@innovastudio/contentbuilder 1.4.118 → 1.4.119
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 +69 -71
- package/public/contentbuilder/contentbuilder.esm.js +1045 -924
- package/public/contentbuilder/contentbuilder.min.js +9 -9
- package/public/contentbuilder/plugins/symbols/plugin.js +1 -1
- package/public/contentbuilder/themes/dark-blue.css +4 -0
- package/public/contentbuilder/themes/dark-blue2.css +4 -0
- package/public/contentbuilder/themes/dark-blue3.css +4 -0
- package/public/contentbuilder/themes/dark-gray.css +4 -0
- package/public/contentbuilder/themes/dark-pink.css +4 -0
- package/public/contentbuilder/themes/dark-purple.css +4 -0
- package/public/contentbuilder/themes/dark-red.css +4 -0
- package/public/contentbuilder/themes/dark.css +4 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
(function () {
|
|
6
6
|
if(typeof _cb === 'undefined') return;
|
|
7
7
|
|
|
8
|
-
var html = '<div class="is-modal is-side' + (_cb.settings.sidePanel == 'right' ? '' : ' fromleft') + ' viewsymbols" style="width:
|
|
8
|
+
var html = '<div class="is-modal is-side' + (_cb.settings.sidePanel == 'right' ? '' : ' fromleft') + ' viewsymbols" style="width:290px;z-index:10004;" tabindex="-1" role="dialog" aria-modal="true" aria-hidden="true">' +
|
|
9
9
|
'<button tabindex="-1" title="' + _cb.out('Close') + '" class="is-side-close" style="z-index:1;width:25px;height:25px;position:absolute;top:10px;right:13px;box-sizing:border-box;padding:0;line-height:25px;font-size: 12px;text-align:center;cursor:pointer;background:transparent"><svg class="is-icon-flex" style="width:25px;height:25px;"><use xlink:href="#ion-ios-close-empty"></use></svg></button>' +
|
|
10
10
|
|
|
11
11
|
'' +
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1092,6 +1092,10 @@
|
|
|
1092
1092
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1093
1093
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1094
1094
|
}
|
|
1095
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1096
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1097
|
+
border-top-color: #585858;
|
|
1098
|
+
}
|
|
1095
1099
|
.dark .is-tool {
|
|
1096
1100
|
background: #eaeaea;
|
|
1097
1101
|
}
|
|
@@ -1086,6 +1086,10 @@
|
|
|
1086
1086
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1087
1087
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
1088
1088
|
}
|
|
1089
|
+
.dark #_cbhtml .elementstyles div.is-separator,
|
|
1090
|
+
.dark .is-ui .elementstyles div.is-separator {
|
|
1091
|
+
border-top-color: #585858;
|
|
1092
|
+
}
|
|
1089
1093
|
.dark .is-tool {
|
|
1090
1094
|
background: #eaeaea;
|
|
1091
1095
|
}
|