@mittwald/flow-react-components 0.1.0-alpha.98 → 0.1.0-alpha.99
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.99",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
"dependencies": {
|
|
245
245
|
"@chakra-ui/live-region": "^2.1.0",
|
|
246
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
246
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.99",
|
|
247
247
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
248
248
|
"@react-aria/utils": "^3.24.0",
|
|
249
249
|
"@react-types/shared": "^3.23.0",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
},
|
|
268
268
|
"devDependencies": {
|
|
269
269
|
"@faker-js/faker": "^8.4.1",
|
|
270
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
270
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.99",
|
|
271
271
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
272
272
|
"@nx/storybook": "^18.3.4",
|
|
273
273
|
"@storybook/addon-a11y": "^8.0.9",
|
|
@@ -313,6 +313,7 @@
|
|
|
313
313
|
"rollup": "^4.17.2",
|
|
314
314
|
"sass": "^1.76.0",
|
|
315
315
|
"storybook": "^8.0.9",
|
|
316
|
+
"storybook-addon-rtl": "^1.0.0",
|
|
316
317
|
"tsx": "^4.8.2",
|
|
317
318
|
"typescript": "^5.4.5",
|
|
318
319
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
@@ -342,5 +343,5 @@
|
|
|
342
343
|
"optional": true
|
|
343
344
|
}
|
|
344
345
|
},
|
|
345
|
-
"gitHead": "
|
|
346
|
+
"gitHead": "81dfd5f1c9a4360327cf6fa2f8e375cb61cfc75f"
|
|
346
347
|
}
|