@mottosports/motto-video-player 1.0.1-rc.58 → 1.0.1-rc.59

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.mjs CHANGED
@@ -1184,7 +1184,7 @@ var supportsWidevinePersistentLicenses = () => {
1184
1184
  import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
1185
1185
 
1186
1186
  // package.json
1187
- var version = "1.0.1-rc.58";
1187
+ var version = "1.0.1-rc.59";
1188
1188
 
1189
1189
  // src/utils/licenseCache.ts
1190
1190
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -4052,7 +4052,7 @@ var Player = forwardRef(
4052
4052
  ...filteredVideoProps
4053
4053
  }
4054
4054
  ),
4055
- isInitialLoading && /* @__PURE__ */ jsx8("div", { className: "absolute inset-0 flex items-center justify-center z-20", children: /* @__PURE__ */ jsx8(Loading, { className: "bg-transparent" }) }),
4055
+ isInitialLoading && /* @__PURE__ */ jsx8("div", { className: "absolute inset-0 flex items-center justify-center z-20 pointer-events-none", children: /* @__PURE__ */ jsx8(Loading, { className: "bg-transparent" }) }),
4056
4056
  /* @__PURE__ */ jsx8(LiveBadge, { isVisible: isLiveBadgeVisible })
4057
4057
  ]
4058
4058
  }