@umituz/react-native-design-system 2.4.0 → 2.4.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 +2 -1
- package/src/index.ts +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"expo-device": "~7.0.2",
|
|
124
124
|
"expo-file-system": "^19.0.21",
|
|
125
125
|
"expo-haptics": "~14.0.0",
|
|
126
|
+
"expo-linear-gradient": "~15.0.7",
|
|
126
127
|
"expo-localization": "~16.0.1",
|
|
127
128
|
"expo-sharing": "~14.0.8",
|
|
128
129
|
"react": "19.1.0",
|
package/src/index.ts
CHANGED
|
@@ -405,6 +405,14 @@ export {
|
|
|
405
405
|
type CountdownTarget,
|
|
406
406
|
type CountdownFormatOptions,
|
|
407
407
|
type CountdownDisplayConfig,
|
|
408
|
+
// Photo Upload
|
|
409
|
+
PhotoUploadCard,
|
|
410
|
+
type PhotoUploadCardProps,
|
|
411
|
+
type PhotoUploadCardConfig,
|
|
412
|
+
// Step Header
|
|
413
|
+
StepHeader,
|
|
414
|
+
type StepHeaderProps,
|
|
415
|
+
type StepHeaderConfig,
|
|
408
416
|
// Animation
|
|
409
417
|
Animated,
|
|
410
418
|
useSharedValue,
|