@reeverdev/ui 0.2.132 → 0.2.133

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.d.cts CHANGED
@@ -2663,8 +2663,6 @@ declare const closeButtonVariants: (props?: ({
2663
2663
  size?: "sm" | "md" | "lg" | null | undefined;
2664
2664
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2665
2665
  interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
2666
- /** Icon size in pixels */
2667
- iconSize?: number;
2668
2666
  }
2669
2667
  declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
2670
2668
 
package/dist/index.d.ts CHANGED
@@ -2663,8 +2663,6 @@ declare const closeButtonVariants: (props?: ({
2663
2663
  size?: "sm" | "md" | "lg" | null | undefined;
2664
2664
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2665
2665
  interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
2666
- /** Icon size in pixels */
2667
- iconSize?: number;
2668
2666
  }
2669
2667
  declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
2670
2668