@mittwald/flow-react-components 0.2.0-alpha.822 → 0.2.0-alpha.823

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.823](https://github.com/mittwald/flow/compare/0.2.0-alpha.822...0.2.0-alpha.823) (2026-05-06)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.822](https://github.com/mittwald/flow/compare/0.2.0-alpha.821...0.2.0-alpha.822) (2026-05-06)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -277715,6 +277715,14 @@
277715
277715
  }
277716
277716
  }
277717
277717
  },
277718
+ {
277719
+ "tags": {},
277720
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277721
+ "description": "",
277722
+ "displayName": "FormRootError",
277723
+ "methods": [],
277724
+ "props": {}
277725
+ },
277718
277726
  {
277719
277727
  "tags": {},
277720
277728
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
@@ -277758,14 +277766,6 @@
277758
277766
  }
277759
277767
  }
277760
277768
  },
277761
- {
277762
- "tags": {},
277763
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277764
- "description": "",
277765
- "displayName": "FormRootError",
277766
- "methods": [],
277767
- "props": {}
277768
- },
277769
277769
  {
277770
277770
  "tags": {},
277771
277771
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
@@ -290171,72 +290171,6 @@
290171
290171
  }
290172
290172
  }
290173
290173
  },
290174
- {
290175
- "tags": {},
290176
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
290177
- "description": "",
290178
- "displayName": "TabList",
290179
- "methods": [],
290180
- "props": {
290181
- "selection": {
290182
- "defaultValue": null,
290183
- "description": "",
290184
- "name": "selection",
290185
- "parent": {
290186
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290187
- "name": "Props"
290188
- },
290189
- "declarations": [
290190
- {
290191
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290192
- "name": "Props"
290193
- }
290194
- ],
290195
- "required": true,
290196
- "type": {
290197
- "name": "Key | undefined"
290198
- }
290199
- },
290200
- "onContextMenuSelectionChange": {
290201
- "defaultValue": null,
290202
- "description": "",
290203
- "name": "onContextMenuSelectionChange",
290204
- "parent": {
290205
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290206
- "name": "Props"
290207
- },
290208
- "declarations": [
290209
- {
290210
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290211
- "name": "Props"
290212
- }
290213
- ],
290214
- "required": true,
290215
- "type": {
290216
- "name": "(key: Key) => void"
290217
- }
290218
- },
290219
- "disabledKeys": {
290220
- "defaultValue": null,
290221
- "description": "",
290222
- "name": "disabledKeys",
290223
- "parent": {
290224
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290225
- "name": "Props"
290226
- },
290227
- "declarations": [
290228
- {
290229
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290230
- "name": "Props"
290231
- }
290232
- ],
290233
- "required": false,
290234
- "type": {
290235
- "name": "Iterable<Key>"
290236
- }
290237
- }
290238
- }
290239
- },
290240
290174
  {
290241
290175
  "tags": {
290242
290176
  "flr-generate": "all"
@@ -291994,6 +291928,72 @@
291994
291928
  }
291995
291929
  }
291996
291930
  },
291931
+ {
291932
+ "tags": {},
291933
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291934
+ "description": "",
291935
+ "displayName": "TabList",
291936
+ "methods": [],
291937
+ "props": {
291938
+ "selection": {
291939
+ "defaultValue": null,
291940
+ "description": "",
291941
+ "name": "selection",
291942
+ "parent": {
291943
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291944
+ "name": "Props"
291945
+ },
291946
+ "declarations": [
291947
+ {
291948
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291949
+ "name": "Props"
291950
+ }
291951
+ ],
291952
+ "required": true,
291953
+ "type": {
291954
+ "name": "Key | undefined"
291955
+ }
291956
+ },
291957
+ "onContextMenuSelectionChange": {
291958
+ "defaultValue": null,
291959
+ "description": "",
291960
+ "name": "onContextMenuSelectionChange",
291961
+ "parent": {
291962
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291963
+ "name": "Props"
291964
+ },
291965
+ "declarations": [
291966
+ {
291967
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291968
+ "name": "Props"
291969
+ }
291970
+ ],
291971
+ "required": true,
291972
+ "type": {
291973
+ "name": "(key: Key) => void"
291974
+ }
291975
+ },
291976
+ "disabledKeys": {
291977
+ "defaultValue": null,
291978
+ "description": "",
291979
+ "name": "disabledKeys",
291980
+ "parent": {
291981
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291982
+ "name": "Props"
291983
+ },
291984
+ "declarations": [
291985
+ {
291986
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291987
+ "name": "Props"
291988
+ }
291989
+ ],
291990
+ "required": false,
291991
+ "type": {
291992
+ "name": "Iterable<Key>"
291993
+ }
291994
+ }
291995
+ }
291996
+ },
291997
291997
  {
291998
291998
  "tags": {
291999
291999
  "flr-generate": "all"
@@ -348385,62 +348385,6 @@
348385
348385
  "methods": [],
348386
348386
  "props": {}
348387
348387
  },
348388
- {
348389
- "tags": {},
348390
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348391
- "description": "",
348392
- "displayName": "ViewModeMenuItem",
348393
- "methods": [],
348394
- "props": {
348395
- "viewMode": {
348396
- "defaultValue": null,
348397
- "description": "",
348398
- "name": "viewMode",
348399
- "parent": {
348400
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348401
- "name": "Props"
348402
- },
348403
- "declarations": [
348404
- {
348405
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348406
- "name": "Props"
348407
- }
348408
- ],
348409
- "required": true,
348410
- "type": {
348411
- "name": "ListViewMode"
348412
- }
348413
- }
348414
- }
348415
- },
348416
- {
348417
- "tags": {},
348418
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348419
- "description": "",
348420
- "displayName": "ViewModeContextMenu",
348421
- "methods": [],
348422
- "props": {
348423
- "isDisabled": {
348424
- "defaultValue": null,
348425
- "description": "",
348426
- "name": "isDisabled",
348427
- "parent": {
348428
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348429
- "name": "Props"
348430
- },
348431
- "declarations": [
348432
- {
348433
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348434
- "name": "Props"
348435
- }
348436
- ],
348437
- "required": false,
348438
- "type": {
348439
- "name": "boolean"
348440
- }
348441
- }
348442
- }
348443
- },
348444
348388
  {
348445
348389
  "tags": {},
348446
348390
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
@@ -348563,6 +348507,62 @@
348563
348507
  }
348564
348508
  }
348565
348509
  },
348510
+ {
348511
+ "tags": {},
348512
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348513
+ "description": "",
348514
+ "displayName": "ViewModeMenuItem",
348515
+ "methods": [],
348516
+ "props": {
348517
+ "viewMode": {
348518
+ "defaultValue": null,
348519
+ "description": "",
348520
+ "name": "viewMode",
348521
+ "parent": {
348522
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348523
+ "name": "Props"
348524
+ },
348525
+ "declarations": [
348526
+ {
348527
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348528
+ "name": "Props"
348529
+ }
348530
+ ],
348531
+ "required": true,
348532
+ "type": {
348533
+ "name": "ListViewMode"
348534
+ }
348535
+ }
348536
+ }
348537
+ },
348538
+ {
348539
+ "tags": {},
348540
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348541
+ "description": "",
348542
+ "displayName": "ViewModeContextMenu",
348543
+ "methods": [],
348544
+ "props": {
348545
+ "isDisabled": {
348546
+ "defaultValue": null,
348547
+ "description": "",
348548
+ "name": "isDisabled",
348549
+ "parent": {
348550
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348551
+ "name": "Props"
348552
+ },
348553
+ "declarations": [
348554
+ {
348555
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348556
+ "name": "Props"
348557
+ }
348558
+ ],
348559
+ "required": false,
348560
+ "type": {
348561
+ "name": "boolean"
348562
+ }
348563
+ }
348564
+ }
348565
+ },
348566
348566
  {
348567
348567
  "tags": {},
348568
348568
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -356888,6 +356888,34 @@
356888
356888
  }
356889
356889
  }
356890
356890
  },
356891
+ {
356892
+ "tags": {},
356893
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356894
+ "description": "",
356895
+ "displayName": "ListItemSkeletonView",
356896
+ "methods": [],
356897
+ "props": {
356898
+ "viewMode": {
356899
+ "defaultValue": null,
356900
+ "description": "",
356901
+ "name": "viewMode",
356902
+ "parent": {
356903
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356904
+ "name": "ListItemSkeletonViewProps"
356905
+ },
356906
+ "declarations": [
356907
+ {
356908
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356909
+ "name": "ListItemSkeletonViewProps"
356910
+ }
356911
+ ],
356912
+ "required": true,
356913
+ "type": {
356914
+ "name": "ListViewMode"
356915
+ }
356916
+ }
356917
+ }
356918
+ },
356891
356919
  {
356892
356920
  "tags": {},
356893
356921
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -356973,33 +357001,5 @@
356973
357001
  }
356974
357002
  }
356975
357003
  }
356976
- },
356977
- {
356978
- "tags": {},
356979
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356980
- "description": "",
356981
- "displayName": "ListItemSkeletonView",
356982
- "methods": [],
356983
- "props": {
356984
- "viewMode": {
356985
- "defaultValue": null,
356986
- "description": "",
356987
- "name": "viewMode",
356988
- "parent": {
356989
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356990
- "name": "ListItemSkeletonViewProps"
356991
- },
356992
- "declarations": [
356993
- {
356994
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
356995
- "name": "ListItemSkeletonViewProps"
356996
- }
356997
- ],
356998
- "required": true,
356999
- "type": {
357000
- "name": "ListViewMode"
357001
- }
357002
- }
357003
- }
357004
357004
  }
357005
357005
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.822",
3
+ "version": "0.2.0-alpha.823",
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.822",
64
- "@mittwald/password-tools-js": "3.0.0-alpha.29",
65
- "@mittwald/react-tunnel": "0.2.0-alpha.822",
63
+ "@mittwald/flow-icons": "0.2.0-alpha.823",
64
+ "@mittwald/password-tools-js": "3.0.0-alpha.30",
65
+ "@mittwald/react-tunnel": "0.2.0-alpha.823",
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.822",
119
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.823",
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.821",
172
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.822",
173
173
  "@mittwald/react-use-promise": "^4.2.2",
174
174
  "next": "^16.2.3",
175
175
  "react": "^19.2.0",
@@ -190,5 +190,5 @@
190
190
  "optional": true
191
191
  }
192
192
  },
193
- "gitHead": "a279ffc6597142beaa319e131822ef3bf6ef2eac"
193
+ "gitHead": "fcd5d3a45df60b22d6896d76e2a1085ec9eda836"
194
194
  }