@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.
- package/index.d.ts +1 -0
- 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
|