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

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,12 @@
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.794](https://github.com/mittwald/flow/compare/0.2.0-alpha.793...0.2.0-alpha.794) (2026-04-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **storybook:** show mittwald branding ([#2454](https://github.com/mittwald/flow/issues/2454)) ([0991688](https://github.com/mittwald/flow/commit/0991688adda8505fe9256d476623dc7ffba5e3e6))
11
+
6
12
  # [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
13
 
8
14
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -223702,6 +223702,70 @@
223702
223702
  }
223703
223703
  }
223704
223704
  },
223705
+ {
223706
+ "tags": {
223707
+ "flr-generate": "all"
223708
+ },
223709
+ "filePath": "src/components/Chat/Chat.tsx",
223710
+ "description": "",
223711
+ "displayName": "Chat",
223712
+ "methods": [],
223713
+ "props": {
223714
+ "height": {
223715
+ "defaultValue": null,
223716
+ "description": "",
223717
+ "name": "height",
223718
+ "parent": {
223719
+ "fileName": "src/components/Chat/Chat.tsx",
223720
+ "name": "ChatProps"
223721
+ },
223722
+ "declarations": [
223723
+ {
223724
+ "fileName": "src/components/Chat/Chat.tsx",
223725
+ "name": "ChatProps"
223726
+ }
223727
+ ],
223728
+ "required": false,
223729
+ "type": {
223730
+ "name": "Height<string | number>"
223731
+ }
223732
+ },
223733
+ "children": {
223734
+ "defaultValue": null,
223735
+ "description": "",
223736
+ "name": "children",
223737
+ "declarations": [
223738
+ {
223739
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
223740
+ "name": "TypeLiteral"
223741
+ }
223742
+ ],
223743
+ "required": false,
223744
+ "type": {
223745
+ "name": "ReactNode"
223746
+ }
223747
+ },
223748
+ "className": {
223749
+ "defaultValue": null,
223750
+ "description": "The elements class name.",
223751
+ "name": "className",
223752
+ "parent": {
223753
+ "fileName": "components/src/lib/types/props.ts",
223754
+ "name": "PropsWithClassName"
223755
+ },
223756
+ "declarations": [
223757
+ {
223758
+ "fileName": "components/src/lib/types/props.ts",
223759
+ "name": "PropsWithClassName"
223760
+ }
223761
+ ],
223762
+ "required": false,
223763
+ "type": {
223764
+ "name": "string"
223765
+ }
223766
+ }
223767
+ }
223768
+ },
223705
223769
  {
223706
223770
  "tags": {
223707
223771
  "flr-generate": "all"
@@ -225860,70 +225924,6 @@
225860
225924
  }
225861
225925
  }
225862
225926
  },
225863
- {
225864
- "tags": {
225865
- "flr-generate": "all"
225866
- },
225867
- "filePath": "src/components/Chat/Chat.tsx",
225868
- "description": "",
225869
- "displayName": "Chat",
225870
- "methods": [],
225871
- "props": {
225872
- "height": {
225873
- "defaultValue": null,
225874
- "description": "",
225875
- "name": "height",
225876
- "parent": {
225877
- "fileName": "src/components/Chat/Chat.tsx",
225878
- "name": "ChatProps"
225879
- },
225880
- "declarations": [
225881
- {
225882
- "fileName": "src/components/Chat/Chat.tsx",
225883
- "name": "ChatProps"
225884
- }
225885
- ],
225886
- "required": false,
225887
- "type": {
225888
- "name": "Height<string | number>"
225889
- }
225890
- },
225891
- "children": {
225892
- "defaultValue": null,
225893
- "description": "",
225894
- "name": "children",
225895
- "declarations": [
225896
- {
225897
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
225898
- "name": "TypeLiteral"
225899
- }
225900
- ],
225901
- "required": false,
225902
- "type": {
225903
- "name": "ReactNode"
225904
- }
225905
- },
225906
- "className": {
225907
- "defaultValue": null,
225908
- "description": "The elements class name.",
225909
- "name": "className",
225910
- "parent": {
225911
- "fileName": "components/src/lib/types/props.ts",
225912
- "name": "PropsWithClassName"
225913
- },
225914
- "declarations": [
225915
- {
225916
- "fileName": "components/src/lib/types/props.ts",
225917
- "name": "PropsWithClassName"
225918
- }
225919
- ],
225920
- "required": false,
225921
- "type": {
225922
- "name": "string"
225923
- }
225924
- }
225925
- }
225926
- },
225927
225927
  {
225928
225928
  "tags": {
225929
225929
  "flr-generate": "all"
@@ -272687,9 +272687,9 @@
272687
272687
  },
272688
272688
  {
272689
272689
  "tags": {},
272690
- "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272690
+ "filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
272691
272691
  "description": "",
272692
- "displayName": "SubmitButton",
272692
+ "displayName": "ResetButton",
272693
272693
  "methods": [],
272694
272694
  "props": {
272695
272695
  "slot": {
@@ -275038,33 +275038,57 @@
275038
275038
  "type": {
275039
275039
  "name": "Key | null"
275040
275040
  }
275041
- },
275042
- "showFeedback": {
275041
+ }
275042
+ }
275043
+ },
275044
+ {
275045
+ "tags": {},
275046
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275047
+ "description": "",
275048
+ "displayName": "FormSettingsProvider",
275049
+ "methods": [],
275050
+ "props": {
275051
+ "submitInterceptor": {
275043
275052
  "defaultValue": null,
275044
275053
  "description": "",
275045
- "name": "showFeedback",
275054
+ "name": "submitInterceptor",
275046
275055
  "parent": {
275047
- "fileName": "components/src/components/Action/types.ts",
275048
- "name": "ActionProps"
275056
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275057
+ "name": "Context"
275049
275058
  },
275050
275059
  "declarations": [
275051
275060
  {
275052
- "fileName": "components/src/components/Action/types.ts",
275053
- "name": "ActionProps"
275061
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275062
+ "name": "Context"
275054
275063
  }
275055
275064
  ],
275056
275065
  "required": false,
275057
275066
  "type": {
275058
- "name": "boolean"
275067
+ "name": "SubmitInterceptor"
275068
+ }
275069
+ },
275070
+ "children": {
275071
+ "defaultValue": null,
275072
+ "description": "",
275073
+ "name": "children",
275074
+ "declarations": [
275075
+ {
275076
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
275077
+ "name": "TypeLiteral"
275078
+ }
275079
+ ],
275080
+ "required": false,
275081
+ "type": {
275082
+ "name": "ReactNode"
275059
275083
  }
275060
275084
  }
275061
275085
  }
275062
275086
  },
275063
275087
  {
275064
275088
  "tags": {},
275065
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
275089
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
275066
275090
  "description": "",
275067
- "displayName": "ResetButton",
275091
+ "displayName": "SubmitButton",
275068
275092
  "methods": [],
275069
275093
  "props": {
275070
275094
  "slot": {
@@ -277413,48 +277437,24 @@
277413
277437
  "type": {
277414
277438
  "name": "Key | null"
277415
277439
  }
277416
- }
277417
- }
277418
- },
277419
- {
277420
- "tags": {},
277421
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277422
- "description": "",
277423
- "displayName": "FormSettingsProvider",
277424
- "methods": [],
277425
- "props": {
277426
- "submitInterceptor": {
277440
+ },
277441
+ "showFeedback": {
277427
277442
  "defaultValue": null,
277428
277443
  "description": "",
277429
- "name": "submitInterceptor",
277444
+ "name": "showFeedback",
277430
277445
  "parent": {
277431
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277432
- "name": "Context"
277446
+ "fileName": "components/src/components/Action/types.ts",
277447
+ "name": "ActionProps"
277433
277448
  },
277434
277449
  "declarations": [
277435
277450
  {
277436
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277437
- "name": "Context"
277438
- }
277439
- ],
277440
- "required": false,
277441
- "type": {
277442
- "name": "SubmitInterceptor"
277443
- }
277444
- },
277445
- "children": {
277446
- "defaultValue": null,
277447
- "description": "",
277448
- "name": "children",
277449
- "declarations": [
277450
- {
277451
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277452
- "name": "TypeLiteral"
277451
+ "fileName": "components/src/components/Action/types.ts",
277452
+ "name": "ActionProps"
277453
277453
  }
277454
277454
  ],
277455
277455
  "required": false,
277456
277456
  "type": {
277457
- "name": "ReactNode"
277457
+ "name": "boolean"
277458
277458
  }
277459
277459
  }
277460
277460
  }
@@ -284135,10 +284135,12 @@
284135
284135
  }
284136
284136
  },
284137
284137
  {
284138
- "tags": {},
284139
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284138
+ "tags": {
284139
+ "deprecated": "Use RouterProvider instead"
284140
+ },
284141
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284140
284142
  "description": "",
284141
- "displayName": "RouterProvider",
284143
+ "displayName": "LinkProvider",
284142
284144
  "methods": [],
284143
284145
  "props": {
284144
284146
  "children": {
@@ -284159,12 +284161,10 @@
284159
284161
  }
284160
284162
  },
284161
284163
  {
284162
- "tags": {
284163
- "deprecated": "Use RouterProvider instead"
284164
- },
284165
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284164
+ "tags": {},
284165
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284166
284166
  "description": "",
284167
- "displayName": "LinkProvider",
284167
+ "displayName": "RouterProvider",
284168
284168
  "methods": [],
284169
284169
  "props": {
284170
284170
  "children": {
@@ -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"
@@ -318107,56 +318107,56 @@
318107
318107
  },
318108
318108
  {
318109
318109
  "tags": {},
318110
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318110
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318111
318111
  "description": "",
318112
- "displayName": "FileSizeText",
318112
+ "displayName": "DeleteButton",
318113
318113
  "methods": [],
318114
318114
  "props": {
318115
- "sizeInBytes": {
318115
+ "onDelete": {
318116
318116
  "defaultValue": null,
318117
318117
  "description": "",
318118
- "name": "sizeInBytes",
318118
+ "name": "onDelete",
318119
318119
  "parent": {
318120
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318120
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318121
318121
  "name": "Props"
318122
318122
  },
318123
318123
  "declarations": [
318124
318124
  {
318125
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318125
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318126
318126
  "name": "Props"
318127
318127
  }
318128
318128
  ],
318129
318129
  "required": true,
318130
318130
  "type": {
318131
- "name": "number"
318131
+ "name": "() => void"
318132
318132
  }
318133
318133
  }
318134
318134
  }
318135
318135
  },
318136
318136
  {
318137
318137
  "tags": {},
318138
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318138
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318139
318139
  "description": "",
318140
- "displayName": "DeleteButton",
318140
+ "displayName": "FileSizeText",
318141
318141
  "methods": [],
318142
318142
  "props": {
318143
- "onDelete": {
318143
+ "sizeInBytes": {
318144
318144
  "defaultValue": null,
318145
318145
  "description": "",
318146
- "name": "onDelete",
318146
+ "name": "sizeInBytes",
318147
318147
  "parent": {
318148
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318148
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318149
318149
  "name": "Props"
318150
318150
  },
318151
318151
  "declarations": [
318152
318152
  {
318153
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318153
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318154
318154
  "name": "Props"
318155
318155
  }
318156
318156
  ],
318157
318157
  "required": true,
318158
318158
  "type": {
318159
- "name": "() => void"
318159
+ "name": "number"
318160
318160
  }
318161
318161
  }
318162
318162
  }
@@ -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
  }
@@ -332077,6 +332077,213 @@
332077
332077
  }
332078
332078
  }
332079
332079
  },
332080
+ {
332081
+ "tags": {
332082
+ "flr-generate": "all"
332083
+ },
332084
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
332085
+ "description": "",
332086
+ "displayName": "Area",
332087
+ "methods": [],
332088
+ "props": {
332089
+ "color": {
332090
+ "defaultValue": {
332091
+ "value": "\"sea-green\""
332092
+ },
332093
+ "description": "The color of the area.",
332094
+ "name": "color",
332095
+ "parent": {
332096
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
332097
+ "name": "AreaProps"
332098
+ },
332099
+ "declarations": [
332100
+ {
332101
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
332102
+ "name": "AreaProps"
332103
+ }
332104
+ ],
332105
+ "required": false,
332106
+ "type": {
332107
+ "name": "CategoricalWithCustomColor"
332108
+ }
332109
+ },
332110
+ "className": {
332111
+ "defaultValue": null,
332112
+ "description": "",
332113
+ "name": "className",
332114
+ "parent": {
332115
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332116
+ "name": "HTMLAttributes"
332117
+ },
332118
+ "declarations": [
332119
+ {
332120
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332121
+ "name": "HTMLAttributes"
332122
+ }
332123
+ ],
332124
+ "required": false,
332125
+ "type": {
332126
+ "name": "string"
332127
+ }
332128
+ },
332129
+ "key": {
332130
+ "defaultValue": null,
332131
+ "description": "",
332132
+ "name": "key",
332133
+ "parent": {
332134
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332135
+ "name": "Attributes"
332136
+ },
332137
+ "declarations": [
332138
+ {
332139
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332140
+ "name": "Attributes"
332141
+ }
332142
+ ],
332143
+ "required": false,
332144
+ "type": {
332145
+ "name": "Key | null"
332146
+ }
332147
+ },
332148
+ "type": {
332149
+ "defaultValue": null,
332150
+ "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.}",
332151
+ "name": "type",
332152
+ "parent": {
332153
+ "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",
332154
+ "name": "CurveProps"
332155
+ },
332156
+ "declarations": [
332157
+ {
332158
+ "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",
332159
+ "name": "CurveProps"
332160
+ },
332161
+ {
332162
+ "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",
332163
+ "name": "LineProps"
332164
+ }
332165
+ ],
332166
+ "required": false,
332167
+ "type": {
332168
+ "name": "CurveType"
332169
+ }
332170
+ },
332171
+ "fillOpacity": {
332172
+ "defaultValue": null,
332173
+ "description": "",
332174
+ "name": "fillOpacity",
332175
+ "parent": {
332176
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332177
+ "name": "SVGAttributes"
332178
+ },
332179
+ "declarations": [
332180
+ {
332181
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332182
+ "name": "SVGAttributes"
332183
+ }
332184
+ ],
332185
+ "required": false,
332186
+ "type": {
332187
+ "name": "string | number"
332188
+ }
332189
+ },
332190
+ "dataKey": {
332191
+ "defaultValue": null,
332192
+ "description": "Decides how to extract the value of this Area 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 Area.",
332193
+ "name": "dataKey",
332194
+ "parent": {
332195
+ "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/Area.d.ts",
332196
+ "name": "AreaProps"
332197
+ },
332198
+ "declarations": [
332199
+ {
332200
+ "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/Area.d.ts",
332201
+ "name": "AreaProps"
332202
+ }
332203
+ ],
332204
+ "required": true,
332205
+ "type": {
332206
+ "name": "DataKey<any>"
332207
+ }
332208
+ },
332209
+ "unit": {
332210
+ "defaultValue": null,
332211
+ "description": "The unit of data. This option will be used in tooltip.",
332212
+ "name": "unit",
332213
+ "parent": {
332214
+ "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/Area.d.ts",
332215
+ "name": "AreaProps"
332216
+ },
332217
+ "declarations": [
332218
+ {
332219
+ "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/Area.d.ts",
332220
+ "name": "AreaProps"
332221
+ }
332222
+ ],
332223
+ "required": false,
332224
+ "type": {
332225
+ "name": "string | number"
332226
+ }
332227
+ },
332228
+ "xAxisId": {
332229
+ "defaultValue": null,
332230
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
332231
+ "name": "xAxisId",
332232
+ "parent": {
332233
+ "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/Area.d.ts",
332234
+ "name": "AreaProps"
332235
+ },
332236
+ "declarations": [
332237
+ {
332238
+ "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/Area.d.ts",
332239
+ "name": "AreaProps"
332240
+ }
332241
+ ],
332242
+ "required": false,
332243
+ "type": {
332244
+ "name": "AxisId"
332245
+ }
332246
+ },
332247
+ "yAxisId": {
332248
+ "defaultValue": null,
332249
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
332250
+ "name": "yAxisId",
332251
+ "parent": {
332252
+ "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/Area.d.ts",
332253
+ "name": "AreaProps"
332254
+ },
332255
+ "declarations": [
332256
+ {
332257
+ "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/Area.d.ts",
332258
+ "name": "AreaProps"
332259
+ }
332260
+ ],
332261
+ "required": false,
332262
+ "type": {
332263
+ "name": "AxisId"
332264
+ }
332265
+ },
332266
+ "stackId": {
332267
+ "defaultValue": null,
332268
+ "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
332269
+ "name": "stackId",
332270
+ "parent": {
332271
+ "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/Area.d.ts",
332272
+ "name": "AreaProps"
332273
+ },
332274
+ "declarations": [
332275
+ {
332276
+ "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/Area.d.ts",
332277
+ "name": "AreaProps"
332278
+ }
332279
+ ],
332280
+ "required": false,
332281
+ "type": {
332282
+ "name": "StackId"
332283
+ }
332284
+ }
332285
+ }
332286
+ },
332080
332287
  {
332081
332288
  "tags": {},
332082
332289
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
@@ -341419,213 +341626,6 @@
341419
341626
  }
341420
341627
  }
341421
341628
  },
341422
- {
341423
- "tags": {
341424
- "flr-generate": "all"
341425
- },
341426
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
341427
- "description": "",
341428
- "displayName": "Area",
341429
- "methods": [],
341430
- "props": {
341431
- "color": {
341432
- "defaultValue": {
341433
- "value": "\"sea-green\""
341434
- },
341435
- "description": "The color of the area.",
341436
- "name": "color",
341437
- "parent": {
341438
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341439
- "name": "AreaProps"
341440
- },
341441
- "declarations": [
341442
- {
341443
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341444
- "name": "AreaProps"
341445
- }
341446
- ],
341447
- "required": false,
341448
- "type": {
341449
- "name": "CategoricalWithCustomColor"
341450
- }
341451
- },
341452
- "className": {
341453
- "defaultValue": null,
341454
- "description": "",
341455
- "name": "className",
341456
- "parent": {
341457
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341458
- "name": "HTMLAttributes"
341459
- },
341460
- "declarations": [
341461
- {
341462
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341463
- "name": "HTMLAttributes"
341464
- }
341465
- ],
341466
- "required": false,
341467
- "type": {
341468
- "name": "string"
341469
- }
341470
- },
341471
- "key": {
341472
- "defaultValue": null,
341473
- "description": "",
341474
- "name": "key",
341475
- "parent": {
341476
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341477
- "name": "Attributes"
341478
- },
341479
- "declarations": [
341480
- {
341481
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341482
- "name": "Attributes"
341483
- }
341484
- ],
341485
- "required": false,
341486
- "type": {
341487
- "name": "Key | null"
341488
- }
341489
- },
341490
- "type": {
341491
- "defaultValue": null,
341492
- "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.}",
341493
- "name": "type",
341494
- "parent": {
341495
- "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",
341496
- "name": "CurveProps"
341497
- },
341498
- "declarations": [
341499
- {
341500
- "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",
341501
- "name": "CurveProps"
341502
- },
341503
- {
341504
- "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",
341505
- "name": "LineProps"
341506
- }
341507
- ],
341508
- "required": false,
341509
- "type": {
341510
- "name": "CurveType"
341511
- }
341512
- },
341513
- "fillOpacity": {
341514
- "defaultValue": null,
341515
- "description": "",
341516
- "name": "fillOpacity",
341517
- "parent": {
341518
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341519
- "name": "SVGAttributes"
341520
- },
341521
- "declarations": [
341522
- {
341523
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341524
- "name": "SVGAttributes"
341525
- }
341526
- ],
341527
- "required": false,
341528
- "type": {
341529
- "name": "string | number"
341530
- }
341531
- },
341532
- "dataKey": {
341533
- "defaultValue": null,
341534
- "description": "Decides how to extract the value of this Area 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 Area.",
341535
- "name": "dataKey",
341536
- "parent": {
341537
- "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/Area.d.ts",
341538
- "name": "AreaProps"
341539
- },
341540
- "declarations": [
341541
- {
341542
- "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/Area.d.ts",
341543
- "name": "AreaProps"
341544
- }
341545
- ],
341546
- "required": true,
341547
- "type": {
341548
- "name": "DataKey<any>"
341549
- }
341550
- },
341551
- "unit": {
341552
- "defaultValue": null,
341553
- "description": "The unit of data. This option will be used in tooltip.",
341554
- "name": "unit",
341555
- "parent": {
341556
- "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/Area.d.ts",
341557
- "name": "AreaProps"
341558
- },
341559
- "declarations": [
341560
- {
341561
- "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/Area.d.ts",
341562
- "name": "AreaProps"
341563
- }
341564
- ],
341565
- "required": false,
341566
- "type": {
341567
- "name": "string | number"
341568
- }
341569
- },
341570
- "xAxisId": {
341571
- "defaultValue": null,
341572
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
341573
- "name": "xAxisId",
341574
- "parent": {
341575
- "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/Area.d.ts",
341576
- "name": "AreaProps"
341577
- },
341578
- "declarations": [
341579
- {
341580
- "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/Area.d.ts",
341581
- "name": "AreaProps"
341582
- }
341583
- ],
341584
- "required": false,
341585
- "type": {
341586
- "name": "AxisId"
341587
- }
341588
- },
341589
- "yAxisId": {
341590
- "defaultValue": null,
341591
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
341592
- "name": "yAxisId",
341593
- "parent": {
341594
- "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/Area.d.ts",
341595
- "name": "AreaProps"
341596
- },
341597
- "declarations": [
341598
- {
341599
- "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/Area.d.ts",
341600
- "name": "AreaProps"
341601
- }
341602
- ],
341603
- "required": false,
341604
- "type": {
341605
- "name": "AxisId"
341606
- }
341607
- },
341608
- "stackId": {
341609
- "defaultValue": null,
341610
- "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
341611
- "name": "stackId",
341612
- "parent": {
341613
- "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/Area.d.ts",
341614
- "name": "AreaProps"
341615
- },
341616
- "declarations": [
341617
- {
341618
- "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/Area.d.ts",
341619
- "name": "AreaProps"
341620
- }
341621
- ],
341622
- "required": false,
341623
- "type": {
341624
- "name": "StackId"
341625
- }
341626
- }
341627
- }
341628
- },
341629
341629
  {
341630
341630
  "tags": {
341631
341631
  "flr-generate": "all"
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.794",
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.794",
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.794",
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.794",
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.793",
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": "286542da2144c3d43c5ea6d934c8f5876cbb3cc1"
194
194
  }