@particle-network/ui-react 0.3.0-beta.3 → 0.3.0-beta.4
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.
|
@@ -81,7 +81,7 @@ export interface TextProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
|
81
81
|
* | default | - | - |
|
|
82
82
|
* | foreground | #FFFFFF | #000000 |
|
|
83
83
|
* | secondary | #A1A1AA | #767A80 |
|
|
84
|
-
* | tertiary | #4E4E56 | #
|
|
84
|
+
* | tertiary | #4E4E56 | #D8D8DE |
|
|
85
85
|
* | primary | #D745FF | #000000 |
|
|
86
86
|
* | success | #45B167 | #2E9F4A |
|
|
87
87
|
* | danger | #E84A5A | #DE4A40 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"ahooks": "^3.9.4",
|
|
51
|
-
"@particle-network/ui-shared": "0.2.0-beta.
|
|
51
|
+
"@particle-network/ui-shared": "0.2.0-beta.1"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "rslib build",
|
package/tailwind-preset.js
CHANGED
|
@@ -135,7 +135,7 @@ module.exports = {
|
|
|
135
135
|
DEFAULT: '#F8F8FA',
|
|
136
136
|
},
|
|
137
137
|
foreground: {
|
|
138
|
-
100: '#
|
|
138
|
+
100: '#D8D8DE',
|
|
139
139
|
300: '#767A80',
|
|
140
140
|
500: '#000000',
|
|
141
141
|
DEFAULT: '#000000',
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
foreground: '#FFFFFF',
|
|
157
157
|
},
|
|
158
158
|
tertiary: {
|
|
159
|
-
DEFAULT: '#
|
|
159
|
+
DEFAULT: '#D8D8DE',
|
|
160
160
|
foreground: '#000000',
|
|
161
161
|
},
|
|
162
162
|
success: {
|
|
@@ -172,7 +172,7 @@ module.exports = {
|
|
|
172
172
|
foreground: '#FFFFFF',
|
|
173
173
|
},
|
|
174
174
|
focus: '#D745FF',
|
|
175
|
-
divider: '#
|
|
175
|
+
divider: '#E8E8ED',
|
|
176
176
|
alert: '#E65E16',
|
|
177
177
|
gold: '#F38300',
|
|
178
178
|
},
|