@nurix/ui-component-library 1.1.2 → 1.1.3

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/index.js CHANGED
@@ -52,7 +52,7 @@ var BUTTON_TOKENS = {
52
52
  variants: {
53
53
  variant: {
54
54
  default: "bg-primary text-primary-foreground hover:bg-primary/90",
55
- destructive: "bg-purple-500 text-white hover:bg-purple-600",
55
+ destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
56
56
  outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
57
57
  secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
58
58
  ghost: "hover:bg-accent hover:text-accent-foreground",
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var BUTTON_TOKENS = {
15
15
  variants: {
16
16
  variant: {
17
17
  default: "bg-primary text-primary-foreground hover:bg-primary/90",
18
- destructive: "bg-purple-500 text-white hover:bg-purple-600",
18
+ destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
19
19
  outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
20
20
  secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
21
21
  ghost: "hover:bg-accent hover:text-accent-foreground",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/ui-component-library",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [