@innovastudio/contentbox 1.4.21 → 1.4.23
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.4.
|
4
|
+
"version": "1.4.23",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"files": [
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"webpack-dev-server": "^4.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@innovastudio/contentbuilder": "^1.3.
|
49
|
+
"@innovastudio/contentbuilder": "^1.3.16",
|
50
50
|
"js-beautify": "^1.14.0"
|
51
51
|
}
|
52
52
|
}
|
@@ -86796,7 +86796,7 @@ class ContentBuilder {
|
|
86796
86796
|
useCssClasses: true,
|
86797
86797
|
useButtonPlugin: false,
|
86798
86798
|
enableDragResize: true,
|
86799
|
-
simpleTextSettings:
|
86799
|
+
simpleTextSettings: false
|
86800
86800
|
}; // obj.preserveSelection = true; (can be set programmatically) to prevent click that clears selection on external custom modal.
|
86801
86801
|
|
86802
86802
|
this.opts = Object.assign(this, defaults, opts);
|
@@ -93765,7 +93765,7 @@ class ContentBox {
|
|
93765
93765
|
useCssClasses: true,
|
93766
93766
|
useButtonPlugin: false,
|
93767
93767
|
enableDragResize: true,
|
93768
|
-
simpleTextSettings:
|
93768
|
+
simpleTextSettings: false,
|
93769
93769
|
|
93770
93770
|
/* Old Version (backward compatible) */
|
93771
93771
|
onAddSectionOpen: function () {},
|