@particle-network/ui-native 0.2.1-beta.0 → 0.3.0-beta.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.
|
@@ -249,17 +249,17 @@ export interface UseBoxProps {
|
|
|
249
249
|
* - Background Color
|
|
250
250
|
* | color | dark | light |
|
|
251
251
|
* | :--------- | :----------- | :---------- |
|
|
252
|
-
* | bg-default | #000000 | #
|
|
253
|
-
* | bg-200 | #1F1F23 | #
|
|
254
|
-
* | bg-300 | #17171C | #
|
|
255
|
-
* | bg-400 | #0F0F0F | #
|
|
256
|
-
* | divider | #282828 | #
|
|
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 | #
|
|
262
|
+
* | default | #F8F8FA | #000000 |
|
|
263
263
|
* | foreground | #FFFFFF | #000000 |
|
|
264
264
|
* | white | #FFFFFF | #FFFFFF |
|
|
265
265
|
* | secondary | #A1A1AA | #767A80 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-beta.1",
|
|
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.
|
|
49
|
+
"@particle-network/ui-shared": "0.2.0-beta.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@babel/core": "^7.24.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
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
93
|
"@particle-network/lintstaged-config": "0.1.0",
|
|
94
|
+
"@particle-network/icons": "0.2.1-beta.0",
|
|
95
95
|
"@particle-network/eslint-config": "0.3.0"
|
|
96
96
|
},
|
|
97
97
|
"overrides": {
|