diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 54e5c97..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Maifee Ul Asad - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index eacdc5b..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# react-mua-error \ No newline at end of file diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..57eee98 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,23 @@ +{ + "files": { + "main.css": "./static/css/main.5b9c7c91.chunk.css", + "main.js": "./static/js/main.3fedf33e.chunk.js", + "main.js.map": "./static/js/main.3fedf33e.chunk.js.map", + "runtime-main.js": "./static/js/runtime-main.379e95e7.js", + "runtime-main.js.map": "./static/js/runtime-main.379e95e7.js.map", + "static/js/2.8c90f88a.chunk.js": "./static/js/2.8c90f88a.chunk.js", + "static/js/2.8c90f88a.chunk.js.map": "./static/js/2.8c90f88a.chunk.js.map", + "index.html": "./index.html", + "precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js": "./precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js", + "service-worker.js": "./service-worker.js", + "static/css/main.5b9c7c91.chunk.css.map": "./static/css/main.5b9c7c91.chunk.css.map", + "static/js/2.8c90f88a.chunk.js.LICENSE.txt": "./static/js/2.8c90f88a.chunk.js.LICENSE.txt", + "static/js/main.3fedf33e.chunk.js.LICENSE.txt": "./static/js/main.3fedf33e.chunk.js.LICENSE.txt" + }, + "entrypoints": [ + "static/js/runtime-main.379e95e7.js", + "static/js/2.8c90f88a.chunk.js", + "static/css/main.5b9c7c91.chunk.css", + "static/js/main.3fedf33e.chunk.js" + ] +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a33bfab --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +react-mua-error
\ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..20de95f --- /dev/null +++ b/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "react-mua-error", + "name": "react-mua-error", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js b/precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js new file mode 100644 index 0000000..1f9a726 --- /dev/null +++ b/precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js @@ -0,0 +1,30 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "17ea05b0b2e241af17ba9897bddfc61f", + "url": "./index.html" + }, + { + "revision": "818da0dc73abc4b8e072", + "url": "./static/css/main.5b9c7c91.chunk.css" + }, + { + "revision": "00cdddfa9ec3056ee0bc", + "url": "./static/js/2.8c90f88a.chunk.js" + }, + { + "revision": "570d362d673dab785e62d2b8563e1118", + "url": "./static/js/2.8c90f88a.chunk.js.LICENSE.txt" + }, + { + "revision": "818da0dc73abc4b8e072", + "url": "./static/js/main.3fedf33e.chunk.js" + }, + { + "revision": "6fce53c7c7713ebf61712cc2929746fa", + "url": "./static/js/main.3fedf33e.chunk.js.LICENSE.txt" + }, + { + "revision": "6fb151ac40499fbdae97", + "url": "./static/js/runtime-main.379e95e7.js" + } +]); \ No newline at end of file diff --git a/service-worker.js b/service-worker.js new file mode 100644 index 0000000..9215354 --- /dev/null +++ b/service-worker.js @@ -0,0 +1,39 @@ +/** + * Welcome to your Workbox-powered service worker! + * + * You'll need to register this file in your web app and you should + * disable HTTP caching for this file too. + * See https://goo.gl/nhQhGp + * + * The rest of the code is auto-generated. Please don't update this file + * directly; instead, make changes to your Workbox build configuration + * and re-run your build process. + * See https://goo.gl/2aRDsh + */ + +importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); + +importScripts( + "./precache-manifest.540fbbc1fa249d2ccf24f9b664d03154.js" +); + +self.addEventListener('message', (event) => { + if (event.data && event.data.type === 'SKIP_WAITING') { + self.skipWaiting(); + } +}); + +workbox.core.clientsClaim(); + +/** + * The workboxSW.precacheAndRoute() method efficiently caches and responds to + * requests for URLs in the manifest. + * See https://goo.gl/S9QRab + */ +self.__precacheManifest = [].concat(self.__precacheManifest || []); +workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); + +workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), { + + blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/], +}); diff --git a/static/css/main.5b9c7c91.chunk.css b/static/css/main.5b9c7c91.chunk.css new file mode 100644 index 0000000..32d23fe --- /dev/null +++ b/static/css/main.5b9c7c91.chunk.css @@ -0,0 +1,2 @@ +body{padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}._styles-module__align__3PNfR{display:flex;align-items:center;display:-ms-flexbox;flex-direction:row;justify-content:center;height:100vh;width:100%}._styles-module__animation__1otk9{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}._styles-module__animationShakeVertical__1RCcu,._styles-module__animationShakeVerticalReverse__1QQLk{-webkit-animation-name:_styles-module__shake-vertical__26s7H;animation-name:_styles-module__shake-vertical__26s7H;will-change:transform}._styles-module__animationShakeVerticalReverse__1QQLk{animation-direction:reverse}@-webkit-keyframes _styles-module__shake-vertical__26s7H{15%,45%,75%{transform:translateY(-.75rem)}30%,60%{transform:translateY(.75rem)}}@keyframes _styles-module__shake-vertical__26s7H{15%,45%,75%{transform:translateY(-.75rem)}30%,60%{transform:translateY(.75rem)}}._styles-module__grid__iHpUJ{margin-left:auto;margin-right:auto;max-width:640px;max-width:40rem;width:90%}._styles-module__grid__row__3aUR5{display:flex;flex-wrap:wrap;margin:-1.5%}._styles-module__grid__col__Npe0c{margin:1.5%;flex-grow:1}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;font-size:100%}body,html{height:100%}body{background-color:#354152;color:#7e8ba3;font-family:"Roboto",sans-serif;font-size:16px;font-size:1rem;font-weight:400;line-height:1.5;margin:0;align-self:center}._styles-module__box__37_FJ{box-shadow:0 1rem 2rem rgba(0,0,0,.3);font-size:100px;font-size:6.25rem;padding:3rem 2rem;text-align:center} +/*# sourceMappingURL=main.5b9c7c91.chunk.css.map */ \ No newline at end of file diff --git a/static/css/main.5b9c7c91.chunk.css.map b/static/css/main.5b9c7c91.chunk.css.map new file mode 100644 index 0000000..6c34189 --- /dev/null +++ b/static/css/main.5b9c7c91.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,KAEE,SAAU,CACV,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CAbA,8BACE,YAAa,CACb,kBAAmB,CACnB,mBAAoB,CACpB,kBAAmB,CACnB,sBAAuB,CACvB,YAAa,CACb,UACF,CAEA,kCACE,8BAAgC,CAChC,sBAAwB,CACxB,gCAAiC,CACjC,wBACF,CAQA,qGALE,4DAA6D,CAC7D,oDAAqD,CACrD,qBAQF,CALA,sDAIE,2BACF,CAEA,yDAEE,YAGE,6BACF,CAEA,QAEE,4BACF,CAEF,CAEA,iDAEE,YAGE,6BACF,CAEA,QAEE,4BACF,CAEF,CAEA,6BACE,gBAAiB,CACjB,iBAAkB,CAClB,eAAgB,CAChB,eAAgB,CAChB,SACF,CAEA,kCACE,YAAa,CACb,cAAe,CACf,YACF,CAEA,kCACE,WAAY,CACZ,WACF,CAEA,iBAGE,kBACF,CAEA,KACE,qBAAsB,CACtB,cAEF,CAEA,UAHE,WAcF,CAXA,KACE,wBAAyB,CACzB,aAAc,CACd,+BAAiC,CACjC,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,eAAgB,CAChB,QAAS,CAET,iBACF,CAEA,4BACE,qCAAyC,CACzC,eAAgB,CAChB,iBAAkB,CAQlB,iBAAiB,CACjB,iBACF","file":"main.5b9c7c91.chunk.css","sourcesContent":["._styles-module__align__3PNfR {\r\n display: flex;\r\n align-items: center;\r\n display: -ms-flexbox;\r\n flex-direction: row;\r\n justify-content: center;\r\n height: 100vh;\r\n width: 100%;\r\n}\r\n\r\n._styles-module__animation__1otk9 {\r\n -webkit-animation-duration: 0.6s;\r\n animation-duration: 0.6s;\r\n -webkit-animation-fill-mode: both;\r\n animation-fill-mode: both;\r\n}\r\n\r\n._styles-module__animationShakeVertical__1RCcu {\r\n -webkit-animation-name: _styles-module__shake-vertical__26s7H;\r\n animation-name: _styles-module__shake-vertical__26s7H;\r\n will-change: transform;\r\n}\r\n\r\n._styles-module__animationShakeVerticalReverse__1QQLk {\r\n -webkit-animation-name: _styles-module__shake-vertical__26s7H;\r\n animation-name: _styles-module__shake-vertical__26s7H;\r\n will-change: transform;\r\n animation-direction: reverse;\r\n}\r\n\r\n@-webkit-keyframes _styles-module__shake-vertical__26s7H {\r\n\r\n 15%,\r\n 45%,\r\n 75% {\r\n transform: translateY(-0.75rem);\r\n }\r\n\r\n 30%,\r\n 60% {\r\n transform: translateY(0.75rem);\r\n }\r\n\r\n}\r\n\r\n@keyframes _styles-module__shake-vertical__26s7H {\r\n\r\n 15%,\r\n 45%,\r\n 75% {\r\n transform: translateY(-0.75rem);\r\n }\r\n\r\n 30%,\r\n 60% {\r\n transform: translateY(0.75rem);\r\n }\r\n\r\n}\r\n\r\n._styles-module__grid__iHpUJ {\r\n margin-left: auto;\r\n margin-right: auto;\r\n max-width: 640px;\r\n max-width: 40rem;\r\n width: 90%;\r\n}\r\n\r\n._styles-module__grid__row__3aUR5 {\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin: -1.5%;\r\n}\r\n\r\n._styles-module__grid__col__Npe0c {\r\n margin: 1.5%;\r\n flex-grow: 1;\r\n}\r\n\r\n*,\r\n*::before,\r\n*::after {\r\n box-sizing: inherit;\r\n}\r\n\r\nhtml {\r\n box-sizing: border-box;\r\n font-size: 100%;\r\n height: 100%;\r\n}\r\n\r\nbody {\r\n background-color: #354152;\r\n color: #7e8ba3;\r\n font-family: 'Roboto', sans-serif;\r\n font-size: 16px;\r\n font-size: 1rem;\r\n font-weight: 400;\r\n line-height: 1.5;\r\n margin: 0;\r\n height: 100%;\r\n align-self: center;\r\n}\r\n\r\n._styles-module__box__37_FJ {\r\n box-shadow: 0 1rem 2rem rgba(0, 0, 0, .3);\r\n font-size: 100px;\r\n font-size: 6.25rem;\r\n padding-bottom: 48px;\r\n padding-bottom: 3rem;\r\n padding-left: 32px;\r\n padding-left: 2rem;\r\n padding-right: 32px;\r\n padding-right: 2rem;\r\n padding-top: 48px;\r\n padding-top: 3rem;\r\n text-align: center;\r\n}\r\n"]} \ No newline at end of file diff --git a/static/js/2.8c90f88a.chunk.js b/static/js/2.8c90f88a.chunk.js new file mode 100644 index 0000000..46aa14f --- /dev/null +++ b/static/js/2.8c90f88a.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.8c90f88a.chunk.js.LICENSE.txt */ +(this["webpackJsonpreact-mua-error-example"]=this["webpackJsonpreact-mua-error-example"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(6)},function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(l){return!1}}()?Object.assign:function(e,t){for(var n,o,u=a(e),c=1;ce.length)&&(t=e.length);for(var n=0,r=new Array(t);nz.length&&z.push(e)}function R(e,t,n){return null==e?0:function e(t,n,r,l){var o=typeof t;"undefined"!==o&&"boolean"!==o||(t=null);var u=!1;if(null===t)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(l,t,""===n?"."+I(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c