@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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",
|