From 2fa9ad128a42ad80f46f8759d12268c41e9b97e4 Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Sat, 16 May 2020 10:06:41 -0700 Subject: [PATCH 1/2] Updates --- asset-manifest.json | 22 +++++++++++ index.html | 1 + manifest.json | 8 ++++ ...nifest.5ec8d05a2f89ed2c6abe57526bd77884.js | 26 +++++++++++++ service-worker.js | 39 +++++++++++++++++++ static/css/main.1a663e87.chunk.css | 2 + static/css/main.1a663e87.chunk.css.map | 1 + static/js/2.d37a3b88.chunk.js | 3 ++ static/js/2.d37a3b88.chunk.js.LICENSE.txt | 32 +++++++++++++++ static/js/2.d37a3b88.chunk.js.map | 1 + static/js/main.af3bb24b.chunk.js | 2 + static/js/main.af3bb24b.chunk.js.map | 1 + static/js/runtime-main.2fe3fe41.js | 2 + static/js/runtime-main.2fe3fe41.js.map | 1 + 14 files changed, 141 insertions(+) create mode 100644 asset-manifest.json create mode 100644 index.html create mode 100644 manifest.json create mode 100644 precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js create mode 100644 service-worker.js create mode 100644 static/css/main.1a663e87.chunk.css create mode 100644 static/css/main.1a663e87.chunk.css.map create mode 100644 static/js/2.d37a3b88.chunk.js create mode 100644 static/js/2.d37a3b88.chunk.js.LICENSE.txt create mode 100644 static/js/2.d37a3b88.chunk.js.map create mode 100644 static/js/main.af3bb24b.chunk.js create mode 100644 static/js/main.af3bb24b.chunk.js.map create mode 100644 static/js/runtime-main.2fe3fe41.js create mode 100644 static/js/runtime-main.2fe3fe41.js.map diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..f4bdfb9 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,22 @@ +{ + "files": { + "main.css": "/use-overflow/static/css/main.1a663e87.chunk.css", + "main.js": "/use-overflow/static/js/main.af3bb24b.chunk.js", + "main.js.map": "/use-overflow/static/js/main.af3bb24b.chunk.js.map", + "runtime-main.js": "/use-overflow/static/js/runtime-main.2fe3fe41.js", + "runtime-main.js.map": "/use-overflow/static/js/runtime-main.2fe3fe41.js.map", + "static/js/2.d37a3b88.chunk.js": "/use-overflow/static/js/2.d37a3b88.chunk.js", + "static/js/2.d37a3b88.chunk.js.map": "/use-overflow/static/js/2.d37a3b88.chunk.js.map", + "index.html": "/use-overflow/index.html", + "precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js": "/use-overflow/precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js", + "service-worker.js": "/use-overflow/service-worker.js", + "static/css/main.1a663e87.chunk.css.map": "/use-overflow/static/css/main.1a663e87.chunk.css.map", + "static/js/2.d37a3b88.chunk.js.LICENSE.txt": "/use-overflow/static/js/2.d37a3b88.chunk.js.LICENSE.txt" + }, + "entrypoints": [ + "static/js/runtime-main.2fe3fe41.js", + "static/js/2.d37a3b88.chunk.js", + "static/css/main.1a663e87.chunk.css", + "static/js/main.af3bb24b.chunk.js" + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..dacfa1d --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +use-overflow
\ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0378fd4 --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "short_name": "use-overflow", + "name": "use-overflow", + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js b/precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js new file mode 100644 index 0000000..68cc6ff --- /dev/null +++ b/precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "2f6bc19011ad3270cc21c24be62b8f6c", + "url": "/use-overflow/index.html" + }, + { + "revision": "c6ff586fb5400a5e43f4", + "url": "/use-overflow/static/css/main.1a663e87.chunk.css" + }, + { + "revision": "9b368de378a4b23aff2f", + "url": "/use-overflow/static/js/2.d37a3b88.chunk.js" + }, + { + "revision": "e88a3e95b5364d46e95b35ae8c0dc27d", + "url": "/use-overflow/static/js/2.d37a3b88.chunk.js.LICENSE.txt" + }, + { + "revision": "c6ff586fb5400a5e43f4", + "url": "/use-overflow/static/js/main.af3bb24b.chunk.js" + }, + { + "revision": "f568c9e5dc4d022089bd", + "url": "/use-overflow/static/js/runtime-main.2fe3fe41.js" + } +]); \ No newline at end of file diff --git a/service-worker.js b/service-worker.js new file mode 100644 index 0000000..ce78bb4 --- /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( + "/use-overflow/precache-manifest.5ec8d05a2f89ed2c6abe57526bd77884.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("/use-overflow/index.html"), { + + blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/], +}); diff --git a/static/css/main.1a663e87.chunk.css b/static/css/main.1a663e87.chunk.css new file mode 100644 index 0000000..eff4e62 --- /dev/null +++ b/static/css/main.1a663e87.chunk.css @@ -0,0 +1,2 @@ +body{margin:0;padding:0;font-family:sans-serif;background:#1f1837;color:#fff}.container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.horizontal-overflow-container{width:50%;position:relative;margin-bottom:2rem;padding:2rem;border:2px solid #e200b9}.horizontal-overflow-content{width:100%;padding:20px 0;overflow-x:scroll;white-space:nowrap}.horizontal-gradient-left{left:0;background:linear-gradient(270deg,hsla(0,0%,100%,0),#e200b9)}.horizontal-gradient-left,.horizontal-gradient-right{pointer-events:none;position:absolute;height:100%;width:25%;top:0}.horizontal-gradient-right{right:0;background:linear-gradient(270deg,#e200b9,hsla(0,0%,100%,0))}.vertical-overflow-container{position:relative;height:50%;width:50%;padding:2rem;border:2px solid #e200b9}.vertical-overflow-content{height:100%;width:100%;overflow-y:scroll;display:flex;align-items:center;flex-direction:column}.vertical-gradient-top{top:0;background:linear-gradient(0deg,hsla(0,0%,100%,0),#e200b9)}.vertical-gradient-bottom,.vertical-gradient-top{pointer-events:none;position:absolute;height:25%;left:0;right:0}.vertical-gradient-bottom{bottom:0;background:linear-gradient(0deg,#e200b9,hsla(0,0%,100%,0))} +/*# sourceMappingURL=main.1a663e87.chunk.css.map */ \ No newline at end of file diff --git a/static/css/main.1a663e87.chunk.css.map b/static/css/main.1a663e87.chunk.css.map new file mode 100644 index 0000000..207a3bb --- /dev/null +++ b/static/css/main.1a663e87.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,SAAU,CACV,sBAAuB,CACvB,kBAAmB,CACnB,UACF,CAEA,WACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,qBACF,CAEA,+BACE,SAAU,CACV,iBAAkB,CAClB,kBAAmB,CACnB,YAAa,CACb,wBACF,CAEA,6BACE,UAAW,CACX,cAAiB,CACjB,iBAAkB,CAClB,kBACF,CAEA,0BAME,MAAO,CACP,4DACF,CAEA,qDATE,mBAAoB,CACpB,iBAAkB,CAClB,WAAY,CACZ,SAAU,CACV,KAaF,CARA,2BAME,OAAQ,CACR,4DACF,CAEA,6BACE,iBAAkB,CAClB,UAAW,CACX,SAAU,CACV,YAAa,CACb,wBACF,CAEA,2BACE,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CACnB,qBACF,CAEA,uBAIE,KAAM,CAGN,0DACF,CAEA,iDATE,mBAAoB,CACpB,iBAAkB,CAClB,UAAW,CAEX,MAAO,CACP,OAYF,CARA,0BAIE,QAAS,CAGT,0DACF","file":"main.1a663e87.chunk.css","sourcesContent":["body {\n margin: 0;\n padding: 0;\n font-family: sans-serif;\n background: #1f1837;\n color: white;\n}\n\n.container {\n width: 100vw;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n}\n\n.horizontal-overflow-container {\n width: 50%;\n position: relative;\n margin-bottom: 2rem;\n padding: 2rem;\n border: 2px solid #e200b9;\n}\n\n.horizontal-overflow-content {\n width: 100%;\n padding: 20px 0px;\n overflow-x: scroll;\n white-space: nowrap;\n}\n\n.horizontal-gradient-left {\n pointer-events: none;\n position: absolute;\n height: 100%;\n width: 25%;\n top: 0;\n left: 0;\n background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(226,0,185,1) 100%);\n}\n\n.horizontal-gradient-right {\n pointer-events: none;\n position: absolute;\n height: 100%;\n width: 25%;\n top: 0;\n right: 0;\n background: linear-gradient(270deg, rgba(226,0,185,1) 0%, rgba(255,255,255,0) 100%);\n}\n\n.vertical-overflow-container {\n position: relative;\n height: 50%;\n width: 50%;\n padding: 2rem;\n border: 2px solid #e200b9;\n}\n\n.vertical-overflow-content {\n height: 100%;\n width: 100%;\n overflow-y: scroll;\n display: flex;\n align-items: center;\n flex-direction: column;\n}\n\n.vertical-gradient-top {\n pointer-events: none;\n position: absolute;\n height: 25%;\n top: 0;\n left: 0;\n right: 0;\n background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(226,0,185,1) 100%);\n}\n\n.vertical-gradient-bottom {\n pointer-events: none;\n position: absolute;\n height: 25%;\n bottom: 0;\n left: 0;\n right: 0;\n background: linear-gradient(0deg, rgba(226,0,185,1) 0%, rgba(255,255,255,0) 100%);\n}"]} \ No newline at end of file diff --git a/static/js/2.d37a3b88.chunk.js b/static/js/2.d37a3b88.chunk.js new file mode 100644 index 0000000..d772277 --- /dev/null +++ b/static/js/2.d37a3b88.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.d37a3b88.chunk.js.LICENSE.txt */ +(this["webpackJsonpuse-overflow-example"]=this["webpackJsonpuse-overflow-example"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(3)},function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n(5)},,function(e,t,n){"use strict";var r=n(4),l="function"===typeof Symbol&&Symbol.for,i=l?Symbol.for("react.element"):60103,a=l?Symbol.for("react.portal"):60106,o=l?Symbol.for("react.fragment"):60107,u=l?Symbol.for("react.strict_mode"):60108,c=l?Symbol.for("react.profiler"):60114,s=l?Symbol.for("react.provider"):60109,f=l?Symbol.for("react.context"):60110,d=l?Symbol.for("react.forward_ref"):60112,p=l?Symbol.for("react.suspense"):60113,m=l?Symbol.for("react.memo"):60115,h=l?Symbol.for("react.lazy"):60116,v="function"===typeof Symbol&&Symbol.iterator;function g(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;nO.length&&O.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