@commercetools-uikit/primary-action-dropdown 13.0.4 → 14.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.
|
@@ -229,7 +229,7 @@ Option.defaultProps = {
|
|
|
229
229
|
var Option$1 = Option;
|
|
230
230
|
|
|
231
231
|
// NOTE: This string will be replaced on build time with the package version.
|
|
232
|
-
var version = "
|
|
232
|
+
var version = "14.0.0";
|
|
233
233
|
|
|
234
234
|
exports.Option = Option$1;
|
|
235
235
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -194,7 +194,7 @@ Option.defaultProps = {
|
|
|
194
194
|
var Option$1 = Option;
|
|
195
195
|
|
|
196
196
|
// NOTE: This string will be replaced on build time with the package version.
|
|
197
|
-
var version = "
|
|
197
|
+
var version = "14.0.0";
|
|
198
198
|
|
|
199
199
|
exports.Option = Option$1;
|
|
200
200
|
exports["default"] = PrimaryActionDropdown$1;
|
|
@@ -216,6 +216,6 @@ Option.defaultProps = {
|
|
|
216
216
|
var Option$1 = Option;
|
|
217
217
|
|
|
218
218
|
// NOTE: This string will be replaced on build time with the package version.
|
|
219
|
-
var version = "
|
|
219
|
+
var version = "14.0.0";
|
|
220
220
|
|
|
221
221
|
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": "14.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/primary-action-dropdown"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": ["javascript", "design
|
|
12
|
+
"keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-primary-action-dropdown.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.17.2",
|
|
23
|
-
"@babel/runtime-corejs3": "7.17.2",
|
|
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": "
|
|
22
|
+
"@babel/runtime": "^7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
+
"@commercetools-uikit/accessible-button": "14.0.0",
|
|
25
|
+
"@commercetools-uikit/buttons": "14.0.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "14.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "14.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "14.0.0",
|
|
29
|
+
"@commercetools-uikit/text": "14.0.0",
|
|
30
|
+
"@commercetools-uikit/utils": "14.0.0",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"lodash": "4.17.21",
|