pb-sxp-ui 1.15.28 → 1.15.29
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -2
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- 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/index.js
CHANGED
@@ -18031,7 +18031,7 @@ const VideoWidget$4 = forwardRef(({ rec, index, height, data, muted, activeIndex
|
|
18031
18031
|
if (!videoPoster || isLoadFinish) {
|
18032
18032
|
return null;
|
18033
18033
|
}
|
18034
|
-
return (React.createElement(
|
18034
|
+
return (React.createElement(FormatImage$1, { style: {
|
18035
18035
|
position: 'absolute',
|
18036
18036
|
left: 0,
|
18037
18037
|
top: 0,
|
@@ -18043,7 +18043,7 @@ const VideoWidget$4 = forwardRef(({ rec, index, height, data, muted, activeIndex
|
|
18043
18043
|
const renderLoading = useMemo(() => {
|
18044
18044
|
if (!waiting || !isLoadFinish)
|
18045
18045
|
return;
|
18046
|
-
return (React.createElement(
|
18046
|
+
return (React.createElement("img", { style: {
|
18047
18047
|
position: 'absolute',
|
18048
18048
|
top: '50%',
|
18049
18049
|
left: 0,
|