@innovastudio/contentbox 1.6.173 → 1.6.174
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.174",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"ws": "^8.13.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@innovastudio/contentbuilder": "^1.5.
|
|
62
|
+
"@innovastudio/contentbuilder": "^1.5.187",
|
|
63
63
|
"js-beautify": "^1.14.0",
|
|
64
64
|
"marked": "^17.0.0",
|
|
65
65
|
"sortablejs": "^1.15.2"
|
|
@@ -110086,6 +110086,31 @@ class ContentStuff$1 {
|
|
|
110086
110086
|
}
|
|
110087
110087
|
|
|
110088
110088
|
|
|
110089
|
+
/* New nested grid support */
|
|
110090
|
+
.is-builder .row,
|
|
110091
|
+
.is-builder .column {
|
|
110092
|
+
position: relative;
|
|
110093
|
+
}
|
|
110094
|
+
.is-builder .row > .column {
|
|
110095
|
+
outline: none;
|
|
110096
|
+
}
|
|
110097
|
+
.is-builder .row > .column.cell-active:not([data-protected]) {
|
|
110098
|
+
outline: 1px solid #00da89;
|
|
110099
|
+
}
|
|
110100
|
+
.row-active > .is-row-tool {
|
|
110101
|
+
display: flex;
|
|
110102
|
+
}
|
|
110103
|
+
.row-active > div .is-row-tool {
|
|
110104
|
+
display: none;
|
|
110105
|
+
}
|
|
110106
|
+
.row-active > .is-col-tool {
|
|
110107
|
+
display: flex;
|
|
110108
|
+
}
|
|
110109
|
+
.row-active > div .is-col-tool {
|
|
110110
|
+
display: none;
|
|
110111
|
+
}
|
|
110112
|
+
|
|
110113
|
+
|
|
110089
110114
|
/* Preferences */
|
|
110090
110115
|
|
|
110091
110116
|
.is-tool.is-row-tool .row-grideditor {
|