@micromag/element-call-to-action 0.3.786 → 0.3.788

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
@@ -243,10 +243,10 @@ function CallToAction(_ref) {
243
243
  }
244
244
  CallToAction.propTypes = propTypes;
245
245
  CallToAction.defaultProps = defaultProps;
246
- var CallToAction$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
246
+ var CallToAction_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
247
247
  return /*#__PURE__*/React.createElement(CallToAction, Object.assign({
248
248
  elRef: ref
249
249
  }, props));
250
250
  });
251
251
 
252
- export { CallToAction$1 as default };
252
+ export { CallToAction_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.786",
3
+ "version": "0.3.788",
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.781",
66
- "@micromag/element-button": "^0.3.781",
67
- "@micromag/element-text": "^0.3.781",
68
- "@micromag/element-webview": "^0.3.781",
65
+ "@micromag/core": "^0.3.788",
66
+ "@micromag/element-button": "^0.3.788",
67
+ "@micromag/element-text": "^0.3.788",
68
+ "@micromag/element-webview": "^0.3.788",
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": "12a7a02b80b715ea1c8af72bdcbb043ad713a5e5"
82
+ "gitHead": "d7e3871424004d8c65157598cd9b9234e1974cdd"
83
83
  }