@innovastudio/contentbuilder 1.0.78 → 1.0.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 +81 -0
- package/public/contentbuilder/contentbuilder.esm.js +819 -736
- package/public/contentbuilder/contentbuilder.min.js +10 -10
- package/public/contentbuilder/themes/colored-blue.css +38 -0
- package/public/contentbuilder/themes/colored-blue2.css +38 -0
- package/public/contentbuilder/themes/colored-blue3.css +38 -0
- package/public/contentbuilder/themes/colored-blue4.css +38 -0
- package/public/contentbuilder/themes/colored-blue5.css +38 -0
- package/public/contentbuilder/themes/colored-blue6.css +38 -0
- package/public/contentbuilder/themes/colored-blue7.css +38 -0
- package/public/contentbuilder/themes/colored-blue8.css +38 -0
- package/public/contentbuilder/themes/colored-dark.css +38 -0
- package/public/contentbuilder/themes/colored-darkblue.css +38 -0
- package/public/contentbuilder/themes/colored-gray.css +38 -0
- package/public/contentbuilder/themes/colored-green.css +38 -0
- package/public/contentbuilder/themes/colored-green2.css +38 -0
- package/public/contentbuilder/themes/colored-green3.css +38 -0
- package/public/contentbuilder/themes/colored-green4.css +38 -0
- package/public/contentbuilder/themes/colored-green5.css +38 -0
- package/public/contentbuilder/themes/colored-magenta.css +38 -0
- package/public/contentbuilder/themes/colored-orange.css +38 -0
- package/public/contentbuilder/themes/colored-orange2.css +38 -0
- package/public/contentbuilder/themes/colored-orange3.css +38 -0
- package/public/contentbuilder/themes/colored-pink.css +38 -0
- package/public/contentbuilder/themes/colored-pink2.css +38 -0
- package/public/contentbuilder/themes/colored-pink3.css +38 -0
- package/public/contentbuilder/themes/colored-pink4.css +38 -0
- package/public/contentbuilder/themes/colored-purple.css +38 -0
- package/public/contentbuilder/themes/colored-purple2.css +38 -0
- package/public/contentbuilder/themes/colored-red.css +38 -0
- package/public/contentbuilder/themes/colored-red2.css +38 -0
- package/public/contentbuilder/themes/colored-red3.css +38 -0
- package/public/contentbuilder/themes/colored-red4.css +38 -0
- package/public/contentbuilder/themes/colored-red5.css +38 -0
- package/public/contentbuilder/themes/colored-yellow.css +38 -0
- package/public/contentbuilder/themes/colored-yellow2.css +38 -0
- package/public/contentbuilder/themes/dark-blue.css +38 -0
- package/public/contentbuilder/themes/dark-blue2.css +38 -0
- package/public/contentbuilder/themes/dark-blue3.css +38 -0
- package/public/contentbuilder/themes/dark-gray.css +38 -0
- package/public/contentbuilder/themes/dark-pink.css +38 -0
- package/public/contentbuilder/themes/dark-purple.css +38 -0
- package/public/contentbuilder/themes/dark-red.css +38 -0
- package/public/contentbuilder/themes/dark.css +38 -0
- package/public/contentbuilder/themes/light-blue.css +38 -0
- package/public/contentbuilder/themes/light-blue2.css +38 -0
- package/public/contentbuilder/themes/light-blue3.css +38 -0
- package/public/contentbuilder/themes/light-cyan.css +38 -0
- package/public/contentbuilder/themes/light-gray.css +38 -0
- package/public/contentbuilder/themes/light-gray2.css +38 -0
- package/public/contentbuilder/themes/light-gray3.css +38 -0
- package/public/contentbuilder/themes/light-green.css +38 -0
- package/public/contentbuilder/themes/light-pink.css +38 -0
- package/public/contentbuilder/themes/light-pink2.css +38 -0
- package/public/contentbuilder/themes/light-purple.css +38 -0
- package/public/contentbuilder/themes/light-purple2.css +38 -0
- package/public/contentbuilder/themes/light-red.css +38 -0
- package/public/contentbuilder/themes/light-yellow.css +38 -0
- package/public/contentbuilder/themes/light-yellow2.css +38 -0
- package/readme.txt +1 -1
package/package.json
CHANGED
|
@@ -38,6 +38,7 @@ button:focus {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.is-builder {
|
|
41
|
+
transition: all ease 0.3s;
|
|
41
42
|
transform-origin: top;
|
|
42
43
|
}
|
|
43
44
|
.is-builder > div > div:focus {
|
|
@@ -194,6 +195,7 @@ button:focus {
|
|
|
194
195
|
font-size: 13px;
|
|
195
196
|
letter-spacing: 1px;
|
|
196
197
|
font-weight: 300px;
|
|
198
|
+
/* general use */
|
|
197
199
|
/*
|
|
198
200
|
.rte-align-options,
|
|
199
201
|
.rte-formatting-options,
|
|
@@ -542,6 +544,40 @@ button:focus {
|
|
|
542
544
|
.is-ui .is-elementrte-tool > div:not(.is-draggable) {
|
|
543
545
|
padding: 8px 10px 8px 10px;
|
|
544
546
|
}
|
|
547
|
+
#_cbhtml .is-general-options,
|
|
548
|
+
.is-ui .is-general-options {
|
|
549
|
+
color: #000;
|
|
550
|
+
background: #fff;
|
|
551
|
+
}
|
|
552
|
+
#_cbhtml .is-general-options button,
|
|
553
|
+
#_cbhtml .is-general-options div[role=button],
|
|
554
|
+
.is-ui .is-general-options button,
|
|
555
|
+
.is-ui .is-general-options div[role=button] {
|
|
556
|
+
background-color: transparent;
|
|
557
|
+
color: #121212;
|
|
558
|
+
width: 45px;
|
|
559
|
+
height: 40px;
|
|
560
|
+
margin: 0;
|
|
561
|
+
box-shadow: none;
|
|
562
|
+
}
|
|
563
|
+
#_cbhtml .is-general-options button.on,
|
|
564
|
+
#_cbhtml .is-general-options div[role=button].on,
|
|
565
|
+
.is-ui .is-general-options button.on,
|
|
566
|
+
.is-ui .is-general-options div[role=button].on {
|
|
567
|
+
background: whitesmoke;
|
|
568
|
+
}
|
|
569
|
+
#_cbhtml .is-general-options button:hover,
|
|
570
|
+
#_cbhtml .is-general-options div[role=button]:hover,
|
|
571
|
+
.is-ui .is-general-options button:hover,
|
|
572
|
+
.is-ui .is-general-options div[role=button]:hover {
|
|
573
|
+
background: whitesmoke !important;
|
|
574
|
+
}
|
|
575
|
+
#_cbhtml .is-general-options button svg,
|
|
576
|
+
#_cbhtml .is-general-options div[role=button] svg,
|
|
577
|
+
.is-ui .is-general-options button svg,
|
|
578
|
+
.is-ui .is-general-options div[role=button] svg {
|
|
579
|
+
fill: #000;
|
|
580
|
+
}
|
|
545
581
|
#_cbhtml .is-rte-tool,
|
|
546
582
|
#_cbhtml .is-elementrte-tool,
|
|
547
583
|
#_cbhtml .is-rte-pop.rte-more-options,
|
|
@@ -556,6 +592,51 @@ button:focus {
|
|
|
556
592
|
background: #fff;
|
|
557
593
|
box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
|
|
558
594
|
}
|
|
595
|
+
#_cbhtml .is-rte-tool div[role=button],
|
|
596
|
+
#_cbhtml .is-elementrte-tool div[role=button],
|
|
597
|
+
#_cbhtml .is-rte-pop.rte-more-options div[role=button],
|
|
598
|
+
#_cbhtml .is-rte-pop.elementrte-more-options div[role=button],
|
|
599
|
+
.is-ui .is-rte-tool div[role=button],
|
|
600
|
+
.is-ui .is-elementrte-tool div[role=button],
|
|
601
|
+
.is-ui .is-rte-pop.rte-more-options div[role=button],
|
|
602
|
+
.is-ui .is-rte-pop.elementrte-more-options div[role=button] {
|
|
603
|
+
background-color: transparent;
|
|
604
|
+
color: #121212;
|
|
605
|
+
width: 45px;
|
|
606
|
+
height: 40px;
|
|
607
|
+
margin: 0;
|
|
608
|
+
box-shadow: none;
|
|
609
|
+
}
|
|
610
|
+
#_cbhtml .is-rte-tool div[role=button].on,
|
|
611
|
+
#_cbhtml .is-elementrte-tool div[role=button].on,
|
|
612
|
+
#_cbhtml .is-rte-pop.rte-more-options div[role=button].on,
|
|
613
|
+
#_cbhtml .is-rte-pop.elementrte-more-options div[role=button].on,
|
|
614
|
+
.is-ui .is-rte-tool div[role=button].on,
|
|
615
|
+
.is-ui .is-elementrte-tool div[role=button].on,
|
|
616
|
+
.is-ui .is-rte-pop.rte-more-options div[role=button].on,
|
|
617
|
+
.is-ui .is-rte-pop.elementrte-more-options div[role=button].on {
|
|
618
|
+
background: whitesmoke;
|
|
619
|
+
}
|
|
620
|
+
#_cbhtml .is-rte-tool div[role=button]:hover,
|
|
621
|
+
#_cbhtml .is-elementrte-tool div[role=button]:hover,
|
|
622
|
+
#_cbhtml .is-rte-pop.rte-more-options div[role=button]:hover,
|
|
623
|
+
#_cbhtml .is-rte-pop.elementrte-more-options div[role=button]:hover,
|
|
624
|
+
.is-ui .is-rte-tool div[role=button]:hover,
|
|
625
|
+
.is-ui .is-elementrte-tool div[role=button]:hover,
|
|
626
|
+
.is-ui .is-rte-pop.rte-more-options div[role=button]:hover,
|
|
627
|
+
.is-ui .is-rte-pop.elementrte-more-options div[role=button]:hover {
|
|
628
|
+
background: whitesmoke;
|
|
629
|
+
}
|
|
630
|
+
#_cbhtml .is-rte-tool div[role=button] svg,
|
|
631
|
+
#_cbhtml .is-elementrte-tool div[role=button] svg,
|
|
632
|
+
#_cbhtml .is-rte-pop.rte-more-options div[role=button] svg,
|
|
633
|
+
#_cbhtml .is-rte-pop.elementrte-more-options div[role=button] svg,
|
|
634
|
+
.is-ui .is-rte-tool div[role=button] svg,
|
|
635
|
+
.is-ui .is-elementrte-tool div[role=button] svg,
|
|
636
|
+
.is-ui .is-rte-pop.rte-more-options div[role=button] svg,
|
|
637
|
+
.is-ui .is-rte-pop.elementrte-more-options div[role=button] svg {
|
|
638
|
+
fill: #000;
|
|
639
|
+
}
|
|
559
640
|
#_cbhtml .is-rte-tool button,
|
|
560
641
|
#_cbhtml .is-elementrte-tool button,
|
|
561
642
|
#_cbhtml .is-rte-pop.rte-more-options button,
|