@sleeperhq/mini-core 1.8.7 → 1.8.8

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.
@@ -27,7 +27,7 @@
27
27
  "path": "0.12.7",
28
28
  "react": "18.2.0",
29
29
  "react-freeze": "1.0.3",
30
- "react-native": "0.72.7",
30
+ "react-native": "0.72.14",
31
31
  "react-native-action-sheet": "2.2.0",
32
32
  "react-native-animatable": "1.3.3",
33
33
  "react-native-branch": "5.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleeperhq/mini-core",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Core library frameworks for developing Sleeper Mini Apps.",
5
5
  "main": "index.ts",
6
6
  "types": "index.d.ts",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": "18.2.0",
58
- "react-native": "0.72.7",
58
+ "react-native": "0.72.14",
59
59
  "react-native-svg": "13.7.0"
60
60
  },
61
61
  "devDependencies": {
@@ -63,7 +63,7 @@
63
63
  "@babel/preset-typescript": "7.21.4",
64
64
  "@react-native-community/eslint-config": "^2.0.0",
65
65
  "@types/react": "18.2.31",
66
- "@types/react-native": "0.72.7",
66
+ "@types/react-native": "0.72.8",
67
67
  "@typescript-eslint/eslint-plugin": "^5.31.0",
68
68
  "@typescript-eslint/parser": "^5.31.0",
69
69
  "babel-jest": "^26.6.3",
@@ -11,11 +11,11 @@ const Theme = {
11
11
  secondaryText: '#a3bbd3', // gray300
12
12
 
13
13
  gray100: '#eef2f7',
14
- gray200: '#d8e2ed',
15
- gray300: '#a3bbd3',
16
- gray400: '#606f8c',
17
- gray500: '#4a5870',
18
- gray600: '#344054',
14
+ gray200: '#D8DEED',
15
+ gray300: '#A3B1D3',
16
+ gray400: '#60648C',
17
+ gray500: '#414566',
18
+ gray600: '#343855',
19
19
 
20
20
  aqua: '#00baff',
21
21
  blue: '#046ae0',