@innovastudio/contentbuilder 1.5.96 → 1.5.98
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 +2 -0
- package/public/contentbuilder/contentbuilder.esm.js +21 -57
- package/public/contentbuilder/contentbuilder.min.js +3 -3
- package/public/contentbuilder/themes/colored-blue.css +25 -4
- package/public/contentbuilder/themes/colored-blue2.css +25 -4
- package/public/contentbuilder/themes/colored-blue3.css +25 -4
- package/public/contentbuilder/themes/colored-blue4.css +25 -4
- package/public/contentbuilder/themes/colored-blue5.css +25 -4
- package/public/contentbuilder/themes/colored-blue6.css +25 -4
- package/public/contentbuilder/themes/colored-blue7.css +25 -4
- package/public/contentbuilder/themes/colored-blue8.css +25 -4
- package/public/contentbuilder/themes/colored-dark.css +30 -4
- package/public/contentbuilder/themes/colored-darkblue.css +25 -4
- package/public/contentbuilder/themes/colored-gray.css +25 -4
- package/public/contentbuilder/themes/colored-green.css +25 -4
- package/public/contentbuilder/themes/colored-green2.css +25 -4
- package/public/contentbuilder/themes/colored-green3.css +25 -4
- package/public/contentbuilder/themes/colored-green4.css +25 -4
- package/public/contentbuilder/themes/colored-green5.css +25 -4
- package/public/contentbuilder/themes/colored-magenta.css +25 -4
- package/public/contentbuilder/themes/colored-orange.css +25 -4
- package/public/contentbuilder/themes/colored-orange2.css +25 -4
- package/public/contentbuilder/themes/colored-orange3.css +25 -4
- package/public/contentbuilder/themes/colored-pink.css +25 -4
- package/public/contentbuilder/themes/colored-pink2.css +25 -4
- package/public/contentbuilder/themes/colored-pink3.css +25 -4
- package/public/contentbuilder/themes/colored-pink4.css +25 -4
- package/public/contentbuilder/themes/colored-purple.css +25 -4
- package/public/contentbuilder/themes/colored-purple2.css +25 -4
- package/public/contentbuilder/themes/colored-red.css +25 -4
- package/public/contentbuilder/themes/colored-red2.css +25 -4
- package/public/contentbuilder/themes/colored-red3.css +25 -4
- package/public/contentbuilder/themes/colored-red4.css +25 -4
- package/public/contentbuilder/themes/colored-red5.css +25 -4
- package/public/contentbuilder/themes/colored-yellow.css +25 -4
- package/public/contentbuilder/themes/colored-yellow2.css +25 -4
- package/public/contentbuilder/themes/dark-blue.css +30 -4
- package/public/contentbuilder/themes/dark-blue2.css +30 -4
- package/public/contentbuilder/themes/dark-blue3.css +30 -4
- package/public/contentbuilder/themes/dark-gray.css +30 -4
- package/public/contentbuilder/themes/dark-pink.css +30 -4
- package/public/contentbuilder/themes/dark-purple.css +30 -4
- package/public/contentbuilder/themes/dark-red.css +30 -4
- package/public/contentbuilder/themes/dark.css +30 -4
- package/public/contentbuilder/themes/light-blue.css +25 -4
- package/public/contentbuilder/themes/light-blue2.css +25 -4
- package/public/contentbuilder/themes/light-blue3.css +25 -4
- package/public/contentbuilder/themes/light-cyan.css +25 -4
- package/public/contentbuilder/themes/light-gray.css +25 -4
- package/public/contentbuilder/themes/light-gray2.css +25 -4
- package/public/contentbuilder/themes/light-gray3.css +25 -4
- package/public/contentbuilder/themes/light-green.css +25 -4
- package/public/contentbuilder/themes/light-pink.css +25 -4
- package/public/contentbuilder/themes/light-pink2.css +25 -4
- package/public/contentbuilder/themes/light-purple.css +25 -4
- package/public/contentbuilder/themes/light-purple2.css +25 -4
- package/public/contentbuilder/themes/light-red.css +25 -4
- package/public/contentbuilder/themes/light-yellow.css +25 -4
- package/public/contentbuilder/themes/light-yellow2.css +25 -4
- package/readme.txt +1 -1
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #fbd6f0;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #e3e2f3;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #e3d8ef;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #fbe2e2;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #f5f2df;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
@@ -502,6 +502,7 @@
|
|
502
502
|
.light #_cbhtml .is-modal,
|
503
503
|
.light .is-ui .is-modal {
|
504
504
|
background: rgba(255, 255, 255, 0.000001);
|
505
|
+
/* new: theme-light for module dialog */
|
505
506
|
}
|
506
507
|
.light #_cbhtml .is-modal button,
|
507
508
|
.light .is-ui .is-modal button {
|
@@ -557,16 +558,36 @@
|
|
557
558
|
.light .is-ui .is-modal .is-modal-content svg {
|
558
559
|
fill: #000;
|
559
560
|
}
|
560
|
-
.light #_cbhtml .is-modal
|
561
|
-
.light .is-ui .is-modal
|
561
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary,
|
562
|
+
.light .is-ui .is-modal.theme-light button.classic-primary {
|
563
|
+
color: #000;
|
564
|
+
background: #f5f5f5;
|
565
|
+
border: transparent 1px solid;
|
566
|
+
}
|
567
|
+
.light #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
568
|
+
.light .is-ui .is-modal.theme-light button.classic-primary:hover {
|
569
|
+
background: #f1f1f1;
|
570
|
+
}
|
571
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary,
|
572
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary {
|
573
|
+
color: #000;
|
574
|
+
background: transparent;
|
575
|
+
border: transparent 1px solid;
|
576
|
+
}
|
577
|
+
.light #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
578
|
+
.light .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
579
|
+
background: transparent;
|
580
|
+
}
|
581
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
582
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
562
583
|
color: #000;
|
563
584
|
background: #f9ecb9;
|
564
585
|
border: 1px solid transparent;
|
565
586
|
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
566
587
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
567
588
|
}
|
568
|
-
.light #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
|
569
|
-
.light .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
|
589
|
+
.light #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
590
|
+
.light .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
570
591
|
fill: #000;
|
571
592
|
}
|
572
593
|
.light #_cbhtml .is-modal div.is-modal-bar,
|
package/readme.txt
CHANGED