Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
dependabot[bot]
2020-10-20 15:15:56 -07:00
committed by GitHub
parent fb4a822cd8
commit dab7914eab
6133 changed files with 546543 additions and 1108 deletions

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="88" height="88">
<path fill-rule="evenodd" d="M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 0 1-3.604.194 3.492 3.492 0 0 1-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 0 1 3.604.194l20.433 13.843a3.497 3.497 0 0 1 .001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 0 0-.276-.09.51.51 0 0 0-.239.062.483.483 0 0 0-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0 0 58.6 44a.49.49 0 0 0-.22-.413z"/>
</svg>

After

Width:  |  Height:  |  Size: 679 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="7" height="8">
<path fill="#6FB04E" fill-rule="evenodd" d="M6.122 4.93L2.498 7.448C1.75 7.968.74 7.419.74 6.492V1.455C.74.528 1.75-.022 2.498.498l3.624 2.518a1.174 1.174 0 0 1 0 1.914z"/>
</svg>

After

Width:  |  Height:  |  Size: 246 B

View File

@@ -0,0 +1,166 @@
/* Because of the SVG inliner, these don't work for icons */
.vjs-theme-forest {
--vjs-theme-forest--primary: #6fb04e;
--vjs-theme-forest--secondary: #fff;
}
/* Big play Button */
.vjs-theme-forest:hover .vjs-big-play-button,
.vjs-theme-forest.vjs-big-play-button:focus {
background-color: transparent;
background: svg-load('icons/play-btn.svg', fill=#6fb04e);
}
.vjs-theme-forest .vjs-big-play-button {
width: 88px;
height: 88px;
background: none;
background-repeat: no-repeat;
background-position: center;
background: svg-load('icons/play-btn.svg', fill=#fff);
border: none;
top: 50%;
left: 50%;
margin-top: -44px;
margin-left: -44px;
color: purple;
}
.vjs-theme-forest .vjs-big-play-button .vjs-icon-placeholder {
display: none;
}
/* Control Bar */
.vjs-theme-forest .vjs-button > .vjs-icon-placeholder::before {
line-height: 1.55;
}
.vjs-theme-forest .vjs-control:not(.vjs-disabled, .vjs-time-control):hover {
color: var(--vjs-theme-forest--primary);
text-shadow: var(--vjs-theme-forest--secondary) 1px 0 10px;
}
.vjs-theme-forest .vjs-control-bar {
background: none;
margin-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}
/* Play Button */
.vjs-theme-forest .vjs-play-control {
font-size: 0.8em;
}
.vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
background-color: var(--vjs-theme-forest--secondary);
height: 1.5em;
width: 1.5em;
margin-top: 0.2em;
border-radius: 1em;
color: var(--vjs-theme-forest--primary);
}
.vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before {
background-color: var(--vjs-theme-forest--primary);
color: var(--vjs-theme-forest--secondary);
}
/* Volume stuff */
.vjs-theme-forest .vjs-mute-control {
display: none;
}
.vjs-theme-forest .vjs-volume-panel {
margin-left: 0.5em;
margin-right: 0.5em;
padding-top: 0.3em;
}
.vjs-theme-forest .vjs-volume-panel,
.vjs-theme-forest .vjs-volume-panel:hover,
.vjs-theme-forest .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal {
width: 3em;
}
.vjs-theme-forest .vjs-volume-level::before {
font-size: 1em;
}
.vjs-theme-forest .vjs-volume-panel .vjs-volume-control {
opacity: 1;
width: 100%;
height: 100%;
}
.vjs-theme-forest .vjs-volume-bar {
background-color: transparent;
margin: 0;
}
.vjs-theme-forest .vjs-slider-horizontal .vjs-volume-level {
height: 100%;
}
.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal {
margin-top: 0;
margin-bottom: 0;
height: 100%;
}
.vjs-theme-forest .vjs-volume-bar::before {
content: '';
z-index: 0;
width: 0;
height: 0;
position: absolute;
top: 0px;
left: 0;
border-style: solid;
border-width: 0 0 2em 3em;
border-color: transparent transparent var(--vjs-theme-forest--primary) transparent;
}
.vjs-theme-forest .vjs-volume-level {
overflow: hidden;
background-color: transparent;
}
.vjs-theme-forest .vjs-volume-level::before {
content: '';
z-index: 1;
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
border-style: solid;
border-width: 0 0 2em 3em;
border-color: transparent transparent var(--vjs-theme-forest--secondary) transparent;
}
/* Progress Bar */
.vjs-theme-forest .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1em;
}
.vjs-theme-forest .vjs-play-progress::before {
display: none;
}
.vjs-theme-forest .vjs-progress-holder {
border-radius: 0.2em;
height: 0.5em;
margin: 0;
}
.vjs-theme-forest .vjs-play-progress,
.vjs-theme-forest .vjs-load-progress,
.vjs-theme-forest .vjs-load-progress div {
border-radius: 0.2em;
}