@mittwald/flow-react-components 0.2.0-alpha.267 → 0.2.0-alpha.268

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.268](https://github.com/mittwald/flow/compare/0.2.0-alpha.267...0.2.0-alpha.268) (2025-06-17)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.267](https://github.com/mittwald/flow/compare/0.2.0-alpha.266...0.2.0-alpha.267) (2025-06-16)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -169412,6 +169412,30 @@
169412
169412
  "methods": [],
169413
169413
  "props": {}
169414
169414
  },
169415
+ {
169416
+ "tags": {},
169417
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
169418
+ "description": "",
169419
+ "displayName": "BrowserOnly",
169420
+ "methods": [],
169421
+ "props": {
169422
+ "children": {
169423
+ "defaultValue": null,
169424
+ "description": "",
169425
+ "name": "children",
169426
+ "declarations": [
169427
+ {
169428
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169429
+ "name": "TypeLiteral"
169430
+ }
169431
+ ],
169432
+ "required": false,
169433
+ "type": {
169434
+ "name": "ReactNode"
169435
+ }
169436
+ }
169437
+ }
169438
+ },
169415
169439
  {
169416
169440
  "tags": {
169417
169441
  "flr-generate": "all",
@@ -170462,30 +170486,6 @@
170462
170486
  }
170463
170487
  }
170464
170488
  },
170465
- {
170466
- "tags": {},
170467
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
170468
- "description": "",
170469
- "displayName": "BrowserOnly",
170470
- "methods": [],
170471
- "props": {
170472
- "children": {
170473
- "defaultValue": null,
170474
- "description": "",
170475
- "name": "children",
170476
- "declarations": [
170477
- {
170478
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
170479
- "name": "TypeLiteral"
170480
- }
170481
- ],
170482
- "required": false,
170483
- "type": {
170484
- "name": "ReactNode"
170485
- }
170486
- }
170487
- }
170488
- },
170489
170489
  {
170490
170490
  "tags": {
170491
170491
  "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.267",
3
+ "version": "0.2.0-alpha.268",
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.267",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.268",
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.267",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.268",
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": "775f9fd0d1a62020cc70c056718ac488b4d4ab3b"
184
+ "gitHead": "4638e46db42f3805cc3301ac8d68c3c2bd736c87"
185
185
  }