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
package/dist/pb-ui.js
CHANGED
@@ -12236,8 +12236,8 @@ Made in Italy` })));
|
|
12236
12236
|
height: 'auto',
|
12237
12237
|
objectFit: 'contain'
|
12238
12238
|
} }),
|
12239
|
-
|
12240
|
-
|
12239
|
+
React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
|
12240
|
+
renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
|
12241
12241
|
position: 'relative',
|
12242
12242
|
width: '100%',
|
12243
12243
|
height,
|
@@ -13109,4 +13109,3 @@ Made in Italy` })));
|
|
13109
13109
|
Object.defineProperty(exports, '__esModule', { value: true });
|
13110
13110
|
|
13111
13111
|
}));
|
13112
|
-
//# sourceMappingURL=pb-ui.js.map
|