Build 0.1.5

This commit is contained in:
KingOfDog 2020-08-21 22:11:10 +02:00
parent d02bcfe484
commit 4fd2ddf837
12 changed files with 5846 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store .DS_Store
node_modules node_modules
/dist
# local env files # local env files

2905
dist/block-renderer.common.js vendored Normal file

File diff suppressed because it is too large Load Diff

1
dist/block-renderer.common.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/block-renderer.css vendored Normal file
View File

@ -0,0 +1 @@
.attaches-block-file-icon[data-v-0deac1d0]:before{content:attr(data-extension)}

2915
dist/block-renderer.umd.js vendored Normal file

File diff suppressed because it is too large Load Diff

1
dist/block-renderer.umd.js.map vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/block-renderer.umd.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/block-renderer.umd.min.js.map vendored Normal file

File diff suppressed because one or more lines are too long

10
dist/demo.html vendored Normal file
View File

@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>block-renderer demo</title>
<script src="./block-renderer.umd.js"></script>
<link rel="stylesheet" href="./block-renderer.css">
<script>
console.log(block-renderer)
</script>

3
dist/img/custom.05eeb96d.svg vendored Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="40">
<path d="M17 0l15 14V3v34a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h20-6zm0 2H3a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V14H17V2zm2 10h7.926L19 4.602V12z"/>
</svg>

After

Width:  |  Height:  |  Size: 240 B

6
dist/img/standard.5b4f9a90.svg vendored Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="40">
<g fill="#A8ACB8" fill-rule="evenodd">
<path fill-rule="nonzero" d="M17 0l15 14V3v34a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h20-6zm0 2H3a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V14H17V2zm2 10h7.926L19 4.602V12z"/>
<path d="M7 22h18v2H7zm0 4h18v2H7zm0 4h18v2H7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 364 B

View File

@ -1,7 +1,7 @@
{ {
"name": "block-renderer", "name": "block-renderer",
"description": "Content renderer for JSON blocks from Editor.js", "description": "Content renderer for JSON blocks from Editor.js",
"version": "0.1.3", "version": "0.1.5",
"author": "KingOfDog <info@kingofdog.de>", "author": "KingOfDog <info@kingofdog.de>",
"repository": { "repository": {
"type": "git", "type": "git",