@customerjourney/cj-linkin-bio 1.5.1
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/LICENSE +674 -0
- package/README.md +40 -0
- package/dist/index.js +7459 -0
- package/dist/index.min.js +977 -0
- package/linkinbio.png +0 -0
- package/package.json +37 -0
- package/src/components/AboutMe.js +68 -0
- package/src/components/LinkinBio.js +242 -0
- package/src/components/ShareLink.js +87 -0
- package/src/index.js +3 -0
|
@@ -0,0 +1,977 @@
|
|
|
1
|
+
(()=>{var A=class extends HTMLElement{#c={};constructor(a={}){super(),this.state=this.initState(a)}initState(a,e){if(e!=null){let r=Object.assign({},a,e);return a!=null&&Object.keys(a).lenght!=0&&Object.keys(a).forEach(i=>{e[i]!=null&&(typeof e[i]=="string"||Array.isArray(e[i])?r[i]=e[i]:r[i]=Object.assign({},a[i],e[i]))}),r}else return a}attribute2CamelCase(a){let e=new RegExp("-([a-z])","g");return a.replace(e,(r,i)=>i.toUpperCase())}camelCase2attribute(a){return a.replace(new RegExp("-([a-z])","g"),(e,r)=>r.toUpperCase())}setState(a){this.state=this.initState(this.#c,a),this.render()}updateState(a){this.state=this.initState(this.state,a),this.render()}setAnimation(a){if(a==null)return"";{let e=` data-animation=${a.effect}`;return a.delay!=null&&(e+=` data-delay=${a.delay}`),a.speed!=null&&(e+=` data-speed=${a.speed}`),a.repeat!=null&&(e+=` data-repeat=${a.repeat}`),e}}cleanValue(a){return a??""}updateClassList(){this.state.classList&&this.classList.add(...this.state.classList)}getClasses(a=[],e){let r=[];e===void 0?r=a:r=[...a,...e];let i="";return r.length>0&&(i=`class="${r.toString().replaceAll(","," ")}"`),i}getBackground(){let a="";return this.state.backgroundImage?.url!=null?(a=`background-image: url('${this.state.backgroundImage.url}'); background-repeat: no-repeat; background-position: center; background-size: cover;`,this.state.backgroundImage?.fixed&&(a=`${a} background-attachment: fixed;`)):a="",` style="${a}"`}getTitles(){let a="";return this.state!=null&&(a=`
|
|
2
|
+
<div class="content">
|
|
3
|
+
${this.state.caption?.text[this.state.context.lang]!=null?`
|
|
4
|
+
<h2 ${this.getClasses(["subtitle"],this.state.caption?.classList)} ${this.setAnimation(this.state.caption?.animation)}>${this.state.caption.text[this.state.context.lang]}</h2>`:""}
|
|
5
|
+
${this.state.title?.text[this.state.context.lang]!=null?`
|
|
6
|
+
<h1 ${this.getClasses([],this.state.title?.classList)} ${this.setAnimation(this.state.title?.animation)}>${this.state.title.text[this.state.context.lang]}</h1>`:""}
|
|
7
|
+
${this.state.subtitle?.text[this.state.context.lang]!=null?`
|
|
8
|
+
<h2 ${this.getClasses([],this.state.subtitle?.classList)} ${this.setAnimation(this.state.subtitle?.animation)}>${this.state.subtitle.text[this.state.context.lang]}</h2>`:""}
|
|
9
|
+
</div>`),a}handleEvent(a){if(a.type==="click"){this.state.buttons?.eventName!=null&&(this.eventName=this.state.buttons.eventName);let e=new CustomEvent(this.eventName,{detail:{source:a.target.id},bubbles:!0,composed:!0});this.dispatchEvent(e)}}addEvents(){let a=this.querySelectorAll("button");a.length>0&&a.forEach(e=>{e.addEventListener("click",this)})}#a(a){if(a!=null){let e="";return a.forEach(r=>{e+=`<${r.href!=null?"a":"button"} id="${r.id}" ${this.getClasses(["button"],r.classList)} ${r.href!=null?`href="${r.href}"`:""}>${r?.text[this.state.context.lang]}</${r.href!=null?"a":"button"}>`}),e}else return""}buttonsRender(a){return a!=null?`
|
|
10
|
+
<p ${this.getClasses(["buttons","mt-4"],a.classList)}>
|
|
11
|
+
${this.#a(a.buttons)}
|
|
12
|
+
</p>
|
|
13
|
+
`:""}render(){console.error("Nothing to render")}connectedCallback(){this.render()}disconnectedCallback(){let a=this.querySelectorAll("button");a.length>0&&a.forEach(e=>{e.removeEventListener("click",this)})}};customElements.define("app-element",A);var Q1=class extends A{#c={events:{viewedElement:void 0,leavingApp:!1,leavedApp:!1},classList:[]};constructor(a={},e=null){super(),this.data=a,this.template=e;try{let r=document.querySelector("#app");r.innerHTML="",r.appendChild(this)}catch(r){console.error('The element with id "app" does not exist to insert the element "app-page".',r)}}#a(){let a=document.getElementsByTagName("head")[0],e=document.createElement("meta");e.name="Cache-Control",e.content="no-cache, no-store, must-revalidate",a.appendChild(e);let r=document.createElement("meta");r.name="Pragma",r.content="no-cache",a.appendChild(r);let i=document.createElement("meta");i.name="Expires",i.content="0",a.appendChild(i)}#e(){let a=this.data.props,e=this.data.context,r=document.getElementsByTagName("head")[0];if(document.title!=null){document.title=a.title[e.lang];let i=document.querySelector("meta[name=description]");if(i===null){let M=document.createElement("meta");M.name="description",M.content=a.description[e.lang],r.appendChild(M)}else i.content=a.description[e.lang];let s=document.createElement("meta");s.setAttribute("property","og:title"),s.content=a.title[e.lang],r.appendChild(s);let n=document.createElement("meta");n.setAttribute("property","og:description"),n.content=a.description[e.lang],r.appendChild(n);let l=document.createElement("meta");l.setAttribute("property","og:type"),l.content=a.type,r.appendChild(l);let f=document.createElement("meta");f.setAttribute("property","og:image"),f.content=a.image,r.appendChild(f);let t=document.createElement("meta");t.name="twitter:card",t.content="summary_large_image",r.appendChild(t);let o=document.createElement("meta");o.name="twitter:title",o.content=a.title[e.lang],r.appendChild(o);let m=document.createElement("meta");m.name="twitter:description",m.content=a.title[e.lang],r.appendChild(m);let v=document.createElement("meta");v.name="twitter:image",v.content=a.image,r.appendChild(v);let h=document.createElement("link");h.setAttribute("rel","canonical"),h.setAttribute("href",a.canonical),r.appendChild(h)}}#r(){this.data.props?.classList?.length>0&&document.body.classList.add(...this.data.props.classList)}#i(a,e={}){return a!=null&&(a.context=e),a}loadData(){if(this.data.props=this.initState(this.#c,this.data.props),this.data.props.id!=null){this.getAttribute("id")||this.setAttribute("id",this.data.props.id||`component-${Math.floor(Math.random()*100)}`),this.#e(),this.#r(),this.state.Cache===!1&&this.#a(),this.data.props.components.forEach(e=>{try{this.querySelector(`#${e.id}`).updateState(this.#i(e,this.data.context))}catch(r){console.error(`The Element with id ${e.id} does not exist or is not an object of type AppElement`,r)}});let a=document.querySelector(".pageloader");a?.classList.remove("is-active")}}async sendWebhook(a,e,r={},i=!0){let s={method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)},n=document.querySelector(".pageloader");n?.classList.add("is-active");try{let l=await fetch(a,s);if(!l.ok)throw new Error(`HTTP error! status: ${l.status}`);let f=await l.json();if(i==!0)try{f.context=r,this.data=f,this.loadData()}catch(t){console.error('Cannot load data to render "app-page" components',t)}else return f}catch(l){console.error("Error:",l)}}#s(a){let e=a.getBoundingClientRect();return e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)}#n(){if(Array.isArray(this.data.props.events.trackViewed)&&document.addEventListener("scroll",()=>{this.data.props.events.trackViewed.forEach(a=>{var e=this.querySelector(`#${a}`);if(this.#s(e)==!0){let r=new CustomEvent("viewedelement",{detail:{viewed:e.id},bubbles:!0,composed:!0});this.dispatchEvent(r)}})},{passive:!0}),this.data.props?.events?.leavingapp===!0){let a=new CustomEvent("leavingapp",{detail:{source:this.data.props.id},bubbles:!0,composed:!0});document.addEventListener("mouseleave",e=>{(e.clientY<=0||e.clientX<=0||e.clientX>=window.innerWidth||e.clientY>=window.innerHeight)&&this.dispatchEvent(a)})}if(this.data.props?.events?.leavedapp===!0){let a=new CustomEvent("leavedapp",{detail:{source:this.data.props.id},bubbles:!0,composed:!0});document.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&this.dispatchEvent(a)})}}eventsToListen(a,e){a.forEach((r,i)=>{this.addEventListener(r,e)})}render(){this.template===null?console.error("No component template provided"):(this.innerHTML=this.template,this.data.props?.id!=null&&(this.loadData(this.data),this.#n()))}};customElements.define("app-page",Q1);function I2(c){if(!c)return"";var a=c.toLowerCase().trim();return a=a.normalize("NFD").replace(/[\u0300-\u036f]/g,""),a=a.replace(/[^a-z0-9\s-]/g," ").trim(),a=a.replace(/[\s-]+/g,"%20"),a}var J1=class extends A{#c={};constructor(a={}){super(),this.state=this.initState(this.#c,a),this.getAttribute("id")||this.setAttribute("id",this.state.id||`component-${Math.floor(Math.random()*100)}`)}render(){this.innerHTML=`
|
|
14
|
+
<footer ${this.getClasses(["footer"],this.state.classList)} >
|
|
15
|
+
<div class="content has-text-centered">
|
|
16
|
+
<img src="${this.state.context?.theme==="light"?this.state.brand?.src:this.state.brand?.srcDark===void 0?this.state.brand?.src:this.state.brand?.srcDark}" style="max-width:200px">
|
|
17
|
+
<p>${this.state.content?.text[this.state.context.lang]}</p>
|
|
18
|
+
<p><a href="${this.state.privacyPolicy?.url}">${this.state.privacyPolicy?.text===void 0?"":this.state.privacyPolicy?.text[this.state.context.lang]}</a></p>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="has-text-left" >
|
|
21
|
+
<h4>Powered by <a href="https://www.conference.com.mx/comercializacion-digital">Conference</a></h4>
|
|
22
|
+
</div>
|
|
23
|
+
</footer>
|
|
24
|
+
`}};customElements.define("page-footer",J1);function O2(c,a){var e=Object.keys(c);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(c);a&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(c,i).enumerable})),e.push.apply(e,r)}return e}function z(c){for(var a=1;a<arguments.length;a++){var e=arguments[a]!=null?arguments[a]:{};a%2?O2(Object(e),!0).forEach(function(r){k(c,r,e[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(e)):O2(Object(e)).forEach(function(r){Object.defineProperty(c,r,Object.getOwnPropertyDescriptor(e,r))})}return c}function E1(c){"@babel/helpers - typeof";return E1=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},E1(c)}function d4(c,a){if(!(c instanceof a))throw new TypeError("Cannot call a class as a function")}function G2(c,a){for(var e=0;e<a.length;e++){var r=a[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(c,r.key,r)}}function L4(c,a,e){return a&&G2(c.prototype,a),e&&G2(c,e),Object.defineProperty(c,"prototype",{writable:!1}),c}function k(c,a,e){return a in c?Object.defineProperty(c,a,{value:e,enumerable:!0,configurable:!0,writable:!0}):c[a]=e,c}function p2(c,a){return x4(c)||N4(c,a)||p3(c,a)||S4()}function V1(c){return g4(c)||b4(c)||p3(c)||k4()}function g4(c){if(Array.isArray(c))return i2(c)}function x4(c){if(Array.isArray(c))return c}function b4(c){if(typeof Symbol<"u"&&c[Symbol.iterator]!=null||c["@@iterator"]!=null)return Array.from(c)}function N4(c,a){var e=c==null?null:typeof Symbol<"u"&&c[Symbol.iterator]||c["@@iterator"];if(e!=null){var r=[],i=!0,s=!1,n,l;try{for(e=e.call(c);!(i=(n=e.next()).done)&&(r.push(n.value),!(a&&r.length===a));i=!0);}catch(f){s=!0,l=f}finally{try{!i&&e.return!=null&&e.return()}finally{if(s)throw l}}return r}}function p3(c,a){if(c){if(typeof c=="string")return i2(c,a);var e=Object.prototype.toString.call(c).slice(8,-1);if(e==="Object"&&c.constructor&&(e=c.constructor.name),e==="Map"||e==="Set")return Array.from(c);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return i2(c,a)}}function i2(c,a){(a==null||a>c.length)&&(a=c.length);for(var e=0,r=new Array(a);e<a;e++)r[e]=c[e];return r}function k4(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
25
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function S4(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
26
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var W2=function(){},H2={},H3={},u3=null,M3={mark:W2,measure:W2};try{typeof window<"u"&&(H2=window),typeof document<"u"&&(H3=document),typeof MutationObserver<"u"&&(u3=MutationObserver),typeof performance<"u"&&(M3=performance)}catch{}var A4=H2.navigator||{},$2=A4.userAgent,Z2=$2===void 0?"":$2,$=H2,g=H3,j2=u3,x1=M3,_0=!!$.document,I=!!g.documentElement&&!!g.head&&typeof g.addEventListener=="function"&&typeof g.createElement=="function",V3=~Z2.indexOf("MSIE")||~Z2.indexOf("Trident/"),b1,N1,k1,S1,A1,R="___FONT_AWESOME___",s2=16,C3="fa",d3="svg-inline--fa",K="data-fa-i2svg",n2="data-fa-pseudo-element",w4="data-fa-pseudo-element-pending",u2="data-prefix",M2="data-icon",Y2="fontawesome-i2svg",y4="async",P4=["HTML","HEAD","STYLE","SCRIPT"],L3=function(){try{return!0}catch{return!1}}(),L="classic",x="sharp",V2=[L,x];function C1(c){return new Proxy(c,{get:function(e,r){return r in e?e[r]:e[L]}})}var z1=C1((b1={},k(b1,L,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit",fakd:"kit","fa-kit":"kit","fa-kit-duotone":"kit"}),k(b1,x,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"}),b1)),p1=C1((N1={},k(N1,L,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),k(N1,x,{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"}),N1)),H1=C1((k1={},k(k1,L,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),k(k1,x,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"}),k1)),T4=C1((S1={},k(S1,L,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),k(S1,x,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"}),S1)),B4=/fa(s|r|l|t|d|b|k|ss|sr|sl|st)?[\-\ ]/,g3="fa-layers-text",E4=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,F4=C1((A1={},k(A1,L,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),k(A1,x,{900:"fass",400:"fasr",300:"fasl",100:"fast"}),A1)),x3=[1,2,3,4,5,6,7,8,9,10],q4=x3.concat([11,12,13,14,15,16,17,18,19,20]),D4=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Y={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},u1=new Set;Object.keys(p1[L]).map(u1.add.bind(u1));Object.keys(p1[x]).map(u1.add.bind(u1));var R4=[].concat(V2,V1(u1),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",Y.GROUP,Y.SWAP_OPACITY,Y.PRIMARY,Y.SECONDARY]).concat(x3.map(function(c){return"".concat(c,"x")})).concat(q4.map(function(c){return"w-".concat(c)})),v1=$.FontAwesomeConfig||{};function _4(c){var a=g.querySelector("script["+c+"]");if(a)return a.getAttribute(c)}function U4(c){return c===""?!0:c==="false"?!1:c==="true"?!0:c}g&&typeof g.querySelector=="function"&&(X2=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],X2.forEach(function(c){var a=p2(c,2),e=a[0],r=a[1],i=U4(_4(e));i!=null&&(v1[r]=i)}));var X2,b3={styleDefault:"solid",familyDefault:"classic",cssPrefix:C3,replacementClass:d3,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};v1.familyPrefix&&(v1.cssPrefix=v1.familyPrefix);var l1=z(z({},b3),v1);l1.autoReplaceSvg||(l1.observeMutations=!1);var H={};Object.keys(b3).forEach(function(c){Object.defineProperty(H,c,{enumerable:!0,set:function(e){l1[c]=e,h1.forEach(function(r){return r(H)})},get:function(){return l1[c]}})});Object.defineProperty(H,"familyPrefix",{enumerable:!0,set:function(a){l1.cssPrefix=a,h1.forEach(function(e){return e(H)})},get:function(){return l1.cssPrefix}});$.FontAwesomeConfig=H;var h1=[];function I4(c){return h1.push(c),function(){h1.splice(h1.indexOf(c),1)}}var W=s2,D={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function O4(c){if(!(!c||!I)){var a=g.createElement("style");a.setAttribute("type","text/css"),a.innerHTML=c;for(var e=g.head.childNodes,r=null,i=e.length-1;i>-1;i--){var s=e[i],n=(s.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(n)>-1&&(r=s)}return g.head.insertBefore(a,r),c}}var G4="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function M1(){for(var c=12,a="";c-- >0;)a+=G4[Math.random()*62|0];return a}function f1(c){for(var a=[],e=(c||[]).length>>>0;e--;)a[e]=c[e];return a}function C2(c){return c.classList?f1(c.classList):(c.getAttribute("class")||"").split(" ").filter(function(a){return a})}function N3(c){return"".concat(c).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function W4(c){return Object.keys(c||{}).reduce(function(a,e){return a+"".concat(e,'="').concat(N3(c[e]),'" ')},"").trim()}function D1(c){return Object.keys(c||{}).reduce(function(a,e){return a+"".concat(e,": ").concat(c[e].trim(),";")},"")}function d2(c){return c.size!==D.size||c.x!==D.x||c.y!==D.y||c.rotate!==D.rotate||c.flipX||c.flipY}function $4(c){var a=c.transform,e=c.containerWidth,r=c.iconWidth,i={transform:"translate(".concat(e/2," 256)")},s="translate(".concat(a.x*32,", ").concat(a.y*32,") "),n="scale(".concat(a.size/16*(a.flipX?-1:1),", ").concat(a.size/16*(a.flipY?-1:1),") "),l="rotate(".concat(a.rotate," 0 0)"),f={transform:"".concat(s," ").concat(n," ").concat(l)},t={transform:"translate(".concat(r/2*-1," -256)")};return{outer:i,inner:f,path:t}}function Z4(c){var a=c.transform,e=c.width,r=e===void 0?s2:e,i=c.height,s=i===void 0?s2:i,n=c.startCentered,l=n===void 0?!1:n,f="";return l&&V3?f+="translate(".concat(a.x/W-r/2,"em, ").concat(a.y/W-s/2,"em) "):l?f+="translate(calc(-50% + ".concat(a.x/W,"em), calc(-50% + ").concat(a.y/W,"em)) "):f+="translate(".concat(a.x/W,"em, ").concat(a.y/W,"em) "),f+="scale(".concat(a.size/W*(a.flipX?-1:1),", ").concat(a.size/W*(a.flipY?-1:1),") "),f+="rotate(".concat(a.rotate,"deg) "),f}var j4=`:root, :host {
|
|
27
|
+
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|
28
|
+
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
|
|
29
|
+
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
|
|
30
|
+
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
|
|
31
|
+
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
|
|
32
|
+
--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
|
|
33
|
+
--fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
|
|
34
|
+
--fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
|
|
35
|
+
--fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
|
|
36
|
+
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
40
|
+
overflow: visible;
|
|
41
|
+
box-sizing: content-box;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.svg-inline--fa {
|
|
45
|
+
display: var(--fa-display, inline-block);
|
|
46
|
+
height: 1em;
|
|
47
|
+
overflow: visible;
|
|
48
|
+
vertical-align: -0.125em;
|
|
49
|
+
}
|
|
50
|
+
.svg-inline--fa.fa-2xs {
|
|
51
|
+
vertical-align: 0.1em;
|
|
52
|
+
}
|
|
53
|
+
.svg-inline--fa.fa-xs {
|
|
54
|
+
vertical-align: 0em;
|
|
55
|
+
}
|
|
56
|
+
.svg-inline--fa.fa-sm {
|
|
57
|
+
vertical-align: -0.0714285705em;
|
|
58
|
+
}
|
|
59
|
+
.svg-inline--fa.fa-lg {
|
|
60
|
+
vertical-align: -0.2em;
|
|
61
|
+
}
|
|
62
|
+
.svg-inline--fa.fa-xl {
|
|
63
|
+
vertical-align: -0.25em;
|
|
64
|
+
}
|
|
65
|
+
.svg-inline--fa.fa-2xl {
|
|
66
|
+
vertical-align: -0.3125em;
|
|
67
|
+
}
|
|
68
|
+
.svg-inline--fa.fa-pull-left {
|
|
69
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
70
|
+
width: auto;
|
|
71
|
+
}
|
|
72
|
+
.svg-inline--fa.fa-pull-right {
|
|
73
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
74
|
+
width: auto;
|
|
75
|
+
}
|
|
76
|
+
.svg-inline--fa.fa-li {
|
|
77
|
+
width: var(--fa-li-width, 2em);
|
|
78
|
+
top: 0.25em;
|
|
79
|
+
}
|
|
80
|
+
.svg-inline--fa.fa-fw {
|
|
81
|
+
width: var(--fa-fw-width, 1.25em);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.fa-layers svg.svg-inline--fa {
|
|
85
|
+
bottom: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
margin: auto;
|
|
88
|
+
position: absolute;
|
|
89
|
+
right: 0;
|
|
90
|
+
top: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.fa-layers-counter, .fa-layers-text {
|
|
94
|
+
display: inline-block;
|
|
95
|
+
position: absolute;
|
|
96
|
+
text-align: center;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.fa-layers {
|
|
100
|
+
display: inline-block;
|
|
101
|
+
height: 1em;
|
|
102
|
+
position: relative;
|
|
103
|
+
text-align: center;
|
|
104
|
+
vertical-align: -0.125em;
|
|
105
|
+
width: 1em;
|
|
106
|
+
}
|
|
107
|
+
.fa-layers svg.svg-inline--fa {
|
|
108
|
+
-webkit-transform-origin: center center;
|
|
109
|
+
transform-origin: center center;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.fa-layers-text {
|
|
113
|
+
left: 50%;
|
|
114
|
+
top: 50%;
|
|
115
|
+
-webkit-transform: translate(-50%, -50%);
|
|
116
|
+
transform: translate(-50%, -50%);
|
|
117
|
+
-webkit-transform-origin: center center;
|
|
118
|
+
transform-origin: center center;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.fa-layers-counter {
|
|
122
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
123
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
color: var(--fa-inverse, #fff);
|
|
126
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
127
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
128
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
131
|
+
right: var(--fa-right, 0);
|
|
132
|
+
text-overflow: ellipsis;
|
|
133
|
+
top: var(--fa-top, 0);
|
|
134
|
+
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
|
|
135
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
136
|
+
-webkit-transform-origin: top right;
|
|
137
|
+
transform-origin: top right;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.fa-layers-bottom-right {
|
|
141
|
+
bottom: var(--fa-bottom, 0);
|
|
142
|
+
right: var(--fa-right, 0);
|
|
143
|
+
top: auto;
|
|
144
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
145
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
146
|
+
-webkit-transform-origin: bottom right;
|
|
147
|
+
transform-origin: bottom right;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.fa-layers-bottom-left {
|
|
151
|
+
bottom: var(--fa-bottom, 0);
|
|
152
|
+
left: var(--fa-left, 0);
|
|
153
|
+
right: auto;
|
|
154
|
+
top: auto;
|
|
155
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
156
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
157
|
+
-webkit-transform-origin: bottom left;
|
|
158
|
+
transform-origin: bottom left;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.fa-layers-top-right {
|
|
162
|
+
top: var(--fa-top, 0);
|
|
163
|
+
right: var(--fa-right, 0);
|
|
164
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
165
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
166
|
+
-webkit-transform-origin: top right;
|
|
167
|
+
transform-origin: top right;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.fa-layers-top-left {
|
|
171
|
+
left: var(--fa-left, 0);
|
|
172
|
+
right: auto;
|
|
173
|
+
top: var(--fa-top, 0);
|
|
174
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
175
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
176
|
+
-webkit-transform-origin: top left;
|
|
177
|
+
transform-origin: top left;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.fa-1x {
|
|
181
|
+
font-size: 1em;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.fa-2x {
|
|
185
|
+
font-size: 2em;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.fa-3x {
|
|
189
|
+
font-size: 3em;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.fa-4x {
|
|
193
|
+
font-size: 4em;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.fa-5x {
|
|
197
|
+
font-size: 5em;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.fa-6x {
|
|
201
|
+
font-size: 6em;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.fa-7x {
|
|
205
|
+
font-size: 7em;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.fa-8x {
|
|
209
|
+
font-size: 8em;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.fa-9x {
|
|
213
|
+
font-size: 9em;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.fa-10x {
|
|
217
|
+
font-size: 10em;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.fa-2xs {
|
|
221
|
+
font-size: 0.625em;
|
|
222
|
+
line-height: 0.1em;
|
|
223
|
+
vertical-align: 0.225em;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.fa-xs {
|
|
227
|
+
font-size: 0.75em;
|
|
228
|
+
line-height: 0.0833333337em;
|
|
229
|
+
vertical-align: 0.125em;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.fa-sm {
|
|
233
|
+
font-size: 0.875em;
|
|
234
|
+
line-height: 0.0714285718em;
|
|
235
|
+
vertical-align: 0.0535714295em;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.fa-lg {
|
|
239
|
+
font-size: 1.25em;
|
|
240
|
+
line-height: 0.05em;
|
|
241
|
+
vertical-align: -0.075em;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.fa-xl {
|
|
245
|
+
font-size: 1.5em;
|
|
246
|
+
line-height: 0.0416666682em;
|
|
247
|
+
vertical-align: -0.125em;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.fa-2xl {
|
|
251
|
+
font-size: 2em;
|
|
252
|
+
line-height: 0.03125em;
|
|
253
|
+
vertical-align: -0.1875em;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.fa-fw {
|
|
257
|
+
text-align: center;
|
|
258
|
+
width: 1.25em;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.fa-ul {
|
|
262
|
+
list-style-type: none;
|
|
263
|
+
margin-left: var(--fa-li-margin, 2.5em);
|
|
264
|
+
padding-left: 0;
|
|
265
|
+
}
|
|
266
|
+
.fa-ul > li {
|
|
267
|
+
position: relative;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.fa-li {
|
|
271
|
+
left: calc(var(--fa-li-width, 2em) * -1);
|
|
272
|
+
position: absolute;
|
|
273
|
+
text-align: center;
|
|
274
|
+
width: var(--fa-li-width, 2em);
|
|
275
|
+
line-height: inherit;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.fa-border {
|
|
279
|
+
border-color: var(--fa-border-color, #eee);
|
|
280
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
281
|
+
border-style: var(--fa-border-style, solid);
|
|
282
|
+
border-width: var(--fa-border-width, 0.08em);
|
|
283
|
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.fa-pull-left {
|
|
287
|
+
float: left;
|
|
288
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.fa-pull-right {
|
|
292
|
+
float: right;
|
|
293
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.fa-beat {
|
|
297
|
+
-webkit-animation-name: fa-beat;
|
|
298
|
+
animation-name: fa-beat;
|
|
299
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
300
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
301
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
302
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
303
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
304
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
305
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
306
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
307
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
308
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.fa-bounce {
|
|
312
|
+
-webkit-animation-name: fa-bounce;
|
|
313
|
+
animation-name: fa-bounce;
|
|
314
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
315
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
316
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
317
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
318
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
319
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
320
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
321
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
322
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
323
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.fa-fade {
|
|
327
|
+
-webkit-animation-name: fa-fade;
|
|
328
|
+
animation-name: fa-fade;
|
|
329
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
330
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
331
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
332
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
333
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
334
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
335
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
336
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
337
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
338
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.fa-beat-fade {
|
|
342
|
+
-webkit-animation-name: fa-beat-fade;
|
|
343
|
+
animation-name: fa-beat-fade;
|
|
344
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
345
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
346
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
347
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
348
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
349
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
350
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
351
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
352
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
353
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.fa-flip {
|
|
357
|
+
-webkit-animation-name: fa-flip;
|
|
358
|
+
animation-name: fa-flip;
|
|
359
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
360
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
361
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
362
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
363
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
364
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
365
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
366
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
367
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
368
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.fa-shake {
|
|
372
|
+
-webkit-animation-name: fa-shake;
|
|
373
|
+
animation-name: fa-shake;
|
|
374
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
375
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
376
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
377
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
378
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
379
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
380
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
381
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
382
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
383
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.fa-spin {
|
|
387
|
+
-webkit-animation-name: fa-spin;
|
|
388
|
+
animation-name: fa-spin;
|
|
389
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
390
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
391
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
392
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
393
|
+
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
394
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
395
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
396
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
397
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
398
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.fa-spin-reverse {
|
|
402
|
+
--fa-animation-direction: reverse;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.fa-pulse,
|
|
406
|
+
.fa-spin-pulse {
|
|
407
|
+
-webkit-animation-name: fa-spin;
|
|
408
|
+
animation-name: fa-spin;
|
|
409
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
410
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
411
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
412
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
413
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
414
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
415
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
416
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
@media (prefers-reduced-motion: reduce) {
|
|
420
|
+
.fa-beat,
|
|
421
|
+
.fa-bounce,
|
|
422
|
+
.fa-fade,
|
|
423
|
+
.fa-beat-fade,
|
|
424
|
+
.fa-flip,
|
|
425
|
+
.fa-pulse,
|
|
426
|
+
.fa-shake,
|
|
427
|
+
.fa-spin,
|
|
428
|
+
.fa-spin-pulse {
|
|
429
|
+
-webkit-animation-delay: -1ms;
|
|
430
|
+
animation-delay: -1ms;
|
|
431
|
+
-webkit-animation-duration: 1ms;
|
|
432
|
+
animation-duration: 1ms;
|
|
433
|
+
-webkit-animation-iteration-count: 1;
|
|
434
|
+
animation-iteration-count: 1;
|
|
435
|
+
-webkit-transition-delay: 0s;
|
|
436
|
+
transition-delay: 0s;
|
|
437
|
+
-webkit-transition-duration: 0s;
|
|
438
|
+
transition-duration: 0s;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
@-webkit-keyframes fa-beat {
|
|
442
|
+
0%, 90% {
|
|
443
|
+
-webkit-transform: scale(1);
|
|
444
|
+
transform: scale(1);
|
|
445
|
+
}
|
|
446
|
+
45% {
|
|
447
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
448
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
@keyframes fa-beat {
|
|
452
|
+
0%, 90% {
|
|
453
|
+
-webkit-transform: scale(1);
|
|
454
|
+
transform: scale(1);
|
|
455
|
+
}
|
|
456
|
+
45% {
|
|
457
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
458
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
@-webkit-keyframes fa-bounce {
|
|
462
|
+
0% {
|
|
463
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
464
|
+
transform: scale(1, 1) translateY(0);
|
|
465
|
+
}
|
|
466
|
+
10% {
|
|
467
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
468
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
469
|
+
}
|
|
470
|
+
30% {
|
|
471
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
472
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
473
|
+
}
|
|
474
|
+
50% {
|
|
475
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
476
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
477
|
+
}
|
|
478
|
+
57% {
|
|
479
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
480
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
481
|
+
}
|
|
482
|
+
64% {
|
|
483
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
484
|
+
transform: scale(1, 1) translateY(0);
|
|
485
|
+
}
|
|
486
|
+
100% {
|
|
487
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
488
|
+
transform: scale(1, 1) translateY(0);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
@keyframes fa-bounce {
|
|
492
|
+
0% {
|
|
493
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
494
|
+
transform: scale(1, 1) translateY(0);
|
|
495
|
+
}
|
|
496
|
+
10% {
|
|
497
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
498
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
499
|
+
}
|
|
500
|
+
30% {
|
|
501
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
502
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
503
|
+
}
|
|
504
|
+
50% {
|
|
505
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
506
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
507
|
+
}
|
|
508
|
+
57% {
|
|
509
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
510
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
511
|
+
}
|
|
512
|
+
64% {
|
|
513
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
514
|
+
transform: scale(1, 1) translateY(0);
|
|
515
|
+
}
|
|
516
|
+
100% {
|
|
517
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
518
|
+
transform: scale(1, 1) translateY(0);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
@-webkit-keyframes fa-fade {
|
|
522
|
+
50% {
|
|
523
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
@keyframes fa-fade {
|
|
527
|
+
50% {
|
|
528
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
@-webkit-keyframes fa-beat-fade {
|
|
532
|
+
0%, 100% {
|
|
533
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
534
|
+
-webkit-transform: scale(1);
|
|
535
|
+
transform: scale(1);
|
|
536
|
+
}
|
|
537
|
+
50% {
|
|
538
|
+
opacity: 1;
|
|
539
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
540
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
@keyframes fa-beat-fade {
|
|
544
|
+
0%, 100% {
|
|
545
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
546
|
+
-webkit-transform: scale(1);
|
|
547
|
+
transform: scale(1);
|
|
548
|
+
}
|
|
549
|
+
50% {
|
|
550
|
+
opacity: 1;
|
|
551
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
552
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
@-webkit-keyframes fa-flip {
|
|
556
|
+
50% {
|
|
557
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
558
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
@keyframes fa-flip {
|
|
562
|
+
50% {
|
|
563
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
564
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
@-webkit-keyframes fa-shake {
|
|
568
|
+
0% {
|
|
569
|
+
-webkit-transform: rotate(-15deg);
|
|
570
|
+
transform: rotate(-15deg);
|
|
571
|
+
}
|
|
572
|
+
4% {
|
|
573
|
+
-webkit-transform: rotate(15deg);
|
|
574
|
+
transform: rotate(15deg);
|
|
575
|
+
}
|
|
576
|
+
8%, 24% {
|
|
577
|
+
-webkit-transform: rotate(-18deg);
|
|
578
|
+
transform: rotate(-18deg);
|
|
579
|
+
}
|
|
580
|
+
12%, 28% {
|
|
581
|
+
-webkit-transform: rotate(18deg);
|
|
582
|
+
transform: rotate(18deg);
|
|
583
|
+
}
|
|
584
|
+
16% {
|
|
585
|
+
-webkit-transform: rotate(-22deg);
|
|
586
|
+
transform: rotate(-22deg);
|
|
587
|
+
}
|
|
588
|
+
20% {
|
|
589
|
+
-webkit-transform: rotate(22deg);
|
|
590
|
+
transform: rotate(22deg);
|
|
591
|
+
}
|
|
592
|
+
32% {
|
|
593
|
+
-webkit-transform: rotate(-12deg);
|
|
594
|
+
transform: rotate(-12deg);
|
|
595
|
+
}
|
|
596
|
+
36% {
|
|
597
|
+
-webkit-transform: rotate(12deg);
|
|
598
|
+
transform: rotate(12deg);
|
|
599
|
+
}
|
|
600
|
+
40%, 100% {
|
|
601
|
+
-webkit-transform: rotate(0deg);
|
|
602
|
+
transform: rotate(0deg);
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
@keyframes fa-shake {
|
|
606
|
+
0% {
|
|
607
|
+
-webkit-transform: rotate(-15deg);
|
|
608
|
+
transform: rotate(-15deg);
|
|
609
|
+
}
|
|
610
|
+
4% {
|
|
611
|
+
-webkit-transform: rotate(15deg);
|
|
612
|
+
transform: rotate(15deg);
|
|
613
|
+
}
|
|
614
|
+
8%, 24% {
|
|
615
|
+
-webkit-transform: rotate(-18deg);
|
|
616
|
+
transform: rotate(-18deg);
|
|
617
|
+
}
|
|
618
|
+
12%, 28% {
|
|
619
|
+
-webkit-transform: rotate(18deg);
|
|
620
|
+
transform: rotate(18deg);
|
|
621
|
+
}
|
|
622
|
+
16% {
|
|
623
|
+
-webkit-transform: rotate(-22deg);
|
|
624
|
+
transform: rotate(-22deg);
|
|
625
|
+
}
|
|
626
|
+
20% {
|
|
627
|
+
-webkit-transform: rotate(22deg);
|
|
628
|
+
transform: rotate(22deg);
|
|
629
|
+
}
|
|
630
|
+
32% {
|
|
631
|
+
-webkit-transform: rotate(-12deg);
|
|
632
|
+
transform: rotate(-12deg);
|
|
633
|
+
}
|
|
634
|
+
36% {
|
|
635
|
+
-webkit-transform: rotate(12deg);
|
|
636
|
+
transform: rotate(12deg);
|
|
637
|
+
}
|
|
638
|
+
40%, 100% {
|
|
639
|
+
-webkit-transform: rotate(0deg);
|
|
640
|
+
transform: rotate(0deg);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
@-webkit-keyframes fa-spin {
|
|
644
|
+
0% {
|
|
645
|
+
-webkit-transform: rotate(0deg);
|
|
646
|
+
transform: rotate(0deg);
|
|
647
|
+
}
|
|
648
|
+
100% {
|
|
649
|
+
-webkit-transform: rotate(360deg);
|
|
650
|
+
transform: rotate(360deg);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
@keyframes fa-spin {
|
|
654
|
+
0% {
|
|
655
|
+
-webkit-transform: rotate(0deg);
|
|
656
|
+
transform: rotate(0deg);
|
|
657
|
+
}
|
|
658
|
+
100% {
|
|
659
|
+
-webkit-transform: rotate(360deg);
|
|
660
|
+
transform: rotate(360deg);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
.fa-rotate-90 {
|
|
664
|
+
-webkit-transform: rotate(90deg);
|
|
665
|
+
transform: rotate(90deg);
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.fa-rotate-180 {
|
|
669
|
+
-webkit-transform: rotate(180deg);
|
|
670
|
+
transform: rotate(180deg);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.fa-rotate-270 {
|
|
674
|
+
-webkit-transform: rotate(270deg);
|
|
675
|
+
transform: rotate(270deg);
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.fa-flip-horizontal {
|
|
679
|
+
-webkit-transform: scale(-1, 1);
|
|
680
|
+
transform: scale(-1, 1);
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.fa-flip-vertical {
|
|
684
|
+
-webkit-transform: scale(1, -1);
|
|
685
|
+
transform: scale(1, -1);
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.fa-flip-both,
|
|
689
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
690
|
+
-webkit-transform: scale(-1, -1);
|
|
691
|
+
transform: scale(-1, -1);
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.fa-rotate-by {
|
|
695
|
+
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
|
|
696
|
+
transform: rotate(var(--fa-rotate-angle, 0));
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.fa-stack {
|
|
700
|
+
display: inline-block;
|
|
701
|
+
vertical-align: middle;
|
|
702
|
+
height: 2em;
|
|
703
|
+
position: relative;
|
|
704
|
+
width: 2.5em;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.fa-stack-1x,
|
|
708
|
+
.fa-stack-2x {
|
|
709
|
+
bottom: 0;
|
|
710
|
+
left: 0;
|
|
711
|
+
margin: auto;
|
|
712
|
+
position: absolute;
|
|
713
|
+
right: 0;
|
|
714
|
+
top: 0;
|
|
715
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.svg-inline--fa.fa-stack-1x {
|
|
719
|
+
height: 1em;
|
|
720
|
+
width: 1.25em;
|
|
721
|
+
}
|
|
722
|
+
.svg-inline--fa.fa-stack-2x {
|
|
723
|
+
height: 2em;
|
|
724
|
+
width: 2.5em;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.fa-inverse {
|
|
728
|
+
color: var(--fa-inverse, #fff);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.sr-only,
|
|
732
|
+
.fa-sr-only {
|
|
733
|
+
position: absolute;
|
|
734
|
+
width: 1px;
|
|
735
|
+
height: 1px;
|
|
736
|
+
padding: 0;
|
|
737
|
+
margin: -1px;
|
|
738
|
+
overflow: hidden;
|
|
739
|
+
clip: rect(0, 0, 0, 0);
|
|
740
|
+
white-space: nowrap;
|
|
741
|
+
border-width: 0;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.sr-only-focusable:not(:focus),
|
|
745
|
+
.fa-sr-only-focusable:not(:focus) {
|
|
746
|
+
position: absolute;
|
|
747
|
+
width: 1px;
|
|
748
|
+
height: 1px;
|
|
749
|
+
padding: 0;
|
|
750
|
+
margin: -1px;
|
|
751
|
+
overflow: hidden;
|
|
752
|
+
clip: rect(0, 0, 0, 0);
|
|
753
|
+
white-space: nowrap;
|
|
754
|
+
border-width: 0;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.svg-inline--fa .fa-primary {
|
|
758
|
+
fill: var(--fa-primary-color, currentColor);
|
|
759
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.svg-inline--fa .fa-secondary {
|
|
763
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
764
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
768
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
772
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.svg-inline--fa mask .fa-primary,
|
|
776
|
+
.svg-inline--fa mask .fa-secondary {
|
|
777
|
+
fill: black;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.fad.fa-inverse,
|
|
781
|
+
.fa-duotone.fa-inverse {
|
|
782
|
+
color: var(--fa-inverse, #fff);
|
|
783
|
+
}`;function k3(){var c=C3,a=d3,e=H.cssPrefix,r=H.replacementClass,i=j4;if(e!==c||r!==a){var s=new RegExp("\\.".concat(c,"\\-"),"g"),n=new RegExp("\\--".concat(c,"\\-"),"g"),l=new RegExp("\\.".concat(a),"g");i=i.replace(s,".".concat(e,"-")).replace(n,"--".concat(e,"-")).replace(l,".".concat(r))}return i}var K2=!1;function c2(){H.autoAddCss&&!K2&&(O4(k3()),K2=!0)}var Y4={mixout:function(){return{dom:{css:k3,insertCss:c2}}},hooks:function(){return{beforeDOMElementCreation:function(){c2()},beforeI2svg:function(){c2()}}}},_=$||{};_[R]||(_[R]={});_[R].styles||(_[R].styles={});_[R].hooks||(_[R].hooks={});_[R].shims||(_[R].shims=[]);var F=_[R],S3=[],X4=function c(){g.removeEventListener("DOMContentLoaded",c),F1=1,S3.map(function(a){return a()})},F1=!1;I&&(F1=(g.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(g.readyState),F1||g.addEventListener("DOMContentLoaded",X4));function K4(c){I&&(F1?setTimeout(c,0):S3.push(c))}function d1(c){var a=c.tag,e=c.attributes,r=e===void 0?{}:e,i=c.children,s=i===void 0?[]:i;return typeof c=="string"?N3(c):"<".concat(a," ").concat(W4(r),">").concat(s.map(d1).join(""),"</").concat(a,">")}function Q2(c,a,e){if(c&&c[a]&&c[a][e])return{prefix:a,iconName:e,icon:c[a][e]}}var Q4=function(a,e){return function(r,i,s,n){return a.call(e,r,i,s,n)}},a2=function(a,e,r,i){var s=Object.keys(a),n=s.length,l=i!==void 0?Q4(e,i):e,f,t,o;for(r===void 0?(f=1,o=a[s[0]]):(f=0,o=r);f<n;f++)t=s[f],o=l(o,a[t],t,a);return o};function J4(c){for(var a=[],e=0,r=c.length;e<r;){var i=c.charCodeAt(e++);if(i>=55296&&i<=56319&&e<r){var s=c.charCodeAt(e++);(s&64512)==56320?a.push(((i&1023)<<10)+(s&1023)+65536):(a.push(i),e--)}else a.push(i)}return a}function l2(c){var a=J4(c);return a.length===1?a[0].toString(16):null}function c6(c,a){var e=c.length,r=c.charCodeAt(a),i;return r>=55296&&r<=56319&&e>a+1&&(i=c.charCodeAt(a+1),i>=56320&&i<=57343)?(r-55296)*1024+i-56320+65536:r}function J2(c){return Object.keys(c).reduce(function(a,e){var r=c[e],i=!!r.icon;return i?a[r.iconName]=r.icon:a[e]=r,a},{})}function f2(c,a){var e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=e.skipHooks,i=r===void 0?!1:r,s=J2(a);typeof F.hooks.addPack=="function"&&!i?F.hooks.addPack(c,J2(a)):F.styles[c]=z(z({},F.styles[c]||{}),s),c==="fas"&&f2("fa",a)}var w1,y1,P1,i1=F.styles,a6=F.shims,e6=(w1={},k(w1,L,Object.values(H1[L])),k(w1,x,Object.values(H1[x])),w1),L2=null,A3={},w3={},y3={},P3={},T3={},r6=(y1={},k(y1,L,Object.keys(z1[L])),k(y1,x,Object.keys(z1[x])),y1);function i6(c){return~R4.indexOf(c)}function s6(c,a){var e=a.split("-"),r=e[0],i=e.slice(1).join("-");return r===c&&i!==""&&!i6(i)?i:null}var B3=function(){var a=function(s){return a2(i1,function(n,l,f){return n[f]=a2(l,s,{}),n},{})};A3=a(function(i,s,n){if(s[3]&&(i[s[3]]=n),s[2]){var l=s[2].filter(function(f){return typeof f=="number"});l.forEach(function(f){i[f.toString(16)]=n})}return i}),w3=a(function(i,s,n){if(i[n]=n,s[2]){var l=s[2].filter(function(f){return typeof f=="string"});l.forEach(function(f){i[f]=n})}return i}),T3=a(function(i,s,n){var l=s[2];return i[n]=n,l.forEach(function(f){i[f]=n}),i});var e="far"in i1||H.autoFetchSvg,r=a2(a6,function(i,s){var n=s[0],l=s[1],f=s[2];return l==="far"&&!e&&(l="fas"),typeof n=="string"&&(i.names[n]={prefix:l,iconName:f}),typeof n=="number"&&(i.unicodes[n.toString(16)]={prefix:l,iconName:f}),i},{names:{},unicodes:{}});y3=r.names,P3=r.unicodes,L2=R1(H.styleDefault,{family:H.familyDefault})};I4(function(c){L2=R1(c.styleDefault,{family:H.familyDefault})});B3();function g2(c,a){return(A3[c]||{})[a]}function n6(c,a){return(w3[c]||{})[a]}function X(c,a){return(T3[c]||{})[a]}function E3(c){return y3[c]||{prefix:null,iconName:null}}function l6(c){var a=P3[c],e=g2("fas",c);return a||(e?{prefix:"fas",iconName:e}:null)||{prefix:null,iconName:null}}function Z(){return L2}var x2=function(){return{prefix:null,iconName:null,rest:[]}};function R1(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=a.family,r=e===void 0?L:e,i=z1[r][c],s=p1[r][c]||p1[r][i],n=c in F.styles?c:null;return s||n||null}var c3=(P1={},k(P1,L,Object.keys(H1[L])),k(P1,x,Object.keys(H1[x])),P1);function _1(c){var a,e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.skipLookups,i=r===void 0?!1:r,s=(a={},k(a,L,"".concat(H.cssPrefix,"-").concat(L)),k(a,x,"".concat(H.cssPrefix,"-").concat(x)),a),n=null,l=L;(c.includes(s[L])||c.some(function(t){return c3[L].includes(t)}))&&(l=L),(c.includes(s[x])||c.some(function(t){return c3[x].includes(t)}))&&(l=x);var f=c.reduce(function(t,o){var m=s6(H.cssPrefix,o);if(i1[o]?(o=e6[l].includes(o)?T4[l][o]:o,n=o,t.prefix=o):r6[l].indexOf(o)>-1?(n=o,t.prefix=R1(o,{family:l})):m?t.iconName=m:o!==H.replacementClass&&o!==s[L]&&o!==s[x]&&t.rest.push(o),!i&&t.prefix&&t.iconName){var v=n==="fa"?E3(t.iconName):{},h=X(t.prefix,t.iconName);v.prefix&&(n=null),t.iconName=v.iconName||h||t.iconName,t.prefix=v.prefix||t.prefix,t.prefix==="far"&&!i1.far&&i1.fas&&!H.autoFetchSvg&&(t.prefix="fas")}return t},x2());return(c.includes("fa-brands")||c.includes("fab"))&&(f.prefix="fab"),(c.includes("fa-duotone")||c.includes("fad"))&&(f.prefix="fad"),!f.prefix&&l===x&&(i1.fass||H.autoFetchSvg)&&(f.prefix="fass",f.iconName=X(f.prefix,f.iconName)||f.iconName),(f.prefix==="fa"||n==="fa")&&(f.prefix=Z()||"fas"),f}var f6=function(){function c(){d4(this,c),this.definitions={}}return L4(c,[{key:"add",value:function(){for(var e=this,r=arguments.length,i=new Array(r),s=0;s<r;s++)i[s]=arguments[s];var n=i.reduce(this._pullDefinitions,{});Object.keys(n).forEach(function(l){e.definitions[l]=z(z({},e.definitions[l]||{}),n[l]),f2(l,n[l]);var f=H1[L][l];f&&f2(f,n[l]),B3()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(e,r){var i=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(i).map(function(s){var n=i[s],l=n.prefix,f=n.iconName,t=n.icon,o=t[2];e[l]||(e[l]={}),o.length>0&&o.forEach(function(m){typeof m=="string"&&(e[l][m]=t)}),e[l][f]=t}),e}}]),c}(),a3=[],s1={},n1={},o6=Object.keys(n1);function t6(c,a){var e=a.mixoutsTo;return a3=c,s1={},Object.keys(n1).forEach(function(r){o6.indexOf(r)===-1&&delete n1[r]}),a3.forEach(function(r){var i=r.mixout?r.mixout():{};if(Object.keys(i).forEach(function(n){typeof i[n]=="function"&&(e[n]=i[n]),E1(i[n])==="object"&&Object.keys(i[n]).forEach(function(l){e[n]||(e[n]={}),e[n][l]=i[n][l]})}),r.hooks){var s=r.hooks();Object.keys(s).forEach(function(n){s1[n]||(s1[n]=[]),s1[n].push(s[n])})}r.provides&&r.provides(n1)}),e}function o2(c,a){for(var e=arguments.length,r=new Array(e>2?e-2:0),i=2;i<e;i++)r[i-2]=arguments[i];var s=s1[c]||[];return s.forEach(function(n){a=n.apply(null,[a].concat(r))}),a}function Q(c){for(var a=arguments.length,e=new Array(a>1?a-1:0),r=1;r<a;r++)e[r-1]=arguments[r];var i=s1[c]||[];i.forEach(function(s){s.apply(null,e)})}function U(){var c=arguments[0],a=Array.prototype.slice.call(arguments,1);return n1[c]?n1[c].apply(null,a):void 0}function t2(c){c.prefix==="fa"&&(c.prefix="fas");var a=c.iconName,e=c.prefix||Z();if(a)return a=X(e,a)||a,Q2(F3.definitions,e,a)||Q2(F.styles,e,a)}var F3=new f6,m6=function(){H.autoReplaceSvg=!1,H.observeMutations=!1,Q("noAuto")},v6={i2svg:function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return I?(Q("beforeI2svg",a),U("pseudoElements2svg",a),U("i2svg",a)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=a.autoReplaceSvgRoot;H.autoReplaceSvg===!1&&(H.autoReplaceSvg=!0),H.observeMutations=!0,K4(function(){z6({autoReplaceSvgRoot:e}),Q("watch",a)})}},h6={icon:function(a){if(a===null)return null;if(E1(a)==="object"&&a.prefix&&a.iconName)return{prefix:a.prefix,iconName:X(a.prefix,a.iconName)||a.iconName};if(Array.isArray(a)&&a.length===2){var e=a[1].indexOf("fa-")===0?a[1].slice(3):a[1],r=R1(a[0]);return{prefix:r,iconName:X(r,e)||e}}if(typeof a=="string"&&(a.indexOf("".concat(H.cssPrefix,"-"))>-1||a.match(B4))){var i=_1(a.split(" "),{skipLookups:!0});return{prefix:i.prefix||Z(),iconName:X(i.prefix,i.iconName)||i.iconName}}if(typeof a=="string"){var s=Z();return{prefix:s,iconName:X(s,a)||a}}}},P={noAuto:m6,config:H,dom:v6,parse:h6,library:F3,findIconDefinition:t2,toHtml:d1},z6=function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=a.autoReplaceSvgRoot,r=e===void 0?g:e;(Object.keys(F.styles).length>0||H.autoFetchSvg)&&I&&H.autoReplaceSvg&&P.dom.i2svg({node:r})};function U1(c,a){return Object.defineProperty(c,"abstract",{get:a}),Object.defineProperty(c,"html",{get:function(){return c.abstract.map(function(r){return d1(r)})}}),Object.defineProperty(c,"node",{get:function(){if(I){var r=g.createElement("div");return r.innerHTML=c.html,r.children}}}),c}function p6(c){var a=c.children,e=c.main,r=c.mask,i=c.attributes,s=c.styles,n=c.transform;if(d2(n)&&e.found&&!r.found){var l=e.width,f=e.height,t={x:l/f/2,y:.5};i.style=D1(z(z({},s),{},{"transform-origin":"".concat(t.x+n.x/16,"em ").concat(t.y+n.y/16,"em")}))}return[{tag:"svg",attributes:i,children:a}]}function H6(c){var a=c.prefix,e=c.iconName,r=c.children,i=c.attributes,s=c.symbol,n=s===!0?"".concat(a,"-").concat(H.cssPrefix,"-").concat(e):s;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:z(z({},i),{},{id:n}),children:r}]}]}function b2(c){var a=c.icons,e=a.main,r=a.mask,i=c.prefix,s=c.iconName,n=c.transform,l=c.symbol,f=c.title,t=c.maskId,o=c.titleId,m=c.extra,v=c.watchable,h=v===void 0?!1:v,M=r.found?r:e,u=M.width,V=M.height,d=i==="fak",b=[H.replacementClass,s?"".concat(H.cssPrefix,"-").concat(s):""].filter(function(E){return m.classes.indexOf(E)===-1}).filter(function(E){return E!==""||!!E}).concat(m.classes).join(" "),N={children:[],attributes:z(z({},m.attributes),{},{"data-prefix":i,"data-icon":s,class:b,role:m.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(u," ").concat(V)})},w=d&&!~m.classes.indexOf("fa-fw")?{width:"".concat(u/V*16*.0625,"em")}:{};h&&(N.attributes[K]=""),f&&(N.children.push({tag:"title",attributes:{id:N.attributes["aria-labelledby"]||"title-".concat(o||M1())},children:[f]}),delete N.attributes.title);var S=z(z({},N),{},{prefix:i,iconName:s,main:e,mask:r,maskId:t,transform:n,symbol:l,styles:z(z({},w),m.styles)}),q=r.found&&e.found?U("generateAbstractMask",S)||{children:[],attributes:{}}:U("generateAbstractIcon",S)||{children:[],attributes:{}},B=q.children,G=q.attributes;return S.children=B,S.attributes=G,l?H6(S):p6(S)}function e3(c){var a=c.content,e=c.width,r=c.height,i=c.transform,s=c.title,n=c.extra,l=c.watchable,f=l===void 0?!1:l,t=z(z(z({},n.attributes),s?{title:s}:{}),{},{class:n.classes.join(" ")});f&&(t[K]="");var o=z({},n.styles);d2(i)&&(o.transform=Z4({transform:i,startCentered:!0,width:e,height:r}),o["-webkit-transform"]=o.transform);var m=D1(o);m.length>0&&(t.style=m);var v=[];return v.push({tag:"span",attributes:t,children:[a]}),s&&v.push({tag:"span",attributes:{class:"sr-only"},children:[s]}),v}function u6(c){var a=c.content,e=c.title,r=c.extra,i=z(z(z({},r.attributes),e?{title:e}:{}),{},{class:r.classes.join(" ")}),s=D1(r.styles);s.length>0&&(i.style=s);var n=[];return n.push({tag:"span",attributes:i,children:[a]}),e&&n.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),n}var e2=F.styles;function m2(c){var a=c[0],e=c[1],r=c.slice(4),i=p2(r,1),s=i[0],n=null;return Array.isArray(s)?n={tag:"g",attributes:{class:"".concat(H.cssPrefix,"-").concat(Y.GROUP)},children:[{tag:"path",attributes:{class:"".concat(H.cssPrefix,"-").concat(Y.SECONDARY),fill:"currentColor",d:s[0]}},{tag:"path",attributes:{class:"".concat(H.cssPrefix,"-").concat(Y.PRIMARY),fill:"currentColor",d:s[1]}}]}:n={tag:"path",attributes:{fill:"currentColor",d:s}},{found:!0,width:a,height:e,icon:n}}var M6={found:!1,width:512,height:512};function V6(c,a){!L3&&!H.showMissingIcons&&c&&console.error('Icon with name "'.concat(c,'" and prefix "').concat(a,'" is missing.'))}function v2(c,a){var e=a;return a==="fa"&&H.styleDefault!==null&&(a=Z()),new Promise(function(r,i){var s={found:!1,width:512,height:512,icon:U("missingIconAbstract")||{}};if(e==="fa"){var n=E3(c)||{};c=n.iconName||c,a=n.prefix||a}if(c&&a&&e2[a]&&e2[a][c]){var l=e2[a][c];return r(m2(l))}V6(c,a),r(z(z({},M6),{},{icon:H.showMissingIcons&&c?U("missingIconAbstract")||{}:{}}))})}var r3=function(){},h2=H.measurePerformance&&x1&&x1.mark&&x1.measure?x1:{mark:r3,measure:r3},m1='FA "6.5.2"',C6=function(a){return h2.mark("".concat(m1," ").concat(a," begins")),function(){return q3(a)}},q3=function(a){h2.mark("".concat(m1," ").concat(a," ends")),h2.measure("".concat(m1," ").concat(a),"".concat(m1," ").concat(a," begins"),"".concat(m1," ").concat(a," ends"))},N2={begin:C6,end:q3},T1=function(){};function i3(c){var a=c.getAttribute?c.getAttribute(K):null;return typeof a=="string"}function d6(c){var a=c.getAttribute?c.getAttribute(u2):null,e=c.getAttribute?c.getAttribute(M2):null;return a&&e}function L6(c){return c&&c.classList&&c.classList.contains&&c.classList.contains(H.replacementClass)}function g6(){if(H.autoReplaceSvg===!0)return B1.replace;var c=B1[H.autoReplaceSvg];return c||B1.replace}function x6(c){return g.createElementNS("http://www.w3.org/2000/svg",c)}function b6(c){return g.createElement(c)}function D3(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=a.ceFn,r=e===void 0?c.tag==="svg"?x6:b6:e;if(typeof c=="string")return g.createTextNode(c);var i=r(c.tag);Object.keys(c.attributes||[]).forEach(function(n){i.setAttribute(n,c.attributes[n])});var s=c.children||[];return s.forEach(function(n){i.appendChild(D3(n,{ceFn:r}))}),i}function N6(c){var a=" ".concat(c.outerHTML," ");return a="".concat(a,"Font Awesome fontawesome.com "),a}var B1={replace:function(a){var e=a[0];if(e.parentNode)if(a[1].forEach(function(i){e.parentNode.insertBefore(D3(i),e)}),e.getAttribute(K)===null&&H.keepOriginalSource){var r=g.createComment(N6(e));e.parentNode.replaceChild(r,e)}else e.remove()},nest:function(a){var e=a[0],r=a[1];if(~C2(e).indexOf(H.replacementClass))return B1.replace(a);var i=new RegExp("".concat(H.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){var s=r[0].attributes.class.split(" ").reduce(function(l,f){return f===H.replacementClass||f.match(i)?l.toSvg.push(f):l.toNode.push(f),l},{toNode:[],toSvg:[]});r[0].attributes.class=s.toSvg.join(" "),s.toNode.length===0?e.removeAttribute("class"):e.setAttribute("class",s.toNode.join(" "))}var n=r.map(function(l){return d1(l)}).join(`
|
|
784
|
+
`);e.setAttribute(K,""),e.innerHTML=n}};function s3(c){c()}function R3(c,a){var e=typeof a=="function"?a:T1;if(c.length===0)e();else{var r=s3;H.mutateApproach===y4&&(r=$.requestAnimationFrame||s3),r(function(){var i=g6(),s=N2.begin("mutate");c.map(i),s(),e()})}}var k2=!1;function _3(){k2=!0}function z2(){k2=!1}var q1=null;function n3(c){if(j2&&H.observeMutations){var a=c.treeCallback,e=a===void 0?T1:a,r=c.nodeCallback,i=r===void 0?T1:r,s=c.pseudoElementsCallback,n=s===void 0?T1:s,l=c.observeMutationsRoot,f=l===void 0?g:l;q1=new j2(function(t){if(!k2){var o=Z();f1(t).forEach(function(m){if(m.type==="childList"&&m.addedNodes.length>0&&!i3(m.addedNodes[0])&&(H.searchPseudoElements&&n(m.target),e(m.target)),m.type==="attributes"&&m.target.parentNode&&H.searchPseudoElements&&n(m.target.parentNode),m.type==="attributes"&&i3(m.target)&&~D4.indexOf(m.attributeName))if(m.attributeName==="class"&&d6(m.target)){var v=_1(C2(m.target)),h=v.prefix,M=v.iconName;m.target.setAttribute(u2,h||o),M&&m.target.setAttribute(M2,M)}else L6(m.target)&&i(m.target)})}}),I&&q1.observe(f,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function k6(){q1&&q1.disconnect()}function S6(c){var a=c.getAttribute("style"),e=[];return a&&(e=a.split(";").reduce(function(r,i){var s=i.split(":"),n=s[0],l=s.slice(1);return n&&l.length>0&&(r[n]=l.join(":").trim()),r},{})),e}function A6(c){var a=c.getAttribute("data-prefix"),e=c.getAttribute("data-icon"),r=c.innerText!==void 0?c.innerText.trim():"",i=_1(C2(c));return i.prefix||(i.prefix=Z()),a&&e&&(i.prefix=a,i.iconName=e),i.iconName&&i.prefix||(i.prefix&&r.length>0&&(i.iconName=n6(i.prefix,c.innerText)||g2(i.prefix,l2(c.innerText))),!i.iconName&&H.autoFetchSvg&&c.firstChild&&c.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=c.firstChild.data)),i}function w6(c){var a=f1(c.attributes).reduce(function(i,s){return i.name!=="class"&&i.name!=="style"&&(i[s.name]=s.value),i},{}),e=c.getAttribute("title"),r=c.getAttribute("data-fa-title-id");return H.autoA11y&&(e?a["aria-labelledby"]="".concat(H.replacementClass,"-title-").concat(r||M1()):(a["aria-hidden"]="true",a.focusable="false")),a}function y6(){return{iconName:null,title:null,titleId:null,prefix:null,transform:D,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function l3(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},e=A6(c),r=e.iconName,i=e.prefix,s=e.rest,n=w6(c),l=o2("parseNodeAttributes",{},c),f=a.styleParser?S6(c):[];return z({iconName:r,title:c.getAttribute("title"),titleId:c.getAttribute("data-fa-title-id"),prefix:i,transform:D,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:s,styles:f,attributes:n}},l)}var P6=F.styles;function U3(c){var a=H.autoReplaceSvg==="nest"?l3(c,{styleParser:!1}):l3(c);return~a.extra.classes.indexOf(g3)?U("generateLayersText",c,a):U("generateSvgReplacementMutation",c,a)}var j=new Set;V2.map(function(c){j.add("fa-".concat(c))});Object.keys(z1[L]).map(j.add.bind(j));Object.keys(z1[x]).map(j.add.bind(j));j=V1(j);function f3(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!I)return Promise.resolve();var e=g.documentElement.classList,r=function(m){return e.add("".concat(Y2,"-").concat(m))},i=function(m){return e.remove("".concat(Y2,"-").concat(m))},s=H.autoFetchSvg?j:V2.map(function(o){return"fa-".concat(o)}).concat(Object.keys(P6));s.includes("fa")||s.push("fa");var n=[".".concat(g3,":not([").concat(K,"])")].concat(s.map(function(o){return".".concat(o,":not([").concat(K,"])")})).join(", ");if(n.length===0)return Promise.resolve();var l=[];try{l=f1(c.querySelectorAll(n))}catch{}if(l.length>0)r("pending"),i("complete");else return Promise.resolve();var f=N2.begin("onTree"),t=l.reduce(function(o,m){try{var v=U3(m);v&&o.push(v)}catch(h){L3||h.name==="MissingIcon"&&console.error(h)}return o},[]);return new Promise(function(o,m){Promise.all(t).then(function(v){R3(v,function(){r("active"),r("complete"),i("pending"),typeof a=="function"&&a(),f(),o()})}).catch(function(v){f(),m(v)})})}function T6(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;U3(c).then(function(e){e&&R3([e],a)})}function B6(c){return function(a){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=(a||{}).icon?a:t2(a||{}),i=e.mask;return i&&(i=(i||{}).icon?i:t2(i||{})),c(r,z(z({},e),{},{mask:i}))}}var E6=function(a){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.transform,i=r===void 0?D:r,s=e.symbol,n=s===void 0?!1:s,l=e.mask,f=l===void 0?null:l,t=e.maskId,o=t===void 0?null:t,m=e.title,v=m===void 0?null:m,h=e.titleId,M=h===void 0?null:h,u=e.classes,V=u===void 0?[]:u,d=e.attributes,b=d===void 0?{}:d,N=e.styles,w=N===void 0?{}:N;if(a){var S=a.prefix,q=a.iconName,B=a.icon;return U1(z({type:"icon"},a),function(){return Q("beforeDOMElementCreation",{iconDefinition:a,params:e}),H.autoA11y&&(v?b["aria-labelledby"]="".concat(H.replacementClass,"-title-").concat(M||M1()):(b["aria-hidden"]="true",b.focusable="false")),b2({icons:{main:m2(B),mask:f?m2(f.icon):{found:!1,width:null,height:null,icon:{}}},prefix:S,iconName:q,transform:z(z({},D),i),symbol:n,title:v,maskId:o,titleId:M,extra:{attributes:b,styles:w,classes:V}})})}},F6={mixout:function(){return{icon:B6(E6)}},hooks:function(){return{mutationObserverCallbacks:function(e){return e.treeCallback=f3,e.nodeCallback=T6,e}}},provides:function(a){a.i2svg=function(e){var r=e.node,i=r===void 0?g:r,s=e.callback,n=s===void 0?function(){}:s;return f3(i,n)},a.generateSvgReplacementMutation=function(e,r){var i=r.iconName,s=r.title,n=r.titleId,l=r.prefix,f=r.transform,t=r.symbol,o=r.mask,m=r.maskId,v=r.extra;return new Promise(function(h,M){Promise.all([v2(i,l),o.iconName?v2(o.iconName,o.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(u){var V=p2(u,2),d=V[0],b=V[1];h([e,b2({icons:{main:d,mask:b},prefix:l,iconName:i,transform:f,symbol:t,maskId:m,title:s,titleId:n,extra:v,watchable:!0})])}).catch(M)})},a.generateAbstractIcon=function(e){var r=e.children,i=e.attributes,s=e.main,n=e.transform,l=e.styles,f=D1(l);f.length>0&&(i.style=f);var t;return d2(n)&&(t=U("generateAbstractTransformGrouping",{main:s,transform:n,containerWidth:s.width,iconWidth:s.width})),r.push(t||s.icon),{children:r,attributes:i}}}},q6={mixout:function(){return{layer:function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.classes,s=i===void 0?[]:i;return U1({type:"layer"},function(){Q("beforeDOMElementCreation",{assembler:e,params:r});var n=[];return e(function(l){Array.isArray(l)?l.map(function(f){n=n.concat(f.abstract)}):n=n.concat(l.abstract)}),[{tag:"span",attributes:{class:["".concat(H.cssPrefix,"-layers")].concat(V1(s)).join(" ")},children:n}]})}}}},D6={mixout:function(){return{counter:function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.title,s=i===void 0?null:i,n=r.classes,l=n===void 0?[]:n,f=r.attributes,t=f===void 0?{}:f,o=r.styles,m=o===void 0?{}:o;return U1({type:"counter",content:e},function(){return Q("beforeDOMElementCreation",{content:e,params:r}),u6({content:e.toString(),title:s,extra:{attributes:t,styles:m,classes:["".concat(H.cssPrefix,"-layers-counter")].concat(V1(l))}})})}}}},R6={mixout:function(){return{text:function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.transform,s=i===void 0?D:i,n=r.title,l=n===void 0?null:n,f=r.classes,t=f===void 0?[]:f,o=r.attributes,m=o===void 0?{}:o,v=r.styles,h=v===void 0?{}:v;return U1({type:"text",content:e},function(){return Q("beforeDOMElementCreation",{content:e,params:r}),e3({content:e,transform:z(z({},D),s),title:l,extra:{attributes:m,styles:h,classes:["".concat(H.cssPrefix,"-layers-text")].concat(V1(t))}})})}}},provides:function(a){a.generateLayersText=function(e,r){var i=r.title,s=r.transform,n=r.extra,l=null,f=null;if(V3){var t=parseInt(getComputedStyle(e).fontSize,10),o=e.getBoundingClientRect();l=o.width/t,f=o.height/t}return H.autoA11y&&!i&&(n.attributes["aria-hidden"]="true"),Promise.resolve([e,e3({content:e.innerHTML,width:l,height:f,transform:s,title:i,extra:n,watchable:!0})])}}},_6=new RegExp('"',"ug"),o3=[1105920,1112319];function U6(c){var a=c.replace(_6,""),e=c6(a,0),r=e>=o3[0]&&e<=o3[1],i=a.length===2?a[0]===a[1]:!1;return{value:l2(i?a[0]:a),isSecondary:r||i}}function t3(c,a){var e="".concat(w4).concat(a.replace(":","-"));return new Promise(function(r,i){if(c.getAttribute(e)!==null)return r();var s=f1(c.children),n=s.filter(function(B){return B.getAttribute(n2)===a})[0],l=$.getComputedStyle(c,a),f=l.getPropertyValue("font-family").match(E4),t=l.getPropertyValue("font-weight"),o=l.getPropertyValue("content");if(n&&!f)return c.removeChild(n),r();if(f&&o!=="none"&&o!==""){var m=l.getPropertyValue("content"),v=~["Sharp"].indexOf(f[2])?x:L,h=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(f[2])?p1[v][f[2].toLowerCase()]:F4[v][t],M=U6(m),u=M.value,V=M.isSecondary,d=f[0].startsWith("FontAwesome"),b=g2(h,u),N=b;if(d){var w=l6(u);w.iconName&&w.prefix&&(b=w.iconName,h=w.prefix)}if(b&&!V&&(!n||n.getAttribute(u2)!==h||n.getAttribute(M2)!==N)){c.setAttribute(e,N),n&&c.removeChild(n);var S=y6(),q=S.extra;q.attributes[n2]=a,v2(b,h).then(function(B){var G=b2(z(z({},S),{},{icons:{main:B,mask:x2()},prefix:h,iconName:N,extra:q,watchable:!0})),E=g.createElementNS("http://www.w3.org/2000/svg","svg");a==="::before"?c.insertBefore(E,c.firstChild):c.appendChild(E),E.outerHTML=G.map(function(t1){return d1(t1)}).join(`
|
|
785
|
+
`),c.removeAttribute(e),r()}).catch(i)}else r()}else r()})}function I6(c){return Promise.all([t3(c,"::before"),t3(c,"::after")])}function O6(c){return c.parentNode!==document.head&&!~P4.indexOf(c.tagName.toUpperCase())&&!c.getAttribute(n2)&&(!c.parentNode||c.parentNode.tagName!=="svg")}function m3(c){if(I)return new Promise(function(a,e){var r=f1(c.querySelectorAll("*")).filter(O6).map(I6),i=N2.begin("searchPseudoElements");_3(),Promise.all(r).then(function(){i(),z2(),a()}).catch(function(){i(),z2(),e()})})}var G6={hooks:function(){return{mutationObserverCallbacks:function(e){return e.pseudoElementsCallback=m3,e}}},provides:function(a){a.pseudoElements2svg=function(e){var r=e.node,i=r===void 0?g:r;H.searchPseudoElements&&m3(i)}}},v3=!1,W6={mixout:function(){return{dom:{unwatch:function(){_3(),v3=!0}}}},hooks:function(){return{bootstrap:function(){n3(o2("mutationObserverCallbacks",{}))},noAuto:function(){k6()},watch:function(e){var r=e.observeMutationsRoot;v3?z2():n3(o2("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},h3=function(a){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return a.toLowerCase().split(" ").reduce(function(r,i){var s=i.toLowerCase().split("-"),n=s[0],l=s.slice(1).join("-");if(n&&l==="h")return r.flipX=!0,r;if(n&&l==="v")return r.flipY=!0,r;if(l=parseFloat(l),isNaN(l))return r;switch(n){case"grow":r.size=r.size+l;break;case"shrink":r.size=r.size-l;break;case"left":r.x=r.x-l;break;case"right":r.x=r.x+l;break;case"up":r.y=r.y-l;break;case"down":r.y=r.y+l;break;case"rotate":r.rotate=r.rotate+l;break}return r},e)},$6={mixout:function(){return{parse:{transform:function(e){return h3(e)}}}},hooks:function(){return{parseNodeAttributes:function(e,r){var i=r.getAttribute("data-fa-transform");return i&&(e.transform=h3(i)),e}}},provides:function(a){a.generateAbstractTransformGrouping=function(e){var r=e.main,i=e.transform,s=e.containerWidth,n=e.iconWidth,l={transform:"translate(".concat(s/2," 256)")},f="translate(".concat(i.x*32,", ").concat(i.y*32,") "),t="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),o="rotate(".concat(i.rotate," 0 0)"),m={transform:"".concat(f," ").concat(t," ").concat(o)},v={transform:"translate(".concat(n/2*-1," -256)")},h={outer:l,inner:m,path:v};return{tag:"g",attributes:z({},h.outer),children:[{tag:"g",attributes:z({},h.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:z(z({},r.icon.attributes),h.path)}]}]}}}},r2={x:0,y:0,width:"100%",height:"100%"};function z3(c){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return c.attributes&&(c.attributes.fill||a)&&(c.attributes.fill="black"),c}function Z6(c){return c.tag==="g"?c.children:[c]}var j6={hooks:function(){return{parseNodeAttributes:function(e,r){var i=r.getAttribute("data-fa-mask"),s=i?_1(i.split(" ").map(function(n){return n.trim()})):x2();return s.prefix||(s.prefix=Z()),e.mask=s,e.maskId=r.getAttribute("data-fa-mask-id"),e}}},provides:function(a){a.generateAbstractMask=function(e){var r=e.children,i=e.attributes,s=e.main,n=e.mask,l=e.maskId,f=e.transform,t=s.width,o=s.icon,m=n.width,v=n.icon,h=$4({transform:f,containerWidth:m,iconWidth:t}),M={tag:"rect",attributes:z(z({},r2),{},{fill:"white"})},u=o.children?{children:o.children.map(z3)}:{},V={tag:"g",attributes:z({},h.inner),children:[z3(z({tag:o.tag,attributes:z(z({},o.attributes),h.path)},u))]},d={tag:"g",attributes:z({},h.outer),children:[V]},b="mask-".concat(l||M1()),N="clip-".concat(l||M1()),w={tag:"mask",attributes:z(z({},r2),{},{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[M,d]},S={tag:"defs",children:[{tag:"clipPath",attributes:{id:N},children:Z6(v)},w]};return r.push(S,{tag:"rect",attributes:z({fill:"currentColor","clip-path":"url(#".concat(N,")"),mask:"url(#".concat(b,")")},r2)}),{children:r,attributes:i}}}},Y6={provides:function(a){var e=!1;$.matchMedia&&(e=$.matchMedia("(prefers-reduced-motion: reduce)").matches),a.missingIconAbstract=function(){var r=[],i={fill:"currentColor"},s={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"path",attributes:z(z({},i),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var n=z(z({},s),{},{attributeName:"opacity"}),l={tag:"circle",attributes:z(z({},i),{},{cx:"256",cy:"364",r:"28"}),children:[]};return e||l.children.push({tag:"animate",attributes:z(z({},s),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:z(z({},n),{},{values:"1;0;1;1;0;1;"})}),r.push(l),r.push({tag:"path",attributes:z(z({},i),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:e?[]:[{tag:"animate",attributes:z(z({},n),{},{values:"1;0;0;0;0;1;"})}]}),e||r.push({tag:"path",attributes:z(z({},i),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:z(z({},n),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:r}}}},X6={hooks:function(){return{parseNodeAttributes:function(e,r){var i=r.getAttribute("data-fa-symbol"),s=i===null?!1:i===""?!0:i;return e.symbol=s,e}}}},K6=[Y4,F6,q6,D6,R6,G6,W6,$6,j6,Y6,X6];t6(K6,{mixoutsTo:P});var U0=P.noAuto,I0=P.config,O0=P.library,G0=P.dom,W0=P.parse,$0=P.findIconDefinition,Z0=P.toHtml,C=P.icon,j0=P.layer,Y0=P.text,X0=P.counter;var I3={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]};var I1={prefix:"fas",iconName:"envelope",icon:[512,512,[128386,9993,61443],"f0e0","M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"]};var O3={prefix:"fas",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"]};var G3={prefix:"fas",iconName:"sun",icon:[512,512,[9728],"f185","M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"]};var W3={prefix:"fas",iconName:"moon",icon:[384,512,[127769,9214],"f186","M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"]};var $3={prefix:"fas",iconName:"desktop",icon:[576,512,[128421,61704,"desktop-alt"],"f390","M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z"]};var J={prefix:"fas",iconName:"share",icon:[512,512,["mail-forward"],"f064","M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"]};var S2=class extends A{#c={brand:{src:"https://customerjourney.ninja/assets/images/cj-js.png"},theme:{text:{es:"Tema",en:"Theme",fr:"Th\xE8me"}},themeValues:{light:{text:{es:"Claro",en:"Light",fr:"Clair"}},dark:{text:{es:"Oscuro",en:"Dark",fr:"Sombre"}},system:{text:{es:"Sistema",en:"System",fr:"Syst\xE8me"}}}};#a=C(G3,{classes:["fa-1x","has-text-warning"]}).html[0];#e=C(W3,{classes:["fa-1x","has-text-grey-light"]}).html[0];#r=C($3,{classes:["fa-1x","has-text-info"]}).html[0];constructor(a={}){super(),this.state=this.initState(this.#c,a),this.getAttribute("id")||this.setAttribute("id",this.state.id||`header-${Math.floor(Math.random()*100)}`),this.setAttribute("i18n",this.state.context?.lang),this.setAttribute("theme",this.state.context?.theme)}handleEvent(a){if(a.type==="click"){let e="";switch(a.currentTarget.id){case"themes":document.getElementById(a.currentTarget.id).parentNode.classList.toggle("is-active");break;case"light-theme":document.getElementById("themes").parentNode.classList.toggle("is-active"),document.documentElement.setAttribute("data-theme","light"),e="light";break;case"dark-theme":document.getElementById("themes").parentNode.classList.toggle("is-active"),document.documentElement.setAttribute("data-theme","dark"),document.documentElement.classList.add("cc--darkmode"),e="dark";break;case"system-theme":document.getElementById("themes").parentNode.classList.toggle("is-active"),document.documentElement.removeAttribute("data-theme"),e="system";break;default:let i=new CustomEvent("user:select-lang",{detail:a.target.id.slice(4),bubbles:!0,composed:!0});this.dispatchEvent(i);break}if(e!==""){let r=new CustomEvent("user:select-theme",{detail:e,bubbles:!0,composed:!0});this.dispatchEvent(r)}}}#i(){let a="";return Object.entries(this.state.i18n.lang).forEach(([e,r])=>{let i=["button"];e===this.state.context.lang&&i.push("is-focused"),a+=`<button id="btn-${e}" ${this.getClasses(i,this.state.i18n?.classList)}">${r}</button>`}),a}addEvents(){document.querySelector("#themes").addEventListener("click",this),document.querySelector("#light-theme").addEventListener("click",this),document.querySelector("#dark-theme").addEventListener("click",this),document.querySelector("#system-theme").addEventListener("click",this),this.state.i18n?.lang!=null&&Object.entries(this.state.i18n.lang).forEach(([s,n])=>{this.querySelector(`#btn-${s}`).addEventListener("click",this)})}#s(){switch(this.state.context.theme){case"light":return this.#a;case"dark":return this.#e;default:return this.#r}}render(){this.innerHTML=`
|
|
786
|
+
<header>
|
|
787
|
+
<nav ${this.getClasses(["navbar"],this.state.classList)} role="navigation" aria-label="main navigation">
|
|
788
|
+
<div class="navbar-brand">
|
|
789
|
+
<img class="navbar-item" src="${this.state.context?.theme==="light"?this.state.brand?.src:this.state.brand?.srcDark===void 0?this.state.brand?.src:this.state.brand?.srcDark}" width="180" height="28">
|
|
790
|
+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
791
|
+
<span aria-hidden="true"></span>
|
|
792
|
+
<span aria-hidden="true"></span>
|
|
793
|
+
<span aria-hidden="true"></span>
|
|
794
|
+
</a>
|
|
795
|
+
</div>
|
|
796
|
+
<div class="navbar-menu">
|
|
797
|
+
<div class="navbar-start">
|
|
798
|
+
<div class="navbar-item has-dropdown">
|
|
799
|
+
<a id="themes" class="navbar-link is-arrowless">
|
|
800
|
+
${this.state.theme?.text[this.state.context.lang]} ${this.#s()}
|
|
801
|
+
</a>
|
|
802
|
+
<div class="navbar-dropdown">
|
|
803
|
+
<a id="light-theme" class="navbar-item">
|
|
804
|
+
${this.#a} ${this.state.themeValues.light.text[this.state.context.lang]}
|
|
805
|
+
</a>
|
|
806
|
+
<a id="dark-theme" class="navbar-item">
|
|
807
|
+
${this.#e} ${this.state.themeValues.dark.text[this.state.context.lang]}
|
|
808
|
+
</a>
|
|
809
|
+
<a id="system-theme" class="navbar-item">
|
|
810
|
+
${this.#r} ${this.state.themeValues.system.text[this.state.context.lang]}
|
|
811
|
+
</a>
|
|
812
|
+
</div>
|
|
813
|
+
</div>
|
|
814
|
+
</div>
|
|
815
|
+
${this.state.i18n===void 0?"":`
|
|
816
|
+
<div class="navbar-end">
|
|
817
|
+
<div class="navbar-item">
|
|
818
|
+
<div class="buttons are-small">
|
|
819
|
+
${this.#i()}
|
|
820
|
+
</div>
|
|
821
|
+
</div>
|
|
822
|
+
</div>
|
|
823
|
+
`}
|
|
824
|
+
</div>
|
|
825
|
+
</nav>
|
|
826
|
+
</header>
|
|
827
|
+
`,this.addEvents();let a=this.querySelector(".navbar-burger"),e=this.querySelector(".navbar-menu");a.addEventListener("click",()=>{a.classList.toggle("is-active"),e.classList.toggle("is-active")})}};customElements.define("page-header",S2);var Z3={prefix:"fab",iconName:"vk",icon:[448,512,[],"f189","M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z"]};var j3={prefix:"fab",iconName:"square-instagram",icon:[448,512,["instagram-square"],"e055","M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"]};var Y3={prefix:"fab",iconName:"discord",icon:[640,512,[],"f392","M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"]};var X3={prefix:"fab",iconName:"square-github",icon:[448,512,["github-square"],"f092","M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z"]};var K3={prefix:"fab",iconName:"square-threads",icon:[448,512,[],"e619","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z"]};var Q3={prefix:"fab",iconName:"square-gitlab",icon:[448,512,["gitlab-square"],"e5ae","M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z"]};var J3={prefix:"fab",iconName:"tiktok",icon:[448,512,[],"e07b","M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"]},O1={prefix:"fab",iconName:"square-facebook",icon:[448,512,["facebook-square"],"f082","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]};var G1={prefix:"fab",iconName:"linkedin",icon:[448,512,[],"f08c","M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"]};var c4={prefix:"fab",iconName:"twitch",icon:[512,512,[],"f1e8","M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"]};var a4={prefix:"fab",iconName:"youtube",icon:[576,512,[61802],"f167","M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"]};var e4={prefix:"fab",iconName:"telegram",icon:[496,512,[62462,"telegram-plane"],"f2c6","M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"]};var W1={prefix:"fab",iconName:"square-whatsapp",icon:[448,512,["whatsapp-square"],"f40c","M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z"]};var $1={prefix:"fab",iconName:"square-x-twitter",icon:[448,512,[],"e61a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"]};var A2=class extends A{#c={context:{lang:"en"},share:{en:"Share on",es:"Compartir en",fr:"Partager sur"}};constructor(a={}){super(),this.eventName="user:click-modal-box",this.state=this.initState(this.#c,a),this.getAttribute("id")||this.setAttribute("id",this.state.id||`component-${Math.floor(Math.random()*100)}`)}static get observedAttributes(){return["active"]}attributeChangedCallback(a,e,r){a=="active"&&r==="1"&&(this.target=this.getAttribute("target"),this.title=I2(document.querySelector(`#${this.getAttribute("source")}`).textContent),this.render(),this.querySelector(".modal").classList.add("is-active"))}handleEvent(a){a.type==="click"&&a.target.ariaLabel==="close"&&(this.querySelector(".modal").classList.remove("is-active"),this.removeAttribute("active"))}#a(){return`
|
|
828
|
+
<div class="modal-card">
|
|
829
|
+
<header class="modal-card-head">
|
|
830
|
+
<p class="modal-card-title">${this.state.title?.text[this.state.context.lang]}</p>
|
|
831
|
+
<button class="delete" aria-label="close"></button>
|
|
832
|
+
</header>
|
|
833
|
+
<section class="modal-card-body">
|
|
834
|
+
<aside class="menu">
|
|
835
|
+
<ul class="menu-list is-size-5">
|
|
836
|
+
<li ><a href="https://www.linkedin.com/shareArticle?mini=true&url=${this.target}&title=${this.title}">${C(G1).html[0]} ${this.state.share[this.state.context.lang]} Linkedin <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
837
|
+
<li><a href="https://x.com/intent/tweet?text=${this.title}&url=${this.target}">${C($1).html[0]} ${this.state.share[this.state.context.lang]} X <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
838
|
+
<li><a href="https://www.facebook.com/sharer/sharer.php?u=${this.target}">${C(O1).html[0]} ${this.state.share[this.state.context.lang]} Facebook <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
839
|
+
<li><a href="https://api.whatsapp.com/send?text=${this.title}%20${this.target}">${C(W1).html[0]} ${this.state.share[this.state.context.lang]} Whatsapp <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
840
|
+
<li><a href="https://t.me/share/url?url=${this.target}&text=${this.title}">${C(e4).html[0]} ${this.state.share[this.state.context.lang]} Telegram <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
841
|
+
<li><a href="mailto:?subject=${this.title}&body=${this.target}">${C(I1).html[0]} ${this.state.share[this.state.context.lang]} eMail <span class="is-pulled-right">${C(J).html[0]}</span></a></li>
|
|
842
|
+
</ul>
|
|
843
|
+
</aside>
|
|
844
|
+
</section>
|
|
845
|
+
</div>
|
|
846
|
+
`}render(){this.innerHTML=`
|
|
847
|
+
<div class="modal">
|
|
848
|
+
<div class="modal-background"></div>
|
|
849
|
+
${this.#a()}
|
|
850
|
+
</div>
|
|
851
|
+
`,this.addEvents()}};customElements.define("share-link",A2);var w2=class extends A{#c={cardsWidth:4,buttons:[]};constructor(a={}){super(),this.eventName="user:click-linkin-bio",this.state=this.initState(this.#c,a),this.getAttribute("id")||this.setAttribute("id",this.state.id||`component-${Math.floor(Math.random()*100)}`)}#a=C(I3,{classes:["fa-1x","has-text-link"]}).html[0];handleEvent(a){if(this.state?.eventName!=null&&(this.eventName=this.state.eventName),a.type==="click"){if(a.target.tagName==="path"||a.target.tagName==="svg"||a.target.tagName==="P"&&a.target.classList.contains("option")){let e=new CustomEvent(this.eventName,{detail:{link:a.target.closest("p").dataset.share,type:"share",source:a.target.closest("p").dataset.source},bubbles:!0,composed:!0});this.dispatchEvent(e)}else if(a.target.tagName==="IMG"||a.target.tagName==="P"&&a.target.classList.contains("action")){let e=new CustomEvent(this.eventName,{detail:{source:a.target.closest("BUTTON").dataset.source,type:"action"},bubbles:!0,composed:!0});this.dispatchEvent(e)}else if(a.target.classList.contains("lang")){let e=new CustomEvent(this.eventName,{detail:{source:a.target.id.slice(4),type:"lang"},bubbles:!0,composed:!0});this.dispatchEvent(e)}}}addEvents(){let a=this.querySelectorAll("button");a.length>0&&a.forEach(r=>{r.addEventListener("click",this)});let e=this.querySelectorAll(".option");e.length>0&&e.forEach(r=>{r.addEventListener("click",this)}),this.state.i18n?.lang!=null&&Object.entries(this.state.i18n.lang).forEach(([r,i])=>{this.querySelector(`#btn-${r}`).addEventListener("click",this)})}#e(){let a={classes:["fa-2x",this.state.socialBar?.iconsColor!=null?this.state.socialBar.iconsColor:"has-text-white"]},e="";return this.state.socialBar?.networks.length>0&&this.state.socialBar?.networks.forEach(r=>{r.includes("x.com")?e+=`<a class="p-1" href="${r}">${C($1,a).html[0]}</a>`:r.includes("threads")?e+=`<a class="p-1" href="${r}">${C(K3,a).html[0]}</a>`:r.includes("instagram")?e+=`<a class="p-1" href="${r}">${C(j3,a).html[0]}</a>`:r.includes("facebook")?e+=`<a class="p-1" href="${r}">${C(O1,a).html[0]}</a>`:r.includes("youtube")?e+=`<a class="p-1" href="${r}">${C(a4,a).html[0]}</a>`:r.includes("linkedin")?e+=`<a class="p-1" href="${r}">${C(G1,a).html[0]}</a>`:r.includes("vk")?e+=`<a class="p-1" href="${r}">${C(Z3,a).html[0]}</a>`:r.includes("discord")?e+=`<a class="p-1" href="${r}">${C(Y3,a).html[0]}</a>`:r.includes("twitch")?e+=`<a class="p-1" href="${r}">${C(c4,a).html[0]}</a>`:r.includes("tiktok")?e+=`<a class="p-1" href="${r}">${C(J3,a).html[0]}</a>`:r.includes("whatsapp")?e+=`<a class="p-1" href="${r}">${C(W1,a).html[0]}</a>`:r.includes("github")?e+=`<a class="p-1" href="${r}">${C(X3,a).html[0]}</a>`:r.includes("gitlab")?e+=`<a class="p-1" href="${r}">${C(Q3,a).html[0]}</a>`:r.includes("mailto:")&&(e+=`<a class="p-1" href="${r}">${C(I1,a).html[0]}</a>`)}),`
|
|
852
|
+
<div class="card" style="box-shadow: none; background-color:transparent;">
|
|
853
|
+
<div class="card-content p-1">
|
|
854
|
+
<div class="media">
|
|
855
|
+
<div class="media-content pt-3" style="height:48px">
|
|
856
|
+
${e}
|
|
857
|
+
</div>
|
|
858
|
+
</div>
|
|
859
|
+
</div>
|
|
860
|
+
</div>
|
|
861
|
+
`}#r(){let a="";return this.state.i18n?.lang!=null&&Object.entries(this.state.i18n.lang).forEach(([e,r])=>{let i=["button","lang"];e===this.state.context.lang?(this.state.i18n?.selectedClassList!=null?a+=`<button id="btn-${e}" ${this.getClasses(i,this.state.i18n?.selectedClassList)}>${r}</button>`:(i.push("is-focused"),a+=`<button id="btn-${e}" ${this.getClasses(i,this.state.i18n?.classList)}>${r}</button>`),i.push("is-focused")):a+=`<button id="btn-${e}" ${this.getClasses(i,this.state.i18n?.classList)}>${r}</button>`}),a}#i(){return`
|
|
862
|
+
<div class="buttons buttons are-small is-centered">
|
|
863
|
+
${this.#r()}
|
|
864
|
+
</div>
|
|
865
|
+
`}#s(){let a="";return this.state.links?.cards.length>0?this.state.links.cards.forEach(e=>{let r=`
|
|
866
|
+
<div ${typeof e.id>"u"?"":`id="${e.id}" style="cursor: pointer;" `} ${this.getClasses(["card","mt-5"],this.state.links.classList)} ${this.setAnimation(this.state.links.animation)}>
|
|
867
|
+
<div class="card-content p-2">
|
|
868
|
+
<div class="media">
|
|
869
|
+
${e.imgSrc!=null?`
|
|
870
|
+
<figure class="media-left">
|
|
871
|
+
${e.href===void 0?`<button style="width:100%" data-source="${e.id}">`:`<a href="${e.href}">`}
|
|
872
|
+
<p class="image is-48x48 action">
|
|
873
|
+
<img class="action" src="${e.imgSrc}" />
|
|
874
|
+
</p>${e.href===void 0?"</button>":"</a>"}
|
|
875
|
+
`:""}
|
|
876
|
+
</figure>
|
|
877
|
+
<div class="media-content pt-3" style="min-height:48px">
|
|
878
|
+
${e.href===void 0?`<button style="width:100%" data-source="${e.id}">`:`<a href="${e.href}" style="color: inherit; text-decoration: none;">`}
|
|
879
|
+
<p id="content-${e.id}" class="is-6 action">${e.text[this.state.context.lang]}</p>
|
|
880
|
+
${e.href===void 0?"</button>":"</a>"}
|
|
881
|
+
</div>
|
|
882
|
+
<figure class="media-right pt-1">
|
|
883
|
+
<p class="icon is-48x48 pt-3 option" data-source="content-${e.id}" data-share="${e.href===void 0?"/":e.href}">
|
|
884
|
+
${C(O3).html[0]}
|
|
885
|
+
</p>
|
|
886
|
+
</figure>
|
|
887
|
+
</div>
|
|
888
|
+
</div>
|
|
889
|
+
</div>
|
|
890
|
+
`;a+=r,typeof e.id<"u"&&this.state.buttons.push(e.id)}):console.error("No links to render"),a}render(){console.log("state",this.state),this.innerHTML=`
|
|
891
|
+
<div class="columns is-centered">
|
|
892
|
+
<div class="column is-5 has-text-centered px-5" >
|
|
893
|
+
<figure class="image is-96x96 is-inline-block mt-6 " ${this.setAnimation(this.state.avatar?.animation)}>
|
|
894
|
+
<img ${this.getClasses([],this.state.avatar?.classList)} src="${this.state.avatar?.src}">
|
|
895
|
+
</figure>
|
|
896
|
+
<div class="card" style="box-shadow: none; background-color:transparent;">
|
|
897
|
+
<div class="card-content p-1">
|
|
898
|
+
<div class="media">
|
|
899
|
+
<div class="media-content pt-3" style="min-height:44px">
|
|
900
|
+
<p ${this.getClasses(["title","is-5","mb-0"],this.state.title?.classList)} ${this.setAnimation(this.state.title?.animation)}>${this.state.title?.text[this.state.context.lang]}${this.state.verified===!0?`${this.#a}`:""}</p>
|
|
901
|
+
<p ${this.getClasses([],this.state.subtitle?.classList)} ${this.setAnimation(this.state.subtitle?.animation)} >${this.state.subtitle?.text[this.state.context.lang]}</p>
|
|
902
|
+
</div>
|
|
903
|
+
</div>
|
|
904
|
+
</div>
|
|
905
|
+
</div>
|
|
906
|
+
${this.state.i18n?.up===!0?this.#i():""}
|
|
907
|
+
${this.state.socialBar?.up===!0?this.#e():""}
|
|
908
|
+
${this.#s()}
|
|
909
|
+
${this.state.socialBar?.up!=!0?this.#e():""}
|
|
910
|
+
${this.state.i18n?.up!=!0?this.#i():""}
|
|
911
|
+
${this.state.footer?.src===void 0?"":`
|
|
912
|
+
<div class="card mt-1" style="box-shadow: none; background-color:transparent;">
|
|
913
|
+
<div class="card-content">
|
|
914
|
+
<div class="media">
|
|
915
|
+
<div class="media-content has-text-centered " >
|
|
916
|
+
<figure class="image is-inline-block" style="width:100px">
|
|
917
|
+
<span ${this.getClasses([],this.state.footer?.message?.classList)}>${this.state.footer?.message?.text[this.state.context.lang]}</span>
|
|
918
|
+
${this.state.footer?.url===void 0?"":`<a href="${this.state.footer.url}">`}<img src="${this.state.footer.src}" alt="${this.state.footer?.alt[this.state.context.lang]}">${this.state.footer?.url===void 0?"":"</a>"}
|
|
919
|
+
</figure>
|
|
920
|
+
</div>
|
|
921
|
+
</div>
|
|
922
|
+
</div>
|
|
923
|
+
</div>`}
|
|
924
|
+
</div>
|
|
925
|
+
</div>
|
|
926
|
+
`,this.addEvents()}};customElements.define("linkin-bio",w2);var Z1;function m4(c){return Z1=Z1||document.createElement("textarea"),Z1.innerHTML="&"+c+";",Z1.value}var Q6=Object.prototype.hasOwnProperty;function J6(c,a){return c?Q6.call(c,a):!1}function v4(c){var a=[].slice.call(arguments,1);return a.forEach(function(e){if(e){if(typeof e!="object")throw new TypeError(e+"must be object");Object.keys(e).forEach(function(r){c[r]=e[r]})}}),c}var c8=/\\([\\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function L1(c){return c.indexOf("\\")<0?c:c.replace(c8,"$1")}function h4(c){return!(c>=55296&&c<=57343||c>=64976&&c<=65007||(c&65535)===65535||(c&65535)===65534||c>=0&&c<=8||c===11||c>=14&&c<=31||c>=127&&c<=159||c>1114111)}function F2(c){if(c>65535){c-=65536;var a=55296+(c>>10),e=56320+(c&1023);return String.fromCharCode(a,e)}return String.fromCharCode(c)}var a8=/&([a-z#][a-z0-9]{1,31});/gi,e8=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i;function r8(c,a){var e=0,r=m4(a);return a!==r?r:a.charCodeAt(0)===35&&e8.test(a)&&(e=a[1].toLowerCase()==="x"?parseInt(a.slice(2),16):parseInt(a.slice(1),10),h4(e))?F2(e):c}function c1(c){return c.indexOf("&")<0?c:c.replace(a8,r8)}var i8=/[&<>"]/,s8=/[&<>"]/g,n8={"&":"&","<":"<",">":">",'"':"""};function l8(c){return n8[c]}function y(c){return i8.test(c)?c.replace(s8,l8):c}var p={};p.blockquote_open=function(){return`<blockquote>
|
|
927
|
+
`};p.blockquote_close=function(c,a){return"</blockquote>"+a1(c,a)};p.code=function(c,a){return c[a].block?"<pre><code>"+y(c[a].content)+"</code></pre>"+a1(c,a):"<code>"+y(c[a].content)+"</code>"};p.fence=function(c,a,e,r,i){var s=c[a],n="",l=e.langPrefix,f="",t,o,m;if(s.params){if(t=s.params.split(/\s+/g),o=t.join(" "),J6(i.rules.fence_custom,t[0]))return i.rules.fence_custom[t[0]](c,a,e,r,i);f=y(c1(L1(o))),n=' class="'+l+f+'"'}return e.highlight?m=e.highlight.apply(e.highlight,[s.content].concat(t))||y(s.content):m=y(s.content),"<pre><code"+n+">"+m+"</code></pre>"+a1(c,a)};p.fence_custom={};p.heading_open=function(c,a){return"<h"+c[a].hLevel+">"};p.heading_close=function(c,a){return"</h"+c[a].hLevel+`>
|
|
928
|
+
`};p.hr=function(c,a,e){return(e.xhtmlOut?"<hr />":"<hr>")+a1(c,a)};p.bullet_list_open=function(){return`<ul>
|
|
929
|
+
`};p.bullet_list_close=function(c,a){return"</ul>"+a1(c,a)};p.list_item_open=function(){return"<li>"};p.list_item_close=function(){return`</li>
|
|
930
|
+
`};p.ordered_list_open=function(c,a){var e=c[a],r=e.order>1?' start="'+e.order+'"':"";return"<ol"+r+`>
|
|
931
|
+
`};p.ordered_list_close=function(c,a){return"</ol>"+a1(c,a)};p.paragraph_open=function(c,a){return c[a].tight?"":"<p>"};p.paragraph_close=function(c,a){var e=!(c[a].tight&&a&&c[a-1].type==="inline"&&!c[a-1].content);return(c[a].tight?"":"</p>")+(e?a1(c,a):"")};p.link_open=function(c,a,e){var r=c[a].title?' title="'+y(c1(c[a].title))+'"':"",i=e.linkTarget?' target="'+e.linkTarget+'"':"";return'<a href="'+y(c[a].href)+'"'+r+i+">"};p.link_close=function(){return"</a>"};p.image=function(c,a,e){var r=' src="'+y(c[a].src)+'"',i=c[a].title?' title="'+y(c1(c[a].title))+'"':"",s=' alt="'+(c[a].alt?y(c1(L1(c[a].alt))):"")+'"',n=e.xhtmlOut?" /":"";return"<img"+r+s+i+n+">"};p.table_open=function(){return`<table>
|
|
932
|
+
`};p.table_close=function(){return`</table>
|
|
933
|
+
`};p.thead_open=function(){return`<thead>
|
|
934
|
+
`};p.thead_close=function(){return`</thead>
|
|
935
|
+
`};p.tbody_open=function(){return`<tbody>
|
|
936
|
+
`};p.tbody_close=function(){return`</tbody>
|
|
937
|
+
`};p.tr_open=function(){return"<tr>"};p.tr_close=function(){return`</tr>
|
|
938
|
+
`};p.th_open=function(c,a){var e=c[a];return"<th"+(e.align?' style="text-align:'+e.align+'"':"")+">"};p.th_close=function(){return"</th>"};p.td_open=function(c,a){var e=c[a];return"<td"+(e.align?' style="text-align:'+e.align+'"':"")+">"};p.td_close=function(){return"</td>"};p.strong_open=function(){return"<strong>"};p.strong_close=function(){return"</strong>"};p.em_open=function(){return"<em>"};p.em_close=function(){return"</em>"};p.del_open=function(){return"<del>"};p.del_close=function(){return"</del>"};p.ins_open=function(){return"<ins>"};p.ins_close=function(){return"</ins>"};p.mark_open=function(){return"<mark>"};p.mark_close=function(){return"</mark>"};p.sub=function(c,a){return"<sub>"+y(c[a].content)+"</sub>"};p.sup=function(c,a){return"<sup>"+y(c[a].content)+"</sup>"};p.hardbreak=function(c,a,e){return e.xhtmlOut?`<br />
|
|
939
|
+
`:`<br>
|
|
940
|
+
`};p.softbreak=function(c,a,e){return e.breaks?e.xhtmlOut?`<br />
|
|
941
|
+
`:`<br>
|
|
942
|
+
`:`
|
|
943
|
+
`};p.text=function(c,a){return y(c[a].content)};p.htmlblock=function(c,a){return c[a].content};p.htmltag=function(c,a){return c[a].content};p.abbr_open=function(c,a){return'<abbr title="'+y(c1(c[a].title))+'">'};p.abbr_close=function(){return"</abbr>"};p.footnote_ref=function(c,a){var e=Number(c[a].id+1).toString(),r="fnref"+e;return c[a].subId>0&&(r+=":"+c[a].subId),'<sup class="footnote-ref"><a href="#fn'+e+'" id="'+r+'">['+e+"]</a></sup>"};p.footnote_block_open=function(c,a,e){var r=e.xhtmlOut?`<hr class="footnotes-sep" />
|
|
944
|
+
`:`<hr class="footnotes-sep">
|
|
945
|
+
`;return r+`<section class="footnotes">
|
|
946
|
+
<ol class="footnotes-list">
|
|
947
|
+
`};p.footnote_block_close=function(){return`</ol>
|
|
948
|
+
</section>
|
|
949
|
+
`};p.footnote_open=function(c,a){var e=Number(c[a].id+1).toString();return'<li id="fn'+e+'" class="footnote-item">'};p.footnote_close=function(){return`</li>
|
|
950
|
+
`};p.footnote_anchor=function(c,a){var e=Number(c[a].id+1).toString(),r="fnref"+e;return c[a].subId>0&&(r+=":"+c[a].subId),' <a href="#'+r+'" class="footnote-backref">\u21A9</a>'};p.dl_open=function(){return`<dl>
|
|
951
|
+
`};p.dt_open=function(){return"<dt>"};p.dd_open=function(){return"<dd>"};p.dl_close=function(){return`</dl>
|
|
952
|
+
`};p.dt_close=function(){return`</dt>
|
|
953
|
+
`};p.dd_close=function(){return`</dd>
|
|
954
|
+
`};function z4(c,a){return++a>=c.length-2?a:c[a].type==="paragraph_open"&&c[a].tight&&c[a+1].type==="inline"&&c[a+1].content.length===0&&c[a+2].type==="paragraph_close"&&c[a+2].tight?z4(c,a+2):a}var a1=p.getBreak=function(a,e){return e=z4(a,e),e<a.length&&a[e].type==="list_item_close"?"":`
|
|
955
|
+
`};function D2(){this.rules=v4({},p),this.getBreak=p.getBreak}D2.prototype.renderInline=function(c,a,e){for(var r=this.rules,i=c.length,s=0,n="";i--;)n+=r[c[s].type](c,s++,a,e,this);return n};D2.prototype.render=function(c,a,e){for(var r=this.rules,i=c.length,s=-1,n="";++s<i;)c[s].type==="inline"?n+=this.renderInline(c[s].children,a,e):n+=r[c[s].type](c,s,a,e,this);return n};function T(){this.__rules__=[],this.__cache__=null}T.prototype.__find__=function(c){for(var a=this.__rules__.length,e=-1;a--;)if(this.__rules__[++e].name===c)return e;return-1};T.prototype.__compile__=function(){var c=this,a=[""];c.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(r){a.indexOf(r)<0&&a.push(r)})}),c.__cache__={},a.forEach(function(e){c.__cache__[e]=[],c.__rules__.forEach(function(r){r.enabled&&(e&&r.alt.indexOf(e)<0||c.__cache__[e].push(r.fn))})})};T.prototype.at=function(c,a,e){var r=this.__find__(c),i=e||{};if(r===-1)throw new Error("Parser rule not found: "+c);this.__rules__[r].fn=a,this.__rules__[r].alt=i.alt||[],this.__cache__=null};T.prototype.before=function(c,a,e,r){var i=this.__find__(c),s=r||{};if(i===-1)throw new Error("Parser rule not found: "+c);this.__rules__.splice(i,0,{name:a,enabled:!0,fn:e,alt:s.alt||[]}),this.__cache__=null};T.prototype.after=function(c,a,e,r){var i=this.__find__(c),s=r||{};if(i===-1)throw new Error("Parser rule not found: "+c);this.__rules__.splice(i+1,0,{name:a,enabled:!0,fn:e,alt:s.alt||[]}),this.__cache__=null};T.prototype.push=function(c,a,e){var r=e||{};this.__rules__.push({name:c,enabled:!0,fn:a,alt:r.alt||[]}),this.__cache__=null};T.prototype.enable=function(c,a){c=Array.isArray(c)?c:[c],a&&this.__rules__.forEach(function(e){e.enabled=!1}),c.forEach(function(e){var r=this.__find__(e);if(r<0)throw new Error("Rules manager: invalid rule name "+e);this.__rules__[r].enabled=!0},this),this.__cache__=null};T.prototype.disable=function(c){c=Array.isArray(c)?c:[c],c.forEach(function(a){var e=this.__find__(a);if(e<0)throw new Error("Rules manager: invalid rule name "+a);this.__rules__[e].enabled=!1},this),this.__cache__=null};T.prototype.getRules=function(c){return this.__cache__===null&&this.__compile__(),this.__cache__[c]||[]};function f8(c){c.inlineMode?c.tokens.push({type:"inline",content:c.src.replace(/\n/g," ").trim(),level:0,lines:[0,1],children:[]}):c.block.parse(c.src,c.options,c.env,c.tokens)}function e1(c,a,e,r,i){this.src=c,this.env=r,this.options=e,this.parser=a,this.tokens=i,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent="",this.labelUnmatchedScopes=0}e1.prototype.pushPending=function(){this.tokens.push({type:"text",content:this.pending,level:this.pendingLevel}),this.pending=""};e1.prototype.push=function(c){this.pending&&this.pushPending(),this.tokens.push(c),this.pendingLevel=this.level};e1.prototype.cacheSet=function(c,a){for(var e=this.cache.length;e<=c;e++)this.cache.push(0);this.cache[c]=a};e1.prototype.cacheGet=function(c){return c<this.cache.length?this.cache[c]:0};function g1(c,a){var e,r,i,s=-1,n=c.posMax,l=c.pos,f=c.isInLabel;if(c.isInLabel)return-1;if(c.labelUnmatchedScopes)return c.labelUnmatchedScopes--,-1;for(c.pos=a+1,c.isInLabel=!0,e=1;c.pos<n;){if(i=c.src.charCodeAt(c.pos),i===91)e++;else if(i===93&&(e--,e===0)){r=!0;break}c.parser.skipToken(c)}return r?(s=c.pos,c.labelUnmatchedScopes=0):c.labelUnmatchedScopes=e-1,c.pos=l,c.isInLabel=f,s}function o8(c,a,e,r){var i,s,n,l,f,t;if(c.charCodeAt(0)!==42||c.charCodeAt(1)!==91||c.indexOf("]:")===-1||(i=new e1(c,a,e,r,[]),s=g1(i,1),s<0||c.charCodeAt(s+1)!==58))return-1;for(l=i.posMax,n=s+2;n<l&&i.src.charCodeAt(n)!==10;n++);return f=c.slice(2,s),t=c.slice(s+2,n).trim(),t.length===0?-1:(r.abbreviations||(r.abbreviations={}),typeof r.abbreviations[":"+f]>"u"&&(r.abbreviations[":"+f]=t),n)}function t8(c){var a=c.tokens,e,r,i,s;if(!c.inlineMode){for(e=1,r=a.length-1;e<r;e++)if(a[e-1].type==="paragraph_open"&&a[e].type==="inline"&&a[e+1].type==="paragraph_close"){for(i=a[e].content;i.length&&(s=o8(i,c.inline,c.options,c.env),!(s<0));)i=i.slice(s).trim();a[e].content=i,i.length||(a[e-1].tight=!0,a[e+1].tight=!0)}}}function q2(c){var a=c1(c);try{a=decodeURI(a)}catch{}return encodeURI(a)}function p4(c,a){var e,r,i,s=a,n=c.posMax;if(c.src.charCodeAt(a)===60){for(a++;a<n;){if(e=c.src.charCodeAt(a),e===10)return!1;if(e===62)return i=q2(L1(c.src.slice(s+1,a))),c.parser.validateLink(i)?(c.pos=a+1,c.linkContent=i,!0):!1;if(e===92&&a+1<n){a+=2;continue}a++}return!1}for(r=0;a<n&&(e=c.src.charCodeAt(a),!(e===32||e<32||e===127));){if(e===92&&a+1<n){a+=2;continue}if(e===40&&(r++,r>1)||e===41&&(r--,r<0))break;a++}return s===a||(i=L1(c.src.slice(s,a)),!c.parser.validateLink(i))?!1:(c.linkContent=i,c.pos=a,!0)}function H4(c,a){var e,r=a,i=c.posMax,s=c.src.charCodeAt(a);if(s!==34&&s!==39&&s!==40)return!1;for(a++,s===40&&(s=41);a<i;){if(e=c.src.charCodeAt(a),e===s)return c.pos=a+1,c.linkContent=L1(c.src.slice(r+1,a)),!0;if(e===92&&a+1<i){a+=2;continue}a++}return!1}function u4(c){return c.trim().replace(/\s+/g," ").toUpperCase()}function m8(c,a,e,r){var i,s,n,l,f,t,o,m,v;if(c.charCodeAt(0)!==91||c.indexOf("]:")===-1||(i=new e1(c,a,e,r,[]),s=g1(i,0),s<0||c.charCodeAt(s+1)!==58))return-1;for(l=i.posMax,n=s+2;n<l&&(f=i.src.charCodeAt(n),!(f!==32&&f!==10));n++);if(!p4(i,n))return-1;for(o=i.linkContent,n=i.pos,t=n,n=n+1;n<l&&(f=i.src.charCodeAt(n),!(f!==32&&f!==10));n++);for(n<l&&t!==n&&H4(i,n)?(m=i.linkContent,n=i.pos):(m="",n=t);n<l&&i.src.charCodeAt(n)===32;)n++;return n<l&&i.src.charCodeAt(n)!==10?-1:(v=u4(c.slice(1,s)),typeof r.references[v]>"u"&&(r.references[v]={title:m,href:o}),n)}function v8(c){var a=c.tokens,e,r,i,s;if(c.env.references=c.env.references||{},!c.inlineMode){for(e=1,r=a.length-1;e<r;e++)if(a[e].type==="inline"&&a[e-1].type==="paragraph_open"&&a[e+1].type==="paragraph_close"){for(i=a[e].content;i.length&&(s=m8(i,c.inline,c.options,c.env),!(s<0));)i=i.slice(s).trim();a[e].content=i,i.length||(a[e-1].tight=!0,a[e+1].tight=!0)}}}function h8(c){var a=c.tokens,e,r,i;for(r=0,i=a.length;r<i;r++)e=a[r],e.type==="inline"&&c.inline.parse(e.content,c.options,c.env,e.children)}function z8(c){var a,e,r,i,s,n,l,f,t,o=0,m=!1,v={};if(c.env.footnotes&&(c.tokens=c.tokens.filter(function(h){return h.type==="footnote_reference_open"?(m=!0,f=[],t=h.label,!1):h.type==="footnote_reference_close"?(m=!1,v[":"+t]=f,!1):(m&&f.push(h),!m)}),!!c.env.footnotes.list)){for(n=c.env.footnotes.list,c.tokens.push({type:"footnote_block_open",level:o++}),a=0,e=n.length;a<e;a++){for(c.tokens.push({type:"footnote_open",id:a,level:o++}),n[a].tokens?(l=[],l.push({type:"paragraph_open",tight:!1,level:o++}),l.push({type:"inline",content:"",level:o,children:n[a].tokens}),l.push({type:"paragraph_close",tight:!1,level:--o})):n[a].label&&(l=v[":"+n[a].label]),c.tokens=c.tokens.concat(l),c.tokens[c.tokens.length-1].type==="paragraph_close"?s=c.tokens.pop():s=null,i=n[a].count>0?n[a].count:1,r=0;r<i;r++)c.tokens.push({type:"footnote_anchor",id:a,subId:r,level:o});s&&c.tokens.push(s),c.tokens.push({type:"footnote_close",level:--o})}c.tokens.push({type:"footnote_block_close",level:--o})}}var r4=`
|
|
956
|
+
()[]'".,!?-`;function y2(c){return c.replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1")}function p8(c){var a,e,r,i,s,n,l,f,t,o,m,v,h=c.tokens;if(c.env.abbreviations){for(c.env.abbrRegExp||(v="(^|["+r4.split("").map(y2).join("")+"])("+Object.keys(c.env.abbreviations).map(function(M){return M.substr(1)}).sort(function(M,u){return u.length-M.length}).map(y2).join("|")+")($|["+r4.split("").map(y2).join("")+"])",c.env.abbrRegExp=new RegExp(v,"g")),o=c.env.abbrRegExp,e=0,r=h.length;e<r;e++)if(h[e].type==="inline"){for(i=h[e].children,a=i.length-1;a>=0;a--)if(s=i[a],s.type==="text"){for(f=0,n=s.content,o.lastIndex=0,t=s.level,l=[];m=o.exec(n);)o.lastIndex>f&&l.push({type:"text",content:n.slice(f,m.index+m[1].length),level:t}),l.push({type:"abbr_open",title:c.env.abbreviations[":"+m[2]],level:t++}),l.push({type:"text",content:m[2],level:t}),l.push({type:"abbr_close",level:--t}),f=o.lastIndex-m[3].length;l.length&&(f<n.length&&l.push({type:"text",content:n.slice(f),level:t}),h[e].children=i=[].concat(i.slice(0,a),l,i.slice(a+1)))}}}}var H8=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,u8=/\((c|tm|r|p)\)/ig,M8={c:"\xA9",r:"\xAE",p:"\xA7",tm:"\u2122"};function V8(c){return c.indexOf("(")<0?c:c.replace(u8,function(a,e){return M8[e.toLowerCase()]})}function C8(c){var a,e,r,i,s;if(c.options.typographer){for(s=c.tokens.length-1;s>=0;s--)if(c.tokens[s].type==="inline")for(i=c.tokens[s].children,a=i.length-1;a>=0;a--)e=i[a],e.type==="text"&&(r=e.content,r=V8(r),H8.test(r)&&(r=r.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/mg,"$1\u2014$2").replace(/(^|\s)--(\s|$)/mg,"$1\u2013$2").replace(/(^|[^-\s])--([^-\s]|$)/mg,"$1\u2013$2")),e.content=r)}}var d8=/['"]/,i4=/['"]/g,L8=/[-\s()\[\]]/,s4="\u2019";function n4(c,a){return a<0||a>=c.length?!1:!L8.test(c[a])}function o1(c,a,e){return c.substr(0,a)+e+c.substr(a+1)}function g8(c){var a,e,r,i,s,n,l,f,t,o,m,v,h,M,u,V,d;if(c.options.typographer){for(d=[],u=c.tokens.length-1;u>=0;u--)if(c.tokens[u].type==="inline"){for(V=c.tokens[u].children,d.length=0,a=0;a<V.length;a++)if(e=V[a],!(e.type!=="text"||d8.test(e.text))){for(l=V[a].level,h=d.length-1;h>=0&&!(d[h].level<=l);h--);d.length=h+1,r=e.content,s=0,n=r.length;c:for(;s<n&&(i4.lastIndex=s,i=i4.exec(r),!!i);){if(f=!n4(r,i.index-1),s=i.index+1,M=i[0]==="'",t=!n4(r,s),!t&&!f){M&&(e.content=o1(e.content,i.index,s4));continue}if(m=!t,v=!f,v){for(h=d.length-1;h>=0&&(o=d[h],!(d[h].level<l));h--)if(o.single===M&&d[h].level===l){o=d[h],M?(V[o.token].content=o1(V[o.token].content,o.pos,c.options.quotes[2]),e.content=o1(e.content,i.index,c.options.quotes[3])):(V[o.token].content=o1(V[o.token].content,o.pos,c.options.quotes[0]),e.content=o1(e.content,i.index,c.options.quotes[1])),d.length=h;continue c}}m?d.push({token:a,pos:i.index,single:M,level:l}):v&&M&&(e.content=o1(e.content,i.index,s4))}}}}}var P2=[["block",f8],["abbr",t8],["references",v8],["inline",h8],["footnote_tail",z8],["abbr2",p8],["replacements",C8],["smartquotes",g8]];function M4(){this.options={},this.ruler=new T;for(var c=0;c<P2.length;c++)this.ruler.push(P2[c][0],P2[c][1])}M4.prototype.process=function(c){var a,e,r;for(r=this.ruler.getRules(""),a=0,e=r.length;a<e;a++)r[a](c)};function r1(c,a,e,r,i){var s,n,l,f,t,o,m;for(this.src=c,this.parser=a,this.options=e,this.env=r,this.tokens=i,this.bMarks=[],this.eMarks=[],this.tShift=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.parentType="root",this.ddIndent=-1,this.level=0,this.result="",n=this.src,o=0,m=!1,l=f=o=0,t=n.length;f<t;f++){if(s=n.charCodeAt(f),!m)if(s===32){o++;continue}else m=!0;(s===10||f===t-1)&&(s!==10&&f++,this.bMarks.push(l),this.eMarks.push(f),this.tShift.push(o),m=!1,o=0,l=f+1)}this.bMarks.push(n.length),this.eMarks.push(n.length),this.tShift.push(0),this.lineMax=this.bMarks.length-1}r1.prototype.isEmpty=function(a){return this.bMarks[a]+this.tShift[a]>=this.eMarks[a]};r1.prototype.skipEmptyLines=function(a){for(var e=this.lineMax;a<e&&!(this.bMarks[a]+this.tShift[a]<this.eMarks[a]);a++);return a};r1.prototype.skipSpaces=function(a){for(var e=this.src.length;a<e&&this.src.charCodeAt(a)===32;a++);return a};r1.prototype.skipChars=function(a,e){for(var r=this.src.length;a<r&&this.src.charCodeAt(a)===e;a++);return a};r1.prototype.skipCharsBack=function(a,e,r){if(a<=r)return a;for(;a>r;)if(e!==this.src.charCodeAt(--a))return a+1;return a};r1.prototype.getLines=function(a,e,r,i){var s,n,l,f,t,o=a;if(a>=e)return"";if(o+1===e)return n=this.bMarks[o]+Math.min(this.tShift[o],r),l=i?this.eMarks[o]+1:this.eMarks[o],this.src.slice(n,l);for(f=new Array(e-a),s=0;o<e;o++,s++)t=this.tShift[o],t>r&&(t=r),t<0&&(t=0),n=this.bMarks[o]+t,o+1<e||i?l=this.eMarks[o]+1:l=this.eMarks[o],f[s]=this.src.slice(n,l);return f.join("")};function x8(c,a,e){var r,i;if(c.tShift[a]-c.blkIndent<4)return!1;for(i=r=a+1;r<e;){if(c.isEmpty(r)){r++;continue}if(c.tShift[r]-c.blkIndent>=4){r++,i=r;continue}break}return c.line=r,c.tokens.push({type:"code",content:c.getLines(a,i,4+c.blkIndent,!0),block:!0,lines:[a,c.line],level:c.level}),!0}function b8(c,a,e,r){var i,s,n,l,f,t=!1,o=c.bMarks[a]+c.tShift[a],m=c.eMarks[a];if(o+3>m||(i=c.src.charCodeAt(o),i!==126&&i!==96)||(f=o,o=c.skipChars(o,i),s=o-f,s<3)||(n=c.src.slice(o,m).trim(),n.indexOf("`")>=0))return!1;if(r)return!0;for(l=a;l++,!(l>=e||(o=f=c.bMarks[l]+c.tShift[l],m=c.eMarks[l],o<m&&c.tShift[l]<c.blkIndent));)if(c.src.charCodeAt(o)===i&&!(c.tShift[l]-c.blkIndent>=4)&&(o=c.skipChars(o,i),!(o-f<s)&&(o=c.skipSpaces(o),!(o<m)))){t=!0;break}return s=c.tShift[a],c.line=l+(t?1:0),c.tokens.push({type:"fence",params:n,content:c.getLines(a+1,l,s,!0),lines:[a,c.line],level:c.level}),!0}function N8(c,a,e,r){var i,s,n,l,f,t,o,m,v,h,M,u=c.bMarks[a]+c.tShift[a],V=c.eMarks[a];if(u>V||c.src.charCodeAt(u++)!==62||c.level>=c.options.maxNesting)return!1;if(r)return!0;for(c.src.charCodeAt(u)===32&&u++,f=c.blkIndent,c.blkIndent=0,l=[c.bMarks[a]],c.bMarks[a]=u,u=u<V?c.skipSpaces(u):u,s=u>=V,n=[c.tShift[a]],c.tShift[a]=u-c.bMarks[a],m=c.parser.ruler.getRules("blockquote"),i=a+1;i<e&&(u=c.bMarks[i]+c.tShift[i],V=c.eMarks[i],!(u>=V));i++){if(c.src.charCodeAt(u++)===62){c.src.charCodeAt(u)===32&&u++,l.push(c.bMarks[i]),c.bMarks[i]=u,u=u<V?c.skipSpaces(u):u,s=u>=V,n.push(c.tShift[i]),c.tShift[i]=u-c.bMarks[i];continue}if(s)break;for(M=!1,v=0,h=m.length;v<h;v++)if(m[v](c,i,e,!0)){M=!0;break}if(M)break;l.push(c.bMarks[i]),n.push(c.tShift[i]),c.tShift[i]=-1337}for(t=c.parentType,c.parentType="blockquote",c.tokens.push({type:"blockquote_open",lines:o=[a,0],level:c.level++}),c.parser.tokenize(c,a,i),c.tokens.push({type:"blockquote_close",level:--c.level}),c.parentType=t,o[1]=c.line,v=0;v<n.length;v++)c.bMarks[v+a]=l[v],c.tShift[v+a]=n[v];return c.blkIndent=f,!0}function k8(c,a,e,r){var i,s,n,l=c.bMarks[a],f=c.eMarks[a];if(l+=c.tShift[a],l>f||(i=c.src.charCodeAt(l++),i!==42&&i!==45&&i!==95))return!1;for(s=1;l<f;){if(n=c.src.charCodeAt(l++),n!==i&&n!==32)return!1;n===i&&s++}return s<3?!1:(r||(c.line=a+1,c.tokens.push({type:"hr",lines:[a,c.line],level:c.level})),!0)}function l4(c,a){var e,r,i;return r=c.bMarks[a]+c.tShift[a],i=c.eMarks[a],r>=i||(e=c.src.charCodeAt(r++),e!==42&&e!==45&&e!==43)||r<i&&c.src.charCodeAt(r)!==32?-1:r}function f4(c,a){var e,r=c.bMarks[a]+c.tShift[a],i=c.eMarks[a];if(r+1>=i||(e=c.src.charCodeAt(r++),e<48||e>57))return-1;for(;;){if(r>=i)return-1;if(e=c.src.charCodeAt(r++),!(e>=48&&e<=57)){if(e===41||e===46)break;return-1}}return r<i&&c.src.charCodeAt(r)!==32?-1:r}function S8(c,a){var e,r,i=c.level+2;for(e=a+2,r=c.tokens.length-2;e<r;e++)c.tokens[e].level===i&&c.tokens[e].type==="paragraph_open"&&(c.tokens[e+2].tight=!0,c.tokens[e].tight=!0,e+=2)}function A8(c,a,e,r){var i,s,n,l,f,t,o,m,v,h,M,u,V,d,b,N,w,S,q=!0,B,G,E,t1;if((m=f4(c,a))>=0)V=!0;else if((m=l4(c,a))>=0)V=!1;else return!1;if(c.level>=c.options.maxNesting)return!1;if(u=c.src.charCodeAt(m-1),r)return!0;for(b=c.tokens.length,V?(o=c.bMarks[a]+c.tShift[a],M=Number(c.src.substr(o,m-o-1)),c.tokens.push({type:"ordered_list_open",order:M,lines:w=[a,0],level:c.level++})):c.tokens.push({type:"bullet_list_open",lines:w=[a,0],level:c.level++}),i=a,N=!1,B=c.parser.ruler.getRules("list");i<e&&(d=c.skipSpaces(m),v=c.eMarks[i],d>=v?h=1:h=d-m,h>4&&(h=1),h<1&&(h=1),s=m-c.bMarks[i]+h,c.tokens.push({type:"list_item_open",lines:S=[a,0],level:c.level++}),l=c.blkIndent,f=c.tight,n=c.tShift[a],t=c.parentType,c.tShift[a]=d-c.bMarks[a],c.blkIndent=s,c.tight=!0,c.parentType="list",c.parser.tokenize(c,a,e,!0),(!c.tight||N)&&(q=!1),N=c.line-a>1&&c.isEmpty(c.line-1),c.blkIndent=l,c.tShift[a]=n,c.tight=f,c.parentType=t,c.tokens.push({type:"list_item_close",level:--c.level}),i=a=c.line,S[1]=i,d=c.bMarks[a],!(i>=e||c.isEmpty(i)||c.tShift[i]<c.blkIndent));){for(t1=!1,G=0,E=B.length;G<E;G++)if(B[G](c,i,e,!0)){t1=!0;break}if(t1)break;if(V){if(m=f4(c,i),m<0)break}else if(m=l4(c,i),m<0)break;if(u!==c.src.charCodeAt(m-1))break}return c.tokens.push({type:V?"ordered_list_close":"bullet_list_close",level:--c.level}),w[1]=i,c.line=i,q&&S8(c,b),!0}function w8(c,a,e,r){var i,s,n,l,f,t=c.bMarks[a]+c.tShift[a],o=c.eMarks[a];if(t+4>o||c.src.charCodeAt(t)!==91||c.src.charCodeAt(t+1)!==94||c.level>=c.options.maxNesting)return!1;for(l=t+2;l<o;l++){if(c.src.charCodeAt(l)===32)return!1;if(c.src.charCodeAt(l)===93)break}return l===t+2||l+1>=o||c.src.charCodeAt(++l)!==58?!1:(r||(l++,c.env.footnotes||(c.env.footnotes={}),c.env.footnotes.refs||(c.env.footnotes.refs={}),f=c.src.slice(t+2,l-2),c.env.footnotes.refs[":"+f]=-1,c.tokens.push({type:"footnote_reference_open",label:f,level:c.level++}),i=c.bMarks[a],s=c.tShift[a],n=c.parentType,c.tShift[a]=c.skipSpaces(l)-l,c.bMarks[a]=l,c.blkIndent+=4,c.parentType="footnote",c.tShift[a]<c.blkIndent&&(c.tShift[a]+=c.blkIndent,c.bMarks[a]-=c.blkIndent),c.parser.tokenize(c,a,e,!0),c.parentType=n,c.blkIndent-=4,c.tShift[a]=s,c.bMarks[a]=i,c.tokens.push({type:"footnote_reference_close",level:--c.level})),!0)}function y8(c,a,e,r){var i,s,n,l=c.bMarks[a]+c.tShift[a],f=c.eMarks[a];if(l>=f||(i=c.src.charCodeAt(l),i!==35||l>=f))return!1;for(s=1,i=c.src.charCodeAt(++l);i===35&&l<f&&s<=6;)s++,i=c.src.charCodeAt(++l);return s>6||l<f&&i!==32?!1:(r||(f=c.skipCharsBack(f,32,l),n=c.skipCharsBack(f,35,l),n>l&&c.src.charCodeAt(n-1)===32&&(f=n),c.line=a+1,c.tokens.push({type:"heading_open",hLevel:s,lines:[a,c.line],level:c.level}),l<f&&c.tokens.push({type:"inline",content:c.src.slice(l,f).trim(),level:c.level+1,lines:[a,c.line],children:[]}),c.tokens.push({type:"heading_close",hLevel:s,level:c.level})),!0)}function P8(c,a,e){var r,i,s,n=a+1;return n>=e||c.tShift[n]<c.blkIndent||c.tShift[n]-c.blkIndent>3||(i=c.bMarks[n]+c.tShift[n],s=c.eMarks[n],i>=s)||(r=c.src.charCodeAt(i),r!==45&&r!==61)||(i=c.skipChars(i,r),i=c.skipSpaces(i),i<s)?!1:(i=c.bMarks[a]+c.tShift[a],c.line=n+1,c.tokens.push({type:"heading_open",hLevel:r===61?1:2,lines:[a,c.line],level:c.level}),c.tokens.push({type:"inline",content:c.src.slice(i,c.eMarks[a]).trim(),level:c.level+1,lines:[a,c.line-1],children:[]}),c.tokens.push({type:"heading_close",hLevel:r===61?1:2,level:c.level}),!0)}var V4={};["article","aside","button","blockquote","body","canvas","caption","col","colgroup","dd","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","iframe","li","map","object","ol","output","p","pre","progress","script","section","style","table","tbody","td","textarea","tfoot","th","tr","thead","ul","video"].forEach(function(c){V4[c]=!0});var T8=/^<([a-zA-Z]{1,15})[\s\/>]/,B8=/^<\/([a-zA-Z]{1,15})[\s>]/;function E8(c){var a=c|32;return a>=97&&a<=122}function F8(c,a,e,r){var i,s,n,l=c.bMarks[a],f=c.eMarks[a],t=c.tShift[a];if(l+=t,!c.options.html||t>3||l+2>=f||c.src.charCodeAt(l)!==60)return!1;if(i=c.src.charCodeAt(l+1),i===33||i===63){if(r)return!0}else if(i===47||E8(i)){if(i===47){if(s=c.src.slice(l,f).match(B8),!s)return!1}else if(s=c.src.slice(l,f).match(T8),!s)return!1;if(V4[s[1].toLowerCase()]!==!0)return!1;if(r)return!0}else return!1;for(n=a+1;n<c.lineMax&&!c.isEmpty(n);)n++;return c.line=n,c.tokens.push({type:"htmlblock",level:c.level,lines:[a,c.line],content:c.getLines(a,n,0,!0)}),!0}function T2(c,a){var e=c.bMarks[a]+c.blkIndent,r=c.eMarks[a];return c.src.substr(e,r-e)}function q8(c,a,e,r){var i,s,n,l,f,t,o,m,v,h,M;if(a+2>e||(f=a+1,c.tShift[f]<c.blkIndent)||(n=c.bMarks[f]+c.tShift[f],n>=c.eMarks[f])||(i=c.src.charCodeAt(n),i!==124&&i!==45&&i!==58)||(s=T2(c,a+1),!/^[-:| ]+$/.test(s))||(t=s.split("|"),t<=2))return!1;for(m=[],l=0;l<t.length;l++){if(v=t[l].trim(),!v){if(l===0||l===t.length-1)continue;return!1}if(!/^:?-+:?$/.test(v))return!1;v.charCodeAt(v.length-1)===58?m.push(v.charCodeAt(0)===58?"center":"right"):v.charCodeAt(0)===58?m.push("left"):m.push("")}if(s=T2(c,a).trim(),s.indexOf("|")===-1||(t=s.replace(/^\||\|$/g,"").split("|"),m.length!==t.length))return!1;if(r)return!0;for(c.tokens.push({type:"table_open",lines:h=[a,0],level:c.level++}),c.tokens.push({type:"thead_open",lines:[a,a+1],level:c.level++}),c.tokens.push({type:"tr_open",lines:[a,a+1],level:c.level++}),l=0;l<t.length;l++)c.tokens.push({type:"th_open",align:m[l],lines:[a,a+1],level:c.level++}),c.tokens.push({type:"inline",content:t[l].trim(),lines:[a,a+1],level:c.level,children:[]}),c.tokens.push({type:"th_close",level:--c.level});for(c.tokens.push({type:"tr_close",level:--c.level}),c.tokens.push({type:"thead_close",level:--c.level}),c.tokens.push({type:"tbody_open",lines:M=[a+2,0],level:c.level++}),f=a+2;f<e&&!(c.tShift[f]<c.blkIndent||(s=T2(c,f).trim(),s.indexOf("|")===-1));f++){for(t=s.replace(/^\||\|$/g,"").split("|"),c.tokens.push({type:"tr_open",level:c.level++}),l=0;l<t.length;l++)c.tokens.push({type:"td_open",align:m[l],level:c.level++}),o=t[l].substring(t[l].charCodeAt(0)===124?1:0,t[l].charCodeAt(t[l].length-1)===124?t[l].length-1:t[l].length).trim(),c.tokens.push({type:"inline",content:o,level:c.level,children:[]}),c.tokens.push({type:"td_close",level:--c.level});c.tokens.push({type:"tr_close",level:--c.level})}return c.tokens.push({type:"tbody_close",level:--c.level}),c.tokens.push({type:"table_close",level:--c.level}),h[1]=M[1]=f,c.line=f,!0}function j1(c,a){var e,r,i=c.bMarks[a]+c.tShift[a],s=c.eMarks[a];return i>=s||(r=c.src.charCodeAt(i++),r!==126&&r!==58)||(e=c.skipSpaces(i),i===e)||e>=s?-1:e}function D8(c,a){var e,r,i=c.level+2;for(e=a+2,r=c.tokens.length-2;e<r;e++)c.tokens[e].level===i&&c.tokens[e].type==="paragraph_open"&&(c.tokens[e+2].tight=!0,c.tokens[e].tight=!0,e+=2)}function R8(c,a,e,r){var i,s,n,l,f,t,o,m,v,h,M,u,V,d;if(r)return c.ddIndent<0?!1:j1(c,a)>=0;if(o=a+1,c.isEmpty(o)&&++o>e||c.tShift[o]<c.blkIndent||(i=j1(c,o),i<0)||c.level>=c.options.maxNesting)return!1;t=c.tokens.length,c.tokens.push({type:"dl_open",lines:f=[a,0],level:c.level++}),n=a,s=o;c:for(;;){for(d=!0,V=!1,c.tokens.push({type:"dt_open",lines:[n,n],level:c.level++}),c.tokens.push({type:"inline",content:c.getLines(n,n+1,c.blkIndent,!1).trim(),level:c.level+1,lines:[n,n],children:[]}),c.tokens.push({type:"dt_close",level:--c.level});;){if(c.tokens.push({type:"dd_open",lines:l=[o,0],level:c.level++}),u=c.tight,v=c.ddIndent,m=c.blkIndent,M=c.tShift[s],h=c.parentType,c.blkIndent=c.ddIndent=c.tShift[s]+2,c.tShift[s]=i-c.bMarks[s],c.tight=!0,c.parentType="deflist",c.parser.tokenize(c,s,e,!0),(!c.tight||V)&&(d=!1),V=c.line-s>1&&c.isEmpty(c.line-1),c.tShift[s]=M,c.tight=u,c.parentType=h,c.blkIndent=m,c.ddIndent=v,c.tokens.push({type:"dd_close",level:--c.level}),l[1]=o=c.line,o>=e||c.tShift[o]<c.blkIndent)break c;if(i=j1(c,o),i<0)break;s=o}if(o>=e||(n=o,c.isEmpty(n))||c.tShift[n]<c.blkIndent||(s=n+1,s>=e)||(c.isEmpty(s)&&s++,s>=e)||c.tShift[s]<c.blkIndent||(i=j1(c,s),i<0))break}return c.tokens.push({type:"dl_close",level:--c.level}),f[1]=o,c.line=o,d&&D8(c,t),!0}function _8(c,a){var e,r,i,s,n,l=a+1,f;if(e=c.lineMax,l<e&&!c.isEmpty(l)){for(f=c.parser.ruler.getRules("paragraph");l<e&&!c.isEmpty(l);l++)if(!(c.tShift[l]-c.blkIndent>3)){for(i=!1,s=0,n=f.length;s<n;s++)if(f[s](c,l,e,!0)){i=!0;break}if(i)break}}return r=c.getLines(a,l,c.blkIndent,!1).trim(),c.line=l,r.length&&(c.tokens.push({type:"paragraph_open",tight:!1,lines:[a,c.line],level:c.level}),c.tokens.push({type:"inline",content:r,level:c.level+1,lines:[a,c.line],children:[]}),c.tokens.push({type:"paragraph_close",tight:!1,level:c.level})),!0}var Y1=[["code",x8],["fences",b8,["paragraph","blockquote","list"]],["blockquote",N8,["paragraph","blockquote","list"]],["hr",k8,["paragraph","blockquote","list"]],["list",A8,["paragraph","blockquote"]],["footnote",w8,["paragraph"]],["heading",y8,["paragraph","blockquote"]],["lheading",P8],["htmlblock",F8,["paragraph","blockquote"]],["table",q8,["paragraph"]],["deflist",R8,["paragraph"]],["paragraph",_8]];function R2(){this.ruler=new T;for(var c=0;c<Y1.length;c++)this.ruler.push(Y1[c][0],Y1[c][1],{alt:(Y1[c][2]||[]).slice()})}R2.prototype.tokenize=function(c,a,e){for(var r=this.ruler.getRules(""),i=r.length,s=a,n=!1,l,f;s<e&&(c.line=s=c.skipEmptyLines(s),!(s>=e||c.tShift[s]<c.blkIndent));){for(f=0;f<i&&(l=r[f](c,s,e,!1),!l);f++);if(c.tight=!n,c.isEmpty(c.line-1)&&(n=!0),s=c.line,s<e&&c.isEmpty(s)){if(n=!0,s++,s<e&&c.parentType==="list"&&c.isEmpty(s))break;c.line=s}}};var U8=/[\n\t]/g,I8=/\r[\n\u0085]|[\u2424\u2028\u0085]/g,O8=/\u00a0/g;R2.prototype.parse=function(c,a,e,r){var i,s=0,n=0;if(!c)return[];c=c.replace(O8," "),c=c.replace(I8,`
|
|
957
|
+
`),c.indexOf(" ")>=0&&(c=c.replace(U8,function(l,f){var t;return c.charCodeAt(f)===10?(s=f+1,n=0,l):(t=" ".slice((f-s-n)%4),n=f-s+1,t)})),i=new r1(c,this,a,e,r),this.tokenize(i,i.line,i.lineMax)};function G8(c){switch(c){case 10:case 92:case 96:case 42:case 95:case 94:case 91:case 93:case 33:case 38:case 60:case 62:case 123:case 125:case 36:case 37:case 64:case 126:case 43:case 61:case 58:return!0;default:return!1}}function W8(c,a){for(var e=c.pos;e<c.posMax&&!G8(c.src.charCodeAt(e));)e++;return e===c.pos?!1:(a||(c.pending+=c.src.slice(c.pos,e)),c.pos=e,!0)}function $8(c,a){var e,r,i=c.pos;if(c.src.charCodeAt(i)!==10)return!1;if(e=c.pending.length-1,r=c.posMax,!a)if(e>=0&&c.pending.charCodeAt(e)===32)if(e>=1&&c.pending.charCodeAt(e-1)===32){for(var s=e-2;s>=0;s--)if(c.pending.charCodeAt(s)!==32){c.pending=c.pending.substring(0,s+1);break}c.push({type:"hardbreak",level:c.level})}else c.pending=c.pending.slice(0,-1),c.push({type:"softbreak",level:c.level});else c.push({type:"softbreak",level:c.level});for(i++;i<r&&c.src.charCodeAt(i)===32;)i++;return c.pos=i,!0}var _2=[];for(B2=0;B2<256;B2++)_2.push(0);var B2;"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(c){_2[c.charCodeAt(0)]=1});function Z8(c,a){var e,r=c.pos,i=c.posMax;if(c.src.charCodeAt(r)!==92)return!1;if(r++,r<i){if(e=c.src.charCodeAt(r),e<256&&_2[e]!==0)return a||(c.pending+=c.src[r]),c.pos+=2,!0;if(e===10){for(a||c.push({type:"hardbreak",level:c.level}),r++;r<i&&c.src.charCodeAt(r)===32;)r++;return c.pos=r,!0}}return a||(c.pending+="\\"),c.pos++,!0}function j8(c,a){var e,r,i,s,n,l=c.pos,f=c.src.charCodeAt(l);if(f!==96)return!1;for(e=l,l++,r=c.posMax;l<r&&c.src.charCodeAt(l)===96;)l++;for(i=c.src.slice(e,l),s=n=l;(s=c.src.indexOf("`",n))!==-1;){for(n=s+1;n<r&&c.src.charCodeAt(n)===96;)n++;if(n-s===i.length)return a||c.push({type:"code",content:c.src.slice(l,s).replace(/[ \n]+/g," ").trim(),block:!1,level:c.level}),c.pos=n,!0}return a||(c.pending+=i),c.pos+=i.length,!0}function Y8(c,a){var e,r,i,s=c.posMax,n=c.pos,l,f;if(c.src.charCodeAt(n)!==126||a||n+4>=s||c.src.charCodeAt(n+1)!==126||c.level>=c.options.maxNesting||(l=n>0?c.src.charCodeAt(n-1):-1,f=c.src.charCodeAt(n+2),l===126)||f===126||f===32||f===10)return!1;for(r=n+2;r<s&&c.src.charCodeAt(r)===126;)r++;if(r>n+3)return c.pos+=r-n,a||(c.pending+=c.src.slice(n,r)),!0;for(c.pos=n+2,i=1;c.pos+1<s;){if(c.src.charCodeAt(c.pos)===126&&c.src.charCodeAt(c.pos+1)===126&&(l=c.src.charCodeAt(c.pos-1),f=c.pos+2<s?c.src.charCodeAt(c.pos+2):-1,f!==126&&l!==126&&(l!==32&&l!==10?i--:f!==32&&f!==10&&i++,i<=0))){e=!0;break}c.parser.skipToken(c)}return e?(c.posMax=c.pos,c.pos=n+2,a||(c.push({type:"del_open",level:c.level++}),c.parser.tokenize(c),c.push({type:"del_close",level:--c.level})),c.pos=c.posMax+2,c.posMax=s,!0):(c.pos=n,!1)}function X8(c,a){var e,r,i,s=c.posMax,n=c.pos,l,f;if(c.src.charCodeAt(n)!==43||a||n+4>=s||c.src.charCodeAt(n+1)!==43||c.level>=c.options.maxNesting||(l=n>0?c.src.charCodeAt(n-1):-1,f=c.src.charCodeAt(n+2),l===43)||f===43||f===32||f===10)return!1;for(r=n+2;r<s&&c.src.charCodeAt(r)===43;)r++;if(r!==n+2)return c.pos+=r-n,a||(c.pending+=c.src.slice(n,r)),!0;for(c.pos=n+2,i=1;c.pos+1<s;){if(c.src.charCodeAt(c.pos)===43&&c.src.charCodeAt(c.pos+1)===43&&(l=c.src.charCodeAt(c.pos-1),f=c.pos+2<s?c.src.charCodeAt(c.pos+2):-1,f!==43&&l!==43&&(l!==32&&l!==10?i--:f!==32&&f!==10&&i++,i<=0))){e=!0;break}c.parser.skipToken(c)}return e?(c.posMax=c.pos,c.pos=n+2,a||(c.push({type:"ins_open",level:c.level++}),c.parser.tokenize(c),c.push({type:"ins_close",level:--c.level})),c.pos=c.posMax+2,c.posMax=s,!0):(c.pos=n,!1)}function K8(c,a){var e,r,i,s=c.posMax,n=c.pos,l,f;if(c.src.charCodeAt(n)!==61||a||n+4>=s||c.src.charCodeAt(n+1)!==61||c.level>=c.options.maxNesting||(l=n>0?c.src.charCodeAt(n-1):-1,f=c.src.charCodeAt(n+2),l===61)||f===61||f===32||f===10)return!1;for(r=n+2;r<s&&c.src.charCodeAt(r)===61;)r++;if(r!==n+2)return c.pos+=r-n,a||(c.pending+=c.src.slice(n,r)),!0;for(c.pos=n+2,i=1;c.pos+1<s;){if(c.src.charCodeAt(c.pos)===61&&c.src.charCodeAt(c.pos+1)===61&&(l=c.src.charCodeAt(c.pos-1),f=c.pos+2<s?c.src.charCodeAt(c.pos+2):-1,f!==61&&l!==61&&(l!==32&&l!==10?i--:f!==32&&f!==10&&i++,i<=0))){e=!0;break}c.parser.skipToken(c)}return e?(c.posMax=c.pos,c.pos=n+2,a||(c.push({type:"mark_open",level:c.level++}),c.parser.tokenize(c),c.push({type:"mark_close",level:--c.level})),c.pos=c.posMax+2,c.posMax=s,!0):(c.pos=n,!1)}function o4(c){return c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122}function t4(c,a){var e=a,r,i,s,n=!0,l=!0,f=c.posMax,t=c.src.charCodeAt(a);for(r=a>0?c.src.charCodeAt(a-1):-1;e<f&&c.src.charCodeAt(e)===t;)e++;return e>=f&&(n=!1),s=e-a,s>=4?n=l=!1:(i=e<f?c.src.charCodeAt(e):-1,(i===32||i===10)&&(n=!1),(r===32||r===10)&&(l=!1),t===95&&(o4(r)&&(n=!1),o4(i)&&(l=!1))),{can_open:n,can_close:l,delims:s}}function Q8(c,a){var e,r,i,s,n,l,f,t=c.posMax,o=c.pos,m=c.src.charCodeAt(o);if(m!==95&&m!==42||a)return!1;if(f=t4(c,o),e=f.delims,!f.can_open)return c.pos+=e,a||(c.pending+=c.src.slice(o,c.pos)),!0;if(c.level>=c.options.maxNesting)return!1;for(c.pos=o+e,l=[e];c.pos<t;){if(c.src.charCodeAt(c.pos)===m){if(f=t4(c,c.pos),r=f.delims,f.can_close){for(s=l.pop(),n=r;s!==n;){if(n<s){l.push(s-n);break}if(n-=s,l.length===0)break;c.pos+=s,s=l.pop()}if(l.length===0){e=s,i=!0;break}c.pos+=r;continue}f.can_open&&l.push(r),c.pos+=r;continue}c.parser.skipToken(c)}return i?(c.posMax=c.pos,c.pos=o+e,a||((e===2||e===3)&&c.push({type:"strong_open",level:c.level++}),(e===1||e===3)&&c.push({type:"em_open",level:c.level++}),c.parser.tokenize(c),(e===1||e===3)&&c.push({type:"em_close",level:--c.level}),(e===2||e===3)&&c.push({type:"strong_close",level:--c.level})),c.pos=c.posMax+e,c.posMax=t,!0):(c.pos=o,!1)}var J8=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function c0(c,a){var e,r,i=c.posMax,s=c.pos;if(c.src.charCodeAt(s)!==126||a||s+2>=i||c.level>=c.options.maxNesting)return!1;for(c.pos=s+1;c.pos<i;){if(c.src.charCodeAt(c.pos)===126){e=!0;break}c.parser.skipToken(c)}return!e||s+1===c.pos||(r=c.src.slice(s+1,c.pos),r.match(/(^|[^\\])(\\\\)*\s/))?(c.pos=s,!1):(c.posMax=c.pos,c.pos=s+1,a||c.push({type:"sub",level:c.level,content:r.replace(J8,"$1")}),c.pos=c.posMax+1,c.posMax=i,!0)}var a0=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function e0(c,a){var e,r,i=c.posMax,s=c.pos;if(c.src.charCodeAt(s)!==94||a||s+2>=i||c.level>=c.options.maxNesting)return!1;for(c.pos=s+1;c.pos<i;){if(c.src.charCodeAt(c.pos)===94){e=!0;break}c.parser.skipToken(c)}return!e||s+1===c.pos||(r=c.src.slice(s+1,c.pos),r.match(/(^|[^\\])(\\\\)*\s/))?(c.pos=s,!1):(c.posMax=c.pos,c.pos=s+1,a||c.push({type:"sup",level:c.level,content:r.replace(a0,"$1")}),c.pos=c.posMax+1,c.posMax=i,!0)}function r0(c,a){var e,r,i,s,n,l,f,t,o=!1,m=c.pos,v=c.posMax,h=c.pos,M=c.src.charCodeAt(h);if(M===33&&(o=!0,M=c.src.charCodeAt(++h)),M!==91||c.level>=c.options.maxNesting||(e=h+1,r=g1(c,h),r<0))return!1;if(l=r+1,l<v&&c.src.charCodeAt(l)===40){for(l++;l<v&&(t=c.src.charCodeAt(l),!(t!==32&&t!==10));l++);if(l>=v)return!1;for(h=l,p4(c,l)?(s=c.linkContent,l=c.pos):s="",h=l;l<v&&(t=c.src.charCodeAt(l),!(t!==32&&t!==10));l++);if(l<v&&h!==l&&H4(c,l))for(n=c.linkContent,l=c.pos;l<v&&(t=c.src.charCodeAt(l),!(t!==32&&t!==10));l++);else n="";if(l>=v||c.src.charCodeAt(l)!==41)return c.pos=m,!1;l++}else{if(c.linkLevel>0)return!1;for(;l<v&&(t=c.src.charCodeAt(l),!(t!==32&&t!==10));l++);if(l<v&&c.src.charCodeAt(l)===91&&(h=l+1,l=g1(c,l),l>=0?i=c.src.slice(h,l++):l=h-1),i||(typeof i>"u"&&(l=r+1),i=c.src.slice(e,r)),f=c.env.references[u4(i)],!f)return c.pos=m,!1;s=f.href,n=f.title}return a||(c.pos=e,c.posMax=r,o?c.push({type:"image",src:s,title:n,alt:c.src.substr(e,r-e),level:c.level}):(c.push({type:"link_open",href:s,title:n,level:c.level++}),c.linkLevel++,c.parser.tokenize(c),c.linkLevel--,c.push({type:"link_close",level:--c.level}))),c.pos=l,c.posMax=v,!0}function i0(c,a){var e,r,i,s,n=c.posMax,l=c.pos;return l+2>=n||c.src.charCodeAt(l)!==94||c.src.charCodeAt(l+1)!==91||c.level>=c.options.maxNesting||(e=l+2,r=g1(c,l+1),r<0)?!1:(a||(c.env.footnotes||(c.env.footnotes={}),c.env.footnotes.list||(c.env.footnotes.list=[]),i=c.env.footnotes.list.length,c.pos=e,c.posMax=r,c.push({type:"footnote_ref",id:i,level:c.level}),c.linkLevel++,s=c.tokens.length,c.parser.tokenize(c),c.env.footnotes.list[i]={tokens:c.tokens.splice(s)},c.linkLevel--),c.pos=r+1,c.posMax=n,!0)}function s0(c,a){var e,r,i,s,n=c.posMax,l=c.pos;if(l+3>n||!c.env.footnotes||!c.env.footnotes.refs||c.src.charCodeAt(l)!==91||c.src.charCodeAt(l+1)!==94||c.level>=c.options.maxNesting)return!1;for(r=l+2;r<n;r++){if(c.src.charCodeAt(r)===32||c.src.charCodeAt(r)===10)return!1;if(c.src.charCodeAt(r)===93)break}return r===l+2||r>=n||(r++,e=c.src.slice(l+2,r-1),typeof c.env.footnotes.refs[":"+e]>"u")?!1:(a||(c.env.footnotes.list||(c.env.footnotes.list=[]),c.env.footnotes.refs[":"+e]<0?(i=c.env.footnotes.list.length,c.env.footnotes.list[i]={label:e,count:0},c.env.footnotes.refs[":"+e]=i):i=c.env.footnotes.refs[":"+e],s=c.env.footnotes.list[i].count,c.env.footnotes.list[i].count++,c.push({type:"footnote_ref",id:i,subId:s,level:c.level})),c.pos=r,c.posMax=n,!0)}var n0=["coap","doi","javascript","aaa","aaas","about","acap","cap","cid","crid","data","dav","dict","dns","file","ftp","geo","go","gopher","h323","http","https","iax","icap","im","imap","info","ipp","iris","iris.beep","iris.xpc","iris.xpcs","iris.lwz","ldap","mailto","mid","msrp","msrps","mtqp","mupdate","news","nfs","ni","nih","nntp","opaquelocktoken","pop","pres","rtsp","service","session","shttp","sieve","sip","sips","sms","snmp","soap.beep","soap.beeps","tag","tel","telnet","tftp","thismessage","tn3270","tip","tv","urn","vemmi","ws","wss","xcon","xcon-userid","xmlrpc.beep","xmlrpc.beeps","xmpp","z39.50r","z39.50s","adiumxtra","afp","afs","aim","apt","attachment","aw","beshare","bitcoin","bolo","callto","chrome","chrome-extension","com-eventbrite-attendee","content","cvs","dlna-playsingle","dlna-playcontainer","dtn","dvb","ed2k","facetime","feed","finger","fish","gg","git","gizmoproject","gtalk","hcp","icon","ipn","irc","irc6","ircs","itms","jar","jms","keyparc","lastfm","ldaps","magnet","maps","market","message","mms","ms-help","msnim","mumble","mvn","notes","oid","palm","paparazzi","platform","proxy","psyc","query","res","resource","rmi","rsync","rtmp","secondlife","sftp","sgn","skype","smb","soldat","spotify","ssh","steam","svn","teamspeak","things","udp","unreal","ut2004","ventrilo","view-source","webcal","wtai","wyciwyg","xfire","xri","ymsgr"],l0=/^<([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,f0=/^<([a-zA-Z.\-]{1,25}):([^<>\x00-\x20]*)>/;function o0(c,a){var e,r,i,s,n,l=c.pos;return c.src.charCodeAt(l)!==60||(e=c.src.slice(l),e.indexOf(">")<0)?!1:(r=e.match(f0),r?n0.indexOf(r[1].toLowerCase())<0||(s=r[0].slice(1,-1),n=q2(s),!c.parser.validateLink(s))?!1:(a||(c.push({type:"link_open",href:n,level:c.level}),c.push({type:"text",content:s,level:c.level+1}),c.push({type:"link_close",level:c.level})),c.pos+=r[0].length,!0):(i=e.match(l0),i?(s=i[0].slice(1,-1),n=q2("mailto:"+s),c.parser.validateLink(n)?(a||(c.push({type:"link_open",href:n,level:c.level}),c.push({type:"text",content:s,level:c.level+1}),c.push({type:"link_close",level:c.level})),c.pos+=i[0].length,!0):!1):!1))}function X1(c,a){return c=c.source,a=a||"",function e(r,i){return r?(i=i.source||i,c=c.replace(r,i),e):new RegExp(c,a)}}var t0=/[a-zA-Z_:][a-zA-Z0-9:._-]*/,m0=/[^"'=<>`\x00-\x20]+/,v0=/'[^']*'/,h0=/"[^"]*"/,z0=X1(/(?:unquoted|single_quoted|double_quoted)/)("unquoted",m0)("single_quoted",v0)("double_quoted",h0)(),p0=X1(/(?:\s+attr_name(?:\s*=\s*attr_value)?)/)("attr_name",t0)("attr_value",z0)(),H0=X1(/<[A-Za-z][A-Za-z0-9]*attribute*\s*\/?>/)("attribute",p0)(),u0=/<\/[A-Za-z][A-Za-z0-9]*\s*>/,M0=/<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->/,V0=/<[?].*?[?]>/,C0=/<![A-Z]+\s+[^>]*>/,d0=/<!\[CDATA\[[\s\S]*?\]\]>/,L0=X1(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)("open_tag",H0)("close_tag",u0)("comment",M0)("processing",V0)("declaration",C0)("cdata",d0)();function g0(c){var a=c|32;return a>=97&&a<=122}function x0(c,a){var e,r,i,s=c.pos;return!c.options.html||(i=c.posMax,c.src.charCodeAt(s)!==60||s+2>=i)||(e=c.src.charCodeAt(s+1),e!==33&&e!==63&&e!==47&&!g0(e))||(r=c.src.slice(s).match(L0),!r)?!1:(a||c.push({type:"htmltag",content:c.src.slice(s,s+r[0].length),level:c.level}),c.pos+=r[0].length,!0)}var b0=/^&#((?:x[a-f0-9]{1,8}|[0-9]{1,8}));/i,N0=/^&([a-z][a-z0-9]{1,31});/i;function k0(c,a){var e,r,i,s=c.pos,n=c.posMax;if(c.src.charCodeAt(s)!==38)return!1;if(s+1<n){if(e=c.src.charCodeAt(s+1),e===35){if(i=c.src.slice(s).match(b0),i)return a||(r=i[1][0].toLowerCase()==="x"?parseInt(i[1].slice(1),16):parseInt(i[1],10),c.pending+=h4(r)?F2(r):F2(65533)),c.pos+=i[0].length,!0}else if(i=c.src.slice(s).match(N0),i){var l=m4(i[1]);if(i[1]!==l)return a||(c.pending+=l),c.pos+=i[0].length,!0}}return a||(c.pending+="&"),c.pos++,!0}var E2=[["text",W8],["newline",$8],["escape",Z8],["backticks",j8],["del",Y8],["ins",X8],["mark",K8],["emphasis",Q8],["sub",c0],["sup",e0],["links",r0],["footnote_inline",i0],["footnote_ref",s0],["autolink",o0],["htmltag",x0],["entity",k0]];function K1(){this.ruler=new T;for(var c=0;c<E2.length;c++)this.ruler.push(E2[c][0],E2[c][1]);this.validateLink=S0}K1.prototype.skipToken=function(c){var a=this.ruler.getRules(""),e=a.length,r=c.pos,i,s;if((s=c.cacheGet(r))>0){c.pos=s;return}for(i=0;i<e;i++)if(a[i](c,!0)){c.cacheSet(r,c.pos);return}c.pos++,c.cacheSet(r,c.pos)};K1.prototype.tokenize=function(c){for(var a=this.ruler.getRules(""),e=a.length,r=c.posMax,i,s;c.pos<r;){for(s=0;s<e&&(i=a[s](c,!1),!i);s++);if(i){if(c.pos>=r)break;continue}c.pending+=c.src[c.pos++]}c.pending&&c.pushPending()};K1.prototype.parse=function(c,a,e,r){var i=new e1(c,this,a,e,r);this.tokenize(i)};function S0(c){var a=["vbscript","javascript","file","data"],e=c.trim().toLowerCase();return e=c1(e),!(e.indexOf(":")!==-1&&a.indexOf(e.split(":")[0])!==-1)}var A0={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","replacements","smartquotes","references","abbr2","footnote_tail"]},block:{rules:["blockquote","code","fences","footnote","heading","hr","htmlblock","lheading","list","paragraph","table"]},inline:{rules:["autolink","backticks","del","emphasis","entity","escape","footnote_ref","htmltag","links","newline","text"]}}},w0={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}},y0={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","abbr2"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","htmltag","links","newline","text"]}}},P0={default:A0,full:w0,commonmark:y0};function C4(c,a,e){this.src=a,this.env=e,this.options=c.options,this.tokens=[],this.inlineMode=!1,this.inline=c.inline,this.block=c.block,this.renderer=c.renderer,this.typographer=c.typographer}function O(c,a){typeof c!="string"&&(a=c,c="default"),a&&a.linkify!=null&&console.warn(`linkify option is removed. Use linkify plugin instead:
|
|
958
|
+
|
|
959
|
+
import Remarkable from 'remarkable';
|
|
960
|
+
import linkify from 'remarkable/linkify';
|
|
961
|
+
new Remarkable().use(linkify)
|
|
962
|
+
`),this.inline=new K1,this.block=new R2,this.core=new M4,this.renderer=new D2,this.ruler=new T,this.options={},this.configure(P0[c]),this.set(a||{})}O.prototype.set=function(c){v4(this.options,c)};O.prototype.configure=function(c){var a=this;if(!c)throw new Error("Wrong `remarkable` preset, check name/content");c.options&&a.set(c.options),c.components&&Object.keys(c.components).forEach(function(e){c.components[e].rules&&a[e].ruler.enable(c.components[e].rules,!0)})};O.prototype.use=function(c,a){return c(this,a),this};O.prototype.parse=function(c,a){var e=new C4(this,c,a);return this.core.process(e),e.tokens};O.prototype.render=function(c,a){return a=a||{},this.renderer.render(this.parse(c,a),this.options,a)};O.prototype.parseInline=function(c,a){var e=new C4(this,c,a);return e.inlineMode=!0,this.core.process(e),e.tokens};O.prototype.renderInline=function(c,a){return a=a||{},this.renderer.render(this.parseInline(c,a),this.options,a)};var U2=class extends A{#c={context:{lang:"en"}};constructor(a={}){super(),this.eventName="user:click-modal-box",this.state=this.initState(this.#c,a),this.getAttribute("id")||this.setAttribute("id",this.state.id||`component-${Math.floor(Math.random()*100)}`),this.md=new O}static get observedAttributes(){return["active"]}attributeChangedCallback(a,e,r){console.log(a,e,r),a=="active"&&r==="1"&&this.querySelector(".modal").classList.add("is-active")}handleEvent(a){a.type==="click"&&a.target.ariaLabel==="close"&&(this.querySelector(".modal").classList.remove("is-active"),this.removeAttribute("active"))}#a(){return`
|
|
963
|
+
<div class="modal-card">
|
|
964
|
+
<header class="modal-card-head">
|
|
965
|
+
<p class="modal-card-title">${this.state.title?.text[this.state.context.lang]}</p>
|
|
966
|
+
<button class="delete" aria-label="close"></button>
|
|
967
|
+
</header>
|
|
968
|
+
<section class="modal-card-body content">
|
|
969
|
+
${this.md.render(this.state.content?.text[this.state.context.lang])}
|
|
970
|
+
</section>
|
|
971
|
+
</div>
|
|
972
|
+
`}render(){this.innerHTML=`
|
|
973
|
+
<div class="modal">
|
|
974
|
+
<div class="modal-background"></div>
|
|
975
|
+
${this.#a()}
|
|
976
|
+
</div>
|
|
977
|
+
`,this.addEvents()}};customElements.define("about-me",U2);})();
|