@commercetools-uikit/dropdown-menu 20.0.0 → 20.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.
|
@@ -336,7 +336,7 @@ function DropdownMenu(_ref) {
|
|
|
336
336
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
337
337
|
|
|
338
338
|
// NOTE: This string will be replaced on build time with the package version.
|
|
339
|
-
var version = "20.
|
|
339
|
+
var version = "20.2.0";
|
|
340
340
|
|
|
341
341
|
exports["default"] = DropdownMenu;
|
|
342
342
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -328,7 +328,7 @@ function DropdownMenu(_ref) {
|
|
|
328
328
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
329
329
|
|
|
330
330
|
// NOTE: This string will be replaced on build time with the package version.
|
|
331
|
-
var version = "20.
|
|
331
|
+
var version = "20.2.0";
|
|
332
332
|
|
|
333
333
|
exports["default"] = DropdownMenu;
|
|
334
334
|
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
@@ -316,6 +316,6 @@ function DropdownMenu(_ref) {
|
|
|
316
316
|
DropdownMenu.ListMenuItem = DropdownListMenuItem;
|
|
317
317
|
|
|
318
318
|
// NOTE: This string will be replaced on build time with the package version.
|
|
319
|
-
var version = "20.
|
|
319
|
+
var version = "20.2.0";
|
|
320
320
|
|
|
321
321
|
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.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.
|
|
28
|
-
"@commercetools-uikit/secondary-button": "20.
|
|
29
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.2.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.2.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.2.0",
|
|
28
|
+
"@commercetools-uikit/secondary-button": "20.2.0",
|
|
29
|
+
"@commercetools-uikit/spacings-inline": "20.2.0",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "20.2.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"react-intl": "^7.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"react": "19.
|
|
37
|
+
"react": "19.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "19.x"
|