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

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.
@@ -24064,568 +24064,6 @@
24064
24064
  }
24065
24065
  }
24066
24066
  },
24067
- {
24068
- "tags": {
24069
- "flr-generate": "all"
24070
- },
24071
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
24072
- "description": "",
24073
- "displayName": "SegmentedControl",
24074
- "methods": [],
24075
- "props": {
24076
- "onFocus": {
24077
- "defaultValue": null,
24078
- "description": "Handler that is called when the element receives focus.",
24079
- "name": "onFocus",
24080
- "parent": {
24081
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24082
- "name": "FocusEvents"
24083
- },
24084
- "declarations": [
24085
- {
24086
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24087
- "name": "FocusEvents"
24088
- }
24089
- ],
24090
- "required": false,
24091
- "type": {
24092
- "name": "((e: FocusEvent<Element, Element>) => void)"
24093
- }
24094
- },
24095
- "onBlur": {
24096
- "defaultValue": null,
24097
- "description": "Handler that is called when the element loses focus.",
24098
- "name": "onBlur",
24099
- "parent": {
24100
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24101
- "name": "FocusEvents"
24102
- },
24103
- "declarations": [
24104
- {
24105
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24106
- "name": "FocusEvents"
24107
- }
24108
- ],
24109
- "required": false,
24110
- "type": {
24111
- "name": "((e: FocusEvent<Element, Element>) => void)"
24112
- }
24113
- },
24114
- "onChange": {
24115
- "defaultValue": null,
24116
- "description": "Handler that is called when the value changes.",
24117
- "name": "onChange",
24118
- "parent": {
24119
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24120
- "name": "ValueBase"
24121
- },
24122
- "declarations": [
24123
- {
24124
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24125
- "name": "ValueBase"
24126
- }
24127
- ],
24128
- "required": false,
24129
- "type": {
24130
- "name": "((value: TimeValue | null) => void)"
24131
- }
24132
- },
24133
- "className": {
24134
- "defaultValue": null,
24135
- "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.",
24136
- "name": "className",
24137
- "parent": {
24138
- "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",
24139
- "name": "StyleRenderProps"
24140
- },
24141
- "declarations": [
24142
- {
24143
- "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",
24144
- "name": "StyleRenderProps"
24145
- }
24146
- ],
24147
- "required": false,
24148
- "type": {
24149
- "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
24150
- }
24151
- },
24152
- "id": {
24153
- "defaultValue": null,
24154
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
24155
- "name": "id",
24156
- "parent": {
24157
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24158
- "name": "DOMProps"
24159
- },
24160
- "declarations": [
24161
- {
24162
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24163
- "name": "DOMProps"
24164
- }
24165
- ],
24166
- "required": false,
24167
- "type": {
24168
- "name": "string"
24169
- }
24170
- },
24171
- "name": {
24172
- "defaultValue": null,
24173
- "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).",
24174
- "name": "name",
24175
- "parent": {
24176
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24177
- "name": "InputDOMProps"
24178
- },
24179
- "declarations": [
24180
- {
24181
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24182
- "name": "InputDOMProps"
24183
- }
24184
- ],
24185
- "required": false,
24186
- "type": {
24187
- "name": "string"
24188
- }
24189
- },
24190
- "style": {
24191
- "defaultValue": null,
24192
- "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.",
24193
- "name": "style",
24194
- "parent": {
24195
- "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",
24196
- "name": "StyleRenderProps"
24197
- },
24198
- "declarations": [
24199
- {
24200
- "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",
24201
- "name": "StyleRenderProps"
24202
- }
24203
- ],
24204
- "required": false,
24205
- "type": {
24206
- "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
24207
- }
24208
- },
24209
- "orientation": {
24210
- "defaultValue": {
24211
- "value": "'vertical'"
24212
- },
24213
- "description": "The axis the Radio Button(s) should align with.",
24214
- "name": "orientation",
24215
- "parent": {
24216
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24217
- "name": "RadioGroupProps"
24218
- },
24219
- "declarations": [
24220
- {
24221
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
24222
- "name": "RadioGroupProps"
24223
- }
24224
- ],
24225
- "required": false,
24226
- "type": {
24227
- "name": "Orientation"
24228
- }
24229
- },
24230
- "aria-describedby": {
24231
- "defaultValue": null,
24232
- "description": "Identifies the element (or elements) that describes the object.",
24233
- "name": "aria-describedby",
24234
- "parent": {
24235
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24236
- "name": "AriaLabelingProps"
24237
- },
24238
- "declarations": [
24239
- {
24240
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24241
- "name": "AriaLabelingProps"
24242
- }
24243
- ],
24244
- "required": false,
24245
- "type": {
24246
- "name": "string"
24247
- }
24248
- },
24249
- "aria-details": {
24250
- "defaultValue": null,
24251
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
24252
- "name": "aria-details",
24253
- "parent": {
24254
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24255
- "name": "AriaLabelingProps"
24256
- },
24257
- "declarations": [
24258
- {
24259
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24260
- "name": "AriaLabelingProps"
24261
- }
24262
- ],
24263
- "required": false,
24264
- "type": {
24265
- "name": "string"
24266
- }
24267
- },
24268
- "aria-errormessage": {
24269
- "defaultValue": null,
24270
- "description": "Identifies the element that provides an error message for the object.",
24271
- "name": "aria-errormessage",
24272
- "parent": {
24273
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24274
- "name": "AriaValidationProps"
24275
- },
24276
- "declarations": [
24277
- {
24278
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24279
- "name": "AriaValidationProps"
24280
- }
24281
- ],
24282
- "required": false,
24283
- "type": {
24284
- "name": "string"
24285
- }
24286
- },
24287
- "aria-label": {
24288
- "defaultValue": null,
24289
- "description": "Defines a string value that labels the current element.",
24290
- "name": "aria-label",
24291
- "parent": {
24292
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24293
- "name": "AriaLabelingProps"
24294
- },
24295
- "declarations": [
24296
- {
24297
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24298
- "name": "AriaLabelingProps"
24299
- }
24300
- ],
24301
- "required": false,
24302
- "type": {
24303
- "name": "string"
24304
- }
24305
- },
24306
- "aria-labelledby": {
24307
- "defaultValue": null,
24308
- "description": "Identifies the element (or elements) that labels the current element.",
24309
- "name": "aria-labelledby",
24310
- "parent": {
24311
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24312
- "name": "AriaLabelingProps"
24313
- },
24314
- "declarations": [
24315
- {
24316
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
24317
- "name": "AriaLabelingProps"
24318
- }
24319
- ],
24320
- "required": false,
24321
- "type": {
24322
- "name": "string"
24323
- }
24324
- },
24325
- "validationBehavior": {
24326
- "defaultValue": {
24327
- "value": "'native'"
24328
- },
24329
- "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.",
24330
- "name": "validationBehavior",
24331
- "parent": {
24332
- "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",
24333
- "name": "RACValidation"
24334
- },
24335
- "declarations": [
24336
- {
24337
- "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",
24338
- "name": "RACValidation"
24339
- }
24340
- ],
24341
- "required": false,
24342
- "type": {
24343
- "name": "\"native\" | \"aria\""
24344
- }
24345
- },
24346
- "isDisabled": {
24347
- "defaultValue": null,
24348
- "description": "Whether the input is disabled.",
24349
- "name": "isDisabled",
24350
- "parent": {
24351
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24352
- "name": "InputBase"
24353
- },
24354
- "declarations": [
24355
- {
24356
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24357
- "name": "InputBase"
24358
- }
24359
- ],
24360
- "required": false,
24361
- "type": {
24362
- "name": "boolean"
24363
- }
24364
- },
24365
- "isReadOnly": {
24366
- "defaultValue": null,
24367
- "description": "Whether the input can be selected but not changed by the user.",
24368
- "name": "isReadOnly",
24369
- "parent": {
24370
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24371
- "name": "InputBase"
24372
- },
24373
- "declarations": [
24374
- {
24375
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24376
- "name": "InputBase"
24377
- }
24378
- ],
24379
- "required": false,
24380
- "type": {
24381
- "name": "boolean"
24382
- }
24383
- },
24384
- "isRequired": {
24385
- "defaultValue": null,
24386
- "description": "Whether user input is required on the input before form submission.",
24387
- "name": "isRequired",
24388
- "parent": {
24389
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24390
- "name": "Validation"
24391
- },
24392
- "declarations": [
24393
- {
24394
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24395
- "name": "Validation"
24396
- }
24397
- ],
24398
- "required": false,
24399
- "type": {
24400
- "name": "boolean"
24401
- }
24402
- },
24403
- "isInvalid": {
24404
- "defaultValue": null,
24405
- "description": "Whether the input value is invalid.",
24406
- "name": "isInvalid",
24407
- "parent": {
24408
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24409
- "name": "Validation"
24410
- },
24411
- "declarations": [
24412
- {
24413
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24414
- "name": "Validation"
24415
- }
24416
- ],
24417
- "required": false,
24418
- "type": {
24419
- "name": "boolean"
24420
- }
24421
- },
24422
- "validate": {
24423
- "defaultValue": null,
24424
- "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.",
24425
- "name": "validate",
24426
- "parent": {
24427
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24428
- "name": "Validation"
24429
- },
24430
- "declarations": [
24431
- {
24432
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24433
- "name": "Validation"
24434
- }
24435
- ],
24436
- "required": false,
24437
- "type": {
24438
- "name": "((value: TimeValue) => true | ValidationError | null)"
24439
- }
24440
- },
24441
- "onFocusChange": {
24442
- "defaultValue": null,
24443
- "description": "Handler that is called when the element's focus status changes.",
24444
- "name": "onFocusChange",
24445
- "parent": {
24446
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24447
- "name": "FocusEvents"
24448
- },
24449
- "declarations": [
24450
- {
24451
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
24452
- "name": "FocusEvents"
24453
- }
24454
- ],
24455
- "required": false,
24456
- "type": {
24457
- "name": "((isFocused: boolean) => void)"
24458
- }
24459
- },
24460
- "value": {
24461
- "defaultValue": null,
24462
- "description": "The current value (controlled).",
24463
- "name": "value",
24464
- "parent": {
24465
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24466
- "name": "ValueBase"
24467
- },
24468
- "declarations": [
24469
- {
24470
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24471
- "name": "ValueBase"
24472
- }
24473
- ],
24474
- "required": false,
24475
- "type": {
24476
- "name": "TimeValue | null"
24477
- }
24478
- },
24479
- "defaultValue": {
24480
- "defaultValue": null,
24481
- "description": "The default value (uncontrolled).",
24482
- "name": "defaultValue",
24483
- "parent": {
24484
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24485
- "name": "ValueBase"
24486
- },
24487
- "declarations": [
24488
- {
24489
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
24490
- "name": "ValueBase"
24491
- }
24492
- ],
24493
- "required": false,
24494
- "type": {
24495
- "name": "TimeValue | null"
24496
- }
24497
- },
24498
- "slot": {
24499
- "defaultValue": null,
24500
- "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.",
24501
- "name": "slot",
24502
- "parent": {
24503
- "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",
24504
- "name": "SlotProps"
24505
- },
24506
- "declarations": [
24507
- {
24508
- "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",
24509
- "name": "SlotProps"
24510
- }
24511
- ],
24512
- "required": false,
24513
- "type": {
24514
- "name": "string | null"
24515
- }
24516
- },
24517
- "children": {
24518
- "defaultValue": null,
24519
- "description": "",
24520
- "name": "children",
24521
- "declarations": [
24522
- {
24523
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24524
- "name": "TypeLiteral"
24525
- }
24526
- ],
24527
- "required": false,
24528
- "type": {
24529
- "name": "ReactNode"
24530
- }
24531
- },
24532
- "wrapWith": {
24533
- "defaultValue": null,
24534
- "description": "",
24535
- "name": "wrapWith",
24536
- "parent": {
24537
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24538
- "name": "FlowComponentProps"
24539
- },
24540
- "declarations": [
24541
- {
24542
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
24543
- "name": "FlowComponentProps"
24544
- }
24545
- ],
24546
- "required": false,
24547
- "type": {
24548
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
24549
- }
24550
- },
24551
- "tunnelId": {
24552
- "defaultValue": null,
24553
- "description": "@internal",
24554
- "name": "tunnelId",
24555
- "parent": {
24556
- "fileName": "components/src/lib/types/props.ts",
24557
- "name": "PropsWithTunnel"
24558
- },
24559
- "declarations": [
24560
- {
24561
- "fileName": "components/src/lib/types/props.ts",
24562
- "name": "PropsWithTunnel"
24563
- }
24564
- ],
24565
- "required": false,
24566
- "type": {
24567
- "name": "string | null"
24568
- }
24569
- },
24570
- "ref": {
24571
- "defaultValue": null,
24572
- "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}",
24573
- "name": "ref",
24574
- "parent": {
24575
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24576
- "name": "RefAttributes"
24577
- },
24578
- "declarations": [
24579
- {
24580
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24581
- "name": "RefAttributes"
24582
- }
24583
- ],
24584
- "required": false,
24585
- "type": {
24586
- "name": "Ref<HTMLInputElement>"
24587
- }
24588
- },
24589
- "key": {
24590
- "defaultValue": null,
24591
- "description": "",
24592
- "name": "key",
24593
- "parent": {
24594
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24595
- "name": "Attributes"
24596
- },
24597
- "declarations": [
24598
- {
24599
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
24600
- "name": "Attributes"
24601
- }
24602
- ],
24603
- "required": false,
24604
- "type": {
24605
- "name": "Key | null"
24606
- }
24607
- },
24608
- "containerBreakpointSize": {
24609
- "defaultValue": null,
24610
- "description": "",
24611
- "name": "containerBreakpointSize",
24612
- "parent": {
24613
- "fileName": "components/src/lib/types/props.ts",
24614
- "name": "PropsWithContainerBreakpointSize"
24615
- },
24616
- "declarations": [
24617
- {
24618
- "fileName": "components/src/lib/types/props.ts",
24619
- "name": "PropsWithContainerBreakpointSize"
24620
- }
24621
- ],
24622
- "required": false,
24623
- "type": {
24624
- "name": "ContainerBreakpointSize"
24625
- }
24626
- }
24627
- }
24628
- },
24629
24067
  {
24630
24068
  "tags": {
24631
24069
  "flr-generate": "all"
@@ -30037,6 +29475,568 @@
30037
29475
  }
30038
29476
  }
30039
29477
  },
29478
+ {
29479
+ "tags": {
29480
+ "flr-generate": "all"
29481
+ },
29482
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
29483
+ "description": "",
29484
+ "displayName": "SegmentedControl",
29485
+ "methods": [],
29486
+ "props": {
29487
+ "onFocus": {
29488
+ "defaultValue": null,
29489
+ "description": "Handler that is called when the element receives focus.",
29490
+ "name": "onFocus",
29491
+ "parent": {
29492
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29493
+ "name": "FocusEvents"
29494
+ },
29495
+ "declarations": [
29496
+ {
29497
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29498
+ "name": "FocusEvents"
29499
+ }
29500
+ ],
29501
+ "required": false,
29502
+ "type": {
29503
+ "name": "((e: FocusEvent<Element, Element>) => void)"
29504
+ }
29505
+ },
29506
+ "onBlur": {
29507
+ "defaultValue": null,
29508
+ "description": "Handler that is called when the element loses focus.",
29509
+ "name": "onBlur",
29510
+ "parent": {
29511
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29512
+ "name": "FocusEvents"
29513
+ },
29514
+ "declarations": [
29515
+ {
29516
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29517
+ "name": "FocusEvents"
29518
+ }
29519
+ ],
29520
+ "required": false,
29521
+ "type": {
29522
+ "name": "((e: FocusEvent<Element, Element>) => void)"
29523
+ }
29524
+ },
29525
+ "onChange": {
29526
+ "defaultValue": null,
29527
+ "description": "Handler that is called when the value changes.",
29528
+ "name": "onChange",
29529
+ "parent": {
29530
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29531
+ "name": "ValueBase"
29532
+ },
29533
+ "declarations": [
29534
+ {
29535
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29536
+ "name": "ValueBase"
29537
+ }
29538
+ ],
29539
+ "required": false,
29540
+ "type": {
29541
+ "name": "((value: TimeValue | null) => void)"
29542
+ }
29543
+ },
29544
+ "className": {
29545
+ "defaultValue": null,
29546
+ "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.",
29547
+ "name": "className",
29548
+ "parent": {
29549
+ "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",
29550
+ "name": "StyleRenderProps"
29551
+ },
29552
+ "declarations": [
29553
+ {
29554
+ "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",
29555
+ "name": "StyleRenderProps"
29556
+ }
29557
+ ],
29558
+ "required": false,
29559
+ "type": {
29560
+ "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
29561
+ }
29562
+ },
29563
+ "id": {
29564
+ "defaultValue": null,
29565
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
29566
+ "name": "id",
29567
+ "parent": {
29568
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29569
+ "name": "DOMProps"
29570
+ },
29571
+ "declarations": [
29572
+ {
29573
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29574
+ "name": "DOMProps"
29575
+ }
29576
+ ],
29577
+ "required": false,
29578
+ "type": {
29579
+ "name": "string"
29580
+ }
29581
+ },
29582
+ "name": {
29583
+ "defaultValue": null,
29584
+ "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).",
29585
+ "name": "name",
29586
+ "parent": {
29587
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29588
+ "name": "InputDOMProps"
29589
+ },
29590
+ "declarations": [
29591
+ {
29592
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29593
+ "name": "InputDOMProps"
29594
+ }
29595
+ ],
29596
+ "required": false,
29597
+ "type": {
29598
+ "name": "string"
29599
+ }
29600
+ },
29601
+ "style": {
29602
+ "defaultValue": null,
29603
+ "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.",
29604
+ "name": "style",
29605
+ "parent": {
29606
+ "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",
29607
+ "name": "StyleRenderProps"
29608
+ },
29609
+ "declarations": [
29610
+ {
29611
+ "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",
29612
+ "name": "StyleRenderProps"
29613
+ }
29614
+ ],
29615
+ "required": false,
29616
+ "type": {
29617
+ "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
29618
+ }
29619
+ },
29620
+ "orientation": {
29621
+ "defaultValue": {
29622
+ "value": "'vertical'"
29623
+ },
29624
+ "description": "The axis the Radio Button(s) should align with.",
29625
+ "name": "orientation",
29626
+ "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"
29629
+ },
29630
+ "declarations": [
29631
+ {
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"
29634
+ }
29635
+ ],
29636
+ "required": false,
29637
+ "type": {
29638
+ "name": "Orientation"
29639
+ }
29640
+ },
29641
+ "aria-describedby": {
29642
+ "defaultValue": null,
29643
+ "description": "Identifies the element (or elements) that describes the object.",
29644
+ "name": "aria-describedby",
29645
+ "parent": {
29646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29647
+ "name": "AriaLabelingProps"
29648
+ },
29649
+ "declarations": [
29650
+ {
29651
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29652
+ "name": "AriaLabelingProps"
29653
+ }
29654
+ ],
29655
+ "required": false,
29656
+ "type": {
29657
+ "name": "string"
29658
+ }
29659
+ },
29660
+ "aria-details": {
29661
+ "defaultValue": null,
29662
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
29663
+ "name": "aria-details",
29664
+ "parent": {
29665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29666
+ "name": "AriaLabelingProps"
29667
+ },
29668
+ "declarations": [
29669
+ {
29670
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29671
+ "name": "AriaLabelingProps"
29672
+ }
29673
+ ],
29674
+ "required": false,
29675
+ "type": {
29676
+ "name": "string"
29677
+ }
29678
+ },
29679
+ "aria-errormessage": {
29680
+ "defaultValue": null,
29681
+ "description": "Identifies the element that provides an error message for the object.",
29682
+ "name": "aria-errormessage",
29683
+ "parent": {
29684
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29685
+ "name": "AriaValidationProps"
29686
+ },
29687
+ "declarations": [
29688
+ {
29689
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29690
+ "name": "AriaValidationProps"
29691
+ }
29692
+ ],
29693
+ "required": false,
29694
+ "type": {
29695
+ "name": "string"
29696
+ }
29697
+ },
29698
+ "aria-label": {
29699
+ "defaultValue": null,
29700
+ "description": "Defines a string value that labels the current element.",
29701
+ "name": "aria-label",
29702
+ "parent": {
29703
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29704
+ "name": "AriaLabelingProps"
29705
+ },
29706
+ "declarations": [
29707
+ {
29708
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29709
+ "name": "AriaLabelingProps"
29710
+ }
29711
+ ],
29712
+ "required": false,
29713
+ "type": {
29714
+ "name": "string"
29715
+ }
29716
+ },
29717
+ "aria-labelledby": {
29718
+ "defaultValue": null,
29719
+ "description": "Identifies the element (or elements) that labels the current element.",
29720
+ "name": "aria-labelledby",
29721
+ "parent": {
29722
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29723
+ "name": "AriaLabelingProps"
29724
+ },
29725
+ "declarations": [
29726
+ {
29727
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
29728
+ "name": "AriaLabelingProps"
29729
+ }
29730
+ ],
29731
+ "required": false,
29732
+ "type": {
29733
+ "name": "string"
29734
+ }
29735
+ },
29736
+ "validationBehavior": {
29737
+ "defaultValue": {
29738
+ "value": "'native'"
29739
+ },
29740
+ "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.",
29741
+ "name": "validationBehavior",
29742
+ "parent": {
29743
+ "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",
29744
+ "name": "RACValidation"
29745
+ },
29746
+ "declarations": [
29747
+ {
29748
+ "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",
29749
+ "name": "RACValidation"
29750
+ }
29751
+ ],
29752
+ "required": false,
29753
+ "type": {
29754
+ "name": "\"native\" | \"aria\""
29755
+ }
29756
+ },
29757
+ "isDisabled": {
29758
+ "defaultValue": null,
29759
+ "description": "Whether the input is disabled.",
29760
+ "name": "isDisabled",
29761
+ "parent": {
29762
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29763
+ "name": "InputBase"
29764
+ },
29765
+ "declarations": [
29766
+ {
29767
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29768
+ "name": "InputBase"
29769
+ }
29770
+ ],
29771
+ "required": false,
29772
+ "type": {
29773
+ "name": "boolean"
29774
+ }
29775
+ },
29776
+ "isReadOnly": {
29777
+ "defaultValue": null,
29778
+ "description": "Whether the input can be selected but not changed by the user.",
29779
+ "name": "isReadOnly",
29780
+ "parent": {
29781
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29782
+ "name": "InputBase"
29783
+ },
29784
+ "declarations": [
29785
+ {
29786
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29787
+ "name": "InputBase"
29788
+ }
29789
+ ],
29790
+ "required": false,
29791
+ "type": {
29792
+ "name": "boolean"
29793
+ }
29794
+ },
29795
+ "isRequired": {
29796
+ "defaultValue": null,
29797
+ "description": "Whether user input is required on the input before form submission.",
29798
+ "name": "isRequired",
29799
+ "parent": {
29800
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29801
+ "name": "Validation"
29802
+ },
29803
+ "declarations": [
29804
+ {
29805
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29806
+ "name": "Validation"
29807
+ }
29808
+ ],
29809
+ "required": false,
29810
+ "type": {
29811
+ "name": "boolean"
29812
+ }
29813
+ },
29814
+ "isInvalid": {
29815
+ "defaultValue": null,
29816
+ "description": "Whether the input value is invalid.",
29817
+ "name": "isInvalid",
29818
+ "parent": {
29819
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29820
+ "name": "Validation"
29821
+ },
29822
+ "declarations": [
29823
+ {
29824
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29825
+ "name": "Validation"
29826
+ }
29827
+ ],
29828
+ "required": false,
29829
+ "type": {
29830
+ "name": "boolean"
29831
+ }
29832
+ },
29833
+ "validate": {
29834
+ "defaultValue": null,
29835
+ "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.",
29836
+ "name": "validate",
29837
+ "parent": {
29838
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29839
+ "name": "Validation"
29840
+ },
29841
+ "declarations": [
29842
+ {
29843
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29844
+ "name": "Validation"
29845
+ }
29846
+ ],
29847
+ "required": false,
29848
+ "type": {
29849
+ "name": "((value: TimeValue) => true | ValidationError | null)"
29850
+ }
29851
+ },
29852
+ "onFocusChange": {
29853
+ "defaultValue": null,
29854
+ "description": "Handler that is called when the element's focus status changes.",
29855
+ "name": "onFocusChange",
29856
+ "parent": {
29857
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29858
+ "name": "FocusEvents"
29859
+ },
29860
+ "declarations": [
29861
+ {
29862
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
29863
+ "name": "FocusEvents"
29864
+ }
29865
+ ],
29866
+ "required": false,
29867
+ "type": {
29868
+ "name": "((isFocused: boolean) => void)"
29869
+ }
29870
+ },
29871
+ "value": {
29872
+ "defaultValue": null,
29873
+ "description": "The current value (controlled).",
29874
+ "name": "value",
29875
+ "parent": {
29876
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29877
+ "name": "ValueBase"
29878
+ },
29879
+ "declarations": [
29880
+ {
29881
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29882
+ "name": "ValueBase"
29883
+ }
29884
+ ],
29885
+ "required": false,
29886
+ "type": {
29887
+ "name": "TimeValue | null"
29888
+ }
29889
+ },
29890
+ "defaultValue": {
29891
+ "defaultValue": null,
29892
+ "description": "The default value (uncontrolled).",
29893
+ "name": "defaultValue",
29894
+ "parent": {
29895
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29896
+ "name": "ValueBase"
29897
+ },
29898
+ "declarations": [
29899
+ {
29900
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
29901
+ "name": "ValueBase"
29902
+ }
29903
+ ],
29904
+ "required": false,
29905
+ "type": {
29906
+ "name": "TimeValue | null"
29907
+ }
29908
+ },
29909
+ "slot": {
29910
+ "defaultValue": null,
29911
+ "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.",
29912
+ "name": "slot",
29913
+ "parent": {
29914
+ "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",
29915
+ "name": "SlotProps"
29916
+ },
29917
+ "declarations": [
29918
+ {
29919
+ "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",
29920
+ "name": "SlotProps"
29921
+ }
29922
+ ],
29923
+ "required": false,
29924
+ "type": {
29925
+ "name": "string | null"
29926
+ }
29927
+ },
29928
+ "children": {
29929
+ "defaultValue": null,
29930
+ "description": "",
29931
+ "name": "children",
29932
+ "declarations": [
29933
+ {
29934
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29935
+ "name": "TypeLiteral"
29936
+ }
29937
+ ],
29938
+ "required": false,
29939
+ "type": {
29940
+ "name": "ReactNode"
29941
+ }
29942
+ },
29943
+ "wrapWith": {
29944
+ "defaultValue": null,
29945
+ "description": "",
29946
+ "name": "wrapWith",
29947
+ "parent": {
29948
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29949
+ "name": "FlowComponentProps"
29950
+ },
29951
+ "declarations": [
29952
+ {
29953
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
29954
+ "name": "FlowComponentProps"
29955
+ }
29956
+ ],
29957
+ "required": false,
29958
+ "type": {
29959
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
29960
+ }
29961
+ },
29962
+ "tunnelId": {
29963
+ "defaultValue": null,
29964
+ "description": "@internal",
29965
+ "name": "tunnelId",
29966
+ "parent": {
29967
+ "fileName": "components/src/lib/types/props.ts",
29968
+ "name": "PropsWithTunnel"
29969
+ },
29970
+ "declarations": [
29971
+ {
29972
+ "fileName": "components/src/lib/types/props.ts",
29973
+ "name": "PropsWithTunnel"
29974
+ }
29975
+ ],
29976
+ "required": false,
29977
+ "type": {
29978
+ "name": "string | null"
29979
+ }
29980
+ },
29981
+ "ref": {
29982
+ "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",
29985
+ "parent": {
29986
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29987
+ "name": "RefAttributes"
29988
+ },
29989
+ "declarations": [
29990
+ {
29991
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
29992
+ "name": "RefAttributes"
29993
+ }
29994
+ ],
29995
+ "required": false,
29996
+ "type": {
29997
+ "name": "Ref<HTMLInputElement>"
29998
+ }
29999
+ },
30000
+ "key": {
30001
+ "defaultValue": null,
30002
+ "description": "",
30003
+ "name": "key",
30004
+ "parent": {
30005
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30006
+ "name": "Attributes"
30007
+ },
30008
+ "declarations": [
30009
+ {
30010
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
30011
+ "name": "Attributes"
30012
+ }
30013
+ ],
30014
+ "required": false,
30015
+ "type": {
30016
+ "name": "Key | null"
30017
+ }
30018
+ },
30019
+ "containerBreakpointSize": {
30020
+ "defaultValue": null,
30021
+ "description": "",
30022
+ "name": "containerBreakpointSize",
30023
+ "parent": {
30024
+ "fileName": "components/src/lib/types/props.ts",
30025
+ "name": "PropsWithContainerBreakpointSize"
30026
+ },
30027
+ "declarations": [
30028
+ {
30029
+ "fileName": "components/src/lib/types/props.ts",
30030
+ "name": "PropsWithContainerBreakpointSize"
30031
+ }
30032
+ ],
30033
+ "required": false,
30034
+ "type": {
30035
+ "name": "ContainerBreakpointSize"
30036
+ }
30037
+ }
30038
+ }
30039
+ },
30040
30040
  {
30041
30041
  "tags": {
30042
30042
  "flr-generate": "all",
@@ -208204,99 +208204,66 @@
208204
208204
  },
208205
208205
  {
208206
208206
  "tags": {},
208207
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
208208
- "description": "",
208209
- "displayName": "RouterProvider",
208210
- "methods": [],
208211
- "props": {
208212
- "children": {
208213
- "defaultValue": null,
208214
- "description": "",
208215
- "name": "children",
208216
- "declarations": [
208217
- {
208218
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208219
- "name": "TypeLiteral"
208220
- }
208221
- ],
208222
- "required": false,
208223
- "type": {
208224
- "name": "ReactNode"
208225
- }
208226
- }
208227
- }
208228
- },
208229
- {
208230
- "tags": {
208231
- "deprecated": "Use RouterProvider instead"
208232
- },
208233
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
208207
+ "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
208234
208208
  "description": "",
208235
- "displayName": "LinkProvider",
208209
+ "displayName": "Form",
208236
208210
  "methods": [],
208237
208211
  "props": {
208238
- "children": {
208212
+ "form": {
208239
208213
  "defaultValue": null,
208240
208214
  "description": "",
208241
- "name": "children",
208215
+ "name": "form",
208216
+ "parent": {
208217
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208218
+ "name": "FormProps"
208219
+ },
208242
208220
  "declarations": [
208243
208221
  {
208244
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208245
- "name": "TypeLiteral"
208222
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208223
+ "name": "FormProps"
208246
208224
  }
208247
208225
  ],
208248
- "required": false,
208226
+ "required": true,
208249
208227
  "type": {
208250
- "name": "ReactNode"
208228
+ "name": "UseFormReturn<F>"
208251
208229
  }
208252
- }
208253
- }
208254
- },
208255
- {
208256
- "tags": {
208257
- "deprecated": "Use RouterProvider instead"
208258
- },
208259
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
208260
- "description": "",
208261
- "displayName": "Link",
208262
- "methods": [],
208263
- "props": {
208264
- "ref": {
208230
+ },
208231
+ "onSubmit": {
208265
208232
  "defaultValue": null,
208266
208233
  "description": "",
208267
- "name": "ref",
208234
+ "name": "onSubmit",
208268
208235
  "parent": {
208269
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208270
- "name": "Props"
208236
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208237
+ "name": "FormProps"
208271
208238
  },
208272
208239
  "declarations": [
208273
208240
  {
208274
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208275
- "name": "Props"
208241
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208242
+ "name": "FormProps"
208276
208243
  }
208277
208244
  ],
208278
- "required": false,
208245
+ "required": true,
208279
208246
  "type": {
208280
- "name": "Ref<HTMLAnchorElement>"
208247
+ "name": "SubmitHandler<F>"
208281
208248
  }
208282
208249
  },
208283
- "isDisabled": {
208250
+ "formComponent": {
208284
208251
  "defaultValue": null,
208285
208252
  "description": "",
208286
- "name": "isDisabled",
208253
+ "name": "formComponent",
208287
208254
  "parent": {
208288
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208289
- "name": "Props"
208255
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208256
+ "name": "FormProps"
208290
208257
  },
208291
208258
  "declarations": [
208292
208259
  {
208293
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208294
- "name": "Props"
208260
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208261
+ "name": "FormProps"
208295
208262
  }
208296
208263
  ],
208297
208264
  "required": false,
208298
208265
  "type": {
208299
- "name": "boolean"
208266
+ "name": "FormComponentType"
208300
208267
  }
208301
208268
  },
208302
208269
  "children": {
@@ -208793,25 +208760,6 @@
208793
208760
  "name": "FormEventHandler<HTMLElement>"
208794
208761
  }
208795
208762
  },
208796
- "onSubmit": {
208797
- "defaultValue": null,
208798
- "description": "",
208799
- "name": "onSubmit",
208800
- "parent": {
208801
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208802
- "name": "DOMAttributes"
208803
- },
208804
- "declarations": [
208805
- {
208806
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208807
- "name": "DOMAttributes"
208808
- }
208809
- ],
208810
- "required": false,
208811
- "type": {
208812
- "name": "FormEventHandler<HTMLElement>"
208813
- }
208814
- },
208815
208763
  "onSubmitCapture": {
208816
208764
  "defaultValue": null,
208817
208765
  "description": "",
@@ -211438,10 +211386,10 @@
211438
211386
  "name": "string"
211439
211387
  }
211440
211388
  },
211441
- "media": {
211389
+ "method": {
211442
211390
  "defaultValue": null,
211443
211391
  "description": "",
211444
- "name": "media",
211392
+ "name": "method",
211445
211393
  "parent": {
211446
211394
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211447
211395
  "name": "SVGAttributes"
@@ -211457,48 +211405,48 @@
211457
211405
  "name": "string"
211458
211406
  }
211459
211407
  },
211460
- "style": {
211408
+ "name": {
211461
211409
  "defaultValue": null,
211462
211410
  "description": "",
211463
- "name": "style",
211411
+ "name": "name",
211464
211412
  "parent": {
211465
211413
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211466
- "name": "HTMLAttributes"
211414
+ "name": "InputHTMLAttributes"
211467
211415
  },
211468
211416
  "declarations": [
211469
211417
  {
211470
211418
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211471
- "name": "HTMLAttributes"
211419
+ "name": "InputHTMLAttributes"
211472
211420
  }
211473
211421
  ],
211474
211422
  "required": false,
211475
211423
  "type": {
211476
- "name": "CSSProperties"
211424
+ "name": "string"
211477
211425
  }
211478
211426
  },
211479
- "target": {
211427
+ "style": {
211480
211428
  "defaultValue": null,
211481
211429
  "description": "",
211482
- "name": "target",
211430
+ "name": "style",
211483
211431
  "parent": {
211484
211432
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211485
- "name": "SVGAttributes"
211433
+ "name": "HTMLAttributes"
211486
211434
  },
211487
211435
  "declarations": [
211488
211436
  {
211489
211437
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211490
- "name": "SVGAttributes"
211438
+ "name": "HTMLAttributes"
211491
211439
  }
211492
211440
  ],
211493
211441
  "required": false,
211494
211442
  "type": {
211495
- "name": "string"
211443
+ "name": "CSSProperties"
211496
211444
  }
211497
211445
  },
211498
- "type": {
211446
+ "target": {
211499
211447
  "defaultValue": null,
211500
- "description": "The type of axis",
211501
- "name": "type",
211448
+ "description": "",
211449
+ "name": "target",
211502
211450
  "parent": {
211503
211451
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211504
211452
  "name": "SVGAttributes"
@@ -211507,15 +211455,11 @@
211507
211455
  {
211508
211456
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211509
211457
  "name": "SVGAttributes"
211510
- },
211511
- {
211512
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
211513
- "name": "BaseAxisProps"
211514
211458
  }
211515
211459
  ],
211516
211460
  "required": false,
211517
211461
  "type": {
211518
- "name": "\"number\" | \"category\""
211462
+ "name": "string"
211519
211463
  }
211520
211464
  },
211521
211465
  "role": {
@@ -211556,25 +211500,6 @@
211556
211500
  "name": "number"
211557
211501
  }
211558
211502
  },
211559
- "href": {
211560
- "defaultValue": null,
211561
- "description": "",
211562
- "name": "href",
211563
- "parent": {
211564
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211565
- "name": "SVGAttributes"
211566
- },
211567
- "declarations": [
211568
- {
211569
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211570
- "name": "SVGAttributes"
211571
- }
211572
- ],
211573
- "required": false,
211574
- "type": {
211575
- "name": "string"
211576
- }
211577
- },
211578
211503
  "aria-activedescendant": {
211579
211504
  "defaultValue": null,
211580
211505
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -212772,6 +212697,25 @@
212772
212697
  "name": "TransitionEventHandler<HTMLElement>"
212773
212698
  }
212774
212699
  },
212700
+ "ref": {
212701
+ "defaultValue": null,
212702
+ "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}",
212703
+ "name": "ref",
212704
+ "parent": {
212705
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212706
+ "name": "RefAttributes"
212707
+ },
212708
+ "declarations": [
212709
+ {
212710
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212711
+ "name": "RefAttributes"
212712
+ }
212713
+ ],
212714
+ "required": false,
212715
+ "type": {
212716
+ "name": "Ref<HTMLInputElement>"
212717
+ }
212718
+ },
212775
212719
  "key": {
212776
212720
  "defaultValue": null,
212777
212721
  "description": "",
@@ -212867,6 +212811,25 @@
212867
212811
  "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
212868
212812
  }
212869
212813
  },
212814
+ "autoComplete": {
212815
+ "defaultValue": null,
212816
+ "description": "",
212817
+ "name": "autoComplete",
212818
+ "parent": {
212819
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212820
+ "name": "FormHTMLAttributes"
212821
+ },
212822
+ "declarations": [
212823
+ {
212824
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212825
+ "name": "FormHTMLAttributes"
212826
+ }
212827
+ ],
212828
+ "required": false,
212829
+ "type": {
212830
+ "name": "string"
212831
+ }
212832
+ },
212870
212833
  "inputMode": {
212871
212834
  "defaultValue": null,
212872
212835
  "description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
@@ -213684,56 +213647,56 @@
213684
213647
  "name": "string"
213685
213648
  }
213686
213649
  },
213687
- "hrefLang": {
213650
+ "action": {
213688
213651
  "defaultValue": null,
213689
213652
  "description": "",
213690
- "name": "hrefLang",
213653
+ "name": "action",
213691
213654
  "parent": {
213692
213655
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213693
- "name": "AnchorHTMLAttributes"
213656
+ "name": "FormHTMLAttributes"
213694
213657
  },
213695
213658
  "declarations": [
213696
213659
  {
213697
213660
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213698
- "name": "AnchorHTMLAttributes"
213661
+ "name": "FormHTMLAttributes"
213699
213662
  }
213700
213663
  ],
213701
213664
  "required": false,
213702
213665
  "type": {
213703
- "name": "string"
213666
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
213704
213667
  }
213705
213668
  },
213706
- "download": {
213669
+ "acceptCharset": {
213707
213670
  "defaultValue": null,
213708
213671
  "description": "",
213709
- "name": "download",
213672
+ "name": "acceptCharset",
213710
213673
  "parent": {
213711
213674
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213712
- "name": "AnchorHTMLAttributes"
213675
+ "name": "FormHTMLAttributes"
213713
213676
  },
213714
213677
  "declarations": [
213715
213678
  {
213716
213679
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213717
- "name": "AnchorHTMLAttributes"
213680
+ "name": "FormHTMLAttributes"
213718
213681
  }
213719
213682
  ],
213720
213683
  "required": false,
213721
213684
  "type": {
213722
- "name": "any"
213685
+ "name": "string"
213723
213686
  }
213724
213687
  },
213725
- "ping": {
213688
+ "encType": {
213726
213689
  "defaultValue": null,
213727
213690
  "description": "",
213728
- "name": "ping",
213691
+ "name": "encType",
213729
213692
  "parent": {
213730
213693
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213731
- "name": "AnchorHTMLAttributes"
213694
+ "name": "FormHTMLAttributes"
213732
213695
  },
213733
213696
  "declarations": [
213734
213697
  {
213735
213698
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213736
- "name": "AnchorHTMLAttributes"
213699
+ "name": "FormHTMLAttributes"
213737
213700
  }
213738
213701
  ],
213739
213702
  "required": false,
@@ -213741,89 +213704,921 @@
213741
213704
  "name": "string"
213742
213705
  }
213743
213706
  },
213744
- "referrerPolicy": {
213707
+ "noValidate": {
213745
213708
  "defaultValue": null,
213746
213709
  "description": "",
213747
- "name": "referrerPolicy",
213710
+ "name": "noValidate",
213748
213711
  "parent": {
213749
213712
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213750
- "name": "ImgHTMLAttributes"
213713
+ "name": "FormHTMLAttributes"
213751
213714
  },
213752
213715
  "declarations": [
213753
213716
  {
213754
213717
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213755
- "name": "ImgHTMLAttributes"
213718
+ "name": "FormHTMLAttributes"
213756
213719
  }
213757
213720
  ],
213758
213721
  "required": false,
213759
213722
  "type": {
213760
- "name": "HTMLAttributeReferrerPolicy"
213723
+ "name": "boolean"
213761
213724
  }
213762
213725
  }
213763
213726
  }
213764
213727
  },
213765
213728
  {
213766
213729
  "tags": {},
213767
- "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
213730
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
213768
213731
  "description": "",
213769
- "displayName": "Form",
213732
+ "displayName": "Field",
213770
213733
  "methods": [],
213771
213734
  "props": {
213772
- "form": {
213735
+ "name": {
213773
213736
  "defaultValue": null,
213774
213737
  "description": "",
213775
- "name": "form",
213738
+ "name": "name",
213739
+ "declarations": [
213740
+ {
213741
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213742
+ "name": "TypeLiteral"
213743
+ }
213744
+ ],
213745
+ "required": true,
213746
+ "type": {
213747
+ "name": "string"
213748
+ }
213749
+ },
213750
+ "defaultValue": {
213751
+ "defaultValue": null,
213752
+ "description": "",
213753
+ "name": "defaultValue",
213754
+ "declarations": [
213755
+ {
213756
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213757
+ "name": "TypeLiteral"
213758
+ }
213759
+ ],
213760
+ "required": false,
213761
+ "type": {
213762
+ "name": "any"
213763
+ }
213764
+ },
213765
+ "disabled": {
213766
+ "defaultValue": null,
213767
+ "description": "",
213768
+ "name": "disabled",
213769
+ "declarations": [
213770
+ {
213771
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213772
+ "name": "TypeLiteral"
213773
+ }
213774
+ ],
213775
+ "required": false,
213776
+ "type": {
213777
+ "name": "boolean"
213778
+ }
213779
+ },
213780
+ "control": {
213781
+ "defaultValue": null,
213782
+ "description": "",
213783
+ "name": "control",
213784
+ "declarations": [
213785
+ {
213786
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213787
+ "name": "TypeLiteral"
213788
+ }
213789
+ ],
213790
+ "required": false,
213791
+ "type": {
213792
+ "name": "Control<T, any, T>"
213793
+ }
213794
+ },
213795
+ "rules": {
213796
+ "defaultValue": null,
213797
+ "description": "",
213798
+ "name": "rules",
213799
+ "declarations": [
213800
+ {
213801
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213802
+ "name": "TypeLiteral"
213803
+ }
213804
+ ],
213805
+ "required": false,
213806
+ "type": {
213807
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
213808
+ }
213809
+ },
213810
+ "shouldUnregister": {
213811
+ "defaultValue": null,
213812
+ "description": "",
213813
+ "name": "shouldUnregister",
213814
+ "declarations": [
213815
+ {
213816
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
213817
+ "name": "TypeLiteral"
213818
+ }
213819
+ ],
213820
+ "required": false,
213821
+ "type": {
213822
+ "name": "boolean"
213823
+ }
213824
+ },
213825
+ "children": {
213826
+ "defaultValue": null,
213827
+ "description": "",
213828
+ "name": "children",
213829
+ "declarations": [
213830
+ {
213831
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213832
+ "name": "TypeLiteral"
213833
+ }
213834
+ ],
213835
+ "required": false,
213836
+ "type": {
213837
+ "name": "ReactNode"
213838
+ }
213839
+ }
213840
+ }
213841
+ },
213842
+ {
213843
+ "tags": {},
213844
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
213845
+ "description": "",
213846
+ "displayName": "typedField",
213847
+ "methods": [],
213848
+ "props": {
213849
+ "watch": {
213850
+ "defaultValue": null,
213851
+ "description": "",
213852
+ "name": "watch",
213853
+ "declarations": [
213854
+ {
213855
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213856
+ "name": "TypeLiteral"
213857
+ }
213858
+ ],
213859
+ "required": true,
213860
+ "type": {
213861
+ "name": "UseFormWatch<T>"
213862
+ }
213863
+ },
213864
+ "getValues": {
213865
+ "defaultValue": null,
213866
+ "description": "",
213867
+ "name": "getValues",
213868
+ "declarations": [
213869
+ {
213870
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213871
+ "name": "TypeLiteral"
213872
+ }
213873
+ ],
213874
+ "required": true,
213875
+ "type": {
213876
+ "name": "UseFormGetValues<T>"
213877
+ }
213878
+ },
213879
+ "getFieldState": {
213880
+ "defaultValue": null,
213881
+ "description": "",
213882
+ "name": "getFieldState",
213883
+ "declarations": [
213884
+ {
213885
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213886
+ "name": "TypeLiteral"
213887
+ },
213888
+ {
213889
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213890
+ "name": "TypeLiteral"
213891
+ }
213892
+ ],
213893
+ "required": true,
213894
+ "type": {
213895
+ "name": "UseFormGetFieldState<T>"
213896
+ }
213897
+ },
213898
+ "setError": {
213899
+ "defaultValue": null,
213900
+ "description": "",
213901
+ "name": "setError",
213902
+ "declarations": [
213903
+ {
213904
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213905
+ "name": "TypeLiteral"
213906
+ },
213907
+ {
213908
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213909
+ "name": "TypeLiteral"
213910
+ }
213911
+ ],
213912
+ "required": true,
213913
+ "type": {
213914
+ "name": "UseFormSetError<T>"
213915
+ }
213916
+ },
213917
+ "clearErrors": {
213918
+ "defaultValue": null,
213919
+ "description": "",
213920
+ "name": "clearErrors",
213921
+ "declarations": [
213922
+ {
213923
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213924
+ "name": "TypeLiteral"
213925
+ }
213926
+ ],
213927
+ "required": true,
213928
+ "type": {
213929
+ "name": "UseFormClearErrors<T>"
213930
+ }
213931
+ },
213932
+ "setValue": {
213933
+ "defaultValue": null,
213934
+ "description": "",
213935
+ "name": "setValue",
213936
+ "declarations": [
213937
+ {
213938
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213939
+ "name": "TypeLiteral"
213940
+ }
213941
+ ],
213942
+ "required": true,
213943
+ "type": {
213944
+ "name": "UseFormSetValue<T>"
213945
+ }
213946
+ },
213947
+ "trigger": {
213948
+ "defaultValue": null,
213949
+ "description": "",
213950
+ "name": "trigger",
213951
+ "declarations": [
213952
+ {
213953
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213954
+ "name": "TypeLiteral"
213955
+ }
213956
+ ],
213957
+ "required": true,
213958
+ "type": {
213959
+ "name": "UseFormTrigger<T>"
213960
+ }
213961
+ },
213962
+ "formState": {
213963
+ "defaultValue": null,
213964
+ "description": "",
213965
+ "name": "formState",
213966
+ "declarations": [
213967
+ {
213968
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213969
+ "name": "TypeLiteral"
213970
+ }
213971
+ ],
213972
+ "required": true,
213973
+ "type": {
213974
+ "name": "FormState<T>"
213975
+ }
213976
+ },
213977
+ "resetField": {
213978
+ "defaultValue": null,
213979
+ "description": "",
213980
+ "name": "resetField",
213981
+ "declarations": [
213982
+ {
213983
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213984
+ "name": "TypeLiteral"
213985
+ }
213986
+ ],
213987
+ "required": true,
213988
+ "type": {
213989
+ "name": "UseFormResetField<T>"
213990
+ }
213991
+ },
213992
+ "reset": {
213993
+ "defaultValue": null,
213994
+ "description": "",
213995
+ "name": "reset",
213996
+ "declarations": [
213997
+ {
213998
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
213999
+ "name": "TypeLiteral"
214000
+ }
214001
+ ],
214002
+ "required": true,
214003
+ "type": {
214004
+ "name": "UseFormReset<T>"
214005
+ }
214006
+ },
214007
+ "handleSubmit": {
214008
+ "defaultValue": null,
214009
+ "description": "",
214010
+ "name": "handleSubmit",
214011
+ "declarations": [
214012
+ {
214013
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214014
+ "name": "TypeLiteral"
214015
+ },
214016
+ {
214017
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214018
+ "name": "TypeLiteral"
214019
+ }
214020
+ ],
214021
+ "required": true,
214022
+ "type": {
214023
+ "name": "UseFormHandleSubmit<T, T>"
214024
+ }
214025
+ },
214026
+ "unregister": {
214027
+ "defaultValue": null,
214028
+ "description": "",
214029
+ "name": "unregister",
214030
+ "declarations": [
214031
+ {
214032
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214033
+ "name": "TypeLiteral"
214034
+ },
214035
+ {
214036
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214037
+ "name": "TypeLiteral"
214038
+ }
214039
+ ],
214040
+ "required": true,
214041
+ "type": {
214042
+ "name": "UseFormUnregister<T>"
214043
+ }
214044
+ },
214045
+ "control": {
214046
+ "defaultValue": null,
214047
+ "description": "",
214048
+ "name": "control",
214049
+ "declarations": [
214050
+ {
214051
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214052
+ "name": "TypeLiteral"
214053
+ }
214054
+ ],
214055
+ "required": true,
214056
+ "type": {
214057
+ "name": "Control<T, any, T>"
214058
+ }
214059
+ },
214060
+ "register": {
214061
+ "defaultValue": null,
214062
+ "description": "",
214063
+ "name": "register",
214064
+ "declarations": [
214065
+ {
214066
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214067
+ "name": "TypeLiteral"
214068
+ },
214069
+ {
214070
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214071
+ "name": "TypeLiteral"
214072
+ }
214073
+ ],
214074
+ "required": true,
214075
+ "type": {
214076
+ "name": "UseFormRegister<T>"
214077
+ }
214078
+ },
214079
+ "setFocus": {
214080
+ "defaultValue": null,
214081
+ "description": "",
214082
+ "name": "setFocus",
214083
+ "declarations": [
214084
+ {
214085
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214086
+ "name": "TypeLiteral"
214087
+ }
214088
+ ],
214089
+ "required": true,
214090
+ "type": {
214091
+ "name": "UseFormSetFocus<T>"
214092
+ }
214093
+ },
214094
+ "subscribe": {
214095
+ "defaultValue": null,
214096
+ "description": "",
214097
+ "name": "subscribe",
214098
+ "declarations": [
214099
+ {
214100
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214101
+ "name": "TypeLiteral"
214102
+ }
214103
+ ],
214104
+ "required": true,
214105
+ "type": {
214106
+ "name": "UseFormSubscribe<T>"
214107
+ }
214108
+ },
214109
+ "_subjects": {
214110
+ "defaultValue": null,
214111
+ "description": "",
214112
+ "name": "_subjects",
214113
+ "declarations": [
214114
+ {
214115
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214116
+ "name": "TypeLiteral"
214117
+ }
214118
+ ],
214119
+ "required": true,
214120
+ "type": {
214121
+ "name": "Subjects<T>"
214122
+ }
214123
+ },
214124
+ "_removeUnmounted": {
214125
+ "defaultValue": null,
214126
+ "description": "",
214127
+ "name": "_removeUnmounted",
214128
+ "declarations": [
214129
+ {
214130
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214131
+ "name": "TypeLiteral"
214132
+ }
214133
+ ],
214134
+ "required": true,
214135
+ "type": {
214136
+ "name": "Noop"
214137
+ }
214138
+ },
214139
+ "_names": {
214140
+ "defaultValue": null,
214141
+ "description": "",
214142
+ "name": "_names",
214143
+ "declarations": [
214144
+ {
214145
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214146
+ "name": "TypeLiteral"
214147
+ }
214148
+ ],
214149
+ "required": true,
214150
+ "type": {
214151
+ "name": "Names"
214152
+ }
214153
+ },
214154
+ "_state": {
214155
+ "defaultValue": null,
214156
+ "description": "",
214157
+ "name": "_state",
214158
+ "declarations": [
214159
+ {
214160
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214161
+ "name": "TypeLiteral"
214162
+ }
214163
+ ],
214164
+ "required": true,
214165
+ "type": {
214166
+ "name": "{ mount: boolean; action: boolean; watch: boolean; }"
214167
+ }
214168
+ },
214169
+ "_reset": {
214170
+ "defaultValue": null,
214171
+ "description": "",
214172
+ "name": "_reset",
214173
+ "declarations": [
214174
+ {
214175
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214176
+ "name": "TypeLiteral"
214177
+ }
214178
+ ],
214179
+ "required": true,
214180
+ "type": {
214181
+ "name": "UseFormReset<T>"
214182
+ }
214183
+ },
214184
+ "_options": {
214185
+ "defaultValue": null,
214186
+ "description": "",
214187
+ "name": "_options",
214188
+ "declarations": [
214189
+ {
214190
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214191
+ "name": "TypeLiteral"
214192
+ }
214193
+ ],
214194
+ "required": true,
214195
+ "type": {
214196
+ "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
214197
+ }
214198
+ },
214199
+ "_getDirty": {
214200
+ "defaultValue": null,
214201
+ "description": "",
214202
+ "name": "_getDirty",
214203
+ "declarations": [
214204
+ {
214205
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214206
+ "name": "TypeLiteral"
214207
+ }
214208
+ ],
214209
+ "required": true,
214210
+ "type": {
214211
+ "name": "GetIsDirty"
214212
+ }
214213
+ },
214214
+ "_resetDefaultValues": {
214215
+ "defaultValue": null,
214216
+ "description": "",
214217
+ "name": "_resetDefaultValues",
214218
+ "declarations": [
214219
+ {
214220
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214221
+ "name": "TypeLiteral"
214222
+ }
214223
+ ],
214224
+ "required": true,
214225
+ "type": {
214226
+ "name": "Noop"
214227
+ }
214228
+ },
214229
+ "_formState": {
214230
+ "defaultValue": null,
214231
+ "description": "",
214232
+ "name": "_formState",
214233
+ "declarations": [
214234
+ {
214235
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214236
+ "name": "TypeLiteral"
214237
+ }
214238
+ ],
214239
+ "required": true,
214240
+ "type": {
214241
+ "name": "FormState<T>"
214242
+ }
214243
+ },
214244
+ "_setValid": {
214245
+ "defaultValue": null,
214246
+ "description": "",
214247
+ "name": "_setValid",
214248
+ "declarations": [
214249
+ {
214250
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214251
+ "name": "TypeLiteral"
214252
+ }
214253
+ ],
214254
+ "required": true,
214255
+ "type": {
214256
+ "name": "(shouldUpdateValid?: boolean | undefined) => void"
214257
+ }
214258
+ },
214259
+ "_fields": {
214260
+ "defaultValue": null,
214261
+ "description": "",
214262
+ "name": "_fields",
214263
+ "declarations": [
214264
+ {
214265
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214266
+ "name": "TypeLiteral"
214267
+ }
214268
+ ],
214269
+ "required": true,
214270
+ "type": {
214271
+ "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
214272
+ }
214273
+ },
214274
+ "_formValues": {
214275
+ "defaultValue": null,
214276
+ "description": "",
214277
+ "name": "_formValues",
214278
+ "declarations": [
214279
+ {
214280
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214281
+ "name": "TypeLiteral"
214282
+ }
214283
+ ],
214284
+ "required": true,
214285
+ "type": {
214286
+ "name": "FieldValues"
214287
+ }
214288
+ },
214289
+ "_proxyFormState": {
214290
+ "defaultValue": null,
214291
+ "description": "",
214292
+ "name": "_proxyFormState",
214293
+ "declarations": [
214294
+ {
214295
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214296
+ "name": "TypeLiteral"
214297
+ }
214298
+ ],
214299
+ "required": true,
214300
+ "type": {
214301
+ "name": "ReadFormState"
214302
+ }
214303
+ },
214304
+ "_defaultValues": {
214305
+ "defaultValue": null,
214306
+ "description": "",
214307
+ "name": "_defaultValues",
214308
+ "declarations": [
214309
+ {
214310
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214311
+ "name": "TypeLiteral"
214312
+ }
214313
+ ],
214314
+ "required": true,
214315
+ "type": {
214316
+ "name": "Partial<DefaultValues<T>>"
214317
+ }
214318
+ },
214319
+ "_getWatch": {
214320
+ "defaultValue": null,
214321
+ "description": "",
214322
+ "name": "_getWatch",
214323
+ "declarations": [
214324
+ {
214325
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214326
+ "name": "TypeLiteral"
214327
+ }
214328
+ ],
214329
+ "required": true,
214330
+ "type": {
214331
+ "name": "WatchInternal<T>"
214332
+ }
214333
+ },
214334
+ "_setFieldArray": {
214335
+ "defaultValue": null,
214336
+ "description": "",
214337
+ "name": "_setFieldArray",
214338
+ "declarations": [
214339
+ {
214340
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214341
+ "name": "TypeLiteral"
214342
+ }
214343
+ ],
214344
+ "required": true,
214345
+ "type": {
214346
+ "name": "BatchFieldArrayUpdate"
214347
+ }
214348
+ },
214349
+ "_getFieldArray": {
214350
+ "defaultValue": null,
214351
+ "description": "",
214352
+ "name": "_getFieldArray",
214353
+ "declarations": [
214354
+ {
214355
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214356
+ "name": "TypeLiteral"
214357
+ }
214358
+ ],
214359
+ "required": true,
214360
+ "type": {
214361
+ "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
214362
+ }
214363
+ },
214364
+ "_setErrors": {
214365
+ "defaultValue": null,
214366
+ "description": "",
214367
+ "name": "_setErrors",
214368
+ "declarations": [
214369
+ {
214370
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214371
+ "name": "TypeLiteral"
214372
+ }
214373
+ ],
214374
+ "required": true,
214375
+ "type": {
214376
+ "name": "(errors: FieldErrors<T>) => void"
214377
+ }
214378
+ },
214379
+ "_setDisabledField": {
214380
+ "defaultValue": null,
214381
+ "description": "",
214382
+ "name": "_setDisabledField",
214383
+ "declarations": [
214384
+ {
214385
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214386
+ "name": "TypeLiteral"
214387
+ }
214388
+ ],
214389
+ "required": true,
214390
+ "type": {
214391
+ "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
214392
+ }
214393
+ },
214394
+ "_runSchema": {
214395
+ "defaultValue": null,
214396
+ "description": "",
214397
+ "name": "_runSchema",
214398
+ "declarations": [
214399
+ {
214400
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214401
+ "name": "TypeLiteral"
214402
+ }
214403
+ ],
214404
+ "required": true,
214405
+ "type": {
214406
+ "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
214407
+ }
214408
+ },
214409
+ "_focusError": {
214410
+ "defaultValue": null,
214411
+ "description": "",
214412
+ "name": "_focusError",
214413
+ "declarations": [
214414
+ {
214415
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214416
+ "name": "TypeLiteral"
214417
+ }
214418
+ ],
214419
+ "required": true,
214420
+ "type": {
214421
+ "name": "() => boolean | undefined"
214422
+ }
214423
+ },
214424
+ "_disableForm": {
214425
+ "defaultValue": null,
214426
+ "description": "",
214427
+ "name": "_disableForm",
214428
+ "declarations": [
214429
+ {
214430
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214431
+ "name": "TypeLiteral"
214432
+ }
214433
+ ],
214434
+ "required": true,
214435
+ "type": {
214436
+ "name": "(disabled?: boolean | undefined) => void"
214437
+ }
214438
+ },
214439
+ "_subscribe": {
214440
+ "defaultValue": null,
214441
+ "description": "",
214442
+ "name": "_subscribe",
214443
+ "declarations": [
214444
+ {
214445
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
214446
+ "name": "TypeLiteral"
214447
+ }
214448
+ ],
214449
+ "required": true,
214450
+ "type": {
214451
+ "name": "FromSubscribe<T>"
214452
+ }
214453
+ }
214454
+ }
214455
+ },
214456
+ {
214457
+ "tags": {},
214458
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214459
+ "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
214460
+ "displayName": "AfterFormSubmitEffect",
214461
+ "methods": [],
214462
+ "props": {
214463
+ "submitHandlerResultRef": {
214464
+ "defaultValue": null,
214465
+ "description": "",
214466
+ "name": "submitHandlerResultRef",
213776
214467
  "parent": {
213777
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213778
- "name": "FormProps"
214468
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214469
+ "name": "Props"
213779
214470
  },
213780
214471
  "declarations": [
213781
214472
  {
213782
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213783
- "name": "FormProps"
214473
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214474
+ "name": "Props"
213784
214475
  }
213785
214476
  ],
213786
214477
  "required": true,
213787
214478
  "type": {
213788
- "name": "UseFormReturn<F>"
214479
+ "name": "RefObject<unknown>"
213789
214480
  }
213790
- },
213791
- "onSubmit": {
214481
+ }
214482
+ }
214483
+ },
214484
+ {
214485
+ "tags": {},
214486
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214487
+ "description": "",
214488
+ "displayName": "SubmitButtonStateProvider",
214489
+ "methods": [],
214490
+ "props": {
214491
+ "isAsyncSubmit": {
213792
214492
  "defaultValue": null,
213793
214493
  "description": "",
213794
- "name": "onSubmit",
214494
+ "name": "isAsyncSubmit",
213795
214495
  "parent": {
213796
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213797
- "name": "FormProps"
214496
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214497
+ "name": "Props"
213798
214498
  },
213799
214499
  "declarations": [
213800
214500
  {
213801
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213802
- "name": "FormProps"
214501
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214502
+ "name": "Props"
213803
214503
  }
213804
214504
  ],
213805
214505
  "required": true,
213806
214506
  "type": {
213807
- "name": "SubmitHandler<F>"
214507
+ "name": "MutableRefObject<boolean>"
213808
214508
  }
213809
214509
  },
213810
- "formComponent": {
214510
+ "children": {
213811
214511
  "defaultValue": null,
213812
214512
  "description": "",
213813
- "name": "formComponent",
214513
+ "name": "children",
214514
+ "declarations": [
214515
+ {
214516
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214517
+ "name": "TypeLiteral"
214518
+ }
214519
+ ],
214520
+ "required": false,
214521
+ "type": {
214522
+ "name": "ReactNode"
214523
+ }
214524
+ }
214525
+ }
214526
+ },
214527
+ {
214528
+ "tags": {},
214529
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
214530
+ "description": "",
214531
+ "displayName": "RouterProvider",
214532
+ "methods": [],
214533
+ "props": {
214534
+ "children": {
214535
+ "defaultValue": null,
214536
+ "description": "",
214537
+ "name": "children",
214538
+ "declarations": [
214539
+ {
214540
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214541
+ "name": "TypeLiteral"
214542
+ }
214543
+ ],
214544
+ "required": false,
214545
+ "type": {
214546
+ "name": "ReactNode"
214547
+ }
214548
+ }
214549
+ }
214550
+ },
214551
+ {
214552
+ "tags": {
214553
+ "deprecated": "Use RouterProvider instead"
214554
+ },
214555
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
214556
+ "description": "",
214557
+ "displayName": "LinkProvider",
214558
+ "methods": [],
214559
+ "props": {
214560
+ "children": {
214561
+ "defaultValue": null,
214562
+ "description": "",
214563
+ "name": "children",
214564
+ "declarations": [
214565
+ {
214566
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214567
+ "name": "TypeLiteral"
214568
+ }
214569
+ ],
214570
+ "required": false,
214571
+ "type": {
214572
+ "name": "ReactNode"
214573
+ }
214574
+ }
214575
+ }
214576
+ },
214577
+ {
214578
+ "tags": {
214579
+ "deprecated": "Use RouterProvider instead"
214580
+ },
214581
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
214582
+ "description": "",
214583
+ "displayName": "Link",
214584
+ "methods": [],
214585
+ "props": {
214586
+ "ref": {
214587
+ "defaultValue": null,
214588
+ "description": "",
214589
+ "name": "ref",
213814
214590
  "parent": {
213815
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213816
- "name": "FormProps"
214591
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214592
+ "name": "Props"
213817
214593
  },
213818
214594
  "declarations": [
213819
214595
  {
213820
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213821
- "name": "FormProps"
214596
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214597
+ "name": "Props"
213822
214598
  }
213823
214599
  ],
213824
214600
  "required": false,
213825
214601
  "type": {
213826
- "name": "FormComponentType"
214602
+ "name": "Ref<HTMLAnchorElement>"
214603
+ }
214604
+ },
214605
+ "isDisabled": {
214606
+ "defaultValue": null,
214607
+ "description": "",
214608
+ "name": "isDisabled",
214609
+ "parent": {
214610
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214611
+ "name": "Props"
214612
+ },
214613
+ "declarations": [
214614
+ {
214615
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214616
+ "name": "Props"
214617
+ }
214618
+ ],
214619
+ "required": false,
214620
+ "type": {
214621
+ "name": "boolean"
213827
214622
  }
213828
214623
  },
213829
214624
  "children": {
@@ -214320,6 +215115,25 @@
214320
215115
  "name": "FormEventHandler<HTMLElement>"
214321
215116
  }
214322
215117
  },
215118
+ "onSubmit": {
215119
+ "defaultValue": null,
215120
+ "description": "",
215121
+ "name": "onSubmit",
215122
+ "parent": {
215123
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
215124
+ "name": "DOMAttributes"
215125
+ },
215126
+ "declarations": [
215127
+ {
215128
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
215129
+ "name": "DOMAttributes"
215130
+ }
215131
+ ],
215132
+ "required": false,
215133
+ "type": {
215134
+ "name": "FormEventHandler<HTMLElement>"
215135
+ }
215136
+ },
214323
215137
  "onSubmitCapture": {
214324
215138
  "defaultValue": null,
214325
215139
  "description": "",
@@ -216946,10 +217760,10 @@
216946
217760
  "name": "string"
216947
217761
  }
216948
217762
  },
216949
- "method": {
217763
+ "media": {
216950
217764
  "defaultValue": null,
216951
217765
  "description": "",
216952
- "name": "method",
217766
+ "name": "media",
216953
217767
  "parent": {
216954
217768
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216955
217769
  "name": "SVGAttributes"
@@ -216965,48 +217779,48 @@
216965
217779
  "name": "string"
216966
217780
  }
216967
217781
  },
216968
- "name": {
217782
+ "style": {
216969
217783
  "defaultValue": null,
216970
217784
  "description": "",
216971
- "name": "name",
217785
+ "name": "style",
216972
217786
  "parent": {
216973
217787
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216974
- "name": "InputHTMLAttributes"
217788
+ "name": "HTMLAttributes"
216975
217789
  },
216976
217790
  "declarations": [
216977
217791
  {
216978
217792
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216979
- "name": "InputHTMLAttributes"
217793
+ "name": "HTMLAttributes"
216980
217794
  }
216981
217795
  ],
216982
217796
  "required": false,
216983
217797
  "type": {
216984
- "name": "string"
217798
+ "name": "CSSProperties"
216985
217799
  }
216986
217800
  },
216987
- "style": {
217801
+ "target": {
216988
217802
  "defaultValue": null,
216989
217803
  "description": "",
216990
- "name": "style",
217804
+ "name": "target",
216991
217805
  "parent": {
216992
217806
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216993
- "name": "HTMLAttributes"
217807
+ "name": "SVGAttributes"
216994
217808
  },
216995
217809
  "declarations": [
216996
217810
  {
216997
217811
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216998
- "name": "HTMLAttributes"
217812
+ "name": "SVGAttributes"
216999
217813
  }
217000
217814
  ],
217001
217815
  "required": false,
217002
217816
  "type": {
217003
- "name": "CSSProperties"
217817
+ "name": "string"
217004
217818
  }
217005
217819
  },
217006
- "target": {
217820
+ "type": {
217007
217821
  "defaultValue": null,
217008
- "description": "",
217009
- "name": "target",
217822
+ "description": "The type of axis",
217823
+ "name": "type",
217010
217824
  "parent": {
217011
217825
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217012
217826
  "name": "SVGAttributes"
@@ -217015,11 +217829,15 @@
217015
217829
  {
217016
217830
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217017
217831
  "name": "SVGAttributes"
217832
+ },
217833
+ {
217834
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
217835
+ "name": "BaseAxisProps"
217018
217836
  }
217019
217837
  ],
217020
217838
  "required": false,
217021
217839
  "type": {
217022
- "name": "string"
217840
+ "name": "\"number\" | \"category\""
217023
217841
  }
217024
217842
  },
217025
217843
  "role": {
@@ -217060,6 +217878,25 @@
217060
217878
  "name": "number"
217061
217879
  }
217062
217880
  },
217881
+ "href": {
217882
+ "defaultValue": null,
217883
+ "description": "",
217884
+ "name": "href",
217885
+ "parent": {
217886
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217887
+ "name": "SVGAttributes"
217888
+ },
217889
+ "declarations": [
217890
+ {
217891
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217892
+ "name": "SVGAttributes"
217893
+ }
217894
+ ],
217895
+ "required": false,
217896
+ "type": {
217897
+ "name": "string"
217898
+ }
217899
+ },
217063
217900
  "aria-activedescendant": {
217064
217901
  "defaultValue": null,
217065
217902
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -218257,25 +219094,6 @@
218257
219094
  "name": "TransitionEventHandler<HTMLElement>"
218258
219095
  }
218259
219096
  },
218260
- "ref": {
218261
- "defaultValue": null,
218262
- "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}",
218263
- "name": "ref",
218264
- "parent": {
218265
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218266
- "name": "RefAttributes"
218267
- },
218268
- "declarations": [
218269
- {
218270
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218271
- "name": "RefAttributes"
218272
- }
218273
- ],
218274
- "required": false,
218275
- "type": {
218276
- "name": "Ref<HTMLInputElement>"
218277
- }
218278
- },
218279
219097
  "key": {
218280
219098
  "defaultValue": null,
218281
219099
  "description": "",
@@ -218371,25 +219189,6 @@
218371
219189
  "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
218372
219190
  }
218373
219191
  },
218374
- "autoComplete": {
218375
- "defaultValue": null,
218376
- "description": "",
218377
- "name": "autoComplete",
218378
- "parent": {
218379
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218380
- "name": "FormHTMLAttributes"
218381
- },
218382
- "declarations": [
218383
- {
218384
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218385
- "name": "FormHTMLAttributes"
218386
- }
218387
- ],
218388
- "required": false,
218389
- "type": {
218390
- "name": "string"
218391
- }
218392
- },
218393
219192
  "inputMode": {
218394
219193
  "defaultValue": null,
218395
219194
  "description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
@@ -219207,37 +220006,18 @@
219207
220006
  "name": "string"
219208
220007
  }
219209
220008
  },
219210
- "action": {
219211
- "defaultValue": null,
219212
- "description": "",
219213
- "name": "action",
219214
- "parent": {
219215
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219216
- "name": "FormHTMLAttributes"
219217
- },
219218
- "declarations": [
219219
- {
219220
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219221
- "name": "FormHTMLAttributes"
219222
- }
219223
- ],
219224
- "required": false,
219225
- "type": {
219226
- "name": "string | ((formData: FormData) => void | Promise<void>)"
219227
- }
219228
- },
219229
- "acceptCharset": {
220009
+ "hrefLang": {
219230
220010
  "defaultValue": null,
219231
220011
  "description": "",
219232
- "name": "acceptCharset",
220012
+ "name": "hrefLang",
219233
220013
  "parent": {
219234
220014
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219235
- "name": "FormHTMLAttributes"
220015
+ "name": "AnchorHTMLAttributes"
219236
220016
  },
219237
220017
  "declarations": [
219238
220018
  {
219239
220019
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219240
- "name": "FormHTMLAttributes"
220020
+ "name": "AnchorHTMLAttributes"
219241
220021
  }
219242
220022
  ],
219243
220023
  "required": false,
@@ -219245,841 +220025,61 @@
219245
220025
  "name": "string"
219246
220026
  }
219247
220027
  },
219248
- "encType": {
220028
+ "download": {
219249
220029
  "defaultValue": null,
219250
220030
  "description": "",
219251
- "name": "encType",
220031
+ "name": "download",
219252
220032
  "parent": {
219253
220033
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219254
- "name": "FormHTMLAttributes"
220034
+ "name": "AnchorHTMLAttributes"
219255
220035
  },
219256
220036
  "declarations": [
219257
220037
  {
219258
220038
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219259
- "name": "FormHTMLAttributes"
220039
+ "name": "AnchorHTMLAttributes"
219260
220040
  }
219261
220041
  ],
219262
220042
  "required": false,
219263
220043
  "type": {
219264
- "name": "string"
220044
+ "name": "any"
219265
220045
  }
219266
220046
  },
219267
- "noValidate": {
220047
+ "ping": {
219268
220048
  "defaultValue": null,
219269
220049
  "description": "",
219270
- "name": "noValidate",
220050
+ "name": "ping",
219271
220051
  "parent": {
219272
220052
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219273
- "name": "FormHTMLAttributes"
220053
+ "name": "AnchorHTMLAttributes"
219274
220054
  },
219275
220055
  "declarations": [
219276
220056
  {
219277
220057
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219278
- "name": "FormHTMLAttributes"
220058
+ "name": "AnchorHTMLAttributes"
219279
220059
  }
219280
220060
  ],
219281
220061
  "required": false,
219282
- "type": {
219283
- "name": "boolean"
219284
- }
219285
- }
219286
- }
219287
- },
219288
- {
219289
- "tags": {},
219290
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
219291
- "description": "",
219292
- "displayName": "Field",
219293
- "methods": [],
219294
- "props": {
219295
- "name": {
219296
- "defaultValue": null,
219297
- "description": "",
219298
- "name": "name",
219299
- "declarations": [
219300
- {
219301
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219302
- "name": "TypeLiteral"
219303
- }
219304
- ],
219305
- "required": true,
219306
220062
  "type": {
219307
220063
  "name": "string"
219308
220064
  }
219309
220065
  },
219310
- "defaultValue": {
219311
- "defaultValue": null,
219312
- "description": "",
219313
- "name": "defaultValue",
219314
- "declarations": [
219315
- {
219316
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219317
- "name": "TypeLiteral"
219318
- }
219319
- ],
219320
- "required": false,
219321
- "type": {
219322
- "name": "any"
219323
- }
219324
- },
219325
- "disabled": {
219326
- "defaultValue": null,
219327
- "description": "",
219328
- "name": "disabled",
219329
- "declarations": [
219330
- {
219331
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219332
- "name": "TypeLiteral"
219333
- }
219334
- ],
219335
- "required": false,
219336
- "type": {
219337
- "name": "boolean"
219338
- }
219339
- },
219340
- "control": {
219341
- "defaultValue": null,
219342
- "description": "",
219343
- "name": "control",
219344
- "declarations": [
219345
- {
219346
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219347
- "name": "TypeLiteral"
219348
- }
219349
- ],
219350
- "required": false,
219351
- "type": {
219352
- "name": "Control<T, any, T>"
219353
- }
219354
- },
219355
- "rules": {
219356
- "defaultValue": null,
219357
- "description": "",
219358
- "name": "rules",
219359
- "declarations": [
219360
- {
219361
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219362
- "name": "TypeLiteral"
219363
- }
219364
- ],
219365
- "required": false,
219366
- "type": {
219367
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
219368
- }
219369
- },
219370
- "shouldUnregister": {
219371
- "defaultValue": null,
219372
- "description": "",
219373
- "name": "shouldUnregister",
219374
- "declarations": [
219375
- {
219376
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
219377
- "name": "TypeLiteral"
219378
- }
219379
- ],
219380
- "required": false,
219381
- "type": {
219382
- "name": "boolean"
219383
- }
219384
- },
219385
- "children": {
219386
- "defaultValue": null,
219387
- "description": "",
219388
- "name": "children",
219389
- "declarations": [
219390
- {
219391
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219392
- "name": "TypeLiteral"
219393
- }
219394
- ],
219395
- "required": false,
219396
- "type": {
219397
- "name": "ReactNode"
219398
- }
219399
- }
219400
- }
219401
- },
219402
- {
219403
- "tags": {},
219404
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
219405
- "description": "",
219406
- "displayName": "typedField",
219407
- "methods": [],
219408
- "props": {
219409
- "watch": {
219410
- "defaultValue": null,
219411
- "description": "",
219412
- "name": "watch",
219413
- "declarations": [
219414
- {
219415
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219416
- "name": "TypeLiteral"
219417
- }
219418
- ],
219419
- "required": true,
219420
- "type": {
219421
- "name": "UseFormWatch<T>"
219422
- }
219423
- },
219424
- "getValues": {
219425
- "defaultValue": null,
219426
- "description": "",
219427
- "name": "getValues",
219428
- "declarations": [
219429
- {
219430
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219431
- "name": "TypeLiteral"
219432
- }
219433
- ],
219434
- "required": true,
219435
- "type": {
219436
- "name": "UseFormGetValues<T>"
219437
- }
219438
- },
219439
- "getFieldState": {
219440
- "defaultValue": null,
219441
- "description": "",
219442
- "name": "getFieldState",
219443
- "declarations": [
219444
- {
219445
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219446
- "name": "TypeLiteral"
219447
- },
219448
- {
219449
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219450
- "name": "TypeLiteral"
219451
- }
219452
- ],
219453
- "required": true,
219454
- "type": {
219455
- "name": "UseFormGetFieldState<T>"
219456
- }
219457
- },
219458
- "setError": {
219459
- "defaultValue": null,
219460
- "description": "",
219461
- "name": "setError",
219462
- "declarations": [
219463
- {
219464
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219465
- "name": "TypeLiteral"
219466
- },
219467
- {
219468
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219469
- "name": "TypeLiteral"
219470
- }
219471
- ],
219472
- "required": true,
219473
- "type": {
219474
- "name": "UseFormSetError<T>"
219475
- }
219476
- },
219477
- "clearErrors": {
219478
- "defaultValue": null,
219479
- "description": "",
219480
- "name": "clearErrors",
219481
- "declarations": [
219482
- {
219483
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219484
- "name": "TypeLiteral"
219485
- }
219486
- ],
219487
- "required": true,
219488
- "type": {
219489
- "name": "UseFormClearErrors<T>"
219490
- }
219491
- },
219492
- "setValue": {
219493
- "defaultValue": null,
219494
- "description": "",
219495
- "name": "setValue",
219496
- "declarations": [
219497
- {
219498
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219499
- "name": "TypeLiteral"
219500
- }
219501
- ],
219502
- "required": true,
219503
- "type": {
219504
- "name": "UseFormSetValue<T>"
219505
- }
219506
- },
219507
- "trigger": {
219508
- "defaultValue": null,
219509
- "description": "",
219510
- "name": "trigger",
219511
- "declarations": [
219512
- {
219513
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219514
- "name": "TypeLiteral"
219515
- }
219516
- ],
219517
- "required": true,
219518
- "type": {
219519
- "name": "UseFormTrigger<T>"
219520
- }
219521
- },
219522
- "formState": {
219523
- "defaultValue": null,
219524
- "description": "",
219525
- "name": "formState",
219526
- "declarations": [
219527
- {
219528
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219529
- "name": "TypeLiteral"
219530
- }
219531
- ],
219532
- "required": true,
219533
- "type": {
219534
- "name": "FormState<T>"
219535
- }
219536
- },
219537
- "resetField": {
219538
- "defaultValue": null,
219539
- "description": "",
219540
- "name": "resetField",
219541
- "declarations": [
219542
- {
219543
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219544
- "name": "TypeLiteral"
219545
- }
219546
- ],
219547
- "required": true,
219548
- "type": {
219549
- "name": "UseFormResetField<T>"
219550
- }
219551
- },
219552
- "reset": {
219553
- "defaultValue": null,
219554
- "description": "",
219555
- "name": "reset",
219556
- "declarations": [
219557
- {
219558
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219559
- "name": "TypeLiteral"
219560
- }
219561
- ],
219562
- "required": true,
219563
- "type": {
219564
- "name": "UseFormReset<T>"
219565
- }
219566
- },
219567
- "handleSubmit": {
219568
- "defaultValue": null,
219569
- "description": "",
219570
- "name": "handleSubmit",
219571
- "declarations": [
219572
- {
219573
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219574
- "name": "TypeLiteral"
219575
- },
219576
- {
219577
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219578
- "name": "TypeLiteral"
219579
- }
219580
- ],
219581
- "required": true,
219582
- "type": {
219583
- "name": "UseFormHandleSubmit<T, T>"
219584
- }
219585
- },
219586
- "unregister": {
219587
- "defaultValue": null,
219588
- "description": "",
219589
- "name": "unregister",
219590
- "declarations": [
219591
- {
219592
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219593
- "name": "TypeLiteral"
219594
- },
219595
- {
219596
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219597
- "name": "TypeLiteral"
219598
- }
219599
- ],
219600
- "required": true,
219601
- "type": {
219602
- "name": "UseFormUnregister<T>"
219603
- }
219604
- },
219605
- "control": {
219606
- "defaultValue": null,
219607
- "description": "",
219608
- "name": "control",
219609
- "declarations": [
219610
- {
219611
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219612
- "name": "TypeLiteral"
219613
- }
219614
- ],
219615
- "required": true,
219616
- "type": {
219617
- "name": "Control<T, any, T>"
219618
- }
219619
- },
219620
- "register": {
219621
- "defaultValue": null,
219622
- "description": "",
219623
- "name": "register",
219624
- "declarations": [
219625
- {
219626
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219627
- "name": "TypeLiteral"
219628
- },
219629
- {
219630
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219631
- "name": "TypeLiteral"
219632
- }
219633
- ],
219634
- "required": true,
219635
- "type": {
219636
- "name": "UseFormRegister<T>"
219637
- }
219638
- },
219639
- "setFocus": {
219640
- "defaultValue": null,
219641
- "description": "",
219642
- "name": "setFocus",
219643
- "declarations": [
219644
- {
219645
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219646
- "name": "TypeLiteral"
219647
- }
219648
- ],
219649
- "required": true,
219650
- "type": {
219651
- "name": "UseFormSetFocus<T>"
219652
- }
219653
- },
219654
- "subscribe": {
219655
- "defaultValue": null,
219656
- "description": "",
219657
- "name": "subscribe",
219658
- "declarations": [
219659
- {
219660
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219661
- "name": "TypeLiteral"
219662
- }
219663
- ],
219664
- "required": true,
219665
- "type": {
219666
- "name": "UseFormSubscribe<T>"
219667
- }
219668
- },
219669
- "_subjects": {
219670
- "defaultValue": null,
219671
- "description": "",
219672
- "name": "_subjects",
219673
- "declarations": [
219674
- {
219675
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219676
- "name": "TypeLiteral"
219677
- }
219678
- ],
219679
- "required": true,
219680
- "type": {
219681
- "name": "Subjects<T>"
219682
- }
219683
- },
219684
- "_removeUnmounted": {
219685
- "defaultValue": null,
219686
- "description": "",
219687
- "name": "_removeUnmounted",
219688
- "declarations": [
219689
- {
219690
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219691
- "name": "TypeLiteral"
219692
- }
219693
- ],
219694
- "required": true,
219695
- "type": {
219696
- "name": "Noop"
219697
- }
219698
- },
219699
- "_names": {
219700
- "defaultValue": null,
219701
- "description": "",
219702
- "name": "_names",
219703
- "declarations": [
219704
- {
219705
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219706
- "name": "TypeLiteral"
219707
- }
219708
- ],
219709
- "required": true,
219710
- "type": {
219711
- "name": "Names"
219712
- }
219713
- },
219714
- "_state": {
219715
- "defaultValue": null,
219716
- "description": "",
219717
- "name": "_state",
219718
- "declarations": [
219719
- {
219720
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219721
- "name": "TypeLiteral"
219722
- }
219723
- ],
219724
- "required": true,
219725
- "type": {
219726
- "name": "{ mount: boolean; action: boolean; watch: boolean; }"
219727
- }
219728
- },
219729
- "_reset": {
219730
- "defaultValue": null,
219731
- "description": "",
219732
- "name": "_reset",
219733
- "declarations": [
219734
- {
219735
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219736
- "name": "TypeLiteral"
219737
- }
219738
- ],
219739
- "required": true,
219740
- "type": {
219741
- "name": "UseFormReset<T>"
219742
- }
219743
- },
219744
- "_options": {
219745
- "defaultValue": null,
219746
- "description": "",
219747
- "name": "_options",
219748
- "declarations": [
219749
- {
219750
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219751
- "name": "TypeLiteral"
219752
- }
219753
- ],
219754
- "required": true,
219755
- "type": {
219756
- "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
219757
- }
219758
- },
219759
- "_getDirty": {
219760
- "defaultValue": null,
219761
- "description": "",
219762
- "name": "_getDirty",
219763
- "declarations": [
219764
- {
219765
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219766
- "name": "TypeLiteral"
219767
- }
219768
- ],
219769
- "required": true,
219770
- "type": {
219771
- "name": "GetIsDirty"
219772
- }
219773
- },
219774
- "_resetDefaultValues": {
219775
- "defaultValue": null,
219776
- "description": "",
219777
- "name": "_resetDefaultValues",
219778
- "declarations": [
219779
- {
219780
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219781
- "name": "TypeLiteral"
219782
- }
219783
- ],
219784
- "required": true,
219785
- "type": {
219786
- "name": "Noop"
219787
- }
219788
- },
219789
- "_formState": {
219790
- "defaultValue": null,
219791
- "description": "",
219792
- "name": "_formState",
219793
- "declarations": [
219794
- {
219795
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219796
- "name": "TypeLiteral"
219797
- }
219798
- ],
219799
- "required": true,
219800
- "type": {
219801
- "name": "FormState<T>"
219802
- }
219803
- },
219804
- "_setValid": {
219805
- "defaultValue": null,
219806
- "description": "",
219807
- "name": "_setValid",
219808
- "declarations": [
219809
- {
219810
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219811
- "name": "TypeLiteral"
219812
- }
219813
- ],
219814
- "required": true,
219815
- "type": {
219816
- "name": "(shouldUpdateValid?: boolean | undefined) => void"
219817
- }
219818
- },
219819
- "_fields": {
219820
- "defaultValue": null,
219821
- "description": "",
219822
- "name": "_fields",
219823
- "declarations": [
219824
- {
219825
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219826
- "name": "TypeLiteral"
219827
- }
219828
- ],
219829
- "required": true,
219830
- "type": {
219831
- "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
219832
- }
219833
- },
219834
- "_formValues": {
219835
- "defaultValue": null,
219836
- "description": "",
219837
- "name": "_formValues",
219838
- "declarations": [
219839
- {
219840
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219841
- "name": "TypeLiteral"
219842
- }
219843
- ],
219844
- "required": true,
219845
- "type": {
219846
- "name": "FieldValues"
219847
- }
219848
- },
219849
- "_proxyFormState": {
219850
- "defaultValue": null,
219851
- "description": "",
219852
- "name": "_proxyFormState",
219853
- "declarations": [
219854
- {
219855
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219856
- "name": "TypeLiteral"
219857
- }
219858
- ],
219859
- "required": true,
219860
- "type": {
219861
- "name": "ReadFormState"
219862
- }
219863
- },
219864
- "_defaultValues": {
219865
- "defaultValue": null,
219866
- "description": "",
219867
- "name": "_defaultValues",
219868
- "declarations": [
219869
- {
219870
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219871
- "name": "TypeLiteral"
219872
- }
219873
- ],
219874
- "required": true,
219875
- "type": {
219876
- "name": "Partial<DefaultValues<T>>"
219877
- }
219878
- },
219879
- "_getWatch": {
219880
- "defaultValue": null,
219881
- "description": "",
219882
- "name": "_getWatch",
219883
- "declarations": [
219884
- {
219885
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219886
- "name": "TypeLiteral"
219887
- }
219888
- ],
219889
- "required": true,
219890
- "type": {
219891
- "name": "WatchInternal<T>"
219892
- }
219893
- },
219894
- "_setFieldArray": {
219895
- "defaultValue": null,
219896
- "description": "",
219897
- "name": "_setFieldArray",
219898
- "declarations": [
219899
- {
219900
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219901
- "name": "TypeLiteral"
219902
- }
219903
- ],
219904
- "required": true,
219905
- "type": {
219906
- "name": "BatchFieldArrayUpdate"
219907
- }
219908
- },
219909
- "_getFieldArray": {
219910
- "defaultValue": null,
219911
- "description": "",
219912
- "name": "_getFieldArray",
219913
- "declarations": [
219914
- {
219915
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219916
- "name": "TypeLiteral"
219917
- }
219918
- ],
219919
- "required": true,
219920
- "type": {
219921
- "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
219922
- }
219923
- },
219924
- "_setErrors": {
219925
- "defaultValue": null,
219926
- "description": "",
219927
- "name": "_setErrors",
219928
- "declarations": [
219929
- {
219930
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219931
- "name": "TypeLiteral"
219932
- }
219933
- ],
219934
- "required": true,
219935
- "type": {
219936
- "name": "(errors: FieldErrors<T>) => void"
219937
- }
219938
- },
219939
- "_setDisabledField": {
219940
- "defaultValue": null,
219941
- "description": "",
219942
- "name": "_setDisabledField",
219943
- "declarations": [
219944
- {
219945
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219946
- "name": "TypeLiteral"
219947
- }
219948
- ],
219949
- "required": true,
219950
- "type": {
219951
- "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
219952
- }
219953
- },
219954
- "_runSchema": {
219955
- "defaultValue": null,
219956
- "description": "",
219957
- "name": "_runSchema",
219958
- "declarations": [
219959
- {
219960
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219961
- "name": "TypeLiteral"
219962
- }
219963
- ],
219964
- "required": true,
219965
- "type": {
219966
- "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
219967
- }
219968
- },
219969
- "_focusError": {
219970
- "defaultValue": null,
219971
- "description": "",
219972
- "name": "_focusError",
219973
- "declarations": [
219974
- {
219975
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219976
- "name": "TypeLiteral"
219977
- }
219978
- ],
219979
- "required": true,
219980
- "type": {
219981
- "name": "() => boolean | undefined"
219982
- }
219983
- },
219984
- "_disableForm": {
219985
- "defaultValue": null,
219986
- "description": "",
219987
- "name": "_disableForm",
219988
- "declarations": [
219989
- {
219990
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
219991
- "name": "TypeLiteral"
219992
- }
219993
- ],
219994
- "required": true,
219995
- "type": {
219996
- "name": "(disabled?: boolean | undefined) => void"
219997
- }
219998
- },
219999
- "_subscribe": {
220000
- "defaultValue": null,
220001
- "description": "",
220002
- "name": "_subscribe",
220003
- "declarations": [
220004
- {
220005
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
220006
- "name": "TypeLiteral"
220007
- }
220008
- ],
220009
- "required": true,
220010
- "type": {
220011
- "name": "FromSubscribe<T>"
220012
- }
220013
- }
220014
- }
220015
- },
220016
- {
220017
- "tags": {},
220018
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220019
- "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
220020
- "displayName": "AfterFormSubmitEffect",
220021
- "methods": [],
220022
- "props": {
220023
- "submitHandlerResultRef": {
220024
- "defaultValue": null,
220025
- "description": "",
220026
- "name": "submitHandlerResultRef",
220027
- "parent": {
220028
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220029
- "name": "Props"
220030
- },
220031
- "declarations": [
220032
- {
220033
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220034
- "name": "Props"
220035
- }
220036
- ],
220037
- "required": true,
220038
- "type": {
220039
- "name": "RefObject<unknown>"
220040
- }
220041
- }
220042
- }
220043
- },
220044
- {
220045
- "tags": {},
220046
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220047
- "description": "",
220048
- "displayName": "SubmitButtonStateProvider",
220049
- "methods": [],
220050
- "props": {
220051
- "isAsyncSubmit": {
220066
+ "referrerPolicy": {
220052
220067
  "defaultValue": null,
220053
220068
  "description": "",
220054
- "name": "isAsyncSubmit",
220069
+ "name": "referrerPolicy",
220055
220070
  "parent": {
220056
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220057
- "name": "Props"
220071
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220072
+ "name": "ImgHTMLAttributes"
220058
220073
  },
220059
- "declarations": [
220060
- {
220061
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220062
- "name": "Props"
220063
- }
220064
- ],
220065
- "required": true,
220066
- "type": {
220067
- "name": "MutableRefObject<boolean>"
220068
- }
220069
- },
220070
- "children": {
220071
- "defaultValue": null,
220072
- "description": "",
220073
- "name": "children",
220074
220074
  "declarations": [
220075
220075
  {
220076
220076
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220077
- "name": "TypeLiteral"
220077
+ "name": "ImgHTMLAttributes"
220078
220078
  }
220079
220079
  ],
220080
220080
  "required": false,
220081
220081
  "type": {
220082
- "name": "ReactNode"
220082
+ "name": "HTMLAttributeReferrerPolicy"
220083
220083
  }
220084
220084
  }
220085
220085
  }
@@ -223144,6 +223144,87 @@
223144
223144
  }
223145
223145
  }
223146
223146
  },
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
+ },
223147
223228
  {
223148
223229
  "tags": {
223149
223230
  "flr-generate": "all",
@@ -223627,87 +223708,6 @@
223627
223708
  }
223628
223709
  }
223629
223710
  },
223630
- {
223631
- "tags": {},
223632
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
223633
- "description": "",
223634
- "displayName": "SectionHeader",
223635
- "methods": [],
223636
- "props": {
223637
- "children": {
223638
- "defaultValue": null,
223639
- "description": "",
223640
- "name": "children",
223641
- "declarations": [
223642
- {
223643
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223644
- "name": "TypeLiteral"
223645
- }
223646
- ],
223647
- "required": false,
223648
- "type": {
223649
- "name": "ReactNode"
223650
- }
223651
- },
223652
- "className": {
223653
- "defaultValue": null,
223654
- "description": "The elements class name.",
223655
- "name": "className",
223656
- "parent": {
223657
- "fileName": "components/src/lib/types/props.ts",
223658
- "name": "PropsWithClassName"
223659
- },
223660
- "declarations": [
223661
- {
223662
- "fileName": "components/src/lib/types/props.ts",
223663
- "name": "PropsWithClassName"
223664
- }
223665
- ],
223666
- "required": false,
223667
- "type": {
223668
- "name": "string"
223669
- }
223670
- },
223671
- "ref": {
223672
- "defaultValue": null,
223673
- "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}",
223674
- "name": "ref",
223675
- "parent": {
223676
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223677
- "name": "RefAttributes"
223678
- },
223679
- "declarations": [
223680
- {
223681
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223682
- "name": "RefAttributes"
223683
- }
223684
- ],
223685
- "required": false,
223686
- "type": {
223687
- "name": "Ref<HTMLInputElement>"
223688
- }
223689
- },
223690
- "key": {
223691
- "defaultValue": null,
223692
- "description": "",
223693
- "name": "key",
223694
- "parent": {
223695
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223696
- "name": "Attributes"
223697
- },
223698
- "declarations": [
223699
- {
223700
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
223701
- "name": "Attributes"
223702
- }
223703
- ],
223704
- "required": false,
223705
- "type": {
223706
- "name": "Key | null"
223707
- }
223708
- }
223709
- }
223710
- },
223711
223711
  {
223712
223712
  "tags": {
223713
223713
  "flr-generate": "all",