@mittwald/flow-react-components 0.2.0-alpha.347 → 0.2.0-alpha.349

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +1604 -1393
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/AreaChart/AreaChart.mjs +1 -1
  5. package/dist/js/components/src/components/AreaChart/AreaChart.mjs.map +1 -1
  6. package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs +4 -2
  7. package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs.map +1 -1
  8. package/dist/js/components/src/components/AreaChart/components/Line/Line.mjs +26 -0
  9. package/dist/js/components/src/components/AreaChart/components/Line/Line.mjs.map +1 -0
  10. package/dist/js/components/src/components/Flex/Flex.mjs.map +1 -1
  11. package/dist/js/components/src/components/XAxis/XAxis.mjs.map +1 -1
  12. package/dist/js/components/src/components/YAxis/YAxis.mjs.map +1 -1
  13. package/dist/js/default.mjs +1 -0
  14. package/dist/js/default.mjs.map +1 -1
  15. package/dist/js/design-tokens/dist/variables.json.mjs +4 -2
  16. package/dist/js/design-tokens/dist/variables.json.mjs.map +1 -1
  17. package/dist/types/components/AreaChart/AreaChart.d.ts.map +1 -1
  18. package/dist/types/components/AreaChart/components/Line/Line.d.ts +11 -0
  19. package/dist/types/components/AreaChart/components/Line/Line.d.ts.map +1 -0
  20. package/dist/types/components/AreaChart/components/Line/index.d.ts +3 -0
  21. package/dist/types/components/AreaChart/components/Line/index.d.ts.map +1 -0
  22. package/dist/types/components/AreaChart/components/Line/view.d.ts +8 -0
  23. package/dist/types/components/AreaChart/components/Line/view.d.ts.map +1 -0
  24. package/dist/types/components/AreaChart/index.d.ts +1 -0
  25. package/dist/types/components/AreaChart/index.d.ts.map +1 -1
  26. package/dist/types/components/AreaChart/stories/Default.stories.d.ts +1 -0
  27. package/dist/types/components/AreaChart/stories/Default.stories.d.ts.map +1 -1
  28. package/dist/types/components/Flex/Flex.d.ts +1 -1
  29. package/dist/types/components/Flex/Flex.d.ts.map +1 -1
  30. package/dist/types/components/XAxis/XAxis.d.ts +1 -1
  31. package/dist/types/components/XAxis/XAxis.d.ts.map +1 -1
  32. package/dist/types/components/YAxis/YAxis.d.ts +1 -1
  33. package/dist/types/components/YAxis/YAxis.d.ts.map +1 -1
  34. package/dist/types/views/LineView.d.ts +5 -0
  35. package/dist/types/views/LineView.d.ts.map +1 -0
  36. package/package.json +4 -4
@@ -209,6 +209,25 @@
209
209
  "type": {
210
210
  "name": "boolean"
211
211
  }
212
+ },
213
+ "unit": {
214
+ "defaultValue": null,
215
+ "description": "The unit of data displayed in the axis",
216
+ "name": "unit",
217
+ "parent": {
218
+ "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",
219
+ "name": "BaseAxisProps"
220
+ },
221
+ "declarations": [
222
+ {
223
+ "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",
224
+ "name": "BaseAxisProps"
225
+ }
226
+ ],
227
+ "required": false,
228
+ "type": {
229
+ "name": "string"
230
+ }
212
231
  }
213
232
  }
214
233
  },
@@ -423,6 +442,25 @@
423
442
  "name": "boolean"
424
443
  }
425
444
  },
445
+ "unit": {
446
+ "defaultValue": null,
447
+ "description": "The unit of data displayed in the axis",
448
+ "name": "unit",
449
+ "parent": {
450
+ "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",
451
+ "name": "BaseAxisProps"
452
+ },
453
+ "declarations": [
454
+ {
455
+ "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",
456
+ "name": "BaseAxisProps"
457
+ }
458
+ ],
459
+ "required": false,
460
+ "type": {
461
+ "name": "string"
462
+ }
463
+ },
426
464
  "allowDataOverflow": {
427
465
  "defaultValue": null,
428
466
  "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
@@ -117336,7 +117374,7 @@
117336
117374
  ],
117337
117375
  "required": false,
117338
117376
  "type": {
117339
- "name": "\"end\" | \"start\" | \"center\""
117377
+ "name": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
117340
117378
  }
117341
117379
  },
117342
117380
  "justify": {
@@ -172158,128 +172196,6 @@
172158
172196
  }
172159
172197
  }
172160
172198
  },
172161
- {
172162
- "tags": {
172163
- "flr-generate": "all",
172164
- "flr-clear-props-context": ""
172165
- },
172166
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
172167
- "description": "",
172168
- "displayName": "Align",
172169
- "methods": [],
172170
- "props": {
172171
- "children": {
172172
- "defaultValue": null,
172173
- "description": "",
172174
- "name": "children",
172175
- "declarations": [
172176
- {
172177
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
172178
- "name": "TypeLiteral"
172179
- }
172180
- ],
172181
- "required": false,
172182
- "type": {
172183
- "name": "ReactNode"
172184
- }
172185
- },
172186
- "className": {
172187
- "defaultValue": null,
172188
- "description": "The elements class name.",
172189
- "name": "className",
172190
- "parent": {
172191
- "fileName": "components/src/lib/types/props.ts",
172192
- "name": "PropsWithClassName"
172193
- },
172194
- "declarations": [
172195
- {
172196
- "fileName": "components/src/lib/types/props.ts",
172197
- "name": "PropsWithClassName"
172198
- }
172199
- ],
172200
- "required": false,
172201
- "type": {
172202
- "name": "string"
172203
- }
172204
- },
172205
- "wrapWith": {
172206
- "defaultValue": null,
172207
- "description": "",
172208
- "name": "wrapWith",
172209
- "parent": {
172210
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
172211
- "name": "FlowComponentProps"
172212
- },
172213
- "declarations": [
172214
- {
172215
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
172216
- "name": "FlowComponentProps"
172217
- }
172218
- ],
172219
- "required": false,
172220
- "type": {
172221
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
172222
- }
172223
- },
172224
- "tunnelId": {
172225
- "defaultValue": null,
172226
- "description": "@internal",
172227
- "name": "tunnelId",
172228
- "parent": {
172229
- "fileName": "components/src/lib/types/props.ts",
172230
- "name": "PropsWithTunnel"
172231
- },
172232
- "declarations": [
172233
- {
172234
- "fileName": "components/src/lib/types/props.ts",
172235
- "name": "PropsWithTunnel"
172236
- }
172237
- ],
172238
- "required": false,
172239
- "type": {
172240
- "name": "string | null"
172241
- }
172242
- },
172243
- "ref": {
172244
- "defaultValue": null,
172245
- "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}",
172246
- "name": "ref",
172247
- "parent": {
172248
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
172249
- "name": "RefAttributes"
172250
- },
172251
- "declarations": [
172252
- {
172253
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
172254
- "name": "RefAttributes"
172255
- }
172256
- ],
172257
- "required": false,
172258
- "type": {
172259
- "name": "Ref<HTMLInputElement>"
172260
- }
172261
- },
172262
- "key": {
172263
- "defaultValue": null,
172264
- "description": "",
172265
- "name": "key",
172266
- "parent": {
172267
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
172268
- "name": "Attributes"
172269
- },
172270
- "declarations": [
172271
- {
172272
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
172273
- "name": "Attributes"
172274
- }
172275
- ],
172276
- "required": false,
172277
- "type": {
172278
- "name": "Key | null"
172279
- }
172280
- }
172281
- }
172282
- },
172283
172199
  {
172284
172200
  "tags": {
172285
172201
  "flr-generate": "all",
@@ -181579,9 +181495,9 @@
181579
181495
  "flr-generate": "all",
181580
181496
  "flr-clear-props-context": ""
181581
181497
  },
181582
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
181498
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
181583
181499
  "description": "",
181584
- "displayName": "AlertBadge",
181500
+ "displayName": "Align",
181585
181501
  "methods": [],
181586
181502
  "props": {
181587
181503
  "children": {
@@ -181599,19 +181515,23 @@
181599
181515
  "name": "ReactNode"
181600
181516
  }
181601
181517
  },
181602
- "status": {
181518
+ "className": {
181603
181519
  "defaultValue": null,
181604
- "description": "The elements status",
181605
- "name": "status",
181520
+ "description": "The elements class name.",
181521
+ "name": "className",
181522
+ "parent": {
181523
+ "fileName": "components/src/lib/types/props.ts",
181524
+ "name": "PropsWithClassName"
181525
+ },
181606
181526
  "declarations": [
181607
181527
  {
181608
181528
  "fileName": "components/src/lib/types/props.ts",
181609
- "name": "TypeLiteral"
181529
+ "name": "PropsWithClassName"
181610
181530
  }
181611
181531
  ],
181612
181532
  "required": false,
181613
181533
  "type": {
181614
- "name": "Status"
181534
+ "name": "string"
181615
181535
  }
181616
181536
  },
181617
181537
  "wrapWith": {
@@ -181689,38 +181609,156 @@
181689
181609
  "type": {
181690
181610
  "name": "Key | null"
181691
181611
  }
181612
+ }
181613
+ }
181614
+ },
181615
+ {
181616
+ "tags": {
181617
+ "flr-generate": "all",
181618
+ "flr-clear-props-context": ""
181619
+ },
181620
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
181621
+ "description": "",
181622
+ "displayName": "AlertBadge",
181623
+ "methods": [],
181624
+ "props": {
181625
+ "children": {
181626
+ "defaultValue": null,
181627
+ "description": "",
181628
+ "name": "children",
181629
+ "declarations": [
181630
+ {
181631
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181632
+ "name": "TypeLiteral"
181633
+ }
181634
+ ],
181635
+ "required": false,
181636
+ "type": {
181637
+ "name": "ReactNode"
181638
+ }
181692
181639
  },
181693
- "className": {
181640
+ "status": {
181694
181641
  "defaultValue": null,
181695
- "description": "The elements class name.",
181696
- "name": "className",
181642
+ "description": "The elements status",
181643
+ "name": "status",
181644
+ "declarations": [
181645
+ {
181646
+ "fileName": "components/src/lib/types/props.ts",
181647
+ "name": "TypeLiteral"
181648
+ }
181649
+ ],
181650
+ "required": false,
181651
+ "type": {
181652
+ "name": "Status"
181653
+ }
181654
+ },
181655
+ "wrapWith": {
181656
+ "defaultValue": null,
181657
+ "description": "",
181658
+ "name": "wrapWith",
181659
+ "parent": {
181660
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
181661
+ "name": "FlowComponentProps"
181662
+ },
181663
+ "declarations": [
181664
+ {
181665
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
181666
+ "name": "FlowComponentProps"
181667
+ }
181668
+ ],
181669
+ "required": false,
181670
+ "type": {
181671
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
181672
+ }
181673
+ },
181674
+ "tunnelId": {
181675
+ "defaultValue": null,
181676
+ "description": "@internal",
181677
+ "name": "tunnelId",
181697
181678
  "parent": {
181698
181679
  "fileName": "components/src/lib/types/props.ts",
181699
- "name": "PropsWithClassName"
181680
+ "name": "PropsWithTunnel"
181700
181681
  },
181701
181682
  "declarations": [
181702
181683
  {
181703
181684
  "fileName": "components/src/lib/types/props.ts",
181704
- "name": "PropsWithClassName"
181685
+ "name": "PropsWithTunnel"
181705
181686
  }
181706
181687
  ],
181707
181688
  "required": false,
181708
181689
  "type": {
181709
- "name": "string"
181690
+ "name": "string | null"
181710
181691
  }
181711
- }
181712
- }
181713
- },
181714
- {
181715
- "tags": {
181716
- "flr-generate": "all",
181717
- "flr-clear-props-context": ""
181718
- },
181719
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
181720
- "description": "",
181721
- "displayName": "Alert",
181722
- "methods": [],
181723
- "props": {
181692
+ },
181693
+ "ref": {
181694
+ "defaultValue": null,
181695
+ "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}",
181696
+ "name": "ref",
181697
+ "parent": {
181698
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181699
+ "name": "RefAttributes"
181700
+ },
181701
+ "declarations": [
181702
+ {
181703
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181704
+ "name": "RefAttributes"
181705
+ }
181706
+ ],
181707
+ "required": false,
181708
+ "type": {
181709
+ "name": "Ref<HTMLInputElement>"
181710
+ }
181711
+ },
181712
+ "key": {
181713
+ "defaultValue": null,
181714
+ "description": "",
181715
+ "name": "key",
181716
+ "parent": {
181717
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181718
+ "name": "Attributes"
181719
+ },
181720
+ "declarations": [
181721
+ {
181722
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181723
+ "name": "Attributes"
181724
+ }
181725
+ ],
181726
+ "required": false,
181727
+ "type": {
181728
+ "name": "Key | null"
181729
+ }
181730
+ },
181731
+ "className": {
181732
+ "defaultValue": null,
181733
+ "description": "The elements class name.",
181734
+ "name": "className",
181735
+ "parent": {
181736
+ "fileName": "components/src/lib/types/props.ts",
181737
+ "name": "PropsWithClassName"
181738
+ },
181739
+ "declarations": [
181740
+ {
181741
+ "fileName": "components/src/lib/types/props.ts",
181742
+ "name": "PropsWithClassName"
181743
+ }
181744
+ ],
181745
+ "required": false,
181746
+ "type": {
181747
+ "name": "string"
181748
+ }
181749
+ }
181750
+ }
181751
+ },
181752
+ {
181753
+ "tags": {
181754
+ "flr-generate": "all",
181755
+ "flr-clear-props-context": ""
181756
+ },
181757
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
181758
+ "description": "",
181759
+ "displayName": "Alert",
181760
+ "methods": [],
181761
+ "props": {
181724
181762
  "ref": {
181725
181763
  "defaultValue": null,
181726
181764
  "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}",
@@ -187660,87 +187698,43 @@
187660
187698
  "tags": {
187661
187699
  "flr-generate": "all"
187662
187700
  },
187663
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
187701
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
187664
187702
  "description": "",
187665
- "displayName": "Accordion",
187703
+ "displayName": "AccentBox",
187666
187704
  "methods": [],
187667
187705
  "props": {
187668
- "defaultExpanded": {
187669
- "defaultValue": null,
187670
- "description": "Whether the accordion should be initially expanded.",
187671
- "name": "defaultExpanded",
187672
- "parent": {
187673
- "fileName": "components/src/components/Accordion/Accordion.tsx",
187674
- "name": "AccordionProps"
187675
- },
187676
- "declarations": [
187677
- {
187678
- "fileName": "components/src/components/Accordion/Accordion.tsx",
187679
- "name": "AccordionProps"
187680
- }
187681
- ],
187682
- "required": false,
187683
- "type": {
187684
- "name": "boolean"
187685
- }
187686
- },
187687
- "variant": {
187688
- "defaultValue": {
187689
- "value": "\"default\""
187690
- },
187691
- "description": "The visual variant of the accordion.",
187692
- "name": "variant",
187693
- "parent": {
187694
- "fileName": "components/src/components/Accordion/Accordion.tsx",
187695
- "name": "AccordionProps"
187696
- },
187697
- "declarations": [
187698
- {
187699
- "fileName": "components/src/components/Accordion/Accordion.tsx",
187700
- "name": "AccordionProps"
187701
- }
187702
- ],
187703
- "required": false,
187704
- "type": {
187705
- "name": "\"default\" | \"outline\""
187706
- }
187707
- },
187708
- "ref": {
187706
+ "color": {
187709
187707
  "defaultValue": null,
187710
- "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}",
187711
- "name": "ref",
187708
+ "description": "",
187709
+ "name": "color",
187712
187710
  "parent": {
187713
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187714
- "name": "RefAttributes"
187711
+ "fileName": "components/src/components/AccentBox/AccentBox.tsx",
187712
+ "name": "AccentBoxProps"
187715
187713
  },
187716
187714
  "declarations": [
187717
187715
  {
187718
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187719
- "name": "RefAttributes"
187716
+ "fileName": "components/src/components/AccentBox/AccentBox.tsx",
187717
+ "name": "AccentBoxProps"
187720
187718
  }
187721
187719
  ],
187722
187720
  "required": false,
187723
187721
  "type": {
187724
- "name": "Ref<HTMLInputElement>"
187722
+ "name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
187725
187723
  }
187726
187724
  },
187727
- "key": {
187725
+ "children": {
187728
187726
  "defaultValue": null,
187729
187727
  "description": "",
187730
- "name": "key",
187731
- "parent": {
187732
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187733
- "name": "Attributes"
187734
- },
187728
+ "name": "children",
187735
187729
  "declarations": [
187736
187730
  {
187737
187731
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187738
- "name": "Attributes"
187732
+ "name": "TypeLiteral"
187739
187733
  }
187740
187734
  ],
187741
187735
  "required": false,
187742
187736
  "type": {
187743
- "name": "Key | null"
187737
+ "name": "ReactNode"
187744
187738
  }
187745
187739
  },
187746
187740
  "defaultChecked": {
@@ -188469,25 +188463,6 @@
188469
188463
  "name": "string"
188470
188464
  }
188471
188465
  },
188472
- "color": {
188473
- "defaultValue": null,
188474
- "description": "",
188475
- "name": "color",
188476
- "parent": {
188477
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
188478
- "name": "HTMLAttributes"
188479
- },
188480
- "declarations": [
188481
- {
188482
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
188483
- "name": "HTMLAttributes"
188484
- }
188485
- ],
188486
- "required": false,
188487
- "type": {
188488
- "name": "string"
188489
- }
188490
- },
188491
188466
  "itemProp": {
188492
188467
  "defaultValue": null,
188493
188468
  "description": "",
@@ -189799,25 +189774,6 @@
189799
189774
  "name": "string"
189800
189775
  }
189801
189776
  },
189802
- "children": {
189803
- "defaultValue": null,
189804
- "description": "",
189805
- "name": "children",
189806
- "parent": {
189807
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
189808
- "name": "DOMAttributes"
189809
- },
189810
- "declarations": [
189811
- {
189812
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
189813
- "name": "DOMAttributes"
189814
- }
189815
- ],
189816
- "required": false,
189817
- "type": {
189818
- "name": "ReactNode"
189819
- }
189820
- },
189821
189777
  "dangerouslySetInnerHTML": {
189822
189778
  "defaultValue": null,
189823
189779
  "description": "",
@@ -193028,6 +192984,97 @@
193028
192984
  "type": {
193029
192985
  "name": "TransitionEventHandler<HTMLElement>"
193030
192986
  }
192987
+ },
192988
+ "elementType": {
192989
+ "defaultValue": null,
192990
+ "description": "",
192991
+ "name": "elementType",
192992
+ "declarations": [
192993
+ {
192994
+ "fileName": "components/src/lib/types/props.ts",
192995
+ "name": "TypeLiteral"
192996
+ }
192997
+ ],
192998
+ "required": false,
192999
+ "type": {
193000
+ "name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
193001
+ }
193002
+ },
193003
+ "wrapWith": {
193004
+ "defaultValue": null,
193005
+ "description": "",
193006
+ "name": "wrapWith",
193007
+ "parent": {
193008
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
193009
+ "name": "FlowComponentProps"
193010
+ },
193011
+ "declarations": [
193012
+ {
193013
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
193014
+ "name": "FlowComponentProps"
193015
+ }
193016
+ ],
193017
+ "required": false,
193018
+ "type": {
193019
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
193020
+ }
193021
+ },
193022
+ "tunnelId": {
193023
+ "defaultValue": null,
193024
+ "description": "@internal",
193025
+ "name": "tunnelId",
193026
+ "parent": {
193027
+ "fileName": "components/src/lib/types/props.ts",
193028
+ "name": "PropsWithTunnel"
193029
+ },
193030
+ "declarations": [
193031
+ {
193032
+ "fileName": "components/src/lib/types/props.ts",
193033
+ "name": "PropsWithTunnel"
193034
+ }
193035
+ ],
193036
+ "required": false,
193037
+ "type": {
193038
+ "name": "string | null"
193039
+ }
193040
+ },
193041
+ "ref": {
193042
+ "defaultValue": null,
193043
+ "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}",
193044
+ "name": "ref",
193045
+ "parent": {
193046
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193047
+ "name": "RefAttributes"
193048
+ },
193049
+ "declarations": [
193050
+ {
193051
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193052
+ "name": "RefAttributes"
193053
+ }
193054
+ ],
193055
+ "required": false,
193056
+ "type": {
193057
+ "name": "Ref<HTMLInputElement>"
193058
+ }
193059
+ },
193060
+ "key": {
193061
+ "defaultValue": null,
193062
+ "description": "",
193063
+ "name": "key",
193064
+ "parent": {
193065
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193066
+ "name": "Attributes"
193067
+ },
193068
+ "declarations": [
193069
+ {
193070
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193071
+ "name": "Attributes"
193072
+ }
193073
+ ],
193074
+ "required": false,
193075
+ "type": {
193076
+ "name": "Key | null"
193077
+ }
193031
193078
  }
193032
193079
  }
193033
193080
  },
@@ -193035,43 +193082,87 @@
193035
193082
  "tags": {
193036
193083
  "flr-generate": "all"
193037
193084
  },
193038
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
193085
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
193039
193086
  "description": "",
193040
- "displayName": "AccentBox",
193087
+ "displayName": "Accordion",
193041
193088
  "methods": [],
193042
193089
  "props": {
193043
- "color": {
193090
+ "defaultExpanded": {
193044
193091
  "defaultValue": null,
193045
- "description": "",
193046
- "name": "color",
193092
+ "description": "Whether the accordion should be initially expanded.",
193093
+ "name": "defaultExpanded",
193047
193094
  "parent": {
193048
- "fileName": "components/src/components/AccentBox/AccentBox.tsx",
193049
- "name": "AccentBoxProps"
193095
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
193096
+ "name": "AccordionProps"
193050
193097
  },
193051
193098
  "declarations": [
193052
193099
  {
193053
- "fileName": "components/src/components/AccentBox/AccentBox.tsx",
193054
- "name": "AccentBoxProps"
193100
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
193101
+ "name": "AccordionProps"
193055
193102
  }
193056
193103
  ],
193057
193104
  "required": false,
193058
193105
  "type": {
193059
- "name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
193106
+ "name": "boolean"
193060
193107
  }
193061
193108
  },
193062
- "children": {
193109
+ "variant": {
193110
+ "defaultValue": {
193111
+ "value": "\"default\""
193112
+ },
193113
+ "description": "The visual variant of the accordion.",
193114
+ "name": "variant",
193115
+ "parent": {
193116
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
193117
+ "name": "AccordionProps"
193118
+ },
193119
+ "declarations": [
193120
+ {
193121
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
193122
+ "name": "AccordionProps"
193123
+ }
193124
+ ],
193125
+ "required": false,
193126
+ "type": {
193127
+ "name": "\"default\" | \"outline\""
193128
+ }
193129
+ },
193130
+ "ref": {
193131
+ "defaultValue": null,
193132
+ "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}",
193133
+ "name": "ref",
193134
+ "parent": {
193135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193136
+ "name": "RefAttributes"
193137
+ },
193138
+ "declarations": [
193139
+ {
193140
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193141
+ "name": "RefAttributes"
193142
+ }
193143
+ ],
193144
+ "required": false,
193145
+ "type": {
193146
+ "name": "Ref<HTMLInputElement>"
193147
+ }
193148
+ },
193149
+ "key": {
193063
193150
  "defaultValue": null,
193064
193151
  "description": "",
193065
- "name": "children",
193152
+ "name": "key",
193153
+ "parent": {
193154
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193155
+ "name": "Attributes"
193156
+ },
193066
193157
  "declarations": [
193067
193158
  {
193068
193159
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193069
- "name": "TypeLiteral"
193160
+ "name": "Attributes"
193070
193161
  }
193071
193162
  ],
193072
193163
  "required": false,
193073
193164
  "type": {
193074
- "name": "ReactNode"
193165
+ "name": "Key | null"
193075
193166
  }
193076
193167
  },
193077
193168
  "defaultChecked": {
@@ -193800,6 +193891,25 @@
193800
193891
  "name": "string"
193801
193892
  }
193802
193893
  },
193894
+ "color": {
193895
+ "defaultValue": null,
193896
+ "description": "",
193897
+ "name": "color",
193898
+ "parent": {
193899
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193900
+ "name": "HTMLAttributes"
193901
+ },
193902
+ "declarations": [
193903
+ {
193904
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
193905
+ "name": "HTMLAttributes"
193906
+ }
193907
+ ],
193908
+ "required": false,
193909
+ "type": {
193910
+ "name": "string"
193911
+ }
193912
+ },
193803
193913
  "itemProp": {
193804
193914
  "defaultValue": null,
193805
193915
  "description": "",
@@ -195111,6 +195221,25 @@
195111
195221
  "name": "string"
195112
195222
  }
195113
195223
  },
195224
+ "children": {
195225
+ "defaultValue": null,
195226
+ "description": "",
195227
+ "name": "children",
195228
+ "parent": {
195229
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
195230
+ "name": "DOMAttributes"
195231
+ },
195232
+ "declarations": [
195233
+ {
195234
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
195235
+ "name": "DOMAttributes"
195236
+ }
195237
+ ],
195238
+ "required": false,
195239
+ "type": {
195240
+ "name": "ReactNode"
195241
+ }
195242
+ },
195114
195243
  "dangerouslySetInnerHTML": {
195115
195244
  "defaultValue": null,
195116
195245
  "description": "",
@@ -198321,97 +198450,6 @@
198321
198450
  "type": {
198322
198451
  "name": "TransitionEventHandler<HTMLElement>"
198323
198452
  }
198324
- },
198325
- "elementType": {
198326
- "defaultValue": null,
198327
- "description": "",
198328
- "name": "elementType",
198329
- "declarations": [
198330
- {
198331
- "fileName": "components/src/lib/types/props.ts",
198332
- "name": "TypeLiteral"
198333
- }
198334
- ],
198335
- "required": false,
198336
- "type": {
198337
- "name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
198338
- }
198339
- },
198340
- "wrapWith": {
198341
- "defaultValue": null,
198342
- "description": "",
198343
- "name": "wrapWith",
198344
- "parent": {
198345
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
198346
- "name": "FlowComponentProps"
198347
- },
198348
- "declarations": [
198349
- {
198350
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
198351
- "name": "FlowComponentProps"
198352
- }
198353
- ],
198354
- "required": false,
198355
- "type": {
198356
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
198357
- }
198358
- },
198359
- "tunnelId": {
198360
- "defaultValue": null,
198361
- "description": "@internal",
198362
- "name": "tunnelId",
198363
- "parent": {
198364
- "fileName": "components/src/lib/types/props.ts",
198365
- "name": "PropsWithTunnel"
198366
- },
198367
- "declarations": [
198368
- {
198369
- "fileName": "components/src/lib/types/props.ts",
198370
- "name": "PropsWithTunnel"
198371
- }
198372
- ],
198373
- "required": false,
198374
- "type": {
198375
- "name": "string | null"
198376
- }
198377
- },
198378
- "ref": {
198379
- "defaultValue": null,
198380
- "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}",
198381
- "name": "ref",
198382
- "parent": {
198383
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
198384
- "name": "RefAttributes"
198385
- },
198386
- "declarations": [
198387
- {
198388
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
198389
- "name": "RefAttributes"
198390
- }
198391
- ],
198392
- "required": false,
198393
- "type": {
198394
- "name": "Ref<HTMLInputElement>"
198395
- }
198396
- },
198397
- "key": {
198398
- "defaultValue": null,
198399
- "description": "",
198400
- "name": "key",
198401
- "parent": {
198402
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
198403
- "name": "Attributes"
198404
- },
198405
- "declarations": [
198406
- {
198407
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
198408
- "name": "Attributes"
198409
- }
198410
- ],
198411
- "required": false,
198412
- "type": {
198413
- "name": "Key | null"
198414
- }
198415
198453
  }
198416
198454
  }
198417
198455
  },
@@ -208241,99 +208279,66 @@
208241
208279
  },
208242
208280
  {
208243
208281
  "tags": {},
208244
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
208245
- "description": "",
208246
- "displayName": "RouterProvider",
208247
- "methods": [],
208248
- "props": {
208249
- "children": {
208250
- "defaultValue": null,
208251
- "description": "",
208252
- "name": "children",
208253
- "declarations": [
208254
- {
208255
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208256
- "name": "TypeLiteral"
208257
- }
208258
- ],
208259
- "required": false,
208260
- "type": {
208261
- "name": "ReactNode"
208262
- }
208263
- }
208264
- }
208265
- },
208266
- {
208267
- "tags": {
208268
- "deprecated": "Use RouterProvider instead"
208269
- },
208270
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
208282
+ "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
208271
208283
  "description": "",
208272
- "displayName": "LinkProvider",
208284
+ "displayName": "Form",
208273
208285
  "methods": [],
208274
208286
  "props": {
208275
- "children": {
208287
+ "form": {
208276
208288
  "defaultValue": null,
208277
208289
  "description": "",
208278
- "name": "children",
208290
+ "name": "form",
208291
+ "parent": {
208292
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208293
+ "name": "FormProps"
208294
+ },
208279
208295
  "declarations": [
208280
208296
  {
208281
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208282
- "name": "TypeLiteral"
208297
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208298
+ "name": "FormProps"
208283
208299
  }
208284
208300
  ],
208285
- "required": false,
208301
+ "required": true,
208286
208302
  "type": {
208287
- "name": "ReactNode"
208303
+ "name": "UseFormReturn<F>"
208288
208304
  }
208289
- }
208290
- }
208291
- },
208292
- {
208293
- "tags": {
208294
- "deprecated": "Use RouterProvider instead"
208295
- },
208296
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
208297
- "description": "",
208298
- "displayName": "Link",
208299
- "methods": [],
208300
- "props": {
208301
- "ref": {
208305
+ },
208306
+ "onSubmit": {
208302
208307
  "defaultValue": null,
208303
208308
  "description": "",
208304
- "name": "ref",
208309
+ "name": "onSubmit",
208305
208310
  "parent": {
208306
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208307
- "name": "Props"
208311
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208312
+ "name": "FormProps"
208308
208313
  },
208309
208314
  "declarations": [
208310
208315
  {
208311
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208312
- "name": "Props"
208316
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208317
+ "name": "FormProps"
208313
208318
  }
208314
208319
  ],
208315
- "required": false,
208320
+ "required": true,
208316
208321
  "type": {
208317
- "name": "Ref<HTMLAnchorElement>"
208322
+ "name": "SubmitHandler<F>"
208318
208323
  }
208319
208324
  },
208320
- "isDisabled": {
208325
+ "formComponent": {
208321
208326
  "defaultValue": null,
208322
208327
  "description": "",
208323
- "name": "isDisabled",
208328
+ "name": "formComponent",
208324
208329
  "parent": {
208325
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208326
- "name": "Props"
208330
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208331
+ "name": "FormProps"
208327
208332
  },
208328
208333
  "declarations": [
208329
208334
  {
208330
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
208331
- "name": "Props"
208335
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
208336
+ "name": "FormProps"
208332
208337
  }
208333
208338
  ],
208334
208339
  "required": false,
208335
208340
  "type": {
208336
- "name": "boolean"
208341
+ "name": "FormComponentType"
208337
208342
  }
208338
208343
  },
208339
208344
  "children": {
@@ -208830,25 +208835,6 @@
208830
208835
  "name": "FormEventHandler<HTMLElement>"
208831
208836
  }
208832
208837
  },
208833
- "onSubmit": {
208834
- "defaultValue": null,
208835
- "description": "",
208836
- "name": "onSubmit",
208837
- "parent": {
208838
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208839
- "name": "DOMAttributes"
208840
- },
208841
- "declarations": [
208842
- {
208843
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
208844
- "name": "DOMAttributes"
208845
- }
208846
- ],
208847
- "required": false,
208848
- "type": {
208849
- "name": "FormEventHandler<HTMLElement>"
208850
- }
208851
- },
208852
208838
  "onSubmitCapture": {
208853
208839
  "defaultValue": null,
208854
208840
  "description": "",
@@ -211475,10 +211461,10 @@
211475
211461
  "name": "string"
211476
211462
  }
211477
211463
  },
211478
- "media": {
211464
+ "method": {
211479
211465
  "defaultValue": null,
211480
211466
  "description": "",
211481
- "name": "media",
211467
+ "name": "method",
211482
211468
  "parent": {
211483
211469
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211484
211470
  "name": "SVGAttributes"
@@ -211494,6 +211480,25 @@
211494
211480
  "name": "string"
211495
211481
  }
211496
211482
  },
211483
+ "name": {
211484
+ "defaultValue": null,
211485
+ "description": "",
211486
+ "name": "name",
211487
+ "parent": {
211488
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211489
+ "name": "InputHTMLAttributes"
211490
+ },
211491
+ "declarations": [
211492
+ {
211493
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211494
+ "name": "InputHTMLAttributes"
211495
+ }
211496
+ ],
211497
+ "required": false,
211498
+ "type": {
211499
+ "name": "string"
211500
+ }
211501
+ },
211497
211502
  "style": {
211498
211503
  "defaultValue": null,
211499
211504
  "description": "",
@@ -211532,29 +211537,6 @@
211532
211537
  "name": "string"
211533
211538
  }
211534
211539
  },
211535
- "type": {
211536
- "defaultValue": null,
211537
- "description": "The type of axis",
211538
- "name": "type",
211539
- "parent": {
211540
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211541
- "name": "SVGAttributes"
211542
- },
211543
- "declarations": [
211544
- {
211545
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211546
- "name": "SVGAttributes"
211547
- },
211548
- {
211549
- "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",
211550
- "name": "BaseAxisProps"
211551
- }
211552
- ],
211553
- "required": false,
211554
- "type": {
211555
- "name": "\"number\" | \"category\""
211556
- }
211557
- },
211558
211540
  "role": {
211559
211541
  "defaultValue": null,
211560
211542
  "description": "",
@@ -211593,25 +211575,6 @@
211593
211575
  "name": "number"
211594
211576
  }
211595
211577
  },
211596
- "href": {
211597
- "defaultValue": null,
211598
- "description": "",
211599
- "name": "href",
211600
- "parent": {
211601
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211602
- "name": "SVGAttributes"
211603
- },
211604
- "declarations": [
211605
- {
211606
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
211607
- "name": "SVGAttributes"
211608
- }
211609
- ],
211610
- "required": false,
211611
- "type": {
211612
- "name": "string"
211613
- }
211614
- },
211615
211578
  "aria-activedescendant": {
211616
211579
  "defaultValue": null,
211617
211580
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -212809,6 +212772,25 @@
212809
212772
  "name": "TransitionEventHandler<HTMLElement>"
212810
212773
  }
212811
212774
  },
212775
+ "ref": {
212776
+ "defaultValue": null,
212777
+ "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}",
212778
+ "name": "ref",
212779
+ "parent": {
212780
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212781
+ "name": "RefAttributes"
212782
+ },
212783
+ "declarations": [
212784
+ {
212785
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212786
+ "name": "RefAttributes"
212787
+ }
212788
+ ],
212789
+ "required": false,
212790
+ "type": {
212791
+ "name": "Ref<HTMLInputElement>"
212792
+ }
212793
+ },
212812
212794
  "key": {
212813
212795
  "defaultValue": null,
212814
212796
  "description": "",
@@ -212904,6 +212886,25 @@
212904
212886
  "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
212905
212887
  }
212906
212888
  },
212889
+ "autoComplete": {
212890
+ "defaultValue": null,
212891
+ "description": "",
212892
+ "name": "autoComplete",
212893
+ "parent": {
212894
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212895
+ "name": "FormHTMLAttributes"
212896
+ },
212897
+ "declarations": [
212898
+ {
212899
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
212900
+ "name": "FormHTMLAttributes"
212901
+ }
212902
+ ],
212903
+ "required": false,
212904
+ "type": {
212905
+ "name": "string"
212906
+ }
212907
+ },
212907
212908
  "inputMode": {
212908
212909
  "defaultValue": null,
212909
212910
  "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}",
@@ -213721,56 +213722,56 @@
213721
213722
  "name": "string"
213722
213723
  }
213723
213724
  },
213724
- "hrefLang": {
213725
+ "action": {
213725
213726
  "defaultValue": null,
213726
213727
  "description": "",
213727
- "name": "hrefLang",
213728
+ "name": "action",
213728
213729
  "parent": {
213729
213730
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213730
- "name": "AnchorHTMLAttributes"
213731
+ "name": "FormHTMLAttributes"
213731
213732
  },
213732
213733
  "declarations": [
213733
213734
  {
213734
213735
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213735
- "name": "AnchorHTMLAttributes"
213736
+ "name": "FormHTMLAttributes"
213736
213737
  }
213737
213738
  ],
213738
213739
  "required": false,
213739
213740
  "type": {
213740
- "name": "string"
213741
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
213741
213742
  }
213742
213743
  },
213743
- "download": {
213744
+ "acceptCharset": {
213744
213745
  "defaultValue": null,
213745
213746
  "description": "",
213746
- "name": "download",
213747
+ "name": "acceptCharset",
213747
213748
  "parent": {
213748
213749
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213749
- "name": "AnchorHTMLAttributes"
213750
+ "name": "FormHTMLAttributes"
213750
213751
  },
213751
213752
  "declarations": [
213752
213753
  {
213753
213754
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213754
- "name": "AnchorHTMLAttributes"
213755
+ "name": "FormHTMLAttributes"
213755
213756
  }
213756
213757
  ],
213757
213758
  "required": false,
213758
213759
  "type": {
213759
- "name": "any"
213760
+ "name": "string"
213760
213761
  }
213761
213762
  },
213762
- "ping": {
213763
+ "encType": {
213763
213764
  "defaultValue": null,
213764
213765
  "description": "",
213765
- "name": "ping",
213766
+ "name": "encType",
213766
213767
  "parent": {
213767
213768
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213768
- "name": "AnchorHTMLAttributes"
213769
+ "name": "FormHTMLAttributes"
213769
213770
  },
213770
213771
  "declarations": [
213771
213772
  {
213772
213773
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213773
- "name": "AnchorHTMLAttributes"
213774
+ "name": "FormHTMLAttributes"
213774
213775
  }
213775
213776
  ],
213776
213777
  "required": false,
@@ -213778,89 +213779,921 @@
213778
213779
  "name": "string"
213779
213780
  }
213780
213781
  },
213781
- "referrerPolicy": {
213782
+ "noValidate": {
213782
213783
  "defaultValue": null,
213783
213784
  "description": "",
213784
- "name": "referrerPolicy",
213785
+ "name": "noValidate",
213785
213786
  "parent": {
213786
213787
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213787
- "name": "ImgHTMLAttributes"
213788
+ "name": "FormHTMLAttributes"
213788
213789
  },
213789
213790
  "declarations": [
213790
213791
  {
213791
213792
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213792
- "name": "ImgHTMLAttributes"
213793
+ "name": "FormHTMLAttributes"
213793
213794
  }
213794
213795
  ],
213795
213796
  "required": false,
213796
213797
  "type": {
213797
- "name": "HTMLAttributeReferrerPolicy"
213798
+ "name": "boolean"
213798
213799
  }
213799
213800
  }
213800
213801
  }
213801
213802
  },
213802
213803
  {
213803
213804
  "tags": {},
213804
- "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
213805
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
213805
213806
  "description": "",
213806
- "displayName": "Form",
213807
+ "displayName": "Field",
213807
213808
  "methods": [],
213808
213809
  "props": {
213809
- "form": {
213810
+ "name": {
213810
213811
  "defaultValue": null,
213811
213812
  "description": "",
213812
- "name": "form",
213813
+ "name": "name",
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": true,
213821
+ "type": {
213822
+ "name": "string"
213823
+ }
213824
+ },
213825
+ "defaultValue": {
213826
+ "defaultValue": null,
213827
+ "description": "",
213828
+ "name": "defaultValue",
213829
+ "declarations": [
213830
+ {
213831
+ "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",
213832
+ "name": "TypeLiteral"
213833
+ }
213834
+ ],
213835
+ "required": false,
213836
+ "type": {
213837
+ "name": "any"
213838
+ }
213839
+ },
213840
+ "disabled": {
213841
+ "defaultValue": null,
213842
+ "description": "",
213843
+ "name": "disabled",
213844
+ "declarations": [
213845
+ {
213846
+ "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",
213847
+ "name": "TypeLiteral"
213848
+ }
213849
+ ],
213850
+ "required": false,
213851
+ "type": {
213852
+ "name": "boolean"
213853
+ }
213854
+ },
213855
+ "control": {
213856
+ "defaultValue": null,
213857
+ "description": "",
213858
+ "name": "control",
213859
+ "declarations": [
213860
+ {
213861
+ "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",
213862
+ "name": "TypeLiteral"
213863
+ }
213864
+ ],
213865
+ "required": false,
213866
+ "type": {
213867
+ "name": "Control<T, any, T>"
213868
+ }
213869
+ },
213870
+ "rules": {
213871
+ "defaultValue": null,
213872
+ "description": "",
213873
+ "name": "rules",
213874
+ "declarations": [
213875
+ {
213876
+ "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",
213877
+ "name": "TypeLiteral"
213878
+ }
213879
+ ],
213880
+ "required": false,
213881
+ "type": {
213882
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
213883
+ }
213884
+ },
213885
+ "shouldUnregister": {
213886
+ "defaultValue": null,
213887
+ "description": "",
213888
+ "name": "shouldUnregister",
213889
+ "declarations": [
213890
+ {
213891
+ "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",
213892
+ "name": "TypeLiteral"
213893
+ }
213894
+ ],
213895
+ "required": false,
213896
+ "type": {
213897
+ "name": "boolean"
213898
+ }
213899
+ },
213900
+ "children": {
213901
+ "defaultValue": null,
213902
+ "description": "",
213903
+ "name": "children",
213904
+ "declarations": [
213905
+ {
213906
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
213907
+ "name": "TypeLiteral"
213908
+ }
213909
+ ],
213910
+ "required": false,
213911
+ "type": {
213912
+ "name": "ReactNode"
213913
+ }
213914
+ }
213915
+ }
213916
+ },
213917
+ {
213918
+ "tags": {},
213919
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
213920
+ "description": "",
213921
+ "displayName": "typedField",
213922
+ "methods": [],
213923
+ "props": {
213924
+ "watch": {
213925
+ "defaultValue": null,
213926
+ "description": "",
213927
+ "name": "watch",
213928
+ "declarations": [
213929
+ {
213930
+ "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",
213931
+ "name": "TypeLiteral"
213932
+ }
213933
+ ],
213934
+ "required": true,
213935
+ "type": {
213936
+ "name": "UseFormWatch<T>"
213937
+ }
213938
+ },
213939
+ "getValues": {
213940
+ "defaultValue": null,
213941
+ "description": "",
213942
+ "name": "getValues",
213943
+ "declarations": [
213944
+ {
213945
+ "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",
213946
+ "name": "TypeLiteral"
213947
+ }
213948
+ ],
213949
+ "required": true,
213950
+ "type": {
213951
+ "name": "UseFormGetValues<T>"
213952
+ }
213953
+ },
213954
+ "getFieldState": {
213955
+ "defaultValue": null,
213956
+ "description": "",
213957
+ "name": "getFieldState",
213958
+ "declarations": [
213959
+ {
213960
+ "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",
213961
+ "name": "TypeLiteral"
213962
+ },
213963
+ {
213964
+ "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",
213965
+ "name": "TypeLiteral"
213966
+ }
213967
+ ],
213968
+ "required": true,
213969
+ "type": {
213970
+ "name": "UseFormGetFieldState<T>"
213971
+ }
213972
+ },
213973
+ "setError": {
213974
+ "defaultValue": null,
213975
+ "description": "",
213976
+ "name": "setError",
213977
+ "declarations": [
213978
+ {
213979
+ "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",
213980
+ "name": "TypeLiteral"
213981
+ },
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": "UseFormSetError<T>"
213990
+ }
213991
+ },
213992
+ "clearErrors": {
213993
+ "defaultValue": null,
213994
+ "description": "",
213995
+ "name": "clearErrors",
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": "UseFormClearErrors<T>"
214005
+ }
214006
+ },
214007
+ "setValue": {
214008
+ "defaultValue": null,
214009
+ "description": "",
214010
+ "name": "setValue",
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
+ "required": true,
214018
+ "type": {
214019
+ "name": "UseFormSetValue<T>"
214020
+ }
214021
+ },
214022
+ "trigger": {
214023
+ "defaultValue": null,
214024
+ "description": "",
214025
+ "name": "trigger",
214026
+ "declarations": [
214027
+ {
214028
+ "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",
214029
+ "name": "TypeLiteral"
214030
+ }
214031
+ ],
214032
+ "required": true,
214033
+ "type": {
214034
+ "name": "UseFormTrigger<T>"
214035
+ }
214036
+ },
214037
+ "formState": {
214038
+ "defaultValue": null,
214039
+ "description": "",
214040
+ "name": "formState",
214041
+ "declarations": [
214042
+ {
214043
+ "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",
214044
+ "name": "TypeLiteral"
214045
+ }
214046
+ ],
214047
+ "required": true,
214048
+ "type": {
214049
+ "name": "FormState<T>"
214050
+ }
214051
+ },
214052
+ "resetField": {
214053
+ "defaultValue": null,
214054
+ "description": "",
214055
+ "name": "resetField",
214056
+ "declarations": [
214057
+ {
214058
+ "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",
214059
+ "name": "TypeLiteral"
214060
+ }
214061
+ ],
214062
+ "required": true,
214063
+ "type": {
214064
+ "name": "UseFormResetField<T>"
214065
+ }
214066
+ },
214067
+ "reset": {
214068
+ "defaultValue": null,
214069
+ "description": "",
214070
+ "name": "reset",
214071
+ "declarations": [
214072
+ {
214073
+ "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",
214074
+ "name": "TypeLiteral"
214075
+ }
214076
+ ],
214077
+ "required": true,
214078
+ "type": {
214079
+ "name": "UseFormReset<T>"
214080
+ }
214081
+ },
214082
+ "handleSubmit": {
214083
+ "defaultValue": null,
214084
+ "description": "",
214085
+ "name": "handleSubmit",
214086
+ "declarations": [
214087
+ {
214088
+ "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",
214089
+ "name": "TypeLiteral"
214090
+ },
214091
+ {
214092
+ "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",
214093
+ "name": "TypeLiteral"
214094
+ }
214095
+ ],
214096
+ "required": true,
214097
+ "type": {
214098
+ "name": "UseFormHandleSubmit<T, T>"
214099
+ }
214100
+ },
214101
+ "unregister": {
214102
+ "defaultValue": null,
214103
+ "description": "",
214104
+ "name": "unregister",
214105
+ "declarations": [
214106
+ {
214107
+ "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",
214108
+ "name": "TypeLiteral"
214109
+ },
214110
+ {
214111
+ "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",
214112
+ "name": "TypeLiteral"
214113
+ }
214114
+ ],
214115
+ "required": true,
214116
+ "type": {
214117
+ "name": "UseFormUnregister<T>"
214118
+ }
214119
+ },
214120
+ "control": {
214121
+ "defaultValue": null,
214122
+ "description": "",
214123
+ "name": "control",
214124
+ "declarations": [
214125
+ {
214126
+ "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",
214127
+ "name": "TypeLiteral"
214128
+ }
214129
+ ],
214130
+ "required": true,
214131
+ "type": {
214132
+ "name": "Control<T, any, T>"
214133
+ }
214134
+ },
214135
+ "register": {
214136
+ "defaultValue": null,
214137
+ "description": "",
214138
+ "name": "register",
214139
+ "declarations": [
214140
+ {
214141
+ "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",
214142
+ "name": "TypeLiteral"
214143
+ },
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": "UseFormRegister<T>"
214152
+ }
214153
+ },
214154
+ "setFocus": {
214155
+ "defaultValue": null,
214156
+ "description": "",
214157
+ "name": "setFocus",
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": "UseFormSetFocus<T>"
214167
+ }
214168
+ },
214169
+ "subscribe": {
214170
+ "defaultValue": null,
214171
+ "description": "",
214172
+ "name": "subscribe",
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": "UseFormSubscribe<T>"
214182
+ }
214183
+ },
214184
+ "_subjects": {
214185
+ "defaultValue": null,
214186
+ "description": "",
214187
+ "name": "_subjects",
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": "Subjects<T>"
214197
+ }
214198
+ },
214199
+ "_removeUnmounted": {
214200
+ "defaultValue": null,
214201
+ "description": "",
214202
+ "name": "_removeUnmounted",
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": "Noop"
214212
+ }
214213
+ },
214214
+ "_names": {
214215
+ "defaultValue": null,
214216
+ "description": "",
214217
+ "name": "_names",
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": "Names"
214227
+ }
214228
+ },
214229
+ "_state": {
214230
+ "defaultValue": null,
214231
+ "description": "",
214232
+ "name": "_state",
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": "{ mount: boolean; action: boolean; watch: boolean; }"
214242
+ }
214243
+ },
214244
+ "_reset": {
214245
+ "defaultValue": null,
214246
+ "description": "",
214247
+ "name": "_reset",
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": "UseFormReset<T>"
214257
+ }
214258
+ },
214259
+ "_options": {
214260
+ "defaultValue": null,
214261
+ "description": "",
214262
+ "name": "_options",
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<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
214272
+ }
214273
+ },
214274
+ "_getDirty": {
214275
+ "defaultValue": null,
214276
+ "description": "",
214277
+ "name": "_getDirty",
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": "GetIsDirty"
214287
+ }
214288
+ },
214289
+ "_resetDefaultValues": {
214290
+ "defaultValue": null,
214291
+ "description": "",
214292
+ "name": "_resetDefaultValues",
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": "Noop"
214302
+ }
214303
+ },
214304
+ "_formState": {
214305
+ "defaultValue": null,
214306
+ "description": "",
214307
+ "name": "_formState",
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": "FormState<T>"
214317
+ }
214318
+ },
214319
+ "_setValid": {
214320
+ "defaultValue": null,
214321
+ "description": "",
214322
+ "name": "_setValid",
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": "(shouldUpdateValid?: boolean | undefined) => void"
214332
+ }
214333
+ },
214334
+ "_fields": {
214335
+ "defaultValue": null,
214336
+ "description": "",
214337
+ "name": "_fields",
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": "Partial<{ [key: string]: Partial<...> | Field; }>"
214347
+ }
214348
+ },
214349
+ "_formValues": {
214350
+ "defaultValue": null,
214351
+ "description": "",
214352
+ "name": "_formValues",
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": "FieldValues"
214362
+ }
214363
+ },
214364
+ "_proxyFormState": {
214365
+ "defaultValue": null,
214366
+ "description": "",
214367
+ "name": "_proxyFormState",
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": "ReadFormState"
214377
+ }
214378
+ },
214379
+ "_defaultValues": {
214380
+ "defaultValue": null,
214381
+ "description": "",
214382
+ "name": "_defaultValues",
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": "Partial<DefaultValues<T>>"
214392
+ }
214393
+ },
214394
+ "_getWatch": {
214395
+ "defaultValue": null,
214396
+ "description": "",
214397
+ "name": "_getWatch",
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": "WatchInternal<T>"
214407
+ }
214408
+ },
214409
+ "_setFieldArray": {
214410
+ "defaultValue": null,
214411
+ "description": "",
214412
+ "name": "_setFieldArray",
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": "BatchFieldArrayUpdate"
214422
+ }
214423
+ },
214424
+ "_getFieldArray": {
214425
+ "defaultValue": null,
214426
+ "description": "",
214427
+ "name": "_getFieldArray",
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": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
214437
+ }
214438
+ },
214439
+ "_setErrors": {
214440
+ "defaultValue": null,
214441
+ "description": "",
214442
+ "name": "_setErrors",
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": "(errors: FieldErrors<T>) => void"
214452
+ }
214453
+ },
214454
+ "_setDisabledField": {
214455
+ "defaultValue": null,
214456
+ "description": "",
214457
+ "name": "_setDisabledField",
214458
+ "declarations": [
214459
+ {
214460
+ "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",
214461
+ "name": "TypeLiteral"
214462
+ }
214463
+ ],
214464
+ "required": true,
214465
+ "type": {
214466
+ "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
214467
+ }
214468
+ },
214469
+ "_runSchema": {
214470
+ "defaultValue": null,
214471
+ "description": "",
214472
+ "name": "_runSchema",
214473
+ "declarations": [
214474
+ {
214475
+ "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",
214476
+ "name": "TypeLiteral"
214477
+ }
214478
+ ],
214479
+ "required": true,
214480
+ "type": {
214481
+ "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
214482
+ }
214483
+ },
214484
+ "_focusError": {
214485
+ "defaultValue": null,
214486
+ "description": "",
214487
+ "name": "_focusError",
214488
+ "declarations": [
214489
+ {
214490
+ "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",
214491
+ "name": "TypeLiteral"
214492
+ }
214493
+ ],
214494
+ "required": true,
214495
+ "type": {
214496
+ "name": "() => boolean | undefined"
214497
+ }
214498
+ },
214499
+ "_disableForm": {
214500
+ "defaultValue": null,
214501
+ "description": "",
214502
+ "name": "_disableForm",
214503
+ "declarations": [
214504
+ {
214505
+ "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",
214506
+ "name": "TypeLiteral"
214507
+ }
214508
+ ],
214509
+ "required": true,
214510
+ "type": {
214511
+ "name": "(disabled?: boolean | undefined) => void"
214512
+ }
214513
+ },
214514
+ "_subscribe": {
214515
+ "defaultValue": null,
214516
+ "description": "",
214517
+ "name": "_subscribe",
214518
+ "declarations": [
214519
+ {
214520
+ "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",
214521
+ "name": "TypeLiteral"
214522
+ }
214523
+ ],
214524
+ "required": true,
214525
+ "type": {
214526
+ "name": "FromSubscribe<T>"
214527
+ }
214528
+ }
214529
+ }
214530
+ },
214531
+ {
214532
+ "tags": {},
214533
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214534
+ "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",
214535
+ "displayName": "AfterFormSubmitEffect",
214536
+ "methods": [],
214537
+ "props": {
214538
+ "submitHandlerResultRef": {
214539
+ "defaultValue": null,
214540
+ "description": "",
214541
+ "name": "submitHandlerResultRef",
213813
214542
  "parent": {
213814
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213815
- "name": "FormProps"
214543
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214544
+ "name": "Props"
213816
214545
  },
213817
214546
  "declarations": [
213818
214547
  {
213819
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213820
- "name": "FormProps"
214548
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
214549
+ "name": "Props"
213821
214550
  }
213822
214551
  ],
213823
214552
  "required": true,
213824
214553
  "type": {
213825
- "name": "UseFormReturn<F>"
214554
+ "name": "RefObject<unknown>"
213826
214555
  }
213827
- },
213828
- "onSubmit": {
214556
+ }
214557
+ }
214558
+ },
214559
+ {
214560
+ "tags": {},
214561
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214562
+ "description": "",
214563
+ "displayName": "SubmitButtonStateProvider",
214564
+ "methods": [],
214565
+ "props": {
214566
+ "isAsyncSubmit": {
213829
214567
  "defaultValue": null,
213830
214568
  "description": "",
213831
- "name": "onSubmit",
214569
+ "name": "isAsyncSubmit",
213832
214570
  "parent": {
213833
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213834
- "name": "FormProps"
214571
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214572
+ "name": "Props"
213835
214573
  },
213836
214574
  "declarations": [
213837
214575
  {
213838
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213839
- "name": "FormProps"
214576
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
214577
+ "name": "Props"
213840
214578
  }
213841
214579
  ],
213842
214580
  "required": true,
213843
214581
  "type": {
213844
- "name": "SubmitHandler<F>"
214582
+ "name": "MutableRefObject<boolean>"
213845
214583
  }
213846
214584
  },
213847
- "formComponent": {
214585
+ "children": {
213848
214586
  "defaultValue": null,
213849
214587
  "description": "",
213850
- "name": "formComponent",
214588
+ "name": "children",
214589
+ "declarations": [
214590
+ {
214591
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214592
+ "name": "TypeLiteral"
214593
+ }
214594
+ ],
214595
+ "required": false,
214596
+ "type": {
214597
+ "name": "ReactNode"
214598
+ }
214599
+ }
214600
+ }
214601
+ },
214602
+ {
214603
+ "tags": {},
214604
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
214605
+ "description": "",
214606
+ "displayName": "RouterProvider",
214607
+ "methods": [],
214608
+ "props": {
214609
+ "children": {
214610
+ "defaultValue": null,
214611
+ "description": "",
214612
+ "name": "children",
214613
+ "declarations": [
214614
+ {
214615
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214616
+ "name": "TypeLiteral"
214617
+ }
214618
+ ],
214619
+ "required": false,
214620
+ "type": {
214621
+ "name": "ReactNode"
214622
+ }
214623
+ }
214624
+ }
214625
+ },
214626
+ {
214627
+ "tags": {
214628
+ "deprecated": "Use RouterProvider instead"
214629
+ },
214630
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
214631
+ "description": "",
214632
+ "displayName": "LinkProvider",
214633
+ "methods": [],
214634
+ "props": {
214635
+ "children": {
214636
+ "defaultValue": null,
214637
+ "description": "",
214638
+ "name": "children",
214639
+ "declarations": [
214640
+ {
214641
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
214642
+ "name": "TypeLiteral"
214643
+ }
214644
+ ],
214645
+ "required": false,
214646
+ "type": {
214647
+ "name": "ReactNode"
214648
+ }
214649
+ }
214650
+ }
214651
+ },
214652
+ {
214653
+ "tags": {
214654
+ "deprecated": "Use RouterProvider instead"
214655
+ },
214656
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
214657
+ "description": "",
214658
+ "displayName": "Link",
214659
+ "methods": [],
214660
+ "props": {
214661
+ "ref": {
214662
+ "defaultValue": null,
214663
+ "description": "",
214664
+ "name": "ref",
213851
214665
  "parent": {
213852
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213853
- "name": "FormProps"
214666
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214667
+ "name": "Props"
213854
214668
  },
213855
214669
  "declarations": [
213856
214670
  {
213857
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
213858
- "name": "FormProps"
214671
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214672
+ "name": "Props"
213859
214673
  }
213860
214674
  ],
213861
214675
  "required": false,
213862
214676
  "type": {
213863
- "name": "FormComponentType"
214677
+ "name": "Ref<HTMLAnchorElement>"
214678
+ }
214679
+ },
214680
+ "isDisabled": {
214681
+ "defaultValue": null,
214682
+ "description": "",
214683
+ "name": "isDisabled",
214684
+ "parent": {
214685
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214686
+ "name": "Props"
214687
+ },
214688
+ "declarations": [
214689
+ {
214690
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
214691
+ "name": "Props"
214692
+ }
214693
+ ],
214694
+ "required": false,
214695
+ "type": {
214696
+ "name": "boolean"
213864
214697
  }
213865
214698
  },
213866
214699
  "children": {
@@ -214357,6 +215190,25 @@
214357
215190
  "name": "FormEventHandler<HTMLElement>"
214358
215191
  }
214359
215192
  },
215193
+ "onSubmit": {
215194
+ "defaultValue": null,
215195
+ "description": "",
215196
+ "name": "onSubmit",
215197
+ "parent": {
215198
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
215199
+ "name": "DOMAttributes"
215200
+ },
215201
+ "declarations": [
215202
+ {
215203
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
215204
+ "name": "DOMAttributes"
215205
+ }
215206
+ ],
215207
+ "required": false,
215208
+ "type": {
215209
+ "name": "FormEventHandler<HTMLElement>"
215210
+ }
215211
+ },
214360
215212
  "onSubmitCapture": {
214361
215213
  "defaultValue": null,
214362
215214
  "description": "",
@@ -216983,10 +217835,10 @@
216983
217835
  "name": "string"
216984
217836
  }
216985
217837
  },
216986
- "method": {
217838
+ "media": {
216987
217839
  "defaultValue": null,
216988
217840
  "description": "",
216989
- "name": "method",
217841
+ "name": "media",
216990
217842
  "parent": {
216991
217843
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
216992
217844
  "name": "SVGAttributes"
@@ -217002,48 +217854,48 @@
217002
217854
  "name": "string"
217003
217855
  }
217004
217856
  },
217005
- "name": {
217857
+ "style": {
217006
217858
  "defaultValue": null,
217007
217859
  "description": "",
217008
- "name": "name",
217860
+ "name": "style",
217009
217861
  "parent": {
217010
217862
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217011
- "name": "InputHTMLAttributes"
217863
+ "name": "HTMLAttributes"
217012
217864
  },
217013
217865
  "declarations": [
217014
217866
  {
217015
217867
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217016
- "name": "InputHTMLAttributes"
217868
+ "name": "HTMLAttributes"
217017
217869
  }
217018
217870
  ],
217019
217871
  "required": false,
217020
217872
  "type": {
217021
- "name": "string"
217873
+ "name": "CSSProperties"
217022
217874
  }
217023
217875
  },
217024
- "style": {
217876
+ "target": {
217025
217877
  "defaultValue": null,
217026
217878
  "description": "",
217027
- "name": "style",
217879
+ "name": "target",
217028
217880
  "parent": {
217029
217881
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217030
- "name": "HTMLAttributes"
217882
+ "name": "SVGAttributes"
217031
217883
  },
217032
217884
  "declarations": [
217033
217885
  {
217034
217886
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217035
- "name": "HTMLAttributes"
217887
+ "name": "SVGAttributes"
217036
217888
  }
217037
217889
  ],
217038
217890
  "required": false,
217039
217891
  "type": {
217040
- "name": "CSSProperties"
217892
+ "name": "string"
217041
217893
  }
217042
217894
  },
217043
- "target": {
217895
+ "type": {
217044
217896
  "defaultValue": null,
217045
- "description": "",
217046
- "name": "target",
217897
+ "description": "The type of axis",
217898
+ "name": "type",
217047
217899
  "parent": {
217048
217900
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217049
217901
  "name": "SVGAttributes"
@@ -217052,11 +217904,15 @@
217052
217904
  {
217053
217905
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217054
217906
  "name": "SVGAttributes"
217907
+ },
217908
+ {
217909
+ "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",
217910
+ "name": "BaseAxisProps"
217055
217911
  }
217056
217912
  ],
217057
217913
  "required": false,
217058
217914
  "type": {
217059
- "name": "string"
217915
+ "name": "\"number\" | \"category\""
217060
217916
  }
217061
217917
  },
217062
217918
  "role": {
@@ -217097,6 +217953,25 @@
217097
217953
  "name": "number"
217098
217954
  }
217099
217955
  },
217956
+ "href": {
217957
+ "defaultValue": null,
217958
+ "description": "",
217959
+ "name": "href",
217960
+ "parent": {
217961
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217962
+ "name": "SVGAttributes"
217963
+ },
217964
+ "declarations": [
217965
+ {
217966
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
217967
+ "name": "SVGAttributes"
217968
+ }
217969
+ ],
217970
+ "required": false,
217971
+ "type": {
217972
+ "name": "string"
217973
+ }
217974
+ },
217100
217975
  "aria-activedescendant": {
217101
217976
  "defaultValue": null,
217102
217977
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -218294,25 +219169,6 @@
218294
219169
  "name": "TransitionEventHandler<HTMLElement>"
218295
219170
  }
218296
219171
  },
218297
- "ref": {
218298
- "defaultValue": null,
218299
- "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}",
218300
- "name": "ref",
218301
- "parent": {
218302
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218303
- "name": "RefAttributes"
218304
- },
218305
- "declarations": [
218306
- {
218307
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218308
- "name": "RefAttributes"
218309
- }
218310
- ],
218311
- "required": false,
218312
- "type": {
218313
- "name": "Ref<HTMLInputElement>"
218314
- }
218315
- },
218316
219172
  "key": {
218317
219173
  "defaultValue": null,
218318
219174
  "description": "",
@@ -218408,25 +219264,6 @@
218408
219264
  "name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
218409
219265
  }
218410
219266
  },
218411
- "autoComplete": {
218412
- "defaultValue": null,
218413
- "description": "",
218414
- "name": "autoComplete",
218415
- "parent": {
218416
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218417
- "name": "FormHTMLAttributes"
218418
- },
218419
- "declarations": [
218420
- {
218421
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
218422
- "name": "FormHTMLAttributes"
218423
- }
218424
- ],
218425
- "required": false,
218426
- "type": {
218427
- "name": "string"
218428
- }
218429
- },
218430
219267
  "inputMode": {
218431
219268
  "defaultValue": null,
218432
219269
  "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}",
@@ -219244,37 +220081,18 @@
219244
220081
  "name": "string"
219245
220082
  }
219246
220083
  },
219247
- "action": {
219248
- "defaultValue": null,
219249
- "description": "",
219250
- "name": "action",
219251
- "parent": {
219252
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219253
- "name": "FormHTMLAttributes"
219254
- },
219255
- "declarations": [
219256
- {
219257
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219258
- "name": "FormHTMLAttributes"
219259
- }
219260
- ],
219261
- "required": false,
219262
- "type": {
219263
- "name": "string | ((formData: FormData) => void | Promise<void>)"
219264
- }
219265
- },
219266
- "acceptCharset": {
220084
+ "hrefLang": {
219267
220085
  "defaultValue": null,
219268
220086
  "description": "",
219269
- "name": "acceptCharset",
220087
+ "name": "hrefLang",
219270
220088
  "parent": {
219271
220089
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219272
- "name": "FormHTMLAttributes"
220090
+ "name": "AnchorHTMLAttributes"
219273
220091
  },
219274
220092
  "declarations": [
219275
220093
  {
219276
220094
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219277
- "name": "FormHTMLAttributes"
220095
+ "name": "AnchorHTMLAttributes"
219278
220096
  }
219279
220097
  ],
219280
220098
  "required": false,
@@ -219282,841 +220100,61 @@
219282
220100
  "name": "string"
219283
220101
  }
219284
220102
  },
219285
- "encType": {
220103
+ "download": {
219286
220104
  "defaultValue": null,
219287
220105
  "description": "",
219288
- "name": "encType",
220106
+ "name": "download",
219289
220107
  "parent": {
219290
220108
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219291
- "name": "FormHTMLAttributes"
220109
+ "name": "AnchorHTMLAttributes"
219292
220110
  },
219293
220111
  "declarations": [
219294
220112
  {
219295
220113
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219296
- "name": "FormHTMLAttributes"
220114
+ "name": "AnchorHTMLAttributes"
219297
220115
  }
219298
220116
  ],
219299
220117
  "required": false,
219300
220118
  "type": {
219301
- "name": "string"
220119
+ "name": "any"
219302
220120
  }
219303
220121
  },
219304
- "noValidate": {
220122
+ "ping": {
219305
220123
  "defaultValue": null,
219306
220124
  "description": "",
219307
- "name": "noValidate",
220125
+ "name": "ping",
219308
220126
  "parent": {
219309
220127
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219310
- "name": "FormHTMLAttributes"
220128
+ "name": "AnchorHTMLAttributes"
219311
220129
  },
219312
220130
  "declarations": [
219313
220131
  {
219314
220132
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219315
- "name": "FormHTMLAttributes"
220133
+ "name": "AnchorHTMLAttributes"
219316
220134
  }
219317
220135
  ],
219318
220136
  "required": false,
219319
- "type": {
219320
- "name": "boolean"
219321
- }
219322
- }
219323
- }
219324
- },
219325
- {
219326
- "tags": {},
219327
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
219328
- "description": "",
219329
- "displayName": "Field",
219330
- "methods": [],
219331
- "props": {
219332
- "name": {
219333
- "defaultValue": null,
219334
- "description": "",
219335
- "name": "name",
219336
- "declarations": [
219337
- {
219338
- "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",
219339
- "name": "TypeLiteral"
219340
- }
219341
- ],
219342
- "required": true,
219343
220137
  "type": {
219344
220138
  "name": "string"
219345
220139
  }
219346
220140
  },
219347
- "defaultValue": {
219348
- "defaultValue": null,
219349
- "description": "",
219350
- "name": "defaultValue",
219351
- "declarations": [
219352
- {
219353
- "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",
219354
- "name": "TypeLiteral"
219355
- }
219356
- ],
219357
- "required": false,
219358
- "type": {
219359
- "name": "any"
219360
- }
219361
- },
219362
- "disabled": {
219363
- "defaultValue": null,
219364
- "description": "",
219365
- "name": "disabled",
219366
- "declarations": [
219367
- {
219368
- "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",
219369
- "name": "TypeLiteral"
219370
- }
219371
- ],
219372
- "required": false,
219373
- "type": {
219374
- "name": "boolean"
219375
- }
219376
- },
219377
- "control": {
219378
- "defaultValue": null,
219379
- "description": "",
219380
- "name": "control",
219381
- "declarations": [
219382
- {
219383
- "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",
219384
- "name": "TypeLiteral"
219385
- }
219386
- ],
219387
- "required": false,
219388
- "type": {
219389
- "name": "Control<T, any, T>"
219390
- }
219391
- },
219392
- "rules": {
219393
- "defaultValue": null,
219394
- "description": "",
219395
- "name": "rules",
219396
- "declarations": [
219397
- {
219398
- "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",
219399
- "name": "TypeLiteral"
219400
- }
219401
- ],
219402
- "required": false,
219403
- "type": {
219404
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
219405
- }
219406
- },
219407
- "shouldUnregister": {
219408
- "defaultValue": null,
219409
- "description": "",
219410
- "name": "shouldUnregister",
219411
- "declarations": [
219412
- {
219413
- "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",
219414
- "name": "TypeLiteral"
219415
- }
219416
- ],
219417
- "required": false,
219418
- "type": {
219419
- "name": "boolean"
219420
- }
219421
- },
219422
- "children": {
219423
- "defaultValue": null,
219424
- "description": "",
219425
- "name": "children",
219426
- "declarations": [
219427
- {
219428
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
219429
- "name": "TypeLiteral"
219430
- }
219431
- ],
219432
- "required": false,
219433
- "type": {
219434
- "name": "ReactNode"
219435
- }
219436
- }
219437
- }
219438
- },
219439
- {
219440
- "tags": {},
219441
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
219442
- "description": "",
219443
- "displayName": "typedField",
219444
- "methods": [],
219445
- "props": {
219446
- "watch": {
219447
- "defaultValue": null,
219448
- "description": "",
219449
- "name": "watch",
219450
- "declarations": [
219451
- {
219452
- "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",
219453
- "name": "TypeLiteral"
219454
- }
219455
- ],
219456
- "required": true,
219457
- "type": {
219458
- "name": "UseFormWatch<T>"
219459
- }
219460
- },
219461
- "getValues": {
219462
- "defaultValue": null,
219463
- "description": "",
219464
- "name": "getValues",
219465
- "declarations": [
219466
- {
219467
- "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",
219468
- "name": "TypeLiteral"
219469
- }
219470
- ],
219471
- "required": true,
219472
- "type": {
219473
- "name": "UseFormGetValues<T>"
219474
- }
219475
- },
219476
- "getFieldState": {
219477
- "defaultValue": null,
219478
- "description": "",
219479
- "name": "getFieldState",
219480
- "declarations": [
219481
- {
219482
- "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",
219483
- "name": "TypeLiteral"
219484
- },
219485
- {
219486
- "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",
219487
- "name": "TypeLiteral"
219488
- }
219489
- ],
219490
- "required": true,
219491
- "type": {
219492
- "name": "UseFormGetFieldState<T>"
219493
- }
219494
- },
219495
- "setError": {
219496
- "defaultValue": null,
219497
- "description": "",
219498
- "name": "setError",
219499
- "declarations": [
219500
- {
219501
- "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",
219502
- "name": "TypeLiteral"
219503
- },
219504
- {
219505
- "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",
219506
- "name": "TypeLiteral"
219507
- }
219508
- ],
219509
- "required": true,
219510
- "type": {
219511
- "name": "UseFormSetError<T>"
219512
- }
219513
- },
219514
- "clearErrors": {
219515
- "defaultValue": null,
219516
- "description": "",
219517
- "name": "clearErrors",
219518
- "declarations": [
219519
- {
219520
- "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",
219521
- "name": "TypeLiteral"
219522
- }
219523
- ],
219524
- "required": true,
219525
- "type": {
219526
- "name": "UseFormClearErrors<T>"
219527
- }
219528
- },
219529
- "setValue": {
219530
- "defaultValue": null,
219531
- "description": "",
219532
- "name": "setValue",
219533
- "declarations": [
219534
- {
219535
- "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",
219536
- "name": "TypeLiteral"
219537
- }
219538
- ],
219539
- "required": true,
219540
- "type": {
219541
- "name": "UseFormSetValue<T>"
219542
- }
219543
- },
219544
- "trigger": {
219545
- "defaultValue": null,
219546
- "description": "",
219547
- "name": "trigger",
219548
- "declarations": [
219549
- {
219550
- "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",
219551
- "name": "TypeLiteral"
219552
- }
219553
- ],
219554
- "required": true,
219555
- "type": {
219556
- "name": "UseFormTrigger<T>"
219557
- }
219558
- },
219559
- "formState": {
219560
- "defaultValue": null,
219561
- "description": "",
219562
- "name": "formState",
219563
- "declarations": [
219564
- {
219565
- "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",
219566
- "name": "TypeLiteral"
219567
- }
219568
- ],
219569
- "required": true,
219570
- "type": {
219571
- "name": "FormState<T>"
219572
- }
219573
- },
219574
- "resetField": {
219575
- "defaultValue": null,
219576
- "description": "",
219577
- "name": "resetField",
219578
- "declarations": [
219579
- {
219580
- "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",
219581
- "name": "TypeLiteral"
219582
- }
219583
- ],
219584
- "required": true,
219585
- "type": {
219586
- "name": "UseFormResetField<T>"
219587
- }
219588
- },
219589
- "reset": {
219590
- "defaultValue": null,
219591
- "description": "",
219592
- "name": "reset",
219593
- "declarations": [
219594
- {
219595
- "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",
219596
- "name": "TypeLiteral"
219597
- }
219598
- ],
219599
- "required": true,
219600
- "type": {
219601
- "name": "UseFormReset<T>"
219602
- }
219603
- },
219604
- "handleSubmit": {
219605
- "defaultValue": null,
219606
- "description": "",
219607
- "name": "handleSubmit",
219608
- "declarations": [
219609
- {
219610
- "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",
219611
- "name": "TypeLiteral"
219612
- },
219613
- {
219614
- "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",
219615
- "name": "TypeLiteral"
219616
- }
219617
- ],
219618
- "required": true,
219619
- "type": {
219620
- "name": "UseFormHandleSubmit<T, T>"
219621
- }
219622
- },
219623
- "unregister": {
219624
- "defaultValue": null,
219625
- "description": "",
219626
- "name": "unregister",
219627
- "declarations": [
219628
- {
219629
- "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",
219630
- "name": "TypeLiteral"
219631
- },
219632
- {
219633
- "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",
219634
- "name": "TypeLiteral"
219635
- }
219636
- ],
219637
- "required": true,
219638
- "type": {
219639
- "name": "UseFormUnregister<T>"
219640
- }
219641
- },
219642
- "control": {
219643
- "defaultValue": null,
219644
- "description": "",
219645
- "name": "control",
219646
- "declarations": [
219647
- {
219648
- "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",
219649
- "name": "TypeLiteral"
219650
- }
219651
- ],
219652
- "required": true,
219653
- "type": {
219654
- "name": "Control<T, any, T>"
219655
- }
219656
- },
219657
- "register": {
219658
- "defaultValue": null,
219659
- "description": "",
219660
- "name": "register",
219661
- "declarations": [
219662
- {
219663
- "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",
219664
- "name": "TypeLiteral"
219665
- },
219666
- {
219667
- "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",
219668
- "name": "TypeLiteral"
219669
- }
219670
- ],
219671
- "required": true,
219672
- "type": {
219673
- "name": "UseFormRegister<T>"
219674
- }
219675
- },
219676
- "setFocus": {
219677
- "defaultValue": null,
219678
- "description": "",
219679
- "name": "setFocus",
219680
- "declarations": [
219681
- {
219682
- "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",
219683
- "name": "TypeLiteral"
219684
- }
219685
- ],
219686
- "required": true,
219687
- "type": {
219688
- "name": "UseFormSetFocus<T>"
219689
- }
219690
- },
219691
- "subscribe": {
219692
- "defaultValue": null,
219693
- "description": "",
219694
- "name": "subscribe",
219695
- "declarations": [
219696
- {
219697
- "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",
219698
- "name": "TypeLiteral"
219699
- }
219700
- ],
219701
- "required": true,
219702
- "type": {
219703
- "name": "UseFormSubscribe<T>"
219704
- }
219705
- },
219706
- "_subjects": {
219707
- "defaultValue": null,
219708
- "description": "",
219709
- "name": "_subjects",
219710
- "declarations": [
219711
- {
219712
- "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",
219713
- "name": "TypeLiteral"
219714
- }
219715
- ],
219716
- "required": true,
219717
- "type": {
219718
- "name": "Subjects<T>"
219719
- }
219720
- },
219721
- "_removeUnmounted": {
219722
- "defaultValue": null,
219723
- "description": "",
219724
- "name": "_removeUnmounted",
219725
- "declarations": [
219726
- {
219727
- "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",
219728
- "name": "TypeLiteral"
219729
- }
219730
- ],
219731
- "required": true,
219732
- "type": {
219733
- "name": "Noop"
219734
- }
219735
- },
219736
- "_names": {
219737
- "defaultValue": null,
219738
- "description": "",
219739
- "name": "_names",
219740
- "declarations": [
219741
- {
219742
- "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",
219743
- "name": "TypeLiteral"
219744
- }
219745
- ],
219746
- "required": true,
219747
- "type": {
219748
- "name": "Names"
219749
- }
219750
- },
219751
- "_state": {
219752
- "defaultValue": null,
219753
- "description": "",
219754
- "name": "_state",
219755
- "declarations": [
219756
- {
219757
- "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",
219758
- "name": "TypeLiteral"
219759
- }
219760
- ],
219761
- "required": true,
219762
- "type": {
219763
- "name": "{ mount: boolean; action: boolean; watch: boolean; }"
219764
- }
219765
- },
219766
- "_reset": {
219767
- "defaultValue": null,
219768
- "description": "",
219769
- "name": "_reset",
219770
- "declarations": [
219771
- {
219772
- "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",
219773
- "name": "TypeLiteral"
219774
- }
219775
- ],
219776
- "required": true,
219777
- "type": {
219778
- "name": "UseFormReset<T>"
219779
- }
219780
- },
219781
- "_options": {
219782
- "defaultValue": null,
219783
- "description": "",
219784
- "name": "_options",
219785
- "declarations": [
219786
- {
219787
- "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",
219788
- "name": "TypeLiteral"
219789
- }
219790
- ],
219791
- "required": true,
219792
- "type": {
219793
- "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
219794
- }
219795
- },
219796
- "_getDirty": {
219797
- "defaultValue": null,
219798
- "description": "",
219799
- "name": "_getDirty",
219800
- "declarations": [
219801
- {
219802
- "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",
219803
- "name": "TypeLiteral"
219804
- }
219805
- ],
219806
- "required": true,
219807
- "type": {
219808
- "name": "GetIsDirty"
219809
- }
219810
- },
219811
- "_resetDefaultValues": {
219812
- "defaultValue": null,
219813
- "description": "",
219814
- "name": "_resetDefaultValues",
219815
- "declarations": [
219816
- {
219817
- "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",
219818
- "name": "TypeLiteral"
219819
- }
219820
- ],
219821
- "required": true,
219822
- "type": {
219823
- "name": "Noop"
219824
- }
219825
- },
219826
- "_formState": {
219827
- "defaultValue": null,
219828
- "description": "",
219829
- "name": "_formState",
219830
- "declarations": [
219831
- {
219832
- "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",
219833
- "name": "TypeLiteral"
219834
- }
219835
- ],
219836
- "required": true,
219837
- "type": {
219838
- "name": "FormState<T>"
219839
- }
219840
- },
219841
- "_setValid": {
219842
- "defaultValue": null,
219843
- "description": "",
219844
- "name": "_setValid",
219845
- "declarations": [
219846
- {
219847
- "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",
219848
- "name": "TypeLiteral"
219849
- }
219850
- ],
219851
- "required": true,
219852
- "type": {
219853
- "name": "(shouldUpdateValid?: boolean | undefined) => void"
219854
- }
219855
- },
219856
- "_fields": {
219857
- "defaultValue": null,
219858
- "description": "",
219859
- "name": "_fields",
219860
- "declarations": [
219861
- {
219862
- "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",
219863
- "name": "TypeLiteral"
219864
- }
219865
- ],
219866
- "required": true,
219867
- "type": {
219868
- "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
219869
- }
219870
- },
219871
- "_formValues": {
219872
- "defaultValue": null,
219873
- "description": "",
219874
- "name": "_formValues",
219875
- "declarations": [
219876
- {
219877
- "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",
219878
- "name": "TypeLiteral"
219879
- }
219880
- ],
219881
- "required": true,
219882
- "type": {
219883
- "name": "FieldValues"
219884
- }
219885
- },
219886
- "_proxyFormState": {
219887
- "defaultValue": null,
219888
- "description": "",
219889
- "name": "_proxyFormState",
219890
- "declarations": [
219891
- {
219892
- "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",
219893
- "name": "TypeLiteral"
219894
- }
219895
- ],
219896
- "required": true,
219897
- "type": {
219898
- "name": "ReadFormState"
219899
- }
219900
- },
219901
- "_defaultValues": {
219902
- "defaultValue": null,
219903
- "description": "",
219904
- "name": "_defaultValues",
219905
- "declarations": [
219906
- {
219907
- "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",
219908
- "name": "TypeLiteral"
219909
- }
219910
- ],
219911
- "required": true,
219912
- "type": {
219913
- "name": "Partial<DefaultValues<T>>"
219914
- }
219915
- },
219916
- "_getWatch": {
219917
- "defaultValue": null,
219918
- "description": "",
219919
- "name": "_getWatch",
219920
- "declarations": [
219921
- {
219922
- "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",
219923
- "name": "TypeLiteral"
219924
- }
219925
- ],
219926
- "required": true,
219927
- "type": {
219928
- "name": "WatchInternal<T>"
219929
- }
219930
- },
219931
- "_setFieldArray": {
219932
- "defaultValue": null,
219933
- "description": "",
219934
- "name": "_setFieldArray",
219935
- "declarations": [
219936
- {
219937
- "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",
219938
- "name": "TypeLiteral"
219939
- }
219940
- ],
219941
- "required": true,
219942
- "type": {
219943
- "name": "BatchFieldArrayUpdate"
219944
- }
219945
- },
219946
- "_getFieldArray": {
219947
- "defaultValue": null,
219948
- "description": "",
219949
- "name": "_getFieldArray",
219950
- "declarations": [
219951
- {
219952
- "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",
219953
- "name": "TypeLiteral"
219954
- }
219955
- ],
219956
- "required": true,
219957
- "type": {
219958
- "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
219959
- }
219960
- },
219961
- "_setErrors": {
219962
- "defaultValue": null,
219963
- "description": "",
219964
- "name": "_setErrors",
219965
- "declarations": [
219966
- {
219967
- "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",
219968
- "name": "TypeLiteral"
219969
- }
219970
- ],
219971
- "required": true,
219972
- "type": {
219973
- "name": "(errors: FieldErrors<T>) => void"
219974
- }
219975
- },
219976
- "_setDisabledField": {
219977
- "defaultValue": null,
219978
- "description": "",
219979
- "name": "_setDisabledField",
219980
- "declarations": [
219981
- {
219982
- "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",
219983
- "name": "TypeLiteral"
219984
- }
219985
- ],
219986
- "required": true,
219987
- "type": {
219988
- "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
219989
- }
219990
- },
219991
- "_runSchema": {
219992
- "defaultValue": null,
219993
- "description": "",
219994
- "name": "_runSchema",
219995
- "declarations": [
219996
- {
219997
- "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",
219998
- "name": "TypeLiteral"
219999
- }
220000
- ],
220001
- "required": true,
220002
- "type": {
220003
- "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
220004
- }
220005
- },
220006
- "_focusError": {
220007
- "defaultValue": null,
220008
- "description": "",
220009
- "name": "_focusError",
220010
- "declarations": [
220011
- {
220012
- "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",
220013
- "name": "TypeLiteral"
220014
- }
220015
- ],
220016
- "required": true,
220017
- "type": {
220018
- "name": "() => boolean | undefined"
220019
- }
220020
- },
220021
- "_disableForm": {
220022
- "defaultValue": null,
220023
- "description": "",
220024
- "name": "_disableForm",
220025
- "declarations": [
220026
- {
220027
- "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",
220028
- "name": "TypeLiteral"
220029
- }
220030
- ],
220031
- "required": true,
220032
- "type": {
220033
- "name": "(disabled?: boolean | undefined) => void"
220034
- }
220035
- },
220036
- "_subscribe": {
220037
- "defaultValue": null,
220038
- "description": "",
220039
- "name": "_subscribe",
220040
- "declarations": [
220041
- {
220042
- "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",
220043
- "name": "TypeLiteral"
220044
- }
220045
- ],
220046
- "required": true,
220047
- "type": {
220048
- "name": "FromSubscribe<T>"
220049
- }
220050
- }
220051
- }
220052
- },
220053
- {
220054
- "tags": {},
220055
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220056
- "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",
220057
- "displayName": "AfterFormSubmitEffect",
220058
- "methods": [],
220059
- "props": {
220060
- "submitHandlerResultRef": {
220061
- "defaultValue": null,
220062
- "description": "",
220063
- "name": "submitHandlerResultRef",
220064
- "parent": {
220065
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220066
- "name": "Props"
220067
- },
220068
- "declarations": [
220069
- {
220070
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
220071
- "name": "Props"
220072
- }
220073
- ],
220074
- "required": true,
220075
- "type": {
220076
- "name": "RefObject<unknown>"
220077
- }
220078
- }
220079
- }
220080
- },
220081
- {
220082
- "tags": {},
220083
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220084
- "description": "",
220085
- "displayName": "SubmitButtonStateProvider",
220086
- "methods": [],
220087
- "props": {
220088
- "isAsyncSubmit": {
220141
+ "referrerPolicy": {
220089
220142
  "defaultValue": null,
220090
220143
  "description": "",
220091
- "name": "isAsyncSubmit",
220144
+ "name": "referrerPolicy",
220092
220145
  "parent": {
220093
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220094
- "name": "Props"
220146
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220147
+ "name": "ImgHTMLAttributes"
220095
220148
  },
220096
- "declarations": [
220097
- {
220098
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
220099
- "name": "Props"
220100
- }
220101
- ],
220102
- "required": true,
220103
- "type": {
220104
- "name": "MutableRefObject<boolean>"
220105
- }
220106
- },
220107
- "children": {
220108
- "defaultValue": null,
220109
- "description": "",
220110
- "name": "children",
220111
220149
  "declarations": [
220112
220150
  {
220113
220151
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220114
- "name": "TypeLiteral"
220152
+ "name": "ImgHTMLAttributes"
220115
220153
  }
220116
220154
  ],
220117
220155
  "required": false,
220118
220156
  "type": {
220119
- "name": "ReactNode"
220157
+ "name": "HTMLAttributeReferrerPolicy"
220120
220158
  }
220121
220159
  }
220122
220160
  }
@@ -242699,6 +242737,179 @@
242699
242737
  }
242700
242738
  }
242701
242739
  },
242740
+ {
242741
+ "tags": {
242742
+ "flr-generate": "all"
242743
+ },
242744
+ "filePath": "src/components/AreaChart/components/Line/Line.tsx",
242745
+ "description": "",
242746
+ "displayName": "Line",
242747
+ "methods": [],
242748
+ "props": {
242749
+ "color": {
242750
+ "defaultValue": {
242751
+ "value": "\"sea-green\""
242752
+ },
242753
+ "description": "The color of the line.",
242754
+ "name": "color",
242755
+ "parent": {
242756
+ "fileName": "src/components/AreaChart/components/Line/Line.tsx",
242757
+ "name": "LineProps"
242758
+ },
242759
+ "declarations": [
242760
+ {
242761
+ "fileName": "src/components/AreaChart/components/Line/Line.tsx",
242762
+ "name": "LineProps"
242763
+ }
242764
+ ],
242765
+ "required": false,
242766
+ "type": {
242767
+ "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
242768
+ }
242769
+ },
242770
+ "className": {
242771
+ "defaultValue": null,
242772
+ "description": "The HTML element's class name",
242773
+ "name": "className",
242774
+ "parent": {
242775
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
242776
+ "name": "SVGAttributes"
242777
+ },
242778
+ "declarations": [
242779
+ {
242780
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
242781
+ "name": "SVGAttributes"
242782
+ },
242783
+ {
242784
+ "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",
242785
+ "name": "BaseAxisProps"
242786
+ }
242787
+ ],
242788
+ "required": false,
242789
+ "type": {
242790
+ "name": "string"
242791
+ }
242792
+ },
242793
+ "type": {
242794
+ "defaultValue": null,
242795
+ "description": "",
242796
+ "name": "type",
242797
+ "parent": {
242798
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
242799
+ "name": "CurveProps"
242800
+ },
242801
+ "declarations": [
242802
+ {
242803
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
242804
+ "name": "CurveProps"
242805
+ },
242806
+ {
242807
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242808
+ "name": "LineProps"
242809
+ }
242810
+ ],
242811
+ "required": false,
242812
+ "type": {
242813
+ "name": "CurveType"
242814
+ }
242815
+ },
242816
+ "key": {
242817
+ "defaultValue": null,
242818
+ "description": "",
242819
+ "name": "key",
242820
+ "parent": {
242821
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
242822
+ "name": "Attributes"
242823
+ },
242824
+ "declarations": [
242825
+ {
242826
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
242827
+ "name": "Attributes"
242828
+ }
242829
+ ],
242830
+ "required": false,
242831
+ "type": {
242832
+ "name": "Key | null"
242833
+ }
242834
+ },
242835
+ "dataKey": {
242836
+ "defaultValue": null,
242837
+ "description": "",
242838
+ "name": "dataKey",
242839
+ "parent": {
242840
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242841
+ "name": "LineProps"
242842
+ },
242843
+ "declarations": [
242844
+ {
242845
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242846
+ "name": "LineProps"
242847
+ }
242848
+ ],
242849
+ "required": false,
242850
+ "type": {
242851
+ "name": "DataKey<any>"
242852
+ }
242853
+ },
242854
+ "unit": {
242855
+ "defaultValue": null,
242856
+ "description": "",
242857
+ "name": "unit",
242858
+ "parent": {
242859
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242860
+ "name": "LineProps"
242861
+ },
242862
+ "declarations": [
242863
+ {
242864
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242865
+ "name": "LineProps"
242866
+ }
242867
+ ],
242868
+ "required": false,
242869
+ "type": {
242870
+ "name": "string | number"
242871
+ }
242872
+ },
242873
+ "xAxisId": {
242874
+ "defaultValue": null,
242875
+ "description": "",
242876
+ "name": "xAxisId",
242877
+ "parent": {
242878
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242879
+ "name": "LineProps"
242880
+ },
242881
+ "declarations": [
242882
+ {
242883
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242884
+ "name": "LineProps"
242885
+ }
242886
+ ],
242887
+ "required": false,
242888
+ "type": {
242889
+ "name": "AxisId"
242890
+ }
242891
+ },
242892
+ "yAxisId": {
242893
+ "defaultValue": null,
242894
+ "description": "",
242895
+ "name": "yAxisId",
242896
+ "parent": {
242897
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242898
+ "name": "LineProps"
242899
+ },
242900
+ "declarations": [
242901
+ {
242902
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
242903
+ "name": "LineProps"
242904
+ }
242905
+ ],
242906
+ "required": false,
242907
+ "type": {
242908
+ "name": "AxisId"
242909
+ }
242910
+ }
242911
+ }
242912
+ },
242702
242913
  {
242703
242914
  "tags": {},
242704
242915
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AreaChart/components/AreaDot/AreaDot.tsx",
@@ -252140,10 +252351,10 @@
252140
252351
  "name": "DataKey<any>"
252141
252352
  }
252142
252353
  },
252143
- "stackId": {
252354
+ "unit": {
252144
252355
  "defaultValue": null,
252145
252356
  "description": "",
252146
- "name": "stackId",
252357
+ "name": "unit",
252147
252358
  "parent": {
252148
252359
  "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
252149
252360
  "name": "AreaProps"
@@ -252197,10 +252408,10 @@
252197
252408
  "name": "string | number"
252198
252409
  }
252199
252410
  },
252200
- "unit": {
252411
+ "stackId": {
252201
252412
  "defaultValue": null,
252202
252413
  "description": "",
252203
- "name": "unit",
252414
+ "name": "stackId",
252204
252415
  "parent": {
252205
252416
  "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
252206
252417
  "name": "AreaProps"