@micromag/element-call-to-action 0.3.42 → 0.3.43

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
@@ -138,7 +138,6 @@ function CallToAction(_ref) {
138
138
  var onCloseWebView = useCallback(function () {
139
139
  setShowWebView(false);
140
140
  }, [setShowWebView]);
141
- console.log(callToAction, inWebView, showWebView);
142
141
  return active ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
143
142
  className: classNames([styles.container, (_ref6 = {}, _defineProperty(_ref6, className, className !== null), _defineProperty(_ref6, styles.disabled, disabled), _defineProperty(_ref6, styles.animationDisabled, animationDisabled), _defineProperty(_ref6, styles.invalidUrl, !validUrl), _defineProperty(_ref6, styles.withWebView, inWebView), _ref6)]),
144
143
  ref: elRef
package/lib/index.js CHANGED
@@ -152,7 +152,6 @@ function CallToAction(_ref) {
152
152
  var onCloseWebView = React.useCallback(function () {
153
153
  setShowWebView(false);
154
154
  }, [setShowWebView]);
155
- console.log(callToAction, inWebView, showWebView);
156
155
  return active ? /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
157
156
  className: classNames__default["default"]([styles.container, (_ref6 = {}, _defineProperty__default["default"](_ref6, className, className !== null), _defineProperty__default["default"](_ref6, styles.disabled, disabled), _defineProperty__default["default"](_ref6, styles.animationDisabled, animationDisabled), _defineProperty__default["default"](_ref6, styles.invalidUrl, !validUrl), _defineProperty__default["default"](_ref6, styles.withWebView, inWebView), _ref6)]),
158
157
  ref: elRef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.42",
3
+ "version": "0.3.43",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "a80c775c071fffda13172464ce19db2c46c520a2"
71
+ "gitHead": "3fd19b6c6bc1a009382b1d03314475875bc09d6b"
72
72
  }