@innovastudio/contentbox 1.6.43 → 1.6.45
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.6.
|
|
4
|
+
"version": "1.6.45",
|
|
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.
|
|
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:
|
|
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:
|
|
2067
|
+
z-index: 1001;
|
|
2068
2068
|
position: absolute;
|
|
2069
2069
|
margin-top: 40px;
|
|
2070
2070
|
top: 12%;
|
|
@@ -14926,15 +14926,17 @@ class PanelBlock {
|
|
|
14926
14926
|
elms.forEach(target => {
|
|
14927
14927
|
target.classList.add('block-steady');
|
|
14928
14928
|
this.builder.editor.eb.common.clearBreakpoint(target);
|
|
14929
|
-
this.builder.editor.eb.common.applyPixels(target);
|
|
14930
|
-
|
|
14929
|
+
this.builder.editor.eb.common.applyPixels(target); // this.builder.editor.eb.common.applyPercentage(target);
|
|
14930
|
+
|
|
14931
|
+
this.builder.editor.eb.resizable.updateBlockStyle(target);
|
|
14931
14932
|
});
|
|
14932
14933
|
} else {
|
|
14933
14934
|
elms.forEach(target => {
|
|
14934
14935
|
target.classList.remove('block-steady');
|
|
14935
14936
|
this.builder.editor.eb.common.clearBreakpoint(target);
|
|
14936
|
-
this.builder.editor.eb.common.applyPixels(target);
|
|
14937
|
-
|
|
14937
|
+
this.builder.editor.eb.common.applyPixels(target); // this.builder.editor.eb.common.applyPercentage(target);
|
|
14938
|
+
|
|
14939
|
+
this.builder.editor.eb.resizable.updateBlockStyle(target);
|
|
14938
14940
|
});
|
|
14939
14941
|
}
|
|
14940
14942
|
});
|
|
@@ -113973,7 +113975,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
|
|
|
113973
113975
|
}
|
|
113974
113976
|
|
|
113975
113977
|
.is-block.clone {
|
|
113976
|
-
z-index:
|
|
113978
|
+
z-index:1000;
|
|
113977
113979
|
background-color: transparent !important;
|
|
113978
113980
|
background: none !important;
|
|
113979
113981
|
}
|
|
@@ -118197,7 +118199,7 @@ class ContentStuff {
|
|
|
118197
118199
|
let css = `
|
|
118198
118200
|
.is-box-tool {
|
|
118199
118201
|
display: none;
|
|
118200
|
-
z-index:
|
|
118202
|
+
z-index: 1001;
|
|
118201
118203
|
position: absolute;
|
|
118202
118204
|
top: auto;
|
|
118203
118205
|
bottom: 0;
|
|
@@ -149276,7 +149278,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
|
|
|
149276
149278
|
/* New Section Tool */
|
|
149277
149279
|
.is-section-tool {
|
|
149278
149280
|
display: none;
|
|
149279
|
-
z-index:
|
|
149281
|
+
z-index: 1001;
|
|
149280
149282
|
position: absolute;
|
|
149281
149283
|
margin-top: 40px;
|
|
149282
149284
|
top: 12%;
|
|
@@ -149609,7 +149611,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
|
|
|
149609
149611
|
}
|
|
149610
149612
|
|
|
149611
149613
|
.is-block.clone {
|
|
149612
|
-
z-index:
|
|
149614
|
+
z-index:1000;
|
|
149613
149615
|
background-color: transparent !important;
|
|
149614
149616
|
background: none !important;
|
|
149615
149617
|
}
|