@particle-network/ui-shared 0.3.0 → 0.3.1-beta.0
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 +17 -17
- package/package.json +3 -3
package/dist/theme-data.js
CHANGED
|
@@ -317,26 +317,26 @@ const themeData = [
|
|
|
317
317
|
fontName: 'IBM Plex Sans',
|
|
318
318
|
colorScheme: 'dark',
|
|
319
319
|
colorVariables: {
|
|
320
|
-
default: '#
|
|
320
|
+
default: '#F6FEFD',
|
|
321
321
|
white: '#FFFFFF',
|
|
322
322
|
transparent: 'transparent',
|
|
323
|
-
foreground: '#
|
|
324
|
-
secondary: '#
|
|
325
|
-
tertiary: '#
|
|
326
|
-
primary: '#
|
|
327
|
-
success: '#
|
|
328
|
-
danger: '#
|
|
329
|
-
alert: '#
|
|
330
|
-
warning: '#
|
|
323
|
+
foreground: '#F6FEFD',
|
|
324
|
+
secondary: '#D1D4DC',
|
|
325
|
+
tertiary: '#949E9C',
|
|
326
|
+
primary: '#50D2C1',
|
|
327
|
+
success: '#19AB5E',
|
|
328
|
+
danger: '#E84A5A',
|
|
329
|
+
alert: '#F57733',
|
|
330
|
+
warning: '#FFD13F',
|
|
331
331
|
gold: '#E9BF52',
|
|
332
|
-
'bg-default': '#
|
|
333
|
-
'bg-200': '#
|
|
334
|
-
'bg-300': '#
|
|
335
|
-
'bg-400': '#
|
|
336
|
-
overlay: '#
|
|
337
|
-
divider: '#
|
|
338
|
-
bullish: '#
|
|
339
|
-
bearish: '#
|
|
332
|
+
'bg-default': '#0A1318',
|
|
333
|
+
'bg-200': '#222D33',
|
|
334
|
+
'bg-300': '#1B2429',
|
|
335
|
+
'bg-400': '#0F1A1F',
|
|
336
|
+
overlay: '#1B2429',
|
|
337
|
+
divider: '#394145',
|
|
338
|
+
bullish: '#D745FF',
|
|
339
|
+
bearish: '#F38300'
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-shared",
|
|
3
|
-
"version": "0.3.0",
|
|
3
|
+
"version": "0.3.1-beta.0",
|
|
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",
|