mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Bundle embedded web app
This commit is contained in:
parent
f725bc28f4
commit
39830d7d63
46 changed files with 48 additions and 48 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/web/_next/static/css/2adafd6cf046b6f1.css
Normal file
2
static/web/_next/static/css/2adafd6cf046b6f1.css
Normal file
|
@ -0,0 +1,2 @@
|
|||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}
|
||||
/*# sourceMappingURL=2adafd6cf046b6f1.css.map*/
|
1
static/web/_next/static/css/2adafd6cf046b6f1.css.map
Normal file
1
static/web/_next/static/css/2adafd6cf046b6f1.css.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss"],"names":[],"mappings":"AAEA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA,CEfJ,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA","file":"static/css/2adafd6cf046b6f1.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n"],"sourceRoot":""}
|
|
@ -1,2 +0,0 @@
|
|||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1;aspect-ratio:16/9;max-height:75vh}.VideoJS_player__GT8FN{height:auto!important;width:100%}.VideoJS_player__GT8FN video{position:static!important}.VideoPoster_poster__RDkSk{background-color:#000;width:100%;height:100%}.OfflineBanner_outerContainer__3AbsB,.VideoPoster_poster__RDkSk{display:flex;justify-content:center}.OfflineBanner_innerContainer__zTm13{width:clamp(0px,100%,600px);display:flex;flex-direction:column;color:var(--theme-color-components-text-on-light);background-color:var(--theme-color-background-main);margin:1rem auto;border-radius:var(--theme-rounded-corners);padding:1rem;font-size:1.2rem;border:1px solid #d3d3d3}.OfflineBanner_bodyText__nNNy0{line-height:1.5rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5}.OfflineBanner_lastLiveDate___UZdO .OfflineBanner_clockIcon__s0DB_{margin-right:5px}.OfflineBanner_header__Vu20o{font-weight:700}.OfflineBanner_footer__o3Zl5{margin-top:15px}.OfflineBanner_actionLink__b4Mwa{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__b4Mwa:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__AtVnB{display:flex;align-items:center;font-size:.8rem;justify-content:space-between;height:2rem;width:100%;padding:var(--content-padding);color:var(--theme-color-components-video-status-bar-foreground);background-color:var(--theme-color-components-video-status-bar-background);font-family:var(--theme-text-display-font-family);font-weight:600}
|
||||
/*# sourceMappingURL=561985eba900548f.css.map*/
|
|
@ -1 +0,0 @@
|
|||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss"],"names":[],"mappings":"AAAA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CAEA,0HAIE,UAAA,CACA,aAAA,CACA,UAAA,CACA,iBAAA,CACA,eAAA,CCXJ,uBACE,qBAAA,CACA,UAAA,CACA,6BACE,yBAAA,CCNJ,2BACE,qBAAA,CAGA,UAAA,CACA,WAAA,CCLF,gEDEE,YAAA,CACA,sBCDA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,YAAA,CACA,gBAAA,CACA,wBAAA,CAGF,+BACE,kBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CClDJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA","file":"static/css/561985eba900548f.css","sourcesContent":[".container {\n display: grid;\n width: 100%;\n justify-items: center;\n\n .player,\n .poster {\n // position: static;\n // height: auto !important;\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n aspect-ratio: 16 / 9;\n max-height: 75vh;\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n height: auto !important;\n width: 100%;\n video {\n position: static !important;\n }\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n",".outerContainer {\n display: flex;\n justify-content: center;\n}\n\n.innerContainer {\n width: clamp(00px, 100%, 600px);\n display: flex;\n flex-direction: column;\n color: var(--theme-color-components-text-on-light);\n background-color: var(--theme-color-background-main);\n margin: 1rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 1rem;\n font-size: 1.2rem;\n border: 1px solid lightgray;\n}\n\n.bodyText {\n line-height: 1.5rem;\n}\n\n.separator {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n\n.lastLiveDate {\n margin-top: 15px;\n font-size: 1rem;\n opacity: 0.5;\n\n .clockIcon {\n margin-right: 5px;\n }\n}\n\n.header {\n font-weight: bold;\n}\n\n.footer {\n margin-top: 15px;\n}\n\n.actionLink {\n color: var(--theme-color-action);\n text-decoration: underline;\n cursor: pointer;\n &:hover {\n color: var(--color-owncast-palette-7);\n }\n}\n",".statusbar {\n display: flex;\n align-items: center;\n font-size: 0.8rem;\n justify-content: space-between;\n height: 2rem;\n width: 100%;\n padding: var(--content-padding);\n color: var(--theme-color-components-video-status-bar-foreground);\n background-color: var(--theme-color-components-video-status-bar-background);\n font-family: var(--theme-text-display-font-family);\n font-weight: 600;\n}\n"],"sourceRoot":""}
|
2
static/web/_next/static/css/574ab2ce225bab45.css
Normal file
2
static/web/_next/static/css/574ab2ce225bab45.css
Normal file
|
@ -0,0 +1,2 @@
|
|||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;width:100%;height:100%}.OfflineBanner_outerContainer__3AbsB,.VideoPoster_poster__RDkSk{display:flex;justify-content:center}.OfflineBanner_innerContainer__zTm13{width:clamp(0px,100%,600px);display:flex;flex-direction:column;color:var(--theme-color-components-text-on-light);background-color:var(--theme-color-background-main);margin:1rem auto;border-radius:var(--theme-rounded-corners);padding:1rem;font-size:1.2rem;border:1px solid #d3d3d3}.OfflineBanner_bodyText__nNNy0{line-height:1.5rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5}.OfflineBanner_lastLiveDate___UZdO .OfflineBanner_clockIcon__s0DB_{margin-right:5px}.OfflineBanner_header__Vu20o{font-weight:700}.OfflineBanner_footer__o3Zl5{margin-top:15px}.OfflineBanner_actionLink__b4Mwa{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__b4Mwa:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__AtVnB{display:flex;align-items:center;font-size:.8rem;justify-content:space-between;height:2rem;width:100%;padding:var(--content-padding);color:var(--theme-color-components-video-status-bar-foreground);background-color:var(--theme-color-components-video-status-bar-background);font-family:var(--theme-text-display-font-family);font-weight:600}
|
||||
/*# sourceMappingURL=574ab2ce225bab45.css.map*/
|
1
static/web/_next/static/css/574ab2ce225bab45.css.map
Normal file
1
static/web/_next/static/css/574ab2ce225bab45.css.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss"],"names":[],"mappings":"AAEA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA,CEfJ,uBACE,UAAA,CCHF,2BACE,qBAAA,CAGA,UAAA,CACA,WAAA,CCLF,gEDEE,YAAA,CACA,sBCDA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,YAAA,CACA,gBAAA,CACA,wBAAA,CAGF,+BACE,kBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CClDJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA","file":"static/css/574ab2ce225bab45.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n",".outerContainer {\n display: flex;\n justify-content: center;\n}\n\n.innerContainer {\n width: clamp(00px, 100%, 600px);\n display: flex;\n flex-direction: column;\n color: var(--theme-color-components-text-on-light);\n background-color: var(--theme-color-background-main);\n margin: 1rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 1rem;\n font-size: 1.2rem;\n border: 1px solid lightgray;\n}\n\n.bodyText {\n line-height: 1.5rem;\n}\n\n.separator {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n\n.lastLiveDate {\n margin-top: 15px;\n font-size: 1rem;\n opacity: 0.5;\n\n .clockIcon {\n margin-right: 5px;\n }\n}\n\n.header {\n font-weight: bold;\n}\n\n.footer {\n margin-top: 15px;\n}\n\n.actionLink {\n color: var(--theme-color-action);\n text-decoration: underline;\n cursor: pointer;\n &:hover {\n color: var(--color-owncast-palette-7);\n }\n}\n",".statusbar {\n display: flex;\n align-items: center;\n font-size: 0.8rem;\n justify-content: space-between;\n height: 2rem;\n width: 100%;\n padding: var(--content-padding);\n color: var(--theme-color-components-video-status-bar-foreground);\n background-color: var(--theme-color-components-video-status-bar-background);\n font-family: var(--theme-text-display-font-family);\n font-weight: 600;\n}\n"],"sourceRoot":""}
|
|
@ -1,2 +0,0 @@
|
|||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1;aspect-ratio:16/9;max-height:75vh}.VideoJS_player__GT8FN{height:auto!important;width:100%}.VideoJS_player__GT8FN video{position:static!important}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}
|
||||
/*# sourceMappingURL=96604ac78d39c728.css.map*/
|
|
@ -1 +0,0 @@
|
|||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss"],"names":[],"mappings":"AAAA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CAEA,0HAIE,UAAA,CACA,aAAA,CACA,UAAA,CACA,iBAAA,CACA,eAAA,CCXJ,uBACE,qBAAA,CACA,UAAA,CACA,6BACE,yBAAA,CCNJ,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA","file":"static/css/96604ac78d39c728.css","sourcesContent":[".container {\n display: grid;\n width: 100%;\n justify-items: center;\n\n .player,\n .poster {\n // position: static;\n // height: auto !important;\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n aspect-ratio: 16 / 9;\n max-height: 75vh;\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n height: auto !important;\n width: 100%;\n video {\n position: static !important;\n }\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n"],"sourceRoot":""}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue