@mittwald/flow-react-components 0.2.0-alpha.652 → 0.2.0-alpha.653

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,10 @@
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.653](https://github.com/mittwald/flow/compare/0.2.0-alpha.652...0.2.0-alpha.653) (2026-01-28)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.652](https://github.com/mittwald/flow/compare/0.2.0-alpha.651...0.2.0-alpha.652) (2026-01-28)
7
11
 
8
12
  ### Bug Fixes
@@ -154710,23 +154710,23 @@
154710
154710
  "tags": {
154711
154711
  "flr-generate": "all"
154712
154712
  },
154713
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
154713
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
154714
154714
  "description": "",
154715
- "displayName": "FileField",
154715
+ "displayName": "FileDropZone",
154716
154716
  "methods": [],
154717
154717
  "props": {
154718
154718
  "onChange": {
154719
154719
  "defaultValue": null,
154720
- "description": "Handler that is called when the file input changes.",
154720
+ "description": "",
154721
154721
  "name": "onChange",
154722
154722
  "parent": {
154723
- "fileName": "components/src/components/FileField/FileField.tsx",
154724
- "name": "FileFieldProps"
154723
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154724
+ "name": "FileDropZoneProps"
154725
154725
  },
154726
154726
  "declarations": [
154727
154727
  {
154728
- "fileName": "components/src/components/FileField/FileField.tsx",
154729
- "name": "FileFieldProps"
154728
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154729
+ "name": "FileDropZoneProps"
154730
154730
  }
154731
154731
  ],
154732
154732
  "required": false,
@@ -154739,13 +154739,13 @@
154739
154739
  "description": "Whether the component is read only.",
154740
154740
  "name": "isReadOnly",
154741
154741
  "parent": {
154742
- "fileName": "components/src/components/FileField/FileField.tsx",
154743
- "name": "FileFieldProps"
154742
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154743
+ "name": "FileDropZoneProps"
154744
154744
  },
154745
154745
  "declarations": [
154746
154746
  {
154747
- "fileName": "components/src/components/FileField/FileField.tsx",
154748
- "name": "FileFieldProps"
154747
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154748
+ "name": "FileDropZoneProps"
154749
154749
  }
154750
154750
  ],
154751
154751
  "required": false,
@@ -154753,19 +154753,23 @@
154753
154753
  "name": "boolean"
154754
154754
  }
154755
154755
  },
154756
- "children": {
154756
+ "className": {
154757
154757
  "defaultValue": null,
154758
- "description": "",
154759
- "name": "children",
154758
+ "description": "The elements class name.",
154759
+ "name": "className",
154760
+ "parent": {
154761
+ "fileName": "components/src/lib/types/props.ts",
154762
+ "name": "PropsWithClassName"
154763
+ },
154760
154764
  "declarations": [
154761
154765
  {
154762
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
154763
- "name": "TypeLiteral"
154766
+ "fileName": "components/src/lib/types/props.ts",
154767
+ "name": "PropsWithClassName"
154764
154768
  }
154765
154769
  ],
154766
154770
  "required": false,
154767
154771
  "type": {
154768
- "name": "ReactNode"
154772
+ "name": "string"
154769
154773
  }
154770
154774
  },
154771
154775
  "wrapWith": {
@@ -154844,6 +154848,21 @@
154844
154848
  "name": "Key | null"
154845
154849
  }
154846
154850
  },
154851
+ "children": {
154852
+ "defaultValue": null,
154853
+ "description": "",
154854
+ "name": "children",
154855
+ "declarations": [
154856
+ {
154857
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
154858
+ "name": "TypeLiteral"
154859
+ }
154860
+ ],
154861
+ "required": false,
154862
+ "type": {
154863
+ "name": "ReactNode"
154864
+ }
154865
+ },
154847
154866
  "name": {
154848
154867
  "defaultValue": null,
154849
154868
  "description": "",
@@ -154901,77 +154920,18 @@
154901
154920
  "name": "boolean"
154902
154921
  }
154903
154922
  },
154904
- "validationBehavior": {
154905
- "defaultValue": {
154906
- "value": "'native'"
154907
- },
154908
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
154909
- "name": "validationBehavior",
154910
- "parent": {
154911
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
154912
- "name": "RACValidation"
154913
- },
154914
- "declarations": [
154915
- {
154916
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
154917
- "name": "RACValidation"
154918
- }
154919
- ],
154920
- "required": false,
154921
- "type": {
154922
- "name": "\"native\" | \"aria\""
154923
- }
154924
- },
154925
154923
  "isDisabled": {
154926
154924
  "defaultValue": null,
154927
- "description": "Whether the input is disabled.",
154925
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
154928
154926
  "name": "isDisabled",
154929
154927
  "parent": {
154930
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
154931
- "name": "InputBase"
154932
- },
154933
- "declarations": [
154934
- {
154935
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
154936
- "name": "InputBase"
154937
- }
154938
- ],
154939
- "required": false,
154940
- "type": {
154941
- "name": "boolean"
154942
- }
154943
- },
154944
- "isRequired": {
154945
- "defaultValue": null,
154946
- "description": "Whether user input is required on the input before form submission.",
154947
- "name": "isRequired",
154948
- "parent": {
154949
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
154950
- "name": "Validation"
154951
- },
154952
- "declarations": [
154953
- {
154954
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
154955
- "name": "Validation"
154956
- }
154957
- ],
154958
- "required": false,
154959
- "type": {
154960
- "name": "boolean"
154961
- }
154962
- },
154963
- "isInvalid": {
154964
- "defaultValue": null,
154965
- "description": "Whether the value is invalid.",
154966
- "name": "isInvalid",
154967
- "parent": {
154968
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
154969
- "name": "TextFieldProps"
154928
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@react-aria/dnd/dist/types.d.ts",
154929
+ "name": "DropOptions"
154970
154930
  },
154971
154931
  "declarations": [
154972
154932
  {
154973
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
154974
- "name": "TextFieldProps"
154933
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@react-aria/dnd/dist/types.d.ts",
154934
+ "name": "DropOptions"
154975
154935
  }
154976
154936
  ],
154977
154937
  "required": false,
@@ -154985,23 +154945,23 @@
154985
154945
  "tags": {
154986
154946
  "flr-generate": "all"
154987
154947
  },
154988
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
154948
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
154989
154949
  "description": "",
154990
- "displayName": "FileDropZone",
154950
+ "displayName": "FileField",
154991
154951
  "methods": [],
154992
154952
  "props": {
154993
154953
  "onChange": {
154994
154954
  "defaultValue": null,
154995
- "description": "",
154955
+ "description": "Handler that is called when the file input changes.",
154996
154956
  "name": "onChange",
154997
154957
  "parent": {
154998
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154999
- "name": "FileDropZoneProps"
154958
+ "fileName": "components/src/components/FileField/FileField.tsx",
154959
+ "name": "FileFieldProps"
155000
154960
  },
155001
154961
  "declarations": [
155002
154962
  {
155003
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155004
- "name": "FileDropZoneProps"
154963
+ "fileName": "components/src/components/FileField/FileField.tsx",
154964
+ "name": "FileFieldProps"
155005
154965
  }
155006
154966
  ],
155007
154967
  "required": false,
@@ -155014,13 +154974,13 @@
155014
154974
  "description": "Whether the component is read only.",
155015
154975
  "name": "isReadOnly",
155016
154976
  "parent": {
155017
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155018
- "name": "FileDropZoneProps"
154977
+ "fileName": "components/src/components/FileField/FileField.tsx",
154978
+ "name": "FileFieldProps"
155019
154979
  },
155020
154980
  "declarations": [
155021
154981
  {
155022
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155023
- "name": "FileDropZoneProps"
154982
+ "fileName": "components/src/components/FileField/FileField.tsx",
154983
+ "name": "FileFieldProps"
155024
154984
  }
155025
154985
  ],
155026
154986
  "required": false,
@@ -155028,23 +154988,19 @@
155028
154988
  "name": "boolean"
155029
154989
  }
155030
154990
  },
155031
- "className": {
154991
+ "children": {
155032
154992
  "defaultValue": null,
155033
- "description": "The elements class name.",
155034
- "name": "className",
155035
- "parent": {
155036
- "fileName": "components/src/lib/types/props.ts",
155037
- "name": "PropsWithClassName"
155038
- },
154993
+ "description": "",
154994
+ "name": "children",
155039
154995
  "declarations": [
155040
154996
  {
155041
- "fileName": "components/src/lib/types/props.ts",
155042
- "name": "PropsWithClassName"
154997
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
154998
+ "name": "TypeLiteral"
155043
154999
  }
155044
155000
  ],
155045
155001
  "required": false,
155046
155002
  "type": {
155047
- "name": "string"
155003
+ "name": "ReactNode"
155048
155004
  }
155049
155005
  },
155050
155006
  "wrapWith": {
@@ -155123,21 +155079,6 @@
155123
155079
  "name": "Key | null"
155124
155080
  }
155125
155081
  },
155126
- "children": {
155127
- "defaultValue": null,
155128
- "description": "",
155129
- "name": "children",
155130
- "declarations": [
155131
- {
155132
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
155133
- "name": "TypeLiteral"
155134
- }
155135
- ],
155136
- "required": false,
155137
- "type": {
155138
- "name": "ReactNode"
155139
- }
155140
- },
155141
155082
  "name": {
155142
155083
  "defaultValue": null,
155143
155084
  "description": "",
@@ -155195,18 +155136,77 @@
155195
155136
  "name": "boolean"
155196
155137
  }
155197
155138
  },
155139
+ "validationBehavior": {
155140
+ "defaultValue": {
155141
+ "value": "'native'"
155142
+ },
155143
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
155144
+ "name": "validationBehavior",
155145
+ "parent": {
155146
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
155147
+ "name": "RACValidation"
155148
+ },
155149
+ "declarations": [
155150
+ {
155151
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
155152
+ "name": "RACValidation"
155153
+ }
155154
+ ],
155155
+ "required": false,
155156
+ "type": {
155157
+ "name": "\"native\" | \"aria\""
155158
+ }
155159
+ },
155198
155160
  "isDisabled": {
155199
155161
  "defaultValue": null,
155200
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
155162
+ "description": "Whether the input is disabled.",
155201
155163
  "name": "isDisabled",
155202
155164
  "parent": {
155203
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@react-aria/dnd/dist/types.d.ts",
155204
- "name": "DropOptions"
155165
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
155166
+ "name": "InputBase"
155205
155167
  },
155206
155168
  "declarations": [
155207
155169
  {
155208
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@react-aria/dnd/dist/types.d.ts",
155209
- "name": "DropOptions"
155170
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
155171
+ "name": "InputBase"
155172
+ }
155173
+ ],
155174
+ "required": false,
155175
+ "type": {
155176
+ "name": "boolean"
155177
+ }
155178
+ },
155179
+ "isRequired": {
155180
+ "defaultValue": null,
155181
+ "description": "Whether user input is required on the input before form submission.",
155182
+ "name": "isRequired",
155183
+ "parent": {
155184
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
155185
+ "name": "Validation"
155186
+ },
155187
+ "declarations": [
155188
+ {
155189
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/inputs.d.ts",
155190
+ "name": "Validation"
155191
+ }
155192
+ ],
155193
+ "required": false,
155194
+ "type": {
155195
+ "name": "boolean"
155196
+ }
155197
+ },
155198
+ "isInvalid": {
155199
+ "defaultValue": null,
155200
+ "description": "Whether the value is invalid.",
155201
+ "name": "isInvalid",
155202
+ "parent": {
155203
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
155204
+ "name": "TextFieldProps"
155205
+ },
155206
+ "declarations": [
155207
+ {
155208
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
155209
+ "name": "TextFieldProps"
155210
155210
  }
155211
155211
  ],
155212
155212
  "required": false,
@@ -300425,53 +300425,6 @@
300425
300425
  }
300426
300426
  }
300427
300427
  },
300428
- {
300429
- "tags": {},
300430
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300431
- "description": "",
300432
- "displayName": "PasswordGenerateButton",
300433
- "methods": [],
300434
- "props": {
300435
- "isDisabled": {
300436
- "defaultValue": null,
300437
- "description": "",
300438
- "name": "isDisabled",
300439
- "parent": {
300440
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300441
- "name": "Props"
300442
- },
300443
- "declarations": [
300444
- {
300445
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300446
- "name": "Props"
300447
- }
300448
- ],
300449
- "required": false,
300450
- "type": {
300451
- "name": "boolean"
300452
- }
300453
- },
300454
- "onGeneratePasswordAction": {
300455
- "defaultValue": null,
300456
- "description": "",
300457
- "name": "onGeneratePasswordAction",
300458
- "parent": {
300459
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300460
- "name": "Props"
300461
- },
300462
- "declarations": [
300463
- {
300464
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300465
- "name": "Props"
300466
- }
300467
- ],
300468
- "required": false,
300469
- "type": {
300470
- "name": "ActionFn"
300471
- }
300472
- }
300473
- }
300474
- },
300475
300428
  {
300476
300429
  "tags": {
300477
300430
  "internal": ""
@@ -300559,6 +300512,53 @@
300559
300512
  }
300560
300513
  }
300561
300514
  },
300515
+ {
300516
+ "tags": {},
300517
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300518
+ "description": "",
300519
+ "displayName": "PasswordGenerateButton",
300520
+ "methods": [],
300521
+ "props": {
300522
+ "isDisabled": {
300523
+ "defaultValue": null,
300524
+ "description": "",
300525
+ "name": "isDisabled",
300526
+ "parent": {
300527
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300528
+ "name": "Props"
300529
+ },
300530
+ "declarations": [
300531
+ {
300532
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300533
+ "name": "Props"
300534
+ }
300535
+ ],
300536
+ "required": false,
300537
+ "type": {
300538
+ "name": "boolean"
300539
+ }
300540
+ },
300541
+ "onGeneratePasswordAction": {
300542
+ "defaultValue": null,
300543
+ "description": "",
300544
+ "name": "onGeneratePasswordAction",
300545
+ "parent": {
300546
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300547
+ "name": "Props"
300548
+ },
300549
+ "declarations": [
300550
+ {
300551
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300552
+ "name": "Props"
300553
+ }
300554
+ ],
300555
+ "required": false,
300556
+ "type": {
300557
+ "name": "ActionFn"
300558
+ }
300559
+ }
300560
+ }
300561
+ },
300562
300562
  {
300563
300563
  "tags": {
300564
300564
  "flr-generate": "all"
@@ -309784,161 +309784,6 @@
309784
309784
  }
309785
309785
  }
309786
309786
  },
309787
- {
309788
- "tags": {
309789
- "flr-generate": "all"
309790
- },
309791
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
309792
- "description": "",
309793
- "displayName": "ContextMenuSection",
309794
- "methods": [],
309795
- "props": {
309796
- "children": {
309797
- "defaultValue": null,
309798
- "description": "",
309799
- "name": "children",
309800
- "declarations": [
309801
- {
309802
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
309803
- "name": "TypeLiteral"
309804
- }
309805
- ],
309806
- "required": false,
309807
- "type": {
309808
- "name": "ReactNode"
309809
- }
309810
- },
309811
- "wrapWith": {
309812
- "defaultValue": null,
309813
- "description": "",
309814
- "name": "wrapWith",
309815
- "parent": {
309816
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309817
- "name": "FlowComponentProps"
309818
- },
309819
- "declarations": [
309820
- {
309821
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309822
- "name": "FlowComponentProps"
309823
- }
309824
- ],
309825
- "required": false,
309826
- "type": {
309827
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309828
- }
309829
- },
309830
- "tunnelId": {
309831
- "defaultValue": null,
309832
- "description": "@internal",
309833
- "name": "tunnelId",
309834
- "parent": {
309835
- "fileName": "components/src/lib/types/props.ts",
309836
- "name": "PropsWithTunnel"
309837
- },
309838
- "declarations": [
309839
- {
309840
- "fileName": "components/src/lib/types/props.ts",
309841
- "name": "PropsWithTunnel"
309842
- }
309843
- ],
309844
- "required": false,
309845
- "type": {
309846
- "name": "string | null"
309847
- }
309848
- },
309849
- "ref": {
309850
- "defaultValue": null,
309851
- "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}",
309852
- "name": "ref",
309853
- "parent": {
309854
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
309855
- "name": "RefAttributes"
309856
- },
309857
- "declarations": [
309858
- {
309859
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
309860
- "name": "RefAttributes"
309861
- }
309862
- ],
309863
- "required": false,
309864
- "type": {
309865
- "name": "Ref<HTMLSpanElement>"
309866
- }
309867
- },
309868
- "key": {
309869
- "defaultValue": null,
309870
- "description": "",
309871
- "name": "key",
309872
- "parent": {
309873
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
309874
- "name": "Attributes"
309875
- },
309876
- "declarations": [
309877
- {
309878
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
309879
- "name": "Attributes"
309880
- }
309881
- ],
309882
- "required": false,
309883
- "type": {
309884
- "name": "Key | null"
309885
- }
309886
- },
309887
- "selectedKeys": {
309888
- "defaultValue": null,
309889
- "description": "The currently selected keys in the collection (controlled).",
309890
- "name": "selectedKeys",
309891
- "parent": {
309892
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
309893
- "name": "MultipleSelection"
309894
- },
309895
- "declarations": [
309896
- {
309897
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
309898
- "name": "MultipleSelection"
309899
- }
309900
- ],
309901
- "required": false,
309902
- "type": {
309903
- "name": "\"all\" | Iterable<Key>"
309904
- }
309905
- },
309906
- "defaultSelectedKeys": {
309907
- "defaultValue": null,
309908
- "description": "The initial selected keys in the collection (uncontrolled).",
309909
- "name": "defaultSelectedKeys",
309910
- "parent": {
309911
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
309912
- "name": "MultipleSelection"
309913
- },
309914
- "declarations": [
309915
- {
309916
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
309917
- "name": "MultipleSelection"
309918
- }
309919
- ],
309920
- "required": false,
309921
- "type": {
309922
- "name": "\"all\" | Iterable<Key>"
309923
- }
309924
- },
309925
- "selectionMode": {
309926
- "defaultValue": null,
309927
- "description": "",
309928
- "name": "selectionMode",
309929
- "declarations": [
309930
- {
309931
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
309932
- "name": "TypeLiteral"
309933
- }
309934
- ],
309935
- "required": false,
309936
- "type": {
309937
- "name": "ContextMenuSelectionMode"
309938
- }
309939
- }
309940
- }
309941
- },
309942
309787
  {
309943
309788
  "tags": {
309944
309789
  "flr-generate": "all"
@@ -311740,6 +311585,161 @@
311740
311585
  }
311741
311586
  }
311742
311587
  },
311588
+ {
311589
+ "tags": {
311590
+ "flr-generate": "all"
311591
+ },
311592
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311593
+ "description": "",
311594
+ "displayName": "ContextMenuSection",
311595
+ "methods": [],
311596
+ "props": {
311597
+ "children": {
311598
+ "defaultValue": null,
311599
+ "description": "",
311600
+ "name": "children",
311601
+ "declarations": [
311602
+ {
311603
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
311604
+ "name": "TypeLiteral"
311605
+ }
311606
+ ],
311607
+ "required": false,
311608
+ "type": {
311609
+ "name": "ReactNode"
311610
+ }
311611
+ },
311612
+ "wrapWith": {
311613
+ "defaultValue": null,
311614
+ "description": "",
311615
+ "name": "wrapWith",
311616
+ "parent": {
311617
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311618
+ "name": "FlowComponentProps"
311619
+ },
311620
+ "declarations": [
311621
+ {
311622
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311623
+ "name": "FlowComponentProps"
311624
+ }
311625
+ ],
311626
+ "required": false,
311627
+ "type": {
311628
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311629
+ }
311630
+ },
311631
+ "tunnelId": {
311632
+ "defaultValue": null,
311633
+ "description": "@internal",
311634
+ "name": "tunnelId",
311635
+ "parent": {
311636
+ "fileName": "components/src/lib/types/props.ts",
311637
+ "name": "PropsWithTunnel"
311638
+ },
311639
+ "declarations": [
311640
+ {
311641
+ "fileName": "components/src/lib/types/props.ts",
311642
+ "name": "PropsWithTunnel"
311643
+ }
311644
+ ],
311645
+ "required": false,
311646
+ "type": {
311647
+ "name": "string | null"
311648
+ }
311649
+ },
311650
+ "ref": {
311651
+ "defaultValue": null,
311652
+ "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}",
311653
+ "name": "ref",
311654
+ "parent": {
311655
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
311656
+ "name": "RefAttributes"
311657
+ },
311658
+ "declarations": [
311659
+ {
311660
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
311661
+ "name": "RefAttributes"
311662
+ }
311663
+ ],
311664
+ "required": false,
311665
+ "type": {
311666
+ "name": "Ref<HTMLSpanElement>"
311667
+ }
311668
+ },
311669
+ "key": {
311670
+ "defaultValue": null,
311671
+ "description": "",
311672
+ "name": "key",
311673
+ "parent": {
311674
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
311675
+ "name": "Attributes"
311676
+ },
311677
+ "declarations": [
311678
+ {
311679
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
311680
+ "name": "Attributes"
311681
+ }
311682
+ ],
311683
+ "required": false,
311684
+ "type": {
311685
+ "name": "Key | null"
311686
+ }
311687
+ },
311688
+ "selectedKeys": {
311689
+ "defaultValue": null,
311690
+ "description": "The currently selected keys in the collection (controlled).",
311691
+ "name": "selectedKeys",
311692
+ "parent": {
311693
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
311694
+ "name": "MultipleSelection"
311695
+ },
311696
+ "declarations": [
311697
+ {
311698
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
311699
+ "name": "MultipleSelection"
311700
+ }
311701
+ ],
311702
+ "required": false,
311703
+ "type": {
311704
+ "name": "\"all\" | Iterable<Key>"
311705
+ }
311706
+ },
311707
+ "defaultSelectedKeys": {
311708
+ "defaultValue": null,
311709
+ "description": "The initial selected keys in the collection (uncontrolled).",
311710
+ "name": "defaultSelectedKeys",
311711
+ "parent": {
311712
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
311713
+ "name": "MultipleSelection"
311714
+ },
311715
+ "declarations": [
311716
+ {
311717
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/selection.d.ts",
311718
+ "name": "MultipleSelection"
311719
+ }
311720
+ ],
311721
+ "required": false,
311722
+ "type": {
311723
+ "name": "\"all\" | Iterable<Key>"
311724
+ }
311725
+ },
311726
+ "selectionMode": {
311727
+ "defaultValue": null,
311728
+ "description": "",
311729
+ "name": "selectionMode",
311730
+ "declarations": [
311731
+ {
311732
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311733
+ "name": "TypeLiteral"
311734
+ }
311735
+ ],
311736
+ "required": false,
311737
+ "type": {
311738
+ "name": "ContextMenuSelectionMode"
311739
+ }
311740
+ }
311741
+ }
311742
+ },
311743
311743
  {
311744
311744
  "tags": {
311745
311745
  "flr-generate": "all"
@@ -335217,208 +335217,208 @@
335217
335217
  },
335218
335218
  {
335219
335219
  "tags": {},
335220
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335220
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335221
335221
  "description": "",
335222
- "displayName": "SearchField",
335222
+ "displayName": "ViewModeMenuItem",
335223
335223
  "methods": [],
335224
335224
  "props": {
335225
- "search": {
335225
+ "viewMode": {
335226
335226
  "defaultValue": null,
335227
335227
  "description": "",
335228
- "name": "search",
335228
+ "name": "viewMode",
335229
335229
  "parent": {
335230
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335230
+ "fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335231
335231
  "name": "Props"
335232
335232
  },
335233
335233
  "declarations": [
335234
335234
  {
335235
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335235
+ "fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335236
335236
  "name": "Props"
335237
335237
  }
335238
335238
  ],
335239
335239
  "required": true,
335240
335240
  "type": {
335241
- "name": "Search<never>"
335242
- }
335243
- },
335244
- "className": {
335245
- "defaultValue": null,
335246
- "description": "The elements class name.",
335247
- "name": "className",
335248
- "parent": {
335249
- "fileName": "components/src/lib/types/props.ts",
335250
- "name": "PropsWithClassName"
335251
- },
335252
- "declarations": [
335253
- {
335254
- "fileName": "components/src/lib/types/props.ts",
335255
- "name": "PropsWithClassName"
335256
- }
335257
- ],
335258
- "required": false,
335259
- "type": {
335260
- "name": "string"
335241
+ "name": "ListViewMode"
335261
335242
  }
335262
335243
  }
335263
335244
  }
335264
335245
  },
335265
335246
  {
335266
335247
  "tags": {},
335267
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
335248
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
335268
335249
  "description": "",
335269
- "displayName": "FilterMenuList",
335250
+ "displayName": "ViewModeMenu",
335270
335251
  "methods": [],
335271
335252
  "props": {}
335272
335253
  },
335273
335254
  {
335274
335255
  "tags": {},
335275
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335256
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335276
335257
  "description": "",
335277
- "displayName": "FilterMenuItem",
335258
+ "displayName": "SortingMenuItem",
335278
335259
  "methods": [],
335279
335260
  "props": {
335280
- "filterValue": {
335261
+ "sorting": {
335281
335262
  "defaultValue": null,
335282
335263
  "description": "",
335283
- "name": "filterValue",
335264
+ "name": "sorting",
335284
335265
  "parent": {
335285
- "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335266
+ "fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335286
335267
  "name": "Props"
335287
335268
  },
335288
335269
  "declarations": [
335289
335270
  {
335290
- "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335271
+ "fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335291
335272
  "name": "Props"
335292
335273
  }
335293
335274
  ],
335294
335275
  "required": true,
335295
335276
  "type": {
335296
- "name": "FilterValue"
335277
+ "name": "Sorting<never>"
335297
335278
  }
335298
335279
  }
335299
335280
  }
335300
335281
  },
335301
335282
  {
335302
335283
  "tags": {},
335303
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335284
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
335304
335285
  "description": "",
335305
- "displayName": "FilterMenu",
335286
+ "displayName": "SortingMenu",
335287
+ "methods": [],
335288
+ "props": {}
335289
+ },
335290
+ {
335291
+ "tags": {},
335292
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
335293
+ "description": "",
335294
+ "displayName": "SettingsMenu",
335295
+ "methods": [],
335296
+ "props": {}
335297
+ },
335298
+ {
335299
+ "tags": {},
335300
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335301
+ "description": "",
335302
+ "displayName": "SearchField",
335306
335303
  "methods": [],
335307
335304
  "props": {
335308
- "filter": {
335305
+ "search": {
335309
335306
  "defaultValue": null,
335310
335307
  "description": "",
335311
- "name": "filter",
335308
+ "name": "search",
335312
335309
  "parent": {
335313
- "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335310
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335314
335311
  "name": "Props"
335315
335312
  },
335316
335313
  "declarations": [
335317
335314
  {
335318
- "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335315
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335319
335316
  "name": "Props"
335320
335317
  }
335321
335318
  ],
335322
335319
  "required": true,
335323
335320
  "type": {
335324
- "name": "Filter<never, never, never>"
335321
+ "name": "Search<never>"
335322
+ }
335323
+ },
335324
+ "className": {
335325
+ "defaultValue": null,
335326
+ "description": "The elements class name.",
335327
+ "name": "className",
335328
+ "parent": {
335329
+ "fileName": "components/src/lib/types/props.ts",
335330
+ "name": "PropsWithClassName"
335331
+ },
335332
+ "declarations": [
335333
+ {
335334
+ "fileName": "components/src/lib/types/props.ts",
335335
+ "name": "PropsWithClassName"
335336
+ }
335337
+ ],
335338
+ "required": false,
335339
+ "type": {
335340
+ "name": "string"
335325
335341
  }
335326
335342
  }
335327
335343
  }
335328
335344
  },
335329
335345
  {
335330
335346
  "tags": {},
335331
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
335332
- "description": "",
335333
- "displayName": "CombinedFilterMenu",
335334
- "methods": [],
335335
- "props": {}
335336
- },
335337
- {
335338
- "tags": {},
335339
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
335347
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
335340
335348
  "description": "",
335341
- "displayName": "ActiveFilters",
335349
+ "displayName": "FilterMenuList",
335342
335350
  "methods": [],
335343
335351
  "props": {}
335344
335352
  },
335345
335353
  {
335346
335354
  "tags": {},
335347
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335355
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335348
335356
  "description": "",
335349
- "displayName": "ViewModeMenuItem",
335357
+ "displayName": "FilterMenuItem",
335350
335358
  "methods": [],
335351
335359
  "props": {
335352
- "viewMode": {
335360
+ "filterValue": {
335353
335361
  "defaultValue": null,
335354
335362
  "description": "",
335355
- "name": "viewMode",
335363
+ "name": "filterValue",
335356
335364
  "parent": {
335357
- "fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335365
+ "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335358
335366
  "name": "Props"
335359
335367
  },
335360
335368
  "declarations": [
335361
335369
  {
335362
- "fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
335370
+ "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
335363
335371
  "name": "Props"
335364
335372
  }
335365
335373
  ],
335366
335374
  "required": true,
335367
335375
  "type": {
335368
- "name": "ListViewMode"
335376
+ "name": "FilterValue"
335369
335377
  }
335370
335378
  }
335371
335379
  }
335372
335380
  },
335373
335381
  {
335374
335382
  "tags": {},
335375
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
335376
- "description": "",
335377
- "displayName": "ViewModeMenu",
335378
- "methods": [],
335379
- "props": {}
335380
- },
335381
- {
335382
- "tags": {},
335383
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335383
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335384
335384
  "description": "",
335385
- "displayName": "SortingMenuItem",
335385
+ "displayName": "FilterMenu",
335386
335386
  "methods": [],
335387
335387
  "props": {
335388
- "sorting": {
335388
+ "filter": {
335389
335389
  "defaultValue": null,
335390
335390
  "description": "",
335391
- "name": "sorting",
335391
+ "name": "filter",
335392
335392
  "parent": {
335393
- "fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335393
+ "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335394
335394
  "name": "Props"
335395
335395
  },
335396
335396
  "declarations": [
335397
335397
  {
335398
- "fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
335398
+ "fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
335399
335399
  "name": "Props"
335400
335400
  }
335401
335401
  ],
335402
335402
  "required": true,
335403
335403
  "type": {
335404
- "name": "Sorting<never>"
335404
+ "name": "Filter<never, never, never>"
335405
335405
  }
335406
335406
  }
335407
335407
  }
335408
335408
  },
335409
335409
  {
335410
335410
  "tags": {},
335411
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
335411
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
335412
335412
  "description": "",
335413
- "displayName": "SortingMenu",
335413
+ "displayName": "CombinedFilterMenu",
335414
335414
  "methods": [],
335415
335415
  "props": {}
335416
335416
  },
335417
335417
  {
335418
335418
  "tags": {},
335419
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
335419
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
335420
335420
  "description": "",
335421
- "displayName": "SettingsMenu",
335421
+ "displayName": "ActiveFilters",
335422
335422
  "methods": [],
335423
335423
  "props": {}
335424
335424
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.652",
3
+ "version": "0.2.0-alpha.653",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.652",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.653",
62
62
  "@mittwald/react-use-promise": "^4.2.2",
63
63
  "@react-aria/form": "^3.1.3",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -103,7 +103,7 @@
103
103
  "@faker-js/faker": "^10.2.0",
104
104
  "@internationalized/date": "^3.10.1",
105
105
  "@mittwald/flow-core": "",
106
- "@mittwald/flow-design-tokens": "0.2.0-alpha.652",
106
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.653",
107
107
  "@mittwald/react-use-promise": "^4.2.2",
108
108
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
109
109
  "@mittwald/typescript-config": "",
@@ -172,5 +172,5 @@
172
172
  "optional": true
173
173
  }
174
174
  },
175
- "gitHead": "8b12ea068fab21bb5cd35945665f7e7a2c3e4bba"
175
+ "gitHead": "e40138d8fd5585f3f29416490ed26322cce832e8"
176
176
  }