@innovastudio/contentbox 1.0.29 → 1.0.30
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "public/contentbox/contentbox.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"webpack-dev-server": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@innovastudio/contentbuilder": "^1.0.
|
|
41
|
+
"@innovastudio/contentbuilder": "^1.0.61",
|
|
42
42
|
"axios": "^0.21.4",
|
|
43
43
|
"cors": "^2.8.5",
|
|
44
44
|
"express": "^4.17.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
left: 0;
|
|
71
71
|
width: 50px;
|
|
72
72
|
height: 100vh;
|
|
73
|
-
background: rgba(255, 255, 255, 0.
|
|
73
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
74
74
|
color: rgba(0, 0, 0, 0.8);
|
|
75
75
|
border-right: rgba(0, 0, 0, 0.05) 1px solid;
|
|
76
76
|
z-index: 10003;
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
#divSidebarTypography {
|
|
165
|
-
max-width:
|
|
165
|
+
max-width: 300px;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
#divSidebarSnippets > div:first-child {
|
|
@@ -256,20 +256,20 @@
|
|
|
256
256
|
|
|
257
257
|
#divStyles > div {
|
|
258
258
|
width: 100%;
|
|
259
|
-
min-height: 255px;
|
|
260
259
|
margin: 30px 0 70px;
|
|
261
260
|
display: flex;
|
|
261
|
+
border: rgba(205, 205, 205, 0.32) 1px solid;
|
|
262
262
|
box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.08);
|
|
263
263
|
position: relative;
|
|
264
264
|
cursor: pointer;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
#divStyles > div div {
|
|
267
|
+
#divStyles > div div:first-child {
|
|
268
268
|
text-align: center;
|
|
269
269
|
transition: all 0.3s ease;
|
|
270
270
|
position: absolute;
|
|
271
271
|
background: transparent;
|
|
272
|
-
top: -
|
|
272
|
+
top: -45px;
|
|
273
273
|
right: 0;
|
|
274
274
|
width: 100%;
|
|
275
275
|
padding: 3px 10px;
|
|
@@ -287,6 +287,7 @@
|
|
|
287
287
|
width: 100%;
|
|
288
288
|
-webkit-transition: all 0.16s ease;
|
|
289
289
|
transition: all 0.16s ease;
|
|
290
|
+
image-rendering: -webkit-optimize-contrast;
|
|
290
291
|
}
|
|
291
292
|
|
|
292
293
|
#divStyles .is-overlay {
|
|
@@ -395,7 +396,14 @@
|
|
|
395
396
|
#_cbhtml .is-modal.editsection button.cmd-section-height,
|
|
396
397
|
#_cbhtml .is-modal.editsection button.cmd-box-spacing,
|
|
397
398
|
#_cbhtml .is-modal.editsection button.cmd-scroll-preset {
|
|
398
|
-
width:
|
|
399
|
+
width: 45px;
|
|
400
|
+
}
|
|
401
|
+
#_cbhtml .is-modal.editsection button.cmd-section-height svg,
|
|
402
|
+
#_cbhtml .is-modal.editsection button.cmd-box-spacing svg,
|
|
403
|
+
#_cbhtml .is-modal.editsection button.cmd-scroll-preset svg {
|
|
404
|
+
flex: none;
|
|
405
|
+
width: 10px;
|
|
406
|
+
height: 10px;
|
|
399
407
|
}
|
|
400
408
|
|
|
401
409
|
#_cbhtml .is-modal.editsection button.cmd-section-duplicate {
|
|
@@ -410,6 +418,15 @@
|
|
|
410
418
|
text-transform: none;
|
|
411
419
|
}
|
|
412
420
|
|
|
421
|
+
#_cbhtml .label-checkbox {
|
|
422
|
+
margin: 0;
|
|
423
|
+
display: flex;
|
|
424
|
+
align-items: center;
|
|
425
|
+
}
|
|
426
|
+
#_cbhtml .label-checkbox input {
|
|
427
|
+
margin-right: 8px;
|
|
428
|
+
}
|
|
429
|
+
|
|
413
430
|
.is-wrapper {
|
|
414
431
|
opacity: 0.01;
|
|
415
432
|
}
|