@mittwald/flow-react-components 0.2.0-alpha.689 → 0.2.0-alpha.690

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.
@@ -56253,119 +56253,26 @@
56253
56253
  }
56254
56254
  },
56255
56255
  {
56256
- "tags": {},
56257
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
56256
+ "tags": {
56257
+ "flr-generate": "all"
56258
+ },
56259
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
56258
56260
  "description": "",
56259
- "displayName": "Options",
56261
+ "displayName": "Option",
56260
56262
  "methods": [],
56261
56263
  "props": {
56262
- "controller": {
56263
- "defaultValue": null,
56264
- "description": "An overlay controller to control the popover state.",
56265
- "name": "controller",
56266
- "parent": {
56267
- "fileName": "components/src/components/Options/Options.tsx",
56268
- "name": "OptionsProps"
56269
- },
56270
- "declarations": [
56271
- {
56272
- "fileName": "components/src/components/Options/Options.tsx",
56273
- "name": "OptionsProps"
56274
- }
56275
- ],
56276
- "required": true,
56277
- "type": {
56278
- "name": "OverlayController"
56279
- }
56280
- },
56281
- "renderEmptyState": {
56282
- "defaultValue": null,
56283
- "description": "Provides content to display when there are no items in the list.",
56284
- "name": "renderEmptyState",
56285
- "parent": {
56286
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56287
- "name": "ListBoxProps"
56288
- },
56289
- "declarations": [
56290
- {
56291
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56292
- "name": "ListBoxProps"
56293
- }
56294
- ],
56295
- "required": false,
56296
- "type": {
56297
- "name": "((props: ListBoxRenderProps) => ReactNode)"
56298
- }
56299
- },
56300
- "onAction": {
56301
- "defaultValue": null,
56302
- "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.",
56303
- "name": "onAction",
56304
- "parent": {
56305
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
56306
- "name": "AriaListBoxProps"
56307
- },
56308
- "declarations": [
56309
- {
56310
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
56311
- "name": "AriaListBoxProps"
56312
- }
56313
- ],
56314
- "required": false,
56315
- "type": {
56316
- "name": "((key: Key) => void)"
56317
- }
56318
- },
56319
- "withTip": {
56320
- "defaultValue": null,
56321
- "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
56322
- "name": "withTip",
56323
- "parent": {
56324
- "fileName": "components/src/components/Popover/Popover.tsx",
56325
- "name": "PopoverProps"
56326
- },
56327
- "declarations": [
56328
- {
56329
- "fileName": "components/src/components/Popover/Popover.tsx",
56330
- "name": "PopoverProps"
56331
- }
56332
- ],
56333
- "required": false,
56334
- "type": {
56335
- "name": "boolean"
56336
- }
56337
- },
56338
- "isDialogContent": {
56339
- "defaultValue": null,
56340
- "description": "Whether the popover contains a dialog.",
56341
- "name": "isDialogContent",
56342
- "parent": {
56343
- "fileName": "components/src/components/Popover/Popover.tsx",
56344
- "name": "PopoverProps"
56345
- },
56346
- "declarations": [
56347
- {
56348
- "fileName": "components/src/components/Popover/Popover.tsx",
56349
- "name": "PopoverProps"
56350
- }
56351
- ],
56352
- "required": false,
56353
- "type": {
56354
- "name": "boolean"
56355
- }
56356
- },
56357
- "width": {
56264
+ "value": {
56358
56265
  "defaultValue": null,
56359
- "description": "A fixed width for the popover.",
56360
- "name": "width",
56266
+ "description": "",
56267
+ "name": "value",
56361
56268
  "parent": {
56362
- "fileName": "components/src/components/Popover/Popover.tsx",
56363
- "name": "PopoverProps"
56269
+ "fileName": "components/src/components/Option/Option.tsx",
56270
+ "name": "OptionProps"
56364
56271
  },
56365
56272
  "declarations": [
56366
56273
  {
56367
- "fileName": "components/src/components/Popover/Popover.tsx",
56368
- "name": "PopoverProps"
56274
+ "fileName": "components/src/components/Option/Option.tsx",
56275
+ "name": "OptionProps"
56369
56276
  }
56370
56277
  ],
56371
56278
  "required": false,
@@ -56373,48 +56280,6 @@
56373
56280
  "name": "string | number"
56374
56281
  }
56375
56282
  },
56376
- "offset": {
56377
- "defaultValue": {
56378
- "value": "8"
56379
- },
56380
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
56381
- "name": "offset",
56382
- "parent": {
56383
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56384
- "name": "PopoverProps"
56385
- },
56386
- "declarations": [
56387
- {
56388
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56389
- "name": "PopoverProps"
56390
- }
56391
- ],
56392
- "required": false,
56393
- "type": {
56394
- "name": "number"
56395
- }
56396
- },
56397
- "arrowBoundaryOffset": {
56398
- "defaultValue": {
56399
- "value": "0"
56400
- },
56401
- "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
56402
- "name": "arrowBoundaryOffset",
56403
- "parent": {
56404
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
56405
- "name": "AriaPositionProps"
56406
- },
56407
- "declarations": [
56408
- {
56409
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
56410
- "name": "AriaPositionProps"
56411
- }
56412
- ],
56413
- "required": false,
56414
- "type": {
56415
- "name": "number"
56416
- }
56417
- },
56418
56283
  "className": {
56419
56284
  "defaultValue": {
56420
56285
  "value": "'react-aria-Tooltip'"
@@ -56436,294 +56301,18 @@
56436
56301
  "name": "ClassNameOrFunction<TooltipRenderProps>"
56437
56302
  }
56438
56303
  },
56439
- "triggerRef": {
56440
- "defaultValue": null,
56441
- "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.",
56442
- "name": "triggerRef",
56443
- "parent": {
56444
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56445
- "name": "TooltipProps"
56446
- },
56447
- "declarations": [
56448
- {
56449
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56450
- "name": "TooltipProps"
56451
- }
56452
- ],
56453
- "required": false,
56454
- "type": {
56455
- "name": "RefObject<Element | null>"
56456
- }
56457
- },
56458
- "isEntering": {
56459
- "defaultValue": null,
56460
- "description": "Whether the tooltip is currently performing an entry animation.",
56461
- "name": "isEntering",
56462
- "parent": {
56463
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56464
- "name": "TooltipProps"
56465
- },
56466
- "declarations": [
56467
- {
56468
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56469
- "name": "TooltipProps"
56470
- }
56471
- ],
56472
- "required": false,
56473
- "type": {
56474
- "name": "boolean"
56475
- }
56476
- },
56477
- "isExiting": {
56478
- "defaultValue": null,
56479
- "description": "Whether the tooltip is currently performing an exit animation.",
56480
- "name": "isExiting",
56481
- "parent": {
56482
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56483
- "name": "TooltipProps"
56484
- },
56485
- "declarations": [
56486
- {
56487
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56488
- "name": "TooltipProps"
56489
- }
56490
- ],
56491
- "required": false,
56492
- "type": {
56493
- "name": "boolean"
56494
- }
56495
- },
56496
- "UNSTABLE_portalContainer": {
56497
- "defaultValue": {
56498
- "value": "document.body"
56499
- },
56500
- "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.",
56501
- "name": "UNSTABLE_portalContainer",
56502
- "parent": {
56503
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56504
- "name": "TooltipProps"
56505
- },
56506
- "declarations": [
56507
- {
56508
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56509
- "name": "TooltipProps"
56510
- }
56511
- ],
56512
- "required": false,
56513
- "type": {
56514
- "name": "Element"
56515
- }
56516
- },
56517
- "placement": {
56518
- "defaultValue": {
56519
- "value": "'bottom'"
56520
- },
56521
- "description": "The placement of the element with respect to its anchor element.",
56522
- "name": "placement",
56523
- "parent": {
56524
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56525
- "name": "PositionProps"
56526
- },
56527
- "declarations": [
56528
- {
56529
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56530
- "name": "PositionProps"
56531
- }
56532
- ],
56533
- "required": false,
56534
- "type": {
56535
- "name": "Placement"
56536
- }
56537
- },
56538
- "containerPadding": {
56539
- "defaultValue": {
56540
- "value": "12"
56541
- },
56542
- "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
56543
- "name": "containerPadding",
56544
- "parent": {
56545
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56546
- "name": "PositionProps"
56547
- },
56548
- "declarations": [
56549
- {
56550
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56551
- "name": "PositionProps"
56552
- }
56553
- ],
56554
- "required": false,
56555
- "type": {
56556
- "name": "number"
56557
- }
56558
- },
56559
- "crossOffset": {
56560
- "defaultValue": {
56561
- "value": "0"
56562
- },
56563
- "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
56564
- "name": "crossOffset",
56565
- "parent": {
56566
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56567
- "name": "PositionProps"
56568
- },
56569
- "declarations": [
56570
- {
56571
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56572
- "name": "PositionProps"
56573
- }
56574
- ],
56575
- "required": false,
56576
- "type": {
56577
- "name": "number"
56578
- }
56579
- },
56580
- "shouldFlip": {
56581
- "defaultValue": {
56582
- "value": "true"
56583
- },
56584
- "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.",
56585
- "name": "shouldFlip",
56586
- "parent": {
56587
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56588
- "name": "PositionProps"
56589
- },
56590
- "declarations": [
56591
- {
56592
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56593
- "name": "PositionProps"
56594
- }
56595
- ],
56596
- "required": false,
56597
- "type": {
56598
- "name": "boolean"
56599
- }
56600
- },
56601
- "isOpen": {
56602
- "defaultValue": null,
56603
- "description": "Whether the element is rendered.",
56604
- "name": "isOpen",
56605
- "parent": {
56606
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56607
- "name": "PositionProps"
56608
- },
56609
- "declarations": [
56610
- {
56611
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56612
- "name": "PositionProps"
56613
- }
56614
- ],
56615
- "required": false,
56616
- "type": {
56617
- "name": "boolean"
56618
- }
56619
- },
56620
- "defaultOpen": {
56621
- "defaultValue": null,
56622
- "description": "Whether the overlay is open by default (uncontrolled).",
56623
- "name": "defaultOpen",
56624
- "parent": {
56625
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56626
- "name": "OverlayTriggerProps"
56627
- },
56628
- "declarations": [
56629
- {
56630
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56631
- "name": "OverlayTriggerProps"
56632
- }
56633
- ],
56634
- "required": false,
56635
- "type": {
56636
- "name": "boolean"
56637
- }
56638
- },
56639
- "onOpenChange": {
56640
- "defaultValue": null,
56641
- "description": "Handler that is called when the overlay's open state changes.",
56642
- "name": "onOpenChange",
56643
- "parent": {
56644
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56645
- "name": "OverlayTriggerProps"
56646
- },
56647
- "declarations": [
56648
- {
56649
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
56650
- "name": "OverlayTriggerProps"
56651
- }
56652
- ],
56653
- "required": false,
56654
- "type": {
56655
- "name": "((isOpen: boolean) => void)"
56656
- }
56657
- },
56658
56304
  "aria-label": {
56659
56305
  "defaultValue": null,
56660
- "description": "Defines a string value that labels the current element.",
56306
+ "description": "An accessibility label for this item.",
56661
56307
  "name": "aria-label",
56662
56308
  "parent": {
56663
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56664
- "name": "AriaLabelingProps"
56665
- },
56666
- "declarations": [
56667
- {
56668
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56669
- "name": "AriaLabelingProps"
56670
- }
56671
- ],
56672
- "required": false,
56673
- "type": {
56674
- "name": "string"
56675
- }
56676
- },
56677
- "aria-labelledby": {
56678
- "defaultValue": null,
56679
- "description": "Identifies the element (or elements) that labels the current element.",
56680
- "name": "aria-labelledby",
56681
- "parent": {
56682
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56683
- "name": "AriaLabelingProps"
56684
- },
56685
- "declarations": [
56686
- {
56687
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56688
- "name": "AriaLabelingProps"
56689
- }
56690
- ],
56691
- "required": false,
56692
- "type": {
56693
- "name": "string"
56694
- }
56695
- },
56696
- "aria-describedby": {
56697
- "defaultValue": null,
56698
- "description": "Identifies the element (or elements) that describes the object.",
56699
- "name": "aria-describedby",
56700
- "parent": {
56701
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56702
- "name": "AriaLabelingProps"
56703
- },
56704
- "declarations": [
56705
- {
56706
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56707
- "name": "AriaLabelingProps"
56708
- }
56709
- ],
56710
- "required": false,
56711
- "type": {
56712
- "name": "string"
56713
- }
56714
- },
56715
- "aria-details": {
56716
- "defaultValue": null,
56717
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
56718
- "name": "aria-details",
56719
- "parent": {
56720
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56721
- "name": "AriaLabelingProps"
56309
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56310
+ "name": "ListBoxItemProps"
56722
56311
  },
56723
56312
  "declarations": [
56724
56313
  {
56725
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56726
- "name": "AriaLabelingProps"
56314
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
56315
+ "name": "ListBoxItemProps"
56727
56316
  }
56728
56317
  ],
56729
56318
  "required": false,
@@ -56847,21 +56436,21 @@
56847
56436
  },
56848
56437
  "onClick": {
56849
56438
  "defaultValue": null,
56850
- "description": "",
56439
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
56851
56440
  "name": "onClick",
56852
56441
  "parent": {
56853
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56854
- "name": "GlobalDOMEvents"
56442
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
56443
+ "name": "PressEvents"
56855
56444
  },
56856
56445
  "declarations": [
56857
56446
  {
56858
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
56859
- "name": "GlobalDOMEvents"
56447
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
56448
+ "name": "PressEvents"
56860
56449
  }
56861
56450
  ],
56862
56451
  "required": false,
56863
56452
  "type": {
56864
- "name": "MouseEventHandler<HTMLDivElement>"
56453
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
56865
56454
  }
56866
56455
  },
56867
56456
  "onClickCapture": {
@@ -58061,197 +57650,284 @@
58061
57650
  "name": "TransitionEventHandler<HTMLDivElement>"
58062
57651
  }
58063
57652
  },
58064
- "slot": {
57653
+ "isDisabled": {
58065
57654
  "defaultValue": null,
58066
- "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.",
58067
- "name": "slot",
57655
+ "description": "Whether the item is disabled.",
57656
+ "name": "isDisabled",
58068
57657
  "parent": {
58069
57658
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58070
- "name": "SlotProps"
57659
+ "name": "ListBoxItemProps"
58071
57660
  },
58072
57661
  "declarations": [
58073
57662
  {
58074
57663
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58075
- "name": "SlotProps"
57664
+ "name": "ListBoxItemProps"
58076
57665
  }
58077
57666
  ],
58078
57667
  "required": false,
58079
57668
  "type": {
58080
- "name": "string | null"
57669
+ "name": "boolean"
58081
57670
  }
58082
57671
  },
58083
- "boundaryElement": {
58084
- "defaultValue": {
58085
- "value": "document.body"
57672
+ "onFocus": {
57673
+ "defaultValue": null,
57674
+ "description": "Handler that is called when the element receives focus.",
57675
+ "name": "onFocus",
57676
+ "parent": {
57677
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57678
+ "name": "FocusEvents"
58086
57679
  },
58087
- "description": "Element that that serves as the positioning boundary.",
58088
- "name": "boundaryElement",
57680
+ "declarations": [
57681
+ {
57682
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57683
+ "name": "FocusEvents"
57684
+ }
57685
+ ],
57686
+ "required": false,
57687
+ "type": {
57688
+ "name": "((e: FocusEvent<Element, Element>) => void)"
57689
+ }
57690
+ },
57691
+ "onBlur": {
57692
+ "defaultValue": null,
57693
+ "description": "Handler that is called when the element loses focus.",
57694
+ "name": "onBlur",
58089
57695
  "parent": {
58090
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58091
- "name": "AriaPositionProps"
57696
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57697
+ "name": "FocusEvents"
58092
57698
  },
58093
57699
  "declarations": [
58094
57700
  {
58095
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58096
- "name": "AriaPositionProps"
57701
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57702
+ "name": "FocusEvents"
58097
57703
  }
58098
57704
  ],
58099
57705
  "required": false,
58100
57706
  "type": {
58101
- "name": "Element"
57707
+ "name": "((e: FocusEvent<Element, Element>) => void)"
58102
57708
  }
58103
57709
  },
58104
- "arrowRef": {
57710
+ "onFocusChange": {
58105
57711
  "defaultValue": null,
58106
- "description": "A ref for the popover arrow element.",
58107
- "name": "arrowRef",
57712
+ "description": "Handler that is called when the element's focus status changes.",
57713
+ "name": "onFocusChange",
58108
57714
  "parent": {
58109
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58110
- "name": "AriaPopoverProps"
57715
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57716
+ "name": "FocusEvents"
58111
57717
  },
58112
57718
  "declarations": [
58113
57719
  {
58114
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58115
- "name": "AriaPopoverProps"
57720
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57721
+ "name": "FocusEvents"
58116
57722
  }
58117
57723
  ],
58118
57724
  "required": false,
58119
57725
  "type": {
58120
- "name": "RefObject<Element | null>"
57726
+ "name": "((isFocused: boolean) => void)"
58121
57727
  }
58122
57728
  },
58123
- "scrollRef": {
58124
- "defaultValue": {
58125
- "value": "overlayRef"
57729
+ "rel": {
57730
+ "defaultValue": null,
57731
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
57732
+ "name": "rel",
57733
+ "parent": {
57734
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57735
+ "name": "LinkDOMProps"
58126
57736
  },
58127
- "description": "A ref for the scrollable region within the overlay.",
58128
- "name": "scrollRef",
57737
+ "declarations": [
57738
+ {
57739
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57740
+ "name": "LinkDOMProps"
57741
+ }
57742
+ ],
57743
+ "required": false,
57744
+ "type": {
57745
+ "name": "string"
57746
+ }
57747
+ },
57748
+ "onHoverStart": {
57749
+ "defaultValue": null,
57750
+ "description": "Handler that is called when a hover interaction starts.",
57751
+ "name": "onHoverStart",
58129
57752
  "parent": {
58130
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58131
- "name": "AriaPositionProps"
57753
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57754
+ "name": "HoverEvents"
58132
57755
  },
58133
57756
  "declarations": [
58134
57757
  {
58135
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58136
- "name": "AriaPositionProps"
57758
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57759
+ "name": "HoverEvents"
58137
57760
  }
58138
57761
  ],
58139
57762
  "required": false,
58140
57763
  "type": {
58141
- "name": "RefObject<Element | null>"
57764
+ "name": "((e: HoverEvent) => void)"
58142
57765
  }
58143
57766
  },
58144
- "shouldUpdatePosition": {
58145
- "defaultValue": {
58146
- "value": "true"
57767
+ "onHoverEnd": {
57768
+ "defaultValue": null,
57769
+ "description": "Handler that is called when a hover interaction ends.",
57770
+ "name": "onHoverEnd",
57771
+ "parent": {
57772
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57773
+ "name": "HoverEvents"
58147
57774
  },
58148
- "description": "Whether the overlay should update its position automatically.",
58149
- "name": "shouldUpdatePosition",
57775
+ "declarations": [
57776
+ {
57777
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57778
+ "name": "HoverEvents"
57779
+ }
57780
+ ],
57781
+ "required": false,
57782
+ "type": {
57783
+ "name": "((e: HoverEvent) => void)"
57784
+ }
57785
+ },
57786
+ "onHoverChange": {
57787
+ "defaultValue": null,
57788
+ "description": "Handler that is called when the hover state changes.",
57789
+ "name": "onHoverChange",
58150
57790
  "parent": {
58151
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58152
- "name": "AriaPositionProps"
57791
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57792
+ "name": "HoverEvents"
58153
57793
  },
58154
57794
  "declarations": [
58155
57795
  {
58156
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58157
- "name": "AriaPositionProps"
57796
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57797
+ "name": "HoverEvents"
58158
57798
  }
58159
57799
  ],
58160
57800
  "required": false,
58161
57801
  "type": {
58162
- "name": "boolean"
57802
+ "name": "((isHovering: boolean) => void)"
58163
57803
  }
58164
57804
  },
58165
- "maxHeight": {
57805
+ "target": {
58166
57806
  "defaultValue": null,
58167
- "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
58168
- "name": "maxHeight",
57807
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
57808
+ "name": "target",
58169
57809
  "parent": {
58170
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58171
- "name": "AriaPositionProps"
57810
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57811
+ "name": "LinkDOMProps"
58172
57812
  },
58173
57813
  "declarations": [
58174
57814
  {
58175
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58176
- "name": "AriaPositionProps"
57815
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57816
+ "name": "LinkDOMProps"
58177
57817
  }
58178
57818
  ],
58179
57819
  "required": false,
58180
57820
  "type": {
58181
- "name": "number"
57821
+ "name": "HTMLAttributeAnchorTarget"
58182
57822
  }
58183
57823
  },
58184
- "isNonModal": {
57824
+ "textValue": {
58185
57825
  "defaultValue": null,
58186
- "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.",
58187
- "name": "isNonModal",
57826
+ "description": "A string representation of the item's contents, used for features like typeahead.",
57827
+ "name": "textValue",
58188
57828
  "parent": {
58189
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58190
- "name": "AriaPopoverProps"
57829
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
57830
+ "name": "ListBoxItemProps"
58191
57831
  },
58192
57832
  "declarations": [
58193
57833
  {
58194
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58195
- "name": "AriaPopoverProps"
57834
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
57835
+ "name": "ListBoxItemProps"
58196
57836
  }
58197
57837
  ],
58198
57838
  "required": false,
58199
57839
  "type": {
58200
- "name": "boolean"
57840
+ "name": "string"
58201
57841
  }
58202
57842
  },
58203
- "isKeyboardDismissDisabled": {
58204
- "defaultValue": {
58205
- "value": "false"
57843
+ "onAction": {
57844
+ "defaultValue": null,
57845
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
57846
+ "name": "onAction",
57847
+ "parent": {
57848
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
57849
+ "name": "ListBoxItemProps"
58206
57850
  },
58207
- "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.",
58208
- "name": "isKeyboardDismissDisabled",
57851
+ "declarations": [
57852
+ {
57853
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
57854
+ "name": "ListBoxItemProps"
57855
+ }
57856
+ ],
57857
+ "required": false,
57858
+ "type": {
57859
+ "name": "(() => void)"
57860
+ }
57861
+ },
57862
+ "href": {
57863
+ "defaultValue": null,
57864
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
57865
+ "name": "href",
58209
57866
  "parent": {
58210
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58211
- "name": "AriaPopoverProps"
57867
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57868
+ "name": "LinkDOMProps"
58212
57869
  },
58213
57870
  "declarations": [
58214
57871
  {
58215
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58216
- "name": "AriaPopoverProps"
57872
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57873
+ "name": "LinkDOMProps"
58217
57874
  }
58218
57875
  ],
58219
57876
  "required": false,
58220
57877
  "type": {
58221
- "name": "boolean"
57878
+ "name": "string"
58222
57879
  }
58223
57880
  },
58224
- "shouldCloseOnInteractOutside": {
57881
+ "hrefLang": {
58225
57882
  "defaultValue": null,
58226
- "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.",
58227
- "name": "shouldCloseOnInteractOutside",
57883
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
57884
+ "name": "hrefLang",
58228
57885
  "parent": {
58229
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58230
- "name": "AriaPopoverProps"
57886
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57887
+ "name": "LinkDOMProps"
58231
57888
  },
58232
57889
  "declarations": [
58233
57890
  {
58234
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58235
- "name": "AriaPopoverProps"
57891
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57892
+ "name": "LinkDOMProps"
58236
57893
  }
58237
57894
  ],
58238
57895
  "required": false,
58239
57896
  "type": {
58240
- "name": "((element: Element) => boolean)"
57897
+ "name": "string"
58241
57898
  }
58242
57899
  },
58243
- "trigger": {
57900
+ "download": {
58244
57901
  "defaultValue": null,
58245
- "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.",
58246
- "name": "trigger",
57902
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
57903
+ "name": "download",
58247
57904
  "parent": {
58248
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58249
- "name": "PopoverProps"
57905
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57906
+ "name": "LinkDOMProps"
58250
57907
  },
58251
57908
  "declarations": [
58252
57909
  {
58253
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58254
- "name": "PopoverProps"
57910
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57911
+ "name": "LinkDOMProps"
57912
+ }
57913
+ ],
57914
+ "required": false,
57915
+ "type": {
57916
+ "name": "string | boolean"
57917
+ }
57918
+ },
57919
+ "ping": {
57920
+ "defaultValue": null,
57921
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
57922
+ "name": "ping",
57923
+ "parent": {
57924
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57925
+ "name": "LinkDOMProps"
57926
+ },
57927
+ "declarations": [
57928
+ {
57929
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57930
+ "name": "LinkDOMProps"
58255
57931
  }
58256
57932
  ],
58257
57933
  "required": false,
@@ -58259,6 +57935,139 @@
58259
57935
  "name": "string"
58260
57936
  }
58261
57937
  },
57938
+ "referrerPolicy": {
57939
+ "defaultValue": null,
57940
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
57941
+ "name": "referrerPolicy",
57942
+ "parent": {
57943
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57944
+ "name": "LinkDOMProps"
57945
+ },
57946
+ "declarations": [
57947
+ {
57948
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57949
+ "name": "LinkDOMProps"
57950
+ }
57951
+ ],
57952
+ "required": false,
57953
+ "type": {
57954
+ "name": "HTMLAttributeReferrerPolicy"
57955
+ }
57956
+ },
57957
+ "routerOptions": {
57958
+ "defaultValue": null,
57959
+ "description": "Options for the configured client side router.",
57960
+ "name": "routerOptions",
57961
+ "parent": {
57962
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57963
+ "name": "LinkDOMProps"
57964
+ },
57965
+ "declarations": [
57966
+ {
57967
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
57968
+ "name": "LinkDOMProps"
57969
+ }
57970
+ ],
57971
+ "required": false,
57972
+ "type": {
57973
+ "name": "undefined"
57974
+ }
57975
+ },
57976
+ "onPress": {
57977
+ "defaultValue": null,
57978
+ "description": "Handler that is called when the press is released over the target.",
57979
+ "name": "onPress",
57980
+ "parent": {
57981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57982
+ "name": "PressEvents"
57983
+ },
57984
+ "declarations": [
57985
+ {
57986
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
57987
+ "name": "PressEvents"
57988
+ }
57989
+ ],
57990
+ "required": false,
57991
+ "type": {
57992
+ "name": "((e: PressEvent) => void)"
57993
+ }
57994
+ },
57995
+ "onPressStart": {
57996
+ "defaultValue": null,
57997
+ "description": "Handler that is called when a press interaction starts.",
57998
+ "name": "onPressStart",
57999
+ "parent": {
58000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58001
+ "name": "PressEvents"
58002
+ },
58003
+ "declarations": [
58004
+ {
58005
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58006
+ "name": "PressEvents"
58007
+ }
58008
+ ],
58009
+ "required": false,
58010
+ "type": {
58011
+ "name": "((e: PressEvent) => void)"
58012
+ }
58013
+ },
58014
+ "onPressEnd": {
58015
+ "defaultValue": null,
58016
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
58017
+ "name": "onPressEnd",
58018
+ "parent": {
58019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58020
+ "name": "PressEvents"
58021
+ },
58022
+ "declarations": [
58023
+ {
58024
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58025
+ "name": "PressEvents"
58026
+ }
58027
+ ],
58028
+ "required": false,
58029
+ "type": {
58030
+ "name": "((e: PressEvent) => void)"
58031
+ }
58032
+ },
58033
+ "onPressChange": {
58034
+ "defaultValue": null,
58035
+ "description": "Handler that is called when the press state changes.",
58036
+ "name": "onPressChange",
58037
+ "parent": {
58038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58039
+ "name": "PressEvents"
58040
+ },
58041
+ "declarations": [
58042
+ {
58043
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58044
+ "name": "PressEvents"
58045
+ }
58046
+ ],
58047
+ "required": false,
58048
+ "type": {
58049
+ "name": "((isPressed: boolean) => void)"
58050
+ }
58051
+ },
58052
+ "onPressUp": {
58053
+ "defaultValue": null,
58054
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
58055
+ "name": "onPressUp",
58056
+ "parent": {
58057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58058
+ "name": "PressEvents"
58059
+ },
58060
+ "declarations": [
58061
+ {
58062
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58063
+ "name": "PressEvents"
58064
+ }
58065
+ ],
58066
+ "required": false,
58067
+ "type": {
58068
+ "name": "((e: PressEvent) => void)"
58069
+ }
58070
+ },
58262
58071
  "children": {
58263
58072
  "defaultValue": null,
58264
58073
  "description": "",
@@ -58353,26 +58162,119 @@
58353
58162
  }
58354
58163
  },
58355
58164
  {
58356
- "tags": {
58357
- "flr-generate": "all"
58358
- },
58359
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
58165
+ "tags": {},
58166
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
58360
58167
  "description": "",
58361
- "displayName": "Option",
58168
+ "displayName": "Options",
58362
58169
  "methods": [],
58363
58170
  "props": {
58364
- "value": {
58171
+ "controller": {
58365
58172
  "defaultValue": null,
58366
- "description": "",
58367
- "name": "value",
58173
+ "description": "An overlay controller to control the popover state.",
58174
+ "name": "controller",
58368
58175
  "parent": {
58369
- "fileName": "components/src/components/Option/Option.tsx",
58370
- "name": "OptionProps"
58176
+ "fileName": "components/src/components/Options/Options.tsx",
58177
+ "name": "OptionsProps"
58371
58178
  },
58372
58179
  "declarations": [
58373
58180
  {
58374
- "fileName": "components/src/components/Option/Option.tsx",
58375
- "name": "OptionProps"
58181
+ "fileName": "components/src/components/Options/Options.tsx",
58182
+ "name": "OptionsProps"
58183
+ }
58184
+ ],
58185
+ "required": true,
58186
+ "type": {
58187
+ "name": "OverlayController"
58188
+ }
58189
+ },
58190
+ "onAction": {
58191
+ "defaultValue": null,
58192
+ "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.",
58193
+ "name": "onAction",
58194
+ "parent": {
58195
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
58196
+ "name": "AriaListBoxProps"
58197
+ },
58198
+ "declarations": [
58199
+ {
58200
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
58201
+ "name": "AriaListBoxProps"
58202
+ }
58203
+ ],
58204
+ "required": false,
58205
+ "type": {
58206
+ "name": "((key: Key) => void)"
58207
+ }
58208
+ },
58209
+ "renderEmptyState": {
58210
+ "defaultValue": null,
58211
+ "description": "Provides content to display when there are no items in the list.",
58212
+ "name": "renderEmptyState",
58213
+ "parent": {
58214
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58215
+ "name": "ListBoxProps"
58216
+ },
58217
+ "declarations": [
58218
+ {
58219
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58220
+ "name": "ListBoxProps"
58221
+ }
58222
+ ],
58223
+ "required": false,
58224
+ "type": {
58225
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
58226
+ }
58227
+ },
58228
+ "withTip": {
58229
+ "defaultValue": null,
58230
+ "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
58231
+ "name": "withTip",
58232
+ "parent": {
58233
+ "fileName": "components/src/components/Popover/Popover.tsx",
58234
+ "name": "PopoverProps"
58235
+ },
58236
+ "declarations": [
58237
+ {
58238
+ "fileName": "components/src/components/Popover/Popover.tsx",
58239
+ "name": "PopoverProps"
58240
+ }
58241
+ ],
58242
+ "required": false,
58243
+ "type": {
58244
+ "name": "boolean"
58245
+ }
58246
+ },
58247
+ "isDialogContent": {
58248
+ "defaultValue": null,
58249
+ "description": "Whether the popover contains a dialog.",
58250
+ "name": "isDialogContent",
58251
+ "parent": {
58252
+ "fileName": "components/src/components/Popover/Popover.tsx",
58253
+ "name": "PopoverProps"
58254
+ },
58255
+ "declarations": [
58256
+ {
58257
+ "fileName": "components/src/components/Popover/Popover.tsx",
58258
+ "name": "PopoverProps"
58259
+ }
58260
+ ],
58261
+ "required": false,
58262
+ "type": {
58263
+ "name": "boolean"
58264
+ }
58265
+ },
58266
+ "width": {
58267
+ "defaultValue": null,
58268
+ "description": "A fixed width for the popover.",
58269
+ "name": "width",
58270
+ "parent": {
58271
+ "fileName": "components/src/components/Popover/Popover.tsx",
58272
+ "name": "PopoverProps"
58273
+ },
58274
+ "declarations": [
58275
+ {
58276
+ "fileName": "components/src/components/Popover/Popover.tsx",
58277
+ "name": "PopoverProps"
58376
58278
  }
58377
58279
  ],
58378
58280
  "required": false,
@@ -58380,6 +58282,48 @@
58380
58282
  "name": "string | number"
58381
58283
  }
58382
58284
  },
58285
+ "offset": {
58286
+ "defaultValue": {
58287
+ "value": "8"
58288
+ },
58289
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
58290
+ "name": "offset",
58291
+ "parent": {
58292
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58293
+ "name": "PopoverProps"
58294
+ },
58295
+ "declarations": [
58296
+ {
58297
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58298
+ "name": "PopoverProps"
58299
+ }
58300
+ ],
58301
+ "required": false,
58302
+ "type": {
58303
+ "name": "number"
58304
+ }
58305
+ },
58306
+ "arrowBoundaryOffset": {
58307
+ "defaultValue": {
58308
+ "value": "0"
58309
+ },
58310
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
58311
+ "name": "arrowBoundaryOffset",
58312
+ "parent": {
58313
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58314
+ "name": "AriaPositionProps"
58315
+ },
58316
+ "declarations": [
58317
+ {
58318
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
58319
+ "name": "AriaPositionProps"
58320
+ }
58321
+ ],
58322
+ "required": false,
58323
+ "type": {
58324
+ "name": "number"
58325
+ }
58326
+ },
58383
58327
  "className": {
58384
58328
  "defaultValue": {
58385
58329
  "value": "'react-aria-Tooltip'"
@@ -58401,18 +58345,294 @@
58401
58345
  "name": "ClassNameOrFunction<TooltipRenderProps>"
58402
58346
  }
58403
58347
  },
58404
- "aria-label": {
58348
+ "triggerRef": {
58405
58349
  "defaultValue": null,
58406
- "description": "An accessibility label for this item.",
58407
- "name": "aria-label",
58350
+ "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.",
58351
+ "name": "triggerRef",
58408
58352
  "parent": {
58409
58353
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58410
- "name": "ListBoxItemProps"
58354
+ "name": "TooltipProps"
58411
58355
  },
58412
58356
  "declarations": [
58413
58357
  {
58414
58358
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58415
- "name": "ListBoxItemProps"
58359
+ "name": "TooltipProps"
58360
+ }
58361
+ ],
58362
+ "required": false,
58363
+ "type": {
58364
+ "name": "RefObject<Element | null>"
58365
+ }
58366
+ },
58367
+ "isEntering": {
58368
+ "defaultValue": null,
58369
+ "description": "Whether the tooltip is currently performing an entry animation.",
58370
+ "name": "isEntering",
58371
+ "parent": {
58372
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58373
+ "name": "TooltipProps"
58374
+ },
58375
+ "declarations": [
58376
+ {
58377
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58378
+ "name": "TooltipProps"
58379
+ }
58380
+ ],
58381
+ "required": false,
58382
+ "type": {
58383
+ "name": "boolean"
58384
+ }
58385
+ },
58386
+ "isExiting": {
58387
+ "defaultValue": null,
58388
+ "description": "Whether the tooltip is currently performing an exit animation.",
58389
+ "name": "isExiting",
58390
+ "parent": {
58391
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58392
+ "name": "TooltipProps"
58393
+ },
58394
+ "declarations": [
58395
+ {
58396
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58397
+ "name": "TooltipProps"
58398
+ }
58399
+ ],
58400
+ "required": false,
58401
+ "type": {
58402
+ "name": "boolean"
58403
+ }
58404
+ },
58405
+ "UNSTABLE_portalContainer": {
58406
+ "defaultValue": {
58407
+ "value": "document.body"
58408
+ },
58409
+ "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.",
58410
+ "name": "UNSTABLE_portalContainer",
58411
+ "parent": {
58412
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58413
+ "name": "TooltipProps"
58414
+ },
58415
+ "declarations": [
58416
+ {
58417
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
58418
+ "name": "TooltipProps"
58419
+ }
58420
+ ],
58421
+ "required": false,
58422
+ "type": {
58423
+ "name": "Element"
58424
+ }
58425
+ },
58426
+ "placement": {
58427
+ "defaultValue": {
58428
+ "value": "'bottom'"
58429
+ },
58430
+ "description": "The placement of the element with respect to its anchor element.",
58431
+ "name": "placement",
58432
+ "parent": {
58433
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58434
+ "name": "PositionProps"
58435
+ },
58436
+ "declarations": [
58437
+ {
58438
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58439
+ "name": "PositionProps"
58440
+ }
58441
+ ],
58442
+ "required": false,
58443
+ "type": {
58444
+ "name": "Placement"
58445
+ }
58446
+ },
58447
+ "containerPadding": {
58448
+ "defaultValue": {
58449
+ "value": "12"
58450
+ },
58451
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
58452
+ "name": "containerPadding",
58453
+ "parent": {
58454
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58455
+ "name": "PositionProps"
58456
+ },
58457
+ "declarations": [
58458
+ {
58459
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58460
+ "name": "PositionProps"
58461
+ }
58462
+ ],
58463
+ "required": false,
58464
+ "type": {
58465
+ "name": "number"
58466
+ }
58467
+ },
58468
+ "crossOffset": {
58469
+ "defaultValue": {
58470
+ "value": "0"
58471
+ },
58472
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
58473
+ "name": "crossOffset",
58474
+ "parent": {
58475
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58476
+ "name": "PositionProps"
58477
+ },
58478
+ "declarations": [
58479
+ {
58480
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58481
+ "name": "PositionProps"
58482
+ }
58483
+ ],
58484
+ "required": false,
58485
+ "type": {
58486
+ "name": "number"
58487
+ }
58488
+ },
58489
+ "shouldFlip": {
58490
+ "defaultValue": {
58491
+ "value": "true"
58492
+ },
58493
+ "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.",
58494
+ "name": "shouldFlip",
58495
+ "parent": {
58496
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58497
+ "name": "PositionProps"
58498
+ },
58499
+ "declarations": [
58500
+ {
58501
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58502
+ "name": "PositionProps"
58503
+ }
58504
+ ],
58505
+ "required": false,
58506
+ "type": {
58507
+ "name": "boolean"
58508
+ }
58509
+ },
58510
+ "isOpen": {
58511
+ "defaultValue": null,
58512
+ "description": "Whether the element is rendered.",
58513
+ "name": "isOpen",
58514
+ "parent": {
58515
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58516
+ "name": "PositionProps"
58517
+ },
58518
+ "declarations": [
58519
+ {
58520
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58521
+ "name": "PositionProps"
58522
+ }
58523
+ ],
58524
+ "required": false,
58525
+ "type": {
58526
+ "name": "boolean"
58527
+ }
58528
+ },
58529
+ "defaultOpen": {
58530
+ "defaultValue": null,
58531
+ "description": "Whether the overlay is open by default (uncontrolled).",
58532
+ "name": "defaultOpen",
58533
+ "parent": {
58534
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58535
+ "name": "OverlayTriggerProps"
58536
+ },
58537
+ "declarations": [
58538
+ {
58539
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58540
+ "name": "OverlayTriggerProps"
58541
+ }
58542
+ ],
58543
+ "required": false,
58544
+ "type": {
58545
+ "name": "boolean"
58546
+ }
58547
+ },
58548
+ "onOpenChange": {
58549
+ "defaultValue": null,
58550
+ "description": "Handler that is called when the overlay's open state changes.",
58551
+ "name": "onOpenChange",
58552
+ "parent": {
58553
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58554
+ "name": "OverlayTriggerProps"
58555
+ },
58556
+ "declarations": [
58557
+ {
58558
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
58559
+ "name": "OverlayTriggerProps"
58560
+ }
58561
+ ],
58562
+ "required": false,
58563
+ "type": {
58564
+ "name": "((isOpen: boolean) => void)"
58565
+ }
58566
+ },
58567
+ "aria-label": {
58568
+ "defaultValue": null,
58569
+ "description": "Defines a string value that labels the current element.",
58570
+ "name": "aria-label",
58571
+ "parent": {
58572
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58573
+ "name": "AriaLabelingProps"
58574
+ },
58575
+ "declarations": [
58576
+ {
58577
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58578
+ "name": "AriaLabelingProps"
58579
+ }
58580
+ ],
58581
+ "required": false,
58582
+ "type": {
58583
+ "name": "string"
58584
+ }
58585
+ },
58586
+ "aria-labelledby": {
58587
+ "defaultValue": null,
58588
+ "description": "Identifies the element (or elements) that labels the current element.",
58589
+ "name": "aria-labelledby",
58590
+ "parent": {
58591
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58592
+ "name": "AriaLabelingProps"
58593
+ },
58594
+ "declarations": [
58595
+ {
58596
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58597
+ "name": "AriaLabelingProps"
58598
+ }
58599
+ ],
58600
+ "required": false,
58601
+ "type": {
58602
+ "name": "string"
58603
+ }
58604
+ },
58605
+ "aria-describedby": {
58606
+ "defaultValue": null,
58607
+ "description": "Identifies the element (or elements) that describes the object.",
58608
+ "name": "aria-describedby",
58609
+ "parent": {
58610
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58611
+ "name": "AriaLabelingProps"
58612
+ },
58613
+ "declarations": [
58614
+ {
58615
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58616
+ "name": "AriaLabelingProps"
58617
+ }
58618
+ ],
58619
+ "required": false,
58620
+ "type": {
58621
+ "name": "string"
58622
+ }
58623
+ },
58624
+ "aria-details": {
58625
+ "defaultValue": null,
58626
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
58627
+ "name": "aria-details",
58628
+ "parent": {
58629
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58630
+ "name": "AriaLabelingProps"
58631
+ },
58632
+ "declarations": [
58633
+ {
58634
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58635
+ "name": "AriaLabelingProps"
58416
58636
  }
58417
58637
  ],
58418
58638
  "required": false,
@@ -58536,21 +58756,21 @@
58536
58756
  },
58537
58757
  "onClick": {
58538
58758
  "defaultValue": null,
58539
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
58759
+ "description": "",
58540
58760
  "name": "onClick",
58541
58761
  "parent": {
58542
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58543
- "name": "PressEvents"
58762
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58763
+ "name": "GlobalDOMEvents"
58544
58764
  },
58545
58765
  "declarations": [
58546
58766
  {
58547
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
58548
- "name": "PressEvents"
58767
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
58768
+ "name": "GlobalDOMEvents"
58549
58769
  }
58550
58770
  ],
58551
58771
  "required": false,
58552
58772
  "type": {
58553
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
58773
+ "name": "MouseEventHandler<HTMLDivElement>"
58554
58774
  }
58555
58775
  },
58556
58776
  "onClickCapture": {
@@ -59750,284 +59970,197 @@
59750
59970
  "name": "TransitionEventHandler<HTMLDivElement>"
59751
59971
  }
59752
59972
  },
59753
- "isDisabled": {
59973
+ "slot": {
59754
59974
  "defaultValue": null,
59755
- "description": "Whether the item is disabled.",
59756
- "name": "isDisabled",
59975
+ "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.",
59976
+ "name": "slot",
59757
59977
  "parent": {
59758
59978
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59759
- "name": "ListBoxItemProps"
59979
+ "name": "SlotProps"
59760
59980
  },
59761
59981
  "declarations": [
59762
59982
  {
59763
59983
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59764
- "name": "ListBoxItemProps"
59765
- }
59766
- ],
59767
- "required": false,
59768
- "type": {
59769
- "name": "boolean"
59770
- }
59771
- },
59772
- "onFocus": {
59773
- "defaultValue": null,
59774
- "description": "Handler that is called when the element receives focus.",
59775
- "name": "onFocus",
59776
- "parent": {
59777
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59778
- "name": "FocusEvents"
59779
- },
59780
- "declarations": [
59781
- {
59782
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59783
- "name": "FocusEvents"
59984
+ "name": "SlotProps"
59784
59985
  }
59785
59986
  ],
59786
59987
  "required": false,
59787
59988
  "type": {
59788
- "name": "((e: FocusEvent<Element, Element>) => void)"
59989
+ "name": "string | null"
59789
59990
  }
59790
59991
  },
59791
- "onBlur": {
59792
- "defaultValue": null,
59793
- "description": "Handler that is called when the element loses focus.",
59794
- "name": "onBlur",
59795
- "parent": {
59796
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59797
- "name": "FocusEvents"
59992
+ "boundaryElement": {
59993
+ "defaultValue": {
59994
+ "value": "document.body"
59798
59995
  },
59799
- "declarations": [
59800
- {
59801
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59802
- "name": "FocusEvents"
59803
- }
59804
- ],
59805
- "required": false,
59806
- "type": {
59807
- "name": "((e: FocusEvent<Element, Element>) => void)"
59808
- }
59809
- },
59810
- "onFocusChange": {
59811
- "defaultValue": null,
59812
- "description": "Handler that is called when the element's focus status changes.",
59813
- "name": "onFocusChange",
59996
+ "description": "Element that that serves as the positioning boundary.",
59997
+ "name": "boundaryElement",
59814
59998
  "parent": {
59815
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59816
- "name": "FocusEvents"
59999
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60000
+ "name": "AriaPositionProps"
59817
60001
  },
59818
60002
  "declarations": [
59819
60003
  {
59820
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59821
- "name": "FocusEvents"
60004
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60005
+ "name": "AriaPositionProps"
59822
60006
  }
59823
60007
  ],
59824
60008
  "required": false,
59825
60009
  "type": {
59826
- "name": "((isFocused: boolean) => void)"
60010
+ "name": "Element"
59827
60011
  }
59828
60012
  },
59829
- "rel": {
60013
+ "arrowRef": {
59830
60014
  "defaultValue": null,
59831
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
59832
- "name": "rel",
60015
+ "description": "A ref for the popover arrow element.",
60016
+ "name": "arrowRef",
59833
60017
  "parent": {
59834
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59835
- "name": "LinkDOMProps"
60018
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60019
+ "name": "AriaPopoverProps"
59836
60020
  },
59837
60021
  "declarations": [
59838
60022
  {
59839
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59840
- "name": "LinkDOMProps"
60023
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60024
+ "name": "AriaPopoverProps"
59841
60025
  }
59842
60026
  ],
59843
60027
  "required": false,
59844
60028
  "type": {
59845
- "name": "string"
60029
+ "name": "RefObject<Element | null>"
59846
60030
  }
59847
60031
  },
59848
- "onHoverStart": {
59849
- "defaultValue": null,
59850
- "description": "Handler that is called when a hover interaction starts.",
59851
- "name": "onHoverStart",
59852
- "parent": {
59853
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59854
- "name": "HoverEvents"
60032
+ "scrollRef": {
60033
+ "defaultValue": {
60034
+ "value": "overlayRef"
59855
60035
  },
59856
- "declarations": [
59857
- {
59858
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59859
- "name": "HoverEvents"
59860
- }
59861
- ],
59862
- "required": false,
59863
- "type": {
59864
- "name": "((e: HoverEvent) => void)"
59865
- }
59866
- },
59867
- "onHoverEnd": {
59868
- "defaultValue": null,
59869
- "description": "Handler that is called when a hover interaction ends.",
59870
- "name": "onHoverEnd",
60036
+ "description": "A ref for the scrollable region within the overlay.",
60037
+ "name": "scrollRef",
59871
60038
  "parent": {
59872
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59873
- "name": "HoverEvents"
60039
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60040
+ "name": "AriaPositionProps"
59874
60041
  },
59875
60042
  "declarations": [
59876
60043
  {
59877
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59878
- "name": "HoverEvents"
60044
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60045
+ "name": "AriaPositionProps"
59879
60046
  }
59880
60047
  ],
59881
60048
  "required": false,
59882
60049
  "type": {
59883
- "name": "((e: HoverEvent) => void)"
60050
+ "name": "RefObject<Element | null>"
59884
60051
  }
59885
60052
  },
59886
- "onHoverChange": {
59887
- "defaultValue": null,
59888
- "description": "Handler that is called when the hover state changes.",
59889
- "name": "onHoverChange",
59890
- "parent": {
59891
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59892
- "name": "HoverEvents"
60053
+ "shouldUpdatePosition": {
60054
+ "defaultValue": {
60055
+ "value": "true"
59893
60056
  },
59894
- "declarations": [
59895
- {
59896
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
59897
- "name": "HoverEvents"
59898
- }
59899
- ],
59900
- "required": false,
59901
- "type": {
59902
- "name": "((isHovering: boolean) => void)"
59903
- }
59904
- },
59905
- "target": {
59906
- "defaultValue": null,
59907
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
59908
- "name": "target",
60057
+ "description": "Whether the overlay should update its position automatically.",
60058
+ "name": "shouldUpdatePosition",
59909
60059
  "parent": {
59910
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59911
- "name": "LinkDOMProps"
60060
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60061
+ "name": "AriaPositionProps"
59912
60062
  },
59913
60063
  "declarations": [
59914
60064
  {
59915
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59916
- "name": "LinkDOMProps"
60065
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60066
+ "name": "AriaPositionProps"
59917
60067
  }
59918
60068
  ],
59919
60069
  "required": false,
59920
60070
  "type": {
59921
- "name": "HTMLAttributeAnchorTarget"
60071
+ "name": "boolean"
59922
60072
  }
59923
60073
  },
59924
- "onAction": {
60074
+ "maxHeight": {
59925
60075
  "defaultValue": null,
59926
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
59927
- "name": "onAction",
60076
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
60077
+ "name": "maxHeight",
59928
60078
  "parent": {
59929
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59930
- "name": "ListBoxItemProps"
60079
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60080
+ "name": "AriaPositionProps"
59931
60081
  },
59932
60082
  "declarations": [
59933
60083
  {
59934
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59935
- "name": "ListBoxItemProps"
60084
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60085
+ "name": "AriaPositionProps"
59936
60086
  }
59937
60087
  ],
59938
60088
  "required": false,
59939
60089
  "type": {
59940
- "name": "(() => void)"
60090
+ "name": "number"
59941
60091
  }
59942
60092
  },
59943
- "textValue": {
60093
+ "isNonModal": {
59944
60094
  "defaultValue": null,
59945
- "description": "A string representation of the item's contents, used for features like typeahead.",
59946
- "name": "textValue",
60095
+ "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.",
60096
+ "name": "isNonModal",
59947
60097
  "parent": {
59948
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59949
- "name": "ListBoxItemProps"
60098
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60099
+ "name": "AriaPopoverProps"
59950
60100
  },
59951
60101
  "declarations": [
59952
60102
  {
59953
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
59954
- "name": "ListBoxItemProps"
60103
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60104
+ "name": "AriaPopoverProps"
59955
60105
  }
59956
60106
  ],
59957
60107
  "required": false,
59958
60108
  "type": {
59959
- "name": "string"
60109
+ "name": "boolean"
59960
60110
  }
59961
60111
  },
59962
- "href": {
59963
- "defaultValue": null,
59964
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
59965
- "name": "href",
59966
- "parent": {
59967
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59968
- "name": "LinkDOMProps"
60112
+ "isKeyboardDismissDisabled": {
60113
+ "defaultValue": {
60114
+ "value": "false"
59969
60115
  },
59970
- "declarations": [
59971
- {
59972
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59973
- "name": "LinkDOMProps"
59974
- }
59975
- ],
59976
- "required": false,
59977
- "type": {
59978
- "name": "string"
59979
- }
59980
- },
59981
- "hrefLang": {
59982
- "defaultValue": null,
59983
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
59984
- "name": "hrefLang",
60116
+ "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.",
60117
+ "name": "isKeyboardDismissDisabled",
59985
60118
  "parent": {
59986
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59987
- "name": "LinkDOMProps"
60119
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60120
+ "name": "AriaPopoverProps"
59988
60121
  },
59989
60122
  "declarations": [
59990
60123
  {
59991
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
59992
- "name": "LinkDOMProps"
60124
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60125
+ "name": "AriaPopoverProps"
59993
60126
  }
59994
60127
  ],
59995
60128
  "required": false,
59996
60129
  "type": {
59997
- "name": "string"
60130
+ "name": "boolean"
59998
60131
  }
59999
60132
  },
60000
- "download": {
60133
+ "shouldCloseOnInteractOutside": {
60001
60134
  "defaultValue": null,
60002
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
60003
- "name": "download",
60135
+ "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.",
60136
+ "name": "shouldCloseOnInteractOutside",
60004
60137
  "parent": {
60005
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60006
- "name": "LinkDOMProps"
60138
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60139
+ "name": "AriaPopoverProps"
60007
60140
  },
60008
60141
  "declarations": [
60009
60142
  {
60010
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60011
- "name": "LinkDOMProps"
60143
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.31.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/overlays/dist/types.d.ts",
60144
+ "name": "AriaPopoverProps"
60012
60145
  }
60013
60146
  ],
60014
60147
  "required": false,
60015
60148
  "type": {
60016
- "name": "string | boolean"
60149
+ "name": "((element: Element) => boolean)"
60017
60150
  }
60018
60151
  },
60019
- "ping": {
60152
+ "trigger": {
60020
60153
  "defaultValue": null,
60021
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
60022
- "name": "ping",
60154
+ "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.",
60155
+ "name": "trigger",
60023
60156
  "parent": {
60024
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60025
- "name": "LinkDOMProps"
60157
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
60158
+ "name": "PopoverProps"
60026
60159
  },
60027
60160
  "declarations": [
60028
60161
  {
60029
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60030
- "name": "LinkDOMProps"
60162
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
60163
+ "name": "PopoverProps"
60031
60164
  }
60032
60165
  ],
60033
60166
  "required": false,
@@ -60035,139 +60168,6 @@
60035
60168
  "name": "string"
60036
60169
  }
60037
60170
  },
60038
- "referrerPolicy": {
60039
- "defaultValue": null,
60040
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
60041
- "name": "referrerPolicy",
60042
- "parent": {
60043
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60044
- "name": "LinkDOMProps"
60045
- },
60046
- "declarations": [
60047
- {
60048
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60049
- "name": "LinkDOMProps"
60050
- }
60051
- ],
60052
- "required": false,
60053
- "type": {
60054
- "name": "HTMLAttributeReferrerPolicy"
60055
- }
60056
- },
60057
- "routerOptions": {
60058
- "defaultValue": null,
60059
- "description": "Options for the configured client side router.",
60060
- "name": "routerOptions",
60061
- "parent": {
60062
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60063
- "name": "LinkDOMProps"
60064
- },
60065
- "declarations": [
60066
- {
60067
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
60068
- "name": "LinkDOMProps"
60069
- }
60070
- ],
60071
- "required": false,
60072
- "type": {
60073
- "name": "undefined"
60074
- }
60075
- },
60076
- "onPress": {
60077
- "defaultValue": null,
60078
- "description": "Handler that is called when the press is released over the target.",
60079
- "name": "onPress",
60080
- "parent": {
60081
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60082
- "name": "PressEvents"
60083
- },
60084
- "declarations": [
60085
- {
60086
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60087
- "name": "PressEvents"
60088
- }
60089
- ],
60090
- "required": false,
60091
- "type": {
60092
- "name": "((e: PressEvent) => void)"
60093
- }
60094
- },
60095
- "onPressStart": {
60096
- "defaultValue": null,
60097
- "description": "Handler that is called when a press interaction starts.",
60098
- "name": "onPressStart",
60099
- "parent": {
60100
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60101
- "name": "PressEvents"
60102
- },
60103
- "declarations": [
60104
- {
60105
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60106
- "name": "PressEvents"
60107
- }
60108
- ],
60109
- "required": false,
60110
- "type": {
60111
- "name": "((e: PressEvent) => void)"
60112
- }
60113
- },
60114
- "onPressEnd": {
60115
- "defaultValue": null,
60116
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
60117
- "name": "onPressEnd",
60118
- "parent": {
60119
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60120
- "name": "PressEvents"
60121
- },
60122
- "declarations": [
60123
- {
60124
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60125
- "name": "PressEvents"
60126
- }
60127
- ],
60128
- "required": false,
60129
- "type": {
60130
- "name": "((e: PressEvent) => void)"
60131
- }
60132
- },
60133
- "onPressChange": {
60134
- "defaultValue": null,
60135
- "description": "Handler that is called when the press state changes.",
60136
- "name": "onPressChange",
60137
- "parent": {
60138
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60139
- "name": "PressEvents"
60140
- },
60141
- "declarations": [
60142
- {
60143
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60144
- "name": "PressEvents"
60145
- }
60146
- ],
60147
- "required": false,
60148
- "type": {
60149
- "name": "((isPressed: boolean) => void)"
60150
- }
60151
- },
60152
- "onPressUp": {
60153
- "defaultValue": null,
60154
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
60155
- "name": "onPressUp",
60156
- "parent": {
60157
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60158
- "name": "PressEvents"
60159
- },
60160
- "declarations": [
60161
- {
60162
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
60163
- "name": "PressEvents"
60164
- }
60165
- ],
60166
- "required": false,
60167
- "type": {
60168
- "name": "((e: PressEvent) => void)"
60169
- }
60170
- },
60171
60171
  "children": {
60172
60172
  "defaultValue": null,
60173
60173
  "description": "",
@@ -80845,10 +80845,10 @@
80845
80845
  "name": "HTMLAttributeAnchorTarget"
80846
80846
  }
80847
80847
  },
80848
- "onAction": {
80848
+ "textValue": {
80849
80849
  "defaultValue": null,
80850
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
80851
- "name": "onAction",
80850
+ "description": "A string representation of the item's contents, used for features like typeahead.",
80851
+ "name": "textValue",
80852
80852
  "parent": {
80853
80853
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
80854
80854
  "name": "ListBoxItemProps"
@@ -80861,13 +80861,13 @@
80861
80861
  ],
80862
80862
  "required": false,
80863
80863
  "type": {
80864
- "name": "(() => void)"
80864
+ "name": "string"
80865
80865
  }
80866
80866
  },
80867
- "textValue": {
80867
+ "onAction": {
80868
80868
  "defaultValue": null,
80869
- "description": "A string representation of the item's contents, used for features like typeahead.",
80870
- "name": "textValue",
80869
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
80870
+ "name": "onAction",
80871
80871
  "parent": {
80872
80872
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
80873
80873
  "name": "ListBoxItemProps"
@@ -80880,7 +80880,7 @@
80880
80880
  ],
80881
80881
  "required": false,
80882
80882
  "type": {
80883
- "name": "string"
80883
+ "name": "(() => void)"
80884
80884
  }
80885
80885
  },
80886
80886
  "href": {
@@ -132805,89 +132805,68 @@
132805
132805
  "tags": {
132806
132806
  "flr-generate": "all"
132807
132807
  },
132808
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
132808
+ "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
132809
132809
  "description": "",
132810
- "displayName": "Heading",
132810
+ "displayName": "HeaderNavigation",
132811
132811
  "methods": [],
132812
132812
  "props": {
132813
- "size": {
132814
- "defaultValue": null,
132815
- "description": "The font size of the heading.",
132816
- "name": "size",
132817
- "parent": {
132818
- "fileName": "components/src/components/Heading/Heading.tsx",
132819
- "name": "HeadingProps"
132820
- },
132821
- "declarations": [
132822
- {
132823
- "fileName": "components/src/components/Heading/Heading.tsx",
132824
- "name": "HeadingProps"
132825
- }
132826
- ],
132827
- "required": false,
132828
- "type": {
132829
- "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
132830
- }
132831
- },
132832
132813
  "color": {
132833
132814
  "defaultValue": {
132834
132815
  "value": "\"primary\""
132835
132816
  },
132836
- "description": "The color of the heading.",
132817
+ "description": "The color of the header navigation.",
132837
132818
  "name": "color",
132838
132819
  "parent": {
132839
- "fileName": "components/src/components/Heading/Heading.tsx",
132840
- "name": "HeadingProps"
132820
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
132821
+ "name": "HeaderNavigationProps"
132841
132822
  },
132842
132823
  "declarations": [
132843
132824
  {
132844
- "fileName": "components/src/components/Heading/Heading.tsx",
132845
- "name": "HeadingProps"
132825
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
132826
+ "name": "HeaderNavigationProps"
132846
132827
  }
132847
132828
  ],
132848
132829
  "required": false,
132849
132830
  "type": {
132850
- "name": "\"light\" | \"dark\" | \"danger\" | \"primary\" | \"unavailable\""
132831
+ "name": "\"light\" | \"dark\" | \"primary\""
132851
132832
  }
132852
132833
  },
132853
- "wrap": {
132854
- "defaultValue": {
132855
- "value": "undefined"
132856
- },
132857
- "description": "The text-wrap property of the text.",
132858
- "name": "wrap",
132834
+ "ref": {
132835
+ "defaultValue": null,
132836
+ "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}",
132837
+ "name": "ref",
132859
132838
  "parent": {
132860
- "fileName": "components/src/components/Heading/Heading.tsx",
132861
- "name": "HeadingProps"
132839
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
132840
+ "name": "RefAttributes"
132862
132841
  },
132863
132842
  "declarations": [
132864
132843
  {
132865
- "fileName": "components/src/components/Heading/Heading.tsx",
132866
- "name": "HeadingProps"
132844
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
132845
+ "name": "RefAttributes"
132867
132846
  }
132868
132847
  ],
132869
132848
  "required": false,
132870
132849
  "type": {
132871
- "name": "\"wrap\" | \"balance\""
132850
+ "name": "Ref<HTMLSpanElement>"
132872
132851
  }
132873
132852
  },
132874
- "level": {
132853
+ "key": {
132875
132854
  "defaultValue": null,
132876
132855
  "description": "",
132877
- "name": "level",
132856
+ "name": "key",
132878
132857
  "parent": {
132879
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
132880
- "name": "HeadingProps"
132858
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
132859
+ "name": "Attributes"
132881
132860
  },
132882
132861
  "declarations": [
132883
132862
  {
132884
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
132885
- "name": "HeadingProps"
132863
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
132864
+ "name": "Attributes"
132886
132865
  }
132887
132866
  ],
132888
132867
  "required": false,
132889
132868
  "type": {
132890
- "name": "number"
132869
+ "name": "Key | null"
132891
132870
  }
132892
132871
  },
132893
132872
  "defaultChecked": {
@@ -138152,151 +138131,96 @@
138152
138131
  "type": {
138153
138132
  "name": "TransitionEventHandler<HTMLElement>"
138154
138133
  }
138155
- },
138156
- "wrapWith": {
138157
- "defaultValue": null,
138158
- "description": "",
138159
- "name": "wrapWith",
138160
- "parent": {
138161
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
138162
- "name": "FlowComponentProps"
138163
- },
138164
- "declarations": [
138165
- {
138166
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
138167
- "name": "FlowComponentProps"
138168
- }
138169
- ],
138170
- "required": false,
138171
- "type": {
138172
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
138173
- }
138174
- },
138175
- "tunnelId": {
138176
- "defaultValue": null,
138177
- "description": "@internal",
138178
- "name": "tunnelId",
138179
- "parent": {
138180
- "fileName": "components/src/lib/types/props.ts",
138181
- "name": "PropsWithTunnel"
138182
- },
138183
- "declarations": [
138184
- {
138185
- "fileName": "components/src/lib/types/props.ts",
138186
- "name": "PropsWithTunnel"
138187
- }
138188
- ],
138189
- "required": false,
138190
- "type": {
138191
- "name": "string | null"
138192
- }
138193
- },
138194
- "ref": {
138134
+ }
138135
+ }
138136
+ },
138137
+ {
138138
+ "tags": {
138139
+ "flr-generate": "all"
138140
+ },
138141
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
138142
+ "description": "",
138143
+ "displayName": "Heading",
138144
+ "methods": [],
138145
+ "props": {
138146
+ "size": {
138195
138147
  "defaultValue": null,
138196
- "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}",
138197
- "name": "ref",
138148
+ "description": "The font size of the heading.",
138149
+ "name": "size",
138198
138150
  "parent": {
138199
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138200
- "name": "RefAttributes"
138151
+ "fileName": "components/src/components/Heading/Heading.tsx",
138152
+ "name": "HeadingProps"
138201
138153
  },
138202
138154
  "declarations": [
138203
138155
  {
138204
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138205
- "name": "RefAttributes"
138156
+ "fileName": "components/src/components/Heading/Heading.tsx",
138157
+ "name": "HeadingProps"
138206
138158
  }
138207
138159
  ],
138208
138160
  "required": false,
138209
138161
  "type": {
138210
- "name": "Ref<HTMLSpanElement>"
138162
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
138211
138163
  }
138212
138164
  },
138213
- "key": {
138214
- "defaultValue": null,
138215
- "description": "",
138216
- "name": "key",
138217
- "parent": {
138218
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138219
- "name": "Attributes"
138220
- },
138221
- "declarations": [
138222
- {
138223
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138224
- "name": "Attributes"
138225
- }
138226
- ],
138227
- "required": false,
138228
- "type": {
138229
- "name": "Key | null"
138230
- }
138231
- }
138232
- }
138233
- },
138234
- {
138235
- "tags": {
138236
- "flr-generate": "all"
138237
- },
138238
- "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138239
- "description": "",
138240
- "displayName": "HeaderNavigation",
138241
- "methods": [],
138242
- "props": {
138243
138165
  "color": {
138244
138166
  "defaultValue": {
138245
138167
  "value": "\"primary\""
138246
138168
  },
138247
- "description": "The color of the header navigation.",
138169
+ "description": "The color of the heading.",
138248
138170
  "name": "color",
138249
138171
  "parent": {
138250
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138251
- "name": "HeaderNavigationProps"
138172
+ "fileName": "components/src/components/Heading/Heading.tsx",
138173
+ "name": "HeadingProps"
138252
138174
  },
138253
138175
  "declarations": [
138254
138176
  {
138255
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138256
- "name": "HeaderNavigationProps"
138177
+ "fileName": "components/src/components/Heading/Heading.tsx",
138178
+ "name": "HeadingProps"
138257
138179
  }
138258
138180
  ],
138259
138181
  "required": false,
138260
138182
  "type": {
138261
- "name": "\"light\" | \"dark\" | \"primary\""
138183
+ "name": "\"light\" | \"dark\" | \"danger\" | \"primary\" | \"unavailable\""
138262
138184
  }
138263
138185
  },
138264
- "ref": {
138265
- "defaultValue": null,
138266
- "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}",
138267
- "name": "ref",
138186
+ "wrap": {
138187
+ "defaultValue": {
138188
+ "value": "undefined"
138189
+ },
138190
+ "description": "The text-wrap property of the text.",
138191
+ "name": "wrap",
138268
138192
  "parent": {
138269
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138270
- "name": "RefAttributes"
138193
+ "fileName": "components/src/components/Heading/Heading.tsx",
138194
+ "name": "HeadingProps"
138271
138195
  },
138272
138196
  "declarations": [
138273
138197
  {
138274
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138275
- "name": "RefAttributes"
138198
+ "fileName": "components/src/components/Heading/Heading.tsx",
138199
+ "name": "HeadingProps"
138276
138200
  }
138277
138201
  ],
138278
138202
  "required": false,
138279
138203
  "type": {
138280
- "name": "Ref<HTMLSpanElement>"
138204
+ "name": "\"wrap\" | \"balance\""
138281
138205
  }
138282
138206
  },
138283
- "key": {
138207
+ "level": {
138284
138208
  "defaultValue": null,
138285
138209
  "description": "",
138286
- "name": "key",
138210
+ "name": "level",
138287
138211
  "parent": {
138288
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138289
- "name": "Attributes"
138212
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
138213
+ "name": "HeadingProps"
138290
138214
  },
138291
138215
  "declarations": [
138292
138216
  {
138293
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138294
- "name": "Attributes"
138217
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
138218
+ "name": "HeadingProps"
138295
138219
  }
138296
138220
  ],
138297
138221
  "required": false,
138298
138222
  "type": {
138299
- "name": "Key | null"
138223
+ "name": "number"
138300
138224
  }
138301
138225
  },
138302
138226
  "defaultChecked": {
@@ -143561,6 +143485,82 @@
143561
143485
  "type": {
143562
143486
  "name": "TransitionEventHandler<HTMLElement>"
143563
143487
  }
143488
+ },
143489
+ "wrapWith": {
143490
+ "defaultValue": null,
143491
+ "description": "",
143492
+ "name": "wrapWith",
143493
+ "parent": {
143494
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
143495
+ "name": "FlowComponentProps"
143496
+ },
143497
+ "declarations": [
143498
+ {
143499
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
143500
+ "name": "FlowComponentProps"
143501
+ }
143502
+ ],
143503
+ "required": false,
143504
+ "type": {
143505
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
143506
+ }
143507
+ },
143508
+ "tunnelId": {
143509
+ "defaultValue": null,
143510
+ "description": "@internal",
143511
+ "name": "tunnelId",
143512
+ "parent": {
143513
+ "fileName": "components/src/lib/types/props.ts",
143514
+ "name": "PropsWithTunnel"
143515
+ },
143516
+ "declarations": [
143517
+ {
143518
+ "fileName": "components/src/lib/types/props.ts",
143519
+ "name": "PropsWithTunnel"
143520
+ }
143521
+ ],
143522
+ "required": false,
143523
+ "type": {
143524
+ "name": "string | null"
143525
+ }
143526
+ },
143527
+ "ref": {
143528
+ "defaultValue": null,
143529
+ "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}",
143530
+ "name": "ref",
143531
+ "parent": {
143532
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
143533
+ "name": "RefAttributes"
143534
+ },
143535
+ "declarations": [
143536
+ {
143537
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
143538
+ "name": "RefAttributes"
143539
+ }
143540
+ ],
143541
+ "required": false,
143542
+ "type": {
143543
+ "name": "Ref<HTMLSpanElement>"
143544
+ }
143545
+ },
143546
+ "key": {
143547
+ "defaultValue": null,
143548
+ "description": "",
143549
+ "name": "key",
143550
+ "parent": {
143551
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
143552
+ "name": "Attributes"
143553
+ },
143554
+ "declarations": [
143555
+ {
143556
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
143557
+ "name": "Attributes"
143558
+ }
143559
+ ],
143560
+ "required": false,
143561
+ "type": {
143562
+ "name": "Key | null"
143563
+ }
143564
143564
  }
143565
143565
  }
143566
143566
  },
@@ -187769,42 +187769,42 @@
187769
187769
  "name": "\"grid\" | \"stack\""
187770
187770
  }
187771
187771
  },
187772
- "renderEmptyState": {
187772
+ "onAction": {
187773
187773
  "defaultValue": null,
187774
- "description": "Provides content to display when there are no items in the list.",
187775
- "name": "renderEmptyState",
187774
+ "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.",
187775
+ "name": "onAction",
187776
187776
  "parent": {
187777
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187778
- "name": "ListBoxProps"
187777
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187778
+ "name": "AriaListBoxProps"
187779
187779
  },
187780
187780
  "declarations": [
187781
187781
  {
187782
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187783
- "name": "ListBoxProps"
187782
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187783
+ "name": "AriaListBoxProps"
187784
187784
  }
187785
187785
  ],
187786
187786
  "required": false,
187787
187787
  "type": {
187788
- "name": "((props: ListBoxRenderProps) => ReactNode)"
187788
+ "name": "((key: Key) => void)"
187789
187789
  }
187790
187790
  },
187791
- "onAction": {
187791
+ "renderEmptyState": {
187792
187792
  "defaultValue": null,
187793
- "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.",
187794
- "name": "onAction",
187793
+ "description": "Provides content to display when there are no items in the list.",
187794
+ "name": "renderEmptyState",
187795
187795
  "parent": {
187796
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187797
- "name": "AriaListBoxProps"
187796
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187797
+ "name": "ListBoxProps"
187798
187798
  },
187799
187799
  "declarations": [
187800
187800
  {
187801
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187802
- "name": "AriaListBoxProps"
187801
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187802
+ "name": "ListBoxProps"
187803
187803
  }
187804
187804
  ],
187805
187805
  "required": false,
187806
187806
  "type": {
187807
- "name": "((key: Key) => void)"
187807
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
187808
187808
  }
187809
187809
  },
187810
187810
  "shouldFocusOnHover": {
@@ -199882,42 +199882,42 @@
199882
199882
  "name": "\"all\" | Iterable<Key>"
199883
199883
  }
199884
199884
  },
199885
- "renderEmptyState": {
199885
+ "onAction": {
199886
199886
  "defaultValue": null,
199887
- "description": "Provides content to display when there are no items in the list.",
199888
- "name": "renderEmptyState",
199887
+ "description": "Handler that is called when an item is selected.",
199888
+ "name": "onAction",
199889
199889
  "parent": {
199890
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
199891
- "name": "ListBoxProps"
199890
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
199891
+ "name": "MenuProps"
199892
199892
  },
199893
199893
  "declarations": [
199894
199894
  {
199895
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
199896
- "name": "ListBoxProps"
199895
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
199896
+ "name": "MenuProps"
199897
199897
  }
199898
199898
  ],
199899
199899
  "required": false,
199900
199900
  "type": {
199901
- "name": "((props: ListBoxRenderProps) => ReactNode)"
199901
+ "name": "((key: Key) => void)"
199902
199902
  }
199903
199903
  },
199904
- "onAction": {
199904
+ "renderEmptyState": {
199905
199905
  "defaultValue": null,
199906
- "description": "Handler that is called when an item is selected.",
199907
- "name": "onAction",
199906
+ "description": "Provides content to display when there are no items in the list.",
199907
+ "name": "renderEmptyState",
199908
199908
  "parent": {
199909
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
199910
- "name": "MenuProps"
199909
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
199910
+ "name": "ListBoxProps"
199911
199911
  },
199912
199912
  "declarations": [
199913
199913
  {
199914
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
199915
- "name": "MenuProps"
199914
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
199915
+ "name": "ListBoxProps"
199916
199916
  }
199917
199917
  ],
199918
199918
  "required": false,
199919
199919
  "type": {
199920
- "name": "((key: Key) => void)"
199920
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
199921
199921
  }
199922
199922
  }
199923
199923
  }
@@ -224309,186 +224309,6 @@
224309
224309
  }
224310
224310
  }
224311
224311
  },
224312
- {
224313
- "tags": {
224314
- "flr-generate": "all"
224315
- },
224316
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224317
- "description": "",
224318
- "displayName": "Avatar",
224319
- "methods": [],
224320
- "props": {
224321
- "size": {
224322
- "defaultValue": {
224323
- "value": "\"m\""
224324
- },
224325
- "description": "The size of the avatar.",
224326
- "name": "size",
224327
- "parent": {
224328
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224329
- "name": "AvatarProps"
224330
- },
224331
- "declarations": [
224332
- {
224333
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224334
- "name": "AvatarProps"
224335
- }
224336
- ],
224337
- "required": false,
224338
- "type": {
224339
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224340
- }
224341
- },
224342
- "color": {
224343
- "defaultValue": null,
224344
- "description": "The color of icons and initials inside the avatar.",
224345
- "name": "color",
224346
- "parent": {
224347
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224348
- "name": "AvatarProps"
224349
- },
224350
- "declarations": [
224351
- {
224352
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224353
- "name": "AvatarProps"
224354
- }
224355
- ],
224356
- "required": false,
224357
- "type": {
224358
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224359
- }
224360
- },
224361
- "status": {
224362
- "defaultValue": null,
224363
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224364
- "name": "status",
224365
- "parent": {
224366
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224367
- "name": "AvatarProps"
224368
- },
224369
- "declarations": [
224370
- {
224371
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224372
- "name": "AvatarProps"
224373
- }
224374
- ],
224375
- "required": false,
224376
- "type": {
224377
- "name": "Status"
224378
- }
224379
- },
224380
- "children": {
224381
- "defaultValue": null,
224382
- "description": "",
224383
- "name": "children",
224384
- "declarations": [
224385
- {
224386
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224387
- "name": "TypeLiteral"
224388
- }
224389
- ],
224390
- "required": false,
224391
- "type": {
224392
- "name": "ReactNode"
224393
- }
224394
- },
224395
- "className": {
224396
- "defaultValue": null,
224397
- "description": "The elements class name.",
224398
- "name": "className",
224399
- "parent": {
224400
- "fileName": "components/src/lib/types/props.ts",
224401
- "name": "PropsWithClassName"
224402
- },
224403
- "declarations": [
224404
- {
224405
- "fileName": "components/src/lib/types/props.ts",
224406
- "name": "PropsWithClassName"
224407
- }
224408
- ],
224409
- "required": false,
224410
- "type": {
224411
- "name": "string"
224412
- }
224413
- },
224414
- "wrapWith": {
224415
- "defaultValue": null,
224416
- "description": "",
224417
- "name": "wrapWith",
224418
- "parent": {
224419
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224420
- "name": "FlowComponentProps"
224421
- },
224422
- "declarations": [
224423
- {
224424
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224425
- "name": "FlowComponentProps"
224426
- }
224427
- ],
224428
- "required": false,
224429
- "type": {
224430
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224431
- }
224432
- },
224433
- "tunnelId": {
224434
- "defaultValue": null,
224435
- "description": "@internal",
224436
- "name": "tunnelId",
224437
- "parent": {
224438
- "fileName": "components/src/lib/types/props.ts",
224439
- "name": "PropsWithTunnel"
224440
- },
224441
- "declarations": [
224442
- {
224443
- "fileName": "components/src/lib/types/props.ts",
224444
- "name": "PropsWithTunnel"
224445
- }
224446
- ],
224447
- "required": false,
224448
- "type": {
224449
- "name": "string | null"
224450
- }
224451
- },
224452
- "ref": {
224453
- "defaultValue": null,
224454
- "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}",
224455
- "name": "ref",
224456
- "parent": {
224457
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224458
- "name": "RefAttributes"
224459
- },
224460
- "declarations": [
224461
- {
224462
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224463
- "name": "RefAttributes"
224464
- }
224465
- ],
224466
- "required": false,
224467
- "type": {
224468
- "name": "Ref<HTMLSpanElement>"
224469
- }
224470
- },
224471
- "key": {
224472
- "defaultValue": null,
224473
- "description": "",
224474
- "name": "key",
224475
- "parent": {
224476
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224477
- "name": "Attributes"
224478
- },
224479
- "declarations": [
224480
- {
224481
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224482
- "name": "Attributes"
224483
- }
224484
- ],
224485
- "required": false,
224486
- "type": {
224487
- "name": "Key | null"
224488
- }
224489
- }
224490
- }
224491
- },
224492
224312
  {
224493
224313
  "tags": {
224494
224314
  "flr-generate": "all"
@@ -224690,6 +224510,186 @@
224690
224510
  }
224691
224511
  }
224692
224512
  },
224513
+ {
224514
+ "tags": {
224515
+ "flr-generate": "all"
224516
+ },
224517
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224518
+ "description": "",
224519
+ "displayName": "Avatar",
224520
+ "methods": [],
224521
+ "props": {
224522
+ "size": {
224523
+ "defaultValue": {
224524
+ "value": "\"m\""
224525
+ },
224526
+ "description": "The size of the avatar.",
224527
+ "name": "size",
224528
+ "parent": {
224529
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224530
+ "name": "AvatarProps"
224531
+ },
224532
+ "declarations": [
224533
+ {
224534
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224535
+ "name": "AvatarProps"
224536
+ }
224537
+ ],
224538
+ "required": false,
224539
+ "type": {
224540
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224541
+ }
224542
+ },
224543
+ "color": {
224544
+ "defaultValue": null,
224545
+ "description": "The color of icons and initials inside the avatar.",
224546
+ "name": "color",
224547
+ "parent": {
224548
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224549
+ "name": "AvatarProps"
224550
+ },
224551
+ "declarations": [
224552
+ {
224553
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224554
+ "name": "AvatarProps"
224555
+ }
224556
+ ],
224557
+ "required": false,
224558
+ "type": {
224559
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224560
+ }
224561
+ },
224562
+ "status": {
224563
+ "defaultValue": null,
224564
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224565
+ "name": "status",
224566
+ "parent": {
224567
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224568
+ "name": "AvatarProps"
224569
+ },
224570
+ "declarations": [
224571
+ {
224572
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224573
+ "name": "AvatarProps"
224574
+ }
224575
+ ],
224576
+ "required": false,
224577
+ "type": {
224578
+ "name": "Status"
224579
+ }
224580
+ },
224581
+ "children": {
224582
+ "defaultValue": null,
224583
+ "description": "",
224584
+ "name": "children",
224585
+ "declarations": [
224586
+ {
224587
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224588
+ "name": "TypeLiteral"
224589
+ }
224590
+ ],
224591
+ "required": false,
224592
+ "type": {
224593
+ "name": "ReactNode"
224594
+ }
224595
+ },
224596
+ "className": {
224597
+ "defaultValue": null,
224598
+ "description": "The elements class name.",
224599
+ "name": "className",
224600
+ "parent": {
224601
+ "fileName": "components/src/lib/types/props.ts",
224602
+ "name": "PropsWithClassName"
224603
+ },
224604
+ "declarations": [
224605
+ {
224606
+ "fileName": "components/src/lib/types/props.ts",
224607
+ "name": "PropsWithClassName"
224608
+ }
224609
+ ],
224610
+ "required": false,
224611
+ "type": {
224612
+ "name": "string"
224613
+ }
224614
+ },
224615
+ "wrapWith": {
224616
+ "defaultValue": null,
224617
+ "description": "",
224618
+ "name": "wrapWith",
224619
+ "parent": {
224620
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224621
+ "name": "FlowComponentProps"
224622
+ },
224623
+ "declarations": [
224624
+ {
224625
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224626
+ "name": "FlowComponentProps"
224627
+ }
224628
+ ],
224629
+ "required": false,
224630
+ "type": {
224631
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224632
+ }
224633
+ },
224634
+ "tunnelId": {
224635
+ "defaultValue": null,
224636
+ "description": "@internal",
224637
+ "name": "tunnelId",
224638
+ "parent": {
224639
+ "fileName": "components/src/lib/types/props.ts",
224640
+ "name": "PropsWithTunnel"
224641
+ },
224642
+ "declarations": [
224643
+ {
224644
+ "fileName": "components/src/lib/types/props.ts",
224645
+ "name": "PropsWithTunnel"
224646
+ }
224647
+ ],
224648
+ "required": false,
224649
+ "type": {
224650
+ "name": "string | null"
224651
+ }
224652
+ },
224653
+ "ref": {
224654
+ "defaultValue": null,
224655
+ "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}",
224656
+ "name": "ref",
224657
+ "parent": {
224658
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224659
+ "name": "RefAttributes"
224660
+ },
224661
+ "declarations": [
224662
+ {
224663
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224664
+ "name": "RefAttributes"
224665
+ }
224666
+ ],
224667
+ "required": false,
224668
+ "type": {
224669
+ "name": "Ref<HTMLSpanElement>"
224670
+ }
224671
+ },
224672
+ "key": {
224673
+ "defaultValue": null,
224674
+ "description": "",
224675
+ "name": "key",
224676
+ "parent": {
224677
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224678
+ "name": "Attributes"
224679
+ },
224680
+ "declarations": [
224681
+ {
224682
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224683
+ "name": "Attributes"
224684
+ }
224685
+ ],
224686
+ "required": false,
224687
+ "type": {
224688
+ "name": "Key | null"
224689
+ }
224690
+ }
224691
+ }
224692
+ },
224693
224693
  {
224694
224694
  "tags": {
224695
224695
  "flr-generate": "all"
@@ -311135,19 +311135,174 @@
311135
311135
  "name": "Key | null"
311136
311136
  }
311137
311137
  },
311138
- "children": {
311138
+ "children": {
311139
+ "defaultValue": null,
311140
+ "description": "",
311141
+ "name": "children",
311142
+ "declarations": [
311143
+ {
311144
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311145
+ "name": "TypeLiteral"
311146
+ }
311147
+ ],
311148
+ "required": false,
311149
+ "type": {
311150
+ "name": "ReactNode"
311151
+ }
311152
+ }
311153
+ }
311154
+ },
311155
+ {
311156
+ "tags": {
311157
+ "flr-generate": "all"
311158
+ },
311159
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311160
+ "description": "",
311161
+ "displayName": "ContextMenuSection",
311162
+ "methods": [],
311163
+ "props": {
311164
+ "children": {
311165
+ "defaultValue": null,
311166
+ "description": "",
311167
+ "name": "children",
311168
+ "declarations": [
311169
+ {
311170
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311171
+ "name": "TypeLiteral"
311172
+ }
311173
+ ],
311174
+ "required": false,
311175
+ "type": {
311176
+ "name": "ReactNode"
311177
+ }
311178
+ },
311179
+ "wrapWith": {
311180
+ "defaultValue": null,
311181
+ "description": "",
311182
+ "name": "wrapWith",
311183
+ "parent": {
311184
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311185
+ "name": "FlowComponentProps"
311186
+ },
311187
+ "declarations": [
311188
+ {
311189
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311190
+ "name": "FlowComponentProps"
311191
+ }
311192
+ ],
311193
+ "required": false,
311194
+ "type": {
311195
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311196
+ }
311197
+ },
311198
+ "tunnelId": {
311199
+ "defaultValue": null,
311200
+ "description": "@internal",
311201
+ "name": "tunnelId",
311202
+ "parent": {
311203
+ "fileName": "components/src/lib/types/props.ts",
311204
+ "name": "PropsWithTunnel"
311205
+ },
311206
+ "declarations": [
311207
+ {
311208
+ "fileName": "components/src/lib/types/props.ts",
311209
+ "name": "PropsWithTunnel"
311210
+ }
311211
+ ],
311212
+ "required": false,
311213
+ "type": {
311214
+ "name": "string | null"
311215
+ }
311216
+ },
311217
+ "ref": {
311218
+ "defaultValue": null,
311219
+ "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}",
311220
+ "name": "ref",
311221
+ "parent": {
311222
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311223
+ "name": "RefAttributes"
311224
+ },
311225
+ "declarations": [
311226
+ {
311227
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311228
+ "name": "RefAttributes"
311229
+ }
311230
+ ],
311231
+ "required": false,
311232
+ "type": {
311233
+ "name": "Ref<HTMLSpanElement>"
311234
+ }
311235
+ },
311236
+ "key": {
311237
+ "defaultValue": null,
311238
+ "description": "",
311239
+ "name": "key",
311240
+ "parent": {
311241
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311242
+ "name": "Attributes"
311243
+ },
311244
+ "declarations": [
311245
+ {
311246
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311247
+ "name": "Attributes"
311248
+ }
311249
+ ],
311250
+ "required": false,
311251
+ "type": {
311252
+ "name": "Key | null"
311253
+ }
311254
+ },
311255
+ "selectedKeys": {
311256
+ "defaultValue": null,
311257
+ "description": "The currently selected keys in the collection (controlled).",
311258
+ "name": "selectedKeys",
311259
+ "parent": {
311260
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311261
+ "name": "MultipleSelection"
311262
+ },
311263
+ "declarations": [
311264
+ {
311265
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311266
+ "name": "MultipleSelection"
311267
+ }
311268
+ ],
311269
+ "required": false,
311270
+ "type": {
311271
+ "name": "\"all\" | Iterable<Key>"
311272
+ }
311273
+ },
311274
+ "defaultSelectedKeys": {
311275
+ "defaultValue": null,
311276
+ "description": "The initial selected keys in the collection (uncontrolled).",
311277
+ "name": "defaultSelectedKeys",
311278
+ "parent": {
311279
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311280
+ "name": "MultipleSelection"
311281
+ },
311282
+ "declarations": [
311283
+ {
311284
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311285
+ "name": "MultipleSelection"
311286
+ }
311287
+ ],
311288
+ "required": false,
311289
+ "type": {
311290
+ "name": "\"all\" | Iterable<Key>"
311291
+ }
311292
+ },
311293
+ "selectionMode": {
311139
311294
  "defaultValue": null,
311140
311295
  "description": "",
311141
- "name": "children",
311296
+ "name": "selectionMode",
311142
311297
  "declarations": [
311143
311298
  {
311144
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311299
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311145
311300
  "name": "TypeLiteral"
311146
311301
  }
311147
311302
  ],
311148
311303
  "required": false,
311149
311304
  "type": {
311150
- "name": "ReactNode"
311305
+ "name": "ContextMenuSelectionMode"
311151
311306
  }
311152
311307
  }
311153
311308
  }
@@ -312953,161 +313108,6 @@
312953
313108
  }
312954
313109
  }
312955
313110
  },
312956
- {
312957
- "tags": {
312958
- "flr-generate": "all"
312959
- },
312960
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312961
- "description": "",
312962
- "displayName": "ContextMenuSection",
312963
- "methods": [],
312964
- "props": {
312965
- "children": {
312966
- "defaultValue": null,
312967
- "description": "",
312968
- "name": "children",
312969
- "declarations": [
312970
- {
312971
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312972
- "name": "TypeLiteral"
312973
- }
312974
- ],
312975
- "required": false,
312976
- "type": {
312977
- "name": "ReactNode"
312978
- }
312979
- },
312980
- "wrapWith": {
312981
- "defaultValue": null,
312982
- "description": "",
312983
- "name": "wrapWith",
312984
- "parent": {
312985
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
312986
- "name": "FlowComponentProps"
312987
- },
312988
- "declarations": [
312989
- {
312990
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
312991
- "name": "FlowComponentProps"
312992
- }
312993
- ],
312994
- "required": false,
312995
- "type": {
312996
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
312997
- }
312998
- },
312999
- "tunnelId": {
313000
- "defaultValue": null,
313001
- "description": "@internal",
313002
- "name": "tunnelId",
313003
- "parent": {
313004
- "fileName": "components/src/lib/types/props.ts",
313005
- "name": "PropsWithTunnel"
313006
- },
313007
- "declarations": [
313008
- {
313009
- "fileName": "components/src/lib/types/props.ts",
313010
- "name": "PropsWithTunnel"
313011
- }
313012
- ],
313013
- "required": false,
313014
- "type": {
313015
- "name": "string | null"
313016
- }
313017
- },
313018
- "ref": {
313019
- "defaultValue": null,
313020
- "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}",
313021
- "name": "ref",
313022
- "parent": {
313023
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313024
- "name": "RefAttributes"
313025
- },
313026
- "declarations": [
313027
- {
313028
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313029
- "name": "RefAttributes"
313030
- }
313031
- ],
313032
- "required": false,
313033
- "type": {
313034
- "name": "Ref<HTMLSpanElement>"
313035
- }
313036
- },
313037
- "key": {
313038
- "defaultValue": null,
313039
- "description": "",
313040
- "name": "key",
313041
- "parent": {
313042
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313043
- "name": "Attributes"
313044
- },
313045
- "declarations": [
313046
- {
313047
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313048
- "name": "Attributes"
313049
- }
313050
- ],
313051
- "required": false,
313052
- "type": {
313053
- "name": "Key | null"
313054
- }
313055
- },
313056
- "selectedKeys": {
313057
- "defaultValue": null,
313058
- "description": "The currently selected keys in the collection (controlled).",
313059
- "name": "selectedKeys",
313060
- "parent": {
313061
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313062
- "name": "MultipleSelection"
313063
- },
313064
- "declarations": [
313065
- {
313066
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313067
- "name": "MultipleSelection"
313068
- }
313069
- ],
313070
- "required": false,
313071
- "type": {
313072
- "name": "\"all\" | Iterable<Key>"
313073
- }
313074
- },
313075
- "defaultSelectedKeys": {
313076
- "defaultValue": null,
313077
- "description": "The initial selected keys in the collection (uncontrolled).",
313078
- "name": "defaultSelectedKeys",
313079
- "parent": {
313080
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313081
- "name": "MultipleSelection"
313082
- },
313083
- "declarations": [
313084
- {
313085
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313086
- "name": "MultipleSelection"
313087
- }
313088
- ],
313089
- "required": false,
313090
- "type": {
313091
- "name": "\"all\" | Iterable<Key>"
313092
- }
313093
- },
313094
- "selectionMode": {
313095
- "defaultValue": null,
313096
- "description": "",
313097
- "name": "selectionMode",
313098
- "declarations": [
313099
- {
313100
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
313101
- "name": "TypeLiteral"
313102
- }
313103
- ],
313104
- "required": false,
313105
- "type": {
313106
- "name": "ContextMenuSelectionMode"
313107
- }
313108
- }
313109
- }
313110
- },
313111
313111
  {
313112
313112
  "tags": {
313113
313113
  "flr-generate": "all"
@@ -337057,71 +337057,107 @@
337057
337057
  },
337058
337058
  {
337059
337059
  "tags": {},
337060
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
337060
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
337061
+ "description": "",
337062
+ "displayName": "ItemContainer",
337063
+ "methods": [],
337064
+ "props": {
337065
+ "id": {
337066
+ "defaultValue": null,
337067
+ "description": "",
337068
+ "name": "id",
337069
+ "parent": {
337070
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337071
+ "name": "Props"
337072
+ },
337073
+ "declarations": [
337074
+ {
337075
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337076
+ "name": "Props"
337077
+ }
337078
+ ],
337079
+ "required": true,
337080
+ "type": {
337081
+ "name": "Key"
337082
+ }
337083
+ },
337084
+ "data": {
337085
+ "defaultValue": null,
337086
+ "description": "",
337087
+ "name": "data",
337088
+ "parent": {
337089
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337090
+ "name": "Props"
337091
+ },
337092
+ "declarations": [
337093
+ {
337094
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337095
+ "name": "Props"
337096
+ }
337097
+ ],
337098
+ "required": true,
337099
+ "type": {
337100
+ "name": "never"
337101
+ }
337102
+ },
337103
+ "children": {
337104
+ "defaultValue": null,
337105
+ "description": "",
337106
+ "name": "children",
337107
+ "declarations": [
337108
+ {
337109
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
337110
+ "name": "TypeLiteral"
337111
+ }
337112
+ ],
337113
+ "required": false,
337114
+ "type": {
337115
+ "name": "ReactNode"
337116
+ }
337117
+ }
337118
+ }
337119
+ },
337120
+ {
337121
+ "tags": {},
337122
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
337061
337123
  "description": "",
337062
- "displayName": "ItemContainer",
337124
+ "displayName": "FallbackItems",
337125
+ "methods": [],
337126
+ "props": {}
337127
+ },
337128
+ {
337129
+ "tags": {},
337130
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337131
+ "description": "",
337132
+ "displayName": "ViewModeMenuItem",
337063
337133
  "methods": [],
337064
337134
  "props": {
337065
- "id": {
337066
- "defaultValue": null,
337067
- "description": "",
337068
- "name": "id",
337069
- "parent": {
337070
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337071
- "name": "Props"
337072
- },
337073
- "declarations": [
337074
- {
337075
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337076
- "name": "Props"
337077
- }
337078
- ],
337079
- "required": true,
337080
- "type": {
337081
- "name": "Key"
337082
- }
337083
- },
337084
- "data": {
337135
+ "viewMode": {
337085
337136
  "defaultValue": null,
337086
337137
  "description": "",
337087
- "name": "data",
337138
+ "name": "viewMode",
337088
337139
  "parent": {
337089
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337140
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337090
337141
  "name": "Props"
337091
337142
  },
337092
337143
  "declarations": [
337093
337144
  {
337094
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337145
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337095
337146
  "name": "Props"
337096
337147
  }
337097
337148
  ],
337098
337149
  "required": true,
337099
337150
  "type": {
337100
- "name": "never"
337101
- }
337102
- },
337103
- "children": {
337104
- "defaultValue": null,
337105
- "description": "",
337106
- "name": "children",
337107
- "declarations": [
337108
- {
337109
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
337110
- "name": "TypeLiteral"
337111
- }
337112
- ],
337113
- "required": false,
337114
- "type": {
337115
- "name": "ReactNode"
337151
+ "name": "ListViewMode"
337116
337152
  }
337117
337153
  }
337118
337154
  }
337119
337155
  },
337120
337156
  {
337121
337157
  "tags": {},
337122
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
337158
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
337123
337159
  "description": "",
337124
- "displayName": "FallbackItems",
337160
+ "displayName": "ViewModeContextMenu",
337125
337161
  "methods": [],
337126
337162
  "props": {}
337127
337163
  },
@@ -337161,6 +337197,53 @@
337161
337197
  "methods": [],
337162
337198
  "props": {}
337163
337199
  },
337200
+ {
337201
+ "tags": {},
337202
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337203
+ "description": "",
337204
+ "displayName": "SearchField",
337205
+ "methods": [],
337206
+ "props": {
337207
+ "search": {
337208
+ "defaultValue": null,
337209
+ "description": "",
337210
+ "name": "search",
337211
+ "parent": {
337212
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337213
+ "name": "Props"
337214
+ },
337215
+ "declarations": [
337216
+ {
337217
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337218
+ "name": "Props"
337219
+ }
337220
+ ],
337221
+ "required": true,
337222
+ "type": {
337223
+ "name": "Search<never>"
337224
+ }
337225
+ },
337226
+ "className": {
337227
+ "defaultValue": null,
337228
+ "description": "The elements class name.",
337229
+ "name": "className",
337230
+ "parent": {
337231
+ "fileName": "components/src/lib/types/props.ts",
337232
+ "name": "PropsWithClassName"
337233
+ },
337234
+ "declarations": [
337235
+ {
337236
+ "fileName": "components/src/lib/types/props.ts",
337237
+ "name": "PropsWithClassName"
337238
+ }
337239
+ ],
337240
+ "required": false,
337241
+ "type": {
337242
+ "name": "string"
337243
+ }
337244
+ }
337245
+ }
337246
+ },
337164
337247
  {
337165
337248
  "tags": {},
337166
337249
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -337285,89 +337368,6 @@
337285
337368
  "methods": [],
337286
337369
  "props": {}
337287
337370
  },
337288
- {
337289
- "tags": {},
337290
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337291
- "description": "",
337292
- "displayName": "SearchField",
337293
- "methods": [],
337294
- "props": {
337295
- "search": {
337296
- "defaultValue": null,
337297
- "description": "",
337298
- "name": "search",
337299
- "parent": {
337300
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337301
- "name": "Props"
337302
- },
337303
- "declarations": [
337304
- {
337305
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337306
- "name": "Props"
337307
- }
337308
- ],
337309
- "required": true,
337310
- "type": {
337311
- "name": "Search<never>"
337312
- }
337313
- },
337314
- "className": {
337315
- "defaultValue": null,
337316
- "description": "The elements class name.",
337317
- "name": "className",
337318
- "parent": {
337319
- "fileName": "components/src/lib/types/props.ts",
337320
- "name": "PropsWithClassName"
337321
- },
337322
- "declarations": [
337323
- {
337324
- "fileName": "components/src/lib/types/props.ts",
337325
- "name": "PropsWithClassName"
337326
- }
337327
- ],
337328
- "required": false,
337329
- "type": {
337330
- "name": "string"
337331
- }
337332
- }
337333
- }
337334
- },
337335
- {
337336
- "tags": {},
337337
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337338
- "description": "",
337339
- "displayName": "ViewModeMenuItem",
337340
- "methods": [],
337341
- "props": {
337342
- "viewMode": {
337343
- "defaultValue": null,
337344
- "description": "",
337345
- "name": "viewMode",
337346
- "parent": {
337347
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337348
- "name": "Props"
337349
- },
337350
- "declarations": [
337351
- {
337352
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337353
- "name": "Props"
337354
- }
337355
- ],
337356
- "required": true,
337357
- "type": {
337358
- "name": "ListViewMode"
337359
- }
337360
- }
337361
- }
337362
- },
337363
- {
337364
- "tags": {},
337365
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
337366
- "description": "",
337367
- "displayName": "ViewModeContextMenu",
337368
- "methods": [],
337369
- "props": {}
337370
- },
337371
337371
  {
337372
337372
  "tags": {},
337373
337373
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -345197,49 +345197,6 @@
345197
345197
  }
345198
345198
  }
345199
345199
  },
345200
- {
345201
- "tags": {},
345202
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345203
- "description": "",
345204
- "displayName": "useGridItemProps",
345205
- "methods": [],
345206
- "props": {
345207
- "data": {
345208
- "defaultValue": null,
345209
- "description": "",
345210
- "name": "data",
345211
- "parent": {
345212
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345213
- "name": "P"
345214
- },
345215
- "declarations": [
345216
- {
345217
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345218
- "name": "P"
345219
- }
345220
- ],
345221
- "required": true,
345222
- "type": {
345223
- "name": "never"
345224
- }
345225
- },
345226
- "children": {
345227
- "defaultValue": null,
345228
- "description": "",
345229
- "name": "children",
345230
- "declarations": [
345231
- {
345232
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
345233
- "name": "TypeLiteral"
345234
- }
345235
- ],
345236
- "required": false,
345237
- "type": {
345238
- "name": "ReactNode"
345239
- }
345240
- }
345241
- }
345242
- },
345243
345200
  {
345244
345201
  "tags": {},
345245
345202
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -345321,6 +345278,49 @@
345321
345278
  }
345322
345279
  }
345323
345280
  },
345281
+ {
345282
+ "tags": {},
345283
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345284
+ "description": "",
345285
+ "displayName": "useGridItemProps",
345286
+ "methods": [],
345287
+ "props": {
345288
+ "data": {
345289
+ "defaultValue": null,
345290
+ "description": "",
345291
+ "name": "data",
345292
+ "parent": {
345293
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345294
+ "name": "P"
345295
+ },
345296
+ "declarations": [
345297
+ {
345298
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
345299
+ "name": "P"
345300
+ }
345301
+ ],
345302
+ "required": true,
345303
+ "type": {
345304
+ "name": "never"
345305
+ }
345306
+ },
345307
+ "children": {
345308
+ "defaultValue": null,
345309
+ "description": "",
345310
+ "name": "children",
345311
+ "declarations": [
345312
+ {
345313
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
345314
+ "name": "TypeLiteral"
345315
+ }
345316
+ ],
345317
+ "required": false,
345318
+ "type": {
345319
+ "name": "ReactNode"
345320
+ }
345321
+ }
345322
+ }
345323
+ },
345324
345324
  {
345325
345325
  "tags": {},
345326
345326
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",