@particle-network/ui-react 0.4.0-beta.20 → 0.4.0-beta.21
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 +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.4.0-beta.
|
|
3
|
+
"version": "0.4.0-beta.21",
|
|
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.0",
|
|
41
|
-
"@particle-network/
|
|
42
|
-
"@particle-network/
|
|
41
|
+
"@particle-network/lintstaged-config": "0.1.0",
|
|
42
|
+
"@particle-network/eslint-config": "0.3.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.4.0-beta.
|
|
53
|
-
"@particle-network/ui-shared": "0.3.0-beta.
|
|
52
|
+
"@particle-network/icons": "0.4.0-beta.13",
|
|
53
|
+
"@particle-network/ui-shared": "0.3.0-beta.6"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "rslib build",
|
package/tailwind-preset.js
CHANGED
|
@@ -202,8 +202,8 @@ module.exports = {
|
|
|
202
202
|
foreground: {
|
|
203
203
|
100: '#D8D8DE',
|
|
204
204
|
300: '#767A80',
|
|
205
|
-
500: '#
|
|
206
|
-
DEFAULT: '#
|
|
205
|
+
500: '#0C0C0F',
|
|
206
|
+
DEFAULT: '#0C0C0F',
|
|
207
207
|
},
|
|
208
208
|
default: {
|
|
209
209
|
DEFAULT: '#E8E8EB',
|
|
@@ -444,7 +444,7 @@ module.exports = {
|
|
|
444
444
|
background: {
|
|
445
445
|
200: '#2A2A30',
|
|
446
446
|
300: '#17171C',
|
|
447
|
-
400: '#
|
|
447
|
+
400: '#171517',
|
|
448
448
|
500: '#100E11',
|
|
449
449
|
DEFAULT: '#100E11',
|
|
450
450
|
},
|
|
@@ -532,10 +532,10 @@ module.exports = {
|
|
|
532
532
|
DEFAULT: '#F6F6F6',
|
|
533
533
|
},
|
|
534
534
|
foreground: {
|
|
535
|
-
100: '#
|
|
536
|
-
300: '#
|
|
537
|
-
500: '#
|
|
538
|
-
DEFAULT: '#
|
|
535
|
+
100: '#CFCFD7',
|
|
536
|
+
300: '#3D3C3F',
|
|
537
|
+
500: '#000000',
|
|
538
|
+
DEFAULT: '#000000',
|
|
539
539
|
},
|
|
540
540
|
default: {
|
|
541
541
|
DEFAULT: '#E8E8EB',
|
|
@@ -555,12 +555,12 @@ module.exports = {
|
|
|
555
555
|
foreground: '#FFFFFF',
|
|
556
556
|
},
|
|
557
557
|
secondary: {
|
|
558
|
-
DEFAULT: '#
|
|
558
|
+
DEFAULT: '#3D3C3F',
|
|
559
559
|
foreground: '#FFFFFF',
|
|
560
560
|
},
|
|
561
561
|
tertiary: {
|
|
562
|
-
DEFAULT: '#
|
|
563
|
-
foreground: '#
|
|
562
|
+
DEFAULT: '#CFCFD7',
|
|
563
|
+
foreground: '#000000',
|
|
564
564
|
},
|
|
565
565
|
success: {
|
|
566
566
|
DEFAULT: '#19AB5E',
|
|
@@ -608,14 +608,14 @@ module.exports = {
|
|
|
608
608
|
foreground: '#FFFFFF',
|
|
609
609
|
},
|
|
610
610
|
background: {
|
|
611
|
-
200: '#
|
|
611
|
+
200: '#1F2024',
|
|
612
612
|
300: '#1A1B1F',
|
|
613
613
|
400: '#111214',
|
|
614
614
|
500: '#0C0C0F',
|
|
615
615
|
DEFAULT: '#0C0C0F',
|
|
616
616
|
},
|
|
617
617
|
foreground: {
|
|
618
|
-
100: '#
|
|
618
|
+
100: '#5D6466',
|
|
619
619
|
300: '#C4CCCC',
|
|
620
620
|
500: '#F0F5F5',
|
|
621
621
|
DEFAULT: '#F0F5F5',
|
|
@@ -642,7 +642,7 @@ module.exports = {
|
|
|
642
642
|
foreground: '#000000',
|
|
643
643
|
},
|
|
644
644
|
tertiary: {
|
|
645
|
-
DEFAULT: '#
|
|
645
|
+
DEFAULT: '#5D6466',
|
|
646
646
|
foreground: '#FFFFFF',
|
|
647
647
|
},
|
|
648
648
|
success: {
|
|
@@ -691,14 +691,14 @@ module.exports = {
|
|
|
691
691
|
foreground: '#FFFFFF',
|
|
692
692
|
},
|
|
693
693
|
background: {
|
|
694
|
-
200: '#
|
|
694
|
+
200: '#22242D',
|
|
695
695
|
300: '#18181A',
|
|
696
696
|
400: '#101114',
|
|
697
697
|
500: '#0C0C0F',
|
|
698
698
|
DEFAULT: '#0C0C0F',
|
|
699
699
|
},
|
|
700
700
|
foreground: {
|
|
701
|
-
100: '#
|
|
701
|
+
100: '#4A4D5E',
|
|
702
702
|
300: '#C8C9D1',
|
|
703
703
|
500: '#FCFCFC',
|
|
704
704
|
DEFAULT: '#FCFCFC',
|
|
@@ -725,7 +725,7 @@ module.exports = {
|
|
|
725
725
|
foreground: '#000000',
|
|
726
726
|
},
|
|
727
727
|
tertiary: {
|
|
728
|
-
DEFAULT: '#
|
|
728
|
+
DEFAULT: '#4A4D5E',
|
|
729
729
|
foreground: '#FFFFFF',
|
|
730
730
|
},
|
|
731
731
|
success: {
|
|
@@ -741,7 +741,7 @@ module.exports = {
|
|
|
741
741
|
foreground: '#000000',
|
|
742
742
|
},
|
|
743
743
|
divider: {
|
|
744
|
-
DEFAULT: '#
|
|
744
|
+
DEFAULT: '#25272E',
|
|
745
745
|
foreground: '#FFFFFF',
|
|
746
746
|
},
|
|
747
747
|
alert: {
|
|
@@ -774,11 +774,11 @@ module.exports = {
|
|
|
774
774
|
foreground: '#FFFFFF',
|
|
775
775
|
},
|
|
776
776
|
background: {
|
|
777
|
-
200: '#
|
|
777
|
+
200: '#222D33',
|
|
778
778
|
300: '#1B2429',
|
|
779
779
|
400: '#0F1A1F',
|
|
780
|
-
500: '#
|
|
781
|
-
DEFAULT: '#
|
|
780
|
+
500: '#0A1318',
|
|
781
|
+
DEFAULT: '#0A1318',
|
|
782
782
|
},
|
|
783
783
|
foreground: {
|
|
784
784
|
100: '#949E9C',
|
|
@@ -824,7 +824,7 @@ module.exports = {
|
|
|
824
824
|
foreground: '#000000',
|
|
825
825
|
},
|
|
826
826
|
divider: {
|
|
827
|
-
DEFAULT: '#
|
|
827
|
+
DEFAULT: '#394145',
|
|
828
828
|
foreground: '#FFFFFF',
|
|
829
829
|
},
|
|
830
830
|
alert: {
|
|
@@ -857,14 +857,14 @@ module.exports = {
|
|
|
857
857
|
foreground: '#FFFFFF',
|
|
858
858
|
},
|
|
859
859
|
background: {
|
|
860
|
-
200: '#
|
|
860
|
+
200: '#2C2C38',
|
|
861
861
|
300: '#272735',
|
|
862
862
|
400: '#22212A',
|
|
863
863
|
500: '#13121A',
|
|
864
864
|
DEFAULT: '#13121A',
|
|
865
865
|
},
|
|
866
866
|
foreground: {
|
|
867
|
-
100: '#
|
|
867
|
+
100: '#54515E',
|
|
868
868
|
300: '#999999',
|
|
869
869
|
500: '#FFFFFF',
|
|
870
870
|
DEFAULT: '#FFFFFF',
|
|
@@ -891,7 +891,7 @@ module.exports = {
|
|
|
891
891
|
foreground: '#000000',
|
|
892
892
|
},
|
|
893
893
|
tertiary: {
|
|
894
|
-
DEFAULT: '#
|
|
894
|
+
DEFAULT: '#54515E',
|
|
895
895
|
foreground: '#FFFFFF',
|
|
896
896
|
},
|
|
897
897
|
success: {
|
|
@@ -940,14 +940,14 @@ module.exports = {
|
|
|
940
940
|
foreground: '#FFFFFF',
|
|
941
941
|
},
|
|
942
942
|
background: {
|
|
943
|
-
200: '#
|
|
943
|
+
200: '#252B36',
|
|
944
944
|
300: '#202630',
|
|
945
945
|
400: '#181A20',
|
|
946
946
|
500: '#0B0E11',
|
|
947
947
|
DEFAULT: '#0B0E11',
|
|
948
948
|
},
|
|
949
949
|
foreground: {
|
|
950
|
-
100: '#
|
|
950
|
+
100: '#444A56',
|
|
951
951
|
300: '#929AA5',
|
|
952
952
|
500: '#EAECEF',
|
|
953
953
|
DEFAULT: '#EAECEF',
|
|
@@ -974,7 +974,7 @@ module.exports = {
|
|
|
974
974
|
foreground: '#000000',
|
|
975
975
|
},
|
|
976
976
|
tertiary: {
|
|
977
|
-
DEFAULT: '#
|
|
977
|
+
DEFAULT: '#444A56',
|
|
978
978
|
foreground: '#FFFFFF',
|
|
979
979
|
},
|
|
980
980
|
success: {
|
|
@@ -1015,22 +1015,22 @@ module.exports = {
|
|
|
1015
1015
|
extend: 'dark',
|
|
1016
1016
|
colors: {
|
|
1017
1017
|
content1: {
|
|
1018
|
-
DEFAULT: '#
|
|
1018
|
+
DEFAULT: '#15171A',
|
|
1019
1019
|
foreground: '#FFFFFF',
|
|
1020
1020
|
},
|
|
1021
1021
|
overlay: {
|
|
1022
|
-
DEFAULT: '#
|
|
1022
|
+
DEFAULT: '#15171A',
|
|
1023
1023
|
foreground: '#FFFFFF',
|
|
1024
1024
|
},
|
|
1025
1025
|
background: {
|
|
1026
1026
|
200: '#1B1D22',
|
|
1027
|
-
300: '#
|
|
1027
|
+
300: '#15171A',
|
|
1028
1028
|
400: '#0F0F0F',
|
|
1029
1029
|
500: '#09090B',
|
|
1030
1030
|
DEFAULT: '#09090B',
|
|
1031
1031
|
},
|
|
1032
1032
|
foreground: {
|
|
1033
|
-
100: '#
|
|
1033
|
+
100: '#4B4D51',
|
|
1034
1034
|
300: '#98989B',
|
|
1035
1035
|
500: '#E9E9E9',
|
|
1036
1036
|
DEFAULT: '#E9E9E9',
|
|
@@ -1057,7 +1057,7 @@ module.exports = {
|
|
|
1057
1057
|
foreground: '#000000',
|
|
1058
1058
|
},
|
|
1059
1059
|
tertiary: {
|
|
1060
|
-
DEFAULT: '#
|
|
1060
|
+
DEFAULT: '#4B4D51',
|
|
1061
1061
|
foreground: '#FFFFFF',
|
|
1062
1062
|
},
|
|
1063
1063
|
success: {
|