@innovastudio/contentbuilder 1.5.21 → 1.5.22

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.21",
4
+ "version": "1.5.22",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -74091,7 +74091,6 @@ class ContentStuff {
74091
74091
  display:flex;
74092
74092
  }
74093
74093
 
74094
-
74095
74094
  .row-outline .is-rowadd-tool,
74096
74095
  .row-active .is-rowadd-tool {
74097
74096
  display:block;
@@ -74500,6 +74499,12 @@ class ContentStuff {
74500
74499
  /*padding: 0 2px 4px !important;*/
74501
74500
  z-index: 1 !important;
74502
74501
  }
74502
+
74503
+ /* Row Lock will hide row tool */
74504
+ .row-lock .is-row-tool,
74505
+ .row-lock .is-rowadd-tool {
74506
+ display: none !important;
74507
+ }
74503
74508
 
74504
74509
  div[data-html] {
74505
74510
  min-height: 70px;