@novie/ui 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
|
@@ -4847,7 +4847,8 @@ var ci = n("inline-flex shrink-0 items-center justify-center transition-colors f
|
|
|
4847
4847
|
variants: {
|
|
4848
4848
|
variant: {
|
|
4849
4849
|
default: "bg-primary text-primary-foreground hover:bg-[hsl(var(--icon-button-hover))] disabled:bg-[hsl(var(--icon-button-disabled))] active:bg-primary active:ring-2 active:ring-primary active:ring-offset-2",
|
|
4850
|
-
|
|
4850
|
+
primary: "bg-[hsl(var(--button-brand-default))] text-primary-foreground hover:bg-[hsl(var(--button-brand-hover))] active:bg-[hsl(var(--button-brand-pressed))] disabled:bg-[hsl(var(--icon-button-disabled))]",
|
|
4851
|
+
ghost: "text-foreground hover:bg-[hsl(var(--surface-inset))] hover:text-foreground active:bg-[hsl(var(--surface-inset))] disabled:text-[hsl(var(--icon-button-disabled))]",
|
|
4851
4852
|
danger: "bg-[hsl(var(--icon-button-danger-bg))] text-destructive-foreground hover:bg-[hsl(var(--icon-button-danger-hover))] hover:text-destructive disabled:bg-[hsl(var(--icon-button-danger-disabled))] active:bg-destructive"
|
|
4852
4853
|
},
|
|
4853
4854
|
size: {
|