@micromag/element-call-to-action 0.3.779 → 0.3.781

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 +2 -2
  2. package/package.json +6 -6
package/es/index.js CHANGED
@@ -240,10 +240,10 @@ function CallToAction(_ref) {
240
240
  }
241
241
  CallToAction.propTypes = propTypes;
242
242
  CallToAction.defaultProps = defaultProps;
243
- var CallToAction_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
243
+ var CallToAction$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
244
244
  return /*#__PURE__*/React.createElement(CallToAction, Object.assign({
245
245
  elRef: ref
246
246
  }, props));
247
247
  });
248
248
 
249
- export { CallToAction_default as default };
249
+ export { CallToAction$1 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.779",
3
+ "version": "0.3.781",
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.779",
66
- "@micromag/element-button": "^0.3.779",
67
- "@micromag/element-text": "^0.3.779",
68
- "@micromag/element-webview": "^0.3.779",
65
+ "@micromag/core": "^0.3.781",
66
+ "@micromag/element-button": "^0.3.781",
67
+ "@micromag/element-text": "^0.3.781",
68
+ "@micromag/element-webview": "^0.3.781",
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": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
82
+ "gitHead": "95e03bd48803c170ef4efbc5bd204a0c83563c11"
83
83
  }