@innovastudio/contentbuilder 1.4.88 → 1.4.90
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 +17 -6
- package/public/contentbuilder/contentbuilder.esm.js +62 -1
- package/public/contentbuilder/contentbuilder.min.js +6 -6
- package/public/contentbuilder/themes/colored-blue.css +6 -0
- package/public/contentbuilder/themes/colored-blue2.css +6 -0
- package/public/contentbuilder/themes/colored-blue3.css +6 -0
- package/public/contentbuilder/themes/colored-blue4.css +6 -0
- package/public/contentbuilder/themes/colored-blue5.css +6 -0
- package/public/contentbuilder/themes/colored-blue6.css +6 -0
- package/public/contentbuilder/themes/colored-blue7.css +6 -0
- package/public/contentbuilder/themes/colored-blue8.css +6 -0
- package/public/contentbuilder/themes/colored-dark.css +6 -0
- package/public/contentbuilder/themes/colored-darkblue.css +6 -0
- package/public/contentbuilder/themes/colored-gray.css +6 -0
- package/public/contentbuilder/themes/colored-green.css +6 -0
- package/public/contentbuilder/themes/colored-green2.css +6 -0
- package/public/contentbuilder/themes/colored-green3.css +6 -0
- package/public/contentbuilder/themes/colored-green4.css +6 -0
- package/public/contentbuilder/themes/colored-green5.css +6 -0
- package/public/contentbuilder/themes/colored-magenta.css +6 -0
- package/public/contentbuilder/themes/colored-orange.css +6 -0
- package/public/contentbuilder/themes/colored-orange2.css +6 -0
- package/public/contentbuilder/themes/colored-orange3.css +6 -0
- package/public/contentbuilder/themes/colored-pink.css +6 -0
- package/public/contentbuilder/themes/colored-pink2.css +6 -0
- package/public/contentbuilder/themes/colored-pink3.css +6 -0
- package/public/contentbuilder/themes/colored-pink4.css +6 -0
- package/public/contentbuilder/themes/colored-purple.css +6 -0
- package/public/contentbuilder/themes/colored-purple2.css +6 -0
- package/public/contentbuilder/themes/colored-red.css +6 -0
- package/public/contentbuilder/themes/colored-red2.css +6 -0
- package/public/contentbuilder/themes/colored-red3.css +6 -0
- package/public/contentbuilder/themes/colored-red4.css +6 -0
- package/public/contentbuilder/themes/colored-red5.css +6 -0
- package/public/contentbuilder/themes/colored-yellow.css +6 -0
- package/public/contentbuilder/themes/colored-yellow2.css +6 -0
- package/public/contentbuilder/themes/dark-blue.css +6 -0
- package/public/contentbuilder/themes/dark-blue2.css +6 -0
- package/public/contentbuilder/themes/dark-blue3.css +6 -0
- package/public/contentbuilder/themes/dark-gray.css +6 -0
- package/public/contentbuilder/themes/dark-pink.css +6 -0
- package/public/contentbuilder/themes/dark-purple.css +6 -0
- package/public/contentbuilder/themes/dark-red.css +6 -0
- package/public/contentbuilder/themes/dark.css +6 -0
- package/public/contentbuilder/themes/light-blue.css +6 -0
- package/public/contentbuilder/themes/light-blue2.css +6 -0
- package/public/contentbuilder/themes/light-blue3.css +6 -0
- package/public/contentbuilder/themes/light-cyan.css +6 -0
- package/public/contentbuilder/themes/light-gray.css +6 -0
- package/public/contentbuilder/themes/light-gray2.css +6 -0
- package/public/contentbuilder/themes/light-gray3.css +6 -0
- package/public/contentbuilder/themes/light-green.css +6 -0
- package/public/contentbuilder/themes/light-pink.css +6 -0
- package/public/contentbuilder/themes/light-pink2.css +6 -0
- package/public/contentbuilder/themes/light-purple.css +6 -0
- package/public/contentbuilder/themes/light-purple2.css +6 -0
- package/public/contentbuilder/themes/light-red.css +6 -0
- package/public/contentbuilder/themes/light-yellow.css +6 -0
- package/public/contentbuilder/themes/light-yellow2.css +6 -0
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #eaeaea;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #ecf1ec;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #f3f0f2;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #f3f0f2;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #eeeef5;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #eeeef5;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #efeeee;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #efefe6;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|
|
@@ -1155,6 +1155,12 @@
|
|
|
1155
1155
|
.light .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1156
1156
|
fill: #000;
|
|
1157
1157
|
}
|
|
1158
|
+
.light .is-builder[gray] .is-tool.is-col-tool {
|
|
1159
|
+
background: #edece6;
|
|
1160
|
+
}
|
|
1161
|
+
.light .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1162
|
+
fill: #000;
|
|
1163
|
+
}
|
|
1158
1164
|
.light .is-rowadd-tool {
|
|
1159
1165
|
border-bottom: 1px solid #ffb784;
|
|
1160
1166
|
}
|