@mittwald/flow-react-components 0.2.0-alpha.852 → 0.2.0-alpha.853

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.
@@ -134196,68 +134196,89 @@
134196
134196
  "tags": {
134197
134197
  "flr-generate": "all"
134198
134198
  },
134199
- "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
134199
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
134200
134200
  "description": "",
134201
- "displayName": "HeaderNavigation",
134201
+ "displayName": "Heading",
134202
134202
  "methods": [],
134203
134203
  "props": {
134204
+ "size": {
134205
+ "defaultValue": null,
134206
+ "description": "The font size of the heading.",
134207
+ "name": "size",
134208
+ "parent": {
134209
+ "fileName": "components/src/components/Heading/Heading.tsx",
134210
+ "name": "HeadingProps"
134211
+ },
134212
+ "declarations": [
134213
+ {
134214
+ "fileName": "components/src/components/Heading/Heading.tsx",
134215
+ "name": "HeadingProps"
134216
+ }
134217
+ ],
134218
+ "required": false,
134219
+ "type": {
134220
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
134221
+ }
134222
+ },
134204
134223
  "color": {
134205
134224
  "defaultValue": {
134206
134225
  "value": "\"default\""
134207
134226
  },
134208
- "description": "The color of the header navigation.",
134227
+ "description": "The color of the heading.",
134209
134228
  "name": "color",
134210
134229
  "parent": {
134211
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
134212
- "name": "HeaderNavigationProps"
134230
+ "fileName": "components/src/components/Heading/Heading.tsx",
134231
+ "name": "HeadingProps"
134213
134232
  },
134214
134233
  "declarations": [
134215
134234
  {
134216
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
134217
- "name": "HeaderNavigationProps"
134235
+ "fileName": "components/src/components/Heading/Heading.tsx",
134236
+ "name": "HeadingProps"
134218
134237
  }
134219
134238
  ],
134220
134239
  "required": false,
134221
134240
  "type": {
134222
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
134241
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
134223
134242
  }
134224
134243
  },
134225
- "ref": {
134226
- "defaultValue": null,
134227
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
134228
- "name": "ref",
134244
+ "wrap": {
134245
+ "defaultValue": {
134246
+ "value": "undefined"
134247
+ },
134248
+ "description": "The text-wrap property of the text.",
134249
+ "name": "wrap",
134229
134250
  "parent": {
134230
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
134231
- "name": "RefAttributes"
134251
+ "fileName": "components/src/components/Heading/Heading.tsx",
134252
+ "name": "HeadingProps"
134232
134253
  },
134233
134254
  "declarations": [
134234
134255
  {
134235
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
134236
- "name": "RefAttributes"
134256
+ "fileName": "components/src/components/Heading/Heading.tsx",
134257
+ "name": "HeadingProps"
134237
134258
  }
134238
134259
  ],
134239
134260
  "required": false,
134240
134261
  "type": {
134241
- "name": "Ref<HTMLSpanElement>"
134262
+ "name": "\"wrap\" | \"balance\""
134242
134263
  }
134243
134264
  },
134244
- "key": {
134265
+ "level": {
134245
134266
  "defaultValue": null,
134246
134267
  "description": "",
134247
- "name": "key",
134268
+ "name": "level",
134248
134269
  "parent": {
134249
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
134250
- "name": "Attributes"
134270
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
134271
+ "name": "HeadingProps"
134251
134272
  },
134252
134273
  "declarations": [
134253
134274
  {
134254
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
134255
- "name": "Attributes"
134275
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
134276
+ "name": "HeadingProps"
134256
134277
  }
134257
134278
  ],
134258
134279
  "required": false,
134259
134280
  "type": {
134260
- "name": "Key | null"
134281
+ "name": "number"
134261
134282
  }
134262
134283
  },
134263
134284
  "defaultChecked": {
@@ -139522,96 +139543,185 @@
139522
139543
  "type": {
139523
139544
  "name": "TransitionEventHandler<HTMLElement>"
139524
139545
  }
139525
- }
139526
- }
139527
- },
139528
- {
139529
- "tags": {
139530
- "flr-generate": "all"
139531
- },
139532
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
139533
- "description": "",
139534
- "displayName": "Heading",
139535
- "methods": [],
139536
- "props": {
139537
- "size": {
139546
+ },
139547
+ "render": {
139538
139548
  "defaultValue": null,
139539
- "description": "The font size of the heading.",
139540
- "name": "size",
139549
+ "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
139550
+ "name": "render",
139541
139551
  "parent": {
139542
- "fileName": "components/src/components/Heading/Heading.tsx",
139543
- "name": "HeadingProps"
139552
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
139553
+ "name": "DOMRenderProps"
139544
139554
  },
139545
139555
  "declarations": [
139546
139556
  {
139547
- "fileName": "components/src/components/Heading/Heading.tsx",
139548
- "name": "HeadingProps"
139557
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
139558
+ "name": "DOMRenderProps"
139549
139559
  }
139550
139560
  ],
139551
139561
  "required": false,
139552
139562
  "type": {
139553
- "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
139563
+ "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
139554
139564
  }
139555
139565
  },
139566
+ "wrapWith": {
139567
+ "defaultValue": null,
139568
+ "description": "",
139569
+ "name": "wrapWith",
139570
+ "parent": {
139571
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
139572
+ "name": "FlowComponentProps"
139573
+ },
139574
+ "declarations": [
139575
+ {
139576
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
139577
+ "name": "FlowComponentProps"
139578
+ }
139579
+ ],
139580
+ "required": false,
139581
+ "type": {
139582
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
139583
+ }
139584
+ },
139585
+ "tunnel": {
139586
+ "defaultValue": null,
139587
+ "description": "@internal",
139588
+ "name": "tunnel",
139589
+ "parent": {
139590
+ "fileName": "components/src/lib/types/props.ts",
139591
+ "name": "PropsWithTunnel"
139592
+ },
139593
+ "declarations": [
139594
+ {
139595
+ "fileName": "components/src/lib/types/props.ts",
139596
+ "name": "PropsWithTunnel"
139597
+ }
139598
+ ],
139599
+ "required": false,
139600
+ "type": {
139601
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
139602
+ }
139603
+ },
139604
+ "ref": {
139605
+ "defaultValue": null,
139606
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
139607
+ "name": "ref",
139608
+ "parent": {
139609
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139610
+ "name": "RefAttributes"
139611
+ },
139612
+ "declarations": [
139613
+ {
139614
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139615
+ "name": "RefAttributes"
139616
+ }
139617
+ ],
139618
+ "required": false,
139619
+ "type": {
139620
+ "name": "Ref<HTMLSpanElement>"
139621
+ }
139622
+ },
139623
+ "key": {
139624
+ "defaultValue": null,
139625
+ "description": "",
139626
+ "name": "key",
139627
+ "parent": {
139628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139629
+ "name": "Attributes"
139630
+ },
139631
+ "declarations": [
139632
+ {
139633
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139634
+ "name": "Attributes"
139635
+ }
139636
+ ],
139637
+ "required": false,
139638
+ "type": {
139639
+ "name": "Key | null"
139640
+ }
139641
+ },
139642
+ "elementType": {
139643
+ "defaultValue": null,
139644
+ "description": "",
139645
+ "name": "elementType",
139646
+ "declarations": [
139647
+ {
139648
+ "fileName": "components/src/lib/types/props.ts",
139649
+ "name": "TypeLiteral"
139650
+ }
139651
+ ],
139652
+ "required": false,
139653
+ "type": {
139654
+ "name": "\"span\" | \"p\" | ExoticComponent<{}>"
139655
+ }
139656
+ }
139657
+ }
139658
+ },
139659
+ {
139660
+ "tags": {
139661
+ "flr-generate": "all"
139662
+ },
139663
+ "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139664
+ "description": "",
139665
+ "displayName": "HeaderNavigation",
139666
+ "methods": [],
139667
+ "props": {
139556
139668
  "color": {
139557
139669
  "defaultValue": {
139558
139670
  "value": "\"default\""
139559
139671
  },
139560
- "description": "The color of the heading.",
139672
+ "description": "The color of the header navigation.",
139561
139673
  "name": "color",
139562
139674
  "parent": {
139563
- "fileName": "components/src/components/Heading/Heading.tsx",
139564
- "name": "HeadingProps"
139675
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139676
+ "name": "HeaderNavigationProps"
139565
139677
  },
139566
139678
  "declarations": [
139567
139679
  {
139568
- "fileName": "components/src/components/Heading/Heading.tsx",
139569
- "name": "HeadingProps"
139680
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139681
+ "name": "HeaderNavigationProps"
139570
139682
  }
139571
139683
  ],
139572
139684
  "required": false,
139573
139685
  "type": {
139574
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
139686
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
139575
139687
  }
139576
139688
  },
139577
- "wrap": {
139578
- "defaultValue": {
139579
- "value": "undefined"
139580
- },
139581
- "description": "The text-wrap property of the text.",
139582
- "name": "wrap",
139689
+ "ref": {
139690
+ "defaultValue": null,
139691
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
139692
+ "name": "ref",
139583
139693
  "parent": {
139584
- "fileName": "components/src/components/Heading/Heading.tsx",
139585
- "name": "HeadingProps"
139694
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139695
+ "name": "RefAttributes"
139586
139696
  },
139587
139697
  "declarations": [
139588
139698
  {
139589
- "fileName": "components/src/components/Heading/Heading.tsx",
139590
- "name": "HeadingProps"
139699
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139700
+ "name": "RefAttributes"
139591
139701
  }
139592
139702
  ],
139593
139703
  "required": false,
139594
139704
  "type": {
139595
- "name": "\"wrap\" | \"balance\""
139705
+ "name": "Ref<HTMLSpanElement>"
139596
139706
  }
139597
139707
  },
139598
- "level": {
139708
+ "key": {
139599
139709
  "defaultValue": null,
139600
139710
  "description": "",
139601
- "name": "level",
139711
+ "name": "key",
139602
139712
  "parent": {
139603
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
139604
- "name": "HeadingProps"
139713
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139714
+ "name": "Attributes"
139605
139715
  },
139606
139716
  "declarations": [
139607
139717
  {
139608
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
139609
- "name": "HeadingProps"
139718
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139719
+ "name": "Attributes"
139610
139720
  }
139611
139721
  ],
139612
139722
  "required": false,
139613
139723
  "type": {
139614
- "name": "number"
139724
+ "name": "Key | null"
139615
139725
  }
139616
139726
  },
139617
139727
  "defaultChecked": {
@@ -144876,116 +144986,6 @@
144876
144986
  "type": {
144877
144987
  "name": "TransitionEventHandler<HTMLElement>"
144878
144988
  }
144879
- },
144880
- "render": {
144881
- "defaultValue": null,
144882
- "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
144883
- "name": "render",
144884
- "parent": {
144885
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
144886
- "name": "DOMRenderProps"
144887
- },
144888
- "declarations": [
144889
- {
144890
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
144891
- "name": "DOMRenderProps"
144892
- }
144893
- ],
144894
- "required": false,
144895
- "type": {
144896
- "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
144897
- }
144898
- },
144899
- "wrapWith": {
144900
- "defaultValue": null,
144901
- "description": "",
144902
- "name": "wrapWith",
144903
- "parent": {
144904
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
144905
- "name": "FlowComponentProps"
144906
- },
144907
- "declarations": [
144908
- {
144909
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
144910
- "name": "FlowComponentProps"
144911
- }
144912
- ],
144913
- "required": false,
144914
- "type": {
144915
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
144916
- }
144917
- },
144918
- "tunnel": {
144919
- "defaultValue": null,
144920
- "description": "@internal",
144921
- "name": "tunnel",
144922
- "parent": {
144923
- "fileName": "components/src/lib/types/props.ts",
144924
- "name": "PropsWithTunnel"
144925
- },
144926
- "declarations": [
144927
- {
144928
- "fileName": "components/src/lib/types/props.ts",
144929
- "name": "PropsWithTunnel"
144930
- }
144931
- ],
144932
- "required": false,
144933
- "type": {
144934
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
144935
- }
144936
- },
144937
- "ref": {
144938
- "defaultValue": null,
144939
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
144940
- "name": "ref",
144941
- "parent": {
144942
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144943
- "name": "RefAttributes"
144944
- },
144945
- "declarations": [
144946
- {
144947
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144948
- "name": "RefAttributes"
144949
- }
144950
- ],
144951
- "required": false,
144952
- "type": {
144953
- "name": "Ref<HTMLSpanElement>"
144954
- }
144955
- },
144956
- "key": {
144957
- "defaultValue": null,
144958
- "description": "",
144959
- "name": "key",
144960
- "parent": {
144961
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144962
- "name": "Attributes"
144963
- },
144964
- "declarations": [
144965
- {
144966
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144967
- "name": "Attributes"
144968
- }
144969
- ],
144970
- "required": false,
144971
- "type": {
144972
- "name": "Key | null"
144973
- }
144974
- },
144975
- "elementType": {
144976
- "defaultValue": null,
144977
- "description": "",
144978
- "name": "elementType",
144979
- "declarations": [
144980
- {
144981
- "fileName": "components/src/lib/types/props.ts",
144982
- "name": "TypeLiteral"
144983
- }
144984
- ],
144985
- "required": false,
144986
- "type": {
144987
- "name": "\"span\" | \"p\" | ExoticComponent<{}>"
144988
- }
144989
144989
  }
144990
144990
  }
144991
144991
  },
@@ -179872,89 +179872,6 @@
179872
179872
  }
179873
179873
  }
179874
179874
  },
179875
- {
179876
- "tags": {
179877
- "flr-generate": "all"
179878
- },
179879
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
179880
- "description": "",
179881
- "displayName": "Div",
179882
- "methods": [],
179883
- "props": {
179884
- "children": {
179885
- "defaultValue": null,
179886
- "description": "",
179887
- "name": "children",
179888
- "declarations": [
179889
- {
179890
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
179891
- "name": "TypeLiteral"
179892
- }
179893
- ],
179894
- "required": false,
179895
- "type": {
179896
- "name": "ReactNode"
179897
- }
179898
- },
179899
- "className": {
179900
- "defaultValue": null,
179901
- "description": "The elements class name.",
179902
- "name": "className",
179903
- "parent": {
179904
- "fileName": "components/src/lib/types/props.ts",
179905
- "name": "PropsWithClassName"
179906
- },
179907
- "declarations": [
179908
- {
179909
- "fileName": "components/src/lib/types/props.ts",
179910
- "name": "PropsWithClassName"
179911
- }
179912
- ],
179913
- "required": false,
179914
- "type": {
179915
- "name": "string"
179916
- }
179917
- },
179918
- "ref": {
179919
- "defaultValue": null,
179920
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
179921
- "name": "ref",
179922
- "parent": {
179923
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
179924
- "name": "RefAttributes"
179925
- },
179926
- "declarations": [
179927
- {
179928
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
179929
- "name": "RefAttributes"
179930
- }
179931
- ],
179932
- "required": false,
179933
- "type": {
179934
- "name": "Ref<HTMLSpanElement>"
179935
- }
179936
- },
179937
- "key": {
179938
- "defaultValue": null,
179939
- "description": "",
179940
- "name": "key",
179941
- "parent": {
179942
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
179943
- "name": "Attributes"
179944
- },
179945
- "declarations": [
179946
- {
179947
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
179948
- "name": "Attributes"
179949
- }
179950
- ],
179951
- "required": false,
179952
- "type": {
179953
- "name": "Key | null"
179954
- }
179955
- }
179956
- }
179957
- },
179958
179875
  {
179959
179876
  "tags": {
179960
179877
  "flr-generate": "all"
@@ -181669,6 +181586,89 @@
181669
181586
  }
181670
181587
  }
181671
181588
  },
181589
+ {
181590
+ "tags": {
181591
+ "flr-generate": "all"
181592
+ },
181593
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
181594
+ "description": "",
181595
+ "displayName": "Div",
181596
+ "methods": [],
181597
+ "props": {
181598
+ "children": {
181599
+ "defaultValue": null,
181600
+ "description": "",
181601
+ "name": "children",
181602
+ "declarations": [
181603
+ {
181604
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
181605
+ "name": "TypeLiteral"
181606
+ }
181607
+ ],
181608
+ "required": false,
181609
+ "type": {
181610
+ "name": "ReactNode"
181611
+ }
181612
+ },
181613
+ "className": {
181614
+ "defaultValue": null,
181615
+ "description": "The elements class name.",
181616
+ "name": "className",
181617
+ "parent": {
181618
+ "fileName": "components/src/lib/types/props.ts",
181619
+ "name": "PropsWithClassName"
181620
+ },
181621
+ "declarations": [
181622
+ {
181623
+ "fileName": "components/src/lib/types/props.ts",
181624
+ "name": "PropsWithClassName"
181625
+ }
181626
+ ],
181627
+ "required": false,
181628
+ "type": {
181629
+ "name": "string"
181630
+ }
181631
+ },
181632
+ "ref": {
181633
+ "defaultValue": null,
181634
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
181635
+ "name": "ref",
181636
+ "parent": {
181637
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
181638
+ "name": "RefAttributes"
181639
+ },
181640
+ "declarations": [
181641
+ {
181642
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
181643
+ "name": "RefAttributes"
181644
+ }
181645
+ ],
181646
+ "required": false,
181647
+ "type": {
181648
+ "name": "Ref<HTMLSpanElement>"
181649
+ }
181650
+ },
181651
+ "key": {
181652
+ "defaultValue": null,
181653
+ "description": "",
181654
+ "name": "key",
181655
+ "parent": {
181656
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
181657
+ "name": "Attributes"
181658
+ },
181659
+ "declarations": [
181660
+ {
181661
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
181662
+ "name": "Attributes"
181663
+ }
181664
+ ],
181665
+ "required": false,
181666
+ "type": {
181667
+ "name": "Key | null"
181668
+ }
181669
+ }
181670
+ }
181671
+ },
181672
181672
  {
181673
181673
  "tags": {
181674
181674
  "flr-generate": "all"
@@ -267056,10 +267056,10 @@
267056
267056
  "name": "() => StringIterator<string>"
267057
267057
  }
267058
267058
  },
267059
- "__@unscopables@1523": {
267059
+ "__@unscopables@1527": {
267060
267060
  "defaultValue": null,
267061
267061
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
267062
- "name": "__@unscopables@1523",
267062
+ "name": "__@unscopables@1527",
267063
267063
  "parent": {
267064
267064
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
267065
267065
  "name": "Array"
@@ -267888,10 +267888,10 @@
267888
267888
  "name": "() => StringIterator<string>"
267889
267889
  }
267890
267890
  },
267891
- "__@unscopables@1523": {
267891
+ "__@unscopables@1527": {
267892
267892
  "defaultValue": null,
267893
267893
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
267894
- "name": "__@unscopables@1523",
267894
+ "name": "__@unscopables@1527",
267895
267895
  "parent": {
267896
267896
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
267897
267897
  "name": "Array"
@@ -268720,10 +268720,10 @@
268720
268720
  "name": "() => StringIterator<string>"
268721
268721
  }
268722
268722
  },
268723
- "__@unscopables@1523": {
268723
+ "__@unscopables@1527": {
268724
268724
  "defaultValue": null,
268725
268725
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
268726
- "name": "__@unscopables@1523",
268726
+ "name": "__@unscopables@1527",
268727
268727
  "parent": {
268728
268728
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
268729
268729
  "name": "Array"
@@ -269552,10 +269552,10 @@
269552
269552
  "name": "() => StringIterator<string>"
269553
269553
  }
269554
269554
  },
269555
- "__@unscopables@1523": {
269555
+ "__@unscopables@1527": {
269556
269556
  "defaultValue": null,
269557
269557
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
269558
- "name": "__@unscopables@1523",
269558
+ "name": "__@unscopables@1527",
269559
269559
  "parent": {
269560
269560
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
269561
269561
  "name": "Array"
@@ -270384,10 +270384,10 @@
270384
270384
  "name": "() => StringIterator<string>"
270385
270385
  }
270386
270386
  },
270387
- "__@unscopables@1523": {
270387
+ "__@unscopables@1527": {
270388
270388
  "defaultValue": null,
270389
270389
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
270390
- "name": "__@unscopables@1523",
270390
+ "name": "__@unscopables@1527",
270391
270391
  "parent": {
270392
270392
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
270393
270393
  "name": "Array"
@@ -285562,6 +285562,30 @@
285562
285562
  }
285563
285563
  }
285564
285564
  },
285565
+ {
285566
+ "tags": {},
285567
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
285568
+ "description": "",
285569
+ "displayName": "RouterProvider",
285570
+ "methods": [],
285571
+ "props": {
285572
+ "children": {
285573
+ "defaultValue": null,
285574
+ "description": "",
285575
+ "name": "children",
285576
+ "declarations": [
285577
+ {
285578
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
285579
+ "name": "TypeLiteral"
285580
+ }
285581
+ ],
285582
+ "required": false,
285583
+ "type": {
285584
+ "name": "ReactNode"
285585
+ }
285586
+ }
285587
+ }
285588
+ },
285565
285589
  {
285566
285590
  "tags": {
285567
285591
  "deprecated": "Use RouterProvider instead"
@@ -291091,198 +291115,174 @@
291091
291115
  }
291092
291116
  },
291093
291117
  {
291094
- "tags": {},
291095
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
291118
+ "tags": {
291119
+ "flr-generate": "all"
291120
+ },
291121
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
291096
291122
  "description": "",
291097
- "displayName": "RouterProvider",
291123
+ "displayName": "TooltipTrigger",
291098
291124
  "methods": [],
291099
291125
  "props": {
291100
- "children": {
291101
- "defaultValue": null,
291102
- "description": "",
291103
- "name": "children",
291104
- "declarations": [
291105
- {
291106
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
291107
- "name": "TypeLiteral"
291108
- }
291109
- ],
291110
- "required": false,
291111
- "type": {
291112
- "name": "ReactNode"
291113
- }
291114
- }
291115
- }
291116
- },
291117
- {
291118
- "tags": {
291119
- "flr-generate": "all"
291120
- },
291121
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
291122
- "description": "",
291123
- "displayName": "TooltipTrigger",
291124
- "methods": [],
291125
- "props": {
291126
- "isOpen": {
291127
- "defaultValue": null,
291128
- "description": "Whether the element is rendered.",
291129
- "name": "isOpen",
291130
- "parent": {
291131
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291132
- "name": "PositionProps"
291133
- },
291134
- "declarations": [
291135
- {
291136
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291137
- "name": "PositionProps"
291138
- }
291139
- ],
291140
- "required": false,
291141
- "type": {
291142
- "name": "boolean"
291143
- }
291144
- },
291145
- "defaultOpen": {
291146
- "defaultValue": null,
291147
- "description": "Whether the overlay is open by default (uncontrolled).",
291148
- "name": "defaultOpen",
291149
- "parent": {
291150
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291151
- "name": "OverlayTriggerProps"
291152
- },
291153
- "declarations": [
291154
- {
291155
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291156
- "name": "OverlayTriggerProps"
291157
- }
291158
- ],
291159
- "required": false,
291160
- "type": {
291161
- "name": "boolean"
291162
- }
291163
- },
291164
- "onOpenChange": {
291165
- "defaultValue": null,
291166
- "description": "Handler that is called when the overlay's open state changes.",
291167
- "name": "onOpenChange",
291168
- "parent": {
291169
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291170
- "name": "OverlayTriggerProps"
291171
- },
291172
- "declarations": [
291173
- {
291174
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291175
- "name": "OverlayTriggerProps"
291176
- }
291177
- ],
291178
- "required": false,
291179
- "type": {
291180
- "name": "((isOpen: boolean) => void)"
291181
- }
291182
- },
291183
- "isDisabled": {
291184
- "defaultValue": null,
291185
- "description": "Whether the tooltip should be disabled, independent from the trigger.",
291186
- "name": "isDisabled",
291187
- "parent": {
291188
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291189
- "name": "TooltipTriggerProps"
291190
- },
291191
- "declarations": [
291192
- {
291193
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291194
- "name": "TooltipTriggerProps"
291195
- }
291196
- ],
291197
- "required": false,
291198
- "type": {
291199
- "name": "boolean"
291200
- }
291201
- },
291202
- "trigger": {
291203
- "defaultValue": {
291204
- "value": "'hover'"
291205
- },
291206
- "description": "By default, opens for both focus and hover. Can be made to open only for focus.",
291207
- "name": "trigger",
291208
- "parent": {
291209
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291210
- "name": "TooltipTriggerProps"
291211
- },
291212
- "declarations": [
291213
- {
291214
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291215
- "name": "TooltipTriggerProps"
291216
- }
291217
- ],
291218
- "required": false,
291219
- "type": {
291220
- "name": "\"hover\" | \"focus\""
291221
- }
291222
- },
291223
- "delay": {
291224
- "defaultValue": {
291225
- "value": "1500"
291226
- },
291227
- "description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
291228
- "name": "delay",
291229
- "parent": {
291230
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291231
- "name": "TooltipTriggerProps"
291232
- },
291233
- "declarations": [
291234
- {
291235
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291236
- "name": "TooltipTriggerProps"
291237
- }
291238
- ],
291239
- "required": false,
291240
- "type": {
291241
- "name": "number"
291242
- }
291243
- },
291244
- "closeDelay": {
291245
- "defaultValue": {
291246
- "value": "500"
291247
- },
291248
- "description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
291249
- "name": "closeDelay",
291250
- "parent": {
291251
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291252
- "name": "TooltipTriggerProps"
291253
- },
291254
- "declarations": [
291255
- {
291256
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291257
- "name": "TooltipTriggerProps"
291258
- }
291259
- ],
291260
- "required": false,
291261
- "type": {
291262
- "name": "number"
291263
- }
291264
- },
291265
- "shouldCloseOnPress": {
291266
- "defaultValue": {
291267
- "value": "true"
291268
- },
291269
- "description": "Whether the tooltip should close when the trigger is pressed.",
291270
- "name": "shouldCloseOnPress",
291271
- "parent": {
291272
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291273
- "name": "TooltipTriggerProps"
291274
- },
291275
- "declarations": [
291276
- {
291277
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291278
- "name": "TooltipTriggerProps"
291279
- }
291280
- ],
291281
- "required": false,
291282
- "type": {
291283
- "name": "boolean"
291284
- }
291285
- },
291126
+ "isOpen": {
291127
+ "defaultValue": null,
291128
+ "description": "Whether the element is rendered.",
291129
+ "name": "isOpen",
291130
+ "parent": {
291131
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291132
+ "name": "PositionProps"
291133
+ },
291134
+ "declarations": [
291135
+ {
291136
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291137
+ "name": "PositionProps"
291138
+ }
291139
+ ],
291140
+ "required": false,
291141
+ "type": {
291142
+ "name": "boolean"
291143
+ }
291144
+ },
291145
+ "defaultOpen": {
291146
+ "defaultValue": null,
291147
+ "description": "Whether the overlay is open by default (uncontrolled).",
291148
+ "name": "defaultOpen",
291149
+ "parent": {
291150
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291151
+ "name": "OverlayTriggerProps"
291152
+ },
291153
+ "declarations": [
291154
+ {
291155
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291156
+ "name": "OverlayTriggerProps"
291157
+ }
291158
+ ],
291159
+ "required": false,
291160
+ "type": {
291161
+ "name": "boolean"
291162
+ }
291163
+ },
291164
+ "onOpenChange": {
291165
+ "defaultValue": null,
291166
+ "description": "Handler that is called when the overlay's open state changes.",
291167
+ "name": "onOpenChange",
291168
+ "parent": {
291169
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291170
+ "name": "OverlayTriggerProps"
291171
+ },
291172
+ "declarations": [
291173
+ {
291174
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
291175
+ "name": "OverlayTriggerProps"
291176
+ }
291177
+ ],
291178
+ "required": false,
291179
+ "type": {
291180
+ "name": "((isOpen: boolean) => void)"
291181
+ }
291182
+ },
291183
+ "isDisabled": {
291184
+ "defaultValue": null,
291185
+ "description": "Whether the tooltip should be disabled, independent from the trigger.",
291186
+ "name": "isDisabled",
291187
+ "parent": {
291188
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291189
+ "name": "TooltipTriggerProps"
291190
+ },
291191
+ "declarations": [
291192
+ {
291193
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291194
+ "name": "TooltipTriggerProps"
291195
+ }
291196
+ ],
291197
+ "required": false,
291198
+ "type": {
291199
+ "name": "boolean"
291200
+ }
291201
+ },
291202
+ "trigger": {
291203
+ "defaultValue": {
291204
+ "value": "'hover'"
291205
+ },
291206
+ "description": "By default, opens for both focus and hover. Can be made to open only for focus.",
291207
+ "name": "trigger",
291208
+ "parent": {
291209
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291210
+ "name": "TooltipTriggerProps"
291211
+ },
291212
+ "declarations": [
291213
+ {
291214
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291215
+ "name": "TooltipTriggerProps"
291216
+ }
291217
+ ],
291218
+ "required": false,
291219
+ "type": {
291220
+ "name": "\"hover\" | \"focus\""
291221
+ }
291222
+ },
291223
+ "delay": {
291224
+ "defaultValue": {
291225
+ "value": "1500"
291226
+ },
291227
+ "description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
291228
+ "name": "delay",
291229
+ "parent": {
291230
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291231
+ "name": "TooltipTriggerProps"
291232
+ },
291233
+ "declarations": [
291234
+ {
291235
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291236
+ "name": "TooltipTriggerProps"
291237
+ }
291238
+ ],
291239
+ "required": false,
291240
+ "type": {
291241
+ "name": "number"
291242
+ }
291243
+ },
291244
+ "closeDelay": {
291245
+ "defaultValue": {
291246
+ "value": "500"
291247
+ },
291248
+ "description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
291249
+ "name": "closeDelay",
291250
+ "parent": {
291251
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291252
+ "name": "TooltipTriggerProps"
291253
+ },
291254
+ "declarations": [
291255
+ {
291256
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291257
+ "name": "TooltipTriggerProps"
291258
+ }
291259
+ ],
291260
+ "required": false,
291261
+ "type": {
291262
+ "name": "number"
291263
+ }
291264
+ },
291265
+ "shouldCloseOnPress": {
291266
+ "defaultValue": {
291267
+ "value": "true"
291268
+ },
291269
+ "description": "Whether the tooltip should close when the trigger is pressed.",
291270
+ "name": "shouldCloseOnPress",
291271
+ "parent": {
291272
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291273
+ "name": "TooltipTriggerProps"
291274
+ },
291275
+ "declarations": [
291276
+ {
291277
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
291278
+ "name": "TooltipTriggerProps"
291279
+ }
291280
+ ],
291281
+ "required": false,
291282
+ "type": {
291283
+ "name": "boolean"
291284
+ }
291285
+ },
291286
291286
  "children": {
291287
291287
  "defaultValue": null,
291288
291288
  "description": "",
@@ -317451,6 +317451,14 @@
317451
317451
  "methods": [],
317452
317452
  "props": {}
317453
317453
  },
317454
+ {
317455
+ "tags": {},
317456
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
317457
+ "description": "",
317458
+ "displayName": "Table",
317459
+ "methods": [],
317460
+ "props": {}
317461
+ },
317454
317462
  {
317455
317463
  "tags": {
317456
317464
  "flr-generate": "all"
@@ -317574,14 +317582,6 @@
317574
317582
  }
317575
317583
  }
317576
317584
  },
317577
- {
317578
- "tags": {},
317579
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
317580
- "description": "",
317581
- "displayName": "Table",
317582
- "methods": [],
317583
- "props": {}
317584
- },
317585
317585
  {
317586
317586
  "tags": {},
317587
317587
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
@@ -346103,9 +346103,9 @@
346103
346103
  "tags": {
346104
346104
  "flr-generate": "all"
346105
346105
  },
346106
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
346106
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346107
346107
  "description": "",
346108
- "displayName": "GridList",
346108
+ "displayName": "GridListItem",
346109
346109
  "methods": [],
346110
346110
  "props": {
346111
346111
  "className": {
@@ -346129,176 +346129,170 @@
346129
346129
  "name": "ClassNameOrFunction<TooltipRenderProps>"
346130
346130
  }
346131
346131
  },
346132
- "disallowTypeAhead": {
346133
- "defaultValue": {
346134
- "value": "false"
346135
- },
346136
- "description": "Whether typeahead navigation is disabled.",
346137
- "name": "disallowTypeAhead",
346132
+ "id": {
346133
+ "defaultValue": null,
346134
+ "description": "The unique id of the item.",
346135
+ "name": "id",
346138
346136
  "parent": {
346139
346137
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346140
- "name": "GridListProps"
346138
+ "name": "MenuItemProps"
346141
346139
  },
346142
346140
  "declarations": [
346143
346141
  {
346144
346142
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346145
- "name": "GridListProps"
346143
+ "name": "MenuItemProps"
346146
346144
  }
346147
346145
  ],
346148
346146
  "required": false,
346149
346147
  "type": {
346150
- "name": "boolean"
346148
+ "name": "Key"
346151
346149
  }
346152
346150
  },
346153
- "selectionBehavior": {
346154
- "defaultValue": {
346155
- "value": "\"toggle\""
346156
- },
346157
- "description": "How multiple selection should behave in the collection.",
346158
- "name": "selectionBehavior",
346151
+ "value": {
346152
+ "defaultValue": null,
346153
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
346154
+ "name": "value",
346159
346155
  "parent": {
346160
346156
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346161
- "name": "TableProps"
346157
+ "name": "MenuItemProps"
346162
346158
  },
346163
346159
  "declarations": [
346164
346160
  {
346165
346161
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346166
- "name": "TableProps"
346162
+ "name": "MenuItemProps"
346167
346163
  }
346168
346164
  ],
346169
346165
  "required": false,
346170
346166
  "type": {
346171
- "name": "SelectionBehavior"
346167
+ "name": "object"
346172
346168
  }
346173
346169
  },
346174
- "dragAndDropHooks": {
346170
+ "textValue": {
346175
346171
  "defaultValue": null,
346176
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
346177
- "name": "dragAndDropHooks",
346172
+ "description": "A string representation of the item's contents, used for features like typeahead.",
346173
+ "name": "textValue",
346178
346174
  "parent": {
346179
346175
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346180
- "name": "TableProps"
346176
+ "name": "ListBoxItemProps"
346181
346177
  },
346182
346178
  "declarations": [
346183
346179
  {
346184
346180
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346185
- "name": "TableProps"
346181
+ "name": "ListBoxItemProps"
346186
346182
  }
346187
346183
  ],
346188
346184
  "required": false,
346189
346185
  "type": {
346190
- "name": "DragAndDropHooks<object>"
346186
+ "name": "string"
346191
346187
  }
346192
346188
  },
346193
- "renderEmptyState": {
346189
+ "isDisabled": {
346194
346190
  "defaultValue": null,
346195
- "description": "Provides content to display when there are no items in the list.",
346196
- "name": "renderEmptyState",
346191
+ "description": "Whether the item is disabled.",
346192
+ "name": "isDisabled",
346197
346193
  "parent": {
346198
346194
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346199
- "name": "ListBoxProps"
346195
+ "name": "ListBoxItemProps"
346200
346196
  },
346201
346197
  "declarations": [
346202
346198
  {
346203
346199
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346204
- "name": "ListBoxProps"
346200
+ "name": "ListBoxItemProps"
346205
346201
  }
346206
346202
  ],
346207
346203
  "required": false,
346208
346204
  "type": {
346209
- "name": "((props: ListBoxRenderProps) => ReactNode)"
346205
+ "name": "boolean"
346210
346206
  }
346211
346207
  },
346212
- "layout": {
346213
- "defaultValue": {
346214
- "value": "'stack'"
346215
- },
346216
- "description": "Whether the items are arranged in a stack or grid.",
346217
- "name": "layout",
346208
+ "onAction": {
346209
+ "defaultValue": null,
346210
+ "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.",
346211
+ "name": "onAction",
346218
346212
  "parent": {
346219
346213
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346220
- "name": "ListBoxProps"
346214
+ "name": "ListBoxItemProps"
346221
346215
  },
346222
346216
  "declarations": [
346223
346217
  {
346224
346218
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346225
- "name": "ListBoxProps"
346219
+ "name": "ListBoxItemProps"
346226
346220
  }
346227
346221
  ],
346228
346222
  "required": false,
346229
346223
  "type": {
346230
- "name": "\"grid\" | \"stack\""
346224
+ "name": "(() => void)"
346231
346225
  }
346232
346226
  },
346233
- "id": {
346227
+ "children": {
346234
346228
  "defaultValue": null,
346235
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
346236
- "name": "id",
346229
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
346230
+ "name": "children",
346237
346231
  "parent": {
346238
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346239
- "name": "DOMProps"
346232
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346233
+ "name": "TableProps"
346240
346234
  },
346241
346235
  "declarations": [
346242
346236
  {
346243
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346244
- "name": "DOMProps"
346237
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346238
+ "name": "TableProps"
346245
346239
  }
346246
346240
  ],
346247
346241
  "required": false,
346248
346242
  "type": {
346249
- "name": "string"
346243
+ "name": "ReactNode"
346250
346244
  }
346251
346245
  },
346252
- "aria-label": {
346246
+ "style": {
346253
346247
  "defaultValue": null,
346254
- "description": "Defines a string value that labels the current element.",
346255
- "name": "aria-label",
346248
+ "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.",
346249
+ "name": "style",
346256
346250
  "parent": {
346257
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346258
- "name": "AriaLabelingProps"
346251
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346252
+ "name": "StyleRenderProps"
346259
346253
  },
346260
346254
  "declarations": [
346261
346255
  {
346262
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346263
- "name": "AriaLabelingProps"
346256
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346257
+ "name": "StyleRenderProps"
346264
346258
  }
346265
346259
  ],
346266
346260
  "required": false,
346267
346261
  "type": {
346268
- "name": "string"
346262
+ "name": "StyleOrFunction<TooltipRenderProps>"
346269
346263
  }
346270
346264
  },
346271
- "aria-labelledby": {
346265
+ "render": {
346272
346266
  "defaultValue": null,
346273
- "description": "Identifies the element (or elements) that labels the current element.",
346274
- "name": "aria-labelledby",
346267
+ "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
346268
+ "name": "render",
346275
346269
  "parent": {
346276
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346277
- "name": "AriaLabelingProps"
346270
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346271
+ "name": "DOMRenderProps"
346278
346272
  },
346279
346273
  "declarations": [
346280
346274
  {
346281
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346282
- "name": "AriaLabelingProps"
346275
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346276
+ "name": "DOMRenderProps"
346283
346277
  }
346284
346278
  ],
346285
346279
  "required": false,
346286
346280
  "type": {
346287
- "name": "string"
346281
+ "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
346288
346282
  }
346289
346283
  },
346290
- "aria-describedby": {
346284
+ "href": {
346291
346285
  "defaultValue": null,
346292
- "description": "Identifies the element (or elements) that describes the object.",
346293
- "name": "aria-describedby",
346286
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
346287
+ "name": "href",
346294
346288
  "parent": {
346295
346289
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346296
- "name": "AriaLabelingProps"
346290
+ "name": "LinkDOMProps"
346297
346291
  },
346298
346292
  "declarations": [
346299
346293
  {
346300
346294
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346301
- "name": "AriaLabelingProps"
346295
+ "name": "LinkDOMProps"
346302
346296
  }
346303
346297
  ],
346304
346298
  "required": false,
@@ -346306,18 +346300,18 @@
346306
346300
  "name": "string"
346307
346301
  }
346308
346302
  },
346309
- "aria-details": {
346303
+ "hrefLang": {
346310
346304
  "defaultValue": null,
346311
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
346312
- "name": "aria-details",
346305
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
346306
+ "name": "hrefLang",
346313
346307
  "parent": {
346314
346308
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346315
- "name": "AriaLabelingProps"
346309
+ "name": "LinkDOMProps"
346316
346310
  },
346317
346311
  "declarations": [
346318
346312
  {
346319
346313
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346320
- "name": "AriaLabelingProps"
346314
+ "name": "LinkDOMProps"
346321
346315
  }
346322
346316
  ],
346323
346317
  "required": false,
@@ -346325,352 +346319,308 @@
346325
346319
  "name": "string"
346326
346320
  }
346327
346321
  },
346328
- "autoFocus": {
346322
+ "target": {
346329
346323
  "defaultValue": null,
346330
- "description": "Whether to auto focus the gridlist or an option.",
346331
- "name": "autoFocus",
346324
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
346325
+ "name": "target",
346332
346326
  "parent": {
346333
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346334
- "name": "GridListProps"
346327
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346328
+ "name": "LinkDOMProps"
346335
346329
  },
346336
346330
  "declarations": [
346337
346331
  {
346338
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346339
- "name": "GridListProps"
346332
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346333
+ "name": "LinkDOMProps"
346340
346334
  }
346341
346335
  ],
346342
346336
  "required": false,
346343
346337
  "type": {
346344
- "name": "boolean | FocusStrategy"
346338
+ "name": "HTMLAttributeAnchorTarget"
346345
346339
  }
346346
346340
  },
346347
- "items": {
346341
+ "rel": {
346348
346342
  "defaultValue": null,
346349
- "description": "Item objects in the collection.",
346350
- "name": "items",
346343
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
346344
+ "name": "rel",
346351
346345
  "parent": {
346352
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346353
- "name": "CollectionBase"
346346
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346347
+ "name": "LinkDOMProps"
346354
346348
  },
346355
346349
  "declarations": [
346356
346350
  {
346357
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346358
- "name": "CollectionBase"
346351
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346352
+ "name": "LinkDOMProps"
346359
346353
  }
346360
346354
  ],
346361
346355
  "required": false,
346362
346356
  "type": {
346363
- "name": "Iterable<object>"
346357
+ "name": "string"
346364
346358
  }
346365
346359
  },
346366
- "disallowEmptySelection": {
346360
+ "download": {
346367
346361
  "defaultValue": null,
346368
- "description": "Whether the collection allows empty selection.",
346369
- "name": "disallowEmptySelection",
346362
+ "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).",
346363
+ "name": "download",
346370
346364
  "parent": {
346371
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346372
- "name": "MultipleSelection"
346365
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346366
+ "name": "LinkDOMProps"
346373
346367
  },
346374
346368
  "declarations": [
346375
346369
  {
346376
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346377
- "name": "MultipleSelection"
346370
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346371
+ "name": "LinkDOMProps"
346378
346372
  }
346379
346373
  ],
346380
346374
  "required": false,
346381
346375
  "type": {
346382
- "name": "boolean"
346376
+ "name": "string | boolean"
346383
346377
  }
346384
346378
  },
346385
- "defaultSelectedKeys": {
346379
+ "ping": {
346386
346380
  "defaultValue": null,
346387
- "description": "The initial selected keys in the collection (uncontrolled).",
346388
- "name": "defaultSelectedKeys",
346381
+ "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).",
346382
+ "name": "ping",
346389
346383
  "parent": {
346390
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346391
- "name": "MultipleSelection"
346384
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346385
+ "name": "LinkDOMProps"
346392
346386
  },
346393
346387
  "declarations": [
346394
346388
  {
346395
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346396
- "name": "MultipleSelection"
346389
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346390
+ "name": "LinkDOMProps"
346397
346391
  }
346398
346392
  ],
346399
346393
  "required": false,
346400
346394
  "type": {
346401
- "name": "\"all\" | Iterable<Key>"
346395
+ "name": "string"
346402
346396
  }
346403
346397
  },
346404
- "onSelectionChange": {
346398
+ "referrerPolicy": {
346405
346399
  "defaultValue": null,
346406
- "description": "Handler that is called when the selection changes.",
346407
- "name": "onSelectionChange",
346400
+ "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).",
346401
+ "name": "referrerPolicy",
346408
346402
  "parent": {
346409
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346410
- "name": "MultipleSelection"
346403
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346404
+ "name": "LinkDOMProps"
346411
346405
  },
346412
346406
  "declarations": [
346413
346407
  {
346414
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346415
- "name": "MultipleSelection"
346408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346409
+ "name": "LinkDOMProps"
346416
346410
  }
346417
346411
  ],
346418
346412
  "required": false,
346419
346413
  "type": {
346420
- "name": "((keys: Selection) => void)"
346414
+ "name": "HTMLAttributeReferrerPolicy"
346421
346415
  }
346422
346416
  },
346423
- "disabledKeys": {
346417
+ "routerOptions": {
346424
346418
  "defaultValue": null,
346425
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
346426
- "name": "disabledKeys",
346427
- "parent": {
346428
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346429
- "name": "CollectionBase"
346430
- },
346431
- "declarations": [
346432
- {
346433
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346434
- "name": "CollectionBase"
346435
- }
346436
- ],
346437
- "required": false,
346438
- "type": {
346439
- "name": "Iterable<Key>"
346440
- }
346441
- },
346442
- "escapeKeyBehavior": {
346443
- "defaultValue": {
346444
- "value": "'clearSelection'"
346445
- },
346446
- "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.",
346447
- "name": "escapeKeyBehavior",
346419
+ "description": "Options for the configured client side router.",
346420
+ "name": "routerOptions",
346448
346421
  "parent": {
346449
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346450
- "name": "AriaGridListProps"
346422
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346423
+ "name": "LinkDOMProps"
346451
346424
  },
346452
346425
  "declarations": [
346453
346426
  {
346454
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346455
- "name": "AriaGridListProps"
346427
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346428
+ "name": "LinkDOMProps"
346456
346429
  }
346457
346430
  ],
346458
346431
  "required": false,
346459
346432
  "type": {
346460
- "name": "\"none\" | \"clearSelection\""
346433
+ "name": "undefined"
346461
346434
  }
346462
346435
  },
346463
- "shouldSelectOnPressUp": {
346436
+ "onHoverStart": {
346464
346437
  "defaultValue": null,
346465
- "description": "Whether selection should occur on press up instead of press down.",
346466
- "name": "shouldSelectOnPressUp",
346438
+ "description": "Handler that is called when a hover interaction starts.",
346439
+ "name": "onHoverStart",
346467
346440
  "parent": {
346468
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346469
- "name": "GridListProps"
346441
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346442
+ "name": "HoverEvents"
346470
346443
  },
346471
346444
  "declarations": [
346472
346445
  {
346473
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346474
- "name": "GridListProps"
346446
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346447
+ "name": "HoverEvents"
346475
346448
  }
346476
346449
  ],
346477
346450
  "required": false,
346478
346451
  "type": {
346479
- "name": "boolean"
346452
+ "name": "((e: HoverEvent) => void)"
346480
346453
  }
346481
346454
  },
346482
- "selectionMode": {
346455
+ "onHoverEnd": {
346483
346456
  "defaultValue": null,
346484
- "description": "The type of selection that is allowed in the collection.",
346485
- "name": "selectionMode",
346457
+ "description": "Handler that is called when a hover interaction ends.",
346458
+ "name": "onHoverEnd",
346486
346459
  "parent": {
346487
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346488
- "name": "MultipleSelection"
346460
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346461
+ "name": "HoverEvents"
346489
346462
  },
346490
346463
  "declarations": [
346491
346464
  {
346492
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346493
- "name": "MultipleSelection"
346465
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346466
+ "name": "HoverEvents"
346494
346467
  }
346495
346468
  ],
346496
346469
  "required": false,
346497
346470
  "type": {
346498
- "name": "SelectionMode"
346471
+ "name": "((e: HoverEvent) => void)"
346499
346472
  }
346500
346473
  },
346501
- "selectedKeys": {
346474
+ "onHoverChange": {
346502
346475
  "defaultValue": null,
346503
- "description": "The currently selected keys in the collection (controlled).",
346504
- "name": "selectedKeys",
346505
- "parent": {
346506
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346507
- "name": "MultipleSelection"
346508
- },
346509
- "declarations": [
346510
- {
346511
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346512
- "name": "MultipleSelection"
346513
- }
346514
- ],
346515
- "required": false,
346516
- "type": {
346517
- "name": "\"all\" | Iterable<Key>"
346518
- }
346519
- },
346520
- "disabledBehavior": {
346521
- "defaultValue": {
346522
- "value": "\"all\""
346523
- },
346524
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
346525
- "name": "disabledBehavior",
346476
+ "description": "Handler that is called when the hover state changes.",
346477
+ "name": "onHoverChange",
346526
346478
  "parent": {
346527
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346528
- "name": "GridListProps"
346479
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346480
+ "name": "HoverEvents"
346529
346481
  },
346530
346482
  "declarations": [
346531
346483
  {
346532
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346533
- "name": "GridListProps"
346484
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346485
+ "name": "HoverEvents"
346534
346486
  }
346535
346487
  ],
346536
346488
  "required": false,
346537
346489
  "type": {
346538
- "name": "DisabledBehavior"
346490
+ "name": "((isHovering: boolean) => void)"
346539
346491
  }
346540
346492
  },
346541
- "onAction": {
346493
+ "onPress": {
346542
346494
  "defaultValue": null,
346543
- "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.",
346544
- "name": "onAction",
346495
+ "description": "Handler that is called when the press is released over the target.",
346496
+ "name": "onPress",
346545
346497
  "parent": {
346546
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346547
- "name": "GridListProps"
346498
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346499
+ "name": "PressEvents"
346548
346500
  },
346549
346501
  "declarations": [
346550
346502
  {
346551
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346552
- "name": "GridListProps"
346503
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346504
+ "name": "PressEvents"
346553
346505
  }
346554
346506
  ],
346555
346507
  "required": false,
346556
346508
  "type": {
346557
- "name": "((key: Key) => void)"
346509
+ "name": "((e: PressEvent) => void)"
346558
346510
  }
346559
346511
  },
346560
- "keyboardNavigationBehavior": {
346561
- "defaultValue": {
346562
- "value": "'arrow'"
346563
- },
346564
- "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
346565
- "name": "keyboardNavigationBehavior",
346512
+ "onPressStart": {
346513
+ "defaultValue": null,
346514
+ "description": "Handler that is called when a press interaction starts.",
346515
+ "name": "onPressStart",
346566
346516
  "parent": {
346567
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346568
- "name": "AriaGridListProps"
346517
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346518
+ "name": "PressEvents"
346569
346519
  },
346570
346520
  "declarations": [
346571
346521
  {
346572
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346573
- "name": "AriaGridListProps"
346522
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346523
+ "name": "PressEvents"
346574
346524
  }
346575
346525
  ],
346576
346526
  "required": false,
346577
346527
  "type": {
346578
- "name": "\"tab\" | \"arrow\""
346528
+ "name": "((e: PressEvent) => void)"
346579
346529
  }
346580
346530
  },
346581
- "children": {
346531
+ "onPressEnd": {
346582
346532
  "defaultValue": null,
346583
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
346584
- "name": "children",
346533
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
346534
+ "name": "onPressEnd",
346585
346535
  "parent": {
346586
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346587
- "name": "TableProps"
346536
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346537
+ "name": "PressEvents"
346588
346538
  },
346589
346539
  "declarations": [
346590
346540
  {
346591
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346592
- "name": "TableProps"
346541
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346542
+ "name": "PressEvents"
346593
346543
  }
346594
346544
  ],
346595
346545
  "required": false,
346596
346546
  "type": {
346597
- "name": "ReactNode"
346547
+ "name": "((e: PressEvent) => void)"
346598
346548
  }
346599
346549
  },
346600
- "dependencies": {
346550
+ "onPressChange": {
346601
346551
  "defaultValue": null,
346602
- "description": "Values that should invalidate the item cache when using dynamic collections.",
346603
- "name": "dependencies",
346552
+ "description": "Handler that is called when the press state changes.",
346553
+ "name": "onPressChange",
346604
346554
  "parent": {
346605
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346606
- "name": "CollectionProps"
346555
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346556
+ "name": "PressEvents"
346607
346557
  },
346608
346558
  "declarations": [
346609
346559
  {
346610
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346611
- "name": "CollectionProps"
346560
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346561
+ "name": "PressEvents"
346612
346562
  }
346613
346563
  ],
346614
346564
  "required": false,
346615
346565
  "type": {
346616
- "name": "readonly any[]"
346566
+ "name": "((isPressed: boolean) => void)"
346617
346567
  }
346618
346568
  },
346619
- "style": {
346569
+ "onPressUp": {
346620
346570
  "defaultValue": null,
346621
- "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.",
346622
- "name": "style",
346571
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
346572
+ "name": "onPressUp",
346623
346573
  "parent": {
346624
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346625
- "name": "StyleRenderProps"
346574
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346575
+ "name": "PressEvents"
346626
346576
  },
346627
346577
  "declarations": [
346628
346578
  {
346629
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346630
- "name": "StyleRenderProps"
346579
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346580
+ "name": "PressEvents"
346631
346581
  }
346632
346582
  ],
346633
346583
  "required": false,
346634
346584
  "type": {
346635
- "name": "StyleOrFunction<TooltipRenderProps>"
346585
+ "name": "((e: PressEvent) => void)"
346636
346586
  }
346637
346587
  },
346638
- "render": {
346588
+ "onClick": {
346639
346589
  "defaultValue": null,
346640
- "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
346641
- "name": "render",
346590
+ "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.",
346591
+ "name": "onClick",
346642
346592
  "parent": {
346643
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346644
- "name": "DOMRenderProps"
346593
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346594
+ "name": "PressEvents"
346645
346595
  },
346646
346596
  "declarations": [
346647
346597
  {
346648
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346649
- "name": "DOMRenderProps"
346598
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346599
+ "name": "PressEvents"
346650
346600
  }
346651
346601
  ],
346652
346602
  "required": false,
346653
346603
  "type": {
346654
- "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
346604
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
346655
346605
  }
346656
346606
  },
346657
- "slot": {
346607
+ "translate": {
346658
346608
  "defaultValue": null,
346659
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
346660
- "name": "slot",
346609
+ "description": "",
346610
+ "name": "translate",
346661
346611
  "parent": {
346662
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346663
- "name": "SlotProps"
346612
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346613
+ "name": "GlobalDOMAttributes"
346664
346614
  },
346665
346615
  "declarations": [
346666
346616
  {
346667
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346668
- "name": "SlotProps"
346617
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346618
+ "name": "GlobalDOMAttributes"
346669
346619
  }
346670
346620
  ],
346671
346621
  "required": false,
346672
346622
  "type": {
346673
- "name": "string | null"
346623
+ "name": "\"yes\" | \"no\""
346674
346624
  }
346675
346625
  },
346676
346626
  "dir": {
@@ -346749,44 +346699,6 @@
346749
346699
  "name": "boolean"
346750
346700
  }
346751
346701
  },
346752
- "translate": {
346753
- "defaultValue": null,
346754
- "description": "",
346755
- "name": "translate",
346756
- "parent": {
346757
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346758
- "name": "GlobalDOMAttributes"
346759
- },
346760
- "declarations": [
346761
- {
346762
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346763
- "name": "GlobalDOMAttributes"
346764
- }
346765
- ],
346766
- "required": false,
346767
- "type": {
346768
- "name": "\"yes\" | \"no\""
346769
- }
346770
- },
346771
- "onClick": {
346772
- "defaultValue": null,
346773
- "description": "",
346774
- "name": "onClick",
346775
- "parent": {
346776
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346777
- "name": "GlobalDOMEvents"
346778
- },
346779
- "declarations": [
346780
- {
346781
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346782
- "name": "GlobalDOMEvents"
346783
- }
346784
- ],
346785
- "required": false,
346786
- "type": {
346787
- "name": "MouseEventHandler<HTMLDivElement>"
346788
- }
346789
- },
346790
346702
  "onClickCapture": {
346791
346703
  "defaultValue": null,
346792
346704
  "description": "",
@@ -347984,34 +347896,34 @@
347984
347896
  "name": "TransitionEventHandler<HTMLDivElement>"
347985
347897
  }
347986
347898
  },
347987
- "tileMaxWidth": {
347899
+ "hasAction": {
347988
347900
  "defaultValue": null,
347989
347901
  "description": "",
347990
- "name": "tileMaxWidth",
347902
+ "name": "hasAction",
347991
347903
  "declarations": [
347992
347904
  {
347993
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
347905
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
347994
347906
  "name": "TypeLiteral"
347995
347907
  }
347996
347908
  ],
347997
- "required": true,
347909
+ "required": false,
347998
347910
  "type": {
347999
- "name": "number"
347911
+ "name": "boolean"
348000
347912
  }
348001
347913
  },
348002
- "emptyView": {
347914
+ "isTile": {
348003
347915
  "defaultValue": null,
348004
347916
  "description": "",
348005
- "name": "emptyView",
347917
+ "name": "isTile",
348006
347918
  "declarations": [
348007
347919
  {
348008
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
347920
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
348009
347921
  "name": "TypeLiteral"
348010
347922
  }
348011
347923
  ],
348012
347924
  "required": false,
348013
347925
  "type": {
348014
- "name": "ReactNode"
347926
+ "name": "boolean"
348015
347927
  }
348016
347928
  }
348017
347929
  }
@@ -348020,9 +347932,9 @@
348020
347932
  "tags": {
348021
347933
  "flr-generate": "all"
348022
347934
  },
348023
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
347935
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
348024
347936
  "description": "",
348025
- "displayName": "GridListItem",
347937
+ "displayName": "GridList",
348026
347938
  "methods": [],
348027
347939
  "props": {
348028
347940
  "className": {
@@ -348046,75 +347958,349 @@
348046
347958
  "name": "ClassNameOrFunction<TooltipRenderProps>"
348047
347959
  }
348048
347960
  },
348049
- "id": {
348050
- "defaultValue": null,
348051
- "description": "The unique id of the item.",
348052
- "name": "id",
347961
+ "disallowTypeAhead": {
347962
+ "defaultValue": {
347963
+ "value": "false"
347964
+ },
347965
+ "description": "Whether typeahead navigation is disabled.",
347966
+ "name": "disallowTypeAhead",
348053
347967
  "parent": {
348054
347968
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348055
- "name": "MenuItemProps"
347969
+ "name": "GridListProps"
348056
347970
  },
348057
347971
  "declarations": [
348058
347972
  {
348059
347973
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348060
- "name": "MenuItemProps"
347974
+ "name": "GridListProps"
348061
347975
  }
348062
347976
  ],
348063
347977
  "required": false,
348064
347978
  "type": {
348065
- "name": "Key"
347979
+ "name": "boolean"
348066
347980
  }
348067
347981
  },
348068
- "value": {
348069
- "defaultValue": null,
348070
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
348071
- "name": "value",
347982
+ "selectionBehavior": {
347983
+ "defaultValue": {
347984
+ "value": "\"toggle\""
347985
+ },
347986
+ "description": "How multiple selection should behave in the collection.",
347987
+ "name": "selectionBehavior",
348072
347988
  "parent": {
348073
347989
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348074
- "name": "MenuItemProps"
347990
+ "name": "TableProps"
348075
347991
  },
348076
347992
  "declarations": [
348077
347993
  {
348078
347994
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348079
- "name": "MenuItemProps"
347995
+ "name": "TableProps"
348080
347996
  }
348081
347997
  ],
348082
347998
  "required": false,
348083
347999
  "type": {
348084
- "name": "object"
348000
+ "name": "SelectionBehavior"
348085
348001
  }
348086
348002
  },
348087
- "textValue": {
348003
+ "dragAndDropHooks": {
348088
348004
  "defaultValue": null,
348089
- "description": "A string representation of the item's contents, used for features like typeahead.",
348090
- "name": "textValue",
348005
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
348006
+ "name": "dragAndDropHooks",
348091
348007
  "parent": {
348092
348008
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348093
- "name": "ListBoxItemProps"
348009
+ "name": "TableProps"
348094
348010
  },
348095
348011
  "declarations": [
348096
348012
  {
348097
348013
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348098
- "name": "ListBoxItemProps"
348014
+ "name": "TableProps"
348099
348015
  }
348100
348016
  ],
348101
348017
  "required": false,
348102
348018
  "type": {
348103
- "name": "string"
348019
+ "name": "DragAndDropHooks<object>"
348104
348020
  }
348105
348021
  },
348106
- "isDisabled": {
348022
+ "renderEmptyState": {
348107
348023
  "defaultValue": null,
348108
- "description": "Whether the item is disabled.",
348109
- "name": "isDisabled",
348024
+ "description": "Provides content to display when there are no items in the list.",
348025
+ "name": "renderEmptyState",
348110
348026
  "parent": {
348111
348027
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348112
- "name": "ListBoxItemProps"
348028
+ "name": "ListBoxProps"
348113
348029
  },
348114
348030
  "declarations": [
348115
348031
  {
348116
348032
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348117
- "name": "ListBoxItemProps"
348033
+ "name": "ListBoxProps"
348034
+ }
348035
+ ],
348036
+ "required": false,
348037
+ "type": {
348038
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
348039
+ }
348040
+ },
348041
+ "layout": {
348042
+ "defaultValue": {
348043
+ "value": "'stack'"
348044
+ },
348045
+ "description": "Whether the items are arranged in a stack or grid.",
348046
+ "name": "layout",
348047
+ "parent": {
348048
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348049
+ "name": "ListBoxProps"
348050
+ },
348051
+ "declarations": [
348052
+ {
348053
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348054
+ "name": "ListBoxProps"
348055
+ }
348056
+ ],
348057
+ "required": false,
348058
+ "type": {
348059
+ "name": "\"grid\" | \"stack\""
348060
+ }
348061
+ },
348062
+ "id": {
348063
+ "defaultValue": null,
348064
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
348065
+ "name": "id",
348066
+ "parent": {
348067
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348068
+ "name": "DOMProps"
348069
+ },
348070
+ "declarations": [
348071
+ {
348072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348073
+ "name": "DOMProps"
348074
+ }
348075
+ ],
348076
+ "required": false,
348077
+ "type": {
348078
+ "name": "string"
348079
+ }
348080
+ },
348081
+ "aria-label": {
348082
+ "defaultValue": null,
348083
+ "description": "Defines a string value that labels the current element.",
348084
+ "name": "aria-label",
348085
+ "parent": {
348086
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348087
+ "name": "AriaLabelingProps"
348088
+ },
348089
+ "declarations": [
348090
+ {
348091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348092
+ "name": "AriaLabelingProps"
348093
+ }
348094
+ ],
348095
+ "required": false,
348096
+ "type": {
348097
+ "name": "string"
348098
+ }
348099
+ },
348100
+ "aria-labelledby": {
348101
+ "defaultValue": null,
348102
+ "description": "Identifies the element (or elements) that labels the current element.",
348103
+ "name": "aria-labelledby",
348104
+ "parent": {
348105
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348106
+ "name": "AriaLabelingProps"
348107
+ },
348108
+ "declarations": [
348109
+ {
348110
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348111
+ "name": "AriaLabelingProps"
348112
+ }
348113
+ ],
348114
+ "required": false,
348115
+ "type": {
348116
+ "name": "string"
348117
+ }
348118
+ },
348119
+ "aria-describedby": {
348120
+ "defaultValue": null,
348121
+ "description": "Identifies the element (or elements) that describes the object.",
348122
+ "name": "aria-describedby",
348123
+ "parent": {
348124
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348125
+ "name": "AriaLabelingProps"
348126
+ },
348127
+ "declarations": [
348128
+ {
348129
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348130
+ "name": "AriaLabelingProps"
348131
+ }
348132
+ ],
348133
+ "required": false,
348134
+ "type": {
348135
+ "name": "string"
348136
+ }
348137
+ },
348138
+ "aria-details": {
348139
+ "defaultValue": null,
348140
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
348141
+ "name": "aria-details",
348142
+ "parent": {
348143
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348144
+ "name": "AriaLabelingProps"
348145
+ },
348146
+ "declarations": [
348147
+ {
348148
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348149
+ "name": "AriaLabelingProps"
348150
+ }
348151
+ ],
348152
+ "required": false,
348153
+ "type": {
348154
+ "name": "string"
348155
+ }
348156
+ },
348157
+ "autoFocus": {
348158
+ "defaultValue": null,
348159
+ "description": "Whether to auto focus the gridlist or an option.",
348160
+ "name": "autoFocus",
348161
+ "parent": {
348162
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348163
+ "name": "GridListProps"
348164
+ },
348165
+ "declarations": [
348166
+ {
348167
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348168
+ "name": "GridListProps"
348169
+ }
348170
+ ],
348171
+ "required": false,
348172
+ "type": {
348173
+ "name": "boolean | FocusStrategy"
348174
+ }
348175
+ },
348176
+ "items": {
348177
+ "defaultValue": null,
348178
+ "description": "Item objects in the collection.",
348179
+ "name": "items",
348180
+ "parent": {
348181
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
348182
+ "name": "CollectionBase"
348183
+ },
348184
+ "declarations": [
348185
+ {
348186
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
348187
+ "name": "CollectionBase"
348188
+ }
348189
+ ],
348190
+ "required": false,
348191
+ "type": {
348192
+ "name": "Iterable<object>"
348193
+ }
348194
+ },
348195
+ "disallowEmptySelection": {
348196
+ "defaultValue": null,
348197
+ "description": "Whether the collection allows empty selection.",
348198
+ "name": "disallowEmptySelection",
348199
+ "parent": {
348200
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348201
+ "name": "MultipleSelection"
348202
+ },
348203
+ "declarations": [
348204
+ {
348205
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348206
+ "name": "MultipleSelection"
348207
+ }
348208
+ ],
348209
+ "required": false,
348210
+ "type": {
348211
+ "name": "boolean"
348212
+ }
348213
+ },
348214
+ "defaultSelectedKeys": {
348215
+ "defaultValue": null,
348216
+ "description": "The initial selected keys in the collection (uncontrolled).",
348217
+ "name": "defaultSelectedKeys",
348218
+ "parent": {
348219
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348220
+ "name": "MultipleSelection"
348221
+ },
348222
+ "declarations": [
348223
+ {
348224
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348225
+ "name": "MultipleSelection"
348226
+ }
348227
+ ],
348228
+ "required": false,
348229
+ "type": {
348230
+ "name": "\"all\" | Iterable<Key>"
348231
+ }
348232
+ },
348233
+ "onSelectionChange": {
348234
+ "defaultValue": null,
348235
+ "description": "Handler that is called when the selection changes.",
348236
+ "name": "onSelectionChange",
348237
+ "parent": {
348238
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348239
+ "name": "MultipleSelection"
348240
+ },
348241
+ "declarations": [
348242
+ {
348243
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348244
+ "name": "MultipleSelection"
348245
+ }
348246
+ ],
348247
+ "required": false,
348248
+ "type": {
348249
+ "name": "((keys: Selection) => void)"
348250
+ }
348251
+ },
348252
+ "disabledKeys": {
348253
+ "defaultValue": null,
348254
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
348255
+ "name": "disabledKeys",
348256
+ "parent": {
348257
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
348258
+ "name": "CollectionBase"
348259
+ },
348260
+ "declarations": [
348261
+ {
348262
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
348263
+ "name": "CollectionBase"
348264
+ }
348265
+ ],
348266
+ "required": false,
348267
+ "type": {
348268
+ "name": "Iterable<Key>"
348269
+ }
348270
+ },
348271
+ "escapeKeyBehavior": {
348272
+ "defaultValue": {
348273
+ "value": "'clearSelection'"
348274
+ },
348275
+ "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.",
348276
+ "name": "escapeKeyBehavior",
348277
+ "parent": {
348278
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348279
+ "name": "AriaGridListProps"
348280
+ },
348281
+ "declarations": [
348282
+ {
348283
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348284
+ "name": "AriaGridListProps"
348285
+ }
348286
+ ],
348287
+ "required": false,
348288
+ "type": {
348289
+ "name": "\"none\" | \"clearSelection\""
348290
+ }
348291
+ },
348292
+ "shouldSelectOnPressUp": {
348293
+ "defaultValue": null,
348294
+ "description": "Whether selection should occur on press up instead of press down.",
348295
+ "name": "shouldSelectOnPressUp",
348296
+ "parent": {
348297
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348298
+ "name": "GridListProps"
348299
+ },
348300
+ "declarations": [
348301
+ {
348302
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348303
+ "name": "GridListProps"
348118
348304
  }
348119
348305
  ],
348120
348306
  "required": false,
@@ -348122,23 +348308,103 @@
348122
348308
  "name": "boolean"
348123
348309
  }
348124
348310
  },
348311
+ "selectionMode": {
348312
+ "defaultValue": null,
348313
+ "description": "The type of selection that is allowed in the collection.",
348314
+ "name": "selectionMode",
348315
+ "parent": {
348316
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348317
+ "name": "MultipleSelection"
348318
+ },
348319
+ "declarations": [
348320
+ {
348321
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348322
+ "name": "MultipleSelection"
348323
+ }
348324
+ ],
348325
+ "required": false,
348326
+ "type": {
348327
+ "name": "SelectionMode"
348328
+ }
348329
+ },
348330
+ "selectedKeys": {
348331
+ "defaultValue": null,
348332
+ "description": "The currently selected keys in the collection (controlled).",
348333
+ "name": "selectedKeys",
348334
+ "parent": {
348335
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348336
+ "name": "MultipleSelection"
348337
+ },
348338
+ "declarations": [
348339
+ {
348340
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
348341
+ "name": "MultipleSelection"
348342
+ }
348343
+ ],
348344
+ "required": false,
348345
+ "type": {
348346
+ "name": "\"all\" | Iterable<Key>"
348347
+ }
348348
+ },
348349
+ "disabledBehavior": {
348350
+ "defaultValue": {
348351
+ "value": "\"all\""
348352
+ },
348353
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
348354
+ "name": "disabledBehavior",
348355
+ "parent": {
348356
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348357
+ "name": "GridListProps"
348358
+ },
348359
+ "declarations": [
348360
+ {
348361
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348362
+ "name": "GridListProps"
348363
+ }
348364
+ ],
348365
+ "required": false,
348366
+ "type": {
348367
+ "name": "DisabledBehavior"
348368
+ }
348369
+ },
348125
348370
  "onAction": {
348126
348371
  "defaultValue": null,
348127
- "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.",
348372
+ "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.",
348128
348373
  "name": "onAction",
348129
348374
  "parent": {
348130
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348131
- "name": "ListBoxItemProps"
348375
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348376
+ "name": "GridListProps"
348132
348377
  },
348133
348378
  "declarations": [
348134
348379
  {
348135
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348136
- "name": "ListBoxItemProps"
348380
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348381
+ "name": "GridListProps"
348137
348382
  }
348138
348383
  ],
348139
348384
  "required": false,
348140
348385
  "type": {
348141
- "name": "(() => void)"
348386
+ "name": "((key: Key) => void)"
348387
+ }
348388
+ },
348389
+ "keyboardNavigationBehavior": {
348390
+ "defaultValue": {
348391
+ "value": "'arrow'"
348392
+ },
348393
+ "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
348394
+ "name": "keyboardNavigationBehavior",
348395
+ "parent": {
348396
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348397
+ "name": "AriaGridListProps"
348398
+ },
348399
+ "declarations": [
348400
+ {
348401
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
348402
+ "name": "AriaGridListProps"
348403
+ }
348404
+ ],
348405
+ "required": false,
348406
+ "type": {
348407
+ "name": "\"tab\" | \"arrow\""
348142
348408
  }
348143
348409
  },
348144
348410
  "children": {
@@ -348160,6 +348426,25 @@
348160
348426
  "name": "ReactNode"
348161
348427
  }
348162
348428
  },
348429
+ "dependencies": {
348430
+ "defaultValue": null,
348431
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
348432
+ "name": "dependencies",
348433
+ "parent": {
348434
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348435
+ "name": "CollectionProps"
348436
+ },
348437
+ "declarations": [
348438
+ {
348439
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348440
+ "name": "CollectionProps"
348441
+ }
348442
+ ],
348443
+ "required": false,
348444
+ "type": {
348445
+ "name": "readonly any[]"
348446
+ }
348447
+ },
348163
348448
  "style": {
348164
348449
  "defaultValue": null,
348165
348450
  "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.",
@@ -348198,113 +348483,37 @@
348198
348483
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
348199
348484
  }
348200
348485
  },
348201
- "href": {
348202
- "defaultValue": null,
348203
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
348204
- "name": "href",
348205
- "parent": {
348206
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348207
- "name": "LinkDOMProps"
348208
- },
348209
- "declarations": [
348210
- {
348211
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348212
- "name": "LinkDOMProps"
348213
- }
348214
- ],
348215
- "required": false,
348216
- "type": {
348217
- "name": "string"
348218
- }
348219
- },
348220
- "hrefLang": {
348221
- "defaultValue": null,
348222
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
348223
- "name": "hrefLang",
348224
- "parent": {
348225
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348226
- "name": "LinkDOMProps"
348227
- },
348228
- "declarations": [
348229
- {
348230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348231
- "name": "LinkDOMProps"
348232
- }
348233
- ],
348234
- "required": false,
348235
- "type": {
348236
- "name": "string"
348237
- }
348238
- },
348239
- "target": {
348240
- "defaultValue": null,
348241
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
348242
- "name": "target",
348243
- "parent": {
348244
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348245
- "name": "LinkDOMProps"
348246
- },
348247
- "declarations": [
348248
- {
348249
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348250
- "name": "LinkDOMProps"
348251
- }
348252
- ],
348253
- "required": false,
348254
- "type": {
348255
- "name": "HTMLAttributeAnchorTarget"
348256
- }
348257
- },
348258
- "rel": {
348259
- "defaultValue": null,
348260
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
348261
- "name": "rel",
348262
- "parent": {
348263
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348264
- "name": "LinkDOMProps"
348265
- },
348266
- "declarations": [
348267
- {
348268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348269
- "name": "LinkDOMProps"
348270
- }
348271
- ],
348272
- "required": false,
348273
- "type": {
348274
- "name": "string"
348275
- }
348276
- },
348277
- "download": {
348486
+ "slot": {
348278
348487
  "defaultValue": null,
348279
- "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).",
348280
- "name": "download",
348488
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
348489
+ "name": "slot",
348281
348490
  "parent": {
348282
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348283
- "name": "LinkDOMProps"
348491
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348492
+ "name": "SlotProps"
348284
348493
  },
348285
348494
  "declarations": [
348286
348495
  {
348287
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348288
- "name": "LinkDOMProps"
348496
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
348497
+ "name": "SlotProps"
348289
348498
  }
348290
348499
  ],
348291
348500
  "required": false,
348292
348501
  "type": {
348293
- "name": "string | boolean"
348502
+ "name": "string | null"
348294
348503
  }
348295
348504
  },
348296
- "ping": {
348505
+ "dir": {
348297
348506
  "defaultValue": null,
348298
- "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).",
348299
- "name": "ping",
348507
+ "description": "",
348508
+ "name": "dir",
348300
348509
  "parent": {
348301
348510
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348302
- "name": "LinkDOMProps"
348511
+ "name": "GlobalDOMAttributes"
348303
348512
  },
348304
348513
  "declarations": [
348305
348514
  {
348306
348515
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348307
- "name": "LinkDOMProps"
348516
+ "name": "GlobalDOMAttributes"
348308
348517
  }
348309
348518
  ],
348310
348519
  "required": false,
@@ -348312,219 +348521,10 @@
348312
348521
  "name": "string"
348313
348522
  }
348314
348523
  },
348315
- "referrerPolicy": {
348316
- "defaultValue": null,
348317
- "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).",
348318
- "name": "referrerPolicy",
348319
- "parent": {
348320
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348321
- "name": "LinkDOMProps"
348322
- },
348323
- "declarations": [
348324
- {
348325
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348326
- "name": "LinkDOMProps"
348327
- }
348328
- ],
348329
- "required": false,
348330
- "type": {
348331
- "name": "HTMLAttributeReferrerPolicy"
348332
- }
348333
- },
348334
- "routerOptions": {
348335
- "defaultValue": null,
348336
- "description": "Options for the configured client side router.",
348337
- "name": "routerOptions",
348338
- "parent": {
348339
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348340
- "name": "LinkDOMProps"
348341
- },
348342
- "declarations": [
348343
- {
348344
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348345
- "name": "LinkDOMProps"
348346
- }
348347
- ],
348348
- "required": false,
348349
- "type": {
348350
- "name": "undefined"
348351
- }
348352
- },
348353
- "onHoverStart": {
348354
- "defaultValue": null,
348355
- "description": "Handler that is called when a hover interaction starts.",
348356
- "name": "onHoverStart",
348357
- "parent": {
348358
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348359
- "name": "HoverEvents"
348360
- },
348361
- "declarations": [
348362
- {
348363
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348364
- "name": "HoverEvents"
348365
- }
348366
- ],
348367
- "required": false,
348368
- "type": {
348369
- "name": "((e: HoverEvent) => void)"
348370
- }
348371
- },
348372
- "onHoverEnd": {
348373
- "defaultValue": null,
348374
- "description": "Handler that is called when a hover interaction ends.",
348375
- "name": "onHoverEnd",
348376
- "parent": {
348377
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348378
- "name": "HoverEvents"
348379
- },
348380
- "declarations": [
348381
- {
348382
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348383
- "name": "HoverEvents"
348384
- }
348385
- ],
348386
- "required": false,
348387
- "type": {
348388
- "name": "((e: HoverEvent) => void)"
348389
- }
348390
- },
348391
- "onHoverChange": {
348392
- "defaultValue": null,
348393
- "description": "Handler that is called when the hover state changes.",
348394
- "name": "onHoverChange",
348395
- "parent": {
348396
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348397
- "name": "HoverEvents"
348398
- },
348399
- "declarations": [
348400
- {
348401
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348402
- "name": "HoverEvents"
348403
- }
348404
- ],
348405
- "required": false,
348406
- "type": {
348407
- "name": "((isHovering: boolean) => void)"
348408
- }
348409
- },
348410
- "onPress": {
348411
- "defaultValue": null,
348412
- "description": "Handler that is called when the press is released over the target.",
348413
- "name": "onPress",
348414
- "parent": {
348415
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348416
- "name": "PressEvents"
348417
- },
348418
- "declarations": [
348419
- {
348420
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348421
- "name": "PressEvents"
348422
- }
348423
- ],
348424
- "required": false,
348425
- "type": {
348426
- "name": "((e: PressEvent) => void)"
348427
- }
348428
- },
348429
- "onPressStart": {
348430
- "defaultValue": null,
348431
- "description": "Handler that is called when a press interaction starts.",
348432
- "name": "onPressStart",
348433
- "parent": {
348434
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348435
- "name": "PressEvents"
348436
- },
348437
- "declarations": [
348438
- {
348439
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348440
- "name": "PressEvents"
348441
- }
348442
- ],
348443
- "required": false,
348444
- "type": {
348445
- "name": "((e: PressEvent) => void)"
348446
- }
348447
- },
348448
- "onPressEnd": {
348449
- "defaultValue": null,
348450
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
348451
- "name": "onPressEnd",
348452
- "parent": {
348453
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348454
- "name": "PressEvents"
348455
- },
348456
- "declarations": [
348457
- {
348458
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348459
- "name": "PressEvents"
348460
- }
348461
- ],
348462
- "required": false,
348463
- "type": {
348464
- "name": "((e: PressEvent) => void)"
348465
- }
348466
- },
348467
- "onPressChange": {
348468
- "defaultValue": null,
348469
- "description": "Handler that is called when the press state changes.",
348470
- "name": "onPressChange",
348471
- "parent": {
348472
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348473
- "name": "PressEvents"
348474
- },
348475
- "declarations": [
348476
- {
348477
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348478
- "name": "PressEvents"
348479
- }
348480
- ],
348481
- "required": false,
348482
- "type": {
348483
- "name": "((isPressed: boolean) => void)"
348484
- }
348485
- },
348486
- "onPressUp": {
348487
- "defaultValue": null,
348488
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
348489
- "name": "onPressUp",
348490
- "parent": {
348491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348492
- "name": "PressEvents"
348493
- },
348494
- "declarations": [
348495
- {
348496
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348497
- "name": "PressEvents"
348498
- }
348499
- ],
348500
- "required": false,
348501
- "type": {
348502
- "name": "((e: PressEvent) => void)"
348503
- }
348504
- },
348505
- "onClick": {
348506
- "defaultValue": null,
348507
- "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.",
348508
- "name": "onClick",
348509
- "parent": {
348510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348511
- "name": "PressEvents"
348512
- },
348513
- "declarations": [
348514
- {
348515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
348516
- "name": "PressEvents"
348517
- }
348518
- ],
348519
- "required": false,
348520
- "type": {
348521
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
348522
- }
348523
- },
348524
- "translate": {
348524
+ "lang": {
348525
348525
  "defaultValue": null,
348526
348526
  "description": "",
348527
- "name": "translate",
348527
+ "name": "lang",
348528
348528
  "parent": {
348529
348529
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348530
348530
  "name": "GlobalDOMAttributes"
@@ -348537,13 +348537,13 @@
348537
348537
  ],
348538
348538
  "required": false,
348539
348539
  "type": {
348540
- "name": "\"yes\" | \"no\""
348540
+ "name": "string"
348541
348541
  }
348542
348542
  },
348543
- "dir": {
348543
+ "hidden": {
348544
348544
  "defaultValue": null,
348545
348545
  "description": "",
348546
- "name": "dir",
348546
+ "name": "hidden",
348547
348547
  "parent": {
348548
348548
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348549
348549
  "name": "GlobalDOMAttributes"
@@ -348556,13 +348556,13 @@
348556
348556
  ],
348557
348557
  "required": false,
348558
348558
  "type": {
348559
- "name": "string"
348559
+ "name": "boolean"
348560
348560
  }
348561
348561
  },
348562
- "lang": {
348562
+ "inert": {
348563
348563
  "defaultValue": null,
348564
348564
  "description": "",
348565
- "name": "lang",
348565
+ "name": "inert",
348566
348566
  "parent": {
348567
348567
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348568
348568
  "name": "GlobalDOMAttributes"
@@ -348575,13 +348575,13 @@
348575
348575
  ],
348576
348576
  "required": false,
348577
348577
  "type": {
348578
- "name": "string"
348578
+ "name": "boolean"
348579
348579
  }
348580
348580
  },
348581
- "hidden": {
348581
+ "translate": {
348582
348582
  "defaultValue": null,
348583
348583
  "description": "",
348584
- "name": "hidden",
348584
+ "name": "translate",
348585
348585
  "parent": {
348586
348586
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348587
348587
  "name": "GlobalDOMAttributes"
@@ -348594,26 +348594,26 @@
348594
348594
  ],
348595
348595
  "required": false,
348596
348596
  "type": {
348597
- "name": "boolean"
348597
+ "name": "\"yes\" | \"no\""
348598
348598
  }
348599
348599
  },
348600
- "inert": {
348600
+ "onClick": {
348601
348601
  "defaultValue": null,
348602
348602
  "description": "",
348603
- "name": "inert",
348603
+ "name": "onClick",
348604
348604
  "parent": {
348605
348605
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348606
- "name": "GlobalDOMAttributes"
348606
+ "name": "GlobalDOMEvents"
348607
348607
  },
348608
348608
  "declarations": [
348609
348609
  {
348610
348610
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
348611
- "name": "GlobalDOMAttributes"
348611
+ "name": "GlobalDOMEvents"
348612
348612
  }
348613
348613
  ],
348614
348614
  "required": false,
348615
348615
  "type": {
348616
- "name": "boolean"
348616
+ "name": "MouseEventHandler<HTMLDivElement>"
348617
348617
  }
348618
348618
  },
348619
348619
  "onClickCapture": {
@@ -349813,34 +349813,34 @@
349813
349813
  "name": "TransitionEventHandler<HTMLDivElement>"
349814
349814
  }
349815
349815
  },
349816
- "hasAction": {
349816
+ "tileMaxWidth": {
349817
349817
  "defaultValue": null,
349818
349818
  "description": "",
349819
- "name": "hasAction",
349819
+ "name": "tileMaxWidth",
349820
349820
  "declarations": [
349821
349821
  {
349822
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
349822
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
349823
349823
  "name": "TypeLiteral"
349824
349824
  }
349825
349825
  ],
349826
- "required": false,
349826
+ "required": true,
349827
349827
  "type": {
349828
- "name": "boolean"
349828
+ "name": "number"
349829
349829
  }
349830
349830
  },
349831
- "isTile": {
349831
+ "emptyView": {
349832
349832
  "defaultValue": null,
349833
349833
  "description": "",
349834
- "name": "isTile",
349834
+ "name": "emptyView",
349835
349835
  "declarations": [
349836
349836
  {
349837
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
349837
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
349838
349838
  "name": "TypeLiteral"
349839
349839
  }
349840
349840
  ],
349841
349841
  "required": false,
349842
349842
  "type": {
349843
- "name": "boolean"
349843
+ "name": "ReactNode"
349844
349844
  }
349845
349845
  }
349846
349846
  }