@innovastudio/contentbox 1.4.21 → 1.4.22

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.21",
4
+ "version": "1.4.22",
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.14",
49
+ "@innovastudio/contentbuilder": "^1.3.15",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -475,6 +475,9 @@
475
475
  opacity: 0.01;
476
476
  /* setting display=none makes initial script may not work properly */
477
477
  transform-origin: top;
478
+ }
479
+
480
+ .is-wrapper.is-edit {
478
481
  padding-left: 60px;
479
482
  }
480
483
 
@@ -86796,7 +86796,7 @@ class ContentBuilder {
86796
86796
  useCssClasses: true,
86797
86797
  useButtonPlugin: false,
86798
86798
  enableDragResize: true,
86799
- simpleTextSettings: true
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);