@mittwald/flow-react-components 1.2.0-next.57 → 1.2.0-next.58

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": "1.2.0-next.57",
3
+ "version": "1.2.0-next.58",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://flow.mittwald.de",
@@ -83,9 +83,9 @@
83
83
  "@internationalized/string-compiler": "^3.4.1",
84
84
  "@lezer/common": "^1.5.2",
85
85
  "@lezer/highlight": "^1.2.3",
86
- "@mittwald/flow-icons": "^1.2.0-next.57",
86
+ "@mittwald/flow-icons": "^1.2.0-next.58",
87
87
  "@mittwald/password-tools-js": "^3.0.0",
88
- "@mittwald/react-tunnel": "^1.2.0-next.57",
88
+ "@mittwald/react-tunnel": "^1.2.0-next.58",
89
89
  "@mittwald/react-use-promise": "^4.2.2",
90
90
  "@react-aria/form": "^3.2.1",
91
91
  "@react-aria/i18n": "^3.13.1",
@@ -138,12 +138,12 @@
138
138
  "@internationalized/date": "^3.12.3",
139
139
  "@lezer/generator": "^1.8.0",
140
140
  "@lezer/lr": "^1.4.10",
141
- "@mittwald/flow-core": "1.2.0-next.57",
142
- "@mittwald/flow-design-tokens": "1.2.0-next.57",
143
- "@mittwald/flow-icons-base": "1.2.0-next.57",
141
+ "@mittwald/flow-core": "1.2.0-next.58",
142
+ "@mittwald/flow-design-tokens": "1.2.0-next.58",
143
+ "@mittwald/flow-icons-base": "1.2.0-next.58",
144
144
  "@mittwald/react-use-promise": "^4.2.2",
145
145
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
146
- "@mittwald/typescript-config": "1.2.0-next.57",
146
+ "@mittwald/typescript-config": "1.2.0-next.58",
147
147
  "@nx/storybook": "^22.7.6",
148
148
  "@storybook/addon-a11y": "^10.5.10",
149
149
  "@storybook/addon-actions": "^9.0.8",
@@ -195,7 +195,7 @@
195
195
  },
196
196
  "peerDependencies": {
197
197
  "@internationalized/date": "^3.12.2",
198
- "@mittwald/flow-icons-pro": "1.2.0-next.57",
198
+ "@mittwald/flow-icons-pro": "1.2.0-next.58",
199
199
  "@mittwald/react-use-promise": "^4.2.2",
200
200
  "next": "^16.2.3",
201
201
  "react": "^19.2.0",
@@ -219,5 +219,5 @@
219
219
  "browserslist": [
220
220
  "baseline widely available"
221
221
  ],
222
- "gitHead": "c827b1b64c969dbb808574813e4e5df8b3ddd589"
222
+ "gitHead": "dc4e33500d7cf23911a29ca14092351d41668dbc"
223
223
  }