@abgov/web-components 1.0.0-alpha.92 → 1.0.0-alpha.93
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/package.json +1 -1
- package/web-components.es.js +4 -4
- package/web-components.umd.js +1 -1
package/package.json
CHANGED
package/web-components.es.js
CHANGED
|
@@ -1733,8 +1733,8 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
1733
1733
|
let isDisabled;
|
|
1734
1734
|
let isButtonDark;
|
|
1735
1735
|
const BUTTON_TYPES = ["primary", "secondary", "tertiary", "start"];
|
|
1736
|
-
const SIZES = ["", "compact"];
|
|
1737
|
-
const VARIANTS = ["", "destructive"];
|
|
1736
|
+
const SIZES = ["normal", "compact"];
|
|
1737
|
+
const VARIANTS = ["normal", "destructive"];
|
|
1738
1738
|
|
|
1739
1739
|
// type check functions
|
|
1740
1740
|
function isButtonType(value) {
|
|
@@ -1750,8 +1750,8 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
let { type = "primary" } = $$props;
|
|
1753
|
-
let { size = "" } = $$props;
|
|
1754
|
-
let { variant = "" } = $$props;
|
|
1753
|
+
let { size = "normal" } = $$props;
|
|
1754
|
+
let { variant = "normal" } = $$props;
|
|
1755
1755
|
let { title = "" } = $$props;
|
|
1756
1756
|
let { disabled = "false" } = $$props;
|
|
1757
1757
|
let { leadingicon = null } = $$props;
|
package/web-components.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(D,v){typeof exports=="object"&&typeof module!="undefined"?v(exports):typeof define=="function"&&define.amd?define(["exports"],v):(D=typeof globalThis!="undefined"?globalThis:D||self,v(D["web-components"]={}))})(this,function(D){"use strict";function v(){}const _e=i=>i;function Xe(i,e){for(const t in e)i[t]=e[t];return i}function Oe(i){return i()}function Ye(){return Object.create(null)}function ee(i){i.forEach(Oe)}function de(i){return typeof i=="function"}function G(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}let Ae;function Le(i,e){return Ae||(Ae=document.createElement("a")),Ae.href=e,i===Ae.href}function Ki(i){return Object.keys(i).length===0}function Xi(i,...e){if(i==null)return v;const t=i.subscribe(...e);return t.unsubscribe?()=>t.unsubscribe():t}function Yi(i,e,t){i.$$.on_destroy.push(Xi(e,t))}function Je(i){return i&&de(i.destroy)?i.destroy:v}const Qe=typeof window!="undefined";let Te=Qe?()=>window.performance.now():()=>Date.now(),Fe=Qe?i=>requestAnimationFrame(i):v;const ge=new Set;function $e(i){ge.forEach(e=>{e.c(i)||(ge.delete(e),e.f())}),ge.size!==0&&Fe($e)}function Re(i){let e;return ge.size===0&&Fe($e),{promise:new Promise(t=>{ge.add(e={c:i,f:t})}),abort(){ge.delete(e)}}}function m(i,e){i.appendChild(e)}function et(i){if(!i)return document;const e=i.getRootNode?i.getRootNode():i.ownerDocument;return e&&e.host?e:i.ownerDocument}function Ji(i){const e=b("style");return Qi(et(i),e),e.sheet}function Qi(i,e){m(i.head||i,e)}function p(i,e,t){i.insertBefore(e,t||null)}function E(i){i.parentNode.removeChild(i)}function qe(i,e){for(let t=0;t<i.length;t+=1)i[t]&&i[t].d(e)}function b(i){return document.createElement(i)}function ue(i){return document.createElementNS("http://www.w3.org/2000/svg",i)}function O(i){return document.createTextNode(i)}function R(){return O(" ")}function ie(){return O("")}function Z(i,e,t,r){return i.addEventListener(e,t,r),()=>i.removeEventListener(e,t,r)}function u(i,e,t){t==null?i.removeAttribute(e):i.getAttribute(e)!==t&&i.setAttribute(e,t)}function C(i,e,t){e in i?i[e]=typeof i[e]=="boolean"&&t===""?!0:t:u(i,e,t)}function $i(i){return Array.from(i.childNodes)}function V(i,e){e=""+e,i.wholeText!==e&&(i.data=e)}function q(i,e,t,r){t===null?i.style.removeProperty(e):i.style.setProperty(e,t,r?"important":"")}function B(i,e,t){i.classList[t?"add":"remove"](e)}function er(i,e,{bubbles:t=!1,cancelable:r=!1}={}){const n=document.createEvent("CustomEvent");return n.initCustomEvent(i,t,r,e),n}function P(i){const e={};for(const t of i)e[t.name]=t.value;return e}const He=new Map;let Se=0;function tr(i){let e=5381,t=i.length;for(;t--;)e=(e<<5)-e^i.charCodeAt(t);return e>>>0}function ir(i,e){const t={stylesheet:Ji(e),rules:{}};return He.set(i,t),t}function Ie(i,e,t,r,n,o,a,l=0){const s=16.666/r;let c=`{
|
|
2
2
|
`;for(let A=0;A<=1;A+=s){const k=e+(t-e)*o(A);c+=A*100+`%{${a(k,1-k)}}
|
|
3
3
|
`}const d=c+`100% {${a(t,1-t)}}
|
|
4
|
-
}`,f=`__svelte_${tr(d)}_${l}`,g=et(i),{stylesheet:y,rules:w}=He.get(g)||ir(g,i);w[f]||(w[f]=!0,y.insertRule(`@keyframes ${f} ${d}`,y.cssRules.length));const _=i.style.animation||"";return i.style.animation=`${_?`${_}, `:""}${f} ${r}ms linear ${n}ms 1 both`,Se+=1,f}function Be(i,e){const t=(i.style.animation||"").split(", "),r=t.filter(e?o=>o.indexOf(e)<0:o=>o.indexOf("__svelte")===-1),n=t.length-r.length;n&&(i.style.animation=r.join(", "),Se-=n,Se||rr())}function rr(){Fe(()=>{Se||(He.forEach(i=>{const{stylesheet:e}=i;let t=e.cssRules.length;for(;t--;)e.deleteRule(t);i.rules={}}),He.clear())})}let ye;function ke(i){ye=i}function tt(){if(!ye)throw new Error("Function called outside component initialization");return ye}function Q(i){tt().$$.on_mount.push(i)}function it(i){tt().$$.on_destroy.push(i)}const xe=[],te=[],De=[],rt=[],nt=Promise.resolve();let Ve=!1;function ot(){Ve||(Ve=!0,nt.then(h))}function Ee(){return ot(),nt}function re(i){De.push(i)}const We=new Set;let Ge=0;function h(){const i=ye;do{for(;Ge<xe.length;){const e=xe[Ge];Ge++,ke(e),nr(e.$$)}for(ke(null),xe.length=0,Ge=0;te.length;)te.pop()();for(let e=0;e<De.length;e+=1){const t=De[e];We.has(t)||(We.add(t),t())}De.length=0}while(xe.length);for(;rt.length;)rt.pop()();Ve=!1,We.clear(),ke(i)}function nr(i){if(i.fragment!==null){i.update(),ee(i.before_update);const e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(re)}}let Ce;function Ue(){return Ce||(Ce=Promise.resolve(),Ce.then(()=>{Ce=null})),Ce}function fe(i,e,t){i.dispatchEvent(er(`${e?"intro":"outro"}${t}`))}const Ne=new Set;let ne;function me(){ne={r:0,c:[],p:ne}}function be(){ne.r||ee(ne.c),ne=ne.p}function U(i,e){i&&i.i&&(Ne.delete(i),i.i(e))}function K(i,e,t,r){if(i&&i.o){if(Ne.has(i))return;Ne.add(i),ne.c.push(()=>{Ne.delete(i),r&&(t&&i.d(1),r())}),i.o(e)}else r&&r()}const Ze={duration:0};function at(i,e,t){let r=e(i,t),n=!1,o,a,l=0;function s(){o&&Be(i,o)}function c(){const{delay:f=0,duration:g=300,easing:y=_e,tick:w=v,css:_}=r||Ze;_&&(o=Ie(i,0,1,g,f,y,_,l++)),w(0,1);const A=Te()+f,k=A+g;a&&a.abort(),n=!0,re(()=>fe(i,!0,"start")),a=Re(M=>{if(n){if(M>=k)return w(1,0),fe(i,!0,"end"),s(),n=!1;if(M>=A){const z=y((M-A)/g);w(z,1-z)}}return n})}let d=!1;return{start(){d||(d=!0,Be(i),de(r)?(r=r(),Ue().then(c)):c())},invalidate(){d=!1},end(){n&&(s(),n=!1)}}}function lt(i,e,t){let r=e(i,t),n=!0,o;const a=ne;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:d=_e,tick:f=v,css:g}=r||Ze;g&&(o=Ie(i,1,0,c,s,d,g));const y=Te()+s,w=y+c;re(()=>fe(i,!1,"start")),Re(_=>{if(n){if(_>=w)return f(0,1),fe(i,!1,"end"),--a.r||ee(a.c),!1;if(_>=y){const A=d((_-y)/c);f(1-A,A)}}return n})}return de(r)?Ue().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),n&&(o&&Be(i,o),n=!1)}}}function Pe(i,e,t,r){let n=e(i,t),o=r?0:1,a=null,l=null,s=null;function c(){s&&Be(i,s)}function d(g,y){const w=g.b-o;return y*=Math.abs(w),{a:o,b:g.b,d:w,duration:y,start:g.start,end:g.start+y,group:g.group}}function f(g){const{delay:y=0,duration:w=300,easing:_=_e,tick:A=v,css:k}=n||Ze,M={start:Te()+y,b:g};g||(M.group=ne,ne.r+=1),a||l?l=M:(k&&(c(),s=Ie(i,o,g,w,y,_,k)),g&&A(0,1),a=d(M,w),re(()=>fe(i,g,"start")),Re(z=>{if(l&&z>l.start&&(a=d(l,w),l=null,fe(i,a.b,"start"),k&&(c(),s=Ie(i,o,a.b,a.duration,0,_,n.css))),a){if(z>=a.end)A(o=a.b,1-o),fe(i,a.b,"end"),l||(a.b?c():--a.group.r||ee(a.group.c)),a=null;else if(z>=a.start){const x=z-a.start;o=a.a+a.d*_(x/a.duration),A(o,1-o)}}return!!(a||l)}))}return{run(g){de(n)?Ue().then(()=>{n=n(),f(g)}):f(g)},end(){c(),a=l=null}}}function st(i,e){i.d(1),e.delete(i.key)}function ct(i,e,t,r,n,o,a,l,s,c,d,f){let g=i.length,y=o.length,w=g;const _={};for(;w--;)_[i[w].key]=w;const A=[],k=new Map,M=new Map;for(w=y;w--;){const L=f(n,o,w),I=t(L);let W=a.get(I);W?r&&W.p(L,e):(W=c(I,L),W.c()),k.set(I,A[w]=W),I in _&&M.set(I,Math.abs(w-_[I]))}const z=new Set,x=new Set;function T(L){U(L,1),L.m(l,d),a.set(L.key,L),d=L.first,y--}for(;g&&y;){const L=A[y-1],I=i[g-1],W=L.key,J=I.key;L===I?(d=L.first,g--,y--):k.has(J)?!a.has(W)||z.has(W)?T(L):x.has(J)?g--:M.get(W)>M.get(J)?(x.add(W),T(L)):(z.add(J),g--):(s(I,a),g--)}for(;g--;){const L=i[g];k.has(L.key)||s(L,a)}for(;y;)T(A[y-1]);return A}function he(i){i&&i.c()}function le(i,e,t,r){const{fragment:n,on_mount:o,on_destroy:a,after_update:l}=i.$$;n&&n.m(e,t),r||re(()=>{const s=o.map(Oe).filter(de);a?a.push(...s):ee(s),i.$$.on_mount=[]}),l.forEach(re)}function se(i,e){const t=i.$$;t.fragment!==null&&(ee(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function or(i,e){i.$$.dirty[0]===-1&&(xe.push(i),ot(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function j(i,e,t,r,n,o,a,l=[-1]){const s=ye;ke(i);const c=i.$$={fragment:null,ctx:null,props:o,update:v,not_equal:n,bound:Ye(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Ye(),dirty:l,skip_bound:!1,root:e.target||s.$$.root};a&&a(c.root);let d=!1;if(c.ctx=t?t(i,e.props||{},(f,g,...y)=>{const w=y.length?y[0]:g;return c.ctx&&n(c.ctx[f],c.ctx[f]=w)&&(!c.skip_bound&&c.bound[f]&&c.bound[f](w),d&&or(i,f)),g}):[],c.update(),d=!0,ee(c.before_update),c.fragment=r?r(c.ctx):!1,e.target){if(e.hydrate){const f=$i(e.target);c.fragment&&c.fragment.l(f),f.forEach(E)}else c.fragment&&c.fragment.c();e.intro&&U(i.$$.fragment),le(i,e.target,e.anchor,e.customElement),h()}ke(s)}let N;typeof HTMLElement=="function"&&(N=class extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:i}=this.$$;this.$$.on_disconnect=i.map(Oe).filter(de);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(i,e,t){this[i]=t}disconnectedCallback(){ee(this.$$.on_disconnect)}$destroy(){se(this,1),this.$destroy=v}$on(i,e){const t=this.$$.callbacks[i]||(this.$$.callbacks[i]=[]);return t.push(e),()=>{const r=t.indexOf(e);r!==-1&&t.splice(r,1)}}$set(i){this.$$set&&!Ki(i)&&(this.$$.skip_bound=!0,this.$$set(i),this.$$.skip_bound=!1)}});const ar=/^[1-9]+[0-9]*(px|em|rem|ch|vh|vw|%)$/;function lr(i){return ar.test(i)}function sr(i){let e,t,r;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","page-content"),u(e,"style",r=`--max-width: ${i[0]}`)},m(n,o){p(n,e,o),m(e,t)},p(n,[o]){o&1&&r!==(r=`--max-width: ${n[0]}`)&&u(e,"style",r)},i:v,o:v,d(n){n&&E(e)}}}function cr(i,e,t){const r={full:"100%"};let{width:n}=e,{_width:o}=e;function a(l){return!!(["full"].includes(n)||lr(l))}return Q(()=>{if(!a(n))throw"Invalid PageBlock width";t(0,o=r[n]||n)}),i.$$set=l=>{"width"in l&&t(1,n=l.width),"_width"in l&&t(0,o=l._width)},[o,n]}class dt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.page-content{max-width:var(--max-width);margin:0 auto;padding:0 1.75rem}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},cr,sr,G,{width:1,_width:0},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["width","_width"]}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),h()}get _width(){return this.$$.ctx[0]}set _width(e){this.$$set({_width:e}),h()}}customElements.define("goa-page-block",dt);function dr(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("div"),t=b("img"),n=R(),o=b("img"),l=R(),s=b("span"),c=O(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),Le(t.src,r="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%2300aad2;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='14' height='14' transform='translate(-0.345 -0.21)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -0.135)'%3E%3Ccircle class='b' cx='8' cy='8' r='8' transform='translate(0 0.135)'/%3E%3Cg transform='translate(1.345 1.344)'%3E%3Cg class='c' transform='translate(0 0)'%3E%3Cpath class='d' d='M12.612,13.636a16.24,16.24,0,0,1-1.86-.822,13.436,13.436,0,0,0,1.6-.708,11.312,11.312,0,0,0,.264,1.53M16.032,7.3c-.266-.034-.128.091-.2.442a5.465,5.465,0,0,1-2.8,3.338,16.141,16.141,0,0,1,.249-4.84c.275-1,.6-.813.2-1.022-.427-.22-.887.071-1.258.813A27.247,27.247,0,0,1,7.4,13.522a2.141,2.141,0,0,1-2.918.461c-.206-.174-.282.095-.026.37a2.412,2.412,0,0,0,3.387-.082A32.715,32.715,0,0,0,12.219,7.51a23.541,23.541,0,0,0,.063,3.971,11.464,11.464,0,0,1-1.964.749c-.388.1-.628.26-.635.439-.007.2.253.363.63.541.67.318,2.633,1.246,3.117,1.527.414.24.616.053.739-.207.16-.338-.279-.533-.7-.661a13.175,13.175,0,0,1-.382-2.179,7.143,7.143,0,0,0,2.547-2.454,4.7,4.7,0,0,0,.4-1.133,2.125,2.125,0,0,0,.048-.742s-.007-.054-.048-.059' transform='translate(-3.51 -3.943)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")||u(t,"src",r),u(o,"alt","GoA Logo"),u(o,"class","image-desktop"),Le(o.src,a="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='149.351' height='42' viewBox='0 0 149.351 42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%2300aad2;%7D.d%7Bfill:%235f6a72;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='149.351' height='42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='13.555' height='13.555' transform='translate(135.796 21.524)'/%3E%3Cpath class='d' d='M63.082,33.088c-1.383.138-2.835.277-4.357.346.553-4.357,2.835-10.373,5.671-9.405,1.66.553.761,5.671-1.314,9.059m-3.527,2.974a3.761,3.761,0,0,1-1.245,0,.851.851,0,0,0,.346-.692v-.553c.761,0,1.936-.138,3.389-.277a4.327,4.327,0,0,1-2.49,1.521M76.844,25.688c1.8-1.66,2.7-1.521,2.9-1.106.484.968-1.591,4.357-5.671,6.224a10.328,10.328,0,0,1,2.766-5.118m66.736,1.66c-.207-3.389-3.181-3.942-3.6-2.974-.138.346,1.106.207,1.106,2.628,0,3.942-4.011,9.129-9.129,9.129-5.532,0-6.985-4.357-7.261-6.432-.207-1.452.138-3.458-2.351-3.181-1.729.207-3.25,3.527-5.463,6.362-1.867,2.42-2.7,2.213-2.282.138.553-2.628,2.7-8.714,5.187-9.129,1.176-.207,1.591,1.8,2.075.553s.069-4.011-2.559-4.011c-1.8,0-3.942,1.936-5.74,4.08-1.521,1.936-9.336,13.416-12.656,10.927-1.521-1.176-1.383-5.878-.415-11.411,3.873-1.521,7.123-1.037,8.921-.138.9.415,1.037.346.622-.622-.553-1.452-3.665-3.734-8.575-2.7-.138,0-.207.069-.346.069.415-1.8.83-3.665,1.383-5.463.484-1.66,1.8-4.5-1.729-4.979-1.106-.207-.622.346-1.037,1.867-.692,2.766-1.521,6.362-2.144,10.028a19.745,19.745,0,0,0-7.538,8.091,38.59,38.59,0,0,0,.9-4.772,1.589,1.589,0,0,0-1.245-1.729c-.761-.207-1.729.138-2.628,1.452-2.144,3.043-4.841,7.815-8.99,9.82-2.974,1.452-4.288,0-4.357-2.282a9.869,9.869,0,0,0,1.521-.553c5.394-2.351,7.192-5.947,5.878-8.16-1.314-2.075-4.979-1.452-7.953,1.66a11.175,11.175,0,0,0-2.7,6.5c-1.245.277-2.628.484-4.219.692,2.49-4.08,2.282-9.613-1.383-10.581-4.288-1.106-6.432,3.043-7.331,6.5.346-3.873.9-7.745,1.591-11.549.346-1.66,1.452-4.5-2.075-4.979-1.106-.207-.968.346-.9,1.867.138,2.075-2.144,14.454-.968,19.848-1.521.484-2.144,1.66-.207,2.835,1.383.83,4.357,1.106,7.331-.346a9.3,9.3,0,0,0,2.766-2.144c1.8-.207,3.665-.553,5.394-.83.277,2.42,1.867,4.219,5.463,3.873,5.118-.484,9.682-6.777,11.411-9.82-.346,3.25-2.42,10.373,1.176,10.028,1.383-.138.83-.346.9-1.591.346-4.288,3.873-7.953,7.4-10.166-.622,5.256-.415,9.958,2.006,11.411,4.426,2.766,10.581-4.5,14.039-8.921-1.729,3.942-2.7,8.921-.138,9.682,3.043.9,5.463-4.219,8.3-8.091.346,2.766,2.213,7.607,9.682,7.607,8.022-.069,13.071-4.91,12.863-10.1m-108.3,8.645A66.439,66.439,0,0,1,27.4,32.534a59.168,59.168,0,0,0,6.777-2.974,54.453,54.453,0,0,0,1.106,6.432m20.4,3.873c-.069-.207-.622.069-1.106,0-1.452-.207-3.389-2.213-3.942-5.463-1.037-5.878-.415-11.687,1.314-20.332.346-1.66,1.452-4.5-2.075-5.048-1.106-.138-.553.415-.83,1.867C47.66,17.32,42.4,21.954,37.149,25.066,36.6,17.735,36.8,9.505,38.186,4.526c1.176-4.219,2.559-3.458.83-4.357s-3.734.277-5.325,3.458S24.839,23.89,13.221,35.439C7.273,41.317,1.879,38.274.842,37.375c-.9-.761-1.176.415-.138,1.591,4.772,5.256,11.826,2.282,14.384-.277,7.054-7.054,15.283-22.268,18.6-28.7a98.251,98.251,0,0,0,.277,16.874,50.129,50.129,0,0,1-8.3,3.181c-1.66.415-2.7,1.106-2.7,1.867s1.106,1.521,2.7,2.282c2.835,1.383,11.2,5.256,13.209,6.5,1.729,1.037,2.628.207,3.112-.9.692-1.452-1.176-2.282-2.974-2.766a60.545,60.545,0,0,1-1.66-9.267c4.219-2.628,8.437-6.086,10.788-10.443C47.522,20.916,46,33.3,49.873,38.482a5.451,5.451,0,0,0,4.564,2.213c.968-.069,1.383-.692,1.245-.83' transform='translate(-0.038 0.124)'/%3E%3C/g%3E%3C/svg%3E")||u(o,"src",a),u(s,"class","title"),u(e,"class","app-link")},m(d,f){p(d,e,f),m(e,t),m(e,n),m(e,o),m(e,l),m(e,s),m(s,c)},p(d,f){f&1&&V(c,d[0])},d(d){d&&E(e)}}}function ur(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("a"),t=b("img"),n=R(),o=b("img"),l=R(),s=b("span"),c=O(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),Le(t.src,r="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%2300aad2;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='14' height='14' transform='translate(-0.345 -0.21)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -0.135)'%3E%3Ccircle class='b' cx='8' cy='8' r='8' transform='translate(0 0.135)'/%3E%3Cg transform='translate(1.345 1.344)'%3E%3Cg class='c' transform='translate(0 0)'%3E%3Cpath class='d' d='M12.612,13.636a16.24,16.24,0,0,1-1.86-.822,13.436,13.436,0,0,0,1.6-.708,11.312,11.312,0,0,0,.264,1.53M16.032,7.3c-.266-.034-.128.091-.2.442a5.465,5.465,0,0,1-2.8,3.338,16.141,16.141,0,0,1,.249-4.84c.275-1,.6-.813.2-1.022-.427-.22-.887.071-1.258.813A27.247,27.247,0,0,1,7.4,13.522a2.141,2.141,0,0,1-2.918.461c-.206-.174-.282.095-.026.37a2.412,2.412,0,0,0,3.387-.082A32.715,32.715,0,0,0,12.219,7.51a23.541,23.541,0,0,0,.063,3.971,11.464,11.464,0,0,1-1.964.749c-.388.1-.628.26-.635.439-.007.2.253.363.63.541.67.318,2.633,1.246,3.117,1.527.414.24.616.053.739-.207.16-.338-.279-.533-.7-.661a13.175,13.175,0,0,1-.382-2.179,7.143,7.143,0,0,0,2.547-2.454,4.7,4.7,0,0,0,.4-1.133,2.125,2.125,0,0,0,.048-.742s-.007-.054-.048-.059' transform='translate(-3.51 -3.943)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")||u(t,"src",r),u(o,"alt","GoA Logo"),u(o,"class","image-desktop"),Le(o.src,a="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='149.351' height='42' viewBox='0 0 149.351 42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%2300aad2;%7D.d%7Bfill:%235f6a72;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='149.351' height='42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='13.555' height='13.555' transform='translate(135.796 21.524)'/%3E%3Cpath class='d' d='M63.082,33.088c-1.383.138-2.835.277-4.357.346.553-4.357,2.835-10.373,5.671-9.405,1.66.553.761,5.671-1.314,9.059m-3.527,2.974a3.761,3.761,0,0,1-1.245,0,.851.851,0,0,0,.346-.692v-.553c.761,0,1.936-.138,3.389-.277a4.327,4.327,0,0,1-2.49,1.521M76.844,25.688c1.8-1.66,2.7-1.521,2.9-1.106.484.968-1.591,4.357-5.671,6.224a10.328,10.328,0,0,1,2.766-5.118m66.736,1.66c-.207-3.389-3.181-3.942-3.6-2.974-.138.346,1.106.207,1.106,2.628,0,3.942-4.011,9.129-9.129,9.129-5.532,0-6.985-4.357-7.261-6.432-.207-1.452.138-3.458-2.351-3.181-1.729.207-3.25,3.527-5.463,6.362-1.867,2.42-2.7,2.213-2.282.138.553-2.628,2.7-8.714,5.187-9.129,1.176-.207,1.591,1.8,2.075.553s.069-4.011-2.559-4.011c-1.8,0-3.942,1.936-5.74,4.08-1.521,1.936-9.336,13.416-12.656,10.927-1.521-1.176-1.383-5.878-.415-11.411,3.873-1.521,7.123-1.037,8.921-.138.9.415,1.037.346.622-.622-.553-1.452-3.665-3.734-8.575-2.7-.138,0-.207.069-.346.069.415-1.8.83-3.665,1.383-5.463.484-1.66,1.8-4.5-1.729-4.979-1.106-.207-.622.346-1.037,1.867-.692,2.766-1.521,6.362-2.144,10.028a19.745,19.745,0,0,0-7.538,8.091,38.59,38.59,0,0,0,.9-4.772,1.589,1.589,0,0,0-1.245-1.729c-.761-.207-1.729.138-2.628,1.452-2.144,3.043-4.841,7.815-8.99,9.82-2.974,1.452-4.288,0-4.357-2.282a9.869,9.869,0,0,0,1.521-.553c5.394-2.351,7.192-5.947,5.878-8.16-1.314-2.075-4.979-1.452-7.953,1.66a11.175,11.175,0,0,0-2.7,6.5c-1.245.277-2.628.484-4.219.692,2.49-4.08,2.282-9.613-1.383-10.581-4.288-1.106-6.432,3.043-7.331,6.5.346-3.873.9-7.745,1.591-11.549.346-1.66,1.452-4.5-2.075-4.979-1.106-.207-.968.346-.9,1.867.138,2.075-2.144,14.454-.968,19.848-1.521.484-2.144,1.66-.207,2.835,1.383.83,4.357,1.106,7.331-.346a9.3,9.3,0,0,0,2.766-2.144c1.8-.207,3.665-.553,5.394-.83.277,2.42,1.867,4.219,5.463,3.873,5.118-.484,9.682-6.777,11.411-9.82-.346,3.25-2.42,10.373,1.176,10.028,1.383-.138.83-.346.9-1.591.346-4.288,3.873-7.953,7.4-10.166-.622,5.256-.415,9.958,2.006,11.411,4.426,2.766,10.581-4.5,14.039-8.921-1.729,3.942-2.7,8.921-.138,9.682,3.043.9,5.463-4.219,8.3-8.091.346,2.766,2.213,7.607,9.682,7.607,8.022-.069,13.071-4.91,12.863-10.1m-108.3,8.645A66.439,66.439,0,0,1,27.4,32.534a59.168,59.168,0,0,0,6.777-2.974,54.453,54.453,0,0,0,1.106,6.432m20.4,3.873c-.069-.207-.622.069-1.106,0-1.452-.207-3.389-2.213-3.942-5.463-1.037-5.878-.415-11.687,1.314-20.332.346-1.66,1.452-4.5-2.075-5.048-1.106-.138-.553.415-.83,1.867C47.66,17.32,42.4,21.954,37.149,25.066,36.6,17.735,36.8,9.505,38.186,4.526c1.176-4.219,2.559-3.458.83-4.357s-3.734.277-5.325,3.458S24.839,23.89,13.221,35.439C7.273,41.317,1.879,38.274.842,37.375c-.9-.761-1.176.415-.138,1.591,4.772,5.256,11.826,2.282,14.384-.277,7.054-7.054,15.283-22.268,18.6-28.7a98.251,98.251,0,0,0,.277,16.874,50.129,50.129,0,0,1-8.3,3.181c-1.66.415-2.7,1.106-2.7,1.867s1.106,1.521,2.7,2.282c2.835,1.383,11.2,5.256,13.209,6.5,1.729,1.037,2.628.207,3.112-.9.692-1.452-1.176-2.282-2.974-2.766a60.545,60.545,0,0,1-1.66-9.267c4.219-2.628,8.437-6.086,10.788-10.443C47.522,20.916,46,33.3,49.873,38.482a5.451,5.451,0,0,0,4.564,2.213c.968-.069,1.383-.692,1.245-.83' transform='translate(-0.038 0.124)'/%3E%3C/g%3E%3C/svg%3E")||u(o,"src",a),u(s,"class","title"),u(e,"href",i[1]),u(e,"class","app-link")},m(d,f){p(d,e,f),m(e,t),m(e,n),m(e,o),m(e,l),m(e,s),m(s,c)},p(d,f){f&1&&V(c,d[0]),f&2&&u(e,"href",d[1])},d(d){d&&E(e)}}}function fr(i){let e,t,r;function n(l,s){return l[1]?ur:dr}let o=n(i),a=o(i);return{c(){e=b("div"),a.c(),t=R(),r=b("div"),r.innerHTML="<slot></slot>",this.c=v,u(e,"class","app-header"),u(e,"data-testid",i[2])},m(l,s){p(l,e,s),a.m(e,null),m(e,t),m(e,r)},p(l,[s]){o===(o=n(l))&&a?a.p(l,s):(a.d(1),a=o(l),a&&(a.c(),a.m(e,t))),s&4&&u(e,"data-testid",l[2])},i:v,o:v,d(l){l&&E(e),a.d()}}}function hr(i,e,t){let{heading:r=""}=e,{url:n=""}=e,{testid:o=""}=e;return i.$$set=a=>{"heading"in a&&t(0,r=a.heading),"url"in a&&t(1,n=a.url),"testid"in a&&t(2,o=a.testid)},[r,n,o]}class ut extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.app-header{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:1rem 1.5rem;border-bottom:1px solid var(--color-gray-100)}@media(max-width: 640px){.app-header{padding:1rem 1rem}}.app-link{display:flex;align-items:center;text-decoration:none;color:inherit}.title{margin-left:0.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.image-desktop{display:none}.image-mobile{display:block}@media(min-width: 768px){.image-desktop{display:block}.image-mobile{display:none}.title{margin-left:1.75rem}.image-desktop{display:block}.image-mobile{display:none}}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},hr,fr,G,{heading:0,url:1,testid:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["heading","url","testid"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),h()}get url(){return this.$$.ctx[1]}set url(e){this.$$set({url:e}),h()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),h()}}customElements.define("goa-app-header",ut);function F(i){return i==="false"?!1:i===""?!0:!!i}function gr(i){let e;return{c(){e=b("div"),q(e,"height","1.2rem"),q(e,"margin-left","-0.25rem")},m(t,r){p(t,e,r)},p:v,d(t){t&&E(e)}}}function mr(i){let e;return{c(){e=b("goa-icon"),C(e,"type",i[4]),C(e,"size","small")},m(t,r){p(t,e,r)},p(t,r){r&16&&C(e,"type",t[4])},d(t){t&&E(e)}}}function ft(i){let e,t;return{c(){e=b("div"),t=O(i[2]),u(e,"class","goa-badge-content")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&4&&V(t,r[2])},d(r){r&&E(e)}}}function br(i){let e,t,r;function n(s,c){return s[3]?mr:gr}let o=n(i),a=o(i),l=i[2]&&ft(i);return{c(){e=b("div"),a.c(),t=R(),l&&l.c(),this.c=v,u(e,"data-testid",i[1]),u(e,"data-type","goa-badge"),u(e,"class",r="goa-badge badge-"+i[0]),B(e,"icon-only",i[3]&&!i[2])},m(s,c){p(s,e,c),a.m(e,null),m(e,t),l&&l.m(e,null)},p(s,[c]){o===(o=n(s))&&a?a.p(s,c):(a.d(1),a=o(s),a&&(a.c(),a.m(e,t))),s[2]?l?l.p(s,c):(l=ft(s),l.c(),l.m(e,null)):l&&(l.d(1),l=null),c&2&&u(e,"data-testid",s[1]),c&1&&r!==(r="goa-badge badge-"+s[0])&&u(e,"class",r),c&13&&B(e,"icon-only",s[3]&&!s[2])},i:v,o:v,d(s){s&&E(e),a.d(),l&&l.d()}}}function vr(i,e,t){let r,n,{type:o}=e,{testid:a=""}=e,{icon:l="false"}=e,{content:s=""}=e;return Q(()=>{!r&&!s&&console.warn("GoABadge must have either then content or icon property set")}),i.$$set=c=>{"type"in c&&t(0,o=c.type),"testid"in c&&t(1,a=c.testid),"icon"in c&&t(5,l=c.icon),"content"in c&&t(2,s=c.content)},i.$$.update=()=>{i.$$.dirty&32&&t(3,r=F(l)),i.$$.dirty&1&&t(4,n={success:"checkmark-circle",important:"alert-circle",information:"information-circle",emergency:"warning",dark:"information-circle",midtone:"information-circle",light:"information-circle"}[o])},[o,a,s,r,n,l]}class ht extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;align-items:center;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular);margin:0.25rem}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm);padding-bottom:var(--font-valign-fix)}.goa-badge.badge-information{background-color:var(--color-gray-100);color:var(--goa-color-status-info)}.goa-badge.badge-success{background-color:var(--goa-color-status-success);color:var(--goa-color-text-light)}.goa-badge.badge-important{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.goa-badge.badge-emergency{background-color:var(--goa-color-status-emergency);color:var(--goa-color-text-light)}.goa-badge.badge-dark{background-color:var(--color-black);color:var(--goa-color-text-light)}.goa-badge.badge-midtone{background-color:var(--color-gray-600);color:var(--goa-color-text-light)}.goa-badge.badge-light{background-color:var(--color-white);color:var(--goa-color-text)}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},vr,br,G,{type:0,testid:1,icon:5,content:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),h()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),h()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),h()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),h()}}customElements.define("goa-badge",ht);function pr(i){let e,t,r,n,o=i[4]&>(i),a=i[5]&&mt(i);return{c(){o&&o.c(),e=R(),t=b("div"),t.innerHTML="<slot></slot>",r=R(),a&&a.c(),n=ie(),u(t,"class","text")},m(l,s){o&&o.m(l,s),p(l,e,s),p(l,t,s),p(l,r,s),a&&a.m(l,s),p(l,n,s)},p(l,s){l[4]?o?o.p(l,s):(o=gt(l),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null),l[5]?a?a.p(l,s):(a=mt(l),a.c(),a.m(n.parentNode,n)):a&&(a.d(1),a=null)},d(l){o&&o.d(l),l&&E(e),l&&E(t),l&&E(r),a&&a.d(l),l&&E(n)}}}function wr(i){let e,t,r;return{c(){e=b("div"),e.innerHTML="<slot></slot>",t=R(),r=b("goa-icon"),u(e,"class","text"),C(r,"id","trailing-icon"),C(r,"type","arrow-forward"),C(r,"inverted","true")},m(n,o){p(n,e,o),p(n,t,o),p(n,r,o)},p:v,d(n){n&&E(e),n&&E(t),n&&E(r)}}}function gt(i){let e;return{c(){e=b("goa-icon"),C(e,"id","leading-icon"),C(e,"type",i[4]),C(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&16&&C(e,"type",t[4]),r&128&&C(e,"inverted",t[7])},d(t){t&&E(e)}}}function mt(i){let e;return{c(){e=b("goa-icon"),C(e,"id","trailing-icon"),C(e,"type",i[5]),C(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&32&&C(e,"type",t[5]),r&128&&C(e,"inverted",t[7])},d(t){t&&E(e)}}}function _r(i){let e,t,r,n;function o(s,c){return s[0]==="start"?wr:pr}let a=o(i),l=a(i);return{c(){e=b("button"),l.c(),this.c=v,u(e,"class",t=""+(i[0]+" "+i[1]+" "+i[2])),u(e,"title",i[3]),e.disabled=i[8],u(e,"data-testid",i[6]),B(e,"leading",i[4]),B(e,"trailing",i[5]||i[0]==="start")},m(s,c){p(s,e,c),l.m(e,null),r||(n=Z(e,"click",yr),r=!0)},p(s,[c]){a===(a=o(s))&&l?l.p(s,c):(l.d(1),l=a(s),l&&(l.c(),l.m(e,null))),c&7&&t!==(t=""+(s[0]+" "+s[1]+" "+s[2]))&&u(e,"class",t),c&8&&u(e,"title",s[3]),c&256&&(e.disabled=s[8]),c&64&&u(e,"data-testid",s[6]),c&23&&B(e,"leading",s[4]),c&39&&B(e,"trailing",s[5]||s[0]==="start")},i:v,o:v,d(s){s&&E(e),l.d(),r=!1,n()}}}function yr(i){this.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),i.stopPropagation()}function kr(i,e,t){let r,n;const o=["primary","secondary","tertiary","start"],a=["","compact"],l=["","destructive"];function s(z){return o.includes(z)}function c(z){return a.includes(z)}function d(z){return l.includes(z)}let{type:f="primary"}=e,{size:g=""}=e,{variant:y=""}=e,{title:w=""}=e,{disabled:_="false"}=e,{leadingicon:A=null}=e,{trailingicon:k=null}=e,{testid:M=""}=e;return Q(()=>{if(!s(f))throw"Invalid button type";if(!c(g))throw"Invalid button size";if(!d(y))throw"Invalid button variant"}),i.$$set=z=>{"type"in z&&t(0,f=z.type),"size"in z&&t(1,g=z.size),"variant"in z&&t(2,y=z.variant),"title"in z&&t(3,w=z.title),"disabled"in z&&t(9,_=z.disabled),"leadingicon"in z&&t(4,A=z.leadingicon),"trailingicon"in z&&t(5,k=z.trailingicon),"testid"in z&&t(6,M=z.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(8,r=F(_)),i.$$.dirty&1&&t(7,n=f==="primary"||f==="start")},[f,g,y,w,A,k,M,n,r,_]}class bt extends N{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}@media(max-width: 480px){:host{width:100%}button{width:100%}}button{display:inline-flex;box-sizing:border-box;border-radius:0.25rem;border:2px solid var(--goa-color-interactive);box-sizing:border-box;cursor:pointer;font-family:var(--font-family);font-size:var(--fs-lg);font-weight:400;height:var(--button-height);letter-spacing:0.5px;line-height:100%;padding:0 0.75rem;gap:0.5rem;align-items:center;justify-content:center;transition:transform 0.1s ease-in-out, background-color 0.2s ease-in-out,
|
|
4
|
+
}`,f=`__svelte_${tr(d)}_${l}`,g=et(i),{stylesheet:y,rules:w}=He.get(g)||ir(g,i);w[f]||(w[f]=!0,y.insertRule(`@keyframes ${f} ${d}`,y.cssRules.length));const _=i.style.animation||"";return i.style.animation=`${_?`${_}, `:""}${f} ${r}ms linear ${n}ms 1 both`,Se+=1,f}function Be(i,e){const t=(i.style.animation||"").split(", "),r=t.filter(e?o=>o.indexOf(e)<0:o=>o.indexOf("__svelte")===-1),n=t.length-r.length;n&&(i.style.animation=r.join(", "),Se-=n,Se||rr())}function rr(){Fe(()=>{Se||(He.forEach(i=>{const{stylesheet:e}=i;let t=e.cssRules.length;for(;t--;)e.deleteRule(t);i.rules={}}),He.clear())})}let ye;function ke(i){ye=i}function tt(){if(!ye)throw new Error("Function called outside component initialization");return ye}function Q(i){tt().$$.on_mount.push(i)}function it(i){tt().$$.on_destroy.push(i)}const xe=[],te=[],De=[],rt=[],nt=Promise.resolve();let Ve=!1;function ot(){Ve||(Ve=!0,nt.then(h))}function Ee(){return ot(),nt}function re(i){De.push(i)}const We=new Set;let Ge=0;function h(){const i=ye;do{for(;Ge<xe.length;){const e=xe[Ge];Ge++,ke(e),nr(e.$$)}for(ke(null),xe.length=0,Ge=0;te.length;)te.pop()();for(let e=0;e<De.length;e+=1){const t=De[e];We.has(t)||(We.add(t),t())}De.length=0}while(xe.length);for(;rt.length;)rt.pop()();Ve=!1,We.clear(),ke(i)}function nr(i){if(i.fragment!==null){i.update(),ee(i.before_update);const e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(re)}}let Ce;function Ue(){return Ce||(Ce=Promise.resolve(),Ce.then(()=>{Ce=null})),Ce}function fe(i,e,t){i.dispatchEvent(er(`${e?"intro":"outro"}${t}`))}const Ne=new Set;let ne;function me(){ne={r:0,c:[],p:ne}}function be(){ne.r||ee(ne.c),ne=ne.p}function U(i,e){i&&i.i&&(Ne.delete(i),i.i(e))}function K(i,e,t,r){if(i&&i.o){if(Ne.has(i))return;Ne.add(i),ne.c.push(()=>{Ne.delete(i),r&&(t&&i.d(1),r())}),i.o(e)}else r&&r()}const Ze={duration:0};function at(i,e,t){let r=e(i,t),n=!1,o,a,l=0;function s(){o&&Be(i,o)}function c(){const{delay:f=0,duration:g=300,easing:y=_e,tick:w=v,css:_}=r||Ze;_&&(o=Ie(i,0,1,g,f,y,_,l++)),w(0,1);const A=Te()+f,k=A+g;a&&a.abort(),n=!0,re(()=>fe(i,!0,"start")),a=Re(M=>{if(n){if(M>=k)return w(1,0),fe(i,!0,"end"),s(),n=!1;if(M>=A){const z=y((M-A)/g);w(z,1-z)}}return n})}let d=!1;return{start(){d||(d=!0,Be(i),de(r)?(r=r(),Ue().then(c)):c())},invalidate(){d=!1},end(){n&&(s(),n=!1)}}}function lt(i,e,t){let r=e(i,t),n=!0,o;const a=ne;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:d=_e,tick:f=v,css:g}=r||Ze;g&&(o=Ie(i,1,0,c,s,d,g));const y=Te()+s,w=y+c;re(()=>fe(i,!1,"start")),Re(_=>{if(n){if(_>=w)return f(0,1),fe(i,!1,"end"),--a.r||ee(a.c),!1;if(_>=y){const A=d((_-y)/c);f(1-A,A)}}return n})}return de(r)?Ue().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),n&&(o&&Be(i,o),n=!1)}}}function Pe(i,e,t,r){let n=e(i,t),o=r?0:1,a=null,l=null,s=null;function c(){s&&Be(i,s)}function d(g,y){const w=g.b-o;return y*=Math.abs(w),{a:o,b:g.b,d:w,duration:y,start:g.start,end:g.start+y,group:g.group}}function f(g){const{delay:y=0,duration:w=300,easing:_=_e,tick:A=v,css:k}=n||Ze,M={start:Te()+y,b:g};g||(M.group=ne,ne.r+=1),a||l?l=M:(k&&(c(),s=Ie(i,o,g,w,y,_,k)),g&&A(0,1),a=d(M,w),re(()=>fe(i,g,"start")),Re(z=>{if(l&&z>l.start&&(a=d(l,w),l=null,fe(i,a.b,"start"),k&&(c(),s=Ie(i,o,a.b,a.duration,0,_,n.css))),a){if(z>=a.end)A(o=a.b,1-o),fe(i,a.b,"end"),l||(a.b?c():--a.group.r||ee(a.group.c)),a=null;else if(z>=a.start){const x=z-a.start;o=a.a+a.d*_(x/a.duration),A(o,1-o)}}return!!(a||l)}))}return{run(g){de(n)?Ue().then(()=>{n=n(),f(g)}):f(g)},end(){c(),a=l=null}}}function st(i,e){i.d(1),e.delete(i.key)}function ct(i,e,t,r,n,o,a,l,s,c,d,f){let g=i.length,y=o.length,w=g;const _={};for(;w--;)_[i[w].key]=w;const A=[],k=new Map,M=new Map;for(w=y;w--;){const L=f(n,o,w),I=t(L);let W=a.get(I);W?r&&W.p(L,e):(W=c(I,L),W.c()),k.set(I,A[w]=W),I in _&&M.set(I,Math.abs(w-_[I]))}const z=new Set,x=new Set;function T(L){U(L,1),L.m(l,d),a.set(L.key,L),d=L.first,y--}for(;g&&y;){const L=A[y-1],I=i[g-1],W=L.key,J=I.key;L===I?(d=L.first,g--,y--):k.has(J)?!a.has(W)||z.has(W)?T(L):x.has(J)?g--:M.get(W)>M.get(J)?(x.add(W),T(L)):(z.add(J),g--):(s(I,a),g--)}for(;g--;){const L=i[g];k.has(L.key)||s(L,a)}for(;y;)T(A[y-1]);return A}function he(i){i&&i.c()}function le(i,e,t,r){const{fragment:n,on_mount:o,on_destroy:a,after_update:l}=i.$$;n&&n.m(e,t),r||re(()=>{const s=o.map(Oe).filter(de);a?a.push(...s):ee(s),i.$$.on_mount=[]}),l.forEach(re)}function se(i,e){const t=i.$$;t.fragment!==null&&(ee(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function or(i,e){i.$$.dirty[0]===-1&&(xe.push(i),ot(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function j(i,e,t,r,n,o,a,l=[-1]){const s=ye;ke(i);const c=i.$$={fragment:null,ctx:null,props:o,update:v,not_equal:n,bound:Ye(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Ye(),dirty:l,skip_bound:!1,root:e.target||s.$$.root};a&&a(c.root);let d=!1;if(c.ctx=t?t(i,e.props||{},(f,g,...y)=>{const w=y.length?y[0]:g;return c.ctx&&n(c.ctx[f],c.ctx[f]=w)&&(!c.skip_bound&&c.bound[f]&&c.bound[f](w),d&&or(i,f)),g}):[],c.update(),d=!0,ee(c.before_update),c.fragment=r?r(c.ctx):!1,e.target){if(e.hydrate){const f=$i(e.target);c.fragment&&c.fragment.l(f),f.forEach(E)}else c.fragment&&c.fragment.c();e.intro&&U(i.$$.fragment),le(i,e.target,e.anchor,e.customElement),h()}ke(s)}let N;typeof HTMLElement=="function"&&(N=class extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:i}=this.$$;this.$$.on_disconnect=i.map(Oe).filter(de);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(i,e,t){this[i]=t}disconnectedCallback(){ee(this.$$.on_disconnect)}$destroy(){se(this,1),this.$destroy=v}$on(i,e){const t=this.$$.callbacks[i]||(this.$$.callbacks[i]=[]);return t.push(e),()=>{const r=t.indexOf(e);r!==-1&&t.splice(r,1)}}$set(i){this.$$set&&!Ki(i)&&(this.$$.skip_bound=!0,this.$$set(i),this.$$.skip_bound=!1)}});const ar=/^[1-9]+[0-9]*(px|em|rem|ch|vh|vw|%)$/;function lr(i){return ar.test(i)}function sr(i){let e,t,r;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","page-content"),u(e,"style",r=`--max-width: ${i[0]}`)},m(n,o){p(n,e,o),m(e,t)},p(n,[o]){o&1&&r!==(r=`--max-width: ${n[0]}`)&&u(e,"style",r)},i:v,o:v,d(n){n&&E(e)}}}function cr(i,e,t){const r={full:"100%"};let{width:n}=e,{_width:o}=e;function a(l){return!!(["full"].includes(n)||lr(l))}return Q(()=>{if(!a(n))throw"Invalid PageBlock width";t(0,o=r[n]||n)}),i.$$set=l=>{"width"in l&&t(1,n=l.width),"_width"in l&&t(0,o=l._width)},[o,n]}class dt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.page-content{max-width:var(--max-width);margin:0 auto;padding:0 1.75rem}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},cr,sr,G,{width:1,_width:0},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["width","_width"]}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),h()}get _width(){return this.$$.ctx[0]}set _width(e){this.$$set({_width:e}),h()}}customElements.define("goa-page-block",dt);function dr(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("div"),t=b("img"),n=R(),o=b("img"),l=R(),s=b("span"),c=O(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),Le(t.src,r="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%2300aad2;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='14' height='14' transform='translate(-0.345 -0.21)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -0.135)'%3E%3Ccircle class='b' cx='8' cy='8' r='8' transform='translate(0 0.135)'/%3E%3Cg transform='translate(1.345 1.344)'%3E%3Cg class='c' transform='translate(0 0)'%3E%3Cpath class='d' d='M12.612,13.636a16.24,16.24,0,0,1-1.86-.822,13.436,13.436,0,0,0,1.6-.708,11.312,11.312,0,0,0,.264,1.53M16.032,7.3c-.266-.034-.128.091-.2.442a5.465,5.465,0,0,1-2.8,3.338,16.141,16.141,0,0,1,.249-4.84c.275-1,.6-.813.2-1.022-.427-.22-.887.071-1.258.813A27.247,27.247,0,0,1,7.4,13.522a2.141,2.141,0,0,1-2.918.461c-.206-.174-.282.095-.026.37a2.412,2.412,0,0,0,3.387-.082A32.715,32.715,0,0,0,12.219,7.51a23.541,23.541,0,0,0,.063,3.971,11.464,11.464,0,0,1-1.964.749c-.388.1-.628.26-.635.439-.007.2.253.363.63.541.67.318,2.633,1.246,3.117,1.527.414.24.616.053.739-.207.16-.338-.279-.533-.7-.661a13.175,13.175,0,0,1-.382-2.179,7.143,7.143,0,0,0,2.547-2.454,4.7,4.7,0,0,0,.4-1.133,2.125,2.125,0,0,0,.048-.742s-.007-.054-.048-.059' transform='translate(-3.51 -3.943)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")||u(t,"src",r),u(o,"alt","GoA Logo"),u(o,"class","image-desktop"),Le(o.src,a="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='149.351' height='42' viewBox='0 0 149.351 42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%2300aad2;%7D.d%7Bfill:%235f6a72;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='149.351' height='42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='13.555' height='13.555' transform='translate(135.796 21.524)'/%3E%3Cpath class='d' d='M63.082,33.088c-1.383.138-2.835.277-4.357.346.553-4.357,2.835-10.373,5.671-9.405,1.66.553.761,5.671-1.314,9.059m-3.527,2.974a3.761,3.761,0,0,1-1.245,0,.851.851,0,0,0,.346-.692v-.553c.761,0,1.936-.138,3.389-.277a4.327,4.327,0,0,1-2.49,1.521M76.844,25.688c1.8-1.66,2.7-1.521,2.9-1.106.484.968-1.591,4.357-5.671,6.224a10.328,10.328,0,0,1,2.766-5.118m66.736,1.66c-.207-3.389-3.181-3.942-3.6-2.974-.138.346,1.106.207,1.106,2.628,0,3.942-4.011,9.129-9.129,9.129-5.532,0-6.985-4.357-7.261-6.432-.207-1.452.138-3.458-2.351-3.181-1.729.207-3.25,3.527-5.463,6.362-1.867,2.42-2.7,2.213-2.282.138.553-2.628,2.7-8.714,5.187-9.129,1.176-.207,1.591,1.8,2.075.553s.069-4.011-2.559-4.011c-1.8,0-3.942,1.936-5.74,4.08-1.521,1.936-9.336,13.416-12.656,10.927-1.521-1.176-1.383-5.878-.415-11.411,3.873-1.521,7.123-1.037,8.921-.138.9.415,1.037.346.622-.622-.553-1.452-3.665-3.734-8.575-2.7-.138,0-.207.069-.346.069.415-1.8.83-3.665,1.383-5.463.484-1.66,1.8-4.5-1.729-4.979-1.106-.207-.622.346-1.037,1.867-.692,2.766-1.521,6.362-2.144,10.028a19.745,19.745,0,0,0-7.538,8.091,38.59,38.59,0,0,0,.9-4.772,1.589,1.589,0,0,0-1.245-1.729c-.761-.207-1.729.138-2.628,1.452-2.144,3.043-4.841,7.815-8.99,9.82-2.974,1.452-4.288,0-4.357-2.282a9.869,9.869,0,0,0,1.521-.553c5.394-2.351,7.192-5.947,5.878-8.16-1.314-2.075-4.979-1.452-7.953,1.66a11.175,11.175,0,0,0-2.7,6.5c-1.245.277-2.628.484-4.219.692,2.49-4.08,2.282-9.613-1.383-10.581-4.288-1.106-6.432,3.043-7.331,6.5.346-3.873.9-7.745,1.591-11.549.346-1.66,1.452-4.5-2.075-4.979-1.106-.207-.968.346-.9,1.867.138,2.075-2.144,14.454-.968,19.848-1.521.484-2.144,1.66-.207,2.835,1.383.83,4.357,1.106,7.331-.346a9.3,9.3,0,0,0,2.766-2.144c1.8-.207,3.665-.553,5.394-.83.277,2.42,1.867,4.219,5.463,3.873,5.118-.484,9.682-6.777,11.411-9.82-.346,3.25-2.42,10.373,1.176,10.028,1.383-.138.83-.346.9-1.591.346-4.288,3.873-7.953,7.4-10.166-.622,5.256-.415,9.958,2.006,11.411,4.426,2.766,10.581-4.5,14.039-8.921-1.729,3.942-2.7,8.921-.138,9.682,3.043.9,5.463-4.219,8.3-8.091.346,2.766,2.213,7.607,9.682,7.607,8.022-.069,13.071-4.91,12.863-10.1m-108.3,8.645A66.439,66.439,0,0,1,27.4,32.534a59.168,59.168,0,0,0,6.777-2.974,54.453,54.453,0,0,0,1.106,6.432m20.4,3.873c-.069-.207-.622.069-1.106,0-1.452-.207-3.389-2.213-3.942-5.463-1.037-5.878-.415-11.687,1.314-20.332.346-1.66,1.452-4.5-2.075-5.048-1.106-.138-.553.415-.83,1.867C47.66,17.32,42.4,21.954,37.149,25.066,36.6,17.735,36.8,9.505,38.186,4.526c1.176-4.219,2.559-3.458.83-4.357s-3.734.277-5.325,3.458S24.839,23.89,13.221,35.439C7.273,41.317,1.879,38.274.842,37.375c-.9-.761-1.176.415-.138,1.591,4.772,5.256,11.826,2.282,14.384-.277,7.054-7.054,15.283-22.268,18.6-28.7a98.251,98.251,0,0,0,.277,16.874,50.129,50.129,0,0,1-8.3,3.181c-1.66.415-2.7,1.106-2.7,1.867s1.106,1.521,2.7,2.282c2.835,1.383,11.2,5.256,13.209,6.5,1.729,1.037,2.628.207,3.112-.9.692-1.452-1.176-2.282-2.974-2.766a60.545,60.545,0,0,1-1.66-9.267c4.219-2.628,8.437-6.086,10.788-10.443C47.522,20.916,46,33.3,49.873,38.482a5.451,5.451,0,0,0,4.564,2.213c.968-.069,1.383-.692,1.245-.83' transform='translate(-0.038 0.124)'/%3E%3C/g%3E%3C/svg%3E")||u(o,"src",a),u(s,"class","title"),u(e,"class","app-link")},m(d,f){p(d,e,f),m(e,t),m(e,n),m(e,o),m(e,l),m(e,s),m(s,c)},p(d,f){f&1&&V(c,d[0])},d(d){d&&E(e)}}}function ur(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("a"),t=b("img"),n=R(),o=b("img"),l=R(),s=b("span"),c=O(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),Le(t.src,r="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%2300aad2;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='14' height='14' transform='translate(-0.345 -0.21)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -0.135)'%3E%3Ccircle class='b' cx='8' cy='8' r='8' transform='translate(0 0.135)'/%3E%3Cg transform='translate(1.345 1.344)'%3E%3Cg class='c' transform='translate(0 0)'%3E%3Cpath class='d' d='M12.612,13.636a16.24,16.24,0,0,1-1.86-.822,13.436,13.436,0,0,0,1.6-.708,11.312,11.312,0,0,0,.264,1.53M16.032,7.3c-.266-.034-.128.091-.2.442a5.465,5.465,0,0,1-2.8,3.338,16.141,16.141,0,0,1,.249-4.84c.275-1,.6-.813.2-1.022-.427-.22-.887.071-1.258.813A27.247,27.247,0,0,1,7.4,13.522a2.141,2.141,0,0,1-2.918.461c-.206-.174-.282.095-.026.37a2.412,2.412,0,0,0,3.387-.082A32.715,32.715,0,0,0,12.219,7.51a23.541,23.541,0,0,0,.063,3.971,11.464,11.464,0,0,1-1.964.749c-.388.1-.628.26-.635.439-.007.2.253.363.63.541.67.318,2.633,1.246,3.117,1.527.414.24.616.053.739-.207.16-.338-.279-.533-.7-.661a13.175,13.175,0,0,1-.382-2.179,7.143,7.143,0,0,0,2.547-2.454,4.7,4.7,0,0,0,.4-1.133,2.125,2.125,0,0,0,.048-.742s-.007-.054-.048-.059' transform='translate(-3.51 -3.943)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")||u(t,"src",r),u(o,"alt","GoA Logo"),u(o,"class","image-desktop"),Le(o.src,a="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='149.351' height='42' viewBox='0 0 149.351 42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%2300aad2;%7D.d%7Bfill:%235f6a72;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='149.351' height='42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='13.555' height='13.555' transform='translate(135.796 21.524)'/%3E%3Cpath class='d' d='M63.082,33.088c-1.383.138-2.835.277-4.357.346.553-4.357,2.835-10.373,5.671-9.405,1.66.553.761,5.671-1.314,9.059m-3.527,2.974a3.761,3.761,0,0,1-1.245,0,.851.851,0,0,0,.346-.692v-.553c.761,0,1.936-.138,3.389-.277a4.327,4.327,0,0,1-2.49,1.521M76.844,25.688c1.8-1.66,2.7-1.521,2.9-1.106.484.968-1.591,4.357-5.671,6.224a10.328,10.328,0,0,1,2.766-5.118m66.736,1.66c-.207-3.389-3.181-3.942-3.6-2.974-.138.346,1.106.207,1.106,2.628,0,3.942-4.011,9.129-9.129,9.129-5.532,0-6.985-4.357-7.261-6.432-.207-1.452.138-3.458-2.351-3.181-1.729.207-3.25,3.527-5.463,6.362-1.867,2.42-2.7,2.213-2.282.138.553-2.628,2.7-8.714,5.187-9.129,1.176-.207,1.591,1.8,2.075.553s.069-4.011-2.559-4.011c-1.8,0-3.942,1.936-5.74,4.08-1.521,1.936-9.336,13.416-12.656,10.927-1.521-1.176-1.383-5.878-.415-11.411,3.873-1.521,7.123-1.037,8.921-.138.9.415,1.037.346.622-.622-.553-1.452-3.665-3.734-8.575-2.7-.138,0-.207.069-.346.069.415-1.8.83-3.665,1.383-5.463.484-1.66,1.8-4.5-1.729-4.979-1.106-.207-.622.346-1.037,1.867-.692,2.766-1.521,6.362-2.144,10.028a19.745,19.745,0,0,0-7.538,8.091,38.59,38.59,0,0,0,.9-4.772,1.589,1.589,0,0,0-1.245-1.729c-.761-.207-1.729.138-2.628,1.452-2.144,3.043-4.841,7.815-8.99,9.82-2.974,1.452-4.288,0-4.357-2.282a9.869,9.869,0,0,0,1.521-.553c5.394-2.351,7.192-5.947,5.878-8.16-1.314-2.075-4.979-1.452-7.953,1.66a11.175,11.175,0,0,0-2.7,6.5c-1.245.277-2.628.484-4.219.692,2.49-4.08,2.282-9.613-1.383-10.581-4.288-1.106-6.432,3.043-7.331,6.5.346-3.873.9-7.745,1.591-11.549.346-1.66,1.452-4.5-2.075-4.979-1.106-.207-.968.346-.9,1.867.138,2.075-2.144,14.454-.968,19.848-1.521.484-2.144,1.66-.207,2.835,1.383.83,4.357,1.106,7.331-.346a9.3,9.3,0,0,0,2.766-2.144c1.8-.207,3.665-.553,5.394-.83.277,2.42,1.867,4.219,5.463,3.873,5.118-.484,9.682-6.777,11.411-9.82-.346,3.25-2.42,10.373,1.176,10.028,1.383-.138.83-.346.9-1.591.346-4.288,3.873-7.953,7.4-10.166-.622,5.256-.415,9.958,2.006,11.411,4.426,2.766,10.581-4.5,14.039-8.921-1.729,3.942-2.7,8.921-.138,9.682,3.043.9,5.463-4.219,8.3-8.091.346,2.766,2.213,7.607,9.682,7.607,8.022-.069,13.071-4.91,12.863-10.1m-108.3,8.645A66.439,66.439,0,0,1,27.4,32.534a59.168,59.168,0,0,0,6.777-2.974,54.453,54.453,0,0,0,1.106,6.432m20.4,3.873c-.069-.207-.622.069-1.106,0-1.452-.207-3.389-2.213-3.942-5.463-1.037-5.878-.415-11.687,1.314-20.332.346-1.66,1.452-4.5-2.075-5.048-1.106-.138-.553.415-.83,1.867C47.66,17.32,42.4,21.954,37.149,25.066,36.6,17.735,36.8,9.505,38.186,4.526c1.176-4.219,2.559-3.458.83-4.357s-3.734.277-5.325,3.458S24.839,23.89,13.221,35.439C7.273,41.317,1.879,38.274.842,37.375c-.9-.761-1.176.415-.138,1.591,4.772,5.256,11.826,2.282,14.384-.277,7.054-7.054,15.283-22.268,18.6-28.7a98.251,98.251,0,0,0,.277,16.874,50.129,50.129,0,0,1-8.3,3.181c-1.66.415-2.7,1.106-2.7,1.867s1.106,1.521,2.7,2.282c2.835,1.383,11.2,5.256,13.209,6.5,1.729,1.037,2.628.207,3.112-.9.692-1.452-1.176-2.282-2.974-2.766a60.545,60.545,0,0,1-1.66-9.267c4.219-2.628,8.437-6.086,10.788-10.443C47.522,20.916,46,33.3,49.873,38.482a5.451,5.451,0,0,0,4.564,2.213c.968-.069,1.383-.692,1.245-.83' transform='translate(-0.038 0.124)'/%3E%3C/g%3E%3C/svg%3E")||u(o,"src",a),u(s,"class","title"),u(e,"href",i[1]),u(e,"class","app-link")},m(d,f){p(d,e,f),m(e,t),m(e,n),m(e,o),m(e,l),m(e,s),m(s,c)},p(d,f){f&1&&V(c,d[0]),f&2&&u(e,"href",d[1])},d(d){d&&E(e)}}}function fr(i){let e,t,r;function n(l,s){return l[1]?ur:dr}let o=n(i),a=o(i);return{c(){e=b("div"),a.c(),t=R(),r=b("div"),r.innerHTML="<slot></slot>",this.c=v,u(e,"class","app-header"),u(e,"data-testid",i[2])},m(l,s){p(l,e,s),a.m(e,null),m(e,t),m(e,r)},p(l,[s]){o===(o=n(l))&&a?a.p(l,s):(a.d(1),a=o(l),a&&(a.c(),a.m(e,t))),s&4&&u(e,"data-testid",l[2])},i:v,o:v,d(l){l&&E(e),a.d()}}}function hr(i,e,t){let{heading:r=""}=e,{url:n=""}=e,{testid:o=""}=e;return i.$$set=a=>{"heading"in a&&t(0,r=a.heading),"url"in a&&t(1,n=a.url),"testid"in a&&t(2,o=a.testid)},[r,n,o]}class ut extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.app-header{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:1rem 1.5rem;border-bottom:1px solid var(--color-gray-100)}@media(max-width: 640px){.app-header{padding:1rem 1rem}}.app-link{display:flex;align-items:center;text-decoration:none;color:inherit}.title{margin-left:0.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.image-desktop{display:none}.image-mobile{display:block}@media(min-width: 768px){.image-desktop{display:block}.image-mobile{display:none}.title{margin-left:1.75rem}.image-desktop{display:block}.image-mobile{display:none}}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},hr,fr,G,{heading:0,url:1,testid:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["heading","url","testid"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),h()}get url(){return this.$$.ctx[1]}set url(e){this.$$set({url:e}),h()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),h()}}customElements.define("goa-app-header",ut);function F(i){return i==="false"?!1:i===""?!0:!!i}function gr(i){let e;return{c(){e=b("div"),q(e,"height","1.2rem"),q(e,"margin-left","-0.25rem")},m(t,r){p(t,e,r)},p:v,d(t){t&&E(e)}}}function mr(i){let e;return{c(){e=b("goa-icon"),C(e,"type",i[4]),C(e,"size","small")},m(t,r){p(t,e,r)},p(t,r){r&16&&C(e,"type",t[4])},d(t){t&&E(e)}}}function ft(i){let e,t;return{c(){e=b("div"),t=O(i[2]),u(e,"class","goa-badge-content")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&4&&V(t,r[2])},d(r){r&&E(e)}}}function br(i){let e,t,r;function n(s,c){return s[3]?mr:gr}let o=n(i),a=o(i),l=i[2]&&ft(i);return{c(){e=b("div"),a.c(),t=R(),l&&l.c(),this.c=v,u(e,"data-testid",i[1]),u(e,"data-type","goa-badge"),u(e,"class",r="goa-badge badge-"+i[0]),B(e,"icon-only",i[3]&&!i[2])},m(s,c){p(s,e,c),a.m(e,null),m(e,t),l&&l.m(e,null)},p(s,[c]){o===(o=n(s))&&a?a.p(s,c):(a.d(1),a=o(s),a&&(a.c(),a.m(e,t))),s[2]?l?l.p(s,c):(l=ft(s),l.c(),l.m(e,null)):l&&(l.d(1),l=null),c&2&&u(e,"data-testid",s[1]),c&1&&r!==(r="goa-badge badge-"+s[0])&&u(e,"class",r),c&13&&B(e,"icon-only",s[3]&&!s[2])},i:v,o:v,d(s){s&&E(e),a.d(),l&&l.d()}}}function vr(i,e,t){let r,n,{type:o}=e,{testid:a=""}=e,{icon:l="false"}=e,{content:s=""}=e;return Q(()=>{!r&&!s&&console.warn("GoABadge must have either then content or icon property set")}),i.$$set=c=>{"type"in c&&t(0,o=c.type),"testid"in c&&t(1,a=c.testid),"icon"in c&&t(5,l=c.icon),"content"in c&&t(2,s=c.content)},i.$$.update=()=>{i.$$.dirty&32&&t(3,r=F(l)),i.$$.dirty&1&&t(4,n={success:"checkmark-circle",important:"alert-circle",information:"information-circle",emergency:"warning",dark:"information-circle",midtone:"information-circle",light:"information-circle"}[o])},[o,a,s,r,n,l]}class ht extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;align-items:center;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular);margin:0.25rem}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm);padding-bottom:var(--font-valign-fix)}.goa-badge.badge-information{background-color:var(--color-gray-100);color:var(--goa-color-status-info)}.goa-badge.badge-success{background-color:var(--goa-color-status-success);color:var(--goa-color-text-light)}.goa-badge.badge-important{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.goa-badge.badge-emergency{background-color:var(--goa-color-status-emergency);color:var(--goa-color-text-light)}.goa-badge.badge-dark{background-color:var(--color-black);color:var(--goa-color-text-light)}.goa-badge.badge-midtone{background-color:var(--color-gray-600);color:var(--goa-color-text-light)}.goa-badge.badge-light{background-color:var(--color-white);color:var(--goa-color-text)}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},vr,br,G,{type:0,testid:1,icon:5,content:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),h()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),h()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),h()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),h()}}customElements.define("goa-badge",ht);function pr(i){let e,t,r,n,o=i[4]&>(i),a=i[5]&&mt(i);return{c(){o&&o.c(),e=R(),t=b("div"),t.innerHTML="<slot></slot>",r=R(),a&&a.c(),n=ie(),u(t,"class","text")},m(l,s){o&&o.m(l,s),p(l,e,s),p(l,t,s),p(l,r,s),a&&a.m(l,s),p(l,n,s)},p(l,s){l[4]?o?o.p(l,s):(o=gt(l),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null),l[5]?a?a.p(l,s):(a=mt(l),a.c(),a.m(n.parentNode,n)):a&&(a.d(1),a=null)},d(l){o&&o.d(l),l&&E(e),l&&E(t),l&&E(r),a&&a.d(l),l&&E(n)}}}function wr(i){let e,t,r;return{c(){e=b("div"),e.innerHTML="<slot></slot>",t=R(),r=b("goa-icon"),u(e,"class","text"),C(r,"id","trailing-icon"),C(r,"type","arrow-forward"),C(r,"inverted","true")},m(n,o){p(n,e,o),p(n,t,o),p(n,r,o)},p:v,d(n){n&&E(e),n&&E(t),n&&E(r)}}}function gt(i){let e;return{c(){e=b("goa-icon"),C(e,"id","leading-icon"),C(e,"type",i[4]),C(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&16&&C(e,"type",t[4]),r&128&&C(e,"inverted",t[7])},d(t){t&&E(e)}}}function mt(i){let e;return{c(){e=b("goa-icon"),C(e,"id","trailing-icon"),C(e,"type",i[5]),C(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&32&&C(e,"type",t[5]),r&128&&C(e,"inverted",t[7])},d(t){t&&E(e)}}}function _r(i){let e,t,r,n;function o(s,c){return s[0]==="start"?wr:pr}let a=o(i),l=a(i);return{c(){e=b("button"),l.c(),this.c=v,u(e,"class",t=""+(i[0]+" "+i[1]+" "+i[2])),u(e,"title",i[3]),e.disabled=i[8],u(e,"data-testid",i[6]),B(e,"leading",i[4]),B(e,"trailing",i[5]||i[0]==="start")},m(s,c){p(s,e,c),l.m(e,null),r||(n=Z(e,"click",yr),r=!0)},p(s,[c]){a===(a=o(s))&&l?l.p(s,c):(l.d(1),l=a(s),l&&(l.c(),l.m(e,null))),c&7&&t!==(t=""+(s[0]+" "+s[1]+" "+s[2]))&&u(e,"class",t),c&8&&u(e,"title",s[3]),c&256&&(e.disabled=s[8]),c&64&&u(e,"data-testid",s[6]),c&23&&B(e,"leading",s[4]),c&39&&B(e,"trailing",s[5]||s[0]==="start")},i:v,o:v,d(s){s&&E(e),l.d(),r=!1,n()}}}function yr(i){this.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),i.stopPropagation()}function kr(i,e,t){let r,n;const o=["primary","secondary","tertiary","start"],a=["normal","compact"],l=["normal","destructive"];function s(z){return o.includes(z)}function c(z){return a.includes(z)}function d(z){return l.includes(z)}let{type:f="primary"}=e,{size:g="normal"}=e,{variant:y="normal"}=e,{title:w=""}=e,{disabled:_="false"}=e,{leadingicon:A=null}=e,{trailingicon:k=null}=e,{testid:M=""}=e;return Q(()=>{if(!s(f))throw"Invalid button type";if(!c(g))throw"Invalid button size";if(!d(y))throw"Invalid button variant"}),i.$$set=z=>{"type"in z&&t(0,f=z.type),"size"in z&&t(1,g=z.size),"variant"in z&&t(2,y=z.variant),"title"in z&&t(3,w=z.title),"disabled"in z&&t(9,_=z.disabled),"leadingicon"in z&&t(4,A=z.leadingicon),"trailingicon"in z&&t(5,k=z.trailingicon),"testid"in z&&t(6,M=z.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(8,r=F(_)),i.$$.dirty&1&&t(7,n=f==="primary"||f==="start")},[f,g,y,w,A,k,M,n,r,_]}class bt extends N{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}@media(max-width: 480px){:host{width:100%}button{width:100%}}button{display:inline-flex;box-sizing:border-box;border-radius:0.25rem;border:2px solid var(--goa-color-interactive);box-sizing:border-box;cursor:pointer;font-family:var(--font-family);font-size:var(--fs-lg);font-weight:400;height:var(--button-height);letter-spacing:0.5px;line-height:100%;padding:0 0.75rem;gap:0.5rem;align-items:center;justify-content:center;transition:transform 0.1s ease-in-out, background-color 0.2s ease-in-out,
|
|
5
5
|
border-color 0.2s ease-in-out}.text{padding-bottom:var(--font-valign-fix)}button:disabled{pointer-events:none;opacity:0.5}button.compact{height:var(--button-height-compact);font-size:var(--fs-base)}button.start{height:var(--button-height-tall);font-weight:var(--fw-bold)}button.start,button.primary{border:2px solid var(--goa-color-interactive);background:var(--goa-color-interactive);color:var(--goa-color-text-light)}button.start:hover,button.primary:hover{border-color:var(--goa-color-interactive--hover);background:var(--goa-color-interactive--hover)}button.start:focus,button.start:active,button.primary:focus,button.primary:active{box-shadow:0 0 0 3px var(--goa-color-interactive--focus);border-color:var(--goa-color-interactive--active);background:var(--goa-color-interactive--active);outline:none}button.secondary{border:2px solid var(--goa-color-interactive);background:var(--color-white);color:var(--goa-color-interactive)}button.secondary:hover{border-color:var(--goa-color-interactive--hover);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.secondary:focus,button.secondary:active{border-color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);background:var(--color-gray-100);outline:none}button.tertiary{border:1px solid transparent;background:transparent;color:var(--goa-color-interactive);text-decoration:underline}button.tertiary:hover{border-color:var(--color-gray-100);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.tertiary:focus,button.tertiary:active{border-color:var(--color-gray-100);background:var(--color-gray-100);color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}.primary.destructive{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.destructive:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.destructive:focus,.primary.destructive:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.destructive{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.destructive:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.destructive:focus,.secondary.destructive:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.destructive{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.destructive:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.destructive:focus,.tertiary.destructive:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`,j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},kr,_r,G,{type:0,size:1,variant:2,title:3,disabled:9,leadingicon:4,trailingicon:5,testid:6},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["type","size","variant","title","disabled","leadingicon","trailingicon","testid"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),h()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),h()}get variant(){return this.$$.ctx[2]}set variant(e){this.$$set({variant:e}),h()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),h()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),h()}get leadingicon(){return this.$$.ctx[4]}set leadingicon(e){this.$$set({leadingicon:e}),h()}get trailingicon(){return this.$$.ctx[5]}set trailingicon(e){this.$$set({trailingicon:e}),h()}get testid(){return this.$$.ctx[6]}set testid(e){this.$$set({testid:e}),h()}}customElements.define("goa-button",bt);function xr(i){let e,t;return{c(){e=b("div"),t=b("slot"),this.c=v,q(e,"--alignment","flex-"+i[1]),q(e,"--gap-size",i[0]==="small"?"0.5rem":"1.25rem")},m(r,n){p(r,e,n),m(e,t)},p(r,[n]){n&2&&q(e,"--alignment","flex-"+r[1]),n&1&&q(e,"--gap-size",r[0]==="small"?"0.5rem":"1.25rem")},i:v,o:v,d(r){r&&E(e)}}}function Er(i,e,t){let{gap:r="medium"}=e,{alignment:n}=e;return i.$$set=o=>{"gap"in o&&t(0,r=o.gap),"alignment"in o&&t(1,n=o.alignment)},[r,n]}class vt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}div{display:flex;flex-direction:row;justify-content:var(--alignment);flex-wrap:wrap;gap:var(--gap-size)}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Er,xr,G,{gap:0,alignment:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["gap","alignment"]}get gap(){return this.$$.ctx[0]}set gap(e){this.$$set({gap:e}),h()}get alignment(){return this.$$.ctx[1]}set alignment(e){this.$$set({alignment:e}),h()}}customElements.define("goa-button-group",vt);function pt(i){let e,t;return{c(){e=b("h3"),t=O(i[1])},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&2&&V(t,r[1])},d(r){r&&E(e)}}}function Cr(i){let e,t,r,n,o,a,l,s,c,d=i[1]&&pt(i);return{c(){e=b("div"),t=b("span"),r=b("goa-icon"),a=R(),l=b("span"),d&&d.c(),s=R(),c=b("slot"),this.c=v,C(r,"type",i[3]),C(r,"inverted",n=i[0]==="important"?"false":"true"),u(t,"class",o="icon "+i[0]),u(l,"class","content"),u(e,"class","notification"),u(e,"data-testid",i[2])},m(f,g){p(f,e,g),m(e,t),m(t,r),m(e,a),m(e,l),d&&d.m(l,null),m(l,s),m(l,c)},p(f,[g]){g&8&&C(r,"type",f[3]),g&1&&n!==(n=f[0]==="important"?"false":"true")&&C(r,"inverted",n),g&1&&o!==(o="icon "+f[0])&&u(t,"class",o),f[1]?d?d.p(f,g):(d=pt(f),d.c(),d.m(l,s)):d&&(d.d(1),d=null),g&4&&u(e,"data-testid",f[2])},i:v,o:v,d(f){f&&E(e),d&&d.d()}}}function zr(i,e,t){let r,{type:n}=e,{heading:o=""}=e,{testid:a=""}=e;return i.$$set=l=>{"type"in l&&t(0,n=l.type),"heading"in l&&t(1,o=l.heading),"testid"in l&&t(2,a=l.testid)},i.$$.update=()=>{i.$$.dirty&1&&t(3,r=n==="emergency"?"warning":n==="important"?"alert-circle":n==="information"?"information-circle":n==="success"?"checkmark-circle":n==="event"?"calendar":"")},[n,o,a,r]}class wt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.notification{display:flex;align-items:stretch;border-radius:3px;overflow:hidden;margin-bottom:1.75rem}h3{font-size:var(--fs-xl);line-height:var(--lh-base);font-weight:var(--fw-regular);margin-top:0}.emergency{background-color:var(--goa-color-status-emergency)}.important{background-color:var(--goa-color-status-warning)}.information{background-color:var(--goa-color-status-info)}.event{background-color:var(--goa-color-status-info)}.success{background-color:var(--goa-color-status-success)}.icon{flex:0 0 3rem;text-align:center;padding-top:1.75rem}.content{flex:1 1 auto;background-color:var(--color-gray-100);padding:1.75rem}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},zr,Cr,G,{type:0,heading:1,testid:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["type","heading","testid"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),h()}get heading(){return this.$$.ctx[1]}set heading(e){this.$$set({heading:e}),h()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),h()}}customElements.define("goa-callout",wt);function Mr(i){let e,t,r;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"data-testid",i[2]),u(e,"class","card"),u(e,"style",r="--width: "+i[1]+"px; "+(i[0]===0?"border: 1px solid var(--color-gray-200);":`box-shadow: var(--shadow-${i[0]});`)+"")},m(n,o){p(n,e,o),m(e,t)},p(n,[o]){o&4&&u(e,"data-testid",n[2]),o&3&&r!==(r="--width: "+n[1]+"px; "+(n[0]===0?"border: 1px solid var(--color-gray-200);":`box-shadow: var(--shadow-${n[0]});`)+"")&&u(e,"style",r)},i:v,o:v,d(n){n&&E(e)}}}function Ar(i,e,t){let{elevation:r=0}=e,{width:n=320}=e,{testId:o=""}=e;return i.$$set=a=>{"elevation"in a&&t(0,r=a.elevation),"width"in a&&t(1,n=a.width),"testId"in a&&t(2,o=a.testId)},[r,n,o]}class _t extends N{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card{display:flex;flex-direction:column;background-color:var(--color-white);border-radius:4px;overflow:hidden;width:100%}@media(min-width: 320px){.card{width:var(--width);margin:0 auto
|
|
6
6
|
}}</style>`,j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Ar,Mr,G,{elevation:0,width:1,testId:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["elevation","width","testId"]}get elevation(){return this.$$.ctx[0]}set elevation(e){this.$$set({elevation:e}),h()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),h()}get testId(){return this.$$.ctx[2]}set testId(e){this.$$set({testId:e}),h()}}customElements.define("goa-card",_t);function Lr(i){let e;return{c(){e=b("goa-card-content"),e.innerHTML='<goa-button-group alignment="end"><slot></slot></goa-button-group>',this.c=v},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class yt extends N{constructor(e){super();j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,Lr,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-card-actions",yt);function Tr(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",this.c=v,u(e,"class","card-content")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class kt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-content{padding:1rem}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,Tr,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-card-content",kt);function Rr(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",this.c=v,u(e,"class","card-group")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class xt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-group{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1rem;width:100%}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,Rr,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-card-group",xt);function Hr(i){let e;return{c(){e=b("div"),this.c=v,u(e,"class","card-image"),q(e,"background-image","url("+i[0]+")"),q(e,"height",i[1]),q(e,"background-size","cover"),q(e,"background-position","center")},m(t,r){p(t,e,r)},p(t,[r]){r&1&&q(e,"background-image","url("+t[0]+")"),r&2&&q(e,"height",t[1])},i:v,o:v,d(t){t&&E(e)}}}function Sr(i,e,t){let{src:r}=e,{height:n="100%"}=e;return i.$$set=o=>{"src"in o&&t(0,r=o.src),"height"in o&&t(1,n=o.height)},[r,n]}class Et extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Sr,Hr,G,{src:0,height:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["src","height"]}get src(){return this.$$.ctx[0]}set src(e){this.$$set({src:e}),h()}get height(){return this.$$.ctx[1]}set height(e){this.$$set({height:e}),h()}}customElements.define("goa-card-image",Et);function Ir(i){let e,t;return{c(){e=ue("svg"),t=ue("path"),u(t,"d","M5.09,9.64,1.27,5.82,0,7.09l5.09,5.09L16,1.27,14.73,0Z"),u(e,"id","checkmark"),u(e,"data-testid","checkmark"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"viewBox","0 0 16 12.18")},m(r,n){p(r,e,n),m(e,t)},d(r){r&&E(e)}}}function Br(i){let e,t;return{c(){e=ue("svg"),t=ue("rect"),u(t,"width","15"),u(t,"height","2"),u(e,"id","dashmark"),u(e,"data-testid","dashmark"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"viewBox","0 0 15 2")},m(r,n){p(r,e,n),m(e,t)},d(r){r&&E(e)}}}function Dr(i){let e,t,r,n,o,a,l,s,c,d,f;function g(_,A){if(_[5])return Br;if(_[4])return Ir}let y=g(i),w=y&&y(i);return{c(){e=b("label"),t=b("div"),r=b("input"),o=R(),w&&w.c(),a=R(),l=b("div"),s=b("slot"),c=O(i[1]),this.c=v,u(r,"id",i[0]),u(r,"data-testid",i[3]),u(r,"name",i[0]),r.checked=i[4],r.disabled=i[7],u(r,"type","checkbox"),r.value=n=`${i[2]}`,u(t,"class","goa-checkbox-container"),B(t,"goa-checkbox--selected",i[4]),u(l,"class","goa-checkbox-text"),u(l,"data-testid","text"),u(e,"for",i[0]),u(e,"class","goa-checkbox"),B(e,"goa-checkbox--disabled",i[7]),B(e,"goa-checkbox--error",i[6])},m(_,A){p(_,e,A),m(e,t),m(t,r),m(t,o),w&&w.m(t,null),m(e,a),m(e,l),m(l,s),m(s,c),d||(f=Z(r,"change",i[8]),d=!0)},p(_,[A]){A&1&&u(r,"id",_[0]),A&8&&u(r,"data-testid",_[3]),A&1&&u(r,"name",_[0]),A&16&&(r.checked=_[4]),A&128&&(r.disabled=_[7]),A&4&&n!==(n=`${_[2]}`)&&(r.value=n),y!==(y=g(_))&&(w&&w.d(1),w=y&&y(_),w&&(w.c(),w.m(t,null))),A&16&&B(t,"goa-checkbox--selected",_[4]),A&2&&V(c,_[1]),A&1&&u(e,"for",_[0]),A&128&&B(e,"goa-checkbox--disabled",_[7]),A&64&&B(e,"goa-checkbox--error",_[6])},i:v,o:v,d(_){_&&E(e),w&&w.d(),d=!1,f()}}}function Gr(i,e,t){let r,n,o,a,{name:l}=e,{checked:s}=e,{text:c=""}=e,{value:d=""}=e,{disabled:f}=e,{error:g}=e,{testid:y=""}=e;function w(_){const A=!o,k=A?`${d||"checked"}`:"";_.target.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:l,checked:A,value:k}}))}return i.$$set=_=>{"name"in _&&t(0,l=_.name),"checked"in _&&t(9,s=_.checked),"text"in _&&t(1,c=_.text),"value"in _&&t(2,d=_.value),"disabled"in _&&t(10,f=_.disabled),"error"in _&&t(11,g=_.error),"testid"in _&&t(3,y=_.testid)},i.$$.update=()=>{i.$$.dirty&1024&&t(7,r=F(f)),i.$$.dirty&2048&&t(6,n=F(g)),i.$$.dirty&512&&t(4,o=F(s))},t(5,a=!1),[l,c,d,y,o,a,n,r,w,s,f,g]}class Ct extends N{constructor(e){super();this.shadowRoot.innerHTML='<style>:host{box-sizing:border-box;font-family:var(--font-family);display:block}.goa-checkbox{display:inline-flex;align-items:center;min-height:calc(3rem - 4px);cursor:pointer}.goa-checkbox input[type="checkbox"]{opacity:0;position:absolute;cursor:pointer}.goa-checkbox--disabled{opacity:40%}.goa-checkbox-container{box-sizing:border-box;border:1px solid var(--color-gray-600);border-radius:2px;background-color:var(--color-white);height:1.5rem;width:1.5rem;display:flex;justify-content:center;padding:3px;flex:0 0 auto}.goa-checkbox-container svg{fill:var(--color-white)}.goa-checkbox-container.goa-checkbox--selected{background-color:var(--goa-color-interactive)}.goa-checkbox-container.goa-checkbox--selected:hover{background-color:var(--goa-color-interactive--hover)}.goa-checkbox-container:hover{border:1px solid var(--goa-color-interactive--hover)}.goa-checkbox-container:focus-within{box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}.goa-checkbox-text{padding-left:0.5rem;user-select:none;font-weight:var(--fw-regular)}.goa-checkbox--disabled .goa-checkbox-container,.goa-checkbox--disabled .goa-checkbox-container:hover{border:1px solid var(--color-gray-400)}.goa-checkbox--error .goa-checkbox-container,.goa-checkbox--error .goa-checkbox-container:hover{border:1px solid var(--goa-color-status-emergency);box-shadow:inset 0 0 0 1px var(--goa-color-status-emergency);background-color:var(--color-white)}.goa-checkbox--error .goa-checkbox-container svg{fill:var(--goa-color-status-emergency)}</style>',j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Gr,Dr,G,{name:0,checked:9,text:1,value:2,disabled:10,error:11,testid:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["name","checked","text","value","disabled","error","testid"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),h()}get checked(){return this.$$.ctx[9]}set checked(e){this.$$set({checked:e}),h()}get text(){return this.$$.ctx[1]}set text(e){this.$$set({text:e}),h()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),h()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),h()}get error(){return this.$$.ctx[11]}set error(e){this.$$set({error:e}),h()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),h()}}customElements.define("goa-checkbox",Ct);function zt(i){let e;return{c(){e=b("goa-icon"),C(e,"class","leading-icon"),C(e,"size","medium"),C(e,"type",i[0])},m(t,r){p(t,e,r)},p(t,r){r&1&&C(e,"type",t[0])},d(t){t&&E(e)}}}function Mt(i){let e,t,r;return{c(){e=b("goa-icon"),C(e,"class","delete-icon"),C(e,"size","medium"),C(e,"theme","filled"),C(e,"type","close-circle"),C(e,"fillcolor",t=i[4]?"var(--goa-color-status-emergency)":i[3]?"var(--goa-color-interactive--hover)":"var(--color-gray-600)"),C(e,"opacity",r=i[4]?i[3]?1:.5:1)},m(n,o){p(n,e,o)},p(n,o){o&24&&t!==(t=n[4]?"var(--goa-color-status-emergency)":n[3]?"var(--goa-color-interactive--hover)":"var(--color-gray-600)")&&C(e,"fillcolor",t),o&24&&r!==(r=n[4]?n[3]?1:.5:1)&&C(e,"opacity",r)},d(n){n&&E(e)}}}function Nr(i){let e,t,r,n,o,a,l,s=i[0]&&zt(i),c=i[5]&&Mt(i);return{c(){e=b("div"),s&&s.c(),t=R(),r=b("div"),n=O(i[1]),o=R(),c&&c.c(),this.c=v,u(r,"class","text"),u(e,"data-testid","chip"),u(e,"class","chip"),u(e,"tabindex","0"),B(e,"deletable",i[5]),B(e,"error",i[4])},m(d,f){p(d,e,f),s&&s.m(e,null),m(e,t),m(e,r),m(r,n),m(e,o),c&&c.m(e,null),i[9](e),a||(l=[Z(e,"click",i[10]),Z(e,"mouseover",i[11]),Z(e,"mouseout",i[12]),Z(e,"focus",i[13]),Z(e,"blur",i[14])],a=!0)},p(d,[f]){d[0]?s?s.p(d,f):(s=zt(d),s.c(),s.m(e,t)):s&&(s.d(1),s=null),f&2&&V(n,d[1]),d[5]?c?c.p(d,f):(c=Mt(d),c.c(),c.m(e,null)):c&&(c.d(1),c=null),f&32&&B(e,"deletable",d[5]),f&16&&B(e,"error",d[4])},i:v,o:v,d(d){d&&E(e),s&&s.d(),c&&c.d(),i[9](null),a=!1,ee(l)}}}function Pr(i,e,t){let{leadingicon:r=null}=e,{error:n="false"}=e,{deletable:o="false"}=e,{content:a}=e,l,s=!1,c,d;function f(M){l.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),M.stopPropagation()}function g(M){te[M?"unshift":"push"](()=>{l=M,t(2,l)})}const y=M=>d&&f(M),w=()=>t(3,s=!0),_=()=>t(3,s=!1),A=()=>t(3,s=!1),k=()=>t(3,s=!1);return i.$$set=M=>{"leadingicon"in M&&t(0,r=M.leadingicon),"error"in M&&t(7,n=M.error),"deletable"in M&&t(8,o=M.deletable),"content"in M&&t(1,a=M.content)},i.$$.update=()=>{i.$$.dirty&128&&t(4,c=F(n)),i.$$.dirty&256&&t(5,d=F(o))},[r,a,l,s,c,d,f,n,o,g,y,w,_,A,k]}class At extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.leading-icon{margin-left:-0.25rem}.chip{vertical-align:middle;align-items:center;background-color:var(--color-white);border-radius:99px;border:1px solid #949494;box-sizing:border-box;color:var(--goa-color-text);display:inline-flex;flex-direction:row;font-size:var(--chip-font-size);font-weight:var(--fw-regular);gap:0.25rem;height:2rem;justify-content:center;margin:0.25rem;padding:0 0.75rem;cursor:default}.text{padding-bottom:var(--font-valign-fix)}.chip:focus{outline:2px solid var(--goa-color-interactive--focus);background-color:var(--color-white)}.chip:hover{background-color:var(--color-gray-200)}.deletable{cursor:pointer}.delete-icon{margin-right:-0.25rem}.error,.error:hover{background-color:var(--goa-color-status-emergency-light)}</style>",j(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Pr,Nr,G,{leadingicon:0,error:7,deletable:8,content:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),h()))}static get observedAttributes(){return["leadingicon","error","deletable","content"]}get leadingicon(){return this.$$.ctx[0]}set leadingicon(e){this.$$set({leadingicon:e}),h()}get error(){return this.$$.ctx[7]}set error(e){this.$$set({error:e}),h()}get deletable(){return this.$$.ctx[8]}set deletable(e){this.$$set({deletable:e}),h()}get content(){return this.$$.ctx[1]}set content(e){this.$$set({content:e}),h()}}customElements.define("goa-chip",At);function jr(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("div"),t=b("header"),r=b("div"),r.innerHTML='<slot name="title"></slot>',n=R(),o=b("div"),o.innerHTML='<slot name="actions"></slot>',l=R(),s=b("div"),s.innerHTML="<slot></slot>",this.c=v,u(r,"class","title"),u(o,"class","actions"),u(t,"class",a="heading--"+i[1]),u(s,"class","content"),u(e,"class",c=`
|
|
7
7
|
goa-container
|