@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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. 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.0",
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.0",
53
- "@particle-network/ui-shared": "0.3.2-beta.0"
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",
@@ -1098,28 +1098,28 @@ module.exports = {
1098
1098
  extend: 'dark',
1099
1099
  colors: {
1100
1100
  default: {
1101
- DEFAULT: '#1F2025',
1102
- foreground: '#FFFFFF',
1101
+ DEFAULT: '#222D33',
1102
+ foreground: '#F6FEFD',
1103
1103
  },
1104
1104
  secondary: {
1105
- DEFAULT: '#BBBBC4',
1105
+ DEFAULT: '#D1D4DC',
1106
1106
  foreground: '#000000',
1107
1107
  },
1108
1108
  tertiary: {
1109
- DEFAULT: '#4E4E56',
1110
- foreground: '#FFFFFF',
1109
+ DEFAULT: '#949E9C',
1110
+ foreground: '#000000',
1111
1111
  },
1112
1112
  primary: {
1113
- 100: '#EEF6F3',
1114
- 200: '#BAE2D0',
1115
- 300: '#7ED6AB',
1116
- 400: '#39D385',
1117
- 500: '#19AB5E',
1118
- 600: '#188E4D',
1119
- 700: '#16723E',
1120
- 800: '#14572F',
1121
- 900: '#0F3D21',
1122
- DEFAULT: '#19AB5E',
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: '#FF5868',
1130
+ DEFAULT: '#E84A5A',
1131
1131
  foreground: '#000000',
1132
1132
  },
1133
1133
  alert: {
1134
- DEFAULT: '#F37A39',
1134
+ DEFAULT: '#F57733',
1135
1135
  foreground: '#000000',
1136
1136
  },
1137
1137
  warning: {
1138
- DEFAULT: '#F8BF63',
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: '#1F2025',
1146
+ DEFAULT: '#1B2429',
1147
1147
  foreground: '#FFFFFF',
1148
1148
  },
1149
1149
  divider: {
1150
- DEFAULT: '#26272D',
1150
+ DEFAULT: '#394145',
1151
1151
  foreground: '#FFFFFF',
1152
1152
  },
1153
1153
  bullish: {
1154
- DEFAULT: '#19AB5E',
1154
+ DEFAULT: '#D745FF',
1155
1155
  foreground: '#000000',
1156
1156
  },
1157
1157
  bearish: {
1158
- DEFAULT: '#FF5868',
1158
+ DEFAULT: '#F38300',
1159
1159
  foreground: '#000000',
1160
1160
  },
1161
1161
  background: {
1162
- 200: '#2A2A30',
1163
- 300: '#1F2025',
1164
- 400: '#171517',
1165
- 500: '#100E11',
1166
- DEFAULT: '#100E11',
1162
+ 200: '#222D33',
1163
+ 300: '#1B2429',
1164
+ 400: '#0F1A1F',
1165
+ 500: '#0A1318',
1166
+ DEFAULT: '#0A1318',
1167
1167
  },
1168
1168
  foreground: {
1169
- 100: '#4E4E56',
1170
- 300: '#BBBBC4',
1171
- 500: '#FDFDFE',
1172
- DEFAULT: '#FDFDFE',
1169
+ 100: '#949E9C',
1170
+ 300: '#D1D4DC',
1171
+ 500: '#F6FEFD',
1172
+ DEFAULT: '#F6FEFD',
1173
1173
  },
1174
1174
  },
1175
1175
  },