@innovastudio/contentbox 1.6.68 → 1.6.69
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 +2 -3
- package/public/contentbox/contentbox.css +18 -77
- package/public/contentbox/contentbox.esm.js +25876 -24302
- package/public/contentbox/contentbox.min.js +14 -12
- package/public/contentbox/lang/en.js +2 -2
- package/readme.txt +1 -1
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.69",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"files": [
|
|
@@ -52,8 +52,7 @@
|
|
|
52
52
|
"ws": "^8.13.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@innovastudio/contentbuilder": "^1.5.
|
|
56
|
-
"glightbox": "^3.2.0",
|
|
55
|
+
"@innovastudio/contentbuilder": "^1.5.59",
|
|
57
56
|
"js-beautify": "^1.14.0",
|
|
58
57
|
"sortablejs": "^1.15.2"
|
|
59
58
|
}
|
|
@@ -663,6 +663,18 @@ body.controlpanel .is-content-view.mobile {
|
|
|
663
663
|
.builder-ui a {
|
|
664
664
|
color: #000;
|
|
665
665
|
}
|
|
666
|
+
.builder-ui .text-left {
|
|
667
|
+
text-align: left;
|
|
668
|
+
}
|
|
669
|
+
.builder-ui .text-center {
|
|
670
|
+
text-align: center;
|
|
671
|
+
}
|
|
672
|
+
.builder-ui .text-right {
|
|
673
|
+
text-align: right;
|
|
674
|
+
}
|
|
675
|
+
.builder-ui .text-justify {
|
|
676
|
+
text-align: justify;
|
|
677
|
+
}
|
|
666
678
|
.builder-ui .ml-0 {
|
|
667
679
|
margin-left: 0px;
|
|
668
680
|
}
|
|
@@ -1335,9 +1347,13 @@ body.controlpanel .is-wrapper {
|
|
|
1335
1347
|
}
|
|
1336
1348
|
.builder-ui .is-controlpanel [class^=panel-] .subpanel {
|
|
1337
1349
|
padding: 14px 24px 15px;
|
|
1350
|
+
width: 100%;
|
|
1351
|
+
box-sizing: border-box;
|
|
1338
1352
|
}
|
|
1339
1353
|
.builder-ui .is-controlpanel [class^=panel-] .last .subpanel {
|
|
1340
1354
|
padding: 14px 24px 30px;
|
|
1355
|
+
width: 100%;
|
|
1356
|
+
box-sizing: border-box;
|
|
1341
1357
|
}
|
|
1342
1358
|
.builder-ui .is-controlpanel [class^=panel-] .subtitle {
|
|
1343
1359
|
font-weight: 600;
|
|
@@ -1396,31 +1412,6 @@ body.controlpanel .is-wrapper {
|
|
|
1396
1412
|
.builder-ui .is-controlpanel .panel-iframe .asset-preview div {
|
|
1397
1413
|
margin-top: 0 !important;
|
|
1398
1414
|
}
|
|
1399
|
-
.builder-ui .is-controlpanel .group.color-pick > div {
|
|
1400
|
-
width: 36px;
|
|
1401
|
-
display: flex;
|
|
1402
|
-
padding: 1px;
|
|
1403
|
-
align-items: center;
|
|
1404
|
-
}
|
|
1405
|
-
.builder-ui .is-controlpanel .group.color-pick > div button {
|
|
1406
|
-
margin: 0;
|
|
1407
|
-
border-radius: 6px;
|
|
1408
|
-
z-index: 1;
|
|
1409
|
-
width: 36px;
|
|
1410
|
-
flex: none;
|
|
1411
|
-
color: inherit;
|
|
1412
|
-
}
|
|
1413
|
-
.builder-ui .is-controlpanel .group.color-pick > div input {
|
|
1414
|
-
width: 36px;
|
|
1415
|
-
height: 34px;
|
|
1416
|
-
border-radius: 6px;
|
|
1417
|
-
font-weight: 200;
|
|
1418
|
-
outline: none;
|
|
1419
|
-
position: absolute;
|
|
1420
|
-
padding: 0;
|
|
1421
|
-
margin: 0;
|
|
1422
|
-
cursor: pointer;
|
|
1423
|
-
}
|
|
1424
1415
|
.builder-ui .is-controlpanel .group.fontsizes, .builder-ui .is-controlpanel .group.fontweight, .builder-ui .is-controlpanel .group.linespacing, .builder-ui .is-controlpanel .group.letterspacing {
|
|
1425
1416
|
width: 217px;
|
|
1426
1417
|
}
|
|
@@ -1823,55 +1814,6 @@ body.controlpanel .is-wrapper {
|
|
|
1823
1814
|
outline: none !important;
|
|
1824
1815
|
}
|
|
1825
1816
|
|
|
1826
|
-
input.clr-color:focus {
|
|
1827
|
-
border: #3e93f7 2px solid !important;
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
.clr-swatches button:after {
|
|
1831
|
-
box-shadow: none !important;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.clr-swatches {
|
|
1835
|
-
width: 100% !important;
|
|
1836
|
-
margin: 0 9px 9px !important;
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
.clr-swatches div {
|
|
1840
|
-
border-radius: 5px !important;
|
|
1841
|
-
overflow: hidden !important;
|
|
1842
|
-
width: 182px !important;
|
|
1843
|
-
padding: 0 !important;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.clr-swatches button {
|
|
1847
|
-
width: 30px !important;
|
|
1848
|
-
height: 28px !important;
|
|
1849
|
-
margin: 0 !important;
|
|
1850
|
-
padding: 0 !important;
|
|
1851
|
-
border-radius: 0 !important;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.clr-swatches.sm button {
|
|
1855
|
-
width: 26px !important;
|
|
1856
|
-
height: 24px !important;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.clr-preview {
|
|
1860
|
-
margin: 15px 0 0px 20px !important;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
input.clr-color {
|
|
1864
|
-
margin: 15px 20px 14px auto !important;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.clr-swatches button, .clr-preview:before, .clr-field button {
|
|
1868
|
-
background-image: repeating-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), repeating-linear-gradient(45deg, #ddd 25%, #fff 25%, #fff 75%, #ddd 75%, #ddd) !important;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.clr-alpha, .clr-alpha div {
|
|
1872
|
-
background-image: repeating-linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), repeating-linear-gradient(45deg, #bbb 25%, #fff 25%, #fff 75%, #bbb 75%, #bbb) !important;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
1817
|
.is-rangeslider {
|
|
1876
1818
|
-webkit-appearance: none;
|
|
1877
1819
|
width: 100%;
|
|
@@ -2222,9 +2164,6 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
2222
2164
|
background-color: rgb(24, 24, 24);
|
|
2223
2165
|
border: #6f6f6f 1px solid;
|
|
2224
2166
|
}
|
|
2225
|
-
.dark .builder-ui .is-controlpanel .group.color-pick > div button {
|
|
2226
|
-
background: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
|
|
2227
|
-
}
|
|
2228
2167
|
.dark .builder-ui .is-controlpanel .panel-dialog {
|
|
2229
2168
|
background-color: rgb(24, 24, 24);
|
|
2230
2169
|
}
|
|
@@ -2630,6 +2569,8 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
2630
2569
|
|
|
2631
2570
|
#divStyles > div img {
|
|
2632
2571
|
width: 100%;
|
|
2572
|
+
height: auto;
|
|
2573
|
+
min-height: 200px;
|
|
2633
2574
|
-webkit-transition: all 0.16s ease;
|
|
2634
2575
|
transition: all 0.16s ease;
|
|
2635
2576
|
}
|