@mittwald/flow-react-components 0.2.0-alpha.965 → 0.2.0-alpha.966
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 +3324 -3324
- 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.966",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@internationalized/string": "^3.2.9",
|
|
66
66
|
"@internationalized/string-compiler": "^3.4.1",
|
|
67
67
|
"@lezer/highlight": "^1.2.3",
|
|
68
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
68
|
+
"@mittwald/flow-icons": "0.2.0-alpha.966",
|
|
69
69
|
"@mittwald/password-tools-js": "3.0.0-alpha.31",
|
|
70
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
70
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.966",
|
|
71
71
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
72
72
|
"@react-aria/form": "^3.2.1",
|
|
73
73
|
"@react-aria/i18n": "^3.13.1",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@lezer/generator": "^1.8.0",
|
|
123
123
|
"@lezer/lr": "^1.4.10",
|
|
124
124
|
"@mittwald/flow-core": "",
|
|
125
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
125
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.966",
|
|
126
126
|
"@mittwald/flow-icons-base": "",
|
|
127
127
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
128
128
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
},
|
|
178
178
|
"peerDependencies": {
|
|
179
179
|
"@internationalized/date": "^3.12.2",
|
|
180
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
180
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.966",
|
|
181
181
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
182
182
|
"next": "^16.2.3",
|
|
183
183
|
"react": "^19.2.0",
|
|
@@ -198,5 +198,5 @@
|
|
|
198
198
|
"optional": true
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
|
-
"gitHead": "
|
|
201
|
+
"gitHead": "dcdeda8f55a3381c216a9554b4e4210f85c24c78"
|
|
202
202
|
}
|