@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 +15 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ function styleInject(css, { insertAt } = {}) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
// src/index.css
|
|
29
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
29
|
+
styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
30
30
|
@layer properties;
|
|
31
31
|
@layer theme, base, components, utilities;
|
|
32
32
|
@layer theme {
|
|
@@ -253,9 +253,6 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
|
253
253
|
::-webkit-datetime-edit-meridiem-field {
|
|
254
254
|
padding-block: 0;
|
|
255
255
|
}
|
|
256
|
-
::-webkit-calendar-picker-indicator {
|
|
257
|
-
line-height: 1;
|
|
258
|
-
}
|
|
259
256
|
:-moz-ui-invalid {
|
|
260
257
|
box-shadow: none;
|
|
261
258
|
}
|
|
@@ -286,7 +283,7 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
|
286
283
|
padding: 0;
|
|
287
284
|
margin: -1px;
|
|
288
285
|
overflow: hidden;
|
|
289
|
-
clip
|
|
286
|
+
clip: rect(0, 0, 0, 0);
|
|
290
287
|
white-space: nowrap;
|
|
291
288
|
border-width: 0;
|
|
292
289
|
}
|
|
@@ -1004,6 +1001,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
1004
1001
|
margin-right: 0 !important;
|
|
1005
1002
|
margin-left: 12px !important;
|
|
1006
1003
|
}
|
|
1004
|
+
.shaka-hidden-fast-forward-container,
|
|
1005
|
+
.shaka-hidden-rewind-container {
|
|
1006
|
+
pointer-events: none !important;
|
|
1007
|
+
display: none !important;
|
|
1008
|
+
}
|
|
1007
1009
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
1008
1010
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
1009
1011
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
@@ -1173,7 +1175,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1173
1175
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1174
1176
|
|
|
1175
1177
|
// package.json
|
|
1176
|
-
var version = "1.0.1-rc.
|
|
1178
|
+
var version = "1.0.1-rc.57";
|
|
1177
1179
|
|
|
1178
1180
|
// src/utils/licenseCache.ts
|
|
1179
1181
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -2478,7 +2480,7 @@ var LiveBadge = ({
|
|
|
2478
2480
|
};
|
|
2479
2481
|
|
|
2480
2482
|
// src/styles.css
|
|
2481
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
2483
|
+
styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
2482
2484
|
@layer properties;
|
|
2483
2485
|
@layer theme, base, components, utilities;
|
|
2484
2486
|
@layer theme {
|
|
@@ -2705,9 +2707,6 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
|
2705
2707
|
::-webkit-datetime-edit-meridiem-field {
|
|
2706
2708
|
padding-block: 0;
|
|
2707
2709
|
}
|
|
2708
|
-
::-webkit-calendar-picker-indicator {
|
|
2709
|
-
line-height: 1;
|
|
2710
|
-
}
|
|
2711
2710
|
:-moz-ui-invalid {
|
|
2712
2711
|
box-shadow: none;
|
|
2713
2712
|
}
|
|
@@ -2738,7 +2737,7 @@ styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
|
2738
2737
|
padding: 0;
|
|
2739
2738
|
margin: -1px;
|
|
2740
2739
|
overflow: hidden;
|
|
2741
|
-
clip
|
|
2740
|
+
clip: rect(0, 0, 0, 0);
|
|
2742
2741
|
white-space: nowrap;
|
|
2743
2742
|
border-width: 0;
|
|
2744
2743
|
}
|
|
@@ -3456,6 +3455,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
3456
3455
|
margin-right: 0 !important;
|
|
3457
3456
|
margin-left: 12px !important;
|
|
3458
3457
|
}
|
|
3458
|
+
.shaka-hidden-fast-forward-container,
|
|
3459
|
+
.shaka-hidden-rewind-container {
|
|
3460
|
+
pointer-events: none !important;
|
|
3461
|
+
display: none !important;
|
|
3462
|
+
}
|
|
3459
3463
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
3460
3464
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
3461
3465
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|