@mottosports/motto-video-player 1.0.1-rc.56 → 1.0.1-rc.57

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
@@ -67,7 +67,7 @@ function styleInject(css, { insertAt } = {}) {
67
67
  }
68
68
 
69
69
  // src/index.css
70
- styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
70
+ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
71
71
  @layer properties;
72
72
  @layer theme, base, components, utilities;
73
73
  @layer theme {
@@ -294,9 +294,6 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
294
294
  ::-webkit-datetime-edit-meridiem-field {
295
295
  padding-block: 0;
296
296
  }
297
- ::-webkit-calendar-picker-indicator {
298
- line-height: 1;
299
- }
300
297
  :-moz-ui-invalid {
301
298
  box-shadow: none;
302
299
  }
@@ -327,7 +324,7 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
327
324
  padding: 0;
328
325
  margin: -1px;
329
326
  overflow: hidden;
330
- clip-path: inset(50%);
327
+ clip: rect(0, 0, 0, 0);
331
328
  white-space: nowrap;
332
329
  border-width: 0;
333
330
  }
@@ -1045,6 +1042,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
1045
1042
  margin-right: 0 !important;
1046
1043
  margin-left: 12px !important;
1047
1044
  }
1045
+ .shaka-hidden-fast-forward-container,
1046
+ .shaka-hidden-rewind-container {
1047
+ pointer-events: none !important;
1048
+ display: none !important;
1049
+ }
1048
1050
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
1049
1051
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
1050
1052
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@@ -1214,7 +1216,7 @@ var supportsWidevinePersistentLicenses = () => {
1214
1216
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1215
1217
 
1216
1218
  // package.json
1217
- var version = "1.0.1-rc.56";
1219
+ var version = "1.0.1-rc.57";
1218
1220
 
1219
1221
  // src/utils/licenseCache.ts
1220
1222
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -2519,7 +2521,7 @@ var LiveBadge = ({
2519
2521
  };
2520
2522
 
2521
2523
  // src/styles.css
2522
- styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2524
+ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
2523
2525
  @layer properties;
2524
2526
  @layer theme, base, components, utilities;
2525
2527
  @layer theme {
@@ -2746,9 +2748,6 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2746
2748
  ::-webkit-datetime-edit-meridiem-field {
2747
2749
  padding-block: 0;
2748
2750
  }
2749
- ::-webkit-calendar-picker-indicator {
2750
- line-height: 1;
2751
- }
2752
2751
  :-moz-ui-invalid {
2753
2752
  box-shadow: none;
2754
2753
  }
@@ -2779,7 +2778,7 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2779
2778
  padding: 0;
2780
2779
  margin: -1px;
2781
2780
  overflow: hidden;
2782
- clip-path: inset(50%);
2781
+ clip: rect(0, 0, 0, 0);
2783
2782
  white-space: nowrap;
2784
2783
  border-width: 0;
2785
2784
  }
@@ -3497,6 +3496,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
3497
3496
  margin-right: 0 !important;
3498
3497
  margin-left: 12px !important;
3499
3498
  }
3499
+ .shaka-hidden-fast-forward-container,
3500
+ .shaka-hidden-rewind-container {
3501
+ pointer-events: none !important;
3502
+ display: none !important;
3503
+ }
3500
3504
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
3501
3505
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
3502
3506
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }