@umituz/react-native-design-system 1.10.0 → 1.12.1
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/package.json +37 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"description": "Universal design system for React Native apps - Domain-Driven Design architecture with Material Design 3 components",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -37,23 +37,24 @@
|
|
|
37
37
|
"url": "https://github.com/umituz/react-native-design-system"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@expo/vector-icons": ">=
|
|
40
|
+
"@expo/vector-icons": ">=15.0.0",
|
|
41
41
|
"@gorhom/bottom-sheet": ">=5.0.0",
|
|
42
|
-
"@react-native-community/datetimepicker": ">=8.
|
|
42
|
+
"@react-native-community/datetimepicker": ">=8.0.0",
|
|
43
43
|
"@react-navigation/native": ">=6.0.0",
|
|
44
|
-
"@umituz/react-native-bottom-sheet": "
|
|
45
|
-
"@umituz/react-native-design-system-atoms": "
|
|
46
|
-
"@umituz/react-native-design-system-molecules": "
|
|
47
|
-
"@umituz/react-native-design-system-organisms": "
|
|
48
|
-
"@umituz/react-native-design-system-responsive": "
|
|
49
|
-
"@umituz/react-native-design-system-theme": "
|
|
50
|
-
"@umituz/react-native-design-system-typography": "
|
|
44
|
+
"@umituz/react-native-bottom-sheet": "latest",
|
|
45
|
+
"@umituz/react-native-design-system-atoms": "latest",
|
|
46
|
+
"@umituz/react-native-design-system-molecules": "latest",
|
|
47
|
+
"@umituz/react-native-design-system-organisms": "latest",
|
|
48
|
+
"@umituz/react-native-design-system-responsive": "latest",
|
|
49
|
+
"@umituz/react-native-design-system-theme": "latest",
|
|
50
|
+
"@umituz/react-native-design-system-typography": "latest",
|
|
51
51
|
"expo-linear-gradient": ">=15.0.0",
|
|
52
|
-
"react": ">=
|
|
53
|
-
"react-native": ">=0.
|
|
52
|
+
"react": ">=19.0.0",
|
|
53
|
+
"react-native": ">=0.81.0",
|
|
54
54
|
"react-native-gesture-handler": ">=2.20.0",
|
|
55
55
|
"react-native-reanimated": ">=3.16.0",
|
|
56
|
-
"react-native-
|
|
56
|
+
"react-native-safe-area-context": ">=5.0.0",
|
|
57
|
+
"react-native-svg": ">=15.0.0",
|
|
57
58
|
"zustand": ">=5.0.0"
|
|
58
59
|
},
|
|
59
60
|
"peerDependenciesMeta": {
|
|
@@ -65,39 +66,27 @@
|
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@react-native-community/datetimepicker": "
|
|
72
|
-
"@react-navigation/native": "
|
|
73
|
-
"@types/react": "
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@umituz/react-native-
|
|
78
|
-
"@umituz/react-native-design-system-
|
|
79
|
-
"@umituz/react-native-design-system-
|
|
80
|
-
"@umituz/react-native-design-system-
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"react": ">=18.3.0",
|
|
90
|
-
"react-native": ">=0.76.0",
|
|
91
|
-
"react-native-gesture-handler": ">=2.20.0",
|
|
92
|
-
"react-native-reanimated": ">=3.16.0",
|
|
93
|
-
"react-native-safe-area-context": ">=5.6.0",
|
|
94
|
-
"react-native-svg": ">=15.8.0",
|
|
95
|
-
"typescript": ">=5.6.0",
|
|
96
|
-
"zustand": ">=5.0.0",
|
|
97
|
-
"jest": "^29.7.0",
|
|
98
|
-
"@types/jest": "^29.5.0",
|
|
99
|
-
"ts-jest": "^29.1.0",
|
|
100
|
-
"jest-environment-jsdom": "^29.7.0"
|
|
69
|
+
"@expo/vector-icons": "^15.0.0",
|
|
70
|
+
"@gorhom/bottom-sheet": "^5.0.0",
|
|
71
|
+
"@react-native-async-storage/async-storage": "2.2.0",
|
|
72
|
+
"@react-native-community/datetimepicker": "^8.4.4",
|
|
73
|
+
"@react-navigation/native": "^6.0.0",
|
|
74
|
+
"@types/react": "~19.1.0",
|
|
75
|
+
"@umituz/react-native-bottom-sheet": "latest",
|
|
76
|
+
"@umituz/react-native-design-system-atoms": "latest",
|
|
77
|
+
"@umituz/react-native-design-system-molecules": "latest",
|
|
78
|
+
"@umituz/react-native-design-system-organisms": "latest",
|
|
79
|
+
"@umituz/react-native-design-system-responsive": "latest",
|
|
80
|
+
"@umituz/react-native-design-system-theme": "latest",
|
|
81
|
+
"@umituz/react-native-design-system-typography": "latest",
|
|
82
|
+
"react": "19.1.0",
|
|
83
|
+
"react-native": "0.81.5",
|
|
84
|
+
"react-native-gesture-handler": "^2.20.0",
|
|
85
|
+
"react-native-reanimated": "^3.16.0",
|
|
86
|
+
"react-native-safe-area-context": "^5.6.0",
|
|
87
|
+
"react-native-svg": "15.12.1",
|
|
88
|
+
"typescript": "~5.9.2",
|
|
89
|
+
"zustand": "^5.0.2"
|
|
101
90
|
},
|
|
102
91
|
"publishConfig": {
|
|
103
92
|
"access": "public"
|
|
@@ -106,8 +95,5 @@
|
|
|
106
95
|
"src",
|
|
107
96
|
"README.md",
|
|
108
97
|
"LICENSE"
|
|
109
|
-
]
|
|
110
|
-
|
|
111
|
-
"@react-native-async-storage/async-storage": "^2.2.0"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
98
|
+
]
|
|
99
|
+
}
|