pb-sxp-ui 1.16.3 → 1.16.5
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/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +7 -7
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +4 -4
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +3 -2
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +4 -4
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +3 -2
- package/lib/core/components/SxpPageRender/index.js +3 -2
- package/package.json +1 -1
package/dist/pb-ui.js
CHANGED
@@ -18999,7 +18999,7 @@ Made in Italy` })));
|
|
18999
18999
|
cta = (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.bindCta) === null || _e === void 0 ? void 0 : _e.itemId;
|
19000
19000
|
}
|
19001
19001
|
const value = tempMap === null || tempMap === void 0 ? void 0 : tempMap[cta];
|
19002
|
-
const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === 1;
|
19002
|
+
const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === ((rtcList === null || rtcList === void 0 ? void 0 : rtcList[0]) === 'organic menu' ? 2 : 1);
|
19003
19003
|
return (React.createElement(React.Fragment, null,
|
19004
19004
|
isNineProduct && (React.createElement(RenderCard$1, { rec: rec, index: index, tempMap: tempMap, resolver: resolver, isActive: index === activeIndex, value: value, isNineProduct: isNineProduct })),
|
19005
19005
|
((_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.title) && !isShowMore && React.createElement("div", { className: 'clc-sxp-bottom-shadow' }),
|
@@ -19025,7 +19025,8 @@ Made in Italy` })));
|
|
19025
19025
|
globalConfig,
|
19026
19026
|
onExpandableChange,
|
19027
19027
|
isShowMore,
|
19028
|
-
lineGradStyle
|
19028
|
+
lineGradStyle,
|
19029
|
+
rtcList
|
19029
19030
|
]);
|
19030
19031
|
const renderLikeButton = React.useCallback((rec, index, visible) => {
|
19031
19032
|
var _a, _b, _c, _d;
|