@mittwald/flow-react-components 0.2.0-alpha.613 → 0.2.0-alpha.615

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.
@@ -56559,26 +56559,119 @@
56559
56559
  }
56560
56560
  },
56561
56561
  {
56562
- "tags": {
56563
- "flr-generate": "all"
56564
- },
56565
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
56562
+ "tags": {},
56563
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
56566
56564
  "description": "",
56567
- "displayName": "Option",
56565
+ "displayName": "Options",
56568
56566
  "methods": [],
56569
56567
  "props": {
56570
- "value": {
56568
+ "controller": {
56571
56569
  "defaultValue": null,
56572
- "description": "",
56573
- "name": "value",
56570
+ "description": "An overlay controller to control the popover state.",
56571
+ "name": "controller",
56574
56572
  "parent": {
56575
- "fileName": "components/src/components/Option/Option.tsx",
56576
- "name": "OptionProps"
56573
+ "fileName": "components/src/components/Options/Options.tsx",
56574
+ "name": "OptionsProps"
56577
56575
  },
56578
56576
  "declarations": [
56579
56577
  {
56580
- "fileName": "components/src/components/Option/Option.tsx",
56581
- "name": "OptionProps"
56578
+ "fileName": "components/src/components/Options/Options.tsx",
56579
+ "name": "OptionsProps"
56580
+ }
56581
+ ],
56582
+ "required": true,
56583
+ "type": {
56584
+ "name": "OverlayController"
56585
+ }
56586
+ },
56587
+ "renderEmptyState": {
56588
+ "defaultValue": null,
56589
+ "description": "Provides content to display when there are no items in the list.",
56590
+ "name": "renderEmptyState",
56591
+ "parent": {
56592
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56593
+ "name": "ListBoxProps"
56594
+ },
56595
+ "declarations": [
56596
+ {
56597
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56598
+ "name": "ListBoxProps"
56599
+ }
56600
+ ],
56601
+ "required": false,
56602
+ "type": {
56603
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
56604
+ }
56605
+ },
56606
+ "onAction": {
56607
+ "defaultValue": null,
56608
+ "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.",
56609
+ "name": "onAction",
56610
+ "parent": {
56611
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
56612
+ "name": "AriaListBoxProps"
56613
+ },
56614
+ "declarations": [
56615
+ {
56616
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
56617
+ "name": "AriaListBoxProps"
56618
+ }
56619
+ ],
56620
+ "required": false,
56621
+ "type": {
56622
+ "name": "((key: Key) => void)"
56623
+ }
56624
+ },
56625
+ "withTip": {
56626
+ "defaultValue": null,
56627
+ "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
56628
+ "name": "withTip",
56629
+ "parent": {
56630
+ "fileName": "components/src/components/Popover/Popover.tsx",
56631
+ "name": "PopoverProps"
56632
+ },
56633
+ "declarations": [
56634
+ {
56635
+ "fileName": "components/src/components/Popover/Popover.tsx",
56636
+ "name": "PopoverProps"
56637
+ }
56638
+ ],
56639
+ "required": false,
56640
+ "type": {
56641
+ "name": "boolean"
56642
+ }
56643
+ },
56644
+ "isDialogContent": {
56645
+ "defaultValue": null,
56646
+ "description": "Whether the popover contains a dialog.",
56647
+ "name": "isDialogContent",
56648
+ "parent": {
56649
+ "fileName": "components/src/components/Popover/Popover.tsx",
56650
+ "name": "PopoverProps"
56651
+ },
56652
+ "declarations": [
56653
+ {
56654
+ "fileName": "components/src/components/Popover/Popover.tsx",
56655
+ "name": "PopoverProps"
56656
+ }
56657
+ ],
56658
+ "required": false,
56659
+ "type": {
56660
+ "name": "boolean"
56661
+ }
56662
+ },
56663
+ "width": {
56664
+ "defaultValue": null,
56665
+ "description": "A fixed width for the popover.",
56666
+ "name": "width",
56667
+ "parent": {
56668
+ "fileName": "components/src/components/Popover/Popover.tsx",
56669
+ "name": "PopoverProps"
56670
+ },
56671
+ "declarations": [
56672
+ {
56673
+ "fileName": "components/src/components/Popover/Popover.tsx",
56674
+ "name": "PopoverProps"
56582
56675
  }
56583
56676
  ],
56584
56677
  "required": false,
@@ -56586,18 +56679,336 @@
56586
56679
  "name": "string | number"
56587
56680
  }
56588
56681
  },
56589
- "aria-label": {
56682
+ "arrowBoundaryOffset": {
56683
+ "defaultValue": {
56684
+ "value": "0"
56685
+ },
56686
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
56687
+ "name": "arrowBoundaryOffset",
56688
+ "parent": {
56689
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
56690
+ "name": "AriaPositionProps"
56691
+ },
56692
+ "declarations": [
56693
+ {
56694
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
56695
+ "name": "AriaPositionProps"
56696
+ }
56697
+ ],
56698
+ "required": false,
56699
+ "type": {
56700
+ "name": "number"
56701
+ }
56702
+ },
56703
+ "triggerRef": {
56590
56704
  "defaultValue": null,
56591
- "description": "An accessibility label for this item.",
56592
- "name": "aria-label",
56705
+ "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
56706
+ "name": "triggerRef",
56593
56707
  "parent": {
56594
56708
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56595
- "name": "ListBoxItemProps"
56709
+ "name": "TooltipProps"
56596
56710
  },
56597
56711
  "declarations": [
56598
56712
  {
56599
56713
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56600
- "name": "ListBoxItemProps"
56714
+ "name": "TooltipProps"
56715
+ }
56716
+ ],
56717
+ "required": false,
56718
+ "type": {
56719
+ "name": "RefObject<Element | null>"
56720
+ }
56721
+ },
56722
+ "isEntering": {
56723
+ "defaultValue": null,
56724
+ "description": "Whether the tooltip is currently performing an entry animation.",
56725
+ "name": "isEntering",
56726
+ "parent": {
56727
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56728
+ "name": "TooltipProps"
56729
+ },
56730
+ "declarations": [
56731
+ {
56732
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56733
+ "name": "TooltipProps"
56734
+ }
56735
+ ],
56736
+ "required": false,
56737
+ "type": {
56738
+ "name": "boolean"
56739
+ }
56740
+ },
56741
+ "isExiting": {
56742
+ "defaultValue": null,
56743
+ "description": "Whether the tooltip is currently performing an exit animation.",
56744
+ "name": "isExiting",
56745
+ "parent": {
56746
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56747
+ "name": "TooltipProps"
56748
+ },
56749
+ "declarations": [
56750
+ {
56751
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56752
+ "name": "TooltipProps"
56753
+ }
56754
+ ],
56755
+ "required": false,
56756
+ "type": {
56757
+ "name": "boolean"
56758
+ }
56759
+ },
56760
+ "UNSTABLE_portalContainer": {
56761
+ "defaultValue": {
56762
+ "value": "document.body"
56763
+ },
56764
+ "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
56765
+ "name": "UNSTABLE_portalContainer",
56766
+ "parent": {
56767
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56768
+ "name": "TooltipProps"
56769
+ },
56770
+ "declarations": [
56771
+ {
56772
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56773
+ "name": "TooltipProps"
56774
+ }
56775
+ ],
56776
+ "required": false,
56777
+ "type": {
56778
+ "name": "Element"
56779
+ }
56780
+ },
56781
+ "placement": {
56782
+ "defaultValue": {
56783
+ "value": "'bottom'"
56784
+ },
56785
+ "description": "The placement of the element with respect to its anchor element.",
56786
+ "name": "placement",
56787
+ "parent": {
56788
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56789
+ "name": "PositionProps"
56790
+ },
56791
+ "declarations": [
56792
+ {
56793
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56794
+ "name": "PositionProps"
56795
+ }
56796
+ ],
56797
+ "required": false,
56798
+ "type": {
56799
+ "name": "Placement"
56800
+ }
56801
+ },
56802
+ "containerPadding": {
56803
+ "defaultValue": {
56804
+ "value": "12"
56805
+ },
56806
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
56807
+ "name": "containerPadding",
56808
+ "parent": {
56809
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56810
+ "name": "PositionProps"
56811
+ },
56812
+ "declarations": [
56813
+ {
56814
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56815
+ "name": "PositionProps"
56816
+ }
56817
+ ],
56818
+ "required": false,
56819
+ "type": {
56820
+ "name": "number"
56821
+ }
56822
+ },
56823
+ "offset": {
56824
+ "defaultValue": {
56825
+ "value": "8"
56826
+ },
56827
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
56828
+ "name": "offset",
56829
+ "parent": {
56830
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56831
+ "name": "PopoverProps"
56832
+ },
56833
+ "declarations": [
56834
+ {
56835
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56836
+ "name": "PopoverProps"
56837
+ }
56838
+ ],
56839
+ "required": false,
56840
+ "type": {
56841
+ "name": "number"
56842
+ }
56843
+ },
56844
+ "crossOffset": {
56845
+ "defaultValue": {
56846
+ "value": "0"
56847
+ },
56848
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
56849
+ "name": "crossOffset",
56850
+ "parent": {
56851
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56852
+ "name": "PositionProps"
56853
+ },
56854
+ "declarations": [
56855
+ {
56856
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56857
+ "name": "PositionProps"
56858
+ }
56859
+ ],
56860
+ "required": false,
56861
+ "type": {
56862
+ "name": "number"
56863
+ }
56864
+ },
56865
+ "shouldFlip": {
56866
+ "defaultValue": {
56867
+ "value": "true"
56868
+ },
56869
+ "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
56870
+ "name": "shouldFlip",
56871
+ "parent": {
56872
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56873
+ "name": "PositionProps"
56874
+ },
56875
+ "declarations": [
56876
+ {
56877
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56878
+ "name": "PositionProps"
56879
+ }
56880
+ ],
56881
+ "required": false,
56882
+ "type": {
56883
+ "name": "boolean"
56884
+ }
56885
+ },
56886
+ "isOpen": {
56887
+ "defaultValue": null,
56888
+ "description": "Whether the element is rendered.",
56889
+ "name": "isOpen",
56890
+ "parent": {
56891
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56892
+ "name": "PositionProps"
56893
+ },
56894
+ "declarations": [
56895
+ {
56896
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56897
+ "name": "PositionProps"
56898
+ }
56899
+ ],
56900
+ "required": false,
56901
+ "type": {
56902
+ "name": "boolean"
56903
+ }
56904
+ },
56905
+ "defaultOpen": {
56906
+ "defaultValue": null,
56907
+ "description": "Whether the overlay is open by default (uncontrolled).",
56908
+ "name": "defaultOpen",
56909
+ "parent": {
56910
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56911
+ "name": "OverlayTriggerProps"
56912
+ },
56913
+ "declarations": [
56914
+ {
56915
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56916
+ "name": "OverlayTriggerProps"
56917
+ }
56918
+ ],
56919
+ "required": false,
56920
+ "type": {
56921
+ "name": "boolean"
56922
+ }
56923
+ },
56924
+ "onOpenChange": {
56925
+ "defaultValue": null,
56926
+ "description": "Handler that is called when the overlay's open state changes.",
56927
+ "name": "onOpenChange",
56928
+ "parent": {
56929
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56930
+ "name": "OverlayTriggerProps"
56931
+ },
56932
+ "declarations": [
56933
+ {
56934
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56935
+ "name": "OverlayTriggerProps"
56936
+ }
56937
+ ],
56938
+ "required": false,
56939
+ "type": {
56940
+ "name": "((isOpen: boolean) => void)"
56941
+ }
56942
+ },
56943
+ "aria-label": {
56944
+ "defaultValue": null,
56945
+ "description": "Defines a string value that labels the current element.",
56946
+ "name": "aria-label",
56947
+ "parent": {
56948
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56949
+ "name": "AriaLabelingProps"
56950
+ },
56951
+ "declarations": [
56952
+ {
56953
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56954
+ "name": "AriaLabelingProps"
56955
+ }
56956
+ ],
56957
+ "required": false,
56958
+ "type": {
56959
+ "name": "string"
56960
+ }
56961
+ },
56962
+ "aria-labelledby": {
56963
+ "defaultValue": null,
56964
+ "description": "Identifies the element (or elements) that labels the current element.",
56965
+ "name": "aria-labelledby",
56966
+ "parent": {
56967
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56968
+ "name": "AriaLabelingProps"
56969
+ },
56970
+ "declarations": [
56971
+ {
56972
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56973
+ "name": "AriaLabelingProps"
56974
+ }
56975
+ ],
56976
+ "required": false,
56977
+ "type": {
56978
+ "name": "string"
56979
+ }
56980
+ },
56981
+ "aria-describedby": {
56982
+ "defaultValue": null,
56983
+ "description": "Identifies the element (or elements) that describes the object.",
56984
+ "name": "aria-describedby",
56985
+ "parent": {
56986
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56987
+ "name": "AriaLabelingProps"
56988
+ },
56989
+ "declarations": [
56990
+ {
56991
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56992
+ "name": "AriaLabelingProps"
56993
+ }
56994
+ ],
56995
+ "required": false,
56996
+ "type": {
56997
+ "name": "string"
56998
+ }
56999
+ },
57000
+ "aria-details": {
57001
+ "defaultValue": null,
57002
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
57003
+ "name": "aria-details",
57004
+ "parent": {
57005
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57006
+ "name": "AriaLabelingProps"
57007
+ },
57008
+ "declarations": [
57009
+ {
57010
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57011
+ "name": "AriaLabelingProps"
56601
57012
  }
56602
57013
  ],
56603
57014
  "required": false,
@@ -56740,21 +57151,21 @@
56740
57151
  },
56741
57152
  "onClick": {
56742
57153
  "defaultValue": null,
56743
- "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.",
57154
+ "description": "",
56744
57155
  "name": "onClick",
56745
57156
  "parent": {
56746
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
56747
- "name": "PressEvents"
57157
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57158
+ "name": "GlobalDOMEvents"
56748
57159
  },
56749
57160
  "declarations": [
56750
57161
  {
56751
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
56752
- "name": "PressEvents"
57162
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57163
+ "name": "GlobalDOMEvents"
56753
57164
  }
56754
57165
  ],
56755
57166
  "required": false,
56756
57167
  "type": {
56757
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
57168
+ "name": "MouseEventHandler<HTMLDivElement>"
56758
57169
  }
56759
57170
  },
56760
57171
  "onClickCapture": {
@@ -57954,365 +58365,202 @@
57954
58365
  "name": "TransitionEventHandler<HTMLDivElement>"
57955
58366
  }
57956
58367
  },
57957
- "isDisabled": {
58368
+ "slot": {
57958
58369
  "defaultValue": null,
57959
- "description": "Whether the item is disabled.",
57960
- "name": "isDisabled",
58370
+ "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.",
58371
+ "name": "slot",
57961
58372
  "parent": {
57962
58373
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
57963
- "name": "ListBoxItemProps"
58374
+ "name": "SlotProps"
57964
58375
  },
57965
58376
  "declarations": [
57966
58377
  {
57967
58378
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
57968
- "name": "ListBoxItemProps"
57969
- }
57970
- ],
57971
- "required": false,
57972
- "type": {
57973
- "name": "boolean"
57974
- }
57975
- },
57976
- "rel": {
57977
- "defaultValue": null,
57978
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
57979
- "name": "rel",
57980
- "parent": {
57981
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57982
- "name": "LinkDOMProps"
57983
- },
57984
- "declarations": [
57985
- {
57986
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57987
- "name": "LinkDOMProps"
57988
- }
57989
- ],
57990
- "required": false,
57991
- "type": {
57992
- "name": "string"
57993
- }
57994
- },
57995
- "onHoverStart": {
57996
- "defaultValue": null,
57997
- "description": "Handler that is called when a hover interaction starts.",
57998
- "name": "onHoverStart",
57999
- "parent": {
58000
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58001
- "name": "HoverEvents"
58002
- },
58003
- "declarations": [
58004
- {
58005
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58006
- "name": "HoverEvents"
58007
- }
58008
- ],
58009
- "required": false,
58010
- "type": {
58011
- "name": "((e: HoverEvent) => void)"
58012
- }
58013
- },
58014
- "onHoverEnd": {
58015
- "defaultValue": null,
58016
- "description": "Handler that is called when a hover interaction ends.",
58017
- "name": "onHoverEnd",
58018
- "parent": {
58019
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58020
- "name": "HoverEvents"
58021
- },
58022
- "declarations": [
58023
- {
58024
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58025
- "name": "HoverEvents"
58026
- }
58027
- ],
58028
- "required": false,
58029
- "type": {
58030
- "name": "((e: HoverEvent) => void)"
58031
- }
58032
- },
58033
- "onHoverChange": {
58034
- "defaultValue": null,
58035
- "description": "Handler that is called when the hover state changes.",
58036
- "name": "onHoverChange",
58037
- "parent": {
58038
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58039
- "name": "HoverEvents"
58040
- },
58041
- "declarations": [
58042
- {
58043
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58044
- "name": "HoverEvents"
58045
- }
58046
- ],
58047
- "required": false,
58048
- "type": {
58049
- "name": "((isHovering: boolean) => void)"
58050
- }
58051
- },
58052
- "target": {
58053
- "defaultValue": null,
58054
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
58055
- "name": "target",
58056
- "parent": {
58057
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58058
- "name": "LinkDOMProps"
58059
- },
58060
- "declarations": [
58061
- {
58062
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58063
- "name": "LinkDOMProps"
58379
+ "name": "SlotProps"
58064
58380
  }
58065
58381
  ],
58066
58382
  "required": false,
58067
58383
  "type": {
58068
- "name": "HTMLAttributeAnchorTarget"
58384
+ "name": "string | null"
58069
58385
  }
58070
58386
  },
58071
- "textValue": {
58072
- "defaultValue": null,
58073
- "description": "A string representation of the item's contents, used for features like typeahead.",
58074
- "name": "textValue",
58075
- "parent": {
58076
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58077
- "name": "ListBoxItemProps"
58387
+ "boundaryElement": {
58388
+ "defaultValue": {
58389
+ "value": "document.body"
58078
58390
  },
58079
- "declarations": [
58080
- {
58081
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58082
- "name": "ListBoxItemProps"
58083
- }
58084
- ],
58085
- "required": false,
58086
- "type": {
58087
- "name": "string"
58088
- }
58089
- },
58090
- "onAction": {
58091
- "defaultValue": null,
58092
- "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.",
58093
- "name": "onAction",
58391
+ "description": "Element that that serves as the positioning boundary.",
58392
+ "name": "boundaryElement",
58094
58393
  "parent": {
58095
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58096
- "name": "ListBoxItemProps"
58394
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58395
+ "name": "AriaPositionProps"
58097
58396
  },
58098
58397
  "declarations": [
58099
58398
  {
58100
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58101
- "name": "ListBoxItemProps"
58399
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58400
+ "name": "AriaPositionProps"
58102
58401
  }
58103
58402
  ],
58104
58403
  "required": false,
58105
58404
  "type": {
58106
- "name": "(() => void)"
58405
+ "name": "Element"
58107
58406
  }
58108
58407
  },
58109
- "href": {
58408
+ "arrowRef": {
58110
58409
  "defaultValue": null,
58111
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
58112
- "name": "href",
58410
+ "description": "A ref for the popover arrow element.",
58411
+ "name": "arrowRef",
58113
58412
  "parent": {
58114
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58115
- "name": "LinkDOMProps"
58413
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58414
+ "name": "AriaPopoverProps"
58116
58415
  },
58117
58416
  "declarations": [
58118
58417
  {
58119
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58120
- "name": "LinkDOMProps"
58418
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58419
+ "name": "AriaPopoverProps"
58121
58420
  }
58122
58421
  ],
58123
58422
  "required": false,
58124
58423
  "type": {
58125
- "name": "string"
58424
+ "name": "RefObject<Element | null>"
58126
58425
  }
58127
58426
  },
58128
- "hrefLang": {
58129
- "defaultValue": null,
58130
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
58131
- "name": "hrefLang",
58132
- "parent": {
58133
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58134
- "name": "LinkDOMProps"
58427
+ "scrollRef": {
58428
+ "defaultValue": {
58429
+ "value": "overlayRef"
58135
58430
  },
58136
- "declarations": [
58137
- {
58138
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58139
- "name": "LinkDOMProps"
58140
- }
58141
- ],
58142
- "required": false,
58143
- "type": {
58144
- "name": "string"
58145
- }
58146
- },
58147
- "download": {
58148
- "defaultValue": null,
58149
- "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).",
58150
- "name": "download",
58431
+ "description": "A ref for the scrollable region within the overlay.",
58432
+ "name": "scrollRef",
58151
58433
  "parent": {
58152
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58153
- "name": "LinkDOMProps"
58434
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58435
+ "name": "AriaPositionProps"
58154
58436
  },
58155
58437
  "declarations": [
58156
58438
  {
58157
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58158
- "name": "LinkDOMProps"
58439
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58440
+ "name": "AriaPositionProps"
58159
58441
  }
58160
58442
  ],
58161
58443
  "required": false,
58162
58444
  "type": {
58163
- "name": "string | boolean"
58445
+ "name": "RefObject<Element | null>"
58164
58446
  }
58165
58447
  },
58166
- "ping": {
58167
- "defaultValue": null,
58168
- "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).",
58169
- "name": "ping",
58170
- "parent": {
58171
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58172
- "name": "LinkDOMProps"
58448
+ "shouldUpdatePosition": {
58449
+ "defaultValue": {
58450
+ "value": "true"
58173
58451
  },
58174
- "declarations": [
58175
- {
58176
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58177
- "name": "LinkDOMProps"
58178
- }
58179
- ],
58180
- "required": false,
58181
- "type": {
58182
- "name": "string"
58183
- }
58184
- },
58185
- "referrerPolicy": {
58186
- "defaultValue": null,
58187
- "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).",
58188
- "name": "referrerPolicy",
58452
+ "description": "Whether the overlay should update its position automatically.",
58453
+ "name": "shouldUpdatePosition",
58189
58454
  "parent": {
58190
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58191
- "name": "LinkDOMProps"
58455
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58456
+ "name": "AriaPositionProps"
58192
58457
  },
58193
58458
  "declarations": [
58194
58459
  {
58195
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58196
- "name": "LinkDOMProps"
58460
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58461
+ "name": "AriaPositionProps"
58197
58462
  }
58198
58463
  ],
58199
58464
  "required": false,
58200
58465
  "type": {
58201
- "name": "HTMLAttributeReferrerPolicy"
58466
+ "name": "boolean"
58202
58467
  }
58203
58468
  },
58204
- "routerOptions": {
58469
+ "maxHeight": {
58205
58470
  "defaultValue": null,
58206
- "description": "Options for the configured client side router.",
58207
- "name": "routerOptions",
58471
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
58472
+ "name": "maxHeight",
58208
58473
  "parent": {
58209
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58210
- "name": "LinkDOMProps"
58474
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58475
+ "name": "AriaPositionProps"
58211
58476
  },
58212
58477
  "declarations": [
58213
58478
  {
58214
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58215
- "name": "LinkDOMProps"
58479
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58480
+ "name": "AriaPositionProps"
58216
58481
  }
58217
58482
  ],
58218
58483
  "required": false,
58219
58484
  "type": {
58220
- "name": "undefined"
58485
+ "name": "number"
58221
58486
  }
58222
58487
  },
58223
- "onPress": {
58488
+ "isNonModal": {
58224
58489
  "defaultValue": null,
58225
- "description": "Handler that is called when the press is released over the target.",
58226
- "name": "onPress",
58490
+ "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
58491
+ "name": "isNonModal",
58227
58492
  "parent": {
58228
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58229
- "name": "PressEvents"
58493
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58494
+ "name": "AriaPopoverProps"
58230
58495
  },
58231
58496
  "declarations": [
58232
58497
  {
58233
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58234
- "name": "PressEvents"
58498
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58499
+ "name": "AriaPopoverProps"
58235
58500
  }
58236
58501
  ],
58237
58502
  "required": false,
58238
58503
  "type": {
58239
- "name": "((e: PressEvent) => void)"
58504
+ "name": "boolean"
58240
58505
  }
58241
58506
  },
58242
- "onPressStart": {
58243
- "defaultValue": null,
58244
- "description": "Handler that is called when a press interaction starts.",
58245
- "name": "onPressStart",
58246
- "parent": {
58247
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58248
- "name": "PressEvents"
58507
+ "isKeyboardDismissDisabled": {
58508
+ "defaultValue": {
58509
+ "value": "false"
58249
58510
  },
58250
- "declarations": [
58251
- {
58252
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58253
- "name": "PressEvents"
58254
- }
58255
- ],
58256
- "required": false,
58257
- "type": {
58258
- "name": "((e: PressEvent) => void)"
58259
- }
58260
- },
58261
- "onPressEnd": {
58262
- "defaultValue": null,
58263
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
58264
- "name": "onPressEnd",
58511
+ "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
58512
+ "name": "isKeyboardDismissDisabled",
58265
58513
  "parent": {
58266
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58267
- "name": "PressEvents"
58514
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58515
+ "name": "AriaPopoverProps"
58268
58516
  },
58269
58517
  "declarations": [
58270
58518
  {
58271
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58272
- "name": "PressEvents"
58519
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58520
+ "name": "AriaPopoverProps"
58273
58521
  }
58274
58522
  ],
58275
58523
  "required": false,
58276
58524
  "type": {
58277
- "name": "((e: PressEvent) => void)"
58525
+ "name": "boolean"
58278
58526
  }
58279
58527
  },
58280
- "onPressChange": {
58528
+ "shouldCloseOnInteractOutside": {
58281
58529
  "defaultValue": null,
58282
- "description": "Handler that is called when the press state changes.",
58283
- "name": "onPressChange",
58530
+ "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
58531
+ "name": "shouldCloseOnInteractOutside",
58284
58532
  "parent": {
58285
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58286
- "name": "PressEvents"
58533
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58534
+ "name": "AriaPopoverProps"
58287
58535
  },
58288
58536
  "declarations": [
58289
58537
  {
58290
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58291
- "name": "PressEvents"
58538
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58539
+ "name": "AriaPopoverProps"
58292
58540
  }
58293
58541
  ],
58294
58542
  "required": false,
58295
58543
  "type": {
58296
- "name": "((isPressed: boolean) => void)"
58544
+ "name": "((element: Element) => boolean)"
58297
58545
  }
58298
58546
  },
58299
- "onPressUp": {
58547
+ "trigger": {
58300
58548
  "defaultValue": null,
58301
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
58302
- "name": "onPressUp",
58549
+ "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
58550
+ "name": "trigger",
58303
58551
  "parent": {
58304
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58305
- "name": "PressEvents"
58552
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58553
+ "name": "PopoverProps"
58306
58554
  },
58307
58555
  "declarations": [
58308
58556
  {
58309
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58310
- "name": "PressEvents"
58557
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58558
+ "name": "PopoverProps"
58311
58559
  }
58312
58560
  ],
58313
58561
  "required": false,
58314
58562
  "type": {
58315
- "name": "((e: PressEvent) => void)"
58563
+ "name": "string"
58316
58564
  }
58317
58565
  },
58318
58566
  "children": {
@@ -58409,119 +58657,26 @@
58409
58657
  }
58410
58658
  },
58411
58659
  {
58412
- "tags": {},
58413
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
58660
+ "tags": {
58661
+ "flr-generate": "all"
58662
+ },
58663
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
58414
58664
  "description": "",
58415
- "displayName": "Options",
58665
+ "displayName": "Option",
58416
58666
  "methods": [],
58417
58667
  "props": {
58418
- "controller": {
58419
- "defaultValue": null,
58420
- "description": "An overlay controller to control the popover state.",
58421
- "name": "controller",
58422
- "parent": {
58423
- "fileName": "components/src/components/Options/Options.tsx",
58424
- "name": "OptionsProps"
58425
- },
58426
- "declarations": [
58427
- {
58428
- "fileName": "components/src/components/Options/Options.tsx",
58429
- "name": "OptionsProps"
58430
- }
58431
- ],
58432
- "required": true,
58433
- "type": {
58434
- "name": "OverlayController"
58435
- }
58436
- },
58437
- "onAction": {
58438
- "defaultValue": null,
58439
- "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.",
58440
- "name": "onAction",
58441
- "parent": {
58442
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
58443
- "name": "AriaListBoxProps"
58444
- },
58445
- "declarations": [
58446
- {
58447
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
58448
- "name": "AriaListBoxProps"
58449
- }
58450
- ],
58451
- "required": false,
58452
- "type": {
58453
- "name": "((key: Key) => void)"
58454
- }
58455
- },
58456
- "renderEmptyState": {
58457
- "defaultValue": null,
58458
- "description": "Provides content to display when there are no items in the list.",
58459
- "name": "renderEmptyState",
58460
- "parent": {
58461
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58462
- "name": "ListBoxProps"
58463
- },
58464
- "declarations": [
58465
- {
58466
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58467
- "name": "ListBoxProps"
58468
- }
58469
- ],
58470
- "required": false,
58471
- "type": {
58472
- "name": "((props: ListBoxRenderProps) => ReactNode)"
58473
- }
58474
- },
58475
- "withTip": {
58476
- "defaultValue": null,
58477
- "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
58478
- "name": "withTip",
58479
- "parent": {
58480
- "fileName": "components/src/components/Popover/Popover.tsx",
58481
- "name": "PopoverProps"
58482
- },
58483
- "declarations": [
58484
- {
58485
- "fileName": "components/src/components/Popover/Popover.tsx",
58486
- "name": "PopoverProps"
58487
- }
58488
- ],
58489
- "required": false,
58490
- "type": {
58491
- "name": "boolean"
58492
- }
58493
- },
58494
- "isDialogContent": {
58495
- "defaultValue": null,
58496
- "description": "Whether the popover contains a dialog.",
58497
- "name": "isDialogContent",
58498
- "parent": {
58499
- "fileName": "components/src/components/Popover/Popover.tsx",
58500
- "name": "PopoverProps"
58501
- },
58502
- "declarations": [
58503
- {
58504
- "fileName": "components/src/components/Popover/Popover.tsx",
58505
- "name": "PopoverProps"
58506
- }
58507
- ],
58508
- "required": false,
58509
- "type": {
58510
- "name": "boolean"
58511
- }
58512
- },
58513
- "width": {
58668
+ "value": {
58514
58669
  "defaultValue": null,
58515
- "description": "A fixed width for the popover.",
58516
- "name": "width",
58670
+ "description": "",
58671
+ "name": "value",
58517
58672
  "parent": {
58518
- "fileName": "components/src/components/Popover/Popover.tsx",
58519
- "name": "PopoverProps"
58673
+ "fileName": "components/src/components/Option/Option.tsx",
58674
+ "name": "OptionProps"
58520
58675
  },
58521
58676
  "declarations": [
58522
58677
  {
58523
- "fileName": "components/src/components/Popover/Popover.tsx",
58524
- "name": "PopoverProps"
58678
+ "fileName": "components/src/components/Option/Option.tsx",
58679
+ "name": "OptionProps"
58525
58680
  }
58526
58681
  ],
58527
58682
  "required": false,
@@ -58529,336 +58684,18 @@
58529
58684
  "name": "string | number"
58530
58685
  }
58531
58686
  },
58532
- "arrowBoundaryOffset": {
58533
- "defaultValue": {
58534
- "value": "0"
58535
- },
58536
- "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
58537
- "name": "arrowBoundaryOffset",
58538
- "parent": {
58539
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58540
- "name": "AriaPositionProps"
58541
- },
58542
- "declarations": [
58543
- {
58544
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58545
- "name": "AriaPositionProps"
58546
- }
58547
- ],
58548
- "required": false,
58549
- "type": {
58550
- "name": "number"
58551
- }
58552
- },
58553
- "triggerRef": {
58554
- "defaultValue": null,
58555
- "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
58556
- "name": "triggerRef",
58557
- "parent": {
58558
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58559
- "name": "TooltipProps"
58560
- },
58561
- "declarations": [
58562
- {
58563
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58564
- "name": "TooltipProps"
58565
- }
58566
- ],
58567
- "required": false,
58568
- "type": {
58569
- "name": "RefObject<Element | null>"
58570
- }
58571
- },
58572
- "isEntering": {
58573
- "defaultValue": null,
58574
- "description": "Whether the tooltip is currently performing an entry animation.",
58575
- "name": "isEntering",
58576
- "parent": {
58577
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58578
- "name": "TooltipProps"
58579
- },
58580
- "declarations": [
58581
- {
58582
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58583
- "name": "TooltipProps"
58584
- }
58585
- ],
58586
- "required": false,
58587
- "type": {
58588
- "name": "boolean"
58589
- }
58590
- },
58591
- "isExiting": {
58592
- "defaultValue": null,
58593
- "description": "Whether the tooltip is currently performing an exit animation.",
58594
- "name": "isExiting",
58595
- "parent": {
58596
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58597
- "name": "TooltipProps"
58598
- },
58599
- "declarations": [
58600
- {
58601
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58602
- "name": "TooltipProps"
58603
- }
58604
- ],
58605
- "required": false,
58606
- "type": {
58607
- "name": "boolean"
58608
- }
58609
- },
58610
- "UNSTABLE_portalContainer": {
58611
- "defaultValue": {
58612
- "value": "document.body"
58613
- },
58614
- "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
58615
- "name": "UNSTABLE_portalContainer",
58616
- "parent": {
58617
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58618
- "name": "TooltipProps"
58619
- },
58620
- "declarations": [
58621
- {
58622
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58623
- "name": "TooltipProps"
58624
- }
58625
- ],
58626
- "required": false,
58627
- "type": {
58628
- "name": "Element"
58629
- }
58630
- },
58631
- "placement": {
58632
- "defaultValue": {
58633
- "value": "'bottom'"
58634
- },
58635
- "description": "The placement of the element with respect to its anchor element.",
58636
- "name": "placement",
58637
- "parent": {
58638
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58639
- "name": "PositionProps"
58640
- },
58641
- "declarations": [
58642
- {
58643
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58644
- "name": "PositionProps"
58645
- }
58646
- ],
58647
- "required": false,
58648
- "type": {
58649
- "name": "Placement"
58650
- }
58651
- },
58652
- "containerPadding": {
58653
- "defaultValue": {
58654
- "value": "12"
58655
- },
58656
- "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
58657
- "name": "containerPadding",
58658
- "parent": {
58659
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58660
- "name": "PositionProps"
58661
- },
58662
- "declarations": [
58663
- {
58664
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58665
- "name": "PositionProps"
58666
- }
58667
- ],
58668
- "required": false,
58669
- "type": {
58670
- "name": "number"
58671
- }
58672
- },
58673
- "offset": {
58674
- "defaultValue": {
58675
- "value": "8"
58676
- },
58677
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
58678
- "name": "offset",
58679
- "parent": {
58680
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58681
- "name": "PopoverProps"
58682
- },
58683
- "declarations": [
58684
- {
58685
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58686
- "name": "PopoverProps"
58687
- }
58688
- ],
58689
- "required": false,
58690
- "type": {
58691
- "name": "number"
58692
- }
58693
- },
58694
- "crossOffset": {
58695
- "defaultValue": {
58696
- "value": "0"
58697
- },
58698
- "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
58699
- "name": "crossOffset",
58700
- "parent": {
58701
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58702
- "name": "PositionProps"
58703
- },
58704
- "declarations": [
58705
- {
58706
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58707
- "name": "PositionProps"
58708
- }
58709
- ],
58710
- "required": false,
58711
- "type": {
58712
- "name": "number"
58713
- }
58714
- },
58715
- "shouldFlip": {
58716
- "defaultValue": {
58717
- "value": "true"
58718
- },
58719
- "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
58720
- "name": "shouldFlip",
58721
- "parent": {
58722
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58723
- "name": "PositionProps"
58724
- },
58725
- "declarations": [
58726
- {
58727
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58728
- "name": "PositionProps"
58729
- }
58730
- ],
58731
- "required": false,
58732
- "type": {
58733
- "name": "boolean"
58734
- }
58735
- },
58736
- "isOpen": {
58737
- "defaultValue": null,
58738
- "description": "Whether the element is rendered.",
58739
- "name": "isOpen",
58740
- "parent": {
58741
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58742
- "name": "PositionProps"
58743
- },
58744
- "declarations": [
58745
- {
58746
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58747
- "name": "PositionProps"
58748
- }
58749
- ],
58750
- "required": false,
58751
- "type": {
58752
- "name": "boolean"
58753
- }
58754
- },
58755
- "defaultOpen": {
58756
- "defaultValue": null,
58757
- "description": "Whether the overlay is open by default (uncontrolled).",
58758
- "name": "defaultOpen",
58759
- "parent": {
58760
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58761
- "name": "OverlayTriggerProps"
58762
- },
58763
- "declarations": [
58764
- {
58765
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58766
- "name": "OverlayTriggerProps"
58767
- }
58768
- ],
58769
- "required": false,
58770
- "type": {
58771
- "name": "boolean"
58772
- }
58773
- },
58774
- "onOpenChange": {
58775
- "defaultValue": null,
58776
- "description": "Handler that is called when the overlay's open state changes.",
58777
- "name": "onOpenChange",
58778
- "parent": {
58779
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58780
- "name": "OverlayTriggerProps"
58781
- },
58782
- "declarations": [
58783
- {
58784
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58785
- "name": "OverlayTriggerProps"
58786
- }
58787
- ],
58788
- "required": false,
58789
- "type": {
58790
- "name": "((isOpen: boolean) => void)"
58791
- }
58792
- },
58793
58687
  "aria-label": {
58794
58688
  "defaultValue": null,
58795
- "description": "Defines a string value that labels the current element.",
58689
+ "description": "An accessibility label for this item.",
58796
58690
  "name": "aria-label",
58797
58691
  "parent": {
58798
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58799
- "name": "AriaLabelingProps"
58800
- },
58801
- "declarations": [
58802
- {
58803
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58804
- "name": "AriaLabelingProps"
58805
- }
58806
- ],
58807
- "required": false,
58808
- "type": {
58809
- "name": "string"
58810
- }
58811
- },
58812
- "aria-labelledby": {
58813
- "defaultValue": null,
58814
- "description": "Identifies the element (or elements) that labels the current element.",
58815
- "name": "aria-labelledby",
58816
- "parent": {
58817
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58818
- "name": "AriaLabelingProps"
58819
- },
58820
- "declarations": [
58821
- {
58822
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58823
- "name": "AriaLabelingProps"
58824
- }
58825
- ],
58826
- "required": false,
58827
- "type": {
58828
- "name": "string"
58829
- }
58830
- },
58831
- "aria-describedby": {
58832
- "defaultValue": null,
58833
- "description": "Identifies the element (or elements) that describes the object.",
58834
- "name": "aria-describedby",
58835
- "parent": {
58836
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58837
- "name": "AriaLabelingProps"
58838
- },
58839
- "declarations": [
58840
- {
58841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58842
- "name": "AriaLabelingProps"
58843
- }
58844
- ],
58845
- "required": false,
58846
- "type": {
58847
- "name": "string"
58848
- }
58849
- },
58850
- "aria-details": {
58851
- "defaultValue": null,
58852
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
58853
- "name": "aria-details",
58854
- "parent": {
58855
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58856
- "name": "AriaLabelingProps"
58692
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58693
+ "name": "ListBoxItemProps"
58857
58694
  },
58858
58695
  "declarations": [
58859
58696
  {
58860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58861
- "name": "AriaLabelingProps"
58697
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58698
+ "name": "ListBoxItemProps"
58862
58699
  }
58863
58700
  ],
58864
58701
  "required": false,
@@ -59001,21 +58838,21 @@
59001
58838
  },
59002
58839
  "onClick": {
59003
58840
  "defaultValue": null,
59004
- "description": "",
58841
+ "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.",
59005
58842
  "name": "onClick",
59006
58843
  "parent": {
59007
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
59008
- "name": "GlobalDOMEvents"
58844
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58845
+ "name": "PressEvents"
59009
58846
  },
59010
58847
  "declarations": [
59011
58848
  {
59012
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
59013
- "name": "GlobalDOMEvents"
58849
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58850
+ "name": "PressEvents"
59014
58851
  }
59015
58852
  ],
59016
58853
  "required": false,
59017
58854
  "type": {
59018
- "name": "MouseEventHandler<HTMLDivElement>"
58855
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
59019
58856
  }
59020
58857
  },
59021
58858
  "onClickCapture": {
@@ -60215,202 +60052,365 @@
60215
60052
  "name": "TransitionEventHandler<HTMLDivElement>"
60216
60053
  }
60217
60054
  },
60218
- "slot": {
60055
+ "isDisabled": {
60219
60056
  "defaultValue": null,
60220
- "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.",
60221
- "name": "slot",
60057
+ "description": "Whether the item is disabled.",
60058
+ "name": "isDisabled",
60222
60059
  "parent": {
60223
60060
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60224
- "name": "SlotProps"
60061
+ "name": "ListBoxItemProps"
60225
60062
  },
60226
60063
  "declarations": [
60227
60064
  {
60228
60065
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60229
- "name": "SlotProps"
60066
+ "name": "ListBoxItemProps"
60230
60067
  }
60231
60068
  ],
60232
60069
  "required": false,
60233
60070
  "type": {
60234
- "name": "string | null"
60071
+ "name": "boolean"
60235
60072
  }
60236
60073
  },
60237
- "boundaryElement": {
60238
- "defaultValue": {
60239
- "value": "document.body"
60074
+ "rel": {
60075
+ "defaultValue": null,
60076
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
60077
+ "name": "rel",
60078
+ "parent": {
60079
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60080
+ "name": "LinkDOMProps"
60240
60081
  },
60241
- "description": "Element that that serves as the positioning boundary.",
60242
- "name": "boundaryElement",
60082
+ "declarations": [
60083
+ {
60084
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60085
+ "name": "LinkDOMProps"
60086
+ }
60087
+ ],
60088
+ "required": false,
60089
+ "type": {
60090
+ "name": "string"
60091
+ }
60092
+ },
60093
+ "onHoverStart": {
60094
+ "defaultValue": null,
60095
+ "description": "Handler that is called when a hover interaction starts.",
60096
+ "name": "onHoverStart",
60243
60097
  "parent": {
60244
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60245
- "name": "AriaPositionProps"
60098
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60099
+ "name": "HoverEvents"
60246
60100
  },
60247
60101
  "declarations": [
60248
60102
  {
60249
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60250
- "name": "AriaPositionProps"
60103
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60104
+ "name": "HoverEvents"
60251
60105
  }
60252
60106
  ],
60253
60107
  "required": false,
60254
60108
  "type": {
60255
- "name": "Element"
60109
+ "name": "((e: HoverEvent) => void)"
60256
60110
  }
60257
60111
  },
60258
- "arrowRef": {
60112
+ "onHoverEnd": {
60259
60113
  "defaultValue": null,
60260
- "description": "A ref for the popover arrow element.",
60261
- "name": "arrowRef",
60114
+ "description": "Handler that is called when a hover interaction ends.",
60115
+ "name": "onHoverEnd",
60262
60116
  "parent": {
60263
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60264
- "name": "AriaPopoverProps"
60117
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60118
+ "name": "HoverEvents"
60265
60119
  },
60266
60120
  "declarations": [
60267
60121
  {
60268
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60269
- "name": "AriaPopoverProps"
60122
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60123
+ "name": "HoverEvents"
60270
60124
  }
60271
60125
  ],
60272
60126
  "required": false,
60273
60127
  "type": {
60274
- "name": "RefObject<Element | null>"
60128
+ "name": "((e: HoverEvent) => void)"
60275
60129
  }
60276
60130
  },
60277
- "scrollRef": {
60278
- "defaultValue": {
60279
- "value": "overlayRef"
60131
+ "onHoverChange": {
60132
+ "defaultValue": null,
60133
+ "description": "Handler that is called when the hover state changes.",
60134
+ "name": "onHoverChange",
60135
+ "parent": {
60136
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60137
+ "name": "HoverEvents"
60280
60138
  },
60281
- "description": "A ref for the scrollable region within the overlay.",
60282
- "name": "scrollRef",
60139
+ "declarations": [
60140
+ {
60141
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60142
+ "name": "HoverEvents"
60143
+ }
60144
+ ],
60145
+ "required": false,
60146
+ "type": {
60147
+ "name": "((isHovering: boolean) => void)"
60148
+ }
60149
+ },
60150
+ "target": {
60151
+ "defaultValue": null,
60152
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
60153
+ "name": "target",
60283
60154
  "parent": {
60284
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60285
- "name": "AriaPositionProps"
60155
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60156
+ "name": "LinkDOMProps"
60286
60157
  },
60287
60158
  "declarations": [
60288
60159
  {
60289
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60290
- "name": "AriaPositionProps"
60160
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60161
+ "name": "LinkDOMProps"
60291
60162
  }
60292
60163
  ],
60293
60164
  "required": false,
60294
60165
  "type": {
60295
- "name": "RefObject<Element | null>"
60166
+ "name": "HTMLAttributeAnchorTarget"
60296
60167
  }
60297
60168
  },
60298
- "shouldUpdatePosition": {
60299
- "defaultValue": {
60300
- "value": "true"
60169
+ "onAction": {
60170
+ "defaultValue": null,
60171
+ "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.",
60172
+ "name": "onAction",
60173
+ "parent": {
60174
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60175
+ "name": "ListBoxItemProps"
60301
60176
  },
60302
- "description": "Whether the overlay should update its position automatically.",
60303
- "name": "shouldUpdatePosition",
60177
+ "declarations": [
60178
+ {
60179
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60180
+ "name": "ListBoxItemProps"
60181
+ }
60182
+ ],
60183
+ "required": false,
60184
+ "type": {
60185
+ "name": "(() => void)"
60186
+ }
60187
+ },
60188
+ "textValue": {
60189
+ "defaultValue": null,
60190
+ "description": "A string representation of the item's contents, used for features like typeahead.",
60191
+ "name": "textValue",
60304
60192
  "parent": {
60305
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60306
- "name": "AriaPositionProps"
60193
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60194
+ "name": "ListBoxItemProps"
60307
60195
  },
60308
60196
  "declarations": [
60309
60197
  {
60310
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60311
- "name": "AriaPositionProps"
60198
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60199
+ "name": "ListBoxItemProps"
60312
60200
  }
60313
60201
  ],
60314
60202
  "required": false,
60315
60203
  "type": {
60316
- "name": "boolean"
60204
+ "name": "string"
60317
60205
  }
60318
60206
  },
60319
- "maxHeight": {
60207
+ "href": {
60320
60208
  "defaultValue": null,
60321
- "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
60322
- "name": "maxHeight",
60209
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
60210
+ "name": "href",
60323
60211
  "parent": {
60324
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60325
- "name": "AriaPositionProps"
60212
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60213
+ "name": "LinkDOMProps"
60326
60214
  },
60327
60215
  "declarations": [
60328
60216
  {
60329
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60330
- "name": "AriaPositionProps"
60217
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60218
+ "name": "LinkDOMProps"
60331
60219
  }
60332
60220
  ],
60333
60221
  "required": false,
60334
60222
  "type": {
60335
- "name": "number"
60223
+ "name": "string"
60336
60224
  }
60337
60225
  },
60338
- "isNonModal": {
60226
+ "hrefLang": {
60339
60227
  "defaultValue": null,
60340
- "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
60341
- "name": "isNonModal",
60228
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
60229
+ "name": "hrefLang",
60342
60230
  "parent": {
60343
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60344
- "name": "AriaPopoverProps"
60231
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60232
+ "name": "LinkDOMProps"
60345
60233
  },
60346
60234
  "declarations": [
60347
60235
  {
60348
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60349
- "name": "AriaPopoverProps"
60236
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60237
+ "name": "LinkDOMProps"
60350
60238
  }
60351
60239
  ],
60352
60240
  "required": false,
60353
60241
  "type": {
60354
- "name": "boolean"
60242
+ "name": "string"
60355
60243
  }
60356
60244
  },
60357
- "isKeyboardDismissDisabled": {
60358
- "defaultValue": {
60359
- "value": "false"
60245
+ "download": {
60246
+ "defaultValue": null,
60247
+ "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).",
60248
+ "name": "download",
60249
+ "parent": {
60250
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60251
+ "name": "LinkDOMProps"
60360
60252
  },
60361
- "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
60362
- "name": "isKeyboardDismissDisabled",
60253
+ "declarations": [
60254
+ {
60255
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60256
+ "name": "LinkDOMProps"
60257
+ }
60258
+ ],
60259
+ "required": false,
60260
+ "type": {
60261
+ "name": "string | boolean"
60262
+ }
60263
+ },
60264
+ "ping": {
60265
+ "defaultValue": null,
60266
+ "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).",
60267
+ "name": "ping",
60363
60268
  "parent": {
60364
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60365
- "name": "AriaPopoverProps"
60269
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60270
+ "name": "LinkDOMProps"
60366
60271
  },
60367
60272
  "declarations": [
60368
60273
  {
60369
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60370
- "name": "AriaPopoverProps"
60274
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60275
+ "name": "LinkDOMProps"
60371
60276
  }
60372
60277
  ],
60373
60278
  "required": false,
60374
60279
  "type": {
60375
- "name": "boolean"
60280
+ "name": "string"
60376
60281
  }
60377
60282
  },
60378
- "shouldCloseOnInteractOutside": {
60283
+ "referrerPolicy": {
60379
60284
  "defaultValue": null,
60380
- "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
60381
- "name": "shouldCloseOnInteractOutside",
60285
+ "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).",
60286
+ "name": "referrerPolicy",
60382
60287
  "parent": {
60383
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60384
- "name": "AriaPopoverProps"
60288
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60289
+ "name": "LinkDOMProps"
60385
60290
  },
60386
60291
  "declarations": [
60387
60292
  {
60388
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60389
- "name": "AriaPopoverProps"
60293
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60294
+ "name": "LinkDOMProps"
60390
60295
  }
60391
60296
  ],
60392
60297
  "required": false,
60393
60298
  "type": {
60394
- "name": "((element: Element) => boolean)"
60299
+ "name": "HTMLAttributeReferrerPolicy"
60395
60300
  }
60396
60301
  },
60397
- "trigger": {
60302
+ "routerOptions": {
60398
60303
  "defaultValue": null,
60399
- "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
60400
- "name": "trigger",
60304
+ "description": "Options for the configured client side router.",
60305
+ "name": "routerOptions",
60401
60306
  "parent": {
60402
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60403
- "name": "PopoverProps"
60307
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60308
+ "name": "LinkDOMProps"
60404
60309
  },
60405
60310
  "declarations": [
60406
60311
  {
60407
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60408
- "name": "PopoverProps"
60312
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60313
+ "name": "LinkDOMProps"
60409
60314
  }
60410
60315
  ],
60411
60316
  "required": false,
60412
60317
  "type": {
60413
- "name": "string"
60318
+ "name": "undefined"
60319
+ }
60320
+ },
60321
+ "onPress": {
60322
+ "defaultValue": null,
60323
+ "description": "Handler that is called when the press is released over the target.",
60324
+ "name": "onPress",
60325
+ "parent": {
60326
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60327
+ "name": "PressEvents"
60328
+ },
60329
+ "declarations": [
60330
+ {
60331
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60332
+ "name": "PressEvents"
60333
+ }
60334
+ ],
60335
+ "required": false,
60336
+ "type": {
60337
+ "name": "((e: PressEvent) => void)"
60338
+ }
60339
+ },
60340
+ "onPressStart": {
60341
+ "defaultValue": null,
60342
+ "description": "Handler that is called when a press interaction starts.",
60343
+ "name": "onPressStart",
60344
+ "parent": {
60345
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60346
+ "name": "PressEvents"
60347
+ },
60348
+ "declarations": [
60349
+ {
60350
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60351
+ "name": "PressEvents"
60352
+ }
60353
+ ],
60354
+ "required": false,
60355
+ "type": {
60356
+ "name": "((e: PressEvent) => void)"
60357
+ }
60358
+ },
60359
+ "onPressEnd": {
60360
+ "defaultValue": null,
60361
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
60362
+ "name": "onPressEnd",
60363
+ "parent": {
60364
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60365
+ "name": "PressEvents"
60366
+ },
60367
+ "declarations": [
60368
+ {
60369
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60370
+ "name": "PressEvents"
60371
+ }
60372
+ ],
60373
+ "required": false,
60374
+ "type": {
60375
+ "name": "((e: PressEvent) => void)"
60376
+ }
60377
+ },
60378
+ "onPressChange": {
60379
+ "defaultValue": null,
60380
+ "description": "Handler that is called when the press state changes.",
60381
+ "name": "onPressChange",
60382
+ "parent": {
60383
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60384
+ "name": "PressEvents"
60385
+ },
60386
+ "declarations": [
60387
+ {
60388
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60389
+ "name": "PressEvents"
60390
+ }
60391
+ ],
60392
+ "required": false,
60393
+ "type": {
60394
+ "name": "((isPressed: boolean) => void)"
60395
+ }
60396
+ },
60397
+ "onPressUp": {
60398
+ "defaultValue": null,
60399
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
60400
+ "name": "onPressUp",
60401
+ "parent": {
60402
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60403
+ "name": "PressEvents"
60404
+ },
60405
+ "declarations": [
60406
+ {
60407
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60408
+ "name": "PressEvents"
60409
+ }
60410
+ ],
60411
+ "required": false,
60412
+ "type": {
60413
+ "name": "((e: PressEvent) => void)"
60414
60414
  }
60415
60415
  },
60416
60416
  "children": {
@@ -80915,10 +80915,10 @@
80915
80915
  "name": "HTMLAttributeAnchorTarget"
80916
80916
  }
80917
80917
  },
80918
- "textValue": {
80918
+ "onAction": {
80919
80919
  "defaultValue": null,
80920
- "description": "A string representation of the item's contents, used for features like typeahead.",
80921
- "name": "textValue",
80920
+ "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.",
80921
+ "name": "onAction",
80922
80922
  "parent": {
80923
80923
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
80924
80924
  "name": "ListBoxItemProps"
@@ -80931,13 +80931,13 @@
80931
80931
  ],
80932
80932
  "required": false,
80933
80933
  "type": {
80934
- "name": "string"
80934
+ "name": "(() => void)"
80935
80935
  }
80936
80936
  },
80937
- "onAction": {
80937
+ "textValue": {
80938
80938
  "defaultValue": null,
80939
- "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.",
80940
- "name": "onAction",
80939
+ "description": "A string representation of the item's contents, used for features like typeahead.",
80940
+ "name": "textValue",
80941
80941
  "parent": {
80942
80942
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
80943
80943
  "name": "ListBoxItemProps"
@@ -80950,7 +80950,7 @@
80950
80950
  ],
80951
80951
  "required": false,
80952
80952
  "type": {
80953
- "name": "(() => void)"
80953
+ "name": "string"
80954
80954
  }
80955
80955
  },
80956
80956
  "href": {
@@ -187665,42 +187665,42 @@
187665
187665
  "name": "\"grid\" | \"stack\""
187666
187666
  }
187667
187667
  },
187668
- "onAction": {
187668
+ "renderEmptyState": {
187669
187669
  "defaultValue": null,
187670
- "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.",
187671
- "name": "onAction",
187670
+ "description": "Provides content to display when there are no items in the list.",
187671
+ "name": "renderEmptyState",
187672
187672
  "parent": {
187673
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187674
- "name": "AriaListBoxProps"
187673
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187674
+ "name": "ListBoxProps"
187675
187675
  },
187676
187676
  "declarations": [
187677
187677
  {
187678
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187679
- "name": "AriaListBoxProps"
187678
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187679
+ "name": "ListBoxProps"
187680
187680
  }
187681
187681
  ],
187682
187682
  "required": false,
187683
187683
  "type": {
187684
- "name": "((key: Key) => void)"
187684
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
187685
187685
  }
187686
187686
  },
187687
- "renderEmptyState": {
187687
+ "onAction": {
187688
187688
  "defaultValue": null,
187689
- "description": "Provides content to display when there are no items in the list.",
187690
- "name": "renderEmptyState",
187689
+ "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.",
187690
+ "name": "onAction",
187691
187691
  "parent": {
187692
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187693
- "name": "ListBoxProps"
187692
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187693
+ "name": "AriaListBoxProps"
187694
187694
  },
187695
187695
  "declarations": [
187696
187696
  {
187697
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187698
- "name": "ListBoxProps"
187697
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187698
+ "name": "AriaListBoxProps"
187699
187699
  }
187700
187700
  ],
187701
187701
  "required": false,
187702
187702
  "type": {
187703
- "name": "((props: ListBoxRenderProps) => ReactNode)"
187703
+ "name": "((key: Key) => void)"
187704
187704
  }
187705
187705
  },
187706
187706
  "shouldFocusOnHover": {
@@ -199772,42 +199772,42 @@
199772
199772
  "name": "\"all\" | Iterable<Key>"
199773
199773
  }
199774
199774
  },
199775
- "onAction": {
199775
+ "renderEmptyState": {
199776
199776
  "defaultValue": null,
199777
- "description": "Handler that is called when an item is selected.",
199778
- "name": "onAction",
199777
+ "description": "Provides content to display when there are no items in the list.",
199778
+ "name": "renderEmptyState",
199779
199779
  "parent": {
199780
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199781
- "name": "MenuProps"
199780
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199781
+ "name": "ListBoxProps"
199782
199782
  },
199783
199783
  "declarations": [
199784
199784
  {
199785
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199786
- "name": "MenuProps"
199785
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199786
+ "name": "ListBoxProps"
199787
199787
  }
199788
199788
  ],
199789
199789
  "required": false,
199790
199790
  "type": {
199791
- "name": "((key: Key) => void)"
199791
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
199792
199792
  }
199793
199793
  },
199794
- "renderEmptyState": {
199794
+ "onAction": {
199795
199795
  "defaultValue": null,
199796
- "description": "Provides content to display when there are no items in the list.",
199797
- "name": "renderEmptyState",
199796
+ "description": "Handler that is called when an item is selected.",
199797
+ "name": "onAction",
199798
199798
  "parent": {
199799
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199800
- "name": "ListBoxProps"
199799
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199800
+ "name": "MenuProps"
199801
199801
  },
199802
199802
  "declarations": [
199803
199803
  {
199804
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199805
- "name": "ListBoxProps"
199804
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199805
+ "name": "MenuProps"
199806
199806
  }
199807
199807
  ],
199808
199808
  "required": false,
199809
199809
  "type": {
199810
- "name": "((props: ListBoxRenderProps) => ReactNode)"
199810
+ "name": "((key: Key) => void)"
199811
199811
  }
199812
199812
  }
199813
199813
  }
@@ -212932,53 +212932,6 @@
212932
212932
  }
212933
212933
  }
212934
212934
  },
212935
- {
212936
- "tags": {
212937
- "flr-generate": "all"
212938
- },
212939
- "filePath": "src/components/Color/Color.tsx",
212940
- "description": "",
212941
- "displayName": "Color",
212942
- "methods": [],
212943
- "props": {
212944
- "color": {
212945
- "defaultValue": {
212946
- "value": "\"blue\""
212947
- },
212948
- "description": "The color of the element.",
212949
- "name": "color",
212950
- "parent": {
212951
- "fileName": "src/components/Color/Color.tsx",
212952
- "name": "ColorProps"
212953
- },
212954
- "declarations": [
212955
- {
212956
- "fileName": "src/components/Color/Color.tsx",
212957
- "name": "ColorProps"
212958
- }
212959
- ],
212960
- "required": false,
212961
- "type": {
212962
- "name": "FlowWithCustomColor"
212963
- }
212964
- },
212965
- "children": {
212966
- "defaultValue": null,
212967
- "description": "",
212968
- "name": "children",
212969
- "declarations": [
212970
- {
212971
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
212972
- "name": "TypeLiteral"
212973
- }
212974
- ],
212975
- "required": false,
212976
- "type": {
212977
- "name": "ReactNode"
212978
- }
212979
- }
212980
- }
212981
- },
212982
212935
  {
212983
212936
  "tags": {
212984
212937
  "flr-generate": "all"
@@ -213372,6 +213325,53 @@
213372
213325
  }
213373
213326
  }
213374
213327
  },
213328
+ {
213329
+ "tags": {
213330
+ "flr-generate": "all"
213331
+ },
213332
+ "filePath": "src/components/Color/Color.tsx",
213333
+ "description": "",
213334
+ "displayName": "Color",
213335
+ "methods": [],
213336
+ "props": {
213337
+ "color": {
213338
+ "defaultValue": {
213339
+ "value": "\"blue\""
213340
+ },
213341
+ "description": "The color of the element.",
213342
+ "name": "color",
213343
+ "parent": {
213344
+ "fileName": "src/components/Color/Color.tsx",
213345
+ "name": "ColorProps"
213346
+ },
213347
+ "declarations": [
213348
+ {
213349
+ "fileName": "src/components/Color/Color.tsx",
213350
+ "name": "ColorProps"
213351
+ }
213352
+ ],
213353
+ "required": false,
213354
+ "type": {
213355
+ "name": "FlowWithCustomColor"
213356
+ }
213357
+ },
213358
+ "children": {
213359
+ "defaultValue": null,
213360
+ "description": "",
213361
+ "name": "children",
213362
+ "declarations": [
213363
+ {
213364
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
213365
+ "name": "TypeLiteral"
213366
+ }
213367
+ ],
213368
+ "required": false,
213369
+ "type": {
213370
+ "name": "ReactNode"
213371
+ }
213372
+ }
213373
+ }
213374
+ },
213375
213375
  {
213376
213376
  "tags": {
213377
213377
  "flr-generate": "all"
@@ -303648,14 +303648,6 @@
303648
303648
  }
303649
303649
  }
303650
303650
  },
303651
- {
303652
- "tags": {},
303653
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
303654
- "description": "",
303655
- "displayName": "OffCanvasSuspenseFallback",
303656
- "methods": [],
303657
- "props": {}
303658
- },
303659
303651
  {
303660
303652
  "tags": {},
303661
303653
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -303794,6 +303786,14 @@
303794
303786
  }
303795
303787
  }
303796
303788
  },
303789
+ {
303790
+ "tags": {},
303791
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
303792
+ "description": "",
303793
+ "displayName": "OffCanvasSuspenseFallback",
303794
+ "methods": [],
303795
+ "props": {}
303796
+ },
303797
303797
  {
303798
303798
  "tags": {
303799
303799
  "flr-generate": "all"
@@ -304389,14 +304389,6 @@
304389
304389
  }
304390
304390
  }
304391
304391
  },
304392
- {
304393
- "tags": {},
304394
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
304395
- "description": "",
304396
- "displayName": "Footer",
304397
- "methods": [],
304398
- "props": {}
304399
- },
304400
304392
  {
304401
304393
  "tags": {},
304402
304394
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
@@ -304440,6 +304432,14 @@
304440
304432
  }
304441
304433
  }
304442
304434
  },
304435
+ {
304436
+ "tags": {},
304437
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
304438
+ "description": "",
304439
+ "displayName": "Footer",
304440
+ "methods": [],
304441
+ "props": {}
304442
+ },
304443
304443
  {
304444
304444
  "tags": {},
304445
304445
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -328516,194 +328516,6 @@
328516
328516
  "methods": [],
328517
328517
  "props": {}
328518
328518
  },
328519
- {
328520
- "tags": {
328521
- "flr-generate": "all"
328522
- },
328523
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328524
- "description": "",
328525
- "displayName": "ListItemViewContent",
328526
- "methods": [],
328527
- "props": {
328528
- "children": {
328529
- "defaultValue": null,
328530
- "description": "",
328531
- "name": "children",
328532
- "declarations": [
328533
- {
328534
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
328535
- "name": "TypeLiteral"
328536
- }
328537
- ],
328538
- "required": false,
328539
- "type": {
328540
- "name": "ReactNode"
328541
- }
328542
- },
328543
- "s": {
328544
- "defaultValue": null,
328545
- "description": "Column layout for container size s.",
328546
- "name": "s",
328547
- "parent": {
328548
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328549
- "name": "ColumnLayoutProps"
328550
- },
328551
- "declarations": [
328552
- {
328553
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328554
- "name": "ColumnLayoutProps"
328555
- }
328556
- ],
328557
- "required": false,
328558
- "type": {
328559
- "name": "(number | null)[]"
328560
- }
328561
- },
328562
- "m": {
328563
- "defaultValue": null,
328564
- "description": "Column layout for container size m.",
328565
- "name": "m",
328566
- "parent": {
328567
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328568
- "name": "ColumnLayoutProps"
328569
- },
328570
- "declarations": [
328571
- {
328572
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328573
- "name": "ColumnLayoutProps"
328574
- }
328575
- ],
328576
- "required": false,
328577
- "type": {
328578
- "name": "(number | null)[]"
328579
- }
328580
- },
328581
- "l": {
328582
- "defaultValue": null,
328583
- "description": "Column layout for container size l.",
328584
- "name": "l",
328585
- "parent": {
328586
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328587
- "name": "ColumnLayoutProps"
328588
- },
328589
- "declarations": [
328590
- {
328591
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328592
- "name": "ColumnLayoutProps"
328593
- }
328594
- ],
328595
- "required": false,
328596
- "type": {
328597
- "name": "(number | null)[]"
328598
- }
328599
- },
328600
- "title": {
328601
- "defaultValue": null,
328602
- "description": "",
328603
- "name": "title",
328604
- "declarations": [
328605
- {
328606
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328607
- "name": "TypeLiteral"
328608
- }
328609
- ],
328610
- "required": false,
328611
- "type": {
328612
- "name": "ReactNode"
328613
- }
328614
- },
328615
- "subTitle": {
328616
- "defaultValue": null,
328617
- "description": "",
328618
- "name": "subTitle",
328619
- "declarations": [
328620
- {
328621
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328622
- "name": "TypeLiteral"
328623
- }
328624
- ],
328625
- "required": false,
328626
- "type": {
328627
- "name": "ReactNode"
328628
- }
328629
- },
328630
- "avatar": {
328631
- "defaultValue": null,
328632
- "description": "",
328633
- "name": "avatar",
328634
- "declarations": [
328635
- {
328636
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328637
- "name": "TypeLiteral"
328638
- }
328639
- ],
328640
- "required": false,
328641
- "type": {
328642
- "name": "ReactNode"
328643
- }
328644
- },
328645
- "button": {
328646
- "defaultValue": null,
328647
- "description": "",
328648
- "name": "button",
328649
- "declarations": [
328650
- {
328651
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328652
- "name": "TypeLiteral"
328653
- }
328654
- ],
328655
- "required": false,
328656
- "type": {
328657
- "name": "ReactNode"
328658
- }
328659
- },
328660
- "bottom": {
328661
- "defaultValue": null,
328662
- "description": "",
328663
- "name": "bottom",
328664
- "declarations": [
328665
- {
328666
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328667
- "name": "TypeLiteral"
328668
- }
328669
- ],
328670
- "required": false,
328671
- "type": {
328672
- "name": "ReactNode"
328673
- }
328674
- },
328675
- "checkbox": {
328676
- "defaultValue": null,
328677
- "description": "",
328678
- "name": "checkbox",
328679
- "declarations": [
328680
- {
328681
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328682
- "name": "TypeLiteral"
328683
- }
328684
- ],
328685
- "required": false,
328686
- "type": {
328687
- "name": "ReactNode"
328688
- }
328689
- },
328690
- "viewMode": {
328691
- "defaultValue": null,
328692
- "description": "",
328693
- "name": "viewMode",
328694
- "declarations": [
328695
- {
328696
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328697
- "name": "TypeLiteral"
328698
- }
328699
- ],
328700
- "required": false,
328701
- "type": {
328702
- "name": "ListViewMode"
328703
- }
328704
- }
328705
- }
328706
- },
328707
328519
  {
328708
328520
  "tags": {
328709
328521
  "flr-generate": "all"
@@ -332393,6 +332205,194 @@
332393
332205
  }
332394
332206
  }
332395
332207
  },
332208
+ {
332209
+ "tags": {
332210
+ "flr-generate": "all"
332211
+ },
332212
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332213
+ "description": "",
332214
+ "displayName": "ListItemViewContent",
332215
+ "methods": [],
332216
+ "props": {
332217
+ "children": {
332218
+ "defaultValue": null,
332219
+ "description": "",
332220
+ "name": "children",
332221
+ "declarations": [
332222
+ {
332223
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
332224
+ "name": "TypeLiteral"
332225
+ }
332226
+ ],
332227
+ "required": false,
332228
+ "type": {
332229
+ "name": "ReactNode"
332230
+ }
332231
+ },
332232
+ "s": {
332233
+ "defaultValue": null,
332234
+ "description": "Column layout for container size s.",
332235
+ "name": "s",
332236
+ "parent": {
332237
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332238
+ "name": "ColumnLayoutProps"
332239
+ },
332240
+ "declarations": [
332241
+ {
332242
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332243
+ "name": "ColumnLayoutProps"
332244
+ }
332245
+ ],
332246
+ "required": false,
332247
+ "type": {
332248
+ "name": "(number | null)[]"
332249
+ }
332250
+ },
332251
+ "m": {
332252
+ "defaultValue": null,
332253
+ "description": "Column layout for container size m.",
332254
+ "name": "m",
332255
+ "parent": {
332256
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332257
+ "name": "ColumnLayoutProps"
332258
+ },
332259
+ "declarations": [
332260
+ {
332261
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332262
+ "name": "ColumnLayoutProps"
332263
+ }
332264
+ ],
332265
+ "required": false,
332266
+ "type": {
332267
+ "name": "(number | null)[]"
332268
+ }
332269
+ },
332270
+ "l": {
332271
+ "defaultValue": null,
332272
+ "description": "Column layout for container size l.",
332273
+ "name": "l",
332274
+ "parent": {
332275
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332276
+ "name": "ColumnLayoutProps"
332277
+ },
332278
+ "declarations": [
332279
+ {
332280
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
332281
+ "name": "ColumnLayoutProps"
332282
+ }
332283
+ ],
332284
+ "required": false,
332285
+ "type": {
332286
+ "name": "(number | null)[]"
332287
+ }
332288
+ },
332289
+ "title": {
332290
+ "defaultValue": null,
332291
+ "description": "",
332292
+ "name": "title",
332293
+ "declarations": [
332294
+ {
332295
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332296
+ "name": "TypeLiteral"
332297
+ }
332298
+ ],
332299
+ "required": false,
332300
+ "type": {
332301
+ "name": "ReactNode"
332302
+ }
332303
+ },
332304
+ "subTitle": {
332305
+ "defaultValue": null,
332306
+ "description": "",
332307
+ "name": "subTitle",
332308
+ "declarations": [
332309
+ {
332310
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332311
+ "name": "TypeLiteral"
332312
+ }
332313
+ ],
332314
+ "required": false,
332315
+ "type": {
332316
+ "name": "ReactNode"
332317
+ }
332318
+ },
332319
+ "avatar": {
332320
+ "defaultValue": null,
332321
+ "description": "",
332322
+ "name": "avatar",
332323
+ "declarations": [
332324
+ {
332325
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332326
+ "name": "TypeLiteral"
332327
+ }
332328
+ ],
332329
+ "required": false,
332330
+ "type": {
332331
+ "name": "ReactNode"
332332
+ }
332333
+ },
332334
+ "button": {
332335
+ "defaultValue": null,
332336
+ "description": "",
332337
+ "name": "button",
332338
+ "declarations": [
332339
+ {
332340
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332341
+ "name": "TypeLiteral"
332342
+ }
332343
+ ],
332344
+ "required": false,
332345
+ "type": {
332346
+ "name": "ReactNode"
332347
+ }
332348
+ },
332349
+ "bottom": {
332350
+ "defaultValue": null,
332351
+ "description": "",
332352
+ "name": "bottom",
332353
+ "declarations": [
332354
+ {
332355
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332356
+ "name": "TypeLiteral"
332357
+ }
332358
+ ],
332359
+ "required": false,
332360
+ "type": {
332361
+ "name": "ReactNode"
332362
+ }
332363
+ },
332364
+ "checkbox": {
332365
+ "defaultValue": null,
332366
+ "description": "",
332367
+ "name": "checkbox",
332368
+ "declarations": [
332369
+ {
332370
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332371
+ "name": "TypeLiteral"
332372
+ }
332373
+ ],
332374
+ "required": false,
332375
+ "type": {
332376
+ "name": "ReactNode"
332377
+ }
332378
+ },
332379
+ "viewMode": {
332380
+ "defaultValue": null,
332381
+ "description": "",
332382
+ "name": "viewMode",
332383
+ "declarations": [
332384
+ {
332385
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
332386
+ "name": "TypeLiteral"
332387
+ }
332388
+ ],
332389
+ "required": false,
332390
+ "type": {
332391
+ "name": "ListViewMode"
332392
+ }
332393
+ }
332394
+ }
332395
+ },
332396
332396
  {
332397
332397
  "tags": {},
332398
332398
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
@@ -332605,61 +332605,6 @@
332605
332605
  "methods": [],
332606
332606
  "props": {}
332607
332607
  },
332608
- {
332609
- "tags": {},
332610
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332611
- "description": "",
332612
- "displayName": "SearchField",
332613
- "methods": [],
332614
- "props": {
332615
- "search": {
332616
- "defaultValue": null,
332617
- "description": "",
332618
- "name": "search",
332619
- "parent": {
332620
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332621
- "name": "Props"
332622
- },
332623
- "declarations": [
332624
- {
332625
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332626
- "name": "Props"
332627
- }
332628
- ],
332629
- "required": true,
332630
- "type": {
332631
- "name": "Search<never>"
332632
- }
332633
- },
332634
- "className": {
332635
- "defaultValue": null,
332636
- "description": "The elements class name.",
332637
- "name": "className",
332638
- "parent": {
332639
- "fileName": "components/src/lib/types/props.ts",
332640
- "name": "PropsWithClassName"
332641
- },
332642
- "declarations": [
332643
- {
332644
- "fileName": "components/src/lib/types/props.ts",
332645
- "name": "PropsWithClassName"
332646
- }
332647
- ],
332648
- "required": false,
332649
- "type": {
332650
- "name": "string"
332651
- }
332652
- }
332653
- }
332654
- },
332655
- {
332656
- "tags": {},
332657
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
332658
- "description": "",
332659
- "displayName": "ActiveFilters",
332660
- "methods": [],
332661
- "props": {}
332662
- },
332663
332608
  {
332664
332609
  "tags": {},
332665
332610
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
@@ -332732,6 +332677,61 @@
332732
332677
  "methods": [],
332733
332678
  "props": {}
332734
332679
  },
332680
+ {
332681
+ "tags": {},
332682
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
332683
+ "description": "",
332684
+ "displayName": "ActiveFilters",
332685
+ "methods": [],
332686
+ "props": {}
332687
+ },
332688
+ {
332689
+ "tags": {},
332690
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332691
+ "description": "",
332692
+ "displayName": "SearchField",
332693
+ "methods": [],
332694
+ "props": {
332695
+ "search": {
332696
+ "defaultValue": null,
332697
+ "description": "",
332698
+ "name": "search",
332699
+ "parent": {
332700
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332701
+ "name": "Props"
332702
+ },
332703
+ "declarations": [
332704
+ {
332705
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
332706
+ "name": "Props"
332707
+ }
332708
+ ],
332709
+ "required": true,
332710
+ "type": {
332711
+ "name": "Search<never>"
332712
+ }
332713
+ },
332714
+ "className": {
332715
+ "defaultValue": null,
332716
+ "description": "The elements class name.",
332717
+ "name": "className",
332718
+ "parent": {
332719
+ "fileName": "components/src/lib/types/props.ts",
332720
+ "name": "PropsWithClassName"
332721
+ },
332722
+ "declarations": [
332723
+ {
332724
+ "fileName": "components/src/lib/types/props.ts",
332725
+ "name": "PropsWithClassName"
332726
+ }
332727
+ ],
332728
+ "required": false,
332729
+ "type": {
332730
+ "name": "string"
332731
+ }
332732
+ }
332733
+ }
332734
+ },
332735
332735
  {
332736
332736
  "tags": {},
332737
332737
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",