diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 5f67f48..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Build and Deploy -on: - push: - branches: - - main -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2 - - - name: Install 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. - run: npm install - - - name: Build 🔧 # Build static web app. Base path is the repository name. - run: npm run build -- --base=${GITHUB_REPOSITORY#*/} - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 - with: - branch: gh-pages # The branch the action should deploy to. - folder: dist # The folder the action should deploy. diff --git a/README.md b/README.md deleted file mode 100644 index 9f6d5f7..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# vite-react-tailwindcss (template) - -[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/vite-react-tailwindcss) - -## Run - -Install and start: - -```bash -$ npm install && npm run dev -``` - -## Techstack - -- [Vite.js](https://vitejs.dev) - Next Generation Frontend Tooling -- [React](https://reactjs.org) - A JavaScript library for building user interfaces -- [Tailwindcss](https://tailwindcss.com) - Rapidly build modern websites without ever leaving your HTML diff --git a/_gitignore b/_gitignore deleted file mode 100644 index 53f7466..0000000 --- a/_gitignore +++ /dev/null @@ -1,5 +0,0 @@ -node_modules -.DS_Store -dist -dist-ssr -*.local \ No newline at end of file diff --git a/src/favicon.svg b/assets/favicon.17e50649.svg similarity index 100% rename from src/favicon.svg rename to assets/favicon.17e50649.svg diff --git a/assets/index.6111870d.js b/assets/index.6111870d.js new file mode 100644 index 0000000..efb8988 --- /dev/null +++ b/assets/index.6111870d.js @@ -0,0 +1 @@ +import{j as c,G as l,S as m,L as p,A as u,r as f,R as g,a as x}from"./vendor.8dfd7e5a.js";const h=function(){const n=document.createElement("link").relList;if(n&&n.supports&&n.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))a(e);new MutationObserver(e=>{for(const t of e)if(t.type==="childList")for(const o of t.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&a(o)}).observe(document,{childList:!0,subtree:!0});function d(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerpolicy&&(t.referrerPolicy=e.referrerpolicy),e.crossorigin==="use-credentials"?t.credentials="include":e.crossorigin==="anonymous"?t.credentials="omit":t.credentials="same-origin",t}function a(e){if(e.ep)return;e.ep=!0;const t=d(e);fetch(e.href,t)}};h();const i=c.exports.jsx,r=c.exports.jsxs,y=[{name:"Competitive exchange rates",description:"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.",icon:l},{name:"No hidden fees",description:"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.",icon:m},{name:"Transfers are instant",description:"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.",icon:p},{name:"Mobile notifications",description:"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.",icon:u}];function b(){return i("div",{className:"py-12 bg-white",children:r("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8",children:[r("div",{className:"lg:text-center",children:[i("h2",{className:"text-base text-indigo-600 font-semibold tracking-wide uppercase",children:"Transactions"}),i("p",{className:"mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl",children:"A better way to send money"}),i("p",{className:"mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto",children:"Lorem ipsum dolor sit amet consect adipisicing elit. Possimus magnam voluptatum cupiditate veritatis in accusamus quisquam."})]}),i("div",{className:"mt-10",children:i("dl",{className:"space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10",children:y.map(s=>r("div",{className:"relative",children:[r("dt",{children:[i("div",{className:"absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white",children:i(s.icon,{className:"h-6 w-6","aria-hidden":"true"})}),i("p",{className:"ml-16 text-lg leading-6 font-medium text-gray-900",children:s.name})]}),i("dd",{className:"mt-2 ml-16 text-base text-gray-500",children:s.description})]},s.name))})})]})})}function N(){return f.exports.useState(0),i("div",{children:i(b,{})})}g.render(i(x.StrictMode,{children:i(N,{})}),document.getElementById("root")); diff --git a/assets/index.e255959a.css b/assets/index.e255959a.css new file mode 100644 index 0000000..8bbda70 --- /dev/null +++ b/assets/index.e255959a.css @@ -0,0 +1 @@ +/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}body{font-family:inherit;line-height:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-opacity: 1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.absolute{position:absolute}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-10{margin-top:2.5rem}.ml-16{margin-left:4rem}.flex{display:flex}.table{display:table}.hidden{display:none}.h-6{height:1.5rem}.h-12{height:3rem}.w-6{width:1.5rem}.w-12{width:3rem}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.rounded-md{border-radius:.375rem}.bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgba(79,70,229,var(--tw-text-opacity))}*,:before,:after{--tw-shadow: 0 0 #0000}*,:before,:after{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 768px){.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-x-8{column-gap:2rem}.md\:gap-y-10{row-gap:2.5rem}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}}@media (min-width: 1024px){.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-center{text-align:center}} diff --git a/assets/vendor.8dfd7e5a.js b/assets/vendor.8dfd7e5a.js new file mode 100644 index 0000000..29241e2 --- /dev/null +++ b/assets/vendor.8dfd7e5a.js @@ -0,0 +1,41 @@ +var ae={exports:{}},R={};/* +object-assign +(c) Sindre Sorhus +@license MIT +*/var ai=Object.getOwnPropertySymbols,Sa=Object.prototype.hasOwnProperty,Ea=Object.prototype.propertyIsEnumerable;function _a(e){if(e==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function Ca(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de",Object.getOwnPropertyNames(e)[0]==="5")return!1;for(var n={},t=0;t<10;t++)n["_"+String.fromCharCode(t)]=t;var r=Object.getOwnPropertyNames(n).map(function(o){return n[o]});if(r.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(o){l[o]=o}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var fi=Ca()?Object.assign:function(e,n){for(var t,r=_a(e),l,o=1;o=f},l=function(){},e.unstable_forceFrameRate=function(w){0>w||125>>1,Q=w[$];if(Q!==void 0&&0O(en,M))vn!==void 0&&0>O(vn,en)?(w[$]=vn,w[Kn]=M,$=Kn):(w[$]=en,w[be]=M,$=be);else if(vn!==void 0&&0>O(vn,M))w[$]=vn,w[Kn]=M,$=Kn;else break e}}return L}return null}function O(w,L){var M=w.sortIndex-L.sortIndex;return M!==0?M:w.id-L.id}var _=[],H=[],qr=1,se=null,G=3,Qt=!1,qe=!1,Xn=!1;function br(w){for(var L=y(H);L!==null;){if(L.callback===null)x(H);else if(L.startTime<=w)x(H),L.sortIndex=L.expirationTime,P(_,L);else break;L=y(H)}}function el(w){if(Xn=!1,br(w),!qe)if(y(_)!==null)qe=!0,n(nl);else{var L=y(H);L!==null&&t(el,L.startTime-w)}}function nl(w,L){qe=!1,Xn&&(Xn=!1,r()),Qt=!0;var M=G;try{for(br(L),se=y(_);se!==null&&(!(se.expirationTime>L)||w&&!e.unstable_shouldYield());){var $=se.callback;if(typeof $=="function"){se.callback=null,G=se.priorityLevel;var Q=$(se.expirationTime<=L);L=e.unstable_now(),typeof Q=="function"?se.callback=Q:se===y(_)&&x(_),br(L)}else x(_);se=y(_)}if(se!==null)var be=!0;else{var en=y(H);en!==null&&t(el,en.startTime-L),be=!1}return be}finally{se=null,G=M,Qt=!1}}var ka=l;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(w){w.callback=null},e.unstable_continueExecution=function(){qe||Qt||(qe=!0,n(nl))},e.unstable_getCurrentPriorityLevel=function(){return G},e.unstable_getFirstCallbackNode=function(){return y(_)},e.unstable_next=function(w){switch(G){case 1:case 2:case 3:var L=3;break;default:L=G}var M=G;G=L;try{return w()}finally{G=M}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=ka,e.unstable_runWithPriority=function(w,L){switch(w){case 1:case 2:case 3:case 4:case 5:break;default:w=3}var M=G;G=w;try{return L()}finally{G=M}},e.unstable_scheduleCallback=function(w,L,M){var $=e.unstable_now();switch(typeof M=="object"&&M!==null?(M=M.delay,M=typeof M=="number"&&0$?(w.sortIndex=M,P(H,w),y(_)===null&&w===y(H)&&(Xn?r():Xn=!0,t(el,M-$))):(w.sortIndex=Q,P(_,w),qe||Qt||(qe=!0,n(nl))),w},e.unstable_wrapCallback=function(w){var L=G;return function(){var M=G;G=L;try{return w.apply(this,arguments)}finally{G=M}}}})(Ti);Ni.exports=Ti;/** @license React v17.0.2 + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var Kt=ae.exports,D=fi,A=Ni.exports;function v(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;tn}return!1}function ee(e,n,t,r,l,o,i){this.acceptsBooleans=n===2||n===3||n===4,this.attributeName=r,this.attributeNamespace=l,this.mustUseProperty=t,this.propertyName=e,this.type=n,this.sanitizeURL=o,this.removeEmptyString=i}var Y={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Y[e]=new ee(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var n=e[0];Y[n]=new ee(n,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Y[e]=new ee(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Y[e]=new ee(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Y[e]=new ee(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Y[e]=new ee(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Y[e]=new ee(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Y[e]=new ee(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Y[e]=new ee(e,5,!1,e.toLowerCase(),null,!1,!1)});var sl=/[\-:]([a-z])/g;function al(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var n=e.replace(sl,al);Y[n]=new ee(n,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var n=e.replace(sl,al);Y[n]=new ee(n,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var n=e.replace(sl,al);Y[n]=new ee(n,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Y[e]=new ee(e,1,!1,e.toLowerCase(),null,!1,!1)});Y.xlinkHref=new ee("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Y[e]=new ee(e,1,!1,e.toLowerCase(),null,!0,!0)});function fl(e,n,t,r){var l=Y.hasOwnProperty(n)?Y[n]:null,o=l!==null?l.type===0:r?!1:!(!(2u||l[i]!==o[u])return` +`+l[i].replace(" at new "," at ");while(1<=i&&0<=u);break}}}finally{kl=!1,Error.prepareStackTrace=t}return(e=e?e.displayName||e.name:"")?nt(e):""}function ja(e){switch(e.tag){case 5:return nt(e.type);case 16:return nt("Lazy");case 13:return nt("Suspense");case 19:return nt("SuspenseList");case 0:case 2:case 15:return e=qt(e.type,!1),e;case 11:return e=qt(e.type.render,!1),e;case 22:return e=qt(e.type._render,!1),e;case 1:return e=qt(e.type,!0),e;default:return""}}function kn(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Re:return"Fragment";case rn:return"Portal";case qn:return"Profiler";case cl:return"StrictMode";case bn:return"Suspense";case Zt:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case pl:return(e.displayName||"Context")+".Consumer";case dl:return(e._context.displayName||"Context")+".Provider";case Gt:var n=e.render;return n=n.displayName||n.name||"",e.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case Jt:return kn(e.type);case hl:return kn(e._render);case ml:n=e._payload,e=e._init;try{return kn(e(n))}catch{}}return null}function ze(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Ii(e){var n=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(n==="checkbox"||n==="radio")}function Ia(e){var n=Ii(e)?"checked":"value",t=Object.getOwnPropertyDescriptor(e.constructor.prototype,n),r=""+e[n];if(!e.hasOwnProperty(n)&&typeof t!="undefined"&&typeof t.get=="function"&&typeof t.set=="function"){var l=t.get,o=t.set;return Object.defineProperty(e,n,{configurable:!0,get:function(){return l.call(this)},set:function(i){r=""+i,o.call(this,i)}}),Object.defineProperty(e,n,{enumerable:t.enumerable}),{getValue:function(){return r},setValue:function(i){r=""+i},stopTracking:function(){e._valueTracker=null,delete e[n]}}}}function bt(e){e._valueTracker||(e._valueTracker=Ia(e))}function Di(e){if(!e)return!1;var n=e._valueTracker;if(!n)return!0;var t=n.getValue(),r="";return e&&(r=Ii(e)?e.checked?"true":"false":e.value),e=r,e!==t?(n.setValue(e),!0):!1}function er(e){if(e=e||(typeof document!="undefined"?document:void 0),typeof e=="undefined")return null;try{return e.activeElement||e.body}catch{return e.body}}function Sl(e,n){var t=n.checked;return D({},n,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:t!=null?t:e._wrapperState.initialChecked})}function Fi(e,n){var t=n.defaultValue==null?"":n.defaultValue,r=n.checked!=null?n.checked:n.defaultChecked;t=ze(n.value!=null?n.value:t),e._wrapperState={initialChecked:r,initialValue:t,controlled:n.type==="checkbox"||n.type==="radio"?n.checked!=null:n.value!=null}}function Ui(e,n){n=n.checked,n!=null&&fl(e,"checked",n,!1)}function El(e,n){Ui(e,n);var t=ze(n.value),r=n.type;if(t!=null)r==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+t):e.value!==""+t&&(e.value=""+t);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}n.hasOwnProperty("value")?_l(e,n.type,t):n.hasOwnProperty("defaultValue")&&_l(e,n.type,ze(n.defaultValue)),n.checked==null&&n.defaultChecked!=null&&(e.defaultChecked=!!n.defaultChecked)}function $i(e,n,t){if(n.hasOwnProperty("value")||n.hasOwnProperty("defaultValue")){var r=n.type;if(!(r!=="submit"&&r!=="reset"||n.value!==void 0&&n.value!==null))return;n=""+e._wrapperState.initialValue,t||n===e.value||(e.value=n),e.defaultValue=n}t=e.name,t!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,t!==""&&(e.name=t)}function _l(e,n,t){(n!=="number"||er(e.ownerDocument)!==e)&&(t==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+t&&(e.defaultValue=""+t))}function Da(e){var n="";return Kt.Children.forEach(e,function(t){t!=null&&(n+=t)}),n}function Cl(e,n){return e=D({children:void 0},n),(n=Da(n.children))&&(e.children=n),e}function Sn(e,n,t,r){if(e=e.options,n){n={};for(var l=0;l=t.length))throw Error(v(93));t=t[0]}n=t}n==null&&(n=""),t=n}e._wrapperState={initialValue:ze(t)}}function Bi(e,n){var t=ze(n.value),r=ze(n.defaultValue);t!=null&&(t=""+t,t!==e.value&&(e.value=t),n.defaultValue==null&&e.defaultValue!==t&&(e.defaultValue=t)),r!=null&&(e.defaultValue=""+r)}function Ai(e){var n=e.textContent;n===e._wrapperState.initialValue&&n!==""&&n!==null&&(e.value=n)}var Pl={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Wi(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Nl(e,n){return e==null||e==="http://www.w3.org/1999/xhtml"?Wi(n):e==="http://www.w3.org/2000/svg"&&n==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var nr,Hi=function(e){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(n,t,r,l){MSApp.execUnsafeLocalFunction(function(){return e(n,t,r,l)})}:e}(function(e,n){if(e.namespaceURI!==Pl.svg||"innerHTML"in e)e.innerHTML=n;else{for(nr=nr||document.createElement("div"),nr.innerHTML=""+n.valueOf().toString()+"",n=nr.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;n.firstChild;)e.appendChild(n.firstChild)}});function tt(e,n){if(n){var t=e.firstChild;if(t&&t===e.lastChild&&t.nodeType===3){t.nodeValue=n;return}}e.textContent=n}var rt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Fa=["Webkit","ms","Moz","O"];Object.keys(rt).forEach(function(e){Fa.forEach(function(n){n=n+e.charAt(0).toUpperCase()+e.substring(1),rt[n]=rt[e]})});function Qi(e,n,t){return n==null||typeof n=="boolean"||n===""?"":t||typeof n!="number"||n===0||rt.hasOwnProperty(e)&&rt[e]?(""+n).trim():n+"px"}function Yi(e,n){e=e.style;for(var t in n)if(n.hasOwnProperty(t)){var r=t.indexOf("--")===0,l=Qi(t,n[t],r);t==="float"&&(t="cssFloat"),r?e.setProperty(t,l):e[t]=l}}var Ua=D({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Tl(e,n){if(n){if(Ua[e]&&(n.children!=null||n.dangerouslySetInnerHTML!=null))throw Error(v(137,e));if(n.dangerouslySetInnerHTML!=null){if(n.children!=null)throw Error(v(60));if(!(typeof n.dangerouslySetInnerHTML=="object"&&"__html"in n.dangerouslySetInnerHTML))throw Error(v(61))}if(n.style!=null&&typeof n.style!="object")throw Error(v(62))}}function Ll(e,n){if(e.indexOf("-")===-1)return typeof n.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Ol(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Ml=null,En=null,_n=null;function Xi(e){if(e=Et(e)){if(typeof Ml!="function")throw Error(v(280));var n=e.stateNode;n&&(n=wr(n),Ml(e.stateNode,e.type,n))}}function Ki(e){En?_n?_n.push(e):_n=[e]:En=e}function Gi(){if(En){var e=En,n=_n;if(_n=En=null,Xi(e),n)for(e=0;er?0:1<<<1)-1,n!==0&&n!==r&&(n&i)==0){if(xn(n),l<=z)return n;z=l}if(n=e.entangledLanes,n!==0)for(e=e.entanglements,n&=r;0<t;t++)n.push(e);return n}function sr(e,n,t){e.pendingLanes|=n;var r=n-1;e.suspendedLanes&=r,e.pingedLanes&=r,e=e.eventTimes,n=31-Fe(n),e[n]=t}var Fe=Math.clz32?Math.clz32:ef,qa=Math.log,ba=Math.LN2;function ef(e){return e===0?32:31-(qa(e)/ba|0)|0}var nf=A.unstable_UserBlockingPriority,tf=A.unstable_runWithPriority,ar=!0;function rf(e,n,t,r){ln||zl();var l=Ql,o=ln;ln=!0;try{Zi(l,e,n,t,r)}finally{(ln=o)||Il()}}function lf(e,n,t,r){tf(nf,Ql.bind(null,e,n,t,r))}function Ql(e,n,t,r){if(ar){var l;if((l=(n&4)==0)&&0=ht),Eu=String.fromCharCode(32),_u=!1;function Cu(e,n){switch(e){case"keyup":return Tf.indexOf(n.keyCode)!==-1;case"keydown":return n.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function xu(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Tn=!1;function Of(e,n){switch(e){case"compositionend":return xu(n);case"keypress":return n.which!==32?null:(_u=!0,Eu);case"textInput":return e=n.data,e===Eu&&_u?null:e;default:return null}}function Mf(e,n){if(Tn)return e==="compositionend"||!bl&&Cu(e,n)?(e=vu(),fr=Xl=Ue=null,Tn=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(n.ctrlKey||n.altKey||n.metaKey)||n.ctrlKey&&n.altKey){if(n.char&&1=n)return{node:t,offset:n-e};e=r}e:{for(;t;){if(t.nextSibling){t=t.nextSibling;break e}t=t.parentNode}t=void 0}t=Ru(t)}}function ju(e,n){return e&&n?e===n?!0:e&&e.nodeType===3?!1:n&&n.nodeType===3?ju(e,n.parentNode):"contains"in e?e.contains(n):e.compareDocumentPosition?!!(e.compareDocumentPosition(n)&16):!1:!1}function Iu(){for(var e=window,n=er();n instanceof e.HTMLIFrameElement;){try{var t=typeof n.contentWindow.location.href=="string"}catch{t=!1}if(t)e=n.contentWindow;else break;n=er(e.document)}return n}function to(e){var n=e&&e.nodeName&&e.nodeName.toLowerCase();return n&&(n==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||n==="textarea"||e.contentEditable==="true")}var Bf=Pe&&"documentMode"in document&&11>=document.documentMode,Ln=null,ro=null,wt=null,lo=!1;function Du(e,n,t){var r=t.window===t?t.document:t.nodeType===9?t:t.ownerDocument;lo||Ln==null||Ln!==er(r)||(r=Ln,"selectionStart"in r&&to(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),wt&>(wt,r)||(wt=r,r=hr(ro,"onSelect"),0jn||(e.current=co[jn],co[jn]=null,jn--)}function F(e,n){jn++,co[jn]=e.current,e.current=n}var Be={},Z=Ve(Be),te=Ve(!1),sn=Be;function In(e,n){var t=e.type.contextTypes;if(!t)return Be;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===n)return r.__reactInternalMemoizedMaskedChildContext;var l={},o;for(o in t)l[o]=n[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=n,e.__reactInternalMemoizedMaskedChildContext=l),l}function re(e){return e=e.childContextTypes,e!=null}function kr(){I(te),I(Z)}function qu(e,n,t){if(Z.current!==Be)throw Error(v(168));F(Z,n),F(te,t)}function bu(e,n,t){var r=e.stateNode;if(e=n.childContextTypes,typeof r.getChildContext!="function")return t;r=r.getChildContext();for(var l in r)if(!(l in e))throw Error(v(108,kn(n)||"Unknown",l));return D({},t,r)}function Sr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Be,sn=Z.current,F(Z,e),F(te,te.current),!0}function es(e,n,t){var r=e.stateNode;if(!r)throw Error(v(169));t?(e=bu(e,n,sn),r.__reactInternalMemoizedMergedChildContext=e,I(te),I(Z),F(Z,e)):I(te),F(te,t)}var po=null,an=null,Hf=A.unstable_runWithPriority,mo=A.unstable_scheduleCallback,ho=A.unstable_cancelCallback,Qf=A.unstable_shouldYield,ns=A.unstable_requestPaint,vo=A.unstable_now,Yf=A.unstable_getCurrentPriorityLevel,Er=A.unstable_ImmediatePriority,ts=A.unstable_UserBlockingPriority,rs=A.unstable_NormalPriority,ls=A.unstable_LowPriority,os=A.unstable_IdlePriority,yo={},Xf=ns!==void 0?ns:function(){},Ne=null,_r=null,go=!1,is=vo(),J=1e4>is?vo:function(){return vo()-is};function Dn(){switch(Yf()){case Er:return 99;case ts:return 98;case rs:return 97;case ls:return 96;case os:return 95;default:throw Error(v(332))}}function us(e){switch(e){case 99:return Er;case 98:return ts;case 97:return rs;case 96:return ls;case 95:return os;default:throw Error(v(332))}}function fn(e,n){return e=us(e),Hf(e,n)}function _t(e,n,t){return e=us(e),mo(e,n,t)}function ke(){if(_r!==null){var e=_r;_r=null,ho(e)}ss()}function ss(){if(!go&&Ne!==null){go=!0;var e=0;try{var n=Ne;fn(99,function(){for(;ex?(O=y,y=null):O=y.sibling;var _=h(c,y,f[x],p);if(_===null){y===null&&(y=O);break}e&&y&&_.alternate===null&&n(c,y),a=o(_,a,x),P===null?m=_:P.sibling=_,P=_,y=O}if(x===f.length)return t(c,y),m;if(y===null){for(;xx?(O=y,y=null):O=y.sibling;var H=h(c,y,_.value,p);if(H===null){y===null&&(y=O);break}e&&y&&H.alternate===null&&n(c,y),a=o(H,a,x),P===null?m=H:P.sibling=H,P=H,y=O}if(_.done)return t(c,y),m;if(y===null){for(;!_.done;x++,_=f.next())_=N(c,_.value,p),_!==null&&(a=o(_,a,x),P===null?m=_:P.sibling=_,P=_);return m}for(y=r(c,y);!_.done;x++,_=f.next())_=S(y,c,x,_.value,p),_!==null&&(e&&_.alternate!==null&&y.delete(_.key===null?x:_.key),a=o(_,a,x),P===null?m=_:P.sibling=_,P=_);return e&&y.forEach(function(qr){return n(c,qr)}),m}return function(c,a,f,p){var m=typeof f=="object"&&f!==null&&f.type===Re&&f.key===null;m&&(f=f.props.children);var P=typeof f=="object"&&f!==null;if(P)switch(f.$$typeof){case Jn:e:{for(P=f.key,m=a;m!==null;){if(m.key===P){switch(m.tag){case 7:if(f.type===Re){t(c,m.sibling),a=l(m,f.props.children),a.return=c,c=a;break e}break;default:if(m.elementType===f.type){t(c,m.sibling),a=l(m,f.props),a.ref=xt(c,m,f),a.return=c,c=a;break e}}t(c,m);break}else n(c,m);m=m.sibling}f.type===Re?(a=Yn(f.props.children,c.mode,p,f.key),a.return=c,c=a):(p=Kr(f.type,f.key,f.props,null,c.mode,p),p.ref=xt(c,a,f),p.return=c,c=p)}return i(c);case rn:e:{for(m=f.key;a!==null;){if(a.key===m)if(a.tag===4&&a.stateNode.containerInfo===f.containerInfo&&a.stateNode.implementation===f.implementation){t(c,a.sibling),a=l(a,f.children||[]),a.return=c,c=a;break e}else{t(c,a);break}else n(c,a);a=a.sibling}a=oi(f,c.mode,p),a.return=c,c=a}return i(c)}if(typeof f=="string"||typeof f=="number")return f=""+f,a!==null&&a.tag===6?(t(c,a.sibling),a=l(a,f),a.return=c,c=a):(t(c,a),a=li(f,c.mode,p),a.return=c,c=a),i(c);if(Lr(f))return C(c,a,f,p);if(et(f))return E(c,a,f,p);if(P&&Or(c,f),typeof f=="undefined"&&!m)switch(c.tag){case 1:case 22:case 0:case 11:case 15:throw Error(v(152,kn(c.type)||"Component"))}return t(c,a)}}var Mr=ys(!0),gs=ys(!1),Pt={},Se=Ve(Pt),Nt=Ve(Pt),Tt=Ve(Pt);function cn(e){if(e===Pt)throw Error(v(174));return e}function _o(e,n){switch(F(Tt,n),F(Nt,e),F(Se,Pt),e=n.nodeType,e){case 9:case 11:n=(n=n.documentElement)?n.namespaceURI:Nl(null,"");break;default:e=e===8?n.parentNode:n,n=e.namespaceURI||null,e=e.tagName,n=Nl(n,e)}I(Se),F(Se,n)}function $n(){I(Se),I(Nt),I(Tt)}function ws(e){cn(Tt.current);var n=cn(Se.current),t=Nl(n,e.type);n!==t&&(F(Nt,e),F(Se,t))}function Co(e){Nt.current===e&&(I(Se),I(Nt))}var U=Ve(0);function Rr(e){for(var n=e;n!==null;){if(n.tag===13){var t=n.memoizedState;if(t!==null&&(t=t.dehydrated,t===null||t.data==="$?"||t.data==="$!"))return n}else if(n.tag===19&&n.memoizedProps.revealOrder!==void 0){if((n.flags&64)!=0)return n}else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return null;n=n.return}n.sibling.return=n.return,n=n.sibling}return null}var Te=null,Qe=null,Ee=!1;function ks(e,n){var t=he(5,null,null,0);t.elementType="DELETED",t.type="DELETED",t.stateNode=n,t.return=e,t.flags=8,e.lastEffect!==null?(e.lastEffect.nextEffect=t,e.lastEffect=t):e.firstEffect=e.lastEffect=t}function Ss(e,n){switch(e.tag){case 5:var t=e.type;return n=n.nodeType!==1||t.toLowerCase()!==n.nodeName.toLowerCase()?null:n,n!==null?(e.stateNode=n,!0):!1;case 6:return n=e.pendingProps===""||n.nodeType!==3?null:n,n!==null?(e.stateNode=n,!0):!1;case 13:return!1;default:return!1}}function xo(e){if(Ee){var n=Qe;if(n){var t=n;if(!Ss(e,n)){if(n=Mn(t.nextSibling),!n||!Ss(e,n)){e.flags=e.flags&-1025|2,Ee=!1,Te=e;return}ks(Te,t)}Te=e,Qe=Mn(n.firstChild)}else e.flags=e.flags&-1025|2,Ee=!1,Te=e}}function Es(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Te=e}function zr(e){if(e!==Te)return!1;if(!Ee)return Es(e),Ee=!0,!1;var n=e.type;if(e.tag!==5||n!=="head"&&n!=="body"&&!so(n,e.memoizedProps))for(n=Qe;n;)ks(e,n),n=Mn(n.nextSibling);if(Es(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(v(317));e:{for(e=e.nextSibling,n=0;e;){if(e.nodeType===8){var t=e.data;if(t==="/$"){if(n===0){Qe=Mn(e.nextSibling);break e}n--}else t!=="$"&&t!=="$!"&&t!=="$?"||n++}e=e.nextSibling}Qe=null}}else Qe=Te?Mn(e.stateNode.nextSibling):null;return!0}function Po(){Qe=Te=null,Ee=!1}var Vn=[];function No(){for(var e=0;eo))throw Error(v(301));o+=1,X=q=null,n.updateQueue=null,Lt.current=qf,e=t(r,l)}while(Mt)}if(Lt.current=Ur,n=q!==null&&q.next!==null,Ot=0,X=q=V=null,jr=!1,n)throw Error(v(300));return e}function dn(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return X===null?V.memoizedState=X=e:X=X.next=e,X}function pn(){if(q===null){var e=V.alternate;e=e!==null?e.memoizedState:null}else e=q.next;var n=X===null?V.memoizedState:X.next;if(n!==null)X=n,q=e;else{if(e===null)throw Error(v(310));q=e,e={memoizedState:q.memoizedState,baseState:q.baseState,baseQueue:q.baseQueue,queue:q.queue,next:null},X===null?V.memoizedState=X=e:X=X.next=e}return X}function _e(e,n){return typeof n=="function"?n(e):n}function Rt(e){var n=pn(),t=n.queue;if(t===null)throw Error(v(311));t.lastRenderedReducer=e;var r=q,l=r.baseQueue,o=t.pending;if(o!==null){if(l!==null){var i=l.next;l.next=o.next,o.next=i}r.baseQueue=l=o,t.pending=null}if(l!==null){l=l.next,r=r.baseState;var u=i=o=null,s=l;do{var d=s.lane;if((Ot&d)===d)u!==null&&(u=u.next={lane:0,action:s.action,eagerReducer:s.eagerReducer,eagerState:s.eagerState,next:null}),r=s.eagerReducer===e?s.eagerState:e(r,s.action);else{var g={lane:d,action:s.action,eagerReducer:s.eagerReducer,eagerState:s.eagerState,next:null};u===null?(i=u=g,o=r):u=u.next=g,V.lanes|=d,Dt|=d}s=s.next}while(s!==null&&s!==l);u===null?o=r:u.next=i,ce(r,n.memoizedState)||(ge=!0),n.memoizedState=r,n.baseState=o,n.baseQueue=u,t.lastRenderedState=r}return[n.memoizedState,t.dispatch]}function zt(e){var n=pn(),t=n.queue;if(t===null)throw Error(v(311));t.lastRenderedReducer=e;var r=t.dispatch,l=t.pending,o=n.memoizedState;if(l!==null){t.pending=null;var i=l=l.next;do o=e(o,i.action),i=i.next;while(i!==l);ce(o,n.memoizedState)||(ge=!0),n.memoizedState=o,n.baseQueue===null&&(n.baseState=o),t.lastRenderedState=o}return[o,r]}function _s(e,n,t){var r=n._getVersion;r=r(n._source);var l=n._workInProgressVersionPrimary;if(l!==null?e=l===r:(e=e.mutableReadLanes,(e=(Ot&e)===e)&&(n._workInProgressVersionPrimary=r,Vn.push(n))),e)return t(n._source);throw Vn.push(n),Error(v(350))}function Cs(e,n,t,r){var l=ne;if(l===null)throw Error(v(349));var o=n._getVersion,i=o(n._source),u=Lt.current,s=u.useState(function(){return _s(l,n,t)}),d=s[1],g=s[0];s=X;var N=e.memoizedState,h=N.refs,S=h.getSnapshot,C=N.source;N=N.subscribe;var E=V;return e.memoizedState={refs:h,source:n,subscribe:r},u.useEffect(function(){h.getSnapshot=t,h.setSnapshot=d;var c=o(n._source);if(!ce(i,c)){c=t(n._source),ce(g,c)||(d(c),c=Xe(E),l.mutableReadLanes|=c&l.pendingLanes),c=l.mutableReadLanes,l.entangledLanes|=c;for(var a=l.entanglements,f=c;0t?98:t,function(){e(!0)}),fn(97