@px-ui/core 1.29.7 → 2.0.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/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import React$1 from "react";
4
4
  import { Dialog } from "@base-ui-components/react";
5
5
  import { ArgumentArray } from "classnames";
6
6
  import { VariantProps } from "class-variance-authority";
7
- import * as react_jsx_runtime28 from "react/jsx-runtime";
7
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
8
8
  import { Popover } from "@base-ui-components/react/popover";
9
9
  import { Combobox } from "@base-ui-components/react/combobox";
10
10
  import * as _tanstack_react_query0 from "@tanstack/react-query";
@@ -31,70 +31,70 @@ declare namespace dialog_d_exports {
31
31
  }
32
32
  declare function Root$9({
33
33
  ...props
34
- }: React$2.ComponentProps<typeof Dialog.Root>): react_jsx_runtime28.JSX.Element;
34
+ }: React$2.ComponentProps<typeof Dialog.Root>): react_jsx_runtime0.JSX.Element;
35
35
  declare function Portal({
36
36
  ...props
37
- }: React$2.ComponentProps<typeof Dialog.Portal>): react_jsx_runtime28.JSX.Element;
37
+ }: React$2.ComponentProps<typeof Dialog.Portal>): react_jsx_runtime0.JSX.Element;
38
38
  declare function Trigger$6({
39
39
  ...props
40
- }: React$2.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime28.JSX.Element;
40
+ }: React$2.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime0.JSX.Element;
41
41
  declare function Close$1({
42
42
  ...props
43
- }: React$2.ComponentProps<typeof Dialog.Close>): react_jsx_runtime28.JSX.Element;
43
+ }: React$2.ComponentProps<typeof Dialog.Close>): react_jsx_runtime0.JSX.Element;
44
44
  declare function Overlay({
45
45
  className,
46
46
  ...props
47
- }: React$2.ComponentProps<typeof Dialog.Backdrop>): react_jsx_runtime28.JSX.Element;
47
+ }: React$2.ComponentProps<typeof Dialog.Backdrop>): react_jsx_runtime0.JSX.Element;
48
48
  declare function Content$6({
49
49
  className,
50
50
  children,
51
51
  ...props
52
- }: React$2.ComponentProps<typeof Dialog.Popup>): react_jsx_runtime28.JSX.Element;
52
+ }: React$2.ComponentProps<typeof Dialog.Popup>): react_jsx_runtime0.JSX.Element;
53
53
  declare function Header$3({
54
54
  className,
55
55
  ...props
56
- }: React$2.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
56
+ }: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
57
57
  declare function HeaderContent({
58
58
  className,
59
59
  children,
60
60
  ...props
61
- }: React$2.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
61
+ }: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
62
62
  declare function HeaderIcon({
63
63
  className,
64
64
  children,
65
65
  ...props
66
- }: React$2.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
66
+ }: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
67
67
  declare function Footer$1({
68
68
  className,
69
69
  ...props
70
- }: React$2.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
70
+ }: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
71
71
  declare function Title$3({
72
72
  className,
73
73
  ...props
74
- }: React$2.ComponentProps<typeof Dialog.Title>): react_jsx_runtime28.JSX.Element;
74
+ }: React$2.ComponentProps<typeof Dialog.Title>): react_jsx_runtime0.JSX.Element;
75
75
  declare function Description$3({
76
76
  className,
77
77
  ...props
78
- }: React$2.ComponentProps<typeof Dialog.Description>): react_jsx_runtime28.JSX.Element;
78
+ }: React$2.ComponentProps<typeof Dialog.Description>): react_jsx_runtime0.JSX.Element;
79
79
  declare namespace popover_d_exports {
80
80
  export { Close, CloseIconButton, Content$5 as Content, Description$2 as Description, Footer, Header$2 as Header, Root$8 as Root, Title$2 as Title, Trigger$5 as Trigger };
81
81
  }
82
- declare function Root$8(props: React.ComponentProps<typeof Popover.Root>): react_jsx_runtime28.JSX.Element;
83
- declare function Trigger$5(props: React.ComponentProps<typeof Popover.Trigger>): react_jsx_runtime28.JSX.Element;
84
- declare function Close(props: React.ComponentProps<typeof Popover.Close>): react_jsx_runtime28.JSX.Element;
85
- declare function Positioner(props: React.ComponentProps<typeof Popover.Positioner>): react_jsx_runtime28.JSX.Element;
82
+ declare function Root$8(props: React.ComponentProps<typeof Popover.Root>): react_jsx_runtime0.JSX.Element;
83
+ declare function Trigger$5(props: React.ComponentProps<typeof Popover.Trigger>): react_jsx_runtime0.JSX.Element;
84
+ declare function Close(props: React.ComponentProps<typeof Popover.Close>): react_jsx_runtime0.JSX.Element;
85
+ declare function Positioner(props: React.ComponentProps<typeof Popover.Positioner>): react_jsx_runtime0.JSX.Element;
86
86
  declare function Header$2({
87
87
  className,
88
88
  ...props
89
- }: React.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
89
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
90
90
  declare function Title$2({
91
91
  className,
92
92
  ...props
93
- }: React.ComponentProps<typeof Popover.Title>): react_jsx_runtime28.JSX.Element;
93
+ }: React.ComponentProps<typeof Popover.Title>): react_jsx_runtime0.JSX.Element;
94
94
  declare function Description$2({
95
95
  className,
96
96
  ...props
97
- }: React.ComponentProps<typeof Popover.Description>): react_jsx_runtime28.JSX.Element;
97
+ }: React.ComponentProps<typeof Popover.Description>): react_jsx_runtime0.JSX.Element;
98
98
  declare function Content$5({
99
99
  children,
100
100
  className,
@@ -109,15 +109,15 @@ declare function Content$5({
109
109
  children: React.ReactNode;
110
110
  arrow?: boolean;
111
111
  className?: string;
112
- }): react_jsx_runtime28.JSX.Element;
112
+ }): react_jsx_runtime0.JSX.Element;
113
113
  declare function CloseIconButton({
114
114
  className,
115
115
  ...props
116
- }: React.ComponentProps<"button">): react_jsx_runtime28.JSX.Element;
116
+ }: React.ComponentProps<"button">): react_jsx_runtime0.JSX.Element;
117
117
  declare function Footer({
118
118
  className,
119
119
  ...props
120
- }: React.ComponentProps<"div">): react_jsx_runtime28.JSX.Element;
120
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
121
121
  //#endregion
122
122
  //#region src/tw-styles/dropdown.d.ts
123
123
  declare const triggerVariants: (props?: ({
@@ -136,7 +136,7 @@ declare function Button({
136
136
  variant,
137
137
  size,
138
138
  ...props
139
- }: ButtonProps): react_jsx_runtime28.JSX.Element;
139
+ }: ButtonProps): react_jsx_runtime0.JSX.Element;
140
140
  declare namespace input_group_d_exports {
141
141
  export { Addon, Button$1 as Button, Input$1 as Input, Root$7 as Root, Text };
142
142
  }
@@ -152,7 +152,7 @@ declare function Root$7({
152
152
  ...props
153
153
  }: React$2.ComponentProps<"div"> & VariantProps<typeof inputGroupVariants> & {
154
154
  disabled?: boolean;
155
- }): react_jsx_runtime28.JSX.Element;
155
+ }): react_jsx_runtime0.JSX.Element;
156
156
  declare const inputGroupAddonVariants: (props?: ({
157
157
  align?: "inline-start" | "inline-end" | null | undefined;
158
158
  } & class_variance_authority_types10.ClassProp) | undefined) => string;
@@ -161,7 +161,7 @@ declare function Addon({
161
161
  className,
162
162
  align,
163
163
  ...props
164
- }: AddonProps): react_jsx_runtime28.JSX.Element;
164
+ }: AddonProps): react_jsx_runtime0.JSX.Element;
165
165
  declare const inputGroupButtonVariants: (props?: ({
166
166
  size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
167
167
  } & class_variance_authority_types10.ClassProp) | undefined) => string;
@@ -171,18 +171,18 @@ declare function Button$1({
171
171
  variant,
172
172
  size,
173
173
  ...props
174
- }: Omit<React$2.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime28.JSX.Element;
174
+ }: Omit<React$2.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime0.JSX.Element;
175
175
  declare function Text({
176
176
  className,
177
177
  ...props
178
- }: React$2.ComponentProps<"span">): react_jsx_runtime28.JSX.Element;
178
+ }: React$2.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
179
179
  declare function Input$1({
180
180
  className,
181
181
  invalid,
182
182
  ...props
183
183
  }: React$2.ComponentProps<"input"> & {
184
184
  invalid?: boolean;
185
- }): react_jsx_runtime28.JSX.Element;
185
+ }): react_jsx_runtime0.JSX.Element;
186
186
  //#endregion
187
187
  //#region src/hooks/use-async-options.d.ts
188
188
  type LoadOptionsData<TData$1> = {
@@ -262,7 +262,7 @@ declare function Root$6<ItemValue, SelectedValue$1 = ItemValue, Multiple extends
262
262
  ...props
263
263
  }: React$2.ComponentProps<typeof Combobox.Root<ItemValue, SelectedValue$1, Multiple>> & Pick<ComboboxContextValues, "isLoading" | "isLoadingMore" | "isError" | "onLoadMore" | "hasMore" | "invalid"> & {
264
264
  loadOptions?: LoadOptionsConfig<ItemValue>;
265
- }): react_jsx_runtime28.JSX.Element;
265
+ }): react_jsx_runtime0.JSX.Element;
266
266
  declare function Content$4({
267
267
  empty,
268
268
  portalProps,
@@ -276,26 +276,26 @@ declare function Content$4({
276
276
  positionerProps?: React$2.ComponentProps<typeof Combobox.Positioner>;
277
277
  popupProps?: React$2.ComponentProps<typeof Combobox.Popup>;
278
278
  widthVariant?: "trigger" | "fit" | "enforced";
279
- }>): react_jsx_runtime28.JSX.Element;
279
+ }>): react_jsx_runtime0.JSX.Element;
280
280
  declare function Item$6({
281
281
  className,
282
282
  ...props
283
- }: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime28.JSX.Element;
283
+ }: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime0.JSX.Element;
284
284
  declare function MultiItem$1({
285
285
  className,
286
286
  ...props
287
- }: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime28.JSX.Element;
287
+ }: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime0.JSX.Element;
288
288
  declare function LoadingIndicator(props: {
289
289
  className?: string;
290
- }): react_jsx_runtime28.JSX.Element;
290
+ }): react_jsx_runtime0.JSX.Element;
291
291
  declare function SearchableTrigger(props: {
292
292
  placeholder?: string;
293
293
  size?: React$2.ComponentProps<typeof Root$7>["size"];
294
294
  widthVariant?: React$2.ComponentProps<typeof Root$7>["widthVariant"];
295
295
  className?: string;
296
296
  addons?: React$2.ReactNode;
297
- }): react_jsx_runtime28.JSX.Element;
298
- declare function SearchableTriggerDropdownAddon(): react_jsx_runtime28.JSX.Element;
297
+ }): react_jsx_runtime0.JSX.Element;
298
+ declare function SearchableTriggerDropdownAddon(): react_jsx_runtime0.JSX.Element;
299
299
  interface TriggerProps$1 extends Combobox.Trigger.Props, VariantProps<typeof triggerVariants> {}
300
300
  declare function Trigger$4({
301
301
  size,
@@ -303,7 +303,7 @@ declare function Trigger$4({
303
303
  children,
304
304
  className,
305
305
  ...props
306
- }: TriggerProps$1): react_jsx_runtime28.JSX.Element;
306
+ }: TriggerProps$1): react_jsx_runtime0.JSX.Element;
307
307
  /**
308
308
  * Renders the value, if `value` is a string or an object with `label` property in it,
309
309
  * then renders that value else you should provide a render function to render your custom value
@@ -317,7 +317,7 @@ declare function Value$2({
317
317
  placeholder?: string;
318
318
  children: React$2.ReactNode | ((selectedValue: any) => React$2.ReactNode);
319
319
  className?: string;
320
- }): react_jsx_runtime28.JSX.Element;
320
+ }): react_jsx_runtime0.JSX.Element;
321
321
  declare const chipsTriggerVariants: (props?: ({
322
322
  size?: "default" | "sm" | null | undefined;
323
323
  widthVariant?: "enforced" | "full" | null | undefined;
@@ -330,14 +330,14 @@ declare function ChipsTrigger({
330
330
  children: React$2.ReactNode | ((selectedValue: any) => React$2.ReactNode);
331
331
  placeholder?: string;
332
332
  className?: string;
333
- } & VariantProps<typeof chipsTriggerVariants>): react_jsx_runtime28.JSX.Element;
333
+ } & VariantProps<typeof chipsTriggerVariants>): react_jsx_runtime0.JSX.Element;
334
334
  declare function Chip(props: React$2.ComponentProps<typeof Combobox.Chip> & {
335
335
  key: React$2.Key;
336
- }): react_jsx_runtime28.JSX.Element;
336
+ }): react_jsx_runtime0.JSX.Element;
337
337
  declare function Search({
338
338
  placeholder,
339
339
  ...props
340
- }: React$2.ComponentProps<typeof Combobox.Input>): react_jsx_runtime28.JSX.Element;
340
+ }: React$2.ComponentProps<typeof Combobox.Input>): react_jsx_runtime0.JSX.Element;
341
341
  declare function useComboboxContext(): ComboboxContextValues;
342
342
  declare const BaseCombobox: typeof Combobox;
343
343
  declare namespace select_d_exports {
@@ -349,7 +349,7 @@ declare function Root$5<Value$3 = any, Multiple extends boolean | undefined = fa
349
349
  ...props
350
350
  }: React$2.ComponentPropsWithoutRef<typeof Select.Root<Value$3, Multiple>> & {
351
351
  invalid?: boolean;
352
- }): react_jsx_runtime28.JSX.Element;
352
+ }): react_jsx_runtime0.JSX.Element;
353
353
  declare function Content$3({
354
354
  portalProps,
355
355
  positionerProps,
@@ -361,29 +361,29 @@ declare function Content$3({
361
361
  positionerProps?: React$2.ComponentProps<typeof Select.Positioner>;
362
362
  popupProps?: React$2.ComponentProps<typeof Select.Popup>;
363
363
  widthVariant?: "trigger" | "fit" | "enforced";
364
- }>): react_jsx_runtime28.JSX.Element;
364
+ }>): react_jsx_runtime0.JSX.Element;
365
365
  declare const List$1: React$2.ForwardRefExoticComponent<Select.List.Props & React$2.RefAttributes<HTMLDivElement>>;
366
366
  declare function Item$5({
367
367
  className,
368
368
  ...props
369
- }: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime28.JSX.Element;
369
+ }: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime0.JSX.Element;
370
370
  declare function MultiItem({
371
371
  className,
372
372
  ...props
373
- }: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime28.JSX.Element;
373
+ }: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime0.JSX.Element;
374
374
  interface TriggerProps extends Select.Trigger.Props, VariantProps<typeof triggerVariants> {}
375
375
  declare function Trigger$3({
376
376
  size,
377
377
  widthVariant,
378
378
  ...props
379
- }: TriggerProps): react_jsx_runtime28.JSX.Element;
379
+ }: TriggerProps): react_jsx_runtime0.JSX.Element;
380
380
  declare function MultiSelectedValue({
381
381
  selectedValue,
382
382
  maxItems
383
383
  }: {
384
384
  selectedValue: any;
385
385
  maxItems: number;
386
- }): react_jsx_runtime28.JSX.Element | null;
386
+ }): react_jsx_runtime0.JSX.Element | null;
387
387
  /**
388
388
  * Renders the value, if `value` is a string or an object with `label` property in it,
389
389
  * then renders that value else you should provide a render function to render your custom value
@@ -395,7 +395,7 @@ declare function Value$1({
395
395
  ...props
396
396
  }: Select.Value.Props & {
397
397
  placeholder?: string;
398
- }): react_jsx_runtime28.JSX.Element;
398
+ }): react_jsx_runtime0.JSX.Element;
399
399
  type SelectedValue<TValue> = TValue | null | undefined;
400
400
  declare const BaseSelect: typeof Select;
401
401
  declare namespace menu_d_exports {
@@ -408,7 +408,7 @@ declare function Trigger$2({
408
408
  size,
409
409
  widthVariant,
410
410
  ...props
411
- }: React$2.ComponentProps<typeof Menu.Trigger> & VariantProps<typeof triggerVariants>): react_jsx_runtime28.JSX.Element;
411
+ }: React$2.ComponentProps<typeof Menu.Trigger> & VariantProps<typeof triggerVariants>): react_jsx_runtime0.JSX.Element;
412
412
  declare function Content$2({
413
413
  portalProps,
414
414
  positionerProps,
@@ -420,27 +420,27 @@ declare function Content$2({
420
420
  positionerProps?: React$2.ComponentProps<typeof Menu.Positioner>;
421
421
  popupProps?: React$2.ComponentProps<typeof Menu.Popup>;
422
422
  widthVariant?: "trigger" | "fit" | "enforced";
423
- }>): react_jsx_runtime28.JSX.Element;
424
- declare function DropdownIndicator(): react_jsx_runtime28.JSX.Element;
423
+ }>): react_jsx_runtime0.JSX.Element;
424
+ declare function DropdownIndicator(): react_jsx_runtime0.JSX.Element;
425
425
  declare function Item$4({
426
426
  className,
427
427
  children,
428
428
  ...props
429
- }: React$2.ComponentProps<typeof Menu.Item>): react_jsx_runtime28.JSX.Element;
429
+ }: React$2.ComponentProps<typeof Menu.Item>): react_jsx_runtime0.JSX.Element;
430
430
  declare function Separator$1({
431
431
  className,
432
432
  ...props
433
- }: React$2.ComponentProps<typeof Menu.Separator>): react_jsx_runtime28.JSX.Element;
433
+ }: React$2.ComponentProps<typeof Menu.Separator>): react_jsx_runtime0.JSX.Element;
434
434
  declare const Group$3: React$2.ForwardRefExoticComponent<Menu.Group.Props & React$2.RefAttributes<Element>>;
435
435
  declare function GroupLabel({
436
436
  className,
437
437
  ...props
438
- }: React$2.ComponentProps<typeof Menu.GroupLabel>): react_jsx_runtime28.JSX.Element;
438
+ }: React$2.ComponentProps<typeof Menu.GroupLabel>): react_jsx_runtime0.JSX.Element;
439
439
  declare const RadioGroup$1: React$2.NamedExoticComponent<Menu.RadioGroup.Props & React$2.RefAttributes<Element>>;
440
440
  declare function RadioItem({
441
441
  className,
442
442
  ...props
443
- }: React$2.ComponentProps<typeof Menu.RadioItem>): react_jsx_runtime28.JSX.Element;
443
+ }: React$2.ComponentProps<typeof Menu.RadioItem>): react_jsx_runtime0.JSX.Element;
444
444
  declare const BaseTrigger: React$2.ForwardRefExoticComponent<Menu.Trigger.Props & React$2.RefAttributes<HTMLElement>>;
445
445
  declare const BaseMenu: typeof Menu;
446
446
  declare namespace progress_d_exports {
@@ -455,19 +455,19 @@ declare function Track({
455
455
  size,
456
456
  children,
457
457
  ...props
458
- }: React$2.ComponentProps<typeof Progress.Track> & VariantProps<typeof progressTrackVariants>): react_jsx_runtime28.JSX.Element;
458
+ }: React$2.ComponentProps<typeof Progress.Track> & VariantProps<typeof progressTrackVariants>): react_jsx_runtime0.JSX.Element;
459
459
  declare function Indicator({
460
460
  className,
461
461
  ...props
462
- }: React$2.ComponentProps<typeof Progress.Indicator>): react_jsx_runtime28.JSX.Element;
462
+ }: React$2.ComponentProps<typeof Progress.Indicator>): react_jsx_runtime0.JSX.Element;
463
463
  declare function Label$1({
464
464
  className,
465
465
  ...props
466
- }: React$2.ComponentProps<typeof Progress.Label>): react_jsx_runtime28.JSX.Element;
466
+ }: React$2.ComponentProps<typeof Progress.Label>): react_jsx_runtime0.JSX.Element;
467
467
  declare function Value({
468
468
  className,
469
469
  ...props
470
- }: React$2.ComponentProps<typeof Progress.Value>): react_jsx_runtime28.JSX.Element;
470
+ }: React$2.ComponentProps<typeof Progress.Value>): react_jsx_runtime0.JSX.Element;
471
471
  declare const BaseProgress: typeof Progress;
472
472
  declare namespace segmented_control_d_exports {
473
473
  export { Item$3 as Item, Root$2 as Root };
@@ -479,7 +479,7 @@ declare const segmentedControlItemVariants: (props?: ({
479
479
  declare function Root$2({
480
480
  className,
481
481
  ...props
482
- }: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime28.JSX.Element;
482
+ }: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
483
483
  declare function Item$3({
484
484
  children,
485
485
  className,
@@ -488,7 +488,7 @@ declare function Item$3({
488
488
  ...props
489
489
  }: React$2.ComponentProps<typeof Radio.Root> & VariantProps<typeof segmentedControlItemVariants> & {
490
490
  children: React$2.ReactNode;
491
- }): react_jsx_runtime28.JSX.Element;
491
+ }): react_jsx_runtime0.JSX.Element;
492
492
  declare namespace tabs_d_exports {
493
493
  export { Content$1 as Content, List, Root$1 as Root, Trigger$1 as Trigger };
494
494
  }
@@ -499,31 +499,31 @@ declare function Root$1({
499
499
  ...props
500
500
  }: React$2.ComponentProps<typeof Tabs.Root> & {
501
501
  variant?: TabsVariant;
502
- }): react_jsx_runtime28.JSX.Element;
502
+ }): react_jsx_runtime0.JSX.Element;
503
503
  declare function List({
504
504
  className,
505
505
  children,
506
506
  ...props
507
- }: React$2.ComponentProps<typeof Tabs.List>): react_jsx_runtime28.JSX.Element;
507
+ }: React$2.ComponentProps<typeof Tabs.List>): react_jsx_runtime0.JSX.Element;
508
508
  declare function Trigger$1({
509
509
  className,
510
510
  ...props
511
- }: React$2.ComponentProps<typeof Tabs.Tab>): react_jsx_runtime28.JSX.Element;
511
+ }: React$2.ComponentProps<typeof Tabs.Tab>): react_jsx_runtime0.JSX.Element;
512
512
  declare function Content$1({
513
513
  className,
514
514
  ...props
515
- }: React$2.ComponentProps<typeof Tabs.Panel>): react_jsx_runtime28.JSX.Element;
515
+ }: React$2.ComponentProps<typeof Tabs.Panel>): react_jsx_runtime0.JSX.Element;
516
516
  declare namespace tooltip_d_exports {
517
517
  export { BaseProvider, BaseRoot, Content, Root, Trigger };
518
518
  }
519
519
  declare function Root({
520
520
  ...props
521
- }: React$2.ComponentProps<typeof Tooltip.Root>): react_jsx_runtime28.JSX.Element;
521
+ }: React$2.ComponentProps<typeof Tooltip.Root>): react_jsx_runtime0.JSX.Element;
522
522
  declare const BaseRoot: typeof Tooltip.Root;
523
523
  declare const BaseProvider: React$2.FC<Tooltip.Provider.Props>;
524
524
  declare function Trigger({
525
525
  ...props
526
- }: React$2.ComponentProps<typeof Tooltip.Trigger>): react_jsx_runtime28.JSX.Element;
526
+ }: React$2.ComponentProps<typeof Tooltip.Trigger>): react_jsx_runtime0.JSX.Element;
527
527
  declare function Content({
528
528
  className,
529
529
  align,
@@ -535,7 +535,7 @@ declare function Content({
535
535
  align?: Tooltip.Positioner.Props["align"];
536
536
  side?: Tooltip.Positioner.Props["side"];
537
537
  sideOffset?: Tooltip.Positioner.Props["sideOffset"];
538
- }): react_jsx_runtime28.JSX.Element;
538
+ }): react_jsx_runtime0.JSX.Element;
539
539
  //#endregion
540
540
  //#region src/components/checkbox.d.ts
541
541
  declare const checkboxVariants: (props?: ({
@@ -546,14 +546,14 @@ interface CheckboxProps extends React.ComponentProps<typeof Checkbox$1.Root>, Va
546
546
  declare function Checkbox({
547
547
  className,
548
548
  ...props
549
- }: CheckboxProps): react_jsx_runtime28.JSX.Element;
549
+ }: CheckboxProps): react_jsx_runtime0.JSX.Element;
550
550
  declare namespace block_checkbox_group_d_exports {
551
551
  export { Description$1 as Description, Group$2 as Group, Header$1 as Header, Item$2 as Item, Title$1 as Title };
552
552
  }
553
553
  declare function Group$2({
554
554
  className,
555
555
  ...props
556
- }: React.ComponentProps<typeof CheckboxGroup>): react_jsx_runtime28.JSX.Element;
556
+ }: React.ComponentProps<typeof CheckboxGroup>): react_jsx_runtime0.JSX.Element;
557
557
  declare function Item$2({
558
558
  className,
559
559
  invalid,
@@ -562,22 +562,23 @@ declare function Item$2({
562
562
  }: React.PropsWithChildren<React.ComponentProps<typeof Checkbox>> & {
563
563
  className?: string;
564
564
  invalid?: boolean;
565
- }): react_jsx_runtime28.JSX.Element;
565
+ }): react_jsx_runtime0.JSX.Element;
566
566
  declare function Header$1(props: React.PropsWithChildren<{
567
567
  className?: string;
568
- }>): react_jsx_runtime28.JSX.Element;
568
+ }>): react_jsx_runtime0.JSX.Element;
569
569
  declare function Title$1(props: React.PropsWithChildren<{
570
570
  className?: string;
571
- }>): react_jsx_runtime28.JSX.Element;
571
+ }>): react_jsx_runtime0.JSX.Element;
572
572
  declare function Description$1(props: React.PropsWithChildren<{
573
573
  className?: string;
574
- }>): react_jsx_runtime28.JSX.Element;
575
- //#endregion
576
- //#region src/components/radio-group.d.ts
577
- declare function Group({
574
+ }>): react_jsx_runtime0.JSX.Element;
575
+ declare namespace radio_group_d_exports {
576
+ export { Group$1 as Group, Item };
577
+ }
578
+ declare function Group$1({
578
579
  className,
579
580
  ...props
580
- }: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime28.JSX.Element;
581
+ }: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
581
582
  declare const radioVariants: (props?: ({
582
583
  variant?: "default" | null | undefined;
583
584
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -588,14 +589,14 @@ declare function Item({
588
589
  variant,
589
590
  size,
590
591
  ...props
591
- }: RadioGroupItemProps): react_jsx_runtime28.JSX.Element;
592
+ }: RadioGroupItemProps): react_jsx_runtime0.JSX.Element;
592
593
  declare namespace block_radio_group_d_exports {
593
- export { Description, Group$1 as Group, Header, Item$1 as Item, Title };
594
+ export { Description, Group, Header, Item$1 as Item, Title };
594
595
  }
595
- declare function Group$1({
596
+ declare function Group({
596
597
  className,
597
598
  ...props
598
- }: React.ComponentProps<typeof RadioGroup>): react_jsx_runtime28.JSX.Element;
599
+ }: React.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
599
600
  declare function Item$1({
600
601
  className,
601
602
  invalid,
@@ -604,30 +605,30 @@ declare function Item$1({
604
605
  }: React.PropsWithChildren<React.ComponentProps<typeof Item>> & {
605
606
  className?: string;
606
607
  invalid?: boolean;
607
- }): react_jsx_runtime28.JSX.Element;
608
+ }): react_jsx_runtime0.JSX.Element;
608
609
  declare function Header(props: React.PropsWithChildren<{
609
610
  className?: string;
610
- }>): react_jsx_runtime28.JSX.Element;
611
+ }>): react_jsx_runtime0.JSX.Element;
611
612
  declare function Title(props: React.PropsWithChildren<{
612
613
  className?: string;
613
- }>): react_jsx_runtime28.JSX.Element;
614
+ }>): react_jsx_runtime0.JSX.Element;
614
615
  declare function Description(props: React.PropsWithChildren<{
615
616
  className?: string;
616
- }>): react_jsx_runtime28.JSX.Element;
617
+ }>): react_jsx_runtime0.JSX.Element;
617
618
  declare namespace breadcrumbs_d_exports {
618
619
  export { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
619
620
  }
620
621
  declare function Breadcrumb({
621
622
  ...props
622
- }: React$2.ComponentProps<"nav">): react_jsx_runtime28.JSX.Element;
623
+ }: React$2.ComponentProps<"nav">): react_jsx_runtime0.JSX.Element;
623
624
  declare function BreadcrumbList({
624
625
  className,
625
626
  ...props
626
- }: React$2.ComponentProps<"ol">): react_jsx_runtime28.JSX.Element;
627
+ }: React$2.ComponentProps<"ol">): react_jsx_runtime0.JSX.Element;
627
628
  declare function BreadcrumbItem({
628
629
  className,
629
630
  ...props
630
- }: React$2.ComponentProps<"li">): react_jsx_runtime28.JSX.Element;
631
+ }: React$2.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
631
632
  declare function BreadcrumbLink({
632
633
  className,
633
634
  render,
@@ -636,12 +637,12 @@ declare function BreadcrumbLink({
636
637
  declare function BreadcrumbPage({
637
638
  className,
638
639
  ...props
639
- }: React$2.ComponentProps<"span">): react_jsx_runtime28.JSX.Element;
640
+ }: React$2.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
640
641
  declare function BreadcrumbSeparator({
641
642
  children,
642
643
  className,
643
644
  ...props
644
- }: React$2.ComponentProps<"li">): react_jsx_runtime28.JSX.Element;
645
+ }: React$2.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
645
646
  //#endregion
646
647
  //#region src/components/calendar.d.ts
647
648
  declare function Calendar({
@@ -652,13 +653,13 @@ declare function Calendar({
652
653
  formatters,
653
654
  components,
654
655
  ...props
655
- }: DayPickerProps): react_jsx_runtime28.JSX.Element;
656
+ }: DayPickerProps): react_jsx_runtime0.JSX.Element;
656
657
  //#endregion
657
658
  //#region src/components/label.d.ts
658
659
  declare function Label({
659
660
  className,
660
661
  ...props
661
- }: React.ComponentProps<"label">): react_jsx_runtime28.JSX.Element;
662
+ }: React.ComponentProps<"label">): react_jsx_runtime0.JSX.Element;
662
663
  //#endregion
663
664
  //#region src/components/input.d.ts
664
665
  declare const inputVariants: (props?: ({
@@ -674,7 +675,7 @@ declare function Input({
674
675
  invalid,
675
676
  widthVariant,
676
677
  ...props
677
- }: InputProps): react_jsx_runtime28.JSX.Element;
678
+ }: InputProps): react_jsx_runtime0.JSX.Element;
678
679
  //#endregion
679
680
  //#region src/components/textarea.d.ts
680
681
  declare const textareaVariants: (props?: ({
@@ -690,7 +691,7 @@ declare function Textarea({
690
691
  invalid,
691
692
  widthVariant,
692
693
  ...props
693
- }: TextareaProps): react_jsx_runtime28.JSX.Element;
694
+ }: TextareaProps): react_jsx_runtime0.JSX.Element;
694
695
  //#endregion
695
696
  //#region src/components/avatar.d.ts
696
697
  type AvatarVariant = "squared" | "rounded";
@@ -703,11 +704,11 @@ interface AvatarProps {
703
704
  children?: React.ReactNode;
704
705
  hideTooltip?: boolean;
705
706
  }
706
- declare function Avatar(props: AvatarProps): react_jsx_runtime28.JSX.Element;
707
+ declare function Avatar(props: AvatarProps): react_jsx_runtime0.JSX.Element;
707
708
  type AvatarImplProps = Omit<AvatarProps, "hideTooltip"> & {
708
709
  avatarRootProps?: React.ComponentProps<typeof Avatar$1.Root>;
709
710
  };
710
- declare function AvatarImpl(props: AvatarImplProps): react_jsx_runtime28.JSX.Element;
711
+ declare function AvatarImpl(props: AvatarImplProps): react_jsx_runtime0.JSX.Element;
711
712
  //#endregion
712
713
  //#region src/components/avatar-group.d.ts
713
714
  interface AvatarGroupProps {
@@ -719,7 +720,7 @@ declare function AvatarGroup({
719
720
  max,
720
721
  avatars,
721
722
  className
722
- }: AvatarGroupProps): react_jsx_runtime28.JSX.Element;
723
+ }: AvatarGroupProps): react_jsx_runtime0.JSX.Element;
723
724
  //#endregion
724
725
  //#region src/components/spinner.d.ts
725
726
  interface SpinnerProps {
@@ -729,7 +730,7 @@ interface SpinnerProps {
729
730
  declare function Spinner({
730
731
  size,
731
732
  className
732
- }: SpinnerProps): react_jsx_runtime28.JSX.Element;
733
+ }: SpinnerProps): react_jsx_runtime0.JSX.Element;
733
734
  //#endregion
734
735
  //#region src/components/switch.d.ts
735
736
  declare function Switch({
@@ -738,7 +739,7 @@ declare function Switch({
738
739
  ...props
739
740
  }: React$2.ComponentProps<typeof Switch$1.Root> & {
740
741
  size?: "sm" | "lg";
741
- }): react_jsx_runtime28.JSX.Element;
742
+ }): react_jsx_runtime0.JSX.Element;
742
743
  //#endregion
743
744
  //#region src/components/separator.d.ts
744
745
  declare function Separator({
@@ -749,7 +750,7 @@ declare function Separator({
749
750
  }: React$2.ComponentProps<"div"> & {
750
751
  orientation: "horizontal" | "vertical";
751
752
  decorative?: boolean;
752
- }): react_jsx_runtime28.JSX.Element;
753
+ }): react_jsx_runtime0.JSX.Element;
753
754
  declare namespace Separator {
754
755
  var displayName: string;
755
756
  }
@@ -779,7 +780,7 @@ declare function DatePicker({
779
780
  popoverRootProps,
780
781
  popoverContentProps,
781
782
  ...calendarProps
782
- }: DatePickerProps): react_jsx_runtime28.JSX.Element;
783
+ }: DatePickerProps): react_jsx_runtime0.JSX.Element;
783
784
  //#endregion
784
785
  //#region src/hooks/use-intersection-observer.d.ts
785
786
  interface UseIntersectionObserverOptions {
@@ -801,8 +802,8 @@ type UseInfiniteScrollHookArgs = Pick<UseIntersectionObserverOptions, "rootMargi
801
802
  //#region src/utils/classnames.d.ts
802
803
  declare function cn(...inputs: ArgumentArray): string;
803
804
  declare namespace index_d_exports {
804
- export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, Group, InferOption, InferOptions, Input, input_group_d_exports as InputGroup, Item, Label, LoadOptionsConfig, menu_d_exports as Menu, popover_d_exports as Popover, progress_d_exports as Progress, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, Separator, Spinner, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, buttonVariants, cn, defineLoadOptions, useAsyncOptions, useIntersectionObserver };
805
+ export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, InferOption, InferOptions, Input, input_group_d_exports as InputGroup, Label, LoadOptionsConfig, menu_d_exports as Menu, popover_d_exports as Popover, progress_d_exports as Progress, radio_group_d_exports as RadioGroup, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, Separator, Spinner, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, buttonVariants, cn, defineLoadOptions, useAsyncOptions, useIntersectionObserver };
805
806
  }
806
807
  //#endregion
807
- export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, Group, InferOption, InferOptions, Input, input_group_d_exports as InputGroup, Item, Label, LoadOptionsConfig, menu_d_exports as Menu, popover_d_exports as Popover, progress_d_exports as Progress, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, Separator, Spinner, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, buttonVariants, cn, defineLoadOptions, useAsyncOptions, useIntersectionObserver };
808
+ export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, InferOption, InferOptions, Input, input_group_d_exports as InputGroup, Label, LoadOptionsConfig, menu_d_exports as Menu, popover_d_exports as Popover, progress_d_exports as Progress, radio_group_d_exports as RadioGroup, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, Separator, Spinner, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, buttonVariants, cn, defineLoadOptions, useAsyncOptions, useIntersectionObserver };
808
809
  //# sourceMappingURL=index.d.ts.map