@mittwald/flow-react-components 0.2.0-alpha.764 → 0.2.0-alpha.766

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 (68) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +341 -212
  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/{useGridItemProps.mjs → useBoxItemProps.mjs} +5 -5
  9. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.mjs.map +1 -0
  10. package/dist/js/packages/components/src/components/List/components/Items/views/{GridList/GridList.mjs → ListBox/ListBox.mjs} +4 -4
  11. package/dist/js/packages/components/src/components/List/components/Items/views/ListBox/ListBox.mjs.map +1 -0
  12. package/dist/js/packages/components/src/components/List/components/Items/views/{GridListItem/GridListItem.mjs → ListBoxItem/ListBoxItem.mjs} +4 -4
  13. package/dist/js/packages/components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.mjs.map +1 -0
  14. package/dist/js/packages/components/src/components/List/model/search/Search.mjs +0 -1
  15. package/dist/js/packages/components/src/components/List/model/search/Search.mjs.map +1 -1
  16. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs +1 -0
  17. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs.map +1 -1
  18. package/dist/js/packages/components/src/views/ItemsListBoxItemView.mjs +15 -0
  19. package/dist/js/packages/components/src/views/ItemsListBoxItemView.mjs.map +1 -0
  20. package/dist/js/packages/components/src/views/ItemsListBoxView.mjs +15 -0
  21. package/dist/js/packages/components/src/views/ItemsListBoxView.mjs.map +1 -0
  22. package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  23. package/dist/types/components/List/components/Items/components/Item/hooks/{useGridItemProps.d.ts → useBoxItemProps.d.ts} +4 -4
  24. package/dist/types/components/List/components/Items/components/Item/hooks/useBoxItemProps.d.ts.map +1 -0
  25. package/dist/types/components/List/components/Items/views/ListBox/ListBox.d.ts +9 -0
  26. package/dist/types/components/List/components/Items/views/ListBox/ListBox.d.ts.map +1 -0
  27. package/dist/types/components/List/components/Items/views/ListBox/index.d.ts +2 -0
  28. package/dist/types/components/List/components/Items/views/{GridList → ListBox}/index.d.ts.map +1 -1
  29. package/dist/types/components/List/components/Items/views/{GridList → ListBox}/view.d.ts +2 -2
  30. package/dist/types/components/List/components/Items/views/ListBox/view.d.ts.map +1 -0
  31. package/dist/types/components/List/components/Items/views/ListBoxItem/ListBoxItem.d.ts +10 -0
  32. package/dist/types/components/List/components/Items/views/ListBoxItem/ListBoxItem.d.ts.map +1 -0
  33. package/dist/types/components/List/components/Items/views/ListBoxItem/index.d.ts +3 -0
  34. package/dist/types/components/List/components/Items/views/{GridListItem → ListBoxItem}/index.d.ts.map +1 -1
  35. package/dist/types/components/List/components/Items/views/ListBoxItem/view.d.ts +8 -0
  36. package/dist/types/components/List/components/Items/views/ListBoxItem/view.d.ts.map +1 -0
  37. package/dist/types/components/List/index.d.ts +2 -2
  38. package/dist/types/components/List/index.d.ts.map +1 -1
  39. package/dist/types/components/List/model/search/Search.d.ts.map +1 -1
  40. package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
  41. package/dist/types/components/List/typedList.d.ts +1 -1
  42. package/dist/types/components/SettingsProvider/SettingsProvider.d.ts.map +1 -1
  43. package/dist/types/views/ItemsListBoxItemView.d.ts +5 -0
  44. package/dist/types/views/ItemsListBoxItemView.d.ts.map +1 -0
  45. package/dist/types/views/ItemsListBoxView.d.ts +5 -0
  46. package/dist/types/views/ItemsListBoxView.d.ts.map +1 -0
  47. package/package.json +6 -6
  48. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +0 -1
  49. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +0 -1
  50. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs.map +0 -1
  51. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs +0 -15
  52. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs.map +0 -1
  53. package/dist/js/packages/components/src/views/ItemsGridListView.mjs +0 -15
  54. package/dist/js/packages/components/src/views/ItemsGridListView.mjs.map +0 -1
  55. package/dist/types/components/List/components/Items/components/Item/hooks/useGridItemProps.d.ts.map +0 -1
  56. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts +0 -9
  57. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts.map +0 -1
  58. package/dist/types/components/List/components/Items/views/GridList/index.d.ts +0 -2
  59. package/dist/types/components/List/components/Items/views/GridList/view.d.ts.map +0 -1
  60. package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts +0 -10
  61. package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts.map +0 -1
  62. package/dist/types/components/List/components/Items/views/GridListItem/index.d.ts +0 -3
  63. package/dist/types/components/List/components/Items/views/GridListItem/view.d.ts +0 -8
  64. package/dist/types/components/List/components/Items/views/GridListItem/view.d.ts.map +0 -1
  65. package/dist/types/views/ItemsGridListItemView.d.ts +0 -5
  66. package/dist/types/views/ItemsGridListItemView.d.ts.map +0 -1
  67. package/dist/types/views/ItemsGridListView.d.ts +0 -5
  68. package/dist/types/views/ItemsGridListView.d.ts.map +0 -1
@@ -277168,6 +277168,14 @@
277168
277168
  }
277169
277169
  }
277170
277170
  },
277171
+ {
277172
+ "tags": {},
277173
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277174
+ "description": "",
277175
+ "displayName": "FormRootError",
277176
+ "methods": [],
277177
+ "props": {}
277178
+ },
277171
277179
  {
277172
277180
  "tags": {},
277173
277181
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
@@ -277334,14 +277342,6 @@
277334
277342
  }
277335
277343
  }
277336
277344
  },
277337
- {
277338
- "tags": {},
277339
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277340
- "description": "",
277341
- "displayName": "FormRootError",
277342
- "methods": [],
277343
- "props": {}
277344
- },
277345
277345
  {
277346
277346
  "tags": {},
277347
277347
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
@@ -283871,33 +283871,7 @@
283871
283871
  "tags": {
283872
283872
  "deprecated": "Use RouterProvider instead"
283873
283873
  },
283874
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
283875
- "description": "",
283876
- "displayName": "LinkProvider",
283877
- "methods": [],
283878
- "props": {
283879
- "children": {
283880
- "defaultValue": null,
283881
- "description": "",
283882
- "name": "children",
283883
- "declarations": [
283884
- {
283885
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
283886
- "name": "TypeLiteral"
283887
- }
283888
- ],
283889
- "required": false,
283890
- "type": {
283891
- "name": "ReactNode"
283892
- }
283893
- }
283894
- }
283895
- },
283896
- {
283897
- "tags": {
283898
- "deprecated": "Use RouterProvider instead"
283899
- },
283900
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
283874
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
283901
283875
  "description": "",
283902
283876
  "displayName": "Link",
283903
283877
  "methods": [],
@@ -283907,12 +283881,12 @@
283907
283881
  "description": "",
283908
283882
  "name": "ref",
283909
283883
  "parent": {
283910
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283884
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283911
283885
  "name": "Props"
283912
283886
  },
283913
283887
  "declarations": [
283914
283888
  {
283915
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283889
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283916
283890
  "name": "Props"
283917
283891
  }
283918
283892
  ],
@@ -283926,12 +283900,12 @@
283926
283900
  "description": "",
283927
283901
  "name": "isDisabled",
283928
283902
  "parent": {
283929
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283903
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283930
283904
  "name": "Props"
283931
283905
  },
283932
283906
  "declarations": [
283933
283907
  {
283934
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283908
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283935
283909
  "name": "Props"
283936
283910
  }
283937
283911
  ],
@@ -289395,6 +289369,32 @@
289395
289369
  }
289396
289370
  }
289397
289371
  },
289372
+ {
289373
+ "tags": {
289374
+ "deprecated": "Use RouterProvider instead"
289375
+ },
289376
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
289377
+ "description": "",
289378
+ "displayName": "LinkProvider",
289379
+ "methods": [],
289380
+ "props": {
289381
+ "children": {
289382
+ "defaultValue": null,
289383
+ "description": "",
289384
+ "name": "children",
289385
+ "declarations": [
289386
+ {
289387
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
289388
+ "name": "TypeLiteral"
289389
+ }
289390
+ ],
289391
+ "required": false,
289392
+ "type": {
289393
+ "name": "ReactNode"
289394
+ }
289395
+ }
289396
+ }
289397
+ },
289398
289398
  {
289399
289399
  "tags": {
289400
289400
  "flr-generate": "all"
@@ -308355,6 +308355,34 @@
308355
308355
  }
308356
308356
  }
308357
308357
  },
308358
+ {
308359
+ "tags": {},
308360
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308361
+ "description": "",
308362
+ "displayName": "PopoverTip",
308363
+ "methods": [],
308364
+ "props": {
308365
+ "className": {
308366
+ "defaultValue": null,
308367
+ "description": "The elements class name.",
308368
+ "name": "className",
308369
+ "parent": {
308370
+ "fileName": "components/src/lib/types/props.ts",
308371
+ "name": "PropsWithClassName"
308372
+ },
308373
+ "declarations": [
308374
+ {
308375
+ "fileName": "components/src/lib/types/props.ts",
308376
+ "name": "PropsWithClassName"
308377
+ }
308378
+ ],
308379
+ "required": false,
308380
+ "type": {
308381
+ "name": "string"
308382
+ }
308383
+ }
308384
+ }
308385
+ },
308358
308386
  {
308359
308387
  "tags": {},
308360
308388
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -308493,34 +308521,6 @@
308493
308521
  }
308494
308522
  }
308495
308523
  },
308496
- {
308497
- "tags": {},
308498
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308499
- "description": "",
308500
- "displayName": "PopoverTip",
308501
- "methods": [],
308502
- "props": {
308503
- "className": {
308504
- "defaultValue": null,
308505
- "description": "The elements class name.",
308506
- "name": "className",
308507
- "parent": {
308508
- "fileName": "components/src/lib/types/props.ts",
308509
- "name": "PropsWithClassName"
308510
- },
308511
- "declarations": [
308512
- {
308513
- "fileName": "components/src/lib/types/props.ts",
308514
- "name": "PropsWithClassName"
308515
- }
308516
- ],
308517
- "required": false,
308518
- "type": {
308519
- "name": "string"
308520
- }
308521
- }
308522
- }
308523
- },
308524
308524
  {
308525
308525
  "tags": {
308526
308526
  "flr-generate": "all"
@@ -314723,6 +314723,14 @@
314723
314723
  "methods": [],
314724
314724
  "props": {}
314725
314725
  },
314726
+ {
314727
+ "tags": {},
314728
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
314729
+ "description": "",
314730
+ "displayName": "ConfirmUnsavedChangesModal",
314731
+ "methods": [],
314732
+ "props": {}
314733
+ },
314726
314734
  {
314727
314735
  "tags": {},
314728
314736
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -314861,14 +314869,6 @@
314861
314869
  }
314862
314870
  }
314863
314871
  },
314864
- {
314865
- "tags": {},
314866
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
314867
- "description": "",
314868
- "displayName": "ConfirmUnsavedChangesModal",
314869
- "methods": [],
314870
- "props": {}
314871
- },
314872
314872
  {
314873
314873
  "tags": {
314874
314874
  "flr-generate": "all"
@@ -321319,9 +321319,9 @@
321319
321319
  "tags": {
321320
321320
  "flr-generate": "all"
321321
321321
  },
321322
- "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321322
+ "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
321323
321323
  "description": "",
321324
- "displayName": "XAxis",
321324
+ "displayName": "YAxis",
321325
321325
  "methods": [],
321326
321326
  "props": {
321327
321327
  "className": {
@@ -321402,16 +321402,16 @@
321402
321402
  },
321403
321403
  "scale": {
321404
321404
  "defaultValue": null,
321405
- "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} />",
321405
+ "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 <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
321406
321406
  "name": "scale",
321407
321407
  "parent": {
321408
- "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",
321409
- "name": "XAxisProps"
321408
+ "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/YAxis.d.ts",
321409
+ "name": "YAxisProps"
321410
321410
  },
321411
321411
  "declarations": [
321412
321412
  {
321413
- "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",
321414
- "name": "XAxisProps"
321413
+ "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/YAxis.d.ts",
321414
+ "name": "YAxisProps"
321415
321415
  }
321416
321416
  ],
321417
321417
  "required": false,
@@ -321457,37 +321457,18 @@
321457
321457
  "name": "boolean"
321458
321458
  }
321459
321459
  },
321460
- "allowDataOverflow": {
321461
- "defaultValue": null,
321462
- "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",
321463
- "name": "allowDataOverflow",
321464
- "parent": {
321465
- "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",
321466
- "name": "RenderableAxisProps"
321467
- },
321468
- "declarations": [
321469
- {
321470
- "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",
321471
- "name": "RenderableAxisProps"
321472
- }
321473
- ],
321474
- "required": false,
321475
- "type": {
321476
- "name": "boolean"
321477
- }
321478
- },
321479
321460
  "interval": {
321480
321461
  "defaultValue": null,
321481
- "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",
321462
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321482
321463
  "name": "interval",
321483
321464
  "parent": {
321484
- "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",
321485
- "name": "XAxisProps"
321465
+ "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/YAxis.d.ts",
321466
+ "name": "YAxisProps"
321486
321467
  },
321487
321468
  "declarations": [
321488
321469
  {
321489
- "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",
321490
- "name": "XAxisProps"
321470
+ "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/YAxis.d.ts",
321471
+ "name": "YAxisProps"
321491
321472
  }
321492
321473
  ],
321493
321474
  "required": false,
@@ -321500,13 +321481,13 @@
321500
321481
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321501
321482
  "name": "minTickGap",
321502
321483
  "parent": {
321503
- "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",
321504
- "name": "XAxisProps"
321484
+ "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/YAxis.d.ts",
321485
+ "name": "YAxisProps"
321505
321486
  },
321506
321487
  "declarations": [
321507
321488
  {
321508
- "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",
321509
- "name": "XAxisProps"
321489
+ "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/YAxis.d.ts",
321490
+ "name": "YAxisProps"
321510
321491
  }
321511
321492
  ],
321512
321493
  "required": false,
@@ -321516,16 +321497,16 @@
321516
321497
  },
321517
321498
  "domain": {
321518
321499
  "defaultValue": null,
321519
- "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 />",
321500
+ "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 <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321520
321501
  "name": "domain",
321521
321502
  "parent": {
321522
- "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",
321523
- "name": "XAxisProps"
321503
+ "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/YAxis.d.ts",
321504
+ "name": "YAxisProps"
321524
321505
  },
321525
321506
  "declarations": [
321526
321507
  {
321527
- "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",
321528
- "name": "XAxisProps"
321508
+ "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/YAxis.d.ts",
321509
+ "name": "YAxisProps"
321529
321510
  }
321530
321511
  ],
321531
321512
  "required": false,
@@ -321577,9 +321558,9 @@
321577
321558
  "tags": {
321578
321559
  "flr-generate": "all"
321579
321560
  },
321580
- "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
321561
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321581
321562
  "description": "",
321582
- "displayName": "YAxis",
321563
+ "displayName": "XAxis",
321583
321564
  "methods": [],
321584
321565
  "props": {
321585
321566
  "className": {
@@ -321660,16 +321641,16 @@
321660
321641
  },
321661
321642
  "scale": {
321662
321643
  "defaultValue": null,
321663
- "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 <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
321644
+ "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} />",
321664
321645
  "name": "scale",
321665
321646
  "parent": {
321666
- "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/YAxis.d.ts",
321667
- "name": "YAxisProps"
321647
+ "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",
321648
+ "name": "XAxisProps"
321668
321649
  },
321669
321650
  "declarations": [
321670
321651
  {
321671
- "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/YAxis.d.ts",
321672
- "name": "YAxisProps"
321652
+ "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",
321653
+ "name": "XAxisProps"
321673
321654
  }
321674
321655
  ],
321675
321656
  "required": false,
@@ -321717,16 +321698,16 @@
321717
321698
  },
321718
321699
  "interval": {
321719
321700
  "defaultValue": null,
321720
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321701
+ "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",
321721
321702
  "name": "interval",
321722
321703
  "parent": {
321723
- "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/YAxis.d.ts",
321724
- "name": "YAxisProps"
321704
+ "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",
321705
+ "name": "XAxisProps"
321725
321706
  },
321726
321707
  "declarations": [
321727
321708
  {
321728
- "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/YAxis.d.ts",
321729
- "name": "YAxisProps"
321709
+ "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",
321710
+ "name": "XAxisProps"
321730
321711
  }
321731
321712
  ],
321732
321713
  "required": false,
@@ -321739,13 +321720,13 @@
321739
321720
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321740
321721
  "name": "minTickGap",
321741
321722
  "parent": {
321742
- "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/YAxis.d.ts",
321743
- "name": "YAxisProps"
321723
+ "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",
321724
+ "name": "XAxisProps"
321744
321725
  },
321745
321726
  "declarations": [
321746
321727
  {
321747
- "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/YAxis.d.ts",
321748
- "name": "YAxisProps"
321728
+ "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",
321729
+ "name": "XAxisProps"
321749
321730
  }
321750
321731
  ],
321751
321732
  "required": false,
@@ -321755,16 +321736,16 @@
321755
321736
  },
321756
321737
  "domain": {
321757
321738
  "defaultValue": null,
321758
- "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 <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321739
+ "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 />",
321759
321740
  "name": "domain",
321760
321741
  "parent": {
321761
- "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/YAxis.d.ts",
321762
- "name": "YAxisProps"
321742
+ "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",
321743
+ "name": "XAxisProps"
321763
321744
  },
321764
321745
  "declarations": [
321765
321746
  {
321766
- "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/YAxis.d.ts",
321767
- "name": "YAxisProps"
321747
+ "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",
321748
+ "name": "XAxisProps"
321768
321749
  }
321769
321750
  ],
321770
321751
  "required": false,
@@ -321809,6 +321790,25 @@
321809
321790
  "type": {
321810
321791
  "name": "((value: any, index: number) => string)"
321811
321792
  }
321793
+ },
321794
+ "allowDataOverflow": {
321795
+ "defaultValue": null,
321796
+ "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",
321797
+ "name": "allowDataOverflow",
321798
+ "parent": {
321799
+ "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",
321800
+ "name": "RenderableAxisProps"
321801
+ },
321802
+ "declarations": [
321803
+ {
321804
+ "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",
321805
+ "name": "RenderableAxisProps"
321806
+ }
321807
+ ],
321808
+ "required": false,
321809
+ "type": {
321810
+ "name": "boolean"
321811
+ }
321812
321812
  }
321813
321813
  }
321814
321814
  },
@@ -341511,9 +341511,9 @@
341511
341511
  "tags": {
341512
341512
  "flr-generate": "all"
341513
341513
  },
341514
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
341514
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
341515
341515
  "description": "",
341516
- "displayName": "GridListItem",
341516
+ "displayName": "ListBoxItem",
341517
341517
  "methods": [],
341518
341518
  "props": {
341519
341519
  "className": {
@@ -341594,6 +341594,25 @@
341594
341594
  "name": "string"
341595
341595
  }
341596
341596
  },
341597
+ "aria-label": {
341598
+ "defaultValue": null,
341599
+ "description": "An accessibility label for this item.",
341600
+ "name": "aria-label",
341601
+ "parent": {
341602
+ "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",
341603
+ "name": "ListBoxItemProps"
341604
+ },
341605
+ "declarations": [
341606
+ {
341607
+ "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",
341608
+ "name": "ListBoxItemProps"
341609
+ }
341610
+ ],
341611
+ "required": false,
341612
+ "type": {
341613
+ "name": "string"
341614
+ }
341615
+ },
341597
341616
  "isDisabled": {
341598
341617
  "defaultValue": null,
341599
341618
  "description": "Whether the item is disabled.",
@@ -341993,6 +342012,63 @@
341993
342012
  "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
341994
342013
  }
341995
342014
  },
342015
+ "onFocus": {
342016
+ "defaultValue": null,
342017
+ "description": "Handler that is called when the element receives focus.",
342018
+ "name": "onFocus",
342019
+ "parent": {
342020
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342021
+ "name": "FocusEvents"
342022
+ },
342023
+ "declarations": [
342024
+ {
342025
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342026
+ "name": "FocusEvents"
342027
+ }
342028
+ ],
342029
+ "required": false,
342030
+ "type": {
342031
+ "name": "((e: FocusEvent<Element, Element>) => void)"
342032
+ }
342033
+ },
342034
+ "onBlur": {
342035
+ "defaultValue": null,
342036
+ "description": "Handler that is called when the element loses focus.",
342037
+ "name": "onBlur",
342038
+ "parent": {
342039
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342040
+ "name": "FocusEvents"
342041
+ },
342042
+ "declarations": [
342043
+ {
342044
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342045
+ "name": "FocusEvents"
342046
+ }
342047
+ ],
342048
+ "required": false,
342049
+ "type": {
342050
+ "name": "((e: FocusEvent<Element, Element>) => void)"
342051
+ }
342052
+ },
342053
+ "onFocusChange": {
342054
+ "defaultValue": null,
342055
+ "description": "Handler that is called when the element's focus status changes.",
342056
+ "name": "onFocusChange",
342057
+ "parent": {
342058
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342059
+ "name": "FocusEvents"
342060
+ },
342061
+ "declarations": [
342062
+ {
342063
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
342064
+ "name": "FocusEvents"
342065
+ }
342066
+ ],
342067
+ "required": false,
342068
+ "type": {
342069
+ "name": "((isFocused: boolean) => void)"
342070
+ }
342071
+ },
341996
342072
  "dir": {
341997
342073
  "defaultValue": null,
341998
342074
  "description": "",
@@ -343291,7 +343367,7 @@
343291
343367
  "name": "hasAction",
343292
343368
  "declarations": [
343293
343369
  {
343294
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
343370
+ "fileName": "components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
343295
343371
  "name": "TypeLiteral"
343296
343372
  }
343297
343373
  ],
@@ -343306,7 +343382,7 @@
343306
343382
  "name": "isTile",
343307
343383
  "declarations": [
343308
343384
  {
343309
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
343385
+ "fileName": "components/src/components/List/components/Items/views/ListBoxItem/ListBoxItem.tsx",
343310
343386
  "name": "TypeLiteral"
343311
343387
  }
343312
343388
  ],
@@ -343321,9 +343397,9 @@
343321
343397
  "tags": {
343322
343398
  "flr-generate": "all"
343323
343399
  },
343324
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
343400
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/ListBox/ListBox.tsx",
343325
343401
  "description": "",
343326
- "displayName": "GridList",
343402
+ "displayName": "ListBox",
343327
343403
  "methods": [],
343328
343404
  "props": {
343329
343405
  "className": {
@@ -343347,27 +343423,6 @@
343347
343423
  "name": "ClassNameOrFunction<TooltipRenderProps>"
343348
343424
  }
343349
343425
  },
343350
- "disallowTypeAhead": {
343351
- "defaultValue": {
343352
- "value": "false"
343353
- },
343354
- "description": "Whether typeahead navigation is disabled.",
343355
- "name": "disallowTypeAhead",
343356
- "parent": {
343357
- "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",
343358
- "name": "GridListProps"
343359
- },
343360
- "declarations": [
343361
- {
343362
- "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",
343363
- "name": "GridListProps"
343364
- }
343365
- ],
343366
- "required": false,
343367
- "type": {
343368
- "name": "boolean"
343369
- }
343370
- },
343371
343426
  "selectionBehavior": {
343372
343427
  "defaultValue": {
343373
343428
  "value": "\"toggle\""
@@ -343448,6 +343503,27 @@
343448
343503
  "name": "\"grid\" | \"stack\""
343449
343504
  }
343450
343505
  },
343506
+ "orientation": {
343507
+ "defaultValue": {
343508
+ "value": "'vertical'"
343509
+ },
343510
+ "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
343511
+ "name": "orientation",
343512
+ "parent": {
343513
+ "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",
343514
+ "name": "ListBoxProps"
343515
+ },
343516
+ "declarations": [
343517
+ {
343518
+ "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",
343519
+ "name": "ListBoxProps"
343520
+ }
343521
+ ],
343522
+ "required": false,
343523
+ "type": {
343524
+ "name": "Orientation"
343525
+ }
343526
+ },
343451
343527
  "aria-label": {
343452
343528
  "defaultValue": null,
343453
343529
  "description": "Defines a string value that labels the current element.",
@@ -343526,16 +343602,16 @@
343526
343602
  },
343527
343603
  "autoFocus": {
343528
343604
  "defaultValue": null,
343529
- "description": "Whether to auto focus the gridlist or an option.",
343605
+ "description": "Whether to auto focus the listbox or an option.",
343530
343606
  "name": "autoFocus",
343531
343607
  "parent": {
343532
- "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",
343533
- "name": "GridListProps"
343608
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343609
+ "name": "ListBoxProps"
343534
343610
  },
343535
343611
  "declarations": [
343536
343612
  {
343537
- "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",
343538
- "name": "GridListProps"
343613
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343614
+ "name": "ListBoxProps"
343539
343615
  }
343540
343616
  ],
343541
343617
  "required": false,
@@ -343543,6 +343619,63 @@
343543
343619
  "name": "boolean | FocusStrategy"
343544
343620
  }
343545
343621
  },
343622
+ "onFocus": {
343623
+ "defaultValue": null,
343624
+ "description": "Handler that is called when the element receives focus.",
343625
+ "name": "onFocus",
343626
+ "parent": {
343627
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343628
+ "name": "FocusEvents"
343629
+ },
343630
+ "declarations": [
343631
+ {
343632
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343633
+ "name": "FocusEvents"
343634
+ }
343635
+ ],
343636
+ "required": false,
343637
+ "type": {
343638
+ "name": "((e: FocusEvent<Element, Element>) => void)"
343639
+ }
343640
+ },
343641
+ "onBlur": {
343642
+ "defaultValue": null,
343643
+ "description": "Handler that is called when the element loses focus.",
343644
+ "name": "onBlur",
343645
+ "parent": {
343646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343647
+ "name": "FocusEvents"
343648
+ },
343649
+ "declarations": [
343650
+ {
343651
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343652
+ "name": "FocusEvents"
343653
+ }
343654
+ ],
343655
+ "required": false,
343656
+ "type": {
343657
+ "name": "((e: FocusEvent<Element, Element>) => void)"
343658
+ }
343659
+ },
343660
+ "onFocusChange": {
343661
+ "defaultValue": null,
343662
+ "description": "Handler that is called when the element's focus status changes.",
343663
+ "name": "onFocusChange",
343664
+ "parent": {
343665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343666
+ "name": "FocusEvents"
343667
+ },
343668
+ "declarations": [
343669
+ {
343670
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
343671
+ "name": "FocusEvents"
343672
+ }
343673
+ ],
343674
+ "required": false,
343675
+ "type": {
343676
+ "name": "((isFocused: boolean) => void)"
343677
+ }
343678
+ },
343546
343679
  "id": {
343547
343680
  "defaultValue": null,
343548
343681
  "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -343642,16 +343775,16 @@
343642
343775
  "defaultValue": {
343643
343776
  "value": "'clearSelection'"
343644
343777
  },
343645
- "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.",
343778
+ "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.",
343646
343779
  "name": "escapeKeyBehavior",
343647
343780
  "parent": {
343648
- "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",
343649
- "name": "AriaGridListProps"
343781
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343782
+ "name": "AriaListBoxPropsBase"
343650
343783
  },
343651
343784
  "declarations": [
343652
343785
  {
343653
- "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",
343654
- "name": "AriaGridListProps"
343786
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343787
+ "name": "AriaListBoxPropsBase"
343655
343788
  }
343656
343789
  ],
343657
343790
  "required": false,
@@ -343664,13 +343797,13 @@
343664
343797
  "description": "Whether selection should occur on press up instead of press down.",
343665
343798
  "name": "shouldSelectOnPressUp",
343666
343799
  "parent": {
343667
- "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",
343668
- "name": "GridListProps"
343800
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343801
+ "name": "AriaListBoxProps"
343669
343802
  },
343670
343803
  "declarations": [
343671
343804
  {
343672
- "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",
343673
- "name": "GridListProps"
343805
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343806
+ "name": "AriaListBoxProps"
343674
343807
  }
343675
343808
  ],
343676
343809
  "required": false,
@@ -343735,65 +343868,61 @@
343735
343868
  "name": "\"all\" | Iterable<Key>"
343736
343869
  }
343737
343870
  },
343738
- "disabledBehavior": {
343739
- "defaultValue": {
343740
- "value": "\"all\""
343741
- },
343742
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
343743
- "name": "disabledBehavior",
343871
+ "onAction": {
343872
+ "defaultValue": null,
343873
+ "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.",
343874
+ "name": "onAction",
343744
343875
  "parent": {
343745
- "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",
343746
- "name": "GridListProps"
343876
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343877
+ "name": "AriaListBoxProps"
343747
343878
  },
343748
343879
  "declarations": [
343749
343880
  {
343750
- "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",
343751
- "name": "GridListProps"
343881
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343882
+ "name": "AriaListBoxProps"
343752
343883
  }
343753
343884
  ],
343754
343885
  "required": false,
343755
343886
  "type": {
343756
- "name": "DisabledBehavior"
343887
+ "name": "((key: Key) => void)"
343757
343888
  }
343758
343889
  },
343759
- "onAction": {
343890
+ "shouldFocusOnHover": {
343760
343891
  "defaultValue": null,
343761
- "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.",
343762
- "name": "onAction",
343892
+ "description": "Whether options should be focused when the user hovers over them.",
343893
+ "name": "shouldFocusOnHover",
343763
343894
  "parent": {
343764
- "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",
343765
- "name": "GridListProps"
343895
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343896
+ "name": "AriaListBoxProps"
343766
343897
  },
343767
343898
  "declarations": [
343768
343899
  {
343769
- "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",
343770
- "name": "GridListProps"
343900
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343901
+ "name": "AriaListBoxProps"
343771
343902
  }
343772
343903
  ],
343773
343904
  "required": false,
343774
343905
  "type": {
343775
- "name": "((key: Key) => void)"
343906
+ "name": "boolean"
343776
343907
  }
343777
343908
  },
343778
- "keyboardNavigationBehavior": {
343779
- "defaultValue": {
343780
- "value": "'arrow'"
343781
- },
343782
- "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
343783
- "name": "keyboardNavigationBehavior",
343909
+ "shouldFocusWrap": {
343910
+ "defaultValue": null,
343911
+ "description": "Whether focus should wrap around when the end/start is reached.",
343912
+ "name": "shouldFocusWrap",
343784
343913
  "parent": {
343785
- "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",
343786
- "name": "AriaGridListProps"
343914
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343915
+ "name": "ListBoxProps"
343787
343916
  },
343788
343917
  "declarations": [
343789
343918
  {
343790
- "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",
343791
- "name": "AriaGridListProps"
343919
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
343920
+ "name": "ListBoxProps"
343792
343921
  }
343793
343922
  ],
343794
343923
  "required": false,
343795
343924
  "type": {
343796
- "name": "\"tab\" | \"arrow\""
343925
+ "name": "boolean"
343797
343926
  }
343798
343927
  },
343799
343928
  "children": {
@@ -345189,7 +345318,7 @@
345189
345318
  "name": "tileMaxWidth",
345190
345319
  "declarations": [
345191
345320
  {
345192
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
345321
+ "fileName": "components/src/components/List/components/Items/views/ListBox/ListBox.tsx",
345193
345322
  "name": "TypeLiteral"
345194
345323
  }
345195
345324
  ],
@@ -353425,9 +353554,9 @@
353425
353554
  },
353426
353555
  {
353427
353556
  "tags": {},
353428
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
353557
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
353429
353558
  "description": "",
353430
- "displayName": "useGridItemProps",
353559
+ "displayName": "useBoxItemProps",
353431
353560
  "methods": [],
353432
353561
  "props": {
353433
353562
  "data": {
@@ -353435,12 +353564,12 @@
353435
353564
  "description": "",
353436
353565
  "name": "data",
353437
353566
  "parent": {
353438
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
353567
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
353439
353568
  "name": "P"
353440
353569
  },
353441
353570
  "declarations": [
353442
353571
  {
353443
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
353572
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useBoxItemProps.tsx",
353444
353573
  "name": "P"
353445
353574
  }
353446
353575
  ],