@proyecto-viviana/solidaria-components 0.2.4 → 0.2.9

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 (194) hide show
  1. package/LICENSE +21 -0
  2. package/dist/ActionBar.d.ts +71 -0
  3. package/dist/ActionBar.d.ts.map +1 -0
  4. package/dist/ActionGroup.d.ts +74 -0
  5. package/dist/ActionGroup.d.ts.map +1 -0
  6. package/dist/Alert.d.ts +70 -0
  7. package/dist/Alert.d.ts.map +1 -0
  8. package/dist/Breadcrumbs.d.ts +10 -2
  9. package/dist/Breadcrumbs.d.ts.map +1 -1
  10. package/dist/Button.d.ts +4 -0
  11. package/dist/Button.d.ts.map +1 -1
  12. package/dist/Calendar.d.ts +13 -0
  13. package/dist/Calendar.d.ts.map +1 -1
  14. package/dist/Checkbox.d.ts +2 -2
  15. package/dist/Checkbox.d.ts.map +1 -1
  16. package/dist/Collection.d.ts +125 -0
  17. package/dist/Collection.d.ts.map +1 -0
  18. package/dist/Color.d.ts +114 -2
  19. package/dist/Color.d.ts.map +1 -1
  20. package/dist/ColorEditor.d.ts +42 -0
  21. package/dist/ColorEditor.d.ts.map +1 -0
  22. package/dist/ComboBox.d.ts +64 -0
  23. package/dist/ComboBox.d.ts.map +1 -1
  24. package/dist/ContextualHelpTrigger.d.ts +40 -0
  25. package/dist/ContextualHelpTrigger.d.ts.map +1 -0
  26. package/dist/DateField.d.ts +27 -2
  27. package/dist/DateField.d.ts.map +1 -1
  28. package/dist/DatePicker.d.ts +67 -2
  29. package/dist/DatePicker.d.ts.map +1 -1
  30. package/dist/Dialog.d.ts.map +1 -1
  31. package/dist/Disclosure.d.ts +2 -0
  32. package/dist/Disclosure.d.ts.map +1 -1
  33. package/dist/DragAndDrop.d.ts +80 -0
  34. package/dist/DragAndDrop.d.ts.map +1 -0
  35. package/dist/DragPreview.d.ts +14 -0
  36. package/dist/DragPreview.d.ts.map +1 -0
  37. package/dist/DropZone.d.ts +27 -0
  38. package/dist/DropZone.d.ts.map +1 -0
  39. package/dist/FieldError.d.ts +23 -0
  40. package/dist/FieldError.d.ts.map +1 -0
  41. package/dist/FileTrigger.d.ts +26 -0
  42. package/dist/FileTrigger.d.ts.map +1 -0
  43. package/dist/Focusable.d.ts +27 -0
  44. package/dist/Focusable.d.ts.map +1 -0
  45. package/dist/Form.d.ts +27 -0
  46. package/dist/Form.d.ts.map +1 -0
  47. package/dist/GridList.d.ts +40 -1
  48. package/dist/GridList.d.ts.map +1 -1
  49. package/dist/Icon.d.ts +57 -0
  50. package/dist/Icon.d.ts.map +1 -0
  51. package/dist/Keyboard.d.ts +13 -0
  52. package/dist/Keyboard.d.ts.map +1 -0
  53. package/dist/Link.d.ts.map +1 -1
  54. package/dist/ListBox.d.ts +43 -1
  55. package/dist/ListBox.d.ts.map +1 -1
  56. package/dist/ListDropTargetDelegate.d.ts +38 -0
  57. package/dist/ListDropTargetDelegate.d.ts.map +1 -0
  58. package/dist/Menu.d.ts +20 -2
  59. package/dist/Menu.d.ts.map +1 -1
  60. package/dist/Meter.d.ts +2 -2
  61. package/dist/Meter.d.ts.map +1 -1
  62. package/dist/Modal.d.ts +2 -0
  63. package/dist/Modal.d.ts.map +1 -1
  64. package/dist/NumberField.d.ts +2 -0
  65. package/dist/NumberField.d.ts.map +1 -1
  66. package/dist/Popover.d.ts +4 -2
  67. package/dist/Popover.d.ts.map +1 -1
  68. package/dist/Pressable.d.ts +27 -0
  69. package/dist/Pressable.d.ts.map +1 -0
  70. package/dist/ProgressBar.d.ts +2 -2
  71. package/dist/ProgressBar.d.ts.map +1 -1
  72. package/dist/RadioGroup.d.ts.map +1 -1
  73. package/dist/RangeCalendar.d.ts +5 -0
  74. package/dist/RangeCalendar.d.ts.map +1 -1
  75. package/dist/RouterProvider.d.ts +75 -0
  76. package/dist/RouterProvider.d.ts.map +1 -0
  77. package/dist/SearchField.d.ts +2 -3
  78. package/dist/SearchField.d.ts.map +1 -1
  79. package/dist/Select.d.ts +11 -0
  80. package/dist/Select.d.ts.map +1 -1
  81. package/dist/SelectionIndicator.d.ts +30 -0
  82. package/dist/SelectionIndicator.d.ts.map +1 -0
  83. package/dist/SharedElementTransition.d.ts +39 -0
  84. package/dist/SharedElementTransition.d.ts.map +1 -0
  85. package/dist/Slider.d.ts +6 -3
  86. package/dist/Slider.d.ts.map +1 -1
  87. package/dist/Table.d.ts +39 -0
  88. package/dist/Table.d.ts.map +1 -1
  89. package/dist/Tabs.d.ts +4 -3
  90. package/dist/Tabs.d.ts.map +1 -1
  91. package/dist/TagGroup.d.ts +12 -2
  92. package/dist/TagGroup.d.ts.map +1 -1
  93. package/dist/Text.d.ts +10 -0
  94. package/dist/Text.d.ts.map +1 -0
  95. package/dist/TextField.d.ts +4 -0
  96. package/dist/TextField.d.ts.map +1 -1
  97. package/dist/TimeField.d.ts +26 -1
  98. package/dist/TimeField.d.ts.map +1 -1
  99. package/dist/Toast.d.ts.map +1 -1
  100. package/dist/ToggleButton.d.ts +30 -0
  101. package/dist/ToggleButton.d.ts.map +1 -0
  102. package/dist/ToggleButtonGroup.d.ts +33 -0
  103. package/dist/ToggleButtonGroup.d.ts.map +1 -0
  104. package/dist/Toolbar.d.ts.map +1 -1
  105. package/dist/Tooltip.d.ts +9 -0
  106. package/dist/Tooltip.d.ts.map +1 -1
  107. package/dist/Tree.d.ts +44 -2
  108. package/dist/Tree.d.ts.map +1 -1
  109. package/dist/Virtualizer.d.ts +61 -0
  110. package/dist/Virtualizer.d.ts.map +1 -0
  111. package/dist/VirtualizerLayouts.d.ts +82 -0
  112. package/dist/VirtualizerLayouts.d.ts.map +1 -0
  113. package/dist/VisuallyHidden.d.ts +3 -1
  114. package/dist/VisuallyHidden.d.ts.map +1 -1
  115. package/dist/contexts.d.ts +1 -0
  116. package/dist/contexts.d.ts.map +1 -1
  117. package/dist/index.d.ts +57 -25
  118. package/dist/index.d.ts.map +1 -1
  119. package/dist/index.js +13961 -5946
  120. package/dist/index.js.map +1 -7
  121. package/dist/index.ssr.js +9612 -2401
  122. package/dist/index.ssr.js.map +1 -7
  123. package/dist/useDragAndDrop.d.ts +93 -0
  124. package/dist/useDragAndDrop.d.ts.map +1 -0
  125. package/dist/utils.d.ts +7 -1
  126. package/dist/utils.d.ts.map +1 -1
  127. package/dist/virtualizer/Layout.d.ts +79 -0
  128. package/dist/virtualizer/Layout.d.ts.map +1 -0
  129. package/package.json +8 -6
  130. package/src/ActionBar.tsx +248 -0
  131. package/src/ActionGroup.tsx +285 -0
  132. package/src/Alert.tsx +177 -0
  133. package/src/Autocomplete.tsx +1 -1
  134. package/src/Breadcrumbs.tsx +103 -17
  135. package/src/Button.tsx +65 -21
  136. package/src/Calendar.tsx +179 -53
  137. package/src/Checkbox.tsx +1 -2
  138. package/src/Collection.tsx +341 -0
  139. package/src/Color.tsx +652 -34
  140. package/src/ColorEditor.tsx +231 -0
  141. package/src/ComboBox.tsx +315 -81
  142. package/src/ContextualHelpTrigger.tsx +183 -0
  143. package/src/DateField.tsx +93 -19
  144. package/src/DatePicker.tsx +495 -25
  145. package/src/Dialog.tsx +40 -9
  146. package/src/Disclosure.tsx +33 -27
  147. package/src/DragAndDrop.tsx +334 -0
  148. package/src/DragPreview.tsx +45 -0
  149. package/src/DropZone.tsx +213 -0
  150. package/src/FieldError.tsx +67 -0
  151. package/src/FileTrigger.tsx +83 -0
  152. package/src/Focusable.tsx +106 -0
  153. package/src/Form.tsx +85 -0
  154. package/src/GridList.tsx +379 -41
  155. package/src/Icon.tsx +154 -0
  156. package/src/Keyboard.tsx +26 -0
  157. package/src/Link.tsx +14 -1
  158. package/src/ListBox.tsx +484 -33
  159. package/src/ListDropTargetDelegate.ts +282 -0
  160. package/src/Menu.tsx +388 -35
  161. package/src/Meter.tsx +7 -3
  162. package/src/Modal.tsx +32 -4
  163. package/src/NumberField.tsx +163 -43
  164. package/src/Popover.tsx +136 -180
  165. package/src/Pressable.tsx +108 -0
  166. package/src/ProgressBar.tsx +7 -3
  167. package/src/RadioGroup.tsx +35 -25
  168. package/src/RangeCalendar.tsx +100 -68
  169. package/src/RouterProvider.tsx +240 -0
  170. package/src/SearchField.tsx +142 -34
  171. package/src/Select.tsx +221 -73
  172. package/src/SelectionIndicator.tsx +105 -0
  173. package/src/SharedElementTransition.tsx +258 -0
  174. package/src/Slider.tsx +16 -6
  175. package/src/Table.tsx +417 -57
  176. package/src/Tabs.tsx +68 -35
  177. package/src/TagGroup.tsx +121 -36
  178. package/src/Text.tsx +18 -0
  179. package/src/TextField.tsx +25 -8
  180. package/src/TimeField.tsx +101 -151
  181. package/src/Toast.tsx +108 -14
  182. package/src/ToggleButton.tsx +159 -0
  183. package/src/ToggleButtonGroup.tsx +136 -0
  184. package/src/Toolbar.tsx +14 -8
  185. package/src/Tooltip.tsx +108 -19
  186. package/src/Tree.tsx +1143 -87
  187. package/src/Virtualizer.tsx +702 -0
  188. package/src/VirtualizerLayouts.ts +265 -0
  189. package/src/VisuallyHidden.tsx +15 -21
  190. package/src/contexts.ts +1 -0
  191. package/src/index.ts +1057 -620
  192. package/src/useDragAndDrop.ts +351 -0
  193. package/src/utils.tsx +37 -3
  194. package/src/virtualizer/Layout.ts +200 -0
package/src/index.ts CHANGED
@@ -1,620 +1,1057 @@
1
- /**
2
- * solidaria-components
3
- *
4
- * Pre-wired headless components for SolidJS.
5
- * Port of react-aria-components.
6
- *
7
- * These components combine state management + accessibility hooks into
8
- * ready-to-style components using the render props pattern and data attributes.
9
- */
10
-
11
- // Utilities
12
- export {
13
- type RenderChildren,
14
- type ClassNameOrFunction,
15
- type StyleOrFunction,
16
- type RenderPropsBase,
17
- type SlotProps,
18
- useRenderProps,
19
- filterDOMProps,
20
- removeDataAttributes,
21
- createDataAttributes,
22
- dataAttr,
23
- } from './utils';
24
-
25
- // VisuallyHidden
26
- export {
27
- VisuallyHidden,
28
- type VisuallyHiddenProps,
29
- } from './VisuallyHidden';
30
-
31
- // Button
32
- export {
33
- Button,
34
- ButtonContext,
35
- type ButtonProps,
36
- type ButtonRenderProps,
37
- } from './Button';
38
-
39
- // ToggleSwitch (named to avoid conflict with SolidJS's Switch)
40
- export {
41
- ToggleSwitch,
42
- ToggleSwitchContext,
43
- type ToggleSwitchProps,
44
- type ToggleSwitchRenderProps,
45
- } from './Switch';
46
-
47
- // Checkbox
48
- export {
49
- Checkbox,
50
- CheckboxGroup,
51
- CheckboxContext,
52
- CheckboxGroupContext,
53
- CheckboxGroupStateContext,
54
- type CheckboxProps,
55
- type CheckboxRenderProps,
56
- type CheckboxGroupProps,
57
- type CheckboxGroupRenderProps,
58
- } from './Checkbox';
59
-
60
- // Radio
61
- export {
62
- Radio,
63
- RadioGroup,
64
- RadioContext,
65
- RadioGroupContext,
66
- RadioGroupStateContext,
67
- type RadioProps,
68
- type RadioRenderProps,
69
- type RadioGroupProps,
70
- type RadioGroupRenderProps,
71
- type Orientation,
72
- } from './RadioGroup';
73
-
74
- // TextField
75
- export {
76
- TextField,
77
- TextFieldContext,
78
- Label,
79
- Input,
80
- TextArea,
81
- type TextFieldProps,
82
- type TextFieldRenderProps,
83
- type TextFieldContextValue,
84
- type LabelProps,
85
- type InputProps,
86
- type TextAreaProps,
87
- } from './TextField';
88
-
89
- // Link
90
- export {
91
- Link,
92
- LinkContext,
93
- type LinkProps,
94
- type LinkRenderProps,
95
- } from './Link';
96
-
97
- // ProgressBar
98
- export {
99
- ProgressBar,
100
- ProgressBarContext,
101
- type ProgressBarProps,
102
- type ProgressBarRenderProps,
103
- } from './ProgressBar';
104
-
105
- // Separator
106
- export {
107
- Separator,
108
- SeparatorContext,
109
- type SeparatorProps,
110
- type SeparatorRenderProps,
111
- } from './Separator';
112
-
113
- // Toolbar
114
- export {
115
- Toolbar,
116
- ToolbarContext,
117
- type ToolbarProps,
118
- type ToolbarRenderProps,
119
- type ToolbarContextValue,
120
- } from './Toolbar';
121
-
122
- // Autocomplete
123
- export {
124
- Autocomplete,
125
- AutocompleteContext,
126
- AutocompleteStateContext,
127
- AutocompleteCollectionContext,
128
- useAutocompleteInput,
129
- useAutocompleteState,
130
- useAutocompleteCollection,
131
- type AutocompleteProps,
132
- type AutocompleteContextValue,
133
- type AutocompleteCollectionContextValue,
134
- } from './Autocomplete';
135
-
136
- // ListBox
137
- export {
138
- ListBox,
139
- ListBoxOption,
140
- ListBoxContext,
141
- ListBoxStateContext,
142
- type ListBoxProps,
143
- type ListBoxRenderProps,
144
- type ListBoxOptionProps,
145
- type ListBoxOptionRenderProps,
146
- } from './ListBox';
147
-
148
- // Menu
149
- export {
150
- Menu,
151
- MenuItem,
152
- MenuTrigger,
153
- MenuButton,
154
- MenuContext,
155
- MenuStateContext,
156
- MenuTriggerContext,
157
- type MenuProps,
158
- type MenuRenderProps,
159
- type MenuItemProps,
160
- type MenuItemRenderProps,
161
- type MenuTriggerProps,
162
- type MenuTriggerRenderProps,
163
- type MenuButtonProps,
164
- } from './Menu';
165
-
166
- // Select
167
- export {
168
- Select,
169
- SelectTrigger,
170
- SelectValue,
171
- SelectListBox,
172
- SelectOption,
173
- SelectContext,
174
- SelectStateContext,
175
- type SelectProps,
176
- type SelectRenderProps,
177
- type SelectTriggerProps,
178
- type SelectTriggerRenderProps,
179
- type SelectValueProps,
180
- type SelectValueRenderProps,
181
- type SelectListBoxProps,
182
- type SelectListBoxRenderProps,
183
- type SelectOptionProps,
184
- type SelectOptionRenderProps,
185
- } from './Select';
186
-
187
- // Tabs
188
- export {
189
- Tabs,
190
- TabList,
191
- Tab,
192
- TabPanel,
193
- TabsContext,
194
- TabsStateContext,
195
- type TabsProps,
196
- type TabsRenderProps,
197
- type TabListProps,
198
- type TabListRenderProps,
199
- type TabProps,
200
- type TabRenderProps,
201
- type TabPanelProps,
202
- type TabPanelRenderProps,
203
- } from './Tabs';
204
-
205
- // Breadcrumbs
206
- export {
207
- Breadcrumbs,
208
- BreadcrumbItem,
209
- BreadcrumbsContext,
210
- type BreadcrumbsProps,
211
- type BreadcrumbsRenderProps,
212
- type BreadcrumbItemProps,
213
- type BreadcrumbItemRenderProps,
214
- } from './Breadcrumbs';
215
-
216
- // NumberField
217
- export {
218
- NumberField,
219
- NumberFieldLabel,
220
- NumberFieldGroup,
221
- NumberFieldInput,
222
- NumberFieldIncrementButton,
223
- NumberFieldDecrementButton,
224
- NumberFieldContext,
225
- type NumberFieldProps,
226
- type NumberFieldRenderProps,
227
- type NumberFieldInputProps,
228
- type NumberFieldInputRenderProps,
229
- type NumberFieldIncrementButtonProps,
230
- type NumberFieldDecrementButtonProps,
231
- type NumberFieldButtonRenderProps,
232
- } from './NumberField';
233
-
234
- // SearchField
235
- export {
236
- SearchField,
237
- SearchFieldLabel,
238
- SearchFieldInput,
239
- SearchFieldClearButton,
240
- SearchFieldContext,
241
- type SearchFieldProps,
242
- type SearchFieldRenderProps,
243
- type SearchFieldInputProps,
244
- type SearchFieldInputRenderProps,
245
- type SearchFieldClearButtonProps,
246
- type SearchFieldClearButtonRenderProps,
247
- } from './SearchField';
248
-
249
- // Slider
250
- export {
251
- Slider,
252
- SliderTrack,
253
- SliderThumb,
254
- SliderOutput,
255
- SliderContext,
256
- type SliderProps,
257
- type SliderRenderProps,
258
- type SliderTrackProps,
259
- type SliderTrackRenderProps,
260
- type SliderThumbProps,
261
- type SliderThumbRenderProps,
262
- type SliderOutputProps,
263
- type SliderOutputRenderProps,
264
- } from './Slider';
265
-
266
- // Tooltip
267
- export {
268
- Tooltip,
269
- TooltipTrigger,
270
- type TooltipProps,
271
- type TooltipRenderProps,
272
- type TooltipTriggerComponentProps,
273
- type TooltipTriggerState,
274
- } from './Tooltip';
275
-
276
- // ComboBox
277
- export {
278
- ComboBox,
279
- ComboBoxInput,
280
- ComboBoxButton,
281
- ComboBoxListBox,
282
- ComboBoxOption,
283
- ComboBoxContext,
284
- ComboBoxStateContext,
285
- defaultContainsFilter,
286
- type ComboBoxProps,
287
- type ComboBoxRenderProps,
288
- type ComboBoxInputProps,
289
- type ComboBoxInputRenderProps,
290
- type ComboBoxButtonProps,
291
- type ComboBoxButtonRenderProps,
292
- type ComboBoxListBoxProps,
293
- type ComboBoxListBoxRenderProps,
294
- type ComboBoxOptionProps,
295
- type ComboBoxOptionRenderProps,
296
- } from './ComboBox';
297
-
298
- // Dialog
299
- export {
300
- Dialog,
301
- DialogTrigger,
302
- DialogContext,
303
- DialogTriggerContext,
304
- useDialogTrigger,
305
- Heading,
306
- DialogHeading,
307
- type DialogProps,
308
- type DialogRenderProps,
309
- type DialogTriggerProps,
310
- type HeadingProps,
311
- } from './Dialog';
312
-
313
- // Modal
314
- export {
315
- Modal,
316
- ModalOverlay,
317
- OverlayTriggerStateContext,
318
- useOverlayTriggerState,
319
- type ModalProps,
320
- type ModalOverlayProps,
321
- type ModalRenderProps,
322
- type OverlayTriggerState,
323
- } from './Modal'
324
-
325
- // Popover
326
- export {
327
- Popover,
328
- PopoverTrigger,
329
- PopoverContext,
330
- PopoverTriggerContext,
331
- usePopoverTrigger,
332
- OverlayArrow,
333
- type PopoverProps,
334
- type PopoverRenderProps,
335
- type PopoverTriggerProps,
336
- type PopoverTriggerContextValue,
337
- type OverlayArrowProps,
338
- } from './Popover';
339
-
340
- // Toast
341
- export {
342
- Toast,
343
- ToastRegion,
344
- ToastProvider,
345
- ToastContext,
346
- ToastTitle,
347
- ToastDescription,
348
- ToastCloseButton,
349
- DefaultToast,
350
- useToastContext,
351
- globalToastQueue,
352
- addToast,
353
- type ToastContent,
354
- type ToastProps,
355
- type ToastRenderProps,
356
- type ToastRegionProps,
357
- type ToastRegionRenderProps,
358
- type ToastProviderProps,
359
- type ToastTitleProps,
360
- type ToastDescriptionProps,
361
- type ToastCloseButtonProps,
362
- type DefaultToastProps,
363
- } from './Toast';
364
-
365
- // Disclosure
366
- export {
367
- Disclosure,
368
- DisclosureGroup,
369
- DisclosureTrigger,
370
- DisclosurePanel,
371
- DisclosureContext,
372
- DisclosureGroupContext,
373
- useDisclosureContext,
374
- useDisclosureGroupContext,
375
- type DisclosureProps,
376
- type DisclosureRenderProps,
377
- type DisclosureGroupProps,
378
- type DisclosureGroupRenderProps,
379
- type DisclosureTriggerProps,
380
- type DisclosurePanelProps,
381
- type DisclosureState,
382
- type DisclosureGroupState,
383
- } from './Disclosure';
384
-
385
- // Meter
386
- export {
387
- Meter,
388
- MeterContext,
389
- type MeterProps,
390
- type MeterRenderProps,
391
- } from './Meter';
392
-
393
- // TagGroup
394
- export {
395
- TagGroup,
396
- TagList,
397
- Tag,
398
- TagRemoveButton,
399
- TagGroupContext,
400
- TagListStateContext,
401
- useTagGroupContext,
402
- type TagGroupProps,
403
- type TagGroupRenderProps,
404
- type TagListProps,
405
- type TagListRenderProps,
406
- type TagProps,
407
- type TagRenderProps,
408
- type TagRemoveButtonProps,
409
- } from './TagGroup';
410
-
411
- // Calendar
412
- export {
413
- Calendar,
414
- CalendarHeading,
415
- CalendarButton,
416
- CalendarGrid,
417
- CalendarCell,
418
- CalendarContext,
419
- useCalendarContext,
420
- type CalendarProps,
421
- type CalendarRenderProps,
422
- type CalendarHeadingProps,
423
- type CalendarButtonProps,
424
- type CalendarGridProps,
425
- type CalendarGridRenderProps,
426
- type CalendarCellProps,
427
- type CalendarCellRenderProps,
428
- type CalendarHeaderCellProps,
429
- type CalendarState,
430
- type CalendarDate,
431
- type DateValue,
432
- } from './Calendar';
433
-
434
- // RangeCalendar
435
- export {
436
- RangeCalendar,
437
- RangeCalendarHeading,
438
- RangeCalendarButton,
439
- RangeCalendarGrid,
440
- RangeCalendarCell,
441
- RangeCalendarContext,
442
- useRangeCalendarContext,
443
- type RangeCalendarProps,
444
- type RangeCalendarRenderProps,
445
- type RangeCalendarHeadingProps,
446
- type RangeCalendarButtonProps,
447
- type RangeCalendarGridProps,
448
- type RangeCalendarGridRenderProps,
449
- type RangeCalendarCellProps,
450
- type RangeCalendarCellRenderProps,
451
- type RangeCalendarState,
452
- type RangeValue,
453
- } from './RangeCalendar';
454
-
455
- // DateField
456
- export {
457
- DateField,
458
- DateInput,
459
- DateSegment,
460
- DateFieldContext,
461
- useDateFieldContext,
462
- type DateFieldProps,
463
- type DateFieldRenderProps,
464
- type DateInputProps,
465
- type DateInputRenderProps,
466
- type DateSegmentProps,
467
- type DateSegmentRenderProps,
468
- type DateFieldState,
469
- type DateSegmentType,
470
- } from './DateField';
471
-
472
- // TimeField
473
- export {
474
- TimeField,
475
- TimeInput,
476
- TimeSegment,
477
- TimeFieldContext,
478
- useTimeFieldContext,
479
- type TimeFieldProps,
480
- type TimeFieldRenderProps,
481
- type TimeInputProps,
482
- type TimeInputRenderProps,
483
- type TimeSegmentProps,
484
- type TimeSegmentRenderProps,
485
- type TimeFieldState,
486
- type TimeSegmentType,
487
- type TimeValue,
488
- } from './TimeField';
489
-
490
- // DatePicker
491
- export {
492
- DatePicker,
493
- DatePickerButton,
494
- DatePickerContent,
495
- DatePickerContext,
496
- useDatePickerContext,
497
- type DatePickerProps,
498
- type DatePickerRenderProps,
499
- type DatePickerButtonProps,
500
- type DatePickerButtonRenderProps,
501
- type DatePickerContentProps,
502
- type DatePickerContextValue,
503
- } from './DatePicker';
504
-
505
- // Table
506
- export {
507
- Table,
508
- TableHeader,
509
- TableColumn,
510
- TableBody,
511
- TableRow,
512
- TableCell,
513
- TableSelectionCheckbox,
514
- TableSelectAllCheckbox,
515
- TableContext,
516
- TableStateContext,
517
- TableRowContext,
518
- type TableProps,
519
- type TableRenderProps,
520
- type TableHeaderProps,
521
- type TableHeaderRenderProps,
522
- type TableColumnProps,
523
- type TableColumnRenderProps,
524
- type TableBodyProps,
525
- type TableBodyRenderProps,
526
- type TableRowProps,
527
- type TableRowRenderProps,
528
- type TableCellProps,
529
- type TableCellRenderProps,
530
- } from './Table';
531
-
532
- // GridList
533
- export {
534
- GridList,
535
- GridListItem,
536
- GridListSelectionCheckbox,
537
- GridListContext,
538
- GridListStateContext,
539
- type GridListProps,
540
- type GridListRenderProps,
541
- type GridListItemProps,
542
- type GridListItemRenderProps,
543
- } from './GridList';
544
-
545
- // Tree
546
- export {
547
- Tree,
548
- TreeItem,
549
- TreeExpandButton,
550
- TreeSelectionCheckbox,
551
- TreeContext,
552
- TreeStateContext,
553
- TreeItemContext,
554
- type TreeProps,
555
- type TreeRenderProps,
556
- type TreeRenderItemState,
557
- type TreeItemProps,
558
- type TreeItemRenderProps,
559
- type TreeExpandButtonProps,
560
- } from './Tree';
561
-
562
- // Color
563
- export {
564
- // ColorSlider
565
- ColorSlider,
566
- ColorSliderTrack,
567
- ColorSliderThumb,
568
- ColorSliderContext,
569
- type ColorSliderProps,
570
- type ColorSliderRenderProps,
571
- type ColorSliderTrackProps,
572
- type ColorSliderTrackRenderProps,
573
- type ColorSliderThumbProps,
574
- type ColorSliderThumbRenderProps,
575
- // ColorArea
576
- ColorArea,
577
- ColorAreaGradient,
578
- ColorAreaThumb,
579
- ColorAreaContext,
580
- type ColorAreaProps,
581
- type ColorAreaRenderProps,
582
- type ColorAreaGradientProps,
583
- type ColorAreaGradientRenderProps,
584
- type ColorAreaThumbProps,
585
- type ColorAreaThumbRenderProps,
586
- // ColorWheel
587
- ColorWheel,
588
- ColorWheelTrack,
589
- ColorWheelThumb,
590
- ColorWheelContext,
591
- type ColorWheelProps,
592
- type ColorWheelRenderProps,
593
- type ColorWheelTrackProps,
594
- type ColorWheelTrackRenderProps,
595
- type ColorWheelThumbProps,
596
- type ColorWheelThumbRenderProps,
597
- // ColorField
598
- ColorField,
599
- ColorFieldInput,
600
- ColorFieldContext,
601
- type ColorFieldProps,
602
- type ColorFieldRenderProps,
603
- type ColorFieldInputProps,
604
- type ColorFieldInputRenderProps,
605
- // ColorSwatch
606
- ColorSwatch,
607
- type ColorSwatchProps,
608
- type ColorSwatchRenderProps,
609
- } from './Color';
610
-
611
- // Landmark
612
- export {
613
- Landmark,
614
- LandmarkContext,
615
- useLandmarkController,
616
- type LandmarkProps,
617
- type LandmarkRenderProps,
618
- type AriaLandmarkRole,
619
- type LandmarkController,
620
- } from './Landmark';
1
+ /**
2
+ * solidaria-components
3
+ *
4
+ * Pre-wired headless components for SolidJS.
5
+ * Port of react-aria-components.
6
+ *
7
+ * These components combine state management + accessibility hooks into
8
+ * ready-to-style components using the render props pattern and data attributes.
9
+ */
10
+
11
+ // Utilities
12
+ export {
13
+ type RenderChildren,
14
+ type ClassNameOrFunction,
15
+ type StyleOrFunction,
16
+ type RenderPropsBase,
17
+ type SlotProps,
18
+ DEFAULT_SLOT,
19
+ Provider,
20
+ composeRenderProps,
21
+ useRenderProps,
22
+ useContextProps,
23
+ useSlottedContext,
24
+ filterDOMProps,
25
+ removeDataAttributes,
26
+ createDataAttributes,
27
+ dataAttr,
28
+ } from './utils';
29
+
30
+ // VisuallyHidden
31
+ export {
32
+ VisuallyHidden,
33
+ type VisuallyHiddenProps,
34
+ } from './VisuallyHidden';
35
+
36
+ // Button
37
+ export {
38
+ Button,
39
+ ButtonContext,
40
+ type ButtonProps,
41
+ type ButtonRenderProps,
42
+ } from './Button';
43
+
44
+ // ToggleSwitch (named to avoid conflict with SolidJS's Switch)
45
+ export {
46
+ ToggleSwitch,
47
+ ToggleSwitchContext,
48
+ ToggleSwitch as Switch,
49
+ ToggleSwitchContext as SwitchContext,
50
+ type ToggleSwitchProps,
51
+ type ToggleSwitchRenderProps,
52
+ type ToggleSwitchProps as SwitchProps,
53
+ type ToggleSwitchRenderProps as SwitchRenderProps,
54
+ } from './Switch';
55
+
56
+ // ToggleButton
57
+ export {
58
+ ToggleButton,
59
+ ToggleButtonContext,
60
+ type ToggleButtonProps,
61
+ type ToggleButtonRenderProps,
62
+ } from './ToggleButton';
63
+
64
+ // ToggleButtonGroup
65
+ export {
66
+ ToggleButtonGroup,
67
+ ToggleButtonGroupContext,
68
+ ToggleButtonGroupStateContext,
69
+ ToggleGroupStateContext,
70
+ useToggleButtonGroupStateContext,
71
+ type ToggleButtonGroupProps,
72
+ type ToggleButtonGroupRenderProps,
73
+ type ToggleButtonGroupStateContextValue,
74
+ } from './ToggleButtonGroup';
75
+
76
+ // Checkbox
77
+ export {
78
+ Checkbox,
79
+ CheckboxGroup,
80
+ CheckboxContext,
81
+ CheckboxGroupContext,
82
+ CheckboxGroupStateContext,
83
+ type CheckboxProps,
84
+ type CheckboxRenderProps,
85
+ type CheckboxGroupProps,
86
+ type CheckboxGroupRenderProps,
87
+ } from './Checkbox';
88
+
89
+ // Radio
90
+ export {
91
+ Radio,
92
+ RadioGroup,
93
+ RadioContext,
94
+ RadioGroupContext,
95
+ RadioGroupStateContext,
96
+ type RadioProps,
97
+ type RadioRenderProps,
98
+ type RadioGroupProps,
99
+ type RadioGroupRenderProps,
100
+ type Orientation,
101
+ } from './RadioGroup';
102
+
103
+ // TextField
104
+ export {
105
+ TextField,
106
+ TextFieldContext,
107
+ LabelContext,
108
+ InputContext,
109
+ TextAreaContext,
110
+ FieldInputContext,
111
+ Label,
112
+ Input,
113
+ TextArea,
114
+ type TextFieldProps,
115
+ type TextFieldRenderProps,
116
+ type TextFieldContextValue,
117
+ type LabelProps,
118
+ type InputProps,
119
+ type TextAreaProps,
120
+ } from './TextField';
121
+
122
+ export {
123
+ Text,
124
+ TextContext,
125
+ type TextProps,
126
+ } from './Text';
127
+
128
+ // Link
129
+ export {
130
+ Link,
131
+ LinkContext,
132
+ type LinkProps,
133
+ type LinkRenderProps,
134
+ } from './Link';
135
+
136
+ // Keyboard
137
+ export {
138
+ Keyboard,
139
+ KeyboardContext,
140
+ type KeyboardProps,
141
+ } from './Keyboard';
142
+
143
+ // Form
144
+ export {
145
+ Form,
146
+ FormContext,
147
+ type FormProps,
148
+ type FormRenderProps,
149
+ } from './Form';
150
+
151
+ // FieldError
152
+ export {
153
+ FieldError,
154
+ FieldErrorContext,
155
+ type FieldErrorProps,
156
+ type FieldErrorRenderProps,
157
+ } from './FieldError';
158
+
159
+ // FileTrigger
160
+ export {
161
+ FileTrigger,
162
+ type FileTriggerProps,
163
+ } from './FileTrigger';
164
+
165
+ // DropZone
166
+ export {
167
+ DropZone,
168
+ DropZoneContext,
169
+ type DropZoneProps,
170
+ type DropZoneRenderProps,
171
+ } from './DropZone';
172
+
173
+ // SharedElementTransition
174
+ export {
175
+ SharedElementTransition,
176
+ SharedElement,
177
+ useHasSharedElementTransitionScope,
178
+ type SharedElementTransitionProps,
179
+ type SharedElementProps,
180
+ type SharedElementPropsBase,
181
+ type SharedElementRenderProps,
182
+ } from './SharedElementTransition';
183
+
184
+ // Layout base
185
+ export {
186
+ Layout,
187
+ LayoutInfo,
188
+ Rect,
189
+ Size,
190
+ Point,
191
+ type InvalidationContext,
192
+ } from './virtualizer/Layout';
193
+
194
+ // Virtualizer
195
+ export {
196
+ Virtualizer,
197
+ VirtualizerContext,
198
+ useVirtualizerContext,
199
+ ListLayout,
200
+ GridLayout,
201
+ WaterfallLayout,
202
+ TableLayout,
203
+ type VirtualizerProps,
204
+ type VirtualizerLayout,
205
+ type VirtualizerLayoutClass,
206
+ type VirtualizerContextValue,
207
+ type VirtualizerVisibleRange,
208
+ type VirtualizerDropTarget,
209
+ type VirtualizerDropOperationResolver,
210
+ type VirtualizerDropTargetResolver,
211
+ type VirtualizerRangeContext,
212
+ type DefaultVirtualizerLayoutOptions,
213
+ type GridLayoutOptions,
214
+ type WaterfallLayoutOptions,
215
+ } from './Virtualizer';
216
+
217
+ // ProgressBar
218
+ export {
219
+ ProgressBar,
220
+ ProgressBarContext,
221
+ type ProgressBarProps,
222
+ type ProgressBarRenderProps,
223
+ } from './ProgressBar';
224
+
225
+ // Separator
226
+ export {
227
+ Separator,
228
+ SeparatorContext,
229
+ type SeparatorProps,
230
+ type SeparatorRenderProps,
231
+ } from './Separator';
232
+
233
+ // Toolbar
234
+ export {
235
+ Toolbar,
236
+ ToolbarContext,
237
+ type ToolbarProps,
238
+ type ToolbarRenderProps,
239
+ type ToolbarContextValue,
240
+ } from './Toolbar';
241
+
242
+ // Autocomplete
243
+ export {
244
+ Autocomplete,
245
+ AutocompleteContext,
246
+ AutocompleteStateContext,
247
+ AutocompleteCollectionContext,
248
+ useAutocompleteInput,
249
+ useAutocompleteState,
250
+ useAutocompleteCollection,
251
+ type AutocompleteProps,
252
+ type AutocompleteContextValue,
253
+ type AutocompleteCollectionContextValue,
254
+ } from './Autocomplete';
255
+
256
+ // ListBox
257
+ export {
258
+ ListBox,
259
+ ListBoxOption,
260
+ ListBoxOption as ListBoxItem,
261
+ ListBoxSection,
262
+ ListBoxLoadMoreItem,
263
+ ListBoxContext,
264
+ ListBoxStateContext,
265
+ ListStateContext,
266
+ type ListBoxProps,
267
+ type ListBoxRenderProps,
268
+ type ListBoxOptionProps,
269
+ type ListBoxOptionRenderProps,
270
+ type ListBoxOptionProps as ListBoxItemProps,
271
+ type ListBoxOptionRenderProps as ListBoxItemRenderProps,
272
+ type ListBoxSectionProps,
273
+ type ListBoxLoadMoreItemProps,
274
+ } from './ListBox';
275
+
276
+ // Menu
277
+ export {
278
+ Menu,
279
+ MenuItem,
280
+ MenuSection,
281
+ MenuTrigger,
282
+ SubmenuTrigger,
283
+ MenuButton,
284
+ MenuContext,
285
+ MenuStateContext,
286
+ MenuTriggerContext,
287
+ RootMenuTriggerStateContext,
288
+ type MenuProps,
289
+ type MenuRenderProps,
290
+ type MenuItemProps,
291
+ type MenuItemRenderProps,
292
+ type MenuSectionProps,
293
+ type MenuTriggerProps,
294
+ type SubmenuTriggerProps,
295
+ type MenuTriggerRenderProps,
296
+ type MenuButtonProps,
297
+ } from './Menu';
298
+
299
+ // Select
300
+ export {
301
+ Select,
302
+ SelectTrigger,
303
+ SelectValue,
304
+ SelectListBox,
305
+ SelectOption,
306
+ SelectContext,
307
+ SelectValueContext,
308
+ SelectStateContext,
309
+ type SelectProps,
310
+ type SelectRenderProps,
311
+ type SelectTriggerProps,
312
+ type SelectTriggerRenderProps,
313
+ type SelectValueProps,
314
+ type SelectValueRenderProps,
315
+ type SelectListBoxProps,
316
+ type SelectListBoxRenderProps,
317
+ type SelectOptionProps,
318
+ type SelectOptionRenderProps,
319
+ } from './Select';
320
+
321
+ // Tabs
322
+ export {
323
+ Tabs,
324
+ TabList,
325
+ Tab,
326
+ TabPanel as TabPanels,
327
+ TabPanel,
328
+ TabsContext,
329
+ TabsStateContext,
330
+ TabsStateContext as TabListStateContext,
331
+ type TabsProps,
332
+ type TabsRenderProps,
333
+ type TabListProps,
334
+ type TabListRenderProps,
335
+ type TabProps,
336
+ type TabRenderProps,
337
+ type TabPanelProps,
338
+ type TabPanelRenderProps,
339
+ } from './Tabs';
340
+
341
+ // SelectionIndicator
342
+ export {
343
+ SelectionIndicator,
344
+ SelectionIndicatorContext,
345
+ type SelectionIndicatorProps,
346
+ type SelectionIndicatorRenderProps,
347
+ } from './SelectionIndicator';
348
+
349
+ // Collection primitives
350
+ export {
351
+ Collection,
352
+ CollectionBuilder,
353
+ createLeafComponent,
354
+ createBranchComponent,
355
+ CollectionRendererContext,
356
+ SelectableCollectionContext,
357
+ DefaultCollectionRenderer,
358
+ GroupContext,
359
+ HeaderContext,
360
+ HeadingContext,
361
+ Section,
362
+ Header,
363
+ Group,
364
+ isCollectionSection,
365
+ flattenCollectionEntries,
366
+ type SectionProps,
367
+ type HeaderProps,
368
+ type GroupProps,
369
+ type CollectionEntry,
370
+ type CollectionSection,
371
+ type CollectionDropTargetDelegate,
372
+ type CollectionRenderer,
373
+ type CollectionRootProps,
374
+ type CollectionBranchProps,
375
+ type CollectionRendererContextValue,
376
+ type CollectionPrimitiveRenderProps,
377
+ } from './Collection';
378
+
379
+ // Drag and Drop
380
+ export {
381
+ DragAndDropContext,
382
+ DropIndicator,
383
+ DropIndicatorContext,
384
+ useDndPersistedKeys,
385
+ useRenderDropIndicator,
386
+ type DragAndDropContextValue,
387
+ type DropIndicatorProps,
388
+ type DropIndicatorRenderProps,
389
+ type DropTargetDelegate,
390
+ } from './DragAndDrop';
391
+ export {
392
+ useDragAndDrop,
393
+ type DragAndDropOptions,
394
+ type DragAndDropHooks,
395
+ } from './useDragAndDrop';
396
+
397
+ // Breadcrumbs
398
+ export {
399
+ Breadcrumbs,
400
+ BreadcrumbItem,
401
+ BreadcrumbItem as Breadcrumb,
402
+ BreadcrumbsContext,
403
+ type BreadcrumbsProps,
404
+ type BreadcrumbsRenderProps,
405
+ type BreadcrumbItemProps,
406
+ type BreadcrumbItemRenderProps,
407
+ } from './Breadcrumbs';
408
+
409
+ // NumberField
410
+ export {
411
+ NumberField,
412
+ NumberFieldLabel,
413
+ NumberFieldGroup,
414
+ NumberFieldInput,
415
+ NumberFieldIncrementButton,
416
+ NumberFieldDecrementButton,
417
+ NumberFieldContext,
418
+ NumberFieldStateContext,
419
+ type NumberFieldProps,
420
+ type NumberFieldRenderProps,
421
+ type NumberFieldInputProps,
422
+ type NumberFieldInputRenderProps,
423
+ type NumberFieldIncrementButtonProps,
424
+ type NumberFieldDecrementButtonProps,
425
+ type NumberFieldButtonRenderProps,
426
+ } from './NumberField';
427
+
428
+ // SearchField
429
+ export {
430
+ SearchField,
431
+ SearchFieldLabel,
432
+ SearchFieldInput,
433
+ SearchFieldClearButton,
434
+ SearchFieldContext,
435
+ type SearchFieldProps,
436
+ type SearchFieldRenderProps,
437
+ type SearchFieldInputProps,
438
+ type SearchFieldInputRenderProps,
439
+ type SearchFieldClearButtonProps,
440
+ type SearchFieldClearButtonRenderProps,
441
+ } from './SearchField';
442
+
443
+ // Slider
444
+ export {
445
+ Slider,
446
+ SliderTrack,
447
+ SliderThumb,
448
+ SliderOutput,
449
+ SliderContext,
450
+ SliderStateContext,
451
+ SliderTrackContext,
452
+ SliderOutputContext,
453
+ type SliderProps,
454
+ type SliderRenderProps,
455
+ type SliderTrackProps,
456
+ type SliderTrackRenderProps,
457
+ type SliderThumbProps,
458
+ type SliderThumbRenderProps,
459
+ type SliderOutputProps,
460
+ type SliderOutputRenderProps,
461
+ } from './Slider';
462
+
463
+ // Tooltip
464
+ export {
465
+ Tooltip,
466
+ TooltipTrigger,
467
+ TooltipContext,
468
+ TooltipTriggerStateContext,
469
+ type TooltipProps,
470
+ type TooltipRenderProps,
471
+ type TooltipTriggerComponentProps,
472
+ type TooltipTriggerState,
473
+ } from './Tooltip';
474
+
475
+ // ComboBox
476
+ export {
477
+ ComboBox,
478
+ ComboBoxValue,
479
+ ComboBoxInput,
480
+ ComboBoxLabel,
481
+ ComboBoxDescription,
482
+ ComboBoxErrorMessage,
483
+ ComboBoxButton,
484
+ ComboBoxListBox,
485
+ ComboBoxOption,
486
+ ComboBoxContext,
487
+ ComboBoxStateContext,
488
+ ComboBoxValueContext,
489
+ defaultContainsFilter,
490
+ type ComboBoxProps,
491
+ type ComboBoxRenderProps,
492
+ type ComboBoxValueProps,
493
+ type ComboBoxValueRenderProps,
494
+ type ComboBoxInputProps,
495
+ type ComboBoxInputRenderProps,
496
+ type ComboBoxLabelProps,
497
+ type ComboBoxDescriptionProps,
498
+ type ComboBoxErrorMessageProps,
499
+ type ComboBoxButtonProps,
500
+ type ComboBoxButtonRenderProps,
501
+ type ComboBoxListBoxProps,
502
+ type ComboBoxListBoxRenderProps,
503
+ type ComboBoxOptionProps,
504
+ type ComboBoxOptionRenderProps,
505
+ } from './ComboBox';
506
+
507
+ // Dialog
508
+ export {
509
+ Dialog,
510
+ DialogTrigger,
511
+ DialogContext,
512
+ DialogTriggerContext,
513
+ useDialogTrigger,
514
+ Heading,
515
+ DialogHeading,
516
+ type DialogProps,
517
+ type DialogRenderProps,
518
+ type DialogTriggerProps,
519
+ type HeadingProps,
520
+ } from './Dialog';
521
+
522
+ // Modal
523
+ export {
524
+ Modal,
525
+ ModalOverlay,
526
+ ModalContext,
527
+ OverlayTriggerStateContext,
528
+ useOverlayTriggerState,
529
+ type ModalProps,
530
+ type ModalOverlayProps,
531
+ type ModalRenderProps,
532
+ type OverlayTriggerState,
533
+ } from './Modal';
534
+
535
+ // Popover
536
+ export {
537
+ Popover,
538
+ PopoverTrigger,
539
+ PopoverContext,
540
+ PopoverTriggerContext,
541
+ usePopoverTrigger,
542
+ OverlayArrow,
543
+ type PopoverProps,
544
+ type PopoverRenderProps,
545
+ type PopoverTriggerProps,
546
+ type PopoverTriggerContextValue,
547
+ type OverlayArrowProps,
548
+ } from './Popover';
549
+
550
+ // Toast
551
+ export {
552
+ Toast,
553
+ Toast as UNSTABLE_Toast,
554
+ ToastRegion as UNSTABLE_ToastRegion,
555
+ ToastRegion as UNSTABLE_ToastList,
556
+ Toast as UNSTABLE_ToastContent,
557
+ ToastRegion,
558
+ ToastProvider,
559
+ ToastContext,
560
+ ToastContext as UNSTABLE_ToastStateContext,
561
+ ToastTitle,
562
+ ToastDescription,
563
+ ToastCloseButton,
564
+ DefaultToast,
565
+ useToastContext,
566
+ globalToastQueue,
567
+ addToast,
568
+ type ToastContent,
569
+ type ToastProps,
570
+ type ToastRenderProps,
571
+ type ToastRegionProps,
572
+ type ToastRegionRenderProps,
573
+ type ToastProviderProps,
574
+ type ToastTitleProps,
575
+ type ToastDescriptionProps,
576
+ type ToastCloseButtonProps,
577
+ type DefaultToastProps,
578
+ } from './Toast';
579
+
580
+ // Disclosure
581
+ export {
582
+ Disclosure,
583
+ DisclosureGroup,
584
+ DisclosureTrigger,
585
+ DisclosurePanel,
586
+ DisclosureContext,
587
+ DisclosureGroupContext,
588
+ DisclosureStateContext,
589
+ DisclosureGroupStateContext,
590
+ useDisclosureContext,
591
+ useDisclosureGroupContext,
592
+ type DisclosureProps,
593
+ type DisclosureRenderProps,
594
+ type DisclosureGroupProps,
595
+ type DisclosureGroupRenderProps,
596
+ type DisclosureTriggerProps,
597
+ type DisclosurePanelProps,
598
+ type DisclosureState,
599
+ type DisclosureGroupState,
600
+ } from './Disclosure';
601
+
602
+ // Meter
603
+ export {
604
+ Meter,
605
+ MeterContext,
606
+ type MeterProps,
607
+ type MeterRenderProps,
608
+ } from './Meter';
609
+
610
+ // TagGroup
611
+ export {
612
+ TagGroup,
613
+ TagList,
614
+ Tag,
615
+ TagRemoveButton,
616
+ TagGroupContext,
617
+ TagListStateContext,
618
+ TagListStateContext as TagListContext,
619
+ useTagGroupContext,
620
+ type TagGroupProps,
621
+ type TagGroupRenderProps,
622
+ type TagListProps,
623
+ type TagListRenderProps,
624
+ type TagProps,
625
+ type TagRenderProps,
626
+ type TagRemoveButtonProps,
627
+ } from './TagGroup';
628
+
629
+ // Calendar
630
+ export {
631
+ Calendar,
632
+ CalendarHeading,
633
+ CalendarButton,
634
+ CalendarGrid,
635
+ CalendarGridHeader,
636
+ CalendarGridBody,
637
+ CalendarHeaderCell,
638
+ CalendarCell,
639
+ CalendarContext,
640
+ CalendarContext as CalendarStateContext,
641
+ useCalendarContext,
642
+ type CalendarProps,
643
+ type CalendarRenderProps,
644
+ type CalendarHeadingProps,
645
+ type CalendarButtonProps,
646
+ type CalendarGridProps,
647
+ type CalendarGridHeaderProps,
648
+ type CalendarGridBodyProps,
649
+ type CalendarGridRenderProps,
650
+ type CalendarCellProps,
651
+ type CalendarCellRenderProps,
652
+ type CalendarHeaderCellProps,
653
+ type CalendarState,
654
+ type CalendarDate,
655
+ type DateValue,
656
+ } from './Calendar';
657
+
658
+ // RangeCalendar
659
+ export {
660
+ RangeCalendar,
661
+ RangeCalendarHeading,
662
+ RangeCalendarButton,
663
+ RangeCalendarGrid,
664
+ RangeCalendarCell,
665
+ RangeCalendarContext,
666
+ RangeCalendarStateContext,
667
+ useRangeCalendarContext,
668
+ type RangeCalendarProps,
669
+ type RangeCalendarRenderProps,
670
+ type RangeCalendarHeadingProps,
671
+ type RangeCalendarButtonProps,
672
+ type RangeCalendarGridProps,
673
+ type RangeCalendarGridRenderProps,
674
+ type RangeCalendarCellProps,
675
+ type RangeCalendarCellRenderProps,
676
+ type RangeCalendarState,
677
+ type RangeValue,
678
+ } from './RangeCalendar';
679
+
680
+ // DateField
681
+ export {
682
+ DateField,
683
+ DateFieldLabel,
684
+ DateFieldDescription,
685
+ DateFieldErrorMessage,
686
+ DateInput,
687
+ DateSegment,
688
+ DateFieldContext,
689
+ DateFieldStateContext,
690
+ useDateFieldContext,
691
+ type DateFieldProps,
692
+ type DateFieldRenderProps,
693
+ type DateInputProps,
694
+ type DateInputRenderProps,
695
+ type DateSegmentProps,
696
+ type DateSegmentRenderProps,
697
+ type DateFieldLabelProps,
698
+ type DateFieldDescriptionProps,
699
+ type DateFieldErrorMessageProps,
700
+ type DateFieldContextValue,
701
+ type DateFieldState,
702
+ type DateSegmentType,
703
+ } from './DateField';
704
+
705
+ // TimeField
706
+ export {
707
+ TimeField,
708
+ TimeFieldLabel,
709
+ TimeFieldDescription,
710
+ TimeFieldErrorMessage,
711
+ TimeInput,
712
+ TimeSegment,
713
+ TimeFieldContext,
714
+ TimeFieldStateContext,
715
+ useTimeFieldContext,
716
+ type TimeFieldProps,
717
+ type TimeFieldRenderProps,
718
+ type TimeInputProps,
719
+ type TimeInputRenderProps,
720
+ type TimeSegmentProps,
721
+ type TimeSegmentRenderProps,
722
+ type TimeFieldLabelProps,
723
+ type TimeFieldDescriptionProps,
724
+ type TimeFieldErrorMessageProps,
725
+ type TimeFieldContextValue,
726
+ type TimeFieldState,
727
+ type TimeSegmentType,
728
+ type TimeValue,
729
+ } from './TimeField';
730
+
731
+ // DatePicker
732
+ export {
733
+ DatePicker,
734
+ DateRangePicker,
735
+ DatePickerLabel,
736
+ DatePickerDescription,
737
+ DatePickerErrorMessage,
738
+ DateRangePickerLabel,
739
+ DateRangePickerDescription,
740
+ DateRangePickerErrorMessage,
741
+ DatePickerButton,
742
+ DateRangePickerButton,
743
+ DatePickerContent,
744
+ DateRangePickerContent,
745
+ DatePickerContext,
746
+ DateRangePickerContext,
747
+ DatePickerStateContext,
748
+ DateRangePickerStateContext,
749
+ useDatePickerContext,
750
+ useDateRangePickerContext,
751
+ type DatePickerProps,
752
+ type DateRangePickerProps,
753
+ type DatePickerRenderProps,
754
+ type DateRangePickerRenderProps,
755
+ type DatePickerButtonProps,
756
+ type DateRangePickerButtonProps,
757
+ type DatePickerButtonRenderProps,
758
+ type DatePickerContentProps,
759
+ type DateRangePickerContentProps,
760
+ type DatePickerLabelProps,
761
+ type DatePickerDescriptionProps,
762
+ type DatePickerErrorMessageProps,
763
+ type DateRangePickerLabelProps,
764
+ type DateRangePickerDescriptionProps,
765
+ type DateRangePickerErrorMessageProps,
766
+ type DatePickerContextValue,
767
+ type DateRangePickerContextValue,
768
+ } from './DatePicker';
769
+
770
+ // Table
771
+ export {
772
+ Table,
773
+ TableHeader,
774
+ TableColumn,
775
+ TableColumn as Column,
776
+ ColumnResizer,
777
+ TableBody,
778
+ TableLoadMoreItem,
779
+ TableRow,
780
+ TableRow as Row,
781
+ TableCell,
782
+ TableCell as Cell,
783
+ ResizableTableContainer,
784
+ useTableOptions,
785
+ TableSelectionCheckbox,
786
+ TableSelectAllCheckbox,
787
+ TableContext,
788
+ TableStateContext,
789
+ TableColumnResizeStateContext,
790
+ TableRowContext,
791
+ type TableProps,
792
+ type TableRenderProps,
793
+ type TableHeaderProps,
794
+ type TableHeaderRenderProps,
795
+ type TableColumnProps,
796
+ type TableColumnRenderProps,
797
+ type ColumnResizerProps,
798
+ type TableBodyProps,
799
+ type TableBodyRenderProps,
800
+ type ResizableTableContainerProps,
801
+ type TableLoadMoreItemProps,
802
+ type TableRowProps,
803
+ type TableRowRenderProps,
804
+ type TableCellProps,
805
+ type TableCellRenderProps,
806
+ } from './Table';
807
+
808
+ // GridList
809
+ export {
810
+ GridList,
811
+ GridListHeader,
812
+ GridListItem,
813
+ GridListSection,
814
+ GridListSelectionCheckbox,
815
+ GridListLoadMoreItem,
816
+ GridListContext,
817
+ GridListHeaderContext,
818
+ GridListStateContext,
819
+ type GridListProps,
820
+ type GridListRenderProps,
821
+ type GridListItemProps,
822
+ type GridListItemRenderProps,
823
+ type GridListHeaderProps,
824
+ type GridListSectionProps,
825
+ type GridListLoadMoreItemProps,
826
+ } from './GridList';
827
+
828
+ // Tree
829
+ export {
830
+ Tree,
831
+ TreeItem,
832
+ TreeItemContent,
833
+ TreeHeader,
834
+ TreeSection,
835
+ TreeExpandButton,
836
+ TreeSelectionCheckbox,
837
+ TreeLoadMoreItem,
838
+ TreeContext,
839
+ TreeStateContext,
840
+ TreeItemContext,
841
+ type TreeProps,
842
+ type TreeRenderProps,
843
+ type TreeRenderItemState,
844
+ type TreeItemProps,
845
+ type TreeItemRenderProps,
846
+ type TreeItemContentProps,
847
+ type TreeItemContentRenderProps,
848
+ type TreeHeaderProps,
849
+ type TreeSectionProps,
850
+ type TreeExpandButtonProps,
851
+ type TreeLoadMoreItemProps,
852
+ } from './Tree';
853
+
854
+ // Color
855
+ export {
856
+ // ColorSlider
857
+ ColorSlider,
858
+ ColorSliderTrack,
859
+ ColorSliderThumb,
860
+ ColorThumb,
861
+ ColorSliderContext,
862
+ ColorSliderStateContext,
863
+ type ColorSliderProps,
864
+ type ColorSliderRenderProps,
865
+ type ColorSliderTrackProps,
866
+ type ColorSliderTrackRenderProps,
867
+ type ColorSliderThumbProps,
868
+ type ColorSliderThumbRenderProps,
869
+ // ColorArea
870
+ ColorArea,
871
+ ColorAreaGradient,
872
+ ColorAreaThumb,
873
+ ColorAreaContext,
874
+ ColorAreaStateContext,
875
+ type ColorAreaProps,
876
+ type ColorAreaRenderProps,
877
+ type ColorAreaGradientProps,
878
+ type ColorAreaGradientRenderProps,
879
+ type ColorAreaThumbProps,
880
+ type ColorAreaThumbRenderProps,
881
+ // ColorWheel
882
+ ColorWheel,
883
+ ColorWheelTrack,
884
+ ColorWheelThumb,
885
+ ColorWheelContext,
886
+ ColorWheelStateContext,
887
+ ColorWheelTrackContext,
888
+ type ColorWheelProps,
889
+ type ColorWheelRenderProps,
890
+ type ColorWheelTrackProps,
891
+ type ColorWheelTrackRenderProps,
892
+ type ColorWheelThumbProps,
893
+ type ColorWheelThumbRenderProps,
894
+ // ColorField
895
+ ColorField,
896
+ ColorFieldInput,
897
+ ColorFieldContext,
898
+ ColorFieldStateContext,
899
+ ColorPicker,
900
+ ColorPickerContext,
901
+ ColorPickerStateContext,
902
+ type ColorFieldProps,
903
+ type ColorFieldRenderProps,
904
+ type ColorFieldInputProps,
905
+ type ColorFieldInputRenderProps,
906
+ type ColorPickerProps,
907
+ type ColorPickerRenderProps,
908
+ // ColorSwatch
909
+ ColorSwatch,
910
+ ColorSwatchContext,
911
+ ColorSwatchPicker,
912
+ ColorSwatchPickerItem,
913
+ ColorSwatchPickerContext,
914
+ type ColorSwatchProps,
915
+ type ColorSwatchRenderProps,
916
+ type ColorSwatchPickerProps,
917
+ type ColorSwatchPickerItemProps,
918
+ } from './Color';
919
+
920
+ // ContextualHelpTrigger
921
+ export {
922
+ ContextualHelpTrigger,
923
+ type ContextualHelpTriggerProps,
924
+ type ContextualHelpTriggerRenderProps,
925
+ } from './ContextualHelpTrigger';
926
+
927
+ // ColorEditor
928
+ export {
929
+ ColorEditor,
930
+ type ColorEditorProps,
931
+ type ColorEditorRenderProps,
932
+ type ColorEditorColorSpace,
933
+ } from './ColorEditor';
934
+
935
+ // Landmark
936
+ export {
937
+ Landmark,
938
+ LandmarkContext,
939
+ useLandmarkController,
940
+ type LandmarkProps,
941
+ type LandmarkRenderProps,
942
+ type AriaLandmarkRole,
943
+ type LandmarkController,
944
+ } from './Landmark';
945
+
946
+ // ActionBar
947
+ export {
948
+ ActionBar,
949
+ ActionBarContainer,
950
+ ActionBarSelectionCount,
951
+ ActionBarClearButton,
952
+ ActionBarContext,
953
+ useActionBarContext,
954
+ type ActionBarProps,
955
+ type ActionBarRenderProps,
956
+ type ActionBarContainerProps,
957
+ type ActionBarSelectionCountProps,
958
+ type ActionBarClearButtonProps,
959
+ type ActionBarContextValue,
960
+ } from './ActionBar';
961
+
962
+ // ActionGroup
963
+ export {
964
+ ActionGroup,
965
+ ActionGroupContext,
966
+ ActionGroupStateContext,
967
+ useActionGroupContext,
968
+ type ActionGroupProps,
969
+ type ActionGroupRenderProps,
970
+ type ActionGroupItemRenderProps,
971
+ type ActionGroupItem,
972
+ type ActionGroupContextValue,
973
+ } from './ActionGroup';
974
+
975
+ // Alert
976
+ export {
977
+ Alert,
978
+ AlertContext,
979
+ AlertDismissButton,
980
+ type AlertProps,
981
+ type AlertRenderProps,
982
+ type AlertVariant,
983
+ type AlertContextValue,
984
+ type AlertDismissButtonProps,
985
+ } from './Alert';
986
+
987
+ // Icon
988
+ export {
989
+ Icon,
990
+ IconContext,
991
+ type IconProps,
992
+ type IconRenderProps,
993
+ } from './Icon';
994
+
995
+ // Focusable
996
+ export {
997
+ Focusable,
998
+ type FocusableProps,
999
+ } from './Focusable';
1000
+
1001
+ // Pressable
1002
+ export {
1003
+ Pressable,
1004
+ type PressableProps,
1005
+ } from './Pressable';
1006
+
1007
+ // RouterProvider
1008
+ export {
1009
+ RouterProvider,
1010
+ RouterContext,
1011
+ useRouter,
1012
+ type RouterProviderProps,
1013
+ type RouterContextValue,
1014
+ type RouterOptions,
1015
+ } from './RouterProvider';
1016
+
1017
+ // ============================================
1018
+ // RE-EXPORTS FROM LOWER LAYERS
1019
+ // ============================================
1020
+
1021
+ // DnD utilities
1022
+ export { DIRECTORY_DRAG_TYPE } from '@proyecto-viviana/solid-stately';
1023
+ export { isDirectoryDropItem, isFileDropItem, isTextDropItem } from '@proyecto-viviana/solidaria';
1024
+ export { createDrag as useDrag, createDrop as useDrop } from '@proyecto-viviana/solidaria';
1025
+
1026
+ // i18n
1027
+ export { isRTL, I18nProvider, useLocale, createFilter as useFilter } from '@proyecto-viviana/solidaria';
1028
+
1029
+ // SSR
1030
+ export { SSRProvider } from '@proyecto-viviana/solidaria';
1031
+
1032
+ // Color + Form
1033
+ export { parseColor, FormValidationContext } from '@proyecto-viviana/solid-stately';
1034
+
1035
+ // Toast alias
1036
+ export { ToastQueue as UNSTABLE_ToastQueue } from '@proyecto-viviana/solid-stately';
1037
+
1038
+ // Data hooks (aliased to match RAC's useXxx naming)
1039
+ export {
1040
+ createListData,
1041
+ createListData as useListData,
1042
+ createTreeData,
1043
+ createTreeData as useTreeData,
1044
+ createAsyncList,
1045
+ createAsyncList as useAsyncList,
1046
+ getColorChannels,
1047
+ type ListOptions,
1048
+ type ListData,
1049
+ type TreeOptions,
1050
+ type TreeData,
1051
+ type TreeDataNode,
1052
+ type AsyncListOptions,
1053
+ type AsyncListData,
1054
+ type AsyncListLoadFunction,
1055
+ type SortDescriptor,
1056
+ type LoadingState,
1057
+ } from '@proyecto-viviana/solid-stately';