@wix/site-ui 1.129.0 → 1.131.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.
Files changed (41) hide show
  1. package/dist/Accordion/index.d.ts +12 -12
  2. package/dist/AlertDialog/index.d.ts +13 -13
  3. package/dist/Autocomplete/index.d.ts +31 -31
  4. package/dist/Avatar/index.d.ts +7 -7
  5. package/dist/Breadcrumbs/index.d.ts +7 -7
  6. package/dist/Checkbox/index.d.ts +5 -5
  7. package/dist/CheckboxGroup/index.d.ts +2 -2
  8. package/dist/CheckboxGroupField/index.d.ts +2 -2
  9. package/dist/Collapsible/index.d.ts +6 -6
  10. package/dist/Combobox/index.d.ts +57 -57
  11. package/dist/ContextMenu/index.d.ts +32 -32
  12. package/dist/Dialog/index.d.ts +20 -20
  13. package/dist/Drawer/index.d.ts +14 -14
  14. package/dist/Field/index.d.ts +15 -15
  15. package/dist/Fieldset/index.d.ts +4 -4
  16. package/dist/Form/index.d.ts +1 -1
  17. package/dist/Input/index.d.ts +2 -2
  18. package/dist/Menu/index.d.ts +46 -46
  19. package/dist/Menubar/index.d.ts +2 -2
  20. package/dist/Meter/index.d.ts +10 -10
  21. package/dist/NavigationMenu/index.d.ts +23 -23
  22. package/dist/NumberField/index.d.ts +14 -14
  23. package/dist/Popover/index.d.ts +16 -16
  24. package/dist/PreviewCard/index.d.ts +10 -10
  25. package/dist/Progress/index.d.ts +11 -11
  26. package/dist/Radio/index.d.ts +2 -2
  27. package/dist/RadioField/index.d.ts +42 -61
  28. package/dist/RadioGroup/index.d.ts +2 -2
  29. package/dist/RadioGroupField/index.d.ts +9 -9
  30. package/dist/ScrollArea/index.d.ts +12 -12
  31. package/dist/Select/index.d.ts +34 -34
  32. package/dist/SelectField/index.d.ts +45 -45
  33. package/dist/Slider/index.d.ts +12 -12
  34. package/dist/Switch/index.d.ts +6 -6
  35. package/dist/Tabs/index.d.ts +8 -8
  36. package/dist/Toggle/index.d.ts +1 -1
  37. package/dist/ToggleGroup/index.d.ts +1 -1
  38. package/dist/Toolbar/index.d.ts +12 -12
  39. package/dist/Tooltip/index.d.ts +9 -9
  40. package/dist/index.d.ts +460 -515
  41. package/package.json +3 -7
package/dist/index.d.ts CHANGED
@@ -1,229 +1,186 @@
1
- import { AccordionHeaderProps as AccordionHeaderProps_2 } from '@base-ui/react/accordion';
2
- import { AccordionItemProps as AccordionItemProps_2 } from '@base-ui/react/accordion';
3
- import { AccordionPanelProps as AccordionPanelProps_2 } from '@base-ui/react/accordion';
4
- import { AccordionTriggerProps as AccordionTriggerProps_2 } from '@base-ui/react/accordion';
5
- import { AlertDialogBackdropProps as AlertDialogBackdropProps_2 } from '@base-ui/react/alert-dialog';
6
- import { AlertDialogCloseProps as AlertDialogCloseProps_2 } from '@base-ui/react/alert-dialog';
7
- import { AlertDialogDescriptionProps as AlertDialogDescriptionProps_2 } from '@base-ui/react/alert-dialog';
8
- import { AlertDialogPopupProps as AlertDialogPopupProps_2 } from '@base-ui/react/alert-dialog';
9
- import { AlertDialogPortalProps as AlertDialogPortalProps_2 } from '@base-ui/react/alert-dialog';
10
- import { AlertDialogTitleProps as AlertDialogTitleProps_2 } from '@base-ui/react/alert-dialog';
11
- import { AlertDialogViewportProps as AlertDialogViewportProps_2 } from '@base-ui/react/alert-dialog';
12
- import { AutocompleteArrowProps as AutocompleteArrowProps_2 } from '@base-ui/react/autocomplete';
13
- import { AutocompleteBackdropProps as AutocompleteBackdropProps_2 } from '@base-ui/react/autocomplete';
14
- import { AutocompleteClearProps as AutocompleteClearProps_2 } from '@base-ui/react/autocomplete';
15
- import { AutocompleteEmptyProps as AutocompleteEmptyProps_2 } from '@base-ui/react/autocomplete';
16
- import { AutocompleteGroupLabelProps as AutocompleteGroupLabelProps_2 } from '@base-ui/react/autocomplete';
17
- import { AutocompleteGroupProps as AutocompleteGroupProps_2 } from '@base-ui/react/autocomplete';
18
- import { AutocompleteIconProps as AutocompleteIconProps_2 } from '@base-ui/react/autocomplete';
19
- import { AutocompleteInputGroupProps as AutocompleteInputGroupProps_2 } from '@base-ui/react/autocomplete';
20
- import { AutocompleteInputProps as AutocompleteInputProps_2 } from '@base-ui/react/autocomplete';
21
- import { AutocompleteItemProps as AutocompleteItemProps_2 } from '@base-ui/react/autocomplete';
22
- import { AutocompleteListProps as AutocompleteListProps_2 } from '@base-ui/react/autocomplete';
23
- import { AutocompletePopupProps as AutocompletePopupProps_2 } from '@base-ui/react/autocomplete';
24
- import { AutocompletePortalProps as AutocompletePortalProps_2 } from '@base-ui/react/autocomplete';
25
- import { AutocompletePositionerProps as AutocompletePositionerProps_2 } from '@base-ui/react/autocomplete';
26
- import { AutocompleteRowProps as AutocompleteRowProps_2 } from '@base-ui/react/autocomplete';
27
- import { AutocompleteStatusProps as AutocompleteStatusProps_2 } from '@base-ui/react/autocomplete';
28
- import { AvatarFallbackProps as AvatarFallbackProps_2 } from '@base-ui/react/avatar';
29
- import { AvatarImageProps as AvatarImageProps_2 } from '@base-ui/react/avatar';
30
- import { AvatarRootProps as AvatarRootProps_2 } from '@base-ui/react/avatar';
31
- import { CheckboxGroupProps as CheckboxGroupProps_2 } from '@base-ui/react/checkbox-group';
32
- import { CheckboxIndicatorProps as CheckboxIndicatorProps_2 } from '@base-ui/react/checkbox';
33
- import { CheckboxRootProps as CheckboxRootProps_2 } from '@base-ui/react/checkbox';
1
+ import { AccordionHeaderProps as AccordionHeaderProps_2 } from '@base-ui/react';
2
+ import { AccordionItemProps as AccordionItemProps_2 } from '@base-ui/react';
3
+ import { AccordionPanelProps as AccordionPanelProps_2 } from '@base-ui/react';
4
+ import { AccordionTriggerProps as AccordionTriggerProps_2 } from '@base-ui/react';
5
+ import { AlertDialogBackdropProps as AlertDialogBackdropProps_2 } from '@base-ui/react';
6
+ import { AlertDialogCloseProps as AlertDialogCloseProps_2 } from '@base-ui/react';
7
+ import { AlertDialogDescriptionProps as AlertDialogDescriptionProps_2 } from '@base-ui/react';
8
+ import { AlertDialogPopupProps as AlertDialogPopupProps_2 } from '@base-ui/react';
9
+ import { AlertDialogPortalProps as AlertDialogPortalProps_2 } from '@base-ui/react';
10
+ import { AlertDialogTitleProps as AlertDialogTitleProps_2 } from '@base-ui/react';
11
+ import { AlertDialogViewportProps as AlertDialogViewportProps_2 } from '@base-ui/react';
12
+ import { AutocompleteArrowProps as AutocompleteArrowProps_2 } from '@base-ui/react';
13
+ import { AutocompleteBackdropProps as AutocompleteBackdropProps_2 } from '@base-ui/react';
14
+ import { AutocompleteClearProps as AutocompleteClearProps_2 } from '@base-ui/react';
15
+ import { AutocompleteEmptyProps as AutocompleteEmptyProps_2 } from '@base-ui/react';
16
+ import { AutocompleteGroupLabelProps as AutocompleteGroupLabelProps_2 } from '@base-ui/react';
17
+ import { AutocompleteGroupProps as AutocompleteGroupProps_2 } from '@base-ui/react';
18
+ import { AutocompleteIconProps as AutocompleteIconProps_2 } from '@base-ui/react';
19
+ import { AutocompleteInputGroupProps as AutocompleteInputGroupProps_2 } from '@base-ui/react';
20
+ import { AutocompleteInputProps as AutocompleteInputProps_2 } from '@base-ui/react';
21
+ import { AutocompleteItemProps as AutocompleteItemProps_2 } from '@base-ui/react';
22
+ import { AutocompleteListProps as AutocompleteListProps_2 } from '@base-ui/react';
23
+ import { AutocompletePopupProps as AutocompletePopupProps_2 } from '@base-ui/react';
24
+ import { AutocompletePortalProps as AutocompletePortalProps_2 } from '@base-ui/react';
25
+ import { AutocompletePositionerProps as AutocompletePositionerProps_2 } from '@base-ui/react';
26
+ import { AutocompleteRowProps as AutocompleteRowProps_2 } from '@base-ui/react';
27
+ import { AutocompleteStatusProps as AutocompleteStatusProps_2 } from '@base-ui/react';
28
+ import { AvatarFallbackProps as AvatarFallbackProps_2 } from '@base-ui/react';
29
+ import { AvatarImageProps as AvatarImageProps_2 } from '@base-ui/react';
30
+ import { AvatarRootProps as AvatarRootProps_2 } from '@base-ui/react';
31
+ import { CheckboxGroupProps as CheckboxGroupProps_2 } from '@base-ui/react';
32
+ import { CheckboxIndicatorProps as CheckboxIndicatorProps_2 } from '@base-ui/react';
33
+ import { CheckboxRootProps as CheckboxRootProps_2 } from '@base-ui/react';
34
34
  import { ChevronDownProps } from '@wix/wix-ui-icons-common/dist/types/default/general/dist/components/ChevronDown';
35
- import { CollapsiblePanelProps as CollapsiblePanelProps_2 } from '@base-ui/react/collapsible';
36
- import { CollapsibleRootProps as CollapsibleRootProps_2 } from '@base-ui/react/collapsible';
37
- import { CollapsibleTriggerProps as CollapsibleTriggerProps_2 } from '@base-ui/react/collapsible';
38
- import { ComboboxArrowProps as ComboboxArrowProps_2 } from '@base-ui/react/combobox';
39
- import { ComboboxBackdropProps as ComboboxBackdropProps_2 } from '@base-ui/react/combobox';
40
- import { ComboboxChipProps as ComboboxChipProps_2 } from '@base-ui/react/combobox';
41
- import { ComboboxChipRemoveProps as ComboboxChipRemoveProps_2 } from '@base-ui/react/combobox';
42
- import { ComboboxChipsProps as ComboboxChipsProps_2 } from '@base-ui/react/combobox';
43
- import { ComboboxClearProps as ComboboxClearProps_2 } from '@base-ui/react/combobox';
44
- import { ComboboxEmptyProps as ComboboxEmptyProps_2 } from '@base-ui/react/combobox';
45
- import { ComboboxGroupLabelProps as ComboboxGroupLabelProps_2 } from '@base-ui/react/combobox';
46
- import { ComboboxGroupProps as ComboboxGroupProps_2 } from '@base-ui/react/combobox';
47
- import { ComboboxIconProps as ComboboxIconProps_2 } from '@base-ui/react/combobox';
48
- import { ComboboxInputGroupProps as ComboboxInputGroupProps_2 } from '@base-ui/react/combobox';
49
- import { ComboboxInputProps as ComboboxInputProps_2 } from '@base-ui/react/combobox';
50
- import { ComboboxItemIndicatorProps as ComboboxItemIndicatorProps_2 } from '@base-ui/react/combobox';
51
- import { ComboboxItemProps as ComboboxItemProps_2 } from '@base-ui/react/combobox';
52
- import { ComboboxLabelProps as ComboboxLabelProps_2 } from '@base-ui/react/combobox';
53
- import { ComboboxListProps as ComboboxListProps_2 } from '@base-ui/react/combobox';
54
- import { ComboboxPopupProps as ComboboxPopupProps_2 } from '@base-ui/react/combobox';
55
- import { ComboboxPortalProps as ComboboxPortalProps_2 } from '@base-ui/react/combobox';
56
- import { ComboboxPositionerProps as ComboboxPositionerProps_2 } from '@base-ui/react/combobox';
57
- import { ComboboxRowProps as ComboboxRowProps_2 } from '@base-ui/react/combobox';
58
- import { ComboboxStatusProps as ComboboxStatusProps_2 } from '@base-ui/react/combobox';
59
- import { ComboboxTriggerProps as ComboboxTriggerProps_2 } from '@base-ui/react/combobox';
60
- import { ContextMenuArrowProps as ContextMenuArrowProps_2 } from '@base-ui/react/context-menu';
61
- import { ContextMenuBackdropProps as ContextMenuBackdropProps_2 } from '@base-ui/react/context-menu';
62
- import { ContextMenuCheckboxItemIndicatorProps as ContextMenuCheckboxItemIndicatorProps_2 } from '@base-ui/react/context-menu';
63
- import { ContextMenuCheckboxItemProps as ContextMenuCheckboxItemProps_2 } from '@base-ui/react/context-menu';
64
- import { ContextMenuGroupLabelProps as ContextMenuGroupLabelProps_2 } from '@base-ui/react/context-menu';
65
- import { ContextMenuGroupProps as ContextMenuGroupProps_2 } from '@base-ui/react/context-menu';
66
- import { ContextMenuItemProps as ContextMenuItemProps_2 } from '@base-ui/react/context-menu';
67
- import { ContextMenuLinkItemProps as ContextMenuLinkItemProps_2 } from '@base-ui/react/context-menu';
68
- import { ContextMenuPopupProps as ContextMenuPopupProps_2 } from '@base-ui/react/context-menu';
69
- import { ContextMenuPortalProps as ContextMenuPortalProps_2 } from '@base-ui/react/context-menu';
70
- import { ContextMenuPositionerProps as ContextMenuPositionerProps_2 } from '@base-ui/react/context-menu';
71
- import { ContextMenuRadioGroupProps as ContextMenuRadioGroupProps_2 } from '@base-ui/react/context-menu';
72
- import { ContextMenuRadioItemIndicatorProps as ContextMenuRadioItemIndicatorProps_2 } from '@base-ui/react/context-menu';
73
- import { ContextMenuRadioItemProps as ContextMenuRadioItemProps_2 } from '@base-ui/react/context-menu';
74
- import { ContextMenuSubmenuTriggerProps as ContextMenuSubmenuTriggerProps_2 } from '@base-ui/react/context-menu';
75
- import { ContextMenuTriggerProps as ContextMenuTriggerProps_2 } from '@base-ui/react/context-menu';
76
- import { DescriptionAlign as DescriptionAlign_2 } from '../Field/Field';
77
- import { DialogBackdropProps as DialogBackdropProps_2 } from '@base-ui/react/dialog';
78
- import { DialogCloseProps as DialogCloseProps_2 } from '@base-ui/react/dialog';
79
- import { DialogDescriptionProps as DialogDescriptionProps_2 } from '@base-ui/react/dialog';
80
- import { DialogPopupProps as DialogPopupProps_2 } from '@base-ui/react/dialog';
81
- import { DialogPortalProps as DialogPortalProps_2 } from '@base-ui/react/dialog';
82
- import { DialogTitleProps as DialogTitleProps_2 } from '@base-ui/react/dialog';
83
- import { DialogViewportProps as DialogViewportProps_2 } from '@base-ui/react/dialog';
84
- import { DrawerBackdropProps as DrawerBackdropProps_2 } from '@base-ui/react/drawer';
85
- import { DrawerContentProps as DrawerContentProps_2 } from '@base-ui/react/drawer';
86
- import { DrawerIndentBackgroundProps as DrawerIndentBackgroundProps_2 } from '@base-ui/react/drawer';
87
- import { DrawerIndentProps as DrawerIndentProps_2 } from '@base-ui/react/drawer';
88
- import { DrawerPopupProps as DrawerPopupProps_2 } from '@base-ui/react/drawer';
89
- import { DrawerSwipeAreaProps as DrawerSwipeAreaProps_2 } from '@base-ui/react/drawer';
90
- import { DrawerViewportProps as DrawerViewportProps_2 } from '@base-ui/react/drawer';
91
- import { FieldControlProps as FieldControlProps_2 } from '@base-ui/react/field';
92
- import { FieldDescriptionProps as FieldDescriptionProps_2 } from '@base-ui/react/field';
93
- import { FieldDescriptionProps as FieldDescriptionProps_3 } from '../Field';
94
- import { FieldErrorProps as FieldErrorProps_2 } from '@base-ui/react/field';
95
- import { FieldErrorProps as FieldErrorProps_3 } from '../Field';
96
- import { FieldItemProps as FieldItemProps_2 } from '@base-ui/react/field';
97
- import { FieldItemProps as FieldItemProps_3 } from '../Field';
98
- import { FieldLabelProps as FieldLabelProps_2 } from '@base-ui/react/field';
99
- import { FieldLabelProps as FieldLabelProps_3 } from '../Field';
100
- import { FieldRootProps as FieldRootProps_2 } from '@base-ui/react/field';
101
- import { FieldRootProps as FieldRootProps_3 } from '../Field';
102
- import { FieldsetLegendProps as FieldsetLegendProps_2 } from '@base-ui/react/fieldset';
103
- import { FieldsetRootProps as FieldsetRootProps_2 } from '@base-ui/react/fieldset';
104
- import { FieldValidityProps as FieldValidityProps_2 } from '@base-ui/react/field';
35
+ import { CollapsiblePanelProps as CollapsiblePanelProps_2 } from '@base-ui/react';
36
+ import { CollapsibleRootProps as CollapsibleRootProps_2 } from '@base-ui/react';
37
+ import { CollapsibleTriggerProps as CollapsibleTriggerProps_2 } from '@base-ui/react';
38
+ import { ComboboxChipProps as ComboboxChipProps_2 } from '@base-ui/react';
39
+ import { ComboboxChipRemoveProps as ComboboxChipRemoveProps_2 } from '@base-ui/react';
40
+ import { ComboboxChipsProps as ComboboxChipsProps_2 } from '@base-ui/react';
41
+ import { ComboboxInputGroupProps as ComboboxInputGroupProps_2 } from '@base-ui/react';
42
+ import { ComboboxItemIndicatorProps as ComboboxItemIndicatorProps_2 } from '@base-ui/react';
43
+ import { ComboboxItemProps as ComboboxItemProps_2 } from '@base-ui/react';
44
+ import { ComboboxLabelProps as ComboboxLabelProps_2 } from '@base-ui/react';
45
+ import { ComboboxTriggerProps as ComboboxTriggerProps_2 } from '@base-ui/react';
46
+ import { ContextMenuArrowProps as ContextMenuArrowProps_2 } from '@base-ui/react';
47
+ import { ContextMenuBackdropProps as ContextMenuBackdropProps_2 } from '@base-ui/react';
48
+ import { ContextMenuCheckboxItemIndicatorProps as ContextMenuCheckboxItemIndicatorProps_2 } from '@base-ui/react';
49
+ import { ContextMenuCheckboxItemProps as ContextMenuCheckboxItemProps_2 } from '@base-ui/react';
50
+ import { ContextMenuGroupLabelProps as ContextMenuGroupLabelProps_2 } from '@base-ui/react';
51
+ import { ContextMenuGroupProps as ContextMenuGroupProps_2 } from '@base-ui/react';
52
+ import { ContextMenuItemProps as ContextMenuItemProps_2 } from '@base-ui/react';
53
+ import { ContextMenuLinkItemProps as ContextMenuLinkItemProps_2 } from '@base-ui/react';
54
+ import { ContextMenuPopupProps as ContextMenuPopupProps_2 } from '@base-ui/react';
55
+ import { ContextMenuPortalProps as ContextMenuPortalProps_2 } from '@base-ui/react';
56
+ import { ContextMenuPositionerProps as ContextMenuPositionerProps_2 } from '@base-ui/react';
57
+ import { ContextMenuRadioGroupProps as ContextMenuRadioGroupProps_2 } from '@base-ui/react';
58
+ import { ContextMenuRadioItemIndicatorProps as ContextMenuRadioItemIndicatorProps_2 } from '@base-ui/react';
59
+ import { ContextMenuRadioItemProps as ContextMenuRadioItemProps_2 } from '@base-ui/react';
60
+ import { ContextMenuSubmenuTriggerProps as ContextMenuSubmenuTriggerProps_2 } from '@base-ui/react';
61
+ import { ContextMenuTriggerProps as ContextMenuTriggerProps_2 } from '@base-ui/react';
62
+ import { DrawerBackdropProps as DrawerBackdropProps_2 } from '@base-ui/react';
63
+ import { DrawerContentProps as DrawerContentProps_2 } from '@base-ui/react';
64
+ import { DrawerIndentBackgroundProps as DrawerIndentBackgroundProps_2 } from '@base-ui/react';
65
+ import { DrawerIndentProps as DrawerIndentProps_2 } from '@base-ui/react';
66
+ import { DrawerPopupProps as DrawerPopupProps_2 } from '@base-ui/react';
67
+ import { DrawerSwipeAreaProps as DrawerSwipeAreaProps_2 } from '@base-ui/react';
68
+ import { DrawerViewportProps as DrawerViewportProps_2 } from '@base-ui/react';
69
+ import { FieldControlProps as FieldControlProps_2 } from '@base-ui/react';
70
+ import { FieldDescriptionProps as FieldDescriptionProps_2 } from '@base-ui/react';
71
+ import { FieldErrorProps as FieldErrorProps_2 } from '@base-ui/react';
72
+ import { FieldItemProps as FieldItemProps_2 } from '@base-ui/react';
73
+ import { FieldLabelProps as FieldLabelProps_2 } from '@base-ui/react';
74
+ import { FieldRootProps as FieldRootProps_2 } from '@base-ui/react';
75
+ import { FieldsetLegendProps as FieldsetLegendProps_2 } from '@base-ui/react';
76
+ import { FieldsetRootProps as FieldsetRootProps_2 } from '@base-ui/react';
77
+ import { FieldValidityProps as FieldValidityProps_2 } from '@base-ui/react';
105
78
  import { FloatingRootContext as FloatingRootContext_2 } from '../../floating-ui-react/index.js';
106
79
  import { FloatingRootStore as FloatingRootStore_2 } from '../../floating-ui-react/components/FloatingRootStore.js';
107
80
  import { HTMLProps as HTMLProps_2 } from '../../index.js';
108
- import { InputProps as InputProps_2 } from '@base-ui/react/input';
81
+ import { InputProps as InputProps_2 } from '@base-ui/react';
109
82
  import { InteractionType } from '@base-ui/utils/useEnhancedClickHandler';
110
83
  import { JSX as JSX_2 } from 'react/jsx-runtime';
111
- import { LabelVariant as LabelVariant_2 } from '../Field/Field';
112
- import { MenuArrowProps as MenuArrowProps_2 } from '@base-ui/react/menu';
113
- import { MenuBackdropProps as MenuBackdropProps_2 } from '@base-ui/react/menu';
114
- import { MenubarProps as MenubarProps_2 } from '@base-ui/react/menubar';
115
- import { MenuCheckboxItemIndicatorProps as MenuCheckboxItemIndicatorProps_2 } from '@base-ui/react/menu';
116
- import { MenuCheckboxItemProps as MenuCheckboxItemProps_2 } from '@base-ui/react/menu';
117
- import { MenuGroupLabelProps as MenuGroupLabelProps_2 } from '@base-ui/react/menu';
118
- import { MenuGroupProps as MenuGroupProps_2 } from '@base-ui/react/menu';
119
- import { MenuItemProps as MenuItemProps_2 } from '@base-ui/react/menu';
120
- import { MenuLinkItemProps as MenuLinkItemProps_2 } from '@base-ui/react/menu';
121
- import { MenuPopupProps as MenuPopupProps_2 } from '@base-ui/react/menu';
122
- import { MenuPortalProps as MenuPortalProps_2 } from '@base-ui/react/menu';
123
- import { MenuPositionerProps as MenuPositionerProps_2 } from '@base-ui/react/menu';
124
- import { MenuRadioGroupProps as MenuRadioGroupProps_2 } from '@base-ui/react/menu';
125
- import { MenuRadioItemIndicatorProps as MenuRadioItemIndicatorProps_2 } from '@base-ui/react/menu';
126
- import { MenuRadioItemProps as MenuRadioItemProps_2 } from '@base-ui/react/menu';
84
+ import { MenubarProps as MenubarProps_2 } from '@base-ui/react';
127
85
  import { MenuRootChangeEventReason as MenuRootChangeEventReason_2 } from '../index.js';
128
- import { MenuSubmenuTriggerProps as MenuSubmenuTriggerProps_2 } from '@base-ui/react/menu';
129
- import { MeterIndicatorProps as MeterIndicatorProps_2 } from '@base-ui/react/meter';
130
- import { MeterLabelProps as MeterLabelProps_2 } from '@base-ui/react/meter';
131
- import { MeterRootProps as MeterRootProps_2 } from '@base-ui/react/meter';
132
- import { MeterTrackProps as MeterTrackProps_2 } from '@base-ui/react/meter';
133
- import { MeterValueProps as MeterValueProps_2 } from '@base-ui/react/meter';
134
- import { NavigationMenuArrowProps as NavigationMenuArrowProps_2 } from '@base-ui/react/navigation-menu';
135
- import { NavigationMenuBackdropProps as NavigationMenuBackdropProps_2 } from '@base-ui/react/navigation-menu';
136
- import { NavigationMenuContentProps as NavigationMenuContentProps_2 } from '@base-ui/react/navigation-menu';
137
- import { NavigationMenuIconProps as NavigationMenuIconProps_2 } from '@base-ui/react/navigation-menu';
138
- import { NavigationMenuItemProps as NavigationMenuItemProps_2 } from '@base-ui/react/navigation-menu';
139
- import { NavigationMenuLinkProps as NavigationMenuLinkProps_2 } from '@base-ui/react/navigation-menu';
140
- import { NavigationMenuListProps as NavigationMenuListProps_2 } from '@base-ui/react/navigation-menu';
141
- import { NavigationMenuPopupProps as NavigationMenuPopupProps_2 } from '@base-ui/react/navigation-menu';
142
- import { NavigationMenuPortalProps as NavigationMenuPortalProps_2 } from '@base-ui/react/navigation-menu';
143
- import { NavigationMenuPositionerProps as NavigationMenuPositionerProps_2 } from '@base-ui/react/navigation-menu';
144
- import { NavigationMenuTriggerProps as NavigationMenuTriggerProps_2 } from '@base-ui/react/navigation-menu';
145
- import { NavigationMenuViewportProps as NavigationMenuViewportProps_2 } from '@base-ui/react/navigation-menu';
146
- import { NumberFieldDecrementProps as NumberFieldDecrementProps_2 } from '@base-ui/react/number-field';
147
- import { NumberFieldGroupProps as NumberFieldGroupProps_2 } from '@base-ui/react/number-field';
148
- import { NumberFieldIncrementProps as NumberFieldIncrementProps_2 } from '@base-ui/react/number-field';
149
- import { NumberFieldInputProps as NumberFieldInputProps_2 } from '@base-ui/react/number-field';
150
- import { NumberFieldRootProps as NumberFieldRootProps_2 } from '@base-ui/react/number-field';
151
- import { NumberFieldScrubAreaCursorProps as NumberFieldScrubAreaCursorProps_2 } from '@base-ui/react/number-field';
152
- import { NumberFieldScrubAreaProps as NumberFieldScrubAreaProps_2 } from '@base-ui/react/number-field';
86
+ import { MeterIndicatorProps as MeterIndicatorProps_2 } from '@base-ui/react';
87
+ import { MeterLabelProps as MeterLabelProps_2 } from '@base-ui/react';
88
+ import { MeterRootProps as MeterRootProps_2 } from '@base-ui/react';
89
+ import { MeterTrackProps as MeterTrackProps_2 } from '@base-ui/react';
90
+ import { MeterValueProps as MeterValueProps_2 } from '@base-ui/react';
91
+ import { NavigationMenuArrowProps as NavigationMenuArrowProps_2 } from '@base-ui/react';
92
+ import { NavigationMenuBackdropProps as NavigationMenuBackdropProps_2 } from '@base-ui/react';
93
+ import { NavigationMenuContentProps as NavigationMenuContentProps_2 } from '@base-ui/react';
94
+ import { NavigationMenuIconProps as NavigationMenuIconProps_2 } from '@base-ui/react';
95
+ import { NavigationMenuItemProps as NavigationMenuItemProps_2 } from '@base-ui/react';
96
+ import { NavigationMenuLinkProps as NavigationMenuLinkProps_2 } from '@base-ui/react';
97
+ import { NavigationMenuListProps as NavigationMenuListProps_2 } from '@base-ui/react';
98
+ import { NavigationMenuPopupProps as NavigationMenuPopupProps_2 } from '@base-ui/react';
99
+ import { NavigationMenuPortalProps as NavigationMenuPortalProps_2 } from '@base-ui/react';
100
+ import { NavigationMenuPositionerProps as NavigationMenuPositionerProps_2 } from '@base-ui/react';
101
+ import { NavigationMenuTriggerProps as NavigationMenuTriggerProps_2 } from '@base-ui/react';
102
+ import { NavigationMenuViewportProps as NavigationMenuViewportProps_2 } from '@base-ui/react';
103
+ import { NumberFieldDecrementProps as NumberFieldDecrementProps_2 } from '@base-ui/react';
104
+ import { NumberFieldGroupProps as NumberFieldGroupProps_2 } from '@base-ui/react';
105
+ import { NumberFieldIncrementProps as NumberFieldIncrementProps_2 } from '@base-ui/react';
106
+ import { NumberFieldInputProps as NumberFieldInputProps_2 } from '@base-ui/react';
107
+ import { NumberFieldRootProps as NumberFieldRootProps_2 } from '@base-ui/react';
108
+ import { NumberFieldScrubAreaCursorProps as NumberFieldScrubAreaCursorProps_2 } from '@base-ui/react';
109
+ import { NumberFieldScrubAreaProps as NumberFieldScrubAreaProps_2 } from '@base-ui/react';
153
110
  import { Padding } from '@floating-ui/react-dom';
154
- import { PopoverArrowProps as PopoverArrowProps_2 } from '@base-ui/react/popover';
155
- import { PopoverBackdropProps as PopoverBackdropProps_2 } from '@base-ui/react/popover';
156
- import { PopoverCloseProps as PopoverCloseProps_2 } from '@base-ui/react/popover';
157
- import { PopoverDescriptionProps as PopoverDescriptionProps_2 } from '@base-ui/react/popover';
158
- import { PopoverPopupProps as PopoverPopupProps_2 } from '@base-ui/react/popover';
159
- import { PopoverPortalProps as PopoverPortalProps_2 } from '@base-ui/react/popover';
160
- import { PopoverPositionerProps as PopoverPositionerProps_2 } from '@base-ui/react/popover';
111
+ import { PopoverArrowProps as PopoverArrowProps_2 } from '@base-ui/react';
112
+ import { PopoverBackdropProps as PopoverBackdropProps_2 } from '@base-ui/react';
113
+ import { PopoverCloseProps as PopoverCloseProps_2 } from '@base-ui/react';
114
+ import { PopoverDescriptionProps as PopoverDescriptionProps_2 } from '@base-ui/react';
115
+ import { PopoverPopupProps as PopoverPopupProps_2 } from '@base-ui/react';
116
+ import { PopoverPortalProps as PopoverPortalProps_2 } from '@base-ui/react';
117
+ import { PopoverPositionerProps as PopoverPositionerProps_2 } from '@base-ui/react';
161
118
  import { PopoverRootChangeEventReason as PopoverRootChangeEventReason_2 } from '../index.js';
162
- import { PopoverTitleProps as PopoverTitleProps_2 } from '@base-ui/react/popover';
163
- import { PreviewCardArrowProps as PreviewCardArrowProps_2 } from '@base-ui/react/preview-card';
164
- import { PreviewCardBackdropProps as PreviewCardBackdropProps_2 } from '@base-ui/react/preview-card';
165
- import { PreviewCardPopupProps as PreviewCardPopupProps_2 } from '@base-ui/react/preview-card';
166
- import { PreviewCardPortalProps as PreviewCardPortalProps_2 } from '@base-ui/react/preview-card';
167
- import { PreviewCardPositionerProps as PreviewCardPositionerProps_2 } from '@base-ui/react/preview-card';
168
- import { ProgressIndicatorProps as ProgressIndicatorProps_2 } from '@base-ui/react/progress';
169
- import { ProgressLabelProps as ProgressLabelProps_2 } from '@base-ui/react/progress';
170
- import { ProgressRootProps as ProgressRootProps_2 } from '@base-ui/react/progress';
171
- import { ProgressTrackProps as ProgressTrackProps_2 } from '@base-ui/react/progress';
172
- import { ProgressValueProps as ProgressValueProps_2 } from '@base-ui/react/progress';
119
+ import { PopoverTitleProps as PopoverTitleProps_2 } from '@base-ui/react';
120
+ import { PreviewCardArrowProps as PreviewCardArrowProps_2 } from '@base-ui/react';
121
+ import { PreviewCardBackdropProps as PreviewCardBackdropProps_2 } from '@base-ui/react';
122
+ import { PreviewCardPopupProps as PreviewCardPopupProps_2 } from '@base-ui/react';
123
+ import { PreviewCardPortalProps as PreviewCardPortalProps_2 } from '@base-ui/react';
124
+ import { PreviewCardPositionerProps as PreviewCardPositionerProps_2 } from '@base-ui/react';
125
+ import { ProgressIndicatorProps as ProgressIndicatorProps_2 } from '@base-ui/react';
126
+ import { ProgressLabelProps as ProgressLabelProps_2 } from '@base-ui/react';
127
+ import { ProgressRootProps as ProgressRootProps_2 } from '@base-ui/react';
128
+ import { ProgressTrackProps as ProgressTrackProps_2 } from '@base-ui/react';
129
+ import { ProgressValueProps as ProgressValueProps_2 } from '@base-ui/react';
173
130
  import { RadioGroup as RadioGroup_3 } from '@base-ui/react';
174
131
  import { RadioGroupOrientation as RadioGroupOrientation_2 } from '../RadioGroup/RadioGroup';
175
- import { RadioIndicatorProps as RadioIndicatorProps_2 } from '@base-ui/react/radio';
132
+ import { RadioIndicatorProps as RadioIndicatorProps_2 } from '@base-ui/react';
176
133
  import * as React_2 from 'react';
177
134
  import { ReactStore } from '@base-ui/utils/store';
178
135
  import { Rect } from '@floating-ui/utils';
179
- import { ScrollAreaContentProps as ScrollAreaContentProps_2 } from '@base-ui/react/scroll-area';
180
- import { ScrollAreaCornerProps as ScrollAreaCornerProps_2 } from '@base-ui/react/scroll-area';
181
- import { ScrollAreaRootProps as ScrollAreaRootProps_2 } from '@base-ui/react/scroll-area';
182
- import { ScrollAreaScrollbarProps as ScrollAreaScrollbarProps_2 } from '@base-ui/react/scroll-area';
183
- import { ScrollAreaThumbProps as ScrollAreaThumbProps_2 } from '@base-ui/react/scroll-area';
184
- import { ScrollAreaViewportProps as ScrollAreaViewportProps_2 } from '@base-ui/react/scroll-area';
185
- import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react/select';
186
- import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react/select';
187
- import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react/select';
188
- import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react/select';
189
- import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react/select';
190
- import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react/select';
191
- import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react/select';
192
- import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react/select';
193
- import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react/select';
194
- import { SelectListProps as SelectListProps_2 } from '@base-ui/react/select';
195
- import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react/select';
196
- import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react/select';
197
- import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react/select';
198
- import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react/select';
199
- import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react/select';
200
- import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react/select';
201
- import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react/select';
136
+ import { ScrollAreaContentProps as ScrollAreaContentProps_2 } from '@base-ui/react';
137
+ import { ScrollAreaCornerProps as ScrollAreaCornerProps_2 } from '@base-ui/react';
138
+ import { ScrollAreaRootProps as ScrollAreaRootProps_2 } from '@base-ui/react';
139
+ import { ScrollAreaScrollbarProps as ScrollAreaScrollbarProps_2 } from '@base-ui/react';
140
+ import { ScrollAreaThumbProps as ScrollAreaThumbProps_2 } from '@base-ui/react';
141
+ import { ScrollAreaViewportProps as ScrollAreaViewportProps_2 } from '@base-ui/react';
142
+ import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react';
143
+ import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react';
144
+ import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react';
145
+ import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react';
146
+ import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react';
147
+ import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react';
148
+ import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react';
149
+ import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react';
150
+ import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react';
151
+ import { SelectListProps as SelectListProps_2 } from '@base-ui/react';
152
+ import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react';
153
+ import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react';
154
+ import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react';
155
+ import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react';
156
+ import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react';
157
+ import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react';
158
+ import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react';
202
159
  import { SeparatorProps as SeparatorProps_2 } from '@base-ui/react';
203
- import { SliderControlProps as SliderControlProps_2 } from '@base-ui/react/slider';
204
- import { SliderIndicatorProps as SliderIndicatorProps_2 } from '@base-ui/react/slider';
205
- import { SliderLabelProps as SliderLabelProps_2 } from '@base-ui/react/slider';
206
- import { SliderThumbProps as SliderThumbProps_2 } from '@base-ui/react/slider';
207
- import { SliderTrackProps as SliderTrackProps_2 } from '@base-ui/react/slider';
208
- import { SliderValueProps as SliderValueProps_2 } from '@base-ui/react/slider';
209
- import { SwitchRootProps as SwitchRootProps_2 } from '@base-ui/react/switch';
210
- import { SwitchThumbProps as SwitchThumbProps_2 } from '@base-ui/react/switch';
211
- import { TabsIndicatorProps as TabsIndicatorProps_2 } from '@base-ui/react/tabs';
212
- import { TabsPanelProps as TabsPanelProps_2 } from '@base-ui/react/tabs';
213
- import { TabsRootProps as TabsRootProps_2 } from '@base-ui/react/tabs';
214
- import { TabsTabProps as TabsTabProps_2 } from '@base-ui/react/tabs';
160
+ import { SliderControlProps as SliderControlProps_2 } from '@base-ui/react';
161
+ import { SliderIndicatorProps as SliderIndicatorProps_2 } from '@base-ui/react';
162
+ import { SliderLabelProps as SliderLabelProps_2 } from '@base-ui/react';
163
+ import { SliderThumbProps as SliderThumbProps_2 } from '@base-ui/react';
164
+ import { SliderTrackProps as SliderTrackProps_2 } from '@base-ui/react';
165
+ import { SliderValueProps as SliderValueProps_2 } from '@base-ui/react';
166
+ import { SwitchRootProps as SwitchRootProps_2 } from '@base-ui/react';
167
+ import { SwitchThumbProps as SwitchThumbProps_2 } from '@base-ui/react';
168
+ import { TabsIndicatorProps as TabsIndicatorProps_2 } from '@base-ui/react';
169
+ import { TabsPanelProps as TabsPanelProps_2 } from '@base-ui/react';
170
+ import { TabsRootProps as TabsRootProps_2 } from '@base-ui/react';
171
+ import { TabsTabProps as TabsTabProps_2 } from '@base-ui/react';
215
172
  import { Timeout } from '@base-ui/utils/useTimeout';
216
- import { ToolbarButtonProps as ToolbarButtonProps_2 } from '@base-ui/react/toolbar';
217
- import { ToolbarGroupProps as ToolbarGroupProps_2 } from '@base-ui/react/toolbar';
218
- import { ToolbarInputProps as ToolbarInputProps_2 } from '@base-ui/react/toolbar';
219
- import { ToolbarLinkProps as ToolbarLinkProps_2 } from '@base-ui/react/toolbar';
220
- import { ToolbarRootProps as ToolbarRootProps_2 } from '@base-ui/react/toolbar';
221
- import { ToolbarSeparatorProps as ToolbarSeparatorProps_2 } from '@base-ui/react/toolbar';
222
- import { TooltipArrowProps as TooltipArrowProps_2 } from '@base-ui/react/tooltip';
223
- import { TooltipPopupProps as TooltipPopupProps_2 } from '@base-ui/react/tooltip';
224
- import { TooltipPortalProps as TooltipPortalProps_2 } from '@base-ui/react/tooltip';
225
- import { TooltipPositionerProps as TooltipPositionerProps_2 } from '@base-ui/react/tooltip';
226
- import { TooltipProviderProps as TooltipProviderProps_2 } from '@base-ui/react/tooltip';
173
+ import { ToolbarButtonProps as ToolbarButtonProps_2 } from '@base-ui/react';
174
+ import { ToolbarGroupProps as ToolbarGroupProps_2 } from '@base-ui/react';
175
+ import { ToolbarInputProps as ToolbarInputProps_2 } from '@base-ui/react';
176
+ import { ToolbarLinkProps as ToolbarLinkProps_2 } from '@base-ui/react';
177
+ import { ToolbarRootProps as ToolbarRootProps_2 } from '@base-ui/react';
178
+ import { ToolbarSeparatorProps as ToolbarSeparatorProps_2 } from '@base-ui/react';
179
+ import { TooltipArrowProps as TooltipArrowProps_2 } from '@base-ui/react';
180
+ import { TooltipPopupProps as TooltipPopupProps_2 } from '@base-ui/react';
181
+ import { TooltipPortalProps as TooltipPortalProps_2 } from '@base-ui/react';
182
+ import { TooltipPositionerProps as TooltipPositionerProps_2 } from '@base-ui/react';
183
+ import { TooltipProviderProps as TooltipProviderProps_2 } from '@base-ui/react';
227
184
  import { TooltipRootChangeEventReason as TooltipRootChangeEventReason_2 } from '../index.js';
228
185
  import { TransitionStatus as TransitionStatus_2 } from '../../internals/useTransitionStatus.js';
229
186
  import type { UseFloatingReturn } from '@floating-ui/react-dom';
@@ -231,29 +188,29 @@ import { VirtualElement } from '@floating-ui/react-dom';
231
188
 
232
189
  export declare const Accordion: {
233
190
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AccordionItemProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
234
- className?: string | undefined;
191
+ className?: string;
235
192
  } & React_2.RefAttributes<HTMLDivElement>>;
236
193
  Header: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AccordionHeaderProps_2, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
237
- className?: string | undefined;
194
+ className?: string;
238
195
  } & React_2.RefAttributes<HTMLHeadingElement>>;
239
196
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AccordionTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
240
- className?: string | undefined;
197
+ className?: string;
241
198
  } & React_2.RefAttributes<HTMLElement>>;
242
199
  Panel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AccordionPanelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
243
- className?: string | undefined;
200
+ className?: string;
244
201
  } & React_2.RefAttributes<HTMLDivElement>>;
245
202
  Root: typeof Root;
246
203
  Arrow: React_2.ForwardRefExoticComponent<ChevronDownProps & {
247
- className?: string | undefined;
204
+ className?: string;
248
205
  } & React_2.RefAttributes<SVGSVGElement>>;
249
206
  Title: React_2.ForwardRefExoticComponent<Omit<Omit<TypographyProps, "variant">, "className"> & {
250
- className?: string | undefined;
207
+ className?: string;
251
208
  } & React_2.RefAttributes<HTMLElement>>;
252
209
  Subtitle: React_2.ForwardRefExoticComponent<Omit<React_2.HTMLAttributes<HTMLSpanElement>, "className"> & {
253
- className?: string | undefined;
210
+ className?: string;
254
211
  } & React_2.RefAttributes<HTMLSpanElement>>;
255
212
  Suffix: React_2.ForwardRefExoticComponent<Omit<React_2.HTMLAttributes<HTMLSpanElement>, "className"> & {
256
- className?: string | undefined;
213
+ className?: string;
257
214
  } & React_2.RefAttributes<HTMLSpanElement>>;
258
215
  };
259
216
 
@@ -485,22 +442,22 @@ export declare const AccordionVariant: {
485
442
 
486
443
  export declare const AlertDialog: {
487
444
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
488
- className?: string | undefined;
445
+ className?: string;
489
446
  } & React_2.RefAttributes<HTMLDivElement>>;
490
447
  Close: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogCloseProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
491
- className?: string | undefined;
448
+ className?: string;
492
449
  } & React_2.RefAttributes<HTMLButtonElement>>;
493
450
  Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogDescriptionProps_2, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
494
- className?: string | undefined;
451
+ className?: string;
495
452
  } & React_2.RefAttributes<HTMLParagraphElement>>;
496
453
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
497
- className?: string | undefined;
454
+ className?: string;
498
455
  } & React_2.RefAttributes<HTMLDivElement>>;
499
456
  Title: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogTitleProps_2, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
500
- className?: string | undefined;
457
+ className?: string;
501
458
  } & React_2.RefAttributes<HTMLHeadingElement>>;
502
459
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
503
- className?: string | undefined;
460
+ className?: string;
504
461
  } & React_2.RefAttributes<HTMLDivElement>>;
505
462
  Root: typeof AlertDialog_2.Root;
506
463
  Trigger: typeof Trigger;
@@ -663,50 +620,50 @@ declare interface AriaComboboxState {}
663
620
 
664
621
  export declare const Autocomplete: {
665
622
  InputGroup: React_2.ForwardRefExoticComponent<Omit<Omit<AutocompleteInputGroupProps_2 & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
666
- className?: string | undefined;
623
+ className?: string;
667
624
  } & React_2.RefAttributes<HTMLDivElement>>;
668
625
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<AutocompleteItemProps_2 & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
669
- className?: string | undefined;
626
+ className?: string;
670
627
  } & React_2.RefAttributes<HTMLDivElement>>;
671
628
  Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
672
- className?: string | undefined;
629
+ className?: string;
673
630
  } & React_2.RefAttributes<HTMLInputElement>>;
674
631
  Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
675
- className?: string | undefined;
632
+ className?: string;
676
633
  } & React_2.RefAttributes<HTMLSpanElement>>;
677
634
  Clear: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteClearProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
678
- className?: string | undefined;
635
+ className?: string;
679
636
  } & React_2.RefAttributes<HTMLButtonElement>>;
680
637
  List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
681
- className?: string | undefined;
638
+ className?: string;
682
639
  } & React_2.RefAttributes<HTMLDivElement>>;
683
640
  Status: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteStatusProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
684
- className?: string | undefined;
641
+ className?: string;
685
642
  } & React_2.RefAttributes<HTMLDivElement>>;
686
643
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
687
- className?: string | undefined;
644
+ className?: string;
688
645
  } & React_2.RefAttributes<HTMLDivElement>>;
689
646
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompletePositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
690
- className?: string | undefined;
647
+ className?: string;
691
648
  } & React_2.RefAttributes<HTMLDivElement>>;
692
649
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompletePopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
693
- className?: string | undefined;
650
+ className?: string;
694
651
  } & React_2.RefAttributes<HTMLDivElement>>;
695
652
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
696
- className?: string | undefined;
653
+ className?: string;
697
654
  } & React_2.RefAttributes<HTMLDivElement>>;
698
655
  Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
699
- className?: string | undefined;
656
+ className?: string;
700
657
  } & React_2.RefAttributes<HTMLDivElement>>;
701
658
  GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
702
- className?: string | undefined;
659
+ className?: string;
703
660
  } & React_2.RefAttributes<HTMLDivElement>>;
704
661
  Row: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteRowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
705
- className?: string | undefined;
662
+ className?: string;
706
663
  } & React_2.RefAttributes<HTMLDivElement>>;
707
664
  Collection: typeof Autocomplete_2.Collection;
708
665
  Empty: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteEmptyProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
709
- className?: string | undefined;
666
+ className?: string;
710
667
  } & React_2.RefAttributes<HTMLDivElement>>;
711
668
  Root: typeof Autocomplete_2.Root;
712
669
  Trigger: typeof Trigger_2;
@@ -1038,15 +995,15 @@ export declare interface AutocompleteValueState {}
1038
995
 
1039
996
  export declare const Avatar: {
1040
997
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AvatarRootProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1041
- className?: string | undefined;
998
+ className?: string;
1042
999
  } & {
1043
- size?: string | number | undefined;
1000
+ size?: number | string;
1044
1001
  } & React_2.RefAttributes<HTMLSpanElement>>;
1045
1002
  Image: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AvatarImageProps_2, "ref"> & React_2.RefAttributes<HTMLImageElement>, "ref">, "className"> & {
1046
- className?: string | undefined;
1003
+ className?: string;
1047
1004
  } & React_2.RefAttributes<HTMLImageElement>>;
1048
1005
  Fallback: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AvatarFallbackProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1049
- className?: string | undefined;
1006
+ className?: string;
1050
1007
  } & React_2.RefAttributes<HTMLSpanElement>>;
1051
1008
  };
1052
1009
 
@@ -1248,16 +1205,16 @@ export declare type BoxVariant = 'primary' | 'secondary';
1248
1205
  export declare const Breadcrumbs: {
1249
1206
  Root: typeof Root_2;
1250
1207
  List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuListProps_2, "ref"> & React_2.RefAttributes<HTMLUListElement>, "ref">, "className"> & {
1251
- className?: string | undefined;
1208
+ className?: string;
1252
1209
  } & React_2.RefAttributes<HTMLUListElement>>;
1253
1210
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuItemProps_2, "ref"> & React_2.RefAttributes<HTMLLIElement>, "ref">, "className"> & {
1254
- className?: string | undefined;
1211
+ className?: string;
1255
1212
  } & React_2.RefAttributes<HTMLLIElement>>;
1256
1213
  Link: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuLinkProps_2, "ref"> & React_2.RefAttributes<HTMLAnchorElement>, "ref">, "className"> & {
1257
- className?: string | undefined;
1214
+ className?: string;
1258
1215
  } & React_2.RefAttributes<HTMLAnchorElement>>;
1259
1216
  Page: React_2.ForwardRefExoticComponent<{
1260
- className?: string | undefined;
1217
+ className?: string;
1261
1218
  } & Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
1262
1219
  };
1263
1220
 
@@ -1305,12 +1262,12 @@ declare interface ChangeEventCustomProperties {
1305
1262
 
1306
1263
  export declare const Checkbox: {
1307
1264
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CheckboxRootProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
1308
- className?: string | undefined;
1265
+ className?: string;
1309
1266
  } & {
1310
- size?: number | undefined;
1267
+ size?: number;
1311
1268
  } & React_2.RefAttributes<HTMLElement>>;
1312
1269
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CheckboxIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1313
- className?: string | undefined;
1270
+ className?: string;
1314
1271
  } & React_2.RefAttributes<HTMLSpanElement>>;
1315
1272
  };
1316
1273
 
@@ -1351,7 +1308,7 @@ export declare type CheckboxFieldVariant = 'default' | 'box';
1351
1308
  export declare type CheckboxFieldVerticalAlignment = 'center' | 'top';
1352
1309
 
1353
1310
  export declare const CheckboxGroup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CheckboxGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1354
- className?: string | undefined;
1311
+ className?: string;
1355
1312
  } & React_2.RefAttributes<HTMLDivElement>>;
1356
1313
 
1357
1314
  /**
@@ -1594,13 +1551,13 @@ declare const closeWatcher: "close-watcher";
1594
1551
 
1595
1552
  export declare const Collapsible: {
1596
1553
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CollapsibleRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1597
- className?: string | undefined;
1554
+ className?: string;
1598
1555
  } & React_2.RefAttributes<HTMLDivElement>>;
1599
1556
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CollapsibleTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
1600
- className?: string | undefined;
1557
+ className?: string;
1601
1558
  } & React_2.RefAttributes<HTMLButtonElement>>;
1602
1559
  Panel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<CollapsiblePanelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1603
- className?: string | undefined;
1560
+ className?: string;
1604
1561
  } & React_2.RefAttributes<HTMLDivElement>>;
1605
1562
  };
1606
1563
 
@@ -1709,72 +1666,72 @@ declare type CollisionAvoidance = SideFlipMode | SideShiftMode;
1709
1666
 
1710
1667
  export declare const Combobox: {
1711
1668
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1712
- className?: string | undefined;
1669
+ className?: string;
1713
1670
  } & React_2.RefAttributes<HTMLDivElement>>;
1714
- Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
1715
- className?: string | undefined;
1671
+ Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
1672
+ className?: string;
1716
1673
  } & React_2.RefAttributes<HTMLInputElement>>;
1717
1674
  InputGroup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxInputGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1718
- className?: string | undefined;
1675
+ className?: string;
1719
1676
  } & React_2.RefAttributes<HTMLDivElement>>;
1720
1677
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
1721
- className?: string | undefined;
1678
+ className?: string;
1722
1679
  } & React_2.RefAttributes<HTMLButtonElement>>;
1723
- List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1724
- className?: string | undefined;
1680
+ List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1681
+ className?: string;
1725
1682
  } & React_2.RefAttributes<HTMLDivElement>>;
1726
- Status: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxStatusProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1727
- className?: string | undefined;
1683
+ Status: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteStatusProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1684
+ className?: string;
1728
1685
  } & React_2.RefAttributes<HTMLDivElement>>;
1729
- Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1730
- className?: string | undefined;
1686
+ Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1687
+ className?: string;
1731
1688
  } & React_2.RefAttributes<HTMLDivElement>>;
1732
- Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1733
- className?: string | undefined;
1689
+ Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompletePositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1690
+ className?: string;
1734
1691
  } & React_2.RefAttributes<HTMLDivElement>>;
1735
- Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1736
- className?: string | undefined;
1692
+ Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompletePopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1693
+ className?: string;
1737
1694
  } & React_2.RefAttributes<HTMLDivElement>>;
1738
- Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1739
- className?: string | undefined;
1695
+ Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1696
+ className?: string;
1740
1697
  } & React_2.RefAttributes<HTMLDivElement>>;
1741
- Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1742
- className?: string | undefined;
1698
+ Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1699
+ className?: string;
1743
1700
  } & React_2.RefAttributes<HTMLSpanElement>>;
1744
- Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1745
- className?: string | undefined;
1701
+ Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1702
+ className?: string;
1746
1703
  } & React_2.RefAttributes<HTMLDivElement>>;
1747
- GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1748
- className?: string | undefined;
1704
+ GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1705
+ className?: string;
1749
1706
  } & React_2.RefAttributes<HTMLDivElement>>;
1750
1707
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxItemProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1751
- className?: string | undefined;
1708
+ className?: string;
1752
1709
  } & React_2.RefAttributes<HTMLDivElement>>;
1753
1710
  ItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
1754
- className?: string | undefined;
1711
+ className?: string;
1755
1712
  } & React_2.RefAttributes<HTMLSpanElement>>;
1756
1713
  Chips: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxChipsProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1757
- className?: string | undefined;
1714
+ className?: string;
1758
1715
  } & React_2.RefAttributes<HTMLDivElement>>;
1759
1716
  Chip: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxChipProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1760
- className?: string | undefined;
1717
+ className?: string;
1761
1718
  } & React_2.RefAttributes<HTMLDivElement>>;
1762
1719
  ChipRemove: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxChipRemoveProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
1763
- className?: string | undefined;
1720
+ className?: string;
1764
1721
  } & React_2.RefAttributes<HTMLButtonElement>>;
1765
- Row: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxRowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1766
- className?: string | undefined;
1722
+ Row: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteRowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1723
+ className?: string;
1767
1724
  } & React_2.RefAttributes<HTMLDivElement>>;
1768
1725
  Collection: typeof Combobox_2.Collection;
1769
- Empty: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxEmptyProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1770
- className?: string | undefined;
1726
+ Empty: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteEmptyProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
1727
+ className?: string;
1771
1728
  } & React_2.RefAttributes<HTMLDivElement>>;
1772
- Clear: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ComboboxClearProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
1773
- className?: string | undefined;
1729
+ Clear: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AutocompleteClearProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
1730
+ className?: string;
1774
1731
  } & React_2.RefAttributes<HTMLButtonElement>>;
1775
1732
  Root: typeof Combobox_2.Root;
1776
1733
  Value: typeof Combobox_2.Value;
1777
- Portal: React_2.ForwardRefExoticComponent<Omit<ComboboxPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1734
+ Portal: React_2.ForwardRefExoticComponent<Omit<AutocompletePortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1778
1735
  Separator: React_2.ForwardRefExoticComponent<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1779
1736
  };
1780
1737
 
@@ -2957,52 +2914,52 @@ declare interface ContextData {
2957
2914
 
2958
2915
  export declare const ContextMenu: {
2959
2916
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2960
- className?: string | undefined;
2917
+ className?: string;
2961
2918
  } & React_2.RefAttributes<HTMLDivElement>>;
2962
2919
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2963
- className?: string | undefined;
2920
+ className?: string;
2964
2921
  } & React_2.RefAttributes<HTMLDivElement>>;
2965
2922
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2966
- className?: string | undefined;
2923
+ className?: string;
2967
2924
  } & React_2.RefAttributes<HTMLDivElement>>;
2968
2925
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2969
- className?: string | undefined;
2926
+ className?: string;
2970
2927
  } & React_2.RefAttributes<HTMLDivElement>>;
2971
2928
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2972
- className?: string | undefined;
2929
+ className?: string;
2973
2930
  } & React_2.RefAttributes<HTMLDivElement>>;
2974
2931
  Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2975
- className?: string | undefined;
2932
+ className?: string;
2976
2933
  } & React_2.RefAttributes<HTMLDivElement>>;
2977
2934
  GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2978
- className?: string | undefined;
2935
+ className?: string;
2979
2936
  } & React_2.RefAttributes<HTMLDivElement>>;
2980
2937
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
2981
- className?: string | undefined;
2938
+ className?: string;
2982
2939
  } & React_2.RefAttributes<HTMLElement>>;
2983
2940
  CheckboxItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuCheckboxItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
2984
- className?: string | undefined;
2941
+ className?: string;
2985
2942
  } & React_2.RefAttributes<HTMLElement>>;
2986
2943
  CheckboxItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuCheckboxItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
2987
- className?: string | undefined;
2944
+ className?: string;
2988
2945
  } & React_2.RefAttributes<HTMLSpanElement>>;
2989
2946
  LinkItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuLinkItemProps_2, "ref"> & React_2.RefAttributes<Element>, "ref">, "className"> & {
2990
- className?: string | undefined;
2947
+ className?: string;
2991
2948
  } & React_2.RefAttributes<Element>>;
2992
2949
  RadioGroup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
2993
- className?: string | undefined;
2950
+ className?: string;
2994
2951
  } & React_2.RefAttributes<HTMLDivElement>>;
2995
2952
  RadioItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
2996
- className?: string | undefined;
2953
+ className?: string;
2997
2954
  } & React_2.RefAttributes<HTMLElement>>;
2998
2955
  RadioItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
2999
- className?: string | undefined;
2956
+ className?: string;
3000
2957
  } & React_2.RefAttributes<HTMLSpanElement>>;
3001
2958
  SubmenuTrigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuSubmenuTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
3002
- className?: string | undefined;
2959
+ className?: string;
3003
2960
  } & React_2.RefAttributes<HTMLElement>>;
3004
2961
  Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3005
- className?: string | undefined;
2962
+ className?: string;
3006
2963
  } & React_2.RefAttributes<HTMLDivElement>>;
3007
2964
  Root: typeof ContextMenu_2.Root;
3008
2965
  SubmenuRoot: typeof ContextMenu_2.SubmenuRoot;
@@ -3168,27 +3125,27 @@ declare function Description({ className, ...props }: WithStringClassName<Drawer
3168
3125
  declare type DescriptionAlign = 'start' | 'end';
3169
3126
 
3170
3127
  export declare const Dialog: {
3171
- Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3172
- className?: string | undefined;
3128
+ Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3129
+ className?: string;
3173
3130
  } & React_2.RefAttributes<HTMLDivElement>>;
3174
- Close: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogCloseProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
3175
- className?: string | undefined;
3131
+ Close: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogCloseProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
3132
+ className?: string;
3176
3133
  } & React_2.RefAttributes<HTMLButtonElement>>;
3177
- Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogDescriptionProps_2, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
3178
- className?: string | undefined;
3134
+ Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogDescriptionProps_2, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
3135
+ className?: string;
3179
3136
  } & React_2.RefAttributes<HTMLParagraphElement>>;
3180
- Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3181
- className?: string | undefined;
3137
+ Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3138
+ className?: string;
3182
3139
  } & React_2.RefAttributes<HTMLDivElement>>;
3183
- Title: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogTitleProps_2, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
3184
- className?: string | undefined;
3140
+ Title: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogTitleProps_2, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
3141
+ className?: string;
3185
3142
  } & React_2.RefAttributes<HTMLHeadingElement>>;
3186
- Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DialogViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3187
- className?: string | undefined;
3143
+ Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<AlertDialogViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3144
+ className?: string;
3188
3145
  } & React_2.RefAttributes<HTMLDivElement>>;
3189
3146
  Root: typeof Dialog_2.Root;
3190
3147
  Trigger: typeof Trigger_3;
3191
- Portal: React_2.ForwardRefExoticComponent<Omit<DialogPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
3148
+ Portal: React_2.ForwardRefExoticComponent<Omit<AlertDialogPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
3192
3149
  Handle: typeof Dialog_2.Handle;
3193
3150
  createHandle: typeof Dialog_2.createHandle;
3194
3151
  };
@@ -3634,25 +3591,25 @@ declare const drag: "drag";
3634
3591
 
3635
3592
  export declare const Drawer: {
3636
3593
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3637
- className?: string | undefined;
3594
+ className?: string;
3638
3595
  } & React_2.RefAttributes<HTMLDivElement>>;
3639
3596
  Content: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerContentProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3640
- className?: string | undefined;
3597
+ className?: string;
3641
3598
  } & React_2.RefAttributes<HTMLDivElement>>;
3642
3599
  Indent: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerIndentProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3643
- className?: string | undefined;
3600
+ className?: string;
3644
3601
  } & React_2.RefAttributes<HTMLDivElement>>;
3645
3602
  IndentBackground: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerIndentBackgroundProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3646
- className?: string | undefined;
3603
+ className?: string;
3647
3604
  } & React_2.RefAttributes<HTMLDivElement>>;
3648
3605
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3649
- className?: string | undefined;
3606
+ className?: string;
3650
3607
  } & React_2.RefAttributes<HTMLDivElement>>;
3651
3608
  SwipeArea: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerSwipeAreaProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3652
- className?: string | undefined;
3609
+ className?: string;
3653
3610
  } & React_2.RefAttributes<HTMLDivElement>>;
3654
3611
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<DrawerViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
3655
- className?: string | undefined;
3612
+ className?: string;
3656
3613
  } & React_2.RefAttributes<HTMLDivElement>>;
3657
3614
  Root: typeof Drawer_2.Root;
3658
3615
  Trigger: typeof Trigger_4;
@@ -4248,33 +4205,33 @@ declare interface ExtendedRefs {
4248
4205
 
4249
4206
  export declare const Field: {
4250
4207
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4251
- className?: string | undefined;
4208
+ className?: string;
4252
4209
  } & React_2.RefAttributes<HTMLDivElement>>;
4253
4210
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldLabelProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
4254
- className?: string | undefined;
4211
+ className?: string;
4255
4212
  } & {
4256
4213
  /** `floating` lifts the label into the control until it is focused or filled. */
4257
- variant?: LabelVariant | undefined;
4214
+ variant?: LabelVariant;
4258
4215
  } & React_2.RefAttributes<HTMLElement>>;
4259
4216
  Error: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldErrorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4260
- className?: string | undefined;
4217
+ className?: string;
4261
4218
  } & React_2.RefAttributes<HTMLDivElement>>;
4262
4219
  Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldDescriptionProps_2, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
4263
- className?: string | undefined;
4220
+ className?: string;
4264
4221
  } & {
4265
4222
  /** Horizontal alignment of the text. */
4266
- align?: DescriptionAlign | undefined;
4223
+ align?: DescriptionAlign;
4267
4224
  } & React_2.RefAttributes<HTMLParagraphElement>>;
4268
4225
  Control: React_2.ForwardRefExoticComponent<Omit<WithStringClassName<Omit<Omit<FieldControlProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">>, "prefix" | "suffix"> & {
4269
4226
  /** `line` swaps the boxed border for a single bottom border. */
4270
- variant?: ControlVariant | undefined;
4227
+ variant?: ControlVariant;
4271
4228
  /** Content shown inside the field before the input. */
4272
4229
  prefix?: React_2.ReactNode;
4273
4230
  /** Content shown inside the field after the input. */
4274
4231
  suffix?: React_2.ReactNode;
4275
4232
  } & React_2.RefAttributes<HTMLElement>>;
4276
4233
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldItemProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4277
- className?: string | undefined;
4234
+ className?: string;
4278
4235
  } & React_2.RefAttributes<HTMLDivElement>>;
4279
4236
  Validity: React_2.FC<FieldValidityProps_2>;
4280
4237
  };
@@ -4340,7 +4297,7 @@ export declare namespace FieldDescription {
4340
4297
 
4341
4298
  export declare interface FieldDescriptionProps extends BaseUIComponentProps<'p', FieldDescriptionState> {}
4342
4299
 
4343
- declare type FieldDescriptionProps_4 = React_2.ComponentPropsWithoutRef<typeof Field.Description>;
4300
+ declare type FieldDescriptionProps_3 = React_2.ComponentPropsWithoutRef<typeof Field.Description>;
4344
4301
 
4345
4302
  export declare interface FieldDescriptionState extends FieldRootState {}
4346
4303
 
@@ -4367,7 +4324,7 @@ export declare interface FieldErrorProps extends BaseUIComponentProps<'div', Fie
4367
4324
  match?: boolean | keyof ValidityState | undefined;
4368
4325
  }
4369
4326
 
4370
- declare type FieldErrorProps_4 = React_2.ComponentPropsWithoutRef<typeof Field.Error>;
4327
+ declare type FieldErrorProps_3 = React_2.ComponentPropsWithoutRef<typeof Field.Error>;
4371
4328
 
4372
4329
  export declare interface FieldErrorState extends FieldRootState {
4373
4330
  /**
@@ -4398,7 +4355,7 @@ export declare interface FieldItemProps extends BaseUIComponentProps<'div', Fiel
4398
4355
  disabled?: boolean | undefined;
4399
4356
  }
4400
4357
 
4401
- declare type FieldItemProps_4 = React_2.ComponentPropsWithoutRef<typeof Field.Item>;
4358
+ declare type FieldItemProps_3 = React_2.ComponentPropsWithoutRef<typeof Field.Item>;
4402
4359
 
4403
4360
  export declare interface FieldItemState extends FieldRootState {}
4404
4361
 
@@ -4426,7 +4383,7 @@ export declare interface FieldLabelProps extends BaseUIComponentProps<'label', F
4426
4383
  nativeLabel?: boolean | undefined;
4427
4384
  }
4428
4385
 
4429
- declare type FieldLabelProps_4 = React_2.ComponentPropsWithoutRef<typeof Field.Label>;
4386
+ declare type FieldLabelProps_3 = React_2.ComponentPropsWithoutRef<typeof Field.Label>;
4430
4387
 
4431
4388
  export declare interface FieldLabelState extends FieldRootState {}
4432
4389
 
@@ -4506,7 +4463,7 @@ export declare interface FieldRootProps extends BaseUIComponentProps<'div', Fiel
4506
4463
  actionsRef?: React_2.RefObject<FieldRoot.Actions | null> | undefined;
4507
4464
  }
4508
4465
 
4509
- declare type FieldRootProps_4 = React_2.ComponentPropsWithoutRef<typeof Field.Root>;
4466
+ declare type FieldRootProps_3 = React_2.ComponentPropsWithoutRef<typeof Field.Root>;
4510
4467
 
4511
4468
  export declare interface FieldRootState {
4512
4469
  /**
@@ -4537,10 +4494,10 @@ export declare interface FieldRootState {
4537
4494
 
4538
4495
  export declare const Fieldset: {
4539
4496
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldsetRootProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
4540
- className?: string | undefined;
4497
+ className?: string;
4541
4498
  } & React_2.RefAttributes<HTMLElement>>;
4542
4499
  Legend: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<FieldsetLegendProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4543
- className?: string | undefined;
4500
+ className?: string;
4544
4501
  } & React_2.RefAttributes<HTMLDivElement>>;
4545
4502
  };
4546
4503
 
@@ -4798,7 +4755,7 @@ declare const focusOut: "focus-out";
4798
4755
  export declare const Form: React_2.ForwardRefExoticComponent<Omit<Omit<Form_2.Props<Record<string, any>> & {
4799
4756
  ref?: React_2.Ref<HTMLFormElement> | undefined;
4800
4757
  }, "ref">, "className"> & {
4801
- className?: string | undefined;
4758
+ className?: string;
4802
4759
  } & React_2.RefAttributes<HTMLFormElement>>;
4803
4760
 
4804
4761
  /**
@@ -4932,7 +4889,7 @@ declare interface InlineRectCoords {
4932
4889
  }
4933
4890
 
4934
4891
  export declare const Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<InputProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
4935
- className?: string | undefined;
4892
+ className?: string;
4936
4893
  } & React_2.RefAttributes<HTMLElement>>;
4937
4894
 
4938
4895
  /**
@@ -5023,57 +4980,57 @@ declare interface ListProps extends BaseListProps {
5023
4980
  }
5024
4981
 
5025
4982
  export declare const Menu: {
5026
- Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5027
- className?: string | undefined;
4983
+ Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4984
+ className?: string;
5028
4985
  } & React_2.RefAttributes<HTMLDivElement>>;
5029
- Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5030
- className?: string | undefined;
4986
+ Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4987
+ className?: string;
5031
4988
  } & React_2.RefAttributes<HTMLDivElement>>;
5032
- CheckboxItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuCheckboxItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5033
- className?: string | undefined;
4989
+ CheckboxItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuCheckboxItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
4990
+ className?: string;
5034
4991
  } & React_2.RefAttributes<HTMLElement>>;
5035
- CheckboxItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuCheckboxItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
5036
- className?: string | undefined;
4992
+ CheckboxItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuCheckboxItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
4993
+ className?: string;
5037
4994
  } & React_2.RefAttributes<HTMLSpanElement>>;
5038
- Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5039
- className?: string | undefined;
4995
+ Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4996
+ className?: string;
5040
4997
  } & React_2.RefAttributes<HTMLDivElement>>;
5041
- GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5042
- className?: string | undefined;
4998
+ GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
4999
+ className?: string;
5043
5000
  } & React_2.RefAttributes<HTMLDivElement>>;
5044
- Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5045
- className?: string | undefined;
5001
+ Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5002
+ className?: string;
5046
5003
  } & React_2.RefAttributes<HTMLElement>>;
5047
- LinkItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuLinkItemProps_2, "ref"> & React_2.RefAttributes<Element>, "ref">, "className"> & {
5048
- className?: string | undefined;
5004
+ LinkItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuLinkItemProps_2, "ref"> & React_2.RefAttributes<Element>, "ref">, "className"> & {
5005
+ className?: string;
5049
5006
  } & React_2.RefAttributes<Element>>;
5050
- Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5051
- className?: string | undefined;
5007
+ Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5008
+ className?: string;
5052
5009
  } & React_2.RefAttributes<HTMLDivElement>>;
5053
- Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5054
- className?: string | undefined;
5010
+ Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5011
+ className?: string;
5055
5012
  } & React_2.RefAttributes<HTMLDivElement>>;
5056
- RadioGroup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuRadioGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5057
- className?: string | undefined;
5013
+ RadioGroup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5014
+ className?: string;
5058
5015
  } & React_2.RefAttributes<HTMLDivElement>>;
5059
- RadioItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuRadioItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5060
- className?: string | undefined;
5016
+ RadioItem: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5017
+ className?: string;
5061
5018
  } & React_2.RefAttributes<HTMLElement>>;
5062
- RadioItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuRadioItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
5063
- className?: string | undefined;
5019
+ RadioItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuRadioItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
5020
+ className?: string;
5064
5021
  } & React_2.RefAttributes<HTMLSpanElement>>;
5065
- SubmenuTrigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenuSubmenuTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5066
- className?: string | undefined;
5022
+ SubmenuTrigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ContextMenuSubmenuTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
5023
+ className?: string;
5067
5024
  } & React_2.RefAttributes<HTMLElement>>;
5068
5025
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Menu_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5069
- className?: string | undefined;
5026
+ className?: string;
5070
5027
  } & React_2.RefAttributes<HTMLDivElement>>;
5071
5028
  Root: <Payload>(props: Menu_2.Root.Props<Payload>) => JSX_2.Element;
5072
5029
  Trigger: typeof Trigger_5;
5073
5030
  SubmenuRoot: typeof Menu_2.SubmenuRoot;
5074
- Portal: React_2.ForwardRefExoticComponent<Omit<MenuPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
5031
+ Portal: React_2.ForwardRefExoticComponent<Omit<ContextMenuPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
5075
5032
  Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5076
- className?: string | undefined;
5033
+ className?: string;
5077
5034
  } & React_2.RefAttributes<HTMLDivElement>>;
5078
5035
  Handle: typeof Menu_2.Handle;
5079
5036
  createHandle: typeof Menu_2.createHandle;
@@ -5175,7 +5132,7 @@ export { MenuBackdropState as ContextMenuBackdropState }
5175
5132
  export { MenuBackdropState }
5176
5133
 
5177
5134
  export declare const Menubar: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MenubarProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
5178
- className?: string | undefined;
5135
+ className?: string;
5179
5136
  } & React_2.RefAttributes<HTMLDivElement>>;
5180
5137
 
5181
5138
  declare interface MenubarContext {
@@ -6179,19 +6136,19 @@ export declare namespace MenuViewport {
6179
6136
 
6180
6137
  export declare const Meter: {
6181
6138
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MeterRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6182
- className?: string | undefined;
6139
+ className?: string;
6183
6140
  } & React_2.RefAttributes<HTMLDivElement>>;
6184
6141
  Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MeterTrackProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6185
- className?: string | undefined;
6142
+ className?: string;
6186
6143
  } & React_2.RefAttributes<HTMLDivElement>>;
6187
6144
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MeterIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6188
- className?: string | undefined;
6145
+ className?: string;
6189
6146
  } & React_2.RefAttributes<HTMLDivElement>>;
6190
6147
  Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MeterValueProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
6191
- className?: string | undefined;
6148
+ className?: string;
6192
6149
  } & React_2.RefAttributes<HTMLSpanElement>>;
6193
6150
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<MeterLabelProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
6194
- className?: string | undefined;
6151
+ className?: string;
6195
6152
  } & React_2.RefAttributes<HTMLSpanElement>>;
6196
6153
  };
6197
6154
 
@@ -6332,37 +6289,37 @@ declare interface NativeButtonProps {
6332
6289
 
6333
6290
  export declare const NavigationMenu: {
6334
6291
  List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuListProps_2, "ref"> & React_2.RefAttributes<HTMLUListElement>, "ref">, "className"> & {
6335
- className?: string | undefined;
6292
+ className?: string;
6336
6293
  } & React_2.RefAttributes<HTMLUListElement>>;
6337
6294
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuItemProps_2, "ref"> & React_2.RefAttributes<HTMLLIElement>, "ref">, "className"> & {
6338
- className?: string | undefined;
6295
+ className?: string;
6339
6296
  } & React_2.RefAttributes<HTMLLIElement>>;
6340
6297
  Content: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuContentProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6341
- className?: string | undefined;
6298
+ className?: string;
6342
6299
  } & React_2.RefAttributes<HTMLDivElement>>;
6343
6300
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
6344
- className?: string | undefined;
6301
+ className?: string;
6345
6302
  } & React_2.RefAttributes<HTMLButtonElement>>;
6346
6303
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6347
- className?: string | undefined;
6304
+ className?: string;
6348
6305
  } & React_2.RefAttributes<HTMLDivElement>>;
6349
6306
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6350
- className?: string | undefined;
6307
+ className?: string;
6351
6308
  } & React_2.RefAttributes<HTMLDivElement>>;
6352
6309
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6353
- className?: string | undefined;
6310
+ className?: string;
6354
6311
  } & React_2.RefAttributes<HTMLDivElement>>;
6355
6312
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuPopupProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
6356
- className?: string | undefined;
6313
+ className?: string;
6357
6314
  } & React_2.RefAttributes<HTMLElement>>;
6358
6315
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6359
- className?: string | undefined;
6316
+ className?: string;
6360
6317
  } & React_2.RefAttributes<HTMLDivElement>>;
6361
6318
  Link: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuLinkProps_2, "ref"> & React_2.RefAttributes<HTMLAnchorElement>, "ref">, "className"> & {
6362
- className?: string | undefined;
6319
+ className?: string;
6363
6320
  } & React_2.RefAttributes<HTMLAnchorElement>>;
6364
6321
  Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NavigationMenuIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
6365
- className?: string | undefined;
6322
+ className?: string;
6366
6323
  } & React_2.RefAttributes<HTMLSpanElement>>;
6367
6324
  Root: typeof Root_3;
6368
6325
  Portal: React_2.ForwardRefExoticComponent<Omit<NavigationMenuPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
@@ -6825,25 +6782,25 @@ declare interface NonNativeButtonProps {
6825
6782
 
6826
6783
  export declare const NumberField: {
6827
6784
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6828
- className?: string | undefined;
6785
+ className?: string;
6829
6786
  } & React_2.RefAttributes<HTMLDivElement>>;
6830
6787
  Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
6831
- className?: string | undefined;
6788
+ className?: string;
6832
6789
  } & React_2.RefAttributes<HTMLDivElement>>;
6833
6790
  Increment: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldIncrementProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
6834
- className?: string | undefined;
6791
+ className?: string;
6835
6792
  } & React_2.RefAttributes<HTMLButtonElement>>;
6836
6793
  Decrement: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldDecrementProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
6837
- className?: string | undefined;
6794
+ className?: string;
6838
6795
  } & React_2.RefAttributes<HTMLButtonElement>>;
6839
6796
  Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
6840
- className?: string | undefined;
6797
+ className?: string;
6841
6798
  } & React_2.RefAttributes<HTMLInputElement>>;
6842
6799
  ScrubArea: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldScrubAreaProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
6843
- className?: string | undefined;
6800
+ className?: string;
6844
6801
  } & React_2.RefAttributes<HTMLSpanElement>>;
6845
6802
  ScrubAreaCursor: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldScrubAreaCursorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
6846
- className?: string | undefined;
6803
+ className?: string;
6847
6804
  } & React_2.RefAttributes<HTMLSpanElement>>;
6848
6805
  };
6849
6806
 
@@ -7180,28 +7137,28 @@ declare const pointer: "pointer";
7180
7137
 
7181
7138
  export declare const Popover: {
7182
7139
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7183
- className?: string | undefined;
7140
+ className?: string;
7184
7141
  } & React_2.RefAttributes<HTMLDivElement>>;
7185
7142
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7186
- className?: string | undefined;
7143
+ className?: string;
7187
7144
  } & React_2.RefAttributes<HTMLDivElement>>;
7188
7145
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7189
- className?: string | undefined;
7146
+ className?: string;
7190
7147
  } & React_2.RefAttributes<HTMLDivElement>>;
7191
7148
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7192
- className?: string | undefined;
7149
+ className?: string;
7193
7150
  } & React_2.RefAttributes<HTMLDivElement>>;
7194
7151
  Title: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverTitleProps_2, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
7195
- className?: string | undefined;
7152
+ className?: string;
7196
7153
  } & React_2.RefAttributes<HTMLHeadingElement>>;
7197
7154
  Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverDescriptionProps_2, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
7198
- className?: string | undefined;
7155
+ className?: string;
7199
7156
  } & React_2.RefAttributes<HTMLParagraphElement>>;
7200
7157
  Close: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverCloseProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
7201
- className?: string | undefined;
7158
+ className?: string;
7202
7159
  } & React_2.RefAttributes<HTMLButtonElement>>;
7203
7160
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Popover_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7204
- className?: string | undefined;
7161
+ className?: string;
7205
7162
  } & React_2.RefAttributes<HTMLDivElement>>;
7206
7163
  Root: typeof Popover_2.Root;
7207
7164
  Trigger: typeof Trigger_6;
@@ -7827,19 +7784,19 @@ declare class PopupTriggerMap {
7827
7784
 
7828
7785
  export declare const PreviewCard: {
7829
7786
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7830
- className?: string | undefined;
7787
+ className?: string;
7831
7788
  } & React_2.RefAttributes<HTMLDivElement>>;
7832
7789
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7833
- className?: string | undefined;
7790
+ className?: string;
7834
7791
  } & React_2.RefAttributes<HTMLDivElement>>;
7835
7792
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7836
- className?: string | undefined;
7793
+ className?: string;
7837
7794
  } & React_2.RefAttributes<HTMLDivElement>>;
7838
7795
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7839
- className?: string | undefined;
7796
+ className?: string;
7840
7797
  } & React_2.RefAttributes<HTMLDivElement>>;
7841
7798
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCard_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
7842
- className?: string | undefined;
7799
+ className?: string;
7843
7800
  } & React_2.RefAttributes<HTMLDivElement>>;
7844
7801
  Root: <Payload>(props: PreviewCard_2.Root.Props<Payload>) => JSX_2.Element;
7845
7802
  Trigger: typeof Trigger_7;
@@ -8219,21 +8176,21 @@ export declare interface PreviewCardViewportState {
8219
8176
 
8220
8177
  export declare const Progress: {
8221
8178
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8222
- className?: string | undefined;
8179
+ className?: string;
8223
8180
  } & {
8224
- size?: number | undefined;
8181
+ size?: number;
8225
8182
  } & React_2.RefAttributes<HTMLDivElement>>;
8226
8183
  Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressTrackProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8227
- className?: string | undefined;
8184
+ className?: string;
8228
8185
  } & React_2.RefAttributes<HTMLDivElement>>;
8229
8186
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8230
- className?: string | undefined;
8187
+ className?: string;
8231
8188
  } & React_2.RefAttributes<HTMLDivElement>>;
8232
8189
  Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressValueProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
8233
- className?: string | undefined;
8190
+ className?: string;
8234
8191
  } & React_2.RefAttributes<HTMLSpanElement>>;
8235
8192
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressLabelProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
8236
- className?: string | undefined;
8193
+ className?: string;
8237
8194
  } & React_2.RefAttributes<HTMLSpanElement>>;
8238
8195
  };
8239
8196
 
@@ -8374,7 +8331,7 @@ export declare interface ProgressValueState extends ProgressRootState {}
8374
8331
  export declare const Radio: {
8375
8332
  Root: typeof Root_4;
8376
8333
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<RadioIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
8377
- className?: string | undefined;
8334
+ className?: string;
8378
8335
  } & React_2.RefAttributes<HTMLSpanElement>>;
8379
8336
  };
8380
8337
 
@@ -8385,54 +8342,42 @@ export declare namespace Radio_2 {
8385
8342
  }
8386
8343
  }
8387
8344
 
8388
- export declare const RadioField: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<FieldRootProps_3, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8389
- className?: string | undefined;
8345
+ export declare const RadioField: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<FieldRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8346
+ className?: string;
8390
8347
  } & React_2.RefAttributes<HTMLDivElement>, "ref">, "children"> & {
8391
8348
  /** The unique value this option contributes to its `RadioGroup`. */
8392
8349
  value: string;
8393
8350
  /** Visible label rendered beside the radio. */
8394
8351
  label: React_2.ReactNode;
8395
8352
  /** Visual style: a plain radio row or a selectable `box` tile. */
8396
- variant?: RadioFieldVariant | undefined;
8353
+ variant?: RadioFieldVariant;
8397
8354
  /** Renders the option selected (for standalone, controlled usage). */
8398
- checked?: boolean | undefined;
8355
+ checked?: boolean;
8399
8356
  /** Supporting text rendered below the label. */
8400
8357
  description?: React_2.ReactNode;
8401
8358
  /** Error message rendered below the option; also marks the field invalid. */
8402
8359
  error?: React_2.ReactNode;
8403
8360
  /** Called with `value` when the option is chosen via click. */
8404
- onSelect?: ((value: string) => void) | undefined;
8361
+ onSelect?: (value: string) => void;
8405
8362
  /** Size of the radio control in pixels. */
8406
- size?: number | undefined;
8363
+ size?: number;
8407
8364
  /** Extra inline content rendered after the label. */
8408
8365
  suffix?: React_2.ReactNode;
8409
8366
  /** Props forwarded to the `Field.Item` wrapping the radio and label. */
8410
- itemProps?: Omit<Omit<Omit<Omit<Omit<FieldItemProps_3, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8411
- className?: string | undefined;
8412
- } & React_2.RefAttributes<HTMLDivElement>, "ref">, "children"> | undefined;
8367
+ itemProps?: Omit<FieldItemProps_3, "children">;
8413
8368
  /** Props forwarded to the `Field.Label`. */
8414
- labelProps?: Omit<Omit<Omit<Omit<Omit<FieldLabelProps_3, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
8415
- className?: string | undefined;
8416
- } & {
8417
- variant?: LabelVariant_2 | undefined;
8418
- } & React_2.RefAttributes<HTMLElement>, "ref">, "children"> | undefined;
8369
+ labelProps?: Omit<FieldLabelProps_3, "children">;
8419
8370
  /** Props forwarded to the `Field.Description`. */
8420
- descriptionProps?: Omit<Omit<Omit<Omit<Omit<FieldDescriptionProps_3, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
8421
- className?: string | undefined;
8422
- } & {
8423
- align?: DescriptionAlign_2 | undefined;
8424
- } & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "children"> | undefined;
8371
+ descriptionProps?: Omit<FieldDescriptionProps_3, "children">;
8425
8372
  /** Props forwarded to the `Field.Error`. */
8426
- errorProps?: Omit<Omit<Omit<Omit<Omit<FieldErrorProps_3, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8427
- className?: string | undefined;
8428
- } & React_2.RefAttributes<HTMLDivElement>, "ref">, "children"> | undefined;
8373
+ errorProps?: Omit<FieldErrorProps_3, "children">;
8429
8374
  /** Props forwarded to the underlying `Radio.Root`. */
8430
- radioProps?: RadioRootProps_2 | undefined;
8375
+ radioProps?: RadioRootProps_2;
8431
8376
  /** Props forwarded to the `Radio.Indicator`. */
8432
- indicatorProps?: IndicatorProps | undefined;
8377
+ indicatorProps?: IndicatorProps;
8433
8378
  } & React_2.RefAttributes<HTMLDivElement>>;
8434
8379
 
8435
- export declare type RadioFieldProps = Omit<FieldRootProps_4, 'children'> & {
8380
+ export declare type RadioFieldProps = Omit<FieldRootProps_3, 'children'> & {
8436
8381
  /** The unique value this option contributes to its `RadioGroup`. */
8437
8382
  value: string;
8438
8383
  /** Visible label rendered beside the radio. */
@@ -8452,13 +8397,13 @@ export declare type RadioFieldProps = Omit<FieldRootProps_4, 'children'> & {
8452
8397
  /** Extra inline content rendered after the label. */
8453
8398
  suffix?: React_2.ReactNode;
8454
8399
  /** Props forwarded to the `Field.Item` wrapping the radio and label. */
8455
- itemProps?: Omit<FieldItemProps_4, 'children'>;
8400
+ itemProps?: Omit<FieldItemProps_3, 'children'>;
8456
8401
  /** Props forwarded to the `Field.Label`. */
8457
- labelProps?: Omit<FieldLabelProps_4, 'children'>;
8402
+ labelProps?: Omit<FieldLabelProps_3, 'children'>;
8458
8403
  /** Props forwarded to the `Field.Description`. */
8459
- descriptionProps?: Omit<FieldDescriptionProps_4, 'children'>;
8404
+ descriptionProps?: Omit<FieldDescriptionProps_3, 'children'>;
8460
8405
  /** Props forwarded to the `Field.Error`. */
8461
- errorProps?: Omit<FieldErrorProps_4, 'children'>;
8406
+ errorProps?: Omit<FieldErrorProps_3, 'children'>;
8462
8407
  /** Props forwarded to the underlying `Radio.Root`. */
8463
8408
  radioProps?: RadioRootProps_2;
8464
8409
  /** Props forwarded to the `Radio.Indicator`. */
@@ -8468,9 +8413,9 @@ export declare type RadioFieldProps = Omit<FieldRootProps_4, 'children'> & {
8468
8413
  export declare type RadioFieldVariant = 'default' | 'box';
8469
8414
 
8470
8415
  export declare const RadioGroup: React_2.ForwardRefExoticComponent<Omit<Omit<RadioGroup_2.Props<unknown>, "ref">, "className"> & {
8471
- className?: string | undefined;
8416
+ className?: string;
8472
8417
  } & {
8473
- orientation?: RadioGroupOrientation | undefined;
8418
+ orientation?: RadioGroupOrientation;
8474
8419
  } & React_2.RefAttributes<HTMLDivElement>>;
8475
8420
 
8476
8421
  /**
@@ -8495,9 +8440,9 @@ export declare type RadioGroupChangeEventDetails = BaseUIChangeEventDetails<Radi
8495
8440
  export declare type RadioGroupChangeEventReason = typeof REASONS.none;
8496
8441
 
8497
8442
  export declare const RadioGroupField: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<RadioGroup_3.Props<unknown>, "ref">, "className"> & {
8498
- className?: string | undefined;
8443
+ className?: string;
8499
8444
  } & {
8500
- orientation?: RadioGroupOrientation_2 | undefined;
8445
+ orientation?: RadioGroupOrientation_2;
8501
8446
  } & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
8502
8447
  /** Accessible label rendered above the group. */
8503
8448
  label?: React_2.ReactNode;
@@ -8506,15 +8451,15 @@ export declare const RadioGroupField: React_2.ForwardRefExoticComponent<Omit<Omi
8506
8451
  /** Always-visible helper text rendered below the group. */
8507
8452
  description?: React_2.ReactNode;
8508
8453
  /** Visual style applied to every radio in the group. */
8509
- variant?: RadioGroupFieldVariant | undefined;
8454
+ variant?: RadioGroupFieldVariant;
8510
8455
  /** Separates `box` tiles instead of collapsing their borders. */
8511
- withSpacing?: boolean | undefined;
8456
+ withSpacing?: boolean;
8512
8457
  /** Stretches `box` tiles to the available width. */
8513
- fluid?: boolean | undefined;
8458
+ fluid?: boolean;
8514
8459
  /** Marks the group invalid, styling every radio and revealing `error`. */
8515
- invalid?: boolean | undefined;
8460
+ invalid?: boolean;
8516
8461
  /** Size in pixels applied to every radio in the group. */
8517
- size?: number | undefined;
8462
+ size?: number;
8518
8463
  } & React_2.RefAttributes<HTMLDivElement>>;
8519
8464
 
8520
8465
  export declare type RadioGroupFieldProps = RadioGroupProps_2 & {
@@ -8815,22 +8760,22 @@ declare type RootProps_3<Value extends number | ReadonlyArray<number>> = WithStr
8815
8760
 
8816
8761
  export declare const ScrollArea: {
8817
8762
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8818
- className?: string | undefined;
8763
+ className?: string;
8819
8764
  } & React_2.RefAttributes<HTMLDivElement>>;
8820
8765
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaViewportProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8821
- className?: string | undefined;
8766
+ className?: string;
8822
8767
  } & React_2.RefAttributes<HTMLDivElement>>;
8823
8768
  Scrollbar: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaScrollbarProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8824
- className?: string | undefined;
8769
+ className?: string;
8825
8770
  } & React_2.RefAttributes<HTMLDivElement>>;
8826
8771
  Content: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaContentProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8827
- className?: string | undefined;
8772
+ className?: string;
8828
8773
  } & React_2.RefAttributes<HTMLDivElement>>;
8829
8774
  Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaThumbProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8830
- className?: string | undefined;
8775
+ className?: string;
8831
8776
  } & React_2.RefAttributes<HTMLDivElement>>;
8832
8777
  Corner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaCornerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
8833
- className?: string | undefined;
8778
+ className?: string;
8834
8779
  } & React_2.RefAttributes<HTMLDivElement>>;
8835
8780
  };
8836
8781
 
@@ -9015,56 +8960,56 @@ declare const scrub: "scrub";
9015
8960
  export declare const Select: {
9016
8961
  Root: typeof Select_2.Root;
9017
8962
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9018
- className?: string | undefined;
8963
+ className?: string;
9019
8964
  } & React_2.RefAttributes<HTMLDivElement>>;
9020
8965
  Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
9021
- className?: string | undefined;
8966
+ className?: string;
9022
8967
  } & React_2.RefAttributes<HTMLButtonElement>>;
9023
8968
  Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectValueProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
9024
- className?: string | undefined;
8969
+ className?: string;
9025
8970
  } & React_2.RefAttributes<HTMLSpanElement>>;
9026
8971
  Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
9027
- className?: string | undefined;
8972
+ className?: string;
9028
8973
  } & React_2.RefAttributes<HTMLSpanElement>>;
9029
8974
  Portal: React_2.ForwardRefExoticComponent<Omit<SelectPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
9030
8975
  Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9031
- className?: string | undefined;
8976
+ className?: string;
9032
8977
  } & React_2.RefAttributes<HTMLDivElement>>;
9033
8978
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9034
- className?: string | undefined;
8979
+ className?: string;
9035
8980
  } & React_2.RefAttributes<HTMLDivElement>>;
9036
8981
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9037
- className?: string | undefined;
8982
+ className?: string;
9038
8983
  } & React_2.RefAttributes<HTMLDivElement>>;
9039
8984
  List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9040
- className?: string | undefined;
8985
+ className?: string;
9041
8986
  } & React_2.RefAttributes<HTMLDivElement>>;
9042
8987
  Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
9043
- className?: string | undefined;
8988
+ className?: string;
9044
8989
  } & React_2.RefAttributes<HTMLElement>>;
9045
8990
  ItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
9046
- className?: string | undefined;
8991
+ className?: string;
9047
8992
  } & React_2.RefAttributes<HTMLSpanElement>>;
9048
8993
  ItemText: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemTextProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9049
- className?: string | undefined;
8994
+ className?: string;
9050
8995
  } & React_2.RefAttributes<HTMLDivElement>>;
9051
8996
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9052
- className?: string | undefined;
8997
+ className?: string;
9053
8998
  } & React_2.RefAttributes<HTMLDivElement>>;
9054
8999
  ScrollDownArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollDownArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9055
- className?: string | undefined;
9000
+ className?: string;
9056
9001
  } & React_2.RefAttributes<HTMLDivElement>>;
9057
9002
  ScrollUpArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollUpArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9058
- className?: string | undefined;
9003
+ className?: string;
9059
9004
  } & React_2.RefAttributes<HTMLDivElement>>;
9060
9005
  Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9061
- className?: string | undefined;
9006
+ className?: string;
9062
9007
  } & React_2.RefAttributes<HTMLDivElement>>;
9063
9008
  GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9064
- className?: string | undefined;
9009
+ className?: string;
9065
9010
  } & React_2.RefAttributes<HTMLDivElement>>;
9066
9011
  Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
9067
- className?: string | undefined;
9012
+ className?: string;
9068
9013
  } & React_2.RefAttributes<HTMLDivElement>>;
9069
9014
  };
9070
9015
 
@@ -9165,37 +9110,37 @@ export declare const SelectField: React_2.ForwardRefExoticComponent<RootOwnProps
9165
9110
  /** Accessible label rendered above the trigger. */
9166
9111
  label?: React_2.ReactNode;
9167
9112
  /** Accessible label for the trigger when no visible `label` is provided. */
9168
- 'aria-label'?: string | undefined;
9113
+ 'aria-label'?: string;
9169
9114
  /** Text shown in the trigger when nothing is selected. */
9170
- placeholder?: string | undefined;
9115
+ placeholder?: string;
9171
9116
  /** Always-visible helper text rendered below the trigger. */
9172
9117
  description?: React_2.ReactNode;
9173
9118
  /** Error message rendered below the trigger when the field is invalid. */
9174
9119
  error?: React_2.ReactNode;
9175
9120
  /** Visual style of the trigger. */
9176
- variant?: SelectFieldVariant | undefined;
9121
+ variant?: SelectFieldVariant;
9177
9122
  /** Horizontal alignment of the trigger value. */
9178
- alignment?: SelectFieldAlignment | undefined;
9123
+ alignment?: SelectFieldAlignment;
9179
9124
  /** Marks the field invalid, styling the trigger and revealing `error`. */
9180
- invalid?: boolean | undefined;
9125
+ invalid?: boolean;
9181
9126
  /** Shows a spinner in place of the icon and blocks interaction. */
9182
- loading?: boolean | undefined;
9127
+ loading?: boolean;
9183
9128
  /** Trigger icon. Defaults to a chevron; replaced by a spinner while loading. */
9184
9129
  icon?: React_2.ReactNode;
9185
9130
  /** Draws a border around the popup. */
9186
- outerBorder?: boolean | undefined;
9131
+ outerBorder?: boolean;
9187
9132
  /** Gap in pixels between the trigger and the popup. */
9188
- sideOffset?: number | undefined;
9133
+ sideOffset?: number;
9189
9134
  /**
9190
9135
  * Text direction. Forwarded to the trigger and to the portaled positioner +
9191
9136
  * popup so they lay out and anchor (RTL-aware `align`) correctly even though
9192
9137
  * they render outside the field's subtree.
9193
9138
  */
9194
- dir?: "ltr" | "rtl" | undefined;
9139
+ dir?: "ltr" | "rtl";
9195
9140
  /** Class applied to the trigger button. */
9196
- triggerClassName?: string | undefined;
9141
+ triggerClassName?: string;
9197
9142
  /** Class applied to the popup. */
9198
- popupClassName?: string | undefined;
9143
+ popupClassName?: string;
9199
9144
  } & React_2.RefAttributes<HTMLButtonElement>>;
9200
9145
 
9201
9146
  export declare type SelectFieldAlignment = 'start' | 'center';
@@ -11734,22 +11679,22 @@ declare type Size_2 = (typeof AccordionSize)[keyof typeof AccordionSize];
11734
11679
 
11735
11680
  export declare const Slider: {
11736
11681
  Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11737
- className?: string | undefined;
11682
+ className?: string;
11738
11683
  } & React_2.RefAttributes<HTMLDivElement>>;
11739
11684
  Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderValueProps_2, "ref"> & React_2.RefAttributes<HTMLOutputElement>, "ref">, "className"> & {
11740
- className?: string | undefined;
11685
+ className?: string;
11741
11686
  } & React_2.RefAttributes<HTMLOutputElement>>;
11742
11687
  Control: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderControlProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11743
- className?: string | undefined;
11688
+ className?: string;
11744
11689
  } & React_2.RefAttributes<HTMLDivElement>>;
11745
11690
  Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderTrackProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11746
- className?: string | undefined;
11691
+ className?: string;
11747
11692
  } & React_2.RefAttributes<HTMLDivElement>>;
11748
11693
  Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderThumbProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11749
- className?: string | undefined;
11694
+ className?: string;
11750
11695
  } & React_2.RefAttributes<HTMLDivElement>>;
11751
11696
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11752
- className?: string | undefined;
11697
+ className?: string;
11753
11698
  } & React_2.RefAttributes<HTMLDivElement>>;
11754
11699
  Root: typeof Root_5;
11755
11700
  };
@@ -12187,13 +12132,13 @@ declare type SwipeDirection = 'up' | 'down' | 'left' | 'right';
12187
12132
 
12188
12133
  export declare const Switch: {
12189
12134
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchRootProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
12190
- className?: string | undefined;
12135
+ className?: string;
12191
12136
  } & {
12192
- width?: number | undefined;
12193
- height?: number | undefined;
12137
+ width?: number;
12138
+ height?: number;
12194
12139
  } & React_2.RefAttributes<HTMLElement>>;
12195
12140
  Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchThumbProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
12196
- className?: string | undefined;
12141
+ className?: string;
12197
12142
  } & React_2.RefAttributes<HTMLSpanElement>>;
12198
12143
  };
12199
12144
 
@@ -12347,16 +12292,16 @@ declare type TabListUnderlineType = (typeof TabListUnderline)[keyof typeof TabLi
12347
12292
 
12348
12293
  export declare const Tabs: {
12349
12294
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12350
- className?: string | undefined;
12295
+ className?: string;
12351
12296
  } & React_2.RefAttributes<HTMLDivElement>>;
12352
12297
  Tab: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsTabProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
12353
- className?: string | undefined;
12298
+ className?: string;
12354
12299
  } & React_2.RefAttributes<HTMLElement>>;
12355
12300
  Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
12356
- className?: string | undefined;
12301
+ className?: string;
12357
12302
  } & React_2.RefAttributes<HTMLSpanElement>>;
12358
12303
  Panel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsPanelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12359
- className?: string | undefined;
12304
+ className?: string;
12360
12305
  } & React_2.RefAttributes<HTMLDivElement>>;
12361
12306
  List: React_2.ForwardRefExoticComponent<ListProps & React_2.RefAttributes<HTMLDivElement>>;
12362
12307
  };
@@ -12632,7 +12577,7 @@ export declare interface ThumbMetadata {
12632
12577
  declare function Title({ className, ...props }: WithStringClassName<Drawer_2.Title.Props>): JSX_2.Element;
12633
12578
 
12634
12579
  export declare const Toggle: React_2.ForwardRefExoticComponent<Omit<Omit<Toggle_2.Props<string> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
12635
- className?: string | undefined;
12580
+ className?: string;
12636
12581
  } & React_2.RefAttributes<HTMLButtonElement>>;
12637
12582
 
12638
12583
  /**
@@ -12657,7 +12602,7 @@ export declare type ToggleChangeEventDetails = BaseUIChangeEventDetails<Toggle_2
12657
12602
  export declare type ToggleChangeEventReason = typeof REASONS.none;
12658
12603
 
12659
12604
  export declare const ToggleGroup: React_2.ForwardRefExoticComponent<Omit<Omit<ToggleGroup_2.Props<string> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12660
- className?: string | undefined;
12605
+ className?: string;
12661
12606
  } & React_2.RefAttributes<HTMLDivElement>>;
12662
12607
 
12663
12608
  /**
@@ -12780,22 +12725,22 @@ export declare interface ToggleState {
12780
12725
 
12781
12726
  export declare const Toolbar: {
12782
12727
  Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12783
- className?: string | undefined;
12728
+ className?: string;
12784
12729
  } & React_2.RefAttributes<HTMLDivElement>>;
12785
12730
  Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12786
- className?: string | undefined;
12731
+ className?: string;
12787
12732
  } & React_2.RefAttributes<HTMLDivElement>>;
12788
12733
  Button: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarButtonProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
12789
- className?: string | undefined;
12734
+ className?: string;
12790
12735
  } & React_2.RefAttributes<HTMLButtonElement>>;
12791
12736
  Link: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarLinkProps_2, "ref"> & React_2.RefAttributes<HTMLAnchorElement>, "ref">, "className"> & {
12792
- className?: string | undefined;
12737
+ className?: string;
12793
12738
  } & React_2.RefAttributes<HTMLAnchorElement>>;
12794
12739
  Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
12795
- className?: string | undefined;
12740
+ className?: string;
12796
12741
  } & React_2.RefAttributes<HTMLInputElement>>;
12797
12742
  Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarSeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12798
- className?: string | undefined;
12743
+ className?: string;
12799
12744
  } & React_2.RefAttributes<HTMLDivElement>>;
12800
12745
  };
12801
12746
 
@@ -12986,16 +12931,16 @@ export declare interface ToolbarSeparatorState extends SeparatorState {}
12986
12931
  export declare const Tooltip: {
12987
12932
  Trigger: typeof Trigger_8;
12988
12933
  Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12989
- className?: string | undefined;
12934
+ className?: string;
12990
12935
  } & React_2.RefAttributes<HTMLDivElement>>;
12991
12936
  Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12992
- className?: string | undefined;
12937
+ className?: string;
12993
12938
  } & React_2.RefAttributes<HTMLDivElement>>;
12994
12939
  Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12995
- className?: string | undefined;
12940
+ className?: string;
12996
12941
  } & React_2.RefAttributes<HTMLDivElement>>;
12997
12942
  Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Tooltip_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12998
- className?: string | undefined;
12943
+ className?: string;
12999
12944
  } & React_2.RefAttributes<HTMLDivElement>>;
13000
12945
  Root: <Payload>(props: Tooltip_2.Root.Props<Payload>) => JSX_2.Element;
13001
12946
  Portal: React_2.ForwardRefExoticComponent<Omit<TooltipPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;