@mittwald/flow-react-components 0.2.0-alpha.777 → 0.2.0-alpha.778
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 +3171 -3171
- 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.778",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@codemirror/lint": "^6.9.5",
|
|
61
61
|
"@internationalized/string-compiler": "^3.2.6",
|
|
62
62
|
"@lezer/highlight": "^1.2.3",
|
|
63
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/flow-icons": "0.2.0-alpha.778",
|
|
64
64
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
65
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
65
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.778",
|
|
66
66
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
67
67
|
"@react-aria/form": "^3.1.3",
|
|
68
68
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@lezer/generator": "^1.8.0",
|
|
114
114
|
"@lezer/lr": "^1.4.8",
|
|
115
115
|
"@mittwald/flow-core": "",
|
|
116
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
116
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.778",
|
|
117
117
|
"@mittwald/flow-icons-base": "",
|
|
118
118
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
119
119
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
"peerDependencies": {
|
|
168
168
|
"@internationalized/date": "^3.10.0",
|
|
169
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
169
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.777",
|
|
170
170
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
171
171
|
"next": "*",
|
|
172
172
|
"react": "^19.2.0",
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
"optional": true
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "4342a7cd485ab133ff20aedd8bbe8c7e1b3543c3"
|
|
191
191
|
}
|