ecomlab-components-next 0.1.280 → 0.1.281

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