@innovastudio/contentbox 1.5.82 → 1.5.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.84",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"ws": "^8.13.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@innovastudio/contentbuilder": "^1.4.
|
|
54
|
+
"@innovastudio/contentbuilder": "^1.4.105",
|
|
55
55
|
"js-beautify": "^1.14.0"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -31103,6 +31103,12 @@ const prepareSvgIcons = builder => {
|
|
|
31103
31103
|
<path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
|
31104
31104
|
<path d="M20.2 20.2l1.8 1.8"></path>
|
|
31105
31105
|
</symbol>
|
|
31106
|
+
<symbol id="icon-message" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
31107
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
31108
|
+
<path d="M8 9h8"></path>
|
|
31109
|
+
<path d="M8 13h6"></path>
|
|
31110
|
+
<path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z"></path>
|
|
31111
|
+
</symbol>
|
|
31106
31112
|
|
|
31107
31113
|
</defs>
|
|
31108
31114
|
</svg>`;
|