@mittwald/flow-react-components 0.2.0-alpha.626 → 0.2.0-alpha.627

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.627](https://github.com/mittwald/flow/compare/0.2.0-alpha.626...0.2.0-alpha.627) (2026-01-13)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.626](https://github.com/mittwald/flow/compare/0.2.0-alpha.625...0.2.0-alpha.626) (2026-01-12)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -273112,7 +273112,33 @@
273112
273112
  "tags": {
273113
273113
  "deprecated": "Use RouterProvider instead"
273114
273114
  },
273115
- "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
273115
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
273116
+ "description": "",
273117
+ "displayName": "LinkProvider",
273118
+ "methods": [],
273119
+ "props": {
273120
+ "children": {
273121
+ "defaultValue": null,
273122
+ "description": "",
273123
+ "name": "children",
273124
+ "declarations": [
273125
+ {
273126
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
273127
+ "name": "TypeLiteral"
273128
+ }
273129
+ ],
273130
+ "required": false,
273131
+ "type": {
273132
+ "name": "ReactNode"
273133
+ }
273134
+ }
273135
+ }
273136
+ },
273137
+ {
273138
+ "tags": {
273139
+ "deprecated": "Use RouterProvider instead"
273140
+ },
273141
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
273116
273142
  "description": "",
273117
273143
  "displayName": "Link",
273118
273144
  "methods": [],
@@ -273122,12 +273148,12 @@
273122
273148
  "description": "",
273123
273149
  "name": "ref",
273124
273150
  "parent": {
273125
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273151
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273126
273152
  "name": "Props"
273127
273153
  },
273128
273154
  "declarations": [
273129
273155
  {
273130
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273156
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273131
273157
  "name": "Props"
273132
273158
  }
273133
273159
  ],
@@ -273141,12 +273167,12 @@
273141
273167
  "description": "",
273142
273168
  "name": "isDisabled",
273143
273169
  "parent": {
273144
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273170
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273145
273171
  "name": "Props"
273146
273172
  },
273147
273173
  "declarations": [
273148
273174
  {
273149
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273175
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273150
273176
  "name": "Props"
273151
273177
  }
273152
273178
  ],
@@ -278610,32 +278636,6 @@
278610
278636
  }
278611
278637
  }
278612
278638
  },
278613
- {
278614
- "tags": {
278615
- "deprecated": "Use RouterProvider instead"
278616
- },
278617
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
278618
- "description": "",
278619
- "displayName": "LinkProvider",
278620
- "methods": [],
278621
- "props": {
278622
- "children": {
278623
- "defaultValue": null,
278624
- "description": "",
278625
- "name": "children",
278626
- "declarations": [
278627
- {
278628
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
278629
- "name": "TypeLiteral"
278630
- }
278631
- ],
278632
- "required": false,
278633
- "type": {
278634
- "name": "ReactNode"
278635
- }
278636
- }
278637
- }
278638
- },
278639
278639
  {
278640
278640
  "tags": {
278641
278641
  "flr-generate": "all"
@@ -297872,67 +297872,71 @@
297872
297872
  }
297873
297873
  },
297874
297874
  {
297875
- "tags": {},
297876
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297875
+ "tags": {
297876
+ "internal": ""
297877
+ },
297878
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297877
297879
  "description": "",
297878
- "displayName": "ValidationResultButton",
297880
+ "displayName": "TogglePasswordVisibilityButton",
297879
297881
  "methods": [],
297880
297882
  "props": {
297881
- "policyValidationResult": {
297882
- "defaultValue": null,
297883
+ "isDisabled": {
297884
+ "defaultValue": {
297885
+ "value": "false"
297886
+ },
297883
297887
  "description": "",
297884
- "name": "policyValidationResult",
297888
+ "name": "isDisabled",
297885
297889
  "parent": {
297886
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297890
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297887
297891
  "name": "Props"
297888
297892
  },
297889
297893
  "declarations": [
297890
297894
  {
297891
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297895
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297892
297896
  "name": "Props"
297893
297897
  }
297894
297898
  ],
297895
297899
  "required": false,
297896
297900
  "type": {
297897
- "name": "ResolvedPolicyValidationResult"
297901
+ "name": "boolean"
297898
297902
  }
297899
297903
  },
297900
- "isDisabled": {
297904
+ "isVisible": {
297901
297905
  "defaultValue": null,
297902
297906
  "description": "",
297903
- "name": "isDisabled",
297907
+ "name": "isVisible",
297904
297908
  "parent": {
297905
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297909
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297906
297910
  "name": "Props"
297907
297911
  },
297908
297912
  "declarations": [
297909
297913
  {
297910
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297914
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297911
297915
  "name": "Props"
297912
297916
  }
297913
297917
  ],
297914
- "required": false,
297918
+ "required": true,
297915
297919
  "type": {
297916
297920
  "name": "boolean"
297917
297921
  }
297918
297922
  },
297919
- "isEmptyValue": {
297923
+ "onPress": {
297920
297924
  "defaultValue": null,
297921
297925
  "description": "",
297922
- "name": "isEmptyValue",
297926
+ "name": "onPress",
297923
297927
  "parent": {
297924
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297928
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297925
297929
  "name": "Props"
297926
297930
  },
297927
297931
  "declarations": [
297928
297932
  {
297929
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297933
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297930
297934
  "name": "Props"
297931
297935
  }
297932
297936
  ],
297933
297937
  "required": true,
297934
297938
  "type": {
297935
- "name": "boolean"
297939
+ "name": "ActionFn"
297936
297940
  }
297937
297941
  },
297938
297942
  "className": {
@@ -297957,71 +297961,67 @@
297957
297961
  }
297958
297962
  },
297959
297963
  {
297960
- "tags": {
297961
- "internal": ""
297962
- },
297963
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297964
+ "tags": {},
297965
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297964
297966
  "description": "",
297965
- "displayName": "TogglePasswordVisibilityButton",
297967
+ "displayName": "ValidationResultButton",
297966
297968
  "methods": [],
297967
297969
  "props": {
297968
- "isDisabled": {
297969
- "defaultValue": {
297970
- "value": "false"
297971
- },
297970
+ "policyValidationResult": {
297971
+ "defaultValue": null,
297972
297972
  "description": "",
297973
- "name": "isDisabled",
297973
+ "name": "policyValidationResult",
297974
297974
  "parent": {
297975
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297975
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297976
297976
  "name": "Props"
297977
297977
  },
297978
297978
  "declarations": [
297979
297979
  {
297980
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297980
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297981
297981
  "name": "Props"
297982
297982
  }
297983
297983
  ],
297984
297984
  "required": false,
297985
297985
  "type": {
297986
- "name": "boolean"
297986
+ "name": "ResolvedPolicyValidationResult"
297987
297987
  }
297988
297988
  },
297989
- "isVisible": {
297989
+ "isDisabled": {
297990
297990
  "defaultValue": null,
297991
297991
  "description": "",
297992
- "name": "isVisible",
297992
+ "name": "isDisabled",
297993
297993
  "parent": {
297994
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297994
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297995
297995
  "name": "Props"
297996
297996
  },
297997
297997
  "declarations": [
297998
297998
  {
297999
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297999
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298000
298000
  "name": "Props"
298001
298001
  }
298002
298002
  ],
298003
- "required": true,
298003
+ "required": false,
298004
298004
  "type": {
298005
298005
  "name": "boolean"
298006
298006
  }
298007
298007
  },
298008
- "onPress": {
298008
+ "isEmptyValue": {
298009
298009
  "defaultValue": null,
298010
298010
  "description": "",
298011
- "name": "onPress",
298011
+ "name": "isEmptyValue",
298012
298012
  "parent": {
298013
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
298013
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298014
298014
  "name": "Props"
298015
298015
  },
298016
298016
  "declarations": [
298017
298017
  {
298018
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
298018
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298019
298019
  "name": "Props"
298020
298020
  }
298021
298021
  ],
298022
298022
  "required": true,
298023
298023
  "type": {
298024
- "name": "ActionFn"
298024
+ "name": "boolean"
298025
298025
  }
298026
298026
  },
298027
298027
  "className": {
@@ -307268,24 +307268,47 @@
307268
307268
  "tags": {
307269
307269
  "flr-generate": "all"
307270
307270
  },
307271
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307271
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
307272
307272
  "description": "",
307273
- "displayName": "ContextMenuSection",
307273
+ "displayName": "ContextMenuTrigger",
307274
307274
  "methods": [],
307275
307275
  "props": {
307276
- "children": {
307276
+ "isDefaultOpen": {
307277
307277
  "defaultValue": null,
307278
- "description": "",
307279
- "name": "children",
307278
+ "description": "Whether the overlay should be open initially.",
307279
+ "name": "isDefaultOpen",
307280
+ "parent": {
307281
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307282
+ "name": "OverlayTriggerProps"
307283
+ },
307280
307284
  "declarations": [
307281
307285
  {
307282
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307283
- "name": "TypeLiteral"
307286
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307287
+ "name": "OverlayTriggerProps"
307284
307288
  }
307285
307289
  ],
307286
307290
  "required": false,
307287
307291
  "type": {
307288
- "name": "ReactNode"
307292
+ "name": "boolean"
307293
+ }
307294
+ },
307295
+ "controller": {
307296
+ "defaultValue": null,
307297
+ "description": "A controller to control the state of the overlay.",
307298
+ "name": "controller",
307299
+ "parent": {
307300
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307301
+ "name": "OverlayTriggerProps"
307302
+ },
307303
+ "declarations": [
307304
+ {
307305
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307306
+ "name": "OverlayTriggerProps"
307307
+ }
307308
+ ],
307309
+ "required": false,
307310
+ "type": {
307311
+ "name": "OverlayController"
307289
307312
  }
307290
307313
  },
307291
307314
  "wrapWith": {
@@ -307364,57 +307387,19 @@
307364
307387
  "name": "Key | null"
307365
307388
  }
307366
307389
  },
307367
- "selectedKeys": {
307368
- "defaultValue": null,
307369
- "description": "The currently selected keys in the collection (controlled).",
307370
- "name": "selectedKeys",
307371
- "parent": {
307372
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307373
- "name": "MultipleSelection"
307374
- },
307375
- "declarations": [
307376
- {
307377
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307378
- "name": "MultipleSelection"
307379
- }
307380
- ],
307381
- "required": false,
307382
- "type": {
307383
- "name": "\"all\" | Iterable<Key>"
307384
- }
307385
- },
307386
- "defaultSelectedKeys": {
307387
- "defaultValue": null,
307388
- "description": "The initial selected keys in the collection (uncontrolled).",
307389
- "name": "defaultSelectedKeys",
307390
- "parent": {
307391
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307392
- "name": "MultipleSelection"
307393
- },
307394
- "declarations": [
307395
- {
307396
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307397
- "name": "MultipleSelection"
307398
- }
307399
- ],
307400
- "required": false,
307401
- "type": {
307402
- "name": "\"all\" | Iterable<Key>"
307403
- }
307404
- },
307405
- "selectionMode": {
307390
+ "children": {
307406
307391
  "defaultValue": null,
307407
307392
  "description": "",
307408
- "name": "selectionMode",
307393
+ "name": "children",
307409
307394
  "declarations": [
307410
307395
  {
307411
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307396
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307412
307397
  "name": "TypeLiteral"
307413
307398
  }
307414
307399
  ],
307415
307400
  "required": false,
307416
307401
  "type": {
307417
- "name": "ContextMenuSelectionMode"
307402
+ "name": "ReactNode"
307418
307403
  }
307419
307404
  }
307420
307405
  }
@@ -307423,47 +307408,24 @@
307423
307408
  "tags": {
307424
307409
  "flr-generate": "all"
307425
307410
  },
307426
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
307411
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307427
307412
  "description": "",
307428
- "displayName": "ContextMenuTrigger",
307413
+ "displayName": "ContextMenuSection",
307429
307414
  "methods": [],
307430
307415
  "props": {
307431
- "isDefaultOpen": {
307432
- "defaultValue": null,
307433
- "description": "Whether the overlay should be open initially.",
307434
- "name": "isDefaultOpen",
307435
- "parent": {
307436
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307437
- "name": "OverlayTriggerProps"
307438
- },
307439
- "declarations": [
307440
- {
307441
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307442
- "name": "OverlayTriggerProps"
307443
- }
307444
- ],
307445
- "required": false,
307446
- "type": {
307447
- "name": "boolean"
307448
- }
307449
- },
307450
- "controller": {
307416
+ "children": {
307451
307417
  "defaultValue": null,
307452
- "description": "A controller to control the state of the overlay.",
307453
- "name": "controller",
307454
- "parent": {
307455
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307456
- "name": "OverlayTriggerProps"
307457
- },
307418
+ "description": "",
307419
+ "name": "children",
307458
307420
  "declarations": [
307459
307421
  {
307460
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307461
- "name": "OverlayTriggerProps"
307422
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307423
+ "name": "TypeLiteral"
307462
307424
  }
307463
307425
  ],
307464
307426
  "required": false,
307465
307427
  "type": {
307466
- "name": "OverlayController"
307428
+ "name": "ReactNode"
307467
307429
  }
307468
307430
  },
307469
307431
  "wrapWith": {
@@ -307542,19 +307504,57 @@
307542
307504
  "name": "Key | null"
307543
307505
  }
307544
307506
  },
307545
- "children": {
307507
+ "selectedKeys": {
307508
+ "defaultValue": null,
307509
+ "description": "The currently selected keys in the collection (controlled).",
307510
+ "name": "selectedKeys",
307511
+ "parent": {
307512
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307513
+ "name": "MultipleSelection"
307514
+ },
307515
+ "declarations": [
307516
+ {
307517
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307518
+ "name": "MultipleSelection"
307519
+ }
307520
+ ],
307521
+ "required": false,
307522
+ "type": {
307523
+ "name": "\"all\" | Iterable<Key>"
307524
+ }
307525
+ },
307526
+ "defaultSelectedKeys": {
307527
+ "defaultValue": null,
307528
+ "description": "The initial selected keys in the collection (uncontrolled).",
307529
+ "name": "defaultSelectedKeys",
307530
+ "parent": {
307531
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307532
+ "name": "MultipleSelection"
307533
+ },
307534
+ "declarations": [
307535
+ {
307536
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307537
+ "name": "MultipleSelection"
307538
+ }
307539
+ ],
307540
+ "required": false,
307541
+ "type": {
307542
+ "name": "\"all\" | Iterable<Key>"
307543
+ }
307544
+ },
307545
+ "selectionMode": {
307546
307546
  "defaultValue": null,
307547
307547
  "description": "",
307548
- "name": "children",
307548
+ "name": "selectionMode",
307549
307549
  "declarations": [
307550
307550
  {
307551
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307551
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307552
307552
  "name": "TypeLiteral"
307553
307553
  }
307554
307554
  ],
307555
307555
  "required": false,
307556
307556
  "type": {
307557
- "name": "ReactNode"
307557
+ "name": "ContextMenuSelectionMode"
307558
307558
  }
307559
307559
  }
307560
307560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.626",
3
+ "version": "0.2.0-alpha.627",
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.626",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.627",
62
62
  "@mittwald/react-use-promise": "^4.2.2",
63
63
  "@react-aria/form": "^3.1.2",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -103,7 +103,7 @@
103
103
  "@faker-js/faker": "^10.1.0",
104
104
  "@internationalized/date": "^3.10.0",
105
105
  "@mittwald/flow-core": "",
106
- "@mittwald/flow-design-tokens": "0.2.0-alpha.626",
106
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.627",
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": "0f2bd46e071e835f7210327d2ee93069419ee604"
175
+ "gitHead": "3abc7baabc173b67a3edcd3510afdcf8623b4a9c"
176
176
  }