@micromag/element-call-to-action 0.3.69 → 0.3.74

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 CHANGED
@@ -229,6 +229,7 @@ function CallToAction(_ref) {
229
229
  className: classNames([styles.arrow, _defineProperty({}, arrowClassName, arrowClassName !== null)]),
230
230
  style: arrowStyle
231
231
  }, /*#__PURE__*/React.createElement(Arrow, null));
232
+ console.log('bs', boxStyle);
232
233
  return active ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
233
234
  className: classNames([styles.container, (_ref9 = {}, _defineProperty(_ref9, className, className !== null), _defineProperty(_ref9, styles.disabled, disabled), _defineProperty(_ref9, styles.animationDisabled, animationDisabled), _defineProperty(_ref9, styles.invalidUrl, !validUrl), _defineProperty(_ref9, styles.inWebView, inWebView), _ref9)]),
234
235
  ref: elRef
package/lib/index.js CHANGED
@@ -243,6 +243,7 @@ function CallToAction(_ref) {
243
243
  className: classNames__default["default"]([styles.arrow, _defineProperty__default["default"]({}, arrowClassName, arrowClassName !== null)]),
244
244
  style: arrowStyle
245
245
  }, /*#__PURE__*/React__default["default"].createElement(Arrow, null));
246
+ console.log('bs', boxStyle);
246
247
  return active ? /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
247
248
  className: classNames__default["default"]([styles.container, (_ref9 = {}, _defineProperty__default["default"](_ref9, className, className !== null), _defineProperty__default["default"](_ref9, styles.disabled, disabled), _defineProperty__default["default"](_ref9, styles.animationDisabled, animationDisabled), _defineProperty__default["default"](_ref9, styles.invalidUrl, !validUrl), _defineProperty__default["default"](_ref9, styles.inWebView, inWebView), _ref9)]),
248
249
  ref: elRef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.69",
3
+ "version": "0.3.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,10 +52,10 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.69",
56
- "@micromag/element-button": "^0.3.69",
57
- "@micromag/element-text": "^0.3.69",
58
- "@micromag/element-webview": "^0.3.69",
55
+ "@micromag/core": "^0.3.74",
56
+ "@micromag/element-button": "^0.3.74",
57
+ "@micromag/element-text": "^0.3.74",
58
+ "@micromag/element-webview": "^0.3.74",
59
59
  "@react-spring/core": "^9.1.1",
60
60
  "@react-spring/web": "^9.1.1",
61
61
  "@use-gesture/react": "^10.2.4",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
71
+ "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
72
72
  }