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

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 (177) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/assets/doc-properties.json +1910 -743
  3. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +62 -50
  4. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  5. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
  6. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  7. package/dist/js/components/src/components/Checkbox/Checkbox.mjs +4 -11
  8. package/dist/js/components/src/components/Checkbox/Checkbox.mjs.map +1 -1
  9. package/dist/js/components/src/components/CheckboxButton/CheckboxButton.mjs +2 -19
  10. package/dist/js/components/src/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  11. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs +3 -3
  12. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  13. package/dist/js/components/src/components/ComboBox/ComboBox.mjs +11 -37
  14. package/dist/js/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
  15. package/dist/js/components/src/components/DateInput/DateInput.mjs +20 -0
  16. package/dist/js/components/src/components/DateInput/DateInput.mjs.map +1 -0
  17. package/dist/js/components/src/components/DatePicker/DatePicker.mjs +1 -6
  18. package/dist/js/components/src/components/DatePicker/DatePicker.mjs.map +1 -1
  19. package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs +3 -2
  20. package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs.map +1 -1
  21. package/dist/js/components/src/components/DateRangePicker/DateRangePicker.mjs +1 -6
  22. package/dist/js/components/src/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  23. package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +4 -3
  24. package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs.map +1 -1
  25. package/dist/js/components/src/components/FileField/FileField.mjs +4 -10
  26. package/dist/js/components/src/components/FileField/FileField.mjs.map +1 -1
  27. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +1 -0
  28. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  29. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +1 -0
  30. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
  31. package/dist/js/components/src/components/Markdown/Markdown.mjs.map +1 -1
  32. package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs +19 -24
  33. package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
  34. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs +2 -2
  35. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs.map +1 -1
  36. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs +1 -1
  37. package/dist/js/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs.map +1 -1
  38. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +1 -0
  39. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
  40. package/dist/js/components/src/components/NumberField/NumberField.mjs +4 -22
  41. package/dist/js/components/src/components/NumberField/NumberField.mjs.map +1 -1
  42. package/dist/js/components/src/components/Overlay/Overlay.mjs +1 -0
  43. package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
  44. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +1 -0
  45. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
  46. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +8 -15
  47. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  48. package/dist/js/components/src/components/Popover/Popover.mjs +1 -2
  49. package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
  50. package/dist/js/components/src/components/SearchField/SearchField.mjs +6 -13
  51. package/dist/js/components/src/components/SearchField/SearchField.mjs.map +1 -1
  52. package/dist/js/components/src/components/SegmentedControl/SegmentedControl.mjs +3 -3
  53. package/dist/js/components/src/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
  54. package/dist/js/components/src/components/Select/Select.mjs +5 -16
  55. package/dist/js/components/src/components/Select/Select.mjs.map +1 -1
  56. package/dist/js/components/src/components/Slider/Slider.mjs +2 -9
  57. package/dist/js/components/src/components/Slider/Slider.mjs.map +1 -1
  58. package/dist/js/components/src/components/Switch/Switch.mjs +6 -21
  59. package/dist/js/components/src/components/Switch/Switch.mjs.map +1 -1
  60. package/dist/js/components/src/components/TextArea/TextArea.mjs +13 -20
  61. package/dist/js/components/src/components/TextArea/TextArea.mjs.map +1 -1
  62. package/dist/js/components/src/components/TextField/TextField.mjs +4 -11
  63. package/dist/js/components/src/components/TextField/TextField.mjs.map +1 -1
  64. package/dist/js/components/src/components/TextFieldBase/TextFieldBase.mjs +9 -23
  65. package/dist/js/components/src/components/TextFieldBase/TextFieldBase.mjs.map +1 -1
  66. package/dist/js/components/src/components/TimeField/TimeField.mjs +3 -6
  67. package/dist/js/components/src/components/TimeField/TimeField.mjs.map +1 -1
  68. package/dist/js/components/src/components/Tooltip/Tooltip.mjs +1 -0
  69. package/dist/js/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
  70. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +6 -7
  71. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
  72. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +4 -6
  73. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  74. package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs +1 -3
  75. package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs.map +1 -1
  76. package/dist/js/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +2 -2
  77. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs +6 -0
  78. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
  79. package/dist/js/components/src/lib/form/isFocused.mjs +8 -0
  80. package/dist/js/components/src/lib/form/isFocused.mjs.map +1 -0
  81. package/dist/js/components/src/lib/hooks/useFieldError.mjs +1 -0
  82. package/dist/js/components/src/lib/hooks/useFieldError.mjs.map +1 -1
  83. package/dist/js/components/src/lib/remote/eventHandlerContext.mjs +9 -0
  84. package/dist/js/components/src/lib/remote/eventHandlerContext.mjs.map +1 -0
  85. package/dist/js/components/src/lib/remote/useControlledHostValueProps.mjs +31 -0
  86. package/dist/js/components/src/lib/remote/useControlledHostValueProps.mjs.map +1 -0
  87. package/dist/js/components/src/lib/remote/useControlledRemoteValueProps.mjs +20 -0
  88. package/dist/js/components/src/lib/remote/useControlledRemoteValueProps.mjs.map +1 -0
  89. package/dist/js/default.mjs +2 -0
  90. package/dist/js/default.mjs.map +1 -1
  91. package/dist/js/flr-universal.mjs +1 -0
  92. package/dist/js/flr-universal.mjs.map +1 -1
  93. package/dist/types/components/Autocomplete/Autocomplete.d.ts +2 -2
  94. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  95. package/dist/types/components/Checkbox/Checkbox.d.ts +3 -4
  96. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  97. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +2 -4
  98. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
  99. package/dist/types/components/ComboBox/ComboBox.d.ts +3 -6
  100. package/dist/types/components/ComboBox/ComboBox.d.ts.map +1 -1
  101. package/dist/types/components/DateInput/DateInput.d.ts +8 -0
  102. package/dist/types/components/DateInput/DateInput.d.ts.map +1 -0
  103. package/dist/types/components/DateInput/index.d.ts +3 -0
  104. package/dist/types/components/DateInput/index.d.ts.map +1 -0
  105. package/dist/types/components/DatePicker/DatePicker.d.ts +2 -2
  106. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  107. package/dist/types/components/DatePicker/components/DateInput/DateInput.d.ts +2 -1
  108. package/dist/types/components/DatePicker/components/DateInput/DateInput.d.ts.map +1 -1
  109. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  110. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  111. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +2 -1
  112. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts.map +1 -1
  113. package/dist/types/components/FileField/FileField.d.ts +1 -2
  114. package/dist/types/components/FileField/FileField.d.ts.map +1 -1
  115. package/dist/types/components/Header/Header.d.ts +1 -1
  116. package/dist/types/components/List/typedList.d.ts +2 -2
  117. package/dist/types/components/Markdown/Markdown.d.ts +2 -2
  118. package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
  119. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts +3 -7
  120. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  121. package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.d.ts +2 -2
  122. package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.d.ts.map +1 -1
  123. package/dist/types/components/MarkdownEditor/lib/modifyValueByType.d.ts +1 -1
  124. package/dist/types/components/MarkdownEditor/lib/modifyValueByType.d.ts.map +1 -1
  125. package/dist/types/components/NumberField/NumberField.d.ts +3 -4
  126. package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
  127. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  128. package/dist/types/components/Popover/Popover.d.ts +1 -1
  129. package/dist/types/components/Popover/Popover.d.ts.map +1 -1
  130. package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
  131. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts +3 -3
  132. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  133. package/dist/types/components/Select/Select.d.ts +2 -5
  134. package/dist/types/components/Select/Select.d.ts.map +1 -1
  135. package/dist/types/components/Slider/Slider.d.ts +3 -3
  136. package/dist/types/components/Slider/Slider.d.ts.map +1 -1
  137. package/dist/types/components/Switch/Switch.d.ts +2 -2
  138. package/dist/types/components/Switch/Switch.d.ts.map +1 -1
  139. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  140. package/dist/types/components/TextField/TextField.d.ts.map +1 -1
  141. package/dist/types/components/TextFieldBase/TextFieldBase.d.ts.map +1 -1
  142. package/dist/types/components/TimeField/TimeField.d.ts +3 -3
  143. package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
  144. package/dist/types/index/default.d.ts +2 -0
  145. package/dist/types/index/default.d.ts.map +1 -1
  146. package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
  147. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +2 -2
  148. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  149. package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.d.ts +1 -1
  150. package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.d.ts.map +1 -1
  151. package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.d.ts +1 -1
  152. package/dist/types/lib/controller/overlay/OverlayController.d.ts.map +1 -1
  153. package/dist/types/lib/form/isFocused.d.ts +2 -0
  154. package/dist/types/lib/form/isFocused.d.ts.map +1 -0
  155. package/dist/types/lib/remote/eventHandlerContext.d.ts +11 -0
  156. package/dist/types/lib/remote/eventHandlerContext.d.ts.map +1 -0
  157. package/dist/types/lib/remote/types.d.ts +6 -0
  158. package/dist/types/lib/remote/types.d.ts.map +1 -0
  159. package/dist/types/lib/remote/useControlledHostValueProps.d.ts +18 -0
  160. package/dist/types/lib/remote/useControlledHostValueProps.d.ts.map +1 -0
  161. package/dist/types/lib/remote/useControlledRemoteValueProps.d.ts +11 -0
  162. package/dist/types/lib/remote/useControlledRemoteValueProps.d.ts.map +1 -0
  163. package/package.json +5 -4
  164. package/dist/js/components/src/lib/hooks/useManagedValue.mjs +0 -27
  165. package/dist/js/components/src/lib/hooks/useManagedValue.mjs.map +0 -1
  166. package/dist/js/components/src/lib/react/ReactAriaControlledValueFix.mjs +0 -65
  167. package/dist/js/components/src/lib/react/ReactAriaControlledValueFix.mjs.map +0 -1
  168. package/dist/js/components/src/lib/react/emitElementValueChange.mjs +0 -22
  169. package/dist/js/components/src/lib/react/emitElementValueChange.mjs.map +0 -1
  170. package/dist/types/lib/hooks/useManagedValue.d.ts +0 -13
  171. package/dist/types/lib/hooks/useManagedValue.d.ts.map +0 -1
  172. package/dist/types/lib/react/ReactAriaControlledValueFix.d.ts +0 -16
  173. package/dist/types/lib/react/ReactAriaControlledValueFix.d.ts.map +0 -1
  174. package/dist/types/lib/react/ReactAriaControlledValueFix.test.d.ts +0 -2
  175. package/dist/types/lib/react/ReactAriaControlledValueFix.test.d.ts.map +0 -1
  176. package/dist/types/lib/react/emitElementValueChange.d.ts +0 -6
  177. package/dist/types/lib/react/emitElementValueChange.d.ts.map +0 -1
@@ -54,65 +54,7 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
57
- "props": {
58
- "id": {
59
- "defaultValue": null,
60
- "description": "",
61
- "name": "id",
62
- "parent": {
63
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
64
- "name": "TunnelEntryProps"
65
- },
66
- "declarations": [
67
- {
68
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
69
- "name": "TunnelEntryProps"
70
- }
71
- ],
72
- "required": false,
73
- "type": {
74
- "name": "string"
75
- }
76
- },
77
- "children": {
78
- "defaultValue": null,
79
- "description": "",
80
- "name": "children",
81
- "parent": {
82
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
83
- "name": "TunnelEntryProps"
84
- },
85
- "declarations": [
86
- {
87
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
88
- "name": "TunnelEntryProps"
89
- }
90
- ],
91
- "required": false,
92
- "type": {
93
- "name": "TunnelEntryChildren"
94
- }
95
- },
96
- "staticEntryId": {
97
- "defaultValue": null,
98
- "description": "Static entry ID instead of generated ID by `useId`",
99
- "name": "staticEntryId",
100
- "parent": {
101
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
102
- "name": "TunnelEntryProps"
103
- },
104
- "declarations": [
105
- {
106
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
107
- "name": "TunnelEntryProps"
108
- }
109
- ],
110
- "required": false,
111
- "type": {
112
- "name": "string"
113
- }
114
- }
115
- }
57
+ "props": {}
116
58
  },
117
59
  {
118
60
  "tags": {},
@@ -3866,7 +3808,7 @@
3866
3808
  ],
3867
3809
  "required": false,
3868
3810
  "type": {
3869
- "name": "Ref<HTMLInputElement>"
3811
+ "name": "Ref<HTMLSpanElement>"
3870
3812
  }
3871
3813
  },
3872
3814
  "key": {
@@ -6212,7 +6154,7 @@
6212
6154
  ],
6213
6155
  "required": false,
6214
6156
  "type": {
6215
- "name": "Ref<HTMLInputElement>"
6157
+ "name": "Ref<HTMLSpanElement>"
6216
6158
  }
6217
6159
  },
6218
6160
  "FieldErrorView": {
@@ -6264,25 +6206,6 @@
6264
6206
  "displayName": "TextField",
6265
6207
  "methods": [],
6266
6208
  "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
6209
  "children": {
6287
6210
  "defaultValue": null,
6288
6211
  "description": "",
@@ -7720,7 +7643,7 @@
7720
7643
  ],
7721
7644
  "required": false,
7722
7645
  "type": {
7723
- "name": "Ref<HTMLInputElement>"
7646
+ "name": "Ref<HTMLSpanElement>"
7724
7647
  }
7725
7648
  },
7726
7649
  "validationBehavior": {
@@ -11136,7 +11059,7 @@
11136
11059
  ],
11137
11060
  "required": false,
11138
11061
  "type": {
11139
- "name": "Ref<HTMLInputElement>"
11062
+ "name": "Ref<HTMLSpanElement>"
11140
11063
  }
11141
11064
  },
11142
11065
  "key": {
@@ -16611,7 +16534,7 @@
16611
16534
  ],
16612
16535
  "required": false,
16613
16536
  "type": {
16614
- "name": "Ref<HTMLInputElement>"
16537
+ "name": "Ref<HTMLSpanElement>"
16615
16538
  }
16616
16539
  },
16617
16540
  "key": {
@@ -18313,7 +18236,7 @@
18313
18236
  ],
18314
18237
  "required": false,
18315
18238
  "type": {
18316
- "name": "Ref<HTMLInputElement>"
18239
+ "name": "Ref<HTMLSpanElement>"
18317
18240
  }
18318
18241
  },
18319
18242
  "key": {
@@ -21876,25 +21799,6 @@
21876
21799
  "name": "boolean"
21877
21800
  }
21878
21801
  },
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
21802
  "onHoverStart": {
21899
21803
  "defaultValue": null,
21900
21804
  "description": "Handler that is called when a hover interaction starts.",
@@ -22021,7 +21925,7 @@
22021
21925
  ],
22022
21926
  "required": false,
22023
21927
  "type": {
22024
- "name": "Ref<HTMLInputElement>"
21928
+ "name": "Ref<HTMLSpanElement>"
22025
21929
  }
22026
21930
  },
22027
21931
  "key": {
@@ -22193,7 +22097,7 @@
22193
22097
  ],
22194
22098
  "required": false,
22195
22099
  "type": {
22196
- "name": "Ref<HTMLInputElement>"
22100
+ "name": "Ref<HTMLSpanElement>"
22197
22101
  }
22198
22102
  },
22199
22103
  "key": {
@@ -23913,25 +23817,6 @@
23913
23817
  "type": {
23914
23818
  "name": "string"
23915
23819
  }
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
23820
  }
23936
23821
  }
23937
23822
  },
@@ -23979,7 +23864,7 @@
23979
23864
  ],
23980
23865
  "required": false,
23981
23866
  "type": {
23982
- "name": "Ref<HTMLInputElement>"
23867
+ "name": "Ref<HTMLSpanElement>"
23983
23868
  }
23984
23869
  },
23985
23870
  "key": {
@@ -29348,7 +29233,7 @@
29348
29233
  ],
29349
29234
  "required": false,
29350
29235
  "type": {
29351
- "name": "Ref<HTMLInputElement>"
29236
+ "name": "Ref<HTMLSpanElement>"
29352
29237
  }
29353
29238
  },
29354
29239
  "key": {
@@ -36275,25 +36160,6 @@
36275
36160
  "name": "((value: Key | null) => void)"
36276
36161
  }
36277
36162
  },
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
36163
  "isReadOnly": {
36298
36164
  "defaultValue": null,
36299
36165
  "description": "Whether the component is read only.",
@@ -38324,7 +38190,7 @@
38324
38190
  ],
38325
38191
  "required": false,
38326
38192
  "type": {
38327
- "name": "Ref<HTMLInputElement>"
38193
+ "name": "Ref<HTMLSpanElement>"
38328
38194
  }
38329
38195
  },
38330
38196
  "key": {
@@ -40216,7 +40082,7 @@
40216
40082
  ],
40217
40083
  "required": false,
40218
40084
  "type": {
40219
- "name": "Ref<HTMLInputElement>"
40085
+ "name": "Ref<HTMLSpanElement>"
40220
40086
  }
40221
40087
  },
40222
40088
  "key": {
@@ -40322,7 +40188,7 @@
40322
40188
  ],
40323
40189
  "required": false,
40324
40190
  "type": {
40325
- "name": "Ref<HTMLInputElement>"
40191
+ "name": "Ref<HTMLSpanElement>"
40326
40192
  }
40327
40193
  },
40328
40194
  "key": {
@@ -48028,7 +47894,7 @@
48028
47894
  ],
48029
47895
  "required": false,
48030
47896
  "type": {
48031
- "name": "Ref<HTMLInputElement>"
47897
+ "name": "Ref<HTMLSpanElement>"
48032
47898
  }
48033
47899
  },
48034
47900
  "key": {
@@ -49973,7 +49839,7 @@
49973
49839
  ],
49974
49840
  "required": false,
49975
49841
  "type": {
49976
- "name": "Ref<HTMLInputElement>"
49842
+ "name": "Ref<HTMLSpanElement>"
49977
49843
  }
49978
49844
  },
49979
49845
  "key": {
@@ -51812,7 +51678,7 @@
51812
51678
  ],
51813
51679
  "required": false,
51814
51680
  "type": {
51815
- "name": "Ref<HTMLInputElement>"
51681
+ "name": "Ref<HTMLSpanElement>"
51816
51682
  }
51817
51683
  },
51818
51684
  "key": {
@@ -53872,7 +53738,7 @@
53872
53738
  ],
53873
53739
  "required": false,
53874
53740
  "type": {
53875
- "name": "Ref<HTMLInputElement>"
53741
+ "name": "Ref<HTMLSpanElement>"
53876
53742
  }
53877
53743
  },
53878
53744
  "key": {
@@ -56296,7 +56162,7 @@
56296
56162
  ],
56297
56163
  "required": false,
56298
56164
  "type": {
56299
- "name": "Ref<HTMLInputElement>"
56165
+ "name": "Ref<HTMLSpanElement>"
56300
56166
  }
56301
56167
  },
56302
56168
  "key": {
@@ -56457,7 +56323,7 @@
56457
56323
  ],
56458
56324
  "required": false,
56459
56325
  "type": {
56460
- "name": "Ref<HTMLInputElement>"
56326
+ "name": "Ref<HTMLSpanElement>"
56461
56327
  }
56462
56328
  },
56463
56329
  "key": {
@@ -58708,7 +58574,7 @@
58708
58574
  ],
58709
58575
  "required": false,
58710
58576
  "type": {
58711
- "name": "Ref<HTMLInputElement>"
58577
+ "name": "Ref<HTMLSpanElement>"
58712
58578
  }
58713
58579
  },
58714
58580
  "key": {
@@ -60558,7 +60424,7 @@
60558
60424
  ],
60559
60425
  "required": false,
60560
60426
  "type": {
60561
- "name": "Ref<HTMLInputElement>"
60427
+ "name": "Ref<HTMLSpanElement>"
60562
60428
  }
60563
60429
  },
60564
60430
  "key": {
@@ -60591,25 +60457,6 @@
60591
60457
  "displayName": "NumberField",
60592
60458
  "methods": [],
60593
60459
  "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
60460
  "aria-label": {
60614
60461
  "defaultValue": null,
60615
60462
  "description": "Defines a string value that labels the current element.",
@@ -62771,7 +62618,7 @@
62771
62618
  ],
62772
62619
  "required": false,
62773
62620
  "type": {
62774
- "name": "Ref<HTMLInputElement>"
62621
+ "name": "Ref<HTMLSpanElement>"
62775
62622
  }
62776
62623
  },
62777
62624
  "key": {
@@ -62818,7 +62665,7 @@
62818
62665
  ],
62819
62666
  "required": false,
62820
62667
  "type": {
62821
- "name": "Ref<HTMLInputElement>"
62668
+ "name": "Ref<HTMLSpanElement>"
62822
62669
  }
62823
62670
  },
62824
62671
  "key": {
@@ -68272,7 +68119,7 @@
68272
68119
  ],
68273
68120
  "required": false,
68274
68121
  "type": {
68275
- "name": "Ref<HTMLInputElement>"
68122
+ "name": "Ref<HTMLSpanElement>"
68276
68123
  }
68277
68124
  },
68278
68125
  "key": {
@@ -73599,7 +73446,7 @@
73599
73446
  ],
73600
73447
  "required": false,
73601
73448
  "type": {
73602
- "name": "Ref<HTMLInputElement>"
73449
+ "name": "Ref<HTMLSpanElement>"
73603
73450
  }
73604
73451
  },
73605
73452
  "key": {
@@ -79137,7 +78984,7 @@
79137
78984
  ],
79138
78985
  "required": false,
79139
78986
  "type": {
79140
- "name": "Ref<HTMLInputElement>"
78987
+ "name": "Ref<HTMLSpanElement>"
79141
78988
  }
79142
78989
  },
79143
78990
  "key": {
@@ -79277,7 +79124,7 @@
79277
79124
  ],
79278
79125
  "required": false,
79279
79126
  "type": {
79280
- "name": "Ref<HTMLInputElement>"
79127
+ "name": "Ref<HTMLSpanElement>"
79281
79128
  }
79282
79129
  },
79283
79130
  "key": {
@@ -79419,7 +79266,7 @@
79419
79266
  ],
79420
79267
  "required": false,
79421
79268
  "type": {
79422
- "name": "Ref<HTMLInputElement>"
79269
+ "name": "Ref<HTMLSpanElement>"
79423
79270
  }
79424
79271
  },
79425
79272
  "key": {
@@ -81307,7 +81154,7 @@
81307
81154
  ],
81308
81155
  "required": false,
81309
81156
  "type": {
81310
- "name": "Ref<HTMLInputElement>"
81157
+ "name": "Ref<HTMLSpanElement>"
81311
81158
  }
81312
81159
  },
81313
81160
  "key": {
@@ -81340,6 +81187,82 @@
81340
81187
  "displayName": "MarkdownEditor",
81341
81188
  "methods": [],
81342
81189
  "props": {
81190
+ "autoResizeMaxRows": {
81191
+ "defaultValue": null,
81192
+ "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
81193
+ "name": "autoResizeMaxRows",
81194
+ "parent": {
81195
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81196
+ "name": "TextAreaProps"
81197
+ },
81198
+ "declarations": [
81199
+ {
81200
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81201
+ "name": "TextAreaProps"
81202
+ }
81203
+ ],
81204
+ "required": false,
81205
+ "type": {
81206
+ "name": "number"
81207
+ }
81208
+ },
81209
+ "allowResize": {
81210
+ "defaultValue": null,
81211
+ "description": "Allows the user to manually resize the textArea horizontally.",
81212
+ "name": "allowResize",
81213
+ "parent": {
81214
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81215
+ "name": "TextAreaProps"
81216
+ },
81217
+ "declarations": [
81218
+ {
81219
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81220
+ "name": "TextAreaProps"
81221
+ }
81222
+ ],
81223
+ "required": false,
81224
+ "type": {
81225
+ "name": "boolean | \"horizontal\" | \"vertical\""
81226
+ }
81227
+ },
81228
+ "allowHorizontalResize": {
81229
+ "defaultValue": null,
81230
+ "description": "@deprecated Use `allowResize` instead.",
81231
+ "name": "allowHorizontalResize",
81232
+ "parent": {
81233
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81234
+ "name": "TextAreaProps"
81235
+ },
81236
+ "declarations": [
81237
+ {
81238
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81239
+ "name": "TextAreaProps"
81240
+ }
81241
+ ],
81242
+ "required": false,
81243
+ "type": {
81244
+ "name": "boolean"
81245
+ }
81246
+ },
81247
+ "allowVerticalResize": {
81248
+ "defaultValue": null,
81249
+ "description": "@deprecated Use `allowResize` instead.",
81250
+ "name": "allowVerticalResize",
81251
+ "parent": {
81252
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81253
+ "name": "TextAreaProps"
81254
+ },
81255
+ "declarations": [
81256
+ {
81257
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81258
+ "name": "TextAreaProps"
81259
+ }
81260
+ ],
81261
+ "required": false,
81262
+ "type": {
81263
+ "name": "boolean"
81264
+ }
81265
+ },
81343
81266
  "children": {
81344
81267
  "defaultValue": null,
81345
81268
  "description": "",
@@ -82780,63 +82703,6 @@
82780
82703
  "name": "TransitionEventHandler<HTMLDivElement>"
82781
82704
  }
82782
82705
  },
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
82706
  "validationBehavior": {
82841
82707
  "defaultValue": {
82842
82708
  "value": "'native'"
@@ -83200,25 +83066,6 @@
83200
83066
  "name": "string | null"
83201
83067
  }
83202
83068
  },
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
83069
  "aria-activedescendant": {
83223
83070
  "defaultValue": null,
83224
83071
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -83696,56 +83543,56 @@
83696
83543
  "name": "boolean"
83697
83544
  }
83698
83545
  },
83699
- "aria-hidden": {
83546
+ "placeholder": {
83700
83547
  "defaultValue": null,
83701
- "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
83702
- "name": "aria-hidden",
83548
+ "description": "",
83549
+ "name": "placeholder",
83703
83550
  "parent": {
83704
83551
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83705
- "name": "AriaAttributes"
83552
+ "name": "TextareaHTMLAttributes"
83706
83553
  },
83707
83554
  "declarations": [
83708
83555
  {
83709
83556
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83710
- "name": "AriaAttributes"
83557
+ "name": "TextareaHTMLAttributes"
83711
83558
  }
83712
83559
  ],
83713
83560
  "required": false,
83714
83561
  "type": {
83715
- "name": "Booleanish"
83562
+ "name": "string"
83716
83563
  }
83717
83564
  },
83718
- "rows": {
83565
+ "aria-hidden": {
83719
83566
  "defaultValue": null,
83720
- "description": "",
83721
- "name": "rows",
83567
+ "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
83568
+ "name": "aria-hidden",
83722
83569
  "parent": {
83723
83570
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83724
- "name": "TextareaHTMLAttributes"
83571
+ "name": "AriaAttributes"
83725
83572
  },
83726
83573
  "declarations": [
83727
83574
  {
83728
83575
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83729
- "name": "TextareaHTMLAttributes"
83576
+ "name": "AriaAttributes"
83730
83577
  }
83731
83578
  ],
83732
83579
  "required": false,
83733
83580
  "type": {
83734
- "name": "number"
83581
+ "name": "Booleanish"
83735
83582
  }
83736
83583
  },
83737
- "autoResizeMaxRows": {
83584
+ "rows": {
83738
83585
  "defaultValue": null,
83739
- "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
83740
- "name": "autoResizeMaxRows",
83586
+ "description": "",
83587
+ "name": "rows",
83741
83588
  "parent": {
83742
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83743
- "name": "TextAreaProps"
83589
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83590
+ "name": "TextareaHTMLAttributes"
83744
83591
  },
83745
83592
  "declarations": [
83746
83593
  {
83747
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83748
- "name": "TextAreaProps"
83594
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83595
+ "name": "TextareaHTMLAttributes"
83749
83596
  }
83750
83597
  ],
83751
83598
  "required": false,
@@ -83753,84 +83600,80 @@
83753
83600
  "name": "number"
83754
83601
  }
83755
83602
  },
83756
- "allowResize": {
83603
+ "wrapWith": {
83757
83604
  "defaultValue": null,
83758
- "description": "Allows the user to manually resize the textArea horizontally.",
83759
- "name": "allowResize",
83605
+ "description": "",
83606
+ "name": "wrapWith",
83760
83607
  "parent": {
83761
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83762
- "name": "TextAreaProps"
83608
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
83609
+ "name": "FlowComponentProps"
83763
83610
  },
83764
83611
  "declarations": [
83765
83612
  {
83766
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83767
- "name": "TextAreaProps"
83613
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
83614
+ "name": "FlowComponentProps"
83768
83615
  }
83769
83616
  ],
83770
83617
  "required": false,
83771
83618
  "type": {
83772
- "name": "boolean | \"horizontal\" | \"vertical\""
83619
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
83773
83620
  }
83774
83621
  },
83775
- "allowHorizontalResize": {
83622
+ "tunnelId": {
83776
83623
  "defaultValue": null,
83777
- "description": "@deprecated Use `allowResize` instead.",
83778
- "name": "allowHorizontalResize",
83624
+ "description": "@internal",
83625
+ "name": "tunnelId",
83779
83626
  "parent": {
83780
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83781
- "name": "TextAreaProps"
83627
+ "fileName": "components/src/lib/types/props.ts",
83628
+ "name": "PropsWithTunnel"
83782
83629
  },
83783
83630
  "declarations": [
83784
83631
  {
83785
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83786
- "name": "TextAreaProps"
83632
+ "fileName": "components/src/lib/types/props.ts",
83633
+ "name": "PropsWithTunnel"
83787
83634
  }
83788
83635
  ],
83789
83636
  "required": false,
83790
83637
  "type": {
83791
- "name": "boolean"
83638
+ "name": "string | null"
83792
83639
  }
83793
83640
  },
83794
- "allowVerticalResize": {
83641
+ "ref": {
83795
83642
  "defaultValue": null,
83796
- "description": "@deprecated Use `allowResize` instead.",
83797
- "name": "allowVerticalResize",
83643
+ "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}",
83644
+ "name": "ref",
83798
83645
  "parent": {
83799
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83800
- "name": "TextAreaProps"
83646
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83647
+ "name": "RefAttributes"
83801
83648
  },
83802
83649
  "declarations": [
83803
83650
  {
83804
- "fileName": "components/src/components/TextArea/TextArea.tsx",
83805
- "name": "TextAreaProps"
83651
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83652
+ "name": "RefAttributes"
83806
83653
  }
83807
83654
  ],
83808
83655
  "required": false,
83809
83656
  "type": {
83810
- "name": "boolean"
83657
+ "name": "Ref<HTMLSpanElement>"
83811
83658
  }
83812
83659
  },
83813
- "ref": {
83660
+ "key": {
83814
83661
  "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",
83662
+ "description": "",
83663
+ "name": "key",
83817
83664
  "parent": {
83818
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83819
- "name": "MarkdownProps"
83665
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83666
+ "name": "Attributes"
83820
83667
  },
83821
83668
  "declarations": [
83822
- {
83823
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83824
- "name": "MarkdownProps"
83825
- },
83826
83669
  {
83827
83670
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
83828
- "name": "RefAttributes"
83671
+ "name": "Attributes"
83829
83672
  }
83830
83673
  ],
83831
83674
  "required": false,
83832
83675
  "type": {
83833
- "name": "(RefObject<HTMLDivElement> & Ref<HTMLDivElement>)"
83676
+ "name": "Key | null"
83834
83677
  }
83835
83678
  },
83836
83679
  "headingOffset": {
@@ -83853,21 +83696,6 @@
83853
83696
  "type": {
83854
83697
  "name": "number"
83855
83698
  }
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
83699
  }
83872
83700
  }
83873
83701
  },
@@ -83955,7 +83783,7 @@
83955
83783
  ],
83956
83784
  "required": false,
83957
83785
  "type": {
83958
- "name": "RefObject<HTMLDivElement>"
83786
+ "name": "Ref<HTMLDivElement>"
83959
83787
  }
83960
83788
  },
83961
83789
  "className": {
@@ -93373,7 +93201,7 @@
93373
93201
  ],
93374
93202
  "required": false,
93375
93203
  "type": {
93376
- "name": "Ref<HTMLInputElement>"
93204
+ "name": "Ref<HTMLSpanElement>"
93377
93205
  }
93378
93206
  },
93379
93207
  "key": {
@@ -93526,7 +93354,7 @@
93526
93354
  ],
93527
93355
  "required": false,
93528
93356
  "type": {
93529
- "name": "Ref<HTMLInputElement>"
93357
+ "name": "Ref<HTMLSpanElement>"
93530
93358
  }
93531
93359
  },
93532
93360
  "key": {
@@ -95891,7 +95719,7 @@
95891
95719
  ],
95892
95720
  "required": false,
95893
95721
  "type": {
95894
- "name": "Ref<HTMLInputElement>"
95722
+ "name": "Ref<HTMLSpanElement>"
95895
95723
  }
95896
95724
  },
95897
95725
  "key": {
@@ -96050,7 +95878,7 @@
96050
95878
  ],
96051
95879
  "required": false,
96052
95880
  "type": {
96053
- "name": "Ref<HTMLInputElement>"
95881
+ "name": "Ref<HTMLSpanElement>"
96054
95882
  }
96055
95883
  },
96056
95884
  "key": {
@@ -101494,7 +101322,7 @@
101494
101322
  ],
101495
101323
  "required": false,
101496
101324
  "type": {
101497
- "name": "Ref<HTMLInputElement>"
101325
+ "name": "Ref<HTMLSpanElement>"
101498
101326
  }
101499
101327
  },
101500
101328
  "key": {
@@ -107018,7 +106846,7 @@
107018
106846
  ],
107019
106847
  "required": false,
107020
106848
  "type": {
107021
- "name": "Ref<HTMLInputElement>"
106849
+ "name": "Ref<HTMLSpanElement>"
107022
106850
  }
107023
106851
  },
107024
106852
  "key": {
@@ -107086,7 +106914,7 @@
107086
106914
  ],
107087
106915
  "required": false,
107088
106916
  "type": {
107089
- "name": "Ref<HTMLInputElement>"
106917
+ "name": "Ref<HTMLSpanElement>"
107090
106918
  }
107091
106919
  },
107092
106920
  "key": {
@@ -112508,7 +112336,7 @@
112508
112336
  ],
112509
112337
  "required": false,
112510
112338
  "type": {
112511
- "name": "Ref<HTMLInputElement>"
112339
+ "name": "Ref<HTMLSpanElement>"
112512
112340
  }
112513
112341
  },
112514
112342
  "key": {
@@ -118166,7 +117994,7 @@
118166
117994
  ],
118167
117995
  "required": false,
118168
117996
  "type": {
118169
- "name": "Ref<HTMLInputElement>"
117997
+ "name": "Ref<HTMLSpanElement>"
118170
117998
  }
118171
117999
  }
118172
118000
  }
@@ -118217,7 +118045,7 @@
118217
118045
  ],
118218
118046
  "required": false,
118219
118047
  "type": {
118220
- "name": "Ref<HTMLInputElement>"
118048
+ "name": "Ref<HTMLSpanElement>"
118221
118049
  }
118222
118050
  },
118223
118051
  "key": {
@@ -132746,7 +132574,7 @@
132746
132574
  ],
132747
132575
  "required": false,
132748
132576
  "type": {
132749
- "name": "Ref<HTMLInputElement>"
132577
+ "name": "Ref<HTMLSpanElement>"
132750
132578
  }
132751
132579
  },
132752
132580
  "key": {
@@ -138191,7 +138019,7 @@
138191
138019
  ],
138192
138020
  "required": false,
138193
138021
  "type": {
138194
- "name": "Ref<HTMLInputElement>"
138022
+ "name": "Ref<HTMLSpanElement>"
138195
138023
  }
138196
138024
  },
138197
138025
  "key": {
@@ -138261,7 +138089,7 @@
138261
138089
  ],
138262
138090
  "required": false,
138263
138091
  "type": {
138264
- "name": "Ref<HTMLInputElement>"
138092
+ "name": "Ref<HTMLSpanElement>"
138265
138093
  }
138266
138094
  },
138267
138095
  "key": {
@@ -148923,7 +148751,7 @@
148923
148751
  ],
148924
148752
  "required": false,
148925
148753
  "type": {
148926
- "name": "Ref<HTMLInputElement>"
148754
+ "name": "Ref<HTMLSpanElement>"
148927
148755
  }
148928
148756
  },
148929
148757
  "key": {
@@ -154553,25 +154381,6 @@
154553
154381
  "name": "boolean"
154554
154382
  }
154555
154383
  },
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
154384
  "children": {
154576
154385
  "defaultValue": null,
154577
154386
  "description": "",
@@ -154641,7 +154450,7 @@
154641
154450
  ],
154642
154451
  "required": false,
154643
154452
  "type": {
154644
- "name": "Ref<HTMLInputElement>"
154453
+ "name": "Ref<HTMLSpanElement>"
154645
154454
  }
154646
154455
  },
154647
154456
  "key": {
@@ -154920,7 +154729,7 @@
154920
154729
  ],
154921
154730
  "required": false,
154922
154731
  "type": {
154923
- "name": "Ref<HTMLInputElement>"
154732
+ "name": "Ref<HTMLSpanElement>"
154924
154733
  }
154925
154734
  },
154926
154735
  "key": {
@@ -156546,7 +156355,7 @@
156546
156355
  ],
156547
156356
  "required": false,
156548
156357
  "type": {
156549
- "name": "Ref<HTMLInputElement>"
156358
+ "name": "Ref<HTMLSpanElement>"
156550
156359
  }
156551
156360
  },
156552
156361
  "key": {
@@ -160701,7 +160510,7 @@
160701
160510
  ],
160702
160511
  "required": false,
160703
160512
  "type": {
160704
- "name": "Ref<HTMLInputElement>"
160513
+ "name": "Ref<HTMLSpanElement>"
160705
160514
  }
160706
160515
  },
160707
160516
  "key": {
@@ -167544,7 +167353,7 @@
167544
167353
  ],
167545
167354
  "required": false,
167546
167355
  "type": {
167547
- "name": "Ref<HTMLInputElement>"
167356
+ "name": "Ref<HTMLSpanElement>"
167548
167357
  }
167549
167358
  },
167550
167359
  "key": {
@@ -173019,7 +172828,7 @@
173019
172828
  ],
173020
172829
  "required": false,
173021
172830
  "type": {
173022
- "name": "Ref<HTMLInputElement>"
172831
+ "name": "Ref<HTMLSpanElement>"
173023
172832
  }
173024
172833
  },
173025
172834
  "key": {
@@ -173066,7 +172875,7 @@
173066
172875
  ],
173067
172876
  "required": false,
173068
172877
  "type": {
173069
- "name": "Ref<HTMLInputElement>"
172878
+ "name": "Ref<HTMLSpanElement>"
173070
172879
  }
173071
172880
  },
173072
172881
  "key": {
@@ -180120,7 +179929,7 @@
180120
179929
  ],
180121
179930
  "required": false,
180122
179931
  "type": {
180123
- "name": "Ref<HTMLInputElement>"
179932
+ "name": "Ref<HTMLSpanElement>"
180124
179933
  }
180125
179934
  },
180126
179935
  "key": {
@@ -182320,7 +182129,7 @@
182320
182129
  ],
182321
182130
  "required": false,
182322
182131
  "type": {
182323
- "name": "Ref<HTMLInputElement>"
182132
+ "name": "Ref<HTMLSpanElement>"
182324
182133
  }
182325
182134
  },
182326
182135
  "key": {
@@ -184501,7 +184310,7 @@
184501
184310
  ],
184502
184311
  "required": false,
184503
184312
  "type": {
184504
- "name": "Ref<HTMLInputElement>"
184313
+ "name": "Ref<HTMLSpanElement>"
184505
184314
  }
184506
184315
  },
184507
184316
  "key": {
@@ -184527,123 +184336,1519 @@
184527
184336
  },
184528
184337
  {
184529
184338
  "tags": {},
184530
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
184339
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
184531
184340
  "description": "",
184532
- "displayName": "CountryOptions",
184341
+ "displayName": "DateInput",
184533
184342
  "methods": [],
184534
184343
  "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": {
184344
+ "ref": {
184555
184345
  "defaultValue": null,
184556
184346
  "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",
184347
+ "name": "ref",
184634
184348
  "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"
184349
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184350
+ "name": "DateInputProps"
184637
184351
  },
184638
184352
  "declarations": [
184639
184353
  {
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"
184354
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184355
+ "name": "DateInputProps"
184642
184356
  }
184643
184357
  ],
184644
184358
  "required": false,
184645
184359
  "type": {
184646
- "name": "string"
184360
+ "name": "Ref<HTMLSpanElement | null>"
184361
+ }
184362
+ },
184363
+ "className": {
184364
+ "defaultValue": null,
184365
+ "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.",
184366
+ "name": "className",
184367
+ "parent": {
184368
+ "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",
184369
+ "name": "StyleRenderProps"
184370
+ },
184371
+ "declarations": [
184372
+ {
184373
+ "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",
184374
+ "name": "StyleRenderProps"
184375
+ }
184376
+ ],
184377
+ "required": false,
184378
+ "type": {
184379
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
184380
+ }
184381
+ },
184382
+ "style": {
184383
+ "defaultValue": null,
184384
+ "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.",
184385
+ "name": "style",
184386
+ "parent": {
184387
+ "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",
184388
+ "name": "StyleRenderProps"
184389
+ },
184390
+ "declarations": [
184391
+ {
184392
+ "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",
184393
+ "name": "StyleRenderProps"
184394
+ }
184395
+ ],
184396
+ "required": false,
184397
+ "type": {
184398
+ "name": "StyleOrFunction<TooltipRenderProps>"
184399
+ }
184400
+ },
184401
+ "dir": {
184402
+ "defaultValue": null,
184403
+ "description": "",
184404
+ "name": "dir",
184405
+ "parent": {
184406
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184407
+ "name": "GlobalDOMAttributes"
184408
+ },
184409
+ "declarations": [
184410
+ {
184411
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184412
+ "name": "GlobalDOMAttributes"
184413
+ }
184414
+ ],
184415
+ "required": false,
184416
+ "type": {
184417
+ "name": "string"
184418
+ }
184419
+ },
184420
+ "lang": {
184421
+ "defaultValue": null,
184422
+ "description": "",
184423
+ "name": "lang",
184424
+ "parent": {
184425
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184426
+ "name": "GlobalDOMAttributes"
184427
+ },
184428
+ "declarations": [
184429
+ {
184430
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184431
+ "name": "GlobalDOMAttributes"
184432
+ }
184433
+ ],
184434
+ "required": false,
184435
+ "type": {
184436
+ "name": "string"
184437
+ }
184438
+ },
184439
+ "hidden": {
184440
+ "defaultValue": null,
184441
+ "description": "",
184442
+ "name": "hidden",
184443
+ "parent": {
184444
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184445
+ "name": "GlobalDOMAttributes"
184446
+ },
184447
+ "declarations": [
184448
+ {
184449
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184450
+ "name": "GlobalDOMAttributes"
184451
+ }
184452
+ ],
184453
+ "required": false,
184454
+ "type": {
184455
+ "name": "boolean"
184456
+ }
184457
+ },
184458
+ "inert": {
184459
+ "defaultValue": null,
184460
+ "description": "",
184461
+ "name": "inert",
184462
+ "parent": {
184463
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184464
+ "name": "GlobalDOMAttributes"
184465
+ },
184466
+ "declarations": [
184467
+ {
184468
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184469
+ "name": "GlobalDOMAttributes"
184470
+ }
184471
+ ],
184472
+ "required": false,
184473
+ "type": {
184474
+ "name": "boolean"
184475
+ }
184476
+ },
184477
+ "translate": {
184478
+ "defaultValue": null,
184479
+ "description": "",
184480
+ "name": "translate",
184481
+ "parent": {
184482
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184483
+ "name": "GlobalDOMAttributes"
184484
+ },
184485
+ "declarations": [
184486
+ {
184487
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184488
+ "name": "GlobalDOMAttributes"
184489
+ }
184490
+ ],
184491
+ "required": false,
184492
+ "type": {
184493
+ "name": "\"yes\" | \"no\""
184494
+ }
184495
+ },
184496
+ "onClick": {
184497
+ "defaultValue": null,
184498
+ "description": "",
184499
+ "name": "onClick",
184500
+ "parent": {
184501
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184502
+ "name": "GlobalDOMEvents"
184503
+ },
184504
+ "declarations": [
184505
+ {
184506
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184507
+ "name": "GlobalDOMEvents"
184508
+ }
184509
+ ],
184510
+ "required": false,
184511
+ "type": {
184512
+ "name": "MouseEventHandler<HTMLDivElement>"
184513
+ }
184514
+ },
184515
+ "onClickCapture": {
184516
+ "defaultValue": null,
184517
+ "description": "",
184518
+ "name": "onClickCapture",
184519
+ "parent": {
184520
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184521
+ "name": "GlobalDOMEvents"
184522
+ },
184523
+ "declarations": [
184524
+ {
184525
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184526
+ "name": "GlobalDOMEvents"
184527
+ }
184528
+ ],
184529
+ "required": false,
184530
+ "type": {
184531
+ "name": "MouseEventHandler<HTMLDivElement>"
184532
+ }
184533
+ },
184534
+ "onAuxClick": {
184535
+ "defaultValue": null,
184536
+ "description": "",
184537
+ "name": "onAuxClick",
184538
+ "parent": {
184539
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184540
+ "name": "GlobalDOMEvents"
184541
+ },
184542
+ "declarations": [
184543
+ {
184544
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184545
+ "name": "GlobalDOMEvents"
184546
+ }
184547
+ ],
184548
+ "required": false,
184549
+ "type": {
184550
+ "name": "MouseEventHandler<HTMLDivElement>"
184551
+ }
184552
+ },
184553
+ "onAuxClickCapture": {
184554
+ "defaultValue": null,
184555
+ "description": "",
184556
+ "name": "onAuxClickCapture",
184557
+ "parent": {
184558
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184559
+ "name": "GlobalDOMEvents"
184560
+ },
184561
+ "declarations": [
184562
+ {
184563
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184564
+ "name": "GlobalDOMEvents"
184565
+ }
184566
+ ],
184567
+ "required": false,
184568
+ "type": {
184569
+ "name": "MouseEventHandler<HTMLDivElement>"
184570
+ }
184571
+ },
184572
+ "onContextMenu": {
184573
+ "defaultValue": null,
184574
+ "description": "",
184575
+ "name": "onContextMenu",
184576
+ "parent": {
184577
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184578
+ "name": "GlobalDOMEvents"
184579
+ },
184580
+ "declarations": [
184581
+ {
184582
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184583
+ "name": "GlobalDOMEvents"
184584
+ }
184585
+ ],
184586
+ "required": false,
184587
+ "type": {
184588
+ "name": "MouseEventHandler<HTMLDivElement>"
184589
+ }
184590
+ },
184591
+ "onContextMenuCapture": {
184592
+ "defaultValue": null,
184593
+ "description": "",
184594
+ "name": "onContextMenuCapture",
184595
+ "parent": {
184596
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184597
+ "name": "GlobalDOMEvents"
184598
+ },
184599
+ "declarations": [
184600
+ {
184601
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184602
+ "name": "GlobalDOMEvents"
184603
+ }
184604
+ ],
184605
+ "required": false,
184606
+ "type": {
184607
+ "name": "MouseEventHandler<HTMLDivElement>"
184608
+ }
184609
+ },
184610
+ "onDoubleClick": {
184611
+ "defaultValue": null,
184612
+ "description": "",
184613
+ "name": "onDoubleClick",
184614
+ "parent": {
184615
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184616
+ "name": "GlobalDOMEvents"
184617
+ },
184618
+ "declarations": [
184619
+ {
184620
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184621
+ "name": "GlobalDOMEvents"
184622
+ }
184623
+ ],
184624
+ "required": false,
184625
+ "type": {
184626
+ "name": "MouseEventHandler<HTMLDivElement>"
184627
+ }
184628
+ },
184629
+ "onDoubleClickCapture": {
184630
+ "defaultValue": null,
184631
+ "description": "",
184632
+ "name": "onDoubleClickCapture",
184633
+ "parent": {
184634
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184635
+ "name": "GlobalDOMEvents"
184636
+ },
184637
+ "declarations": [
184638
+ {
184639
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184640
+ "name": "GlobalDOMEvents"
184641
+ }
184642
+ ],
184643
+ "required": false,
184644
+ "type": {
184645
+ "name": "MouseEventHandler<HTMLDivElement>"
184646
+ }
184647
+ },
184648
+ "onMouseDown": {
184649
+ "defaultValue": null,
184650
+ "description": "",
184651
+ "name": "onMouseDown",
184652
+ "parent": {
184653
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184654
+ "name": "GlobalDOMEvents"
184655
+ },
184656
+ "declarations": [
184657
+ {
184658
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184659
+ "name": "GlobalDOMEvents"
184660
+ }
184661
+ ],
184662
+ "required": false,
184663
+ "type": {
184664
+ "name": "MouseEventHandler<HTMLDivElement>"
184665
+ }
184666
+ },
184667
+ "onMouseDownCapture": {
184668
+ "defaultValue": null,
184669
+ "description": "",
184670
+ "name": "onMouseDownCapture",
184671
+ "parent": {
184672
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184673
+ "name": "GlobalDOMEvents"
184674
+ },
184675
+ "declarations": [
184676
+ {
184677
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184678
+ "name": "GlobalDOMEvents"
184679
+ }
184680
+ ],
184681
+ "required": false,
184682
+ "type": {
184683
+ "name": "MouseEventHandler<HTMLDivElement>"
184684
+ }
184685
+ },
184686
+ "onMouseEnter": {
184687
+ "defaultValue": null,
184688
+ "description": "",
184689
+ "name": "onMouseEnter",
184690
+ "parent": {
184691
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184692
+ "name": "GlobalDOMEvents"
184693
+ },
184694
+ "declarations": [
184695
+ {
184696
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184697
+ "name": "GlobalDOMEvents"
184698
+ }
184699
+ ],
184700
+ "required": false,
184701
+ "type": {
184702
+ "name": "MouseEventHandler<HTMLDivElement>"
184703
+ }
184704
+ },
184705
+ "onMouseLeave": {
184706
+ "defaultValue": null,
184707
+ "description": "",
184708
+ "name": "onMouseLeave",
184709
+ "parent": {
184710
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184711
+ "name": "GlobalDOMEvents"
184712
+ },
184713
+ "declarations": [
184714
+ {
184715
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184716
+ "name": "GlobalDOMEvents"
184717
+ }
184718
+ ],
184719
+ "required": false,
184720
+ "type": {
184721
+ "name": "MouseEventHandler<HTMLDivElement>"
184722
+ }
184723
+ },
184724
+ "onMouseMove": {
184725
+ "defaultValue": null,
184726
+ "description": "",
184727
+ "name": "onMouseMove",
184728
+ "parent": {
184729
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184730
+ "name": "GlobalDOMEvents"
184731
+ },
184732
+ "declarations": [
184733
+ {
184734
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184735
+ "name": "GlobalDOMEvents"
184736
+ }
184737
+ ],
184738
+ "required": false,
184739
+ "type": {
184740
+ "name": "MouseEventHandler<HTMLDivElement>"
184741
+ }
184742
+ },
184743
+ "onMouseMoveCapture": {
184744
+ "defaultValue": null,
184745
+ "description": "",
184746
+ "name": "onMouseMoveCapture",
184747
+ "parent": {
184748
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184749
+ "name": "GlobalDOMEvents"
184750
+ },
184751
+ "declarations": [
184752
+ {
184753
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184754
+ "name": "GlobalDOMEvents"
184755
+ }
184756
+ ],
184757
+ "required": false,
184758
+ "type": {
184759
+ "name": "MouseEventHandler<HTMLDivElement>"
184760
+ }
184761
+ },
184762
+ "onMouseOut": {
184763
+ "defaultValue": null,
184764
+ "description": "",
184765
+ "name": "onMouseOut",
184766
+ "parent": {
184767
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184768
+ "name": "GlobalDOMEvents"
184769
+ },
184770
+ "declarations": [
184771
+ {
184772
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184773
+ "name": "GlobalDOMEvents"
184774
+ }
184775
+ ],
184776
+ "required": false,
184777
+ "type": {
184778
+ "name": "MouseEventHandler<HTMLDivElement>"
184779
+ }
184780
+ },
184781
+ "onMouseOutCapture": {
184782
+ "defaultValue": null,
184783
+ "description": "",
184784
+ "name": "onMouseOutCapture",
184785
+ "parent": {
184786
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184787
+ "name": "GlobalDOMEvents"
184788
+ },
184789
+ "declarations": [
184790
+ {
184791
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184792
+ "name": "GlobalDOMEvents"
184793
+ }
184794
+ ],
184795
+ "required": false,
184796
+ "type": {
184797
+ "name": "MouseEventHandler<HTMLDivElement>"
184798
+ }
184799
+ },
184800
+ "onMouseOver": {
184801
+ "defaultValue": null,
184802
+ "description": "",
184803
+ "name": "onMouseOver",
184804
+ "parent": {
184805
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184806
+ "name": "GlobalDOMEvents"
184807
+ },
184808
+ "declarations": [
184809
+ {
184810
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184811
+ "name": "GlobalDOMEvents"
184812
+ }
184813
+ ],
184814
+ "required": false,
184815
+ "type": {
184816
+ "name": "MouseEventHandler<HTMLDivElement>"
184817
+ }
184818
+ },
184819
+ "onMouseOverCapture": {
184820
+ "defaultValue": null,
184821
+ "description": "",
184822
+ "name": "onMouseOverCapture",
184823
+ "parent": {
184824
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184825
+ "name": "GlobalDOMEvents"
184826
+ },
184827
+ "declarations": [
184828
+ {
184829
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184830
+ "name": "GlobalDOMEvents"
184831
+ }
184832
+ ],
184833
+ "required": false,
184834
+ "type": {
184835
+ "name": "MouseEventHandler<HTMLDivElement>"
184836
+ }
184837
+ },
184838
+ "onMouseUp": {
184839
+ "defaultValue": null,
184840
+ "description": "",
184841
+ "name": "onMouseUp",
184842
+ "parent": {
184843
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184844
+ "name": "GlobalDOMEvents"
184845
+ },
184846
+ "declarations": [
184847
+ {
184848
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184849
+ "name": "GlobalDOMEvents"
184850
+ }
184851
+ ],
184852
+ "required": false,
184853
+ "type": {
184854
+ "name": "MouseEventHandler<HTMLDivElement>"
184855
+ }
184856
+ },
184857
+ "onMouseUpCapture": {
184858
+ "defaultValue": null,
184859
+ "description": "",
184860
+ "name": "onMouseUpCapture",
184861
+ "parent": {
184862
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184863
+ "name": "GlobalDOMEvents"
184864
+ },
184865
+ "declarations": [
184866
+ {
184867
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184868
+ "name": "GlobalDOMEvents"
184869
+ }
184870
+ ],
184871
+ "required": false,
184872
+ "type": {
184873
+ "name": "MouseEventHandler<HTMLDivElement>"
184874
+ }
184875
+ },
184876
+ "onTouchCancel": {
184877
+ "defaultValue": null,
184878
+ "description": "",
184879
+ "name": "onTouchCancel",
184880
+ "parent": {
184881
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184882
+ "name": "GlobalDOMEvents"
184883
+ },
184884
+ "declarations": [
184885
+ {
184886
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184887
+ "name": "GlobalDOMEvents"
184888
+ }
184889
+ ],
184890
+ "required": false,
184891
+ "type": {
184892
+ "name": "TouchEventHandler<HTMLDivElement>"
184893
+ }
184894
+ },
184895
+ "onTouchCancelCapture": {
184896
+ "defaultValue": null,
184897
+ "description": "",
184898
+ "name": "onTouchCancelCapture",
184899
+ "parent": {
184900
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184901
+ "name": "GlobalDOMEvents"
184902
+ },
184903
+ "declarations": [
184904
+ {
184905
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184906
+ "name": "GlobalDOMEvents"
184907
+ }
184908
+ ],
184909
+ "required": false,
184910
+ "type": {
184911
+ "name": "TouchEventHandler<HTMLDivElement>"
184912
+ }
184913
+ },
184914
+ "onTouchEnd": {
184915
+ "defaultValue": null,
184916
+ "description": "",
184917
+ "name": "onTouchEnd",
184918
+ "parent": {
184919
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184920
+ "name": "GlobalDOMEvents"
184921
+ },
184922
+ "declarations": [
184923
+ {
184924
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184925
+ "name": "GlobalDOMEvents"
184926
+ }
184927
+ ],
184928
+ "required": false,
184929
+ "type": {
184930
+ "name": "TouchEventHandler<HTMLDivElement>"
184931
+ }
184932
+ },
184933
+ "onTouchEndCapture": {
184934
+ "defaultValue": null,
184935
+ "description": "",
184936
+ "name": "onTouchEndCapture",
184937
+ "parent": {
184938
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184939
+ "name": "GlobalDOMEvents"
184940
+ },
184941
+ "declarations": [
184942
+ {
184943
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184944
+ "name": "GlobalDOMEvents"
184945
+ }
184946
+ ],
184947
+ "required": false,
184948
+ "type": {
184949
+ "name": "TouchEventHandler<HTMLDivElement>"
184950
+ }
184951
+ },
184952
+ "onTouchMove": {
184953
+ "defaultValue": null,
184954
+ "description": "",
184955
+ "name": "onTouchMove",
184956
+ "parent": {
184957
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184958
+ "name": "GlobalDOMEvents"
184959
+ },
184960
+ "declarations": [
184961
+ {
184962
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184963
+ "name": "GlobalDOMEvents"
184964
+ }
184965
+ ],
184966
+ "required": false,
184967
+ "type": {
184968
+ "name": "TouchEventHandler<HTMLDivElement>"
184969
+ }
184970
+ },
184971
+ "onTouchMoveCapture": {
184972
+ "defaultValue": null,
184973
+ "description": "",
184974
+ "name": "onTouchMoveCapture",
184975
+ "parent": {
184976
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184977
+ "name": "GlobalDOMEvents"
184978
+ },
184979
+ "declarations": [
184980
+ {
184981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184982
+ "name": "GlobalDOMEvents"
184983
+ }
184984
+ ],
184985
+ "required": false,
184986
+ "type": {
184987
+ "name": "TouchEventHandler<HTMLDivElement>"
184988
+ }
184989
+ },
184990
+ "onTouchStart": {
184991
+ "defaultValue": null,
184992
+ "description": "",
184993
+ "name": "onTouchStart",
184994
+ "parent": {
184995
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
184996
+ "name": "GlobalDOMEvents"
184997
+ },
184998
+ "declarations": [
184999
+ {
185000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185001
+ "name": "GlobalDOMEvents"
185002
+ }
185003
+ ],
185004
+ "required": false,
185005
+ "type": {
185006
+ "name": "TouchEventHandler<HTMLDivElement>"
185007
+ }
185008
+ },
185009
+ "onTouchStartCapture": {
185010
+ "defaultValue": null,
185011
+ "description": "",
185012
+ "name": "onTouchStartCapture",
185013
+ "parent": {
185014
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185015
+ "name": "GlobalDOMEvents"
185016
+ },
185017
+ "declarations": [
185018
+ {
185019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185020
+ "name": "GlobalDOMEvents"
185021
+ }
185022
+ ],
185023
+ "required": false,
185024
+ "type": {
185025
+ "name": "TouchEventHandler<HTMLDivElement>"
185026
+ }
185027
+ },
185028
+ "onPointerDown": {
185029
+ "defaultValue": null,
185030
+ "description": "",
185031
+ "name": "onPointerDown",
185032
+ "parent": {
185033
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185034
+ "name": "GlobalDOMEvents"
185035
+ },
185036
+ "declarations": [
185037
+ {
185038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185039
+ "name": "GlobalDOMEvents"
185040
+ }
185041
+ ],
185042
+ "required": false,
185043
+ "type": {
185044
+ "name": "PointerEventHandler<HTMLDivElement>"
185045
+ }
185046
+ },
185047
+ "onPointerDownCapture": {
185048
+ "defaultValue": null,
185049
+ "description": "",
185050
+ "name": "onPointerDownCapture",
185051
+ "parent": {
185052
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185053
+ "name": "GlobalDOMEvents"
185054
+ },
185055
+ "declarations": [
185056
+ {
185057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185058
+ "name": "GlobalDOMEvents"
185059
+ }
185060
+ ],
185061
+ "required": false,
185062
+ "type": {
185063
+ "name": "PointerEventHandler<HTMLDivElement>"
185064
+ }
185065
+ },
185066
+ "onPointerMove": {
185067
+ "defaultValue": null,
185068
+ "description": "",
185069
+ "name": "onPointerMove",
185070
+ "parent": {
185071
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185072
+ "name": "GlobalDOMEvents"
185073
+ },
185074
+ "declarations": [
185075
+ {
185076
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185077
+ "name": "GlobalDOMEvents"
185078
+ }
185079
+ ],
185080
+ "required": false,
185081
+ "type": {
185082
+ "name": "PointerEventHandler<HTMLDivElement>"
185083
+ }
185084
+ },
185085
+ "onPointerMoveCapture": {
185086
+ "defaultValue": null,
185087
+ "description": "",
185088
+ "name": "onPointerMoveCapture",
185089
+ "parent": {
185090
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185091
+ "name": "GlobalDOMEvents"
185092
+ },
185093
+ "declarations": [
185094
+ {
185095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185096
+ "name": "GlobalDOMEvents"
185097
+ }
185098
+ ],
185099
+ "required": false,
185100
+ "type": {
185101
+ "name": "PointerEventHandler<HTMLDivElement>"
185102
+ }
185103
+ },
185104
+ "onPointerUp": {
185105
+ "defaultValue": null,
185106
+ "description": "",
185107
+ "name": "onPointerUp",
185108
+ "parent": {
185109
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185110
+ "name": "GlobalDOMEvents"
185111
+ },
185112
+ "declarations": [
185113
+ {
185114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185115
+ "name": "GlobalDOMEvents"
185116
+ }
185117
+ ],
185118
+ "required": false,
185119
+ "type": {
185120
+ "name": "PointerEventHandler<HTMLDivElement>"
185121
+ }
185122
+ },
185123
+ "onPointerUpCapture": {
185124
+ "defaultValue": null,
185125
+ "description": "",
185126
+ "name": "onPointerUpCapture",
185127
+ "parent": {
185128
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185129
+ "name": "GlobalDOMEvents"
185130
+ },
185131
+ "declarations": [
185132
+ {
185133
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185134
+ "name": "GlobalDOMEvents"
185135
+ }
185136
+ ],
185137
+ "required": false,
185138
+ "type": {
185139
+ "name": "PointerEventHandler<HTMLDivElement>"
185140
+ }
185141
+ },
185142
+ "onPointerCancel": {
185143
+ "defaultValue": null,
185144
+ "description": "",
185145
+ "name": "onPointerCancel",
185146
+ "parent": {
185147
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185148
+ "name": "GlobalDOMEvents"
185149
+ },
185150
+ "declarations": [
185151
+ {
185152
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185153
+ "name": "GlobalDOMEvents"
185154
+ }
185155
+ ],
185156
+ "required": false,
185157
+ "type": {
185158
+ "name": "PointerEventHandler<HTMLDivElement>"
185159
+ }
185160
+ },
185161
+ "onPointerCancelCapture": {
185162
+ "defaultValue": null,
185163
+ "description": "",
185164
+ "name": "onPointerCancelCapture",
185165
+ "parent": {
185166
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185167
+ "name": "GlobalDOMEvents"
185168
+ },
185169
+ "declarations": [
185170
+ {
185171
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185172
+ "name": "GlobalDOMEvents"
185173
+ }
185174
+ ],
185175
+ "required": false,
185176
+ "type": {
185177
+ "name": "PointerEventHandler<HTMLDivElement>"
185178
+ }
185179
+ },
185180
+ "onPointerEnter": {
185181
+ "defaultValue": null,
185182
+ "description": "",
185183
+ "name": "onPointerEnter",
185184
+ "parent": {
185185
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185186
+ "name": "GlobalDOMEvents"
185187
+ },
185188
+ "declarations": [
185189
+ {
185190
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185191
+ "name": "GlobalDOMEvents"
185192
+ }
185193
+ ],
185194
+ "required": false,
185195
+ "type": {
185196
+ "name": "PointerEventHandler<HTMLDivElement>"
185197
+ }
185198
+ },
185199
+ "onPointerLeave": {
185200
+ "defaultValue": null,
185201
+ "description": "",
185202
+ "name": "onPointerLeave",
185203
+ "parent": {
185204
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185205
+ "name": "GlobalDOMEvents"
185206
+ },
185207
+ "declarations": [
185208
+ {
185209
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185210
+ "name": "GlobalDOMEvents"
185211
+ }
185212
+ ],
185213
+ "required": false,
185214
+ "type": {
185215
+ "name": "PointerEventHandler<HTMLDivElement>"
185216
+ }
185217
+ },
185218
+ "onPointerOver": {
185219
+ "defaultValue": null,
185220
+ "description": "",
185221
+ "name": "onPointerOver",
185222
+ "parent": {
185223
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185224
+ "name": "GlobalDOMEvents"
185225
+ },
185226
+ "declarations": [
185227
+ {
185228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185229
+ "name": "GlobalDOMEvents"
185230
+ }
185231
+ ],
185232
+ "required": false,
185233
+ "type": {
185234
+ "name": "PointerEventHandler<HTMLDivElement>"
185235
+ }
185236
+ },
185237
+ "onPointerOverCapture": {
185238
+ "defaultValue": null,
185239
+ "description": "",
185240
+ "name": "onPointerOverCapture",
185241
+ "parent": {
185242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185243
+ "name": "GlobalDOMEvents"
185244
+ },
185245
+ "declarations": [
185246
+ {
185247
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185248
+ "name": "GlobalDOMEvents"
185249
+ }
185250
+ ],
185251
+ "required": false,
185252
+ "type": {
185253
+ "name": "PointerEventHandler<HTMLDivElement>"
185254
+ }
185255
+ },
185256
+ "onPointerOut": {
185257
+ "defaultValue": null,
185258
+ "description": "",
185259
+ "name": "onPointerOut",
185260
+ "parent": {
185261
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185262
+ "name": "GlobalDOMEvents"
185263
+ },
185264
+ "declarations": [
185265
+ {
185266
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185267
+ "name": "GlobalDOMEvents"
185268
+ }
185269
+ ],
185270
+ "required": false,
185271
+ "type": {
185272
+ "name": "PointerEventHandler<HTMLDivElement>"
185273
+ }
185274
+ },
185275
+ "onPointerOutCapture": {
185276
+ "defaultValue": null,
185277
+ "description": "",
185278
+ "name": "onPointerOutCapture",
185279
+ "parent": {
185280
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185281
+ "name": "GlobalDOMEvents"
185282
+ },
185283
+ "declarations": [
185284
+ {
185285
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185286
+ "name": "GlobalDOMEvents"
185287
+ }
185288
+ ],
185289
+ "required": false,
185290
+ "type": {
185291
+ "name": "PointerEventHandler<HTMLDivElement>"
185292
+ }
185293
+ },
185294
+ "onGotPointerCapture": {
185295
+ "defaultValue": null,
185296
+ "description": "",
185297
+ "name": "onGotPointerCapture",
185298
+ "parent": {
185299
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185300
+ "name": "GlobalDOMEvents"
185301
+ },
185302
+ "declarations": [
185303
+ {
185304
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185305
+ "name": "GlobalDOMEvents"
185306
+ }
185307
+ ],
185308
+ "required": false,
185309
+ "type": {
185310
+ "name": "PointerEventHandler<HTMLDivElement>"
185311
+ }
185312
+ },
185313
+ "onGotPointerCaptureCapture": {
185314
+ "defaultValue": null,
185315
+ "description": "",
185316
+ "name": "onGotPointerCaptureCapture",
185317
+ "parent": {
185318
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185319
+ "name": "GlobalDOMEvents"
185320
+ },
185321
+ "declarations": [
185322
+ {
185323
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185324
+ "name": "GlobalDOMEvents"
185325
+ }
185326
+ ],
185327
+ "required": false,
185328
+ "type": {
185329
+ "name": "PointerEventHandler<HTMLDivElement>"
185330
+ }
185331
+ },
185332
+ "onLostPointerCapture": {
185333
+ "defaultValue": null,
185334
+ "description": "",
185335
+ "name": "onLostPointerCapture",
185336
+ "parent": {
185337
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185338
+ "name": "GlobalDOMEvents"
185339
+ },
185340
+ "declarations": [
185341
+ {
185342
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185343
+ "name": "GlobalDOMEvents"
185344
+ }
185345
+ ],
185346
+ "required": false,
185347
+ "type": {
185348
+ "name": "PointerEventHandler<HTMLDivElement>"
185349
+ }
185350
+ },
185351
+ "onLostPointerCaptureCapture": {
185352
+ "defaultValue": null,
185353
+ "description": "",
185354
+ "name": "onLostPointerCaptureCapture",
185355
+ "parent": {
185356
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185357
+ "name": "GlobalDOMEvents"
185358
+ },
185359
+ "declarations": [
185360
+ {
185361
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185362
+ "name": "GlobalDOMEvents"
185363
+ }
185364
+ ],
185365
+ "required": false,
185366
+ "type": {
185367
+ "name": "PointerEventHandler<HTMLDivElement>"
185368
+ }
185369
+ },
185370
+ "onScroll": {
185371
+ "defaultValue": null,
185372
+ "description": "",
185373
+ "name": "onScroll",
185374
+ "parent": {
185375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185376
+ "name": "GlobalDOMEvents"
185377
+ },
185378
+ "declarations": [
185379
+ {
185380
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185381
+ "name": "GlobalDOMEvents"
185382
+ }
185383
+ ],
185384
+ "required": false,
185385
+ "type": {
185386
+ "name": "UIEventHandler<HTMLDivElement>"
185387
+ }
185388
+ },
185389
+ "onScrollCapture": {
185390
+ "defaultValue": null,
185391
+ "description": "",
185392
+ "name": "onScrollCapture",
185393
+ "parent": {
185394
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185395
+ "name": "GlobalDOMEvents"
185396
+ },
185397
+ "declarations": [
185398
+ {
185399
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185400
+ "name": "GlobalDOMEvents"
185401
+ }
185402
+ ],
185403
+ "required": false,
185404
+ "type": {
185405
+ "name": "UIEventHandler<HTMLDivElement>"
185406
+ }
185407
+ },
185408
+ "onWheel": {
185409
+ "defaultValue": null,
185410
+ "description": "",
185411
+ "name": "onWheel",
185412
+ "parent": {
185413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185414
+ "name": "GlobalDOMEvents"
185415
+ },
185416
+ "declarations": [
185417
+ {
185418
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185419
+ "name": "GlobalDOMEvents"
185420
+ }
185421
+ ],
185422
+ "required": false,
185423
+ "type": {
185424
+ "name": "WheelEventHandler<HTMLDivElement>"
185425
+ }
185426
+ },
185427
+ "onWheelCapture": {
185428
+ "defaultValue": null,
185429
+ "description": "",
185430
+ "name": "onWheelCapture",
185431
+ "parent": {
185432
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185433
+ "name": "GlobalDOMEvents"
185434
+ },
185435
+ "declarations": [
185436
+ {
185437
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185438
+ "name": "GlobalDOMEvents"
185439
+ }
185440
+ ],
185441
+ "required": false,
185442
+ "type": {
185443
+ "name": "WheelEventHandler<HTMLDivElement>"
185444
+ }
185445
+ },
185446
+ "onAnimationStart": {
185447
+ "defaultValue": null,
185448
+ "description": "",
185449
+ "name": "onAnimationStart",
185450
+ "parent": {
185451
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185452
+ "name": "GlobalDOMEvents"
185453
+ },
185454
+ "declarations": [
185455
+ {
185456
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185457
+ "name": "GlobalDOMEvents"
185458
+ }
185459
+ ],
185460
+ "required": false,
185461
+ "type": {
185462
+ "name": "AnimationEventHandler<HTMLDivElement>"
185463
+ }
185464
+ },
185465
+ "onAnimationStartCapture": {
185466
+ "defaultValue": null,
185467
+ "description": "",
185468
+ "name": "onAnimationStartCapture",
185469
+ "parent": {
185470
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185471
+ "name": "GlobalDOMEvents"
185472
+ },
185473
+ "declarations": [
185474
+ {
185475
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185476
+ "name": "GlobalDOMEvents"
185477
+ }
185478
+ ],
185479
+ "required": false,
185480
+ "type": {
185481
+ "name": "AnimationEventHandler<HTMLDivElement>"
185482
+ }
185483
+ },
185484
+ "onAnimationEnd": {
185485
+ "defaultValue": null,
185486
+ "description": "",
185487
+ "name": "onAnimationEnd",
185488
+ "parent": {
185489
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185490
+ "name": "GlobalDOMEvents"
185491
+ },
185492
+ "declarations": [
185493
+ {
185494
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185495
+ "name": "GlobalDOMEvents"
185496
+ }
185497
+ ],
185498
+ "required": false,
185499
+ "type": {
185500
+ "name": "AnimationEventHandler<HTMLDivElement>"
185501
+ }
185502
+ },
185503
+ "onAnimationEndCapture": {
185504
+ "defaultValue": null,
185505
+ "description": "",
185506
+ "name": "onAnimationEndCapture",
185507
+ "parent": {
185508
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185509
+ "name": "GlobalDOMEvents"
185510
+ },
185511
+ "declarations": [
185512
+ {
185513
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185514
+ "name": "GlobalDOMEvents"
185515
+ }
185516
+ ],
185517
+ "required": false,
185518
+ "type": {
185519
+ "name": "AnimationEventHandler<HTMLDivElement>"
185520
+ }
185521
+ },
185522
+ "onAnimationIteration": {
185523
+ "defaultValue": null,
185524
+ "description": "",
185525
+ "name": "onAnimationIteration",
185526
+ "parent": {
185527
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185528
+ "name": "GlobalDOMEvents"
185529
+ },
185530
+ "declarations": [
185531
+ {
185532
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185533
+ "name": "GlobalDOMEvents"
185534
+ }
185535
+ ],
185536
+ "required": false,
185537
+ "type": {
185538
+ "name": "AnimationEventHandler<HTMLDivElement>"
185539
+ }
185540
+ },
185541
+ "onAnimationIterationCapture": {
185542
+ "defaultValue": null,
185543
+ "description": "",
185544
+ "name": "onAnimationIterationCapture",
185545
+ "parent": {
185546
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185547
+ "name": "GlobalDOMEvents"
185548
+ },
185549
+ "declarations": [
185550
+ {
185551
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185552
+ "name": "GlobalDOMEvents"
185553
+ }
185554
+ ],
185555
+ "required": false,
185556
+ "type": {
185557
+ "name": "AnimationEventHandler<HTMLDivElement>"
185558
+ }
185559
+ },
185560
+ "onTransitionCancel": {
185561
+ "defaultValue": null,
185562
+ "description": "",
185563
+ "name": "onTransitionCancel",
185564
+ "parent": {
185565
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185566
+ "name": "GlobalDOMEvents"
185567
+ },
185568
+ "declarations": [
185569
+ {
185570
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185571
+ "name": "GlobalDOMEvents"
185572
+ }
185573
+ ],
185574
+ "required": false,
185575
+ "type": {
185576
+ "name": "TransitionEventHandler<HTMLDivElement>"
185577
+ }
185578
+ },
185579
+ "onTransitionCancelCapture": {
185580
+ "defaultValue": null,
185581
+ "description": "",
185582
+ "name": "onTransitionCancelCapture",
185583
+ "parent": {
185584
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185585
+ "name": "GlobalDOMEvents"
185586
+ },
185587
+ "declarations": [
185588
+ {
185589
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185590
+ "name": "GlobalDOMEvents"
185591
+ }
185592
+ ],
185593
+ "required": false,
185594
+ "type": {
185595
+ "name": "TransitionEventHandler<HTMLDivElement>"
185596
+ }
185597
+ },
185598
+ "onTransitionEnd": {
185599
+ "defaultValue": null,
185600
+ "description": "",
185601
+ "name": "onTransitionEnd",
185602
+ "parent": {
185603
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185604
+ "name": "GlobalDOMEvents"
185605
+ },
185606
+ "declarations": [
185607
+ {
185608
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185609
+ "name": "GlobalDOMEvents"
185610
+ }
185611
+ ],
185612
+ "required": false,
185613
+ "type": {
185614
+ "name": "TransitionEventHandler<HTMLDivElement>"
185615
+ }
185616
+ },
185617
+ "onTransitionEndCapture": {
185618
+ "defaultValue": null,
185619
+ "description": "",
185620
+ "name": "onTransitionEndCapture",
185621
+ "parent": {
185622
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185623
+ "name": "GlobalDOMEvents"
185624
+ },
185625
+ "declarations": [
185626
+ {
185627
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185628
+ "name": "GlobalDOMEvents"
185629
+ }
185630
+ ],
185631
+ "required": false,
185632
+ "type": {
185633
+ "name": "TransitionEventHandler<HTMLDivElement>"
185634
+ }
185635
+ },
185636
+ "onTransitionRun": {
185637
+ "defaultValue": null,
185638
+ "description": "",
185639
+ "name": "onTransitionRun",
185640
+ "parent": {
185641
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185642
+ "name": "GlobalDOMEvents"
185643
+ },
185644
+ "declarations": [
185645
+ {
185646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185647
+ "name": "GlobalDOMEvents"
185648
+ }
185649
+ ],
185650
+ "required": false,
185651
+ "type": {
185652
+ "name": "TransitionEventHandler<HTMLDivElement>"
185653
+ }
185654
+ },
185655
+ "onTransitionRunCapture": {
185656
+ "defaultValue": null,
185657
+ "description": "",
185658
+ "name": "onTransitionRunCapture",
185659
+ "parent": {
185660
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185661
+ "name": "GlobalDOMEvents"
185662
+ },
185663
+ "declarations": [
185664
+ {
185665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185666
+ "name": "GlobalDOMEvents"
185667
+ }
185668
+ ],
185669
+ "required": false,
185670
+ "type": {
185671
+ "name": "TransitionEventHandler<HTMLDivElement>"
185672
+ }
185673
+ },
185674
+ "onTransitionStart": {
185675
+ "defaultValue": null,
185676
+ "description": "",
185677
+ "name": "onTransitionStart",
185678
+ "parent": {
185679
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185680
+ "name": "GlobalDOMEvents"
185681
+ },
185682
+ "declarations": [
185683
+ {
185684
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185685
+ "name": "GlobalDOMEvents"
185686
+ }
185687
+ ],
185688
+ "required": false,
185689
+ "type": {
185690
+ "name": "TransitionEventHandler<HTMLDivElement>"
185691
+ }
185692
+ },
185693
+ "onTransitionStartCapture": {
185694
+ "defaultValue": null,
185695
+ "description": "",
185696
+ "name": "onTransitionStartCapture",
185697
+ "parent": {
185698
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185699
+ "name": "GlobalDOMEvents"
185700
+ },
185701
+ "declarations": [
185702
+ {
185703
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185704
+ "name": "GlobalDOMEvents"
185705
+ }
185706
+ ],
185707
+ "required": false,
185708
+ "type": {
185709
+ "name": "TransitionEventHandler<HTMLDivElement>"
185710
+ }
185711
+ },
185712
+ "slot": {
185713
+ "defaultValue": null,
185714
+ "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.",
185715
+ "name": "slot",
185716
+ "parent": {
185717
+ "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",
185718
+ "name": "SlotProps"
185719
+ },
185720
+ "declarations": [
185721
+ {
185722
+ "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",
185723
+ "name": "SlotProps"
185724
+ }
185725
+ ],
185726
+ "required": false,
185727
+ "type": {
185728
+ "name": "string | null"
185729
+ }
185730
+ }
185731
+ }
185732
+ },
185733
+ {
185734
+ "tags": {},
185735
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
185736
+ "description": "",
185737
+ "displayName": "CountryOptions",
185738
+ "methods": [],
185739
+ "props": {
185740
+ "filterBy": {
185741
+ "defaultValue": null,
185742
+ "description": "",
185743
+ "name": "filterBy",
185744
+ "parent": {
185745
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185746
+ "name": "CountryOptionsProps"
185747
+ },
185748
+ "declarations": [
185749
+ {
185750
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185751
+ "name": "CountryOptionsProps"
185752
+ }
185753
+ ],
185754
+ "required": false,
185755
+ "type": {
185756
+ "name": "CountryFilterFn"
185757
+ }
185758
+ },
185759
+ "sortBy": {
185760
+ "defaultValue": null,
185761
+ "description": "",
185762
+ "name": "sortBy",
185763
+ "parent": {
185764
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185765
+ "name": "CountryOptionsProps"
185766
+ },
185767
+ "declarations": [
185768
+ {
185769
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185770
+ "name": "CountryOptionsProps"
185771
+ }
185772
+ ],
185773
+ "required": false,
185774
+ "type": {
185775
+ "name": "CountrySortFn"
185776
+ }
185777
+ },
185778
+ "aria-label": {
185779
+ "defaultValue": null,
185780
+ "description": "Defines a string value that labels the current element.",
185781
+ "name": "aria-label",
185782
+ "parent": {
185783
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185784
+ "name": "AriaLabelingProps"
185785
+ },
185786
+ "declarations": [
185787
+ {
185788
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185789
+ "name": "AriaLabelingProps"
185790
+ }
185791
+ ],
185792
+ "required": false,
185793
+ "type": {
185794
+ "name": "string"
185795
+ }
185796
+ },
185797
+ "aria-labelledby": {
185798
+ "defaultValue": null,
185799
+ "description": "Identifies the element (or elements) that labels the current element.",
185800
+ "name": "aria-labelledby",
185801
+ "parent": {
185802
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185803
+ "name": "AriaLabelingProps"
185804
+ },
185805
+ "declarations": [
185806
+ {
185807
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185808
+ "name": "AriaLabelingProps"
185809
+ }
185810
+ ],
185811
+ "required": false,
185812
+ "type": {
185813
+ "name": "string"
185814
+ }
185815
+ },
185816
+ "aria-describedby": {
185817
+ "defaultValue": null,
185818
+ "description": "Identifies the element (or elements) that describes the object.",
185819
+ "name": "aria-describedby",
185820
+ "parent": {
185821
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185822
+ "name": "AriaLabelingProps"
185823
+ },
185824
+ "declarations": [
185825
+ {
185826
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185827
+ "name": "AriaLabelingProps"
185828
+ }
185829
+ ],
185830
+ "required": false,
185831
+ "type": {
185832
+ "name": "string"
185833
+ }
185834
+ },
185835
+ "aria-details": {
185836
+ "defaultValue": null,
185837
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
185838
+ "name": "aria-details",
185839
+ "parent": {
185840
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185841
+ "name": "AriaLabelingProps"
185842
+ },
185843
+ "declarations": [
185844
+ {
185845
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
185846
+ "name": "AriaLabelingProps"
185847
+ }
185848
+ ],
185849
+ "required": false,
185850
+ "type": {
185851
+ "name": "string"
184647
185852
  }
184648
185853
  },
184649
185854
  "className": {
@@ -186528,7 +187733,7 @@
186528
187733
  ],
186529
187734
  "required": false,
186530
187735
  "type": {
186531
- "name": "Ref<HTMLInputElement>"
187736
+ "name": "Ref<HTMLSpanElement>"
186532
187737
  }
186533
187738
  },
186534
187739
  "key": {
@@ -191931,7 +193136,7 @@
191931
193136
  ],
191932
193137
  "required": false,
191933
193138
  "type": {
191934
- "name": "Ref<HTMLInputElement>"
193139
+ "name": "Ref<HTMLSpanElement>"
191935
193140
  }
191936
193141
  },
191937
193142
  "key": {
@@ -193462,7 +194667,7 @@
193462
194667
  ],
193463
194668
  "required": false,
193464
194669
  "type": {
193465
- "name": "Ref<HTMLInputElement>"
194670
+ "name": "Ref<HTMLSpanElement>"
193466
194671
  }
193467
194672
  },
193468
194673
  "key": {
@@ -196056,7 +197261,7 @@
196056
197261
  ],
196057
197262
  "required": false,
196058
197263
  "type": {
196059
- "name": "Ref<HTMLInputElement>"
197264
+ "name": "Ref<HTMLSpanElement>"
196060
197265
  }
196061
197266
  },
196062
197267
  "key": {
@@ -196116,25 +197321,6 @@
196116
197321
  "name": "string | number"
196117
197322
  }
196118
197323
  },
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
197324
  "boundaryElement": {
196139
197325
  "defaultValue": {
196140
197326
  "value": "document.body"
@@ -196332,6 +197518,25 @@
196332
197518
  "type": {
196333
197519
  "name": "boolean"
196334
197520
  }
197521
+ },
197522
+ "controller": {
197523
+ "defaultValue": null,
197524
+ "description": "An overlay controller to control the popover state.",
197525
+ "name": "controller",
197526
+ "parent": {
197527
+ "fileName": "components/src/components/Popover/Popover.tsx",
197528
+ "name": "PopoverProps"
197529
+ },
197530
+ "declarations": [
197531
+ {
197532
+ "fileName": "components/src/components/Popover/Popover.tsx",
197533
+ "name": "PopoverProps"
197534
+ }
197535
+ ],
197536
+ "required": false,
197537
+ "type": {
197538
+ "name": "OverlayController"
197539
+ }
196335
197540
  }
196336
197541
  }
196337
197542
  },
@@ -198137,7 +199342,7 @@
198137
199342
  ],
198138
199343
  "required": false,
198139
199344
  "type": {
198140
- "name": "Ref<HTMLInputElement>"
199345
+ "name": "Ref<HTMLSpanElement>"
198141
199346
  }
198142
199347
  },
198143
199348
  "key": {
@@ -198178,25 +199383,6 @@
198178
199383
  "name": "string | null"
198179
199384
  }
198180
199385
  },
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
199386
  "boundaryElement": {
198201
199387
  "defaultValue": {
198202
199388
  "value": "document.body"
@@ -198395,6 +199581,25 @@
198395
199581
  "name": "boolean"
198396
199582
  }
198397
199583
  },
199584
+ "controller": {
199585
+ "defaultValue": null,
199586
+ "description": "An overlay controller to control the popover state.",
199587
+ "name": "controller",
199588
+ "parent": {
199589
+ "fileName": "components/src/components/Popover/Popover.tsx",
199590
+ "name": "PopoverProps"
199591
+ },
199592
+ "declarations": [
199593
+ {
199594
+ "fileName": "components/src/components/Popover/Popover.tsx",
199595
+ "name": "PopoverProps"
199596
+ }
199597
+ ],
199598
+ "required": false,
199599
+ "type": {
199600
+ "name": "OverlayController"
199601
+ }
199602
+ },
198398
199603
  "onSelectionChange": {
198399
199604
  "defaultValue": null,
198400
199605
  "description": "Handler that is called when the selection changes.",
@@ -203867,7 +205072,7 @@
203867
205072
  ],
203868
205073
  "required": false,
203869
205074
  "type": {
203870
- "name": "Ref<HTMLInputElement>"
205075
+ "name": "Ref<HTMLSpanElement>"
203871
205076
  }
203872
205077
  },
203873
205078
  "key": {
@@ -203893,55 +205098,82 @@
203893
205098
  },
203894
205099
  {
203895
205100
  "tags": {
203896
- "flr-generate": "all"
205101
+ "flr-generate": "all",
205102
+ "flr-ignore-props": "componentProps"
203897
205103
  },
203898
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
205104
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
203899
205105
  "description": "",
203900
- "displayName": "ComboBox",
205106
+ "displayName": "ComponentPropsContextProvider",
203901
205107
  "methods": [],
203902
205108
  "props": {
203903
- "onChange": {
205109
+ "componentProps": {
203904
205110
  "defaultValue": null,
203905
205111
  "description": "",
203906
- "name": "onChange",
205112
+ "name": "componentProps",
203907
205113
  "parent": {
203908
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203909
- "name": "ComboBoxProps"
205114
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205115
+ "name": "ComponentPropsContextProviderProps"
203910
205116
  },
203911
205117
  "declarations": [
203912
205118
  {
203913
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203914
- "name": "ComboBoxProps"
205119
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205120
+ "name": "ComponentPropsContextProviderProps"
203915
205121
  }
203916
205122
  ],
203917
205123
  "required": false,
203918
205124
  "type": {
203919
- "name": "((value: string) => void)"
205125
+ "name": "PropsContext"
203920
205126
  }
203921
205127
  },
203922
- "controller": {
205128
+ "levelModel": {
203923
205129
  "defaultValue": null,
203924
205130
  "description": "",
203925
- "name": "controller",
205131
+ "name": "levelModel",
203926
205132
  "parent": {
203927
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203928
- "name": "ComboBoxProps"
205133
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205134
+ "name": "ComponentPropsContextProviderProps"
203929
205135
  },
203930
205136
  "declarations": [
203931
205137
  {
203932
- "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203933
- "name": "ComboBoxProps"
205138
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205139
+ "name": "ComponentPropsContextProviderProps"
203934
205140
  }
203935
205141
  ],
203936
205142
  "required": false,
203937
205143
  "type": {
203938
- "name": "OverlayController"
205144
+ "name": "PropsContextLevelMode"
203939
205145
  }
203940
205146
  },
203941
- "inputRef": {
205147
+ "children": {
203942
205148
  "defaultValue": null,
203943
205149
  "description": "",
203944
- "name": "inputRef",
205150
+ "name": "children",
205151
+ "declarations": [
205152
+ {
205153
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
205154
+ "name": "TypeLiteral"
205155
+ }
205156
+ ],
205157
+ "required": false,
205158
+ "type": {
205159
+ "name": "ReactNode"
205160
+ }
205161
+ }
205162
+ }
205163
+ },
205164
+ {
205165
+ "tags": {
205166
+ "flr-generate": "all"
205167
+ },
205168
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
205169
+ "description": "",
205170
+ "displayName": "ComboBox",
205171
+ "methods": [],
205172
+ "props": {
205173
+ "onChange": {
205174
+ "defaultValue": null,
205175
+ "description": "",
205176
+ "name": "onChange",
203945
205177
  "parent": {
203946
205178
  "fileName": "components/src/components/ComboBox/ComboBox.tsx",
203947
205179
  "name": "ComboBoxProps"
@@ -203954,7 +205186,7 @@
203954
205186
  ],
203955
205187
  "required": false,
203956
205188
  "type": {
203957
- "name": "RefObject<HTMLInputElement | null>"
205189
+ "name": "((value: string) => void)"
203958
205190
  }
203959
205191
  },
203960
205192
  "onOpenChange": {
@@ -206103,7 +207335,7 @@
206103
207335
  ],
206104
207336
  "required": false,
206105
207337
  "type": {
206106
- "name": "Ref<HTMLInputElement>"
207338
+ "name": "Ref<HTMLSpanElement>"
206107
207339
  }
206108
207340
  },
206109
207341
  "key": {
@@ -206127,71 +207359,6 @@
206127
207359
  }
206128
207360
  }
206129
207361
  },
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
207362
  {
206196
207363
  "tags": {
206197
207364
  "flr-generate": "all"
@@ -211664,7 +212831,7 @@
211664
212831
  ],
211665
212832
  "required": false,
211666
212833
  "type": {
211667
- "name": "Ref<HTMLInputElement>"
212834
+ "name": "Ref<HTMLSpanElement>"
211668
212835
  }
211669
212836
  },
211670
212837
  "key": {
@@ -214056,7 +215223,7 @@
214056
215223
  ],
214057
215224
  "required": false,
214058
215225
  "type": {
214059
- "name": "Ref<HTMLInputElement>"
215226
+ "name": "Ref<HTMLSpanElement>"
214060
215227
  }
214061
215228
  },
214062
215229
  "key": {
@@ -214089,25 +215256,6 @@
214089
215256
  "displayName": "CheckboxButton",
214090
215257
  "methods": [],
214091
215258
  "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
215259
  "inputClassName": {
214112
215260
  "defaultValue": null,
214113
215261
  "description": "",
@@ -216231,7 +217379,7 @@
216231
217379
  ],
216232
217380
  "required": false,
216233
217381
  "type": {
216234
- "name": "Ref<HTMLInputElement>"
217382
+ "name": "Ref<HTMLSpanElement>"
216235
217383
  }
216236
217384
  },
216237
217385
  "key": {
@@ -216283,25 +217431,6 @@
216283
217431
  "name": "string"
216284
217432
  }
216285
217433
  },
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
217434
  "aria-label": {
216306
217435
  "defaultValue": null,
216307
217436
  "description": "Defines a string value that labels the current element.",
@@ -218406,7 +219535,7 @@
218406
219535
  ],
218407
219536
  "required": false,
218408
219537
  "type": {
218409
- "name": "Ref<HTMLInputElement>"
219538
+ "name": "Ref<HTMLSpanElement>"
218410
219539
  }
218411
219540
  },
218412
219541
  "key": {
@@ -221001,7 +222130,7 @@
221001
222130
  ],
221002
222131
  "required": false,
221003
222132
  "type": {
221004
- "name": "Ref<HTMLInputElement>"
222133
+ "name": "Ref<HTMLSpanElement>"
221005
222134
  }
221006
222135
  },
221007
222136
  "key": {
@@ -222836,7 +223965,7 @@
222836
223965
  ],
222837
223966
  "required": false,
222838
223967
  "type": {
222839
- "name": "Ref<HTMLInputElement>"
223968
+ "name": "Ref<HTMLSpanElement>"
222840
223969
  }
222841
223970
  },
222842
223971
  "key": {
@@ -223139,7 +224268,7 @@
223139
224268
  ],
223140
224269
  "required": false,
223141
224270
  "type": {
223142
- "name": "Ref<HTMLInputElement>"
224271
+ "name": "Ref<HTMLSpanElement>"
223143
224272
  }
223144
224273
  },
223145
224274
  "key": {
@@ -223336,7 +224465,7 @@
223336
224465
  ],
223337
224466
  "required": false,
223338
224467
  "type": {
223339
- "name": "Ref<HTMLInputElement>"
224468
+ "name": "Ref<HTMLSpanElement>"
223340
224469
  }
223341
224470
  },
223342
224471
  "key": {
@@ -223537,7 +224666,7 @@
223537
224666
  ],
223538
224667
  "required": false,
223539
224668
  "type": {
223540
- "name": "Ref<HTMLInputElement>"
224669
+ "name": "Ref<HTMLSpanElement>"
223541
224670
  }
223542
224671
  },
223543
224672
  "key": {
@@ -232818,7 +233947,7 @@
232818
233947
  ],
232819
233948
  "required": false,
232820
233949
  "type": {
232821
- "name": "Ref<HTMLInputElement>"
233950
+ "name": "Ref<HTMLSpanElement>"
232822
233951
  }
232823
233952
  },
232824
233953
  "key": {
@@ -232935,7 +234064,7 @@
232935
234064
  ],
232936
234065
  "required": false,
232937
234066
  "type": {
232938
- "name": "Ref<HTMLInputElement>"
234067
+ "name": "Ref<HTMLSpanElement>"
232939
234068
  }
232940
234069
  },
232941
234070
  "key": {
@@ -233003,7 +234132,7 @@
233003
234132
  ],
233004
234133
  "required": false,
233005
234134
  "type": {
233006
- "name": "Ref<HTMLInputElement>"
234135
+ "name": "Ref<HTMLSpanElement>"
233007
234136
  }
233008
234137
  },
233009
234138
  "key": {
@@ -238523,7 +239652,7 @@
238523
239652
  ],
238524
239653
  "required": false,
238525
239654
  "type": {
238526
- "name": "Ref<HTMLInputElement>"
239655
+ "name": "Ref<HTMLSpanElement>"
238527
239656
  }
238528
239657
  },
238529
239658
  "key": {
@@ -238813,7 +239942,7 @@
238813
239942
  ],
238814
239943
  "required": false,
238815
239944
  "type": {
238816
- "name": "Ref<HTMLInputElement>"
239945
+ "name": "Ref<HTMLSpanElement>"
238817
239946
  }
238818
239947
  },
238819
239948
  "key": {
@@ -238902,7 +240031,7 @@
238902
240031
  ],
238903
240032
  "required": false,
238904
240033
  "type": {
238905
- "name": "Ref<HTMLInputElement>"
240034
+ "name": "Ref<HTMLSpanElement>"
238906
240035
  }
238907
240036
  },
238908
240037
  "key": {
@@ -249564,7 +250693,7 @@
249564
250693
  ],
249565
250694
  "required": false,
249566
250695
  "type": {
249567
- "name": "Ref<HTMLInputElement>"
250696
+ "name": "Ref<HTMLSpanElement>"
249568
250697
  }
249569
250698
  },
249570
250699
  "key": {
@@ -250095,7 +251224,7 @@
250095
251224
  ],
250096
251225
  "required": false,
250097
251226
  "type": {
250098
- "name": "Ref<HTMLInputElement>"
251227
+ "name": "Ref<HTMLSpanElement>"
250099
251228
  }
250100
251229
  },
250101
251230
  "key": {
@@ -256881,10 +258010,10 @@
256881
258010
  "name": "() => ArrayIterator<any>"
256882
258011
  }
256883
258012
  },
256884
- "__@unscopables@3182": {
258013
+ "__@unscopables@3162": {
256885
258014
  "defaultValue": null,
256886
258015
  "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",
258016
+ "name": "__@unscopables@3162",
256888
258017
  "parent": {
256889
258018
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256890
258019
  "name": "Array"
@@ -257717,10 +258846,10 @@
257717
258846
  "name": "() => ArrayIterator<any>"
257718
258847
  }
257719
258848
  },
257720
- "__@unscopables@3182": {
258849
+ "__@unscopables@3162": {
257721
258850
  "defaultValue": null,
257722
258851
  "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",
258852
+ "name": "__@unscopables@3162",
257724
258853
  "parent": {
257725
258854
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257726
258855
  "name": "Array"
@@ -258553,10 +259682,10 @@
258553
259682
  "name": "() => ArrayIterator<any>"
258554
259683
  }
258555
259684
  },
258556
- "__@unscopables@3182": {
259685
+ "__@unscopables@3162": {
258557
259686
  "defaultValue": null,
258558
259687
  "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",
259688
+ "name": "__@unscopables@3162",
258560
259689
  "parent": {
258561
259690
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258562
259691
  "name": "Array"
@@ -260904,7 +262033,7 @@
260904
262033
  ],
260905
262034
  "required": false,
260906
262035
  "type": {
260907
- "name": "Ref<HTMLInputElement>"
262036
+ "name": "Ref<HTMLSpanElement>"
260908
262037
  }
260909
262038
  },
260910
262039
  "key": {
@@ -275679,12 +276808,12 @@
275679
276808
  "name": "inputRef",
275680
276809
  "parent": {
275681
276810
  "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"
276811
+ "name": "RadioProps"
275683
276812
  },
275684
276813
  "declarations": [
275685
276814
  {
275686
276815
  "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"
276816
+ "name": "RadioProps"
275688
276817
  }
275689
276818
  ],
275690
276819
  "required": false,
@@ -275913,7 +277042,7 @@
275913
277042
  ],
275914
277043
  "required": false,
275915
277044
  "type": {
275916
- "name": "Ref<HTMLInputElement>"
277045
+ "name": "Ref<HTMLSpanElement>"
275917
277046
  }
275918
277047
  },
275919
277048
  "key": {
@@ -275994,7 +277123,7 @@
275994
277123
  ],
275995
277124
  "required": false,
275996
277125
  "type": {
275997
- "name": "Ref<HTMLInputElement>"
277126
+ "name": "Ref<HTMLSpanElement>"
275998
277127
  }
275999
277128
  },
276000
277129
  "key": {
@@ -277648,12 +278777,12 @@
277648
278777
  "name": "inputRef",
277649
278778
  "parent": {
277650
278779
  "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"
278780
+ "name": "RadioProps"
277652
278781
  },
277653
278782
  "declarations": [
277654
278783
  {
277655
278784
  "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"
278785
+ "name": "RadioProps"
277657
278786
  }
277658
278787
  ],
277659
278788
  "required": false,
@@ -277882,7 +279011,7 @@
277882
279011
  ],
277883
279012
  "required": false,
277884
279013
  "type": {
277885
- "name": "Ref<HTMLInputElement>"
279014
+ "name": "Ref<HTMLSpanElement>"
277886
279015
  }
277887
279016
  },
277888
279017
  "key": {
@@ -279536,12 +280665,12 @@
279536
280665
  "name": "inputRef",
279537
280666
  "parent": {
279538
280667
  "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"
280668
+ "name": "RadioProps"
279540
280669
  },
279541
280670
  "declarations": [
279542
280671
  {
279543
280672
  "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"
280673
+ "name": "RadioProps"
279545
280674
  }
279546
280675
  ],
279547
280676
  "required": false,
@@ -279770,7 +280899,7 @@
279770
280899
  ],
279771
280900
  "required": false,
279772
280901
  "type": {
279773
- "name": "Ref<HTMLInputElement>"
280902
+ "name": "Ref<HTMLSpanElement>"
279774
280903
  }
279775
280904
  },
279776
280905
  "key": {
@@ -279893,7 +281022,7 @@
279893
281022
  ],
279894
281023
  "required": false,
279895
281024
  "type": {
279896
- "name": "Ref<HTMLInputElement>"
281025
+ "name": "Ref<HTMLSpanElement>"
279897
281026
  }
279898
281027
  },
279899
281028
  "key": {
@@ -280655,7 +281784,7 @@
280655
281784
  ],
280656
281785
  "required": false,
280657
281786
  "type": {
280658
- "name": "Ref<HTMLInputElement>"
281787
+ "name": "Ref<HTMLSpanElement>"
280659
281788
  }
280660
281789
  },
280661
281790
  "key": {
@@ -280810,7 +281939,7 @@
280810
281939
  ],
280811
281940
  "required": false,
280812
281941
  "type": {
280813
- "name": "Ref<HTMLInputElement>"
281942
+ "name": "Ref<HTMLSpanElement>"
280814
281943
  }
280815
281944
  },
280816
281945
  "key": {
@@ -286261,7 +287390,7 @@
286261
287390
  ],
286262
287391
  "required": false,
286263
287392
  "type": {
286264
- "name": "Ref<HTMLInputElement>"
287393
+ "name": "Ref<HTMLSpanElement>"
286265
287394
  }
286266
287395
  },
286267
287396
  "key": {
@@ -286739,7 +287868,7 @@
286739
287868
  ],
286740
287869
  "required": false,
286741
287870
  "type": {
286742
- "name": "Ref<HTMLInputElement>"
287871
+ "name": "Ref<HTMLSpanElement>"
286743
287872
  }
286744
287873
  },
286745
287874
  "key": {
@@ -289000,7 +290129,7 @@
289000
290129
  ],
289001
290130
  "required": false,
289002
290131
  "type": {
289003
- "name": "Ref<HTMLInputElement>"
290132
+ "name": "Ref<HTMLSpanElement>"
289004
290133
  }
289005
290134
  },
289006
290135
  "key": {
@@ -289142,7 +290271,7 @@
289142
290271
  ],
289143
290272
  "required": false,
289144
290273
  "type": {
289145
- "name": "Ref<HTMLInputElement>"
290274
+ "name": "Ref<HTMLSpanElement>"
289146
290275
  }
289147
290276
  },
289148
290277
  "key": {
@@ -289371,6 +290500,25 @@
289371
290500
  "type": {
289372
290501
  "name": "boolean"
289373
290502
  }
290503
+ },
290504
+ "ref": {
290505
+ "defaultValue": null,
290506
+ "description": "",
290507
+ "name": "ref",
290508
+ "parent": {
290509
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
290510
+ "name": "DateInputProps"
290511
+ },
290512
+ "declarations": [
290513
+ {
290514
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
290515
+ "name": "DateInputProps"
290516
+ }
290517
+ ],
290518
+ "required": false,
290519
+ "type": {
290520
+ "name": "Ref<HTMLSpanElement>"
290521
+ }
289374
290522
  }
289375
290523
  }
289376
290524
  },
@@ -289399,6 +290547,25 @@
289399
290547
  "type": {
289400
290548
  "name": "boolean"
289401
290549
  }
290550
+ },
290551
+ "ref": {
290552
+ "defaultValue": null,
290553
+ "description": "",
290554
+ "name": "ref",
290555
+ "parent": {
290556
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
290557
+ "name": "DateInputProps"
290558
+ },
290559
+ "declarations": [
290560
+ {
290561
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
290562
+ "name": "DateInputProps"
290563
+ }
290564
+ ],
290565
+ "required": false,
290566
+ "type": {
290567
+ "name": "Ref<HTMLSpanElement>"
290568
+ }
289402
290569
  }
289403
290570
  }
289404
290571
  },
@@ -289503,7 +290670,7 @@
289503
290670
  ],
289504
290671
  "required": false,
289505
290672
  "type": {
289506
- "name": "Ref<HTMLInputElement>"
290673
+ "name": "Ref<HTMLSpanElement>"
289507
290674
  }
289508
290675
  },
289509
290676
  "key": {
@@ -289643,7 +290810,7 @@
289643
290810
  ],
289644
290811
  "required": false,
289645
290812
  "type": {
289646
- "name": "Ref<HTMLInputElement>"
290813
+ "name": "Ref<HTMLSpanElement>"
289647
290814
  }
289648
290815
  },
289649
290816
  "key": {
@@ -289760,7 +290927,7 @@
289760
290927
  ],
289761
290928
  "required": false,
289762
290929
  "type": {
289763
- "name": "Ref<HTMLInputElement>"
290930
+ "name": "Ref<HTMLSpanElement>"
289764
290931
  }
289765
290932
  },
289766
290933
  "key": {
@@ -291612,7 +292779,7 @@
291612
292779
  ],
291613
292780
  "required": false,
291614
292781
  "type": {
291615
- "name": "Ref<HTMLInputElement>"
292782
+ "name": "Ref<HTMLSpanElement>"
291616
292783
  }
291617
292784
  },
291618
292785
  "key": {
@@ -293724,7 +294891,7 @@
293724
294891
  ],
293725
294892
  "required": false,
293726
294893
  "type": {
293727
- "name": "Ref<HTMLInputElement>"
294894
+ "name": "Ref<HTMLSpanElement>"
293728
294895
  }
293729
294896
  },
293730
294897
  "key": {
@@ -305788,7 +306955,7 @@
305788
306955
  ],
305789
306956
  "required": false,
305790
306957
  "type": {
305791
- "name": "Ref<HTMLInputElement>"
306958
+ "name": "Ref<HTMLSpanElement>"
305792
306959
  }
305793
306960
  },
305794
306961
  "key": {
@@ -312473,7 +313640,7 @@
312473
313640
  ],
312474
313641
  "required": false,
312475
313642
  "type": {
312476
- "name": "Ref<HTMLInputElement>"
313643
+ "name": "Ref<HTMLSpanElement>"
312477
313644
  }
312478
313645
  },
312479
313646
  "key": {
@@ -314745,7 +315912,7 @@
314745
315912
  ],
314746
315913
  "required": false,
314747
315914
  "type": {
314748
- "name": "Ref<HTMLInputElement>"
315915
+ "name": "Ref<HTMLSpanElement>"
314749
315916
  }
314750
315917
  },
314751
315918
  "key": {
@@ -317055,7 +318222,7 @@
317055
318222
  ],
317056
318223
  "required": false,
317057
318224
  "type": {
317058
- "name": "Ref<HTMLInputElement>"
318225
+ "name": "Ref<HTMLSpanElement>"
317059
318226
  }
317060
318227
  },
317061
318228
  "key": {
@@ -333098,6 +334265,53 @@
333098
334265
  "methods": [],
333099
334266
  "props": {}
333100
334267
  },
334268
+ {
334269
+ "tags": {},
334270
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334271
+ "description": "",
334272
+ "displayName": "SearchField",
334273
+ "methods": [],
334274
+ "props": {
334275
+ "search": {
334276
+ "defaultValue": null,
334277
+ "description": "",
334278
+ "name": "search",
334279
+ "parent": {
334280
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334281
+ "name": "Props"
334282
+ },
334283
+ "declarations": [
334284
+ {
334285
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334286
+ "name": "Props"
334287
+ }
334288
+ ],
334289
+ "required": true,
334290
+ "type": {
334291
+ "name": "Search<never>"
334292
+ }
334293
+ },
334294
+ "className": {
334295
+ "defaultValue": null,
334296
+ "description": "The elements class name.",
334297
+ "name": "className",
334298
+ "parent": {
334299
+ "fileName": "components/src/lib/types/props.ts",
334300
+ "name": "PropsWithClassName"
334301
+ },
334302
+ "declarations": [
334303
+ {
334304
+ "fileName": "components/src/lib/types/props.ts",
334305
+ "name": "PropsWithClassName"
334306
+ }
334307
+ ],
334308
+ "required": false,
334309
+ "type": {
334310
+ "name": "string"
334311
+ }
334312
+ }
334313
+ }
334314
+ },
333101
334315
  {
333102
334316
  "tags": {},
333103
334317
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -333178,53 +334392,6 @@
333178
334392
  "methods": [],
333179
334393
  "props": {}
333180
334394
  },
333181
- {
333182
- "tags": {},
333183
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
333184
- "description": "",
333185
- "displayName": "SearchField",
333186
- "methods": [],
333187
- "props": {
333188
- "search": {
333189
- "defaultValue": null,
333190
- "description": "",
333191
- "name": "search",
333192
- "parent": {
333193
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
333194
- "name": "Props"
333195
- },
333196
- "declarations": [
333197
- {
333198
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
333199
- "name": "Props"
333200
- }
333201
- ],
333202
- "required": true,
333203
- "type": {
333204
- "name": "Search<never>"
333205
- }
333206
- },
333207
- "className": {
333208
- "defaultValue": null,
333209
- "description": "The elements class name.",
333210
- "name": "className",
333211
- "parent": {
333212
- "fileName": "components/src/lib/types/props.ts",
333213
- "name": "PropsWithClassName"
333214
- },
333215
- "declarations": [
333216
- {
333217
- "fileName": "components/src/lib/types/props.ts",
333218
- "name": "PropsWithClassName"
333219
- }
333220
- ],
333221
- "required": false,
333222
- "type": {
333223
- "name": "string"
333224
- }
333225
- }
333226
- }
333227
- },
333228
334395
  {
333229
334396
  "tags": {},
333230
334397
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
@@ -335635,7 +336802,7 @@
335635
336802
  ],
335636
336803
  "required": false,
335637
336804
  "type": {
335638
- "name": "Ref<HTMLInputElement>"
336805
+ "name": "Ref<HTMLSpanElement>"
335639
336806
  }
335640
336807
  },
335641
336808
  "key": {
@@ -341108,7 +342275,7 @@
341108
342275
  ],
341109
342276
  "required": false,
341110
342277
  "type": {
341111
- "name": "Ref<HTMLInputElement>"
342278
+ "name": "Ref<HTMLSpanElement>"
341112
342279
  }
341113
342280
  },
341114
342281
  "key": {