@innovastudio/contentbox 1.4.28 → 1.4.30

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.28",
4
+ "version": "1.4.30",
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.31",
49
+ "@innovastudio/contentbuilder": "^1.3.32",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -476,10 +476,15 @@
476
476
  /* setting display=none makes initial script may not work properly */
477
477
  transform-origin: top;
478
478
  }
479
-
480
479
  .is-wrapper.is-edit {
481
480
  padding-left: 60px;
482
481
  }
482
+ .is-wrapper .transition-edit.is-section {
483
+ transition: all 0.2s ease !important;
484
+ }
485
+ .is-wrapper .transition-edit .is-box {
486
+ transition: all 0.2s ease !important;
487
+ }
483
488
 
484
489
  #_cbhtml {
485
490
  height: 0px;