@micromag/element-call-to-action 0.3.447 → 0.3.453

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
@@ -60,7 +60,6 @@ var propTypes = {
60
60
  elRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
61
61
  current: PropTypes.any // eslint-disable-line
62
62
  })]),
63
-
64
63
  disabled: PropTypes.bool,
65
64
  animationDisabled: PropTypes.bool,
66
65
  icon: PropTypes.node,
package/lib/index.js CHANGED
@@ -62,7 +62,6 @@ var propTypes = {
62
62
  elRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
63
63
  current: PropTypes.any // eslint-disable-line
64
64
  })]),
65
-
66
65
  disabled: PropTypes.bool,
67
66
  animationDisabled: PropTypes.bool,
68
67
  icon: PropTypes.node,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.447",
3
+ "version": "0.3.453",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,10 +61,10 @@
61
61
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
62
62
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
63
63
  "@fortawesome/react-fontawesome": "^0.1.13",
64
- "@micromag/core": "^0.3.447",
65
- "@micromag/element-button": "^0.3.447",
66
- "@micromag/element-text": "^0.3.447",
67
- "@micromag/element-webview": "^0.3.447",
64
+ "@micromag/core": "^0.3.453",
65
+ "@micromag/element-button": "^0.3.453",
66
+ "@micromag/element-text": "^0.3.453",
67
+ "@micromag/element-webview": "^0.3.453",
68
68
  "@react-spring/core": "^9.6.1",
69
69
  "@react-spring/web": "^9.6.1",
70
70
  "@use-gesture/react": "^10.3.0",
@@ -78,5 +78,5 @@
78
78
  "access": "public",
79
79
  "registry": "https://registry.npmjs.org/"
80
80
  },
81
- "gitHead": "ec175c602ce6f59b7561f57c92da443814109d50"
81
+ "gitHead": "1593f4ec1485b357c8a510cafe767318b2d7aadc"
82
82
  }