@mittwald/flow-react-components 0.2.0-alpha.32 → 0.2.0-alpha.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/assets/doc-properties.json +755 -735
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs +2 -3
  5. package/dist/js/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs.map +1 -1
  6. package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +8 -8
  7. package/dist/js/components/List/components/Items/Items.mjs +12 -12
  8. package/dist/js/components/List/components/Items/Items.mjs.map +1 -1
  9. package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs +4 -4
  10. package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs.map +1 -1
  11. package/dist/js/components/List/components/Items/components/Item/Item.mjs +5 -5
  12. package/dist/js/components/List/components/Items/components/Item/Item.mjs.map +1 -1
  13. package/dist/js/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs +27 -0
  14. package/dist/js/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs.map +1 -0
  15. package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +9 -9
  16. package/dist/js/components/List/components/ListItemView/ListItemView.mjs +4 -4
  17. package/dist/js/components/List/components/Table/Table.mjs +8 -8
  18. package/dist/js/components/List/typedList.mjs +7 -7
  19. package/dist/js/flr-universal.mjs +1 -1
  20. package/dist/js/index.mjs +5 -5
  21. package/dist/js/views/AvatarView.mjs +14 -0
  22. package/dist/js/views/AvatarView.mjs.map +1 -0
  23. package/dist/js/views/ItemsGridListItemView.mjs +8 -8
  24. package/dist/js/views/ItemsGridListView.mjs +6 -6
  25. package/dist/js/views/ListEmptyViewView.mjs +6 -6
  26. package/dist/js/views/ListItemViewContentView.mjs +7 -7
  27. package/dist/types/components/List/components/Footer/components/PaginationInfos/PaginationInfos.d.ts.map +1 -1
  28. package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
  29. package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +2 -1
  30. package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map +1 -1
  31. package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts +2 -0
  32. package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts.map +1 -0
  33. package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts +8 -0
  34. package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts.map +1 -0
  35. package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  36. package/dist/types/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.d.ts +7 -0
  37. package/dist/types/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.d.ts.map +1 -0
  38. package/dist/types/components/List/index.d.ts +6 -5
  39. package/dist/types/components/List/index.d.ts.map +1 -1
  40. package/package.json +4 -4
  41. package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs +0 -45
  42. package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs.map +0 -1
  43. package/dist/js/components/SkeletonText/index.mjs +0 -6
  44. package/dist/js/components/SkeletonText/index.mjs.map +0 -1
  45. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +0 -3
  46. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts.map +0 -1
@@ -201933,169 +201933,6 @@
201933
201933
  }
201934
201934
  }
201935
201935
  },
201936
- {
201937
- "tags": {
201938
- "flr-generate": "all"
201939
- },
201940
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
201941
- "description": "",
201942
- "displayName": "TooltipTrigger",
201943
- "methods": [],
201944
- "props": {
201945
- "isOpen": {
201946
- "defaultValue": null,
201947
- "description": "Whether the overlay is open by default (controlled).",
201948
- "name": "isOpen",
201949
- "parent": {
201950
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201951
- "name": "OverlayTriggerProps"
201952
- },
201953
- "declarations": [
201954
- {
201955
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201956
- "name": "OverlayTriggerProps"
201957
- }
201958
- ],
201959
- "required": false,
201960
- "type": {
201961
- "name": "boolean"
201962
- }
201963
- },
201964
- "defaultOpen": {
201965
- "defaultValue": null,
201966
- "description": "Whether the overlay is open by default (uncontrolled).",
201967
- "name": "defaultOpen",
201968
- "parent": {
201969
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201970
- "name": "OverlayTriggerProps"
201971
- },
201972
- "declarations": [
201973
- {
201974
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201975
- "name": "OverlayTriggerProps"
201976
- }
201977
- ],
201978
- "required": false,
201979
- "type": {
201980
- "name": "boolean"
201981
- }
201982
- },
201983
- "onOpenChange": {
201984
- "defaultValue": null,
201985
- "description": "Handler that is called when the overlay's open state changes.",
201986
- "name": "onOpenChange",
201987
- "parent": {
201988
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201989
- "name": "OverlayTriggerProps"
201990
- },
201991
- "declarations": [
201992
- {
201993
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201994
- "name": "OverlayTriggerProps"
201995
- }
201996
- ],
201997
- "required": false,
201998
- "type": {
201999
- "name": "((isOpen: boolean) => void)"
202000
- }
202001
- },
202002
- "isDisabled": {
202003
- "defaultValue": null,
202004
- "description": "Whether the tooltip should be disabled, independent from the trigger.",
202005
- "name": "isDisabled",
202006
- "parent": {
202007
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202008
- "name": "TooltipTriggerProps"
202009
- },
202010
- "declarations": [
202011
- {
202012
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202013
- "name": "TooltipTriggerProps"
202014
- }
202015
- ],
202016
- "required": false,
202017
- "type": {
202018
- "name": "boolean"
202019
- }
202020
- },
202021
- "trigger": {
202022
- "defaultValue": null,
202023
- "description": "By default, opens for both focus and hover. Can be made to open only for focus.",
202024
- "name": "trigger",
202025
- "parent": {
202026
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202027
- "name": "TooltipTriggerProps"
202028
- },
202029
- "declarations": [
202030
- {
202031
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202032
- "name": "TooltipTriggerProps"
202033
- }
202034
- ],
202035
- "required": false,
202036
- "type": {
202037
- "name": "\"focus\""
202038
- }
202039
- },
202040
- "delay": {
202041
- "defaultValue": {
202042
- "value": "1500"
202043
- },
202044
- "description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
202045
- "name": "delay",
202046
- "parent": {
202047
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202048
- "name": "TooltipTriggerProps"
202049
- },
202050
- "declarations": [
202051
- {
202052
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202053
- "name": "TooltipTriggerProps"
202054
- }
202055
- ],
202056
- "required": false,
202057
- "type": {
202058
- "name": "number"
202059
- }
202060
- },
202061
- "closeDelay": {
202062
- "defaultValue": {
202063
- "value": "500"
202064
- },
202065
- "description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
202066
- "name": "closeDelay",
202067
- "parent": {
202068
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202069
- "name": "TooltipTriggerProps"
202070
- },
202071
- "declarations": [
202072
- {
202073
- "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202074
- "name": "TooltipTriggerProps"
202075
- }
202076
- ],
202077
- "required": false,
202078
- "type": {
202079
- "name": "number"
202080
- }
202081
- },
202082
- "children": {
202083
- "defaultValue": null,
202084
- "description": "",
202085
- "name": "children",
202086
- "declarations": [
202087
- {
202088
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
202089
- "name": "TypeLiteral"
202090
- }
202091
- ],
202092
- "required": false,
202093
- "type": {
202094
- "name": "ReactNode"
202095
- }
202096
- }
202097
- }
202098
- },
202099
201936
  {
202100
201937
  "tags": {},
202101
201938
  "filePath": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
@@ -202560,115 +202397,278 @@
202560
202397
  },
202561
202398
  {
202562
202399
  "tags": {
202563
- "flr-generate": "all",
202564
- "flr-clear-props-context": ""
202400
+ "flr-generate": "all"
202565
202401
  },
202566
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
202402
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
202567
202403
  "description": "",
202568
- "displayName": "Tab",
202404
+ "displayName": "TooltipTrigger",
202569
202405
  "methods": [],
202570
202406
  "props": {
202571
- "aria-label": {
202407
+ "isOpen": {
202572
202408
  "defaultValue": null,
202573
- "description": "Defines a string value that labels the current element.",
202574
- "name": "aria-label",
202409
+ "description": "Whether the overlay is open by default (controlled).",
202410
+ "name": "isOpen",
202575
202411
  "parent": {
202576
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202577
- "name": "AriaLabelingProps"
202412
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202413
+ "name": "OverlayTriggerProps"
202578
202414
  },
202579
202415
  "declarations": [
202580
202416
  {
202581
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202582
- "name": "AriaLabelingProps"
202417
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202418
+ "name": "OverlayTriggerProps"
202583
202419
  }
202584
202420
  ],
202585
202421
  "required": false,
202586
202422
  "type": {
202587
- "name": "string"
202423
+ "name": "boolean"
202588
202424
  }
202589
202425
  },
202590
- "aria-labelledby": {
202426
+ "defaultOpen": {
202591
202427
  "defaultValue": null,
202592
- "description": "Identifies the element (or elements) that labels the current element.",
202593
- "name": "aria-labelledby",
202428
+ "description": "Whether the overlay is open by default (uncontrolled).",
202429
+ "name": "defaultOpen",
202594
202430
  "parent": {
202595
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202596
- "name": "AriaLabelingProps"
202431
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202432
+ "name": "OverlayTriggerProps"
202597
202433
  },
202598
202434
  "declarations": [
202599
202435
  {
202600
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202601
- "name": "AriaLabelingProps"
202436
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202437
+ "name": "OverlayTriggerProps"
202602
202438
  }
202603
202439
  ],
202604
202440
  "required": false,
202605
202441
  "type": {
202606
- "name": "string"
202442
+ "name": "boolean"
202607
202443
  }
202608
202444
  },
202609
- "aria-describedby": {
202445
+ "onOpenChange": {
202610
202446
  "defaultValue": null,
202611
- "description": "Identifies the element (or elements) that describes the object.",
202612
- "name": "aria-describedby",
202447
+ "description": "Handler that is called when the overlay's open state changes.",
202448
+ "name": "onOpenChange",
202613
202449
  "parent": {
202614
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202615
- "name": "AriaLabelingProps"
202450
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202451
+ "name": "OverlayTriggerProps"
202616
202452
  },
202617
202453
  "declarations": [
202618
202454
  {
202619
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202620
- "name": "AriaLabelingProps"
202455
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
202456
+ "name": "OverlayTriggerProps"
202621
202457
  }
202622
202458
  ],
202623
202459
  "required": false,
202624
202460
  "type": {
202625
- "name": "string"
202461
+ "name": "((isOpen: boolean) => void)"
202626
202462
  }
202627
202463
  },
202628
- "aria-details": {
202464
+ "isDisabled": {
202629
202465
  "defaultValue": null,
202630
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
202631
- "name": "aria-details",
202466
+ "description": "Whether the tooltip should be disabled, independent from the trigger.",
202467
+ "name": "isDisabled",
202632
202468
  "parent": {
202633
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202634
- "name": "AriaLabelingProps"
202469
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202470
+ "name": "TooltipTriggerProps"
202635
202471
  },
202636
202472
  "declarations": [
202637
202473
  {
202638
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202639
- "name": "AriaLabelingProps"
202474
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202475
+ "name": "TooltipTriggerProps"
202640
202476
  }
202641
202477
  ],
202642
202478
  "required": false,
202643
202479
  "type": {
202644
- "name": "string"
202480
+ "name": "boolean"
202645
202481
  }
202646
202482
  },
202647
- "className": {
202483
+ "trigger": {
202648
202484
  "defaultValue": null,
202649
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
202650
- "name": "className",
202485
+ "description": "By default, opens for both focus and hover. Can be made to open only for focus.",
202486
+ "name": "trigger",
202651
202487
  "parent": {
202652
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202653
- "name": "StyleRenderProps"
202488
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202489
+ "name": "TooltipTriggerProps"
202654
202490
  },
202655
202491
  "declarations": [
202656
202492
  {
202657
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202658
- "name": "StyleRenderProps"
202493
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202494
+ "name": "TooltipTriggerProps"
202659
202495
  }
202660
202496
  ],
202661
202497
  "required": false,
202662
202498
  "type": {
202663
- "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
202499
+ "name": "\"focus\""
202664
202500
  }
202665
202501
  },
202666
- "style": {
202667
- "defaultValue": null,
202668
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
202669
- "name": "style",
202670
- "parent": {
202671
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202502
+ "delay": {
202503
+ "defaultValue": {
202504
+ "value": "1500"
202505
+ },
202506
+ "description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
202507
+ "name": "delay",
202508
+ "parent": {
202509
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202510
+ "name": "TooltipTriggerProps"
202511
+ },
202512
+ "declarations": [
202513
+ {
202514
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202515
+ "name": "TooltipTriggerProps"
202516
+ }
202517
+ ],
202518
+ "required": false,
202519
+ "type": {
202520
+ "name": "number"
202521
+ }
202522
+ },
202523
+ "closeDelay": {
202524
+ "defaultValue": {
202525
+ "value": "500"
202526
+ },
202527
+ "description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
202528
+ "name": "closeDelay",
202529
+ "parent": {
202530
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202531
+ "name": "TooltipTriggerProps"
202532
+ },
202533
+ "declarations": [
202534
+ {
202535
+ "fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.4.14_react@19.0.0/node_modules/@react-types/tooltip/src/index.d.ts",
202536
+ "name": "TooltipTriggerProps"
202537
+ }
202538
+ ],
202539
+ "required": false,
202540
+ "type": {
202541
+ "name": "number"
202542
+ }
202543
+ },
202544
+ "children": {
202545
+ "defaultValue": null,
202546
+ "description": "",
202547
+ "name": "children",
202548
+ "declarations": [
202549
+ {
202550
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
202551
+ "name": "TypeLiteral"
202552
+ }
202553
+ ],
202554
+ "required": false,
202555
+ "type": {
202556
+ "name": "ReactNode"
202557
+ }
202558
+ }
202559
+ }
202560
+ },
202561
+ {
202562
+ "tags": {
202563
+ "flr-generate": "all",
202564
+ "flr-clear-props-context": ""
202565
+ },
202566
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
202567
+ "description": "",
202568
+ "displayName": "Tab",
202569
+ "methods": [],
202570
+ "props": {
202571
+ "aria-label": {
202572
+ "defaultValue": null,
202573
+ "description": "Defines a string value that labels the current element.",
202574
+ "name": "aria-label",
202575
+ "parent": {
202576
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202577
+ "name": "AriaLabelingProps"
202578
+ },
202579
+ "declarations": [
202580
+ {
202581
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202582
+ "name": "AriaLabelingProps"
202583
+ }
202584
+ ],
202585
+ "required": false,
202586
+ "type": {
202587
+ "name": "string"
202588
+ }
202589
+ },
202590
+ "aria-labelledby": {
202591
+ "defaultValue": null,
202592
+ "description": "Identifies the element (or elements) that labels the current element.",
202593
+ "name": "aria-labelledby",
202594
+ "parent": {
202595
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202596
+ "name": "AriaLabelingProps"
202597
+ },
202598
+ "declarations": [
202599
+ {
202600
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202601
+ "name": "AriaLabelingProps"
202602
+ }
202603
+ ],
202604
+ "required": false,
202605
+ "type": {
202606
+ "name": "string"
202607
+ }
202608
+ },
202609
+ "aria-describedby": {
202610
+ "defaultValue": null,
202611
+ "description": "Identifies the element (or elements) that describes the object.",
202612
+ "name": "aria-describedby",
202613
+ "parent": {
202614
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202615
+ "name": "AriaLabelingProps"
202616
+ },
202617
+ "declarations": [
202618
+ {
202619
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202620
+ "name": "AriaLabelingProps"
202621
+ }
202622
+ ],
202623
+ "required": false,
202624
+ "type": {
202625
+ "name": "string"
202626
+ }
202627
+ },
202628
+ "aria-details": {
202629
+ "defaultValue": null,
202630
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
202631
+ "name": "aria-details",
202632
+ "parent": {
202633
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202634
+ "name": "AriaLabelingProps"
202635
+ },
202636
+ "declarations": [
202637
+ {
202638
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
202639
+ "name": "AriaLabelingProps"
202640
+ }
202641
+ ],
202642
+ "required": false,
202643
+ "type": {
202644
+ "name": "string"
202645
+ }
202646
+ },
202647
+ "className": {
202648
+ "defaultValue": null,
202649
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
202650
+ "name": "className",
202651
+ "parent": {
202652
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202653
+ "name": "StyleRenderProps"
202654
+ },
202655
+ "declarations": [
202656
+ {
202657
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202658
+ "name": "StyleRenderProps"
202659
+ }
202660
+ ],
202661
+ "required": false,
202662
+ "type": {
202663
+ "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
202664
+ }
202665
+ },
202666
+ "style": {
202667
+ "defaultValue": null,
202668
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
202669
+ "name": "style",
202670
+ "parent": {
202671
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
202672
202672
  "name": "StyleRenderProps"
202673
202673
  },
202674
202674
  "declarations": [
@@ -205904,160 +205904,164 @@
205904
205904
  }
205905
205905
  },
205906
205906
  {
205907
- "tags": {
205908
- "flr-generate": "all",
205909
- "flr-clear-props-context": ""
205910
- },
205911
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
205907
+ "tags": {},
205908
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
205912
205909
  "description": "",
205913
- "displayName": "Radio",
205910
+ "displayName": "PopoverTrigger",
205914
205911
  "methods": [],
205915
205912
  "props": {
205916
- "aria-label": {
205913
+ "isDefaultOpen": {
205917
205914
  "defaultValue": null,
205918
- "description": "Defines a string value that labels the current element.",
205919
- "name": "aria-label",
205915
+ "description": "Whether the overlay should be open initially.",
205916
+ "name": "isDefaultOpen",
205920
205917
  "parent": {
205921
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205922
- "name": "AriaLabelingProps"
205918
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
205919
+ "name": "OverlayTriggerProps"
205923
205920
  },
205924
205921
  "declarations": [
205925
205922
  {
205926
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205927
- "name": "AriaLabelingProps"
205923
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
205924
+ "name": "OverlayTriggerProps"
205928
205925
  }
205929
205926
  ],
205930
205927
  "required": false,
205931
205928
  "type": {
205932
- "name": "string"
205929
+ "name": "boolean"
205933
205930
  }
205934
205931
  },
205935
- "aria-labelledby": {
205932
+ "controller": {
205936
205933
  "defaultValue": null,
205937
- "description": "Identifies the element (or elements) that labels the current element.",
205938
- "name": "aria-labelledby",
205934
+ "description": "A controller to control the state of the overlay.",
205935
+ "name": "controller",
205939
205936
  "parent": {
205940
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205941
- "name": "AriaLabelingProps"
205937
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
205938
+ "name": "OverlayTriggerProps"
205942
205939
  },
205943
205940
  "declarations": [
205944
205941
  {
205945
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205946
- "name": "AriaLabelingProps"
205942
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
205943
+ "name": "OverlayTriggerProps"
205947
205944
  }
205948
205945
  ],
205949
205946
  "required": false,
205950
205947
  "type": {
205951
- "name": "string"
205948
+ "name": "OverlayController"
205952
205949
  }
205953
205950
  },
205954
- "aria-describedby": {
205951
+ "wrapWith": {
205955
205952
  "defaultValue": null,
205956
- "description": "Identifies the element (or elements) that describes the object.",
205957
- "name": "aria-describedby",
205953
+ "description": "",
205954
+ "name": "wrapWith",
205958
205955
  "parent": {
205959
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205960
- "name": "AriaLabelingProps"
205956
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
205957
+ "name": "FlowComponentProps"
205961
205958
  },
205962
205959
  "declarations": [
205963
205960
  {
205964
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205965
- "name": "AriaLabelingProps"
205961
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
205962
+ "name": "FlowComponentProps"
205966
205963
  }
205967
205964
  ],
205968
205965
  "required": false,
205969
205966
  "type": {
205970
- "name": "string"
205967
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
205971
205968
  }
205972
205969
  },
205973
- "aria-details": {
205970
+ "tunnelId": {
205974
205971
  "defaultValue": null,
205975
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
205976
- "name": "aria-details",
205972
+ "description": "@internal",
205973
+ "name": "tunnelId",
205977
205974
  "parent": {
205978
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205979
- "name": "AriaLabelingProps"
205975
+ "fileName": "src/lib/types/props.ts",
205976
+ "name": "PropsWithTunnel"
205980
205977
  },
205981
205978
  "declarations": [
205982
205979
  {
205983
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
205984
- "name": "AriaLabelingProps"
205980
+ "fileName": "src/lib/types/props.ts",
205981
+ "name": "PropsWithTunnel"
205985
205982
  }
205986
205983
  ],
205987
205984
  "required": false,
205988
205985
  "type": {
205989
- "name": "string"
205986
+ "name": "string | null"
205990
205987
  }
205991
205988
  },
205992
- "className": {
205989
+ "children": {
205993
205990
  "defaultValue": null,
205994
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
205995
- "name": "className",
205996
- "parent": {
205997
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
205998
- "name": "StyleRenderProps"
205999
- },
205991
+ "description": "",
205992
+ "name": "children",
206000
205993
  "declarations": [
206001
205994
  {
206002
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206003
- "name": "StyleRenderProps"
206004
- }
205995
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
205996
+ "name": "TypeLiteral"
205997
+ }
206005
205998
  ],
206006
205999
  "required": false,
206007
206000
  "type": {
206008
- "name": "string | ((values: RadioRenderProps & { defaultClassName: string; }) => string)"
206001
+ "name": "ReactNode"
206009
206002
  }
206010
206003
  },
206011
- "style": {
206004
+ "ref": {
206012
206005
  "defaultValue": null,
206013
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
206014
- "name": "style",
206006
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
206007
+ "name": "ref",
206015
206008
  "parent": {
206016
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206017
- "name": "StyleRenderProps"
206009
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206010
+ "name": "RefAttributes"
206018
206011
  },
206019
206012
  "declarations": [
206020
206013
  {
206021
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206022
- "name": "StyleRenderProps"
206014
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206015
+ "name": "RefAttributes"
206023
206016
  }
206024
206017
  ],
206025
206018
  "required": false,
206026
206019
  "type": {
206027
- "name": "CSSProperties | ((values: RadioRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
206020
+ "name": "Ref<HTMLDivElement>"
206028
206021
  }
206029
206022
  },
206030
- "isDisabled": {
206023
+ "key": {
206031
206024
  "defaultValue": null,
206032
- "description": "Whether the radio button is disabled or not.\nShows that a selection exists, but is not available in that circumstance.",
206033
- "name": "isDisabled",
206025
+ "description": "",
206026
+ "name": "key",
206034
206027
  "parent": {
206035
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206036
- "name": "RadioProps"
206028
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206029
+ "name": "Attributes"
206037
206030
  },
206038
206031
  "declarations": [
206039
206032
  {
206040
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206041
- "name": "RadioProps"
206033
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206034
+ "name": "Attributes"
206042
206035
  }
206043
206036
  ],
206044
206037
  "required": false,
206045
206038
  "type": {
206046
- "name": "boolean"
206039
+ "name": "Key | null"
206047
206040
  }
206048
- },
206049
- "autoFocus": {
206041
+ }
206042
+ }
206043
+ },
206044
+ {
206045
+ "tags": {
206046
+ "flr-generate": "all"
206047
+ },
206048
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206049
+ "description": "",
206050
+ "displayName": "PopoverContent",
206051
+ "methods": [],
206052
+ "props": {
206053
+ "withTip": {
206050
206054
  "defaultValue": null,
206051
- "description": "Whether the element should receive focus on render.",
206052
- "name": "autoFocus",
206055
+ "description": "",
206056
+ "name": "withTip",
206053
206057
  "parent": {
206054
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206055
- "name": "FocusableProps"
206058
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206059
+ "name": "PopoverContentProps"
206056
206060
  },
206057
206061
  "declarations": [
206058
206062
  {
206059
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206060
- "name": "FocusableProps"
206063
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206064
+ "name": "PopoverContentProps"
206061
206065
  }
206062
206066
  ],
206063
206067
  "required": false,
@@ -206065,639 +206069,635 @@
206065
206069
  "name": "boolean"
206066
206070
  }
206067
206071
  },
206068
- "onFocus": {
206072
+ "isDialogContent": {
206069
206073
  "defaultValue": null,
206070
- "description": "Handler that is called when the element receives focus.",
206071
- "name": "onFocus",
206074
+ "description": "",
206075
+ "name": "isDialogContent",
206072
206076
  "parent": {
206073
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206074
- "name": "FocusEvents"
206077
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206078
+ "name": "PopoverContentProps"
206075
206079
  },
206076
206080
  "declarations": [
206077
206081
  {
206078
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206079
- "name": "FocusEvents"
206082
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206083
+ "name": "PopoverContentProps"
206080
206084
  }
206081
206085
  ],
206082
206086
  "required": false,
206083
206087
  "type": {
206084
- "name": "((e: FocusEvent<Element, Element>) => void)"
206088
+ "name": "boolean"
206085
206089
  }
206086
206090
  },
206087
- "onBlur": {
206091
+ "isOpen": {
206088
206092
  "defaultValue": null,
206089
- "description": "Handler that is called when the element loses focus.",
206090
- "name": "onBlur",
206093
+ "description": "",
206094
+ "name": "isOpen",
206091
206095
  "parent": {
206092
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206093
- "name": "FocusEvents"
206096
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206097
+ "name": "PopoverContentProps"
206094
206098
  },
206095
206099
  "declarations": [
206096
206100
  {
206097
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206098
- "name": "FocusEvents"
206101
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206102
+ "name": "PopoverContentProps"
206099
206103
  }
206100
206104
  ],
206101
206105
  "required": false,
206102
206106
  "type": {
206103
- "name": "((e: FocusEvent<Element, Element>) => void)"
206107
+ "name": "boolean"
206104
206108
  }
206105
206109
  },
206106
- "onFocusChange": {
206110
+ "width": {
206107
206111
  "defaultValue": null,
206108
- "description": "Handler that is called when the element's focus status changes.",
206109
- "name": "onFocusChange",
206112
+ "description": "",
206113
+ "name": "width",
206110
206114
  "parent": {
206111
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206112
- "name": "FocusEvents"
206115
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206116
+ "name": "PopoverContentProps"
206113
206117
  },
206114
206118
  "declarations": [
206115
206119
  {
206116
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206117
- "name": "FocusEvents"
206120
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206121
+ "name": "PopoverContentProps"
206118
206122
  }
206119
206123
  ],
206120
206124
  "required": false,
206121
206125
  "type": {
206122
- "name": "((isFocused: boolean) => void)"
206126
+ "name": "string | number"
206123
206127
  }
206124
206128
  },
206125
- "onKeyDown": {
206129
+ "padding": {
206126
206130
  "defaultValue": null,
206127
- "description": "Handler that is called when a key is pressed.",
206128
- "name": "onKeyDown",
206131
+ "description": "",
206132
+ "name": "padding",
206129
206133
  "parent": {
206130
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206131
- "name": "KeyboardEvents"
206134
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206135
+ "name": "PopoverContentProps"
206132
206136
  },
206133
206137
  "declarations": [
206134
206138
  {
206135
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206136
- "name": "KeyboardEvents"
206139
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206140
+ "name": "PopoverContentProps"
206137
206141
  }
206138
206142
  ],
206139
206143
  "required": false,
206140
206144
  "type": {
206141
- "name": "((e: KeyboardEvent) => void)"
206145
+ "name": "\"s\" | \"m\""
206142
206146
  }
206143
206147
  },
206144
- "onKeyUp": {
206148
+ "onOpenChange": {
206145
206149
  "defaultValue": null,
206146
- "description": "Handler that is called when a key is released.",
206147
- "name": "onKeyUp",
206150
+ "description": "",
206151
+ "name": "onOpenChange",
206148
206152
  "parent": {
206149
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206150
- "name": "KeyboardEvents"
206153
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206154
+ "name": "PopoverContentProps"
206151
206155
  },
206152
206156
  "declarations": [
206153
206157
  {
206154
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206155
- "name": "KeyboardEvents"
206158
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206159
+ "name": "PopoverContentProps"
206156
206160
  }
206157
206161
  ],
206158
- "required": false,
206162
+ "required": true,
206159
206163
  "type": {
206160
- "name": "((e: KeyboardEvent) => void)"
206164
+ "name": "(isOpen: boolean) => void"
206161
206165
  }
206162
206166
  },
206163
- "value": {
206167
+ "ref": {
206164
206168
  "defaultValue": null,
206165
- "description": "The value of the radio button, used when submitting an HTML form.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Value).",
206166
- "name": "value",
206169
+ "description": "",
206170
+ "name": "ref",
206167
206171
  "parent": {
206168
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206169
- "name": "RadioProps"
206172
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206173
+ "name": "PopoverContentProps"
206170
206174
  },
206171
206175
  "declarations": [
206172
206176
  {
206173
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206174
- "name": "RadioProps"
206177
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206178
+ "name": "PopoverContentProps"
206175
206179
  }
206176
206180
  ],
206177
- "required": true,
206181
+ "required": false,
206178
206182
  "type": {
206179
- "name": "string"
206183
+ "name": "Ref<HTMLElement>"
206180
206184
  }
206181
206185
  },
206182
- "id": {
206186
+ "children": {
206183
206187
  "defaultValue": null,
206184
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
206185
- "name": "id",
206186
- "parent": {
206187
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206188
- "name": "DOMProps"
206189
- },
206188
+ "description": "",
206189
+ "name": "children",
206190
206190
  "declarations": [
206191
206191
  {
206192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206193
- "name": "DOMProps"
206192
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206193
+ "name": "TypeLiteral"
206194
206194
  }
206195
206195
  ],
206196
206196
  "required": false,
206197
206197
  "type": {
206198
- "name": "string"
206198
+ "name": "ReactNode"
206199
206199
  }
206200
206200
  },
206201
- "slot": {
206201
+ "className": {
206202
206202
  "defaultValue": null,
206203
- "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.",
206204
- "name": "slot",
206203
+ "description": "The elements class name.",
206204
+ "name": "className",
206205
206205
  "parent": {
206206
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206207
- "name": "SlotProps"
206206
+ "fileName": "src/lib/types/props.ts",
206207
+ "name": "PropsWithClassName"
206208
206208
  },
206209
206209
  "declarations": [
206210
206210
  {
206211
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206212
- "name": "SlotProps"
206211
+ "fileName": "src/lib/types/props.ts",
206212
+ "name": "PropsWithClassName"
206213
206213
  }
206214
206214
  ],
206215
206215
  "required": false,
206216
206216
  "type": {
206217
- "name": "string | null"
206217
+ "name": "string"
206218
206218
  }
206219
- },
206220
- "onHoverStart": {
206219
+ }
206220
+ }
206221
+ },
206222
+ {
206223
+ "tags": {
206224
+ "flr-generate": "all",
206225
+ "flr-clear-props-context": ""
206226
+ },
206227
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
206228
+ "description": "",
206229
+ "displayName": "Radio",
206230
+ "methods": [],
206231
+ "props": {
206232
+ "aria-label": {
206221
206233
  "defaultValue": null,
206222
- "description": "Handler that is called when a hover interaction starts.",
206223
- "name": "onHoverStart",
206234
+ "description": "Defines a string value that labels the current element.",
206235
+ "name": "aria-label",
206224
206236
  "parent": {
206225
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206226
- "name": "HoverEvents"
206237
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206238
+ "name": "AriaLabelingProps"
206227
206239
  },
206228
206240
  "declarations": [
206229
206241
  {
206230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206231
- "name": "HoverEvents"
206242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206243
+ "name": "AriaLabelingProps"
206232
206244
  }
206233
206245
  ],
206234
206246
  "required": false,
206235
206247
  "type": {
206236
- "name": "((e: HoverEvent) => void)"
206248
+ "name": "string"
206237
206249
  }
206238
206250
  },
206239
- "onHoverEnd": {
206251
+ "aria-labelledby": {
206240
206252
  "defaultValue": null,
206241
- "description": "Handler that is called when a hover interaction ends.",
206242
- "name": "onHoverEnd",
206253
+ "description": "Identifies the element (or elements) that labels the current element.",
206254
+ "name": "aria-labelledby",
206243
206255
  "parent": {
206244
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206245
- "name": "HoverEvents"
206256
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206257
+ "name": "AriaLabelingProps"
206246
206258
  },
206247
206259
  "declarations": [
206248
206260
  {
206249
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206250
- "name": "HoverEvents"
206261
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206262
+ "name": "AriaLabelingProps"
206251
206263
  }
206252
206264
  ],
206253
206265
  "required": false,
206254
206266
  "type": {
206255
- "name": "((e: HoverEvent) => void)"
206267
+ "name": "string"
206256
206268
  }
206257
206269
  },
206258
- "onHoverChange": {
206270
+ "aria-describedby": {
206259
206271
  "defaultValue": null,
206260
- "description": "Handler that is called when the hover state changes.",
206261
- "name": "onHoverChange",
206272
+ "description": "Identifies the element (or elements) that describes the object.",
206273
+ "name": "aria-describedby",
206262
206274
  "parent": {
206263
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206264
- "name": "HoverEvents"
206275
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206276
+ "name": "AriaLabelingProps"
206265
206277
  },
206266
206278
  "declarations": [
206267
206279
  {
206268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206269
- "name": "HoverEvents"
206280
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206281
+ "name": "AriaLabelingProps"
206270
206282
  }
206271
206283
  ],
206272
206284
  "required": false,
206273
206285
  "type": {
206274
- "name": "((isHovering: boolean) => void)"
206286
+ "name": "string"
206275
206287
  }
206276
206288
  },
206277
- "inputRef": {
206289
+ "aria-details": {
206278
206290
  "defaultValue": null,
206279
- "description": "A ref for the HTML input element.",
206280
- "name": "inputRef",
206291
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
206292
+ "name": "aria-details",
206281
206293
  "parent": {
206282
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206283
- "name": "RadioProps"
206294
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206295
+ "name": "AriaLabelingProps"
206284
206296
  },
206285
206297
  "declarations": [
206286
206298
  {
206287
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206288
- "name": "RadioProps"
206299
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206300
+ "name": "AriaLabelingProps"
206289
206301
  }
206290
206302
  ],
206291
206303
  "required": false,
206292
206304
  "type": {
206293
- "name": "RefObject<HTMLInputElement | null>"
206305
+ "name": "string"
206294
206306
  }
206295
206307
  },
206296
- "children": {
206308
+ "className": {
206297
206309
  "defaultValue": null,
206298
- "description": "",
206299
- "name": "children",
206310
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
206311
+ "name": "className",
206312
+ "parent": {
206313
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206314
+ "name": "StyleRenderProps"
206315
+ },
206300
206316
  "declarations": [
206301
206317
  {
206302
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206303
- "name": "TypeLiteral"
206318
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206319
+ "name": "StyleRenderProps"
206304
206320
  }
206305
206321
  ],
206306
206322
  "required": false,
206307
206323
  "type": {
206308
- "name": "ReactNode"
206324
+ "name": "string | ((values: RadioRenderProps & { defaultClassName: string; }) => string)"
206309
206325
  }
206310
206326
  },
206311
- "wrapWith": {
206327
+ "style": {
206312
206328
  "defaultValue": null,
206313
- "description": "",
206314
- "name": "wrapWith",
206329
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
206330
+ "name": "style",
206315
206331
  "parent": {
206316
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
206317
- "name": "FlowComponentProps"
206332
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206333
+ "name": "StyleRenderProps"
206318
206334
  },
206319
206335
  "declarations": [
206320
206336
  {
206321
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
206322
- "name": "FlowComponentProps"
206337
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206338
+ "name": "StyleRenderProps"
206323
206339
  }
206324
206340
  ],
206325
206341
  "required": false,
206326
206342
  "type": {
206327
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
206343
+ "name": "CSSProperties | ((values: RadioRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
206328
206344
  }
206329
206345
  },
206330
- "tunnelId": {
206346
+ "isDisabled": {
206331
206347
  "defaultValue": null,
206332
- "description": "@internal",
206333
- "name": "tunnelId",
206348
+ "description": "Whether the radio button is disabled or not.\nShows that a selection exists, but is not available in that circumstance.",
206349
+ "name": "isDisabled",
206334
206350
  "parent": {
206335
- "fileName": "src/lib/types/props.ts",
206336
- "name": "PropsWithTunnel"
206351
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206352
+ "name": "RadioProps"
206337
206353
  },
206338
206354
  "declarations": [
206339
206355
  {
206340
- "fileName": "src/lib/types/props.ts",
206341
- "name": "PropsWithTunnel"
206356
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206357
+ "name": "RadioProps"
206342
206358
  }
206343
206359
  ],
206344
206360
  "required": false,
206345
206361
  "type": {
206346
- "name": "string | null"
206362
+ "name": "boolean"
206347
206363
  }
206348
206364
  },
206349
- "ref": {
206365
+ "autoFocus": {
206350
206366
  "defaultValue": null,
206351
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
206352
- "name": "ref",
206367
+ "description": "Whether the element should receive focus on render.",
206368
+ "name": "autoFocus",
206353
206369
  "parent": {
206354
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206355
- "name": "RefAttributes"
206370
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206371
+ "name": "FocusableProps"
206356
206372
  },
206357
206373
  "declarations": [
206358
206374
  {
206359
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206360
- "name": "RefAttributes"
206375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206376
+ "name": "FocusableProps"
206361
206377
  }
206362
206378
  ],
206363
206379
  "required": false,
206364
206380
  "type": {
206365
- "name": "Ref<HTMLLabelElement>"
206381
+ "name": "boolean"
206366
206382
  }
206367
206383
  },
206368
- "key": {
206384
+ "onFocus": {
206369
206385
  "defaultValue": null,
206370
- "description": "",
206371
- "name": "key",
206386
+ "description": "Handler that is called when the element receives focus.",
206387
+ "name": "onFocus",
206372
206388
  "parent": {
206373
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206374
- "name": "Attributes"
206389
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206390
+ "name": "FocusEvents"
206375
206391
  },
206376
206392
  "declarations": [
206377
206393
  {
206378
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206379
- "name": "Attributes"
206394
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206395
+ "name": "FocusEvents"
206380
206396
  }
206381
206397
  ],
206382
206398
  "required": false,
206383
206399
  "type": {
206384
- "name": "Key | null"
206400
+ "name": "((e: FocusEvent<Element, Element>) => void)"
206385
206401
  }
206386
- }
206387
- }
206388
- },
206389
- {
206390
- "tags": {},
206391
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
206392
- "description": "",
206393
- "displayName": "PopoverTrigger",
206394
- "methods": [],
206395
- "props": {
206396
- "isDefaultOpen": {
206402
+ },
206403
+ "onBlur": {
206397
206404
  "defaultValue": null,
206398
- "description": "Whether the overlay should be open initially.",
206399
- "name": "isDefaultOpen",
206405
+ "description": "Handler that is called when the element loses focus.",
206406
+ "name": "onBlur",
206400
206407
  "parent": {
206401
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
206402
- "name": "OverlayTriggerProps"
206408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206409
+ "name": "FocusEvents"
206403
206410
  },
206404
206411
  "declarations": [
206405
206412
  {
206406
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
206407
- "name": "OverlayTriggerProps"
206413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206414
+ "name": "FocusEvents"
206408
206415
  }
206409
206416
  ],
206410
206417
  "required": false,
206411
206418
  "type": {
206412
- "name": "boolean"
206419
+ "name": "((e: FocusEvent<Element, Element>) => void)"
206413
206420
  }
206414
206421
  },
206415
- "controller": {
206422
+ "onFocusChange": {
206416
206423
  "defaultValue": null,
206417
- "description": "A controller to control the state of the overlay.",
206418
- "name": "controller",
206424
+ "description": "Handler that is called when the element's focus status changes.",
206425
+ "name": "onFocusChange",
206419
206426
  "parent": {
206420
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
206421
- "name": "OverlayTriggerProps"
206427
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206428
+ "name": "FocusEvents"
206422
206429
  },
206423
206430
  "declarations": [
206424
206431
  {
206425
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
206426
- "name": "OverlayTriggerProps"
206432
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206433
+ "name": "FocusEvents"
206427
206434
  }
206428
206435
  ],
206429
206436
  "required": false,
206430
206437
  "type": {
206431
- "name": "OverlayController"
206438
+ "name": "((isFocused: boolean) => void)"
206432
206439
  }
206433
206440
  },
206434
- "wrapWith": {
206441
+ "onKeyDown": {
206435
206442
  "defaultValue": null,
206436
- "description": "",
206437
- "name": "wrapWith",
206443
+ "description": "Handler that is called when a key is pressed.",
206444
+ "name": "onKeyDown",
206438
206445
  "parent": {
206439
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
206440
- "name": "FlowComponentProps"
206446
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206447
+ "name": "KeyboardEvents"
206441
206448
  },
206442
206449
  "declarations": [
206443
206450
  {
206444
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
206445
- "name": "FlowComponentProps"
206451
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206452
+ "name": "KeyboardEvents"
206446
206453
  }
206447
206454
  ],
206448
206455
  "required": false,
206449
206456
  "type": {
206450
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
206457
+ "name": "((e: KeyboardEvent) => void)"
206451
206458
  }
206452
206459
  },
206453
- "tunnelId": {
206460
+ "onKeyUp": {
206454
206461
  "defaultValue": null,
206455
- "description": "@internal",
206456
- "name": "tunnelId",
206462
+ "description": "Handler that is called when a key is released.",
206463
+ "name": "onKeyUp",
206457
206464
  "parent": {
206458
- "fileName": "src/lib/types/props.ts",
206459
- "name": "PropsWithTunnel"
206465
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206466
+ "name": "KeyboardEvents"
206460
206467
  },
206461
206468
  "declarations": [
206462
206469
  {
206463
- "fileName": "src/lib/types/props.ts",
206464
- "name": "PropsWithTunnel"
206470
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206471
+ "name": "KeyboardEvents"
206465
206472
  }
206466
206473
  ],
206467
206474
  "required": false,
206468
206475
  "type": {
206469
- "name": "string | null"
206476
+ "name": "((e: KeyboardEvent) => void)"
206470
206477
  }
206471
206478
  },
206472
- "children": {
206479
+ "value": {
206473
206480
  "defaultValue": null,
206474
- "description": "",
206475
- "name": "children",
206481
+ "description": "The value of the radio button, used when submitting an HTML form.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Value).",
206482
+ "name": "value",
206483
+ "parent": {
206484
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206485
+ "name": "RadioProps"
206486
+ },
206476
206487
  "declarations": [
206477
206488
  {
206478
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206479
- "name": "TypeLiteral"
206489
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.6_react@19.0.0/node_modules/@react-types/radio/src/index.d.ts",
206490
+ "name": "RadioProps"
206480
206491
  }
206481
206492
  ],
206482
- "required": false,
206493
+ "required": true,
206483
206494
  "type": {
206484
- "name": "ReactNode"
206495
+ "name": "string"
206485
206496
  }
206486
206497
  },
206487
- "ref": {
206498
+ "id": {
206488
206499
  "defaultValue": null,
206489
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
206490
- "name": "ref",
206500
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
206501
+ "name": "id",
206491
206502
  "parent": {
206492
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206493
- "name": "RefAttributes"
206503
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206504
+ "name": "DOMProps"
206494
206505
  },
206495
206506
  "declarations": [
206496
206507
  {
206497
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206498
- "name": "RefAttributes"
206508
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
206509
+ "name": "DOMProps"
206499
206510
  }
206500
206511
  ],
206501
206512
  "required": false,
206502
206513
  "type": {
206503
- "name": "Ref<HTMLDivElement>"
206514
+ "name": "string"
206504
206515
  }
206505
206516
  },
206506
- "key": {
206517
+ "slot": {
206507
206518
  "defaultValue": null,
206508
- "description": "",
206509
- "name": "key",
206519
+ "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.",
206520
+ "name": "slot",
206510
206521
  "parent": {
206511
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206512
- "name": "Attributes"
206522
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206523
+ "name": "SlotProps"
206513
206524
  },
206514
206525
  "declarations": [
206515
206526
  {
206516
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206517
- "name": "Attributes"
206527
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206528
+ "name": "SlotProps"
206518
206529
  }
206519
206530
  ],
206520
206531
  "required": false,
206521
206532
  "type": {
206522
- "name": "Key | null"
206533
+ "name": "string | null"
206523
206534
  }
206524
- }
206525
- }
206526
- },
206527
- {
206528
- "tags": {
206529
- "flr-generate": "all"
206530
- },
206531
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206532
- "description": "",
206533
- "displayName": "PopoverContent",
206534
- "methods": [],
206535
- "props": {
206536
- "withTip": {
206535
+ },
206536
+ "onHoverStart": {
206537
206537
  "defaultValue": null,
206538
- "description": "",
206539
- "name": "withTip",
206538
+ "description": "Handler that is called when a hover interaction starts.",
206539
+ "name": "onHoverStart",
206540
206540
  "parent": {
206541
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206542
- "name": "PopoverContentProps"
206541
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206542
+ "name": "HoverEvents"
206543
206543
  },
206544
206544
  "declarations": [
206545
206545
  {
206546
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206547
- "name": "PopoverContentProps"
206546
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206547
+ "name": "HoverEvents"
206548
206548
  }
206549
206549
  ],
206550
206550
  "required": false,
206551
206551
  "type": {
206552
- "name": "boolean"
206552
+ "name": "((e: HoverEvent) => void)"
206553
206553
  }
206554
206554
  },
206555
- "isDialogContent": {
206555
+ "onHoverEnd": {
206556
206556
  "defaultValue": null,
206557
- "description": "",
206558
- "name": "isDialogContent",
206557
+ "description": "Handler that is called when a hover interaction ends.",
206558
+ "name": "onHoverEnd",
206559
206559
  "parent": {
206560
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206561
- "name": "PopoverContentProps"
206560
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206561
+ "name": "HoverEvents"
206562
206562
  },
206563
206563
  "declarations": [
206564
206564
  {
206565
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206566
- "name": "PopoverContentProps"
206565
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206566
+ "name": "HoverEvents"
206567
206567
  }
206568
206568
  ],
206569
206569
  "required": false,
206570
206570
  "type": {
206571
- "name": "boolean"
206571
+ "name": "((e: HoverEvent) => void)"
206572
206572
  }
206573
206573
  },
206574
- "isOpen": {
206574
+ "onHoverChange": {
206575
206575
  "defaultValue": null,
206576
- "description": "",
206577
- "name": "isOpen",
206576
+ "description": "Handler that is called when the hover state changes.",
206577
+ "name": "onHoverChange",
206578
206578
  "parent": {
206579
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206580
- "name": "PopoverContentProps"
206579
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206580
+ "name": "HoverEvents"
206581
206581
  },
206582
206582
  "declarations": [
206583
206583
  {
206584
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206585
- "name": "PopoverContentProps"
206584
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
206585
+ "name": "HoverEvents"
206586
206586
  }
206587
206587
  ],
206588
206588
  "required": false,
206589
206589
  "type": {
206590
- "name": "boolean"
206590
+ "name": "((isHovering: boolean) => void)"
206591
206591
  }
206592
206592
  },
206593
- "width": {
206593
+ "inputRef": {
206594
206594
  "defaultValue": null,
206595
- "description": "",
206596
- "name": "width",
206595
+ "description": "A ref for the HTML input element.",
206596
+ "name": "inputRef",
206597
206597
  "parent": {
206598
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206599
- "name": "PopoverContentProps"
206598
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206599
+ "name": "RadioProps"
206600
206600
  },
206601
206601
  "declarations": [
206602
206602
  {
206603
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206604
- "name": "PopoverContentProps"
206603
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
206604
+ "name": "RadioProps"
206605
206605
  }
206606
206606
  ],
206607
206607
  "required": false,
206608
206608
  "type": {
206609
- "name": "string | number"
206609
+ "name": "RefObject<HTMLInputElement | null>"
206610
206610
  }
206611
206611
  },
206612
- "padding": {
206612
+ "children": {
206613
206613
  "defaultValue": null,
206614
206614
  "description": "",
206615
- "name": "padding",
206616
- "parent": {
206617
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206618
- "name": "PopoverContentProps"
206619
- },
206615
+ "name": "children",
206620
206616
  "declarations": [
206621
206617
  {
206622
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206623
- "name": "PopoverContentProps"
206618
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206619
+ "name": "TypeLiteral"
206624
206620
  }
206625
206621
  ],
206626
206622
  "required": false,
206627
206623
  "type": {
206628
- "name": "\"s\" | \"m\""
206624
+ "name": "ReactNode"
206629
206625
  }
206630
206626
  },
206631
- "onOpenChange": {
206627
+ "wrapWith": {
206632
206628
  "defaultValue": null,
206633
206629
  "description": "",
206634
- "name": "onOpenChange",
206630
+ "name": "wrapWith",
206635
206631
  "parent": {
206636
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206637
- "name": "PopoverContentProps"
206632
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
206633
+ "name": "FlowComponentProps"
206638
206634
  },
206639
206635
  "declarations": [
206640
206636
  {
206641
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206642
- "name": "PopoverContentProps"
206637
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
206638
+ "name": "FlowComponentProps"
206643
206639
  }
206644
206640
  ],
206645
- "required": true,
206641
+ "required": false,
206646
206642
  "type": {
206647
- "name": "(isOpen: boolean) => void"
206643
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
206648
206644
  }
206649
206645
  },
206650
- "ref": {
206646
+ "tunnelId": {
206651
206647
  "defaultValue": null,
206652
- "description": "",
206653
- "name": "ref",
206648
+ "description": "@internal",
206649
+ "name": "tunnelId",
206654
206650
  "parent": {
206655
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206656
- "name": "PopoverContentProps"
206651
+ "fileName": "src/lib/types/props.ts",
206652
+ "name": "PropsWithTunnel"
206657
206653
  },
206658
206654
  "declarations": [
206659
206655
  {
206660
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
206661
- "name": "PopoverContentProps"
206656
+ "fileName": "src/lib/types/props.ts",
206657
+ "name": "PropsWithTunnel"
206662
206658
  }
206663
206659
  ],
206664
206660
  "required": false,
206665
206661
  "type": {
206666
- "name": "Ref<HTMLElement>"
206662
+ "name": "string | null"
206667
206663
  }
206668
206664
  },
206669
- "children": {
206665
+ "ref": {
206670
206666
  "defaultValue": null,
206671
- "description": "",
206672
- "name": "children",
206667
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
206668
+ "name": "ref",
206669
+ "parent": {
206670
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206671
+ "name": "RefAttributes"
206672
+ },
206673
206673
  "declarations": [
206674
206674
  {
206675
206675
  "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206676
- "name": "TypeLiteral"
206676
+ "name": "RefAttributes"
206677
206677
  }
206678
206678
  ],
206679
206679
  "required": false,
206680
206680
  "type": {
206681
- "name": "ReactNode"
206681
+ "name": "Ref<HTMLLabelElement>"
206682
206682
  }
206683
206683
  },
206684
- "className": {
206684
+ "key": {
206685
206685
  "defaultValue": null,
206686
- "description": "The elements class name.",
206687
- "name": "className",
206686
+ "description": "",
206687
+ "name": "key",
206688
206688
  "parent": {
206689
- "fileName": "src/lib/types/props.ts",
206690
- "name": "PropsWithClassName"
206689
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206690
+ "name": "Attributes"
206691
206691
  },
206692
206692
  "declarations": [
206693
206693
  {
206694
- "fileName": "src/lib/types/props.ts",
206695
- "name": "PropsWithClassName"
206694
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
206695
+ "name": "Attributes"
206696
206696
  }
206697
206697
  ],
206698
206698
  "required": false,
206699
206699
  "type": {
206700
- "name": "string"
206700
+ "name": "Key | null"
206701
206701
  }
206702
206702
  }
206703
206703
  }
@@ -212755,6 +212755,14 @@
212755
212755
  "methods": [],
212756
212756
  "props": {}
212757
212757
  },
212758
+ {
212759
+ "tags": {},
212760
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
212761
+ "description": "",
212762
+ "displayName": "Footer",
212763
+ "methods": [],
212764
+ "props": {}
212765
+ },
212758
212766
  {
212759
212767
  "tags": {},
212760
212768
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -212802,14 +212810,6 @@
212802
212810
  }
212803
212811
  }
212804
212812
  },
212805
- {
212806
- "tags": {},
212807
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
212808
- "description": "",
212809
- "displayName": "Footer",
212810
- "methods": [],
212811
- "props": {}
212812
- },
212813
212813
  {
212814
212814
  "tags": {},
212815
212815
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -216118,75 +216118,13 @@
216118
216118
  },
216119
216119
  "declarations": [
216120
216120
  {
216121
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
216122
- "name": "ScrollableProps"
216123
- }
216124
- ],
216125
- "required": false,
216126
- "type": {
216127
- "name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
216128
- }
216129
- }
216130
- }
216131
- },
216132
- {
216133
- "tags": {},
216134
- "filePath": "src/components/List/components/Items/components/Item/Item.tsx",
216135
- "description": "",
216136
- "displayName": "Item",
216137
- "methods": [],
216138
- "props": {
216139
- "id": {
216140
- "defaultValue": null,
216141
- "description": "",
216142
- "name": "id",
216143
- "parent": {
216144
- "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216145
- "name": "Props"
216146
- },
216147
- "declarations": [
216148
- {
216149
- "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216150
- "name": "Props"
216151
- }
216152
- ],
216153
- "required": true,
216154
- "type": {
216155
- "name": "Key"
216156
- }
216157
- },
216158
- "data": {
216159
- "defaultValue": null,
216160
- "description": "",
216161
- "name": "data",
216162
- "parent": {
216163
- "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216164
- "name": "Props"
216165
- },
216166
- "declarations": [
216167
- {
216168
- "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216169
- "name": "Props"
216170
- }
216171
- ],
216172
- "required": true,
216173
- "type": {
216174
- "name": "never"
216175
- }
216176
- },
216177
- "children": {
216178
- "defaultValue": null,
216179
- "description": "",
216180
- "name": "children",
216181
- "declarations": [
216182
- {
216183
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
216184
- "name": "TypeLiteral"
216121
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
216122
+ "name": "ScrollableProps"
216185
216123
  }
216186
216124
  ],
216187
216125
  "required": false,
216188
216126
  "type": {
216189
- "name": "ReactNode"
216127
+ "name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
216190
216128
  }
216191
216129
  }
216192
216130
  }
@@ -216195,7 +216133,7 @@
216195
216133
  "tags": {},
216196
216134
  "filePath": "src/components/List/components/Items/components/Item/Item.tsx",
216197
216135
  "description": "",
216198
- "displayName": "ItemContainer",
216136
+ "displayName": "Item",
216199
216137
  "methods": [],
216200
216138
  "props": {
216201
216139
  "id": {
@@ -216255,136 +216193,71 @@
216255
216193
  },
216256
216194
  {
216257
216195
  "tags": {},
216258
- "filePath": "src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
216259
- "description": "",
216260
- "displayName": "FallbackItems",
216261
- "methods": [],
216262
- "props": {}
216263
- },
216264
- {
216265
- "tags": {},
216266
- "filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
216267
- "description": "",
216268
- "displayName": "ViewModeMenu",
216269
- "methods": [],
216270
- "props": {}
216271
- },
216272
- {
216273
- "tags": {},
216274
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216196
+ "filePath": "src/components/List/components/Items/components/Item/Item.tsx",
216275
216197
  "description": "",
216276
- "displayName": "SortingPickerItem",
216198
+ "displayName": "ItemContainer",
216277
216199
  "methods": [],
216278
216200
  "props": {
216279
- "sorting": {
216201
+ "id": {
216280
216202
  "defaultValue": null,
216281
216203
  "description": "",
216282
- "name": "sorting",
216204
+ "name": "id",
216283
216205
  "parent": {
216284
- "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216206
+ "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216285
216207
  "name": "Props"
216286
216208
  },
216287
216209
  "declarations": [
216288
216210
  {
216289
- "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216211
+ "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216290
216212
  "name": "Props"
216291
216213
  }
216292
216214
  ],
216293
216215
  "required": true,
216294
216216
  "type": {
216295
- "name": "Sorting<never>"
216217
+ "name": "Key"
216296
216218
  }
216297
- }
216298
- }
216299
- },
216300
- {
216301
- "tags": {},
216302
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
216303
- "description": "",
216304
- "displayName": "SortingPicker",
216305
- "methods": [],
216306
- "props": {}
216307
- },
216308
- {
216309
- "tags": {},
216310
- "filePath": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216311
- "description": "",
216312
- "displayName": "SearchField",
216313
- "methods": [],
216314
- "props": {
216315
- "search": {
216219
+ },
216220
+ "data": {
216316
216221
  "defaultValue": null,
216317
216222
  "description": "",
216318
- "name": "search",
216223
+ "name": "data",
216319
216224
  "parent": {
216320
- "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216225
+ "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216321
216226
  "name": "Props"
216322
216227
  },
216323
216228
  "declarations": [
216324
216229
  {
216325
- "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216230
+ "fileName": "src/components/List/components/Items/components/Item/Item.tsx",
216326
216231
  "name": "Props"
216327
216232
  }
216328
216233
  ],
216329
216234
  "required": true,
216330
216235
  "type": {
216331
- "name": "Search<never>"
216236
+ "name": "never"
216332
216237
  }
216333
216238
  },
216334
- "className": {
216335
- "defaultValue": null,
216336
- "description": "The elements class name.",
216337
- "name": "className",
216338
- "parent": {
216339
- "fileName": "src/lib/types/props.ts",
216340
- "name": "PropsWithClassName"
216341
- },
216342
- "declarations": [
216343
- {
216344
- "fileName": "src/lib/types/props.ts",
216345
- "name": "PropsWithClassName"
216346
- }
216347
- ],
216348
- "required": false,
216349
- "type": {
216350
- "name": "string"
216351
- }
216352
- }
216353
- }
216354
- },
216355
- {
216356
- "tags": {},
216357
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216358
- "description": "",
216359
- "displayName": "FilterPicker",
216360
- "methods": [],
216361
- "props": {
216362
- "filter": {
216239
+ "children": {
216363
216240
  "defaultValue": null,
216364
216241
  "description": "",
216365
- "name": "filter",
216366
- "parent": {
216367
- "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216368
- "name": "Props"
216369
- },
216242
+ "name": "children",
216370
216243
  "declarations": [
216371
216244
  {
216372
- "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216373
- "name": "Props"
216245
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
216246
+ "name": "TypeLiteral"
216374
216247
  }
216375
216248
  ],
216376
- "required": true,
216249
+ "required": false,
216377
216250
  "type": {
216378
- "name": "Filter<never, never, never>"
216251
+ "name": "ReactNode"
216379
216252
  }
216380
216253
  }
216381
216254
  }
216382
216255
  },
216383
216256
  {
216384
216257
  "tags": {},
216385
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
216258
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
216386
216259
  "description": "",
216387
- "displayName": "ActiveFilters",
216260
+ "displayName": "FallbackItems",
216388
216261
  "methods": [],
216389
216262
  "props": {}
216390
216263
  },
@@ -222680,6 +222553,133 @@
222680
222553
  }
222681
222554
  }
222682
222555
  },
222556
+ {
222557
+ "tags": {},
222558
+ "filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
222559
+ "description": "",
222560
+ "displayName": "ViewModeMenu",
222561
+ "methods": [],
222562
+ "props": {}
222563
+ },
222564
+ {
222565
+ "tags": {},
222566
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
222567
+ "description": "",
222568
+ "displayName": "SortingPickerItem",
222569
+ "methods": [],
222570
+ "props": {
222571
+ "sorting": {
222572
+ "defaultValue": null,
222573
+ "description": "",
222574
+ "name": "sorting",
222575
+ "parent": {
222576
+ "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
222577
+ "name": "Props"
222578
+ },
222579
+ "declarations": [
222580
+ {
222581
+ "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
222582
+ "name": "Props"
222583
+ }
222584
+ ],
222585
+ "required": true,
222586
+ "type": {
222587
+ "name": "Sorting<never>"
222588
+ }
222589
+ }
222590
+ }
222591
+ },
222592
+ {
222593
+ "tags": {},
222594
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
222595
+ "description": "",
222596
+ "displayName": "SortingPicker",
222597
+ "methods": [],
222598
+ "props": {}
222599
+ },
222600
+ {
222601
+ "tags": {},
222602
+ "filePath": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
222603
+ "description": "",
222604
+ "displayName": "SearchField",
222605
+ "methods": [],
222606
+ "props": {
222607
+ "search": {
222608
+ "defaultValue": null,
222609
+ "description": "",
222610
+ "name": "search",
222611
+ "parent": {
222612
+ "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
222613
+ "name": "Props"
222614
+ },
222615
+ "declarations": [
222616
+ {
222617
+ "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
222618
+ "name": "Props"
222619
+ }
222620
+ ],
222621
+ "required": true,
222622
+ "type": {
222623
+ "name": "Search<never>"
222624
+ }
222625
+ },
222626
+ "className": {
222627
+ "defaultValue": null,
222628
+ "description": "The elements class name.",
222629
+ "name": "className",
222630
+ "parent": {
222631
+ "fileName": "src/lib/types/props.ts",
222632
+ "name": "PropsWithClassName"
222633
+ },
222634
+ "declarations": [
222635
+ {
222636
+ "fileName": "src/lib/types/props.ts",
222637
+ "name": "PropsWithClassName"
222638
+ }
222639
+ ],
222640
+ "required": false,
222641
+ "type": {
222642
+ "name": "string"
222643
+ }
222644
+ }
222645
+ }
222646
+ },
222647
+ {
222648
+ "tags": {},
222649
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
222650
+ "description": "",
222651
+ "displayName": "FilterPicker",
222652
+ "methods": [],
222653
+ "props": {
222654
+ "filter": {
222655
+ "defaultValue": null,
222656
+ "description": "",
222657
+ "name": "filter",
222658
+ "parent": {
222659
+ "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
222660
+ "name": "Props"
222661
+ },
222662
+ "declarations": [
222663
+ {
222664
+ "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
222665
+ "name": "Props"
222666
+ }
222667
+ ],
222668
+ "required": true,
222669
+ "type": {
222670
+ "name": "Filter<never, never, never>"
222671
+ }
222672
+ }
222673
+ }
222674
+ },
222675
+ {
222676
+ "tags": {},
222677
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
222678
+ "description": "",
222679
+ "displayName": "ActiveFilters",
222680
+ "methods": [],
222681
+ "props": {}
222682
+ },
222683
222683
  {
222684
222684
  "tags": {},
222685
222685
  "filePath": "src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
@@ -222892,10 +222892,30 @@
222892
222892
  },
222893
222893
  {
222894
222894
  "tags": {},
222895
- "filePath": "src/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.tsx",
222895
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
222896
222896
  "description": "",
222897
- "displayName": "SkeletonView",
222897
+ "displayName": "ListItemSkeletonView",
222898
222898
  "methods": [],
222899
- "props": {}
222899
+ "props": {
222900
+ "viewMode": {
222901
+ "defaultValue": null,
222902
+ "description": "",
222903
+ "name": "viewMode",
222904
+ "parent": {
222905
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
222906
+ "name": "ListItemSkeletonViewProps"
222907
+ },
222908
+ "declarations": [
222909
+ {
222910
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
222911
+ "name": "ListItemSkeletonViewProps"
222912
+ }
222913
+ ],
222914
+ "required": true,
222915
+ "type": {
222916
+ "name": "ListViewMode"
222917
+ }
222918
+ }
222919
+ }
222900
222920
  }
222901
222921
  ]