@mittwald/flow-react-components 0.2.0-alpha.588 → 0.2.0-alpha.589

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.589](https://github.com/mittwald/flow/compare/0.2.0-alpha.588...0.2.0-alpha.589) (2025-12-08)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.588](https://github.com/mittwald/flow/compare/0.2.0-alpha.587...0.2.0-alpha.588) (2025-12-08)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -219820,6 +219820,30 @@
219820
219820
  "methods": [],
219821
219821
  "props": {}
219822
219822
  },
219823
+ {
219824
+ "tags": {},
219825
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BrowserOnly/BrowserOnly.tsx",
219826
+ "description": "",
219827
+ "displayName": "BrowserOnly",
219828
+ "methods": [],
219829
+ "props": {
219830
+ "children": {
219831
+ "defaultValue": null,
219832
+ "description": "",
219833
+ "name": "children",
219834
+ "declarations": [
219835
+ {
219836
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
219837
+ "name": "TypeLiteral"
219838
+ }
219839
+ ],
219840
+ "required": false,
219841
+ "type": {
219842
+ "name": "ReactNode"
219843
+ }
219844
+ }
219845
+ }
219846
+ },
219823
219847
  {
219824
219848
  "tags": {
219825
219849
  "flr-generate": "all"
@@ -222176,30 +222200,6 @@
222176
222200
  }
222177
222201
  }
222178
222202
  },
222179
- {
222180
- "tags": {},
222181
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BrowserOnly/BrowserOnly.tsx",
222182
- "description": "",
222183
- "displayName": "BrowserOnly",
222184
- "methods": [],
222185
- "props": {
222186
- "children": {
222187
- "defaultValue": null,
222188
- "description": "",
222189
- "name": "children",
222190
- "declarations": [
222191
- {
222192
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
222193
- "name": "TypeLiteral"
222194
- }
222195
- ],
222196
- "required": false,
222197
- "type": {
222198
- "name": "ReactNode"
222199
- }
222200
- }
222201
- }
222202
- },
222203
222203
  {
222204
222204
  "tags": {
222205
222205
  "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.588",
3
+ "version": "0.2.0-alpha.589",
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,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "@internationalized/string-compiler": "^3.2.6",
62
62
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
63
- "@mittwald/react-tunnel": "0.2.0-alpha.588",
63
+ "@mittwald/react-tunnel": "0.2.0-alpha.589",
64
64
  "@mittwald/react-use-promise": "^4.2.2",
65
65
  "@react-aria/form": "^3.1.2",
66
66
  "@react-aria/live-announcer": "^3.4.4",
@@ -105,7 +105,7 @@
105
105
  "@faker-js/faker": "^10.1.0",
106
106
  "@internationalized/date": "^3.10.0",
107
107
  "@mittwald/flow-core": "",
108
- "@mittwald/flow-design-tokens": "0.2.0-alpha.588",
108
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.589",
109
109
  "@mittwald/react-use-promise": "^4.2.2",
110
110
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
111
111
  "@mittwald/typescript-config": "",
@@ -174,5 +174,5 @@
174
174
  "optional": true
175
175
  }
176
176
  },
177
- "gitHead": "15ee8ff548b0503c0d7c86fe604dfb80368aa00c"
177
+ "gitHead": "3888b01a80578a1a57c457f061a154c3992d2fc5"
178
178
  }