diff --git a/build/asset-manifest.json b/build/asset-manifest.json new file mode 100644 index 0000000..cf8268e --- /dev/null +++ b/build/asset-manifest.json @@ -0,0 +1,20 @@ +{ + "files": { + "main.css": "/static/css/main.9f36512e.chunk.css", + "main.js": "/static/js/main.4ced075d.chunk.js", + "main.js.map": "/static/js/main.4ced075d.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.a6f5e420.js", + "runtime-main.js.map": "/static/js/runtime-main.a6f5e420.js.map", + "static/js/2.f5f70855.chunk.js": "/static/js/2.f5f70855.chunk.js", + "static/js/2.f5f70855.chunk.js.map": "/static/js/2.f5f70855.chunk.js.map", + "index.html": "/index.html", + "static/css/main.9f36512e.chunk.css.map": "/static/css/main.9f36512e.chunk.css.map", + "static/js/2.f5f70855.chunk.js.LICENSE.txt": "/static/js/2.f5f70855.chunk.js.LICENSE.txt" + }, + "entrypoints": [ + "static/js/runtime-main.a6f5e420.js", + "static/js/2.f5f70855.chunk.js", + "static/css/main.9f36512e.chunk.css", + "static/js/main.4ced075d.chunk.js" + ] +} \ No newline at end of file diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..62ffb59 --- /dev/null +++ b/build/index.html @@ -0,0 +1 @@ +CC-assign2-front
\ No newline at end of file diff --git a/build/static/css/main.9f36512e.chunk.css b/build/static/css/main.9f36512e.chunk.css new file mode 100644 index 0000000..9e6b832 --- /dev/null +++ b/build/static/css/main.9f36512e.chunk.css @@ -0,0 +1,2 @@ +.centerBar{display:flex;justify-content:center;align-items:center;width:20rem;background:#f2f1f9;border:"none";padding:"0.5rem";margin:0 auto}body{margin:0;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;overflow-y:scroll}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.next-steps .fa-link{margin-right:5px}.next-steps .row{margin-bottom:0}.next-steps .col-md-5{margin-bottom:3rem}@media (max-width:768px){.next-steps .col-md-5{margin-bottom:0}}.spinner{position:absolute;display:flex;justify-content:center;height:100vh;width:100vw;background-color:#fff;top:0;bottom:0;left:0;right:0}.result-block-container .result-block{opacity:1}.loading{display:flex;min-height:500px;align-items:center;justify-content:center}.userImg{border-radius:100px;display:block;height:100px;margin:0 auto;width:100px}.hero .app-logo{max-width:10.5rem} +/*# sourceMappingURL=main.9f36512e.chunk.css.map */ \ No newline at end of file diff --git a/build/static/css/main.9f36512e.chunk.css.map b/build/static/css/main.9f36512e.chunk.css.map new file mode 100644 index 0000000..b020a31 --- /dev/null +++ b/build/static/css/main.9f36512e.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://src/components/style.css","webpack://src/index.css"],"names":[],"mappings":"AAAA,WACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,WAAY,CACZ,kBAAmB,CACnB,aAAc,CACd,gBAAiB,CACjB,aACF,CCTA,KACE,QAAS,CACT,SAAU,CACV,mJAEY,CACZ,kCAAmC,CACnC,iCAAkC,CAClC,iBACF,CAEA,KACE,yEAEF,CAEA,qBACE,gBACF,CAGA,iBACE,eACF,CAEA,sBACE,kBACF,CAEA,yBACE,sBACE,eACF,CACF,CAEA,SACE,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CACvB,YAAa,CACb,WAAY,CACZ,qBAAuB,CACvB,KAAM,CACN,QAAS,CACT,MAAO,CACP,OACF,CAEA,sCACE,SACF,CAEA,SACE,YAAa,CACb,gBAAiB,CACjB,kBAAmB,CACnB,sBACF,CAEA,SACE,mBAAoB,CACpB,aAAc,CACd,YAAa,CACb,aAAc,CACd,WACF,CAEA,gBACE,iBACF","file":"main.9f36512e.chunk.css","sourcesContent":[".centerBar {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 20rem;\r\n background: #F2F1F9;\r\n border: \"none\";\r\n padding: \"0.5rem\";\r\n margin: 0 auto;\r\n}\r\n","body {\r\n margin: 0;\r\n padding: 0;\r\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\r\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\r\n sans-serif;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n overflow-y: scroll;\r\n}\r\n\r\ncode {\r\n font-family: source-code-pro, Menlo, Monaco, Consolas, \"Courier New\",\r\n monospace;\r\n}\r\n\r\n.next-steps .fa-link {\r\n margin-right: 5px;\r\n}\r\n\r\n/* Fix for use only flexbox in content area */\r\n.next-steps .row {\r\n margin-bottom: 0;\r\n}\r\n\r\n.next-steps .col-md-5 {\r\n margin-bottom: 3rem;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n .next-steps .col-md-5 {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n.spinner {\r\n position: absolute;\r\n display: flex;\r\n justify-content: center;\r\n height: 100vh;\r\n width: 100vw;\r\n background-color: white;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n}\r\n\r\n.result-block-container .result-block {\r\n opacity: 1;\r\n}\r\n\r\n.loading {\r\n display: flex;\r\n min-height: 500px;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.userImg {\r\n border-radius: 100px;\r\n display: block;\r\n height: 100px;\r\n margin: 0 auto;\r\n width: 100px;\r\n}\r\n\r\n.hero .app-logo {\r\n max-width: 10.5rem;\r\n}\r\n"]} \ No newline at end of file diff --git a/build/static/js/2.f5f70855.chunk.js b/build/static/js/2.f5f70855.chunk.js new file mode 100644 index 0000000..94e3a0e --- /dev/null +++ b/build/static/js/2.f5f70855.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.f5f70855.chunk.js.LICENSE.txt */ +(this["webpackJsonpauth0-react-sample"]=this["webpackJsonpauth0-react-sample"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(38)},function(e,t,n){"use strict";e.exports=n(37)},function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t=0||(i[n]=e[n]);return i}n.d(t,"a",(function(){return r}))},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function i(){for(var e=[],t=0;t0&&i[i.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0&&i[i.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0?Se:we)(e)},Fe=Math.min,Ue=function(e){return e>0?Fe(xe(e),9007199254740991):0},Ve=Math.max,Re=Math.min,Ee=function(e){return function(t,n,r){var i,o=G(t),a=Ue(o.length),l=function(e,t){var n=xe(e);return n<0?Ve(n+t,0):Re(n,t)}(r,a);if(e&&n!=n){for(;a>l;)if((i=o[l++])!=i)return!0}else for(;a>l;l++)if((e||l in o)&&o[l]===n)return e||l||0;return!e&&-1}},Ze={includes:Ee(!0),indexOf:Ee(!1)},Xe=Ze.indexOf,ke=function(e,t){var n,r=G(e),i=0,o=[];for(n in r)!Q(se,n)&&Q(r,n)&&o.push(n);for(;t.length>i;)Q(r,n=t[i++])&&(~Xe(o,n)||o.push(n));return o},Ge=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Ae=Ge.concat("length","prototype"),Te={f:Object.getOwnPropertyNames||function(e){return ke(e,Ae)}},Le={f:Object.getOwnPropertySymbols},Qe=Ce("Reflect","ownKeys")||function(e){var t=Te.f(O(e)),n=Le.f;return n?t.concat(n(e)):t},We=function(e,t){for(var n=Qe(t),r=_.f,i=Y.f,o=0;o1?arguments[1]:void 0,t.length)),r=String(e);return at?at.call(t,r,n):t.slice(n,n+r.length)===r}});var st,ft,dt,pt=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},gt=function(e,t,n){if(pt(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}},ht=Function.call,mt=function(e,t,n){return gt(ht,C[e].prototype[t],n)},yt=(mt("String","startsWith"),function(e){return function(t,n){var r,i,o=String(k(t)),a=xe(n),l=o.length;return a<0||a>=l?e?"":void 0:(r=o.charCodeAt(a))<55296||r>56319||a+1===l||(i=o.charCodeAt(a+1))<56320||i>57343?e?o.charAt(a):r:e?o.slice(a,a+2):i-56320+(r-55296<<10)+65536}}),bt={codeAt:yt(!1),charAt:yt(!0)},vt=function(e){return Object(k(e))},It=!w((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),Bt=ce("IE_PROTO"),Ct=Object.prototype,wt=It?Object.getPrototypeOf:function(e){return e=vt(e),Q(e,Bt)?e[Bt]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?Ct:null},St=et("iterator"),xt=!1;[].keys&&("next"in(dt=[].keys())?(ft=wt(wt(dt)))!==Object.prototype&&(st=ft):xt=!0),null==st&&(st={}),Q(st,St)||z(st,St,(function(){return this}));var Ft,Ut={IteratorPrototype:st,BUGGY_SAFARI_ITERATORS:xt},Vt=Object.keys||function(e){return ke(e,Ge)},Rt=S?Object.defineProperties:function(e,t){O(e);for(var n,r=Vt(t),i=r.length,o=0;i>o;)_.f(e,n=r[o++],t[n]);return e},Et=Ce("document","documentElement"),Zt=ce("IE_PROTO"),Xt=function(){},kt=function(e){return" - Auth0 React Sample + CC-assign2-front -