@innovastudio/contentbox 1.6.116 → 1.6.117

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -341,6 +341,7 @@ declare class ContentBox {
341
341
  sectionCss(): string;
342
342
  undo(): void;
343
343
  redo(): void;
344
+ destroy(): void;
344
345
  setScreenMode(screenMode: string): void;
345
346
  download(options?: object): void;
346
347
  viewHtml(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.116",
4
+ "version": "1.6.117",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",