@mittwald/flow-react-components 0.2.0-alpha.127 → 0.2.0-alpha.129

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,16 @@
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.129](https://github.com/mittwald/flow/compare/0.2.0-alpha.128...0.2.0-alpha.129) (2025-04-08)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.128](https://github.com/mittwald/flow/compare/0.2.0-alpha.127...0.2.0-alpha.128) (2025-04-07)
11
+
12
+ ### Bug Fixes
13
+
14
+ * update to bug-fixed remote packages [#2](https://github.com/mittwald/flow/issues/2) ([99654b5](https://github.com/mittwald/flow/commit/99654b533c08953145e1814df9c3414b60f361dc))
15
+
6
16
  # [0.2.0-alpha.127](https://github.com/mittwald/flow/compare/0.2.0-alpha.126...0.2.0-alpha.127) (2025-04-07)
7
17
 
8
18
  ### Bug Fixes
@@ -195471,10 +195471,10 @@
195471
195471
  "name": "(index: number, value: any) => any[]"
195472
195472
  }
195473
195473
  },
195474
- "__@iterator@1004": {
195474
+ "__@iterator@1005": {
195475
195475
  "defaultValue": null,
195476
195476
  "description": "Iterator",
195477
- "name": "__@iterator@1004",
195477
+ "name": "__@iterator@1005",
195478
195478
  "parent": {
195479
195479
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
195480
195480
  "name": "Array"
@@ -195490,10 +195490,10 @@
195490
195490
  "name": "() => ArrayIterator<any>"
195491
195491
  }
195492
195492
  },
195493
- "__@unscopables@1048": {
195493
+ "__@unscopables@1049": {
195494
195494
  "defaultValue": null,
195495
195495
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
195496
- "name": "__@unscopables@1048",
195496
+ "name": "__@unscopables@1049",
195497
195497
  "parent": {
195498
195498
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
195499
195499
  "name": "Array"
@@ -196307,10 +196307,10 @@
196307
196307
  "name": "(index: number, value: unknown) => unknown[]"
196308
196308
  }
196309
196309
  },
196310
- "__@iterator@1004": {
196310
+ "__@iterator@1005": {
196311
196311
  "defaultValue": null,
196312
196312
  "description": "Iterator",
196313
- "name": "__@iterator@1004",
196313
+ "name": "__@iterator@1005",
196314
196314
  "parent": {
196315
196315
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
196316
196316
  "name": "Array"
@@ -196326,10 +196326,10 @@
196326
196326
  "name": "() => ArrayIterator<unknown>"
196327
196327
  }
196328
196328
  },
196329
- "__@unscopables@1048": {
196329
+ "__@unscopables@1049": {
196330
196330
  "defaultValue": null,
196331
196331
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
196332
- "name": "__@unscopables@1048",
196332
+ "name": "__@unscopables@1049",
196333
196333
  "parent": {
196334
196334
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
196335
196335
  "name": "Array"
@@ -197143,10 +197143,10 @@
197143
197143
  "name": "(index: number, value: unknown) => unknown[]"
197144
197144
  }
197145
197145
  },
197146
- "__@iterator@1004": {
197146
+ "__@iterator@1005": {
197147
197147
  "defaultValue": null,
197148
197148
  "description": "Iterator",
197149
- "name": "__@iterator@1004",
197149
+ "name": "__@iterator@1005",
197150
197150
  "parent": {
197151
197151
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
197152
197152
  "name": "Array"
@@ -197162,10 +197162,10 @@
197162
197162
  "name": "() => ArrayIterator<unknown>"
197163
197163
  }
197164
197164
  },
197165
- "__@unscopables@1048": {
197165
+ "__@unscopables@1049": {
197166
197166
  "defaultValue": null,
197167
197167
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
197168
- "name": "__@unscopables@1048",
197168
+ "name": "__@unscopables@1049",
197169
197169
  "parent": {
197170
197170
  "fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
197171
197171
  "name": "Array"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.127",
3
+ "version": "0.2.0-alpha.129",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "@chakra-ui/live-region": "^2.1.0",
55
55
  "@internationalized/string-compiler": "^3.2.6",
56
- "@mittwald/react-tunnel": "0.2.0-alpha.127",
56
+ "@mittwald/react-tunnel": "0.2.0-alpha.129",
57
57
  "@mittwald/react-use-promise": "^3.0.4",
58
58
  "@react-aria/form": "^3.0.14",
59
59
  "@react-aria/utils": "^3.28.1",
@@ -92,9 +92,9 @@
92
92
  "devDependencies": {
93
93
  "@faker-js/faker": "^9.6.0",
94
94
  "@internationalized/date": "^3.7.0",
95
- "@mittwald/flow-design-tokens": "0.2.0-alpha.127",
95
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.129",
96
96
  "@mittwald/react-use-promise": "^2.6.0",
97
- "@mittwald/remote-dom-react": "1.2.2-mittwald.2",
97
+ "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
98
98
  "@mittwald/typescript-config": "",
99
99
  "@nx/storybook": "^20.5.0",
100
100
  "@storybook/addon-a11y": "^8.6.4",
@@ -173,5 +173,5 @@
173
173
  "optional": true
174
174
  }
175
175
  },
176
- "gitHead": "7fd108c9ca106e245a8e39a6619838e8d8301b04"
176
+ "gitHead": "ea44d810930fd6c1f5acc26f644dd441032e7188"
177
177
  }