@innovastudio/contentbuilder 1.3.80 → 1.3.82
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 +13 -1
- package/public/contentbuilder/contentbuilder.esm.js +401 -23
- package/public/contentbuilder/contentbuilder.min.js +2 -2
- package/public/contentbuilder/lang/en.js +9 -1
- package/public/contentbuilder/lang/fr.js +13 -1
- package/public/contentbuilder/themes/colored-blue.css +4 -0
- package/public/contentbuilder/themes/colored-blue2.css +4 -0
- package/public/contentbuilder/themes/colored-blue3.css +4 -0
- package/public/contentbuilder/themes/colored-blue4.css +4 -0
- package/public/contentbuilder/themes/colored-blue5.css +4 -0
- package/public/contentbuilder/themes/colored-blue6.css +4 -0
- package/public/contentbuilder/themes/colored-blue7.css +4 -0
- package/public/contentbuilder/themes/colored-blue8.css +4 -0
- package/public/contentbuilder/themes/colored-darkblue.css +4 -0
- package/public/contentbuilder/themes/colored-gray.css +4 -0
- package/public/contentbuilder/themes/colored-green.css +4 -0
- package/public/contentbuilder/themes/colored-green2.css +4 -0
- package/public/contentbuilder/themes/colored-green3.css +4 -0
- package/public/contentbuilder/themes/colored-green4.css +4 -0
- package/public/contentbuilder/themes/colored-green5.css +4 -0
- package/public/contentbuilder/themes/colored-magenta.css +4 -0
- package/public/contentbuilder/themes/colored-orange.css +4 -0
- package/public/contentbuilder/themes/colored-orange2.css +4 -0
- package/public/contentbuilder/themes/colored-orange3.css +4 -0
- package/public/contentbuilder/themes/colored-pink.css +4 -0
- package/public/contentbuilder/themes/colored-pink2.css +4 -0
- package/public/contentbuilder/themes/colored-pink3.css +4 -0
- package/public/contentbuilder/themes/colored-pink4.css +4 -0
- package/public/contentbuilder/themes/colored-purple.css +4 -0
- package/public/contentbuilder/themes/colored-purple2.css +4 -0
- package/public/contentbuilder/themes/colored-red.css +4 -0
- package/public/contentbuilder/themes/colored-red2.css +4 -0
- package/public/contentbuilder/themes/colored-red3.css +4 -0
- package/public/contentbuilder/themes/colored-red4.css +4 -0
- package/public/contentbuilder/themes/colored-red5.css +4 -0
- package/public/contentbuilder/themes/colored-yellow.css +4 -0
- package/public/contentbuilder/themes/colored-yellow2.css +4 -0
- package/public/contentbuilder/themes/dark-blue.css +9 -5
- package/public/contentbuilder/themes/dark-blue2.css +9 -5
- package/public/contentbuilder/themes/dark-blue3.css +9 -5
- package/public/contentbuilder/themes/dark-gray.css +9 -5
- package/public/contentbuilder/themes/dark-pink.css +9 -5
- package/public/contentbuilder/themes/dark-purple.css +9 -5
- package/public/contentbuilder/themes/dark-red.css +9 -5
- package/public/contentbuilder/themes/dark.css +9 -5
- package/public/contentbuilder/themes/light-blue.css +4 -0
- package/public/contentbuilder/themes/light-blue2.css +4 -0
- package/public/contentbuilder/themes/light-blue3.css +4 -0
- package/public/contentbuilder/themes/light-cyan.css +4 -0
- package/public/contentbuilder/themes/light-gray.css +4 -0
- package/public/contentbuilder/themes/light-gray2.css +4 -0
- package/public/contentbuilder/themes/light-gray3.css +4 -0
- package/public/contentbuilder/themes/light-green.css +4 -0
- package/public/contentbuilder/themes/light-pink.css +4 -0
- package/public/contentbuilder/themes/light-pink2.css +4 -0
- package/public/contentbuilder/themes/light-purple.css +4 -0
- package/public/contentbuilder/themes/light-purple2.css +4 -0
- package/public/contentbuilder/themes/light-red.css +4 -0
- package/public/contentbuilder/themes/light-yellow.css +4 -0
- package/public/contentbuilder/themes/light-yellow2.css +4 -0
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(78, 78, 78, 0.55);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(129, 129, 129, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(255, 255, 255, 0.18);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #484848;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(113, 113, 113, 0.55);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(234, 239, 246, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(156, 177, 212, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(215, 236, 247, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(123, 192, 227, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(200, 212, 248, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(100, 134, 236, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(220, 244, 239, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(135, 216, 199, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(211, 211, 211, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(155, 155, 155, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(223, 238, 222, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(153, 199, 148, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(252, 223, 243, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(242, 121, 206, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(252, 223, 243, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(242, 121, 206, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(234, 233, 246, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(157, 154, 213, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 223, 242, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(175, 144, 209, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(252, 235, 235, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(239, 136, 136, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(247, 245, 231, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(221, 210, 145, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.light .is-ui .is-modal button.on {
|
496
496
|
background: rgba(250, 239, 194, 0.3);
|
497
497
|
}
|
498
|
+
.light #_cbhtml .is-modal .is-separator,
|
499
|
+
.light .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(0, 0, 0, 0.05) 1px solid;
|
501
|
+
}
|
498
502
|
.light #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.light .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(241, 211, 91, 0.4);
|