@holper/react-native-holper-storybook 0.6.94 → 0.6.96

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.
@@ -105,7 +105,10 @@ const ConfirmationModal = ({
105
105
  size={onCancel ? 'small' : 'fit'}
106
106
  onPress={onConfirm}
107
107
  >
108
- <Text size='large' color={isPrime ? 'gold' : 'white'}>
108
+ <Text
109
+ size='large'
110
+ color={isPrime ? 'lightgold' : 'white'}
111
+ >
109
112
  {confirmText}
110
113
  </Text>
111
114
  </Button>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "main": "lib/index.js",
3
3
  "name": "@holper/react-native-holper-storybook",
4
4
  "description": "A component library for Holper projects",
5
- "version": "0.6.94",
5
+ "version": "0.6.96",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "lib",
@@ -27,35 +27,35 @@
27
27
  "storybook-publish": "./build.sh"
28
28
  },
29
29
  "dependencies": {
30
- "@react-native-async-storage/async-storage": "1.23.1",
31
- "@react-native-community/datetimepicker": "8.2.0",
32
- "@react-native-community/slider": "4.5.5",
30
+ "@react-native-async-storage/async-storage": "2.1.2",
31
+ "@react-native-community/datetimepicker": "8.3.0",
32
+ "@react-native-community/slider": "4.5.6",
33
33
  "deprecated-react-native-prop-types": "^5.0.0",
34
- "expo": "^52.0.39",
35
- "expo-asset": "~11.0.4",
36
- "expo-camera": "~16.0.18",
37
- "expo-font": "~13.0.4",
38
- "expo-image": "~2.0.6",
39
- "expo-image-manipulator": "~13.0.6",
40
- "expo-image-picker": "~16.0.6",
41
- "expo-media-library": "~17.0.6",
42
- "expo-status-bar": "~2.0.1",
34
+ "expo": "^53.0.10",
35
+ "expo-asset": "~11.1.5",
36
+ "expo-camera": "~16.1.7",
37
+ "expo-font": "~13.3.1",
38
+ "expo-image": "~2.2.0",
39
+ "expo-image-manipulator": "~13.1.7",
40
+ "expo-image-picker": "~16.1.4",
41
+ "expo-media-library": "~17.1.7",
42
+ "expo-status-bar": "~2.2.3",
43
43
  "moment": "^2.30.1",
44
44
  "prop-types": "^15.8.1",
45
- "react": "18.3.1",
46
- "react-dom": "18.3.1",
47
- "react-native": "0.76.7",
45
+ "react": "19.0.0",
46
+ "react-dom": "19.0.0",
47
+ "react-native": "0.79.3",
48
48
  "react-native-countdown-circle-timer": "^3.2.1",
49
49
  "react-native-deck-swiper": "^2.0.16",
50
50
  "react-native-dropdown-picker": "^5.4.6",
51
51
  "react-native-flash-message": "^0.4.2",
52
- "react-native-maps": "1.18.0",
52
+ "react-native-maps": "1.20.1",
53
53
  "react-native-maps-directions": "1.9.0",
54
- "react-native-safe-area-context": "4.12.0",
54
+ "react-native-safe-area-context": "5.4.0",
55
55
  "react-native-status-bar-height": "^2.6.0",
56
- "react-native-svg": "15.8.0",
56
+ "react-native-svg": "15.11.2",
57
57
  "react-native-vector-icons": "^10.0.3",
58
- "react-native-web": "~0.19.10"
58
+ "react-native-web": "^0.20.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@babel/core": "^7.23.9",
@@ -69,7 +69,7 @@
69
69
  "@storybook/react-native": "^6.5.7",
70
70
  "@storybook/react-native-server": "^6.5.8",
71
71
  "babel-loader": "^9.1.3",
72
- "expo-dev-client": "~5.0.14"
72
+ "expo-dev-client": "~5.2.0"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "expo-camera": ">=13.0.0",