prlg-ui 1.8.248 → 1.8.250

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/rekaUI.d.ts CHANGED
@@ -274,6 +274,7 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
274
274
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
275
275
  }>, {
276
276
  width: number;
277
+ disableOutsidePointerEvents: boolean;
277
278
  closeButton: IDialogCloseProps;
278
279
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
279
280
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.248",
4
+ "version": "1.8.250",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",