pelatform-ui 1.4.2 → 1.5.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/dist/radix.d.ts CHANGED
@@ -1,13 +1,12 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import React__default, { HTMLAttributes, ReactNode, ReactElement, ComponentProps, CSSProperties, RefObject, ButtonHTMLAttributes } from 'react';
4
3
  import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, AspectRatio as AspectRatio$1, Avatar as Avatar$1, Separator as Separator$1, Checkbox as Checkbox$1, Collapsible as Collapsible$1, Dialog as Dialog$1, ContextMenu as ContextMenu$1, ScrollArea as ScrollArea$1, Direction, DropdownMenu as DropdownMenu$1, Label as Label$1, HoverCard as HoverCard$1, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, Popover as Popover$1, Progress as Progress$1, RadioGroup as RadioGroup$1, Select as Select$1, Tooltip as Tooltip$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1 } from 'radix-ui';
5
- import { B as Button } from './button-Bc3N6jWT.js';
6
- export { A as Alert, a as AlertAction, b as AlertDescription, c as AlertTitle, d as buttonVariants } from './button-Bc3N6jWT.js';
4
+ import { B as Button } from './button-BHmUZBYK.js';
5
+ export { A as Alert, a as AlertAction, b as AlertDescription, c as AlertTitle, d as buttonVariants } from './button-BHmUZBYK.js';
7
6
  import * as class_variance_authority_types from 'class-variance-authority/types';
8
7
  import { Autocomplete as Autocomplete$1 } from '@base-ui/react/autocomplete';
9
8
  import { VariantProps } from 'class-variance-authority';
10
- export { B as Badge, a as BadgeProps, b as badgeVariants } from './badge-CnQznr5B.js';
9
+ export { B as Badge, a as BadgeProps, b as badgeVariants } from './badge-BScpb9q4.js';
11
10
  import { DayPicker, DayButton, Locale } from 'react-day-picker';
12
11
  import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
13
12
  import * as RechartsPrimitive from 'recharts';
@@ -25,49 +24,49 @@ import * as ResizablePrimitive from 'react-resizable-panels';
25
24
  import { ToasterProps } from 'sonner';
26
25
  import { ItemInstance } from '@headless-tree/core';
27
26
 
28
- declare function Accordion({ className, ...props }: React.ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime.JSX.Element;
29
- declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime.JSX.Element;
30
- declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime.JSX.Element;
31
- declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Content>): react_jsx_runtime.JSX.Element;
27
+ declare function Accordion({ className, ...props }: React.ComponentProps<typeof Accordion$1.Root>): React.JSX.Element;
28
+ declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof Accordion$1.Item>): React.JSX.Element;
29
+ declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Trigger>): React.JSX.Element;
30
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Content>): React.JSX.Element;
32
31
 
33
- declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialog$1.Root>): react_jsx_runtime.JSX.Element;
34
- declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime.JSX.Element;
35
- declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialog$1.Portal>): react_jsx_runtime.JSX.Element;
36
- declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime.JSX.Element;
32
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialog$1.Root>): React.JSX.Element;
33
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialog$1.Trigger>): React.JSX.Element;
34
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialog$1.Portal>): React.JSX.Element;
35
+ declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Overlay>): React.JSX.Element;
37
36
  declare function AlertDialogContent({ className, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Content> & {
38
37
  size?: "default" | "sm";
39
- }): react_jsx_runtime.JSX.Element;
40
- declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
41
- declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
42
- declare function AlertDialogMedia({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
43
- declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime.JSX.Element;
44
- declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime.JSX.Element;
45
- declare function AlertDialogAction({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Action> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime.JSX.Element;
46
- declare function AlertDialogCancel({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Cancel> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime.JSX.Element;
38
+ }): React.JSX.Element;
39
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
40
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
41
+ declare function AlertDialogMedia({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
42
+ declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Title>): React.JSX.Element;
43
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Description>): React.JSX.Element;
44
+ declare function AlertDialogAction({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Action> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): React.JSX.Element;
45
+ declare function AlertDialogCancel({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Cancel> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): React.JSX.Element;
47
46
 
48
- declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime.JSX.Element;
47
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatio$1.Root>): React.JSX.Element;
49
48
 
50
49
  declare const inputVariants: (props?: ({
51
50
  size?: "default" | "sm" | "lg" | null | undefined;
52
51
  } & class_variance_authority_types.ClassProp) | undefined) => string;
53
52
  declare const Autocomplete: typeof Autocomplete$1.Root;
54
- declare function AutocompleteValue({ ...props }: Autocomplete$1.Value.Props): react_jsx_runtime.JSX.Element;
53
+ declare function AutocompleteValue({ ...props }: Autocomplete$1.Value.Props): React.JSX.Element;
55
54
  declare function AutocompleteInput({ className, size, showClear, showTrigger, ...props }: Omit<Autocomplete$1.Input.Props, "size"> & VariantProps<typeof inputVariants> & {
56
55
  showClear?: boolean;
57
56
  showTrigger?: boolean;
58
- }): react_jsx_runtime.JSX.Element;
59
- declare function AutocompleteStatus({ className, ...props }: Autocomplete$1.Status.Props): react_jsx_runtime.JSX.Element;
60
- declare function AutocompletePortal({ ...props }: Autocomplete$1.Portal.Props): react_jsx_runtime.JSX.Element;
61
- declare function AutocompleteBackdrop({ ...props }: Autocomplete$1.Backdrop.Props): react_jsx_runtime.JSX.Element;
62
- declare function AutocompletePositioner({ className, ...props }: Autocomplete$1.Positioner.Props): react_jsx_runtime.JSX.Element;
57
+ }): React.JSX.Element;
58
+ declare function AutocompleteStatus({ className, ...props }: Autocomplete$1.Status.Props): React.JSX.Element;
59
+ declare function AutocompletePortal({ ...props }: Autocomplete$1.Portal.Props): React.JSX.Element;
60
+ declare function AutocompleteBackdrop({ ...props }: Autocomplete$1.Backdrop.Props): React.JSX.Element;
61
+ declare function AutocompletePositioner({ className, ...props }: Autocomplete$1.Positioner.Props): React.JSX.Element;
63
62
  declare function AutocompleteList({ className, scrollAreaClassName, ...props }: Autocomplete$1.List.Props & {
64
63
  scrollAreaClassName?: string;
65
64
  scrollFade?: boolean;
66
65
  scrollbarGutter?: boolean;
67
- }): react_jsx_runtime.JSX.Element;
68
- declare function AutocompleteCollection({ ...props }: React.ComponentProps<typeof Autocomplete$1.Collection>): react_jsx_runtime.JSX.Element;
69
- declare function AutocompleteRow({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Row>): react_jsx_runtime.JSX.Element;
70
- declare function AutocompleteItem({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Item>): react_jsx_runtime.JSX.Element;
66
+ }): React.JSX.Element;
67
+ declare function AutocompleteCollection({ ...props }: React.ComponentProps<typeof Autocomplete$1.Collection>): React.JSX.Element;
68
+ declare function AutocompleteRow({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Row>): React.JSX.Element;
69
+ declare function AutocompleteItem({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Item>): React.JSX.Element;
71
70
  interface AutocompleteContentProps extends React.ComponentProps<typeof Autocomplete$1.Popup> {
72
71
  align?: Autocomplete$1.Positioner.Props["align"];
73
72
  sideOffset?: Autocomplete$1.Positioner.Props["sideOffset"];
@@ -76,61 +75,61 @@ interface AutocompleteContentProps extends React.ComponentProps<typeof Autocompl
76
75
  anchor?: Autocomplete$1.Positioner.Props["anchor"];
77
76
  showBackdrop?: boolean;
78
77
  }
79
- declare function AutocompleteContent({ className, children, showBackdrop, align, sideOffset, alignOffset, side, anchor, ...props }: AutocompleteContentProps): react_jsx_runtime.JSX.Element;
80
- declare function AutocompleteGroup({ ...props }: React.ComponentProps<typeof Autocomplete$1.Group>): react_jsx_runtime.JSX.Element;
81
- declare function AutocompleteGroupLabel({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.GroupLabel>): react_jsx_runtime.JSX.Element;
82
- declare function AutocompleteEmpty({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Empty>): react_jsx_runtime.JSX.Element;
83
- declare function AutocompleteClear({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Clear>): react_jsx_runtime.JSX.Element;
84
- declare function AutocompleteTrigger({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Trigger>): react_jsx_runtime.JSX.Element;
85
- declare function AutocompleteArrow({ ...props }: React.ComponentProps<typeof Autocomplete$1.Arrow>): react_jsx_runtime.JSX.Element;
86
- declare function AutocompleteSeparator({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Separator>): react_jsx_runtime.JSX.Element;
78
+ declare function AutocompleteContent({ className, children, showBackdrop, align, sideOffset, alignOffset, side, anchor, ...props }: AutocompleteContentProps): React.JSX.Element;
79
+ declare function AutocompleteGroup({ ...props }: React.ComponentProps<typeof Autocomplete$1.Group>): React.JSX.Element;
80
+ declare function AutocompleteGroupLabel({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.GroupLabel>): React.JSX.Element;
81
+ declare function AutocompleteEmpty({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Empty>): React.JSX.Element;
82
+ declare function AutocompleteClear({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Clear>): React.JSX.Element;
83
+ declare function AutocompleteTrigger({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Trigger>): React.JSX.Element;
84
+ declare function AutocompleteArrow({ ...props }: React.ComponentProps<typeof Autocomplete$1.Arrow>): React.JSX.Element;
85
+ declare function AutocompleteSeparator({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Separator>): React.JSX.Element;
87
86
 
88
87
  declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
89
88
  size?: "default" | "sm" | "lg";
90
- }): react_jsx_runtime.JSX.Element;
91
- declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime.JSX.Element;
92
- declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime.JSX.Element;
93
- declare function AvatarBadge({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
94
- declare function AvatarGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
95
- declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
96
-
97
- declare function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
98
- declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
99
- declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
89
+ }): React.JSX.Element;
90
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): React.JSX.Element;
91
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): React.JSX.Element;
92
+ declare function AvatarBadge({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
93
+ declare function AvatarGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
94
+ declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
95
+
96
+ declare function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">): React.JSX.Element;
97
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): React.JSX.Element;
98
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
100
99
  declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & {
101
100
  asChild?: boolean;
102
- }): react_jsx_runtime.JSX.Element;
103
- declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
104
- declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
105
- declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
101
+ }): React.JSX.Element;
102
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
103
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
104
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
106
105
 
107
- declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof Separator$1.Root>): react_jsx_runtime.JSX.Element;
106
+ declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof Separator$1.Root>): React.JSX.Element;
108
107
 
109
108
  declare const buttonGroupVariants: (props?: ({
110
109
  orientation?: "horizontal" | "vertical" | null | undefined;
111
110
  } & class_variance_authority_types.ClassProp) | undefined) => string;
112
- declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime.JSX.Element;
111
+ declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): React.JSX.Element;
113
112
  declare function ButtonGroupText({ className, asChild, ...props }: React.ComponentProps<"div"> & {
114
113
  asChild?: boolean;
115
- }): react_jsx_runtime.JSX.Element;
116
- declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
114
+ }): React.JSX.Element;
115
+ declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): React.JSX.Element;
117
116
 
118
117
  declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, locale, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & {
119
118
  buttonVariant?: React.ComponentProps<typeof Button>["variant"];
120
- }): react_jsx_runtime.JSX.Element;
119
+ }): React.JSX.Element;
121
120
  declare function CalendarDayButton({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & {
122
121
  locale?: Partial<Locale>;
123
- }): react_jsx_runtime.JSX.Element;
122
+ }): React.JSX.Element;
124
123
 
125
124
  declare function Card({ className, size, ...props }: React.ComponentProps<"div"> & {
126
125
  size?: "default" | "sm";
127
- }): react_jsx_runtime.JSX.Element;
128
- declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
129
- declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
130
- declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
131
- declare function CardAction({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
132
- declare function CardContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
133
- declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
126
+ }): React.JSX.Element;
127
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
128
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
129
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
130
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
131
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
132
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
134
133
 
135
134
  type CarouselApi = UseEmblaCarouselType[1];
136
135
  type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
@@ -151,11 +150,11 @@ type CarouselContextProps = {
151
150
  canScrollNext: boolean;
152
151
  } & CarouselProps;
153
152
  declare function useCarousel(): CarouselContextProps;
154
- declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): react_jsx_runtime.JSX.Element;
155
- declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
156
- declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
157
- declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
158
- declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
153
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): React.JSX.Element;
154
+ declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
155
+ declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
156
+ declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
157
+ declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
159
158
 
160
159
  declare const THEMES: {
161
160
  readonly light: "";
@@ -178,11 +177,11 @@ declare function ChartContainer({ id, className, children, config, initialDimens
178
177
  width: number;
179
178
  height: number;
180
179
  };
181
- }): react_jsx_runtime.JSX.Element;
180
+ }): React.JSX.Element;
182
181
  declare const ChartStyle: ({ id, config }: {
183
182
  id: string;
184
183
  config: ChartConfig;
185
- }) => react_jsx_runtime.JSX.Element | null;
184
+ }) => React.JSX.Element | null;
186
185
  declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
187
186
  declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<"div"> & {
188
187
  hideLabel?: boolean;
@@ -190,99 +189,99 @@ declare function ChartTooltipContent({ active, payload, className, indicator, hi
190
189
  indicator?: "line" | "dot" | "dashed";
191
190
  nameKey?: string;
192
191
  labelKey?: string;
193
- } & Omit<RechartsPrimitive.DefaultTooltipContentProps<ValueType, NameType>, "accessibilityLayer">): react_jsx_runtime.JSX.Element | null;
192
+ } & Omit<RechartsPrimitive.DefaultTooltipContentProps<ValueType, NameType>, "accessibilityLayer">): React.JSX.Element | null;
194
193
  declare const ChartLegend: typeof RechartsPrimitive.Legend;
195
194
  declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & {
196
195
  hideIcon?: boolean;
197
196
  nameKey?: string;
198
- } & RechartsPrimitive.DefaultLegendContentProps): react_jsx_runtime.JSX.Element | null;
197
+ } & RechartsPrimitive.DefaultLegendContentProps): React.JSX.Element | null;
199
198
 
200
- declare function Checkbox({ className, ...props }: React.ComponentProps<typeof Checkbox$1.Root>): react_jsx_runtime.JSX.Element;
199
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof Checkbox$1.Root>): React.JSX.Element;
201
200
 
202
- declare function Collapsible({ ...props }: React.ComponentProps<typeof Collapsible$1.Root>): react_jsx_runtime.JSX.Element;
203
- declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
204
- declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): react_jsx_runtime.JSX.Element;
201
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof Collapsible$1.Root>): React.JSX.Element;
202
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): React.JSX.Element;
203
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): React.JSX.Element;
205
204
 
206
205
  declare const Combobox: typeof Combobox$1.Root;
207
- declare function ComboboxValue({ ...props }: Combobox$1.Value.Props): react_jsx_runtime.JSX.Element;
208
- declare function ComboboxTrigger({ className, children, ...props }: Combobox$1.Trigger.Props): react_jsx_runtime.JSX.Element;
206
+ declare function ComboboxValue({ ...props }: Combobox$1.Value.Props): React.JSX.Element;
207
+ declare function ComboboxTrigger({ className, children, ...props }: Combobox$1.Trigger.Props): React.JSX.Element;
209
208
  declare function ComboboxInput({ className, children, disabled, showTrigger, showClear, ...props }: Combobox$1.Input.Props & {
210
209
  showTrigger?: boolean;
211
210
  showClear?: boolean;
212
- }): react_jsx_runtime.JSX.Element;
213
- declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): react_jsx_runtime.JSX.Element;
214
- declare function ComboboxList({ className, ...props }: Combobox$1.List.Props): react_jsx_runtime.JSX.Element;
215
- declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props): react_jsx_runtime.JSX.Element;
216
- declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props): react_jsx_runtime.JSX.Element;
217
- declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props): react_jsx_runtime.JSX.Element;
218
- declare function ComboboxCollection({ ...props }: Combobox$1.Collection.Props): react_jsx_runtime.JSX.Element;
219
- declare function ComboboxEmpty({ className, ...props }: Combobox$1.Empty.Props): react_jsx_runtime.JSX.Element;
220
- declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props): react_jsx_runtime.JSX.Element;
221
- declare function ComboboxChips({ className, ...props }: React.ComponentPropsWithRef<typeof Combobox$1.Chips> & Combobox$1.Chips.Props): react_jsx_runtime.JSX.Element;
211
+ }): React.JSX.Element;
212
+ declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): React.JSX.Element;
213
+ declare function ComboboxList({ className, ...props }: Combobox$1.List.Props): React.JSX.Element;
214
+ declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props): React.JSX.Element;
215
+ declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props): React.JSX.Element;
216
+ declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props): React.JSX.Element;
217
+ declare function ComboboxCollection({ ...props }: Combobox$1.Collection.Props): React.JSX.Element;
218
+ declare function ComboboxEmpty({ className, ...props }: Combobox$1.Empty.Props): React.JSX.Element;
219
+ declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props): React.JSX.Element;
220
+ declare function ComboboxChips({ className, ...props }: React.ComponentPropsWithRef<typeof Combobox$1.Chips> & Combobox$1.Chips.Props): React.JSX.Element;
222
221
  declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox$1.Chip.Props & {
223
222
  showRemove?: boolean;
224
- }): react_jsx_runtime.JSX.Element;
225
- declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props): react_jsx_runtime.JSX.Element;
223
+ }): React.JSX.Element;
224
+ declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props): React.JSX.Element;
226
225
  declare function useComboboxAnchor(): React.RefObject<HTMLDivElement | null>;
227
226
 
228
- declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
229
- declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
230
- declare function DialogPortal({ ...props }: React.ComponentProps<typeof Dialog$1.Portal>): react_jsx_runtime.JSX.Element;
231
- declare function DialogClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime.JSX.Element;
232
- declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof Dialog$1.Overlay>): react_jsx_runtime.JSX.Element;
227
+ declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): React.JSX.Element;
228
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): React.JSX.Element;
229
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof Dialog$1.Portal>): React.JSX.Element;
230
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): React.JSX.Element;
231
+ declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof Dialog$1.Overlay>): React.JSX.Element;
233
232
  declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
234
233
  showCloseButton?: boolean;
235
- }): react_jsx_runtime.JSX.Element;
236
- declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
234
+ }): React.JSX.Element;
235
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
237
236
  declare function DialogFooter({ className, showCloseButton, children, ...props }: React.ComponentProps<"div"> & {
238
237
  showCloseButton?: boolean;
239
- }): react_jsx_runtime.JSX.Element;
240
- declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime.JSX.Element;
241
- declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime.JSX.Element;
238
+ }): React.JSX.Element;
239
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): React.JSX.Element;
240
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): React.JSX.Element;
242
241
 
243
- declare function Command({ className, ...props }: React.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
242
+ declare function Command({ className, ...props }: React.ComponentProps<typeof Command$1>): React.JSX.Element;
244
243
  declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React.ComponentProps<typeof Dialog> & {
245
244
  title?: string;
246
245
  description?: string;
247
246
  className?: string;
248
247
  showCloseButton?: boolean;
249
- }): react_jsx_runtime.JSX.Element;
250
- declare function CommandInput({ className, ...props }: React.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
251
- declare function CommandList({ className, ...props }: React.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
252
- declare function CommandEmpty({ className, ...props }: React.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime.JSX.Element;
253
- declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof Command$1.Group>): react_jsx_runtime.JSX.Element;
254
- declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime.JSX.Element;
255
- declare function CommandItem({ className, children, ...props }: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
256
- declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
257
-
258
- declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenu$1.Root>): react_jsx_runtime.JSX.Element;
259
- declare function ContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
260
- declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.Group>): react_jsx_runtime.JSX.Element;
261
- declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenu$1.Portal>): react_jsx_runtime.JSX.Element;
262
- declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenu$1.Sub>): react_jsx_runtime.JSX.Element;
263
- declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.RadioGroup>): react_jsx_runtime.JSX.Element;
248
+ }): React.JSX.Element;
249
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof Command$1.Input>): React.JSX.Element;
250
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof Command$1.List>): React.JSX.Element;
251
+ declare function CommandEmpty({ className, ...props }: React.ComponentProps<typeof Command$1.Empty>): React.JSX.Element;
252
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof Command$1.Group>): React.JSX.Element;
253
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof Command$1.Separator>): React.JSX.Element;
254
+ declare function CommandItem({ className, children, ...props }: React.ComponentProps<typeof Command$1.Item>): React.JSX.Element;
255
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
256
+
257
+ declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenu$1.Root>): React.JSX.Element;
258
+ declare function ContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Trigger>): React.JSX.Element;
259
+ declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.Group>): React.JSX.Element;
260
+ declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenu$1.Portal>): React.JSX.Element;
261
+ declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenu$1.Sub>): React.JSX.Element;
262
+ declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.RadioGroup>): React.JSX.Element;
264
263
  declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Content> & {
265
264
  side?: "top" | "right" | "bottom" | "left";
266
- }): react_jsx_runtime.JSX.Element;
265
+ }): React.JSX.Element;
267
266
  declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenu$1.Item> & {
268
267
  inset?: boolean;
269
268
  variant?: "default" | "destructive";
270
- }): react_jsx_runtime.JSX.Element;
269
+ }): React.JSX.Element;
271
270
  declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenu$1.SubTrigger> & {
272
271
  inset?: boolean;
273
- }): react_jsx_runtime.JSX.Element;
274
- declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.SubContent>): react_jsx_runtime.JSX.Element;
272
+ }): React.JSX.Element;
273
+ declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.SubContent>): React.JSX.Element;
275
274
  declare function ContextMenuCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.CheckboxItem> & {
276
275
  inset?: boolean;
277
- }): react_jsx_runtime.JSX.Element;
276
+ }): React.JSX.Element;
278
277
  declare function ContextMenuRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.RadioItem> & {
279
278
  inset?: boolean;
280
- }): react_jsx_runtime.JSX.Element;
279
+ }): React.JSX.Element;
281
280
  declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.Label> & {
282
281
  inset?: boolean;
283
- }): react_jsx_runtime.JSX.Element;
284
- declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Separator>): react_jsx_runtime.JSX.Element;
285
- declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
282
+ }): React.JSX.Element;
283
+ declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Separator>): React.JSX.Element;
284
+ declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
286
285
 
287
286
  interface DataGridColumnFilterProps<TData, TValue> {
288
287
  column?: Column<TData, TValue>;
@@ -295,7 +294,7 @@ interface DataGridColumnFilterProps<TData, TValue> {
295
294
  }>;
296
295
  }[];
297
296
  }
298
- declare function DataGridColumnFilter<TData, TValue>({ column, title, options, }: DataGridColumnFilterProps<TData, TValue>): react_jsx_runtime.JSX.Element;
297
+ declare function DataGridColumnFilter<TData, TValue>({ column, title, options, }: DataGridColumnFilterProps<TData, TValue>): React.JSX.Element;
299
298
 
300
299
  interface DataGridColumnHeaderProps<TData, TValue> extends HTMLAttributes<HTMLDivElement> {
301
300
  column: Column<TData, TValue>;
@@ -306,13 +305,13 @@ interface DataGridColumnHeaderProps<TData, TValue> extends HTMLAttributes<HTMLDi
306
305
  filter?: ReactNode;
307
306
  visibility?: boolean;
308
307
  }
309
- declare function DataGridColumnHeaderInner<TData, TValue>({ column, title, icon, className, filter, visibility, }: DataGridColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
308
+ declare function DataGridColumnHeaderInner<TData, TValue>({ column, title, icon, className, filter, visibility, }: DataGridColumnHeaderProps<TData, TValue>): React.JSX.Element;
310
309
  declare const DataGridColumnHeader: typeof DataGridColumnHeaderInner;
311
310
 
312
311
  declare function DataGridColumnVisibility<TData>({ table, trigger, }: {
313
312
  table: Table$1<TData>;
314
313
  trigger: ReactElement<Record<string, unknown>>;
315
- }): react_jsx_runtime.JSX.Element;
314
+ }): React.JSX.Element;
316
315
 
317
316
  interface DataGridPaginationProps {
318
317
  sizes?: number[];
@@ -337,21 +336,21 @@ type DataGridScrollAreaProps = Omit<ComponentProps<typeof ScrollArea$1.Root>, "c
337
336
  children: ReactNode;
338
337
  orientation?: DataGridScrollAreaOrientation;
339
338
  };
340
- declare function DataGridScrollArea({ children, className, orientation, ...props }: DataGridScrollAreaProps): react_jsx_runtime.JSX.Element;
339
+ declare function DataGridScrollArea({ children, className, orientation, ...props }: DataGridScrollAreaProps): React.JSX.Element;
341
340
 
342
341
  declare function DataGridTableDndRowHandle({ className }: {
343
342
  className?: string;
344
- }): react_jsx_runtime.JSX.Element;
343
+ }): React.JSX.Element;
345
344
  declare function DataGridTableDndRows<TData>({ handleDragEnd, dataIds, footerContent, }: {
346
345
  handleDragEnd: (event: DragEndEvent) => void;
347
346
  dataIds: UniqueIdentifier[];
348
347
  footerContent?: ReactNode;
349
- }): react_jsx_runtime.JSX.Element;
348
+ }): React.JSX.Element;
350
349
 
351
350
  declare function DataGridTableDnd<TData>({ handleDragEnd, footerContent, }: {
352
351
  handleDragEnd: (event: DragEndEvent) => void;
353
352
  footerContent?: ReactNode;
354
- }): react_jsx_runtime.JSX.Element;
353
+ }): React.JSX.Element;
355
354
 
356
355
  type DataGridTableVirtualScrollElements = {
357
356
  containerElement: HTMLDivElement | null;
@@ -374,7 +373,7 @@ interface DataGridTableVirtualProps<TData> {
374
373
  fetchMoreOffset?: number;
375
374
  virtualizerOptions?: DataGridTableVirtualizerOptions<TData>;
376
375
  }
377
- declare function DataGridTableVirtual<TData>({ height, estimateSize, overscan, footerContent, renderHeader, onFetchMore, isFetchingMore, hasMore, fetchMoreOffset, virtualizerOptions, }: DataGridTableVirtualProps<TData>): react_jsx_runtime.JSX.Element;
376
+ declare function DataGridTableVirtual<TData>({ height, estimateSize, overscan, footerContent, renderHeader, onFetchMore, isFetchingMore, hasMore, fetchMoreOffset, virtualizerOptions, }: DataGridTableVirtualProps<TData>): React.JSX.Element;
378
377
 
379
378
  type DataGridTablePinnedBoundary = "top" | "bottom";
380
379
  declare function getDataGridTableRowSections<TData>(table: Table$1<TData>, rowsPinnable?: boolean): {
@@ -388,51 +387,51 @@ declare function getDataGridTableResolvedRows<TData>(table: Table$1<TData>, rows
388
387
  }[];
389
388
  declare function DataGridTableBase({ children }: {
390
389
  children: ReactNode;
391
- }): react_jsx_runtime.JSX.Element;
390
+ }): React.JSX.Element;
392
391
  declare function DataGridTableViewport({ children, className, viewportRef, style, }: {
393
392
  children: ReactNode;
394
393
  className?: string;
395
394
  viewportRef?: React.Ref<HTMLDivElement>;
396
395
  style?: CSSProperties;
397
- }): react_jsx_runtime.JSX.Element;
396
+ }): React.JSX.Element;
398
397
  declare function DataGridTableHead({ children }: {
399
398
  children: ReactNode;
400
- }): react_jsx_runtime.JSX.Element;
399
+ }): React.JSX.Element;
401
400
  declare function DataGridTableHeadRow<TData>({ children, headerGroup, }: {
402
401
  children: ReactNode;
403
402
  headerGroup: HeaderGroup<TData>;
404
- }): react_jsx_runtime.JSX.Element;
403
+ }): React.JSX.Element;
405
404
  declare function DataGridTableHeadRowCell<TData>({ children, header, dndRef, dndStyle, }: {
406
405
  children: ReactNode;
407
406
  header: Header<TData, unknown>;
408
407
  dndRef?: React.Ref<HTMLTableCellElement>;
409
408
  dndStyle?: CSSProperties;
410
- }): react_jsx_runtime.JSX.Element;
409
+ }): React.JSX.Element;
411
410
  declare function DataGridTableHeadRowCellResize<TData>({ header }: {
412
411
  header: Header<TData, unknown>;
413
- }): react_jsx_runtime.JSX.Element;
414
- declare function DataGridTableRowSpacer(): react_jsx_runtime.JSX.Element;
412
+ }): React.JSX.Element;
413
+ declare function DataGridTableRowSpacer(): React.JSX.Element;
415
414
  declare function DataGridTableBody({ children }: {
416
415
  children: ReactNode;
417
- }): react_jsx_runtime.JSX.Element;
416
+ }): React.JSX.Element;
418
417
  declare function DataGridTableFoot({ children }: {
419
418
  children: ReactNode;
420
- }): react_jsx_runtime.JSX.Element;
419
+ }): React.JSX.Element;
421
420
  declare function DataGridTableFootRow({ children }: {
422
421
  children: ReactNode;
423
- }): react_jsx_runtime.JSX.Element;
422
+ }): React.JSX.Element;
424
423
  declare function DataGridTableFootRowCell({ children, colSpan, className, }: {
425
424
  children?: ReactNode;
426
425
  colSpan?: number;
427
426
  className?: string;
428
- }): react_jsx_runtime.JSX.Element;
427
+ }): React.JSX.Element;
429
428
  declare function DataGridTableBodyRowSkeleton({ children }: {
430
429
  children: ReactNode;
431
- }): react_jsx_runtime.JSX.Element;
430
+ }): React.JSX.Element;
432
431
  declare function DataGridTableBodyRowSkeletonCell<TData>({ children, column, }: {
433
432
  children: ReactNode;
434
433
  column: Column<TData>;
435
- }): react_jsx_runtime.JSX.Element;
434
+ }): React.JSX.Element;
436
435
  declare function DataGridTableBodyRow<TData>({ children, row, pinnedBoundary, rowRef, dndRef, dndStyle, }: {
437
436
  children: ReactNode;
438
437
  row: Row<TData>;
@@ -440,35 +439,35 @@ declare function DataGridTableBodyRow<TData>({ children, row, pinnedBoundary, ro
440
439
  rowRef?: React.Ref<HTMLTableRowElement>;
441
440
  dndRef?: React.Ref<HTMLTableRowElement>;
442
441
  dndStyle?: CSSProperties;
443
- }): react_jsx_runtime.JSX.Element;
442
+ }): React.JSX.Element;
444
443
  declare function DataGridTableBodyRowExpandded<TData>({ row }: {
445
444
  row: Row<TData>;
446
- }): react_jsx_runtime.JSX.Element;
445
+ }): React.JSX.Element;
447
446
  declare function DataGridTableBodyRowCell<TData>({ children, cell, dndRef, dndStyle, }: {
448
447
  children: ReactNode;
449
448
  cell: Cell<TData, unknown>;
450
449
  dndRef?: React.Ref<HTMLTableCellElement>;
451
450
  dndStyle?: CSSProperties;
452
- }): react_jsx_runtime.JSX.Element;
451
+ }): React.JSX.Element;
453
452
  declare function DataGridTableRenderedRow<TData>({ row, pinnedBoundary, rowRef, }: {
454
453
  row: Row<TData>;
455
454
  pinnedBoundary?: DataGridTablePinnedBoundary;
456
455
  rowRef?: React.Ref<HTMLTableRowElement>;
457
- }): react_jsx_runtime.JSX.Element;
458
- declare function DataGridTableEmpty(): react_jsx_runtime.JSX.Element;
459
- declare function DataGridTableLoader(): react_jsx_runtime.JSX.Element;
456
+ }): React.JSX.Element;
457
+ declare function DataGridTableEmpty(): React.JSX.Element;
458
+ declare function DataGridTableLoader(): React.JSX.Element;
460
459
  declare function DataGridTableRowPin<TData>({ row }: {
461
460
  row: Row<TData>;
462
- }): react_jsx_runtime.JSX.Element;
461
+ }): React.JSX.Element;
463
462
  declare function DataGridTableRowSelect<TData>({ row }: {
464
463
  row: Row<TData>;
465
- }): react_jsx_runtime.JSX.Element;
466
- declare function DataGridTableRowSelectAll(): react_jsx_runtime.JSX.Element;
467
- declare function DataGridTableHeader<TData>(): react_jsx_runtime.JSX.Element;
464
+ }): React.JSX.Element;
465
+ declare function DataGridTableRowSelectAll(): React.JSX.Element;
466
+ declare function DataGridTableHeader<TData>(): React.JSX.Element;
468
467
  declare function DataGridTable<TData>({ footerContent, renderHeader, }: {
469
468
  footerContent?: ReactNode;
470
469
  renderHeader?: boolean;
471
- }): react_jsx_runtime.JSX.Element;
470
+ }): React.JSX.Element;
472
471
 
473
472
  declare module "@tanstack/react-table" {
474
473
  interface ColumnMeta<TData extends RowData, TValue> {
@@ -553,13 +552,13 @@ interface DataGridProps<TData extends object> {
553
552
  declare function useDataGrid(): DataGridContextProps<any>;
554
553
  declare function DataGridProvider<TData extends object>({ children, table, ...props }: DataGridProps<TData> & {
555
554
  table: Table$1<TData>;
556
- }): react_jsx_runtime.JSX.Element;
557
- declare function DataGrid<TData extends object>({ children, table, ...props }: DataGridProps<TData>): react_jsx_runtime.JSX.Element;
555
+ }): React.JSX.Element;
556
+ declare function DataGrid<TData extends object>({ children, table, ...props }: DataGridProps<TData>): React.JSX.Element;
558
557
  declare function DataGridContainer({ children, className, border, }: {
559
558
  children: ReactNode;
560
559
  className?: string;
561
560
  border?: boolean;
562
- }): react_jsx_runtime.JSX.Element;
561
+ }): React.JSX.Element;
563
562
 
564
563
  interface DateSelectorI18nConfig {
565
564
  selectDate: string;
@@ -687,84 +686,84 @@ interface DateSelectorProps {
687
686
  dayDateFormats?: string[];
688
687
  weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
689
688
  }
690
- declare function DateSelector({ value, onChange, allowRange, periodTypes, defaultPeriodType, defaultFilterType, presetMode, showInput, showTwoMonths, label, className, yearRange, baseYear, minYear, maxYear, i18n: i18nOverride, inputHint, dayDateFormat, dayDateFormats, weekStartsOn, }: DateSelectorProps): react_jsx_runtime.JSX.Element;
689
+ declare function DateSelector({ value, onChange, allowRange, periodTypes, defaultPeriodType, defaultFilterType, presetMode, showInput, showTwoMonths, label, className, yearRange, baseYear, minYear, maxYear, i18n: i18nOverride, inputHint, dayDateFormat, dayDateFormats, weekStartsOn, }: DateSelectorProps): React.JSX.Element;
691
690
 
692
691
  declare function DirectionProvider({ dir, direction, children, }: React.ComponentProps<typeof Direction.DirectionProvider> & {
693
692
  direction?: React.ComponentProps<typeof Direction.DirectionProvider>["dir"];
694
- }): react_jsx_runtime.JSX.Element;
693
+ }): React.JSX.Element;
695
694
  declare const useDirection: typeof Direction.useDirection;
696
695
 
697
- declare function Drawer({ ...props }: React.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
698
- declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
699
- declare function DrawerPortal({ ...props }: React.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
700
- declare function DrawerClose({ ...props }: React.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
701
- declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
702
- declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
703
- declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
704
- declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
705
- declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
706
- declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
707
-
708
- declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Root>): react_jsx_runtime.JSX.Element;
709
- declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Portal>): react_jsx_runtime.JSX.Element;
710
- declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
711
- declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Content>): react_jsx_runtime.JSX.Element;
712
- declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Group>): react_jsx_runtime.JSX.Element;
696
+ declare function Drawer({ ...props }: React.ComponentProps<typeof Drawer$1.Root>): React.JSX.Element;
697
+ declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof Drawer$1.Trigger>): React.JSX.Element;
698
+ declare function DrawerPortal({ ...props }: React.ComponentProps<typeof Drawer$1.Portal>): React.JSX.Element;
699
+ declare function DrawerClose({ ...props }: React.ComponentProps<typeof Drawer$1.Close>): React.JSX.Element;
700
+ declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof Drawer$1.Overlay>): React.JSX.Element;
701
+ declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof Drawer$1.Content>): React.JSX.Element;
702
+ declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
703
+ declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
704
+ declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof Drawer$1.Title>): React.JSX.Element;
705
+ declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof Drawer$1.Description>): React.JSX.Element;
706
+
707
+ declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Root>): React.JSX.Element;
708
+ declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Portal>): React.JSX.Element;
709
+ declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Trigger>): React.JSX.Element;
710
+ declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Content>): React.JSX.Element;
711
+ declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Group>): React.JSX.Element;
713
712
  declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenu$1.Item> & {
714
713
  inset?: boolean;
715
714
  variant?: "default" | "destructive";
716
- }): react_jsx_runtime.JSX.Element;
715
+ }): React.JSX.Element;
717
716
  declare function DropdownMenuCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.CheckboxItem> & {
718
717
  inset?: boolean;
719
- }): react_jsx_runtime.JSX.Element;
720
- declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioGroup>): react_jsx_runtime.JSX.Element;
718
+ }): React.JSX.Element;
719
+ declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioGroup>): React.JSX.Element;
721
720
  declare function DropdownMenuRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioItem> & {
722
721
  inset?: boolean;
723
- }): react_jsx_runtime.JSX.Element;
722
+ }): React.JSX.Element;
724
723
  declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Label> & {
725
724
  inset?: boolean;
726
- }): react_jsx_runtime.JSX.Element;
727
- declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.Separator>): react_jsx_runtime.JSX.Element;
728
- declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
729
- declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Sub>): react_jsx_runtime.JSX.Element;
725
+ }): React.JSX.Element;
726
+ declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.Separator>): React.JSX.Element;
727
+ declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
728
+ declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Sub>): React.JSX.Element;
730
729
  declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubTrigger> & {
731
730
  inset?: boolean;
732
- }): react_jsx_runtime.JSX.Element;
733
- declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubContent>): react_jsx_runtime.JSX.Element;
731
+ }): React.JSX.Element;
732
+ declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubContent>): React.JSX.Element;
734
733
 
735
- declare function Empty({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
736
- declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
734
+ declare function Empty({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
735
+ declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
737
736
  declare const emptyMediaVariants: (props?: ({
738
737
  variant?: "default" | "icon" | null | undefined;
739
738
  } & class_variance_authority_types.ClassProp) | undefined) => string;
740
- declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime.JSX.Element;
741
- declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
742
- declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
743
- declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
739
+ declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): React.JSX.Element;
740
+ declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
741
+ declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">): React.JSX.Element;
742
+ declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
744
743
 
745
- declare function Label({ className, ...props }: React.ComponentProps<typeof Label$1.Root>): react_jsx_runtime.JSX.Element;
744
+ declare function Label({ className, ...props }: React.ComponentProps<typeof Label$1.Root>): React.JSX.Element;
746
745
 
747
- declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): react_jsx_runtime.JSX.Element;
746
+ declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): React.JSX.Element;
748
747
  declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
749
748
  variant?: "legend" | "label";
750
- }): react_jsx_runtime.JSX.Element;
751
- declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
749
+ }): React.JSX.Element;
750
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
752
751
  declare const fieldVariants: (props?: ({
753
752
  orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
754
753
  } & class_variance_authority_types.ClassProp) | undefined) => string;
755
- declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime.JSX.Element;
756
- declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
757
- declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): react_jsx_runtime.JSX.Element;
758
- declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
759
- declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
754
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): React.JSX.Element;
755
+ declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
756
+ declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): React.JSX.Element;
757
+ declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
758
+ declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): React.JSX.Element;
760
759
  declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
761
760
  children?: React.ReactNode;
762
- }): react_jsx_runtime.JSX.Element;
761
+ }): React.JSX.Element;
763
762
  declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
764
763
  errors?: Array<{
765
764
  message?: string;
766
765
  } | undefined>;
767
- }): react_jsx_runtime.JSX.Element | null;
766
+ }): React.JSX.Element | null;
768
767
 
769
768
  interface FilterI18nConfig {
770
769
  addFilter: string;
@@ -906,7 +905,7 @@ interface FiltersContentProps<T = unknown> {
906
905
  fields: FilterFieldsConfig<T>;
907
906
  onChange: (filters: Filter<T>[]) => void;
908
907
  }
909
- declare const FiltersContent: <T = unknown>({ filters, fields, onChange, }: FiltersContentProps<T>) => react_jsx_runtime.JSX.Element;
908
+ declare const FiltersContent: <T = unknown>({ filters, fields, onChange, }: FiltersContentProps<T>) => React__default.JSX.Element;
910
909
  interface FiltersProps<T = unknown> {
911
910
  filters: Filter<T>[];
912
911
  fields: FilterFieldsConfig<T>;
@@ -925,7 +924,7 @@ interface FiltersProps<T = unknown> {
925
924
  shortcutKey?: string;
926
925
  shortcutLabel?: string;
927
926
  }
928
- declare function Filters<T = unknown>({ filters, fields, onChange, className, variant, size, radius, i18n, showSearchInput, trigger, allowMultiple, menuPopupClassName, enableShortcut, shortcutKey, shortcutLabel, }: FiltersProps<T>): react_jsx_runtime.JSX.Element;
927
+ declare function Filters<T = unknown>({ filters, fields, onChange, className, variant, size, radius, i18n, showSearchInput, trigger, allowMultiple, menuPopupClassName, enableShortcut, shortcutKey, shortcutLabel, }: FiltersProps<T>): React__default.JSX.Element;
929
928
  declare const createFilter: <T = unknown>(field: string, operator?: string, values?: T[]) => Filter<T>;
930
929
  declare const createFilterGroup: <T = unknown>(id: string, label: string, fields: FilterFieldConfig<T>[], initialFilters?: Filter<T>[]) => FilterGroup<T>;
931
930
 
@@ -947,62 +946,62 @@ declare const frameVariants: (props?: ({
947
946
  stacked?: boolean | null | undefined;
948
947
  dense?: boolean | null | undefined;
949
948
  } & class_variance_authority_types.ClassProp) | undefined) => string;
950
- declare function Frame({ className, variant, spacing, stacked, dense, ...props }: React.ComponentProps<"div"> & VariantProps<typeof frameVariants>): react_jsx_runtime.JSX.Element;
949
+ declare function Frame({ className, variant, spacing, stacked, dense, ...props }: React.ComponentProps<"div"> & VariantProps<typeof frameVariants>): React.JSX.Element;
951
950
  declare function FramePanel({ className, fit, ...props }: React.ComponentProps<"div"> & {
952
951
  fit?: boolean;
953
- }): react_jsx_runtime.JSX.Element;
954
- declare function FrameHeader({ className, ...props }: React.ComponentProps<"header">): react_jsx_runtime.JSX.Element;
955
- declare function FrameTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
956
- declare function FrameDescription({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
957
- declare function FrameFooter({ className, ...props }: React.ComponentProps<"footer">): react_jsx_runtime.JSX.Element;
952
+ }): React.JSX.Element;
953
+ declare function FrameHeader({ className, ...props }: React.ComponentProps<"header">): React.JSX.Element;
954
+ declare function FrameTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
955
+ declare function FrameDescription({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
956
+ declare function FrameFooter({ className, ...props }: React.ComponentProps<"footer">): React.JSX.Element;
958
957
 
959
- declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime.JSX.Element;
960
- declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime.JSX.Element;
961
- declare function HoverCardContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime.JSX.Element;
958
+ declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCard$1.Root>): React.JSX.Element;
959
+ declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCard$1.Trigger>): React.JSX.Element;
960
+ declare function HoverCardContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof HoverCard$1.Content>): React.JSX.Element;
962
961
 
963
- declare function InputGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
962
+ declare function InputGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
964
963
  declare const inputGroupAddonVariants: (props?: ({
965
964
  align?: "inline-end" | "inline-start" | "block-start" | "block-end" | null | undefined;
966
965
  } & class_variance_authority_types.ClassProp) | undefined) => string;
967
- declare function InputGroupAddon({ className, align, ...props }: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime.JSX.Element;
966
+ declare function InputGroupAddon({ className, align, ...props }: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): React.JSX.Element;
968
967
  declare const inputGroupButtonVariants: (props?: ({
969
968
  size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
970
969
  } & class_variance_authority_types.ClassProp) | undefined) => string;
971
- declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
972
- declare function InputGroupText({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
973
- declare function InputGroupInput({ className, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
974
- declare function InputGroupTextarea({ className, ...props }: React.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
970
+ declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): React.JSX.Element;
971
+ declare function InputGroupText({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
972
+ declare function InputGroupInput({ className, ...props }: React.ComponentProps<"input">): React.JSX.Element;
973
+ declare function InputGroupTextarea({ className, ...props }: React.ComponentProps<"textarea">): React.JSX.Element;
975
974
 
976
975
  declare function InputOTP({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & {
977
976
  containerClassName?: string;
978
- }): react_jsx_runtime.JSX.Element;
979
- declare function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
977
+ }): React.JSX.Element;
978
+ declare function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
980
979
  declare function InputOTPSlot({ index, className, ...props }: React.ComponentProps<"div"> & {
981
980
  index: number;
982
- }): react_jsx_runtime.JSX.Element;
983
- declare function InputOTPSeparator({ ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
981
+ }): React.JSX.Element;
982
+ declare function InputOTPSeparator({ ...props }: React.ComponentProps<"div">): React.JSX.Element;
984
983
 
985
- declare function Input({ className, type, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
984
+ declare function Input({ className, type, ...props }: React.ComponentProps<"input">): React.JSX.Element;
986
985
 
987
- declare function ItemGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
988
- declare function ItemSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
986
+ declare function ItemGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
987
+ declare function ItemSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): React.JSX.Element;
989
988
  declare const itemVariants: (props?: ({
990
989
  variant?: "default" | "outline" | "muted" | null | undefined;
991
990
  size?: "default" | "xs" | "sm" | null | undefined;
992
991
  } & class_variance_authority_types.ClassProp) | undefined) => string;
993
992
  declare function Item({ className, variant, size, asChild, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
994
993
  asChild?: boolean;
995
- }): react_jsx_runtime.JSX.Element;
994
+ }): React.JSX.Element;
996
995
  declare const itemMediaVariants: (props?: ({
997
996
  variant?: "image" | "default" | "icon" | null | undefined;
998
997
  } & class_variance_authority_types.ClassProp) | undefined) => string;
999
- declare function ItemMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime.JSX.Element;
1000
- declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1001
- declare function ItemTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1002
- declare function ItemDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
1003
- declare function ItemActions({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1004
- declare function ItemHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1005
- declare function ItemFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
998
+ declare function ItemMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): React.JSX.Element;
999
+ declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1000
+ declare function ItemTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1001
+ declare function ItemDescription({ className, ...props }: React.ComponentProps<"p">): React.JSX.Element;
1002
+ declare function ItemActions({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1003
+ declare function ItemHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1004
+ declare function ItemFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1006
1005
 
1007
1006
  interface KanbanMoveEvent {
1008
1007
  event: DragEndEvent;
@@ -1020,38 +1019,38 @@ interface KanbanRootProps<T> extends HTMLAttributes<HTMLDivElement> {
1020
1019
  asChild?: boolean;
1021
1020
  modifiers?: Modifiers;
1022
1021
  }
1023
- declare function Kanban<T>({ value, onValueChange, getItemValue, children, className, asChild, onMove, modifiers, ...props }: KanbanRootProps<T>): react_jsx_runtime.JSX.Element;
1022
+ declare function Kanban<T>({ value, onValueChange, getItemValue, children, className, asChild, onMove, modifiers, ...props }: KanbanRootProps<T>): React.JSX.Element;
1024
1023
  interface KanbanBoardProps extends HTMLAttributes<HTMLDivElement> {
1025
1024
  asChild?: boolean;
1026
1025
  }
1027
- declare function KanbanBoard({ className, asChild, children, ...props }: KanbanBoardProps): react_jsx_runtime.JSX.Element;
1026
+ declare function KanbanBoard({ className, asChild, children, ...props }: KanbanBoardProps): React.JSX.Element;
1028
1027
  interface KanbanColumnProps extends HTMLAttributes<HTMLDivElement> {
1029
1028
  value: string;
1030
1029
  disabled?: boolean;
1031
1030
  asChild?: boolean;
1032
1031
  }
1033
- declare function KanbanColumn({ value, className, asChild, disabled, children, ...props }: KanbanColumnProps): react_jsx_runtime.JSX.Element;
1032
+ declare function KanbanColumn({ value, className, asChild, disabled, children, ...props }: KanbanColumnProps): React.JSX.Element;
1034
1033
  interface KanbanColumnHandleProps extends HTMLAttributes<HTMLDivElement> {
1035
1034
  cursor?: boolean;
1036
1035
  asChild?: boolean;
1037
1036
  }
1038
- declare function KanbanColumnHandle({ className, asChild, cursor, children, ...props }: KanbanColumnHandleProps): react_jsx_runtime.JSX.Element;
1037
+ declare function KanbanColumnHandle({ className, asChild, cursor, children, ...props }: KanbanColumnHandleProps): React.JSX.Element;
1039
1038
  interface KanbanItemProps extends HTMLAttributes<HTMLDivElement> {
1040
1039
  value: string;
1041
1040
  disabled?: boolean;
1042
1041
  asChild?: boolean;
1043
1042
  }
1044
- declare function KanbanItem({ value, className, asChild, disabled, children, ...props }: KanbanItemProps): react_jsx_runtime.JSX.Element;
1043
+ declare function KanbanItem({ value, className, asChild, disabled, children, ...props }: KanbanItemProps): React.JSX.Element;
1045
1044
  interface KanbanItemHandleProps extends HTMLAttributes<HTMLDivElement> {
1046
1045
  cursor?: boolean;
1047
1046
  asChild?: boolean;
1048
1047
  }
1049
- declare function KanbanItemHandle({ className, asChild, cursor, children, ...props }: KanbanItemHandleProps): react_jsx_runtime.JSX.Element;
1048
+ declare function KanbanItemHandle({ className, asChild, cursor, children, ...props }: KanbanItemHandleProps): React.JSX.Element;
1050
1049
  interface KanbanColumnContentProps extends HTMLAttributes<HTMLDivElement> {
1051
1050
  value: string;
1052
1051
  asChild?: boolean;
1053
1052
  }
1054
- declare function KanbanColumnContent({ value, className, asChild, children, ...props }: KanbanColumnContentProps): react_jsx_runtime.JSX.Element;
1053
+ declare function KanbanColumnContent({ value, className, asChild, children, ...props }: KanbanColumnContentProps): React.JSX.Element;
1055
1054
  interface KanbanOverlayProps extends Omit<React.ComponentProps<typeof DragOverlay>, "children"> {
1056
1055
  children?: ReactNode | ((params: {
1057
1056
  value: UniqueIdentifier;
@@ -1060,92 +1059,92 @@ interface KanbanOverlayProps extends Omit<React.ComponentProps<typeof DragOverla
1060
1059
  }
1061
1060
  declare function KanbanOverlay({ children, className, ...props }: KanbanOverlayProps): React.ReactPortal | null;
1062
1061
 
1063
- declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
1064
- declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1062
+ declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): React.JSX.Element;
1063
+ declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1065
1064
 
1066
1065
  declare function GooglePlayLogo({ className }: {
1067
1066
  className?: string;
1068
- }): react_jsx_runtime.JSX.Element;
1067
+ }): React.JSX.Element;
1069
1068
  declare function MastercardLogo({ className }: {
1070
1069
  className?: string;
1071
- }): react_jsx_runtime.JSX.Element;
1070
+ }): React.JSX.Element;
1072
1071
  declare function PatientoryLogo({ className }: {
1073
1072
  className?: string;
1074
- }): react_jsx_runtime.JSX.Element;
1073
+ }): React.JSX.Element;
1075
1074
  declare function JiraLogo({ className }: {
1076
1075
  className?: string;
1077
- }): react_jsx_runtime.JSX.Element;
1076
+ }): React.JSX.Element;
1078
1077
  declare function ClusterhqLogo({ className }: {
1079
1078
  className?: string;
1080
- }): react_jsx_runtime.JSX.Element;
1079
+ }): React.JSX.Element;
1081
1080
  declare function GoogleWebdevLogo({ className }: {
1082
1081
  className?: string;
1083
- }): react_jsx_runtime.JSX.Element;
1082
+ }): React.JSX.Element;
1084
1083
  declare function InfernoLogo({ className }: {
1085
1084
  className?: string;
1086
- }): react_jsx_runtime.JSX.Element;
1085
+ }): React.JSX.Element;
1087
1086
  declare function BtcchinaLogo({ className }: {
1088
1087
  className?: string;
1089
- }): react_jsx_runtime.JSX.Element;
1088
+ }): React.JSX.Element;
1090
1089
  declare function IdealLogo({ className }: {
1091
1090
  className?: string;
1092
- }): react_jsx_runtime.JSX.Element;
1091
+ }): React.JSX.Element;
1093
1092
  declare function StripeLogo({ className }: {
1094
1093
  className?: string;
1095
- }): react_jsx_runtime.JSX.Element;
1094
+ }): React.JSX.Element;
1096
1095
  declare function PayPalLogo({ className }: {
1097
1096
  className?: string;
1098
- }): react_jsx_runtime.JSX.Element;
1097
+ }): React.JSX.Element;
1099
1098
  declare function ApplePayLogo({ className }: {
1100
1099
  className?: string;
1101
- }): react_jsx_runtime.JSX.Element;
1102
-
1103
- declare function Menubar({ className, ...props }: React.ComponentProps<typeof Menubar$1.Root>): react_jsx_runtime.JSX.Element;
1104
- declare function MenubarMenu({ ...props }: React.ComponentProps<typeof Menubar$1.Menu>): react_jsx_runtime.JSX.Element;
1105
- declare function MenubarGroup({ ...props }: React.ComponentProps<typeof Menubar$1.Group>): react_jsx_runtime.JSX.Element;
1106
- declare function MenubarPortal({ ...props }: React.ComponentProps<typeof Menubar$1.Portal>): react_jsx_runtime.JSX.Element;
1107
- declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof Menubar$1.RadioGroup>): react_jsx_runtime.JSX.Element;
1108
- declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof Menubar$1.Trigger>): react_jsx_runtime.JSX.Element;
1109
- declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof Menubar$1.Content>): react_jsx_runtime.JSX.Element;
1100
+ }): React.JSX.Element;
1101
+
1102
+ declare function Menubar({ className, ...props }: React.ComponentProps<typeof Menubar$1.Root>): React.JSX.Element;
1103
+ declare function MenubarMenu({ ...props }: React.ComponentProps<typeof Menubar$1.Menu>): React.JSX.Element;
1104
+ declare function MenubarGroup({ ...props }: React.ComponentProps<typeof Menubar$1.Group>): React.JSX.Element;
1105
+ declare function MenubarPortal({ ...props }: React.ComponentProps<typeof Menubar$1.Portal>): React.JSX.Element;
1106
+ declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof Menubar$1.RadioGroup>): React.JSX.Element;
1107
+ declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof Menubar$1.Trigger>): React.JSX.Element;
1108
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof Menubar$1.Content>): React.JSX.Element;
1110
1109
  declare function MenubarItem({ className, inset, variant, ...props }: React.ComponentProps<typeof Menubar$1.Item> & {
1111
1110
  inset?: boolean;
1112
1111
  variant?: "default" | "destructive";
1113
- }): react_jsx_runtime.JSX.Element;
1112
+ }): React.JSX.Element;
1114
1113
  declare function MenubarCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof Menubar$1.CheckboxItem> & {
1115
1114
  inset?: boolean;
1116
- }): react_jsx_runtime.JSX.Element;
1115
+ }): React.JSX.Element;
1117
1116
  declare function MenubarRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof Menubar$1.RadioItem> & {
1118
1117
  inset?: boolean;
1119
- }): react_jsx_runtime.JSX.Element;
1118
+ }): React.JSX.Element;
1120
1119
  declare function MenubarLabel({ className, inset, ...props }: React.ComponentProps<typeof Menubar$1.Label> & {
1121
1120
  inset?: boolean;
1122
- }): react_jsx_runtime.JSX.Element;
1123
- declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime.JSX.Element;
1124
- declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
1125
- declare function MenubarSub({ ...props }: React.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime.JSX.Element;
1121
+ }): React.JSX.Element;
1122
+ declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof Menubar$1.Separator>): React.JSX.Element;
1123
+ declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
1124
+ declare function MenubarSub({ ...props }: React.ComponentProps<typeof Menubar$1.Sub>): React.JSX.Element;
1126
1125
  declare function MenubarSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof Menubar$1.SubTrigger> & {
1127
1126
  inset?: boolean;
1128
- }): react_jsx_runtime.JSX.Element;
1129
- declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof Menubar$1.SubContent>): react_jsx_runtime.JSX.Element;
1127
+ }): React.JSX.Element;
1128
+ declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof Menubar$1.SubContent>): React.JSX.Element;
1130
1129
 
1131
1130
  type NativeSelectProps = Omit<React.ComponentProps<"select">, "size"> & {
1132
1131
  size?: "sm" | "default";
1133
1132
  };
1134
- declare function NativeSelect({ className, size, ...props }: NativeSelectProps): react_jsx_runtime.JSX.Element;
1135
- declare function NativeSelectOption({ ...props }: React.ComponentProps<"option">): react_jsx_runtime.JSX.Element;
1136
- declare function NativeSelectOptGroup({ className, ...props }: React.ComponentProps<"optgroup">): react_jsx_runtime.JSX.Element;
1133
+ declare function NativeSelect({ className, size, ...props }: NativeSelectProps): React.JSX.Element;
1134
+ declare function NativeSelectOption({ ...props }: React.ComponentProps<"option">): React.JSX.Element;
1135
+ declare function NativeSelectOptGroup({ className, ...props }: React.ComponentProps<"optgroup">): React.JSX.Element;
1137
1136
 
1138
1137
  declare function NavigationMenu({ className, children, viewport, ...props }: React.ComponentProps<typeof NavigationMenu$1.Root> & {
1139
1138
  viewport?: boolean;
1140
- }): react_jsx_runtime.JSX.Element;
1141
- declare function NavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime.JSX.Element;
1142
- declare function NavigationMenuItem({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime.JSX.Element;
1139
+ }): React.JSX.Element;
1140
+ declare function NavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.List>): React.JSX.Element;
1141
+ declare function NavigationMenuItem({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Item>): React.JSX.Element;
1143
1142
  declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
1144
- declare function NavigationMenuTrigger({ className, children, ...props }: React.ComponentProps<typeof NavigationMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
1145
- declare function NavigationMenuContent({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Content>): react_jsx_runtime.JSX.Element;
1146
- declare function NavigationMenuViewport({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Viewport>): react_jsx_runtime.JSX.Element;
1147
- declare function NavigationMenuLink({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Link>): react_jsx_runtime.JSX.Element;
1148
- declare function NavigationMenuIndicator({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Indicator>): react_jsx_runtime.JSX.Element;
1143
+ declare function NavigationMenuTrigger({ className, children, ...props }: React.ComponentProps<typeof NavigationMenu$1.Trigger>): React.JSX.Element;
1144
+ declare function NavigationMenuContent({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Content>): React.JSX.Element;
1145
+ declare function NavigationMenuViewport({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Viewport>): React.JSX.Element;
1146
+ declare function NavigationMenuLink({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Link>): React.JSX.Element;
1147
+ declare function NavigationMenuIndicator({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Indicator>): React.JSX.Element;
1149
1148
 
1150
1149
  declare const numberFieldGroupVariants: (props?: ({
1151
1150
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -1156,33 +1155,33 @@ declare const numberFieldButtonVariants: (props?: ({
1156
1155
  declare const numberFieldInputVariants: (props?: ({
1157
1156
  size?: "default" | "sm" | "lg" | null | undefined;
1158
1157
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1159
- declare function NumberField({ id, className, size, ...props }: NumberField$1.Root.Props & VariantProps<typeof numberFieldGroupVariants>): react_jsx_runtime.JSX.Element;
1160
- declare function NumberFieldGroup({ className, size: sizeProp, ...props }: NumberField$1.Group.Props & Partial<VariantProps<typeof numberFieldGroupVariants>>): react_jsx_runtime.JSX.Element;
1158
+ declare function NumberField({ id, className, size, ...props }: NumberField$1.Root.Props & VariantProps<typeof numberFieldGroupVariants>): React.JSX.Element;
1159
+ declare function NumberFieldGroup({ className, size: sizeProp, ...props }: NumberField$1.Group.Props & Partial<VariantProps<typeof numberFieldGroupVariants>>): React.JSX.Element;
1161
1160
  declare function NumberFieldDecrement({ className, size: sizeProp, children, ...props }: NumberField$1.Decrement.Props & Partial<VariantProps<typeof numberFieldButtonVariants>> & {
1162
1161
  children?: React.ReactNode;
1163
- }): react_jsx_runtime.JSX.Element;
1162
+ }): React.JSX.Element;
1164
1163
  declare function NumberFieldIncrement({ className, size: sizeProp, children, ...props }: NumberField$1.Increment.Props & Partial<VariantProps<typeof numberFieldButtonVariants>> & {
1165
1164
  children?: ReactNode;
1166
- }): react_jsx_runtime.JSX.Element;
1167
- declare function NumberFieldInput({ className, size: sizeProp, ...props }: NumberField$1.Input.Props & Partial<VariantProps<typeof numberFieldInputVariants>>): react_jsx_runtime.JSX.Element;
1165
+ }): React.JSX.Element;
1166
+ declare function NumberFieldInput({ className, size: sizeProp, ...props }: NumberField$1.Input.Props & Partial<VariantProps<typeof numberFieldInputVariants>>): React.JSX.Element;
1168
1167
  declare function NumberFieldScrubArea({ className, label, ...props }: NumberField$1.ScrubArea.Props & {
1169
1168
  label: string;
1170
- }): react_jsx_runtime.JSX.Element;
1169
+ }): React.JSX.Element;
1171
1170
 
1172
- declare function Pagination({ className, ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
1173
- declare function PaginationContent({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1174
- declare function PaginationItem({ ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1171
+ declare function Pagination({ className, ...props }: React.ComponentProps<"nav">): React.JSX.Element;
1172
+ declare function PaginationContent({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
1173
+ declare function PaginationItem({ ...props }: React.ComponentProps<"li">): React.JSX.Element;
1175
1174
  type PaginationLinkProps = {
1176
1175
  isActive?: boolean;
1177
1176
  } & Pick<React.ComponentProps<typeof Button>, "size"> & React.ComponentProps<"a">;
1178
- declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
1177
+ declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): React.JSX.Element;
1179
1178
  declare function PaginationPrevious({ className, text, ...props }: React.ComponentProps<typeof PaginationLink> & {
1180
1179
  text?: string;
1181
- }): react_jsx_runtime.JSX.Element;
1180
+ }): React.JSX.Element;
1182
1181
  declare function PaginationNext({ className, text, ...props }: React.ComponentProps<typeof PaginationLink> & {
1183
1182
  text?: string;
1184
- }): react_jsx_runtime.JSX.Element;
1185
- declare function PaginationEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
1183
+ }): React.JSX.Element;
1184
+ declare function PaginationEllipsis({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
1186
1185
 
1187
1186
  type PhoneInputSize = "sm" | "default" | "lg";
1188
1187
  type PhoneInputProps = Omit<ComponentProps<"input">, "onChange" | "value" | "ref"> & Omit<BasePhoneInput.Props<typeof BasePhoneInput.default>, "onChange" | "variant" | "popupClassName" | "scrollAreaClassName"> & {
@@ -1191,20 +1190,20 @@ type PhoneInputProps = Omit<ComponentProps<"input">, "onChange" | "value" | "ref
1191
1190
  popupClassName?: string;
1192
1191
  scrollAreaClassName?: string;
1193
1192
  };
1194
- declare function PhoneInput({ className, variant, popupClassName, scrollAreaClassName, onChange, value, ...props }: PhoneInputProps): react_jsx_runtime.JSX.Element;
1193
+ declare function PhoneInput({ className, variant, popupClassName, scrollAreaClassName, onChange, value, ...props }: PhoneInputProps): React.JSX.Element;
1195
1194
 
1196
- declare function Popover({ ...props }: React.ComponentProps<typeof Popover$1.Root>): react_jsx_runtime.JSX.Element;
1197
- declare function PopoverTrigger({ ...props }: React.ComponentProps<typeof Popover$1.Trigger>): react_jsx_runtime.JSX.Element;
1198
- declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof Popover$1.Content>): react_jsx_runtime.JSX.Element;
1199
- declare function PopoverAnchor({ ...props }: React.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime.JSX.Element;
1200
- declare function PopoverHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1201
- declare function PopoverTitle({ className, ...props }: React.ComponentProps<"h2">): react_jsx_runtime.JSX.Element;
1202
- declare function PopoverDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
1195
+ declare function Popover({ ...props }: React.ComponentProps<typeof Popover$1.Root>): React.JSX.Element;
1196
+ declare function PopoverTrigger({ ...props }: React.ComponentProps<typeof Popover$1.Trigger>): React.JSX.Element;
1197
+ declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof Popover$1.Content>): React.JSX.Element;
1198
+ declare function PopoverAnchor({ ...props }: React.ComponentProps<typeof Popover$1.Anchor>): React.JSX.Element;
1199
+ declare function PopoverHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1200
+ declare function PopoverTitle({ className, ...props }: React.ComponentProps<"h2">): React.JSX.Element;
1201
+ declare function PopoverDescription({ className, ...props }: React.ComponentProps<"p">): React.JSX.Element;
1203
1202
 
1204
- declare function Progress({ className, value, ...props }: React.ComponentProps<typeof Progress$1.Root>): react_jsx_runtime.JSX.Element;
1203
+ declare function Progress({ className, value, ...props }: React.ComponentProps<typeof Progress$1.Root>): React.JSX.Element;
1205
1204
 
1206
- declare function RadioGroup({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Root>): react_jsx_runtime.JSX.Element;
1207
- declare function RadioGroupItem({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Item>): react_jsx_runtime.JSX.Element;
1205
+ declare function RadioGroup({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Root>): React.JSX.Element;
1206
+ declare function RadioGroupItem({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Item>): React.JSX.Element;
1208
1207
 
1209
1208
  declare const ratingVariants: (props?: ({
1210
1209
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -1234,16 +1233,16 @@ declare function Rating({ rating, maxRating, size, className, starClassName, sho
1234
1233
  * Callback function called when rating changes
1235
1234
  */
1236
1235
  onRatingChange?: (rating: number) => void;
1237
- }): react_jsx_runtime.JSX.Element;
1236
+ }): React.JSX.Element;
1238
1237
 
1239
- declare function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps): react_jsx_runtime.JSX.Element;
1240
- declare function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps): react_jsx_runtime.JSX.Element;
1238
+ declare function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps): React.JSX.Element;
1239
+ declare function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps): React.JSX.Element;
1241
1240
  declare function ResizableHandle({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & {
1242
1241
  withHandle?: boolean;
1243
- }): react_jsx_runtime.JSX.Element;
1242
+ }): React.JSX.Element;
1244
1243
 
1245
- declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime.JSX.Element;
1246
- declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
1244
+ declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollArea$1.Root>): React.JSX.Element;
1245
+ declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): React.JSX.Element;
1247
1246
 
1248
1247
  type ScrollspyProps = {
1249
1248
  children: ReactNode;
@@ -1256,37 +1255,37 @@ type ScrollspyProps = {
1256
1255
  history?: boolean;
1257
1256
  throttleTime?: number;
1258
1257
  };
1259
- declare function Scrollspy({ children, targetRef, onUpdate, className, offset, smooth, dataAttribute, history, }: ScrollspyProps): react_jsx_runtime.JSX.Element;
1258
+ declare function Scrollspy({ children, targetRef, onUpdate, className, offset, smooth, dataAttribute, history, }: ScrollspyProps): React.JSX.Element;
1260
1259
 
1261
- declare function Select({ ...props }: React.ComponentProps<typeof Select$1.Root>): react_jsx_runtime.JSX.Element;
1262
- declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof Select$1.Group>): react_jsx_runtime.JSX.Element;
1263
- declare function SelectValue({ ...props }: React.ComponentProps<typeof Select$1.Value>): react_jsx_runtime.JSX.Element;
1260
+ declare function Select({ ...props }: React.ComponentProps<typeof Select$1.Root>): React.JSX.Element;
1261
+ declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof Select$1.Group>): React.JSX.Element;
1262
+ declare function SelectValue({ ...props }: React.ComponentProps<typeof Select$1.Value>): React.JSX.Element;
1264
1263
  declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof Select$1.Trigger> & {
1265
1264
  size?: "sm" | "default";
1266
- }): react_jsx_runtime.JSX.Element;
1267
- declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof Select$1.Content>): react_jsx_runtime.JSX.Element;
1268
- declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof Select$1.Label>): react_jsx_runtime.JSX.Element;
1269
- declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof Select$1.Item>): react_jsx_runtime.JSX.Element;
1270
- declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof Select$1.Separator>): react_jsx_runtime.JSX.Element;
1271
- declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollUpButton>): react_jsx_runtime.JSX.Element;
1272
- declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollDownButton>): react_jsx_runtime.JSX.Element;
1273
-
1274
- declare function Sheet({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
1275
- declare function SheetTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
1276
- declare function SheetClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime.JSX.Element;
1265
+ }): React.JSX.Element;
1266
+ declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof Select$1.Content>): React.JSX.Element;
1267
+ declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof Select$1.Label>): React.JSX.Element;
1268
+ declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof Select$1.Item>): React.JSX.Element;
1269
+ declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof Select$1.Separator>): React.JSX.Element;
1270
+ declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollUpButton>): React.JSX.Element;
1271
+ declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollDownButton>): React.JSX.Element;
1272
+
1273
+ declare function Sheet({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): React.JSX.Element;
1274
+ declare function SheetTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): React.JSX.Element;
1275
+ declare function SheetClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): React.JSX.Element;
1277
1276
  declare function SheetContent({ className, children, side, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
1278
1277
  side?: "top" | "right" | "bottom" | "left";
1279
1278
  showCloseButton?: boolean;
1280
- }): react_jsx_runtime.JSX.Element;
1281
- declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1282
- declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1283
- declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime.JSX.Element;
1284
- declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime.JSX.Element;
1279
+ }): React.JSX.Element;
1280
+ declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1281
+ declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1282
+ declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): React.JSX.Element;
1283
+ declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): React.JSX.Element;
1285
1284
 
1286
- declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime.JSX.Element;
1287
- declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Root>): react_jsx_runtime.JSX.Element;
1288
- declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime.JSX.Element;
1289
- declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime.JSX.Element;
1285
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): React.JSX.Element;
1286
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Root>): React.JSX.Element;
1287
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): React.JSX.Element;
1288
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): React.JSX.Element;
1290
1289
 
1291
1290
  type SidebarContextProps = {
1292
1291
  state: "expanded" | "collapsed";
@@ -1302,30 +1301,30 @@ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: se
1302
1301
  defaultOpen?: boolean;
1303
1302
  open?: boolean;
1304
1303
  onOpenChange?: (open: boolean) => void;
1305
- }): react_jsx_runtime.JSX.Element;
1304
+ }): React.JSX.Element;
1306
1305
  declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: React.ComponentProps<"div"> & {
1307
1306
  side?: "left" | "right";
1308
1307
  variant?: "sidebar" | "floating" | "inset";
1309
1308
  collapsible?: "offcanvas" | "icon" | "none";
1310
- }): react_jsx_runtime.JSX.Element;
1311
- declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
1312
- declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
1313
- declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): react_jsx_runtime.JSX.Element;
1314
- declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
1315
- declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1316
- declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1317
- declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
1318
- declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1319
- declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1309
+ }): React.JSX.Element;
1310
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
1311
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): React.JSX.Element;
1312
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): React.JSX.Element;
1313
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): React.JSX.Element;
1314
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1315
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1316
+ declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): React.JSX.Element;
1317
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1318
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1320
1319
  declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
1321
1320
  asChild?: boolean;
1322
- }): react_jsx_runtime.JSX.Element;
1321
+ }): React.JSX.Element;
1323
1322
  declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
1324
1323
  asChild?: boolean;
1325
- }): react_jsx_runtime.JSX.Element;
1326
- declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1327
- declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1328
- declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1324
+ }): React.JSX.Element;
1325
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1326
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
1327
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
1329
1328
  declare const sidebarMenuButtonVariants: (props?: ({
1330
1329
  variant?: "default" | "outline" | null | undefined;
1331
1330
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -1334,28 +1333,30 @@ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip,
1334
1333
  asChild?: boolean;
1335
1334
  isActive?: boolean;
1336
1335
  tooltip?: string | React.ComponentProps<typeof TooltipContent>;
1337
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
1336
+ } & VariantProps<typeof sidebarMenuButtonVariants>): React.JSX.Element;
1338
1337
  declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
1339
1338
  asChild?: boolean;
1340
1339
  showOnHover?: boolean;
1341
- }): react_jsx_runtime.JSX.Element;
1342
- declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1340
+ }): React.JSX.Element;
1341
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1343
1342
  declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
1344
1343
  showIcon?: boolean;
1345
- }): react_jsx_runtime.JSX.Element;
1346
- declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1347
- declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1344
+ }): React.JSX.Element;
1345
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
1346
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
1348
1347
  declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React.ComponentProps<"a"> & {
1349
1348
  asChild?: boolean;
1350
1349
  size?: "sm" | "md";
1351
1350
  isActive?: boolean;
1352
- }): react_jsx_runtime.JSX.Element;
1351
+ }): React.JSX.Element;
1353
1352
 
1354
- declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1353
+ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1355
1354
 
1356
- declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof Slider$1.Root>): react_jsx_runtime.JSX.Element;
1355
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof Slider$1.Root>): React.JSX.Element;
1357
1356
 
1358
- declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
1357
+ declare const Toaster: ({ ...props }: ToasterProps) => React.JSX.Element;
1358
+
1359
+ /** biome-ignore-all lint/suspicious/noExplicitAny: <> */
1359
1360
 
1360
1361
  interface SortableRootProps<T> extends Omit<HTMLAttributes<HTMLDivElement>, "onDragStart" | "onDragEnd"> {
1361
1362
  value: T[];
@@ -1373,18 +1374,18 @@ interface SortableRootProps<T> extends Omit<HTMLAttributes<HTMLDivElement>, "onD
1373
1374
  modifiers?: Modifiers;
1374
1375
  asChild?: boolean;
1375
1376
  }
1376
- declare function Sortable<T>({ value, onValueChange, getItemValue, className, asChild, onMove, strategy, onDragStart, onDragEnd, modifiers, children, ...props }: SortableRootProps<T>): react_jsx_runtime.JSX.Element;
1377
+ declare function Sortable<T>({ value, onValueChange, getItemValue, className, asChild, onMove, strategy, onDragStart, onDragEnd, modifiers, children, ...props }: SortableRootProps<T>): React.JSX.Element;
1377
1378
  interface SortableItemProps extends HTMLAttributes<HTMLDivElement> {
1378
1379
  value: string;
1379
1380
  disabled?: boolean;
1380
1381
  asChild?: boolean;
1381
1382
  }
1382
- declare function SortableItem({ value, className, asChild, disabled, children, ...props }: SortableItemProps): react_jsx_runtime.JSX.Element;
1383
+ declare function SortableItem({ value, className, asChild, disabled, children, ...props }: SortableItemProps): React.JSX.Element;
1383
1384
  interface SortableItemHandleProps extends HTMLAttributes<HTMLDivElement> {
1384
1385
  cursor?: boolean;
1385
1386
  asChild?: boolean;
1386
1387
  }
1387
- declare function SortableItemHandle({ className, asChild, cursor, children, ...props }: SortableItemHandleProps): react_jsx_runtime.JSX.Element;
1388
+ declare function SortableItemHandle({ className, asChild, cursor, children, ...props }: SortableItemHandleProps): React.JSX.Element;
1388
1389
  interface SortableOverlayProps extends Omit<React.ComponentProps<typeof DragOverlay>, "children"> {
1389
1390
  children?: ReactNode | ((params: {
1390
1391
  value: UniqueIdentifier;
@@ -1392,7 +1393,7 @@ interface SortableOverlayProps extends Omit<React.ComponentProps<typeof DragOver
1392
1393
  }
1393
1394
  declare function SortableOverlay({ children, className, ...props }: SortableOverlayProps): React.ReactPortal | null;
1394
1395
 
1395
- declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
1396
+ declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): React.JSX.Element;
1396
1397
 
1397
1398
  type StepperOrientation = "horizontal" | "vertical";
1398
1399
  type StepState = "active" | "completed" | "inactive" | "loading";
@@ -1430,52 +1431,52 @@ interface StepperProps extends HTMLAttributes<HTMLDivElement> {
1430
1431
  orientation?: StepperOrientation;
1431
1432
  indicators?: StepIndicators;
1432
1433
  }
1433
- declare function Stepper({ defaultValue, value, onValueChange, orientation, className, children, indicators, ...props }: StepperProps): react_jsx_runtime.JSX.Element;
1434
+ declare function Stepper({ defaultValue, value, onValueChange, orientation, className, children, indicators, ...props }: StepperProps): React.JSX.Element;
1434
1435
  interface StepperItemProps extends React.HTMLAttributes<HTMLDivElement> {
1435
1436
  step: number;
1436
1437
  completed?: boolean;
1437
1438
  disabled?: boolean;
1438
1439
  loading?: boolean;
1439
1440
  }
1440
- declare function StepperItem({ step, completed, disabled, loading, className, children, ...props }: StepperItemProps): react_jsx_runtime.JSX.Element;
1441
+ declare function StepperItem({ step, completed, disabled, loading, className, children, ...props }: StepperItemProps): React.JSX.Element;
1441
1442
  interface StepperTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
1442
1443
  asChild?: boolean;
1443
1444
  }
1444
- declare function StepperTrigger({ asChild, className, children, tabIndex, ...props }: StepperTriggerProps): react_jsx_runtime.JSX.Element;
1445
- declare function StepperIndicator({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1446
- declare function StepperSeparator({ className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1447
- declare function StepperTitle({ children, className }: React.ComponentProps<"h3">): react_jsx_runtime.JSX.Element;
1448
- declare function StepperDescription({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1449
- declare function StepperNav({ children, className }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
1450
- declare function StepperPanel({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1445
+ declare function StepperTrigger({ asChild, className, children, tabIndex, ...props }: StepperTriggerProps): React.JSX.Element;
1446
+ declare function StepperIndicator({ children, className }: React.ComponentProps<"div">): React.JSX.Element;
1447
+ declare function StepperSeparator({ className }: React.ComponentProps<"div">): React.JSX.Element;
1448
+ declare function StepperTitle({ children, className }: React.ComponentProps<"h3">): React.JSX.Element;
1449
+ declare function StepperDescription({ children, className }: React.ComponentProps<"div">): React.JSX.Element;
1450
+ declare function StepperNav({ children, className }: React.ComponentProps<"nav">): React.JSX.Element;
1451
+ declare function StepperPanel({ children, className }: React.ComponentProps<"div">): React.JSX.Element;
1451
1452
  interface StepperContentProps extends React.ComponentProps<"div"> {
1452
1453
  value: number;
1453
1454
  forceMount?: boolean;
1454
1455
  }
1455
- declare function StepperContent({ value, forceMount, children, className }: StepperContentProps): react_jsx_runtime.JSX.Element | null;
1456
+ declare function StepperContent({ value, forceMount, children, className }: StepperContentProps): React.JSX.Element | null;
1456
1457
 
1457
1458
  declare function Switch({ className, size, ...props }: React.ComponentProps<typeof Switch$1.Root> & {
1458
1459
  size?: "sm" | "default";
1459
- }): react_jsx_runtime.JSX.Element;
1460
-
1461
- declare function Table({ className, ...props }: React.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
1462
- declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
1463
- declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
1464
- declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
1465
- declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): react_jsx_runtime.JSX.Element;
1466
- declare function TableHead({ className, ...props }: React.ComponentProps<"th">): react_jsx_runtime.JSX.Element;
1467
- declare function TableCell({ className, ...props }: React.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
1468
- declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
1469
-
1470
- declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime.JSX.Element;
1460
+ }): React.JSX.Element;
1461
+
1462
+ declare function Table({ className, ...props }: React.ComponentProps<"table">): React.JSX.Element;
1463
+ declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): React.JSX.Element;
1464
+ declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): React.JSX.Element;
1465
+ declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): React.JSX.Element;
1466
+ declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): React.JSX.Element;
1467
+ declare function TableHead({ className, ...props }: React.ComponentProps<"th">): React.JSX.Element;
1468
+ declare function TableCell({ className, ...props }: React.ComponentProps<"td">): React.JSX.Element;
1469
+ declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): React.JSX.Element;
1470
+
1471
+ declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof Tabs$1.Root>): React.JSX.Element;
1471
1472
  declare const tabsListVariants: (props?: ({
1472
1473
  variant?: "line" | "default" | null | undefined;
1473
1474
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1474
- declare function TabsList({ className, variant, ...props }: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): react_jsx_runtime.JSX.Element;
1475
- declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime.JSX.Element;
1476
- declare function TabsContent({ className, ...props }: React.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime.JSX.Element;
1475
+ declare function TabsList({ className, variant, ...props }: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): React.JSX.Element;
1476
+ declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof Tabs$1.Trigger>): React.JSX.Element;
1477
+ declare function TabsContent({ className, ...props }: React.ComponentProps<typeof Tabs$1.Content>): React.JSX.Element;
1477
1478
 
1478
- declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
1479
+ declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): React.JSX.Element;
1479
1480
 
1480
1481
  interface TimelineProps extends HTMLAttributes<HTMLDivElement> {
1481
1482
  defaultValue?: number;
@@ -1483,35 +1484,35 @@ interface TimelineProps extends HTMLAttributes<HTMLDivElement> {
1483
1484
  onValueChange?: (value: number) => void;
1484
1485
  orientation?: "horizontal" | "vertical";
1485
1486
  }
1486
- declare function Timeline({ defaultValue, value, onValueChange, orientation, className, children, ...props }: TimelineProps): react_jsx_runtime.JSX.Element;
1487
- declare function TimelineContent({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1487
+ declare function Timeline({ defaultValue, value, onValueChange, orientation, className, children, ...props }: TimelineProps): React.JSX.Element;
1488
+ declare function TimelineContent({ className, ...props }: HTMLAttributes<HTMLDivElement>): React.JSX.Element;
1488
1489
  interface TimelineDateProps extends HTMLAttributes<HTMLTimeElement> {
1489
1490
  asChild?: boolean;
1490
1491
  }
1491
- declare function TimelineDate({ asChild, className, ...props }: TimelineDateProps): react_jsx_runtime.JSX.Element;
1492
- declare function TimelineHeader({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1492
+ declare function TimelineDate({ asChild, className, ...props }: TimelineDateProps): React.JSX.Element;
1493
+ declare function TimelineHeader({ className, ...props }: HTMLAttributes<HTMLDivElement>): React.JSX.Element;
1493
1494
  interface TimelineIndicatorProps extends HTMLAttributes<HTMLDivElement> {
1494
1495
  asChild?: boolean;
1495
1496
  }
1496
- declare function TimelineIndicator({ asChild, className, children, ...props }: TimelineIndicatorProps): react_jsx_runtime.JSX.Element;
1497
+ declare function TimelineIndicator({ asChild, className, children, ...props }: TimelineIndicatorProps): React.JSX.Element;
1497
1498
  interface TimelineItemProps extends HTMLAttributes<HTMLDivElement> {
1498
1499
  step: number;
1499
1500
  }
1500
- declare function TimelineItem({ step, className, ...props }: TimelineItemProps): react_jsx_runtime.JSX.Element;
1501
- declare function TimelineSeparator({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1502
- declare function TimelineTitle({ className, ...props }: HTMLAttributes<HTMLHeadingElement>): react_jsx_runtime.JSX.Element;
1501
+ declare function TimelineItem({ step, className, ...props }: TimelineItemProps): React.JSX.Element;
1502
+ declare function TimelineSeparator({ className, ...props }: HTMLAttributes<HTMLDivElement>): React.JSX.Element;
1503
+ declare function TimelineTitle({ className, ...props }: HTMLAttributes<HTMLHeadingElement>): React.JSX.Element;
1503
1504
 
1504
1505
  declare const toggleVariants: (props?: ({
1505
1506
  variant?: "default" | "outline" | null | undefined;
1506
1507
  size?: "default" | "sm" | "lg" | null | undefined;
1507
1508
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1508
- declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
1509
+ declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): React.JSX.Element;
1509
1510
 
1510
1511
  declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: React.ComponentProps<typeof ToggleGroup$1.Root> & VariantProps<typeof toggleVariants> & {
1511
1512
  spacing?: number;
1512
1513
  orientation?: "horizontal" | "vertical";
1513
- }): react_jsx_runtime.JSX.Element;
1514
- declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroup$1.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
1514
+ }): React.JSX.Element;
1515
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroup$1.Item> & VariantProps<typeof toggleVariants>): React.JSX.Element;
1515
1516
 
1516
1517
  type ToggleIconType = "chevron" | "plus-minus";
1517
1518
  interface TreeProps extends HTMLAttributes<HTMLDivElement> {
@@ -1520,18 +1521,18 @@ interface TreeProps extends HTMLAttributes<HTMLDivElement> {
1520
1521
  toggleIconType?: ToggleIconType;
1521
1522
  asChild?: boolean;
1522
1523
  }
1523
- declare function Tree({ indent, tree, className, toggleIconType, asChild, ...props }: TreeProps): react_jsx_runtime.JSX.Element;
1524
+ declare function Tree({ indent, tree, className, toggleIconType, asChild, ...props }: TreeProps): React.JSX.Element;
1524
1525
  interface TreeItemProps<T = any> extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, "indent"> {
1525
1526
  item: ItemInstance<T>;
1526
1527
  indent?: number;
1527
1528
  asChild?: boolean;
1528
1529
  }
1529
- declare function TreeItem<T = any>({ item, className, asChild, children, ...props }: TreeItemProps<T>): react_jsx_runtime.JSX.Element;
1530
+ declare function TreeItem<T = any>({ item, className, asChild, children, ...props }: TreeItemProps<T>): React.JSX.Element;
1530
1531
  interface TreeItemLabelProps<T = any> extends HTMLAttributes<HTMLSpanElement> {
1531
1532
  item?: ItemInstance<T>;
1532
1533
  asChild?: boolean;
1533
1534
  }
1534
- declare function TreeItemLabel<T = any>({ item: propItem, children, className, asChild, ...props }: TreeItemLabelProps<T>): react_jsx_runtime.JSX.Element | null;
1535
- declare function TreeDragLine({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element | null;
1535
+ declare function TreeItemLabel<T = any>({ item: propItem, children, className, asChild, ...props }: TreeItemLabelProps<T>): React.JSX.Element | null;
1536
+ declare function TreeDragLine({ className, ...props }: HTMLAttributes<HTMLDivElement>): React.JSX.Element | null;
1536
1537
 
1537
1538
  export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, ApplePayLogo, AspectRatio, Autocomplete, AutocompleteArrow, AutocompleteBackdrop, AutocompleteClear, AutocompleteCollection, AutocompleteContent, type AutocompleteContentProps, AutocompleteEmpty, AutocompleteGroup, AutocompleteGroupLabel, AutocompleteInput, AutocompleteItem, AutocompleteList, AutocompletePortal, AutocompletePositioner, AutocompleteRow, AutocompleteSeparator, AutocompleteStatus, AutocompleteTrigger, AutocompleteValue, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BtcchinaLogo, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, ClusterhqLogo, Collapsible, CollapsibleContent, CollapsibleTrigger, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, type CustomRendererProps, DEFAULT_DATE_SELECTOR_I18N, DEFAULT_I18N, DEFAULT_OPERATORS, DataGrid, type DataGridApiFetchParams, type DataGridApiResponse, DataGridColumnFilter, type DataGridColumnFilterProps, DataGridColumnHeader, type DataGridColumnHeaderProps, DataGridColumnVisibility, DataGridContainer, type DataGridContextProps, DataGridPagination, type DataGridPaginationProps, type DataGridProps, DataGridProvider, type DataGridRequestParams, DataGridScrollArea, type DataGridScrollAreaOrientation, type DataGridScrollAreaProps, DataGridTable, DataGridTableBase, DataGridTableBody, DataGridTableBodyRow, DataGridTableBodyRowCell, DataGridTableBodyRowExpandded, DataGridTableBodyRowSkeleton, DataGridTableBodyRowSkeletonCell, DataGridTableDnd, DataGridTableDndRowHandle, DataGridTableDndRows, DataGridTableEmpty, DataGridTableFoot, DataGridTableFootRow, DataGridTableFootRowCell, DataGridTableHead, DataGridTableHeadRow, DataGridTableHeadRowCell, DataGridTableHeadRowCellResize, DataGridTableHeader, DataGridTableLoader, type DataGridTablePinnedBoundary, DataGridTableRenderedRow, DataGridTableRowPin, DataGridTableRowSelect, DataGridTableRowSelectAll, DataGridTableRowSpacer, DataGridTableViewport, DataGridTableVirtual, type DataGridTableVirtualProps, type DataGridTableVirtualScrollElements, type DataGridTableVirtualizerOptions, DateSelector, type DateSelectorContextValue, type DateSelectorFilterType, type DateSelectorI18nConfig, type DateSelectorPeriodType, type DateSelectorProps, type DateSelectorValue, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DirectionProvider, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, type Filter, type FilterFieldConfig, type FilterFieldGroup, type FilterFieldsConfig, type FilterGroup, type FilterI18nConfig, type FilterOperator, type FilterOption, Filters, FiltersContent, Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle, GooglePlayLogo, GoogleWebdevLogo, HoverCard, HoverCardContent, HoverCardTrigger, IdealLogo, InfernoLogo, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, JiraLogo, Kanban, KanbanBoard, type KanbanBoardProps, KanbanColumn, KanbanColumnContent, type KanbanColumnContentProps, KanbanColumnHandle, type KanbanColumnHandleProps, type KanbanColumnProps, KanbanItem, KanbanItemHandle, type KanbanItemHandleProps, type KanbanItemProps, type KanbanMoveEvent, KanbanOverlay, type KanbanOverlayProps, type KanbanRootProps, Kbd, KbdGroup, Label, MastercardLogo, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NativeSelect, NativeSelectOptGroup, NativeSelectOption, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberField, NumberFieldDecrement, NumberFieldGroup, NumberFieldIncrement, NumberFieldInput, NumberFieldScrubArea, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PatientoryLogo, PayPalLogo, PhoneInput, Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, Rating, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Scrollspy, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Sortable, SortableItem, SortableItemHandle, type SortableItemHandleProps, type SortableItemProps, SortableOverlay, type SortableOverlayProps, type SortableRootProps, Spinner, Stepper, StepperContent, type StepperContentProps, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperNav, StepperPanel, type StepperProps, StepperSeparator, StepperTitle, StepperTrigger, type StepperTriggerProps, StripeLogo, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Timeline, TimelineContent, TimelineDate, TimelineHeader, TimelineIndicator, TimelineItem, TimelineSeparator, TimelineTitle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Tree, TreeDragLine, TreeItem, TreeItemLabel, buttonGroupVariants, createFilter, createFilterGroup, formatDateValue, frameVariants, getColumnHeaderLabel, getDataGridTableResolvedRows, getDataGridTableRowSections, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, useCarousel, useComboboxAnchor, useDataGrid, useDateSelector, useDateSelectorContext, useDirection, useSidebar, useStepItem, useStepper };