@mittwald/flow-react-components 0.2.0-alpha.946 → 0.2.0-alpha.955
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/AGENTS.md +5 -1
- package/CHANGELOG.md +36 -0
- package/PATTERNS.md +17 -0
- package/dist/assets/doc-properties.json +4986 -4986
- package/dist/css/all-layered.css +1 -1
- package/dist/css/all.css +1 -1
- 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.955",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"@internationalized/string": "^3.2.9",
|
|
65
65
|
"@internationalized/string-compiler": "^3.4.1",
|
|
66
66
|
"@lezer/highlight": "^1.2.3",
|
|
67
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
67
|
+
"@mittwald/flow-icons": "0.2.0-alpha.955",
|
|
68
68
|
"@mittwald/password-tools-js": "3.0.0-alpha.31",
|
|
69
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
69
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.955",
|
|
70
70
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
71
71
|
"@react-aria/form": "^3.2.1",
|
|
72
72
|
"@react-aria/i18n": "^3.13.1",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@lezer/generator": "^1.8.0",
|
|
122
122
|
"@lezer/lr": "^1.4.10",
|
|
123
123
|
"@mittwald/flow-core": "",
|
|
124
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
124
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.955",
|
|
125
125
|
"@mittwald/flow-icons-base": "",
|
|
126
126
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
127
127
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"peerDependencies": {
|
|
178
178
|
"@internationalized/date": "^3.12.2",
|
|
179
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
179
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.955",
|
|
180
180
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
181
181
|
"next": "^16.2.3",
|
|
182
182
|
"react": "^19.2.0",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"optional": true
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "c97bb48b19f434e4a04a39c91034a2db8978dd46"
|
|
201
201
|
}
|