pb-sxp-ui 1.15.26 → 1.15.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.
@@ -339,7 +339,7 @@ const VideoWidget = forwardRef(({ rec, index, height, data, muted, activeIndex,
339
339
  const renderLoading = useMemo(() => {
340
340
  if (!waiting || !isLoadFinish)
341
341
  return;
342
- return (React.createElement("img", { style: {
342
+ return (React.createElement(FormatImage, { style: {
343
343
  position: 'absolute',
344
344
  top: '50%',
345
345
  left: 0,
@@ -341,7 +341,7 @@ const VideoWidget = (0, react_1.forwardRef)(({ rec, index, height, data, muted,
341
341
  const renderLoading = (0, react_1.useMemo)(() => {
342
342
  if (!waiting || !isLoadFinish)
343
343
  return;
344
- return (react_1.default.createElement("img", { style: {
344
+ return (react_1.default.createElement(FormatImage_1.default, { style: {
345
345
  position: 'absolute',
346
346
  top: '50%',
347
347
  left: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.15.26",
3
+ "version": "1.15.27",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",