@mottosports/motto-video-player 1.0.1-rc.19 → 1.0.1-rc.20

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
@@ -1021,6 +1021,15 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
1021
1021
  .shaka-play-button[aria-label*=Pause]::after {
1022
1022
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path fill-rule="evenodd" d="M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z" clip-rule="evenodd" /></svg>') !important;
1023
1023
  }
1024
+ .motto-video-container {
1025
+ background: black;
1026
+ }
1027
+ .motto-video-container video {
1028
+ width: 100% !important;
1029
+ height: 100% !important;
1030
+ margin-left: auto !important;
1031
+ margin-right: auto !important;
1032
+ }
1024
1033
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
1025
1034
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
1026
1035
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@@ -3072,6 +3081,15 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
3072
3081
  .shaka-play-button[aria-label*=Pause]::after {
3073
3082
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path fill-rule="evenodd" d="M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z" clip-rule="evenodd" /></svg>') !important;
3074
3083
  }
3084
+ .motto-video-container {
3085
+ background: black;
3086
+ }
3087
+ .motto-video-container video {
3088
+ width: 100% !important;
3089
+ height: 100% !important;
3090
+ margin-left: auto !important;
3091
+ margin-right: auto !important;
3092
+ }
3075
3093
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
3076
3094
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
3077
3095
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }