pb-sxp-ui 1.9.2 → 1.9.4
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +25 -3
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +5 -5
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +4 -4
- package/lib/core/components/SxpPageRender/index.js +4 -4
- package/package.json +1 -1
@@ -24,7 +24,7 @@ import { getFeUserState, getSlideSkipState } from '../../../core/utils/localStor
|
|
24
24
|
import { isEqual } from 'lodash';
|
25
25
|
import ConsentPopup from './ConsentPopup';
|
26
26
|
const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.innerHeight, containerWidth = window.innerWidth, tempMap, resolver, data = [], ctaType, tipText, nudge, _schema, hashTagStyle, hashTagRightMargin, tagList = [], licenseUrl }) => {
|
27
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v
|
27
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
|
28
28
|
const mutedIcon = useIconLink('/pb_static/5beaaa5ce7f3477b99db3838619cc471.png');
|
29
29
|
const unmutedIcon = useIconLink('/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png');
|
30
30
|
const { schema } = useEditor();
|
@@ -532,8 +532,8 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
532
532
|
padding: 0,
|
533
533
|
background: 'transparent'
|
534
534
|
}, role: 'button', "aria-label": 'back button', onClick: () => history === null || history === void 0 ? void 0 : history.back() },
|
535
|
-
React.createElement("img", { src: (
|
536
|
-
isShowFingerTip ? (React.createElement(FingerSwipeTip, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50 - ((
|
535
|
+
React.createElement("img", { src: ((_r = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.backButton) === null || _r === void 0 ? void 0 : _r.icon) || left, alt: 'back button', width: 100, style: { objectFit: 'cover' } }))),
|
536
|
+
isShowFingerTip ? (React.createElement(FingerSwipeTip, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50 - ((_s = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipOffset) !== null && _s !== void 0 ? _s : 0)}%` }, duration: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swiperTipAniDur })) : null,
|
537
537
|
React.createElement(Swiper, { style: {
|
538
538
|
marginTop: tagHeight
|
539
539
|
}, ref: swiperRef, onSlideChange: () => {
|
@@ -564,7 +564,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
564
564
|
renderView,
|
565
565
|
renderLikeButton(visList[activeIndex], activeIndex, !!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIconFixed)),
|
566
566
|
renderToggleButton(!!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconFixed))),
|
567
|
-
React.createElement(WaterFall, Object.assign({}, (
|
567
|
+
React.createElement(WaterFall, Object.assign({}, (_v = (_u = (_t = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.hashTag) === null || _t === void 0 ? void 0 : _t[0]) === null || _u === void 0 ? void 0 : _u.item) === null || _v === void 0 ? void 0 : _v.props)),
|
568
568
|
React.createElement(ConsentPopup, { resolver: resolver, globalConfig: globalConfig })));
|
569
569
|
};
|
570
570
|
export default SxpPageRender;
|
@@ -27,7 +27,7 @@ const localStore_1 = require("../../../core/utils/localStore");
|
|
27
27
|
const lodash_1 = require("lodash");
|
28
28
|
const ConsentPopup_1 = tslib_1.__importDefault(require("./ConsentPopup"));
|
29
29
|
const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.innerHeight, containerWidth = window.innerWidth, tempMap, resolver, data = [], ctaType, tipText, nudge, _schema, hashTagStyle, hashTagRightMargin, tagList = [], licenseUrl }) => {
|
30
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v
|
30
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
|
31
31
|
const mutedIcon = (0, useIconLink_1.useIconLink)('/pb_static/5beaaa5ce7f3477b99db3838619cc471.png');
|
32
32
|
const unmutedIcon = (0, useIconLink_1.useIconLink)('/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png');
|
33
33
|
const { schema } = (0, hooks_1.useEditor)();
|
@@ -535,8 +535,8 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
535
535
|
padding: 0,
|
536
536
|
background: 'transparent'
|
537
537
|
}, role: 'button', "aria-label": 'back button', onClick: () => history === null || history === void 0 ? void 0 : history.back() },
|
538
|
-
react_1.default.createElement("img", { src: (
|
539
|
-
isShowFingerTip ? (react_1.default.createElement(FingerSwipeTip_1.default, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50 - ((
|
538
|
+
react_1.default.createElement("img", { src: ((_r = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.backButton) === null || _r === void 0 ? void 0 : _r.icon) || left_png_1.default, alt: 'back button', width: 100, style: { objectFit: 'cover' } }))),
|
539
|
+
isShowFingerTip ? (react_1.default.createElement(FingerSwipeTip_1.default, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50 - ((_s = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipOffset) !== null && _s !== void 0 ? _s : 0)}%` }, duration: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swiperTipAniDur })) : null,
|
540
540
|
react_1.default.createElement(react_2.Swiper, { style: {
|
541
541
|
marginTop: tagHeight
|
542
542
|
}, ref: swiperRef, onSlideChange: () => {
|
@@ -567,7 +567,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
567
567
|
renderView,
|
568
568
|
renderLikeButton(visList[activeIndex], activeIndex, !!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIconFixed)),
|
569
569
|
renderToggleButton(!!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconFixed))),
|
570
|
-
react_1.default.createElement(WaterFall_1.default, Object.assign({}, (
|
570
|
+
react_1.default.createElement(WaterFall_1.default, Object.assign({}, (_v = (_u = (_t = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.hashTag) === null || _t === void 0 ? void 0 : _t[0]) === null || _u === void 0 ? void 0 : _u.item) === null || _v === void 0 ? void 0 : _v.props)),
|
571
571
|
react_1.default.createElement(ConsentPopup_1.default, { resolver: resolver, globalConfig: globalConfig })));
|
572
572
|
};
|
573
573
|
exports.default = SxpPageRender;
|