@commercetools-uikit/dropdown-menu 19.3.1 → 19.5.0
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.
|
@@ -266,7 +266,7 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
266
266
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
267
267
|
|
|
268
268
|
// NOTE: This string will be replaced on build time with the package version.
|
|
269
|
-
var version = "19.
|
|
269
|
+
var version = "19.5.0";
|
|
270
270
|
|
|
271
271
|
exports["default"] = DropdownMenu;
|
|
272
272
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -227,7 +227,7 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
227
227
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
228
228
|
|
|
229
229
|
// NOTE: This string will be replaced on build time with the package version.
|
|
230
|
-
var version = "19.
|
|
230
|
+
var version = "19.5.0";
|
|
231
231
|
|
|
232
232
|
exports["default"] = DropdownMenu;
|
|
233
233
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -253,6 +253,6 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
253
253
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
254
254
|
|
|
255
255
|
// NOTE: This string will be replaced on build time with the package version.
|
|
256
|
-
var version = "19.
|
|
256
|
+
var version = "19.5.0";
|
|
257
257
|
|
|
258
258
|
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.
|
|
4
|
+
"version": "19.5.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/constraints": "19.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.
|
|
28
|
-
"@commercetools-uikit/secondary-button": "19.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.5.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.5.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.5.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.5.0",
|
|
28
|
+
"@commercetools-uikit/secondary-button": "19.5.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "19.5.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "19.5.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.5.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|