@mittwald/flow-react-components 0.2.0-alpha.567 → 0.2.0-alpha.569

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 (268) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/assets/doc-properties.json +2065 -878
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/AccentBox/AccentBox.mjs +22 -21
  5. package/dist/js/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
  6. package/dist/js/components/src/components/ActionGroup/ActionGroup.mjs +37 -31
  7. package/dist/js/components/src/components/ActionGroup/ActionGroup.mjs.map +1 -1
  8. package/dist/js/components/src/components/Align/Align.mjs +22 -16
  9. package/dist/js/components/src/components/Align/Align.mjs.map +1 -1
  10. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +61 -50
  11. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  12. package/dist/js/components/src/components/BrowserOnly/BrowserOnly.mjs +7 -0
  13. package/dist/js/components/src/components/BrowserOnly/BrowserOnly.mjs.map +1 -1
  14. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +5 -2
  15. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  16. package/dist/js/components/src/components/Checkbox/Checkbox.mjs +4 -11
  17. package/dist/js/components/src/components/Checkbox/Checkbox.mjs.map +1 -1
  18. package/dist/js/components/src/components/CheckboxButton/CheckboxButton.mjs +2 -19
  19. package/dist/js/components/src/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  20. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs +4 -4
  21. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  22. package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs +64 -58
  23. package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  24. package/dist/js/components/src/components/ComboBox/ComboBox.mjs +11 -37
  25. package/dist/js/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
  26. package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +2 -1
  27. package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
  28. package/dist/js/components/src/components/DateInput/DateInput.mjs +20 -0
  29. package/dist/js/components/src/components/DateInput/DateInput.mjs.map +1 -0
  30. package/dist/js/components/src/components/DatePicker/DatePicker.mjs +1 -6
  31. package/dist/js/components/src/components/DatePicker/DatePicker.mjs.map +1 -1
  32. package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs +3 -2
  33. package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs.map +1 -1
  34. package/dist/js/components/src/components/DateRangePicker/DateRangePicker.mjs +1 -6
  35. package/dist/js/components/src/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  36. package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +4 -3
  37. package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs.map +1 -1
  38. package/dist/js/components/src/components/FileField/FileField.mjs +4 -10
  39. package/dist/js/components/src/components/FileField/FileField.mjs.map +1 -1
  40. package/dist/js/components/src/components/Header/Header.mjs +20 -15
  41. package/dist/js/components/src/components/Header/Header.mjs.map +1 -1
  42. package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +1 -1
  43. package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  44. package/dist/js/components/src/components/LayoutCard/LayoutCard.mjs +16 -12
  45. package/dist/js/components/src/components/LayoutCard/LayoutCard.mjs.map +1 -1
  46. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +5 -2
  47. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  48. package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +6 -0
  49. package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  50. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +5 -2
  51. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
  52. package/dist/js/components/src/components/Markdown/Markdown.mjs.map +1 -1
  53. package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs +19 -24
  54. package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
  55. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs +2 -2
  56. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs.map +1 -1
  57. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs +1 -1
  58. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs.map +1 -1
  59. package/dist/js/components/src/components/Modal/Modal.mjs +70 -76
  60. package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
  61. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +5 -2
  62. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
  63. package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +1 -4
  64. package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
  65. package/dist/js/components/src/components/NumberField/NumberField.mjs +4 -22
  66. package/dist/js/components/src/components/NumberField/NumberField.mjs.map +1 -1
  67. package/dist/js/components/src/components/Overlay/Overlay.mjs +2 -104
  68. package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
  69. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +5 -2
  70. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
  71. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +10 -16
  72. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  73. package/dist/js/components/src/components/Popover/Popover.mjs +2 -106
  74. package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
  75. package/dist/js/components/src/components/RadioGroup/RadioGroup.mjs +1 -1
  76. package/dist/js/components/src/components/RadioGroup/RadioGroup.mjs.map +1 -1
  77. package/dist/js/components/src/components/SearchField/SearchField.mjs +6 -13
  78. package/dist/js/components/src/components/SearchField/SearchField.mjs.map +1 -1
  79. package/dist/js/components/src/components/Section/Section.mjs +41 -35
  80. package/dist/js/components/src/components/Section/Section.mjs.map +1 -1
  81. package/dist/js/components/src/components/SegmentedControl/SegmentedControl.mjs +3 -3
  82. package/dist/js/components/src/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
  83. package/dist/js/components/src/components/Select/Select.mjs +5 -16
  84. package/dist/js/components/src/components/Select/Select.mjs.map +1 -1
  85. package/dist/js/components/src/components/Slider/Slider.mjs +2 -9
  86. package/dist/js/components/src/components/Slider/Slider.mjs.map +1 -1
  87. package/dist/js/components/src/components/Switch/Switch.mjs +6 -21
  88. package/dist/js/components/src/components/Switch/Switch.mjs.map +1 -1
  89. package/dist/js/components/src/components/TextArea/TextArea.mjs +13 -20
  90. package/dist/js/components/src/components/TextArea/TextArea.mjs.map +1 -1
  91. package/dist/js/components/src/components/TextField/TextField.mjs +4 -11
  92. package/dist/js/components/src/components/TextField/TextField.mjs.map +1 -1
  93. package/dist/js/components/src/components/TextFieldBase/TextFieldBase.mjs +9 -23
  94. package/dist/js/components/src/components/TextFieldBase/TextFieldBase.mjs.map +1 -1
  95. package/dist/js/components/src/components/TimeField/TimeField.mjs +3 -6
  96. package/dist/js/components/src/components/TimeField/TimeField.mjs.map +1 -1
  97. package/dist/js/components/src/components/Tooltip/Tooltip.mjs +6 -2
  98. package/dist/js/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
  99. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +6 -7
  100. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
  101. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +4 -6
  102. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  103. package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs +1 -3
  104. package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs.map +1 -1
  105. package/dist/js/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +2 -2
  106. package/dist/js/components/src/lib/componentFactory/flowComponent.mjs +7 -23
  107. package/dist/js/components/src/lib/componentFactory/flowComponent.mjs.map +1 -1
  108. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs +6 -0
  109. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
  110. package/dist/js/components/src/lib/form/isFocused.mjs +8 -0
  111. package/dist/js/components/src/lib/form/isFocused.mjs.map +1 -0
  112. package/dist/js/components/src/lib/hooks/useFieldError.mjs +1 -2
  113. package/dist/js/components/src/lib/hooks/useFieldError.mjs.map +1 -1
  114. package/dist/js/components/src/lib/hooks/useProps.mjs +1 -2
  115. package/dist/js/components/src/lib/hooks/useProps.mjs.map +1 -1
  116. package/dist/js/components/src/lib/propsContext/components/ClearPropsContext.mjs +4 -10
  117. package/dist/js/components/src/lib/propsContext/components/ClearPropsContext.mjs.map +1 -1
  118. package/dist/js/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs +2 -2
  119. package/dist/js/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs.map +1 -1
  120. package/dist/js/components/src/lib/propsContext/components/PropsContextProvider.mjs +7 -22
  121. package/dist/js/components/src/lib/propsContext/components/PropsContextProvider.mjs.map +1 -1
  122. package/dist/js/components/src/lib/propsContext/mergePropsContext.mjs +22 -30
  123. package/dist/js/components/src/lib/propsContext/mergePropsContext.mjs.map +1 -1
  124. package/dist/js/components/src/lib/propsContext/nestedPropsContext/lib.mjs +27 -7
  125. package/dist/js/components/src/lib/propsContext/nestedPropsContext/lib.mjs.map +1 -1
  126. package/dist/js/components/src/lib/react/getPropsMerger.mjs +7 -2
  127. package/dist/js/components/src/lib/react/getPropsMerger.mjs.map +1 -1
  128. package/dist/js/components/src/lib/remote/eventHandlerContext.mjs +9 -0
  129. package/dist/js/components/src/lib/remote/eventHandlerContext.mjs.map +1 -0
  130. package/dist/js/components/src/lib/remote/useControlledHostValueProps.mjs +31 -0
  131. package/dist/js/components/src/lib/remote/useControlledHostValueProps.mjs.map +1 -0
  132. package/dist/js/components/src/lib/remote/useControlledRemoteValueProps.mjs +20 -0
  133. package/dist/js/components/src/lib/remote/useControlledRemoteValueProps.mjs.map +1 -0
  134. package/dist/js/default.mjs +2 -0
  135. package/dist/js/default.mjs.map +1 -1
  136. package/dist/js/flr-universal.mjs +2 -2
  137. package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
  138. package/dist/types/components/AccentBox/stories/Default.stories.d.ts +1 -0
  139. package/dist/types/components/AccentBox/stories/Default.stories.d.ts.map +1 -1
  140. package/dist/types/components/ActionGroup/ActionGroup.d.ts.map +1 -1
  141. package/dist/types/components/Align/Align.d.ts.map +1 -1
  142. package/dist/types/components/Autocomplete/Autocomplete.d.ts +2 -2
  143. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  144. package/dist/types/components/Checkbox/Checkbox.d.ts +3 -4
  145. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  146. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +2 -4
  147. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
  148. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
  149. package/dist/types/components/ComboBox/ComboBox.d.ts +3 -6
  150. package/dist/types/components/ComboBox/ComboBox.d.ts.map +1 -1
  151. package/dist/types/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.d.ts.map +1 -1
  152. package/dist/types/components/DateInput/DateInput.d.ts +8 -0
  153. package/dist/types/components/DateInput/DateInput.d.ts.map +1 -0
  154. package/dist/types/components/DateInput/index.d.ts +3 -0
  155. package/dist/types/components/DateInput/index.d.ts.map +1 -0
  156. package/dist/types/components/DatePicker/DatePicker.d.ts +2 -2
  157. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  158. package/dist/types/components/DatePicker/components/DateInput/DateInput.d.ts +2 -1
  159. package/dist/types/components/DatePicker/components/DateInput/DateInput.d.ts.map +1 -1
  160. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  161. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  162. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +2 -1
  163. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts.map +1 -1
  164. package/dist/types/components/FileField/FileField.d.ts +1 -2
  165. package/dist/types/components/FileField/FileField.d.ts.map +1 -1
  166. package/dist/types/components/Header/Header.d.ts +2 -2
  167. package/dist/types/components/Header/Header.d.ts.map +1 -1
  168. package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
  169. package/dist/types/components/List/typedList.d.ts +2 -2
  170. package/dist/types/components/Markdown/Markdown.d.ts +2 -2
  171. package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
  172. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts +3 -7
  173. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  174. package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.d.ts +2 -2
  175. package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.d.ts.map +1 -1
  176. package/dist/types/components/MarkdownEditor/lib/modifyValueByType.d.ts +1 -1
  177. package/dist/types/components/MarkdownEditor/lib/modifyValueByType.d.ts.map +1 -1
  178. package/dist/types/components/Message/stories/Default.stories.d.ts.map +1 -1
  179. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  180. package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts.map +1 -1
  181. package/dist/types/components/NumberField/NumberField.d.ts +3 -4
  182. package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
  183. package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
  184. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  185. package/dist/types/components/Popover/Popover.d.ts +1 -1
  186. package/dist/types/components/Popover/Popover.d.ts.map +1 -1
  187. package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
  188. package/dist/types/components/Section/Section.d.ts.map +1 -1
  189. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts +3 -3
  190. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  191. package/dist/types/components/Select/Select.d.ts +2 -5
  192. package/dist/types/components/Select/Select.d.ts.map +1 -1
  193. package/dist/types/components/Slider/Slider.d.ts +3 -3
  194. package/dist/types/components/Slider/Slider.d.ts.map +1 -1
  195. package/dist/types/components/Switch/Switch.d.ts +2 -2
  196. package/dist/types/components/Switch/Switch.d.ts.map +1 -1
  197. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  198. package/dist/types/components/TextField/TextField.d.ts.map +1 -1
  199. package/dist/types/components/TextFieldBase/TextFieldBase.d.ts.map +1 -1
  200. package/dist/types/components/TimeField/TimeField.d.ts +3 -3
  201. package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
  202. package/dist/types/index/default.d.ts +2 -0
  203. package/dist/types/index/default.d.ts.map +1 -1
  204. package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
  205. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +2 -2
  206. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  207. package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.d.ts +1 -1
  208. package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.d.ts.map +1 -1
  209. package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.d.ts +1 -1
  210. package/dist/types/lib/componentFactory/flowComponent.d.ts +1 -1
  211. package/dist/types/lib/componentFactory/flowComponent.d.ts.map +1 -1
  212. package/dist/types/lib/controller/overlay/OverlayController.d.ts.map +1 -1
  213. package/dist/types/lib/form/isFocused.d.ts +2 -0
  214. package/dist/types/lib/form/isFocused.d.ts.map +1 -0
  215. package/dist/types/lib/hooks/useFieldError.d.ts.map +1 -1
  216. package/dist/types/lib/hooks/useProps.d.ts.map +1 -1
  217. package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts +1 -5
  218. package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts.map +1 -1
  219. package/dist/types/lib/propsContext/components/ComponentPropsContextProvider.d.ts +0 -2
  220. package/dist/types/lib/propsContext/components/ComponentPropsContextProvider.d.ts.map +1 -1
  221. package/dist/types/lib/propsContext/components/PropsContextProvider.d.ts +0 -3
  222. package/dist/types/lib/propsContext/components/PropsContextProvider.d.ts.map +1 -1
  223. package/dist/types/lib/propsContext/mergePropsContext.d.ts +1 -1
  224. package/dist/types/lib/propsContext/mergePropsContext.d.ts.map +1 -1
  225. package/dist/types/lib/propsContext/nestedPropsContext/lib.d.ts +3 -84
  226. package/dist/types/lib/propsContext/nestedPropsContext/lib.d.ts.map +1 -1
  227. package/dist/types/lib/propsContext/types.d.ts +1 -2
  228. package/dist/types/lib/propsContext/types.d.ts.map +1 -1
  229. package/dist/types/lib/react/getPropsMerger.d.ts.map +1 -1
  230. package/dist/types/lib/remote/eventHandlerContext.d.ts +11 -0
  231. package/dist/types/lib/remote/eventHandlerContext.d.ts.map +1 -0
  232. package/dist/types/lib/remote/types.d.ts +6 -0
  233. package/dist/types/lib/remote/types.d.ts.map +1 -0
  234. package/dist/types/lib/remote/useControlledHostValueProps.d.ts +18 -0
  235. package/dist/types/lib/remote/useControlledHostValueProps.d.ts.map +1 -0
  236. package/dist/types/lib/remote/useControlledRemoteValueProps.d.ts +11 -0
  237. package/dist/types/lib/remote/useControlledRemoteValueProps.d.ts.map +1 -0
  238. package/package.json +5 -4
  239. package/dist/js/components/src/lib/hooks/useManagedValue.mjs +0 -27
  240. package/dist/js/components/src/lib/hooks/useManagedValue.mjs.map +0 -1
  241. package/dist/js/components/src/lib/propsContext/inherit/PropsContextLevelProvider.mjs +0 -20
  242. package/dist/js/components/src/lib/propsContext/inherit/PropsContextLevelProvider.mjs.map +0 -1
  243. package/dist/js/components/src/lib/propsContext/inherit/lib.mjs +0 -39
  244. package/dist/js/components/src/lib/propsContext/inherit/lib.mjs.map +0 -1
  245. package/dist/js/components/src/lib/propsContext/inherit/propsContextLevel.mjs +0 -13
  246. package/dist/js/components/src/lib/propsContext/inherit/propsContextLevel.mjs.map +0 -1
  247. package/dist/js/components/src/lib/propsContext/inherit/types.mjs +0 -6
  248. package/dist/js/components/src/lib/propsContext/inherit/types.mjs.map +0 -1
  249. package/dist/js/components/src/lib/react/ReactAriaControlledValueFix.mjs +0 -65
  250. package/dist/js/components/src/lib/react/ReactAriaControlledValueFix.mjs.map +0 -1
  251. package/dist/js/components/src/lib/react/emitElementValueChange.mjs +0 -22
  252. package/dist/js/components/src/lib/react/emitElementValueChange.mjs.map +0 -1
  253. package/dist/types/lib/hooks/useManagedValue.d.ts +0 -13
  254. package/dist/types/lib/hooks/useManagedValue.d.ts.map +0 -1
  255. package/dist/types/lib/propsContext/inherit/PropsContextLevelProvider.d.ts +0 -8
  256. package/dist/types/lib/propsContext/inherit/PropsContextLevelProvider.d.ts.map +0 -1
  257. package/dist/types/lib/propsContext/inherit/lib.d.ts +0 -8
  258. package/dist/types/lib/propsContext/inherit/lib.d.ts.map +0 -1
  259. package/dist/types/lib/propsContext/inherit/propsContextLevel.d.ts +0 -4
  260. package/dist/types/lib/propsContext/inherit/propsContextLevel.d.ts.map +0 -1
  261. package/dist/types/lib/propsContext/inherit/types.d.ts +0 -6
  262. package/dist/types/lib/propsContext/inherit/types.d.ts.map +0 -1
  263. package/dist/types/lib/react/ReactAriaControlledValueFix.d.ts +0 -16
  264. package/dist/types/lib/react/ReactAriaControlledValueFix.d.ts.map +0 -1
  265. package/dist/types/lib/react/ReactAriaControlledValueFix.test.d.ts +0 -2
  266. package/dist/types/lib/react/ReactAriaControlledValueFix.test.d.ts.map +0 -1
  267. package/dist/types/lib/react/emitElementValueChange.d.ts +0 -6
  268. package/dist/types/lib/react/emitElementValueChange.d.ts.map +0 -1
@@ -3866,7 +3866,7 @@
3866
3866
  ],
3867
3867
  "required": false,
3868
3868
  "type": {
3869
- "name": "Ref<HTMLInputElement>"
3869
+ "name": "Ref<HTMLSpanElement>"
3870
3870
  }
3871
3871
  },
3872
3872
  "key": {
@@ -6212,7 +6212,7 @@
6212
6212
  ],
6213
6213
  "required": false,
6214
6214
  "type": {
6215
- "name": "Ref<HTMLInputElement>"
6215
+ "name": "Ref<HTMLSpanElement>"
6216
6216
  }
6217
6217
  },
6218
6218
  "FieldErrorView": {
@@ -6264,25 +6264,6 @@
6264
6264
  "displayName": "TextField",
6265
6265
  "methods": [],
6266
6266
  "props": {
6267
- "inputContext": {
6268
- "defaultValue": null,
6269
- "description": "@internal",
6270
- "name": "inputContext",
6271
- "parent": {
6272
- "fileName": "components/src/components/TextField/TextField.tsx",
6273
- "name": "TextFieldProps"
6274
- },
6275
- "declarations": [
6276
- {
6277
- "fileName": "components/src/components/TextField/TextField.tsx",
6278
- "name": "TextFieldProps"
6279
- }
6280
- ],
6281
- "required": false,
6282
- "type": {
6283
- "name": "Context<any>"
6284
- }
6285
- },
6286
6267
  "children": {
6287
6268
  "defaultValue": null,
6288
6269
  "description": "",
@@ -7720,7 +7701,7 @@
7720
7701
  ],
7721
7702
  "required": false,
7722
7703
  "type": {
7723
- "name": "Ref<HTMLInputElement>"
7704
+ "name": "Ref<HTMLSpanElement>"
7724
7705
  }
7725
7706
  },
7726
7707
  "validationBehavior": {
@@ -11136,7 +11117,7 @@
11136
11117
  ],
11137
11118
  "required": false,
11138
11119
  "type": {
11139
- "name": "Ref<HTMLInputElement>"
11120
+ "name": "Ref<HTMLSpanElement>"
11140
11121
  }
11141
11122
  },
11142
11123
  "key": {
@@ -16611,7 +16592,7 @@
16611
16592
  ],
16612
16593
  "required": false,
16613
16594
  "type": {
16614
- "name": "Ref<HTMLInputElement>"
16595
+ "name": "Ref<HTMLSpanElement>"
16615
16596
  }
16616
16597
  },
16617
16598
  "key": {
@@ -18313,7 +18294,7 @@
18313
18294
  ],
18314
18295
  "required": false,
18315
18296
  "type": {
18316
- "name": "Ref<HTMLInputElement>"
18297
+ "name": "Ref<HTMLSpanElement>"
18317
18298
  }
18318
18299
  },
18319
18300
  "key": {
@@ -21876,25 +21857,6 @@
21876
21857
  "name": "boolean"
21877
21858
  }
21878
21859
  },
21879
- "inputRef": {
21880
- "defaultValue": null,
21881
- "description": "A ref for the HTML input element.",
21882
- "name": "inputRef",
21883
- "parent": {
21884
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
21885
- "name": "SwitchProps"
21886
- },
21887
- "declarations": [
21888
- {
21889
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
21890
- "name": "SwitchProps"
21891
- }
21892
- ],
21893
- "required": false,
21894
- "type": {
21895
- "name": "RefObject<HTMLInputElement | null>"
21896
- }
21897
- },
21898
21860
  "onHoverStart": {
21899
21861
  "defaultValue": null,
21900
21862
  "description": "Handler that is called when a hover interaction starts.",
@@ -22021,7 +21983,7 @@
22021
21983
  ],
22022
21984
  "required": false,
22023
21985
  "type": {
22024
- "name": "Ref<HTMLInputElement>"
21986
+ "name": "Ref<HTMLSpanElement>"
22025
21987
  }
22026
21988
  },
22027
21989
  "key": {
@@ -22193,7 +22155,7 @@
22193
22155
  ],
22194
22156
  "required": false,
22195
22157
  "type": {
22196
- "name": "Ref<HTMLInputElement>"
22158
+ "name": "Ref<HTMLSpanElement>"
22197
22159
  }
22198
22160
  },
22199
22161
  "key": {
@@ -23913,25 +23875,6 @@
23913
23875
  "type": {
23914
23876
  "name": "string"
23915
23877
  }
23916
- },
23917
- "inputRef": {
23918
- "defaultValue": null,
23919
- "description": "A ref for the HTML input element.",
23920
- "name": "inputRef",
23921
- "parent": {
23922
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
23923
- "name": "SwitchProps"
23924
- },
23925
- "declarations": [
23926
- {
23927
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
23928
- "name": "SwitchProps"
23929
- }
23930
- ],
23931
- "required": false,
23932
- "type": {
23933
- "name": "RefObject<HTMLInputElement | null>"
23934
- }
23935
23878
  }
23936
23879
  }
23937
23880
  },
@@ -23979,7 +23922,7 @@
23979
23922
  ],
23980
23923
  "required": false,
23981
23924
  "type": {
23982
- "name": "Ref<HTMLInputElement>"
23925
+ "name": "Ref<HTMLSpanElement>"
23983
23926
  }
23984
23927
  },
23985
23928
  "key": {
@@ -29348,7 +29291,7 @@
29348
29291
  ],
29349
29292
  "required": false,
29350
29293
  "type": {
29351
- "name": "Ref<HTMLInputElement>"
29294
+ "name": "Ref<HTMLSpanElement>"
29352
29295
  }
29353
29296
  },
29354
29297
  "key": {
@@ -36275,25 +36218,6 @@
36275
36218
  "name": "((value: Key | null) => void)"
36276
36219
  }
36277
36220
  },
36278
- "controller": {
36279
- "defaultValue": null,
36280
- "description": "An overlay controller to control the select option popover state.",
36281
- "name": "controller",
36282
- "parent": {
36283
- "fileName": "components/src/components/Select/Select.tsx",
36284
- "name": "SelectProps"
36285
- },
36286
- "declarations": [
36287
- {
36288
- "fileName": "components/src/components/Select/Select.tsx",
36289
- "name": "SelectProps"
36290
- }
36291
- ],
36292
- "required": false,
36293
- "type": {
36294
- "name": "OverlayController"
36295
- }
36296
- },
36297
36221
  "isReadOnly": {
36298
36222
  "defaultValue": null,
36299
36223
  "description": "Whether the component is read only.",
@@ -38324,7 +38248,7 @@
38324
38248
  ],
38325
38249
  "required": false,
38326
38250
  "type": {
38327
- "name": "Ref<HTMLInputElement>"
38251
+ "name": "Ref<HTMLSpanElement>"
38328
38252
  }
38329
38253
  },
38330
38254
  "key": {
@@ -40216,7 +40140,7 @@
40216
40140
  ],
40217
40141
  "required": false,
40218
40142
  "type": {
40219
- "name": "Ref<HTMLInputElement>"
40143
+ "name": "Ref<HTMLSpanElement>"
40220
40144
  }
40221
40145
  },
40222
40146
  "key": {
@@ -40322,7 +40246,7 @@
40322
40246
  ],
40323
40247
  "required": false,
40324
40248
  "type": {
40325
- "name": "Ref<HTMLInputElement>"
40249
+ "name": "Ref<HTMLSpanElement>"
40326
40250
  }
40327
40251
  },
40328
40252
  "key": {
@@ -48028,7 +47952,7 @@
48028
47952
  ],
48029
47953
  "required": false,
48030
47954
  "type": {
48031
- "name": "Ref<HTMLInputElement>"
47955
+ "name": "Ref<HTMLSpanElement>"
48032
47956
  }
48033
47957
  },
48034
47958
  "key": {
@@ -49973,7 +49897,7 @@
49973
49897
  ],
49974
49898
  "required": false,
49975
49899
  "type": {
49976
- "name": "Ref<HTMLInputElement>"
49900
+ "name": "Ref<HTMLSpanElement>"
49977
49901
  }
49978
49902
  },
49979
49903
  "key": {
@@ -51812,7 +51736,7 @@
51812
51736
  ],
51813
51737
  "required": false,
51814
51738
  "type": {
51815
- "name": "Ref<HTMLInputElement>"
51739
+ "name": "Ref<HTMLSpanElement>"
51816
51740
  }
51817
51741
  },
51818
51742
  "key": {
@@ -53872,7 +53796,7 @@
53872
53796
  ],
53873
53797
  "required": false,
53874
53798
  "type": {
53875
- "name": "Ref<HTMLInputElement>"
53799
+ "name": "Ref<HTMLSpanElement>"
53876
53800
  }
53877
53801
  },
53878
53802
  "key": {
@@ -56296,7 +56220,7 @@
56296
56220
  ],
56297
56221
  "required": false,
56298
56222
  "type": {
56299
- "name": "Ref<HTMLInputElement>"
56223
+ "name": "Ref<HTMLSpanElement>"
56300
56224
  }
56301
56225
  },
56302
56226
  "key": {
@@ -56457,7 +56381,7 @@
56457
56381
  ],
56458
56382
  "required": false,
56459
56383
  "type": {
56460
- "name": "Ref<HTMLInputElement>"
56384
+ "name": "Ref<HTMLSpanElement>"
56461
56385
  }
56462
56386
  },
56463
56387
  "key": {
@@ -58708,7 +58632,7 @@
58708
58632
  ],
58709
58633
  "required": false,
58710
58634
  "type": {
58711
- "name": "Ref<HTMLInputElement>"
58635
+ "name": "Ref<HTMLSpanElement>"
58712
58636
  }
58713
58637
  },
58714
58638
  "key": {
@@ -60558,7 +60482,7 @@
60558
60482
  ],
60559
60483
  "required": false,
60560
60484
  "type": {
60561
- "name": "Ref<HTMLInputElement>"
60485
+ "name": "Ref<HTMLSpanElement>"
60562
60486
  }
60563
60487
  },
60564
60488
  "key": {
@@ -60591,25 +60515,6 @@
60591
60515
  "displayName": "NumberField",
60592
60516
  "methods": [],
60593
60517
  "props": {
60594
- "inputRef": {
60595
- "defaultValue": null,
60596
- "description": "",
60597
- "name": "inputRef",
60598
- "parent": {
60599
- "fileName": "components/src/components/NumberField/NumberField.tsx",
60600
- "name": "NumberFieldProps"
60601
- },
60602
- "declarations": [
60603
- {
60604
- "fileName": "components/src/components/NumberField/NumberField.tsx",
60605
- "name": "NumberFieldProps"
60606
- }
60607
- ],
60608
- "required": false,
60609
- "type": {
60610
- "name": "RefObject<HTMLInputElement | null>"
60611
- }
60612
- },
60613
60518
  "aria-label": {
60614
60519
  "defaultValue": null,
60615
60520
  "description": "Defines a string value that labels the current element.",
@@ -62771,7 +62676,7 @@
62771
62676
  ],
62772
62677
  "required": false,
62773
62678
  "type": {
62774
- "name": "Ref<HTMLInputElement>"
62679
+ "name": "Ref<HTMLSpanElement>"
62775
62680
  }
62776
62681
  },
62777
62682
  "key": {
@@ -62818,7 +62723,7 @@
62818
62723
  ],
62819
62724
  "required": false,
62820
62725
  "type": {
62821
- "name": "Ref<HTMLInputElement>"
62726
+ "name": "Ref<HTMLSpanElement>"
62822
62727
  }
62823
62728
  },
62824
62729
  "key": {
@@ -68272,7 +68177,7 @@
68272
68177
  ],
68273
68178
  "required": false,
68274
68179
  "type": {
68275
- "name": "Ref<HTMLInputElement>"
68180
+ "name": "Ref<HTMLSpanElement>"
68276
68181
  }
68277
68182
  },
68278
68183
  "key": {
@@ -73599,7 +73504,7 @@
73599
73504
  ],
73600
73505
  "required": false,
73601
73506
  "type": {
73602
- "name": "Ref<HTMLInputElement>"
73507
+ "name": "Ref<HTMLSpanElement>"
73603
73508
  }
73604
73509
  },
73605
73510
  "key": {
@@ -79137,7 +79042,7 @@
79137
79042
  ],
79138
79043
  "required": false,
79139
79044
  "type": {
79140
- "name": "Ref<HTMLInputElement>"
79045
+ "name": "Ref<HTMLSpanElement>"
79141
79046
  }
79142
79047
  },
79143
79048
  "key": {
@@ -79277,7 +79182,7 @@
79277
79182
  ],
79278
79183
  "required": false,
79279
79184
  "type": {
79280
- "name": "Ref<HTMLInputElement>"
79185
+ "name": "Ref<HTMLSpanElement>"
79281
79186
  }
79282
79187
  },
79283
79188
  "key": {
@@ -79419,7 +79324,7 @@
79419
79324
  ],
79420
79325
  "required": false,
79421
79326
  "type": {
79422
- "name": "Ref<HTMLInputElement>"
79327
+ "name": "Ref<HTMLSpanElement>"
79423
79328
  }
79424
79329
  },
79425
79330
  "key": {
@@ -81307,7 +81212,7 @@
81307
81212
  ],
81308
81213
  "required": false,
81309
81214
  "type": {
81310
- "name": "Ref<HTMLInputElement>"
81215
+ "name": "Ref<HTMLSpanElement>"
81311
81216
  }
81312
81217
  },
81313
81218
  "key": {
@@ -81340,6 +81245,82 @@
81340
81245
  "displayName": "MarkdownEditor",
81341
81246
  "methods": [],
81342
81247
  "props": {
81248
+ "autoResizeMaxRows": {
81249
+ "defaultValue": null,
81250
+ "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
81251
+ "name": "autoResizeMaxRows",
81252
+ "parent": {
81253
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81254
+ "name": "TextAreaProps"
81255
+ },
81256
+ "declarations": [
81257
+ {
81258
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81259
+ "name": "TextAreaProps"
81260
+ }
81261
+ ],
81262
+ "required": false,
81263
+ "type": {
81264
+ "name": "number"
81265
+ }
81266
+ },
81267
+ "allowResize": {
81268
+ "defaultValue": null,
81269
+ "description": "Allows the user to manually resize the textArea horizontally.",
81270
+ "name": "allowResize",
81271
+ "parent": {
81272
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81273
+ "name": "TextAreaProps"
81274
+ },
81275
+ "declarations": [
81276
+ {
81277
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81278
+ "name": "TextAreaProps"
81279
+ }
81280
+ ],
81281
+ "required": false,
81282
+ "type": {
81283
+ "name": "boolean | \"horizontal\" | \"vertical\""
81284
+ }
81285
+ },
81286
+ "allowHorizontalResize": {
81287
+ "defaultValue": null,
81288
+ "description": "@deprecated Use `allowResize` instead.",
81289
+ "name": "allowHorizontalResize",
81290
+ "parent": {
81291
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81292
+ "name": "TextAreaProps"
81293
+ },
81294
+ "declarations": [
81295
+ {
81296
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81297
+ "name": "TextAreaProps"
81298
+ }
81299
+ ],
81300
+ "required": false,
81301
+ "type": {
81302
+ "name": "boolean"
81303
+ }
81304
+ },
81305
+ "allowVerticalResize": {
81306
+ "defaultValue": null,
81307
+ "description": "@deprecated Use `allowResize` instead.",
81308
+ "name": "allowVerticalResize",
81309
+ "parent": {
81310
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81311
+ "name": "TextAreaProps"
81312
+ },
81313
+ "declarations": [
81314
+ {
81315
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81316
+ "name": "TextAreaProps"
81317
+ }
81318
+ ],
81319
+ "required": false,
81320
+ "type": {
81321
+ "name": "boolean"
81322
+ }
81323
+ },
81343
81324
  "children": {
81344
81325
  "defaultValue": null,
81345
81326
  "description": "",
@@ -82780,63 +82761,6 @@
82780
82761
  "name": "TransitionEventHandler<HTMLDivElement>"
82781
82762
  }
82782
82763
  },
82783
- "wrapWith": {
82784
- "defaultValue": null,
82785
- "description": "",
82786
- "name": "wrapWith",
82787
- "parent": {
82788
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
82789
- "name": "FlowComponentProps"
82790
- },
82791
- "declarations": [
82792
- {
82793
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
82794
- "name": "FlowComponentProps"
82795
- }
82796
- ],
82797
- "required": false,
82798
- "type": {
82799
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
82800
- }
82801
- },
82802
- "tunnelId": {
82803
- "defaultValue": null,
82804
- "description": "@internal",
82805
- "name": "tunnelId",
82806
- "parent": {
82807
- "fileName": "components/src/lib/types/props.ts",
82808
- "name": "PropsWithTunnel"
82809
- },
82810
- "declarations": [
82811
- {
82812
- "fileName": "components/src/lib/types/props.ts",
82813
- "name": "PropsWithTunnel"
82814
- }
82815
- ],
82816
- "required": false,
82817
- "type": {
82818
- "name": "string | null"
82819
- }
82820
- },
82821
- "key": {
82822
- "defaultValue": null,
82823
- "description": "",
82824
- "name": "key",
82825
- "parent": {
82826
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
82827
- "name": "Attributes"
82828
- },
82829
- "declarations": [
82830
- {
82831
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
82832
- "name": "Attributes"
82833
- }
82834
- ],
82835
- "required": false,
82836
- "type": {
82837
- "name": "Key | null"
82838
- }
82839
- },
82840
82764
  "validationBehavior": {
82841
82765
  "defaultValue": {
82842
82766
  "value": "'native'"
@@ -83200,25 +83124,6 @@
83200
83124
  "name": "string | null"
83201
83125
  }
83202
83126
  },
83203
- "placeholder": {
83204
- "defaultValue": null,
83205
- "description": "",
83206
- "name": "placeholder",
83207
- "parent": {
83208
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83209
- "name": "TextareaHTMLAttributes"
83210
- },
83211
- "declarations": [
83212
- {
83213
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83214
- "name": "TextareaHTMLAttributes"
83215
- }
83216
- ],
83217
- "required": false,
83218
- "type": {
83219
- "name": "string"
83220
- }
83221
- },
83222
83127
  "aria-activedescendant": {
83223
83128
  "defaultValue": null,
83224
83129
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -83696,56 +83601,56 @@
83696
83601
  "name": "boolean"
83697
83602
  }
83698
83603
  },
83699
- "aria-hidden": {
83604
+ "placeholder": {
83700
83605
  "defaultValue": null,
83701
- "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
83702
- "name": "aria-hidden",
83606
+ "description": "",
83607
+ "name": "placeholder",
83703
83608
  "parent": {
83704
83609
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83705
- "name": "AriaAttributes"
83610
+ "name": "TextareaHTMLAttributes"
83706
83611
  },
83707
83612
  "declarations": [
83708
83613
  {
83709
83614
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83710
- "name": "AriaAttributes"
83615
+ "name": "TextareaHTMLAttributes"
83711
83616
  }
83712
83617
  ],
83713
83618
  "required": false,
83714
83619
  "type": {
83715
- "name": "Booleanish"
83620
+ "name": "string"
83716
83621
  }
83717
83622
  },
83718
- "rows": {
83623
+ "aria-hidden": {
83719
83624
  "defaultValue": null,
83720
- "description": "",
83721
- "name": "rows",
83625
+ "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
83626
+ "name": "aria-hidden",
83722
83627
  "parent": {
83723
83628
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83724
- "name": "TextareaHTMLAttributes"
83629
+ "name": "AriaAttributes"
83725
83630
  },
83726
83631
  "declarations": [
83727
83632
  {
83728
83633
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83729
- "name": "TextareaHTMLAttributes"
83634
+ "name": "AriaAttributes"
83730
83635
  }
83731
83636
  ],
83732
83637
  "required": false,
83733
83638
  "type": {
83734
- "name": "number"
83639
+ "name": "Booleanish"
83735
83640
  }
83736
83641
  },
83737
- "autoResizeMaxRows": {
83642
+ "rows": {
83738
83643
  "defaultValue": null,
83739
- "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
83740
- "name": "autoResizeMaxRows",
83644
+ "description": "",
83645
+ "name": "rows",
83741
83646
  "parent": {
83742
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83743
- "name": "TextAreaProps"
83647
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83648
+ "name": "TextareaHTMLAttributes"
83744
83649
  },
83745
83650
  "declarations": [
83746
83651
  {
83747
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83748
- "name": "TextAreaProps"
83652
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83653
+ "name": "TextareaHTMLAttributes"
83749
83654
  }
83750
83655
  ],
83751
83656
  "required": false,
@@ -83753,84 +83658,80 @@
83753
83658
  "name": "number"
83754
83659
  }
83755
83660
  },
83756
- "allowResize": {
83661
+ "wrapWith": {
83757
83662
  "defaultValue": null,
83758
- "description": "Allows the user to manually resize the textArea horizontally.",
83759
- "name": "allowResize",
83663
+ "description": "",
83664
+ "name": "wrapWith",
83760
83665
  "parent": {
83761
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83762
- "name": "TextAreaProps"
83666
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
83667
+ "name": "FlowComponentProps"
83763
83668
  },
83764
83669
  "declarations": [
83765
83670
  {
83766
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83767
- "name": "TextAreaProps"
83671
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
83672
+ "name": "FlowComponentProps"
83768
83673
  }
83769
83674
  ],
83770
83675
  "required": false,
83771
83676
  "type": {
83772
- "name": "boolean | \"horizontal\" | \"vertical\""
83677
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
83773
83678
  }
83774
83679
  },
83775
- "allowHorizontalResize": {
83680
+ "tunnelId": {
83776
83681
  "defaultValue": null,
83777
- "description": "@deprecated Use `allowResize` instead.",
83778
- "name": "allowHorizontalResize",
83682
+ "description": "@internal",
83683
+ "name": "tunnelId",
83779
83684
  "parent": {
83780
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83781
- "name": "TextAreaProps"
83685
+ "fileName": "components/src/lib/types/props.ts",
83686
+ "name": "PropsWithTunnel"
83782
83687
  },
83783
83688
  "declarations": [
83784
83689
  {
83785
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83786
- "name": "TextAreaProps"
83690
+ "fileName": "components/src/lib/types/props.ts",
83691
+ "name": "PropsWithTunnel"
83787
83692
  }
83788
83693
  ],
83789
83694
  "required": false,
83790
83695
  "type": {
83791
- "name": "boolean"
83696
+ "name": "string | null"
83792
83697
  }
83793
83698
  },
83794
- "allowVerticalResize": {
83699
+ "ref": {
83795
83700
  "defaultValue": null,
83796
- "description": "@deprecated Use `allowResize` instead.",
83797
- "name": "allowVerticalResize",
83701
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
83702
+ "name": "ref",
83798
83703
  "parent": {
83799
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83800
- "name": "TextAreaProps"
83704
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83705
+ "name": "RefAttributes"
83801
83706
  },
83802
83707
  "declarations": [
83803
83708
  {
83804
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83805
- "name": "TextAreaProps"
83709
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83710
+ "name": "RefAttributes"
83806
83711
  }
83807
83712
  ],
83808
83713
  "required": false,
83809
83714
  "type": {
83810
- "name": "boolean"
83715
+ "name": "Ref<HTMLSpanElement>"
83811
83716
  }
83812
83717
  },
83813
- "ref": {
83718
+ "key": {
83814
83719
  "defaultValue": null,
83815
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
83816
- "name": "ref",
83720
+ "description": "",
83721
+ "name": "key",
83817
83722
  "parent": {
83818
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83819
- "name": "MarkdownProps"
83723
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83724
+ "name": "Attributes"
83820
83725
  },
83821
83726
  "declarations": [
83822
- {
83823
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83824
- "name": "MarkdownProps"
83825
- },
83826
83727
  {
83827
83728
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83828
- "name": "RefAttributes"
83729
+ "name": "Attributes"
83829
83730
  }
83830
83731
  ],
83831
83732
  "required": false,
83832
83733
  "type": {
83833
- "name": "(RefObject<HTMLDivElement> & Ref<HTMLDivElement>)"
83734
+ "name": "Key | null"
83834
83735
  }
83835
83736
  },
83836
83737
  "headingOffset": {
@@ -83853,21 +83754,6 @@
83853
83754
  "type": {
83854
83755
  "name": "number"
83855
83756
  }
83856
- },
83857
- "inputRef": {
83858
- "defaultValue": null,
83859
- "description": "",
83860
- "name": "inputRef",
83861
- "declarations": [
83862
- {
83863
- "fileName": "components/src/components/MarkdownEditor/MarkdownEditor.tsx",
83864
- "name": "TypeLiteral"
83865
- }
83866
- ],
83867
- "required": false,
83868
- "type": {
83869
- "name": "RefObject<HTMLTextAreaElement | null>"
83870
- }
83871
83757
  }
83872
83758
  }
83873
83759
  },
@@ -83955,7 +83841,7 @@
83955
83841
  ],
83956
83842
  "required": false,
83957
83843
  "type": {
83958
- "name": "RefObject<HTMLDivElement>"
83844
+ "name": "Ref<HTMLDivElement>"
83959
83845
  }
83960
83846
  },
83961
83847
  "className": {
@@ -93373,7 +93259,7 @@
93373
93259
  ],
93374
93260
  "required": false,
93375
93261
  "type": {
93376
- "name": "Ref<HTMLInputElement>"
93262
+ "name": "Ref<HTMLSpanElement>"
93377
93263
  }
93378
93264
  },
93379
93265
  "key": {
@@ -93526,7 +93412,7 @@
93526
93412
  ],
93527
93413
  "required": false,
93528
93414
  "type": {
93529
- "name": "Ref<HTMLInputElement>"
93415
+ "name": "Ref<HTMLSpanElement>"
93530
93416
  }
93531
93417
  },
93532
93418
  "key": {
@@ -95891,7 +95777,7 @@
95891
95777
  ],
95892
95778
  "required": false,
95893
95779
  "type": {
95894
- "name": "Ref<HTMLInputElement>"
95780
+ "name": "Ref<HTMLSpanElement>"
95895
95781
  }
95896
95782
  },
95897
95783
  "key": {
@@ -96050,7 +95936,7 @@
96050
95936
  ],
96051
95937
  "required": false,
96052
95938
  "type": {
96053
- "name": "Ref<HTMLInputElement>"
95939
+ "name": "Ref<HTMLSpanElement>"
96054
95940
  }
96055
95941
  },
96056
95942
  "key": {
@@ -101494,7 +101380,7 @@
101494
101380
  ],
101495
101381
  "required": false,
101496
101382
  "type": {
101497
- "name": "Ref<HTMLInputElement>"
101383
+ "name": "Ref<HTMLSpanElement>"
101498
101384
  }
101499
101385
  },
101500
101386
  "key": {
@@ -107018,7 +106904,7 @@
107018
106904
  ],
107019
106905
  "required": false,
107020
106906
  "type": {
107021
- "name": "Ref<HTMLInputElement>"
106907
+ "name": "Ref<HTMLSpanElement>"
107022
106908
  }
107023
106909
  },
107024
106910
  "key": {
@@ -107086,7 +106972,7 @@
107086
106972
  ],
107087
106973
  "required": false,
107088
106974
  "type": {
107089
- "name": "Ref<HTMLInputElement>"
106975
+ "name": "Ref<HTMLSpanElement>"
107090
106976
  }
107091
106977
  },
107092
106978
  "key": {
@@ -112508,7 +112394,7 @@
112508
112394
  ],
112509
112395
  "required": false,
112510
112396
  "type": {
112511
- "name": "Ref<HTMLInputElement>"
112397
+ "name": "Ref<HTMLSpanElement>"
112512
112398
  }
112513
112399
  },
112514
112400
  "key": {
@@ -118166,7 +118052,7 @@
118166
118052
  ],
118167
118053
  "required": false,
118168
118054
  "type": {
118169
- "name": "Ref<HTMLInputElement>"
118055
+ "name": "Ref<HTMLSpanElement>"
118170
118056
  }
118171
118057
  }
118172
118058
  }
@@ -118217,7 +118103,7 @@
118217
118103
  ],
118218
118104
  "required": false,
118219
118105
  "type": {
118220
- "name": "Ref<HTMLInputElement>"
118106
+ "name": "Ref<HTMLSpanElement>"
118221
118107
  }
118222
118108
  },
118223
118109
  "key": {
@@ -132746,7 +132632,7 @@
132746
132632
  ],
132747
132633
  "required": false,
132748
132634
  "type": {
132749
- "name": "Ref<HTMLInputElement>"
132635
+ "name": "Ref<HTMLSpanElement>"
132750
132636
  }
132751
132637
  },
132752
132638
  "key": {
@@ -138191,7 +138077,7 @@
138191
138077
  ],
138192
138078
  "required": false,
138193
138079
  "type": {
138194
- "name": "Ref<HTMLInputElement>"
138080
+ "name": "Ref<HTMLSpanElement>"
138195
138081
  }
138196
138082
  },
138197
138083
  "key": {
@@ -138261,7 +138147,7 @@
138261
138147
  ],
138262
138148
  "required": false,
138263
138149
  "type": {
138264
- "name": "Ref<HTMLInputElement>"
138150
+ "name": "Ref<HTMLSpanElement>"
138265
138151
  }
138266
138152
  },
138267
138153
  "key": {
@@ -148923,7 +148809,7 @@
148923
148809
  ],
148924
148810
  "required": false,
148925
148811
  "type": {
148926
- "name": "Ref<HTMLInputElement>"
148812
+ "name": "Ref<HTMLSpanElement>"
148927
148813
  }
148928
148814
  },
148929
148815
  "key": {
@@ -154553,25 +154439,6 @@
154553
154439
  "name": "boolean"
154554
154440
  }
154555
154441
  },
154556
- "inputRef": {
154557
- "defaultValue": null,
154558
- "description": "",
154559
- "name": "inputRef",
154560
- "parent": {
154561
- "fileName": "components/src/components/FileField/FileField.tsx",
154562
- "name": "FileFieldProps"
154563
- },
154564
- "declarations": [
154565
- {
154566
- "fileName": "components/src/components/FileField/FileField.tsx",
154567
- "name": "FileFieldProps"
154568
- }
154569
- ],
154570
- "required": false,
154571
- "type": {
154572
- "name": "RefObject<HTMLInputElement>"
154573
- }
154574
- },
154575
154442
  "children": {
154576
154443
  "defaultValue": null,
154577
154444
  "description": "",
@@ -154641,7 +154508,7 @@
154641
154508
  ],
154642
154509
  "required": false,
154643
154510
  "type": {
154644
- "name": "Ref<HTMLInputElement>"
154511
+ "name": "Ref<HTMLSpanElement>"
154645
154512
  }
154646
154513
  },
154647
154514
  "key": {
@@ -154920,7 +154787,7 @@
154920
154787
  ],
154921
154788
  "required": false,
154922
154789
  "type": {
154923
- "name": "Ref<HTMLInputElement>"
154790
+ "name": "Ref<HTMLSpanElement>"
154924
154791
  }
154925
154792
  },
154926
154793
  "key": {
@@ -156546,7 +156413,7 @@
156546
156413
  ],
156547
156414
  "required": false,
156548
156415
  "type": {
156549
- "name": "Ref<HTMLInputElement>"
156416
+ "name": "Ref<HTMLSpanElement>"
156550
156417
  }
156551
156418
  },
156552
156419
  "key": {
@@ -160701,7 +160568,7 @@
160701
160568
  ],
160702
160569
  "required": false,
160703
160570
  "type": {
160704
- "name": "Ref<HTMLInputElement>"
160571
+ "name": "Ref<HTMLSpanElement>"
160705
160572
  }
160706
160573
  },
160707
160574
  "key": {
@@ -167544,7 +167411,7 @@
167544
167411
  ],
167545
167412
  "required": false,
167546
167413
  "type": {
167547
- "name": "Ref<HTMLInputElement>"
167414
+ "name": "Ref<HTMLSpanElement>"
167548
167415
  }
167549
167416
  },
167550
167417
  "key": {
@@ -173019,7 +172886,7 @@
173019
172886
  ],
173020
172887
  "required": false,
173021
172888
  "type": {
173022
- "name": "Ref<HTMLInputElement>"
172889
+ "name": "Ref<HTMLSpanElement>"
173023
172890
  }
173024
172891
  },
173025
172892
  "key": {
@@ -173066,7 +172933,7 @@
173066
172933
  ],
173067
172934
  "required": false,
173068
172935
  "type": {
173069
- "name": "Ref<HTMLInputElement>"
172936
+ "name": "Ref<HTMLSpanElement>"
173070
172937
  }
173071
172938
  },
173072
172939
  "key": {
@@ -180120,7 +179987,7 @@
180120
179987
  ],
180121
179988
  "required": false,
180122
179989
  "type": {
180123
- "name": "Ref<HTMLInputElement>"
179990
+ "name": "Ref<HTMLSpanElement>"
180124
179991
  }
180125
179992
  },
180126
179993
  "key": {
@@ -182320,7 +182187,7 @@
182320
182187
  ],
182321
182188
  "required": false,
182322
182189
  "type": {
182323
- "name": "Ref<HTMLInputElement>"
182190
+ "name": "Ref<HTMLSpanElement>"
182324
182191
  }
182325
182192
  },
182326
182193
  "key": {
@@ -184501,7 +184368,7 @@
184501
184368
  ],
184502
184369
  "required": false,
184503
184370
  "type": {
184504
- "name": "Ref<HTMLInputElement>"
184371
+ "name": "Ref<HTMLSpanElement>"
184505
184372
  }
184506
184373
  },
184507
184374
  "key": {
@@ -184527,123 +184394,1519 @@
184527
184394
  },
184528
184395
  {
184529
184396
  "tags": {},
184530
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
184397
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
184531
184398
  "description": "",
184532
- "displayName": "CountryOptions",
184399
+ "displayName": "DateInput",
184533
184400
  "methods": [],
184534
184401
  "props": {
184535
- "filterBy": {
184536
- "defaultValue": null,
184537
- "description": "",
184538
- "name": "filterBy",
184539
- "parent": {
184540
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184541
- "name": "CountryOptionsProps"
184542
- },
184543
- "declarations": [
184544
- {
184545
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184546
- "name": "CountryOptionsProps"
184547
- }
184548
- ],
184549
- "required": false,
184550
- "type": {
184551
- "name": "CountryFilterFn"
184552
- }
184553
- },
184554
- "sortBy": {
184402
+ "ref": {
184555
184403
  "defaultValue": null,
184556
184404
  "description": "",
184557
- "name": "sortBy",
184558
- "parent": {
184559
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184560
- "name": "CountryOptionsProps"
184561
- },
184562
- "declarations": [
184563
- {
184564
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184565
- "name": "CountryOptionsProps"
184566
- }
184567
- ],
184568
- "required": false,
184569
- "type": {
184570
- "name": "CountrySortFn"
184571
- }
184572
- },
184573
- "aria-label": {
184574
- "defaultValue": null,
184575
- "description": "Defines a string value that labels the current element.",
184576
- "name": "aria-label",
184577
- "parent": {
184578
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184579
- "name": "AriaLabelingProps"
184580
- },
184581
- "declarations": [
184582
- {
184583
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184584
- "name": "AriaLabelingProps"
184585
- }
184586
- ],
184587
- "required": false,
184588
- "type": {
184589
- "name": "string"
184590
- }
184591
- },
184592
- "aria-labelledby": {
184593
- "defaultValue": null,
184594
- "description": "Identifies the element (or elements) that labels the current element.",
184595
- "name": "aria-labelledby",
184596
- "parent": {
184597
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184598
- "name": "AriaLabelingProps"
184599
- },
184600
- "declarations": [
184601
- {
184602
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184603
- "name": "AriaLabelingProps"
184604
- }
184605
- ],
184606
- "required": false,
184607
- "type": {
184608
- "name": "string"
184609
- }
184610
- },
184611
- "aria-describedby": {
184612
- "defaultValue": null,
184613
- "description": "Identifies the element (or elements) that describes the object.",
184614
- "name": "aria-describedby",
184615
- "parent": {
184616
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184617
- "name": "AriaLabelingProps"
184618
- },
184619
- "declarations": [
184620
- {
184621
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184622
- "name": "AriaLabelingProps"
184623
- }
184624
- ],
184625
- "required": false,
184626
- "type": {
184627
- "name": "string"
184628
- }
184629
- },
184630
- "aria-details": {
184631
- "defaultValue": null,
184632
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
184633
- "name": "aria-details",
184405
+ "name": "ref",
184634
184406
  "parent": {
184635
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184636
- "name": "AriaLabelingProps"
184407
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184408
+ "name": "DateInputProps"
184637
184409
  },
184638
184410
  "declarations": [
184639
184411
  {
184640
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184641
- "name": "AriaLabelingProps"
184412
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184413
+ "name": "DateInputProps"
184642
184414
  }
184643
184415
  ],
184644
184416
  "required": false,
184645
184417
  "type": {
184646
- "name": "string"
184418
+ "name": "Ref<HTMLSpanElement | null>"
184419
+ }
184420
+ },
184421
+ "className": {
184422
+ "defaultValue": null,
184423
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
184424
+ "name": "className",
184425
+ "parent": {
184426
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
184427
+ "name": "StyleRenderProps"
184428
+ },
184429
+ "declarations": [
184430
+ {
184431
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
184432
+ "name": "StyleRenderProps"
184433
+ }
184434
+ ],
184435
+ "required": false,
184436
+ "type": {
184437
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
184438
+ }
184439
+ },
184440
+ "style": {
184441
+ "defaultValue": null,
184442
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
184443
+ "name": "style",
184444
+ "parent": {
184445
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
184446
+ "name": "StyleRenderProps"
184447
+ },
184448
+ "declarations": [
184449
+ {
184450
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
184451
+ "name": "StyleRenderProps"
184452
+ }
184453
+ ],
184454
+ "required": false,
184455
+ "type": {
184456
+ "name": "StyleOrFunction<TooltipRenderProps>"
184457
+ }
184458
+ },
184459
+ "dir": {
184460
+ "defaultValue": null,
184461
+ "description": "",
184462
+ "name": "dir",
184463
+ "parent": {
184464
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184465
+ "name": "GlobalDOMAttributes"
184466
+ },
184467
+ "declarations": [
184468
+ {
184469
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184470
+ "name": "GlobalDOMAttributes"
184471
+ }
184472
+ ],
184473
+ "required": false,
184474
+ "type": {
184475
+ "name": "string"
184476
+ }
184477
+ },
184478
+ "lang": {
184479
+ "defaultValue": null,
184480
+ "description": "",
184481
+ "name": "lang",
184482
+ "parent": {
184483
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184484
+ "name": "GlobalDOMAttributes"
184485
+ },
184486
+ "declarations": [
184487
+ {
184488
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184489
+ "name": "GlobalDOMAttributes"
184490
+ }
184491
+ ],
184492
+ "required": false,
184493
+ "type": {
184494
+ "name": "string"
184495
+ }
184496
+ },
184497
+ "hidden": {
184498
+ "defaultValue": null,
184499
+ "description": "",
184500
+ "name": "hidden",
184501
+ "parent": {
184502
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184503
+ "name": "GlobalDOMAttributes"
184504
+ },
184505
+ "declarations": [
184506
+ {
184507
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184508
+ "name": "GlobalDOMAttributes"
184509
+ }
184510
+ ],
184511
+ "required": false,
184512
+ "type": {
184513
+ "name": "boolean"
184514
+ }
184515
+ },
184516
+ "inert": {
184517
+ "defaultValue": null,
184518
+ "description": "",
184519
+ "name": "inert",
184520
+ "parent": {
184521
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184522
+ "name": "GlobalDOMAttributes"
184523
+ },
184524
+ "declarations": [
184525
+ {
184526
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184527
+ "name": "GlobalDOMAttributes"
184528
+ }
184529
+ ],
184530
+ "required": false,
184531
+ "type": {
184532
+ "name": "boolean"
184533
+ }
184534
+ },
184535
+ "translate": {
184536
+ "defaultValue": null,
184537
+ "description": "",
184538
+ "name": "translate",
184539
+ "parent": {
184540
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184541
+ "name": "GlobalDOMAttributes"
184542
+ },
184543
+ "declarations": [
184544
+ {
184545
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184546
+ "name": "GlobalDOMAttributes"
184547
+ }
184548
+ ],
184549
+ "required": false,
184550
+ "type": {
184551
+ "name": "\"yes\" | \"no\""
184552
+ }
184553
+ },
184554
+ "onClick": {
184555
+ "defaultValue": null,
184556
+ "description": "",
184557
+ "name": "onClick",
184558
+ "parent": {
184559
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184560
+ "name": "GlobalDOMEvents"
184561
+ },
184562
+ "declarations": [
184563
+ {
184564
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184565
+ "name": "GlobalDOMEvents"
184566
+ }
184567
+ ],
184568
+ "required": false,
184569
+ "type": {
184570
+ "name": "MouseEventHandler<HTMLDivElement>"
184571
+ }
184572
+ },
184573
+ "onClickCapture": {
184574
+ "defaultValue": null,
184575
+ "description": "",
184576
+ "name": "onClickCapture",
184577
+ "parent": {
184578
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184579
+ "name": "GlobalDOMEvents"
184580
+ },
184581
+ "declarations": [
184582
+ {
184583
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184584
+ "name": "GlobalDOMEvents"
184585
+ }
184586
+ ],
184587
+ "required": false,
184588
+ "type": {
184589
+ "name": "MouseEventHandler<HTMLDivElement>"
184590
+ }
184591
+ },
184592
+ "onAuxClick": {
184593
+ "defaultValue": null,
184594
+ "description": "",
184595
+ "name": "onAuxClick",
184596
+ "parent": {
184597
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184598
+ "name": "GlobalDOMEvents"
184599
+ },
184600
+ "declarations": [
184601
+ {
184602
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184603
+ "name": "GlobalDOMEvents"
184604
+ }
184605
+ ],
184606
+ "required": false,
184607
+ "type": {
184608
+ "name": "MouseEventHandler<HTMLDivElement>"
184609
+ }
184610
+ },
184611
+ "onAuxClickCapture": {
184612
+ "defaultValue": null,
184613
+ "description": "",
184614
+ "name": "onAuxClickCapture",
184615
+ "parent": {
184616
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184617
+ "name": "GlobalDOMEvents"
184618
+ },
184619
+ "declarations": [
184620
+ {
184621
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184622
+ "name": "GlobalDOMEvents"
184623
+ }
184624
+ ],
184625
+ "required": false,
184626
+ "type": {
184627
+ "name": "MouseEventHandler<HTMLDivElement>"
184628
+ }
184629
+ },
184630
+ "onContextMenu": {
184631
+ "defaultValue": null,
184632
+ "description": "",
184633
+ "name": "onContextMenu",
184634
+ "parent": {
184635
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184636
+ "name": "GlobalDOMEvents"
184637
+ },
184638
+ "declarations": [
184639
+ {
184640
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184641
+ "name": "GlobalDOMEvents"
184642
+ }
184643
+ ],
184644
+ "required": false,
184645
+ "type": {
184646
+ "name": "MouseEventHandler<HTMLDivElement>"
184647
+ }
184648
+ },
184649
+ "onContextMenuCapture": {
184650
+ "defaultValue": null,
184651
+ "description": "",
184652
+ "name": "onContextMenuCapture",
184653
+ "parent": {
184654
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184655
+ "name": "GlobalDOMEvents"
184656
+ },
184657
+ "declarations": [
184658
+ {
184659
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184660
+ "name": "GlobalDOMEvents"
184661
+ }
184662
+ ],
184663
+ "required": false,
184664
+ "type": {
184665
+ "name": "MouseEventHandler<HTMLDivElement>"
184666
+ }
184667
+ },
184668
+ "onDoubleClick": {
184669
+ "defaultValue": null,
184670
+ "description": "",
184671
+ "name": "onDoubleClick",
184672
+ "parent": {
184673
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184674
+ "name": "GlobalDOMEvents"
184675
+ },
184676
+ "declarations": [
184677
+ {
184678
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184679
+ "name": "GlobalDOMEvents"
184680
+ }
184681
+ ],
184682
+ "required": false,
184683
+ "type": {
184684
+ "name": "MouseEventHandler<HTMLDivElement>"
184685
+ }
184686
+ },
184687
+ "onDoubleClickCapture": {
184688
+ "defaultValue": null,
184689
+ "description": "",
184690
+ "name": "onDoubleClickCapture",
184691
+ "parent": {
184692
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184693
+ "name": "GlobalDOMEvents"
184694
+ },
184695
+ "declarations": [
184696
+ {
184697
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184698
+ "name": "GlobalDOMEvents"
184699
+ }
184700
+ ],
184701
+ "required": false,
184702
+ "type": {
184703
+ "name": "MouseEventHandler<HTMLDivElement>"
184704
+ }
184705
+ },
184706
+ "onMouseDown": {
184707
+ "defaultValue": null,
184708
+ "description": "",
184709
+ "name": "onMouseDown",
184710
+ "parent": {
184711
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184712
+ "name": "GlobalDOMEvents"
184713
+ },
184714
+ "declarations": [
184715
+ {
184716
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184717
+ "name": "GlobalDOMEvents"
184718
+ }
184719
+ ],
184720
+ "required": false,
184721
+ "type": {
184722
+ "name": "MouseEventHandler<HTMLDivElement>"
184723
+ }
184724
+ },
184725
+ "onMouseDownCapture": {
184726
+ "defaultValue": null,
184727
+ "description": "",
184728
+ "name": "onMouseDownCapture",
184729
+ "parent": {
184730
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184731
+ "name": "GlobalDOMEvents"
184732
+ },
184733
+ "declarations": [
184734
+ {
184735
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184736
+ "name": "GlobalDOMEvents"
184737
+ }
184738
+ ],
184739
+ "required": false,
184740
+ "type": {
184741
+ "name": "MouseEventHandler<HTMLDivElement>"
184742
+ }
184743
+ },
184744
+ "onMouseEnter": {
184745
+ "defaultValue": null,
184746
+ "description": "",
184747
+ "name": "onMouseEnter",
184748
+ "parent": {
184749
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184750
+ "name": "GlobalDOMEvents"
184751
+ },
184752
+ "declarations": [
184753
+ {
184754
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184755
+ "name": "GlobalDOMEvents"
184756
+ }
184757
+ ],
184758
+ "required": false,
184759
+ "type": {
184760
+ "name": "MouseEventHandler<HTMLDivElement>"
184761
+ }
184762
+ },
184763
+ "onMouseLeave": {
184764
+ "defaultValue": null,
184765
+ "description": "",
184766
+ "name": "onMouseLeave",
184767
+ "parent": {
184768
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184769
+ "name": "GlobalDOMEvents"
184770
+ },
184771
+ "declarations": [
184772
+ {
184773
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184774
+ "name": "GlobalDOMEvents"
184775
+ }
184776
+ ],
184777
+ "required": false,
184778
+ "type": {
184779
+ "name": "MouseEventHandler<HTMLDivElement>"
184780
+ }
184781
+ },
184782
+ "onMouseMove": {
184783
+ "defaultValue": null,
184784
+ "description": "",
184785
+ "name": "onMouseMove",
184786
+ "parent": {
184787
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184788
+ "name": "GlobalDOMEvents"
184789
+ },
184790
+ "declarations": [
184791
+ {
184792
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184793
+ "name": "GlobalDOMEvents"
184794
+ }
184795
+ ],
184796
+ "required": false,
184797
+ "type": {
184798
+ "name": "MouseEventHandler<HTMLDivElement>"
184799
+ }
184800
+ },
184801
+ "onMouseMoveCapture": {
184802
+ "defaultValue": null,
184803
+ "description": "",
184804
+ "name": "onMouseMoveCapture",
184805
+ "parent": {
184806
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184807
+ "name": "GlobalDOMEvents"
184808
+ },
184809
+ "declarations": [
184810
+ {
184811
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184812
+ "name": "GlobalDOMEvents"
184813
+ }
184814
+ ],
184815
+ "required": false,
184816
+ "type": {
184817
+ "name": "MouseEventHandler<HTMLDivElement>"
184818
+ }
184819
+ },
184820
+ "onMouseOut": {
184821
+ "defaultValue": null,
184822
+ "description": "",
184823
+ "name": "onMouseOut",
184824
+ "parent": {
184825
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184826
+ "name": "GlobalDOMEvents"
184827
+ },
184828
+ "declarations": [
184829
+ {
184830
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184831
+ "name": "GlobalDOMEvents"
184832
+ }
184833
+ ],
184834
+ "required": false,
184835
+ "type": {
184836
+ "name": "MouseEventHandler<HTMLDivElement>"
184837
+ }
184838
+ },
184839
+ "onMouseOutCapture": {
184840
+ "defaultValue": null,
184841
+ "description": "",
184842
+ "name": "onMouseOutCapture",
184843
+ "parent": {
184844
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184845
+ "name": "GlobalDOMEvents"
184846
+ },
184847
+ "declarations": [
184848
+ {
184849
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184850
+ "name": "GlobalDOMEvents"
184851
+ }
184852
+ ],
184853
+ "required": false,
184854
+ "type": {
184855
+ "name": "MouseEventHandler<HTMLDivElement>"
184856
+ }
184857
+ },
184858
+ "onMouseOver": {
184859
+ "defaultValue": null,
184860
+ "description": "",
184861
+ "name": "onMouseOver",
184862
+ "parent": {
184863
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184864
+ "name": "GlobalDOMEvents"
184865
+ },
184866
+ "declarations": [
184867
+ {
184868
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184869
+ "name": "GlobalDOMEvents"
184870
+ }
184871
+ ],
184872
+ "required": false,
184873
+ "type": {
184874
+ "name": "MouseEventHandler<HTMLDivElement>"
184875
+ }
184876
+ },
184877
+ "onMouseOverCapture": {
184878
+ "defaultValue": null,
184879
+ "description": "",
184880
+ "name": "onMouseOverCapture",
184881
+ "parent": {
184882
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184883
+ "name": "GlobalDOMEvents"
184884
+ },
184885
+ "declarations": [
184886
+ {
184887
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184888
+ "name": "GlobalDOMEvents"
184889
+ }
184890
+ ],
184891
+ "required": false,
184892
+ "type": {
184893
+ "name": "MouseEventHandler<HTMLDivElement>"
184894
+ }
184895
+ },
184896
+ "onMouseUp": {
184897
+ "defaultValue": null,
184898
+ "description": "",
184899
+ "name": "onMouseUp",
184900
+ "parent": {
184901
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184902
+ "name": "GlobalDOMEvents"
184903
+ },
184904
+ "declarations": [
184905
+ {
184906
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184907
+ "name": "GlobalDOMEvents"
184908
+ }
184909
+ ],
184910
+ "required": false,
184911
+ "type": {
184912
+ "name": "MouseEventHandler<HTMLDivElement>"
184913
+ }
184914
+ },
184915
+ "onMouseUpCapture": {
184916
+ "defaultValue": null,
184917
+ "description": "",
184918
+ "name": "onMouseUpCapture",
184919
+ "parent": {
184920
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184921
+ "name": "GlobalDOMEvents"
184922
+ },
184923
+ "declarations": [
184924
+ {
184925
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184926
+ "name": "GlobalDOMEvents"
184927
+ }
184928
+ ],
184929
+ "required": false,
184930
+ "type": {
184931
+ "name": "MouseEventHandler<HTMLDivElement>"
184932
+ }
184933
+ },
184934
+ "onTouchCancel": {
184935
+ "defaultValue": null,
184936
+ "description": "",
184937
+ "name": "onTouchCancel",
184938
+ "parent": {
184939
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184940
+ "name": "GlobalDOMEvents"
184941
+ },
184942
+ "declarations": [
184943
+ {
184944
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184945
+ "name": "GlobalDOMEvents"
184946
+ }
184947
+ ],
184948
+ "required": false,
184949
+ "type": {
184950
+ "name": "TouchEventHandler<HTMLDivElement>"
184951
+ }
184952
+ },
184953
+ "onTouchCancelCapture": {
184954
+ "defaultValue": null,
184955
+ "description": "",
184956
+ "name": "onTouchCancelCapture",
184957
+ "parent": {
184958
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184959
+ "name": "GlobalDOMEvents"
184960
+ },
184961
+ "declarations": [
184962
+ {
184963
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184964
+ "name": "GlobalDOMEvents"
184965
+ }
184966
+ ],
184967
+ "required": false,
184968
+ "type": {
184969
+ "name": "TouchEventHandler<HTMLDivElement>"
184970
+ }
184971
+ },
184972
+ "onTouchEnd": {
184973
+ "defaultValue": null,
184974
+ "description": "",
184975
+ "name": "onTouchEnd",
184976
+ "parent": {
184977
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184978
+ "name": "GlobalDOMEvents"
184979
+ },
184980
+ "declarations": [
184981
+ {
184982
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184983
+ "name": "GlobalDOMEvents"
184984
+ }
184985
+ ],
184986
+ "required": false,
184987
+ "type": {
184988
+ "name": "TouchEventHandler<HTMLDivElement>"
184989
+ }
184990
+ },
184991
+ "onTouchEndCapture": {
184992
+ "defaultValue": null,
184993
+ "description": "",
184994
+ "name": "onTouchEndCapture",
184995
+ "parent": {
184996
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184997
+ "name": "GlobalDOMEvents"
184998
+ },
184999
+ "declarations": [
185000
+ {
185001
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185002
+ "name": "GlobalDOMEvents"
185003
+ }
185004
+ ],
185005
+ "required": false,
185006
+ "type": {
185007
+ "name": "TouchEventHandler<HTMLDivElement>"
185008
+ }
185009
+ },
185010
+ "onTouchMove": {
185011
+ "defaultValue": null,
185012
+ "description": "",
185013
+ "name": "onTouchMove",
185014
+ "parent": {
185015
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185016
+ "name": "GlobalDOMEvents"
185017
+ },
185018
+ "declarations": [
185019
+ {
185020
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185021
+ "name": "GlobalDOMEvents"
185022
+ }
185023
+ ],
185024
+ "required": false,
185025
+ "type": {
185026
+ "name": "TouchEventHandler<HTMLDivElement>"
185027
+ }
185028
+ },
185029
+ "onTouchMoveCapture": {
185030
+ "defaultValue": null,
185031
+ "description": "",
185032
+ "name": "onTouchMoveCapture",
185033
+ "parent": {
185034
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185035
+ "name": "GlobalDOMEvents"
185036
+ },
185037
+ "declarations": [
185038
+ {
185039
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185040
+ "name": "GlobalDOMEvents"
185041
+ }
185042
+ ],
185043
+ "required": false,
185044
+ "type": {
185045
+ "name": "TouchEventHandler<HTMLDivElement>"
185046
+ }
185047
+ },
185048
+ "onTouchStart": {
185049
+ "defaultValue": null,
185050
+ "description": "",
185051
+ "name": "onTouchStart",
185052
+ "parent": {
185053
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185054
+ "name": "GlobalDOMEvents"
185055
+ },
185056
+ "declarations": [
185057
+ {
185058
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185059
+ "name": "GlobalDOMEvents"
185060
+ }
185061
+ ],
185062
+ "required": false,
185063
+ "type": {
185064
+ "name": "TouchEventHandler<HTMLDivElement>"
185065
+ }
185066
+ },
185067
+ "onTouchStartCapture": {
185068
+ "defaultValue": null,
185069
+ "description": "",
185070
+ "name": "onTouchStartCapture",
185071
+ "parent": {
185072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185073
+ "name": "GlobalDOMEvents"
185074
+ },
185075
+ "declarations": [
185076
+ {
185077
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185078
+ "name": "GlobalDOMEvents"
185079
+ }
185080
+ ],
185081
+ "required": false,
185082
+ "type": {
185083
+ "name": "TouchEventHandler<HTMLDivElement>"
185084
+ }
185085
+ },
185086
+ "onPointerDown": {
185087
+ "defaultValue": null,
185088
+ "description": "",
185089
+ "name": "onPointerDown",
185090
+ "parent": {
185091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185092
+ "name": "GlobalDOMEvents"
185093
+ },
185094
+ "declarations": [
185095
+ {
185096
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185097
+ "name": "GlobalDOMEvents"
185098
+ }
185099
+ ],
185100
+ "required": false,
185101
+ "type": {
185102
+ "name": "PointerEventHandler<HTMLDivElement>"
185103
+ }
185104
+ },
185105
+ "onPointerDownCapture": {
185106
+ "defaultValue": null,
185107
+ "description": "",
185108
+ "name": "onPointerDownCapture",
185109
+ "parent": {
185110
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185111
+ "name": "GlobalDOMEvents"
185112
+ },
185113
+ "declarations": [
185114
+ {
185115
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185116
+ "name": "GlobalDOMEvents"
185117
+ }
185118
+ ],
185119
+ "required": false,
185120
+ "type": {
185121
+ "name": "PointerEventHandler<HTMLDivElement>"
185122
+ }
185123
+ },
185124
+ "onPointerMove": {
185125
+ "defaultValue": null,
185126
+ "description": "",
185127
+ "name": "onPointerMove",
185128
+ "parent": {
185129
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185130
+ "name": "GlobalDOMEvents"
185131
+ },
185132
+ "declarations": [
185133
+ {
185134
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185135
+ "name": "GlobalDOMEvents"
185136
+ }
185137
+ ],
185138
+ "required": false,
185139
+ "type": {
185140
+ "name": "PointerEventHandler<HTMLDivElement>"
185141
+ }
185142
+ },
185143
+ "onPointerMoveCapture": {
185144
+ "defaultValue": null,
185145
+ "description": "",
185146
+ "name": "onPointerMoveCapture",
185147
+ "parent": {
185148
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185149
+ "name": "GlobalDOMEvents"
185150
+ },
185151
+ "declarations": [
185152
+ {
185153
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185154
+ "name": "GlobalDOMEvents"
185155
+ }
185156
+ ],
185157
+ "required": false,
185158
+ "type": {
185159
+ "name": "PointerEventHandler<HTMLDivElement>"
185160
+ }
185161
+ },
185162
+ "onPointerUp": {
185163
+ "defaultValue": null,
185164
+ "description": "",
185165
+ "name": "onPointerUp",
185166
+ "parent": {
185167
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185168
+ "name": "GlobalDOMEvents"
185169
+ },
185170
+ "declarations": [
185171
+ {
185172
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185173
+ "name": "GlobalDOMEvents"
185174
+ }
185175
+ ],
185176
+ "required": false,
185177
+ "type": {
185178
+ "name": "PointerEventHandler<HTMLDivElement>"
185179
+ }
185180
+ },
185181
+ "onPointerUpCapture": {
185182
+ "defaultValue": null,
185183
+ "description": "",
185184
+ "name": "onPointerUpCapture",
185185
+ "parent": {
185186
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185187
+ "name": "GlobalDOMEvents"
185188
+ },
185189
+ "declarations": [
185190
+ {
185191
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185192
+ "name": "GlobalDOMEvents"
185193
+ }
185194
+ ],
185195
+ "required": false,
185196
+ "type": {
185197
+ "name": "PointerEventHandler<HTMLDivElement>"
185198
+ }
185199
+ },
185200
+ "onPointerCancel": {
185201
+ "defaultValue": null,
185202
+ "description": "",
185203
+ "name": "onPointerCancel",
185204
+ "parent": {
185205
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185206
+ "name": "GlobalDOMEvents"
185207
+ },
185208
+ "declarations": [
185209
+ {
185210
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185211
+ "name": "GlobalDOMEvents"
185212
+ }
185213
+ ],
185214
+ "required": false,
185215
+ "type": {
185216
+ "name": "PointerEventHandler<HTMLDivElement>"
185217
+ }
185218
+ },
185219
+ "onPointerCancelCapture": {
185220
+ "defaultValue": null,
185221
+ "description": "",
185222
+ "name": "onPointerCancelCapture",
185223
+ "parent": {
185224
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185225
+ "name": "GlobalDOMEvents"
185226
+ },
185227
+ "declarations": [
185228
+ {
185229
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185230
+ "name": "GlobalDOMEvents"
185231
+ }
185232
+ ],
185233
+ "required": false,
185234
+ "type": {
185235
+ "name": "PointerEventHandler<HTMLDivElement>"
185236
+ }
185237
+ },
185238
+ "onPointerEnter": {
185239
+ "defaultValue": null,
185240
+ "description": "",
185241
+ "name": "onPointerEnter",
185242
+ "parent": {
185243
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185244
+ "name": "GlobalDOMEvents"
185245
+ },
185246
+ "declarations": [
185247
+ {
185248
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185249
+ "name": "GlobalDOMEvents"
185250
+ }
185251
+ ],
185252
+ "required": false,
185253
+ "type": {
185254
+ "name": "PointerEventHandler<HTMLDivElement>"
185255
+ }
185256
+ },
185257
+ "onPointerLeave": {
185258
+ "defaultValue": null,
185259
+ "description": "",
185260
+ "name": "onPointerLeave",
185261
+ "parent": {
185262
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185263
+ "name": "GlobalDOMEvents"
185264
+ },
185265
+ "declarations": [
185266
+ {
185267
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185268
+ "name": "GlobalDOMEvents"
185269
+ }
185270
+ ],
185271
+ "required": false,
185272
+ "type": {
185273
+ "name": "PointerEventHandler<HTMLDivElement>"
185274
+ }
185275
+ },
185276
+ "onPointerOver": {
185277
+ "defaultValue": null,
185278
+ "description": "",
185279
+ "name": "onPointerOver",
185280
+ "parent": {
185281
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185282
+ "name": "GlobalDOMEvents"
185283
+ },
185284
+ "declarations": [
185285
+ {
185286
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185287
+ "name": "GlobalDOMEvents"
185288
+ }
185289
+ ],
185290
+ "required": false,
185291
+ "type": {
185292
+ "name": "PointerEventHandler<HTMLDivElement>"
185293
+ }
185294
+ },
185295
+ "onPointerOverCapture": {
185296
+ "defaultValue": null,
185297
+ "description": "",
185298
+ "name": "onPointerOverCapture",
185299
+ "parent": {
185300
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185301
+ "name": "GlobalDOMEvents"
185302
+ },
185303
+ "declarations": [
185304
+ {
185305
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185306
+ "name": "GlobalDOMEvents"
185307
+ }
185308
+ ],
185309
+ "required": false,
185310
+ "type": {
185311
+ "name": "PointerEventHandler<HTMLDivElement>"
185312
+ }
185313
+ },
185314
+ "onPointerOut": {
185315
+ "defaultValue": null,
185316
+ "description": "",
185317
+ "name": "onPointerOut",
185318
+ "parent": {
185319
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185320
+ "name": "GlobalDOMEvents"
185321
+ },
185322
+ "declarations": [
185323
+ {
185324
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185325
+ "name": "GlobalDOMEvents"
185326
+ }
185327
+ ],
185328
+ "required": false,
185329
+ "type": {
185330
+ "name": "PointerEventHandler<HTMLDivElement>"
185331
+ }
185332
+ },
185333
+ "onPointerOutCapture": {
185334
+ "defaultValue": null,
185335
+ "description": "",
185336
+ "name": "onPointerOutCapture",
185337
+ "parent": {
185338
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185339
+ "name": "GlobalDOMEvents"
185340
+ },
185341
+ "declarations": [
185342
+ {
185343
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185344
+ "name": "GlobalDOMEvents"
185345
+ }
185346
+ ],
185347
+ "required": false,
185348
+ "type": {
185349
+ "name": "PointerEventHandler<HTMLDivElement>"
185350
+ }
185351
+ },
185352
+ "onGotPointerCapture": {
185353
+ "defaultValue": null,
185354
+ "description": "",
185355
+ "name": "onGotPointerCapture",
185356
+ "parent": {
185357
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185358
+ "name": "GlobalDOMEvents"
185359
+ },
185360
+ "declarations": [
185361
+ {
185362
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185363
+ "name": "GlobalDOMEvents"
185364
+ }
185365
+ ],
185366
+ "required": false,
185367
+ "type": {
185368
+ "name": "PointerEventHandler<HTMLDivElement>"
185369
+ }
185370
+ },
185371
+ "onGotPointerCaptureCapture": {
185372
+ "defaultValue": null,
185373
+ "description": "",
185374
+ "name": "onGotPointerCaptureCapture",
185375
+ "parent": {
185376
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185377
+ "name": "GlobalDOMEvents"
185378
+ },
185379
+ "declarations": [
185380
+ {
185381
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185382
+ "name": "GlobalDOMEvents"
185383
+ }
185384
+ ],
185385
+ "required": false,
185386
+ "type": {
185387
+ "name": "PointerEventHandler<HTMLDivElement>"
185388
+ }
185389
+ },
185390
+ "onLostPointerCapture": {
185391
+ "defaultValue": null,
185392
+ "description": "",
185393
+ "name": "onLostPointerCapture",
185394
+ "parent": {
185395
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185396
+ "name": "GlobalDOMEvents"
185397
+ },
185398
+ "declarations": [
185399
+ {
185400
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185401
+ "name": "GlobalDOMEvents"
185402
+ }
185403
+ ],
185404
+ "required": false,
185405
+ "type": {
185406
+ "name": "PointerEventHandler<HTMLDivElement>"
185407
+ }
185408
+ },
185409
+ "onLostPointerCaptureCapture": {
185410
+ "defaultValue": null,
185411
+ "description": "",
185412
+ "name": "onLostPointerCaptureCapture",
185413
+ "parent": {
185414
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185415
+ "name": "GlobalDOMEvents"
185416
+ },
185417
+ "declarations": [
185418
+ {
185419
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185420
+ "name": "GlobalDOMEvents"
185421
+ }
185422
+ ],
185423
+ "required": false,
185424
+ "type": {
185425
+ "name": "PointerEventHandler<HTMLDivElement>"
185426
+ }
185427
+ },
185428
+ "onScroll": {
185429
+ "defaultValue": null,
185430
+ "description": "",
185431
+ "name": "onScroll",
185432
+ "parent": {
185433
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185434
+ "name": "GlobalDOMEvents"
185435
+ },
185436
+ "declarations": [
185437
+ {
185438
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185439
+ "name": "GlobalDOMEvents"
185440
+ }
185441
+ ],
185442
+ "required": false,
185443
+ "type": {
185444
+ "name": "UIEventHandler<HTMLDivElement>"
185445
+ }
185446
+ },
185447
+ "onScrollCapture": {
185448
+ "defaultValue": null,
185449
+ "description": "",
185450
+ "name": "onScrollCapture",
185451
+ "parent": {
185452
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185453
+ "name": "GlobalDOMEvents"
185454
+ },
185455
+ "declarations": [
185456
+ {
185457
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185458
+ "name": "GlobalDOMEvents"
185459
+ }
185460
+ ],
185461
+ "required": false,
185462
+ "type": {
185463
+ "name": "UIEventHandler<HTMLDivElement>"
185464
+ }
185465
+ },
185466
+ "onWheel": {
185467
+ "defaultValue": null,
185468
+ "description": "",
185469
+ "name": "onWheel",
185470
+ "parent": {
185471
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185472
+ "name": "GlobalDOMEvents"
185473
+ },
185474
+ "declarations": [
185475
+ {
185476
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185477
+ "name": "GlobalDOMEvents"
185478
+ }
185479
+ ],
185480
+ "required": false,
185481
+ "type": {
185482
+ "name": "WheelEventHandler<HTMLDivElement>"
185483
+ }
185484
+ },
185485
+ "onWheelCapture": {
185486
+ "defaultValue": null,
185487
+ "description": "",
185488
+ "name": "onWheelCapture",
185489
+ "parent": {
185490
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185491
+ "name": "GlobalDOMEvents"
185492
+ },
185493
+ "declarations": [
185494
+ {
185495
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185496
+ "name": "GlobalDOMEvents"
185497
+ }
185498
+ ],
185499
+ "required": false,
185500
+ "type": {
185501
+ "name": "WheelEventHandler<HTMLDivElement>"
185502
+ }
185503
+ },
185504
+ "onAnimationStart": {
185505
+ "defaultValue": null,
185506
+ "description": "",
185507
+ "name": "onAnimationStart",
185508
+ "parent": {
185509
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185510
+ "name": "GlobalDOMEvents"
185511
+ },
185512
+ "declarations": [
185513
+ {
185514
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185515
+ "name": "GlobalDOMEvents"
185516
+ }
185517
+ ],
185518
+ "required": false,
185519
+ "type": {
185520
+ "name": "AnimationEventHandler<HTMLDivElement>"
185521
+ }
185522
+ },
185523
+ "onAnimationStartCapture": {
185524
+ "defaultValue": null,
185525
+ "description": "",
185526
+ "name": "onAnimationStartCapture",
185527
+ "parent": {
185528
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185529
+ "name": "GlobalDOMEvents"
185530
+ },
185531
+ "declarations": [
185532
+ {
185533
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185534
+ "name": "GlobalDOMEvents"
185535
+ }
185536
+ ],
185537
+ "required": false,
185538
+ "type": {
185539
+ "name": "AnimationEventHandler<HTMLDivElement>"
185540
+ }
185541
+ },
185542
+ "onAnimationEnd": {
185543
+ "defaultValue": null,
185544
+ "description": "",
185545
+ "name": "onAnimationEnd",
185546
+ "parent": {
185547
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185548
+ "name": "GlobalDOMEvents"
185549
+ },
185550
+ "declarations": [
185551
+ {
185552
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185553
+ "name": "GlobalDOMEvents"
185554
+ }
185555
+ ],
185556
+ "required": false,
185557
+ "type": {
185558
+ "name": "AnimationEventHandler<HTMLDivElement>"
185559
+ }
185560
+ },
185561
+ "onAnimationEndCapture": {
185562
+ "defaultValue": null,
185563
+ "description": "",
185564
+ "name": "onAnimationEndCapture",
185565
+ "parent": {
185566
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185567
+ "name": "GlobalDOMEvents"
185568
+ },
185569
+ "declarations": [
185570
+ {
185571
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185572
+ "name": "GlobalDOMEvents"
185573
+ }
185574
+ ],
185575
+ "required": false,
185576
+ "type": {
185577
+ "name": "AnimationEventHandler<HTMLDivElement>"
185578
+ }
185579
+ },
185580
+ "onAnimationIteration": {
185581
+ "defaultValue": null,
185582
+ "description": "",
185583
+ "name": "onAnimationIteration",
185584
+ "parent": {
185585
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185586
+ "name": "GlobalDOMEvents"
185587
+ },
185588
+ "declarations": [
185589
+ {
185590
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185591
+ "name": "GlobalDOMEvents"
185592
+ }
185593
+ ],
185594
+ "required": false,
185595
+ "type": {
185596
+ "name": "AnimationEventHandler<HTMLDivElement>"
185597
+ }
185598
+ },
185599
+ "onAnimationIterationCapture": {
185600
+ "defaultValue": null,
185601
+ "description": "",
185602
+ "name": "onAnimationIterationCapture",
185603
+ "parent": {
185604
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185605
+ "name": "GlobalDOMEvents"
185606
+ },
185607
+ "declarations": [
185608
+ {
185609
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185610
+ "name": "GlobalDOMEvents"
185611
+ }
185612
+ ],
185613
+ "required": false,
185614
+ "type": {
185615
+ "name": "AnimationEventHandler<HTMLDivElement>"
185616
+ }
185617
+ },
185618
+ "onTransitionCancel": {
185619
+ "defaultValue": null,
185620
+ "description": "",
185621
+ "name": "onTransitionCancel",
185622
+ "parent": {
185623
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185624
+ "name": "GlobalDOMEvents"
185625
+ },
185626
+ "declarations": [
185627
+ {
185628
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185629
+ "name": "GlobalDOMEvents"
185630
+ }
185631
+ ],
185632
+ "required": false,
185633
+ "type": {
185634
+ "name": "TransitionEventHandler<HTMLDivElement>"
185635
+ }
185636
+ },
185637
+ "onTransitionCancelCapture": {
185638
+ "defaultValue": null,
185639
+ "description": "",
185640
+ "name": "onTransitionCancelCapture",
185641
+ "parent": {
185642
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185643
+ "name": "GlobalDOMEvents"
185644
+ },
185645
+ "declarations": [
185646
+ {
185647
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185648
+ "name": "GlobalDOMEvents"
185649
+ }
185650
+ ],
185651
+ "required": false,
185652
+ "type": {
185653
+ "name": "TransitionEventHandler<HTMLDivElement>"
185654
+ }
185655
+ },
185656
+ "onTransitionEnd": {
185657
+ "defaultValue": null,
185658
+ "description": "",
185659
+ "name": "onTransitionEnd",
185660
+ "parent": {
185661
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185662
+ "name": "GlobalDOMEvents"
185663
+ },
185664
+ "declarations": [
185665
+ {
185666
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185667
+ "name": "GlobalDOMEvents"
185668
+ }
185669
+ ],
185670
+ "required": false,
185671
+ "type": {
185672
+ "name": "TransitionEventHandler<HTMLDivElement>"
185673
+ }
185674
+ },
185675
+ "onTransitionEndCapture": {
185676
+ "defaultValue": null,
185677
+ "description": "",
185678
+ "name": "onTransitionEndCapture",
185679
+ "parent": {
185680
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185681
+ "name": "GlobalDOMEvents"
185682
+ },
185683
+ "declarations": [
185684
+ {
185685
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185686
+ "name": "GlobalDOMEvents"
185687
+ }
185688
+ ],
185689
+ "required": false,
185690
+ "type": {
185691
+ "name": "TransitionEventHandler<HTMLDivElement>"
185692
+ }
185693
+ },
185694
+ "onTransitionRun": {
185695
+ "defaultValue": null,
185696
+ "description": "",
185697
+ "name": "onTransitionRun",
185698
+ "parent": {
185699
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185700
+ "name": "GlobalDOMEvents"
185701
+ },
185702
+ "declarations": [
185703
+ {
185704
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185705
+ "name": "GlobalDOMEvents"
185706
+ }
185707
+ ],
185708
+ "required": false,
185709
+ "type": {
185710
+ "name": "TransitionEventHandler<HTMLDivElement>"
185711
+ }
185712
+ },
185713
+ "onTransitionRunCapture": {
185714
+ "defaultValue": null,
185715
+ "description": "",
185716
+ "name": "onTransitionRunCapture",
185717
+ "parent": {
185718
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185719
+ "name": "GlobalDOMEvents"
185720
+ },
185721
+ "declarations": [
185722
+ {
185723
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185724
+ "name": "GlobalDOMEvents"
185725
+ }
185726
+ ],
185727
+ "required": false,
185728
+ "type": {
185729
+ "name": "TransitionEventHandler<HTMLDivElement>"
185730
+ }
185731
+ },
185732
+ "onTransitionStart": {
185733
+ "defaultValue": null,
185734
+ "description": "",
185735
+ "name": "onTransitionStart",
185736
+ "parent": {
185737
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185738
+ "name": "GlobalDOMEvents"
185739
+ },
185740
+ "declarations": [
185741
+ {
185742
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185743
+ "name": "GlobalDOMEvents"
185744
+ }
185745
+ ],
185746
+ "required": false,
185747
+ "type": {
185748
+ "name": "TransitionEventHandler<HTMLDivElement>"
185749
+ }
185750
+ },
185751
+ "onTransitionStartCapture": {
185752
+ "defaultValue": null,
185753
+ "description": "",
185754
+ "name": "onTransitionStartCapture",
185755
+ "parent": {
185756
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185757
+ "name": "GlobalDOMEvents"
185758
+ },
185759
+ "declarations": [
185760
+ {
185761
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185762
+ "name": "GlobalDOMEvents"
185763
+ }
185764
+ ],
185765
+ "required": false,
185766
+ "type": {
185767
+ "name": "TransitionEventHandler<HTMLDivElement>"
185768
+ }
185769
+ },
185770
+ "slot": {
185771
+ "defaultValue": null,
185772
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
185773
+ "name": "slot",
185774
+ "parent": {
185775
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
185776
+ "name": "SlotProps"
185777
+ },
185778
+ "declarations": [
185779
+ {
185780
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
185781
+ "name": "SlotProps"
185782
+ }
185783
+ ],
185784
+ "required": false,
185785
+ "type": {
185786
+ "name": "string | null"
185787
+ }
185788
+ }
185789
+ }
185790
+ },
185791
+ {
185792
+ "tags": {},
185793
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
185794
+ "description": "",
185795
+ "displayName": "CountryOptions",
185796
+ "methods": [],
185797
+ "props": {
185798
+ "filterBy": {
185799
+ "defaultValue": null,
185800
+ "description": "",
185801
+ "name": "filterBy",
185802
+ "parent": {
185803
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185804
+ "name": "CountryOptionsProps"
185805
+ },
185806
+ "declarations": [
185807
+ {
185808
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185809
+ "name": "CountryOptionsProps"
185810
+ }
185811
+ ],
185812
+ "required": false,
185813
+ "type": {
185814
+ "name": "CountryFilterFn"
185815
+ }
185816
+ },
185817
+ "sortBy": {
185818
+ "defaultValue": null,
185819
+ "description": "",
185820
+ "name": "sortBy",
185821
+ "parent": {
185822
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185823
+ "name": "CountryOptionsProps"
185824
+ },
185825
+ "declarations": [
185826
+ {
185827
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185828
+ "name": "CountryOptionsProps"
185829
+ }
185830
+ ],
185831
+ "required": false,
185832
+ "type": {
185833
+ "name": "CountrySortFn"
185834
+ }
185835
+ },
185836
+ "aria-label": {
185837
+ "defaultValue": null,
185838
+ "description": "Defines a string value that labels the current element.",
185839
+ "name": "aria-label",
185840
+ "parent": {
185841
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185842
+ "name": "AriaLabelingProps"
185843
+ },
185844
+ "declarations": [
185845
+ {
185846
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185847
+ "name": "AriaLabelingProps"
185848
+ }
185849
+ ],
185850
+ "required": false,
185851
+ "type": {
185852
+ "name": "string"
185853
+ }
185854
+ },
185855
+ "aria-labelledby": {
185856
+ "defaultValue": null,
185857
+ "description": "Identifies the element (or elements) that labels the current element.",
185858
+ "name": "aria-labelledby",
185859
+ "parent": {
185860
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185861
+ "name": "AriaLabelingProps"
185862
+ },
185863
+ "declarations": [
185864
+ {
185865
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185866
+ "name": "AriaLabelingProps"
185867
+ }
185868
+ ],
185869
+ "required": false,
185870
+ "type": {
185871
+ "name": "string"
185872
+ }
185873
+ },
185874
+ "aria-describedby": {
185875
+ "defaultValue": null,
185876
+ "description": "Identifies the element (or elements) that describes the object.",
185877
+ "name": "aria-describedby",
185878
+ "parent": {
185879
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185880
+ "name": "AriaLabelingProps"
185881
+ },
185882
+ "declarations": [
185883
+ {
185884
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185885
+ "name": "AriaLabelingProps"
185886
+ }
185887
+ ],
185888
+ "required": false,
185889
+ "type": {
185890
+ "name": "string"
185891
+ }
185892
+ },
185893
+ "aria-details": {
185894
+ "defaultValue": null,
185895
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
185896
+ "name": "aria-details",
185897
+ "parent": {
185898
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185899
+ "name": "AriaLabelingProps"
185900
+ },
185901
+ "declarations": [
185902
+ {
185903
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185904
+ "name": "AriaLabelingProps"
185905
+ }
185906
+ ],
185907
+ "required": false,
185908
+ "type": {
185909
+ "name": "string"
184647
185910
  }
184648
185911
  },
184649
185912
  "className": {
@@ -186343,6 +187606,27 @@
186343
187606
  "name": "DragAndDropHooks<object>"
186344
187607
  }
186345
187608
  },
187609
+ "layout": {
187610
+ "defaultValue": {
187611
+ "value": "'stack'"
187612
+ },
187613
+ "description": "Whether the items are arranged in a stack or grid.",
187614
+ "name": "layout",
187615
+ "parent": {
187616
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187617
+ "name": "ListBoxProps"
187618
+ },
187619
+ "declarations": [
187620
+ {
187621
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187622
+ "name": "ListBoxProps"
187623
+ }
187624
+ ],
187625
+ "required": false,
187626
+ "type": {
187627
+ "name": "\"grid\" | \"stack\""
187628
+ }
187629
+ },
186346
187630
  "renderEmptyState": {
186347
187631
  "defaultValue": null,
186348
187632
  "description": "Provides content to display when there are no items in the list.",
@@ -186419,27 +187703,6 @@
186419
187703
  "name": "boolean"
186420
187704
  }
186421
187705
  },
186422
- "layout": {
186423
- "defaultValue": {
186424
- "value": "'stack'"
186425
- },
186426
- "description": "Whether the items are arranged in a stack or grid.",
186427
- "name": "layout",
186428
- "parent": {
186429
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
186430
- "name": "ListBoxProps"
186431
- },
186432
- "declarations": [
186433
- {
186434
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
186435
- "name": "ListBoxProps"
186436
- }
186437
- ],
186438
- "required": false,
186439
- "type": {
186440
- "name": "\"grid\" | \"stack\""
186441
- }
186442
- },
186443
187706
  "dependencies": {
186444
187707
  "defaultValue": null,
186445
187708
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -186528,7 +187791,7 @@
186528
187791
  ],
186529
187792
  "required": false,
186530
187793
  "type": {
186531
- "name": "Ref<HTMLInputElement>"
187794
+ "name": "Ref<HTMLSpanElement>"
186532
187795
  }
186533
187796
  },
186534
187797
  "key": {
@@ -191931,7 +193194,7 @@
191931
193194
  ],
191932
193195
  "required": false,
191933
193196
  "type": {
191934
- "name": "Ref<HTMLInputElement>"
193197
+ "name": "Ref<HTMLSpanElement>"
191935
193198
  }
191936
193199
  },
191937
193200
  "key": {
@@ -193462,7 +194725,7 @@
193462
194725
  ],
193463
194726
  "required": false,
193464
194727
  "type": {
193465
- "name": "Ref<HTMLInputElement>"
194728
+ "name": "Ref<HTMLSpanElement>"
193466
194729
  }
193467
194730
  },
193468
194731
  "key": {
@@ -196056,7 +197319,7 @@
196056
197319
  ],
196057
197320
  "required": false,
196058
197321
  "type": {
196059
- "name": "Ref<HTMLInputElement>"
197322
+ "name": "Ref<HTMLSpanElement>"
196060
197323
  }
196061
197324
  },
196062
197325
  "key": {
@@ -196116,25 +197379,6 @@
196116
197379
  "name": "string | number"
196117
197380
  }
196118
197381
  },
196119
- "controller": {
196120
- "defaultValue": null,
196121
- "description": "An overlay controller to control the popover state.",
196122
- "name": "controller",
196123
- "parent": {
196124
- "fileName": "components/src/components/Popover/Popover.tsx",
196125
- "name": "PopoverProps"
196126
- },
196127
- "declarations": [
196128
- {
196129
- "fileName": "components/src/components/Popover/Popover.tsx",
196130
- "name": "PopoverProps"
196131
- }
196132
- ],
196133
- "required": false,
196134
- "type": {
196135
- "name": "OverlayController"
196136
- }
196137
- },
196138
197382
  "boundaryElement": {
196139
197383
  "defaultValue": {
196140
197384
  "value": "document.body"
@@ -196332,6 +197576,25 @@
196332
197576
  "type": {
196333
197577
  "name": "boolean"
196334
197578
  }
197579
+ },
197580
+ "controller": {
197581
+ "defaultValue": null,
197582
+ "description": "An overlay controller to control the popover state.",
197583
+ "name": "controller",
197584
+ "parent": {
197585
+ "fileName": "components/src/components/Popover/Popover.tsx",
197586
+ "name": "PopoverProps"
197587
+ },
197588
+ "declarations": [
197589
+ {
197590
+ "fileName": "components/src/components/Popover/Popover.tsx",
197591
+ "name": "PopoverProps"
197592
+ }
197593
+ ],
197594
+ "required": false,
197595
+ "type": {
197596
+ "name": "OverlayController"
197597
+ }
196335
197598
  }
196336
197599
  }
196337
197600
  },
@@ -198137,7 +199400,7 @@
198137
199400
  ],
198138
199401
  "required": false,
198139
199402
  "type": {
198140
- "name": "Ref<HTMLInputElement>"
199403
+ "name": "Ref<HTMLSpanElement>"
198141
199404
  }
198142
199405
  },
198143
199406
  "key": {
@@ -198178,25 +199441,6 @@
198178
199441
  "name": "string | null"
198179
199442
  }
198180
199443
  },
198181
- "controller": {
198182
- "defaultValue": null,
198183
- "description": "An overlay controller to control the popover state.",
198184
- "name": "controller",
198185
- "parent": {
198186
- "fileName": "components/src/components/Popover/Popover.tsx",
198187
- "name": "PopoverProps"
198188
- },
198189
- "declarations": [
198190
- {
198191
- "fileName": "components/src/components/Popover/Popover.tsx",
198192
- "name": "PopoverProps"
198193
- }
198194
- ],
198195
- "required": false,
198196
- "type": {
198197
- "name": "OverlayController"
198198
- }
198199
- },
198200
199444
  "boundaryElement": {
198201
199445
  "defaultValue": {
198202
199446
  "value": "document.body"
@@ -198395,6 +199639,25 @@
198395
199639
  "name": "boolean"
198396
199640
  }
198397
199641
  },
199642
+ "controller": {
199643
+ "defaultValue": null,
199644
+ "description": "An overlay controller to control the popover state.",
199645
+ "name": "controller",
199646
+ "parent": {
199647
+ "fileName": "components/src/components/Popover/Popover.tsx",
199648
+ "name": "PopoverProps"
199649
+ },
199650
+ "declarations": [
199651
+ {
199652
+ "fileName": "components/src/components/Popover/Popover.tsx",
199653
+ "name": "PopoverProps"
199654
+ }
199655
+ ],
199656
+ "required": false,
199657
+ "type": {
199658
+ "name": "OverlayController"
199659
+ }
199660
+ },
198398
199661
  "onSelectionChange": {
198399
199662
  "defaultValue": null,
198400
199663
  "description": "Handler that is called when the selection changes.",
@@ -203867,7 +205130,7 @@
203867
205130
  ],
203868
205131
  "required": false,
203869
205132
  "type": {
203870
- "name": "Ref<HTMLInputElement>"
205133
+ "name": "Ref<HTMLSpanElement>"
203871
205134
  }
203872
205135
  },
203873
205136
  "key": {
@@ -203893,55 +205156,63 @@
203893
205156
  },
203894
205157
  {
203895
205158
  "tags": {
203896
- "flr-generate": "all"
205159
+ "flr-generate": "all",
205160
+ "flr-ignore-props": "componentProps"
203897
205161
  },
203898
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
205162
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
203899
205163
  "description": "",
203900
- "displayName": "ComboBox",
205164
+ "displayName": "ComponentPropsContextProvider",
203901
205165
  "methods": [],
203902
205166
  "props": {
203903
- "onChange": {
205167
+ "componentProps": {
203904
205168
  "defaultValue": null,
203905
205169
  "description": "",
203906
- "name": "onChange",
205170
+ "name": "componentProps",
203907
205171
  "parent": {
203908
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203909
- "name": "ComboBoxProps"
205172
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205173
+ "name": "ComponentPropsContextProviderProps"
203910
205174
  },
203911
205175
  "declarations": [
203912
205176
  {
203913
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203914
- "name": "ComboBoxProps"
205177
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205178
+ "name": "ComponentPropsContextProviderProps"
203915
205179
  }
203916
205180
  ],
203917
205181
  "required": false,
203918
205182
  "type": {
203919
- "name": "((value: string) => void)"
205183
+ "name": "PropsContext"
203920
205184
  }
203921
205185
  },
203922
- "controller": {
205186
+ "children": {
203923
205187
  "defaultValue": null,
203924
205188
  "description": "",
203925
- "name": "controller",
203926
- "parent": {
203927
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203928
- "name": "ComboBoxProps"
203929
- },
205189
+ "name": "children",
203930
205190
  "declarations": [
203931
205191
  {
203932
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203933
- "name": "ComboBoxProps"
205192
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
205193
+ "name": "TypeLiteral"
203934
205194
  }
203935
205195
  ],
203936
205196
  "required": false,
203937
205197
  "type": {
203938
- "name": "OverlayController"
205198
+ "name": "ReactNode"
203939
205199
  }
203940
- },
203941
- "inputRef": {
205200
+ }
205201
+ }
205202
+ },
205203
+ {
205204
+ "tags": {
205205
+ "flr-generate": "all"
205206
+ },
205207
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
205208
+ "description": "",
205209
+ "displayName": "ComboBox",
205210
+ "methods": [],
205211
+ "props": {
205212
+ "onChange": {
203942
205213
  "defaultValue": null,
203943
205214
  "description": "",
203944
- "name": "inputRef",
205215
+ "name": "onChange",
203945
205216
  "parent": {
203946
205217
  "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203947
205218
  "name": "ComboBoxProps"
@@ -203954,7 +205225,7 @@
203954
205225
  ],
203955
205226
  "required": false,
203956
205227
  "type": {
203957
- "name": "RefObject<HTMLInputElement | null>"
205228
+ "name": "((value: string) => void)"
203958
205229
  }
203959
205230
  },
203960
205231
  "onOpenChange": {
@@ -206103,7 +207374,7 @@
206103
207374
  ],
206104
207375
  "required": false,
206105
207376
  "type": {
206106
- "name": "Ref<HTMLInputElement>"
207377
+ "name": "Ref<HTMLSpanElement>"
206107
207378
  }
206108
207379
  },
206109
207380
  "key": {
@@ -206127,71 +207398,6 @@
206127
207398
  }
206128
207399
  }
206129
207400
  },
206130
- {
206131
- "tags": {
206132
- "flr-generate": "all",
206133
- "flr-ignore-props": "componentProps"
206134
- },
206135
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
206136
- "description": "",
206137
- "displayName": "ComponentPropsContextProvider",
206138
- "methods": [],
206139
- "props": {
206140
- "componentProps": {
206141
- "defaultValue": null,
206142
- "description": "",
206143
- "name": "componentProps",
206144
- "parent": {
206145
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206146
- "name": "ComponentPropsContextProviderProps"
206147
- },
206148
- "declarations": [
206149
- {
206150
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206151
- "name": "ComponentPropsContextProviderProps"
206152
- }
206153
- ],
206154
- "required": false,
206155
- "type": {
206156
- "name": "PropsContext"
206157
- }
206158
- },
206159
- "levelModel": {
206160
- "defaultValue": null,
206161
- "description": "",
206162
- "name": "levelModel",
206163
- "parent": {
206164
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206165
- "name": "ComponentPropsContextProviderProps"
206166
- },
206167
- "declarations": [
206168
- {
206169
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206170
- "name": "ComponentPropsContextProviderProps"
206171
- }
206172
- ],
206173
- "required": false,
206174
- "type": {
206175
- "name": "PropsContextLevelMode"
206176
- }
206177
- },
206178
- "children": {
206179
- "defaultValue": null,
206180
- "description": "",
206181
- "name": "children",
206182
- "declarations": [
206183
- {
206184
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
206185
- "name": "TypeLiteral"
206186
- }
206187
- ],
206188
- "required": false,
206189
- "type": {
206190
- "name": "ReactNode"
206191
- }
206192
- }
206193
- }
206194
- },
206195
207401
  {
206196
207402
  "tags": {
206197
207403
  "flr-generate": "all"
@@ -211664,7 +212870,7 @@
211664
212870
  ],
211665
212871
  "required": false,
211666
212872
  "type": {
211667
- "name": "Ref<HTMLInputElement>"
212873
+ "name": "Ref<HTMLSpanElement>"
211668
212874
  }
211669
212875
  },
211670
212876
  "key": {
@@ -212135,25 +213341,6 @@
212135
213341
  "displayName": "ClearPropsContext",
212136
213342
  "methods": [],
212137
213343
  "props": {
212138
- "keep": {
212139
- "defaultValue": null,
212140
- "description": "",
212141
- "name": "keep",
212142
- "parent": {
212143
- "fileName": "components/src/lib/propsContext/components/ClearPropsContext.tsx",
212144
- "name": "ClearPropsContextProps"
212145
- },
212146
- "declarations": [
212147
- {
212148
- "fileName": "components/src/lib/propsContext/components/ClearPropsContext.tsx",
212149
- "name": "ClearPropsContextProps"
212150
- }
212151
- ],
212152
- "required": false,
212153
- "type": {
212154
- "name": "keyof FlowComponentPropsTypes"
212155
- }
212156
- },
212157
213344
  "children": {
212158
213345
  "defaultValue": null,
212159
213346
  "description": "",
@@ -214056,7 +215243,7 @@
214056
215243
  ],
214057
215244
  "required": false,
214058
215245
  "type": {
214059
- "name": "Ref<HTMLInputElement>"
215246
+ "name": "Ref<HTMLSpanElement>"
214060
215247
  }
214061
215248
  },
214062
215249
  "key": {
@@ -214089,25 +215276,6 @@
214089
215276
  "displayName": "CheckboxButton",
214090
215277
  "methods": [],
214091
215278
  "props": {
214092
- "inputRef": {
214093
- "defaultValue": null,
214094
- "description": "A ref for the HTML input element.",
214095
- "name": "inputRef",
214096
- "parent": {
214097
- "fileName": "components/src/components/CheckboxButton/CheckboxButton.tsx",
214098
- "name": "CheckboxButtonProps"
214099
- },
214100
- "declarations": [
214101
- {
214102
- "fileName": "components/src/components/CheckboxButton/CheckboxButton.tsx",
214103
- "name": "CheckboxButtonProps"
214104
- }
214105
- ],
214106
- "required": false,
214107
- "type": {
214108
- "name": "RefObject<HTMLInputElement | null>"
214109
- }
214110
- },
214111
215279
  "inputClassName": {
214112
215280
  "defaultValue": null,
214113
215281
  "description": "",
@@ -216231,7 +217399,7 @@
216231
217399
  ],
216232
217400
  "required": false,
216233
217401
  "type": {
216234
- "name": "Ref<HTMLInputElement>"
217402
+ "name": "Ref<HTMLSpanElement>"
216235
217403
  }
216236
217404
  },
216237
217405
  "key": {
@@ -216283,25 +217451,6 @@
216283
217451
  "name": "string"
216284
217452
  }
216285
217453
  },
216286
- "inputRef": {
216287
- "defaultValue": null,
216288
- "description": "A ref for the HTML input element.",
216289
- "name": "inputRef",
216290
- "parent": {
216291
- "fileName": "components/src/components/Checkbox/Checkbox.tsx",
216292
- "name": "CheckboxProps"
216293
- },
216294
- "declarations": [
216295
- {
216296
- "fileName": "components/src/components/Checkbox/Checkbox.tsx",
216297
- "name": "CheckboxProps"
216298
- }
216299
- ],
216300
- "required": false,
216301
- "type": {
216302
- "name": "RefObject<HTMLInputElement | null>"
216303
- }
216304
- },
216305
217454
  "aria-label": {
216306
217455
  "defaultValue": null,
216307
217456
  "description": "Defines a string value that labels the current element.",
@@ -218406,7 +219555,7 @@
218406
219555
  ],
218407
219556
  "required": false,
218408
219557
  "type": {
218409
- "name": "Ref<HTMLInputElement>"
219558
+ "name": "Ref<HTMLSpanElement>"
218410
219559
  }
218411
219560
  },
218412
219561
  "key": {
@@ -221001,7 +222150,7 @@
221001
222150
  ],
221002
222151
  "required": false,
221003
222152
  "type": {
221004
- "name": "Ref<HTMLInputElement>"
222153
+ "name": "Ref<HTMLSpanElement>"
221005
222154
  }
221006
222155
  },
221007
222156
  "key": {
@@ -222836,7 +223985,7 @@
222836
223985
  ],
222837
223986
  "required": false,
222838
223987
  "type": {
222839
- "name": "Ref<HTMLInputElement>"
223988
+ "name": "Ref<HTMLSpanElement>"
222840
223989
  }
222841
223990
  },
222842
223991
  "key": {
@@ -222983,186 +224132,6 @@
222983
224132
  }
222984
224133
  }
222985
224134
  },
222986
- {
222987
- "tags": {
222988
- "flr-generate": "all"
222989
- },
222990
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
222991
- "description": "",
222992
- "displayName": "Avatar",
222993
- "methods": [],
222994
- "props": {
222995
- "size": {
222996
- "defaultValue": {
222997
- "value": "\"m\""
222998
- },
222999
- "description": "The size of the avatar.",
223000
- "name": "size",
223001
- "parent": {
223002
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223003
- "name": "AvatarProps"
223004
- },
223005
- "declarations": [
223006
- {
223007
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223008
- "name": "AvatarProps"
223009
- }
223010
- ],
223011
- "required": false,
223012
- "type": {
223013
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
223014
- }
223015
- },
223016
- "color": {
223017
- "defaultValue": null,
223018
- "description": "The color of icons and initials inside the avatar.",
223019
- "name": "color",
223020
- "parent": {
223021
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223022
- "name": "AvatarProps"
223023
- },
223024
- "declarations": [
223025
- {
223026
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223027
- "name": "AvatarProps"
223028
- }
223029
- ],
223030
- "required": false,
223031
- "type": {
223032
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
223033
- }
223034
- },
223035
- "status": {
223036
- "defaultValue": null,
223037
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
223038
- "name": "status",
223039
- "parent": {
223040
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223041
- "name": "AvatarProps"
223042
- },
223043
- "declarations": [
223044
- {
223045
- "fileName": "components/src/components/Avatar/Avatar.tsx",
223046
- "name": "AvatarProps"
223047
- }
223048
- ],
223049
- "required": false,
223050
- "type": {
223051
- "name": "Status"
223052
- }
223053
- },
223054
- "children": {
223055
- "defaultValue": null,
223056
- "description": "",
223057
- "name": "children",
223058
- "declarations": [
223059
- {
223060
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
223061
- "name": "TypeLiteral"
223062
- }
223063
- ],
223064
- "required": false,
223065
- "type": {
223066
- "name": "ReactNode"
223067
- }
223068
- },
223069
- "className": {
223070
- "defaultValue": null,
223071
- "description": "The elements class name.",
223072
- "name": "className",
223073
- "parent": {
223074
- "fileName": "components/src/lib/types/props.ts",
223075
- "name": "PropsWithClassName"
223076
- },
223077
- "declarations": [
223078
- {
223079
- "fileName": "components/src/lib/types/props.ts",
223080
- "name": "PropsWithClassName"
223081
- }
223082
- ],
223083
- "required": false,
223084
- "type": {
223085
- "name": "string"
223086
- }
223087
- },
223088
- "wrapWith": {
223089
- "defaultValue": null,
223090
- "description": "",
223091
- "name": "wrapWith",
223092
- "parent": {
223093
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
223094
- "name": "FlowComponentProps"
223095
- },
223096
- "declarations": [
223097
- {
223098
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
223099
- "name": "FlowComponentProps"
223100
- }
223101
- ],
223102
- "required": false,
223103
- "type": {
223104
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
223105
- }
223106
- },
223107
- "tunnelId": {
223108
- "defaultValue": null,
223109
- "description": "@internal",
223110
- "name": "tunnelId",
223111
- "parent": {
223112
- "fileName": "components/src/lib/types/props.ts",
223113
- "name": "PropsWithTunnel"
223114
- },
223115
- "declarations": [
223116
- {
223117
- "fileName": "components/src/lib/types/props.ts",
223118
- "name": "PropsWithTunnel"
223119
- }
223120
- ],
223121
- "required": false,
223122
- "type": {
223123
- "name": "string | null"
223124
- }
223125
- },
223126
- "ref": {
223127
- "defaultValue": null,
223128
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
223129
- "name": "ref",
223130
- "parent": {
223131
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
223132
- "name": "RefAttributes"
223133
- },
223134
- "declarations": [
223135
- {
223136
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
223137
- "name": "RefAttributes"
223138
- }
223139
- ],
223140
- "required": false,
223141
- "type": {
223142
- "name": "Ref<HTMLInputElement>"
223143
- }
223144
- },
223145
- "key": {
223146
- "defaultValue": null,
223147
- "description": "",
223148
- "name": "key",
223149
- "parent": {
223150
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
223151
- "name": "Attributes"
223152
- },
223153
- "declarations": [
223154
- {
223155
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
223156
- "name": "Attributes"
223157
- }
223158
- ],
223159
- "required": false,
223160
- "type": {
223161
- "name": "Key | null"
223162
- }
223163
- }
223164
- }
223165
- },
223166
224135
  {
223167
224136
  "tags": {
223168
224137
  "flr-generate": "all"
@@ -223336,7 +224305,7 @@
223336
224305
  ],
223337
224306
  "required": false,
223338
224307
  "type": {
223339
- "name": "Ref<HTMLInputElement>"
224308
+ "name": "Ref<HTMLSpanElement>"
223340
224309
  }
223341
224310
  },
223342
224311
  "key": {
@@ -223440,6 +224409,186 @@
223440
224409
  }
223441
224410
  }
223442
224411
  },
224412
+ {
224413
+ "tags": {
224414
+ "flr-generate": "all"
224415
+ },
224416
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224417
+ "description": "",
224418
+ "displayName": "Avatar",
224419
+ "methods": [],
224420
+ "props": {
224421
+ "size": {
224422
+ "defaultValue": {
224423
+ "value": "\"m\""
224424
+ },
224425
+ "description": "The size of the avatar.",
224426
+ "name": "size",
224427
+ "parent": {
224428
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224429
+ "name": "AvatarProps"
224430
+ },
224431
+ "declarations": [
224432
+ {
224433
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224434
+ "name": "AvatarProps"
224435
+ }
224436
+ ],
224437
+ "required": false,
224438
+ "type": {
224439
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224440
+ }
224441
+ },
224442
+ "color": {
224443
+ "defaultValue": null,
224444
+ "description": "The color of icons and initials inside the avatar.",
224445
+ "name": "color",
224446
+ "parent": {
224447
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224448
+ "name": "AvatarProps"
224449
+ },
224450
+ "declarations": [
224451
+ {
224452
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224453
+ "name": "AvatarProps"
224454
+ }
224455
+ ],
224456
+ "required": false,
224457
+ "type": {
224458
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224459
+ }
224460
+ },
224461
+ "status": {
224462
+ "defaultValue": null,
224463
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224464
+ "name": "status",
224465
+ "parent": {
224466
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224467
+ "name": "AvatarProps"
224468
+ },
224469
+ "declarations": [
224470
+ {
224471
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224472
+ "name": "AvatarProps"
224473
+ }
224474
+ ],
224475
+ "required": false,
224476
+ "type": {
224477
+ "name": "Status"
224478
+ }
224479
+ },
224480
+ "children": {
224481
+ "defaultValue": null,
224482
+ "description": "",
224483
+ "name": "children",
224484
+ "declarations": [
224485
+ {
224486
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
224487
+ "name": "TypeLiteral"
224488
+ }
224489
+ ],
224490
+ "required": false,
224491
+ "type": {
224492
+ "name": "ReactNode"
224493
+ }
224494
+ },
224495
+ "className": {
224496
+ "defaultValue": null,
224497
+ "description": "The elements class name.",
224498
+ "name": "className",
224499
+ "parent": {
224500
+ "fileName": "components/src/lib/types/props.ts",
224501
+ "name": "PropsWithClassName"
224502
+ },
224503
+ "declarations": [
224504
+ {
224505
+ "fileName": "components/src/lib/types/props.ts",
224506
+ "name": "PropsWithClassName"
224507
+ }
224508
+ ],
224509
+ "required": false,
224510
+ "type": {
224511
+ "name": "string"
224512
+ }
224513
+ },
224514
+ "wrapWith": {
224515
+ "defaultValue": null,
224516
+ "description": "",
224517
+ "name": "wrapWith",
224518
+ "parent": {
224519
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224520
+ "name": "FlowComponentProps"
224521
+ },
224522
+ "declarations": [
224523
+ {
224524
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224525
+ "name": "FlowComponentProps"
224526
+ }
224527
+ ],
224528
+ "required": false,
224529
+ "type": {
224530
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224531
+ }
224532
+ },
224533
+ "tunnelId": {
224534
+ "defaultValue": null,
224535
+ "description": "@internal",
224536
+ "name": "tunnelId",
224537
+ "parent": {
224538
+ "fileName": "components/src/lib/types/props.ts",
224539
+ "name": "PropsWithTunnel"
224540
+ },
224541
+ "declarations": [
224542
+ {
224543
+ "fileName": "components/src/lib/types/props.ts",
224544
+ "name": "PropsWithTunnel"
224545
+ }
224546
+ ],
224547
+ "required": false,
224548
+ "type": {
224549
+ "name": "string | null"
224550
+ }
224551
+ },
224552
+ "ref": {
224553
+ "defaultValue": null,
224554
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
224555
+ "name": "ref",
224556
+ "parent": {
224557
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
224558
+ "name": "RefAttributes"
224559
+ },
224560
+ "declarations": [
224561
+ {
224562
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
224563
+ "name": "RefAttributes"
224564
+ }
224565
+ ],
224566
+ "required": false,
224567
+ "type": {
224568
+ "name": "Ref<HTMLSpanElement>"
224569
+ }
224570
+ },
224571
+ "key": {
224572
+ "defaultValue": null,
224573
+ "description": "",
224574
+ "name": "key",
224575
+ "parent": {
224576
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
224577
+ "name": "Attributes"
224578
+ },
224579
+ "declarations": [
224580
+ {
224581
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
224582
+ "name": "Attributes"
224583
+ }
224584
+ ],
224585
+ "required": false,
224586
+ "type": {
224587
+ "name": "Key | null"
224588
+ }
224589
+ }
224590
+ }
224591
+ },
223443
224592
  {
223444
224593
  "tags": {
223445
224594
  "flr-generate": "all"
@@ -223537,7 +224686,7 @@
223537
224686
  ],
223538
224687
  "required": false,
223539
224688
  "type": {
223540
- "name": "Ref<HTMLInputElement>"
224689
+ "name": "Ref<HTMLSpanElement>"
223541
224690
  }
223542
224691
  },
223543
224692
  "key": {
@@ -232818,7 +233967,7 @@
232818
233967
  ],
232819
233968
  "required": false,
232820
233969
  "type": {
232821
- "name": "Ref<HTMLInputElement>"
233970
+ "name": "Ref<HTMLSpanElement>"
232822
233971
  }
232823
233972
  },
232824
233973
  "key": {
@@ -232935,7 +234084,7 @@
232935
234084
  ],
232936
234085
  "required": false,
232937
234086
  "type": {
232938
- "name": "Ref<HTMLInputElement>"
234087
+ "name": "Ref<HTMLSpanElement>"
232939
234088
  }
232940
234089
  },
232941
234090
  "key": {
@@ -233003,7 +234152,7 @@
233003
234152
  ],
233004
234153
  "required": false,
233005
234154
  "type": {
233006
- "name": "Ref<HTMLInputElement>"
234155
+ "name": "Ref<HTMLSpanElement>"
233007
234156
  }
233008
234157
  },
233009
234158
  "key": {
@@ -238523,7 +239672,7 @@
238523
239672
  ],
238524
239673
  "required": false,
238525
239674
  "type": {
238526
- "name": "Ref<HTMLInputElement>"
239675
+ "name": "Ref<HTMLSpanElement>"
238527
239676
  }
238528
239677
  },
238529
239678
  "key": {
@@ -238813,7 +239962,7 @@
238813
239962
  ],
238814
239963
  "required": false,
238815
239964
  "type": {
238816
- "name": "Ref<HTMLInputElement>"
239965
+ "name": "Ref<HTMLSpanElement>"
238817
239966
  }
238818
239967
  },
238819
239968
  "key": {
@@ -238902,7 +240051,7 @@
238902
240051
  ],
238903
240052
  "required": false,
238904
240053
  "type": {
238905
- "name": "Ref<HTMLInputElement>"
240054
+ "name": "Ref<HTMLSpanElement>"
238906
240055
  }
238907
240056
  },
238908
240057
  "key": {
@@ -249564,7 +250713,7 @@
249564
250713
  ],
249565
250714
  "required": false,
249566
250715
  "type": {
249567
- "name": "Ref<HTMLInputElement>"
250716
+ "name": "Ref<HTMLSpanElement>"
249568
250717
  }
249569
250718
  },
249570
250719
  "key": {
@@ -250095,7 +251244,7 @@
250095
251244
  ],
250096
251245
  "required": false,
250097
251246
  "type": {
250098
- "name": "Ref<HTMLInputElement>"
251247
+ "name": "Ref<HTMLSpanElement>"
250099
251248
  }
250100
251249
  },
250101
251250
  "key": {
@@ -256881,10 +258030,10 @@
256881
258030
  "name": "() => ArrayIterator<any>"
256882
258031
  }
256883
258032
  },
256884
- "__@unscopables@3182": {
258033
+ "__@unscopables@3171": {
256885
258034
  "defaultValue": null,
256886
258035
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256887
- "name": "__@unscopables@3182",
258036
+ "name": "__@unscopables@3171",
256888
258037
  "parent": {
256889
258038
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256890
258039
  "name": "Array"
@@ -257717,10 +258866,10 @@
257717
258866
  "name": "() => ArrayIterator<any>"
257718
258867
  }
257719
258868
  },
257720
- "__@unscopables@3182": {
258869
+ "__@unscopables@3171": {
257721
258870
  "defaultValue": null,
257722
258871
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257723
- "name": "__@unscopables@3182",
258872
+ "name": "__@unscopables@3171",
257724
258873
  "parent": {
257725
258874
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257726
258875
  "name": "Array"
@@ -258553,10 +259702,10 @@
258553
259702
  "name": "() => ArrayIterator<any>"
258554
259703
  }
258555
259704
  },
258556
- "__@unscopables@3182": {
259705
+ "__@unscopables@3171": {
258557
259706
  "defaultValue": null,
258558
259707
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258559
- "name": "__@unscopables@3182",
259708
+ "name": "__@unscopables@3171",
258560
259709
  "parent": {
258561
259710
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258562
259711
  "name": "Array"
@@ -260904,7 +262053,7 @@
260904
262053
  ],
260905
262054
  "required": false,
260906
262055
  "type": {
260907
- "name": "Ref<HTMLInputElement>"
262056
+ "name": "Ref<HTMLSpanElement>"
260908
262057
  }
260909
262058
  },
260910
262059
  "key": {
@@ -275679,12 +276828,12 @@
275679
276828
  "name": "inputRef",
275680
276829
  "parent": {
275681
276830
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
275682
- "name": "SwitchProps"
276831
+ "name": "RadioProps"
275683
276832
  },
275684
276833
  "declarations": [
275685
276834
  {
275686
276835
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
275687
- "name": "SwitchProps"
276836
+ "name": "RadioProps"
275688
276837
  }
275689
276838
  ],
275690
276839
  "required": false,
@@ -275913,7 +277062,7 @@
275913
277062
  ],
275914
277063
  "required": false,
275915
277064
  "type": {
275916
- "name": "Ref<HTMLInputElement>"
277065
+ "name": "Ref<HTMLSpanElement>"
275917
277066
  }
275918
277067
  },
275919
277068
  "key": {
@@ -275994,7 +277143,7 @@
275994
277143
  ],
275995
277144
  "required": false,
275996
277145
  "type": {
275997
- "name": "Ref<HTMLInputElement>"
277146
+ "name": "Ref<HTMLSpanElement>"
275998
277147
  }
275999
277148
  },
276000
277149
  "key": {
@@ -277648,12 +278797,12 @@
277648
278797
  "name": "inputRef",
277649
278798
  "parent": {
277650
278799
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
277651
- "name": "SwitchProps"
278800
+ "name": "RadioProps"
277652
278801
  },
277653
278802
  "declarations": [
277654
278803
  {
277655
278804
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
277656
- "name": "SwitchProps"
278805
+ "name": "RadioProps"
277657
278806
  }
277658
278807
  ],
277659
278808
  "required": false,
@@ -277882,7 +279031,7 @@
277882
279031
  ],
277883
279032
  "required": false,
277884
279033
  "type": {
277885
- "name": "Ref<HTMLInputElement>"
279034
+ "name": "Ref<HTMLSpanElement>"
277886
279035
  }
277887
279036
  },
277888
279037
  "key": {
@@ -279536,12 +280685,12 @@
279536
280685
  "name": "inputRef",
279537
280686
  "parent": {
279538
280687
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
279539
- "name": "SwitchProps"
280688
+ "name": "RadioProps"
279540
280689
  },
279541
280690
  "declarations": [
279542
280691
  {
279543
280692
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
279544
- "name": "SwitchProps"
280693
+ "name": "RadioProps"
279545
280694
  }
279546
280695
  ],
279547
280696
  "required": false,
@@ -279770,7 +280919,7 @@
279770
280919
  ],
279771
280920
  "required": false,
279772
280921
  "type": {
279773
- "name": "Ref<HTMLInputElement>"
280922
+ "name": "Ref<HTMLSpanElement>"
279774
280923
  }
279775
280924
  },
279776
280925
  "key": {
@@ -279893,7 +281042,7 @@
279893
281042
  ],
279894
281043
  "required": false,
279895
281044
  "type": {
279896
- "name": "Ref<HTMLInputElement>"
281045
+ "name": "Ref<HTMLSpanElement>"
279897
281046
  }
279898
281047
  },
279899
281048
  "key": {
@@ -280655,7 +281804,7 @@
280655
281804
  ],
280656
281805
  "required": false,
280657
281806
  "type": {
280658
- "name": "Ref<HTMLInputElement>"
281807
+ "name": "Ref<HTMLSpanElement>"
280659
281808
  }
280660
281809
  },
280661
281810
  "key": {
@@ -280810,7 +281959,7 @@
280810
281959
  ],
280811
281960
  "required": false,
280812
281961
  "type": {
280813
- "name": "Ref<HTMLInputElement>"
281962
+ "name": "Ref<HTMLSpanElement>"
280814
281963
  }
280815
281964
  },
280816
281965
  "key": {
@@ -286261,7 +287410,7 @@
286261
287410
  ],
286262
287411
  "required": false,
286263
287412
  "type": {
286264
- "name": "Ref<HTMLInputElement>"
287413
+ "name": "Ref<HTMLSpanElement>"
286265
287414
  }
286266
287415
  },
286267
287416
  "key": {
@@ -286739,7 +287888,7 @@
286739
287888
  ],
286740
287889
  "required": false,
286741
287890
  "type": {
286742
- "name": "Ref<HTMLInputElement>"
287891
+ "name": "Ref<HTMLSpanElement>"
286743
287892
  }
286744
287893
  },
286745
287894
  "key": {
@@ -289000,7 +290149,7 @@
289000
290149
  ],
289001
290150
  "required": false,
289002
290151
  "type": {
289003
- "name": "Ref<HTMLInputElement>"
290152
+ "name": "Ref<HTMLSpanElement>"
289004
290153
  }
289005
290154
  },
289006
290155
  "key": {
@@ -289142,7 +290291,7 @@
289142
290291
  ],
289143
290292
  "required": false,
289144
290293
  "type": {
289145
- "name": "Ref<HTMLInputElement>"
290294
+ "name": "Ref<HTMLSpanElement>"
289146
290295
  }
289147
290296
  },
289148
290297
  "key": {
@@ -289371,6 +290520,25 @@
289371
290520
  "type": {
289372
290521
  "name": "boolean"
289373
290522
  }
290523
+ },
290524
+ "ref": {
290525
+ "defaultValue": null,
290526
+ "description": "",
290527
+ "name": "ref",
290528
+ "parent": {
290529
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
290530
+ "name": "DateInputProps"
290531
+ },
290532
+ "declarations": [
290533
+ {
290534
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
290535
+ "name": "DateInputProps"
290536
+ }
290537
+ ],
290538
+ "required": false,
290539
+ "type": {
290540
+ "name": "Ref<HTMLSpanElement>"
290541
+ }
289374
290542
  }
289375
290543
  }
289376
290544
  },
@@ -289399,6 +290567,25 @@
289399
290567
  "type": {
289400
290568
  "name": "boolean"
289401
290569
  }
290570
+ },
290571
+ "ref": {
290572
+ "defaultValue": null,
290573
+ "description": "",
290574
+ "name": "ref",
290575
+ "parent": {
290576
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
290577
+ "name": "DateInputProps"
290578
+ },
290579
+ "declarations": [
290580
+ {
290581
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
290582
+ "name": "DateInputProps"
290583
+ }
290584
+ ],
290585
+ "required": false,
290586
+ "type": {
290587
+ "name": "Ref<HTMLSpanElement>"
290588
+ }
289402
290589
  }
289403
290590
  }
289404
290591
  },
@@ -289503,7 +290690,7 @@
289503
290690
  ],
289504
290691
  "required": false,
289505
290692
  "type": {
289506
- "name": "Ref<HTMLInputElement>"
290693
+ "name": "Ref<HTMLSpanElement>"
289507
290694
  }
289508
290695
  },
289509
290696
  "key": {
@@ -289643,7 +290830,7 @@
289643
290830
  ],
289644
290831
  "required": false,
289645
290832
  "type": {
289646
- "name": "Ref<HTMLInputElement>"
290833
+ "name": "Ref<HTMLSpanElement>"
289647
290834
  }
289648
290835
  },
289649
290836
  "key": {
@@ -289760,7 +290947,7 @@
289760
290947
  ],
289761
290948
  "required": false,
289762
290949
  "type": {
289763
- "name": "Ref<HTMLInputElement>"
290950
+ "name": "Ref<HTMLSpanElement>"
289764
290951
  }
289765
290952
  },
289766
290953
  "key": {
@@ -291612,7 +292799,7 @@
291612
292799
  ],
291613
292800
  "required": false,
291614
292801
  "type": {
291615
- "name": "Ref<HTMLInputElement>"
292802
+ "name": "Ref<HTMLSpanElement>"
291616
292803
  }
291617
292804
  },
291618
292805
  "key": {
@@ -293724,7 +294911,7 @@
293724
294911
  ],
293725
294912
  "required": false,
293726
294913
  "type": {
293727
- "name": "Ref<HTMLInputElement>"
294914
+ "name": "Ref<HTMLSpanElement>"
293728
294915
  }
293729
294916
  },
293730
294917
  "key": {
@@ -296629,6 +297816,25 @@
296629
297816
  "name": "string"
296630
297817
  }
296631
297818
  },
297819
+ "layout": {
297820
+ "defaultValue": null,
297821
+ "description": "",
297822
+ "name": "layout",
297823
+ "parent": {
297824
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
297825
+ "name": "DefaultLegendContentProps"
297826
+ },
297827
+ "declarations": [
297828
+ {
297829
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
297830
+ "name": "DefaultLegendContentProps"
297831
+ }
297832
+ ],
297833
+ "required": false,
297834
+ "type": {
297835
+ "name": "LayoutType"
297836
+ }
297837
+ },
296632
297838
  "spacing": {
296633
297839
  "defaultValue": null,
296634
297840
  "description": "",
@@ -301151,25 +302357,6 @@
301151
302357
  "name": "string"
301152
302358
  }
301153
302359
  },
301154
- "layout": {
301155
- "defaultValue": null,
301156
- "description": "",
301157
- "name": "layout",
301158
- "parent": {
301159
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
301160
- "name": "DefaultLegendContentProps"
301161
- },
301162
- "declarations": [
301163
- {
301164
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
301165
- "name": "DefaultLegendContentProps"
301166
- }
301167
- ],
301168
- "required": false,
301169
- "type": {
301170
- "name": "LayoutType"
301171
- }
301172
- },
301173
302360
  "onPointerEnterCapture": {
301174
302361
  "defaultValue": null,
301175
302362
  "description": "",
@@ -305788,7 +306975,7 @@
305788
306975
  ],
305789
306976
  "required": false,
305790
306977
  "type": {
305791
- "name": "Ref<HTMLInputElement>"
306978
+ "name": "Ref<HTMLSpanElement>"
305792
306979
  }
305793
306980
  },
305794
306981
  "key": {
@@ -312473,7 +313660,7 @@
312473
313660
  ],
312474
313661
  "required": false,
312475
313662
  "type": {
312476
- "name": "Ref<HTMLInputElement>"
313663
+ "name": "Ref<HTMLSpanElement>"
312477
313664
  }
312478
313665
  },
312479
313666
  "key": {
@@ -314745,7 +315932,7 @@
314745
315932
  ],
314746
315933
  "required": false,
314747
315934
  "type": {
314748
- "name": "Ref<HTMLInputElement>"
315935
+ "name": "Ref<HTMLSpanElement>"
314749
315936
  }
314750
315937
  },
314751
315938
  "key": {
@@ -317055,7 +318242,7 @@
317055
318242
  ],
317056
318243
  "required": false,
317057
318244
  "type": {
317058
- "name": "Ref<HTMLInputElement>"
318245
+ "name": "Ref<HTMLSpanElement>"
317059
318246
  }
317060
318247
  },
317061
318248
  "key": {
@@ -335635,7 +336822,7 @@
335635
336822
  ],
335636
336823
  "required": false,
335637
336824
  "type": {
335638
- "name": "Ref<HTMLInputElement>"
336825
+ "name": "Ref<HTMLSpanElement>"
335639
336826
  }
335640
336827
  },
335641
336828
  "key": {
@@ -341108,7 +342295,7 @@
341108
342295
  ],
341109
342296
  "required": false,
341110
342297
  "type": {
341111
- "name": "Ref<HTMLInputElement>"
342298
+ "name": "Ref<HTMLSpanElement>"
341112
342299
  }
341113
342300
  },
341114
342301
  "key": {