@particle-network/ui-native 0.4.1 → 0.4.2-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.
|
@@ -76,21 +76,6 @@ export interface TextProps extends RNTextProps, UseBoxProps {
|
|
|
76
76
|
* | extrabold | 800 |
|
|
77
77
|
*/
|
|
78
78
|
fontWeight?: TextWeight;
|
|
79
|
-
/**
|
|
80
|
-
* | color | dark | light |
|
|
81
|
-
* | :--------- | :-------- | :-------- |
|
|
82
|
-
* | default | #FFFFFF | #000000 |
|
|
83
|
-
* | foreground | #FFFFFF | #000000 |
|
|
84
|
-
* | white | #FFFFFF | #FFFFFF |
|
|
85
|
-
* | secondary | #A1A1AA | #767A80 |
|
|
86
|
-
* | tertiary | #4E4E56 | #D8D8DE |
|
|
87
|
-
* | primary | #D745FF | #000000 |
|
|
88
|
-
* | success | #45B167 | #2E9F4A |
|
|
89
|
-
* | danger | #E84A5A | #DE4A40 |
|
|
90
|
-
* | alert | #F57733 | #E65E16 |
|
|
91
|
-
* | warning | #FF9821 | #FF9821 |
|
|
92
|
-
* | gold | #FFB800 | #F38300 |
|
|
93
|
-
*/
|
|
94
79
|
color?: UXForegroundColor | `#${string}`;
|
|
95
80
|
lineHeight?: TextLineHeight;
|
|
96
81
|
align?: TextAlign;
|
|
@@ -139,20 +139,6 @@ export interface UseBoxProps {
|
|
|
139
139
|
borderEnd?: ViewStyle['borderEndWidth'];
|
|
140
140
|
/**
|
|
141
141
|
* Shorthand for the `borderColor` style property.
|
|
142
|
-
*
|
|
143
|
-
* | color | dark | light |
|
|
144
|
-
* | :--------- | :-------- | :-------- |
|
|
145
|
-
* | default | #FFFFFF | #000000 |
|
|
146
|
-
* | foreground | #FFFFFF | #000000 |
|
|
147
|
-
* | white | #FFFFFF | #FFFFFF |
|
|
148
|
-
* | secondary | #A1A1AA | #767A80 |
|
|
149
|
-
* | tertiary | #4E4E56 | #D8D8DE |
|
|
150
|
-
* | primary | #D745FF | #000000 |
|
|
151
|
-
* | success | #45B167 | #2E9F4A |
|
|
152
|
-
* | danger | #E84A5A | #DE4A40 |
|
|
153
|
-
* | alert | #F57733 | #E65E16 |
|
|
154
|
-
* | warning | #FF9821 | #FF9821 |
|
|
155
|
-
* | gold | #FFB800 | #F38300 |
|
|
156
142
|
*/
|
|
157
143
|
borderColor?: UXColor | `#${string}`;
|
|
158
144
|
/**
|
|
@@ -245,31 +231,6 @@ export interface UseBoxProps {
|
|
|
245
231
|
end?: SpacingType;
|
|
246
232
|
/**
|
|
247
233
|
* Shorthand for the `backgroundColor` style property.
|
|
248
|
-
*
|
|
249
|
-
* - Background Color
|
|
250
|
-
* | color | dark | light |
|
|
251
|
-
* | :--------- | :----------- | :---------- |
|
|
252
|
-
* | bg-default | #000000 | #F8F8FA |
|
|
253
|
-
* | bg-200 | #1F1F23 | #F0F0F2 |
|
|
254
|
-
* | bg-300 | #17171C | #F8F8FA |
|
|
255
|
-
* | bg-400 | #0F0F0F | #FFFFFF |
|
|
256
|
-
* | divider | #26272D | #E8E8ED |
|
|
257
|
-
* | transparent | transparent | transparent |
|
|
258
|
-
*
|
|
259
|
-
* - Foreground Color
|
|
260
|
-
* | color | dark | light |
|
|
261
|
-
* | :--------- | :-------- | :-------- |
|
|
262
|
-
* | default | #F8F8FA | #000000 |
|
|
263
|
-
* | foreground | #FFFFFF | #000000 |
|
|
264
|
-
* | white | #FFFFFF | #FFFFFF |
|
|
265
|
-
* | secondary | #A1A1AA | #767A80 |
|
|
266
|
-
* | tertiary | #4E4E56 | #D8D8DE |
|
|
267
|
-
* | primary | #D745FF | #000000 |
|
|
268
|
-
* | success | #45B167 | #2E9F4A |
|
|
269
|
-
* | danger | #E84A5A | #DE4A40 |
|
|
270
|
-
* | alert | #F57733 | #E65E16 |
|
|
271
|
-
* | warning | #FF9821 | #FF9821 |
|
|
272
|
-
* | gold | #FFB800 | #F38300 |
|
|
273
234
|
*/
|
|
274
235
|
bg?: UXColor | `#${string}`;
|
|
275
236
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-native",
|
|
3
|
-
"version": "0.4.1",
|
|
3
|
+
"version": "0.4.2-beta.1",
|
|
4
4
|
"main": "./entry.js",
|
|
5
5
|
"react-native": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"react-native-paper": "^5.14.5",
|
|
45
45
|
"react-native-size-matters": "^0.4.2",
|
|
46
46
|
"react-native-toast-message": "^2.3.3",
|
|
47
|
-
"@particle-network/
|
|
48
|
-
"@particle-network/
|
|
47
|
+
"@particle-network/ui-shared": "0.3.2-beta.1",
|
|
48
|
+
"@particle-network/icons": "0.4.2-beta.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.24.0",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"unfetch": "^4.2.0",
|
|
89
89
|
"vite": "^6.3.5",
|
|
90
90
|
"zustand": "^5.0.8",
|
|
91
|
+
"@particle-network/icons": "0.4.2-beta.1",
|
|
91
92
|
"@particle-network/lintstaged-config": "0.1.0",
|
|
92
|
-
"@particle-network/eslint-config": "0.3.0"
|
|
93
|
-
"@particle-network/icons": "0.4.1"
|
|
93
|
+
"@particle-network/eslint-config": "0.3.0"
|
|
94
94
|
},
|
|
95
95
|
"overrides": {
|
|
96
96
|
"react-docgen-typescript": "2.2.2",
|