pb-sxp-ui 1.16.1 → 1.16.2
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 +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4 -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 +4 -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/materials/sxp/template/NineCommodity/index.js +4 -2
- package/lib/materials/sxp/template/NineCommodity/index.js +4 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
@@ -13483,9 +13483,11 @@ const NineCommodity$1 = (_a) => {
|
|
13483
13483
|
var { content, style, bgImg, recData, bottom_image, ctaTempStyles, translateY = 0, isActive, index } = _a, props = __rest(_a, ["content", "style", "bgImg", "recData", "bottom_image", "ctaTempStyles", "translateY", "isActive", "index"]);
|
13484
13484
|
const { sxpParameter } = useSxpDataSource();
|
13485
13485
|
const [products] = React.useState((_c = (_b = recData === null || recData === void 0 ? void 0 : recData.video) === null || _b === void 0 ? void 0 : _b.bindProducts) !== null && _c !== void 0 ? _c : [{}, {}, {}, {}, {}, {}, {}, {}, {}]);
|
13486
|
+
if (!(products === null || products === void 0 ? void 0 : products.length) || (products === null || products === void 0 ? void 0 : products.length) < 1)
|
13487
|
+
return null;
|
13486
13488
|
return (React.createElement("div", { className: styles$2.nineProduct },
|
13487
13489
|
React.createElement("div", { className: styles$2.gridContainer }, products === null || products === void 0 ? void 0 : products.map((item, itemIndex) => {
|
13488
|
-
var _a, _b, _c, _d, _e, _f;
|
13490
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
13489
13491
|
if (itemIndex < 9) {
|
13490
13492
|
return (React.createElement(React.Fragment, { key: itemIndex }, recData && !(item === null || item === void 0 ? void 0 : item.bindCta) ? null : (React.createElement("div", { className: styles$2.gridItem, role: 'listitem' },
|
13491
13493
|
React.createElement("div", { className: styles$2.gridBox },
|
@@ -13501,7 +13503,7 @@ const NineCommodity$1 = (_a) => {
|
|
13501
13503
|
display: 'block'
|
13502
13504
|
}, isActive: isActive }),
|
13503
13505
|
React.createElement("div", { className: styles$2.buttonWrapper, "aria-label": (_f = (_e = item === null || item === void 0 ? void 0 : item.bindCta) === null || _e === void 0 ? void 0 : _e.enTitle) !== null && _f !== void 0 ? _f : 'Shop Now', dangerouslySetInnerHTML: {
|
13504
|
-
__html: setFontForText(
|
13506
|
+
__html: setFontForText((_h = (_g = item === null || item === void 0 ? void 0 : item.bindCta) === null || _g === void 0 ? void 0 : _g.enTitle) !== null && _h !== void 0 ? _h : 'Shop Now', ctaTempStyles === null || ctaTempStyles === void 0 ? void 0 : ctaTempStyles.ctaTitle)
|
13505
13507
|
} })))))));
|
13506
13508
|
}
|
13507
13509
|
else {
|