@commercetools-uikit/primary-action-dropdown 18.5.0 → 19.0.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.
|
@@ -197,7 +197,7 @@ Option.defaultProps = {
|
|
|
197
197
|
var Option$1 = Option;
|
|
198
198
|
|
|
199
199
|
// NOTE: This string will be replaced on build time with the package version.
|
|
200
|
-
var version = "
|
|
200
|
+
var version = "19.0.0";
|
|
201
201
|
|
|
202
202
|
exports.Option = Option$1;
|
|
203
203
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -168,7 +168,7 @@ Option.defaultProps = {
|
|
|
168
168
|
var Option$1 = Option;
|
|
169
169
|
|
|
170
170
|
// NOTE: This string will be replaced on build time with the package version.
|
|
171
|
-
var version = "
|
|
171
|
+
var version = "19.0.0";
|
|
172
172
|
|
|
173
173
|
exports.Option = Option$1;
|
|
174
174
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -185,6 +185,6 @@ Option.defaultProps = {
|
|
|
185
185
|
var Option$1 = Option;
|
|
186
186
|
|
|
187
187
|
// NOTE: This string will be replaced on build time with the package version.
|
|
188
|
-
var version = "
|
|
188
|
+
var version = "19.0.0";
|
|
189
189
|
|
|
190
190
|
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": "
|
|
4
|
+
"version": "19.0.0",
|
|
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": "
|
|
25
|
-
"@commercetools-uikit/buttons": "
|
|
26
|
-
"@commercetools-uikit/design-system": "
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/text": "
|
|
30
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.0.0",
|
|
25
|
+
"@commercetools-uikit/buttons": "19.0.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.0.0",
|
|
29
|
+
"@commercetools-uikit/text": "19.0.0",
|
|
30
|
+
"@commercetools-uikit/utils": "19.0.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|