@commercetools-uikit/dropdown-menu 20.3.0 → 20.3.1
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.
|
@@ -345,7 +345,7 @@ function DropdownMenu(_ref) {
|
|
|
345
345
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
346
346
|
|
|
347
347
|
// NOTE: This string will be replaced on build time with the package version.
|
|
348
|
-
var version = "20.3.
|
|
348
|
+
var version = "20.3.1";
|
|
349
349
|
|
|
350
350
|
exports["default"] = DropdownMenu;
|
|
351
351
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -337,7 +337,7 @@ function DropdownMenu(_ref) {
|
|
|
337
337
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
338
338
|
|
|
339
339
|
// NOTE: This string will be replaced on build time with the package version.
|
|
340
|
-
var version = "20.3.
|
|
340
|
+
var version = "20.3.1";
|
|
341
341
|
|
|
342
342
|
exports["default"] = DropdownMenu;
|
|
343
343
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -324,6 +324,6 @@ function DropdownMenu(_ref) {
|
|
|
324
324
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
325
325
|
|
|
326
326
|
// NOTE: This string will be replaced on build time with the package version.
|
|
327
|
-
var version = "20.3.
|
|
327
|
+
var version = "20.3.1";
|
|
328
328
|
|
|
329
329
|
export { DropdownMenu as default, useDropdownMenuContext, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/dropdown-menu",
|
|
3
3
|
"description": "The Dropdown Menu component represents a component that triggers the rendering of a floating menu.",
|
|
4
|
-
"version": "20.3.
|
|
4
|
+
"version": "20.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.3.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.3.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.3.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.3.
|
|
28
|
-
"@commercetools-uikit/secondary-button": "20.3.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "20.3.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "20.3.
|
|
31
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.3.1",
|
|
28
|
+
"@commercetools-uikit/secondary-button": "20.3.1",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "20.3.1",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "20.3.1",
|
|
31
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"react-intl": "^7.1.4"
|