@reeverdev/ui 0.2.149 → 0.2.151

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
@@ -2712,7 +2712,6 @@ declare function useKeyboardShortcut(keys: string | string[], callback: (e: Keyb
2712
2712
  }): void;
2713
2713
 
2714
2714
  declare const copyButtonVariants: (props?: ({
2715
- variant?: "solid" | "bordered" | "default" | "ghost" | null | undefined;
2716
2715
  size?: "sm" | "md" | "lg" | null | undefined;
2717
2716
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2718
2717
  interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof copyButtonVariants> {
package/dist/index.d.ts CHANGED
@@ -2712,7 +2712,6 @@ declare function useKeyboardShortcut(keys: string | string[], callback: (e: Keyb
2712
2712
  }): void;
2713
2713
 
2714
2714
  declare const copyButtonVariants: (props?: ({
2715
- variant?: "solid" | "bordered" | "default" | "ghost" | null | undefined;
2716
2715
  size?: "sm" | "md" | "lg" | null | undefined;
2717
2716
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2718
2717
  interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof copyButtonVariants> {