@mottosports/motto-video-player 1.0.1-rc.46 → 1.0.1-rc.47
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 +37 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -996,6 +996,24 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
996
996
|
margin-left: 0 !important;
|
|
997
997
|
margin-right: 12px !important;
|
|
998
998
|
}
|
|
999
|
+
html[dir=rtl] .shaka-controls-container,
|
|
1000
|
+
html[dir=rtl] .shaka-bottom-controls,
|
|
1001
|
+
html[dir=rtl] .shaka-controls-button-panel {
|
|
1002
|
+
direction: ltr !important;
|
|
1003
|
+
}
|
|
1004
|
+
html[dir=rtl] .shaka-overflow-menu,
|
|
1005
|
+
html[dir=rtl] .shaka-settings-menu {
|
|
1006
|
+
direction: rtl !important;
|
|
1007
|
+
text-align: right !important;
|
|
1008
|
+
}
|
|
1009
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
1010
|
+
margin-right: 12px !important;
|
|
1011
|
+
margin-left: 0 !important;
|
|
1012
|
+
}
|
|
1013
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
1014
|
+
margin-right: 0 !important;
|
|
1015
|
+
margin-left: 12px !important;
|
|
1016
|
+
}
|
|
999
1017
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
1000
1018
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
1001
1019
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
@@ -1165,7 +1183,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1165
1183
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1166
1184
|
|
|
1167
1185
|
// package.json
|
|
1168
|
-
var version = "1.0.1-rc.
|
|
1186
|
+
var version = "1.0.1-rc.47";
|
|
1169
1187
|
|
|
1170
1188
|
// src/utils/licenseCache.ts
|
|
1171
1189
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -3432,6 +3450,24 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
3432
3450
|
margin-left: 0 !important;
|
|
3433
3451
|
margin-right: 12px !important;
|
|
3434
3452
|
}
|
|
3453
|
+
html[dir=rtl] .shaka-controls-container,
|
|
3454
|
+
html[dir=rtl] .shaka-bottom-controls,
|
|
3455
|
+
html[dir=rtl] .shaka-controls-button-panel {
|
|
3456
|
+
direction: ltr !important;
|
|
3457
|
+
}
|
|
3458
|
+
html[dir=rtl] .shaka-overflow-menu,
|
|
3459
|
+
html[dir=rtl] .shaka-settings-menu {
|
|
3460
|
+
direction: rtl !important;
|
|
3461
|
+
text-align: right !important;
|
|
3462
|
+
}
|
|
3463
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
|
|
3464
|
+
margin-right: 12px !important;
|
|
3465
|
+
margin-left: 0 !important;
|
|
3466
|
+
}
|
|
3467
|
+
html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
|
|
3468
|
+
margin-right: 0 !important;
|
|
3469
|
+
margin-left: 12px !important;
|
|
3470
|
+
}
|
|
3435
3471
|
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
3436
3472
|
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
3437
3473
|
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|