@particle-network/ui-react 0.5.0-beta.0 → 0.5.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.
- package/package.json +5 -5
- package/tailwind-preset.js +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@rslib/core": "^0.12.3",
|
|
39
39
|
"@types/react": "^19.1.10",
|
|
40
40
|
"react": "^19.1.2",
|
|
41
|
-
"@particle-network/
|
|
42
|
-
"@particle-network/
|
|
41
|
+
"@particle-network/eslint-config": "0.3.0",
|
|
42
|
+
"@particle-network/lintstaged-config": "0.1.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.9.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"ahooks": "^3.9.4",
|
|
50
50
|
"copy-to-clipboard": "^3.3.3",
|
|
51
51
|
"zustand": "^5.0.8",
|
|
52
|
-
"@particle-network/icons": "0.5.0-beta.
|
|
53
|
-
"@particle-network/ui-shared": "0.3.0"
|
|
52
|
+
"@particle-network/icons": "0.5.0-beta.1",
|
|
53
|
+
"@particle-network/ui-shared": "0.3.1-beta.0"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "rslib build",
|
package/tailwind-preset.js
CHANGED
|
@@ -449,7 +449,7 @@ module.exports = {
|
|
|
449
449
|
DEFAULT: '#100E11',
|
|
450
450
|
},
|
|
451
451
|
foreground: {
|
|
452
|
-
100: '#
|
|
452
|
+
100: '#4E4E56',
|
|
453
453
|
300: '#BBBBC4',
|
|
454
454
|
500: '#FDFDFE',
|
|
455
455
|
DEFAULT: '#FDFDFE',
|
|
@@ -476,7 +476,7 @@ module.exports = {
|
|
|
476
476
|
foreground: '#000000',
|
|
477
477
|
},
|
|
478
478
|
tertiary: {
|
|
479
|
-
DEFAULT: '#
|
|
479
|
+
DEFAULT: '#4E4E56',
|
|
480
480
|
foreground: '#FFFFFF',
|
|
481
481
|
},
|
|
482
482
|
success: {
|
|
@@ -781,7 +781,7 @@ module.exports = {
|
|
|
781
781
|
DEFAULT: '#0A1318',
|
|
782
782
|
},
|
|
783
783
|
foreground: {
|
|
784
|
-
100: '#
|
|
784
|
+
100: '#5D6466',
|
|
785
785
|
300: '#D1D4DC',
|
|
786
786
|
500: '#F6FEFD',
|
|
787
787
|
DEFAULT: '#F6FEFD',
|
|
@@ -808,7 +808,7 @@ module.exports = {
|
|
|
808
808
|
foreground: '#000000',
|
|
809
809
|
},
|
|
810
810
|
tertiary: {
|
|
811
|
-
DEFAULT: '#
|
|
811
|
+
DEFAULT: '#5D6466',
|
|
812
812
|
foreground: '#000000',
|
|
813
813
|
},
|
|
814
814
|
success: {
|