@reeverdev/ui 0.2.96 → 0.2.97
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/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -910,7 +910,7 @@ declare const DataTable: <T>(props: DataTableProps<T> & {
|
|
|
910
910
|
}) => React$1.ReactElement;
|
|
911
911
|
|
|
912
912
|
declare const spinnerVariants: (props?: ({
|
|
913
|
-
size?: "sm" | "md" | "lg" |
|
|
913
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
914
914
|
color?: "default" | "success" | "warning" | "danger" | "white" | "primary" | "muted" | null | undefined;
|
|
915
915
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
916
916
|
interface SpinnerProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof spinnerVariants> {
|
package/dist/index.d.ts
CHANGED
|
@@ -910,7 +910,7 @@ declare const DataTable: <T>(props: DataTableProps<T> & {
|
|
|
910
910
|
}) => React$1.ReactElement;
|
|
911
911
|
|
|
912
912
|
declare const spinnerVariants: (props?: ({
|
|
913
|
-
size?: "sm" | "md" | "lg" |
|
|
913
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
914
914
|
color?: "default" | "success" | "warning" | "danger" | "white" | "primary" | "muted" | null | undefined;
|
|
915
915
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
916
916
|
interface SpinnerProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof spinnerVariants> {
|