Bundle embedded web app

This commit is contained in:
gabek 2023-01-30 01:37:46 +00:00
parent 10baf36bda
commit 3782e67067
40 changed files with 43 additions and 43 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
.OfflineBanner_outerContainer__3AbsB{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:3rem auto;border-radius:var(--theme-rounded-corners);padding:2.4em;font-size:1.3rem;border:1px solid #d3d3d3;font-family:var(--theme-text-display-font-family)}@media only screen and (max-width:768px){.OfflineBanner_innerContainer__zTm13{font-size:1.2rem;padding:1em;margin:1rem auto}}.OfflineBanner_bodyText__nNNy0{line-height:2rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5;font-family:var(--theme-text-body-font-family)}.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:400}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:75vh;aspect-ratio:16/9}@media(max-width:1200px){.OwncastPlayer_container__YfgRy{height:unset;max-height:75vh}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
/*# sourceMappingURL=0ed6b89e59a106e0.css.map*/

View file

@ -0,0 +1 @@
{"version":3,"sources":["webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss"],"names":[],"mappings":"AAEA,qCACE,YAAA,CACA,sBAAA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,aAAA,CACA,gBAAA,CACA,wBAAA,CACA,iDAAA,CCLE,yCDNJ,qCAcI,gBAAA,CACA,WAAA,CACA,gBAAA,CAAA,CAIJ,+BACE,gBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CACA,8CAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CE5DJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA,CCTF,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CCHF,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CACA,iBAAA,CAEA,yBAPF,gCAQI,YAAA,CACA,eAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/0ed6b89e59a106e0.css","sourcesContent":["@import '../../../styles/mixins.scss';\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: 3rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 2.4em;\n font-size: 1.3rem;\n border: 1px solid lightgray;\n font-family: var(--theme-text-display-font-family);\n\n @include screen(tablet) {\n font-size: 1.2rem;\n padding: 1em;\n margin: 1rem auto;\n }\n}\n\n.bodyText {\n line-height: 2rem;\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 font-family: var(--theme-text-body-font-family);\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","@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",".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: 400;\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","@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 75vh;\n aspect-ratio: 16 / 9;\n\n @media (max-width: 1200px) {\n height: unset;\n max-height: 75vh;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\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

View file

@ -1,2 +0,0 @@
.OfflineBanner_outerContainer__3AbsB{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:3rem auto;border-radius:var(--theme-rounded-corners);padding:2.4em;font-size:1.3rem;border:1px solid #d3d3d3;font-family:var(--theme-text-display-font-family)}.OfflineBanner_bodyText__nNNy0{line-height:2rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5;font-family:var(--theme-text-body-font-family)}.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:400}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:75vh;aspect-ratio:16/9}@media(max-width:1200px){.OwncastPlayer_container__YfgRy{height:unset;max-height:75vh}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
/*# sourceMappingURL=e50996dd945da33f.css.map*/

View file

@ -1 +0,0 @@
{"version":3,"sources":["webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss"],"names":[],"mappings":"AAAA,qCACE,YAAA,CACA,sBAAA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,aAAA,CACA,gBAAA,CACA,wBAAA,CACA,iDAAA,CAGF,+BACE,gBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CACA,8CAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CCpDJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA,CCTF,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CCHF,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CACA,iBAAA,CAEA,yBAPF,gCAQI,YAAA,CACA,eAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/e50996dd945da33f.css","sourcesContent":[".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: 3rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 2.4em;\n font-size: 1.3rem;\n border: 1px solid lightgray;\n font-family: var(--theme-text-display-font-family);\n}\n\n.bodyText {\n line-height: 2rem;\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 font-family: var(--theme-text-body-font-family);\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: 400;\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","@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 75vh;\n aspect-ratio: 16 / 9;\n\n @media (max-width: 1200px) {\n height: unset;\n max-height: 75vh;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\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