@micromag/element-call-to-action 0.3.607 → 0.3.610

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 +5 -5
  2. 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 === void 0 ? null : _ref2$textStyle;
126
+ textStyle = _ref2$textStyle === undefined ? null : _ref2$textStyle;
127
127
  var _ref3 = textStyle || {},
128
128
  _ref3$fontSize = _ref3.fontSize,
129
- fontSize = _ref3$fontSize === void 0 ? null : _ref3$fontSize,
129
+ fontSize = _ref3$fontSize === undefined ? null : _ref3$fontSize,
130
130
  _ref3$color = _ref3.color,
131
- color = _ref3$color === void 0 ? null : _ref3$color,
131
+ color = _ref3$color === undefined ? null : _ref3$color,
132
132
  _ref3$lineHeight = _ref3.lineHeight,
133
- lineHeight = _ref3$lineHeight === void 0 ? null : _ref3$lineHeight;
133
+ lineHeight = _ref3$lineHeight === undefined ? null : _ref3$lineHeight;
134
134
  var _ref4 = boxStyle || {},
135
135
  _ref4$backgroundColor = _ref4.backgroundColor,
136
- backgroundColor = _ref4$backgroundColor === void 0 ? null : _ref4$backgroundColor;
136
+ backgroundColor = _ref4$backgroundColor === undefined ? 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.607",
3
+ "version": "0.3.610",
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.607",
66
- "@micromag/element-button": "^0.3.607",
67
- "@micromag/element-text": "^0.3.607",
68
- "@micromag/element-webview": "^0.3.607",
65
+ "@micromag/core": "^0.3.610",
66
+ "@micromag/element-button": "^0.3.610",
67
+ "@micromag/element-text": "^0.3.610",
68
+ "@micromag/element-webview": "^0.3.610",
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": "635ee4c6bf057273a9c90bde7c80134ad92ebb9c"
82
+ "gitHead": "7a002b920dc02d8daa6dfd6aedc1a97951a8e939"
83
83
  }