lecom-ui 4.7.6 → 4.7.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.
@@ -25,7 +25,7 @@ const DialogContent = React.forwardRef(({ className, children, ...props }, ref)
25
25
  {
26
26
  ref,
27
27
  className: cn(
28
- "fixed left-[50%] top-[50%] z-50 flex flex-col w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border 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 max-sm:h-full",
28
+ "fixed left-[50%] top-[50%] z-50 flex flex-col w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-6 border 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 max-sm:h-full",
29
29
  className
30
30
  ),
31
31
  ...props
package/dist/index.d.ts CHANGED
@@ -550,9 +550,9 @@ interface HeaderProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<
550
550
  }
551
551
 
552
552
  declare const inputVariants: (props?: ({
553
- variant?: "filled" | "default" | "borderless" | null | undefined;
554
- size?: "small" | "large" | "default" | null | undefined;
555
- radius?: "small" | "large" | "default" | null | undefined;
553
+ variant?: "default" | "filled" | "borderless" | null | undefined;
554
+ size?: "small" | "default" | "large" | null | undefined;
555
+ radius?: "small" | "default" | "large" | null | undefined;
556
556
  } & class_variance_authority_types.ClassProp) | undefined) => string;
557
557
  interface InputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'sufix' | 'prefix'>, VariantProps<typeof inputVariants> {
558
558
  sufix?: React$1.ReactNode;
@@ -713,7 +713,7 @@ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive
713
713
  declare const TooltipArrow: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipArrowProps & React$1.RefAttributes<SVGSVGElement>>;
714
714
  declare const TooltipPortal: React$1.FC<TooltipPrimitive.TooltipPortalProps>;
715
715
  declare const tooltipContentVariants: (props?: ({
716
- color?: "white" | "black" | null | undefined;
716
+ color?: "black" | "white" | null | undefined;
717
717
  arrow?: boolean | null | undefined;
718
718
  } & class_variance_authority_types.ClassProp) | undefined) => string;
719
719
  interface TooltipContentProps extends React$1.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>, VariantProps<typeof tooltipContentVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "4.7.6",
3
+ "version": "4.7.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",