@mittwald/flow-react-components 0.2.0-alpha.250 → 0.2.0-alpha.252

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,14 @@
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.252](https://github.com/mittwald/flow/compare/0.2.0-alpha.251...0.2.0-alpha.252) (2025-06-11)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.251](https://github.com/mittwald/flow/compare/0.2.0-alpha.250...0.2.0-alpha.251) (2025-06-11)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.250](https://github.com/mittwald/flow/compare/0.2.0-alpha.249...0.2.0-alpha.250) (2025-06-11)
7
15
 
8
16
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -170348,6 +170348,30 @@
170348
170348
  }
170349
170349
  }
170350
170350
  },
170351
+ {
170352
+ "tags": {},
170353
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
170354
+ "description": "",
170355
+ "displayName": "BrowserOnly",
170356
+ "methods": [],
170357
+ "props": {
170358
+ "children": {
170359
+ "defaultValue": null,
170360
+ "description": "",
170361
+ "name": "children",
170362
+ "declarations": [
170363
+ {
170364
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
170365
+ "name": "TypeLiteral"
170366
+ }
170367
+ ],
170368
+ "required": false,
170369
+ "type": {
170370
+ "name": "ReactNode"
170371
+ }
170372
+ }
170373
+ }
170374
+ },
170351
170375
  {
170352
170376
  "tags": {
170353
170377
  "flr-generate": "all",
@@ -170624,30 +170648,6 @@
170624
170648
  }
170625
170649
  }
170626
170650
  },
170627
- {
170628
- "tags": {},
170629
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
170630
- "description": "",
170631
- "displayName": "BrowserOnly",
170632
- "methods": [],
170633
- "props": {
170634
- "children": {
170635
- "defaultValue": null,
170636
- "description": "",
170637
- "name": "children",
170638
- "declarations": [
170639
- {
170640
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
170641
- "name": "TypeLiteral"
170642
- }
170643
- ],
170644
- "required": false,
170645
- "type": {
170646
- "name": "ReactNode"
170647
- }
170648
- }
170649
- }
170650
- },
170651
170651
  {
170652
170652
  "tags": {
170653
170653
  "flr-generate": "all"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.250",
3
+ "version": "0.2.0-alpha.252",
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
  "@chakra-ui/live-region": "^2.1.0",
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "^2.1.4",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.250",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.252",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.16",
64
64
  "@react-aria/utils": "^3.29.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.8.0",
100
100
  "@internationalized/date": "^3.8.1",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.250",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.252",
103
103
  "@mittwald/react-use-promise": "^3.0.4",
104
104
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
105
105
  "@mittwald/typescript-config": "",
@@ -181,5 +181,5 @@
181
181
  "optional": true
182
182
  }
183
183
  },
184
- "gitHead": "529b1c5bb8ad6d9f0c1f711528b4e317be9e2814"
184
+ "gitHead": "c07f64c030e3c3e015ab8cc150940ddfef1d8712"
185
185
  }