prlg-ui 1.8.385 → 1.8.386

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
@@ -1645,6 +1645,7 @@ declare function __VLS_template_5(): {
1645
1645
  attrs: Partial<{}>;
1646
1646
  slots: {
1647
1647
  default?(_: {}): any;
1648
+ arrow?(_: {}): any;
1648
1649
  };
1649
1650
  refs: {};
1650
1651
  rootEl: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.385",
4
+ "version": "1.8.386",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",