@reeverdev/ui 0.1.22 → 0.1.24

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
@@ -136,7 +136,7 @@ interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaEleme
136
136
  declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
137
137
 
138
138
  declare const skeletonVariants: (props?: ({
139
- variant?: "static" | "pulse" | "wave" | "shimmer" | null | undefined;
139
+ variant?: "static" | "pulse" | "shimmer" | null | undefined;
140
140
  } & class_variance_authority_types.ClassProp) | undefined) => string;
141
141
  interface SkeletonProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof skeletonVariants> {
142
142
  }
@@ -375,7 +375,7 @@ declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttribu
375
375
  declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
376
376
 
377
377
  declare const spinnerVariants: (props?: ({
378
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
378
+ size?: "sm" | "md" | "lg" | null | undefined;
379
379
  } & class_variance_authority_types.ClassProp) | undefined) => string;
380
380
  interface SpinnerProps extends React$1.HTMLAttributes<SVGSVGElement>, VariantProps<typeof spinnerVariants> {
381
381
  }
package/dist/index.d.ts CHANGED
@@ -136,7 +136,7 @@ interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaEleme
136
136
  declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
137
137
 
138
138
  declare const skeletonVariants: (props?: ({
139
- variant?: "static" | "pulse" | "wave" | "shimmer" | null | undefined;
139
+ variant?: "static" | "pulse" | "shimmer" | null | undefined;
140
140
  } & class_variance_authority_types.ClassProp) | undefined) => string;
141
141
  interface SkeletonProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof skeletonVariants> {
142
142
  }
@@ -375,7 +375,7 @@ declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttribu
375
375
  declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
376
376
 
377
377
  declare const spinnerVariants: (props?: ({
378
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
378
+ size?: "sm" | "md" | "lg" | null | undefined;
379
379
  } & class_variance_authority_types.ClassProp) | undefined) => string;
380
380
  interface SpinnerProps extends React$1.HTMLAttributes<SVGSVGElement>, VariantProps<typeof spinnerVariants> {
381
381
  }