@particle-network/ui-shared 0.3.2-beta.0 → 0.3.2-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/dist/theme-data.js +18 -18
- package/package.json +3 -3
package/dist/theme-data.js
CHANGED
|
@@ -317,28 +317,28 @@ const themeData = [
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
id: 'custom',
|
|
320
|
-
zhName: '
|
|
321
|
-
enName: '
|
|
320
|
+
zhName: '产品测试',
|
|
321
|
+
enName: 'Product Test',
|
|
322
322
|
colorScheme: 'dark',
|
|
323
323
|
colorVariables: {
|
|
324
|
-
default: '#
|
|
325
|
-
foreground: '#
|
|
326
|
-
secondary: '#
|
|
327
|
-
tertiary: '#
|
|
328
|
-
primary: '#
|
|
324
|
+
default: '#F6FEFD',
|
|
325
|
+
foreground: '#F6FEFD',
|
|
326
|
+
secondary: '#D1D4DC',
|
|
327
|
+
tertiary: '#949E9C',
|
|
328
|
+
primary: '#50D2C1',
|
|
329
329
|
success: '#19AB5E',
|
|
330
|
-
danger: '#
|
|
331
|
-
alert: '#
|
|
332
|
-
warning: '#
|
|
330
|
+
danger: '#E84A5A',
|
|
331
|
+
alert: '#F57733',
|
|
332
|
+
warning: '#FFD13F',
|
|
333
333
|
gold: '#FFB800',
|
|
334
|
-
'bg-default': '#
|
|
335
|
-
'bg-200': '#
|
|
336
|
-
'bg-300': '#
|
|
337
|
-
'bg-400': '#
|
|
338
|
-
overlay: '#
|
|
339
|
-
divider: '#
|
|
340
|
-
bullish: '#
|
|
341
|
-
bearish: '#
|
|
334
|
+
'bg-default': '#0A1318',
|
|
335
|
+
'bg-200': '#222D33',
|
|
336
|
+
'bg-300': '#1B2429',
|
|
337
|
+
'bg-400': '#0F1A1F',
|
|
338
|
+
overlay: '#1B2429',
|
|
339
|
+
divider: '#394145',
|
|
340
|
+
bullish: '#D745FF',
|
|
341
|
+
bearish: '#F38300'
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-shared",
|
|
3
|
-
"version": "0.3.2-beta.
|
|
3
|
+
"version": "0.3.2-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"react-native": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@rslib/core": "^0.12.3",
|
|
46
46
|
"@types/react": "^19.1.10",
|
|
47
47
|
"react": "^19.1.2",
|
|
48
|
-
"@particle-network/
|
|
49
|
-
"@particle-network/
|
|
48
|
+
"@particle-network/eslint-config": "0.3.0",
|
|
49
|
+
"@particle-network/lintstaged-config": "0.1.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "rslib build",
|