@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.mjs
CHANGED
|
@@ -1001,6 +1001,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
1001
1001
|
margin-right: 0 !important;
|
|
1002
1002
|
margin-left: 12px !important;
|
|
1003
1003
|
}
|
|
1004
|
+
.shaka-hidden-fast-forward-container,
|
|
1005
|
+
.shaka-hidden-rewind-container {
|
|
1006
|
+
pointer-events: none !important;
|
|
1007
|
+
display: none !important;
|
|
1008
|
+
}
|
|
1004
1009
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
1005
1010
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
1006
1011
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
@@ -1170,7 +1175,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1170
1175
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1171
1176
|
|
|
1172
1177
|
// package.json
|
|
1173
|
-
var version = "1.0.1-rc.
|
|
1178
|
+
var version = "1.0.1-rc.57";
|
|
1174
1179
|
|
|
1175
1180
|
// src/utils/licenseCache.ts
|
|
1176
1181
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3450,6 +3455,11 @@ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:fir
|
|
|
3450
3455
|
margin-right: 0 !important;
|
|
3451
3456
|
margin-left: 12px !important;
|
|
3452
3457
|
}
|
|
3458
|
+
.shaka-hidden-fast-forward-container,
|
|
3459
|
+
.shaka-hidden-rewind-container {
|
|
3460
|
+
pointer-events: none !important;
|
|
3461
|
+
display: none !important;
|
|
3462
|
+
}
|
|
3453
3463
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
3454
3464
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
3455
3465
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|