@mittwald/flow-react-components 1.0.3 → 1.0.4

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.0.3",
3
+ "version": "1.0.4",
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": "1.0.3",
77
+ "@mittwald/flow-icons": "1.0.4",
78
78
  "@mittwald/password-tools-js": "3.0.0-alpha.31",
79
- "@mittwald/react-tunnel": "1.0.3",
79
+ "@mittwald/react-tunnel": "1.0.4",
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.3",
131
131
  "@lezer/generator": "^1.8.0",
132
132
  "@lezer/lr": "^1.4.10",
133
- "@mittwald/flow-core": "1.0.3",
134
- "@mittwald/flow-design-tokens": "1.0.3",
135
- "@mittwald/flow-icons-base": "1.0.3",
133
+ "@mittwald/flow-core": "1.0.4",
134
+ "@mittwald/flow-design-tokens": "1.0.4",
135
+ "@mittwald/flow-icons-base": "1.0.4",
136
136
  "@mittwald/react-use-promise": "^4.2.2",
137
137
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
138
- "@mittwald/typescript-config": "1.0.3",
138
+ "@mittwald/typescript-config": "1.0.4",
139
139
  "@nx/storybook": "^22.7.6",
140
140
  "@storybook/addon-a11y": "^10.5.10",
141
141
  "@storybook/addon-actions": "^9.0.8",
@@ -186,7 +186,7 @@
186
186
  },
187
187
  "peerDependencies": {
188
188
  "@internationalized/date": "^3.12.2",
189
- "@mittwald/flow-icons-pro": "1.0.3",
189
+ "@mittwald/flow-icons-pro": "1.0.4",
190
190
  "@mittwald/react-use-promise": "^4.2.2",
191
191
  "next": "^16.2.3",
192
192
  "react": "^19.2.0",
@@ -207,5 +207,5 @@
207
207
  "optional": true
208
208
  }
209
209
  },
210
- "gitHead": "cb1fd12a44c7d1ac81b044a4ff6d9601aec6aa43"
210
+ "gitHead": "090c213c1afbe0fea33396306697d68c3779824b"
211
211
  }