@mittwald/flow-react-components 0.2.0-alpha.701 → 0.2.0-alpha.702

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.
@@ -270309,6 +270309,173 @@
270309
270309
  }
270310
270310
  }
270311
270311
  },
270312
+ {
270313
+ "tags": {},
270314
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
270315
+ "description": "",
270316
+ "displayName": "FormSubmitAction",
270317
+ "methods": [],
270318
+ "props": {
270319
+ "showFeedback": {
270320
+ "defaultValue": null,
270321
+ "description": "",
270322
+ "name": "showFeedback",
270323
+ "parent": {
270324
+ "fileName": "components/src/components/Action/types.ts",
270325
+ "name": "ActionProps"
270326
+ },
270327
+ "declarations": [
270328
+ {
270329
+ "fileName": "components/src/components/Action/types.ts",
270330
+ "name": "ActionProps"
270331
+ }
270332
+ ],
270333
+ "required": false,
270334
+ "type": {
270335
+ "name": "boolean"
270336
+ }
270337
+ },
270338
+ "children": {
270339
+ "defaultValue": null,
270340
+ "description": "",
270341
+ "name": "children",
270342
+ "declarations": [
270343
+ {
270344
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
270345
+ "name": "TypeLiteral"
270346
+ }
270347
+ ],
270348
+ "required": false,
270349
+ "type": {
270350
+ "name": "ReactNode"
270351
+ }
270352
+ }
270353
+ }
270354
+ },
270355
+ {
270356
+ "tags": {},
270357
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
270358
+ "description": "",
270359
+ "displayName": "FormResetAction",
270360
+ "methods": [],
270361
+ "props": {
270362
+ "showFeedback": {
270363
+ "defaultValue": null,
270364
+ "description": "",
270365
+ "name": "showFeedback",
270366
+ "parent": {
270367
+ "fileName": "components/src/components/Action/types.ts",
270368
+ "name": "ActionProps"
270369
+ },
270370
+ "declarations": [
270371
+ {
270372
+ "fileName": "components/src/components/Action/types.ts",
270373
+ "name": "ActionProps"
270374
+ }
270375
+ ],
270376
+ "required": false,
270377
+ "type": {
270378
+ "name": "boolean"
270379
+ }
270380
+ },
270381
+ "children": {
270382
+ "defaultValue": null,
270383
+ "description": "",
270384
+ "name": "children",
270385
+ "declarations": [
270386
+ {
270387
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
270388
+ "name": "TypeLiteral"
270389
+ }
270390
+ ],
270391
+ "required": false,
270392
+ "type": {
270393
+ "name": "ReactNode"
270394
+ }
270395
+ }
270396
+ }
270397
+ },
270398
+ {
270399
+ "tags": {},
270400
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
270401
+ "description": "",
270402
+ "displayName": "FormAction",
270403
+ "methods": [],
270404
+ "props": {
270405
+ "reset": {
270406
+ "defaultValue": null,
270407
+ "description": "",
270408
+ "name": "reset",
270409
+ "parent": {
270410
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
270411
+ "name": "FormActionProps"
270412
+ },
270413
+ "declarations": [
270414
+ {
270415
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
270416
+ "name": "FormActionProps"
270417
+ }
270418
+ ],
270419
+ "required": false,
270420
+ "type": {
270421
+ "name": "boolean"
270422
+ }
270423
+ },
270424
+ "submit": {
270425
+ "defaultValue": null,
270426
+ "description": "",
270427
+ "name": "submit",
270428
+ "parent": {
270429
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
270430
+ "name": "FormActionProps"
270431
+ },
270432
+ "declarations": [
270433
+ {
270434
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
270435
+ "name": "FormActionProps"
270436
+ }
270437
+ ],
270438
+ "required": false,
270439
+ "type": {
270440
+ "name": "boolean"
270441
+ }
270442
+ },
270443
+ "children": {
270444
+ "defaultValue": null,
270445
+ "description": "",
270446
+ "name": "children",
270447
+ "declarations": [
270448
+ {
270449
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
270450
+ "name": "TypeLiteral"
270451
+ }
270452
+ ],
270453
+ "required": false,
270454
+ "type": {
270455
+ "name": "ReactNode"
270456
+ }
270457
+ },
270458
+ "showFeedback": {
270459
+ "defaultValue": null,
270460
+ "description": "",
270461
+ "name": "showFeedback",
270462
+ "parent": {
270463
+ "fileName": "components/src/components/Action/types.ts",
270464
+ "name": "ActionProps"
270465
+ },
270466
+ "declarations": [
270467
+ {
270468
+ "fileName": "components/src/components/Action/types.ts",
270469
+ "name": "ActionProps"
270470
+ }
270471
+ ],
270472
+ "required": false,
270473
+ "type": {
270474
+ "name": "boolean"
270475
+ }
270476
+ }
270477
+ }
270478
+ },
270312
270479
  {
270313
270480
  "tags": {},
270314
270481
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -276626,135 +276793,11 @@
276626
276793
  },
276627
276794
  {
276628
276795
  "tags": {},
276629
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
276630
- "description": "",
276631
- "displayName": "FormSubmitAction",
276632
- "methods": [],
276633
- "props": {
276634
- "showFeedback": {
276635
- "defaultValue": null,
276636
- "description": "",
276637
- "name": "showFeedback",
276638
- "parent": {
276639
- "fileName": "components/src/components/Action/types.ts",
276640
- "name": "ActionProps"
276641
- },
276642
- "declarations": [
276643
- {
276644
- "fileName": "components/src/components/Action/types.ts",
276645
- "name": "ActionProps"
276646
- }
276647
- ],
276648
- "required": false,
276649
- "type": {
276650
- "name": "boolean"
276651
- }
276652
- },
276653
- "children": {
276654
- "defaultValue": null,
276655
- "description": "",
276656
- "name": "children",
276657
- "declarations": [
276658
- {
276659
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
276660
- "name": "TypeLiteral"
276661
- }
276662
- ],
276663
- "required": false,
276664
- "type": {
276665
- "name": "ReactNode"
276666
- }
276667
- }
276668
- }
276669
- },
276670
- {
276671
- "tags": {},
276672
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
276673
- "description": "",
276674
- "displayName": "FormResetAction",
276675
- "methods": [],
276676
- "props": {
276677
- "showFeedback": {
276678
- "defaultValue": null,
276679
- "description": "",
276680
- "name": "showFeedback",
276681
- "parent": {
276682
- "fileName": "components/src/components/Action/types.ts",
276683
- "name": "ActionProps"
276684
- },
276685
- "declarations": [
276686
- {
276687
- "fileName": "components/src/components/Action/types.ts",
276688
- "name": "ActionProps"
276689
- }
276690
- ],
276691
- "required": false,
276692
- "type": {
276693
- "name": "boolean"
276694
- }
276695
- },
276696
- "children": {
276697
- "defaultValue": null,
276698
- "description": "",
276699
- "name": "children",
276700
- "declarations": [
276701
- {
276702
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
276703
- "name": "TypeLiteral"
276704
- }
276705
- ],
276706
- "required": false,
276707
- "type": {
276708
- "name": "ReactNode"
276709
- }
276710
- }
276711
- }
276712
- },
276713
- {
276714
- "tags": {},
276715
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
276796
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
276716
276797
  "description": "",
276717
- "displayName": "FormAction",
276798
+ "displayName": "RouterProvider",
276718
276799
  "methods": [],
276719
276800
  "props": {
276720
- "reset": {
276721
- "defaultValue": null,
276722
- "description": "",
276723
- "name": "reset",
276724
- "parent": {
276725
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
276726
- "name": "FormActionProps"
276727
- },
276728
- "declarations": [
276729
- {
276730
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
276731
- "name": "FormActionProps"
276732
- }
276733
- ],
276734
- "required": false,
276735
- "type": {
276736
- "name": "boolean"
276737
- }
276738
- },
276739
- "submit": {
276740
- "defaultValue": null,
276741
- "description": "",
276742
- "name": "submit",
276743
- "parent": {
276744
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
276745
- "name": "FormActionProps"
276746
- },
276747
- "declarations": [
276748
- {
276749
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
276750
- "name": "FormActionProps"
276751
- }
276752
- ],
276753
- "required": false,
276754
- "type": {
276755
- "name": "boolean"
276756
- }
276757
- },
276758
276801
  "children": {
276759
276802
  "defaultValue": null,
276760
276803
  "description": "",
@@ -276769,25 +276812,6 @@
276769
276812
  "type": {
276770
276813
  "name": "ReactNode"
276771
276814
  }
276772
- },
276773
- "showFeedback": {
276774
- "defaultValue": null,
276775
- "description": "",
276776
- "name": "showFeedback",
276777
- "parent": {
276778
- "fileName": "components/src/components/Action/types.ts",
276779
- "name": "ActionProps"
276780
- },
276781
- "declarations": [
276782
- {
276783
- "fileName": "components/src/components/Action/types.ts",
276784
- "name": "ActionProps"
276785
- }
276786
- ],
276787
- "required": false,
276788
- "type": {
276789
- "name": "boolean"
276790
- }
276791
276815
  }
276792
276816
  }
276793
276817
  },
@@ -276817,30 +276841,6 @@
276817
276841
  }
276818
276842
  }
276819
276843
  },
276820
- {
276821
- "tags": {},
276822
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
276823
- "description": "",
276824
- "displayName": "RouterProvider",
276825
- "methods": [],
276826
- "props": {
276827
- "children": {
276828
- "defaultValue": null,
276829
- "description": "",
276830
- "name": "children",
276831
- "declarations": [
276832
- {
276833
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
276834
- "name": "TypeLiteral"
276835
- }
276836
- ],
276837
- "required": false,
276838
- "type": {
276839
- "name": "ReactNode"
276840
- }
276841
- }
276842
- }
276843
- },
276844
276844
  {
276845
276845
  "tags": {
276846
276846
  "deprecated": "Use RouterProvider instead"
@@ -282529,6 +282529,72 @@
282529
282529
  }
282530
282530
  }
282531
282531
  },
282532
+ {
282533
+ "tags": {},
282534
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
282535
+ "description": "",
282536
+ "displayName": "TabList",
282537
+ "methods": [],
282538
+ "props": {
282539
+ "selection": {
282540
+ "defaultValue": null,
282541
+ "description": "",
282542
+ "name": "selection",
282543
+ "parent": {
282544
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282545
+ "name": "Props"
282546
+ },
282547
+ "declarations": [
282548
+ {
282549
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282550
+ "name": "Props"
282551
+ }
282552
+ ],
282553
+ "required": true,
282554
+ "type": {
282555
+ "name": "Key | undefined"
282556
+ }
282557
+ },
282558
+ "onContextMenuSelectionChange": {
282559
+ "defaultValue": null,
282560
+ "description": "",
282561
+ "name": "onContextMenuSelectionChange",
282562
+ "parent": {
282563
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282564
+ "name": "Props"
282565
+ },
282566
+ "declarations": [
282567
+ {
282568
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282569
+ "name": "Props"
282570
+ }
282571
+ ],
282572
+ "required": true,
282573
+ "type": {
282574
+ "name": "(key: Key) => void"
282575
+ }
282576
+ },
282577
+ "disabledKeys": {
282578
+ "defaultValue": null,
282579
+ "description": "",
282580
+ "name": "disabledKeys",
282581
+ "parent": {
282582
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282583
+ "name": "Props"
282584
+ },
282585
+ "declarations": [
282586
+ {
282587
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
282588
+ "name": "Props"
282589
+ }
282590
+ ],
282591
+ "required": false,
282592
+ "type": {
282593
+ "name": "Iterable<Key>"
282594
+ }
282595
+ }
282596
+ }
282597
+ },
282532
282598
  {
282533
282599
  "tags": {
282534
282600
  "flr-generate": "all"
@@ -284286,72 +284352,6 @@
284286
284352
  }
284287
284353
  }
284288
284354
  },
284289
- {
284290
- "tags": {},
284291
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
284292
- "description": "",
284293
- "displayName": "TabList",
284294
- "methods": [],
284295
- "props": {
284296
- "selection": {
284297
- "defaultValue": null,
284298
- "description": "",
284299
- "name": "selection",
284300
- "parent": {
284301
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284302
- "name": "Props"
284303
- },
284304
- "declarations": [
284305
- {
284306
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284307
- "name": "Props"
284308
- }
284309
- ],
284310
- "required": true,
284311
- "type": {
284312
- "name": "Key | undefined"
284313
- }
284314
- },
284315
- "onContextMenuSelectionChange": {
284316
- "defaultValue": null,
284317
- "description": "",
284318
- "name": "onContextMenuSelectionChange",
284319
- "parent": {
284320
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284321
- "name": "Props"
284322
- },
284323
- "declarations": [
284324
- {
284325
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284326
- "name": "Props"
284327
- }
284328
- ],
284329
- "required": true,
284330
- "type": {
284331
- "name": "(key: Key) => void"
284332
- }
284333
- },
284334
- "disabledKeys": {
284335
- "defaultValue": null,
284336
- "description": "",
284337
- "name": "disabledKeys",
284338
- "parent": {
284339
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284340
- "name": "Props"
284341
- },
284342
- "declarations": [
284343
- {
284344
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284345
- "name": "Props"
284346
- }
284347
- ],
284348
- "required": false,
284349
- "type": {
284350
- "name": "Iterable<Key>"
284351
- }
284352
- }
284353
- }
284354
- },
284355
284355
  {
284356
284356
  "tags": {
284357
284357
  "flr-generate": "all"
@@ -301385,6 +301385,34 @@
301385
301385
  }
301386
301386
  }
301387
301387
  },
301388
+ {
301389
+ "tags": {},
301390
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
301391
+ "description": "",
301392
+ "displayName": "PopoverTip",
301393
+ "methods": [],
301394
+ "props": {
301395
+ "className": {
301396
+ "defaultValue": null,
301397
+ "description": "The elements class name.",
301398
+ "name": "className",
301399
+ "parent": {
301400
+ "fileName": "components/src/lib/types/props.ts",
301401
+ "name": "PropsWithClassName"
301402
+ },
301403
+ "declarations": [
301404
+ {
301405
+ "fileName": "components/src/lib/types/props.ts",
301406
+ "name": "PropsWithClassName"
301407
+ }
301408
+ ],
301409
+ "required": false,
301410
+ "type": {
301411
+ "name": "string"
301412
+ }
301413
+ }
301414
+ }
301415
+ },
301388
301416
  {
301389
301417
  "tags": {
301390
301418
  "flr-generate": "all"
@@ -301563,34 +301591,6 @@
301563
301591
  }
301564
301592
  }
301565
301593
  },
301566
- {
301567
- "tags": {},
301568
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
301569
- "description": "",
301570
- "displayName": "PopoverTip",
301571
- "methods": [],
301572
- "props": {
301573
- "className": {
301574
- "defaultValue": null,
301575
- "description": "The elements class name.",
301576
- "name": "className",
301577
- "parent": {
301578
- "fileName": "components/src/lib/types/props.ts",
301579
- "name": "PropsWithClassName"
301580
- },
301581
- "declarations": [
301582
- {
301583
- "fileName": "components/src/lib/types/props.ts",
301584
- "name": "PropsWithClassName"
301585
- }
301586
- ],
301587
- "required": false,
301588
- "type": {
301589
- "name": "string"
301590
- }
301591
- }
301592
- }
301593
- },
301594
301594
  {
301595
301595
  "tags": {
301596
301596
  "internal": ""
@@ -310687,56 +310687,56 @@
310687
310687
  },
310688
310688
  {
310689
310689
  "tags": {},
310690
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310690
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310691
310691
  "description": "",
310692
- "displayName": "FileSizeText",
310692
+ "displayName": "DeleteButton",
310693
310693
  "methods": [],
310694
310694
  "props": {
310695
- "sizeInBytes": {
310695
+ "onDelete": {
310696
310696
  "defaultValue": null,
310697
310697
  "description": "",
310698
- "name": "sizeInBytes",
310698
+ "name": "onDelete",
310699
310699
  "parent": {
310700
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310700
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310701
310701
  "name": "Props"
310702
310702
  },
310703
310703
  "declarations": [
310704
310704
  {
310705
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310705
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310706
310706
  "name": "Props"
310707
310707
  }
310708
310708
  ],
310709
310709
  "required": true,
310710
310710
  "type": {
310711
- "name": "number"
310711
+ "name": "() => void"
310712
310712
  }
310713
310713
  }
310714
310714
  }
310715
310715
  },
310716
310716
  {
310717
310717
  "tags": {},
310718
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310718
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310719
310719
  "description": "",
310720
- "displayName": "DeleteButton",
310720
+ "displayName": "FileSizeText",
310721
310721
  "methods": [],
310722
310722
  "props": {
310723
- "onDelete": {
310723
+ "sizeInBytes": {
310724
310724
  "defaultValue": null,
310725
310725
  "description": "",
310726
- "name": "onDelete",
310726
+ "name": "sizeInBytes",
310727
310727
  "parent": {
310728
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310728
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310729
310729
  "name": "Props"
310730
310730
  },
310731
310731
  "declarations": [
310732
310732
  {
310733
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
310733
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
310734
310734
  "name": "Props"
310735
310735
  }
310736
310736
  ],
310737
310737
  "required": true,
310738
310738
  "type": {
310739
- "name": "() => void"
310739
+ "name": "number"
310740
310740
  }
310741
310741
  }
310742
310742
  }
@@ -311045,47 +311045,24 @@
311045
311045
  "tags": {
311046
311046
  "flr-generate": "all"
311047
311047
  },
311048
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
311048
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311049
311049
  "description": "",
311050
- "displayName": "ContextMenuTrigger",
311050
+ "displayName": "ContextMenuSection",
311051
311051
  "methods": [],
311052
311052
  "props": {
311053
- "isDefaultOpen": {
311054
- "defaultValue": null,
311055
- "description": "Whether the overlay should be open initially.",
311056
- "name": "isDefaultOpen",
311057
- "parent": {
311058
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311059
- "name": "OverlayTriggerProps"
311060
- },
311061
- "declarations": [
311062
- {
311063
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311064
- "name": "OverlayTriggerProps"
311065
- }
311066
- ],
311067
- "required": false,
311068
- "type": {
311069
- "name": "boolean"
311070
- }
311071
- },
311072
- "controller": {
311053
+ "children": {
311073
311054
  "defaultValue": null,
311074
- "description": "A controller to control the state of the overlay.",
311075
- "name": "controller",
311076
- "parent": {
311077
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311078
- "name": "OverlayTriggerProps"
311079
- },
311055
+ "description": "",
311056
+ "name": "children",
311080
311057
  "declarations": [
311081
311058
  {
311082
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311083
- "name": "OverlayTriggerProps"
311059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311060
+ "name": "TypeLiteral"
311084
311061
  }
311085
311062
  ],
311086
311063
  "required": false,
311087
311064
  "type": {
311088
- "name": "OverlayController"
311065
+ "name": "ReactNode"
311089
311066
  }
311090
311067
  },
311091
311068
  "wrapWith": {
@@ -311164,19 +311141,57 @@
311164
311141
  "name": "Key | null"
311165
311142
  }
311166
311143
  },
311167
- "children": {
311144
+ "selectedKeys": {
311145
+ "defaultValue": null,
311146
+ "description": "The currently selected keys in the collection (controlled).",
311147
+ "name": "selectedKeys",
311148
+ "parent": {
311149
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311150
+ "name": "MultipleSelection"
311151
+ },
311152
+ "declarations": [
311153
+ {
311154
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311155
+ "name": "MultipleSelection"
311156
+ }
311157
+ ],
311158
+ "required": false,
311159
+ "type": {
311160
+ "name": "\"all\" | Iterable<Key>"
311161
+ }
311162
+ },
311163
+ "defaultSelectedKeys": {
311164
+ "defaultValue": null,
311165
+ "description": "The initial selected keys in the collection (uncontrolled).",
311166
+ "name": "defaultSelectedKeys",
311167
+ "parent": {
311168
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311169
+ "name": "MultipleSelection"
311170
+ },
311171
+ "declarations": [
311172
+ {
311173
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311174
+ "name": "MultipleSelection"
311175
+ }
311176
+ ],
311177
+ "required": false,
311178
+ "type": {
311179
+ "name": "\"all\" | Iterable<Key>"
311180
+ }
311181
+ },
311182
+ "selectionMode": {
311168
311183
  "defaultValue": null,
311169
311184
  "description": "",
311170
- "name": "children",
311185
+ "name": "selectionMode",
311171
311186
  "declarations": [
311172
311187
  {
311173
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311188
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311174
311189
  "name": "TypeLiteral"
311175
311190
  }
311176
311191
  ],
311177
311192
  "required": false,
311178
311193
  "type": {
311179
- "name": "ReactNode"
311194
+ "name": "ContextMenuSelectionMode"
311180
311195
  }
311181
311196
  }
311182
311197
  }
@@ -311185,24 +311200,47 @@
311185
311200
  "tags": {
311186
311201
  "flr-generate": "all"
311187
311202
  },
311188
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311203
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
311189
311204
  "description": "",
311190
- "displayName": "ContextMenuSection",
311205
+ "displayName": "ContextMenuTrigger",
311191
311206
  "methods": [],
311192
311207
  "props": {
311193
- "children": {
311208
+ "isDefaultOpen": {
311194
311209
  "defaultValue": null,
311195
- "description": "",
311196
- "name": "children",
311210
+ "description": "Whether the overlay should be open initially.",
311211
+ "name": "isDefaultOpen",
311212
+ "parent": {
311213
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311214
+ "name": "OverlayTriggerProps"
311215
+ },
311197
311216
  "declarations": [
311198
311217
  {
311199
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311200
- "name": "TypeLiteral"
311218
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311219
+ "name": "OverlayTriggerProps"
311201
311220
  }
311202
311221
  ],
311203
311222
  "required": false,
311204
311223
  "type": {
311205
- "name": "ReactNode"
311224
+ "name": "boolean"
311225
+ }
311226
+ },
311227
+ "controller": {
311228
+ "defaultValue": null,
311229
+ "description": "A controller to control the state of the overlay.",
311230
+ "name": "controller",
311231
+ "parent": {
311232
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311233
+ "name": "OverlayTriggerProps"
311234
+ },
311235
+ "declarations": [
311236
+ {
311237
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311238
+ "name": "OverlayTriggerProps"
311239
+ }
311240
+ ],
311241
+ "required": false,
311242
+ "type": {
311243
+ "name": "OverlayController"
311206
311244
  }
311207
311245
  },
311208
311246
  "wrapWith": {
@@ -311281,57 +311319,19 @@
311281
311319
  "name": "Key | null"
311282
311320
  }
311283
311321
  },
311284
- "selectedKeys": {
311285
- "defaultValue": null,
311286
- "description": "The currently selected keys in the collection (controlled).",
311287
- "name": "selectedKeys",
311288
- "parent": {
311289
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311290
- "name": "MultipleSelection"
311291
- },
311292
- "declarations": [
311293
- {
311294
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311295
- "name": "MultipleSelection"
311296
- }
311297
- ],
311298
- "required": false,
311299
- "type": {
311300
- "name": "\"all\" | Iterable<Key>"
311301
- }
311302
- },
311303
- "defaultSelectedKeys": {
311304
- "defaultValue": null,
311305
- "description": "The initial selected keys in the collection (uncontrolled).",
311306
- "name": "defaultSelectedKeys",
311307
- "parent": {
311308
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311309
- "name": "MultipleSelection"
311310
- },
311311
- "declarations": [
311312
- {
311313
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311314
- "name": "MultipleSelection"
311315
- }
311316
- ],
311317
- "required": false,
311318
- "type": {
311319
- "name": "\"all\" | Iterable<Key>"
311320
- }
311321
- },
311322
- "selectionMode": {
311322
+ "children": {
311323
311323
  "defaultValue": null,
311324
311324
  "description": "",
311325
- "name": "selectionMode",
311325
+ "name": "children",
311326
311326
  "declarations": [
311327
311327
  {
311328
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311328
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311329
311329
  "name": "TypeLiteral"
311330
311330
  }
311331
311331
  ],
311332
311332
  "required": false,
311333
311333
  "type": {
311334
- "name": "ContextMenuSelectionMode"
311334
+ "name": "ReactNode"
311335
311335
  }
311336
311336
  }
311337
311337
  }
@@ -313141,9 +313141,9 @@
313141
313141
  "tags": {
313142
313142
  "flr-generate": "all"
313143
313143
  },
313144
- "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
313144
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
313145
313145
  "description": "",
313146
- "displayName": "YAxis",
313146
+ "displayName": "XAxis",
313147
313147
  "methods": [],
313148
313148
  "props": {
313149
313149
  "className": {
@@ -313224,16 +313224,16 @@
313224
313224
  },
313225
313225
  "scale": {
313226
313226
  "defaultValue": null,
313227
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
313227
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
313228
313228
  "name": "scale",
313229
313229
  "parent": {
313230
- "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/YAxis.d.ts",
313231
- "name": "YAxisProps"
313230
+ "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/XAxis.d.ts",
313231
+ "name": "XAxisProps"
313232
313232
  },
313233
313233
  "declarations": [
313234
313234
  {
313235
- "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/YAxis.d.ts",
313236
- "name": "YAxisProps"
313235
+ "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/XAxis.d.ts",
313236
+ "name": "XAxisProps"
313237
313237
  }
313238
313238
  ],
313239
313239
  "required": false,
@@ -313279,18 +313279,37 @@
313279
313279
  "name": "boolean"
313280
313280
  }
313281
313281
  },
313282
+ "allowDataOverflow": {
313283
+ "defaultValue": null,
313284
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
313285
+ "name": "allowDataOverflow",
313286
+ "parent": {
313287
+ "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/util/types.d.ts",
313288
+ "name": "RenderableAxisProps"
313289
+ },
313290
+ "declarations": [
313291
+ {
313292
+ "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/util/types.d.ts",
313293
+ "name": "RenderableAxisProps"
313294
+ }
313295
+ ],
313296
+ "required": false,
313297
+ "type": {
313298
+ "name": "boolean"
313299
+ }
313300
+ },
313282
313301
  "interval": {
313283
313302
  "defaultValue": null,
313284
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313303
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313285
313304
  "name": "interval",
313286
313305
  "parent": {
313287
- "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/YAxis.d.ts",
313288
- "name": "YAxisProps"
313306
+ "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/XAxis.d.ts",
313307
+ "name": "XAxisProps"
313289
313308
  },
313290
313309
  "declarations": [
313291
313310
  {
313292
- "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/YAxis.d.ts",
313293
- "name": "YAxisProps"
313311
+ "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/XAxis.d.ts",
313312
+ "name": "XAxisProps"
313294
313313
  }
313295
313314
  ],
313296
313315
  "required": false,
@@ -313303,13 +313322,13 @@
313303
313322
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
313304
313323
  "name": "minTickGap",
313305
313324
  "parent": {
313306
- "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/YAxis.d.ts",
313307
- "name": "YAxisProps"
313325
+ "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/XAxis.d.ts",
313326
+ "name": "XAxisProps"
313308
313327
  },
313309
313328
  "declarations": [
313310
313329
  {
313311
- "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/YAxis.d.ts",
313312
- "name": "YAxisProps"
313330
+ "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/XAxis.d.ts",
313331
+ "name": "XAxisProps"
313313
313332
  }
313314
313333
  ],
313315
313334
  "required": false,
@@ -313319,16 +313338,16 @@
313319
313338
  },
313320
313339
  "domain": {
313321
313340
  "defaultValue": null,
313322
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313341
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313323
313342
  "name": "domain",
313324
313343
  "parent": {
313325
- "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/YAxis.d.ts",
313326
- "name": "YAxisProps"
313344
+ "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/XAxis.d.ts",
313345
+ "name": "XAxisProps"
313327
313346
  },
313328
313347
  "declarations": [
313329
313348
  {
313330
- "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/YAxis.d.ts",
313331
- "name": "YAxisProps"
313349
+ "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/XAxis.d.ts",
313350
+ "name": "XAxisProps"
313332
313351
  }
313333
313352
  ],
313334
313353
  "required": false,
@@ -313380,32 +313399,11 @@
313380
313399
  "tags": {
313381
313400
  "flr-generate": "all"
313382
313401
  },
313383
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313402
+ "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
313384
313403
  "description": "",
313385
- "displayName": "Line",
313404
+ "displayName": "YAxis",
313386
313405
  "methods": [],
313387
313406
  "props": {
313388
- "color": {
313389
- "defaultValue": {
313390
- "value": "\"sea-green\""
313391
- },
313392
- "description": "The color of the line.",
313393
- "name": "color",
313394
- "parent": {
313395
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313396
- "name": "LineProps"
313397
- },
313398
- "declarations": [
313399
- {
313400
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313401
- "name": "LineProps"
313402
- }
313403
- ],
313404
- "required": false,
313405
- "type": {
313406
- "name": "CategoricalWithCustomColor"
313407
- }
313408
- },
313409
313407
  "className": {
313410
313408
  "defaultValue": null,
313411
313409
  "description": "",
@@ -313425,323 +313423,325 @@
313425
313423
  "name": "string"
313426
313424
  }
313427
313425
  },
313428
- "key": {
313426
+ "type": {
313429
313427
  "defaultValue": null,
313430
313428
  "description": "",
313431
- "name": "key",
313429
+ "name": "type",
313432
313430
  "parent": {
313433
313431
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313434
- "name": "Attributes"
313432
+ "name": "SVGAttributes"
313435
313433
  },
313436
313434
  "declarations": [
313437
313435
  {
313438
313436
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313439
- "name": "Attributes"
313437
+ "name": "SVGAttributes"
313440
313438
  }
313441
313439
  ],
313442
313440
  "required": false,
313443
313441
  "type": {
313444
- "name": "Key | null"
313442
+ "name": "string"
313445
313443
  }
313446
313444
  },
313447
- "type": {
313445
+ "hide": {
313448
313446
  "defaultValue": null,
313449
- "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.}",
313450
- "name": "type",
313447
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
313448
+ "name": "hide",
313451
313449
  "parent": {
313452
- "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",
313453
- "name": "CurveProps"
313450
+ "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/util/types.d.ts",
313451
+ "name": "RenderableAxisProps"
313454
313452
  },
313455
313453
  "declarations": [
313456
313454
  {
313457
- "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",
313458
- "name": "CurveProps"
313459
- },
313460
- {
313461
- "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",
313462
- "name": "LineProps"
313455
+ "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/util/types.d.ts",
313456
+ "name": "RenderableAxisProps"
313463
313457
  }
313464
313458
  ],
313465
313459
  "required": false,
313466
313460
  "type": {
313467
- "name": "CurveType"
313461
+ "name": "boolean"
313468
313462
  }
313469
313463
  },
313470
- "dataKey": {
313464
+ "orientation": {
313471
313465
  "defaultValue": null,
313472
- "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.",
313473
- "name": "dataKey",
313466
+ "description": "",
313467
+ "name": "orientation",
313474
313468
  "parent": {
313475
- "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",
313476
- "name": "LineProps"
313469
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313470
+ "name": "SVGAttributes"
313477
313471
  },
313478
313472
  "declarations": [
313479
313473
  {
313480
- "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",
313481
- "name": "LineProps"
313474
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313475
+ "name": "SVGAttributes"
313482
313476
  }
313483
313477
  ],
313484
313478
  "required": false,
313485
313479
  "type": {
313486
- "name": "DataKey<any>"
313480
+ "name": "string | number"
313487
313481
  }
313488
313482
  },
313489
- "unit": {
313483
+ "scale": {
313490
313484
  "defaultValue": null,
313491
- "description": "The unit of data. This option will be used in tooltip.",
313492
- "name": "unit",
313485
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
313486
+ "name": "scale",
313493
313487
  "parent": {
313494
- "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",
313495
- "name": "LineProps"
313488
+ "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/YAxis.d.ts",
313489
+ "name": "YAxisProps"
313496
313490
  },
313497
313491
  "declarations": [
313498
313492
  {
313499
- "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",
313500
- "name": "LineProps"
313493
+ "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/YAxis.d.ts",
313494
+ "name": "YAxisProps"
313501
313495
  }
313502
313496
  ],
313503
313497
  "required": false,
313504
313498
  "type": {
313505
- "name": "string | number | null"
313499
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
313506
313500
  }
313507
313501
  },
313508
- "xAxisId": {
313502
+ "dataKey": {
313509
313503
  "defaultValue": null,
313510
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313511
- "name": "xAxisId",
313504
+ "description": "Decides how to extract the value of this Axis 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 Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
313505
+ "name": "dataKey",
313512
313506
  "parent": {
313513
- "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",
313514
- "name": "LineProps"
313507
+ "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/util/types.d.ts",
313508
+ "name": "BaseAxisProps"
313515
313509
  },
313516
313510
  "declarations": [
313517
313511
  {
313518
- "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",
313519
- "name": "LineProps"
313512
+ "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/util/types.d.ts",
313513
+ "name": "BaseAxisProps"
313520
313514
  }
313521
313515
  ],
313522
313516
  "required": false,
313523
313517
  "type": {
313524
- "name": "AxisId"
313518
+ "name": "DataKey<any>"
313525
313519
  }
313526
313520
  },
313527
- "yAxisId": {
313521
+ "allowDecimals": {
313528
313522
  "defaultValue": null,
313529
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313530
- "name": "yAxisId",
313523
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
313524
+ "name": "allowDecimals",
313531
313525
  "parent": {
313532
- "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",
313533
- "name": "LineProps"
313526
+ "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/util/types.d.ts",
313527
+ "name": "RenderableAxisProps"
313534
313528
  },
313535
313529
  "declarations": [
313536
313530
  {
313537
- "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",
313538
- "name": "LineProps"
313531
+ "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/util/types.d.ts",
313532
+ "name": "RenderableAxisProps"
313539
313533
  }
313540
313534
  ],
313541
313535
  "required": false,
313542
313536
  "type": {
313543
- "name": "AxisId"
313537
+ "name": "boolean"
313544
313538
  }
313545
- }
313546
- }
313547
- },
313548
- {
313549
- "tags": {
313550
- "flr-generate": "all"
313551
- },
313552
- "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
313553
- "description": "",
313554
- "displayName": "XAxis",
313555
- "methods": [],
313556
- "props": {
313557
- "className": {
313539
+ },
313540
+ "interval": {
313558
313541
  "defaultValue": null,
313559
- "description": "",
313560
- "name": "className",
313542
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313543
+ "name": "interval",
313561
313544
  "parent": {
313562
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313563
- "name": "HTMLAttributes"
313545
+ "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/YAxis.d.ts",
313546
+ "name": "YAxisProps"
313564
313547
  },
313565
313548
  "declarations": [
313566
313549
  {
313567
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313568
- "name": "HTMLAttributes"
313550
+ "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/YAxis.d.ts",
313551
+ "name": "YAxisProps"
313569
313552
  }
313570
313553
  ],
313571
313554
  "required": false,
313572
313555
  "type": {
313573
- "name": "string"
313556
+ "name": "AxisInterval"
313574
313557
  }
313575
313558
  },
313576
- "type": {
313559
+ "minTickGap": {
313577
313560
  "defaultValue": null,
313578
- "description": "",
313579
- "name": "type",
313561
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
313562
+ "name": "minTickGap",
313580
313563
  "parent": {
313581
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313582
- "name": "SVGAttributes"
313564
+ "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/YAxis.d.ts",
313565
+ "name": "YAxisProps"
313583
313566
  },
313584
313567
  "declarations": [
313585
313568
  {
313586
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313587
- "name": "SVGAttributes"
313569
+ "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/YAxis.d.ts",
313570
+ "name": "YAxisProps"
313588
313571
  }
313589
313572
  ],
313590
313573
  "required": false,
313591
313574
  "type": {
313592
- "name": "string"
313575
+ "name": "number"
313593
313576
  }
313594
313577
  },
313595
- "hide": {
313578
+ "domain": {
313596
313579
  "defaultValue": null,
313597
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
313598
- "name": "hide",
313580
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313581
+ "name": "domain",
313599
313582
  "parent": {
313600
- "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/util/types.d.ts",
313601
- "name": "RenderableAxisProps"
313583
+ "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/YAxis.d.ts",
313584
+ "name": "YAxisProps"
313602
313585
  },
313603
313586
  "declarations": [
313604
313587
  {
313605
- "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/util/types.d.ts",
313606
- "name": "RenderableAxisProps"
313588
+ "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/YAxis.d.ts",
313589
+ "name": "YAxisProps"
313607
313590
  }
313608
313591
  ],
313609
313592
  "required": false,
313610
313593
  "type": {
313611
- "name": "boolean"
313594
+ "name": "AxisDomain"
313612
313595
  }
313613
313596
  },
313614
- "orientation": {
313597
+ "unit": {
313615
313598
  "defaultValue": null,
313616
- "description": "",
313617
- "name": "orientation",
313599
+ "description": "The unit of data. This option will be used in tooltip.",
313600
+ "name": "unit",
313618
313601
  "parent": {
313619
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313620
- "name": "SVGAttributes"
313602
+ "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/util/types.d.ts",
313603
+ "name": "BaseAxisProps"
313621
313604
  },
313622
313605
  "declarations": [
313623
313606
  {
313624
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313625
- "name": "SVGAttributes"
313607
+ "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/util/types.d.ts",
313608
+ "name": "BaseAxisProps"
313626
313609
  }
313627
313610
  ],
313628
313611
  "required": false,
313629
313612
  "type": {
313630
- "name": "string | number"
313613
+ "name": "string"
313631
313614
  }
313632
313615
  },
313633
- "scale": {
313616
+ "tickFormatter": {
313634
313617
  "defaultValue": null,
313635
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
313636
- "name": "scale",
313618
+ "description": "The formatter function of tick.",
313619
+ "name": "tickFormatter",
313637
313620
  "parent": {
313638
- "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/XAxis.d.ts",
313639
- "name": "XAxisProps"
313621
+ "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/util/types.d.ts",
313622
+ "name": "RenderableAxisProps"
313640
313623
  },
313641
313624
  "declarations": [
313642
313625
  {
313643
- "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/XAxis.d.ts",
313644
- "name": "XAxisProps"
313626
+ "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/util/types.d.ts",
313627
+ "name": "RenderableAxisProps"
313645
313628
  }
313646
313629
  ],
313647
313630
  "required": false,
313648
313631
  "type": {
313649
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
313632
+ "name": "((value: any, index: number) => string)"
313650
313633
  }
313651
- },
313652
- "dataKey": {
313653
- "defaultValue": null,
313654
- "description": "Decides how to extract the value of this Axis 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 Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
313655
- "name": "dataKey",
313634
+ }
313635
+ }
313636
+ },
313637
+ {
313638
+ "tags": {
313639
+ "flr-generate": "all"
313640
+ },
313641
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313642
+ "description": "",
313643
+ "displayName": "Line",
313644
+ "methods": [],
313645
+ "props": {
313646
+ "color": {
313647
+ "defaultValue": {
313648
+ "value": "\"sea-green\""
313649
+ },
313650
+ "description": "The color of the line.",
313651
+ "name": "color",
313656
313652
  "parent": {
313657
- "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/util/types.d.ts",
313658
- "name": "BaseAxisProps"
313653
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313654
+ "name": "LineProps"
313659
313655
  },
313660
313656
  "declarations": [
313661
313657
  {
313662
- "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/util/types.d.ts",
313663
- "name": "BaseAxisProps"
313658
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313659
+ "name": "LineProps"
313664
313660
  }
313665
313661
  ],
313666
313662
  "required": false,
313667
313663
  "type": {
313668
- "name": "DataKey<any>"
313664
+ "name": "CategoricalWithCustomColor"
313669
313665
  }
313670
313666
  },
313671
- "allowDecimals": {
313667
+ "className": {
313672
313668
  "defaultValue": null,
313673
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
313674
- "name": "allowDecimals",
313669
+ "description": "",
313670
+ "name": "className",
313675
313671
  "parent": {
313676
- "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/util/types.d.ts",
313677
- "name": "RenderableAxisProps"
313672
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313673
+ "name": "HTMLAttributes"
313678
313674
  },
313679
313675
  "declarations": [
313680
313676
  {
313681
- "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/util/types.d.ts",
313682
- "name": "RenderableAxisProps"
313677
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313678
+ "name": "HTMLAttributes"
313683
313679
  }
313684
313680
  ],
313685
313681
  "required": false,
313686
313682
  "type": {
313687
- "name": "boolean"
313683
+ "name": "string"
313688
313684
  }
313689
313685
  },
313690
- "interval": {
313686
+ "key": {
313691
313687
  "defaultValue": null,
313692
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313693
- "name": "interval",
313688
+ "description": "",
313689
+ "name": "key",
313694
313690
  "parent": {
313695
- "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/XAxis.d.ts",
313696
- "name": "XAxisProps"
313691
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313692
+ "name": "Attributes"
313697
313693
  },
313698
313694
  "declarations": [
313699
313695
  {
313700
- "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/XAxis.d.ts",
313701
- "name": "XAxisProps"
313696
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313697
+ "name": "Attributes"
313702
313698
  }
313703
313699
  ],
313704
313700
  "required": false,
313705
313701
  "type": {
313706
- "name": "AxisInterval"
313702
+ "name": "Key | null"
313707
313703
  }
313708
313704
  },
313709
- "minTickGap": {
313705
+ "type": {
313710
313706
  "defaultValue": null,
313711
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
313712
- "name": "minTickGap",
313707
+ "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.}",
313708
+ "name": "type",
313713
313709
  "parent": {
313714
- "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/XAxis.d.ts",
313715
- "name": "XAxisProps"
313710
+ "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",
313711
+ "name": "CurveProps"
313716
313712
  },
313717
313713
  "declarations": [
313718
313714
  {
313719
- "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/XAxis.d.ts",
313720
- "name": "XAxisProps"
313715
+ "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",
313716
+ "name": "CurveProps"
313717
+ },
313718
+ {
313719
+ "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",
313720
+ "name": "LineProps"
313721
313721
  }
313722
313722
  ],
313723
313723
  "required": false,
313724
313724
  "type": {
313725
- "name": "number"
313725
+ "name": "CurveType"
313726
313726
  }
313727
313727
  },
313728
- "domain": {
313728
+ "dataKey": {
313729
313729
  "defaultValue": null,
313730
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313731
- "name": "domain",
313730
+ "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.",
313731
+ "name": "dataKey",
313732
313732
  "parent": {
313733
- "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/XAxis.d.ts",
313734
- "name": "XAxisProps"
313733
+ "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",
313734
+ "name": "LineProps"
313735
313735
  },
313736
313736
  "declarations": [
313737
313737
  {
313738
- "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/XAxis.d.ts",
313739
- "name": "XAxisProps"
313738
+ "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",
313739
+ "name": "LineProps"
313740
313740
  }
313741
313741
  ],
313742
313742
  "required": false,
313743
313743
  "type": {
313744
- "name": "AxisDomain"
313744
+ "name": "DataKey<any>"
313745
313745
  }
313746
313746
  },
313747
313747
  "unit": {
@@ -313749,56 +313749,56 @@
313749
313749
  "description": "The unit of data. This option will be used in tooltip.",
313750
313750
  "name": "unit",
313751
313751
  "parent": {
313752
- "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/util/types.d.ts",
313753
- "name": "BaseAxisProps"
313752
+ "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",
313753
+ "name": "LineProps"
313754
313754
  },
313755
313755
  "declarations": [
313756
313756
  {
313757
- "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/util/types.d.ts",
313758
- "name": "BaseAxisProps"
313757
+ "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",
313758
+ "name": "LineProps"
313759
313759
  }
313760
313760
  ],
313761
313761
  "required": false,
313762
313762
  "type": {
313763
- "name": "string"
313763
+ "name": "string | number | null"
313764
313764
  }
313765
313765
  },
313766
- "tickFormatter": {
313766
+ "xAxisId": {
313767
313767
  "defaultValue": null,
313768
- "description": "The formatter function of tick.",
313769
- "name": "tickFormatter",
313768
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313769
+ "name": "xAxisId",
313770
313770
  "parent": {
313771
- "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/util/types.d.ts",
313772
- "name": "RenderableAxisProps"
313771
+ "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",
313772
+ "name": "LineProps"
313773
313773
  },
313774
313774
  "declarations": [
313775
313775
  {
313776
- "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/util/types.d.ts",
313777
- "name": "RenderableAxisProps"
313776
+ "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",
313777
+ "name": "LineProps"
313778
313778
  }
313779
313779
  ],
313780
313780
  "required": false,
313781
313781
  "type": {
313782
- "name": "((value: any, index: number) => string)"
313782
+ "name": "AxisId"
313783
313783
  }
313784
313784
  },
313785
- "allowDataOverflow": {
313785
+ "yAxisId": {
313786
313786
  "defaultValue": null,
313787
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
313788
- "name": "allowDataOverflow",
313787
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313788
+ "name": "yAxisId",
313789
313789
  "parent": {
313790
- "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/util/types.d.ts",
313791
- "name": "RenderableAxisProps"
313790
+ "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",
313791
+ "name": "LineProps"
313792
313792
  },
313793
313793
  "declarations": [
313794
313794
  {
313795
- "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/util/types.d.ts",
313796
- "name": "RenderableAxisProps"
313795
+ "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",
313796
+ "name": "LineProps"
313797
313797
  }
313798
313798
  ],
313799
313799
  "required": false,
313800
313800
  "type": {
313801
- "name": "boolean"
313801
+ "name": "AxisId"
313802
313802
  }
313803
313803
  }
313804
313804
  }
@@ -333329,6 +333329,138 @@
333329
333329
  }
333330
333330
  }
333331
333331
  },
333332
+ {
333333
+ "tags": {},
333334
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
333335
+ "description": "",
333336
+ "displayName": "Item",
333337
+ "methods": [],
333338
+ "props": {
333339
+ "id": {
333340
+ "defaultValue": null,
333341
+ "description": "",
333342
+ "name": "id",
333343
+ "parent": {
333344
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333345
+ "name": "Props"
333346
+ },
333347
+ "declarations": [
333348
+ {
333349
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333350
+ "name": "Props"
333351
+ }
333352
+ ],
333353
+ "required": true,
333354
+ "type": {
333355
+ "name": "Key"
333356
+ }
333357
+ },
333358
+ "data": {
333359
+ "defaultValue": null,
333360
+ "description": "",
333361
+ "name": "data",
333362
+ "parent": {
333363
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333364
+ "name": "Props"
333365
+ },
333366
+ "declarations": [
333367
+ {
333368
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333369
+ "name": "Props"
333370
+ }
333371
+ ],
333372
+ "required": true,
333373
+ "type": {
333374
+ "name": "never"
333375
+ }
333376
+ },
333377
+ "children": {
333378
+ "defaultValue": null,
333379
+ "description": "",
333380
+ "name": "children",
333381
+ "declarations": [
333382
+ {
333383
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
333384
+ "name": "TypeLiteral"
333385
+ }
333386
+ ],
333387
+ "required": false,
333388
+ "type": {
333389
+ "name": "ReactNode"
333390
+ }
333391
+ }
333392
+ }
333393
+ },
333394
+ {
333395
+ "tags": {},
333396
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
333397
+ "description": "",
333398
+ "displayName": "ItemContainer",
333399
+ "methods": [],
333400
+ "props": {
333401
+ "id": {
333402
+ "defaultValue": null,
333403
+ "description": "",
333404
+ "name": "id",
333405
+ "parent": {
333406
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333407
+ "name": "Props"
333408
+ },
333409
+ "declarations": [
333410
+ {
333411
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333412
+ "name": "Props"
333413
+ }
333414
+ ],
333415
+ "required": true,
333416
+ "type": {
333417
+ "name": "Key"
333418
+ }
333419
+ },
333420
+ "data": {
333421
+ "defaultValue": null,
333422
+ "description": "",
333423
+ "name": "data",
333424
+ "parent": {
333425
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333426
+ "name": "Props"
333427
+ },
333428
+ "declarations": [
333429
+ {
333430
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333431
+ "name": "Props"
333432
+ }
333433
+ ],
333434
+ "required": true,
333435
+ "type": {
333436
+ "name": "never"
333437
+ }
333438
+ },
333439
+ "children": {
333440
+ "defaultValue": null,
333441
+ "description": "",
333442
+ "name": "children",
333443
+ "declarations": [
333444
+ {
333445
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
333446
+ "name": "TypeLiteral"
333447
+ }
333448
+ ],
333449
+ "required": false,
333450
+ "type": {
333451
+ "name": "ReactNode"
333452
+ }
333453
+ }
333454
+ }
333455
+ },
333456
+ {
333457
+ "tags": {},
333458
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
333459
+ "description": "",
333460
+ "displayName": "FallbackItems",
333461
+ "methods": [],
333462
+ "props": {}
333463
+ },
333332
333464
  {
333333
333465
  "tags": {
333334
333466
  "flr-generate": "all"
@@ -337024,133 +337156,37 @@
337024
337156
  },
337025
337157
  {
337026
337158
  "tags": {},
337027
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
337028
- "description": "",
337029
- "displayName": "Item",
337030
- "methods": [],
337031
- "props": {
337032
- "id": {
337033
- "defaultValue": null,
337034
- "description": "",
337035
- "name": "id",
337036
- "parent": {
337037
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337038
- "name": "Props"
337039
- },
337040
- "declarations": [
337041
- {
337042
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337043
- "name": "Props"
337044
- }
337045
- ],
337046
- "required": true,
337047
- "type": {
337048
- "name": "Key"
337049
- }
337050
- },
337051
- "data": {
337052
- "defaultValue": null,
337053
- "description": "",
337054
- "name": "data",
337055
- "parent": {
337056
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337057
- "name": "Props"
337058
- },
337059
- "declarations": [
337060
- {
337061
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337062
- "name": "Props"
337063
- }
337064
- ],
337065
- "required": true,
337066
- "type": {
337067
- "name": "never"
337068
- }
337069
- },
337070
- "children": {
337071
- "defaultValue": null,
337072
- "description": "",
337073
- "name": "children",
337074
- "declarations": [
337075
- {
337076
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
337077
- "name": "TypeLiteral"
337078
- }
337079
- ],
337080
- "required": false,
337081
- "type": {
337082
- "name": "ReactNode"
337083
- }
337084
- }
337085
- }
337086
- },
337087
- {
337088
- "tags": {},
337089
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
337159
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337090
337160
  "description": "",
337091
- "displayName": "ItemContainer",
337161
+ "displayName": "SortingMenuItem",
337092
337162
  "methods": [],
337093
337163
  "props": {
337094
- "id": {
337095
- "defaultValue": null,
337096
- "description": "",
337097
- "name": "id",
337098
- "parent": {
337099
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337100
- "name": "Props"
337101
- },
337102
- "declarations": [
337103
- {
337104
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337105
- "name": "Props"
337106
- }
337107
- ],
337108
- "required": true,
337109
- "type": {
337110
- "name": "Key"
337111
- }
337112
- },
337113
- "data": {
337164
+ "sorting": {
337114
337165
  "defaultValue": null,
337115
337166
  "description": "",
337116
- "name": "data",
337167
+ "name": "sorting",
337117
337168
  "parent": {
337118
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337169
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337119
337170
  "name": "Props"
337120
337171
  },
337121
337172
  "declarations": [
337122
337173
  {
337123
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
337174
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337124
337175
  "name": "Props"
337125
337176
  }
337126
337177
  ],
337127
337178
  "required": true,
337128
337179
  "type": {
337129
- "name": "never"
337130
- }
337131
- },
337132
- "children": {
337133
- "defaultValue": null,
337134
- "description": "",
337135
- "name": "children",
337136
- "declarations": [
337137
- {
337138
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
337139
- "name": "TypeLiteral"
337140
- }
337141
- ],
337142
- "required": false,
337143
- "type": {
337144
- "name": "ReactNode"
337180
+ "name": "Sorting<never>"
337145
337181
  }
337146
337182
  }
337147
337183
  }
337148
337184
  },
337149
337185
  {
337150
337186
  "tags": {},
337151
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
337187
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
337152
337188
  "description": "",
337153
- "displayName": "FallbackItems",
337189
+ "displayName": "SortingContextMenu",
337154
337190
  "methods": [],
337155
337191
  "props": {}
337156
337192
  },
@@ -337190,42 +337226,6 @@
337190
337226
  "methods": [],
337191
337227
  "props": {}
337192
337228
  },
337193
- {
337194
- "tags": {},
337195
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337196
- "description": "",
337197
- "displayName": "SortingMenuItem",
337198
- "methods": [],
337199
- "props": {
337200
- "sorting": {
337201
- "defaultValue": null,
337202
- "description": "",
337203
- "name": "sorting",
337204
- "parent": {
337205
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337206
- "name": "Props"
337207
- },
337208
- "declarations": [
337209
- {
337210
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
337211
- "name": "Props"
337212
- }
337213
- ],
337214
- "required": true,
337215
- "type": {
337216
- "name": "Sorting<never>"
337217
- }
337218
- }
337219
- }
337220
- },
337221
- {
337222
- "tags": {},
337223
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
337224
- "description": "",
337225
- "displayName": "SortingContextMenu",
337226
- "methods": [],
337227
- "props": {}
337228
- },
337229
337229
  {
337230
337230
  "tags": {},
337231
337231
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
@@ -337337,14 +337337,6 @@
337337
337337
  }
337338
337338
  }
337339
337339
  },
337340
- {
337341
- "tags": {},
337342
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
337343
- "description": "",
337344
- "displayName": "ActiveFilters",
337345
- "methods": [],
337346
- "props": {}
337347
- },
337348
337340
  {
337349
337341
  "tags": {},
337350
337342
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
@@ -337397,6 +337389,14 @@
337397
337389
  "methods": [],
337398
337390
  "props": {}
337399
337391
  },
337392
+ {
337393
+ "tags": {},
337394
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
337395
+ "description": "",
337396
+ "displayName": "ActiveFilters",
337397
+ "methods": [],
337398
+ "props": {}
337399
+ },
337400
337400
  {
337401
337401
  "tags": {},
337402
337402
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",