@micromag/element-call-to-action 0.3.576 → 0.3.581

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 +1 -1
  2. package/package.json +6 -6
package/es/index.js CHANGED
@@ -160,7 +160,7 @@ function CallToAction(_ref) {
160
160
  url: url
161
161
  });
162
162
  }
163
- if (onClick !== null && action === 'cllick') {
163
+ if (onClick !== null && action === 'click') {
164
164
  onClick(e);
165
165
  }
166
166
  if (trackEvent !== null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-call-to-action",
3
- "version": "0.3.576",
3
+ "version": "0.3.581",
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.576",
66
- "@micromag/element-button": "^0.3.576",
67
- "@micromag/element-text": "^0.3.576",
68
- "@micromag/element-webview": "^0.3.576",
65
+ "@micromag/core": "^0.3.578",
66
+ "@micromag/element-button": "^0.3.578",
67
+ "@micromag/element-text": "^0.3.578",
68
+ "@micromag/element-webview": "^0.3.581",
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": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
82
+ "gitHead": "4f667ad3d6831c079c91e717202bf02f7beda276"
83
83
  }