@innovastudio/contentbuilder 1.0.90 → 1.1.1
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 +5 -3
- package/public/contentbuilder/contentbuilder.css +110 -2
- package/public/contentbuilder/contentbuilder.esm.js +5319 -2337
- package/public/contentbuilder/contentbuilder.min.js +80 -86
- package/public/contentbuilder/lang/en.js +13 -1
- package/public/contentbuilder/lang/fr.js +13 -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/public/contentbuilder/plugins/buttons/plugin.js +0 -1484
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbuilder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "public/contentbuilder/contentbuilder.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@babel/core": "^7.15.5",
|
|
23
23
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
24
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
24
25
|
"@babel/preset-env": "^7.15.6",
|
|
25
26
|
"@rollup/plugin-babel": "^5.3.0",
|
|
26
27
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
@@ -41,16 +42,17 @@
|
|
|
41
42
|
"webpack-dev-server": "^4.2.1"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"
|
|
45
|
+
"blueimp-load-image": "^5.16.0",
|
|
45
46
|
"cors": "^2.8.5",
|
|
46
47
|
"cropperjs": "^1.5.12",
|
|
47
48
|
"express": "^4.17.1",
|
|
48
49
|
"express-session": "^1.17.2",
|
|
50
|
+
"formidable-serverless": "^1.1.1",
|
|
49
51
|
"js-beautify": "^1.14.0",
|
|
50
52
|
"moveable": "^0.26.0",
|
|
51
|
-
"nodemailer": "^6.7.2",
|
|
52
53
|
"rangy": "^1.3.0",
|
|
53
54
|
"serve-static": "^1.14.1",
|
|
55
|
+
"sharp": "^0.30.3",
|
|
54
56
|
"sortablejs": "^1.14.0"
|
|
55
57
|
}
|
|
56
58
|
}
|
|
@@ -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;
|
|
@@ -2548,15 +2654,17 @@ button:focus {
|
|
|
2548
2654
|
.is-ui .is-tool.is-module-tool > button svg {
|
|
2549
2655
|
fill: #121212;
|
|
2550
2656
|
}
|
|
2551
|
-
#_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,
|
|
2552
2658
|
.is-ui .is-tool#divLinkTool button,
|
|
2659
|
+
.is-ui .is-tool#divButtonTool button,
|
|
2553
2660
|
.is-ui .is-tool#divSvgTool button {
|
|
2554
2661
|
width: 30px;
|
|
2555
2662
|
height: 30px;
|
|
2556
2663
|
background: rgba(243, 243, 243, 0.9);
|
|
2557
2664
|
}
|
|
2558
|
-
#_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,
|
|
2559
2666
|
.is-ui .is-tool#divLinkTool button svg,
|
|
2667
|
+
.is-ui .is-tool#divButtonTool button svg,
|
|
2560
2668
|
.is-ui .is-tool#divSvgTool button svg {
|
|
2561
2669
|
fill: #121212;
|
|
2562
2670
|
}
|