@reeverdev/ui 0.2.178 → 0.2.180
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -73,7 +73,7 @@ interface ButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
73
73
|
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
74
74
|
|
|
75
75
|
declare const cardVariants: (props?: ({
|
|
76
|
-
radius?: "none" | "sm" | "md" | "lg" | null | undefined;
|
|
76
|
+
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
77
77
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
78
78
|
interface CardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardVariants> {
|
|
79
79
|
}
|
|
@@ -172,7 +172,7 @@ interface SwitchProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
172
172
|
declare const Switch: React$1.ForwardRefExoticComponent<SwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
173
173
|
|
|
174
174
|
declare const textareaVariants: (props?: ({
|
|
175
|
-
radius?: "none" | "sm" | "md" | "lg" | null | undefined;
|
|
175
|
+
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
176
176
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
177
177
|
interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
|
|
178
178
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ interface ButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
73
73
|
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
74
74
|
|
|
75
75
|
declare const cardVariants: (props?: ({
|
|
76
|
-
radius?: "none" | "sm" | "md" | "lg" | null | undefined;
|
|
76
|
+
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
77
77
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
78
78
|
interface CardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardVariants> {
|
|
79
79
|
}
|
|
@@ -172,7 +172,7 @@ interface SwitchProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
172
172
|
declare const Switch: React$1.ForwardRefExoticComponent<SwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
173
173
|
|
|
174
174
|
declare const textareaVariants: (props?: ({
|
|
175
|
-
radius?: "none" | "sm" | "md" | "lg" | null | undefined;
|
|
175
|
+
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
176
176
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
177
177
|
interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
|
|
178
178
|
}
|