@micromag/element-share-options 0.3.606 → 0.3.608

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.
Files changed (2) hide show
  1. package/es/index.js +3 -3
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -161,13 +161,13 @@ var ShareOptions = function ShareOptions(_ref) {
161
161
  focusable = _ref.focusable;
162
162
  var _ref2 = theme || {},
163
163
  _ref2$menuTheme = _ref2.menuTheme,
164
- menuTheme = _ref2$menuTheme === void 0 ? null : _ref2$menuTheme;
164
+ menuTheme = _ref2$menuTheme === undefined ? null : _ref2$menuTheme;
165
165
  var _ref3 = menuTheme || {},
166
166
  _ref3$colors = _ref3.colors,
167
- colors = _ref3$colors === void 0 ? null : _ref3$colors;
167
+ colors = _ref3$colors === undefined ? null : _ref3$colors;
168
168
  var _ref4 = colors || {},
169
169
  _ref4$primary = _ref4.primary,
170
- brandPrimaryColor = _ref4$primary === void 0 ? null : _ref4$primary;
170
+ brandPrimaryColor = _ref4$primary === undefined ? null : _ref4$primary;
171
171
  var colorStyles = getStyleFromColor(brandPrimaryColor, 'color');
172
172
  var finalStyles = colorStyles;
173
173
  if (buttonsTextStyle !== null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-share-options",
3
- "version": "0.3.606",
3
+ "version": "0.3.608",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@babel/runtime": "^7.13.10",
66
- "@micromag/core": "^0.3.606",
66
+ "@micromag/core": "^0.3.608",
67
67
  "classnames": "^2.2.6",
68
68
  "prop-types": "^15.7.2",
69
69
  "react-intl": "^6.6.4",
@@ -74,5 +74,5 @@
74
74
  "access": "public",
75
75
  "registry": "https://registry.npmjs.org/"
76
76
  },
77
- "gitHead": "0e2ee772952cc24e6824806bd23a7c65c8858c73"
77
+ "gitHead": "02f8cfe4dde0c33bec9ed7c3bdb671cd8acf78bc"
78
78
  }