@micromag/element-text 0.3.447 → 0.3.452

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
@@ -24,7 +24,6 @@ var propTypes = {
24
24
  current: PropTypes.any // eslint-disable-line
25
25
  })])
26
26
  };
27
-
28
27
  var defaultProps = {
29
28
  body: null,
30
29
  textStyle: null,
package/lib/index.js CHANGED
@@ -26,7 +26,6 @@ var propTypes = {
26
26
  current: PropTypes.any // eslint-disable-line
27
27
  })])
28
28
  };
29
-
30
29
  var defaultProps = {
31
30
  body: null,
32
31
  textStyle: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-text",
3
- "version": "0.3.447",
3
+ "version": "0.3.452",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.13.10",
61
- "@micromag/core": "^0.3.447",
61
+ "@micromag/core": "^0.3.452",
62
62
  "classnames": "^2.2.6",
63
63
  "prop-types": "^15.7.2",
64
64
  "react-intl": "^5.12.1",
@@ -68,5 +68,5 @@
68
68
  "access": "public",
69
69
  "registry": "https://registry.npmjs.org/"
70
70
  },
71
- "gitHead": "ec175c602ce6f59b7561f57c92da443814109d50"
71
+ "gitHead": "aec551095929a41f43406d0da6e3cfe7f394b92e"
72
72
  }