@mittwald/flow-react-components 0.2.0-alpha.658 → 0.2.0-alpha.659

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.659](https://github.com/mittwald/flow/compare/0.2.0-alpha.658...0.2.0-alpha.659) (2026-01-29)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.658](https://github.com/mittwald/flow/compare/0.2.0-alpha.657...0.2.0-alpha.658) (2026-01-29)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -215179,6 +215179,32 @@
215179
215179
  }
215180
215180
  }
215181
215181
  },
215182
+ {
215183
+ "tags": {
215184
+ "flr-generate": "all"
215185
+ },
215186
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
215187
+ "description": "",
215188
+ "displayName": "ClearPropsContext",
215189
+ "methods": [],
215190
+ "props": {
215191
+ "children": {
215192
+ "defaultValue": null,
215193
+ "description": "",
215194
+ "name": "children",
215195
+ "declarations": [
215196
+ {
215197
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
215198
+ "name": "TypeLiteral"
215199
+ }
215200
+ ],
215201
+ "required": false,
215202
+ "type": {
215203
+ "name": "ReactNode"
215204
+ }
215205
+ }
215206
+ }
215207
+ },
215182
215208
  {
215183
215209
  "tags": {
215184
215210
  "flr-generate": "all"
@@ -215587,32 +215613,6 @@
215587
215613
  }
215588
215614
  }
215589
215615
  },
215590
- {
215591
- "tags": {
215592
- "flr-generate": "all"
215593
- },
215594
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
215595
- "description": "",
215596
- "displayName": "ClearPropsContext",
215597
- "methods": [],
215598
- "props": {
215599
- "children": {
215600
- "defaultValue": null,
215601
- "description": "",
215602
- "name": "children",
215603
- "declarations": [
215604
- {
215605
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
215606
- "name": "TypeLiteral"
215607
- }
215608
- ],
215609
- "required": false,
215610
- "type": {
215611
- "name": "ReactNode"
215612
- }
215613
- }
215614
- }
215615
- },
215616
215616
  {
215617
215617
  "tags": {
215618
215618
  "flr-generate": "all"
@@ -224437,6 +224437,30 @@
224437
224437
  }
224438
224438
  }
224439
224439
  },
224440
+ {
224441
+ "tags": {},
224442
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BrowserOnly/BrowserOnly.tsx",
224443
+ "description": "",
224444
+ "displayName": "BrowserOnly",
224445
+ "methods": [],
224446
+ "props": {
224447
+ "children": {
224448
+ "defaultValue": null,
224449
+ "description": "",
224450
+ "name": "children",
224451
+ "declarations": [
224452
+ {
224453
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
224454
+ "name": "TypeLiteral"
224455
+ }
224456
+ ],
224457
+ "required": false,
224458
+ "type": {
224459
+ "name": "ReactNode"
224460
+ }
224461
+ }
224462
+ }
224463
+ },
224440
224464
  {
224441
224465
  "tags": {
224442
224466
  "flr-generate": "all"
@@ -226025,30 +226049,6 @@
226025
226049
  }
226026
226050
  }
226027
226051
  },
226028
- {
226029
- "tags": {},
226030
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BrowserOnly/BrowserOnly.tsx",
226031
- "description": "",
226032
- "displayName": "BrowserOnly",
226033
- "methods": [],
226034
- "props": {
226035
- "children": {
226036
- "defaultValue": null,
226037
- "description": "",
226038
- "name": "children",
226039
- "declarations": [
226040
- {
226041
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
226042
- "name": "TypeLiteral"
226043
- }
226044
- ],
226045
- "required": false,
226046
- "type": {
226047
- "name": "ReactNode"
226048
- }
226049
- }
226050
- }
226051
- },
226052
226052
  {
226053
226053
  "tags": {
226054
226054
  "flr-generate": "all"
@@ -302529,6 +302529,93 @@
302529
302529
  }
302530
302530
  }
302531
302531
  },
302532
+ {
302533
+ "tags": {
302534
+ "flr-generate": "all"
302535
+ },
302536
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
302537
+ "description": "",
302538
+ "displayName": "DialogTrigger",
302539
+ "methods": [],
302540
+ "props": {
302541
+ "children": {
302542
+ "defaultValue": null,
302543
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
302544
+ "name": "children",
302545
+ "parent": {
302546
+ "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",
302547
+ "name": "TableProps"
302548
+ },
302549
+ "declarations": [
302550
+ {
302551
+ "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",
302552
+ "name": "TableProps"
302553
+ }
302554
+ ],
302555
+ "required": false,
302556
+ "type": {
302557
+ "name": "ReactNode"
302558
+ }
302559
+ },
302560
+ "isOpen": {
302561
+ "defaultValue": null,
302562
+ "description": "Whether the element is rendered.",
302563
+ "name": "isOpen",
302564
+ "parent": {
302565
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302566
+ "name": "PositionProps"
302567
+ },
302568
+ "declarations": [
302569
+ {
302570
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302571
+ "name": "PositionProps"
302572
+ }
302573
+ ],
302574
+ "required": false,
302575
+ "type": {
302576
+ "name": "boolean"
302577
+ }
302578
+ },
302579
+ "defaultOpen": {
302580
+ "defaultValue": null,
302581
+ "description": "Whether the overlay is open by default (uncontrolled).",
302582
+ "name": "defaultOpen",
302583
+ "parent": {
302584
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302585
+ "name": "OverlayTriggerProps"
302586
+ },
302587
+ "declarations": [
302588
+ {
302589
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302590
+ "name": "OverlayTriggerProps"
302591
+ }
302592
+ ],
302593
+ "required": false,
302594
+ "type": {
302595
+ "name": "boolean"
302596
+ }
302597
+ },
302598
+ "onOpenChange": {
302599
+ "defaultValue": null,
302600
+ "description": "Handler that is called when the overlay's open state changes.",
302601
+ "name": "onOpenChange",
302602
+ "parent": {
302603
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302604
+ "name": "OverlayTriggerProps"
302605
+ },
302606
+ "declarations": [
302607
+ {
302608
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302609
+ "name": "OverlayTriggerProps"
302610
+ }
302611
+ ],
302612
+ "required": false,
302613
+ "type": {
302614
+ "name": "((isOpen: boolean) => void)"
302615
+ }
302616
+ }
302617
+ }
302618
+ },
302532
302619
  {
302533
302620
  "tags": {
302534
302621
  "flr-generate": "all"
@@ -302713,93 +302800,6 @@
302713
302800
  }
302714
302801
  }
302715
302802
  },
302716
- {
302717
- "tags": {
302718
- "flr-generate": "all"
302719
- },
302720
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
302721
- "description": "",
302722
- "displayName": "DialogTrigger",
302723
- "methods": [],
302724
- "props": {
302725
- "children": {
302726
- "defaultValue": null,
302727
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
302728
- "name": "children",
302729
- "parent": {
302730
- "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",
302731
- "name": "TableProps"
302732
- },
302733
- "declarations": [
302734
- {
302735
- "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",
302736
- "name": "TableProps"
302737
- }
302738
- ],
302739
- "required": false,
302740
- "type": {
302741
- "name": "ReactNode"
302742
- }
302743
- },
302744
- "isOpen": {
302745
- "defaultValue": null,
302746
- "description": "Whether the element is rendered.",
302747
- "name": "isOpen",
302748
- "parent": {
302749
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302750
- "name": "PositionProps"
302751
- },
302752
- "declarations": [
302753
- {
302754
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302755
- "name": "PositionProps"
302756
- }
302757
- ],
302758
- "required": false,
302759
- "type": {
302760
- "name": "boolean"
302761
- }
302762
- },
302763
- "defaultOpen": {
302764
- "defaultValue": null,
302765
- "description": "Whether the overlay is open by default (uncontrolled).",
302766
- "name": "defaultOpen",
302767
- "parent": {
302768
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302769
- "name": "OverlayTriggerProps"
302770
- },
302771
- "declarations": [
302772
- {
302773
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302774
- "name": "OverlayTriggerProps"
302775
- }
302776
- ],
302777
- "required": false,
302778
- "type": {
302779
- "name": "boolean"
302780
- }
302781
- },
302782
- "onOpenChange": {
302783
- "defaultValue": null,
302784
- "description": "Handler that is called when the overlay's open state changes.",
302785
- "name": "onOpenChange",
302786
- "parent": {
302787
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302788
- "name": "OverlayTriggerProps"
302789
- },
302790
- "declarations": [
302791
- {
302792
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
302793
- "name": "OverlayTriggerProps"
302794
- }
302795
- ],
302796
- "required": false,
302797
- "type": {
302798
- "name": "((isOpen: boolean) => void)"
302799
- }
302800
- }
302801
- }
302802
- },
302803
302803
  {
302804
302804
  "tags": {
302805
302805
  "flr-generate": "all"
@@ -311258,6 +311258,34 @@
311258
311258
  }
311259
311259
  }
311260
311260
  },
311261
+ {
311262
+ "tags": {},
311263
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311264
+ "description": "",
311265
+ "displayName": "FileSizeText",
311266
+ "methods": [],
311267
+ "props": {
311268
+ "sizeInBytes": {
311269
+ "defaultValue": null,
311270
+ "description": "",
311271
+ "name": "sizeInBytes",
311272
+ "parent": {
311273
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311274
+ "name": "Props"
311275
+ },
311276
+ "declarations": [
311277
+ {
311278
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311279
+ "name": "Props"
311280
+ }
311281
+ ],
311282
+ "required": true,
311283
+ "type": {
311284
+ "name": "number"
311285
+ }
311286
+ }
311287
+ }
311288
+ },
311261
311289
  {
311262
311290
  "tags": {},
311263
311291
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
@@ -311352,34 +311380,6 @@
311352
311380
  }
311353
311381
  }
311354
311382
  },
311355
- {
311356
- "tags": {},
311357
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311358
- "description": "",
311359
- "displayName": "FileSizeText",
311360
- "methods": [],
311361
- "props": {
311362
- "sizeInBytes": {
311363
- "defaultValue": null,
311364
- "description": "",
311365
- "name": "sizeInBytes",
311366
- "parent": {
311367
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311368
- "name": "Props"
311369
- },
311370
- "declarations": [
311371
- {
311372
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
311373
- "name": "Props"
311374
- }
311375
- ],
311376
- "required": true,
311377
- "type": {
311378
- "name": "number"
311379
- }
311380
- }
311381
- }
311382
- },
311383
311383
  {
311384
311384
  "tags": {},
311385
311385
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.658",
3
+ "version": "0.2.0-alpha.659",
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.658",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.659",
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.658",
106
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.659",
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": "bf24d46c931a2e1920ae20fd94ce717af54336c8"
175
+ "gitHead": "c142b9391c54113001e765c19d489e9dc234c76e"
176
176
  }