@imtbl/checkout-widgets 2.4.8 → 2.4.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.
Files changed (39) hide show
  1. package/dist/browser/{AddTokensWidget-CjsKM-T9.js → AddTokensWidget-gPCHh2Ic.js} +3 -3
  2. package/dist/browser/{BridgeWidget-DVD0vbXw.js → BridgeWidget-C2AnJL2L.js} +6 -6
  3. package/dist/browser/{CommerceWidget-6Bk4VqFB.js → CommerceWidget-Bon1WPUM.js} +13 -13
  4. package/dist/browser/{FeesBreakdown-DJ8ernNZ.js → FeesBreakdown-BNkqVKYc.js} +1 -1
  5. package/dist/browser/{OnRampWidget-70zEixzs.js → OnRampWidget-Ba7XEaRM.js} +3 -3
  6. package/dist/browser/{SaleWidget-POpNJFz2.js → SaleWidget-Ce4OMBRa.js} +18 -15
  7. package/dist/browser/{SpendingCapHero-C1OAzZ0n.js → SpendingCapHero-Cmwrbg-6.js} +1 -1
  8. package/dist/browser/{SwapWidget-BhBc76QL.js → SwapWidget-BJvQaEbm.js} +6 -6
  9. package/dist/browser/{TokenImage-9_8xOVNs.js → TokenImage-CixR6p0s.js} +1 -1
  10. package/dist/browser/{TopUpView-DpVUPPQE.js → TopUpView-g2N3l1FD.js} +1 -1
  11. package/dist/browser/{WalletApproveHero-BHSPmZJh.js → WalletApproveHero-BJBaS3y3.js} +2 -2
  12. package/dist/browser/{WalletWidget-JvUIuAdq.js → WalletWidget-B5fy8R-_.js} +3 -3
  13. package/dist/browser/{auto-track-Qz7LJ7YA.js → auto-track-Btn0BfZf.js} +1 -1
  14. package/dist/browser/{index-JULMMCb5.js → index-3bxYWHDa.js} +1 -1
  15. package/dist/browser/{index-o1Wg1vKu.js → index-4JGLO2ei.js} +1 -1
  16. package/dist/browser/{index-nyzac6M7.js → index-BocMnTiW.js} +1 -1
  17. package/dist/browser/{index-BLySvWQF.js → index-BztHQqBz.js} +2 -2
  18. package/dist/browser/{index-OzMQ0nH8.js → index-Cn2sD74R.js} +1 -1
  19. package/dist/browser/{index-DDEez-8b.js → index-DIJKO8W0.js} +30 -21
  20. package/dist/browser/{index-BFdJZ7kd.js → index-DWGkoLls.js} +1 -1
  21. package/dist/browser/{index-B8U0yV6w.js → index-ZSdOzTZK.js} +1 -1
  22. package/dist/browser/index.js +1 -1
  23. package/dist/browser/{index.umd-DdybBYbs.js → index.umd-C7iLXK2f.js} +1 -1
  24. package/dist/browser/{useInterval-CKXa8zia.js → useInterval-CGRBrs4H.js} +1 -1
  25. package/dist/types/lib/primary-sales.d.ts +1 -1
  26. package/dist/types/lib/utils.d.ts +1 -0
  27. package/dist/types/widgets/sale/context/SaleContextProvider.d.ts +1 -1
  28. package/dist/types/widgets/sale/hooks/useQuoteOrder.d.ts +1 -1
  29. package/dist/types/widgets/sale/types.d.ts +1 -1
  30. package/package.json +7 -7
  31. package/src/lib/hooks/useSignOrder.ts +2 -2
  32. package/src/lib/primary-sales.ts +1 -1
  33. package/src/lib/utils.ts +11 -0
  34. package/src/widgets/sale/context/SaleContextProvider.tsx +5 -2
  35. package/src/widgets/sale/hooks/useQuoteOrder.ts +5 -5
  36. package/src/widgets/sale/hooks/useSignOrder.ts +2 -1
  37. package/src/widgets/sale/types.ts +1 -1
  38. package/src/widgets/sale/views/OrderSummary.tsx +5 -3
  39. package/src/widgets/sale/views/PayWithCoins.tsx +2 -2
@@ -1,4 +1,4 @@
1
- import { e2 as __awaiter, e3 as __generator } from './index-DDEez-8b.js';
1
+ import { e4 as __awaiter, e5 as __generator } from './index-DIJKO8W0.js';
2
2
 
3
3
  function loadLegacyVideoPlugins(analytics) {
4
4
  return __awaiter(this, void 0, void 0, function () {
@@ -7,7 +7,7 @@ function loadLegacyVideoPlugins(analytics) {
7
7
  switch (_a.label) {
8
8
  case 0: return [4 /*yield*/, import(
9
9
  // @ts-expect-error
10
- './index.umd-DdybBYbs.js').then(function (n) { return n.i; })
10
+ './index.umd-C7iLXK2f.js').then(function (n) { return n.i; })
11
11
  // This is super gross, but we need to support the `window.analytics.plugins` namespace
12
12
  // that is linked in the segment docs in order to be backwards compatible with ajs-classic
13
13
  // @ts-expect-error
@@ -1,4 +1,4 @@
1
- import { e2 as __awaiter, e3 as __generator, e4 as loadScript, e5 as getNextIntegrationsURL, e6 as unloadScript, e7 as __spreadArray, e8 as isOffline, e9 as __assign, ea as ContextCancelation, eb as applyDestinationMiddleware, ec as dist, ed as isServer, ee as mergedOptions, ef as isPlainObject, eg as pWhile, eh as PriorityQueue, ei as PersistedPriorityQueue, ej as attempt, ek as isOnline, el as Context } from './index-DDEez-8b.js';
1
+ import { e4 as __awaiter, e5 as __generator, e6 as loadScript, e7 as getNextIntegrationsURL, e8 as unloadScript, e9 as __spreadArray, ea as isOffline, eb as __assign, ec as ContextCancelation, ed as applyDestinationMiddleware, ee as dist, ef as isServer, eg as mergedOptions, eh as isPlainObject, ei as pWhile, ej as PriorityQueue, ek as PersistedPriorityQueue, el as attempt, em as isOnline, en as Context } from './index-DIJKO8W0.js';
2
2
  import { i as isPlanEventEnabled } from './is-plan-event-enabled-mXX0dwl-.js';
3
3
 
4
4
  function normalizeName(name) {
@@ -4109,7 +4109,7 @@ const clearGlobalNamespace = (namespace) => {
4109
4109
  };
4110
4110
  lib$4.clearGlobalNamespace = clearGlobalNamespace;
4111
4111
 
4112
- var Ut$2=Object.defineProperty;var St$1=(u,c)=>{for(var p in c)Ut$2(u,p,{get:c[p],enumerable:!0});};function Br$1(u){throw new Error("Node.js process "+u+" is not supported by JSPM core outside of Node.js")}var G$4=[],tr$2=!1,W$4,cr$3=-1;function kt$2(){!tr$2||!W$4||(tr$2=!1,W$4.length?G$4=W$4.concat(G$4):cr$3=-1,G$4.length&&Vr$1());}function Vr$1(){if(!tr$2){var u=setTimeout(kt$2,0);tr$2=!0;for(var c=G$4.length;c;){for(W$4=G$4,G$4=[];++cr$3<c;)W$4&&W$4[cr$3].run();cr$3=-1,c=G$4.length;}W$4=null,tr$2=!1,clearTimeout(u);}}function _t$1(u){var c=new Array(arguments.length-1);if(arguments.length>1)for(var p=1;p<arguments.length;p++)c[p-1]=arguments[p];G$4.push(new Gr$1(u,c)),G$4.length===1&&!tr$2&&setTimeout(Vr$1,0);}function Gr$1(u,c){this.fun=u,this.array=c;}Gr$1.prototype.run=function(){this.fun.apply(null,this.array);};var Pt$1="browser",Rt$1="x64",bt$1="browser",Nt$1={PATH:"/usr/bin",LANG:navigator.language+".UTF-8",PWD:"/",HOME:"/home",TMP:"/tmp"},vt$1=["/usr/bin/node"],Mt$1=[],Ct$3="v16.8.0",Lt$2={},Dt$2=function(u,c){console.warn((c?c+": ":"")+u);},$t$2=function(u){Br$1("binding");},Ft$2=function(u){return 0},Ot$3=function(){return "/"},Vt$2=function(u){},Gt$2={name:"node",sourceUrl:"",headersUrl:"",libUrl:""};function M$8(){}var Yt$2=M$8,Kt$2=[];function Ht$2(u){Br$1("_linkedBinding");}var Wt$2={},jt$2=!1,Xt$3={};function qt$3(u){Br$1("dlopen");}function Jt$3(){return []}function zt$2(){return []}var Qt$1=M$8,Zt$2=M$8,Tr$2=function(){return {}},re$4=Tr$2,te$4=Tr$2,ee$3=M$8,ne$5=M$8,ie$5=M$8,oe$6={};function se$4(u,c){if(!u)throw new Error(c||"assertion error")}var ue$3={inspector:!1,debug:!1,uv:!1,ipv6:!1,tls_alpn:!1,tls_sni:!1,tls_ocsp:!1,tls:!1,cached_builtins:!0},ae$4=M$8,ce$3=M$8;function pe$4(){return !1}var le$3=M$8,fe$5=M$8,he$3=M$8,de$3=M$8,me$4=M$8,we$4=void 0,ge$5=void 0,ye$4=void 0,Ee$3=M$8,Ie$1=2,Be$3=1,Te$2="/bin/usr/node",Ae$3=9229,xe$3="node",Ue$4=[],Se$4=M$8,K$8={now:typeof performance<"u"?performance.now.bind(performance):void 0,timing:typeof performance<"u"?performance.timing:void 0};K$8.now===void 0&&(yr$3=Date.now(),K$8.timing&&K$8.timing.navigationStart&&(yr$3=K$8.timing.navigationStart),K$8.now=()=>Date.now()-yr$3);var yr$3;function ke$4(){return K$8.now()/1e3}var Er$2=1e9;function Ir$2(u){var c=Math.floor((Date.now()-K$8.now())*.001),p=K$8.now()*.001,l=Math.floor(p)+c,m=Math.floor(p%1*1e9);return u&&(l=l-u[0],m=m-u[1],m<0&&(l--,m+=Er$2)),[l,m]}Ir$2.bigint=function(u){var c=Ir$2(u);return typeof BigInt>"u"?c[0]*Er$2+c[1]:BigInt(c[0]*Er$2)+BigInt(c[1])};var _e$3=10,Pe$4={},Re$5=0;function H$4(){return T$7}var be$4=H$4,Ne$2=H$4,ve$3=H$4,Me$1=H$4,Ce$4=H$4,Le$2=M$8,De$4=H$4,$e$4=H$4;function Fe$4(u){return []}var T$7={version:Ct$3,versions:Lt$2,arch:Rt$1,platform:bt$1,release:Gt$2,_rawDebug:Yt$2,moduleLoadList:Kt$2,binding:$t$2,_linkedBinding:Ht$2,_events:Pe$4,_eventsCount:Re$5,_maxListeners:_e$3,on:H$4,addListener:be$4,once:Ne$2,off:ve$3,removeListener:Me$1,removeAllListeners:Ce$4,emit:Le$2,prependListener:De$4,prependOnceListener:$e$4,listeners:Fe$4,domain:Wt$2,_exiting:jt$2,config:Xt$3,dlopen:qt$3,uptime:ke$4,_getActiveRequests:Jt$3,_getActiveHandles:zt$2,reallyExit:Qt$1,_kill:Zt$2,cpuUsage:Tr$2,resourceUsage:re$4,memoryUsage:te$4,kill:ee$3,exit:ne$5,openStdin:ie$5,allowedNodeEnvironmentFlags:oe$6,assert:se$4,features:ue$3,_fatalExceptions:ae$4,setUncaughtExceptionCaptureCallback:ce$3,hasUncaughtExceptionCaptureCallback:pe$4,emitWarning:Dt$2,nextTick:_t$1,_tickCallback:le$3,_debugProcess:fe$5,_debugEnd:he$3,_startProfilerIdleNotifier:de$3,_stopProfilerIdleNotifier:me$4,stdout:we$4,stdin:ye$4,stderr:ge$5,abort:Ee$3,umask:Ft$2,chdir:Vt$2,cwd:Ot$3,env:Nt$1,title:Pt$1,argv:vt$1,execArgv:Mt$1,pid:Ie$1,ppid:Be$3,execPath:Te$2,debugPort:Ae$3,hrtime:Ir$2,argv0:xe$3,_preload_modules:Ue$4,setSourceMapsEnabled:Se$4};var nr$2={},Yr$1=!1;function Oe$3(){if(Yr$1)return nr$2;Yr$1=!0,nr$2.byteLength=E,nr$2.toByteArray=C,nr$2.fromByteArray=_;for(var u=[],c=[],p=typeof Uint8Array<"u"?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",m=0,w=l.length;m<w;++m)u[m]=l[m],c[l.charCodeAt(m)]=m;c[45]=62,c[95]=63;function o(f){var h=f.length;if(h%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var g=f.indexOf("=");g===-1&&(g=h);var A=g===h?0:4-g%4;return [g,A]}function E(f){var h=o(f),g=h[0],A=h[1];return (g+A)*3/4-A}function b(f,h,g){return (h+g)*3/4-g}function C(f){var h,g=o(f),A=g[0],v=g[1],P=new p(b(f,A,v)),D=0,F=v>0?A-4:A,L;for(L=0;L<F;L+=4)h=c[f.charCodeAt(L)]<<18|c[f.charCodeAt(L+1)]<<12|c[f.charCodeAt(L+2)]<<6|c[f.charCodeAt(L+3)],P[D++]=h>>16&255,P[D++]=h>>8&255,P[D++]=h&255;return v===2&&(h=c[f.charCodeAt(L)]<<2|c[f.charCodeAt(L+1)]>>4,P[D++]=h&255),v===1&&(h=c[f.charCodeAt(L)]<<10|c[f.charCodeAt(L+1)]<<4|c[f.charCodeAt(L+2)]>>2,P[D++]=h>>8&255,P[D++]=h&255),P}function B(f){return u[f>>18&63]+u[f>>12&63]+u[f>>6&63]+u[f&63]}function k(f,h,g){for(var A,v=[],P=h;P<g;P+=3)A=(f[P]<<16&16711680)+(f[P+1]<<8&65280)+(f[P+2]&255),v.push(B(A));return v.join("")}function _(f){for(var h,g=f.length,A=g%3,v=[],P=16383,D=0,F=g-A;D<F;D+=P)v.push(k(f,D,D+P>F?F:D+P));return A===1?(h=f[g-1],v.push(u[h>>2]+u[h<<4&63]+"==")):A===2&&(h=(f[g-2]<<8)+f[g-1],v.push(u[h>>10]+u[h>>4&63]+u[h<<2&63]+"=")),v.join("")}return nr$2}var pr$2={},Kr$2=!1;function Ve$1(){if(Kr$2)return pr$2;Kr$2=!0;return pr$2.read=function(u,c,p,l,m){var w,o,E=m*8-l-1,b=(1<<E)-1,C=b>>1,B=-7,k=p?m-1:0,_=p?-1:1,f=u[c+k];for(k+=_,w=f&(1<<-B)-1,f>>=-B,B+=E;B>0;w=w*256+u[c+k],k+=_,B-=8);for(o=w&(1<<-B)-1,w>>=-B,B+=l;B>0;o=o*256+u[c+k],k+=_,B-=8);if(w===0)w=1-C;else {if(w===b)return o?NaN:(f?-1:1)*(1/0);o=o+Math.pow(2,l),w=w-C;}return (f?-1:1)*o*Math.pow(2,w-l)},pr$2.write=function(u,c,p,l,m,w){var o,E,b,C=w*8-m-1,B=(1<<C)-1,k=B>>1,_=m===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=l?0:w-1,h=l?1:-1,g=c<0||c===0&&1/c<0?1:0;for(c=Math.abs(c),isNaN(c)||c===1/0?(E=isNaN(c)?1:0,o=B):(o=Math.floor(Math.log(c)/Math.LN2),c*(b=Math.pow(2,-o))<1&&(o--,b*=2),o+k>=1?c+=_/b:c+=_*Math.pow(2,1-k),c*b>=2&&(o++,b/=2),o+k>=B?(E=0,o=B):o+k>=1?(E=(c*b-1)*Math.pow(2,m),o=o+k):(E=c*Math.pow(2,k-1)*Math.pow(2,m),o=0));m>=8;u[p+f]=E&255,f+=h,E/=256,m-=8);for(o=o<<m|E,C+=m;C>0;u[p+f]=o&255,f+=h,o/=256,C-=8);u[p+f-h]|=g*128;},pr$2}var j$7={},Hr$1=!1;function Ge$3(){if(Hr$1)return j$7;Hr$1=!0;let u=Oe$3(),c=Ve$1(),p=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;j$7.Buffer=o,j$7.SlowBuffer=v,j$7.INSPECT_MAX_BYTES=50;let l=2147483647;j$7.kMaxLength=l,o.TYPED_ARRAY_SUPPORT=m(),!o.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function m(){try{let e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch{return !1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.byteOffset}});function w(e){if(e>l)throw new RangeError('The value "'+e+'" is invalid for option "size"');let r=new Uint8Array(e);return Object.setPrototypeOf(r,o.prototype),r}function o(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return B(e)}return E(e,r,t)}o.poolSize=8192;function E(e,r,t){if(typeof e=="string")return k(e,r);if(ArrayBuffer.isView(e))return f(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return h(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return o.from(n,r,t);let i=g(e);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return o.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}o.from=function(e,r,t){return E(e,r,t)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function b(e){if(typeof e!="number")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 C(e,r,t){return b(e),e<=0?w(e):r!==void 0?typeof t=="string"?w(e).fill(r,t):w(e).fill(r):w(e)}o.alloc=function(e,r,t){return C(e,r,t)};function B(e){return b(e),w(e<0?0:A(e)|0)}o.allocUnsafe=function(e){return B(e)},o.allocUnsafeSlow=function(e){return B(e)};function k(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!o.isEncoding(r))throw new TypeError("Unknown encoding: "+r);let t=P(e,r)|0,n=w(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function _(e){let r=e.length<0?0:A(e.length)|0,t=w(r);for(let n=0;n<r;n+=1)t[n]=e[n]&255;return t}function f(e){if(O(e,Uint8Array)){let r=new Uint8Array(e);return h(r.buffer,r.byteOffset,r.byteLength)}return _(e)}function h(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,o.prototype),n}function g(e){if(o.isBuffer(e)){let r=A(e.length)|0,t=w(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||gr(e.length)?w(0):_(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _(e.data)}function A(e){if(e>=l)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+l.toString(16)+" bytes");return e|0}function v(e){return +e!=e&&(e=0),o.alloc(+e)}o.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==o.prototype},o.compare=function(r,t){if(O(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),O(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),!o.isBuffer(r)||!o.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;let n=r.length,i=t.length;for(let s=0,a=Math.min(n,i);s<a;++s)if(r[s]!==t[s]){n=r[s],i=t[s];break}return n<i?-1:i<n?1:0},o.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return !0;default:return !1}},o.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return o.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;let i=o.allocUnsafe(t),s=0;for(n=0;n<r.length;++n){let a=r[n];if(O(a,Uint8Array))s+a.length>i.length?(o.isBuffer(a)||(a=o.from(a)),a.copy(i,s)):Uint8Array.prototype.set.call(i,a,s);else if(o.isBuffer(a))a.copy(i,s);else throw new TypeError('"list" argument must be an Array of Buffers');s+=a.length;}return i};function P(e,r){if(o.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let t=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return wr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Or(e).length;default:if(i)return n?-1:wr(e).length;r=(""+r).toLowerCase(),i=!0;}}o.byteLength=P;function D(e,r,t){let n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return "";for(e||(e="utf8");;)switch(e){case"hex":return wt(this,r,t);case"utf8":case"utf-8":return br(this,r,t);case"ascii":return dt(this,r,t);case"latin1":case"binary":return mt(this,r,t);case"base64":return ft(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gt(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0;}}o.prototype._isBuffer=!0;function F(e,r,t){let n=e[r];e[r]=e[t],e[t]=n;}o.prototype.swap16=function(){let r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<r;t+=2)F(this,t,t+1);return this},o.prototype.swap32=function(){let r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<r;t+=4)F(this,t,t+3),F(this,t+1,t+2);return this},o.prototype.swap64=function(){let r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<r;t+=8)F(this,t,t+7),F(this,t+1,t+6),F(this,t+2,t+5),F(this,t+3,t+4);return this},o.prototype.toString=function(){let r=this.length;return r===0?"":arguments.length===0?br(this,0,r):D.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(r){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:o.compare(this,r)===0},o.prototype.inspect=function(){let r="",t=j$7.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"},p&&(o.prototype[p]=o.prototype.inspect),o.prototype.compare=function(r,t,n,i,s){if(O(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),!o.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),s===void 0&&(s=this.length),t<0||n>r.length||i<0||s>this.length)throw new RangeError("out of range index");if(i>=s&&t>=n)return 0;if(i>=s)return -1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,s>>>=0,this===r)return 0;let a=s-i,d=n-t,x=Math.min(a,d),I=this.slice(i,s),U=r.slice(t,n);for(let y=0;y<x;++y)if(I[y]!==U[y]){a=I[y],d=U[y];break}return a<d?-1:d<a?1:0};function L(e,r,t,n,i){if(e.length===0)return -1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,gr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return -1;t=e.length-1;}else if(t<0)if(i)t=0;else return -1;if(typeof r=="string"&&(r=o.from(r,n)),o.isBuffer(r))return r.length===0?-1:Rr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):Rr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Rr(e,r,t,n,i){let s=1,a=e.length,d=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return -1;s=2,a/=2,d/=2,t/=2;}function x(U,y){return s===1?U[y]:U.readUInt16BE(y*s)}let I;if(i){let U=-1;for(I=t;I<a;I++)if(x(e,I)===x(r,U===-1?0:I-U)){if(U===-1&&(U=I),I-U+1===d)return U*s}else U!==-1&&(I-=I-U),U=-1;}else for(t+d>a&&(t=a-d),I=t;I>=0;I--){let U=!0;for(let y=0;y<d;y++)if(x(e,I+y)!==x(r,y)){U=!1;break}if(U)return I}return -1}o.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1},o.prototype.indexOf=function(r,t,n){return L(this,r,t,n,!0)},o.prototype.lastIndexOf=function(r,t,n){return L(this,r,t,n,!1)};function ut(e,r,t,n){t=Number(t)||0;let i=e.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let s=r.length;n>s/2&&(n=s/2);let a;for(a=0;a<n;++a){let d=parseInt(r.substr(a*2,2),16);if(gr(d))return a;e[t+a]=d;}return a}function at(e,r,t,n){return ar(wr(r,e.length-t),e,t,n)}function ct(e,r,t,n){return ar(Bt(r),e,t,n)}function pt(e,r,t,n){return ar(Or(r),e,t,n)}function lt(e,r,t,n){return ar(Tt(r,e.length-t),e,t,n)}o.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let s=this.length-t;if((n===void 0||n>s)&&(n=s),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let a=!1;for(;;)switch(i){case"hex":return ut(this,r,t,n);case"utf8":case"utf-8":return at(this,r,t,n);case"ascii":case"latin1":case"binary":return ct(this,r,t,n);case"base64":return pt(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lt(this,r,t,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0;}},o.prototype.toJSON=function(){return {type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ft(e,r,t){return r===0&&t===e.length?u.fromByteArray(e):u.fromByteArray(e.slice(r,t))}function br(e,r,t){t=Math.min(e.length,t);let n=[],i=r;for(;i<t;){let s=e[i],a=null,d=s>239?4:s>223?3:s>191?2:1;if(i+d<=t){let x,I,U,y;switch(d){case 1:s<128&&(a=s);break;case 2:x=e[i+1],(x&192)===128&&(y=(s&31)<<6|x&63,y>127&&(a=y));break;case 3:x=e[i+1],I=e[i+2],(x&192)===128&&(I&192)===128&&(y=(s&15)<<12|(x&63)<<6|I&63,y>2047&&(y<55296||y>57343)&&(a=y));break;case 4:x=e[i+1],I=e[i+2],U=e[i+3],(x&192)===128&&(I&192)===128&&(U&192)===128&&(y=(s&15)<<18|(x&63)<<12|(I&63)<<6|U&63,y>65535&&y<1114112&&(a=y));}}a===null?(a=65533,d=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=d;}return ht(n)}let Nr=4096;function ht(e){let r=e.length;if(r<=Nr)return String.fromCharCode.apply(String,e);let t="",n=0;for(;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=Nr));return t}function dt(e,r,t){let n="";t=Math.min(e.length,t);for(let i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function mt(e,r,t){let n="";t=Math.min(e.length,t);for(let i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function wt(e,r,t){let n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);let i="";for(let s=r;s<t;++s)i+=At[e[s]];return i}function gt(e,r,t){let n=e.slice(r,t),i="";for(let s=0;s<n.length-1;s+=2)i+=String.fromCharCode(n[s]+n[s+1]*256);return i}o.prototype.slice=function(r,t){let n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);let i=this.subarray(r,t);return Object.setPrototypeOf(i,o.prototype),i};function N(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUintLE=o.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r],s=1,a=0;for(;++a<t&&(s*=256);)i+=this[r+a]*s;return i},o.prototype.readUintBE=o.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r+--t],s=1;for(;t>0&&(s*=256);)i+=this[r+--t]*s;return i},o.prototype.readUint8=o.prototype.readUInt8=function(r,t){return r=r>>>0,t||N(r,1,this.length),this[r]},o.prototype.readUint16LE=o.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||N(r,2,this.length),this[r]|this[r+1]<<8},o.prototype.readUint16BE=o.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||N(r,2,this.length),this[r]<<8|this[r+1]},o.prototype.readUint32LE=o.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||N(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216},o.prototype.readUint32BE=o.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])},o.prototype.readBigUInt64LE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=t+this[++r]*2**8+this[++r]*2**16+this[++r]*2**24,s=this[++r]+this[++r]*2**8+this[++r]*2**16+n*2**24;return BigInt(i)+(BigInt(s)<<BigInt(32))}),o.prototype.readBigUInt64BE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=t*2**24+this[++r]*2**16+this[++r]*2**8+this[++r],s=this[++r]*2**24+this[++r]*2**16+this[++r]*2**8+n;return (BigInt(i)<<BigInt(32))+BigInt(s)}),o.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r],s=1,a=0;for(;++a<t&&(s*=256);)i+=this[r+a]*s;return s*=128,i>=s&&(i-=Math.pow(2,8*t)),i},o.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=t,s=1,a=this[r+--i];for(;i>0&&(s*=256);)a+=this[r+--i]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*t)),a},o.prototype.readInt8=function(r,t){return r=r>>>0,t||N(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]},o.prototype.readInt16LE=function(r,t){r=r>>>0,t||N(r,2,this.length);let n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n},o.prototype.readInt16BE=function(r,t){r=r>>>0,t||N(r,2,this.length);let n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n},o.prototype.readInt32LE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},o.prototype.readInt32BE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},o.prototype.readBigInt64LE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=this[r+4]+this[r+5]*2**8+this[r+6]*2**16+(n<<24);return (BigInt(i)<<BigInt(32))+BigInt(t+this[++r]*2**8+this[++r]*2**16+this[++r]*2**24)}),o.prototype.readBigInt64BE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=(t<<24)+this[++r]*2**16+this[++r]*2**8+this[++r];return (BigInt(i)<<BigInt(32))+BigInt(this[++r]*2**24+this[++r]*2**16+this[++r]*2**8+n)}),o.prototype.readFloatLE=function(r,t){return r=r>>>0,t||N(r,4,this.length),c.read(this,r,!0,23,4)},o.prototype.readFloatBE=function(r,t){return r=r>>>0,t||N(r,4,this.length),c.read(this,r,!1,23,4)},o.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||N(r,8,this.length),c.read(this,r,!0,52,8)},o.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||N(r,8,this.length),c.read(this,r,!1,52,8)};function $(e,r,t,n,i,s){if(!o.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<s)throw new RangeError('"value" argument is out of bounds');if(t+n>e.length)throw new RangeError("Index out of range")}o.prototype.writeUintLE=o.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){let d=Math.pow(2,8*n)-1;$(this,r,t,n,d,0);}let s=1,a=0;for(this[t]=r&255;++a<n&&(s*=256);)this[t+a]=r/s&255;return t+n},o.prototype.writeUintBE=o.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){let d=Math.pow(2,8*n)-1;$(this,r,t,n,d,0);}let s=n-1,a=1;for(this[t+s]=r&255;--s>=0&&(a*=256);)this[t+s]=r/a&255;return t+n},o.prototype.writeUint8=o.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,1,255,0),this[t]=r&255,t+1},o.prototype.writeUint16LE=o.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeUint16BE=o.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeUint32LE=o.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4},o.prototype.writeUint32BE=o.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function vr(e,r,t,n,i){Fr(r,n,i,e,t,7);let s=Number(r&BigInt(4294967295));e[t++]=s,s=s>>8,e[t++]=s,s=s>>8,e[t++]=s,s=s>>8,e[t++]=s;let a=Number(r>>BigInt(32)&BigInt(4294967295));return e[t++]=a,a=a>>8,e[t++]=a,a=a>>8,e[t++]=a,a=a>>8,e[t++]=a,t}function Mr(e,r,t,n,i){Fr(r,n,i,e,t,7);let s=Number(r&BigInt(4294967295));e[t+7]=s,s=s>>8,e[t+6]=s,s=s>>8,e[t+5]=s,s=s>>8,e[t+4]=s;let a=Number(r>>BigInt(32)&BigInt(4294967295));return e[t+3]=a,a=a>>8,e[t+2]=a,a=a>>8,e[t+1]=a,a=a>>8,e[t]=a,t+8}o.prototype.writeBigUInt64LE=Y(function(r,t=0){return vr(this,r,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeBigUInt64BE=Y(function(r,t=0){return Mr(this,r,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){let x=Math.pow(2,8*n-1);$(this,r,t,n,x-1,-x);}let s=0,a=1,d=0;for(this[t]=r&255;++s<n&&(a*=256);)r<0&&d===0&&this[t+s-1]!==0&&(d=1),this[t+s]=(r/a>>0)-d&255;return t+n},o.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){let x=Math.pow(2,8*n-1);$(this,r,t,n,x-1,-x);}let s=n-1,a=1,d=0;for(this[t+s]=r&255;--s>=0&&(a*=256);)r<0&&d===0&&this[t+s+1]!==0&&(d=1),this[t+s]=(r/a>>0)-d&255;return t+n},o.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1},o.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4},o.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4},o.prototype.writeBigInt64LE=Y(function(r,t=0){return vr(this,r,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),o.prototype.writeBigInt64BE=Y(function(r,t=0){return Mr(this,r,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Cr(e,r,t,n,i,s){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Lr(e,r,t,n,i){return r=+r,t=t>>>0,i||Cr(e,r,t,4),c.write(e,r,t,n,23,4),t+4}o.prototype.writeFloatLE=function(r,t,n){return Lr(this,r,t,!0,n)},o.prototype.writeFloatBE=function(r,t,n){return Lr(this,r,t,!1,n)};function Dr(e,r,t,n,i){return r=+r,t=t>>>0,i||Cr(e,r,t,8),c.write(e,r,t,n,52,8),t+8}o.prototype.writeDoubleLE=function(r,t,n){return Dr(this,r,t,!0,n)},o.prototype.writeDoubleBE=function(r,t,n){return Dr(this,r,t,!1,n)},o.prototype.copy=function(r,t,n,i){if(!o.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-t<i-n&&(i=r.length-t+n);let s=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),s},o.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){let a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a);}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);let s;if(typeof r=="number")for(s=t;s<n;++s)this[s]=r;else {let a=o.isBuffer(r)?r:o.from(r,i),d=a.length;if(d===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(s=0;s<n-t;++s)this[s+t]=a[s%d];}return this};let Z={};function mr(e,r,t){Z[e]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:r.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,delete this.name;}get code(){return e}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0});}toString(){return `${this.name} [${e}]: ${this.message}`}};}mr("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),mr("ERR_INVALID_ARG_TYPE",function(e,r){return `The "${e}" argument must be of type number. Received type ${typeof r}`},TypeError),mr("ERR_OUT_OF_RANGE",function(e,r,t){let n=`The value of "${e}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=$r(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=$r(i)),i+="n"),n+=` It must be ${r}. Received ${i}`,n},RangeError);function $r(e){let r="",t=e.length,n=e[0]==="-"?1:0;for(;t>=n+4;t-=3)r=`_${e.slice(t-3,t)}${r}`;return `${e.slice(0,t)}${r}`}function yt(e,r,t){rr(r,"offset"),(e[r]===void 0||e[r+t]===void 0)&&er(r,e.length-(t+1));}function Fr(e,r,t,n,i,s){if(e>t||e<r){let a=typeof r=="bigint"?"n":"",d;throw r===0||r===BigInt(0)?d=`>= 0${a} and < 2${a} ** ${(s+1)*8}${a}`:d=`>= -(2${a} ** ${(s+1)*8-1}${a}) and < 2 ** ${(s+1)*8-1}${a}`,new Z.ERR_OUT_OF_RANGE("value",d,e)}yt(n,i,s);}function rr(e,r){if(typeof e!="number")throw new Z.ERR_INVALID_ARG_TYPE(r,"number",e)}function er(e,r,t){throw Math.floor(e)!==e?(rr(e,t),new Z.ERR_OUT_OF_RANGE("offset","an integer",e)):r<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE("offset",`>= ${0} and <= ${r}`,e)}let Et=/[^+/0-9A-Za-z-_]/g;function It(e){if(e=e.split("=")[0],e=e.trim().replace(Et,""),e.length<2)return "";for(;e.length%4!==0;)e=e+"=";return e}function wr(e,r){r=r||1/0;let t,n=e.length,i=null,s=[];for(let a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&s.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&s.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&s.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536;}else i&&(r-=3)>-1&&s.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;s.push(t);}else if(t<2048){if((r-=2)<0)break;s.push(t>>6|192,t&63|128);}else if(t<65536){if((r-=3)<0)break;s.push(t>>12|224,t>>6&63|128,t&63|128);}else if(t<1114112){if((r-=4)<0)break;s.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128);}else throw new Error("Invalid code point")}return s}function Bt(e){let r=[];for(let t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function Tt(e,r){let t,n,i,s=[];for(let a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,s.push(i),s.push(n);return s}function Or(e){return u.toByteArray(It(e))}function ar(e,r,t,n){let i;for(i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function O(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function gr(e){return e!==e}let At=function(){let e="0123456789abcdef",r=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)r[n+i]=e[t]+e[i];}return r}();function Y(e){return typeof BigInt>"u"?xt:e}function xt(){throw new Error("BigInt not supported")}return j$7}var X$5=Ge$3();var S$8=X$5.Buffer;var Ur$2={};St$1(Ur$2,{deleteItem:()=>We$6,getItem:()=>fr$2,setItem:()=>or$3});var ir$2=()=>typeof window>"u",lr$2=()=>!ir$2();var Ye$3="__IMX-",Ar$3=()=>lr$2()&&window.localStorage,Ke$1=u=>{if(u!==null)try{return JSON.parse(u)}catch{return u}},He$2=u=>typeof u=="string"?u:JSON.stringify(u),xr$3=u=>`${Ye$3}${u}`;function fr$2(u){if(Ar$3())return Ke$1(window.localStorage.getItem(xr$3(u)))}var or$3=(u,c)=>Ar$3()?(window.localStorage.setItem(xr$3(u),He$2(c)),!0):!1,We$6=u=>Ar$3()?(window.localStorage.removeItem(xr$3(u)),!0):!1;var Sr$2=0,Wr=u=>{let c=parseInt(u,10)*1e3,p=new Date(c),l=new Date;return Sr$2=p.getTime()-l.getTime(),Sr$2},jr$2=()=>{let u=new Date().getTime()+Sr$2;return new Date(u).toISOString()};var sr$2=(E=>(E.RUNTIME_ID="rid",E.PASSPORT_CLIENT_ID="passportClientId",E.ENVIRONMENT="env",E.PUBLISHABLE_API_KEY="pak",E.IDENTITY="uid",E.DOMAIN="domain",E.SDK_VERSION="sdkVersion",E))(sr$2||{});var Xe$5="https://api.immutable.com";async function hr$3(u,c){let p=axios$1.create({baseURL:Xe$5}),l=JSON.stringify(c),m={payload:S$8.from(l).toString("base64")};return (await p.post(u,m)).data}var q$7,J$5,qe$2=()=>{q$7=fr$2("metrics-events")||[],J$5=fr$2("metrics-runtime")||{};};qe$2();var V$6=(u,c)=>{J$5={...J$5,[u]:c},or$3("metrics-runtime",J$5);},ur$2=u=>{if(J$5[u]!==void 0)return J$5[u]},Xr=()=>J$5,qr$1=()=>q$7,Jr$1=u=>{q$7.push(u),or$3("metrics-events",q$7);},zr$2=u=>{q$7=q$7.slice(u),or$3("metrics-events",q$7);},dr$2=u=>{let c=[];return Object.entries(u).forEach(([p,l])=>{(typeof p=="string"||typeof l=="string"||typeof l=="number"||typeof l=="boolean")&&c.push([p,l.toString()]);}),c};var kr$2="2.4.8",Je$3=()=>ir$2()?"":window.location.ancestorOrigins&&window.location.ancestorOrigins.length>0?new URL(window.location.ancestorOrigins[0]).hostname:document.referrer?new URL(window.document.referrer).hostname:"",ze$3=()=>{if(ir$2())return "";let u;try{window.self!==window.top&&(u=Je$3());}catch{}return u||(u=window.location.hostname),u},Qe$3=()=>{if(V$6("sdkVersion",kr$2),ir$2())return {browser:"nodejs",sdkVersion:kr$2};let u=ze$3();return u&&V$6("domain",u),{sdkVersion:kr$2,browser:window.navigator.userAgent,domain:u,tz:Intl.DateTimeFormat().resolvedOptions().timeZone,screen:`${window.screen.width}x${window.screen.height}`}},_r$2=!1,Qr$1=()=>_r$2,Zr=async()=>{_r$2=!0;try{let u=dr$2(Qe$3()),c=ur$2("rid"),p=ur$2("uid"),m=await hr$3("/v1/sdk/initialise",{version:1,data:{runtimeDetails:u,runtimeId:c,uId:p}}),{runtimeId:w,sTime:o}=m;V$6("rid",w),Wr(o);}catch{_r$2=!1;}};function R$4(u,c){return (...p)=>{try{let l=u(...p);return l instanceof Promise?l.catch(()=>c):l}catch{return c}}}function Ze$4(){return lr$2()||typeof T$7>"u"?!1:T$7.env.JEST_WORKER_ID!==void 0}var rt$1=R$4(Ze$4,!1);var et$1="imtbl__metrics",tn$1=5e3,en$1=1e3,z$9=(u,c)=>getGlobalisedValue_1(et$1,u,c),nt$2=(u,c)=>{let p=memorise(c,{lruOptions:{ttl:tn$1,max:en$1}});return getGlobalisedValue_1(et$1,u,p)};var nn=5e3,on=(u,c,p)=>{let l={event:`${u}.${c}`,time:jr$2(),...p&&{properties:dr$2(p)}};Jr$1(l);},Q$7=R$4(nt$2("track",on)),sn=async()=>{if(Qr$1()===!1){await Zr();return}let u=qr$1();if(u.length===0)return;let c=u.length,p=Xr();await hr$3("/v1/sdk/metrics",{version:1,data:{events:u,details:p}})instanceof Error||zr$2(c);},un$1=R$4(sn),ot$1=async()=>{await un$1(),setTimeout(ot$1,nn);},it$1=!1,an=()=>{it$1||(it$1=!0,ot$1());};rt$1()||R$4(z$9("startFlushing",an))();var Pr$3=(u,c,p,l)=>Q$7(u,c,{...l||{},duration:Math.round(p)});var st$2=()=>{let u=()=>Math.floor((1+Math.random())*65536).toString(16).substring(1);return `${u()}${u()}-${u()}-${u()}-${u()}-${u()}${u()}${u()}`};var cn=(...u)=>{if(!u.some(l=>!!l))return {};let p={};return u.forEach(l=>{l&&(p={...p,...l});}),p},pn=u=>u.replace(/[^a-zA-Z0-9\s\-_]/g,""),ln=(u,c)=>`${u}_${pn(c)}`,fn$1=(u,c,p=!0,l)=>{let m=st$2(),w=Date.now(),o=0,E=0,b={},C=(..._)=>cn(b,..._,{flowId:m,flowName:c});b=C(l);let B=_=>{_&&(b=C(_));},k=(_,f)=>{let h=ln(c,_),g=0,A=performance.now();o>0&&(g=A-E);let v=C(f,{flowEventName:_,flowStep:o});Pr$3(u,h,g,v),o++,E=A;};return p&&k("Start"),{details:{moduleName:u,flowName:c,flowId:m,flowStartTime:w},addEvent:R$4(k),addFlowProperties:R$4(B)}},hn=R$4(fn$1);var dn$1=(u,c,p,l)=>{let{message:m}=p,w=p.stack||"",{cause:o}=p;o instanceof Error&&(w=`${w}
4112
+ var Ut$2=Object.defineProperty;var St$1=(u,c)=>{for(var p in c)Ut$2(u,p,{get:c[p],enumerable:!0});};function Br$1(u){throw new Error("Node.js process "+u+" is not supported by JSPM core outside of Node.js")}var G$4=[],tr$2=!1,W$4,cr$3=-1;function kt$2(){!tr$2||!W$4||(tr$2=!1,W$4.length?G$4=W$4.concat(G$4):cr$3=-1,G$4.length&&Vr$1());}function Vr$1(){if(!tr$2){var u=setTimeout(kt$2,0);tr$2=!0;for(var c=G$4.length;c;){for(W$4=G$4,G$4=[];++cr$3<c;)W$4&&W$4[cr$3].run();cr$3=-1,c=G$4.length;}W$4=null,tr$2=!1,clearTimeout(u);}}function _t$1(u){var c=new Array(arguments.length-1);if(arguments.length>1)for(var p=1;p<arguments.length;p++)c[p-1]=arguments[p];G$4.push(new Gr$1(u,c)),G$4.length===1&&!tr$2&&setTimeout(Vr$1,0);}function Gr$1(u,c){this.fun=u,this.array=c;}Gr$1.prototype.run=function(){this.fun.apply(null,this.array);};var Pt$1="browser",Rt$1="x64",bt$1="browser",Nt$1={PATH:"/usr/bin",LANG:navigator.language+".UTF-8",PWD:"/",HOME:"/home",TMP:"/tmp"},vt$1=["/usr/bin/node"],Mt$1=[],Ct$3="v16.8.0",Lt$2={},Dt$2=function(u,c){console.warn((c?c+": ":"")+u);},$t$2=function(u){Br$1("binding");},Ft$2=function(u){return 0},Ot$3=function(){return "/"},Vt$2=function(u){},Gt$2={name:"node",sourceUrl:"",headersUrl:"",libUrl:""};function M$8(){}var Yt$2=M$8,Kt$2=[];function Ht$2(u){Br$1("_linkedBinding");}var Wt$2={},jt$2=!1,Xt$3={};function qt$3(u){Br$1("dlopen");}function Jt$3(){return []}function zt$2(){return []}var Qt$1=M$8,Zt$2=M$8,Tr$2=function(){return {}},re$4=Tr$2,te$4=Tr$2,ee$3=M$8,ne$5=M$8,ie$5=M$8,oe$6={};function se$4(u,c){if(!u)throw new Error(c||"assertion error")}var ue$3={inspector:!1,debug:!1,uv:!1,ipv6:!1,tls_alpn:!1,tls_sni:!1,tls_ocsp:!1,tls:!1,cached_builtins:!0},ae$4=M$8,ce$3=M$8;function pe$4(){return !1}var le$3=M$8,fe$5=M$8,he$3=M$8,de$3=M$8,me$4=M$8,we$4=void 0,ge$5=void 0,ye$4=void 0,Ee$3=M$8,Ie$1=2,Be$3=1,Te$2="/bin/usr/node",Ae$3=9229,xe$3="node",Ue$4=[],Se$4=M$8,K$8={now:typeof performance<"u"?performance.now.bind(performance):void 0,timing:typeof performance<"u"?performance.timing:void 0};K$8.now===void 0&&(yr$3=Date.now(),K$8.timing&&K$8.timing.navigationStart&&(yr$3=K$8.timing.navigationStart),K$8.now=()=>Date.now()-yr$3);var yr$3;function ke$4(){return K$8.now()/1e3}var Er$2=1e9;function Ir$2(u){var c=Math.floor((Date.now()-K$8.now())*.001),p=K$8.now()*.001,l=Math.floor(p)+c,m=Math.floor(p%1*1e9);return u&&(l=l-u[0],m=m-u[1],m<0&&(l--,m+=Er$2)),[l,m]}Ir$2.bigint=function(u){var c=Ir$2(u);return typeof BigInt>"u"?c[0]*Er$2+c[1]:BigInt(c[0]*Er$2)+BigInt(c[1])};var _e$3=10,Pe$4={},Re$5=0;function H$4(){return T$7}var be$4=H$4,Ne$2=H$4,ve$3=H$4,Me$1=H$4,Ce$4=H$4,Le$2=M$8,De$4=H$4,$e$4=H$4;function Fe$4(u){return []}var T$7={version:Ct$3,versions:Lt$2,arch:Rt$1,platform:bt$1,release:Gt$2,_rawDebug:Yt$2,moduleLoadList:Kt$2,binding:$t$2,_linkedBinding:Ht$2,_events:Pe$4,_eventsCount:Re$5,_maxListeners:_e$3,on:H$4,addListener:be$4,once:Ne$2,off:ve$3,removeListener:Me$1,removeAllListeners:Ce$4,emit:Le$2,prependListener:De$4,prependOnceListener:$e$4,listeners:Fe$4,domain:Wt$2,_exiting:jt$2,config:Xt$3,dlopen:qt$3,uptime:ke$4,_getActiveRequests:Jt$3,_getActiveHandles:zt$2,reallyExit:Qt$1,_kill:Zt$2,cpuUsage:Tr$2,resourceUsage:re$4,memoryUsage:te$4,kill:ee$3,exit:ne$5,openStdin:ie$5,allowedNodeEnvironmentFlags:oe$6,assert:se$4,features:ue$3,_fatalExceptions:ae$4,setUncaughtExceptionCaptureCallback:ce$3,hasUncaughtExceptionCaptureCallback:pe$4,emitWarning:Dt$2,nextTick:_t$1,_tickCallback:le$3,_debugProcess:fe$5,_debugEnd:he$3,_startProfilerIdleNotifier:de$3,_stopProfilerIdleNotifier:me$4,stdout:we$4,stdin:ye$4,stderr:ge$5,abort:Ee$3,umask:Ft$2,chdir:Vt$2,cwd:Ot$3,env:Nt$1,title:Pt$1,argv:vt$1,execArgv:Mt$1,pid:Ie$1,ppid:Be$3,execPath:Te$2,debugPort:Ae$3,hrtime:Ir$2,argv0:xe$3,_preload_modules:Ue$4,setSourceMapsEnabled:Se$4};var nr$2={},Yr$1=!1;function Oe$3(){if(Yr$1)return nr$2;Yr$1=!0,nr$2.byteLength=E,nr$2.toByteArray=C,nr$2.fromByteArray=_;for(var u=[],c=[],p=typeof Uint8Array<"u"?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",m=0,w=l.length;m<w;++m)u[m]=l[m],c[l.charCodeAt(m)]=m;c[45]=62,c[95]=63;function o(f){var h=f.length;if(h%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var g=f.indexOf("=");g===-1&&(g=h);var A=g===h?0:4-g%4;return [g,A]}function E(f){var h=o(f),g=h[0],A=h[1];return (g+A)*3/4-A}function b(f,h,g){return (h+g)*3/4-g}function C(f){var h,g=o(f),A=g[0],v=g[1],P=new p(b(f,A,v)),D=0,F=v>0?A-4:A,L;for(L=0;L<F;L+=4)h=c[f.charCodeAt(L)]<<18|c[f.charCodeAt(L+1)]<<12|c[f.charCodeAt(L+2)]<<6|c[f.charCodeAt(L+3)],P[D++]=h>>16&255,P[D++]=h>>8&255,P[D++]=h&255;return v===2&&(h=c[f.charCodeAt(L)]<<2|c[f.charCodeAt(L+1)]>>4,P[D++]=h&255),v===1&&(h=c[f.charCodeAt(L)]<<10|c[f.charCodeAt(L+1)]<<4|c[f.charCodeAt(L+2)]>>2,P[D++]=h>>8&255,P[D++]=h&255),P}function B(f){return u[f>>18&63]+u[f>>12&63]+u[f>>6&63]+u[f&63]}function k(f,h,g){for(var A,v=[],P=h;P<g;P+=3)A=(f[P]<<16&16711680)+(f[P+1]<<8&65280)+(f[P+2]&255),v.push(B(A));return v.join("")}function _(f){for(var h,g=f.length,A=g%3,v=[],P=16383,D=0,F=g-A;D<F;D+=P)v.push(k(f,D,D+P>F?F:D+P));return A===1?(h=f[g-1],v.push(u[h>>2]+u[h<<4&63]+"==")):A===2&&(h=(f[g-2]<<8)+f[g-1],v.push(u[h>>10]+u[h>>4&63]+u[h<<2&63]+"=")),v.join("")}return nr$2}var pr$2={},Kr$2=!1;function Ve$1(){if(Kr$2)return pr$2;Kr$2=!0;return pr$2.read=function(u,c,p,l,m){var w,o,E=m*8-l-1,b=(1<<E)-1,C=b>>1,B=-7,k=p?m-1:0,_=p?-1:1,f=u[c+k];for(k+=_,w=f&(1<<-B)-1,f>>=-B,B+=E;B>0;w=w*256+u[c+k],k+=_,B-=8);for(o=w&(1<<-B)-1,w>>=-B,B+=l;B>0;o=o*256+u[c+k],k+=_,B-=8);if(w===0)w=1-C;else {if(w===b)return o?NaN:(f?-1:1)*(1/0);o=o+Math.pow(2,l),w=w-C;}return (f?-1:1)*o*Math.pow(2,w-l)},pr$2.write=function(u,c,p,l,m,w){var o,E,b,C=w*8-m-1,B=(1<<C)-1,k=B>>1,_=m===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=l?0:w-1,h=l?1:-1,g=c<0||c===0&&1/c<0?1:0;for(c=Math.abs(c),isNaN(c)||c===1/0?(E=isNaN(c)?1:0,o=B):(o=Math.floor(Math.log(c)/Math.LN2),c*(b=Math.pow(2,-o))<1&&(o--,b*=2),o+k>=1?c+=_/b:c+=_*Math.pow(2,1-k),c*b>=2&&(o++,b/=2),o+k>=B?(E=0,o=B):o+k>=1?(E=(c*b-1)*Math.pow(2,m),o=o+k):(E=c*Math.pow(2,k-1)*Math.pow(2,m),o=0));m>=8;u[p+f]=E&255,f+=h,E/=256,m-=8);for(o=o<<m|E,C+=m;C>0;u[p+f]=o&255,f+=h,o/=256,C-=8);u[p+f-h]|=g*128;},pr$2}var j$7={},Hr$1=!1;function Ge$3(){if(Hr$1)return j$7;Hr$1=!0;let u=Oe$3(),c=Ve$1(),p=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;j$7.Buffer=o,j$7.SlowBuffer=v,j$7.INSPECT_MAX_BYTES=50;let l=2147483647;j$7.kMaxLength=l,o.TYPED_ARRAY_SUPPORT=m(),!o.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function m(){try{let e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch{return !1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.byteOffset}});function w(e){if(e>l)throw new RangeError('The value "'+e+'" is invalid for option "size"');let r=new Uint8Array(e);return Object.setPrototypeOf(r,o.prototype),r}function o(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return B(e)}return E(e,r,t)}o.poolSize=8192;function E(e,r,t){if(typeof e=="string")return k(e,r);if(ArrayBuffer.isView(e))return f(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return h(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return o.from(n,r,t);let i=g(e);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return o.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}o.from=function(e,r,t){return E(e,r,t)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function b(e){if(typeof e!="number")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 C(e,r,t){return b(e),e<=0?w(e):r!==void 0?typeof t=="string"?w(e).fill(r,t):w(e).fill(r):w(e)}o.alloc=function(e,r,t){return C(e,r,t)};function B(e){return b(e),w(e<0?0:A(e)|0)}o.allocUnsafe=function(e){return B(e)},o.allocUnsafeSlow=function(e){return B(e)};function k(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!o.isEncoding(r))throw new TypeError("Unknown encoding: "+r);let t=P(e,r)|0,n=w(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function _(e){let r=e.length<0?0:A(e.length)|0,t=w(r);for(let n=0;n<r;n+=1)t[n]=e[n]&255;return t}function f(e){if(O(e,Uint8Array)){let r=new Uint8Array(e);return h(r.buffer,r.byteOffset,r.byteLength)}return _(e)}function h(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,o.prototype),n}function g(e){if(o.isBuffer(e)){let r=A(e.length)|0,t=w(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||gr(e.length)?w(0):_(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _(e.data)}function A(e){if(e>=l)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+l.toString(16)+" bytes");return e|0}function v(e){return +e!=e&&(e=0),o.alloc(+e)}o.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==o.prototype},o.compare=function(r,t){if(O(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),O(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),!o.isBuffer(r)||!o.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;let n=r.length,i=t.length;for(let s=0,a=Math.min(n,i);s<a;++s)if(r[s]!==t[s]){n=r[s],i=t[s];break}return n<i?-1:i<n?1:0},o.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return !0;default:return !1}},o.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return o.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;let i=o.allocUnsafe(t),s=0;for(n=0;n<r.length;++n){let a=r[n];if(O(a,Uint8Array))s+a.length>i.length?(o.isBuffer(a)||(a=o.from(a)),a.copy(i,s)):Uint8Array.prototype.set.call(i,a,s);else if(o.isBuffer(a))a.copy(i,s);else throw new TypeError('"list" argument must be an Array of Buffers');s+=a.length;}return i};function P(e,r){if(o.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let t=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return wr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Or(e).length;default:if(i)return n?-1:wr(e).length;r=(""+r).toLowerCase(),i=!0;}}o.byteLength=P;function D(e,r,t){let n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return "";for(e||(e="utf8");;)switch(e){case"hex":return wt(this,r,t);case"utf8":case"utf-8":return br(this,r,t);case"ascii":return dt(this,r,t);case"latin1":case"binary":return mt(this,r,t);case"base64":return ft(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gt(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0;}}o.prototype._isBuffer=!0;function F(e,r,t){let n=e[r];e[r]=e[t],e[t]=n;}o.prototype.swap16=function(){let r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<r;t+=2)F(this,t,t+1);return this},o.prototype.swap32=function(){let r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<r;t+=4)F(this,t,t+3),F(this,t+1,t+2);return this},o.prototype.swap64=function(){let r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<r;t+=8)F(this,t,t+7),F(this,t+1,t+6),F(this,t+2,t+5),F(this,t+3,t+4);return this},o.prototype.toString=function(){let r=this.length;return r===0?"":arguments.length===0?br(this,0,r):D.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(r){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:o.compare(this,r)===0},o.prototype.inspect=function(){let r="",t=j$7.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"},p&&(o.prototype[p]=o.prototype.inspect),o.prototype.compare=function(r,t,n,i,s){if(O(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),!o.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),s===void 0&&(s=this.length),t<0||n>r.length||i<0||s>this.length)throw new RangeError("out of range index");if(i>=s&&t>=n)return 0;if(i>=s)return -1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,s>>>=0,this===r)return 0;let a=s-i,d=n-t,x=Math.min(a,d),I=this.slice(i,s),U=r.slice(t,n);for(let y=0;y<x;++y)if(I[y]!==U[y]){a=I[y],d=U[y];break}return a<d?-1:d<a?1:0};function L(e,r,t,n,i){if(e.length===0)return -1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,gr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return -1;t=e.length-1;}else if(t<0)if(i)t=0;else return -1;if(typeof r=="string"&&(r=o.from(r,n)),o.isBuffer(r))return r.length===0?-1:Rr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):Rr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Rr(e,r,t,n,i){let s=1,a=e.length,d=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return -1;s=2,a/=2,d/=2,t/=2;}function x(U,y){return s===1?U[y]:U.readUInt16BE(y*s)}let I;if(i){let U=-1;for(I=t;I<a;I++)if(x(e,I)===x(r,U===-1?0:I-U)){if(U===-1&&(U=I),I-U+1===d)return U*s}else U!==-1&&(I-=I-U),U=-1;}else for(t+d>a&&(t=a-d),I=t;I>=0;I--){let U=!0;for(let y=0;y<d;y++)if(x(e,I+y)!==x(r,y)){U=!1;break}if(U)return I}return -1}o.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1},o.prototype.indexOf=function(r,t,n){return L(this,r,t,n,!0)},o.prototype.lastIndexOf=function(r,t,n){return L(this,r,t,n,!1)};function ut(e,r,t,n){t=Number(t)||0;let i=e.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let s=r.length;n>s/2&&(n=s/2);let a;for(a=0;a<n;++a){let d=parseInt(r.substr(a*2,2),16);if(gr(d))return a;e[t+a]=d;}return a}function at(e,r,t,n){return ar(wr(r,e.length-t),e,t,n)}function ct(e,r,t,n){return ar(Bt(r),e,t,n)}function pt(e,r,t,n){return ar(Or(r),e,t,n)}function lt(e,r,t,n){return ar(Tt(r,e.length-t),e,t,n)}o.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let s=this.length-t;if((n===void 0||n>s)&&(n=s),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let a=!1;for(;;)switch(i){case"hex":return ut(this,r,t,n);case"utf8":case"utf-8":return at(this,r,t,n);case"ascii":case"latin1":case"binary":return ct(this,r,t,n);case"base64":return pt(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lt(this,r,t,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0;}},o.prototype.toJSON=function(){return {type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ft(e,r,t){return r===0&&t===e.length?u.fromByteArray(e):u.fromByteArray(e.slice(r,t))}function br(e,r,t){t=Math.min(e.length,t);let n=[],i=r;for(;i<t;){let s=e[i],a=null,d=s>239?4:s>223?3:s>191?2:1;if(i+d<=t){let x,I,U,y;switch(d){case 1:s<128&&(a=s);break;case 2:x=e[i+1],(x&192)===128&&(y=(s&31)<<6|x&63,y>127&&(a=y));break;case 3:x=e[i+1],I=e[i+2],(x&192)===128&&(I&192)===128&&(y=(s&15)<<12|(x&63)<<6|I&63,y>2047&&(y<55296||y>57343)&&(a=y));break;case 4:x=e[i+1],I=e[i+2],U=e[i+3],(x&192)===128&&(I&192)===128&&(U&192)===128&&(y=(s&15)<<18|(x&63)<<12|(I&63)<<6|U&63,y>65535&&y<1114112&&(a=y));}}a===null?(a=65533,d=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=d;}return ht(n)}let Nr=4096;function ht(e){let r=e.length;if(r<=Nr)return String.fromCharCode.apply(String,e);let t="",n=0;for(;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=Nr));return t}function dt(e,r,t){let n="";t=Math.min(e.length,t);for(let i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function mt(e,r,t){let n="";t=Math.min(e.length,t);for(let i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function wt(e,r,t){let n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);let i="";for(let s=r;s<t;++s)i+=At[e[s]];return i}function gt(e,r,t){let n=e.slice(r,t),i="";for(let s=0;s<n.length-1;s+=2)i+=String.fromCharCode(n[s]+n[s+1]*256);return i}o.prototype.slice=function(r,t){let n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);let i=this.subarray(r,t);return Object.setPrototypeOf(i,o.prototype),i};function N(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUintLE=o.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r],s=1,a=0;for(;++a<t&&(s*=256);)i+=this[r+a]*s;return i},o.prototype.readUintBE=o.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r+--t],s=1;for(;t>0&&(s*=256);)i+=this[r+--t]*s;return i},o.prototype.readUint8=o.prototype.readUInt8=function(r,t){return r=r>>>0,t||N(r,1,this.length),this[r]},o.prototype.readUint16LE=o.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||N(r,2,this.length),this[r]|this[r+1]<<8},o.prototype.readUint16BE=o.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||N(r,2,this.length),this[r]<<8|this[r+1]},o.prototype.readUint32LE=o.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||N(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216},o.prototype.readUint32BE=o.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])},o.prototype.readBigUInt64LE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=t+this[++r]*2**8+this[++r]*2**16+this[++r]*2**24,s=this[++r]+this[++r]*2**8+this[++r]*2**16+n*2**24;return BigInt(i)+(BigInt(s)<<BigInt(32))}),o.prototype.readBigUInt64BE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=t*2**24+this[++r]*2**16+this[++r]*2**8+this[++r],s=this[++r]*2**24+this[++r]*2**16+this[++r]*2**8+n;return (BigInt(i)<<BigInt(32))+BigInt(s)}),o.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=this[r],s=1,a=0;for(;++a<t&&(s*=256);)i+=this[r+a]*s;return s*=128,i>=s&&(i-=Math.pow(2,8*t)),i},o.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||N(r,t,this.length);let i=t,s=1,a=this[r+--i];for(;i>0&&(s*=256);)a+=this[r+--i]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*t)),a},o.prototype.readInt8=function(r,t){return r=r>>>0,t||N(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]},o.prototype.readInt16LE=function(r,t){r=r>>>0,t||N(r,2,this.length);let n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n},o.prototype.readInt16BE=function(r,t){r=r>>>0,t||N(r,2,this.length);let n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n},o.prototype.readInt32LE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},o.prototype.readInt32BE=function(r,t){return r=r>>>0,t||N(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},o.prototype.readBigInt64LE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=this[r+4]+this[r+5]*2**8+this[r+6]*2**16+(n<<24);return (BigInt(i)<<BigInt(32))+BigInt(t+this[++r]*2**8+this[++r]*2**16+this[++r]*2**24)}),o.prototype.readBigInt64BE=Y(function(r){r=r>>>0,rr(r,"offset");let t=this[r],n=this[r+7];(t===void 0||n===void 0)&&er(r,this.length-8);let i=(t<<24)+this[++r]*2**16+this[++r]*2**8+this[++r];return (BigInt(i)<<BigInt(32))+BigInt(this[++r]*2**24+this[++r]*2**16+this[++r]*2**8+n)}),o.prototype.readFloatLE=function(r,t){return r=r>>>0,t||N(r,4,this.length),c.read(this,r,!0,23,4)},o.prototype.readFloatBE=function(r,t){return r=r>>>0,t||N(r,4,this.length),c.read(this,r,!1,23,4)},o.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||N(r,8,this.length),c.read(this,r,!0,52,8)},o.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||N(r,8,this.length),c.read(this,r,!1,52,8)};function $(e,r,t,n,i,s){if(!o.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<s)throw new RangeError('"value" argument is out of bounds');if(t+n>e.length)throw new RangeError("Index out of range")}o.prototype.writeUintLE=o.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){let d=Math.pow(2,8*n)-1;$(this,r,t,n,d,0);}let s=1,a=0;for(this[t]=r&255;++a<n&&(s*=256);)this[t+a]=r/s&255;return t+n},o.prototype.writeUintBE=o.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){let d=Math.pow(2,8*n)-1;$(this,r,t,n,d,0);}let s=n-1,a=1;for(this[t+s]=r&255;--s>=0&&(a*=256);)this[t+s]=r/a&255;return t+n},o.prototype.writeUint8=o.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,1,255,0),this[t]=r&255,t+1},o.prototype.writeUint16LE=o.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeUint16BE=o.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeUint32LE=o.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4},o.prototype.writeUint32BE=o.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function vr(e,r,t,n,i){Fr(r,n,i,e,t,7);let s=Number(r&BigInt(4294967295));e[t++]=s,s=s>>8,e[t++]=s,s=s>>8,e[t++]=s,s=s>>8,e[t++]=s;let a=Number(r>>BigInt(32)&BigInt(4294967295));return e[t++]=a,a=a>>8,e[t++]=a,a=a>>8,e[t++]=a,a=a>>8,e[t++]=a,t}function Mr(e,r,t,n,i){Fr(r,n,i,e,t,7);let s=Number(r&BigInt(4294967295));e[t+7]=s,s=s>>8,e[t+6]=s,s=s>>8,e[t+5]=s,s=s>>8,e[t+4]=s;let a=Number(r>>BigInt(32)&BigInt(4294967295));return e[t+3]=a,a=a>>8,e[t+2]=a,a=a>>8,e[t+1]=a,a=a>>8,e[t]=a,t+8}o.prototype.writeBigUInt64LE=Y(function(r,t=0){return vr(this,r,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeBigUInt64BE=Y(function(r,t=0){return Mr(this,r,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){let x=Math.pow(2,8*n-1);$(this,r,t,n,x-1,-x);}let s=0,a=1,d=0;for(this[t]=r&255;++s<n&&(a*=256);)r<0&&d===0&&this[t+s-1]!==0&&(d=1),this[t+s]=(r/a>>0)-d&255;return t+n},o.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){let x=Math.pow(2,8*n-1);$(this,r,t,n,x-1,-x);}let s=n-1,a=1,d=0;for(this[t+s]=r&255;--s>=0&&(a*=256);)r<0&&d===0&&this[t+s+1]!==0&&(d=1),this[t+s]=(r/a>>0)-d&255;return t+n},o.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1},o.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4},o.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||$(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4},o.prototype.writeBigInt64LE=Y(function(r,t=0){return vr(this,r,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),o.prototype.writeBigInt64BE=Y(function(r,t=0){return Mr(this,r,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Cr(e,r,t,n,i,s){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Lr(e,r,t,n,i){return r=+r,t=t>>>0,i||Cr(e,r,t,4),c.write(e,r,t,n,23,4),t+4}o.prototype.writeFloatLE=function(r,t,n){return Lr(this,r,t,!0,n)},o.prototype.writeFloatBE=function(r,t,n){return Lr(this,r,t,!1,n)};function Dr(e,r,t,n,i){return r=+r,t=t>>>0,i||Cr(e,r,t,8),c.write(e,r,t,n,52,8),t+8}o.prototype.writeDoubleLE=function(r,t,n){return Dr(this,r,t,!0,n)},o.prototype.writeDoubleBE=function(r,t,n){return Dr(this,r,t,!1,n)},o.prototype.copy=function(r,t,n,i){if(!o.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-t<i-n&&(i=r.length-t+n);let s=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),s},o.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){let a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a);}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);let s;if(typeof r=="number")for(s=t;s<n;++s)this[s]=r;else {let a=o.isBuffer(r)?r:o.from(r,i),d=a.length;if(d===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(s=0;s<n-t;++s)this[s+t]=a[s%d];}return this};let Z={};function mr(e,r,t){Z[e]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:r.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,delete this.name;}get code(){return e}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0});}toString(){return `${this.name} [${e}]: ${this.message}`}};}mr("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),mr("ERR_INVALID_ARG_TYPE",function(e,r){return `The "${e}" argument must be of type number. Received type ${typeof r}`},TypeError),mr("ERR_OUT_OF_RANGE",function(e,r,t){let n=`The value of "${e}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=$r(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=$r(i)),i+="n"),n+=` It must be ${r}. Received ${i}`,n},RangeError);function $r(e){let r="",t=e.length,n=e[0]==="-"?1:0;for(;t>=n+4;t-=3)r=`_${e.slice(t-3,t)}${r}`;return `${e.slice(0,t)}${r}`}function yt(e,r,t){rr(r,"offset"),(e[r]===void 0||e[r+t]===void 0)&&er(r,e.length-(t+1));}function Fr(e,r,t,n,i,s){if(e>t||e<r){let a=typeof r=="bigint"?"n":"",d;throw r===0||r===BigInt(0)?d=`>= 0${a} and < 2${a} ** ${(s+1)*8}${a}`:d=`>= -(2${a} ** ${(s+1)*8-1}${a}) and < 2 ** ${(s+1)*8-1}${a}`,new Z.ERR_OUT_OF_RANGE("value",d,e)}yt(n,i,s);}function rr(e,r){if(typeof e!="number")throw new Z.ERR_INVALID_ARG_TYPE(r,"number",e)}function er(e,r,t){throw Math.floor(e)!==e?(rr(e,t),new Z.ERR_OUT_OF_RANGE("offset","an integer",e)):r<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE("offset",`>= ${0} and <= ${r}`,e)}let Et=/[^+/0-9A-Za-z-_]/g;function It(e){if(e=e.split("=")[0],e=e.trim().replace(Et,""),e.length<2)return "";for(;e.length%4!==0;)e=e+"=";return e}function wr(e,r){r=r||1/0;let t,n=e.length,i=null,s=[];for(let a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&s.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&s.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&s.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536;}else i&&(r-=3)>-1&&s.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;s.push(t);}else if(t<2048){if((r-=2)<0)break;s.push(t>>6|192,t&63|128);}else if(t<65536){if((r-=3)<0)break;s.push(t>>12|224,t>>6&63|128,t&63|128);}else if(t<1114112){if((r-=4)<0)break;s.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128);}else throw new Error("Invalid code point")}return s}function Bt(e){let r=[];for(let t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function Tt(e,r){let t,n,i,s=[];for(let a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,s.push(i),s.push(n);return s}function Or(e){return u.toByteArray(It(e))}function ar(e,r,t,n){let i;for(i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function O(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function gr(e){return e!==e}let At=function(){let e="0123456789abcdef",r=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)r[n+i]=e[t]+e[i];}return r}();function Y(e){return typeof BigInt>"u"?xt:e}function xt(){throw new Error("BigInt not supported")}return j$7}var X$5=Ge$3();var S$8=X$5.Buffer;var Ur$2={};St$1(Ur$2,{deleteItem:()=>We$6,getItem:()=>fr$2,setItem:()=>or$3});var ir$2=()=>typeof window>"u",lr$2=()=>!ir$2();var Ye$3="__IMX-",Ar$3=()=>lr$2()&&window.localStorage,Ke$1=u=>{if(u!==null)try{return JSON.parse(u)}catch{return u}},He$2=u=>typeof u=="string"?u:JSON.stringify(u),xr$3=u=>`${Ye$3}${u}`;function fr$2(u){if(Ar$3())return Ke$1(window.localStorage.getItem(xr$3(u)))}var or$3=(u,c)=>Ar$3()?(window.localStorage.setItem(xr$3(u),He$2(c)),!0):!1,We$6=u=>Ar$3()?(window.localStorage.removeItem(xr$3(u)),!0):!1;var Sr$2=0,Wr=u=>{let c=parseInt(u,10)*1e3,p=new Date(c),l=new Date;return Sr$2=p.getTime()-l.getTime(),Sr$2},jr$2=()=>{let u=new Date().getTime()+Sr$2;return new Date(u).toISOString()};var sr$2=(E=>(E.RUNTIME_ID="rid",E.PASSPORT_CLIENT_ID="passportClientId",E.ENVIRONMENT="env",E.PUBLISHABLE_API_KEY="pak",E.IDENTITY="uid",E.DOMAIN="domain",E.SDK_VERSION="sdkVersion",E))(sr$2||{});var Xe$5="https://api.immutable.com";async function hr$3(u,c){let p=axios$1.create({baseURL:Xe$5}),l=JSON.stringify(c),m={payload:S$8.from(l).toString("base64")};return (await p.post(u,m)).data}var q$7,J$5,qe$2=()=>{q$7=fr$2("metrics-events")||[],J$5=fr$2("metrics-runtime")||{};};qe$2();var V$6=(u,c)=>{J$5={...J$5,[u]:c},or$3("metrics-runtime",J$5);},ur$2=u=>{if(J$5[u]!==void 0)return J$5[u]},Xr=()=>J$5,qr$1=()=>q$7,Jr$1=u=>{q$7.push(u),or$3("metrics-events",q$7);},zr$2=u=>{q$7=q$7.slice(u),or$3("metrics-events",q$7);},dr$2=u=>{let c=[];return Object.entries(u).forEach(([p,l])=>{(typeof p=="string"||typeof l=="string"||typeof l=="number"||typeof l=="boolean")&&c.push([p,l.toString()]);}),c};var kr$2="2.4.9",Je$3=()=>ir$2()?"":window.location.ancestorOrigins&&window.location.ancestorOrigins.length>0?new URL(window.location.ancestorOrigins[0]).hostname:document.referrer?new URL(window.document.referrer).hostname:"",ze$3=()=>{if(ir$2())return "";let u;try{window.self!==window.top&&(u=Je$3());}catch{}return u||(u=window.location.hostname),u},Qe$3=()=>{if(V$6("sdkVersion",kr$2),ir$2())return {browser:"nodejs",sdkVersion:kr$2};let u=ze$3();return u&&V$6("domain",u),{sdkVersion:kr$2,browser:window.navigator.userAgent,domain:u,tz:Intl.DateTimeFormat().resolvedOptions().timeZone,screen:`${window.screen.width}x${window.screen.height}`}},_r$2=!1,Qr$1=()=>_r$2,Zr=async()=>{_r$2=!0;try{let u=dr$2(Qe$3()),c=ur$2("rid"),p=ur$2("uid"),m=await hr$3("/v1/sdk/initialise",{version:1,data:{runtimeDetails:u,runtimeId:c,uId:p}}),{runtimeId:w,sTime:o}=m;V$6("rid",w),Wr(o);}catch{_r$2=!1;}};function R$4(u,c){return (...p)=>{try{let l=u(...p);return l instanceof Promise?l.catch(()=>c):l}catch{return c}}}function Ze$4(){return lr$2()||typeof T$7>"u"?!1:T$7.env.JEST_WORKER_ID!==void 0}var rt$1=R$4(Ze$4,!1);var et$1="imtbl__metrics",tn$1=5e3,en$1=1e3,z$9=(u,c)=>getGlobalisedValue_1(et$1,u,c),nt$2=(u,c)=>{let p=memorise(c,{lruOptions:{ttl:tn$1,max:en$1}});return getGlobalisedValue_1(et$1,u,p)};var nn=5e3,on=(u,c,p)=>{let l={event:`${u}.${c}`,time:jr$2(),...p&&{properties:dr$2(p)}};Jr$1(l);},Q$7=R$4(nt$2("track",on)),sn=async()=>{if(Qr$1()===!1){await Zr();return}let u=qr$1();if(u.length===0)return;let c=u.length,p=Xr();await hr$3("/v1/sdk/metrics",{version:1,data:{events:u,details:p}})instanceof Error||zr$2(c);},un$1=R$4(sn),ot$1=async()=>{await un$1(),setTimeout(ot$1,nn);},it$1=!1,an=()=>{it$1||(it$1=!0,ot$1());};rt$1()||R$4(z$9("startFlushing",an))();var Pr$3=(u,c,p,l)=>Q$7(u,c,{...l||{},duration:Math.round(p)});var st$2=()=>{let u=()=>Math.floor((1+Math.random())*65536).toString(16).substring(1);return `${u()}${u()}-${u()}-${u()}-${u()}-${u()}${u()}${u()}`};var cn=(...u)=>{if(!u.some(l=>!!l))return {};let p={};return u.forEach(l=>{l&&(p={...p,...l});}),p},pn=u=>u.replace(/[^a-zA-Z0-9\s\-_]/g,""),ln=(u,c)=>`${u}_${pn(c)}`,fn$1=(u,c,p=!0,l)=>{let m=st$2(),w=Date.now(),o=0,E=0,b={},C=(..._)=>cn(b,..._,{flowId:m,flowName:c});b=C(l);let B=_=>{_&&(b=C(_));},k=(_,f)=>{let h=ln(c,_),g=0,A=performance.now();o>0&&(g=A-E);let v=C(f,{flowEventName:_,flowStep:o});Pr$3(u,h,g,v),o++,E=A;};return p&&k("Start"),{details:{moduleName:u,flowName:c,flowId:m,flowStartTime:w},addEvent:R$4(k),addFlowProperties:R$4(B)}},hn=R$4(fn$1);var dn$1=(u,c,p,l)=>{let{message:m}=p,w=p.stack||"",{cause:o}=p;o instanceof Error&&(w=`${w}
4113
4113
  Cause: ${o.message}
4114
4114
  ${o.stack}`),Q$7(u,`trackError_${c}`,{...l||{},errorMessage:m,errorStack:w,isTrackError:!0});},mn=R$4(dn$1);var En$1=u=>{V$6("env",u);},In$1=R$4(z$9("setEnvironment",En$1)),Bn=u=>{V$6("passportClientId",u);};R$4(z$9("setPassportClientId",Bn));var An=u=>{V$6("pak",u);};R$4(z$9("setPublishableApiKey",An));R$4(z$9("getDetail",ur$2));
4115
4115
 
@@ -69855,7 +69855,7 @@ function snapshot(proxyObject, handlePromise) {
69855
69855
 
69856
69856
  const o$3=proxy({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),T$5={state:o$3,subscribe(e){return subscribe(o$3,()=>e(o$3))},push(e,t){e!==o$3.view&&(o$3.view=e,t&&(o$3.data=t),o$3.history.push(e));},reset(e){o$3.view=e,o$3.history=[e];},replace(e){o$3.history.length>1&&(o$3.history[o$3.history.length-1]=e,o$3.view=e);},goBack(){if(o$3.history.length>1){o$3.history.pop();const[e]=o$3.history.slice(-1);o$3.view=e;}},setData(e){o$3.data=e;}},a$3={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",WCM_VERSION:"WCM_VERSION",RECOMMENDED_WALLET_AMOUNT:9,isMobile(){return typeof window<"u"?Boolean(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return a$3.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isIos(){const e=navigator.userAgent.toLowerCase();return a$3.isMobile()&&(e.includes("iphone")||e.includes("ipad"))},isHttpUrl(e){return e.startsWith("http://")||e.startsWith("https://")},isArray(e){return Array.isArray(e)&&e.length>0},formatNativeUrl(e,t,s){if(a$3.isHttpUrl(e))return this.formatUniversalUrl(e,t,s);let n=e;n.includes("://")||(n=e.replaceAll("/","").replaceAll(":",""),n=`${n}://`),n.endsWith("/")||(n=`${n}/`),this.setWalletConnectDeepLink(n,s);const i=encodeURIComponent(t);return `${n}wc?uri=${i}`},formatUniversalUrl(e,t,s){if(!a$3.isHttpUrl(e))return this.formatNativeUrl(e,t,s);let n=e;n.endsWith("/")||(n=`${n}/`),this.setWalletConnectDeepLink(n,s);const i=encodeURIComponent(t);return `${n}wc?uri=${i}`},async wait(e){return new Promise(t=>{setTimeout(t,e);})},openHref(e,t){window.open(e,t,"noreferrer noopener");},setWalletConnectDeepLink(e,t){try{localStorage.setItem(a$3.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:t}));}catch{console.info("Unable to set WalletConnect deep link");}},setWalletConnectAndroidDeepLink(e){try{const[t]=e.split("?");localStorage.setItem(a$3.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:"Android"}));}catch{console.info("Unable to set WalletConnect android deep link");}},removeWalletConnectDeepLink(){try{localStorage.removeItem(a$3.WALLETCONNECT_DEEPLINK_CHOICE);}catch{console.info("Unable to remove WalletConnect deep link");}},setModalVersionInStorage(){try{typeof localStorage<"u"&&localStorage.setItem(a$3.WCM_VERSION,"2.6.2");}catch{console.info("Unable to set Web3Modal version in storage");}},getWalletRouterData(){var e;const t=(e=T$5.state.data)==null?void 0:e.Wallet;if(!t)throw new Error('Missing "Wallet" view data');return t}},_$2=typeof location<"u"&&(location.hostname.includes("localhost")||location.protocol.includes("https")),r$4=proxy({enabled:_$2,userSessionId:"",events:[],connectedWalletId:void 0}),R$2={state:r$4,subscribe(e){return subscribe(r$4.events,()=>e(snapshot(r$4.events[r$4.events.length-1])))},initialize(){r$4.enabled&&typeof(crypto==null?void 0:crypto.randomUUID)<"u"&&(r$4.userSessionId=crypto.randomUUID());},setConnectedWalletId(e){r$4.connectedWalletId=e;},click(e){if(r$4.enabled){const t={type:"CLICK",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}},track(e){if(r$4.enabled){const t={type:"TRACK",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}},view(e){if(r$4.enabled){const t={type:"VIEW",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}}},c$4=proxy({chains:void 0,walletConnectUri:void 0,isAuth:!1,isCustomDesktop:!1,isCustomMobile:!1,isDataLoaded:!1,isUiLoaded:!1}),p$9={state:c$4,subscribe(e){return subscribe(c$4,()=>e(c$4))},setChains(e){c$4.chains=e;},setWalletConnectUri(e){c$4.walletConnectUri=e;},setIsCustomDesktop(e){c$4.isCustomDesktop=e;},setIsCustomMobile(e){c$4.isCustomMobile=e;},setIsDataLoaded(e){c$4.isDataLoaded=e;},setIsUiLoaded(e){c$4.isUiLoaded=e;},setIsAuth(e){c$4.isAuth=e;}},W$2=proxy({projectId:"",mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chains:void 0,enableAuthMode:!1,enableExplorer:!0,explorerExcludedWalletIds:void 0,explorerRecommendedWalletIds:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),y$8={state:W$2,subscribe(e){return subscribe(W$2,()=>e(W$2))},setConfig(e){var t,s;R$2.initialize(),p$9.setChains(e.chains),p$9.setIsAuth(Boolean(e.enableAuthMode)),p$9.setIsCustomMobile(Boolean((t=e.mobileWallets)==null?void 0:t.length)),p$9.setIsCustomDesktop(Boolean((s=e.desktopWallets)==null?void 0:s.length)),a$3.setModalVersionInStorage(),Object.assign(W$2,e);}};var V$4=Object.defineProperty,D$4=Object.getOwnPropertySymbols,H$2=Object.prototype.hasOwnProperty,B$4=Object.prototype.propertyIsEnumerable,M$5=(e,t,s)=>t in e?V$4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,K$4=(e,t)=>{for(var s in t||(t={}))H$2.call(t,s)&&M$5(e,s,t[s]);if(D$4)for(var s of D$4(t))B$4.call(t,s)&&M$5(e,s,t[s]);return e};const L$7="https://explorer-api.walletconnect.com",E$7="wcm",O$5="js-2.6.2";async function w$5(e,t){const s=K$4({sdkType:E$7,sdkVersion:O$5},t),n=new URL(e,L$7);return n.searchParams.append("projectId",y$8.state.projectId),Object.entries(s).forEach(([i,l])=>{l&&n.searchParams.append(i,String(l));}),(await fetch(n)).json()}const m$4={async getDesktopListings(e){return w$5("/w3m/v1/getDesktopListings",e)},async getMobileListings(e){return w$5("/w3m/v1/getMobileListings",e)},async getInjectedListings(e){return w$5("/w3m/v1/getInjectedListings",e)},async getAllListings(e){return w$5("/w3m/v1/getAllListings",e)},getWalletImageUrl(e){return `${L$7}/w3m/v1/getWalletImage/${e}?projectId=${y$8.state.projectId}&sdkType=${E$7}&sdkVersion=${O$5}`},getAssetImageUrl(e){return `${L$7}/w3m/v1/getAssetImage/${e}?projectId=${y$8.state.projectId}&sdkType=${E$7}&sdkVersion=${O$5}`}};var z$7=Object.defineProperty,j$5=Object.getOwnPropertySymbols,J$2=Object.prototype.hasOwnProperty,q$4=Object.prototype.propertyIsEnumerable,k$3=(e,t,s)=>t in e?z$7(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,F$1=(e,t)=>{for(var s in t||(t={}))J$2.call(t,s)&&k$3(e,s,t[s]);if(j$5)for(var s of j$5(t))q$4.call(t,s)&&k$3(e,s,t[s]);return e};const N$3=a$3.isMobile(),d$5=proxy({wallets:{listings:[],total:0,page:1},search:{listings:[],total:0,page:1},recomendedWallets:[]}),te$3={state:d$5,async getRecomendedWallets(){const{explorerRecommendedWalletIds:e,explorerExcludedWalletIds:t}=y$8.state;if(e==="NONE"||t==="ALL"&&!e)return d$5.recomendedWallets;if(a$3.isArray(e)){const s={recommendedIds:e.join(",")},{listings:n}=await m$4.getAllListings(s),i=Object.values(n);i.sort((l,v)=>{const b=e.indexOf(l.id),f=e.indexOf(v.id);return b-f}),d$5.recomendedWallets=i;}else {const{chains:s,isAuth:n}=p$9.state,i=s?.join(","),l=a$3.isArray(t),v={page:1,sdks:n?"auth_v1":void 0,entries:a$3.RECOMMENDED_WALLET_AMOUNT,chains:i,version:2,excludedIds:l?t.join(","):void 0},{listings:b}=N$3?await m$4.getMobileListings(v):await m$4.getDesktopListings(v);d$5.recomendedWallets=Object.values(b);}return d$5.recomendedWallets},async getWallets(e){const t=F$1({},e),{explorerRecommendedWalletIds:s,explorerExcludedWalletIds:n}=y$8.state,{recomendedWallets:i}=d$5;if(n==="ALL")return d$5.wallets;i.length?t.excludedIds=i.map(x=>x.id).join(","):a$3.isArray(s)&&(t.excludedIds=s.join(",")),a$3.isArray(n)&&(t.excludedIds=[t.excludedIds,n].filter(Boolean).join(",")),p$9.state.isAuth&&(t.sdks="auth_v1");const{page:l,search:v}=e,{listings:b,total:f}=N$3?await m$4.getMobileListings(t):await m$4.getDesktopListings(t),A=Object.values(b),U=v?"search":"wallets";return d$5[U]={listings:[...d$5[U].listings,...A],total:f,page:l??1},{listings:A,total:f}},getWalletImageUrl(e){return m$4.getWalletImageUrl(e)},getAssetImageUrl(e){return m$4.getAssetImageUrl(e)},resetSearch(){d$5.search={listings:[],total:0,page:1};}},I$4=proxy({open:!1}),se$3={state:I$4,subscribe(e){return subscribe(I$4,()=>e(I$4))},async open(e){return new Promise(t=>{const{isUiLoaded:s,isDataLoaded:n}=p$9.state;if(a$3.removeWalletConnectDeepLink(),p$9.setWalletConnectUri(e?.uri),p$9.setChains(e?.chains),T$5.reset("ConnectWallet"),s&&n)I$4.open=!0,t();else {const i=setInterval(()=>{const l=p$9.state;l.isUiLoaded&&l.isDataLoaded&&(clearInterval(i),I$4.open=!0,t());},200);}})},close(){I$4.open=!1;}};var G$2=Object.defineProperty,$$1=Object.getOwnPropertySymbols,Q$5=Object.prototype.hasOwnProperty,X$3=Object.prototype.propertyIsEnumerable,S$5=(e,t,s)=>t in e?G$2(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,Y$2=(e,t)=>{for(var s in t||(t={}))Q$5.call(t,s)&&S$5(e,s,t[s]);if($$1)for(var s of $$1(t))X$3.call(t,s)&&S$5(e,s,t[s]);return e};function Z$3(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const C$6=proxy({themeMode:Z$3()?"dark":"light"}),ne$4={state:C$6,subscribe(e){return subscribe(C$6,()=>e(C$6))},setThemeConfig(e){const{themeMode:t,themeVariables:s}=e;t&&(C$6.themeMode=t),s&&(C$6.themeVariables=Y$2({},s));}},g$5=proxy({open:!1,message:"",variant:"success"}),oe$4={state:g$5,subscribe(e){return subscribe(g$5,()=>e(g$5))},openToast(e,t){g$5.open=!0,g$5.message=e,g$5.variant=t;},closeToast(){g$5.open=!1;}};
69857
69857
 
69858
- let d$4 = class d{constructor(e){this.openModal=se$3.open,this.closeModal=se$3.close,this.subscribeModal=se$3.subscribe,this.setTheme=ne$4.setThemeConfig,ne$4.setThemeConfig(e),y$8.setConfig(e),this.initUi();}async initUi(){if(typeof window<"u"){await import('./index-BFdJZ7kd.js');const e=document.createElement("wcm-modal");document.body.insertAdjacentElement("beforeend",e),p$9.setIsUiLoaded(!0);}}};
69858
+ let d$4 = class d{constructor(e){this.openModal=se$3.open,this.closeModal=se$3.close,this.subscribeModal=se$3.subscribe,this.setTheme=ne$4.setThemeConfig,ne$4.setThemeConfig(e),y$8.setConfig(e),this.initUi();}async initUi(){if(typeof window<"u"){await import('./index-DWGkoLls.js');const e=document.createElement("wcm-modal");document.body.insertAdjacentElement("beforeend",e),p$9.setIsUiLoaded(!0);}}};
69859
69859
 
69860
69860
  var index$1 = /*#__PURE__*/Object.freeze({
69861
69861
  __proto__: null,
@@ -86188,7 +86188,7 @@ var Analytics = /** @class */ (function (_super) {
86188
86188
  return __generator(this, function (_b) {
86189
86189
  switch (_b.label) {
86190
86190
  case 0: return [4 /*yield*/, import(
86191
- /* webpackChunkName: "auto-track" */ './auto-track-Qz7LJ7YA.js')];
86191
+ /* webpackChunkName: "auto-track" */ './auto-track-Btn0BfZf.js')];
86192
86192
  case 1:
86193
86193
  autotrack = _b.sent();
86194
86194
  return [2 /*return*/, (_a = autotrack.link).call.apply(_a, __spreadArray$1([this], args, false))];
@@ -86207,7 +86207,7 @@ var Analytics = /** @class */ (function (_super) {
86207
86207
  return __generator(this, function (_b) {
86208
86208
  switch (_b.label) {
86209
86209
  case 0: return [4 /*yield*/, import(
86210
- /* webpackChunkName: "auto-track" */ './auto-track-Qz7LJ7YA.js')];
86210
+ /* webpackChunkName: "auto-track" */ './auto-track-Btn0BfZf.js')];
86211
86211
  case 1:
86212
86212
  autotrack = _b.sent();
86213
86213
  return [2 /*return*/, (_a = autotrack.link).call.apply(_a, __spreadArray$1([this], args, false))];
@@ -86226,7 +86226,7 @@ var Analytics = /** @class */ (function (_super) {
86226
86226
  return __generator(this, function (_b) {
86227
86227
  switch (_b.label) {
86228
86228
  case 0: return [4 /*yield*/, import(
86229
- /* webpackChunkName: "auto-track" */ './auto-track-Qz7LJ7YA.js')];
86229
+ /* webpackChunkName: "auto-track" */ './auto-track-Btn0BfZf.js')];
86230
86230
  case 1:
86231
86231
  autotrack = _b.sent();
86232
86232
  return [2 /*return*/, (_a = autotrack.form).call.apply(_a, __spreadArray$1([this], args, false))];
@@ -86245,7 +86245,7 @@ var Analytics = /** @class */ (function (_super) {
86245
86245
  return __generator(this, function (_b) {
86246
86246
  switch (_b.label) {
86247
86247
  case 0: return [4 /*yield*/, import(
86248
- /* webpackChunkName: "auto-track" */ './auto-track-Qz7LJ7YA.js')];
86248
+ /* webpackChunkName: "auto-track" */ './auto-track-Btn0BfZf.js')];
86249
86249
  case 1:
86250
86250
  autotrack = _b.sent();
86251
86251
  return [2 /*return*/, (_a = autotrack.form).call.apply(_a, __spreadArray$1([this], args, false))];
@@ -86395,7 +86395,7 @@ var Analytics = /** @class */ (function (_super) {
86395
86395
  return [2 /*return*/, []];
86396
86396
  }
86397
86397
  return [4 /*yield*/, import(
86398
- /* webpackChunkName: "queryString" */ './index-o1Wg1vKu.js')];
86398
+ /* webpackChunkName: "queryString" */ './index-4JGLO2ei.js')];
86399
86399
  case 1:
86400
86400
  queryString = (_a.sent()).queryString;
86401
86401
  return [2 /*return*/, queryString(this, query)];
@@ -89099,7 +89099,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
89099
89099
  case 0:
89100
89100
  if (!hasTsubMiddleware(legacySettings)) return [3 /*break*/, 2];
89101
89101
  return [4 /*yield*/, import(
89102
- /* webpackChunkName: "tsub-middleware" */ './index-JULMMCb5.js').then(function (mod) {
89102
+ /* webpackChunkName: "tsub-middleware" */ './index-3bxYWHDa.js').then(function (mod) {
89103
89103
  return mod.tsubMiddleware(legacySettings.middlewareSettings.routingRules);
89104
89104
  })];
89105
89105
  case 1:
@@ -89112,7 +89112,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
89112
89112
  tsubMiddleware = _d;
89113
89113
  if (!(hasLegacyDestinations(legacySettings) || legacyIntegrationSources.length > 0)) return [3 /*break*/, 5];
89114
89114
  return [4 /*yield*/, import(
89115
- /* webpackChunkName: "ajs-destination" */ './index-OzMQ0nH8.js').then(function (mod) {
89115
+ /* webpackChunkName: "ajs-destination" */ './index-Cn2sD74R.js').then(function (mod) {
89116
89116
  return mod.ajsDestinations(writeKey, legacySettings, analytics.integrations, opts, tsubMiddleware, legacyIntegrationSources);
89117
89117
  })];
89118
89118
  case 4:
@@ -89125,7 +89125,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
89125
89125
  legacyDestinations = _e;
89126
89126
  if (!legacySettings.legacyVideoPluginsEnabled) return [3 /*break*/, 8];
89127
89127
  return [4 /*yield*/, import(
89128
- /* webpackChunkName: "legacyVideos" */ './index-BLySvWQF.js').then(function (mod) {
89128
+ /* webpackChunkName: "legacyVideos" */ './index-BztHQqBz.js').then(function (mod) {
89129
89129
  return mod.loadLegacyVideoPlugins(analytics);
89130
89130
  })];
89131
89131
  case 7:
@@ -89134,7 +89134,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
89134
89134
  case 8:
89135
89135
  if (!((_a = opts.plan) === null || _a === void 0 ? void 0 : _a.track)) return [3 /*break*/, 10];
89136
89136
  return [4 /*yield*/, import(
89137
- /* webpackChunkName: "schemaFilter" */ './index-B8U0yV6w.js').then(function (mod) {
89137
+ /* webpackChunkName: "schemaFilter" */ './index-ZSdOzTZK.js').then(function (mod) {
89138
89138
  var _a;
89139
89139
  return mod.schemaFilter((_a = opts.plan) === null || _a === void 0 ? void 0 : _a.track, legacySettings);
89140
89140
  })];
@@ -89173,7 +89173,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
89173
89173
  return enabled;
89174
89174
  })) return [3 /*break*/, 17];
89175
89175
  return [4 /*yield*/, import(
89176
- /* webpackChunkName: "remoteMiddleware" */ './index-nyzac6M7.js').then(function (_a) {
89176
+ /* webpackChunkName: "remoteMiddleware" */ './index-BocMnTiW.js').then(function (_a) {
89177
89177
  var remoteMiddlewares = _a.remoteMiddlewares;
89178
89178
  return __awaiter$5(_this, void 0, void 0, function () {
89179
89179
  var middleware, promises;
@@ -170777,6 +170777,15 @@ function compareStr(a, b) {
170777
170777
  function removeSpace(str) {
170778
170778
  return str.replace(/\s/g, '');
170779
170779
  }
170780
+ const errorToString = (error) => {
170781
+ if (error instanceof Error) {
170782
+ return error.message;
170783
+ }
170784
+ if (typeof error === 'string') {
170785
+ return error;
170786
+ }
170787
+ return JSON.stringify(error);
170788
+ };
170780
170789
  const filterAllowedTransactions = async (transactions, provider) => {
170781
170790
  try {
170782
170791
  const signer = await provider.getSigner();
@@ -171050,7 +171059,7 @@ const useProvidersContext = () => {
171050
171059
  return context;
171051
171060
  };
171052
171061
 
171053
- const AddTokensWidget = React.lazy(() => import('./AddTokensWidget-CjsKM-T9.js'));
171062
+ const AddTokensWidget = React.lazy(() => import('./AddTokensWidget-gPCHh2Ic.js'));
171054
171063
  class AddTokens extends Base$3 {
171055
171064
  eventTopic = oo$1.IMTBL_ADD_TOKENS_WIDGET_EVENT;
171056
171065
  getValidatedProperties({ config, }) {
@@ -171094,7 +171103,7 @@ class AddTokens extends Base$3 {
171094
171103
  }
171095
171104
  }
171096
171105
 
171097
- const BridgeWidget = React.lazy(() => import('./BridgeWidget-DVD0vbXw.js').then(function (n) { return n.a; }));
171106
+ const BridgeWidget = React.lazy(() => import('./BridgeWidget-C2AnJL2L.js').then(function (n) { return n.a; }));
171098
171107
  class Bridge extends Base$3 {
171099
171108
  eventTopic = oo$1.IMTBL_BRIDGE_WIDGET_EVENT;
171100
171109
  getValidatedProperties({ config }) {
@@ -171237,7 +171246,7 @@ const commerceFlows = [
171237
171246
  wo$1.TRANSFER,
171238
171247
  ];
171239
171248
 
171240
- const CommerceWidget = React.lazy(() => import('./CommerceWidget-6Bk4VqFB.js'));
171249
+ const CommerceWidget = React.lazy(() => import('./CommerceWidget-Bon1WPUM.js'));
171241
171250
  class CommerceWidgetRoot extends Base$3 {
171242
171251
  eventTopic = oo$1.IMTBL_COMMERCE_WIDGET_EVENT;
171243
171252
  getValidatedProperties({ config, }) {
@@ -173488,7 +173497,7 @@ const orchestrationEvents = {
173488
173497
  sendRequestAddTokensEvent,
173489
173498
  };
173490
173499
 
173491
- const OnRampWidget = React.lazy(() => import('./OnRampWidget-70zEixzs.js'));
173500
+ const OnRampWidget = React.lazy(() => import('./OnRampWidget-Ba7XEaRM.js'));
173492
173501
  class OnRamp extends Base$3 {
173493
173502
  eventTopic = oo$1.IMTBL_ONRAMP_WIDGET_EVENT;
173494
173503
  getValidatedProperties({ config }) {
@@ -173626,7 +173635,7 @@ const sendSalePaymentTokenEvent = (eventTarget, details) => {
173626
173635
  eventTarget.dispatchEvent(event);
173627
173636
  };
173628
173637
 
173629
- const SaleWidget = React.lazy(() => import('./SaleWidget-POpNJFz2.js'));
173638
+ const SaleWidget = React.lazy(() => import('./SaleWidget-Ce4OMBRa.js'));
173630
173639
  class Sale extends Base$3 {
173631
173640
  eventTopic = oo$1.IMTBL_SALE_WIDGET_EVENT;
173632
173641
  // TODO: add specific validation logic for the sale items
@@ -173775,7 +173784,7 @@ const sendSwapRejectedEvent = (eventTarget, reason) => {
173775
173784
  eventTarget.dispatchEvent(rejectedEvent);
173776
173785
  };
173777
173786
 
173778
- const SwapWidget = React.lazy(() => import('./SwapWidget-BhBc76QL.js').then(function (n) { return n.b; }));
173787
+ const SwapWidget = React.lazy(() => import('./SwapWidget-BJvQaEbm.js').then(function (n) { return n.b; }));
173779
173788
  class Swap extends Base$3 {
173780
173789
  eventTopic = oo$1.IMTBL_SWAP_WIDGET_EVENT;
173781
173790
  getValidatedProperties({ config }) {
@@ -173877,7 +173886,7 @@ function sendDisconnectWalletEvent(eventTarget) {
173877
173886
  eventTarget.dispatchEvent(disconnectWalletEvent);
173878
173887
  }
173879
173888
 
173880
- const WalletWidget = React.lazy(() => import('./WalletWidget-JvUIuAdq.js'));
173889
+ const WalletWidget = React.lazy(() => import('./WalletWidget-B5fy8R-_.js'));
173881
173890
  class Wallet extends Base$3 {
173882
173891
  eventTopic = oo$1.IMTBL_WALLET_WIDGET_EVENT;
173883
173892
  getValidatedProperties({ config }) {
@@ -175552,7 +175561,7 @@ const useSignOrder = (input) => {
175552
175561
  }
175553
175562
  const error = {
175554
175563
  type: errorType,
175555
- data: { error: err },
175564
+ data: { error: errorToString(err) },
175556
175565
  };
175557
175566
  setSignError(error);
175558
175567
  return [undefined, error];
@@ -315256,4 +315265,4 @@ class WidgetsFactory {
315256
315265
  };
315257
315266
  }
315258
315267
 
315259
- export { isError$1 as $, Body as A, Box as B, Co$1 as C, useAnalytics as D, Eo$1 as E, EventTargetContext as F, CryptoFiatContext as G, Heading as H, tokenValueFormat as I, getDefaultTokenImage as J, HeaderNavigation as K, Link as L, sendCloseWidgetEvent as M, orchestrationEvents as N, amountInputValidation as O, Io$1 as P, useTheme as Q, Ro$1 as R, Stack as S, To as T, UserJourney as U, ViewActions as V, CloudImage as W, getRemoteImage as X, CryptoFiatProvider as Y, ConnectLoaderContext as Z, isAddress as _, ao$1 as a, isNativeToken as a$, LoadingView as a0, CryptoFiatActions as a1, useViewState as a2, useEventTargetState as a3, commerceFlows as a4, SharedViews as a5, ErrorView as a6, ConnectWidget as a7, ProvidersContextProvider as a8, PurchaseWidget as a9, Drawer as aA, Divider as aB, useProvidersContext as aC, WalletDrawer as aD, UnableToConnectDrawer as aE, Fragment$1 as aF, qt$2 as aG, removeSpace as aH, getProviderSlugFromRdns as aI, D$6 as aJ, isPassportProvider as aK, connectEIP6963Provider as aL, identifyUser as aM, ConnectEIP6963ProviderError as aN, ProvidersContextActions as aO, MenuItem as aP, Y$3 as aQ, SQUID_NATIVE_TOKEN as aR, commonjsRequire$1 as aS, OnboardingPagination as aT, ViewContext as aU, useHandover as aV, HandoverTarget as aW, APPROVE_TXN_ANIMATION as aX, RiveStateMachineInput as aY, HandoverContent as aZ, keyframes$2 as a_, ConnectLoader as aa, ViewContextProvider as ab, hFlex as ac, _defineProperty$1 as ad, _objectWithoutProperties as ae, useForwardLocalDomRef as af, _slicedToArray as ag, useResizeObserver as ah, usePrevious as ai, useGetMotionProfile as aj, useBrowserEffect as ak, merge$2 as al, getHeadingTextStyles as am, getMotionProfileSx as an, useConvertSxToEmotionStyles as ao, DUMMY_WIDTH_PUSHER_TEXT as ap, useGetSubcomponentChild as aq, flattenChildren as ar, vFlex as as, centerFlexChildren as at, SmartClone as au, FormControlLabel as av, FormControlValidation as aw, FormControlCaption as ax, getDefaultExportFromCjs$2 as ay, commonjsGlobal$1 as az, parseUnits$1 as b, sendSaleTransactionSuccessEvent as b$, getTokenImageByAddress as b0, FramedImage as b1, FramedIcon as b2, ButtCon as b3, TextInput as b4, VerticalMenu as b5, TOKEN_PRIORITY_ORDER as b6, EllipsizedText as b7, Tooltip as b8, Sticker as b9, EXECUTE_TXN_ANIMATION as bA, Trans as bB, useExecute as bC, getRouteChains as bD, t$5 as bE, convertToNetworkChangeableProvider as bF, verifyAndSwitchChain as bG, PriceDisplay as bH, viewReducer as bI, initialViewState as bJ, useSquid as bK, useTokens as bL, v4 as bM, K$7 as bN, isValidAddress as bO, fetchChains as bP, fetchBalances as bQ, ServiceUnavailableErrorView as bR, hexToText as bS, compareStr as bT, lo$1 as bU, TransakIframe as bV, toPascalCase as bW, sendSaleWidgetCloseEvent as bX, toStringifyTransactions as bY, sendSaleSuccessEvent as bZ, sendSaleFailedEvent as b_, getDurationFormatted as ba, getTotalRouteFees as bb, getRouteAndTokenBalances as bc, Icon as bd, Badge as be, getFormattedAmounts as bf, getRemoteVideo as bg, FramedVideo as bh, listVariants as bi, motion$1 as bj, listItemVariants as bk, Banner as bl, Ot$2 as bm, xt$1 as bn, useRoutes as bo, useInjectedProviders as bp, hn as bq, RouteError as br, dist$2 as bs, SquidFooter as bt, TOOLKIT_SQUID_URL as bu, merge$1 as bv, SvgIcon as bw, WalletWarningHero as bx, getFormattedNumber as by, FIXED_HANDOVER_DURATION as bz, co$1 as c, SimpleTextBody as c$, sendSalePaymentMethodEvent as c0, sendSalePaymentTokenEvent as c1, LoadingOverlay as c2, HandoverDuration as c3, FooterLogo as c4, StatusType as c5, prettyFormatNumber as c6, ShimmerCircle as c7, Te$1 as c8, abbreviateWalletAddress as c9, getChainImage as cA, getChainIdBySlug as cB, useWalletConnect as cC, Logo as cD, RawImage as cE, isWalletConnectProvider as cF, getNativeSymbolByChainSlug as cG, JsonRpcProvider as cH, retry as cI, getChainSlugById as cJ, DEFAULT_TRANSACTIONS_RETRY_POLICY as cK, getChainNameById as cL, getWalletProviderNameByProvider as cM, isMetaMaskProvider as cN, fe$4 as cO, ButtonNavigationStyles as cP, NATIVE as cQ, ETH_TOKEN_SYMBOL as cR, st$1 as cS, DEFAULT_QUOTE_REFRESH_INTERVAL as cT, addChainChangedListener as cU, removeChainChangedListener as cV, IMX_TOKEN_SYMBOL as cW, DEFAULT_TOKEN_DECIMALS as cX, CHECKOUT_CDN_BASE_URL as cY, heroBackGroundStyles as cZ, heroImageStyles as c_, formatUnits as ca, Caption as cb, tokenSymbolNameOverrides as cc, Re$4 as cd, Ce$3 as ce, M$7 as cf, ct$1 as cg, isGasFree as ch, eventTargetReducer as ci, initialEventTargetState as cj, EventTargetActions as ck, ConnectWidgetViews as cl, ConnectLoaderActions as cm, widgetTheme as cn, toQuantity as co, toBeHex as cp, getAddress as cq, keccak256$1 as cr, AbiCoder as cs, concat$5 as ct, axios$1 as cu, ZeroAddress as cv, nt$1 as cw, S$7 as cx, ShimmerBox as cy, PASSPORT_URL as cz, Contract as d, ne$4 as d$, FooterButton as d0, getEthTokenImage as d1, WITHDRAWAL_CLAIM_GAS_LIMIT as d2, Ct$2 as d3, r$8 as d4, StatusView as d5, sendOnRampWidgetCloseEvent as d6, Vt$1 as d7, url as d8, TRANSAK_ORIGIN as d9, FormControlWrapper as dA, Select as dB, DuoCon as dC, heroImageBottomAlign as dD, isDualVariantIcon as dE, DEFAULT_TOKEN_SYMBOLS as dF, getStartingSize as dG, DEFAULT_BUTTON_SIZE as dH, getResponsiveSx as dI, BUTTON_SIZES as dJ, setDefaultSxBackgroundColor as dK, ZERO_BALANCE_STRING as dL, sendNetworkSwitchEvent as dM, ge$4 as dN, sortNetworksCompareFn as dO, sortTokensByAmount as dP, sendWalletWidgetCloseEvent as dQ, sendDisconnectWalletEvent as dR, FAQS_LINK as dS, useBrowserLayoutEffect as dT, se$3 as dU, T$5 as dV, oe$4 as dW, R$2 as dX, a$3 as dY, te$3 as dZ, p$9 as d_, sendOnRampSuccessEvent as da, sendOnRampFailedEvent as db, quickswapFooterStyles as dc, quickswapFooterLogoStyles as dd, quickswapFooterDisclaimerTextStyles as de, Po$1 as df, getImxTokenImage as dg, getCryptoToUSDConversion as dh, calculateFeesFiat as di, parseEther as dj, ESTIMATE_DEBOUNCE as dk, DEFAULT_TOKEN_VALIDATION_DECIMALS as dl, sendSwapWidgetCloseEvent as dm, m$5 as dn, DEFAULT_BALANCE_RETRY_POLICY as dp, Ao$1 as dq, sendSwapSuccessEvent as dr, sendSwapFailedEvent as ds, sendSwapRejectedEvent as dt, motion$3 as du, BaseClickable as dv, AnimatePresence$1 as dw, ClassNames as dx, getTertiaryButtonStyles as dy, isChildSubcomponent as dz, ae$3 as e, y$8 as e0, getAugmentedNamespace as e1, __awaiter$5 as e2, __generator as e3, loadScript as e4, getNextIntegrationsURL as e5, unloadScript as e6, __spreadArray$1 as e7, isOffline as e8, __assign as e9, ContextCancelation as ea, applyDestinationMiddleware as eb, dist$4 as ec, isServer as ed, mergedOptions as ee, isPlainObject$1 as ef, pWhile as eg, PriorityQueue as eh, PersistedPriorityQueue as ei, attempt as ej, isOnline as ek, Context as el, pTimeout as em, gracefulDecodeURIComponent as en, WidgetsFactory as eo, fo$1 as f, go$1 as g, formatZeroAmount as h, io$1 as i, calculateCryptoToFiat as j, useTranslation as k, dist$3 as l, mo$1 as m, no$1 as n, oo$1 as o, po$1 as p, getRemoteRive as q, reactExports as r, so$1 as s, tt$1 as t, uo as u, jsx$1 as v, wo$1 as w, jsxs as x, Button as y, SimpleLayout as z };
315268
+ export { isError$1 as $, Body as A, Box as B, Co$1 as C, useAnalytics as D, Eo$1 as E, EventTargetContext as F, CryptoFiatContext as G, Heading as H, tokenValueFormat as I, getDefaultTokenImage as J, HeaderNavigation as K, Link as L, sendCloseWidgetEvent as M, orchestrationEvents as N, amountInputValidation as O, Io$1 as P, useTheme as Q, Ro$1 as R, Stack as S, To as T, UserJourney as U, ViewActions as V, CloudImage as W, getRemoteImage as X, CryptoFiatProvider as Y, ConnectLoaderContext as Z, isAddress as _, ao$1 as a, isNativeToken as a$, LoadingView as a0, CryptoFiatActions as a1, useViewState as a2, useEventTargetState as a3, commerceFlows as a4, SharedViews as a5, ErrorView as a6, ConnectWidget as a7, ProvidersContextProvider as a8, PurchaseWidget as a9, Drawer as aA, Divider as aB, useProvidersContext as aC, WalletDrawer as aD, UnableToConnectDrawer as aE, Fragment$1 as aF, qt$2 as aG, removeSpace as aH, getProviderSlugFromRdns as aI, D$6 as aJ, isPassportProvider as aK, connectEIP6963Provider as aL, identifyUser as aM, ConnectEIP6963ProviderError as aN, ProvidersContextActions as aO, MenuItem as aP, Y$3 as aQ, SQUID_NATIVE_TOKEN as aR, commonjsRequire$1 as aS, OnboardingPagination as aT, ViewContext as aU, useHandover as aV, HandoverTarget as aW, APPROVE_TXN_ANIMATION as aX, RiveStateMachineInput as aY, HandoverContent as aZ, keyframes$2 as a_, ConnectLoader as aa, ViewContextProvider as ab, hFlex as ac, _defineProperty$1 as ad, _objectWithoutProperties as ae, useForwardLocalDomRef as af, _slicedToArray as ag, useResizeObserver as ah, usePrevious as ai, useGetMotionProfile as aj, useBrowserEffect as ak, merge$2 as al, getHeadingTextStyles as am, getMotionProfileSx as an, useConvertSxToEmotionStyles as ao, DUMMY_WIDTH_PUSHER_TEXT as ap, useGetSubcomponentChild as aq, flattenChildren as ar, vFlex as as, centerFlexChildren as at, SmartClone as au, FormControlLabel as av, FormControlValidation as aw, FormControlCaption as ax, getDefaultExportFromCjs$2 as ay, commonjsGlobal$1 as az, parseUnits$1 as b, sendSaleSuccessEvent as b$, getTokenImageByAddress as b0, FramedImage as b1, FramedIcon as b2, ButtCon as b3, TextInput as b4, VerticalMenu as b5, TOKEN_PRIORITY_ORDER as b6, EllipsizedText as b7, Tooltip as b8, Sticker as b9, EXECUTE_TXN_ANIMATION as bA, Trans as bB, useExecute as bC, getRouteChains as bD, t$5 as bE, convertToNetworkChangeableProvider as bF, verifyAndSwitchChain as bG, PriceDisplay as bH, viewReducer as bI, initialViewState as bJ, useSquid as bK, useTokens as bL, v4 as bM, K$7 as bN, isValidAddress as bO, fetchChains as bP, fetchBalances as bQ, ServiceUnavailableErrorView as bR, errorToString as bS, hexToText as bT, compareStr as bU, mn as bV, lo$1 as bW, TransakIframe as bX, toPascalCase as bY, sendSaleWidgetCloseEvent as bZ, toStringifyTransactions as b_, getDurationFormatted as ba, getTotalRouteFees as bb, getRouteAndTokenBalances as bc, Icon as bd, Badge as be, getFormattedAmounts as bf, getRemoteVideo as bg, FramedVideo as bh, listVariants as bi, motion$1 as bj, listItemVariants as bk, Banner as bl, Ot$2 as bm, xt$1 as bn, useRoutes as bo, useInjectedProviders as bp, hn as bq, RouteError as br, dist$2 as bs, SquidFooter as bt, TOOLKIT_SQUID_URL as bu, merge$1 as bv, SvgIcon as bw, WalletWarningHero as bx, getFormattedNumber as by, FIXED_HANDOVER_DURATION as bz, co$1 as c, heroBackGroundStyles as c$, sendSaleFailedEvent as c0, sendSaleTransactionSuccessEvent as c1, sendSalePaymentMethodEvent as c2, sendSalePaymentTokenEvent as c3, LoadingOverlay as c4, HandoverDuration as c5, FooterLogo as c6, StatusType as c7, prettyFormatNumber as c8, ShimmerCircle as c9, ShimmerBox as cA, PASSPORT_URL as cB, getChainImage as cC, getChainIdBySlug as cD, useWalletConnect as cE, Logo as cF, RawImage as cG, isWalletConnectProvider as cH, getNativeSymbolByChainSlug as cI, JsonRpcProvider as cJ, retry as cK, getChainSlugById as cL, DEFAULT_TRANSACTIONS_RETRY_POLICY as cM, getChainNameById as cN, getWalletProviderNameByProvider as cO, isMetaMaskProvider as cP, fe$4 as cQ, ButtonNavigationStyles as cR, NATIVE as cS, ETH_TOKEN_SYMBOL as cT, st$1 as cU, DEFAULT_QUOTE_REFRESH_INTERVAL as cV, addChainChangedListener as cW, removeChainChangedListener as cX, IMX_TOKEN_SYMBOL as cY, DEFAULT_TOKEN_DECIMALS as cZ, CHECKOUT_CDN_BASE_URL as c_, Te$1 as ca, abbreviateWalletAddress as cb, formatUnits as cc, Caption as cd, tokenSymbolNameOverrides as ce, Re$4 as cf, Ce$3 as cg, M$7 as ch, ct$1 as ci, isGasFree as cj, eventTargetReducer as ck, initialEventTargetState as cl, EventTargetActions as cm, ConnectWidgetViews as cn, ConnectLoaderActions as co, widgetTheme as cp, toQuantity as cq, toBeHex as cr, getAddress as cs, keccak256$1 as ct, AbiCoder as cu, concat$5 as cv, axios$1 as cw, ZeroAddress as cx, nt$1 as cy, S$7 as cz, Contract as d, te$3 as d$, heroImageStyles as d0, SimpleTextBody as d1, FooterButton as d2, getEthTokenImage as d3, WITHDRAWAL_CLAIM_GAS_LIMIT as d4, Ct$2 as d5, r$8 as d6, StatusView as d7, sendOnRampWidgetCloseEvent as d8, Vt$1 as d9, getTertiaryButtonStyles as dA, isChildSubcomponent as dB, FormControlWrapper as dC, Select as dD, DuoCon as dE, heroImageBottomAlign as dF, isDualVariantIcon as dG, DEFAULT_TOKEN_SYMBOLS as dH, getStartingSize as dI, DEFAULT_BUTTON_SIZE as dJ, getResponsiveSx as dK, BUTTON_SIZES as dL, setDefaultSxBackgroundColor as dM, ZERO_BALANCE_STRING as dN, sendNetworkSwitchEvent as dO, ge$4 as dP, sortNetworksCompareFn as dQ, sortTokensByAmount as dR, sendWalletWidgetCloseEvent as dS, sendDisconnectWalletEvent as dT, FAQS_LINK as dU, useBrowserLayoutEffect as dV, se$3 as dW, T$5 as dX, oe$4 as dY, R$2 as dZ, a$3 as d_, url as da, TRANSAK_ORIGIN as db, sendOnRampSuccessEvent as dc, sendOnRampFailedEvent as dd, quickswapFooterStyles as de, quickswapFooterLogoStyles as df, quickswapFooterDisclaimerTextStyles as dg, Po$1 as dh, getImxTokenImage as di, getCryptoToUSDConversion as dj, calculateFeesFiat as dk, parseEther as dl, ESTIMATE_DEBOUNCE as dm, DEFAULT_TOKEN_VALIDATION_DECIMALS as dn, sendSwapWidgetCloseEvent as dp, m$5 as dq, DEFAULT_BALANCE_RETRY_POLICY as dr, Ao$1 as ds, sendSwapSuccessEvent as dt, sendSwapFailedEvent as du, sendSwapRejectedEvent as dv, motion$3 as dw, BaseClickable as dx, AnimatePresence$1 as dy, ClassNames as dz, ae$3 as e, p$9 as e0, ne$4 as e1, y$8 as e2, getAugmentedNamespace as e3, __awaiter$5 as e4, __generator as e5, loadScript as e6, getNextIntegrationsURL as e7, unloadScript as e8, __spreadArray$1 as e9, isOffline as ea, __assign as eb, ContextCancelation as ec, applyDestinationMiddleware as ed, dist$4 as ee, isServer as ef, mergedOptions as eg, isPlainObject$1 as eh, pWhile as ei, PriorityQueue as ej, PersistedPriorityQueue as ek, attempt as el, isOnline as em, Context as en, pTimeout as eo, gracefulDecodeURIComponent as ep, WidgetsFactory as eq, fo$1 as f, go$1 as g, formatZeroAmount as h, io$1 as i, calculateCryptoToFiat as j, useTranslation as k, dist$3 as l, mo$1 as m, no$1 as n, oo$1 as o, po$1 as p, getRemoteRive as q, reactExports as r, so$1 as s, tt$1 as t, uo as u, jsx$1 as v, wo$1 as w, jsxs as x, Button as y, SimpleLayout as z };
@@ -1,4 +1,4 @@
1
- import { dU as se$1, dV as T$2, dW as oe$1, dX as R$1, dY as a$2, dZ as te$1, d_ as p$1, d$ as ne$1, e0 as y$1 } from './index-DDEez-8b.js';
1
+ import { dW as se$1, dX as T$2, dY as oe$1, dZ as R$1, d_ as a$2, d$ as te$1, e0 as p$1, e1 as ne$1, e2 as y$1 } from './index-DIJKO8W0.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -1,4 +1,4 @@
1
- import { e9 as __assign } from './index-DDEez-8b.js';
1
+ import { eb as __assign } from './index-DIJKO8W0.js';
2
2
  import { i as isPlanEventEnabled } from './is-plan-event-enabled-mXX0dwl-.js';
3
3
 
4
4
  function disabledActionDestinations(plan, settings) {
@@ -1 +1 @@
1
- export { eo as WidgetsFactory } from './index-DDEez-8b.js';
1
+ export { eq as WidgetsFactory } from './index-DIJKO8W0.js';
@@ -1,4 +1,4 @@
1
- import { ay as getDefaultExportFromCjs } from './index-DDEez-8b.js';
1
+ import { ay as getDefaultExportFromCjs } from './index-DIJKO8W0.js';
2
2
 
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -1,4 +1,4 @@
1
- import { r as reactExports, dT as useBrowserLayoutEffect } from './index-DDEez-8b.js';
1
+ import { r as reactExports, dV as useBrowserLayoutEffect } from './index-DIJKO8W0.js';
2
2
 
3
3
  // Inspired by https://usehooks-ts.com/react-hook/use-interval
4
4
  function useInterval(callback, delay) {
@@ -49,7 +49,7 @@ export type SignOrderInput = {
49
49
  };
50
50
  export type SignOrderError = {
51
51
  type: SaleErrorTypes;
52
- data?: Record<string, unknown>;
52
+ data?: Record<string, string>;
53
53
  };
54
54
  export type ExecutedTransaction = {
55
55
  method: string;
@@ -26,5 +26,6 @@ export declare function getDefaultTokenImage(environment: Environment | undefine
26
26
  export declare function abbreviateWalletAddress(address: string, separator?: string, firstChars?: number, lastChars?: number): string;
27
27
  export declare function compareStr(a: string, b: string): boolean;
28
28
  export declare function removeSpace(str: string): string;
29
+ export declare const errorToString: (error: unknown) => string;
29
30
  export declare const filterAllowedTransactions: (transactions: SignedTransaction[], provider: WrappedBrowserProvider) => Promise<SignedTransaction[]>;
30
31
  export declare const hexToText: (value: string) => string;
@@ -38,7 +38,7 @@ type SaleContextValues = SaleContextProps & {
38
38
  paymentMethod: SalePaymentTypes | undefined;
39
39
  setPaymentMethod: (paymentMethod: SalePaymentTypes | undefined) => void;
40
40
  goBackToPaymentMethods: (paymentMethod?: SalePaymentTypes | undefined, data?: Record<string, unknown>) => void;
41
- goToErrorView: (type: SaleErrorTypes, data?: Record<string, unknown>) => void;
41
+ goToErrorView: (type: SaleErrorTypes, data?: Record<string, string>) => void;
42
42
  goToSuccessView: (data?: Record<string, unknown>) => void;
43
43
  fundingRoutes: FundingRoute[];
44
44
  disabledPaymentTypes: SalePaymentTypes[];
@@ -11,7 +11,7 @@ type UseQuoteOrderParams = {
11
11
  export declare const defaultOrderQuote: OrderQuote;
12
12
  export type ConfigError = {
13
13
  type: SaleErrorTypes;
14
- data?: Record<string, unknown>;
14
+ data?: Record<string, string>;
15
15
  };
16
16
  export declare const useQuoteOrder: ({ items, environment, environmentId, provider, preferredCurrency, }: UseQuoteOrderParams) => {
17
17
  orderQuote: OrderQuote;
@@ -47,7 +47,7 @@ export type SignOrderInput = {
47
47
  };
48
48
  export type SignOrderError = {
49
49
  type: SaleErrorTypes;
50
- data?: Record<string, unknown>;
50
+ data?: Record<string, string>;
51
51
  };
52
52
  export type ExecutedTransaction = {
53
53
  method: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imtbl/checkout-widgets",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "browserslist": {
5
5
  "production": [
6
6
  ">0.2%",
@@ -18,12 +18,12 @@
18
18
  "@biom3/design-tokens": "^0.4.5",
19
19
  "@biom3/react": "^0.29.4",
20
20
  "@emotion/react": "^11.11.3",
21
- "@imtbl/bridge-sdk": "2.4.8",
22
- "@imtbl/checkout-sdk": "2.4.8",
23
- "@imtbl/config": "2.4.8",
24
- "@imtbl/cryptofiat": "2.4.8",
25
- "@imtbl/dex-sdk": "2.4.8",
26
- "@imtbl/passport": "2.4.8",
21
+ "@imtbl/bridge-sdk": "2.4.9",
22
+ "@imtbl/checkout-sdk": "2.4.9",
23
+ "@imtbl/config": "2.4.9",
24
+ "@imtbl/cryptofiat": "2.4.9",
25
+ "@imtbl/dex-sdk": "2.4.9",
26
+ "@imtbl/passport": "2.4.9",
27
27
  "@imtbl/react-analytics": "0.3.2-alpha",
28
28
  "@rive-app/react-canvas-lite": "^4.9.0",
29
29
  "@walletconnect/ethereum-provider": "^2.11.1",
@@ -23,7 +23,7 @@ import {
23
23
  SignCurrencyFilter,
24
24
  SquidPostHookCall,
25
25
  } from '../primary-sales';
26
- import { filterAllowedTransactions, hexToText } from '../utils';
26
+ import { errorToString, filterAllowedTransactions, hexToText } from '../utils';
27
27
 
28
28
  const toSignedProduct = (
29
29
  product: SignApiProduct,
@@ -194,7 +194,7 @@ export const useSignOrder = (input: SignOrderInput) => {
194
194
  }
195
195
  const error: SignOrderError = {
196
196
  type: errorType,
197
- data: { error: err },
197
+ data: { error: errorToString(err) },
198
198
  };
199
199
  setSignError(error);
200
200
  return [undefined, error];
@@ -61,7 +61,7 @@ export type SignOrderInput = {
61
61
 
62
62
  export type SignOrderError = {
63
63
  type: SaleErrorTypes;
64
- data?: Record<string, unknown>;
64
+ data?: Record<string, string>;
65
65
  };
66
66
 
67
67
  export type ExecutedTransaction = {