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/pb-ui.js
CHANGED
@@ -18046,7 +18046,7 @@ Made in Italy` })));
|
|
18046
18046
|
if (!videoPoster || isLoadFinish) {
|
18047
18047
|
return null;
|
18048
18048
|
}
|
18049
|
-
return (React.createElement(
|
18049
|
+
return (React.createElement(FormatImage$1, { style: {
|
18050
18050
|
position: 'absolute',
|
18051
18051
|
left: 0,
|
18052
18052
|
top: 0,
|
@@ -18058,7 +18058,7 @@ Made in Italy` })));
|
|
18058
18058
|
const renderLoading = React.useMemo(() => {
|
18059
18059
|
if (!waiting || !isLoadFinish)
|
18060
18060
|
return;
|
18061
|
-
return (React.createElement(
|
18061
|
+
return (React.createElement("img", { style: {
|
18062
18062
|
position: 'absolute',
|
18063
18063
|
top: '50%',
|
18064
18064
|
left: 0,
|