@mittwald/flow-react-components 0.2.0-alpha.1002 → 0.2.0-alpha.1003
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 +6 -0
- package/dist/assets/doc-properties.json +5545 -5545
- package/dist/css/all-layered.css +1 -1
- package/dist/css/all.css +1 -1
- package/package.json +9 -9
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.1003",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@internationalized/string-compiler": "^3.4.1",
|
|
73
73
|
"@lezer/common": "^1.5.2",
|
|
74
74
|
"@lezer/highlight": "^1.2.3",
|
|
75
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
75
|
+
"@mittwald/flow-icons": "0.2.0-alpha.1003",
|
|
76
76
|
"@mittwald/password-tools-js": "3.0.0-alpha.31",
|
|
77
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
77
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.1003",
|
|
78
78
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
79
79
|
"@react-aria/form": "^3.2.1",
|
|
80
80
|
"@react-aria/i18n": "^3.13.1",
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"@internationalized/date": "^3.12.2",
|
|
129
129
|
"@lezer/generator": "^1.8.0",
|
|
130
130
|
"@lezer/lr": "^1.4.10",
|
|
131
|
-
"@mittwald/flow-core": "",
|
|
132
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
133
|
-
"@mittwald/flow-icons-base": "",
|
|
131
|
+
"@mittwald/flow-core": "0.2.0-alpha.1003",
|
|
132
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.1003",
|
|
133
|
+
"@mittwald/flow-icons-base": "0.2.0-alpha.1003",
|
|
134
134
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
135
135
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
136
|
-
"@mittwald/typescript-config": "",
|
|
136
|
+
"@mittwald/typescript-config": "0.2.0-alpha.1003",
|
|
137
137
|
"@nx/storybook": "^22.7.6",
|
|
138
138
|
"@storybook/addon-a11y": "^10.4.6",
|
|
139
139
|
"@storybook/addon-actions": "^9.0.8",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|
|
186
186
|
"@internationalized/date": "^3.12.2",
|
|
187
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
187
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.1003",
|
|
188
188
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
189
189
|
"next": "^16.2.3",
|
|
190
190
|
"react": "^19.2.0",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"optional": true
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "1acd55e8018b806da47ffe167656adefaf39b1ef"
|
|
209
209
|
}
|