@mindtris/ui 0.1.5 → 0.1.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.mjs CHANGED
@@ -2827,7 +2827,7 @@ var buttonVariants = createVariants({
2827
2827
  variants: {
2828
2828
  variant: {
2829
2829
  primary: "bg-primary text-primary-foreground hover:bg-primary/90",
2830
- secondary: "bg-secondary text-secondary-foreground border-border hover:bg-secondary/90",
2830
+ secondary: "bg-secondary text-secondary-foreground border-0 shadow-none hover:bg-background",
2831
2831
  tertiary: "bg-card border-border shadow-none hover:bg-card/95 text-primary",
2832
2832
  outline: "bg-card border-2 border-border text-foreground shadow-none hover:bg-muted",
2833
2833
  "outline-strong": "bg-card border border-primary text-foreground hover:bg-muted",
@@ -5660,7 +5660,7 @@ function DialogContent({
5660
5660
  {
5661
5661
  "data-slot": "dialog-content",
5662
5662
  className: cn(
5663
- "fixed left-[50%] top-[50%] z-[82] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border-none bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
5663
+ "fixed left-[50%] top-[50%] z-[82] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border-none bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] rounded-3xl",
5664
5664
  className
5665
5665
  ),
5666
5666
  ...props,