@mittwald/flow-react-components 0.2.0-alpha.990 → 0.2.0-alpha.991
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 +4 -0
- package/dist/assets/doc-properties.json +15586 -15586
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.991",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"@internationalized/string-compiler": "^3.4.1",
|
|
69
69
|
"@lezer/common": "^1.5.2",
|
|
70
70
|
"@lezer/highlight": "^1.2.3",
|
|
71
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
71
|
+
"@mittwald/flow-icons": "0.2.0-alpha.991",
|
|
72
72
|
"@mittwald/password-tools-js": "3.0.0-alpha.31",
|
|
73
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
73
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.991",
|
|
74
74
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
75
75
|
"@react-aria/form": "^3.2.1",
|
|
76
76
|
"@react-aria/i18n": "^3.13.1",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@lezer/generator": "^1.8.0",
|
|
126
126
|
"@lezer/lr": "^1.4.10",
|
|
127
127
|
"@mittwald/flow-core": "",
|
|
128
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
128
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.991",
|
|
129
129
|
"@mittwald/flow-icons-base": "",
|
|
130
130
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
131
131
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
},
|
|
181
181
|
"peerDependencies": {
|
|
182
182
|
"@internationalized/date": "^3.12.2",
|
|
183
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
183
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.991",
|
|
184
184
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
185
185
|
"next": "^16.2.3",
|
|
186
186
|
"react": "^19.2.0",
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
"optional": true
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "68ba7d6e76b71b18a8661348909636da48ff81e4"
|
|
205
205
|
}
|