@classic-homes/theme-react 0.1.20 → 0.1.22
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 +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -85,11 +85,11 @@ var buttonVariants = (0, import_class_variance_authority.cva)(
|
|
|
85
85
|
{
|
|
86
86
|
variants: {
|
|
87
87
|
variant: {
|
|
88
|
-
default: "bg-primary text-primary-foreground shadow hover:bg-primary
|
|
89
|
-
secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary
|
|
90
|
-
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive
|
|
91
|
-
outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
|
|
92
|
-
ghost: "hover:bg-accent hover:text-accent-foreground",
|
|
88
|
+
default: "bg-primary text-primary-foreground shadow hover:bg-primary-hover",
|
|
89
|
+
secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary-hover",
|
|
90
|
+
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive-hover",
|
|
91
|
+
outline: "border border-input bg-background shadow-sm hover:bg-accent-hover hover:text-accent-foreground",
|
|
92
|
+
ghost: "hover:bg-accent-hover hover:text-accent-foreground",
|
|
93
93
|
link: "text-primary underline-offset-4 hover:underline"
|
|
94
94
|
},
|
|
95
95
|
size: {
|
|
@@ -196,9 +196,9 @@ var badgeVariants = (0, import_class_variance_authority3.cva)(
|
|
|
196
196
|
{
|
|
197
197
|
variants: {
|
|
198
198
|
variant: {
|
|
199
|
-
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary
|
|
200
|
-
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary
|
|
201
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive
|
|
199
|
+
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary-hover",
|
|
200
|
+
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary-hover",
|
|
201
|
+
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive-hover",
|
|
202
202
|
outline: "text-foreground"
|
|
203
203
|
}
|
|
204
204
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -18,11 +18,11 @@ var buttonVariants = cva(
|
|
|
18
18
|
{
|
|
19
19
|
variants: {
|
|
20
20
|
variant: {
|
|
21
|
-
default: "bg-primary text-primary-foreground shadow hover:bg-primary
|
|
22
|
-
secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary
|
|
23
|
-
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive
|
|
24
|
-
outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
|
|
25
|
-
ghost: "hover:bg-accent hover:text-accent-foreground",
|
|
21
|
+
default: "bg-primary text-primary-foreground shadow hover:bg-primary-hover",
|
|
22
|
+
secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary-hover",
|
|
23
|
+
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive-hover",
|
|
24
|
+
outline: "border border-input bg-background shadow-sm hover:bg-accent-hover hover:text-accent-foreground",
|
|
25
|
+
ghost: "hover:bg-accent-hover hover:text-accent-foreground",
|
|
26
26
|
link: "text-primary underline-offset-4 hover:underline"
|
|
27
27
|
},
|
|
28
28
|
size: {
|
|
@@ -129,9 +129,9 @@ var badgeVariants = cva3(
|
|
|
129
129
|
{
|
|
130
130
|
variants: {
|
|
131
131
|
variant: {
|
|
132
|
-
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary
|
|
133
|
-
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary
|
|
134
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive
|
|
132
|
+
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary-hover",
|
|
133
|
+
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary-hover",
|
|
134
|
+
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive-hover",
|
|
135
135
|
outline: "text-foreground"
|
|
136
136
|
}
|
|
137
137
|
},
|