@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 CHANGED
@@ -1037,6 +1037,24 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
1037
1037
  margin-left: 0 !important;
1038
1038
  margin-right: 12px !important;
1039
1039
  }
1040
+ html[dir=rtl] .shaka-controls-container,
1041
+ html[dir=rtl] .shaka-bottom-controls,
1042
+ html[dir=rtl] .shaka-controls-button-panel {
1043
+ direction: ltr !important;
1044
+ }
1045
+ html[dir=rtl] .shaka-overflow-menu,
1046
+ html[dir=rtl] .shaka-settings-menu {
1047
+ direction: rtl !important;
1048
+ text-align: right !important;
1049
+ }
1050
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
1051
+ margin-right: 12px !important;
1052
+ margin-left: 0 !important;
1053
+ }
1054
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
1055
+ margin-right: 0 !important;
1056
+ margin-left: 12px !important;
1057
+ }
1040
1058
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
1041
1059
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
1042
1060
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@@ -1206,7 +1224,7 @@ var supportsWidevinePersistentLicenses = () => {
1206
1224
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1207
1225
 
1208
1226
  // package.json
1209
- var version = "1.0.1-rc.46";
1227
+ var version = "1.0.1-rc.47";
1210
1228
 
1211
1229
  // src/utils/licenseCache.ts
1212
1230
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -3473,6 +3491,24 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
3473
3491
  margin-left: 0 !important;
3474
3492
  margin-right: 12px !important;
3475
3493
  }
3494
+ html[dir=rtl] .shaka-controls-container,
3495
+ html[dir=rtl] .shaka-bottom-controls,
3496
+ html[dir=rtl] .shaka-controls-button-panel {
3497
+ direction: ltr !important;
3498
+ }
3499
+ html[dir=rtl] .shaka-overflow-menu,
3500
+ html[dir=rtl] .shaka-settings-menu {
3501
+ direction: rtl !important;
3502
+ text-align: right !important;
3503
+ }
3504
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
3505
+ margin-right: 12px !important;
3506
+ margin-left: 0 !important;
3507
+ }
3508
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
3509
+ margin-right: 0 !important;
3510
+ margin-left: 12px !important;
3511
+ }
3476
3512
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
3477
3513
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
3478
3514
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }