From 334cd7a726df420c732694569ec5bf2329bc74dc Mon Sep 17 00:00:00 2001 From: Adam Strojil Date: Sun, 10 Sep 2023 00:37:53 +0200 Subject: [PATCH] Updates --- asset-manifest.json | 12 ++++---- index.html | 2 +- static/css/main.1a610618.css | 2 ++ static/css/main.1a610618.css.map | 1 + static/css/main.33d372b8.css | 2 -- static/css/main.33d372b8.css.map | 1 - static/js/main.cf2208f4.js | 3 -- static/js/main.d1083e69.js | 3 ++ ...CENSE.txt => main.d1083e69.js.LICENSE.txt} | 30 +++++++++++++++++++ ...n.cf2208f4.js.map => main.d1083e69.js.map} | 2 +- 10 files changed, 44 insertions(+), 14 deletions(-) create mode 100644 static/css/main.1a610618.css create mode 100644 static/css/main.1a610618.css.map delete mode 100644 static/css/main.33d372b8.css delete mode 100644 static/css/main.33d372b8.css.map delete mode 100644 static/js/main.cf2208f4.js create mode 100644 static/js/main.d1083e69.js rename static/js/{main.cf2208f4.js.LICENSE.txt => main.d1083e69.js.LICENSE.txt} (88%) rename static/js/{main.cf2208f4.js.map => main.d1083e69.js.map} (59%) diff --git a/asset-manifest.json b/asset-manifest.json index 935cf85..40481c2 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,7 +1,7 @@ { "files": { - "main.css": "/code-words/static/css/main.33d372b8.css", - "main.js": "/code-words/static/js/main.cf2208f4.js", + "main.css": "/code-words/static/css/main.1a610618.css", + "main.js": "/code-words/static/js/main.d1083e69.js", "static/js/496.219a0753.chunk.js": "/code-words/static/js/496.219a0753.chunk.js", "static/media/blueAgentFemale.png": "/code-words/static/media/blueAgentFemale.bc2df9f189c00875b604.png", "static/media/blueAgentMale.png": "/code-words/static/media/blueAgentMale.0fca23ba8cb5df592138.png", @@ -11,12 +11,12 @@ "static/media/assassin.png": "/code-words/static/media/assassin.f0c939db65edb62941fd.png", "static/media/board.png": "/code-words/static/media/board.7d68ecfb6193643f99fb.png", "index.html": "/code-words/index.html", - "main.33d372b8.css.map": "/code-words/static/css/main.33d372b8.css.map", - "main.cf2208f4.js.map": "/code-words/static/js/main.cf2208f4.js.map", + "main.1a610618.css.map": "/code-words/static/css/main.1a610618.css.map", + "main.d1083e69.js.map": "/code-words/static/js/main.d1083e69.js.map", "496.219a0753.chunk.js.map": "/code-words/static/js/496.219a0753.chunk.js.map" }, "entrypoints": [ - "static/css/main.33d372b8.css", - "static/js/main.cf2208f4.js" + "static/css/main.1a610618.css", + "static/js/main.d1083e69.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index b9e7709..331cebe 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Code Words
\ No newline at end of file +Code Words
\ No newline at end of file diff --git a/static/css/main.1a610618.css b/static/css/main.1a610618.css new file mode 100644 index 0000000..f4e416f --- /dev/null +++ b/static/css/main.1a610618.css @@ -0,0 +1,2 @@ +body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;font-family:Outfit,sans-serif;font-weight:400;margin:0;padding:0;scrollbar-width:none;transition:background-color 1s ease}body::-webkit-scrollbar{display:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace} +/*# sourceMappingURL=main.1a610618.css.map*/ \ No newline at end of file diff --git a/static/css/main.1a610618.css.map b/static/css/main.1a610618.css.map new file mode 100644 index 0000000..b962dac --- /dev/null +++ b/static/css/main.1a610618.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.1a610618.css","mappings":"AAAA,KAME,kCAAmC,CACnC,iCAAkC,CAGlC,uBAAwB,CANxB,6BAAiC,CACjC,eAAgB,CAJhB,QAAS,CACT,SAAU,CAOV,oBAAqB,CADrB,mCAGF,CAEA,wBACE,YACF,CAEA,KACE,uEAEF","sources":["index.css"],"sourcesContent":["body {\n margin: 0;\n padding: 0;\n /* padding-top: 0; */\n font-family: \"Outfit\", sans-serif;\n font-weight: 400;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n transition: background-color 1s ease;\n scrollbar-width: none;\n -ms-overflow-style: none;\n}\n\nbody::-webkit-scrollbar {\n display: none;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, \"Courier New\",\n monospace;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/css/main.33d372b8.css b/static/css/main.33d372b8.css deleted file mode 100644 index 0f450a1..0000000 --- a/static/css/main.33d372b8.css +++ /dev/null @@ -1,2 +0,0 @@ -body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,sans-serif;font-weight:400;margin:0;padding:0;transition:background-color 1s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace} -/*# sourceMappingURL=main.33d372b8.css.map*/ \ No newline at end of file diff --git a/static/css/main.33d372b8.css.map b/static/css/main.33d372b8.css.map deleted file mode 100644 index 1c86e1c..0000000 --- a/static/css/main.33d372b8.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.33d372b8.css","mappings":"AAAA,KAME,kCAAmC,CACnC,iCAAkC,CAHlC,6BAAiC,CACjC,eAAgB,CAJhB,QAAS,CACT,SAAU,CAMV,mCACF,CAEA,KACE,uEAEF","sources":["index.css"],"sourcesContent":["body {\n margin: 0;\n padding: 0;\n /* padding-top: 0; */\n font-family: \"Outfit\", sans-serif;\n font-weight: 400;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n transition: background-color 1s ease;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, \"Courier New\",\n monospace;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.cf2208f4.js b/static/js/main.cf2208f4.js deleted file mode 100644 index e7d85cb..0000000 --- a/static/js/main.cf2208f4.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see main.cf2208f4.js.LICENSE.txt */ -!function(){var e={110:function(e,t,r){"use strict";var n=r(441),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(e){return n.isMemo(e)?a:u[e.$$typeof]||o}u[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[n.Memo]=a;var l=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,h=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!==typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=c(r);f&&(a=a.concat(f(r)));for(var u=s(t),g=s(r),y=0;y