@mittwald/flow-react-components 0.2.0-alpha.793 → 0.2.0-alpha.795

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.795](https://github.com/mittwald/flow/compare/0.2.0-alpha.794...0.2.0-alpha.795) (2026-04-14)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.794](https://github.com/mittwald/flow/compare/0.2.0-alpha.793...0.2.0-alpha.794) (2026-04-14)
11
+
12
+ ### Bug Fixes
13
+
14
+ * **storybook:** show mittwald branding ([#2454](https://github.com/mittwald/flow/issues/2454)) ([0991688](https://github.com/mittwald/flow/commit/0991688adda8505fe9256d476623dc7ffba5e3e6))
15
+
6
16
  # [0.2.0-alpha.793](https://github.com/mittwald/flow/compare/0.2.0-alpha.792...0.2.0-alpha.793) (2026-04-14)
7
17
 
8
18
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -17876,6 +17876,34 @@
17876
17876
  }
17877
17877
  }
17878
17878
  },
17879
+ {
17880
+ "tags": {},
17881
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17882
+ "description": "",
17883
+ "displayName": "SuspenseTrigger",
17884
+ "methods": [],
17885
+ "props": {
17886
+ "show": {
17887
+ "defaultValue": null,
17888
+ "description": "",
17889
+ "name": "show",
17890
+ "parent": {
17891
+ "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17892
+ "name": "SuspenseTriggerProps"
17893
+ },
17894
+ "declarations": [
17895
+ {
17896
+ "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17897
+ "name": "SuspenseTriggerProps"
17898
+ }
17899
+ ],
17900
+ "required": false,
17901
+ "type": {
17902
+ "name": "boolean"
17903
+ }
17904
+ }
17905
+ }
17906
+ },
17879
17907
  {
17880
17908
  "tags": {
17881
17909
  "flr-generate": "all"
@@ -19806,34 +19834,6 @@
19806
19834
  }
19807
19835
  }
19808
19836
  },
19809
- {
19810
- "tags": {},
19811
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19812
- "description": "",
19813
- "displayName": "SuspenseTrigger",
19814
- "methods": [],
19815
- "props": {
19816
- "show": {
19817
- "defaultValue": null,
19818
- "description": "",
19819
- "name": "show",
19820
- "parent": {
19821
- "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19822
- "name": "SuspenseTriggerProps"
19823
- },
19824
- "declarations": [
19825
- {
19826
- "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19827
- "name": "SuspenseTriggerProps"
19828
- }
19829
- ],
19830
- "required": false,
19831
- "type": {
19832
- "name": "boolean"
19833
- }
19834
- }
19835
- }
19836
- },
19837
19837
  {
19838
19838
  "tags": {
19839
19839
  "flr-generate": "all"
@@ -289872,72 +289872,6 @@
289872
289872
  }
289873
289873
  }
289874
289874
  },
289875
- {
289876
- "tags": {},
289877
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
289878
- "description": "",
289879
- "displayName": "TabList",
289880
- "methods": [],
289881
- "props": {
289882
- "selection": {
289883
- "defaultValue": null,
289884
- "description": "",
289885
- "name": "selection",
289886
- "parent": {
289887
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289888
- "name": "Props"
289889
- },
289890
- "declarations": [
289891
- {
289892
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289893
- "name": "Props"
289894
- }
289895
- ],
289896
- "required": true,
289897
- "type": {
289898
- "name": "Key | undefined"
289899
- }
289900
- },
289901
- "onContextMenuSelectionChange": {
289902
- "defaultValue": null,
289903
- "description": "",
289904
- "name": "onContextMenuSelectionChange",
289905
- "parent": {
289906
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289907
- "name": "Props"
289908
- },
289909
- "declarations": [
289910
- {
289911
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289912
- "name": "Props"
289913
- }
289914
- ],
289915
- "required": true,
289916
- "type": {
289917
- "name": "(key: Key) => void"
289918
- }
289919
- },
289920
- "disabledKeys": {
289921
- "defaultValue": null,
289922
- "description": "",
289923
- "name": "disabledKeys",
289924
- "parent": {
289925
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289926
- "name": "Props"
289927
- },
289928
- "declarations": [
289929
- {
289930
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289931
- "name": "Props"
289932
- }
289933
- ],
289934
- "required": false,
289935
- "type": {
289936
- "name": "Iterable<Key>"
289937
- }
289938
- }
289939
- }
289940
- },
289941
289875
  {
289942
289876
  "tags": {
289943
289877
  "flr-generate": "all"
@@ -291695,6 +291629,72 @@
291695
291629
  }
291696
291630
  }
291697
291631
  },
291632
+ {
291633
+ "tags": {},
291634
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291635
+ "description": "",
291636
+ "displayName": "TabList",
291637
+ "methods": [],
291638
+ "props": {
291639
+ "selection": {
291640
+ "defaultValue": null,
291641
+ "description": "",
291642
+ "name": "selection",
291643
+ "parent": {
291644
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291645
+ "name": "Props"
291646
+ },
291647
+ "declarations": [
291648
+ {
291649
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291650
+ "name": "Props"
291651
+ }
291652
+ ],
291653
+ "required": true,
291654
+ "type": {
291655
+ "name": "Key | undefined"
291656
+ }
291657
+ },
291658
+ "onContextMenuSelectionChange": {
291659
+ "defaultValue": null,
291660
+ "description": "",
291661
+ "name": "onContextMenuSelectionChange",
291662
+ "parent": {
291663
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291664
+ "name": "Props"
291665
+ },
291666
+ "declarations": [
291667
+ {
291668
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291669
+ "name": "Props"
291670
+ }
291671
+ ],
291672
+ "required": true,
291673
+ "type": {
291674
+ "name": "(key: Key) => void"
291675
+ }
291676
+ },
291677
+ "disabledKeys": {
291678
+ "defaultValue": null,
291679
+ "description": "",
291680
+ "name": "disabledKeys",
291681
+ "parent": {
291682
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291683
+ "name": "Props"
291684
+ },
291685
+ "declarations": [
291686
+ {
291687
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291688
+ "name": "Props"
291689
+ }
291690
+ ],
291691
+ "required": false,
291692
+ "type": {
291693
+ "name": "Iterable<Key>"
291694
+ }
291695
+ }
291696
+ }
291697
+ },
291698
291698
  {
291699
291699
  "tags": {
291700
291700
  "flr-generate": "all"
@@ -318465,24 +318465,47 @@
318465
318465
  "tags": {
318466
318466
  "flr-generate": "all"
318467
318467
  },
318468
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318468
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318469
318469
  "description": "",
318470
- "displayName": "ContextMenuSection",
318470
+ "displayName": "ContextMenuTrigger",
318471
318471
  "methods": [],
318472
318472
  "props": {
318473
- "children": {
318473
+ "isDefaultOpen": {
318474
318474
  "defaultValue": null,
318475
- "description": "",
318476
- "name": "children",
318475
+ "description": "Whether the overlay should be open initially.",
318476
+ "name": "isDefaultOpen",
318477
+ "parent": {
318478
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318479
+ "name": "OverlayTriggerProps"
318480
+ },
318477
318481
  "declarations": [
318478
318482
  {
318479
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318480
- "name": "TypeLiteral"
318483
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318484
+ "name": "OverlayTriggerProps"
318481
318485
  }
318482
318486
  ],
318483
318487
  "required": false,
318484
318488
  "type": {
318485
- "name": "ReactNode"
318489
+ "name": "boolean"
318490
+ }
318491
+ },
318492
+ "controller": {
318493
+ "defaultValue": null,
318494
+ "description": "A controller to control the state of the overlay.",
318495
+ "name": "controller",
318496
+ "parent": {
318497
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318498
+ "name": "OverlayTriggerProps"
318499
+ },
318500
+ "declarations": [
318501
+ {
318502
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318503
+ "name": "OverlayTriggerProps"
318504
+ }
318505
+ ],
318506
+ "required": false,
318507
+ "type": {
318508
+ "name": "OverlayController"
318486
318509
  }
318487
318510
  },
318488
318511
  "wrapWith": {
@@ -318561,57 +318584,19 @@
318561
318584
  "name": "Key | null"
318562
318585
  }
318563
318586
  },
318564
- "selectedKeys": {
318565
- "defaultValue": null,
318566
- "description": "The currently selected keys in the collection (controlled).",
318567
- "name": "selectedKeys",
318568
- "parent": {
318569
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318570
- "name": "MultipleSelection"
318571
- },
318572
- "declarations": [
318573
- {
318574
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318575
- "name": "MultipleSelection"
318576
- }
318577
- ],
318578
- "required": false,
318579
- "type": {
318580
- "name": "\"all\" | Iterable<Key>"
318581
- }
318582
- },
318583
- "defaultSelectedKeys": {
318584
- "defaultValue": null,
318585
- "description": "The initial selected keys in the collection (uncontrolled).",
318586
- "name": "defaultSelectedKeys",
318587
- "parent": {
318588
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318589
- "name": "MultipleSelection"
318590
- },
318591
- "declarations": [
318592
- {
318593
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318594
- "name": "MultipleSelection"
318595
- }
318596
- ],
318597
- "required": false,
318598
- "type": {
318599
- "name": "\"all\" | Iterable<Key>"
318600
- }
318601
- },
318602
- "selectionMode": {
318587
+ "children": {
318603
318588
  "defaultValue": null,
318604
318589
  "description": "",
318605
- "name": "selectionMode",
318590
+ "name": "children",
318606
318591
  "declarations": [
318607
318592
  {
318608
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318593
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318609
318594
  "name": "TypeLiteral"
318610
318595
  }
318611
318596
  ],
318612
318597
  "required": false,
318613
318598
  "type": {
318614
- "name": "ContextMenuSelectionMode"
318599
+ "name": "ReactNode"
318615
318600
  }
318616
318601
  }
318617
318602
  }
@@ -318620,47 +318605,24 @@
318620
318605
  "tags": {
318621
318606
  "flr-generate": "all"
318622
318607
  },
318623
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318608
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318624
318609
  "description": "",
318625
- "displayName": "ContextMenuTrigger",
318610
+ "displayName": "ContextMenuSection",
318626
318611
  "methods": [],
318627
318612
  "props": {
318628
- "isDefaultOpen": {
318629
- "defaultValue": null,
318630
- "description": "Whether the overlay should be open initially.",
318631
- "name": "isDefaultOpen",
318632
- "parent": {
318633
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318634
- "name": "OverlayTriggerProps"
318635
- },
318636
- "declarations": [
318637
- {
318638
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318639
- "name": "OverlayTriggerProps"
318640
- }
318641
- ],
318642
- "required": false,
318643
- "type": {
318644
- "name": "boolean"
318645
- }
318646
- },
318647
- "controller": {
318613
+ "children": {
318648
318614
  "defaultValue": null,
318649
- "description": "A controller to control the state of the overlay.",
318650
- "name": "controller",
318651
- "parent": {
318652
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318653
- "name": "OverlayTriggerProps"
318654
- },
318615
+ "description": "",
318616
+ "name": "children",
318655
318617
  "declarations": [
318656
318618
  {
318657
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318658
- "name": "OverlayTriggerProps"
318619
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318620
+ "name": "TypeLiteral"
318659
318621
  }
318660
318622
  ],
318661
318623
  "required": false,
318662
318624
  "type": {
318663
- "name": "OverlayController"
318625
+ "name": "ReactNode"
318664
318626
  }
318665
318627
  },
318666
318628
  "wrapWith": {
@@ -318739,19 +318701,57 @@
318739
318701
  "name": "Key | null"
318740
318702
  }
318741
318703
  },
318742
- "children": {
318704
+ "selectedKeys": {
318705
+ "defaultValue": null,
318706
+ "description": "The currently selected keys in the collection (controlled).",
318707
+ "name": "selectedKeys",
318708
+ "parent": {
318709
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318710
+ "name": "MultipleSelection"
318711
+ },
318712
+ "declarations": [
318713
+ {
318714
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318715
+ "name": "MultipleSelection"
318716
+ }
318717
+ ],
318718
+ "required": false,
318719
+ "type": {
318720
+ "name": "\"all\" | Iterable<Key>"
318721
+ }
318722
+ },
318723
+ "defaultSelectedKeys": {
318724
+ "defaultValue": null,
318725
+ "description": "The initial selected keys in the collection (uncontrolled).",
318726
+ "name": "defaultSelectedKeys",
318727
+ "parent": {
318728
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318729
+ "name": "MultipleSelection"
318730
+ },
318731
+ "declarations": [
318732
+ {
318733
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318734
+ "name": "MultipleSelection"
318735
+ }
318736
+ ],
318737
+ "required": false,
318738
+ "type": {
318739
+ "name": "\"all\" | Iterable<Key>"
318740
+ }
318741
+ },
318742
+ "selectionMode": {
318743
318743
  "defaultValue": null,
318744
318744
  "description": "",
318745
- "name": "children",
318745
+ "name": "selectionMode",
318746
318746
  "declarations": [
318747
318747
  {
318748
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318748
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318749
318749
  "name": "TypeLiteral"
318750
318750
  }
318751
318751
  ],
318752
318752
  "required": false,
318753
318753
  "type": {
318754
- "name": "ReactNode"
318754
+ "name": "ContextMenuSelectionMode"
318755
318755
  }
318756
318756
  }
318757
318757
  }
@@ -322103,175 +322103,6 @@
322103
322103
  }
322104
322104
  }
322105
322105
  },
322106
- {
322107
- "tags": {
322108
- "flr-generate": "all"
322109
- },
322110
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
322111
- "description": "",
322112
- "displayName": "Line",
322113
- "methods": [],
322114
- "props": {
322115
- "color": {
322116
- "defaultValue": {
322117
- "value": "\"sea-green\""
322118
- },
322119
- "description": "The color of the line.",
322120
- "name": "color",
322121
- "parent": {
322122
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
322123
- "name": "LineProps"
322124
- },
322125
- "declarations": [
322126
- {
322127
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
322128
- "name": "LineProps"
322129
- }
322130
- ],
322131
- "required": false,
322132
- "type": {
322133
- "name": "CategoricalWithCustomColor"
322134
- }
322135
- },
322136
- "className": {
322137
- "defaultValue": null,
322138
- "description": "",
322139
- "name": "className",
322140
- "parent": {
322141
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322142
- "name": "HTMLAttributes"
322143
- },
322144
- "declarations": [
322145
- {
322146
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322147
- "name": "HTMLAttributes"
322148
- }
322149
- ],
322150
- "required": false,
322151
- "type": {
322152
- "name": "string"
322153
- }
322154
- },
322155
- "key": {
322156
- "defaultValue": null,
322157
- "description": "",
322158
- "name": "key",
322159
- "parent": {
322160
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322161
- "name": "Attributes"
322162
- },
322163
- "declarations": [
322164
- {
322165
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322166
- "name": "Attributes"
322167
- }
322168
- ],
322169
- "required": false,
322170
- "type": {
322171
- "name": "Key | null"
322172
- }
322173
- },
322174
- "type": {
322175
- "defaultValue": null,
322176
- "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.}",
322177
- "name": "type",
322178
- "parent": {
322179
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322180
- "name": "CurveProps"
322181
- },
322182
- "declarations": [
322183
- {
322184
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322185
- "name": "CurveProps"
322186
- },
322187
- {
322188
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322189
- "name": "LineProps"
322190
- }
322191
- ],
322192
- "required": false,
322193
- "type": {
322194
- "name": "CurveType"
322195
- }
322196
- },
322197
- "dataKey": {
322198
- "defaultValue": null,
322199
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
322200
- "name": "dataKey",
322201
- "parent": {
322202
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322203
- "name": "LineProps"
322204
- },
322205
- "declarations": [
322206
- {
322207
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322208
- "name": "LineProps"
322209
- }
322210
- ],
322211
- "required": false,
322212
- "type": {
322213
- "name": "DataKey<any>"
322214
- }
322215
- },
322216
- "unit": {
322217
- "defaultValue": null,
322218
- "description": "The unit of data. This option will be used in tooltip.",
322219
- "name": "unit",
322220
- "parent": {
322221
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322222
- "name": "LineProps"
322223
- },
322224
- "declarations": [
322225
- {
322226
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322227
- "name": "LineProps"
322228
- }
322229
- ],
322230
- "required": false,
322231
- "type": {
322232
- "name": "string | number | null"
322233
- }
322234
- },
322235
- "xAxisId": {
322236
- "defaultValue": null,
322237
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322238
- "name": "xAxisId",
322239
- "parent": {
322240
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322241
- "name": "LineProps"
322242
- },
322243
- "declarations": [
322244
- {
322245
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322246
- "name": "LineProps"
322247
- }
322248
- ],
322249
- "required": false,
322250
- "type": {
322251
- "name": "AxisId"
322252
- }
322253
- },
322254
- "yAxisId": {
322255
- "defaultValue": null,
322256
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322257
- "name": "yAxisId",
322258
- "parent": {
322259
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322260
- "name": "LineProps"
322261
- },
322262
- "declarations": [
322263
- {
322264
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322265
- "name": "LineProps"
322266
- }
322267
- ],
322268
- "required": false,
322269
- "type": {
322270
- "name": "AxisId"
322271
- }
322272
- }
322273
- }
322274
- },
322275
322106
  {
322276
322107
  "tags": {},
322277
322108
  "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -323091,6 +322922,175 @@
323091
322922
  }
323092
322923
  }
323093
322924
  },
322925
+ {
322926
+ "tags": {
322927
+ "flr-generate": "all"
322928
+ },
322929
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
322930
+ "description": "",
322931
+ "displayName": "Line",
322932
+ "methods": [],
322933
+ "props": {
322934
+ "color": {
322935
+ "defaultValue": {
322936
+ "value": "\"sea-green\""
322937
+ },
322938
+ "description": "The color of the line.",
322939
+ "name": "color",
322940
+ "parent": {
322941
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322942
+ "name": "LineProps"
322943
+ },
322944
+ "declarations": [
322945
+ {
322946
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322947
+ "name": "LineProps"
322948
+ }
322949
+ ],
322950
+ "required": false,
322951
+ "type": {
322952
+ "name": "CategoricalWithCustomColor"
322953
+ }
322954
+ },
322955
+ "className": {
322956
+ "defaultValue": null,
322957
+ "description": "",
322958
+ "name": "className",
322959
+ "parent": {
322960
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322961
+ "name": "HTMLAttributes"
322962
+ },
322963
+ "declarations": [
322964
+ {
322965
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322966
+ "name": "HTMLAttributes"
322967
+ }
322968
+ ],
322969
+ "required": false,
322970
+ "type": {
322971
+ "name": "string"
322972
+ }
322973
+ },
322974
+ "key": {
322975
+ "defaultValue": null,
322976
+ "description": "",
322977
+ "name": "key",
322978
+ "parent": {
322979
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322980
+ "name": "Attributes"
322981
+ },
322982
+ "declarations": [
322983
+ {
322984
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322985
+ "name": "Attributes"
322986
+ }
322987
+ ],
322988
+ "required": false,
322989
+ "type": {
322990
+ "name": "Key | null"
322991
+ }
322992
+ },
322993
+ "type": {
322994
+ "defaultValue": null,
322995
+ "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.}",
322996
+ "name": "type",
322997
+ "parent": {
322998
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322999
+ "name": "CurveProps"
323000
+ },
323001
+ "declarations": [
323002
+ {
323003
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
323004
+ "name": "CurveProps"
323005
+ },
323006
+ {
323007
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323008
+ "name": "LineProps"
323009
+ }
323010
+ ],
323011
+ "required": false,
323012
+ "type": {
323013
+ "name": "CurveType"
323014
+ }
323015
+ },
323016
+ "dataKey": {
323017
+ "defaultValue": null,
323018
+ "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
323019
+ "name": "dataKey",
323020
+ "parent": {
323021
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323022
+ "name": "LineProps"
323023
+ },
323024
+ "declarations": [
323025
+ {
323026
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323027
+ "name": "LineProps"
323028
+ }
323029
+ ],
323030
+ "required": false,
323031
+ "type": {
323032
+ "name": "DataKey<any>"
323033
+ }
323034
+ },
323035
+ "unit": {
323036
+ "defaultValue": null,
323037
+ "description": "The unit of data. This option will be used in tooltip.",
323038
+ "name": "unit",
323039
+ "parent": {
323040
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323041
+ "name": "LineProps"
323042
+ },
323043
+ "declarations": [
323044
+ {
323045
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323046
+ "name": "LineProps"
323047
+ }
323048
+ ],
323049
+ "required": false,
323050
+ "type": {
323051
+ "name": "string | number | null"
323052
+ }
323053
+ },
323054
+ "xAxisId": {
323055
+ "defaultValue": null,
323056
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
323057
+ "name": "xAxisId",
323058
+ "parent": {
323059
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323060
+ "name": "LineProps"
323061
+ },
323062
+ "declarations": [
323063
+ {
323064
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323065
+ "name": "LineProps"
323066
+ }
323067
+ ],
323068
+ "required": false,
323069
+ "type": {
323070
+ "name": "AxisId"
323071
+ }
323072
+ },
323073
+ "yAxisId": {
323074
+ "defaultValue": null,
323075
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
323076
+ "name": "yAxisId",
323077
+ "parent": {
323078
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323079
+ "name": "LineProps"
323080
+ },
323081
+ "declarations": [
323082
+ {
323083
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
323084
+ "name": "LineProps"
323085
+ }
323086
+ ],
323087
+ "required": false,
323088
+ "type": {
323089
+ "name": "AxisId"
323090
+ }
323091
+ }
323092
+ }
323093
+ },
323094
323094
  {
323095
323095
  "tags": {},
323096
323096
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.793",
3
+ "version": "0.2.0-alpha.795",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -60,9 +60,9 @@
60
60
  "@codemirror/lint": "^6.9.5",
61
61
  "@internationalized/string": "^3.2.7",
62
62
  "@lezer/highlight": "^1.2.3",
63
- "@mittwald/flow-icons": "0.2.0-alpha.793",
63
+ "@mittwald/flow-icons": "0.2.0-alpha.795",
64
64
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
65
- "@mittwald/react-tunnel": "0.2.0-alpha.793",
65
+ "@mittwald/react-tunnel": "0.2.0-alpha.795",
66
66
  "@mittwald/react-use-promise": "^4.2.2",
67
67
  "@react-aria/form": "^3.1.3",
68
68
  "@react-aria/i18n": "^3.12.16",
@@ -116,7 +116,7 @@
116
116
  "@lezer/generator": "^1.8.0",
117
117
  "@lezer/lr": "^1.4.8",
118
118
  "@mittwald/flow-core": "",
119
- "@mittwald/flow-design-tokens": "0.2.0-alpha.793",
119
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.795",
120
120
  "@mittwald/flow-icons-base": "",
121
121
  "@mittwald/react-use-promise": "^4.2.2",
122
122
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
@@ -169,7 +169,7 @@
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@internationalized/date": "^3.10.0",
172
- "@mittwald/flow-icons-pro": "0.2.0-alpha.792",
172
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.794",
173
173
  "@mittwald/react-use-promise": "^4.2.2",
174
174
  "next": "*",
175
175
  "react": "^19.2.0",
@@ -190,5 +190,5 @@
190
190
  "optional": true
191
191
  }
192
192
  },
193
- "gitHead": "4ab0c1ba50319f47f755256b9268c9829a094a8f"
193
+ "gitHead": "79052ca8f0c2b19958b2bb349552abac72713ecb"
194
194
  }