@innovastudio/contentbox 1.6.81 → 1.6.82

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -330,7 +330,7 @@ declare class ContentBox {
330
330
  openAIAssistant(): void;
331
331
  openSettings(e: object): void;
332
332
  clear(): void;
333
- saveImages(handler?: string, onComplete?: () => void, onSave?: () => void): void;
333
+ saveImages(handler?: string, onComplete?: () => void, onSave?: (img: HTMLImageElement, base64: string, filename: string) => void): void;
334
334
  html(bForView?: boolean)
335
335
  mainCss(): void;
336
336
  sectionCss(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.81",
4
+ "version": "1.6.82",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",