@particle-network/ui-native 0.2.1-beta.0 → 0.3.0-beta.2

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.
@@ -83,7 +83,7 @@ export interface TextProps extends RNTextProps, UseBoxProps {
83
83
  * | foreground | #FFFFFF | #000000 |
84
84
  * | white | #FFFFFF | #FFFFFF |
85
85
  * | secondary | #A1A1AA | #767A80 |
86
- * | tertiary | #4E4E56 | #C0C0C9 |
86
+ * | tertiary | #4E4E56 | #D8D8DE |
87
87
  * | primary | #D745FF | #000000 |
88
88
  * | success | #45B167 | #2E9F4A |
89
89
  * | danger | #E84A5A | #DE4A40 |
@@ -146,7 +146,7 @@ export interface UseBoxProps {
146
146
  * | foreground | #FFFFFF | #000000 |
147
147
  * | white | #FFFFFF | #FFFFFF |
148
148
  * | secondary | #A1A1AA | #767A80 |
149
- * | tertiary | #4E4E56 | #C0C0C9 |
149
+ * | tertiary | #4E4E56 | #D8D8DE |
150
150
  * | primary | #D745FF | #000000 |
151
151
  * | success | #45B167 | #2E9F4A |
152
152
  * | danger | #E84A5A | #DE4A40 |
@@ -249,21 +249,21 @@ export interface UseBoxProps {
249
249
  * - Background Color
250
250
  * | color | dark | light |
251
251
  * | :--------- | :----------- | :---------- |
252
- * | bg-default | #000000 | #FFFFFF |
253
- * | bg-200 | #1F1F23 | #E8E8ED |
254
- * | bg-300 | #17171C | #F0F0F2 |
255
- * | bg-400 | #0F0F0F | #F8F8FA |
256
- * | divider | #282828 | #E0E0E6 |
252
+ * | bg-default | #000000 | #F8F8FA |
253
+ * | bg-200 | #1F1F23 | #F0F0F2 |
254
+ * | bg-300 | #17171C | #F8F8FA |
255
+ * | bg-400 | #0F0F0F | #FFFFFF |
256
+ * | divider | #282828 | #E8E8ED |
257
257
  * | transparent | transparent | transparent |
258
258
  *
259
259
  * - Foreground Color
260
260
  * | color | dark | light |
261
261
  * | :--------- | :-------- | :-------- |
262
- * | default | #FFFFFF | #000000 |
262
+ * | default | #F8F8FA | #000000 |
263
263
  * | foreground | #FFFFFF | #000000 |
264
264
  * | white | #FFFFFF | #FFFFFF |
265
265
  * | secondary | #A1A1AA | #767A80 |
266
- * | tertiary | #4E4E56 | #C0C0C9 |
266
+ * | tertiary | #4E4E56 | #D8D8DE |
267
267
  * | primary | #D745FF | #000000 |
268
268
  * | success | #45B167 | #2E9F4A |
269
269
  * | danger | #E84A5A | #DE4A40 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-native",
3
- "version": "0.2.1-beta.0",
3
+ "version": "0.3.0-beta.2",
4
4
  "main": "./entry.js",
5
5
  "react-native": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "react-native-paper": "^5.14.5",
47
47
  "react-native-size-matters": "^0.4.2",
48
48
  "react-native-toast-message": "^2.3.3",
49
- "@particle-network/ui-shared": "0.1.1"
49
+ "@particle-network/ui-shared": "0.2.0-beta.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@babel/core": "^7.24.0",
@@ -90,9 +90,9 @@
90
90
  "unfetch": "^4.2.0",
91
91
  "vite": "^6.3.5",
92
92
  "zustand": "^5.0.8",
93
- "@particle-network/icons": "0.2.0",
94
- "@particle-network/lintstaged-config": "0.1.0",
95
- "@particle-network/eslint-config": "0.3.0"
93
+ "@particle-network/eslint-config": "0.3.0",
94
+ "@particle-network/icons": "0.3.0-beta.1",
95
+ "@particle-network/lintstaged-config": "0.1.0"
96
96
  },
97
97
  "overrides": {
98
98
  "react-docgen-typescript": "2.2.2",