@mottosports/motto-video-player 1.0.1-rc.48 → 1.0.1-rc.49

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 CHANGED
@@ -1217,7 +1217,7 @@ var supportsWidevinePersistentLicenses = () => {
1217
1217
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1218
1218
 
1219
1219
  // package.json
1220
- var version = "1.0.1-rc.48";
1220
+ var version = "1.0.1-rc.49";
1221
1221
 
1222
1222
  // src/utils/licenseCache.ts
1223
1223
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -3803,7 +3803,7 @@ var Player = (0, import_react12.forwardRef)(
3803
3803
  getMuxMonitor: () => null
3804
3804
  }), [getAvailableQualities, setQuality, skipBack, skipForward, updateMuxData]);
3805
3805
  const isResponsive = !width && !height;
3806
- const containerClasses = (0, import_tailwind_merge2.twMerge)(containerClassName, "motto-video-container bg-black");
3806
+ const containerClasses = (0, import_tailwind_merge2.twMerge)(containerClassName, "motto-video-container bg-black overflow-hidden md:rounded-2xl");
3807
3807
  const containerStyle = isResponsive ? {
3808
3808
  aspectRatio: aspectRatio.toString()
3809
3809
  } : { width, height };
@@ -4912,12 +4912,12 @@ var CreativeWork = ({
4912
4912
  }
4913
4913
  if (activeVideoId && activePlaylist && !loadingPlaylist) {
4914
4914
  const activeVideo = videosData?.find((video) => video.id === activeVideoId);
4915
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: (0, import_tailwind_merge5.twMerge)("md:rounded-2xl overflow-hidden aspect-video", className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "relative w-full h-full", children: [
4915
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: (0, import_tailwind_merge5.twMerge)("", className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "relative w-full h-full", children: [
4916
4916
  /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4917
4917
  Player,
4918
4918
  {
4919
4919
  ...props,
4920
- className: (0, import_tailwind_merge5.twMerge)(className, "peer"),
4920
+ className: (0, import_tailwind_merge5.twMerge)(className, "peer aspect-video"),
4921
4921
  events: {
4922
4922
  ...events
4923
4923
  },