pb-sxp-ui 1.15.27 → 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.cjs
CHANGED
@@ -18053,7 +18053,7 @@ const VideoWidget$4 = React.forwardRef(({ rec, index, height, data, muted, activ
|
|
18053
18053
|
if (!videoPoster || isLoadFinish) {
|
18054
18054
|
return null;
|
18055
18055
|
}
|
18056
|
-
return (React.createElement(
|
18056
|
+
return (React.createElement(FormatImage$1, { style: {
|
18057
18057
|
position: 'absolute',
|
18058
18058
|
left: 0,
|
18059
18059
|
top: 0,
|
@@ -18065,7 +18065,7 @@ const VideoWidget$4 = React.forwardRef(({ rec, index, height, data, muted, activ
|
|
18065
18065
|
const renderLoading = React.useMemo(() => {
|
18066
18066
|
if (!waiting || !isLoadFinish)
|
18067
18067
|
return;
|
18068
|
-
return (React.createElement(
|
18068
|
+
return (React.createElement("img", { style: {
|
18069
18069
|
position: 'absolute',
|
18070
18070
|
top: '50%',
|
18071
18071
|
left: 0,
|