ecomlab-components-next 0.1.279 → 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.
package/dist/common/utils.js
CHANGED
|
@@ -196,7 +196,7 @@ var fetchArticlesByPortal = exports.fetchArticlesByPortal = function fetchArticl
|
|
|
196
196
|
_ = _params[0];
|
|
197
197
|
filters = _params[1];
|
|
198
198
|
}
|
|
199
|
-
var url = "
|
|
199
|
+
var url = "https://portals.ecomru.ru:4447/get_articles_by_portal";
|
|
200
200
|
var getHeaders = _objectSpread(_objectSpread({}, _headers["default"]), {}, {
|
|
201
201
|
"level-id": PORTAL_ID,
|
|
202
202
|
"language": activeLang === null || activeLang === void 0 ? void 0 : activeLang.toLowerCase(),
|
|
@@ -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"], {
|