prlg-ui 1.8.262 → 1.8.264

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
@@ -780,9 +780,7 @@ declare function __VLS_template_11(): {
780
780
 
781
781
  declare function __VLS_template_12(): {
782
782
  attrs: Partial<{}>;
783
- slots: {
784
- default?(_: {}): any;
785
- };
783
+ slots: Readonly<Record<string, any>> & Record<string, any>;
786
784
  refs: {};
787
785
  rootEl: any;
788
786
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.262",
4
+ "version": "1.8.264",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",