@commercetools-uikit/primary-action-dropdown 15.14.2 → 15.14.3
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.
|
@@ -230,7 +230,7 @@ Option.defaultProps = {
|
|
|
230
230
|
var Option$1 = Option;
|
|
231
231
|
|
|
232
232
|
// NOTE: This string will be replaced on build time with the package version.
|
|
233
|
-
var version = "15.14.
|
|
233
|
+
var version = "15.14.3";
|
|
234
234
|
|
|
235
235
|
exports.Option = Option$1;
|
|
236
236
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -199,7 +199,7 @@ Option.defaultProps = {
|
|
|
199
199
|
var Option$1 = Option;
|
|
200
200
|
|
|
201
201
|
// NOTE: This string will be replaced on build time with the package version.
|
|
202
|
-
var version = "15.14.
|
|
202
|
+
var version = "15.14.3";
|
|
203
203
|
|
|
204
204
|
exports.Option = Option$1;
|
|
205
205
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -217,6 +217,6 @@ Option.defaultProps = {
|
|
|
217
217
|
var Option$1 = Option;
|
|
218
218
|
|
|
219
219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
220
|
-
var version = "15.14.
|
|
220
|
+
var version = "15.14.3";
|
|
221
221
|
|
|
222
222
|
export { Option$1 as Option, PrimaryActionDropdown$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/primary-action-dropdown",
|
|
3
3
|
"description": "A dropdown component with any number of action, where the first action of the dropdown can be triggered without opening the dropdown itself.",
|
|
4
|
-
"version": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.14.
|
|
25
|
-
"@commercetools-uikit/buttons": "15.14.
|
|
26
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
27
|
-
"@commercetools-uikit/hooks": "15.14.
|
|
28
|
-
"@commercetools-uikit/icons": "15.14.
|
|
29
|
-
"@commercetools-uikit/text": "15.14.
|
|
30
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/buttons": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/hooks": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/text": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|