@umituz/react-native-design-system 4.27.32 → 4.27.34
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/storage/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export type { StateStorage } from './domain/types/Store';
|
|
|
48
48
|
* ...
|
|
49
49
|
* });
|
|
50
50
|
*/
|
|
51
|
-
export { persistentStorage
|
|
51
|
+
export { persistentStorage } from './infrastructure/adapters/ZustandStorageAdapter';
|
|
52
52
|
export { useStorage } from './presentation/hooks/useStorage';
|
|
53
53
|
export { useStorageState } from './presentation/hooks/useStorageState';
|
|
54
54
|
export { useStore } from './presentation/hooks/useStore';
|
|
@@ -26,7 +26,3 @@
|
|
|
26
26
|
* No wrapping needed - AsyncStorage already provides the correct interface.
|
|
27
27
|
*/
|
|
28
28
|
export declare const persistentStorage: import("@react-native-async-storage/async-storage").AsyncStorageStatic;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated Use persistentStorage instead
|
|
31
|
-
*/
|
|
32
|
-
export declare const zustandStorage: import("@react-native-async-storage/async-storage").AsyncStorageStatic;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "4.27.
|
|
3
|
+
"version": "4.27.34",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities - TanStack persistence and expo-image-manipulator now lazy loaded",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./dist/index.d.ts",
|