rupoui 1.3.2 → 1.3.3

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 (172) hide show
  1. package/README.md +13 -13
  2. package/dist/components/button/Button.d.ts +6 -3
  3. package/dist/components/button/button.styles.d.ts +176 -162
  4. package/dist/components/button/button.types.d.ts +14 -14
  5. package/dist/components/button/index.d.ts +2 -2
  6. package/dist/components/calendar/Calendar.d.ts +3 -2
  7. package/dist/components/calendar/calendar.grid.d.ts +5 -2
  8. package/dist/components/calendar/calendar.navigation.d.ts +1 -1
  9. package/dist/components/calendar/calendar.selection.d.ts +6 -2
  10. package/dist/components/calendar/calendar.state.d.ts +1 -1
  11. package/dist/components/calendar/calendar.styles.d.ts +106 -83
  12. package/dist/components/calendar/calendar.types.d.ts +39 -39
  13. package/dist/components/calendar/index.d.ts +3 -3
  14. package/dist/components/checkbox/Checkbox.d.ts +4 -2
  15. package/dist/components/checkbox/CheckboxGroup.d.ts +4 -2
  16. package/dist/components/checkbox/checkbox-group-context.d.ts +12 -12
  17. package/dist/components/checkbox/checkbox.styles.d.ts +313 -285
  18. package/dist/components/checkbox/checkbox.types.d.ts +161 -154
  19. package/dist/components/checkbox/index.d.ts +3 -3
  20. package/dist/components/checkbox/useCheckbox.d.ts +389 -311
  21. package/dist/components/checkbox/useCheckboxGroup.d.ts +353 -280
  22. package/dist/components/chip/Chip.d.ts +4 -2
  23. package/dist/components/chip/ChipGroup.d.ts +4 -2
  24. package/dist/components/chip/chip-group-context.d.ts +9 -6
  25. package/dist/components/chip/chip.styles.d.ts +206 -192
  26. package/dist/components/chip/chip.types.d.ts +155 -149
  27. package/dist/components/chip/index.d.ts +5 -5
  28. package/dist/components/chip/useChip.d.ts +22 -20
  29. package/dist/components/chip/useChipGroup.d.ts +350 -277
  30. package/dist/components/datepicker/DatePart.d.ts +16 -14
  31. package/dist/components/datepicker/DatePicker.d.ts +17 -16
  32. package/dist/components/datepicker/DatePickerCalendar.d.ts +8 -7
  33. package/dist/components/datepicker/DatePickerDay.d.ts +11 -9
  34. package/dist/components/datepicker/DatePickerInput.d.ts +16 -15
  35. package/dist/components/datepicker/DatePickerPopover.d.ts +7 -6
  36. package/dist/components/datepicker/SegmentedDatePickerInput.d.ts +9 -8
  37. package/dist/components/datepicker/datepicker.controller.d.ts +6 -2
  38. package/dist/components/datepicker/datepicker.input.logic.d.ts +16 -6
  39. package/dist/components/datepicker/datepicker.input.state.d.ts +1 -1
  40. package/dist/components/datepicker/datepicker.input.types.d.ts +20 -20
  41. package/dist/components/datepicker/datepicker.keyboard.d.ts +6 -2
  42. package/dist/components/datepicker/datepicker.state.d.ts +1 -1
  43. package/dist/components/datepicker/datepicker.styles.d.ts +118 -95
  44. package/dist/components/datepicker/datepicker.types.d.ts +52 -52
  45. package/dist/components/datepicker/index.d.ts +5 -5
  46. package/dist/components/dropdown/Dropdown.d.ts +3 -2
  47. package/dist/components/dropdown/DropdownContent.d.ts +3 -2
  48. package/dist/components/dropdown/DropdownItem.d.ts +3 -2
  49. package/dist/components/dropdown/DropdownSection.d.ts +3 -2
  50. package/dist/components/dropdown/DropdownSeparator.d.ts +3 -2
  51. package/dist/components/dropdown/DropdownTrigger.d.ts +3 -2
  52. package/dist/components/dropdown/context.d.ts +22 -21
  53. package/dist/components/dropdown/dropdown.styles.d.ts +180 -166
  54. package/dist/components/dropdown/dropdown.types.d.ts +97 -85
  55. package/dist/components/dropdown/index.d.ts +9 -9
  56. package/dist/components/dropdown/useDropdown.d.ts +15 -15
  57. package/dist/components/input/Input.d.ts +9 -4
  58. package/dist/components/input/index.d.ts +2 -2
  59. package/dist/components/input/input.styles.d.ts +239 -225
  60. package/dist/components/input/input.types.d.ts +60 -58
  61. package/dist/components/input-number/InputNumber.d.ts +24 -5
  62. package/dist/components/input-number/index.d.ts +2 -2
  63. package/dist/components/input-number/input-number.styles.d.ts +331 -317
  64. package/dist/components/input-number/input-number.types.d.ts +132 -116
  65. package/dist/components/input-number/utils.d.ts +11 -3
  66. package/dist/components/modal/Modal.d.ts +4 -3
  67. package/dist/components/modal/ModalContent.d.ts +7 -3
  68. package/dist/components/modal/ModalLayout.d.ts +16 -4
  69. package/dist/components/modal/ModalTrigger.d.ts +5 -3
  70. package/dist/components/modal/context.d.ts +8 -8
  71. package/dist/components/modal/index.d.ts +6 -6
  72. package/dist/components/modal/modal.styles.d.ts +233 -219
  73. package/dist/components/modal/modal.types.d.ts +35 -34
  74. package/dist/components/modal/useModal.d.ts +7 -7
  75. package/dist/components/pagination/Pagination.d.ts +6 -3
  76. package/dist/components/pagination/PaginationContent.d.ts +6 -3
  77. package/dist/components/pagination/PaginationContext.d.ts +54 -54
  78. package/dist/components/pagination/PaginationEllipsis.d.ts +6 -3
  79. package/dist/components/pagination/PaginationItem.d.ts +6 -3
  80. package/dist/components/pagination/PaginationItems.d.ts +2 -2
  81. package/dist/components/pagination/PaginationNext.d.ts +6 -3
  82. package/dist/components/pagination/PaginationPrevious.d.ts +6 -3
  83. package/dist/components/pagination/index.d.ts +18 -9
  84. package/dist/components/pagination/pagination.styles.d.ts +147 -133
  85. package/dist/components/pagination/pagination.types.d.ts +125 -121
  86. package/dist/components/pagination/usePagination.d.ts +25 -20
  87. package/dist/components/popover/Popover.d.ts +3 -2
  88. package/dist/components/popover/PopoverContent.d.ts +3 -2
  89. package/dist/components/popover/PopoverContext.d.ts +103 -83
  90. package/dist/components/popover/PopoverTrigger.d.ts +3 -2
  91. package/dist/components/popover/index.d.ts +6 -6
  92. package/dist/components/popover/popover.styles.d.ts +122 -108
  93. package/dist/components/popover/popover.types.d.ts +96 -95
  94. package/dist/components/popover/usePopover.d.ts +52 -42
  95. package/dist/components/radio/Radio.d.ts +4 -2
  96. package/dist/components/radio/RadioGroup.d.ts +4 -2
  97. package/dist/components/radio/index.d.ts +3 -3
  98. package/dist/components/radio/radio-group-context.d.ts +12 -12
  99. package/dist/components/radio/radio.styles.d.ts +306 -278
  100. package/dist/components/radio/radio.types.d.ts +145 -138
  101. package/dist/components/radio/useRadio.d.ts +391 -311
  102. package/dist/components/radio/useRadioGroup.d.ts +354 -281
  103. package/dist/components/ripple/Ripple.d.ts +9 -9
  104. package/dist/components/select/Select.d.ts +6 -3
  105. package/dist/components/select/SelectItem.d.ts +15 -4
  106. package/dist/components/select/index.d.ts +5 -5
  107. package/dist/components/select/select.styles.d.ts +224 -210
  108. package/dist/components/select/select.types.d.ts +51 -50
  109. package/dist/components/select/useSelect.d.ts +16 -16
  110. package/dist/components/spinner/Spinner.d.ts +9 -3
  111. package/dist/components/spinner/index.d.ts +2 -2
  112. package/dist/components/spinner/spinner.styles.d.ts +91 -77
  113. package/dist/components/spinner/spinner.types.d.ts +4 -4
  114. package/dist/components/switch/Switch.d.ts +4 -2
  115. package/dist/components/switch/index.d.ts +2 -2
  116. package/dist/components/switch/switch.styles.d.ts +147 -133
  117. package/dist/components/switch/switch.types.d.ts +84 -80
  118. package/dist/components/switch/useSwitch.d.ts +389 -311
  119. package/dist/components/tabs/Tab.d.ts +1 -1
  120. package/dist/components/tabs/Tabs.d.ts +1 -1
  121. package/dist/components/tabs/index.d.ts +4 -4
  122. package/dist/components/tabs/tabs.styles.d.ts +341 -327
  123. package/dist/components/tabs/tabs.types.d.ts +67 -66
  124. package/dist/components/tabs/useTabs.d.ts +4 -4
  125. package/dist/components/textarea/Textarea.d.ts +9 -4
  126. package/dist/components/textarea/index.d.ts +2 -2
  127. package/dist/components/textarea/textarea.styles.d.ts +276 -262
  128. package/dist/components/textarea/textarea.types.d.ts +57 -55
  129. package/dist/components/toast/Toast.d.ts +8 -4
  130. package/dist/components/toast/ToastProvider.d.ts +8 -4
  131. package/dist/components/toast/ToastViewport.d.ts +14 -4
  132. package/dist/components/toast/Toaster.d.ts +4 -2
  133. package/dist/components/toast/index.d.ts +7 -7
  134. package/dist/components/toast/toast-store.d.ts +10 -10
  135. package/dist/components/toast/toast-subcomponents.d.ts +10 -4
  136. package/dist/components/toast/toast.types.d.ts +18 -18
  137. package/dist/components/toast/use-toast-internal.d.ts +1 -1
  138. package/dist/components/toast/utils.d.ts +1 -1
  139. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  140. package/dist/components/tooltip/index.d.ts +3 -3
  141. package/dist/components/tooltip/tooltip.styles.d.ts +187 -173
  142. package/dist/components/tooltip/tooltip.types.d.ts +85 -72
  143. package/dist/components/tooltip/useTooltip.d.ts +25 -25
  144. package/dist/components/tooltip/utils.d.ts +24 -13
  145. package/dist/hooks/index.d.ts +3 -3
  146. package/dist/hooks/useDisclosure.d.ts +10 -10
  147. package/dist/hooks/useFocusTrap.d.ts +1 -1
  148. package/dist/index.cjs +2 -2
  149. package/dist/index.d.ts +24 -25
  150. package/dist/index.js +1697 -1632
  151. package/dist/motion/focus.d.ts +6 -6
  152. package/dist/motion/hover.d.ts +8 -8
  153. package/dist/motion/index.d.ts +5 -5
  154. package/dist/motion/press.d.ts +7 -7
  155. package/dist/motion/reveal.d.ts +16 -16
  156. package/dist/motion/tokens.d.ts +9 -9
  157. package/dist/provider/RupoUIContext.d.ts +2 -2
  158. package/dist/provider/RupoUIProvider.d.ts +9 -5
  159. package/dist/provider/types.d.ts +46 -25
  160. package/dist/provider/useRupoUI.d.ts +1 -1
  161. package/dist/style.css +1 -1
  162. package/dist/styles/tokens/colors.d.ts +24 -24
  163. package/dist/styles/tokens/index.d.ts +5 -5
  164. package/dist/styles/tokens/motion.d.ts +9 -9
  165. package/dist/styles/tokens/radius.d.ts +6 -6
  166. package/dist/styles/tokens/spacing.d.ts +11 -11
  167. package/dist/styles/tokens/typography.d.ts +64 -32
  168. package/dist/tailwind/index.d.ts +7 -7
  169. package/dist/tailwind/plugin-utils.d.ts +1 -1
  170. package/dist/tailwind/theme.d.ts +1 -1
  171. package/package.json +11 -2
  172. package/dist/components/toast/ToastDemo.d.ts +0 -1
@@ -1,16 +1,16 @@
1
- import { default as React, FC } from 'react';
1
+ import { FC, default as React } from "react";
2
2
 
3
3
  export type RippleType = {
4
- key: Key;
5
- x: number;
6
- y: number;
7
- size: number;
4
+ key: Key;
5
+ x: number;
6
+ y: number;
7
+ size: number;
8
8
  };
9
9
  export type Key = string | number;
10
10
  export interface RippleProps {
11
- ripples: RippleType[];
12
- color?: string;
13
- style?: React.CSSProperties;
14
- onClear: (key: Key) => void;
11
+ ripples: RippleType[];
12
+ color?: string;
13
+ style?: React.CSSProperties;
14
+ onClear: (key: Key) => void;
15
15
  }
16
16
  export declare const Ripple: FC<RippleProps>;
@@ -1,4 +1,7 @@
1
- import { default as React } from 'react';
2
- import { SelectProps } from './select.types';
1
+ import { default as React } from "react";
3
2
 
4
- export declare const Select: React.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
3
+ import { SelectProps } from "./select.types";
4
+
5
+ export declare const Select: React.ForwardRefExoticComponent<
6
+ Omit<SelectProps, "ref"> & React.RefAttributes<HTMLDivElement>
7
+ >;
@@ -1,6 +1,17 @@
1
- import { SelectItemProps } from './select.types';
1
+ import { SelectItemProps } from "./select.types";
2
2
 
3
- export declare const SelectItem: ({ key, children, textValue, isDisabled, startContent, endContent, className, onClick, onMouseEnter, ...rest }: SelectItemProps & {
4
- onClick?: () => void;
5
- onMouseEnter?: () => void;
3
+ export declare const SelectItem: ({
4
+ key,
5
+ children,
6
+ textValue,
7
+ isDisabled,
8
+ startContent,
9
+ endContent,
10
+ className,
11
+ onClick,
12
+ onMouseEnter,
13
+ ...rest
14
+ }: SelectItemProps & {
15
+ onClick?: () => void;
16
+ onMouseEnter?: () => void;
6
17
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- export * from './Select';
2
- export * from './SelectItem';
3
- export * from './useSelect';
4
- export * from './select.types';
5
- export * from './select.styles';
1
+ export * from "./Select";
2
+ export * from "./SelectItem";
3
+ export * from "./useSelect";
4
+ export * from "./select.types";
5
+ export * from "./select.styles";
@@ -1,90 +1,92 @@
1
- export declare const select: import('tailwind-variants').TVReturnType<{
1
+ export declare const select: import("tailwind-variants").TVReturnType<
2
+ {
2
3
  variant: {
3
- flat: {
4
- trigger: string;
5
- };
6
- bordered: {
7
- trigger: string;
8
- };
9
- underlined: {
10
- trigger: string;
11
- };
4
+ flat: {
5
+ trigger: string;
6
+ };
7
+ bordered: {
8
+ trigger: string;
9
+ };
10
+ underlined: {
11
+ trigger: string;
12
+ };
12
13
  };
13
14
  color: {
14
- default: {};
15
- primary: {};
16
- secondary: {};
17
- success: {};
18
- warning: {};
19
- danger: {
20
- label: string;
21
- trigger: string;
22
- value: string;
23
- };
15
+ default: {};
16
+ primary: {};
17
+ secondary: {};
18
+ success: {};
19
+ warning: {};
20
+ danger: {
21
+ label: string;
22
+ trigger: string;
23
+ value: string;
24
+ };
24
25
  };
25
26
  size: {
26
- sm: {
27
- trigger: string;
28
- value: string;
29
- label: string;
30
- };
31
- md: {
32
- trigger: string;
33
- value: string;
34
- label: string;
35
- };
36
- lg: {
37
- trigger: string;
38
- value: string;
39
- label: string;
40
- };
27
+ sm: {
28
+ trigger: string;
29
+ value: string;
30
+ label: string;
31
+ };
32
+ md: {
33
+ trigger: string;
34
+ value: string;
35
+ label: string;
36
+ };
37
+ lg: {
38
+ trigger: string;
39
+ value: string;
40
+ label: string;
41
+ };
41
42
  };
42
43
  radius: {
43
- none: {
44
- trigger: string;
45
- popover: string;
46
- };
47
- sm: {
48
- trigger: string;
49
- popover: string;
50
- };
51
- md: {
52
- trigger: string;
53
- popover: string;
54
- };
55
- lg: {
56
- trigger: string;
57
- popover: string;
58
- };
59
- xl: {
60
- trigger: string;
61
- popover: string;
62
- };
63
- full: {
64
- trigger: string;
65
- popover: string;
66
- };
44
+ none: {
45
+ trigger: string;
46
+ popover: string;
47
+ };
48
+ sm: {
49
+ trigger: string;
50
+ popover: string;
51
+ };
52
+ md: {
53
+ trigger: string;
54
+ popover: string;
55
+ };
56
+ lg: {
57
+ trigger: string;
58
+ popover: string;
59
+ };
60
+ xl: {
61
+ trigger: string;
62
+ popover: string;
63
+ };
64
+ full: {
65
+ trigger: string;
66
+ popover: string;
67
+ };
67
68
  };
68
69
  fullWidth: {
69
- true: {
70
- base: string;
71
- };
70
+ true: {
71
+ base: string;
72
+ };
72
73
  };
73
74
  isDisabled: {
74
- true: {
75
- base: string;
76
- trigger: string;
77
- };
75
+ true: {
76
+ base: string;
77
+ trigger: string;
78
+ };
78
79
  };
79
80
  isInvalid: {
80
- true: {
81
- label: string;
82
- trigger: string;
83
- description: string;
84
- errorMessage: string;
85
- };
81
+ true: {
82
+ label: string;
83
+ trigger: string;
84
+ description: string;
85
+ errorMessage: string;
86
+ };
86
87
  };
87
- }, {
88
+ },
89
+ {
88
90
  base: string;
89
91
  label: string;
90
92
  trigger: string[];
@@ -97,93 +99,96 @@ export declare const select: import('tailwind-variants').TVReturnType<{
97
99
  errorMessage: string;
98
100
  spinner: string;
99
101
  selectorIcon: string;
100
- }, undefined, {
102
+ },
103
+ undefined,
104
+ {
101
105
  variant: {
102
- flat: {
103
- trigger: string;
104
- };
105
- bordered: {
106
- trigger: string;
107
- };
108
- underlined: {
109
- trigger: string;
110
- };
106
+ flat: {
107
+ trigger: string;
108
+ };
109
+ bordered: {
110
+ trigger: string;
111
+ };
112
+ underlined: {
113
+ trigger: string;
114
+ };
111
115
  };
112
116
  color: {
113
- default: {};
114
- primary: {};
115
- secondary: {};
116
- success: {};
117
- warning: {};
118
- danger: {
119
- label: string;
120
- trigger: string;
121
- value: string;
122
- };
117
+ default: {};
118
+ primary: {};
119
+ secondary: {};
120
+ success: {};
121
+ warning: {};
122
+ danger: {
123
+ label: string;
124
+ trigger: string;
125
+ value: string;
126
+ };
123
127
  };
124
128
  size: {
125
- sm: {
126
- trigger: string;
127
- value: string;
128
- label: string;
129
- };
130
- md: {
131
- trigger: string;
132
- value: string;
133
- label: string;
134
- };
135
- lg: {
136
- trigger: string;
137
- value: string;
138
- label: string;
139
- };
129
+ sm: {
130
+ trigger: string;
131
+ value: string;
132
+ label: string;
133
+ };
134
+ md: {
135
+ trigger: string;
136
+ value: string;
137
+ label: string;
138
+ };
139
+ lg: {
140
+ trigger: string;
141
+ value: string;
142
+ label: string;
143
+ };
140
144
  };
141
145
  radius: {
142
- none: {
143
- trigger: string;
144
- popover: string;
145
- };
146
- sm: {
147
- trigger: string;
148
- popover: string;
149
- };
150
- md: {
151
- trigger: string;
152
- popover: string;
153
- };
154
- lg: {
155
- trigger: string;
156
- popover: string;
157
- };
158
- xl: {
159
- trigger: string;
160
- popover: string;
161
- };
162
- full: {
163
- trigger: string;
164
- popover: string;
165
- };
146
+ none: {
147
+ trigger: string;
148
+ popover: string;
149
+ };
150
+ sm: {
151
+ trigger: string;
152
+ popover: string;
153
+ };
154
+ md: {
155
+ trigger: string;
156
+ popover: string;
157
+ };
158
+ lg: {
159
+ trigger: string;
160
+ popover: string;
161
+ };
162
+ xl: {
163
+ trigger: string;
164
+ popover: string;
165
+ };
166
+ full: {
167
+ trigger: string;
168
+ popover: string;
169
+ };
166
170
  };
167
171
  fullWidth: {
168
- true: {
169
- base: string;
170
- };
172
+ true: {
173
+ base: string;
174
+ };
171
175
  };
172
176
  isDisabled: {
173
- true: {
174
- base: string;
175
- trigger: string;
176
- };
177
+ true: {
178
+ base: string;
179
+ trigger: string;
180
+ };
177
181
  };
178
182
  isInvalid: {
179
- true: {
180
- label: string;
181
- trigger: string;
182
- description: string;
183
- errorMessage: string;
184
- };
183
+ true: {
184
+ label: string;
185
+ trigger: string;
186
+ description: string;
187
+ errorMessage: string;
188
+ };
185
189
  };
186
- }, {
190
+ },
191
+ {
187
192
  base: string;
188
193
  label: string;
189
194
  trigger: string[];
@@ -196,103 +201,112 @@ export declare const select: import('tailwind-variants').TVReturnType<{
196
201
  errorMessage: string;
197
202
  spinner: string;
198
203
  selectorIcon: string;
199
- }, import('tailwind-variants').TVReturnType<{
200
- variant: {
204
+ },
205
+ import("tailwind-variants").TVReturnType<
206
+ {
207
+ variant: {
201
208
  flat: {
202
- trigger: string;
209
+ trigger: string;
203
210
  };
204
211
  bordered: {
205
- trigger: string;
212
+ trigger: string;
206
213
  };
207
214
  underlined: {
208
- trigger: string;
215
+ trigger: string;
209
216
  };
210
- };
211
- color: {
217
+ };
218
+ color: {
212
219
  default: {};
213
220
  primary: {};
214
221
  secondary: {};
215
222
  success: {};
216
223
  warning: {};
217
224
  danger: {
218
- label: string;
219
- trigger: string;
220
- value: string;
225
+ label: string;
226
+ trigger: string;
227
+ value: string;
221
228
  };
222
- };
223
- size: {
229
+ };
230
+ size: {
224
231
  sm: {
225
- trigger: string;
226
- value: string;
227
- label: string;
232
+ trigger: string;
233
+ value: string;
234
+ label: string;
228
235
  };
229
236
  md: {
230
- trigger: string;
231
- value: string;
232
- label: string;
237
+ trigger: string;
238
+ value: string;
239
+ label: string;
233
240
  };
234
241
  lg: {
235
- trigger: string;
236
- value: string;
237
- label: string;
242
+ trigger: string;
243
+ value: string;
244
+ label: string;
238
245
  };
239
- };
240
- radius: {
246
+ };
247
+ radius: {
241
248
  none: {
242
- trigger: string;
243
- popover: string;
249
+ trigger: string;
250
+ popover: string;
244
251
  };
245
252
  sm: {
246
- trigger: string;
247
- popover: string;
253
+ trigger: string;
254
+ popover: string;
248
255
  };
249
256
  md: {
250
- trigger: string;
251
- popover: string;
257
+ trigger: string;
258
+ popover: string;
252
259
  };
253
260
  lg: {
254
- trigger: string;
255
- popover: string;
261
+ trigger: string;
262
+ popover: string;
256
263
  };
257
264
  xl: {
258
- trigger: string;
259
- popover: string;
265
+ trigger: string;
266
+ popover: string;
260
267
  };
261
268
  full: {
262
- trigger: string;
263
- popover: string;
269
+ trigger: string;
270
+ popover: string;
264
271
  };
265
- };
266
- fullWidth: {
272
+ };
273
+ fullWidth: {
267
274
  true: {
268
- base: string;
275
+ base: string;
269
276
  };
270
- };
271
- isDisabled: {
277
+ };
278
+ isDisabled: {
272
279
  true: {
273
- base: string;
274
- trigger: string;
280
+ base: string;
281
+ trigger: string;
275
282
  };
276
- };
277
- isInvalid: {
283
+ };
284
+ isInvalid: {
278
285
  true: {
279
- label: string;
280
- trigger: string;
281
- description: string;
282
- errorMessage: string;
283
- };
284
- };
285
- }, {
286
- base: string;
287
- label: string;
288
- trigger: string[];
289
- value: string;
290
- listbox: string;
291
- popover: string[];
292
- option: string[];
293
- helperWrapper: string;
294
- description: string;
295
- errorMessage: string;
296
- spinner: string;
297
- selectorIcon: string;
298
- }, undefined, unknown, unknown, undefined>>;
286
+ label: string;
287
+ trigger: string;
288
+ description: string;
289
+ errorMessage: string;
290
+ };
291
+ };
292
+ },
293
+ {
294
+ base: string;
295
+ label: string;
296
+ trigger: string[];
297
+ value: string;
298
+ listbox: string;
299
+ popover: string[];
300
+ option: string[];
301
+ helperWrapper: string;
302
+ description: string;
303
+ errorMessage: string;
304
+ spinner: string;
305
+ selectorIcon: string;
306
+ },
307
+ undefined,
308
+ unknown,
309
+ unknown,
310
+ undefined
311
+ >
312
+ >;