@innovastudio/contentbox 1.5.70 → 1.5.71

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.70",
4
+ "version": "1.5.71",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -117075,6 +117075,10 @@ class ContentBox {
117075
117075
  useButtonPlugin: false,
117076
117076
  enableDragResize: true,
117077
117077
  simpleTextSettings: false,
117078
+ // UIColor: {
117079
+ // mode: 'dark',
117080
+ // css: 'contentbuilder/themes/dark.css'
117081
+ // },
117078
117082
 
117079
117083
  /* Prompt/Command Stuff */
117080
117084
  consoleLog: false,
@@ -117922,6 +117926,10 @@ Add an image for each feature.`, 'Revise the headline, paragraph, and all the te
117922
117926
  if (this.startAIAssistant) {
117923
117927
  this.openAIAssistant();
117924
117928
  }
117929
+
117930
+ if (this.UIColor) {
117931
+ this.editor.setUIColor(this.UIColor.mode, this.UIColor.css);
117932
+ }
117925
117933
  } // editorSetup
117926
117934
  // Live Preview
117927
117935