@commercetools-uikit/dropdown-menu 19.21.0 → 19.22.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.
@@ -372,7 +372,7 @@ DropdownMenu.propTypes = process.env.NODE_ENV !== "production" ? {
372
372
  DropdownMenu.ListMenuItem = DropdownListMenuItem;
373
373
 
374
374
  // NOTE: This string will be replaced on build time with the package version.
375
- var version = "19.21.0";
375
+ var version = "19.22.1";
376
376
 
377
377
  exports["default"] = DropdownMenu;
378
378
  exports.useDropdownMenuContext = useDropdownMenuContext;
@@ -333,7 +333,7 @@ DropdownMenu.propTypes = {};
333
333
  DropdownMenu.ListMenuItem = DropdownListMenuItem;
334
334
 
335
335
  // NOTE: This string will be replaced on build time with the package version.
336
- var version = "19.21.0";
336
+ var version = "19.22.1";
337
337
 
338
338
  exports["default"] = DropdownMenu;
339
339
  exports.useDropdownMenuContext = useDropdownMenuContext;
@@ -351,6 +351,6 @@ DropdownMenu.propTypes = process.env.NODE_ENV !== "production" ? {
351
351
  DropdownMenu.ListMenuItem = DropdownListMenuItem;
352
352
 
353
353
  // NOTE: This string will be replaced on build time with the package version.
354
- var version = "19.21.0";
354
+ var version = "19.22.1";
355
355
 
356
356
  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": "19.21.0",
4
+ "version": "19.22.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": "19.21.0",
25
- "@commercetools-uikit/constraints": "19.21.0",
26
- "@commercetools-uikit/design-system": "19.21.0",
27
- "@commercetools-uikit/hooks": "19.21.0",
28
- "@commercetools-uikit/secondary-button": "19.21.0",
29
- "@commercetools-uikit/spacings-inline": "19.21.0",
30
- "@commercetools-uikit/spacings-stack": "19.21.0",
31
- "@commercetools-uikit/utils": "19.21.0",
24
+ "@commercetools-uikit/accessible-button": "19.22.1",
25
+ "@commercetools-uikit/constraints": "19.22.1",
26
+ "@commercetools-uikit/design-system": "19.22.1",
27
+ "@commercetools-uikit/hooks": "19.22.1",
28
+ "@commercetools-uikit/secondary-button": "19.22.1",
29
+ "@commercetools-uikit/spacings-inline": "19.22.1",
30
+ "@commercetools-uikit/spacings-stack": "19.22.1",
31
+ "@commercetools-uikit/utils": "19.22.1",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",