@particle-network/ui-shared 0.3.1-beta.0 → 0.3.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 +19 -19
- package/package.json +3 -3
package/dist/theme-data.js
CHANGED
|
@@ -11,7 +11,7 @@ const themeData = [
|
|
|
11
11
|
transparent: 'transparent',
|
|
12
12
|
foreground: '#FDFDFE',
|
|
13
13
|
secondary: '#BBBBC4',
|
|
14
|
-
tertiary: '#
|
|
14
|
+
tertiary: '#4E4E56',
|
|
15
15
|
primary: '#D745FF',
|
|
16
16
|
success: '#73D090',
|
|
17
17
|
danger: '#F46271',
|
|
@@ -237,7 +237,7 @@ const themeData = [
|
|
|
237
237
|
transparent: 'transparent',
|
|
238
238
|
foreground: '#F6FEFD',
|
|
239
239
|
secondary: '#D1D4DC',
|
|
240
|
-
tertiary: '#
|
|
240
|
+
tertiary: '#5D6466',
|
|
241
241
|
primary: '#50D2C1',
|
|
242
242
|
success: '#1FA67D',
|
|
243
243
|
danger: '#ED7088',
|
|
@@ -317,26 +317,26 @@ const themeData = [
|
|
|
317
317
|
fontName: 'IBM Plex Sans',
|
|
318
318
|
colorScheme: 'dark',
|
|
319
319
|
colorVariables: {
|
|
320
|
-
default: '#
|
|
320
|
+
default: '#E9E9E9',
|
|
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: '#E9E9E9',
|
|
324
|
+
secondary: '#98989B',
|
|
325
|
+
tertiary: '#4B4D51',
|
|
326
|
+
primary: '#61DC9B',
|
|
327
|
+
success: '#459C6E',
|
|
328
|
+
danger: '#A13C45',
|
|
329
|
+
alert: '#E9BF52',
|
|
330
|
+
warning: '#DCC161',
|
|
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': '#09090B',
|
|
333
|
+
'bg-200': '#1B1D22',
|
|
334
|
+
'bg-300': '#15171A',
|
|
335
|
+
'bg-400': '#0F0F0F',
|
|
336
|
+
overlay: '#15171A',
|
|
337
|
+
divider: '#1E2025',
|
|
338
|
+
bullish: '#459C6E',
|
|
339
|
+
bearish: '#A13C45'
|
|
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.1
|
|
3
|
+
"version": "0.3.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/lintstaged-config": "0.1.0",
|
|
49
|
+
"@particle-network/eslint-config": "0.3.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "rslib build",
|