@micromag/element-call-to-action 0.3.346 → 0.3.348

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
@@ -61,6 +61,7 @@ var propTypes = {
61
61
  current: PropTypes.any // eslint-disable-line
62
62
  })]),
63
63
 
64
+ disabled: PropTypes.bool,
64
65
  animationDisabled: PropTypes.bool,
65
66
  icon: PropTypes.node,
66
67
  arrow: PropTypes.node,
@@ -81,6 +82,7 @@ var defaultProps = {
81
82
  boxStyle: null,
82
83
  inWebView: false,
83
84
  elRef: null,
85
+ disabled: false,
84
86
  animationDisabled: false,
85
87
  icon: null,
86
88
  arrow: null,
package/lib/index.js CHANGED
@@ -75,6 +75,7 @@ var propTypes = {
75
75
  current: PropTypes__default["default"].any // eslint-disable-line
76
76
  })]),
77
77
 
78
+ disabled: PropTypes__default["default"].bool,
78
79
  animationDisabled: PropTypes__default["default"].bool,
79
80
  icon: PropTypes__default["default"].node,
80
81
  arrow: PropTypes__default["default"].node,
@@ -95,6 +96,7 @@ var defaultProps = {
95
96
  boxStyle: null,
96
97
  inWebView: false,
97
98
  elRef: null,
99
+ disabled: false,
98
100
  animationDisabled: false,
99
101
  icon: null,
100
102
  arrow: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.346",
3
+ "version": "0.3.348",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,10 +52,10 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.346",
56
- "@micromag/element-button": "^0.3.346",
57
- "@micromag/element-text": "^0.3.346",
58
- "@micromag/element-webview": "^0.3.346",
55
+ "@micromag/core": "^0.3.348",
56
+ "@micromag/element-button": "^0.3.348",
57
+ "@micromag/element-text": "^0.3.348",
58
+ "@micromag/element-webview": "^0.3.348",
59
59
  "@react-spring/core": "^9.6.1",
60
60
  "@react-spring/web": "^9.6.1",
61
61
  "@use-gesture/react": "^10.2.4",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "a71f64210aaba1aef0fc07b6cc087badb2e74119"
71
+ "gitHead": "20ef008fdf5c678004b740f395f51cb548591dad"
72
72
  }