@mittwald/flow-react-components 0.1.0-alpha.355 → 0.1.0-alpha.356
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 +13 -0
- package/dist/css/ContextMenu.css +1 -1
- package/dist/js/ContextMenu.js +2 -2
- package/dist/js/{ContextMenuTrigger-Dc-Np62m.js → ContextMenuTrigger-ClyNKT8M.js} +15 -9
- package/dist/js/List.js +1 -1
- package/dist/js/Tabs.js +1 -1
- package/dist/js/all.css +1 -1
- package/dist/js/types/components/ContextMenu/stories/Default.stories.d.ts +1 -0
- package/package.json +4 -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.356",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"@chakra-ui/live-region": "^2.1.0",
|
|
421
421
|
"@internationalized/date": "^3.5.6",
|
|
422
422
|
"@internationalized/string-compiler": "^3.2.5",
|
|
423
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
423
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.356",
|
|
424
424
|
"@mittwald/react-use-promise": "^2.5.0",
|
|
425
425
|
"@react-aria/form": "^3.0.10",
|
|
426
426
|
"@react-aria/utils": "^3.25.3",
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
},
|
|
452
452
|
"devDependencies": {
|
|
453
453
|
"@faker-js/faker": "^9.0.3",
|
|
454
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
454
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.356",
|
|
455
455
|
"@mittwald/react-use-promise": "^2.5.0",
|
|
456
456
|
"@nx/storybook": "^20.0.0",
|
|
457
457
|
"@storybook/addon-a11y": "^8.3.5",
|
|
@@ -546,5 +546,5 @@
|
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
},
|
|
549
|
-
"gitHead": "
|
|
549
|
+
"gitHead": "b74f5093965871aeeb18b370180eadb045c5eeb4"
|
|
550
550
|
}
|