@mittwald/flow-react-components 0.2.0-alpha.983 → 0.2.0-alpha.984

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.
@@ -119268,6 +119268,27 @@
119268
119268
  "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
119269
119269
  }
119270
119270
  },
119271
+ "whiteSpace": {
119272
+ "defaultValue": {
119273
+ "value": "undefined"
119274
+ },
119275
+ "description": "The white-space property of the inline code component.",
119276
+ "name": "whiteSpace",
119277
+ "parent": {
119278
+ "fileName": "components/src/components/InlineCode/InlineCode.tsx",
119279
+ "name": "InlineCodeProps"
119280
+ },
119281
+ "declarations": [
119282
+ {
119283
+ "fileName": "components/src/components/InlineCode/InlineCode.tsx",
119284
+ "name": "InlineCodeProps"
119285
+ }
119286
+ ],
119287
+ "required": false,
119288
+ "type": {
119289
+ "name": "WhiteSpace"
119290
+ }
119291
+ },
119271
119292
  "ref": {
119272
119293
  "defaultValue": null,
119273
119294
  "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}",
@@ -285469,9 +285490,9 @@
285469
285490
  },
285470
285491
  {
285471
285492
  "tags": {},
285472
- "filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
285493
+ "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
285473
285494
  "description": "",
285474
- "displayName": "ResetButton",
285495
+ "displayName": "SubmitButton",
285475
285496
  "methods": [],
285476
285497
  "props": {
285477
285498
  "slot": {
@@ -287843,14 +287864,33 @@
287843
287864
  "type": {
287844
287865
  "name": "Key | null"
287845
287866
  }
287867
+ },
287868
+ "showFeedback": {
287869
+ "defaultValue": null,
287870
+ "description": "",
287871
+ "name": "showFeedback",
287872
+ "parent": {
287873
+ "fileName": "components/src/components/Action/types.ts",
287874
+ "name": "ActionProps"
287875
+ },
287876
+ "declarations": [
287877
+ {
287878
+ "fileName": "components/src/components/Action/types.ts",
287879
+ "name": "ActionProps"
287880
+ }
287881
+ ],
287882
+ "required": false,
287883
+ "type": {
287884
+ "name": "boolean"
287885
+ }
287846
287886
  }
287847
287887
  }
287848
287888
  },
287849
287889
  {
287850
287890
  "tags": {},
287851
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
287891
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
287852
287892
  "description": "",
287853
- "displayName": "SubmitButton",
287893
+ "displayName": "ResetButton",
287854
287894
  "methods": [],
287855
287895
  "props": {
287856
287896
  "slot": {
@@ -290222,25 +290262,6 @@
290222
290262
  "type": {
290223
290263
  "name": "Key | null"
290224
290264
  }
290225
- },
290226
- "showFeedback": {
290227
- "defaultValue": null,
290228
- "description": "",
290229
- "name": "showFeedback",
290230
- "parent": {
290231
- "fileName": "components/src/components/Action/types.ts",
290232
- "name": "ActionProps"
290233
- },
290234
- "declarations": [
290235
- {
290236
- "fileName": "components/src/components/Action/types.ts",
290237
- "name": "ActionProps"
290238
- }
290239
- ],
290240
- "required": false,
290241
- "type": {
290242
- "name": "boolean"
290243
- }
290244
290265
  }
290245
290266
  }
290246
290267
  },
@@ -297030,33 +297051,7 @@
297030
297051
  "tags": {
297031
297052
  "deprecated": "Use RouterProvider instead"
297032
297053
  },
297033
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
297034
- "description": "",
297035
- "displayName": "LinkProvider",
297036
- "methods": [],
297037
- "props": {
297038
- "children": {
297039
- "defaultValue": null,
297040
- "description": "",
297041
- "name": "children",
297042
- "declarations": [
297043
- {
297044
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
297045
- "name": "TypeLiteral"
297046
- }
297047
- ],
297048
- "required": false,
297049
- "type": {
297050
- "name": "ReactNode"
297051
- }
297052
- }
297053
- }
297054
- },
297055
- {
297056
- "tags": {
297057
- "deprecated": "Use RouterProvider instead"
297058
- },
297059
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
297054
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
297060
297055
  "description": "",
297061
297056
  "displayName": "Link",
297062
297057
  "methods": [],
@@ -297066,12 +297061,12 @@
297066
297061
  "description": "",
297067
297062
  "name": "ref",
297068
297063
  "parent": {
297069
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297064
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297070
297065
  "name": "Props"
297071
297066
  },
297072
297067
  "declarations": [
297073
297068
  {
297074
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297069
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297075
297070
  "name": "Props"
297076
297071
  }
297077
297072
  ],
@@ -297085,12 +297080,12 @@
297085
297080
  "description": "",
297086
297081
  "name": "isDisabled",
297087
297082
  "parent": {
297088
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297083
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297089
297084
  "name": "Props"
297090
297085
  },
297091
297086
  "declarations": [
297092
297087
  {
297093
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297088
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297094
297089
  "name": "Props"
297095
297090
  }
297096
297091
  ],
@@ -302558,6 +302553,32 @@
302558
302553
  }
302559
302554
  }
302560
302555
  },
302556
+ {
302557
+ "tags": {
302558
+ "deprecated": "Use RouterProvider instead"
302559
+ },
302560
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
302561
+ "description": "",
302562
+ "displayName": "LinkProvider",
302563
+ "methods": [],
302564
+ "props": {
302565
+ "children": {
302566
+ "defaultValue": null,
302567
+ "description": "",
302568
+ "name": "children",
302569
+ "declarations": [
302570
+ {
302571
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
302572
+ "name": "TypeLiteral"
302573
+ }
302574
+ ],
302575
+ "required": false,
302576
+ "type": {
302577
+ "name": "ReactNode"
302578
+ }
302579
+ }
302580
+ }
302581
+ },
302561
302582
  {
302562
302583
  "tags": {
302563
302584
  "flr-generate": "all"
@@ -304577,72 +304598,6 @@
304577
304598
  }
304578
304599
  }
304579
304600
  },
304580
- {
304581
- "tags": {},
304582
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
304583
- "description": "",
304584
- "displayName": "TabList",
304585
- "methods": [],
304586
- "props": {
304587
- "selection": {
304588
- "defaultValue": null,
304589
- "description": "",
304590
- "name": "selection",
304591
- "parent": {
304592
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304593
- "name": "Props"
304594
- },
304595
- "declarations": [
304596
- {
304597
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304598
- "name": "Props"
304599
- }
304600
- ],
304601
- "required": true,
304602
- "type": {
304603
- "name": "Key | undefined"
304604
- }
304605
- },
304606
- "onContextMenuSelectionChange": {
304607
- "defaultValue": null,
304608
- "description": "",
304609
- "name": "onContextMenuSelectionChange",
304610
- "parent": {
304611
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304612
- "name": "Props"
304613
- },
304614
- "declarations": [
304615
- {
304616
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304617
- "name": "Props"
304618
- }
304619
- ],
304620
- "required": true,
304621
- "type": {
304622
- "name": "(key: Key) => void"
304623
- }
304624
- },
304625
- "disabledKeys": {
304626
- "defaultValue": null,
304627
- "description": "",
304628
- "name": "disabledKeys",
304629
- "parent": {
304630
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304631
- "name": "Props"
304632
- },
304633
- "declarations": [
304634
- {
304635
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304636
- "name": "Props"
304637
- }
304638
- ],
304639
- "required": false,
304640
- "type": {
304641
- "name": "Iterable<Key>"
304642
- }
304643
- }
304644
- }
304645
- },
304646
304601
  {
304647
304602
  "tags": {
304648
304603
  "flr-generate": "all"
@@ -306155,6 +306110,72 @@
306155
306110
  }
306156
306111
  }
306157
306112
  },
306113
+ {
306114
+ "tags": {},
306115
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
306116
+ "description": "",
306117
+ "displayName": "TabList",
306118
+ "methods": [],
306119
+ "props": {
306120
+ "selection": {
306121
+ "defaultValue": null,
306122
+ "description": "",
306123
+ "name": "selection",
306124
+ "parent": {
306125
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306126
+ "name": "Props"
306127
+ },
306128
+ "declarations": [
306129
+ {
306130
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306131
+ "name": "Props"
306132
+ }
306133
+ ],
306134
+ "required": true,
306135
+ "type": {
306136
+ "name": "Key | undefined"
306137
+ }
306138
+ },
306139
+ "onContextMenuSelectionChange": {
306140
+ "defaultValue": null,
306141
+ "description": "",
306142
+ "name": "onContextMenuSelectionChange",
306143
+ "parent": {
306144
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306145
+ "name": "Props"
306146
+ },
306147
+ "declarations": [
306148
+ {
306149
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306150
+ "name": "Props"
306151
+ }
306152
+ ],
306153
+ "required": true,
306154
+ "type": {
306155
+ "name": "(key: Key) => void"
306156
+ }
306157
+ },
306158
+ "disabledKeys": {
306159
+ "defaultValue": null,
306160
+ "description": "",
306161
+ "name": "disabledKeys",
306162
+ "parent": {
306163
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306164
+ "name": "Props"
306165
+ },
306166
+ "declarations": [
306167
+ {
306168
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306169
+ "name": "Props"
306170
+ }
306171
+ ],
306172
+ "required": false,
306173
+ "type": {
306174
+ "name": "Iterable<Key>"
306175
+ }
306176
+ }
306177
+ }
306178
+ },
306158
306179
  {
306159
306180
  "tags": {},
306160
306181
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
@@ -328400,22 +328421,6 @@
328400
328421
  }
328401
328422
  }
328402
328423
  },
328403
- {
328404
- "tags": {},
328405
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
328406
- "description": "",
328407
- "displayName": "OffCanvasSuspenseFallback",
328408
- "methods": [],
328409
- "props": {}
328410
- },
328411
- {
328412
- "tags": {},
328413
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
328414
- "description": "",
328415
- "displayName": "ConfirmUnsavedChangesModal",
328416
- "methods": [],
328417
- "props": {}
328418
- },
328419
328424
  {
328420
328425
  "tags": {},
328421
328426
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -328554,6 +328559,22 @@
328554
328559
  }
328555
328560
  }
328556
328561
  },
328562
+ {
328563
+ "tags": {},
328564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
328565
+ "description": "",
328566
+ "displayName": "OffCanvasSuspenseFallback",
328567
+ "methods": [],
328568
+ "props": {}
328569
+ },
328570
+ {
328571
+ "tags": {},
328572
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
328573
+ "description": "",
328574
+ "displayName": "ConfirmUnsavedChangesModal",
328575
+ "methods": [],
328576
+ "props": {}
328577
+ },
328557
328578
  {
328558
328579
  "tags": {
328559
328580
  "flr-generate": "all"
@@ -335541,9 +335562,9 @@
335541
335562
  "tags": {
335542
335563
  "flr-generate": "all"
335543
335564
  },
335544
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335565
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335545
335566
  "description": "",
335546
- "displayName": "YAxis",
335567
+ "displayName": "XAxis",
335547
335568
  "methods": [],
335548
335569
  "props": {
335549
335570
  "className": {
@@ -335624,16 +335645,16 @@
335624
335645
  },
335625
335646
  "scale": {
335626
335647
  "defaultValue": null,
335627
- "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} />",
335648
+ "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} />",
335628
335649
  "name": "scale",
335629
335650
  "parent": {
335630
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335631
- "name": "YAxisProps"
335651
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335652
+ "name": "XAxisProps"
335632
335653
  },
335633
335654
  "declarations": [
335634
335655
  {
335635
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335636
- "name": "YAxisProps"
335656
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335657
+ "name": "XAxisProps"
335637
335658
  }
335638
335659
  ],
335639
335660
  "required": false,
@@ -335660,18 +335681,37 @@
335660
335681
  "name": "boolean"
335661
335682
  }
335662
335683
  },
335684
+ "allowDataOverflow": {
335685
+ "defaultValue": null,
335686
+ "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",
335687
+ "name": "allowDataOverflow",
335688
+ "parent": {
335689
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335690
+ "name": "RenderableAxisProps"
335691
+ },
335692
+ "declarations": [
335693
+ {
335694
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335695
+ "name": "RenderableAxisProps"
335696
+ }
335697
+ ],
335698
+ "required": false,
335699
+ "type": {
335700
+ "name": "boolean"
335701
+ }
335702
+ },
335663
335703
  "interval": {
335664
335704
  "defaultValue": null,
335665
- "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",
335705
+ "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",
335666
335706
  "name": "interval",
335667
335707
  "parent": {
335668
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335669
- "name": "YAxisProps"
335708
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335709
+ "name": "XAxisProps"
335670
335710
  },
335671
335711
  "declarations": [
335672
335712
  {
335673
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335674
- "name": "YAxisProps"
335713
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335714
+ "name": "XAxisProps"
335675
335715
  }
335676
335716
  ],
335677
335717
  "required": false,
@@ -335684,13 +335724,13 @@
335684
335724
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
335685
335725
  "name": "minTickGap",
335686
335726
  "parent": {
335687
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335688
- "name": "YAxisProps"
335727
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335728
+ "name": "XAxisProps"
335689
335729
  },
335690
335730
  "declarations": [
335691
335731
  {
335692
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335693
- "name": "YAxisProps"
335732
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335733
+ "name": "XAxisProps"
335694
335734
  }
335695
335735
  ],
335696
335736
  "required": false,
@@ -335700,16 +335740,16 @@
335700
335740
  },
335701
335741
  "domain": {
335702
335742
  "defaultValue": null,
335703
- "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 />",
335743
+ "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 />",
335704
335744
  "name": "domain",
335705
335745
  "parent": {
335706
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335707
- "name": "YAxisProps"
335746
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335747
+ "name": "XAxisProps"
335708
335748
  },
335709
335749
  "declarations": [
335710
335750
  {
335711
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335712
- "name": "YAxisProps"
335751
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335752
+ "name": "XAxisProps"
335713
335753
  }
335714
335754
  ],
335715
335755
  "required": false,
@@ -335742,7 +335782,7 @@
335742
335782
  "name": "dataKey",
335743
335783
  "declarations": [
335744
335784
  {
335745
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335785
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335746
335786
  "name": "TypeLiteral"
335747
335787
  }
335748
335788
  ],
@@ -335757,7 +335797,7 @@
335757
335797
  "name": "tickFormatter",
335758
335798
  "declarations": [
335759
335799
  {
335760
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335800
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335761
335801
  "name": "TypeLiteral"
335762
335802
  }
335763
335803
  ],
@@ -335772,9 +335812,178 @@
335772
335812
  "tags": {
335773
335813
  "flr-generate": "all"
335774
335814
  },
335775
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335815
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
335776
335816
  "description": "",
335777
- "displayName": "XAxis",
335817
+ "displayName": "Line",
335818
+ "methods": [],
335819
+ "props": {
335820
+ "dataKey": {
335821
+ "defaultValue": null,
335822
+ "description": "",
335823
+ "name": "dataKey",
335824
+ "parent": {
335825
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335826
+ "name": "LineProps"
335827
+ },
335828
+ "declarations": [
335829
+ {
335830
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335831
+ "name": "LineProps"
335832
+ }
335833
+ ],
335834
+ "required": false,
335835
+ "type": {
335836
+ "name": "DataKey<ChartDataValue>"
335837
+ }
335838
+ },
335839
+ "color": {
335840
+ "defaultValue": {
335841
+ "value": "\"sea-green\""
335842
+ },
335843
+ "description": "The color of the line.",
335844
+ "name": "color",
335845
+ "parent": {
335846
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335847
+ "name": "LineProps"
335848
+ },
335849
+ "declarations": [
335850
+ {
335851
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335852
+ "name": "LineProps"
335853
+ }
335854
+ ],
335855
+ "required": false,
335856
+ "type": {
335857
+ "name": "CategoricalWithCustomColor"
335858
+ }
335859
+ },
335860
+ "className": {
335861
+ "defaultValue": null,
335862
+ "description": "",
335863
+ "name": "className",
335864
+ "parent": {
335865
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335866
+ "name": "HTMLAttributes"
335867
+ },
335868
+ "declarations": [
335869
+ {
335870
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335871
+ "name": "HTMLAttributes"
335872
+ }
335873
+ ],
335874
+ "required": false,
335875
+ "type": {
335876
+ "name": "string"
335877
+ }
335878
+ },
335879
+ "key": {
335880
+ "defaultValue": null,
335881
+ "description": "",
335882
+ "name": "key",
335883
+ "parent": {
335884
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335885
+ "name": "Attributes"
335886
+ },
335887
+ "declarations": [
335888
+ {
335889
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335890
+ "name": "Attributes"
335891
+ }
335892
+ ],
335893
+ "required": false,
335894
+ "type": {
335895
+ "name": "Key | null"
335896
+ }
335897
+ },
335898
+ "type": {
335899
+ "defaultValue": null,
335900
+ "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.}",
335901
+ "name": "type",
335902
+ "parent": {
335903
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
335904
+ "name": "CurveProps"
335905
+ },
335906
+ "declarations": [
335907
+ {
335908
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
335909
+ "name": "CurveProps"
335910
+ },
335911
+ {
335912
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335913
+ "name": "LineProps"
335914
+ }
335915
+ ],
335916
+ "required": false,
335917
+ "type": {
335918
+ "name": "CurveType"
335919
+ }
335920
+ },
335921
+ "unit": {
335922
+ "defaultValue": null,
335923
+ "description": "The unit of data. This option will be used in tooltip.",
335924
+ "name": "unit",
335925
+ "parent": {
335926
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335927
+ "name": "LineProps"
335928
+ },
335929
+ "declarations": [
335930
+ {
335931
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335932
+ "name": "LineProps"
335933
+ }
335934
+ ],
335935
+ "required": false,
335936
+ "type": {
335937
+ "name": "string | number | null"
335938
+ }
335939
+ },
335940
+ "xAxisId": {
335941
+ "defaultValue": null,
335942
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
335943
+ "name": "xAxisId",
335944
+ "parent": {
335945
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335946
+ "name": "LineProps"
335947
+ },
335948
+ "declarations": [
335949
+ {
335950
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335951
+ "name": "LineProps"
335952
+ }
335953
+ ],
335954
+ "required": false,
335955
+ "type": {
335956
+ "name": "AxisId"
335957
+ }
335958
+ },
335959
+ "yAxisId": {
335960
+ "defaultValue": null,
335961
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
335962
+ "name": "yAxisId",
335963
+ "parent": {
335964
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335965
+ "name": "LineProps"
335966
+ },
335967
+ "declarations": [
335968
+ {
335969
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335970
+ "name": "LineProps"
335971
+ }
335972
+ ],
335973
+ "required": false,
335974
+ "type": {
335975
+ "name": "AxisId"
335976
+ }
335977
+ }
335978
+ }
335979
+ },
335980
+ {
335981
+ "tags": {
335982
+ "flr-generate": "all"
335983
+ },
335984
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335985
+ "description": "",
335986
+ "displayName": "YAxis",
335778
335987
  "methods": [],
335779
335988
  "props": {
335780
335989
  "className": {
@@ -335855,16 +336064,16 @@
335855
336064
  },
335856
336065
  "scale": {
335857
336066
  "defaultValue": null,
335858
- "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} />",
336067
+ "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} />",
335859
336068
  "name": "scale",
335860
336069
  "parent": {
335861
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335862
- "name": "XAxisProps"
336070
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336071
+ "name": "YAxisProps"
335863
336072
  },
335864
336073
  "declarations": [
335865
336074
  {
335866
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335867
- "name": "XAxisProps"
336075
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336076
+ "name": "YAxisProps"
335868
336077
  }
335869
336078
  ],
335870
336079
  "required": false,
@@ -335893,16 +336102,16 @@
335893
336102
  },
335894
336103
  "interval": {
335895
336104
  "defaultValue": null,
335896
- "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",
336105
+ "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",
335897
336106
  "name": "interval",
335898
336107
  "parent": {
335899
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335900
- "name": "XAxisProps"
336108
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336109
+ "name": "YAxisProps"
335901
336110
  },
335902
336111
  "declarations": [
335903
336112
  {
335904
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335905
- "name": "XAxisProps"
336113
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336114
+ "name": "YAxisProps"
335906
336115
  }
335907
336116
  ],
335908
336117
  "required": false,
@@ -335915,13 +336124,13 @@
335915
336124
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
335916
336125
  "name": "minTickGap",
335917
336126
  "parent": {
335918
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335919
- "name": "XAxisProps"
336127
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336128
+ "name": "YAxisProps"
335920
336129
  },
335921
336130
  "declarations": [
335922
336131
  {
335923
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335924
- "name": "XAxisProps"
336132
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336133
+ "name": "YAxisProps"
335925
336134
  }
335926
336135
  ],
335927
336136
  "required": false,
@@ -335931,16 +336140,16 @@
335931
336140
  },
335932
336141
  "domain": {
335933
336142
  "defaultValue": null,
335934
- "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 />",
336143
+ "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 />",
335935
336144
  "name": "domain",
335936
336145
  "parent": {
335937
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335938
- "name": "XAxisProps"
336146
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336147
+ "name": "YAxisProps"
335939
336148
  },
335940
336149
  "declarations": [
335941
336150
  {
335942
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335943
- "name": "XAxisProps"
336151
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336152
+ "name": "YAxisProps"
335944
336153
  }
335945
336154
  ],
335946
336155
  "required": false,
@@ -335967,32 +336176,13 @@
335967
336176
  "name": "string"
335968
336177
  }
335969
336178
  },
335970
- "allowDataOverflow": {
335971
- "defaultValue": null,
335972
- "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",
335973
- "name": "allowDataOverflow",
335974
- "parent": {
335975
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335976
- "name": "RenderableAxisProps"
335977
- },
335978
- "declarations": [
335979
- {
335980
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335981
- "name": "RenderableAxisProps"
335982
- }
335983
- ],
335984
- "required": false,
335985
- "type": {
335986
- "name": "boolean"
335987
- }
335988
- },
335989
336179
  "dataKey": {
335990
336180
  "defaultValue": null,
335991
336181
  "description": "",
335992
336182
  "name": "dataKey",
335993
336183
  "declarations": [
335994
336184
  {
335995
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
336185
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335996
336186
  "name": "TypeLiteral"
335997
336187
  }
335998
336188
  ],
@@ -336007,7 +336197,7 @@
336007
336197
  "name": "tickFormatter",
336008
336198
  "declarations": [
336009
336199
  {
336010
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
336200
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
336011
336201
  "name": "TypeLiteral"
336012
336202
  }
336013
336203
  ],
@@ -336018,175 +336208,6 @@
336018
336208
  }
336019
336209
  }
336020
336210
  },
336021
- {
336022
- "tags": {
336023
- "flr-generate": "all"
336024
- },
336025
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
336026
- "description": "",
336027
- "displayName": "Line",
336028
- "methods": [],
336029
- "props": {
336030
- "dataKey": {
336031
- "defaultValue": null,
336032
- "description": "",
336033
- "name": "dataKey",
336034
- "parent": {
336035
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336036
- "name": "LineProps"
336037
- },
336038
- "declarations": [
336039
- {
336040
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336041
- "name": "LineProps"
336042
- }
336043
- ],
336044
- "required": false,
336045
- "type": {
336046
- "name": "DataKey<ChartDataValue>"
336047
- }
336048
- },
336049
- "color": {
336050
- "defaultValue": {
336051
- "value": "\"sea-green\""
336052
- },
336053
- "description": "The color of the line.",
336054
- "name": "color",
336055
- "parent": {
336056
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336057
- "name": "LineProps"
336058
- },
336059
- "declarations": [
336060
- {
336061
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336062
- "name": "LineProps"
336063
- }
336064
- ],
336065
- "required": false,
336066
- "type": {
336067
- "name": "CategoricalWithCustomColor"
336068
- }
336069
- },
336070
- "className": {
336071
- "defaultValue": null,
336072
- "description": "",
336073
- "name": "className",
336074
- "parent": {
336075
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336076
- "name": "HTMLAttributes"
336077
- },
336078
- "declarations": [
336079
- {
336080
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336081
- "name": "HTMLAttributes"
336082
- }
336083
- ],
336084
- "required": false,
336085
- "type": {
336086
- "name": "string"
336087
- }
336088
- },
336089
- "key": {
336090
- "defaultValue": null,
336091
- "description": "",
336092
- "name": "key",
336093
- "parent": {
336094
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336095
- "name": "Attributes"
336096
- },
336097
- "declarations": [
336098
- {
336099
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336100
- "name": "Attributes"
336101
- }
336102
- ],
336103
- "required": false,
336104
- "type": {
336105
- "name": "Key | null"
336106
- }
336107
- },
336108
- "type": {
336109
- "defaultValue": null,
336110
- "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.}",
336111
- "name": "type",
336112
- "parent": {
336113
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
336114
- "name": "CurveProps"
336115
- },
336116
- "declarations": [
336117
- {
336118
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
336119
- "name": "CurveProps"
336120
- },
336121
- {
336122
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336123
- "name": "LineProps"
336124
- }
336125
- ],
336126
- "required": false,
336127
- "type": {
336128
- "name": "CurveType"
336129
- }
336130
- },
336131
- "unit": {
336132
- "defaultValue": null,
336133
- "description": "The unit of data. This option will be used in tooltip.",
336134
- "name": "unit",
336135
- "parent": {
336136
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336137
- "name": "LineProps"
336138
- },
336139
- "declarations": [
336140
- {
336141
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336142
- "name": "LineProps"
336143
- }
336144
- ],
336145
- "required": false,
336146
- "type": {
336147
- "name": "string | number | null"
336148
- }
336149
- },
336150
- "xAxisId": {
336151
- "defaultValue": null,
336152
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
336153
- "name": "xAxisId",
336154
- "parent": {
336155
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336156
- "name": "LineProps"
336157
- },
336158
- "declarations": [
336159
- {
336160
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336161
- "name": "LineProps"
336162
- }
336163
- ],
336164
- "required": false,
336165
- "type": {
336166
- "name": "AxisId"
336167
- }
336168
- },
336169
- "yAxisId": {
336170
- "defaultValue": null,
336171
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
336172
- "name": "yAxisId",
336173
- "parent": {
336174
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336175
- "name": "LineProps"
336176
- },
336177
- "declarations": [
336178
- {
336179
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336180
- "name": "LineProps"
336181
- }
336182
- ],
336183
- "required": false,
336184
- "type": {
336185
- "name": "AxisId"
336186
- }
336187
- }
336188
- }
336189
- },
336190
336211
  {
336191
336212
  "tags": {},
336192
336213
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -355709,14 +355730,6 @@
355709
355730
  }
355710
355731
  }
355711
355732
  },
355712
- {
355713
- "tags": {},
355714
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
355715
- "description": "",
355716
- "displayName": "CalendarHeader",
355717
- "methods": [],
355718
- "props": {}
355719
- },
355720
355733
  {
355721
355734
  "tags": {
355722
355735
  "flr-generate": "all"
@@ -357644,6 +357657,14 @@
357644
357657
  }
357645
357658
  }
357646
357659
  },
357660
+ {
357661
+ "tags": {},
357662
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
357663
+ "description": "",
357664
+ "displayName": "CalendarHeader",
357665
+ "methods": [],
357666
+ "props": {}
357667
+ },
357647
357668
  {
357648
357669
  "tags": {},
357649
357670
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -361791,37 +361812,37 @@
361791
361812
  },
361792
361813
  {
361793
361814
  "tags": {},
361794
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361815
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361795
361816
  "description": "",
361796
- "displayName": "ViewModeMenuItem",
361817
+ "displayName": "SortingMenuItem",
361797
361818
  "methods": [],
361798
361819
  "props": {
361799
- "viewMode": {
361820
+ "sorting": {
361800
361821
  "defaultValue": null,
361801
361822
  "description": "",
361802
- "name": "viewMode",
361823
+ "name": "sorting",
361803
361824
  "parent": {
361804
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361825
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361805
361826
  "name": "Props"
361806
361827
  },
361807
361828
  "declarations": [
361808
361829
  {
361809
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361830
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361810
361831
  "name": "Props"
361811
361832
  }
361812
361833
  ],
361813
361834
  "required": true,
361814
361835
  "type": {
361815
- "name": "ListViewMode"
361836
+ "name": "Sorting<never>"
361816
361837
  }
361817
361838
  }
361818
361839
  }
361819
361840
  },
361820
361841
  {
361821
361842
  "tags": {},
361822
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361843
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361823
361844
  "description": "",
361824
- "displayName": "ViewModeContextMenu",
361845
+ "displayName": "SortingContextMenu",
361825
361846
  "methods": [],
361826
361847
  "props": {
361827
361848
  "isDisabled": {
@@ -361829,12 +361850,12 @@
361829
361850
  "description": "",
361830
361851
  "name": "isDisabled",
361831
361852
  "parent": {
361832
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361853
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361833
361854
  "name": "Props"
361834
361855
  },
361835
361856
  "declarations": [
361836
361857
  {
361837
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361858
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361838
361859
  "name": "Props"
361839
361860
  }
361840
361861
  ],
@@ -361847,37 +361868,37 @@
361847
361868
  },
361848
361869
  {
361849
361870
  "tags": {},
361850
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361871
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361851
361872
  "description": "",
361852
- "displayName": "SortingMenuItem",
361873
+ "displayName": "ViewModeMenuItem",
361853
361874
  "methods": [],
361854
361875
  "props": {
361855
- "sorting": {
361876
+ "viewMode": {
361856
361877
  "defaultValue": null,
361857
361878
  "description": "",
361858
- "name": "sorting",
361879
+ "name": "viewMode",
361859
361880
  "parent": {
361860
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361881
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361861
361882
  "name": "Props"
361862
361883
  },
361863
361884
  "declarations": [
361864
361885
  {
361865
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361886
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361866
361887
  "name": "Props"
361867
361888
  }
361868
361889
  ],
361869
361890
  "required": true,
361870
361891
  "type": {
361871
- "name": "Sorting<never>"
361892
+ "name": "ListViewMode"
361872
361893
  }
361873
361894
  }
361874
361895
  }
361875
361896
  },
361876
361897
  {
361877
361898
  "tags": {},
361878
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361899
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361879
361900
  "description": "",
361880
- "displayName": "SortingContextMenu",
361901
+ "displayName": "ViewModeContextMenu",
361881
361902
  "methods": [],
361882
361903
  "props": {
361883
361904
  "isDisabled": {
@@ -361885,12 +361906,12 @@
361885
361906
  "description": "",
361886
361907
  "name": "isDisabled",
361887
361908
  "parent": {
361888
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361909
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361889
361910
  "name": "Props"
361890
361911
  },
361891
361912
  "declarations": [
361892
361913
  {
361893
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361914
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361894
361915
  "name": "Props"
361895
361916
  }
361896
361917
  ],
@@ -362136,6 +362157,34 @@
362136
362157
  }
362137
362158
  }
362138
362159
  },
362160
+ {
362161
+ "tags": {},
362162
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362163
+ "description": "",
362164
+ "displayName": "ActiveFilters",
362165
+ "methods": [],
362166
+ "props": {
362167
+ "isDisabled": {
362168
+ "defaultValue": null,
362169
+ "description": "",
362170
+ "name": "isDisabled",
362171
+ "parent": {
362172
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362173
+ "name": "Props"
362174
+ },
362175
+ "declarations": [
362176
+ {
362177
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362178
+ "name": "Props"
362179
+ }
362180
+ ],
362181
+ "required": false,
362182
+ "type": {
362183
+ "name": "boolean"
362184
+ }
362185
+ }
362186
+ }
362187
+ },
362139
362188
  {
362140
362189
  "tags": {},
362141
362190
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
@@ -362351,34 +362400,6 @@
362351
362400
  }
362352
362401
  }
362353
362402
  },
362354
- {
362355
- "tags": {},
362356
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362357
- "description": "",
362358
- "displayName": "ActiveFilters",
362359
- "methods": [],
362360
- "props": {
362361
- "isDisabled": {
362362
- "defaultValue": null,
362363
- "description": "",
362364
- "name": "isDisabled",
362365
- "parent": {
362366
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362367
- "name": "Props"
362368
- },
362369
- "declarations": [
362370
- {
362371
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362372
- "name": "Props"
362373
- }
362374
- ],
362375
- "required": false,
362376
- "type": {
362377
- "name": "boolean"
362378
- }
362379
- }
362380
- }
362381
- },
362382
362403
  {
362383
362404
  "tags": {},
362384
362405
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",