@innovastudio/contentbox 1.5.56 → 1.5.58
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.5.
|
|
4
|
+
"version": "1.5.58",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"files": [
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"express-session": "^1.17.2",
|
|
37
37
|
"formidable-serverless": "^1.1.1",
|
|
38
38
|
"mini-css-extract-plugin": "^2.2.0",
|
|
39
|
+
"multer": "^1.4.5-lts.1",
|
|
39
40
|
"rollup": "^2.59.0",
|
|
40
41
|
"rollup-plugin-terser": "^7.0.2",
|
|
41
42
|
"sass": "^1.38.1",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"webpack-dev-server": "^4.0.0"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@innovastudio/contentbuilder": "^1.4.
|
|
50
|
+
"@innovastudio/contentbuilder": "^1.4.66",
|
|
50
51
|
"js-beautify": "^1.14.0"
|
|
51
52
|
}
|
|
52
53
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
background: rgba(255, 255, 255, 0.97);
|
|
76
76
|
color: rgba(0, 0, 0, 0.8);
|
|
77
77
|
border-right: rgba(0, 0, 0, 0.05) 1px solid;
|
|
78
|
-
z-index:
|
|
78
|
+
z-index: 10004;
|
|
79
79
|
opacity: 0.0001;
|
|
80
80
|
}
|
|
81
81
|
#_cbhtml .is-sidebar button.is-sidebar-button {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.is-sidebar-content {
|
|
112
|
-
z-index:
|
|
112
|
+
z-index: 10003;
|
|
113
113
|
position: fixed;
|
|
114
114
|
top: 0;
|
|
115
115
|
left: 0;
|
|
@@ -363,6 +363,11 @@
|
|
|
363
363
|
background: rgba(78, 78, 78, 0.13);
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
+
#divStyles > div.active img {
|
|
367
|
+
outline: #5fa1f0 2px solid;
|
|
368
|
+
transition: none !important;
|
|
369
|
+
}
|
|
370
|
+
|
|
366
371
|
#divSidebarSource,
|
|
367
372
|
.sidebar-sections {
|
|
368
373
|
width: 100%;
|
|
@@ -610,6 +615,11 @@
|
|
|
610
615
|
transition: unset;
|
|
611
616
|
}
|
|
612
617
|
|
|
618
|
+
.ai-disclaimer .input-ok:focus {
|
|
619
|
+
outline: #3e93f7 2px solid !important;
|
|
620
|
+
outline-offset: 2px !important;
|
|
621
|
+
}
|
|
622
|
+
|
|
613
623
|
/*
|
|
614
624
|
|
|
615
625
|
// Navbar Fix
|