@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.mjs
CHANGED
|
@@ -989,13 +989,6 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
989
989
|
margin-left: auto !important;
|
|
990
990
|
margin-right: auto !important;
|
|
991
991
|
}
|
|
992
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
993
|
-
margin-left: 12px !important;
|
|
994
|
-
}
|
|
995
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
996
|
-
margin-left: 0 !important;
|
|
997
|
-
margin-right: 12px !important;
|
|
998
|
-
}
|
|
999
992
|
html[dir=rtl] .shaka-controls-container,
|
|
1000
993
|
html[dir=rtl] .shaka-bottom-controls,
|
|
1001
994
|
html[dir=rtl] .shaka-controls-button-panel {
|
|
@@ -1183,7 +1176,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1183
1176
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1184
1177
|
|
|
1185
1178
|
// package.json
|
|
1186
|
-
var version = "1.0.1-rc.
|
|
1179
|
+
var version = "1.0.1-rc.48";
|
|
1187
1180
|
|
|
1188
1181
|
// src/utils/licenseCache.ts
|
|
1189
1182
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3443,13 +3436,6 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
3443
3436
|
margin-left: auto !important;
|
|
3444
3437
|
margin-right: auto !important;
|
|
3445
3438
|
}
|
|
3446
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
3447
|
-
margin-left: 12px !important;
|
|
3448
|
-
}
|
|
3449
|
-
.shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
3450
|
-
margin-left: 0 !important;
|
|
3451
|
-
margin-right: 12px !important;
|
|
3452
|
-
}
|
|
3453
3439
|
html[dir=rtl] .shaka-controls-container,
|
|
3454
3440
|
html[dir=rtl] .shaka-bottom-controls,
|
|
3455
3441
|
html[dir=rtl] .shaka-controls-button-panel {
|