@classic-homes/theme-react 0.1.20 → 0.1.21

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
@@ -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/90",
89
- secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
90
- destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
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/80",
200
- secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
201
- destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
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/90",
22
- secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
23
- destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
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/80",
133
- secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
134
- destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classic-homes/theme-react",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "React components for the Classic theme system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",