@mittwald/flow-react-components 0.2.0-alpha.680 → 0.2.0-alpha.681

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +1605 -1597
  3. package/dist/js/_virtual/_.locale.json@4119db69ca94e24d796b8e08482bc927.mjs +14 -0
  4. package/dist/js/_virtual/_.locale.json@4119db69ca94e24d796b8e08482bc927.mjs.map +1 -0
  5. package/dist/js/components/src/components/Action/Action.mjs +1 -1
  6. package/dist/js/components/src/components/Action/Action.mjs.map +1 -1
  7. package/dist/js/components/src/components/Action/models/getExecutionFunction.mjs +1 -1
  8. package/dist/js/components/src/components/Action/models/getExecutionFunction.mjs.map +1 -1
  9. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +2 -2
  10. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  11. package/dist/js/components/src/components/ComboBox/ComboBox.mjs +1 -1
  12. package/dist/js/components/src/components/ContextMenu/ContextMenu.mjs +1 -1
  13. package/dist/js/components/src/components/ContextualHelp/ContextualHelp.mjs +1 -1
  14. package/dist/js/components/src/components/DatePicker/DatePicker.mjs +1 -1
  15. package/dist/js/components/src/components/DateRangePicker/DateRangePicker.mjs +1 -1
  16. package/dist/js/components/src/components/LightBox/LightBox.mjs +2 -2
  17. package/dist/js/components/src/components/LightBox/LightBox.mjs.map +1 -1
  18. package/dist/js/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +1 -1
  19. package/dist/js/components/src/components/Modal/Modal.mjs +12 -4
  20. package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
  21. package/dist/js/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs +40 -0
  22. package/dist/js/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs.map +1 -0
  23. package/dist/js/components/src/components/Overlay/Overlay.mjs +5 -9
  24. package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
  25. package/dist/js/components/src/components/Popover/Popover.mjs +1 -1
  26. package/dist/js/components/src/components/Select/Select.mjs +1 -1
  27. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +33 -21
  28. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  29. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs +56 -37
  30. package/dist/js/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
  31. package/dist/js/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs +34 -0
  32. package/dist/js/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs.map +1 -0
  33. package/dist/js/components/src/lib/controller/overlay/useOverlayController.mjs +6 -17
  34. package/dist/js/components/src/lib/controller/overlay/useOverlayController.mjs.map +1 -1
  35. package/dist/types/components/Action/models/getExecutionFunction.d.ts.map +1 -1
  36. package/dist/types/components/Action/types.d.ts +2 -1
  37. package/dist/types/components/Action/types.d.ts.map +1 -1
  38. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  39. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.d.ts +4 -0
  40. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.d.ts.map +1 -0
  41. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/index.d.ts +2 -0
  42. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/index.d.ts.map +1 -0
  43. package/dist/types/components/Modal/stories/Default.stories.d.ts.map +1 -1
  44. package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
  45. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  46. package/dist/types/lib/controller/overlay/OverlayController.d.ts +19 -10
  47. package/dist/types/lib/controller/overlay/OverlayController.d.ts.map +1 -1
  48. package/dist/types/lib/controller/overlay/useCloseOverlayConfirmationController.d.ts +7 -0
  49. package/dist/types/lib/controller/overlay/useCloseOverlayConfirmationController.d.ts.map +1 -0
  50. package/dist/types/lib/controller/overlay/useOverlayController.d.ts +1 -1
  51. package/dist/types/lib/controller/overlay/useOverlayController.d.ts.map +1 -1
  52. package/package.json +4 -4
@@ -154797,6 +154797,241 @@
154797
154797
  }
154798
154798
  }
154799
154799
  },
154800
+ {
154801
+ "tags": {
154802
+ "flr-generate": "all"
154803
+ },
154804
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
154805
+ "description": "",
154806
+ "displayName": "FileDropZone",
154807
+ "methods": [],
154808
+ "props": {
154809
+ "onChange": {
154810
+ "defaultValue": null,
154811
+ "description": "",
154812
+ "name": "onChange",
154813
+ "parent": {
154814
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154815
+ "name": "FileDropZoneProps"
154816
+ },
154817
+ "declarations": [
154818
+ {
154819
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154820
+ "name": "FileDropZoneProps"
154821
+ }
154822
+ ],
154823
+ "required": false,
154824
+ "type": {
154825
+ "name": "FileInputOnChangeHandler"
154826
+ }
154827
+ },
154828
+ "isReadOnly": {
154829
+ "defaultValue": null,
154830
+ "description": "Whether the component is read only.",
154831
+ "name": "isReadOnly",
154832
+ "parent": {
154833
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154834
+ "name": "FileDropZoneProps"
154835
+ },
154836
+ "declarations": [
154837
+ {
154838
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154839
+ "name": "FileDropZoneProps"
154840
+ }
154841
+ ],
154842
+ "required": false,
154843
+ "type": {
154844
+ "name": "boolean"
154845
+ }
154846
+ },
154847
+ "className": {
154848
+ "defaultValue": null,
154849
+ "description": "The elements class name.",
154850
+ "name": "className",
154851
+ "parent": {
154852
+ "fileName": "components/src/lib/types/props.ts",
154853
+ "name": "PropsWithClassName"
154854
+ },
154855
+ "declarations": [
154856
+ {
154857
+ "fileName": "components/src/lib/types/props.ts",
154858
+ "name": "PropsWithClassName"
154859
+ }
154860
+ ],
154861
+ "required": false,
154862
+ "type": {
154863
+ "name": "string"
154864
+ }
154865
+ },
154866
+ "wrapWith": {
154867
+ "defaultValue": null,
154868
+ "description": "",
154869
+ "name": "wrapWith",
154870
+ "parent": {
154871
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154872
+ "name": "FlowComponentProps"
154873
+ },
154874
+ "declarations": [
154875
+ {
154876
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154877
+ "name": "FlowComponentProps"
154878
+ }
154879
+ ],
154880
+ "required": false,
154881
+ "type": {
154882
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
154883
+ }
154884
+ },
154885
+ "tunnelId": {
154886
+ "defaultValue": null,
154887
+ "description": "@internal",
154888
+ "name": "tunnelId",
154889
+ "parent": {
154890
+ "fileName": "components/src/lib/types/props.ts",
154891
+ "name": "PropsWithTunnel"
154892
+ },
154893
+ "declarations": [
154894
+ {
154895
+ "fileName": "components/src/lib/types/props.ts",
154896
+ "name": "PropsWithTunnel"
154897
+ }
154898
+ ],
154899
+ "required": false,
154900
+ "type": {
154901
+ "name": "string | null"
154902
+ }
154903
+ },
154904
+ "ref": {
154905
+ "defaultValue": null,
154906
+ "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}",
154907
+ "name": "ref",
154908
+ "parent": {
154909
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154910
+ "name": "RefAttributes"
154911
+ },
154912
+ "declarations": [
154913
+ {
154914
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154915
+ "name": "RefAttributes"
154916
+ }
154917
+ ],
154918
+ "required": false,
154919
+ "type": {
154920
+ "name": "Ref<HTMLSpanElement>"
154921
+ }
154922
+ },
154923
+ "key": {
154924
+ "defaultValue": null,
154925
+ "description": "",
154926
+ "name": "key",
154927
+ "parent": {
154928
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154929
+ "name": "Attributes"
154930
+ },
154931
+ "declarations": [
154932
+ {
154933
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154934
+ "name": "Attributes"
154935
+ }
154936
+ ],
154937
+ "required": false,
154938
+ "type": {
154939
+ "name": "Key | null"
154940
+ }
154941
+ },
154942
+ "children": {
154943
+ "defaultValue": null,
154944
+ "description": "",
154945
+ "name": "children",
154946
+ "declarations": [
154947
+ {
154948
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154949
+ "name": "TypeLiteral"
154950
+ }
154951
+ ],
154952
+ "required": false,
154953
+ "type": {
154954
+ "name": "ReactNode"
154955
+ }
154956
+ },
154957
+ "name": {
154958
+ "defaultValue": null,
154959
+ "description": "",
154960
+ "name": "name",
154961
+ "parent": {
154962
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154963
+ "name": "InputHTMLAttributes"
154964
+ },
154965
+ "declarations": [
154966
+ {
154967
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154968
+ "name": "InputHTMLAttributes"
154969
+ }
154970
+ ],
154971
+ "required": false,
154972
+ "type": {
154973
+ "name": "string"
154974
+ }
154975
+ },
154976
+ "accept": {
154977
+ "defaultValue": null,
154978
+ "description": "",
154979
+ "name": "accept",
154980
+ "parent": {
154981
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154982
+ "name": "InputHTMLAttributes"
154983
+ },
154984
+ "declarations": [
154985
+ {
154986
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154987
+ "name": "InputHTMLAttributes"
154988
+ }
154989
+ ],
154990
+ "required": false,
154991
+ "type": {
154992
+ "name": "string"
154993
+ }
154994
+ },
154995
+ "multiple": {
154996
+ "defaultValue": null,
154997
+ "description": "",
154998
+ "name": "multiple",
154999
+ "parent": {
155000
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155001
+ "name": "InputHTMLAttributes"
155002
+ },
155003
+ "declarations": [
155004
+ {
155005
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155006
+ "name": "InputHTMLAttributes"
155007
+ }
155008
+ ],
155009
+ "required": false,
155010
+ "type": {
155011
+ "name": "boolean"
155012
+ }
155013
+ },
155014
+ "isDisabled": {
155015
+ "defaultValue": null,
155016
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
155017
+ "name": "isDisabled",
155018
+ "parent": {
155019
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155020
+ "name": "DropOptions"
155021
+ },
155022
+ "declarations": [
155023
+ {
155024
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155025
+ "name": "DropOptions"
155026
+ }
155027
+ ],
155028
+ "required": false,
155029
+ "type": {
155030
+ "name": "boolean"
155031
+ }
155032
+ }
155033
+ }
155034
+ },
154800
155035
  {
154801
155036
  "tags": {
154802
155037
  "flr-generate": "all"
@@ -160290,358 +160525,123 @@
160290
160525
  "tags": {
160291
160526
  "flr-generate": "all"
160292
160527
  },
160293
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
160528
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/FileCard.tsx",
160294
160529
  "description": "",
160295
- "displayName": "FileDropZone",
160530
+ "displayName": "FileCard",
160296
160531
  "methods": [],
160297
160532
  "props": {
160298
- "onChange": {
160533
+ "name": {
160299
160534
  "defaultValue": null,
160300
- "description": "",
160301
- "name": "onChange",
160535
+ "description": "The name of the file.",
160536
+ "name": "name",
160302
160537
  "parent": {
160303
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
160304
- "name": "FileDropZoneProps"
160538
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160539
+ "name": "FileCardProps"
160305
160540
  },
160306
160541
  "declarations": [
160307
160542
  {
160308
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
160309
- "name": "FileDropZoneProps"
160543
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160544
+ "name": "FileCardProps"
160310
160545
  }
160311
160546
  ],
160312
160547
  "required": false,
160313
160548
  "type": {
160314
- "name": "FileInputOnChangeHandler"
160549
+ "name": "string"
160315
160550
  }
160316
160551
  },
160317
- "isReadOnly": {
160552
+ "type": {
160318
160553
  "defaultValue": null,
160319
- "description": "Whether the component is read only.",
160320
- "name": "isReadOnly",
160554
+ "description": "The type of the file.",
160555
+ "name": "type",
160321
160556
  "parent": {
160322
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
160323
- "name": "FileDropZoneProps"
160557
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160558
+ "name": "FileCardProps"
160324
160559
  },
160325
160560
  "declarations": [
160326
160561
  {
160327
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
160328
- "name": "FileDropZoneProps"
160562
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160563
+ "name": "FileCardProps"
160329
160564
  }
160330
160565
  ],
160331
160566
  "required": false,
160332
160567
  "type": {
160333
- "name": "boolean"
160568
+ "name": "string"
160334
160569
  }
160335
160570
  },
160336
- "className": {
160571
+ "onDelete": {
160337
160572
  "defaultValue": null,
160338
- "description": "The elements class name.",
160339
- "name": "className",
160573
+ "description": "Handler that is called when the file cards delete button is clicked.",
160574
+ "name": "onDelete",
160340
160575
  "parent": {
160341
- "fileName": "components/src/lib/types/props.ts",
160342
- "name": "PropsWithClassName"
160576
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160577
+ "name": "FileCardProps"
160343
160578
  },
160344
160579
  "declarations": [
160345
160580
  {
160346
- "fileName": "components/src/lib/types/props.ts",
160347
- "name": "PropsWithClassName"
160581
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160582
+ "name": "FileCardProps"
160583
+ }
160584
+ ],
160585
+ "required": false,
160586
+ "type": {
160587
+ "name": "(() => void)"
160588
+ }
160589
+ },
160590
+ "sizeInBytes": {
160591
+ "defaultValue": null,
160592
+ "description": "The size of the file in bytes.",
160593
+ "name": "sizeInBytes",
160594
+ "parent": {
160595
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160596
+ "name": "FileCardProps"
160597
+ },
160598
+ "declarations": [
160599
+ {
160600
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160601
+ "name": "FileCardProps"
160602
+ }
160603
+ ],
160604
+ "required": false,
160605
+ "type": {
160606
+ "name": "number"
160607
+ }
160608
+ },
160609
+ "imageSrc": {
160610
+ "defaultValue": null,
160611
+ "description": "The source of an image file.",
160612
+ "name": "imageSrc",
160613
+ "parent": {
160614
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160615
+ "name": "FileCardProps"
160616
+ },
160617
+ "declarations": [
160618
+ {
160619
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160620
+ "name": "FileCardProps"
160348
160621
  }
160349
160622
  ],
160350
160623
  "required": false,
160351
160624
  "type": {
160352
160625
  "name": "string"
160353
- }
160354
- },
160355
- "wrapWith": {
160356
- "defaultValue": null,
160357
- "description": "",
160358
- "name": "wrapWith",
160359
- "parent": {
160360
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
160361
- "name": "FlowComponentProps"
160362
- },
160363
- "declarations": [
160364
- {
160365
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
160366
- "name": "FlowComponentProps"
160367
- }
160368
- ],
160369
- "required": false,
160370
- "type": {
160371
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
160372
- }
160373
- },
160374
- "tunnelId": {
160375
- "defaultValue": null,
160376
- "description": "@internal",
160377
- "name": "tunnelId",
160378
- "parent": {
160379
- "fileName": "components/src/lib/types/props.ts",
160380
- "name": "PropsWithTunnel"
160381
- },
160382
- "declarations": [
160383
- {
160384
- "fileName": "components/src/lib/types/props.ts",
160385
- "name": "PropsWithTunnel"
160386
- }
160387
- ],
160388
- "required": false,
160389
- "type": {
160390
- "name": "string | null"
160391
- }
160392
- },
160393
- "ref": {
160394
- "defaultValue": null,
160395
- "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}",
160396
- "name": "ref",
160397
- "parent": {
160398
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160399
- "name": "RefAttributes"
160400
- },
160401
- "declarations": [
160402
- {
160403
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160404
- "name": "RefAttributes"
160405
- }
160406
- ],
160407
- "required": false,
160408
- "type": {
160409
- "name": "Ref<HTMLSpanElement>"
160410
- }
160411
- },
160412
- "key": {
160413
- "defaultValue": null,
160414
- "description": "",
160415
- "name": "key",
160416
- "parent": {
160417
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160418
- "name": "Attributes"
160419
- },
160420
- "declarations": [
160421
- {
160422
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160423
- "name": "Attributes"
160424
- }
160425
- ],
160426
- "required": false,
160427
- "type": {
160428
- "name": "Key | null"
160429
- }
160430
- },
160431
- "children": {
160432
- "defaultValue": null,
160433
- "description": "",
160434
- "name": "children",
160435
- "declarations": [
160436
- {
160437
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160438
- "name": "TypeLiteral"
160439
- }
160440
- ],
160441
- "required": false,
160442
- "type": {
160443
- "name": "ReactNode"
160444
- }
160445
- },
160446
- "name": {
160447
- "defaultValue": null,
160448
- "description": "",
160449
- "name": "name",
160450
- "parent": {
160451
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160452
- "name": "InputHTMLAttributes"
160453
- },
160454
- "declarations": [
160455
- {
160456
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160457
- "name": "InputHTMLAttributes"
160458
- }
160459
- ],
160460
- "required": false,
160461
- "type": {
160462
- "name": "string"
160463
- }
160464
- },
160465
- "accept": {
160466
- "defaultValue": null,
160467
- "description": "",
160468
- "name": "accept",
160469
- "parent": {
160470
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160471
- "name": "InputHTMLAttributes"
160472
- },
160473
- "declarations": [
160474
- {
160475
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160476
- "name": "InputHTMLAttributes"
160477
- }
160478
- ],
160479
- "required": false,
160480
- "type": {
160481
- "name": "string"
160482
- }
160483
- },
160484
- "multiple": {
160485
- "defaultValue": null,
160486
- "description": "",
160487
- "name": "multiple",
160488
- "parent": {
160489
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160490
- "name": "InputHTMLAttributes"
160491
- },
160492
- "declarations": [
160493
- {
160494
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
160495
- "name": "InputHTMLAttributes"
160496
- }
160497
- ],
160498
- "required": false,
160499
- "type": {
160500
- "name": "boolean"
160501
- }
160502
- },
160503
- "isDisabled": {
160504
- "defaultValue": null,
160505
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
160506
- "name": "isDisabled",
160507
- "parent": {
160508
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
160509
- "name": "DropOptions"
160510
- },
160511
- "declarations": [
160512
- {
160513
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
160514
- "name": "DropOptions"
160515
- }
160516
- ],
160517
- "required": false,
160518
- "type": {
160519
- "name": "boolean"
160520
- }
160521
- }
160522
- }
160523
- },
160524
- {
160525
- "tags": {
160526
- "flr-generate": "all"
160527
- },
160528
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/FileCard.tsx",
160529
- "description": "",
160530
- "displayName": "FileCard",
160531
- "methods": [],
160532
- "props": {
160533
- "name": {
160534
- "defaultValue": null,
160535
- "description": "The name of the file.",
160536
- "name": "name",
160537
- "parent": {
160538
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160539
- "name": "FileCardProps"
160540
- },
160541
- "declarations": [
160542
- {
160543
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160544
- "name": "FileCardProps"
160545
- }
160546
- ],
160547
- "required": false,
160548
- "type": {
160549
- "name": "string"
160550
- }
160551
- },
160552
- "type": {
160553
- "defaultValue": null,
160554
- "description": "The type of the file.",
160555
- "name": "type",
160556
- "parent": {
160557
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160558
- "name": "FileCardProps"
160559
- },
160560
- "declarations": [
160561
- {
160562
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160563
- "name": "FileCardProps"
160564
- }
160565
- ],
160566
- "required": false,
160567
- "type": {
160568
- "name": "string"
160569
- }
160570
- },
160571
- "onDelete": {
160572
- "defaultValue": null,
160573
- "description": "Handler that is called when the file cards delete button is clicked.",
160574
- "name": "onDelete",
160575
- "parent": {
160576
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160577
- "name": "FileCardProps"
160578
- },
160579
- "declarations": [
160580
- {
160581
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160582
- "name": "FileCardProps"
160583
- }
160584
- ],
160585
- "required": false,
160586
- "type": {
160587
- "name": "(() => void)"
160588
- }
160589
- },
160590
- "sizeInBytes": {
160591
- "defaultValue": null,
160592
- "description": "The size of the file in bytes.",
160593
- "name": "sizeInBytes",
160594
- "parent": {
160595
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160596
- "name": "FileCardProps"
160597
- },
160598
- "declarations": [
160599
- {
160600
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160601
- "name": "FileCardProps"
160602
- }
160603
- ],
160604
- "required": false,
160605
- "type": {
160606
- "name": "number"
160607
- }
160608
- },
160609
- "imageSrc": {
160610
- "defaultValue": null,
160611
- "description": "The source of an image file.",
160612
- "name": "imageSrc",
160613
- "parent": {
160614
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160615
- "name": "FileCardProps"
160616
- },
160617
- "declarations": [
160618
- {
160619
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160620
- "name": "FileCardProps"
160621
- }
160622
- ],
160623
- "required": false,
160624
- "type": {
160625
- "name": "string"
160626
- }
160627
- },
160628
- "isFailed": {
160629
- "defaultValue": null,
160630
- "description": "Whether the file card is in a failed state.",
160631
- "name": "isFailed",
160632
- "parent": {
160633
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160634
- "name": "FileCardProps"
160635
- },
160636
- "declarations": [
160637
- {
160638
- "fileName": "components/src/components/FileCard/FileCard.tsx",
160639
- "name": "FileCardProps"
160640
- }
160641
- ],
160642
- "required": false,
160643
- "type": {
160644
- "name": "boolean"
160626
+ }
160627
+ },
160628
+ "isFailed": {
160629
+ "defaultValue": null,
160630
+ "description": "Whether the file card is in a failed state.",
160631
+ "name": "isFailed",
160632
+ "parent": {
160633
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160634
+ "name": "FileCardProps"
160635
+ },
160636
+ "declarations": [
160637
+ {
160638
+ "fileName": "components/src/components/FileCard/FileCard.tsx",
160639
+ "name": "FileCardProps"
160640
+ }
160641
+ ],
160642
+ "required": false,
160643
+ "type": {
160644
+ "name": "boolean"
160645
160645
  }
160646
160646
  },
160647
160647
  "wrapWith": {
@@ -193364,85 +193364,47 @@
193364
193364
  "tags": {
193365
193365
  "flr-generate": "all"
193366
193366
  },
193367
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
193367
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CopyButton/CopyButton.tsx",
193368
193368
  "description": "",
193369
- "displayName": "ContextualHelp",
193369
+ "displayName": "CopyButton",
193370
193370
  "methods": [],
193371
193371
  "props": {
193372
- "width": {
193372
+ "text": {
193373
193373
  "defaultValue": null,
193374
- "description": "A fixed width for the popover.",
193375
- "name": "width",
193376
- "parent": {
193377
- "fileName": "components/src/components/Popover/Popover.tsx",
193378
- "name": "PopoverProps"
193379
- },
193380
- "declarations": [
193381
- {
193382
- "fileName": "components/src/components/Popover/Popover.tsx",
193383
- "name": "PopoverProps"
193384
- }
193385
- ],
193386
- "required": false,
193387
- "type": {
193388
- "name": "string | number"
193389
- }
193390
- },
193391
- "offset": {
193392
- "defaultValue": {
193393
- "value": "8"
193394
- },
193395
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
193396
- "name": "offset",
193374
+ "description": "The text to copy.",
193375
+ "name": "text",
193397
193376
  "parent": {
193398
- "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",
193399
- "name": "PopoverProps"
193377
+ "fileName": "components/src/components/CopyButton/CopyButton.tsx",
193378
+ "name": "CopyButtonProps"
193400
193379
  },
193401
193380
  "declarations": [
193402
193381
  {
193403
- "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",
193404
- "name": "PopoverProps"
193382
+ "fileName": "components/src/components/CopyButton/CopyButton.tsx",
193383
+ "name": "CopyButtonProps"
193405
193384
  }
193406
193385
  ],
193407
193386
  "required": false,
193408
193387
  "type": {
193409
- "name": "number"
193388
+ "name": "string"
193410
193389
  }
193411
193390
  },
193412
193391
  "children": {
193413
193392
  "defaultValue": null,
193414
- "description": "",
193393
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
193415
193394
  "name": "children",
193416
- "declarations": [
193417
- {
193418
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
193419
- "name": "TypeLiteral"
193420
- }
193421
- ],
193422
- "required": false,
193423
- "type": {
193424
- "name": "ReactNode"
193425
- }
193426
- },
193427
- "arrowBoundaryOffset": {
193428
- "defaultValue": {
193429
- "value": "0"
193430
- },
193431
- "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
193432
- "name": "arrowBoundaryOffset",
193433
193395
  "parent": {
193434
- "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",
193435
- "name": "AriaPositionProps"
193396
+ "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",
193397
+ "name": "TableProps"
193436
193398
  },
193437
193399
  "declarations": [
193438
193400
  {
193439
- "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",
193440
- "name": "AriaPositionProps"
193401
+ "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",
193402
+ "name": "TableProps"
193441
193403
  }
193442
193404
  ],
193443
193405
  "required": false,
193444
193406
  "type": {
193445
- "name": "number"
193407
+ "name": "ReactNode"
193446
193408
  }
193447
193409
  },
193448
193410
  "className": {
@@ -193466,244 +193428,6 @@
193466
193428
  "name": "ClassNameOrFunction<TooltipRenderProps>"
193467
193429
  }
193468
193430
  },
193469
- "triggerRef": {
193470
- "defaultValue": null,
193471
- "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.",
193472
- "name": "triggerRef",
193473
- "parent": {
193474
- "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",
193475
- "name": "TooltipProps"
193476
- },
193477
- "declarations": [
193478
- {
193479
- "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",
193480
- "name": "TooltipProps"
193481
- }
193482
- ],
193483
- "required": false,
193484
- "type": {
193485
- "name": "RefObject<Element | null>"
193486
- }
193487
- },
193488
- "isEntering": {
193489
- "defaultValue": null,
193490
- "description": "Whether the tooltip is currently performing an entry animation.",
193491
- "name": "isEntering",
193492
- "parent": {
193493
- "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",
193494
- "name": "TooltipProps"
193495
- },
193496
- "declarations": [
193497
- {
193498
- "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",
193499
- "name": "TooltipProps"
193500
- }
193501
- ],
193502
- "required": false,
193503
- "type": {
193504
- "name": "boolean"
193505
- }
193506
- },
193507
- "isExiting": {
193508
- "defaultValue": null,
193509
- "description": "Whether the tooltip is currently performing an exit animation.",
193510
- "name": "isExiting",
193511
- "parent": {
193512
- "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",
193513
- "name": "TooltipProps"
193514
- },
193515
- "declarations": [
193516
- {
193517
- "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",
193518
- "name": "TooltipProps"
193519
- }
193520
- ],
193521
- "required": false,
193522
- "type": {
193523
- "name": "boolean"
193524
- }
193525
- },
193526
- "UNSTABLE_portalContainer": {
193527
- "defaultValue": {
193528
- "value": "document.body"
193529
- },
193530
- "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.",
193531
- "name": "UNSTABLE_portalContainer",
193532
- "parent": {
193533
- "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",
193534
- "name": "TooltipProps"
193535
- },
193536
- "declarations": [
193537
- {
193538
- "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",
193539
- "name": "TooltipProps"
193540
- }
193541
- ],
193542
- "required": false,
193543
- "type": {
193544
- "name": "Element"
193545
- }
193546
- },
193547
- "placement": {
193548
- "defaultValue": {
193549
- "value": "'bottom'"
193550
- },
193551
- "description": "The placement of the element with respect to its anchor element.",
193552
- "name": "placement",
193553
- "parent": {
193554
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193555
- "name": "PositionProps"
193556
- },
193557
- "declarations": [
193558
- {
193559
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193560
- "name": "PositionProps"
193561
- }
193562
- ],
193563
- "required": false,
193564
- "type": {
193565
- "name": "Placement"
193566
- }
193567
- },
193568
- "containerPadding": {
193569
- "defaultValue": {
193570
- "value": "12"
193571
- },
193572
- "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
193573
- "name": "containerPadding",
193574
- "parent": {
193575
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193576
- "name": "PositionProps"
193577
- },
193578
- "declarations": [
193579
- {
193580
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193581
- "name": "PositionProps"
193582
- }
193583
- ],
193584
- "required": false,
193585
- "type": {
193586
- "name": "number"
193587
- }
193588
- },
193589
- "crossOffset": {
193590
- "defaultValue": {
193591
- "value": "0"
193592
- },
193593
- "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
193594
- "name": "crossOffset",
193595
- "parent": {
193596
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193597
- "name": "PositionProps"
193598
- },
193599
- "declarations": [
193600
- {
193601
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193602
- "name": "PositionProps"
193603
- }
193604
- ],
193605
- "required": false,
193606
- "type": {
193607
- "name": "number"
193608
- }
193609
- },
193610
- "shouldFlip": {
193611
- "defaultValue": {
193612
- "value": "true"
193613
- },
193614
- "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.",
193615
- "name": "shouldFlip",
193616
- "parent": {
193617
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193618
- "name": "PositionProps"
193619
- },
193620
- "declarations": [
193621
- {
193622
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193623
- "name": "PositionProps"
193624
- }
193625
- ],
193626
- "required": false,
193627
- "type": {
193628
- "name": "boolean"
193629
- }
193630
- },
193631
- "isOpen": {
193632
- "defaultValue": null,
193633
- "description": "Whether the element is rendered.",
193634
- "name": "isOpen",
193635
- "parent": {
193636
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193637
- "name": "PositionProps"
193638
- },
193639
- "declarations": [
193640
- {
193641
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193642
- "name": "PositionProps"
193643
- }
193644
- ],
193645
- "required": false,
193646
- "type": {
193647
- "name": "boolean"
193648
- }
193649
- },
193650
- "defaultOpen": {
193651
- "defaultValue": null,
193652
- "description": "Whether the overlay is open by default (uncontrolled).",
193653
- "name": "defaultOpen",
193654
- "parent": {
193655
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193656
- "name": "OverlayTriggerProps"
193657
- },
193658
- "declarations": [
193659
- {
193660
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193661
- "name": "OverlayTriggerProps"
193662
- }
193663
- ],
193664
- "required": false,
193665
- "type": {
193666
- "name": "boolean"
193667
- }
193668
- },
193669
- "onOpenChange": {
193670
- "defaultValue": null,
193671
- "description": "Handler that is called when the overlay's open state changes.",
193672
- "name": "onOpenChange",
193673
- "parent": {
193674
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193675
- "name": "OverlayTriggerProps"
193676
- },
193677
- "declarations": [
193678
- {
193679
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
193680
- "name": "OverlayTriggerProps"
193681
- }
193682
- ],
193683
- "required": false,
193684
- "type": {
193685
- "name": "((isOpen: boolean) => void)"
193686
- }
193687
- },
193688
- "aria-label": {
193689
- "defaultValue": null,
193690
- "description": "Defines a string value that labels the current element.",
193691
- "name": "aria-label",
193692
- "parent": {
193693
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
193694
- "name": "AriaLabelingProps"
193695
- },
193696
- "declarations": [
193697
- {
193698
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
193699
- "name": "AriaLabelingProps"
193700
- }
193701
- ],
193702
- "required": false,
193703
- "type": {
193704
- "name": "string"
193705
- }
193706
- },
193707
193431
  "aria-labelledby": {
193708
193432
  "defaultValue": null,
193709
193433
  "description": "Identifies the element (or elements) that labels the current element.",
@@ -193877,21 +193601,21 @@
193877
193601
  },
193878
193602
  "onClick": {
193879
193603
  "defaultValue": null,
193880
- "description": "",
193604
+ "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.",
193881
193605
  "name": "onClick",
193882
193606
  "parent": {
193883
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
193884
- "name": "GlobalDOMEvents"
193607
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
193608
+ "name": "PressEvents"
193885
193609
  },
193886
193610
  "declarations": [
193887
193611
  {
193888
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
193889
- "name": "GlobalDOMEvents"
193612
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
193613
+ "name": "PressEvents"
193890
193614
  }
193891
193615
  ],
193892
193616
  "required": false,
193893
193617
  "type": {
193894
- "name": "MouseEventHandler<HTMLDivElement>"
193618
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
193895
193619
  }
193896
193620
  },
193897
193621
  "onClickCapture": {
@@ -195167,138 +194891,499 @@
195167
194891
  "name": "Key | null"
195168
194892
  }
195169
194893
  },
194894
+ "isDisabled": {
194895
+ "defaultValue": null,
194896
+ "description": "Whether the button is disabled.",
194897
+ "name": "isDisabled",
194898
+ "parent": {
194899
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
194900
+ "name": "ButtonProps"
194901
+ },
194902
+ "declarations": [
194903
+ {
194904
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
194905
+ "name": "ButtonProps"
194906
+ }
194907
+ ],
194908
+ "required": false,
194909
+ "type": {
194910
+ "name": "boolean"
194911
+ }
194912
+ },
194913
+ "isReadOnly": {
194914
+ "defaultValue": null,
194915
+ "description": "Whether the button is in a read only state.",
194916
+ "name": "isReadOnly",
194917
+ "parent": {
194918
+ "fileName": "components/src/components/Button/Button.tsx",
194919
+ "name": "ButtonProps"
194920
+ },
194921
+ "declarations": [
194922
+ {
194923
+ "fileName": "components/src/components/Button/Button.tsx",
194924
+ "name": "ButtonProps"
194925
+ }
194926
+ ],
194927
+ "required": false,
194928
+ "type": {
194929
+ "name": "boolean"
194930
+ }
194931
+ },
194932
+ "autoFocus": {
194933
+ "defaultValue": null,
194934
+ "description": "Whether the element should receive focus on render.",
194935
+ "name": "autoFocus",
194936
+ "parent": {
194937
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194938
+ "name": "FocusableProps"
194939
+ },
194940
+ "declarations": [
194941
+ {
194942
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194943
+ "name": "FocusableProps"
194944
+ }
194945
+ ],
194946
+ "required": false,
194947
+ "type": {
194948
+ "name": "boolean"
194949
+ }
194950
+ },
194951
+ "onFocus": {
194952
+ "defaultValue": null,
194953
+ "description": "Handler that is called when the element receives focus.",
194954
+ "name": "onFocus",
194955
+ "parent": {
194956
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194957
+ "name": "FocusEvents"
194958
+ },
194959
+ "declarations": [
194960
+ {
194961
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194962
+ "name": "FocusEvents"
194963
+ }
194964
+ ],
194965
+ "required": false,
194966
+ "type": {
194967
+ "name": "((e: FocusEvent<Element, Element>) => void)"
194968
+ }
194969
+ },
194970
+ "onBlur": {
194971
+ "defaultValue": null,
194972
+ "description": "Handler that is called when the element loses focus.",
194973
+ "name": "onBlur",
194974
+ "parent": {
194975
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194976
+ "name": "FocusEvents"
194977
+ },
194978
+ "declarations": [
194979
+ {
194980
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194981
+ "name": "FocusEvents"
194982
+ }
194983
+ ],
194984
+ "required": false,
194985
+ "type": {
194986
+ "name": "((e: FocusEvent<Element, Element>) => void)"
194987
+ }
194988
+ },
194989
+ "onFocusChange": {
194990
+ "defaultValue": null,
194991
+ "description": "Handler that is called when the element's focus status changes.",
194992
+ "name": "onFocusChange",
194993
+ "parent": {
194994
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
194995
+ "name": "FocusEvents"
194996
+ },
194997
+ "declarations": [
194998
+ {
194999
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195000
+ "name": "FocusEvents"
195001
+ }
195002
+ ],
195003
+ "required": false,
195004
+ "type": {
195005
+ "name": "((isFocused: boolean) => void)"
195006
+ }
195007
+ },
195008
+ "onKeyDown": {
195009
+ "defaultValue": null,
195010
+ "description": "Handler that is called when a key is pressed.",
195011
+ "name": "onKeyDown",
195012
+ "parent": {
195013
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195014
+ "name": "KeyboardEvents"
195015
+ },
195016
+ "declarations": [
195017
+ {
195018
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195019
+ "name": "KeyboardEvents"
195020
+ }
195021
+ ],
195022
+ "required": false,
195023
+ "type": {
195024
+ "name": "((e: KeyboardEvent) => void)"
195025
+ }
195026
+ },
195027
+ "onKeyUp": {
195028
+ "defaultValue": null,
195029
+ "description": "Handler that is called when a key is released.",
195030
+ "name": "onKeyUp",
195031
+ "parent": {
195032
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195033
+ "name": "KeyboardEvents"
195034
+ },
195035
+ "declarations": [
195036
+ {
195037
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195038
+ "name": "KeyboardEvents"
195039
+ }
195040
+ ],
195041
+ "required": false,
195042
+ "type": {
195043
+ "name": "((e: KeyboardEvent) => void)"
195044
+ }
195045
+ },
195046
+ "value": {
195047
+ "defaultValue": null,
195048
+ "description": "The value associated with the button's name when it's submitted with the form data.",
195049
+ "name": "value",
195050
+ "parent": {
195051
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195052
+ "name": "AriaBaseButtonProps"
195053
+ },
195054
+ "declarations": [
195055
+ {
195056
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195057
+ "name": "AriaBaseButtonProps"
195058
+ }
195059
+ ],
195060
+ "required": false,
195061
+ "type": {
195062
+ "name": "string"
195063
+ }
195064
+ },
195065
+ "id": {
195066
+ "defaultValue": null,
195067
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
195068
+ "name": "id",
195069
+ "parent": {
195070
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
195071
+ "name": "DOMProps"
195072
+ },
195073
+ "declarations": [
195074
+ {
195075
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
195076
+ "name": "DOMProps"
195077
+ }
195078
+ ],
195079
+ "required": false,
195080
+ "type": {
195081
+ "name": "string"
195082
+ }
195083
+ },
195084
+ "name": {
195085
+ "defaultValue": null,
195086
+ "description": "Submitted as a pair with the button's value as part of the form data.",
195087
+ "name": "name",
195088
+ "parent": {
195089
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195090
+ "name": "AriaBaseButtonProps"
195091
+ },
195092
+ "declarations": [
195093
+ {
195094
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195095
+ "name": "AriaBaseButtonProps"
195096
+ }
195097
+ ],
195098
+ "required": false,
195099
+ "type": {
195100
+ "name": "string"
195101
+ }
195102
+ },
195103
+ "form": {
195104
+ "defaultValue": null,
195105
+ "description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/button#form).",
195106
+ "name": "form",
195107
+ "parent": {
195108
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195109
+ "name": "AriaBaseButtonProps"
195110
+ },
195111
+ "declarations": [
195112
+ {
195113
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195114
+ "name": "AriaBaseButtonProps"
195115
+ }
195116
+ ],
195117
+ "required": false,
195118
+ "type": {
195119
+ "name": "string"
195120
+ }
195121
+ },
195170
195122
  "slot": {
195171
195123
  "defaultValue": null,
195172
- "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.",
195124
+ "description": "Slot for button placement in action groups.",
195173
195125
  "name": "slot",
195174
195126
  "parent": {
195175
- "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",
195176
- "name": "SlotProps"
195127
+ "fileName": "components/src/components/Button/Button.tsx",
195128
+ "name": "ButtonProps"
195177
195129
  },
195178
195130
  "declarations": [
195179
195131
  {
195180
- "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",
195181
- "name": "SlotProps"
195132
+ "fileName": "components/src/components/Button/Button.tsx",
195133
+ "name": "ButtonProps"
195182
195134
  }
195183
195135
  ],
195184
195136
  "required": false,
195185
195137
  "type": {
195186
- "name": "string | null"
195138
+ "name": "string"
195187
195139
  }
195188
195140
  },
195189
- "boundaryElement": {
195141
+ "aria-haspopup": {
195142
+ "defaultValue": null,
195143
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
195144
+ "name": "aria-haspopup",
195145
+ "parent": {
195146
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195147
+ "name": "AriaBaseButtonProps"
195148
+ },
195149
+ "declarations": [
195150
+ {
195151
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195152
+ "name": "AriaBaseButtonProps"
195153
+ }
195154
+ ],
195155
+ "required": false,
195156
+ "type": {
195157
+ "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
195158
+ }
195159
+ },
195160
+ "aria-controls": {
195161
+ "defaultValue": null,
195162
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
195163
+ "name": "aria-controls",
195164
+ "parent": {
195165
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195166
+ "name": "AriaBaseButtonProps"
195167
+ },
195168
+ "declarations": [
195169
+ {
195170
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195171
+ "name": "AriaBaseButtonProps"
195172
+ }
195173
+ ],
195174
+ "required": false,
195175
+ "type": {
195176
+ "name": "string"
195177
+ }
195178
+ },
195179
+ "excludeFromTabOrder": {
195180
+ "defaultValue": null,
195181
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
195182
+ "name": "excludeFromTabOrder",
195183
+ "parent": {
195184
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
195185
+ "name": "FocusableDOMProps"
195186
+ },
195187
+ "declarations": [
195188
+ {
195189
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
195190
+ "name": "FocusableDOMProps"
195191
+ }
195192
+ ],
195193
+ "required": false,
195194
+ "type": {
195195
+ "name": "boolean"
195196
+ }
195197
+ },
195198
+ "type": {
195190
195199
  "defaultValue": {
195191
- "value": "document.body"
195200
+ "value": "'button'"
195192
195201
  },
195193
- "description": "Element that that serves as the positioning boundary.",
195194
- "name": "boundaryElement",
195202
+ "description": "The behavior of the button when used in an HTML form.",
195203
+ "name": "type",
195195
195204
  "parent": {
195196
- "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",
195197
- "name": "AriaPositionProps"
195205
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195206
+ "name": "AriaBaseButtonProps"
195198
195207
  },
195199
195208
  "declarations": [
195200
195209
  {
195201
- "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",
195202
- "name": "AriaPositionProps"
195210
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195211
+ "name": "AriaBaseButtonProps"
195203
195212
  }
195204
195213
  ],
195205
195214
  "required": false,
195206
195215
  "type": {
195207
- "name": "Element"
195216
+ "name": "\"button\" | \"submit\" | \"reset\""
195208
195217
  }
195209
195218
  },
195210
- "arrowRef": {
195219
+ "formAction": {
195211
195220
  "defaultValue": null,
195212
- "description": "A ref for the popover arrow element.",
195213
- "name": "arrowRef",
195221
+ "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
195222
+ "name": "formAction",
195214
195223
  "parent": {
195215
- "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",
195216
- "name": "AriaPopoverProps"
195224
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195225
+ "name": "AriaBaseButtonProps"
195217
195226
  },
195218
195227
  "declarations": [
195219
195228
  {
195220
- "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",
195221
- "name": "AriaPopoverProps"
195229
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195230
+ "name": "AriaBaseButtonProps"
195222
195231
  }
195223
195232
  ],
195224
195233
  "required": false,
195225
195234
  "type": {
195226
- "name": "RefObject<Element | null>"
195235
+ "name": "string"
195227
195236
  }
195228
195237
  },
195229
- "scrollRef": {
195238
+ "formEncType": {
195239
+ "defaultValue": null,
195240
+ "description": "Indicates how to encode the form data that is submitted.",
195241
+ "name": "formEncType",
195242
+ "parent": {
195243
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195244
+ "name": "AriaBaseButtonProps"
195245
+ },
195246
+ "declarations": [
195247
+ {
195248
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195249
+ "name": "AriaBaseButtonProps"
195250
+ }
195251
+ ],
195252
+ "required": false,
195253
+ "type": {
195254
+ "name": "string"
195255
+ }
195256
+ },
195257
+ "formMethod": {
195258
+ "defaultValue": null,
195259
+ "description": "Indicates the HTTP method used to submit the form.",
195260
+ "name": "formMethod",
195261
+ "parent": {
195262
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195263
+ "name": "AriaBaseButtonProps"
195264
+ },
195265
+ "declarations": [
195266
+ {
195267
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195268
+ "name": "AriaBaseButtonProps"
195269
+ }
195270
+ ],
195271
+ "required": false,
195272
+ "type": {
195273
+ "name": "string"
195274
+ }
195275
+ },
195276
+ "formNoValidate": {
195277
+ "defaultValue": null,
195278
+ "description": "Indicates that the form is not to be validated when it is submitted.",
195279
+ "name": "formNoValidate",
195280
+ "parent": {
195281
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195282
+ "name": "AriaBaseButtonProps"
195283
+ },
195284
+ "declarations": [
195285
+ {
195286
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195287
+ "name": "AriaBaseButtonProps"
195288
+ }
195289
+ ],
195290
+ "required": false,
195291
+ "type": {
195292
+ "name": "boolean"
195293
+ }
195294
+ },
195295
+ "formTarget": {
195296
+ "defaultValue": null,
195297
+ "description": "Overrides the target attribute of the button's form owner.",
195298
+ "name": "formTarget",
195299
+ "parent": {
195300
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195301
+ "name": "AriaBaseButtonProps"
195302
+ },
195303
+ "declarations": [
195304
+ {
195305
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195306
+ "name": "AriaBaseButtonProps"
195307
+ }
195308
+ ],
195309
+ "required": false,
195310
+ "type": {
195311
+ "name": "string"
195312
+ }
195313
+ },
195314
+ "size": {
195230
195315
  "defaultValue": {
195231
- "value": "overlayRef"
195316
+ "value": "\"m\""
195232
195317
  },
195233
- "description": "A ref for the scrollable region within the overlay.",
195234
- "name": "scrollRef",
195318
+ "description": "The size of the button.",
195319
+ "name": "size",
195235
195320
  "parent": {
195236
- "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",
195237
- "name": "AriaPositionProps"
195321
+ "fileName": "components/src/components/Button/Button.tsx",
195322
+ "name": "ButtonProps"
195238
195323
  },
195239
195324
  "declarations": [
195240
195325
  {
195241
- "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",
195242
- "name": "AriaPositionProps"
195326
+ "fileName": "components/src/components/Button/Button.tsx",
195327
+ "name": "ButtonProps"
195243
195328
  }
195244
195329
  ],
195245
195330
  "required": false,
195246
195331
  "type": {
195247
- "name": "RefObject<Element | null>"
195332
+ "name": "\"s\" | \"m\""
195248
195333
  }
195249
195334
  },
195250
- "shouldUpdatePosition": {
195335
+ "color": {
195251
195336
  "defaultValue": {
195252
- "value": "true"
195337
+ "value": "\"primary\""
195253
195338
  },
195254
- "description": "Whether the overlay should update its position automatically.",
195255
- "name": "shouldUpdatePosition",
195339
+ "description": "The color of the button.",
195340
+ "name": "color",
195256
195341
  "parent": {
195257
- "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",
195258
- "name": "AriaPositionProps"
195342
+ "fileName": "components/src/components/Button/Button.tsx",
195343
+ "name": "ButtonProps"
195259
195344
  },
195260
195345
  "declarations": [
195261
195346
  {
195262
- "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",
195263
- "name": "AriaPositionProps"
195347
+ "fileName": "components/src/components/Button/Button.tsx",
195348
+ "name": "ButtonProps"
195264
195349
  }
195265
195350
  ],
195266
195351
  "required": false,
195267
195352
  "type": {
195268
- "name": "boolean"
195353
+ "name": "\"light\" | \"dark\" | \"danger\" | \"primary\" | \"accent\" | \"secondary\""
195269
195354
  }
195270
195355
  },
195271
- "maxHeight": {
195356
+ "aria-current": {
195272
195357
  "defaultValue": null,
195273
- "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
195274
- "name": "maxHeight",
195358
+ "description": "Indicates whether this element represents the current item within a container or set of related elements.",
195359
+ "name": "aria-current",
195275
195360
  "parent": {
195276
- "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",
195277
- "name": "AriaPositionProps"
195361
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195362
+ "name": "AriaBaseButtonProps"
195278
195363
  },
195279
195364
  "declarations": [
195280
195365
  {
195281
- "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",
195282
- "name": "AriaPositionProps"
195366
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195367
+ "name": "AriaBaseButtonProps"
195283
195368
  }
195284
195369
  ],
195285
195370
  "required": false,
195286
195371
  "type": {
195287
- "name": "number"
195372
+ "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
195288
195373
  }
195289
195374
  },
195290
- "isNonModal": {
195375
+ "aria-disabled": {
195291
195376
  "defaultValue": null,
195292
- "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.",
195293
- "name": "isNonModal",
195377
+ "description": "Disables button but keeps it focusable.",
195378
+ "name": "aria-disabled",
195294
195379
  "parent": {
195295
- "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",
195296
- "name": "AriaPopoverProps"
195380
+ "fileName": "components/src/components/Button/Button.tsx",
195381
+ "name": "ButtonProps"
195297
195382
  },
195298
195383
  "declarations": [
195299
195384
  {
195300
- "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",
195301
- "name": "AriaPopoverProps"
195385
+ "fileName": "components/src/components/Button/Button.tsx",
195386
+ "name": "ButtonProps"
195302
195387
  }
195303
195388
  ],
195304
195389
  "required": false,
@@ -195306,20 +195391,189 @@
195306
195391
  "name": "boolean"
195307
195392
  }
195308
195393
  },
195309
- "isKeyboardDismissDisabled": {
195310
- "defaultValue": {
195311
- "value": "false"
195394
+ "aria-expanded": {
195395
+ "defaultValue": null,
195396
+ "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
195397
+ "name": "aria-expanded",
195398
+ "parent": {
195399
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195400
+ "name": "AriaBaseButtonProps"
195312
195401
  },
195313
- "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.",
195314
- "name": "isKeyboardDismissDisabled",
195402
+ "declarations": [
195403
+ {
195404
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195405
+ "name": "AriaBaseButtonProps"
195406
+ }
195407
+ ],
195408
+ "required": false,
195409
+ "type": {
195410
+ "name": "boolean | \"false\" | \"true\""
195411
+ }
195412
+ },
195413
+ "aria-pressed": {
195414
+ "defaultValue": null,
195415
+ "description": "Indicates the current \"pressed\" state of toggle buttons.",
195416
+ "name": "aria-pressed",
195315
195417
  "parent": {
195316
- "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",
195317
- "name": "AriaPopoverProps"
195418
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195419
+ "name": "AriaBaseButtonProps"
195318
195420
  },
195319
195421
  "declarations": [
195320
195422
  {
195321
- "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",
195322
- "name": "AriaPopoverProps"
195423
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195424
+ "name": "AriaBaseButtonProps"
195425
+ }
195426
+ ],
195427
+ "required": false,
195428
+ "type": {
195429
+ "name": "boolean | \"false\" | \"true\" | \"mixed\""
195430
+ }
195431
+ },
195432
+ "onHoverStart": {
195433
+ "defaultValue": null,
195434
+ "description": "Handler that is called when a hover interaction starts.",
195435
+ "name": "onHoverStart",
195436
+ "parent": {
195437
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195438
+ "name": "HoverEvents"
195439
+ },
195440
+ "declarations": [
195441
+ {
195442
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195443
+ "name": "HoverEvents"
195444
+ }
195445
+ ],
195446
+ "required": false,
195447
+ "type": {
195448
+ "name": "((e: HoverEvent) => void)"
195449
+ }
195450
+ },
195451
+ "onHoverEnd": {
195452
+ "defaultValue": null,
195453
+ "description": "Handler that is called when a hover interaction ends.",
195454
+ "name": "onHoverEnd",
195455
+ "parent": {
195456
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195457
+ "name": "HoverEvents"
195458
+ },
195459
+ "declarations": [
195460
+ {
195461
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195462
+ "name": "HoverEvents"
195463
+ }
195464
+ ],
195465
+ "required": false,
195466
+ "type": {
195467
+ "name": "((e: HoverEvent) => void)"
195468
+ }
195469
+ },
195470
+ "onHoverChange": {
195471
+ "defaultValue": null,
195472
+ "description": "Handler that is called when the hover state changes.",
195473
+ "name": "onHoverChange",
195474
+ "parent": {
195475
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195476
+ "name": "HoverEvents"
195477
+ },
195478
+ "declarations": [
195479
+ {
195480
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195481
+ "name": "HoverEvents"
195482
+ }
195483
+ ],
195484
+ "required": false,
195485
+ "type": {
195486
+ "name": "((isHovering: boolean) => void)"
195487
+ }
195488
+ },
195489
+ "onPressStart": {
195490
+ "defaultValue": null,
195491
+ "description": "Handler that is called when a press interaction starts.",
195492
+ "name": "onPressStart",
195493
+ "parent": {
195494
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195495
+ "name": "PressEvents"
195496
+ },
195497
+ "declarations": [
195498
+ {
195499
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195500
+ "name": "PressEvents"
195501
+ }
195502
+ ],
195503
+ "required": false,
195504
+ "type": {
195505
+ "name": "((e: PressEvent) => void)"
195506
+ }
195507
+ },
195508
+ "onPressEnd": {
195509
+ "defaultValue": null,
195510
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
195511
+ "name": "onPressEnd",
195512
+ "parent": {
195513
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195514
+ "name": "PressEvents"
195515
+ },
195516
+ "declarations": [
195517
+ {
195518
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195519
+ "name": "PressEvents"
195520
+ }
195521
+ ],
195522
+ "required": false,
195523
+ "type": {
195524
+ "name": "((e: PressEvent) => void)"
195525
+ }
195526
+ },
195527
+ "onPressChange": {
195528
+ "defaultValue": null,
195529
+ "description": "Handler that is called when the press state changes.",
195530
+ "name": "onPressChange",
195531
+ "parent": {
195532
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195533
+ "name": "PressEvents"
195534
+ },
195535
+ "declarations": [
195536
+ {
195537
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195538
+ "name": "PressEvents"
195539
+ }
195540
+ ],
195541
+ "required": false,
195542
+ "type": {
195543
+ "name": "((isPressed: boolean) => void)"
195544
+ }
195545
+ },
195546
+ "onPressUp": {
195547
+ "defaultValue": null,
195548
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
195549
+ "name": "onPressUp",
195550
+ "parent": {
195551
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195552
+ "name": "PressEvents"
195553
+ },
195554
+ "declarations": [
195555
+ {
195556
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195557
+ "name": "PressEvents"
195558
+ }
195559
+ ],
195560
+ "required": false,
195561
+ "type": {
195562
+ "name": "((e: PressEvent) => void)"
195563
+ }
195564
+ },
195565
+ "isPending": {
195566
+ "defaultValue": null,
195567
+ "description": "Whether the button is in a pending state.",
195568
+ "name": "isPending",
195569
+ "parent": {
195570
+ "fileName": "components/src/components/Button/Button.tsx",
195571
+ "name": "ButtonProps"
195572
+ },
195573
+ "declarations": [
195574
+ {
195575
+ "fileName": "components/src/components/Button/Button.tsx",
195576
+ "name": "ButtonProps"
195323
195577
  }
195324
195578
  ],
195325
195579
  "required": false,
@@ -195327,56 +195581,56 @@
195327
195581
  "name": "boolean"
195328
195582
  }
195329
195583
  },
195330
- "shouldCloseOnInteractOutside": {
195584
+ "isSucceeded": {
195331
195585
  "defaultValue": null,
195332
- "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.",
195333
- "name": "shouldCloseOnInteractOutside",
195586
+ "description": "Whether the button is in a succeeded state.",
195587
+ "name": "isSucceeded",
195334
195588
  "parent": {
195335
- "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",
195336
- "name": "AriaPopoverProps"
195589
+ "fileName": "components/src/components/Button/Button.tsx",
195590
+ "name": "ButtonProps"
195337
195591
  },
195338
195592
  "declarations": [
195339
195593
  {
195340
- "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",
195341
- "name": "AriaPopoverProps"
195594
+ "fileName": "components/src/components/Button/Button.tsx",
195595
+ "name": "ButtonProps"
195342
195596
  }
195343
195597
  ],
195344
195598
  "required": false,
195345
195599
  "type": {
195346
- "name": "((element: Element) => boolean)"
195600
+ "name": "boolean"
195347
195601
  }
195348
195602
  },
195349
- "trigger": {
195603
+ "isFailed": {
195350
195604
  "defaultValue": null,
195351
- "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.",
195352
- "name": "trigger",
195605
+ "description": "Whether the button is in a failed state.",
195606
+ "name": "isFailed",
195353
195607
  "parent": {
195354
- "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",
195355
- "name": "PopoverProps"
195608
+ "fileName": "components/src/components/Button/Button.tsx",
195609
+ "name": "ButtonProps"
195356
195610
  },
195357
195611
  "declarations": [
195358
195612
  {
195359
- "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",
195360
- "name": "PopoverProps"
195613
+ "fileName": "components/src/components/Button/Button.tsx",
195614
+ "name": "ButtonProps"
195361
195615
  }
195362
195616
  ],
195363
195617
  "required": false,
195364
195618
  "type": {
195365
- "name": "string"
195619
+ "name": "boolean"
195366
195620
  }
195367
195621
  },
195368
- "isDialogContent": {
195622
+ "unstyled": {
195369
195623
  "defaultValue": null,
195370
- "description": "Whether the popover contains a dialog.",
195371
- "name": "isDialogContent",
195624
+ "description": "@internal",
195625
+ "name": "unstyled",
195372
195626
  "parent": {
195373
- "fileName": "components/src/components/Popover/Popover.tsx",
195374
- "name": "PopoverProps"
195627
+ "fileName": "components/src/components/Button/Button.tsx",
195628
+ "name": "ButtonProps"
195375
195629
  },
195376
195630
  "declarations": [
195377
195631
  {
195378
- "fileName": "components/src/components/Popover/Popover.tsx",
195379
- "name": "PopoverProps"
195632
+ "fileName": "components/src/components/Button/Button.tsx",
195633
+ "name": "ButtonProps"
195380
195634
  }
195381
195635
  ],
195382
195636
  "required": false,
@@ -195384,23 +195638,63 @@
195384
195638
  "name": "boolean"
195385
195639
  }
195386
195640
  },
195387
- "controller": {
195641
+ "preventFocusOnPress": {
195388
195642
  "defaultValue": null,
195389
- "description": "An overlay controller to control the popover state.",
195390
- "name": "controller",
195643
+ "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
195644
+ "name": "preventFocusOnPress",
195391
195645
  "parent": {
195392
- "fileName": "components/src/components/Popover/Popover.tsx",
195393
- "name": "PopoverProps"
195646
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195647
+ "name": "AriaBaseButtonProps"
195394
195648
  },
195395
195649
  "declarations": [
195396
195650
  {
195397
- "fileName": "components/src/components/Popover/Popover.tsx",
195398
- "name": "PopoverProps"
195651
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
195652
+ "name": "AriaBaseButtonProps"
195399
195653
  }
195400
195654
  ],
195401
195655
  "required": false,
195402
195656
  "type": {
195403
- "name": "OverlayController"
195657
+ "name": "boolean"
195658
+ }
195659
+ },
195660
+ "variant": {
195661
+ "defaultValue": {
195662
+ "value": "\"solid\""
195663
+ },
195664
+ "description": "The visual variant of the button.",
195665
+ "name": "variant",
195666
+ "parent": {
195667
+ "fileName": "components/src/components/Button/Button.tsx",
195668
+ "name": "ButtonProps"
195669
+ },
195670
+ "declarations": [
195671
+ {
195672
+ "fileName": "components/src/components/Button/Button.tsx",
195673
+ "name": "ButtonProps"
195674
+ }
195675
+ ],
195676
+ "required": false,
195677
+ "type": {
195678
+ "name": "\"solid\" | \"plain\" | \"soft\" | \"outline\""
195679
+ }
195680
+ },
195681
+ "ariaSlot": {
195682
+ "defaultValue": null,
195683
+ "description": "@internal",
195684
+ "name": "ariaSlot",
195685
+ "parent": {
195686
+ "fileName": "components/src/components/Button/Button.tsx",
195687
+ "name": "ButtonProps"
195688
+ },
195689
+ "declarations": [
195690
+ {
195691
+ "fileName": "components/src/components/Button/Button.tsx",
195692
+ "name": "ButtonProps"
195693
+ }
195694
+ ],
195695
+ "required": false,
195696
+ "type": {
195697
+ "name": "string | null"
195404
195698
  }
195405
195699
  }
195406
195700
  }
@@ -195409,42 +195703,59 @@
195409
195703
  "tags": {
195410
195704
  "flr-generate": "all"
195411
195705
  },
195412
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CopyButton/CopyButton.tsx",
195706
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
195413
195707
  "description": "",
195414
- "displayName": "CopyButton",
195708
+ "displayName": "ContextualHelp",
195415
195709
  "methods": [],
195416
195710
  "props": {
195417
- "text": {
195711
+ "width": {
195418
195712
  "defaultValue": null,
195419
- "description": "The text to copy.",
195420
- "name": "text",
195713
+ "description": "A fixed width for the popover.",
195714
+ "name": "width",
195421
195715
  "parent": {
195422
- "fileName": "components/src/components/CopyButton/CopyButton.tsx",
195423
- "name": "CopyButtonProps"
195716
+ "fileName": "components/src/components/Popover/Popover.tsx",
195717
+ "name": "PopoverProps"
195424
195718
  },
195425
195719
  "declarations": [
195426
195720
  {
195427
- "fileName": "components/src/components/CopyButton/CopyButton.tsx",
195428
- "name": "CopyButtonProps"
195721
+ "fileName": "components/src/components/Popover/Popover.tsx",
195722
+ "name": "PopoverProps"
195429
195723
  }
195430
195724
  ],
195431
195725
  "required": false,
195432
195726
  "type": {
195433
- "name": "string"
195727
+ "name": "string | number"
195434
195728
  }
195435
195729
  },
195436
- "children": {
195437
- "defaultValue": null,
195438
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
195439
- "name": "children",
195730
+ "offset": {
195731
+ "defaultValue": {
195732
+ "value": "8"
195733
+ },
195734
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
195735
+ "name": "offset",
195440
195736
  "parent": {
195441
195737
  "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",
195442
- "name": "TableProps"
195738
+ "name": "PopoverProps"
195443
195739
  },
195444
195740
  "declarations": [
195445
195741
  {
195446
195742
  "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",
195447
- "name": "TableProps"
195743
+ "name": "PopoverProps"
195744
+ }
195745
+ ],
195746
+ "required": false,
195747
+ "type": {
195748
+ "name": "number"
195749
+ }
195750
+ },
195751
+ "children": {
195752
+ "defaultValue": null,
195753
+ "description": "",
195754
+ "name": "children",
195755
+ "declarations": [
195756
+ {
195757
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
195758
+ "name": "TypeLiteral"
195448
195759
  }
195449
195760
  ],
195450
195761
  "required": false,
@@ -195452,6 +195763,27 @@
195452
195763
  "name": "ReactNode"
195453
195764
  }
195454
195765
  },
195766
+ "arrowBoundaryOffset": {
195767
+ "defaultValue": {
195768
+ "value": "0"
195769
+ },
195770
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
195771
+ "name": "arrowBoundaryOffset",
195772
+ "parent": {
195773
+ "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",
195774
+ "name": "AriaPositionProps"
195775
+ },
195776
+ "declarations": [
195777
+ {
195778
+ "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",
195779
+ "name": "AriaPositionProps"
195780
+ }
195781
+ ],
195782
+ "required": false,
195783
+ "type": {
195784
+ "name": "number"
195785
+ }
195786
+ },
195455
195787
  "className": {
195456
195788
  "defaultValue": {
195457
195789
  "value": "'react-aria-Tooltip'"
@@ -195473,6 +195805,244 @@
195473
195805
  "name": "ClassNameOrFunction<TooltipRenderProps>"
195474
195806
  }
195475
195807
  },
195808
+ "triggerRef": {
195809
+ "defaultValue": null,
195810
+ "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.",
195811
+ "name": "triggerRef",
195812
+ "parent": {
195813
+ "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",
195814
+ "name": "TooltipProps"
195815
+ },
195816
+ "declarations": [
195817
+ {
195818
+ "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",
195819
+ "name": "TooltipProps"
195820
+ }
195821
+ ],
195822
+ "required": false,
195823
+ "type": {
195824
+ "name": "RefObject<Element | null>"
195825
+ }
195826
+ },
195827
+ "isEntering": {
195828
+ "defaultValue": null,
195829
+ "description": "Whether the tooltip is currently performing an entry animation.",
195830
+ "name": "isEntering",
195831
+ "parent": {
195832
+ "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",
195833
+ "name": "TooltipProps"
195834
+ },
195835
+ "declarations": [
195836
+ {
195837
+ "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",
195838
+ "name": "TooltipProps"
195839
+ }
195840
+ ],
195841
+ "required": false,
195842
+ "type": {
195843
+ "name": "boolean"
195844
+ }
195845
+ },
195846
+ "isExiting": {
195847
+ "defaultValue": null,
195848
+ "description": "Whether the tooltip is currently performing an exit animation.",
195849
+ "name": "isExiting",
195850
+ "parent": {
195851
+ "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",
195852
+ "name": "TooltipProps"
195853
+ },
195854
+ "declarations": [
195855
+ {
195856
+ "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",
195857
+ "name": "TooltipProps"
195858
+ }
195859
+ ],
195860
+ "required": false,
195861
+ "type": {
195862
+ "name": "boolean"
195863
+ }
195864
+ },
195865
+ "UNSTABLE_portalContainer": {
195866
+ "defaultValue": {
195867
+ "value": "document.body"
195868
+ },
195869
+ "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.",
195870
+ "name": "UNSTABLE_portalContainer",
195871
+ "parent": {
195872
+ "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",
195873
+ "name": "TooltipProps"
195874
+ },
195875
+ "declarations": [
195876
+ {
195877
+ "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",
195878
+ "name": "TooltipProps"
195879
+ }
195880
+ ],
195881
+ "required": false,
195882
+ "type": {
195883
+ "name": "Element"
195884
+ }
195885
+ },
195886
+ "placement": {
195887
+ "defaultValue": {
195888
+ "value": "'bottom'"
195889
+ },
195890
+ "description": "The placement of the element with respect to its anchor element.",
195891
+ "name": "placement",
195892
+ "parent": {
195893
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195894
+ "name": "PositionProps"
195895
+ },
195896
+ "declarations": [
195897
+ {
195898
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195899
+ "name": "PositionProps"
195900
+ }
195901
+ ],
195902
+ "required": false,
195903
+ "type": {
195904
+ "name": "Placement"
195905
+ }
195906
+ },
195907
+ "containerPadding": {
195908
+ "defaultValue": {
195909
+ "value": "12"
195910
+ },
195911
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
195912
+ "name": "containerPadding",
195913
+ "parent": {
195914
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195915
+ "name": "PositionProps"
195916
+ },
195917
+ "declarations": [
195918
+ {
195919
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195920
+ "name": "PositionProps"
195921
+ }
195922
+ ],
195923
+ "required": false,
195924
+ "type": {
195925
+ "name": "number"
195926
+ }
195927
+ },
195928
+ "crossOffset": {
195929
+ "defaultValue": {
195930
+ "value": "0"
195931
+ },
195932
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
195933
+ "name": "crossOffset",
195934
+ "parent": {
195935
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195936
+ "name": "PositionProps"
195937
+ },
195938
+ "declarations": [
195939
+ {
195940
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195941
+ "name": "PositionProps"
195942
+ }
195943
+ ],
195944
+ "required": false,
195945
+ "type": {
195946
+ "name": "number"
195947
+ }
195948
+ },
195949
+ "shouldFlip": {
195950
+ "defaultValue": {
195951
+ "value": "true"
195952
+ },
195953
+ "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.",
195954
+ "name": "shouldFlip",
195955
+ "parent": {
195956
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195957
+ "name": "PositionProps"
195958
+ },
195959
+ "declarations": [
195960
+ {
195961
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195962
+ "name": "PositionProps"
195963
+ }
195964
+ ],
195965
+ "required": false,
195966
+ "type": {
195967
+ "name": "boolean"
195968
+ }
195969
+ },
195970
+ "isOpen": {
195971
+ "defaultValue": null,
195972
+ "description": "Whether the element is rendered.",
195973
+ "name": "isOpen",
195974
+ "parent": {
195975
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195976
+ "name": "PositionProps"
195977
+ },
195978
+ "declarations": [
195979
+ {
195980
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195981
+ "name": "PositionProps"
195982
+ }
195983
+ ],
195984
+ "required": false,
195985
+ "type": {
195986
+ "name": "boolean"
195987
+ }
195988
+ },
195989
+ "defaultOpen": {
195990
+ "defaultValue": null,
195991
+ "description": "Whether the overlay is open by default (uncontrolled).",
195992
+ "name": "defaultOpen",
195993
+ "parent": {
195994
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
195995
+ "name": "OverlayTriggerProps"
195996
+ },
195997
+ "declarations": [
195998
+ {
195999
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
196000
+ "name": "OverlayTriggerProps"
196001
+ }
196002
+ ],
196003
+ "required": false,
196004
+ "type": {
196005
+ "name": "boolean"
196006
+ }
196007
+ },
196008
+ "onOpenChange": {
196009
+ "defaultValue": null,
196010
+ "description": "Handler that is called when the overlay's open state changes.",
196011
+ "name": "onOpenChange",
196012
+ "parent": {
196013
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
196014
+ "name": "OverlayTriggerProps"
196015
+ },
196016
+ "declarations": [
196017
+ {
196018
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
196019
+ "name": "OverlayTriggerProps"
196020
+ }
196021
+ ],
196022
+ "required": false,
196023
+ "type": {
196024
+ "name": "((isOpen: boolean) => void)"
196025
+ }
196026
+ },
196027
+ "aria-label": {
196028
+ "defaultValue": null,
196029
+ "description": "Defines a string value that labels the current element.",
196030
+ "name": "aria-label",
196031
+ "parent": {
196032
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
196033
+ "name": "AriaLabelingProps"
196034
+ },
196035
+ "declarations": [
196036
+ {
196037
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
196038
+ "name": "AriaLabelingProps"
196039
+ }
196040
+ ],
196041
+ "required": false,
196042
+ "type": {
196043
+ "name": "string"
196044
+ }
196045
+ },
195476
196046
  "aria-labelledby": {
195477
196047
  "defaultValue": null,
195478
196048
  "description": "Identifies the element (or elements) that labels the current element.",
@@ -195646,21 +196216,21 @@
195646
196216
  },
195647
196217
  "onClick": {
195648
196218
  "defaultValue": null,
195649
- "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.",
196219
+ "description": "",
195650
196220
  "name": "onClick",
195651
196221
  "parent": {
195652
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195653
- "name": "PressEvents"
196222
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
196223
+ "name": "GlobalDOMEvents"
195654
196224
  },
195655
196225
  "declarations": [
195656
196226
  {
195657
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
195658
- "name": "PressEvents"
196227
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
196228
+ "name": "GlobalDOMEvents"
195659
196229
  }
195660
196230
  ],
195661
196231
  "required": false,
195662
196232
  "type": {
195663
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
196233
+ "name": "MouseEventHandler<HTMLDivElement>"
195664
196234
  }
195665
196235
  },
195666
196236
  "onClickCapture": {
@@ -196936,499 +197506,100 @@
196936
197506
  "name": "Key | null"
196937
197507
  }
196938
197508
  },
196939
- "isDisabled": {
196940
- "defaultValue": null,
196941
- "description": "Whether the button is disabled.",
196942
- "name": "isDisabled",
196943
- "parent": {
196944
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
196945
- "name": "ButtonProps"
196946
- },
196947
- "declarations": [
196948
- {
196949
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
196950
- "name": "ButtonProps"
196951
- }
196952
- ],
196953
- "required": false,
196954
- "type": {
196955
- "name": "boolean"
196956
- }
196957
- },
196958
- "isReadOnly": {
196959
- "defaultValue": null,
196960
- "description": "Whether the button is in a read only state.",
196961
- "name": "isReadOnly",
196962
- "parent": {
196963
- "fileName": "components/src/components/Button/Button.tsx",
196964
- "name": "ButtonProps"
196965
- },
196966
- "declarations": [
196967
- {
196968
- "fileName": "components/src/components/Button/Button.tsx",
196969
- "name": "ButtonProps"
196970
- }
196971
- ],
196972
- "required": false,
196973
- "type": {
196974
- "name": "boolean"
196975
- }
196976
- },
196977
- "autoFocus": {
196978
- "defaultValue": null,
196979
- "description": "Whether the element should receive focus on render.",
196980
- "name": "autoFocus",
196981
- "parent": {
196982
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
196983
- "name": "FocusableProps"
196984
- },
196985
- "declarations": [
196986
- {
196987
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
196988
- "name": "FocusableProps"
196989
- }
196990
- ],
196991
- "required": false,
196992
- "type": {
196993
- "name": "boolean"
196994
- }
196995
- },
196996
- "onFocus": {
196997
- "defaultValue": null,
196998
- "description": "Handler that is called when the element receives focus.",
196999
- "name": "onFocus",
197000
- "parent": {
197001
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197002
- "name": "FocusEvents"
197003
- },
197004
- "declarations": [
197005
- {
197006
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197007
- "name": "FocusEvents"
197008
- }
197009
- ],
197010
- "required": false,
197011
- "type": {
197012
- "name": "((e: FocusEvent<Element, Element>) => void)"
197013
- }
197014
- },
197015
- "onBlur": {
197016
- "defaultValue": null,
197017
- "description": "Handler that is called when the element loses focus.",
197018
- "name": "onBlur",
197019
- "parent": {
197020
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197021
- "name": "FocusEvents"
197022
- },
197023
- "declarations": [
197024
- {
197025
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197026
- "name": "FocusEvents"
197027
- }
197028
- ],
197029
- "required": false,
197030
- "type": {
197031
- "name": "((e: FocusEvent<Element, Element>) => void)"
197032
- }
197033
- },
197034
- "onFocusChange": {
197035
- "defaultValue": null,
197036
- "description": "Handler that is called when the element's focus status changes.",
197037
- "name": "onFocusChange",
197038
- "parent": {
197039
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197040
- "name": "FocusEvents"
197041
- },
197042
- "declarations": [
197043
- {
197044
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197045
- "name": "FocusEvents"
197046
- }
197047
- ],
197048
- "required": false,
197049
- "type": {
197050
- "name": "((isFocused: boolean) => void)"
197051
- }
197052
- },
197053
- "onKeyDown": {
197054
- "defaultValue": null,
197055
- "description": "Handler that is called when a key is pressed.",
197056
- "name": "onKeyDown",
197057
- "parent": {
197058
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197059
- "name": "KeyboardEvents"
197060
- },
197061
- "declarations": [
197062
- {
197063
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197064
- "name": "KeyboardEvents"
197065
- }
197066
- ],
197067
- "required": false,
197068
- "type": {
197069
- "name": "((e: KeyboardEvent) => void)"
197070
- }
197071
- },
197072
- "onKeyUp": {
197073
- "defaultValue": null,
197074
- "description": "Handler that is called when a key is released.",
197075
- "name": "onKeyUp",
197076
- "parent": {
197077
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197078
- "name": "KeyboardEvents"
197079
- },
197080
- "declarations": [
197081
- {
197082
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197083
- "name": "KeyboardEvents"
197084
- }
197085
- ],
197086
- "required": false,
197087
- "type": {
197088
- "name": "((e: KeyboardEvent) => void)"
197089
- }
197090
- },
197091
- "value": {
197092
- "defaultValue": null,
197093
- "description": "The value associated with the button's name when it's submitted with the form data.",
197094
- "name": "value",
197095
- "parent": {
197096
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197097
- "name": "AriaBaseButtonProps"
197098
- },
197099
- "declarations": [
197100
- {
197101
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197102
- "name": "AriaBaseButtonProps"
197103
- }
197104
- ],
197105
- "required": false,
197106
- "type": {
197107
- "name": "string"
197108
- }
197109
- },
197110
- "id": {
197111
- "defaultValue": null,
197112
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
197113
- "name": "id",
197114
- "parent": {
197115
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
197116
- "name": "DOMProps"
197117
- },
197118
- "declarations": [
197119
- {
197120
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
197121
- "name": "DOMProps"
197122
- }
197123
- ],
197124
- "required": false,
197125
- "type": {
197126
- "name": "string"
197127
- }
197128
- },
197129
- "name": {
197130
- "defaultValue": null,
197131
- "description": "Submitted as a pair with the button's value as part of the form data.",
197132
- "name": "name",
197133
- "parent": {
197134
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197135
- "name": "AriaBaseButtonProps"
197136
- },
197137
- "declarations": [
197138
- {
197139
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197140
- "name": "AriaBaseButtonProps"
197141
- }
197142
- ],
197143
- "required": false,
197144
- "type": {
197145
- "name": "string"
197146
- }
197147
- },
197148
- "form": {
197149
- "defaultValue": null,
197150
- "description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/button#form).",
197151
- "name": "form",
197152
- "parent": {
197153
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197154
- "name": "AriaBaseButtonProps"
197155
- },
197156
- "declarations": [
197157
- {
197158
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197159
- "name": "AriaBaseButtonProps"
197160
- }
197161
- ],
197162
- "required": false,
197163
- "type": {
197164
- "name": "string"
197165
- }
197166
- },
197167
197509
  "slot": {
197168
197510
  "defaultValue": null,
197169
- "description": "Slot for button placement in action groups.",
197511
+ "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.",
197170
197512
  "name": "slot",
197171
197513
  "parent": {
197172
- "fileName": "components/src/components/Button/Button.tsx",
197173
- "name": "ButtonProps"
197174
- },
197175
- "declarations": [
197176
- {
197177
- "fileName": "components/src/components/Button/Button.tsx",
197178
- "name": "ButtonProps"
197179
- }
197180
- ],
197181
- "required": false,
197182
- "type": {
197183
- "name": "string"
197184
- }
197185
- },
197186
- "aria-haspopup": {
197187
- "defaultValue": null,
197188
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
197189
- "name": "aria-haspopup",
197190
- "parent": {
197191
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197192
- "name": "AriaBaseButtonProps"
197193
- },
197194
- "declarations": [
197195
- {
197196
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197197
- "name": "AriaBaseButtonProps"
197198
- }
197199
- ],
197200
- "required": false,
197201
- "type": {
197202
- "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
197203
- }
197204
- },
197205
- "aria-controls": {
197206
- "defaultValue": null,
197207
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
197208
- "name": "aria-controls",
197209
- "parent": {
197210
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197211
- "name": "AriaBaseButtonProps"
197212
- },
197213
- "declarations": [
197214
- {
197215
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197216
- "name": "AriaBaseButtonProps"
197217
- }
197218
- ],
197219
- "required": false,
197220
- "type": {
197221
- "name": "string"
197222
- }
197223
- },
197224
- "excludeFromTabOrder": {
197225
- "defaultValue": null,
197226
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
197227
- "name": "excludeFromTabOrder",
197228
- "parent": {
197229
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
197230
- "name": "FocusableDOMProps"
197514
+ "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",
197515
+ "name": "SlotProps"
197231
197516
  },
197232
197517
  "declarations": [
197233
197518
  {
197234
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
197235
- "name": "FocusableDOMProps"
197519
+ "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",
197520
+ "name": "SlotProps"
197236
197521
  }
197237
197522
  ],
197238
197523
  "required": false,
197239
197524
  "type": {
197240
- "name": "boolean"
197525
+ "name": "string | null"
197241
197526
  }
197242
197527
  },
197243
- "type": {
197528
+ "boundaryElement": {
197244
197529
  "defaultValue": {
197245
- "value": "'button'"
197246
- },
197247
- "description": "The behavior of the button when used in an HTML form.",
197248
- "name": "type",
197249
- "parent": {
197250
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197251
- "name": "AriaBaseButtonProps"
197252
- },
197253
- "declarations": [
197254
- {
197255
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197256
- "name": "AriaBaseButtonProps"
197257
- }
197258
- ],
197259
- "required": false,
197260
- "type": {
197261
- "name": "\"button\" | \"submit\" | \"reset\""
197262
- }
197263
- },
197264
- "formAction": {
197265
- "defaultValue": null,
197266
- "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
197267
- "name": "formAction",
197268
- "parent": {
197269
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197270
- "name": "AriaBaseButtonProps"
197271
- },
197272
- "declarations": [
197273
- {
197274
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197275
- "name": "AriaBaseButtonProps"
197276
- }
197277
- ],
197278
- "required": false,
197279
- "type": {
197280
- "name": "string"
197281
- }
197282
- },
197283
- "formEncType": {
197284
- "defaultValue": null,
197285
- "description": "Indicates how to encode the form data that is submitted.",
197286
- "name": "formEncType",
197287
- "parent": {
197288
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197289
- "name": "AriaBaseButtonProps"
197290
- },
197291
- "declarations": [
197292
- {
197293
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197294
- "name": "AriaBaseButtonProps"
197295
- }
197296
- ],
197297
- "required": false,
197298
- "type": {
197299
- "name": "string"
197300
- }
197301
- },
197302
- "formMethod": {
197303
- "defaultValue": null,
197304
- "description": "Indicates the HTTP method used to submit the form.",
197305
- "name": "formMethod",
197306
- "parent": {
197307
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197308
- "name": "AriaBaseButtonProps"
197530
+ "value": "document.body"
197309
197531
  },
197310
- "declarations": [
197311
- {
197312
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197313
- "name": "AriaBaseButtonProps"
197314
- }
197315
- ],
197316
- "required": false,
197317
- "type": {
197318
- "name": "string"
197319
- }
197320
- },
197321
- "formNoValidate": {
197322
- "defaultValue": null,
197323
- "description": "Indicates that the form is not to be validated when it is submitted.",
197324
- "name": "formNoValidate",
197532
+ "description": "Element that that serves as the positioning boundary.",
197533
+ "name": "boundaryElement",
197325
197534
  "parent": {
197326
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197327
- "name": "AriaBaseButtonProps"
197535
+ "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",
197536
+ "name": "AriaPositionProps"
197328
197537
  },
197329
197538
  "declarations": [
197330
197539
  {
197331
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197332
- "name": "AriaBaseButtonProps"
197540
+ "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",
197541
+ "name": "AriaPositionProps"
197333
197542
  }
197334
197543
  ],
197335
197544
  "required": false,
197336
197545
  "type": {
197337
- "name": "boolean"
197546
+ "name": "Element"
197338
197547
  }
197339
197548
  },
197340
- "formTarget": {
197549
+ "arrowRef": {
197341
197550
  "defaultValue": null,
197342
- "description": "Overrides the target attribute of the button's form owner.",
197343
- "name": "formTarget",
197551
+ "description": "A ref for the popover arrow element.",
197552
+ "name": "arrowRef",
197344
197553
  "parent": {
197345
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197346
- "name": "AriaBaseButtonProps"
197554
+ "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",
197555
+ "name": "AriaPopoverProps"
197347
197556
  },
197348
197557
  "declarations": [
197349
197558
  {
197350
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197351
- "name": "AriaBaseButtonProps"
197559
+ "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",
197560
+ "name": "AriaPopoverProps"
197352
197561
  }
197353
197562
  ],
197354
197563
  "required": false,
197355
197564
  "type": {
197356
- "name": "string"
197565
+ "name": "RefObject<Element | null>"
197357
197566
  }
197358
197567
  },
197359
- "size": {
197568
+ "scrollRef": {
197360
197569
  "defaultValue": {
197361
- "value": "\"m\""
197570
+ "value": "overlayRef"
197362
197571
  },
197363
- "description": "The size of the button.",
197364
- "name": "size",
197572
+ "description": "A ref for the scrollable region within the overlay.",
197573
+ "name": "scrollRef",
197365
197574
  "parent": {
197366
- "fileName": "components/src/components/Button/Button.tsx",
197367
- "name": "ButtonProps"
197575
+ "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",
197576
+ "name": "AriaPositionProps"
197368
197577
  },
197369
197578
  "declarations": [
197370
197579
  {
197371
- "fileName": "components/src/components/Button/Button.tsx",
197372
- "name": "ButtonProps"
197580
+ "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",
197581
+ "name": "AriaPositionProps"
197373
197582
  }
197374
197583
  ],
197375
197584
  "required": false,
197376
197585
  "type": {
197377
- "name": "\"s\" | \"m\""
197586
+ "name": "RefObject<Element | null>"
197378
197587
  }
197379
197588
  },
197380
- "color": {
197589
+ "shouldUpdatePosition": {
197381
197590
  "defaultValue": {
197382
- "value": "\"primary\""
197383
- },
197384
- "description": "The color of the button.",
197385
- "name": "color",
197386
- "parent": {
197387
- "fileName": "components/src/components/Button/Button.tsx",
197388
- "name": "ButtonProps"
197389
- },
197390
- "declarations": [
197391
- {
197392
- "fileName": "components/src/components/Button/Button.tsx",
197393
- "name": "ButtonProps"
197394
- }
197395
- ],
197396
- "required": false,
197397
- "type": {
197398
- "name": "\"light\" | \"dark\" | \"danger\" | \"primary\" | \"accent\" | \"secondary\""
197399
- }
197400
- },
197401
- "aria-current": {
197402
- "defaultValue": null,
197403
- "description": "Indicates whether this element represents the current item within a container or set of related elements.",
197404
- "name": "aria-current",
197405
- "parent": {
197406
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197407
- "name": "AriaBaseButtonProps"
197591
+ "value": "true"
197408
197592
  },
197409
- "declarations": [
197410
- {
197411
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197412
- "name": "AriaBaseButtonProps"
197413
- }
197414
- ],
197415
- "required": false,
197416
- "type": {
197417
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
197418
- }
197419
- },
197420
- "aria-disabled": {
197421
- "defaultValue": null,
197422
- "description": "Disables button but keeps it focusable.",
197423
- "name": "aria-disabled",
197593
+ "description": "Whether the overlay should update its position automatically.",
197594
+ "name": "shouldUpdatePosition",
197424
197595
  "parent": {
197425
- "fileName": "components/src/components/Button/Button.tsx",
197426
- "name": "ButtonProps"
197596
+ "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",
197597
+ "name": "AriaPositionProps"
197427
197598
  },
197428
197599
  "declarations": [
197429
197600
  {
197430
- "fileName": "components/src/components/Button/Button.tsx",
197431
- "name": "ButtonProps"
197601
+ "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",
197602
+ "name": "AriaPositionProps"
197432
197603
  }
197433
197604
  ],
197434
197605
  "required": false,
@@ -197436,189 +197607,37 @@
197436
197607
  "name": "boolean"
197437
197608
  }
197438
197609
  },
197439
- "aria-expanded": {
197440
- "defaultValue": null,
197441
- "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
197442
- "name": "aria-expanded",
197443
- "parent": {
197444
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197445
- "name": "AriaBaseButtonProps"
197446
- },
197447
- "declarations": [
197448
- {
197449
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197450
- "name": "AriaBaseButtonProps"
197451
- }
197452
- ],
197453
- "required": false,
197454
- "type": {
197455
- "name": "boolean | \"false\" | \"true\""
197456
- }
197457
- },
197458
- "aria-pressed": {
197459
- "defaultValue": null,
197460
- "description": "Indicates the current \"pressed\" state of toggle buttons.",
197461
- "name": "aria-pressed",
197462
- "parent": {
197463
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197464
- "name": "AriaBaseButtonProps"
197465
- },
197466
- "declarations": [
197467
- {
197468
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197469
- "name": "AriaBaseButtonProps"
197470
- }
197471
- ],
197472
- "required": false,
197473
- "type": {
197474
- "name": "boolean | \"false\" | \"true\" | \"mixed\""
197475
- }
197476
- },
197477
- "onHoverStart": {
197478
- "defaultValue": null,
197479
- "description": "Handler that is called when a hover interaction starts.",
197480
- "name": "onHoverStart",
197481
- "parent": {
197482
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197483
- "name": "HoverEvents"
197484
- },
197485
- "declarations": [
197486
- {
197487
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197488
- "name": "HoverEvents"
197489
- }
197490
- ],
197491
- "required": false,
197492
- "type": {
197493
- "name": "((e: HoverEvent) => void)"
197494
- }
197495
- },
197496
- "onHoverEnd": {
197497
- "defaultValue": null,
197498
- "description": "Handler that is called when a hover interaction ends.",
197499
- "name": "onHoverEnd",
197500
- "parent": {
197501
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197502
- "name": "HoverEvents"
197503
- },
197504
- "declarations": [
197505
- {
197506
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197507
- "name": "HoverEvents"
197508
- }
197509
- ],
197510
- "required": false,
197511
- "type": {
197512
- "name": "((e: HoverEvent) => void)"
197513
- }
197514
- },
197515
- "onHoverChange": {
197516
- "defaultValue": null,
197517
- "description": "Handler that is called when the hover state changes.",
197518
- "name": "onHoverChange",
197519
- "parent": {
197520
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197521
- "name": "HoverEvents"
197522
- },
197523
- "declarations": [
197524
- {
197525
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197526
- "name": "HoverEvents"
197527
- }
197528
- ],
197529
- "required": false,
197530
- "type": {
197531
- "name": "((isHovering: boolean) => void)"
197532
- }
197533
- },
197534
- "onPressStart": {
197535
- "defaultValue": null,
197536
- "description": "Handler that is called when a press interaction starts.",
197537
- "name": "onPressStart",
197538
- "parent": {
197539
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197540
- "name": "PressEvents"
197541
- },
197542
- "declarations": [
197543
- {
197544
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197545
- "name": "PressEvents"
197546
- }
197547
- ],
197548
- "required": false,
197549
- "type": {
197550
- "name": "((e: PressEvent) => void)"
197551
- }
197552
- },
197553
- "onPressEnd": {
197554
- "defaultValue": null,
197555
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
197556
- "name": "onPressEnd",
197557
- "parent": {
197558
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197559
- "name": "PressEvents"
197560
- },
197561
- "declarations": [
197562
- {
197563
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197564
- "name": "PressEvents"
197565
- }
197566
- ],
197567
- "required": false,
197568
- "type": {
197569
- "name": "((e: PressEvent) => void)"
197570
- }
197571
- },
197572
- "onPressChange": {
197573
- "defaultValue": null,
197574
- "description": "Handler that is called when the press state changes.",
197575
- "name": "onPressChange",
197576
- "parent": {
197577
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197578
- "name": "PressEvents"
197579
- },
197580
- "declarations": [
197581
- {
197582
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197583
- "name": "PressEvents"
197584
- }
197585
- ],
197586
- "required": false,
197587
- "type": {
197588
- "name": "((isPressed: boolean) => void)"
197589
- }
197590
- },
197591
- "onPressUp": {
197610
+ "maxHeight": {
197592
197611
  "defaultValue": null,
197593
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
197594
- "name": "onPressUp",
197612
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
197613
+ "name": "maxHeight",
197595
197614
  "parent": {
197596
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197597
- "name": "PressEvents"
197615
+ "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",
197616
+ "name": "AriaPositionProps"
197598
197617
  },
197599
197618
  "declarations": [
197600
197619
  {
197601
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
197602
- "name": "PressEvents"
197620
+ "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",
197621
+ "name": "AriaPositionProps"
197603
197622
  }
197604
197623
  ],
197605
197624
  "required": false,
197606
197625
  "type": {
197607
- "name": "((e: PressEvent) => void)"
197626
+ "name": "number"
197608
197627
  }
197609
197628
  },
197610
- "isPending": {
197629
+ "isNonModal": {
197611
197630
  "defaultValue": null,
197612
- "description": "Whether the button is in a pending state.",
197613
- "name": "isPending",
197631
+ "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.",
197632
+ "name": "isNonModal",
197614
197633
  "parent": {
197615
- "fileName": "components/src/components/Button/Button.tsx",
197616
- "name": "ButtonProps"
197634
+ "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",
197635
+ "name": "AriaPopoverProps"
197617
197636
  },
197618
197637
  "declarations": [
197619
197638
  {
197620
- "fileName": "components/src/components/Button/Button.tsx",
197621
- "name": "ButtonProps"
197639
+ "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",
197640
+ "name": "AriaPopoverProps"
197622
197641
  }
197623
197642
  ],
197624
197643
  "required": false,
@@ -197626,18 +197645,20 @@
197626
197645
  "name": "boolean"
197627
197646
  }
197628
197647
  },
197629
- "isSucceeded": {
197630
- "defaultValue": null,
197631
- "description": "Whether the button is in a succeeded state.",
197632
- "name": "isSucceeded",
197648
+ "isKeyboardDismissDisabled": {
197649
+ "defaultValue": {
197650
+ "value": "false"
197651
+ },
197652
+ "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.",
197653
+ "name": "isKeyboardDismissDisabled",
197633
197654
  "parent": {
197634
- "fileName": "components/src/components/Button/Button.tsx",
197635
- "name": "ButtonProps"
197655
+ "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",
197656
+ "name": "AriaPopoverProps"
197636
197657
  },
197637
197658
  "declarations": [
197638
197659
  {
197639
- "fileName": "components/src/components/Button/Button.tsx",
197640
- "name": "ButtonProps"
197660
+ "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",
197661
+ "name": "AriaPopoverProps"
197641
197662
  }
197642
197663
  ],
197643
197664
  "required": false,
@@ -197645,56 +197666,56 @@
197645
197666
  "name": "boolean"
197646
197667
  }
197647
197668
  },
197648
- "isFailed": {
197669
+ "shouldCloseOnInteractOutside": {
197649
197670
  "defaultValue": null,
197650
- "description": "Whether the button is in a failed state.",
197651
- "name": "isFailed",
197671
+ "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.",
197672
+ "name": "shouldCloseOnInteractOutside",
197652
197673
  "parent": {
197653
- "fileName": "components/src/components/Button/Button.tsx",
197654
- "name": "ButtonProps"
197674
+ "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",
197675
+ "name": "AriaPopoverProps"
197655
197676
  },
197656
197677
  "declarations": [
197657
197678
  {
197658
- "fileName": "components/src/components/Button/Button.tsx",
197659
- "name": "ButtonProps"
197679
+ "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",
197680
+ "name": "AriaPopoverProps"
197660
197681
  }
197661
197682
  ],
197662
197683
  "required": false,
197663
197684
  "type": {
197664
- "name": "boolean"
197685
+ "name": "((element: Element) => boolean)"
197665
197686
  }
197666
197687
  },
197667
- "unstyled": {
197688
+ "trigger": {
197668
197689
  "defaultValue": null,
197669
- "description": "@internal",
197670
- "name": "unstyled",
197690
+ "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.",
197691
+ "name": "trigger",
197671
197692
  "parent": {
197672
- "fileName": "components/src/components/Button/Button.tsx",
197673
- "name": "ButtonProps"
197693
+ "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",
197694
+ "name": "PopoverProps"
197674
197695
  },
197675
197696
  "declarations": [
197676
197697
  {
197677
- "fileName": "components/src/components/Button/Button.tsx",
197678
- "name": "ButtonProps"
197698
+ "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",
197699
+ "name": "PopoverProps"
197679
197700
  }
197680
197701
  ],
197681
197702
  "required": false,
197682
197703
  "type": {
197683
- "name": "boolean"
197704
+ "name": "string"
197684
197705
  }
197685
197706
  },
197686
- "preventFocusOnPress": {
197707
+ "isDialogContent": {
197687
197708
  "defaultValue": null,
197688
- "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
197689
- "name": "preventFocusOnPress",
197709
+ "description": "Whether the popover contains a dialog.",
197710
+ "name": "isDialogContent",
197690
197711
  "parent": {
197691
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197692
- "name": "AriaBaseButtonProps"
197712
+ "fileName": "components/src/components/Popover/Popover.tsx",
197713
+ "name": "PopoverProps"
197693
197714
  },
197694
197715
  "declarations": [
197695
197716
  {
197696
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
197697
- "name": "AriaBaseButtonProps"
197717
+ "fileName": "components/src/components/Popover/Popover.tsx",
197718
+ "name": "PopoverProps"
197698
197719
  }
197699
197720
  ],
197700
197721
  "required": false,
@@ -197702,44 +197723,23 @@
197702
197723
  "name": "boolean"
197703
197724
  }
197704
197725
  },
197705
- "variant": {
197706
- "defaultValue": {
197707
- "value": "\"solid\""
197708
- },
197709
- "description": "The visual variant of the button.",
197710
- "name": "variant",
197711
- "parent": {
197712
- "fileName": "components/src/components/Button/Button.tsx",
197713
- "name": "ButtonProps"
197714
- },
197715
- "declarations": [
197716
- {
197717
- "fileName": "components/src/components/Button/Button.tsx",
197718
- "name": "ButtonProps"
197719
- }
197720
- ],
197721
- "required": false,
197722
- "type": {
197723
- "name": "\"solid\" | \"plain\" | \"soft\" | \"outline\""
197724
- }
197725
- },
197726
- "ariaSlot": {
197726
+ "controller": {
197727
197727
  "defaultValue": null,
197728
- "description": "@internal",
197729
- "name": "ariaSlot",
197728
+ "description": "An overlay controller to control the popover state.",
197729
+ "name": "controller",
197730
197730
  "parent": {
197731
- "fileName": "components/src/components/Button/Button.tsx",
197732
- "name": "ButtonProps"
197731
+ "fileName": "components/src/components/Popover/Popover.tsx",
197732
+ "name": "PopoverProps"
197733
197733
  },
197734
197734
  "declarations": [
197735
197735
  {
197736
- "fileName": "components/src/components/Button/Button.tsx",
197737
- "name": "ButtonProps"
197736
+ "fileName": "components/src/components/Popover/Popover.tsx",
197737
+ "name": "PopoverProps"
197738
197738
  }
197739
197739
  ],
197740
197740
  "required": false,
197741
197741
  "type": {
197742
- "name": "string | null"
197742
+ "name": "OverlayController"
197743
197743
  }
197744
197744
  }
197745
197745
  }
@@ -240178,7 +240178,7 @@
240178
240178
  ],
240179
240179
  "required": false,
240180
240180
  "type": {
240181
- "name": "boolean"
240181
+ "name": "boolean | CloseOverlayOptions"
240182
240182
  }
240183
240183
  },
240184
240184
  "openModal": {
@@ -306508,6 +306508,14 @@
306508
306508
  }
306509
306509
  }
306510
306510
  },
306511
+ {
306512
+ "tags": {},
306513
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
306514
+ "description": "",
306515
+ "displayName": "ConfirmUnsavedChangesModal",
306516
+ "methods": [],
306517
+ "props": {}
306518
+ },
306511
306519
  {
306512
306520
  "tags": {
306513
306521
  "flr-generate": "all"
@@ -309460,6 +309468,34 @@
309460
309468
  }
309461
309469
  }
309462
309470
  },
309471
+ {
309472
+ "tags": {},
309473
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309474
+ "description": "",
309475
+ "displayName": "DeleteButton",
309476
+ "methods": [],
309477
+ "props": {
309478
+ "onDelete": {
309479
+ "defaultValue": null,
309480
+ "description": "",
309481
+ "name": "onDelete",
309482
+ "parent": {
309483
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309484
+ "name": "Props"
309485
+ },
309486
+ "declarations": [
309487
+ {
309488
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309489
+ "name": "Props"
309490
+ }
309491
+ ],
309492
+ "required": true,
309493
+ "type": {
309494
+ "name": "() => void"
309495
+ }
309496
+ }
309497
+ }
309498
+ },
309463
309499
  {
309464
309500
  "tags": {},
309465
309501
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -309526,34 +309562,6 @@
309526
309562
  }
309527
309563
  }
309528
309564
  },
309529
- {
309530
- "tags": {},
309531
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309532
- "description": "",
309533
- "displayName": "DeleteButton",
309534
- "methods": [],
309535
- "props": {
309536
- "onDelete": {
309537
- "defaultValue": null,
309538
- "description": "",
309539
- "name": "onDelete",
309540
- "parent": {
309541
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309542
- "name": "Props"
309543
- },
309544
- "declarations": [
309545
- {
309546
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309547
- "name": "Props"
309548
- }
309549
- ],
309550
- "required": true,
309551
- "type": {
309552
- "name": "() => void"
309553
- }
309554
- }
309555
- }
309556
- },
309557
309565
  {
309558
309566
  "tags": {},
309559
309567
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -312123,6 +312131,175 @@
312123
312131
  }
312124
312132
  }
312125
312133
  },
312134
+ {
312135
+ "tags": {
312136
+ "flr-generate": "all"
312137
+ },
312138
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
312139
+ "description": "",
312140
+ "displayName": "Line",
312141
+ "methods": [],
312142
+ "props": {
312143
+ "color": {
312144
+ "defaultValue": {
312145
+ "value": "\"sea-green\""
312146
+ },
312147
+ "description": "The color of the line.",
312148
+ "name": "color",
312149
+ "parent": {
312150
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
312151
+ "name": "LineProps"
312152
+ },
312153
+ "declarations": [
312154
+ {
312155
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
312156
+ "name": "LineProps"
312157
+ }
312158
+ ],
312159
+ "required": false,
312160
+ "type": {
312161
+ "name": "CategoricalWithCustomColor"
312162
+ }
312163
+ },
312164
+ "className": {
312165
+ "defaultValue": null,
312166
+ "description": "",
312167
+ "name": "className",
312168
+ "parent": {
312169
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312170
+ "name": "HTMLAttributes"
312171
+ },
312172
+ "declarations": [
312173
+ {
312174
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312175
+ "name": "HTMLAttributes"
312176
+ }
312177
+ ],
312178
+ "required": false,
312179
+ "type": {
312180
+ "name": "string"
312181
+ }
312182
+ },
312183
+ "key": {
312184
+ "defaultValue": null,
312185
+ "description": "",
312186
+ "name": "key",
312187
+ "parent": {
312188
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312189
+ "name": "Attributes"
312190
+ },
312191
+ "declarations": [
312192
+ {
312193
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312194
+ "name": "Attributes"
312195
+ }
312196
+ ],
312197
+ "required": false,
312198
+ "type": {
312199
+ "name": "Key | null"
312200
+ }
312201
+ },
312202
+ "type": {
312203
+ "defaultValue": null,
312204
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
312205
+ "name": "type",
312206
+ "parent": {
312207
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
312208
+ "name": "CurveProps"
312209
+ },
312210
+ "declarations": [
312211
+ {
312212
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
312213
+ "name": "CurveProps"
312214
+ },
312215
+ {
312216
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312217
+ "name": "LineProps"
312218
+ }
312219
+ ],
312220
+ "required": false,
312221
+ "type": {
312222
+ "name": "CurveType"
312223
+ }
312224
+ },
312225
+ "dataKey": {
312226
+ "defaultValue": null,
312227
+ "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
312228
+ "name": "dataKey",
312229
+ "parent": {
312230
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312231
+ "name": "LineProps"
312232
+ },
312233
+ "declarations": [
312234
+ {
312235
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312236
+ "name": "LineProps"
312237
+ }
312238
+ ],
312239
+ "required": false,
312240
+ "type": {
312241
+ "name": "DataKey<any>"
312242
+ }
312243
+ },
312244
+ "unit": {
312245
+ "defaultValue": null,
312246
+ "description": "The unit of data. This option will be used in tooltip.",
312247
+ "name": "unit",
312248
+ "parent": {
312249
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312250
+ "name": "LineProps"
312251
+ },
312252
+ "declarations": [
312253
+ {
312254
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312255
+ "name": "LineProps"
312256
+ }
312257
+ ],
312258
+ "required": false,
312259
+ "type": {
312260
+ "name": "string | number | null"
312261
+ }
312262
+ },
312263
+ "xAxisId": {
312264
+ "defaultValue": null,
312265
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
312266
+ "name": "xAxisId",
312267
+ "parent": {
312268
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312269
+ "name": "LineProps"
312270
+ },
312271
+ "declarations": [
312272
+ {
312273
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312274
+ "name": "LineProps"
312275
+ }
312276
+ ],
312277
+ "required": false,
312278
+ "type": {
312279
+ "name": "AxisId"
312280
+ }
312281
+ },
312282
+ "yAxisId": {
312283
+ "defaultValue": null,
312284
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
312285
+ "name": "yAxisId",
312286
+ "parent": {
312287
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312288
+ "name": "LineProps"
312289
+ },
312290
+ "declarations": [
312291
+ {
312292
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312293
+ "name": "LineProps"
312294
+ }
312295
+ ],
312296
+ "required": false,
312297
+ "type": {
312298
+ "name": "AxisId"
312299
+ }
312300
+ }
312301
+ }
312302
+ },
312126
312303
  {
312127
312304
  "tags": {
312128
312305
  "flr-generate": "all"
@@ -312381,175 +312558,6 @@
312381
312558
  }
312382
312559
  }
312383
312560
  },
312384
- {
312385
- "tags": {
312386
- "flr-generate": "all"
312387
- },
312388
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
312389
- "description": "",
312390
- "displayName": "Line",
312391
- "methods": [],
312392
- "props": {
312393
- "color": {
312394
- "defaultValue": {
312395
- "value": "\"sea-green\""
312396
- },
312397
- "description": "The color of the line.",
312398
- "name": "color",
312399
- "parent": {
312400
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
312401
- "name": "LineProps"
312402
- },
312403
- "declarations": [
312404
- {
312405
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
312406
- "name": "LineProps"
312407
- }
312408
- ],
312409
- "required": false,
312410
- "type": {
312411
- "name": "CategoricalWithCustomColor"
312412
- }
312413
- },
312414
- "className": {
312415
- "defaultValue": null,
312416
- "description": "",
312417
- "name": "className",
312418
- "parent": {
312419
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312420
- "name": "HTMLAttributes"
312421
- },
312422
- "declarations": [
312423
- {
312424
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312425
- "name": "HTMLAttributes"
312426
- }
312427
- ],
312428
- "required": false,
312429
- "type": {
312430
- "name": "string"
312431
- }
312432
- },
312433
- "key": {
312434
- "defaultValue": null,
312435
- "description": "",
312436
- "name": "key",
312437
- "parent": {
312438
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312439
- "name": "Attributes"
312440
- },
312441
- "declarations": [
312442
- {
312443
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312444
- "name": "Attributes"
312445
- }
312446
- ],
312447
- "required": false,
312448
- "type": {
312449
- "name": "Key | null"
312450
- }
312451
- },
312452
- "type": {
312453
- "defaultValue": null,
312454
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
312455
- "name": "type",
312456
- "parent": {
312457
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
312458
- "name": "CurveProps"
312459
- },
312460
- "declarations": [
312461
- {
312462
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
312463
- "name": "CurveProps"
312464
- },
312465
- {
312466
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312467
- "name": "LineProps"
312468
- }
312469
- ],
312470
- "required": false,
312471
- "type": {
312472
- "name": "CurveType"
312473
- }
312474
- },
312475
- "dataKey": {
312476
- "defaultValue": null,
312477
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
312478
- "name": "dataKey",
312479
- "parent": {
312480
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312481
- "name": "LineProps"
312482
- },
312483
- "declarations": [
312484
- {
312485
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312486
- "name": "LineProps"
312487
- }
312488
- ],
312489
- "required": false,
312490
- "type": {
312491
- "name": "DataKey<any>"
312492
- }
312493
- },
312494
- "unit": {
312495
- "defaultValue": null,
312496
- "description": "The unit of data. This option will be used in tooltip.",
312497
- "name": "unit",
312498
- "parent": {
312499
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312500
- "name": "LineProps"
312501
- },
312502
- "declarations": [
312503
- {
312504
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312505
- "name": "LineProps"
312506
- }
312507
- ],
312508
- "required": false,
312509
- "type": {
312510
- "name": "string | number | null"
312511
- }
312512
- },
312513
- "xAxisId": {
312514
- "defaultValue": null,
312515
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
312516
- "name": "xAxisId",
312517
- "parent": {
312518
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312519
- "name": "LineProps"
312520
- },
312521
- "declarations": [
312522
- {
312523
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312524
- "name": "LineProps"
312525
- }
312526
- ],
312527
- "required": false,
312528
- "type": {
312529
- "name": "AxisId"
312530
- }
312531
- },
312532
- "yAxisId": {
312533
- "defaultValue": null,
312534
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
312535
- "name": "yAxisId",
312536
- "parent": {
312537
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312538
- "name": "LineProps"
312539
- },
312540
- "declarations": [
312541
- {
312542
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
312543
- "name": "LineProps"
312544
- }
312545
- ],
312546
- "required": false,
312547
- "type": {
312548
- "name": "AxisId"
312549
- }
312550
- }
312551
- }
312552
- },
312553
312561
  {
312554
312562
  "tags": {
312555
312563
  "internal": ""