@mittwald/flow-react-components 0.2.0-alpha.335 → 0.2.0-alpha.337

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 (36) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +1901 -1758
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +47 -28
  5. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  6. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs +5 -5
  7. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs.map +1 -1
  8. package/dist/js/components/src/components/Options/Options.mjs +34 -5
  9. package/dist/js/components/src/components/Options/Options.mjs.map +1 -1
  10. package/dist/js/components/src/components/Popover/Popover.mjs +3 -3
  11. package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
  12. package/dist/js/components/src/components/Popover/Popover.module.scss.mjs +2 -2
  13. package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +4 -4
  14. package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
  15. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs +2 -2
  16. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs.map +1 -1
  17. package/dist/js/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs.map +1 -1
  18. package/dist/js/components/src/components/propTypes/index.mjs +1 -0
  19. package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
  20. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  21. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts +1 -0
  22. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts.map +1 -1
  23. package/dist/types/components/Options/Options.d.ts +2 -1
  24. package/dist/types/components/Options/Options.d.ts.map +1 -1
  25. package/dist/types/components/Popover/Popover.d.ts +2 -2
  26. package/dist/types/components/Popover/Popover.d.ts.map +1 -1
  27. package/dist/types/components/SuspenseTrigger/SuspenseTrigger.d.ts +0 -1
  28. package/dist/types/components/SuspenseTrigger/SuspenseTrigger.d.ts.map +1 -1
  29. package/dist/types/components/propTypes/index.d.ts +2 -0
  30. package/dist/types/components/propTypes/index.d.ts.map +1 -1
  31. package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts.map +1 -1
  32. package/dist/types/lib/propsContext/propsContext.d.ts +2 -0
  33. package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
  34. package/package.json +4 -4
  35. package/dist/types/views/SuspenseTriggerView.d.ts +0 -5
  36. package/dist/types/views/SuspenseTriggerView.d.ts.map +0 -1
@@ -11816,9 +11816,7 @@
11816
11816
  }
11817
11817
  },
11818
11818
  {
11819
- "tags": {
11820
- "flr-generate": "all"
11821
- },
11819
+ "tags": {},
11822
11820
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
11823
11821
  "description": "",
11824
11822
  "displayName": "SuspenseTrigger",
@@ -24068,23 +24066,293 @@
24068
24066
  "tags": {
24069
24067
  "flr-generate": "all"
24070
24068
  },
24071
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/Section.tsx",
24069
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
24072
24070
  "description": "",
24073
- "displayName": "Section",
24071
+ "displayName": "SegmentedControl",
24074
24072
  "methods": [],
24075
24073
  "props": {
24076
- "renderContextMenuSection": {
24074
+ "onFocus": {
24077
24075
  "defaultValue": null,
24078
- "description": "@internal",
24079
- "name": "renderContextMenuSection",
24076
+ "description": "Handler that is called when the element receives focus.",
24077
+ "name": "onFocus",
24080
24078
  "parent": {
24081
- "fileName": "components/src/components/Section/Section.tsx",
24082
- "name": "SectionProps"
24079
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24080
+ "name": "FocusEvents"
24083
24081
  },
24084
24082
  "declarations": [
24085
24083
  {
24086
- "fileName": "components/src/components/Section/Section.tsx",
24087
- "name": "SectionProps"
24084
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24085
+ "name": "FocusEvents"
24086
+ }
24087
+ ],
24088
+ "required": false,
24089
+ "type": {
24090
+ "name": "((e: FocusEvent<Element, Element>) => void)"
24091
+ }
24092
+ },
24093
+ "onBlur": {
24094
+ "defaultValue": null,
24095
+ "description": "Handler that is called when the element loses focus.",
24096
+ "name": "onBlur",
24097
+ "parent": {
24098
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24099
+ "name": "FocusEvents"
24100
+ },
24101
+ "declarations": [
24102
+ {
24103
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24104
+ "name": "FocusEvents"
24105
+ }
24106
+ ],
24107
+ "required": false,
24108
+ "type": {
24109
+ "name": "((e: FocusEvent<Element, Element>) => void)"
24110
+ }
24111
+ },
24112
+ "onChange": {
24113
+ "defaultValue": null,
24114
+ "description": "Handler that is called when the value changes.",
24115
+ "name": "onChange",
24116
+ "parent": {
24117
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24118
+ "name": "ValueBase"
24119
+ },
24120
+ "declarations": [
24121
+ {
24122
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24123
+ "name": "ValueBase"
24124
+ }
24125
+ ],
24126
+ "required": false,
24127
+ "type": {
24128
+ "name": "((value: TimeValue | null) => void)"
24129
+ }
24130
+ },
24131
+ "className": {
24132
+ "defaultValue": null,
24133
+ "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.",
24134
+ "name": "className",
24135
+ "parent": {
24136
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24137
+ "name": "StyleRenderProps"
24138
+ },
24139
+ "declarations": [
24140
+ {
24141
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24142
+ "name": "StyleRenderProps"
24143
+ }
24144
+ ],
24145
+ "required": false,
24146
+ "type": {
24147
+ "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
24148
+ }
24149
+ },
24150
+ "id": {
24151
+ "defaultValue": null,
24152
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
24153
+ "name": "id",
24154
+ "parent": {
24155
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24156
+ "name": "DOMProps"
24157
+ },
24158
+ "declarations": [
24159
+ {
24160
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24161
+ "name": "DOMProps"
24162
+ }
24163
+ ],
24164
+ "required": false,
24165
+ "type": {
24166
+ "name": "string"
24167
+ }
24168
+ },
24169
+ "name": {
24170
+ "defaultValue": null,
24171
+ "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
24172
+ "name": "name",
24173
+ "parent": {
24174
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24175
+ "name": "InputDOMProps"
24176
+ },
24177
+ "declarations": [
24178
+ {
24179
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24180
+ "name": "InputDOMProps"
24181
+ }
24182
+ ],
24183
+ "required": false,
24184
+ "type": {
24185
+ "name": "string"
24186
+ }
24187
+ },
24188
+ "style": {
24189
+ "defaultValue": null,
24190
+ "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.",
24191
+ "name": "style",
24192
+ "parent": {
24193
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24194
+ "name": "StyleRenderProps"
24195
+ },
24196
+ "declarations": [
24197
+ {
24198
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24199
+ "name": "StyleRenderProps"
24200
+ }
24201
+ ],
24202
+ "required": false,
24203
+ "type": {
24204
+ "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
24205
+ }
24206
+ },
24207
+ "orientation": {
24208
+ "defaultValue": {
24209
+ "value": "'vertical'"
24210
+ },
24211
+ "description": "The axis the Radio Button(s) should align with.",
24212
+ "name": "orientation",
24213
+ "parent": {
24214
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24215
+ "name": "RadioGroupProps"
24216
+ },
24217
+ "declarations": [
24218
+ {
24219
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24220
+ "name": "RadioGroupProps"
24221
+ }
24222
+ ],
24223
+ "required": false,
24224
+ "type": {
24225
+ "name": "Orientation"
24226
+ }
24227
+ },
24228
+ "aria-describedby": {
24229
+ "defaultValue": null,
24230
+ "description": "Identifies the element (or elements) that describes the object.",
24231
+ "name": "aria-describedby",
24232
+ "parent": {
24233
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24234
+ "name": "AriaLabelingProps"
24235
+ },
24236
+ "declarations": [
24237
+ {
24238
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24239
+ "name": "AriaLabelingProps"
24240
+ }
24241
+ ],
24242
+ "required": false,
24243
+ "type": {
24244
+ "name": "string"
24245
+ }
24246
+ },
24247
+ "aria-details": {
24248
+ "defaultValue": null,
24249
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
24250
+ "name": "aria-details",
24251
+ "parent": {
24252
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24253
+ "name": "AriaLabelingProps"
24254
+ },
24255
+ "declarations": [
24256
+ {
24257
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24258
+ "name": "AriaLabelingProps"
24259
+ }
24260
+ ],
24261
+ "required": false,
24262
+ "type": {
24263
+ "name": "string"
24264
+ }
24265
+ },
24266
+ "aria-errormessage": {
24267
+ "defaultValue": null,
24268
+ "description": "Identifies the element that provides an error message for the object.",
24269
+ "name": "aria-errormessage",
24270
+ "parent": {
24271
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24272
+ "name": "AriaValidationProps"
24273
+ },
24274
+ "declarations": [
24275
+ {
24276
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24277
+ "name": "AriaValidationProps"
24278
+ }
24279
+ ],
24280
+ "required": false,
24281
+ "type": {
24282
+ "name": "string"
24283
+ }
24284
+ },
24285
+ "aria-label": {
24286
+ "defaultValue": null,
24287
+ "description": "Defines a string value that labels the current element.",
24288
+ "name": "aria-label",
24289
+ "parent": {
24290
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24291
+ "name": "AriaLabelingProps"
24292
+ },
24293
+ "declarations": [
24294
+ {
24295
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24296
+ "name": "AriaLabelingProps"
24297
+ }
24298
+ ],
24299
+ "required": false,
24300
+ "type": {
24301
+ "name": "string"
24302
+ }
24303
+ },
24304
+ "aria-labelledby": {
24305
+ "defaultValue": null,
24306
+ "description": "Identifies the element (or elements) that labels the current element.",
24307
+ "name": "aria-labelledby",
24308
+ "parent": {
24309
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24310
+ "name": "AriaLabelingProps"
24311
+ },
24312
+ "declarations": [
24313
+ {
24314
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24315
+ "name": "AriaLabelingProps"
24316
+ }
24317
+ ],
24318
+ "required": false,
24319
+ "type": {
24320
+ "name": "string"
24321
+ }
24322
+ },
24323
+ "validationBehavior": {
24324
+ "defaultValue": {
24325
+ "value": "'native'"
24326
+ },
24327
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
24328
+ "name": "validationBehavior",
24329
+ "parent": {
24330
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24331
+ "name": "RACValidation"
24332
+ },
24333
+ "declarations": [
24334
+ {
24335
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24336
+ "name": "RACValidation"
24337
+ }
24338
+ ],
24339
+ "required": false,
24340
+ "type": {
24341
+ "name": "\"native\" | \"aria\""
24342
+ }
24343
+ },
24344
+ "isDisabled": {
24345
+ "defaultValue": null,
24346
+ "description": "Whether the input is disabled.",
24347
+ "name": "isDisabled",
24348
+ "parent": {
24349
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24350
+ "name": "InputBase"
24351
+ },
24352
+ "declarations": [
24353
+ {
24354
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24355
+ "name": "InputBase"
24088
24356
  }
24089
24357
  ],
24090
24358
  "required": false,
@@ -24092,18 +24360,310 @@
24092
24360
  "name": "boolean"
24093
24361
  }
24094
24362
  },
24095
- "hideSeparator": {
24363
+ "isReadOnly": {
24096
24364
  "defaultValue": null,
24097
- "description": "@internal",
24098
- "name": "hideSeparator",
24365
+ "description": "Whether the input can be selected but not changed by the user.",
24366
+ "name": "isReadOnly",
24099
24367
  "parent": {
24100
- "fileName": "components/src/components/Section/Section.tsx",
24101
- "name": "SectionProps"
24368
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24369
+ "name": "InputBase"
24102
24370
  },
24103
24371
  "declarations": [
24104
24372
  {
24105
- "fileName": "components/src/components/Section/Section.tsx",
24106
- "name": "SectionProps"
24373
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24374
+ "name": "InputBase"
24375
+ }
24376
+ ],
24377
+ "required": false,
24378
+ "type": {
24379
+ "name": "boolean"
24380
+ }
24381
+ },
24382
+ "isRequired": {
24383
+ "defaultValue": null,
24384
+ "description": "Whether user input is required on the input before form submission.",
24385
+ "name": "isRequired",
24386
+ "parent": {
24387
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24388
+ "name": "Validation"
24389
+ },
24390
+ "declarations": [
24391
+ {
24392
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24393
+ "name": "Validation"
24394
+ }
24395
+ ],
24396
+ "required": false,
24397
+ "type": {
24398
+ "name": "boolean"
24399
+ }
24400
+ },
24401
+ "isInvalid": {
24402
+ "defaultValue": null,
24403
+ "description": "Whether the input value is invalid.",
24404
+ "name": "isInvalid",
24405
+ "parent": {
24406
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24407
+ "name": "Validation"
24408
+ },
24409
+ "declarations": [
24410
+ {
24411
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24412
+ "name": "Validation"
24413
+ }
24414
+ ],
24415
+ "required": false,
24416
+ "type": {
24417
+ "name": "boolean"
24418
+ }
24419
+ },
24420
+ "validate": {
24421
+ "defaultValue": null,
24422
+ "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
24423
+ "name": "validate",
24424
+ "parent": {
24425
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24426
+ "name": "Validation"
24427
+ },
24428
+ "declarations": [
24429
+ {
24430
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24431
+ "name": "Validation"
24432
+ }
24433
+ ],
24434
+ "required": false,
24435
+ "type": {
24436
+ "name": "((value: TimeValue) => true | ValidationError | null)"
24437
+ }
24438
+ },
24439
+ "onFocusChange": {
24440
+ "defaultValue": null,
24441
+ "description": "Handler that is called when the element's focus status changes.",
24442
+ "name": "onFocusChange",
24443
+ "parent": {
24444
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24445
+ "name": "FocusEvents"
24446
+ },
24447
+ "declarations": [
24448
+ {
24449
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24450
+ "name": "FocusEvents"
24451
+ }
24452
+ ],
24453
+ "required": false,
24454
+ "type": {
24455
+ "name": "((isFocused: boolean) => void)"
24456
+ }
24457
+ },
24458
+ "value": {
24459
+ "defaultValue": null,
24460
+ "description": "The current value (controlled).",
24461
+ "name": "value",
24462
+ "parent": {
24463
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24464
+ "name": "ValueBase"
24465
+ },
24466
+ "declarations": [
24467
+ {
24468
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24469
+ "name": "ValueBase"
24470
+ }
24471
+ ],
24472
+ "required": false,
24473
+ "type": {
24474
+ "name": "TimeValue | null"
24475
+ }
24476
+ },
24477
+ "defaultValue": {
24478
+ "defaultValue": null,
24479
+ "description": "The default value (uncontrolled).",
24480
+ "name": "defaultValue",
24481
+ "parent": {
24482
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24483
+ "name": "ValueBase"
24484
+ },
24485
+ "declarations": [
24486
+ {
24487
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24488
+ "name": "ValueBase"
24489
+ }
24490
+ ],
24491
+ "required": false,
24492
+ "type": {
24493
+ "name": "TimeValue | null"
24494
+ }
24495
+ },
24496
+ "slot": {
24497
+ "defaultValue": null,
24498
+ "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.",
24499
+ "name": "slot",
24500
+ "parent": {
24501
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24502
+ "name": "SlotProps"
24503
+ },
24504
+ "declarations": [
24505
+ {
24506
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
24507
+ "name": "SlotProps"
24508
+ }
24509
+ ],
24510
+ "required": false,
24511
+ "type": {
24512
+ "name": "string | null"
24513
+ }
24514
+ },
24515
+ "children": {
24516
+ "defaultValue": null,
24517
+ "description": "",
24518
+ "name": "children",
24519
+ "declarations": [
24520
+ {
24521
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24522
+ "name": "TypeLiteral"
24523
+ }
24524
+ ],
24525
+ "required": false,
24526
+ "type": {
24527
+ "name": "ReactNode"
24528
+ }
24529
+ },
24530
+ "wrapWith": {
24531
+ "defaultValue": null,
24532
+ "description": "",
24533
+ "name": "wrapWith",
24534
+ "parent": {
24535
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24536
+ "name": "FlowComponentProps"
24537
+ },
24538
+ "declarations": [
24539
+ {
24540
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24541
+ "name": "FlowComponentProps"
24542
+ }
24543
+ ],
24544
+ "required": false,
24545
+ "type": {
24546
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
24547
+ }
24548
+ },
24549
+ "tunnelId": {
24550
+ "defaultValue": null,
24551
+ "description": "@internal",
24552
+ "name": "tunnelId",
24553
+ "parent": {
24554
+ "fileName": "components/src/lib/types/props.ts",
24555
+ "name": "PropsWithTunnel"
24556
+ },
24557
+ "declarations": [
24558
+ {
24559
+ "fileName": "components/src/lib/types/props.ts",
24560
+ "name": "PropsWithTunnel"
24561
+ }
24562
+ ],
24563
+ "required": false,
24564
+ "type": {
24565
+ "name": "string | null"
24566
+ }
24567
+ },
24568
+ "ref": {
24569
+ "defaultValue": null,
24570
+ "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}",
24571
+ "name": "ref",
24572
+ "parent": {
24573
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24574
+ "name": "RefAttributes"
24575
+ },
24576
+ "declarations": [
24577
+ {
24578
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24579
+ "name": "RefAttributes"
24580
+ }
24581
+ ],
24582
+ "required": false,
24583
+ "type": {
24584
+ "name": "Ref<HTMLInputElement>"
24585
+ }
24586
+ },
24587
+ "key": {
24588
+ "defaultValue": null,
24589
+ "description": "",
24590
+ "name": "key",
24591
+ "parent": {
24592
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24593
+ "name": "Attributes"
24594
+ },
24595
+ "declarations": [
24596
+ {
24597
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24598
+ "name": "Attributes"
24599
+ }
24600
+ ],
24601
+ "required": false,
24602
+ "type": {
24603
+ "name": "Key | null"
24604
+ }
24605
+ },
24606
+ "containerBreakpointSize": {
24607
+ "defaultValue": null,
24608
+ "description": "",
24609
+ "name": "containerBreakpointSize",
24610
+ "parent": {
24611
+ "fileName": "components/src/lib/types/props.ts",
24612
+ "name": "PropsWithContainerBreakpointSize"
24613
+ },
24614
+ "declarations": [
24615
+ {
24616
+ "fileName": "components/src/lib/types/props.ts",
24617
+ "name": "PropsWithContainerBreakpointSize"
24618
+ }
24619
+ ],
24620
+ "required": false,
24621
+ "type": {
24622
+ "name": "ContainerBreakpointSize"
24623
+ }
24624
+ }
24625
+ }
24626
+ },
24627
+ {
24628
+ "tags": {
24629
+ "flr-generate": "all"
24630
+ },
24631
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/Section.tsx",
24632
+ "description": "",
24633
+ "displayName": "Section",
24634
+ "methods": [],
24635
+ "props": {
24636
+ "renderContextMenuSection": {
24637
+ "defaultValue": null,
24638
+ "description": "@internal",
24639
+ "name": "renderContextMenuSection",
24640
+ "parent": {
24641
+ "fileName": "components/src/components/Section/Section.tsx",
24642
+ "name": "SectionProps"
24643
+ },
24644
+ "declarations": [
24645
+ {
24646
+ "fileName": "components/src/components/Section/Section.tsx",
24647
+ "name": "SectionProps"
24648
+ }
24649
+ ],
24650
+ "required": false,
24651
+ "type": {
24652
+ "name": "boolean"
24653
+ }
24654
+ },
24655
+ "hideSeparator": {
24656
+ "defaultValue": null,
24657
+ "description": "@internal",
24658
+ "name": "hideSeparator",
24659
+ "parent": {
24660
+ "fileName": "components/src/components/Section/Section.tsx",
24661
+ "name": "SectionProps"
24662
+ },
24663
+ "declarations": [
24664
+ {
24665
+ "fileName": "components/src/components/Section/Section.tsx",
24666
+ "name": "SectionProps"
24107
24667
  }
24108
24668
  ],
24109
24669
  "required": false,
@@ -29477,13 +30037,128 @@
29477
30037
  },
29478
30038
  {
29479
30039
  "tags": {
29480
- "flr-generate": "all"
30040
+ "flr-generate": "all",
30041
+ "flr-clear-props-context": ""
29481
30042
  },
29482
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
30043
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
29483
30044
  "description": "",
29484
- "displayName": "SegmentedControl",
30045
+ "displayName": "SearchField",
29485
30046
  "methods": [],
29486
30047
  "props": {
30048
+ "onCopy": {
30049
+ "defaultValue": null,
30050
+ "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
30051
+ "name": "onCopy",
30052
+ "parent": {
30053
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30054
+ "name": "TextInputDOMEvents"
30055
+ },
30056
+ "declarations": [
30057
+ {
30058
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30059
+ "name": "TextInputDOMEvents"
30060
+ }
30061
+ ],
30062
+ "required": false,
30063
+ "type": {
30064
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30065
+ }
30066
+ },
30067
+ "onCut": {
30068
+ "defaultValue": null,
30069
+ "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
30070
+ "name": "onCut",
30071
+ "parent": {
30072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30073
+ "name": "TextInputDOMEvents"
30074
+ },
30075
+ "declarations": [
30076
+ {
30077
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30078
+ "name": "TextInputDOMEvents"
30079
+ }
30080
+ ],
30081
+ "required": false,
30082
+ "type": {
30083
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30084
+ }
30085
+ },
30086
+ "onPaste": {
30087
+ "defaultValue": null,
30088
+ "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
30089
+ "name": "onPaste",
30090
+ "parent": {
30091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30092
+ "name": "TextInputDOMEvents"
30093
+ },
30094
+ "declarations": [
30095
+ {
30096
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30097
+ "name": "TextInputDOMEvents"
30098
+ }
30099
+ ],
30100
+ "required": false,
30101
+ "type": {
30102
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30103
+ }
30104
+ },
30105
+ "onCompositionEnd": {
30106
+ "defaultValue": null,
30107
+ "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
30108
+ "name": "onCompositionEnd",
30109
+ "parent": {
30110
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30111
+ "name": "TextInputDOMEvents"
30112
+ },
30113
+ "declarations": [
30114
+ {
30115
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30116
+ "name": "TextInputDOMEvents"
30117
+ }
30118
+ ],
30119
+ "required": false,
30120
+ "type": {
30121
+ "name": "CompositionEventHandler<HTMLInputElement>"
30122
+ }
30123
+ },
30124
+ "onCompositionStart": {
30125
+ "defaultValue": null,
30126
+ "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
30127
+ "name": "onCompositionStart",
30128
+ "parent": {
30129
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30130
+ "name": "TextInputDOMEvents"
30131
+ },
30132
+ "declarations": [
30133
+ {
30134
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30135
+ "name": "TextInputDOMEvents"
30136
+ }
30137
+ ],
30138
+ "required": false,
30139
+ "type": {
30140
+ "name": "CompositionEventHandler<HTMLInputElement>"
30141
+ }
30142
+ },
30143
+ "onCompositionUpdate": {
30144
+ "defaultValue": null,
30145
+ "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
30146
+ "name": "onCompositionUpdate",
30147
+ "parent": {
30148
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30149
+ "name": "TextInputDOMEvents"
30150
+ },
30151
+ "declarations": [
30152
+ {
30153
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30154
+ "name": "TextInputDOMEvents"
30155
+ }
30156
+ ],
30157
+ "required": false,
30158
+ "type": {
30159
+ "name": "CompositionEventHandler<HTMLInputElement>"
30160
+ }
30161
+ },
29487
30162
  "onFocus": {
29488
30163
  "defaultValue": null,
29489
30164
  "description": "Handler that is called when the element receives focus.",
@@ -29541,6 +30216,120 @@
29541
30216
  "name": "((value: TimeValue | null) => void)"
29542
30217
  }
29543
30218
  },
30219
+ "onBeforeInput": {
30220
+ "defaultValue": null,
30221
+ "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
30222
+ "name": "onBeforeInput",
30223
+ "parent": {
30224
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30225
+ "name": "TextInputDOMEvents"
30226
+ },
30227
+ "declarations": [
30228
+ {
30229
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30230
+ "name": "TextInputDOMEvents"
30231
+ }
30232
+ ],
30233
+ "required": false,
30234
+ "type": {
30235
+ "name": "FormEventHandler<HTMLInputElement>"
30236
+ }
30237
+ },
30238
+ "onInput": {
30239
+ "defaultValue": null,
30240
+ "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
30241
+ "name": "onInput",
30242
+ "parent": {
30243
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30244
+ "name": "TextInputDOMEvents"
30245
+ },
30246
+ "declarations": [
30247
+ {
30248
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30249
+ "name": "TextInputDOMEvents"
30250
+ }
30251
+ ],
30252
+ "required": false,
30253
+ "type": {
30254
+ "name": "FormEventHandler<HTMLInputElement>"
30255
+ }
30256
+ },
30257
+ "onSubmit": {
30258
+ "defaultValue": null,
30259
+ "description": "Handler that is called when the SearchField is submitted.",
30260
+ "name": "onSubmit",
30261
+ "parent": {
30262
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30263
+ "name": "SearchFieldProps"
30264
+ },
30265
+ "declarations": [
30266
+ {
30267
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30268
+ "name": "SearchFieldProps"
30269
+ }
30270
+ ],
30271
+ "required": false,
30272
+ "type": {
30273
+ "name": "((value: string) => void)"
30274
+ }
30275
+ },
30276
+ "onKeyDown": {
30277
+ "defaultValue": null,
30278
+ "description": "Handler that is called when a key is pressed.",
30279
+ "name": "onKeyDown",
30280
+ "parent": {
30281
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30282
+ "name": "KeyboardEvents"
30283
+ },
30284
+ "declarations": [
30285
+ {
30286
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30287
+ "name": "KeyboardEvents"
30288
+ }
30289
+ ],
30290
+ "required": false,
30291
+ "type": {
30292
+ "name": "((e: KeyboardEvent) => void)"
30293
+ }
30294
+ },
30295
+ "onKeyUp": {
30296
+ "defaultValue": null,
30297
+ "description": "Handler that is called when a key is released.",
30298
+ "name": "onKeyUp",
30299
+ "parent": {
30300
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30301
+ "name": "KeyboardEvents"
30302
+ },
30303
+ "declarations": [
30304
+ {
30305
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30306
+ "name": "KeyboardEvents"
30307
+ }
30308
+ ],
30309
+ "required": false,
30310
+ "type": {
30311
+ "name": "((e: KeyboardEvent) => void)"
30312
+ }
30313
+ },
30314
+ "onSelect": {
30315
+ "defaultValue": null,
30316
+ "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
30317
+ "name": "onSelect",
30318
+ "parent": {
30319
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30320
+ "name": "TextInputDOMEvents"
30321
+ },
30322
+ "declarations": [
30323
+ {
30324
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30325
+ "name": "TextInputDOMEvents"
30326
+ }
30327
+ ],
30328
+ "required": false,
30329
+ "type": {
30330
+ "name": "ReactEventHandler<HTMLInputElement>"
30331
+ }
30332
+ },
29544
30333
  "className": {
29545
30334
  "defaultValue": null,
29546
30335
  "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.",
@@ -29617,25 +30406,80 @@
29617
30406
  "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
29618
30407
  }
29619
30408
  },
29620
- "orientation": {
29621
- "defaultValue": {
29622
- "value": "'vertical'"
30409
+ "type": {
30410
+ "defaultValue": null,
30411
+ "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
30412
+ "name": "type",
30413
+ "parent": {
30414
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30415
+ "name": "TextInputDOMProps"
29623
30416
  },
29624
- "description": "The axis the Radio Button(s) should align with.",
29625
- "name": "orientation",
30417
+ "declarations": [
30418
+ {
30419
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30420
+ "name": "TextInputDOMProps"
30421
+ }
30422
+ ],
30423
+ "required": false,
30424
+ "type": {
30425
+ "name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
30426
+ }
30427
+ },
30428
+ "aria-activedescendant": {
30429
+ "defaultValue": null,
30430
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
30431
+ "name": "aria-activedescendant",
29626
30432
  "parent": {
29627
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
29628
- "name": "RadioGroupProps"
30433
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30434
+ "name": "AriaTextFieldProps"
29629
30435
  },
29630
30436
  "declarations": [
29631
30437
  {
29632
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
29633
- "name": "RadioGroupProps"
30438
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30439
+ "name": "AriaTextFieldProps"
29634
30440
  }
29635
30441
  ],
29636
30442
  "required": false,
29637
30443
  "type": {
29638
- "name": "Orientation"
30444
+ "name": "string"
30445
+ }
30446
+ },
30447
+ "aria-autocomplete": {
30448
+ "defaultValue": null,
30449
+ "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
30450
+ "name": "aria-autocomplete",
30451
+ "parent": {
30452
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30453
+ "name": "AriaTextFieldProps"
30454
+ },
30455
+ "declarations": [
30456
+ {
30457
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30458
+ "name": "AriaTextFieldProps"
30459
+ }
30460
+ ],
30461
+ "required": false,
30462
+ "type": {
30463
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30464
+ }
30465
+ },
30466
+ "aria-controls": {
30467
+ "defaultValue": null,
30468
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
30469
+ "name": "aria-controls",
30470
+ "parent": {
30471
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30472
+ "name": "AriaTextFieldProps"
30473
+ },
30474
+ "declarations": [
30475
+ {
30476
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30477
+ "name": "AriaTextFieldProps"
30478
+ }
30479
+ ],
30480
+ "required": false,
30481
+ "type": {
30482
+ "name": "string"
29639
30483
  }
29640
30484
  },
29641
30485
  "aria-describedby": {
@@ -29695,6 +30539,25 @@
29695
30539
  "name": "string"
29696
30540
  }
29697
30541
  },
30542
+ "aria-haspopup": {
30543
+ "defaultValue": null,
30544
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
30545
+ "name": "aria-haspopup",
30546
+ "parent": {
30547
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30548
+ "name": "AriaTextFieldProps"
30549
+ },
30550
+ "declarations": [
30551
+ {
30552
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30553
+ "name": "AriaTextFieldProps"
30554
+ }
30555
+ ],
30556
+ "required": false,
30557
+ "type": {
30558
+ "name": "boolean | \"true\" | \"false\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
30559
+ }
30560
+ },
29698
30561
  "aria-label": {
29699
30562
  "defaultValue": null,
29700
30563
  "description": "Defines a string value that labels the current element.",
@@ -29849,6 +30712,25 @@
29849
30712
  "name": "((value: TimeValue) => true | ValidationError | null)"
29850
30713
  }
29851
30714
  },
30715
+ "autoFocus": {
30716
+ "defaultValue": null,
30717
+ "description": "Whether the element should receive focus on render.",
30718
+ "name": "autoFocus",
30719
+ "parent": {
30720
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30721
+ "name": "FocusableProps"
30722
+ },
30723
+ "declarations": [
30724
+ {
30725
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30726
+ "name": "FocusableProps"
30727
+ }
30728
+ ],
30729
+ "required": false,
30730
+ "type": {
30731
+ "name": "boolean"
30732
+ }
30733
+ },
29852
30734
  "onFocusChange": {
29853
30735
  "defaultValue": null,
29854
30736
  "description": "Handler that is called when the element's focus status changes.",
@@ -29925,411 +30807,425 @@
29925
30807
  "name": "string | null"
29926
30808
  }
29927
30809
  },
29928
- "children": {
30810
+ "enterKeyHint": {
29929
30811
  "defaultValue": null,
29930
- "description": "",
29931
- "name": "children",
30812
+ "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
30813
+ "name": "enterKeyHint",
30814
+ "parent": {
30815
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30816
+ "name": "AriaSearchFieldProps"
30817
+ },
29932
30818
  "declarations": [
29933
30819
  {
29934
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29935
- "name": "TypeLiteral"
30820
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30821
+ "name": "AriaSearchFieldProps"
29936
30822
  }
29937
30823
  ],
29938
30824
  "required": false,
29939
30825
  "type": {
29940
- "name": "ReactNode"
30826
+ "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
29941
30827
  }
29942
30828
  },
29943
- "wrapWith": {
30829
+ "excludeFromTabOrder": {
29944
30830
  "defaultValue": null,
29945
- "description": "",
29946
- "name": "wrapWith",
30831
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
30832
+ "name": "excludeFromTabOrder",
29947
30833
  "parent": {
29948
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29949
- "name": "FlowComponentProps"
30834
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30835
+ "name": "FocusableDOMProps"
29950
30836
  },
29951
30837
  "declarations": [
29952
30838
  {
29953
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29954
- "name": "FlowComponentProps"
30839
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30840
+ "name": "FocusableDOMProps"
29955
30841
  }
29956
30842
  ],
29957
30843
  "required": false,
29958
30844
  "type": {
29959
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
30845
+ "name": "boolean"
29960
30846
  }
29961
30847
  },
29962
- "tunnelId": {
30848
+ "autoComplete": {
29963
30849
  "defaultValue": null,
29964
- "description": "@internal",
29965
- "name": "tunnelId",
30850
+ "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
30851
+ "name": "autoComplete",
29966
30852
  "parent": {
29967
- "fileName": "components/src/lib/types/props.ts",
29968
- "name": "PropsWithTunnel"
30853
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30854
+ "name": "TextInputDOMProps"
29969
30855
  },
29970
30856
  "declarations": [
29971
30857
  {
29972
- "fileName": "components/src/lib/types/props.ts",
29973
- "name": "PropsWithTunnel"
30858
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30859
+ "name": "TextInputDOMProps"
29974
30860
  }
29975
30861
  ],
29976
30862
  "required": false,
29977
30863
  "type": {
29978
- "name": "string | null"
30864
+ "name": "string"
29979
30865
  }
29980
30866
  },
29981
- "ref": {
30867
+ "maxLength": {
29982
30868
  "defaultValue": null,
29983
- "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}",
29984
- "name": "ref",
30869
+ "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
30870
+ "name": "maxLength",
29985
30871
  "parent": {
29986
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29987
- "name": "RefAttributes"
30872
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30873
+ "name": "TextInputDOMProps"
29988
30874
  },
29989
30875
  "declarations": [
29990
30876
  {
29991
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29992
- "name": "RefAttributes"
30877
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30878
+ "name": "TextInputDOMProps"
29993
30879
  }
29994
30880
  ],
29995
30881
  "required": false,
29996
30882
  "type": {
29997
- "name": "Ref<HTMLInputElement>"
30883
+ "name": "number"
29998
30884
  }
29999
30885
  },
30000
- "key": {
30886
+ "minLength": {
30001
30887
  "defaultValue": null,
30002
- "description": "",
30003
- "name": "key",
30888
+ "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
30889
+ "name": "minLength",
30004
30890
  "parent": {
30005
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30006
- "name": "Attributes"
30891
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30892
+ "name": "TextInputDOMProps"
30007
30893
  },
30008
30894
  "declarations": [
30009
30895
  {
30010
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30011
- "name": "Attributes"
30896
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30897
+ "name": "TextInputDOMProps"
30012
30898
  }
30013
30899
  ],
30014
30900
  "required": false,
30015
30901
  "type": {
30016
- "name": "Key | null"
30902
+ "name": "number"
30017
30903
  }
30018
30904
  },
30019
- "containerBreakpointSize": {
30905
+ "pattern": {
30020
30906
  "defaultValue": null,
30021
- "description": "",
30022
- "name": "containerBreakpointSize",
30907
+ "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
30908
+ "name": "pattern",
30023
30909
  "parent": {
30024
- "fileName": "components/src/lib/types/props.ts",
30025
- "name": "PropsWithContainerBreakpointSize"
30910
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30911
+ "name": "TextInputDOMProps"
30026
30912
  },
30027
30913
  "declarations": [
30028
30914
  {
30029
- "fileName": "components/src/lib/types/props.ts",
30030
- "name": "PropsWithContainerBreakpointSize"
30915
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30916
+ "name": "TextInputDOMProps"
30031
30917
  }
30032
30918
  ],
30033
30919
  "required": false,
30034
30920
  "type": {
30035
- "name": "ContainerBreakpointSize"
30921
+ "name": "string"
30036
30922
  }
30037
- }
30038
- }
30039
- },
30040
- {
30041
- "tags": {
30042
- "flr-generate": "all",
30043
- "flr-clear-props-context": ""
30044
- },
30045
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
30046
- "description": "",
30047
- "displayName": "SearchField",
30048
- "methods": [],
30049
- "props": {
30050
- "onCopy": {
30923
+ },
30924
+ "inputMode": {
30051
30925
  "defaultValue": null,
30052
- "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
30053
- "name": "onCopy",
30926
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
30927
+ "name": "inputMode",
30054
30928
  "parent": {
30055
30929
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30056
- "name": "TextInputDOMEvents"
30930
+ "name": "TextInputDOMProps"
30057
30931
  },
30058
30932
  "declarations": [
30059
30933
  {
30060
30934
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30061
- "name": "TextInputDOMEvents"
30935
+ "name": "TextInputDOMProps"
30062
30936
  }
30063
30937
  ],
30064
30938
  "required": false,
30065
30939
  "type": {
30066
- "name": "ClipboardEventHandler<HTMLInputElement>"
30940
+ "name": "\"none\" | \"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
30067
30941
  }
30068
30942
  },
30069
- "onCut": {
30943
+ "autoCorrect": {
30070
30944
  "defaultValue": null,
30071
- "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
30072
- "name": "onCut",
30945
+ "description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
30946
+ "name": "autoCorrect",
30073
30947
  "parent": {
30074
30948
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30075
- "name": "TextInputDOMEvents"
30949
+ "name": "TextInputDOMProps"
30076
30950
  },
30077
30951
  "declarations": [
30078
30952
  {
30079
30953
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30080
- "name": "TextInputDOMEvents"
30954
+ "name": "TextInputDOMProps"
30081
30955
  }
30082
30956
  ],
30083
30957
  "required": false,
30084
30958
  "type": {
30085
- "name": "ClipboardEventHandler<HTMLInputElement>"
30959
+ "name": "string"
30086
30960
  }
30087
30961
  },
30088
- "onPaste": {
30962
+ "spellCheck": {
30089
30963
  "defaultValue": null,
30090
- "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
30091
- "name": "onPaste",
30964
+ "description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
30965
+ "name": "spellCheck",
30092
30966
  "parent": {
30093
30967
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30094
- "name": "TextInputDOMEvents"
30968
+ "name": "TextInputDOMProps"
30095
30969
  },
30096
30970
  "declarations": [
30097
30971
  {
30098
30972
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30099
- "name": "TextInputDOMEvents"
30973
+ "name": "TextInputDOMProps"
30100
30974
  }
30101
30975
  ],
30102
30976
  "required": false,
30103
30977
  "type": {
30104
- "name": "ClipboardEventHandler<HTMLInputElement>"
30978
+ "name": "string"
30105
30979
  }
30106
30980
  },
30107
- "onCompositionEnd": {
30981
+ "onClear": {
30108
30982
  "defaultValue": null,
30109
- "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
30110
- "name": "onCompositionEnd",
30983
+ "description": "Handler that is called when the clear button is pressed.",
30984
+ "name": "onClear",
30111
30985
  "parent": {
30112
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30113
- "name": "TextInputDOMEvents"
30986
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30987
+ "name": "SearchFieldProps"
30114
30988
  },
30115
30989
  "declarations": [
30116
30990
  {
30117
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30118
- "name": "TextInputDOMEvents"
30991
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30992
+ "name": "SearchFieldProps"
30119
30993
  }
30120
30994
  ],
30121
30995
  "required": false,
30122
30996
  "type": {
30123
- "name": "CompositionEventHandler<HTMLInputElement>"
30997
+ "name": "(() => void)"
30124
30998
  }
30125
30999
  },
30126
- "onCompositionStart": {
31000
+ "children": {
30127
31001
  "defaultValue": null,
30128
- "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
30129
- "name": "onCompositionStart",
30130
- "parent": {
30131
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30132
- "name": "TextInputDOMEvents"
30133
- },
31002
+ "description": "",
31003
+ "name": "children",
30134
31004
  "declarations": [
30135
31005
  {
30136
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30137
- "name": "TextInputDOMEvents"
31006
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31007
+ "name": "TypeLiteral"
30138
31008
  }
30139
31009
  ],
30140
31010
  "required": false,
30141
31011
  "type": {
30142
- "name": "CompositionEventHandler<HTMLInputElement>"
31012
+ "name": "ReactNode"
30143
31013
  }
30144
31014
  },
30145
- "onCompositionUpdate": {
31015
+ "wrapWith": {
30146
31016
  "defaultValue": null,
30147
- "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
30148
- "name": "onCompositionUpdate",
31017
+ "description": "",
31018
+ "name": "wrapWith",
30149
31019
  "parent": {
30150
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30151
- "name": "TextInputDOMEvents"
31020
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
31021
+ "name": "FlowComponentProps"
30152
31022
  },
30153
31023
  "declarations": [
30154
31024
  {
30155
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30156
- "name": "TextInputDOMEvents"
31025
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
31026
+ "name": "FlowComponentProps"
30157
31027
  }
30158
31028
  ],
30159
31029
  "required": false,
30160
31030
  "type": {
30161
- "name": "CompositionEventHandler<HTMLInputElement>"
31031
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
30162
31032
  }
30163
31033
  },
30164
- "onFocus": {
31034
+ "tunnelId": {
30165
31035
  "defaultValue": null,
30166
- "description": "Handler that is called when the element receives focus.",
30167
- "name": "onFocus",
31036
+ "description": "@internal",
31037
+ "name": "tunnelId",
30168
31038
  "parent": {
30169
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30170
- "name": "FocusEvents"
31039
+ "fileName": "components/src/lib/types/props.ts",
31040
+ "name": "PropsWithTunnel"
30171
31041
  },
30172
31042
  "declarations": [
30173
31043
  {
30174
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30175
- "name": "FocusEvents"
31044
+ "fileName": "components/src/lib/types/props.ts",
31045
+ "name": "PropsWithTunnel"
30176
31046
  }
30177
31047
  ],
30178
31048
  "required": false,
30179
31049
  "type": {
30180
- "name": "((e: FocusEvent<Element, Element>) => void)"
31050
+ "name": "string | null"
30181
31051
  }
30182
31052
  },
30183
- "onBlur": {
31053
+ "ref": {
30184
31054
  "defaultValue": null,
30185
- "description": "Handler that is called when the element loses focus.",
30186
- "name": "onBlur",
31055
+ "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}",
31056
+ "name": "ref",
30187
31057
  "parent": {
30188
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30189
- "name": "FocusEvents"
31058
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31059
+ "name": "RefAttributes"
30190
31060
  },
30191
31061
  "declarations": [
30192
31062
  {
30193
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30194
- "name": "FocusEvents"
31063
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31064
+ "name": "RefAttributes"
30195
31065
  }
30196
31066
  ],
30197
31067
  "required": false,
30198
31068
  "type": {
30199
- "name": "((e: FocusEvent<Element, Element>) => void)"
31069
+ "name": "Ref<HTMLInputElement>"
30200
31070
  }
30201
31071
  },
30202
- "onChange": {
31072
+ "key": {
30203
31073
  "defaultValue": null,
30204
- "description": "Handler that is called when the value changes.",
30205
- "name": "onChange",
31074
+ "description": "",
31075
+ "name": "key",
30206
31076
  "parent": {
30207
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30208
- "name": "ValueBase"
31077
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31078
+ "name": "Attributes"
30209
31079
  },
30210
31080
  "declarations": [
30211
31081
  {
30212
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30213
- "name": "ValueBase"
31082
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31083
+ "name": "Attributes"
30214
31084
  }
30215
31085
  ],
30216
31086
  "required": false,
30217
31087
  "type": {
30218
- "name": "((value: TimeValue | null) => void)"
31088
+ "name": "Key | null"
30219
31089
  }
30220
- },
30221
- "onBeforeInput": {
30222
- "defaultValue": null,
30223
- "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
30224
- "name": "onBeforeInput",
31090
+ }
31091
+ }
31092
+ },
31093
+ {
31094
+ "tags": {
31095
+ "flr-generate": "all"
31096
+ },
31097
+ "filePath": "src/components/Rating/Rating.tsx",
31098
+ "description": "",
31099
+ "displayName": "Rating",
31100
+ "methods": [],
31101
+ "props": {
31102
+ "value": {
31103
+ "defaultValue": {
31104
+ "value": ": 0"
31105
+ },
31106
+ "description": "The value sets the amount of filled stars.",
31107
+ "name": "value",
30225
31108
  "parent": {
30226
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30227
- "name": "TextInputDOMEvents"
31109
+ "fileName": "src/components/Rating/Rating.tsx",
31110
+ "name": "RatingProps"
30228
31111
  },
30229
31112
  "declarations": [
30230
31113
  {
30231
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30232
- "name": "TextInputDOMEvents"
31114
+ "fileName": "src/components/Rating/Rating.tsx",
31115
+ "name": "RatingProps"
30233
31116
  }
30234
31117
  ],
30235
31118
  "required": false,
30236
31119
  "type": {
30237
- "name": "FormEventHandler<HTMLInputElement>"
31120
+ "name": "0 | 2 | 1 | 3 | 4 | 5"
30238
31121
  }
30239
31122
  },
30240
- "onInput": {
30241
- "defaultValue": null,
30242
- "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
30243
- "name": "onInput",
31123
+ "size": {
31124
+ "defaultValue": {
31125
+ "value": ": \"m\""
31126
+ },
31127
+ "description": "The size of the component.",
31128
+ "name": "size",
30244
31129
  "parent": {
30245
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30246
- "name": "TextInputDOMEvents"
31130
+ "fileName": "src/components/Rating/Rating.tsx",
31131
+ "name": "RatingProps"
30247
31132
  },
30248
31133
  "declarations": [
30249
31134
  {
30250
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30251
- "name": "TextInputDOMEvents"
31135
+ "fileName": "src/components/Rating/Rating.tsx",
31136
+ "name": "RatingProps"
30252
31137
  }
30253
31138
  ],
30254
31139
  "required": false,
30255
31140
  "type": {
30256
- "name": "FormEventHandler<HTMLInputElement>"
31141
+ "name": "\"s\" | \"m\""
30257
31142
  }
30258
31143
  },
30259
- "onSubmit": {
31144
+ "className": {
30260
31145
  "defaultValue": null,
30261
- "description": "Handler that is called when the SearchField is submitted.",
30262
- "name": "onSubmit",
31146
+ "description": "The elements class name.",
31147
+ "name": "className",
30263
31148
  "parent": {
30264
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30265
- "name": "SearchFieldProps"
31149
+ "fileName": "components/src/lib/types/props.ts",
31150
+ "name": "PropsWithClassName"
30266
31151
  },
30267
31152
  "declarations": [
30268
31153
  {
30269
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30270
- "name": "SearchFieldProps"
31154
+ "fileName": "components/src/lib/types/props.ts",
31155
+ "name": "PropsWithClassName"
30271
31156
  }
30272
31157
  ],
30273
31158
  "required": false,
30274
31159
  "type": {
30275
- "name": "((value: string) => void)"
31160
+ "name": "string"
30276
31161
  }
30277
- },
30278
- "onKeyDown": {
31162
+ }
31163
+ }
31164
+ },
31165
+ {
31166
+ "tags": {
31167
+ "flr-generate": "all"
31168
+ },
31169
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
31170
+ "description": "",
31171
+ "displayName": "RadioGroup",
31172
+ "methods": [],
31173
+ "props": {
31174
+ "onFocus": {
30279
31175
  "defaultValue": null,
30280
- "description": "Handler that is called when a key is pressed.",
30281
- "name": "onKeyDown",
31176
+ "description": "Handler that is called when the element receives focus.",
31177
+ "name": "onFocus",
30282
31178
  "parent": {
30283
31179
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30284
- "name": "KeyboardEvents"
31180
+ "name": "FocusEvents"
30285
31181
  },
30286
31182
  "declarations": [
30287
31183
  {
30288
31184
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30289
- "name": "KeyboardEvents"
31185
+ "name": "FocusEvents"
30290
31186
  }
30291
31187
  ],
30292
31188
  "required": false,
30293
31189
  "type": {
30294
- "name": "((e: KeyboardEvent) => void)"
31190
+ "name": "((e: FocusEvent<Element, Element>) => void)"
30295
31191
  }
30296
31192
  },
30297
- "onKeyUp": {
31193
+ "onBlur": {
30298
31194
  "defaultValue": null,
30299
- "description": "Handler that is called when a key is released.",
30300
- "name": "onKeyUp",
31195
+ "description": "Handler that is called when the element loses focus.",
31196
+ "name": "onBlur",
30301
31197
  "parent": {
30302
31198
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30303
- "name": "KeyboardEvents"
31199
+ "name": "FocusEvents"
30304
31200
  },
30305
31201
  "declarations": [
30306
31202
  {
30307
31203
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30308
- "name": "KeyboardEvents"
31204
+ "name": "FocusEvents"
30309
31205
  }
30310
31206
  ],
30311
31207
  "required": false,
30312
31208
  "type": {
30313
- "name": "((e: KeyboardEvent) => void)"
31209
+ "name": "((e: FocusEvent<Element, Element>) => void)"
30314
31210
  }
30315
31211
  },
30316
- "onSelect": {
31212
+ "onChange": {
30317
31213
  "defaultValue": null,
30318
- "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
30319
- "name": "onSelect",
31214
+ "description": "Handler that is called when the value changes.",
31215
+ "name": "onChange",
30320
31216
  "parent": {
30321
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30322
- "name": "TextInputDOMEvents"
31217
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
31218
+ "name": "ValueBase"
30323
31219
  },
30324
31220
  "declarations": [
30325
31221
  {
30326
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30327
- "name": "TextInputDOMEvents"
31222
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
31223
+ "name": "ValueBase"
30328
31224
  }
30329
31225
  ],
30330
31226
  "required": false,
30331
31227
  "type": {
30332
- "name": "ReactEventHandler<HTMLInputElement>"
31228
+ "name": "((value: TimeValue | null) => void)"
30333
31229
  }
30334
31230
  },
30335
31231
  "className": {
@@ -30408,923 +31304,25 @@
30408
31304
  "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
30409
31305
  }
30410
31306
  },
30411
- "type": {
30412
- "defaultValue": null,
30413
- "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
30414
- "name": "type",
30415
- "parent": {
30416
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30417
- "name": "TextInputDOMProps"
30418
- },
30419
- "declarations": [
30420
- {
30421
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30422
- "name": "TextInputDOMProps"
30423
- }
30424
- ],
30425
- "required": false,
30426
- "type": {
30427
- "name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
30428
- }
30429
- },
30430
- "aria-activedescendant": {
30431
- "defaultValue": null,
30432
- "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
30433
- "name": "aria-activedescendant",
30434
- "parent": {
30435
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30436
- "name": "AriaTextFieldProps"
30437
- },
30438
- "declarations": [
30439
- {
30440
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30441
- "name": "AriaTextFieldProps"
30442
- }
30443
- ],
30444
- "required": false,
30445
- "type": {
30446
- "name": "string"
30447
- }
30448
- },
30449
- "aria-autocomplete": {
30450
- "defaultValue": null,
30451
- "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
30452
- "name": "aria-autocomplete",
30453
- "parent": {
30454
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30455
- "name": "AriaTextFieldProps"
31307
+ "orientation": {
31308
+ "defaultValue": {
31309
+ "value": "'vertical'"
30456
31310
  },
30457
- "declarations": [
30458
- {
30459
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30460
- "name": "AriaTextFieldProps"
30461
- }
30462
- ],
30463
- "required": false,
30464
- "type": {
30465
- "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30466
- }
30467
- },
30468
- "aria-controls": {
30469
- "defaultValue": null,
30470
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
30471
- "name": "aria-controls",
31311
+ "description": "The axis the Radio Button(s) should align with.",
31312
+ "name": "orientation",
30472
31313
  "parent": {
30473
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30474
- "name": "AriaTextFieldProps"
31314
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
31315
+ "name": "RadioGroupProps"
30475
31316
  },
30476
31317
  "declarations": [
30477
31318
  {
30478
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30479
- "name": "AriaTextFieldProps"
31319
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
31320
+ "name": "RadioGroupProps"
30480
31321
  }
30481
31322
  ],
30482
31323
  "required": false,
30483
31324
  "type": {
30484
- "name": "string"
30485
- }
30486
- },
30487
- "aria-describedby": {
30488
- "defaultValue": null,
30489
- "description": "Identifies the element (or elements) that describes the object.",
30490
- "name": "aria-describedby",
30491
- "parent": {
30492
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30493
- "name": "AriaLabelingProps"
30494
- },
30495
- "declarations": [
30496
- {
30497
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30498
- "name": "AriaLabelingProps"
30499
- }
30500
- ],
30501
- "required": false,
30502
- "type": {
30503
- "name": "string"
30504
- }
30505
- },
30506
- "aria-details": {
30507
- "defaultValue": null,
30508
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
30509
- "name": "aria-details",
30510
- "parent": {
30511
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30512
- "name": "AriaLabelingProps"
30513
- },
30514
- "declarations": [
30515
- {
30516
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30517
- "name": "AriaLabelingProps"
30518
- }
30519
- ],
30520
- "required": false,
30521
- "type": {
30522
- "name": "string"
30523
- }
30524
- },
30525
- "aria-errormessage": {
30526
- "defaultValue": null,
30527
- "description": "Identifies the element that provides an error message for the object.",
30528
- "name": "aria-errormessage",
30529
- "parent": {
30530
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30531
- "name": "AriaValidationProps"
30532
- },
30533
- "declarations": [
30534
- {
30535
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30536
- "name": "AriaValidationProps"
30537
- }
30538
- ],
30539
- "required": false,
30540
- "type": {
30541
- "name": "string"
30542
- }
30543
- },
30544
- "aria-haspopup": {
30545
- "defaultValue": null,
30546
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
30547
- "name": "aria-haspopup",
30548
- "parent": {
30549
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30550
- "name": "AriaTextFieldProps"
30551
- },
30552
- "declarations": [
30553
- {
30554
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.3_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
30555
- "name": "AriaTextFieldProps"
30556
- }
30557
- ],
30558
- "required": false,
30559
- "type": {
30560
- "name": "boolean | \"true\" | \"false\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
30561
- }
30562
- },
30563
- "aria-label": {
30564
- "defaultValue": null,
30565
- "description": "Defines a string value that labels the current element.",
30566
- "name": "aria-label",
30567
- "parent": {
30568
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30569
- "name": "AriaLabelingProps"
30570
- },
30571
- "declarations": [
30572
- {
30573
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30574
- "name": "AriaLabelingProps"
30575
- }
30576
- ],
30577
- "required": false,
30578
- "type": {
30579
- "name": "string"
30580
- }
30581
- },
30582
- "aria-labelledby": {
30583
- "defaultValue": null,
30584
- "description": "Identifies the element (or elements) that labels the current element.",
30585
- "name": "aria-labelledby",
30586
- "parent": {
30587
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30588
- "name": "AriaLabelingProps"
30589
- },
30590
- "declarations": [
30591
- {
30592
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30593
- "name": "AriaLabelingProps"
30594
- }
30595
- ],
30596
- "required": false,
30597
- "type": {
30598
- "name": "string"
30599
- }
30600
- },
30601
- "validationBehavior": {
30602
- "defaultValue": {
30603
- "value": "'native'"
30604
- },
30605
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
30606
- "name": "validationBehavior",
30607
- "parent": {
30608
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
30609
- "name": "RACValidation"
30610
- },
30611
- "declarations": [
30612
- {
30613
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
30614
- "name": "RACValidation"
30615
- }
30616
- ],
30617
- "required": false,
30618
- "type": {
30619
- "name": "\"native\" | \"aria\""
30620
- }
30621
- },
30622
- "isDisabled": {
30623
- "defaultValue": null,
30624
- "description": "Whether the input is disabled.",
30625
- "name": "isDisabled",
30626
- "parent": {
30627
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30628
- "name": "InputBase"
30629
- },
30630
- "declarations": [
30631
- {
30632
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30633
- "name": "InputBase"
30634
- }
30635
- ],
30636
- "required": false,
30637
- "type": {
30638
- "name": "boolean"
30639
- }
30640
- },
30641
- "isReadOnly": {
30642
- "defaultValue": null,
30643
- "description": "Whether the input can be selected but not changed by the user.",
30644
- "name": "isReadOnly",
30645
- "parent": {
30646
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30647
- "name": "InputBase"
30648
- },
30649
- "declarations": [
30650
- {
30651
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30652
- "name": "InputBase"
30653
- }
30654
- ],
30655
- "required": false,
30656
- "type": {
30657
- "name": "boolean"
30658
- }
30659
- },
30660
- "isRequired": {
30661
- "defaultValue": null,
30662
- "description": "Whether user input is required on the input before form submission.",
30663
- "name": "isRequired",
30664
- "parent": {
30665
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30666
- "name": "Validation"
30667
- },
30668
- "declarations": [
30669
- {
30670
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30671
- "name": "Validation"
30672
- }
30673
- ],
30674
- "required": false,
30675
- "type": {
30676
- "name": "boolean"
30677
- }
30678
- },
30679
- "isInvalid": {
30680
- "defaultValue": null,
30681
- "description": "Whether the input value is invalid.",
30682
- "name": "isInvalid",
30683
- "parent": {
30684
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30685
- "name": "Validation"
30686
- },
30687
- "declarations": [
30688
- {
30689
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30690
- "name": "Validation"
30691
- }
30692
- ],
30693
- "required": false,
30694
- "type": {
30695
- "name": "boolean"
30696
- }
30697
- },
30698
- "validate": {
30699
- "defaultValue": null,
30700
- "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
30701
- "name": "validate",
30702
- "parent": {
30703
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30704
- "name": "Validation"
30705
- },
30706
- "declarations": [
30707
- {
30708
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30709
- "name": "Validation"
30710
- }
30711
- ],
30712
- "required": false,
30713
- "type": {
30714
- "name": "((value: TimeValue) => true | ValidationError | null)"
30715
- }
30716
- },
30717
- "autoFocus": {
30718
- "defaultValue": null,
30719
- "description": "Whether the element should receive focus on render.",
30720
- "name": "autoFocus",
30721
- "parent": {
30722
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30723
- "name": "FocusableProps"
30724
- },
30725
- "declarations": [
30726
- {
30727
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30728
- "name": "FocusableProps"
30729
- }
30730
- ],
30731
- "required": false,
30732
- "type": {
30733
- "name": "boolean"
30734
- }
30735
- },
30736
- "onFocusChange": {
30737
- "defaultValue": null,
30738
- "description": "Handler that is called when the element's focus status changes.",
30739
- "name": "onFocusChange",
30740
- "parent": {
30741
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30742
- "name": "FocusEvents"
30743
- },
30744
- "declarations": [
30745
- {
30746
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30747
- "name": "FocusEvents"
30748
- }
30749
- ],
30750
- "required": false,
30751
- "type": {
30752
- "name": "((isFocused: boolean) => void)"
30753
- }
30754
- },
30755
- "value": {
30756
- "defaultValue": null,
30757
- "description": "The current value (controlled).",
30758
- "name": "value",
30759
- "parent": {
30760
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30761
- "name": "ValueBase"
30762
- },
30763
- "declarations": [
30764
- {
30765
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30766
- "name": "ValueBase"
30767
- }
30768
- ],
30769
- "required": false,
30770
- "type": {
30771
- "name": "TimeValue | null"
30772
- }
30773
- },
30774
- "defaultValue": {
30775
- "defaultValue": null,
30776
- "description": "The default value (uncontrolled).",
30777
- "name": "defaultValue",
30778
- "parent": {
30779
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30780
- "name": "ValueBase"
30781
- },
30782
- "declarations": [
30783
- {
30784
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30785
- "name": "ValueBase"
30786
- }
30787
- ],
30788
- "required": false,
30789
- "type": {
30790
- "name": "TimeValue | null"
30791
- }
30792
- },
30793
- "slot": {
30794
- "defaultValue": null,
30795
- "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.",
30796
- "name": "slot",
30797
- "parent": {
30798
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
30799
- "name": "SlotProps"
30800
- },
30801
- "declarations": [
30802
- {
30803
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
30804
- "name": "SlotProps"
30805
- }
30806
- ],
30807
- "required": false,
30808
- "type": {
30809
- "name": "string | null"
30810
- }
30811
- },
30812
- "enterKeyHint": {
30813
- "defaultValue": null,
30814
- "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
30815
- "name": "enterKeyHint",
30816
- "parent": {
30817
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30818
- "name": "AriaSearchFieldProps"
30819
- },
30820
- "declarations": [
30821
- {
30822
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30823
- "name": "AriaSearchFieldProps"
30824
- }
30825
- ],
30826
- "required": false,
30827
- "type": {
30828
- "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
30829
- }
30830
- },
30831
- "excludeFromTabOrder": {
30832
- "defaultValue": null,
30833
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
30834
- "name": "excludeFromTabOrder",
30835
- "parent": {
30836
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30837
- "name": "FocusableDOMProps"
30838
- },
30839
- "declarations": [
30840
- {
30841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30842
- "name": "FocusableDOMProps"
30843
- }
30844
- ],
30845
- "required": false,
30846
- "type": {
30847
- "name": "boolean"
30848
- }
30849
- },
30850
- "autoComplete": {
30851
- "defaultValue": null,
30852
- "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
30853
- "name": "autoComplete",
30854
- "parent": {
30855
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30856
- "name": "TextInputDOMProps"
30857
- },
30858
- "declarations": [
30859
- {
30860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30861
- "name": "TextInputDOMProps"
30862
- }
30863
- ],
30864
- "required": false,
30865
- "type": {
30866
- "name": "string"
30867
- }
30868
- },
30869
- "maxLength": {
30870
- "defaultValue": null,
30871
- "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
30872
- "name": "maxLength",
30873
- "parent": {
30874
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30875
- "name": "TextInputDOMProps"
30876
- },
30877
- "declarations": [
30878
- {
30879
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30880
- "name": "TextInputDOMProps"
30881
- }
30882
- ],
30883
- "required": false,
30884
- "type": {
30885
- "name": "number"
30886
- }
30887
- },
30888
- "minLength": {
30889
- "defaultValue": null,
30890
- "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
30891
- "name": "minLength",
30892
- "parent": {
30893
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30894
- "name": "TextInputDOMProps"
30895
- },
30896
- "declarations": [
30897
- {
30898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30899
- "name": "TextInputDOMProps"
30900
- }
30901
- ],
30902
- "required": false,
30903
- "type": {
30904
- "name": "number"
30905
- }
30906
- },
30907
- "pattern": {
30908
- "defaultValue": null,
30909
- "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
30910
- "name": "pattern",
30911
- "parent": {
30912
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30913
- "name": "TextInputDOMProps"
30914
- },
30915
- "declarations": [
30916
- {
30917
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30918
- "name": "TextInputDOMProps"
30919
- }
30920
- ],
30921
- "required": false,
30922
- "type": {
30923
- "name": "string"
30924
- }
30925
- },
30926
- "inputMode": {
30927
- "defaultValue": null,
30928
- "description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
30929
- "name": "inputMode",
30930
- "parent": {
30931
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30932
- "name": "TextInputDOMProps"
30933
- },
30934
- "declarations": [
30935
- {
30936
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30937
- "name": "TextInputDOMProps"
30938
- }
30939
- ],
30940
- "required": false,
30941
- "type": {
30942
- "name": "\"none\" | \"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
30943
- }
30944
- },
30945
- "autoCorrect": {
30946
- "defaultValue": null,
30947
- "description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
30948
- "name": "autoCorrect",
30949
- "parent": {
30950
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30951
- "name": "TextInputDOMProps"
30952
- },
30953
- "declarations": [
30954
- {
30955
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30956
- "name": "TextInputDOMProps"
30957
- }
30958
- ],
30959
- "required": false,
30960
- "type": {
30961
- "name": "string"
30962
- }
30963
- },
30964
- "spellCheck": {
30965
- "defaultValue": null,
30966
- "description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
30967
- "name": "spellCheck",
30968
- "parent": {
30969
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30970
- "name": "TextInputDOMProps"
30971
- },
30972
- "declarations": [
30973
- {
30974
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30975
- "name": "TextInputDOMProps"
30976
- }
30977
- ],
30978
- "required": false,
30979
- "type": {
30980
- "name": "string"
30981
- }
30982
- },
30983
- "onClear": {
30984
- "defaultValue": null,
30985
- "description": "Handler that is called when the clear button is pressed.",
30986
- "name": "onClear",
30987
- "parent": {
30988
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30989
- "name": "SearchFieldProps"
30990
- },
30991
- "declarations": [
30992
- {
30993
- "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30994
- "name": "SearchFieldProps"
30995
- }
30996
- ],
30997
- "required": false,
30998
- "type": {
30999
- "name": "(() => void)"
31000
- }
31001
- },
31002
- "children": {
31003
- "defaultValue": null,
31004
- "description": "",
31005
- "name": "children",
31006
- "declarations": [
31007
- {
31008
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31009
- "name": "TypeLiteral"
31010
- }
31011
- ],
31012
- "required": false,
31013
- "type": {
31014
- "name": "ReactNode"
31015
- }
31016
- },
31017
- "wrapWith": {
31018
- "defaultValue": null,
31019
- "description": "",
31020
- "name": "wrapWith",
31021
- "parent": {
31022
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
31023
- "name": "FlowComponentProps"
31024
- },
31025
- "declarations": [
31026
- {
31027
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
31028
- "name": "FlowComponentProps"
31029
- }
31030
- ],
31031
- "required": false,
31032
- "type": {
31033
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
31034
- }
31035
- },
31036
- "tunnelId": {
31037
- "defaultValue": null,
31038
- "description": "@internal",
31039
- "name": "tunnelId",
31040
- "parent": {
31041
- "fileName": "components/src/lib/types/props.ts",
31042
- "name": "PropsWithTunnel"
31043
- },
31044
- "declarations": [
31045
- {
31046
- "fileName": "components/src/lib/types/props.ts",
31047
- "name": "PropsWithTunnel"
31048
- }
31049
- ],
31050
- "required": false,
31051
- "type": {
31052
- "name": "string | null"
31053
- }
31054
- },
31055
- "ref": {
31056
- "defaultValue": null,
31057
- "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}",
31058
- "name": "ref",
31059
- "parent": {
31060
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31061
- "name": "RefAttributes"
31062
- },
31063
- "declarations": [
31064
- {
31065
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31066
- "name": "RefAttributes"
31067
- }
31068
- ],
31069
- "required": false,
31070
- "type": {
31071
- "name": "Ref<HTMLInputElement>"
31072
- }
31073
- },
31074
- "key": {
31075
- "defaultValue": null,
31076
- "description": "",
31077
- "name": "key",
31078
- "parent": {
31079
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31080
- "name": "Attributes"
31081
- },
31082
- "declarations": [
31083
- {
31084
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
31085
- "name": "Attributes"
31086
- }
31087
- ],
31088
- "required": false,
31089
- "type": {
31090
- "name": "Key | null"
31091
- }
31092
- }
31093
- }
31094
- },
31095
- {
31096
- "tags": {
31097
- "flr-generate": "all"
31098
- },
31099
- "filePath": "src/components/Rating/Rating.tsx",
31100
- "description": "",
31101
- "displayName": "Rating",
31102
- "methods": [],
31103
- "props": {
31104
- "value": {
31105
- "defaultValue": {
31106
- "value": ": 0"
31107
- },
31108
- "description": "The value sets the amount of filled stars.",
31109
- "name": "value",
31110
- "parent": {
31111
- "fileName": "src/components/Rating/Rating.tsx",
31112
- "name": "RatingProps"
31113
- },
31114
- "declarations": [
31115
- {
31116
- "fileName": "src/components/Rating/Rating.tsx",
31117
- "name": "RatingProps"
31118
- }
31119
- ],
31120
- "required": false,
31121
- "type": {
31122
- "name": "0 | 2 | 1 | 3 | 4 | 5"
31123
- }
31124
- },
31125
- "size": {
31126
- "defaultValue": {
31127
- "value": ": \"m\""
31128
- },
31129
- "description": "The size of the component.",
31130
- "name": "size",
31131
- "parent": {
31132
- "fileName": "src/components/Rating/Rating.tsx",
31133
- "name": "RatingProps"
31134
- },
31135
- "declarations": [
31136
- {
31137
- "fileName": "src/components/Rating/Rating.tsx",
31138
- "name": "RatingProps"
31139
- }
31140
- ],
31141
- "required": false,
31142
- "type": {
31143
- "name": "\"s\" | \"m\""
31144
- }
31145
- },
31146
- "className": {
31147
- "defaultValue": null,
31148
- "description": "The elements class name.",
31149
- "name": "className",
31150
- "parent": {
31151
- "fileName": "components/src/lib/types/props.ts",
31152
- "name": "PropsWithClassName"
31153
- },
31154
- "declarations": [
31155
- {
31156
- "fileName": "components/src/lib/types/props.ts",
31157
- "name": "PropsWithClassName"
31158
- }
31159
- ],
31160
- "required": false,
31161
- "type": {
31162
- "name": "string"
31163
- }
31164
- }
31165
- }
31166
- },
31167
- {
31168
- "tags": {
31169
- "flr-generate": "all"
31170
- },
31171
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
31172
- "description": "",
31173
- "displayName": "RadioGroup",
31174
- "methods": [],
31175
- "props": {
31176
- "onFocus": {
31177
- "defaultValue": null,
31178
- "description": "Handler that is called when the element receives focus.",
31179
- "name": "onFocus",
31180
- "parent": {
31181
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
31182
- "name": "FocusEvents"
31183
- },
31184
- "declarations": [
31185
- {
31186
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
31187
- "name": "FocusEvents"
31188
- }
31189
- ],
31190
- "required": false,
31191
- "type": {
31192
- "name": "((e: FocusEvent<Element, Element>) => void)"
31193
- }
31194
- },
31195
- "onBlur": {
31196
- "defaultValue": null,
31197
- "description": "Handler that is called when the element loses focus.",
31198
- "name": "onBlur",
31199
- "parent": {
31200
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
31201
- "name": "FocusEvents"
31202
- },
31203
- "declarations": [
31204
- {
31205
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
31206
- "name": "FocusEvents"
31207
- }
31208
- ],
31209
- "required": false,
31210
- "type": {
31211
- "name": "((e: FocusEvent<Element, Element>) => void)"
31212
- }
31213
- },
31214
- "onChange": {
31215
- "defaultValue": null,
31216
- "description": "Handler that is called when the value changes.",
31217
- "name": "onChange",
31218
- "parent": {
31219
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
31220
- "name": "ValueBase"
31221
- },
31222
- "declarations": [
31223
- {
31224
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
31225
- "name": "ValueBase"
31226
- }
31227
- ],
31228
- "required": false,
31229
- "type": {
31230
- "name": "((value: TimeValue | null) => void)"
31231
- }
31232
- },
31233
- "className": {
31234
- "defaultValue": null,
31235
- "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.",
31236
- "name": "className",
31237
- "parent": {
31238
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
31239
- "name": "StyleRenderProps"
31240
- },
31241
- "declarations": [
31242
- {
31243
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
31244
- "name": "StyleRenderProps"
31245
- }
31246
- ],
31247
- "required": false,
31248
- "type": {
31249
- "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
31250
- }
31251
- },
31252
- "id": {
31253
- "defaultValue": null,
31254
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
31255
- "name": "id",
31256
- "parent": {
31257
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
31258
- "name": "DOMProps"
31259
- },
31260
- "declarations": [
31261
- {
31262
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
31263
- "name": "DOMProps"
31264
- }
31265
- ],
31266
- "required": false,
31267
- "type": {
31268
- "name": "string"
31269
- }
31270
- },
31271
- "name": {
31272
- "defaultValue": null,
31273
- "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
31274
- "name": "name",
31275
- "parent": {
31276
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
31277
- "name": "InputDOMProps"
31278
- },
31279
- "declarations": [
31280
- {
31281
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
31282
- "name": "InputDOMProps"
31283
- }
31284
- ],
31285
- "required": false,
31286
- "type": {
31287
- "name": "string"
31288
- }
31289
- },
31290
- "style": {
31291
- "defaultValue": null,
31292
- "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.",
31293
- "name": "style",
31294
- "parent": {
31295
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
31296
- "name": "StyleRenderProps"
31297
- },
31298
- "declarations": [
31299
- {
31300
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
31301
- "name": "StyleRenderProps"
31302
- }
31303
- ],
31304
- "required": false,
31305
- "type": {
31306
- "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
31307
- }
31308
- },
31309
- "orientation": {
31310
- "defaultValue": {
31311
- "value": "'vertical'"
31312
- },
31313
- "description": "The axis the Radio Button(s) should align with.",
31314
- "name": "orientation",
31315
- "parent": {
31316
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
31317
- "name": "RadioGroupProps"
31318
- },
31319
- "declarations": [
31320
- {
31321
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
31322
- "name": "RadioGroupProps"
31323
- }
31324
- ],
31325
- "required": false,
31326
- "type": {
31327
- "name": "Orientation"
31325
+ "name": "Orientation"
31328
31326
  }
31329
31327
  },
31330
31328
  "aria-describedby": {
@@ -34365,7 +34363,7 @@
34365
34363
  "props": {
34366
34364
  "controller": {
34367
34365
  "defaultValue": null,
34368
- "description": "",
34366
+ "description": "An overlay controller to control the popover state.",
34369
34367
  "name": "controller",
34370
34368
  "parent": {
34371
34369
  "fileName": "components/src/components/Options/Options.tsx",
@@ -34382,162 +34380,179 @@
34382
34380
  "name": "OverlayController"
34383
34381
  }
34384
34382
  },
34385
- "selectionBehavior": {
34386
- "defaultValue": {
34387
- "value": "\"toggle\""
34388
- },
34389
- "description": "How multiple selection should behave in the collection.",
34390
- "name": "selectionBehavior",
34383
+ "renderEmptyState": {
34384
+ "defaultValue": null,
34385
+ "description": "Provides content to display when there are no items in the list.",
34386
+ "name": "renderEmptyState",
34391
34387
  "parent": {
34392
34388
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34393
- "name": "TableProps"
34389
+ "name": "ListBoxProps"
34394
34390
  },
34395
34391
  "declarations": [
34396
34392
  {
34397
34393
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34398
- "name": "TableProps"
34394
+ "name": "ListBoxProps"
34399
34395
  }
34400
34396
  ],
34401
34397
  "required": false,
34402
34398
  "type": {
34403
- "name": "SelectionBehavior"
34399
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
34404
34400
  }
34405
34401
  },
34406
- "dragAndDropHooks": {
34402
+ "onAction": {
34407
34403
  "defaultValue": null,
34408
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
34409
- "name": "dragAndDropHooks",
34404
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
34405
+ "name": "onAction",
34410
34406
  "parent": {
34411
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34412
- "name": "TableProps"
34407
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34408
+ "name": "AriaListBoxProps"
34413
34409
  },
34414
34410
  "declarations": [
34415
34411
  {
34416
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34417
- "name": "TableProps"
34412
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34413
+ "name": "AriaListBoxProps"
34418
34414
  }
34419
34415
  ],
34420
34416
  "required": false,
34421
34417
  "type": {
34422
- "name": "DragAndDropHooks"
34418
+ "name": "((key: Key) => void)"
34423
34419
  }
34424
34420
  },
34425
- "renderEmptyState": {
34421
+ "withTip": {
34426
34422
  "defaultValue": null,
34427
- "description": "Provides content to display when there are no items in the list.",
34428
- "name": "renderEmptyState",
34423
+ "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
34424
+ "name": "withTip",
34429
34425
  "parent": {
34430
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34431
- "name": "ListBoxProps"
34426
+ "fileName": "components/src/components/Popover/Popover.tsx",
34427
+ "name": "PopoverProps"
34432
34428
  },
34433
34429
  "declarations": [
34434
34430
  {
34435
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34436
- "name": "ListBoxProps"
34431
+ "fileName": "components/src/components/Popover/Popover.tsx",
34432
+ "name": "PopoverProps"
34437
34433
  }
34438
34434
  ],
34439
34435
  "required": false,
34440
34436
  "type": {
34441
- "name": "((props: ListBoxRenderProps) => ReactNode)"
34437
+ "name": "boolean"
34442
34438
  }
34443
34439
  },
34444
- "layout": {
34445
- "defaultValue": {
34446
- "value": "'stack'"
34440
+ "isDialogContent": {
34441
+ "defaultValue": null,
34442
+ "description": "Whether the popover contains a dialog.",
34443
+ "name": "isDialogContent",
34444
+ "parent": {
34445
+ "fileName": "components/src/components/Popover/Popover.tsx",
34446
+ "name": "PopoverProps"
34447
34447
  },
34448
- "description": "Whether the items are arranged in a stack or grid.",
34449
- "name": "layout",
34448
+ "declarations": [
34449
+ {
34450
+ "fileName": "components/src/components/Popover/Popover.tsx",
34451
+ "name": "PopoverProps"
34452
+ }
34453
+ ],
34454
+ "required": false,
34455
+ "type": {
34456
+ "name": "boolean"
34457
+ }
34458
+ },
34459
+ "width": {
34460
+ "defaultValue": null,
34461
+ "description": "A fixed width for the popover.",
34462
+ "name": "width",
34450
34463
  "parent": {
34451
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34452
- "name": "ListBoxProps"
34464
+ "fileName": "components/src/components/Popover/Popover.tsx",
34465
+ "name": "PopoverProps"
34453
34466
  },
34454
34467
  "declarations": [
34455
34468
  {
34456
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34457
- "name": "ListBoxProps"
34469
+ "fileName": "components/src/components/Popover/Popover.tsx",
34470
+ "name": "PopoverProps"
34458
34471
  }
34459
34472
  ],
34460
34473
  "required": false,
34461
34474
  "type": {
34462
- "name": "\"grid\" | \"stack\""
34475
+ "name": "string | number"
34463
34476
  }
34464
34477
  },
34465
- "orientation": {
34478
+ "padding": {
34466
34479
  "defaultValue": {
34467
- "value": "'vertical'"
34480
+ "value": "\"m\""
34468
34481
  },
34469
- "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
34470
- "name": "orientation",
34482
+ "description": "The popovers padding.",
34483
+ "name": "padding",
34471
34484
  "parent": {
34472
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34473
- "name": "ListBoxProps"
34485
+ "fileName": "components/src/components/Popover/Popover.tsx",
34486
+ "name": "PopoverProps"
34474
34487
  },
34475
34488
  "declarations": [
34476
34489
  {
34477
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34478
- "name": "ListBoxProps"
34490
+ "fileName": "components/src/components/Popover/Popover.tsx",
34491
+ "name": "PopoverProps"
34479
34492
  }
34480
34493
  ],
34481
34494
  "required": false,
34482
34495
  "type": {
34483
- "name": "Orientation"
34496
+ "name": "\"s\" | \"m\""
34484
34497
  }
34485
34498
  },
34486
- "onFocus": {
34499
+ "className": {
34487
34500
  "defaultValue": null,
34488
- "description": "Handler that is called when the element receives focus.",
34489
- "name": "onFocus",
34501
+ "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.",
34502
+ "name": "className",
34490
34503
  "parent": {
34491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34492
- "name": "FocusEvents"
34504
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34505
+ "name": "StyleRenderProps"
34493
34506
  },
34494
34507
  "declarations": [
34495
34508
  {
34496
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34497
- "name": "FocusEvents"
34509
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34510
+ "name": "StyleRenderProps"
34498
34511
  }
34499
34512
  ],
34500
34513
  "required": false,
34501
34514
  "type": {
34502
- "name": "((e: FocusEvent<Element, Element>) => void)"
34515
+ "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
34503
34516
  }
34504
34517
  },
34505
- "onBlur": {
34518
+ "style": {
34506
34519
  "defaultValue": null,
34507
- "description": "Handler that is called when the element loses focus.",
34508
- "name": "onBlur",
34520
+ "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.",
34521
+ "name": "style",
34509
34522
  "parent": {
34510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34511
- "name": "FocusEvents"
34523
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34524
+ "name": "StyleRenderProps"
34512
34525
  },
34513
34526
  "declarations": [
34514
34527
  {
34515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34516
- "name": "FocusEvents"
34528
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34529
+ "name": "StyleRenderProps"
34517
34530
  }
34518
34531
  ],
34519
34532
  "required": false,
34520
34533
  "type": {
34521
- "name": "((e: FocusEvent<Element, Element>) => void)"
34534
+ "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
34522
34535
  }
34523
34536
  },
34524
- "id": {
34525
- "defaultValue": null,
34526
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
34527
- "name": "id",
34537
+ "offset": {
34538
+ "defaultValue": {
34539
+ "value": "8"
34540
+ },
34541
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
34542
+ "name": "offset",
34528
34543
  "parent": {
34529
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
34530
- "name": "DOMProps"
34544
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34545
+ "name": "PopoverProps"
34531
34546
  },
34532
34547
  "declarations": [
34533
34548
  {
34534
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
34535
- "name": "DOMProps"
34549
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34550
+ "name": "PopoverProps"
34536
34551
  }
34537
34552
  ],
34538
34553
  "required": false,
34539
34554
  "type": {
34540
- "name": "string"
34555
+ "name": "number"
34541
34556
  }
34542
34557
  },
34543
34558
  "aria-describedby": {
@@ -34616,75 +34631,77 @@
34616
34631
  "name": "string"
34617
34632
  }
34618
34633
  },
34619
- "autoFocus": {
34620
- "defaultValue": null,
34621
- "description": "Whether to auto focus the listbox or an option.",
34622
- "name": "autoFocus",
34634
+ "arrowBoundaryOffset": {
34635
+ "defaultValue": {
34636
+ "value": "0"
34637
+ },
34638
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
34639
+ "name": "arrowBoundaryOffset",
34623
34640
  "parent": {
34624
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34625
- "name": "ListBoxProps"
34641
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34642
+ "name": "AriaPositionProps"
34626
34643
  },
34627
34644
  "declarations": [
34628
34645
  {
34629
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34630
- "name": "ListBoxProps"
34646
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34647
+ "name": "AriaPositionProps"
34631
34648
  }
34632
34649
  ],
34633
34650
  "required": false,
34634
34651
  "type": {
34635
- "name": "boolean | FocusStrategy"
34652
+ "name": "number"
34636
34653
  }
34637
34654
  },
34638
- "onFocusChange": {
34655
+ "triggerRef": {
34639
34656
  "defaultValue": null,
34640
- "description": "Handler that is called when the element's focus status changes.",
34641
- "name": "onFocusChange",
34657
+ "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
34658
+ "name": "triggerRef",
34642
34659
  "parent": {
34643
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34644
- "name": "FocusEvents"
34660
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34661
+ "name": "TooltipProps"
34645
34662
  },
34646
34663
  "declarations": [
34647
34664
  {
34648
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34649
- "name": "FocusEvents"
34665
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34666
+ "name": "TooltipProps"
34650
34667
  }
34651
34668
  ],
34652
34669
  "required": false,
34653
34670
  "type": {
34654
- "name": "((isFocused: boolean) => void)"
34671
+ "name": "RefObject<Element | null>"
34655
34672
  }
34656
34673
  },
34657
- "items": {
34674
+ "isEntering": {
34658
34675
  "defaultValue": null,
34659
- "description": "Item objects in the collection.",
34660
- "name": "items",
34676
+ "description": "Whether the tooltip is currently performing an entry animation.",
34677
+ "name": "isEntering",
34661
34678
  "parent": {
34662
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34663
- "name": "CollectionBase"
34679
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34680
+ "name": "TooltipProps"
34664
34681
  },
34665
34682
  "declarations": [
34666
34683
  {
34667
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34668
- "name": "CollectionBase"
34684
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34685
+ "name": "TooltipProps"
34669
34686
  }
34670
34687
  ],
34671
34688
  "required": false,
34672
34689
  "type": {
34673
- "name": "Iterable<OptionProps>"
34690
+ "name": "boolean"
34674
34691
  }
34675
34692
  },
34676
- "disallowEmptySelection": {
34693
+ "isExiting": {
34677
34694
  "defaultValue": null,
34678
- "description": "Whether the collection allows empty selection.",
34679
- "name": "disallowEmptySelection",
34695
+ "description": "Whether the tooltip is currently performing an exit animation.",
34696
+ "name": "isExiting",
34680
34697
  "parent": {
34681
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34682
- "name": "MultipleSelection"
34698
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34699
+ "name": "TooltipProps"
34683
34700
  },
34684
34701
  "declarations": [
34685
34702
  {
34686
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34687
- "name": "MultipleSelection"
34703
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34704
+ "name": "TooltipProps"
34688
34705
  }
34689
34706
  ],
34690
34707
  "required": false,
@@ -34692,77 +34709,104 @@
34692
34709
  "name": "boolean"
34693
34710
  }
34694
34711
  },
34695
- "onSelectionChange": {
34696
- "defaultValue": null,
34697
- "description": "Handler that is called when the selection changes.",
34698
- "name": "onSelectionChange",
34712
+ "UNSTABLE_portalContainer": {
34713
+ "defaultValue": {
34714
+ "value": "document.body"
34715
+ },
34716
+ "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
34717
+ "name": "UNSTABLE_portalContainer",
34699
34718
  "parent": {
34700
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34701
- "name": "MultipleSelection"
34719
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34720
+ "name": "TooltipProps"
34702
34721
  },
34703
34722
  "declarations": [
34704
34723
  {
34705
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34706
- "name": "MultipleSelection"
34724
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34725
+ "name": "TooltipProps"
34707
34726
  }
34708
34727
  ],
34709
34728
  "required": false,
34710
34729
  "type": {
34711
- "name": "((keys: Selection) => void)"
34730
+ "name": "Element"
34712
34731
  }
34713
34732
  },
34714
- "disabledKeys": {
34715
- "defaultValue": null,
34716
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
34717
- "name": "disabledKeys",
34733
+ "placement": {
34734
+ "defaultValue": {
34735
+ "value": "'bottom'"
34736
+ },
34737
+ "description": "The placement of the element with respect to its anchor element.",
34738
+ "name": "placement",
34718
34739
  "parent": {
34719
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34720
- "name": "CollectionBase"
34740
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34741
+ "name": "PositionProps"
34721
34742
  },
34722
34743
  "declarations": [
34723
34744
  {
34724
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34725
- "name": "CollectionBase"
34745
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34746
+ "name": "PositionProps"
34726
34747
  }
34727
34748
  ],
34728
34749
  "required": false,
34729
34750
  "type": {
34730
- "name": "Iterable<Key>"
34751
+ "name": "Placement"
34731
34752
  }
34732
34753
  },
34733
- "escapeKeyBehavior": {
34754
+ "containerPadding": {
34734
34755
  "defaultValue": {
34735
- "value": "'clearSelection'"
34756
+ "value": "12"
34736
34757
  },
34737
- "description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
34738
- "name": "escapeKeyBehavior",
34758
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
34759
+ "name": "containerPadding",
34739
34760
  "parent": {
34740
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34741
- "name": "AriaListBoxPropsBase"
34761
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34762
+ "name": "PositionProps"
34742
34763
  },
34743
34764
  "declarations": [
34744
34765
  {
34745
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34746
- "name": "AriaListBoxPropsBase"
34766
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34767
+ "name": "PositionProps"
34747
34768
  }
34748
34769
  ],
34749
34770
  "required": false,
34750
34771
  "type": {
34751
- "name": "\"none\" | \"clearSelection\""
34772
+ "name": "number"
34752
34773
  }
34753
34774
  },
34754
- "shouldSelectOnPressUp": {
34755
- "defaultValue": null,
34756
- "description": "Whether selection should occur on press up instead of press down.",
34757
- "name": "shouldSelectOnPressUp",
34775
+ "crossOffset": {
34776
+ "defaultValue": {
34777
+ "value": "0"
34778
+ },
34779
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
34780
+ "name": "crossOffset",
34758
34781
  "parent": {
34759
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34760
- "name": "AriaListBoxProps"
34782
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34783
+ "name": "PositionProps"
34761
34784
  },
34762
34785
  "declarations": [
34763
34786
  {
34764
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34765
- "name": "AriaListBoxProps"
34787
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34788
+ "name": "PositionProps"
34789
+ }
34790
+ ],
34791
+ "required": false,
34792
+ "type": {
34793
+ "name": "number"
34794
+ }
34795
+ },
34796
+ "shouldFlip": {
34797
+ "defaultValue": {
34798
+ "value": "true"
34799
+ },
34800
+ "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
34801
+ "name": "shouldFlip",
34802
+ "parent": {
34803
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34804
+ "name": "PositionProps"
34805
+ },
34806
+ "declarations": [
34807
+ {
34808
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34809
+ "name": "PositionProps"
34766
34810
  }
34767
34811
  ],
34768
34812
  "required": false,
@@ -34770,75 +34814,138 @@
34770
34814
  "name": "boolean"
34771
34815
  }
34772
34816
  },
34773
- "selectionMode": {
34817
+ "isOpen": {
34774
34818
  "defaultValue": null,
34775
- "description": "The type of selection that is allowed in the collection.",
34776
- "name": "selectionMode",
34819
+ "description": "Whether the element is rendered.",
34820
+ "name": "isOpen",
34777
34821
  "parent": {
34778
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34779
- "name": "MultipleSelection"
34822
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34823
+ "name": "PositionProps"
34780
34824
  },
34781
34825
  "declarations": [
34782
34826
  {
34783
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34784
- "name": "MultipleSelection"
34827
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34828
+ "name": "PositionProps"
34785
34829
  }
34786
34830
  ],
34787
34831
  "required": false,
34788
34832
  "type": {
34789
- "name": "SelectionMode"
34833
+ "name": "boolean"
34790
34834
  }
34791
34835
  },
34792
- "selectedKeys": {
34836
+ "defaultOpen": {
34793
34837
  "defaultValue": null,
34794
- "description": "The currently selected keys in the collection (controlled).",
34795
- "name": "selectedKeys",
34838
+ "description": "Whether the overlay is open by default (uncontrolled).",
34839
+ "name": "defaultOpen",
34796
34840
  "parent": {
34797
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34798
- "name": "MultipleSelection"
34841
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34842
+ "name": "OverlayTriggerProps"
34799
34843
  },
34800
34844
  "declarations": [
34801
34845
  {
34802
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34803
- "name": "MultipleSelection"
34846
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34847
+ "name": "OverlayTriggerProps"
34804
34848
  }
34805
34849
  ],
34806
34850
  "required": false,
34807
34851
  "type": {
34808
- "name": "\"all\" | Iterable<Key>"
34852
+ "name": "boolean"
34809
34853
  }
34810
34854
  },
34811
- "defaultSelectedKeys": {
34855
+ "onOpenChange": {
34812
34856
  "defaultValue": null,
34813
- "description": "The initial selected keys in the collection (uncontrolled).",
34814
- "name": "defaultSelectedKeys",
34857
+ "description": "Handler that is called when the overlay's open state changes.",
34858
+ "name": "onOpenChange",
34815
34859
  "parent": {
34816
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34817
- "name": "MultipleSelection"
34860
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34861
+ "name": "OverlayTriggerProps"
34818
34862
  },
34819
34863
  "declarations": [
34820
34864
  {
34821
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34822
- "name": "MultipleSelection"
34865
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34866
+ "name": "OverlayTriggerProps"
34823
34867
  }
34824
34868
  ],
34825
34869
  "required": false,
34826
34870
  "type": {
34827
- "name": "\"all\" | Iterable<Key>"
34871
+ "name": "((isOpen: boolean) => void)"
34828
34872
  }
34829
34873
  },
34830
- "shouldFocusOnHover": {
34874
+ "slot": {
34831
34875
  "defaultValue": null,
34832
- "description": "Whether options should be focused when the user hovers over them.",
34833
- "name": "shouldFocusOnHover",
34876
+ "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.",
34877
+ "name": "slot",
34834
34878
  "parent": {
34835
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34836
- "name": "AriaListBoxProps"
34879
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34880
+ "name": "SlotProps"
34837
34881
  },
34838
34882
  "declarations": [
34839
34883
  {
34840
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34841
- "name": "AriaListBoxProps"
34884
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34885
+ "name": "SlotProps"
34886
+ }
34887
+ ],
34888
+ "required": false,
34889
+ "type": {
34890
+ "name": "string | null"
34891
+ }
34892
+ },
34893
+ "boundaryElement": {
34894
+ "defaultValue": {
34895
+ "value": "document.body"
34896
+ },
34897
+ "description": "Element that that serves as the positioning boundary.",
34898
+ "name": "boundaryElement",
34899
+ "parent": {
34900
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34901
+ "name": "AriaPositionProps"
34902
+ },
34903
+ "declarations": [
34904
+ {
34905
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34906
+ "name": "AriaPositionProps"
34907
+ }
34908
+ ],
34909
+ "required": false,
34910
+ "type": {
34911
+ "name": "Element"
34912
+ }
34913
+ },
34914
+ "scrollRef": {
34915
+ "defaultValue": {
34916
+ "value": "overlayRef"
34917
+ },
34918
+ "description": "A ref for the scrollable region within the overlay.",
34919
+ "name": "scrollRef",
34920
+ "parent": {
34921
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34922
+ "name": "AriaPositionProps"
34923
+ },
34924
+ "declarations": [
34925
+ {
34926
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34927
+ "name": "AriaPositionProps"
34928
+ }
34929
+ ],
34930
+ "required": false,
34931
+ "type": {
34932
+ "name": "RefObject<Element | null>"
34933
+ }
34934
+ },
34935
+ "shouldUpdatePosition": {
34936
+ "defaultValue": {
34937
+ "value": "true"
34938
+ },
34939
+ "description": "Whether the overlay should update its position automatically.",
34940
+ "name": "shouldUpdatePosition",
34941
+ "parent": {
34942
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34943
+ "name": "AriaPositionProps"
34944
+ },
34945
+ "declarations": [
34946
+ {
34947
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34948
+ "name": "AriaPositionProps"
34842
34949
  }
34843
34950
  ],
34844
34951
  "required": false,
@@ -34846,37 +34953,37 @@
34846
34953
  "name": "boolean"
34847
34954
  }
34848
34955
  },
34849
- "onAction": {
34956
+ "maxHeight": {
34850
34957
  "defaultValue": null,
34851
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
34852
- "name": "onAction",
34958
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
34959
+ "name": "maxHeight",
34853
34960
  "parent": {
34854
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34855
- "name": "AriaListBoxProps"
34961
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34962
+ "name": "AriaPositionProps"
34856
34963
  },
34857
34964
  "declarations": [
34858
34965
  {
34859
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34860
- "name": "AriaListBoxProps"
34966
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34967
+ "name": "AriaPositionProps"
34861
34968
  }
34862
34969
  ],
34863
34970
  "required": false,
34864
34971
  "type": {
34865
- "name": "((key: Key) => void)"
34972
+ "name": "number"
34866
34973
  }
34867
34974
  },
34868
- "shouldFocusWrap": {
34975
+ "isNonModal": {
34869
34976
  "defaultValue": null,
34870
- "description": "Whether focus should wrap around when the end/start is reached.",
34871
- "name": "shouldFocusWrap",
34977
+ "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
34978
+ "name": "isNonModal",
34872
34979
  "parent": {
34873
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34874
- "name": "ListBoxProps"
34980
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34981
+ "name": "AriaPopoverProps"
34875
34982
  },
34876
34983
  "declarations": [
34877
34984
  {
34878
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34879
- "name": "ListBoxProps"
34985
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34986
+ "name": "AriaPopoverProps"
34880
34987
  }
34881
34988
  ],
34882
34989
  "required": false,
@@ -34884,94 +34991,111 @@
34884
34991
  "name": "boolean"
34885
34992
  }
34886
34993
  },
34887
- "children": {
34888
- "defaultValue": null,
34889
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
34890
- "name": "children",
34994
+ "isKeyboardDismissDisabled": {
34995
+ "defaultValue": {
34996
+ "value": "false"
34997
+ },
34998
+ "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
34999
+ "name": "isKeyboardDismissDisabled",
34891
35000
  "parent": {
34892
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34893
- "name": "TableProps"
35001
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35002
+ "name": "AriaPopoverProps"
34894
35003
  },
34895
35004
  "declarations": [
34896
35005
  {
34897
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34898
- "name": "TableProps"
35006
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35007
+ "name": "AriaPopoverProps"
34899
35008
  }
34900
35009
  ],
34901
35010
  "required": false,
34902
35011
  "type": {
34903
- "name": "ReactNode"
35012
+ "name": "boolean"
34904
35013
  }
34905
35014
  },
34906
- "dependencies": {
35015
+ "shouldCloseOnInteractOutside": {
34907
35016
  "defaultValue": null,
34908
- "description": "Values that should invalidate the item cache when using dynamic collections.",
34909
- "name": "dependencies",
35017
+ "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
35018
+ "name": "shouldCloseOnInteractOutside",
34910
35019
  "parent": {
34911
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34912
- "name": "CollectionProps"
35020
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35021
+ "name": "AriaPopoverProps"
34913
35022
  },
34914
35023
  "declarations": [
34915
35024
  {
34916
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34917
- "name": "CollectionProps"
35025
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35026
+ "name": "AriaPopoverProps"
34918
35027
  }
34919
35028
  ],
34920
35029
  "required": false,
34921
35030
  "type": {
34922
- "name": "readonly any[]"
35031
+ "name": "((element: Element) => boolean)"
34923
35032
  }
34924
35033
  },
34925
- "className": {
35034
+ "trigger": {
34926
35035
  "defaultValue": null,
34927
- "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.",
34928
- "name": "className",
35036
+ "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
35037
+ "name": "trigger",
34929
35038
  "parent": {
34930
35039
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34931
- "name": "StyleRenderProps"
35040
+ "name": "PopoverProps"
34932
35041
  },
34933
35042
  "declarations": [
34934
35043
  {
34935
35044
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34936
- "name": "StyleRenderProps"
35045
+ "name": "PopoverProps"
34937
35046
  }
34938
35047
  ],
34939
35048
  "required": false,
34940
35049
  "type": {
34941
- "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
35050
+ "name": "string"
34942
35051
  }
34943
35052
  },
34944
- "style": {
35053
+ "children": {
34945
35054
  "defaultValue": null,
34946
- "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.",
34947
- "name": "style",
35055
+ "description": "",
35056
+ "name": "children",
35057
+ "declarations": [
35058
+ {
35059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35060
+ "name": "TypeLiteral"
35061
+ }
35062
+ ],
35063
+ "required": false,
35064
+ "type": {
35065
+ "name": "ReactNode"
35066
+ }
35067
+ },
35068
+ "wrapWith": {
35069
+ "defaultValue": null,
35070
+ "description": "",
35071
+ "name": "wrapWith",
34948
35072
  "parent": {
34949
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34950
- "name": "StyleRenderProps"
35073
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35074
+ "name": "FlowComponentProps"
34951
35075
  },
34952
35076
  "declarations": [
34953
35077
  {
34954
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34955
- "name": "StyleRenderProps"
35078
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35079
+ "name": "FlowComponentProps"
34956
35080
  }
34957
35081
  ],
34958
35082
  "required": false,
34959
35083
  "type": {
34960
- "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35084
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
34961
35085
  }
34962
35086
  },
34963
- "slot": {
35087
+ "tunnelId": {
34964
35088
  "defaultValue": null,
34965
- "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.",
34966
- "name": "slot",
35089
+ "description": "@internal",
35090
+ "name": "tunnelId",
34967
35091
  "parent": {
34968
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34969
- "name": "SlotProps"
35092
+ "fileName": "components/src/lib/types/props.ts",
35093
+ "name": "PropsWithTunnel"
34970
35094
  },
34971
35095
  "declarations": [
34972
35096
  {
34973
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34974
- "name": "SlotProps"
35097
+ "fileName": "components/src/lib/types/props.ts",
35098
+ "name": "PropsWithTunnel"
34975
35099
  }
34976
35100
  ],
34977
35101
  "required": false,
@@ -34979,23 +35103,42 @@
34979
35103
  "name": "string | null"
34980
35104
  }
34981
35105
  },
34982
- "onScroll": {
35106
+ "ref": {
34983
35107
  "defaultValue": null,
34984
- "description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
34985
- "name": "onScroll",
35108
+ "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}",
35109
+ "name": "ref",
34986
35110
  "parent": {
34987
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34988
- "name": "ScrollableProps"
35111
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35112
+ "name": "RefAttributes"
34989
35113
  },
34990
35114
  "declarations": [
34991
35115
  {
34992
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34993
- "name": "ScrollableProps"
35116
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35117
+ "name": "RefAttributes"
34994
35118
  }
34995
35119
  ],
34996
35120
  "required": false,
34997
35121
  "type": {
34998
- "name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
35122
+ "name": "Ref<HTMLInputElement>"
35123
+ }
35124
+ },
35125
+ "key": {
35126
+ "defaultValue": null,
35127
+ "description": "",
35128
+ "name": "key",
35129
+ "parent": {
35130
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35131
+ "name": "Attributes"
35132
+ },
35133
+ "declarations": [
35134
+ {
35135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35136
+ "name": "Attributes"
35137
+ }
35138
+ ],
35139
+ "required": false,
35140
+ "type": {
35141
+ "name": "Key | null"
34999
35142
  }
35000
35143
  }
35001
35144
  }
@@ -155505,42 +155648,42 @@
155505
155648
  "name": "\"all\" | Iterable<Key>"
155506
155649
  }
155507
155650
  },
155508
- "onAction": {
155651
+ "renderEmptyState": {
155509
155652
  "defaultValue": null,
155510
- "description": "Handler that is called when an item is selected.",
155511
- "name": "onAction",
155653
+ "description": "Provides content to display when there are no items in the list.",
155654
+ "name": "renderEmptyState",
155512
155655
  "parent": {
155513
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155514
- "name": "MenuProps"
155656
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155657
+ "name": "ListBoxProps"
155515
155658
  },
155516
155659
  "declarations": [
155517
155660
  {
155518
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155519
- "name": "MenuProps"
155661
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155662
+ "name": "ListBoxProps"
155520
155663
  }
155521
155664
  ],
155522
155665
  "required": false,
155523
155666
  "type": {
155524
- "name": "((key: Key) => void)"
155667
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
155525
155668
  }
155526
155669
  },
155527
- "renderEmptyState": {
155670
+ "onAction": {
155528
155671
  "defaultValue": null,
155529
- "description": "Provides content to display when there are no items in the list.",
155530
- "name": "renderEmptyState",
155672
+ "description": "Handler that is called when an item is selected.",
155673
+ "name": "onAction",
155531
155674
  "parent": {
155532
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155533
- "name": "ListBoxProps"
155675
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155676
+ "name": "MenuProps"
155534
155677
  },
155535
155678
  "declarations": [
155536
155679
  {
155537
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155538
- "name": "ListBoxProps"
155680
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155681
+ "name": "MenuProps"
155539
155682
  }
155540
155683
  ],
155541
155684
  "required": false,
155542
155685
  "type": {
155543
- "name": "((props: ListBoxRenderProps) => ReactNode)"
155686
+ "name": "((key: Key) => void)"
155544
155687
  }
155545
155688
  }
155546
155689
  }
@@ -171175,7 +171318,7 @@
171175
171318
  ],
171176
171319
  "required": false,
171177
171320
  "type": {
171178
- "name": "Iterable<OptionProps>"
171321
+ "name": "Iterable<{ children?: ReactNode; }>"
171179
171322
  }
171180
171323
  },
171181
171324
  "onAction": {
@@ -222345,7 +222488,7 @@
222345
222488
  ],
222346
222489
  "required": false,
222347
222490
  "type": {
222348
- "name": "Iterable<OptionProps>"
222491
+ "name": "Iterable<{ children?: ReactNode; }>"
222349
222492
  }
222350
222493
  },
222351
222494
  "dependencies": {
@@ -222738,7 +222881,7 @@
222738
222881
  ],
222739
222882
  "required": false,
222740
222883
  "type": {
222741
- "name": "Iterable<OptionProps>"
222884
+ "name": "Iterable<{ children?: ReactNode; }>"
222742
222885
  }
222743
222886
  },
222744
222887
  "disallowEmptySelection": {
@@ -222935,23 +223078,23 @@
222935
223078
  "name": "DragAndDropHooks"
222936
223079
  }
222937
223080
  },
222938
- "shouldFocusOnHover": {
223081
+ "renderEmptyState": {
222939
223082
  "defaultValue": null,
222940
- "description": "Whether options should be focused when the user hovers over them.",
222941
- "name": "shouldFocusOnHover",
223083
+ "description": "Provides content to display when there are no items in the list.",
223084
+ "name": "renderEmptyState",
222942
223085
  "parent": {
222943
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222944
- "name": "AriaListBoxProps"
223086
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223087
+ "name": "ListBoxProps"
222945
223088
  },
222946
223089
  "declarations": [
222947
223090
  {
222948
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222949
- "name": "AriaListBoxProps"
223091
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223092
+ "name": "ListBoxProps"
222950
223093
  }
222951
223094
  ],
222952
223095
  "required": false,
222953
223096
  "type": {
222954
- "name": "boolean"
223097
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
222955
223098
  }
222956
223099
  },
222957
223100
  "onAction": {
@@ -222973,18 +223116,18 @@
222973
223116
  "name": "((key: Key) => void)"
222974
223117
  }
222975
223118
  },
222976
- "shouldFocusWrap": {
223119
+ "shouldFocusOnHover": {
222977
223120
  "defaultValue": null,
222978
- "description": "Whether focus should wrap around when the end/start is reached.",
222979
- "name": "shouldFocusWrap",
223121
+ "description": "Whether options should be focused when the user hovers over them.",
223122
+ "name": "shouldFocusOnHover",
222980
223123
  "parent": {
222981
223124
  "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222982
- "name": "ListBoxProps"
223125
+ "name": "AriaListBoxProps"
222983
223126
  },
222984
223127
  "declarations": [
222985
223128
  {
222986
223129
  "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222987
- "name": "ListBoxProps"
223130
+ "name": "AriaListBoxProps"
222988
223131
  }
222989
223132
  ],
222990
223133
  "required": false,
@@ -222992,23 +223135,23 @@
222992
223135
  "name": "boolean"
222993
223136
  }
222994
223137
  },
222995
- "renderEmptyState": {
223138
+ "shouldFocusWrap": {
222996
223139
  "defaultValue": null,
222997
- "description": "Provides content to display when there are no items in the list.",
222998
- "name": "renderEmptyState",
223140
+ "description": "Whether focus should wrap around when the end/start is reached.",
223141
+ "name": "shouldFocusWrap",
222999
223142
  "parent": {
223000
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223143
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
223001
223144
  "name": "ListBoxProps"
223002
223145
  },
223003
223146
  "declarations": [
223004
223147
  {
223005
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223148
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
223006
223149
  "name": "ListBoxProps"
223007
223150
  }
223008
223151
  ],
223009
223152
  "required": false,
223010
223153
  "type": {
223011
- "name": "((props: ListBoxRenderProps) => ReactNode)"
223154
+ "name": "boolean"
223012
223155
  }
223013
223156
  },
223014
223157
  "layout": {
@@ -223144,87 +223287,6 @@
223144
223287
  }
223145
223288
  }
223146
223289
  },
223147
- {
223148
- "tags": {},
223149
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
223150
- "description": "",
223151
- "displayName": "SectionHeader",
223152
- "methods": [],
223153
- "props": {
223154
- "children": {
223155
- "defaultValue": null,
223156
- "description": "",
223157
- "name": "children",
223158
- "declarations": [
223159
- {
223160
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223161
- "name": "TypeLiteral"
223162
- }
223163
- ],
223164
- "required": false,
223165
- "type": {
223166
- "name": "ReactNode"
223167
- }
223168
- },
223169
- "className": {
223170
- "defaultValue": null,
223171
- "description": "The elements class name.",
223172
- "name": "className",
223173
- "parent": {
223174
- "fileName": "components/src/lib/types/props.ts",
223175
- "name": "PropsWithClassName"
223176
- },
223177
- "declarations": [
223178
- {
223179
- "fileName": "components/src/lib/types/props.ts",
223180
- "name": "PropsWithClassName"
223181
- }
223182
- ],
223183
- "required": false,
223184
- "type": {
223185
- "name": "string"
223186
- }
223187
- },
223188
- "ref": {
223189
- "defaultValue": null,
223190
- "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}",
223191
- "name": "ref",
223192
- "parent": {
223193
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223194
- "name": "RefAttributes"
223195
- },
223196
- "declarations": [
223197
- {
223198
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223199
- "name": "RefAttributes"
223200
- }
223201
- ],
223202
- "required": false,
223203
- "type": {
223204
- "name": "Ref<HTMLInputElement>"
223205
- }
223206
- },
223207
- "key": {
223208
- "defaultValue": null,
223209
- "description": "",
223210
- "name": "key",
223211
- "parent": {
223212
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223213
- "name": "Attributes"
223214
- },
223215
- "declarations": [
223216
- {
223217
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223218
- "name": "Attributes"
223219
- }
223220
- ],
223221
- "required": false,
223222
- "type": {
223223
- "name": "Key | null"
223224
- }
223225
- }
223226
- }
223227
- },
223228
223290
  {
223229
223291
  "tags": {
223230
223292
  "flr-generate": "all",
@@ -223708,6 +223770,87 @@
223708
223770
  }
223709
223771
  }
223710
223772
  },
223773
+ {
223774
+ "tags": {},
223775
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
223776
+ "description": "",
223777
+ "displayName": "SectionHeader",
223778
+ "methods": [],
223779
+ "props": {
223780
+ "children": {
223781
+ "defaultValue": null,
223782
+ "description": "",
223783
+ "name": "children",
223784
+ "declarations": [
223785
+ {
223786
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223787
+ "name": "TypeLiteral"
223788
+ }
223789
+ ],
223790
+ "required": false,
223791
+ "type": {
223792
+ "name": "ReactNode"
223793
+ }
223794
+ },
223795
+ "className": {
223796
+ "defaultValue": null,
223797
+ "description": "The elements class name.",
223798
+ "name": "className",
223799
+ "parent": {
223800
+ "fileName": "components/src/lib/types/props.ts",
223801
+ "name": "PropsWithClassName"
223802
+ },
223803
+ "declarations": [
223804
+ {
223805
+ "fileName": "components/src/lib/types/props.ts",
223806
+ "name": "PropsWithClassName"
223807
+ }
223808
+ ],
223809
+ "required": false,
223810
+ "type": {
223811
+ "name": "string"
223812
+ }
223813
+ },
223814
+ "ref": {
223815
+ "defaultValue": null,
223816
+ "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}",
223817
+ "name": "ref",
223818
+ "parent": {
223819
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223820
+ "name": "RefAttributes"
223821
+ },
223822
+ "declarations": [
223823
+ {
223824
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223825
+ "name": "RefAttributes"
223826
+ }
223827
+ ],
223828
+ "required": false,
223829
+ "type": {
223830
+ "name": "Ref<HTMLInputElement>"
223831
+ }
223832
+ },
223833
+ "key": {
223834
+ "defaultValue": null,
223835
+ "description": "",
223836
+ "name": "key",
223837
+ "parent": {
223838
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223839
+ "name": "Attributes"
223840
+ },
223841
+ "declarations": [
223842
+ {
223843
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223844
+ "name": "Attributes"
223845
+ }
223846
+ ],
223847
+ "required": false,
223848
+ "type": {
223849
+ "name": "Key | null"
223850
+ }
223851
+ }
223852
+ }
223853
+ },
223711
223854
  {
223712
223855
  "tags": {
223713
223856
  "flr-generate": "all",
@@ -232806,9 +232949,9 @@
232806
232949
  },
232807
232950
  {
232808
232951
  "tags": {},
232809
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232952
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232810
232953
  "description": "",
232811
- "displayName": "DateRangeInput",
232954
+ "displayName": "DateInput",
232812
232955
  "methods": [],
232813
232956
  "props": {
232814
232957
  "isDisabled": {
@@ -232816,12 +232959,12 @@
232816
232959
  "description": "",
232817
232960
  "name": "isDisabled",
232818
232961
  "parent": {
232819
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232962
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232820
232963
  "name": "DateInputProps"
232821
232964
  },
232822
232965
  "declarations": [
232823
232966
  {
232824
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232967
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232825
232968
  "name": "DateInputProps"
232826
232969
  }
232827
232970
  ],
@@ -232834,9 +232977,9 @@
232834
232977
  },
232835
232978
  {
232836
232979
  "tags": {},
232837
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232980
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232838
232981
  "description": "",
232839
- "displayName": "DateInput",
232982
+ "displayName": "DateRangeInput",
232840
232983
  "methods": [],
232841
232984
  "props": {
232842
232985
  "isDisabled": {
@@ -232844,12 +232987,12 @@
232844
232987
  "description": "",
232845
232988
  "name": "isDisabled",
232846
232989
  "parent": {
232847
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232990
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232848
232991
  "name": "DateInputProps"
232849
232992
  },
232850
232993
  "declarations": [
232851
232994
  {
232852
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232995
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232853
232996
  "name": "DateInputProps"
232854
232997
  }
232855
232998
  ],
@@ -232860,146 +233003,6 @@
232860
233003
  }
232861
233004
  }
232862
233005
  },
232863
- {
232864
- "tags": {
232865
- "flr-generate": "all"
232866
- },
232867
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
232868
- "description": "",
232869
- "displayName": "ContextualHelpTrigger",
232870
- "methods": [],
232871
- "props": {
232872
- "isDefaultOpen": {
232873
- "defaultValue": null,
232874
- "description": "Whether the overlay should be open initially.",
232875
- "name": "isDefaultOpen",
232876
- "parent": {
232877
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232878
- "name": "OverlayTriggerProps"
232879
- },
232880
- "declarations": [
232881
- {
232882
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232883
- "name": "OverlayTriggerProps"
232884
- }
232885
- ],
232886
- "required": false,
232887
- "type": {
232888
- "name": "boolean"
232889
- }
232890
- },
232891
- "controller": {
232892
- "defaultValue": null,
232893
- "description": "A controller to control the state of the overlay.",
232894
- "name": "controller",
232895
- "parent": {
232896
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232897
- "name": "OverlayTriggerProps"
232898
- },
232899
- "declarations": [
232900
- {
232901
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232902
- "name": "OverlayTriggerProps"
232903
- }
232904
- ],
232905
- "required": false,
232906
- "type": {
232907
- "name": "OverlayController"
232908
- }
232909
- },
232910
- "wrapWith": {
232911
- "defaultValue": null,
232912
- "description": "",
232913
- "name": "wrapWith",
232914
- "parent": {
232915
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232916
- "name": "FlowComponentProps"
232917
- },
232918
- "declarations": [
232919
- {
232920
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232921
- "name": "FlowComponentProps"
232922
- }
232923
- ],
232924
- "required": false,
232925
- "type": {
232926
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
232927
- }
232928
- },
232929
- "tunnelId": {
232930
- "defaultValue": null,
232931
- "description": "@internal",
232932
- "name": "tunnelId",
232933
- "parent": {
232934
- "fileName": "components/src/lib/types/props.ts",
232935
- "name": "PropsWithTunnel"
232936
- },
232937
- "declarations": [
232938
- {
232939
- "fileName": "components/src/lib/types/props.ts",
232940
- "name": "PropsWithTunnel"
232941
- }
232942
- ],
232943
- "required": false,
232944
- "type": {
232945
- "name": "string | null"
232946
- }
232947
- },
232948
- "ref": {
232949
- "defaultValue": null,
232950
- "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}",
232951
- "name": "ref",
232952
- "parent": {
232953
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232954
- "name": "RefAttributes"
232955
- },
232956
- "declarations": [
232957
- {
232958
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232959
- "name": "RefAttributes"
232960
- }
232961
- ],
232962
- "required": false,
232963
- "type": {
232964
- "name": "Ref<HTMLInputElement>"
232965
- }
232966
- },
232967
- "key": {
232968
- "defaultValue": null,
232969
- "description": "",
232970
- "name": "key",
232971
- "parent": {
232972
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232973
- "name": "Attributes"
232974
- },
232975
- "declarations": [
232976
- {
232977
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232978
- "name": "Attributes"
232979
- }
232980
- ],
232981
- "required": false,
232982
- "type": {
232983
- "name": "Key | null"
232984
- }
232985
- },
232986
- "children": {
232987
- "defaultValue": null,
232988
- "description": "",
232989
- "name": "children",
232990
- "declarations": [
232991
- {
232992
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232993
- "name": "TypeLiteral"
232994
- }
232995
- ],
232996
- "required": false,
232997
- "type": {
232998
- "name": "ReactNode"
232999
- }
233000
- }
233001
- }
233002
- },
233003
233006
  {
233004
233007
  "tags": {
233005
233008
  "flr-generate": "all"
@@ -233123,174 +233126,159 @@
233123
233126
  "name": "Key | null"
233124
233127
  }
233125
233128
  },
233126
- "children": {
233127
- "defaultValue": null,
233128
- "description": "",
233129
- "name": "children",
233130
- "declarations": [
233131
- {
233132
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233133
- "name": "TypeLiteral"
233134
- }
233135
- ],
233136
- "required": false,
233137
- "type": {
233138
- "name": "ReactNode"
233139
- }
233140
- }
233141
- }
233142
- },
233143
- {
233144
- "tags": {
233145
- "flr-generate": "all"
233146
- },
233147
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233148
- "description": "",
233149
- "displayName": "ContextMenuSection",
233150
- "methods": [],
233151
- "props": {
233152
- "children": {
233153
- "defaultValue": null,
233154
- "description": "",
233155
- "name": "children",
233156
- "declarations": [
233157
- {
233158
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233159
- "name": "TypeLiteral"
233160
- }
233161
- ],
233162
- "required": false,
233163
- "type": {
233164
- "name": "ReactNode"
233165
- }
233166
- },
233167
- "wrapWith": {
233168
- "defaultValue": null,
233169
- "description": "",
233170
- "name": "wrapWith",
233171
- "parent": {
233172
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233173
- "name": "FlowComponentProps"
233174
- },
233175
- "declarations": [
233176
- {
233177
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233178
- "name": "FlowComponentProps"
233179
- }
233180
- ],
233181
- "required": false,
233182
- "type": {
233183
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233184
- }
233185
- },
233186
- "tunnelId": {
233187
- "defaultValue": null,
233188
- "description": "@internal",
233189
- "name": "tunnelId",
233190
- "parent": {
233191
- "fileName": "components/src/lib/types/props.ts",
233192
- "name": "PropsWithTunnel"
233193
- },
233194
- "declarations": [
233195
- {
233196
- "fileName": "components/src/lib/types/props.ts",
233197
- "name": "PropsWithTunnel"
233198
- }
233199
- ],
233200
- "required": false,
233201
- "type": {
233202
- "name": "string | null"
233203
- }
233204
- },
233205
- "ref": {
233206
- "defaultValue": null,
233207
- "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}",
233208
- "name": "ref",
233209
- "parent": {
233210
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233211
- "name": "RefAttributes"
233212
- },
233213
- "declarations": [
233214
- {
233215
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233216
- "name": "RefAttributes"
233217
- }
233218
- ],
233219
- "required": false,
233220
- "type": {
233221
- "name": "Ref<HTMLInputElement>"
233222
- }
233223
- },
233224
- "key": {
233225
- "defaultValue": null,
233226
- "description": "",
233227
- "name": "key",
233228
- "parent": {
233229
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233230
- "name": "Attributes"
233231
- },
233232
- "declarations": [
233233
- {
233234
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233235
- "name": "Attributes"
233236
- }
233237
- ],
233238
- "required": false,
233239
- "type": {
233240
- "name": "Key | null"
233241
- }
233242
- },
233243
- "selectedKeys": {
233129
+ "children": {
233244
233130
  "defaultValue": null,
233245
- "description": "The currently selected keys in the collection (controlled).",
233246
- "name": "selectedKeys",
233131
+ "description": "",
233132
+ "name": "children",
233133
+ "declarations": [
233134
+ {
233135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233136
+ "name": "TypeLiteral"
233137
+ }
233138
+ ],
233139
+ "required": false,
233140
+ "type": {
233141
+ "name": "ReactNode"
233142
+ }
233143
+ }
233144
+ }
233145
+ },
233146
+ {
233147
+ "tags": {
233148
+ "flr-generate": "all"
233149
+ },
233150
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
233151
+ "description": "",
233152
+ "displayName": "ContextualHelpTrigger",
233153
+ "methods": [],
233154
+ "props": {
233155
+ "isDefaultOpen": {
233156
+ "defaultValue": null,
233157
+ "description": "Whether the overlay should be open initially.",
233158
+ "name": "isDefaultOpen",
233247
233159
  "parent": {
233248
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233249
- "name": "MultipleSelection"
233160
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233161
+ "name": "OverlayTriggerProps"
233250
233162
  },
233251
233163
  "declarations": [
233252
233164
  {
233253
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233254
- "name": "MultipleSelection"
233165
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233166
+ "name": "OverlayTriggerProps"
233255
233167
  }
233256
233168
  ],
233257
233169
  "required": false,
233258
233170
  "type": {
233259
- "name": "\"all\" | Iterable<Key>"
233171
+ "name": "boolean"
233260
233172
  }
233261
233173
  },
233262
- "defaultSelectedKeys": {
233174
+ "controller": {
233263
233175
  "defaultValue": null,
233264
- "description": "The initial selected keys in the collection (uncontrolled).",
233265
- "name": "defaultSelectedKeys",
233176
+ "description": "A controller to control the state of the overlay.",
233177
+ "name": "controller",
233266
233178
  "parent": {
233267
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233268
- "name": "MultipleSelection"
233179
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233180
+ "name": "OverlayTriggerProps"
233269
233181
  },
233270
233182
  "declarations": [
233271
233183
  {
233272
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233273
- "name": "MultipleSelection"
233184
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233185
+ "name": "OverlayTriggerProps"
233274
233186
  }
233275
233187
  ],
233276
233188
  "required": false,
233277
233189
  "type": {
233278
- "name": "\"all\" | Iterable<Key>"
233190
+ "name": "OverlayController"
233279
233191
  }
233280
233192
  },
233281
- "selectionMode": {
233193
+ "wrapWith": {
233282
233194
  "defaultValue": null,
233283
233195
  "description": "",
233284
- "name": "selectionMode",
233196
+ "name": "wrapWith",
233197
+ "parent": {
233198
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233199
+ "name": "FlowComponentProps"
233200
+ },
233285
233201
  "declarations": [
233286
233202
  {
233287
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233203
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233204
+ "name": "FlowComponentProps"
233205
+ }
233206
+ ],
233207
+ "required": false,
233208
+ "type": {
233209
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233210
+ }
233211
+ },
233212
+ "tunnelId": {
233213
+ "defaultValue": null,
233214
+ "description": "@internal",
233215
+ "name": "tunnelId",
233216
+ "parent": {
233217
+ "fileName": "components/src/lib/types/props.ts",
233218
+ "name": "PropsWithTunnel"
233219
+ },
233220
+ "declarations": [
233221
+ {
233222
+ "fileName": "components/src/lib/types/props.ts",
233223
+ "name": "PropsWithTunnel"
233224
+ }
233225
+ ],
233226
+ "required": false,
233227
+ "type": {
233228
+ "name": "string | null"
233229
+ }
233230
+ },
233231
+ "ref": {
233232
+ "defaultValue": null,
233233
+ "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}",
233234
+ "name": "ref",
233235
+ "parent": {
233236
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233237
+ "name": "RefAttributes"
233238
+ },
233239
+ "declarations": [
233240
+ {
233241
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233242
+ "name": "RefAttributes"
233243
+ }
233244
+ ],
233245
+ "required": false,
233246
+ "type": {
233247
+ "name": "Ref<HTMLInputElement>"
233248
+ }
233249
+ },
233250
+ "key": {
233251
+ "defaultValue": null,
233252
+ "description": "",
233253
+ "name": "key",
233254
+ "parent": {
233255
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233256
+ "name": "Attributes"
233257
+ },
233258
+ "declarations": [
233259
+ {
233260
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233261
+ "name": "Attributes"
233262
+ }
233263
+ ],
233264
+ "required": false,
233265
+ "type": {
233266
+ "name": "Key | null"
233267
+ }
233268
+ },
233269
+ "children": {
233270
+ "defaultValue": null,
233271
+ "description": "",
233272
+ "name": "children",
233273
+ "declarations": [
233274
+ {
233275
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233288
233276
  "name": "TypeLiteral"
233289
233277
  }
233290
233278
  ],
233291
233279
  "required": false,
233292
233280
  "type": {
233293
- "name": "ContextMenuSelectionMode"
233281
+ "name": "ReactNode"
233294
233282
  }
233295
233283
  }
233296
233284
  }
@@ -233453,7 +233441,7 @@
233453
233441
  ],
233454
233442
  "required": false,
233455
233443
  "type": {
233456
- "name": "Iterable<OptionProps>"
233444
+ "name": "Iterable<{ children?: ReactNode; }>"
233457
233445
  }
233458
233446
  },
233459
233447
  "disallowEmptySelection": {
@@ -233802,6 +233790,169 @@
233802
233790
  }
233803
233791
  }
233804
233792
  },
233793
+ {
233794
+ "tags": {
233795
+ "flr-generate": "all"
233796
+ },
233797
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233798
+ "description": "",
233799
+ "displayName": "ContextMenuSection",
233800
+ "methods": [],
233801
+ "props": {
233802
+ "children": {
233803
+ "defaultValue": null,
233804
+ "description": "",
233805
+ "name": "children",
233806
+ "declarations": [
233807
+ {
233808
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233809
+ "name": "TypeLiteral"
233810
+ }
233811
+ ],
233812
+ "required": false,
233813
+ "type": {
233814
+ "name": "ReactNode"
233815
+ }
233816
+ },
233817
+ "wrapWith": {
233818
+ "defaultValue": null,
233819
+ "description": "",
233820
+ "name": "wrapWith",
233821
+ "parent": {
233822
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233823
+ "name": "FlowComponentProps"
233824
+ },
233825
+ "declarations": [
233826
+ {
233827
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233828
+ "name": "FlowComponentProps"
233829
+ }
233830
+ ],
233831
+ "required": false,
233832
+ "type": {
233833
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233834
+ }
233835
+ },
233836
+ "tunnelId": {
233837
+ "defaultValue": null,
233838
+ "description": "@internal",
233839
+ "name": "tunnelId",
233840
+ "parent": {
233841
+ "fileName": "components/src/lib/types/props.ts",
233842
+ "name": "PropsWithTunnel"
233843
+ },
233844
+ "declarations": [
233845
+ {
233846
+ "fileName": "components/src/lib/types/props.ts",
233847
+ "name": "PropsWithTunnel"
233848
+ }
233849
+ ],
233850
+ "required": false,
233851
+ "type": {
233852
+ "name": "string | null"
233853
+ }
233854
+ },
233855
+ "ref": {
233856
+ "defaultValue": null,
233857
+ "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}",
233858
+ "name": "ref",
233859
+ "parent": {
233860
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233861
+ "name": "RefAttributes"
233862
+ },
233863
+ "declarations": [
233864
+ {
233865
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233866
+ "name": "RefAttributes"
233867
+ }
233868
+ ],
233869
+ "required": false,
233870
+ "type": {
233871
+ "name": "Ref<HTMLInputElement>"
233872
+ }
233873
+ },
233874
+ "key": {
233875
+ "defaultValue": null,
233876
+ "description": "",
233877
+ "name": "key",
233878
+ "parent": {
233879
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233880
+ "name": "Attributes"
233881
+ },
233882
+ "declarations": [
233883
+ {
233884
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233885
+ "name": "Attributes"
233886
+ }
233887
+ ],
233888
+ "required": false,
233889
+ "type": {
233890
+ "name": "Key | null"
233891
+ }
233892
+ },
233893
+ "selectedKeys": {
233894
+ "defaultValue": null,
233895
+ "description": "The currently selected keys in the collection (controlled).",
233896
+ "name": "selectedKeys",
233897
+ "parent": {
233898
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233899
+ "name": "MultipleSelection"
233900
+ },
233901
+ "declarations": [
233902
+ {
233903
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233904
+ "name": "MultipleSelection"
233905
+ }
233906
+ ],
233907
+ "required": false,
233908
+ "type": {
233909
+ "name": "\"all\" | Iterable<Key>"
233910
+ }
233911
+ },
233912
+ "defaultSelectedKeys": {
233913
+ "defaultValue": null,
233914
+ "description": "The initial selected keys in the collection (uncontrolled).",
233915
+ "name": "defaultSelectedKeys",
233916
+ "parent": {
233917
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233918
+ "name": "MultipleSelection"
233919
+ },
233920
+ "declarations": [
233921
+ {
233922
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233923
+ "name": "MultipleSelection"
233924
+ }
233925
+ ],
233926
+ "required": false,
233927
+ "type": {
233928
+ "name": "\"all\" | Iterable<Key>"
233929
+ }
233930
+ },
233931
+ "selectionMode": {
233932
+ "defaultValue": null,
233933
+ "description": "",
233934
+ "name": "selectionMode",
233935
+ "declarations": [
233936
+ {
233937
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233938
+ "name": "TypeLiteral"
233939
+ }
233940
+ ],
233941
+ "required": false,
233942
+ "type": {
233943
+ "name": "ContextMenuSelectionMode"
233944
+ }
233945
+ }
233946
+ }
233947
+ },
233948
+ {
233949
+ "tags": {},
233950
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
233951
+ "description": "",
233952
+ "displayName": "CalendarHeader",
233953
+ "methods": [],
233954
+ "props": {}
233955
+ },
233805
233956
  {
233806
233957
  "tags": {},
233807
233958
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
@@ -242630,14 +242781,6 @@
242630
242781
  }
242631
242782
  }
242632
242783
  },
242633
- {
242634
- "tags": {},
242635
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
242636
- "description": "",
242637
- "displayName": "CalendarHeader",
242638
- "methods": [],
242639
- "props": {}
242640
- },
242641
242784
  {
242642
242785
  "tags": {},
242643
242786
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -253478,7 +253621,7 @@
253478
253621
  ],
253479
253622
  "required": false,
253480
253623
  "type": {
253481
- "name": "Iterable<OptionProps>"
253624
+ "name": "Iterable<{ children?: ReactNode; }>"
253482
253625
  }
253483
253626
  },
253484
253627
  "disallowEmptySelection": {