@reeverdev/ui 0.2.65 → 0.2.67
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 +2 -2
- package/dist/index.d.ts +2 -2
- 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
|
@@ -3909,7 +3909,7 @@ interface BannerProps extends React$1.HTMLAttributes<HTMLDivElement>, Omit<Varia
|
|
|
3909
3909
|
declare const Banner: React$1.ForwardRefExoticComponent<BannerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3910
3910
|
|
|
3911
3911
|
declare const fabVariants: (props?: ({
|
|
3912
|
-
variant?: "
|
|
3912
|
+
variant?: "solid" | "bordered" | "flat" | "light" | "ghost" | null | undefined;
|
|
3913
3913
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3914
3914
|
position?: "bottom-right" | "bottom-left" | "relative" | "bottom-center" | null | undefined;
|
|
3915
3915
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -3919,7 +3919,7 @@ interface FABAction {
|
|
|
3919
3919
|
label: string;
|
|
3920
3920
|
onClick?: () => void;
|
|
3921
3921
|
href?: string;
|
|
3922
|
-
variant?: "
|
|
3922
|
+
variant?: "solid" | "bordered" | "light" | "flat" | "ghost";
|
|
3923
3923
|
}
|
|
3924
3924
|
interface FloatingActionButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof fabVariants> {
|
|
3925
3925
|
/** Main button icon */
|
package/dist/index.d.ts
CHANGED
|
@@ -3909,7 +3909,7 @@ interface BannerProps extends React$1.HTMLAttributes<HTMLDivElement>, Omit<Varia
|
|
|
3909
3909
|
declare const Banner: React$1.ForwardRefExoticComponent<BannerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3910
3910
|
|
|
3911
3911
|
declare const fabVariants: (props?: ({
|
|
3912
|
-
variant?: "
|
|
3912
|
+
variant?: "solid" | "bordered" | "flat" | "light" | "ghost" | null | undefined;
|
|
3913
3913
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3914
3914
|
position?: "bottom-right" | "bottom-left" | "relative" | "bottom-center" | null | undefined;
|
|
3915
3915
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -3919,7 +3919,7 @@ interface FABAction {
|
|
|
3919
3919
|
label: string;
|
|
3920
3920
|
onClick?: () => void;
|
|
3921
3921
|
href?: string;
|
|
3922
|
-
variant?: "
|
|
3922
|
+
variant?: "solid" | "bordered" | "light" | "flat" | "ghost";
|
|
3923
3923
|
}
|
|
3924
3924
|
interface FloatingActionButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof fabVariants> {
|
|
3925
3925
|
/** Main button icon */
|