pangea-lib 2.12.8 → 2.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var DS=Object.defineProperty;var BS=(e,t,a)=>t in e?DS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a;var o1=(e,t,a)=>(BS(e,typeof t!="symbol"?t+"":t,a),a);Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),Kt=require("vue-router"),Z4=require("pinia"),OS={first:{light:"#1f1f1f",dark:"#f5f5f5",contrast:{light:"#fcfcfc",dark:"#202020"}},second:{light:"#2e2e2e",dark:"#e5e5e5",contrast:{light:"#f4f4f4",dark:"#282828"}},third:{light:"#494949",dark:"#d5d5d5",contrast:{light:"#ececec",dark:"#2a2a2a"}},primary:{light:"#218c5a",dark:"#218c5a",contrast:{light:"#ffffff",dark:"#ffffff"}},secondary:{light:"#218c5a",dark:"#218c5a",contrast:{light:"#ffffff",dark:"#ffffff"}},success:{light:"#4caf50",dark:"#6bbf55",contrast:{light:"#ffffff",dark:"#ffffff"}},warning:{light:"#ff9800",dark:"#ff8f1f",contrast:{light:"#ffffff",dark:"#ffffff"}},danger:{light:"#f44336",dark:"#ff5e50",contrast:{light:"#ffffff",dark:"#ffffff"}},grey:{light:"#9e9e9e",dark:"#8a8a8a",contrast:{light:"#ffffff",dark:"#ffffff"}},red:{light:"#e91e63",dark:"#e64a77",contrast:{light:"#ffffff",dark:"#ffffff"}},purple:{light:"#9c27b0",dark:"#8e24aa",contrast:{light:"#ffffff",dark:"#ffffff"}},sky:{light:"#00acc1",dark:"#40c4ff",contrast:{light:"#ffffff",dark:"#ffffff"}},aqua:{light:"#00bcd4",dark:"#4db6ac",contrast:{light:"#ffffff",dark:"#ffffff"}},beige:{light:"#f4e1a1",dark:"#ffd54f",contrast:{light:"#ffffff",dark:"#ffffff"}},info:{light:"#039be5",dark:"#29b6f6",contrast:{light:"#ffffff",dark:"#ffffff"}},link:{light:"#1976d2",dark:"#2196f3",contrast:{light:"#ffffff",dark:"#ffffff"}},error:{light:"#d32f2f",dark:"#f44336",contrast:{light:"#ffffff",dark:"#ffffff"}},overlay:{light:"#00000080",dark:"#00000055",contrast:{light:"#ffffff",dark:"#ffffff"}}},zm={coralPink:"#ff6b6b",warmOrange:"#ff8855",mandarinOrange:"#ffb76a",cornYellow:"#ffd54d",oliveGreen:"#7a7f42",pistachioGreen:"#a6c566",aquaMarine:"#5fd4bb",polarMint:"#80c9b4",arcticBlue:"#7fafdd",ceruleanBlue:"#007ba2",cobaltBlue:"#005493",smokyGray:"#5f6d6e",ashGray:"#a1b1b5",softMauve:"#b495c8",orchidPurple:"#c66cc6"};var Mm={exports:{}};(function(e,t){(function(a,r){e.exports=r()})(self,()=>(()=>{var a={423:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.removeDuplicateItems=void 0,i.removeDuplicateItems=function(s,l="id"){return s.filter((f,u,h)=>u===h.findIndex(d=>d[l]===f[l]))}},621:function(n,i,s){var l=this&&this.__awaiter||function(h,d,m,p){return new(m||(m=Promise))(function(v,g){function x(b){try{C(p.next(b))}catch(H){g(H)}}function z(b){try{C(p.throw(b))}catch(H){g(H)}}function C(b){var H;b.done?v(b.value):(H=b.value,H instanceof m?H:new m(function(V){V(H)})).then(x,z)}C((p=p.apply(h,d||[])).next())})},f=this&&this.__importDefault||function(h){return h&&h.__esModule?h:{default:h}};Object.defineProperty(i,"__esModule",{value:!0}),i.getCoinValueInUsd=void 0;const u=f(s(425));i.getCoinValueInUsd=function(h){return l(this,void 0,void 0,function*(){try{return h==="ARS"?1/(yield u.default.get("https://dolarapi.com/v1/dolares/blue")).data.venta:["BTC","ETH","LTC","USDT"].includes(h)?(yield u.default.get("https://api.coincap.io/v2/assets")).data.data.find(d=>d.symbol===h).priceUsd:1/(yield u.default.get("https://v6.exchangerate-api.com/v6/65057543fdcbb1629e21c3a2/latest/USD")).data.conversion_rates[h]}catch{throw new Error(`Unable to get the value of ${h} at this time. Try again later.`)}})}},985:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.getNextDayStartDate=i.getPreviousDayStartDate=i.getCurrentDayStartDate=i.getNextMonthStartDate=i.getPreviousMonthStartDate=i.getCurrentMonthStartDate=i.getNextYearStartDate=i.getPreviousYearStartDate=i.getCurrentYearStartDate=void 0,i.getCurrentYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),0,1)},i.getPreviousYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear()-1,0,1)},i.getNextYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear()+1,0,1)},i.getCurrentMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),1)},i.getPreviousMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth()-1,1)},i.getNextMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth()+1,1)},i.getCurrentDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate())},i.getPreviousDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate()-1)},i.getNextDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate()+1)}},905:(n,i)=>{function s(l,f,u="round"){return Math[u](l/f)*f}Object.defineProperty(i,"__esModule",{value:!0}),i.roundDecimals=i.roundNumber=i.sumWithUnits=void 0,i.sumWithUnits=function(l,...f){var u;const h=((u=l.match(/[a-zA-Z%]+/))===null||u===void 0?void 0:u[0])||"";return`${[l,...f].reduce((d,m)=>d+parseFloat(m),0)}${h}`},i.roundNumber=s,i.roundDecimals=function(l,f=0,u="round"){return s(l,1/Math.pow(10,f),u)}},563:(n,i)=>{function s(u){return JSON.parse(JSON.stringify(u))}function l(u){return!(!u||typeof u!="object"||Array.isArray(u))}function f(u,h){for(const d in h)l(h[d])?(u[d]||(u[d]={}),f(u[d],h[d])):u[d]=h[d]}Object.defineProperty(i,"__esModule",{value:!0}),i.filterKeysDeep=i.filterKeys=i.mergeDeep=i.merge=i.isObject=i.removeProps=i.copyAvailableFields=i.cloneObjectProperties=void 0,i.cloneObjectProperties=s,i.copyAvailableFields=function u(h,d){if(h&&d)for(const m in d)d.hasOwnProperty(m)&&h.hasOwnProperty(m)&&(typeof d[m]=="object"&&d[m]!==null?u(h[m],d[m]):h[m]=d[m])},i.removeProps=function(u,h){const d=s(u);return(Array.isArray(h)?h:[h]).forEach(m=>delete d[m]),d},i.isObject=l,i.merge=f,i.mergeDeep=function(u,h){const d={};return f(d,u),f(d,h),d},i.filterKeys=function(u,h){const d={},m=Object.keys(u);for(const p of m)d[p]=h[p];return d},i.filterKeysDeep=function u(h,d){const m={},p=Object.keys(h);for(const v of p)l(h[v])&&l(d[v])?m[v]=u(h[v],d[v]):m[v]=d[v];return m}},849:(n,i)=>{function s(l){return l.replace(/([a-z])([A-Z])/g,"$1_$2").toLowerCase()}Object.defineProperty(i,"__esModule",{value:!0}),i.accentMap=i.generateCode=i.normalizeText=i.camelToKebab=i.camelToUpperSnake=i.camelToSnake=i.getFirstChartInUppercase=i.getFirstChartInLowercase=void 0,i.getFirstChartInLowercase=function(l){return`${l.charAt(0).toLowerCase()}${l.slice(1)}`},i.getFirstChartInUppercase=function(l){return`${l.charAt(0).toUpperCase()}${l.slice(1)}`},i.camelToSnake=s,i.camelToUpperSnake=function(l){return s(l).toUpperCase()},i.camelToKebab=function(l){return l.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([A-Z])([A-Z][a-z])/g,"$1-$2").replace(/([A-Z])/g,"-$1").replace(/^-/,"").replace(/-+/g,"-").toLowerCase()},i.normalizeText=function(l){return l.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase()},i.generateCode=function(l){const f=Math.pow(10,l-1),u=Math.pow(10,l)-1;return Math.floor(f+Math.random()*(u-f)).toString()},i.accentMap={a:"[aáàäâãå]",á:"[aáàäâãå]",à:"[aáàäâãå]",ä:"[aáàäâãå]",â:"[aáàäâãå]",ã:"[aáàäâãå]",å:"[aáàäâãå]",e:"[eéèëê]",é:"[eéèëê]",è:"[eéèëê]",ë:"[eéèëê]",ê:"[eéèëê]",i:"[iíìïî]",í:"[iíìïî]",ì:"[iíìïî]",ï:"[iíìïî]",î:"[iíìïî]",o:"[oóòöôõ]",ó:"[oóòöôõ]",ò:"[oóòöôõ]",ö:"[oóòöôõ]",ô:"[oóòöôõ]",õ:"[oóòöôõ]",u:"[uúùüû]",ú:"[uúùüû]",ù:"[uúùüû]",ü:"[uúùüû]",û:"[uúùüû]",n:"[nñ]",ñ:"[nñ]",c:"[cç]",ç:"[cç]"}},927:function(n,i,s){var l=this&&this.__createBinding||(Object.create?function(u,h,d,m){m===void 0&&(m=d);var p=Object.getOwnPropertyDescriptor(h,d);p&&!("get"in p?!h.__esModule:p.writable||p.configurable)||(p={enumerable:!0,get:function(){return h[d]}}),Object.defineProperty(u,m,p)}:function(u,h,d,m){m===void 0&&(m=d),u[m]=h[d]}),f=this&&this.__exportStar||function(u,h){for(var d in u)d==="default"||Object.prototype.hasOwnProperty.call(h,d)||l(h,u,d)};Object.defineProperty(i,"__esModule",{value:!0}),f(s(423),i),f(s(621),i),f(s(985),i),f(s(905),i),f(s(563),i),f(s(849),i),f(s(574),i)},574:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0})},425:(n,i,s)=>{function l(M,_){return function(){return M.apply(_,arguments)}}const{toString:f}=Object.prototype,{getPrototypeOf:u}=Object,h=(d=Object.create(null),M=>{const _=f.call(M);return d[_]||(d[_]=_.slice(8,-1).toLowerCase())});var d;const m=M=>(M=M.toLowerCase(),_=>h(_)===M),p=M=>_=>typeof _===M,{isArray:v}=Array,g=p("undefined"),x=m("ArrayBuffer"),z=p("string"),C=p("function"),b=p("number"),H=M=>M!==null&&typeof M=="object",V=M=>{if(h(M)!=="object")return!1;const _=u(M);return!(_!==null&&_!==Object.prototype&&Object.getPrototypeOf(_)!==null||Symbol.toStringTag in M||Symbol.iterator in M)},y=m("Date"),A=m("File"),E=m("Blob"),j=m("FileList"),F=m("URLSearchParams");function L(M,_,{allOwnKeys:N=!1}={}){if(M==null)return;let Y,J;if(typeof M!="object"&&(M=[M]),v(M))for(Y=0,J=M.length;Y<J;Y++)_.call(null,M[Y],Y,M);else{const a1=N?Object.getOwnPropertyNames(M):Object.keys(M),e1=a1.length;let m1;for(Y=0;Y<e1;Y++)m1=a1[Y],_.call(null,M[m1],m1,M)}}function R(M,_){_=_.toLowerCase();const N=Object.keys(M);let Y,J=N.length;for(;J-- >0;)if(Y=N[J],_===Y.toLowerCase())return Y;return null}const r1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:s.g,P=M=>!g(M)&&M!==r1,O=(q=typeof Uint8Array<"u"&&u(Uint8Array),M=>q&&M instanceof q);var q;const u1=m("HTMLFormElement"),K=(({hasOwnProperty:M})=>(_,N)=>M.call(_,N))(Object.prototype),v1=m("RegExp"),c1=(M,_)=>{const N=Object.getOwnPropertyDescriptors(M),Y={};L(N,(J,a1)=>{let e1;(e1=_(J,a1,M))!==!1&&(Y[a1]=e1||J)}),Object.defineProperties(M,Y)},S="abcdefghijklmnopqrstuvwxyz",k="0123456789",D={DIGIT:k,ALPHA:S,ALPHA_DIGIT:S+S.toUpperCase()+k},G=m("AsyncFunction");var B={isArray:v,isArrayBuffer:x,isBuffer:function(M){return M!==null&&!g(M)&&M.constructor!==null&&!g(M.constructor)&&C(M.constructor.isBuffer)&&M.constructor.isBuffer(M)},isFormData:M=>{let _;return M&&(typeof FormData=="function"&&M instanceof FormData||C(M.append)&&((_=h(M))==="formdata"||_==="object"&&C(M.toString)&&M.toString()==="[object FormData]"))},isArrayBufferView:function(M){let _;return _=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(M):M&&M.buffer&&x(M.buffer),_},isString:z,isNumber:b,isBoolean:M=>M===!0||M===!1,isObject:H,isPlainObject:V,isUndefined:g,isDate:y,isFile:A,isBlob:E,isRegExp:v1,isFunction:C,isStream:M=>H(M)&&C(M.pipe),isURLSearchParams:F,isTypedArray:O,isFileList:j,forEach:L,merge:function M(){const{caseless:_}=P(this)&&this||{},N={},Y=(J,a1)=>{const e1=_&&R(N,a1)||a1;V(N[e1])&&V(J)?N[e1]=M(N[e1],J):V(J)?N[e1]=M({},J):v(J)?N[e1]=J.slice():N[e1]=J};for(let J=0,a1=arguments.length;J<a1;J++)arguments[J]&&L(arguments[J],Y);return N},extend:(M,_,N,{allOwnKeys:Y}={})=>(L(_,(J,a1)=>{N&&C(J)?M[a1]=l(J,N):M[a1]=J},{allOwnKeys:Y}),M),trim:M=>M.trim?M.trim():M.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:M=>(M.charCodeAt(0)===65279&&(M=M.slice(1)),M),inherits:(M,_,N,Y)=>{M.prototype=Object.create(_.prototype,Y),M.prototype.constructor=M,Object.defineProperty(M,"super",{value:_.prototype}),N&&Object.assign(M.prototype,N)},toFlatObject:(M,_,N,Y)=>{let J,a1,e1;const m1={};if(_=_||{},M==null)return _;do{for(J=Object.getOwnPropertyNames(M),a1=J.length;a1-- >0;)e1=J[a1],Y&&!Y(e1,M,_)||m1[e1]||(_[e1]=M[e1],m1[e1]=!0);M=N!==!1&&u(M)}while(M&&(!N||N(M,_))&&M!==Object.prototype);return _},kindOf:h,kindOfTest:m,endsWith:(M,_,N)=>{M=String(M),(N===void 0||N>M.length)&&(N=M.length),N-=_.length;const Y=M.indexOf(_,N);return Y!==-1&&Y===N},toArray:M=>{if(!M)return null;if(v(M))return M;let _=M.length;if(!b(_))return null;const N=new Array(_);for(;_-- >0;)N[_]=M[_];return N},forEachEntry:(M,_)=>{const N=(M&&M[Symbol.iterator]).call(M);let Y;for(;(Y=N.next())&&!Y.done;){const J=Y.value;_.call(M,J[0],J[1])}},matchAll:(M,_)=>{let N;const Y=[];for(;(N=M.exec(_))!==null;)Y.push(N);return Y},isHTMLForm:u1,hasOwnProperty:K,hasOwnProp:K,reduceDescriptors:c1,freezeMethods:M=>{c1(M,(_,N)=>{if(C(M)&&["arguments","caller","callee"].indexOf(N)!==-1)return!1;const Y=M[N];C(Y)&&(_.enumerable=!1,"writable"in _?_.writable=!1:_.set||(_.set=()=>{throw Error("Can not rewrite read-only method '"+N+"'")}))})},toObjectSet:(M,_)=>{const N={},Y=J=>{J.forEach(a1=>{N[a1]=!0})};return v(M)?Y(M):Y(String(M).split(_)),N},toCamelCase:M=>M.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(_,N,Y){return N.toUpperCase()+Y}),noop:()=>{},toFiniteNumber:(M,_)=>(M=+M,Number.isFinite(M)?M:_),findKey:R,global:r1,isContextDefined:P,ALPHABET:D,generateString:(M=16,_=D.ALPHA_DIGIT)=>{let N="";const{length:Y}=_;for(;M--;)N+=_[Math.random()*Y|0];return N},isSpecCompliantForm:function(M){return!!(M&&C(M.append)&&M[Symbol.toStringTag]==="FormData"&&M[Symbol.iterator])},toJSONObject:M=>{const _=new Array(10),N=(Y,J)=>{if(H(Y)){if(_.indexOf(Y)>=0)return;if(!("toJSON"in Y)){_[J]=Y;const a1=v(Y)?[]:{};return L(Y,(e1,m1)=>{const b1=N(e1,J+1);!g(b1)&&(a1[m1]=b1)}),_[J]=void 0,a1}}return Y};return N(M,0)},isAsyncFn:G,isThenable:M=>M&&(H(M)||C(M))&&C(M.then)&&C(M.catch)};function U(M,_,N,Y,J){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=M,this.name="AxiosError",_&&(this.code=_),N&&(this.config=N),Y&&(this.request=Y),J&&(this.response=J)}B.inherits(U,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:B.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const p1=U.prototype,M1={};function n1(M){return B.isPlainObject(M)||B.isArray(M)}function C1(M){return B.endsWith(M,"[]")?M.slice(0,-2):M}function w(M,_,N){return M?M.concat(_).map(function(Y,J){return Y=C1(Y),!N&&J?"["+Y+"]":Y}).join(N?".":""):_}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(M=>{M1[M]={value:M}}),Object.defineProperties(U,M1),Object.defineProperty(p1,"isAxiosError",{value:!0}),U.from=(M,_,N,Y,J,a1)=>{const e1=Object.create(p1);return B.toFlatObject(M,e1,function(m1){return m1!==Error.prototype},m1=>m1!=="isAxiosError"),U.call(e1,M.message,_,N,Y,J),e1.cause=M,e1.name=M.name,a1&&Object.assign(e1,a1),e1};const z1=B.toFlatObject(B,{},null,function(M){return/^is[A-Z]/.test(M)});function V1(M,_,N){if(!B.isObject(M))throw new TypeError("target must be an object");_=_||new FormData;const Y=(N=B.toFlatObject(N,{metaTokens:!0,dots:!1,indexes:!1},!1,function(P1,Q1){return!B.isUndefined(Q1[P1])})).metaTokens,J=N.visitor||w1,a1=N.dots,e1=N.indexes,m1=(N.Blob||typeof Blob<"u"&&Blob)&&B.isSpecCompliantForm(_);if(!B.isFunction(J))throw new TypeError("visitor must be a function");function b1(P1){if(P1===null)return"";if(B.isDate(P1))return P1.toISOString();if(!m1&&B.isBlob(P1))throw new U("Blob is not supported. Use a Buffer instead.");return B.isArrayBuffer(P1)||B.isTypedArray(P1)?m1&&typeof Blob=="function"?new Blob([P1]):Buffer.from(P1):P1}function w1(P1,Q1,E1){let J1=P1;if(P1&&!E1&&typeof P1=="object"){if(B.endsWith(Q1,"{}"))Q1=Y?Q1:Q1.slice(0,-2),P1=JSON.stringify(P1);else if(B.isArray(P1)&&function(H2){return B.isArray(H2)&&!H2.some(n1)}(P1)||(B.isFileList(P1)||B.endsWith(Q1,"[]"))&&(J1=B.toArray(P1)))return Q1=C1(Q1),J1.forEach(function(H2,K2){!B.isUndefined(H2)&&H2!==null&&_.append(e1===!0?w([Q1],K2,a1):e1===null?Q1:Q1+"[]",b1(H2))}),!1}return!!n1(P1)||(_.append(w(E1,Q1,a1),b1(P1)),!1)}const x1=[],F1=Object.assign(z1,{defaultVisitor:w1,convertValue:b1,isVisitable:n1});if(!B.isObject(M))throw new TypeError("data must be an object");return function P1(Q1,E1){if(!B.isUndefined(Q1)){if(x1.indexOf(Q1)!==-1)throw Error("Circular reference detected in "+E1.join("."));x1.push(Q1),B.forEach(Q1,function(J1,H2){(!(B.isUndefined(J1)||J1===null)&&J.call(_,J1,B.isString(H2)?H2.trim():H2,E1,F1))===!0&&P1(J1,E1?E1.concat(H2):[H2])}),x1.pop()}}(M),_}function h1(M){const _={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(M).replace(/[!'()~]|%20|%00/g,function(N){return _[N]})}function t1(M,_){this._pairs=[],M&&V1(M,this,_)}const i1=t1.prototype;function A1(M){return encodeURIComponent(M).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function W1(M,_,N){if(!_)return M;const Y=N&&N.encode||A1,J=N&&N.serialize;let a1;if(a1=J?J(_,N):B.isURLSearchParams(_)?_.toString():new t1(_,N).toString(Y),a1){const e1=M.indexOf("#");e1!==-1&&(M=M.slice(0,e1)),M+=(M.indexOf("?")===-1?"?":"&")+a1}return M}i1.append=function(M,_){this._pairs.push([M,_])},i1.toString=function(M){const _=M?function(N){return M.call(this,N,h1)}:h1;return this._pairs.map(function(N){return _(N[0])+"="+_(N[1])},"").join("&")};var $1=class{constructor(){this.handlers=[]}use(M,_,N){return this.handlers.push({fulfilled:M,rejected:_,synchronous:!!N&&N.synchronous,runWhen:N?N.runWhen:null}),this.handlers.length-1}eject(M){this.handlers[M]&&(this.handlers[M]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(M){B.forEach(this.handlers,function(_){_!==null&&M(_)})}},L1={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},y3={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:t1,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]};const B2=typeof window<"u"&&typeof document<"u",h3=(b3=typeof navigator<"u"&&navigator.product,B2&&["ReactNative","NativeScript","NS"].indexOf(b3)<0);var b3;const E2=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function";var $2={...Object.freeze({__proto__:null,hasBrowserEnv:B2,hasStandardBrowserWebWorkerEnv:E2,hasStandardBrowserEnv:h3}),...y3};function U2(M){function _(N,Y,J,a1){let e1=N[a1++];if(e1==="__proto__")return!0;const m1=Number.isFinite(+e1),b1=a1>=N.length;return e1=!e1&&B.isArray(J)?J.length:e1,b1?(B.hasOwnProp(J,e1)?J[e1]=[J[e1],Y]:J[e1]=Y,!m1):(J[e1]&&B.isObject(J[e1])||(J[e1]=[]),_(N,Y,J[e1],a1)&&B.isArray(J[e1])&&(J[e1]=function(w1){const x1={},F1=Object.keys(w1);let P1;const Q1=F1.length;let E1;for(P1=0;P1<Q1;P1++)E1=F1[P1],x1[E1]=w1[E1];return x1}(J[e1])),!m1)}if(B.isFormData(M)&&B.isFunction(M.entries)){const N={};return B.forEachEntry(M,(Y,J)=>{_(function(a1){return B.matchAll(/\w+|\[(\w*)]/g,a1).map(e1=>e1[0]==="[]"?"":e1[1]||e1[0])}(Y),J,N,0)}),N}return null}const d3={transitional:L1,adapter:["xhr","http"],transformRequest:[function(M,_){const N=_.getContentType()||"",Y=N.indexOf("application/json")>-1,J=B.isObject(M);if(J&&B.isHTMLForm(M)&&(M=new FormData(M)),B.isFormData(M))return Y?JSON.stringify(U2(M)):M;if(B.isArrayBuffer(M)||B.isBuffer(M)||B.isStream(M)||B.isFile(M)||B.isBlob(M))return M;if(B.isArrayBufferView(M))return M.buffer;if(B.isURLSearchParams(M))return _.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),M.toString();let a1;if(J){if(N.indexOf("application/x-www-form-urlencoded")>-1)return function(e1,m1){return V1(e1,new $2.classes.URLSearchParams,Object.assign({visitor:function(b1,w1,x1,F1){return $2.isNode&&B.isBuffer(b1)?(this.append(w1,b1.toString("base64")),!1):F1.defaultVisitor.apply(this,arguments)}},m1))}(M,this.formSerializer).toString();if((a1=B.isFileList(M))||N.indexOf("multipart/form-data")>-1){const e1=this.env&&this.env.FormData;return V1(a1?{"files[]":M}:M,e1&&new e1,this.formSerializer)}}return J||Y?(_.setContentType("application/json",!1),function(e1,m1,b1){if(B.isString(e1))try{return(0,JSON.parse)(e1),B.trim(e1)}catch(w1){if(w1.name!=="SyntaxError")throw w1}return(0,JSON.stringify)(e1)}(M)):M}],transformResponse:[function(M){const _=this.transitional||d3.transitional,N=_&&_.forcedJSONParsing,Y=this.responseType==="json";if(M&&B.isString(M)&&(N&&!this.responseType||Y)){const J=!(_&&_.silentJSONParsing)&&Y;try{return JSON.parse(M)}catch(a1){if(J)throw a1.name==="SyntaxError"?U.from(a1,U.ERR_BAD_RESPONSE,this,null,this.response):a1}}return M}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:$2.classes.FormData,Blob:$2.classes.Blob},validateStatus:function(M){return M>=200&&M<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};B.forEach(["delete","get","head","post","put","patch"],M=>{d3.headers[M]={}});var U1=d3;const C2=B.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),m3=Symbol("internals");function p2(M){return M&&String(M).trim().toLowerCase()}function T3(M){return M===!1||M==null?M:B.isArray(M)?M.map(T3):String(M)}function ne(M,_,N,Y,J){return B.isFunction(Y)?Y.call(this,_,N):(J&&(_=N),B.isString(_)?B.isString(Y)?_.indexOf(Y)!==-1:B.isRegExp(Y)?Y.test(_):void 0:void 0)}class l1{constructor(_){_&&this.set(_)}set(_,N,Y){const J=this;function a1(m1,b1,w1){const x1=p2(b1);if(!x1)throw new Error("header name must be a non-empty string");const F1=B.findKey(J,x1);(!F1||J[F1]===void 0||w1===!0||w1===void 0&&J[F1]!==!1)&&(J[F1||b1]=T3(m1))}const e1=(m1,b1)=>B.forEach(m1,(w1,x1)=>a1(w1,x1,b1));return B.isPlainObject(_)||_ instanceof this.constructor?e1(_,N):B.isString(_)&&(_=_.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(_.trim())?e1((m1=>{const b1={};let w1,x1,F1;return m1&&m1.split(`
1
+ "use strict";var DS=Object.defineProperty;var BS=(e,t,a)=>t in e?DS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a;var o1=(e,t,a)=>(BS(e,typeof t!="symbol"?t+"":t,a),a);Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),Kt=require("vue-router"),Z4=require("pinia"),OS={first:{light:"#1f1f1f",dark:"#f5f5f5",contrast:{light:"#fcfcfc",dark:"#202020"}},second:{light:"#2e2e2e",dark:"#e5e5e5",contrast:{light:"#f4f4f4",dark:"#282828"}},third:{light:"#494949",dark:"#d5d5d5",contrast:{light:"#ececec",dark:"#2a2a2a"}},primary:{light:"#218c5a",dark:"#218c5a",contrast:{light:"#ffffff",dark:"#ffffff"}},secondary:{light:"#218c5a",dark:"#218c5a",contrast:{light:"#ffffff",dark:"#ffffff"}},success:{light:"#4caf50",dark:"#6bbf55",contrast:{light:"#ffffff",dark:"#ffffff"}},warning:{light:"#ff9800",dark:"#ff8f1f",contrast:{light:"#ffffff",dark:"#ffffff"}},danger:{light:"#f44336",dark:"#ff5e50",contrast:{light:"#ffffff",dark:"#ffffff"}},grey:{light:"#6d6d6d",dark:"#4a4a4a",contrast:{light:"#ffffff",dark:"#ffffff"}},red:{light:"#e91e63",dark:"#e64a77",contrast:{light:"#ffffff",dark:"#ffffff"}},purple:{light:"#9c27b0",dark:"#8e24aa",contrast:{light:"#ffffff",dark:"#ffffff"}},sky:{light:"#00acc1",dark:"#40c4ff",contrast:{light:"#ffffff",dark:"#ffffff"}},aqua:{light:"#00bcd4",dark:"#4db6ac",contrast:{light:"#ffffff",dark:"#ffffff"}},beige:{light:"#f4e1a1",dark:"#ffd54f",contrast:{light:"#ffffff",dark:"#ffffff"}},info:{light:"#039be5",dark:"#29b6f6",contrast:{light:"#ffffff",dark:"#ffffff"}},link:{light:"#1976d2",dark:"#2196f3",contrast:{light:"#ffffff",dark:"#ffffff"}},error:{light:"#d32f2f",dark:"#f44336",contrast:{light:"#ffffff",dark:"#ffffff"}},overlay:{light:"#00000080",dark:"#00000055",contrast:{light:"#ffffff",dark:"#ffffff"}}},zm={coralPink:"#ff6b6b",warmOrange:"#ff8855",mandarinOrange:"#ffb76a",cornYellow:"#ffd54d",oliveGreen:"#7a7f42",pistachioGreen:"#a6c566",aquaMarine:"#5fd4bb",polarMint:"#80c9b4",arcticBlue:"#7fafdd",ceruleanBlue:"#007ba2",cobaltBlue:"#005493",smokyGray:"#5f6d6e",ashGray:"#a1b1b5",softMauve:"#b495c8",orchidPurple:"#c66cc6"};var Mm={exports:{}};(function(e,t){(function(a,r){e.exports=r()})(self,()=>(()=>{var a={423:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.removeDuplicateItems=void 0,i.removeDuplicateItems=function(s,l="id"){return s.filter((f,u,h)=>u===h.findIndex(d=>d[l]===f[l]))}},621:function(n,i,s){var l=this&&this.__awaiter||function(h,d,m,p){return new(m||(m=Promise))(function(v,g){function x(b){try{C(p.next(b))}catch(H){g(H)}}function z(b){try{C(p.throw(b))}catch(H){g(H)}}function C(b){var H;b.done?v(b.value):(H=b.value,H instanceof m?H:new m(function(V){V(H)})).then(x,z)}C((p=p.apply(h,d||[])).next())})},f=this&&this.__importDefault||function(h){return h&&h.__esModule?h:{default:h}};Object.defineProperty(i,"__esModule",{value:!0}),i.getCoinValueInUsd=void 0;const u=f(s(425));i.getCoinValueInUsd=function(h){return l(this,void 0,void 0,function*(){try{return h==="ARS"?1/(yield u.default.get("https://dolarapi.com/v1/dolares/blue")).data.venta:["BTC","ETH","LTC","USDT"].includes(h)?(yield u.default.get("https://api.coincap.io/v2/assets")).data.data.find(d=>d.symbol===h).priceUsd:1/(yield u.default.get("https://v6.exchangerate-api.com/v6/65057543fdcbb1629e21c3a2/latest/USD")).data.conversion_rates[h]}catch{throw new Error(`Unable to get the value of ${h} at this time. Try again later.`)}})}},985:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0}),i.getNextDayStartDate=i.getPreviousDayStartDate=i.getCurrentDayStartDate=i.getNextMonthStartDate=i.getPreviousMonthStartDate=i.getCurrentMonthStartDate=i.getNextYearStartDate=i.getPreviousYearStartDate=i.getCurrentYearStartDate=void 0,i.getCurrentYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),0,1)},i.getPreviousYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear()-1,0,1)},i.getNextYearStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear()+1,0,1)},i.getCurrentMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),1)},i.getPreviousMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth()-1,1)},i.getNextMonthStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth()+1,1)},i.getCurrentDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate())},i.getPreviousDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate()-1)},i.getNextDayStartDate=function(s){const l=s||new Date;return new Date(l.getFullYear(),l.getMonth(),l.getDate()+1)}},905:(n,i)=>{function s(l,f,u="round"){return Math[u](l/f)*f}Object.defineProperty(i,"__esModule",{value:!0}),i.roundDecimals=i.roundNumber=i.sumWithUnits=void 0,i.sumWithUnits=function(l,...f){var u;const h=((u=l.match(/[a-zA-Z%]+/))===null||u===void 0?void 0:u[0])||"";return`${[l,...f].reduce((d,m)=>d+parseFloat(m),0)}${h}`},i.roundNumber=s,i.roundDecimals=function(l,f=0,u="round"){return s(l,1/Math.pow(10,f),u)}},563:(n,i)=>{function s(u){return JSON.parse(JSON.stringify(u))}function l(u){return!(!u||typeof u!="object"||Array.isArray(u))}function f(u,h){for(const d in h)l(h[d])?(u[d]||(u[d]={}),f(u[d],h[d])):u[d]=h[d]}Object.defineProperty(i,"__esModule",{value:!0}),i.filterKeysDeep=i.filterKeys=i.mergeDeep=i.merge=i.isObject=i.removeProps=i.copyAvailableFields=i.cloneObjectProperties=void 0,i.cloneObjectProperties=s,i.copyAvailableFields=function u(h,d){if(h&&d)for(const m in d)d.hasOwnProperty(m)&&h.hasOwnProperty(m)&&(typeof d[m]=="object"&&d[m]!==null?u(h[m],d[m]):h[m]=d[m])},i.removeProps=function(u,h){const d=s(u);return(Array.isArray(h)?h:[h]).forEach(m=>delete d[m]),d},i.isObject=l,i.merge=f,i.mergeDeep=function(u,h){const d={};return f(d,u),f(d,h),d},i.filterKeys=function(u,h){const d={},m=Object.keys(u);for(const p of m)d[p]=h[p];return d},i.filterKeysDeep=function u(h,d){const m={},p=Object.keys(h);for(const v of p)l(h[v])&&l(d[v])?m[v]=u(h[v],d[v]):m[v]=d[v];return m}},849:(n,i)=>{function s(l){return l.replace(/([a-z])([A-Z])/g,"$1_$2").toLowerCase()}Object.defineProperty(i,"__esModule",{value:!0}),i.accentMap=i.generateCode=i.normalizeText=i.camelToKebab=i.camelToUpperSnake=i.camelToSnake=i.getFirstChartInUppercase=i.getFirstChartInLowercase=void 0,i.getFirstChartInLowercase=function(l){return`${l.charAt(0).toLowerCase()}${l.slice(1)}`},i.getFirstChartInUppercase=function(l){return`${l.charAt(0).toUpperCase()}${l.slice(1)}`},i.camelToSnake=s,i.camelToUpperSnake=function(l){return s(l).toUpperCase()},i.camelToKebab=function(l){return l.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([A-Z])([A-Z][a-z])/g,"$1-$2").replace(/([A-Z])/g,"-$1").replace(/^-/,"").replace(/-+/g,"-").toLowerCase()},i.normalizeText=function(l){return l.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase()},i.generateCode=function(l){const f=Math.pow(10,l-1),u=Math.pow(10,l)-1;return Math.floor(f+Math.random()*(u-f)).toString()},i.accentMap={a:"[aáàäâãå]",á:"[aáàäâãå]",à:"[aáàäâãå]",ä:"[aáàäâãå]",â:"[aáàäâãå]",ã:"[aáàäâãå]",å:"[aáàäâãå]",e:"[eéèëê]",é:"[eéèëê]",è:"[eéèëê]",ë:"[eéèëê]",ê:"[eéèëê]",i:"[iíìïî]",í:"[iíìïî]",ì:"[iíìïî]",ï:"[iíìïî]",î:"[iíìïî]",o:"[oóòöôõ]",ó:"[oóòöôõ]",ò:"[oóòöôõ]",ö:"[oóòöôõ]",ô:"[oóòöôõ]",õ:"[oóòöôõ]",u:"[uúùüû]",ú:"[uúùüû]",ù:"[uúùüû]",ü:"[uúùüû]",û:"[uúùüû]",n:"[nñ]",ñ:"[nñ]",c:"[cç]",ç:"[cç]"}},927:function(n,i,s){var l=this&&this.__createBinding||(Object.create?function(u,h,d,m){m===void 0&&(m=d);var p=Object.getOwnPropertyDescriptor(h,d);p&&!("get"in p?!h.__esModule:p.writable||p.configurable)||(p={enumerable:!0,get:function(){return h[d]}}),Object.defineProperty(u,m,p)}:function(u,h,d,m){m===void 0&&(m=d),u[m]=h[d]}),f=this&&this.__exportStar||function(u,h){for(var d in u)d==="default"||Object.prototype.hasOwnProperty.call(h,d)||l(h,u,d)};Object.defineProperty(i,"__esModule",{value:!0}),f(s(423),i),f(s(621),i),f(s(985),i),f(s(905),i),f(s(563),i),f(s(849),i),f(s(574),i)},574:(n,i)=>{Object.defineProperty(i,"__esModule",{value:!0})},425:(n,i,s)=>{function l(M,_){return function(){return M.apply(_,arguments)}}const{toString:f}=Object.prototype,{getPrototypeOf:u}=Object,h=(d=Object.create(null),M=>{const _=f.call(M);return d[_]||(d[_]=_.slice(8,-1).toLowerCase())});var d;const m=M=>(M=M.toLowerCase(),_=>h(_)===M),p=M=>_=>typeof _===M,{isArray:v}=Array,g=p("undefined"),x=m("ArrayBuffer"),z=p("string"),C=p("function"),b=p("number"),H=M=>M!==null&&typeof M=="object",V=M=>{if(h(M)!=="object")return!1;const _=u(M);return!(_!==null&&_!==Object.prototype&&Object.getPrototypeOf(_)!==null||Symbol.toStringTag in M||Symbol.iterator in M)},y=m("Date"),A=m("File"),E=m("Blob"),j=m("FileList"),F=m("URLSearchParams");function L(M,_,{allOwnKeys:N=!1}={}){if(M==null)return;let Y,J;if(typeof M!="object"&&(M=[M]),v(M))for(Y=0,J=M.length;Y<J;Y++)_.call(null,M[Y],Y,M);else{const a1=N?Object.getOwnPropertyNames(M):Object.keys(M),e1=a1.length;let m1;for(Y=0;Y<e1;Y++)m1=a1[Y],_.call(null,M[m1],m1,M)}}function R(M,_){_=_.toLowerCase();const N=Object.keys(M);let Y,J=N.length;for(;J-- >0;)if(Y=N[J],_===Y.toLowerCase())return Y;return null}const r1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:s.g,P=M=>!g(M)&&M!==r1,O=(q=typeof Uint8Array<"u"&&u(Uint8Array),M=>q&&M instanceof q);var q;const u1=m("HTMLFormElement"),K=(({hasOwnProperty:M})=>(_,N)=>M.call(_,N))(Object.prototype),v1=m("RegExp"),c1=(M,_)=>{const N=Object.getOwnPropertyDescriptors(M),Y={};L(N,(J,a1)=>{let e1;(e1=_(J,a1,M))!==!1&&(Y[a1]=e1||J)}),Object.defineProperties(M,Y)},S="abcdefghijklmnopqrstuvwxyz",k="0123456789",D={DIGIT:k,ALPHA:S,ALPHA_DIGIT:S+S.toUpperCase()+k},G=m("AsyncFunction");var B={isArray:v,isArrayBuffer:x,isBuffer:function(M){return M!==null&&!g(M)&&M.constructor!==null&&!g(M.constructor)&&C(M.constructor.isBuffer)&&M.constructor.isBuffer(M)},isFormData:M=>{let _;return M&&(typeof FormData=="function"&&M instanceof FormData||C(M.append)&&((_=h(M))==="formdata"||_==="object"&&C(M.toString)&&M.toString()==="[object FormData]"))},isArrayBufferView:function(M){let _;return _=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(M):M&&M.buffer&&x(M.buffer),_},isString:z,isNumber:b,isBoolean:M=>M===!0||M===!1,isObject:H,isPlainObject:V,isUndefined:g,isDate:y,isFile:A,isBlob:E,isRegExp:v1,isFunction:C,isStream:M=>H(M)&&C(M.pipe),isURLSearchParams:F,isTypedArray:O,isFileList:j,forEach:L,merge:function M(){const{caseless:_}=P(this)&&this||{},N={},Y=(J,a1)=>{const e1=_&&R(N,a1)||a1;V(N[e1])&&V(J)?N[e1]=M(N[e1],J):V(J)?N[e1]=M({},J):v(J)?N[e1]=J.slice():N[e1]=J};for(let J=0,a1=arguments.length;J<a1;J++)arguments[J]&&L(arguments[J],Y);return N},extend:(M,_,N,{allOwnKeys:Y}={})=>(L(_,(J,a1)=>{N&&C(J)?M[a1]=l(J,N):M[a1]=J},{allOwnKeys:Y}),M),trim:M=>M.trim?M.trim():M.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:M=>(M.charCodeAt(0)===65279&&(M=M.slice(1)),M),inherits:(M,_,N,Y)=>{M.prototype=Object.create(_.prototype,Y),M.prototype.constructor=M,Object.defineProperty(M,"super",{value:_.prototype}),N&&Object.assign(M.prototype,N)},toFlatObject:(M,_,N,Y)=>{let J,a1,e1;const m1={};if(_=_||{},M==null)return _;do{for(J=Object.getOwnPropertyNames(M),a1=J.length;a1-- >0;)e1=J[a1],Y&&!Y(e1,M,_)||m1[e1]||(_[e1]=M[e1],m1[e1]=!0);M=N!==!1&&u(M)}while(M&&(!N||N(M,_))&&M!==Object.prototype);return _},kindOf:h,kindOfTest:m,endsWith:(M,_,N)=>{M=String(M),(N===void 0||N>M.length)&&(N=M.length),N-=_.length;const Y=M.indexOf(_,N);return Y!==-1&&Y===N},toArray:M=>{if(!M)return null;if(v(M))return M;let _=M.length;if(!b(_))return null;const N=new Array(_);for(;_-- >0;)N[_]=M[_];return N},forEachEntry:(M,_)=>{const N=(M&&M[Symbol.iterator]).call(M);let Y;for(;(Y=N.next())&&!Y.done;){const J=Y.value;_.call(M,J[0],J[1])}},matchAll:(M,_)=>{let N;const Y=[];for(;(N=M.exec(_))!==null;)Y.push(N);return Y},isHTMLForm:u1,hasOwnProperty:K,hasOwnProp:K,reduceDescriptors:c1,freezeMethods:M=>{c1(M,(_,N)=>{if(C(M)&&["arguments","caller","callee"].indexOf(N)!==-1)return!1;const Y=M[N];C(Y)&&(_.enumerable=!1,"writable"in _?_.writable=!1:_.set||(_.set=()=>{throw Error("Can not rewrite read-only method '"+N+"'")}))})},toObjectSet:(M,_)=>{const N={},Y=J=>{J.forEach(a1=>{N[a1]=!0})};return v(M)?Y(M):Y(String(M).split(_)),N},toCamelCase:M=>M.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(_,N,Y){return N.toUpperCase()+Y}),noop:()=>{},toFiniteNumber:(M,_)=>(M=+M,Number.isFinite(M)?M:_),findKey:R,global:r1,isContextDefined:P,ALPHABET:D,generateString:(M=16,_=D.ALPHA_DIGIT)=>{let N="";const{length:Y}=_;for(;M--;)N+=_[Math.random()*Y|0];return N},isSpecCompliantForm:function(M){return!!(M&&C(M.append)&&M[Symbol.toStringTag]==="FormData"&&M[Symbol.iterator])},toJSONObject:M=>{const _=new Array(10),N=(Y,J)=>{if(H(Y)){if(_.indexOf(Y)>=0)return;if(!("toJSON"in Y)){_[J]=Y;const a1=v(Y)?[]:{};return L(Y,(e1,m1)=>{const b1=N(e1,J+1);!g(b1)&&(a1[m1]=b1)}),_[J]=void 0,a1}}return Y};return N(M,0)},isAsyncFn:G,isThenable:M=>M&&(H(M)||C(M))&&C(M.then)&&C(M.catch)};function U(M,_,N,Y,J){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=M,this.name="AxiosError",_&&(this.code=_),N&&(this.config=N),Y&&(this.request=Y),J&&(this.response=J)}B.inherits(U,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:B.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const p1=U.prototype,M1={};function n1(M){return B.isPlainObject(M)||B.isArray(M)}function C1(M){return B.endsWith(M,"[]")?M.slice(0,-2):M}function w(M,_,N){return M?M.concat(_).map(function(Y,J){return Y=C1(Y),!N&&J?"["+Y+"]":Y}).join(N?".":""):_}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(M=>{M1[M]={value:M}}),Object.defineProperties(U,M1),Object.defineProperty(p1,"isAxiosError",{value:!0}),U.from=(M,_,N,Y,J,a1)=>{const e1=Object.create(p1);return B.toFlatObject(M,e1,function(m1){return m1!==Error.prototype},m1=>m1!=="isAxiosError"),U.call(e1,M.message,_,N,Y,J),e1.cause=M,e1.name=M.name,a1&&Object.assign(e1,a1),e1};const z1=B.toFlatObject(B,{},null,function(M){return/^is[A-Z]/.test(M)});function V1(M,_,N){if(!B.isObject(M))throw new TypeError("target must be an object");_=_||new FormData;const Y=(N=B.toFlatObject(N,{metaTokens:!0,dots:!1,indexes:!1},!1,function(P1,Q1){return!B.isUndefined(Q1[P1])})).metaTokens,J=N.visitor||w1,a1=N.dots,e1=N.indexes,m1=(N.Blob||typeof Blob<"u"&&Blob)&&B.isSpecCompliantForm(_);if(!B.isFunction(J))throw new TypeError("visitor must be a function");function b1(P1){if(P1===null)return"";if(B.isDate(P1))return P1.toISOString();if(!m1&&B.isBlob(P1))throw new U("Blob is not supported. Use a Buffer instead.");return B.isArrayBuffer(P1)||B.isTypedArray(P1)?m1&&typeof Blob=="function"?new Blob([P1]):Buffer.from(P1):P1}function w1(P1,Q1,E1){let J1=P1;if(P1&&!E1&&typeof P1=="object"){if(B.endsWith(Q1,"{}"))Q1=Y?Q1:Q1.slice(0,-2),P1=JSON.stringify(P1);else if(B.isArray(P1)&&function(H2){return B.isArray(H2)&&!H2.some(n1)}(P1)||(B.isFileList(P1)||B.endsWith(Q1,"[]"))&&(J1=B.toArray(P1)))return Q1=C1(Q1),J1.forEach(function(H2,K2){!B.isUndefined(H2)&&H2!==null&&_.append(e1===!0?w([Q1],K2,a1):e1===null?Q1:Q1+"[]",b1(H2))}),!1}return!!n1(P1)||(_.append(w(E1,Q1,a1),b1(P1)),!1)}const x1=[],F1=Object.assign(z1,{defaultVisitor:w1,convertValue:b1,isVisitable:n1});if(!B.isObject(M))throw new TypeError("data must be an object");return function P1(Q1,E1){if(!B.isUndefined(Q1)){if(x1.indexOf(Q1)!==-1)throw Error("Circular reference detected in "+E1.join("."));x1.push(Q1),B.forEach(Q1,function(J1,H2){(!(B.isUndefined(J1)||J1===null)&&J.call(_,J1,B.isString(H2)?H2.trim():H2,E1,F1))===!0&&P1(J1,E1?E1.concat(H2):[H2])}),x1.pop()}}(M),_}function h1(M){const _={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(M).replace(/[!'()~]|%20|%00/g,function(N){return _[N]})}function t1(M,_){this._pairs=[],M&&V1(M,this,_)}const i1=t1.prototype;function A1(M){return encodeURIComponent(M).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function W1(M,_,N){if(!_)return M;const Y=N&&N.encode||A1,J=N&&N.serialize;let a1;if(a1=J?J(_,N):B.isURLSearchParams(_)?_.toString():new t1(_,N).toString(Y),a1){const e1=M.indexOf("#");e1!==-1&&(M=M.slice(0,e1)),M+=(M.indexOf("?")===-1?"?":"&")+a1}return M}i1.append=function(M,_){this._pairs.push([M,_])},i1.toString=function(M){const _=M?function(N){return M.call(this,N,h1)}:h1;return this._pairs.map(function(N){return _(N[0])+"="+_(N[1])},"").join("&")};var $1=class{constructor(){this.handlers=[]}use(M,_,N){return this.handlers.push({fulfilled:M,rejected:_,synchronous:!!N&&N.synchronous,runWhen:N?N.runWhen:null}),this.handlers.length-1}eject(M){this.handlers[M]&&(this.handlers[M]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(M){B.forEach(this.handlers,function(_){_!==null&&M(_)})}},L1={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},y3={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:t1,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]};const B2=typeof window<"u"&&typeof document<"u",h3=(b3=typeof navigator<"u"&&navigator.product,B2&&["ReactNative","NativeScript","NS"].indexOf(b3)<0);var b3;const E2=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function";var $2={...Object.freeze({__proto__:null,hasBrowserEnv:B2,hasStandardBrowserWebWorkerEnv:E2,hasStandardBrowserEnv:h3}),...y3};function U2(M){function _(N,Y,J,a1){let e1=N[a1++];if(e1==="__proto__")return!0;const m1=Number.isFinite(+e1),b1=a1>=N.length;return e1=!e1&&B.isArray(J)?J.length:e1,b1?(B.hasOwnProp(J,e1)?J[e1]=[J[e1],Y]:J[e1]=Y,!m1):(J[e1]&&B.isObject(J[e1])||(J[e1]=[]),_(N,Y,J[e1],a1)&&B.isArray(J[e1])&&(J[e1]=function(w1){const x1={},F1=Object.keys(w1);let P1;const Q1=F1.length;let E1;for(P1=0;P1<Q1;P1++)E1=F1[P1],x1[E1]=w1[E1];return x1}(J[e1])),!m1)}if(B.isFormData(M)&&B.isFunction(M.entries)){const N={};return B.forEachEntry(M,(Y,J)=>{_(function(a1){return B.matchAll(/\w+|\[(\w*)]/g,a1).map(e1=>e1[0]==="[]"?"":e1[1]||e1[0])}(Y),J,N,0)}),N}return null}const d3={transitional:L1,adapter:["xhr","http"],transformRequest:[function(M,_){const N=_.getContentType()||"",Y=N.indexOf("application/json")>-1,J=B.isObject(M);if(J&&B.isHTMLForm(M)&&(M=new FormData(M)),B.isFormData(M))return Y?JSON.stringify(U2(M)):M;if(B.isArrayBuffer(M)||B.isBuffer(M)||B.isStream(M)||B.isFile(M)||B.isBlob(M))return M;if(B.isArrayBufferView(M))return M.buffer;if(B.isURLSearchParams(M))return _.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),M.toString();let a1;if(J){if(N.indexOf("application/x-www-form-urlencoded")>-1)return function(e1,m1){return V1(e1,new $2.classes.URLSearchParams,Object.assign({visitor:function(b1,w1,x1,F1){return $2.isNode&&B.isBuffer(b1)?(this.append(w1,b1.toString("base64")),!1):F1.defaultVisitor.apply(this,arguments)}},m1))}(M,this.formSerializer).toString();if((a1=B.isFileList(M))||N.indexOf("multipart/form-data")>-1){const e1=this.env&&this.env.FormData;return V1(a1?{"files[]":M}:M,e1&&new e1,this.formSerializer)}}return J||Y?(_.setContentType("application/json",!1),function(e1,m1,b1){if(B.isString(e1))try{return(0,JSON.parse)(e1),B.trim(e1)}catch(w1){if(w1.name!=="SyntaxError")throw w1}return(0,JSON.stringify)(e1)}(M)):M}],transformResponse:[function(M){const _=this.transitional||d3.transitional,N=_&&_.forcedJSONParsing,Y=this.responseType==="json";if(M&&B.isString(M)&&(N&&!this.responseType||Y)){const J=!(_&&_.silentJSONParsing)&&Y;try{return JSON.parse(M)}catch(a1){if(J)throw a1.name==="SyntaxError"?U.from(a1,U.ERR_BAD_RESPONSE,this,null,this.response):a1}}return M}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:$2.classes.FormData,Blob:$2.classes.Blob},validateStatus:function(M){return M>=200&&M<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};B.forEach(["delete","get","head","post","put","patch"],M=>{d3.headers[M]={}});var U1=d3;const C2=B.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),m3=Symbol("internals");function p2(M){return M&&String(M).trim().toLowerCase()}function T3(M){return M===!1||M==null?M:B.isArray(M)?M.map(T3):String(M)}function ne(M,_,N,Y,J){return B.isFunction(Y)?Y.call(this,_,N):(J&&(_=N),B.isString(_)?B.isString(Y)?_.indexOf(Y)!==-1:B.isRegExp(Y)?Y.test(_):void 0:void 0)}class l1{constructor(_){_&&this.set(_)}set(_,N,Y){const J=this;function a1(m1,b1,w1){const x1=p2(b1);if(!x1)throw new Error("header name must be a non-empty string");const F1=B.findKey(J,x1);(!F1||J[F1]===void 0||w1===!0||w1===void 0&&J[F1]!==!1)&&(J[F1||b1]=T3(m1))}const e1=(m1,b1)=>B.forEach(m1,(w1,x1)=>a1(w1,x1,b1));return B.isPlainObject(_)||_ instanceof this.constructor?e1(_,N):B.isString(_)&&(_=_.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(_.trim())?e1((m1=>{const b1={};let w1,x1,F1;return m1&&m1.split(`
2
2
  `).forEach(function(P1){F1=P1.indexOf(":"),w1=P1.substring(0,F1).trim().toLowerCase(),x1=P1.substring(F1+1).trim(),!w1||b1[w1]&&C2[w1]||(w1==="set-cookie"?b1[w1]?b1[w1].push(x1):b1[w1]=[x1]:b1[w1]=b1[w1]?b1[w1]+", "+x1:x1)}),b1})(_),N):_!=null&&a1(N,_,Y),this}get(_,N){if(_=p2(_)){const Y=B.findKey(this,_);if(Y){const J=this[Y];if(!N)return J;if(N===!0)return function(a1){const e1=Object.create(null),m1=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let b1;for(;b1=m1.exec(a1);)e1[b1[1]]=b1[2];return e1}(J);if(B.isFunction(N))return N.call(this,J,Y);if(B.isRegExp(N))return N.exec(J);throw new TypeError("parser must be boolean|regexp|function")}}}has(_,N){if(_=p2(_)){const Y=B.findKey(this,_);return!(!Y||this[Y]===void 0||N&&!ne(0,this[Y],Y,N))}return!1}delete(_,N){const Y=this;let J=!1;function a1(e1){if(e1=p2(e1)){const m1=B.findKey(Y,e1);!m1||N&&!ne(0,Y[m1],m1,N)||(delete Y[m1],J=!0)}}return B.isArray(_)?_.forEach(a1):a1(_),J}clear(_){const N=Object.keys(this);let Y=N.length,J=!1;for(;Y--;){const a1=N[Y];_&&!ne(0,this[a1],a1,_,!0)||(delete this[a1],J=!0)}return J}normalize(_){const N=this,Y={};return B.forEach(this,(J,a1)=>{const e1=B.findKey(Y,a1);if(e1)return N[e1]=T3(J),void delete N[a1];const m1=_?function(b1){return b1.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(w1,x1,F1)=>x1.toUpperCase()+F1)}(a1):String(a1).trim();m1!==a1&&delete N[a1],N[m1]=T3(J),Y[m1]=!0}),this}concat(..._){return this.constructor.concat(this,..._)}toJSON(_){const N=Object.create(null);return B.forEach(this,(Y,J)=>{Y!=null&&Y!==!1&&(N[J]=_&&B.isArray(Y)?Y.join(", "):Y)}),N}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([_,N])=>_+": "+N).join(`
3
3
  `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(_){return _ instanceof this?_:new this(_)}static concat(_,...N){const Y=new this(_);return N.forEach(J=>Y.set(J)),Y}static accessor(_){const N=(this[m3]=this[m3]={accessors:{}}).accessors,Y=this.prototype;function J(a1){const e1=p2(a1);N[e1]||(function(m1,b1){const w1=B.toCamelCase(" "+b1);["get","set","has"].forEach(x1=>{Object.defineProperty(m1,x1+w1,{value:function(F1,P1,Q1){return this[x1].call(this,b1,F1,P1,Q1)},configurable:!0})})}(Y,a1),N[e1]=!0)}return B.isArray(_)?_.forEach(J):J(_),this}}l1.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),B.reduceDescriptors(l1.prototype,({value:M},_)=>{let N=_[0].toUpperCase()+_.slice(1);return{get:()=>M,set(Y){this[N]=Y}}}),B.freezeMethods(l1);var s1=l1;function y1(M,_){const N=this||U1,Y=_||N,J=s1.from(Y.headers);let a1=Y.data;return B.forEach(M,function(e1){a1=e1.call(N,a1,J.normalize(),_?_.status:void 0)}),J.normalize(),a1}function k1(M){return!(!M||!M.__CANCEL__)}function K1(M,_,N){U.call(this,M??"canceled",U.ERR_CANCELED,_,N),this.name="CanceledError"}B.inherits(K1,U,{__CANCEL__:!0});var Q2=$2.hasStandardBrowserEnv?{write(M,_,N,Y,J,a1){const e1=[M+"="+encodeURIComponent(_)];B.isNumber(N)&&e1.push("expires="+new Date(N).toGMTString()),B.isString(Y)&&e1.push("path="+Y),B.isString(J)&&e1.push("domain="+J),a1===!0&&e1.push("secure"),document.cookie=e1.join("; ")},read(M){const _=document.cookie.match(new RegExp("(^|;\\s*)("+M+")=([^;]*)"));return _?decodeURIComponent(_[3]):null},remove(M){this.write(M,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function i4(M,_){return M&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(_)?function(N,Y){return Y?N.replace(/\/?\/$/,"")+"/"+Y.replace(/^\/+/,""):N}(M,_):_}var C4=$2.hasStandardBrowserEnv?function(){const M=/(msie|trident)/i.test(navigator.userAgent),_=document.createElement("a");let N;function Y(J){let a1=J;return M&&(_.setAttribute("href",a1),a1=_.href),_.setAttribute("href",a1),{href:_.href,protocol:_.protocol?_.protocol.replace(/:$/,""):"",host:_.host,search:_.search?_.search.replace(/^\?/,""):"",hash:_.hash?_.hash.replace(/^#/,""):"",hostname:_.hostname,port:_.port,pathname:_.pathname.charAt(0)==="/"?_.pathname:"/"+_.pathname}}return N=Y(window.location.href),function(J){const a1=B.isString(J)?Y(J):J;return a1.protocol===N.protocol&&a1.host===N.host}}():function(){return!0};function Te(M,_){let N=0;const Y=function(J,a1){J=J||10;const e1=new Array(J),m1=new Array(J);let b1,w1=0,x1=0;return a1=a1!==void 0?a1:1e3,function(F1){const P1=Date.now(),Q1=m1[x1];b1||(b1=P1),e1[w1]=F1,m1[w1]=P1;let E1=x1,J1=0;for(;E1!==w1;)J1+=e1[E1++],E1%=J;if(w1=(w1+1)%J,w1===x1&&(x1=(x1+1)%J),P1-b1<a1)return;const H2=Q1&&P1-Q1;return H2?Math.round(1e3*J1/H2):void 0}}(50,250);return J=>{const a1=J.loaded,e1=J.lengthComputable?J.total:void 0,m1=a1-N,b1=Y(m1);N=a1;const w1={loaded:a1,total:e1,progress:e1?a1/e1:void 0,bytes:m1,rate:b1||void 0,estimated:b1&&e1&&a1<=e1?(e1-a1)/b1:void 0,event:J};w1[_?"download":"upload"]=!0,M(w1)}}const ie={http:null,xhr:typeof XMLHttpRequest<"u"&&function(M){return new Promise(function(_,N){let Y=M.data;const J=s1.from(M.headers).normalize();let a1,e1,{responseType:m1,withXSRFToken:b1}=M;function w1(){M.cancelToken&&M.cancelToken.unsubscribe(a1),M.signal&&M.signal.removeEventListener("abort",a1)}if(B.isFormData(Y)){if($2.hasStandardBrowserEnv||$2.hasStandardBrowserWebWorkerEnv)J.setContentType(!1);else if((e1=J.getContentType())!==!1){const[E1,...J1]=e1?e1.split(";").map(H2=>H2.trim()).filter(Boolean):[];J.setContentType([E1||"multipart/form-data",...J1].join("; "))}}let x1=new XMLHttpRequest;if(M.auth){const E1=M.auth.username||"",J1=M.auth.password?unescape(encodeURIComponent(M.auth.password)):"";J.set("Authorization","Basic "+btoa(E1+":"+J1))}const F1=i4(M.baseURL,M.url);function P1(){if(!x1)return;const E1=s1.from("getAllResponseHeaders"in x1&&x1.getAllResponseHeaders());(function(J1,H2,K2){const Sl=K2.config.validateStatus;K2.status&&Sl&&!Sl(K2.status)?H2(new U("Request failed with status code "+K2.status,[U.ERR_BAD_REQUEST,U.ERR_BAD_RESPONSE][Math.floor(K2.status/100)-4],K2.config,K2.request,K2)):J1(K2)})(function(J1){_(J1),w1()},function(J1){N(J1),w1()},{data:m1&&m1!=="text"&&m1!=="json"?x1.response:x1.responseText,status:x1.status,statusText:x1.statusText,headers:E1,config:M,request:x1}),x1=null}if(x1.open(M.method.toUpperCase(),W1(F1,M.params,M.paramsSerializer),!0),x1.timeout=M.timeout,"onloadend"in x1?x1.onloadend=P1:x1.onreadystatechange=function(){x1&&x1.readyState===4&&(x1.status!==0||x1.responseURL&&x1.responseURL.indexOf("file:")===0)&&setTimeout(P1)},x1.onabort=function(){x1&&(N(new U("Request aborted",U.ECONNABORTED,M,x1)),x1=null)},x1.onerror=function(){N(new U("Network Error",U.ERR_NETWORK,M,x1)),x1=null},x1.ontimeout=function(){let E1=M.timeout?"timeout of "+M.timeout+"ms exceeded":"timeout exceeded";const J1=M.transitional||L1;M.timeoutErrorMessage&&(E1=M.timeoutErrorMessage),N(new U(E1,J1.clarifyTimeoutError?U.ETIMEDOUT:U.ECONNABORTED,M,x1)),x1=null},$2.hasStandardBrowserEnv&&(b1&&B.isFunction(b1)&&(b1=b1(M)),b1||b1!==!1&&C4(F1))){const E1=M.xsrfHeaderName&&M.xsrfCookieName&&Q2.read(M.xsrfCookieName);E1&&J.set(M.xsrfHeaderName,E1)}Y===void 0&&J.setContentType(null),"setRequestHeader"in x1&&B.forEach(J.toJSON(),function(E1,J1){x1.setRequestHeader(J1,E1)}),B.isUndefined(M.withCredentials)||(x1.withCredentials=!!M.withCredentials),m1&&m1!=="json"&&(x1.responseType=M.responseType),typeof M.onDownloadProgress=="function"&&x1.addEventListener("progress",Te(M.onDownloadProgress,!0)),typeof M.onUploadProgress=="function"&&x1.upload&&x1.upload.addEventListener("progress",Te(M.onUploadProgress)),(M.cancelToken||M.signal)&&(a1=E1=>{x1&&(N(!E1||E1.type?new K1(null,M,x1):E1),x1.abort(),x1=null)},M.cancelToken&&M.cancelToken.subscribe(a1),M.signal&&(M.signal.aborted?a1():M.signal.addEventListener("abort",a1)));const Q1=function(E1){const J1=/^([-+\w]{1,25})(:?\/\/|:)/.exec(E1);return J1&&J1[1]||""}(F1);Q1&&$2.protocols.indexOf(Q1)===-1?N(new U("Unsupported protocol "+Q1+":",U.ERR_BAD_REQUEST,M)):x1.send(Y||null)})}};B.forEach(ie,(M,_)=>{if(M){try{Object.defineProperty(M,"name",{value:_})}catch{}Object.defineProperty(M,"adapterName",{value:_})}});const s4=M=>`- ${M}`,a6=M=>B.isFunction(M)||M===null||M===!1;var t8=M=>{M=B.isArray(M)?M:[M];const{length:_}=M;let N,Y;const J={};for(let a1=0;a1<_;a1++){let e1;if(N=M[a1],Y=N,!a6(N)&&(Y=ie[(e1=String(N)).toLowerCase()],Y===void 0))throw new U(`Unknown adapter '${e1}'`);if(Y)break;J[e1||"#"+a1]=Y}if(!Y){const a1=Object.entries(J).map(([e1,m1])=>`adapter ${e1} `+(m1===!1?"is not supported by the environment":"is not available in the build"));throw new U("There is no suitable adapter to dispatch the request "+(_?a1.length>1?`since :
4
4
  `+a1.map(s4).join(`
package/dist/main.es.js CHANGED
@@ -70,8 +70,8 @@ const OS = {
70
70
  }
71
71
  },
72
72
  grey: {
73
- light: "#9e9e9e",
74
- dark: "#8a8a8a",
73
+ light: "#6d6d6d",
74
+ dark: "#4a4a4a",
75
75
  contrast: {
76
76
  light: "#ffffff",
77
77
  dark: "#ffffff"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.8",
4
+ "version": "2.12.9",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",