@innovastudio/contentbox 1.6.150 → 1.6.152

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/index.d.ts CHANGED
@@ -81,6 +81,10 @@ interface ContentBoxOptions {
81
81
  audioSelect?: string;
82
82
  mediaSelect?: string;
83
83
 
84
+ filePicker?: string;
85
+
86
+ assetBasePath?: string;
87
+
84
88
  selectIcon?: string;
85
89
  otherSelectCaption?: string;
86
90
  otherSelectIcon?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.150",
4
+ "version": "1.6.152",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "ws": "^8.13.0"
60
60
  },
61
61
  "dependencies": {
62
- "@innovastudio/contentbuilder": "^1.5.147",
62
+ "@innovastudio/contentbuilder": "^1.5.150",
63
63
  "js-beautify": "^1.14.0",
64
64
  "sortablejs": "^1.15.2"
65
65
  }
@@ -2363,8 +2363,8 @@ body.frame-center.controlpanel .is-content-view {
2363
2363
  cursor: pointer;
2364
2364
  }
2365
2365
  #_cbhtml .is-sidebar button.is-sidebar-button svg {
2366
- width: 16px;
2367
- height: 16px;
2366
+ width: 18px;
2367
+ height: 18px;
2368
2368
  }
2369
2369
  #_cbhtml .is-sidebar button.is-sidebar-button span {
2370
2370
  font-family: serif;