@micromag/element-call-to-action 0.3.651 → 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 +5 -5
- package/package.json +6 -6
package/es/index.js
CHANGED
|
@@ -123,17 +123,17 @@ function CallToAction(_ref) {
|
|
|
123
123
|
var buttonRef = useRef(null);
|
|
124
124
|
var _ref2 = label || {},
|
|
125
125
|
_ref2$textStyle = _ref2.textStyle,
|
|
126
|
-
textStyle = _ref2$textStyle ===
|
|
126
|
+
textStyle = _ref2$textStyle === void 0 ? null : _ref2$textStyle;
|
|
127
127
|
var _ref3 = textStyle || {},
|
|
128
128
|
_ref3$fontSize = _ref3.fontSize,
|
|
129
|
-
fontSize = _ref3$fontSize ===
|
|
129
|
+
fontSize = _ref3$fontSize === void 0 ? null : _ref3$fontSize,
|
|
130
130
|
_ref3$color = _ref3.color,
|
|
131
|
-
color = _ref3$color ===
|
|
131
|
+
color = _ref3$color === void 0 ? null : _ref3$color,
|
|
132
132
|
_ref3$lineHeight = _ref3.lineHeight,
|
|
133
|
-
lineHeight = _ref3$lineHeight ===
|
|
133
|
+
lineHeight = _ref3$lineHeight === void 0 ? null : _ref3$lineHeight;
|
|
134
134
|
var _ref4 = boxStyle || {},
|
|
135
135
|
_ref4$backgroundColor = _ref4.backgroundColor,
|
|
136
|
-
backgroundColor = _ref4$backgroundColor ===
|
|
136
|
+
backgroundColor = _ref4$backgroundColor === void 0 ? null : _ref4$backgroundColor;
|
|
137
137
|
var arrowStyle = useMemo(function () {
|
|
138
138
|
return _objectSpread(_objectSpread({}, {
|
|
139
139
|
fontSize: fontSize
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-call-to-action",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.656",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
64
64
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
65
|
-
"@micromag/core": "^0.3.
|
|
66
|
-
"@micromag/element-button": "^0.3.
|
|
67
|
-
"@micromag/element-text": "^0.3.
|
|
68
|
-
"@micromag/element-webview": "^0.3.
|
|
65
|
+
"@micromag/core": "^0.3.656",
|
|
66
|
+
"@micromag/element-button": "^0.3.656",
|
|
67
|
+
"@micromag/element-text": "^0.3.656",
|
|
68
|
+
"@micromag/element-webview": "^0.3.656",
|
|
69
69
|
"@react-spring/core": "^9.6.1",
|
|
70
70
|
"@react-spring/web": "^9.6.1",
|
|
71
71
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public",
|
|
80
80
|
"registry": "https://registry.npmjs.org/"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "fd956cc4a183b621df124f3f3afbae4af974db27"
|
|
83
83
|
}
|