@micromag/element-share-options 0.3.637 → 0.3.656
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.
- package/es/index.js +3 -3
- 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 ===
|
|
164
|
+
menuTheme = _ref2$menuTheme === void 0 ? null : _ref2$menuTheme;
|
|
165
165
|
var _ref3 = menuTheme || {},
|
|
166
166
|
_ref3$colors = _ref3.colors,
|
|
167
|
-
colors = _ref3$colors ===
|
|
167
|
+
colors = _ref3$colors === void 0 ? null : _ref3$colors;
|
|
168
168
|
var _ref4 = colors || {},
|
|
169
169
|
_ref4$primary = _ref4.primary,
|
|
170
|
-
brandPrimaryColor = _ref4$primary ===
|
|
170
|
+
brandPrimaryColor = _ref4$primary === void 0 ? 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.
|
|
3
|
+
"version": "0.3.656",
|
|
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.
|
|
66
|
+
"@micromag/core": "^0.3.656",
|
|
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": "
|
|
77
|
+
"gitHead": "fd956cc4a183b621df124f3f3afbae4af974db27"
|
|
78
78
|
}
|