@turingpaper/ui 0.0.6 → 0.0.7
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/badge.mjs +1 -1
- package/dist/button.mjs +1 -1
- package/dist/provider.mjs +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/badge.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const a = n(
|
|
|
8
8
|
variant: {
|
|
9
9
|
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary/80",
|
|
10
10
|
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
11
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/
|
|
11
|
+
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive-foreground/15",
|
|
12
12
|
outline: "text-foreground"
|
|
13
13
|
}
|
|
14
14
|
},
|
package/dist/button.mjs
CHANGED
|
@@ -9,7 +9,7 @@ const m = c(
|
|
|
9
9
|
variants: {
|
|
10
10
|
variant: {
|
|
11
11
|
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
12
|
-
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/
|
|
12
|
+
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive-foreground/15",
|
|
13
13
|
outline: "border border-input bg-background hover:bg-muted hover:text-foreground",
|
|
14
14
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
15
15
|
ghost: "hover:bg-accent hover:text-accent-foreground",
|