ecomlab-components-next 0.1.281 → 0.1.282

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.
@@ -102,7 +102,8 @@ var LongTileArticleBox = function LongTileArticleBox(_ref) {
102
102
  }, /*#__PURE__*/React.createElement("div", {
103
103
  className: "img-content",
104
104
  onClick: function onClick(e) {
105
- return e.stopPropagation();
105
+ e.preventDefault();
106
+ e.stopPropagation();
106
107
  }
107
108
  }, /*#__PURE__*/React.createElement("div", {
108
109
  className: "img-box"
@@ -89,7 +89,8 @@ var ShortTileArticleBox = function ShortTileArticleBox(_ref) {
89
89
  }, /*#__PURE__*/React.createElement("div", {
90
90
  className: "img-content",
91
91
  onClick: function onClick(e) {
92
- return e.stopPropagation();
92
+ e.preventDefault();
93
+ e.stopPropagation();
93
94
  }
94
95
  }, /*#__PURE__*/React.createElement("div", {
95
96
  className: "img-box"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.281",
3
+ "version": "0.1.282",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [