@micromag/element-heading 0.3.769 → 0.3.779

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 +3 -3
package/es/index.js CHANGED
@@ -78,10 +78,10 @@ Heading.propTypes = propTypes;
78
78
  Heading.defaultProps = defaultProps;
79
79
 
80
80
  // eslint-disable-next-line react/jsx-props-no-spreading
81
- var Heading$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
81
+ var Heading_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
82
82
  return /*#__PURE__*/React.createElement(Heading, Object.assign({
83
83
  headingRef: ref
84
84
  }, props));
85
85
  });
86
86
 
87
- export { Heading$1 as default };
87
+ export { Heading_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-heading",
3
- "version": "0.3.769",
3
+ "version": "0.3.779",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.769",
62
+ "@micromag/core": "^0.3.779",
63
63
  "classnames": "^2.2.6",
64
64
  "prop-types": "^15.7.2",
65
65
  "react-intl": "^6.6.4",
@@ -69,5 +69,5 @@
69
69
  "access": "public",
70
70
  "registry": "https://registry.npmjs.org/"
71
71
  },
72
- "gitHead": "a009106ec28c6e34288f0b3292f1bc6826812dd0"
72
+ "gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
73
73
  }