mirror of
https://github.com/owncast/owncast.git
synced 2024-12-18 07:12:33 +03:00
Bundle embedded web app
This commit is contained in:
parent
72cc7cb443
commit
35650dc42b
47 changed files with 49 additions and 49 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
File diff suppressed because one or more lines are too long
|
@ -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.5em;font-size:1.2rem;border:1px solid #d3d3d3}.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}.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;max-height:75vh;aspect-ratio:16/9}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
|
||||
/*# sourceMappingURL=1df159939d7a0181.css.map*/
|
|
@ -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,CAGF,+BACE,gBAAA,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,CCTF,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CCHF,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,eAAA,CACA,iBAAA,CAEA,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/1df159939d7a0181.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.5em;\n font-size: 1.2rem;\n border: 1px solid lightgray;\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\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 max-height: 75vh;\n aspect-ratio: 16 / 9;\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n"],"sourceRoot":""}
|
2
static/web/_next/static/css/66e0dcd1fb09df6c.css
Normal file
2
static/web/_next/static/css/66e0dcd1fb09df6c.css
Normal file
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/66e0dcd1fb09df6c.css.map
Normal file
1
static/web/_next/static/css/66e0dcd1fb09df6c.css.map
Normal file
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/e8699a107c8d4168.css
Normal file
2
static/web/_next/static/css/e8699a107c8d4168.css
Normal 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)}.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;max-height:75vh;aspect-ratio:16/9}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
|
||||
/*# sourceMappingURL=e8699a107c8d4168.css.map*/
|
1
static/web/_next/static/css/e8699a107c8d4168.css.map
Normal file
1
static/web/_next/static/css/e8699a107c8d4168.css.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"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,eAAA,CACA,iBAAA,CAEA,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/e8699a107c8d4168.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 max-height: 75vh;\n aspect-ratio: 16 / 9;\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
Loading…
Reference in a new issue