lecom-ui 5.4.57 → 5.4.58
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.d.ts
CHANGED
|
@@ -793,8 +793,8 @@ interface HeaderProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<
|
|
|
793
793
|
|
|
794
794
|
declare const inputVariants: (props?: ({
|
|
795
795
|
variant?: "default" | "filled" | "borderless" | null | undefined;
|
|
796
|
-
size?: "
|
|
797
|
-
radius?: "
|
|
796
|
+
size?: "small" | "default" | "large" | null | undefined;
|
|
797
|
+
radius?: "small" | "default" | "large" | "full" | null | undefined;
|
|
798
798
|
status?: "default" | "error" | null | undefined;
|
|
799
799
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
800
800
|
interface InputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'sufix' | 'prefix'>, VariantProps<typeof inputVariants> {
|
|
@@ -1009,7 +1009,7 @@ declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimi
|
|
|
1009
1009
|
declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1010
1010
|
|
|
1011
1011
|
declare const ResizablePanelGroup: ({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => React$1.JSX.Element;
|
|
1012
|
-
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<
|
|
1012
|
+
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLElement | HTMLOListElement | HTMLLIElement | HTMLAnchorElement | HTMLSpanElement | HTMLDivElement | HTMLButtonElement | HTMLLabelElement | HTMLParagraphElement | HTMLHeadingElement | HTMLInputElement | HTMLObjectElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableCaptionElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLFormElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMenuElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPictureElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSlotElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTemplateElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement>, "id" | "onResize"> & {
|
|
1013
1013
|
className?: string;
|
|
1014
1014
|
collapsedSize?: number | undefined;
|
|
1015
1015
|
collapsible?: boolean | undefined;
|
|
@@ -1177,8 +1177,8 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
1177
1177
|
|
|
1178
1178
|
declare const textareaVariants: (props?: ({
|
|
1179
1179
|
variant?: "default" | "filled" | "borderless" | null | undefined;
|
|
1180
|
-
size?: "
|
|
1181
|
-
radius?: "
|
|
1180
|
+
size?: "small" | "default" | "large" | null | undefined;
|
|
1181
|
+
radius?: "small" | "default" | "large" | "full" | null | undefined;
|
|
1182
1182
|
resize?: "default" | "both" | "horizontal" | "vertical" | "vertical-limited" | null | undefined;
|
|
1183
1183
|
status?: "default" | "error" | null | undefined;
|
|
1184
1184
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -1329,7 +1329,7 @@ declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.Dial
|
|
|
1329
1329
|
declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
1330
1330
|
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1331
1331
|
declare const sheetVariants: (props?: ({
|
|
1332
|
-
side?: "
|
|
1332
|
+
side?: "top" | "right" | "bottom" | "left" | null | undefined;
|
|
1333
1333
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1334
1334
|
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
1335
1335
|
}
|