@mittwald/flow-react-components 0.2.0-alpha.825 → 0.2.0-alpha.826

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.
@@ -230645,110 +230645,6 @@
230645
230645
  }
230646
230646
  }
230647
230647
  },
230648
- {
230649
- "tags": {
230650
- "flr-generate": "all"
230651
- },
230652
- "filePath": "src/components/AvatarStack/AvatarStack.tsx",
230653
- "description": "",
230654
- "displayName": "AvatarStack",
230655
- "methods": [],
230656
- "props": {
230657
- "totalCount": {
230658
- "defaultValue": null,
230659
- "description": "The total count of items, as avatars should only be displayed for the first\nview",
230660
- "name": "totalCount",
230661
- "parent": {
230662
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230663
- "name": "AvatarStackProps"
230664
- },
230665
- "declarations": [
230666
- {
230667
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230668
- "name": "AvatarStackProps"
230669
- }
230670
- ],
230671
- "required": false,
230672
- "type": {
230673
- "name": "number"
230674
- }
230675
- },
230676
- "onCountPress": {
230677
- "defaultValue": null,
230678
- "description": "The onPress action of the additional items count element",
230679
- "name": "onCountPress",
230680
- "parent": {
230681
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230682
- "name": "AvatarStackProps"
230683
- },
230684
- "declarations": [
230685
- {
230686
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230687
- "name": "AvatarStackProps"
230688
- }
230689
- ],
230690
- "required": false,
230691
- "type": {
230692
- "name": "(() => void)"
230693
- }
230694
- },
230695
- "size": {
230696
- "defaultValue": {
230697
- "value": "\"m\""
230698
- },
230699
- "description": "The size of the avatars inside the stack.",
230700
- "name": "size",
230701
- "parent": {
230702
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230703
- "name": "AvatarStackProps"
230704
- },
230705
- "declarations": [
230706
- {
230707
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230708
- "name": "AvatarStackProps"
230709
- }
230710
- ],
230711
- "required": false,
230712
- "type": {
230713
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
230714
- }
230715
- },
230716
- "className": {
230717
- "defaultValue": null,
230718
- "description": "The elements class name.",
230719
- "name": "className",
230720
- "parent": {
230721
- "fileName": "components/src/lib/types/props.ts",
230722
- "name": "PropsWithClassName"
230723
- },
230724
- "declarations": [
230725
- {
230726
- "fileName": "components/src/lib/types/props.ts",
230727
- "name": "PropsWithClassName"
230728
- }
230729
- ],
230730
- "required": false,
230731
- "type": {
230732
- "name": "string"
230733
- }
230734
- },
230735
- "children": {
230736
- "defaultValue": null,
230737
- "description": "",
230738
- "name": "children",
230739
- "declarations": [
230740
- {
230741
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230742
- "name": "TypeLiteral"
230743
- }
230744
- ],
230745
- "required": false,
230746
- "type": {
230747
- "name": "ReactNode"
230748
- }
230749
- }
230750
- }
230751
- },
230752
230648
  {
230753
230649
  "tags": {
230754
230650
  "flr-generate": "all"
@@ -230929,6 +230825,110 @@
230929
230825
  }
230930
230826
  }
230931
230827
  },
230828
+ {
230829
+ "tags": {
230830
+ "flr-generate": "all"
230831
+ },
230832
+ "filePath": "src/components/AvatarStack/AvatarStack.tsx",
230833
+ "description": "",
230834
+ "displayName": "AvatarStack",
230835
+ "methods": [],
230836
+ "props": {
230837
+ "totalCount": {
230838
+ "defaultValue": null,
230839
+ "description": "The total count of items, as avatars should only be displayed for the first\nview",
230840
+ "name": "totalCount",
230841
+ "parent": {
230842
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230843
+ "name": "AvatarStackProps"
230844
+ },
230845
+ "declarations": [
230846
+ {
230847
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230848
+ "name": "AvatarStackProps"
230849
+ }
230850
+ ],
230851
+ "required": false,
230852
+ "type": {
230853
+ "name": "number"
230854
+ }
230855
+ },
230856
+ "onCountPress": {
230857
+ "defaultValue": null,
230858
+ "description": "The onPress action of the additional items count element",
230859
+ "name": "onCountPress",
230860
+ "parent": {
230861
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230862
+ "name": "AvatarStackProps"
230863
+ },
230864
+ "declarations": [
230865
+ {
230866
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230867
+ "name": "AvatarStackProps"
230868
+ }
230869
+ ],
230870
+ "required": false,
230871
+ "type": {
230872
+ "name": "(() => void)"
230873
+ }
230874
+ },
230875
+ "size": {
230876
+ "defaultValue": {
230877
+ "value": "\"m\""
230878
+ },
230879
+ "description": "The size of the avatars inside the stack.",
230880
+ "name": "size",
230881
+ "parent": {
230882
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230883
+ "name": "AvatarStackProps"
230884
+ },
230885
+ "declarations": [
230886
+ {
230887
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
230888
+ "name": "AvatarStackProps"
230889
+ }
230890
+ ],
230891
+ "required": false,
230892
+ "type": {
230893
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
230894
+ }
230895
+ },
230896
+ "className": {
230897
+ "defaultValue": null,
230898
+ "description": "The elements class name.",
230899
+ "name": "className",
230900
+ "parent": {
230901
+ "fileName": "components/src/lib/types/props.ts",
230902
+ "name": "PropsWithClassName"
230903
+ },
230904
+ "declarations": [
230905
+ {
230906
+ "fileName": "components/src/lib/types/props.ts",
230907
+ "name": "PropsWithClassName"
230908
+ }
230909
+ ],
230910
+ "required": false,
230911
+ "type": {
230912
+ "name": "string"
230913
+ }
230914
+ },
230915
+ "children": {
230916
+ "defaultValue": null,
230917
+ "description": "",
230918
+ "name": "children",
230919
+ "declarations": [
230920
+ {
230921
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230922
+ "name": "TypeLiteral"
230923
+ }
230924
+ ],
230925
+ "required": false,
230926
+ "type": {
230927
+ "name": "ReactNode"
230928
+ }
230929
+ }
230930
+ }
230931
+ },
230932
230932
  {
230933
230933
  "tags": {
230934
230934
  "flr-generate": "all"
@@ -246469,238 +246469,26 @@
246469
246469
  }
246470
246470
  },
246471
246471
  {
246472
- "tags": {},
246473
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
246474
- "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
246475
- "displayName": "ActionBatch",
246476
- "methods": [],
246477
- "props": {
246478
- "children": {
246479
- "defaultValue": null,
246480
- "description": "",
246481
- "name": "children",
246482
- "declarations": [
246483
- {
246484
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246485
- "name": "TypeLiteral"
246486
- }
246487
- ],
246488
- "required": false,
246489
- "type": {
246490
- "name": "ReactNode"
246491
- }
246492
- }
246493
- }
246494
- },
246495
- {
246496
- "tags": {},
246497
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
246472
+ "tags": {
246473
+ "flr-generate": "all"
246474
+ },
246475
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
246498
246476
  "description": "",
246499
- "displayName": "Action",
246477
+ "displayName": "Accordion",
246500
246478
  "methods": [],
246501
246479
  "props": {
246502
- "onAction": {
246503
- "defaultValue": null,
246504
- "description": "",
246505
- "name": "onAction",
246506
- "parent": {
246507
- "fileName": "components/src/components/Action/types.ts",
246508
- "name": "ActionProps"
246509
- },
246510
- "declarations": [
246511
- {
246512
- "fileName": "components/src/components/Action/types.ts",
246513
- "name": "ActionProps"
246514
- }
246515
- ],
246516
- "required": false,
246517
- "type": {
246518
- "name": "ActionFn"
246519
- }
246520
- },
246521
- "actionModel": {
246522
- "defaultValue": null,
246523
- "description": "",
246524
- "name": "actionModel",
246525
- "parent": {
246526
- "fileName": "components/src/components/Action/types.ts",
246527
- "name": "ActionProps"
246528
- },
246529
- "declarations": [
246530
- {
246531
- "fileName": "components/src/components/Action/types.ts",
246532
- "name": "ActionProps"
246533
- }
246534
- ],
246535
- "required": false,
246536
- "type": {
246537
- "name": "ActionModel"
246538
- }
246539
- },
246540
- "closeOverlay": {
246541
- "defaultValue": null,
246542
- "description": "",
246543
- "name": "closeOverlay",
246544
- "parent": {
246545
- "fileName": "components/src/components/Action/types.ts",
246546
- "name": "ActionProps"
246547
- },
246548
- "declarations": [
246549
- {
246550
- "fileName": "components/src/components/Action/types.ts",
246551
- "name": "ActionProps"
246552
- }
246553
- ],
246554
- "required": false,
246555
- "type": {
246556
- "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
246557
- }
246558
- },
246559
- "openOverlay": {
246560
- "defaultValue": null,
246561
- "description": "",
246562
- "name": "openOverlay",
246563
- "parent": {
246564
- "fileName": "components/src/components/Action/types.ts",
246565
- "name": "ActionProps"
246566
- },
246567
- "declarations": [
246568
- {
246569
- "fileName": "components/src/components/Action/types.ts",
246570
- "name": "ActionProps"
246571
- }
246572
- ],
246573
- "required": false,
246574
- "type": {
246575
- "name": "keyof FlowComponentPropsTypes | OverlayController"
246576
- }
246577
- },
246578
- "toggleOverlay": {
246579
- "defaultValue": null,
246580
- "description": "",
246581
- "name": "toggleOverlay",
246582
- "parent": {
246583
- "fileName": "components/src/components/Action/types.ts",
246584
- "name": "ActionProps"
246585
- },
246586
- "declarations": [
246587
- {
246588
- "fileName": "components/src/components/Action/types.ts",
246589
- "name": "ActionProps"
246590
- }
246591
- ],
246592
- "required": false,
246593
- "type": {
246594
- "name": "keyof FlowComponentPropsTypes | OverlayController"
246595
- }
246596
- },
246597
- "closeModal": {
246598
- "defaultValue": null,
246599
- "description": "",
246600
- "name": "closeModal",
246601
- "parent": {
246602
- "fileName": "components/src/components/Action/types.ts",
246603
- "name": "ActionProps"
246604
- },
246605
- "declarations": [
246606
- {
246607
- "fileName": "components/src/components/Action/types.ts",
246608
- "name": "ActionProps"
246609
- }
246610
- ],
246611
- "required": false,
246612
- "type": {
246613
- "name": "boolean | CloseModalOptions"
246614
- }
246615
- },
246616
- "openModal": {
246617
- "defaultValue": null,
246618
- "description": "",
246619
- "name": "openModal",
246620
- "parent": {
246621
- "fileName": "components/src/components/Action/types.ts",
246622
- "name": "ActionProps"
246623
- },
246624
- "declarations": [
246625
- {
246626
- "fileName": "components/src/components/Action/types.ts",
246627
- "name": "ActionProps"
246628
- }
246629
- ],
246630
- "required": false,
246631
- "type": {
246632
- "name": "boolean"
246633
- }
246634
- },
246635
- "toggleModal": {
246636
- "defaultValue": null,
246637
- "description": "",
246638
- "name": "toggleModal",
246639
- "parent": {
246640
- "fileName": "components/src/components/Action/types.ts",
246641
- "name": "ActionProps"
246642
- },
246643
- "declarations": [
246644
- {
246645
- "fileName": "components/src/components/Action/types.ts",
246646
- "name": "ActionProps"
246647
- }
246648
- ],
246649
- "required": false,
246650
- "type": {
246651
- "name": "boolean"
246652
- }
246653
- },
246654
- "break": {
246655
- "defaultValue": null,
246656
- "description": "",
246657
- "name": "break",
246658
- "parent": {
246659
- "fileName": "components/src/components/Action/types.ts",
246660
- "name": "ActionProps"
246661
- },
246662
- "declarations": [
246663
- {
246664
- "fileName": "components/src/components/Action/types.ts",
246665
- "name": "ActionProps"
246666
- }
246667
- ],
246668
- "required": false,
246669
- "type": {
246670
- "name": "boolean"
246671
- }
246672
- },
246673
- "skip": {
246674
- "defaultValue": null,
246675
- "description": "",
246676
- "name": "skip",
246677
- "parent": {
246678
- "fileName": "components/src/components/Action/types.ts",
246679
- "name": "ActionProps"
246680
- },
246681
- "declarations": [
246682
- {
246683
- "fileName": "components/src/components/Action/types.ts",
246684
- "name": "ActionProps"
246685
- }
246686
- ],
246687
- "required": false,
246688
- "type": {
246689
- "name": "number | boolean"
246690
- }
246691
- },
246692
- "showFeedback": {
246480
+ "defaultExpanded": {
246693
246481
  "defaultValue": null,
246694
- "description": "",
246695
- "name": "showFeedback",
246482
+ "description": "Whether the accordion should be initially expanded.",
246483
+ "name": "defaultExpanded",
246696
246484
  "parent": {
246697
- "fileName": "components/src/components/Action/types.ts",
246698
- "name": "ActionProps"
246485
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
246486
+ "name": "AccordionProps"
246699
246487
  },
246700
246488
  "declarations": [
246701
246489
  {
246702
- "fileName": "components/src/components/Action/types.ts",
246703
- "name": "ActionProps"
246490
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
246491
+ "name": "AccordionProps"
246704
246492
  }
246705
246493
  ],
246706
246494
  "required": false,
@@ -246708,146 +246496,25 @@
246708
246496
  "name": "boolean"
246709
246497
  }
246710
246498
  },
246711
- "children": {
246712
- "defaultValue": null,
246713
- "description": "",
246714
- "name": "children",
246715
- "declarations": [
246716
- {
246717
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246718
- "name": "TypeLiteral"
246719
- }
246720
- ],
246721
- "required": false,
246722
- "type": {
246723
- "name": "ReactNode"
246724
- }
246725
- },
246726
- "wrapWith": {
246727
- "defaultValue": null,
246728
- "description": "",
246729
- "name": "wrapWith",
246730
- "parent": {
246731
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
246732
- "name": "FlowComponentProps"
246499
+ "variant": {
246500
+ "defaultValue": {
246501
+ "value": "\"default\""
246733
246502
  },
246734
- "declarations": [
246735
- {
246736
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
246737
- "name": "FlowComponentProps"
246738
- }
246739
- ],
246740
- "required": false,
246741
- "type": {
246742
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
246743
- }
246744
- },
246745
- "tunnel": {
246746
- "defaultValue": null,
246747
- "description": "@internal",
246748
- "name": "tunnel",
246503
+ "description": "The visual variant of the accordion.",
246504
+ "name": "variant",
246749
246505
  "parent": {
246750
- "fileName": "components/src/lib/types/props.ts",
246751
- "name": "PropsWithTunnel"
246506
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
246507
+ "name": "AccordionProps"
246752
246508
  },
246753
246509
  "declarations": [
246754
246510
  {
246755
- "fileName": "components/src/lib/types/props.ts",
246756
- "name": "PropsWithTunnel"
246511
+ "fileName": "components/src/components/Accordion/Accordion.tsx",
246512
+ "name": "AccordionProps"
246757
246513
  }
246758
246514
  ],
246759
246515
  "required": false,
246760
246516
  "type": {
246761
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
246762
- }
246763
- },
246764
- "ref": {
246765
- "defaultValue": null,
246766
- "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}",
246767
- "name": "ref",
246768
- "parent": {
246769
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246770
- "name": "RefAttributes"
246771
- },
246772
- "declarations": [
246773
- {
246774
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246775
- "name": "RefAttributes"
246776
- }
246777
- ],
246778
- "required": false,
246779
- "type": {
246780
- "name": "Ref<HTMLSpanElement>"
246781
- }
246782
- },
246783
- "key": {
246784
- "defaultValue": null,
246785
- "description": "",
246786
- "name": "key",
246787
- "parent": {
246788
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246789
- "name": "Attributes"
246790
- },
246791
- "declarations": [
246792
- {
246793
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246794
- "name": "Attributes"
246795
- }
246796
- ],
246797
- "required": false,
246798
- "type": {
246799
- "name": "Key | null"
246800
- }
246801
- }
246802
- }
246803
- },
246804
- {
246805
- "tags": {
246806
- "flr-generate": "all"
246807
- },
246808
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
246809
- "description": "",
246810
- "displayName": "Accordion",
246811
- "methods": [],
246812
- "props": {
246813
- "defaultExpanded": {
246814
- "defaultValue": null,
246815
- "description": "Whether the accordion should be initially expanded.",
246816
- "name": "defaultExpanded",
246817
- "parent": {
246818
- "fileName": "components/src/components/Accordion/Accordion.tsx",
246819
- "name": "AccordionProps"
246820
- },
246821
- "declarations": [
246822
- {
246823
- "fileName": "components/src/components/Accordion/Accordion.tsx",
246824
- "name": "AccordionProps"
246825
- }
246826
- ],
246827
- "required": false,
246828
- "type": {
246829
- "name": "boolean"
246830
- }
246831
- },
246832
- "variant": {
246833
- "defaultValue": {
246834
- "value": "\"default\""
246835
- },
246836
- "description": "The visual variant of the accordion.",
246837
- "name": "variant",
246838
- "parent": {
246839
- "fileName": "components/src/components/Accordion/Accordion.tsx",
246840
- "name": "AccordionProps"
246841
- },
246842
- "declarations": [
246843
- {
246844
- "fileName": "components/src/components/Accordion/Accordion.tsx",
246845
- "name": "AccordionProps"
246846
- }
246847
- ],
246848
- "required": false,
246849
- "type": {
246850
- "name": "\"default\" | \"outline\""
246517
+ "name": "\"default\" | \"outline\""
246851
246518
  }
246852
246519
  },
246853
246520
  "ref": {
@@ -252172,6 +251839,339 @@
252172
251839
  }
252173
251840
  }
252174
251841
  },
251842
+ {
251843
+ "tags": {},
251844
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
251845
+ "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
251846
+ "displayName": "ActionBatch",
251847
+ "methods": [],
251848
+ "props": {
251849
+ "children": {
251850
+ "defaultValue": null,
251851
+ "description": "",
251852
+ "name": "children",
251853
+ "declarations": [
251854
+ {
251855
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251856
+ "name": "TypeLiteral"
251857
+ }
251858
+ ],
251859
+ "required": false,
251860
+ "type": {
251861
+ "name": "ReactNode"
251862
+ }
251863
+ }
251864
+ }
251865
+ },
251866
+ {
251867
+ "tags": {},
251868
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
251869
+ "description": "",
251870
+ "displayName": "Action",
251871
+ "methods": [],
251872
+ "props": {
251873
+ "onAction": {
251874
+ "defaultValue": null,
251875
+ "description": "",
251876
+ "name": "onAction",
251877
+ "parent": {
251878
+ "fileName": "components/src/components/Action/types.ts",
251879
+ "name": "ActionProps"
251880
+ },
251881
+ "declarations": [
251882
+ {
251883
+ "fileName": "components/src/components/Action/types.ts",
251884
+ "name": "ActionProps"
251885
+ }
251886
+ ],
251887
+ "required": false,
251888
+ "type": {
251889
+ "name": "ActionFn"
251890
+ }
251891
+ },
251892
+ "actionModel": {
251893
+ "defaultValue": null,
251894
+ "description": "",
251895
+ "name": "actionModel",
251896
+ "parent": {
251897
+ "fileName": "components/src/components/Action/types.ts",
251898
+ "name": "ActionProps"
251899
+ },
251900
+ "declarations": [
251901
+ {
251902
+ "fileName": "components/src/components/Action/types.ts",
251903
+ "name": "ActionProps"
251904
+ }
251905
+ ],
251906
+ "required": false,
251907
+ "type": {
251908
+ "name": "ActionModel"
251909
+ }
251910
+ },
251911
+ "closeOverlay": {
251912
+ "defaultValue": null,
251913
+ "description": "",
251914
+ "name": "closeOverlay",
251915
+ "parent": {
251916
+ "fileName": "components/src/components/Action/types.ts",
251917
+ "name": "ActionProps"
251918
+ },
251919
+ "declarations": [
251920
+ {
251921
+ "fileName": "components/src/components/Action/types.ts",
251922
+ "name": "ActionProps"
251923
+ }
251924
+ ],
251925
+ "required": false,
251926
+ "type": {
251927
+ "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
251928
+ }
251929
+ },
251930
+ "openOverlay": {
251931
+ "defaultValue": null,
251932
+ "description": "",
251933
+ "name": "openOverlay",
251934
+ "parent": {
251935
+ "fileName": "components/src/components/Action/types.ts",
251936
+ "name": "ActionProps"
251937
+ },
251938
+ "declarations": [
251939
+ {
251940
+ "fileName": "components/src/components/Action/types.ts",
251941
+ "name": "ActionProps"
251942
+ }
251943
+ ],
251944
+ "required": false,
251945
+ "type": {
251946
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
251947
+ }
251948
+ },
251949
+ "toggleOverlay": {
251950
+ "defaultValue": null,
251951
+ "description": "",
251952
+ "name": "toggleOverlay",
251953
+ "parent": {
251954
+ "fileName": "components/src/components/Action/types.ts",
251955
+ "name": "ActionProps"
251956
+ },
251957
+ "declarations": [
251958
+ {
251959
+ "fileName": "components/src/components/Action/types.ts",
251960
+ "name": "ActionProps"
251961
+ }
251962
+ ],
251963
+ "required": false,
251964
+ "type": {
251965
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
251966
+ }
251967
+ },
251968
+ "closeModal": {
251969
+ "defaultValue": null,
251970
+ "description": "",
251971
+ "name": "closeModal",
251972
+ "parent": {
251973
+ "fileName": "components/src/components/Action/types.ts",
251974
+ "name": "ActionProps"
251975
+ },
251976
+ "declarations": [
251977
+ {
251978
+ "fileName": "components/src/components/Action/types.ts",
251979
+ "name": "ActionProps"
251980
+ }
251981
+ ],
251982
+ "required": false,
251983
+ "type": {
251984
+ "name": "boolean | CloseModalOptions"
251985
+ }
251986
+ },
251987
+ "openModal": {
251988
+ "defaultValue": null,
251989
+ "description": "",
251990
+ "name": "openModal",
251991
+ "parent": {
251992
+ "fileName": "components/src/components/Action/types.ts",
251993
+ "name": "ActionProps"
251994
+ },
251995
+ "declarations": [
251996
+ {
251997
+ "fileName": "components/src/components/Action/types.ts",
251998
+ "name": "ActionProps"
251999
+ }
252000
+ ],
252001
+ "required": false,
252002
+ "type": {
252003
+ "name": "boolean"
252004
+ }
252005
+ },
252006
+ "toggleModal": {
252007
+ "defaultValue": null,
252008
+ "description": "",
252009
+ "name": "toggleModal",
252010
+ "parent": {
252011
+ "fileName": "components/src/components/Action/types.ts",
252012
+ "name": "ActionProps"
252013
+ },
252014
+ "declarations": [
252015
+ {
252016
+ "fileName": "components/src/components/Action/types.ts",
252017
+ "name": "ActionProps"
252018
+ }
252019
+ ],
252020
+ "required": false,
252021
+ "type": {
252022
+ "name": "boolean"
252023
+ }
252024
+ },
252025
+ "break": {
252026
+ "defaultValue": null,
252027
+ "description": "",
252028
+ "name": "break",
252029
+ "parent": {
252030
+ "fileName": "components/src/components/Action/types.ts",
252031
+ "name": "ActionProps"
252032
+ },
252033
+ "declarations": [
252034
+ {
252035
+ "fileName": "components/src/components/Action/types.ts",
252036
+ "name": "ActionProps"
252037
+ }
252038
+ ],
252039
+ "required": false,
252040
+ "type": {
252041
+ "name": "boolean"
252042
+ }
252043
+ },
252044
+ "skip": {
252045
+ "defaultValue": null,
252046
+ "description": "",
252047
+ "name": "skip",
252048
+ "parent": {
252049
+ "fileName": "components/src/components/Action/types.ts",
252050
+ "name": "ActionProps"
252051
+ },
252052
+ "declarations": [
252053
+ {
252054
+ "fileName": "components/src/components/Action/types.ts",
252055
+ "name": "ActionProps"
252056
+ }
252057
+ ],
252058
+ "required": false,
252059
+ "type": {
252060
+ "name": "number | boolean"
252061
+ }
252062
+ },
252063
+ "showFeedback": {
252064
+ "defaultValue": null,
252065
+ "description": "",
252066
+ "name": "showFeedback",
252067
+ "parent": {
252068
+ "fileName": "components/src/components/Action/types.ts",
252069
+ "name": "ActionProps"
252070
+ },
252071
+ "declarations": [
252072
+ {
252073
+ "fileName": "components/src/components/Action/types.ts",
252074
+ "name": "ActionProps"
252075
+ }
252076
+ ],
252077
+ "required": false,
252078
+ "type": {
252079
+ "name": "boolean"
252080
+ }
252081
+ },
252082
+ "children": {
252083
+ "defaultValue": null,
252084
+ "description": "",
252085
+ "name": "children",
252086
+ "declarations": [
252087
+ {
252088
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
252089
+ "name": "TypeLiteral"
252090
+ }
252091
+ ],
252092
+ "required": false,
252093
+ "type": {
252094
+ "name": "ReactNode"
252095
+ }
252096
+ },
252097
+ "wrapWith": {
252098
+ "defaultValue": null,
252099
+ "description": "",
252100
+ "name": "wrapWith",
252101
+ "parent": {
252102
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
252103
+ "name": "FlowComponentProps"
252104
+ },
252105
+ "declarations": [
252106
+ {
252107
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
252108
+ "name": "FlowComponentProps"
252109
+ }
252110
+ ],
252111
+ "required": false,
252112
+ "type": {
252113
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
252114
+ }
252115
+ },
252116
+ "tunnel": {
252117
+ "defaultValue": null,
252118
+ "description": "@internal",
252119
+ "name": "tunnel",
252120
+ "parent": {
252121
+ "fileName": "components/src/lib/types/props.ts",
252122
+ "name": "PropsWithTunnel"
252123
+ },
252124
+ "declarations": [
252125
+ {
252126
+ "fileName": "components/src/lib/types/props.ts",
252127
+ "name": "PropsWithTunnel"
252128
+ }
252129
+ ],
252130
+ "required": false,
252131
+ "type": {
252132
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
252133
+ }
252134
+ },
252135
+ "ref": {
252136
+ "defaultValue": null,
252137
+ "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}",
252138
+ "name": "ref",
252139
+ "parent": {
252140
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
252141
+ "name": "RefAttributes"
252142
+ },
252143
+ "declarations": [
252144
+ {
252145
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
252146
+ "name": "RefAttributes"
252147
+ }
252148
+ ],
252149
+ "required": false,
252150
+ "type": {
252151
+ "name": "Ref<HTMLSpanElement>"
252152
+ }
252153
+ },
252154
+ "key": {
252155
+ "defaultValue": null,
252156
+ "description": "",
252157
+ "name": "key",
252158
+ "parent": {
252159
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
252160
+ "name": "Attributes"
252161
+ },
252162
+ "declarations": [
252163
+ {
252164
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
252165
+ "name": "Attributes"
252166
+ }
252167
+ ],
252168
+ "required": false,
252169
+ "type": {
252170
+ "name": "Key | null"
252171
+ }
252172
+ }
252173
+ }
252174
+ },
252175
252175
  {
252176
252176
  "tags": {
252177
252177
  "flr-generate": "all"
@@ -284434,10 +284434,12 @@
284434
284434
  }
284435
284435
  },
284436
284436
  {
284437
- "tags": {},
284438
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284437
+ "tags": {
284438
+ "deprecated": "Use RouterProvider instead"
284439
+ },
284440
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284439
284441
  "description": "",
284440
- "displayName": "RouterProvider",
284442
+ "displayName": "LinkProvider",
284441
284443
  "methods": [],
284442
284444
  "props": {
284443
284445
  "children": {
@@ -284458,12 +284460,10 @@
284458
284460
  }
284459
284461
  },
284460
284462
  {
284461
- "tags": {
284462
- "deprecated": "Use RouterProvider instead"
284463
- },
284464
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284463
+ "tags": {},
284464
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284465
284465
  "description": "",
284466
- "displayName": "LinkProvider",
284466
+ "displayName": "RouterProvider",
284467
284467
  "methods": [],
284468
284468
  "props": {
284469
284469
  "children": {
@@ -309345,6 +309345,55 @@
309345
309345
  }
309346
309346
  }
309347
309347
  },
309348
+ {
309349
+ "tags": {
309350
+ "internal": ""
309351
+ },
309352
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309353
+ "description": "",
309354
+ "displayName": "ValidationResultEntry",
309355
+ "methods": [],
309356
+ "props": {
309357
+ "result": {
309358
+ "defaultValue": null,
309359
+ "description": "",
309360
+ "name": "result",
309361
+ "parent": {
309362
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309363
+ "name": "Props"
309364
+ },
309365
+ "declarations": [
309366
+ {
309367
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309368
+ "name": "Props"
309369
+ }
309370
+ ],
309371
+ "required": true,
309372
+ "type": {
309373
+ "name": "Partial<RuleValidationResult>"
309374
+ }
309375
+ },
309376
+ "unspecifiedRules": {
309377
+ "defaultValue": null,
309378
+ "description": "",
309379
+ "name": "unspecifiedRules",
309380
+ "parent": {
309381
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309382
+ "name": "Props"
309383
+ },
309384
+ "declarations": [
309385
+ {
309386
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309387
+ "name": "Props"
309388
+ }
309389
+ ],
309390
+ "required": false,
309391
+ "type": {
309392
+ "name": "boolean"
309393
+ }
309394
+ }
309395
+ }
309396
+ },
309348
309397
  {
309349
309398
  "tags": {},
309350
309399
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -309430,55 +309479,6 @@
309430
309479
  }
309431
309480
  }
309432
309481
  },
309433
- {
309434
- "tags": {
309435
- "internal": ""
309436
- },
309437
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309438
- "description": "",
309439
- "displayName": "ValidationResultEntry",
309440
- "methods": [],
309441
- "props": {
309442
- "result": {
309443
- "defaultValue": null,
309444
- "description": "",
309445
- "name": "result",
309446
- "parent": {
309447
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309448
- "name": "Props"
309449
- },
309450
- "declarations": [
309451
- {
309452
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309453
- "name": "Props"
309454
- }
309455
- ],
309456
- "required": true,
309457
- "type": {
309458
- "name": "Partial<RuleValidationResult>"
309459
- }
309460
- },
309461
- "unspecifiedRules": {
309462
- "defaultValue": null,
309463
- "description": "",
309464
- "name": "unspecifiedRules",
309465
- "parent": {
309466
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309467
- "name": "Props"
309468
- },
309469
- "declarations": [
309470
- {
309471
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309472
- "name": "Props"
309473
- }
309474
- ],
309475
- "required": false,
309476
- "type": {
309477
- "name": "boolean"
309478
- }
309479
- }
309480
- }
309481
- },
309482
309482
  {
309483
309483
  "tags": {
309484
309484
  "internal": ""
@@ -309706,9 +309706,9 @@
309706
309706
  "tags": {
309707
309707
  "flr-generate": "all"
309708
309708
  },
309709
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309709
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309710
309710
  "description": "",
309711
- "displayName": "MenuTrigger",
309711
+ "displayName": "DialogTrigger",
309712
309712
  "methods": [],
309713
309713
  "props": {
309714
309714
  "children": {
@@ -309730,27 +309730,6 @@
309730
309730
  "name": "ReactNode"
309731
309731
  }
309732
309732
  },
309733
- "trigger": {
309734
- "defaultValue": {
309735
- "value": "'press'"
309736
- },
309737
- "description": "How the menu is triggered.",
309738
- "name": "trigger",
309739
- "parent": {
309740
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309741
- "name": "MenuTriggerProps"
309742
- },
309743
- "declarations": [
309744
- {
309745
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309746
- "name": "MenuTriggerProps"
309747
- }
309748
- ],
309749
- "required": false,
309750
- "type": {
309751
- "name": "MenuTriggerType"
309752
- }
309753
- },
309754
309733
  "isOpen": {
309755
309734
  "defaultValue": null,
309756
309735
  "description": "Whether the element is rendered.",
@@ -309807,82 +309786,6 @@
309807
309786
  "type": {
309808
309787
  "name": "((isOpen: boolean) => void)"
309809
309788
  }
309810
- },
309811
- "wrapWith": {
309812
- "defaultValue": null,
309813
- "description": "",
309814
- "name": "wrapWith",
309815
- "parent": {
309816
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309817
- "name": "FlowComponentProps"
309818
- },
309819
- "declarations": [
309820
- {
309821
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309822
- "name": "FlowComponentProps"
309823
- }
309824
- ],
309825
- "required": false,
309826
- "type": {
309827
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309828
- }
309829
- },
309830
- "tunnel": {
309831
- "defaultValue": null,
309832
- "description": "@internal",
309833
- "name": "tunnel",
309834
- "parent": {
309835
- "fileName": "components/src/lib/types/props.ts",
309836
- "name": "PropsWithTunnel"
309837
- },
309838
- "declarations": [
309839
- {
309840
- "fileName": "components/src/lib/types/props.ts",
309841
- "name": "PropsWithTunnel"
309842
- }
309843
- ],
309844
- "required": false,
309845
- "type": {
309846
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309847
- }
309848
- },
309849
- "ref": {
309850
- "defaultValue": null,
309851
- "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}",
309852
- "name": "ref",
309853
- "parent": {
309854
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309855
- "name": "RefAttributes"
309856
- },
309857
- "declarations": [
309858
- {
309859
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309860
- "name": "RefAttributes"
309861
- }
309862
- ],
309863
- "required": false,
309864
- "type": {
309865
- "name": "Ref<HTMLSpanElement>"
309866
- }
309867
- },
309868
- "key": {
309869
- "defaultValue": null,
309870
- "description": "",
309871
- "name": "key",
309872
- "parent": {
309873
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309874
- "name": "Attributes"
309875
- },
309876
- "declarations": [
309877
- {
309878
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309879
- "name": "Attributes"
309880
- }
309881
- ],
309882
- "required": false,
309883
- "type": {
309884
- "name": "Key | null"
309885
- }
309886
309789
  }
309887
309790
  }
309888
309791
  },
@@ -309890,9 +309793,9 @@
309890
309793
  "tags": {
309891
309794
  "flr-generate": "all"
309892
309795
  },
309893
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309796
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309894
309797
  "description": "",
309895
- "displayName": "DialogTrigger",
309798
+ "displayName": "MenuTrigger",
309896
309799
  "methods": [],
309897
309800
  "props": {
309898
309801
  "children": {
@@ -309914,6 +309817,27 @@
309914
309817
  "name": "ReactNode"
309915
309818
  }
309916
309819
  },
309820
+ "trigger": {
309821
+ "defaultValue": {
309822
+ "value": "'press'"
309823
+ },
309824
+ "description": "How the menu is triggered.",
309825
+ "name": "trigger",
309826
+ "parent": {
309827
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309828
+ "name": "MenuTriggerProps"
309829
+ },
309830
+ "declarations": [
309831
+ {
309832
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309833
+ "name": "MenuTriggerProps"
309834
+ }
309835
+ ],
309836
+ "required": false,
309837
+ "type": {
309838
+ "name": "MenuTriggerType"
309839
+ }
309840
+ },
309917
309841
  "isOpen": {
309918
309842
  "defaultValue": null,
309919
309843
  "description": "Whether the element is rendered.",
@@ -309970,6 +309894,82 @@
309970
309894
  "type": {
309971
309895
  "name": "((isOpen: boolean) => void)"
309972
309896
  }
309897
+ },
309898
+ "wrapWith": {
309899
+ "defaultValue": null,
309900
+ "description": "",
309901
+ "name": "wrapWith",
309902
+ "parent": {
309903
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309904
+ "name": "FlowComponentProps"
309905
+ },
309906
+ "declarations": [
309907
+ {
309908
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309909
+ "name": "FlowComponentProps"
309910
+ }
309911
+ ],
309912
+ "required": false,
309913
+ "type": {
309914
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309915
+ }
309916
+ },
309917
+ "tunnel": {
309918
+ "defaultValue": null,
309919
+ "description": "@internal",
309920
+ "name": "tunnel",
309921
+ "parent": {
309922
+ "fileName": "components/src/lib/types/props.ts",
309923
+ "name": "PropsWithTunnel"
309924
+ },
309925
+ "declarations": [
309926
+ {
309927
+ "fileName": "components/src/lib/types/props.ts",
309928
+ "name": "PropsWithTunnel"
309929
+ }
309930
+ ],
309931
+ "required": false,
309932
+ "type": {
309933
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309934
+ }
309935
+ },
309936
+ "ref": {
309937
+ "defaultValue": null,
309938
+ "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}",
309939
+ "name": "ref",
309940
+ "parent": {
309941
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309942
+ "name": "RefAttributes"
309943
+ },
309944
+ "declarations": [
309945
+ {
309946
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309947
+ "name": "RefAttributes"
309948
+ }
309949
+ ],
309950
+ "required": false,
309951
+ "type": {
309952
+ "name": "Ref<HTMLSpanElement>"
309953
+ }
309954
+ },
309955
+ "key": {
309956
+ "defaultValue": null,
309957
+ "description": "",
309958
+ "name": "key",
309959
+ "parent": {
309960
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309961
+ "name": "Attributes"
309962
+ },
309963
+ "declarations": [
309964
+ {
309965
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309966
+ "name": "Attributes"
309967
+ }
309968
+ ],
309969
+ "required": false,
309970
+ "type": {
309971
+ "name": "Key | null"
309972
+ }
309973
309973
  }
309974
309974
  }
309975
309975
  },
@@ -316000,6 +316000,230 @@
316000
316000
  "methods": [],
316001
316001
  "props": {}
316002
316002
  },
316003
+ {
316004
+ "tags": {},
316005
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
316006
+ "description": "",
316007
+ "displayName": "ListItemView",
316008
+ "methods": [],
316009
+ "props": {
316010
+ "children": {
316011
+ "defaultValue": null,
316012
+ "description": "",
316013
+ "name": "children",
316014
+ "declarations": [
316015
+ {
316016
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316017
+ "name": "TypeLiteral"
316018
+ }
316019
+ ],
316020
+ "required": false,
316021
+ "type": {
316022
+ "name": "ReactNode"
316023
+ }
316024
+ },
316025
+ "s": {
316026
+ "defaultValue": null,
316027
+ "description": "Column layout for container size s.",
316028
+ "name": "s",
316029
+ "parent": {
316030
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316031
+ "name": "ColumnLayoutProps"
316032
+ },
316033
+ "declarations": [
316034
+ {
316035
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316036
+ "name": "ColumnLayoutProps"
316037
+ }
316038
+ ],
316039
+ "required": false,
316040
+ "type": {
316041
+ "name": "(number | null)[]"
316042
+ }
316043
+ },
316044
+ "m": {
316045
+ "defaultValue": null,
316046
+ "description": "Column layout for container size m.",
316047
+ "name": "m",
316048
+ "parent": {
316049
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316050
+ "name": "ColumnLayoutProps"
316051
+ },
316052
+ "declarations": [
316053
+ {
316054
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316055
+ "name": "ColumnLayoutProps"
316056
+ }
316057
+ ],
316058
+ "required": false,
316059
+ "type": {
316060
+ "name": "(number | null)[]"
316061
+ }
316062
+ },
316063
+ "l": {
316064
+ "defaultValue": null,
316065
+ "description": "Column layout for container size l.",
316066
+ "name": "l",
316067
+ "parent": {
316068
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316069
+ "name": "ColumnLayoutProps"
316070
+ },
316071
+ "declarations": [
316072
+ {
316073
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316074
+ "name": "ColumnLayoutProps"
316075
+ }
316076
+ ],
316077
+ "required": false,
316078
+ "type": {
316079
+ "name": "(number | null)[]"
316080
+ }
316081
+ },
316082
+ "title": {
316083
+ "defaultValue": null,
316084
+ "description": "",
316085
+ "name": "title",
316086
+ "declarations": [
316087
+ {
316088
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316089
+ "name": "TypeLiteral"
316090
+ }
316091
+ ],
316092
+ "required": false,
316093
+ "type": {
316094
+ "name": "ReactNode"
316095
+ }
316096
+ },
316097
+ "subTitle": {
316098
+ "defaultValue": null,
316099
+ "description": "",
316100
+ "name": "subTitle",
316101
+ "declarations": [
316102
+ {
316103
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316104
+ "name": "TypeLiteral"
316105
+ }
316106
+ ],
316107
+ "required": false,
316108
+ "type": {
316109
+ "name": "ReactNode"
316110
+ }
316111
+ },
316112
+ "avatar": {
316113
+ "defaultValue": null,
316114
+ "description": "",
316115
+ "name": "avatar",
316116
+ "declarations": [
316117
+ {
316118
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316119
+ "name": "TypeLiteral"
316120
+ }
316121
+ ],
316122
+ "required": false,
316123
+ "type": {
316124
+ "name": "ReactNode"
316125
+ }
316126
+ },
316127
+ "button": {
316128
+ "defaultValue": null,
316129
+ "description": "",
316130
+ "name": "button",
316131
+ "declarations": [
316132
+ {
316133
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316134
+ "name": "TypeLiteral"
316135
+ }
316136
+ ],
316137
+ "required": false,
316138
+ "type": {
316139
+ "name": "ReactNode"
316140
+ }
316141
+ },
316142
+ "bottom": {
316143
+ "defaultValue": null,
316144
+ "description": "",
316145
+ "name": "bottom",
316146
+ "declarations": [
316147
+ {
316148
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316149
+ "name": "TypeLiteral"
316150
+ }
316151
+ ],
316152
+ "required": false,
316153
+ "type": {
316154
+ "name": "ReactNode"
316155
+ }
316156
+ },
316157
+ "checkbox": {
316158
+ "defaultValue": null,
316159
+ "description": "",
316160
+ "name": "checkbox",
316161
+ "declarations": [
316162
+ {
316163
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316164
+ "name": "TypeLiteral"
316165
+ }
316166
+ ],
316167
+ "required": false,
316168
+ "type": {
316169
+ "name": "ReactNode"
316170
+ }
316171
+ },
316172
+ "viewMode": {
316173
+ "defaultValue": null,
316174
+ "description": "",
316175
+ "name": "viewMode",
316176
+ "declarations": [
316177
+ {
316178
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316179
+ "name": "TypeLiteral"
316180
+ }
316181
+ ],
316182
+ "required": false,
316183
+ "type": {
316184
+ "name": "ListViewMode"
316185
+ }
316186
+ },
316187
+ "ref": {
316188
+ "defaultValue": null,
316189
+ "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}",
316190
+ "name": "ref",
316191
+ "parent": {
316192
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316193
+ "name": "RefAttributes"
316194
+ },
316195
+ "declarations": [
316196
+ {
316197
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316198
+ "name": "RefAttributes"
316199
+ }
316200
+ ],
316201
+ "required": false,
316202
+ "type": {
316203
+ "name": "Ref<HTMLSpanElement>"
316204
+ }
316205
+ },
316206
+ "key": {
316207
+ "defaultValue": null,
316208
+ "description": "",
316209
+ "name": "key",
316210
+ "parent": {
316211
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316212
+ "name": "Attributes"
316213
+ },
316214
+ "declarations": [
316215
+ {
316216
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316217
+ "name": "Attributes"
316218
+ }
316219
+ ],
316220
+ "required": false,
316221
+ "type": {
316222
+ "name": "Key | null"
316223
+ }
316224
+ }
316225
+ }
316226
+ },
316003
316227
  {
316004
316228
  "tags": {
316005
316229
  "flr-generate": "all"
@@ -316123,230 +316347,6 @@
316123
316347
  }
316124
316348
  }
316125
316349
  },
316126
- {
316127
- "tags": {},
316128
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
316129
- "description": "",
316130
- "displayName": "ListItemView",
316131
- "methods": [],
316132
- "props": {
316133
- "children": {
316134
- "defaultValue": null,
316135
- "description": "",
316136
- "name": "children",
316137
- "declarations": [
316138
- {
316139
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316140
- "name": "TypeLiteral"
316141
- }
316142
- ],
316143
- "required": false,
316144
- "type": {
316145
- "name": "ReactNode"
316146
- }
316147
- },
316148
- "s": {
316149
- "defaultValue": null,
316150
- "description": "Column layout for container size s.",
316151
- "name": "s",
316152
- "parent": {
316153
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316154
- "name": "ColumnLayoutProps"
316155
- },
316156
- "declarations": [
316157
- {
316158
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316159
- "name": "ColumnLayoutProps"
316160
- }
316161
- ],
316162
- "required": false,
316163
- "type": {
316164
- "name": "(number | null)[]"
316165
- }
316166
- },
316167
- "m": {
316168
- "defaultValue": null,
316169
- "description": "Column layout for container size m.",
316170
- "name": "m",
316171
- "parent": {
316172
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316173
- "name": "ColumnLayoutProps"
316174
- },
316175
- "declarations": [
316176
- {
316177
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316178
- "name": "ColumnLayoutProps"
316179
- }
316180
- ],
316181
- "required": false,
316182
- "type": {
316183
- "name": "(number | null)[]"
316184
- }
316185
- },
316186
- "l": {
316187
- "defaultValue": null,
316188
- "description": "Column layout for container size l.",
316189
- "name": "l",
316190
- "parent": {
316191
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316192
- "name": "ColumnLayoutProps"
316193
- },
316194
- "declarations": [
316195
- {
316196
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
316197
- "name": "ColumnLayoutProps"
316198
- }
316199
- ],
316200
- "required": false,
316201
- "type": {
316202
- "name": "(number | null)[]"
316203
- }
316204
- },
316205
- "title": {
316206
- "defaultValue": null,
316207
- "description": "",
316208
- "name": "title",
316209
- "declarations": [
316210
- {
316211
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316212
- "name": "TypeLiteral"
316213
- }
316214
- ],
316215
- "required": false,
316216
- "type": {
316217
- "name": "ReactNode"
316218
- }
316219
- },
316220
- "subTitle": {
316221
- "defaultValue": null,
316222
- "description": "",
316223
- "name": "subTitle",
316224
- "declarations": [
316225
- {
316226
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316227
- "name": "TypeLiteral"
316228
- }
316229
- ],
316230
- "required": false,
316231
- "type": {
316232
- "name": "ReactNode"
316233
- }
316234
- },
316235
- "avatar": {
316236
- "defaultValue": null,
316237
- "description": "",
316238
- "name": "avatar",
316239
- "declarations": [
316240
- {
316241
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316242
- "name": "TypeLiteral"
316243
- }
316244
- ],
316245
- "required": false,
316246
- "type": {
316247
- "name": "ReactNode"
316248
- }
316249
- },
316250
- "button": {
316251
- "defaultValue": null,
316252
- "description": "",
316253
- "name": "button",
316254
- "declarations": [
316255
- {
316256
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316257
- "name": "TypeLiteral"
316258
- }
316259
- ],
316260
- "required": false,
316261
- "type": {
316262
- "name": "ReactNode"
316263
- }
316264
- },
316265
- "bottom": {
316266
- "defaultValue": null,
316267
- "description": "",
316268
- "name": "bottom",
316269
- "declarations": [
316270
- {
316271
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316272
- "name": "TypeLiteral"
316273
- }
316274
- ],
316275
- "required": false,
316276
- "type": {
316277
- "name": "ReactNode"
316278
- }
316279
- },
316280
- "checkbox": {
316281
- "defaultValue": null,
316282
- "description": "",
316283
- "name": "checkbox",
316284
- "declarations": [
316285
- {
316286
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316287
- "name": "TypeLiteral"
316288
- }
316289
- ],
316290
- "required": false,
316291
- "type": {
316292
- "name": "ReactNode"
316293
- }
316294
- },
316295
- "viewMode": {
316296
- "defaultValue": null,
316297
- "description": "",
316298
- "name": "viewMode",
316299
- "declarations": [
316300
- {
316301
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
316302
- "name": "TypeLiteral"
316303
- }
316304
- ],
316305
- "required": false,
316306
- "type": {
316307
- "name": "ListViewMode"
316308
- }
316309
- },
316310
- "ref": {
316311
- "defaultValue": null,
316312
- "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}",
316313
- "name": "ref",
316314
- "parent": {
316315
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316316
- "name": "RefAttributes"
316317
- },
316318
- "declarations": [
316319
- {
316320
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316321
- "name": "RefAttributes"
316322
- }
316323
- ],
316324
- "required": false,
316325
- "type": {
316326
- "name": "Ref<HTMLSpanElement>"
316327
- }
316328
- },
316329
- "key": {
316330
- "defaultValue": null,
316331
- "description": "",
316332
- "name": "key",
316333
- "parent": {
316334
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316335
- "name": "Attributes"
316336
- },
316337
- "declarations": [
316338
- {
316339
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
316340
- "name": "Attributes"
316341
- }
316342
- ],
316343
- "required": false,
316344
- "type": {
316345
- "name": "Key | null"
316346
- }
316347
- }
316348
- }
316349
- },
316350
316350
  {
316351
316351
  "tags": {},
316352
316352
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -316385,17 +316385,17 @@
316385
316385
  },
316386
316386
  {
316387
316387
  "tags": {},
316388
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
316388
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
316389
316389
  "description": "",
316390
- "displayName": "Footer",
316390
+ "displayName": "EmptyView",
316391
316391
  "methods": [],
316392
316392
  "props": {}
316393
316393
  },
316394
316394
  {
316395
316395
  "tags": {},
316396
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
316396
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
316397
316397
  "description": "",
316398
- "displayName": "EmptyView",
316398
+ "displayName": "Footer",
316399
316399
  "methods": [],
316400
316400
  "props": {}
316401
316401
  },
@@ -318770,56 +318770,56 @@
318770
318770
  },
318771
318771
  {
318772
318772
  "tags": {},
318773
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318773
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318774
318774
  "description": "",
318775
- "displayName": "FileSizeText",
318775
+ "displayName": "DeleteButton",
318776
318776
  "methods": [],
318777
318777
  "props": {
318778
- "sizeInBytes": {
318778
+ "onDelete": {
318779
318779
  "defaultValue": null,
318780
318780
  "description": "",
318781
- "name": "sizeInBytes",
318781
+ "name": "onDelete",
318782
318782
  "parent": {
318783
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318783
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318784
318784
  "name": "Props"
318785
318785
  },
318786
318786
  "declarations": [
318787
318787
  {
318788
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318788
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318789
318789
  "name": "Props"
318790
318790
  }
318791
318791
  ],
318792
318792
  "required": true,
318793
318793
  "type": {
318794
- "name": "number"
318794
+ "name": "() => void"
318795
318795
  }
318796
318796
  }
318797
318797
  }
318798
318798
  },
318799
318799
  {
318800
318800
  "tags": {},
318801
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318801
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318802
318802
  "description": "",
318803
- "displayName": "DeleteButton",
318803
+ "displayName": "FileSizeText",
318804
318804
  "methods": [],
318805
318805
  "props": {
318806
- "onDelete": {
318806
+ "sizeInBytes": {
318807
318807
  "defaultValue": null,
318808
318808
  "description": "",
318809
- "name": "onDelete",
318809
+ "name": "sizeInBytes",
318810
318810
  "parent": {
318811
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318811
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318812
318812
  "name": "Props"
318813
318813
  },
318814
318814
  "declarations": [
318815
318815
  {
318816
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318816
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318817
318817
  "name": "Props"
318818
318818
  }
318819
318819
  ],
318820
318820
  "required": true,
318821
318821
  "type": {
318822
- "name": "() => void"
318822
+ "name": "number"
318823
318823
  }
318824
318824
  }
318825
318825
  }
@@ -344549,9 +344549,9 @@
344549
344549
  "tags": {
344550
344550
  "flr-generate": "all"
344551
344551
  },
344552
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
344552
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
344553
344553
  "description": "",
344554
- "displayName": "GridList",
344554
+ "displayName": "GridListItem",
344555
344555
  "methods": [],
344556
344556
  "props": {
344557
344557
  "className": {
@@ -344575,157 +344575,151 @@
344575
344575
  "name": "ClassNameOrFunction<TooltipRenderProps>"
344576
344576
  }
344577
344577
  },
344578
- "disallowTypeAhead": {
344579
- "defaultValue": {
344580
- "value": "false"
344581
- },
344582
- "description": "Whether typeahead navigation is disabled.",
344583
- "name": "disallowTypeAhead",
344578
+ "id": {
344579
+ "defaultValue": null,
344580
+ "description": "The unique id of the item.",
344581
+ "name": "id",
344584
344582
  "parent": {
344585
344583
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344586
- "name": "GridListProps"
344584
+ "name": "MenuItemProps"
344587
344585
  },
344588
344586
  "declarations": [
344589
344587
  {
344590
344588
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344591
- "name": "GridListProps"
344589
+ "name": "MenuItemProps"
344592
344590
  }
344593
344591
  ],
344594
344592
  "required": false,
344595
344593
  "type": {
344596
- "name": "boolean"
344594
+ "name": "Key"
344597
344595
  }
344598
344596
  },
344599
- "selectionBehavior": {
344600
- "defaultValue": {
344601
- "value": "\"toggle\""
344602
- },
344603
- "description": "How multiple selection should behave in the collection.",
344604
- "name": "selectionBehavior",
344597
+ "value": {
344598
+ "defaultValue": null,
344599
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
344600
+ "name": "value",
344605
344601
  "parent": {
344606
344602
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344607
- "name": "TableProps"
344603
+ "name": "MenuItemProps"
344608
344604
  },
344609
344605
  "declarations": [
344610
344606
  {
344611
344607
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344612
- "name": "TableProps"
344608
+ "name": "MenuItemProps"
344613
344609
  }
344614
344610
  ],
344615
344611
  "required": false,
344616
344612
  "type": {
344617
- "name": "SelectionBehavior"
344613
+ "name": "object"
344618
344614
  }
344619
344615
  },
344620
- "dragAndDropHooks": {
344616
+ "textValue": {
344621
344617
  "defaultValue": null,
344622
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
344623
- "name": "dragAndDropHooks",
344618
+ "description": "A string representation of the item's contents, used for features like typeahead.",
344619
+ "name": "textValue",
344624
344620
  "parent": {
344625
344621
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344626
- "name": "TableProps"
344622
+ "name": "ListBoxItemProps"
344627
344623
  },
344628
344624
  "declarations": [
344629
344625
  {
344630
344626
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344631
- "name": "TableProps"
344627
+ "name": "ListBoxItemProps"
344632
344628
  }
344633
344629
  ],
344634
344630
  "required": false,
344635
344631
  "type": {
344636
- "name": "DragAndDropHooks<object>"
344632
+ "name": "string"
344637
344633
  }
344638
344634
  },
344639
- "renderEmptyState": {
344635
+ "isDisabled": {
344640
344636
  "defaultValue": null,
344641
- "description": "Provides content to display when there are no items in the list.",
344642
- "name": "renderEmptyState",
344637
+ "description": "Whether the item is disabled.",
344638
+ "name": "isDisabled",
344643
344639
  "parent": {
344644
344640
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344645
- "name": "ListBoxProps"
344641
+ "name": "ListBoxItemProps"
344646
344642
  },
344647
344643
  "declarations": [
344648
344644
  {
344649
344645
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344650
- "name": "ListBoxProps"
344646
+ "name": "ListBoxItemProps"
344651
344647
  }
344652
344648
  ],
344653
344649
  "required": false,
344654
344650
  "type": {
344655
- "name": "((props: ListBoxRenderProps) => ReactNode)"
344651
+ "name": "boolean"
344656
344652
  }
344657
344653
  },
344658
- "layout": {
344659
- "defaultValue": {
344660
- "value": "'stack'"
344661
- },
344662
- "description": "Whether the items are arranged in a stack or grid.",
344663
- "name": "layout",
344654
+ "onAction": {
344655
+ "defaultValue": null,
344656
+ "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.",
344657
+ "name": "onAction",
344664
344658
  "parent": {
344665
344659
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344666
- "name": "ListBoxProps"
344660
+ "name": "ListBoxItemProps"
344667
344661
  },
344668
344662
  "declarations": [
344669
344663
  {
344670
344664
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344671
- "name": "ListBoxProps"
344665
+ "name": "ListBoxItemProps"
344672
344666
  }
344673
344667
  ],
344674
344668
  "required": false,
344675
344669
  "type": {
344676
- "name": "\"grid\" | \"stack\""
344670
+ "name": "(() => void)"
344677
344671
  }
344678
344672
  },
344679
- "id": {
344673
+ "children": {
344680
344674
  "defaultValue": null,
344681
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
344682
- "name": "id",
344675
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
344676
+ "name": "children",
344683
344677
  "parent": {
344684
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344685
- "name": "DOMProps"
344678
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344679
+ "name": "TableProps"
344686
344680
  },
344687
344681
  "declarations": [
344688
344682
  {
344689
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344690
- "name": "DOMProps"
344683
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344684
+ "name": "TableProps"
344691
344685
  }
344692
344686
  ],
344693
344687
  "required": false,
344694
344688
  "type": {
344695
- "name": "string"
344689
+ "name": "ReactNode"
344696
344690
  }
344697
344691
  },
344698
- "aria-label": {
344692
+ "style": {
344699
344693
  "defaultValue": null,
344700
- "description": "Defines a string value that labels the current element.",
344701
- "name": "aria-label",
344694
+ "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.",
344695
+ "name": "style",
344702
344696
  "parent": {
344703
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344704
- "name": "AriaLabelingProps"
344697
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344698
+ "name": "StyleRenderProps"
344705
344699
  },
344706
344700
  "declarations": [
344707
344701
  {
344708
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344709
- "name": "AriaLabelingProps"
344702
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
344703
+ "name": "StyleRenderProps"
344710
344704
  }
344711
344705
  ],
344712
344706
  "required": false,
344713
344707
  "type": {
344714
- "name": "string"
344708
+ "name": "StyleOrFunction<TooltipRenderProps>"
344715
344709
  }
344716
344710
  },
344717
- "aria-labelledby": {
344711
+ "href": {
344718
344712
  "defaultValue": null,
344719
- "description": "Identifies the element (or elements) that labels the current element.",
344720
- "name": "aria-labelledby",
344713
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
344714
+ "name": "href",
344721
344715
  "parent": {
344722
344716
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344723
- "name": "AriaLabelingProps"
344717
+ "name": "LinkDOMProps"
344724
344718
  },
344725
344719
  "declarations": [
344726
344720
  {
344727
344721
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344728
- "name": "AriaLabelingProps"
344722
+ "name": "LinkDOMProps"
344729
344723
  }
344730
344724
  ],
344731
344725
  "required": false,
@@ -344733,18 +344727,18 @@
344733
344727
  "name": "string"
344734
344728
  }
344735
344729
  },
344736
- "aria-describedby": {
344730
+ "hrefLang": {
344737
344731
  "defaultValue": null,
344738
- "description": "Identifies the element (or elements) that describes the object.",
344739
- "name": "aria-describedby",
344732
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
344733
+ "name": "hrefLang",
344740
344734
  "parent": {
344741
344735
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344742
- "name": "AriaLabelingProps"
344736
+ "name": "LinkDOMProps"
344743
344737
  },
344744
344738
  "declarations": [
344745
344739
  {
344746
344740
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344747
- "name": "AriaLabelingProps"
344741
+ "name": "LinkDOMProps"
344748
344742
  }
344749
344743
  ],
344750
344744
  "required": false,
@@ -344752,352 +344746,308 @@
344752
344746
  "name": "string"
344753
344747
  }
344754
344748
  },
344755
- "aria-details": {
344749
+ "target": {
344756
344750
  "defaultValue": null,
344757
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
344758
- "name": "aria-details",
344751
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
344752
+ "name": "target",
344759
344753
  "parent": {
344760
344754
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344761
- "name": "AriaLabelingProps"
344755
+ "name": "LinkDOMProps"
344762
344756
  },
344763
344757
  "declarations": [
344764
344758
  {
344765
344759
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344766
- "name": "AriaLabelingProps"
344760
+ "name": "LinkDOMProps"
344767
344761
  }
344768
344762
  ],
344769
344763
  "required": false,
344770
344764
  "type": {
344771
- "name": "string"
344765
+ "name": "HTMLAttributeAnchorTarget"
344772
344766
  }
344773
344767
  },
344774
- "autoFocus": {
344768
+ "rel": {
344775
344769
  "defaultValue": null,
344776
- "description": "Whether to auto focus the gridlist or an option.",
344777
- "name": "autoFocus",
344770
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
344771
+ "name": "rel",
344778
344772
  "parent": {
344779
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344780
- "name": "GridListProps"
344773
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344774
+ "name": "LinkDOMProps"
344781
344775
  },
344782
344776
  "declarations": [
344783
344777
  {
344784
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344785
- "name": "GridListProps"
344778
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344779
+ "name": "LinkDOMProps"
344786
344780
  }
344787
344781
  ],
344788
344782
  "required": false,
344789
344783
  "type": {
344790
- "name": "boolean | FocusStrategy"
344784
+ "name": "string"
344791
344785
  }
344792
344786
  },
344793
- "items": {
344787
+ "download": {
344794
344788
  "defaultValue": null,
344795
- "description": "Item objects in the collection.",
344796
- "name": "items",
344789
+ "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).",
344790
+ "name": "download",
344797
344791
  "parent": {
344798
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344799
- "name": "CollectionBase"
344792
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344793
+ "name": "LinkDOMProps"
344800
344794
  },
344801
344795
  "declarations": [
344802
344796
  {
344803
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344804
- "name": "CollectionBase"
344797
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344798
+ "name": "LinkDOMProps"
344805
344799
  }
344806
344800
  ],
344807
344801
  "required": false,
344808
344802
  "type": {
344809
- "name": "Iterable<object>"
344803
+ "name": "string | boolean"
344810
344804
  }
344811
344805
  },
344812
- "disallowEmptySelection": {
344806
+ "ping": {
344813
344807
  "defaultValue": null,
344814
- "description": "Whether the collection allows empty selection.",
344815
- "name": "disallowEmptySelection",
344808
+ "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).",
344809
+ "name": "ping",
344816
344810
  "parent": {
344817
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344818
- "name": "MultipleSelection"
344811
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344812
+ "name": "LinkDOMProps"
344819
344813
  },
344820
344814
  "declarations": [
344821
344815
  {
344822
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344823
- "name": "MultipleSelection"
344816
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344817
+ "name": "LinkDOMProps"
344824
344818
  }
344825
344819
  ],
344826
344820
  "required": false,
344827
344821
  "type": {
344828
- "name": "boolean"
344822
+ "name": "string"
344829
344823
  }
344830
344824
  },
344831
- "onSelectionChange": {
344825
+ "referrerPolicy": {
344832
344826
  "defaultValue": null,
344833
- "description": "Handler that is called when the selection changes.",
344834
- "name": "onSelectionChange",
344827
+ "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).",
344828
+ "name": "referrerPolicy",
344835
344829
  "parent": {
344836
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344837
- "name": "MultipleSelection"
344830
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344831
+ "name": "LinkDOMProps"
344838
344832
  },
344839
344833
  "declarations": [
344840
344834
  {
344841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344842
- "name": "MultipleSelection"
344835
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344836
+ "name": "LinkDOMProps"
344843
344837
  }
344844
344838
  ],
344845
344839
  "required": false,
344846
344840
  "type": {
344847
- "name": "((keys: Selection) => void)"
344841
+ "name": "HTMLAttributeReferrerPolicy"
344848
344842
  }
344849
344843
  },
344850
- "disabledKeys": {
344844
+ "routerOptions": {
344851
344845
  "defaultValue": null,
344852
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
344853
- "name": "disabledKeys",
344854
- "parent": {
344855
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344856
- "name": "CollectionBase"
344857
- },
344858
- "declarations": [
344859
- {
344860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344861
- "name": "CollectionBase"
344862
- }
344863
- ],
344864
- "required": false,
344865
- "type": {
344866
- "name": "Iterable<Key>"
344867
- }
344868
- },
344869
- "escapeKeyBehavior": {
344870
- "defaultValue": {
344871
- "value": "'clearSelection'"
344872
- },
344873
- "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.",
344874
- "name": "escapeKeyBehavior",
344846
+ "description": "Options for the configured client side router.",
344847
+ "name": "routerOptions",
344875
344848
  "parent": {
344876
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344877
- "name": "AriaGridListProps"
344849
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344850
+ "name": "LinkDOMProps"
344878
344851
  },
344879
344852
  "declarations": [
344880
344853
  {
344881
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344882
- "name": "AriaGridListProps"
344854
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344855
+ "name": "LinkDOMProps"
344883
344856
  }
344884
344857
  ],
344885
344858
  "required": false,
344886
344859
  "type": {
344887
- "name": "\"none\" | \"clearSelection\""
344860
+ "name": "undefined"
344888
344861
  }
344889
344862
  },
344890
- "shouldSelectOnPressUp": {
344863
+ "onHoverStart": {
344891
344864
  "defaultValue": null,
344892
- "description": "Whether selection should occur on press up instead of press down.",
344893
- "name": "shouldSelectOnPressUp",
344865
+ "description": "Handler that is called when a hover interaction starts.",
344866
+ "name": "onHoverStart",
344894
344867
  "parent": {
344895
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344896
- "name": "GridListProps"
344868
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344869
+ "name": "HoverEvents"
344897
344870
  },
344898
344871
  "declarations": [
344899
344872
  {
344900
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344901
- "name": "GridListProps"
344873
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344874
+ "name": "HoverEvents"
344902
344875
  }
344903
344876
  ],
344904
344877
  "required": false,
344905
344878
  "type": {
344906
- "name": "boolean"
344879
+ "name": "((e: HoverEvent) => void)"
344907
344880
  }
344908
344881
  },
344909
- "selectionMode": {
344882
+ "onHoverEnd": {
344910
344883
  "defaultValue": null,
344911
- "description": "The type of selection that is allowed in the collection.",
344912
- "name": "selectionMode",
344884
+ "description": "Handler that is called when a hover interaction ends.",
344885
+ "name": "onHoverEnd",
344913
344886
  "parent": {
344914
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344915
- "name": "MultipleSelection"
344887
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344888
+ "name": "HoverEvents"
344916
344889
  },
344917
344890
  "declarations": [
344918
344891
  {
344919
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344920
- "name": "MultipleSelection"
344892
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344893
+ "name": "HoverEvents"
344921
344894
  }
344922
344895
  ],
344923
344896
  "required": false,
344924
344897
  "type": {
344925
- "name": "SelectionMode"
344898
+ "name": "((e: HoverEvent) => void)"
344926
344899
  }
344927
344900
  },
344928
- "selectedKeys": {
344901
+ "onHoverChange": {
344929
344902
  "defaultValue": null,
344930
- "description": "The currently selected keys in the collection (controlled).",
344931
- "name": "selectedKeys",
344903
+ "description": "Handler that is called when the hover state changes.",
344904
+ "name": "onHoverChange",
344932
344905
  "parent": {
344933
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344934
- "name": "MultipleSelection"
344906
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344907
+ "name": "HoverEvents"
344935
344908
  },
344936
344909
  "declarations": [
344937
344910
  {
344938
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344939
- "name": "MultipleSelection"
344911
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344912
+ "name": "HoverEvents"
344940
344913
  }
344941
344914
  ],
344942
344915
  "required": false,
344943
344916
  "type": {
344944
- "name": "\"all\" | Iterable<Key>"
344917
+ "name": "((isHovering: boolean) => void)"
344945
344918
  }
344946
344919
  },
344947
- "defaultSelectedKeys": {
344920
+ "onPress": {
344948
344921
  "defaultValue": null,
344949
- "description": "The initial selected keys in the collection (uncontrolled).",
344950
- "name": "defaultSelectedKeys",
344951
- "parent": {
344952
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344953
- "name": "MultipleSelection"
344954
- },
344955
- "declarations": [
344956
- {
344957
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344958
- "name": "MultipleSelection"
344959
- }
344960
- ],
344961
- "required": false,
344962
- "type": {
344963
- "name": "\"all\" | Iterable<Key>"
344964
- }
344965
- },
344966
- "disabledBehavior": {
344967
- "defaultValue": {
344968
- "value": "\"all\""
344969
- },
344970
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
344971
- "name": "disabledBehavior",
344922
+ "description": "Handler that is called when the press is released over the target.",
344923
+ "name": "onPress",
344972
344924
  "parent": {
344973
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344974
- "name": "GridListProps"
344925
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344926
+ "name": "PressEvents"
344975
344927
  },
344976
344928
  "declarations": [
344977
344929
  {
344978
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344979
- "name": "GridListProps"
344930
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344931
+ "name": "PressEvents"
344980
344932
  }
344981
344933
  ],
344982
344934
  "required": false,
344983
344935
  "type": {
344984
- "name": "DisabledBehavior"
344936
+ "name": "((e: PressEvent) => void)"
344985
344937
  }
344986
344938
  },
344987
- "onAction": {
344939
+ "onPressStart": {
344988
344940
  "defaultValue": null,
344989
- "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.",
344990
- "name": "onAction",
344941
+ "description": "Handler that is called when a press interaction starts.",
344942
+ "name": "onPressStart",
344991
344943
  "parent": {
344992
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344993
- "name": "GridListProps"
344944
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344945
+ "name": "PressEvents"
344994
344946
  },
344995
344947
  "declarations": [
344996
344948
  {
344997
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344998
- "name": "GridListProps"
344949
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344950
+ "name": "PressEvents"
344999
344951
  }
345000
344952
  ],
345001
344953
  "required": false,
345002
344954
  "type": {
345003
- "name": "((key: Key) => void)"
344955
+ "name": "((e: PressEvent) => void)"
345004
344956
  }
345005
344957
  },
345006
- "keyboardNavigationBehavior": {
345007
- "defaultValue": {
345008
- "value": "'arrow'"
345009
- },
345010
- "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
345011
- "name": "keyboardNavigationBehavior",
344958
+ "onPressEnd": {
344959
+ "defaultValue": null,
344960
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
344961
+ "name": "onPressEnd",
345012
344962
  "parent": {
345013
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345014
- "name": "AriaGridListProps"
344963
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344964
+ "name": "PressEvents"
345015
344965
  },
345016
344966
  "declarations": [
345017
344967
  {
345018
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
345019
- "name": "AriaGridListProps"
344968
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344969
+ "name": "PressEvents"
345020
344970
  }
345021
344971
  ],
345022
344972
  "required": false,
345023
344973
  "type": {
345024
- "name": "\"tab\" | \"arrow\""
344974
+ "name": "((e: PressEvent) => void)"
345025
344975
  }
345026
344976
  },
345027
- "children": {
344977
+ "onPressChange": {
345028
344978
  "defaultValue": null,
345029
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
345030
- "name": "children",
344979
+ "description": "Handler that is called when the press state changes.",
344980
+ "name": "onPressChange",
345031
344981
  "parent": {
345032
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345033
- "name": "TableProps"
344982
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344983
+ "name": "PressEvents"
345034
344984
  },
345035
344985
  "declarations": [
345036
344986
  {
345037
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345038
- "name": "TableProps"
344987
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344988
+ "name": "PressEvents"
345039
344989
  }
345040
344990
  ],
345041
344991
  "required": false,
345042
344992
  "type": {
345043
- "name": "ReactNode"
344993
+ "name": "((isPressed: boolean) => void)"
345044
344994
  }
345045
344995
  },
345046
- "dependencies": {
344996
+ "onPressUp": {
345047
344997
  "defaultValue": null,
345048
- "description": "Values that should invalidate the item cache when using dynamic collections.",
345049
- "name": "dependencies",
344998
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
344999
+ "name": "onPressUp",
345050
345000
  "parent": {
345051
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345052
- "name": "CollectionProps"
345001
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345002
+ "name": "PressEvents"
345053
345003
  },
345054
345004
  "declarations": [
345055
345005
  {
345056
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345057
- "name": "CollectionProps"
345006
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345007
+ "name": "PressEvents"
345058
345008
  }
345059
345009
  ],
345060
345010
  "required": false,
345061
345011
  "type": {
345062
- "name": "readonly any[]"
345012
+ "name": "((e: PressEvent) => void)"
345063
345013
  }
345064
345014
  },
345065
- "style": {
345015
+ "onClick": {
345066
345016
  "defaultValue": null,
345067
- "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.",
345068
- "name": "style",
345017
+ "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.",
345018
+ "name": "onClick",
345069
345019
  "parent": {
345070
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345071
- "name": "StyleRenderProps"
345020
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345021
+ "name": "PressEvents"
345072
345022
  },
345073
345023
  "declarations": [
345074
345024
  {
345075
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345076
- "name": "StyleRenderProps"
345025
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345026
+ "name": "PressEvents"
345077
345027
  }
345078
345028
  ],
345079
345029
  "required": false,
345080
345030
  "type": {
345081
- "name": "StyleOrFunction<TooltipRenderProps>"
345031
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
345082
345032
  }
345083
345033
  },
345084
- "slot": {
345034
+ "translate": {
345085
345035
  "defaultValue": null,
345086
- "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.",
345087
- "name": "slot",
345036
+ "description": "",
345037
+ "name": "translate",
345088
345038
  "parent": {
345089
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345090
- "name": "SlotProps"
345039
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345040
+ "name": "GlobalDOMAttributes"
345091
345041
  },
345092
345042
  "declarations": [
345093
345043
  {
345094
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
345095
- "name": "SlotProps"
345044
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345045
+ "name": "GlobalDOMAttributes"
345096
345046
  }
345097
345047
  ],
345098
345048
  "required": false,
345099
345049
  "type": {
345100
- "name": "string | null"
345050
+ "name": "\"yes\" | \"no\""
345101
345051
  }
345102
345052
  },
345103
345053
  "dir": {
@@ -345176,44 +345126,6 @@
345176
345126
  "name": "boolean"
345177
345127
  }
345178
345128
  },
345179
- "translate": {
345180
- "defaultValue": null,
345181
- "description": "",
345182
- "name": "translate",
345183
- "parent": {
345184
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345185
- "name": "GlobalDOMAttributes"
345186
- },
345187
- "declarations": [
345188
- {
345189
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345190
- "name": "GlobalDOMAttributes"
345191
- }
345192
- ],
345193
- "required": false,
345194
- "type": {
345195
- "name": "\"yes\" | \"no\""
345196
- }
345197
- },
345198
- "onClick": {
345199
- "defaultValue": null,
345200
- "description": "",
345201
- "name": "onClick",
345202
- "parent": {
345203
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345204
- "name": "GlobalDOMEvents"
345205
- },
345206
- "declarations": [
345207
- {
345208
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345209
- "name": "GlobalDOMEvents"
345210
- }
345211
- ],
345212
- "required": false,
345213
- "type": {
345214
- "name": "MouseEventHandler<HTMLDivElement>"
345215
- }
345216
- },
345217
345129
  "onClickCapture": {
345218
345130
  "defaultValue": null,
345219
345131
  "description": "",
@@ -346411,34 +346323,34 @@
346411
346323
  "name": "TransitionEventHandler<HTMLDivElement>"
346412
346324
  }
346413
346325
  },
346414
- "tileMaxWidth": {
346326
+ "hasAction": {
346415
346327
  "defaultValue": null,
346416
346328
  "description": "",
346417
- "name": "tileMaxWidth",
346329
+ "name": "hasAction",
346418
346330
  "declarations": [
346419
346331
  {
346420
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
346332
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346421
346333
  "name": "TypeLiteral"
346422
346334
  }
346423
346335
  ],
346424
- "required": true,
346336
+ "required": false,
346425
346337
  "type": {
346426
- "name": "number"
346338
+ "name": "boolean"
346427
346339
  }
346428
346340
  },
346429
- "emptyView": {
346341
+ "isTile": {
346430
346342
  "defaultValue": null,
346431
346343
  "description": "",
346432
- "name": "emptyView",
346344
+ "name": "isTile",
346433
346345
  "declarations": [
346434
346346
  {
346435
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
346347
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346436
346348
  "name": "TypeLiteral"
346437
346349
  }
346438
346350
  ],
346439
346351
  "required": false,
346440
346352
  "type": {
346441
- "name": "ReactNode"
346353
+ "name": "boolean"
346442
346354
  }
346443
346355
  }
346444
346356
  }
@@ -346447,9 +346359,9 @@
346447
346359
  "tags": {
346448
346360
  "flr-generate": "all"
346449
346361
  },
346450
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346362
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
346451
346363
  "description": "",
346452
- "displayName": "GridListItem",
346364
+ "displayName": "GridList",
346453
346365
  "methods": [],
346454
346366
  "props": {
346455
346367
  "className": {
@@ -346473,75 +346385,330 @@
346473
346385
  "name": "ClassNameOrFunction<TooltipRenderProps>"
346474
346386
  }
346475
346387
  },
346476
- "id": {
346477
- "defaultValue": null,
346478
- "description": "The unique id of the item.",
346479
- "name": "id",
346388
+ "disallowTypeAhead": {
346389
+ "defaultValue": {
346390
+ "value": "false"
346391
+ },
346392
+ "description": "Whether typeahead navigation is disabled.",
346393
+ "name": "disallowTypeAhead",
346480
346394
  "parent": {
346481
346395
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346482
- "name": "MenuItemProps"
346396
+ "name": "GridListProps"
346483
346397
  },
346484
346398
  "declarations": [
346485
346399
  {
346486
346400
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346487
- "name": "MenuItemProps"
346401
+ "name": "GridListProps"
346488
346402
  }
346489
346403
  ],
346490
346404
  "required": false,
346491
346405
  "type": {
346492
- "name": "Key"
346406
+ "name": "boolean"
346493
346407
  }
346494
346408
  },
346495
- "value": {
346496
- "defaultValue": null,
346497
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
346498
- "name": "value",
346409
+ "selectionBehavior": {
346410
+ "defaultValue": {
346411
+ "value": "\"toggle\""
346412
+ },
346413
+ "description": "How multiple selection should behave in the collection.",
346414
+ "name": "selectionBehavior",
346499
346415
  "parent": {
346500
346416
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346501
- "name": "MenuItemProps"
346417
+ "name": "TableProps"
346502
346418
  },
346503
346419
  "declarations": [
346504
346420
  {
346505
346421
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346506
- "name": "MenuItemProps"
346422
+ "name": "TableProps"
346507
346423
  }
346508
346424
  ],
346509
346425
  "required": false,
346510
346426
  "type": {
346511
- "name": "object"
346427
+ "name": "SelectionBehavior"
346512
346428
  }
346513
346429
  },
346514
- "textValue": {
346430
+ "dragAndDropHooks": {
346515
346431
  "defaultValue": null,
346516
- "description": "A string representation of the item's contents, used for features like typeahead.",
346517
- "name": "textValue",
346432
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
346433
+ "name": "dragAndDropHooks",
346518
346434
  "parent": {
346519
346435
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346520
- "name": "ListBoxItemProps"
346436
+ "name": "TableProps"
346521
346437
  },
346522
346438
  "declarations": [
346523
346439
  {
346524
346440
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346525
- "name": "ListBoxItemProps"
346441
+ "name": "TableProps"
346526
346442
  }
346527
346443
  ],
346528
346444
  "required": false,
346529
346445
  "type": {
346530
- "name": "string"
346446
+ "name": "DragAndDropHooks<object>"
346531
346447
  }
346532
346448
  },
346533
- "isDisabled": {
346449
+ "renderEmptyState": {
346534
346450
  "defaultValue": null,
346535
- "description": "Whether the item is disabled.",
346536
- "name": "isDisabled",
346451
+ "description": "Provides content to display when there are no items in the list.",
346452
+ "name": "renderEmptyState",
346537
346453
  "parent": {
346538
346454
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346539
- "name": "ListBoxItemProps"
346455
+ "name": "ListBoxProps"
346540
346456
  },
346541
346457
  "declarations": [
346542
346458
  {
346543
346459
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346544
- "name": "ListBoxItemProps"
346460
+ "name": "ListBoxProps"
346461
+ }
346462
+ ],
346463
+ "required": false,
346464
+ "type": {
346465
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
346466
+ }
346467
+ },
346468
+ "layout": {
346469
+ "defaultValue": {
346470
+ "value": "'stack'"
346471
+ },
346472
+ "description": "Whether the items are arranged in a stack or grid.",
346473
+ "name": "layout",
346474
+ "parent": {
346475
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346476
+ "name": "ListBoxProps"
346477
+ },
346478
+ "declarations": [
346479
+ {
346480
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346481
+ "name": "ListBoxProps"
346482
+ }
346483
+ ],
346484
+ "required": false,
346485
+ "type": {
346486
+ "name": "\"grid\" | \"stack\""
346487
+ }
346488
+ },
346489
+ "id": {
346490
+ "defaultValue": null,
346491
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
346492
+ "name": "id",
346493
+ "parent": {
346494
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346495
+ "name": "DOMProps"
346496
+ },
346497
+ "declarations": [
346498
+ {
346499
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346500
+ "name": "DOMProps"
346501
+ }
346502
+ ],
346503
+ "required": false,
346504
+ "type": {
346505
+ "name": "string"
346506
+ }
346507
+ },
346508
+ "aria-label": {
346509
+ "defaultValue": null,
346510
+ "description": "Defines a string value that labels the current element.",
346511
+ "name": "aria-label",
346512
+ "parent": {
346513
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346514
+ "name": "AriaLabelingProps"
346515
+ },
346516
+ "declarations": [
346517
+ {
346518
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346519
+ "name": "AriaLabelingProps"
346520
+ }
346521
+ ],
346522
+ "required": false,
346523
+ "type": {
346524
+ "name": "string"
346525
+ }
346526
+ },
346527
+ "aria-labelledby": {
346528
+ "defaultValue": null,
346529
+ "description": "Identifies the element (or elements) that labels the current element.",
346530
+ "name": "aria-labelledby",
346531
+ "parent": {
346532
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346533
+ "name": "AriaLabelingProps"
346534
+ },
346535
+ "declarations": [
346536
+ {
346537
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346538
+ "name": "AriaLabelingProps"
346539
+ }
346540
+ ],
346541
+ "required": false,
346542
+ "type": {
346543
+ "name": "string"
346544
+ }
346545
+ },
346546
+ "aria-describedby": {
346547
+ "defaultValue": null,
346548
+ "description": "Identifies the element (or elements) that describes the object.",
346549
+ "name": "aria-describedby",
346550
+ "parent": {
346551
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346552
+ "name": "AriaLabelingProps"
346553
+ },
346554
+ "declarations": [
346555
+ {
346556
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346557
+ "name": "AriaLabelingProps"
346558
+ }
346559
+ ],
346560
+ "required": false,
346561
+ "type": {
346562
+ "name": "string"
346563
+ }
346564
+ },
346565
+ "aria-details": {
346566
+ "defaultValue": null,
346567
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
346568
+ "name": "aria-details",
346569
+ "parent": {
346570
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346571
+ "name": "AriaLabelingProps"
346572
+ },
346573
+ "declarations": [
346574
+ {
346575
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346576
+ "name": "AriaLabelingProps"
346577
+ }
346578
+ ],
346579
+ "required": false,
346580
+ "type": {
346581
+ "name": "string"
346582
+ }
346583
+ },
346584
+ "autoFocus": {
346585
+ "defaultValue": null,
346586
+ "description": "Whether to auto focus the gridlist or an option.",
346587
+ "name": "autoFocus",
346588
+ "parent": {
346589
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346590
+ "name": "GridListProps"
346591
+ },
346592
+ "declarations": [
346593
+ {
346594
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346595
+ "name": "GridListProps"
346596
+ }
346597
+ ],
346598
+ "required": false,
346599
+ "type": {
346600
+ "name": "boolean | FocusStrategy"
346601
+ }
346602
+ },
346603
+ "items": {
346604
+ "defaultValue": null,
346605
+ "description": "Item objects in the collection.",
346606
+ "name": "items",
346607
+ "parent": {
346608
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346609
+ "name": "CollectionBase"
346610
+ },
346611
+ "declarations": [
346612
+ {
346613
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346614
+ "name": "CollectionBase"
346615
+ }
346616
+ ],
346617
+ "required": false,
346618
+ "type": {
346619
+ "name": "Iterable<object>"
346620
+ }
346621
+ },
346622
+ "disallowEmptySelection": {
346623
+ "defaultValue": null,
346624
+ "description": "Whether the collection allows empty selection.",
346625
+ "name": "disallowEmptySelection",
346626
+ "parent": {
346627
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346628
+ "name": "MultipleSelection"
346629
+ },
346630
+ "declarations": [
346631
+ {
346632
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346633
+ "name": "MultipleSelection"
346634
+ }
346635
+ ],
346636
+ "required": false,
346637
+ "type": {
346638
+ "name": "boolean"
346639
+ }
346640
+ },
346641
+ "onSelectionChange": {
346642
+ "defaultValue": null,
346643
+ "description": "Handler that is called when the selection changes.",
346644
+ "name": "onSelectionChange",
346645
+ "parent": {
346646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346647
+ "name": "MultipleSelection"
346648
+ },
346649
+ "declarations": [
346650
+ {
346651
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346652
+ "name": "MultipleSelection"
346653
+ }
346654
+ ],
346655
+ "required": false,
346656
+ "type": {
346657
+ "name": "((keys: Selection) => void)"
346658
+ }
346659
+ },
346660
+ "disabledKeys": {
346661
+ "defaultValue": null,
346662
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
346663
+ "name": "disabledKeys",
346664
+ "parent": {
346665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346666
+ "name": "CollectionBase"
346667
+ },
346668
+ "declarations": [
346669
+ {
346670
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346671
+ "name": "CollectionBase"
346672
+ }
346673
+ ],
346674
+ "required": false,
346675
+ "type": {
346676
+ "name": "Iterable<Key>"
346677
+ }
346678
+ },
346679
+ "escapeKeyBehavior": {
346680
+ "defaultValue": {
346681
+ "value": "'clearSelection'"
346682
+ },
346683
+ "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.",
346684
+ "name": "escapeKeyBehavior",
346685
+ "parent": {
346686
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346687
+ "name": "AriaGridListProps"
346688
+ },
346689
+ "declarations": [
346690
+ {
346691
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346692
+ "name": "AriaGridListProps"
346693
+ }
346694
+ ],
346695
+ "required": false,
346696
+ "type": {
346697
+ "name": "\"none\" | \"clearSelection\""
346698
+ }
346699
+ },
346700
+ "shouldSelectOnPressUp": {
346701
+ "defaultValue": null,
346702
+ "description": "Whether selection should occur on press up instead of press down.",
346703
+ "name": "shouldSelectOnPressUp",
346704
+ "parent": {
346705
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346706
+ "name": "GridListProps"
346707
+ },
346708
+ "declarations": [
346709
+ {
346710
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346711
+ "name": "GridListProps"
346545
346712
  }
346546
346713
  ],
346547
346714
  "required": false,
@@ -346549,23 +346716,122 @@
346549
346716
  "name": "boolean"
346550
346717
  }
346551
346718
  },
346719
+ "selectionMode": {
346720
+ "defaultValue": null,
346721
+ "description": "The type of selection that is allowed in the collection.",
346722
+ "name": "selectionMode",
346723
+ "parent": {
346724
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346725
+ "name": "MultipleSelection"
346726
+ },
346727
+ "declarations": [
346728
+ {
346729
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346730
+ "name": "MultipleSelection"
346731
+ }
346732
+ ],
346733
+ "required": false,
346734
+ "type": {
346735
+ "name": "SelectionMode"
346736
+ }
346737
+ },
346738
+ "selectedKeys": {
346739
+ "defaultValue": null,
346740
+ "description": "The currently selected keys in the collection (controlled).",
346741
+ "name": "selectedKeys",
346742
+ "parent": {
346743
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346744
+ "name": "MultipleSelection"
346745
+ },
346746
+ "declarations": [
346747
+ {
346748
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346749
+ "name": "MultipleSelection"
346750
+ }
346751
+ ],
346752
+ "required": false,
346753
+ "type": {
346754
+ "name": "\"all\" | Iterable<Key>"
346755
+ }
346756
+ },
346757
+ "defaultSelectedKeys": {
346758
+ "defaultValue": null,
346759
+ "description": "The initial selected keys in the collection (uncontrolled).",
346760
+ "name": "defaultSelectedKeys",
346761
+ "parent": {
346762
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346763
+ "name": "MultipleSelection"
346764
+ },
346765
+ "declarations": [
346766
+ {
346767
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346768
+ "name": "MultipleSelection"
346769
+ }
346770
+ ],
346771
+ "required": false,
346772
+ "type": {
346773
+ "name": "\"all\" | Iterable<Key>"
346774
+ }
346775
+ },
346776
+ "disabledBehavior": {
346777
+ "defaultValue": {
346778
+ "value": "\"all\""
346779
+ },
346780
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
346781
+ "name": "disabledBehavior",
346782
+ "parent": {
346783
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346784
+ "name": "GridListProps"
346785
+ },
346786
+ "declarations": [
346787
+ {
346788
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346789
+ "name": "GridListProps"
346790
+ }
346791
+ ],
346792
+ "required": false,
346793
+ "type": {
346794
+ "name": "DisabledBehavior"
346795
+ }
346796
+ },
346552
346797
  "onAction": {
346553
346798
  "defaultValue": null,
346554
- "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.",
346799
+ "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.",
346555
346800
  "name": "onAction",
346556
346801
  "parent": {
346557
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346558
- "name": "ListBoxItemProps"
346802
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346803
+ "name": "GridListProps"
346559
346804
  },
346560
346805
  "declarations": [
346561
346806
  {
346562
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346563
- "name": "ListBoxItemProps"
346807
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346808
+ "name": "GridListProps"
346564
346809
  }
346565
346810
  ],
346566
346811
  "required": false,
346567
346812
  "type": {
346568
- "name": "(() => void)"
346813
+ "name": "((key: Key) => void)"
346814
+ }
346815
+ },
346816
+ "keyboardNavigationBehavior": {
346817
+ "defaultValue": {
346818
+ "value": "'arrow'"
346819
+ },
346820
+ "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
346821
+ "name": "keyboardNavigationBehavior",
346822
+ "parent": {
346823
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346824
+ "name": "AriaGridListProps"
346825
+ },
346826
+ "declarations": [
346827
+ {
346828
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346829
+ "name": "AriaGridListProps"
346830
+ }
346831
+ ],
346832
+ "required": false,
346833
+ "type": {
346834
+ "name": "\"tab\" | \"arrow\""
346569
346835
  }
346570
346836
  },
346571
346837
  "children": {
@@ -346587,132 +346853,75 @@
346587
346853
  "name": "ReactNode"
346588
346854
  }
346589
346855
  },
346590
- "style": {
346856
+ "dependencies": {
346591
346857
  "defaultValue": null,
346592
- "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.",
346593
- "name": "style",
346858
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
346859
+ "name": "dependencies",
346594
346860
  "parent": {
346595
346861
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346596
- "name": "StyleRenderProps"
346862
+ "name": "CollectionProps"
346597
346863
  },
346598
346864
  "declarations": [
346599
346865
  {
346600
346866
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346601
- "name": "StyleRenderProps"
346602
- }
346603
- ],
346604
- "required": false,
346605
- "type": {
346606
- "name": "StyleOrFunction<TooltipRenderProps>"
346607
- }
346608
- },
346609
- "href": {
346610
- "defaultValue": null,
346611
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
346612
- "name": "href",
346613
- "parent": {
346614
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346615
- "name": "LinkDOMProps"
346616
- },
346617
- "declarations": [
346618
- {
346619
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346620
- "name": "LinkDOMProps"
346621
- }
346622
- ],
346623
- "required": false,
346624
- "type": {
346625
- "name": "string"
346626
- }
346627
- },
346628
- "hrefLang": {
346629
- "defaultValue": null,
346630
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
346631
- "name": "hrefLang",
346632
- "parent": {
346633
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346634
- "name": "LinkDOMProps"
346635
- },
346636
- "declarations": [
346637
- {
346638
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346639
- "name": "LinkDOMProps"
346640
- }
346641
- ],
346642
- "required": false,
346643
- "type": {
346644
- "name": "string"
346645
- }
346646
- },
346647
- "target": {
346648
- "defaultValue": null,
346649
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
346650
- "name": "target",
346651
- "parent": {
346652
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346653
- "name": "LinkDOMProps"
346654
- },
346655
- "declarations": [
346656
- {
346657
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346658
- "name": "LinkDOMProps"
346867
+ "name": "CollectionProps"
346659
346868
  }
346660
346869
  ],
346661
346870
  "required": false,
346662
346871
  "type": {
346663
- "name": "HTMLAttributeAnchorTarget"
346872
+ "name": "readonly any[]"
346664
346873
  }
346665
346874
  },
346666
- "rel": {
346875
+ "style": {
346667
346876
  "defaultValue": null,
346668
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
346669
- "name": "rel",
346877
+ "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.",
346878
+ "name": "style",
346670
346879
  "parent": {
346671
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346672
- "name": "LinkDOMProps"
346880
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346881
+ "name": "StyleRenderProps"
346673
346882
  },
346674
346883
  "declarations": [
346675
346884
  {
346676
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346677
- "name": "LinkDOMProps"
346885
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346886
+ "name": "StyleRenderProps"
346678
346887
  }
346679
346888
  ],
346680
346889
  "required": false,
346681
346890
  "type": {
346682
- "name": "string"
346891
+ "name": "StyleOrFunction<TooltipRenderProps>"
346683
346892
  }
346684
346893
  },
346685
- "download": {
346894
+ "slot": {
346686
346895
  "defaultValue": null,
346687
- "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).",
346688
- "name": "download",
346896
+ "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.",
346897
+ "name": "slot",
346689
346898
  "parent": {
346690
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346691
- "name": "LinkDOMProps"
346899
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346900
+ "name": "SlotProps"
346692
346901
  },
346693
346902
  "declarations": [
346694
346903
  {
346695
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346696
- "name": "LinkDOMProps"
346904
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
346905
+ "name": "SlotProps"
346697
346906
  }
346698
346907
  ],
346699
346908
  "required": false,
346700
346909
  "type": {
346701
- "name": "string | boolean"
346910
+ "name": "string | null"
346702
346911
  }
346703
346912
  },
346704
- "ping": {
346913
+ "dir": {
346705
346914
  "defaultValue": null,
346706
- "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).",
346707
- "name": "ping",
346915
+ "description": "",
346916
+ "name": "dir",
346708
346917
  "parent": {
346709
346918
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346710
- "name": "LinkDOMProps"
346919
+ "name": "GlobalDOMAttributes"
346711
346920
  },
346712
346921
  "declarations": [
346713
346922
  {
346714
346923
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346715
- "name": "LinkDOMProps"
346924
+ "name": "GlobalDOMAttributes"
346716
346925
  }
346717
346926
  ],
346718
346927
  "required": false,
@@ -346720,219 +346929,10 @@
346720
346929
  "name": "string"
346721
346930
  }
346722
346931
  },
346723
- "referrerPolicy": {
346724
- "defaultValue": null,
346725
- "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).",
346726
- "name": "referrerPolicy",
346727
- "parent": {
346728
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346729
- "name": "LinkDOMProps"
346730
- },
346731
- "declarations": [
346732
- {
346733
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346734
- "name": "LinkDOMProps"
346735
- }
346736
- ],
346737
- "required": false,
346738
- "type": {
346739
- "name": "HTMLAttributeReferrerPolicy"
346740
- }
346741
- },
346742
- "routerOptions": {
346743
- "defaultValue": null,
346744
- "description": "Options for the configured client side router.",
346745
- "name": "routerOptions",
346746
- "parent": {
346747
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346748
- "name": "LinkDOMProps"
346749
- },
346750
- "declarations": [
346751
- {
346752
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346753
- "name": "LinkDOMProps"
346754
- }
346755
- ],
346756
- "required": false,
346757
- "type": {
346758
- "name": "undefined"
346759
- }
346760
- },
346761
- "onHoverStart": {
346762
- "defaultValue": null,
346763
- "description": "Handler that is called when a hover interaction starts.",
346764
- "name": "onHoverStart",
346765
- "parent": {
346766
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346767
- "name": "HoverEvents"
346768
- },
346769
- "declarations": [
346770
- {
346771
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346772
- "name": "HoverEvents"
346773
- }
346774
- ],
346775
- "required": false,
346776
- "type": {
346777
- "name": "((e: HoverEvent) => void)"
346778
- }
346779
- },
346780
- "onHoverEnd": {
346781
- "defaultValue": null,
346782
- "description": "Handler that is called when a hover interaction ends.",
346783
- "name": "onHoverEnd",
346784
- "parent": {
346785
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346786
- "name": "HoverEvents"
346787
- },
346788
- "declarations": [
346789
- {
346790
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346791
- "name": "HoverEvents"
346792
- }
346793
- ],
346794
- "required": false,
346795
- "type": {
346796
- "name": "((e: HoverEvent) => void)"
346797
- }
346798
- },
346799
- "onHoverChange": {
346800
- "defaultValue": null,
346801
- "description": "Handler that is called when the hover state changes.",
346802
- "name": "onHoverChange",
346803
- "parent": {
346804
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346805
- "name": "HoverEvents"
346806
- },
346807
- "declarations": [
346808
- {
346809
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346810
- "name": "HoverEvents"
346811
- }
346812
- ],
346813
- "required": false,
346814
- "type": {
346815
- "name": "((isHovering: boolean) => void)"
346816
- }
346817
- },
346818
- "onPress": {
346819
- "defaultValue": null,
346820
- "description": "Handler that is called when the press is released over the target.",
346821
- "name": "onPress",
346822
- "parent": {
346823
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346824
- "name": "PressEvents"
346825
- },
346826
- "declarations": [
346827
- {
346828
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346829
- "name": "PressEvents"
346830
- }
346831
- ],
346832
- "required": false,
346833
- "type": {
346834
- "name": "((e: PressEvent) => void)"
346835
- }
346836
- },
346837
- "onPressStart": {
346838
- "defaultValue": null,
346839
- "description": "Handler that is called when a press interaction starts.",
346840
- "name": "onPressStart",
346841
- "parent": {
346842
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346843
- "name": "PressEvents"
346844
- },
346845
- "declarations": [
346846
- {
346847
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346848
- "name": "PressEvents"
346849
- }
346850
- ],
346851
- "required": false,
346852
- "type": {
346853
- "name": "((e: PressEvent) => void)"
346854
- }
346855
- },
346856
- "onPressEnd": {
346857
- "defaultValue": null,
346858
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
346859
- "name": "onPressEnd",
346860
- "parent": {
346861
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346862
- "name": "PressEvents"
346863
- },
346864
- "declarations": [
346865
- {
346866
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346867
- "name": "PressEvents"
346868
- }
346869
- ],
346870
- "required": false,
346871
- "type": {
346872
- "name": "((e: PressEvent) => void)"
346873
- }
346874
- },
346875
- "onPressChange": {
346876
- "defaultValue": null,
346877
- "description": "Handler that is called when the press state changes.",
346878
- "name": "onPressChange",
346879
- "parent": {
346880
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346881
- "name": "PressEvents"
346882
- },
346883
- "declarations": [
346884
- {
346885
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346886
- "name": "PressEvents"
346887
- }
346888
- ],
346889
- "required": false,
346890
- "type": {
346891
- "name": "((isPressed: boolean) => void)"
346892
- }
346893
- },
346894
- "onPressUp": {
346895
- "defaultValue": null,
346896
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
346897
- "name": "onPressUp",
346898
- "parent": {
346899
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346900
- "name": "PressEvents"
346901
- },
346902
- "declarations": [
346903
- {
346904
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346905
- "name": "PressEvents"
346906
- }
346907
- ],
346908
- "required": false,
346909
- "type": {
346910
- "name": "((e: PressEvent) => void)"
346911
- }
346912
- },
346913
- "onClick": {
346914
- "defaultValue": null,
346915
- "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.",
346916
- "name": "onClick",
346917
- "parent": {
346918
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346919
- "name": "PressEvents"
346920
- },
346921
- "declarations": [
346922
- {
346923
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346924
- "name": "PressEvents"
346925
- }
346926
- ],
346927
- "required": false,
346928
- "type": {
346929
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
346930
- }
346931
- },
346932
- "translate": {
346932
+ "lang": {
346933
346933
  "defaultValue": null,
346934
346934
  "description": "",
346935
- "name": "translate",
346935
+ "name": "lang",
346936
346936
  "parent": {
346937
346937
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346938
346938
  "name": "GlobalDOMAttributes"
@@ -346945,13 +346945,13 @@
346945
346945
  ],
346946
346946
  "required": false,
346947
346947
  "type": {
346948
- "name": "\"yes\" | \"no\""
346948
+ "name": "string"
346949
346949
  }
346950
346950
  },
346951
- "dir": {
346951
+ "hidden": {
346952
346952
  "defaultValue": null,
346953
346953
  "description": "",
346954
- "name": "dir",
346954
+ "name": "hidden",
346955
346955
  "parent": {
346956
346956
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346957
346957
  "name": "GlobalDOMAttributes"
@@ -346964,13 +346964,13 @@
346964
346964
  ],
346965
346965
  "required": false,
346966
346966
  "type": {
346967
- "name": "string"
346967
+ "name": "boolean"
346968
346968
  }
346969
346969
  },
346970
- "lang": {
346970
+ "inert": {
346971
346971
  "defaultValue": null,
346972
346972
  "description": "",
346973
- "name": "lang",
346973
+ "name": "inert",
346974
346974
  "parent": {
346975
346975
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346976
346976
  "name": "GlobalDOMAttributes"
@@ -346983,13 +346983,13 @@
346983
346983
  ],
346984
346984
  "required": false,
346985
346985
  "type": {
346986
- "name": "string"
346986
+ "name": "boolean"
346987
346987
  }
346988
346988
  },
346989
- "hidden": {
346989
+ "translate": {
346990
346990
  "defaultValue": null,
346991
346991
  "description": "",
346992
- "name": "hidden",
346992
+ "name": "translate",
346993
346993
  "parent": {
346994
346994
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346995
346995
  "name": "GlobalDOMAttributes"
@@ -347002,26 +347002,26 @@
347002
347002
  ],
347003
347003
  "required": false,
347004
347004
  "type": {
347005
- "name": "boolean"
347005
+ "name": "\"yes\" | \"no\""
347006
347006
  }
347007
347007
  },
347008
- "inert": {
347008
+ "onClick": {
347009
347009
  "defaultValue": null,
347010
347010
  "description": "",
347011
- "name": "inert",
347011
+ "name": "onClick",
347012
347012
  "parent": {
347013
347013
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
347014
- "name": "GlobalDOMAttributes"
347014
+ "name": "GlobalDOMEvents"
347015
347015
  },
347016
347016
  "declarations": [
347017
347017
  {
347018
347018
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
347019
- "name": "GlobalDOMAttributes"
347019
+ "name": "GlobalDOMEvents"
347020
347020
  }
347021
347021
  ],
347022
347022
  "required": false,
347023
347023
  "type": {
347024
- "name": "boolean"
347024
+ "name": "MouseEventHandler<HTMLDivElement>"
347025
347025
  }
347026
347026
  },
347027
347027
  "onClickCapture": {
@@ -348221,34 +348221,34 @@
348221
348221
  "name": "TransitionEventHandler<HTMLDivElement>"
348222
348222
  }
348223
348223
  },
348224
- "hasAction": {
348224
+ "tileMaxWidth": {
348225
348225
  "defaultValue": null,
348226
348226
  "description": "",
348227
- "name": "hasAction",
348227
+ "name": "tileMaxWidth",
348228
348228
  "declarations": [
348229
348229
  {
348230
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
348230
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
348231
348231
  "name": "TypeLiteral"
348232
348232
  }
348233
348233
  ],
348234
- "required": false,
348234
+ "required": true,
348235
348235
  "type": {
348236
- "name": "boolean"
348236
+ "name": "number"
348237
348237
  }
348238
348238
  },
348239
- "isTile": {
348239
+ "emptyView": {
348240
348240
  "defaultValue": null,
348241
348241
  "description": "",
348242
- "name": "isTile",
348242
+ "name": "emptyView",
348243
348243
  "declarations": [
348244
348244
  {
348245
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
348245
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
348246
348246
  "name": "TypeLiteral"
348247
348247
  }
348248
348248
  ],
348249
348249
  "required": false,
348250
348250
  "type": {
348251
- "name": "boolean"
348251
+ "name": "ReactNode"
348252
348252
  }
348253
348253
  }
348254
348254
  }
@@ -356888,6 +356888,34 @@
356888
356888
  }
356889
356889
  }
356890
356890
  },
356891
+ {
356892
+ "tags": {},
356893
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356894
+ "description": "",
356895
+ "displayName": "ListItemSkeletonView",
356896
+ "methods": [],
356897
+ "props": {
356898
+ "viewMode": {
356899
+ "defaultValue": null,
356900
+ "description": "",
356901
+ "name": "viewMode",
356902
+ "parent": {
356903
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356904
+ "name": "ListItemSkeletonViewProps"
356905
+ },
356906
+ "declarations": [
356907
+ {
356908
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356909
+ "name": "ListItemSkeletonViewProps"
356910
+ }
356911
+ ],
356912
+ "required": true,
356913
+ "type": {
356914
+ "name": "ListViewMode"
356915
+ }
356916
+ }
356917
+ }
356918
+ },
356891
356919
  {
356892
356920
  "tags": {},
356893
356921
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -356973,33 +357001,5 @@
356973
357001
  }
356974
357002
  }
356975
357003
  }
356976
- },
356977
- {
356978
- "tags": {},
356979
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356980
- "description": "",
356981
- "displayName": "ListItemSkeletonView",
356982
- "methods": [],
356983
- "props": {
356984
- "viewMode": {
356985
- "defaultValue": null,
356986
- "description": "",
356987
- "name": "viewMode",
356988
- "parent": {
356989
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356990
- "name": "ListItemSkeletonViewProps"
356991
- },
356992
- "declarations": [
356993
- {
356994
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356995
- "name": "ListItemSkeletonViewProps"
356996
- }
356997
- ],
356998
- "required": true,
356999
- "type": {
357000
- "name": "ListViewMode"
357001
- }
357002
- }
357003
- }
357004
357004
  }
357005
357005
  ]