dotfiles/.config/spicetify/Extracted/Themed/about/about.bundle.js

83 lines
2.2 MiB
JavaScript
Raw Normal View History

2021-03-28 17:11:08 +02:00
(()=>{var e={71761:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"يتم توفير المحتوى من قبل","desktop.about.copyright":"جميع حقوق النشر محفوظة © {0} Spotify AB.<br/>Spotify® هي علامة تجارية مسجلة لمجموعة Spotify.","desktop.about.upgrade.downloading":"جاري تحميل إصدار جديد من Spotify…","desktop.about.upgrade.downloaded":"تمّ تحديث Spotify إلى الإصدار {0}.","desktop.about.upgrade.pending":"إصدار جديد من Spotify متوفر ({0}).","desktop.about.upgrade.pending_link":"اضغط هنا للتحميل","desktop.about.upgrade.restart_link":"يرجى إعادة البدء للتثبيت.","desktop.about.version.windows_store":"(إصدار Microsoft Store)"}')},48430:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"Obsah poskytuje","desktop.about.copyright":"Copyright © {0} Spotify AB.<br/>Spotify® je registrovaná ochranná známka společnosti Spotify Group.","desktop.about.upgrade.downloading":"Stahování nové verze Spotify...","desktop.about.upgrade.downloaded":"Aplikace Spotify byla aktualizována na verzi {0}.","desktop.about.upgrade.pending":"K dispozici je nová verze Spotify ({0}).","desktop.about.upgrade.pending_link":"Pro stažení klikni sem","desktop.about.upgrade.restart_link":"Pro instalaci proveď restart.","desktop.about.version.windows_store":"(verze pro Microsoft Store)"}')},69280:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"Inhalte bereitgestellt von","desktop.about.copyright":"Copyright © {0} Spotify AB.<br/>Spotify® ist ein eingetragenes Warenzeichen der Spotify Group.","desktop.about.upgrade.downloading":"Eine neue Version von Spotify wird heruntergeladen ...","desktop.about.upgrade.downloaded":"Spotify wurde auf die Version aktualisiert.","desktop.about.upgrade.pending":"Eine neue Version von Spotify ist verfügbar ({0}).","desktop.about.upgrade.pending_link":"Zum Herunterladen hier klicken.","desktop.about.upgrade.restart_link":"Bitte führe einen Neustart zur Installation aus.","desktop.about.version.windows_store":"(Microsoft Store-Version)"}')},79224:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"Το περιεχόμενο παρέχεται από:","desktop.about.copyright":"Copyright © {0} Spotify AB.<br/>Το Spotify® είναι σήμα κατατεθέν του ομίλου Spotify.","desktop.about.upgrade.downloading":"Γίνεται λήψη νέας έκδοσης του Spotify...","desktop.about.upgrade.downloaded":"Το Spotify ενημερώθηκε στην έκδοση {0}.","desktop.about.upgrade.pending":"Μια νέα έκδοση του Spotify είναι διαθέσιμη ({0}).","desktop.about.upgrade.pending_link":"Κάνε κλικ εδώ για λήψη","desktop.about.upgrade.restart_link":"Επανεκκίνησε για να γίνει η εγκατάσταση.","desktop.about.version.windows_store":"(Έκδοση του Microsoft Store)"}')},1586:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"Content provided by","desktop.about.copyright":"Copyright &copy; {0} Spotify AB.<br/>Spotify® is a registered trademark of the Spotify Group.","desktop.about.upgrade.downloading":"Downloading a new version of Spotify...","desktop.about.upgrade.downloaded":"Spotify has been updated to version {0}.","desktop.about.upgrade.pending":"A new version of Spotify is available ({0}).","desktop.about.upgrade.pending_link":"Click here to download","desktop.about.upgrade.restart_link":"Please restart to install.","desktop.about.version.windows_store":"(Microsoft Store version)"}')},52544:e=>{"use strict";e.exports=JSON.parse('{"desktop.about.content_provided":"Contenido proporcionado por","desktop.about.copyright":"Derechos de autor © {0} Spotify AB.<br>Spotify® es una marca comercial registrada de Spotify Group.","desktop.about.upgrade.downloading":"Descargando una nueva versión de Spotify…","desktop.about.upgrade.downloaded":"Spoti
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/const o=n(79742),a=n(80645),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=r,t.SlowBuffer=function(e){+e!=e&&(e=0);return r.alloc(+e)},t.INSPECT_MAX_BYTES=50;const s=2147483647;function l(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,r.prototype),t}function r(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return k(e)}return p(e,t,n)}function p(e,t,n){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!r.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|f(e,t);let o=l(n);const a=o.write(e,t);a!==n&&(o=o.slice(0,a));return o}(e,t);if(ArrayBuffer.isView(e))return function(e){if(Y(e,Uint8Array)){const t=new Uint8Array(e);return c(t.buffer,t.byteOffset,t.byteLength)}return u(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Y(e,ArrayBuffer)||e&&Y(e.buffer,ArrayBuffer))return c(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(Y(e,SharedArrayBuffer)||e&&Y(e.buffer,SharedArrayBuffer)))return c(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const o=e.valueOf&&e.valueOf();if(null!=o&&o!==e)return r.from(o,t,n);const a=function(e){if(r.isBuffer(e)){const t=0|m(e.length),n=l(t);return 0===n.length||e.copy(n,0,0,t),n}if(void 0!==e.length)return"number"!=typeof e.length||Q(e.length)?l(0):u(e);if("Buffer"===e.type&&Array.isArray(e.data))return u(e.data)}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return r.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function d(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function k(e){return d(e),l(e<0?0:0|m(e))}function u(e){const t=e.length<0?0:0|m(e.length),n=l(t);for(let o=0;o<t;o+=1)n[o]=255&e[o];return n}function c(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let o;return o=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(o,r.prototype),o}function m(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function f(e,t){if(r.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Y(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return G(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return J(e).length;default:if(a)return o?-1:G(e).length;t=(""+t).toLowerCase(),a=!0}}function y(e,t,n){let o=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return E(this,t,n);case"utf8":case"utf-8":return P(this,t,n);case"ascii":return T(this,t,n);case"latin1":case"binary":return j(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,t,n);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}function g(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function z(e,t,n
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
t.read=function(e,t,n,o,a){var i,s,l=8*a-o-1,r=(1<<l)-1,p=r>>1,d=-7,k=n?a-1:0,u=n?-1:1,c=e[t+k];for(k+=u,i=c&(1<<-d)-1,c>>=-d,d+=l;d>0;i=256*i+e[t+k],k+=u,d-=8);for(s=i&(1<<-d)-1,i>>=-d,d+=o;d>0;s=256*s+e[t+k],k+=u,d-=8);if(0===i)i=1-p;else{if(i===r)return s?NaN:1/0*(c?-1:1);s+=Math.pow(2,o),i-=p}return(c?-1:1)*s*Math.pow(2,i-o)},t.write=function(e,t,n,o,a,i){var s,l,r,p=8*i-a-1,d=(1<<p)-1,k=d>>1,u=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,c=o?0:i-1,m=o?1:-1,f=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,s=d):(s=Math.floor(Math.log(t)/Math.LN2),t*(r=Math.pow(2,-s))<1&&(s--,r*=2),(t+=s+k>=1?u/r:u*Math.pow(2,1-k))*r>=2&&(s++,r/=2),s+k>=d?(l=0,s=d):s+k>=1?(l=(t*r-1)*Math.pow(2,a),s+=k):(l=t*Math.pow(2,k-1)*Math.pow(2,a),s=0));a>=8;e[n+c]=255&l,c+=m,l/=256,a-=8);for(s=s<<a|l,p+=a;p>0;e[n+c]=255&s,c+=m,s/=256,p-=8);e[n+c-m]|=128*f}},7084:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BrowserClient:()=>Kt,Hub:()=>ke,Integrations:()=>mn,SDK_NAME:()=>Vt,SDK_VERSION:()=>Ht,Scope:()=>C,Severity:()=>r,Status:()=>p,Transports:()=>i,addBreadcrumb:()=>we,addGlobalEventProcessor:()=>L,captureEvent:()=>_e,captureException:()=>be,captureMessage:()=>he,close:()=>dn,configureScope:()=>ve,defaultIntegrations:()=>nn,eventFromException:()=>rt,eventFromMessage:()=>pt,flush:()=>pn,forceLoad:()=>ln,getCurrentHub:()=>me,getHubFromCarrier:()=>ye,init:()=>on,injectReportDialog:()=>xt,lastEventId:()=>sn,makeMain:()=>ce,onLoad:()=>rn,setContext:()=>Se,setExtra:()=>Ae,setExtras:()=>xe,setTag:()=>Te,setTags:()=>Pe,setUser:()=>je,showReportDialog:()=>an,startTransaction:()=>Ce,withScope:()=>Ee,wrap:()=>kn});var o={};n.r(o),n.d(o,{FunctionToString:()=>Yt,InboundFilters:()=>Wt});var a={};n.r(a),n.d(a,{Breadcrumbs:()=>qt,GlobalHandlers:()=>Zt,LinkedErrors:()=>Xt,TryCatch:()=>$t,UserAgent:()=>tn});var i={};n.r(i),n.d(i,{BaseTransport:()=>yt,FetchTransport:()=>zt,XHRTransport:()=>bt});
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
var s=function(e,t){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function l(e,t){function n(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var r,p,d=function(){return(d=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function k(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function u(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,i=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return s}function c(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(u(arguments[t]));return e}!function(e){e.Fatal="fatal",e.Error="error",e.Warning="warning",e.Log="log",e.Info="info",e.Debug="debug",e.Critical="critical"}(r||(r={})),function(e){e.fromString=function(t){switch(t){case"debug":return e.Debug;case"info":return e.Info;case"warn":case"warning":return e.Warning;case"error":return e.Error;case"fatal":return e.Fatal;case"critical":return e.Critical;case"log":default:return e.Log}}}(r||(r={})),function(e){e.Unknown="unknown",e.Skipped="skipped",e.Success="success",e.RateLimit="rate_limit",e.Invalid="invalid",e.Failed="failed"}(p||(p={})),function(e){e.fromHttpCode=function(t){return t>=200&&t<300?e.Success:429===t?e.RateLimit:t>=400&&t<500?e.Invalid:t>=500?e.Failed:e.Unknown}}(p||(p={}));var m=function(){return(m=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function f(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,i=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return s}function y(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(f(arguments[t]));return e}function g(e){switch(Object.prototype.toString.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return P(e,Error)}}function z(e){return"[object ErrorEvent]"===Object.prototype.toString.call(e)}function b(e){return"[object DOMError]"===Object.prototype.toString.call(e)}function h(e){return"[object String]"===Object.prototype.toString.call(e)}function _(e){return null===e||"object"!=typeof e&&"function"!=typeof e}function v(e){return"[object Object]"===Object.prototype.toString.call(e)}function w(e){return"undefined"!=typeof Event&&P(e,Event)}function S(e){return"undefined"!=typeof Element&&P(e,Element)}function x(e){return Boolean(e&&e.then&&"function"==typeof e.then)}function P(e,t){try{return e instanceof t}catch(e){return!1}}var A,T=n(7790);!function(e){e.PENDING="PENDING",e.RESOLVED="RESOLVED",e.REJECTED="REJECTED"}(A||(A={}));var j=function(){function e(e){var t=this;this._state=A.PENDING,this._handlers=[],this._resolve=function(e){t._setResult(A.RESOLVED,e)},this._reject=function(e){t._setResult(A.REJECTED,e)},this._setResult=function(e,n){t._state===A.PENDING&&(x(n)?n.then(t._resolve,t._reject):(t._state=e,t._value=n,t._executeHandlers()))},this._attachHandler=function(e){t._handlers=t._handlers.concat(e),t._executeHandlers()},this._executeHandlers=function(){if(t._state!==A.PENDING){var e=t._handlers.slice();t._handlers=[],e.forEach((function(e){e.done||(t._state===A.RESOLVED&&e.onfulfilled&&e.onfulfilled(t._value),t._state===A.REJECTED&&e.onrejected&&e.onrejected(t._value),e.done=!0)}))}};try{e(this._resolve,this._reject)}catch(e){this._reject(e)}}return e.resolve=function(t){return new e((function(e){e(t)}))},e.reject=function(t){return new e((func
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
var V=function(e,t){return(V=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};var H=function(){return(H=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function K(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function G(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,i=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return s}function J(e){try{for(var t=e,n=[],o=0,a=0,i=" > ".length,s=void 0;t&&o++<5&&!("html"===(s=W(t))||o>1&&a+n.length*i+s.length>=80);)n.push(s),a+=s.length,t=t.parentNode;return n.reverse().join(" > ")}catch(e){return"<unknown>"}}function W(e){var t,n,o,a,i,s=e,l=[];if(!s||!s.tagName)return"";if(l.push(s.tagName.toLowerCase()),s.id&&l.push("#"+s.id),(t=s.className)&&h(t))for(n=t.split(/\s+/),i=0;i<n.length;i++)l.push("."+n[i]);var r=["type","name","title","alt"];for(i=0;i<r.length;i++)o=r[i],(a=s.getAttribute(o))&&l.push("["+o+'="'+a+'"]');return l.join("")}var Y=function(){function e(){this._hasWeakSet="function"==typeof WeakSet,this._inner=this._hasWeakSet?new WeakSet:[]}return e.prototype.memoize=function(e){if(this._hasWeakSet)return!!this._inner.has(e)||(this._inner.add(e),!1);for(var t=0;t<this._inner.length;t++){if(this._inner[t]===e)return!0}return this._inner.push(e),!1},e.prototype.unmemoize=function(e){if(this._hasWeakSet)this._inner.delete(e);else for(var t=0;t<this._inner.length;t++)if(this._inner[t]===e){this._inner.splice(t,1);break}},e}(),Q="<anonymous>";function $(e){try{return e&&"function"==typeof e&&e.name||Q}catch(e){return Q}}function Z(e,t){return void 0===t&&(t=0),"string"!=typeof e||0===t||e.length<=t?e:e.substr(0,t)+"..."}function X(e,t){if(!Array.isArray(e))return"";for(var n=[],o=0;o<e.length;o++){var a=e[o];try{n.push(String(a))}catch(e){n.push("[value cannot be serialized]")}}return n.join(t)}function ee(e,t){return!!h(e)&&(function(e){return"[object RegExp]"===Object.prototype.toString.call(e)}(t)?t.test(e):"string"==typeof t&&-1!==e.indexOf(t))}function te(e,t,n){if(t in e){var o=e[t],a=n(o);if("function"==typeof a)try{a.prototype=a.prototype||{},Object.defineProperties(a,{__sentry_original__:{enumerable:!1,value:o}})}catch(e){}e[t]=a}}function ne(e){if(g(e)){var t=e,n={message:t.message,name:t.name,stack:t.stack};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=t[o]);return n}if(w(e)){var a=e,i={};i.type=a.type;try{i.target=S(a.target)?J(a.target):Object.prototype.toString.call(a.target)}catch(e){i.target="<unknown>"}try{i.currentTarget=S(a.currentTarget)?J(a.currentTarget):Object.prototype.toString.call(a.currentTarget)}catch(e){i.currentTarget="<unknown>"}for(var o in"undefined"!=typeof CustomEvent&&P(e,CustomEvent)&&(i.detail=a.detail),a)Object.prototype.hasOwnProperty.call(a,o)&&(i[o]=a);return i}return e}function oe(e){return function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(e))}function ae(e,t,n){void 0===t&&(t=3),void 0===n&&(n=102400);var o=le(e,t);return oe(o)>n?ae(e,t-1,n):o}function ie(e,t){return"domain"===t&&e&&"object"==typeof e&&e._events?"[Domain]":"domainEmitter"===t?"[DomainEmitter]":void 0!==n.g&&e===n.g?"[Global]":"undefined"!=typeof window&&e===window?"[Window]":"undefined"!=typeof document&&e===document?"[Document]":function(e){return v(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}(e)?"[SyntheticEvent]":"number"==typeof e&&e!=e?"[NaN]":void 0===e?"[undefined]":"function"==typeof e?"[Function: "+$(e)+"]":"symbol"==typeof e?"["+String(e)+"]":"bigint"==typeof e?"[BigInt: "+String(e)+"]":e}function se(e,t,n,o){if(void 0===n&&(n=1/0),void 0===o&&(o=new Y),0===n)return function(e){var t=Obj
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/var o=n(95766),a=n(62333),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=r,t.SlowBuffer=function(e){+e!=e&&(e=0);return r.alloc(+e)},t.INSPECT_MAX_BYTES=50;var s=2147483647;function l(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,r.prototype),t}function r(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return k(e)}return p(e,t,n)}function p(e,t,n){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!r.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var n=0|m(e,t),o=l(n),a=o.write(e,t);a!==n&&(o=o.slice(0,a));return o}(e,t);if(ArrayBuffer.isView(e))return u(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(F(e,ArrayBuffer)||e&&F(e.buffer,ArrayBuffer))return function(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');var o;o=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n);return Object.setPrototypeOf(o,r.prototype),o}(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(null!=o&&o!==e)return r.from(o,t,n);var a=function(e){if(r.isBuffer(e)){var t=0|c(e.length),n=l(t);return 0===n.length||e.copy(n,0,0,t),n}if(void 0!==e.length)return"number"!=typeof e.length||q(e.length)?l(0):u(e);if("Buffer"===e.type&&Array.isArray(e.data))return u(e.data)}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return r.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function d(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function k(e){return d(e),l(e<0?0:0|c(e))}function u(e){for(var t=e.length<0?0:0|c(e.length),n=l(t),o=0;o<t;o+=1)n[o]=255&e[o];return n}function c(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function m(e,t){if(r.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||F(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===n)return 0;for(var a=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return D(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return B(e).length;default:if(a)return o?-1:D(e).length;t=(""+t).toLowerCase(),a=!0}}function f(e,t,n){var o=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return E(this,t,n);case"utf8":case"utf-8":return P(this,t,n);case"ascii":return T(this,t,n);case"latin1":case"binary":return j(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,t,n);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}function y(e,t,n){var o=e[t];e[t]=e[n],e[n]=o}function g(e,t,n,o,a){if(0===e.length)return-1;if("string"==typeof n?(o=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),q(n=+n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"==typeof t&&(t=r.f
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function a(e){if(null==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 o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var s,l,r=a(e),p=1;p<arguments.length;p++){for(var d in s=Object(arguments[p]))n.call(s,d)&&(r[d]=s[d]);if(t){l=t(s);for(var k=0;k<l.length;k++)o.call(s,l[k])&&(r[l[k]]=s[l[k]])}}return r}},68262:(e,t,n)=>{"use strict";var o=n(23586);function a(){}function i(){}i.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,i,s){if(s!==o){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:a};return n.PropTypes=n,n}},13980:(e,t,n)=>{e.exports=n(68262)()},23586:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},52967:(e,t,n)=>{"use strict";
/** @license React v16.9.0
* 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 o=n(2784),a=n(37320),i=n(14616);function s(e){for(var t=e.message,n="https://reactjs.org/docs/error-decoder.html?invariant="+t,o=1;o<arguments.length;o++)n+="&args[]="+encodeURIComponent(arguments[o]);return e.message="Minified React error #"+t+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",e}if(!o)throw s(Error(227));var l=null,r={};function p(){if(l)for(var e in r){var t=r[e],n=l.indexOf(e);if(!(-1<n))throw s(Error(96),e);if(!k[n]){if(!t.extractEvents)throw s(Error(97),e);for(var o in k[n]=t,n=t.eventTypes){var a=void 0,i=n[o],p=t,c=o;if(u.hasOwnProperty(c))throw s(Error(99),c);u[c]=i;var m=i.phasedRegistrationNames;if(m){for(a in m)m.hasOwnProperty(a)&&d(m[a],p,c);a=!0}else i.registrationName?(d(i.registrationName,p,c),a=!0):a=!1;if(!a)throw s(Error(98),o,e)}}}}function d(e,t,n){if(c[e])throw s(Error(100),e);c[e]=t,m[e]=t.eventTypes[n].dependencies}var k=[],u={},c={},m={};function f(e,t,n,o,a,i,s,l,r){var p=Array.prototype.slice.call(arguments,3);try{t.apply(n,p)}catch(e){this.onError(e)}}var y=!1,g=null,z=!1,b=null,h={onError:function(e){y=!0,g=e}};function _(e,t,n,o,a,i,s,l,r){y=!1,g=null,f.apply(h,arguments)}var v=null,w=null,S=null;function x(e,t,n){var o=e.type||"unknown-event";e.currentTarget=S(n),function(e,t,n,o,a,i,l,r,p){if(_.apply(this,arguments),y){if(!y)throw s(Error(198));var d=g;y=!1,g=null,z||(z=!0,b=d)}}(o,t,void 0,e),e.currentTarget=null}function P(e,t){if(null==t)throw s(Error(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function A(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var T=null;function j(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var o=0;o<t.length&&!e.isPropagationStopped();o++)x(e,t[o],n[o]);else t&&x(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function E(e){if(null!==e&&(T=P(T,e)),e=T,T=null,e){if(A(e,j),T)throw s(Error(95));if(z)throw e=b,z=!1,b=null,e}}var C={injectEventPluginOrder:function(e){if(l)throw s(Error(101));l=Array.prototype.slice.call(e),p()},injectEventPluginsByName:function(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var o=e[t];if(!r.hasOwnProperty(t)||r[t]!==o){if(r[t])throw s(Error(102),t);r[t]=o,n=!0}}n&&p()}};function O(e,t){var n=e.stateNode;if(!n)return null;var o=v(n);if(!o)return null;n=o[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":(o=!o.disabled)||(o=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!o;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw s(Error(231),t,typeof n);return n}var L=Math.random().toString(36).slice(2),M="__reactInternalInstance$"+L,R="__reactEventHandlers$"+L;function N(e){if(e[M])return e[M];for(;!e[M];){if(!e.parentNode)return null;e=e.parentNode}return 5===(e=e[M]).tag||6===e.tag?e:null}function I(e){return!(e=e[M])||5!==e.tag&&6!==e.tag?null:e}function D(e){if(5===e.tag||6===e.tag)return e.stateNode;throw s(Error(33))}function B(e){return e[R]||null}function U(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function F(e,t,n){(t=O(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=P(n._dispatchListeners,t),n._dispatchInstances=P(n._dispatchInstances,e))}function q(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=U(t);for(t=n.length;0<t--;)F(n[t],"captured",e);for(t=0;t<n.length;t++)F(n[t],"bubbled",e)}}function V(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=O(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=P(n._dispatchListeners,t),n._dispatchInstances=P(n._dispatchInstances,e))}function H(e){e&&e.dispatchConfig.registrationName&&V(e._targetInst,null,e)}function K(e){A(e,q)}var G=!("undefined"==typeof window||void 0===window.document||void 0===window.d
/** @license React v16.9.0
* react-is.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.
*/Object.defineProperty(t,"__esModule",{value:!0});var n="function"==typeof Symbol&&Symbol.for,o=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,s=n?Symbol.for("react.strict_mode"):60108,l=n?Symbol.for("react.profiler"):60114,r=n?Symbol.for("react.provider"):60109,p=n?Symbol.for("react.context"):60110,d=n?Symbol.for("react.async_mode"):60111,k=n?Symbol.for("react.concurrent_mode"):60111,u=n?Symbol.for("react.forward_ref"):60112,c=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,f=n?Symbol.for("react.memo"):60115,y=n?Symbol.for("react.lazy"):60116,g=n?Symbol.for("react.fundamental"):60117,z=n?Symbol.for("react.responder"):60118;function b(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case d:case k:case i:case l:case s:case c:return e;default:switch(e=e&&e.$$typeof){case p:case u:case r:return e;default:return t}}case y:case f:case a:return t}}}function h(e){return b(e)===k}t.typeOf=b,t.AsyncMode=d,t.ConcurrentMode=k,t.ContextConsumer=p,t.ContextProvider=r,t.Element=o,t.ForwardRef=u,t.Fragment=i,t.Lazy=y,t.Memo=f,t.Portal=a,t.Profiler=l,t.StrictMode=s,t.Suspense=c,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===k||e===l||e===s||e===c||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===y||e.$$typeof===f||e.$$typeof===r||e.$$typeof===p||e.$$typeof===u||e.$$typeof===g||e.$$typeof===z)},t.isAsyncMode=function(e){return h(e)||b(e)===d},t.isConcurrentMode=h,t.isContextConsumer=function(e){return b(e)===p},t.isContextProvider=function(e){return b(e)===r},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return b(e)===u},t.isFragment=function(e){return b(e)===i},t.isLazy=function(e){return b(e)===y},t.isMemo=function(e){return b(e)===f},t.isPortal=function(e){return b(e)===a},t.isProfiler=function(e){return b(e)===l},t.isStrictMode=function(e){return b(e)===s},t.isSuspense=function(e){return b(e)===c}},48570:(e,t,n)=>{"use strict";e.exports=n(66866)},21725:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Provider:()=>m,ReactReduxContext:()=>l,batch:()=>X.unstable_batchedUpdates,connect:()=>H,connectAdvanced:()=>A,createDispatchHook:()=>W,createSelectorHook:()=>$,createStoreHook:()=>G,shallowEqual:()=>E,useDispatch:()=>Y,useSelector:()=>Z,useStore:()=>J});var o=n(2784),a=n.n(o),i=n(13980),s=n.n(i),l=a().createContext(null);var r=function(e){e()},p=function(){return r},d=null,k={notify:function(){}};var u=function(){function e(e,t){this.store=e,this.parentSub=t,this.unsubscribe=null,this.listeners=k,this.handleChangeWrapper=this.handleChangeWrapper.bind(this)}var t=e.prototype;return t.addNestedSub=function(e){return this.trySubscribe(),this.listeners.subscribe(e)},t.notifyNestedSubs=function(){this.listeners.notify()},t.handleChangeWrapper=function(){this.onStateChange&&this.onStateChange()},t.isSubscribed=function(){return Boolean(this.unsubscribe)},t.trySubscribe=function(){this.unsubscribe||(this.unsubscribe=this.parentSub?this.parentSub.addNestedSub(this.handleChangeWrapper):this.store.subscribe(this.handleChangeWrapper),this.listeners=function(){var e=p(),t=[],n=[];return{clear:function(){n=d,t=d},notify:function(){var o=t=n;e((function(){for(var e=0;e<o.length;e++)o[e]()}))},get:function(){return n},subscribe:function(e){var o=!0;return n===t&&(n=t.slice()),n.push(e),function(){o&&t!==d&&(o=!1,n===t&&(n=t.slice()),n.splice(n.indexOf(e),1))}}}}())},t.tryUnsubscribe=function(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null,this.listeners.clear(),this.listeners=k)},e}();function c(e){var t=e.store,n=e.context,i=e.children,s=(0,o.useMemo)((function(){var e=new u(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),r=(0,o.useMemo)((function(){return t.getState()}),[t]);(0,o.useEffect)((function(){var e=s.subscription;return e.trySubscribe(),r!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[s,r]);var p=n||l;return a().createElement(
/** @license React v16.9.0
* react.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 o=n(37320),a="function"==typeof Symbol&&Symbol.for,i=a?Symbol.for("react.element"):60103,s=a?Symbol.for("react.portal"):60106,l=a?Symbol.for("react.fragment"):60107,r=a?Symbol.for("react.strict_mode"):60108,p=a?Symbol.for("react.profiler"):60114,d=a?Symbol.for("react.provider"):60109,k=a?Symbol.for("react.context"):60110,u=a?Symbol.for("react.forward_ref"):60112,c=a?Symbol.for("react.suspense"):60113,m=a?Symbol.for("react.suspense_list"):60120,f=a?Symbol.for("react.memo"):60115,y=a?Symbol.for("react.lazy"):60116;a&&Symbol.for("react.fundamental"),a&&Symbol.for("react.responder");var g="function"==typeof Symbol&&Symbol.iterator;function z(e){for(var t=e.message,n="https://reactjs.org/docs/error-decoder.html?invariant="+t,o=1;o<arguments.length;o++)n+="&args[]="+encodeURIComponent(arguments[o]);return e.message="Minified React error #"+t+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",e}var b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},h={};function _(e,t,n){this.props=e,this.context=t,this.refs=h,this.updater=n||b}function v(){}function w(e,t,n){this.props=e,this.context=t,this.refs=h,this.updater=n||b}_.prototype.isReactComponent={},_.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw z(Error(85));this.updater.enqueueSetState(this,e,t,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=_.prototype;var S=w.prototype=new v;S.constructor=w,o(S,_.prototype),S.isPureReactComponent=!0;var x={current:null},P={suspense:null},A={current:null},T=Object.prototype.hasOwnProperty,j={key:!0,ref:!0,__self:!0,__source:!0};function E(e,t,n){var o=void 0,a={},s=null,l=null;if(null!=t)for(o in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(s=""+t.key),t)T.call(t,o)&&!j.hasOwnProperty(o)&&(a[o]=t[o]);var r=arguments.length-2;if(1===r)a.children=n;else if(1<r){for(var p=Array(r),d=0;d<r;d++)p[d]=arguments[d+2];a.children=p}if(e&&e.defaultProps)for(o in r=e.defaultProps)void 0===a[o]&&(a[o]=r[o]);return{$$typeof:i,type:e,key:s,ref:l,props:a,_owner:A.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var O=/\/+/g,L=[];function M(e,t,n,o){if(L.length){var a=L.pop();return a.result=e,a.keyPrefix=t,a.func=n,a.context=o,a.count=0,a}return{result:e,keyPrefix:t,func:n,context:o,count:0}}function R(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>L.length&&L.push(e)}function N(e,t,n,o){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=null);var l=!1;if(null===e)l=!0;else switch(a){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case i:case s:l=!0}}if(l)return n(o,e,""===t?"."+D(e,0):t),1;if(l=0,t=""===t?".":t+":",Array.isArray(e))for(var r=0;r<e.length;r++){var p=t+D(a=e[r],r);l+=N(a,p,n,o)}else if(null===e||"object"!=typeof e?p=null:p="function"==typeof(p=g&&e[g]||e["@@iterator"])?p:null,"function"==typeof p)for(e=p.call(e),r=0;!(a=e.next()).done;)l+=N(a=a.value,p=t+D(a,r++),n,o);else if("object"===a)throw n=""+e,z(Error(31),"[object Object]"===n?"object with keys {"+Object.keys(e).join(", ")+"}":n,"");return l}function I(e,t,n){return null==e?0:N(e,"",t,n)}function D(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function B(e,t){e.func.call(e.context,t,e.count++)}function U(e,t,n){var o=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?F(e,o,n,(function(e){return e})):null!=e&&(C(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(O,"$&/")+"/")+n)),o.push(e))}function F(e,t,n,o,a){var i="";null!=n&&(i=(""+n).replace(O,"$&/")+"/"),I(e,U,t=M(t,i,o,a)),R(t)}function q(){var e=x.current;if(null===e)throw z(Error(321));return e}var V={Children:{map:function(e,t,n){if(nul
/** @license React v0.15.0
* scheduler.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.
*/Object.defineProperty(t,"__esModule",{value:!0});var n=void 0,o=void 0,a=void 0,i=void 0,s=void 0;if(t.unstable_now=void 0,t.unstable_forceFrameRate=void 0,"undefined"==typeof window||"function"!=typeof MessageChannel){var l=null,r=null,p=function(){if(null!==l)try{var e=t.unstable_now();l(!0,e),l=null}catch(e){throw setTimeout(p,0),e}};t.unstable_now=function(){return Date.now()},n=function(e){null!==l?setTimeout(n,0,e):(l=e,setTimeout(p,0))},o=function(e,t){r=setTimeout(e,t)},a=function(){clearTimeout(r)},i=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,k=window.Date,u=window.setTimeout,c=window.clearTimeout,m=window.requestAnimationFrame,f=window.cancelAnimationFrame;"undefined"!=typeof console&&("function"!=typeof m&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof f&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")),t.unstable_now="object"==typeof d&&"function"==typeof d.now?function(){return d.now()}:function(){return k.now()};var y=!1,g=null,z=-1,b=-1,h=33.33,_=-1,v=-1,w=0,S=!1;i=function(){return t.unstable_now()>=w},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):0<e?(h=Math.floor(1e3/e),S=!0):(h=33.33,S=!1)};var x=function(){if(null!==g){var e=t.unstable_now(),n=0<w-e;try{g(n,e)||(g=null)}catch(e){throw A.postMessage(null),e}}},P=new MessageChannel,A=P.port2;P.port1.onmessage=x;var T=function(e){if(null===g)v=_=-1,y=!1;else{y=!0,m((function(e){c(z),T(e)}));var n=function(){w=t.unstable_now()+h/2,x(),z=u(n,3*h)};if(z=u(n,3*h),-1!==_&&.1<e-_){var o=e-_;!S&&-1!==v&&o<h&&v<h&&(8.33>(h=o<v?v:o)&&(h=8.33)),v=o}_=e,w=e+h,A.postMessage(null)}};n=function(e){g=e,y||(y=!0,m((function(e){T(e)})))},o=function(e,n){b=u((function(){e(t.unstable_now())}),n)},a=function(){c(b),b=-1}}var j=null,E=null,C=null,O=3,L=!1,M=!1,R=!1;function N(e,t){var n=e.next;if(n===e)j=null;else{e===j&&(j=n);var o=e.previous;o.next=n,n.previous=o}e.next=e.previous=null,n=e.callback,o=O;var a=C;O=e.priorityLevel,C=e;try{var i=e.expirationTime<=t;switch(O){case 1:var s=n(i);break;case 2:case 3:case 4:s=n(i);break;case 5:s=n(i)}}catch(e){throw e}finally{O=o,C=a}if("function"==typeof s)if(t=e.expirationTime,e.callback=s,null===j)j=e.next=e.previous=e;else{s=null,i=j;do{if(t<=i.expirationTime){s=i;break}i=i.next}while(i!==j);null===s?s=j:s===j&&(j=e),(t=s.previous).next=s.previous=e,e.next=s,e.previous=t}}function I(e){if(null!==E&&E.startTime<=e)do{var t=E,n=t.next;if(t===n)E=null;else{E=n;var o=t.previous;o.next=n,n.previous=o}t.next=t.previous=null,F(t,t.expirationTime)}while(null!==E&&E.startTime<=e)}function D(e){R=!1,I(e),M||(null!==j?(M=!0,n(B)):null!==E&&o(D,E.startTime-e))}function B(e,n){M=!1,R&&(R=!1,a()),I(n),L=!0;try{if(e){if(null!==j)do{N(j,n),I(n=t.unstable_now())}while(null!==j&&!i())}else for(;null!==j&&j.expirationTime<=n;)N(j,n),I(n=t.unstable_now());return null!==j||(null!==E&&o(D,E.startTime-n),!1)}finally{L=!1}}function U(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}function F(e,t){if(null===j)j=e.next=e.previous=e;else{var n=null,o=j;do{if(t<o.expirationTime){n=o;break}o=o.next}while(o!==j);null===n?n=j:n===j&&(j=e),(t=n.previous).next=n.previous=e,e.next=n,e.previous=t}}var q=s;t.unstable_ImmediatePriority=1,t.unstable_UserBlockingPriority=2,t.unstable_NormalPriority=3,t.unstable_IdlePriority=5,t.unstable_LowPriority=4,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=O;O=e;try{return t()}finally{O=n}},t.unstable_next=function(e){switch(O){case 1:case 2:case 3:var t=3;break;default:t=O}var n=O;O=t;try{return e()}finally{O=n}},t.unstable_scheduleCallback=function(e,i,s){var l=t.unstable_now();i
//# sourceMappingURL=about.bundle.js.map