@particle-network/ui-shared 0.3.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.
@@ -11,7 +11,7 @@ const themeData = [
11
11
  transparent: 'transparent',
12
12
  foreground: '#FDFDFE',
13
13
  secondary: '#BBBBC4',
14
- tertiary: '#70707C',
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: '#949E9C',
240
+ tertiary: '#5D6466',
241
241
  primary: '#50D2C1',
242
242
  success: '#1FA67D',
243
243
  danger: '#ED7088',
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",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "react-native": "./dist/index.js",