@imtbl/sdk 1.46.2-alpha.4 → 1.46.2-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blockchain_data.js +2 -2
- package/dist/browser/checkout/BridgeWidget-69ef3783.js +1 -0
- package/dist/browser/checkout/CheckoutWidget-044ccde3.js +1 -0
- package/dist/browser/checkout/OnRampWidget-f68e31ac.js +2 -0
- package/dist/browser/checkout/SaleWidget-dff8ba88.js +1 -0
- package/dist/browser/checkout/SpendingCapHero-617b015a.js +1 -0
- package/dist/browser/checkout/SwapWidget-33b911a4.js +1 -0
- package/dist/browser/checkout/TopUpView-07d43ea1.js +1 -0
- package/dist/browser/checkout/WalletWidget-28f8d229.js +1 -0
- package/dist/browser/checkout/auto-track-128940e6.js +1 -0
- package/dist/browser/checkout/balance-02a997c2.js +1 -0
- package/dist/browser/checkout/index-160882ca.js +100 -0
- package/dist/browser/checkout/index-4e2eeff8.js +1 -0
- package/dist/browser/checkout/index-68cda8f5.js +60 -0
- package/dist/browser/checkout/index-96577f2f.js +1 -0
- package/dist/browser/checkout/index-9769b9c3.js +1 -0
- package/dist/browser/checkout/index-ac227ef4.js +773 -0
- package/dist/browser/checkout/index-d3fdff35.js +1 -0
- package/dist/browser/checkout/index-d4812548.js +1 -0
- package/dist/browser/checkout/index.umd-193f43db.js +1 -0
- package/dist/browser/checkout/is-plan-event-enabled-80f76ce6.js +1 -0
- package/dist/browser/checkout/retry-f0ac2e4f.js +1 -0
- package/dist/browser/checkout/sdk.js +75 -0
- package/dist/browser/checkout/widgets-esm.js +1 -0
- package/dist/browser/checkout/widgets.js +932 -0
- package/dist/checkout.js +4 -4
- package/dist/config.js +1 -1
- package/dist/index.browser.js +6 -6
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +4 -4
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c$ as r,cT as a}from"./index-160882ca.js";function s(r,a){return Object.keys(a).reduce((function(s,e){e.startsWith(r)&&(s[e.substr(r.length)]=a[e]);return s}),{})}function e(e,t){var i=document.createElement("a");i.href=t;var n=i.search.slice(1).split("&").reduce((function(a,s){var e=s.split("="),t=e[0],i=e[1];return a[t]=r(i),a}),{}),u=[],d=n.ajs_uid,o=n.ajs_event,j=n.ajs_aid,_=a(e.options.useQueryString)?e.options.useQueryString:{},c=_.aid,v=void 0===c?/.+/:c,f=_.uid,y=void 0===f?/.+/:f;if(j){var p=Array.isArray(n.ajs_aid)?n.ajs_aid[0]:n.ajs_aid;v.test(p)&&e.setAnonymousId(p)}if(d){var l=Array.isArray(n.ajs_uid)?n.ajs_uid[0]:n.ajs_uid;if(y.test(l)){var A=s("ajs_trait_",n);u.push(e.identify(l,A))}}if(o){var h=Array.isArray(n.ajs_event)?n.ajs_event[0]:n.ajs_event,m=s("ajs_prop_",n);u.push(e.track(h,m))}return Promise.all(u)}export{e as queryString};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import{cv as t,cw as e,cx as r,cy as o,cz as n,cA as i,cB as a,cC as l,cD as s}from"./index-160882ca.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2019 Google LLC
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
*/const c=window,d=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,h=Symbol(),m=new WeakMap;let u=class{constructor(t,e,r){if(this._$cssResult$=!0,r!==h)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(d&&void 0===t){const r=void 0!==e&&1===e.length;r&&(t=m.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&m.set(e,t))}return t}toString(){return this.cssText}};const p=(t,...e)=>{const r=1===t.length?t[0]:e.reduce(((e,r,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(r)+t[o+1]),t[0]);return new u(r,t,h)},g=d?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const r of t.cssRules)e+=r.cssText;return(t=>new u("string"==typeof t?t:t+"",void 0,h))(e)})(t):t
|
|
7
|
+
/**
|
|
8
|
+
* @license
|
|
9
|
+
* Copyright 2017 Google LLC
|
|
10
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
+
*/;var w;const f=window,v=f.trustedTypes,b=v?v.emptyScript:"",y=f.reactiveElementPolyfillSupport,x={toAttribute(t,e){switch(e){case Boolean:t=t?b:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},$=(t,e)=>e!==t&&(e==e||t==t),C={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:$},E="finalized";let A=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,r)=>{const o=this._$Ep(r,e);void 0!==o&&(this._$Ev.set(o,r),t.push(o))})),t}static createProperty(t,e=C){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const r="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,r,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,r){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||C}static finalize(){if(this.hasOwnProperty(E))return!1;this[E]=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const r of e)this.createProperty(r,t[r])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)e.unshift(g(t))}else void 0!==t&&e.push(g(t));return e}static _$Ep(t,e){const r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,r;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(r=t.hostConnected)||void 0===r||r.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{d?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const r=document.createElement("style"),o=c.litNonce;void 0!==o&&r.setAttribute("nonce",o),r.textContent=e.cssText,t.appendChild(r)}))})(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,r){this._$AK(t,r)}_$EO(t,e,r=C){var o;const n=this.constructor._$Ep(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==(null===(o=r.converter)||void 0===o?void 0:o.toAttribute)?r.converter:x).toAttribute(e,r.type);this._$El=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$El=null}}_$AK(t,e){var r;const o=this.constructor,n=o._$Ev.get(t);if(void 0!==n&&this._$El!==n){const t=o.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(r=t.converter)||void 0===r?void 0:r.fromAttribute)?t.converter:x;this._$El=n,this[n]=i.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,r){let o=!0;void 0!==t&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||$)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===r.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,r))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(r)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(r)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
|
|
12
|
+
/**
|
|
13
|
+
* @license
|
|
14
|
+
* Copyright 2017 Google LLC
|
|
15
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
16
|
+
*/
|
|
17
|
+
var _;A[E]=!0,A.elementProperties=new Map,A.elementStyles=[],A.shadowRootOptions={mode:"open"},null==y||y({ReactiveElement:A}),(null!==(w=f.reactiveElementVersions)&&void 0!==w?w:f.reactiveElementVersions=[]).push("1.6.3");const k=window,O=k.trustedTypes,I=O?O.createPolicy("lit-html",{createHTML:t=>t}):void 0,M="$lit$",P=`lit$${(Math.random()+"").slice(9)}$`,T="?"+P,R=`<${T}>`,S=document,L=()=>S.createComment(""),N=t=>null===t||"object"!=typeof t&&"function"!=typeof t,B=Array.isArray,D="[ \t\n\f\r]",U=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,W=/-->/g,j=/>/g,H=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),z=/'/g,Z=/"/g,F=/^(?:script|style|textarea|title)$/i,V=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),q=V(1),K=V(2),Y=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),J=new WeakMap,G=S.createTreeWalker(S,129,null,!1);function X(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==I?I.createHTML(e):e}const tt=(t,e)=>{const r=t.length-1,o=[];let n,i=2===e?"<svg>":"",a=U;for(let e=0;e<r;e++){const r=t[e];let l,s,c=-1,d=0;for(;d<r.length&&(a.lastIndex=d,s=a.exec(r),null!==s);)d=a.lastIndex,a===U?"!--"===s[1]?a=W:void 0!==s[1]?a=j:void 0!==s[2]?(F.test(s[2])&&(n=RegExp("</"+s[2],"g")),a=H):void 0!==s[3]&&(a=H):a===H?">"===s[0]?(a=null!=n?n:U,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,l=s[1],a=void 0===s[3]?H:'"'===s[3]?Z:z):a===Z||a===z?a=H:a===W||a===j?a=U:(a=H,n=void 0);const h=a===H&&t[e+1].startsWith("/>")?" ":"";i+=a===U?r+R:c>=0?(o.push(l),r.slice(0,c)+M+r.slice(c)+P+h):r+P+(-2===c?(o.push(void 0),e):h)}return[X(t,i+(t[r]||"<?>")+(2===e?"</svg>":"")),o]};class et{constructor({strings:t,_$litType$:e},r){let o;this.parts=[];let n=0,i=0;const a=t.length-1,l=this.parts,[s,c]=tt(t,e);if(this.el=et.createElement(s,r),G.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=G.nextNode())&&l.length<a;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(M)||e.startsWith(P)){const r=c[i++];if(t.push(e),void 0!==r){const t=o.getAttribute(r.toLowerCase()+M).split(P),e=/([.?@])?(.*)/.exec(r);l.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?at:"?"===e[1]?st:"@"===e[1]?ct:it})}else l.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(F.test(o.tagName)){const t=o.textContent.split(P),e=t.length-1;if(e>0){o.textContent=O?O.emptyScript:"";for(let r=0;r<e;r++)o.append(t[r],L()),G.nextNode(),l.push({type:2,index:++n});o.append(t[e],L())}}}else if(8===o.nodeType)if(o.data===T)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(P,t+1));)l.push({type:7,index:n}),t+=P.length-1}n++}}static createElement(t,e){const r=S.createElement("template");return r.innerHTML=t,r}}function rt(t,e,r=t,o){var n,i,a,l;if(e===Y)return e;let s=void 0!==o?null===(n=r._$Co)||void 0===n?void 0:n[o]:r._$Cl;const c=N(e)?void 0:e._$litDirective$;return(null==s?void 0:s.constructor)!==c&&(null===(i=null==s?void 0:s._$AO)||void 0===i||i.call(s,!1),void 0===c?s=void 0:(s=new c(t),s._$AT(t,r,o)),void 0!==o?(null!==(a=(l=r)._$Co)&&void 0!==a?a:l._$Co=[])[o]=s:r._$Cl=s),void 0!==s&&(e=rt(t,s._$AS(t,e.values),s,o)),e}class ot{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:r},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:S).importNode(r,!0);G.currentNode=n;let i=G.nextNode(),a=0,l=0,s=o[0];for(;void 0!==s;){if(a===s.index){let e;2===s.type?e=new nt(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new dt(i,this,t)),this._$AV.push(e),s=o[++l]}a!==(null==s?void 0:s.index)&&(i=G.nextNode(),a++)}return G.currentNode=S,n}v(t){let e=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,e),e+=r.strings.length-2):r._$AI(t[e])),e++}}class nt{constructor(t,e,r,o){var n;this.type=2,this._$AH=Q,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=r,this.options=o,this._$Cp=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=rt(this,t,e),N(t)?t===Q||null==t||""===t?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==Y&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>B(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Q&&N(this._$AH)?this._$AA.nextSibling.data=t:this.$(S.createTextNode(t)),this._$AH=t}g(t){var e;const{values:r,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=et.createElement(X(o.h,o.h[0]),this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.v(r);else{const t=new ot(n,this),e=t.u(this.options);t.v(r),this.$(e),this._$AH=t}}_$AC(t){let e=J.get(t.strings);return void 0===e&&J.set(t.strings,e=new et(t)),e}T(t){B(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,o=0;for(const n of t)o===e.length?e.push(r=new nt(this.k(L()),this.k(L()),this,this.options)):r=e[o],r._$AI(n),o++;o<e.length&&(this._$AR(r&&r._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var r;for(null===(r=this._$AP)||void 0===r||r.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class it{constructor(t,e,r,o,n){this.type=1,this._$AH=Q,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Q}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,r,o){const n=this.strings;let i=!1;if(void 0===n)t=rt(this,t,e,0),i=!N(t)||t!==this._$AH&&t!==Y,i&&(this._$AH=t);else{const o=t;let a,l;for(t=n[0],a=0;a<n.length-1;a++)l=rt(this,o[r+a],e,a),l===Y&&(l=this._$AH[a]),i||(i=!N(l)||l!==this._$AH[a]),l===Q?t=Q:t!==Q&&(t+=(null!=l?l:"")+n[a+1]),this._$AH[a]=l}i&&!o&&this.j(t)}j(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class at extends it{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Q?void 0:t}}const lt=O?O.emptyScript:"";let st=class extends it{constructor(){super(...arguments),this.type=4}j(t){t&&t!==Q?this.element.setAttribute(this.name,lt):this.element.removeAttribute(this.name)}};class ct extends it{constructor(t,e,r,o,n){super(t,e,r,o,n),this.type=5}_$AI(t,e=this){var r;if((t=null!==(r=rt(this,t,e,0))&&void 0!==r?r:Q)===Y)return;const o=this._$AH,n=t===Q&&o!==Q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==Q&&(o===Q||n);n&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,r;"function"==typeof this._$AH?this._$AH.call(null!==(r=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==r?r:this.element,t):this._$AH.handleEvent(t)}}let dt=class{constructor(t,e,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){rt(this,t)}};const ht=k.litHtmlPolyfillSupport;null==ht||ht(et,nt),(null!==(_=k.litHtmlVersions)&&void 0!==_?_:k.litHtmlVersions=[]).push("2.8.0");
|
|
18
|
+
/**
|
|
19
|
+
* @license
|
|
20
|
+
* Copyright 2017 Google LLC
|
|
21
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
+
*/
|
|
23
|
+
var mt,ut;class pt extends A{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const r=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=r.firstChild),r}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,r)=>{var o,n;const i=null!==(o=null==r?void 0:r.renderBefore)&&void 0!==o?o:e;let a=i._$litPart$;if(void 0===a){const t=null!==(n=null==r?void 0:r.renderBefore)&&void 0!==n?n:null;i._$litPart$=a=new nt(e.insertBefore(L(),t),t,void 0,null!=r?r:{})}return a._$AI(t),a})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return Y}}pt.finalized=!0,pt._$litElement$=!0,null===(mt=globalThis.litElementHydrateSupport)||void 0===mt||mt.call(globalThis,{LitElement:pt});const gt=globalThis.litElementPolyfillSupport;null==gt||gt({LitElement:pt}),(null!==(ut=globalThis.litElementVersions)&&void 0!==ut?ut:globalThis.litElementVersions=[]).push("3.3.3");
|
|
24
|
+
/**
|
|
25
|
+
* @license
|
|
26
|
+
* Copyright 2017 Google LLC
|
|
27
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
|
+
*/
|
|
29
|
+
const wt=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:r,elements:o}=e;return{kind:r,elements:o,finisher(e){customElements.define(t,e)}}})(t,e)
|
|
30
|
+
/**
|
|
31
|
+
* @license
|
|
32
|
+
* Copyright 2017 Google LLC
|
|
33
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
|
+
*/,ft=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(r){r.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(r){r.createProperty(e.key,t)}},vt=(t,e,r)=>{e.constructor.createProperty(r,t)};function bt(t){return(e,r)=>void 0!==r?vt(t,e,r):ft(t,e)
|
|
35
|
+
/**
|
|
36
|
+
* @license
|
|
37
|
+
* Copyright 2017 Google LLC
|
|
38
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
39
|
+
*/}function yt(t){return bt({...t,state:!0})}
|
|
40
|
+
/**
|
|
41
|
+
* @license
|
|
42
|
+
* Copyright 2021 Google LLC
|
|
43
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
44
|
+
*/var xt;null===(xt=window.HTMLSlotElement)||void 0===xt||xt.prototype.assignedElements;
|
|
45
|
+
/**
|
|
46
|
+
* @license
|
|
47
|
+
* Copyright 2017 Google LLC
|
|
48
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
49
|
+
*/
|
|
50
|
+
const $t=1;class Ct{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,r){this._$Ct=t,this._$AM=e,this._$Ci=r}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
|
|
51
|
+
/**
|
|
52
|
+
* @license
|
|
53
|
+
* Copyright 2018 Google LLC
|
|
54
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
55
|
+
*/const Et=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends Ct{constructor(t){var e;if(super(t),t.type!==$t||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var r,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(r=this.nt)||void 0===r?void 0:r.has(t))&&this.it.add(t);return this.render(e)}const n=t.element.classList;this.it.forEach((t=>{t in e||(n.remove(t),this.it.delete(t))}));for(const t in e){const r=!!e[t];r===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(r?(n.add(t),this.it.add(t)):(n.remove(t),this.it.delete(t)))}return Y}});const At=(t,e,r)=>Math.min(Math.max(r,t),e),_t={duration:.3,delay:0,endDelay:0,repeat:0,easing:"ease"},kt=t=>"number"==typeof t,Ot=t=>Array.isArray(t)&&!kt(t[0]),It=(t,e,r)=>{const o=e-t;return((r-t)%o+o)%o+t};const Mt=(t,e,r)=>-r*t+r*e+t,Pt=()=>{},Tt=t=>t,Rt=(t,e,r)=>e-t==0?1:(r-t)/(e-t);function St(t,e){const r=t[t.length-1];for(let o=1;o<=e;o++){const n=Rt(0,e,o);t.push(Mt(r,1,n))}}function Lt(t,e=function(t){const e=[0];return St(e,t-1),e}(t.length),r=Tt){const o=t.length,n=o-e.length;return n>0&&St(e,n),n=>{let i=0;for(;i<o-2&&!(n<e[i+1]);i++);let a=At(0,1,Rt(e[i],e[i+1],n));const l=function(t,e){return Ot(t)?t[It(0,t.length,e)]:t}(r,i);return a=l(a),Mt(t[i],t[i+1],a)}}const Nt=t=>Array.isArray(t)&&kt(t[0]),Bt=t=>"object"==typeof t&&Boolean(t.createAnimation),Dt=t=>"function"==typeof t,Ut=t=>"string"==typeof t,Wt={ms:t=>1e3*t,s:t=>t/1e3},jt=(t,e,r)=>(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t,Ht=1e-7,zt=12;function Zt(t,e,r,o){if(t===e&&r===o)return Tt;const n=e=>function(t,e,r,o,n){let i,a,l=0;do{a=e+(r-e)/2,i=jt(a,o,n)-t,i>0?r=a:e=a}while(Math.abs(i)>Ht&&++l<zt);return a}(e,0,1,t,r);return t=>0===t||1===t?t:jt(n(t),e,o)}const Ft={ease:Zt(.25,.1,.25,1),"ease-in":Zt(.42,0,1,1),"ease-in-out":Zt(.42,0,.58,1),"ease-out":Zt(0,0,.58,1)},Vt=/\((.*?)\)/;function qt(t){if(Dt(t))return t;if(Nt(t))return Zt(...t);if(Ft[t])return Ft[t];if(t.startsWith("steps")){const e=Vt.exec(t);if(e){const t=e[1].split(",");return((t,e="end")=>r=>{const o=(r="end"===e?Math.min(r,.999):Math.max(r,.001))*t,n="end"===e?Math.floor(o):Math.ceil(o);return At(0,1,n/t)})(parseFloat(t[0]),t[1].trim())}}return Tt}class Kt{constructor(t,e=[0,1],{easing:r,duration:o=_t.duration,delay:n=_t.delay,endDelay:i=_t.endDelay,repeat:a=_t.repeat,offset:l,direction:s="normal",autoplay:c=!0}={}){if(this.startTime=null,this.rate=1,this.t=0,this.cancelTimestamp=null,this.easing=Tt,this.duration=0,this.totalDuration=0,this.repeat=0,this.playState="idle",this.finished=new Promise(((t,e)=>{this.resolve=t,this.reject=e})),r=r||_t.easing,Bt(r)){const t=r.createAnimation(e);r=t.easing,e=t.keyframes||e,o=t.duration||o}this.repeat=a,this.easing=Ot(r)?Tt:qt(r),this.updateDuration(o);const d=Lt(e,l,Ot(r)?r.map(qt):Tt);this.tick=e=>{var r;let o=0;o=void 0!==this.pauseTime?this.pauseTime:(e-this.startTime)*this.rate,this.t=o,o/=1e3,o=Math.max(o-n,0),"finished"===this.playState&&void 0===this.pauseTime&&(o=this.totalDuration);const a=o/this.duration;let l=Math.floor(a),c=a%1;!c&&a>=1&&(c=1),1===c&&l--;const h=l%2;("reverse"===s||"alternate"===s&&h||"alternate-reverse"===s&&!h)&&(c=1-c);const m=o>=this.totalDuration?1:Math.min(c,1),u=d(this.easing(m));t(u);void 0===this.pauseTime&&("finished"===this.playState||o>=this.totalDuration+i)?(this.playState="finished",null===(r=this.resolve)||void 0===r||r.call(this,u)):"idle"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))},c&&this.play()}play(){const t=performance.now();this.playState="running",void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t),this.cancelTimestamp=this.startTime,this.pauseTime=void 0,this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState="paused",this.pauseTime=this.t}finish(){this.playState="finished",this.tick(0)}stop(){var t;this.playState="idle",void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId),null===(t=this.reject)||void 0===t||t.call(this,!1)}cancel(){this.stop(),this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t,this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}class Yt{setAnimation(t){this.animation=t,null==t||t.finished.then((()=>this.clearAnimation())).catch((()=>{}))}clearAnimation(){this.animation=this.generator=void 0}}const Qt=new WeakMap;function Jt(t){return Qt.has(t)||Qt.set(t,{transforms:[],values:new Map}),Qt.get(t)}const Gt=["","X","Y","Z"],Xt={x:"translateX",y:"translateY",z:"translateZ"},te={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:t=>t+"deg"},ee={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:t=>t+"px"},rotate:te,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:Tt},skew:te},re=new Map,oe=t=>`--motion-${t}`,ne=["x","y","z"];["translate","scale","rotate","skew"].forEach((t=>{Gt.forEach((e=>{ne.push(t+e),re.set(oe(t+e),ee[t])}))}));const ie=(t,e)=>ne.indexOf(t)-ne.indexOf(e),ae=new Set(ne),le=t=>ae.has(t),se=(t,e)=>{Xt[e]&&(e=Xt[e]);const{transforms:r}=Jt(t);var o,n;n=e,-1===(o=r).indexOf(n)&&o.push(n),t.style.transform=ce(r)},ce=t=>t.sort(ie).reduce(de,"").trim(),de=(t,e)=>`${t} ${e}(var(${oe(e)}))`,he=t=>t.startsWith("--"),me=new Set;const ue=(t,e)=>document.createElement("div").animate(t,e),pe={cssRegisterProperty:()=>"undefined"!=typeof CSS&&Object.hasOwnProperty.call(CSS,"registerProperty"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate"),partialKeyframes:()=>{try{ue({opacity:[1]})}catch(t){return!1}return!0},finished:()=>Boolean(ue({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{ue({opacity:0},{easing:"linear(0, 1)"})}catch(t){return!1}return!0}},ge={},we={};for(const t in pe)we[t]=()=>(void 0===ge[t]&&(ge[t]=pe[t]()),ge[t]);const fe=(t,e)=>Dt(t)?we.linearEasing()?`linear(${((t,e)=>{let r="";const o=Math.round(e/.015);for(let e=0;e<o;e++)r+=t(Rt(0,o-1,e))+", ";return r.substring(0,r.length-2)})(t,e)})`:_t.easing:Nt(t)?ve(t):t,ve=([t,e,r,o])=>`cubic-bezier(${t}, ${e}, ${r}, ${o})`;const be=t=>Array.isArray(t)?t:[t];function ye(t){return Xt[t]&&(t=Xt[t]),le(t)?oe(t):t}const xe={get:(t,e)=>{e=ye(e);let r=he(e)?t.style.getPropertyValue(e):getComputedStyle(t)[e];if(!r&&0!==r){const t=re.get(e);t&&(r=t.initialValue)}return r},set:(t,e,r)=>{e=ye(e),he(e)?t.style.setProperty(e,r):t.style[e]=r}};function $e(t,e=!0){if(t&&"finished"!==t.playState)try{t.stop?t.stop():(e&&t.commitStyles(),t.cancel())}catch(t){}}function Ce(t,e,r,o={},n){const i=window.__MOTION_DEV_TOOLS_RECORD,a=!1!==o.record&&i;let l,{duration:s=_t.duration,delay:c=_t.delay,endDelay:d=_t.endDelay,repeat:h=_t.repeat,easing:m=_t.easing,persist:u=!1,direction:p,offset:g,allowWebkitAcceleration:w=!1,autoplay:f=!0}=o;const v=Jt(t),b=le(e);let y=we.waapi();b&&se(t,e);const x=ye(e),$=function(t,e){return t.has(e)||t.set(e,new Yt),t.get(e)}(v.values,x),C=re.get(x);return $e($.animation,!(Bt(m)&&$.generator)&&!1!==o.record),()=>{const v=()=>{var e,r;return null!==(r=null!==(e=xe.get(t,x))&&void 0!==e?e:null==C?void 0:C.initialValue)&&void 0!==r?r:0};let E=function(t,e){for(let r=0;r<t.length;r++)null===t[r]&&(t[r]=r?t[r-1]:e());return t}(be(r),v);const A=function(t,e){var r;let o=(null==e?void 0:e.toDefaultUnit)||Tt;const n=t[t.length-1];if(Ut(n)){const t=(null===(r=n.match(/(-?[\d.]+)([a-z%]*)/))||void 0===r?void 0:r[2])||"";t&&(o=e=>e+t)}return o}(E,C);if(Bt(m)){const t=m.createAnimation(E,"opacity"!==e,v,x,$);m=t.easing,E=t.keyframes||E,s=t.duration||s}if(he(x)&&(we.cssRegisterProperty()?function(t){if(!me.has(t)){me.add(t);try{const{syntax:e,initialValue:r}=re.has(t)?re.get(t):{};CSS.registerProperty({name:t,inherits:!1,syntax:e,initialValue:r})}catch(t){}}}(x):y=!1),b&&!we.linearEasing()&&(Dt(m)||Ot(m)&&m.some(Dt))&&(y=!1),y){C&&(E=E.map((t=>kt(t)?C.toDefaultUnit(t):t))),1!==E.length||we.partialKeyframes()&&!a||E.unshift(v());const e={delay:Wt.ms(c),duration:Wt.ms(s),endDelay:Wt.ms(d),easing:Ot(m)?void 0:fe(m,s),direction:p,iterations:h+1,fill:"both"};l=t.animate({[x]:E,offset:g,easing:Ot(m)?m.map((t=>fe(t,s))):void 0},e),l.finished||(l.finished=new Promise(((t,e)=>{l.onfinish=t,l.oncancel=e})));const r=E[E.length-1];l.finished.then((()=>{u||(xe.set(t,x,r),l.cancel())})).catch(Pt),w||(l.playbackRate=1.000001)}else if(n&&b)E=E.map((t=>"string"==typeof t?parseFloat(t):t)),1===E.length&&E.unshift(parseFloat(v())),l=new n((e=>{xe.set(t,x,A?A(e):e)}),E,Object.assign(Object.assign({},o),{duration:s,easing:m}));else{const e=E[E.length-1];xe.set(t,x,C&&kt(e)?C.toDefaultUnit(e):e)}return a&&i(t,e,E,{duration:s,delay:c,easing:m,repeat:h,offset:g},"motion-one"),$.setAnimation(l),l&&!f&&l.pause(),l}}const Ee=(t,e)=>t[e]?Object.assign(Object.assign({},t),t[e]):Object.assign({},t);const Ae=t=>t(),_e=(t,e,r=_t.duration)=>new Proxy({animations:t.map(Ae).filter(Boolean),duration:r,options:e},ke),ke={get:(t,e)=>{const r=t.animations[0];switch(e){case"duration":return t.duration;case"currentTime":return Wt.s((null==r?void 0:r[e])||0);case"playbackRate":case"playState":return null==r?void 0:r[e];case"finished":return t.finished||(t.finished=Promise.all(t.animations.map(Oe)).catch(Pt)),t.finished;case"stop":return()=>{t.animations.forEach((t=>$e(t)))};case"forEachNative":return e=>{t.animations.forEach((r=>e(r,t)))};default:return void 0===(null==r?void 0:r[e])?void 0:()=>t.animations.forEach((t=>t[e]()))}},set:(t,e,r)=>{switch(e){case"currentTime":r=Wt.ms(r);case"playbackRate":for(let o=0;o<t.animations.length;o++)t.animations[o][e]=r;return!0}return!1}},Oe=t=>t.finished;function Ie(t,e,r){return Dt(t)?t(e,r):t}const Me=(Pe=Kt,function(t,e,r={}){const o=(t=function(t,e){var r;return"string"==typeof t?e?(null!==(r=e[t])&&void 0!==r||(e[t]=document.querySelectorAll(t)),t=e[t]):t=document.querySelectorAll(t):t instanceof Element&&(t=[t]),Array.from(t||[])}(t)).length,n=[];for(let i=0;i<o;i++){const a=t[i];for(const t in e){const l=Ee(r,t);l.delay=Ie(l.delay,i,o);const s=Ce(a,t,e[t],l,Pe);n.push(s)}}return _e(n,r,r.duration)});var Pe;function Te(t,e={}){return _e([()=>{const r=new Kt(t,[0,1],e);return r.finished.catch((()=>{})),r}],e,e.duration)}function Re(t,e,r){return(Dt(t)?Te:Me)(t,e,r)}
|
|
56
|
+
/**
|
|
57
|
+
* @license
|
|
58
|
+
* Copyright 2018 Google LLC
|
|
59
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
60
|
+
*/const Se=t=>null!=t?t:Q;var Le={},Ne={},Be={};let De;const Ue=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];Be.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},Be.getSymbolTotalCodewords=function(t){return Ue[t]},Be.getBCHDigit=function(t){let e=0;for(;0!==t;)e++,t>>>=1;return e},Be.setToSJISFunction=function(t){if("function"!=typeof t)throw new Error('"toSJISFunc" is not a valid function.');De=t},Be.isKanjiModeEnabled=function(){return void 0!==De},Be.toSJIS=function(t){return De(t)};var We,je={};function He(){this.buffer=[],this.length=0}(We=je).L={bit:1},We.M={bit:0},We.Q={bit:3},We.H={bit:2},We.isValid=function(t){return t&&void 0!==t.bit&&t.bit>=0&&t.bit<4},We.from=function(t,e){if(We.isValid(t))return t;try{return function(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return We.L;case"m":case"medium":return We.M;case"q":case"quartile":return We.Q;case"h":case"high":return We.H;default:throw new Error("Unknown EC Level: "+t)}}(t)}catch(t){return e}},He.prototype={get:function(t){const e=Math.floor(t/8);return 1==(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(let r=0;r<e;r++)this.putBit(1==(t>>>e-r-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}};var ze=He;function Ze(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}Ze.prototype.set=function(t,e,r,o){const n=t*this.size+e;this.data[n]=r,o&&(this.reservedBit[n]=!0)},Ze.prototype.get=function(t,e){return this.data[t*this.size+e]},Ze.prototype.xor=function(t,e,r){this.data[t*this.size+e]^=r},Ze.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]};var Fe=Ze,Ve={};!function(t){const e=Be.getSymbolSize;t.getRowColCoords=function(t){if(1===t)return[];const r=Math.floor(t/7)+2,o=e(t),n=145===o?26:2*Math.ceil((o-13)/(2*r-2)),i=[o-7];for(let t=1;t<r-1;t++)i[t]=i[t-1]-n;return i.push(6),i.reverse()},t.getPositions=function(e){const r=[],o=t.getRowColCoords(e),n=o.length;for(let t=0;t<n;t++)for(let e=0;e<n;e++)0===t&&0===e||0===t&&e===n-1||t===n-1&&0===e||r.push([o[t],o[e]]);return r}}(Ve);var qe={};const Ke=Be.getSymbolSize;qe.getPositions=function(t){const e=Ke(t);return[[0,0],[e-7,0],[0,e-7]]};var Ye={};!function(t){t.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const e=3,r=3,o=40,n=10;function i(e,r,o){switch(e){case t.Patterns.PATTERN000:return(r+o)%2==0;case t.Patterns.PATTERN001:return r%2==0;case t.Patterns.PATTERN010:return o%3==0;case t.Patterns.PATTERN011:return(r+o)%3==0;case t.Patterns.PATTERN100:return(Math.floor(r/2)+Math.floor(o/3))%2==0;case t.Patterns.PATTERN101:return r*o%2+r*o%3==0;case t.Patterns.PATTERN110:return(r*o%2+r*o%3)%2==0;case t.Patterns.PATTERN111:return(r*o%3+(r+o)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}t.isValid=function(t){return null!=t&&""!==t&&!isNaN(t)&&t>=0&&t<=7},t.from=function(e){return t.isValid(e)?parseInt(e,10):void 0},t.getPenaltyN1=function(t){const r=t.size;let o=0,n=0,i=0,a=null,l=null;for(let s=0;s<r;s++){n=i=0,a=l=null;for(let c=0;c<r;c++){let r=t.get(s,c);r===a?n++:(n>=5&&(o+=e+(n-5)),a=r,n=1),r=t.get(c,s),r===l?i++:(i>=5&&(o+=e+(i-5)),l=r,i=1)}n>=5&&(o+=e+(n-5)),i>=5&&(o+=e+(i-5))}return o},t.getPenaltyN2=function(t){const e=t.size;let o=0;for(let r=0;r<e-1;r++)for(let n=0;n<e-1;n++){const e=t.get(r,n)+t.get(r,n+1)+t.get(r+1,n)+t.get(r+1,n+1);4!==e&&0!==e||o++}return o*r},t.getPenaltyN3=function(t){const e=t.size;let r=0,n=0,i=0;for(let o=0;o<e;o++){n=i=0;for(let a=0;a<e;a++)n=n<<1&2047|t.get(o,a),a>=10&&(1488===n||93===n)&&r++,i=i<<1&2047|t.get(a,o),a>=10&&(1488===i||93===i)&&r++}return r*o},t.getPenaltyN4=function(t){let e=0;const r=t.data.length;for(let o=0;o<r;o++)e+=t.data[o];return Math.abs(Math.ceil(100*e/r/5)-10)*n},t.applyMask=function(t,e){const r=e.size;for(let o=0;o<r;o++)for(let n=0;n<r;n++)e.isReserved(n,o)||e.xor(n,o,i(t,n,o))},t.getBestMask=function(e,r){const o=Object.keys(t.Patterns).length;let n=0,i=1/0;for(let a=0;a<o;a++){r(a),t.applyMask(a,e);const o=t.getPenaltyN1(e)+t.getPenaltyN2(e)+t.getPenaltyN3(e)+t.getPenaltyN4(e);t.applyMask(a,e),o<i&&(i=o,n=a)}return n}}(Ye);var Qe={};const Je=je,Ge=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],Xe=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];Qe.getBlocksCount=function(t,e){switch(e){case Je.L:return Ge[4*(t-1)+0];case Je.M:return Ge[4*(t-1)+1];case Je.Q:return Ge[4*(t-1)+2];case Je.H:return Ge[4*(t-1)+3];default:return}},Qe.getTotalCodewordsCount=function(t,e){switch(e){case Je.L:return Xe[4*(t-1)+0];case Je.M:return Xe[4*(t-1)+1];case Je.Q:return Xe[4*(t-1)+2];case Je.H:return Xe[4*(t-1)+3];default:return}};var tr={},er={};const rr=new Uint8Array(512),or=new Uint8Array(256);!function(){let t=1;for(let e=0;e<255;e++)rr[e]=t,or[t]=e,t<<=1,256&t&&(t^=285);for(let t=255;t<512;t++)rr[t]=rr[t-255]}(),er.log=function(t){if(t<1)throw new Error("log("+t+")");return or[t]},er.exp=function(t){return rr[t]},er.mul=function(t,e){return 0===t||0===e?0:rr[or[t]+or[e]]},function(t){const e=er;t.mul=function(t,r){const o=new Uint8Array(t.length+r.length-1);for(let n=0;n<t.length;n++)for(let i=0;i<r.length;i++)o[n+i]^=e.mul(t[n],r[i]);return o},t.mod=function(t,r){let o=new Uint8Array(t);for(;o.length-r.length>=0;){const t=o[0];for(let n=0;n<r.length;n++)o[n]^=e.mul(r[n],t);let n=0;for(;n<o.length&&0===o[n];)n++;o=o.slice(n)}return o},t.generateECPolynomial=function(r){let o=new Uint8Array([1]);for(let n=0;n<r;n++)o=t.mul(o,new Uint8Array([1,e.exp(n)]));return o}}(tr);const nr=tr;function ir(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}ir.prototype.initialize=function(t){this.degree=t,this.genPoly=nr.generateECPolynomial(this.degree)},ir.prototype.encode=function(t){if(!this.genPoly)throw new Error("Encoder not initialized");const e=new Uint8Array(t.length+this.degree);e.set(t);const r=nr.mod(e,this.genPoly),o=this.degree-r.length;if(o>0){const t=new Uint8Array(this.degree);return t.set(r,o),t}return r};var ar=ir,lr={},sr={},cr={isValid:function(t){return!isNaN(t)&&t>=1&&t<=40}},dr={};const hr="[0-9]+";let mr="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";mr=mr.replace(/u/g,"\\u");const ur="(?:(?![A-Z0-9 $%*+\\-./:]|"+mr+")(?:.|[\r\n]))+";dr.KANJI=new RegExp(mr,"g"),dr.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),dr.BYTE=new RegExp(ur,"g"),dr.NUMERIC=new RegExp(hr,"g"),dr.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const pr=new RegExp("^"+mr+"$"),gr=new RegExp("^"+hr+"$"),wr=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");dr.testKanji=function(t){return pr.test(t)},dr.testNumeric=function(t){return gr.test(t)},dr.testAlphanumeric=function(t){return wr.test(t)},function(t){const e=cr,r=dr;t.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(t,r){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!e.isValid(r))throw new Error("Invalid version: "+r);return r>=1&&r<10?t.ccBits[0]:r<27?t.ccBits[1]:t.ccBits[2]},t.getBestModeForData=function(e){return r.testNumeric(e)?t.NUMERIC:r.testAlphanumeric(e)?t.ALPHANUMERIC:r.testKanji(e)?t.KANJI:t.BYTE},t.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},t.isValid=function(t){return t&&t.bit&&t.ccBits},t.from=function(e,r){if(t.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"numeric":return t.NUMERIC;case"alphanumeric":return t.ALPHANUMERIC;case"kanji":return t.KANJI;case"byte":return t.BYTE;default:throw new Error("Unknown mode: "+e)}}(e)}catch(t){return r}}}(sr),function(t){const e=Be,r=Qe,o=je,n=sr,i=cr,a=e.getBCHDigit(7973);function l(t,e){return n.getCharCountIndicator(t,e)+4}function s(t,e){let r=0;return t.forEach((function(t){const o=l(t.mode,e);r+=o+t.getBitsLength()})),r}t.from=function(t,e){return i.isValid(t)?parseInt(t,10):e},t.getCapacity=function(t,o,a){if(!i.isValid(t))throw new Error("Invalid QR Code version");void 0===a&&(a=n.BYTE);const s=8*(e.getSymbolTotalCodewords(t)-r.getTotalCodewordsCount(t,o));if(a===n.MIXED)return s;const c=s-l(a,t);switch(a){case n.NUMERIC:return Math.floor(c/10*3);case n.ALPHANUMERIC:return Math.floor(c/11*2);case n.KANJI:return Math.floor(c/13);case n.BYTE:default:return Math.floor(c/8)}},t.getBestVersionForData=function(e,r){let i;const a=o.from(r,o.M);if(Array.isArray(e)){if(e.length>1)return function(e,r){for(let o=1;o<=40;o++)if(s(e,o)<=t.getCapacity(o,r,n.MIXED))return o}(e,a);if(0===e.length)return 1;i=e[0]}else i=e;return function(e,r,o){for(let n=1;n<=40;n++)if(r<=t.getCapacity(n,o,e))return n}(i.mode,i.getLength(),a)},t.getEncodedBits=function(t){if(!i.isValid(t)||t<7)throw new Error("Invalid QR Code version");let r=t<<12;for(;e.getBCHDigit(r)-a>=0;)r^=7973<<e.getBCHDigit(r)-a;return t<<12|r}}(lr);var fr={};const vr=Be,br=vr.getBCHDigit(1335);fr.getEncodedBits=function(t,e){const r=t.bit<<3|e;let o=r<<10;for(;vr.getBCHDigit(o)-br>=0;)o^=1335<<vr.getBCHDigit(o)-br;return 21522^(r<<10|o)};var yr={};const xr=sr;function $r(t){this.mode=xr.NUMERIC,this.data=t.toString()}$r.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},$r.prototype.getLength=function(){return this.data.length},$r.prototype.getBitsLength=function(){return $r.getBitsLength(this.data.length)},$r.prototype.write=function(t){let e,r,o;for(e=0;e+3<=this.data.length;e+=3)r=this.data.substr(e,3),o=parseInt(r,10),t.put(o,10);const n=this.data.length-e;n>0&&(r=this.data.substr(e),o=parseInt(r,10),t.put(o,3*n+1))};var Cr=$r;const Er=sr,Ar=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function _r(t){this.mode=Er.ALPHANUMERIC,this.data=t}_r.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},_r.prototype.getLength=function(){return this.data.length},_r.prototype.getBitsLength=function(){return _r.getBitsLength(this.data.length)},_r.prototype.write=function(t){let e;for(e=0;e+2<=this.data.length;e+=2){let r=45*Ar.indexOf(this.data[e]);r+=Ar.indexOf(this.data[e+1]),t.put(r,11)}this.data.length%2&&t.put(Ar.indexOf(this.data[e]),6)};var kr=_r;const Or=function(t){for(var e=[],r=t.length,o=0;o<r;o++){var n=t.charCodeAt(o);if(n>=55296&&n<=56319&&r>o+1){var i=t.charCodeAt(o+1);i>=56320&&i<=57343&&(n=1024*(n-55296)+i-56320+65536,o+=1)}n<128?e.push(n):n<2048?(e.push(n>>6|192),e.push(63&n|128)):n<55296||n>=57344&&n<65536?(e.push(n>>12|224),e.push(n>>6&63|128),e.push(63&n|128)):n>=65536&&n<=1114111?(e.push(n>>18|240),e.push(n>>12&63|128),e.push(n>>6&63|128),e.push(63&n|128)):e.push(239,191,189)}return new Uint8Array(e).buffer},Ir=sr;function Mr(t){this.mode=Ir.BYTE,"string"==typeof t&&(t=Or(t)),this.data=new Uint8Array(t)}Mr.getBitsLength=function(t){return 8*t},Mr.prototype.getLength=function(){return this.data.length},Mr.prototype.getBitsLength=function(){return Mr.getBitsLength(this.data.length)},Mr.prototype.write=function(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data[e],8)};var Pr=Mr;const Tr=sr,Rr=Be;function Sr(t){this.mode=Tr.KANJI,this.data=t}Sr.getBitsLength=function(t){return 13*t},Sr.prototype.getLength=function(){return this.data.length},Sr.prototype.getBitsLength=function(){return Sr.getBitsLength(this.data.length)},Sr.prototype.write=function(t){let e;for(e=0;e<this.data.length;e++){let r=Rr.toSJIS(this.data[e]);if(r>=33088&&r<=40956)r-=33088;else{if(!(r>=57408&&r<=60351))throw new Error("Invalid SJIS character: "+this.data[e]+"\nMake sure your charset is UTF-8");r-=49472}r=192*(r>>>8&255)+(255&r),t.put(r,13)}};var Lr=Sr,Nr={exports:{}};!function(t){var e={single_source_shortest_paths:function(t,r,o){var n={},i={};i[r]=0;var a,l,s,c,d,h,m,u=e.PriorityQueue.make();for(u.push(r,0);!u.empty();)for(s in l=(a=u.pop()).value,c=a.cost,d=t[l]||{})d.hasOwnProperty(s)&&(h=c+d[s],m=i[s],(void 0===i[s]||m>h)&&(i[s]=h,u.push(s,h),n[s]=l));if(void 0!==o&&void 0===i[o]){var p=["Could not find a path from ",r," to ",o,"."].join("");throw new Error(p)}return n},extract_shortest_path_from_predecessor_list:function(t,e){for(var r=[],o=e;o;)r.push(o),t[o],o=t[o];return r.reverse(),r},find_path:function(t,r,o){var n=e.single_source_shortest_paths(t,r,o);return e.extract_shortest_path_from_predecessor_list(n,o)},PriorityQueue:{make:function(t){var r,o=e.PriorityQueue,n={};for(r in t=t||{},o)o.hasOwnProperty(r)&&(n[r]=o[r]);return n.queue=[],n.sorter=t.sorter||o.default_sorter,n},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var r={value:t,cost:e};this.queue.push(r),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=e}(Nr);var Br=Nr.exports;!function(t){const e=sr,r=Cr,o=kr,n=Pr,i=Lr,a=dr,l=Be,s=Br;function c(t){return unescape(encodeURIComponent(t)).length}function d(t,e,r){const o=[];let n;for(;null!==(n=t.exec(r));)o.push({data:n[0],index:n.index,mode:e,length:n[0].length});return o}function h(t){const r=d(a.NUMERIC,e.NUMERIC,t),o=d(a.ALPHANUMERIC,e.ALPHANUMERIC,t);let n,i;l.isKanjiModeEnabled()?(n=d(a.BYTE,e.BYTE,t),i=d(a.KANJI,e.KANJI,t)):(n=d(a.BYTE_KANJI,e.BYTE,t),i=[]);return r.concat(o,n,i).sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function m(t,a){switch(a){case e.NUMERIC:return r.getBitsLength(t);case e.ALPHANUMERIC:return o.getBitsLength(t);case e.KANJI:return i.getBitsLength(t);case e.BYTE:return n.getBitsLength(t)}}function u(t,a){let s;const c=e.getBestModeForData(t);if(s=e.from(a,c),s!==e.BYTE&&s.bit<c.bit)throw new Error('"'+t+'" cannot be encoded with mode '+e.toString(s)+".\n Suggested mode is: "+e.toString(c));switch(s!==e.KANJI||l.isKanjiModeEnabled()||(s=e.BYTE),s){case e.NUMERIC:return new r(t);case e.ALPHANUMERIC:return new o(t);case e.KANJI:return new i(t);case e.BYTE:return new n(t)}}t.fromArray=function(t){return t.reduce((function(t,e){return"string"==typeof e?t.push(u(e,null)):e.data&&t.push(u(e.data,e.mode)),t}),[])},t.fromString=function(r,o){const n=function(t){const r=[];for(let o=0;o<t.length;o++){const n=t[o];switch(n.mode){case e.NUMERIC:r.push([n,{data:n.data,mode:e.ALPHANUMERIC,length:n.length},{data:n.data,mode:e.BYTE,length:n.length}]);break;case e.ALPHANUMERIC:r.push([n,{data:n.data,mode:e.BYTE,length:n.length}]);break;case e.KANJI:r.push([n,{data:n.data,mode:e.BYTE,length:c(n.data)}]);break;case e.BYTE:r.push([{data:n.data,mode:e.BYTE,length:c(n.data)}])}}return r}(h(r,l.isKanjiModeEnabled())),i=function(t,r){const o={},n={start:{}};let i=["start"];for(let a=0;a<t.length;a++){const l=t[a],s=[];for(let t=0;t<l.length;t++){const c=l[t],d=""+a+t;s.push(d),o[d]={node:c,lastCount:0},n[d]={};for(let t=0;t<i.length;t++){const a=i[t];o[a]&&o[a].node.mode===c.mode?(n[a][d]=m(o[a].lastCount+c.length,c.mode)-m(o[a].lastCount,c.mode),o[a].lastCount+=c.length):(o[a]&&(o[a].lastCount=c.length),n[a][d]=m(c.length,c.mode)+4+e.getCharCountIndicator(c.mode,r))}}i=s}for(let t=0;t<i.length;t++)n[i[t]].end=0;return{map:n,table:o}}(n,o),a=s.find_path(i.map,"start","end"),d=[];for(let t=1;t<a.length-1;t++)d.push(i.table[a[t]].node);return t.fromArray(function(t){return t.reduce((function(t,e){const r=t.length-1>=0?t[t.length-1]:null;return r&&r.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}(d))},t.rawSplit=function(e){return t.fromArray(h(e,l.isKanjiModeEnabled()))}}(yr);const Dr=Be,Ur=je,Wr=ze,jr=Fe,Hr=Ve,zr=qe,Zr=Ye,Fr=Qe,Vr=ar,qr=lr,Kr=fr,Yr=sr,Qr=yr;function Jr(t,e,r){const o=t.size,n=Kr.getEncodedBits(e,r);let i,a;for(i=0;i<15;i++)a=1==(n>>i&1),i<6?t.set(i,8,a,!0):i<8?t.set(i+1,8,a,!0):t.set(o-15+i,8,a,!0),i<8?t.set(8,o-i-1,a,!0):i<9?t.set(8,15-i-1+1,a,!0):t.set(8,15-i-1,a,!0);t.set(o-8,8,1,!0)}function Gr(t,e,r){const o=new Wr;r.forEach((function(e){o.put(e.mode.bit,4),o.put(e.getLength(),Yr.getCharCountIndicator(e.mode,t)),e.write(o)}));const n=8*(Dr.getSymbolTotalCodewords(t)-Fr.getTotalCodewordsCount(t,e));for(o.getLengthInBits()+4<=n&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(0);const i=(n-o.getLengthInBits())/8;for(let t=0;t<i;t++)o.put(t%2?17:236,8);return function(t,e,r){const o=Dr.getSymbolTotalCodewords(e),n=Fr.getTotalCodewordsCount(e,r),i=o-n,a=Fr.getBlocksCount(e,r),l=o%a,s=a-l,c=Math.floor(o/a),d=Math.floor(i/a),h=d+1,m=c-d,u=new Vr(m);let p=0;const g=new Array(a),w=new Array(a);let f=0;const v=new Uint8Array(t.buffer);for(let t=0;t<a;t++){const e=t<s?d:h;g[t]=v.slice(p,p+e),w[t]=u.encode(g[t]),p+=e,f=Math.max(f,e)}const b=new Uint8Array(o);let y,x,$=0;for(y=0;y<f;y++)for(x=0;x<a;x++)y<g[x].length&&(b[$++]=g[x][y]);for(y=0;y<m;y++)for(x=0;x<a;x++)b[$++]=w[x][y];return b}(o,t,e)}function Xr(t,e,r,o){let n;if(Array.isArray(t))n=Qr.fromArray(t);else{if("string"!=typeof t)throw new Error("Invalid data");{let o=e;if(!o){const e=Qr.rawSplit(t);o=qr.getBestVersionForData(e,r)}n=Qr.fromString(t,o||40)}}const i=qr.getBestVersionForData(n,r);if(!i)throw new Error("The amount of data is too big to be stored in a QR Code");if(e){if(e<i)throw new Error("\nThe chosen QR Code version cannot contain this amount of data.\nMinimum version required to store current data is: "+i+".\n")}else e=i;const a=Gr(e,r,n),l=Dr.getSymbolSize(e),s=new jr(l);return function(t,e){const r=t.size,o=zr.getPositions(e);for(let e=0;e<o.length;e++){const n=o[e][0],i=o[e][1];for(let e=-1;e<=7;e++)if(!(n+e<=-1||r<=n+e))for(let o=-1;o<=7;o++)i+o<=-1||r<=i+o||(e>=0&&e<=6&&(0===o||6===o)||o>=0&&o<=6&&(0===e||6===e)||e>=2&&e<=4&&o>=2&&o<=4?t.set(n+e,i+o,!0,!0):t.set(n+e,i+o,!1,!0))}}(s,e),function(t){const e=t.size;for(let r=8;r<e-8;r++){const e=r%2==0;t.set(r,6,e,!0),t.set(6,r,e,!0)}}(s),function(t,e){const r=Hr.getPositions(e);for(let e=0;e<r.length;e++){const o=r[e][0],n=r[e][1];for(let e=-2;e<=2;e++)for(let r=-2;r<=2;r++)-2===e||2===e||-2===r||2===r||0===e&&0===r?t.set(o+e,n+r,!0,!0):t.set(o+e,n+r,!1,!0)}}(s,e),Jr(s,r,0),e>=7&&function(t,e){const r=t.size,o=qr.getEncodedBits(e);let n,i,a;for(let e=0;e<18;e++)n=Math.floor(e/3),i=e%3+r-8-3,a=1==(o>>e&1),t.set(n,i,a,!0),t.set(i,n,a,!0)}(s,e),function(t,e){const r=t.size;let o=-1,n=r-1,i=7,a=0;for(let l=r-1;l>0;l-=2)for(6===l&&l--;;){for(let r=0;r<2;r++)if(!t.isReserved(n,l-r)){let o=!1;a<e.length&&(o=1==(e[a]>>>i&1)),t.set(n,l-r,o),i--,-1===i&&(a++,i=7)}if(n+=o,n<0||r<=n){n-=o,o=-o;break}}}(s,a),isNaN(o)&&(o=Zr.getBestMask(s,Jr.bind(null,s,r))),Zr.applyMask(o,s),Jr(s,r,o),{modules:s,version:e,errorCorrectionLevel:r,maskPattern:o,segments:n}}Ne.create=function(t,e){if(void 0===t||""===t)throw new Error("No input text");let r,o,n=Ur.M;return void 0!==e&&(n=Ur.from(e.errorCorrectionLevel,Ur.M),r=qr.from(e.version),o=Zr.from(e.maskPattern),e.toSJISFunc&&Dr.setToSJISFunction(e.toSJISFunc)),Xr(t,r,n,o)};var to={},eo={};!function(t){function e(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push("F","F");const r=parseInt(e.join(""),16);return{r:r>>24&255,g:r>>16&255,b:r>>8&255,a:255&r,hex:"#"+e.slice(0,6).join("")}}t.getOptions=function(t){t||(t={}),t.color||(t.color={});const r=void 0===t.margin||null===t.margin||t.margin<0?4:t.margin,o=t.width&&t.width>=21?t.width:void 0,n=t.scale||4;return{width:o,scale:o?4:n,margin:r,color:{dark:e(t.color.dark||"#000000ff"),light:e(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},t.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},t.getImageWidth=function(e,r){const o=t.getScale(e,r);return Math.floor((e+2*r.margin)*o)},t.qrToImageData=function(e,r,o){const n=r.modules.size,i=r.modules.data,a=t.getScale(n,o),l=Math.floor((n+2*o.margin)*a),s=o.margin*a,c=[o.color.light,o.color.dark];for(let t=0;t<l;t++)for(let r=0;r<l;r++){let d=4*(t*l+r),h=o.color.light;if(t>=s&&r>=s&&t<l-s&&r<l-s){h=c[i[Math.floor((t-s)/a)*n+Math.floor((r-s)/a)]?1:0]}e[d++]=h.r,e[d++]=h.g,e[d++]=h.b,e[d]=h.a}}}(eo),function(t){const e=eo;t.render=function(t,r,o){let n=o,i=r;void 0!==n||r&&r.getContext||(n=r,r=void 0),r||(i=function(){try{return document.createElement("canvas")}catch(t){throw new Error("You need to specify a canvas element")}}()),n=e.getOptions(n);const a=e.getImageWidth(t.modules.size,n),l=i.getContext("2d"),s=l.createImageData(a,a);return e.qrToImageData(s.data,t,n),function(t,e,r){t.clearRect(0,0,e.width,e.height),e.style||(e.style={}),e.height=r,e.width=r,e.style.height=r+"px",e.style.width=r+"px"}(l,i,a),l.putImageData(s,0,0),i},t.renderToDataURL=function(e,r,o){let n=o;void 0!==n||r&&r.getContext||(n=r,r=void 0),n||(n={});const i=t.render(e,r,n),a=n.type||"image/png",l=n.rendererOpts||{};return i.toDataURL(a,l.quality)}}(to);var ro={};const oo=eo;function no(t,e){const r=t.a/255,o=e+'="'+t.hex+'"';return r<1?o+" "+e+'-opacity="'+r.toFixed(2).slice(1)+'"':o}function io(t,e,r){let o=t+e;return void 0!==r&&(o+=" "+r),o}ro.render=function(t,e,r){const o=oo.getOptions(e),n=t.modules.size,i=t.modules.data,a=n+2*o.margin,l=o.color.light.a?"<path "+no(o.color.light,"fill")+' d="M0 0h'+a+"v"+a+'H0z"/>':"",s="<path "+no(o.color.dark,"stroke")+' d="'+function(t,e,r){let o="",n=0,i=!1,a=0;for(let l=0;l<t.length;l++){const s=Math.floor(l%e),c=Math.floor(l/e);s||i||(i=!0),t[l]?(a++,l>0&&s>0&&t[l-1]||(o+=i?io("M",s+r,.5+c+r):io("m",n,0),n=0,i=!1),s+1<e&&t[l+1]||(o+=io("h",a),a=0)):n++}return o}(i,n,o.margin)+'"/>',c='viewBox="0 0 '+a+" "+a+'"',d='<svg xmlns="http://www.w3.org/2000/svg" '+(o.width?'width="'+o.width+'" height="'+o.width+'" ':"")+c+' shape-rendering="crispEdges">'+l+s+"</svg>\n";return"function"==typeof r&&r(null,d),d};const ao=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then},lo=Ne,so=to,co=ro;function ho(t,e,r,o,n){const i=[].slice.call(arguments,1),a=i.length,l="function"==typeof i[a-1];if(!l&&!ao())throw new Error("Callback required as last argument");if(!l){if(a<1)throw new Error("Too few arguments provided");return 1===a?(r=e,e=o=void 0):2!==a||e.getContext||(o=r,r=e,e=void 0),new Promise((function(n,i){try{const i=lo.create(r,o);n(t(i,e,o))}catch(t){i(t)}}))}if(a<2)throw new Error("Too few arguments provided");2===a?(n=r,r=e,e=o=void 0):3===a&&(e.getContext&&void 0===n?(n=o,o=void 0):(n=o,o=r,r=e,e=void 0));try{const i=lo.create(r,o);n(null,t(i,e,o))}catch(t){n(t)}}Le.create=lo.create,Le.toCanvas=ho.bind(null,so.render),Le.toDataURL=ho.bind(null,so.renderToDataURL),Le.toString=ho.bind(null,(function(t,e,r){return co.render(t,r)}));var mo=Object.defineProperty,uo=Object.getOwnPropertySymbols,po=Object.prototype.hasOwnProperty,go=Object.prototype.propertyIsEnumerable,wo=(t,e,r)=>e in t?mo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,fo=(t,e)=>{for(var r in e||(e={}))po.call(e,r)&&wo(t,r,e[r]);if(uo)for(var r of uo(e))go.call(e,r)&&wo(t,r,e[r]);return t};const vo={getPreset:t=>({"--wcm-accent-color":"#3396FF","--wcm-accent-fill-color":"#FFFFFF","--wcm-z-index":"89","--wcm-background-color":"#3396FF","--wcm-background-border-radius":"8px","--wcm-container-border-radius":"30px","--wcm-wallet-icon-border-radius":"15px","--wcm-wallet-icon-large-border-radius":"30px","--wcm-wallet-icon-small-border-radius":"7px","--wcm-input-border-radius":"28px","--wcm-button-border-radius":"10px","--wcm-notification-border-radius":"36px","--wcm-secondary-button-border-radius":"28px","--wcm-icon-button-border-radius":"50%","--wcm-button-hover-highlight-border-radius":"10px","--wcm-text-big-bold-size":"20px","--wcm-text-big-bold-weight":"600","--wcm-text-big-bold-line-height":"24px","--wcm-text-big-bold-letter-spacing":"-0.03em","--wcm-text-big-bold-text-transform":"none","--wcm-text-xsmall-bold-size":"10px","--wcm-text-xsmall-bold-weight":"700","--wcm-text-xsmall-bold-line-height":"12px","--wcm-text-xsmall-bold-letter-spacing":"0.02em","--wcm-text-xsmall-bold-text-transform":"uppercase","--wcm-text-xsmall-regular-size":"12px","--wcm-text-xsmall-regular-weight":"600","--wcm-text-xsmall-regular-line-height":"14px","--wcm-text-xsmall-regular-letter-spacing":"-0.03em","--wcm-text-xsmall-regular-text-transform":"none","--wcm-text-small-thin-size":"14px","--wcm-text-small-thin-weight":"500","--wcm-text-small-thin-line-height":"16px","--wcm-text-small-thin-letter-spacing":"-0.03em","--wcm-text-small-thin-text-transform":"none","--wcm-text-small-regular-size":"14px","--wcm-text-small-regular-weight":"600","--wcm-text-small-regular-line-height":"16px","--wcm-text-small-regular-letter-spacing":"-0.03em","--wcm-text-small-regular-text-transform":"none","--wcm-text-medium-regular-size":"16px","--wcm-text-medium-regular-weight":"600","--wcm-text-medium-regular-line-height":"20px","--wcm-text-medium-regular-letter-spacing":"-0.03em","--wcm-text-medium-regular-text-transform":"none","--wcm-font-family":"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif","--wcm-font-feature-settings":"'tnum' on, 'lnum' on, 'case' on","--wcm-success-color":"rgb(38,181,98)","--wcm-error-color":"rgb(242, 90, 103)","--wcm-overlay-background-color":"rgba(0, 0, 0, 0.3)","--wcm-overlay-backdrop-filter":"none"}[t]),setTheme(){const e=document.querySelector(":root"),{themeVariables:r}=t.state;if(e){const o=fo(fo(fo({},function(){var e;const r={light:{foreground:{1:"rgb(20,20,20)",2:"rgb(121,134,134)",3:"rgb(158,169,169)"},background:{1:"rgb(255,255,255)",2:"rgb(241,243,243)",3:"rgb(228,231,231)"},overlay:"rgba(0,0,0,0.1)"},dark:{foreground:{1:"rgb(228,231,231)",2:"rgb(148,158,158)",3:"rgb(110,119,119)"},background:{1:"rgb(20,20,20)",2:"rgb(39,42,42)",3:"rgb(59,64,64)"},overlay:"rgba(255,255,255,0.1)"}}[null!=(e=t.state.themeMode)?e:"dark"];return{"--wcm-color-fg-1":r.foreground[1],"--wcm-color-fg-2":r.foreground[2],"--wcm-color-fg-3":r.foreground[3],"--wcm-color-bg-1":r.background[1],"--wcm-color-bg-2":r.background[2],"--wcm-color-bg-3":r.background[3],"--wcm-color-overlay":r.overlay}}()),{"--wcm-accent-color":"#3396FF","--wcm-accent-fill-color":"#FFFFFF","--wcm-z-index":"89","--wcm-background-color":"#3396FF","--wcm-background-border-radius":"8px","--wcm-container-border-radius":"30px","--wcm-wallet-icon-border-radius":"15px","--wcm-wallet-icon-large-border-radius":"30px","--wcm-wallet-icon-small-border-radius":"7px","--wcm-input-border-radius":"28px","--wcm-button-border-radius":"10px","--wcm-notification-border-radius":"36px","--wcm-secondary-button-border-radius":"28px","--wcm-icon-button-border-radius":"50%","--wcm-button-hover-highlight-border-radius":"10px","--wcm-text-big-bold-size":"20px","--wcm-text-big-bold-weight":"600","--wcm-text-big-bold-line-height":"24px","--wcm-text-big-bold-letter-spacing":"-0.03em","--wcm-text-big-bold-text-transform":"none","--wcm-text-xsmall-bold-size":"10px","--wcm-text-xsmall-bold-weight":"700","--wcm-text-xsmall-bold-line-height":"12px","--wcm-text-xsmall-bold-letter-spacing":"0.02em","--wcm-text-xsmall-bold-text-transform":"uppercase","--wcm-text-xsmall-regular-size":"12px","--wcm-text-xsmall-regular-weight":"600","--wcm-text-xsmall-regular-line-height":"14px","--wcm-text-xsmall-regular-letter-spacing":"-0.03em","--wcm-text-xsmall-regular-text-transform":"none","--wcm-text-small-thin-size":"14px","--wcm-text-small-thin-weight":"500","--wcm-text-small-thin-line-height":"16px","--wcm-text-small-thin-letter-spacing":"-0.03em","--wcm-text-small-thin-text-transform":"none","--wcm-text-small-regular-size":"14px","--wcm-text-small-regular-weight":"600","--wcm-text-small-regular-line-height":"16px","--wcm-text-small-regular-letter-spacing":"-0.03em","--wcm-text-small-regular-text-transform":"none","--wcm-text-medium-regular-size":"16px","--wcm-text-medium-regular-weight":"600","--wcm-text-medium-regular-line-height":"20px","--wcm-text-medium-regular-letter-spacing":"-0.03em","--wcm-text-medium-regular-text-transform":"none","--wcm-font-family":"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif","--wcm-font-feature-settings":"'tnum' on, 'lnum' on, 'case' on","--wcm-success-color":"rgb(38,181,98)","--wcm-error-color":"rgb(242, 90, 103)","--wcm-overlay-background-color":"rgba(0, 0, 0, 0.3)","--wcm-overlay-backdrop-filter":"none"}),r);Object.entries(o).forEach((([t,r])=>e.style.setProperty(t,r)))}},globalCss:p`*,::after,::before{margin:0;padding:0;box-sizing:border-box;font-style:normal;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;backface-visibility:hidden}button{cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;border:none;background-color:transparent;transition:all .2s ease}@media (hover:hover) and (pointer:fine){button:active{transition:all .1s ease;transform:scale(.93)}}button::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;transition:background-color,.2s ease}button:disabled{cursor:not-allowed}button svg,button wcm-text{position:relative;z-index:1}input{border:none;outline:0;appearance:none}img{display:block}::selection{color:var(--wcm-accent-fill-color);background:var(--wcm-accent-color)}`},bo=p`button{border-radius:var(--wcm-secondary-button-border-radius);height:28px;padding:0 10px;background-color:var(--wcm-accent-color)}button path{fill:var(--wcm-accent-fill-color)}button::after{border-radius:inherit;border:1px solid var(--wcm-color-overlay)}button:disabled::after{background-color:transparent}.wcm-icon-left svg{margin-right:5px}.wcm-icon-right svg{margin-left:5px}button:active::after{background-color:var(--wcm-color-overlay)}.wcm-ghost,.wcm-ghost:active::after,.wcm-outline{background-color:transparent}.wcm-ghost:active{opacity:.5}@media(hover:hover){button:hover::after{background-color:var(--wcm-color-overlay)}.wcm-ghost:hover::after{background-color:transparent}.wcm-ghost:hover{opacity:.5}}button:disabled{background-color:var(--wcm-color-bg-3);pointer-events:none}.wcm-ghost::after{border-color:transparent}.wcm-ghost path{fill:var(--wcm-color-fg-2)}.wcm-outline path{fill:var(--wcm-accent-color)}.wcm-outline:disabled{background-color:transparent;opacity:.5}`;var yo=Object.defineProperty,xo=Object.getOwnPropertyDescriptor,$o=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?xo(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&yo(e,r,i),i};let Co=class extends pt{constructor(){super(...arguments),this.disabled=!1,this.iconLeft=void 0,this.iconRight=void 0,this.onClick=()=>null,this.variant="default"}render(){const t={"wcm-icon-left":void 0!==this.iconLeft,"wcm-icon-right":void 0!==this.iconRight,"wcm-ghost":"ghost"===this.variant,"wcm-outline":"outline"===this.variant};let e="inverse";return"ghost"===this.variant&&(e="secondary"),"outline"===this.variant&&(e="accent"),q`<button class="${Et(t)}" ?disabled="${this.disabled}" @click="${this.onClick}">${this.iconLeft}<wcm-text variant="small-regular" color="${e}"><slot></slot></wcm-text>${this.iconRight}</button>`}};Co.styles=[vo.globalCss,bo],$o([bt({type:Boolean})],Co.prototype,"disabled",2),$o([bt()],Co.prototype,"iconLeft",2),$o([bt()],Co.prototype,"iconRight",2),$o([bt()],Co.prototype,"onClick",2),$o([bt()],Co.prototype,"variant",2),Co=$o([wt("wcm-button")],Co);const Eo=p`:host{display:inline-block}button{padding:0 15px 1px;height:40px;border-radius:var(--wcm-button-border-radius);color:var(--wcm-accent-fill-color);background-color:var(--wcm-accent-color)}button::after{content:'';top:0;bottom:0;left:0;right:0;position:absolute;background-color:transparent;border-radius:inherit;transition:background-color .2s ease;border:1px solid var(--wcm-color-overlay)}button:active::after{background-color:var(--wcm-color-overlay)}button:disabled{padding-bottom:0;background-color:var(--wcm-color-bg-3);color:var(--wcm-color-fg-3)}.wcm-secondary{color:var(--wcm-accent-color);background-color:transparent}.wcm-secondary::after{display:none}@media(hover:hover){button:hover::after{background-color:var(--wcm-color-overlay)}}`;var Ao=Object.defineProperty,_o=Object.getOwnPropertyDescriptor,ko=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?_o(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Ao(e,r,i),i};let Oo=class extends pt{constructor(){super(...arguments),this.disabled=!1,this.variant="primary"}render(){const t={"wcm-secondary":"secondary"===this.variant};return q`<button ?disabled="${this.disabled}" class="${Et(t)}"><slot></slot></button>`}};Oo.styles=[vo.globalCss,Eo],ko([bt({type:Boolean})],Oo.prototype,"disabled",2),ko([bt()],Oo.prototype,"variant",2),Oo=ko([wt("wcm-button-big")],Oo);const Io=p`:host{background-color:var(--wcm-color-bg-2);border-top:1px solid var(--wcm-color-bg-3)}div{padding:10px 20px;display:inherit;flex-direction:inherit;align-items:inherit;width:inherit;justify-content:inherit}`;var Mo=Object.defineProperty,Po=Object.getOwnPropertyDescriptor;let To=class extends pt{render(){return q`<div><slot></slot></div>`}};To.styles=[vo.globalCss,Io],To=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Po(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Mo(e,r,i),i})([wt("wcm-info-footer")],To);const Ro={CROSS_ICON:K`<svg width="12" height="12" viewBox="0 0 12 12"><path d="M9.94 11A.75.75 0 1 0 11 9.94L7.414 6.353a.5.5 0 0 1 0-.708L11 2.061A.75.75 0 1 0 9.94 1L6.353 4.586a.5.5 0 0 1-.708 0L2.061 1A.75.75 0 0 0 1 2.06l3.586 3.586a.5.5 0 0 1 0 .708L1 9.939A.75.75 0 1 0 2.06 11l3.586-3.586a.5.5 0 0 1 .708 0L9.939 11Z" fill="#fff"/></svg>`,WALLET_CONNECT_LOGO:K`<svg width="178" height="29" viewBox="0 0 178 29" id="wcm-wc-logo"><path d="M10.683 7.926c5.284-5.17 13.85-5.17 19.134 0l.636.623a.652.652 0 0 1 0 .936l-2.176 2.129a.343.343 0 0 1-.478 0l-.875-.857c-3.686-3.607-9.662-3.607-13.348 0l-.937.918a.343.343 0 0 1-.479 0l-2.175-2.13a.652.652 0 0 1 0-.936l.698-.683Zm23.633 4.403 1.935 1.895a.652.652 0 0 1 0 .936l-8.73 8.543a.687.687 0 0 1-.956 0L20.37 17.64a.172.172 0 0 0-.239 0l-6.195 6.063a.687.687 0 0 1-.957 0l-8.73-8.543a.652.652 0 0 1 0-.936l1.936-1.895a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .239 0l6.195-6.064a.687.687 0 0 1 .957 0l6.196 6.064a.172.172 0 0 0 .24 0l6.195-6.064a.687.687 0 0 1 .956 0ZM48.093 20.948l2.338-9.355c.139-.515.258-1.07.416-1.942.12.872.258 1.427.357 1.942l2.022 9.355h4.181l3.528-13.874h-3.21l-1.943 8.523a24.825 24.825 0 0 0-.456 2.457c-.158-.931-.317-1.625-.495-2.438l-1.883-8.542h-4.201l-2.042 8.542a41.204 41.204 0 0 0-.475 2.438 41.208 41.208 0 0 0-.476-2.438l-1.903-8.542h-3.349l3.508 13.874h4.083ZM63.33 21.304c1.585 0 2.596-.654 3.11-1.605-.059.297-.078.595-.078.892v.357h2.655V15.22c0-2.735-1.248-4.32-4.3-4.32-2.636 0-4.36 1.466-4.52 3.487h2.914c.1-.891.734-1.426 1.705-1.426.911 0 1.407.515 1.407 1.11 0 .435-.258.693-1.03.792l-1.388.159c-2.061.257-3.825 1.01-3.825 3.19 0 1.982 1.645 3.092 3.35 3.092Zm.891-2.041c-.773 0-1.348-.436-1.348-1.19 0-.733.655-1.09 1.645-1.268l.674-.119c.575-.118.892-.218 1.09-.396v.912c0 1.228-.892 2.06-2.06 2.06ZM70.398 7.074v13.874h2.874V7.074h-2.874ZM74.934 7.074v13.874h2.874V7.074h-2.874ZM84.08 21.304c2.735 0 4.5-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922H81.92ZM94.92 21.146c.633 0 1.248-.1 1.525-.179v-2.18c-.218.04-.475.06-.693.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.338v-2.24h-2.338V7.788H91.47v3.448H89.37v2.24h2.1v4.201c0 2.3 1.15 3.469 3.45 3.469ZM104.62 21.304c3.924 0 6.302-2.299 6.599-5.608h-3.111c-.238 1.803-1.506 3.032-3.369 3.032-2.2 0-3.746-1.784-3.746-4.796 0-2.953 1.605-4.638 3.805-4.638 1.883 0 2.953 1.15 3.171 2.834h3.191c-.317-3.448-2.854-5.41-6.342-5.41-3.984 0-7.036 2.695-7.036 7.214 0 4.677 2.676 7.372 6.838 7.372ZM117.449 21.304c2.993 0 5.114-1.882 5.114-5.172 0-3.23-2.121-5.233-5.114-5.233-2.972 0-5.093 2.002-5.093 5.233 0 3.29 2.101 5.172 5.093 5.172Zm0-2.22c-1.327 0-2.18-1.09-2.18-2.952 0-1.903.892-2.973 2.18-2.973 1.308 0 2.2 1.07 2.2 2.973 0 1.862-.872 2.953-2.2 2.953ZM126.569 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.229-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM137.464 20.948v-5.689c0-1.208.753-2.1 1.823-2.1 1.011 0 1.606.773 1.606 2.06v5.729h2.873v-6.144c0-2.339-1.228-3.905-3.428-3.905-1.526 0-2.458.734-2.953 1.606a5.31 5.31 0 0 0 .079-.892v-.377h-2.874v9.712h2.874ZM149.949 21.304c2.735 0 4.499-1.546 4.697-3.567h-2.893c-.139.892-.892 1.387-1.804 1.387-1.228 0-2.12-.99-2.14-2.358h6.897v-.555c0-3.21-1.764-5.312-4.816-5.312-2.933 0-4.994 2.062-4.994 5.173 0 3.37 2.12 5.232 5.053 5.232Zm-2.16-6.421c.119-1.11.932-1.922 2.081-1.922 1.11 0 1.883.772 1.903 1.922h-3.984ZM160.876 21.304c3.013 0 4.658-1.645 4.975-4.201h-2.874c-.099 1.07-.713 1.982-2.001 1.982-1.309 0-2.2-1.21-2.2-2.993 0-1.942 1.03-2.933 2.259-2.933 1.209 0 1.803.872 1.883 1.882h2.873c-.218-2.358-1.823-4.142-4.776-4.142-2.874 0-5.153 1.903-5.153 5.193 0 3.25 1.923 5.212 5.014 5.212ZM172.067 21.146c.634 0 1.248-.1 1.526-.179v-2.18c-.218.04-.476.06-.694.06-1.05 0-1.427-.595-1.427-1.566v-3.805h2.339v-2.24h-2.339V7.788h-2.854v3.448h-2.1v2.24h2.1v4.201c0 2.3 1.15 3.469 3.449 3.469Z" fill="#fff"/></svg>`,WALLET_CONNECT_ICON:K`<svg width="28" height="20" viewBox="0 0 28 20"><g clip-path="url(#a)"><path d="M7.386 6.482c3.653-3.576 9.575-3.576 13.228 0l.44.43a.451.451 0 0 1 0 .648L19.55 9.033a.237.237 0 0 1-.33 0l-.606-.592c-2.548-2.496-6.68-2.496-9.228 0l-.648.634a.237.237 0 0 1-.33 0L6.902 7.602a.451.451 0 0 1 0-.647l.483-.473Zm16.338 3.046 1.339 1.31a.451.451 0 0 1 0 .648l-6.035 5.909a.475.475 0 0 1-.662 0L14.083 13.2a.119.119 0 0 0-.166 0l-4.283 4.194a.475.475 0 0 1-.662 0l-6.035-5.91a.451.451 0 0 1 0-.647l1.338-1.31a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0l4.283 4.194c.046.044.12.044.166 0l4.283-4.194a.475.475 0 0 1 .662 0Z" fill="#000000"/></g><defs><clipPath id="a"><path fill="#ffffff" d="M0 0h28v20H0z"/></clipPath></defs></svg>`,WALLET_CONNECT_ICON_COLORED:K`<svg width="96" height="96" fill="none"><path fill="#fff" d="M25.322 33.597c12.525-12.263 32.83-12.263 45.355 0l1.507 1.476a1.547 1.547 0 0 1 0 2.22l-5.156 5.048a.814.814 0 0 1-1.134 0l-2.074-2.03c-8.737-8.555-22.903-8.555-31.64 0l-2.222 2.175a.814.814 0 0 1-1.134 0l-5.156-5.049a1.547 1.547 0 0 1 0-2.22l1.654-1.62Zm56.019 10.44 4.589 4.494a1.547 1.547 0 0 1 0 2.22l-20.693 20.26a1.628 1.628 0 0 1-2.267 0L48.283 56.632a.407.407 0 0 0-.567 0L33.03 71.012a1.628 1.628 0 0 1-2.268 0L10.07 50.75a1.547 1.547 0 0 1 0-2.22l4.59-4.494a1.628 1.628 0 0 1 2.267 0l14.687 14.38c.156.153.41.153.567 0l14.685-14.38a1.628 1.628 0 0 1 2.268 0l14.687 14.38c.156.153.41.153.567 0l14.686-14.38a1.628 1.628 0 0 1 2.268 0Z"/><path stroke="#000" d="M25.672 33.954c12.33-12.072 32.325-12.072 44.655 0l1.508 1.476a1.047 1.047 0 0 1 0 1.506l-5.157 5.048a.314.314 0 0 1-.434 0l-2.074-2.03c-8.932-8.746-23.409-8.746-32.34 0l-2.222 2.174a.314.314 0 0 1-.434 0l-5.157-5.048a1.047 1.047 0 0 1 0-1.506l1.655-1.62Zm55.319 10.44 4.59 4.494a1.047 1.047 0 0 1 0 1.506l-20.694 20.26a1.128 1.128 0 0 1-1.568 0l-14.686-14.38a.907.907 0 0 0-1.267 0L32.68 70.655a1.128 1.128 0 0 1-1.568 0L10.42 50.394a1.047 1.047 0 0 1 0-1.506l4.59-4.493a1.128 1.128 0 0 1 1.567 0l14.687 14.379a.907.907 0 0 0 1.266 0l-.35-.357.35.357 14.686-14.38a1.128 1.128 0 0 1 1.568 0l14.687 14.38a.907.907 0 0 0 1.267 0l14.686-14.38a1.128 1.128 0 0 1 1.568 0Z"/></svg>`,BACK_ICON:K`<svg width="10" height="18" viewBox="0 0 10 18"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.735.179a.75.75 0 0 1 .087 1.057L2.92 8.192a1.25 1.25 0 0 0 0 1.617l5.902 6.956a.75.75 0 1 1-1.144.97L1.776 10.78a2.75 2.75 0 0 1 0-3.559L7.678.265A.75.75 0 0 1 8.735.18Z" fill="#fff"/></svg>`,COPY_ICON:K`<svg width="24" height="24" fill="none"><path fill="#fff" fill-rule="evenodd" d="M7.01 7.01c.03-1.545.138-2.5.535-3.28A5 5 0 0 1 9.73 1.545C10.8 1 12.2 1 15 1c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C23 4.8 23 6.2 23 9c0 2.8 0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185c-.78.397-1.735.505-3.28.534l-.001.01c-.03 1.54-.138 2.493-.534 3.27a5 5 0 0 1-2.185 2.186C13.2 23 11.8 23 9 23c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C1 19.2 1 17.8 1 15c0-2.8 0-4.2.545-5.27A5 5 0 0 1 3.73 7.545C4.508 7.149 5.46 7.04 7 7.01h.01ZM15 15.5c-1.425 0-2.403-.001-3.162-.063-.74-.06-1.139-.172-1.427-.319a3.5 3.5 0 0 1-1.53-1.529c-.146-.288-.257-.686-.318-1.427C8.501 11.403 8.5 10.425 8.5 9c0-1.425.001-2.403.063-3.162.06-.74.172-1.139.318-1.427a3.5 3.5 0 0 1 1.53-1.53c.288-.146.686-.257 1.427-.318.759-.062 1.737-.063 3.162-.063 1.425 0 2.403.001 3.162.063.74.06 1.139.172 1.427.318a3.5 3.5 0 0 1 1.53 1.53c.146.288.257.686.318 1.427.062.759.063 1.737.063 3.162 0 1.425-.001 2.403-.063 3.162-.06.74-.172 1.139-.319 1.427a3.5 3.5 0 0 1-1.529 1.53c-.288.146-.686.257-1.427.318-.759.062-1.737.063-3.162.063ZM7 8.511c-.444.009-.825.025-1.162.052-.74.06-1.139.172-1.427.318a3.5 3.5 0 0 0-1.53 1.53c-.146.288-.257.686-.318 1.427-.062.759-.063 1.737-.063 3.162 0 1.425.001 2.403.063 3.162.06.74.172 1.139.318 1.427a3.5 3.5 0 0 0 1.53 1.53c.288.146.686.257 1.427.318.759.062 1.737.063 3.162.063 1.425 0 2.403-.001 3.162-.063.74-.06 1.139-.172 1.427-.319a3.5 3.5 0 0 0 1.53-1.53c.146-.287.257-.685.318-1.426.027-.337.043-.718.052-1.162H15c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C7 13.2 7 11.8 7 9v-.489Z" clip-rule="evenodd"/></svg>`,RETRY_ICON:K`<svg width="15" height="16" viewBox="0 0 15 16"><path d="M6.464 2.03A.75.75 0 0 0 5.403.97L2.08 4.293a1 1 0 0 0 0 1.414L5.403 9.03a.75.75 0 0 0 1.06-1.06L4.672 6.177a.25.25 0 0 1 .177-.427h2.085a4 4 0 1 1-3.93 4.746c-.077-.407-.405-.746-.82-.746-.414 0-.755.338-.7.748a5.501 5.501 0 1 0 5.45-6.248H4.848a.25.25 0 0 1-.177-.427L6.464 2.03Z" fill="#fff"/></svg>`,DESKTOP_ICON:K`<svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 5.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C2.204 1 3.13 1 4.98 1h6.04c1.85 0 2.775 0 3.466.394a3 3 0 0 1 1.12 1.12C16 3.204 16 4.13 16 5.98v1.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C13.796 12 12.87 12 11.02 12H4.98c-1.85 0-2.775 0-3.466-.394a3 3 0 0 1-1.12-1.12C0 9.796 0 8.87 0 7.02V5.98ZM4.98 2.5h6.04c.953 0 1.568.001 2.034.043.446.04.608.108.69.154a1.5 1.5 0 0 1 .559.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033v1.04c0 .952-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.046-.243.114-.69.154-.466.042-1.08.043-2.033.043H4.98c-.952 0-1.568-.001-2.034-.043-.446-.04-.608-.108-.69-.154a1.5 1.5 0 0 1-.559-.56c-.046-.08-.114-.243-.154-.69-.042-.465-.043-1.08-.043-2.033V5.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.046.243-.114.69-.154.465-.042 1.08-.043 2.033-.043Z" fill="#fff"/><path d="M4 14.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,MOBILE_ICON:K`<svg width="16" height="16" viewBox="0 0 16 16"><path d="M6.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4.98c0-1.85 0-2.775.394-3.466a3 3 0 0 1 1.12-1.12C5.204 0 6.136 0 8 0s2.795 0 3.486.394a3 3 0 0 1 1.12 1.12C13 2.204 13 3.13 13 4.98v6.04c0 1.85 0 2.775-.394 3.466a3 3 0 0 1-1.12 1.12C10.796 16 9.864 16 8 16s-2.795 0-3.486-.394a3 3 0 0 1-1.12-1.12C3 13.796 3 12.87 3 11.02V4.98Zm8.5 0v6.04c0 .953-.001 1.568-.043 2.034-.04.446-.108.608-.154.69a1.499 1.499 0 0 1-.56.559c-.08.045-.242.113-.693.154-.47.042-1.091.043-2.05.043-.959 0-1.58-.001-2.05-.043-.45-.04-.613-.109-.693-.154a1.5 1.5 0 0 1-.56-.56c-.046-.08-.114-.243-.154-.69-.042-.466-.043-1.08-.043-2.033V4.98c0-.952.001-1.568.043-2.034.04-.446.108-.608.154-.69a1.5 1.5 0 0 1 .56-.559c.08-.045.243-.113.693-.154C6.42 1.501 7.041 1.5 8 1.5c.959 0 1.58.001 2.05.043.45.04.613.109.693.154a1.5 1.5 0 0 1 .56.56c.046.08.114.243.154.69.042.465.043 1.08.043 2.033Z" fill="#fff"/></svg>`,ARROW_DOWN_ICON:K`<svg width="14" height="14" viewBox="0 0 14 14"><path d="M2.28 7.47a.75.75 0 0 0-1.06 1.06l5.25 5.25a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0-1.06-1.06l-3.544 3.543a.25.25 0 0 1-.426-.177V.75a.75.75 0 0 0-1.5 0v10.086a.25.25 0 0 1-.427.176L2.28 7.47Z" fill="#fff"/></svg>`,ARROW_UP_RIGHT_ICON:K`<svg width="15" height="14" fill="none"><path d="M4.5 1.75A.75.75 0 0 1 5.25 1H12a1.5 1.5 0 0 1 1.5 1.5v6.75a.75.75 0 0 1-1.5 0V4.164a.25.25 0 0 0-.427-.176L4.061 11.5A.75.75 0 0 1 3 10.44l7.513-7.513a.25.25 0 0 0-.177-.427H5.25a.75.75 0 0 1-.75-.75Z" fill="#fff"/></svg>`,ARROW_RIGHT_ICON:K`<svg width="6" height="14" viewBox="0 0 6 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.181 1.099a.75.75 0 0 1 1.024.279l2.433 4.258a2.75 2.75 0 0 1 0 2.729l-2.433 4.257a.75.75 0 1 1-1.303-.744L4.335 7.62a1.25 1.25 0 0 0 0-1.24L1.902 2.122a.75.75 0 0 1 .28-1.023Z" fill="#fff"/></svg>`,QRCODE_ICON:K`<svg width="25" height="24" viewBox="0 0 25 24"><path d="M23.748 9a.748.748 0 0 0 .748-.752c-.018-2.596-.128-4.07-.784-5.22a6 6 0 0 0-2.24-2.24c-1.15-.656-2.624-.766-5.22-.784a.748.748 0 0 0-.752.748c0 .414.335.749.748.752 1.015.007 1.82.028 2.494.088.995.09 1.561.256 1.988.5.7.398 1.28.978 1.679 1.678.243.427.41.993.498 1.988.061.675.082 1.479.09 2.493a.753.753 0 0 0 .75.749ZM3.527.788C4.677.132 6.152.022 8.747.004A.748.748 0 0 1 9.5.752a.753.753 0 0 1-.749.752c-1.014.007-1.818.028-2.493.088-.995.09-1.561.256-1.988.5-.7.398-1.28.978-1.679 1.678-.243.427-.41.993-.499 1.988-.06.675-.081 1.479-.088 2.493A.753.753 0 0 1 1.252 9a.748.748 0 0 1-.748-.752c.018-2.596.128-4.07.784-5.22a6 6 0 0 1 2.24-2.24ZM1.252 15a.748.748 0 0 0-.748.752c.018 2.596.128 4.07.784 5.22a6 6 0 0 0 2.24 2.24c1.15.656 2.624.766 5.22.784a.748.748 0 0 0 .752-.748.753.753 0 0 0-.749-.752c-1.014-.007-1.818-.028-2.493-.089-.995-.089-1.561-.255-1.988-.498a4.5 4.5 0 0 1-1.679-1.68c-.243-.426-.41-.992-.499-1.987-.06-.675-.081-1.479-.088-2.493A.753.753 0 0 0 1.252 15ZM22.996 15.749a.753.753 0 0 1 .752-.749c.415 0 .751.338.748.752-.018 2.596-.128 4.07-.784 5.22a6 6 0 0 1-2.24 2.24c-1.15.656-2.624.766-5.22.784a.748.748 0 0 1-.752-.748c0-.414.335-.749.748-.752 1.015-.007 1.82-.028 2.494-.089.995-.089 1.561-.255 1.988-.498a4.5 4.5 0 0 0 1.679-1.68c.243-.426.41-.992.498-1.987.061-.675.082-1.479.09-2.493Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 11h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 4H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1ZM13.5 6.5A2.5 2.5 0 0 1 16 4h2a2.5 2.5 0 0 1 2.5 2.5v2A2.5 2.5 0 0 1 18 11h-2a2.5 2.5 0 0 1-2.5-2.5v-2Zm2.5-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1ZM7 13a2.5 2.5 0 0 0-2.5 2.5v2A2.5 2.5 0 0 0 7 20h2a2.5 2.5 0 0 0 2.5-2.5v-2A2.5 2.5 0 0 0 9 13H7Zm2 1.5H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1Z" fill="#fff"/><path d="M13.5 15.5c0-.465 0-.697.038-.89a2 2 0 0 1 1.572-1.572C15.303 13 15.535 13 16 13v2.5h-2.5ZM18 13c.465 0 .697 0 .89.038a2 2 0 0 1 1.572 1.572c.038.193.038.425.038.89H18V13ZM18 17.5h2.5c0 .465 0 .697-.038.89a2 2 0 0 1-1.572 1.572C18.697 20 18.465 20 18 20v-2.5ZM13.5 17.5H16V20c-.465 0-.697 0-.89-.038a2 2 0 0 1-1.572-1.572c-.038-.193-.038-.425-.038-.89Z" fill="#fff"/></svg>`,SCAN_ICON:K`<svg width="16" height="16" fill="none"><path fill="#fff" d="M10 15.216c0 .422.347.763.768.74 1.202-.064 2.025-.222 2.71-.613a5.001 5.001 0 0 0 1.865-1.866c.39-.684.549-1.507.613-2.709a.735.735 0 0 0-.74-.768.768.768 0 0 0-.76.732c-.009.157-.02.306-.032.447-.073.812-.206 1.244-.384 1.555-.31.545-.761.996-1.306 1.306-.311.178-.743.311-1.555.384-.141.013-.29.023-.447.032a.768.768 0 0 0-.732.76ZM10 .784c0 .407.325.737.732.76.157.009.306.02.447.032.812.073 1.244.206 1.555.384a3.5 3.5 0 0 1 1.306 1.306c.178.311.311.743.384 1.555.013.142.023.29.032.447a.768.768 0 0 0 .76.732.734.734 0 0 0 .74-.768c-.064-1.202-.222-2.025-.613-2.71A5 5 0 0 0 13.477.658c-.684-.39-1.507-.549-2.709-.613a.735.735 0 0 0-.768.74ZM5.232.044A.735.735 0 0 1 6 .784a.768.768 0 0 1-.732.76c-.157.009-.305.02-.447.032-.812.073-1.244.206-1.555.384A3.5 3.5 0 0 0 1.96 3.266c-.178.311-.311.743-.384 1.555-.013.142-.023.29-.032.447A.768.768 0 0 1 .784 6a.735.735 0 0 1-.74-.768c.064-1.202.222-2.025.613-2.71A5 5 0 0 1 2.523.658C3.207.267 4.03.108 5.233.044ZM5.268 14.456a.768.768 0 0 1 .732.76.734.734 0 0 1-.768.74c-1.202-.064-2.025-.222-2.71-.613a5 5 0 0 1-1.865-1.866c-.39-.684-.549-1.507-.613-2.709A.735.735 0 0 1 .784 10c.407 0 .737.325.76.732.009.157.02.306.032.447.073.812.206 1.244.384 1.555a3.5 3.5 0 0 0 1.306 1.306c.311.178.743.311 1.555.384.142.013.29.023.447.032Z"/></svg>`,CHECKMARK_ICON:K`<svg width="13" height="12" viewBox="0 0 13 12"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.155.132a.75.75 0 0 1 .232 1.035L5.821 11.535a1 1 0 0 1-1.626.09L.665 7.21a.75.75 0 1 1 1.17-.937L4.71 9.867a.25.25 0 0 0 .406-.023L11.12.364a.75.75 0 0 1 1.035-.232Z" fill="#fff"/></svg>`,SEARCH_ICON:K`<svg width="20" height="21"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.432 13.992c-.354-.353-.91-.382-1.35-.146a5.5 5.5 0 1 1 2.265-2.265c-.237.441-.208.997.145 1.35l3.296 3.296a.75.75 0 1 1-1.06 1.061l-3.296-3.296Zm.06-5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" fill="#949E9E"/></svg>`,WALLET_PLACEHOLDER:K`<svg width="60" height="60" fill="none" viewBox="0 0 60 60"><g clip-path="url(#q)"><path id="wallet-placeholder-fill" fill="#fff" d="M0 24.9c0-9.251 0-13.877 1.97-17.332a15 15 0 0 1 5.598-5.597C11.023 0 15.648 0 24.9 0h10.2c9.252 0 13.877 0 17.332 1.97a15 15 0 0 1 5.597 5.598C60 11.023 60 15.648 60 24.9v10.2c0 9.252 0 13.877-1.97 17.332a15.001 15.001 0 0 1-5.598 5.597C48.977 60 44.352 60 35.1 60H24.9c-9.251 0-13.877 0-17.332-1.97a15 15 0 0 1-5.597-5.598C0 48.977 0 44.352 0 35.1V24.9Z"/><path id="wallet-placeholder-dash" stroke="#000" stroke-dasharray="4 4" stroke-width="1.5" d="M.04 41.708a231.598 231.598 0 0 1-.039-4.403l.75-.001L.75 35.1v-2.55H0v-5.1h.75V24.9l.001-2.204h-.75c.003-1.617.011-3.077.039-4.404l.75.016c.034-1.65.099-3.08.218-4.343l-.746-.07c.158-1.678.412-3.083.82-4.316l.713.236c.224-.679.497-1.296.827-1.875a14.25 14.25 0 0 1 1.05-1.585L3.076 5.9A15 15 0 0 1 5.9 3.076l.455.596a14.25 14.25 0 0 1 1.585-1.05c.579-.33 1.196-.603 1.875-.827l-.236-.712C10.812.674 12.217.42 13.895.262l.07.746C15.23.89 16.66.824 18.308.79l-.016-.75C19.62.012 21.08.004 22.695.001l.001.75L24.9.75h2.55V0h5.1v.75h2.55l2.204.001v-.75c1.617.003 3.077.011 4.404.039l-.016.75c1.65.034 3.08.099 4.343.218l.07-.746c1.678.158 3.083.412 4.316.82l-.236.713c.679.224 1.296.497 1.875.827a14.24 14.24 0 0 1 1.585 1.05l.455-.596A14.999 14.999 0 0 1 56.924 5.9l-.596.455c.384.502.735 1.032 1.05 1.585.33.579.602 1.196.827 1.875l.712-.236c.409 1.233.663 2.638.822 4.316l-.747.07c.119 1.264.184 2.694.218 4.343l.75-.016c.028 1.327.036 2.787.039 4.403l-.75.001.001 2.204v2.55H60v5.1h-.75v2.55l-.001 2.204h.75a231.431 231.431 0 0 1-.039 4.404l-.75-.016c-.034 1.65-.099 3.08-.218 4.343l.747.07c-.159 1.678-.413 3.083-.822 4.316l-.712-.236a10.255 10.255 0 0 1-.827 1.875 14.242 14.242 0 0 1-1.05 1.585l.596.455a14.997 14.997 0 0 1-2.824 2.824l-.455-.596c-.502.384-1.032.735-1.585 1.05-.579.33-1.196.602-1.875.827l.236.712c-1.233.409-2.638.663-4.316.822l-.07-.747c-1.264.119-2.694.184-4.343.218l.016.75c-1.327.028-2.787.036-4.403.039l-.001-.75-2.204.001h-2.55V60h-5.1v-.75H24.9l-2.204-.001v.75a231.431 231.431 0 0 1-4.404-.039l.016-.75c-1.65-.034-3.08-.099-4.343-.218l-.07.747c-1.678-.159-3.083-.413-4.316-.822l.236-.712a10.258 10.258 0 0 1-1.875-.827 14.252 14.252 0 0 1-1.585-1.05l-.455.596A14.999 14.999 0 0 1 3.076 54.1l.596-.455a14.24 14.24 0 0 1-1.05-1.585 10.259 10.259 0 0 1-.827-1.875l-.712.236C.674 49.188.42 47.783.262 46.105l.746-.07C.89 44.77.824 43.34.79 41.692l-.75.016Z"/><path fill="#fff" fill-rule="evenodd" d="M35.643 32.145c-.297-.743-.445-1.114-.401-1.275a.42.42 0 0 1 .182-.27c.134-.1.463-.1 1.123-.1.742 0 1.499.046 2.236-.05a6 6 0 0 0 5.166-5.166c.051-.39.051-.855.051-1.784 0-.928 0-1.393-.051-1.783a6 6 0 0 0-5.166-5.165c-.39-.052-.854-.052-1.783-.052h-7.72c-4.934 0-7.401 0-9.244 1.051a8 8 0 0 0-2.985 2.986C16.057 22.28 16.003 24.58 16 29 15.998 31.075 16 33.15 16 35.224A7.778 7.778 0 0 0 23.778 43H28.5c1.394 0 2.09 0 2.67-.116a6 6 0 0 0 4.715-4.714c.115-.58.115-1.301.115-2.744 0-1.31 0-1.964-.114-2.49a4.998 4.998 0 0 0-.243-.792Z" clip-rule="evenodd"/><path fill="#9EA9A9" fill-rule="evenodd" d="M37 18h-7.72c-2.494 0-4.266.002-5.647.126-1.361.122-2.197.354-2.854.728a6.5 6.5 0 0 0-2.425 2.426c-.375.657-.607 1.492-.729 2.853-.11 1.233-.123 2.777-.125 4.867 0 .7 0 1.05.097 1.181.096.13.182.181.343.2.163.02.518-.18 1.229-.581a6.195 6.195 0 0 1 3.053-.8H37c.977 0 1.32-.003 1.587-.038a4.5 4.5 0 0 0 3.874-3.874c.036-.268.039-.611.039-1.588 0-.976-.003-1.319-.038-1.587a4.5 4.5 0 0 0-3.875-3.874C38.32 18.004 37.977 18 37 18Zm-7.364 12.5h-7.414a4.722 4.722 0 0 0-4.722 4.723 6.278 6.278 0 0 0 6.278 6.278H28.5c1.466 0 1.98-.008 2.378-.087a4.5 4.5 0 0 0 3.535-3.536c.08-.397.087-.933.087-2.451 0-1.391-.009-1.843-.08-2.17a3.5 3.5 0 0 0-2.676-2.676c-.328-.072-.762-.08-2.108-.08Z" clip-rule="evenodd"/></g><defs><clipPath id="q"><path fill="#fff" d="M0 0h60v60H0z"/></clipPath></defs></svg>`,GLOBE_ICON:K`<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#fff" fill-rule="evenodd" d="M15.5 8a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Zm-2.113.75c.301 0 .535.264.47.558a6.01 6.01 0 0 1-2.867 3.896c-.203.116-.42-.103-.334-.32.409-1.018.691-2.274.797-3.657a.512.512 0 0 1 .507-.477h1.427Zm.47-2.058c.065.294-.169.558-.47.558H11.96a.512.512 0 0 1-.507-.477c-.106-1.383-.389-2.638-.797-3.656-.087-.217.13-.437.333-.32a6.01 6.01 0 0 1 2.868 3.895Zm-4.402.558c.286 0 .515-.24.49-.525-.121-1.361-.429-2.534-.83-3.393-.279-.6-.549-.93-.753-1.112a.535.535 0 0 0-.724 0c-.204.182-.474.513-.754 1.112-.4.859-.708 2.032-.828 3.393a.486.486 0 0 0 .49.525h2.909Zm-5.415 0c.267 0 .486-.21.507-.477.106-1.383.389-2.638.797-3.656.087-.217-.13-.437-.333-.32a6.01 6.01 0 0 0-2.868 3.895c-.065.294.169.558.47.558H4.04ZM2.143 9.308c-.065-.294.169-.558.47-.558H4.04c.267 0 .486.21.507.477.106 1.383.389 2.639.797 3.657.087.217-.13.436-.333.32a6.01 6.01 0 0 1-2.868-3.896Zm3.913-.033a.486.486 0 0 1 .49-.525h2.909c.286 0 .515.24.49.525-.121 1.361-.428 2.535-.83 3.394-.279.6-.549.93-.753 1.112a.535.535 0 0 1-.724 0c-.204-.182-.474-.513-.754-1.112-.4-.859-.708-2.033-.828-3.394Z" clip-rule="evenodd"/></svg>`},So=p`.wcm-toolbar-placeholder{top:0;bottom:0;left:0;right:0;width:100%;position:absolute;display:block;pointer-events:none;height:100px;border-radius:calc(var(--wcm-background-border-radius) * .9);background-color:var(--wcm-background-color);background-position:center;background-size:cover}.wcm-toolbar{height:38px;display:flex;position:relative;margin:5px 15px 5px 5px;justify-content:space-between;align-items:center}.wcm-toolbar img,.wcm-toolbar svg{height:28px;object-position:left center;object-fit:contain}#wcm-wc-logo path{fill:var(--wcm-accent-fill-color)}button{width:28px;height:28px;border-radius:var(--wcm-icon-button-border-radius);border:0;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--wcm-color-bg-1);box-shadow:0 0 0 1px var(--wcm-color-overlay)}button:active{background-color:var(--wcm-color-bg-2)}button svg{display:block;object-position:center}button path{fill:var(--wcm-color-fg-1)}.wcm-toolbar div{display:flex}@media(hover:hover){button:hover{background-color:var(--wcm-color-bg-2)}}`;var Lo=Object.defineProperty,No=Object.getOwnPropertyDescriptor;let Bo=class extends pt{render(){return q`<div class="wcm-toolbar-placeholder"></div><div class="wcm-toolbar">${Ro.WALLET_CONNECT_LOGO} <button @click="${e.close}">${Ro.CROSS_ICON}</button></div>`}};Bo.styles=[vo.globalCss,So],Bo=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?No(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Lo(e,r,i),i})([wt("wcm-modal-backcard")],Bo);const Do=p`main{padding:20px;padding-top:0;width:100%}`;var Uo=Object.defineProperty,Wo=Object.getOwnPropertyDescriptor;let jo=class extends pt{render(){return q`<main><slot></slot></main>`}};jo.styles=[vo.globalCss,Do],jo=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Wo(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Uo(e,r,i),i})([wt("wcm-modal-content")],jo);const Ho=p`footer{padding:10px;display:flex;flex-direction:column;align-items:inherit;justify-content:inherit;border-top:1px solid var(--wcm-color-bg-2)}`;var zo=Object.defineProperty,Zo=Object.getOwnPropertyDescriptor;let Fo=class extends pt{render(){return q`<footer><slot></slot></footer>`}};Fo.styles=[vo.globalCss,Ho],Fo=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Zo(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&zo(e,r,i),i})([wt("wcm-modal-footer")],Fo);const Vo=p`header{display:flex;justify-content:center;align-items:center;padding:20px;position:relative}.wcm-border{border-bottom:1px solid var(--wcm-color-bg-2);margin-bottom:20px}header button{padding:15px 20px}header button:active{opacity:.5}@media(hover:hover){header button:hover{opacity:.5}}.wcm-back-btn{position:absolute;left:0}.wcm-action-btn{position:absolute;right:0}path{fill:var(--wcm-accent-color)}`;var qo=Object.defineProperty,Ko=Object.getOwnPropertyDescriptor,Yo=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Ko(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&qo(e,r,i),i};let Qo=class extends pt{constructor(){super(...arguments),this.title="",this.onAction=void 0,this.actionIcon=void 0,this.border=!1}backBtnTemplate(){return q`<button class="wcm-back-btn" @click="${r.goBack}">${Ro.BACK_ICON}</button>`}actionBtnTemplate(){return q`<button class="wcm-action-btn" @click="${this.onAction}">${this.actionIcon}</button>`}render(){const t={"wcm-border":this.border},e=r.state.history.length>1,o=this.title?q`<wcm-text variant="big-bold">${this.title}</wcm-text>`:q`<slot></slot>`;return q`<header class="${Et(t)}">${e?this.backBtnTemplate():null} ${o} ${this.onAction?this.actionBtnTemplate():null}</header>`}};Qo.styles=[vo.globalCss,Vo],Yo([bt()],Qo.prototype,"title",2),Yo([bt()],Qo.prototype,"onAction",2),Yo([bt()],Qo.prototype,"actionIcon",2),Yo([bt({type:Boolean})],Qo.prototype,"border",2),Qo=Yo([wt("wcm-modal-header")],Qo);const Jo={MOBILE_BREAKPOINT:600,WCM_RECENT_WALLET_DATA:"WCM_RECENT_WALLET_DATA",EXPLORER_WALLET_URL:"https://explorer.walletconnect.com/?type=wallet",getShadowRootElement(t,e){const r=t.renderRoot.querySelector(e);if(!r)throw new Error(`${e} not found`);return r},getWalletIcon({id:t,image_id:e}){const{walletImages:r}=s.state;return null!=r&&r[t]?r[t]:e?a.getWalletImageUrl(e):""},getWalletName:(t,e=!1)=>e&&t.length>8?`${t.substring(0,8)}..`:t,isMobileAnimation:()=>window.innerWidth<=Jo.MOBILE_BREAKPOINT,async preloadImage(t){const e=new Promise(((e,r)=>{const o=new Image;o.onload=e,o.onerror=r,o.crossOrigin="anonymous",o.src=t}));return Promise.race([e,i.wait(3e3)])},getErrorMessage:t=>t instanceof Error?t.message:"Unknown Error",debounce(t,e=500){let r;return(...o)=>{r&&clearTimeout(r),r=setTimeout((function(){t(...o)}),e)}},handleMobileLinking(t){const{walletConnectUri:e}=l.state,{mobile:r,name:o}=t,n=r?.native,a=r?.universal;Jo.setRecentWallet(t),e&&function(t){let e="";n?e=i.formatUniversalUrl(n,t,o):a&&(e=i.formatNativeUrl(a,t,o)),i.openHref(e,"_self")}(e)},handleAndroidLinking(){const{walletConnectUri:t}=l.state;t&&(i.setWalletConnectAndroidDeepLink(t),i.openHref(t,"_self"))},async handleUriCopy(){const{walletConnectUri:t}=l.state;if(t)try{await navigator.clipboard.writeText(t),o.openToast("Link copied","success")}catch{o.openToast("Failed to copy","error")}},getCustomImageUrls(){const{walletImages:t}=s.state,e=Object.values(t??{});return Object.values(e)},truncate:(t,e=8)=>t.length<=e?t:`${t.substring(0,4)}...${t.substring(t.length-4)}`,setRecentWallet(t){try{localStorage.setItem(Jo.WCM_RECENT_WALLET_DATA,JSON.stringify(t))}catch{console.info("Unable to set recent wallet")}},getRecentWallet(){try{const t=localStorage.getItem(Jo.WCM_RECENT_WALLET_DATA);return t?JSON.parse(t):void 0}catch{console.info("Unable to get recent wallet")}},caseSafeIncludes:(t,e)=>t.toUpperCase().includes(e.toUpperCase()),openWalletExplorerUrl(){i.openHref(Jo.EXPLORER_WALLET_URL,"_blank")},getCachedRouterWalletPlatforms(){const{desktop:t,mobile:e}=i.getWalletRouterData(),r=Boolean(t?.native),o=Boolean(t?.universal);return{isDesktop:r,isMobile:Boolean(e?.native)||Boolean(e?.universal),isWeb:o}},goToConnectingView(t){r.setData({Wallet:t});const e=i.isMobile(),{isDesktop:o,isWeb:n,isMobile:a}=Jo.getCachedRouterWalletPlatforms();e?a?r.push("MobileConnecting"):n?r.push("WebConnecting"):r.push("InstallWallet"):o?r.push("DesktopConnecting"):n?r.push("WebConnecting"):a?r.push("MobileQrcodeConnecting"):r.push("InstallWallet")}},Go=p`.wcm-router{overflow:hidden;will-change:transform}.wcm-content{display:flex;flex-direction:column}`;var Xo=Object.defineProperty,tn=Object.getOwnPropertyDescriptor,en=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?tn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Xo(e,r,i),i};let rn=class extends pt{constructor(){super(),this.view=r.state.view,this.prevView=r.state.view,this.unsubscribe=void 0,this.oldHeight="0px",this.resizeObserver=void 0,this.unsubscribe=r.subscribe((t=>{this.view!==t.view&&this.onChangeRoute()}))}firstUpdated(){this.resizeObserver=new ResizeObserver((([t])=>{const e=`${t.contentRect.height}px`;"0px"!==this.oldHeight&&Re(this.routerEl,{height:[this.oldHeight,e]},{duration:.2}),this.oldHeight=e})),this.resizeObserver.observe(this.contentEl)}disconnectedCallback(){var t,e;null==(t=this.unsubscribe)||t.call(this),null==(e=this.resizeObserver)||e.disconnect()}get routerEl(){return Jo.getShadowRootElement(this,".wcm-router")}get contentEl(){return Jo.getShadowRootElement(this,".wcm-content")}viewTemplate(){switch(this.view){case"ConnectWallet":return q`<wcm-connect-wallet-view></wcm-connect-wallet-view>`;case"DesktopConnecting":return q`<wcm-desktop-connecting-view></wcm-desktop-connecting-view>`;case"MobileConnecting":return q`<wcm-mobile-connecting-view></wcm-mobile-connecting-view>`;case"WebConnecting":return q`<wcm-web-connecting-view></wcm-web-connecting-view>`;case"MobileQrcodeConnecting":return q`<wcm-mobile-qr-connecting-view></wcm-mobile-qr-connecting-view>`;case"WalletExplorer":return q`<wcm-wallet-explorer-view></wcm-wallet-explorer-view>`;case"Qrcode":return q`<wcm-qrcode-view></wcm-qrcode-view>`;case"InstallWallet":return q`<wcm-install-wallet-view></wcm-install-wallet-view>`;default:return q`<div>Not Found</div>`}}async onChangeRoute(){await Re(this.routerEl,{opacity:[1,0],scale:[1,1.02]},{duration:.15,delay:.1}).finished,this.view=r.state.view,Re(this.routerEl,{opacity:[0,1],scale:[.99,1]},{duration:.37,delay:.05})}render(){return q`<div class="wcm-router"><div class="wcm-content">${this.viewTemplate()}</div></div>`}};rn.styles=[vo.globalCss,Go],en([yt()],rn.prototype,"view",2),en([yt()],rn.prototype,"prevView",2),rn=en([wt("wcm-modal-router")],rn);const on=p`div{height:36px;width:max-content;display:flex;justify-content:center;align-items:center;padding:9px 15px 11px;position:absolute;top:12px;box-shadow:0 6px 14px -6px rgba(10,16,31,.3),0 10px 32px -4px rgba(10,16,31,.15);z-index:2;left:50%;transform:translateX(-50%);pointer-events:none;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-radius:var(--wcm-notification-border-radius);border:1px solid var(--wcm-color-overlay);background-color:var(--wcm-color-overlay)}svg{margin-right:5px}@-moz-document url-prefix(){div{background-color:var(--wcm-color-bg-3)}}.wcm-success path{fill:var(--wcm-accent-color)}.wcm-error path{fill:var(--wcm-error-color)}`;var nn=Object.defineProperty,an=Object.getOwnPropertyDescriptor,ln=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?an(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&nn(e,r,i),i};let sn=class extends pt{constructor(){super(),this.open=!1,this.unsubscribe=void 0,this.timeout=void 0,this.unsubscribe=o.subscribe((t=>{t.open?(this.open=!0,this.timeout=setTimeout((()=>o.closeToast()),2200)):(this.open=!1,clearTimeout(this.timeout))}))}disconnectedCallback(){var t;null==(t=this.unsubscribe)||t.call(this),clearTimeout(this.timeout),o.closeToast()}render(){const{message:t,variant:e}=o.state,r={"wcm-success":"success"===e,"wcm-error":"error"===e};return this.open?q`<div class="${Et(r)}">${"success"===e?Ro.CHECKMARK_ICON:null} ${"error"===e?Ro.CROSS_ICON:null}<wcm-text variant="small-regular">${t}</wcm-text></div>`:null}};sn.styles=[vo.globalCss,on],ln([yt()],sn.prototype,"open",2),sn=ln([wt("wcm-modal-toast")],sn);function cn(t,e,r){return t!==e&&(t-e<0?e-t:t-e)<=r+.1}const dn={generate(t,e,r){const o="#141414",n=[],i=function(t,e){const r=Array.prototype.slice.call(Le.create(t,{errorCorrectionLevel:e}).modules.data,0),o=Math.sqrt(r.length);return r.reduce(((t,e,r)=>(r%o==0?t.push([e]):t[t.length-1].push(e))&&t),[])}(t,"Q"),a=e/i.length,l=[{x:0,y:0},{x:1,y:0},{x:0,y:1}];l.forEach((({x:t,y:e})=>{const r=(i.length-7)*a*t,s=(i.length-7)*a*e;for(let t=0;t<l.length;t+=1){const e=a*(7-2*t);n.push(K`<rect fill="${t%2==0?o:"#ffffff"}" height="${e}" rx="${.45*e}" ry="${.45*e}" width="${e}" x="${r+a*t}" y="${s+a*t}">`)}}));const s=Math.floor((r+25)/a),c=i.length/2-s/2,d=i.length/2+s/2-1,h=[];i.forEach(((t,e)=>{t.forEach(((t,r)=>{if(i[e][r]&&!(e<7&&r<7||e>i.length-8&&r<7||e<7&&r>i.length-8)&&!(e>c&&e<d&&r>c&&r<d)){const t=e*a+a/2,o=r*a+a/2;h.push([t,o])}}))}));const m={};return h.forEach((([t,e])=>{m[t]?m[t].push(e):m[t]=[e]})),Object.entries(m).map((([t,e])=>{const r=e.filter((t=>e.every((e=>!cn(t,e,a)))));return[Number(t),r]})).forEach((([t,e])=>{e.forEach((e=>{n.push(K`<circle cx="${t}" cy="${e}" fill="${o}" r="${a/2.5}">`)}))})),Object.entries(m).filter((([t,e])=>e.length>1)).map((([t,e])=>{const r=e.filter((t=>e.some((e=>cn(t,e,a)))));return[Number(t),r]})).map((([t,e])=>{e.sort(((t,e)=>t<e?-1:1));const r=[];for(const t of e){const e=r.find((e=>e.some((e=>cn(t,e,a)))));e?e.push(t):r.push([t])}return[t,r.map((t=>[t[0],t[t.length-1]]))]})).forEach((([t,e])=>{e.forEach((([e,r])=>{n.push(K`<line x1="${t}" x2="${t}" y1="${e}" y2="${r}" stroke="${o}" stroke-width="${a/1.25}" stroke-linecap="round">`)}))})),n}},hn=p`@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}div{position:relative;user-select:none;display:block;overflow:hidden;aspect-ratio:1/1;animation:fadeIn ease .2s}.wcm-dark{background-color:#fff;border-radius:var(--wcm-container-border-radius);padding:18px;box-shadow:0 2px 5px #000}svg:first-child,wcm-wallet-image{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}wcm-wallet-image{transform:translateY(-50%) translateX(-50%)}wcm-wallet-image{width:25%;height:25%;border-radius:var(--wcm-wallet-icon-border-radius)}svg:first-child{transform:translateY(-50%) translateX(-50%) scale(.9)}svg:first-child path:first-child{fill:var(--wcm-accent-color)}svg:first-child path:last-child{stroke:var(--wcm-color-overlay)}`;var mn=Object.defineProperty,un=Object.getOwnPropertyDescriptor,pn=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?un(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&mn(e,r,i),i};let gn=class extends pt{constructor(){super(...arguments),this.uri="",this.size=0,this.imageId=void 0,this.walletId=void 0,this.imageUrl=void 0}svgTemplate(){const e="light"===t.state.themeMode?this.size:this.size-36;return K`<svg height="${e}" width="${e}">${dn.generate(this.uri,e,e/4)}</svg>`}render(){const e={"wcm-dark":"dark"===t.state.themeMode};return q`<div style="${`width: ${this.size}px`}" class="${Et(e)}">${this.walletId||this.imageUrl?q`<wcm-wallet-image walletId="${Se(this.walletId)}" imageId="${Se(this.imageId)}" imageUrl="${Se(this.imageUrl)}"></wcm-wallet-image>`:Ro.WALLET_CONNECT_ICON_COLORED} ${this.svgTemplate()}</div>`}};gn.styles=[vo.globalCss,hn],pn([bt()],gn.prototype,"uri",2),pn([bt({type:Number})],gn.prototype,"size",2),pn([bt()],gn.prototype,"imageId",2),pn([bt()],gn.prototype,"walletId",2),pn([bt()],gn.prototype,"imageUrl",2),gn=pn([wt("wcm-qrcode")],gn);const wn=p`:host{position:relative;height:28px;width:80%}input{width:100%;height:100%;line-height:28px!important;border-radius:var(--wcm-input-border-radius);font-style:normal;font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;font-feature-settings:'case' on;font-weight:500;font-size:16px;letter-spacing:-.03em;padding:0 10px 0 34px;transition:.2s all ease;color:var(--wcm-color-fg-1);background-color:var(--wcm-color-bg-3);box-shadow:inset 0 0 0 1px var(--wcm-color-overlay);caret-color:var(--wcm-accent-color)}input::placeholder{color:var(--wcm-color-fg-2)}svg{left:10px;top:4px;pointer-events:none;position:absolute;width:20px;height:20px}input:focus-within{box-shadow:inset 0 0 0 1px var(--wcm-accent-color)}path{fill:var(--wcm-color-fg-2)}`;var fn=Object.defineProperty,vn=Object.getOwnPropertyDescriptor,bn=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?vn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&fn(e,r,i),i};let yn=class extends pt{constructor(){super(...arguments),this.onChange=()=>null}render(){return q`<input type="text" @input="${this.onChange}" placeholder="Search wallets"> ${Ro.SEARCH_ICON}`}};yn.styles=[vo.globalCss,wn],bn([bt()],yn.prototype,"onChange",2),yn=bn([wt("wcm-search-input")],yn);const xn=p`@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}svg{animation:rotate 2s linear infinite;display:flex;justify-content:center;align-items:center}svg circle{stroke-linecap:round;animation:dash 1.5s ease infinite;stroke:var(--wcm-accent-color)}`;var $n=Object.defineProperty,Cn=Object.getOwnPropertyDescriptor;let En=class extends pt{render(){return q`<svg viewBox="0 0 50 50" width="24" height="24"><circle cx="25" cy="25" r="20" fill="none" stroke-width="4" stroke="#fff"/></svg>`}};En.styles=[vo.globalCss,xn],En=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Cn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&$n(e,r,i),i})([wt("wcm-spinner")],En);const An=p`span{font-style:normal;font-family:var(--wcm-font-family);font-feature-settings:var(--wcm-font-feature-settings)}.wcm-xsmall-bold{font-family:var(--wcm-text-xsmall-bold-font-family);font-weight:var(--wcm-text-xsmall-bold-weight);font-size:var(--wcm-text-xsmall-bold-size);line-height:var(--wcm-text-xsmall-bold-line-height);letter-spacing:var(--wcm-text-xsmall-bold-letter-spacing);text-transform:var(--wcm-text-xsmall-bold-text-transform)}.wcm-xsmall-regular{font-family:var(--wcm-text-xsmall-regular-font-family);font-weight:var(--wcm-text-xsmall-regular-weight);font-size:var(--wcm-text-xsmall-regular-size);line-height:var(--wcm-text-xsmall-regular-line-height);letter-spacing:var(--wcm-text-xsmall-regular-letter-spacing);text-transform:var(--wcm-text-xsmall-regular-text-transform)}.wcm-small-thin{font-family:var(--wcm-text-small-thin-font-family);font-weight:var(--wcm-text-small-thin-weight);font-size:var(--wcm-text-small-thin-size);line-height:var(--wcm-text-small-thin-line-height);letter-spacing:var(--wcm-text-small-thin-letter-spacing);text-transform:var(--wcm-text-small-thin-text-transform)}.wcm-small-regular{font-family:var(--wcm-text-small-regular-font-family);font-weight:var(--wcm-text-small-regular-weight);font-size:var(--wcm-text-small-regular-size);line-height:var(--wcm-text-small-regular-line-height);letter-spacing:var(--wcm-text-small-regular-letter-spacing);text-transform:var(--wcm-text-small-regular-text-transform)}.wcm-medium-regular{font-family:var(--wcm-text-medium-regular-font-family);font-weight:var(--wcm-text-medium-regular-weight);font-size:var(--wcm-text-medium-regular-size);line-height:var(--wcm-text-medium-regular-line-height);letter-spacing:var(--wcm-text-medium-regular-letter-spacing);text-transform:var(--wcm-text-medium-regular-text-transform)}.wcm-big-bold{font-family:var(--wcm-text-big-bold-font-family);font-weight:var(--wcm-text-big-bold-weight);font-size:var(--wcm-text-big-bold-size);line-height:var(--wcm-text-big-bold-line-height);letter-spacing:var(--wcm-text-big-bold-letter-spacing);text-transform:var(--wcm-text-big-bold-text-transform)}:host(*){color:var(--wcm-color-fg-1)}.wcm-color-primary{color:var(--wcm-color-fg-1)}.wcm-color-secondary{color:var(--wcm-color-fg-2)}.wcm-color-tertiary{color:var(--wcm-color-fg-3)}.wcm-color-inverse{color:var(--wcm-accent-fill-color)}.wcm-color-accnt{color:var(--wcm-accent-color)}.wcm-color-error{color:var(--wcm-error-color)}`;var _n=Object.defineProperty,kn=Object.getOwnPropertyDescriptor,On=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?kn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&_n(e,r,i),i};let In=class extends pt{constructor(){super(...arguments),this.variant="medium-regular",this.color="primary"}render(){const t={"wcm-big-bold":"big-bold"===this.variant,"wcm-medium-regular":"medium-regular"===this.variant,"wcm-small-regular":"small-regular"===this.variant,"wcm-small-thin":"small-thin"===this.variant,"wcm-xsmall-regular":"xsmall-regular"===this.variant,"wcm-xsmall-bold":"xsmall-bold"===this.variant,"wcm-color-primary":"primary"===this.color,"wcm-color-secondary":"secondary"===this.color,"wcm-color-tertiary":"tertiary"===this.color,"wcm-color-inverse":"inverse"===this.color,"wcm-color-accnt":"accent"===this.color,"wcm-color-error":"error"===this.color};return q`<span><slot class="${Et(t)}"></slot></span>`}};In.styles=[vo.globalCss,An],On([bt()],In.prototype,"variant",2),On([bt()],In.prototype,"color",2),In=On([wt("wcm-text")],In);const Mn=p`button{width:100%;height:100%;border-radius:var(--wcm-button-hover-highlight-border-radius);display:flex;align-items:flex-start}button:active{background-color:var(--wcm-color-overlay)}@media(hover:hover){button:hover{background-color:var(--wcm-color-overlay)}}button>div{width:80px;padding:5px 0;display:flex;flex-direction:column;align-items:center}wcm-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}wcm-wallet-image{height:60px;width:60px;transition:all .2s ease;border-radius:var(--wcm-wallet-icon-border-radius);margin-bottom:5px}.wcm-sublabel{margin-top:2px}`;var Pn=Object.defineProperty,Tn=Object.getOwnPropertyDescriptor,Rn=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Tn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Pn(e,r,i),i};let Sn=class extends pt{constructor(){super(...arguments),this.onClick=()=>null,this.name="",this.walletId="",this.label=void 0,this.imageId=void 0,this.installed=!1,this.recent=!1}sublabelTemplate(){return this.recent?q`<wcm-text class="wcm-sublabel" variant="xsmall-bold" color="tertiary">RECENT</wcm-text>`:this.installed?q`<wcm-text class="wcm-sublabel" variant="xsmall-bold" color="tertiary">INSTALLED</wcm-text>`:null}handleClick(){n.click({name:"WALLET_BUTTON",walletId:this.walletId}),this.onClick()}render(){var t;return q`<button @click="${this.handleClick.bind(this)}"><div><wcm-wallet-image walletId="${this.walletId}" imageId="${Se(this.imageId)}"></wcm-wallet-image><wcm-text variant="xsmall-regular">${null!=(t=this.label)?t:Jo.getWalletName(this.name,!0)}</wcm-text>${this.sublabelTemplate()}</div></button>`}};Sn.styles=[vo.globalCss,Mn],Rn([bt()],Sn.prototype,"onClick",2),Rn([bt()],Sn.prototype,"name",2),Rn([bt()],Sn.prototype,"walletId",2),Rn([bt()],Sn.prototype,"label",2),Rn([bt()],Sn.prototype,"imageId",2),Rn([bt({type:Boolean})],Sn.prototype,"installed",2),Rn([bt({type:Boolean})],Sn.prototype,"recent",2),Sn=Rn([wt("wcm-wallet-button")],Sn);const Ln=p`:host{display:block}div{overflow:hidden;position:relative;border-radius:inherit;width:100%;height:100%;background-color:var(--wcm-color-overlay)}svg{position:relative;width:100%;height:100%}div::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;border-radius:inherit;border:1px solid var(--wcm-color-overlay)}div img{width:100%;height:100%;object-fit:cover;object-position:center}#wallet-placeholder-fill{fill:var(--wcm-color-bg-3)}#wallet-placeholder-dash{stroke:var(--wcm-color-overlay)}`;var Nn=Object.defineProperty,Bn=Object.getOwnPropertyDescriptor,Dn=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Bn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Nn(e,r,i),i};let Un=class extends pt{constructor(){super(...arguments),this.walletId="",this.imageId=void 0,this.imageUrl=void 0}render(){var t;const e=null!=(t=this.imageUrl)&&t.length?this.imageUrl:Jo.getWalletIcon({id:this.walletId,image_id:this.imageId});return q`${e.length?q`<div><img crossorigin="anonymous" src="${e}" alt="${this.id}"></div>`:Ro.WALLET_PLACEHOLDER}`}};Un.styles=[vo.globalCss,Ln],Dn([bt()],Un.prototype,"walletId",2),Dn([bt()],Un.prototype,"imageId",2),Dn([bt()],Un.prototype,"imageUrl",2),Un=Dn([wt("wcm-wallet-image")],Un);var Wn=Object.defineProperty,jn=Object.getOwnPropertyDescriptor,Hn=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?jn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Wn(e,r,i),i};let zn=class extends pt{constructor(){super(),this.preload=!0,this.preloadData()}async loadImages(t){try{null!=t&&t.length&&await Promise.all(t.map((async t=>Jo.preloadImage(t))))}catch{console.info("Unsuccessful attempt at preloading some images",t)}}async preloadListings(){if(s.state.enableExplorer){await a.getRecomendedWallets(),l.setIsDataLoaded(!0);const{recomendedWallets:t}=a.state,e=t.map((t=>Jo.getWalletIcon(t)));await this.loadImages(e)}else l.setIsDataLoaded(!0)}async preloadCustomImages(){const t=Jo.getCustomImageUrls();await this.loadImages(t)}async preloadData(){try{this.preload&&(this.preload=!1,await Promise.all([this.preloadListings(),this.preloadCustomImages()]))}catch(t){console.error(t),o.openToast("Failed preloading","error")}}};Hn([yt()],zn.prototype,"preload",2),zn=Hn([wt("wcm-explorer-context")],zn);var Zn=Object.defineProperty,Fn=Object.getOwnPropertyDescriptor;let Vn=class extends pt{constructor(){super(),this.unsubscribeTheme=void 0,vo.setTheme(),this.unsubscribeTheme=t.subscribe(vo.setTheme)}disconnectedCallback(){var t;null==(t=this.unsubscribeTheme)||t.call(this)}};Vn=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Fn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Zn(e,r,i),i})([wt("wcm-theme-context")],Vn);const qn=p`@keyframes scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(calc(-70px * 9),0,0)}}.wcm-slider{position:relative;overflow-x:hidden;padding:10px 0;margin:0 -20px;width:calc(100% + 40px)}.wcm-track{display:flex;width:calc(70px * 18);animation:scroll 20s linear infinite;opacity:.7}.wcm-track svg{margin:0 5px}wcm-wallet-image{width:60px;height:60px;margin:0 5px;border-radius:var(--wcm-wallet-icon-border-radius)}.wcm-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.wcm-title{display:flex;align-items:center;margin-bottom:10px}.wcm-title svg{margin-right:6px}.wcm-title path{fill:var(--wcm-accent-color)}wcm-modal-footer .wcm-title{padding:0 10px}wcm-button-big{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);filter:drop-shadow(0 0 17px var(--wcm-color-bg-1))}wcm-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}wcm-info-footer wcm-text{text-align:center;margin-bottom:15px}#wallet-placeholder-fill{fill:var(--wcm-color-bg-3)}#wallet-placeholder-dash{stroke:var(--wcm-color-overlay)}`;var Kn=Object.defineProperty,Yn=Object.getOwnPropertyDescriptor;let Qn=class extends pt{onGoToQrcode(){r.push("Qrcode")}render(){const{recomendedWallets:t}=a.state,e=[...t,...t],r=2*i.RECOMMENDED_WALLET_AMOUNT;return q`<wcm-modal-header title="Connect your wallet" .onAction="${this.onGoToQrcode}" .actionIcon="${Ro.QRCODE_ICON}"></wcm-modal-header><wcm-modal-content><div class="wcm-title">${Ro.MOBILE_ICON}<wcm-text variant="small-regular" color="accent">WalletConnect</wcm-text></div><div class="wcm-slider"><div class="wcm-track">${[...Array(r)].map(((t,r)=>{const o=e[r%e.length];return o?q`<wcm-wallet-image walletId="${o.id}" imageId="${o.image_id}"></wcm-wallet-image>`:Ro.WALLET_PLACEHOLDER}))}</div><wcm-button-big @click="${Jo.handleAndroidLinking}"><wcm-text variant="medium-regular" color="inverse">Select Wallet</wcm-text></wcm-button-big></div></wcm-modal-content><wcm-info-footer><wcm-text color="secondary" variant="small-thin">Choose WalletConnect to see supported apps on your device</wcm-text></wcm-info-footer>`}};Qn.styles=[vo.globalCss,qn],Qn=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Yn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Kn(e,r,i),i})([wt("wcm-android-wallet-selection")],Qn);const Jn=p`@keyframes loading{to{stroke-dashoffset:0}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}:host{display:flex;flex-direction:column;align-items:center}div{position:relative;width:110px;height:110px;display:flex;justify-content:center;align-items:center;margin:40px 0 20px 0;transform:translate3d(0,0,0)}svg{position:absolute;width:110px;height:110px;fill:none;stroke:transparent;stroke-linecap:round;stroke-width:2px;top:0;left:0}use{stroke:var(--wcm-accent-color);animation:loading 1s linear infinite}wcm-wallet-image{border-radius:var(--wcm-wallet-icon-large-border-radius);width:90px;height:90px}wcm-text{margin-bottom:40px}.wcm-error svg{stroke:var(--wcm-error-color)}.wcm-error use{display:none}.wcm-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.wcm-stale svg,.wcm-stale use{display:none}`;var Gn=Object.defineProperty,Xn=Object.getOwnPropertyDescriptor,ti=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Xn(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Gn(e,r,i),i};let ei=class extends pt{constructor(){super(...arguments),this.walletId=void 0,this.imageId=void 0,this.isError=!1,this.isStale=!1,this.label=""}svgLoaderTemplate(){var e,r;const o=null!=(r=null==(e=t.state.themeVariables)?void 0:e["--wcm-wallet-icon-large-border-radius"])?r:vo.getPreset("--wcm-wallet-icon-large-border-radius");let n=0;n=o.includes("%")?.88*parseInt(o,10):parseInt(o,10),n*=1.17;return q`<svg viewBox="0 0 110 110" width="110" height="110"><rect id="wcm-loader" x="2" y="2" width="106" height="106" rx="${n}"/><use xlink:href="#wcm-loader" stroke-dasharray="106 ${317-1.57*n}" stroke-dashoffset="${425-1.8*n}"></use></svg>`}render(){const t={"wcm-error":this.isError,"wcm-stale":this.isStale};return q`<div class="${Et(t)}">${this.svgLoaderTemplate()}<wcm-wallet-image walletId="${Se(this.walletId)}" imageId="${Se(this.imageId)}"></wcm-wallet-image></div><wcm-text variant="medium-regular" color="${this.isError?"error":"primary"}">${this.isError?"Connection declined":this.label}</wcm-text>`}};ei.styles=[vo.globalCss,Jn],ti([bt()],ei.prototype,"walletId",2),ti([bt()],ei.prototype,"imageId",2),ti([bt({type:Boolean})],ei.prototype,"isError",2),ti([bt({type:Boolean})],ei.prototype,"isStale",2),ti([bt()],ei.prototype,"label",2),ei=ti([wt("wcm-connector-waiting")],ei);const ri={manualWallets(){var t,e;const{mobileWallets:r,desktopWallets:o}=s.state,n=null==(t=ri.recentWallet())?void 0:t.id,a=i.isMobile()?r:o,l=a?.filter((t=>n!==t.id));return null!=(e=i.isMobile()?l?.map((({id:t,name:e,links:r})=>({id:t,name:e,mobile:r,links:r}))):l?.map((({id:t,name:e,links:r})=>({id:t,name:e,desktop:r,links:r}))))?e:[]},recentWallet:()=>Jo.getRecentWallet(),recomendedWallets(t=!1){var e;const r=t||null==(e=ri.recentWallet())?void 0:e.id,{recomendedWallets:o}=a.state;return o.filter((t=>r!==t.id))}},oi={onConnecting(t){Jo.goToConnectingView(t)},manualWalletsTemplate(){return ri.manualWallets().map((t=>q`<wcm-wallet-button walletId="${t.id}" name="${t.name}" .onClick="${()=>this.onConnecting(t)}"></wcm-wallet-button>`))},recomendedWalletsTemplate(t=!1){return ri.recomendedWallets(t).map((t=>q`<wcm-wallet-button name="${t.name}" walletId="${t.id}" imageId="${t.image_id}" .onClick="${()=>this.onConnecting(t)}"></wcm-wallet-button>`))},recentWalletTemplate(){const t=ri.recentWallet();if(t)return q`<wcm-wallet-button name="${t.name}" walletId="${t.id}" imageId="${Se(t.image_id)}" .recent="${!0}" .onClick="${()=>this.onConnecting(t)}"></wcm-wallet-button>`}},ni=p`.wcm-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between}.wcm-desktop-title,.wcm-mobile-title{display:flex;align-items:center}.wcm-mobile-title{justify-content:space-between;margin-bottom:20px;margin-top:-10px}.wcm-desktop-title{margin-bottom:10px;padding:0 10px}.wcm-subtitle{display:flex;align-items:center}.wcm-subtitle:last-child path{fill:var(--wcm-color-fg-3)}.wcm-desktop-title svg,.wcm-mobile-title svg{margin-right:6px}.wcm-desktop-title path,.wcm-mobile-title path{fill:var(--wcm-accent-color)}`;var ii=Object.defineProperty,ai=Object.getOwnPropertyDescriptor;let li=class extends pt{render(){const{explorerExcludedWalletIds:t,enableExplorer:e}=s.state,r="ALL"!==t&&e,o=oi.manualWalletsTemplate(),n=oi.recomendedWalletsTemplate();let i=[oi.recentWalletTemplate(),...o,...n];i=i.filter(Boolean);const a=i.length>4||r;let l=[];l=a?i.slice(0,3):i;const c=Boolean(l.length);return q`<wcm-modal-header .border="${!0}" title="Connect your wallet" .onAction="${Jo.handleUriCopy}" .actionIcon="${Ro.COPY_ICON}"></wcm-modal-header><wcm-modal-content><div class="wcm-mobile-title"><div class="wcm-subtitle">${Ro.MOBILE_ICON}<wcm-text variant="small-regular" color="accent">Mobile</wcm-text></div><div class="wcm-subtitle">${Ro.SCAN_ICON}<wcm-text variant="small-regular" color="secondary">Scan with your wallet</wcm-text></div></div><wcm-walletconnect-qr></wcm-walletconnect-qr></wcm-modal-content>${c?q`<wcm-modal-footer><div class="wcm-desktop-title">${Ro.DESKTOP_ICON}<wcm-text variant="small-regular" color="accent">Desktop</wcm-text></div><div class="wcm-grid">${l} ${a?q`<wcm-view-all-wallets-button></wcm-view-all-wallets-button>`:null}</div></wcm-modal-footer>`:null}`}};li.styles=[vo.globalCss,ni],li=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?ai(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ii(e,r,i),i})([wt("wcm-desktop-wallet-selection")],li);const si=p`div{background-color:var(--wcm-color-bg-2);padding:10px 20px 15px 20px;border-top:1px solid var(--wcm-color-bg-3);text-align:center}a{color:var(--wcm-accent-color);text-decoration:none;transition:opacity .2s ease-in-out;display:inline}a:active{opacity:.8}@media(hover:hover){a:hover{opacity:.8}}`;var ci=Object.defineProperty,di=Object.getOwnPropertyDescriptor;let hi=class extends pt{render(){const{termsOfServiceUrl:t,privacyPolicyUrl:e}=s.state;return t??e?q`<div><wcm-text variant="small-regular" color="secondary">By connecting your wallet to this app, you agree to the app's ${t?q`<a href="${t}" target="_blank" rel="noopener noreferrer">Terms of Service</a>`:null} ${t&&e?"and":null} ${e?q`<a href="${e}" target="_blank" rel="noopener noreferrer">Privacy Policy</a>`:null}</wcm-text></div>`:null}};hi.styles=[vo.globalCss,si],hi=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?di(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ci(e,r,i),i})([wt("wcm-legal-notice")],hi);const mi=p`div{display:grid;grid-template-columns:repeat(4,80px);margin:0 -10px;justify-content:space-between;row-gap:10px}`;var ui=Object.defineProperty,pi=Object.getOwnPropertyDescriptor;let gi=class extends pt{onQrcode(){r.push("Qrcode")}render(){const{explorerExcludedWalletIds:t,enableExplorer:e}=s.state,r="ALL"!==t&&e,o=oi.manualWalletsTemplate(),n=oi.recomendedWalletsTemplate();let i=[oi.recentWalletTemplate(),...o,...n];i=i.filter(Boolean);const a=i.length>8||r;let l=[];l=a?i.slice(0,7):i;const c=Boolean(l.length);return q`<wcm-modal-header title="Connect your wallet" .onAction="${this.onQrcode}" .actionIcon="${Ro.QRCODE_ICON}"></wcm-modal-header>${c?q`<wcm-modal-content><div>${l} ${a?q`<wcm-view-all-wallets-button></wcm-view-all-wallets-button>`:null}</div></wcm-modal-content>`:null}`}};gi.styles=[vo.globalCss,mi],gi=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?pi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ui(e,r,i),i})([wt("wcm-mobile-wallet-selection")],gi);const wi=p`:host{all:initial}.wcm-overlay{top:0;bottom:0;left:0;right:0;position:fixed;z-index:var(--wcm-z-index);overflow:hidden;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;background-color:var(--wcm-overlay-background-color);backdrop-filter:var(--wcm-overlay-backdrop-filter)}@media(max-height:720px) and (orientation:landscape){.wcm-overlay{overflow:scroll;align-items:flex-start;padding:20px 0}}.wcm-active{pointer-events:auto}.wcm-container{position:relative;max-width:360px;width:100%;outline:0;border-radius:var(--wcm-background-border-radius) var(--wcm-background-border-radius) var(--wcm-container-border-radius) var(--wcm-container-border-radius);border:1px solid var(--wcm-color-overlay);overflow:hidden}.wcm-card{width:100%;position:relative;border-radius:var(--wcm-container-border-radius);overflow:hidden;box-shadow:0 6px 14px -6px rgba(10,16,31,.12),0 10px 32px -4px rgba(10,16,31,.1),0 0 0 1px var(--wcm-color-overlay);background-color:var(--wcm-color-bg-1);color:var(--wcm-color-fg-1)}@media(max-width:600px){.wcm-container{max-width:440px;border-radius:var(--wcm-background-border-radius) var(--wcm-background-border-radius) 0 0}.wcm-card{border-radius:var(--wcm-container-border-radius) var(--wcm-container-border-radius) 0 0}.wcm-overlay{align-items:flex-end}}@media(max-width:440px){.wcm-container{border:0}}`;var fi=Object.defineProperty,vi=Object.getOwnPropertyDescriptor,bi=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?vi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&fi(e,r,i),i};let yi=class extends pt{constructor(){super(),this.open=!1,this.active=!1,this.unsubscribeModal=void 0,this.abortController=void 0,this.unsubscribeModal=e.subscribe((t=>{t.open?this.onOpenModalEvent():this.onCloseModalEvent()}))}disconnectedCallback(){var t;null==(t=this.unsubscribeModal)||t.call(this)}get overlayEl(){return Jo.getShadowRootElement(this,".wcm-overlay")}get containerEl(){return Jo.getShadowRootElement(this,".wcm-container")}toggleBodyScroll(t){if(document.querySelector("body"))if(t){const t=document.getElementById("wcm-styles");t?.remove()}else document.head.insertAdjacentHTML("beforeend",'<style id="wcm-styles">html,body{touch-action:none;overflow:hidden;overscroll-behavior:contain;}</style>')}onCloseModal(t){t.target===t.currentTarget&&e.close()}onOpenModalEvent(){this.toggleBodyScroll(!1),this.addKeyboardEvents(),this.open=!0,setTimeout((async()=>{const t=Jo.isMobileAnimation()?{y:["50vh","0vh"]}:{scale:[.98,1]};await Promise.all([Re(this.overlayEl,{opacity:[0,1]},{delay:.1,duration:.2}).finished,Re(this.containerEl,t,{delay:.1,duration:.2}).finished]),this.active=!0}),0)}async onCloseModalEvent(){this.toggleBodyScroll(!0),this.removeKeyboardEvents();const t=Jo.isMobileAnimation()?{y:["0vh","50vh"]}:{scale:[1,.98]};await Promise.all([Re(this.overlayEl,{opacity:[1,0]},{duration:.2}).finished,Re(this.containerEl,t,{duration:.2}).finished]),this.containerEl.removeAttribute("style"),this.active=!1,this.open=!1}addKeyboardEvents(){this.abortController=new AbortController,window.addEventListener("keydown",(t=>{var r;"Escape"===t.key?e.close():"Tab"===t.key&&(null!=(r=t.target)&&r.tagName.includes("wcm-")||this.containerEl.focus())}),this.abortController),this.containerEl.focus()}removeKeyboardEvents(){var t;null==(t=this.abortController)||t.abort(),this.abortController=void 0}render(){const t={"wcm-overlay":!0,"wcm-active":this.active};return q`<wcm-explorer-context></wcm-explorer-context><wcm-theme-context></wcm-theme-context><div id="wcm-modal" class="${Et(t)}" @click="${this.onCloseModal}" role="alertdialog" aria-modal="true"><div class="wcm-container" tabindex="0">${this.open?q`<wcm-modal-backcard></wcm-modal-backcard><div class="wcm-card"><wcm-modal-router></wcm-modal-router><wcm-modal-toast></wcm-modal-toast></div>`:null}</div></div>`}};yi.styles=[vo.globalCss,wi],bi([yt()],yi.prototype,"open",2),bi([yt()],yi.prototype,"active",2),yi=bi([wt("wcm-modal")],yi);const xi=p`div{display:flex;margin-top:15px}slot{display:inline-block;margin:0 5px}wcm-button{margin:0 5px}`;var $i=Object.defineProperty,Ci=Object.getOwnPropertyDescriptor,Ei=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Ci(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&$i(e,r,i),i};let Ai=class extends pt{constructor(){super(...arguments),this.isMobile=!1,this.isDesktop=!1,this.isWeb=!1,this.isRetry=!1}onMobile(){i.isMobile()?r.replace("MobileConnecting"):r.replace("MobileQrcodeConnecting")}onDesktop(){r.replace("DesktopConnecting")}onWeb(){r.replace("WebConnecting")}render(){return q`<div>${this.isRetry?q`<slot></slot>`:null} ${this.isMobile?q`<wcm-button .onClick="${this.onMobile}" .iconLeft="${Ro.MOBILE_ICON}" variant="outline">Mobile</wcm-button>`:null} ${this.isDesktop?q`<wcm-button .onClick="${this.onDesktop}" .iconLeft="${Ro.DESKTOP_ICON}" variant="outline">Desktop</wcm-button>`:null} ${this.isWeb?q`<wcm-button .onClick="${this.onWeb}" .iconLeft="${Ro.GLOBE_ICON}" variant="outline">Web</wcm-button>`:null}</div>`}};Ai.styles=[vo.globalCss,xi],Ei([bt({type:Boolean})],Ai.prototype,"isMobile",2),Ei([bt({type:Boolean})],Ai.prototype,"isDesktop",2),Ei([bt({type:Boolean})],Ai.prototype,"isWeb",2),Ei([bt({type:Boolean})],Ai.prototype,"isRetry",2),Ai=Ei([wt("wcm-platform-selection")],Ai);const _i=p`button{display:flex;flex-direction:column;padding:5px 10px;border-radius:var(--wcm-button-hover-highlight-border-radius);height:100%;justify-content:flex-start}.wcm-icons{width:60px;height:60px;display:flex;flex-wrap:wrap;padding:7px;border-radius:var(--wcm-wallet-icon-border-radius);justify-content:space-between;align-items:center;margin-bottom:5px;background-color:var(--wcm-color-bg-2);box-shadow:inset 0 0 0 1px var(--wcm-color-overlay)}button:active{background-color:var(--wcm-color-overlay)}@media(hover:hover){button:hover{background-color:var(--wcm-color-overlay)}}.wcm-icons img{width:21px;height:21px;object-fit:cover;object-position:center;border-radius:calc(var(--wcm-wallet-icon-border-radius)/ 2);border:1px solid var(--wcm-color-overlay)}.wcm-icons svg{width:21px;height:21px}.wcm-icons img:nth-child(1),.wcm-icons img:nth-child(2),.wcm-icons svg:nth-child(1),.wcm-icons svg:nth-child(2){margin-bottom:4px}wcm-text{width:100%;text-align:center}#wallet-placeholder-fill{fill:var(--wcm-color-bg-3)}#wallet-placeholder-dash{stroke:var(--wcm-color-overlay)}`;var ki=Object.defineProperty,Oi=Object.getOwnPropertyDescriptor;let Ii=class extends pt{onClick(){r.push("WalletExplorer")}render(){const{recomendedWallets:t}=a.state,e=[...t,...ri.manualWallets()].reverse().slice(0,4);return q`<button @click="${this.onClick}"><div class="wcm-icons">${e.map((t=>{const e=Jo.getWalletIcon(t);if(e)return q`<img crossorigin="anonymous" src="${e}">`;const r=Jo.getWalletIcon({id:t.id});return r?q`<img crossorigin="anonymous" src="${r}">`:Ro.WALLET_PLACEHOLDER}))} ${[...Array(4-e.length)].map((()=>Ro.WALLET_PLACEHOLDER))}</div><wcm-text variant="xsmall-regular">View All</wcm-text></button>`}};Ii.styles=[vo.globalCss,_i],Ii=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Oi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ki(e,r,i),i})([wt("wcm-view-all-wallets-button")],Ii);const Mi=p`.wcm-qr-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}`;var Pi=Object.defineProperty,Ti=Object.getOwnPropertyDescriptor,Ri=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Ti(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Pi(e,r,i),i};let Si=class extends pt{constructor(){super(),this.walletId="",this.imageId="",this.uri="",setTimeout((()=>{const{walletConnectUri:t}=l.state;this.uri=t}),0)}get overlayEl(){return Jo.getShadowRootElement(this,".wcm-qr-container")}render(){return q`<div class="wcm-qr-container">${this.uri?q`<wcm-qrcode size="${this.overlayEl.offsetWidth}" uri="${this.uri}" walletId="${Se(this.walletId)}" imageId="${Se(this.imageId)}"></wcm-qrcode>`:q`<wcm-spinner></wcm-spinner>`}</div>`}};Si.styles=[vo.globalCss,Mi],Ri([bt()],Si.prototype,"walletId",2),Ri([bt()],Si.prototype,"imageId",2),Ri([yt()],Si.prototype,"uri",2),Si=Ri([wt("wcm-walletconnect-qr")],Si);var Li=Object.defineProperty,Ni=Object.getOwnPropertyDescriptor;let Bi=class extends pt{viewTemplate(){return i.isAndroid()?q`<wcm-android-wallet-selection></wcm-android-wallet-selection>`:i.isMobile()?q`<wcm-mobile-wallet-selection></wcm-mobile-wallet-selection>`:q`<wcm-desktop-wallet-selection></wcm-desktop-wallet-selection>`}render(){return q`${this.viewTemplate()}<wcm-legal-notice></wcm-legal-notice>`}};Bi.styles=[vo.globalCss],Bi=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Ni(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Li(e,r,i),i})([wt("wcm-connect-wallet-view")],Bi);const Di=p`wcm-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}wcm-text{text-align:center}`;var Ui=Object.defineProperty,Wi=Object.getOwnPropertyDescriptor,ji=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Wi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Ui(e,r,i),i};let Hi=class extends pt{constructor(){super(),this.isError=!1,this.openDesktopApp()}onFormatAndRedirect(t){const{desktop:e,name:r}=i.getWalletRouterData(),o=e?.native;if(o){const e=i.formatNativeUrl(o,t,r);i.openHref(e,"_self")}}openDesktopApp(){const{walletConnectUri:t}=l.state,e=i.getWalletRouterData();Jo.setRecentWallet(e),t&&this.onFormatAndRedirect(t)}render(){const{name:t,id:e,image_id:r}=i.getWalletRouterData(),{isMobile:o,isWeb:n}=Jo.getCachedRouterWalletPlatforms();return q`<wcm-modal-header title="${t}" .onAction="${Jo.handleUriCopy}" .actionIcon="${Ro.COPY_ICON}"></wcm-modal-header><wcm-modal-content><wcm-connector-waiting walletId="${e}" imageId="${Se(r)}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></wcm-connector-waiting></wcm-modal-content><wcm-info-footer><wcm-text color="secondary" variant="small-thin">${`Connection can continue loading if ${t} is not installed on your device`}</wcm-text><wcm-platform-selection .isMobile="${o}" .isWeb="${n}" .isRetry="${!0}"><wcm-button .onClick="${this.openDesktopApp.bind(this)}" .iconRight="${Ro.RETRY_ICON}">Retry</wcm-button></wcm-platform-selection></wcm-info-footer>`}};Hi.styles=[vo.globalCss,Di],ji([yt()],Hi.prototype,"isError",2),Hi=ji([wt("wcm-desktop-connecting-view")],Hi);const zi=p`wcm-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}wcm-text{text-align:center}wcm-button{margin-top:15px}`;var Zi=Object.defineProperty,Fi=Object.getOwnPropertyDescriptor;let Vi=class extends pt{onInstall(t){t&&i.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,homepage:o}=i.getWalletRouterData();return q`<wcm-modal-header title="${t}"></wcm-modal-header><wcm-modal-content><wcm-connector-waiting walletId="${e}" imageId="${Se(r)}" label="Not Detected" .isStale="${!0}"></wcm-connector-waiting></wcm-modal-content><wcm-info-footer><wcm-text color="secondary" variant="small-thin">${`Download ${t} to continue. If multiple browser extensions are installed, disable non ${t} ones and try again`}</wcm-text><wcm-button .onClick="${()=>this.onInstall(o)}" .iconLeft="${Ro.ARROW_DOWN_ICON}">Download</wcm-button></wcm-info-footer>`}};Vi.styles=[vo.globalCss,zi],Vi=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?Fi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Zi(e,r,i),i})([wt("wcm-install-wallet-view")],Vi);const qi=p`wcm-wallet-image{border-radius:var(--wcm-wallet-icon-large-border-radius);width:96px;height:96px;margin-bottom:20px}wcm-info-footer{display:flex;width:100%}.wcm-app-store{justify-content:space-between}.wcm-app-store wcm-wallet-image{margin-right:10px;margin-bottom:0;width:28px;height:28px;border-radius:var(--wcm-wallet-icon-small-border-radius)}.wcm-app-store div{display:flex;align-items:center}.wcm-app-store wcm-button{margin-right:-10px}.wcm-note{flex-direction:column;align-items:center;padding:5px 0}.wcm-note wcm-text{text-align:center}wcm-platform-selection{margin-top:-15px}.wcm-note wcm-text{margin-top:15px}.wcm-note wcm-text span{color:var(--wcm-accent-color)}`;var Ki=Object.defineProperty,Yi=Object.getOwnPropertyDescriptor,Qi=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?Yi(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Ki(e,r,i),i};let Ji=class extends pt{constructor(){super(),this.isError=!1,this.openMobileApp()}onFormatAndRedirect(t,e=!1){const{mobile:r,name:o}=i.getWalletRouterData(),n=r?.native,a=r?.universal;if(n&&!e){const e=i.formatNativeUrl(n,t,o);i.openHref(e,"_self")}else if(a){const e=i.formatUniversalUrl(a,t,o);i.openHref(e,"_self")}}openMobileApp(t=!1){const{walletConnectUri:e}=l.state,r=i.getWalletRouterData();Jo.setRecentWallet(r),e&&this.onFormatAndRedirect(e,t)}onGoToAppStore(t){t&&i.openHref(t,"_blank")}render(){const{name:t,id:e,image_id:r,app:o,mobile:n}=i.getWalletRouterData(),{isWeb:a}=Jo.getCachedRouterWalletPlatforms(),l=o?.ios,s=n?.universal;return q`<wcm-modal-header title="${t}"></wcm-modal-header><wcm-modal-content><wcm-connector-waiting walletId="${e}" imageId="${Se(r)}" label="Tap 'Open' to continue…" .isError="${this.isError}"></wcm-connector-waiting></wcm-modal-content><wcm-info-footer class="wcm-note"><wcm-platform-selection .isWeb="${a}" .isRetry="${!0}"><wcm-button .onClick="${()=>this.openMobileApp(!1)}" .iconRight="${Ro.RETRY_ICON}">Retry</wcm-button></wcm-platform-selection>${s?q`<wcm-text color="secondary" variant="small-thin">Still doesn't work? <span tabindex="0" @click="${()=>this.openMobileApp(!0)}">Try this alternate link</span></wcm-text>`:null}</wcm-info-footer><wcm-info-footer class="wcm-app-store"><div><wcm-wallet-image walletId="${e}" imageId="${Se(r)}"></wcm-wallet-image><wcm-text>${`Get ${t}`}</wcm-text></div><wcm-button .iconRight="${Ro.ARROW_RIGHT_ICON}" .onClick="${()=>this.onGoToAppStore(l)}" variant="ghost">App Store</wcm-button></wcm-info-footer>`}};Ji.styles=[vo.globalCss,qi],Qi([yt()],Ji.prototype,"isError",2),Ji=Qi([wt("wcm-mobile-connecting-view")],Ji);const Gi=p`wcm-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}wcm-text{text-align:center}`;var Xi=Object.defineProperty,ta=Object.getOwnPropertyDescriptor;let ea=class extends pt{render(){const{name:t,id:e,image_id:r}=i.getWalletRouterData(),{isDesktop:o,isWeb:n}=Jo.getCachedRouterWalletPlatforms();return q`<wcm-modal-header title="${t}" .onAction="${Jo.handleUriCopy}" .actionIcon="${Ro.COPY_ICON}"></wcm-modal-header><wcm-modal-content><wcm-walletconnect-qr walletId="${e}" imageId="${Se(r)}"></wcm-walletconnect-qr></wcm-modal-content><wcm-info-footer><wcm-text color="secondary" variant="small-thin">${`Scan this QR Code with your phone's camera or inside ${t} app`}</wcm-text><wcm-platform-selection .isDesktop="${o}" .isWeb="${n}"></wcm-platform-selection></wcm-info-footer>`}};ea.styles=[vo.globalCss,Gi],ea=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?ta(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&Xi(e,r,i),i})([wt("wcm-mobile-qr-connecting-view")],ea);var ra=Object.defineProperty,oa=Object.getOwnPropertyDescriptor;let na=class extends pt{render(){return q`<wcm-modal-header title="Scan the code" .onAction="${Jo.handleUriCopy}" .actionIcon="${Ro.COPY_ICON}"></wcm-modal-header><wcm-modal-content><wcm-walletconnect-qr></wcm-walletconnect-qr></wcm-modal-content>`}};na.styles=[vo.globalCss],na=((t,e,r,o)=>{for(var n,i=o>1?void 0:o?oa(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ra(e,r,i),i})([wt("wcm-qrcode-view")],na);const ia=p`wcm-modal-content{height:clamp(200px,60vh,600px);display:block;overflow:scroll;scrollbar-width:none;position:relative;margin-top:1px}.wcm-grid{display:grid;grid-template-columns:repeat(4,80px);justify-content:space-between;margin:-15px -10px;padding-top:20px}wcm-modal-content::after,wcm-modal-content::before{content:'';position:fixed;pointer-events:none;z-index:1;width:100%;height:20px;opacity:1}wcm-modal-content::before{box-shadow:0 -1px 0 0 var(--wcm-color-bg-1);background:linear-gradient(var(--wcm-color-bg-1),rgba(255,255,255,0))}wcm-modal-content::after{box-shadow:0 1px 0 0 var(--wcm-color-bg-1);background:linear-gradient(rgba(255,255,255,0),var(--wcm-color-bg-1));top:calc(100% - 20px)}wcm-modal-content::-webkit-scrollbar{display:none}.wcm-placeholder-block{display:flex;justify-content:center;align-items:center;height:100px;overflow:hidden}.wcm-empty,.wcm-loading{display:flex}.wcm-loading .wcm-placeholder-block{height:100%}.wcm-end-reached .wcm-placeholder-block{height:0;opacity:0}.wcm-empty .wcm-placeholder-block{opacity:1;height:100%}wcm-wallet-button{margin:calc((100% - 60px)/ 3) 0}`;var aa=Object.defineProperty,la=Object.getOwnPropertyDescriptor,sa=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?la(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&aa(e,r,i),i};let ca=class extends pt{constructor(){super(...arguments),this.loading=!a.state.wallets.listings.length,this.firstFetch=!a.state.wallets.listings.length,this.search="",this.endReached=!1,this.intersectionObserver=void 0,this.searchDebounce=Jo.debounce((t=>{t.length>=1?(this.firstFetch=!0,this.endReached=!1,this.search=t,a.resetSearch(),this.fetchWallets()):this.search&&(this.search="",this.endReached=this.isLastPage(),a.resetSearch())}))}firstUpdated(){this.createPaginationObserver()}disconnectedCallback(){var t;null==(t=this.intersectionObserver)||t.disconnect()}get placeholderEl(){return Jo.getShadowRootElement(this,".wcm-placeholder-block")}createPaginationObserver(){this.intersectionObserver=new IntersectionObserver((([t])=>{t.isIntersecting&&(!this.search||!this.firstFetch)&&this.fetchWallets()})),this.intersectionObserver.observe(this.placeholderEl)}isLastPage(){const{wallets:t,search:e}=a.state,{listings:r,total:o}=this.search?e:t;return o<=40||r.length>=o}async fetchWallets(){var t;const{wallets:e,search:r}=a.state,{listings:n,total:s,page:c}=this.search?r:e;if(!this.endReached&&(this.firstFetch||s>40&&n.length<s))try{this.loading=!0;const e=null==(t=l.state.chains)?void 0:t.join(","),{listings:r}=await a.getWallets({page:this.firstFetch?1:c+1,entries:40,search:this.search,version:2,chains:e}),o=r.map((t=>Jo.getWalletIcon(t)));await Promise.all([...o.map((async t=>Jo.preloadImage(t))),i.wait(300)]),this.endReached=this.isLastPage()}catch(t){console.error(t),o.openToast(Jo.getErrorMessage(t),"error")}finally{this.loading=!1,this.firstFetch=!1}}onConnect(t){i.isAndroid()?Jo.handleMobileLinking(t):Jo.goToConnectingView(t)}onSearchChange(t){const{value:e}=t.target;this.searchDebounce(e)}render(){const{wallets:t,search:e}=a.state,{listings:r}=this.search?e:t,o=this.loading&&!r.length,n=this.search.length>=3;let i=oi.manualWalletsTemplate(),l=oi.recomendedWalletsTemplate(!0);n&&(i=i.filter((({values:t})=>Jo.caseSafeIncludes(t[0],this.search))),l=l.filter((({values:t})=>Jo.caseSafeIncludes(t[0],this.search))));const s=!this.loading&&!r.length&&!l.length,c={"wcm-loading":o,"wcm-end-reached":this.endReached||!this.loading,"wcm-empty":s};return q`<wcm-modal-header><wcm-search-input .onChange="${this.onSearchChange.bind(this)}"></wcm-search-input></wcm-modal-header><wcm-modal-content class="${Et(c)}"><div class="wcm-grid">${o?null:i} ${o?null:l} ${o?null:r.map((t=>q`${t?q`<wcm-wallet-button imageId="${t.image_id}" name="${t.name}" walletId="${t.id}" .onClick="${()=>this.onConnect(t)}"></wcm-wallet-button>`:null}`))}</div><div class="wcm-placeholder-block">${s?q`<wcm-text variant="big-bold" color="secondary">No results found</wcm-text>`:null} ${!s&&this.loading?q`<wcm-spinner></wcm-spinner>`:null}</div></wcm-modal-content>`}};ca.styles=[vo.globalCss,ia],sa([yt()],ca.prototype,"loading",2),sa([yt()],ca.prototype,"firstFetch",2),sa([yt()],ca.prototype,"search",2),sa([yt()],ca.prototype,"endReached",2),ca=sa([wt("wcm-wallet-explorer-view")],ca);const da=p`wcm-info-footer{flex-direction:column;align-items:center;display:flex;width:100%;padding:5px 0}wcm-text{text-align:center}`;var ha=Object.defineProperty,ma=Object.getOwnPropertyDescriptor,ua=(t,e,r,o)=>{for(var n,i=o>1?void 0:o?ma(e,r):e,a=t.length-1;a>=0;a--)(n=t[a])&&(i=(o?n(e,r,i):n(i))||i);return o&&i&&ha(e,r,i),i};let pa=class extends pt{constructor(){super(),this.isError=!1,this.openWebWallet()}onFormatAndRedirect(t){const{desktop:e,name:r}=i.getWalletRouterData(),o=e?.universal;if(o){const e=i.formatUniversalUrl(o,t,r);i.openHref(e,"_blank")}}openWebWallet(){const{walletConnectUri:t}=l.state,e=i.getWalletRouterData();Jo.setRecentWallet(e),t&&this.onFormatAndRedirect(t)}render(){const{name:t,id:e,image_id:r}=i.getWalletRouterData(),{isMobile:o,isDesktop:n}=Jo.getCachedRouterWalletPlatforms(),a=i.isMobile();return q`<wcm-modal-header title="${t}" .onAction="${Jo.handleUriCopy}" .actionIcon="${Ro.COPY_ICON}"></wcm-modal-header><wcm-modal-content><wcm-connector-waiting walletId="${e}" imageId="${Se(r)}" label="${`Continue in ${t}...`}" .isError="${this.isError}"></wcm-connector-waiting></wcm-modal-content><wcm-info-footer><wcm-text color="secondary" variant="small-thin">${`${t} web app has opened in a new tab. Go there, accept the connection, and come back`}</wcm-text><wcm-platform-selection .isMobile="${o}" .isDesktop="${!a&&n}" .isRetry="${!0}"><wcm-button .onClick="${this.openWebWallet.bind(this)}" .iconRight="${Ro.RETRY_ICON}">Retry</wcm-button></wcm-platform-selection></wcm-info-footer>`}};pa.styles=[vo.globalCss,da],ua([yt()],pa.prototype,"isError",2),pa=ua([wt("wcm-web-connecting-view")],pa);export{yi as WcmModal,gn as WcmQrCode};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{cN as n}from"./index-160882ca.js";import{i as e}from"./is-plan-event-enabled-80f76ce6.js";function t(t,i){function r(r){var o=t,a=r.event.event;if(o&&a){var s=o[a];if(!e(o,s))return r.updateEvent("integrations",n(n({},r.event.integrations),{All:!1,"Segment.io":!0})),r;var u=function(n,e){var t,i;if(!n||!Object.keys(n))return{};var r=n.integrations?Object.keys(n.integrations).filter((function(e){return!1===n.integrations[e]})):[],o=[];return(null!==(t=e.remotePlugins)&&void 0!==t?t:[]).forEach((function(n){r.forEach((function(e){(n.name.includes(e)||e.includes(n.name))&&o.push(n.name)}))})),(null!==(i=e.remotePlugins)&&void 0!==i?i:[]).reduce((function(n,e){return e.settings.subscriptions&&o.includes(e.name)&&e.settings.subscriptions.forEach((function(t){return n["".concat(e.name," ").concat(t.partnerAction)]=!1})),n}),{})}(s,i);r.updateEvent("integrations",n(n(n({},r.event.integrations),null==s?void 0:s.integrations),u))}return r}return{name:"Schema Filter",version:"0.1.0",isLoaded:function(){return!0},load:function(){return Promise.resolve()},type:"before",page:r,alias:r,track:r,identify:r,group:r}}export{t as schemaFilter};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{cG as t,cH as n,cI as i,cJ as e,cK as r,cL as o,cM as s,cN as a,cO as u,cP as c,cQ as l,cR as d,cS as h,cT as v,cU as f,cV as p,cW as g,cX as y,cY as m,cZ as w}from"./index-160882ca.js";import{i as b}from"./is-plan-event-enabled-80f76ce6.js";function _(t){return t.toLowerCase().replace(".","").replace(/\s+/g,"-")}function k(t,n){return void 0===n&&(n=!1),n?btoa(t).replace(/=/g,""):void 0}function S(r,s,a,u){return t(this,void 0,void 0,(function(){var t,c,l,d,h,v;return n(this,(function(n){switch(n.label){case 0:t=_(s),c=k(t,u),l=e(),d="".concat(l,"/integrations/").concat(null!=c?c:t,"/").concat(a,"/").concat(null!=c?c:t,".dynamic.js.gz"),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,i(d)];case 2:return n.sent(),function(t,n,i){var e,r;try{var s=(null!==(r=null===(e=null===window||void 0===window?void 0:window.performance)||void 0===e?void 0:e.getEntriesByName(t,"resource"))&&void 0!==r?r:[])[0];s&&n.stats.gauge("legacy_destination_time",Math.round(s.duration),o([i],s.duration<100?["cached"]:[],!0))}catch(t){}}(d,r,s),[3,4];case 3:throw h=n.sent(),r.stats.gauge("legacy_destination_time",-1,["plugin:".concat(s),"failed"]),h;case 4:return v=window["".concat(t,"Deps")],[4,Promise.all(v.map((function(t){return i(l+t+".gz")})))];case 5:return n.sent(),window["".concat(t,"Loader")](),[2,window["".concat(t,"Integration")]]}}))}))}function z(i,e){return t(this,void 0,void 0,(function(){var r,o=this;return n(this,(function(a){switch(a.label){case 0:return r=[],s()?[2,e]:[4,f((function(){return e.length>0&&m()}),(function(){return t(o,void 0,void 0,(function(){var t,o;return n(this,(function(n){switch(n.label){case 0:return(t=e.pop())?[4,y(t,i)]:[2];case 1:return o=n.sent(),o instanceof w||r.push(t),[2]}}))}))}))];case 1:return a.sent(),r.map((function(t){return e.pushWithBackoff(t)})),[2,e]}}))}))}var I=function(){function i(t,n,i,e,r,o){void 0===e&&(e={}),this.options={},this.type="destination",this.middleware=[],this._ready=!1,this._initialized=!1,this.flushing=!1,this.name=t,this.version=n,this.settings=a({},e),this.disableAutoISOConversion=r.disableAutoISOConversion||!1,this.integrationSource=o,this.settings.type&&"browser"===this.settings.type&&delete this.settings.type,this.options=r,this.buffer=r.disableClientPersistence?new p(4,[]):new g(4,"".concat(i,":dest-").concat(t)),this.scheduleFlush()}return i.prototype.isLoaded=function(){return this._ready},i.prototype.ready=function(){var t;return null!==(t=this.onReady)&&void 0!==t?t:Promise.resolve()},i.prototype.load=function(i,e){var r;return t(this,void 0,void 0,(function(){var t,o,s=this;return n(this,(function(n){switch(n.label){case 0:return this._ready||void 0!==this.onReady?[2]:null===(r=this.integrationSource)||void 0===r?[3,1]:(o=r,[3,3]);case 1:return[4,S(i,this.name,this.version,this.options.obfuscate)];case 2:o=n.sent(),n.label=3;case 3:t=o,this.integration=function(t,n,i){var e;"Integration"in t?(t({user:function(){return i.user()},addIntegration:function(){}}),e=t.Integration):e=t;var r=new e(n);return r.analytics=i,r}(t,this.settings,e),this.onReady=new Promise((function(t){s.integration.once("ready",(function(){s._ready=!0,t(!0)}))})),this.onInitialize=new Promise((function(t){s.integration.on("initialize",(function(){s._initialized=!0,t(!0)}))}));try{i.stats.increment("analytics_js.integration.invoke",1,["method:initialize","integration_name:".concat(this.name)]),this.integration.initialize()}catch(t){throw i.stats.increment("analytics_js.integration.invoke.error",1,["method:initialize","integration_name:".concat(this.name)]),t}return[2]}}))}))},i.prototype.unload=function(i,o){return function(i,o,s){return t(this,void 0,void 0,(function(){var t,a,u,c;return n(this,(function(n){return t=e(),a=_(i),u=k(i,s),c="".concat(t,"/integrations/").concat(null!=u?u:a,"/").concat(o,"/").concat(null!=u?u:a,".dynamic.js.gz"),[2,r(c)]}))}))}(this.name,this.version,this.options.obfuscate)},i.prototype.addMiddleware=function(){for(var t,n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];this.middleware=(t=this.middleware).concat.apply(t,n)},i.prototype.shouldBuffer=function(t){return"page"!==t.event.type&&(s()||!1===this._ready||!1===this._initialized)},i.prototype.send=function(i,e,r){var o,s;return t(this,void 0,void 0,(function(){var t,l,d,h,v,f;return n(this,(function(n){switch(n.label){case 0:if(this.shouldBuffer(i))return this.buffer.push(i),this.scheduleFlush(),[2,i];if(t=null===(s=null===(o=this.options)||void 0===o?void 0:o.plan)||void 0===s?void 0:s.track,l=i.event.event,t&&l&&"Segment.io"!==this.name){if(d=t[l],!b(t,d))return i.updateEvent("integrations",a(a({},i.event.integrations),{All:!1,"Segment.io":!0})),i.cancel(new u({retry:!1,reason:"Event ".concat(l," disabled for integration ").concat(this.name," in tracking plan"),type:"Dropped by plan"})),[2,i];if(i.updateEvent("integrations",a(a({},i.event.integrations),null==d?void 0:d.integrations)),(null==d?void 0:d.enabled)&&!1===(null==d?void 0:d.integrations[this.name]))return i.cancel(new u({retry:!1,reason:"Event ".concat(l," disabled for integration ").concat(this.name," in tracking plan"),type:"Dropped by plan"})),[2,i]}return[4,c(this.name,i.event,this.middleware)];case 1:if(null===(h=n.sent()))return[2,i];v=new e(h,{traverse:!this.disableAutoISOConversion}),i.stats.increment("analytics_js.integration.invoke",1,["method:".concat(r),"integration_name:".concat(this.name)]),n.label=2;case 2:return n.trys.push([2,5,,6]),this.integration?[4,this.integration.invoke.call(this.integration,r,v)]:[3,4];case 3:n.sent(),n.label=4;case 4:return[3,6];case 5:throw f=n.sent(),i.stats.increment("analytics_js.integration.invoke.error",1,["method:".concat(r),"integration_name:".concat(this.name)]),f;case 6:return[2,i]}}))}))},i.prototype.track=function(i){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.send(i,l.Track,"track")]}))}))},i.prototype.page=function(i){var e;return t(this,void 0,void 0,(function(){var t=this;return n(this,(function(n){return(null===(e=this.integration)||void 0===e?void 0:e._assumesPageview)&&!this._initialized&&this.integration.initialize(),[2,this.onInitialize.then((function(){return t.send(i,l.Page,"page")}))]}))}))},i.prototype.identify=function(i){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.send(i,l.Identify,"identify")]}))}))},i.prototype.alias=function(i){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.send(i,l.Alias,"alias")]}))}))},i.prototype.group=function(i){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.send(i,l.Group,"group")]}))}))},i.prototype.scheduleFlush=function(){var i=this;this.flushing||setTimeout((function(){return t(i,void 0,void 0,(function(){var t;return n(this,(function(n){switch(n.label){case 0:return this.flushing=!0,t=this,[4,z(this,this.buffer)];case 1:return t.buffer=n.sent(),this.flushing=!1,this.buffer.todo>0&&this.scheduleFlush(),[2]}}))}))}),5e3*Math.random())},i}();function j(t,n,i,e,r,s){var u,c;if(void 0===i&&(i={}),void 0===e&&(e={}),d())return[];n.plan&&((e=null!=e?e:{}).plan=n.plan);var l=null!==(c=null===(u=n.middlewareSettings)||void 0===u?void 0:u.routingRules)&&void 0!==c?c:[],f=n.integrations,p=e.integrations,g=h(n,null!=e?e:{}),y=null==s?void 0:s.reduce((function(t,n){var i;return a(a({},t),((i={})[function(t){return("Integration"in t?t.Integration:t).prototype.name}(n)]=n,i))}),{}),m=new Set(o(o([],Object.keys(f).filter((function(t){return function(t,n){var i,e=n.type,r=n.bundlingStatus,o=n.versionSettings,s="unbundled"!==r&&("browser"===e||(null===(i=null==o?void 0:o.componentTypes)||void 0===i?void 0:i.includes("browser")));return!t.startsWith("Segment")&&"Iterable"!==t&&s}(t,f[t])})),!0),Object.keys(y||{}).filter((function(t){return v(f[t])||v(null==p?void 0:p[t])})),!0));return Array.from(m).filter((function(t){return!function(t,n){var i=!1===n.All&&void 0===n[t];return!1===n[t]||i}(t,i)})).map((function(n){var i=function(t){var n,i,e,r;return null!==(r=null!==(i=null===(n=null==t?void 0:t.versionSettings)||void 0===n?void 0:n.override)&&void 0!==i?i:null===(e=null==t?void 0:t.versionSettings)||void 0===e?void 0:e.version)&&void 0!==r?r:"latest"}(f[n]),o=new I(n,i,t,g[n],e,null==y?void 0:y[n]);return l.filter((function(t){return t.destinationName===n})).length>0&&r&&o.addMiddleware(r),o}))}export{I as LegacyDestination,j as ajsDestinations};
|