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.js CHANGED
@@ -12221,8 +12221,8 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
12221
12221
  height: 'auto',
12222
12222
  objectFit: 'contain'
12223
12223
  } }),
12224
- renderPoster,
12225
- 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: {
12224
+ React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
12225
+ renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, onClick: handleClickVideo(), style: {
12226
12226
  position: 'relative',
12227
12227
  width: '100%',
12228
12228
  height,
@@ -13081,4 +13081,3 @@ function useEditorDataProvider() {
13081
13081
  */
13082
13082
 
13083
13083
  export { EditorDataProvider, Modal$1 as Modal, SxpDataSourceProvider$1 as SxpDataSourceProvider, index as SxpPageCore, SxpPageRender, index$1 as core, Pagebuilder as default, defaultSetting, _materials_ as materials, useEditorDataProvider };
13084
- //# sourceMappingURL=index.js.map