@mittwald/flow-react-components 0.2.0-alpha.340 → 0.2.0-alpha.342

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 (23) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/assets/doc-properties.json +1073 -1034
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +3 -8
  5. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  6. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +2 -2
  7. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs.map +1 -1
  8. package/dist/js/components/src/components/TranslationProvider/TranslationProvider.mjs +10 -0
  9. package/dist/js/components/src/components/TranslationProvider/TranslationProvider.mjs.map +1 -0
  10. package/dist/js/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs +16 -0
  11. package/dist/js/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs.map +1 -0
  12. package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +1 -0
  13. package/dist/types/components/LabeledValue/stories/Default.stories.d.ts.map +1 -1
  14. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  15. package/dist/types/components/TranslationProvider/TranslationProvider.d.ts +12 -0
  16. package/dist/types/components/TranslationProvider/TranslationProvider.d.ts.map +1 -0
  17. package/dist/types/components/TranslationProvider/index.d.ts +3 -0
  18. package/dist/types/components/TranslationProvider/index.d.ts.map +1 -0
  19. package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts +9 -0
  20. package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts.map +1 -0
  21. package/dist/types/components/TranslationProvider/useLocalizedContextStringFormatter.d.ts +7 -0
  22. package/dist/types/components/TranslationProvider/useLocalizedContextStringFormatter.d.ts.map +1 -0
  23. package/package.json +4 -4
@@ -560,6 +560,45 @@
560
560
  }
561
561
  }
562
562
  },
563
+ {
564
+ "tags": {},
565
+ "filePath": "src/components/TranslationProvider/TranslationProvider.tsx",
566
+ "description": "",
567
+ "displayName": "TranslationProvider",
568
+ "methods": [],
569
+ "props": {
570
+ "children": {
571
+ "defaultValue": null,
572
+ "description": "",
573
+ "name": "children",
574
+ "declarations": [
575
+ {
576
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
577
+ "name": "TypeLiteral"
578
+ }
579
+ ],
580
+ "required": false,
581
+ "type": {
582
+ "name": "ReactNode"
583
+ }
584
+ },
585
+ "translations": {
586
+ "defaultValue": null,
587
+ "description": "",
588
+ "name": "translations",
589
+ "declarations": [
590
+ {
591
+ "fileName": "src/components/TranslationProvider/TranslationProvider.tsx",
592
+ "name": "TypeLiteral"
593
+ }
594
+ ],
595
+ "required": true,
596
+ "type": {
597
+ "name": "TranslationContext"
598
+ }
599
+ }
600
+ }
601
+ },
563
602
  {
564
603
  "tags": {
565
604
  "flr-generate": "all"
@@ -24066,23 +24105,293 @@
24066
24105
  "tags": {
24067
24106
  "flr-generate": "all"
24068
24107
  },
24069
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/Section.tsx",
24108
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
24070
24109
  "description": "",
24071
- "displayName": "Section",
24110
+ "displayName": "SegmentedControl",
24072
24111
  "methods": [],
24073
24112
  "props": {
24074
- "renderContextMenuSection": {
24113
+ "onFocus": {
24075
24114
  "defaultValue": null,
24076
- "description": "@internal",
24077
- "name": "renderContextMenuSection",
24115
+ "description": "Handler that is called when the element receives focus.",
24116
+ "name": "onFocus",
24078
24117
  "parent": {
24079
- "fileName": "components/src/components/Section/Section.tsx",
24080
- "name": "SectionProps"
24118
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24119
+ "name": "FocusEvents"
24081
24120
  },
24082
24121
  "declarations": [
24083
24122
  {
24084
- "fileName": "components/src/components/Section/Section.tsx",
24085
- "name": "SectionProps"
24123
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24124
+ "name": "FocusEvents"
24125
+ }
24126
+ ],
24127
+ "required": false,
24128
+ "type": {
24129
+ "name": "((e: FocusEvent<Element, Element>) => void)"
24130
+ }
24131
+ },
24132
+ "onBlur": {
24133
+ "defaultValue": null,
24134
+ "description": "Handler that is called when the element loses focus.",
24135
+ "name": "onBlur",
24136
+ "parent": {
24137
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24138
+ "name": "FocusEvents"
24139
+ },
24140
+ "declarations": [
24141
+ {
24142
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24143
+ "name": "FocusEvents"
24144
+ }
24145
+ ],
24146
+ "required": false,
24147
+ "type": {
24148
+ "name": "((e: FocusEvent<Element, Element>) => void)"
24149
+ }
24150
+ },
24151
+ "onChange": {
24152
+ "defaultValue": null,
24153
+ "description": "Handler that is called when the value changes.",
24154
+ "name": "onChange",
24155
+ "parent": {
24156
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24157
+ "name": "ValueBase"
24158
+ },
24159
+ "declarations": [
24160
+ {
24161
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24162
+ "name": "ValueBase"
24163
+ }
24164
+ ],
24165
+ "required": false,
24166
+ "type": {
24167
+ "name": "((value: TimeValue | null) => void)"
24168
+ }
24169
+ },
24170
+ "className": {
24171
+ "defaultValue": null,
24172
+ "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.",
24173
+ "name": "className",
24174
+ "parent": {
24175
+ "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",
24176
+ "name": "StyleRenderProps"
24177
+ },
24178
+ "declarations": [
24179
+ {
24180
+ "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",
24181
+ "name": "StyleRenderProps"
24182
+ }
24183
+ ],
24184
+ "required": false,
24185
+ "type": {
24186
+ "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
24187
+ }
24188
+ },
24189
+ "id": {
24190
+ "defaultValue": null,
24191
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
24192
+ "name": "id",
24193
+ "parent": {
24194
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24195
+ "name": "DOMProps"
24196
+ },
24197
+ "declarations": [
24198
+ {
24199
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24200
+ "name": "DOMProps"
24201
+ }
24202
+ ],
24203
+ "required": false,
24204
+ "type": {
24205
+ "name": "string"
24206
+ }
24207
+ },
24208
+ "name": {
24209
+ "defaultValue": null,
24210
+ "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).",
24211
+ "name": "name",
24212
+ "parent": {
24213
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24214
+ "name": "InputDOMProps"
24215
+ },
24216
+ "declarations": [
24217
+ {
24218
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24219
+ "name": "InputDOMProps"
24220
+ }
24221
+ ],
24222
+ "required": false,
24223
+ "type": {
24224
+ "name": "string"
24225
+ }
24226
+ },
24227
+ "style": {
24228
+ "defaultValue": null,
24229
+ "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.",
24230
+ "name": "style",
24231
+ "parent": {
24232
+ "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",
24233
+ "name": "StyleRenderProps"
24234
+ },
24235
+ "declarations": [
24236
+ {
24237
+ "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",
24238
+ "name": "StyleRenderProps"
24239
+ }
24240
+ ],
24241
+ "required": false,
24242
+ "type": {
24243
+ "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
24244
+ }
24245
+ },
24246
+ "orientation": {
24247
+ "defaultValue": {
24248
+ "value": "'vertical'"
24249
+ },
24250
+ "description": "The axis the Radio Button(s) should align with.",
24251
+ "name": "orientation",
24252
+ "parent": {
24253
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24254
+ "name": "RadioGroupProps"
24255
+ },
24256
+ "declarations": [
24257
+ {
24258
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24259
+ "name": "RadioGroupProps"
24260
+ }
24261
+ ],
24262
+ "required": false,
24263
+ "type": {
24264
+ "name": "Orientation"
24265
+ }
24266
+ },
24267
+ "aria-describedby": {
24268
+ "defaultValue": null,
24269
+ "description": "Identifies the element (or elements) that describes the object.",
24270
+ "name": "aria-describedby",
24271
+ "parent": {
24272
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24273
+ "name": "AriaLabelingProps"
24274
+ },
24275
+ "declarations": [
24276
+ {
24277
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24278
+ "name": "AriaLabelingProps"
24279
+ }
24280
+ ],
24281
+ "required": false,
24282
+ "type": {
24283
+ "name": "string"
24284
+ }
24285
+ },
24286
+ "aria-details": {
24287
+ "defaultValue": null,
24288
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
24289
+ "name": "aria-details",
24290
+ "parent": {
24291
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24292
+ "name": "AriaLabelingProps"
24293
+ },
24294
+ "declarations": [
24295
+ {
24296
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24297
+ "name": "AriaLabelingProps"
24298
+ }
24299
+ ],
24300
+ "required": false,
24301
+ "type": {
24302
+ "name": "string"
24303
+ }
24304
+ },
24305
+ "aria-errormessage": {
24306
+ "defaultValue": null,
24307
+ "description": "Identifies the element that provides an error message for the object.",
24308
+ "name": "aria-errormessage",
24309
+ "parent": {
24310
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24311
+ "name": "AriaValidationProps"
24312
+ },
24313
+ "declarations": [
24314
+ {
24315
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24316
+ "name": "AriaValidationProps"
24317
+ }
24318
+ ],
24319
+ "required": false,
24320
+ "type": {
24321
+ "name": "string"
24322
+ }
24323
+ },
24324
+ "aria-label": {
24325
+ "defaultValue": null,
24326
+ "description": "Defines a string value that labels the current element.",
24327
+ "name": "aria-label",
24328
+ "parent": {
24329
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24330
+ "name": "AriaLabelingProps"
24331
+ },
24332
+ "declarations": [
24333
+ {
24334
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24335
+ "name": "AriaLabelingProps"
24336
+ }
24337
+ ],
24338
+ "required": false,
24339
+ "type": {
24340
+ "name": "string"
24341
+ }
24342
+ },
24343
+ "aria-labelledby": {
24344
+ "defaultValue": null,
24345
+ "description": "Identifies the element (or elements) that labels the current element.",
24346
+ "name": "aria-labelledby",
24347
+ "parent": {
24348
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24349
+ "name": "AriaLabelingProps"
24350
+ },
24351
+ "declarations": [
24352
+ {
24353
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24354
+ "name": "AriaLabelingProps"
24355
+ }
24356
+ ],
24357
+ "required": false,
24358
+ "type": {
24359
+ "name": "string"
24360
+ }
24361
+ },
24362
+ "validationBehavior": {
24363
+ "defaultValue": {
24364
+ "value": "'native'"
24365
+ },
24366
+ "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.",
24367
+ "name": "validationBehavior",
24368
+ "parent": {
24369
+ "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",
24370
+ "name": "RACValidation"
24371
+ },
24372
+ "declarations": [
24373
+ {
24374
+ "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",
24375
+ "name": "RACValidation"
24376
+ }
24377
+ ],
24378
+ "required": false,
24379
+ "type": {
24380
+ "name": "\"native\" | \"aria\""
24381
+ }
24382
+ },
24383
+ "isDisabled": {
24384
+ "defaultValue": null,
24385
+ "description": "Whether the input is disabled.",
24386
+ "name": "isDisabled",
24387
+ "parent": {
24388
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24389
+ "name": "InputBase"
24390
+ },
24391
+ "declarations": [
24392
+ {
24393
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24394
+ "name": "InputBase"
24086
24395
  }
24087
24396
  ],
24088
24397
  "required": false,
@@ -24090,18 +24399,310 @@
24090
24399
  "name": "boolean"
24091
24400
  }
24092
24401
  },
24093
- "hideSeparator": {
24402
+ "isReadOnly": {
24094
24403
  "defaultValue": null,
24095
- "description": "@internal",
24096
- "name": "hideSeparator",
24404
+ "description": "Whether the input can be selected but not changed by the user.",
24405
+ "name": "isReadOnly",
24097
24406
  "parent": {
24098
- "fileName": "components/src/components/Section/Section.tsx",
24099
- "name": "SectionProps"
24407
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24408
+ "name": "InputBase"
24100
24409
  },
24101
24410
  "declarations": [
24102
24411
  {
24103
- "fileName": "components/src/components/Section/Section.tsx",
24104
- "name": "SectionProps"
24412
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24413
+ "name": "InputBase"
24414
+ }
24415
+ ],
24416
+ "required": false,
24417
+ "type": {
24418
+ "name": "boolean"
24419
+ }
24420
+ },
24421
+ "isRequired": {
24422
+ "defaultValue": null,
24423
+ "description": "Whether user input is required on the input before form submission.",
24424
+ "name": "isRequired",
24425
+ "parent": {
24426
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24427
+ "name": "Validation"
24428
+ },
24429
+ "declarations": [
24430
+ {
24431
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24432
+ "name": "Validation"
24433
+ }
24434
+ ],
24435
+ "required": false,
24436
+ "type": {
24437
+ "name": "boolean"
24438
+ }
24439
+ },
24440
+ "isInvalid": {
24441
+ "defaultValue": null,
24442
+ "description": "Whether the input value is invalid.",
24443
+ "name": "isInvalid",
24444
+ "parent": {
24445
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24446
+ "name": "Validation"
24447
+ },
24448
+ "declarations": [
24449
+ {
24450
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24451
+ "name": "Validation"
24452
+ }
24453
+ ],
24454
+ "required": false,
24455
+ "type": {
24456
+ "name": "boolean"
24457
+ }
24458
+ },
24459
+ "validate": {
24460
+ "defaultValue": null,
24461
+ "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.",
24462
+ "name": "validate",
24463
+ "parent": {
24464
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24465
+ "name": "Validation"
24466
+ },
24467
+ "declarations": [
24468
+ {
24469
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24470
+ "name": "Validation"
24471
+ }
24472
+ ],
24473
+ "required": false,
24474
+ "type": {
24475
+ "name": "((value: TimeValue) => true | ValidationError | null)"
24476
+ }
24477
+ },
24478
+ "onFocusChange": {
24479
+ "defaultValue": null,
24480
+ "description": "Handler that is called when the element's focus status changes.",
24481
+ "name": "onFocusChange",
24482
+ "parent": {
24483
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24484
+ "name": "FocusEvents"
24485
+ },
24486
+ "declarations": [
24487
+ {
24488
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24489
+ "name": "FocusEvents"
24490
+ }
24491
+ ],
24492
+ "required": false,
24493
+ "type": {
24494
+ "name": "((isFocused: boolean) => void)"
24495
+ }
24496
+ },
24497
+ "value": {
24498
+ "defaultValue": null,
24499
+ "description": "The current value (controlled).",
24500
+ "name": "value",
24501
+ "parent": {
24502
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24503
+ "name": "ValueBase"
24504
+ },
24505
+ "declarations": [
24506
+ {
24507
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24508
+ "name": "ValueBase"
24509
+ }
24510
+ ],
24511
+ "required": false,
24512
+ "type": {
24513
+ "name": "TimeValue | null"
24514
+ }
24515
+ },
24516
+ "defaultValue": {
24517
+ "defaultValue": null,
24518
+ "description": "The default value (uncontrolled).",
24519
+ "name": "defaultValue",
24520
+ "parent": {
24521
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24522
+ "name": "ValueBase"
24523
+ },
24524
+ "declarations": [
24525
+ {
24526
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24527
+ "name": "ValueBase"
24528
+ }
24529
+ ],
24530
+ "required": false,
24531
+ "type": {
24532
+ "name": "TimeValue | null"
24533
+ }
24534
+ },
24535
+ "slot": {
24536
+ "defaultValue": null,
24537
+ "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.",
24538
+ "name": "slot",
24539
+ "parent": {
24540
+ "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",
24541
+ "name": "SlotProps"
24542
+ },
24543
+ "declarations": [
24544
+ {
24545
+ "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",
24546
+ "name": "SlotProps"
24547
+ }
24548
+ ],
24549
+ "required": false,
24550
+ "type": {
24551
+ "name": "string | null"
24552
+ }
24553
+ },
24554
+ "children": {
24555
+ "defaultValue": null,
24556
+ "description": "",
24557
+ "name": "children",
24558
+ "declarations": [
24559
+ {
24560
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24561
+ "name": "TypeLiteral"
24562
+ }
24563
+ ],
24564
+ "required": false,
24565
+ "type": {
24566
+ "name": "ReactNode"
24567
+ }
24568
+ },
24569
+ "wrapWith": {
24570
+ "defaultValue": null,
24571
+ "description": "",
24572
+ "name": "wrapWith",
24573
+ "parent": {
24574
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24575
+ "name": "FlowComponentProps"
24576
+ },
24577
+ "declarations": [
24578
+ {
24579
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24580
+ "name": "FlowComponentProps"
24581
+ }
24582
+ ],
24583
+ "required": false,
24584
+ "type": {
24585
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
24586
+ }
24587
+ },
24588
+ "tunnelId": {
24589
+ "defaultValue": null,
24590
+ "description": "@internal",
24591
+ "name": "tunnelId",
24592
+ "parent": {
24593
+ "fileName": "components/src/lib/types/props.ts",
24594
+ "name": "PropsWithTunnel"
24595
+ },
24596
+ "declarations": [
24597
+ {
24598
+ "fileName": "components/src/lib/types/props.ts",
24599
+ "name": "PropsWithTunnel"
24600
+ }
24601
+ ],
24602
+ "required": false,
24603
+ "type": {
24604
+ "name": "string | null"
24605
+ }
24606
+ },
24607
+ "ref": {
24608
+ "defaultValue": null,
24609
+ "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}",
24610
+ "name": "ref",
24611
+ "parent": {
24612
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24613
+ "name": "RefAttributes"
24614
+ },
24615
+ "declarations": [
24616
+ {
24617
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24618
+ "name": "RefAttributes"
24619
+ }
24620
+ ],
24621
+ "required": false,
24622
+ "type": {
24623
+ "name": "Ref<HTMLInputElement>"
24624
+ }
24625
+ },
24626
+ "key": {
24627
+ "defaultValue": null,
24628
+ "description": "",
24629
+ "name": "key",
24630
+ "parent": {
24631
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24632
+ "name": "Attributes"
24633
+ },
24634
+ "declarations": [
24635
+ {
24636
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24637
+ "name": "Attributes"
24638
+ }
24639
+ ],
24640
+ "required": false,
24641
+ "type": {
24642
+ "name": "Key | null"
24643
+ }
24644
+ },
24645
+ "containerBreakpointSize": {
24646
+ "defaultValue": null,
24647
+ "description": "",
24648
+ "name": "containerBreakpointSize",
24649
+ "parent": {
24650
+ "fileName": "components/src/lib/types/props.ts",
24651
+ "name": "PropsWithContainerBreakpointSize"
24652
+ },
24653
+ "declarations": [
24654
+ {
24655
+ "fileName": "components/src/lib/types/props.ts",
24656
+ "name": "PropsWithContainerBreakpointSize"
24657
+ }
24658
+ ],
24659
+ "required": false,
24660
+ "type": {
24661
+ "name": "ContainerBreakpointSize"
24662
+ }
24663
+ }
24664
+ }
24665
+ },
24666
+ {
24667
+ "tags": {
24668
+ "flr-generate": "all"
24669
+ },
24670
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/Section.tsx",
24671
+ "description": "",
24672
+ "displayName": "Section",
24673
+ "methods": [],
24674
+ "props": {
24675
+ "renderContextMenuSection": {
24676
+ "defaultValue": null,
24677
+ "description": "@internal",
24678
+ "name": "renderContextMenuSection",
24679
+ "parent": {
24680
+ "fileName": "components/src/components/Section/Section.tsx",
24681
+ "name": "SectionProps"
24682
+ },
24683
+ "declarations": [
24684
+ {
24685
+ "fileName": "components/src/components/Section/Section.tsx",
24686
+ "name": "SectionProps"
24687
+ }
24688
+ ],
24689
+ "required": false,
24690
+ "type": {
24691
+ "name": "boolean"
24692
+ }
24693
+ },
24694
+ "hideSeparator": {
24695
+ "defaultValue": null,
24696
+ "description": "@internal",
24697
+ "name": "hideSeparator",
24698
+ "parent": {
24699
+ "fileName": "components/src/components/Section/Section.tsx",
24700
+ "name": "SectionProps"
24701
+ },
24702
+ "declarations": [
24703
+ {
24704
+ "fileName": "components/src/components/Section/Section.tsx",
24705
+ "name": "SectionProps"
24105
24706
  }
24106
24707
  ],
24107
24708
  "required": false,
@@ -29475,13 +30076,128 @@
29475
30076
  },
29476
30077
  {
29477
30078
  "tags": {
29478
- "flr-generate": "all"
30079
+ "flr-generate": "all",
30080
+ "flr-clear-props-context": ""
29479
30081
  },
29480
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
30082
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
29481
30083
  "description": "",
29482
- "displayName": "SegmentedControl",
30084
+ "displayName": "SearchField",
29483
30085
  "methods": [],
29484
30086
  "props": {
30087
+ "onCopy": {
30088
+ "defaultValue": null,
30089
+ "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
30090
+ "name": "onCopy",
30091
+ "parent": {
30092
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30093
+ "name": "TextInputDOMEvents"
30094
+ },
30095
+ "declarations": [
30096
+ {
30097
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30098
+ "name": "TextInputDOMEvents"
30099
+ }
30100
+ ],
30101
+ "required": false,
30102
+ "type": {
30103
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30104
+ }
30105
+ },
30106
+ "onCut": {
30107
+ "defaultValue": null,
30108
+ "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
30109
+ "name": "onCut",
30110
+ "parent": {
30111
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30112
+ "name": "TextInputDOMEvents"
30113
+ },
30114
+ "declarations": [
30115
+ {
30116
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30117
+ "name": "TextInputDOMEvents"
30118
+ }
30119
+ ],
30120
+ "required": false,
30121
+ "type": {
30122
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30123
+ }
30124
+ },
30125
+ "onPaste": {
30126
+ "defaultValue": null,
30127
+ "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
30128
+ "name": "onPaste",
30129
+ "parent": {
30130
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30131
+ "name": "TextInputDOMEvents"
30132
+ },
30133
+ "declarations": [
30134
+ {
30135
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30136
+ "name": "TextInputDOMEvents"
30137
+ }
30138
+ ],
30139
+ "required": false,
30140
+ "type": {
30141
+ "name": "ClipboardEventHandler<HTMLInputElement>"
30142
+ }
30143
+ },
30144
+ "onCompositionEnd": {
30145
+ "defaultValue": null,
30146
+ "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).",
30147
+ "name": "onCompositionEnd",
30148
+ "parent": {
30149
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30150
+ "name": "TextInputDOMEvents"
30151
+ },
30152
+ "declarations": [
30153
+ {
30154
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30155
+ "name": "TextInputDOMEvents"
30156
+ }
30157
+ ],
30158
+ "required": false,
30159
+ "type": {
30160
+ "name": "CompositionEventHandler<HTMLInputElement>"
30161
+ }
30162
+ },
30163
+ "onCompositionStart": {
30164
+ "defaultValue": null,
30165
+ "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).",
30166
+ "name": "onCompositionStart",
30167
+ "parent": {
30168
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30169
+ "name": "TextInputDOMEvents"
30170
+ },
30171
+ "declarations": [
30172
+ {
30173
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30174
+ "name": "TextInputDOMEvents"
30175
+ }
30176
+ ],
30177
+ "required": false,
30178
+ "type": {
30179
+ "name": "CompositionEventHandler<HTMLInputElement>"
30180
+ }
30181
+ },
30182
+ "onCompositionUpdate": {
30183
+ "defaultValue": null,
30184
+ "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).",
30185
+ "name": "onCompositionUpdate",
30186
+ "parent": {
30187
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30188
+ "name": "TextInputDOMEvents"
30189
+ },
30190
+ "declarations": [
30191
+ {
30192
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30193
+ "name": "TextInputDOMEvents"
30194
+ }
30195
+ ],
30196
+ "required": false,
30197
+ "type": {
30198
+ "name": "CompositionEventHandler<HTMLInputElement>"
30199
+ }
30200
+ },
29485
30201
  "onFocus": {
29486
30202
  "defaultValue": null,
29487
30203
  "description": "Handler that is called when the element receives focus.",
@@ -29537,797 +30253,120 @@
29537
30253
  "required": false,
29538
30254
  "type": {
29539
30255
  "name": "((value: TimeValue | null) => void)"
29540
- }
29541
- },
29542
- "className": {
29543
- "defaultValue": null,
29544
- "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.",
29545
- "name": "className",
29546
- "parent": {
29547
- "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",
29548
- "name": "StyleRenderProps"
29549
- },
29550
- "declarations": [
29551
- {
29552
- "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",
29553
- "name": "StyleRenderProps"
29554
- }
29555
- ],
29556
- "required": false,
29557
- "type": {
29558
- "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
29559
- }
29560
- },
29561
- "id": {
29562
- "defaultValue": null,
29563
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
29564
- "name": "id",
29565
- "parent": {
29566
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29567
- "name": "DOMProps"
29568
- },
29569
- "declarations": [
29570
- {
29571
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29572
- "name": "DOMProps"
29573
- }
29574
- ],
29575
- "required": false,
29576
- "type": {
29577
- "name": "string"
29578
- }
29579
- },
29580
- "name": {
29581
- "defaultValue": null,
29582
- "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).",
29583
- "name": "name",
29584
- "parent": {
29585
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29586
- "name": "InputDOMProps"
29587
- },
29588
- "declarations": [
29589
- {
29590
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29591
- "name": "InputDOMProps"
29592
- }
29593
- ],
29594
- "required": false,
29595
- "type": {
29596
- "name": "string"
29597
- }
29598
- },
29599
- "style": {
29600
- "defaultValue": null,
29601
- "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.",
29602
- "name": "style",
29603
- "parent": {
29604
- "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",
29605
- "name": "StyleRenderProps"
29606
- },
29607
- "declarations": [
29608
- {
29609
- "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",
29610
- "name": "StyleRenderProps"
29611
- }
29612
- ],
29613
- "required": false,
29614
- "type": {
29615
- "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
29616
- }
29617
- },
29618
- "orientation": {
29619
- "defaultValue": {
29620
- "value": "'vertical'"
29621
- },
29622
- "description": "The axis the Radio Button(s) should align with.",
29623
- "name": "orientation",
29624
- "parent": {
29625
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
29626
- "name": "RadioGroupProps"
29627
- },
29628
- "declarations": [
29629
- {
29630
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
29631
- "name": "RadioGroupProps"
29632
- }
29633
- ],
29634
- "required": false,
29635
- "type": {
29636
- "name": "Orientation"
29637
- }
29638
- },
29639
- "aria-describedby": {
29640
- "defaultValue": null,
29641
- "description": "Identifies the element (or elements) that describes the object.",
29642
- "name": "aria-describedby",
29643
- "parent": {
29644
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29645
- "name": "AriaLabelingProps"
29646
- },
29647
- "declarations": [
29648
- {
29649
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29650
- "name": "AriaLabelingProps"
29651
- }
29652
- ],
29653
- "required": false,
29654
- "type": {
29655
- "name": "string"
29656
- }
29657
- },
29658
- "aria-details": {
29659
- "defaultValue": null,
29660
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
29661
- "name": "aria-details",
29662
- "parent": {
29663
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29664
- "name": "AriaLabelingProps"
29665
- },
29666
- "declarations": [
29667
- {
29668
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29669
- "name": "AriaLabelingProps"
29670
- }
29671
- ],
29672
- "required": false,
29673
- "type": {
29674
- "name": "string"
29675
- }
29676
- },
29677
- "aria-errormessage": {
29678
- "defaultValue": null,
29679
- "description": "Identifies the element that provides an error message for the object.",
29680
- "name": "aria-errormessage",
29681
- "parent": {
29682
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29683
- "name": "AriaValidationProps"
29684
- },
29685
- "declarations": [
29686
- {
29687
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29688
- "name": "AriaValidationProps"
29689
- }
29690
- ],
29691
- "required": false,
29692
- "type": {
29693
- "name": "string"
29694
- }
29695
- },
29696
- "aria-label": {
29697
- "defaultValue": null,
29698
- "description": "Defines a string value that labels the current element.",
29699
- "name": "aria-label",
29700
- "parent": {
29701
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29702
- "name": "AriaLabelingProps"
29703
- },
29704
- "declarations": [
29705
- {
29706
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29707
- "name": "AriaLabelingProps"
29708
- }
29709
- ],
29710
- "required": false,
29711
- "type": {
29712
- "name": "string"
29713
- }
29714
- },
29715
- "aria-labelledby": {
29716
- "defaultValue": null,
29717
- "description": "Identifies the element (or elements) that labels the current element.",
29718
- "name": "aria-labelledby",
29719
- "parent": {
29720
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29721
- "name": "AriaLabelingProps"
29722
- },
29723
- "declarations": [
29724
- {
29725
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29726
- "name": "AriaLabelingProps"
29727
- }
29728
- ],
29729
- "required": false,
29730
- "type": {
29731
- "name": "string"
29732
- }
29733
- },
29734
- "validationBehavior": {
29735
- "defaultValue": {
29736
- "value": "'native'"
29737
- },
29738
- "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.",
29739
- "name": "validationBehavior",
29740
- "parent": {
29741
- "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",
29742
- "name": "RACValidation"
29743
- },
29744
- "declarations": [
29745
- {
29746
- "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",
29747
- "name": "RACValidation"
29748
- }
29749
- ],
29750
- "required": false,
29751
- "type": {
29752
- "name": "\"native\" | \"aria\""
29753
- }
29754
- },
29755
- "isDisabled": {
29756
- "defaultValue": null,
29757
- "description": "Whether the input is disabled.",
29758
- "name": "isDisabled",
29759
- "parent": {
29760
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29761
- "name": "InputBase"
29762
- },
29763
- "declarations": [
29764
- {
29765
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29766
- "name": "InputBase"
29767
- }
29768
- ],
29769
- "required": false,
29770
- "type": {
29771
- "name": "boolean"
29772
- }
29773
- },
29774
- "isReadOnly": {
29775
- "defaultValue": null,
29776
- "description": "Whether the input can be selected but not changed by the user.",
29777
- "name": "isReadOnly",
29778
- "parent": {
29779
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29780
- "name": "InputBase"
29781
- },
29782
- "declarations": [
29783
- {
29784
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29785
- "name": "InputBase"
29786
- }
29787
- ],
29788
- "required": false,
29789
- "type": {
29790
- "name": "boolean"
29791
- }
29792
- },
29793
- "isRequired": {
29794
- "defaultValue": null,
29795
- "description": "Whether user input is required on the input before form submission.",
29796
- "name": "isRequired",
29797
- "parent": {
29798
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29799
- "name": "Validation"
29800
- },
29801
- "declarations": [
29802
- {
29803
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29804
- "name": "Validation"
29805
- }
29806
- ],
29807
- "required": false,
29808
- "type": {
29809
- "name": "boolean"
29810
- }
29811
- },
29812
- "isInvalid": {
29813
- "defaultValue": null,
29814
- "description": "Whether the input value is invalid.",
29815
- "name": "isInvalid",
29816
- "parent": {
29817
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29818
- "name": "Validation"
29819
- },
29820
- "declarations": [
29821
- {
29822
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29823
- "name": "Validation"
29824
- }
29825
- ],
29826
- "required": false,
29827
- "type": {
29828
- "name": "boolean"
29829
- }
29830
- },
29831
- "validate": {
29832
- "defaultValue": null,
29833
- "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.",
29834
- "name": "validate",
29835
- "parent": {
29836
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29837
- "name": "Validation"
29838
- },
29839
- "declarations": [
29840
- {
29841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29842
- "name": "Validation"
29843
- }
29844
- ],
29845
- "required": false,
29846
- "type": {
29847
- "name": "((value: TimeValue) => true | ValidationError | null)"
29848
- }
29849
- },
29850
- "onFocusChange": {
29851
- "defaultValue": null,
29852
- "description": "Handler that is called when the element's focus status changes.",
29853
- "name": "onFocusChange",
29854
- "parent": {
29855
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29856
- "name": "FocusEvents"
29857
- },
29858
- "declarations": [
29859
- {
29860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29861
- "name": "FocusEvents"
29862
- }
29863
- ],
29864
- "required": false,
29865
- "type": {
29866
- "name": "((isFocused: boolean) => void)"
29867
- }
29868
- },
29869
- "value": {
29870
- "defaultValue": null,
29871
- "description": "The current value (controlled).",
29872
- "name": "value",
29873
- "parent": {
29874
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29875
- "name": "ValueBase"
29876
- },
29877
- "declarations": [
29878
- {
29879
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29880
- "name": "ValueBase"
29881
- }
29882
- ],
29883
- "required": false,
29884
- "type": {
29885
- "name": "TimeValue | null"
29886
- }
29887
- },
29888
- "defaultValue": {
29889
- "defaultValue": null,
29890
- "description": "The default value (uncontrolled).",
29891
- "name": "defaultValue",
29892
- "parent": {
29893
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29894
- "name": "ValueBase"
29895
- },
29896
- "declarations": [
29897
- {
29898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29899
- "name": "ValueBase"
29900
- }
29901
- ],
29902
- "required": false,
29903
- "type": {
29904
- "name": "TimeValue | null"
29905
- }
29906
- },
29907
- "slot": {
29908
- "defaultValue": null,
29909
- "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.",
29910
- "name": "slot",
29911
- "parent": {
29912
- "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",
29913
- "name": "SlotProps"
29914
- },
29915
- "declarations": [
29916
- {
29917
- "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",
29918
- "name": "SlotProps"
29919
- }
29920
- ],
29921
- "required": false,
29922
- "type": {
29923
- "name": "string | null"
29924
- }
29925
- },
29926
- "children": {
29927
- "defaultValue": null,
29928
- "description": "",
29929
- "name": "children",
29930
- "declarations": [
29931
- {
29932
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29933
- "name": "TypeLiteral"
29934
- }
29935
- ],
29936
- "required": false,
29937
- "type": {
29938
- "name": "ReactNode"
29939
- }
29940
- },
29941
- "wrapWith": {
29942
- "defaultValue": null,
29943
- "description": "",
29944
- "name": "wrapWith",
29945
- "parent": {
29946
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29947
- "name": "FlowComponentProps"
29948
- },
29949
- "declarations": [
29950
- {
29951
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29952
- "name": "FlowComponentProps"
29953
- }
29954
- ],
29955
- "required": false,
29956
- "type": {
29957
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
29958
- }
29959
- },
29960
- "tunnelId": {
29961
- "defaultValue": null,
29962
- "description": "@internal",
29963
- "name": "tunnelId",
29964
- "parent": {
29965
- "fileName": "components/src/lib/types/props.ts",
29966
- "name": "PropsWithTunnel"
29967
- },
29968
- "declarations": [
29969
- {
29970
- "fileName": "components/src/lib/types/props.ts",
29971
- "name": "PropsWithTunnel"
29972
- }
29973
- ],
29974
- "required": false,
29975
- "type": {
29976
- "name": "string | null"
29977
- }
29978
- },
29979
- "ref": {
29980
- "defaultValue": null,
29981
- "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}",
29982
- "name": "ref",
29983
- "parent": {
29984
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29985
- "name": "RefAttributes"
29986
- },
29987
- "declarations": [
29988
- {
29989
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29990
- "name": "RefAttributes"
29991
- }
29992
- ],
29993
- "required": false,
29994
- "type": {
29995
- "name": "Ref<HTMLInputElement>"
29996
- }
29997
- },
29998
- "key": {
29999
- "defaultValue": null,
30000
- "description": "",
30001
- "name": "key",
30002
- "parent": {
30003
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30004
- "name": "Attributes"
30005
- },
30006
- "declarations": [
30007
- {
30008
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30009
- "name": "Attributes"
30010
- }
30011
- ],
30012
- "required": false,
30013
- "type": {
30014
- "name": "Key | null"
30015
- }
30016
- },
30017
- "containerBreakpointSize": {
30018
- "defaultValue": null,
30019
- "description": "",
30020
- "name": "containerBreakpointSize",
30021
- "parent": {
30022
- "fileName": "components/src/lib/types/props.ts",
30023
- "name": "PropsWithContainerBreakpointSize"
30024
- },
30025
- "declarations": [
30026
- {
30027
- "fileName": "components/src/lib/types/props.ts",
30028
- "name": "PropsWithContainerBreakpointSize"
30029
- }
30030
- ],
30031
- "required": false,
30032
- "type": {
30033
- "name": "ContainerBreakpointSize"
30034
- }
30035
- }
30036
- }
30037
- },
30038
- {
30039
- "tags": {
30040
- "flr-generate": "all",
30041
- "flr-clear-props-context": ""
30042
- },
30043
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
30044
- "description": "",
30045
- "displayName": "SearchField",
30046
- "methods": [],
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
- },
30162
- "onFocus": {
30163
- "defaultValue": null,
30164
- "description": "Handler that is called when the element receives focus.",
30165
- "name": "onFocus",
30166
- "parent": {
30167
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30168
- "name": "FocusEvents"
30169
- },
30170
- "declarations": [
30171
- {
30172
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30173
- "name": "FocusEvents"
30174
- }
30175
- ],
30176
- "required": false,
30177
- "type": {
30178
- "name": "((e: FocusEvent<Element, Element>) => void)"
30179
- }
30180
- },
30181
- "onBlur": {
30182
- "defaultValue": null,
30183
- "description": "Handler that is called when the element loses focus.",
30184
- "name": "onBlur",
30185
- "parent": {
30186
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30187
- "name": "FocusEvents"
30188
- },
30189
- "declarations": [
30190
- {
30191
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30192
- "name": "FocusEvents"
30193
- }
30194
- ],
30195
- "required": false,
30196
- "type": {
30197
- "name": "((e: FocusEvent<Element, Element>) => void)"
30198
- }
30199
- },
30200
- "onChange": {
30201
- "defaultValue": null,
30202
- "description": "Handler that is called when the value changes.",
30203
- "name": "onChange",
30204
- "parent": {
30205
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30206
- "name": "ValueBase"
30207
- },
30208
- "declarations": [
30209
- {
30210
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
30211
- "name": "ValueBase"
30212
- }
30213
- ],
30214
- "required": false,
30215
- "type": {
30216
- "name": "((value: TimeValue | null) => void)"
30217
- }
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>"
30256
+ }
30257
+ },
30258
+ "onBeforeInput": {
30259
+ "defaultValue": null,
30260
+ "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).",
30261
+ "name": "onBeforeInput",
30262
+ "parent": {
30263
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30264
+ "name": "TextInputDOMEvents"
30265
+ },
30266
+ "declarations": [
30267
+ {
30268
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30269
+ "name": "TextInputDOMEvents"
30270
+ }
30271
+ ],
30272
+ "required": false,
30273
+ "type": {
30274
+ "name": "FormEventHandler<HTMLInputElement>"
30275
+ }
30276
+ },
30277
+ "onInput": {
30278
+ "defaultValue": null,
30279
+ "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).",
30280
+ "name": "onInput",
30281
+ "parent": {
30282
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30283
+ "name": "TextInputDOMEvents"
30284
+ },
30285
+ "declarations": [
30286
+ {
30287
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30288
+ "name": "TextInputDOMEvents"
30289
+ }
30290
+ ],
30291
+ "required": false,
30292
+ "type": {
30293
+ "name": "FormEventHandler<HTMLInputElement>"
30294
+ }
30295
+ },
30296
+ "onSubmit": {
30297
+ "defaultValue": null,
30298
+ "description": "Handler that is called when the SearchField is submitted.",
30299
+ "name": "onSubmit",
30300
+ "parent": {
30301
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30302
+ "name": "SearchFieldProps"
30303
+ },
30304
+ "declarations": [
30305
+ {
30306
+ "fileName": "flow/node_modules/.pnpm/@react-types+searchfield@3.6.3_react@19.1.0/node_modules/@react-types/searchfield/src/index.d.ts",
30307
+ "name": "SearchFieldProps"
30308
+ }
30309
+ ],
30310
+ "required": false,
30311
+ "type": {
30312
+ "name": "((value: string) => void)"
30313
+ }
30314
+ },
30315
+ "onKeyDown": {
30316
+ "defaultValue": null,
30317
+ "description": "Handler that is called when a key is pressed.",
30318
+ "name": "onKeyDown",
30319
+ "parent": {
30320
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30321
+ "name": "KeyboardEvents"
30322
+ },
30323
+ "declarations": [
30324
+ {
30325
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30326
+ "name": "KeyboardEvents"
30327
+ }
30328
+ ],
30329
+ "required": false,
30330
+ "type": {
30331
+ "name": "((e: KeyboardEvent) => void)"
30332
+ }
30333
+ },
30334
+ "onKeyUp": {
30335
+ "defaultValue": null,
30336
+ "description": "Handler that is called when a key is released.",
30337
+ "name": "onKeyUp",
30338
+ "parent": {
30339
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30340
+ "name": "KeyboardEvents"
30341
+ },
30342
+ "declarations": [
30343
+ {
30344
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
30345
+ "name": "KeyboardEvents"
30346
+ }
30347
+ ],
30348
+ "required": false,
30349
+ "type": {
30350
+ "name": "((e: KeyboardEvent) => void)"
30351
+ }
30352
+ },
30353
+ "onSelect": {
30354
+ "defaultValue": null,
30355
+ "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).",
30356
+ "name": "onSelect",
30357
+ "parent": {
30358
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30359
+ "name": "TextInputDOMEvents"
30360
+ },
30361
+ "declarations": [
30362
+ {
30363
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
30364
+ "name": "TextInputDOMEvents"
30365
+ }
30366
+ ],
30367
+ "required": false,
30368
+ "type": {
30369
+ "name": "ReactEventHandler<HTMLInputElement>"
30331
30370
  }
30332
30371
  },
30333
30372
  "className": {
@@ -101078,44 +101117,25 @@
101078
101117
  "flr-generate": "all",
101079
101118
  "flr-clear-props-context": ""
101080
101119
  },
101081
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
101120
+ "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
101082
101121
  "description": "",
101083
- "displayName": "Heading",
101122
+ "displayName": "HeaderNavigation",
101084
101123
  "methods": [],
101085
101124
  "props": {
101086
- "size": {
101087
- "defaultValue": null,
101088
- "description": "The font size of the heading.",
101089
- "name": "size",
101090
- "parent": {
101091
- "fileName": "components/src/components/Heading/Heading.tsx",
101092
- "name": "HeadingProps"
101093
- },
101094
- "declarations": [
101095
- {
101096
- "fileName": "components/src/components/Heading/Heading.tsx",
101097
- "name": "HeadingProps"
101098
- }
101099
- ],
101100
- "required": false,
101101
- "type": {
101102
- "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
101103
- }
101104
- },
101105
101125
  "color": {
101106
101126
  "defaultValue": {
101107
101127
  "value": "\"primary\""
101108
101128
  },
101109
- "description": "The color of the heading.",
101129
+ "description": "The color of the header navigation.",
101110
101130
  "name": "color",
101111
101131
  "parent": {
101112
- "fileName": "components/src/components/Heading/Heading.tsx",
101113
- "name": "HeadingProps"
101132
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
101133
+ "name": "HeaderNavigationProps"
101114
101134
  },
101115
101135
  "declarations": [
101116
101136
  {
101117
- "fileName": "components/src/components/Heading/Heading.tsx",
101118
- "name": "HeadingProps"
101137
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
101138
+ "name": "HeaderNavigationProps"
101119
101139
  }
101120
101140
  ],
101121
101141
  "required": false,
@@ -101123,44 +101143,42 @@
101123
101143
  "name": "\"light\" | \"dark\" | \"primary\""
101124
101144
  }
101125
101145
  },
101126
- "wrap": {
101127
- "defaultValue": {
101128
- "value": "undefined"
101129
- },
101130
- "description": "The text-wrap property of the text.",
101131
- "name": "wrap",
101146
+ "ref": {
101147
+ "defaultValue": null,
101148
+ "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}",
101149
+ "name": "ref",
101132
101150
  "parent": {
101133
- "fileName": "components/src/components/Heading/Heading.tsx",
101134
- "name": "HeadingProps"
101151
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
101152
+ "name": "RefAttributes"
101135
101153
  },
101136
101154
  "declarations": [
101137
101155
  {
101138
- "fileName": "components/src/components/Heading/Heading.tsx",
101139
- "name": "HeadingProps"
101156
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
101157
+ "name": "RefAttributes"
101140
101158
  }
101141
101159
  ],
101142
101160
  "required": false,
101143
101161
  "type": {
101144
- "name": "\"wrap\" | \"balance\""
101162
+ "name": "Ref<HTMLInputElement>"
101145
101163
  }
101146
101164
  },
101147
- "level": {
101165
+ "key": {
101148
101166
  "defaultValue": null,
101149
101167
  "description": "",
101150
- "name": "level",
101168
+ "name": "key",
101151
101169
  "parent": {
101152
- "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",
101153
- "name": "HeadingProps"
101170
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
101171
+ "name": "Attributes"
101154
101172
  },
101155
101173
  "declarations": [
101156
101174
  {
101157
- "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",
101158
- "name": "HeadingProps"
101175
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
101176
+ "name": "Attributes"
101159
101177
  }
101160
101178
  ],
101161
101179
  "required": false,
101162
101180
  "type": {
101163
- "name": "number"
101181
+ "name": "Key | null"
101164
101182
  }
101165
101183
  },
101166
101184
  "defaultChecked": {
@@ -106429,82 +106447,6 @@
106429
106447
  "type": {
106430
106448
  "name": "TransitionEventHandler<HTMLElement>"
106431
106449
  }
106432
- },
106433
- "wrapWith": {
106434
- "defaultValue": null,
106435
- "description": "",
106436
- "name": "wrapWith",
106437
- "parent": {
106438
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
106439
- "name": "FlowComponentProps"
106440
- },
106441
- "declarations": [
106442
- {
106443
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
106444
- "name": "FlowComponentProps"
106445
- }
106446
- ],
106447
- "required": false,
106448
- "type": {
106449
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
106450
- }
106451
- },
106452
- "tunnelId": {
106453
- "defaultValue": null,
106454
- "description": "@internal",
106455
- "name": "tunnelId",
106456
- "parent": {
106457
- "fileName": "components/src/lib/types/props.ts",
106458
- "name": "PropsWithTunnel"
106459
- },
106460
- "declarations": [
106461
- {
106462
- "fileName": "components/src/lib/types/props.ts",
106463
- "name": "PropsWithTunnel"
106464
- }
106465
- ],
106466
- "required": false,
106467
- "type": {
106468
- "name": "string | null"
106469
- }
106470
- },
106471
- "ref": {
106472
- "defaultValue": null,
106473
- "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}",
106474
- "name": "ref",
106475
- "parent": {
106476
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106477
- "name": "RefAttributes"
106478
- },
106479
- "declarations": [
106480
- {
106481
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106482
- "name": "RefAttributes"
106483
- }
106484
- ],
106485
- "required": false,
106486
- "type": {
106487
- "name": "Ref<HTMLInputElement>"
106488
- }
106489
- },
106490
- "key": {
106491
- "defaultValue": null,
106492
- "description": "",
106493
- "name": "key",
106494
- "parent": {
106495
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106496
- "name": "Attributes"
106497
- },
106498
- "declarations": [
106499
- {
106500
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106501
- "name": "Attributes"
106502
- }
106503
- ],
106504
- "required": false,
106505
- "type": {
106506
- "name": "Key | null"
106507
- }
106508
106450
  }
106509
106451
  }
106510
106452
  },
@@ -106513,25 +106455,44 @@
106513
106455
  "flr-generate": "all",
106514
106456
  "flr-clear-props-context": ""
106515
106457
  },
106516
- "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
106458
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
106517
106459
  "description": "",
106518
- "displayName": "HeaderNavigation",
106460
+ "displayName": "Heading",
106519
106461
  "methods": [],
106520
106462
  "props": {
106463
+ "size": {
106464
+ "defaultValue": null,
106465
+ "description": "The font size of the heading.",
106466
+ "name": "size",
106467
+ "parent": {
106468
+ "fileName": "components/src/components/Heading/Heading.tsx",
106469
+ "name": "HeadingProps"
106470
+ },
106471
+ "declarations": [
106472
+ {
106473
+ "fileName": "components/src/components/Heading/Heading.tsx",
106474
+ "name": "HeadingProps"
106475
+ }
106476
+ ],
106477
+ "required": false,
106478
+ "type": {
106479
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
106480
+ }
106481
+ },
106521
106482
  "color": {
106522
106483
  "defaultValue": {
106523
106484
  "value": "\"primary\""
106524
106485
  },
106525
- "description": "The color of the header navigation.",
106486
+ "description": "The color of the heading.",
106526
106487
  "name": "color",
106527
106488
  "parent": {
106528
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
106529
- "name": "HeaderNavigationProps"
106489
+ "fileName": "components/src/components/Heading/Heading.tsx",
106490
+ "name": "HeadingProps"
106530
106491
  },
106531
106492
  "declarations": [
106532
106493
  {
106533
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
106534
- "name": "HeaderNavigationProps"
106494
+ "fileName": "components/src/components/Heading/Heading.tsx",
106495
+ "name": "HeadingProps"
106535
106496
  }
106536
106497
  ],
106537
106498
  "required": false,
@@ -106539,42 +106500,44 @@
106539
106500
  "name": "\"light\" | \"dark\" | \"primary\""
106540
106501
  }
106541
106502
  },
106542
- "ref": {
106543
- "defaultValue": null,
106544
- "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}",
106545
- "name": "ref",
106503
+ "wrap": {
106504
+ "defaultValue": {
106505
+ "value": "undefined"
106506
+ },
106507
+ "description": "The text-wrap property of the text.",
106508
+ "name": "wrap",
106546
106509
  "parent": {
106547
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106548
- "name": "RefAttributes"
106510
+ "fileName": "components/src/components/Heading/Heading.tsx",
106511
+ "name": "HeadingProps"
106549
106512
  },
106550
106513
  "declarations": [
106551
106514
  {
106552
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106553
- "name": "RefAttributes"
106515
+ "fileName": "components/src/components/Heading/Heading.tsx",
106516
+ "name": "HeadingProps"
106554
106517
  }
106555
106518
  ],
106556
106519
  "required": false,
106557
106520
  "type": {
106558
- "name": "Ref<HTMLInputElement>"
106521
+ "name": "\"wrap\" | \"balance\""
106559
106522
  }
106560
106523
  },
106561
- "key": {
106524
+ "level": {
106562
106525
  "defaultValue": null,
106563
106526
  "description": "",
106564
- "name": "key",
106527
+ "name": "level",
106565
106528
  "parent": {
106566
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106567
- "name": "Attributes"
106529
+ "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",
106530
+ "name": "HeadingProps"
106568
106531
  },
106569
106532
  "declarations": [
106570
106533
  {
106571
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
106572
- "name": "Attributes"
106534
+ "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",
106535
+ "name": "HeadingProps"
106573
106536
  }
106574
106537
  ],
106575
106538
  "required": false,
106576
106539
  "type": {
106577
- "name": "Key | null"
106540
+ "name": "number"
106578
106541
  }
106579
106542
  },
106580
106543
  "defaultChecked": {
@@ -111843,6 +111806,82 @@
111843
111806
  "type": {
111844
111807
  "name": "TransitionEventHandler<HTMLElement>"
111845
111808
  }
111809
+ },
111810
+ "wrapWith": {
111811
+ "defaultValue": null,
111812
+ "description": "",
111813
+ "name": "wrapWith",
111814
+ "parent": {
111815
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
111816
+ "name": "FlowComponentProps"
111817
+ },
111818
+ "declarations": [
111819
+ {
111820
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
111821
+ "name": "FlowComponentProps"
111822
+ }
111823
+ ],
111824
+ "required": false,
111825
+ "type": {
111826
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
111827
+ }
111828
+ },
111829
+ "tunnelId": {
111830
+ "defaultValue": null,
111831
+ "description": "@internal",
111832
+ "name": "tunnelId",
111833
+ "parent": {
111834
+ "fileName": "components/src/lib/types/props.ts",
111835
+ "name": "PropsWithTunnel"
111836
+ },
111837
+ "declarations": [
111838
+ {
111839
+ "fileName": "components/src/lib/types/props.ts",
111840
+ "name": "PropsWithTunnel"
111841
+ }
111842
+ ],
111843
+ "required": false,
111844
+ "type": {
111845
+ "name": "string | null"
111846
+ }
111847
+ },
111848
+ "ref": {
111849
+ "defaultValue": null,
111850
+ "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}",
111851
+ "name": "ref",
111852
+ "parent": {
111853
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
111854
+ "name": "RefAttributes"
111855
+ },
111856
+ "declarations": [
111857
+ {
111858
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
111859
+ "name": "RefAttributes"
111860
+ }
111861
+ ],
111862
+ "required": false,
111863
+ "type": {
111864
+ "name": "Ref<HTMLInputElement>"
111865
+ }
111866
+ },
111867
+ "key": {
111868
+ "defaultValue": null,
111869
+ "description": "",
111870
+ "name": "key",
111871
+ "parent": {
111872
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
111873
+ "name": "Attributes"
111874
+ },
111875
+ "declarations": [
111876
+ {
111877
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
111878
+ "name": "Attributes"
111879
+ }
111880
+ ],
111881
+ "required": false,
111882
+ "type": {
111883
+ "name": "Key | null"
111884
+ }
111846
111885
  }
111847
111886
  }
111848
111887
  },
@@ -223142,87 +223181,6 @@
223142
223181
  }
223143
223182
  }
223144
223183
  },
223145
- {
223146
- "tags": {},
223147
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
223148
- "description": "",
223149
- "displayName": "SectionHeader",
223150
- "methods": [],
223151
- "props": {
223152
- "children": {
223153
- "defaultValue": null,
223154
- "description": "",
223155
- "name": "children",
223156
- "declarations": [
223157
- {
223158
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223159
- "name": "TypeLiteral"
223160
- }
223161
- ],
223162
- "required": false,
223163
- "type": {
223164
- "name": "ReactNode"
223165
- }
223166
- },
223167
- "className": {
223168
- "defaultValue": null,
223169
- "description": "The elements class name.",
223170
- "name": "className",
223171
- "parent": {
223172
- "fileName": "components/src/lib/types/props.ts",
223173
- "name": "PropsWithClassName"
223174
- },
223175
- "declarations": [
223176
- {
223177
- "fileName": "components/src/lib/types/props.ts",
223178
- "name": "PropsWithClassName"
223179
- }
223180
- ],
223181
- "required": false,
223182
- "type": {
223183
- "name": "string"
223184
- }
223185
- },
223186
- "ref": {
223187
- "defaultValue": null,
223188
- "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}",
223189
- "name": "ref",
223190
- "parent": {
223191
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223192
- "name": "RefAttributes"
223193
- },
223194
- "declarations": [
223195
- {
223196
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223197
- "name": "RefAttributes"
223198
- }
223199
- ],
223200
- "required": false,
223201
- "type": {
223202
- "name": "Ref<HTMLInputElement>"
223203
- }
223204
- },
223205
- "key": {
223206
- "defaultValue": null,
223207
- "description": "",
223208
- "name": "key",
223209
- "parent": {
223210
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223211
- "name": "Attributes"
223212
- },
223213
- "declarations": [
223214
- {
223215
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223216
- "name": "Attributes"
223217
- }
223218
- ],
223219
- "required": false,
223220
- "type": {
223221
- "name": "Key | null"
223222
- }
223223
- }
223224
- }
223225
- },
223226
223184
  {
223227
223185
  "tags": {
223228
223186
  "flr-generate": "all",
@@ -223706,6 +223664,87 @@
223706
223664
  }
223707
223665
  }
223708
223666
  },
223667
+ {
223668
+ "tags": {},
223669
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
223670
+ "description": "",
223671
+ "displayName": "SectionHeader",
223672
+ "methods": [],
223673
+ "props": {
223674
+ "children": {
223675
+ "defaultValue": null,
223676
+ "description": "",
223677
+ "name": "children",
223678
+ "declarations": [
223679
+ {
223680
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223681
+ "name": "TypeLiteral"
223682
+ }
223683
+ ],
223684
+ "required": false,
223685
+ "type": {
223686
+ "name": "ReactNode"
223687
+ }
223688
+ },
223689
+ "className": {
223690
+ "defaultValue": null,
223691
+ "description": "The elements class name.",
223692
+ "name": "className",
223693
+ "parent": {
223694
+ "fileName": "components/src/lib/types/props.ts",
223695
+ "name": "PropsWithClassName"
223696
+ },
223697
+ "declarations": [
223698
+ {
223699
+ "fileName": "components/src/lib/types/props.ts",
223700
+ "name": "PropsWithClassName"
223701
+ }
223702
+ ],
223703
+ "required": false,
223704
+ "type": {
223705
+ "name": "string"
223706
+ }
223707
+ },
223708
+ "ref": {
223709
+ "defaultValue": null,
223710
+ "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}",
223711
+ "name": "ref",
223712
+ "parent": {
223713
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223714
+ "name": "RefAttributes"
223715
+ },
223716
+ "declarations": [
223717
+ {
223718
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223719
+ "name": "RefAttributes"
223720
+ }
223721
+ ],
223722
+ "required": false,
223723
+ "type": {
223724
+ "name": "Ref<HTMLInputElement>"
223725
+ }
223726
+ },
223727
+ "key": {
223728
+ "defaultValue": null,
223729
+ "description": "",
223730
+ "name": "key",
223731
+ "parent": {
223732
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223733
+ "name": "Attributes"
223734
+ },
223735
+ "declarations": [
223736
+ {
223737
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223738
+ "name": "Attributes"
223739
+ }
223740
+ ],
223741
+ "required": false,
223742
+ "type": {
223743
+ "name": "Key | null"
223744
+ }
223745
+ }
223746
+ }
223747
+ },
223709
223748
  {
223710
223749
  "tags": {
223711
223750
  "flr-generate": "all",