@innovastudio/contentbuilder 1.5.171 → 1.5.173
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/contentbuilder",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.173",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbuilder/contentbuilder.esm.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"webpack-dev-server": "^4.2.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@innovastudio/contentbuilder-runtime": "^1.0.13",
|
|
63
62
|
"@monaco-editor/loader": "^1.3.2",
|
|
64
63
|
"blueimp-load-image": "^5.16.0",
|
|
65
64
|
"cropperjs": "^1.5.12",
|
|
@@ -96,13 +96,10 @@ button:focus-visible {
|
|
|
96
96
|
.is-builder table.default td {
|
|
97
97
|
border: transparent 1px dashed;
|
|
98
98
|
}
|
|
99
|
-
.is-builder .cell-active .elm-active:not(button) {
|
|
99
|
+
.is-builder .cell-active .elm-active:not(button, table, [data-cb-type]) {
|
|
100
100
|
background: rgba(200, 200, 201, 0.11);
|
|
101
101
|
transition: none !important;
|
|
102
102
|
}
|
|
103
|
-
.is-builder .cell-active table.elm-active {
|
|
104
|
-
background-color: transparent;
|
|
105
|
-
}
|
|
106
103
|
.is-builder .cell-active table.default td {
|
|
107
104
|
border: #cccccc 1px dashed;
|
|
108
105
|
}
|