@reeverdev/ui 0.1.23 → 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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -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" |
|
|
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
|
@@ -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" |
|
|
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
|
}
|