prlg-ui 1.8.312 → 1.8.314

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.
@@ -0,0 +1 @@
1
+ export * from "@internationalized/date";
package/dist/utils.d.ts CHANGED
@@ -152,6 +152,9 @@ export declare const useBodyScroll: () => {
152
152
 
153
153
  export declare type VueInstance = ComponentPublicInstance;
154
154
 
155
+
156
+ export * from "@internationalized/date";
157
+
155
158
  export { }
156
159
 
157
160
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.312",
4
+ "version": "1.8.314",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",