pb-sxp-ui 1.0.26 → 1.0.27
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 +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -2
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -2
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -3
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -2
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/VideoWidget/index.js +2 -2
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +2 -2
- package/package.json +1 -1
@@ -242,8 +242,8 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
|
|
242
242
|
height: 'auto',
|
243
243
|
objectFit: 'contain'
|
244
244
|
} }),
|
245
|
-
|
246
|
-
|
245
|
+
React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
|
246
|
+
renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
|
247
247
|
position: 'relative',
|
248
248
|
width: '100%',
|
249
249
|
height,
|
@@ -245,8 +245,8 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
|
|
245
245
|
height: 'auto',
|
246
246
|
objectFit: 'contain'
|
247
247
|
} }),
|
248
|
-
|
249
|
-
|
248
|
+
react_1.default.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
|
249
|
+
renderPoster)) : (react_1.default.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
|
250
250
|
position: 'relative',
|
251
251
|
width: '100%',
|
252
252
|
height,
|