From a6186f9eea7fd52f6b6f4be5e97df00d0fa0767a Mon Sep 17 00:00:00 2001 From: Miikka Holkeri <13796320+holkeri@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:28:04 +0200 Subject: [PATCH] Updates --- asset-manifest.json | 12 ++++++------ index.html | 2 +- static/css/main.981285f3.css.map | 1 - static/css/{main.981285f3.css => main.b412a392.css} | 4 ++-- static/css/main.b412a392.css.map | 1 + static/js/{main.0e0efb72.js => main.fe3ca89b.js} | 6 +++--- ...2.js.LICENSE.txt => main.fe3ca89b.js.LICENSE.txt} | 0 .../{main.0e0efb72.js.map => main.fe3ca89b.js.map} | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 static/css/main.981285f3.css.map rename static/css/{main.981285f3.css => main.b412a392.css} (74%) create mode 100644 static/css/main.b412a392.css.map rename static/js/{main.0e0efb72.js => main.fe3ca89b.js} (99%) rename static/js/{main.0e0efb72.js.LICENSE.txt => main.fe3ca89b.js.LICENSE.txt} (100%) rename static/js/{main.0e0efb72.js.map => main.fe3ca89b.js.map} (95%) diff --git a/asset-manifest.json b/asset-manifest.json index 6e40f32..3151758 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,15 +1,15 @@ { "files": { - "main.css": "/piir/static/css/main.981285f3.css", - "main.js": "/piir/static/js/main.0e0efb72.js", + "main.css": "/piir/static/css/main.b412a392.css", + "main.js": "/piir/static/js/main.fe3ca89b.js", "static/js/453.2f96b0a9.chunk.js": "/piir/static/js/453.2f96b0a9.chunk.js", "index.html": "/piir/index.html", - "main.981285f3.css.map": "/piir/static/css/main.981285f3.css.map", - "main.0e0efb72.js.map": "/piir/static/js/main.0e0efb72.js.map", + "main.b412a392.css.map": "/piir/static/css/main.b412a392.css.map", + "main.fe3ca89b.js.map": "/piir/static/js/main.fe3ca89b.js.map", "453.2f96b0a9.chunk.js.map": "/piir/static/js/453.2f96b0a9.chunk.js.map" }, "entrypoints": [ - "static/css/main.981285f3.css", - "static/js/main.0e0efb72.js" + "static/css/main.b412a392.css", + "static/js/main.fe3ca89b.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index f411c92..da2bbac 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Piir
\ No newline at end of file +Piir
\ No newline at end of file diff --git a/static/css/main.981285f3.css.map b/static/css/main.981285f3.css.map deleted file mode 100644 index 754381a..0000000 --- a/static/css/main.981285f3.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.981285f3.css","mappings":"iHAEA,iBACE,qBACF,CAEA,gBACE,WAAY,CACZ,eACF,CAEA,KAUI,kCAAmC,CACnC,iCAAkC,CATpC,iCAAqC,CACrC,wBAAyB,CAEzB,iBAAkB,CAClB,kDAGU,CALV,eAAgB,CAHhB,QAWF,CCvBA,KAGE,UAAW,CAFX,WAAY,CACZ,wBAAiB,CAAjB,gBAEF,CAEA,QAGE,MAAO,CAFP,iBAAkB,CAClB,KAEF,CAEA,MAKE,kBAAmB,CAHnB,YAAa,CACb,qBAAsB,CAFtB,UAAW,CAGX,sBAEF,CAEA,QAIE,aAAc,CADd,iBAAkB,CADlB,UAGF,CAEA,eANE,gBAiBF,CAXA,OAKE,qBAAsB,CADtB,WAAY,CAFZ,mBAAoB,CAQpB,UAAW,CAJX,cAAe,CALf,mBAAoB,CAEpB,eAAgB,CAMhB,mBAAoB,CAFpB,cAIF,CAEA,yCACE,eACF,CAEA,cAEE,qBAAsB,CADtB,mBAEF,CAEA,qBAEE,mDACE,qBACF,CACF","sources":["index.css","App.css"],"sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');\n\n*, *:before, *:after {\n box-sizing: border-box;\n}\n\nhtml, body, #root {\n height: 100%;\n overflow: hidden;\n}\n\nbody {\n margin: 0;\n font-family: \"Shantell Sans\", cursive;\n font-optical-sizing: auto;\n font-weight: 600;\n font-style: normal;\n font-variation-settings:\n \"BNCE\" 0,\n \"INFM\" 0,\n \"SPAC\" 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}",".app {\n height: 100%;\n user-select: none;\n color: #000;\n}\n\n.header {\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.main {\n height: 90%; /* more visually pleasing vertical midpoint */\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n\n.phrase {\n font-size: 10vmin;\n width: 100%;\n text-align: center;\n padding: 4vmin;\n}\n\nbutton {\n font-family: inherit;\n border-radius: 999px;\n font-weight: 600;\n border: none;\n background-color: #eee;\n cursor: pointer;\n transition: 0.3s;\n font-size: 10vmin;\n padding: 2vmin 4vmin;\n color: #000;\n}\n\nbutton.ghostIcon, button.ghostIcon:active {\n background: none;\n}\n\nbutton:active {\n transform: scale(0.9);\n background-color: #eee;\n}\n\n@media (hover: hover) {\n /* Avoid sticky hover on touch devices */\n button:hover, button:active, button.ghostIcon:active {\n background-color: #ddd;\n }\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/css/main.981285f3.css b/static/css/main.b412a392.css similarity index 74% rename from static/css/main.981285f3.css rename to static/css/main.b412a392.css index 05ff08b..5733532 100644 --- a/static/css/main.981285f3.css +++ b/static/css/main.b412a392.css @@ -1,2 +1,2 @@ -@import url(https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap);*,:after,:before{box-sizing:border-box}#root,body,html{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Shantell Sans,cursive;font-optical-sizing:auto;font-style:normal;font-variation-settings:"BNCE" 0,"INFM" 0,"SPAC" 0;font-weight:600;margin:0}.app{color:#000;height:100%;-webkit-user-select:none;user-select:none}.header{left:0;position:absolute;top:0}.main{align-items:center;display:flex;flex-direction:column;height:90%;justify-content:center}.phrase{padding:4vmin;text-align:center;width:100%}.phrase,button{font-size:10vmin}button{background-color:#eee;border:none;border-radius:999px;color:#000;cursor:pointer;font-family:inherit;font-weight:600;padding:2vmin 4vmin;transition:.3s}button.ghostIcon,button.ghostIcon:active{background:none}button:active{background-color:#eee;transform:scale(.9)}@media (hover:hover){button.ghostIcon:active,button:active,button:hover{background-color:#ddd}} -/*# sourceMappingURL=main.981285f3.css.map*/ \ No newline at end of file +@import url(https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap);*,:after,:before{box-sizing:border-box}#root,body,html{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Shantell Sans,cursive;font-optical-sizing:auto;font-style:normal;font-variation-settings:"BNCE" 0,"INFM" 0,"SPAC" 0;font-weight:600;margin:0}.app{color:#000;height:100%;-webkit-user-select:none;user-select:none}.header{left:0;position:absolute;top:0}.main{align-items:center;display:flex;flex-direction:column;height:90%;justify-content:center}.phrase{padding:4vmin;text-align:center;width:100%}.phrase,button{font-size:10vmin}button{background-color:#eee;border:none;border-radius:999px;color:#000;cursor:pointer;font-family:inherit;font-weight:600;padding:2vmin 4vmin;transition:.3s}button:active{transform:scale(.9)}button.ghost{background:none}@media (hover:hover){button:hover{background-color:#ddd}} +/*# sourceMappingURL=main.b412a392.css.map*/ \ No newline at end of file diff --git a/static/css/main.b412a392.css.map b/static/css/main.b412a392.css.map new file mode 100644 index 0000000..abd4066 --- /dev/null +++ b/static/css/main.b412a392.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.b412a392.css","mappings":"iHAEA,iBACE,qBACF,CAEA,gBACE,WAAY,CACZ,eACF,CAEA,KAUI,kCAAmC,CACnC,iCAAkC,CATpC,iCAAqC,CACrC,wBAAyB,CAEzB,iBAAkB,CAClB,kDAGU,CALV,eAAgB,CAHhB,QAWF,CCvBA,KAGE,UAAW,CAFX,WAAY,CACZ,wBAAiB,CAAjB,gBAEF,CAEA,QAGE,MAAO,CAFP,iBAAkB,CAClB,KAEF,CAEA,MAKE,kBAAmB,CAHnB,YAAa,CACb,qBAAsB,CAFtB,UAAW,CAGX,sBAEF,CAEA,QAIE,aAAc,CADd,iBAAkB,CADlB,UAGF,CAEA,eANE,gBAiBF,CAXA,OAKE,qBAAsB,CADtB,WAAY,CAFZ,mBAAoB,CAQpB,UAAW,CAJX,cAAe,CALf,mBAAoB,CAEpB,eAAgB,CAMhB,mBAAoB,CAFpB,cAIF,CAEA,cACE,mBACF,CAEA,aACE,eACF,CAEA,qBAEE,aACE,qBACF,CACF","sources":["index.css","App.css"],"sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');\n\n*, *:before, *:after {\n box-sizing: border-box;\n}\n\nhtml, body, #root {\n height: 100%;\n overflow: hidden;\n}\n\nbody {\n margin: 0;\n font-family: \"Shantell Sans\", cursive;\n font-optical-sizing: auto;\n font-weight: 600;\n font-style: normal;\n font-variation-settings:\n \"BNCE\" 0,\n \"INFM\" 0,\n \"SPAC\" 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}",".app {\n height: 100%;\n user-select: none;\n color: #000;\n}\n\n.header {\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.main {\n height: 90%; /* more visually pleasing vertical midpoint */\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n\n.phrase {\n font-size: 10vmin;\n width: 100%;\n text-align: center;\n padding: 4vmin;\n}\n\nbutton {\n font-family: inherit;\n border-radius: 999px;\n font-weight: 600;\n border: none;\n background-color: #eee;\n cursor: pointer;\n transition: 0.3s;\n font-size: 10vmin;\n padding: 2vmin 4vmin;\n color: #000;\n}\n\nbutton:active {\n transform: scale(0.9);\n}\n\nbutton.ghost {\n background: none;\n}\n\n@media (hover: hover) {\n /* Avoid sticky hover on touch devices */\n button:hover {\n background-color: #ddd;\n }\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.0e0efb72.js b/static/js/main.fe3ca89b.js similarity index 99% rename from static/js/main.0e0efb72.js rename to static/js/main.fe3ca89b.js index bee90d8..7aa6b7a 100644 --- a/static/js/main.0e0efb72.js +++ b/static/js/main.fe3ca89b.js @@ -1,3 +1,3 @@ -/*! For license information please see main.0e0efb72.js.LICENSE.txt */ -(()=>{"use strict";var e={730:(e,n,t)=>{var r=t(43),l=t(853);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t