@particle-network/ui-react 0.4.5-beta.0 → 0.4.5-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 +3 -3
- package/tailwind-preset.js +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.4.5-beta.
|
|
3
|
+
"version": "0.4.5-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -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.2-beta.
|
|
53
|
-
"@particle-network/ui-shared": "0.3.2-beta.
|
|
52
|
+
"@particle-network/icons": "0.4.2-beta.1",
|
|
53
|
+
"@particle-network/ui-shared": "0.3.2-beta.1"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "rslib build",
|
package/tailwind-preset.js
CHANGED
|
@@ -1098,28 +1098,28 @@ module.exports = {
|
|
|
1098
1098
|
extend: 'dark',
|
|
1099
1099
|
colors: {
|
|
1100
1100
|
default: {
|
|
1101
|
-
DEFAULT: '#
|
|
1102
|
-
foreground: '#
|
|
1101
|
+
DEFAULT: '#222D33',
|
|
1102
|
+
foreground: '#F6FEFD',
|
|
1103
1103
|
},
|
|
1104
1104
|
secondary: {
|
|
1105
|
-
DEFAULT: '#
|
|
1105
|
+
DEFAULT: '#D1D4DC',
|
|
1106
1106
|
foreground: '#000000',
|
|
1107
1107
|
},
|
|
1108
1108
|
tertiary: {
|
|
1109
|
-
DEFAULT: '#
|
|
1110
|
-
foreground: '#
|
|
1109
|
+
DEFAULT: '#949E9C',
|
|
1110
|
+
foreground: '#000000',
|
|
1111
1111
|
},
|
|
1112
1112
|
primary: {
|
|
1113
|
-
100: '#
|
|
1114
|
-
200: '#
|
|
1115
|
-
300: '#
|
|
1116
|
-
400: '#
|
|
1117
|
-
500: '#
|
|
1118
|
-
600: '#
|
|
1119
|
-
700: '#
|
|
1120
|
-
800: '#
|
|
1121
|
-
900: '#
|
|
1122
|
-
DEFAULT: '#
|
|
1113
|
+
100: '#EFF5F5',
|
|
1114
|
+
200: '#CEE6E4',
|
|
1115
|
+
300: '#A8DBD6',
|
|
1116
|
+
400: '#7ED4CB',
|
|
1117
|
+
500: '#50D2C1',
|
|
1118
|
+
600: '#34B9A5',
|
|
1119
|
+
700: '#2B8C7C',
|
|
1120
|
+
800: '#206255',
|
|
1121
|
+
900: '#143831',
|
|
1122
|
+
DEFAULT: '#50D2C1',
|
|
1123
1123
|
foreground: '#000000',
|
|
1124
1124
|
},
|
|
1125
1125
|
success: {
|
|
@@ -1127,15 +1127,15 @@ module.exports = {
|
|
|
1127
1127
|
foreground: '#000000',
|
|
1128
1128
|
},
|
|
1129
1129
|
danger: {
|
|
1130
|
-
DEFAULT: '#
|
|
1130
|
+
DEFAULT: '#E84A5A',
|
|
1131
1131
|
foreground: '#000000',
|
|
1132
1132
|
},
|
|
1133
1133
|
alert: {
|
|
1134
|
-
DEFAULT: '#
|
|
1134
|
+
DEFAULT: '#F57733',
|
|
1135
1135
|
foreground: '#000000',
|
|
1136
1136
|
},
|
|
1137
1137
|
warning: {
|
|
1138
|
-
DEFAULT: '#
|
|
1138
|
+
DEFAULT: '#FFD13F',
|
|
1139
1139
|
foreground: '#000000',
|
|
1140
1140
|
},
|
|
1141
1141
|
gold: {
|
|
@@ -1143,33 +1143,33 @@ module.exports = {
|
|
|
1143
1143
|
foreground: '#000000',
|
|
1144
1144
|
},
|
|
1145
1145
|
overlay: {
|
|
1146
|
-
DEFAULT: '#
|
|
1146
|
+
DEFAULT: '#1B2429',
|
|
1147
1147
|
foreground: '#FFFFFF',
|
|
1148
1148
|
},
|
|
1149
1149
|
divider: {
|
|
1150
|
-
DEFAULT: '#
|
|
1150
|
+
DEFAULT: '#394145',
|
|
1151
1151
|
foreground: '#FFFFFF',
|
|
1152
1152
|
},
|
|
1153
1153
|
bullish: {
|
|
1154
|
-
DEFAULT: '#
|
|
1154
|
+
DEFAULT: '#D745FF',
|
|
1155
1155
|
foreground: '#000000',
|
|
1156
1156
|
},
|
|
1157
1157
|
bearish: {
|
|
1158
|
-
DEFAULT: '#
|
|
1158
|
+
DEFAULT: '#F38300',
|
|
1159
1159
|
foreground: '#000000',
|
|
1160
1160
|
},
|
|
1161
1161
|
background: {
|
|
1162
|
-
200: '#
|
|
1163
|
-
300: '#
|
|
1164
|
-
400: '#
|
|
1165
|
-
500: '#
|
|
1166
|
-
DEFAULT: '#
|
|
1162
|
+
200: '#222D33',
|
|
1163
|
+
300: '#1B2429',
|
|
1164
|
+
400: '#0F1A1F',
|
|
1165
|
+
500: '#0A1318',
|
|
1166
|
+
DEFAULT: '#0A1318',
|
|
1167
1167
|
},
|
|
1168
1168
|
foreground: {
|
|
1169
|
-
100: '#
|
|
1170
|
-
300: '#
|
|
1171
|
-
500: '#
|
|
1172
|
-
DEFAULT: '#
|
|
1169
|
+
100: '#949E9C',
|
|
1170
|
+
300: '#D1D4DC',
|
|
1171
|
+
500: '#F6FEFD',
|
|
1172
|
+
DEFAULT: '#F6FEFD',
|
|
1173
1173
|
},
|
|
1174
1174
|
},
|
|
1175
1175
|
},
|