sprintify-ui 0.8.63 → 0.8.64

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.
@@ -46642,6 +46642,7 @@ export {
46642
46642
  Go as BaseTooltip,
46643
46643
  H9 as BaseUniqueCode,
46644
46644
  KV as MyConstants,
46645
+ wV as SettingsStorage,
46645
46646
  FV as base64ToBlob,
46646
46647
  p5 as blobToBase64,
46647
46648
  Ft as config,
@@ -252,3 +252,4 @@ export { useSnackbarsStore };
252
252
  export { useSystemAlertStore };
253
253
  export { useClickOutside };
254
254
  export { useField };
255
+ export { SettingsStorage };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.8.63",
3
+ "version": "0.8.64",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
package/src/index.ts CHANGED
@@ -135,3 +135,4 @@ export { useSnackbarsStore };
135
135
  export { useSystemAlertStore };
136
136
  export { useClickOutside };
137
137
  export { useField };
138
+ export { SettingsStorage };