@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.mjs CHANGED
@@ -980,6 +980,15 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
980
980
  .shaka-play-button[aria-label*=Pause]::after {
981
981
  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;
982
982
  }
983
+ .motto-video-container {
984
+ background: black;
985
+ }
986
+ .motto-video-container video {
987
+ width: 100% !important;
988
+ height: 100% !important;
989
+ margin-left: auto !important;
990
+ margin-right: auto !important;
991
+ }
983
992
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
984
993
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
985
994
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@@ -3031,6 +3040,15 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
3031
3040
  .shaka-play-button[aria-label*=Pause]::after {
3032
3041
  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;
3033
3042
  }
3043
+ .motto-video-container {
3044
+ background: black;
3045
+ }
3046
+ .motto-video-container video {
3047
+ width: 100% !important;
3048
+ height: 100% !important;
3049
+ margin-left: auto !important;
3050
+ margin-right: auto !important;
3051
+ }
3034
3052
  @property --tw-gradient-position { syntax: "*"; inherits: false; }
3035
3053
  @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
3036
3054
  @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }