@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1225,7 +1225,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1225
1225
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1226
1226
|
|
|
1227
1227
|
// package.json
|
|
1228
|
-
var version = "1.0.1-rc.
|
|
1228
|
+
var version = "1.0.1-rc.59";
|
|
1229
1229
|
|
|
1230
1230
|
// src/utils/licenseCache.ts
|
|
1231
1231
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -4093,7 +4093,7 @@ var Player = (0, import_react12.forwardRef)(
|
|
|
4093
4093
|
...filteredVideoProps
|
|
4094
4094
|
}
|
|
4095
4095
|
),
|
|
4096
|
-
isInitialLoading && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "absolute inset-0 flex items-center justify-center z-20", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Loading, { className: "bg-transparent" }) }),
|
|
4096
|
+
isInitialLoading && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "absolute inset-0 flex items-center justify-center z-20 pointer-events-none", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Loading, { className: "bg-transparent" }) }),
|
|
4097
4097
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(LiveBadge, { isVisible: isLiveBadgeVisible })
|
|
4098
4098
|
]
|
|
4099
4099
|
}
|