@commercetools-uikit/dropdown-menu 19.1.0 → 19.2.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.
|
@@ -222,7 +222,7 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
222
222
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
223
223
|
|
|
224
224
|
// NOTE: This string will be replaced on build time with the package version.
|
|
225
|
-
var version = "19.
|
|
225
|
+
var version = "19.2.0";
|
|
226
226
|
|
|
227
227
|
exports["default"] = DropdownMenu;
|
|
228
228
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -187,7 +187,7 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
187
187
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
188
188
|
|
|
189
189
|
// NOTE: This string will be replaced on build time with the package version.
|
|
190
|
-
var version = "19.
|
|
190
|
+
var version = "19.2.0";
|
|
191
191
|
|
|
192
192
|
exports["default"] = DropdownMenu;
|
|
193
193
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -209,6 +209,6 @@ DropdownMenu.defaultProps = defaultProps;
|
|
|
209
209
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
210
210
|
|
|
211
211
|
// NOTE: This string will be replaced on build time with the package version.
|
|
212
|
-
var version = "19.
|
|
212
|
+
var version = "19.2.0";
|
|
213
213
|
|
|
214
214
|
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.2.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.2.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.2.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.2.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.2.0",
|
|
28
|
+
"@commercetools-uikit/secondary-button": "19.2.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "19.2.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "19.2.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.2.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|