@mittwald/flow-react-components 0.2.0-alpha.336 → 0.2.0-alpha.337

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 (36) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +637 -494
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +47 -28
  5. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  6. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs +5 -5
  7. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs.map +1 -1
  8. package/dist/js/components/src/components/Options/Options.mjs +34 -5
  9. package/dist/js/components/src/components/Options/Options.mjs.map +1 -1
  10. package/dist/js/components/src/components/Popover/Popover.mjs +3 -3
  11. package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
  12. package/dist/js/components/src/components/Popover/Popover.module.scss.mjs +2 -2
  13. package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +4 -4
  14. package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
  15. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs +2 -2
  16. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs.map +1 -1
  17. package/dist/js/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs.map +1 -1
  18. package/dist/js/components/src/components/propTypes/index.mjs +1 -0
  19. package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
  20. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  21. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts +1 -0
  22. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts.map +1 -1
  23. package/dist/types/components/Options/Options.d.ts +2 -1
  24. package/dist/types/components/Options/Options.d.ts.map +1 -1
  25. package/dist/types/components/Popover/Popover.d.ts +2 -2
  26. package/dist/types/components/Popover/Popover.d.ts.map +1 -1
  27. package/dist/types/components/SuspenseTrigger/SuspenseTrigger.d.ts +0 -1
  28. package/dist/types/components/SuspenseTrigger/SuspenseTrigger.d.ts.map +1 -1
  29. package/dist/types/components/propTypes/index.d.ts +2 -0
  30. package/dist/types/components/propTypes/index.d.ts.map +1 -1
  31. package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts.map +1 -1
  32. package/dist/types/lib/propsContext/propsContext.d.ts +2 -0
  33. package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
  34. package/package.json +4 -4
  35. package/dist/types/views/SuspenseTriggerView.d.ts +0 -5
  36. package/dist/types/views/SuspenseTriggerView.d.ts.map +0 -1
@@ -11816,9 +11816,7 @@
11816
11816
  }
11817
11817
  },
11818
11818
  {
11819
- "tags": {
11820
- "flr-generate": "all"
11821
- },
11819
+ "tags": {},
11822
11820
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
11823
11821
  "description": "",
11824
11822
  "displayName": "SuspenseTrigger",
@@ -34365,7 +34363,7 @@
34365
34363
  "props": {
34366
34364
  "controller": {
34367
34365
  "defaultValue": null,
34368
- "description": "",
34366
+ "description": "An overlay controller to control the popover state.",
34369
34367
  "name": "controller",
34370
34368
  "parent": {
34371
34369
  "fileName": "components/src/components/Options/Options.tsx",
@@ -34382,162 +34380,179 @@
34382
34380
  "name": "OverlayController"
34383
34381
  }
34384
34382
  },
34385
- "selectionBehavior": {
34386
- "defaultValue": {
34387
- "value": "\"toggle\""
34388
- },
34389
- "description": "How multiple selection should behave in the collection.",
34390
- "name": "selectionBehavior",
34383
+ "renderEmptyState": {
34384
+ "defaultValue": null,
34385
+ "description": "Provides content to display when there are no items in the list.",
34386
+ "name": "renderEmptyState",
34391
34387
  "parent": {
34392
34388
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34393
- "name": "TableProps"
34389
+ "name": "ListBoxProps"
34394
34390
  },
34395
34391
  "declarations": [
34396
34392
  {
34397
34393
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34398
- "name": "TableProps"
34394
+ "name": "ListBoxProps"
34399
34395
  }
34400
34396
  ],
34401
34397
  "required": false,
34402
34398
  "type": {
34403
- "name": "SelectionBehavior"
34399
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
34404
34400
  }
34405
34401
  },
34406
- "dragAndDropHooks": {
34402
+ "onAction": {
34407
34403
  "defaultValue": null,
34408
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
34409
- "name": "dragAndDropHooks",
34404
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
34405
+ "name": "onAction",
34410
34406
  "parent": {
34411
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34412
- "name": "TableProps"
34407
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34408
+ "name": "AriaListBoxProps"
34413
34409
  },
34414
34410
  "declarations": [
34415
34411
  {
34416
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34417
- "name": "TableProps"
34412
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34413
+ "name": "AriaListBoxProps"
34418
34414
  }
34419
34415
  ],
34420
34416
  "required": false,
34421
34417
  "type": {
34422
- "name": "DragAndDropHooks"
34418
+ "name": "((key: Key) => void)"
34423
34419
  }
34424
34420
  },
34425
- "renderEmptyState": {
34421
+ "withTip": {
34426
34422
  "defaultValue": null,
34427
- "description": "Provides content to display when there are no items in the list.",
34428
- "name": "renderEmptyState",
34423
+ "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
34424
+ "name": "withTip",
34429
34425
  "parent": {
34430
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34431
- "name": "ListBoxProps"
34426
+ "fileName": "components/src/components/Popover/Popover.tsx",
34427
+ "name": "PopoverProps"
34432
34428
  },
34433
34429
  "declarations": [
34434
34430
  {
34435
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34436
- "name": "ListBoxProps"
34431
+ "fileName": "components/src/components/Popover/Popover.tsx",
34432
+ "name": "PopoverProps"
34437
34433
  }
34438
34434
  ],
34439
34435
  "required": false,
34440
34436
  "type": {
34441
- "name": "((props: ListBoxRenderProps) => ReactNode)"
34437
+ "name": "boolean"
34442
34438
  }
34443
34439
  },
34444
- "layout": {
34445
- "defaultValue": {
34446
- "value": "'stack'"
34440
+ "isDialogContent": {
34441
+ "defaultValue": null,
34442
+ "description": "Whether the popover contains a dialog.",
34443
+ "name": "isDialogContent",
34444
+ "parent": {
34445
+ "fileName": "components/src/components/Popover/Popover.tsx",
34446
+ "name": "PopoverProps"
34447
34447
  },
34448
- "description": "Whether the items are arranged in a stack or grid.",
34449
- "name": "layout",
34448
+ "declarations": [
34449
+ {
34450
+ "fileName": "components/src/components/Popover/Popover.tsx",
34451
+ "name": "PopoverProps"
34452
+ }
34453
+ ],
34454
+ "required": false,
34455
+ "type": {
34456
+ "name": "boolean"
34457
+ }
34458
+ },
34459
+ "width": {
34460
+ "defaultValue": null,
34461
+ "description": "A fixed width for the popover.",
34462
+ "name": "width",
34450
34463
  "parent": {
34451
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34452
- "name": "ListBoxProps"
34464
+ "fileName": "components/src/components/Popover/Popover.tsx",
34465
+ "name": "PopoverProps"
34453
34466
  },
34454
34467
  "declarations": [
34455
34468
  {
34456
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34457
- "name": "ListBoxProps"
34469
+ "fileName": "components/src/components/Popover/Popover.tsx",
34470
+ "name": "PopoverProps"
34458
34471
  }
34459
34472
  ],
34460
34473
  "required": false,
34461
34474
  "type": {
34462
- "name": "\"grid\" | \"stack\""
34475
+ "name": "string | number"
34463
34476
  }
34464
34477
  },
34465
- "orientation": {
34478
+ "padding": {
34466
34479
  "defaultValue": {
34467
- "value": "'vertical'"
34480
+ "value": "\"m\""
34468
34481
  },
34469
- "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
34470
- "name": "orientation",
34482
+ "description": "The popovers padding.",
34483
+ "name": "padding",
34471
34484
  "parent": {
34472
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34473
- "name": "ListBoxProps"
34485
+ "fileName": "components/src/components/Popover/Popover.tsx",
34486
+ "name": "PopoverProps"
34474
34487
  },
34475
34488
  "declarations": [
34476
34489
  {
34477
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34478
- "name": "ListBoxProps"
34490
+ "fileName": "components/src/components/Popover/Popover.tsx",
34491
+ "name": "PopoverProps"
34479
34492
  }
34480
34493
  ],
34481
34494
  "required": false,
34482
34495
  "type": {
34483
- "name": "Orientation"
34496
+ "name": "\"s\" | \"m\""
34484
34497
  }
34485
34498
  },
34486
- "onFocus": {
34499
+ "className": {
34487
34500
  "defaultValue": null,
34488
- "description": "Handler that is called when the element receives focus.",
34489
- "name": "onFocus",
34501
+ "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.",
34502
+ "name": "className",
34490
34503
  "parent": {
34491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34492
- "name": "FocusEvents"
34504
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34505
+ "name": "StyleRenderProps"
34493
34506
  },
34494
34507
  "declarations": [
34495
34508
  {
34496
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34497
- "name": "FocusEvents"
34509
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34510
+ "name": "StyleRenderProps"
34498
34511
  }
34499
34512
  ],
34500
34513
  "required": false,
34501
34514
  "type": {
34502
- "name": "((e: FocusEvent<Element, Element>) => void)"
34515
+ "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
34503
34516
  }
34504
34517
  },
34505
- "onBlur": {
34518
+ "style": {
34506
34519
  "defaultValue": null,
34507
- "description": "Handler that is called when the element loses focus.",
34508
- "name": "onBlur",
34520
+ "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.",
34521
+ "name": "style",
34509
34522
  "parent": {
34510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34511
- "name": "FocusEvents"
34523
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34524
+ "name": "StyleRenderProps"
34512
34525
  },
34513
34526
  "declarations": [
34514
34527
  {
34515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34516
- "name": "FocusEvents"
34528
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34529
+ "name": "StyleRenderProps"
34517
34530
  }
34518
34531
  ],
34519
34532
  "required": false,
34520
34533
  "type": {
34521
- "name": "((e: FocusEvent<Element, Element>) => void)"
34534
+ "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
34522
34535
  }
34523
34536
  },
34524
- "id": {
34525
- "defaultValue": null,
34526
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
34527
- "name": "id",
34537
+ "offset": {
34538
+ "defaultValue": {
34539
+ "value": "8"
34540
+ },
34541
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
34542
+ "name": "offset",
34528
34543
  "parent": {
34529
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
34530
- "name": "DOMProps"
34544
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34545
+ "name": "PopoverProps"
34531
34546
  },
34532
34547
  "declarations": [
34533
34548
  {
34534
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
34535
- "name": "DOMProps"
34549
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34550
+ "name": "PopoverProps"
34536
34551
  }
34537
34552
  ],
34538
34553
  "required": false,
34539
34554
  "type": {
34540
- "name": "string"
34555
+ "name": "number"
34541
34556
  }
34542
34557
  },
34543
34558
  "aria-describedby": {
@@ -34616,75 +34631,77 @@
34616
34631
  "name": "string"
34617
34632
  }
34618
34633
  },
34619
- "autoFocus": {
34620
- "defaultValue": null,
34621
- "description": "Whether to auto focus the listbox or an option.",
34622
- "name": "autoFocus",
34634
+ "arrowBoundaryOffset": {
34635
+ "defaultValue": {
34636
+ "value": "0"
34637
+ },
34638
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
34639
+ "name": "arrowBoundaryOffset",
34623
34640
  "parent": {
34624
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34625
- "name": "ListBoxProps"
34641
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34642
+ "name": "AriaPositionProps"
34626
34643
  },
34627
34644
  "declarations": [
34628
34645
  {
34629
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34630
- "name": "ListBoxProps"
34646
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34647
+ "name": "AriaPositionProps"
34631
34648
  }
34632
34649
  ],
34633
34650
  "required": false,
34634
34651
  "type": {
34635
- "name": "boolean | FocusStrategy"
34652
+ "name": "number"
34636
34653
  }
34637
34654
  },
34638
- "onFocusChange": {
34655
+ "triggerRef": {
34639
34656
  "defaultValue": null,
34640
- "description": "Handler that is called when the element's focus status changes.",
34641
- "name": "onFocusChange",
34657
+ "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
34658
+ "name": "triggerRef",
34642
34659
  "parent": {
34643
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34644
- "name": "FocusEvents"
34660
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34661
+ "name": "TooltipProps"
34645
34662
  },
34646
34663
  "declarations": [
34647
34664
  {
34648
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
34649
- "name": "FocusEvents"
34665
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34666
+ "name": "TooltipProps"
34650
34667
  }
34651
34668
  ],
34652
34669
  "required": false,
34653
34670
  "type": {
34654
- "name": "((isFocused: boolean) => void)"
34671
+ "name": "RefObject<Element | null>"
34655
34672
  }
34656
34673
  },
34657
- "items": {
34674
+ "isEntering": {
34658
34675
  "defaultValue": null,
34659
- "description": "Item objects in the collection.",
34660
- "name": "items",
34676
+ "description": "Whether the tooltip is currently performing an entry animation.",
34677
+ "name": "isEntering",
34661
34678
  "parent": {
34662
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34663
- "name": "CollectionBase"
34679
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34680
+ "name": "TooltipProps"
34664
34681
  },
34665
34682
  "declarations": [
34666
34683
  {
34667
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34668
- "name": "CollectionBase"
34684
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34685
+ "name": "TooltipProps"
34669
34686
  }
34670
34687
  ],
34671
34688
  "required": false,
34672
34689
  "type": {
34673
- "name": "Iterable<OptionProps>"
34690
+ "name": "boolean"
34674
34691
  }
34675
34692
  },
34676
- "disallowEmptySelection": {
34693
+ "isExiting": {
34677
34694
  "defaultValue": null,
34678
- "description": "Whether the collection allows empty selection.",
34679
- "name": "disallowEmptySelection",
34695
+ "description": "Whether the tooltip is currently performing an exit animation.",
34696
+ "name": "isExiting",
34680
34697
  "parent": {
34681
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34682
- "name": "MultipleSelection"
34698
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34699
+ "name": "TooltipProps"
34683
34700
  },
34684
34701
  "declarations": [
34685
34702
  {
34686
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34687
- "name": "MultipleSelection"
34703
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34704
+ "name": "TooltipProps"
34688
34705
  }
34689
34706
  ],
34690
34707
  "required": false,
@@ -34692,77 +34709,104 @@
34692
34709
  "name": "boolean"
34693
34710
  }
34694
34711
  },
34695
- "onSelectionChange": {
34696
- "defaultValue": null,
34697
- "description": "Handler that is called when the selection changes.",
34698
- "name": "onSelectionChange",
34712
+ "UNSTABLE_portalContainer": {
34713
+ "defaultValue": {
34714
+ "value": "document.body"
34715
+ },
34716
+ "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
34717
+ "name": "UNSTABLE_portalContainer",
34699
34718
  "parent": {
34700
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34701
- "name": "MultipleSelection"
34719
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34720
+ "name": "TooltipProps"
34702
34721
  },
34703
34722
  "declarations": [
34704
34723
  {
34705
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34706
- "name": "MultipleSelection"
34724
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34725
+ "name": "TooltipProps"
34707
34726
  }
34708
34727
  ],
34709
34728
  "required": false,
34710
34729
  "type": {
34711
- "name": "((keys: Selection) => void)"
34730
+ "name": "Element"
34712
34731
  }
34713
34732
  },
34714
- "disabledKeys": {
34715
- "defaultValue": null,
34716
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
34717
- "name": "disabledKeys",
34733
+ "placement": {
34734
+ "defaultValue": {
34735
+ "value": "'bottom'"
34736
+ },
34737
+ "description": "The placement of the element with respect to its anchor element.",
34738
+ "name": "placement",
34718
34739
  "parent": {
34719
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34720
- "name": "CollectionBase"
34740
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34741
+ "name": "PositionProps"
34721
34742
  },
34722
34743
  "declarations": [
34723
34744
  {
34724
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
34725
- "name": "CollectionBase"
34745
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34746
+ "name": "PositionProps"
34726
34747
  }
34727
34748
  ],
34728
34749
  "required": false,
34729
34750
  "type": {
34730
- "name": "Iterable<Key>"
34751
+ "name": "Placement"
34731
34752
  }
34732
34753
  },
34733
- "escapeKeyBehavior": {
34754
+ "containerPadding": {
34734
34755
  "defaultValue": {
34735
- "value": "'clearSelection'"
34756
+ "value": "12"
34736
34757
  },
34737
- "description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
34738
- "name": "escapeKeyBehavior",
34758
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
34759
+ "name": "containerPadding",
34739
34760
  "parent": {
34740
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34741
- "name": "AriaListBoxPropsBase"
34761
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34762
+ "name": "PositionProps"
34742
34763
  },
34743
34764
  "declarations": [
34744
34765
  {
34745
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34746
- "name": "AriaListBoxPropsBase"
34766
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34767
+ "name": "PositionProps"
34747
34768
  }
34748
34769
  ],
34749
34770
  "required": false,
34750
34771
  "type": {
34751
- "name": "\"none\" | \"clearSelection\""
34772
+ "name": "number"
34752
34773
  }
34753
34774
  },
34754
- "shouldSelectOnPressUp": {
34755
- "defaultValue": null,
34756
- "description": "Whether selection should occur on press up instead of press down.",
34757
- "name": "shouldSelectOnPressUp",
34775
+ "crossOffset": {
34776
+ "defaultValue": {
34777
+ "value": "0"
34778
+ },
34779
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
34780
+ "name": "crossOffset",
34758
34781
  "parent": {
34759
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34760
- "name": "AriaListBoxProps"
34782
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34783
+ "name": "PositionProps"
34761
34784
  },
34762
34785
  "declarations": [
34763
34786
  {
34764
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34765
- "name": "AriaListBoxProps"
34787
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34788
+ "name": "PositionProps"
34789
+ }
34790
+ ],
34791
+ "required": false,
34792
+ "type": {
34793
+ "name": "number"
34794
+ }
34795
+ },
34796
+ "shouldFlip": {
34797
+ "defaultValue": {
34798
+ "value": "true"
34799
+ },
34800
+ "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
34801
+ "name": "shouldFlip",
34802
+ "parent": {
34803
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34804
+ "name": "PositionProps"
34805
+ },
34806
+ "declarations": [
34807
+ {
34808
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34809
+ "name": "PositionProps"
34766
34810
  }
34767
34811
  ],
34768
34812
  "required": false,
@@ -34770,75 +34814,138 @@
34770
34814
  "name": "boolean"
34771
34815
  }
34772
34816
  },
34773
- "selectionMode": {
34817
+ "isOpen": {
34774
34818
  "defaultValue": null,
34775
- "description": "The type of selection that is allowed in the collection.",
34776
- "name": "selectionMode",
34819
+ "description": "Whether the element is rendered.",
34820
+ "name": "isOpen",
34777
34821
  "parent": {
34778
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34779
- "name": "MultipleSelection"
34822
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34823
+ "name": "PositionProps"
34780
34824
  },
34781
34825
  "declarations": [
34782
34826
  {
34783
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34784
- "name": "MultipleSelection"
34827
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34828
+ "name": "PositionProps"
34785
34829
  }
34786
34830
  ],
34787
34831
  "required": false,
34788
34832
  "type": {
34789
- "name": "SelectionMode"
34833
+ "name": "boolean"
34790
34834
  }
34791
34835
  },
34792
- "selectedKeys": {
34836
+ "defaultOpen": {
34793
34837
  "defaultValue": null,
34794
- "description": "The currently selected keys in the collection (controlled).",
34795
- "name": "selectedKeys",
34838
+ "description": "Whether the overlay is open by default (uncontrolled).",
34839
+ "name": "defaultOpen",
34796
34840
  "parent": {
34797
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34798
- "name": "MultipleSelection"
34841
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34842
+ "name": "OverlayTriggerProps"
34799
34843
  },
34800
34844
  "declarations": [
34801
34845
  {
34802
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34803
- "name": "MultipleSelection"
34846
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34847
+ "name": "OverlayTriggerProps"
34804
34848
  }
34805
34849
  ],
34806
34850
  "required": false,
34807
34851
  "type": {
34808
- "name": "\"all\" | Iterable<Key>"
34852
+ "name": "boolean"
34809
34853
  }
34810
34854
  },
34811
- "defaultSelectedKeys": {
34855
+ "onOpenChange": {
34812
34856
  "defaultValue": null,
34813
- "description": "The initial selected keys in the collection (uncontrolled).",
34814
- "name": "defaultSelectedKeys",
34857
+ "description": "Handler that is called when the overlay's open state changes.",
34858
+ "name": "onOpenChange",
34815
34859
  "parent": {
34816
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34817
- "name": "MultipleSelection"
34860
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34861
+ "name": "OverlayTriggerProps"
34818
34862
  },
34819
34863
  "declarations": [
34820
34864
  {
34821
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
34822
- "name": "MultipleSelection"
34865
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
34866
+ "name": "OverlayTriggerProps"
34823
34867
  }
34824
34868
  ],
34825
34869
  "required": false,
34826
34870
  "type": {
34827
- "name": "\"all\" | Iterable<Key>"
34871
+ "name": "((isOpen: boolean) => void)"
34828
34872
  }
34829
34873
  },
34830
- "shouldFocusOnHover": {
34874
+ "slot": {
34831
34875
  "defaultValue": null,
34832
- "description": "Whether options should be focused when the user hovers over them.",
34833
- "name": "shouldFocusOnHover",
34876
+ "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.",
34877
+ "name": "slot",
34834
34878
  "parent": {
34835
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34836
- "name": "AriaListBoxProps"
34879
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34880
+ "name": "SlotProps"
34837
34881
  },
34838
34882
  "declarations": [
34839
34883
  {
34840
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34841
- "name": "AriaListBoxProps"
34884
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34885
+ "name": "SlotProps"
34886
+ }
34887
+ ],
34888
+ "required": false,
34889
+ "type": {
34890
+ "name": "string | null"
34891
+ }
34892
+ },
34893
+ "boundaryElement": {
34894
+ "defaultValue": {
34895
+ "value": "document.body"
34896
+ },
34897
+ "description": "Element that that serves as the positioning boundary.",
34898
+ "name": "boundaryElement",
34899
+ "parent": {
34900
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34901
+ "name": "AriaPositionProps"
34902
+ },
34903
+ "declarations": [
34904
+ {
34905
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34906
+ "name": "AriaPositionProps"
34907
+ }
34908
+ ],
34909
+ "required": false,
34910
+ "type": {
34911
+ "name": "Element"
34912
+ }
34913
+ },
34914
+ "scrollRef": {
34915
+ "defaultValue": {
34916
+ "value": "overlayRef"
34917
+ },
34918
+ "description": "A ref for the scrollable region within the overlay.",
34919
+ "name": "scrollRef",
34920
+ "parent": {
34921
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34922
+ "name": "AriaPositionProps"
34923
+ },
34924
+ "declarations": [
34925
+ {
34926
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34927
+ "name": "AriaPositionProps"
34928
+ }
34929
+ ],
34930
+ "required": false,
34931
+ "type": {
34932
+ "name": "RefObject<Element | null>"
34933
+ }
34934
+ },
34935
+ "shouldUpdatePosition": {
34936
+ "defaultValue": {
34937
+ "value": "true"
34938
+ },
34939
+ "description": "Whether the overlay should update its position automatically.",
34940
+ "name": "shouldUpdatePosition",
34941
+ "parent": {
34942
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34943
+ "name": "AriaPositionProps"
34944
+ },
34945
+ "declarations": [
34946
+ {
34947
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34948
+ "name": "AriaPositionProps"
34842
34949
  }
34843
34950
  ],
34844
34951
  "required": false,
@@ -34846,37 +34953,37 @@
34846
34953
  "name": "boolean"
34847
34954
  }
34848
34955
  },
34849
- "onAction": {
34956
+ "maxHeight": {
34850
34957
  "defaultValue": null,
34851
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
34852
- "name": "onAction",
34958
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
34959
+ "name": "maxHeight",
34853
34960
  "parent": {
34854
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34855
- "name": "AriaListBoxProps"
34961
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34962
+ "name": "AriaPositionProps"
34856
34963
  },
34857
34964
  "declarations": [
34858
34965
  {
34859
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34860
- "name": "AriaListBoxProps"
34966
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34967
+ "name": "AriaPositionProps"
34861
34968
  }
34862
34969
  ],
34863
34970
  "required": false,
34864
34971
  "type": {
34865
- "name": "((key: Key) => void)"
34972
+ "name": "number"
34866
34973
  }
34867
34974
  },
34868
- "shouldFocusWrap": {
34975
+ "isNonModal": {
34869
34976
  "defaultValue": null,
34870
- "description": "Whether focus should wrap around when the end/start is reached.",
34871
- "name": "shouldFocusWrap",
34977
+ "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
34978
+ "name": "isNonModal",
34872
34979
  "parent": {
34873
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34874
- "name": "ListBoxProps"
34980
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34981
+ "name": "AriaPopoverProps"
34875
34982
  },
34876
34983
  "declarations": [
34877
34984
  {
34878
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
34879
- "name": "ListBoxProps"
34985
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
34986
+ "name": "AriaPopoverProps"
34880
34987
  }
34881
34988
  ],
34882
34989
  "required": false,
@@ -34884,94 +34991,111 @@
34884
34991
  "name": "boolean"
34885
34992
  }
34886
34993
  },
34887
- "children": {
34888
- "defaultValue": null,
34889
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
34890
- "name": "children",
34994
+ "isKeyboardDismissDisabled": {
34995
+ "defaultValue": {
34996
+ "value": "false"
34997
+ },
34998
+ "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
34999
+ "name": "isKeyboardDismissDisabled",
34891
35000
  "parent": {
34892
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34893
- "name": "TableProps"
35001
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35002
+ "name": "AriaPopoverProps"
34894
35003
  },
34895
35004
  "declarations": [
34896
35005
  {
34897
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34898
- "name": "TableProps"
35006
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35007
+ "name": "AriaPopoverProps"
34899
35008
  }
34900
35009
  ],
34901
35010
  "required": false,
34902
35011
  "type": {
34903
- "name": "ReactNode"
35012
+ "name": "boolean"
34904
35013
  }
34905
35014
  },
34906
- "dependencies": {
35015
+ "shouldCloseOnInteractOutside": {
34907
35016
  "defaultValue": null,
34908
- "description": "Values that should invalidate the item cache when using dynamic collections.",
34909
- "name": "dependencies",
35017
+ "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
35018
+ "name": "shouldCloseOnInteractOutside",
34910
35019
  "parent": {
34911
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34912
- "name": "CollectionProps"
35020
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35021
+ "name": "AriaPopoverProps"
34913
35022
  },
34914
35023
  "declarations": [
34915
35024
  {
34916
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34917
- "name": "CollectionProps"
35025
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
35026
+ "name": "AriaPopoverProps"
34918
35027
  }
34919
35028
  ],
34920
35029
  "required": false,
34921
35030
  "type": {
34922
- "name": "readonly any[]"
35031
+ "name": "((element: Element) => boolean)"
34923
35032
  }
34924
35033
  },
34925
- "className": {
35034
+ "trigger": {
34926
35035
  "defaultValue": null,
34927
- "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.",
34928
- "name": "className",
35036
+ "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
35037
+ "name": "trigger",
34929
35038
  "parent": {
34930
35039
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34931
- "name": "StyleRenderProps"
35040
+ "name": "PopoverProps"
34932
35041
  },
34933
35042
  "declarations": [
34934
35043
  {
34935
35044
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34936
- "name": "StyleRenderProps"
35045
+ "name": "PopoverProps"
34937
35046
  }
34938
35047
  ],
34939
35048
  "required": false,
34940
35049
  "type": {
34941
- "name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
35050
+ "name": "string"
34942
35051
  }
34943
35052
  },
34944
- "style": {
35053
+ "children": {
34945
35054
  "defaultValue": null,
34946
- "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.",
34947
- "name": "style",
35055
+ "description": "",
35056
+ "name": "children",
35057
+ "declarations": [
35058
+ {
35059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35060
+ "name": "TypeLiteral"
35061
+ }
35062
+ ],
35063
+ "required": false,
35064
+ "type": {
35065
+ "name": "ReactNode"
35066
+ }
35067
+ },
35068
+ "wrapWith": {
35069
+ "defaultValue": null,
35070
+ "description": "",
35071
+ "name": "wrapWith",
34948
35072
  "parent": {
34949
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34950
- "name": "StyleRenderProps"
35073
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35074
+ "name": "FlowComponentProps"
34951
35075
  },
34952
35076
  "declarations": [
34953
35077
  {
34954
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34955
- "name": "StyleRenderProps"
35078
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35079
+ "name": "FlowComponentProps"
34956
35080
  }
34957
35081
  ],
34958
35082
  "required": false,
34959
35083
  "type": {
34960
- "name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35084
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
34961
35085
  }
34962
35086
  },
34963
- "slot": {
35087
+ "tunnelId": {
34964
35088
  "defaultValue": null,
34965
- "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.",
34966
- "name": "slot",
35089
+ "description": "@internal",
35090
+ "name": "tunnelId",
34967
35091
  "parent": {
34968
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34969
- "name": "SlotProps"
35092
+ "fileName": "components/src/lib/types/props.ts",
35093
+ "name": "PropsWithTunnel"
34970
35094
  },
34971
35095
  "declarations": [
34972
35096
  {
34973
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34974
- "name": "SlotProps"
35097
+ "fileName": "components/src/lib/types/props.ts",
35098
+ "name": "PropsWithTunnel"
34975
35099
  }
34976
35100
  ],
34977
35101
  "required": false,
@@ -34979,23 +35103,42 @@
34979
35103
  "name": "string | null"
34980
35104
  }
34981
35105
  },
34982
- "onScroll": {
35106
+ "ref": {
34983
35107
  "defaultValue": null,
34984
- "description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
34985
- "name": "onScroll",
35108
+ "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}",
35109
+ "name": "ref",
34986
35110
  "parent": {
34987
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34988
- "name": "ScrollableProps"
35111
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35112
+ "name": "RefAttributes"
34989
35113
  },
34990
35114
  "declarations": [
34991
35115
  {
34992
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34993
- "name": "ScrollableProps"
35116
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35117
+ "name": "RefAttributes"
34994
35118
  }
34995
35119
  ],
34996
35120
  "required": false,
34997
35121
  "type": {
34998
- "name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
35122
+ "name": "Ref<HTMLInputElement>"
35123
+ }
35124
+ },
35125
+ "key": {
35126
+ "defaultValue": null,
35127
+ "description": "",
35128
+ "name": "key",
35129
+ "parent": {
35130
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35131
+ "name": "Attributes"
35132
+ },
35133
+ "declarations": [
35134
+ {
35135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35136
+ "name": "Attributes"
35137
+ }
35138
+ ],
35139
+ "required": false,
35140
+ "type": {
35141
+ "name": "Key | null"
34999
35142
  }
35000
35143
  }
35001
35144
  }
@@ -155505,42 +155648,42 @@
155505
155648
  "name": "\"all\" | Iterable<Key>"
155506
155649
  }
155507
155650
  },
155508
- "onAction": {
155651
+ "renderEmptyState": {
155509
155652
  "defaultValue": null,
155510
- "description": "Handler that is called when an item is selected.",
155511
- "name": "onAction",
155653
+ "description": "Provides content to display when there are no items in the list.",
155654
+ "name": "renderEmptyState",
155512
155655
  "parent": {
155513
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155514
- "name": "MenuProps"
155656
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155657
+ "name": "ListBoxProps"
155515
155658
  },
155516
155659
  "declarations": [
155517
155660
  {
155518
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155519
- "name": "MenuProps"
155661
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155662
+ "name": "ListBoxProps"
155520
155663
  }
155521
155664
  ],
155522
155665
  "required": false,
155523
155666
  "type": {
155524
- "name": "((key: Key) => void)"
155667
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
155525
155668
  }
155526
155669
  },
155527
- "renderEmptyState": {
155670
+ "onAction": {
155528
155671
  "defaultValue": null,
155529
- "description": "Provides content to display when there are no items in the list.",
155530
- "name": "renderEmptyState",
155672
+ "description": "Handler that is called when an item is selected.",
155673
+ "name": "onAction",
155531
155674
  "parent": {
155532
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155533
- "name": "ListBoxProps"
155675
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155676
+ "name": "MenuProps"
155534
155677
  },
155535
155678
  "declarations": [
155536
155679
  {
155537
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
155538
- "name": "ListBoxProps"
155680
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155681
+ "name": "MenuProps"
155539
155682
  }
155540
155683
  ],
155541
155684
  "required": false,
155542
155685
  "type": {
155543
- "name": "((props: ListBoxRenderProps) => ReactNode)"
155686
+ "name": "((key: Key) => void)"
155544
155687
  }
155545
155688
  }
155546
155689
  }
@@ -171175,7 +171318,7 @@
171175
171318
  ],
171176
171319
  "required": false,
171177
171320
  "type": {
171178
- "name": "Iterable<OptionProps>"
171321
+ "name": "Iterable<{ children?: ReactNode; }>"
171179
171322
  }
171180
171323
  },
171181
171324
  "onAction": {
@@ -222345,7 +222488,7 @@
222345
222488
  ],
222346
222489
  "required": false,
222347
222490
  "type": {
222348
- "name": "Iterable<OptionProps>"
222491
+ "name": "Iterable<{ children?: ReactNode; }>"
222349
222492
  }
222350
222493
  },
222351
222494
  "dependencies": {
@@ -222738,7 +222881,7 @@
222738
222881
  ],
222739
222882
  "required": false,
222740
222883
  "type": {
222741
- "name": "Iterable<OptionProps>"
222884
+ "name": "Iterable<{ children?: ReactNode; }>"
222742
222885
  }
222743
222886
  },
222744
222887
  "disallowEmptySelection": {
@@ -222935,23 +223078,23 @@
222935
223078
  "name": "DragAndDropHooks"
222936
223079
  }
222937
223080
  },
222938
- "shouldFocusOnHover": {
223081
+ "renderEmptyState": {
222939
223082
  "defaultValue": null,
222940
- "description": "Whether options should be focused when the user hovers over them.",
222941
- "name": "shouldFocusOnHover",
223083
+ "description": "Provides content to display when there are no items in the list.",
223084
+ "name": "renderEmptyState",
222942
223085
  "parent": {
222943
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222944
- "name": "AriaListBoxProps"
223086
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223087
+ "name": "ListBoxProps"
222945
223088
  },
222946
223089
  "declarations": [
222947
223090
  {
222948
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222949
- "name": "AriaListBoxProps"
223091
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223092
+ "name": "ListBoxProps"
222950
223093
  }
222951
223094
  ],
222952
223095
  "required": false,
222953
223096
  "type": {
222954
- "name": "boolean"
223097
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
222955
223098
  }
222956
223099
  },
222957
223100
  "onAction": {
@@ -222973,18 +223116,18 @@
222973
223116
  "name": "((key: Key) => void)"
222974
223117
  }
222975
223118
  },
222976
- "shouldFocusWrap": {
223119
+ "shouldFocusOnHover": {
222977
223120
  "defaultValue": null,
222978
- "description": "Whether focus should wrap around when the end/start is reached.",
222979
- "name": "shouldFocusWrap",
223121
+ "description": "Whether options should be focused when the user hovers over them.",
223122
+ "name": "shouldFocusOnHover",
222980
223123
  "parent": {
222981
223124
  "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222982
- "name": "ListBoxProps"
223125
+ "name": "AriaListBoxProps"
222983
223126
  },
222984
223127
  "declarations": [
222985
223128
  {
222986
223129
  "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
222987
- "name": "ListBoxProps"
223130
+ "name": "AriaListBoxProps"
222988
223131
  }
222989
223132
  ],
222990
223133
  "required": false,
@@ -222992,23 +223135,23 @@
222992
223135
  "name": "boolean"
222993
223136
  }
222994
223137
  },
222995
- "renderEmptyState": {
223138
+ "shouldFocusWrap": {
222996
223139
  "defaultValue": null,
222997
- "description": "Provides content to display when there are no items in the list.",
222998
- "name": "renderEmptyState",
223140
+ "description": "Whether focus should wrap around when the end/start is reached.",
223141
+ "name": "shouldFocusWrap",
222999
223142
  "parent": {
223000
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223143
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
223001
223144
  "name": "ListBoxProps"
223002
223145
  },
223003
223146
  "declarations": [
223004
223147
  {
223005
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
223148
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
223006
223149
  "name": "ListBoxProps"
223007
223150
  }
223008
223151
  ],
223009
223152
  "required": false,
223010
223153
  "type": {
223011
- "name": "((props: ListBoxRenderProps) => ReactNode)"
223154
+ "name": "boolean"
223012
223155
  }
223013
223156
  },
223014
223157
  "layout": {
@@ -232806,9 +232949,9 @@
232806
232949
  },
232807
232950
  {
232808
232951
  "tags": {},
232809
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232952
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232810
232953
  "description": "",
232811
- "displayName": "DateRangeInput",
232954
+ "displayName": "DateInput",
232812
232955
  "methods": [],
232813
232956
  "props": {
232814
232957
  "isDisabled": {
@@ -232816,12 +232959,12 @@
232816
232959
  "description": "",
232817
232960
  "name": "isDisabled",
232818
232961
  "parent": {
232819
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232962
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232820
232963
  "name": "DateInputProps"
232821
232964
  },
232822
232965
  "declarations": [
232823
232966
  {
232824
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232967
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232825
232968
  "name": "DateInputProps"
232826
232969
  }
232827
232970
  ],
@@ -232834,9 +232977,9 @@
232834
232977
  },
232835
232978
  {
232836
232979
  "tags": {},
232837
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232980
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232838
232981
  "description": "",
232839
- "displayName": "DateInput",
232982
+ "displayName": "DateRangeInput",
232840
232983
  "methods": [],
232841
232984
  "props": {
232842
232985
  "isDisabled": {
@@ -232844,12 +232987,12 @@
232844
232987
  "description": "",
232845
232988
  "name": "isDisabled",
232846
232989
  "parent": {
232847
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232990
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232848
232991
  "name": "DateInputProps"
232849
232992
  },
232850
232993
  "declarations": [
232851
232994
  {
232852
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232995
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232853
232996
  "name": "DateInputProps"
232854
232997
  }
232855
232998
  ],
@@ -232864,9 +233007,9 @@
232864
233007
  "tags": {
232865
233008
  "flr-generate": "all"
232866
233009
  },
232867
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
233010
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
232868
233011
  "description": "",
232869
- "displayName": "ContextualHelpTrigger",
233012
+ "displayName": "ContextMenuTrigger",
232870
233013
  "methods": [],
232871
233014
  "props": {
232872
233015
  "isDefaultOpen": {
@@ -233004,9 +233147,9 @@
233004
233147
  "tags": {
233005
233148
  "flr-generate": "all"
233006
233149
  },
233007
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
233150
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
233008
233151
  "description": "",
233009
- "displayName": "ContextMenuTrigger",
233152
+ "displayName": "ContextualHelpTrigger",
233010
233153
  "methods": [],
233011
233154
  "props": {
233012
233155
  "isDefaultOpen": {
@@ -233140,161 +233283,6 @@
233140
233283
  }
233141
233284
  }
233142
233285
  },
233143
- {
233144
- "tags": {
233145
- "flr-generate": "all"
233146
- },
233147
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233148
- "description": "",
233149
- "displayName": "ContextMenuSection",
233150
- "methods": [],
233151
- "props": {
233152
- "children": {
233153
- "defaultValue": null,
233154
- "description": "",
233155
- "name": "children",
233156
- "declarations": [
233157
- {
233158
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233159
- "name": "TypeLiteral"
233160
- }
233161
- ],
233162
- "required": false,
233163
- "type": {
233164
- "name": "ReactNode"
233165
- }
233166
- },
233167
- "wrapWith": {
233168
- "defaultValue": null,
233169
- "description": "",
233170
- "name": "wrapWith",
233171
- "parent": {
233172
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233173
- "name": "FlowComponentProps"
233174
- },
233175
- "declarations": [
233176
- {
233177
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233178
- "name": "FlowComponentProps"
233179
- }
233180
- ],
233181
- "required": false,
233182
- "type": {
233183
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233184
- }
233185
- },
233186
- "tunnelId": {
233187
- "defaultValue": null,
233188
- "description": "@internal",
233189
- "name": "tunnelId",
233190
- "parent": {
233191
- "fileName": "components/src/lib/types/props.ts",
233192
- "name": "PropsWithTunnel"
233193
- },
233194
- "declarations": [
233195
- {
233196
- "fileName": "components/src/lib/types/props.ts",
233197
- "name": "PropsWithTunnel"
233198
- }
233199
- ],
233200
- "required": false,
233201
- "type": {
233202
- "name": "string | null"
233203
- }
233204
- },
233205
- "ref": {
233206
- "defaultValue": null,
233207
- "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}",
233208
- "name": "ref",
233209
- "parent": {
233210
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233211
- "name": "RefAttributes"
233212
- },
233213
- "declarations": [
233214
- {
233215
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233216
- "name": "RefAttributes"
233217
- }
233218
- ],
233219
- "required": false,
233220
- "type": {
233221
- "name": "Ref<HTMLInputElement>"
233222
- }
233223
- },
233224
- "key": {
233225
- "defaultValue": null,
233226
- "description": "",
233227
- "name": "key",
233228
- "parent": {
233229
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233230
- "name": "Attributes"
233231
- },
233232
- "declarations": [
233233
- {
233234
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233235
- "name": "Attributes"
233236
- }
233237
- ],
233238
- "required": false,
233239
- "type": {
233240
- "name": "Key | null"
233241
- }
233242
- },
233243
- "selectedKeys": {
233244
- "defaultValue": null,
233245
- "description": "The currently selected keys in the collection (controlled).",
233246
- "name": "selectedKeys",
233247
- "parent": {
233248
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233249
- "name": "MultipleSelection"
233250
- },
233251
- "declarations": [
233252
- {
233253
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233254
- "name": "MultipleSelection"
233255
- }
233256
- ],
233257
- "required": false,
233258
- "type": {
233259
- "name": "\"all\" | Iterable<Key>"
233260
- }
233261
- },
233262
- "defaultSelectedKeys": {
233263
- "defaultValue": null,
233264
- "description": "The initial selected keys in the collection (uncontrolled).",
233265
- "name": "defaultSelectedKeys",
233266
- "parent": {
233267
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233268
- "name": "MultipleSelection"
233269
- },
233270
- "declarations": [
233271
- {
233272
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233273
- "name": "MultipleSelection"
233274
- }
233275
- ],
233276
- "required": false,
233277
- "type": {
233278
- "name": "\"all\" | Iterable<Key>"
233279
- }
233280
- },
233281
- "selectionMode": {
233282
- "defaultValue": null,
233283
- "description": "",
233284
- "name": "selectionMode",
233285
- "declarations": [
233286
- {
233287
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233288
- "name": "TypeLiteral"
233289
- }
233290
- ],
233291
- "required": false,
233292
- "type": {
233293
- "name": "ContextMenuSelectionMode"
233294
- }
233295
- }
233296
- }
233297
- },
233298
233286
  {
233299
233287
  "tags": {
233300
233288
  "flr-generate": "all"
@@ -233453,7 +233441,7 @@
233453
233441
  ],
233454
233442
  "required": false,
233455
233443
  "type": {
233456
- "name": "Iterable<OptionProps>"
233444
+ "name": "Iterable<{ children?: ReactNode; }>"
233457
233445
  }
233458
233446
  },
233459
233447
  "disallowEmptySelection": {
@@ -233802,6 +233790,169 @@
233802
233790
  }
233803
233791
  }
233804
233792
  },
233793
+ {
233794
+ "tags": {
233795
+ "flr-generate": "all"
233796
+ },
233797
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233798
+ "description": "",
233799
+ "displayName": "ContextMenuSection",
233800
+ "methods": [],
233801
+ "props": {
233802
+ "children": {
233803
+ "defaultValue": null,
233804
+ "description": "",
233805
+ "name": "children",
233806
+ "declarations": [
233807
+ {
233808
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233809
+ "name": "TypeLiteral"
233810
+ }
233811
+ ],
233812
+ "required": false,
233813
+ "type": {
233814
+ "name": "ReactNode"
233815
+ }
233816
+ },
233817
+ "wrapWith": {
233818
+ "defaultValue": null,
233819
+ "description": "",
233820
+ "name": "wrapWith",
233821
+ "parent": {
233822
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233823
+ "name": "FlowComponentProps"
233824
+ },
233825
+ "declarations": [
233826
+ {
233827
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233828
+ "name": "FlowComponentProps"
233829
+ }
233830
+ ],
233831
+ "required": false,
233832
+ "type": {
233833
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233834
+ }
233835
+ },
233836
+ "tunnelId": {
233837
+ "defaultValue": null,
233838
+ "description": "@internal",
233839
+ "name": "tunnelId",
233840
+ "parent": {
233841
+ "fileName": "components/src/lib/types/props.ts",
233842
+ "name": "PropsWithTunnel"
233843
+ },
233844
+ "declarations": [
233845
+ {
233846
+ "fileName": "components/src/lib/types/props.ts",
233847
+ "name": "PropsWithTunnel"
233848
+ }
233849
+ ],
233850
+ "required": false,
233851
+ "type": {
233852
+ "name": "string | null"
233853
+ }
233854
+ },
233855
+ "ref": {
233856
+ "defaultValue": null,
233857
+ "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}",
233858
+ "name": "ref",
233859
+ "parent": {
233860
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233861
+ "name": "RefAttributes"
233862
+ },
233863
+ "declarations": [
233864
+ {
233865
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233866
+ "name": "RefAttributes"
233867
+ }
233868
+ ],
233869
+ "required": false,
233870
+ "type": {
233871
+ "name": "Ref<HTMLInputElement>"
233872
+ }
233873
+ },
233874
+ "key": {
233875
+ "defaultValue": null,
233876
+ "description": "",
233877
+ "name": "key",
233878
+ "parent": {
233879
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233880
+ "name": "Attributes"
233881
+ },
233882
+ "declarations": [
233883
+ {
233884
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233885
+ "name": "Attributes"
233886
+ }
233887
+ ],
233888
+ "required": false,
233889
+ "type": {
233890
+ "name": "Key | null"
233891
+ }
233892
+ },
233893
+ "selectedKeys": {
233894
+ "defaultValue": null,
233895
+ "description": "The currently selected keys in the collection (controlled).",
233896
+ "name": "selectedKeys",
233897
+ "parent": {
233898
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233899
+ "name": "MultipleSelection"
233900
+ },
233901
+ "declarations": [
233902
+ {
233903
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233904
+ "name": "MultipleSelection"
233905
+ }
233906
+ ],
233907
+ "required": false,
233908
+ "type": {
233909
+ "name": "\"all\" | Iterable<Key>"
233910
+ }
233911
+ },
233912
+ "defaultSelectedKeys": {
233913
+ "defaultValue": null,
233914
+ "description": "The initial selected keys in the collection (uncontrolled).",
233915
+ "name": "defaultSelectedKeys",
233916
+ "parent": {
233917
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233918
+ "name": "MultipleSelection"
233919
+ },
233920
+ "declarations": [
233921
+ {
233922
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233923
+ "name": "MultipleSelection"
233924
+ }
233925
+ ],
233926
+ "required": false,
233927
+ "type": {
233928
+ "name": "\"all\" | Iterable<Key>"
233929
+ }
233930
+ },
233931
+ "selectionMode": {
233932
+ "defaultValue": null,
233933
+ "description": "",
233934
+ "name": "selectionMode",
233935
+ "declarations": [
233936
+ {
233937
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233938
+ "name": "TypeLiteral"
233939
+ }
233940
+ ],
233941
+ "required": false,
233942
+ "type": {
233943
+ "name": "ContextMenuSelectionMode"
233944
+ }
233945
+ }
233946
+ }
233947
+ },
233948
+ {
233949
+ "tags": {},
233950
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
233951
+ "description": "",
233952
+ "displayName": "CalendarHeader",
233953
+ "methods": [],
233954
+ "props": {}
233955
+ },
233805
233956
  {
233806
233957
  "tags": {},
233807
233958
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
@@ -242630,14 +242781,6 @@
242630
242781
  }
242631
242782
  }
242632
242783
  },
242633
- {
242634
- "tags": {},
242635
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
242636
- "description": "",
242637
- "displayName": "CalendarHeader",
242638
- "methods": [],
242639
- "props": {}
242640
- },
242641
242784
  {
242642
242785
  "tags": {},
242643
242786
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -253478,7 +253621,7 @@
253478
253621
  ],
253479
253622
  "required": false,
253480
253623
  "type": {
253481
- "name": "Iterable<OptionProps>"
253624
+ "name": "Iterable<{ children?: ReactNode; }>"
253482
253625
  }
253483
253626
  },
253484
253627
  "disallowEmptySelection": {
@@ -254022,6 +254165,53 @@
254022
254165
  "methods": [],
254023
254166
  "props": {}
254024
254167
  },
254168
+ {
254169
+ "tags": {},
254170
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254171
+ "description": "",
254172
+ "displayName": "SearchField",
254173
+ "methods": [],
254174
+ "props": {
254175
+ "search": {
254176
+ "defaultValue": null,
254177
+ "description": "",
254178
+ "name": "search",
254179
+ "parent": {
254180
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254181
+ "name": "Props"
254182
+ },
254183
+ "declarations": [
254184
+ {
254185
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254186
+ "name": "Props"
254187
+ }
254188
+ ],
254189
+ "required": true,
254190
+ "type": {
254191
+ "name": "Search<never>"
254192
+ }
254193
+ },
254194
+ "className": {
254195
+ "defaultValue": null,
254196
+ "description": "The elements class name.",
254197
+ "name": "className",
254198
+ "parent": {
254199
+ "fileName": "components/src/lib/types/props.ts",
254200
+ "name": "PropsWithClassName"
254201
+ },
254202
+ "declarations": [
254203
+ {
254204
+ "fileName": "components/src/lib/types/props.ts",
254205
+ "name": "PropsWithClassName"
254206
+ }
254207
+ ],
254208
+ "required": false,
254209
+ "type": {
254210
+ "name": "string"
254211
+ }
254212
+ }
254213
+ }
254214
+ },
254025
254215
  {
254026
254216
  "tags": {},
254027
254217
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
@@ -254094,53 +254284,6 @@
254094
254284
  "methods": [],
254095
254285
  "props": {}
254096
254286
  },
254097
- {
254098
- "tags": {},
254099
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254100
- "description": "",
254101
- "displayName": "SearchField",
254102
- "methods": [],
254103
- "props": {
254104
- "search": {
254105
- "defaultValue": null,
254106
- "description": "",
254107
- "name": "search",
254108
- "parent": {
254109
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254110
- "name": "Props"
254111
- },
254112
- "declarations": [
254113
- {
254114
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
254115
- "name": "Props"
254116
- }
254117
- ],
254118
- "required": true,
254119
- "type": {
254120
- "name": "Search<never>"
254121
- }
254122
- },
254123
- "className": {
254124
- "defaultValue": null,
254125
- "description": "The elements class name.",
254126
- "name": "className",
254127
- "parent": {
254128
- "fileName": "components/src/lib/types/props.ts",
254129
- "name": "PropsWithClassName"
254130
- },
254131
- "declarations": [
254132
- {
254133
- "fileName": "components/src/lib/types/props.ts",
254134
- "name": "PropsWithClassName"
254135
- }
254136
- ],
254137
- "required": false,
254138
- "type": {
254139
- "name": "string"
254140
- }
254141
- }
254142
- }
254143
- },
254144
254287
  {
254145
254288
  "tags": {},
254146
254289
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",