@innovastudio/contentbuilder 1.0.57 → 1.0.61
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 +1 -1
- package/public/contentbuilder/contentbuilder.css +19 -6
- package/public/contentbuilder/contentbuilder.esm.js +492 -46
- package/public/contentbuilder/contentbuilder.min.js +8 -8
- package/public/contentbuilder/themes/colored-blue.css +1 -1
- package/public/contentbuilder/themes/colored-blue2.css +1 -1
- package/public/contentbuilder/themes/colored-blue3.css +1 -1
- package/public/contentbuilder/themes/colored-blue4.css +1 -1
- package/public/contentbuilder/themes/colored-blue5.css +1 -1
- package/public/contentbuilder/themes/colored-blue6.css +1 -1
- package/public/contentbuilder/themes/colored-blue7.css +1 -1
- package/public/contentbuilder/themes/colored-blue8.css +1 -1
- package/public/contentbuilder/themes/colored-dark.css +1 -1
- package/public/contentbuilder/themes/colored-darkblue.css +1 -1
- package/public/contentbuilder/themes/colored-gray.css +1 -1
- package/public/contentbuilder/themes/colored-green.css +1 -1
- package/public/contentbuilder/themes/colored-green2.css +1 -1
- package/public/contentbuilder/themes/colored-green3.css +1 -1
- package/public/contentbuilder/themes/colored-green4.css +1 -1
- package/public/contentbuilder/themes/colored-green5.css +1 -1
- package/public/contentbuilder/themes/colored-magenta.css +1 -1
- package/public/contentbuilder/themes/colored-orange.css +1 -1
- package/public/contentbuilder/themes/colored-orange2.css +1 -1
- package/public/contentbuilder/themes/colored-orange3.css +1 -1
- package/public/contentbuilder/themes/colored-pink.css +1 -1
- package/public/contentbuilder/themes/colored-pink2.css +1 -1
- package/public/contentbuilder/themes/colored-pink3.css +1 -1
- package/public/contentbuilder/themes/colored-pink4.css +1 -1
- package/public/contentbuilder/themes/colored-purple.css +1 -1
- package/public/contentbuilder/themes/colored-purple2.css +1 -1
- package/public/contentbuilder/themes/colored-red.css +1 -1
- package/public/contentbuilder/themes/colored-red2.css +1 -1
- package/public/contentbuilder/themes/colored-red3.css +1 -1
- package/public/contentbuilder/themes/colored-red4.css +1 -1
- package/public/contentbuilder/themes/colored-red5.css +1 -1
- package/public/contentbuilder/themes/colored-yellow.css +1 -1
- package/public/contentbuilder/themes/colored-yellow2.css +1 -1
- package/public/contentbuilder/themes/dark-blue.css +1 -1
- package/public/contentbuilder/themes/dark-blue2.css +1 -1
- package/public/contentbuilder/themes/dark-blue3.css +1 -1
- package/public/contentbuilder/themes/dark-gray.css +1 -1
- package/public/contentbuilder/themes/dark-pink.css +1 -1
- package/public/contentbuilder/themes/dark-purple.css +1 -1
- package/public/contentbuilder/themes/dark-red.css +1 -1
- package/public/contentbuilder/themes/dark.css +1 -1
- package/public/contentbuilder/themes/light-blue.css +1 -1
- package/public/contentbuilder/themes/light-blue2.css +1 -1
- package/public/contentbuilder/themes/light-blue3.css +1 -1
- package/public/contentbuilder/themes/light-cyan.css +1 -1
- package/public/contentbuilder/themes/light-gray.css +1 -1
- package/public/contentbuilder/themes/light-gray2.css +1 -1
- package/public/contentbuilder/themes/light-gray3.css +1 -1
- package/public/contentbuilder/themes/light-green.css +1 -1
- package/public/contentbuilder/themes/light-pink.css +1 -1
- package/public/contentbuilder/themes/light-pink2.css +1 -1
- package/public/contentbuilder/themes/light-purple.css +1 -1
- package/public/contentbuilder/themes/light-purple2.css +1 -1
- package/public/contentbuilder/themes/light-red.css +1 -1
- package/public/contentbuilder/themes/light-yellow.css +1 -1
- package/public/contentbuilder/themes/light-yellow2.css +1 -1
package/package.json
CHANGED
|
@@ -38,7 +38,6 @@ button:focus {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.is-builder {
|
|
41
|
-
transition: all ease 0.3s;
|
|
42
41
|
transform-origin: top;
|
|
43
42
|
}
|
|
44
43
|
.is-builder > div > div:focus {
|
|
@@ -2061,7 +2060,6 @@ button:focus {
|
|
|
2061
2060
|
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview,
|
|
2062
2061
|
.is-ui .is-modal.columnsettings .cell-bgimage-preview {
|
|
2063
2062
|
max-width: 120px;
|
|
2064
|
-
max-height: 120px;
|
|
2065
2063
|
}
|
|
2066
2064
|
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview img,
|
|
2067
2065
|
.is-ui .is-modal.columnsettings .cell-bgimage-preview img {
|
|
@@ -2748,6 +2746,17 @@ button:focus {
|
|
|
2748
2746
|
letter-spacing: 1px;
|
|
2749
2747
|
padding: 0;
|
|
2750
2748
|
}
|
|
2749
|
+
#_cbhtml label.label-checkbox,
|
|
2750
|
+
.is-ui label.label-checkbox {
|
|
2751
|
+
display: flex;
|
|
2752
|
+
align-items: center;
|
|
2753
|
+
line-height: 1;
|
|
2754
|
+
}
|
|
2755
|
+
#_cbhtml label.label-checkbox input,
|
|
2756
|
+
.is-ui label.label-checkbox input {
|
|
2757
|
+
margin: 0;
|
|
2758
|
+
margin-right: 5px;
|
|
2759
|
+
}
|
|
2751
2760
|
#_cbhtml .is-rangeslider,
|
|
2752
2761
|
.is-ui .is-rangeslider {
|
|
2753
2762
|
-webkit-appearance: none;
|
|
@@ -3681,13 +3690,15 @@ button:focus {
|
|
|
3681
3690
|
fill: #fff;
|
|
3682
3691
|
}
|
|
3683
3692
|
.is-tool.is-row-tool .row-handle {
|
|
3684
|
-
|
|
3693
|
+
display: flex;
|
|
3694
|
+
height: 25px;
|
|
3695
|
+
justify-content: center;
|
|
3696
|
+
align-items: center;
|
|
3685
3697
|
background: #169af7;
|
|
3686
3698
|
}
|
|
3687
3699
|
.is-tool.is-row-tool .row-handle svg {
|
|
3688
3700
|
width: 13px;
|
|
3689
3701
|
height: 13px;
|
|
3690
|
-
margin-top: -2px;
|
|
3691
3702
|
}
|
|
3692
3703
|
.is-tool.is-row-tool .row-grideditor {
|
|
3693
3704
|
background: rgba(216, 200, 6, 0.9);
|
|
@@ -3723,13 +3734,15 @@ button:focus {
|
|
|
3723
3734
|
fill: #000;
|
|
3724
3735
|
}
|
|
3725
3736
|
.is-builder[gray] .is-tool.is-row-tool .row-handle {
|
|
3726
|
-
|
|
3737
|
+
display: flex;
|
|
3738
|
+
height: 27px;
|
|
3739
|
+
justify-content: center;
|
|
3740
|
+
align-items: center;
|
|
3727
3741
|
background: transparent;
|
|
3728
3742
|
}
|
|
3729
3743
|
.is-builder[gray] .is-tool.is-row-tool .row-handle svg {
|
|
3730
3744
|
width: 11px;
|
|
3731
3745
|
height: 11px;
|
|
3732
|
-
margin-top: -3px;
|
|
3733
3746
|
}
|
|
3734
3747
|
.is-builder[gray] .is-tool.is-row-tool .row-grideditor {
|
|
3735
3748
|
background: transparent;
|