@mittwald/flow-react-components 0.2.0-alpha.773 → 0.2.0-alpha.775

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 (64) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +954 -1083
  3. package/dist/js/default.mjs +2 -2
  4. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +2 -2
  5. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
  6. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs +7 -7
  7. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs.map +1 -1
  8. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/{useBoxItemProps.mjs → useGridItemProps.mjs} +5 -5
  9. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -0
  10. package/dist/js/packages/components/src/components/List/components/Items/views/{ListBox/ListBox.mjs → GridList/GridList.mjs} +4 -4
  11. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +1 -0
  12. package/dist/js/packages/components/src/components/List/components/Items/views/{ListBoxItem/ListBoxItem.mjs → GridListItem/GridListItem.mjs} +4 -4
  13. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs.map +1 -0
  14. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs +1 -1
  15. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
  16. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs +15 -0
  17. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs.map +1 -0
  18. package/dist/js/packages/components/src/views/ItemsGridListView.mjs +15 -0
  19. package/dist/js/packages/components/src/views/ItemsGridListView.mjs.map +1 -0
  20. package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  21. package/dist/types/components/List/components/Items/components/Item/hooks/{useBoxItemProps.d.ts → useGridItemProps.d.ts} +4 -4
  22. package/dist/types/components/List/components/Items/components/Item/hooks/useGridItemProps.d.ts.map +1 -0
  23. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts +9 -0
  24. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts.map +1 -0
  25. package/dist/types/components/List/components/Items/views/GridList/index.d.ts +2 -0
  26. package/dist/types/components/List/components/Items/views/{ListBox → GridList}/index.d.ts.map +1 -1
  27. package/dist/types/components/List/components/Items/views/{ListBox → GridList}/view.d.ts +2 -2
  28. package/dist/types/components/List/components/Items/views/GridList/view.d.ts.map +1 -0
  29. package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts +10 -0
  30. package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts.map +1 -0
  31. package/dist/types/components/List/components/Items/views/GridListItem/index.d.ts +3 -0
  32. package/dist/types/components/List/components/Items/views/{ListBoxItem → GridListItem}/index.d.ts.map +1 -1
  33. package/dist/types/components/List/components/Items/views/GridListItem/view.d.ts +8 -0
  34. package/dist/types/components/List/components/Items/views/GridListItem/view.d.ts.map +1 -0
  35. package/dist/types/components/List/index.d.ts +2 -2
  36. package/dist/types/components/List/index.d.ts.map +1 -1
  37. package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
  38. package/dist/types/components/List/typedList.d.ts +1 -1
  39. package/dist/types/views/ItemsGridListItemView.d.ts +5 -0
  40. package/dist/types/views/ItemsGridListItemView.d.ts.map +1 -0
  41. package/dist/types/views/ItemsGridListView.d.ts +5 -0
  42. package/dist/types/views/ItemsGridListView.d.ts.map +1 -0
  43. package/package.json +6 -6
  44. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.mjs.map +0 -1
  45. package/dist/js/packages/components/src/components/List/components/Items/views/ListBox/ListBox.mjs.map +0 -1
  46. package/dist/js/packages/components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.mjs.map +0 -1
  47. package/dist/js/packages/components/src/views/ItemsListBoxItemView.mjs +0 -15
  48. package/dist/js/packages/components/src/views/ItemsListBoxItemView.mjs.map +0 -1
  49. package/dist/js/packages/components/src/views/ItemsListBoxView.mjs +0 -15
  50. package/dist/js/packages/components/src/views/ItemsListBoxView.mjs.map +0 -1
  51. package/dist/types/components/List/components/Items/components/Item/hooks/useBoxItemProps.d.ts.map +0 -1
  52. package/dist/types/components/List/components/Items/views/ListBox/ListBox.d.ts +0 -9
  53. package/dist/types/components/List/components/Items/views/ListBox/ListBox.d.ts.map +0 -1
  54. package/dist/types/components/List/components/Items/views/ListBox/index.d.ts +0 -2
  55. package/dist/types/components/List/components/Items/views/ListBox/view.d.ts.map +0 -1
  56. package/dist/types/components/List/components/Items/views/ListBoxItem/ListBoxItem.d.ts +0 -10
  57. package/dist/types/components/List/components/Items/views/ListBoxItem/ListBoxItem.d.ts.map +0 -1
  58. package/dist/types/components/List/components/Items/views/ListBoxItem/index.d.ts +0 -3
  59. package/dist/types/components/List/components/Items/views/ListBoxItem/view.d.ts +0 -8
  60. package/dist/types/components/List/components/Items/views/ListBoxItem/view.d.ts.map +0 -1
  61. package/dist/types/views/ItemsListBoxItemView.d.ts +0 -5
  62. package/dist/types/views/ItemsListBoxItemView.d.ts.map +0 -1
  63. package/dist/types/views/ItemsListBoxView.d.ts +0 -5
  64. package/dist/types/views/ItemsListBoxView.d.ts.map +0 -1
@@ -284019,12 +284019,10 @@
284019
284019
  }
284020
284020
  },
284021
284021
  {
284022
- "tags": {
284023
- "deprecated": "Use RouterProvider instead"
284024
- },
284025
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284022
+ "tags": {},
284023
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284026
284024
  "description": "",
284027
- "displayName": "LinkProvider",
284025
+ "displayName": "RouterProvider",
284028
284026
  "methods": [],
284029
284027
  "props": {
284030
284028
  "children": {
@@ -284045,10 +284043,12 @@
284045
284043
  }
284046
284044
  },
284047
284045
  {
284048
- "tags": {},
284049
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284046
+ "tags": {
284047
+ "deprecated": "Use RouterProvider instead"
284048
+ },
284049
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284050
284050
  "description": "",
284051
- "displayName": "RouterProvider",
284051
+ "displayName": "LinkProvider",
284052
284052
  "methods": [],
284053
284053
  "props": {
284054
284054
  "children": {
@@ -293076,9 +293076,9 @@
293076
293076
  "tags": {
293077
293077
  "flr-generate": "all"
293078
293078
  },
293079
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
293079
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
293080
293080
  "description": "",
293081
- "displayName": "TableRow",
293081
+ "displayName": "TableHeader",
293082
293082
  "methods": [],
293083
293083
  "props": {
293084
293084
  "className": {
@@ -293104,16 +293104,16 @@
293104
293104
  },
293105
293105
  "columns": {
293106
293106
  "defaultValue": null,
293107
- "description": "A list of columns used when dynamically rendering cells.",
293107
+ "description": "A list of table columns.",
293108
293108
  "name": "columns",
293109
293109
  "parent": {
293110
293110
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293111
- "name": "RowProps"
293111
+ "name": "TableHeaderProps"
293112
293112
  },
293113
293113
  "declarations": [
293114
293114
  {
293115
293115
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293116
- "name": "RowProps"
293116
+ "name": "TableHeaderProps"
293117
293117
  }
293118
293118
  ],
293119
293119
  "required": false,
@@ -293140,25 +293140,6 @@
293140
293140
  "name": "ReactNode"
293141
293141
  }
293142
293142
  },
293143
- "value": {
293144
- "defaultValue": null,
293145
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
293146
- "name": "value",
293147
- "parent": {
293148
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293149
- "name": "MenuItemProps"
293150
- },
293151
- "declarations": [
293152
- {
293153
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293154
- "name": "MenuItemProps"
293155
- }
293156
- ],
293157
- "required": false,
293158
- "type": {
293159
- "name": "object"
293160
- }
293161
- },
293162
293143
  "dependencies": {
293163
293144
  "defaultValue": null,
293164
293145
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -293178,82 +293159,6 @@
293178
293159
  "name": "readonly any[]"
293179
293160
  }
293180
293161
  },
293181
- "textValue": {
293182
- "defaultValue": null,
293183
- "description": "A string representation of the item's contents, used for features like typeahead.",
293184
- "name": "textValue",
293185
- "parent": {
293186
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293187
- "name": "ListBoxItemProps"
293188
- },
293189
- "declarations": [
293190
- {
293191
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293192
- "name": "ListBoxItemProps"
293193
- }
293194
- ],
293195
- "required": false,
293196
- "type": {
293197
- "name": "string"
293198
- }
293199
- },
293200
- "isDisabled": {
293201
- "defaultValue": null,
293202
- "description": "Whether the item is disabled.",
293203
- "name": "isDisabled",
293204
- "parent": {
293205
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293206
- "name": "ListBoxItemProps"
293207
- },
293208
- "declarations": [
293209
- {
293210
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293211
- "name": "ListBoxItemProps"
293212
- }
293213
- ],
293214
- "required": false,
293215
- "type": {
293216
- "name": "boolean"
293217
- }
293218
- },
293219
- "onAction": {
293220
- "defaultValue": null,
293221
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
293222
- "name": "onAction",
293223
- "parent": {
293224
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293225
- "name": "ListBoxItemProps"
293226
- },
293227
- "declarations": [
293228
- {
293229
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293230
- "name": "ListBoxItemProps"
293231
- }
293232
- ],
293233
- "required": false,
293234
- "type": {
293235
- "name": "(() => void)"
293236
- }
293237
- },
293238
- "id": {
293239
- "defaultValue": null,
293240
- "description": "The unique id of the item.",
293241
- "name": "id",
293242
- "parent": {
293243
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293244
- "name": "MenuItemProps"
293245
- },
293246
- "declarations": [
293247
- {
293248
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293249
- "name": "MenuItemProps"
293250
- }
293251
- ],
293252
- "required": false,
293253
- "type": {
293254
- "name": "Key"
293255
- }
293256
- },
293257
293162
  "style": {
293258
293163
  "defaultValue": null,
293259
293164
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -293273,158 +293178,6 @@
293273
293178
  "name": "StyleOrFunction<TooltipRenderProps>"
293274
293179
  }
293275
293180
  },
293276
- "href": {
293277
- "defaultValue": null,
293278
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
293279
- "name": "href",
293280
- "parent": {
293281
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293282
- "name": "LinkDOMProps"
293283
- },
293284
- "declarations": [
293285
- {
293286
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293287
- "name": "LinkDOMProps"
293288
- }
293289
- ],
293290
- "required": false,
293291
- "type": {
293292
- "name": "string"
293293
- }
293294
- },
293295
- "hrefLang": {
293296
- "defaultValue": null,
293297
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
293298
- "name": "hrefLang",
293299
- "parent": {
293300
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293301
- "name": "LinkDOMProps"
293302
- },
293303
- "declarations": [
293304
- {
293305
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293306
- "name": "LinkDOMProps"
293307
- }
293308
- ],
293309
- "required": false,
293310
- "type": {
293311
- "name": "string"
293312
- }
293313
- },
293314
- "target": {
293315
- "defaultValue": null,
293316
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
293317
- "name": "target",
293318
- "parent": {
293319
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293320
- "name": "LinkDOMProps"
293321
- },
293322
- "declarations": [
293323
- {
293324
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293325
- "name": "LinkDOMProps"
293326
- }
293327
- ],
293328
- "required": false,
293329
- "type": {
293330
- "name": "HTMLAttributeAnchorTarget"
293331
- }
293332
- },
293333
- "rel": {
293334
- "defaultValue": null,
293335
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
293336
- "name": "rel",
293337
- "parent": {
293338
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293339
- "name": "LinkDOMProps"
293340
- },
293341
- "declarations": [
293342
- {
293343
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293344
- "name": "LinkDOMProps"
293345
- }
293346
- ],
293347
- "required": false,
293348
- "type": {
293349
- "name": "string"
293350
- }
293351
- },
293352
- "download": {
293353
- "defaultValue": null,
293354
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
293355
- "name": "download",
293356
- "parent": {
293357
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293358
- "name": "LinkDOMProps"
293359
- },
293360
- "declarations": [
293361
- {
293362
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293363
- "name": "LinkDOMProps"
293364
- }
293365
- ],
293366
- "required": false,
293367
- "type": {
293368
- "name": "string | boolean"
293369
- }
293370
- },
293371
- "ping": {
293372
- "defaultValue": null,
293373
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
293374
- "name": "ping",
293375
- "parent": {
293376
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293377
- "name": "LinkDOMProps"
293378
- },
293379
- "declarations": [
293380
- {
293381
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293382
- "name": "LinkDOMProps"
293383
- }
293384
- ],
293385
- "required": false,
293386
- "type": {
293387
- "name": "string"
293388
- }
293389
- },
293390
- "referrerPolicy": {
293391
- "defaultValue": null,
293392
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
293393
- "name": "referrerPolicy",
293394
- "parent": {
293395
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293396
- "name": "LinkDOMProps"
293397
- },
293398
- "declarations": [
293399
- {
293400
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293401
- "name": "LinkDOMProps"
293402
- }
293403
- ],
293404
- "required": false,
293405
- "type": {
293406
- "name": "HTMLAttributeReferrerPolicy"
293407
- }
293408
- },
293409
- "routerOptions": {
293410
- "defaultValue": null,
293411
- "description": "Options for the configured client side router.",
293412
- "name": "routerOptions",
293413
- "parent": {
293414
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293415
- "name": "LinkDOMProps"
293416
- },
293417
- "declarations": [
293418
- {
293419
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293420
- "name": "LinkDOMProps"
293421
- }
293422
- ],
293423
- "required": false,
293424
- "type": {
293425
- "name": "undefined"
293426
- }
293427
- },
293428
293181
  "onHoverStart": {
293429
293182
  "defaultValue": null,
293430
293183
  "description": "Handler that is called when a hover interaction starts.",
@@ -293482,120 +293235,6 @@
293482
293235
  "name": "((isHovering: boolean) => void)"
293483
293236
  }
293484
293237
  },
293485
- "onPress": {
293486
- "defaultValue": null,
293487
- "description": "Handler that is called when the press is released over the target.",
293488
- "name": "onPress",
293489
- "parent": {
293490
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293491
- "name": "PressEvents"
293492
- },
293493
- "declarations": [
293494
- {
293495
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293496
- "name": "PressEvents"
293497
- }
293498
- ],
293499
- "required": false,
293500
- "type": {
293501
- "name": "((e: PressEvent) => void)"
293502
- }
293503
- },
293504
- "onPressStart": {
293505
- "defaultValue": null,
293506
- "description": "Handler that is called when a press interaction starts.",
293507
- "name": "onPressStart",
293508
- "parent": {
293509
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293510
- "name": "PressEvents"
293511
- },
293512
- "declarations": [
293513
- {
293514
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293515
- "name": "PressEvents"
293516
- }
293517
- ],
293518
- "required": false,
293519
- "type": {
293520
- "name": "((e: PressEvent) => void)"
293521
- }
293522
- },
293523
- "onPressEnd": {
293524
- "defaultValue": null,
293525
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
293526
- "name": "onPressEnd",
293527
- "parent": {
293528
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293529
- "name": "PressEvents"
293530
- },
293531
- "declarations": [
293532
- {
293533
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293534
- "name": "PressEvents"
293535
- }
293536
- ],
293537
- "required": false,
293538
- "type": {
293539
- "name": "((e: PressEvent) => void)"
293540
- }
293541
- },
293542
- "onPressChange": {
293543
- "defaultValue": null,
293544
- "description": "Handler that is called when the press state changes.",
293545
- "name": "onPressChange",
293546
- "parent": {
293547
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293548
- "name": "PressEvents"
293549
- },
293550
- "declarations": [
293551
- {
293552
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293553
- "name": "PressEvents"
293554
- }
293555
- ],
293556
- "required": false,
293557
- "type": {
293558
- "name": "((isPressed: boolean) => void)"
293559
- }
293560
- },
293561
- "onPressUp": {
293562
- "defaultValue": null,
293563
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
293564
- "name": "onPressUp",
293565
- "parent": {
293566
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293567
- "name": "PressEvents"
293568
- },
293569
- "declarations": [
293570
- {
293571
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293572
- "name": "PressEvents"
293573
- }
293574
- ],
293575
- "required": false,
293576
- "type": {
293577
- "name": "((e: PressEvent) => void)"
293578
- }
293579
- },
293580
- "onClick": {
293581
- "defaultValue": null,
293582
- "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.",
293583
- "name": "onClick",
293584
- "parent": {
293585
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293586
- "name": "PressEvents"
293587
- },
293588
- "declarations": [
293589
- {
293590
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293591
- "name": "PressEvents"
293592
- }
293593
- ],
293594
- "required": false,
293595
- "type": {
293596
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
293597
- }
293598
- },
293599
293238
  "dir": {
293600
293239
  "defaultValue": null,
293601
293240
  "description": "",
@@ -293691,6 +293330,25 @@
293691
293330
  "name": "\"yes\" | \"no\""
293692
293331
  }
293693
293332
  },
293333
+ "onClick": {
293334
+ "defaultValue": null,
293335
+ "description": "",
293336
+ "name": "onClick",
293337
+ "parent": {
293338
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293339
+ "name": "GlobalDOMEvents"
293340
+ },
293341
+ "declarations": [
293342
+ {
293343
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293344
+ "name": "GlobalDOMEvents"
293345
+ }
293346
+ ],
293347
+ "required": false,
293348
+ "type": {
293349
+ "name": "MouseEventHandler<HTMLDivElement>"
293350
+ }
293351
+ },
293694
293352
  "onClickCapture": {
293695
293353
  "defaultValue": null,
293696
293354
  "description": "",
@@ -294887,21 +294545,6 @@
294887
294545
  "type": {
294888
294546
  "name": "TransitionEventHandler<HTMLDivElement>"
294889
294547
  }
294890
- },
294891
- "footer": {
294892
- "defaultValue": null,
294893
- "description": "@internal",
294894
- "name": "footer",
294895
- "declarations": [
294896
- {
294897
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
294898
- "name": "TypeLiteral"
294899
- }
294900
- ],
294901
- "required": false,
294902
- "type": {
294903
- "name": "boolean"
294904
- }
294905
294548
  }
294906
294549
  }
294907
294550
  },
@@ -294909,9 +294552,9 @@
294909
294552
  "tags": {
294910
294553
  "flr-generate": "all"
294911
294554
  },
294912
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
294555
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
294913
294556
  "description": "",
294914
- "displayName": "TableHeader",
294557
+ "displayName": "TableRow",
294915
294558
  "methods": [],
294916
294559
  "props": {
294917
294560
  "className": {
@@ -294937,16 +294580,16 @@
294937
294580
  },
294938
294581
  "columns": {
294939
294582
  "defaultValue": null,
294940
- "description": "A list of columns used when dynamically rendering cells.",
294583
+ "description": "A list of table columns.",
294941
294584
  "name": "columns",
294942
294585
  "parent": {
294943
294586
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294944
- "name": "RowProps"
294587
+ "name": "TableHeaderProps"
294945
294588
  },
294946
294589
  "declarations": [
294947
294590
  {
294948
294591
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294949
- "name": "RowProps"
294592
+ "name": "TableHeaderProps"
294950
294593
  }
294951
294594
  ],
294952
294595
  "required": false,
@@ -294973,6 +294616,25 @@
294973
294616
  "name": "ReactNode"
294974
294617
  }
294975
294618
  },
294619
+ "value": {
294620
+ "defaultValue": null,
294621
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
294622
+ "name": "value",
294623
+ "parent": {
294624
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294625
+ "name": "MenuItemProps"
294626
+ },
294627
+ "declarations": [
294628
+ {
294629
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294630
+ "name": "MenuItemProps"
294631
+ }
294632
+ ],
294633
+ "required": false,
294634
+ "type": {
294635
+ "name": "object"
294636
+ }
294637
+ },
294976
294638
  "dependencies": {
294977
294639
  "defaultValue": null,
294978
294640
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -294992,6 +294654,82 @@
294992
294654
  "name": "readonly any[]"
294993
294655
  }
294994
294656
  },
294657
+ "textValue": {
294658
+ "defaultValue": null,
294659
+ "description": "A string representation of the item's contents, used for features like typeahead.",
294660
+ "name": "textValue",
294661
+ "parent": {
294662
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294663
+ "name": "ListBoxItemProps"
294664
+ },
294665
+ "declarations": [
294666
+ {
294667
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294668
+ "name": "ListBoxItemProps"
294669
+ }
294670
+ ],
294671
+ "required": false,
294672
+ "type": {
294673
+ "name": "string"
294674
+ }
294675
+ },
294676
+ "isDisabled": {
294677
+ "defaultValue": null,
294678
+ "description": "Whether the item is disabled.",
294679
+ "name": "isDisabled",
294680
+ "parent": {
294681
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294682
+ "name": "ListBoxItemProps"
294683
+ },
294684
+ "declarations": [
294685
+ {
294686
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294687
+ "name": "ListBoxItemProps"
294688
+ }
294689
+ ],
294690
+ "required": false,
294691
+ "type": {
294692
+ "name": "boolean"
294693
+ }
294694
+ },
294695
+ "onAction": {
294696
+ "defaultValue": null,
294697
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
294698
+ "name": "onAction",
294699
+ "parent": {
294700
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294701
+ "name": "ListBoxItemProps"
294702
+ },
294703
+ "declarations": [
294704
+ {
294705
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294706
+ "name": "ListBoxItemProps"
294707
+ }
294708
+ ],
294709
+ "required": false,
294710
+ "type": {
294711
+ "name": "(() => void)"
294712
+ }
294713
+ },
294714
+ "id": {
294715
+ "defaultValue": null,
294716
+ "description": "The unique id of the item.",
294717
+ "name": "id",
294718
+ "parent": {
294719
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294720
+ "name": "MenuItemProps"
294721
+ },
294722
+ "declarations": [
294723
+ {
294724
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294725
+ "name": "MenuItemProps"
294726
+ }
294727
+ ],
294728
+ "required": false,
294729
+ "type": {
294730
+ "name": "Key"
294731
+ }
294732
+ },
294995
294733
  "style": {
294996
294734
  "defaultValue": null,
294997
294735
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -295011,6 +294749,158 @@
295011
294749
  "name": "StyleOrFunction<TooltipRenderProps>"
295012
294750
  }
295013
294751
  },
294752
+ "href": {
294753
+ "defaultValue": null,
294754
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
294755
+ "name": "href",
294756
+ "parent": {
294757
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294758
+ "name": "LinkDOMProps"
294759
+ },
294760
+ "declarations": [
294761
+ {
294762
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294763
+ "name": "LinkDOMProps"
294764
+ }
294765
+ ],
294766
+ "required": false,
294767
+ "type": {
294768
+ "name": "string"
294769
+ }
294770
+ },
294771
+ "hrefLang": {
294772
+ "defaultValue": null,
294773
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
294774
+ "name": "hrefLang",
294775
+ "parent": {
294776
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294777
+ "name": "LinkDOMProps"
294778
+ },
294779
+ "declarations": [
294780
+ {
294781
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294782
+ "name": "LinkDOMProps"
294783
+ }
294784
+ ],
294785
+ "required": false,
294786
+ "type": {
294787
+ "name": "string"
294788
+ }
294789
+ },
294790
+ "target": {
294791
+ "defaultValue": null,
294792
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
294793
+ "name": "target",
294794
+ "parent": {
294795
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294796
+ "name": "LinkDOMProps"
294797
+ },
294798
+ "declarations": [
294799
+ {
294800
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294801
+ "name": "LinkDOMProps"
294802
+ }
294803
+ ],
294804
+ "required": false,
294805
+ "type": {
294806
+ "name": "HTMLAttributeAnchorTarget"
294807
+ }
294808
+ },
294809
+ "rel": {
294810
+ "defaultValue": null,
294811
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
294812
+ "name": "rel",
294813
+ "parent": {
294814
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294815
+ "name": "LinkDOMProps"
294816
+ },
294817
+ "declarations": [
294818
+ {
294819
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294820
+ "name": "LinkDOMProps"
294821
+ }
294822
+ ],
294823
+ "required": false,
294824
+ "type": {
294825
+ "name": "string"
294826
+ }
294827
+ },
294828
+ "download": {
294829
+ "defaultValue": null,
294830
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
294831
+ "name": "download",
294832
+ "parent": {
294833
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294834
+ "name": "LinkDOMProps"
294835
+ },
294836
+ "declarations": [
294837
+ {
294838
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294839
+ "name": "LinkDOMProps"
294840
+ }
294841
+ ],
294842
+ "required": false,
294843
+ "type": {
294844
+ "name": "string | boolean"
294845
+ }
294846
+ },
294847
+ "ping": {
294848
+ "defaultValue": null,
294849
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
294850
+ "name": "ping",
294851
+ "parent": {
294852
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294853
+ "name": "LinkDOMProps"
294854
+ },
294855
+ "declarations": [
294856
+ {
294857
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294858
+ "name": "LinkDOMProps"
294859
+ }
294860
+ ],
294861
+ "required": false,
294862
+ "type": {
294863
+ "name": "string"
294864
+ }
294865
+ },
294866
+ "referrerPolicy": {
294867
+ "defaultValue": null,
294868
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
294869
+ "name": "referrerPolicy",
294870
+ "parent": {
294871
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294872
+ "name": "LinkDOMProps"
294873
+ },
294874
+ "declarations": [
294875
+ {
294876
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294877
+ "name": "LinkDOMProps"
294878
+ }
294879
+ ],
294880
+ "required": false,
294881
+ "type": {
294882
+ "name": "HTMLAttributeReferrerPolicy"
294883
+ }
294884
+ },
294885
+ "routerOptions": {
294886
+ "defaultValue": null,
294887
+ "description": "Options for the configured client side router.",
294888
+ "name": "routerOptions",
294889
+ "parent": {
294890
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294891
+ "name": "LinkDOMProps"
294892
+ },
294893
+ "declarations": [
294894
+ {
294895
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294896
+ "name": "LinkDOMProps"
294897
+ }
294898
+ ],
294899
+ "required": false,
294900
+ "type": {
294901
+ "name": "undefined"
294902
+ }
294903
+ },
295014
294904
  "onHoverStart": {
295015
294905
  "defaultValue": null,
295016
294906
  "description": "Handler that is called when a hover interaction starts.",
@@ -295068,6 +294958,120 @@
295068
294958
  "name": "((isHovering: boolean) => void)"
295069
294959
  }
295070
294960
  },
294961
+ "onPress": {
294962
+ "defaultValue": null,
294963
+ "description": "Handler that is called when the press is released over the target.",
294964
+ "name": "onPress",
294965
+ "parent": {
294966
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294967
+ "name": "PressEvents"
294968
+ },
294969
+ "declarations": [
294970
+ {
294971
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294972
+ "name": "PressEvents"
294973
+ }
294974
+ ],
294975
+ "required": false,
294976
+ "type": {
294977
+ "name": "((e: PressEvent) => void)"
294978
+ }
294979
+ },
294980
+ "onPressStart": {
294981
+ "defaultValue": null,
294982
+ "description": "Handler that is called when a press interaction starts.",
294983
+ "name": "onPressStart",
294984
+ "parent": {
294985
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294986
+ "name": "PressEvents"
294987
+ },
294988
+ "declarations": [
294989
+ {
294990
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294991
+ "name": "PressEvents"
294992
+ }
294993
+ ],
294994
+ "required": false,
294995
+ "type": {
294996
+ "name": "((e: PressEvent) => void)"
294997
+ }
294998
+ },
294999
+ "onPressEnd": {
295000
+ "defaultValue": null,
295001
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
295002
+ "name": "onPressEnd",
295003
+ "parent": {
295004
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295005
+ "name": "PressEvents"
295006
+ },
295007
+ "declarations": [
295008
+ {
295009
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295010
+ "name": "PressEvents"
295011
+ }
295012
+ ],
295013
+ "required": false,
295014
+ "type": {
295015
+ "name": "((e: PressEvent) => void)"
295016
+ }
295017
+ },
295018
+ "onPressChange": {
295019
+ "defaultValue": null,
295020
+ "description": "Handler that is called when the press state changes.",
295021
+ "name": "onPressChange",
295022
+ "parent": {
295023
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295024
+ "name": "PressEvents"
295025
+ },
295026
+ "declarations": [
295027
+ {
295028
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295029
+ "name": "PressEvents"
295030
+ }
295031
+ ],
295032
+ "required": false,
295033
+ "type": {
295034
+ "name": "((isPressed: boolean) => void)"
295035
+ }
295036
+ },
295037
+ "onPressUp": {
295038
+ "defaultValue": null,
295039
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
295040
+ "name": "onPressUp",
295041
+ "parent": {
295042
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295043
+ "name": "PressEvents"
295044
+ },
295045
+ "declarations": [
295046
+ {
295047
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295048
+ "name": "PressEvents"
295049
+ }
295050
+ ],
295051
+ "required": false,
295052
+ "type": {
295053
+ "name": "((e: PressEvent) => void)"
295054
+ }
295055
+ },
295056
+ "onClick": {
295057
+ "defaultValue": null,
295058
+ "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.",
295059
+ "name": "onClick",
295060
+ "parent": {
295061
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295062
+ "name": "PressEvents"
295063
+ },
295064
+ "declarations": [
295065
+ {
295066
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295067
+ "name": "PressEvents"
295068
+ }
295069
+ ],
295070
+ "required": false,
295071
+ "type": {
295072
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
295073
+ }
295074
+ },
295071
295075
  "dir": {
295072
295076
  "defaultValue": null,
295073
295077
  "description": "",
@@ -295163,25 +295167,6 @@
295163
295167
  "name": "\"yes\" | \"no\""
295164
295168
  }
295165
295169
  },
295166
- "onClick": {
295167
- "defaultValue": null,
295168
- "description": "",
295169
- "name": "onClick",
295170
- "parent": {
295171
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295172
- "name": "GlobalDOMEvents"
295173
- },
295174
- "declarations": [
295175
- {
295176
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295177
- "name": "GlobalDOMEvents"
295178
- }
295179
- ],
295180
- "required": false,
295181
- "type": {
295182
- "name": "MouseEventHandler<HTMLDivElement>"
295183
- }
295184
- },
295185
295170
  "onClickCapture": {
295186
295171
  "defaultValue": null,
295187
295172
  "description": "",
@@ -296378,6 +296363,21 @@
296378
296363
  "type": {
296379
296364
  "name": "TransitionEventHandler<HTMLDivElement>"
296380
296365
  }
296366
+ },
296367
+ "footer": {
296368
+ "defaultValue": null,
296369
+ "description": "@internal",
296370
+ "name": "footer",
296371
+ "declarations": [
296372
+ {
296373
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
296374
+ "name": "TypeLiteral"
296375
+ }
296376
+ ],
296377
+ "required": false,
296378
+ "type": {
296379
+ "name": "boolean"
296380
+ }
296381
296381
  }
296382
296382
  }
296383
296383
  },
@@ -296413,16 +296413,16 @@
296413
296413
  },
296414
296414
  "columns": {
296415
296415
  "defaultValue": null,
296416
- "description": "A list of columns used when dynamically rendering cells.",
296416
+ "description": "A list of table columns.",
296417
296417
  "name": "columns",
296418
296418
  "parent": {
296419
296419
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296420
- "name": "RowProps"
296420
+ "name": "TableHeaderProps"
296421
296421
  },
296422
296422
  "declarations": [
296423
296423
  {
296424
296424
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296425
- "name": "RowProps"
296425
+ "name": "TableHeaderProps"
296426
296426
  }
296427
296427
  ],
296428
296428
  "required": false,
@@ -304754,9 +304754,9 @@
304754
304754
  "tags": {
304755
304755
  "flr-generate": "all"
304756
304756
  },
304757
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304757
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304758
304758
  "description": "",
304759
- "displayName": "Radio",
304759
+ "displayName": "RadioButton",
304760
304760
  "methods": [],
304761
304761
  "props": {
304762
304762
  "className": {
@@ -306644,9 +306644,9 @@
306644
306644
  "tags": {
306645
306645
  "flr-generate": "all"
306646
306646
  },
306647
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306647
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306648
306648
  "description": "",
306649
- "displayName": "RadioButton",
306649
+ "displayName": "Radio",
306650
306650
  "methods": [],
306651
306651
  "props": {
306652
306652
  "className": {
@@ -314898,14 +314898,6 @@
314898
314898
  "methods": [],
314899
314899
  "props": {}
314900
314900
  },
314901
- {
314902
- "tags": {},
314903
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
314904
- "description": "",
314905
- "displayName": "ConfirmUnsavedChangesModal",
314906
- "methods": [],
314907
- "props": {}
314908
- },
314909
314901
  {
314910
314902
  "tags": {},
314911
314903
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -315044,6 +315036,14 @@
315044
315036
  }
315045
315037
  }
315046
315038
  },
315039
+ {
315040
+ "tags": {},
315041
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
315042
+ "description": "",
315043
+ "displayName": "ConfirmUnsavedChangesModal",
315044
+ "methods": [],
315045
+ "props": {}
315046
+ },
315047
315047
  {
315048
315048
  "tags": {
315049
315049
  "flr-generate": "all"
@@ -315399,87 +315399,6 @@
315399
315399
  "methods": [],
315400
315400
  "props": {}
315401
315401
  },
315402
- {
315403
- "tags": {},
315404
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
315405
- "description": "",
315406
- "displayName": "ListItemView",
315407
- "methods": [],
315408
- "props": {
315409
- "children": {
315410
- "defaultValue": null,
315411
- "description": "",
315412
- "name": "children",
315413
- "declarations": [
315414
- {
315415
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
315416
- "name": "TypeLiteral"
315417
- }
315418
- ],
315419
- "required": false,
315420
- "type": {
315421
- "name": "ReactNode"
315422
- }
315423
- },
315424
- "s": {
315425
- "defaultValue": null,
315426
- "description": "Column layout for container size s.",
315427
- "name": "s",
315428
- "parent": {
315429
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315430
- "name": "ColumnLayoutProps"
315431
- },
315432
- "declarations": [
315433
- {
315434
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315435
- "name": "ColumnLayoutProps"
315436
- }
315437
- ],
315438
- "required": false,
315439
- "type": {
315440
- "name": "(number | null)[]"
315441
- }
315442
- },
315443
- "m": {
315444
- "defaultValue": null,
315445
- "description": "Column layout for container size m.",
315446
- "name": "m",
315447
- "parent": {
315448
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315449
- "name": "ColumnLayoutProps"
315450
- },
315451
- "declarations": [
315452
- {
315453
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315454
- "name": "ColumnLayoutProps"
315455
- }
315456
- ],
315457
- "required": false,
315458
- "type": {
315459
- "name": "(number | null)[]"
315460
- }
315461
- },
315462
- "l": {
315463
- "defaultValue": null,
315464
- "description": "Column layout for container size l.",
315465
- "name": "l",
315466
- "parent": {
315467
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315468
- "name": "ColumnLayoutProps"
315469
- },
315470
- "declarations": [
315471
- {
315472
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315473
- "name": "ColumnLayoutProps"
315474
- }
315475
- ],
315476
- "required": false,
315477
- "type": {
315478
- "name": "(number | null)[]"
315479
- }
315480
- }
315481
- }
315482
- },
315483
315402
  {
315484
315403
  "tags": {
315485
315404
  "flr-generate": "all"
@@ -315603,6 +315522,87 @@
315603
315522
  }
315604
315523
  }
315605
315524
  },
315525
+ {
315526
+ "tags": {},
315527
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
315528
+ "description": "",
315529
+ "displayName": "ListItemView",
315530
+ "methods": [],
315531
+ "props": {
315532
+ "children": {
315533
+ "defaultValue": null,
315534
+ "description": "",
315535
+ "name": "children",
315536
+ "declarations": [
315537
+ {
315538
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
315539
+ "name": "TypeLiteral"
315540
+ }
315541
+ ],
315542
+ "required": false,
315543
+ "type": {
315544
+ "name": "ReactNode"
315545
+ }
315546
+ },
315547
+ "s": {
315548
+ "defaultValue": null,
315549
+ "description": "Column layout for container size s.",
315550
+ "name": "s",
315551
+ "parent": {
315552
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315553
+ "name": "ColumnLayoutProps"
315554
+ },
315555
+ "declarations": [
315556
+ {
315557
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315558
+ "name": "ColumnLayoutProps"
315559
+ }
315560
+ ],
315561
+ "required": false,
315562
+ "type": {
315563
+ "name": "(number | null)[]"
315564
+ }
315565
+ },
315566
+ "m": {
315567
+ "defaultValue": null,
315568
+ "description": "Column layout for container size m.",
315569
+ "name": "m",
315570
+ "parent": {
315571
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315572
+ "name": "ColumnLayoutProps"
315573
+ },
315574
+ "declarations": [
315575
+ {
315576
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315577
+ "name": "ColumnLayoutProps"
315578
+ }
315579
+ ],
315580
+ "required": false,
315581
+ "type": {
315582
+ "name": "(number | null)[]"
315583
+ }
315584
+ },
315585
+ "l": {
315586
+ "defaultValue": null,
315587
+ "description": "Column layout for container size l.",
315588
+ "name": "l",
315589
+ "parent": {
315590
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315591
+ "name": "ColumnLayoutProps"
315592
+ },
315593
+ "declarations": [
315594
+ {
315595
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315596
+ "name": "ColumnLayoutProps"
315597
+ }
315598
+ ],
315599
+ "required": false,
315600
+ "type": {
315601
+ "name": "(number | null)[]"
315602
+ }
315603
+ }
315604
+ }
315605
+ },
315606
315606
  {
315607
315607
  "tags": {},
315608
315608
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -318017,34 +318017,6 @@
318017
318017
  }
318018
318018
  }
318019
318019
  },
318020
- {
318021
- "tags": {},
318022
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318023
- "description": "",
318024
- "displayName": "DeleteButton",
318025
- "methods": [],
318026
- "props": {
318027
- "onDelete": {
318028
- "defaultValue": null,
318029
- "description": "",
318030
- "name": "onDelete",
318031
- "parent": {
318032
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318033
- "name": "Props"
318034
- },
318035
- "declarations": [
318036
- {
318037
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318038
- "name": "Props"
318039
- }
318040
- ],
318041
- "required": true,
318042
- "type": {
318043
- "name": "() => void"
318044
- }
318045
- }
318046
- }
318047
- },
318048
318020
  {
318049
318021
  "tags": {},
318050
318022
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -318111,6 +318083,34 @@
318111
318083
  }
318112
318084
  }
318113
318085
  },
318086
+ {
318087
+ "tags": {},
318088
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318089
+ "description": "",
318090
+ "displayName": "DeleteButton",
318091
+ "methods": [],
318092
+ "props": {
318093
+ "onDelete": {
318094
+ "defaultValue": null,
318095
+ "description": "",
318096
+ "name": "onDelete",
318097
+ "parent": {
318098
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318099
+ "name": "Props"
318100
+ },
318101
+ "declarations": [
318102
+ {
318103
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318104
+ "name": "Props"
318105
+ }
318106
+ ],
318107
+ "required": true,
318108
+ "type": {
318109
+ "name": "() => void"
318110
+ }
318111
+ }
318112
+ }
318113
+ },
318114
318114
  {
318115
318115
  "tags": {},
318116
318116
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -321729,6 +321729,264 @@
321729
321729
  }
321730
321730
  }
321731
321731
  },
321732
+ {
321733
+ "tags": {
321734
+ "flr-generate": "all"
321735
+ },
321736
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321737
+ "description": "",
321738
+ "displayName": "XAxis",
321739
+ "methods": [],
321740
+ "props": {
321741
+ "className": {
321742
+ "defaultValue": null,
321743
+ "description": "",
321744
+ "name": "className",
321745
+ "parent": {
321746
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321747
+ "name": "HTMLAttributes"
321748
+ },
321749
+ "declarations": [
321750
+ {
321751
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321752
+ "name": "HTMLAttributes"
321753
+ }
321754
+ ],
321755
+ "required": false,
321756
+ "type": {
321757
+ "name": "string"
321758
+ }
321759
+ },
321760
+ "type": {
321761
+ "defaultValue": null,
321762
+ "description": "",
321763
+ "name": "type",
321764
+ "parent": {
321765
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321766
+ "name": "SVGAttributes"
321767
+ },
321768
+ "declarations": [
321769
+ {
321770
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321771
+ "name": "SVGAttributes"
321772
+ }
321773
+ ],
321774
+ "required": false,
321775
+ "type": {
321776
+ "name": "string"
321777
+ }
321778
+ },
321779
+ "hide": {
321780
+ "defaultValue": null,
321781
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
321782
+ "name": "hide",
321783
+ "parent": {
321784
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321785
+ "name": "RenderableAxisProps"
321786
+ },
321787
+ "declarations": [
321788
+ {
321789
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321790
+ "name": "RenderableAxisProps"
321791
+ }
321792
+ ],
321793
+ "required": false,
321794
+ "type": {
321795
+ "name": "boolean"
321796
+ }
321797
+ },
321798
+ "orientation": {
321799
+ "defaultValue": null,
321800
+ "description": "",
321801
+ "name": "orientation",
321802
+ "parent": {
321803
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321804
+ "name": "SVGAttributes"
321805
+ },
321806
+ "declarations": [
321807
+ {
321808
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321809
+ "name": "SVGAttributes"
321810
+ }
321811
+ ],
321812
+ "required": false,
321813
+ "type": {
321814
+ "name": "string | number"
321815
+ }
321816
+ },
321817
+ "scale": {
321818
+ "defaultValue": null,
321819
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
321820
+ "name": "scale",
321821
+ "parent": {
321822
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321823
+ "name": "XAxisProps"
321824
+ },
321825
+ "declarations": [
321826
+ {
321827
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321828
+ "name": "XAxisProps"
321829
+ }
321830
+ ],
321831
+ "required": false,
321832
+ "type": {
321833
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
321834
+ }
321835
+ },
321836
+ "dataKey": {
321837
+ "defaultValue": null,
321838
+ "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
321839
+ "name": "dataKey",
321840
+ "parent": {
321841
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321842
+ "name": "BaseAxisProps"
321843
+ },
321844
+ "declarations": [
321845
+ {
321846
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321847
+ "name": "BaseAxisProps"
321848
+ }
321849
+ ],
321850
+ "required": false,
321851
+ "type": {
321852
+ "name": "DataKey<any>"
321853
+ }
321854
+ },
321855
+ "allowDecimals": {
321856
+ "defaultValue": null,
321857
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
321858
+ "name": "allowDecimals",
321859
+ "parent": {
321860
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321861
+ "name": "RenderableAxisProps"
321862
+ },
321863
+ "declarations": [
321864
+ {
321865
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321866
+ "name": "RenderableAxisProps"
321867
+ }
321868
+ ],
321869
+ "required": false,
321870
+ "type": {
321871
+ "name": "boolean"
321872
+ }
321873
+ },
321874
+ "interval": {
321875
+ "defaultValue": null,
321876
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321877
+ "name": "interval",
321878
+ "parent": {
321879
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321880
+ "name": "XAxisProps"
321881
+ },
321882
+ "declarations": [
321883
+ {
321884
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321885
+ "name": "XAxisProps"
321886
+ }
321887
+ ],
321888
+ "required": false,
321889
+ "type": {
321890
+ "name": "AxisInterval"
321891
+ }
321892
+ },
321893
+ "minTickGap": {
321894
+ "defaultValue": null,
321895
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321896
+ "name": "minTickGap",
321897
+ "parent": {
321898
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321899
+ "name": "XAxisProps"
321900
+ },
321901
+ "declarations": [
321902
+ {
321903
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321904
+ "name": "XAxisProps"
321905
+ }
321906
+ ],
321907
+ "required": false,
321908
+ "type": {
321909
+ "name": "number"
321910
+ }
321911
+ },
321912
+ "domain": {
321913
+ "defaultValue": null,
321914
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321915
+ "name": "domain",
321916
+ "parent": {
321917
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321918
+ "name": "XAxisProps"
321919
+ },
321920
+ "declarations": [
321921
+ {
321922
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321923
+ "name": "XAxisProps"
321924
+ }
321925
+ ],
321926
+ "required": false,
321927
+ "type": {
321928
+ "name": "AxisDomain"
321929
+ }
321930
+ },
321931
+ "unit": {
321932
+ "defaultValue": null,
321933
+ "description": "The unit of data. This option will be used in tooltip.",
321934
+ "name": "unit",
321935
+ "parent": {
321936
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321937
+ "name": "BaseAxisProps"
321938
+ },
321939
+ "declarations": [
321940
+ {
321941
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321942
+ "name": "BaseAxisProps"
321943
+ }
321944
+ ],
321945
+ "required": false,
321946
+ "type": {
321947
+ "name": "string"
321948
+ }
321949
+ },
321950
+ "tickFormatter": {
321951
+ "defaultValue": null,
321952
+ "description": "The formatter function of tick.",
321953
+ "name": "tickFormatter",
321954
+ "parent": {
321955
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321956
+ "name": "RenderableAxisProps"
321957
+ },
321958
+ "declarations": [
321959
+ {
321960
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321961
+ "name": "RenderableAxisProps"
321962
+ }
321963
+ ],
321964
+ "required": false,
321965
+ "type": {
321966
+ "name": "((value: any, index: number) => string)"
321967
+ }
321968
+ },
321969
+ "allowDataOverflow": {
321970
+ "defaultValue": null,
321971
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
321972
+ "name": "allowDataOverflow",
321973
+ "parent": {
321974
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321975
+ "name": "RenderableAxisProps"
321976
+ },
321977
+ "declarations": [
321978
+ {
321979
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321980
+ "name": "RenderableAxisProps"
321981
+ }
321982
+ ],
321983
+ "required": false,
321984
+ "type": {
321985
+ "name": "boolean"
321986
+ }
321987
+ }
321988
+ }
321989
+ },
321732
321990
  {
321733
321991
  "tags": {
321734
321992
  "flr-generate": "all"
@@ -322653,264 +322911,6 @@
322653
322911
  }
322654
322912
  }
322655
322913
  },
322656
- {
322657
- "tags": {
322658
- "flr-generate": "all"
322659
- },
322660
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322661
- "description": "",
322662
- "displayName": "XAxis",
322663
- "methods": [],
322664
- "props": {
322665
- "className": {
322666
- "defaultValue": null,
322667
- "description": "",
322668
- "name": "className",
322669
- "parent": {
322670
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322671
- "name": "HTMLAttributes"
322672
- },
322673
- "declarations": [
322674
- {
322675
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322676
- "name": "HTMLAttributes"
322677
- }
322678
- ],
322679
- "required": false,
322680
- "type": {
322681
- "name": "string"
322682
- }
322683
- },
322684
- "type": {
322685
- "defaultValue": null,
322686
- "description": "",
322687
- "name": "type",
322688
- "parent": {
322689
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322690
- "name": "SVGAttributes"
322691
- },
322692
- "declarations": [
322693
- {
322694
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322695
- "name": "SVGAttributes"
322696
- }
322697
- ],
322698
- "required": false,
322699
- "type": {
322700
- "name": "string"
322701
- }
322702
- },
322703
- "hide": {
322704
- "defaultValue": null,
322705
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
322706
- "name": "hide",
322707
- "parent": {
322708
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322709
- "name": "RenderableAxisProps"
322710
- },
322711
- "declarations": [
322712
- {
322713
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322714
- "name": "RenderableAxisProps"
322715
- }
322716
- ],
322717
- "required": false,
322718
- "type": {
322719
- "name": "boolean"
322720
- }
322721
- },
322722
- "orientation": {
322723
- "defaultValue": null,
322724
- "description": "",
322725
- "name": "orientation",
322726
- "parent": {
322727
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322728
- "name": "SVGAttributes"
322729
- },
322730
- "declarations": [
322731
- {
322732
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322733
- "name": "SVGAttributes"
322734
- }
322735
- ],
322736
- "required": false,
322737
- "type": {
322738
- "name": "string | number"
322739
- }
322740
- },
322741
- "scale": {
322742
- "defaultValue": null,
322743
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
322744
- "name": "scale",
322745
- "parent": {
322746
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322747
- "name": "XAxisProps"
322748
- },
322749
- "declarations": [
322750
- {
322751
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322752
- "name": "XAxisProps"
322753
- }
322754
- ],
322755
- "required": false,
322756
- "type": {
322757
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
322758
- }
322759
- },
322760
- "dataKey": {
322761
- "defaultValue": null,
322762
- "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
322763
- "name": "dataKey",
322764
- "parent": {
322765
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322766
- "name": "BaseAxisProps"
322767
- },
322768
- "declarations": [
322769
- {
322770
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322771
- "name": "BaseAxisProps"
322772
- }
322773
- ],
322774
- "required": false,
322775
- "type": {
322776
- "name": "DataKey<any>"
322777
- }
322778
- },
322779
- "allowDecimals": {
322780
- "defaultValue": null,
322781
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
322782
- "name": "allowDecimals",
322783
- "parent": {
322784
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322785
- "name": "RenderableAxisProps"
322786
- },
322787
- "declarations": [
322788
- {
322789
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322790
- "name": "RenderableAxisProps"
322791
- }
322792
- ],
322793
- "required": false,
322794
- "type": {
322795
- "name": "boolean"
322796
- }
322797
- },
322798
- "interval": {
322799
- "defaultValue": null,
322800
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
322801
- "name": "interval",
322802
- "parent": {
322803
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322804
- "name": "XAxisProps"
322805
- },
322806
- "declarations": [
322807
- {
322808
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322809
- "name": "XAxisProps"
322810
- }
322811
- ],
322812
- "required": false,
322813
- "type": {
322814
- "name": "AxisInterval"
322815
- }
322816
- },
322817
- "minTickGap": {
322818
- "defaultValue": null,
322819
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
322820
- "name": "minTickGap",
322821
- "parent": {
322822
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322823
- "name": "XAxisProps"
322824
- },
322825
- "declarations": [
322826
- {
322827
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322828
- "name": "XAxisProps"
322829
- }
322830
- ],
322831
- "required": false,
322832
- "type": {
322833
- "name": "number"
322834
- }
322835
- },
322836
- "domain": {
322837
- "defaultValue": null,
322838
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
322839
- "name": "domain",
322840
- "parent": {
322841
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322842
- "name": "XAxisProps"
322843
- },
322844
- "declarations": [
322845
- {
322846
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322847
- "name": "XAxisProps"
322848
- }
322849
- ],
322850
- "required": false,
322851
- "type": {
322852
- "name": "AxisDomain"
322853
- }
322854
- },
322855
- "unit": {
322856
- "defaultValue": null,
322857
- "description": "The unit of data. This option will be used in tooltip.",
322858
- "name": "unit",
322859
- "parent": {
322860
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322861
- "name": "BaseAxisProps"
322862
- },
322863
- "declarations": [
322864
- {
322865
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322866
- "name": "BaseAxisProps"
322867
- }
322868
- ],
322869
- "required": false,
322870
- "type": {
322871
- "name": "string"
322872
- }
322873
- },
322874
- "tickFormatter": {
322875
- "defaultValue": null,
322876
- "description": "The formatter function of tick.",
322877
- "name": "tickFormatter",
322878
- "parent": {
322879
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322880
- "name": "RenderableAxisProps"
322881
- },
322882
- "declarations": [
322883
- {
322884
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322885
- "name": "RenderableAxisProps"
322886
- }
322887
- ],
322888
- "required": false,
322889
- "type": {
322890
- "name": "((value: any, index: number) => string)"
322891
- }
322892
- },
322893
- "allowDataOverflow": {
322894
- "defaultValue": null,
322895
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
322896
- "name": "allowDataOverflow",
322897
- "parent": {
322898
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322899
- "name": "RenderableAxisProps"
322900
- },
322901
- "declarations": [
322902
- {
322903
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322904
- "name": "RenderableAxisProps"
322905
- }
322906
- ],
322907
- "required": false,
322908
- "type": {
322909
- "name": "boolean"
322910
- }
322911
- }
322912
- }
322913
- },
322914
322914
  {
322915
322915
  "tags": {},
322916
322916
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
@@ -343535,9 +343535,9 @@
343535
343535
  "tags": {
343536
343536
  "flr-generate": "all"
343537
343537
  },
343538
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
343538
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
343539
343539
  "description": "",
343540
- "displayName": "ListBoxItem",
343540
+ "displayName": "GridListItem",
343541
343541
  "methods": [],
343542
343542
  "props": {
343543
343543
  "className": {
@@ -343618,25 +343618,6 @@
343618
343618
  "name": "string"
343619
343619
  }
343620
343620
  },
343621
- "aria-label": {
343622
- "defaultValue": null,
343623
- "description": "An accessibility label for this item.",
343624
- "name": "aria-label",
343625
- "parent": {
343626
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
343627
- "name": "ListBoxItemProps"
343628
- },
343629
- "declarations": [
343630
- {
343631
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
343632
- "name": "ListBoxItemProps"
343633
- }
343634
- ],
343635
- "required": false,
343636
- "type": {
343637
- "name": "string"
343638
- }
343639
- },
343640
343621
  "isDisabled": {
343641
343622
  "defaultValue": null,
343642
343623
  "description": "Whether the item is disabled.",
@@ -344036,63 +344017,6 @@
344036
344017
  "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
344037
344018
  }
344038
344019
  },
344039
- "onFocus": {
344040
- "defaultValue": null,
344041
- "description": "Handler that is called when the element receives focus.",
344042
- "name": "onFocus",
344043
- "parent": {
344044
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344045
- "name": "FocusEvents"
344046
- },
344047
- "declarations": [
344048
- {
344049
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344050
- "name": "FocusEvents"
344051
- }
344052
- ],
344053
- "required": false,
344054
- "type": {
344055
- "name": "((e: FocusEvent<Element, Element>) => void)"
344056
- }
344057
- },
344058
- "onBlur": {
344059
- "defaultValue": null,
344060
- "description": "Handler that is called when the element loses focus.",
344061
- "name": "onBlur",
344062
- "parent": {
344063
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344064
- "name": "FocusEvents"
344065
- },
344066
- "declarations": [
344067
- {
344068
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344069
- "name": "FocusEvents"
344070
- }
344071
- ],
344072
- "required": false,
344073
- "type": {
344074
- "name": "((e: FocusEvent<Element, Element>) => void)"
344075
- }
344076
- },
344077
- "onFocusChange": {
344078
- "defaultValue": null,
344079
- "description": "Handler that is called when the element's focus status changes.",
344080
- "name": "onFocusChange",
344081
- "parent": {
344082
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344083
- "name": "FocusEvents"
344084
- },
344085
- "declarations": [
344086
- {
344087
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344088
- "name": "FocusEvents"
344089
- }
344090
- ],
344091
- "required": false,
344092
- "type": {
344093
- "name": "((isFocused: boolean) => void)"
344094
- }
344095
- },
344096
344020
  "dir": {
344097
344021
  "defaultValue": null,
344098
344022
  "description": "",
@@ -345391,7 +345315,7 @@
345391
345315
  "name": "hasAction",
345392
345316
  "declarations": [
345393
345317
  {
345394
- "fileName": "components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
345318
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
345395
345319
  "name": "TypeLiteral"
345396
345320
  }
345397
345321
  ],
@@ -345406,7 +345330,7 @@
345406
345330
  "name": "isTile",
345407
345331
  "declarations": [
345408
345332
  {
345409
- "fileName": "components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
345333
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
345410
345334
  "name": "TypeLiteral"
345411
345335
  }
345412
345336
  ],
@@ -345421,9 +345345,9 @@
345421
345345
  "tags": {
345422
345346
  "flr-generate": "all"
345423
345347
  },
345424
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/ListBox/ListBox.tsx",
345348
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
345425
345349
  "description": "",
345426
- "displayName": "ListBox",
345350
+ "displayName": "GridList",
345427
345351
  "methods": [],
345428
345352
  "props": {
345429
345353
  "className": {
@@ -345447,6 +345371,27 @@
345447
345371
  "name": "ClassNameOrFunction<TooltipRenderProps>"
345448
345372
  }
345449
345373
  },
345374
+ "disallowTypeAhead": {
345375
+ "defaultValue": {
345376
+ "value": "false"
345377
+ },
345378
+ "description": "Whether typeahead navigation is disabled.",
345379
+ "name": "disallowTypeAhead",
345380
+ "parent": {
345381
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345382
+ "name": "GridListProps"
345383
+ },
345384
+ "declarations": [
345385
+ {
345386
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345387
+ "name": "GridListProps"
345388
+ }
345389
+ ],
345390
+ "required": false,
345391
+ "type": {
345392
+ "name": "boolean"
345393
+ }
345394
+ },
345450
345395
  "selectionBehavior": {
345451
345396
  "defaultValue": {
345452
345397
  "value": "\"toggle\""
@@ -345527,27 +345472,6 @@
345527
345472
  "name": "\"grid\" | \"stack\""
345528
345473
  }
345529
345474
  },
345530
- "orientation": {
345531
- "defaultValue": {
345532
- "value": "'vertical'"
345533
- },
345534
- "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
345535
- "name": "orientation",
345536
- "parent": {
345537
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345538
- "name": "ListBoxProps"
345539
- },
345540
- "declarations": [
345541
- {
345542
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345543
- "name": "ListBoxProps"
345544
- }
345545
- ],
345546
- "required": false,
345547
- "type": {
345548
- "name": "Orientation"
345549
- }
345550
- },
345551
345475
  "aria-label": {
345552
345476
  "defaultValue": null,
345553
345477
  "description": "Defines a string value that labels the current element.",
@@ -345626,16 +345550,16 @@
345626
345550
  },
345627
345551
  "autoFocus": {
345628
345552
  "defaultValue": null,
345629
- "description": "Whether to auto focus the listbox or an option.",
345553
+ "description": "Whether to auto focus the gridlist or an option.",
345630
345554
  "name": "autoFocus",
345631
345555
  "parent": {
345632
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345633
- "name": "ListBoxProps"
345556
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345557
+ "name": "GridListProps"
345634
345558
  },
345635
345559
  "declarations": [
345636
345560
  {
345637
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345638
- "name": "ListBoxProps"
345561
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345562
+ "name": "GridListProps"
345639
345563
  }
345640
345564
  ],
345641
345565
  "required": false,
@@ -345643,63 +345567,6 @@
345643
345567
  "name": "boolean | FocusStrategy"
345644
345568
  }
345645
345569
  },
345646
- "onFocus": {
345647
- "defaultValue": null,
345648
- "description": "Handler that is called when the element receives focus.",
345649
- "name": "onFocus",
345650
- "parent": {
345651
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345652
- "name": "FocusEvents"
345653
- },
345654
- "declarations": [
345655
- {
345656
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345657
- "name": "FocusEvents"
345658
- }
345659
- ],
345660
- "required": false,
345661
- "type": {
345662
- "name": "((e: FocusEvent<Element, Element>) => void)"
345663
- }
345664
- },
345665
- "onBlur": {
345666
- "defaultValue": null,
345667
- "description": "Handler that is called when the element loses focus.",
345668
- "name": "onBlur",
345669
- "parent": {
345670
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345671
- "name": "FocusEvents"
345672
- },
345673
- "declarations": [
345674
- {
345675
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345676
- "name": "FocusEvents"
345677
- }
345678
- ],
345679
- "required": false,
345680
- "type": {
345681
- "name": "((e: FocusEvent<Element, Element>) => void)"
345682
- }
345683
- },
345684
- "onFocusChange": {
345685
- "defaultValue": null,
345686
- "description": "Handler that is called when the element's focus status changes.",
345687
- "name": "onFocusChange",
345688
- "parent": {
345689
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345690
- "name": "FocusEvents"
345691
- },
345692
- "declarations": [
345693
- {
345694
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345695
- "name": "FocusEvents"
345696
- }
345697
- ],
345698
- "required": false,
345699
- "type": {
345700
- "name": "((isFocused: boolean) => void)"
345701
- }
345702
- },
345703
345570
  "id": {
345704
345571
  "defaultValue": null,
345705
345572
  "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -345799,16 +345666,16 @@
345799
345666
  "defaultValue": {
345800
345667
  "value": "'clearSelection'"
345801
345668
  },
345802
- "description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
345669
+ "description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
345803
345670
  "name": "escapeKeyBehavior",
345804
345671
  "parent": {
345805
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345806
- "name": "AriaListBoxPropsBase"
345672
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345673
+ "name": "AriaGridListProps"
345807
345674
  },
345808
345675
  "declarations": [
345809
345676
  {
345810
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345811
- "name": "AriaListBoxPropsBase"
345677
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345678
+ "name": "AriaGridListProps"
345812
345679
  }
345813
345680
  ],
345814
345681
  "required": false,
@@ -345821,13 +345688,13 @@
345821
345688
  "description": "Whether selection should occur on press up instead of press down.",
345822
345689
  "name": "shouldSelectOnPressUp",
345823
345690
  "parent": {
345824
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345825
- "name": "AriaListBoxProps"
345691
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345692
+ "name": "GridListProps"
345826
345693
  },
345827
345694
  "declarations": [
345828
345695
  {
345829
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345830
- "name": "AriaListBoxProps"
345696
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345697
+ "name": "GridListProps"
345831
345698
  }
345832
345699
  ],
345833
345700
  "required": false,
@@ -345892,61 +345759,65 @@
345892
345759
  "name": "\"all\" | Iterable<Key>"
345893
345760
  }
345894
345761
  },
345895
- "onAction": {
345896
- "defaultValue": null,
345897
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
345898
- "name": "onAction",
345762
+ "disabledBehavior": {
345763
+ "defaultValue": {
345764
+ "value": "\"all\""
345765
+ },
345766
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
345767
+ "name": "disabledBehavior",
345899
345768
  "parent": {
345900
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345901
- "name": "AriaListBoxProps"
345769
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345770
+ "name": "GridListProps"
345902
345771
  },
345903
345772
  "declarations": [
345904
345773
  {
345905
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345906
- "name": "AriaListBoxProps"
345774
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345775
+ "name": "GridListProps"
345907
345776
  }
345908
345777
  ],
345909
345778
  "required": false,
345910
345779
  "type": {
345911
- "name": "((key: Key) => void)"
345780
+ "name": "DisabledBehavior"
345912
345781
  }
345913
345782
  },
345914
- "shouldFocusOnHover": {
345783
+ "onAction": {
345915
345784
  "defaultValue": null,
345916
- "description": "Whether options should be focused when the user hovers over them.",
345917
- "name": "shouldFocusOnHover",
345785
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
345786
+ "name": "onAction",
345918
345787
  "parent": {
345919
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345920
- "name": "AriaListBoxProps"
345788
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345789
+ "name": "GridListProps"
345921
345790
  },
345922
345791
  "declarations": [
345923
345792
  {
345924
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345925
- "name": "AriaListBoxProps"
345793
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345794
+ "name": "GridListProps"
345926
345795
  }
345927
345796
  ],
345928
345797
  "required": false,
345929
345798
  "type": {
345930
- "name": "boolean"
345799
+ "name": "((key: Key) => void)"
345931
345800
  }
345932
345801
  },
345933
- "shouldFocusWrap": {
345934
- "defaultValue": null,
345935
- "description": "Whether focus should wrap around when the end/start is reached.",
345936
- "name": "shouldFocusWrap",
345802
+ "keyboardNavigationBehavior": {
345803
+ "defaultValue": {
345804
+ "value": "'arrow'"
345805
+ },
345806
+ "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
345807
+ "name": "keyboardNavigationBehavior",
345937
345808
  "parent": {
345938
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345939
- "name": "ListBoxProps"
345809
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345810
+ "name": "AriaGridListProps"
345940
345811
  },
345941
345812
  "declarations": [
345942
345813
  {
345943
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
345944
- "name": "ListBoxProps"
345814
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345815
+ "name": "AriaGridListProps"
345945
345816
  }
345946
345817
  ],
345947
345818
  "required": false,
345948
345819
  "type": {
345949
- "name": "boolean"
345820
+ "name": "\"tab\" | \"arrow\""
345950
345821
  }
345951
345822
  },
345952
345823
  "children": {
@@ -347342,7 +347213,7 @@
347342
347213
  "name": "tileMaxWidth",
347343
347214
  "declarations": [
347344
347215
  {
347345
- "fileName": "components/src/components/List/components/Items/views/ListBox/ListBox.tsx",
347216
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
347346
347217
  "name": "TypeLiteral"
347347
347218
  }
347348
347219
  ],
@@ -347606,81 +347477,64 @@
347606
347477
  },
347607
347478
  {
347608
347479
  "tags": {},
347609
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
347610
- "description": "",
347611
- "displayName": "ViewModeAccordion",
347612
- "methods": [],
347613
- "props": {}
347614
- },
347615
- {
347616
- "tags": {},
347617
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
347618
- "description": "",
347619
- "displayName": "SortingAccordion",
347620
- "methods": [],
347621
- "props": {}
347622
- },
347623
- {
347624
- "tags": {},
347625
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347480
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347626
347481
  "description": "",
347627
- "displayName": "FilterAccordionRadioGroup",
347482
+ "displayName": "FilterMenuItem",
347628
347483
  "methods": [],
347629
347484
  "props": {
347630
- "filter": {
347485
+ "filterValue": {
347631
347486
  "defaultValue": null,
347632
347487
  "description": "",
347633
- "name": "filter",
347488
+ "name": "filterValue",
347634
347489
  "parent": {
347635
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347490
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347636
347491
  "name": "Props"
347637
347492
  },
347638
347493
  "declarations": [
347639
347494
  {
347640
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347495
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347641
347496
  "name": "Props"
347642
347497
  }
347643
347498
  ],
347644
347499
  "required": true,
347645
347500
  "type": {
347646
- "name": "Filter<never, never, never>"
347501
+ "name": "FilterValue"
347647
347502
  }
347648
- }
347649
- }
347650
- },
347651
- {
347652
- "tags": {},
347653
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347654
- "description": "",
347655
- "displayName": "FilterAccordionDateRange",
347656
- "methods": [],
347657
- "props": {
347658
- "filter": {
347503
+ },
347504
+ "selectionMode": {
347659
347505
  "defaultValue": null,
347660
347506
  "description": "",
347661
- "name": "filter",
347507
+ "name": "selectionMode",
347662
347508
  "parent": {
347663
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347509
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347664
347510
  "name": "Props"
347665
347511
  },
347666
347512
  "declarations": [
347667
347513
  {
347668
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347514
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347669
347515
  "name": "Props"
347670
347516
  }
347671
347517
  ],
347672
- "required": true,
347518
+ "required": false,
347673
347519
  "type": {
347674
- "name": "AnyDateRangeFilter"
347520
+ "name": "ContextMenuSelectionMode"
347675
347521
  }
347676
347522
  }
347677
347523
  }
347678
347524
  },
347679
347525
  {
347680
347526
  "tags": {},
347681
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347527
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
347682
347528
  "description": "",
347683
- "displayName": "FilterAccordionCheckboxGroup",
347529
+ "displayName": "FilterContextMenus",
347530
+ "methods": [],
347531
+ "props": {}
347532
+ },
347533
+ {
347534
+ "tags": {},
347535
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347536
+ "description": "",
347537
+ "displayName": "FilterContextMenu",
347684
347538
  "methods": [],
347685
347539
  "props": {
347686
347540
  "filter": {
@@ -347688,12 +347542,12 @@
347688
347542
  "description": "",
347689
347543
  "name": "filter",
347690
347544
  "parent": {
347691
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347545
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347692
347546
  "name": "Props"
347693
347547
  },
347694
347548
  "declarations": [
347695
347549
  {
347696
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347550
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347697
347551
  "name": "Props"
347698
347552
  }
347699
347553
  ],
@@ -347706,9 +347560,9 @@
347706
347560
  },
347707
347561
  {
347708
347562
  "tags": {},
347709
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347563
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347710
347564
  "description": "",
347711
- "displayName": "FilterAccordion",
347565
+ "displayName": "DateRangeFilterPopover",
347712
347566
  "methods": [],
347713
347567
  "props": {
347714
347568
  "filter": {
@@ -347716,98 +347570,99 @@
347716
347570
  "description": "",
347717
347571
  "name": "filter",
347718
347572
  "parent": {
347719
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347573
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347720
347574
  "name": "Props"
347721
347575
  },
347722
347576
  "declarations": [
347723
347577
  {
347724
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347578
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347725
347579
  "name": "Props"
347726
347580
  }
347727
347581
  ],
347728
347582
  "required": true,
347729
347583
  "type": {
347730
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
347584
+ "name": "AnyDateRangeFilter"
347731
347585
  }
347732
347586
  }
347733
347587
  }
347734
347588
  },
347735
347589
  {
347736
347590
  "tags": {},
347737
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
347591
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
347738
347592
  "description": "",
347739
- "displayName": "AllFiltersModal",
347593
+ "displayName": "ViewModeAccordion",
347740
347594
  "methods": [],
347741
347595
  "props": {}
347742
347596
  },
347743
347597
  {
347744
347598
  "tags": {},
347745
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
347599
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
347746
347600
  "description": "",
347747
- "displayName": "ActiveFilters",
347601
+ "displayName": "SortingAccordion",
347748
347602
  "methods": [],
347749
347603
  "props": {}
347750
347604
  },
347751
347605
  {
347752
347606
  "tags": {},
347753
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347607
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347754
347608
  "description": "",
347755
- "displayName": "FilterMenuItem",
347609
+ "displayName": "FilterAccordionRadioGroup",
347756
347610
  "methods": [],
347757
347611
  "props": {
347758
- "filterValue": {
347612
+ "filter": {
347759
347613
  "defaultValue": null,
347760
347614
  "description": "",
347761
- "name": "filterValue",
347615
+ "name": "filter",
347762
347616
  "parent": {
347763
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347617
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347764
347618
  "name": "Props"
347765
347619
  },
347766
347620
  "declarations": [
347767
347621
  {
347768
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347622
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
347769
347623
  "name": "Props"
347770
347624
  }
347771
347625
  ],
347772
347626
  "required": true,
347773
347627
  "type": {
347774
- "name": "FilterValue"
347628
+ "name": "Filter<never, never, never>"
347775
347629
  }
347776
- },
347777
- "selectionMode": {
347630
+ }
347631
+ }
347632
+ },
347633
+ {
347634
+ "tags": {},
347635
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347636
+ "description": "",
347637
+ "displayName": "FilterAccordionDateRange",
347638
+ "methods": [],
347639
+ "props": {
347640
+ "filter": {
347778
347641
  "defaultValue": null,
347779
347642
  "description": "",
347780
- "name": "selectionMode",
347643
+ "name": "filter",
347781
347644
  "parent": {
347782
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347645
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347783
347646
  "name": "Props"
347784
347647
  },
347785
347648
  "declarations": [
347786
347649
  {
347787
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
347650
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
347788
347651
  "name": "Props"
347789
347652
  }
347790
347653
  ],
347791
- "required": false,
347654
+ "required": true,
347792
347655
  "type": {
347793
- "name": "ContextMenuSelectionMode"
347656
+ "name": "AnyDateRangeFilter"
347794
347657
  }
347795
347658
  }
347796
347659
  }
347797
347660
  },
347798
347661
  {
347799
347662
  "tags": {},
347800
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
347801
- "description": "",
347802
- "displayName": "FilterContextMenus",
347803
- "methods": [],
347804
- "props": {}
347805
- },
347806
- {
347807
- "tags": {},
347808
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347663
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347809
347664
  "description": "",
347810
- "displayName": "FilterContextMenu",
347665
+ "displayName": "FilterAccordionCheckboxGroup",
347811
347666
  "methods": [],
347812
347667
  "props": {
347813
347668
  "filter": {
@@ -347815,12 +347670,12 @@
347815
347670
  "description": "",
347816
347671
  "name": "filter",
347817
347672
  "parent": {
347818
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347673
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347819
347674
  "name": "Props"
347820
347675
  },
347821
347676
  "declarations": [
347822
347677
  {
347823
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
347678
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
347824
347679
  "name": "Props"
347825
347680
  }
347826
347681
  ],
@@ -347833,9 +347688,9 @@
347833
347688
  },
347834
347689
  {
347835
347690
  "tags": {},
347836
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347691
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347837
347692
  "description": "",
347838
- "displayName": "DateRangeFilterPopover",
347693
+ "displayName": "FilterAccordion",
347839
347694
  "methods": [],
347840
347695
  "props": {
347841
347696
  "filter": {
@@ -347843,22 +347698,38 @@
347843
347698
  "description": "",
347844
347699
  "name": "filter",
347845
347700
  "parent": {
347846
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347701
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347847
347702
  "name": "Props"
347848
347703
  },
347849
347704
  "declarations": [
347850
347705
  {
347851
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
347706
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
347852
347707
  "name": "Props"
347853
347708
  }
347854
347709
  ],
347855
347710
  "required": true,
347856
347711
  "type": {
347857
- "name": "AnyDateRangeFilter"
347712
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
347858
347713
  }
347859
347714
  }
347860
347715
  }
347861
347716
  },
347717
+ {
347718
+ "tags": {},
347719
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
347720
+ "description": "",
347721
+ "displayName": "AllFiltersModal",
347722
+ "methods": [],
347723
+ "props": {}
347724
+ },
347725
+ {
347726
+ "tags": {},
347727
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
347728
+ "description": "",
347729
+ "displayName": "ActiveFilters",
347730
+ "methods": [],
347731
+ "props": {}
347732
+ },
347862
347733
  {
347863
347734
  "tags": {},
347864
347735
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -355690,9 +355561,9 @@
355690
355561
  },
355691
355562
  {
355692
355563
  "tags": {},
355693
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
355564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
355694
355565
  "description": "",
355695
- "displayName": "useBoxItemProps",
355566
+ "displayName": "useGridItemProps",
355696
355567
  "methods": [],
355697
355568
  "props": {
355698
355569
  "data": {
@@ -355700,12 +355571,12 @@
355700
355571
  "description": "",
355701
355572
  "name": "data",
355702
355573
  "parent": {
355703
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
355574
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
355704
355575
  "name": "P"
355705
355576
  },
355706
355577
  "declarations": [
355707
355578
  {
355708
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
355579
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
355709
355580
  "name": "P"
355710
355581
  }
355711
355582
  ],