@mottosports/motto-video-player 1.0.1-rc.47 → 1.0.1-rc.48
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 +1 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1030,13 +1030,6 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
1030
1030
|
margin-left: auto !important;
|
|
1031
1031
|
margin-right: auto !important;
|
|
1032
1032
|
}
|
|
1033
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
1034
|
-
margin-left: 12px !important;
|
|
1035
|
-
}
|
|
1036
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
1037
|
-
margin-left: 0 !important;
|
|
1038
|
-
margin-right: 12px !important;
|
|
1039
|
-
}
|
|
1040
1033
|
html[dir=rtl] .shaka-controls-container,
|
|
1041
1034
|
html[dir=rtl] .shaka-bottom-controls,
|
|
1042
1035
|
html[dir=rtl] .shaka-controls-button-panel {
|
|
@@ -1224,7 +1217,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1224
1217
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1225
1218
|
|
|
1226
1219
|
// package.json
|
|
1227
|
-
var version = "1.0.1-rc.
|
|
1220
|
+
var version = "1.0.1-rc.48";
|
|
1228
1221
|
|
|
1229
1222
|
// src/utils/licenseCache.ts
|
|
1230
1223
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3484,13 +3477,6 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
3484
3477
|
margin-left: auto !important;
|
|
3485
3478
|
margin-right: auto !important;
|
|
3486
3479
|
}
|
|
3487
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
3488
|
-
margin-left: 12px !important;
|
|
3489
|
-
}
|
|
3490
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
3491
|
-
margin-left: 0 !important;
|
|
3492
|
-
margin-right: 12px !important;
|
|
3493
|
-
}
|
|
3494
3480
|
html[dir=rtl] .shaka-controls-container,
|
|
3495
3481
|
html[dir=rtl] .shaka-bottom-controls,
|
|
3496
3482
|
html[dir=rtl] .shaka-controls-button-panel {
|