@mottosports/motto-video-player 1.0.1-rc.42 → 1.0.1-rc.44

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
@@ -1192,15 +1192,14 @@ var supportsWidevinePersistentLicenses = () => {
1192
1192
  }
1193
1193
  const isMacOS = /Mac OS X|Macintosh/.test(userAgent);
1194
1194
  const isWindows = /Windows/.test(userAgent);
1195
- const isAndroid = /Android/.test(userAgent);
1196
- return isMacOS || isWindows || isAndroid;
1195
+ return isMacOS || isWindows;
1197
1196
  };
1198
1197
 
1199
1198
  // src/hooks/useShakaPlayer.ts
1200
1199
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1201
1200
 
1202
1201
  // package.json
1203
- var version = "1.0.1-rc.42";
1202
+ var version = "1.0.1-rc.44";
1204
1203
 
1205
1204
  // src/utils/licenseCache.ts
1206
1205
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -4621,13 +4620,12 @@ function PreEvent({
4621
4620
  const days = Math.floor(remainingTime / 1e3 / 60 / 60 / 24);
4622
4621
  return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "grid grid-flow-col gap-5 text-center auto-cols-max", children: [
4623
4622
  /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "flex flex-col p-2 bg-neutral rounded-box text-neutral-content", children: [
4624
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "countdown font-mono text-5xl", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4623
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "font-mono text-5xl", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4625
4624
  "span",
4626
4625
  {
4627
- style: { "--value": days },
4628
4626
  "aria-live": "polite",
4629
4627
  "aria-label": days.toString(),
4630
- children: days?.toString()?.padStart(2, "0")
4628
+ children: days.toString()
4631
4629
  }
4632
4630
  ) }),
4633
4631
  /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "text-sm uppercase tracking-widest mt-1", children: t("DAYS") })
@@ -4971,13 +4969,12 @@ function PreCreativeWork({
4971
4969
  const days = Math.floor(remainingTime / 1e3 / 60 / 60 / 24);
4972
4970
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "grid grid-flow-col gap-5 text-center auto-cols-max", children: [
4973
4971
  /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "flex flex-col p-2 bg-neutral rounded-box text-neutral-content", children: [
4974
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "countdown font-mono text-5xl", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4972
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "font-mono text-5xl", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4975
4973
  "span",
4976
4974
  {
4977
- style: { "--value": days },
4978
4975
  "aria-live": "polite",
4979
4976
  "aria-label": days.toString(),
4980
- children: days?.toString()?.padStart(2, "0")
4977
+ children: days.toString()
4981
4978
  }
4982
4979
  ) }),
4983
4980
  /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "text-sm uppercase tracking-widest mt-1", children: t("DAYS") })