@innovastudio/contentbuilder 1.5.95 → 1.5.97

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.
Files changed (63) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +2 -0
  3. package/public/contentbuilder/contentbuilder.esm.js +99 -145
  4. package/public/contentbuilder/contentbuilder.min.js +8 -8
  5. package/public/contentbuilder/lang/en.js +5 -1
  6. package/public/contentbuilder/lang/fr.js +5 -1
  7. package/public/contentbuilder/themes/colored-blue.css +25 -4
  8. package/public/contentbuilder/themes/colored-blue2.css +25 -4
  9. package/public/contentbuilder/themes/colored-blue3.css +25 -4
  10. package/public/contentbuilder/themes/colored-blue4.css +25 -4
  11. package/public/contentbuilder/themes/colored-blue5.css +25 -4
  12. package/public/contentbuilder/themes/colored-blue6.css +25 -4
  13. package/public/contentbuilder/themes/colored-blue7.css +25 -4
  14. package/public/contentbuilder/themes/colored-blue8.css +25 -4
  15. package/public/contentbuilder/themes/colored-dark.css +30 -4
  16. package/public/contentbuilder/themes/colored-darkblue.css +25 -4
  17. package/public/contentbuilder/themes/colored-gray.css +25 -4
  18. package/public/contentbuilder/themes/colored-green.css +25 -4
  19. package/public/contentbuilder/themes/colored-green2.css +25 -4
  20. package/public/contentbuilder/themes/colored-green3.css +25 -4
  21. package/public/contentbuilder/themes/colored-green4.css +25 -4
  22. package/public/contentbuilder/themes/colored-green5.css +25 -4
  23. package/public/contentbuilder/themes/colored-magenta.css +25 -4
  24. package/public/contentbuilder/themes/colored-orange.css +25 -4
  25. package/public/contentbuilder/themes/colored-orange2.css +25 -4
  26. package/public/contentbuilder/themes/colored-orange3.css +25 -4
  27. package/public/contentbuilder/themes/colored-pink.css +25 -4
  28. package/public/contentbuilder/themes/colored-pink2.css +25 -4
  29. package/public/contentbuilder/themes/colored-pink3.css +25 -4
  30. package/public/contentbuilder/themes/colored-pink4.css +25 -4
  31. package/public/contentbuilder/themes/colored-purple.css +25 -4
  32. package/public/contentbuilder/themes/colored-purple2.css +25 -4
  33. package/public/contentbuilder/themes/colored-red.css +25 -4
  34. package/public/contentbuilder/themes/colored-red2.css +25 -4
  35. package/public/contentbuilder/themes/colored-red3.css +25 -4
  36. package/public/contentbuilder/themes/colored-red4.css +25 -4
  37. package/public/contentbuilder/themes/colored-red5.css +25 -4
  38. package/public/contentbuilder/themes/colored-yellow.css +25 -4
  39. package/public/contentbuilder/themes/colored-yellow2.css +25 -4
  40. package/public/contentbuilder/themes/dark-blue.css +30 -4
  41. package/public/contentbuilder/themes/dark-blue2.css +30 -4
  42. package/public/contentbuilder/themes/dark-blue3.css +30 -4
  43. package/public/contentbuilder/themes/dark-gray.css +30 -4
  44. package/public/contentbuilder/themes/dark-pink.css +30 -4
  45. package/public/contentbuilder/themes/dark-purple.css +30 -4
  46. package/public/contentbuilder/themes/dark-red.css +30 -4
  47. package/public/contentbuilder/themes/dark.css +30 -4
  48. package/public/contentbuilder/themes/light-blue.css +25 -4
  49. package/public/contentbuilder/themes/light-blue2.css +25 -4
  50. package/public/contentbuilder/themes/light-blue3.css +25 -4
  51. package/public/contentbuilder/themes/light-cyan.css +25 -4
  52. package/public/contentbuilder/themes/light-gray.css +25 -4
  53. package/public/contentbuilder/themes/light-gray2.css +25 -4
  54. package/public/contentbuilder/themes/light-gray3.css +25 -4
  55. package/public/contentbuilder/themes/light-green.css +25 -4
  56. package/public/contentbuilder/themes/light-pink.css +25 -4
  57. package/public/contentbuilder/themes/light-pink2.css +25 -4
  58. package/public/contentbuilder/themes/light-purple.css +25 -4
  59. package/public/contentbuilder/themes/light-purple2.css +25 -4
  60. package/public/contentbuilder/themes/light-red.css +25 -4
  61. package/public/contentbuilder/themes/light-yellow.css +25 -4
  62. package/public/contentbuilder/themes/light-yellow2.css +25 -4
  63. package/readme.txt +1 -1
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #c1e7c5;
564
585
  border: 1px solid rgba(211, 238, 214, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #dbe7e3;
564
585
  border: 1px solid rgba(234, 241, 239, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #d5d6d3;
564
585
  border: 1px solid rgba(226, 226, 224, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #e3e3e3;
564
585
  border: 1px solid rgba(240, 240, 240, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #d6d1d4;
564
585
  border: 1px solid rgba(226, 222, 225, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #d8d3d0;
564
585
  border: 1px solid rgba(228, 224, 222, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #ffeadc;
564
585
  border: 1px solid rgba(255, 249, 246, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #e3e3e3;
564
585
  border: 1px solid rgba(240, 240, 240, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #dcd8da;
564
585
  border: 1px solid rgba(232, 229, 231, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #f9d4e1;
564
585
  border: 1px solid rgba(252, 234, 241, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #f1cde1;
564
585
  border: 1px solid rgba(247, 225, 237, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #e3e3e3;
564
585
  border: 1px solid rgba(240, 240, 240, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,
@@ -502,6 +502,7 @@
502
502
  .colored #_cbhtml .is-modal,
503
503
  .colored .is-ui .is-modal {
504
504
  background: rgba(255, 255, 255, 0.000001);
505
+ /* new: theme-light for module dialog */
505
506
  }
506
507
  .colored #_cbhtml .is-modal button,
507
508
  .colored .is-ui .is-modal button {
@@ -557,16 +558,36 @@
557
558
  .colored .is-ui .is-modal .is-modal-content svg {
558
559
  fill: #000;
559
560
  }
560
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
561
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
561
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary,
562
+ .colored .is-ui .is-modal.theme-light button.classic-primary {
563
+ color: #000;
564
+ background: #f5f5f5;
565
+ border: transparent 1px solid;
566
+ }
567
+ .colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
568
+ .colored .is-ui .is-modal.theme-light button.classic-primary:hover {
569
+ background: #f1f1f1;
570
+ }
571
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary,
572
+ .colored .is-ui .is-modal.theme-light button.classic-secondary {
573
+ color: #000;
574
+ background: transparent;
575
+ border: transparent 1px solid;
576
+ }
577
+ .colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
578
+ .colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
579
+ background: transparent;
580
+ }
581
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
582
+ .colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
562
583
  color: #000;
563
584
  background: #dcdade;
564
585
  border: 1px solid rgba(233, 231, 234, 0.3);
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
- .colored #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
569
- .colored .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
589
+ .colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
590
+ .colored .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
  .colored #_cbhtml .is-modal div.is-modal-bar,