@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.
Files changed (2) hide show
  1. package/dist/theme-data.js +18 -18
  2. package/package.json +3 -3
@@ -317,28 +317,28 @@ const themeData = [
317
317
  },
318
318
  {
319
319
  id: 'custom',
320
- zhName: 'Custom',
321
- enName: 'Custom',
320
+ zhName: '产品测试',
321
+ enName: 'Product Test',
322
322
  colorScheme: 'dark',
323
323
  colorVariables: {
324
- default: '#FDFDFE',
325
- foreground: '#FDFDFE',
326
- secondary: '#BBBBC4',
327
- tertiary: '#4E4E56',
328
- primary: '#19AB5E',
324
+ default: '#F6FEFD',
325
+ foreground: '#F6FEFD',
326
+ secondary: '#D1D4DC',
327
+ tertiary: '#949E9C',
328
+ primary: '#50D2C1',
329
329
  success: '#19AB5E',
330
- danger: '#FF5868',
331
- alert: '#F37A39',
332
- warning: '#F8BF63',
330
+ danger: '#E84A5A',
331
+ alert: '#F57733',
332
+ warning: '#FFD13F',
333
333
  gold: '#FFB800',
334
- 'bg-default': '#100E11',
335
- 'bg-200': '#2A2A30',
336
- 'bg-300': '#1F2025',
337
- 'bg-400': '#171517',
338
- overlay: '#1F2025',
339
- divider: '#26272D',
340
- bullish: '#19AB5E',
341
- bearish: '#FF5868'
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.0",
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/lintstaged-config": "0.1.0",
49
- "@particle-network/eslint-config": "0.3.0"
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",