@innovastudio/contentbox 1.6.101 → 1.6.103

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
@@ -314,6 +314,7 @@ interface ContentBoxOptions {
314
314
  commandList?: any[];
315
315
  commandInfo?: any[];
316
316
  commandInfoCanvasMode?: any[];
317
+ onStartRequest?: () => void;
317
318
  }
318
319
 
319
320
  declare class ContentBox {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.101",
4
+ "version": "1.6.103",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -54,7 +54,7 @@
54
54
  "ws": "^8.13.0"
55
55
  },
56
56
  "dependencies": {
57
- "@innovastudio/contentbuilder": "^1.5.97",
57
+ "@innovastudio/contentbuilder": "^1.5.101",
58
58
  "js-beautify": "^1.14.0",
59
59
  "sortablejs": "^1.15.2"
60
60
  }