@particle-network/ui-react 0.4.3 → 0.4.4

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/package.json +1 -1
  2. package/tailwind-preset.js +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -480,16 +480,16 @@ module.exports = {
480
480
  foreground: '#FFFFFF',
481
481
  },
482
482
  success: {
483
- DEFAULT: '#73D090',
484
- foreground: '#000000',
483
+ DEFAULT: '#19AB5E',
484
+ foreground: '#FFFFFF',
485
485
  },
486
486
  danger: {
487
- DEFAULT: '#F46271',
488
- foreground: '#000000',
487
+ DEFAULT: '#FF5868',
488
+ foreground: '#FFFFFF',
489
489
  },
490
490
  warning: {
491
491
  DEFAULT: '#F8BF63',
492
- foreground: '#000000',
492
+ foreground: '#FFFFFF',
493
493
  },
494
494
  divider: {
495
495
  DEFAULT: '#26272D',
@@ -497,19 +497,19 @@ module.exports = {
497
497
  },
498
498
  alert: {
499
499
  DEFAULT: '#F37A39',
500
- foreground: '#000000',
500
+ foreground: '#FFFFFF',
501
501
  },
502
502
  gold: {
503
503
  DEFAULT: '#FFB800',
504
- foreground: '#000000',
504
+ foreground: '#FFFFFF',
505
505
  },
506
506
  bullish: {
507
- DEFAULT: '#73D090',
508
- foreground: '#000000',
507
+ DEFAULT: '#19AB5E',
508
+ foreground: '#FFFFFF',
509
509
  },
510
510
  bearish: {
511
- DEFAULT: '#F46271',
512
- foreground: '#000000',
511
+ DEFAULT: '#FF5868',
512
+ foreground: '#FFFFFF',
513
513
  },
514
514
  },
515
515
  },
@@ -809,7 +809,7 @@ module.exports = {
809
809
  },
810
810
  tertiary: {
811
811
  DEFAULT: '#5D6466',
812
- foreground: '#000000',
812
+ foreground: '#FFFFFF',
813
813
  },
814
814
  success: {
815
815
  DEFAULT: '#1FA67D',
@@ -1044,12 +1044,12 @@ module.exports = {
1044
1044
  200: '#D2E9DE',
1045
1045
  300: '#B0E1C9',
1046
1046
  400: '#8BDCB3',
1047
- 500: '#61DC9B',
1047
+ 500: '#459C6E',
1048
1048
  600: '#34CD79',
1049
1049
  700: '#2A9B5A',
1050
1050
  800: '#1F693E',
1051
1051
  900: '#133A22',
1052
- DEFAULT: '#61DC9B',
1052
+ DEFAULT: '#459C6E',
1053
1053
  foreground: '#000000',
1054
1054
  },
1055
1055
  secondary: {