@innovastudio/contentbox 1.6.73 → 1.6.74
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.6.
|
|
4
|
+
"version": "1.6.74",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"files": [
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ws": "^8.13.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@innovastudio/contentbuilder": "^1.5.
|
|
55
|
+
"@innovastudio/contentbuilder": "^1.5.65",
|
|
56
56
|
"js-beautify": "^1.14.0",
|
|
57
57
|
"sortablejs": "^1.15.2"
|
|
58
58
|
}
|
|
@@ -90551,7 +90551,7 @@ class GradientPicker {
|
|
|
90551
90551
|
<div class="label-saved">${this.out('Saved')}:</div>
|
|
90552
90552
|
<div class="div-saved"></div>
|
|
90553
90553
|
|
|
90554
|
-
<div class="label-
|
|
90554
|
+
<div class="label-gradient-colors">${this.out('Gradient Colors')}:</div>
|
|
90555
90555
|
|
|
90556
90556
|
<div class="gradient-slider" role="application"></div>
|
|
90557
90557
|
|