@reeverdev/ui 0.1.23 → 0.1.25

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
@@ -80,6 +80,8 @@ interface ButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
80
80
  asChild?: boolean;
81
81
  href?: string;
82
82
  loading?: boolean;
83
+ startContent?: React$1.ReactNode;
84
+ endContent?: React$1.ReactNode;
83
85
  }
84
86
  declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
85
87
 
@@ -375,7 +377,7 @@ declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttribu
375
377
  declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
376
378
 
377
379
  declare const spinnerVariants: (props?: ({
378
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
380
+ size?: "sm" | "md" | "lg" | null | undefined;
379
381
  } & class_variance_authority_types.ClassProp) | undefined) => string;
380
382
  interface SpinnerProps extends React$1.HTMLAttributes<SVGSVGElement>, VariantProps<typeof spinnerVariants> {
381
383
  }
package/dist/index.d.ts CHANGED
@@ -80,6 +80,8 @@ interface ButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
80
80
  asChild?: boolean;
81
81
  href?: string;
82
82
  loading?: boolean;
83
+ startContent?: React$1.ReactNode;
84
+ endContent?: React$1.ReactNode;
83
85
  }
84
86
  declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
85
87
 
@@ -375,7 +377,7 @@ declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttribu
375
377
  declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
376
378
 
377
379
  declare const spinnerVariants: (props?: ({
378
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
380
+ size?: "sm" | "md" | "lg" | null | undefined;
379
381
  } & class_variance_authority_types.ClassProp) | undefined) => string;
380
382
  interface SpinnerProps extends React$1.HTMLAttributes<SVGSVGElement>, VariantProps<typeof spinnerVariants> {
381
383
  }