@gearbox-protocol/permissionless-ui 1.9.1 → 1.9.2

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/globals.css +2 -2
  2. package/package.json +1 -1
package/dist/globals.css CHANGED
@@ -63,9 +63,9 @@
63
63
  --muted-foreground: 240 2% 75%;
64
64
  --accent: 330 100% 59%;
65
65
  --accent-foreground: 0 0% 100%;
66
- --destructive: 0 100% 65%;
66
+ --destructive: 3 93% 63%;
67
+ --success: 128 49% 49%;
67
68
  --destructive-foreground: 0 0% 100%;
68
- --success: 137, 100%, 79%;
69
69
  --warning: 44 100% 69%;
70
70
  --liquidation: 274 67% 58%;
71
71
  --input: 225 6% 19%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/permissionless-ui",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Internal UI components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/index.js",