@mottosports/motto-video-player 1.0.1-rc.46 → 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 +31 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1030,12 +1030,23 @@ 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
|
-
|
|
1034
|
-
|
|
1033
|
+
html[dir=rtl] .shaka-controls-container,
|
|
1034
|
+
html[dir=rtl] .shaka-bottom-controls,
|
|
1035
|
+
html[dir=rtl] .shaka-controls-button-panel {
|
|
1036
|
+
direction: ltr !important;
|
|
1035
1037
|
}
|
|
1036
|
-
.shaka-overflow-menu
|
|
1037
|
-
|
|
1038
|
+
html[dir=rtl] .shaka-overflow-menu,
|
|
1039
|
+
html[dir=rtl] .shaka-settings-menu {
|
|
1040
|
+
direction: rtl !important;
|
|
1041
|
+
text-align: right !important;
|
|
1042
|
+
}
|
|
1043
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
1038
1044
|
margin-right: 12px !important;
|
|
1045
|
+
margin-left: 0 !important;
|
|
1046
|
+
}
|
|
1047
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
1048
|
+
margin-right: 0 !important;
|
|
1049
|
+
margin-left: 12px !important;
|
|
1039
1050
|
}
|
|
1040
1051
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
1041
1052
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
@@ -1206,7 +1217,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1206
1217
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1207
1218
|
|
|
1208
1219
|
// package.json
|
|
1209
|
-
var version = "1.0.1-rc.
|
|
1220
|
+
var version = "1.0.1-rc.48";
|
|
1210
1221
|
|
|
1211
1222
|
// src/utils/licenseCache.ts
|
|
1212
1223
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3466,12 +3477,23 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
3466
3477
|
margin-left: auto !important;
|
|
3467
3478
|
margin-right: auto !important;
|
|
3468
3479
|
}
|
|
3469
|
-
|
|
3470
|
-
|
|
3480
|
+
html[dir=rtl] .shaka-controls-container,
|
|
3481
|
+
html[dir=rtl] .shaka-bottom-controls,
|
|
3482
|
+
html[dir=rtl] .shaka-controls-button-panel {
|
|
3483
|
+
direction: ltr !important;
|
|
3471
3484
|
}
|
|
3472
|
-
.shaka-overflow-menu
|
|
3473
|
-
|
|
3485
|
+
html[dir=rtl] .shaka-overflow-menu,
|
|
3486
|
+
html[dir=rtl] .shaka-settings-menu {
|
|
3487
|
+
direction: rtl !important;
|
|
3488
|
+
text-align: right !important;
|
|
3489
|
+
}
|
|
3490
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
3474
3491
|
margin-right: 12px !important;
|
|
3492
|
+
margin-left: 0 !important;
|
|
3493
|
+
}
|
|
3494
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
3495
|
+
margin-right: 0 !important;
|
|
3496
|
+
margin-left: 12px !important;
|
|
3475
3497
|
}
|
|
3476
3498
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
3477
3499
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|