@innovastudio/contentbuilder 1.2.4-rc3 → 1.2.4-rc6
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 +2 -1
- package/public/contentbuilder/contentbuilder.css +31 -4
- package/public/contentbuilder/contentbuilder.esm.js +975 -302
- package/public/contentbuilder/contentbuilder.min.js +9 -9
- package/public/contentbuilder/lang/en.js +2 -1
- package/public/contentbuilder/lang/fr.js +2 -1
- package/public/contentbuilder/plugins/symbols/plugin.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbuilder",
|
|
3
|
-
"version": "1.2.4-
|
|
3
|
+
"version": "1.2.4-rc6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbuilder/contentbuilder.esm.js",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@babel/core": "^7.15.5",
|
|
24
24
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
25
|
+
"@babel/plugin-transform-runtime": "^7.18.2",
|
|
25
26
|
"@babel/preset-env": "^7.15.6",
|
|
26
27
|
"@rollup/plugin-babel": "^5.3.0",
|
|
27
28
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
@@ -1039,6 +1039,7 @@ button:focus {
|
|
|
1039
1039
|
#_cbhtml .is-rte-pop.rte-color-picker button:focus,
|
|
1040
1040
|
.is-ui .is-rte-pop.rte-color-picker button:focus {
|
|
1041
1041
|
outline: #3e93f7 2px solid;
|
|
1042
|
+
outline-offset: 0;
|
|
1042
1043
|
}
|
|
1043
1044
|
#_cbhtml .is-rte-pop.rte-color-picker .color-default button,
|
|
1044
1045
|
#_cbhtml .is-rte-pop.rte-color-picker .color-gradient button,
|
|
@@ -1757,6 +1758,7 @@ button:focus {
|
|
|
1757
1758
|
#_cbhtml .is-modal a:focus,
|
|
1758
1759
|
.is-ui .is-modal a:focus {
|
|
1759
1760
|
outline: #3e93f7 2px solid;
|
|
1761
|
+
outline-offset: 0;
|
|
1760
1762
|
}
|
|
1761
1763
|
#_cbhtml .is-modal.active,
|
|
1762
1764
|
.is-ui .is-modal.active {
|
|
@@ -1818,6 +1820,7 @@ button:focus {
|
|
|
1818
1820
|
#_cbhtml .is-modal .form-upload-larger:focus-within,
|
|
1819
1821
|
.is-ui .is-modal .form-upload-larger:focus-within {
|
|
1820
1822
|
outline: #3e93f7 2px solid;
|
|
1823
|
+
outline-offset: 0;
|
|
1821
1824
|
}
|
|
1822
1825
|
#_cbhtml .is-modal .is-modal-overlay,
|
|
1823
1826
|
.is-ui .is-modal .is-modal-overlay {
|
|
@@ -1904,8 +1907,8 @@ button:focus {
|
|
|
1904
1907
|
width: 32px;
|
|
1905
1908
|
height: 32px;
|
|
1906
1909
|
position: absolute;
|
|
1907
|
-
top:
|
|
1908
|
-
right:
|
|
1910
|
+
top: 2px;
|
|
1911
|
+
right: 2px;
|
|
1909
1912
|
box-sizing: border-box;
|
|
1910
1913
|
padding: 0;
|
|
1911
1914
|
line-height: 32px;
|
|
@@ -2261,6 +2264,7 @@ button:focus {
|
|
|
2261
2264
|
.is-ui .is-modal.buttoneditor #divMyButtonList a {
|
|
2262
2265
|
position: relative;
|
|
2263
2266
|
margin: 10px 20px 20px 0;
|
|
2267
|
+
outline-offset: 2px;
|
|
2264
2268
|
}
|
|
2265
2269
|
#_cbhtml .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove,
|
|
2266
2270
|
.is-ui .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove {
|
|
@@ -2284,6 +2288,7 @@ button:focus {
|
|
|
2284
2288
|
.is-ui .is-modal.buttoneditor #divButtonTemplateList a {
|
|
2285
2289
|
position: relative;
|
|
2286
2290
|
margin: 10px 20px 20px 0;
|
|
2291
|
+
outline-offset: 2px;
|
|
2287
2292
|
}
|
|
2288
2293
|
#_cbhtml .is-modal.columnsettings .is-modal-bar,
|
|
2289
2294
|
.is-ui .is-modal.columnsettings .is-modal-bar {
|
|
@@ -2606,12 +2611,17 @@ button:focus {
|
|
|
2606
2611
|
.is-ui .is-modal.imagelink .image-src {
|
|
2607
2612
|
display: flex;
|
|
2608
2613
|
}
|
|
2609
|
-
#_cbhtml .is-modal.imagelink .image-src
|
|
2610
|
-
.is-ui .is-modal.imagelink .image-src
|
|
2614
|
+
#_cbhtml .is-modal.imagelink .image-src button,
|
|
2615
|
+
.is-ui .is-modal.imagelink .image-src button {
|
|
2611
2616
|
background: transparent !important;
|
|
2612
2617
|
width: 50px;
|
|
2613
2618
|
height: 43px;
|
|
2614
2619
|
}
|
|
2620
|
+
#_cbhtml .is-modal.imagelink .image-src .image-larger1,
|
|
2621
|
+
.is-ui .is-modal.imagelink .image-src .image-larger1 {
|
|
2622
|
+
width: 50px;
|
|
2623
|
+
height: 43px;
|
|
2624
|
+
}
|
|
2615
2625
|
#_cbhtml .is-modal.imagelink .image-link,
|
|
2616
2626
|
.is-ui .is-modal.imagelink .image-link {
|
|
2617
2627
|
display: flex;
|
|
@@ -2619,6 +2629,13 @@ button:focus {
|
|
|
2619
2629
|
#_cbhtml .is-modal.imagelink .image-link button,
|
|
2620
2630
|
.is-ui .is-modal.imagelink .image-link button {
|
|
2621
2631
|
background: transparent !important;
|
|
2632
|
+
width: 50px;
|
|
2633
|
+
height: 43px;
|
|
2634
|
+
}
|
|
2635
|
+
#_cbhtml .is-modal.imagelink .image-link .image-larger2,
|
|
2636
|
+
.is-ui .is-modal.imagelink .image-link .image-larger2 {
|
|
2637
|
+
width: 50px;
|
|
2638
|
+
height: 43px;
|
|
2622
2639
|
}
|
|
2623
2640
|
#_cbhtml .is-modal.iframelink div.is-modal-content,
|
|
2624
2641
|
.is-ui .is-modal.iframelink div.is-modal-content {
|
|
@@ -2946,6 +2963,7 @@ button:focus {
|
|
|
2946
2963
|
.is-ui button:focus,
|
|
2947
2964
|
.is-ui .is-btn:focus {
|
|
2948
2965
|
outline: #3e93f7 2px solid;
|
|
2966
|
+
outline-offset: 0;
|
|
2949
2967
|
}
|
|
2950
2968
|
#_cbhtml button.fullwidth,
|
|
2951
2969
|
#_cbhtml .is-btn.fullwidth,
|
|
@@ -3027,6 +3045,7 @@ button:focus {
|
|
|
3027
3045
|
#_cbhtml textarea:not(.monaco-mouse-cursor-text):focus,
|
|
3028
3046
|
.is-ui textarea:not(.monaco-mouse-cursor-text):focus {
|
|
3029
3047
|
outline: #3e93f7 2px solid;
|
|
3048
|
+
outline-offset: 0;
|
|
3030
3049
|
box-shadow: none;
|
|
3031
3050
|
}
|
|
3032
3051
|
#_cbhtml select,
|
|
@@ -3055,6 +3074,7 @@ button:focus {
|
|
|
3055
3074
|
#_cbhtml select:focus,
|
|
3056
3075
|
.is-ui select:focus {
|
|
3057
3076
|
outline: #3e93f7 2px solid;
|
|
3077
|
+
outline-offset: 0;
|
|
3058
3078
|
box-shadow: none;
|
|
3059
3079
|
}
|
|
3060
3080
|
#_cbhtml input[type=text],
|
|
@@ -3078,6 +3098,7 @@ button:focus {
|
|
|
3078
3098
|
#_cbhtml input[type=text]:focus,
|
|
3079
3099
|
.is-ui input[type=text]:focus {
|
|
3080
3100
|
outline: #3e93f7 2px solid;
|
|
3101
|
+
outline-offset: 0;
|
|
3081
3102
|
box-shadow: none;
|
|
3082
3103
|
}
|
|
3083
3104
|
#_cbhtml input[type=text] [type=checkbox], #_cbhtml input[type=text] [type=radio],
|
|
@@ -3122,6 +3143,11 @@ button:focus {
|
|
|
3122
3143
|
.is-ui .is-rangeslider:hover {
|
|
3123
3144
|
opacity: 1;
|
|
3124
3145
|
}
|
|
3146
|
+
#_cbhtml .is-rangeslider:focus,
|
|
3147
|
+
.is-ui .is-rangeslider:focus {
|
|
3148
|
+
outline: #3e93f7 2px solid;
|
|
3149
|
+
outline-offset: 2px;
|
|
3150
|
+
}
|
|
3125
3151
|
#_cbhtml .is-rangeslider::-webkit-slider-thumb,
|
|
3126
3152
|
.is-ui .is-rangeslider::-webkit-slider-thumb {
|
|
3127
3153
|
-webkit-appearance: none;
|
|
@@ -3931,6 +3957,7 @@ button:focus {
|
|
|
3931
3957
|
}
|
|
3932
3958
|
.is-tool button:focus {
|
|
3933
3959
|
outline: none !important;
|
|
3960
|
+
outline-offset: 0;
|
|
3934
3961
|
}
|
|
3935
3962
|
.is-tool button svg {
|
|
3936
3963
|
fill: #000;
|