@mittwald/flow-react-components 0.2.0-alpha.862 → 0.2.0-alpha.863

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.863](https://github.com/mittwald/flow/compare/0.2.0-alpha.862...0.2.0-alpha.863) (2026-06-19)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.862](https://github.com/mittwald/flow/compare/0.2.0-alpha.861...0.2.0-alpha.862) (2026-06-19)
7
11
 
8
12
  ### Bug Fixes
@@ -102573,6 +102573,186 @@
102573
102573
  }
102574
102574
  }
102575
102575
  },
102576
+ {
102577
+ "tags": {
102578
+ "flr-generate": "all"
102579
+ },
102580
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
102581
+ "description": "",
102582
+ "displayName": "Kbd",
102583
+ "methods": [],
102584
+ "props": {
102585
+ "keys": {
102586
+ "defaultValue": null,
102587
+ "description": "Array of keys to be joined",
102588
+ "name": "keys",
102589
+ "parent": {
102590
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102591
+ "name": "KbdProps"
102592
+ },
102593
+ "declarations": [
102594
+ {
102595
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102596
+ "name": "KbdProps"
102597
+ }
102598
+ ],
102599
+ "required": false,
102600
+ "type": {
102601
+ "name": "string[]"
102602
+ }
102603
+ },
102604
+ "isDisabled": {
102605
+ "defaultValue": null,
102606
+ "description": "Whether the component is displayed as disabled",
102607
+ "name": "isDisabled",
102608
+ "parent": {
102609
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102610
+ "name": "KbdProps"
102611
+ },
102612
+ "declarations": [
102613
+ {
102614
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102615
+ "name": "KbdProps"
102616
+ }
102617
+ ],
102618
+ "required": false,
102619
+ "type": {
102620
+ "name": "boolean"
102621
+ }
102622
+ },
102623
+ "variant": {
102624
+ "defaultValue": {
102625
+ "value": "\"plain\""
102626
+ },
102627
+ "description": "The visual variant",
102628
+ "name": "variant",
102629
+ "parent": {
102630
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102631
+ "name": "KbdProps"
102632
+ },
102633
+ "declarations": [
102634
+ {
102635
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
102636
+ "name": "KbdProps"
102637
+ }
102638
+ ],
102639
+ "required": false,
102640
+ "type": {
102641
+ "name": "\"plain\" | \"soft\""
102642
+ }
102643
+ },
102644
+ "className": {
102645
+ "defaultValue": null,
102646
+ "description": "The elements class name.",
102647
+ "name": "className",
102648
+ "parent": {
102649
+ "fileName": "components/src/lib/types/props.ts",
102650
+ "name": "PropsWithClassName"
102651
+ },
102652
+ "declarations": [
102653
+ {
102654
+ "fileName": "components/src/lib/types/props.ts",
102655
+ "name": "PropsWithClassName"
102656
+ }
102657
+ ],
102658
+ "required": false,
102659
+ "type": {
102660
+ "name": "string"
102661
+ }
102662
+ },
102663
+ "wrapWith": {
102664
+ "defaultValue": null,
102665
+ "description": "",
102666
+ "name": "wrapWith",
102667
+ "parent": {
102668
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
102669
+ "name": "FlowComponentProps"
102670
+ },
102671
+ "declarations": [
102672
+ {
102673
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
102674
+ "name": "FlowComponentProps"
102675
+ }
102676
+ ],
102677
+ "required": false,
102678
+ "type": {
102679
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
102680
+ }
102681
+ },
102682
+ "tunnel": {
102683
+ "defaultValue": null,
102684
+ "description": "@internal",
102685
+ "name": "tunnel",
102686
+ "parent": {
102687
+ "fileName": "components/src/lib/types/props.ts",
102688
+ "name": "PropsWithTunnel"
102689
+ },
102690
+ "declarations": [
102691
+ {
102692
+ "fileName": "components/src/lib/types/props.ts",
102693
+ "name": "PropsWithTunnel"
102694
+ }
102695
+ ],
102696
+ "required": false,
102697
+ "type": {
102698
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
102699
+ }
102700
+ },
102701
+ "ref": {
102702
+ "defaultValue": null,
102703
+ "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}",
102704
+ "name": "ref",
102705
+ "parent": {
102706
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
102707
+ "name": "RefAttributes"
102708
+ },
102709
+ "declarations": [
102710
+ {
102711
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
102712
+ "name": "RefAttributes"
102713
+ }
102714
+ ],
102715
+ "required": false,
102716
+ "type": {
102717
+ "name": "Ref<HTMLSpanElement>"
102718
+ }
102719
+ },
102720
+ "key": {
102721
+ "defaultValue": null,
102722
+ "description": "",
102723
+ "name": "key",
102724
+ "parent": {
102725
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
102726
+ "name": "Attributes"
102727
+ },
102728
+ "declarations": [
102729
+ {
102730
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
102731
+ "name": "Attributes"
102732
+ }
102733
+ ],
102734
+ "required": false,
102735
+ "type": {
102736
+ "name": "Key | null"
102737
+ }
102738
+ },
102739
+ "children": {
102740
+ "defaultValue": null,
102741
+ "description": "",
102742
+ "name": "children",
102743
+ "declarations": [
102744
+ {
102745
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
102746
+ "name": "TypeLiteral"
102747
+ }
102748
+ ],
102749
+ "required": false,
102750
+ "type": {
102751
+ "name": "ReactNode"
102752
+ }
102753
+ }
102754
+ }
102755
+ },
102576
102756
  {
102577
102757
  "tags": {
102578
102758
  "flr-generate": "all"
@@ -108071,186 +108251,6 @@
108071
108251
  }
108072
108252
  }
108073
108253
  },
108074
- {
108075
- "tags": {
108076
- "flr-generate": "all"
108077
- },
108078
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
108079
- "description": "",
108080
- "displayName": "Kbd",
108081
- "methods": [],
108082
- "props": {
108083
- "keys": {
108084
- "defaultValue": null,
108085
- "description": "Array of keys to be joined",
108086
- "name": "keys",
108087
- "parent": {
108088
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108089
- "name": "KbdProps"
108090
- },
108091
- "declarations": [
108092
- {
108093
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108094
- "name": "KbdProps"
108095
- }
108096
- ],
108097
- "required": false,
108098
- "type": {
108099
- "name": "string[]"
108100
- }
108101
- },
108102
- "isDisabled": {
108103
- "defaultValue": null,
108104
- "description": "Whether the component is displayed as disabled",
108105
- "name": "isDisabled",
108106
- "parent": {
108107
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108108
- "name": "KbdProps"
108109
- },
108110
- "declarations": [
108111
- {
108112
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108113
- "name": "KbdProps"
108114
- }
108115
- ],
108116
- "required": false,
108117
- "type": {
108118
- "name": "boolean"
108119
- }
108120
- },
108121
- "variant": {
108122
- "defaultValue": {
108123
- "value": "\"plain\""
108124
- },
108125
- "description": "The visual variant",
108126
- "name": "variant",
108127
- "parent": {
108128
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108129
- "name": "KbdProps"
108130
- },
108131
- "declarations": [
108132
- {
108133
- "fileName": "components/src/components/Kbd/Kbd.tsx",
108134
- "name": "KbdProps"
108135
- }
108136
- ],
108137
- "required": false,
108138
- "type": {
108139
- "name": "\"plain\" | \"soft\""
108140
- }
108141
- },
108142
- "className": {
108143
- "defaultValue": null,
108144
- "description": "The elements class name.",
108145
- "name": "className",
108146
- "parent": {
108147
- "fileName": "components/src/lib/types/props.ts",
108148
- "name": "PropsWithClassName"
108149
- },
108150
- "declarations": [
108151
- {
108152
- "fileName": "components/src/lib/types/props.ts",
108153
- "name": "PropsWithClassName"
108154
- }
108155
- ],
108156
- "required": false,
108157
- "type": {
108158
- "name": "string"
108159
- }
108160
- },
108161
- "wrapWith": {
108162
- "defaultValue": null,
108163
- "description": "",
108164
- "name": "wrapWith",
108165
- "parent": {
108166
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
108167
- "name": "FlowComponentProps"
108168
- },
108169
- "declarations": [
108170
- {
108171
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
108172
- "name": "FlowComponentProps"
108173
- }
108174
- ],
108175
- "required": false,
108176
- "type": {
108177
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
108178
- }
108179
- },
108180
- "tunnel": {
108181
- "defaultValue": null,
108182
- "description": "@internal",
108183
- "name": "tunnel",
108184
- "parent": {
108185
- "fileName": "components/src/lib/types/props.ts",
108186
- "name": "PropsWithTunnel"
108187
- },
108188
- "declarations": [
108189
- {
108190
- "fileName": "components/src/lib/types/props.ts",
108191
- "name": "PropsWithTunnel"
108192
- }
108193
- ],
108194
- "required": false,
108195
- "type": {
108196
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
108197
- }
108198
- },
108199
- "ref": {
108200
- "defaultValue": null,
108201
- "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}",
108202
- "name": "ref",
108203
- "parent": {
108204
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
108205
- "name": "RefAttributes"
108206
- },
108207
- "declarations": [
108208
- {
108209
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
108210
- "name": "RefAttributes"
108211
- }
108212
- ],
108213
- "required": false,
108214
- "type": {
108215
- "name": "Ref<HTMLSpanElement>"
108216
- }
108217
- },
108218
- "key": {
108219
- "defaultValue": null,
108220
- "description": "",
108221
- "name": "key",
108222
- "parent": {
108223
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
108224
- "name": "Attributes"
108225
- },
108226
- "declarations": [
108227
- {
108228
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
108229
- "name": "Attributes"
108230
- }
108231
- ],
108232
- "required": false,
108233
- "type": {
108234
- "name": "Key | null"
108235
- }
108236
- },
108237
- "children": {
108238
- "defaultValue": null,
108239
- "description": "",
108240
- "name": "children",
108241
- "declarations": [
108242
- {
108243
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
108244
- "name": "TypeLiteral"
108245
- }
108246
- ],
108247
- "required": false,
108248
- "type": {
108249
- "name": "ReactNode"
108250
- }
108251
- }
108252
- }
108253
- },
108254
108254
  {
108255
108255
  "tags": {
108256
108256
  "flr-generate": "all"
@@ -285659,33 +285659,7 @@
285659
285659
  "tags": {
285660
285660
  "deprecated": "Use RouterProvider instead"
285661
285661
  },
285662
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
285663
- "description": "",
285664
- "displayName": "LinkProvider",
285665
- "methods": [],
285666
- "props": {
285667
- "children": {
285668
- "defaultValue": null,
285669
- "description": "",
285670
- "name": "children",
285671
- "declarations": [
285672
- {
285673
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
285674
- "name": "TypeLiteral"
285675
- }
285676
- ],
285677
- "required": false,
285678
- "type": {
285679
- "name": "ReactNode"
285680
- }
285681
- }
285682
- }
285683
- },
285684
- {
285685
- "tags": {
285686
- "deprecated": "Use RouterProvider instead"
285687
- },
285688
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
285662
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
285689
285663
  "description": "",
285690
285664
  "displayName": "Link",
285691
285665
  "methods": [],
@@ -285695,12 +285669,12 @@
285695
285669
  "description": "",
285696
285670
  "name": "ref",
285697
285671
  "parent": {
285698
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
285672
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
285699
285673
  "name": "Props"
285700
285674
  },
285701
285675
  "declarations": [
285702
285676
  {
285703
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
285677
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
285704
285678
  "name": "Props"
285705
285679
  }
285706
285680
  ],
@@ -285714,12 +285688,12 @@
285714
285688
  "description": "",
285715
285689
  "name": "isDisabled",
285716
285690
  "parent": {
285717
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
285691
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
285718
285692
  "name": "Props"
285719
285693
  },
285720
285694
  "declarations": [
285721
285695
  {
285722
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
285696
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
285723
285697
  "name": "Props"
285724
285698
  }
285725
285699
  ],
@@ -291183,6 +291157,32 @@
291183
291157
  }
291184
291158
  }
291185
291159
  },
291160
+ {
291161
+ "tags": {
291162
+ "deprecated": "Use RouterProvider instead"
291163
+ },
291164
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
291165
+ "description": "",
291166
+ "displayName": "LinkProvider",
291167
+ "methods": [],
291168
+ "props": {
291169
+ "children": {
291170
+ "defaultValue": null,
291171
+ "description": "",
291172
+ "name": "children",
291173
+ "declarations": [
291174
+ {
291175
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
291176
+ "name": "TypeLiteral"
291177
+ }
291178
+ ],
291179
+ "required": false,
291180
+ "type": {
291181
+ "name": "ReactNode"
291182
+ }
291183
+ }
291184
+ }
291185
+ },
291186
291186
  {
291187
291187
  "tags": {
291188
291188
  "flr-generate": "all"
@@ -306715,9 +306715,9 @@
306715
306715
  "tags": {
306716
306716
  "flr-generate": "all"
306717
306717
  },
306718
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306718
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306719
306719
  "description": "",
306720
- "displayName": "RadioButton",
306720
+ "displayName": "Radio",
306721
306721
  "methods": [],
306722
306722
  "props": {
306723
306723
  "id": {
@@ -308624,9 +308624,9 @@
308624
308624
  "tags": {
308625
308625
  "flr-generate": "all"
308626
308626
  },
308627
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
308627
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
308628
308628
  "description": "",
308629
- "displayName": "Radio",
308629
+ "displayName": "RadioButton",
308630
308630
  "methods": [],
308631
308631
  "props": {
308632
308632
  "id": {
@@ -316959,6 +316959,14 @@
316959
316959
  "methods": [],
316960
316960
  "props": {}
316961
316961
  },
316962
+ {
316963
+ "tags": {},
316964
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
316965
+ "description": "",
316966
+ "displayName": "ConfirmUnsavedChangesModal",
316967
+ "methods": [],
316968
+ "props": {}
316969
+ },
316962
316970
  {
316963
316971
  "tags": {},
316964
316972
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -317097,14 +317105,6 @@
317097
317105
  }
317098
317106
  }
317099
317107
  },
317100
- {
317101
- "tags": {},
317102
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
317103
- "description": "",
317104
- "displayName": "ConfirmUnsavedChangesModal",
317105
- "methods": [],
317106
- "props": {}
317107
- },
317108
317108
  {
317109
317109
  "tags": {
317110
317110
  "flr-generate": "all"
@@ -317442,16 +317442,6 @@
317442
317442
  }
317443
317443
  }
317444
317444
  },
317445
- {
317446
- "tags": {
317447
- "flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
317448
- },
317449
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
317450
- "description": "",
317451
- "displayName": "EmptyView",
317452
- "methods": [],
317453
- "props": {}
317454
- },
317455
317445
  {
317456
317446
  "tags": {
317457
317447
  "flr-generate": "all"
@@ -317521,135 +317511,22 @@
317521
317511
  }
317522
317512
  },
317523
317513
  {
317524
- "tags": {},
317525
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
317514
+ "tags": {
317515
+ "flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
317516
+ },
317517
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
317526
317518
  "description": "",
317527
- "displayName": "Table",
317519
+ "displayName": "EmptyView",
317528
317520
  "methods": [],
317529
317521
  "props": {}
317530
317522
  },
317531
317523
  {
317532
- "tags": {
317533
- "flr-generate": "all"
317534
- },
317535
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
317524
+ "tags": {},
317525
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
317536
317526
  "description": "",
317537
- "displayName": "ListSummary",
317527
+ "displayName": "Table",
317538
317528
  "methods": [],
317539
- "props": {
317540
- "position": {
317541
- "defaultValue": {
317542
- "value": ": \"top\""
317543
- },
317544
- "description": "Whether the summary is placed above or underneath the list",
317545
- "name": "position",
317546
- "parent": {
317547
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
317548
- "name": "ListSummaryProps"
317549
- },
317550
- "declarations": [
317551
- {
317552
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
317553
- "name": "ListSummaryProps"
317554
- }
317555
- ],
317556
- "required": false,
317557
- "type": {
317558
- "name": "\"bottom\" | \"top\""
317559
- }
317560
- },
317561
- "wrapWith": {
317562
- "defaultValue": null,
317563
- "description": "",
317564
- "name": "wrapWith",
317565
- "parent": {
317566
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
317567
- "name": "FlowComponentProps"
317568
- },
317569
- "declarations": [
317570
- {
317571
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
317572
- "name": "FlowComponentProps"
317573
- }
317574
- ],
317575
- "required": false,
317576
- "type": {
317577
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
317578
- }
317579
- },
317580
- "tunnel": {
317581
- "defaultValue": null,
317582
- "description": "@internal",
317583
- "name": "tunnel",
317584
- "parent": {
317585
- "fileName": "components/src/lib/types/props.ts",
317586
- "name": "PropsWithTunnel"
317587
- },
317588
- "declarations": [
317589
- {
317590
- "fileName": "components/src/lib/types/props.ts",
317591
- "name": "PropsWithTunnel"
317592
- }
317593
- ],
317594
- "required": false,
317595
- "type": {
317596
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
317597
- }
317598
- },
317599
- "ref": {
317600
- "defaultValue": null,
317601
- "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}",
317602
- "name": "ref",
317603
- "parent": {
317604
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317605
- "name": "RefAttributes"
317606
- },
317607
- "declarations": [
317608
- {
317609
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317610
- "name": "RefAttributes"
317611
- }
317612
- ],
317613
- "required": false,
317614
- "type": {
317615
- "name": "Ref<HTMLSpanElement>"
317616
- }
317617
- },
317618
- "key": {
317619
- "defaultValue": null,
317620
- "description": "",
317621
- "name": "key",
317622
- "parent": {
317623
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317624
- "name": "Attributes"
317625
- },
317626
- "declarations": [
317627
- {
317628
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317629
- "name": "Attributes"
317630
- }
317631
- ],
317632
- "required": false,
317633
- "type": {
317634
- "name": "Key | null"
317635
- }
317636
- },
317637
- "children": {
317638
- "defaultValue": null,
317639
- "description": "",
317640
- "name": "children",
317641
- "declarations": [
317642
- {
317643
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317644
- "name": "TypeLiteral"
317645
- }
317646
- ],
317647
- "required": false,
317648
- "type": {
317649
- "name": "ReactNode"
317650
- }
317651
- }
317652
- }
317529
+ "props": {}
317653
317530
  },
317654
317531
  {
317655
317532
  "tags": {},
@@ -317875,6 +317752,129 @@
317875
317752
  }
317876
317753
  }
317877
317754
  },
317755
+ {
317756
+ "tags": {
317757
+ "flr-generate": "all"
317758
+ },
317759
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
317760
+ "description": "",
317761
+ "displayName": "ListSummary",
317762
+ "methods": [],
317763
+ "props": {
317764
+ "position": {
317765
+ "defaultValue": {
317766
+ "value": ": \"top\""
317767
+ },
317768
+ "description": "Whether the summary is placed above or underneath the list",
317769
+ "name": "position",
317770
+ "parent": {
317771
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
317772
+ "name": "ListSummaryProps"
317773
+ },
317774
+ "declarations": [
317775
+ {
317776
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
317777
+ "name": "ListSummaryProps"
317778
+ }
317779
+ ],
317780
+ "required": false,
317781
+ "type": {
317782
+ "name": "\"bottom\" | \"top\""
317783
+ }
317784
+ },
317785
+ "wrapWith": {
317786
+ "defaultValue": null,
317787
+ "description": "",
317788
+ "name": "wrapWith",
317789
+ "parent": {
317790
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
317791
+ "name": "FlowComponentProps"
317792
+ },
317793
+ "declarations": [
317794
+ {
317795
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
317796
+ "name": "FlowComponentProps"
317797
+ }
317798
+ ],
317799
+ "required": false,
317800
+ "type": {
317801
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
317802
+ }
317803
+ },
317804
+ "tunnel": {
317805
+ "defaultValue": null,
317806
+ "description": "@internal",
317807
+ "name": "tunnel",
317808
+ "parent": {
317809
+ "fileName": "components/src/lib/types/props.ts",
317810
+ "name": "PropsWithTunnel"
317811
+ },
317812
+ "declarations": [
317813
+ {
317814
+ "fileName": "components/src/lib/types/props.ts",
317815
+ "name": "PropsWithTunnel"
317816
+ }
317817
+ ],
317818
+ "required": false,
317819
+ "type": {
317820
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
317821
+ }
317822
+ },
317823
+ "ref": {
317824
+ "defaultValue": null,
317825
+ "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}",
317826
+ "name": "ref",
317827
+ "parent": {
317828
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317829
+ "name": "RefAttributes"
317830
+ },
317831
+ "declarations": [
317832
+ {
317833
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317834
+ "name": "RefAttributes"
317835
+ }
317836
+ ],
317837
+ "required": false,
317838
+ "type": {
317839
+ "name": "Ref<HTMLSpanElement>"
317840
+ }
317841
+ },
317842
+ "key": {
317843
+ "defaultValue": null,
317844
+ "description": "",
317845
+ "name": "key",
317846
+ "parent": {
317847
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317848
+ "name": "Attributes"
317849
+ },
317850
+ "declarations": [
317851
+ {
317852
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317853
+ "name": "Attributes"
317854
+ }
317855
+ ],
317856
+ "required": false,
317857
+ "type": {
317858
+ "name": "Key | null"
317859
+ }
317860
+ },
317861
+ "children": {
317862
+ "defaultValue": null,
317863
+ "description": "",
317864
+ "name": "children",
317865
+ "declarations": [
317866
+ {
317867
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
317868
+ "name": "TypeLiteral"
317869
+ }
317870
+ ],
317871
+ "required": false,
317872
+ "type": {
317873
+ "name": "ReactNode"
317874
+ }
317875
+ }
317876
+ }
317877
+ },
317878
317878
  {
317879
317879
  "tags": {},
317880
317880
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -317913,25 +317913,25 @@
317913
317913
  },
317914
317914
  {
317915
317915
  "tags": {},
317916
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
317916
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
317917
317917
  "description": "",
317918
- "displayName": "Footer",
317918
+ "displayName": "EmptyView",
317919
317919
  "methods": [],
317920
317920
  "props": {}
317921
317921
  },
317922
317922
  {
317923
317923
  "tags": {},
317924
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
317924
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
317925
317925
  "description": "",
317926
- "displayName": "EmptyView",
317926
+ "displayName": "EmptySearchResultView",
317927
317927
  "methods": [],
317928
317928
  "props": {}
317929
317929
  },
317930
317930
  {
317931
317931
  "tags": {},
317932
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
317932
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
317933
317933
  "description": "",
317934
- "displayName": "EmptySearchResultView",
317934
+ "displayName": "Footer",
317935
317935
  "methods": [],
317936
317936
  "props": {}
317937
317937
  },
@@ -320911,24 +320911,47 @@
320911
320911
  "tags": {
320912
320912
  "flr-generate": "all"
320913
320913
  },
320914
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320914
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
320915
320915
  "description": "",
320916
- "displayName": "ContextMenuSection",
320916
+ "displayName": "ContextMenuTrigger",
320917
320917
  "methods": [],
320918
320918
  "props": {
320919
- "children": {
320919
+ "isDefaultOpen": {
320920
320920
  "defaultValue": null,
320921
- "description": "",
320922
- "name": "children",
320921
+ "description": "Whether the overlay should be open initially.",
320922
+ "name": "isDefaultOpen",
320923
+ "parent": {
320924
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320925
+ "name": "OverlayTriggerProps"
320926
+ },
320923
320927
  "declarations": [
320924
320928
  {
320925
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320926
- "name": "TypeLiteral"
320929
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320930
+ "name": "OverlayTriggerProps"
320927
320931
  }
320928
320932
  ],
320929
320933
  "required": false,
320930
320934
  "type": {
320931
- "name": "ReactNode"
320935
+ "name": "boolean"
320936
+ }
320937
+ },
320938
+ "controller": {
320939
+ "defaultValue": null,
320940
+ "description": "A controller to control the state of the overlay.",
320941
+ "name": "controller",
320942
+ "parent": {
320943
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320944
+ "name": "OverlayTriggerProps"
320945
+ },
320946
+ "declarations": [
320947
+ {
320948
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320949
+ "name": "OverlayTriggerProps"
320950
+ }
320951
+ ],
320952
+ "required": false,
320953
+ "type": {
320954
+ "name": "OverlayController"
320932
320955
  }
320933
320956
  },
320934
320957
  "wrapWith": {
@@ -321007,57 +321030,19 @@
321007
321030
  "name": "Key | null"
321008
321031
  }
321009
321032
  },
321010
- "defaultSelectedKeys": {
321011
- "defaultValue": null,
321012
- "description": "The initial selected keys in the collection (uncontrolled).",
321013
- "name": "defaultSelectedKeys",
321014
- "parent": {
321015
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321016
- "name": "MultipleSelection"
321017
- },
321018
- "declarations": [
321019
- {
321020
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321021
- "name": "MultipleSelection"
321022
- }
321023
- ],
321024
- "required": false,
321025
- "type": {
321026
- "name": "\"all\" | Iterable<Key>"
321027
- }
321028
- },
321029
- "selectedKeys": {
321030
- "defaultValue": null,
321031
- "description": "The currently selected keys in the collection (controlled).",
321032
- "name": "selectedKeys",
321033
- "parent": {
321034
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321035
- "name": "MultipleSelection"
321036
- },
321037
- "declarations": [
321038
- {
321039
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321040
- "name": "MultipleSelection"
321041
- }
321042
- ],
321043
- "required": false,
321044
- "type": {
321045
- "name": "\"all\" | Iterable<Key>"
321046
- }
321047
- },
321048
- "selectionMode": {
321033
+ "children": {
321049
321034
  "defaultValue": null,
321050
321035
  "description": "",
321051
- "name": "selectionMode",
321036
+ "name": "children",
321052
321037
  "declarations": [
321053
321038
  {
321054
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321039
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321055
321040
  "name": "TypeLiteral"
321056
321041
  }
321057
321042
  ],
321058
321043
  "required": false,
321059
321044
  "type": {
321060
- "name": "ContextMenuSelectionMode"
321045
+ "name": "ReactNode"
321061
321046
  }
321062
321047
  }
321063
321048
  }
@@ -321066,47 +321051,24 @@
321066
321051
  "tags": {
321067
321052
  "flr-generate": "all"
321068
321053
  },
321069
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
321054
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321070
321055
  "description": "",
321071
- "displayName": "ContextMenuTrigger",
321056
+ "displayName": "ContextMenuSection",
321072
321057
  "methods": [],
321073
321058
  "props": {
321074
- "isDefaultOpen": {
321075
- "defaultValue": null,
321076
- "description": "Whether the overlay should be open initially.",
321077
- "name": "isDefaultOpen",
321078
- "parent": {
321079
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
321080
- "name": "OverlayTriggerProps"
321081
- },
321082
- "declarations": [
321083
- {
321084
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
321085
- "name": "OverlayTriggerProps"
321086
- }
321087
- ],
321088
- "required": false,
321089
- "type": {
321090
- "name": "boolean"
321091
- }
321092
- },
321093
- "controller": {
321059
+ "children": {
321094
321060
  "defaultValue": null,
321095
- "description": "A controller to control the state of the overlay.",
321096
- "name": "controller",
321097
- "parent": {
321098
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
321099
- "name": "OverlayTriggerProps"
321100
- },
321061
+ "description": "",
321062
+ "name": "children",
321101
321063
  "declarations": [
321102
321064
  {
321103
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
321104
- "name": "OverlayTriggerProps"
321065
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321066
+ "name": "TypeLiteral"
321105
321067
  }
321106
321068
  ],
321107
321069
  "required": false,
321108
321070
  "type": {
321109
- "name": "OverlayController"
321071
+ "name": "ReactNode"
321110
321072
  }
321111
321073
  },
321112
321074
  "wrapWith": {
@@ -321185,19 +321147,57 @@
321185
321147
  "name": "Key | null"
321186
321148
  }
321187
321149
  },
321188
- "children": {
321150
+ "defaultSelectedKeys": {
321151
+ "defaultValue": null,
321152
+ "description": "The initial selected keys in the collection (uncontrolled).",
321153
+ "name": "defaultSelectedKeys",
321154
+ "parent": {
321155
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321156
+ "name": "MultipleSelection"
321157
+ },
321158
+ "declarations": [
321159
+ {
321160
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321161
+ "name": "MultipleSelection"
321162
+ }
321163
+ ],
321164
+ "required": false,
321165
+ "type": {
321166
+ "name": "\"all\" | Iterable<Key>"
321167
+ }
321168
+ },
321169
+ "selectedKeys": {
321170
+ "defaultValue": null,
321171
+ "description": "The currently selected keys in the collection (controlled).",
321172
+ "name": "selectedKeys",
321173
+ "parent": {
321174
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321175
+ "name": "MultipleSelection"
321176
+ },
321177
+ "declarations": [
321178
+ {
321179
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321180
+ "name": "MultipleSelection"
321181
+ }
321182
+ ],
321183
+ "required": false,
321184
+ "type": {
321185
+ "name": "\"all\" | Iterable<Key>"
321186
+ }
321187
+ },
321188
+ "selectionMode": {
321189
321189
  "defaultValue": null,
321190
321190
  "description": "",
321191
- "name": "children",
321191
+ "name": "selectionMode",
321192
321192
  "declarations": [
321193
321193
  {
321194
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321194
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321195
321195
  "name": "TypeLiteral"
321196
321196
  }
321197
321197
  ],
321198
321198
  "required": false,
321199
321199
  "type": {
321200
- "name": "ReactNode"
321200
+ "name": "ContextMenuSelectionMode"
321201
321201
  }
321202
321202
  }
321203
321203
  }
@@ -325038,10 +325038,10 @@
325038
325038
  "name": "CursorDefinition"
325039
325039
  }
325040
325040
  },
325041
- "position": {
325041
+ "defaultIndex": {
325042
325042
  "defaultValue": null,
325043
- "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
325044
- "name": "position",
325043
+ "description": "",
325044
+ "name": "defaultIndex",
325045
325045
  "declarations": [
325046
325046
  {
325047
325047
  "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/component/Tooltip.d.ts",
@@ -325050,13 +325050,13 @@
325050
325050
  ],
325051
325051
  "required": false,
325052
325052
  "type": {
325053
- "name": "Partial<Coordinate>"
325053
+ "name": "number | TooltipIndex"
325054
325054
  }
325055
325055
  },
325056
- "defaultIndex": {
325056
+ "position": {
325057
325057
  "defaultValue": null,
325058
- "description": "",
325059
- "name": "defaultIndex",
325058
+ "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
325059
+ "name": "position",
325060
325060
  "declarations": [
325061
325061
  {
325062
325062
  "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/component/Tooltip.d.ts",
@@ -325065,7 +325065,7 @@
325065
325065
  ],
325066
325066
  "required": false,
325067
325067
  "type": {
325068
- "name": "number | TooltipIndex"
325068
+ "name": "Partial<Coordinate>"
325069
325069
  }
325070
325070
  },
325071
325071
  "includeHidden": {
@@ -358863,6 +358863,34 @@
358863
358863
  }
358864
358864
  }
358865
358865
  },
358866
+ {
358867
+ "tags": {},
358868
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358869
+ "description": "",
358870
+ "displayName": "ListItemSkeletonView",
358871
+ "methods": [],
358872
+ "props": {
358873
+ "viewMode": {
358874
+ "defaultValue": null,
358875
+ "description": "",
358876
+ "name": "viewMode",
358877
+ "parent": {
358878
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358879
+ "name": "ListItemSkeletonViewProps"
358880
+ },
358881
+ "declarations": [
358882
+ {
358883
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358884
+ "name": "ListItemSkeletonViewProps"
358885
+ }
358886
+ ],
358887
+ "required": true,
358888
+ "type": {
358889
+ "name": "ListViewMode"
358890
+ }
358891
+ }
358892
+ }
358893
+ },
358866
358894
  {
358867
358895
  "tags": {},
358868
358896
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -358948,33 +358976,5 @@
358948
358976
  }
358949
358977
  }
358950
358978
  }
358951
- },
358952
- {
358953
- "tags": {},
358954
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358955
- "description": "",
358956
- "displayName": "ListItemSkeletonView",
358957
- "methods": [],
358958
- "props": {
358959
- "viewMode": {
358960
- "defaultValue": null,
358961
- "description": "",
358962
- "name": "viewMode",
358963
- "parent": {
358964
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358965
- "name": "ListItemSkeletonViewProps"
358966
- },
358967
- "declarations": [
358968
- {
358969
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
358970
- "name": "ListItemSkeletonViewProps"
358971
- }
358972
- ],
358973
- "required": true,
358974
- "type": {
358975
- "name": "ListViewMode"
358976
- }
358977
- }
358978
- }
358979
358979
  }
358980
358980
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.862",
3
+ "version": "0.2.0-alpha.863",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -63,9 +63,9 @@
63
63
  "@internationalized/string": "^3.2.7",
64
64
  "@internationalized/string-compiler": "^3.3.0",
65
65
  "@lezer/highlight": "^1.2.3",
66
- "@mittwald/flow-icons": "0.2.0-alpha.862",
66
+ "@mittwald/flow-icons": "0.2.0-alpha.863",
67
67
  "@mittwald/password-tools-js": "3.0.0-alpha.30",
68
- "@mittwald/react-tunnel": "0.2.0-alpha.862",
68
+ "@mittwald/react-tunnel": "0.2.0-alpha.863",
69
69
  "@mittwald/react-use-promise": "^4.2.2",
70
70
  "@react-aria/form": "^3.1.5",
71
71
  "@react-aria/i18n": "^3.12.16",
@@ -119,7 +119,7 @@
119
119
  "@lezer/generator": "^1.8.0",
120
120
  "@lezer/lr": "^1.4.8",
121
121
  "@mittwald/flow-core": "",
122
- "@mittwald/flow-design-tokens": "0.2.0-alpha.862",
122
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.863",
123
123
  "@mittwald/flow-icons-base": "",
124
124
  "@mittwald/react-use-promise": "^4.2.2",
125
125
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
@@ -174,7 +174,7 @@
174
174
  },
175
175
  "peerDependencies": {
176
176
  "@internationalized/date": "^3.12.2",
177
- "@mittwald/flow-icons-pro": "0.2.0-alpha.861",
177
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.862",
178
178
  "@mittwald/react-use-promise": "^4.2.2",
179
179
  "next": "^16.2.3",
180
180
  "react": "^19.2.0",
@@ -195,5 +195,5 @@
195
195
  "optional": true
196
196
  }
197
197
  },
198
- "gitHead": "0a547d562d25a2e666a0d58f9ee354fed7c7154d"
198
+ "gitHead": "79e71b88b08965728cf5573f25df6c7f8a0a7360"
199
199
  }