@mottosports/motto-video-player 1.0.1-rc.55 → 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 +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1042,6 +1042,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
1042
1042
|
margin-right: 0 !important;
|
|
1043
1043
|
margin-left: 12px !important;
|
|
1044
1044
|
}
|
|
1045
|
+
.shaka-hidden-fast-forward-container,
|
|
1046
|
+
.shaka-hidden-rewind-container {
|
|
1047
|
+
pointer-events: none !important;
|
|
1048
|
+
display: none !important;
|
|
1049
|
+
}
|
|
1045
1050
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
1046
1051
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
1047
1052
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
@@ -1211,7 +1216,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1211
1216
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1212
1217
|
|
|
1213
1218
|
// package.json
|
|
1214
|
-
var version = "1.0.1-rc.
|
|
1219
|
+
var version = "1.0.1-rc.57";
|
|
1215
1220
|
|
|
1216
1221
|
// src/utils/licenseCache.ts
|
|
1217
1222
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3491,6 +3496,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
3491
3496
|
margin-right: 0 !important;
|
|
3492
3497
|
margin-left: 12px !important;
|
|
3493
3498
|
}
|
|
3499
|
+
.shaka-hidden-fast-forward-container,
|
|
3500
|
+
.shaka-hidden-rewind-container {
|
|
3501
|
+
pointer-events: none !important;
|
|
3502
|
+
display: none !important;
|
|
3503
|
+
}
|
|
3494
3504
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
3495
3505
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
3496
3506
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|