@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.mjs CHANGED
@@ -989,12 +989,23 @@ 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;
992
+ html[dir=rtl] .shaka-controls-container,
993
+ html[dir=rtl] .shaka-bottom-controls,
994
+ html[dir=rtl] .shaka-controls-button-panel {
995
+ direction: ltr !important;
994
996
  }
995
- .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
996
- margin-left: 0 !important;
997
+ html[dir=rtl] .shaka-overflow-menu,
998
+ html[dir=rtl] .shaka-settings-menu {
999
+ direction: rtl !important;
1000
+ text-align: right !important;
1001
+ }
1002
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
997
1003
  margin-right: 12px !important;
1004
+ margin-left: 0 !important;
1005
+ }
1006
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
1007
+ margin-right: 0 !important;
1008
+ margin-left: 12px !important;
998
1009
  }
999
1010
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
1000
1011
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@@ -1165,7 +1176,7 @@ var supportsWidevinePersistentLicenses = () => {
1165
1176
  import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
1166
1177
 
1167
1178
  // package.json
1168
- var version = "1.0.1-rc.46";
1179
+ var version = "1.0.1-rc.48";
1169
1180
 
1170
1181
  // src/utils/licenseCache.ts
1171
1182
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -3425,12 +3436,23 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
3425
3436
  margin-left: auto !important;
3426
3437
  margin-right: auto !important;
3427
3438
  }
3428
- .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
3429
- margin-left: 12px !important;
3439
+ html[dir=rtl] .shaka-controls-container,
3440
+ html[dir=rtl] .shaka-bottom-controls,
3441
+ html[dir=rtl] .shaka-controls-button-panel {
3442
+ direction: ltr !important;
3430
3443
  }
3431
- .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
3432
- margin-left: 0 !important;
3444
+ html[dir=rtl] .shaka-overflow-menu,
3445
+ html[dir=rtl] .shaka-settings-menu {
3446
+ direction: rtl !important;
3447
+ text-align: right !important;
3448
+ }
3449
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:not(:first-child) {
3433
3450
  margin-right: 12px !important;
3451
+ margin-left: 0 !important;
3452
+ }
3453
+ html[dir=rtl] .shaka-overflow-menu .shaka-overflow-button .material-svg-icon:first-child {
3454
+ margin-right: 0 !important;
3455
+ margin-left: 12px !important;
3434
3456
  }
3435
3457
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
3436
3458
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }