@mittwald/flow-react-components 0.2.0-alpha.1031 → 0.2.0-alpha.1032

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.1031",
3
+ "version": "0.2.0-alpha.1032",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://flow.mittwald.de",
@@ -74,9 +74,9 @@
74
74
  "@internationalized/string-compiler": "^3.4.1",
75
75
  "@lezer/common": "^1.5.2",
76
76
  "@lezer/highlight": "^1.2.3",
77
- "@mittwald/flow-icons": "0.2.0-alpha.1031",
77
+ "@mittwald/flow-icons": "0.2.0-alpha.1032",
78
78
  "@mittwald/password-tools-js": "3.0.0-alpha.31",
79
- "@mittwald/react-tunnel": "0.2.0-alpha.1031",
79
+ "@mittwald/react-tunnel": "0.2.0-alpha.1032",
80
80
  "@mittwald/react-use-promise": "^4.2.2",
81
81
  "@react-aria/form": "^3.2.1",
82
82
  "@react-aria/i18n": "^3.13.1",
@@ -130,12 +130,12 @@
130
130
  "@internationalized/date": "^3.12.2",
131
131
  "@lezer/generator": "^1.8.0",
132
132
  "@lezer/lr": "^1.4.10",
133
- "@mittwald/flow-core": "0.2.0-alpha.1031",
134
- "@mittwald/flow-design-tokens": "0.2.0-alpha.1031",
135
- "@mittwald/flow-icons-base": "0.2.0-alpha.1031",
133
+ "@mittwald/flow-core": "0.2.0-alpha.1032",
134
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.1032",
135
+ "@mittwald/flow-icons-base": "0.2.0-alpha.1032",
136
136
  "@mittwald/react-use-promise": "^4.2.2",
137
137
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
138
- "@mittwald/typescript-config": "0.2.0-alpha.1031",
138
+ "@mittwald/typescript-config": "0.2.0-alpha.1032",
139
139
  "@nx/storybook": "^22.7.6",
140
140
  "@storybook/addon-a11y": "^10.4.6",
141
141
  "@storybook/addon-actions": "^9.0.8",
@@ -188,7 +188,7 @@
188
188
  },
189
189
  "peerDependencies": {
190
190
  "@internationalized/date": "^3.12.2",
191
- "@mittwald/flow-icons-pro": "0.2.0-alpha.1031",
191
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.1032",
192
192
  "@mittwald/react-use-promise": "^4.2.2",
193
193
  "next": "^16.2.3",
194
194
  "react": "^19.2.0",
@@ -209,5 +209,5 @@
209
209
  "optional": true
210
210
  }
211
211
  },
212
- "gitHead": "e0185604e6a31f89fba94a69d1499115a14897a0"
212
+ "gitHead": "8851c00e700eb59216ce6bc4496aa4bd90240952"
213
213
  }