@pixelverse/strichjs-sdk 1.7.0 → 1.7.1
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/CHANGELOG.md +6 -0
- package/dist/strich-noesm.js +2 -2
- package/dist/strich.d.ts +4 -0
- package/dist/strich.js +2 -2
- package/package.json +1 -1
package/dist/strich.d.ts
CHANGED
|
@@ -537,6 +537,10 @@ export declare interface PopupConfiguration {
|
|
|
537
537
|
*/
|
|
538
538
|
cancelButtonColor?: string;
|
|
539
539
|
};
|
|
540
|
+
/**
|
|
541
|
+
* Optional Overlay configuration.
|
|
542
|
+
*/
|
|
543
|
+
overlay?: OverlayConfiguration;
|
|
540
544
|
/**
|
|
541
545
|
* Optional configuration for audible and haptic feedback.
|
|
542
546
|
*/
|