prlg-ui 1.8.62 → 1.8.63

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/dist/index.d.ts CHANGED
@@ -1285,6 +1285,7 @@ declare interface ConfirmOptions {
1285
1285
  closable?: boolean;
1286
1286
  dismissableMask?: boolean;
1287
1287
  blockScroll?: boolean;
1288
+ zIndex?: number;
1288
1289
  accept?: () => void;
1289
1290
  reject?: () => void;
1290
1291
  acceptProps?: {