@mittwald/flow-react-components 0.2.0-alpha.906 → 0.2.0-alpha.915

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 (41) hide show
  1. package/AGENTS.md +1 -1
  2. package/CHANGELOG.md +44 -0
  3. package/MIGRATION.md +26 -0
  4. package/dist/assets/doc-properties.json +1863 -1844
  5. package/dist/css/all-layered.css +3 -0
  6. package/dist/css/all.css +11 -1
  7. package/dist/js/default.mjs +0 -1
  8. package/dist/js/default.mjs.map +1 -1
  9. package/dist/js/flr-universal.mjs +0 -1
  10. package/dist/js/flr-universal.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs +22 -6
  12. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +1 -0
  14. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +1 -0
  16. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  17. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs +1 -0
  18. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  19. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs +1 -0
  20. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs.map +1 -1
  21. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs +1 -0
  22. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs.map +1 -1
  23. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +1 -1
  24. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs.map +1 -1
  25. package/dist/js/password-tools.mjs +9 -0
  26. package/dist/js/password-tools.mjs.map +1 -0
  27. package/dist/types/components/Avatar/Avatar.browser.test.d.ts +2 -0
  28. package/dist/types/components/Avatar/Avatar.browser.test.d.ts.map +1 -0
  29. package/dist/types/components/Avatar/Avatar.d.ts +7 -0
  30. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  31. package/dist/types/components/Avatar/stories/Default.stories.d.ts +1 -0
  32. package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +1 -1
  33. package/dist/types/components/public.d.ts +0 -1
  34. package/dist/types/components/public.d.ts.map +1 -1
  35. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +1 -0
  36. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  37. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts +2 -0
  38. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts.map +1 -0
  39. package/package.json +9 -8
  40. package/dist/js/@mittwald/password-tools-js.mjs +0 -8
  41. package/dist/js/@mittwald/password-tools-js.mjs.map +0 -1
@@ -320,112 +320,6 @@
320
320
  }
321
321
  }
322
322
  },
323
- {
324
- "tags": {
325
- "flr-generate": "all"
326
- },
327
- "filePath": "src/components/Truncate/Truncate.tsx",
328
- "description": "",
329
- "displayName": "Truncate",
330
- "methods": [],
331
- "props": {
332
- "title": {
333
- "defaultValue": null,
334
- "description": "",
335
- "name": "title",
336
- "parent": {
337
- "fileName": "src/components/Truncate/Truncate.tsx",
338
- "name": "TruncateProps"
339
- },
340
- "declarations": [
341
- {
342
- "fileName": "src/components/Truncate/Truncate.tsx",
343
- "name": "TruncateProps"
344
- }
345
- ],
346
- "required": false,
347
- "type": {
348
- "name": "string"
349
- }
350
- },
351
- "children": {
352
- "defaultValue": null,
353
- "description": "",
354
- "name": "children",
355
- "declarations": [
356
- {
357
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
358
- "name": "TypeLiteral"
359
- }
360
- ],
361
- "required": false,
362
- "type": {
363
- "name": "ReactNode"
364
- }
365
- },
366
- "className": {
367
- "defaultValue": null,
368
- "description": "The elements class name.",
369
- "name": "className",
370
- "parent": {
371
- "fileName": "components/src/lib/types/props.ts",
372
- "name": "PropsWithClassName"
373
- },
374
- "declarations": [
375
- {
376
- "fileName": "components/src/lib/types/props.ts",
377
- "name": "PropsWithClassName"
378
- }
379
- ],
380
- "required": false,
381
- "type": {
382
- "name": "string"
383
- }
384
- },
385
- "offset": {
386
- "defaultValue": {
387
- "value": "8"
388
- },
389
- "description": "the position(from the end) of the ellipsis that shows in text",
390
- "name": "offset",
391
- "parent": {
392
- "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
393
- "name": "TruncateProps"
394
- },
395
- "declarations": [
396
- {
397
- "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
398
- "name": "TruncateProps"
399
- }
400
- ],
401
- "required": false,
402
- "type": {
403
- "name": "number"
404
- }
405
- },
406
- "ellipsis": {
407
- "defaultValue": {
408
- "value": "..."
409
- },
410
- "description": "Ellipsis that is added into the text in case it is truncated",
411
- "name": "ellipsis",
412
- "parent": {
413
- "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
414
- "name": "TruncateProps"
415
- },
416
- "declarations": [
417
- {
418
- "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
419
- "name": "TruncateProps"
420
- }
421
- ],
422
- "required": false,
423
- "type": {
424
- "name": "string"
425
- }
426
- }
427
- }
428
- },
429
323
  {
430
324
  "tags": {
431
325
  "flr-generate": "all"
@@ -499,27 +393,6 @@
499
393
  "displayName": "Tooltip",
500
394
  "methods": [],
501
395
  "props": {
502
- "offset": {
503
- "defaultValue": {
504
- "value": "0"
505
- },
506
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
507
- "name": "offset",
508
- "parent": {
509
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
510
- "name": "PositionProps"
511
- },
512
- "declarations": [
513
- {
514
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
515
- "name": "PositionProps"
516
- }
517
- ],
518
- "required": false,
519
- "type": {
520
- "name": "number"
521
- }
522
- },
523
396
  "translate": {
524
397
  "defaultValue": null,
525
398
  "description": "",
@@ -701,6 +574,27 @@
701
574
  "name": "number"
702
575
  }
703
576
  },
577
+ "offset": {
578
+ "defaultValue": {
579
+ "value": "0"
580
+ },
581
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
582
+ "name": "offset",
583
+ "parent": {
584
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
585
+ "name": "PositionProps"
586
+ },
587
+ "declarations": [
588
+ {
589
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
590
+ "name": "PositionProps"
591
+ }
592
+ ],
593
+ "required": false,
594
+ "type": {
595
+ "name": "number"
596
+ }
597
+ },
704
598
  "crossOffset": {
705
599
  "defaultValue": {
706
600
  "value": "0"
@@ -2223,6 +2117,112 @@
2223
2117
  }
2224
2118
  }
2225
2119
  },
2120
+ {
2121
+ "tags": {
2122
+ "flr-generate": "all"
2123
+ },
2124
+ "filePath": "src/components/Truncate/Truncate.tsx",
2125
+ "description": "",
2126
+ "displayName": "Truncate",
2127
+ "methods": [],
2128
+ "props": {
2129
+ "title": {
2130
+ "defaultValue": null,
2131
+ "description": "",
2132
+ "name": "title",
2133
+ "parent": {
2134
+ "fileName": "src/components/Truncate/Truncate.tsx",
2135
+ "name": "TruncateProps"
2136
+ },
2137
+ "declarations": [
2138
+ {
2139
+ "fileName": "src/components/Truncate/Truncate.tsx",
2140
+ "name": "TruncateProps"
2141
+ }
2142
+ ],
2143
+ "required": false,
2144
+ "type": {
2145
+ "name": "string"
2146
+ }
2147
+ },
2148
+ "children": {
2149
+ "defaultValue": null,
2150
+ "description": "",
2151
+ "name": "children",
2152
+ "declarations": [
2153
+ {
2154
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
2155
+ "name": "TypeLiteral"
2156
+ }
2157
+ ],
2158
+ "required": false,
2159
+ "type": {
2160
+ "name": "ReactNode"
2161
+ }
2162
+ },
2163
+ "className": {
2164
+ "defaultValue": null,
2165
+ "description": "The elements class name.",
2166
+ "name": "className",
2167
+ "parent": {
2168
+ "fileName": "components/src/lib/types/props.ts",
2169
+ "name": "PropsWithClassName"
2170
+ },
2171
+ "declarations": [
2172
+ {
2173
+ "fileName": "components/src/lib/types/props.ts",
2174
+ "name": "PropsWithClassName"
2175
+ }
2176
+ ],
2177
+ "required": false,
2178
+ "type": {
2179
+ "name": "string"
2180
+ }
2181
+ },
2182
+ "offset": {
2183
+ "defaultValue": {
2184
+ "value": "8"
2185
+ },
2186
+ "description": "the position(from the end) of the ellipsis that shows in text",
2187
+ "name": "offset",
2188
+ "parent": {
2189
+ "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
2190
+ "name": "TruncateProps"
2191
+ },
2192
+ "declarations": [
2193
+ {
2194
+ "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
2195
+ "name": "TruncateProps"
2196
+ }
2197
+ ],
2198
+ "required": false,
2199
+ "type": {
2200
+ "name": "number"
2201
+ }
2202
+ },
2203
+ "ellipsis": {
2204
+ "defaultValue": {
2205
+ "value": "..."
2206
+ },
2207
+ "description": "Ellipsis that is added into the text in case it is truncated",
2208
+ "name": "ellipsis",
2209
+ "parent": {
2210
+ "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
2211
+ "name": "TruncateProps"
2212
+ },
2213
+ "declarations": [
2214
+ {
2215
+ "fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.7/node_modules/react-truncate-inside/es/index.d.ts",
2216
+ "name": "TruncateProps"
2217
+ }
2218
+ ],
2219
+ "required": false,
2220
+ "type": {
2221
+ "name": "string"
2222
+ }
2223
+ }
2224
+ }
2225
+ },
2226
2226
  {
2227
2227
  "tags": {
2228
2228
  "flr-generate": "all"
@@ -52340,27 +52340,6 @@
52340
52340
  "name": "string | number"
52341
52341
  }
52342
52342
  },
52343
- "offset": {
52344
- "defaultValue": {
52345
- "value": "8"
52346
- },
52347
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
52348
- "name": "offset",
52349
- "parent": {
52350
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
52351
- "name": "PopoverProps"
52352
- },
52353
- "declarations": [
52354
- {
52355
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
52356
- "name": "PopoverProps"
52357
- }
52358
- ],
52359
- "required": false,
52360
- "type": {
52361
- "name": "number"
52362
- }
52363
- },
52364
52343
  "translate": {
52365
52344
  "defaultValue": null,
52366
52345
  "description": "",
@@ -52542,6 +52521,27 @@
52542
52521
  "name": "number"
52543
52522
  }
52544
52523
  },
52524
+ "offset": {
52525
+ "defaultValue": {
52526
+ "value": "8"
52527
+ },
52528
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
52529
+ "name": "offset",
52530
+ "parent": {
52531
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
52532
+ "name": "PopoverProps"
52533
+ },
52534
+ "declarations": [
52535
+ {
52536
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
52537
+ "name": "PopoverProps"
52538
+ }
52539
+ ],
52540
+ "required": false,
52541
+ "type": {
52542
+ "name": "number"
52543
+ }
52544
+ },
52545
52545
  "crossOffset": {
52546
52546
  "defaultValue": {
52547
52547
  "value": "0"
@@ -57334,27 +57334,6 @@
57334
57334
  "name": "string | number"
57335
57335
  }
57336
57336
  },
57337
- "offset": {
57338
- "defaultValue": {
57339
- "value": "8"
57340
- },
57341
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
57342
- "name": "offset",
57343
- "parent": {
57344
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
57345
- "name": "PopoverProps"
57346
- },
57347
- "declarations": [
57348
- {
57349
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
57350
- "name": "PopoverProps"
57351
- }
57352
- ],
57353
- "required": false,
57354
- "type": {
57355
- "name": "number"
57356
- }
57357
- },
57358
57337
  "translate": {
57359
57338
  "defaultValue": null,
57360
57339
  "description": "",
@@ -57536,6 +57515,27 @@
57536
57515
  "name": "number"
57537
57516
  }
57538
57517
  },
57518
+ "offset": {
57519
+ "defaultValue": {
57520
+ "value": "8"
57521
+ },
57522
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
57523
+ "name": "offset",
57524
+ "parent": {
57525
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
57526
+ "name": "PopoverProps"
57527
+ },
57528
+ "declarations": [
57529
+ {
57530
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
57531
+ "name": "PopoverProps"
57532
+ }
57533
+ ],
57534
+ "required": false,
57535
+ "type": {
57536
+ "name": "number"
57537
+ }
57538
+ },
57539
57539
  "crossOffset": {
57540
57540
  "defaultValue": {
57541
57541
  "value": "0"
@@ -90586,23 +90586,23 @@
90586
90586
  "name": "ReactNode"
90587
90587
  }
90588
90588
  },
90589
- "width": {
90589
+ "className": {
90590
90590
  "defaultValue": null,
90591
90591
  "description": "",
90592
- "name": "width",
90592
+ "name": "className",
90593
90593
  "parent": {
90594
90594
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
90595
- "name": "SVGAttributes"
90595
+ "name": "HTMLAttributes"
90596
90596
  },
90597
90597
  "declarations": [
90598
90598
  {
90599
90599
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
90600
- "name": "SVGAttributes"
90600
+ "name": "HTMLAttributes"
90601
90601
  }
90602
90602
  ],
90603
90603
  "required": false,
90604
90604
  "type": {
90605
- "name": "string | number"
90605
+ "name": "string"
90606
90606
  }
90607
90607
  },
90608
90608
  "offset": {
@@ -90624,25 +90624,6 @@
90624
90624
  "name": "string | number"
90625
90625
  }
90626
90626
  },
90627
- "className": {
90628
- "defaultValue": null,
90629
- "description": "",
90630
- "name": "className",
90631
- "parent": {
90632
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
90633
- "name": "HTMLAttributes"
90634
- },
90635
- "declarations": [
90636
- {
90637
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
90638
- "name": "HTMLAttributes"
90639
- }
90640
- ],
90641
- "required": false,
90642
- "type": {
90643
- "name": "string"
90644
- }
90645
- },
90646
90627
  "aria-label": {
90647
90628
  "defaultValue": null,
90648
90629
  "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
@@ -91992,6 +91973,25 @@
91992
91973
  "name": "string | number"
91993
91974
  }
91994
91975
  },
91976
+ "width": {
91977
+ "defaultValue": null,
91978
+ "description": "",
91979
+ "name": "width",
91980
+ "parent": {
91981
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
91982
+ "name": "SVGAttributes"
91983
+ },
91984
+ "declarations": [
91985
+ {
91986
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
91987
+ "name": "SVGAttributes"
91988
+ }
91989
+ ],
91990
+ "required": false,
91991
+ "type": {
91992
+ "name": "string | number"
91993
+ }
91994
+ },
91995
91995
  "onFocus": {
91996
91996
  "defaultValue": null,
91997
91997
  "description": "",
@@ -119503,25 +119503,6 @@
119503
119503
  "name": "ReactNode"
119504
119504
  }
119505
119505
  },
119506
- "width": {
119507
- "defaultValue": null,
119508
- "description": "",
119509
- "name": "width",
119510
- "parent": {
119511
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
119512
- "name": "SVGAttributes"
119513
- },
119514
- "declarations": [
119515
- {
119516
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
119517
- "name": "SVGAttributes"
119518
- }
119519
- ],
119520
- "required": false,
119521
- "type": {
119522
- "name": "string | number"
119523
- }
119524
- },
119525
119506
  "translate": {
119526
119507
  "defaultValue": null,
119527
119508
  "description": "",
@@ -120947,6 +120928,25 @@
120947
120928
  "name": "TransitionEventHandler<HTMLElement>"
120948
120929
  }
120949
120930
  },
120931
+ "width": {
120932
+ "defaultValue": null,
120933
+ "description": "",
120934
+ "name": "width",
120935
+ "parent": {
120936
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
120937
+ "name": "SVGAttributes"
120938
+ },
120939
+ "declarations": [
120940
+ {
120941
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
120942
+ "name": "SVGAttributes"
120943
+ }
120944
+ ],
120945
+ "required": false,
120946
+ "type": {
120947
+ "name": "string | number"
120948
+ }
120949
+ },
120950
120950
  "key": {
120951
120951
  "defaultValue": null,
120952
120952
  "description": "",
@@ -130511,23 +130511,23 @@
130511
130511
  "name": "ReactNode"
130512
130512
  }
130513
130513
  },
130514
- "width": {
130514
+ "className": {
130515
130515
  "defaultValue": null,
130516
130516
  "description": "",
130517
- "name": "width",
130517
+ "name": "className",
130518
130518
  "parent": {
130519
130519
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
130520
- "name": "SVGAttributes"
130520
+ "name": "HTMLAttributes"
130521
130521
  },
130522
130522
  "declarations": [
130523
130523
  {
130524
130524
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
130525
- "name": "SVGAttributes"
130525
+ "name": "HTMLAttributes"
130526
130526
  }
130527
130527
  ],
130528
130528
  "required": false,
130529
130529
  "type": {
130530
- "name": "string | number"
130530
+ "name": "string"
130531
130531
  }
130532
130532
  },
130533
130533
  "offset": {
@@ -130549,25 +130549,6 @@
130549
130549
  "name": "string | number"
130550
130550
  }
130551
130551
  },
130552
- "className": {
130553
- "defaultValue": null,
130554
- "description": "",
130555
- "name": "className",
130556
- "parent": {
130557
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
130558
- "name": "HTMLAttributes"
130559
- },
130560
- "declarations": [
130561
- {
130562
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
130563
- "name": "HTMLAttributes"
130564
- }
130565
- ],
130566
- "required": false,
130567
- "type": {
130568
- "name": "string"
130569
- }
130570
- },
130571
130552
  "aria-label": {
130572
130553
  "defaultValue": null,
130573
130554
  "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
@@ -131917,6 +131898,25 @@
131917
131898
  "name": "string | number"
131918
131899
  }
131919
131900
  },
131901
+ "width": {
131902
+ "defaultValue": null,
131903
+ "description": "",
131904
+ "name": "width",
131905
+ "parent": {
131906
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
131907
+ "name": "SVGAttributes"
131908
+ },
131909
+ "declarations": [
131910
+ {
131911
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
131912
+ "name": "SVGAttributes"
131913
+ }
131914
+ ],
131915
+ "required": false,
131916
+ "type": {
131917
+ "name": "string | number"
131918
+ }
131919
+ },
131920
131920
  "onFocus": {
131921
131921
  "defaultValue": null,
131922
131922
  "description": "",
@@ -203031,46 +203031,6 @@
203031
203031
  "name": "ReactNode"
203032
203032
  }
203033
203033
  },
203034
- "width": {
203035
- "defaultValue": null,
203036
- "description": "A fixed width for the popover.",
203037
- "name": "width",
203038
- "parent": {
203039
- "fileName": "components/src/components/Popover/Popover.tsx",
203040
- "name": "PopoverProps"
203041
- },
203042
- "declarations": [
203043
- {
203044
- "fileName": "components/src/components/Popover/Popover.tsx",
203045
- "name": "PopoverProps"
203046
- }
203047
- ],
203048
- "required": false,
203049
- "type": {
203050
- "name": "string | number"
203051
- }
203052
- },
203053
- "offset": {
203054
- "defaultValue": {
203055
- "value": "8"
203056
- },
203057
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
203058
- "name": "offset",
203059
- "parent": {
203060
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
203061
- "name": "PopoverProps"
203062
- },
203063
- "declarations": [
203064
- {
203065
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
203066
- "name": "PopoverProps"
203067
- }
203068
- ],
203069
- "required": false,
203070
- "type": {
203071
- "name": "number"
203072
- }
203073
- },
203074
203034
  "translate": {
203075
203035
  "defaultValue": null,
203076
203036
  "description": "",
@@ -203252,6 +203212,27 @@
203252
203212
  "name": "number"
203253
203213
  }
203254
203214
  },
203215
+ "offset": {
203216
+ "defaultValue": {
203217
+ "value": "8"
203218
+ },
203219
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
203220
+ "name": "offset",
203221
+ "parent": {
203222
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
203223
+ "name": "PopoverProps"
203224
+ },
203225
+ "declarations": [
203226
+ {
203227
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
203228
+ "name": "PopoverProps"
203229
+ }
203230
+ ],
203231
+ "required": false,
203232
+ "type": {
203233
+ "name": "number"
203234
+ }
203235
+ },
203255
203236
  "crossOffset": {
203256
203237
  "defaultValue": {
203257
203238
  "value": "0"
@@ -204757,6 +204738,25 @@
204757
204738
  "name": "TransitionEventHandler<HTMLDivElement>"
204758
204739
  }
204759
204740
  },
204741
+ "width": {
204742
+ "defaultValue": null,
204743
+ "description": "A fixed width for the popover.",
204744
+ "name": "width",
204745
+ "parent": {
204746
+ "fileName": "components/src/components/Popover/Popover.tsx",
204747
+ "name": "PopoverProps"
204748
+ },
204749
+ "declarations": [
204750
+ {
204751
+ "fileName": "components/src/components/Popover/Popover.tsx",
204752
+ "name": "PopoverProps"
204753
+ }
204754
+ ],
204755
+ "required": false,
204756
+ "type": {
204757
+ "name": "string | number"
204758
+ }
204759
+ },
204760
204760
  "wrapWith": {
204761
204761
  "defaultValue": null,
204762
204762
  "description": "",
@@ -205154,27 +205154,6 @@
205154
205154
  "name": "ReactNode"
205155
205155
  }
205156
205156
  },
205157
- "offset": {
205158
- "defaultValue": {
205159
- "value": "8"
205160
- },
205161
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
205162
- "name": "offset",
205163
- "parent": {
205164
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
205165
- "name": "PopoverProps"
205166
- },
205167
- "declarations": [
205168
- {
205169
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
205170
- "name": "PopoverProps"
205171
- }
205172
- ],
205173
- "required": false,
205174
- "type": {
205175
- "name": "number"
205176
- }
205177
- },
205178
205157
  "translate": {
205179
205158
  "defaultValue": null,
205180
205159
  "description": "",
@@ -205356,6 +205335,27 @@
205356
205335
  "name": "number"
205357
205336
  }
205358
205337
  },
205338
+ "offset": {
205339
+ "defaultValue": {
205340
+ "value": "8"
205341
+ },
205342
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
205343
+ "name": "offset",
205344
+ "parent": {
205345
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
205346
+ "name": "PopoverProps"
205347
+ },
205348
+ "declarations": [
205349
+ {
205350
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Popover.d.ts",
205351
+ "name": "PopoverProps"
205352
+ }
205353
+ ],
205354
+ "required": false,
205355
+ "type": {
205356
+ "name": "number"
205357
+ }
205358
+ },
205359
205359
  "crossOffset": {
205360
205360
  "defaultValue": {
205361
205361
  "value": "0"
@@ -220775,25 +220775,6 @@
220775
220775
  "name": "ReactNode"
220776
220776
  }
220777
220777
  },
220778
- "width": {
220779
- "defaultValue": null,
220780
- "description": "",
220781
- "name": "width",
220782
- "parent": {
220783
- "fileName": "flow/node_modules/.pnpm/@uiw+react-codemirror@4.25.10_@babel+runtime@7.29.7_@codemirror+autocomplete@6.20.3_@co_56193f56d9d7636dfee7f20e76f41b98/node_modules/@uiw/react-codemirror/esm/index.d.ts",
220784
- "name": "ReactCodeMirrorProps"
220785
- },
220786
- "declarations": [
220787
- {
220788
- "fileName": "flow/node_modules/.pnpm/@uiw+react-codemirror@4.25.10_@babel+runtime@7.29.7_@codemirror+autocomplete@6.20.3_@co_56193f56d9d7636dfee7f20e76f41b98/node_modules/@uiw/react-codemirror/esm/index.d.ts",
220789
- "name": "ReactCodeMirrorProps"
220790
- }
220791
- ],
220792
- "required": false,
220793
- "type": {
220794
- "name": "string"
220795
- }
220796
- },
220797
220778
  "translate": {
220798
220779
  "defaultValue": null,
220799
220780
  "description": "",
@@ -222181,6 +222162,25 @@
222181
222162
  "name": "TransitionEventHandler<HTMLElement>"
222182
222163
  }
222183
222164
  },
222165
+ "width": {
222166
+ "defaultValue": null,
222167
+ "description": "",
222168
+ "name": "width",
222169
+ "parent": {
222170
+ "fileName": "flow/node_modules/.pnpm/@uiw+react-codemirror@4.25.10_@babel+runtime@7.29.7_@codemirror+autocomplete@6.20.3_@co_56193f56d9d7636dfee7f20e76f41b98/node_modules/@uiw/react-codemirror/esm/index.d.ts",
222171
+ "name": "ReactCodeMirrorProps"
222172
+ },
222173
+ "declarations": [
222174
+ {
222175
+ "fileName": "flow/node_modules/.pnpm/@uiw+react-codemirror@4.25.10_@babel+runtime@7.29.7_@codemirror+autocomplete@6.20.3_@co_56193f56d9d7636dfee7f20e76f41b98/node_modules/@uiw/react-codemirror/esm/index.d.ts",
222176
+ "name": "ReactCodeMirrorProps"
222177
+ }
222178
+ ],
222179
+ "required": false,
222180
+ "type": {
222181
+ "name": "string"
222182
+ }
222183
+ },
222184
222184
  "autoFocus": {
222185
222185
  "defaultValue": null,
222186
222186
  "description": "focus on the editor.",
@@ -237614,33 +237614,18 @@
237614
237614
  "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
237615
237615
  }
237616
237616
  },
237617
- "children": {
237618
- "defaultValue": null,
237619
- "description": "",
237620
- "name": "children",
237621
- "declarations": [
237622
- {
237623
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237624
- "name": "TypeLiteral"
237625
- }
237626
- ],
237627
- "required": false,
237628
- "type": {
237629
- "name": "ReactNode"
237630
- }
237631
- },
237632
- "className": {
237617
+ "label": {
237633
237618
  "defaultValue": null,
237634
- "description": "The elements class name.",
237635
- "name": "className",
237619
+ "description": "A descriptive label that assistive technology announces for the avatar\n(e.g. the name of the represented person or entity). When set, the avatar\nis exposed as a single image with this label. When omitted, the avatar is\ntreated as purely decorative and hidden from assistive technology.",
237620
+ "name": "label",
237636
237621
  "parent": {
237637
- "fileName": "components/src/lib/types/props.ts",
237638
- "name": "PropsWithClassName"
237622
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
237623
+ "name": "AvatarProps"
237639
237624
  },
237640
237625
  "declarations": [
237641
237626
  {
237642
- "fileName": "components/src/lib/types/props.ts",
237643
- "name": "PropsWithClassName"
237627
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
237628
+ "name": "AvatarProps"
237644
237629
  }
237645
237630
  ],
237646
237631
  "required": false,
@@ -237648,93 +237633,6 @@
237648
237633
  "name": "string"
237649
237634
  }
237650
237635
  },
237651
- "wrapWith": {
237652
- "defaultValue": null,
237653
- "description": "",
237654
- "name": "wrapWith",
237655
- "parent": {
237656
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
237657
- "name": "FlowComponentProps"
237658
- },
237659
- "declarations": [
237660
- {
237661
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
237662
- "name": "FlowComponentProps"
237663
- }
237664
- ],
237665
- "required": false,
237666
- "type": {
237667
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
237668
- }
237669
- },
237670
- "tunnel": {
237671
- "defaultValue": null,
237672
- "description": "@internal",
237673
- "name": "tunnel",
237674
- "parent": {
237675
- "fileName": "components/src/lib/types/props.ts",
237676
- "name": "PropsWithTunnel"
237677
- },
237678
- "declarations": [
237679
- {
237680
- "fileName": "components/src/lib/types/props.ts",
237681
- "name": "PropsWithTunnel"
237682
- }
237683
- ],
237684
- "required": false,
237685
- "type": {
237686
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
237687
- }
237688
- },
237689
- "ref": {
237690
- "defaultValue": null,
237691
- "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}",
237692
- "name": "ref",
237693
- "parent": {
237694
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237695
- "name": "RefAttributes"
237696
- },
237697
- "declarations": [
237698
- {
237699
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237700
- "name": "RefAttributes"
237701
- }
237702
- ],
237703
- "required": false,
237704
- "type": {
237705
- "name": "Ref<HTMLSpanElement>"
237706
- }
237707
- },
237708
- "key": {
237709
- "defaultValue": null,
237710
- "description": "",
237711
- "name": "key",
237712
- "parent": {
237713
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237714
- "name": "Attributes"
237715
- },
237716
- "declarations": [
237717
- {
237718
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237719
- "name": "Attributes"
237720
- }
237721
- ],
237722
- "required": false,
237723
- "type": {
237724
- "name": "Key | null"
237725
- }
237726
- }
237727
- }
237728
- },
237729
- {
237730
- "tags": {
237731
- "flr-generate": "all"
237732
- },
237733
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
237734
- "description": "",
237735
- "displayName": "Autocomplete",
237736
- "methods": [],
237737
- "props": {
237738
237636
  "children": {
237739
237637
  "defaultValue": null,
237740
237638
  "description": "",
@@ -237844,86 +237742,6 @@
237844
237742
  "type": {
237845
237743
  "name": "Key | null"
237846
237744
  }
237847
- },
237848
- "slot": {
237849
- "defaultValue": null,
237850
- "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
237851
- "name": "slot",
237852
- "parent": {
237853
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
237854
- "name": "SlotProps"
237855
- },
237856
- "declarations": [
237857
- {
237858
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
237859
- "name": "SlotProps"
237860
- }
237861
- ],
237862
- "required": false,
237863
- "type": {
237864
- "name": "string | null"
237865
- }
237866
- },
237867
- "filter": {
237868
- "defaultValue": null,
237869
- "description": "An optional filter function used to determine if a option should be included in the\nautocomplete list. Include this if the items you are providing to your wrapped collection\naren't filtered by default.",
237870
- "name": "filter",
237871
- "parent": {
237872
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237873
- "name": "AriaAutocompleteProps"
237874
- },
237875
- "declarations": [
237876
- {
237877
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237878
- "name": "AriaAutocompleteProps"
237879
- }
237880
- ],
237881
- "required": false,
237882
- "type": {
237883
- "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
237884
- }
237885
- },
237886
- "disableAutoFocusFirst": {
237887
- "defaultValue": {
237888
- "value": "false"
237889
- },
237890
- "description": "Whether or not to focus the first item in the collection after a filter is performed. Note this\nis only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.",
237891
- "name": "disableAutoFocusFirst",
237892
- "parent": {
237893
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237894
- "name": "AriaAutocompleteProps"
237895
- },
237896
- "declarations": [
237897
- {
237898
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237899
- "name": "AriaAutocompleteProps"
237900
- }
237901
- ],
237902
- "required": false,
237903
- "type": {
237904
- "name": "boolean"
237905
- }
237906
- },
237907
- "disableVirtualFocus": {
237908
- "defaultValue": {
237909
- "value": "false"
237910
- },
237911
- "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection\ndirectly tabbable.",
237912
- "name": "disableVirtualFocus",
237913
- "parent": {
237914
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237915
- "name": "AriaAutocompleteProps"
237916
- },
237917
- "declarations": [
237918
- {
237919
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237920
- "name": "AriaAutocompleteProps"
237921
- }
237922
- ],
237923
- "required": false,
237924
- "type": {
237925
- "name": "boolean"
237926
- }
237927
237745
  }
237928
237746
  }
237929
237747
  },
@@ -237931,9 +237749,210 @@
237931
237749
  "tags": {
237932
237750
  "flr-generate": "all"
237933
237751
  },
237934
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
237752
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
237935
237753
  "description": "",
237936
- "displayName": "Align",
237754
+ "displayName": "Autocomplete",
237755
+ "methods": [],
237756
+ "props": {
237757
+ "children": {
237758
+ "defaultValue": null,
237759
+ "description": "",
237760
+ "name": "children",
237761
+ "declarations": [
237762
+ {
237763
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237764
+ "name": "TypeLiteral"
237765
+ }
237766
+ ],
237767
+ "required": false,
237768
+ "type": {
237769
+ "name": "ReactNode"
237770
+ }
237771
+ },
237772
+ "className": {
237773
+ "defaultValue": null,
237774
+ "description": "The elements class name.",
237775
+ "name": "className",
237776
+ "parent": {
237777
+ "fileName": "components/src/lib/types/props.ts",
237778
+ "name": "PropsWithClassName"
237779
+ },
237780
+ "declarations": [
237781
+ {
237782
+ "fileName": "components/src/lib/types/props.ts",
237783
+ "name": "PropsWithClassName"
237784
+ }
237785
+ ],
237786
+ "required": false,
237787
+ "type": {
237788
+ "name": "string"
237789
+ }
237790
+ },
237791
+ "wrapWith": {
237792
+ "defaultValue": null,
237793
+ "description": "",
237794
+ "name": "wrapWith",
237795
+ "parent": {
237796
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
237797
+ "name": "FlowComponentProps"
237798
+ },
237799
+ "declarations": [
237800
+ {
237801
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
237802
+ "name": "FlowComponentProps"
237803
+ }
237804
+ ],
237805
+ "required": false,
237806
+ "type": {
237807
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
237808
+ }
237809
+ },
237810
+ "tunnel": {
237811
+ "defaultValue": null,
237812
+ "description": "@internal",
237813
+ "name": "tunnel",
237814
+ "parent": {
237815
+ "fileName": "components/src/lib/types/props.ts",
237816
+ "name": "PropsWithTunnel"
237817
+ },
237818
+ "declarations": [
237819
+ {
237820
+ "fileName": "components/src/lib/types/props.ts",
237821
+ "name": "PropsWithTunnel"
237822
+ }
237823
+ ],
237824
+ "required": false,
237825
+ "type": {
237826
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
237827
+ }
237828
+ },
237829
+ "ref": {
237830
+ "defaultValue": null,
237831
+ "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}",
237832
+ "name": "ref",
237833
+ "parent": {
237834
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237835
+ "name": "RefAttributes"
237836
+ },
237837
+ "declarations": [
237838
+ {
237839
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237840
+ "name": "RefAttributes"
237841
+ }
237842
+ ],
237843
+ "required": false,
237844
+ "type": {
237845
+ "name": "Ref<HTMLSpanElement>"
237846
+ }
237847
+ },
237848
+ "key": {
237849
+ "defaultValue": null,
237850
+ "description": "",
237851
+ "name": "key",
237852
+ "parent": {
237853
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237854
+ "name": "Attributes"
237855
+ },
237856
+ "declarations": [
237857
+ {
237858
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237859
+ "name": "Attributes"
237860
+ }
237861
+ ],
237862
+ "required": false,
237863
+ "type": {
237864
+ "name": "Key | null"
237865
+ }
237866
+ },
237867
+ "slot": {
237868
+ "defaultValue": null,
237869
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
237870
+ "name": "slot",
237871
+ "parent": {
237872
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
237873
+ "name": "SlotProps"
237874
+ },
237875
+ "declarations": [
237876
+ {
237877
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
237878
+ "name": "SlotProps"
237879
+ }
237880
+ ],
237881
+ "required": false,
237882
+ "type": {
237883
+ "name": "string | null"
237884
+ }
237885
+ },
237886
+ "filter": {
237887
+ "defaultValue": null,
237888
+ "description": "An optional filter function used to determine if a option should be included in the\nautocomplete list. Include this if the items you are providing to your wrapped collection\naren't filtered by default.",
237889
+ "name": "filter",
237890
+ "parent": {
237891
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237892
+ "name": "AriaAutocompleteProps"
237893
+ },
237894
+ "declarations": [
237895
+ {
237896
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237897
+ "name": "AriaAutocompleteProps"
237898
+ }
237899
+ ],
237900
+ "required": false,
237901
+ "type": {
237902
+ "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
237903
+ }
237904
+ },
237905
+ "disableAutoFocusFirst": {
237906
+ "defaultValue": {
237907
+ "value": "false"
237908
+ },
237909
+ "description": "Whether or not to focus the first item in the collection after a filter is performed. Note this\nis only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.",
237910
+ "name": "disableAutoFocusFirst",
237911
+ "parent": {
237912
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237913
+ "name": "AriaAutocompleteProps"
237914
+ },
237915
+ "declarations": [
237916
+ {
237917
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237918
+ "name": "AriaAutocompleteProps"
237919
+ }
237920
+ ],
237921
+ "required": false,
237922
+ "type": {
237923
+ "name": "boolean"
237924
+ }
237925
+ },
237926
+ "disableVirtualFocus": {
237927
+ "defaultValue": {
237928
+ "value": "false"
237929
+ },
237930
+ "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection\ndirectly tabbable.",
237931
+ "name": "disableVirtualFocus",
237932
+ "parent": {
237933
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237934
+ "name": "AriaAutocompleteProps"
237935
+ },
237936
+ "declarations": [
237937
+ {
237938
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/autocomplete/useAutocomplete.d.ts",
237939
+ "name": "AriaAutocompleteProps"
237940
+ }
237941
+ ],
237942
+ "required": false,
237943
+ "type": {
237944
+ "name": "boolean"
237945
+ }
237946
+ }
237947
+ }
237948
+ },
237949
+ {
237950
+ "tags": {
237951
+ "flr-generate": "all"
237952
+ },
237953
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
237954
+ "description": "",
237955
+ "displayName": "Align",
237937
237956
  "methods": [],
237938
237957
  "props": {
237939
237958
  "children": {
@@ -238271,23 +238290,23 @@
238271
238290
  "name": "ReactNode"
238272
238291
  }
238273
238292
  },
238274
- "width": {
238293
+ "className": {
238275
238294
  "defaultValue": null,
238276
238295
  "description": "",
238277
- "name": "width",
238296
+ "name": "className",
238278
238297
  "parent": {
238279
238298
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
238280
- "name": "SVGAttributes"
238299
+ "name": "HTMLAttributes"
238281
238300
  },
238282
238301
  "declarations": [
238283
238302
  {
238284
238303
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
238285
- "name": "SVGAttributes"
238304
+ "name": "HTMLAttributes"
238286
238305
  }
238287
238306
  ],
238288
238307
  "required": false,
238289
238308
  "type": {
238290
- "name": "string | number"
238309
+ "name": "string"
238291
238310
  }
238292
238311
  },
238293
238312
  "offset": {
@@ -238309,25 +238328,6 @@
238309
238328
  "name": "string | number"
238310
238329
  }
238311
238330
  },
238312
- "className": {
238313
- "defaultValue": null,
238314
- "description": "",
238315
- "name": "className",
238316
- "parent": {
238317
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
238318
- "name": "HTMLAttributes"
238319
- },
238320
- "declarations": [
238321
- {
238322
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
238323
- "name": "HTMLAttributes"
238324
- }
238325
- ],
238326
- "required": false,
238327
- "type": {
238328
- "name": "string"
238329
- }
238330
- },
238331
238331
  "aria-label": {
238332
238332
  "defaultValue": null,
238333
238333
  "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
@@ -239677,6 +239677,25 @@
239677
239677
  "name": "string | number"
239678
239678
  }
239679
239679
  },
239680
+ "width": {
239681
+ "defaultValue": null,
239682
+ "description": "",
239683
+ "name": "width",
239684
+ "parent": {
239685
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
239686
+ "name": "SVGAttributes"
239687
+ },
239688
+ "declarations": [
239689
+ {
239690
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
239691
+ "name": "SVGAttributes"
239692
+ }
239693
+ ],
239694
+ "required": false,
239695
+ "type": {
239696
+ "name": "string | number"
239697
+ }
239698
+ },
239680
239699
  "onFocus": {
239681
239700
  "defaultValue": null,
239682
239701
  "description": "",
@@ -284706,6 +284725,14 @@
284706
284725
  }
284707
284726
  }
284708
284727
  },
284728
+ {
284729
+ "tags": {},
284730
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
284731
+ "description": "",
284732
+ "displayName": "FormRootError",
284733
+ "methods": [],
284734
+ "props": {}
284735
+ },
284709
284736
  {
284710
284737
  "tags": {},
284711
284738
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
@@ -284872,14 +284899,6 @@
284872
284899
  }
284873
284900
  }
284874
284901
  },
284875
- {
284876
- "tags": {},
284877
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
284878
- "description": "",
284879
- "displayName": "FormRootError",
284880
- "methods": [],
284881
- "props": {}
284882
- },
284883
284902
  {
284884
284903
  "tags": {},
284885
284904
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
@@ -302512,9 +302531,9 @@
302512
302531
  "tags": {
302513
302532
  "flr-generate": "all"
302514
302533
  },
302515
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
302534
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
302516
302535
  "description": "",
302517
- "displayName": "TableFooterRow",
302536
+ "displayName": "TableHeader",
302518
302537
  "methods": [],
302519
302538
  "props": {
302520
302539
  "className": {
@@ -302576,25 +302595,6 @@
302576
302595
  "name": "ReactNode"
302577
302596
  }
302578
302597
  },
302579
- "value": {
302580
- "defaultValue": null,
302581
- "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
302582
- "name": "value",
302583
- "parent": {
302584
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302585
- "name": "RowProps"
302586
- },
302587
- "declarations": [
302588
- {
302589
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302590
- "name": "RowProps"
302591
- }
302592
- ],
302593
- "required": false,
302594
- "type": {
302595
- "name": "undefined"
302596
- }
302597
- },
302598
302598
  "dependencies": {
302599
302599
  "defaultValue": null,
302600
302600
  "description": "Values that should invalidate the cell cache when using dynamic collections.",
@@ -302614,122 +302614,6 @@
302614
302614
  "name": "readonly any[]"
302615
302615
  }
302616
302616
  },
302617
- "textValue": {
302618
- "defaultValue": null,
302619
- "description": "A string representation of the row's contents, used for features like typeahead.",
302620
- "name": "textValue",
302621
- "parent": {
302622
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302623
- "name": "RowProps"
302624
- },
302625
- "declarations": [
302626
- {
302627
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302628
- "name": "RowProps"
302629
- }
302630
- ],
302631
- "required": false,
302632
- "type": {
302633
- "name": "string"
302634
- }
302635
- },
302636
- "isDisabled": {
302637
- "defaultValue": null,
302638
- "description": "Whether the row is disabled.",
302639
- "name": "isDisabled",
302640
- "parent": {
302641
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302642
- "name": "RowProps"
302643
- },
302644
- "declarations": [
302645
- {
302646
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302647
- "name": "RowProps"
302648
- }
302649
- ],
302650
- "required": false,
302651
- "type": {
302652
- "name": "boolean"
302653
- }
302654
- },
302655
- "disabledBehavior": {
302656
- "defaultValue": {
302657
- "value": "'all'"
302658
- },
302659
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
302660
- "name": "disabledBehavior",
302661
- "parent": {
302662
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302663
- "name": "TableProps"
302664
- },
302665
- "declarations": [
302666
- {
302667
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302668
- "name": "TableProps"
302669
- }
302670
- ],
302671
- "required": false,
302672
- "type": {
302673
- "name": "DisabledBehavior"
302674
- }
302675
- },
302676
- "onAction": {
302677
- "defaultValue": null,
302678
- "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
302679
- "name": "onAction",
302680
- "parent": {
302681
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302682
- "name": "RowProps"
302683
- },
302684
- "declarations": [
302685
- {
302686
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302687
- "name": "RowProps"
302688
- }
302689
- ],
302690
- "required": false,
302691
- "type": {
302692
- "name": "(() => void)"
302693
- }
302694
- },
302695
- "id": {
302696
- "defaultValue": null,
302697
- "description": "The unique id of the row.",
302698
- "name": "id",
302699
- "parent": {
302700
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302701
- "name": "RowProps"
302702
- },
302703
- "declarations": [
302704
- {
302705
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302706
- "name": "RowProps"
302707
- }
302708
- ],
302709
- "required": false,
302710
- "type": {
302711
- "name": "Key"
302712
- }
302713
- },
302714
- "hasChildItems": {
302715
- "defaultValue": null,
302716
- "description": "Whether this row has children, even if not loaded yet.",
302717
- "name": "hasChildItems",
302718
- "parent": {
302719
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302720
- "name": "RowProps"
302721
- },
302722
- "declarations": [
302723
- {
302724
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302725
- "name": "RowProps"
302726
- }
302727
- ],
302728
- "required": false,
302729
- "type": {
302730
- "name": "boolean"
302731
- }
302732
- },
302733
302617
  "style": {
302734
302618
  "defaultValue": null,
302735
302619
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
@@ -302768,158 +302652,6 @@
302768
302652
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
302769
302653
  }
302770
302654
  },
302771
- "href": {
302772
- "defaultValue": null,
302773
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
302774
- "name": "href",
302775
- "parent": {
302776
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302777
- "name": "LinkDOMProps"
302778
- },
302779
- "declarations": [
302780
- {
302781
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302782
- "name": "LinkDOMProps"
302783
- }
302784
- ],
302785
- "required": false,
302786
- "type": {
302787
- "name": "string"
302788
- }
302789
- },
302790
- "hrefLang": {
302791
- "defaultValue": null,
302792
- "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
302793
- "name": "hrefLang",
302794
- "parent": {
302795
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302796
- "name": "LinkDOMProps"
302797
- },
302798
- "declarations": [
302799
- {
302800
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302801
- "name": "LinkDOMProps"
302802
- }
302803
- ],
302804
- "required": false,
302805
- "type": {
302806
- "name": "string"
302807
- }
302808
- },
302809
- "target": {
302810
- "defaultValue": null,
302811
- "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
302812
- "name": "target",
302813
- "parent": {
302814
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302815
- "name": "LinkDOMProps"
302816
- },
302817
- "declarations": [
302818
- {
302819
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302820
- "name": "LinkDOMProps"
302821
- }
302822
- ],
302823
- "required": false,
302824
- "type": {
302825
- "name": "HTMLAttributeAnchorTarget"
302826
- }
302827
- },
302828
- "rel": {
302829
- "defaultValue": null,
302830
- "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
302831
- "name": "rel",
302832
- "parent": {
302833
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302834
- "name": "LinkDOMProps"
302835
- },
302836
- "declarations": [
302837
- {
302838
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302839
- "name": "LinkDOMProps"
302840
- }
302841
- ],
302842
- "required": false,
302843
- "type": {
302844
- "name": "string"
302845
- }
302846
- },
302847
- "download": {
302848
- "defaultValue": null,
302849
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
302850
- "name": "download",
302851
- "parent": {
302852
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302853
- "name": "LinkDOMProps"
302854
- },
302855
- "declarations": [
302856
- {
302857
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302858
- "name": "LinkDOMProps"
302859
- }
302860
- ],
302861
- "required": false,
302862
- "type": {
302863
- "name": "string | boolean"
302864
- }
302865
- },
302866
- "ping": {
302867
- "defaultValue": null,
302868
- "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
302869
- "name": "ping",
302870
- "parent": {
302871
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302872
- "name": "LinkDOMProps"
302873
- },
302874
- "declarations": [
302875
- {
302876
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302877
- "name": "LinkDOMProps"
302878
- }
302879
- ],
302880
- "required": false,
302881
- "type": {
302882
- "name": "string"
302883
- }
302884
- },
302885
- "referrerPolicy": {
302886
- "defaultValue": null,
302887
- "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
302888
- "name": "referrerPolicy",
302889
- "parent": {
302890
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302891
- "name": "LinkDOMProps"
302892
- },
302893
- "declarations": [
302894
- {
302895
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302896
- "name": "LinkDOMProps"
302897
- }
302898
- ],
302899
- "required": false,
302900
- "type": {
302901
- "name": "HTMLAttributeReferrerPolicy"
302902
- }
302903
- },
302904
- "routerOptions": {
302905
- "defaultValue": null,
302906
- "description": "Options for the configured client side router.",
302907
- "name": "routerOptions",
302908
- "parent": {
302909
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302910
- "name": "LinkDOMProps"
302911
- },
302912
- "declarations": [
302913
- {
302914
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302915
- "name": "LinkDOMProps"
302916
- }
302917
- ],
302918
- "required": false,
302919
- "type": {
302920
- "name": "undefined"
302921
- }
302922
- },
302923
302655
  "onHoverStart": {
302924
302656
  "defaultValue": null,
302925
302657
  "description": "Handler that is called when a hover interaction starts.",
@@ -302977,124 +302709,29 @@
302977
302709
  "name": "((isHovering: boolean) => void)"
302978
302710
  }
302979
302711
  },
302980
- "onPress": {
302981
- "defaultValue": null,
302982
- "description": "Handler that is called when the press is released over the target.",
302983
- "name": "onPress",
302984
- "parent": {
302985
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
302986
- "name": "PressEvents"
302987
- },
302988
- "declarations": [
302989
- {
302990
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
302991
- "name": "PressEvents"
302992
- }
302993
- ],
302994
- "required": false,
302995
- "type": {
302996
- "name": "((e: PressEvent) => void)"
302997
- }
302998
- },
302999
- "onPressStart": {
303000
- "defaultValue": null,
303001
- "description": "Handler that is called when a press interaction starts.",
303002
- "name": "onPressStart",
303003
- "parent": {
303004
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303005
- "name": "PressEvents"
303006
- },
303007
- "declarations": [
303008
- {
303009
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303010
- "name": "PressEvents"
303011
- }
303012
- ],
303013
- "required": false,
303014
- "type": {
303015
- "name": "((e: PressEvent) => void)"
303016
- }
303017
- },
303018
- "onPressEnd": {
303019
- "defaultValue": null,
303020
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
303021
- "name": "onPressEnd",
303022
- "parent": {
303023
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303024
- "name": "PressEvents"
303025
- },
303026
- "declarations": [
303027
- {
303028
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303029
- "name": "PressEvents"
303030
- }
303031
- ],
303032
- "required": false,
303033
- "type": {
303034
- "name": "((e: PressEvent) => void)"
303035
- }
303036
- },
303037
- "onPressChange": {
303038
- "defaultValue": null,
303039
- "description": "Handler that is called when the press state changes.",
303040
- "name": "onPressChange",
303041
- "parent": {
303042
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303043
- "name": "PressEvents"
303044
- },
303045
- "declarations": [
303046
- {
303047
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303048
- "name": "PressEvents"
303049
- }
303050
- ],
303051
- "required": false,
303052
- "type": {
303053
- "name": "((isPressed: boolean) => void)"
303054
- }
303055
- },
303056
- "onPressUp": {
303057
- "defaultValue": null,
303058
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
303059
- "name": "onPressUp",
303060
- "parent": {
303061
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303062
- "name": "PressEvents"
303063
- },
303064
- "declarations": [
303065
- {
303066
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303067
- "name": "PressEvents"
303068
- }
303069
- ],
303070
- "required": false,
303071
- "type": {
303072
- "name": "((e: PressEvent) => void)"
303073
- }
303074
- },
303075
- "onClick": {
302712
+ "dir": {
303076
302713
  "defaultValue": null,
303077
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
303078
- "name": "onClick",
302714
+ "description": "",
302715
+ "name": "dir",
303079
302716
  "parent": {
303080
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303081
- "name": "PressEvents"
302717
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302718
+ "name": "GlobalDOMAttributes"
303082
302719
  },
303083
302720
  "declarations": [
303084
302721
  {
303085
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303086
- "name": "PressEvents"
302722
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302723
+ "name": "GlobalDOMAttributes"
303087
302724
  }
303088
302725
  ],
303089
302726
  "required": false,
303090
302727
  "type": {
303091
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
302728
+ "name": "string"
303092
302729
  }
303093
302730
  },
303094
- "translate": {
302731
+ "lang": {
303095
302732
  "defaultValue": null,
303096
302733
  "description": "",
303097
- "name": "translate",
302734
+ "name": "lang",
303098
302735
  "parent": {
303099
302736
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303100
302737
  "name": "GlobalDOMAttributes"
@@ -303107,13 +302744,13 @@
303107
302744
  ],
303108
302745
  "required": false,
303109
302746
  "type": {
303110
- "name": "\"yes\" | \"no\""
302747
+ "name": "string"
303111
302748
  }
303112
302749
  },
303113
- "dir": {
302750
+ "hidden": {
303114
302751
  "defaultValue": null,
303115
302752
  "description": "",
303116
- "name": "dir",
302753
+ "name": "hidden",
303117
302754
  "parent": {
303118
302755
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303119
302756
  "name": "GlobalDOMAttributes"
@@ -303126,13 +302763,13 @@
303126
302763
  ],
303127
302764
  "required": false,
303128
302765
  "type": {
303129
- "name": "string"
302766
+ "name": "boolean"
303130
302767
  }
303131
302768
  },
303132
- "lang": {
302769
+ "inert": {
303133
302770
  "defaultValue": null,
303134
302771
  "description": "",
303135
- "name": "lang",
302772
+ "name": "inert",
303136
302773
  "parent": {
303137
302774
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303138
302775
  "name": "GlobalDOMAttributes"
@@ -303145,13 +302782,13 @@
303145
302782
  ],
303146
302783
  "required": false,
303147
302784
  "type": {
303148
- "name": "string"
302785
+ "name": "boolean"
303149
302786
  }
303150
302787
  },
303151
- "hidden": {
302788
+ "translate": {
303152
302789
  "defaultValue": null,
303153
302790
  "description": "",
303154
- "name": "hidden",
302791
+ "name": "translate",
303155
302792
  "parent": {
303156
302793
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303157
302794
  "name": "GlobalDOMAttributes"
@@ -303164,26 +302801,26 @@
303164
302801
  ],
303165
302802
  "required": false,
303166
302803
  "type": {
303167
- "name": "boolean"
302804
+ "name": "\"yes\" | \"no\""
303168
302805
  }
303169
302806
  },
303170
- "inert": {
302807
+ "onClick": {
303171
302808
  "defaultValue": null,
303172
302809
  "description": "",
303173
- "name": "inert",
302810
+ "name": "onClick",
303174
302811
  "parent": {
303175
302812
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303176
- "name": "GlobalDOMAttributes"
302813
+ "name": "GlobalDOMEvents"
303177
302814
  },
303178
302815
  "declarations": [
303179
302816
  {
303180
302817
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303181
- "name": "GlobalDOMAttributes"
302818
+ "name": "GlobalDOMEvents"
303182
302819
  }
303183
302820
  ],
303184
302821
  "required": false,
303185
302822
  "type": {
303186
- "name": "boolean"
302823
+ "name": "MouseEventHandler<HTMLDivElement>"
303187
302824
  }
303188
302825
  },
303189
302826
  "onClickCapture": {
@@ -304382,21 +304019,6 @@
304382
304019
  "type": {
304383
304020
  "name": "TransitionEventHandler<HTMLDivElement>"
304384
304021
  }
304385
- },
304386
- "footer": {
304387
- "defaultValue": null,
304388
- "description": "@internal",
304389
- "name": "footer",
304390
- "declarations": [
304391
- {
304392
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
304393
- "name": "TypeLiteral"
304394
- }
304395
- ],
304396
- "required": false,
304397
- "type": {
304398
- "name": "boolean"
304399
- }
304400
304022
  }
304401
304023
  }
304402
304024
  },
@@ -304404,36 +304026,36 @@
304404
304026
  "tags": {
304405
304027
  "flr-generate": "all"
304406
304028
  },
304407
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
304029
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
304408
304030
  "description": "",
304409
- "displayName": "TableColumn",
304031
+ "displayName": "TableFooterRow",
304410
304032
  "methods": [],
304411
304033
  "props": {
304412
- "horizontalAlign": {
304034
+ "className": {
304413
304035
  "defaultValue": {
304414
- "value": "\"start\""
304036
+ "value": "'react-aria-Row'"
304415
304037
  },
304416
- "description": "Horizontal alignment of the cell content",
304417
- "name": "horizontalAlign",
304038
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
304039
+ "name": "className",
304418
304040
  "parent": {
304419
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
304420
- "name": "TableColumnProps"
304041
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304042
+ "name": "RowProps"
304421
304043
  },
304422
304044
  "declarations": [
304423
304045
  {
304424
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
304425
- "name": "TableColumnProps"
304046
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304047
+ "name": "RowProps"
304426
304048
  }
304427
304049
  ],
304428
304050
  "required": false,
304429
304051
  "type": {
304430
- "name": "\"start\" | \"end\" | \"center\""
304052
+ "name": "ClassNameOrFunction<RowRenderProps>"
304431
304053
  }
304432
304054
  },
304433
- "id": {
304055
+ "columns": {
304434
304056
  "defaultValue": null,
304435
- "description": "The unique id of the row.",
304436
- "name": "id",
304057
+ "description": "A list of columns used when dynamically rendering cells.",
304058
+ "name": "columns",
304437
304059
  "parent": {
304438
304060
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304439
304061
  "name": "RowProps"
@@ -304446,53 +304068,129 @@
304446
304068
  ],
304447
304069
  "required": false,
304448
304070
  "type": {
304449
- "name": "Key"
304071
+ "name": "Iterable<never>"
304450
304072
  }
304451
304073
  },
304452
- "width": {
304074
+ "children": {
304453
304075
  "defaultValue": null,
304454
- "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
304455
- "name": "width",
304076
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
304077
+ "name": "children",
304456
304078
  "parent": {
304457
304079
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304458
- "name": "ColumnProps"
304080
+ "name": "TableProps"
304459
304081
  },
304460
304082
  "declarations": [
304461
304083
  {
304462
304084
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304463
- "name": "ColumnProps"
304085
+ "name": "TableProps"
304464
304086
  }
304465
304087
  ],
304466
304088
  "required": false,
304467
304089
  "type": {
304468
- "name": "ColumnSize | null"
304090
+ "name": "ReactNode"
304469
304091
  }
304470
304092
  },
304471
- "translate": {
304093
+ "value": {
304472
304094
  "defaultValue": null,
304473
- "description": "",
304474
- "name": "translate",
304095
+ "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
304096
+ "name": "value",
304475
304097
  "parent": {
304476
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304477
- "name": "GlobalDOMAttributes"
304098
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304099
+ "name": "RowProps"
304478
304100
  },
304479
304101
  "declarations": [
304480
304102
  {
304481
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304482
- "name": "GlobalDOMAttributes"
304103
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304104
+ "name": "RowProps"
304483
304105
  }
304484
304106
  ],
304485
304107
  "required": false,
304486
304108
  "type": {
304487
- "name": "\"yes\" | \"no\""
304109
+ "name": "undefined"
304488
304110
  }
304489
304111
  },
304490
- "className": {
304112
+ "dependencies": {
304113
+ "defaultValue": null,
304114
+ "description": "Values that should invalidate the cell cache when using dynamic collections.",
304115
+ "name": "dependencies",
304116
+ "parent": {
304117
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304118
+ "name": "RowProps"
304119
+ },
304120
+ "declarations": [
304121
+ {
304122
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304123
+ "name": "RowProps"
304124
+ }
304125
+ ],
304126
+ "required": false,
304127
+ "type": {
304128
+ "name": "readonly any[]"
304129
+ }
304130
+ },
304131
+ "textValue": {
304132
+ "defaultValue": null,
304133
+ "description": "A string representation of the row's contents, used for features like typeahead.",
304134
+ "name": "textValue",
304135
+ "parent": {
304136
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304137
+ "name": "RowProps"
304138
+ },
304139
+ "declarations": [
304140
+ {
304141
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304142
+ "name": "RowProps"
304143
+ }
304144
+ ],
304145
+ "required": false,
304146
+ "type": {
304147
+ "name": "string"
304148
+ }
304149
+ },
304150
+ "isDisabled": {
304151
+ "defaultValue": null,
304152
+ "description": "Whether the row is disabled.",
304153
+ "name": "isDisabled",
304154
+ "parent": {
304155
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304156
+ "name": "RowProps"
304157
+ },
304158
+ "declarations": [
304159
+ {
304160
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304161
+ "name": "RowProps"
304162
+ }
304163
+ ],
304164
+ "required": false,
304165
+ "type": {
304166
+ "name": "boolean"
304167
+ }
304168
+ },
304169
+ "disabledBehavior": {
304491
304170
  "defaultValue": {
304492
- "value": "'react-aria-Row'"
304171
+ "value": "'all'"
304493
304172
  },
304494
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
304495
- "name": "className",
304173
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
304174
+ "name": "disabledBehavior",
304175
+ "parent": {
304176
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304177
+ "name": "TableProps"
304178
+ },
304179
+ "declarations": [
304180
+ {
304181
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304182
+ "name": "TableProps"
304183
+ }
304184
+ ],
304185
+ "required": false,
304186
+ "type": {
304187
+ "name": "DisabledBehavior"
304188
+ }
304189
+ },
304190
+ "onAction": {
304191
+ "defaultValue": null,
304192
+ "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
304193
+ "name": "onAction",
304496
304194
  "parent": {
304497
304195
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304498
304196
  "name": "RowProps"
@@ -304505,7 +304203,45 @@
304505
304203
  ],
304506
304204
  "required": false,
304507
304205
  "type": {
304508
- "name": "ClassNameOrFunction<RowRenderProps>"
304206
+ "name": "(() => void)"
304207
+ }
304208
+ },
304209
+ "id": {
304210
+ "defaultValue": null,
304211
+ "description": "The unique id of the row.",
304212
+ "name": "id",
304213
+ "parent": {
304214
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304215
+ "name": "RowProps"
304216
+ },
304217
+ "declarations": [
304218
+ {
304219
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304220
+ "name": "RowProps"
304221
+ }
304222
+ ],
304223
+ "required": false,
304224
+ "type": {
304225
+ "name": "Key"
304226
+ }
304227
+ },
304228
+ "hasChildItems": {
304229
+ "defaultValue": null,
304230
+ "description": "Whether this row has children, even if not loaded yet.",
304231
+ "name": "hasChildItems",
304232
+ "parent": {
304233
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304234
+ "name": "RowProps"
304235
+ },
304236
+ "declarations": [
304237
+ {
304238
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304239
+ "name": "RowProps"
304240
+ }
304241
+ ],
304242
+ "required": false,
304243
+ "type": {
304244
+ "name": "boolean"
304509
304245
  }
304510
304246
  },
304511
304247
  "style": {
@@ -304546,10 +304282,333 @@
304546
304282
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
304547
304283
  }
304548
304284
  },
304549
- "dir": {
304285
+ "href": {
304286
+ "defaultValue": null,
304287
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
304288
+ "name": "href",
304289
+ "parent": {
304290
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304291
+ "name": "LinkDOMProps"
304292
+ },
304293
+ "declarations": [
304294
+ {
304295
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304296
+ "name": "LinkDOMProps"
304297
+ }
304298
+ ],
304299
+ "required": false,
304300
+ "type": {
304301
+ "name": "string"
304302
+ }
304303
+ },
304304
+ "hrefLang": {
304305
+ "defaultValue": null,
304306
+ "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
304307
+ "name": "hrefLang",
304308
+ "parent": {
304309
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304310
+ "name": "LinkDOMProps"
304311
+ },
304312
+ "declarations": [
304313
+ {
304314
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304315
+ "name": "LinkDOMProps"
304316
+ }
304317
+ ],
304318
+ "required": false,
304319
+ "type": {
304320
+ "name": "string"
304321
+ }
304322
+ },
304323
+ "target": {
304324
+ "defaultValue": null,
304325
+ "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
304326
+ "name": "target",
304327
+ "parent": {
304328
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304329
+ "name": "LinkDOMProps"
304330
+ },
304331
+ "declarations": [
304332
+ {
304333
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304334
+ "name": "LinkDOMProps"
304335
+ }
304336
+ ],
304337
+ "required": false,
304338
+ "type": {
304339
+ "name": "HTMLAttributeAnchorTarget"
304340
+ }
304341
+ },
304342
+ "rel": {
304343
+ "defaultValue": null,
304344
+ "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
304345
+ "name": "rel",
304346
+ "parent": {
304347
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304348
+ "name": "LinkDOMProps"
304349
+ },
304350
+ "declarations": [
304351
+ {
304352
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304353
+ "name": "LinkDOMProps"
304354
+ }
304355
+ ],
304356
+ "required": false,
304357
+ "type": {
304358
+ "name": "string"
304359
+ }
304360
+ },
304361
+ "download": {
304362
+ "defaultValue": null,
304363
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
304364
+ "name": "download",
304365
+ "parent": {
304366
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304367
+ "name": "LinkDOMProps"
304368
+ },
304369
+ "declarations": [
304370
+ {
304371
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304372
+ "name": "LinkDOMProps"
304373
+ }
304374
+ ],
304375
+ "required": false,
304376
+ "type": {
304377
+ "name": "string | boolean"
304378
+ }
304379
+ },
304380
+ "ping": {
304381
+ "defaultValue": null,
304382
+ "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
304383
+ "name": "ping",
304384
+ "parent": {
304385
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304386
+ "name": "LinkDOMProps"
304387
+ },
304388
+ "declarations": [
304389
+ {
304390
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304391
+ "name": "LinkDOMProps"
304392
+ }
304393
+ ],
304394
+ "required": false,
304395
+ "type": {
304396
+ "name": "string"
304397
+ }
304398
+ },
304399
+ "referrerPolicy": {
304400
+ "defaultValue": null,
304401
+ "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
304402
+ "name": "referrerPolicy",
304403
+ "parent": {
304404
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304405
+ "name": "LinkDOMProps"
304406
+ },
304407
+ "declarations": [
304408
+ {
304409
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304410
+ "name": "LinkDOMProps"
304411
+ }
304412
+ ],
304413
+ "required": false,
304414
+ "type": {
304415
+ "name": "HTMLAttributeReferrerPolicy"
304416
+ }
304417
+ },
304418
+ "routerOptions": {
304419
+ "defaultValue": null,
304420
+ "description": "Options for the configured client side router.",
304421
+ "name": "routerOptions",
304422
+ "parent": {
304423
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304424
+ "name": "LinkDOMProps"
304425
+ },
304426
+ "declarations": [
304427
+ {
304428
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304429
+ "name": "LinkDOMProps"
304430
+ }
304431
+ ],
304432
+ "required": false,
304433
+ "type": {
304434
+ "name": "undefined"
304435
+ }
304436
+ },
304437
+ "onHoverStart": {
304438
+ "defaultValue": null,
304439
+ "description": "Handler that is called when a hover interaction starts.",
304440
+ "name": "onHoverStart",
304441
+ "parent": {
304442
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304443
+ "name": "HoverEvents"
304444
+ },
304445
+ "declarations": [
304446
+ {
304447
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304448
+ "name": "HoverEvents"
304449
+ }
304450
+ ],
304451
+ "required": false,
304452
+ "type": {
304453
+ "name": "((e: HoverEvent) => void)"
304454
+ }
304455
+ },
304456
+ "onHoverEnd": {
304457
+ "defaultValue": null,
304458
+ "description": "Handler that is called when a hover interaction ends.",
304459
+ "name": "onHoverEnd",
304460
+ "parent": {
304461
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304462
+ "name": "HoverEvents"
304463
+ },
304464
+ "declarations": [
304465
+ {
304466
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304467
+ "name": "HoverEvents"
304468
+ }
304469
+ ],
304470
+ "required": false,
304471
+ "type": {
304472
+ "name": "((e: HoverEvent) => void)"
304473
+ }
304474
+ },
304475
+ "onHoverChange": {
304476
+ "defaultValue": null,
304477
+ "description": "Handler that is called when the hover state changes.",
304478
+ "name": "onHoverChange",
304479
+ "parent": {
304480
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304481
+ "name": "HoverEvents"
304482
+ },
304483
+ "declarations": [
304484
+ {
304485
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304486
+ "name": "HoverEvents"
304487
+ }
304488
+ ],
304489
+ "required": false,
304490
+ "type": {
304491
+ "name": "((isHovering: boolean) => void)"
304492
+ }
304493
+ },
304494
+ "onPress": {
304495
+ "defaultValue": null,
304496
+ "description": "Handler that is called when the press is released over the target.",
304497
+ "name": "onPress",
304498
+ "parent": {
304499
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304500
+ "name": "PressEvents"
304501
+ },
304502
+ "declarations": [
304503
+ {
304504
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304505
+ "name": "PressEvents"
304506
+ }
304507
+ ],
304508
+ "required": false,
304509
+ "type": {
304510
+ "name": "((e: PressEvent) => void)"
304511
+ }
304512
+ },
304513
+ "onPressStart": {
304514
+ "defaultValue": null,
304515
+ "description": "Handler that is called when a press interaction starts.",
304516
+ "name": "onPressStart",
304517
+ "parent": {
304518
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304519
+ "name": "PressEvents"
304520
+ },
304521
+ "declarations": [
304522
+ {
304523
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304524
+ "name": "PressEvents"
304525
+ }
304526
+ ],
304527
+ "required": false,
304528
+ "type": {
304529
+ "name": "((e: PressEvent) => void)"
304530
+ }
304531
+ },
304532
+ "onPressEnd": {
304533
+ "defaultValue": null,
304534
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
304535
+ "name": "onPressEnd",
304536
+ "parent": {
304537
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304538
+ "name": "PressEvents"
304539
+ },
304540
+ "declarations": [
304541
+ {
304542
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304543
+ "name": "PressEvents"
304544
+ }
304545
+ ],
304546
+ "required": false,
304547
+ "type": {
304548
+ "name": "((e: PressEvent) => void)"
304549
+ }
304550
+ },
304551
+ "onPressChange": {
304552
+ "defaultValue": null,
304553
+ "description": "Handler that is called when the press state changes.",
304554
+ "name": "onPressChange",
304555
+ "parent": {
304556
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304557
+ "name": "PressEvents"
304558
+ },
304559
+ "declarations": [
304560
+ {
304561
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304562
+ "name": "PressEvents"
304563
+ }
304564
+ ],
304565
+ "required": false,
304566
+ "type": {
304567
+ "name": "((isPressed: boolean) => void)"
304568
+ }
304569
+ },
304570
+ "onPressUp": {
304571
+ "defaultValue": null,
304572
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
304573
+ "name": "onPressUp",
304574
+ "parent": {
304575
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304576
+ "name": "PressEvents"
304577
+ },
304578
+ "declarations": [
304579
+ {
304580
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304581
+ "name": "PressEvents"
304582
+ }
304583
+ ],
304584
+ "required": false,
304585
+ "type": {
304586
+ "name": "((e: PressEvent) => void)"
304587
+ }
304588
+ },
304589
+ "onClick": {
304590
+ "defaultValue": null,
304591
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
304592
+ "name": "onClick",
304593
+ "parent": {
304594
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304595
+ "name": "PressEvents"
304596
+ },
304597
+ "declarations": [
304598
+ {
304599
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304600
+ "name": "PressEvents"
304601
+ }
304602
+ ],
304603
+ "required": false,
304604
+ "type": {
304605
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
304606
+ }
304607
+ },
304608
+ "translate": {
304550
304609
  "defaultValue": null,
304551
304610
  "description": "",
304552
- "name": "dir",
304611
+ "name": "translate",
304553
304612
  "parent": {
304554
304613
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304555
304614
  "name": "GlobalDOMAttributes"
@@ -304562,13 +304621,13 @@
304562
304621
  ],
304563
304622
  "required": false,
304564
304623
  "type": {
304565
- "name": "string"
304624
+ "name": "\"yes\" | \"no\""
304566
304625
  }
304567
304626
  },
304568
- "lang": {
304627
+ "dir": {
304569
304628
  "defaultValue": null,
304570
304629
  "description": "",
304571
- "name": "lang",
304630
+ "name": "dir",
304572
304631
  "parent": {
304573
304632
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304574
304633
  "name": "GlobalDOMAttributes"
@@ -304584,10 +304643,10 @@
304584
304643
  "name": "string"
304585
304644
  }
304586
304645
  },
304587
- "hidden": {
304646
+ "lang": {
304588
304647
  "defaultValue": null,
304589
304648
  "description": "",
304590
- "name": "hidden",
304649
+ "name": "lang",
304591
304650
  "parent": {
304592
304651
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304593
304652
  "name": "GlobalDOMAttributes"
@@ -304600,13 +304659,13 @@
304600
304659
  ],
304601
304660
  "required": false,
304602
304661
  "type": {
304603
- "name": "boolean"
304662
+ "name": "string"
304604
304663
  }
304605
304664
  },
304606
- "inert": {
304665
+ "hidden": {
304607
304666
  "defaultValue": null,
304608
304667
  "description": "",
304609
- "name": "inert",
304668
+ "name": "hidden",
304610
304669
  "parent": {
304611
304670
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304612
304671
  "name": "GlobalDOMAttributes"
@@ -304622,23 +304681,23 @@
304622
304681
  "name": "boolean"
304623
304682
  }
304624
304683
  },
304625
- "onClick": {
304684
+ "inert": {
304626
304685
  "defaultValue": null,
304627
304686
  "description": "",
304628
- "name": "onClick",
304687
+ "name": "inert",
304629
304688
  "parent": {
304630
304689
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304631
- "name": "GlobalDOMEvents"
304690
+ "name": "GlobalDOMAttributes"
304632
304691
  },
304633
304692
  "declarations": [
304634
304693
  {
304635
304694
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304636
- "name": "GlobalDOMEvents"
304695
+ "name": "GlobalDOMAttributes"
304637
304696
  }
304638
304697
  ],
304639
304698
  "required": false,
304640
304699
  "type": {
304641
- "name": "MouseEventHandler<HTMLDivElement>"
304700
+ "name": "boolean"
304642
304701
  }
304643
304702
  },
304644
304703
  "onClickCapture": {
@@ -305838,133 +305897,19 @@
305838
305897
  "name": "TransitionEventHandler<HTMLDivElement>"
305839
305898
  }
305840
305899
  },
305841
- "textValue": {
305842
- "defaultValue": null,
305843
- "description": "A string representation of the row's contents, used for features like typeahead.",
305844
- "name": "textValue",
305845
- "parent": {
305846
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305847
- "name": "RowProps"
305848
- },
305849
- "declarations": [
305850
- {
305851
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305852
- "name": "RowProps"
305853
- }
305854
- ],
305855
- "required": false,
305856
- "type": {
305857
- "name": "string"
305858
- }
305859
- },
305860
- "minWidth": {
305861
- "defaultValue": null,
305862
- "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
305863
- "name": "minWidth",
305864
- "parent": {
305865
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305866
- "name": "ColumnProps"
305867
- },
305868
- "declarations": [
305869
- {
305870
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305871
- "name": "ColumnProps"
305872
- }
305873
- ],
305874
- "required": false,
305875
- "type": {
305876
- "name": "ColumnStaticSize | null"
305877
- }
305878
- },
305879
- "maxWidth": {
305880
- "defaultValue": null,
305881
- "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
305882
- "name": "maxWidth",
305883
- "parent": {
305884
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305885
- "name": "ColumnProps"
305886
- },
305887
- "declarations": [
305888
- {
305889
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305890
- "name": "ColumnProps"
305891
- }
305892
- ],
305893
- "required": false,
305894
- "type": {
305895
- "name": "ColumnStaticSize | null"
305896
- }
305897
- },
305898
- "allowsSorting": {
305899
- "defaultValue": null,
305900
- "description": "Whether the column allows sorting.",
305901
- "name": "allowsSorting",
305902
- "parent": {
305903
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305904
- "name": "ColumnProps"
305905
- },
305906
- "declarations": [
305907
- {
305908
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305909
- "name": "ColumnProps"
305910
- }
305911
- ],
305912
- "required": false,
305913
- "type": {
305914
- "name": "boolean"
305915
- }
305916
- },
305917
- "isRowHeader": {
305918
- "defaultValue": null,
305919
- "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be\nannounced by assistive technology during row navigation.",
305920
- "name": "isRowHeader",
305921
- "parent": {
305922
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305923
- "name": "ColumnProps"
305924
- },
305925
- "declarations": [
305926
- {
305927
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305928
- "name": "ColumnProps"
305929
- }
305930
- ],
305931
- "required": false,
305932
- "type": {
305933
- "name": "boolean"
305934
- }
305935
- },
305936
- "defaultWidth": {
305937
- "defaultValue": null,
305938
- "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
305939
- "name": "defaultWidth",
305940
- "parent": {
305941
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305942
- "name": "ColumnProps"
305943
- },
305944
- "declarations": [
305945
- {
305946
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305947
- "name": "ColumnProps"
305948
- }
305949
- ],
305950
- "required": false,
305951
- "type": {
305952
- "name": "ColumnSize | null"
305953
- }
305954
- },
305955
- "children": {
305900
+ "footer": {
305956
305901
  "defaultValue": null,
305957
- "description": "",
305958
- "name": "children",
305902
+ "description": "@internal",
305903
+ "name": "footer",
305959
305904
  "declarations": [
305960
305905
  {
305961
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
305906
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
305962
305907
  "name": "TypeLiteral"
305963
305908
  }
305964
305909
  ],
305965
305910
  "required": false,
305966
305911
  "type": {
305967
- "name": "ReactNode"
305912
+ "name": "boolean"
305968
305913
  }
305969
305914
  }
305970
305915
  }
@@ -305973,36 +305918,36 @@
305973
305918
  "tags": {
305974
305919
  "flr-generate": "all"
305975
305920
  },
305976
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
305921
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
305977
305922
  "description": "",
305978
- "displayName": "TableHeader",
305923
+ "displayName": "TableColumn",
305979
305924
  "methods": [],
305980
305925
  "props": {
305981
- "className": {
305926
+ "horizontalAlign": {
305982
305927
  "defaultValue": {
305983
- "value": "'react-aria-Row'"
305928
+ "value": "\"start\""
305984
305929
  },
305985
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
305986
- "name": "className",
305930
+ "description": "Horizontal alignment of the cell content",
305931
+ "name": "horizontalAlign",
305987
305932
  "parent": {
305988
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305989
- "name": "RowProps"
305933
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
305934
+ "name": "TableColumnProps"
305990
305935
  },
305991
305936
  "declarations": [
305992
305937
  {
305993
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
305994
- "name": "RowProps"
305938
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
305939
+ "name": "TableColumnProps"
305995
305940
  }
305996
305941
  ],
305997
305942
  "required": false,
305998
305943
  "type": {
305999
- "name": "ClassNameOrFunction<RowRenderProps>"
305944
+ "name": "\"start\" | \"end\" | \"center\""
306000
305945
  }
306001
305946
  },
306002
- "columns": {
305947
+ "id": {
306003
305948
  "defaultValue": null,
306004
- "description": "A list of columns used when dynamically rendering cells.",
306005
- "name": "columns",
305949
+ "description": "The unique id of the row.",
305950
+ "name": "id",
306006
305951
  "parent": {
306007
305952
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306008
305953
  "name": "RowProps"
@@ -306015,32 +305960,34 @@
306015
305960
  ],
306016
305961
  "required": false,
306017
305962
  "type": {
306018
- "name": "Iterable<never>"
305963
+ "name": "Key"
306019
305964
  }
306020
305965
  },
306021
- "children": {
305966
+ "translate": {
306022
305967
  "defaultValue": null,
306023
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
306024
- "name": "children",
305968
+ "description": "",
305969
+ "name": "translate",
306025
305970
  "parent": {
306026
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306027
- "name": "TableProps"
305971
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
305972
+ "name": "GlobalDOMAttributes"
306028
305973
  },
306029
305974
  "declarations": [
306030
305975
  {
306031
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306032
- "name": "TableProps"
305976
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
305977
+ "name": "GlobalDOMAttributes"
306033
305978
  }
306034
305979
  ],
306035
305980
  "required": false,
306036
305981
  "type": {
306037
- "name": "ReactNode"
305982
+ "name": "\"yes\" | \"no\""
306038
305983
  }
306039
305984
  },
306040
- "dependencies": {
306041
- "defaultValue": null,
306042
- "description": "Values that should invalidate the cell cache when using dynamic collections.",
306043
- "name": "dependencies",
305985
+ "className": {
305986
+ "defaultValue": {
305987
+ "value": "'react-aria-Row'"
305988
+ },
305989
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
305990
+ "name": "className",
306044
305991
  "parent": {
306045
305992
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306046
305993
  "name": "RowProps"
@@ -306053,7 +306000,7 @@
306053
306000
  ],
306054
306001
  "required": false,
306055
306002
  "type": {
306056
- "name": "readonly any[]"
306003
+ "name": "ClassNameOrFunction<RowRenderProps>"
306057
306004
  }
306058
306005
  },
306059
306006
  "style": {
@@ -306094,63 +306041,6 @@
306094
306041
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
306095
306042
  }
306096
306043
  },
306097
- "onHoverStart": {
306098
- "defaultValue": null,
306099
- "description": "Handler that is called when a hover interaction starts.",
306100
- "name": "onHoverStart",
306101
- "parent": {
306102
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306103
- "name": "HoverEvents"
306104
- },
306105
- "declarations": [
306106
- {
306107
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306108
- "name": "HoverEvents"
306109
- }
306110
- ],
306111
- "required": false,
306112
- "type": {
306113
- "name": "((e: HoverEvent) => void)"
306114
- }
306115
- },
306116
- "onHoverEnd": {
306117
- "defaultValue": null,
306118
- "description": "Handler that is called when a hover interaction ends.",
306119
- "name": "onHoverEnd",
306120
- "parent": {
306121
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306122
- "name": "HoverEvents"
306123
- },
306124
- "declarations": [
306125
- {
306126
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306127
- "name": "HoverEvents"
306128
- }
306129
- ],
306130
- "required": false,
306131
- "type": {
306132
- "name": "((e: HoverEvent) => void)"
306133
- }
306134
- },
306135
- "onHoverChange": {
306136
- "defaultValue": null,
306137
- "description": "Handler that is called when the hover state changes.",
306138
- "name": "onHoverChange",
306139
- "parent": {
306140
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306141
- "name": "HoverEvents"
306142
- },
306143
- "declarations": [
306144
- {
306145
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306146
- "name": "HoverEvents"
306147
- }
306148
- ],
306149
- "required": false,
306150
- "type": {
306151
- "name": "((isHovering: boolean) => void)"
306152
- }
306153
- },
306154
306044
  "dir": {
306155
306045
  "defaultValue": null,
306156
306046
  "description": "",
@@ -306227,25 +306117,6 @@
306227
306117
  "name": "boolean"
306228
306118
  }
306229
306119
  },
306230
- "translate": {
306231
- "defaultValue": null,
306232
- "description": "",
306233
- "name": "translate",
306234
- "parent": {
306235
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306236
- "name": "GlobalDOMAttributes"
306237
- },
306238
- "declarations": [
306239
- {
306240
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306241
- "name": "GlobalDOMAttributes"
306242
- }
306243
- ],
306244
- "required": false,
306245
- "type": {
306246
- "name": "\"yes\" | \"no\""
306247
- }
306248
- },
306249
306120
  "onClick": {
306250
306121
  "defaultValue": null,
306251
306122
  "description": "",
@@ -307461,6 +307332,154 @@
307461
307332
  "type": {
307462
307333
  "name": "TransitionEventHandler<HTMLDivElement>"
307463
307334
  }
307335
+ },
307336
+ "width": {
307337
+ "defaultValue": null,
307338
+ "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
307339
+ "name": "width",
307340
+ "parent": {
307341
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307342
+ "name": "ColumnProps"
307343
+ },
307344
+ "declarations": [
307345
+ {
307346
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307347
+ "name": "ColumnProps"
307348
+ }
307349
+ ],
307350
+ "required": false,
307351
+ "type": {
307352
+ "name": "ColumnSize | null"
307353
+ }
307354
+ },
307355
+ "textValue": {
307356
+ "defaultValue": null,
307357
+ "description": "A string representation of the row's contents, used for features like typeahead.",
307358
+ "name": "textValue",
307359
+ "parent": {
307360
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307361
+ "name": "RowProps"
307362
+ },
307363
+ "declarations": [
307364
+ {
307365
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307366
+ "name": "RowProps"
307367
+ }
307368
+ ],
307369
+ "required": false,
307370
+ "type": {
307371
+ "name": "string"
307372
+ }
307373
+ },
307374
+ "minWidth": {
307375
+ "defaultValue": null,
307376
+ "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
307377
+ "name": "minWidth",
307378
+ "parent": {
307379
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307380
+ "name": "ColumnProps"
307381
+ },
307382
+ "declarations": [
307383
+ {
307384
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307385
+ "name": "ColumnProps"
307386
+ }
307387
+ ],
307388
+ "required": false,
307389
+ "type": {
307390
+ "name": "ColumnStaticSize | null"
307391
+ }
307392
+ },
307393
+ "maxWidth": {
307394
+ "defaultValue": null,
307395
+ "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
307396
+ "name": "maxWidth",
307397
+ "parent": {
307398
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307399
+ "name": "ColumnProps"
307400
+ },
307401
+ "declarations": [
307402
+ {
307403
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307404
+ "name": "ColumnProps"
307405
+ }
307406
+ ],
307407
+ "required": false,
307408
+ "type": {
307409
+ "name": "ColumnStaticSize | null"
307410
+ }
307411
+ },
307412
+ "allowsSorting": {
307413
+ "defaultValue": null,
307414
+ "description": "Whether the column allows sorting.",
307415
+ "name": "allowsSorting",
307416
+ "parent": {
307417
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307418
+ "name": "ColumnProps"
307419
+ },
307420
+ "declarations": [
307421
+ {
307422
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307423
+ "name": "ColumnProps"
307424
+ }
307425
+ ],
307426
+ "required": false,
307427
+ "type": {
307428
+ "name": "boolean"
307429
+ }
307430
+ },
307431
+ "isRowHeader": {
307432
+ "defaultValue": null,
307433
+ "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be\nannounced by assistive technology during row navigation.",
307434
+ "name": "isRowHeader",
307435
+ "parent": {
307436
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307437
+ "name": "ColumnProps"
307438
+ },
307439
+ "declarations": [
307440
+ {
307441
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307442
+ "name": "ColumnProps"
307443
+ }
307444
+ ],
307445
+ "required": false,
307446
+ "type": {
307447
+ "name": "boolean"
307448
+ }
307449
+ },
307450
+ "defaultWidth": {
307451
+ "defaultValue": null,
307452
+ "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
307453
+ "name": "defaultWidth",
307454
+ "parent": {
307455
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307456
+ "name": "ColumnProps"
307457
+ },
307458
+ "declarations": [
307459
+ {
307460
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307461
+ "name": "ColumnProps"
307462
+ }
307463
+ ],
307464
+ "required": false,
307465
+ "type": {
307466
+ "name": "ColumnSize | null"
307467
+ }
307468
+ },
307469
+ "children": {
307470
+ "defaultValue": null,
307471
+ "description": "",
307472
+ "name": "children",
307473
+ "declarations": [
307474
+ {
307475
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
307476
+ "name": "TypeLiteral"
307477
+ }
307478
+ ],
307479
+ "required": false,
307480
+ "type": {
307481
+ "name": "ReactNode"
307482
+ }
307464
307483
  }
307465
307484
  }
307466
307485
  },
@@ -317361,68 +317380,6 @@
317361
317380
  }
317362
317381
  }
317363
317382
  },
317364
- {
317365
- "tags": {},
317366
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
317367
- "description": "",
317368
- "displayName": "LinkListTunnelExit",
317369
- "methods": [],
317370
- "props": {
317371
- "id": {
317372
- "defaultValue": null,
317373
- "description": "",
317374
- "name": "id",
317375
- "parent": {
317376
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317377
- "name": "TunnelExitProps"
317378
- },
317379
- "declarations": [
317380
- {
317381
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317382
- "name": "TunnelExitProps"
317383
- }
317384
- ],
317385
- "required": false,
317386
- "type": {
317387
- "name": "string"
317388
- }
317389
- },
317390
- "children": {
317391
- "defaultValue": null,
317392
- "description": "",
317393
- "name": "children",
317394
- "parent": {
317395
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317396
- "name": "TunnelExitProps"
317397
- },
317398
- "declarations": [
317399
- {
317400
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317401
- "name": "TunnelExitProps"
317402
- }
317403
- ],
317404
- "required": false,
317405
- "type": {
317406
- "name": "TunnelChildren"
317407
- }
317408
- },
317409
- "component": {
317410
- "defaultValue": null,
317411
- "description": "",
317412
- "name": "component",
317413
- "declarations": [
317414
- {
317415
- "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
317416
- "name": "TypeLiteral"
317417
- }
317418
- ],
317419
- "required": true,
317420
- "type": {
317421
- "name": "keyof FlowComponentPropsTypes"
317422
- }
317423
- }
317424
- }
317425
- },
317426
317383
  {
317427
317384
  "tags": {
317428
317385
  "flr-generate": "all"
@@ -322811,6 +322768,68 @@
322811
322768
  }
322812
322769
  }
322813
322770
  },
322771
+ {
322772
+ "tags": {},
322773
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
322774
+ "description": "",
322775
+ "displayName": "LinkListTunnelExit",
322776
+ "methods": [],
322777
+ "props": {
322778
+ "id": {
322779
+ "defaultValue": null,
322780
+ "description": "",
322781
+ "name": "id",
322782
+ "parent": {
322783
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322784
+ "name": "TunnelExitProps"
322785
+ },
322786
+ "declarations": [
322787
+ {
322788
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322789
+ "name": "TunnelExitProps"
322790
+ }
322791
+ ],
322792
+ "required": false,
322793
+ "type": {
322794
+ "name": "string"
322795
+ }
322796
+ },
322797
+ "children": {
322798
+ "defaultValue": null,
322799
+ "description": "",
322800
+ "name": "children",
322801
+ "parent": {
322802
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322803
+ "name": "TunnelExitProps"
322804
+ },
322805
+ "declarations": [
322806
+ {
322807
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322808
+ "name": "TunnelExitProps"
322809
+ }
322810
+ ],
322811
+ "required": false,
322812
+ "type": {
322813
+ "name": "TunnelChildren"
322814
+ }
322815
+ },
322816
+ "component": {
322817
+ "defaultValue": null,
322818
+ "description": "",
322819
+ "name": "component",
322820
+ "declarations": [
322821
+ {
322822
+ "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
322823
+ "name": "TypeLiteral"
322824
+ }
322825
+ ],
322826
+ "required": true,
322827
+ "type": {
322828
+ "name": "keyof FlowComponentPropsTypes"
322829
+ }
322830
+ }
322831
+ }
322832
+ },
322814
322833
  {
322815
322834
  "tags": {},
322816
322835
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
@@ -322819,6 +322838,14 @@
322819
322838
  "methods": [],
322820
322839
  "props": {}
322821
322840
  },
322841
+ {
322842
+ "tags": {},
322843
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
322844
+ "description": "",
322845
+ "displayName": "ConfirmUnsavedChangesModal",
322846
+ "methods": [],
322847
+ "props": {}
322848
+ },
322822
322849
  {
322823
322850
  "tags": {},
322824
322851
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -322957,14 +322984,6 @@
322957
322984
  }
322958
322985
  }
322959
322986
  },
322960
- {
322961
- "tags": {},
322962
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
322963
- "description": "",
322964
- "displayName": "ConfirmUnsavedChangesModal",
322965
- "methods": [],
322966
- "props": {}
322967
- },
322968
322987
  {
322969
322988
  "tags": {
322970
322989
  "flr-generate": "all"
@@ -326769,24 +326788,47 @@
326769
326788
  "tags": {
326770
326789
  "flr-generate": "all"
326771
326790
  },
326772
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
326791
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
326773
326792
  "description": "",
326774
- "displayName": "ContextMenuSection",
326793
+ "displayName": "ContextMenuTrigger",
326775
326794
  "methods": [],
326776
326795
  "props": {
326777
- "children": {
326796
+ "isDefaultOpen": {
326778
326797
  "defaultValue": null,
326779
- "description": "",
326780
- "name": "children",
326798
+ "description": "Whether the overlay should be open initially.",
326799
+ "name": "isDefaultOpen",
326800
+ "parent": {
326801
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326802
+ "name": "OverlayTriggerProps"
326803
+ },
326781
326804
  "declarations": [
326782
326805
  {
326783
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
326784
- "name": "TypeLiteral"
326806
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326807
+ "name": "OverlayTriggerProps"
326785
326808
  }
326786
326809
  ],
326787
326810
  "required": false,
326788
326811
  "type": {
326789
- "name": "ReactNode"
326812
+ "name": "boolean"
326813
+ }
326814
+ },
326815
+ "controller": {
326816
+ "defaultValue": null,
326817
+ "description": "A controller to control the state of the overlay.",
326818
+ "name": "controller",
326819
+ "parent": {
326820
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326821
+ "name": "OverlayTriggerProps"
326822
+ },
326823
+ "declarations": [
326824
+ {
326825
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326826
+ "name": "OverlayTriggerProps"
326827
+ }
326828
+ ],
326829
+ "required": false,
326830
+ "type": {
326831
+ "name": "OverlayController"
326790
326832
  }
326791
326833
  },
326792
326834
  "wrapWith": {
@@ -326865,57 +326907,19 @@
326865
326907
  "name": "Key | null"
326866
326908
  }
326867
326909
  },
326868
- "selectedKeys": {
326869
- "defaultValue": null,
326870
- "description": "The currently selected keys in the collection (controlled).",
326871
- "name": "selectedKeys",
326872
- "parent": {
326873
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
326874
- "name": "MultipleSelection"
326875
- },
326876
- "declarations": [
326877
- {
326878
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
326879
- "name": "MultipleSelection"
326880
- }
326881
- ],
326882
- "required": false,
326883
- "type": {
326884
- "name": "\"all\" | Iterable<Key>"
326885
- }
326886
- },
326887
- "defaultSelectedKeys": {
326888
- "defaultValue": null,
326889
- "description": "The initial selected keys in the collection (uncontrolled).",
326890
- "name": "defaultSelectedKeys",
326891
- "parent": {
326892
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
326893
- "name": "MultipleSelection"
326894
- },
326895
- "declarations": [
326896
- {
326897
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
326898
- "name": "MultipleSelection"
326899
- }
326900
- ],
326901
- "required": false,
326902
- "type": {
326903
- "name": "\"all\" | Iterable<Key>"
326904
- }
326905
- },
326906
- "selectionMode": {
326910
+ "children": {
326907
326911
  "defaultValue": null,
326908
326912
  "description": "",
326909
- "name": "selectionMode",
326913
+ "name": "children",
326910
326914
  "declarations": [
326911
326915
  {
326912
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
326916
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
326913
326917
  "name": "TypeLiteral"
326914
326918
  }
326915
326919
  ],
326916
326920
  "required": false,
326917
326921
  "type": {
326918
- "name": "ContextMenuSelectionMode"
326922
+ "name": "ReactNode"
326919
326923
  }
326920
326924
  }
326921
326925
  }
@@ -326924,47 +326928,24 @@
326924
326928
  "tags": {
326925
326929
  "flr-generate": "all"
326926
326930
  },
326927
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
326931
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
326928
326932
  "description": "",
326929
- "displayName": "ContextMenuTrigger",
326933
+ "displayName": "ContextMenuSection",
326930
326934
  "methods": [],
326931
326935
  "props": {
326932
- "isDefaultOpen": {
326933
- "defaultValue": null,
326934
- "description": "Whether the overlay should be open initially.",
326935
- "name": "isDefaultOpen",
326936
- "parent": {
326937
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326938
- "name": "OverlayTriggerProps"
326939
- },
326940
- "declarations": [
326941
- {
326942
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326943
- "name": "OverlayTriggerProps"
326944
- }
326945
- ],
326946
- "required": false,
326947
- "type": {
326948
- "name": "boolean"
326949
- }
326950
- },
326951
- "controller": {
326936
+ "children": {
326952
326937
  "defaultValue": null,
326953
- "description": "A controller to control the state of the overlay.",
326954
- "name": "controller",
326955
- "parent": {
326956
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326957
- "name": "OverlayTriggerProps"
326958
- },
326938
+ "description": "",
326939
+ "name": "children",
326959
326940
  "declarations": [
326960
326941
  {
326961
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
326962
- "name": "OverlayTriggerProps"
326942
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
326943
+ "name": "TypeLiteral"
326963
326944
  }
326964
326945
  ],
326965
326946
  "required": false,
326966
326947
  "type": {
326967
- "name": "OverlayController"
326948
+ "name": "ReactNode"
326968
326949
  }
326969
326950
  },
326970
326951
  "wrapWith": {
@@ -327043,19 +327024,57 @@
327043
327024
  "name": "Key | null"
327044
327025
  }
327045
327026
  },
327046
- "children": {
327027
+ "selectedKeys": {
327028
+ "defaultValue": null,
327029
+ "description": "The currently selected keys in the collection (controlled).",
327030
+ "name": "selectedKeys",
327031
+ "parent": {
327032
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
327033
+ "name": "MultipleSelection"
327034
+ },
327035
+ "declarations": [
327036
+ {
327037
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
327038
+ "name": "MultipleSelection"
327039
+ }
327040
+ ],
327041
+ "required": false,
327042
+ "type": {
327043
+ "name": "\"all\" | Iterable<Key>"
327044
+ }
327045
+ },
327046
+ "defaultSelectedKeys": {
327047
+ "defaultValue": null,
327048
+ "description": "The initial selected keys in the collection (uncontrolled).",
327049
+ "name": "defaultSelectedKeys",
327050
+ "parent": {
327051
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
327052
+ "name": "MultipleSelection"
327053
+ },
327054
+ "declarations": [
327055
+ {
327056
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
327057
+ "name": "MultipleSelection"
327058
+ }
327059
+ ],
327060
+ "required": false,
327061
+ "type": {
327062
+ "name": "\"all\" | Iterable<Key>"
327063
+ }
327064
+ },
327065
+ "selectionMode": {
327047
327066
  "defaultValue": null,
327048
327067
  "description": "",
327049
- "name": "children",
327068
+ "name": "selectionMode",
327050
327069
  "declarations": [
327051
327070
  {
327052
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
327071
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
327053
327072
  "name": "TypeLiteral"
327054
327073
  }
327055
327074
  ],
327056
327075
  "required": false,
327057
327076
  "type": {
327058
- "name": "ReactNode"
327077
+ "name": "ContextMenuSelectionMode"
327059
327078
  }
327060
327079
  }
327061
327080
  }
@@ -330179,6 +330198,175 @@
330179
330198
  }
330180
330199
  }
330181
330200
  },
330201
+ {
330202
+ "tags": {
330203
+ "flr-generate": "all"
330204
+ },
330205
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
330206
+ "description": "",
330207
+ "displayName": "Line",
330208
+ "methods": [],
330209
+ "props": {
330210
+ "dataKey": {
330211
+ "defaultValue": null,
330212
+ "description": "",
330213
+ "name": "dataKey",
330214
+ "parent": {
330215
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330216
+ "name": "LineProps"
330217
+ },
330218
+ "declarations": [
330219
+ {
330220
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330221
+ "name": "LineProps"
330222
+ }
330223
+ ],
330224
+ "required": false,
330225
+ "type": {
330226
+ "name": "DataKey<ChartDataValue>"
330227
+ }
330228
+ },
330229
+ "color": {
330230
+ "defaultValue": {
330231
+ "value": "\"sea-green\""
330232
+ },
330233
+ "description": "The color of the line.",
330234
+ "name": "color",
330235
+ "parent": {
330236
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330237
+ "name": "LineProps"
330238
+ },
330239
+ "declarations": [
330240
+ {
330241
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330242
+ "name": "LineProps"
330243
+ }
330244
+ ],
330245
+ "required": false,
330246
+ "type": {
330247
+ "name": "CategoricalWithCustomColor"
330248
+ }
330249
+ },
330250
+ "className": {
330251
+ "defaultValue": null,
330252
+ "description": "",
330253
+ "name": "className",
330254
+ "parent": {
330255
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330256
+ "name": "HTMLAttributes"
330257
+ },
330258
+ "declarations": [
330259
+ {
330260
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330261
+ "name": "HTMLAttributes"
330262
+ }
330263
+ ],
330264
+ "required": false,
330265
+ "type": {
330266
+ "name": "string"
330267
+ }
330268
+ },
330269
+ "key": {
330270
+ "defaultValue": null,
330271
+ "description": "",
330272
+ "name": "key",
330273
+ "parent": {
330274
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330275
+ "name": "Attributes"
330276
+ },
330277
+ "declarations": [
330278
+ {
330279
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330280
+ "name": "Attributes"
330281
+ }
330282
+ ],
330283
+ "required": false,
330284
+ "type": {
330285
+ "name": "Key | null"
330286
+ }
330287
+ },
330288
+ "type": {
330289
+ "defaultValue": null,
330290
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
330291
+ "name": "type",
330292
+ "parent": {
330293
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
330294
+ "name": "CurveProps"
330295
+ },
330296
+ "declarations": [
330297
+ {
330298
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
330299
+ "name": "CurveProps"
330300
+ },
330301
+ {
330302
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330303
+ "name": "LineProps"
330304
+ }
330305
+ ],
330306
+ "required": false,
330307
+ "type": {
330308
+ "name": "CurveType"
330309
+ }
330310
+ },
330311
+ "unit": {
330312
+ "defaultValue": null,
330313
+ "description": "The unit of data. This option will be used in tooltip.",
330314
+ "name": "unit",
330315
+ "parent": {
330316
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330317
+ "name": "LineProps"
330318
+ },
330319
+ "declarations": [
330320
+ {
330321
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330322
+ "name": "LineProps"
330323
+ }
330324
+ ],
330325
+ "required": false,
330326
+ "type": {
330327
+ "name": "string | number | null"
330328
+ }
330329
+ },
330330
+ "xAxisId": {
330331
+ "defaultValue": null,
330332
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
330333
+ "name": "xAxisId",
330334
+ "parent": {
330335
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330336
+ "name": "LineProps"
330337
+ },
330338
+ "declarations": [
330339
+ {
330340
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330341
+ "name": "LineProps"
330342
+ }
330343
+ ],
330344
+ "required": false,
330345
+ "type": {
330346
+ "name": "AxisId"
330347
+ }
330348
+ },
330349
+ "yAxisId": {
330350
+ "defaultValue": null,
330351
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
330352
+ "name": "yAxisId",
330353
+ "parent": {
330354
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330355
+ "name": "LineProps"
330356
+ },
330357
+ "declarations": [
330358
+ {
330359
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330360
+ "name": "LineProps"
330361
+ }
330362
+ ],
330363
+ "required": false,
330364
+ "type": {
330365
+ "name": "AxisId"
330366
+ }
330367
+ }
330368
+ }
330369
+ },
330182
330370
  {
330183
330371
  "tags": {
330184
330372
  "flr-generate": "all"
@@ -330429,175 +330617,6 @@
330429
330617
  }
330430
330618
  }
330431
330619
  },
330432
- {
330433
- "tags": {
330434
- "flr-generate": "all"
330435
- },
330436
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
330437
- "description": "",
330438
- "displayName": "Line",
330439
- "methods": [],
330440
- "props": {
330441
- "dataKey": {
330442
- "defaultValue": null,
330443
- "description": "",
330444
- "name": "dataKey",
330445
- "parent": {
330446
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330447
- "name": "LineProps"
330448
- },
330449
- "declarations": [
330450
- {
330451
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330452
- "name": "LineProps"
330453
- }
330454
- ],
330455
- "required": false,
330456
- "type": {
330457
- "name": "DataKey<ChartDataValue>"
330458
- }
330459
- },
330460
- "color": {
330461
- "defaultValue": {
330462
- "value": "\"sea-green\""
330463
- },
330464
- "description": "The color of the line.",
330465
- "name": "color",
330466
- "parent": {
330467
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330468
- "name": "LineProps"
330469
- },
330470
- "declarations": [
330471
- {
330472
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
330473
- "name": "LineProps"
330474
- }
330475
- ],
330476
- "required": false,
330477
- "type": {
330478
- "name": "CategoricalWithCustomColor"
330479
- }
330480
- },
330481
- "className": {
330482
- "defaultValue": null,
330483
- "description": "",
330484
- "name": "className",
330485
- "parent": {
330486
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330487
- "name": "HTMLAttributes"
330488
- },
330489
- "declarations": [
330490
- {
330491
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330492
- "name": "HTMLAttributes"
330493
- }
330494
- ],
330495
- "required": false,
330496
- "type": {
330497
- "name": "string"
330498
- }
330499
- },
330500
- "key": {
330501
- "defaultValue": null,
330502
- "description": "",
330503
- "name": "key",
330504
- "parent": {
330505
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330506
- "name": "Attributes"
330507
- },
330508
- "declarations": [
330509
- {
330510
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330511
- "name": "Attributes"
330512
- }
330513
- ],
330514
- "required": false,
330515
- "type": {
330516
- "name": "Key | null"
330517
- }
330518
- },
330519
- "type": {
330520
- "defaultValue": null,
330521
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
330522
- "name": "type",
330523
- "parent": {
330524
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
330525
- "name": "CurveProps"
330526
- },
330527
- "declarations": [
330528
- {
330529
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
330530
- "name": "CurveProps"
330531
- },
330532
- {
330533
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330534
- "name": "LineProps"
330535
- }
330536
- ],
330537
- "required": false,
330538
- "type": {
330539
- "name": "CurveType"
330540
- }
330541
- },
330542
- "unit": {
330543
- "defaultValue": null,
330544
- "description": "The unit of data. This option will be used in tooltip.",
330545
- "name": "unit",
330546
- "parent": {
330547
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330548
- "name": "LineProps"
330549
- },
330550
- "declarations": [
330551
- {
330552
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330553
- "name": "LineProps"
330554
- }
330555
- ],
330556
- "required": false,
330557
- "type": {
330558
- "name": "string | number | null"
330559
- }
330560
- },
330561
- "xAxisId": {
330562
- "defaultValue": null,
330563
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
330564
- "name": "xAxisId",
330565
- "parent": {
330566
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330567
- "name": "LineProps"
330568
- },
330569
- "declarations": [
330570
- {
330571
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330572
- "name": "LineProps"
330573
- }
330574
- ],
330575
- "required": false,
330576
- "type": {
330577
- "name": "AxisId"
330578
- }
330579
- },
330580
- "yAxisId": {
330581
- "defaultValue": null,
330582
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
330583
- "name": "yAxisId",
330584
- "parent": {
330585
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330586
- "name": "LineProps"
330587
- },
330588
- "declarations": [
330589
- {
330590
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
330591
- "name": "LineProps"
330592
- }
330593
- ],
330594
- "required": false,
330595
- "type": {
330596
- "name": "AxisId"
330597
- }
330598
- }
330599
- }
330600
- },
330601
330620
  {
330602
330621
  "tags": {},
330603
330622
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
@@ -330658,23 +330677,23 @@
330658
330677
  "name": "ReactNode"
330659
330678
  }
330660
330679
  },
330661
- "width": {
330680
+ "className": {
330662
330681
  "defaultValue": null,
330663
330682
  "description": "",
330664
- "name": "width",
330683
+ "name": "className",
330665
330684
  "parent": {
330666
330685
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330667
- "name": "SVGAttributes"
330686
+ "name": "HTMLAttributes"
330668
330687
  },
330669
330688
  "declarations": [
330670
330689
  {
330671
330690
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330672
- "name": "SVGAttributes"
330691
+ "name": "HTMLAttributes"
330673
330692
  }
330674
330693
  ],
330675
330694
  "required": false,
330676
330695
  "type": {
330677
- "name": "string | number"
330696
+ "name": "string"
330678
330697
  }
330679
330698
  },
330680
330699
  "offset": {
@@ -330696,25 +330715,6 @@
330696
330715
  "name": "string | number"
330697
330716
  }
330698
330717
  },
330699
- "className": {
330700
- "defaultValue": null,
330701
- "description": "",
330702
- "name": "className",
330703
- "parent": {
330704
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330705
- "name": "HTMLAttributes"
330706
- },
330707
- "declarations": [
330708
- {
330709
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330710
- "name": "HTMLAttributes"
330711
- }
330712
- ],
330713
- "required": false,
330714
- "type": {
330715
- "name": "string"
330716
- }
330717
- },
330718
330718
  "aria-label": {
330719
330719
  "defaultValue": null,
330720
330720
  "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
@@ -331844,6 +331844,25 @@
331844
331844
  "name": "string | number"
331845
331845
  }
331846
331846
  },
331847
+ "width": {
331848
+ "defaultValue": null,
331849
+ "description": "",
331850
+ "name": "width",
331851
+ "parent": {
331852
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331853
+ "name": "SVGAttributes"
331854
+ },
331855
+ "declarations": [
331856
+ {
331857
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331858
+ "name": "SVGAttributes"
331859
+ }
331860
+ ],
331861
+ "required": false,
331862
+ "type": {
331863
+ "name": "string | number"
331864
+ }
331865
+ },
331847
331866
  "ref": {
331848
331867
  "defaultValue": null,
331849
331868
  "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}",
@@ -344705,23 +344724,23 @@
344705
344724
  "name": "string"
344706
344725
  }
344707
344726
  },
344708
- "width": {
344727
+ "className": {
344709
344728
  "defaultValue": null,
344710
344729
  "description": "",
344711
- "name": "width",
344730
+ "name": "className",
344712
344731
  "parent": {
344713
344732
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344714
- "name": "SVGAttributes"
344733
+ "name": "HTMLAttributes"
344715
344734
  },
344716
344735
  "declarations": [
344717
344736
  {
344718
344737
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344719
- "name": "SVGAttributes"
344738
+ "name": "HTMLAttributes"
344720
344739
  }
344721
344740
  ],
344722
344741
  "required": false,
344723
344742
  "type": {
344724
- "name": "string | number"
344743
+ "name": "string"
344725
344744
  }
344726
344745
  },
344727
344746
  "offset": {
@@ -344743,25 +344762,6 @@
344743
344762
  "name": "string | number"
344744
344763
  }
344745
344764
  },
344746
- "className": {
344747
- "defaultValue": null,
344748
- "description": "",
344749
- "name": "className",
344750
- "parent": {
344751
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344752
- "name": "HTMLAttributes"
344753
- },
344754
- "declarations": [
344755
- {
344756
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344757
- "name": "HTMLAttributes"
344758
- }
344759
- ],
344760
- "required": false,
344761
- "type": {
344762
- "name": "string"
344763
- }
344764
- },
344765
344765
  "style": {
344766
344766
  "defaultValue": null,
344767
344767
  "description": "",
@@ -344933,6 +344933,25 @@
344933
344933
  "name": "string | number"
344934
344934
  }
344935
344935
  },
344936
+ "width": {
344937
+ "defaultValue": null,
344938
+ "description": "",
344939
+ "name": "width",
344940
+ "parent": {
344941
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344942
+ "name": "SVGAttributes"
344943
+ },
344944
+ "declarations": [
344945
+ {
344946
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344947
+ "name": "SVGAttributes"
344948
+ }
344949
+ ],
344950
+ "required": false,
344951
+ "type": {
344952
+ "name": "string | number"
344953
+ }
344954
+ },
344936
344955
  "ref": {
344937
344956
  "defaultValue": null,
344938
344957
  "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}",
@@ -350120,6 +350139,14 @@
350120
350139
  }
350121
350140
  }
350122
350141
  },
350142
+ {
350143
+ "tags": {},
350144
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
350145
+ "description": "",
350146
+ "displayName": "CalendarHeader",
350147
+ "methods": [],
350148
+ "props": {}
350149
+ },
350123
350150
  {
350124
350151
  "tags": {
350125
350152
  "flr-generate": "all"
@@ -352047,14 +352074,6 @@
352047
352074
  }
352048
352075
  }
352049
352076
  },
352050
- {
352051
- "tags": {},
352052
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
352053
- "description": "",
352054
- "displayName": "CalendarHeader",
352055
- "methods": [],
352056
- "props": {}
352057
- },
352058
352077
  {
352059
352078
  "tags": {},
352060
352079
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -352283,6 +352302,130 @@
352283
352302
  }
352284
352303
  }
352285
352304
  },
352305
+ {
352306
+ "tags": {},
352307
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
352308
+ "description": "",
352309
+ "displayName": "Item",
352310
+ "methods": [],
352311
+ "props": {
352312
+ "id": {
352313
+ "defaultValue": null,
352314
+ "description": "",
352315
+ "name": "id",
352316
+ "parent": {
352317
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352318
+ "name": "Props"
352319
+ },
352320
+ "declarations": [
352321
+ {
352322
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352323
+ "name": "Props"
352324
+ }
352325
+ ],
352326
+ "required": true,
352327
+ "type": {
352328
+ "name": "Key"
352329
+ }
352330
+ },
352331
+ "data": {
352332
+ "defaultValue": null,
352333
+ "description": "",
352334
+ "name": "data",
352335
+ "parent": {
352336
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352337
+ "name": "Props"
352338
+ },
352339
+ "declarations": [
352340
+ {
352341
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352342
+ "name": "Props"
352343
+ }
352344
+ ],
352345
+ "required": true,
352346
+ "type": {
352347
+ "name": "never"
352348
+ }
352349
+ },
352350
+ "children": {
352351
+ "defaultValue": null,
352352
+ "description": "",
352353
+ "name": "children",
352354
+ "declarations": [
352355
+ {
352356
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
352357
+ "name": "TypeLiteral"
352358
+ }
352359
+ ],
352360
+ "required": false,
352361
+ "type": {
352362
+ "name": "ReactNode"
352363
+ }
352364
+ }
352365
+ }
352366
+ },
352367
+ {
352368
+ "tags": {},
352369
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
352370
+ "description": "",
352371
+ "displayName": "ItemContainer",
352372
+ "methods": [],
352373
+ "props": {
352374
+ "id": {
352375
+ "defaultValue": null,
352376
+ "description": "",
352377
+ "name": "id",
352378
+ "parent": {
352379
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352380
+ "name": "Props"
352381
+ },
352382
+ "declarations": [
352383
+ {
352384
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352385
+ "name": "Props"
352386
+ }
352387
+ ],
352388
+ "required": true,
352389
+ "type": {
352390
+ "name": "Key"
352391
+ }
352392
+ },
352393
+ "data": {
352394
+ "defaultValue": null,
352395
+ "description": "",
352396
+ "name": "data",
352397
+ "parent": {
352398
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352399
+ "name": "Props"
352400
+ },
352401
+ "declarations": [
352402
+ {
352403
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
352404
+ "name": "Props"
352405
+ }
352406
+ ],
352407
+ "required": true,
352408
+ "type": {
352409
+ "name": "never"
352410
+ }
352411
+ },
352412
+ "children": {
352413
+ "defaultValue": null,
352414
+ "description": "",
352415
+ "name": "children",
352416
+ "declarations": [
352417
+ {
352418
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
352419
+ "name": "TypeLiteral"
352420
+ }
352421
+ ],
352422
+ "required": false,
352423
+ "type": {
352424
+ "name": "ReactNode"
352425
+ }
352426
+ }
352427
+ }
352428
+ },
352286
352429
  {
352287
352430
  "tags": {
352288
352431
  "flr-generate": "all"
@@ -354116,6 +354259,14 @@
354116
354259
  }
354117
354260
  }
354118
354261
  },
354262
+ {
354263
+ "tags": {},
354264
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
354265
+ "description": "",
354266
+ "displayName": "FallbackItems",
354267
+ "methods": [],
354268
+ "props": {}
354269
+ },
354119
354270
  {
354120
354271
  "tags": {
354121
354272
  "flr-generate": "all"
@@ -356075,169 +356226,93 @@
356075
356226
  },
356076
356227
  {
356077
356228
  "tags": {},
356078
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
356229
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356079
356230
  "description": "",
356080
- "displayName": "Item",
356231
+ "displayName": "ViewModeMenuItem",
356081
356232
  "methods": [],
356082
356233
  "props": {
356083
- "id": {
356084
- "defaultValue": null,
356085
- "description": "",
356086
- "name": "id",
356087
- "parent": {
356088
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356089
- "name": "Props"
356090
- },
356091
- "declarations": [
356092
- {
356093
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356094
- "name": "Props"
356095
- }
356096
- ],
356097
- "required": true,
356098
- "type": {
356099
- "name": "Key"
356100
- }
356101
- },
356102
- "data": {
356234
+ "viewMode": {
356103
356235
  "defaultValue": null,
356104
356236
  "description": "",
356105
- "name": "data",
356237
+ "name": "viewMode",
356106
356238
  "parent": {
356107
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356239
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356108
356240
  "name": "Props"
356109
356241
  },
356110
356242
  "declarations": [
356111
356243
  {
356112
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356244
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356113
356245
  "name": "Props"
356114
356246
  }
356115
356247
  ],
356116
356248
  "required": true,
356117
356249
  "type": {
356118
- "name": "never"
356119
- }
356120
- },
356121
- "children": {
356122
- "defaultValue": null,
356123
- "description": "",
356124
- "name": "children",
356125
- "declarations": [
356126
- {
356127
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
356128
- "name": "TypeLiteral"
356129
- }
356130
- ],
356131
- "required": false,
356132
- "type": {
356133
- "name": "ReactNode"
356250
+ "name": "ListViewMode"
356134
356251
  }
356135
356252
  }
356136
356253
  }
356137
356254
  },
356138
356255
  {
356139
356256
  "tags": {},
356140
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
356257
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356141
356258
  "description": "",
356142
- "displayName": "ItemContainer",
356259
+ "displayName": "ViewModeContextMenu",
356143
356260
  "methods": [],
356144
356261
  "props": {
356145
- "id": {
356146
- "defaultValue": null,
356147
- "description": "",
356148
- "name": "id",
356149
- "parent": {
356150
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356151
- "name": "Props"
356152
- },
356153
- "declarations": [
356154
- {
356155
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356156
- "name": "Props"
356157
- }
356158
- ],
356159
- "required": true,
356160
- "type": {
356161
- "name": "Key"
356162
- }
356163
- },
356164
- "data": {
356262
+ "isDisabled": {
356165
356263
  "defaultValue": null,
356166
356264
  "description": "",
356167
- "name": "data",
356265
+ "name": "isDisabled",
356168
356266
  "parent": {
356169
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356267
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356170
356268
  "name": "Props"
356171
356269
  },
356172
356270
  "declarations": [
356173
356271
  {
356174
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
356272
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356175
356273
  "name": "Props"
356176
356274
  }
356177
356275
  ],
356178
- "required": true,
356179
- "type": {
356180
- "name": "never"
356181
- }
356182
- },
356183
- "children": {
356184
- "defaultValue": null,
356185
- "description": "",
356186
- "name": "children",
356187
- "declarations": [
356188
- {
356189
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
356190
- "name": "TypeLiteral"
356191
- }
356192
- ],
356193
356276
  "required": false,
356194
356277
  "type": {
356195
- "name": "ReactNode"
356278
+ "name": "boolean"
356196
356279
  }
356197
356280
  }
356198
356281
  }
356199
356282
  },
356200
356283
  {
356201
356284
  "tags": {},
356202
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
356203
- "description": "",
356204
- "displayName": "FallbackItems",
356205
- "methods": [],
356206
- "props": {}
356207
- },
356208
- {
356209
- "tags": {},
356210
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356285
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356211
356286
  "description": "",
356212
- "displayName": "ViewModeMenuItem",
356287
+ "displayName": "SortingMenuItem",
356213
356288
  "methods": [],
356214
356289
  "props": {
356215
- "viewMode": {
356290
+ "sorting": {
356216
356291
  "defaultValue": null,
356217
356292
  "description": "",
356218
- "name": "viewMode",
356293
+ "name": "sorting",
356219
356294
  "parent": {
356220
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356295
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356221
356296
  "name": "Props"
356222
356297
  },
356223
356298
  "declarations": [
356224
356299
  {
356225
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356300
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356226
356301
  "name": "Props"
356227
356302
  }
356228
356303
  ],
356229
356304
  "required": true,
356230
356305
  "type": {
356231
- "name": "ListViewMode"
356306
+ "name": "Sorting<never>"
356232
356307
  }
356233
356308
  }
356234
356309
  }
356235
356310
  },
356236
356311
  {
356237
356312
  "tags": {},
356238
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356313
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356239
356314
  "description": "",
356240
- "displayName": "ViewModeContextMenu",
356315
+ "displayName": "SortingContextMenu",
356241
356316
  "methods": [],
356242
356317
  "props": {
356243
356318
  "isDisabled": {
@@ -356245,12 +356320,12 @@
356245
356320
  "description": "",
356246
356321
  "name": "isDisabled",
356247
356322
  "parent": {
356248
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356323
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356249
356324
  "name": "Props"
356250
356325
  },
356251
356326
  "declarations": [
356252
356327
  {
356253
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356328
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356254
356329
  "name": "Props"
356255
356330
  }
356256
356331
  ],
@@ -356263,50 +356338,41 @@
356263
356338
  },
356264
356339
  {
356265
356340
  "tags": {},
356266
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356341
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356267
356342
  "description": "",
356268
- "displayName": "SortingMenuItem",
356343
+ "displayName": "SearchField",
356269
356344
  "methods": [],
356270
356345
  "props": {
356271
- "sorting": {
356346
+ "search": {
356272
356347
  "defaultValue": null,
356273
356348
  "description": "",
356274
- "name": "sorting",
356349
+ "name": "search",
356275
356350
  "parent": {
356276
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356351
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356277
356352
  "name": "Props"
356278
356353
  },
356279
356354
  "declarations": [
356280
356355
  {
356281
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356356
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356282
356357
  "name": "Props"
356283
356358
  }
356284
356359
  ],
356285
356360
  "required": true,
356286
356361
  "type": {
356287
- "name": "Sorting<never>"
356362
+ "name": "Search<never>"
356288
356363
  }
356289
- }
356290
- }
356291
- },
356292
- {
356293
- "tags": {},
356294
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356295
- "description": "",
356296
- "displayName": "SortingContextMenu",
356297
- "methods": [],
356298
- "props": {
356364
+ },
356299
356365
  "isDisabled": {
356300
356366
  "defaultValue": null,
356301
356367
  "description": "",
356302
356368
  "name": "isDisabled",
356303
356369
  "parent": {
356304
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356370
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356305
356371
  "name": "Props"
356306
356372
  },
356307
356373
  "declarations": [
356308
356374
  {
356309
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356375
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356310
356376
  "name": "Props"
356311
356377
  }
356312
356378
  ],
@@ -356314,6 +356380,25 @@
356314
356380
  "type": {
356315
356381
  "name": "boolean"
356316
356382
  }
356383
+ },
356384
+ "className": {
356385
+ "defaultValue": null,
356386
+ "description": "The elements class name.",
356387
+ "name": "className",
356388
+ "parent": {
356389
+ "fileName": "components/src/lib/types/props.ts",
356390
+ "name": "PropsWithClassName"
356391
+ },
356392
+ "declarations": [
356393
+ {
356394
+ "fileName": "components/src/lib/types/props.ts",
356395
+ "name": "PropsWithClassName"
356396
+ }
356397
+ ],
356398
+ "required": false,
356399
+ "type": {
356400
+ "name": "string"
356401
+ }
356317
356402
  }
356318
356403
  }
356319
356404
  },
@@ -356701,72 +356786,6 @@
356701
356786
  }
356702
356787
  }
356703
356788
  },
356704
- {
356705
- "tags": {},
356706
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356707
- "description": "",
356708
- "displayName": "SearchField",
356709
- "methods": [],
356710
- "props": {
356711
- "search": {
356712
- "defaultValue": null,
356713
- "description": "",
356714
- "name": "search",
356715
- "parent": {
356716
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356717
- "name": "Props"
356718
- },
356719
- "declarations": [
356720
- {
356721
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356722
- "name": "Props"
356723
- }
356724
- ],
356725
- "required": true,
356726
- "type": {
356727
- "name": "Search<never>"
356728
- }
356729
- },
356730
- "isDisabled": {
356731
- "defaultValue": null,
356732
- "description": "",
356733
- "name": "isDisabled",
356734
- "parent": {
356735
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356736
- "name": "Props"
356737
- },
356738
- "declarations": [
356739
- {
356740
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356741
- "name": "Props"
356742
- }
356743
- ],
356744
- "required": false,
356745
- "type": {
356746
- "name": "boolean"
356747
- }
356748
- },
356749
- "className": {
356750
- "defaultValue": null,
356751
- "description": "The elements class name.",
356752
- "name": "className",
356753
- "parent": {
356754
- "fileName": "components/src/lib/types/props.ts",
356755
- "name": "PropsWithClassName"
356756
- },
356757
- "declarations": [
356758
- {
356759
- "fileName": "components/src/lib/types/props.ts",
356760
- "name": "PropsWithClassName"
356761
- }
356762
- ],
356763
- "required": false,
356764
- "type": {
356765
- "name": "string"
356766
- }
356767
- }
356768
- }
356769
- },
356770
356789
  {
356771
356790
  "tags": {},
356772
356791
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
@@ -364685,6 +364704,49 @@
364685
364704
  }
364686
364705
  }
364687
364706
  },
364707
+ {
364708
+ "tags": {},
364709
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364710
+ "description": "",
364711
+ "displayName": "useGridItemProps",
364712
+ "methods": [],
364713
+ "props": {
364714
+ "data": {
364715
+ "defaultValue": null,
364716
+ "description": "",
364717
+ "name": "data",
364718
+ "parent": {
364719
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364720
+ "name": "P"
364721
+ },
364722
+ "declarations": [
364723
+ {
364724
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364725
+ "name": "P"
364726
+ }
364727
+ ],
364728
+ "required": true,
364729
+ "type": {
364730
+ "name": "never"
364731
+ }
364732
+ },
364733
+ "children": {
364734
+ "defaultValue": null,
364735
+ "description": "",
364736
+ "name": "children",
364737
+ "declarations": [
364738
+ {
364739
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
364740
+ "name": "TypeLiteral"
364741
+ }
364742
+ ],
364743
+ "required": false,
364744
+ "type": {
364745
+ "name": "ReactNode"
364746
+ }
364747
+ }
364748
+ }
364749
+ },
364688
364750
  {
364689
364751
  "tags": {},
364690
364752
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -364766,49 +364828,6 @@
364766
364828
  }
364767
364829
  }
364768
364830
  },
364769
- {
364770
- "tags": {},
364771
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364772
- "description": "",
364773
- "displayName": "useGridItemProps",
364774
- "methods": [],
364775
- "props": {
364776
- "data": {
364777
- "defaultValue": null,
364778
- "description": "",
364779
- "name": "data",
364780
- "parent": {
364781
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364782
- "name": "P"
364783
- },
364784
- "declarations": [
364785
- {
364786
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
364787
- "name": "P"
364788
- }
364789
- ],
364790
- "required": true,
364791
- "type": {
364792
- "name": "never"
364793
- }
364794
- },
364795
- "children": {
364796
- "defaultValue": null,
364797
- "description": "",
364798
- "name": "children",
364799
- "declarations": [
364800
- {
364801
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
364802
- "name": "TypeLiteral"
364803
- }
364804
- ],
364805
- "required": false,
364806
- "type": {
364807
- "name": "ReactNode"
364808
- }
364809
- }
364810
- }
364811
- },
364812
364831
  {
364813
364832
  "tags": {},
364814
364833
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",