@innovastudio/contentbox 1.6.191 → 1.6.192

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
@@ -411,6 +411,7 @@ interface OpenModalOptions {
411
411
  w?: string; // modal width (e.g. "500px", "100%")
412
412
  maxW?: string; // max width
413
413
  h?: string; // modal height
414
+ showCloseButton?: boolean;
414
415
  extraStyle?: string; // inline extra styles
415
416
  ariaLabel?: string; // accessibility label
416
417
  onOpen?: (modal: HTMLElement, iframe: HTMLIFrameElement) => void; // callback when opened
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.191",
4
+ "version": "1.6.192",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",