@elqnt/react 1.0.4 → 1.0.5
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.
|
@@ -74,7 +74,7 @@ type BreadcrumbProps = {
|
|
|
74
74
|
declare const Breadcrumb: ({ breadcrumb }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
|
|
75
75
|
|
|
76
76
|
declare const buttonVariants: (props?: ({
|
|
77
|
-
variant?: "
|
|
77
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "ghost" | "link" | null | undefined;
|
|
78
78
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
79
79
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
80
80
|
interface ButtonProps$2 extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
@@ -142,7 +142,7 @@ declare const Command: React$1.ForwardRefExoticComponent<Omit<{
|
|
|
142
142
|
ref?: React$1.Ref<HTMLDivElement>;
|
|
143
143
|
} & {
|
|
144
144
|
asChild?: boolean;
|
|
145
|
-
}, "
|
|
145
|
+
}, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
|
|
146
146
|
label?: string;
|
|
147
147
|
shouldFilter?: boolean;
|
|
148
148
|
filter?: (value: string, search: string, keywords?: string[]) => number;
|
|
@@ -74,7 +74,7 @@ type BreadcrumbProps = {
|
|
|
74
74
|
declare const Breadcrumb: ({ breadcrumb }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
|
|
75
75
|
|
|
76
76
|
declare const buttonVariants: (props?: ({
|
|
77
|
-
variant?: "
|
|
77
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "ghost" | "link" | null | undefined;
|
|
78
78
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
79
79
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
80
80
|
interface ButtonProps$2 extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
@@ -142,7 +142,7 @@ declare const Command: React$1.ForwardRefExoticComponent<Omit<{
|
|
|
142
142
|
ref?: React$1.Ref<HTMLDivElement>;
|
|
143
143
|
} & {
|
|
144
144
|
asChild?: boolean;
|
|
145
|
-
}, "
|
|
145
|
+
}, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
|
|
146
146
|
label?: string;
|
|
147
147
|
shouldFilter?: boolean;
|
|
148
148
|
filter?: (value: string, search: string, keywords?: string[]) => number;
|