@gradeui/ui 0.9.0 → 0.10.0
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/components/ui/accordion.md +30 -0
- package/components/ui/ai-chat.md +35 -0
- package/components/ui/alert.md +21 -0
- package/components/ui/app-shell.md +61 -0
- package/components/ui/avatar.md +18 -0
- package/components/ui/badge.md +18 -0
- package/components/ui/breadcrumb.md +54 -0
- package/components/ui/button.md +31 -0
- package/components/ui/calendar.md +39 -0
- package/components/ui/card.md +25 -0
- package/components/ui/chart.md +48 -0
- package/components/ui/checkbox.md +19 -0
- package/components/ui/collapsible.md +28 -0
- package/components/ui/command.md +38 -0
- package/components/ui/date-picker.md +52 -0
- package/components/ui/dialog.md +29 -0
- package/components/ui/dropdown-menu.md +39 -0
- package/components/ui/flex.md +41 -0
- package/components/ui/grid.md +44 -0
- package/components/ui/hover-card.md +35 -0
- package/components/ui/input.md +17 -0
- package/components/ui/label.md +14 -0
- package/components/ui/map.md +80 -0
- package/components/ui/media-surface.md +18 -0
- package/components/ui/popover.md +36 -0
- package/components/ui/progress.md +14 -0
- package/components/ui/radio-group.md +37 -0
- package/components/ui/resizable.md +30 -0
- package/components/ui/rive-player.md +38 -0
- package/components/ui/row.md +32 -0
- package/components/ui/scroll-area.md +27 -0
- package/components/ui/select.md +24 -0
- package/components/ui/separator.md +16 -0
- package/components/ui/shader-preset-picker.md +26 -0
- package/components/ui/shader-preset-preview.md +24 -0
- package/components/ui/sheet.md +46 -0
- package/components/ui/side-menu.md +40 -0
- package/components/ui/simple-tabs.md +27 -0
- package/components/ui/skeleton.md +17 -0
- package/components/ui/slider.md +48 -0
- package/components/ui/stack.md +32 -0
- package/components/ui/switch.md +20 -0
- package/components/ui/table.md +27 -0
- package/components/ui/tabs.md +39 -0
- package/components/ui/textarea.md +14 -0
- package/components/ui/three-scene.md +226 -0
- package/components/ui/toast.md +38 -0
- package/components/ui/toggle-group.md +36 -0
- package/components/ui/toggle.md +36 -0
- package/components/ui/tooltip.md +28 -0
- package/components/ui/video-player.md +27 -0
- package/dist/index.d.mts +16 -16
- package/dist/index.d.ts +16 -16
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -32,7 +32,7 @@ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<Accordion
|
|
|
32
32
|
declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
33
33
|
|
|
34
34
|
declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
35
|
-
variant?: "destructive" | "success" | "warning" | "info" | "highlight" |
|
|
35
|
+
variant?: "default" | "destructive" | "success" | "warning" | "info" | "highlight" | null | undefined;
|
|
36
36
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
37
37
|
declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
38
38
|
declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -85,7 +85,7 @@ declare const asideVariants: (props?: ({
|
|
|
85
85
|
sticky?: boolean | null | undefined;
|
|
86
86
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
87
87
|
declare const mainVariants: (props?: ({
|
|
88
|
-
maxWidth?: "
|
|
88
|
+
maxWidth?: "full" | "container" | null | undefined;
|
|
89
89
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
90
90
|
declare const footerVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
91
91
|
interface AppShellProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof shellVariants> {
|
|
@@ -120,7 +120,7 @@ declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitiv
|
|
|
120
120
|
declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
121
121
|
|
|
122
122
|
declare const badgeVariants: (props?: ({
|
|
123
|
-
variant?: "
|
|
123
|
+
variant?: "default" | "destructive" | "success" | "warning" | "info" | "highlight" | "secondary" | "outline" | "success-soft" | "warning-soft" | "destructive-soft" | "info-soft" | "highlight-soft" | "success-outline" | "warning-outline" | "destructive-outline" | "info-outline" | null | undefined;
|
|
124
124
|
rounded?: "default" | "full" | null | undefined;
|
|
125
125
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
126
126
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
@@ -147,8 +147,8 @@ declare function Badge({ className, variant, rounded, ...props }: BadgeProps): R
|
|
|
147
147
|
* consistent across primitives.
|
|
148
148
|
*/
|
|
149
149
|
declare const buttonVariants: (props?: ({
|
|
150
|
-
variant?: "link" | "
|
|
151
|
-
size?: "
|
|
150
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
151
|
+
size?: "default" | "sm" | "md" | "lg" | "icon" | null | undefined;
|
|
152
152
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
153
153
|
interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
154
154
|
asChild?: boolean;
|
|
@@ -328,7 +328,7 @@ declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupP
|
|
|
328
328
|
* </ResizablePanelGroup>
|
|
329
329
|
*/
|
|
330
330
|
declare const ResizablePanelGroup: ({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => React$1.JSX.Element;
|
|
331
|
-
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement |
|
|
331
|
+
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement | HTMLMapElement | HTMLAnchorElement | HTMLButtonElement | HTMLFormElement | HTMLHeadingElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSelectElement | HTMLSpanElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
332
332
|
className?: string | undefined;
|
|
333
333
|
collapsedSize?: number | undefined;
|
|
334
334
|
collapsible?: boolean | undefined;
|
|
@@ -367,7 +367,7 @@ declare const ResizableHandle: ({ withHandle, className, ...props }: React$1.Com
|
|
|
367
367
|
* etc.) and is a separate primitive.
|
|
368
368
|
*/
|
|
369
369
|
declare const rowVariants: (props?: ({
|
|
370
|
-
gap?: "
|
|
370
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
371
371
|
align?: "center" | "end" | "start" | "stretch" | "baseline" | null | undefined;
|
|
372
372
|
justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | null | undefined;
|
|
373
373
|
wrap?: boolean | null | undefined;
|
|
@@ -403,7 +403,7 @@ declare const Row: React$1.ForwardRefExoticComponent<RowProps & React$1.RefAttri
|
|
|
403
403
|
*/
|
|
404
404
|
declare const gridVariants: (props?: ({
|
|
405
405
|
cols?: "1" | "2" | "3" | "4" | "5" | "6" | "12" | null | undefined;
|
|
406
|
-
gap?: "
|
|
406
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
407
407
|
align?: "center" | "end" | "start" | "stretch" | null | undefined;
|
|
408
408
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
409
409
|
interface GridProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridVariants> {
|
|
@@ -437,7 +437,7 @@ declare const Grid: React$1.ForwardRefExoticComponent<GridProps & React$1.RefAtt
|
|
|
437
437
|
*/
|
|
438
438
|
declare const flexVariants: (props?: ({
|
|
439
439
|
direction?: "col" | "row" | "row-reverse" | "col-reverse" | null | undefined;
|
|
440
|
-
gap?: "
|
|
440
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
441
441
|
align?: "center" | "end" | "start" | "stretch" | "baseline" | null | undefined;
|
|
442
442
|
justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | null | undefined;
|
|
443
443
|
wrap?: "wrap" | "nowrap" | "wrap-reverse" | null | undefined;
|
|
@@ -507,7 +507,7 @@ declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.Sli
|
|
|
507
507
|
* for a centred narrow column (auth cards, marketing copy).
|
|
508
508
|
*/
|
|
509
509
|
declare const stackVariants: (props?: ({
|
|
510
|
-
gap?: "
|
|
510
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
511
511
|
align?: "center" | "end" | "start" | "stretch" | null | undefined;
|
|
512
512
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
513
513
|
interface StackProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof stackVariants> {
|
|
@@ -582,10 +582,10 @@ declare const BreadcrumbEllipsis: {
|
|
|
582
582
|
|
|
583
583
|
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
584
584
|
declare const tabsListVariants: (props?: ({
|
|
585
|
-
size?: "
|
|
585
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
586
586
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
587
587
|
declare const tabsTriggerVariants: (props?: ({
|
|
588
|
-
size?: "
|
|
588
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
589
589
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
590
590
|
interface TabsListProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.List>, VariantProps<typeof tabsListVariants> {
|
|
591
591
|
}
|
|
@@ -610,20 +610,20 @@ declare const Textarea: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedH
|
|
|
610
610
|
|
|
611
611
|
declare const toggleVariants: (props?: ({
|
|
612
612
|
variant?: "default" | "outline" | null | undefined;
|
|
613
|
-
size?: "
|
|
613
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
614
614
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
615
615
|
declare const Toggle: React$1.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
616
616
|
variant?: "default" | "outline" | null | undefined;
|
|
617
|
-
size?: "
|
|
617
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
618
618
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
619
619
|
|
|
620
620
|
declare const toggleGroupVariants: (props?: ({
|
|
621
|
-
size?: "
|
|
621
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
622
622
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
623
623
|
type ToggleGroupProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleGroupVariants>;
|
|
624
624
|
declare const ToggleGroup: React$1.ForwardRefExoticComponent<ToggleGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
625
625
|
declare const ToggleGroupItem: React$1.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
626
|
-
size?: "
|
|
626
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
627
627
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
628
628
|
|
|
629
629
|
interface SideMenuItem {
|
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<Accordion
|
|
|
32
32
|
declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
33
33
|
|
|
34
34
|
declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
35
|
-
variant?: "destructive" | "success" | "warning" | "info" | "highlight" |
|
|
35
|
+
variant?: "default" | "destructive" | "success" | "warning" | "info" | "highlight" | null | undefined;
|
|
36
36
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
37
37
|
declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
38
38
|
declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -85,7 +85,7 @@ declare const asideVariants: (props?: ({
|
|
|
85
85
|
sticky?: boolean | null | undefined;
|
|
86
86
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
87
87
|
declare const mainVariants: (props?: ({
|
|
88
|
-
maxWidth?: "
|
|
88
|
+
maxWidth?: "full" | "container" | null | undefined;
|
|
89
89
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
90
90
|
declare const footerVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
91
91
|
interface AppShellProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof shellVariants> {
|
|
@@ -120,7 +120,7 @@ declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitiv
|
|
|
120
120
|
declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
121
121
|
|
|
122
122
|
declare const badgeVariants: (props?: ({
|
|
123
|
-
variant?: "
|
|
123
|
+
variant?: "default" | "destructive" | "success" | "warning" | "info" | "highlight" | "secondary" | "outline" | "success-soft" | "warning-soft" | "destructive-soft" | "info-soft" | "highlight-soft" | "success-outline" | "warning-outline" | "destructive-outline" | "info-outline" | null | undefined;
|
|
124
124
|
rounded?: "default" | "full" | null | undefined;
|
|
125
125
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
126
126
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
@@ -147,8 +147,8 @@ declare function Badge({ className, variant, rounded, ...props }: BadgeProps): R
|
|
|
147
147
|
* consistent across primitives.
|
|
148
148
|
*/
|
|
149
149
|
declare const buttonVariants: (props?: ({
|
|
150
|
-
variant?: "link" | "
|
|
151
|
-
size?: "
|
|
150
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
151
|
+
size?: "default" | "sm" | "md" | "lg" | "icon" | null | undefined;
|
|
152
152
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
153
153
|
interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
154
154
|
asChild?: boolean;
|
|
@@ -328,7 +328,7 @@ declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupP
|
|
|
328
328
|
* </ResizablePanelGroup>
|
|
329
329
|
*/
|
|
330
330
|
declare const ResizablePanelGroup: ({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => React$1.JSX.Element;
|
|
331
|
-
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement |
|
|
331
|
+
declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement | HTMLMapElement | HTMLAnchorElement | HTMLButtonElement | HTMLFormElement | HTMLHeadingElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSelectElement | HTMLSpanElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
332
332
|
className?: string | undefined;
|
|
333
333
|
collapsedSize?: number | undefined;
|
|
334
334
|
collapsible?: boolean | undefined;
|
|
@@ -367,7 +367,7 @@ declare const ResizableHandle: ({ withHandle, className, ...props }: React$1.Com
|
|
|
367
367
|
* etc.) and is a separate primitive.
|
|
368
368
|
*/
|
|
369
369
|
declare const rowVariants: (props?: ({
|
|
370
|
-
gap?: "
|
|
370
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
371
371
|
align?: "center" | "end" | "start" | "stretch" | "baseline" | null | undefined;
|
|
372
372
|
justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | null | undefined;
|
|
373
373
|
wrap?: boolean | null | undefined;
|
|
@@ -403,7 +403,7 @@ declare const Row: React$1.ForwardRefExoticComponent<RowProps & React$1.RefAttri
|
|
|
403
403
|
*/
|
|
404
404
|
declare const gridVariants: (props?: ({
|
|
405
405
|
cols?: "1" | "2" | "3" | "4" | "5" | "6" | "12" | null | undefined;
|
|
406
|
-
gap?: "
|
|
406
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
407
407
|
align?: "center" | "end" | "start" | "stretch" | null | undefined;
|
|
408
408
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
409
409
|
interface GridProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridVariants> {
|
|
@@ -437,7 +437,7 @@ declare const Grid: React$1.ForwardRefExoticComponent<GridProps & React$1.RefAtt
|
|
|
437
437
|
*/
|
|
438
438
|
declare const flexVariants: (props?: ({
|
|
439
439
|
direction?: "col" | "row" | "row-reverse" | "col-reverse" | null | undefined;
|
|
440
|
-
gap?: "
|
|
440
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
441
441
|
align?: "center" | "end" | "start" | "stretch" | "baseline" | null | undefined;
|
|
442
442
|
justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | null | undefined;
|
|
443
443
|
wrap?: "wrap" | "nowrap" | "wrap-reverse" | null | undefined;
|
|
@@ -507,7 +507,7 @@ declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.Sli
|
|
|
507
507
|
* for a centred narrow column (auth cards, marketing copy).
|
|
508
508
|
*/
|
|
509
509
|
declare const stackVariants: (props?: ({
|
|
510
|
-
gap?: "
|
|
510
|
+
gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
511
511
|
align?: "center" | "end" | "start" | "stretch" | null | undefined;
|
|
512
512
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
513
513
|
interface StackProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof stackVariants> {
|
|
@@ -582,10 +582,10 @@ declare const BreadcrumbEllipsis: {
|
|
|
582
582
|
|
|
583
583
|
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
584
584
|
declare const tabsListVariants: (props?: ({
|
|
585
|
-
size?: "
|
|
585
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
586
586
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
587
587
|
declare const tabsTriggerVariants: (props?: ({
|
|
588
|
-
size?: "
|
|
588
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
589
589
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
590
590
|
interface TabsListProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.List>, VariantProps<typeof tabsListVariants> {
|
|
591
591
|
}
|
|
@@ -610,20 +610,20 @@ declare const Textarea: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedH
|
|
|
610
610
|
|
|
611
611
|
declare const toggleVariants: (props?: ({
|
|
612
612
|
variant?: "default" | "outline" | null | undefined;
|
|
613
|
-
size?: "
|
|
613
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
614
614
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
615
615
|
declare const Toggle: React$1.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
616
616
|
variant?: "default" | "outline" | null | undefined;
|
|
617
|
-
size?: "
|
|
617
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
618
618
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
619
619
|
|
|
620
620
|
declare const toggleGroupVariants: (props?: ({
|
|
621
|
-
size?: "
|
|
621
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
622
622
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
623
623
|
type ToggleGroupProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleGroupVariants>;
|
|
624
624
|
declare const ToggleGroup: React$1.ForwardRefExoticComponent<ToggleGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
625
625
|
declare const ToggleGroupItem: React$1.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
626
|
-
size?: "
|
|
626
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
627
627
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
628
628
|
|
|
629
629
|
interface SideMenuItem {
|