@innovastudio/contentbox 1.6.42 → 1.6.44

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/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.42",
4
+ "version": "1.6.44",
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.26",
55
+ "@innovastudio/contentbuilder": "^1.5.29",
56
56
  "js-beautify": "^1.14.0"
57
57
  }
58
58
  }
@@ -2030,7 +2030,7 @@ body.frame-center.controlpanel .is-content-view {
2030
2030
  /* /THEME */
2031
2031
  .is-box-tool {
2032
2032
  display: none;
2033
- z-index: 1;
2033
+ z-index: 1001;
2034
2034
  position: absolute;
2035
2035
  top: auto;
2036
2036
  bottom: 0;
@@ -2064,7 +2064,7 @@ body.frame-center.controlpanel .is-content-view {
2064
2064
  /* New Section Tool */
2065
2065
  .is-section-tool {
2066
2066
  display: none;
2067
- z-index: 1;
2067
+ z-index: 1001;
2068
2068
  position: absolute;
2069
2069
  margin-top: 40px;
2070
2070
  top: 12%;
@@ -113018,6 +113018,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
113018
113018
  },
113019
113019
  onEditStart: (event, block) => {
113020
113020
  let activeBlock = this.doc.querySelector('.is-block.cloned');
113021
+ if (!activeBlock) activeBlock = this.doc.querySelector('.is-block.active');
113021
113022
  if (!activeBlock) return;
113022
113023
  const container = activeBlock.querySelector('.is-container');
113023
113024
  if (!container) return;
@@ -113972,7 +113973,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
113972
113973
  }
113973
113974
 
113974
113975
  .is-block.clone {
113975
- z-index:10000;
113976
+ z-index:1000;
113976
113977
  background-color: transparent !important;
113977
113978
  background: none !important;
113978
113979
  }
@@ -118196,7 +118197,7 @@ class ContentStuff {
118196
118197
  let css = `
118197
118198
  .is-box-tool {
118198
118199
  display: none;
118199
- z-index: 2;
118200
+ z-index: 1001;
118200
118201
  position: absolute;
118201
118202
  top: auto;
118202
118203
  bottom: 0;
@@ -149275,7 +149276,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
149275
149276
  /* New Section Tool */
149276
149277
  .is-section-tool {
149277
149278
  display: none;
149278
- z-index: 2;
149279
+ z-index: 1001;
149279
149280
  position: absolute;
149280
149281
  margin-top: 40px;
149281
149282
  top: 12%;
@@ -149608,7 +149609,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
149608
149609
  }
149609
149610
 
149610
149611
  .is-block.clone {
149611
- z-index:10000;
149612
+ z-index:1000;
149612
149613
  background-color: transparent !important;
149613
149614
  background: none !important;
149614
149615
  }