@commercetools-uikit/primary-action-dropdown 15.2.2 → 15.2.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.
@@ -116,7 +116,7 @@ var DropdownChevron = /*#__PURE__*/react.forwardRef(function (props, ref) {
116
116
  });
117
117
  DropdownChevron.displayName = 'DropdownChevron';
118
118
 
119
- var Options = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
119
+ var Options = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
120
120
  target: "eb24b7r0"
121
121
  } : {
122
122
  target: "eb24b7r0",
@@ -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 = "15.2.2";
232
+ var version = "15.2.3";
233
233
 
234
234
  exports.Option = Option$1;
235
235
  exports["default"] = PrimaryActionDropdown$1;
@@ -97,7 +97,7 @@ var DropdownChevron = /*#__PURE__*/react.forwardRef(function (props, ref) {
97
97
  });
98
98
  DropdownChevron.displayName = 'DropdownChevron';
99
99
 
100
- var Options = _styled__default["default"]("div", {
100
+ var Options = /*#__PURE__*/_styled__default["default"]("div", {
101
101
  target: "eb24b7r0"
102
102
  } )("position:absolute;z-index:5;width:100%;top:calc(", designSystem.customProperties.spacingS, " + ", designSystem.customProperties.bigButtonHeight, ");left:0;border:1px solid ", designSystem.customProperties.colorNeutral, ";border-radius:", designSystem.customProperties.borderRadius6, ";box-shadow:", designSystem.customProperties.shadow1, ";" + ("" ));
103
103
  /*
@@ -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 = "15.2.2";
197
+ var version = "15.2.3";
198
198
 
199
199
  exports.Option = Option$1;
200
200
  exports["default"] = PrimaryActionDropdown$1;
@@ -103,7 +103,7 @@ var DropdownChevron = /*#__PURE__*/forwardRef(function (props, ref) {
103
103
  });
104
104
  DropdownChevron.displayName = 'DropdownChevron';
105
105
 
106
- var Options = _styled("div", process.env.NODE_ENV === "production" ? {
106
+ var Options = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
107
107
  target: "eb24b7r0"
108
108
  } : {
109
109
  target: "eb24b7r0",
@@ -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 = "15.2.2";
219
+ var version = "15.2.3";
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": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,20 +19,20 @@
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": "15.2.2",
25
- "@commercetools-uikit/buttons": "15.2.2",
26
- "@commercetools-uikit/design-system": "15.2.2",
27
- "@commercetools-uikit/hooks": "15.2.2",
28
- "@commercetools-uikit/icons": "15.2.2",
29
- "@commercetools-uikit/text": "15.2.2",
30
- "@commercetools-uikit/utils": "15.2.2",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/accessible-button": "15.2.3",
25
+ "@commercetools-uikit/buttons": "15.2.3",
26
+ "@commercetools-uikit/design-system": "15.2.3",
27
+ "@commercetools-uikit/hooks": "15.2.3",
28
+ "@commercetools-uikit/icons": "15.2.3",
29
+ "@commercetools-uikit/text": "15.2.3",
30
+ "@commercetools-uikit/utils": "15.2.3",
31
31
  "@emotion/react": "^11.4.0",
32
32
  "@emotion/styled": "^11.3.0",
33
33
  "lodash": "4.17.21",
34
34
  "prop-types": "15.8.1",
35
- "react-intl": "^5.24.6"
35
+ "react-intl": "^5.25.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "react": "17.0.2"