@innovastudio/contentbuilder 1.2.4-rc5 → 1.2.4-rc9
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 +51 -9
- package/public/contentbuilder/contentbuilder.esm.js +2039 -1906
- package/public/contentbuilder/contentbuilder.min.js +9 -9
- package/public/contentbuilder/lang/en.js +3 -1
- package/public/contentbuilder/plugins/preview/plugin.js +2 -8
- package/public/contentbuilder/plugins/symbols/plugin.js +2789 -2543
package/package.json
CHANGED
|
@@ -1031,6 +1031,7 @@ button:focus {
|
|
|
1031
1031
|
.is-ui .is-rte-pop.rte-color-picker button {
|
|
1032
1032
|
background-color: transparent;
|
|
1033
1033
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
1034
|
+
border-radius: 0px;
|
|
1034
1035
|
}
|
|
1035
1036
|
#_cbhtml .is-rte-pop.rte-color-picker button:hover,
|
|
1036
1037
|
.is-ui .is-rte-pop.rte-color-picker button:hover {
|
|
@@ -1039,7 +1040,12 @@ button:focus {
|
|
|
1039
1040
|
#_cbhtml .is-rte-pop.rte-color-picker button:focus,
|
|
1040
1041
|
.is-ui .is-rte-pop.rte-color-picker button:focus {
|
|
1041
1042
|
outline: #3e93f7 2px solid;
|
|
1042
|
-
outline-offset:
|
|
1043
|
+
outline-offset: -2px;
|
|
1044
|
+
}
|
|
1045
|
+
#_cbhtml .is-rte-pop.rte-color-picker input[type=text]:focus,
|
|
1046
|
+
.is-ui .is-rte-pop.rte-color-picker input[type=text]:focus {
|
|
1047
|
+
outline: #3e93f7 2px solid;
|
|
1048
|
+
outline-offset: -2px;
|
|
1043
1049
|
}
|
|
1044
1050
|
#_cbhtml .is-rte-pop.rte-color-picker .color-default button,
|
|
1045
1051
|
#_cbhtml .is-rte-pop.rte-color-picker .color-gradient button,
|
|
@@ -1821,6 +1827,7 @@ button:focus {
|
|
|
1821
1827
|
.is-ui .is-modal .form-upload-larger:focus-within {
|
|
1822
1828
|
outline: #3e93f7 2px solid;
|
|
1823
1829
|
outline-offset: 0;
|
|
1830
|
+
border-radius: 1px;
|
|
1824
1831
|
}
|
|
1825
1832
|
#_cbhtml .is-modal .is-modal-overlay,
|
|
1826
1833
|
.is-ui .is-modal .is-modal-overlay {
|
|
@@ -1907,8 +1914,8 @@ button:focus {
|
|
|
1907
1914
|
width: 32px;
|
|
1908
1915
|
height: 32px;
|
|
1909
1916
|
position: absolute;
|
|
1910
|
-
top:
|
|
1911
|
-
right:
|
|
1917
|
+
top: 2px;
|
|
1918
|
+
right: 2px;
|
|
1912
1919
|
box-sizing: border-box;
|
|
1913
1920
|
padding: 0;
|
|
1914
1921
|
line-height: 32px;
|
|
@@ -2264,6 +2271,7 @@ button:focus {
|
|
|
2264
2271
|
.is-ui .is-modal.buttoneditor #divMyButtonList a {
|
|
2265
2272
|
position: relative;
|
|
2266
2273
|
margin: 10px 20px 20px 0;
|
|
2274
|
+
outline-offset: 2px;
|
|
2267
2275
|
}
|
|
2268
2276
|
#_cbhtml .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove,
|
|
2269
2277
|
.is-ui .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove {
|
|
@@ -2287,6 +2295,7 @@ button:focus {
|
|
|
2287
2295
|
.is-ui .is-modal.buttoneditor #divButtonTemplateList a {
|
|
2288
2296
|
position: relative;
|
|
2289
2297
|
margin: 10px 20px 20px 0;
|
|
2298
|
+
outline-offset: 2px;
|
|
2290
2299
|
}
|
|
2291
2300
|
#_cbhtml .is-modal.columnsettings .is-modal-bar,
|
|
2292
2301
|
.is-ui .is-modal.columnsettings .is-modal-bar {
|
|
@@ -2609,12 +2618,17 @@ button:focus {
|
|
|
2609
2618
|
.is-ui .is-modal.imagelink .image-src {
|
|
2610
2619
|
display: flex;
|
|
2611
2620
|
}
|
|
2612
|
-
#_cbhtml .is-modal.imagelink .image-src
|
|
2613
|
-
.is-ui .is-modal.imagelink .image-src
|
|
2621
|
+
#_cbhtml .is-modal.imagelink .image-src button,
|
|
2622
|
+
.is-ui .is-modal.imagelink .image-src button {
|
|
2614
2623
|
background: transparent !important;
|
|
2615
2624
|
width: 50px;
|
|
2616
2625
|
height: 43px;
|
|
2617
2626
|
}
|
|
2627
|
+
#_cbhtml .is-modal.imagelink .image-src .image-larger1,
|
|
2628
|
+
.is-ui .is-modal.imagelink .image-src .image-larger1 {
|
|
2629
|
+
width: 50px;
|
|
2630
|
+
height: 43px;
|
|
2631
|
+
}
|
|
2618
2632
|
#_cbhtml .is-modal.imagelink .image-link,
|
|
2619
2633
|
.is-ui .is-modal.imagelink .image-link {
|
|
2620
2634
|
display: flex;
|
|
@@ -2622,6 +2636,13 @@ button:focus {
|
|
|
2622
2636
|
#_cbhtml .is-modal.imagelink .image-link button,
|
|
2623
2637
|
.is-ui .is-modal.imagelink .image-link button {
|
|
2624
2638
|
background: transparent !important;
|
|
2639
|
+
width: 50px;
|
|
2640
|
+
height: 43px;
|
|
2641
|
+
}
|
|
2642
|
+
#_cbhtml .is-modal.imagelink .image-link .image-larger2,
|
|
2643
|
+
.is-ui .is-modal.imagelink .image-link .image-larger2 {
|
|
2644
|
+
width: 50px;
|
|
2645
|
+
height: 43px;
|
|
2625
2646
|
}
|
|
2626
2647
|
#_cbhtml .is-modal.iframelink div.is-modal-content,
|
|
2627
2648
|
.is-ui .is-modal.iframelink div.is-modal-content {
|
|
@@ -2698,15 +2719,19 @@ button:focus {
|
|
|
2698
2719
|
.is-ui .is-modal.viewconfig .div-themes {
|
|
2699
2720
|
display: flex;
|
|
2700
2721
|
flex-flow: wrap;
|
|
2701
|
-
width:
|
|
2722
|
+
width: 198px;
|
|
2702
2723
|
box-sizing: content-box;
|
|
2703
2724
|
}
|
|
2704
2725
|
#_cbhtml .is-modal.viewconfig button.input-setcolor,
|
|
2705
2726
|
.is-ui .is-modal.viewconfig button.input-setcolor {
|
|
2706
2727
|
width: 27px;
|
|
2707
2728
|
height: 25px;
|
|
2708
|
-
border: transparent
|
|
2709
|
-
|
|
2729
|
+
border: transparent 2px solid;
|
|
2730
|
+
border-radius: 0px;
|
|
2731
|
+
}
|
|
2732
|
+
#_cbhtml .is-modal.viewconfig button.input-setcolor:focus,
|
|
2733
|
+
.is-ui .is-modal.viewconfig button.input-setcolor:focus {
|
|
2734
|
+
outline-offset: -2px;
|
|
2710
2735
|
}
|
|
2711
2736
|
#_cbhtml .is-tool#divImageTool, #_cbhtml .is-tool.is-video-tool, #_cbhtml .is-tool.is-iframe-tool,
|
|
2712
2737
|
.is-ui .is-tool#divImageTool,
|
|
@@ -3095,6 +3120,10 @@ button:focus {
|
|
|
3095
3120
|
margin-top: 0;
|
|
3096
3121
|
margin-bottom: 0;
|
|
3097
3122
|
}
|
|
3123
|
+
#_cbhtml input[type=radio]:focus,
|
|
3124
|
+
.is-ui input[type=radio]:focus {
|
|
3125
|
+
outline: #3e93f7 1px solid;
|
|
3126
|
+
}
|
|
3098
3127
|
#_cbhtml label,
|
|
3099
3128
|
.is-ui label {
|
|
3100
3129
|
font-size: 13px;
|
|
@@ -3439,6 +3468,7 @@ button:focus {
|
|
|
3439
3468
|
overflow-x: hidden;
|
|
3440
3469
|
text-align: center;
|
|
3441
3470
|
border-top: transparent 40px solid !important;
|
|
3471
|
+
outline: none;
|
|
3442
3472
|
}
|
|
3443
3473
|
#_cbhtml .is-design-list > div,
|
|
3444
3474
|
.is-ui .is-design-list > div {
|
|
@@ -3620,6 +3650,7 @@ button:focus {
|
|
|
3620
3650
|
}
|
|
3621
3651
|
#_cbhtml .is-dropdown .dropdown-menu li,
|
|
3622
3652
|
.is-ui .is-dropdown .dropdown-menu li {
|
|
3653
|
+
background-color: #fff;
|
|
3623
3654
|
height: 38px;
|
|
3624
3655
|
display: flex;
|
|
3625
3656
|
align-items: center;
|
|
@@ -3719,12 +3750,14 @@ button:focus {
|
|
|
3719
3750
|
height: 35px;
|
|
3720
3751
|
font-size: 13px;
|
|
3721
3752
|
margin-right: 2px;
|
|
3753
|
+
border-radius: 1px;
|
|
3722
3754
|
}
|
|
3723
3755
|
#_cbhtml .elementstyles .is-settings select,
|
|
3724
3756
|
.is-ui .elementstyles .is-settings select {
|
|
3725
3757
|
border-radius: 0;
|
|
3726
3758
|
height: 35px;
|
|
3727
3759
|
margin: 0;
|
|
3760
|
+
border-radius: 1px;
|
|
3728
3761
|
}
|
|
3729
3762
|
#_cbhtml .elementstyles #divElementMore,
|
|
3730
3763
|
.is-ui .elementstyles #divElementMore {
|
|
@@ -3861,7 +3894,16 @@ button:focus {
|
|
|
3861
3894
|
height: 45px;
|
|
3862
3895
|
cursor: pointer;
|
|
3863
3896
|
border-radius: 0px;
|
|
3864
|
-
|
|
3897
|
+
}
|
|
3898
|
+
#_cbhtml .pickcolor button:focus,
|
|
3899
|
+
.is-ui .pickcolor button:focus {
|
|
3900
|
+
outline: #3e93f7 2px solid;
|
|
3901
|
+
outline-offset: -2px;
|
|
3902
|
+
}
|
|
3903
|
+
#_cbhtml .pickcolor input[type=text]:focus,
|
|
3904
|
+
.is-ui .pickcolor input[type=text]:focus {
|
|
3905
|
+
outline: #3e93f7 2px solid;
|
|
3906
|
+
outline-offset: -2px;
|
|
3865
3907
|
}
|
|
3866
3908
|
#_cbhtml .pickcolor .color-default button,
|
|
3867
3909
|
.is-ui .pickcolor .color-default button {
|