@thesage/ui 0.0.10 → 0.0.12

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.mjs CHANGED
@@ -25,6 +25,8 @@ var buttonVariants = cva(
25
25
  variants: {
26
26
  variant: {
27
27
  default: "bg-primary text-primary-foreground shadow",
28
+ primary: "bg-primary text-primary-foreground shadow",
29
+ // Alias for default
28
30
  destructive: "bg-destructive text-destructive-foreground shadow-sm",
29
31
  outline: "border border-input bg-transparent shadow-sm hover:bg-primary hover:text-primary-foreground hover:border-primary",
30
32
  secondary: "bg-black/5 dark:bg-white/10 backdrop-blur-md border border-black/5 dark:border-white/10 text-secondary-foreground shadow-sm hover:bg-primary hover:text-primary-foreground dark:hover:bg-primary dark:hover:text-primary-foreground",