@innovastudio/contentbuilder 1.0.88 → 1.0.91
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 -2
- package/public/contentbuilder/contentbuilder.css +124 -2
- package/public/contentbuilder/contentbuilder.esm.js +3371 -1141
- package/public/contentbuilder/contentbuilder.min.js +10 -10
- package/public/contentbuilder/lang/en.js +13 -0
- package/public/contentbuilder/lang/fr.js +14 -1
- package/public/contentbuilder/themes/colored-blue.css +12 -4
- package/public/contentbuilder/themes/colored-blue2.css +12 -4
- package/public/contentbuilder/themes/colored-blue3.css +12 -4
- package/public/contentbuilder/themes/colored-blue4.css +12 -4
- package/public/contentbuilder/themes/colored-blue5.css +12 -4
- package/public/contentbuilder/themes/colored-blue6.css +12 -4
- package/public/contentbuilder/themes/colored-blue7.css +12 -4
- package/public/contentbuilder/themes/colored-blue8.css +12 -4
- package/public/contentbuilder/themes/colored-dark.css +12 -4
- package/public/contentbuilder/themes/colored-darkblue.css +12 -4
- package/public/contentbuilder/themes/colored-gray.css +12 -4
- package/public/contentbuilder/themes/colored-green.css +12 -4
- package/public/contentbuilder/themes/colored-green2.css +12 -4
- package/public/contentbuilder/themes/colored-green3.css +12 -4
- package/public/contentbuilder/themes/colored-green4.css +12 -4
- package/public/contentbuilder/themes/colored-green5.css +12 -4
- package/public/contentbuilder/themes/colored-magenta.css +12 -4
- package/public/contentbuilder/themes/colored-orange.css +12 -4
- package/public/contentbuilder/themes/colored-orange2.css +12 -4
- package/public/contentbuilder/themes/colored-orange3.css +12 -4
- package/public/contentbuilder/themes/colored-pink.css +12 -4
- package/public/contentbuilder/themes/colored-pink2.css +12 -4
- package/public/contentbuilder/themes/colored-pink3.css +12 -4
- package/public/contentbuilder/themes/colored-pink4.css +12 -4
- package/public/contentbuilder/themes/colored-purple.css +12 -4
- package/public/contentbuilder/themes/colored-purple2.css +12 -4
- package/public/contentbuilder/themes/colored-red.css +12 -4
- package/public/contentbuilder/themes/colored-red2.css +12 -4
- package/public/contentbuilder/themes/colored-red3.css +12 -4
- package/public/contentbuilder/themes/colored-red4.css +12 -4
- package/public/contentbuilder/themes/colored-red5.css +12 -4
- package/public/contentbuilder/themes/colored-yellow.css +12 -4
- package/public/contentbuilder/themes/colored-yellow2.css +12 -4
- package/public/contentbuilder/themes/dark-blue.css +12 -4
- package/public/contentbuilder/themes/dark-blue2.css +12 -4
- package/public/contentbuilder/themes/dark-blue3.css +12 -4
- package/public/contentbuilder/themes/dark-gray.css +12 -4
- package/public/contentbuilder/themes/dark-pink.css +12 -4
- package/public/contentbuilder/themes/dark-purple.css +12 -4
- package/public/contentbuilder/themes/dark-red.css +12 -4
- package/public/contentbuilder/themes/dark.css +12 -4
- package/public/contentbuilder/themes/light-blue.css +12 -4
- package/public/contentbuilder/themes/light-blue2.css +12 -4
- package/public/contentbuilder/themes/light-blue3.css +12 -4
- package/public/contentbuilder/themes/light-cyan.css +12 -4
- package/public/contentbuilder/themes/light-gray.css +12 -4
- package/public/contentbuilder/themes/light-gray2.css +12 -4
- package/public/contentbuilder/themes/light-gray3.css +12 -4
- package/public/contentbuilder/themes/light-green.css +12 -4
- package/public/contentbuilder/themes/light-pink.css +12 -4
- package/public/contentbuilder/themes/light-pink2.css +12 -4
- package/public/contentbuilder/themes/light-purple.css +12 -4
- package/public/contentbuilder/themes/light-purple2.css +12 -4
- package/public/contentbuilder/themes/light-red.css +12 -4
- package/public/contentbuilder/themes/light-yellow.css +12 -4
- package/public/contentbuilder/themes/light-yellow2.css +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbuilder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "public/contentbuilder/contentbuilder.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"express-session": "^1.17.2",
|
|
49
49
|
"js-beautify": "^1.14.0",
|
|
50
50
|
"moveable": "^0.26.0",
|
|
51
|
-
"nodemailer": "^6.7.2",
|
|
52
51
|
"rangy": "^1.3.0",
|
|
53
52
|
"serve-static": "^1.14.1",
|
|
54
53
|
"sortablejs": "^1.14.0"
|
|
@@ -2087,6 +2087,112 @@ button:focus {
|
|
|
2087
2087
|
background: rgba(255, 255, 255, 0.2);
|
|
2088
2088
|
border: rgba(0, 0, 0, 0.09) 1px solid;
|
|
2089
2089
|
}
|
|
2090
|
+
#_cbhtml .is-modal.buttoneditor,
|
|
2091
|
+
.is-ui .is-modal.buttoneditor {
|
|
2092
|
+
z-index: 10002;
|
|
2093
|
+
position: fixed;
|
|
2094
|
+
overflow: hidden;
|
|
2095
|
+
width: 520px;
|
|
2096
|
+
height: 720px;
|
|
2097
|
+
top: 50%;
|
|
2098
|
+
left: auto;
|
|
2099
|
+
right: 30%;
|
|
2100
|
+
margin-top: -205px;
|
|
2101
|
+
box-sizing: content-box;
|
|
2102
|
+
flex-direction: row;
|
|
2103
|
+
align-items: flex-start;
|
|
2104
|
+
}
|
|
2105
|
+
#_cbhtml .is-modal.buttoneditor .is-modal-bar,
|
|
2106
|
+
.is-ui .is-modal.buttoneditor .is-modal-bar {
|
|
2107
|
+
line-height: 30px;
|
|
2108
|
+
height: 30px;
|
|
2109
|
+
background-color: #fafafa;
|
|
2110
|
+
}
|
|
2111
|
+
#_cbhtml .is-modal.buttoneditor .is-modal-bar .is-modal-close,
|
|
2112
|
+
.is-ui .is-modal.buttoneditor .is-modal-bar .is-modal-close {
|
|
2113
|
+
width: 20px;
|
|
2114
|
+
height: 20px;
|
|
2115
|
+
line-height: 20px;
|
|
2116
|
+
font-size: 10px;
|
|
2117
|
+
}
|
|
2118
|
+
#_cbhtml .is-modal.buttoneditor.active,
|
|
2119
|
+
.is-ui .is-modal.buttoneditor.active {
|
|
2120
|
+
display: flex;
|
|
2121
|
+
}
|
|
2122
|
+
#_cbhtml .is-modal.buttoneditor > div:not(.is-draggable),
|
|
2123
|
+
.is-ui .is-modal.buttoneditor > div:not(.is-draggable) {
|
|
2124
|
+
width: 100%;
|
|
2125
|
+
margin-top: 30px;
|
|
2126
|
+
}
|
|
2127
|
+
#_cbhtml .is-modal.buttoneditor button,
|
|
2128
|
+
.is-ui .is-modal.buttoneditor button {
|
|
2129
|
+
padding: 0 10px;
|
|
2130
|
+
height: 35px;
|
|
2131
|
+
}
|
|
2132
|
+
#_cbhtml .is-modal.buttoneditor .is-button-remove,
|
|
2133
|
+
.is-ui .is-modal.buttoneditor .is-button-remove {
|
|
2134
|
+
position: absolute;
|
|
2135
|
+
top: -11px;
|
|
2136
|
+
right: -11px;
|
|
2137
|
+
width: 20px;
|
|
2138
|
+
height: 20px;
|
|
2139
|
+
justify-content: center;
|
|
2140
|
+
align-items: center;
|
|
2141
|
+
background: #f96700;
|
|
2142
|
+
color: #fff;
|
|
2143
|
+
font-size: 12px;
|
|
2144
|
+
cursor: pointer;
|
|
2145
|
+
display: none;
|
|
2146
|
+
border-radius: 500px;
|
|
2147
|
+
}
|
|
2148
|
+
#_cbhtml .is-modal.buttoneditor .is-button-remove svg,
|
|
2149
|
+
.is-ui .is-modal.buttoneditor .is-button-remove svg {
|
|
2150
|
+
fill: white;
|
|
2151
|
+
width: 20px;
|
|
2152
|
+
height: 20px;
|
|
2153
|
+
}
|
|
2154
|
+
#_cbhtml .is-modal.buttoneditor #divMyButtonList,
|
|
2155
|
+
.is-ui .is-modal.buttoneditor #divMyButtonList {
|
|
2156
|
+
padding: 10px 20px 10px;
|
|
2157
|
+
height: 100%;
|
|
2158
|
+
width: 100%;
|
|
2159
|
+
position: absolute;
|
|
2160
|
+
top: 0;
|
|
2161
|
+
left: 0;
|
|
2162
|
+
border-top: transparent 150px solid;
|
|
2163
|
+
box-sizing: border-box;
|
|
2164
|
+
overflow: hidden;
|
|
2165
|
+
overflow-y: auto;
|
|
2166
|
+
overflow-y: auto;
|
|
2167
|
+
}
|
|
2168
|
+
#_cbhtml .is-modal.buttoneditor #divMyButtonList a,
|
|
2169
|
+
.is-ui .is-modal.buttoneditor #divMyButtonList a {
|
|
2170
|
+
position: relative;
|
|
2171
|
+
margin: 10px 20px 20px 0;
|
|
2172
|
+
}
|
|
2173
|
+
#_cbhtml .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove,
|
|
2174
|
+
.is-ui .is-modal.buttoneditor #divMyButtonList a:hover .is-button-remove {
|
|
2175
|
+
display: flex;
|
|
2176
|
+
}
|
|
2177
|
+
#_cbhtml .is-modal.buttoneditor #divButtonTemplateList,
|
|
2178
|
+
.is-ui .is-modal.buttoneditor #divButtonTemplateList {
|
|
2179
|
+
padding: 10px 20px 10px;
|
|
2180
|
+
height: 100%;
|
|
2181
|
+
width: 100%;
|
|
2182
|
+
position: absolute;
|
|
2183
|
+
top: 0;
|
|
2184
|
+
left: 0;
|
|
2185
|
+
border-top: transparent 100px solid;
|
|
2186
|
+
box-sizing: border-box;
|
|
2187
|
+
overflow: hidden;
|
|
2188
|
+
overflow-y: auto;
|
|
2189
|
+
overflow-y: auto;
|
|
2190
|
+
}
|
|
2191
|
+
#_cbhtml .is-modal.buttoneditor #divButtonTemplateList a,
|
|
2192
|
+
.is-ui .is-modal.buttoneditor #divButtonTemplateList a {
|
|
2193
|
+
position: relative;
|
|
2194
|
+
margin: 10px 20px 20px 0;
|
|
2195
|
+
}
|
|
2090
2196
|
#_cbhtml .is-modal.columnsettings .is-modal-bar,
|
|
2091
2197
|
.is-ui .is-modal.columnsettings .is-modal-bar {
|
|
2092
2198
|
background-color: #fafafa;
|
|
@@ -2170,6 +2276,20 @@ button:focus {
|
|
|
2170
2276
|
.is-ui .is-modal.columnsettings .div-content-height button svg {
|
|
2171
2277
|
flex: none;
|
|
2172
2278
|
}
|
|
2279
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos,
|
|
2280
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos {
|
|
2281
|
+
display: flex;
|
|
2282
|
+
}
|
|
2283
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button,
|
|
2284
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos button {
|
|
2285
|
+
width: 75px;
|
|
2286
|
+
padding-left: 15px;
|
|
2287
|
+
padding-right: 15px;
|
|
2288
|
+
}
|
|
2289
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button svg,
|
|
2290
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos button svg {
|
|
2291
|
+
flex: none;
|
|
2292
|
+
}
|
|
2173
2293
|
#_cbhtml .is-modal.columnsettings .div-content-textcolor,
|
|
2174
2294
|
.is-ui .is-modal.columnsettings .div-content-textcolor {
|
|
2175
2295
|
display: flex;
|
|
@@ -2534,15 +2654,17 @@ button:focus {
|
|
|
2534
2654
|
.is-ui .is-tool.is-module-tool > button svg {
|
|
2535
2655
|
fill: #121212;
|
|
2536
2656
|
}
|
|
2537
|
-
#_cbhtml .is-tool#divLinkTool button, #_cbhtml .is-tool#divSvgTool button,
|
|
2657
|
+
#_cbhtml .is-tool#divLinkTool button, #_cbhtml .is-tool#divButtonTool button, #_cbhtml .is-tool#divSvgTool button,
|
|
2538
2658
|
.is-ui .is-tool#divLinkTool button,
|
|
2659
|
+
.is-ui .is-tool#divButtonTool button,
|
|
2539
2660
|
.is-ui .is-tool#divSvgTool button {
|
|
2540
2661
|
width: 30px;
|
|
2541
2662
|
height: 30px;
|
|
2542
2663
|
background: rgba(243, 243, 243, 0.9);
|
|
2543
2664
|
}
|
|
2544
|
-
#_cbhtml .is-tool#divLinkTool button svg, #_cbhtml .is-tool#divSvgTool button svg,
|
|
2665
|
+
#_cbhtml .is-tool#divLinkTool button svg, #_cbhtml .is-tool#divButtonTool button svg, #_cbhtml .is-tool#divSvgTool button svg,
|
|
2545
2666
|
.is-ui .is-tool#divLinkTool button svg,
|
|
2667
|
+
.is-ui .is-tool#divButtonTool button svg,
|
|
2546
2668
|
.is-ui .is-tool#divSvgTool button svg {
|
|
2547
2669
|
fill: #121212;
|
|
2548
2670
|
}
|