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 CHANGED
@@ -12244,8 +12244,8 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
12244
12244
  height: 'auto',
12245
12245
  objectFit: 'contain'
12246
12246
  } }),
12247
- renderPoster,
12248
- React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))))) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
12247
+ React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
12248
+ renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
12249
12249
  position: 'relative',
12250
12250
  width: '100%',
12251
12251
  height,
@@ -13113,4 +13113,3 @@ exports.default = Pagebuilder;
13113
13113
  exports.defaultSetting = defaultSetting;
13114
13114
  exports.materials = _materials_;
13115
13115
  exports.useEditorDataProvider = useEditorDataProvider;
13116
- //# sourceMappingURL=index.cjs.map