@onesaz/ui 0.4.6 → 0.4.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/index.js CHANGED
@@ -955,7 +955,7 @@ var Button = React6.forwardRef(
955
955
  const variantClasses3 = colorOverride ? null : {
956
956
  "bg-accent text-accent-foreground hover:bg-accent-hover": resolvedVariant === "default",
957
957
  "bg-destructive text-destructive-foreground hover:bg-destructive/90": resolvedVariant === "destructive",
958
- "border border-accent bg-transparent text-accent hover:bg-accent/10": resolvedVariant === "outline",
958
+ "border border-accent bg-transparent text-accent hover:bg-accent/10 dark:border-border dark:text-foreground dark:hover:bg-muted": resolvedVariant === "outline",
959
959
  "bg-muted text-foreground hover:bg-muted/80": resolvedVariant === "secondary",
960
960
  "hover:bg-muted hover:text-foreground": resolvedVariant === "ghost",
961
961
  "text-accent underline-offset-4 hover:underline": resolvedVariant === "link"
@@ -1008,7 +1008,7 @@ var IconButton = React6.forwardRef(
1008
1008
  const variantClasses3 = colorOverride ? null : {
1009
1009
  "bg-accent text-accent-foreground hover:bg-accent-hover": variant === "default",
1010
1010
  "bg-destructive text-destructive-foreground hover:bg-destructive/90": variant === "destructive",
1011
- "border border-accent bg-transparent text-accent hover:bg-accent/10": variant === "outline",
1011
+ "border border-accent bg-transparent text-accent hover:bg-accent/10 dark:border-border dark:text-foreground dark:hover:bg-muted": variant === "outline",
1012
1012
  "bg-muted text-foreground hover:bg-muted/80": variant === "secondary",
1013
1013
  "hover:bg-muted hover:text-foreground": variant === "ghost",
1014
1014
  "text-accent underline-offset-4 hover:underline": variant === "link"