@mittwald/flow-react-components 0.2.0-alpha.829 → 0.2.0-alpha.830

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.
@@ -113039,6 +113039,150 @@
113039
113039
  }
113040
113040
  }
113041
113041
  },
113042
+ {
113043
+ "tags": {
113044
+ "flr-generate": "all"
113045
+ },
113046
+ "filePath": "src/components/ImageCropper/ImageCropper.tsx",
113047
+ "description": "",
113048
+ "displayName": "ImageCropper",
113049
+ "methods": [],
113050
+ "props": {
113051
+ "image": {
113052
+ "defaultValue": null,
113053
+ "description": "The image file to crop.",
113054
+ "name": "image",
113055
+ "parent": {
113056
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113057
+ "name": "ImageCropperProps"
113058
+ },
113059
+ "declarations": [
113060
+ {
113061
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113062
+ "name": "ImageCropperProps"
113063
+ }
113064
+ ],
113065
+ "required": false,
113066
+ "type": {
113067
+ "name": "string | File"
113068
+ }
113069
+ },
113070
+ "onCropComplete": {
113071
+ "defaultValue": null,
113072
+ "description": "Callback on crop complete.",
113073
+ "name": "onCropComplete",
113074
+ "parent": {
113075
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113076
+ "name": "ImageCropperProps"
113077
+ },
113078
+ "declarations": [
113079
+ {
113080
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113081
+ "name": "ImageCropperProps"
113082
+ }
113083
+ ],
113084
+ "required": false,
113085
+ "type": {
113086
+ "name": "((croppedImage: File) => void)"
113087
+ }
113088
+ },
113089
+ "width": {
113090
+ "defaultValue": {
113091
+ "value": "300"
113092
+ },
113093
+ "description": "The width of the component.",
113094
+ "name": "width",
113095
+ "parent": {
113096
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113097
+ "name": "ImageCropperProps"
113098
+ },
113099
+ "declarations": [
113100
+ {
113101
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113102
+ "name": "ImageCropperProps"
113103
+ }
113104
+ ],
113105
+ "required": false,
113106
+ "type": {
113107
+ "name": "Width<string | number>"
113108
+ }
113109
+ },
113110
+ "height": {
113111
+ "defaultValue": {
113112
+ "value": "300"
113113
+ },
113114
+ "description": "The height of the component.",
113115
+ "name": "height",
113116
+ "parent": {
113117
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113118
+ "name": "ImageCropperProps"
113119
+ },
113120
+ "declarations": [
113121
+ {
113122
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113123
+ "name": "ImageCropperProps"
113124
+ }
113125
+ ],
113126
+ "required": false,
113127
+ "type": {
113128
+ "name": "Height<string | number>"
113129
+ }
113130
+ },
113131
+ "aspectRatio": {
113132
+ "defaultValue": null,
113133
+ "description": "The aspect ratio of the crop shape.",
113134
+ "name": "aspectRatio",
113135
+ "parent": {
113136
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113137
+ "name": "ImageCropperProps"
113138
+ },
113139
+ "declarations": [
113140
+ {
113141
+ "fileName": "src/components/ImageCropper/ImageCropper.tsx",
113142
+ "name": "ImageCropperProps"
113143
+ }
113144
+ ],
113145
+ "required": false,
113146
+ "type": {
113147
+ "name": "number"
113148
+ }
113149
+ },
113150
+ "className": {
113151
+ "defaultValue": null,
113152
+ "description": "The elements class name.",
113153
+ "name": "className",
113154
+ "parent": {
113155
+ "fileName": "components/src/lib/types/props.ts",
113156
+ "name": "PropsWithClassName"
113157
+ },
113158
+ "declarations": [
113159
+ {
113160
+ "fileName": "components/src/lib/types/props.ts",
113161
+ "name": "PropsWithClassName"
113162
+ }
113163
+ ],
113164
+ "required": false,
113165
+ "type": {
113166
+ "name": "string"
113167
+ }
113168
+ },
113169
+ "cropShape": {
113170
+ "defaultValue": null,
113171
+ "description": "",
113172
+ "name": "cropShape",
113173
+ "declarations": [
113174
+ {
113175
+ "fileName": "flow/node_modules/.pnpm/react-easy-crop@5.5.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-easy-crop/Cropper.d.ts",
113176
+ "name": "TypeLiteral"
113177
+ }
113178
+ ],
113179
+ "required": false,
113180
+ "type": {
113181
+ "name": "\"rect\" | \"round\""
113182
+ }
113183
+ }
113184
+ }
113185
+ },
113042
113186
  {
113043
113187
  "tags": {
113044
113188
  "flr-generate": "all"
@@ -118674,150 +118818,6 @@
118674
118818
  }
118675
118819
  }
118676
118820
  },
118677
- {
118678
- "tags": {
118679
- "flr-generate": "all"
118680
- },
118681
- "filePath": "src/components/ImageCropper/ImageCropper.tsx",
118682
- "description": "",
118683
- "displayName": "ImageCropper",
118684
- "methods": [],
118685
- "props": {
118686
- "image": {
118687
- "defaultValue": null,
118688
- "description": "The image file to crop.",
118689
- "name": "image",
118690
- "parent": {
118691
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118692
- "name": "ImageCropperProps"
118693
- },
118694
- "declarations": [
118695
- {
118696
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118697
- "name": "ImageCropperProps"
118698
- }
118699
- ],
118700
- "required": false,
118701
- "type": {
118702
- "name": "string | File"
118703
- }
118704
- },
118705
- "onCropComplete": {
118706
- "defaultValue": null,
118707
- "description": "Callback on crop complete.",
118708
- "name": "onCropComplete",
118709
- "parent": {
118710
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118711
- "name": "ImageCropperProps"
118712
- },
118713
- "declarations": [
118714
- {
118715
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118716
- "name": "ImageCropperProps"
118717
- }
118718
- ],
118719
- "required": false,
118720
- "type": {
118721
- "name": "((croppedImage: File) => void)"
118722
- }
118723
- },
118724
- "width": {
118725
- "defaultValue": {
118726
- "value": "300"
118727
- },
118728
- "description": "The width of the component.",
118729
- "name": "width",
118730
- "parent": {
118731
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118732
- "name": "ImageCropperProps"
118733
- },
118734
- "declarations": [
118735
- {
118736
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118737
- "name": "ImageCropperProps"
118738
- }
118739
- ],
118740
- "required": false,
118741
- "type": {
118742
- "name": "Width<string | number>"
118743
- }
118744
- },
118745
- "height": {
118746
- "defaultValue": {
118747
- "value": "300"
118748
- },
118749
- "description": "The height of the component.",
118750
- "name": "height",
118751
- "parent": {
118752
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118753
- "name": "ImageCropperProps"
118754
- },
118755
- "declarations": [
118756
- {
118757
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118758
- "name": "ImageCropperProps"
118759
- }
118760
- ],
118761
- "required": false,
118762
- "type": {
118763
- "name": "Height<string | number>"
118764
- }
118765
- },
118766
- "aspectRatio": {
118767
- "defaultValue": null,
118768
- "description": "The aspect ratio of the crop shape.",
118769
- "name": "aspectRatio",
118770
- "parent": {
118771
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118772
- "name": "ImageCropperProps"
118773
- },
118774
- "declarations": [
118775
- {
118776
- "fileName": "src/components/ImageCropper/ImageCropper.tsx",
118777
- "name": "ImageCropperProps"
118778
- }
118779
- ],
118780
- "required": false,
118781
- "type": {
118782
- "name": "number"
118783
- }
118784
- },
118785
- "className": {
118786
- "defaultValue": null,
118787
- "description": "The elements class name.",
118788
- "name": "className",
118789
- "parent": {
118790
- "fileName": "components/src/lib/types/props.ts",
118791
- "name": "PropsWithClassName"
118792
- },
118793
- "declarations": [
118794
- {
118795
- "fileName": "components/src/lib/types/props.ts",
118796
- "name": "PropsWithClassName"
118797
- }
118798
- ],
118799
- "required": false,
118800
- "type": {
118801
- "name": "string"
118802
- }
118803
- },
118804
- "cropShape": {
118805
- "defaultValue": null,
118806
- "description": "",
118807
- "name": "cropShape",
118808
- "declarations": [
118809
- {
118810
- "fileName": "flow/node_modules/.pnpm/react-easy-crop@5.5.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-easy-crop/Cropper.d.ts",
118811
- "name": "TypeLiteral"
118812
- }
118813
- ],
118814
- "required": false,
118815
- "type": {
118816
- "name": "\"rect\" | \"round\""
118817
- }
118818
- }
118819
- }
118820
- },
118821
118821
  {
118822
118822
  "tags": {
118823
118823
  "flr-generate": "all"
@@ -291953,72 +291953,6 @@
291953
291953
  }
291954
291954
  }
291955
291955
  },
291956
- {
291957
- "tags": {},
291958
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291959
- "description": "",
291960
- "displayName": "TabList",
291961
- "methods": [],
291962
- "props": {
291963
- "selection": {
291964
- "defaultValue": null,
291965
- "description": "",
291966
- "name": "selection",
291967
- "parent": {
291968
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291969
- "name": "Props"
291970
- },
291971
- "declarations": [
291972
- {
291973
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291974
- "name": "Props"
291975
- }
291976
- ],
291977
- "required": true,
291978
- "type": {
291979
- "name": "Key | undefined"
291980
- }
291981
- },
291982
- "onContextMenuSelectionChange": {
291983
- "defaultValue": null,
291984
- "description": "",
291985
- "name": "onContextMenuSelectionChange",
291986
- "parent": {
291987
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291988
- "name": "Props"
291989
- },
291990
- "declarations": [
291991
- {
291992
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291993
- "name": "Props"
291994
- }
291995
- ],
291996
- "required": true,
291997
- "type": {
291998
- "name": "(key: Key) => void"
291999
- }
292000
- },
292001
- "disabledKeys": {
292002
- "defaultValue": null,
292003
- "description": "",
292004
- "name": "disabledKeys",
292005
- "parent": {
292006
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292007
- "name": "Props"
292008
- },
292009
- "declarations": [
292010
- {
292011
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292012
- "name": "Props"
292013
- }
292014
- ],
292015
- "required": false,
292016
- "type": {
292017
- "name": "Iterable<Key>"
292018
- }
292019
- }
292020
- }
292021
- },
292022
291956
  {
292023
291957
  "tags": {
292024
291958
  "flr-generate": "all"
@@ -293512,6 +293446,72 @@
293512
293446
  }
293513
293447
  }
293514
293448
  },
293449
+ {
293450
+ "tags": {},
293451
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
293452
+ "description": "",
293453
+ "displayName": "TabList",
293454
+ "methods": [],
293455
+ "props": {
293456
+ "selection": {
293457
+ "defaultValue": null,
293458
+ "description": "",
293459
+ "name": "selection",
293460
+ "parent": {
293461
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293462
+ "name": "Props"
293463
+ },
293464
+ "declarations": [
293465
+ {
293466
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293467
+ "name": "Props"
293468
+ }
293469
+ ],
293470
+ "required": true,
293471
+ "type": {
293472
+ "name": "Key | undefined"
293473
+ }
293474
+ },
293475
+ "onContextMenuSelectionChange": {
293476
+ "defaultValue": null,
293477
+ "description": "",
293478
+ "name": "onContextMenuSelectionChange",
293479
+ "parent": {
293480
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293481
+ "name": "Props"
293482
+ },
293483
+ "declarations": [
293484
+ {
293485
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293486
+ "name": "Props"
293487
+ }
293488
+ ],
293489
+ "required": true,
293490
+ "type": {
293491
+ "name": "(key: Key) => void"
293492
+ }
293493
+ },
293494
+ "disabledKeys": {
293495
+ "defaultValue": null,
293496
+ "description": "",
293497
+ "name": "disabledKeys",
293498
+ "parent": {
293499
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293500
+ "name": "Props"
293501
+ },
293502
+ "declarations": [
293503
+ {
293504
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293505
+ "name": "Props"
293506
+ }
293507
+ ],
293508
+ "required": false,
293509
+ "type": {
293510
+ "name": "Iterable<Key>"
293511
+ }
293512
+ }
293513
+ }
293514
+ },
293515
293515
  {
293516
293516
  "tags": {},
293517
293517
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
@@ -305250,9 +305250,9 @@
305250
305250
  "tags": {
305251
305251
  "flr-generate": "all"
305252
305252
  },
305253
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
305253
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
305254
305254
  "description": "",
305255
- "displayName": "Radio",
305255
+ "displayName": "RadioButton",
305256
305256
  "methods": [],
305257
305257
  "props": {
305258
305258
  "id": {
@@ -307140,9 +307140,9 @@
307140
307140
  "tags": {
307141
307141
  "flr-generate": "all"
307142
307142
  },
307143
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
307143
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
307144
307144
  "description": "",
307145
- "displayName": "RadioButton",
307145
+ "displayName": "Radio",
307146
307146
  "methods": [],
307147
307147
  "props": {
307148
307148
  "id": {
@@ -309370,6 +309370,91 @@
309370
309370
  }
309371
309371
  }
309372
309372
  },
309373
+ {
309374
+ "tags": {},
309375
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309376
+ "description": "",
309377
+ "displayName": "ValidationResultButton",
309378
+ "methods": [],
309379
+ "props": {
309380
+ "policyValidationResult": {
309381
+ "defaultValue": null,
309382
+ "description": "",
309383
+ "name": "policyValidationResult",
309384
+ "parent": {
309385
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309386
+ "name": "Props"
309387
+ },
309388
+ "declarations": [
309389
+ {
309390
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309391
+ "name": "Props"
309392
+ }
309393
+ ],
309394
+ "required": false,
309395
+ "type": {
309396
+ "name": "ResolvedPolicyValidationResult"
309397
+ }
309398
+ },
309399
+ "isDisabled": {
309400
+ "defaultValue": null,
309401
+ "description": "",
309402
+ "name": "isDisabled",
309403
+ "parent": {
309404
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309405
+ "name": "Props"
309406
+ },
309407
+ "declarations": [
309408
+ {
309409
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309410
+ "name": "Props"
309411
+ }
309412
+ ],
309413
+ "required": false,
309414
+ "type": {
309415
+ "name": "boolean"
309416
+ }
309417
+ },
309418
+ "isEmptyValue": {
309419
+ "defaultValue": null,
309420
+ "description": "",
309421
+ "name": "isEmptyValue",
309422
+ "parent": {
309423
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309424
+ "name": "Props"
309425
+ },
309426
+ "declarations": [
309427
+ {
309428
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309429
+ "name": "Props"
309430
+ }
309431
+ ],
309432
+ "required": true,
309433
+ "type": {
309434
+ "name": "boolean"
309435
+ }
309436
+ },
309437
+ "className": {
309438
+ "defaultValue": null,
309439
+ "description": "The elements class name.",
309440
+ "name": "className",
309441
+ "parent": {
309442
+ "fileName": "components/src/lib/types/props.ts",
309443
+ "name": "PropsWithClassName"
309444
+ },
309445
+ "declarations": [
309446
+ {
309447
+ "fileName": "components/src/lib/types/props.ts",
309448
+ "name": "PropsWithClassName"
309449
+ }
309450
+ ],
309451
+ "required": false,
309452
+ "type": {
309453
+ "name": "string"
309454
+ }
309455
+ }
309456
+ }
309457
+ },
309373
309458
  {
309374
309459
  "tags": {
309375
309460
  "internal": ""
@@ -309420,156 +309505,71 @@
309420
309505
  }
309421
309506
  },
309422
309507
  {
309423
- "tags": {},
309424
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309508
+ "tags": {
309509
+ "internal": ""
309510
+ },
309511
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309425
309512
  "description": "",
309426
- "displayName": "ValidationResultButton",
309513
+ "displayName": "TogglePasswordVisibilityButton",
309427
309514
  "methods": [],
309428
309515
  "props": {
309429
- "policyValidationResult": {
309430
- "defaultValue": null,
309516
+ "isDisabled": {
309517
+ "defaultValue": {
309518
+ "value": "false"
309519
+ },
309431
309520
  "description": "",
309432
- "name": "policyValidationResult",
309521
+ "name": "isDisabled",
309433
309522
  "parent": {
309434
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309523
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309435
309524
  "name": "Props"
309436
309525
  },
309437
309526
  "declarations": [
309438
309527
  {
309439
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309528
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309440
309529
  "name": "Props"
309441
309530
  }
309442
309531
  ],
309443
309532
  "required": false,
309444
309533
  "type": {
309445
- "name": "ResolvedPolicyValidationResult"
309534
+ "name": "boolean"
309446
309535
  }
309447
309536
  },
309448
- "isDisabled": {
309537
+ "isVisible": {
309449
309538
  "defaultValue": null,
309450
309539
  "description": "",
309451
- "name": "isDisabled",
309540
+ "name": "isVisible",
309452
309541
  "parent": {
309453
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309542
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309454
309543
  "name": "Props"
309455
309544
  },
309456
309545
  "declarations": [
309457
309546
  {
309458
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309547
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309459
309548
  "name": "Props"
309460
309549
  }
309461
309550
  ],
309462
- "required": false,
309551
+ "required": true,
309463
309552
  "type": {
309464
309553
  "name": "boolean"
309465
309554
  }
309466
309555
  },
309467
- "isEmptyValue": {
309556
+ "onPress": {
309468
309557
  "defaultValue": null,
309469
309558
  "description": "",
309470
- "name": "isEmptyValue",
309559
+ "name": "onPress",
309471
309560
  "parent": {
309472
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309561
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309473
309562
  "name": "Props"
309474
309563
  },
309475
309564
  "declarations": [
309476
309565
  {
309477
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309566
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309478
309567
  "name": "Props"
309479
309568
  }
309480
309569
  ],
309481
309570
  "required": true,
309482
309571
  "type": {
309483
- "name": "boolean"
309484
- }
309485
- },
309486
- "className": {
309487
- "defaultValue": null,
309488
- "description": "The elements class name.",
309489
- "name": "className",
309490
- "parent": {
309491
- "fileName": "components/src/lib/types/props.ts",
309492
- "name": "PropsWithClassName"
309493
- },
309494
- "declarations": [
309495
- {
309496
- "fileName": "components/src/lib/types/props.ts",
309497
- "name": "PropsWithClassName"
309498
- }
309499
- ],
309500
- "required": false,
309501
- "type": {
309502
- "name": "string"
309503
- }
309504
- }
309505
- }
309506
- },
309507
- {
309508
- "tags": {
309509
- "internal": ""
309510
- },
309511
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309512
- "description": "",
309513
- "displayName": "TogglePasswordVisibilityButton",
309514
- "methods": [],
309515
- "props": {
309516
- "isDisabled": {
309517
- "defaultValue": {
309518
- "value": "false"
309519
- },
309520
- "description": "",
309521
- "name": "isDisabled",
309522
- "parent": {
309523
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309524
- "name": "Props"
309525
- },
309526
- "declarations": [
309527
- {
309528
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309529
- "name": "Props"
309530
- }
309531
- ],
309532
- "required": false,
309533
- "type": {
309534
- "name": "boolean"
309535
- }
309536
- },
309537
- "isVisible": {
309538
- "defaultValue": null,
309539
- "description": "",
309540
- "name": "isVisible",
309541
- "parent": {
309542
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309543
- "name": "Props"
309544
- },
309545
- "declarations": [
309546
- {
309547
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309548
- "name": "Props"
309549
- }
309550
- ],
309551
- "required": true,
309552
- "type": {
309553
- "name": "boolean"
309554
- }
309555
- },
309556
- "onPress": {
309557
- "defaultValue": null,
309558
- "description": "",
309559
- "name": "onPress",
309560
- "parent": {
309561
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309562
- "name": "Props"
309563
- },
309564
- "declarations": [
309565
- {
309566
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309567
- "name": "Props"
309568
- }
309569
- ],
309570
- "required": true,
309571
- "type": {
309572
- "name": "ActionFn"
309572
+ "name": "ActionFn"
309573
309573
  }
309574
309574
  },
309575
309575
  "className": {
@@ -316017,6 +316017,14 @@
316017
316017
  "methods": [],
316018
316018
  "props": {}
316019
316019
  },
316020
+ {
316021
+ "tags": {},
316022
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
316023
+ "description": "",
316024
+ "displayName": "Table",
316025
+ "methods": [],
316026
+ "props": {}
316027
+ },
316020
316028
  {
316021
316029
  "tags": {
316022
316030
  "flr-generate": "all"
@@ -316140,14 +316148,6 @@
316140
316148
  }
316141
316149
  }
316142
316150
  },
316143
- {
316144
- "tags": {},
316145
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
316146
- "description": "",
316147
- "displayName": "Table",
316148
- "methods": [],
316149
- "props": {}
316150
- },
316151
316151
  {
316152
316152
  "tags": {},
316153
316153
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
@@ -318795,56 +318795,56 @@
318795
318795
  },
318796
318796
  {
318797
318797
  "tags": {},
318798
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318798
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318799
318799
  "description": "",
318800
- "displayName": "FileSizeText",
318800
+ "displayName": "DeleteButton",
318801
318801
  "methods": [],
318802
318802
  "props": {
318803
- "sizeInBytes": {
318803
+ "onDelete": {
318804
318804
  "defaultValue": null,
318805
318805
  "description": "",
318806
- "name": "sizeInBytes",
318806
+ "name": "onDelete",
318807
318807
  "parent": {
318808
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318808
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318809
318809
  "name": "Props"
318810
318810
  },
318811
318811
  "declarations": [
318812
318812
  {
318813
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318813
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318814
318814
  "name": "Props"
318815
318815
  }
318816
318816
  ],
318817
318817
  "required": true,
318818
318818
  "type": {
318819
- "name": "number"
318819
+ "name": "() => void"
318820
318820
  }
318821
318821
  }
318822
318822
  }
318823
318823
  },
318824
318824
  {
318825
318825
  "tags": {},
318826
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318826
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318827
318827
  "description": "",
318828
- "displayName": "DeleteButton",
318828
+ "displayName": "FileSizeText",
318829
318829
  "methods": [],
318830
318830
  "props": {
318831
- "onDelete": {
318831
+ "sizeInBytes": {
318832
318832
  "defaultValue": null,
318833
318833
  "description": "",
318834
- "name": "onDelete",
318834
+ "name": "sizeInBytes",
318835
318835
  "parent": {
318836
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318836
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318837
318837
  "name": "Props"
318838
318838
  },
318839
318839
  "declarations": [
318840
318840
  {
318841
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318841
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318842
318842
  "name": "Props"
318843
318843
  }
318844
318844
  ],
318845
318845
  "required": true,
318846
318846
  "type": {
318847
- "name": "() => void"
318847
+ "name": "number"
318848
318848
  }
318849
318849
  }
318850
318850
  }
@@ -319149,161 +319149,6 @@
319149
319149
  }
319150
319150
  }
319151
319151
  },
319152
- {
319153
- "tags": {
319154
- "flr-generate": "all"
319155
- },
319156
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
319157
- "description": "",
319158
- "displayName": "ContextMenuSection",
319159
- "methods": [],
319160
- "props": {
319161
- "children": {
319162
- "defaultValue": null,
319163
- "description": "",
319164
- "name": "children",
319165
- "declarations": [
319166
- {
319167
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319168
- "name": "TypeLiteral"
319169
- }
319170
- ],
319171
- "required": false,
319172
- "type": {
319173
- "name": "ReactNode"
319174
- }
319175
- },
319176
- "wrapWith": {
319177
- "defaultValue": null,
319178
- "description": "",
319179
- "name": "wrapWith",
319180
- "parent": {
319181
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
319182
- "name": "FlowComponentProps"
319183
- },
319184
- "declarations": [
319185
- {
319186
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
319187
- "name": "FlowComponentProps"
319188
- }
319189
- ],
319190
- "required": false,
319191
- "type": {
319192
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
319193
- }
319194
- },
319195
- "tunnel": {
319196
- "defaultValue": null,
319197
- "description": "@internal",
319198
- "name": "tunnel",
319199
- "parent": {
319200
- "fileName": "components/src/lib/types/props.ts",
319201
- "name": "PropsWithTunnel"
319202
- },
319203
- "declarations": [
319204
- {
319205
- "fileName": "components/src/lib/types/props.ts",
319206
- "name": "PropsWithTunnel"
319207
- }
319208
- ],
319209
- "required": false,
319210
- "type": {
319211
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
319212
- }
319213
- },
319214
- "ref": {
319215
- "defaultValue": null,
319216
- "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}",
319217
- "name": "ref",
319218
- "parent": {
319219
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319220
- "name": "RefAttributes"
319221
- },
319222
- "declarations": [
319223
- {
319224
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319225
- "name": "RefAttributes"
319226
- }
319227
- ],
319228
- "required": false,
319229
- "type": {
319230
- "name": "Ref<HTMLSpanElement>"
319231
- }
319232
- },
319233
- "key": {
319234
- "defaultValue": null,
319235
- "description": "",
319236
- "name": "key",
319237
- "parent": {
319238
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319239
- "name": "Attributes"
319240
- },
319241
- "declarations": [
319242
- {
319243
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319244
- "name": "Attributes"
319245
- }
319246
- ],
319247
- "required": false,
319248
- "type": {
319249
- "name": "Key | null"
319250
- }
319251
- },
319252
- "selectedKeys": {
319253
- "defaultValue": null,
319254
- "description": "The currently selected keys in the collection (controlled).",
319255
- "name": "selectedKeys",
319256
- "parent": {
319257
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319258
- "name": "MultipleSelection"
319259
- },
319260
- "declarations": [
319261
- {
319262
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319263
- "name": "MultipleSelection"
319264
- }
319265
- ],
319266
- "required": false,
319267
- "type": {
319268
- "name": "\"all\" | Iterable<Key>"
319269
- }
319270
- },
319271
- "defaultSelectedKeys": {
319272
- "defaultValue": null,
319273
- "description": "The initial selected keys in the collection (uncontrolled).",
319274
- "name": "defaultSelectedKeys",
319275
- "parent": {
319276
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319277
- "name": "MultipleSelection"
319278
- },
319279
- "declarations": [
319280
- {
319281
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319282
- "name": "MultipleSelection"
319283
- }
319284
- ],
319285
- "required": false,
319286
- "type": {
319287
- "name": "\"all\" | Iterable<Key>"
319288
- }
319289
- },
319290
- "selectionMode": {
319291
- "defaultValue": null,
319292
- "description": "",
319293
- "name": "selectionMode",
319294
- "declarations": [
319295
- {
319296
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
319297
- "name": "TypeLiteral"
319298
- }
319299
- ],
319300
- "required": false,
319301
- "type": {
319302
- "name": "ContextMenuSelectionMode"
319303
- }
319304
- }
319305
- }
319306
- },
319307
319152
  {
319308
319153
  "tags": {
319309
319154
  "flr-generate": "all"
@@ -321245,6 +321090,161 @@
321245
321090
  }
321246
321091
  }
321247
321092
  },
321093
+ {
321094
+ "tags": {
321095
+ "flr-generate": "all"
321096
+ },
321097
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321098
+ "description": "",
321099
+ "displayName": "ContextMenuSection",
321100
+ "methods": [],
321101
+ "props": {
321102
+ "children": {
321103
+ "defaultValue": null,
321104
+ "description": "",
321105
+ "name": "children",
321106
+ "declarations": [
321107
+ {
321108
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321109
+ "name": "TypeLiteral"
321110
+ }
321111
+ ],
321112
+ "required": false,
321113
+ "type": {
321114
+ "name": "ReactNode"
321115
+ }
321116
+ },
321117
+ "wrapWith": {
321118
+ "defaultValue": null,
321119
+ "description": "",
321120
+ "name": "wrapWith",
321121
+ "parent": {
321122
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
321123
+ "name": "FlowComponentProps"
321124
+ },
321125
+ "declarations": [
321126
+ {
321127
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
321128
+ "name": "FlowComponentProps"
321129
+ }
321130
+ ],
321131
+ "required": false,
321132
+ "type": {
321133
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
321134
+ }
321135
+ },
321136
+ "tunnel": {
321137
+ "defaultValue": null,
321138
+ "description": "@internal",
321139
+ "name": "tunnel",
321140
+ "parent": {
321141
+ "fileName": "components/src/lib/types/props.ts",
321142
+ "name": "PropsWithTunnel"
321143
+ },
321144
+ "declarations": [
321145
+ {
321146
+ "fileName": "components/src/lib/types/props.ts",
321147
+ "name": "PropsWithTunnel"
321148
+ }
321149
+ ],
321150
+ "required": false,
321151
+ "type": {
321152
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
321153
+ }
321154
+ },
321155
+ "ref": {
321156
+ "defaultValue": null,
321157
+ "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}",
321158
+ "name": "ref",
321159
+ "parent": {
321160
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321161
+ "name": "RefAttributes"
321162
+ },
321163
+ "declarations": [
321164
+ {
321165
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321166
+ "name": "RefAttributes"
321167
+ }
321168
+ ],
321169
+ "required": false,
321170
+ "type": {
321171
+ "name": "Ref<HTMLSpanElement>"
321172
+ }
321173
+ },
321174
+ "key": {
321175
+ "defaultValue": null,
321176
+ "description": "",
321177
+ "name": "key",
321178
+ "parent": {
321179
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321180
+ "name": "Attributes"
321181
+ },
321182
+ "declarations": [
321183
+ {
321184
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321185
+ "name": "Attributes"
321186
+ }
321187
+ ],
321188
+ "required": false,
321189
+ "type": {
321190
+ "name": "Key | null"
321191
+ }
321192
+ },
321193
+ "selectedKeys": {
321194
+ "defaultValue": null,
321195
+ "description": "The currently selected keys in the collection (controlled).",
321196
+ "name": "selectedKeys",
321197
+ "parent": {
321198
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321199
+ "name": "MultipleSelection"
321200
+ },
321201
+ "declarations": [
321202
+ {
321203
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321204
+ "name": "MultipleSelection"
321205
+ }
321206
+ ],
321207
+ "required": false,
321208
+ "type": {
321209
+ "name": "\"all\" | Iterable<Key>"
321210
+ }
321211
+ },
321212
+ "defaultSelectedKeys": {
321213
+ "defaultValue": null,
321214
+ "description": "The initial selected keys in the collection (uncontrolled).",
321215
+ "name": "defaultSelectedKeys",
321216
+ "parent": {
321217
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321218
+ "name": "MultipleSelection"
321219
+ },
321220
+ "declarations": [
321221
+ {
321222
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321223
+ "name": "MultipleSelection"
321224
+ }
321225
+ ],
321226
+ "required": false,
321227
+ "type": {
321228
+ "name": "\"all\" | Iterable<Key>"
321229
+ }
321230
+ },
321231
+ "selectionMode": {
321232
+ "defaultValue": null,
321233
+ "description": "",
321234
+ "name": "selectionMode",
321235
+ "declarations": [
321236
+ {
321237
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321238
+ "name": "TypeLiteral"
321239
+ }
321240
+ ],
321241
+ "required": false,
321242
+ "type": {
321243
+ "name": "ContextMenuSelectionMode"
321244
+ }
321245
+ }
321246
+ }
321247
+ },
321248
321248
  {
321249
321249
  "tags": {},
321250
321250
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
@@ -322298,9 +322298,9 @@
322298
322298
  "tags": {
322299
322299
  "flr-generate": "all"
322300
322300
  },
322301
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322301
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
322302
322302
  "description": "",
322303
- "displayName": "XAxis",
322303
+ "displayName": "YAxis",
322304
322304
  "methods": [],
322305
322305
  "props": {
322306
322306
  "className": {
@@ -322381,16 +322381,16 @@
322381
322381
  },
322382
322382
  "scale": {
322383
322383
  "defaultValue": null,
322384
- "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} />",
322384
+ "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} />",
322385
322385
  "name": "scale",
322386
322386
  "parent": {
322387
- "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",
322388
- "name": "XAxisProps"
322387
+ "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",
322388
+ "name": "YAxisProps"
322389
322389
  },
322390
322390
  "declarations": [
322391
322391
  {
322392
- "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",
322393
- "name": "XAxisProps"
322392
+ "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",
322393
+ "name": "YAxisProps"
322394
322394
  }
322395
322395
  ],
322396
322396
  "required": false,
@@ -322417,10 +322417,222 @@
322417
322417
  "name": "boolean"
322418
322418
  }
322419
322419
  },
322420
- "allowDataOverflow": {
322420
+ "interval": {
322421
322421
  "defaultValue": null,
322422
- "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",
322423
- "name": "allowDataOverflow",
322422
+ "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",
322423
+ "name": "interval",
322424
+ "parent": {
322425
+ "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",
322426
+ "name": "YAxisProps"
322427
+ },
322428
+ "declarations": [
322429
+ {
322430
+ "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",
322431
+ "name": "YAxisProps"
322432
+ }
322433
+ ],
322434
+ "required": false,
322435
+ "type": {
322436
+ "name": "AxisInterval"
322437
+ }
322438
+ },
322439
+ "minTickGap": {
322440
+ "defaultValue": null,
322441
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
322442
+ "name": "minTickGap",
322443
+ "parent": {
322444
+ "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",
322445
+ "name": "YAxisProps"
322446
+ },
322447
+ "declarations": [
322448
+ {
322449
+ "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",
322450
+ "name": "YAxisProps"
322451
+ }
322452
+ ],
322453
+ "required": false,
322454
+ "type": {
322455
+ "name": "number"
322456
+ }
322457
+ },
322458
+ "domain": {
322459
+ "defaultValue": null,
322460
+ "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 />",
322461
+ "name": "domain",
322462
+ "parent": {
322463
+ "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",
322464
+ "name": "YAxisProps"
322465
+ },
322466
+ "declarations": [
322467
+ {
322468
+ "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",
322469
+ "name": "YAxisProps"
322470
+ }
322471
+ ],
322472
+ "required": false,
322473
+ "type": {
322474
+ "name": "AxisDomain"
322475
+ }
322476
+ },
322477
+ "unit": {
322478
+ "defaultValue": null,
322479
+ "description": "The unit of data. This option will be used in tooltip.",
322480
+ "name": "unit",
322481
+ "parent": {
322482
+ "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",
322483
+ "name": "BaseAxisProps"
322484
+ },
322485
+ "declarations": [
322486
+ {
322487
+ "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",
322488
+ "name": "BaseAxisProps"
322489
+ }
322490
+ ],
322491
+ "required": false,
322492
+ "type": {
322493
+ "name": "string"
322494
+ }
322495
+ },
322496
+ "dataKey": {
322497
+ "defaultValue": null,
322498
+ "description": "",
322499
+ "name": "dataKey",
322500
+ "declarations": [
322501
+ {
322502
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
322503
+ "name": "TypeLiteral"
322504
+ }
322505
+ ],
322506
+ "required": false,
322507
+ "type": {
322508
+ "name": "DataKey<ChartDataValue>"
322509
+ }
322510
+ },
322511
+ "tickFormatter": {
322512
+ "defaultValue": null,
322513
+ "description": "",
322514
+ "name": "tickFormatter",
322515
+ "declarations": [
322516
+ {
322517
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
322518
+ "name": "TypeLiteral"
322519
+ }
322520
+ ],
322521
+ "required": false,
322522
+ "type": {
322523
+ "name": "((value: unknown, index: number) => string)"
322524
+ }
322525
+ }
322526
+ }
322527
+ },
322528
+ {
322529
+ "tags": {
322530
+ "flr-generate": "all"
322531
+ },
322532
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322533
+ "description": "",
322534
+ "displayName": "XAxis",
322535
+ "methods": [],
322536
+ "props": {
322537
+ "className": {
322538
+ "defaultValue": null,
322539
+ "description": "",
322540
+ "name": "className",
322541
+ "parent": {
322542
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322543
+ "name": "HTMLAttributes"
322544
+ },
322545
+ "declarations": [
322546
+ {
322547
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322548
+ "name": "HTMLAttributes"
322549
+ }
322550
+ ],
322551
+ "required": false,
322552
+ "type": {
322553
+ "name": "string"
322554
+ }
322555
+ },
322556
+ "type": {
322557
+ "defaultValue": null,
322558
+ "description": "",
322559
+ "name": "type",
322560
+ "parent": {
322561
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322562
+ "name": "SVGAttributes"
322563
+ },
322564
+ "declarations": [
322565
+ {
322566
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322567
+ "name": "SVGAttributes"
322568
+ }
322569
+ ],
322570
+ "required": false,
322571
+ "type": {
322572
+ "name": "string"
322573
+ }
322574
+ },
322575
+ "hide": {
322576
+ "defaultValue": null,
322577
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
322578
+ "name": "hide",
322579
+ "parent": {
322580
+ "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",
322581
+ "name": "RenderableAxisProps"
322582
+ },
322583
+ "declarations": [
322584
+ {
322585
+ "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",
322586
+ "name": "RenderableAxisProps"
322587
+ }
322588
+ ],
322589
+ "required": false,
322590
+ "type": {
322591
+ "name": "boolean"
322592
+ }
322593
+ },
322594
+ "orientation": {
322595
+ "defaultValue": null,
322596
+ "description": "",
322597
+ "name": "orientation",
322598
+ "parent": {
322599
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322600
+ "name": "SVGAttributes"
322601
+ },
322602
+ "declarations": [
322603
+ {
322604
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322605
+ "name": "SVGAttributes"
322606
+ }
322607
+ ],
322608
+ "required": false,
322609
+ "type": {
322610
+ "name": "string | number"
322611
+ }
322612
+ },
322613
+ "scale": {
322614
+ "defaultValue": null,
322615
+ "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} />",
322616
+ "name": "scale",
322617
+ "parent": {
322618
+ "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",
322619
+ "name": "XAxisProps"
322620
+ },
322621
+ "declarations": [
322622
+ {
322623
+ "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",
322624
+ "name": "XAxisProps"
322625
+ }
322626
+ ],
322627
+ "required": false,
322628
+ "type": {
322629
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
322630
+ }
322631
+ },
322632
+ "allowDecimals": {
322633
+ "defaultValue": null,
322634
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
322635
+ "name": "allowDecimals",
322424
322636
  "parent": {
322425
322637
  "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",
322426
322638
  "name": "RenderableAxisProps"
@@ -322512,6 +322724,25 @@
322512
322724
  "name": "string"
322513
322725
  }
322514
322726
  },
322727
+ "allowDataOverflow": {
322728
+ "defaultValue": null,
322729
+ "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",
322730
+ "name": "allowDataOverflow",
322731
+ "parent": {
322732
+ "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",
322733
+ "name": "RenderableAxisProps"
322734
+ },
322735
+ "declarations": [
322736
+ {
322737
+ "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",
322738
+ "name": "RenderableAxisProps"
322739
+ }
322740
+ ],
322741
+ "required": false,
322742
+ "type": {
322743
+ "name": "boolean"
322744
+ }
322745
+ },
322515
322746
  "dataKey": {
322516
322747
  "defaultValue": null,
322517
322748
  "description": "",
@@ -323597,9 +323828,9 @@
323597
323828
  "tags": {
323598
323829
  "flr-generate": "all"
323599
323830
  },
323600
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
323831
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
323601
323832
  "description": "",
323602
- "displayName": "YAxis",
323833
+ "displayName": "ChartGrid",
323603
323834
  "methods": [],
323604
323835
  "props": {
323605
323836
  "className": {
@@ -323621,48 +323852,48 @@
323621
323852
  "name": "string"
323622
323853
  }
323623
323854
  },
323624
- "type": {
323855
+ "horizontal": {
323625
323856
  "defaultValue": null,
323626
- "description": "",
323627
- "name": "type",
323857
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
323858
+ "name": "horizontal",
323628
323859
  "parent": {
323629
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323630
- "name": "SVGAttributes"
323860
+ "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/CartesianGrid.d.ts",
323861
+ "name": "CartesianGridProps"
323631
323862
  },
323632
323863
  "declarations": [
323633
323864
  {
323634
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323635
- "name": "SVGAttributes"
323865
+ "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/CartesianGrid.d.ts",
323866
+ "name": "CartesianGridProps"
323636
323867
  }
323637
323868
  ],
323638
323869
  "required": false,
323639
323870
  "type": {
323640
- "name": "string"
323871
+ "name": "GridLineType"
323641
323872
  }
323642
323873
  },
323643
- "hide": {
323874
+ "vertical": {
323644
323875
  "defaultValue": null,
323645
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
323646
- "name": "hide",
323876
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
323877
+ "name": "vertical",
323647
323878
  "parent": {
323648
- "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",
323649
- "name": "RenderableAxisProps"
323879
+ "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/CartesianGrid.d.ts",
323880
+ "name": "CartesianGridProps"
323650
323881
  },
323651
323882
  "declarations": [
323652
323883
  {
323653
- "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",
323654
- "name": "RenderableAxisProps"
323884
+ "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/CartesianGrid.d.ts",
323885
+ "name": "CartesianGridProps"
323655
323886
  }
323656
323887
  ],
323657
323888
  "required": false,
323658
323889
  "type": {
323659
- "name": "boolean"
323890
+ "name": "GridLineType"
323660
323891
  }
323661
323892
  },
323662
- "orientation": {
323893
+ "strokeDasharray": {
323663
323894
  "defaultValue": null,
323664
323895
  "description": "",
323665
- "name": "orientation",
323896
+ "name": "strokeDasharray",
323666
323897
  "parent": {
323667
323898
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323668
323899
  "name": "SVGAttributes"
@@ -323677,150 +323908,6 @@
323677
323908
  "type": {
323678
323909
  "name": "string | number"
323679
323910
  }
323680
- },
323681
- "scale": {
323682
- "defaultValue": null,
323683
- "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} />",
323684
- "name": "scale",
323685
- "parent": {
323686
- "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",
323687
- "name": "YAxisProps"
323688
- },
323689
- "declarations": [
323690
- {
323691
- "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",
323692
- "name": "YAxisProps"
323693
- }
323694
- ],
323695
- "required": false,
323696
- "type": {
323697
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
323698
- }
323699
- },
323700
- "allowDecimals": {
323701
- "defaultValue": null,
323702
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
323703
- "name": "allowDecimals",
323704
- "parent": {
323705
- "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",
323706
- "name": "RenderableAxisProps"
323707
- },
323708
- "declarations": [
323709
- {
323710
- "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",
323711
- "name": "RenderableAxisProps"
323712
- }
323713
- ],
323714
- "required": false,
323715
- "type": {
323716
- "name": "boolean"
323717
- }
323718
- },
323719
- "interval": {
323720
- "defaultValue": null,
323721
- "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",
323722
- "name": "interval",
323723
- "parent": {
323724
- "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",
323725
- "name": "YAxisProps"
323726
- },
323727
- "declarations": [
323728
- {
323729
- "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",
323730
- "name": "YAxisProps"
323731
- }
323732
- ],
323733
- "required": false,
323734
- "type": {
323735
- "name": "AxisInterval"
323736
- }
323737
- },
323738
- "minTickGap": {
323739
- "defaultValue": null,
323740
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
323741
- "name": "minTickGap",
323742
- "parent": {
323743
- "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",
323744
- "name": "YAxisProps"
323745
- },
323746
- "declarations": [
323747
- {
323748
- "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",
323749
- "name": "YAxisProps"
323750
- }
323751
- ],
323752
- "required": false,
323753
- "type": {
323754
- "name": "number"
323755
- }
323756
- },
323757
- "domain": {
323758
- "defaultValue": null,
323759
- "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 />",
323760
- "name": "domain",
323761
- "parent": {
323762
- "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",
323763
- "name": "YAxisProps"
323764
- },
323765
- "declarations": [
323766
- {
323767
- "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",
323768
- "name": "YAxisProps"
323769
- }
323770
- ],
323771
- "required": false,
323772
- "type": {
323773
- "name": "AxisDomain"
323774
- }
323775
- },
323776
- "unit": {
323777
- "defaultValue": null,
323778
- "description": "The unit of data. This option will be used in tooltip.",
323779
- "name": "unit",
323780
- "parent": {
323781
- "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",
323782
- "name": "BaseAxisProps"
323783
- },
323784
- "declarations": [
323785
- {
323786
- "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",
323787
- "name": "BaseAxisProps"
323788
- }
323789
- ],
323790
- "required": false,
323791
- "type": {
323792
- "name": "string"
323793
- }
323794
- },
323795
- "dataKey": {
323796
- "defaultValue": null,
323797
- "description": "",
323798
- "name": "dataKey",
323799
- "declarations": [
323800
- {
323801
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
323802
- "name": "TypeLiteral"
323803
- }
323804
- ],
323805
- "required": false,
323806
- "type": {
323807
- "name": "DataKey<ChartDataValue>"
323808
- }
323809
- },
323810
- "tickFormatter": {
323811
- "defaultValue": null,
323812
- "description": "",
323813
- "name": "tickFormatter",
323814
- "declarations": [
323815
- {
323816
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
323817
- "name": "TypeLiteral"
323818
- }
323819
- ],
323820
- "required": false,
323821
- "type": {
323822
- "name": "((value: unknown, index: number) => string)"
323823
- }
323824
323911
  }
323825
323912
  }
323826
323913
  },
@@ -332723,93 +332810,6 @@
332723
332810
  }
332724
332811
  }
332725
332812
  },
332726
- {
332727
- "tags": {
332728
- "flr-generate": "all"
332729
- },
332730
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
332731
- "description": "",
332732
- "displayName": "ChartGrid",
332733
- "methods": [],
332734
- "props": {
332735
- "className": {
332736
- "defaultValue": null,
332737
- "description": "",
332738
- "name": "className",
332739
- "parent": {
332740
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332741
- "name": "HTMLAttributes"
332742
- },
332743
- "declarations": [
332744
- {
332745
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332746
- "name": "HTMLAttributes"
332747
- }
332748
- ],
332749
- "required": false,
332750
- "type": {
332751
- "name": "string"
332752
- }
332753
- },
332754
- "horizontal": {
332755
- "defaultValue": null,
332756
- "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
332757
- "name": "horizontal",
332758
- "parent": {
332759
- "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/CartesianGrid.d.ts",
332760
- "name": "CartesianGridProps"
332761
- },
332762
- "declarations": [
332763
- {
332764
- "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/CartesianGrid.d.ts",
332765
- "name": "CartesianGridProps"
332766
- }
332767
- ],
332768
- "required": false,
332769
- "type": {
332770
- "name": "GridLineType"
332771
- }
332772
- },
332773
- "vertical": {
332774
- "defaultValue": null,
332775
- "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
332776
- "name": "vertical",
332777
- "parent": {
332778
- "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/CartesianGrid.d.ts",
332779
- "name": "CartesianGridProps"
332780
- },
332781
- "declarations": [
332782
- {
332783
- "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/CartesianGrid.d.ts",
332784
- "name": "CartesianGridProps"
332785
- }
332786
- ],
332787
- "required": false,
332788
- "type": {
332789
- "name": "GridLineType"
332790
- }
332791
- },
332792
- "strokeDasharray": {
332793
- "defaultValue": null,
332794
- "description": "",
332795
- "name": "strokeDasharray",
332796
- "parent": {
332797
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332798
- "name": "SVGAttributes"
332799
- },
332800
- "declarations": [
332801
- {
332802
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332803
- "name": "SVGAttributes"
332804
- }
332805
- ],
332806
- "required": false,
332807
- "type": {
332808
- "name": "string | number"
332809
- }
332810
- }
332811
- }
332812
- },
332813
332813
  {
332814
332814
  "tags": {
332815
332815
  "deprecated": "Use ChartGrid",