@abgov/web-components 1.0.0-alpha.87 → 1.0.0-alpha.88
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 +2 -2
- package/web-components.umd.js +35 -35
package/package.json
CHANGED
package/web-components.es.js
CHANGED
|
@@ -1812,7 +1812,7 @@ class Button extends SvelteElement {
|
|
|
1812
1812
|
constructor(options) {
|
|
1813
1813
|
super();
|
|
1814
1814
|
|
|
1815
|
-
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: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,
|
|
1815
|
+
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,
|
|
1816
1816
|
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.danger{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.danger:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.danger:focus,.primary.danger:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.danger{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.danger:focus,.secondary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger:focus,.tertiary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`;
|
|
1817
1817
|
|
|
1818
1818
|
init(
|
|
@@ -5331,7 +5331,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
5331
5331
|
class IconButton extends SvelteElement {
|
|
5332
5332
|
constructor(options) {
|
|
5333
5333
|
super();
|
|
5334
|
-
this.shadowRoot.innerHTML = `<style>:host{display:flex;align-items:center;box-sizing:border-box;font-family:var(--font-family)}.goa-icon-button,.goa-icon-button *{box-sizing:border-box}.goa-icon-button{display:inline-flex;align-items:center;background:transparent;cursor:pointer;padding:0;border:none}.goa-icon-button--color{border-radius:0.5rem;padding:calc(var(--size) / 4)}.goa-icon-button--color{border-radius:0.5rem;color:var(--goa-color-interactive);fill:var(--goa-color-interactive);cursor:pointer;transition:background-color 100ms ease-in, transform 100ms ease-in}.goa-icon-button--color:active,.goa-icon-button--nocolor:active{transform:scale(0.9);border:none}.goa-icon-button--color:hover{background-color:var(--goa-color-primary-light)}.goa-icon-button--color.goa-icon-button--inverted:hover{background-color:var(--goa-color-primary-dark)}.goa-icon-button:disabled{color:var(--color-gray-200);fill:var(--color-gray-200);transform:none;cursor:default}.goa-icon-button:disabled:hover{background-color:transparent}</style>`;
|
|
5334
|
+
this.shadowRoot.innerHTML = `<style>:host{display:inline-flex;align-items:center;box-sizing:border-box;font-family:var(--font-family)}.goa-icon-button,.goa-icon-button *{box-sizing:border-box}.goa-icon-button{display:inline-flex;align-items:center;background:transparent;cursor:pointer;padding:0;border:none}.goa-icon-button--color{border-radius:0.5rem;padding:calc(var(--size) / 4)}.goa-icon-button--color{border-radius:0.5rem;color:var(--goa-color-interactive);fill:var(--goa-color-interactive);cursor:pointer;transition:background-color 100ms ease-in, transform 100ms ease-in}.goa-icon-button--color:active,.goa-icon-button--nocolor:active{transform:scale(0.9);border:none}.goa-icon-button--color:hover{background-color:var(--goa-color-primary-light)}.goa-icon-button--color.goa-icon-button--inverted:hover{background-color:var(--goa-color-primary-dark)}.goa-icon-button:disabled{color:var(--color-gray-200);fill:var(--color-gray-200);transform:none;cursor:default}.goa-icon-button:disabled:hover{background-color:transparent}</style>`;
|
|
5335
5335
|
|
|
5336
5336
|
init(
|
|
5337
5337
|
this,
|
package/web-components.umd.js
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
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 ve=i=>i;function Ue(i,e){for(const t in e)i[t]=e[t];return i}function Ge(i){return i()}function Ze(){return Object.create(null)}function $(i){i.forEach(Ge)}function se(i){return typeof i=="function"}function G(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}let Ce;function ze(i,e){return Ce||(Ce=document.createElement("a")),Ce.href=e,i===Ce.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 Ke(i){return i&&se(i.destroy)?i.destroy:v}const Xe=typeof window!="undefined";let Me=Xe?()=>window.performance.now():()=>Date.now(),Ne=Xe?i=>requestAnimationFrame(i):v;const fe=new Set;function Ye(i){fe.forEach(e=>{e.c(i)||(fe.delete(e),e.f())}),fe.size!==0&&Ne(Ye)}function Ae(i){let e;return fe.size===0&&Ne(Ye),{promise:new Promise(t=>{fe.add(e={c:i,f:t})}),abort(){fe.delete(e)}}}function m(i,e){i.appendChild(e)}function Je(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(Je(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 Pe(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 ce(i){return document.createElementNS("http://www.w3.org/2000/svg",i)}function j(i){return document.createTextNode(i)}function T(){return j(" ")}function te(){return j("")}function U(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 z(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 I(i,e,t){i.classList[t?"add":"remove"](e)}function er(i,e,{bubbles:t=!1,cancelable:r=!1}={}){const
|
|
2
|
-
`;for(let M=0;M<=1;M+=s){const k=e+(t-e)*
|
|
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 ve=i=>i;function Ue(i,e){for(const t in e)i[t]=e[t];return i}function Ge(i){return i()}function Ze(){return Object.create(null)}function $(i){i.forEach(Ge)}function se(i){return typeof i=="function"}function G(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}let Ce;function ze(i,e){return Ce||(Ce=document.createElement("a")),Ce.href=e,i===Ce.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 Ke(i){return i&&se(i.destroy)?i.destroy:v}const Xe=typeof window!="undefined";let Me=Xe?()=>window.performance.now():()=>Date.now(),Ne=Xe?i=>requestAnimationFrame(i):v;const fe=new Set;function Ye(i){fe.forEach(e=>{e.c(i)||(fe.delete(e),e.f())}),fe.size!==0&&Ne(Ye)}function Ae(i){let e;return fe.size===0&&Ne(Ye),{promise:new Promise(t=>{fe.add(e={c:i,f:t})}),abort(){fe.delete(e)}}}function m(i,e){i.appendChild(e)}function Je(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(Je(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 Pe(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 ce(i){return document.createElementNS("http://www.w3.org/2000/svg",i)}function j(i){return document.createTextNode(i)}function T(){return j(" ")}function te(){return j("")}function U(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 z(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 I(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 Le=new Map;let Te=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 Le.set(i,t),t}function Re(i,e,t,r,n,o,a,l=0){const s=16.666/r;let c=`{
|
|
2
|
+
`;for(let M=0;M<=1;M+=s){const k=e+(t-e)*o(M);c+=M*100+`%{${a(k,1-k)}}
|
|
3
3
|
`}const d=c+`100% {${a(t,1-t)}}
|
|
4
|
-
}`,f=`__svelte_${tr(d)}_${l}`,h=Je(i),{stylesheet:y,rules:w}=Le.get(h)||ir(h,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 ${o}ms 1 both`,Te+=1,f}function He(i,e){const t=(i.style.animation||"").split(", "),r=t.filter(e?n=>n.indexOf(e)<0:n=>n.indexOf("__svelte")===-1),o=t.length-r.length;o&&(i.style.animation=r.join(", "),Te-=o,Te||rr())}function rr(){Ne(()=>{Te||(Le.forEach(i=>{const{stylesheet:e}=i;let t=e.cssRules.length;for(;t--;)e.deleteRule(t);i.rules={}}),Le.clear())})}let pe;function we(i){pe=i}function Qe(){if(!pe)throw new Error("Function called outside component initialization");return pe}function Q(i){Qe().$$.on_mount.push(i)}function $e(i){Qe().$$.on_destroy.push(i)}const _e=[],ee=[],Se=[],et=[],tt=Promise.resolve();let Oe=!1;function it(){Oe||(Oe=!0,tt.then(g))}function ye(){return it(),tt}function ie(i){Se.push(i)}const je=new Set;let Ie=0;function g(){const i=pe;do{for(;Ie<_e.length;){const e=_e[Ie];Ie++,we(e),or(e.$$)}for(we(null),_e.length=0,Ie=0;ee.length;)ee.pop()();for(let e=0;e<Se.length;e+=1){const t=Se[e];je.has(t)||(je.add(t),t())}Se.length=0}while(_e.length);for(;et.length;)et.pop()();Oe=!1,je.clear(),we(i)}function or(i){if(i.fragment!==null){i.update(),$(i.before_update);const e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(ie)}}let ke;function Fe(){return ke||(ke=Promise.resolve(),ke.then(()=>{ke=null})),ke}function de(i,e,t){i.dispatchEvent(er(`${e?"intro":"outro"}${t}`))}const Be=new Set;let re;function ge(){re={r:0,c:[],p:re}}function he(){re.r||$(re.c),re=re.p}function W(i,e){i&&i.i&&(Be.delete(i),i.i(e))}function Z(i,e,t,r){if(i&&i.o){if(Be.has(i))return;Be.add(i),re.c.push(()=>{Be.delete(i),r&&(t&&i.d(1),r())}),i.o(e)}else r&&r()}const qe={duration:0};function rt(i,e,t){let r=e(i,t),o=!1,n,a,l=0;function s(){n&&He(i,n)}function c(){const{delay:f=0,duration:h=300,easing:y=ve,tick:w=v,css:_}=r||qe;_&&(n=Re(i,0,1,h,f,y,_,l++)),w(0,1);const M=Me()+f,k=M+h;a&&a.abort(),o=!0,ie(()=>de(i,!0,"start")),a=Ae(C=>{if(o){if(C>=k)return w(1,0),de(i,!0,"end"),s(),o=!1;if(C>=M){const x=y((C-M)/h);w(x,1-x)}}return o})}let d=!1;return{start(){d||(d=!0,He(i),se(r)?(r=r(),Fe().then(c)):c())},invalidate(){d=!1},end(){o&&(s(),o=!1)}}}function ot(i,e,t){let r=e(i,t),o=!0,n;const a=re;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:d=ve,tick:f=v,css:h}=r||qe;h&&(n=Re(i,1,0,c,s,d,h));const y=Me()+s,w=y+c;ie(()=>de(i,!1,"start")),Ae(_=>{if(o){if(_>=w)return f(0,1),de(i,!1,"end"),--a.r||$(a.c),!1;if(_>=y){const M=d((_-y)/c);f(1-M,M)}}return o})}return se(r)?Fe().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),o&&(n&&He(i,n),o=!1)}}}function De(i,e,t,r){let o=e(i,t),n=r?0:1,a=null,l=null,s=null;function c(){s&&He(i,s)}function d(h,y){const w=h.b-n;return y*=Math.abs(w),{a:n,b:h.b,d:w,duration:y,start:h.start,end:h.start+y,group:h.group}}function f(h){const{delay:y=0,duration:w=300,easing:_=ve,tick:M=v,css:k}=o||qe,C={start:Me()+y,b:h};h||(C.group=re,re.r+=1),a||l?l=C:(k&&(c(),s=Re(i,n,h,w,y,_,k)),h&&M(0,1),a=d(C,w),ie(()=>de(i,h,"start")),Ae(x=>{if(l&&x>l.start&&(a=d(l,w),l=null,de(i,a.b,"start"),k&&(c(),s=Re(i,n,a.b,a.duration,0,_,o.css))),a){if(x>=a.end)M(n=a.b,1-n),de(i,a.b,"end"),l||(a.b?c():--a.group.r||$(a.group.c)),a=null;else if(x>=a.start){const A=x-a.start;n=a.a+a.d*_(A/a.duration),M(n,1-n)}}return!!(a||l)}))}return{run(h){se(o)?Fe().then(()=>{o=o(),f(h)}):f(h)},end(){c(),a=l=null}}}function nt(i,e){i.d(1),e.delete(i.key)}function at(i,e,t,r,o,n,a,l,s,c,d,f){let h=i.length,y=n.length,w=h;const _={};for(;w--;)_[i[w].key]=w;const M=[],k=new Map,C=new Map;for(w=y;w--;){const L=f(o,n,w),B=t(L);let K=a.get(B);K?r&&K.p(L,e):(K=c(B,L),K.c()),k.set(B,M[w]=K),B in _&&C.set(B,Math.abs(w-_[B]))}const x=new Set,A=new Set;function R(L){W(L,1),L.m(l,d),a.set(L.key,L),d=L.first,y--}for(;h&&y;){const L=M[y-1],B=i[h-1],K=L.key,X=B.key;L===B?(d=L.first,h--,y--):k.has(X)?!a.has(K)||x.has(K)?R(L):A.has(X)?h--:C.get(K)>C.get(X)?(A.add(K),R(L)):(x.add(X),h--):(s(B,a),h--)}for(;h--;){const L=i[h];k.has(L.key)||s(L,a)}for(;y;)R(M[y-1]);return M}function ue(i){i&&i.c()}function ne(i,e,t,r){const{fragment:o,on_mount:n,on_destroy:a,after_update:l}=i.$$;o&&o.m(e,t),r||ie(()=>{const s=n.map(Ge).filter(se);a?a.push(...s):$(s),i.$$.on_mount=[]}),l.forEach(ie)}function ae(i,e){const t=i.$$;t.fragment!==null&&($(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function nr(i,e){i.$$.dirty[0]===-1&&(_e.push(i),it(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function O(i,e,t,r,o,n,a,l=[-1]){const s=pe;we(i);const c=i.$$={fragment:null,ctx:null,props:n,update:v,not_equal:o,bound:Ze(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Ze(),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,h,...y)=>{const w=y.length?y[0]:h;return c.ctx&&o(c.ctx[f],c.ctx[f]=w)&&(!c.skip_bound&&c.bound[f]&&c.bound[f](w),d&&nr(i,f)),h}):[],c.update(),d=!0,$(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&&W(i.$$.fragment),ne(i,e.target,e.anchor,e.customElement),g()}we(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(Ge).filter(se);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(i,e,t){this[i]=t}disconnectedCallback(){$(this.$$.on_disconnect)}$destroy(){ae(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(o,n){p(o,e,n),m(e,t)},p(o,[n]){n&1&&r!==(r=`--max-width: ${o[0]}`)&&u(e,"style",r)},i:v,o:v,d(o){o&&E(e)}}}function cr(i,e,t){const r={full:"100%"};let{width:o}=e,{_width:n}=e;function a(l){return!!(["full"].includes(o)||lr(l))}return Q(()=>{if(!a(o))throw"Invalid PageBlock width";t(0,n=r[o]||o)}),i.$$set=l=>{"width"in l&&t(1,o=l.width),"_width"in l&&t(0,n=l._width)},[n,o]}class lt 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>",O(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),g()))}static get observedAttributes(){return["width","_width"]}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),g()}get _width(){return this.$$.ctx[0]}set _width(e){this.$$set({_width:e}),g()}}customElements.define("goa-page-block",lt);function dr(i){let e,t,r,o,n,a,l,s,c;return{c(){e=b("div"),t=b("img"),o=T(),n=b("img"),l=T(),s=b("span"),c=j(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),ze(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(n,"alt","GoA Logo"),u(n,"class","image-desktop"),ze(n.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(n,"src",a),u(s,"class","title"),u(e,"class","app-link")},m(d,f){p(d,e,f),m(e,t),m(e,o),m(e,n),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,o,n,a,l,s,c;return{c(){e=b("a"),t=b("img"),o=T(),n=b("img"),l=T(),s=b("span"),c=j(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),ze(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(n,"alt","GoA Logo"),u(n,"class","image-desktop"),ze(n.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(n,"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,o),m(e,n),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 o(l,s){return l[1]?ur:dr}let n=o(i),a=n(i);return{c(){e=b("div"),a.c(),t=T(),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]){n===(n=o(l))&&a?a.p(l,s):(a.d(1),a=n(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 gr(i,e,t){let{heading:r=""}=e,{url:o=""}=e,{testid:n=""}=e;return i.$$set=a=>{"heading"in a&&t(0,r=a.heading),"url"in a&&t(1,o=a.url),"testid"in a&&t(2,n=a.testid)},[r,o,n]}class st 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>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},gr,fr,G,{heading:0,url:1,testid:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","url","testid"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get url(){return this.$$.ctx[1]}set url(e){this.$$set({url:e}),g()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-app-header",st);function F(i){return i==="false"?!1:i===""?!0:!!i}function hr(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"),z(e,"type",i[4]),z(e,"size","small")},m(t,r){p(t,e,r)},p(t,r){r&16&&z(e,"type",t[4])},d(t){t&&E(e)}}}function ct(i){let e,t;return{c(){e=b("div"),t=j(i[2]),u(e,"class","goa-badge-content")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&4&&V(t,r[2])},d(r){r&&E(e)}}}function br(i){let e,t,r;function o(s,c){return s[3]?mr:hr}let n=o(i),a=n(i),l=i[2]&&ct(i);return{c(){e=b("div"),a.c(),t=T(),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]),I(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]){n===(n=o(s))&&a?a.p(s,c):(a.d(1),a=n(s),a&&(a.c(),a.m(e,t))),s[2]?l?l.p(s,c):(l=ct(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&&I(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,o,{type:n}=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,n=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,o={success:"checkmark-circle",warning:"alert-circle",information:"information-circle",emergency:"warning",inactive:"information-circle",dark:"information-circle",midtone:"information-circle",light:"information-circle"}[n])},[n,a,s,r,o,l]}class dt 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-warning{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)}.goa-badge.badge-inactive{background-color:var(--color-white);color:var(--goa-color-text)}</style>",O(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),g()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),g()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),g()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),g()}}customElements.define("goa-badge",dt);function pr(i){let e,t,r,o,n=i[4]&&ut(i),a=i[5]&&ft(i);return{c(){n&&n.c(),e=T(),t=b("div"),t.innerHTML="<slot></slot>",r=T(),a&&a.c(),o=te(),u(t,"class","text")},m(l,s){n&&n.m(l,s),p(l,e,s),p(l,t,s),p(l,r,s),a&&a.m(l,s),p(l,o,s)},p(l,s){l[4]?n?n.p(l,s):(n=ut(l),n.c(),n.m(e.parentNode,e)):n&&(n.d(1),n=null),l[5]?a?a.p(l,s):(a=ft(l),a.c(),a.m(o.parentNode,o)):a&&(a.d(1),a=null)},d(l){n&&n.d(l),l&&E(e),l&&E(t),l&&E(r),a&&a.d(l),l&&E(o)}}}function wr(i){let e,t,r;return{c(){e=b("div"),e.innerHTML="<slot></slot>",t=T(),r=b("goa-icon"),u(e,"class","text"),z(r,"id","trailing-icon"),z(r,"type","arrow-forward"),z(r,"inverted","true")},m(o,n){p(o,e,n),p(o,t,n),p(o,r,n)},p:v,d(o){o&&E(e),o&&E(t),o&&E(r)}}}function ut(i){let e;return{c(){e=b("goa-icon"),z(e,"id","leading-icon"),z(e,"type",i[4]),z(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&16&&z(e,"type",t[4]),r&128&&z(e,"inverted",t[7])},d(t){t&&E(e)}}}function ft(i){let e;return{c(){e=b("goa-icon"),z(e,"id","trailing-icon"),z(e,"type",i[5]),z(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&32&&z(e,"type",t[5]),r&128&&z(e,"inverted",t[7])},d(t){t&&E(e)}}}function _r(i){let e,t,r,o;function n(s,c){return s[0]==="start"?wr:pr}let a=n(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]),I(e,"leading",i[4]),I(e,"trailing",i[5]||i[0]==="start")},m(s,c){p(s,e,c),l.m(e,null),r||(o=U(e,"click",yr),r=!0)},p(s,[c]){a===(a=n(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&&I(e,"leading",s[4]),c&39&&I(e,"trailing",s[5]||s[0]==="start")},i:v,o:v,d(s){s&&E(e),l.d(),r=!1,o()}}}function yr(i){this.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),i.stopPropagation()}function kr(i,e,t){let r,o;const n=["primary","secondary","tertiary","start"],a=["","compact"],l=["","danger"];function s(x){return n.includes(x)}function c(x){return a.includes(x)}function d(x){return l.includes(x)}let{type:f="primary"}=e,{size:h=""}=e,{variant:y=""}=e,{title:w=""}=e,{disabled:_="false"}=e,{leadingicon:M=null}=e,{trailingicon:k=null}=e,{testid:C=""}=e;return Q(()=>{if(!s(f))throw"Invalid button type";if(!c(h))throw"Invalid button size";if(!d(y))throw"Invalid button variant"}),i.$$set=x=>{"type"in x&&t(0,f=x.type),"size"in x&&t(1,h=x.size),"variant"in x&&t(2,y=x.variant),"title"in x&&t(3,w=x.title),"disabled"in x&&t(9,_=x.disabled),"leadingicon"in x&&t(4,M=x.leadingicon),"trailingicon"in x&&t(5,k=x.trailingicon),"testid"in x&&t(6,C=x.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(8,r=F(_)),i.$$.dirty&1&&t(7,o=f==="primary"||f==="start")},[f,h,y,w,M,k,C,o,r,_]}class gt 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: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
|
-
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.danger{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.danger:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.danger:focus,.primary.danger:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.danger{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.danger:focus,.secondary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger:focus,.tertiary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`,O(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),g()))}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}),g()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),g()}get variant(){return this.$$.ctx[2]}set variant(e){this.$$set({variant:e}),g()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),g()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),g()}get leadingicon(){return this.$$.ctx[4]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get trailingicon(){return this.$$.ctx[5]}set trailingicon(e){this.$$set({trailingicon:e}),g()}get testid(){return this.$$.ctx[6]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-button",gt);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,
|
|
6
|
-
}}</style>`,O(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),g()))}static get observedAttributes(){return["elevation","width","testId"]}get elevation(){return this.$$.ctx[0]}set elevation(e){this.$$set({elevation:e}),g()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),g()}get testId(){return this.$$.ctx[2]}set testId(e){this.$$set({testId:e}),g()}}customElements.define("goa-card",vt);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 pt extends N{constructor(e){super();O(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",pt);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 wt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-content{padding:1rem}</style>",O(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",wt);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 _t 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>",O(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",_t);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:o="100%"}=e;return i.$$set=n=>{"src"in n&&t(0,r=n.src),"height"in n&&t(1,o=n.height)},[r,o]}class yt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}</style>",O(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),g()))}static get observedAttributes(){return["src","height"]}get src(){return this.$$.ctx[0]}set src(e){this.$$set({src:e}),g()}get height(){return this.$$.ctx[1]}set height(e){this.$$set({height:e}),g()}}customElements.define("goa-card-image",yt);function Ir(i){let e,t;return{c(){e=ce("svg"),t=ce("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,o){p(r,e,o),m(e,t)},d(r){r&&E(e)}}}function Br(i){let e,t;return{c(){e=ce("svg"),t=ce("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,o){p(r,e,o),m(e,t)},d(r){r&&E(e)}}}function Dr(i){let e,t,r,o,n,a,l,s,c,d,f;function h(_,M){if(_[5])return Br;if(_[4])return Ir}let y=h(i),w=y&&y(i);return{c(){e=b("label"),t=b("div"),r=b("input"),n=T(),w&&w.c(),a=T(),l=b("div"),s=b("slot"),c=j(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=o=`${i[2]}`,u(t,"class","goa-checkbox-container"),I(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"),I(e,"goa-checkbox--disabled",i[7]),I(e,"goa-checkbox--error",i[6])},m(_,M){p(_,e,M),m(e,t),m(t,r),m(t,n),w&&w.m(t,null),m(e,a),m(e,l),m(l,s),m(s,c),d||(f=U(r,"change",i[8]),d=!0)},p(_,[M]){M&1&&u(r,"id",_[0]),M&8&&u(r,"data-testid",_[3]),M&1&&u(r,"name",_[0]),M&16&&(r.checked=_[4]),M&128&&(r.disabled=_[7]),M&4&&o!==(o=`${_[2]}`)&&(r.value=o),y!==(y=h(_))&&(w&&w.d(1),w=y&&y(_),w&&(w.c(),w.m(t,null))),M&16&&I(t,"goa-checkbox--selected",_[4]),M&2&&V(c,_[1]),M&1&&u(e,"for",_[0]),M&128&&I(e,"goa-checkbox--disabled",_[7]),M&64&&I(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,o,n,a,{name:l}=e,{checked:s}=e,{text:c=""}=e,{value:d=""}=e,{disabled:f}=e,{error:h}=e,{testid:y=""}=e;function w(_){const M=!n,k=M?`${d||"checked"}`:"";_.target.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:l,checked:M,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,h=_.error),"testid"in _&&t(3,y=_.testid)},i.$$.update=()=>{i.$$.dirty&1024&&t(7,r=F(f)),i.$$.dirty&2048&&t(6,o=F(h)),i.$$.dirty&512&&t(4,n=F(s))},t(5,a=!1),[l,c,d,y,n,a,o,r,w,s,f,h]}class kt 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>',O(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),g()))}static get observedAttributes(){return["name","checked","text","value","disabled","error","testid"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get checked(){return this.$$.ctx[9]}set checked(e){this.$$set({checked:e}),g()}get text(){return this.$$.ctx[1]}set text(e){this.$$set({text:e}),g()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),g()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[11]}set error(e){this.$$set({error:e}),g()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-checkbox",kt);function xt(i){let e;return{c(){e=b("goa-icon"),z(e,"class","leading-icon"),z(e,"size","medium"),z(e,"type",i[0])},m(t,r){p(t,e,r)},p(t,r){r&1&&z(e,"type",t[0])},d(t){t&&E(e)}}}function Et(i){let e,t,r;return{c(){e=b("goa-icon"),z(e,"class","delete-icon"),z(e,"size","medium"),z(e,"theme","filled"),z(e,"type","close-circle"),z(e,"fillcolor",t=i[4]?"var(--goa-color-status-emergency)":i[3]?"var(--goa-color-interactive--hover)":"var(--color-gray-600)"),z(e,"opacity",r=i[4]?i[3]?1:.5:1)},m(o,n){p(o,e,n)},p(o,n){n&24&&t!==(t=o[4]?"var(--goa-color-status-emergency)":o[3]?"var(--goa-color-interactive--hover)":"var(--color-gray-600)")&&z(e,"fillcolor",t),n&24&&r!==(r=o[4]?o[3]?1:.5:1)&&z(e,"opacity",r)},d(o){o&&E(e)}}}function Nr(i){let e,t,r,o,n,a,l,s=i[0]&&xt(i),c=i[5]&&Et(i);return{c(){e=b("div"),s&&s.c(),t=T(),r=b("div"),o=j(i[1]),n=T(),c&&c.c(),this.c=v,u(r,"class","text"),u(e,"data-testid","chip"),u(e,"class","chip"),u(e,"tabindex","0"),I(e,"deletable",i[5]),I(e,"error",i[4])},m(d,f){p(d,e,f),s&&s.m(e,null),m(e,t),m(e,r),m(r,o),m(e,n),c&&c.m(e,null),i[9](e),a||(l=[U(e,"click",i[10]),U(e,"mouseover",i[11]),U(e,"mouseout",i[12]),U(e,"focus",i[13]),U(e,"blur",i[14])],a=!0)},p(d,[f]){d[0]?s?s.p(d,f):(s=xt(d),s.c(),s.m(e,t)):s&&(s.d(1),s=null),f&2&&V(o,d[1]),d[5]?c?c.p(d,f):(c=Et(d),c.c(),c.m(e,null)):c&&(c.d(1),c=null),f&32&&I(e,"deletable",d[5]),f&16&&I(e,"error",d[4])},i:v,o:v,d(d){d&&E(e),s&&s.d(),c&&c.d(),i[9](null),a=!1,$(l)}}}function Pr(i,e,t){let{leadingicon:r=null}=e,{error:o="false"}=e,{deletable:n="false"}=e,{content:a}=e,l,s=!1,c,d;function f(C){l.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),C.stopPropagation()}function h(C){ee[C?"unshift":"push"](()=>{l=C,t(2,l)})}const y=C=>d&&f(C),w=()=>t(3,s=!0),_=()=>t(3,s=!1),M=()=>t(3,s=!1),k=()=>t(3,s=!1);return i.$$set=C=>{"leadingicon"in C&&t(0,r=C.leadingicon),"error"in C&&t(7,o=C.error),"deletable"in C&&t(8,n=C.deletable),"content"in C&&t(1,a=C.content)},i.$$.update=()=>{i.$$.dirty&128&&t(4,c=F(o)),i.$$.dirty&256&&t(5,d=F(n))},[r,a,l,s,c,d,f,o,n,h,y,w,_,M,k]}class Ct 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>",O(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),g()))}static get observedAttributes(){return["leadingicon","error","deletable","content"]}get leadingicon(){return this.$$.ctx[0]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get error(){return this.$$.ctx[7]}set error(e){this.$$set({error:e}),g()}get deletable(){return this.$$.ctx[8]}set deletable(e){this.$$set({deletable:e}),g()}get content(){return this.$$.ctx[1]}set content(e){this.$$set({content:e}),g()}}customElements.define("goa-chip",Ct);function Or(i){let e,t,r,o,n,a,l,s,c;return{c(){e=b("div"),t=b("header"),r=b("div"),r.innerHTML='<slot name="title"></slot>',o=T(),n=b("div"),n.innerHTML='<slot name="actions"></slot>',l=T(),s=b("div"),s.innerHTML="<slot></slot>",this.c=v,u(r,"class","title"),u(n,"class","actions"),u(t,"class",a="heading--"+i[1]),u(s,"class","content"),u(e,"class",c=`
|
|
4
|
+
}`,f=`__svelte_${tr(d)}_${l}`,h=Je(i),{stylesheet:y,rules:w}=Le.get(h)||ir(h,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`,Te+=1,f}function He(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(", "),Te-=n,Te||rr())}function rr(){Ne(()=>{Te||(Le.forEach(i=>{const{stylesheet:e}=i;let t=e.cssRules.length;for(;t--;)e.deleteRule(t);i.rules={}}),Le.clear())})}let pe;function we(i){pe=i}function Qe(){if(!pe)throw new Error("Function called outside component initialization");return pe}function Q(i){Qe().$$.on_mount.push(i)}function $e(i){Qe().$$.on_destroy.push(i)}const _e=[],ee=[],Se=[],et=[],tt=Promise.resolve();let Oe=!1;function it(){Oe||(Oe=!0,tt.then(g))}function ye(){return it(),tt}function ie(i){Se.push(i)}const je=new Set;let Ie=0;function g(){const i=pe;do{for(;Ie<_e.length;){const e=_e[Ie];Ie++,we(e),nr(e.$$)}for(we(null),_e.length=0,Ie=0;ee.length;)ee.pop()();for(let e=0;e<Se.length;e+=1){const t=Se[e];je.has(t)||(je.add(t),t())}Se.length=0}while(_e.length);for(;et.length;)et.pop()();Oe=!1,je.clear(),we(i)}function nr(i){if(i.fragment!==null){i.update(),$(i.before_update);const e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(ie)}}let ke;function Fe(){return ke||(ke=Promise.resolve(),ke.then(()=>{ke=null})),ke}function de(i,e,t){i.dispatchEvent(er(`${e?"intro":"outro"}${t}`))}const Be=new Set;let re;function ge(){re={r:0,c:[],p:re}}function he(){re.r||$(re.c),re=re.p}function W(i,e){i&&i.i&&(Be.delete(i),i.i(e))}function Z(i,e,t,r){if(i&&i.o){if(Be.has(i))return;Be.add(i),re.c.push(()=>{Be.delete(i),r&&(t&&i.d(1),r())}),i.o(e)}else r&&r()}const qe={duration:0};function rt(i,e,t){let r=e(i,t),n=!1,o,a,l=0;function s(){o&&He(i,o)}function c(){const{delay:f=0,duration:h=300,easing:y=ve,tick:w=v,css:_}=r||qe;_&&(o=Re(i,0,1,h,f,y,_,l++)),w(0,1);const M=Me()+f,k=M+h;a&&a.abort(),n=!0,ie(()=>de(i,!0,"start")),a=Ae(C=>{if(n){if(C>=k)return w(1,0),de(i,!0,"end"),s(),n=!1;if(C>=M){const x=y((C-M)/h);w(x,1-x)}}return n})}let d=!1;return{start(){d||(d=!0,He(i),se(r)?(r=r(),Fe().then(c)):c())},invalidate(){d=!1},end(){n&&(s(),n=!1)}}}function nt(i,e,t){let r=e(i,t),n=!0,o;const a=re;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:d=ve,tick:f=v,css:h}=r||qe;h&&(o=Re(i,1,0,c,s,d,h));const y=Me()+s,w=y+c;ie(()=>de(i,!1,"start")),Ae(_=>{if(n){if(_>=w)return f(0,1),de(i,!1,"end"),--a.r||$(a.c),!1;if(_>=y){const M=d((_-y)/c);f(1-M,M)}}return n})}return se(r)?Fe().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),n&&(o&&He(i,o),n=!1)}}}function De(i,e,t,r){let n=e(i,t),o=r?0:1,a=null,l=null,s=null;function c(){s&&He(i,s)}function d(h,y){const w=h.b-o;return y*=Math.abs(w),{a:o,b:h.b,d:w,duration:y,start:h.start,end:h.start+y,group:h.group}}function f(h){const{delay:y=0,duration:w=300,easing:_=ve,tick:M=v,css:k}=n||qe,C={start:Me()+y,b:h};h||(C.group=re,re.r+=1),a||l?l=C:(k&&(c(),s=Re(i,o,h,w,y,_,k)),h&&M(0,1),a=d(C,w),ie(()=>de(i,h,"start")),Ae(x=>{if(l&&x>l.start&&(a=d(l,w),l=null,de(i,a.b,"start"),k&&(c(),s=Re(i,o,a.b,a.duration,0,_,n.css))),a){if(x>=a.end)M(o=a.b,1-o),de(i,a.b,"end"),l||(a.b?c():--a.group.r||$(a.group.c)),a=null;else if(x>=a.start){const A=x-a.start;o=a.a+a.d*_(A/a.duration),M(o,1-o)}}return!!(a||l)}))}return{run(h){se(n)?Fe().then(()=>{n=n(),f(h)}):f(h)},end(){c(),a=l=null}}}function ot(i,e){i.d(1),e.delete(i.key)}function at(i,e,t,r,n,o,a,l,s,c,d,f){let h=i.length,y=o.length,w=h;const _={};for(;w--;)_[i[w].key]=w;const M=[],k=new Map,C=new Map;for(w=y;w--;){const L=f(n,o,w),B=t(L);let K=a.get(B);K?r&&K.p(L,e):(K=c(B,L),K.c()),k.set(B,M[w]=K),B in _&&C.set(B,Math.abs(w-_[B]))}const x=new Set,A=new Set;function R(L){W(L,1),L.m(l,d),a.set(L.key,L),d=L.first,y--}for(;h&&y;){const L=M[y-1],B=i[h-1],K=L.key,X=B.key;L===B?(d=L.first,h--,y--):k.has(X)?!a.has(K)||x.has(K)?R(L):A.has(X)?h--:C.get(K)>C.get(X)?(A.add(K),R(L)):(x.add(X),h--):(s(B,a),h--)}for(;h--;){const L=i[h];k.has(L.key)||s(L,a)}for(;y;)R(M[y-1]);return M}function ue(i){i&&i.c()}function oe(i,e,t,r){const{fragment:n,on_mount:o,on_destroy:a,after_update:l}=i.$$;n&&n.m(e,t),r||ie(()=>{const s=o.map(Ge).filter(se);a?a.push(...s):$(s),i.$$.on_mount=[]}),l.forEach(ie)}function ae(i,e){const t=i.$$;t.fragment!==null&&($(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&&(_e.push(i),it(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function O(i,e,t,r,n,o,a,l=[-1]){const s=pe;we(i);const c=i.$$={fragment:null,ctx:null,props:o,update:v,not_equal:n,bound:Ze(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Ze(),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,h,...y)=>{const w=y.length?y[0]:h;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)),h}):[],c.update(),d=!0,$(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&&W(i.$$.fragment),oe(i,e.target,e.anchor,e.customElement),g()}we(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(Ge).filter(se);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(i,e,t){this[i]=t}disconnectedCallback(){$(this.$$.on_disconnect)}$destroy(){ae(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 lt 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>",O(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),g()))}static get observedAttributes(){return["width","_width"]}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),g()}get _width(){return this.$$.ctx[0]}set _width(e){this.$$set({_width:e}),g()}}customElements.define("goa-page-block",lt);function dr(i){let e,t,r,n,o,a,l,s,c;return{c(){e=b("div"),t=b("img"),n=T(),o=b("img"),l=T(),s=b("span"),c=j(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),ze(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"),ze(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=T(),o=b("img"),l=T(),s=b("span"),c=j(i[0]),u(t,"alt","GoA Logo"),u(t,"class","image-mobile"),ze(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"),ze(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=T(),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 gr(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 st 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>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},gr,fr,G,{heading:0,url:1,testid:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","url","testid"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get url(){return this.$$.ctx[1]}set url(e){this.$$set({url:e}),g()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-app-header",st);function F(i){return i==="false"?!1:i===""?!0:!!i}function hr(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"),z(e,"type",i[4]),z(e,"size","small")},m(t,r){p(t,e,r)},p(t,r){r&16&&z(e,"type",t[4])},d(t){t&&E(e)}}}function ct(i){let e,t;return{c(){e=b("div"),t=j(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:hr}let o=n(i),a=o(i),l=i[2]&&ct(i);return{c(){e=b("div"),a.c(),t=T(),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]),I(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=ct(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&&I(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",warning:"alert-circle",information:"information-circle",emergency:"warning",inactive:"information-circle",dark:"information-circle",midtone:"information-circle",light:"information-circle"}[o])},[o,a,s,r,n,l]}class dt 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-warning{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)}.goa-badge.badge-inactive{background-color:var(--color-white);color:var(--goa-color-text)}</style>",O(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),g()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),g()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),g()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),g()}}customElements.define("goa-badge",dt);function pr(i){let e,t,r,n,o=i[4]&&ut(i),a=i[5]&&ft(i);return{c(){o&&o.c(),e=T(),t=b("div"),t.innerHTML="<slot></slot>",r=T(),a&&a.c(),n=te(),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=ut(l),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null),l[5]?a?a.p(l,s):(a=ft(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=T(),r=b("goa-icon"),u(e,"class","text"),z(r,"id","trailing-icon"),z(r,"type","arrow-forward"),z(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 ut(i){let e;return{c(){e=b("goa-icon"),z(e,"id","leading-icon"),z(e,"type",i[4]),z(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&16&&z(e,"type",t[4]),r&128&&z(e,"inverted",t[7])},d(t){t&&E(e)}}}function ft(i){let e;return{c(){e=b("goa-icon"),z(e,"id","trailing-icon"),z(e,"type",i[5]),z(e,"inverted",i[7])},m(t,r){p(t,e,r)},p(t,r){r&32&&z(e,"type",t[5]),r&128&&z(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]),I(e,"leading",i[4]),I(e,"trailing",i[5]||i[0]==="start")},m(s,c){p(s,e,c),l.m(e,null),r||(n=U(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&&I(e,"leading",s[4]),c&39&&I(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=["","danger"];function s(x){return o.includes(x)}function c(x){return a.includes(x)}function d(x){return l.includes(x)}let{type:f="primary"}=e,{size:h=""}=e,{variant:y=""}=e,{title:w=""}=e,{disabled:_="false"}=e,{leadingicon:M=null}=e,{trailingicon:k=null}=e,{testid:C=""}=e;return Q(()=>{if(!s(f))throw"Invalid button type";if(!c(h))throw"Invalid button size";if(!d(y))throw"Invalid button variant"}),i.$$set=x=>{"type"in x&&t(0,f=x.type),"size"in x&&t(1,h=x.size),"variant"in x&&t(2,y=x.variant),"title"in x&&t(3,w=x.title),"disabled"in x&&t(9,_=x.disabled),"leadingicon"in x&&t(4,M=x.leadingicon),"trailingicon"in x&&t(5,k=x.trailingicon),"testid"in x&&t(6,C=x.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(8,r=F(_)),i.$$.dirty&1&&t(7,n=f==="primary"||f==="start")},[f,h,y,w,M,k,C,n,r,_]}class gt 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
|
+
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.danger{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.danger:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.danger:focus,.primary.danger:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.danger{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.danger:focus,.secondary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger:focus,.tertiary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`,O(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),g()))}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}),g()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),g()}get variant(){return this.$$.ctx[2]}set variant(e){this.$$set({variant:e}),g()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),g()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),g()}get leadingicon(){return this.$$.ctx[4]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get trailingicon(){return this.$$.ctx[5]}set trailingicon(e){this.$$set({trailingicon:e}),g()}get testid(){return this.$$.ctx[6]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-button",gt);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 ht 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>",O(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),g()))}static get observedAttributes(){return["gap","alignment"]}get gap(){return this.$$.ctx[0]}set gap(e){this.$$set({gap:e}),g()}get alignment(){return this.$$.ctx[1]}set alignment(e){this.$$set({alignment:e}),g()}}customElements.define("goa-button-group",ht);function mt(i){let e,t;return{c(){e=b("h3"),t=j(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]&&mt(i);return{c(){e=b("div"),t=b("span"),r=b("goa-icon"),a=T(),l=b("span"),d&&d.c(),s=T(),c=b("slot"),this.c=v,z(r,"type",i[3]),z(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,h){p(f,e,h),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,[h]){h&8&&z(r,"type",f[3]),h&1&&n!==(n=f[0]==="important"?"false":"true")&&z(r,"inverted",n),h&1&&o!==(o="icon "+f[0])&&u(t,"class",o),f[1]?d?d.p(f,h):(d=mt(f),d.c(),d.m(l,s)):d&&(d.d(1),d=null),h&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 bt 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>",O(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),g()))}static get observedAttributes(){return["type","heading","testid"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}get heading(){return this.$$.ctx[1]}set heading(e){this.$$set({heading:e}),g()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-callout",bt);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 vt 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
|
+
}}</style>`,O(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),g()))}static get observedAttributes(){return["elevation","width","testId"]}get elevation(){return this.$$.ctx[0]}set elevation(e){this.$$set({elevation:e}),g()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),g()}get testId(){return this.$$.ctx[2]}set testId(e){this.$$set({testId:e}),g()}}customElements.define("goa-card",vt);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 pt extends N{constructor(e){super();O(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",pt);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 wt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-content{padding:1rem}</style>",O(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",wt);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 _t 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>",O(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",_t);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 yt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}</style>",O(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),g()))}static get observedAttributes(){return["src","height"]}get src(){return this.$$.ctx[0]}set src(e){this.$$set({src:e}),g()}get height(){return this.$$.ctx[1]}set height(e){this.$$set({height:e}),g()}}customElements.define("goa-card-image",yt);function Ir(i){let e,t;return{c(){e=ce("svg"),t=ce("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=ce("svg"),t=ce("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 h(_,M){if(_[5])return Br;if(_[4])return Ir}let y=h(i),w=y&&y(i);return{c(){e=b("label"),t=b("div"),r=b("input"),o=T(),w&&w.c(),a=T(),l=b("div"),s=b("slot"),c=j(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"),I(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"),I(e,"goa-checkbox--disabled",i[7]),I(e,"goa-checkbox--error",i[6])},m(_,M){p(_,e,M),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=U(r,"change",i[8]),d=!0)},p(_,[M]){M&1&&u(r,"id",_[0]),M&8&&u(r,"data-testid",_[3]),M&1&&u(r,"name",_[0]),M&16&&(r.checked=_[4]),M&128&&(r.disabled=_[7]),M&4&&n!==(n=`${_[2]}`)&&(r.value=n),y!==(y=h(_))&&(w&&w.d(1),w=y&&y(_),w&&(w.c(),w.m(t,null))),M&16&&I(t,"goa-checkbox--selected",_[4]),M&2&&V(c,_[1]),M&1&&u(e,"for",_[0]),M&128&&I(e,"goa-checkbox--disabled",_[7]),M&64&&I(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:h}=e,{testid:y=""}=e;function w(_){const M=!o,k=M?`${d||"checked"}`:"";_.target.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:l,checked:M,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,h=_.error),"testid"in _&&t(3,y=_.testid)},i.$$.update=()=>{i.$$.dirty&1024&&t(7,r=F(f)),i.$$.dirty&2048&&t(6,n=F(h)),i.$$.dirty&512&&t(4,o=F(s))},t(5,a=!1),[l,c,d,y,o,a,n,r,w,s,f,h]}class kt 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>',O(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),g()))}static get observedAttributes(){return["name","checked","text","value","disabled","error","testid"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get checked(){return this.$$.ctx[9]}set checked(e){this.$$set({checked:e}),g()}get text(){return this.$$.ctx[1]}set text(e){this.$$set({text:e}),g()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),g()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[11]}set error(e){this.$$set({error:e}),g()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-checkbox",kt);function xt(i){let e;return{c(){e=b("goa-icon"),z(e,"class","leading-icon"),z(e,"size","medium"),z(e,"type",i[0])},m(t,r){p(t,e,r)},p(t,r){r&1&&z(e,"type",t[0])},d(t){t&&E(e)}}}function Et(i){let e,t,r;return{c(){e=b("goa-icon"),z(e,"class","delete-icon"),z(e,"size","medium"),z(e,"theme","filled"),z(e,"type","close-circle"),z(e,"fillcolor",t=i[4]?"var(--goa-color-status-emergency)":i[3]?"var(--goa-color-interactive--hover)":"var(--color-gray-600)"),z(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)")&&z(e,"fillcolor",t),o&24&&r!==(r=n[4]?n[3]?1:.5:1)&&z(e,"opacity",r)},d(n){n&&E(e)}}}function Nr(i){let e,t,r,n,o,a,l,s=i[0]&&xt(i),c=i[5]&&Et(i);return{c(){e=b("div"),s&&s.c(),t=T(),r=b("div"),n=j(i[1]),o=T(),c&&c.c(),this.c=v,u(r,"class","text"),u(e,"data-testid","chip"),u(e,"class","chip"),u(e,"tabindex","0"),I(e,"deletable",i[5]),I(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=[U(e,"click",i[10]),U(e,"mouseover",i[11]),U(e,"mouseout",i[12]),U(e,"focus",i[13]),U(e,"blur",i[14])],a=!0)},p(d,[f]){d[0]?s?s.p(d,f):(s=xt(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=Et(d),c.c(),c.m(e,null)):c&&(c.d(1),c=null),f&32&&I(e,"deletable",d[5]),f&16&&I(e,"error",d[4])},i:v,o:v,d(d){d&&E(e),s&&s.d(),c&&c.d(),i[9](null),a=!1,$(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(C){l.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),C.stopPropagation()}function h(C){ee[C?"unshift":"push"](()=>{l=C,t(2,l)})}const y=C=>d&&f(C),w=()=>t(3,s=!0),_=()=>t(3,s=!1),M=()=>t(3,s=!1),k=()=>t(3,s=!1);return i.$$set=C=>{"leadingicon"in C&&t(0,r=C.leadingicon),"error"in C&&t(7,n=C.error),"deletable"in C&&t(8,o=C.deletable),"content"in C&&t(1,a=C.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,h,y,w,_,M,k]}class Ct 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>",O(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),g()))}static get observedAttributes(){return["leadingicon","error","deletable","content"]}get leadingicon(){return this.$$.ctx[0]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get error(){return this.$$.ctx[7]}set error(e){this.$$set({error:e}),g()}get deletable(){return this.$$.ctx[8]}set deletable(e){this.$$set({deletable:e}),g()}get content(){return this.$$.ctx[1]}set content(e){this.$$set({content:e}),g()}}customElements.define("goa-chip",Ct);function Or(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=T(),o=b("div"),o.innerHTML='<slot name="actions"></slot>',l=T(),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
|
|
8
8
|
goa-container--${i[0]}
|
|
9
9
|
padding--${i[2]}
|
|
10
|
-
`),I(e,"colored",i[3])},m(d,f){p(d,e,f),m(e,t),m(t,r),m(t,
|
|
10
|
+
`),I(e,"colored",i[3])},m(d,f){p(d,e,f),m(e,t),m(t,r),m(t,n),m(t,o),m(e,l),m(e,s)},p(d,[f]){f&2&&a!==(a="heading--"+d[1])&&u(t,"class",a),f&5&&c!==(c=`
|
|
11
11
|
goa-container
|
|
12
12
|
goa-container--${d[0]}
|
|
13
13
|
padding--${d[2]}
|
|
14
|
-
`)&&u(e,"class",c),f&13&&I(e,"colored",d[3])},i:v,o:v,d(d){d&&E(e)}}}function jr(i,e,t){let r,{variant:o="default"}=e,{colored:n="false"}=e,{headingsize:a="large"}=e,{padding:l="relaxed"}=e;return i.$$set=s=>{"variant"in s&&t(0,o=s.variant),"colored"in s&&t(4,n=s.colored),"headingsize"in s&&t(1,a=s.headingsize),"padding"in s&&t(2,l=s.padding)},i.$$.update=()=>{i.$$.dirty&16&&t(3,r=F(n))},[o,a,l,r,n]}class zt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family);font-size:var(--fs-base)}.goa-container{margin-bottom:1rem;box-sizing:border-box}.goa-container *{box-sizing:border-box}header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:var(--fs-base);border-width:1px;border-style:solid;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.content{border-bottom:1px solid var(--color-gray-200);border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.goa-container--default.colored .content{border-color:var(--color-gray-200);background-color:var(--color-gray-100)}.goa-container--warning.colored .content{border-color:var(--goa-color-status-warning);background-color:var(--goa-color-status-warning-50)}.goa-container--error.colored .content{border-color:var(--goa-color-status-emergency);background-color:var(--goa-color-status-emergency-50)}.goa-container--success.colored .content{border-color:var(--goa-color-status-success);background-color:var(--goa-color-status-success-50)}.goa-container--info.colored .content{border-color:var(--goa-color-status-info);background-color:var(--goa-color-status-info-50)}.title>*,.actions>*{line-height:3rem}.padding--relaxed header{padding:0 1.5rem}.padding--relaxed .content{padding:1.5rem}.padding--compact header,.padding--compact .content{padding:0 1rem}.padding--compact header{padding:0 1rem}.padding--compact .content{padding:1rem}@media screen and (max-width: 480px){.padding--relaxed header{padding:0 1rem}.padding--relaxed .content{padding:1rem}}.goa-container--default header{background-color:var(--color-gray-100);border-color:var(--color-gray-200);color:var(--color-black)}.goa-container--primary header{background-color:var(--goa-color-brand);border-color:var(--goa-color-brand);color:var(--color-white)}.goa-container--info header{background-color:var(--goa-color-status-info);border-color:var(--goa-color-status-info);color:var(--color-white)}.goa-container--error header{background-color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);color:var(--color-white)}.goa-container--success header{background-color:var(--goa-color-status-success);border-color:var(--goa-color-status-success);color:var(--color-white)}.goa-container--warning header{background-color:var(--goa-color-status-warning);border-color:var(--goa-color-status-warning);color:var(--color-white)}.heading--large{padding:0.5rem 1.5rem;max-height:3rem;min-height:1rem}.heading--large .title{line-height:2rem}.heading--small{height:0.5rem}.heading--none{display:none}.heading--none~.content{border-top:1px solid var(--color-gray-200);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.heading--small .title,.heading--small .actions{display:none}.actions{display:flex;align-items:center}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},jr,Or,G,{variant:0,colored:4,headingsize:1,padding:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["variant","colored","headingsize","padding"]}get variant(){return this.$$.ctx[0]}set variant(e){this.$$set({variant:e}),g()}get colored(){return this.$$.ctx[4]}set colored(e){this.$$set({colored:e}),g()}get headingsize(){return this.$$.ctx[1]}set headingsize(e){this.$$set({headingsize:e}),g()}get padding(){return this.$$.ctx[2]}set padding(e){this.$$set({padding:e}),g()}}customElements.define("goa-container",zt);const me=[];function Mt(i,e=v){let t;const r=new Set;function o(l){if(G(i,l)&&(i=l,t)){const s=!me.length;for(const c of r)c[1](),me.push(c,i);if(s){for(let c=0;c<me.length;c+=2)me[c][0](me[c+1]);me.length=0}}}function n(l){o(l(i))}function a(l,s=v){const c=[l,s];return r.add(c),r.size===1&&(t=e(o)||v),l(i),()=>{r.delete(c),r.size===0&&(t(),t=null)}}return{set:o,update:n,subscribe:a}}const xe={};class Fr{constructor(){this.store=Mt()}subscribe(e){this.store.subscribe(t=>{e(t)})}notify(e){this.store.update(()=>e)}}function At(i){const e=new Fr;return xe[i]=e,e}async function Lt(i){return await Tt(i,0)}async function Tt(i,e){if(e>10)throw new Error(`Could not find context ${i}`);return xe[i]?xe[i]:(await ye(),Tt(i,e+1))}function Rt(i){!xe[i]||delete xe[i]}const Ht="bind";function St(i,e,t){const r=i.slice();return r[35]=e[t],r[37]=t,r}function It(i){let e,t,r,o;return{c(){e=b("div"),u(e,"data-testid",t=`${i[0]}-dropdown-background`),u(e,"class","goa-dropdown-background")},m(n,a){p(n,e,a),r||(o=U(e,"click",i[17]),r=!0)},p(n,a){a[0]&1&&t!==(t=`${n[0]}-dropdown-background`)&&u(e,"data-testid",t)},d(n){n&&E(e),r=!1,o()}}}function Bt(i,e){let t,r=e[35].label+"",o,n,a,l,s,c,d;function f(){return e[21](e[35])}return{key:i,first:null,c(){t=b("li"),o=j(r),n=T(),u(t,"data-testid",a=`${e[35].value}-dropdown-item`),u(t,"data-index",l=e[37]),u(t,"class","goa-dropdown-option"),u(t,"style",s="display: block"),I(t,"goa-dropdown-option--disabled",!1),I(t,"goa-dropdown-option--tabbed",e[37]===e[12]),I(t,"goa-dropdown-option--selected",e[8].includes(e[35].value)),this.first=t},m(h,y){p(h,t,y),m(t,o),m(t,n),c||(d=U(t,"click",f),c=!0)},p(h,y){e=h,y[0]&512&&r!==(r=e[35].label+"")&&V(o,r),y[0]&512&&a!==(a=`${e[35].value}-dropdown-item`)&&u(t,"data-testid",a),y[0]&512&&l!==(l=e[37])&&u(t,"data-index",l),y[0]&4608&&I(t,"goa-dropdown-option--tabbed",e[37]===e[12]),y[0]&768&&I(t,"goa-dropdown-option--selected",e[8].includes(e[35].value))},d(h){h&&E(t),c=!1,d()}}}function qr(i){let e,t,r,o,n,a,l,s,c,d,f=[],h=new Map,y,w,_,M,k=i[11]&&It(i),C=i[9];const x=A=>A[35].value;for(let A=0;A<C.length;A+=1){let R=St(i,C,A),L=x(R);h.set(L,f[A]=Bt(L,R))}return{c(){e=b("div"),k&&k.c(),t=T(),r=b("div"),o=b("goa-input"),l=T(),s=b("ul"),c=b("slot"),d=T();for(let A=0;A<f.length;A+=1)f[A].c();this.c=v,z(o,"error",i[7]),z(o,"disabled",i[6]),z(o,"leadingicon",i[1]),z(o,"placeholder",i[3]),z(o,"width","100%"),z(o,"id",n=`${i[0]}-dropdown-input`),z(o,"name","search"),z(o,"readonly",""),z(o,"trailingicon","chevron-down"),z(o,"type","text"),z(o,"value",i[10]),u(r,"data-testid",a=`${i[0]}-dropdown`),u(s,"data-testid","dropdown-menu"),u(s,"tabindex","0"),u(s,"class","goa-dropdown-list"),u(s,"style",y=`overflow-y: auto; max-height: ${i[2]}`),I(s,"dropdown-active",i[11]),u(e,"data-testid",i[4]),u(e,"class","goa-dropdown-box"),u(e,"style",w=`--width: ${i[5]||i[13]}`)},m(A,R){p(A,e,R),k&&k.m(e,null),m(e,t),m(e,r),m(r,o),m(e,l),m(e,s),m(s,c),m(s,d);for(let L=0;L<f.length;L+=1)f[L].m(s,null);i[22](s),i[23](e),_||(M=U(o,"click",i[16]),_=!0)},p(A,R){A[11]?k?k.p(A,R):(k=It(A),k.c(),k.m(e,t)):k&&(k.d(1),k=null),R[0]&128&&z(o,"error",A[7]),R[0]&64&&z(o,"disabled",A[6]),R[0]&2&&z(o,"leadingicon",A[1]),R[0]&8&&z(o,"placeholder",A[3]),R[0]&1&&n!==(n=`${A[0]}-dropdown-input`)&&z(o,"id",n),R[0]&1024&&z(o,"value",A[10]),R[0]&1&&a!==(a=`${A[0]}-dropdown`)&&u(r,"data-testid",a),R[0]&267008&&(C=A[9],f=at(f,R,x,1,A,C,h,s,nt,Bt,null,St)),R[0]&4&&y!==(y=`overflow-y: auto; max-height: ${A[2]}`)&&u(s,"style",y),R[0]&2048&&I(s,"dropdown-active",A[11]),R[0]&16&&u(e,"data-testid",A[4]),R[0]&8224&&w!==(w=`--width: ${A[5]||A[13]}`)&&u(e,"style",w)},i:v,o:v,d(A){A&&E(e),k&&k.d();for(let R=0;R<f.length;R+=1)f[R].d();i[22](null),i[23](null),_=!1,M()}}}const Vr="300px";function Wr(i,e,t){let r,o,{name:n}=e,{value:a=""}=e,{leadingicon:l=null}=e,{maxheight:s=Vr}=e,{placeholder:c=""}=e,{testid:d=""}=e,{width:f=""}=e,{disabled:h="false"}=e,{error:y="false"}=e,{multiselect:w="false"}=e,_=[],M=[],k="",C=!1,x=0,A=0,R,L,B,K;Q(async()=>{if(!n){console.error("goa-dropdown: missing the required `name` attribute. It must match the children's name attribute.");return}L.addEventListener("focus",Vi,!0),L.addEventListener("blur",Wi,!0);let H;try{H=JSON.parse(a||"[]")}catch{H=[a]}t(8,_=(typeof H=="object"?H:[H]).map(Ee=>`${Ee}`)),X()}),$e(()=>{L.removeEventListener("focus",Vi,!0),L.removeEventListener("blur",Wi,!0),Rt(n)});function X(){K=At(n),K.subscribe(H=>{switch(H==null?void 0:H.type){case Ht:{const le=H,Ee=_.includes(le.value);t(9,M=[...M,Object.assign(Object.assign({},le),{selected:Ee})]),Ee&&t(10,k=le.label),!f&&A<le.label.length&&(A=le.label.length,t(13,R=`${Math.max(20,A+12)}ch`)),S();break}}})}async function J(){r||C||(t(11,C=!0),await ye(),B.addEventListener("blur",Y),B.focus(),B.addEventListener("keydown",Ui),B.addEventListener("mouseover",Zi))}function Y(){B.removeEventListener("blur",Y),B.removeEventListener("keydown",Ui),B.removeEventListener("mouseover",Zi),S(),t(11,C=!1)}function S(){t(12,x=M.findIndex(H=>_.includes(H.value)))}function We(H,le){r||(t(10,k=le),o?(_.push(H),L.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:n,values:_}}))):(t(8,_=[H]),L.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:n,value:_[0]}}))),Y())}const qi=H=>{switch(H.key){case" ":J(),H.preventDefault();break}};function Vi(){L.addEventListener("keydown",qi)}function Wi(){L.removeEventListener("keydown",qi)}function Ui(H){switch(H.key){case"ArrowUp":x===0?t(12,x=M.length-1):t(12,x--,x),H.preventDefault();break;case"ArrowDown":t(12,x=(x+1)%M.length),H.preventDefault();break;case"Tab":case"Enter":We(M[x].value,M[x].label),H.preventDefault();break;case"Escape":Y(),H.preventDefault();break}}function Zi(H){t(12,x=Number(H.target.dataset.index))}const fn=H=>We(H.value,H.label);function gn(H){ee[H?"unshift":"push"](()=>{B=H,t(15,B)})}function hn(H){ee[H?"unshift":"push"](()=>{L=H,t(14,L)})}return i.$$set=H=>{"name"in H&&t(0,n=H.name),"value"in H&&t(19,a=H.value),"leadingicon"in H&&t(1,l=H.leadingicon),"maxheight"in H&&t(2,s=H.maxheight),"placeholder"in H&&t(3,c=H.placeholder),"testid"in H&&t(4,d=H.testid),"width"in H&&t(5,f=H.width),"disabled"in H&&t(6,h=H.disabled),"error"in H&&t(7,y=H.error),"multiselect"in H&&t(20,w=H.multiselect)},i.$$.update=()=>{i.$$.dirty[0]&64&&(r=F(h)),i.$$.dirty[0]&1048576&&(o=F(w))},[n,l,s,c,d,f,h,y,_,M,k,C,x,R,L,B,J,Y,We,a,w,fn,gn,hn]}class Dt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-dropdown-box{position:relative;cursor:pointer;display:inline-block;width:100%}@media(min-width: 640px){.goa-dropdown-box{width:var(--width)}}.goa-dropdown-background{cursor:default;position:fixed;z-index:98;inset:0}.goa-dropdown-list{position:absolute;left:0;right:0;padding:0;margin:0;margin-top:3px;list-style-type:none;background:var(--color-white);border-radius:var(--input-border-radius);outline:none;box-shadow:var(--shadow-1);z-index:99;scroll-behavior:smooth;scrollbar-width:thin;display:none}.dropdown-active{display:block}.goa-dropdown-list::-webkit-scrollbar{width:6px}.goa-dropdown-list::-webkit-scrollbar-track{background:#f1f1f1}.goa-dropdown-list::-webkit-scrollbar-thumb{background:#888}.goa-dropdown-list::-webkit-scrollbar-thumb:hover{background:#555}.goa-dropdown-option{margin:0;padding:0.5rem;cursor:pointer;color:var(--color-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.goa-dropdown-option--tabbed{background:var(--color-gray-100);color:var(--goa-color-interactive--hover)}.goa-dropdown-option--disabled{opacity:0.5;cursor:default}.goa-dropdown-option--disabled:hover{cursor:default;color:var(--color-gray-600)}.goa-dropdown-option--selected{background:var(--goa-color-interactive);color:var(--color-white)}.goa-dropdown-option--tabbed.goa-dropdown-option--selected,.goa-dropdown-option--selected:hover{background:var(--goa-color-interactive--hover);color:var(--color-white)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Wr,qr,G,{name:0,value:19,leadingicon:1,maxheight:2,placeholder:3,testid:4,width:5,disabled:6,error:7,multiselect:20},null,[-1,-1]),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","leadingicon","maxheight","placeholder","testid","width","disabled","error","multiselect"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[19]}set value(e){this.$$set({value:e}),g()}get leadingicon(){return this.$$.ctx[1]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get maxheight(){return this.$$.ctx[2]}set maxheight(e){this.$$set({maxheight:e}),g()}get placeholder(){return this.$$.ctx[3]}set placeholder(e){this.$$set({placeholder:e}),g()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),g()}get width(){return this.$$.ctx[5]}set width(e){this.$$set({width:e}),g()}get disabled(){return this.$$.ctx[6]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[7]}set error(e){this.$$set({error:e}),g()}get multiselect(){return this.$$.ctx[20]}set multiselect(e){this.$$set({multiselect:e}),g()}}customElements.define("goa-dropdown",Dt);function Ur(i){return{c(){this.c=v},m:v,p:v,i:v,o:v,d:v}}function Zr(i,e,t){let{name:r=""}=e,{value:o=""}=e,{label:n=""}=e,a;return Q(async()=>{if(!r){console.error("goa-dropdown-item: missing the required `name` attribute. It must match the parent's name attribute");return}a=await Lt(r),a.notify({type:Ht,name:r,label:n,value:o})}),i.$$set=l=>{"name"in l&&t(0,r=l.name),"value"in l&&t(1,o=l.value),"label"in l&&t(2,n=l.label)},[r,o,n]}class Gt extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Zr,Ur,G,{name:0,value:1,label:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","label"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),g()}get label(){return this.$$.ctx[2]}set label(e){this.$$set({label:e}),g()}}customElements.define("goa-dropdown-item",Gt);function Kr(i){let e,t;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","goa-flex-row"),q(e,"gap",i[0])},m(r,o){p(r,e,o),m(e,t)},p(r,[o]){o&1&&q(e,"gap",r[0])},i:v,o:v,d(r){r&&E(e)}}}function Xr(i,e,t){let r,{gap:o=""}=e;return i.$$set=n=>{"gap"in n&&t(1,o=n.gap)},i.$$.update=()=>{i.$$.dirty&2&&t(0,r=o==="small"?"1rem":o==="medium"?"2rem":o==="large"?"3rem":"0")},[r,o]}class Nt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-flex-row{display:flex;flex-direction:column;gap:var(--gap)}@media(min-width: 640px){.goa-flex-row{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:var(--gap);margin-bottom:1rem}}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Xr,Kr,G,{gap:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["gap"]}get gap(){return this.$$.ctx[1]}set gap(e){this.$$set({gap:e}),g()}}customElements.define("goa-flex-row",Nt);function Pt(i){let e,t,r,o=i[3]&&Ot();return{c(){e=b("label"),t=j(i[0]),r=T(),o&&o.c(),u(e,"for","")},m(n,a){p(n,e,a),m(e,t),m(e,r),o&&o.m(e,null)},p(n,a){a&1&&V(t,n[0]),n[3]?o||(o=Ot(),o.c(),o.m(e,null)):o&&(o.d(1),o=null)},d(n){n&&E(e),o&&o.d()}}}function Ot(i){let e;return{c(){e=b("em"),e.textContent="(optional)"},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function jt(i){let e,t;return{c(){e=b("div"),t=j(i[2]),u(e,"class","error-msg")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&4&&V(t,r[2])},d(r){r&&E(e)}}}function Ft(i){let e,t;return{c(){e=b("div"),t=j(i[1]),u(e,"class","help-msg")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&2&&V(t,r[1])},d(r){r&&E(e)}}}function Yr(i){let e,t,r,o,n,a=i[0]&&Pt(i),l=i[2]&&jt(i),s=i[1]&&Ft(i);return{c(){e=b("div"),a&&a.c(),t=T(),r=b("div"),r.innerHTML="<slot></slot>",o=T(),l&&l.c(),n=T(),s&&s.c(),this.c=v,u(r,"class","form-item-input"),u(e,"class","goa-form-item")},m(c,d){p(c,e,d),a&&a.m(e,null),m(e,t),m(e,r),m(e,o),l&&l.m(e,null),m(e,n),s&&s.m(e,null)},p(c,[d]){c[0]?a?a.p(c,d):(a=Pt(c),a.c(),a.m(e,t)):a&&(a.d(1),a=null),c[2]?l?l.p(c,d):(l=jt(c),l.c(),l.m(e,n)):l&&(l.d(1),l=null),c[1]?s?s.p(c,d):(s=Ft(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:v,o:v,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function Jr(i,e,t){let r,{label:o=""}=e,{helptext:n=""}=e,{error:a=""}=e,{optional:l}=e;return i.$$set=s=>{"label"in s&&t(0,o=s.label),"helptext"in s&&t(1,n=s.helptext),"error"in s&&t(2,a=s.error),"optional"in s&&t(4,l=s.optional)},i.$$.update=()=>{i.$$.dirty&16&&t(3,r=F(l))},[o,n,a,r,l]}class qt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}*{box-sizing:border-box}label{display:block;font-weight:var(--fw-bold);color:var(--goa-color-text);font-size:var(--fs-base);padding:0.5rem 0;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-sm);line-height:var(--lh-sm);font-style:normal}.form-item-input{margin-bottom:0.25rem}.help-msg{font-size:var(--fs-sm);color:var(--goa-color-text)}.error-msg{font-size:var(--fs-sm);color:var(--goa-color-interactive--error);margin-bottom:0.25rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Jr,Yr,G,{label:0,helptext:1,error:2,optional:4},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["label","helptext","error","optional"]}get label(){return this.$$.ctx[0]}set label(e){this.$$set({label:e}),g()}get helptext(){return this.$$.ctx[1]}set helptext(e){this.$$set({helptext:e}),g()}get error(){return this.$$.ctx[2]}set error(e){this.$$set({error:e}),g()}get optional(){return this.$$.ctx[4]}set optional(e){this.$$set({optional:e}),g()}}customElements.define("goa-form-item",qt);function Qr(i){let e,t,r,o,n,a,l,s;return{c(){e=b("div"),t=b("goa-page-block"),r=b("h1"),o=j(i[0]),n=T(),a=b("div"),a.innerHTML="<slot></slot>",l=T(),s=b("slot"),this.c=v,u(a,"class","goa-hero-banner-content"),u(a,"role","note"),u(s,"name","actions"),z(t,"width","full"),u(e,"class","goa-hero"),u(e,"data-testid","background"),q(e,"background-image","linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url("+i[1]+")"),q(e,"background-size","cover"),q(e,"background-position","center"),q(e,"background-repeat","no-repeat")},m(c,d){p(c,e,d),m(e,t),m(t,r),m(r,o),m(t,n),m(t,a),m(t,l),m(t,s)},p(c,[d]){d&1&&V(o,c[0]),d&2&&q(e,"background-image","linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url("+c[1]+")")},i:v,o:v,d(c){c&&E(e)}}}function $r(i,e,t){let{heading:r}=e,{backgroundurl:o}=e;return i.$$set=n=>{"heading"in n&&t(0,r=n.heading),"backgroundurl"in n&&t(1,o=n.backgroundurl)},[r,o]}class Vt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-hero{box-sizing:border-box;display:flex;justify-content:flex-end;flex-direction:column;min-height:600px;border-bottom:8px solid var(--goa-color-brand);color:var(--color-white);background-position:center center;width:100%;padding:3.5rem 0}h1{margin:0 0 1.75rem;padding:0;color:var(--color-white);font-size:var(--fs-3xl);line-height:var(--lh-2xl);font-weight:var(--fw-bold)}.goa-hero-banner-content{font-size:1.5rem;line-height:2rem;margin-bottom:1.75rem;color:#fff}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},$r,Qr,G,{heading:0,backgroundurl:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","backgroundurl"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get backgroundurl(){return this.$$.ctx[1]}set backgroundurl(e){this.$$set({backgroundurl:e}),g()}}customElements.define("goa-hero-banner",Vt);function Wt(i){let e,t;return{c(){e=b("ion-icon"),z(e,"name",t=i[1]==="filled"||i[0].indexOf("logo")===0?i[0]:`${i[0]}-${i[1]}`)},m(r,o){p(r,e,o)},p(r,o){o&3&&t!==(t=r[1]==="filled"||r[0].indexOf("logo")===0?r[0]:`${r[0]}-${r[1]}`)&&z(e,"name",t)},d(r){r&&E(e)}}}function eo(i){let e,t,r,o=i[0]&&Wt(i);return{c(){e=b("div"),o&&o.c(),this.c=v,u(e,"class","goa-icon"),u(e,"data-testid",t=`icon-${i[0]}`),u(e,"title",i[5]),u(e,"style",r=`
|
|
14
|
+
`)&&u(e,"class",c),f&13&&I(e,"colored",d[3])},i:v,o:v,d(d){d&&E(e)}}}function jr(i,e,t){let r,{variant:n="default"}=e,{colored:o="false"}=e,{headingsize:a="large"}=e,{padding:l="relaxed"}=e;return i.$$set=s=>{"variant"in s&&t(0,n=s.variant),"colored"in s&&t(4,o=s.colored),"headingsize"in s&&t(1,a=s.headingsize),"padding"in s&&t(2,l=s.padding)},i.$$.update=()=>{i.$$.dirty&16&&t(3,r=F(o))},[n,a,l,r,o]}class zt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family);font-size:var(--fs-base)}.goa-container{margin-bottom:1rem;box-sizing:border-box}.goa-container *{box-sizing:border-box}header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:var(--fs-base);border-width:1px;border-style:solid;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.content{border-bottom:1px solid var(--color-gray-200);border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.goa-container--default.colored .content{border-color:var(--color-gray-200);background-color:var(--color-gray-100)}.goa-container--warning.colored .content{border-color:var(--goa-color-status-warning);background-color:var(--goa-color-status-warning-50)}.goa-container--error.colored .content{border-color:var(--goa-color-status-emergency);background-color:var(--goa-color-status-emergency-50)}.goa-container--success.colored .content{border-color:var(--goa-color-status-success);background-color:var(--goa-color-status-success-50)}.goa-container--info.colored .content{border-color:var(--goa-color-status-info);background-color:var(--goa-color-status-info-50)}.title>*,.actions>*{line-height:3rem}.padding--relaxed header{padding:0 1.5rem}.padding--relaxed .content{padding:1.5rem}.padding--compact header,.padding--compact .content{padding:0 1rem}.padding--compact header{padding:0 1rem}.padding--compact .content{padding:1rem}@media screen and (max-width: 480px){.padding--relaxed header{padding:0 1rem}.padding--relaxed .content{padding:1rem}}.goa-container--default header{background-color:var(--color-gray-100);border-color:var(--color-gray-200);color:var(--color-black)}.goa-container--primary header{background-color:var(--goa-color-brand);border-color:var(--goa-color-brand);color:var(--color-white)}.goa-container--info header{background-color:var(--goa-color-status-info);border-color:var(--goa-color-status-info);color:var(--color-white)}.goa-container--error header{background-color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);color:var(--color-white)}.goa-container--success header{background-color:var(--goa-color-status-success);border-color:var(--goa-color-status-success);color:var(--color-white)}.goa-container--warning header{background-color:var(--goa-color-status-warning);border-color:var(--goa-color-status-warning);color:var(--color-white)}.heading--large{padding:0.5rem 1.5rem;max-height:3rem;min-height:1rem}.heading--large .title{line-height:2rem}.heading--small{height:0.5rem}.heading--none{display:none}.heading--none~.content{border-top:1px solid var(--color-gray-200);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.heading--small .title,.heading--small .actions{display:none}.actions{display:flex;align-items:center}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},jr,Or,G,{variant:0,colored:4,headingsize:1,padding:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["variant","colored","headingsize","padding"]}get variant(){return this.$$.ctx[0]}set variant(e){this.$$set({variant:e}),g()}get colored(){return this.$$.ctx[4]}set colored(e){this.$$set({colored:e}),g()}get headingsize(){return this.$$.ctx[1]}set headingsize(e){this.$$set({headingsize:e}),g()}get padding(){return this.$$.ctx[2]}set padding(e){this.$$set({padding:e}),g()}}customElements.define("goa-container",zt);const me=[];function Mt(i,e=v){let t;const r=new Set;function n(l){if(G(i,l)&&(i=l,t)){const s=!me.length;for(const c of r)c[1](),me.push(c,i);if(s){for(let c=0;c<me.length;c+=2)me[c][0](me[c+1]);me.length=0}}}function o(l){n(l(i))}function a(l,s=v){const c=[l,s];return r.add(c),r.size===1&&(t=e(n)||v),l(i),()=>{r.delete(c),r.size===0&&(t(),t=null)}}return{set:n,update:o,subscribe:a}}const xe={};class Fr{constructor(){this.store=Mt()}subscribe(e){this.store.subscribe(t=>{e(t)})}notify(e){this.store.update(()=>e)}}function At(i){const e=new Fr;return xe[i]=e,e}async function Lt(i){return await Tt(i,0)}async function Tt(i,e){if(e>10)throw new Error(`Could not find context ${i}`);return xe[i]?xe[i]:(await ye(),Tt(i,e+1))}function Rt(i){!xe[i]||delete xe[i]}const Ht="bind";function St(i,e,t){const r=i.slice();return r[35]=e[t],r[37]=t,r}function It(i){let e,t,r,n;return{c(){e=b("div"),u(e,"data-testid",t=`${i[0]}-dropdown-background`),u(e,"class","goa-dropdown-background")},m(o,a){p(o,e,a),r||(n=U(e,"click",i[17]),r=!0)},p(o,a){a[0]&1&&t!==(t=`${o[0]}-dropdown-background`)&&u(e,"data-testid",t)},d(o){o&&E(e),r=!1,n()}}}function Bt(i,e){let t,r=e[35].label+"",n,o,a,l,s,c,d;function f(){return e[21](e[35])}return{key:i,first:null,c(){t=b("li"),n=j(r),o=T(),u(t,"data-testid",a=`${e[35].value}-dropdown-item`),u(t,"data-index",l=e[37]),u(t,"class","goa-dropdown-option"),u(t,"style",s="display: block"),I(t,"goa-dropdown-option--disabled",!1),I(t,"goa-dropdown-option--tabbed",e[37]===e[12]),I(t,"goa-dropdown-option--selected",e[8].includes(e[35].value)),this.first=t},m(h,y){p(h,t,y),m(t,n),m(t,o),c||(d=U(t,"click",f),c=!0)},p(h,y){e=h,y[0]&512&&r!==(r=e[35].label+"")&&V(n,r),y[0]&512&&a!==(a=`${e[35].value}-dropdown-item`)&&u(t,"data-testid",a),y[0]&512&&l!==(l=e[37])&&u(t,"data-index",l),y[0]&4608&&I(t,"goa-dropdown-option--tabbed",e[37]===e[12]),y[0]&768&&I(t,"goa-dropdown-option--selected",e[8].includes(e[35].value))},d(h){h&&E(t),c=!1,d()}}}function qr(i){let e,t,r,n,o,a,l,s,c,d,f=[],h=new Map,y,w,_,M,k=i[11]&&It(i),C=i[9];const x=A=>A[35].value;for(let A=0;A<C.length;A+=1){let R=St(i,C,A),L=x(R);h.set(L,f[A]=Bt(L,R))}return{c(){e=b("div"),k&&k.c(),t=T(),r=b("div"),n=b("goa-input"),l=T(),s=b("ul"),c=b("slot"),d=T();for(let A=0;A<f.length;A+=1)f[A].c();this.c=v,z(n,"error",i[7]),z(n,"disabled",i[6]),z(n,"leadingicon",i[1]),z(n,"placeholder",i[3]),z(n,"width","100%"),z(n,"id",o=`${i[0]}-dropdown-input`),z(n,"name","search"),z(n,"readonly",""),z(n,"trailingicon","chevron-down"),z(n,"type","text"),z(n,"value",i[10]),u(r,"data-testid",a=`${i[0]}-dropdown`),u(s,"data-testid","dropdown-menu"),u(s,"tabindex","0"),u(s,"class","goa-dropdown-list"),u(s,"style",y=`overflow-y: auto; max-height: ${i[2]}`),I(s,"dropdown-active",i[11]),u(e,"data-testid",i[4]),u(e,"class","goa-dropdown-box"),u(e,"style",w=`--width: ${i[5]||i[13]}`)},m(A,R){p(A,e,R),k&&k.m(e,null),m(e,t),m(e,r),m(r,n),m(e,l),m(e,s),m(s,c),m(s,d);for(let L=0;L<f.length;L+=1)f[L].m(s,null);i[22](s),i[23](e),_||(M=U(n,"click",i[16]),_=!0)},p(A,R){A[11]?k?k.p(A,R):(k=It(A),k.c(),k.m(e,t)):k&&(k.d(1),k=null),R[0]&128&&z(n,"error",A[7]),R[0]&64&&z(n,"disabled",A[6]),R[0]&2&&z(n,"leadingicon",A[1]),R[0]&8&&z(n,"placeholder",A[3]),R[0]&1&&o!==(o=`${A[0]}-dropdown-input`)&&z(n,"id",o),R[0]&1024&&z(n,"value",A[10]),R[0]&1&&a!==(a=`${A[0]}-dropdown`)&&u(r,"data-testid",a),R[0]&267008&&(C=A[9],f=at(f,R,x,1,A,C,h,s,ot,Bt,null,St)),R[0]&4&&y!==(y=`overflow-y: auto; max-height: ${A[2]}`)&&u(s,"style",y),R[0]&2048&&I(s,"dropdown-active",A[11]),R[0]&16&&u(e,"data-testid",A[4]),R[0]&8224&&w!==(w=`--width: ${A[5]||A[13]}`)&&u(e,"style",w)},i:v,o:v,d(A){A&&E(e),k&&k.d();for(let R=0;R<f.length;R+=1)f[R].d();i[22](null),i[23](null),_=!1,M()}}}const Vr="300px";function Wr(i,e,t){let r,n,{name:o}=e,{value:a=""}=e,{leadingicon:l=null}=e,{maxheight:s=Vr}=e,{placeholder:c=""}=e,{testid:d=""}=e,{width:f=""}=e,{disabled:h="false"}=e,{error:y="false"}=e,{multiselect:w="false"}=e,_=[],M=[],k="",C=!1,x=0,A=0,R,L,B,K;Q(async()=>{if(!o){console.error("goa-dropdown: missing the required `name` attribute. It must match the children's name attribute.");return}L.addEventListener("focus",Vi,!0),L.addEventListener("blur",Wi,!0);let H;try{H=JSON.parse(a||"[]")}catch{H=[a]}t(8,_=(typeof H=="object"?H:[H]).map(Ee=>`${Ee}`)),X()}),$e(()=>{L.removeEventListener("focus",Vi,!0),L.removeEventListener("blur",Wi,!0),Rt(o)});function X(){K=At(o),K.subscribe(H=>{switch(H==null?void 0:H.type){case Ht:{const le=H,Ee=_.includes(le.value);t(9,M=[...M,Object.assign(Object.assign({},le),{selected:Ee})]),Ee&&t(10,k=le.label),!f&&A<le.label.length&&(A=le.label.length,t(13,R=`${Math.max(20,A+12)}ch`)),S();break}}})}async function J(){r||C||(t(11,C=!0),await ye(),B.addEventListener("blur",Y),B.focus(),B.addEventListener("keydown",Ui),B.addEventListener("mouseover",Zi))}function Y(){B.removeEventListener("blur",Y),B.removeEventListener("keydown",Ui),B.removeEventListener("mouseover",Zi),S(),t(11,C=!1)}function S(){t(12,x=M.findIndex(H=>_.includes(H.value)))}function We(H,le){r||(t(10,k=le),n?(_.push(H),L.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:o,values:_}}))):(t(8,_=[H]),L.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:o,value:_[0]}}))),Y())}const qi=H=>{switch(H.key){case" ":J(),H.preventDefault();break}};function Vi(){L.addEventListener("keydown",qi)}function Wi(){L.removeEventListener("keydown",qi)}function Ui(H){switch(H.key){case"ArrowUp":x===0?t(12,x=M.length-1):t(12,x--,x),H.preventDefault();break;case"ArrowDown":t(12,x=(x+1)%M.length),H.preventDefault();break;case"Tab":case"Enter":We(M[x].value,M[x].label),H.preventDefault();break;case"Escape":Y(),H.preventDefault();break}}function Zi(H){t(12,x=Number(H.target.dataset.index))}const fo=H=>We(H.value,H.label);function go(H){ee[H?"unshift":"push"](()=>{B=H,t(15,B)})}function ho(H){ee[H?"unshift":"push"](()=>{L=H,t(14,L)})}return i.$$set=H=>{"name"in H&&t(0,o=H.name),"value"in H&&t(19,a=H.value),"leadingicon"in H&&t(1,l=H.leadingicon),"maxheight"in H&&t(2,s=H.maxheight),"placeholder"in H&&t(3,c=H.placeholder),"testid"in H&&t(4,d=H.testid),"width"in H&&t(5,f=H.width),"disabled"in H&&t(6,h=H.disabled),"error"in H&&t(7,y=H.error),"multiselect"in H&&t(20,w=H.multiselect)},i.$$.update=()=>{i.$$.dirty[0]&64&&(r=F(h)),i.$$.dirty[0]&1048576&&(n=F(w))},[o,l,s,c,d,f,h,y,_,M,k,C,x,R,L,B,J,Y,We,a,w,fo,go,ho]}class Dt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-dropdown-box{position:relative;cursor:pointer;display:inline-block;width:100%}@media(min-width: 640px){.goa-dropdown-box{width:var(--width)}}.goa-dropdown-background{cursor:default;position:fixed;z-index:98;inset:0}.goa-dropdown-list{position:absolute;left:0;right:0;padding:0;margin:0;margin-top:3px;list-style-type:none;background:var(--color-white);border-radius:var(--input-border-radius);outline:none;box-shadow:var(--shadow-1);z-index:99;scroll-behavior:smooth;scrollbar-width:thin;display:none}.dropdown-active{display:block}.goa-dropdown-list::-webkit-scrollbar{width:6px}.goa-dropdown-list::-webkit-scrollbar-track{background:#f1f1f1}.goa-dropdown-list::-webkit-scrollbar-thumb{background:#888}.goa-dropdown-list::-webkit-scrollbar-thumb:hover{background:#555}.goa-dropdown-option{margin:0;padding:0.5rem;cursor:pointer;color:var(--color-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.goa-dropdown-option--tabbed{background:var(--color-gray-100);color:var(--goa-color-interactive--hover)}.goa-dropdown-option--disabled{opacity:0.5;cursor:default}.goa-dropdown-option--disabled:hover{cursor:default;color:var(--color-gray-600)}.goa-dropdown-option--selected{background:var(--goa-color-interactive);color:var(--color-white)}.goa-dropdown-option--tabbed.goa-dropdown-option--selected,.goa-dropdown-option--selected:hover{background:var(--goa-color-interactive--hover);color:var(--color-white)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Wr,qr,G,{name:0,value:19,leadingicon:1,maxheight:2,placeholder:3,testid:4,width:5,disabled:6,error:7,multiselect:20},null,[-1,-1]),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","leadingicon","maxheight","placeholder","testid","width","disabled","error","multiselect"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[19]}set value(e){this.$$set({value:e}),g()}get leadingicon(){return this.$$.ctx[1]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get maxheight(){return this.$$.ctx[2]}set maxheight(e){this.$$set({maxheight:e}),g()}get placeholder(){return this.$$.ctx[3]}set placeholder(e){this.$$set({placeholder:e}),g()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),g()}get width(){return this.$$.ctx[5]}set width(e){this.$$set({width:e}),g()}get disabled(){return this.$$.ctx[6]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[7]}set error(e){this.$$set({error:e}),g()}get multiselect(){return this.$$.ctx[20]}set multiselect(e){this.$$set({multiselect:e}),g()}}customElements.define("goa-dropdown",Dt);function Ur(i){return{c(){this.c=v},m:v,p:v,i:v,o:v,d:v}}function Zr(i,e,t){let{name:r=""}=e,{value:n=""}=e,{label:o=""}=e,a;return Q(async()=>{if(!r){console.error("goa-dropdown-item: missing the required `name` attribute. It must match the parent's name attribute");return}a=await Lt(r),a.notify({type:Ht,name:r,label:o,value:n})}),i.$$set=l=>{"name"in l&&t(0,r=l.name),"value"in l&&t(1,n=l.value),"label"in l&&t(2,o=l.label)},[r,n,o]}class Gt extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Zr,Ur,G,{name:0,value:1,label:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","label"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),g()}get label(){return this.$$.ctx[2]}set label(e){this.$$set({label:e}),g()}}customElements.define("goa-dropdown-item",Gt);function Kr(i){let e,t;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","goa-flex-row"),q(e,"gap",i[0])},m(r,n){p(r,e,n),m(e,t)},p(r,[n]){n&1&&q(e,"gap",r[0])},i:v,o:v,d(r){r&&E(e)}}}function Xr(i,e,t){let r,{gap:n=""}=e;return i.$$set=o=>{"gap"in o&&t(1,n=o.gap)},i.$$.update=()=>{i.$$.dirty&2&&t(0,r=n==="small"?"1rem":n==="medium"?"2rem":n==="large"?"3rem":"0")},[r,n]}class Nt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-flex-row{display:flex;flex-direction:column;gap:var(--gap)}@media(min-width: 640px){.goa-flex-row{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:var(--gap);margin-bottom:1rem}}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Xr,Kr,G,{gap:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["gap"]}get gap(){return this.$$.ctx[1]}set gap(e){this.$$set({gap:e}),g()}}customElements.define("goa-flex-row",Nt);function Pt(i){let e,t,r,n=i[3]&&Ot();return{c(){e=b("label"),t=j(i[0]),r=T(),n&&n.c(),u(e,"for","")},m(o,a){p(o,e,a),m(e,t),m(e,r),n&&n.m(e,null)},p(o,a){a&1&&V(t,o[0]),o[3]?n||(n=Ot(),n.c(),n.m(e,null)):n&&(n.d(1),n=null)},d(o){o&&E(e),n&&n.d()}}}function Ot(i){let e;return{c(){e=b("em"),e.textContent="(optional)"},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function jt(i){let e,t;return{c(){e=b("div"),t=j(i[2]),u(e,"class","error-msg")},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 Ft(i){let e,t;return{c(){e=b("div"),t=j(i[1]),u(e,"class","help-msg")},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 Yr(i){let e,t,r,n,o,a=i[0]&&Pt(i),l=i[2]&&jt(i),s=i[1]&&Ft(i);return{c(){e=b("div"),a&&a.c(),t=T(),r=b("div"),r.innerHTML="<slot></slot>",n=T(),l&&l.c(),o=T(),s&&s.c(),this.c=v,u(r,"class","form-item-input"),u(e,"class","goa-form-item")},m(c,d){p(c,e,d),a&&a.m(e,null),m(e,t),m(e,r),m(e,n),l&&l.m(e,null),m(e,o),s&&s.m(e,null)},p(c,[d]){c[0]?a?a.p(c,d):(a=Pt(c),a.c(),a.m(e,t)):a&&(a.d(1),a=null),c[2]?l?l.p(c,d):(l=jt(c),l.c(),l.m(e,o)):l&&(l.d(1),l=null),c[1]?s?s.p(c,d):(s=Ft(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:v,o:v,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function Jr(i,e,t){let r,{label:n=""}=e,{helptext:o=""}=e,{error:a=""}=e,{optional:l}=e;return i.$$set=s=>{"label"in s&&t(0,n=s.label),"helptext"in s&&t(1,o=s.helptext),"error"in s&&t(2,a=s.error),"optional"in s&&t(4,l=s.optional)},i.$$.update=()=>{i.$$.dirty&16&&t(3,r=F(l))},[n,o,a,r,l]}class qt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}*{box-sizing:border-box}label{display:block;font-weight:var(--fw-bold);color:var(--goa-color-text);font-size:var(--fs-base);padding:0.5rem 0;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-sm);line-height:var(--lh-sm);font-style:normal}.form-item-input{margin-bottom:0.25rem}.help-msg{font-size:var(--fs-sm);color:var(--goa-color-text)}.error-msg{font-size:var(--fs-sm);color:var(--goa-color-interactive--error);margin-bottom:0.25rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Jr,Yr,G,{label:0,helptext:1,error:2,optional:4},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["label","helptext","error","optional"]}get label(){return this.$$.ctx[0]}set label(e){this.$$set({label:e}),g()}get helptext(){return this.$$.ctx[1]}set helptext(e){this.$$set({helptext:e}),g()}get error(){return this.$$.ctx[2]}set error(e){this.$$set({error:e}),g()}get optional(){return this.$$.ctx[4]}set optional(e){this.$$set({optional:e}),g()}}customElements.define("goa-form-item",qt);function Qr(i){let e,t,r,n,o,a,l,s;return{c(){e=b("div"),t=b("goa-page-block"),r=b("h1"),n=j(i[0]),o=T(),a=b("div"),a.innerHTML="<slot></slot>",l=T(),s=b("slot"),this.c=v,u(a,"class","goa-hero-banner-content"),u(a,"role","note"),u(s,"name","actions"),z(t,"width","full"),u(e,"class","goa-hero"),u(e,"data-testid","background"),q(e,"background-image","linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url("+i[1]+")"),q(e,"background-size","cover"),q(e,"background-position","center"),q(e,"background-repeat","no-repeat")},m(c,d){p(c,e,d),m(e,t),m(t,r),m(r,n),m(t,o),m(t,a),m(t,l),m(t,s)},p(c,[d]){d&1&&V(n,c[0]),d&2&&q(e,"background-image","linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url("+c[1]+")")},i:v,o:v,d(c){c&&E(e)}}}function $r(i,e,t){let{heading:r}=e,{backgroundurl:n}=e;return i.$$set=o=>{"heading"in o&&t(0,r=o.heading),"backgroundurl"in o&&t(1,n=o.backgroundurl)},[r,n]}class Vt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-hero{box-sizing:border-box;display:flex;justify-content:flex-end;flex-direction:column;min-height:600px;border-bottom:8px solid var(--goa-color-brand);color:var(--color-white);background-position:center center;width:100%;padding:3.5rem 0}h1{margin:0 0 1.75rem;padding:0;color:var(--color-white);font-size:var(--fs-3xl);line-height:var(--lh-2xl);font-weight:var(--fw-bold)}.goa-hero-banner-content{font-size:1.5rem;line-height:2rem;margin-bottom:1.75rem;color:#fff}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},$r,Qr,G,{heading:0,backgroundurl:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","backgroundurl"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get backgroundurl(){return this.$$.ctx[1]}set backgroundurl(e){this.$$set({backgroundurl:e}),g()}}customElements.define("goa-hero-banner",Vt);function Wt(i){let e,t;return{c(){e=b("ion-icon"),z(e,"name",t=i[1]==="filled"||i[0].indexOf("logo")===0?i[0]:`${i[0]}-${i[1]}`)},m(r,n){p(r,e,n)},p(r,n){n&3&&t!==(t=r[1]==="filled"||r[0].indexOf("logo")===0?r[0]:`${r[0]}-${r[1]}`)&&z(e,"name",t)},d(r){r&&E(e)}}}function en(i){let e,t,r,n=i[0]&&Wt(i);return{c(){e=b("div"),n&&n.c(),this.c=v,u(e,"class","goa-icon"),u(e,"data-testid",t=`icon-${i[0]}`),u(e,"title",i[5]),u(e,"style",r=`
|
|
15
15
|
--size: ${i[6]};
|
|
16
16
|
--fill-color: ${i[2]};
|
|
17
17
|
--hover-color: ${i[3]};
|
|
18
18
|
--opacity: ${i[4]};
|
|
19
|
-
`),I(e,"inverted",i[7])},m(
|
|
20
|
-
--size: ${
|
|
21
|
-
--fill-color: ${
|
|
22
|
-
--hover-color: ${
|
|
23
|
-
--opacity: ${
|
|
24
|
-
`)&&u(e,"style",r),a&128&&I(e,"inverted",
|
|
19
|
+
`),I(e,"inverted",i[7])},m(o,a){p(o,e,a),n&&n.m(e,null)},p(o,[a]){o[0]?n?n.p(o,a):(n=Wt(o),n.c(),n.m(e,null)):n&&(n.d(1),n=null),a&1&&t!==(t=`icon-${o[0]}`)&&u(e,"data-testid",t),a&32&&u(e,"title",o[5]),a&92&&r!==(r=`
|
|
20
|
+
--size: ${o[6]};
|
|
21
|
+
--fill-color: ${o[2]};
|
|
22
|
+
--hover-color: ${o[3]};
|
|
23
|
+
--opacity: ${o[4]};
|
|
24
|
+
`)&&u(e,"style",r),a&128&&I(e,"inverted",o[7])},i:v,o:v,d(o){o&&E(e),n&&n.d()}}}function tn(i,e,t){let r,n,{type:o}=e,{size:a="medium"}=e,{theme:l="outline"}=e,{inverted:s="false"}=e,{fillcolor:c=""}=e,{hovercolor:d=""}=e,{opacity:f=1}=e,{title:h=""}=e;return i.$$set=y=>{"type"in y&&t(0,o=y.type),"size"in y&&t(8,a=y.size),"theme"in y&&t(1,l=y.theme),"inverted"in y&&t(9,s=y.inverted),"fillcolor"in y&&t(2,c=y.fillcolor),"hovercolor"in y&&t(3,d=y.hovercolor),"opacity"in y&&t(4,f=y.opacity),"title"in y&&t(5,h=y.title)},i.$$.update=()=>{i.$$.dirty&512&&t(7,r=F(s)),i.$$.dirty&256&&t(6,n={small:"1.25rem",medium:"1.5rem",large:"2rem"}[a])},[o,l,c,d,f,h,n,r,a,s]}class Ut extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{display:inline-flex;align-items:center}ion-icon{pointer-events:none;width:100%;height:100%}.goa-icon{width:var(--size);height:var(--size);fill:var(--fill-color);color:var(--fill-color);opacity:var(--opacity);display:inline-flex;align-items:center;justify-content:center}.goa-icon:hover ion-icon{fill:var(--hover-color);color:var(--hover-color)}.inverted{color:#fff;fill:#fff}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},tn,en,G,{type:0,size:8,theme:1,inverted:9,fillcolor:2,hovercolor:3,opacity:4,title:5},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["type","size","theme","inverted","fillcolor","hovercolor","opacity","title"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}get size(){return this.$$.ctx[8]}set size(e){this.$$set({size:e}),g()}get theme(){return this.$$.ctx[1]}set theme(e){this.$$set({theme:e}),g()}get inverted(){return this.$$.ctx[9]}set inverted(e){this.$$set({inverted:e}),g()}get fillcolor(){return this.$$.ctx[2]}set fillcolor(e){this.$$set({fillcolor:e}),g()}get hovercolor(){return this.$$.ctx[3]}set hovercolor(e){this.$$set({hovercolor:e}),g()}get opacity(){return this.$$.ctx[4]}set opacity(e){this.$$set({opacity:e}),g()}get title(){return this.$$.ctx[5]}set title(e){this.$$set({title:e}),g()}}customElements.define("goa-icon",Ut);function rn(i){let e,t,r,n;return{c(){e=b("button"),t=b("goa-icon"),this.c=v,z(t,"title",i[3]),z(t,"type",i[0]),z(t,"size",i[1]),z(t,"theme",i[2]),z(t,"inverted",i[5]),q(e,"--size",i[6]),u(e,"title",i[3]),e.disabled=i[7],u(e,"class",i[8]),u(e,"data-testid",i[4])},m(o,a){p(o,e,a),m(e,t),r||(n=U(e,"click",nn),r=!0)},p(o,[a]){a&8&&z(t,"title",o[3]),a&1&&z(t,"type",o[0]),a&2&&z(t,"size",o[1]),a&4&&z(t,"theme",o[2]),a&32&&z(t,"inverted",o[5]),a&64&&q(e,"--size",o[6]),a&8&&u(e,"title",o[3]),a&128&&(e.disabled=o[7]),a&256&&u(e,"class",o[8]),a&16&&u(e,"data-testid",o[4])},i:v,o:v,d(o){o&&E(e),r=!1,n()}}}function nn(i){i.target.dispatchEvent(new CustomEvent("_click",{composed:!0,detail:{event:i}}))}function on(i,e,t){let r,n,o,a,{type:l}=e,{size:s="medium"}=e,{theme:c="outline"}=e,{variant:d="color"}=e,{title:f=""}=e,{testId:h=""}=e,{disabled:y}=e,{inverted:w}=e;return i.$$set=_=>{"type"in _&&t(0,l=_.type),"size"in _&&t(1,s=_.size),"theme"in _&&t(2,c=_.theme),"variant"in _&&t(9,d=_.variant),"title"in _&&t(3,f=_.title),"testId"in _&&t(4,h=_.testId),"disabled"in _&&t(10,y=_.disabled),"inverted"in _&&t(11,w=_.inverted)},i.$$.update=()=>{i.$$.dirty&2048&&t(5,o=F(w)),i.$$.dirty&544&&t(8,r=`goa-icon-button goa-icon-button--${d} ${o?"goa-icon-button--inverted":""}`),i.$$.dirty&1024&&t(7,n=F(y)),i.$$.dirty&2&&t(6,a={small:"1rem",medium:"1.5rem",large:"2rem"}[s])},[l,s,c,f,h,o,a,n,r,d,y,w]}class Zt extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{display:inline-flex;align-items:center;box-sizing:border-box;font-family:var(--font-family)}.goa-icon-button,.goa-icon-button *{box-sizing:border-box}.goa-icon-button{display:inline-flex;align-items:center;background:transparent;cursor:pointer;padding:0;border:none}.goa-icon-button--color{border-radius:0.5rem;padding:calc(var(--size) / 4)}.goa-icon-button--color{border-radius:0.5rem;color:var(--goa-color-interactive);fill:var(--goa-color-interactive);cursor:pointer;transition:background-color 100ms ease-in, transform 100ms ease-in}.goa-icon-button--color:active,.goa-icon-button--nocolor:active{transform:scale(0.9);border:none}.goa-icon-button--color:hover{background-color:var(--goa-color-primary-light)}.goa-icon-button--color.goa-icon-button--inverted:hover{background-color:var(--goa-color-primary-dark)}.goa-icon-button:disabled{color:var(--color-gray-200);fill:var(--color-gray-200);transform:none;cursor:default}.goa-icon-button:disabled:hover{background-color:transparent}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},on,rn,G,{type:0,size:1,theme:2,variant:9,title:3,testId:4,disabled:10,inverted:11},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["type","size","theme","variant","title","testId","disabled","inverted"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),g()}get theme(){return this.$$.ctx[2]}set theme(e){this.$$set({theme:e}),g()}get variant(){return this.$$.ctx[9]}set variant(e){this.$$set({variant:e}),g()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),g()}get testId(){return this.$$.ctx[4]}set testId(e){this.$$set({testId:e}),g()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),g()}get inverted(){return this.$$.ctx[11]}set inverted(e){this.$$set({inverted:e}),g()}}customElements.define("goa-icon-button",Zt);function Kt(i){let e;return{c(){e=b("goa-icon"),z(e,"class","goa-input-leading-icon"),z(e,"data-testid","leading-icon"),z(e,"type",i[4])},m(t,r){p(t,e,r)},p(t,r){r&16&&z(e,"type",t[4])},d(t){t&&E(e)}}}function Xt(i){let e;return{c(){e=b("goa-icon"),z(e,"class","goa-input-trailing-icon"),z(e,"data-testid","trailing-icon"),z(e,"size","medium"),z(e,"type",i[5])},m(t,r){p(t,e,r)},p(t,r){r&32&&z(e,"type",t[5])},d(t){t&&E(e)}}}function Yt(i){let e,t,r;return{c(){e=b("goa-icon-button"),z(e,"class","goa-input-trailing-icon"),z(e,"disabled",i[12]),z(e,"variant","nocolor"),z(e,"size","medium"),z(e,"type",i[5]),z(e,"data-testid","trailing-icon-button")},m(n,o){p(n,e,o),t||(r=U(e,"click",cn),t=!0)},p(n,o){o&4096&&z(e,"disabled",n[12]),o&32&&z(e,"type",n[5])},d(n){n&&E(e),t=!1,r()}}}function Jt(i){let e;function t(o,a){if(o[9]>0)return ln;if(o[0].length>0)return an}let r=t(i),n=r&&r(i);return{c(){n&&n.c(),e=te()},m(o,a){n&&n.m(o,a),p(o,e,a)},p(o,a){r===(r=t(o))&&n?n.p(o,a):(n&&n.d(1),n=r&&r(o),n&&(n.c(),n.m(e.parentNode,e)))},d(o){n&&n.d(o),o&&E(e)}}}function an(i){let e,t=i[0].length+"",r;return{c(){e=b("div"),r=j(t),u(e,"class","counter")},m(n,o){p(n,e,o),m(e,r)},p(n,o){o&1&&t!==(t=n[0].length+"")&&V(r,t)},d(n){n&&E(e)}}}function ln(i){let e,t=i[0].length+"",r,n=`/${i[9]}`,o;return{c(){e=b("div"),r=j(t),o=j(n),u(e,"class","counter"),I(e,"counter-error",i[0].length>i[9])},m(a,l){p(a,e,l),m(e,r),m(e,o)},p(a,l){l&1&&t!==(t=a[0].length+"")&&V(r,t),l&512&&n!==(n=`/${a[9]}`)&&V(o,n),l&513&&I(e,"counter-error",a[0].length>a[9])},d(a){a&&E(e)}}}function sn(i){let e,t,r,n,o,a,l,s,c,d,f,h,y,w=i[4]&&Kt(i),_=i[5]&&!i[15]&&Xt(i),M=i[5]&&i[15]&&Yt(i),k=i[11]&&Jt(i);return{c(){e=b("div"),t=b("div"),w&&w.c(),r=T(),n=b("input"),l=T(),_&&_.c(),s=T(),M&&M.c(),d=T(),k&&k.c(),this.c=v,u(n,"class",o=`input--${i[6]}`),u(n,"style",a=`--search-icon-offset: ${i[5]?"-0.5rem":"0"}`),n.readOnly=i[14],n.disabled=i[12],u(n,"data-testid",i[7]),u(n,"name",i[2]),u(n,"type",i[1]),n.value=i[0],u(n,"placeholder",i[3]),u(t,"class",c=`
|
|
25
25
|
goa-input
|
|
26
26
|
${i[12]?"goa-input--disabled":""}
|
|
27
27
|
variant--${i[6]}
|
|
28
28
|
type--${i[1]}
|
|
29
29
|
`),I(t,"error",i[13]),u(e,"class","container"),u(e,"style",f=`
|
|
30
30
|
--width: ${i[8]};
|
|
31
|
-
`)},m(C,x){p(C,e,x),m(e,t),w&&w.m(t,null),m(t,r),m(t,
|
|
31
|
+
`)},m(C,x){p(C,e,x),m(e,t),w&&w.m(t,null),m(t,r),m(t,n),i[24](n),m(t,l),_&&_.m(t,null),m(t,s),M&&M.m(t,null),m(e,d),k&&k.m(e,null),h||(y=[U(n,"keyup",i[16]),U(n,"change",i[16])],h=!0)},p(C,[x]){C[4]?w?w.p(C,x):(w=Kt(C),w.c(),w.m(t,r)):w&&(w.d(1),w=null),x&64&&o!==(o=`input--${C[6]}`)&&u(n,"class",o),x&32&&a!==(a=`--search-icon-offset: ${C[5]?"-0.5rem":"0"}`)&&u(n,"style",a),x&16384&&(n.readOnly=C[14]),x&4096&&(n.disabled=C[12]),x&128&&u(n,"data-testid",C[7]),x&4&&u(n,"name",C[2]),x&2&&u(n,"type",C[1]),x&1&&n.value!==C[0]&&(n.value=C[0]),x&8&&u(n,"placeholder",C[3]),C[5]&&!C[15]?_?_.p(C,x):(_=Xt(C),_.c(),_.m(t,s)):_&&(_.d(1),_=null),C[5]&&C[15]?M?M.p(C,x):(M=Yt(C),M.c(),M.m(t,null)):M&&(M.d(1),M=null),x&4162&&c!==(c=`
|
|
32
32
|
goa-input
|
|
33
33
|
${C[12]?"goa-input--disabled":""}
|
|
34
34
|
variant--${C[6]}
|
|
35
35
|
type--${C[1]}
|
|
36
36
|
`)&&u(t,"class",c),x&12354&&I(t,"error",C[13]),C[11]?k?k.p(C,x):(k=Jt(C),k.c(),k.m(e,null)):k&&(k.d(1),k=null),x&256&&f!==(f=`
|
|
37
37
|
--width: ${C[8]};
|
|
38
|
-
`)&&u(e,"style",f)},i:v,o:v,d(C){C&&E(e),w&&w.d(),i[24](null),_&&_.d(),M&&M.d(),k&&k.d(),h=!1,$(y)}}}function
|
|
39
|
-
center center no-repeat}</style>`,O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},
|
|
40
|
-
transform: ${c} translate(${(1-f)*
|
|
41
|
-
opacity: ${s-d*h}`}}function ei(i,e){let t=!1;function r(){if(!o())return;const l=a();l>0&&(t=!0,document.body.style.overflow="hidden",document.body.style.paddingRight=l+"px")}function o(){return document.body.style.overflow!=="hidden"}function n(){!t||(t=!1,setTimeout(()=>{document.body.style.overflow="",document.body.style.paddingRight="0"},200))}function a(){if(document.body.clientHeight<=document.documentElement.clientHeight)return 0;const l=document.createElement("div");l.style.visibility="hidden",l.style.overflow="scroll",document.body.appendChild(l);const s=document.createElement("div");l.appendChild(s);const c=l.offsetWidth-s.offsetWidth;return l.parentNode.removeChild(l),c}return e.enable&&r(),{update(){e.enable||n()},destroy(){n()}}}function ti(i){let e,t,r,o,n,a,l,s,c,d,f,h,y,w,_,M,k,C,x,A,R,L=i[0]&&ii(i),B=i[3]&&ri(i);function K(Y,S){return Y[6]?ho:go}let X=K(i),J=X(i);return{c(){e=b("goa-focus-trap"),t=b("div"),r=b("div"),o=T(),n=b("div"),L&&L.c(),a=T(),B&&B.c(),l=T(),s=b("div"),J.c(),c=T(),d=b("slot"),f=T(),h=b("div"),h.innerHTML='<slot name="actions"></slot>',u(r,"data-testid","modal-overlay"),u(r,"class","modal-overlay"),u(s,"data-testid","modal-content"),u(s,"class","modal-content"),u(h,"data-testid","modal-actions"),u(h,"class","modal-actions"),u(n,"class","modal-pane"),u(t,"data-testid","modal"),u(t,"class","modal"),u(t,"style",_=""+((i[2]&&`--width: ${i[2]};`)+";")),z(e,"active",i[1])},m(Y,S){p(Y,e,S),m(e,t),m(t,r),m(t,o),m(t,n),L&&L.m(n,null),m(n,a),B&&B.m(n,null),m(n,l),m(n,s),J.m(s,null),m(s,c),m(s,d),m(n,f),m(n,h),x=!0,A||(R=[U(r,"click",i[7]),Ke(M=ei.call(null,t,{enable:i[5]}))],A=!0)},p(Y,S){i=Y,i[0]?L?L.p(i,S):(L=ii(i),L.c(),L.m(n,a)):L&&(L.d(1),L=null),i[3]?B?B.p(i,S):(B=ri(i),B.c(),B.m(n,l)):B&&(B.d(1),B=null),X!==(X=K(i))&&(J.d(1),J=X(i),J&&(J.c(),J.m(s,c))),(!x||S&4&&_!==(_=""+((i[2]&&`--width: ${i[2]};`)+";")))&&u(t,"style",_),M&&se(M.update)&&S&32&&M.update.call(null,{enable:i[5]}),(!x||S&2)&&z(e,"active",i[1])},i(Y){x||(ie(()=>{w&&w.end(1),y=rt(n,$t,{duration:i[4],y:200}),y.start()}),ie(()=>{C&&C.end(1),k=rt(t,be,{duration:i[4]}),k.start()}),x=!0)},o(Y){y&&y.invalidate(),w=ot(n,$t,{delay:i[4],duration:i[4],y:-100}),k&&k.invalidate(),C=ot(t,be,{delay:i[4],duration:i[4]}),x=!1},d(Y){Y&&E(e),L&&L.d(),B&&B.d(),J.d(),Y&&w&&w.end(),Y&&C&&C.end(),A=!1,$(R)}}}function ii(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"data-testid","modal-title"),u(e,"class","modal-title")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&1&&V(t,r[0])},d(r){r&&E(e)}}}function ri(i){let e,t,r,o;return{c(){e=b("div"),t=b("goa-icon-button"),z(t,"data-testid","modal-close-button"),z(t,"type","close"),u(e,"class","modal-close")},m(n,a){p(n,e,a),m(e,t),r||(o=U(t,"click",i[7]),r=!0)},p:v,d(n){n&&E(e),r=!1,o()}}}function go(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",q(e,"margin","1.75rem")},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function ho(i){let e;return{c(){e=b("goa-scrollable"),e.innerHTML="<slot></slot>",z(e,"direction","vertical"),z(e,"height","50"),z(e,"hpadding","1.75")},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function mo(i){let e,t,r=i[5]&&ti(i);return{c(){r&&r.c(),e=te(),this.c=v},m(o,n){r&&r.m(o,n),p(o,e,n),t=!0},p(o,[n]){o[5]?r?(r.p(o,n),n&32&&W(r,1)):(r=ti(o),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(o){t||(W(r),t=!0)},o(o){Z(r),t=!1},d(o){r&&r.d(o),o&&E(e)}}}function bo(i,e,t){let r,o,n,a,{heading:l}=e,{closable:s}=e,{scrollable:c}=e,{open:d}=e,{transition:f}=e,{width:h}=e;Q(()=>{console.log("in the modal v2")});function y(w){!r||(w.target.dispatchEvent(new CustomEvent("_close",{composed:!0})),w.stopPropagation())}return i.$$set=w=>{"heading"in w&&t(0,l=w.heading),"closable"in w&&t(8,s=w.closable),"scrollable"in w&&t(9,c=w.scrollable),"open"in w&&t(1,d=w.open),"transition"in w&&t(10,f=w.transition),"width"in w&&t(2,h=w.width)},i.$$.update=()=>{i.$$.dirty&256&&t(3,r=F(s)),i.$$.dirty&512&&t(6,o=F(c)),i.$$.dirty&2&&t(5,n=F(d)),i.$$.dirty&1024&&t(4,a=f==="none"?0:f==="slow"?400:200)},[l,d,h,r,a,n,o,y,s,c,f]}class oi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.modal{font-family:var(--font-family);position:fixed;inset:0;display:flex;align-items:center;justify-content:center;height:100vh;width:100%;z-index:100}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);z-index:1000}.modal-pane{position:relative;background-color:#fff;z-index:1001;width:90%;margin:1rem;box-shadow:var(--shadow-2);border-radius:4px;max-height:90%}@media(min-width: 640px){.modal-pane{width:var(--width, 60ch);max-height:80%}}.modal-actions{text-align:right;padding:0 1.75rem;margin:1.75rem 0;flex:1 1 auto}.modal-close{position:absolute;top:1rem;right:1rem}.modal-title{font-size:var(--fs-xl);padding-bottom:1rem;padding:0 1.75rem;margin:1.75rem 0;margin-right:40px;flex:0 0 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},bo,mo,G,{heading:0,closable:8,scrollable:9,open:1,transition:10,width:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","closable","scrollable","open","transition","width"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get closable(){return this.$$.ctx[8]}set closable(e){this.$$set({closable:e}),g()}get scrollable(){return this.$$.ctx[9]}set scrollable(e){this.$$set({scrollable:e}),g()}get open(){return this.$$.ctx[1]}set open(e){this.$$set({open:e}),g()}get transition(){return this.$$.ctx[10]}set transition(e){this.$$set({transition:e}),g()}get width(){return this.$$.ctx[2]}set width(e){this.$$set({width:e}),g()}}customElements.define("goa-modal",oi);function ni(i){let e,t,r,o,n,a,l,s,c,d,f,h,y;return{c(){e=b("div"),t=b("div"),r=b("goa-icon"),o=T(),n=b("div"),n.innerHTML="<slot></slot>",a=T(),l=b("div"),s=b("goa-icon-button"),z(r,"type",i[2]),z(r,"inverted",""),u(t,"class","icon"),u(n,"class","content"),z(s,"type","close"),z(s,"inverted",""),u(l,"class","close"),u(e,"class",c="notification "+i[0])},m(w,_){p(w,e,_),m(e,t),m(t,r),m(e,o),m(e,n),m(e,a),m(e,l),m(l,s),f=!0,h||(y=U(s,"click",i[3]),h=!0)},p(w,_){(!f||_&4)&&z(r,"type",w[2]),(!f||_&1&&c!==(c="notification "+w[0]))&&u(e,"class",c)},i(w){f||(ie(()=>{d||(d=De(e,be,{},!0)),d.run(1)}),f=!0)},o(w){d||(d=De(e,be,{},!1)),d.run(0),f=!1},d(w){w&&E(e),w&&d&&d.end(),h=!1,y()}}}function vo(i){let e,t,r=i[1]&&ni(i);return{c(){r&&r.c(),e=te(),this.c=v},m(o,n){r&&r.m(o,n),p(o,e,n),t=!0},p(o,[n]){o[1]?r?(r.p(o,n),n&2&&W(r,1)):(r=ni(o),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(o){t||(W(r),t=!0)},o(o){Z(r),t=!1},d(o){r&&r.d(o),o&&E(e)}}}function po(i,e,t){let r,{type:o}=e,n=!0;function a(){t(1,n=!1)}return i.$$set=l=>{"type"in l&&t(0,o=l.type)},i.$$.update=()=>{i.$$.dirty&1&&t(2,r=o==="emergency"?"warning":o==="caution"?"alert-circle":o==="information"?"information-circle":"calendar")},[o,n,r,a]}class ai extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.notification{padding:1.5rem;display:flex;align-items:center;gap:1rem;border-radius:3px}.emergency{background-color:var(--goa-color-status-emergency);color:var(--color-white)}.caution{background-color:var(--goa-color-status-warning)}.information{background-color:var(--goa-color-status-info);color:var(--color-white)}.event{background-color:var(--goa-color-status-success);color:var(--color-white)}.icon{flex:0 0 auto;align-self:flex-start}.content{flex:1 1 auto}.close{flex:0 0 auto;align-self:flex-start}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},po,vo,G,{type:0},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["type"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}}customElements.define("goa-notification",ai);function wo(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",this.c=v,u(e,"class","layout")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class li extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>@media(min-width: 768px){}.layout{max-width:768px;margin:0 auto;padding:2rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,wo,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-page-layout",li);function si(i){let e,t,r,o;const n=[yo,_o],a=[];function l(s,c){return s[3]?0:s[4]?1:-1}return~(e=l(i))&&(t=a[e]=n[e](i)),{c(){t&&t.c(),r=te()},m(s,c){~e&&a[e].m(s,c),p(s,r,c),o=!0},p(s,c){let d=e;e=l(s),e===d?~e&&a[e].p(s,c):(t&&(ge(),Z(a[d],1,1,()=>{a[d]=null}),he()),~e?(t=a[e],t?t.p(s,c):(t=a[e]=n[e](s),t.c()),W(t,1),t.m(r.parentNode,r)):t=null)},i(s){o||(W(t),o=!0)},o(s){Z(t),o=!1},d(s){~e&&a[e].d(s),s&&E(r)}}}function _o(i){let e,t,r,o,n=i[0]&&ci(i);return{c(){e=b("div"),t=b("goa-spinner"),r=T(),n&&n.c(),z(t,"size",i[2]),z(t,"progress",i[1]),u(e,"class",o="spinner-"+i[2]),I(e,"inline",i[4])},m(a,l){p(a,e,l),m(e,t),m(e,r),n&&n.m(e,null)},p(a,l){l&4&&z(t,"size",a[2]),l&2&&z(t,"progress",a[1]),a[0]?n?n.p(a,l):(n=ci(a),n.c(),n.m(e,null)):n&&(n.d(1),n=null),l&4&&o!==(o="spinner-"+a[2])&&u(e,"class",o),l&20&&I(e,"inline",a[4])},i:v,o:v,d(a){a&&E(e),n&&n.d()}}}function yo(i){let e,t,r,o,n,a,l,s=i[0]&&di(i);return{c(){e=b("div"),t=b("goa-spinner"),r=T(),s&&s.c(),z(t,"size",i[2]),z(t,"progress",i[1]),I(e,"fullscreen",i[3])},m(c,d){p(c,e,d),m(e,t),m(e,r),s&&s.m(e,null),n=!0,a||(l=Ke(ei.call(null,e,{enable:!0})),a=!0)},p(c,d){(!n||d&4)&&z(t,"size",c[2]),(!n||d&2)&&z(t,"progress",c[1]),c[0]?s?s.p(c,d):(s=di(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null),d&8&&I(e,"fullscreen",c[3])},i(c){n||(ie(()=>{o||(o=De(e,be,{duration:300},!0)),o.run(1)}),n=!0)},o(c){o||(o=De(e,be,{duration:300},!1)),o.run(0),n=!1},d(c){c&&E(e),s&&s.d(),c&&o&&o.end(),a=!1,l()}}}function ci(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"class","message")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&1&&V(t,r[0])},d(r){r&&E(e)}}}function di(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"class","message")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&1&&V(t,r[0])},d(r){r&&E(e)}}}function ko(i){let e,t,r=i[5]&&si(i);return{c(){r&&r.c(),e=te(),this.c=v},m(o,n){r&&r.m(o,n),p(o,e,n),t=!0},p(o,[n]){o[5]?r?(r.p(o,n),n&32&&W(r,1)):(r=si(o),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(o){t||(W(r),t=!0)},o(o){Z(r),t=!1},d(o){r&&r.d(o),o&&E(e)}}}function xo(i,e,t){let r,{variant:o="inline"}=e,{size:n="large"}=e,{message:a=""}=e,{progress:l=-1}=e,{visible:s="false"}=e,c,d,f;return Q(async()=>{t(2,c=n==="small"?"large":"xlarge"),t(3,d=o==="fullscreen"),t(4,f=o==="inline")}),i.$$set=h=>{"variant"in h&&t(6,o=h.variant),"size"in h&&t(7,n=h.size),"message"in h&&t(0,a=h.message),"progress"in h&&t(1,l=h.progress),"visible"in h&&t(8,s=h.visible)},i.$$.update=()=>{i.$$.dirty&256&&t(5,r=F(s))},[a,l,c,d,f,r,o,n,s]}class ui extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.fullscreen{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:rgba(255, 255, 255, 0.9)}.inline{margin:3.5rem;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.spinner-large .message{margin-top:1.5rem;font-size:1.2rem}.spinner-xlarge .message{margin-top:2rem;font-size:1.5rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},xo,ko,G,{variant:6,size:7,message:0,progress:1,visible:8},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["variant","size","message","progress","visible"]}get variant(){return this.$$.ctx[6]}set variant(e){this.$$set({variant:e}),g()}get size(){return this.$$.ctx[7]}set size(e){this.$$set({size:e}),g()}get message(){return this.$$.ctx[0]}set message(e){this.$$set({message:e}),g()}get progress(){return this.$$.ctx[1]}set progress(e){this.$$set({progress:e}),g()}get visible(){return this.$$.ctx[8]}set visible(e){this.$$set({visible:e}),g()}}customElements.define("goa-circular-progress",ui);const fi="bind";function gi(i,e,t){const r=i.slice();return r[14]=e[t],r}function hi(i,e){let t,r,o,n,a,l,s,c,d=(e[14].label||e[14].value)+"",f,h,y,w,_;function M(){return e[11](e[14])}return{key:i,first:null,c(){t=b("label"),r=b("input"),a=T(),l=b("div"),s=T(),c=b("span"),f=j(d),h=T(),u(r,"type","radio"),u(r,"name",e[1]),r.value=o=e[14].value,r.disabled=e[7],r.checked=n=e[14].value===e[0],u(l,"class","goa-radio-icon"),u(c,"class","goa-radio-label"),u(t,"data-testid",y="radio-option-"+e[14].value),u(t,"class","goa-radio"),I(t,"goa-radio--disabled",e[7]),I(t,"goa-radio--error",e[5]),this.first=t},m(k,C){p(k,t,C),m(t,r),m(t,a),m(t,l),m(t,s),m(t,c),m(c,f),m(t,h),w||(_=U(r,"change",M),w=!0)},p(k,C){e=k,C&2&&u(r,"name",e[1]),C&16&&o!==(o=e[14].value)&&(r.value=o),C&128&&(r.disabled=e[7]),C&17&&n!==(n=e[14].value===e[0])&&(r.checked=n),C&16&&d!==(d=(e[14].label||e[14].value)+"")&&V(f,d),C&16&&y!==(y="radio-option-"+e[14].value)&&u(t,"data-testid",y),C&128&&I(t,"goa-radio--disabled",e[7]),C&32&&I(t,"goa-radio--error",e[5])},d(k){k&&E(t),w=!1,_()}}}function Eo(i){let e,t,r,o=[],n=new Map,a,l=i[4];const s=c=>c[14].value;for(let c=0;c<l.length;c+=1){let d=gi(i,l,c),f=s(d);n.set(f,o[c]=hi(f,d))}return{c(){e=b("div"),t=b("slot"),r=T();for(let c=0;c<o.length;c+=1)o[c].c();this.c=v,u(e,"class",a=`goa-radio-group--${i[2]}`),u(e,"data-testid",i[3])},m(c,d){p(c,e,d),m(e,t),m(e,r);for(let f=0;f<o.length;f+=1)o[f].m(e,null);i[12](e)},p(c,[d]){d&435&&(l=c[4],o=at(o,d,s,1,c,l,n,e,nt,hi,null,gi)),d&4&&a!==(a=`goa-radio-group--${c[2]}`)&&u(e,"class",a),d&8&&u(e,"data-testid",c[3])},i:v,o:v,d(c){c&&E(e);for(let d=0;d<o.length;d+=1)o[d].d();i[12](null)}}}function Co(i,e,t){let r,{name:o}=e,{value:n}=e,{orientation:a="vertical"}=e,{disabled:l="false"}=e,{error:s="false"}=e,{testid:c=""}=e,d=[],f,h,y;Q(()=>{if(!o){console.error("goa-radio: missing the required `name` attribute. It must match the children's name attribute.");return}h=At(o),h.subscribe(k=>{switch(k==null?void 0:k.type){case fi:t(4,d=[...d,k])}})});function w(k){k!==n&&(t(0,n=k),y.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:o,value:n}})))}$e(()=>{Rt(o)});const _=k=>w(k.value);function M(k){ee[k?"unshift":"push"](()=>{y=k,t(6,y)})}return i.$$set=k=>{"name"in k&&t(1,o=k.name),"value"in k&&t(0,n=k.value),"orientation"in k&&t(2,a=k.orientation),"disabled"in k&&t(9,l=k.disabled),"error"in k&&t(10,s=k.error),"testid"in k&&t(3,c=k.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(7,r=F(l)),i.$$.dirty&1024&&t(5,f=F(s))},[n,o,a,c,d,f,y,r,w,l,s,_,M]}class mi extends N{constructor(e){super();this.shadowRoot.innerHTML='<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-radio-group--horizontal{display:flex;flex-direction:row}.goa-radio-group--vertical{display:inline-block}label.goa-radio{--goa-radio-outline-width:3px;--goa-radio-diameter:1.5rem;--goa-radio-border-width:1px;--goa-radio-border-width--checked:7px;display:inline-block;box-sizing:border-box;display:flex;align-items:center;min-height:3rem}.goa-radio:hover{cursor:pointer}.goa-radio *,.goa-radio *:before,.goa-radio *:after{box-sizing:border-box}.goa-radio input[type="radio"]{width:0;height:0;margin:0;opacity:0}input[type="radio"]:hover~.goa-radio-icon{border-color:var(--goa-color-interactive--hover)}input[type="radio"]:focus~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--focus)}.goa-radio-label{padding:0.5rem;font-weight:var(--fw-regular)}.goa-radio-icon{display:inline-block;height:var(--goa-radio-diameter);width:var(--goa-radio-diameter);border-radius:50%;background-color:#fff;transition:box-shadow 100ms ease-in-out;flex:0 0 auto}.goa-radio:focus>input:not(:disabled)~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--focus)}.goa-radio--disabled{opacity:0.4}.goa-radio--disabled:hover{cursor:default}input[type="radio"]:checked~.goa-radio-icon{border:var(--goa-radio-border-width--checked) solid var(--goa-color-interactive--active)}input[type="radio"]:not(:checked)~.goa-radio-icon{border:var(--goa-radio-border-width) solid var(--color-gray-600)}input[type="radio"]:disabled~.goa-radio-icon{border:var(--goa-radio-border-width) solid var(--color-gray-600)}input[type="radio"]:disabled:checked~.goa-radio-icon{border:var(--goa-radio-border-width--checked) solid var(--goa-color-interactive--active)}.goa-radio--error input[type="radio"]:checked~.goa-radio-icon{border:7px solid var(--goa-color-status-emergency)}.goa-radio--error input[type="radio"]:not(:checked)~.goa-radio-icon{border:2px solid var(--goa-color-status-emergency)}</style>',O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Co,Eo,G,{name:1,value:0,orientation:2,disabled:9,error:10,testid:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","orientation","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),g()}get orientation(){return this.$$.ctx[2]}set orientation(e){this.$$set({orientation:e}),g()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[10]}set error(e){this.$$set({error:e}),g()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-radio-group",mi);function zo(i){return{c(){this.c=v},m:v,p:v,i:v,o:v,d:v}}function Mo(i,e,t){let{value:r}=e,{label:o}=e,{name:n}=e,a;return Q(async()=>{if(!n){console.error("goa-radio-item: missing the required `name` attribute. It must match the parent's name attribute.");return}a=await Lt(n),a.notify({type:fi,value:r,label:o})}),i.$$set=l=>{"value"in l&&t(0,r=l.value),"label"in l&&t(1,o=l.label),"name"in l&&t(2,n=l.name)},[r,o,n]}class bi extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Mo,zo,G,{value:0,label:1,name:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["value","label","name"]}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),g()}get label(){return this.$$.ctx[1]}set label(e){this.$$set({label:e}),g()}get name(){return this.$$.ctx[2]}set name(e){this.$$set({name:e}),g()}}customElements.define("goa-radio-item",bi);function Ao(i){let e,t,r;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","goa-scrollable"),u(e,"style",r=`
|
|
38
|
+
`)&&u(e,"style",f)},i:v,o:v,d(C){C&&E(e),w&&w.d(),i[24](null),_&&_.d(),M&&M.d(),k&&k.d(),h=!1,$(y)}}}function cn(){this.dispatchEvent(new CustomEvent("_trailingIconClick",{composed:!0}))}function dn(i,e,t){let r,n,o,a,l,s,{type:c="text"}=e,{name:d=""}=e,{value:f=""}=e,{placeholder:h=""}=e,{leadingicon:y=null}=e,{trailingicon:w=null}=e,{variant:_="goa"}=e,{disabled:M="false"}=e,{handletrailingiconclick:k="false"}=e,{focused:C="false"}=e,{readonly:x="false"}=e,{error:A="false"}=e,{testid:R=""}=e,{width:L="30ch"}=e,{showcounter:B="false"}=e,{maxcharcount:K=0}=e,X;function J(S){S.target.dispatchEvent(new CustomEvent("_change",{composed:!0,bubbles:!1,cancelable:!0,detail:{name:d,value:S.target.value}})),t(0,f=S.target.value)}function Y(S){ee[S?"unshift":"push"](()=>{X=S,t(10,X)})}return i.$$set=S=>{"type"in S&&t(1,c=S.type),"name"in S&&t(2,d=S.name),"value"in S&&t(0,f=S.value),"placeholder"in S&&t(3,h=S.placeholder),"leadingicon"in S&&t(4,y=S.leadingicon),"trailingicon"in S&&t(5,w=S.trailingicon),"variant"in S&&t(6,_=S.variant),"disabled"in S&&t(17,M=S.disabled),"handletrailingiconclick"in S&&t(18,k=S.handletrailingiconclick),"focused"in S&&t(19,C=S.focused),"readonly"in S&&t(20,x=S.readonly),"error"in S&&t(21,A=S.error),"testid"in S&&t(7,R=S.testid),"width"in S&&t(8,L=S.width),"showcounter"in S&&t(22,B=S.showcounter),"maxcharcount"in S&&t(9,K=S.maxcharcount)},i.$$.update=()=>{i.$$.dirty&262144&&t(15,r=F(k)),i.$$.dirty&524288&&t(23,n=F(C)),i.$$.dirty&1048576&&t(14,o=F(x)),i.$$.dirty&2097152&&t(13,a=F(A)),i.$$.dirty&131072&&t(12,l=F(M)),i.$$.dirty&4194304&&t(11,s=F(B)),i.$$.dirty&8389632&&n&&X&&setTimeout(()=>X.focus(),1),i.$$.dirty&1026&&X&&c==="search"&&X.addEventListener("search",S=>{J(S)})},[f,c,d,h,y,w,_,R,L,K,X,s,l,a,o,r,J,M,k,C,x,A,B,n,Y]}class Qt extends N{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}.container{position:relative;width:100%}@media(min-width: 640px){.container{width:var(--width)}}.goa-input,.goa-input *{box-sizing:border-box}.goa-input{box-sizing:border-box;outline:none;transition:box-shadow 0.1s ease-in;border:1px solid var(--color-gray-600);border-radius:var(--input-border-radius);background:white;display:inline-flex;align-items:center;vertical-align:middle;min-width:100%}.goa-input:hover{border-color:var(--goa-color-interactive--hover)}.goa-input:active,.goa-input:focus,.goa-input:focus-within{box-shadow:0 0 0 3px var(--goa-color-interactive--focus)}.goa-input.type--range{border:none}.goa-input.type--range:active,.goa-input.type--range:focus,.goa-input.type--range:focus-within{box-shadow:none}.goa-input-leading-icon{display:flex;align-items:center;margin-left:0.5rem}.goa-input-trailing-icon{display:flex;align-items:center;margin-right:0.5rem}.goa-input-trailing-icon>.goa-icon-button{margin-right:-0.5rem}input{display:inline-block;color:var(--goa-color-text);font-size:var(--input-font-size);padding:var(--input-padding);line-height:calc(40px - calc(var(--input-padding) * 2));background-color:transparent;width:0;flex:1 1 auto}input[readonly]{cursor:pointer}.goa-input-leading-icon+input{padding-left:0.5rem}input,input:focus,input:hover,input:active{outline:none;border:none}.goa-input--disabled,.goa-input--disabled:hover,.goa-input--disabled:active,.goa-input--disabled:focus{background-color:var(--color-gray-100);border-color:var(--color-gray-200);cursor:default;box-shadow:none}.goa-input--disabled input,.goa-input--disabled input:hover,.goa-input--disabled input:active,.goa-input--disabled input:focus{color:var(--goa-color-text-secondary)}.goa-input--disabled input:hover{cursor:default !important}input.input--goa{display:block;border:none;flex:1 1 auto}.variant--bare{border:none}.variant--bare:focus,.variant--bare:active,.variant--bare:focus-within{box-shadow:none}.counter{position:absolute;padding-top:0.25rem;right:0;font-size:var(--fs-sm)}.counter-error{color:var(--goa-color-interactive--error)}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-interactive--error)}input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button{position:relative;right:var(--search-icon-offset);cursor:pointer;-webkit-appearance:none;height:1.2rem;width:1.2rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23333" d="M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>')
|
|
39
|
+
center center no-repeat}</style>`,O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},dn,sn,G,{type:1,name:2,value:0,placeholder:3,leadingicon:4,trailingicon:5,variant:6,disabled:17,handletrailingiconclick:18,focused:19,readonly:20,error:21,testid:7,width:8,showcounter:22,maxcharcount:9},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["type","name","value","placeholder","leadingicon","trailingicon","variant","disabled","handletrailingiconclick","focused","readonly","error","testid","width","showcounter","maxcharcount"]}get type(){return this.$$.ctx[1]}set type(e){this.$$set({type:e}),g()}get name(){return this.$$.ctx[2]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),g()}get placeholder(){return this.$$.ctx[3]}set placeholder(e){this.$$set({placeholder:e}),g()}get leadingicon(){return this.$$.ctx[4]}set leadingicon(e){this.$$set({leadingicon:e}),g()}get trailingicon(){return this.$$.ctx[5]}set trailingicon(e){this.$$set({trailingicon:e}),g()}get variant(){return this.$$.ctx[6]}set variant(e){this.$$set({variant:e}),g()}get disabled(){return this.$$.ctx[17]}set disabled(e){this.$$set({disabled:e}),g()}get handletrailingiconclick(){return this.$$.ctx[18]}set handletrailingiconclick(e){this.$$set({handletrailingiconclick:e}),g()}get focused(){return this.$$.ctx[19]}set focused(e){this.$$set({focused:e}),g()}get readonly(){return this.$$.ctx[20]}set readonly(e){this.$$set({readonly:e}),g()}get error(){return this.$$.ctx[21]}set error(e){this.$$set({error:e}),g()}get testid(){return this.$$.ctx[7]}set testid(e){this.$$set({testid:e}),g()}get width(){return this.$$.ctx[8]}set width(e){this.$$set({width:e}),g()}get showcounter(){return this.$$.ctx[22]}set showcounter(e){this.$$set({showcounter:e}),g()}get maxcharcount(){return this.$$.ctx[9]}set maxcharcount(e){this.$$set({maxcharcount:e}),g()}}customElements.define("goa-input",Qt);function un(i){const e=i-1;return e*e*e+1}function fn(i){return Math.pow(i-1,3)*(1-i)+1}function be(i,{delay:e=0,duration:t=400,easing:r=ve}={}){const n=+getComputedStyle(i).opacity;return{delay:e,duration:t,easing:r,css:o=>`opacity: ${o*n}`}}function $t(i,{delay:e=0,duration:t=400,easing:r=un,x:n=0,y:o=0,opacity:a=0}={}){const l=getComputedStyle(i),s=+l.opacity,c=l.transform==="none"?"":l.transform,d=s*(1-a);return{delay:e,duration:t,easing:r,css:(f,h)=>`
|
|
40
|
+
transform: ${c} translate(${(1-f)*n}px, ${(1-f)*o}px);
|
|
41
|
+
opacity: ${s-d*h}`}}function ei(i,e){let t=!1;function r(){if(!n())return;const l=a();l>0&&(t=!0,document.body.style.overflow="hidden",document.body.style.paddingRight=l+"px")}function n(){return document.body.style.overflow!=="hidden"}function o(){!t||(t=!1,setTimeout(()=>{document.body.style.overflow="",document.body.style.paddingRight="0"},200))}function a(){if(document.body.clientHeight<=document.documentElement.clientHeight)return 0;const l=document.createElement("div");l.style.visibility="hidden",l.style.overflow="scroll",document.body.appendChild(l);const s=document.createElement("div");l.appendChild(s);const c=l.offsetWidth-s.offsetWidth;return l.parentNode.removeChild(l),c}return e.enable&&r(),{update(){e.enable||o()},destroy(){o()}}}function ti(i){let e,t,r,n,o,a,l,s,c,d,f,h,y,w,_,M,k,C,x,A,R,L=i[0]&&ii(i),B=i[3]&&ri(i);function K(Y,S){return Y[6]?hn:gn}let X=K(i),J=X(i);return{c(){e=b("goa-focus-trap"),t=b("div"),r=b("div"),n=T(),o=b("div"),L&&L.c(),a=T(),B&&B.c(),l=T(),s=b("div"),J.c(),c=T(),d=b("slot"),f=T(),h=b("div"),h.innerHTML='<slot name="actions"></slot>',u(r,"data-testid","modal-overlay"),u(r,"class","modal-overlay"),u(s,"data-testid","modal-content"),u(s,"class","modal-content"),u(h,"data-testid","modal-actions"),u(h,"class","modal-actions"),u(o,"class","modal-pane"),u(t,"data-testid","modal"),u(t,"class","modal"),u(t,"style",_=""+((i[2]&&`--width: ${i[2]};`)+";")),z(e,"active",i[1])},m(Y,S){p(Y,e,S),m(e,t),m(t,r),m(t,n),m(t,o),L&&L.m(o,null),m(o,a),B&&B.m(o,null),m(o,l),m(o,s),J.m(s,null),m(s,c),m(s,d),m(o,f),m(o,h),x=!0,A||(R=[U(r,"click",i[7]),Ke(M=ei.call(null,t,{enable:i[5]}))],A=!0)},p(Y,S){i=Y,i[0]?L?L.p(i,S):(L=ii(i),L.c(),L.m(o,a)):L&&(L.d(1),L=null),i[3]?B?B.p(i,S):(B=ri(i),B.c(),B.m(o,l)):B&&(B.d(1),B=null),X!==(X=K(i))&&(J.d(1),J=X(i),J&&(J.c(),J.m(s,c))),(!x||S&4&&_!==(_=""+((i[2]&&`--width: ${i[2]};`)+";")))&&u(t,"style",_),M&&se(M.update)&&S&32&&M.update.call(null,{enable:i[5]}),(!x||S&2)&&z(e,"active",i[1])},i(Y){x||(ie(()=>{w&&w.end(1),y=rt(o,$t,{duration:i[4],y:200}),y.start()}),ie(()=>{C&&C.end(1),k=rt(t,be,{duration:i[4]}),k.start()}),x=!0)},o(Y){y&&y.invalidate(),w=nt(o,$t,{delay:i[4],duration:i[4],y:-100}),k&&k.invalidate(),C=nt(t,be,{delay:i[4],duration:i[4]}),x=!1},d(Y){Y&&E(e),L&&L.d(),B&&B.d(),J.d(),Y&&w&&w.end(),Y&&C&&C.end(),A=!1,$(R)}}}function ii(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"data-testid","modal-title"),u(e,"class","modal-title")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&1&&V(t,r[0])},d(r){r&&E(e)}}}function ri(i){let e,t,r,n;return{c(){e=b("div"),t=b("goa-icon-button"),z(t,"data-testid","modal-close-button"),z(t,"type","close"),u(e,"class","modal-close")},m(o,a){p(o,e,a),m(e,t),r||(n=U(t,"click",i[7]),r=!0)},p:v,d(o){o&&E(e),r=!1,n()}}}function gn(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",q(e,"margin","1.75rem")},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function hn(i){let e;return{c(){e=b("goa-scrollable"),e.innerHTML="<slot></slot>",z(e,"direction","vertical"),z(e,"height","50"),z(e,"hpadding","1.75")},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function mn(i){let e,t,r=i[5]&&ti(i);return{c(){r&&r.c(),e=te(),this.c=v},m(n,o){r&&r.m(n,o),p(n,e,o),t=!0},p(n,[o]){n[5]?r?(r.p(n,o),o&32&&W(r,1)):(r=ti(n),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(n){t||(W(r),t=!0)},o(n){Z(r),t=!1},d(n){r&&r.d(n),n&&E(e)}}}function bn(i,e,t){let r,n,o,a,{heading:l}=e,{closable:s}=e,{scrollable:c}=e,{open:d}=e,{transition:f}=e,{width:h}=e;Q(()=>{console.log("in the modal v2")});function y(w){!r||(w.target.dispatchEvent(new CustomEvent("_close",{composed:!0})),w.stopPropagation())}return i.$$set=w=>{"heading"in w&&t(0,l=w.heading),"closable"in w&&t(8,s=w.closable),"scrollable"in w&&t(9,c=w.scrollable),"open"in w&&t(1,d=w.open),"transition"in w&&t(10,f=w.transition),"width"in w&&t(2,h=w.width)},i.$$.update=()=>{i.$$.dirty&256&&t(3,r=F(s)),i.$$.dirty&512&&t(6,n=F(c)),i.$$.dirty&2&&t(5,o=F(d)),i.$$.dirty&1024&&t(4,a=f==="none"?0:f==="slow"?400:200)},[l,d,h,r,a,o,n,y,s,c,f]}class ni extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.modal{font-family:var(--font-family);position:fixed;inset:0;display:flex;align-items:center;justify-content:center;height:100vh;width:100%;z-index:100}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);z-index:1000}.modal-pane{position:relative;background-color:#fff;z-index:1001;width:90%;margin:1rem;box-shadow:var(--shadow-2);border-radius:4px;max-height:90%}@media(min-width: 640px){.modal-pane{width:var(--width, 60ch);max-height:80%}}.modal-actions{text-align:right;padding:0 1.75rem;margin:1.75rem 0;flex:1 1 auto}.modal-close{position:absolute;top:1rem;right:1rem}.modal-title{font-size:var(--fs-xl);padding-bottom:1rem;padding:0 1.75rem;margin:1.75rem 0;margin-right:40px;flex:0 0 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},bn,mn,G,{heading:0,closable:8,scrollable:9,open:1,transition:10,width:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["heading","closable","scrollable","open","transition","width"]}get heading(){return this.$$.ctx[0]}set heading(e){this.$$set({heading:e}),g()}get closable(){return this.$$.ctx[8]}set closable(e){this.$$set({closable:e}),g()}get scrollable(){return this.$$.ctx[9]}set scrollable(e){this.$$set({scrollable:e}),g()}get open(){return this.$$.ctx[1]}set open(e){this.$$set({open:e}),g()}get transition(){return this.$$.ctx[10]}set transition(e){this.$$set({transition:e}),g()}get width(){return this.$$.ctx[2]}set width(e){this.$$set({width:e}),g()}}customElements.define("goa-modal",ni);function oi(i){let e,t,r,n,o,a,l,s,c,d,f,h,y;return{c(){e=b("div"),t=b("div"),r=b("goa-icon"),n=T(),o=b("div"),o.innerHTML="<slot></slot>",a=T(),l=b("div"),s=b("goa-icon-button"),z(r,"type",i[2]),z(r,"inverted",""),u(t,"class","icon"),u(o,"class","content"),z(s,"type","close"),z(s,"inverted",""),u(l,"class","close"),u(e,"class",c="notification "+i[0])},m(w,_){p(w,e,_),m(e,t),m(t,r),m(e,n),m(e,o),m(e,a),m(e,l),m(l,s),f=!0,h||(y=U(s,"click",i[3]),h=!0)},p(w,_){(!f||_&4)&&z(r,"type",w[2]),(!f||_&1&&c!==(c="notification "+w[0]))&&u(e,"class",c)},i(w){f||(ie(()=>{d||(d=De(e,be,{},!0)),d.run(1)}),f=!0)},o(w){d||(d=De(e,be,{},!1)),d.run(0),f=!1},d(w){w&&E(e),w&&d&&d.end(),h=!1,y()}}}function vn(i){let e,t,r=i[1]&&oi(i);return{c(){r&&r.c(),e=te(),this.c=v},m(n,o){r&&r.m(n,o),p(n,e,o),t=!0},p(n,[o]){n[1]?r?(r.p(n,o),o&2&&W(r,1)):(r=oi(n),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(n){t||(W(r),t=!0)},o(n){Z(r),t=!1},d(n){r&&r.d(n),n&&E(e)}}}function pn(i,e,t){let r,{type:n}=e,o=!0;function a(){t(1,o=!1)}return i.$$set=l=>{"type"in l&&t(0,n=l.type)},i.$$.update=()=>{i.$$.dirty&1&&t(2,r=n==="emergency"?"warning":n==="caution"?"alert-circle":n==="information"?"information-circle":"calendar")},[n,o,r,a]}class ai extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.notification{padding:1.5rem;display:flex;align-items:center;gap:1rem;border-radius:3px}.emergency{background-color:var(--goa-color-status-emergency);color:var(--color-white)}.caution{background-color:var(--goa-color-status-warning)}.information{background-color:var(--goa-color-status-info);color:var(--color-white)}.event{background-color:var(--goa-color-status-success);color:var(--color-white)}.icon{flex:0 0 auto;align-self:flex-start}.content{flex:1 1 auto}.close{flex:0 0 auto;align-self:flex-start}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},pn,vn,G,{type:0},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["type"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),g()}}customElements.define("goa-notification",ai);function wn(i){let e;return{c(){e=b("div"),e.innerHTML="<slot></slot>",this.c=v,u(e,"class","layout")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class li extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>@media(min-width: 768px){}.layout{max-width:768px;margin:0 auto;padding:2rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,wn,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-page-layout",li);function si(i){let e,t,r,n;const o=[yn,_n],a=[];function l(s,c){return s[3]?0:s[4]?1:-1}return~(e=l(i))&&(t=a[e]=o[e](i)),{c(){t&&t.c(),r=te()},m(s,c){~e&&a[e].m(s,c),p(s,r,c),n=!0},p(s,c){let d=e;e=l(s),e===d?~e&&a[e].p(s,c):(t&&(ge(),Z(a[d],1,1,()=>{a[d]=null}),he()),~e?(t=a[e],t?t.p(s,c):(t=a[e]=o[e](s),t.c()),W(t,1),t.m(r.parentNode,r)):t=null)},i(s){n||(W(t),n=!0)},o(s){Z(t),n=!1},d(s){~e&&a[e].d(s),s&&E(r)}}}function _n(i){let e,t,r,n,o=i[0]&&ci(i);return{c(){e=b("div"),t=b("goa-spinner"),r=T(),o&&o.c(),z(t,"size",i[2]),z(t,"progress",i[1]),u(e,"class",n="spinner-"+i[2]),I(e,"inline",i[4])},m(a,l){p(a,e,l),m(e,t),m(e,r),o&&o.m(e,null)},p(a,l){l&4&&z(t,"size",a[2]),l&2&&z(t,"progress",a[1]),a[0]?o?o.p(a,l):(o=ci(a),o.c(),o.m(e,null)):o&&(o.d(1),o=null),l&4&&n!==(n="spinner-"+a[2])&&u(e,"class",n),l&20&&I(e,"inline",a[4])},i:v,o:v,d(a){a&&E(e),o&&o.d()}}}function yn(i){let e,t,r,n,o,a,l,s=i[0]&&di(i);return{c(){e=b("div"),t=b("goa-spinner"),r=T(),s&&s.c(),z(t,"size",i[2]),z(t,"progress",i[1]),I(e,"fullscreen",i[3])},m(c,d){p(c,e,d),m(e,t),m(e,r),s&&s.m(e,null),o=!0,a||(l=Ke(ei.call(null,e,{enable:!0})),a=!0)},p(c,d){(!o||d&4)&&z(t,"size",c[2]),(!o||d&2)&&z(t,"progress",c[1]),c[0]?s?s.p(c,d):(s=di(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null),d&8&&I(e,"fullscreen",c[3])},i(c){o||(ie(()=>{n||(n=De(e,be,{duration:300},!0)),n.run(1)}),o=!0)},o(c){n||(n=De(e,be,{duration:300},!1)),n.run(0),o=!1},d(c){c&&E(e),s&&s.d(),c&&n&&n.end(),a=!1,l()}}}function ci(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"class","message")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&1&&V(t,r[0])},d(r){r&&E(e)}}}function di(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"class","message")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&1&&V(t,r[0])},d(r){r&&E(e)}}}function kn(i){let e,t,r=i[5]&&si(i);return{c(){r&&r.c(),e=te(),this.c=v},m(n,o){r&&r.m(n,o),p(n,e,o),t=!0},p(n,[o]){n[5]?r?(r.p(n,o),o&32&&W(r,1)):(r=si(n),r.c(),W(r,1),r.m(e.parentNode,e)):r&&(ge(),Z(r,1,1,()=>{r=null}),he())},i(n){t||(W(r),t=!0)},o(n){Z(r),t=!1},d(n){r&&r.d(n),n&&E(e)}}}function xn(i,e,t){let r,{variant:n="inline"}=e,{size:o="large"}=e,{message:a=""}=e,{progress:l=-1}=e,{visible:s="false"}=e,c,d,f;return Q(async()=>{t(2,c=o==="small"?"large":"xlarge"),t(3,d=n==="fullscreen"),t(4,f=n==="inline")}),i.$$set=h=>{"variant"in h&&t(6,n=h.variant),"size"in h&&t(7,o=h.size),"message"in h&&t(0,a=h.message),"progress"in h&&t(1,l=h.progress),"visible"in h&&t(8,s=h.visible)},i.$$.update=()=>{i.$$.dirty&256&&t(5,r=F(s))},[a,l,c,d,f,r,n,o,s]}class ui extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.fullscreen{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:rgba(255, 255, 255, 0.9)}.inline{margin:3.5rem;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.spinner-large .message{margin-top:1.5rem;font-size:1.2rem}.spinner-xlarge .message{margin-top:2rem;font-size:1.5rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},xn,kn,G,{variant:6,size:7,message:0,progress:1,visible:8},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["variant","size","message","progress","visible"]}get variant(){return this.$$.ctx[6]}set variant(e){this.$$set({variant:e}),g()}get size(){return this.$$.ctx[7]}set size(e){this.$$set({size:e}),g()}get message(){return this.$$.ctx[0]}set message(e){this.$$set({message:e}),g()}get progress(){return this.$$.ctx[1]}set progress(e){this.$$set({progress:e}),g()}get visible(){return this.$$.ctx[8]}set visible(e){this.$$set({visible:e}),g()}}customElements.define("goa-circular-progress",ui);const fi="bind";function gi(i,e,t){const r=i.slice();return r[14]=e[t],r}function hi(i,e){let t,r,n,o,a,l,s,c,d=(e[14].label||e[14].value)+"",f,h,y,w,_;function M(){return e[11](e[14])}return{key:i,first:null,c(){t=b("label"),r=b("input"),a=T(),l=b("div"),s=T(),c=b("span"),f=j(d),h=T(),u(r,"type","radio"),u(r,"name",e[1]),r.value=n=e[14].value,r.disabled=e[7],r.checked=o=e[14].value===e[0],u(l,"class","goa-radio-icon"),u(c,"class","goa-radio-label"),u(t,"data-testid",y="radio-option-"+e[14].value),u(t,"class","goa-radio"),I(t,"goa-radio--disabled",e[7]),I(t,"goa-radio--error",e[5]),this.first=t},m(k,C){p(k,t,C),m(t,r),m(t,a),m(t,l),m(t,s),m(t,c),m(c,f),m(t,h),w||(_=U(r,"change",M),w=!0)},p(k,C){e=k,C&2&&u(r,"name",e[1]),C&16&&n!==(n=e[14].value)&&(r.value=n),C&128&&(r.disabled=e[7]),C&17&&o!==(o=e[14].value===e[0])&&(r.checked=o),C&16&&d!==(d=(e[14].label||e[14].value)+"")&&V(f,d),C&16&&y!==(y="radio-option-"+e[14].value)&&u(t,"data-testid",y),C&128&&I(t,"goa-radio--disabled",e[7]),C&32&&I(t,"goa-radio--error",e[5])},d(k){k&&E(t),w=!1,_()}}}function En(i){let e,t,r,n=[],o=new Map,a,l=i[4];const s=c=>c[14].value;for(let c=0;c<l.length;c+=1){let d=gi(i,l,c),f=s(d);o.set(f,n[c]=hi(f,d))}return{c(){e=b("div"),t=b("slot"),r=T();for(let c=0;c<n.length;c+=1)n[c].c();this.c=v,u(e,"class",a=`goa-radio-group--${i[2]}`),u(e,"data-testid",i[3])},m(c,d){p(c,e,d),m(e,t),m(e,r);for(let f=0;f<n.length;f+=1)n[f].m(e,null);i[12](e)},p(c,[d]){d&435&&(l=c[4],n=at(n,d,s,1,c,l,o,e,ot,hi,null,gi)),d&4&&a!==(a=`goa-radio-group--${c[2]}`)&&u(e,"class",a),d&8&&u(e,"data-testid",c[3])},i:v,o:v,d(c){c&&E(e);for(let d=0;d<n.length;d+=1)n[d].d();i[12](null)}}}function Cn(i,e,t){let r,{name:n}=e,{value:o}=e,{orientation:a="vertical"}=e,{disabled:l="false"}=e,{error:s="false"}=e,{testid:c=""}=e,d=[],f,h,y;Q(()=>{if(!n){console.error("goa-radio: missing the required `name` attribute. It must match the children's name attribute.");return}h=At(n),h.subscribe(k=>{switch(k==null?void 0:k.type){case fi:t(4,d=[...d,k])}})});function w(k){k!==o&&(t(0,o=k),y.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:n,value:o}})))}$e(()=>{Rt(n)});const _=k=>w(k.value);function M(k){ee[k?"unshift":"push"](()=>{y=k,t(6,y)})}return i.$$set=k=>{"name"in k&&t(1,n=k.name),"value"in k&&t(0,o=k.value),"orientation"in k&&t(2,a=k.orientation),"disabled"in k&&t(9,l=k.disabled),"error"in k&&t(10,s=k.error),"testid"in k&&t(3,c=k.testid)},i.$$.update=()=>{i.$$.dirty&512&&t(7,r=F(l)),i.$$.dirty&1024&&t(5,f=F(s))},[o,n,a,c,d,f,y,r,w,l,s,_,M]}class mi extends N{constructor(e){super();this.shadowRoot.innerHTML='<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-radio-group--horizontal{display:flex;flex-direction:row}.goa-radio-group--vertical{display:inline-block}label.goa-radio{--goa-radio-outline-width:3px;--goa-radio-diameter:1.5rem;--goa-radio-border-width:1px;--goa-radio-border-width--checked:7px;display:inline-block;box-sizing:border-box;display:flex;align-items:center;min-height:3rem}.goa-radio:hover{cursor:pointer}.goa-radio *,.goa-radio *:before,.goa-radio *:after{box-sizing:border-box}.goa-radio input[type="radio"]{width:0;height:0;margin:0;opacity:0}input[type="radio"]:hover~.goa-radio-icon{border-color:var(--goa-color-interactive--hover)}input[type="radio"]:focus~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--focus)}.goa-radio-label{padding:0.5rem;font-weight:var(--fw-regular)}.goa-radio-icon{display:inline-block;height:var(--goa-radio-diameter);width:var(--goa-radio-diameter);border-radius:50%;background-color:#fff;transition:box-shadow 100ms ease-in-out;flex:0 0 auto}.goa-radio:focus>input:not(:disabled)~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--focus)}.goa-radio--disabled{opacity:0.4}.goa-radio--disabled:hover{cursor:default}input[type="radio"]:checked~.goa-radio-icon{border:var(--goa-radio-border-width--checked) solid var(--goa-color-interactive--active)}input[type="radio"]:not(:checked)~.goa-radio-icon{border:var(--goa-radio-border-width) solid var(--color-gray-600)}input[type="radio"]:disabled~.goa-radio-icon{border:var(--goa-radio-border-width) solid var(--color-gray-600)}input[type="radio"]:disabled:checked~.goa-radio-icon{border:var(--goa-radio-border-width--checked) solid var(--goa-color-interactive--active)}.goa-radio--error input[type="radio"]:checked~.goa-radio-icon{border:7px solid var(--goa-color-status-emergency)}.goa-radio--error input[type="radio"]:not(:checked)~.goa-radio-icon{border:2px solid var(--goa-color-status-emergency)}</style>',O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Cn,En,G,{name:1,value:0,orientation:2,disabled:9,error:10,testid:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","orientation","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),g()}get orientation(){return this.$$.ctx[2]}set orientation(e){this.$$set({orientation:e}),g()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),g()}get error(){return this.$$.ctx[10]}set error(e){this.$$set({error:e}),g()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-radio-group",mi);function zn(i){return{c(){this.c=v},m:v,p:v,i:v,o:v,d:v}}function Mn(i,e,t){let{value:r}=e,{label:n}=e,{name:o}=e,a;return Q(async()=>{if(!o){console.error("goa-radio-item: missing the required `name` attribute. It must match the parent's name attribute.");return}a=await Lt(o),a.notify({type:fi,value:r,label:n})}),i.$$set=l=>{"value"in l&&t(0,r=l.value),"label"in l&&t(1,n=l.label),"name"in l&&t(2,o=l.name)},[r,n,o]}class bi extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Mn,zn,G,{value:0,label:1,name:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["value","label","name"]}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),g()}get label(){return this.$$.ctx[1]}set label(e){this.$$set({label:e}),g()}get name(){return this.$$.ctx[2]}set name(e){this.$$set({name:e}),g()}}customElements.define("goa-radio-item",bi);function An(i){let e,t,r;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","goa-scrollable"),u(e,"style",r=`
|
|
42
42
|
--max-height: ${i[3]};
|
|
43
43
|
overflow-y: ${i[0]==="vertical"?"auto":"hidden"};
|
|
44
44
|
overflow-x: ${i[0]==="horizontal"?"auto":"hidden"};
|
|
45
45
|
margin: ${i[2]}rem 0;
|
|
46
46
|
padding: 0 ${i[1]}rem;
|
|
47
|
-
`)},m(o
|
|
48
|
-
--max-height: ${
|
|
49
|
-
overflow-y: ${
|
|
50
|
-
overflow-x: ${
|
|
51
|
-
margin: ${
|
|
52
|
-
padding: 0 ${
|
|
53
|
-
`)&&u(e,"style",r)},i:v,o:v,d(
|
|
54
|
-
`),d&&d.c(),u(e,"data-testid","level"),u(e,"class",o="service-level service-level--"+i[0].toLowerCase()),u(s,"href","https://www.alberta.ca/index.aspx"),u(a,"data-testid","site-text"),u(a,"class","site-text")},m(f,h){p(f,e,h),m(e,r),p(f,n,h),p(f,a,h),m(a,l),m(a,s),m(a,c),d&&d.m(a,null)},p(f,h){h&1&&t!==(t=ki(f[0])+"")&&V(r,t),h&1&&o!==(o="service-level service-level--"+f[0].toLowerCase())&&u(e,"class",o),f[2]?d?d.p(f,h):(d=_i(f),d.c(),d.m(a,null)):d&&(d.d(1),d=null)},d(f){f&&E(e),f&&E(n),f&&E(a),d&&d.d()}}}function _i(i){let e,t,r,o;return{c(){e=b("span"),t=j("\u2014 help us improve it by giving "),r=b("a"),o=j("feedback"),u(r,"href",i[2]),u(e,"data-testid","feedback")},m(n,a){p(n,e,a),m(e,t),m(e,r),m(r,o)},p(n,a){a&4&&u(r,"href",n[2])},d(n){n&&E(e)}}}function yi(i){let e,t;return{c(){e=b("div"),t=j(i[1]),u(e,"data-testid","version"),u(e,"class","version")},m(r,o){p(r,e,o),m(e,t)},p(r,o){o&2&&V(t,r[1])},d(r){r&&E(e)}}}function To(i){let e,t,r=["alpha","beta"].includes(i[0]),o,n,a,l=i[0]==="live"&&pi(),s=r&&wi(i),c=i[1]&&yi(i);return{c(){e=b("header"),l&&l.c(),t=T(),s&&s.c(),o=T(),n=b("div"),a=T(),c&&c.c(),this.c=v,u(n,"class","spacer"),u(e,"class","goa-official-site-header")},m(d,f){p(d,e,f),l&&l.m(e,null),m(e,t),s&&s.m(e,null),m(e,o),m(e,n),m(e,a),c&&c.m(e,null)},p(d,[f]){d[0]==="live"?l||(l=pi(),l.c(),l.m(e,t)):l&&(l.d(1),l=null),f&1&&(r=["alpha","beta"].includes(d[0])),r?s?s.p(d,f):(s=wi(d),s.c(),s.m(e,o)):s&&(s.d(1),s=null),d[1]?c?c.p(d,f):(c=yi(d),c.c(),c.m(e,null)):c&&(c.d(1),c=null)},i:v,o:v,d(d){d&&E(e),l&&l.d(),s&&s.d(),c&&c.d()}}}function ki(i){return!i||i&&i.length===0?"":i[0].toUpperCase()+i.slice(1)}function Ro(i,e,t){let{level:r}=e,{version:o}=e,{feedbackurl:n}=e;return i.$$set=a=>{"level"in a&&t(0,r=a.level),"version"in a&&t(1,o=a.version),"feedbackurl"in a&&t(2,n=a.feedbackurl)},[r,o,n]}class xi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}a{color:var(--goa-color-interactive);cursor:pointer}a:hover{color:var(--goa-color-interactive--hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive--hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--fs-sm);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;padding:0.5rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-level{font-weight:bold;padding:0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-level--alpha{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.service-level--beta{background-color:var(--goa-color-brand);color:var(--goa-color-text-light)}.service-level--live{padding:0}.site-text{color:var(--goa-color-text);line-height:1.25rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Ro,To,G,{level:0,version:1,feedbackurl:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["level","version","feedbackurl"]}get level(){return this.$$.ctx[0]}set level(e){this.$$set({level:e}),g()}get version(){return this.$$.ctx[1]}set version(e){this.$$set({version:e}),g()}get feedbackurl(){return this.$$.ctx[2]}set feedbackurl(e){this.$$set({feedbackurl:e}),g()}}customElements.define("goa-microsite-header",xi);function Ei(i,e,t){const r=i.slice();return r[4]=e[t],r}function Ho(i){let e,t;return{c(){e=b("div"),u(e,"class",t="skeleton "+i[3]+` ${i[3]}-${i[1]}`)},m(r,o){p(r,e,o)},p(r,o){o&10&&t!==(t="skeleton "+r[3]+` ${r[3]}-${r[1]}`)&&u(e,"class",t)},i:v,o:v,d(r){r&&E(e)}}}function So(i){let e,t,r=Array(i[2]),o=[];for(let a=0;a<r.length;a+=1)o[a]=Ci(Ei(i,r,a));const n=a=>Z(o[a],1,1,()=>{o[a]=null});return{c(){for(let a=0;a<o.length;a+=1)o[a].c();e=te()},m(a,l){for(let s=0;s<o.length;s+=1)o[s].m(a,l);p(a,e,l),t=!0},p(a,l){if(l&6){r=Array(a[2]);let s;for(s=0;s<r.length;s+=1){const c=Ei(a,r,s);o[s]?(o[s].p(c,l),W(o[s],1)):(o[s]=Ci(c),o[s].c(),W(o[s],1),o[s].m(e.parentNode,e))}for(ge(),s=r.length;s<o.length;s+=1)n(s);he()}},i(a){if(!t){for(let l=0;l<r.length;l+=1)W(o[l]);t=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)Z(o[l]);t=!1},d(a){Pe(o,a),a&&E(e)}}}function Io(i){let e,t,r,o,n,a,l,s,c,d;return r=new oe({props:{type:"avatar",size:i[1]}}),a=new oe({props:{type:"title",size:i[1]}}),s=new oe({props:{type:"text-small",size:i[1]}}),{c(){e=b("div"),t=b("div"),ue(r.$$.fragment),o=T(),n=b("div"),ue(a.$$.fragment),l=T(),ue(s.$$.fragment),u(t,"class","profile-avatar"),u(n,"class","profile-name"),u(e,"class",c="profile profile-"+i[1])},m(f,h){p(f,e,h),m(e,t),ne(r,t,null),m(e,o),m(e,n),ne(a,n,null),m(n,l),ne(s,n,null),d=!0},p(f,h){const y={};h&2&&(y.size=f[1]),r.$set(y);const w={};h&2&&(w.size=f[1]),a.$set(w);const _={};h&2&&(_.size=f[1]),s.$set(_),(!d||h&2&&c!==(c="profile profile-"+f[1]))&&u(e,"class",c)},i(f){d||(W(r.$$.fragment,f),W(a.$$.fragment,f),W(s.$$.fragment,f),d=!0)},o(f){Z(r.$$.fragment,f),Z(a.$$.fragment,f),Z(s.$$.fragment,f),d=!1},d(f){f&&E(e),ae(r),ae(a),ae(s)}}}function Bo(i){let e,t,r,o,n,a,l,s,c;return t=new oe({props:{type:"image",size:i[1]}}),n=new oe({props:{type:"header",size:i[1]}}),l=new oe({props:{type:"lines",size:i[1],count:3}}),{c(){e=b("div"),ue(t.$$.fragment),r=T(),o=b("div"),ue(n.$$.fragment),a=T(),ue(l.$$.fragment),u(o,"class","card-content"),u(e,"class",s="card card-"+i[1]),q(e,"--width",i[0]+"px")},m(d,f){p(d,e,f),ne(t,e,null),m(e,r),m(e,o),ne(n,o,null),m(o,a),ne(l,o,null),c=!0},p(d,f){const h={};f&2&&(h.size=d[1]),t.$set(h);const y={};f&2&&(y.size=d[1]),n.$set(y);const w={};f&2&&(w.size=d[1]),l.$set(w),(!c||f&2&&s!==(s="card card-"+d[1]))&&u(e,"class",s),(!c||f&1)&&q(e,"--width",d[0]+"px")},i(d){c||(W(t.$$.fragment,d),W(n.$$.fragment,d),W(l.$$.fragment,d),c=!0)},o(d){Z(t.$$.fragment,d),Z(n.$$.fragment,d),Z(l.$$.fragment,d),c=!1},d(d){d&&E(e),ae(t),ae(n),ae(l)}}}function Ci(i){let e,t;return e=new oe({props:{type:"text",size:i[1],count:i[2]}}),{c(){ue(e.$$.fragment)},m(r,o){ne(e,r,o),t=!0},p(r,o){const n={};o&2&&(n.size=r[1]),o&4&&(n.count=r[2]),e.$set(n)},i(r){t||(W(e.$$.fragment,r),t=!0)},o(r){Z(e.$$.fragment,r),t=!1},d(r){ae(e,r)}}}function Do(i){let e,t,r,o;const n=[Bo,Io,So,Ho],a=[];function l(s,c){return s[3]==="card"?0:s[3]==="profile"?1:s[3]==="lines"?2:3}return e=l(i),t=a[e]=n[e](i),{c(){t.c(),r=te(),this.c=v},m(s,c){a[e].m(s,c),p(s,r,c),o=!0},p(s,[c]){let d=e;e=l(s),e===d?a[e].p(s,c):(ge(),Z(a[d],1,1,()=>{a[d]=null}),he(),t=a[e],t?t.p(s,c):(t=a[e]=n[e](s),t.c()),W(t,1),t.m(r.parentNode,r))},i(s){o||(W(t),o=!0)},o(s){Z(t),o=!1},d(s){a[e].d(s),s&&E(r)}}}function Go(i,e,t){let{width:r=320}=e,{size:o=1}=e,{count:n=3}=e,{type:a}=e;return i.$$set=l=>{"width"in l&&t(0,r=l.width),"size"in l&&t(1,o=l.size),"count"in l&&t(2,n=l.count),"type"in l&&t(3,a=l.type)},[r,o,n,a]}class oe extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}@keyframes pulse{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}.skeleton{background-color:var(--color-gray-100);animation:pulse 2s infinite ease-in-out;overflow:hidden;margin:10px 0}.image,.image-1{background-color:var(--color-gray-100);flex:1 1 100px;height:100px;margin:0}.image-2{height:140px}.image-3{height:200px}.image-4{height:300px}.text,.text-1,.text-2,.text-3,.text-4{width:100%;height:.75rem;border-radius:0.25rem;margin:6px 0}.title,.title-1,.title-2{width:100%;height:.75rem;border-radius:0.25rem}.title-3{height:.8rem}.title-4{height:1rem}.text-small,.text-small-1{width:30%;height:6px;border-radius:2px}.text-small-2{width:40%;height:8px;border-radius:2px}.text-small-3{width:50%;height:10px;border-radius:3px}.text-small-4{width:70%;height:12px;border-radius:4px}.paragraph{width:100%;height:70px;border-radius:4px}.header,.header-1{width:50%;height:18px;margin:12px 0;border-radius:0.25rem}.header-2{width:60%;height:20px;margin:14px 0;border-radius:0.25rem}.header-3{width:70%;height:22px;margin:16px 0;border-radius:0.25rem}.header-4{width:80%;height:24px;margin:18px 0;border-radius:0.3rem}.avatar{display:inline-block}.avatar,.avatar-1{width:40px;height:40px;border-radius:50%}.avatar-2{width:60px;height:60px;border-radius:50%}.avatar-3{width:80px;height:80px;border-radius:50%}.avatar-4{width:120px;height:120px;border-radius:50%}.thumbnail{display:inline-block}.thumbnail,.thumbnail-1{width:40px;height:40px;border-radius:4px}.thumbnail-2{width:60px;height:60px;border-radius:4px}.thumbnail-3{width:80px;height:80px;border-radius:4px}.thumbnail-4{width:120px;height:120px;border-radius:4px}.card{display:inline-block}.card,.card-1,.card-2,.card-3,.card-4{border:1px solid var(--color-gray-100);border-radius:4px}.card{width:100%}@media(min-width: 320px){.card{width:var(--width)}}.card-content{flex:1 1 auto;padding:1rem}.profile{display:flex;flex-direction:row;align-items:center}.profile-1{max-width:280px;gap:1rem}.profile-2{max-width:360px;gap:1rem}.profile-3{max-width:480px;gap:1rem}.profile-4{max-width:560px;gap:1rem}.profile .profile-avatar{flex-shrink:0}.profile .profile-name{flex:1 1 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Go,Do,G,{width:0,size:1,count:2,type:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["width","size","count","type"]}get width(){return this.$$.ctx[0]}set width(e){this.$$set({width:e}),g()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),g()}get count(){return this.$$.ctx[2]}set count(e){this.$$set({count:e}),g()}get type(){return this.$$.ctx[3]}set type(e){this.$$set({type:e}),g()}}customElements.define("goa-skeleton",oe);function zi(i){return Object.prototype.toString.call(i)==="[object Date]"}function Ve(i,e){if(i===e||i!==i)return()=>i;const t=typeof i;if(t!==typeof e||Array.isArray(i)!==Array.isArray(e))throw new Error("Cannot interpolate values of different type");if(Array.isArray(i)){const r=e.map((o,n)=>Ve(i[n],o));return o=>r.map(n=>n(o))}if(t==="object"){if(!i||!e)throw new Error("Object cannot be null");if(zi(i)&&zi(e)){i=i.getTime(),e=e.getTime();const n=e-i;return a=>new Date(i+a*n)}const r=Object.keys(e),o={};return r.forEach(n=>{o[n]=Ve(i[n],e[n])}),n=>{const a={};return r.forEach(l=>{a[l]=o[l](n)}),a}}if(t==="number"){const r=e-i;return o=>i+o*r}throw new Error(`Cannot interpolate ${t} values`)}function No(i,e={}){const t=Mt(i);let r,o=i;function n(a,l){if(i==null)return t.set(i=a),Promise.resolve();o=a;let s=r,c=!1,{delay:d=0,duration:f=400,easing:h=ve,interpolate:y=Ve}=Ue(Ue({},e),l);if(f===0)return s&&(s.abort(),s=null),t.set(i=o),Promise.resolve();const w=Me()+d;let _;return r=Ae(M=>{if(M<w)return!0;c||(_=y(i,a),typeof f=="function"&&(f=f(i,a)),c=!0),s&&(s.abort(),s=null);const k=M-w;return k>f?(t.set(i=a),!1):(t.set(i=_(h(k/f))),!0)}),r.promise}return{set:n,update:(a,l)=>n(a(o,i),l),subscribe:t.subscribe}}function Mi(i){let e,t,r,o,n,a,l,s,c;return{c(){e=ce("svg"),t=ce("circle"),n=ce("path"),u(t,"cx",i[3]),u(t,"cy",i[3]),u(t,"stroke",r=i[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)"),u(t,"stroke-width",i[4]),u(t,"r",o=i[3]-i[4]/2),u(n,"d",a=i[9](i[7])),u(n,"stroke-width",i[4]),u(n,"stroke",l=i[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)"),u(n,"stroke-linecap","round"),u(e,"class",s=`spinner-${i[2]}`),u(e,"fill","none"),u(e,"viewBox",c="0 0 "+i[5]+" "+i[5]),u(e,"width",i[5]),u(e,"height",i[5]),u(e,"data-testid",i[1]),u(e,"xmlns","http://www.w3.org/2000/svg")},m(d,f){p(d,e,f),m(e,t),m(e,n)},p(d,f){f&8&&u(t,"cx",d[3]),f&8&&u(t,"cy",d[3]),f&1&&r!==(r=d[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)")&&u(t,"stroke",r),f&16&&u(t,"stroke-width",d[4]),f&24&&o!==(o=d[3]-d[4]/2)&&u(t,"r",o),f&128&&a!==(a=d[9](d[7]))&&u(n,"d",a),f&16&&u(n,"stroke-width",d[4]),f&1&&l!==(l=d[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)")&&u(n,"stroke",l),f&4&&s!==(s=`spinner-${d[2]}`)&&u(e,"class",s),f&32&&c!==(c="0 0 "+d[5]+" "+d[5])&&u(e,"viewBox",c),f&32&&u(e,"width",d[5]),f&32&&u(e,"height",d[5]),f&2&&u(e,"data-testid",d[1])},d(d){d&&E(e)}}}function Po(i){let e,t=i[6]&&Mi(i);return{c(){t&&t.c(),e=te(),this.c=v},m(r,o){t&&t.m(r,o),p(r,e,o)},p(r,[o]){r[6]?t?t.p(r,o):(t=Mi(r),t.c(),t.m(e.parentNode,e)):t&&(t.d(1),t=null)},i:v,o:v,d(r){t&&t.d(r),r&&E(e)}}}function Oo(i,e,t){let r,o,n,a,l,s,{size:c}=e,{invert:d=!1}=e,{progress:f=-1}=e,{testid:h=""}=e,y="infinite";const w=No(0,{duration:500,easing:fo});Yi(i,w,k=>t(7,s=k));function _(k){const C=n+a*Math.cos(k),x=n+a*Math.sin(k);return C+" "+x}function M(k){switch(y){case"progress":{const C=_(-Math.PI/2),x=_(-Math.PI/2+2*Math.PI*(k/100)),A=k%100<50?0:1;return`M ${C} A ${a} ${a} 0 ${A} 1 ${x}`}case"infinite":{const C=_(Math.PI*1.5),x=_(0);return`M ${C} A ${a} ${a} 0 1 0 ${x}`}}}return i.$$set=k=>{"size"in k&&t(10,c=k.size),"invert"in k&&t(0,d=k.invert),"progress"in k&&t(11,f=k.progress),"testid"in k&&t(1,h=k.testid)},i.$$.update=()=>{if(i.$$.dirty&2048){const k=parseFloat(f+"");k>=0&&(w.set(k||1),t(2,y="progress"))}i.$$.dirty&1024&&t(5,r=c&&{small:16,medium:32,large:64,xlarge:100}[c]),i.$$.dirty&1024&&t(4,o=c&&{small:2,medium:4,large:7,xlarge:9}[c]),i.$$.dirty&32&&t(3,n=r/2),i.$$.dirty&24&&t(12,a=n-o/2),i.$$.dirty&6148&&t(6,l=y==="infinite"?a:a&&f)},[d,h,y,n,o,r,l,s,w,M,c,f,a]}class Ai extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}@keyframes rotate{100%{transform:rotate(360deg)}}.spinner-infinite{animation:rotate 2s linear infinite}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Oo,Po,G,{size:10,invert:0,progress:11,testid:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["size","invert","progress","testid"]}get size(){return this.$$.ctx[10]}set size(e){this.$$set({size:e}),g()}get invert(){return this.$$.ctx[0]}set invert(e){this.$$set({invert:e}),g()}get progress(){return this.$$.ctx[11]}set progress(e){this.$$set({progress:e}),g()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-spinner",Ai);function Li(i){let e;function t(n,a){if(n[6]>0)return Fo;if(n[1].length>0)return jo}let r=t(i),o=r&&r(i);return{c(){o&&o.c(),e=te()},m(n,a){o&&o.m(n,a),p(n,e,a)},p(n,a){r===(r=t(n))&&o?o.p(n,a):(o&&o.d(1),o=r&&r(n),o&&(o.c(),o.m(e.parentNode,e)))},d(n){o&&o.d(n),n&&E(e)}}}function jo(i){let e,t=i[1].length+"",r;return{c(){e=b("div"),r=j(t),u(e,"class","counter")},m(o,n){p(o,e,n),m(e,r)},p(o,n){n&2&&t!==(t=o[1].length+"")&&V(r,t)},d(o){o&&E(e)}}}function Fo(i){let e,t=i[1].length+"",r,o=`/${i[6]}`,n;return{c(){e=b("div"),r=j(t),n=j(o),u(e,"class","counter"),I(e,"counter-error",i[1].length>i[6])},m(a,l){p(a,e,l),m(e,r),m(e,n)},p(a,l){l&2&&t!==(t=a[1].length+"")&&V(r,t),l&64&&o!==(o=`/${a[6]}`)&&V(n,o),l&66&&I(e,"counter-error",a[1].length>a[6])},d(a){a&&E(e)}}}function qo(i){let e,t,r,o,n,a,l=i[8]&&Li(i);return{c(){e=b("div"),t=b("textarea"),r=T(),l&&l.c(),this.c=v,u(t,"name",i[0]),u(t,"placeholder",i[2]),t.value=i[1],u(t,"rows",i[3]),u(t,"class","goa-textarea"),t.disabled=i[7],t.readOnly=i[9],u(t,"data-testid",i[4]),I(t,"error",i[10]),u(e,"class","container"),u(e,"style",o=`
|
|
47
|
+
`)},m(n,o){p(n,e,o),m(e,t)},p(n,[o]){o&15&&r!==(r=`
|
|
48
|
+
--max-height: ${n[3]};
|
|
49
|
+
overflow-y: ${n[0]==="vertical"?"auto":"hidden"};
|
|
50
|
+
overflow-x: ${n[0]==="horizontal"?"auto":"hidden"};
|
|
51
|
+
margin: ${n[2]}rem 0;
|
|
52
|
+
padding: 0 ${n[1]}rem;
|
|
53
|
+
`)&&u(e,"style",r)},i:v,o:v,d(n){n&&E(e)}}}function Ln(i,e,t){let{direction:r="vertical"}=e,{hpadding:n=0}=e,{vpadding:o=0}=e,{height:a=0}=e;return i.$$set=l=>{"direction"in l&&t(0,r=l.direction),"hpadding"in l&&t(1,n=l.hpadding),"vpadding"in l&&t(2,o=l.vpadding),"height"in l&&t(3,a=l.height)},[r,n,o,a]}class vi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.goa-scrollable{scroll-behavior:smooth;max-height:calc(100vh * var(--max-height, 100) / 100)}.goa-scrollable::-webkit-scrollbar{width:6px}.goa-scrollable::-webkit-scrollbar-track{background:#f1f1f1}.goa-scrollable::-webkit-scrollbar-thumb{background:#888}.goa-scrollable::-webkit-scrollbar-thumb:hover{background:#555}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Ln,An,G,{direction:0,hpadding:1,vpadding:2,height:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["direction","hpadding","vpadding","height"]}get direction(){return this.$$.ctx[0]}set direction(e){this.$$set({direction:e}),g()}get hpadding(){return this.$$.ctx[1]}set hpadding(e){this.$$set({hpadding:e}),g()}get vpadding(){return this.$$.ctx[2]}set vpadding(e){this.$$set({vpadding:e}),g()}get height(){return this.$$.ctx[3]}set height(e){this.$$set({height:e}),g()}}customElements.define("goa-scrollable",vi);function pi(i){let e,t,r;return{c(){e=b("div"),e.innerHTML='<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 26C20.1797 26 26 20.1797 26 13C26 5.8203 20.1797 0 13 0C5.8203 0 0 5.8203 0 13C0 20.1797 5.8203 26 13 26Z" fill="#00AAD2"></path><path d="M16.9764 17.7174C15.942 17.3358 14.9325 16.8896 13.9539 16.3817C14.8446 16.0551 15.7131 15.6708 16.5539 15.2312C16.6398 16.0688 16.7831 16.8995 16.9829 17.7174H16.9764ZM22.5339 7.42143C22.1016 7.36618 22.3259 7.56931 22.2089 8.13968C21.863 9.3075 21.2806 10.3917 20.4978 11.3248C19.7151 12.258 18.7487 13.0201 17.6589 13.5639C17.3972 10.9368 17.5336 8.28529 18.0635 5.69893C18.5104 4.07393 19.0385 4.3778 18.3885 4.03818C17.6946 3.68068 16.9471 4.15356 16.3443 5.35931C14.4174 9.81946 11.7695 13.932 8.50689 17.5322C7.96404 18.2422 7.16875 18.7161 6.28592 18.8556C5.40309 18.9951 4.50044 18.7894 3.76514 18.2813C3.43039 17.9986 3.30689 18.4357 3.72289 18.8826C4.47366 19.5882 5.47211 19.9699 6.50216 19.945C7.53222 19.92 8.51102 19.4905 9.22677 18.7493C12.0405 15.3939 14.429 11.7038 16.3378 7.76268C16.1901 9.91268 16.2243 12.0713 16.4401 14.2156C15.4158 14.7181 14.3475 15.1256 13.2486 15.4327C12.6181 15.5952 12.2281 15.8552 12.2168 16.1461C12.2054 16.4711 12.6279 16.7359 13.2405 17.0252C14.3293 17.5419 17.5191 19.0499 18.3056 19.5066C18.9784 19.8966 19.3066 19.5927 19.5065 19.1702C19.7665 18.6209 19.0531 18.3041 18.369 18.0961C18.0632 16.9353 17.8555 15.7508 17.7483 14.5552C19.4404 13.5939 20.8636 12.2226 21.8871 10.5674C22.1817 9.98406 22.4001 9.36529 22.5371 8.7263C22.6338 8.3321 22.6602 7.92393 22.6151 7.52056C22.6151 7.52056 22.6038 7.43281 22.5371 7.42468" fill="white"></path></svg>',t=T(),r=b("div"),r.innerHTML='An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>',u(e,"class","service-level service-level--live"),u(r,"data-testid","level"),u(r,"class","site-text")},m(n,o){p(n,e,o),p(n,t,o),p(n,r,o)},d(n){n&&E(e),n&&E(t),n&&E(r)}}}function wi(i){let e,t=ki(i[0])+"",r,n,o,a,l,s,c,d=i[2]&&_i(i);return{c(){e=b("div"),r=j(t),o=T(),a=b("div"),l=j("This is a new "),s=b("a"),s.textContent="Alberta Government",c=j(` service
|
|
54
|
+
`),d&&d.c(),u(e,"data-testid","level"),u(e,"class",n="service-level service-level--"+i[0].toLowerCase()),u(s,"href","https://www.alberta.ca/index.aspx"),u(a,"data-testid","site-text"),u(a,"class","site-text")},m(f,h){p(f,e,h),m(e,r),p(f,o,h),p(f,a,h),m(a,l),m(a,s),m(a,c),d&&d.m(a,null)},p(f,h){h&1&&t!==(t=ki(f[0])+"")&&V(r,t),h&1&&n!==(n="service-level service-level--"+f[0].toLowerCase())&&u(e,"class",n),f[2]?d?d.p(f,h):(d=_i(f),d.c(),d.m(a,null)):d&&(d.d(1),d=null)},d(f){f&&E(e),f&&E(o),f&&E(a),d&&d.d()}}}function _i(i){let e,t,r,n;return{c(){e=b("span"),t=j("\u2014 help us improve it by giving "),r=b("a"),n=j("feedback"),u(r,"href",i[2]),u(e,"data-testid","feedback")},m(o,a){p(o,e,a),m(e,t),m(e,r),m(r,n)},p(o,a){a&4&&u(r,"href",o[2])},d(o){o&&E(e)}}}function yi(i){let e,t;return{c(){e=b("div"),t=j(i[1]),u(e,"data-testid","version"),u(e,"class","version")},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 Tn(i){let e,t,r=["alpha","beta"].includes(i[0]),n,o,a,l=i[0]==="live"&&pi(),s=r&&wi(i),c=i[1]&&yi(i);return{c(){e=b("header"),l&&l.c(),t=T(),s&&s.c(),n=T(),o=b("div"),a=T(),c&&c.c(),this.c=v,u(o,"class","spacer"),u(e,"class","goa-official-site-header")},m(d,f){p(d,e,f),l&&l.m(e,null),m(e,t),s&&s.m(e,null),m(e,n),m(e,o),m(e,a),c&&c.m(e,null)},p(d,[f]){d[0]==="live"?l||(l=pi(),l.c(),l.m(e,t)):l&&(l.d(1),l=null),f&1&&(r=["alpha","beta"].includes(d[0])),r?s?s.p(d,f):(s=wi(d),s.c(),s.m(e,n)):s&&(s.d(1),s=null),d[1]?c?c.p(d,f):(c=yi(d),c.c(),c.m(e,null)):c&&(c.d(1),c=null)},i:v,o:v,d(d){d&&E(e),l&&l.d(),s&&s.d(),c&&c.d()}}}function ki(i){return!i||i&&i.length===0?"":i[0].toUpperCase()+i.slice(1)}function Rn(i,e,t){let{level:r}=e,{version:n}=e,{feedbackurl:o}=e;return i.$$set=a=>{"level"in a&&t(0,r=a.level),"version"in a&&t(1,n=a.version),"feedbackurl"in a&&t(2,o=a.feedbackurl)},[r,n,o]}class xi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}a{color:var(--goa-color-interactive);cursor:pointer}a:hover{color:var(--goa-color-interactive--hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive--hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--fs-sm);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;padding:0.5rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-level{font-weight:bold;padding:0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-level--alpha{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.service-level--beta{background-color:var(--goa-color-brand);color:var(--goa-color-text-light)}.service-level--live{padding:0}.site-text{color:var(--goa-color-text);line-height:1.25rem}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Rn,Tn,G,{level:0,version:1,feedbackurl:2},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["level","version","feedbackurl"]}get level(){return this.$$.ctx[0]}set level(e){this.$$set({level:e}),g()}get version(){return this.$$.ctx[1]}set version(e){this.$$set({version:e}),g()}get feedbackurl(){return this.$$.ctx[2]}set feedbackurl(e){this.$$set({feedbackurl:e}),g()}}customElements.define("goa-microsite-header",xi);function Ei(i,e,t){const r=i.slice();return r[4]=e[t],r}function Hn(i){let e,t;return{c(){e=b("div"),u(e,"class",t="skeleton "+i[3]+` ${i[3]}-${i[1]}`)},m(r,n){p(r,e,n)},p(r,n){n&10&&t!==(t="skeleton "+r[3]+` ${r[3]}-${r[1]}`)&&u(e,"class",t)},i:v,o:v,d(r){r&&E(e)}}}function Sn(i){let e,t,r=Array(i[2]),n=[];for(let a=0;a<r.length;a+=1)n[a]=Ci(Ei(i,r,a));const o=a=>Z(n[a],1,1,()=>{n[a]=null});return{c(){for(let a=0;a<n.length;a+=1)n[a].c();e=te()},m(a,l){for(let s=0;s<n.length;s+=1)n[s].m(a,l);p(a,e,l),t=!0},p(a,l){if(l&6){r=Array(a[2]);let s;for(s=0;s<r.length;s+=1){const c=Ei(a,r,s);n[s]?(n[s].p(c,l),W(n[s],1)):(n[s]=Ci(c),n[s].c(),W(n[s],1),n[s].m(e.parentNode,e))}for(ge(),s=r.length;s<n.length;s+=1)o(s);he()}},i(a){if(!t){for(let l=0;l<r.length;l+=1)W(n[l]);t=!0}},o(a){n=n.filter(Boolean);for(let l=0;l<n.length;l+=1)Z(n[l]);t=!1},d(a){Pe(n,a),a&&E(e)}}}function In(i){let e,t,r,n,o,a,l,s,c,d;return r=new ne({props:{type:"avatar",size:i[1]}}),a=new ne({props:{type:"title",size:i[1]}}),s=new ne({props:{type:"text-small",size:i[1]}}),{c(){e=b("div"),t=b("div"),ue(r.$$.fragment),n=T(),o=b("div"),ue(a.$$.fragment),l=T(),ue(s.$$.fragment),u(t,"class","profile-avatar"),u(o,"class","profile-name"),u(e,"class",c="profile profile-"+i[1])},m(f,h){p(f,e,h),m(e,t),oe(r,t,null),m(e,n),m(e,o),oe(a,o,null),m(o,l),oe(s,o,null),d=!0},p(f,h){const y={};h&2&&(y.size=f[1]),r.$set(y);const w={};h&2&&(w.size=f[1]),a.$set(w);const _={};h&2&&(_.size=f[1]),s.$set(_),(!d||h&2&&c!==(c="profile profile-"+f[1]))&&u(e,"class",c)},i(f){d||(W(r.$$.fragment,f),W(a.$$.fragment,f),W(s.$$.fragment,f),d=!0)},o(f){Z(r.$$.fragment,f),Z(a.$$.fragment,f),Z(s.$$.fragment,f),d=!1},d(f){f&&E(e),ae(r),ae(a),ae(s)}}}function Bn(i){let e,t,r,n,o,a,l,s,c;return t=new ne({props:{type:"image",size:i[1]}}),o=new ne({props:{type:"header",size:i[1]}}),l=new ne({props:{type:"lines",size:i[1],count:3}}),{c(){e=b("div"),ue(t.$$.fragment),r=T(),n=b("div"),ue(o.$$.fragment),a=T(),ue(l.$$.fragment),u(n,"class","card-content"),u(e,"class",s="card card-"+i[1]),q(e,"--width",i[0]+"px")},m(d,f){p(d,e,f),oe(t,e,null),m(e,r),m(e,n),oe(o,n,null),m(n,a),oe(l,n,null),c=!0},p(d,f){const h={};f&2&&(h.size=d[1]),t.$set(h);const y={};f&2&&(y.size=d[1]),o.$set(y);const w={};f&2&&(w.size=d[1]),l.$set(w),(!c||f&2&&s!==(s="card card-"+d[1]))&&u(e,"class",s),(!c||f&1)&&q(e,"--width",d[0]+"px")},i(d){c||(W(t.$$.fragment,d),W(o.$$.fragment,d),W(l.$$.fragment,d),c=!0)},o(d){Z(t.$$.fragment,d),Z(o.$$.fragment,d),Z(l.$$.fragment,d),c=!1},d(d){d&&E(e),ae(t),ae(o),ae(l)}}}function Ci(i){let e,t;return e=new ne({props:{type:"text",size:i[1],count:i[2]}}),{c(){ue(e.$$.fragment)},m(r,n){oe(e,r,n),t=!0},p(r,n){const o={};n&2&&(o.size=r[1]),n&4&&(o.count=r[2]),e.$set(o)},i(r){t||(W(e.$$.fragment,r),t=!0)},o(r){Z(e.$$.fragment,r),t=!1},d(r){ae(e,r)}}}function Dn(i){let e,t,r,n;const o=[Bn,In,Sn,Hn],a=[];function l(s,c){return s[3]==="card"?0:s[3]==="profile"?1:s[3]==="lines"?2:3}return e=l(i),t=a[e]=o[e](i),{c(){t.c(),r=te(),this.c=v},m(s,c){a[e].m(s,c),p(s,r,c),n=!0},p(s,[c]){let d=e;e=l(s),e===d?a[e].p(s,c):(ge(),Z(a[d],1,1,()=>{a[d]=null}),he(),t=a[e],t?t.p(s,c):(t=a[e]=o[e](s),t.c()),W(t,1),t.m(r.parentNode,r))},i(s){n||(W(t),n=!0)},o(s){Z(t),n=!1},d(s){a[e].d(s),s&&E(r)}}}function Gn(i,e,t){let{width:r=320}=e,{size:n=1}=e,{count:o=3}=e,{type:a}=e;return i.$$set=l=>{"width"in l&&t(0,r=l.width),"size"in l&&t(1,n=l.size),"count"in l&&t(2,o=l.count),"type"in l&&t(3,a=l.type)},[r,n,o,a]}class ne extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}@keyframes pulse{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}.skeleton{background-color:var(--color-gray-100);animation:pulse 2s infinite ease-in-out;overflow:hidden;margin:10px 0}.image,.image-1{background-color:var(--color-gray-100);flex:1 1 100px;height:100px;margin:0}.image-2{height:140px}.image-3{height:200px}.image-4{height:300px}.text,.text-1,.text-2,.text-3,.text-4{width:100%;height:.75rem;border-radius:0.25rem;margin:6px 0}.title,.title-1,.title-2{width:100%;height:.75rem;border-radius:0.25rem}.title-3{height:.8rem}.title-4{height:1rem}.text-small,.text-small-1{width:30%;height:6px;border-radius:2px}.text-small-2{width:40%;height:8px;border-radius:2px}.text-small-3{width:50%;height:10px;border-radius:3px}.text-small-4{width:70%;height:12px;border-radius:4px}.paragraph{width:100%;height:70px;border-radius:4px}.header,.header-1{width:50%;height:18px;margin:12px 0;border-radius:0.25rem}.header-2{width:60%;height:20px;margin:14px 0;border-radius:0.25rem}.header-3{width:70%;height:22px;margin:16px 0;border-radius:0.25rem}.header-4{width:80%;height:24px;margin:18px 0;border-radius:0.3rem}.avatar{display:inline-block}.avatar,.avatar-1{width:40px;height:40px;border-radius:50%}.avatar-2{width:60px;height:60px;border-radius:50%}.avatar-3{width:80px;height:80px;border-radius:50%}.avatar-4{width:120px;height:120px;border-radius:50%}.thumbnail{display:inline-block}.thumbnail,.thumbnail-1{width:40px;height:40px;border-radius:4px}.thumbnail-2{width:60px;height:60px;border-radius:4px}.thumbnail-3{width:80px;height:80px;border-radius:4px}.thumbnail-4{width:120px;height:120px;border-radius:4px}.card{display:inline-block}.card,.card-1,.card-2,.card-3,.card-4{border:1px solid var(--color-gray-100);border-radius:4px}.card{width:100%}@media(min-width: 320px){.card{width:var(--width)}}.card-content{flex:1 1 auto;padding:1rem}.profile{display:flex;flex-direction:row;align-items:center}.profile-1{max-width:280px;gap:1rem}.profile-2{max-width:360px;gap:1rem}.profile-3{max-width:480px;gap:1rem}.profile-4{max-width:560px;gap:1rem}.profile .profile-avatar{flex-shrink:0}.profile .profile-name{flex:1 1 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Gn,Dn,G,{width:0,size:1,count:2,type:3},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["width","size","count","type"]}get width(){return this.$$.ctx[0]}set width(e){this.$$set({width:e}),g()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),g()}get count(){return this.$$.ctx[2]}set count(e){this.$$set({count:e}),g()}get type(){return this.$$.ctx[3]}set type(e){this.$$set({type:e}),g()}}customElements.define("goa-skeleton",ne);function zi(i){return Object.prototype.toString.call(i)==="[object Date]"}function Ve(i,e){if(i===e||i!==i)return()=>i;const t=typeof i;if(t!==typeof e||Array.isArray(i)!==Array.isArray(e))throw new Error("Cannot interpolate values of different type");if(Array.isArray(i)){const r=e.map((n,o)=>Ve(i[o],n));return n=>r.map(o=>o(n))}if(t==="object"){if(!i||!e)throw new Error("Object cannot be null");if(zi(i)&&zi(e)){i=i.getTime(),e=e.getTime();const o=e-i;return a=>new Date(i+a*o)}const r=Object.keys(e),n={};return r.forEach(o=>{n[o]=Ve(i[o],e[o])}),o=>{const a={};return r.forEach(l=>{a[l]=n[l](o)}),a}}if(t==="number"){const r=e-i;return n=>i+n*r}throw new Error(`Cannot interpolate ${t} values`)}function Nn(i,e={}){const t=Mt(i);let r,n=i;function o(a,l){if(i==null)return t.set(i=a),Promise.resolve();n=a;let s=r,c=!1,{delay:d=0,duration:f=400,easing:h=ve,interpolate:y=Ve}=Ue(Ue({},e),l);if(f===0)return s&&(s.abort(),s=null),t.set(i=n),Promise.resolve();const w=Me()+d;let _;return r=Ae(M=>{if(M<w)return!0;c||(_=y(i,a),typeof f=="function"&&(f=f(i,a)),c=!0),s&&(s.abort(),s=null);const k=M-w;return k>f?(t.set(i=a),!1):(t.set(i=_(h(k/f))),!0)}),r.promise}return{set:o,update:(a,l)=>o(a(n,i),l),subscribe:t.subscribe}}function Mi(i){let e,t,r,n,o,a,l,s,c;return{c(){e=ce("svg"),t=ce("circle"),o=ce("path"),u(t,"cx",i[3]),u(t,"cy",i[3]),u(t,"stroke",r=i[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)"),u(t,"stroke-width",i[4]),u(t,"r",n=i[3]-i[4]/2),u(o,"d",a=i[9](i[7])),u(o,"stroke-width",i[4]),u(o,"stroke",l=i[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)"),u(o,"stroke-linecap","round"),u(e,"class",s=`spinner-${i[2]}`),u(e,"fill","none"),u(e,"viewBox",c="0 0 "+i[5]+" "+i[5]),u(e,"width",i[5]),u(e,"height",i[5]),u(e,"data-testid",i[1]),u(e,"xmlns","http://www.w3.org/2000/svg")},m(d,f){p(d,e,f),m(e,t),m(e,o)},p(d,f){f&8&&u(t,"cx",d[3]),f&8&&u(t,"cy",d[3]),f&1&&r!==(r=d[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)")&&u(t,"stroke",r),f&16&&u(t,"stroke-width",d[4]),f&24&&n!==(n=d[3]-d[4]/2)&&u(t,"r",n),f&128&&a!==(a=d[9](d[7]))&&u(o,"d",a),f&16&&u(o,"stroke-width",d[4]),f&1&&l!==(l=d[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)")&&u(o,"stroke",l),f&4&&s!==(s=`spinner-${d[2]}`)&&u(e,"class",s),f&32&&c!==(c="0 0 "+d[5]+" "+d[5])&&u(e,"viewBox",c),f&32&&u(e,"width",d[5]),f&32&&u(e,"height",d[5]),f&2&&u(e,"data-testid",d[1])},d(d){d&&E(e)}}}function Pn(i){let e,t=i[6]&&Mi(i);return{c(){t&&t.c(),e=te(),this.c=v},m(r,n){t&&t.m(r,n),p(r,e,n)},p(r,[n]){r[6]?t?t.p(r,n):(t=Mi(r),t.c(),t.m(e.parentNode,e)):t&&(t.d(1),t=null)},i:v,o:v,d(r){t&&t.d(r),r&&E(e)}}}function On(i,e,t){let r,n,o,a,l,s,{size:c}=e,{invert:d=!1}=e,{progress:f=-1}=e,{testid:h=""}=e,y="infinite";const w=Nn(0,{duration:500,easing:fn});Yi(i,w,k=>t(7,s=k));function _(k){const C=o+a*Math.cos(k),x=o+a*Math.sin(k);return C+" "+x}function M(k){switch(y){case"progress":{const C=_(-Math.PI/2),x=_(-Math.PI/2+2*Math.PI*(k/100)),A=k%100<50?0:1;return`M ${C} A ${a} ${a} 0 ${A} 1 ${x}`}case"infinite":{const C=_(Math.PI*1.5),x=_(0);return`M ${C} A ${a} ${a} 0 1 0 ${x}`}}}return i.$$set=k=>{"size"in k&&t(10,c=k.size),"invert"in k&&t(0,d=k.invert),"progress"in k&&t(11,f=k.progress),"testid"in k&&t(1,h=k.testid)},i.$$.update=()=>{if(i.$$.dirty&2048){const k=parseFloat(f+"");k>=0&&(w.set(k||1),t(2,y="progress"))}i.$$.dirty&1024&&t(5,r=c&&{small:16,medium:32,large:64,xlarge:100}[c]),i.$$.dirty&1024&&t(4,n=c&&{small:2,medium:4,large:7,xlarge:9}[c]),i.$$.dirty&32&&t(3,o=r/2),i.$$.dirty&24&&t(12,a=o-n/2),i.$$.dirty&6148&&t(6,l=y==="infinite"?a:a&&f)},[d,h,y,o,n,r,l,s,w,M,c,f,a]}class Ai extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}@keyframes rotate{100%{transform:rotate(360deg)}}.spinner-infinite{animation:rotate 2s linear infinite}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},On,Pn,G,{size:10,invert:0,progress:11,testid:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["size","invert","progress","testid"]}get size(){return this.$$.ctx[10]}set size(e){this.$$set({size:e}),g()}get invert(){return this.$$.ctx[0]}set invert(e){this.$$set({invert:e}),g()}get progress(){return this.$$.ctx[11]}set progress(e){this.$$set({progress:e}),g()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),g()}}customElements.define("goa-spinner",Ai);function Li(i){let e;function t(o,a){if(o[6]>0)return Fn;if(o[1].length>0)return jn}let r=t(i),n=r&&r(i);return{c(){n&&n.c(),e=te()},m(o,a){n&&n.m(o,a),p(o,e,a)},p(o,a){r===(r=t(o))&&n?n.p(o,a):(n&&n.d(1),n=r&&r(o),n&&(n.c(),n.m(e.parentNode,e)))},d(o){n&&n.d(o),o&&E(e)}}}function jn(i){let e,t=i[1].length+"",r;return{c(){e=b("div"),r=j(t),u(e,"class","counter")},m(n,o){p(n,e,o),m(e,r)},p(n,o){o&2&&t!==(t=n[1].length+"")&&V(r,t)},d(n){n&&E(e)}}}function Fn(i){let e,t=i[1].length+"",r,n=`/${i[6]}`,o;return{c(){e=b("div"),r=j(t),o=j(n),u(e,"class","counter"),I(e,"counter-error",i[1].length>i[6])},m(a,l){p(a,e,l),m(e,r),m(e,o)},p(a,l){l&2&&t!==(t=a[1].length+"")&&V(r,t),l&64&&n!==(n=`/${a[6]}`)&&V(o,n),l&66&&I(e,"counter-error",a[1].length>a[6])},d(a){a&&E(e)}}}function qn(i){let e,t,r,n,o,a,l=i[8]&&Li(i);return{c(){e=b("div"),t=b("textarea"),r=T(),l&&l.c(),this.c=v,u(t,"name",i[0]),u(t,"placeholder",i[2]),t.value=i[1],u(t,"rows",i[3]),u(t,"class","goa-textarea"),t.disabled=i[7],t.readOnly=i[9],u(t,"data-testid",i[4]),I(t,"error",i[10]),u(e,"class","container"),u(e,"style",n=`
|
|
55
55
|
--width: ${i[5]};
|
|
56
|
-
`)},m(s,c){p(s,e,c),m(e,t),m(e,r),l&&l.m(e,null),
|
|
56
|
+
`)},m(s,c){p(s,e,c),m(e,t),m(e,r),l&&l.m(e,null),o||(a=U(t,"keyup",i[11]),o=!0)},p(s,[c]){c&1&&u(t,"name",s[0]),c&4&&u(t,"placeholder",s[2]),c&2&&(t.value=s[1]),c&8&&u(t,"rows",s[3]),c&128&&(t.disabled=s[7]),c&512&&(t.readOnly=s[9]),c&16&&u(t,"data-testid",s[4]),c&1024&&I(t,"error",s[10]),s[8]?l?l.p(s,c):(l=Li(s),l.c(),l.m(e,null)):l&&(l.d(1),l=null),c&32&&n!==(n=`
|
|
57
57
|
--width: ${s[5]};
|
|
58
|
-
`)&&u(e,"style",
|
|
59
|
-
}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-interactive--error)}</style>`,O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},
|
|
58
|
+
`)&&u(e,"style",n)},i:v,o:v,d(s){s&&E(e),l&&l.d(),o=!1,a()}}}function Vn(i,e,t){let r,n,o,a,{name:l}=e,{value:s=""}=e,{placeholder:c=""}=e,{rows:d=3}=e,{testid:f=""}=e,{width:h="60ch"}=e,{error:y="false"}=e,{readonly:w="false"}=e,{disabled:_="false"}=e,{showcounter:M="false"}=e,{maxcharcount:k=0}=e;function C(x){const R=x.target.value;n||(x.target.dispatchEvent(new CustomEvent("_change",{composed:!0,bubbles:!1,cancelable:!0,detail:{event:x,name:l,value:R}})),x.stopPropagation())}return i.$$set=x=>{"name"in x&&t(0,l=x.name),"value"in x&&t(1,s=x.value),"placeholder"in x&&t(2,c=x.placeholder),"rows"in x&&t(3,d=x.rows),"testid"in x&&t(4,f=x.testid),"width"in x&&t(5,h=x.width),"error"in x&&t(12,y=x.error),"readonly"in x&&t(13,w=x.readonly),"disabled"in x&&t(14,_=x.disabled),"showcounter"in x&&t(15,M=x.showcounter),"maxcharcount"in x&&t(6,k=x.maxcharcount)},i.$$.update=()=>{i.$$.dirty&4096&&t(10,r=F(y)),i.$$.dirty&16384&&t(7,n=F(_)),i.$$.dirty&8192&&t(9,o=F(w)),i.$$.dirty&32768&&t(8,a=F(M))},[l,s,c,d,f,h,k,n,a,o,r,C,y,w,_,M]}class Ti extends N{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}.container{position:relative;width:100%}@media(min-width: 640px){.container{max-width:var(--width)}}.goa-textarea{display:block;width:100%;box-sizing:border-box;outline:none;transition:box-shadow 0.1s ease-in;border:1px solid var(--color-gray-600);border-radius:3px;background:var(--color-white);color:var(--color-black, #ccc);padding:var(--textarea-padding-vertical, 0.5rem) var(--textarea-padding-horizontal, 0.5rem);font-size:var(--input-font-size);font-family:var(--font-family);min-width:100%}@media(min-width: 640px){.goa-textarea{min-width:0;width:var(--width)}}.goa-textarea[readonly]{cursor:pointer}.goa-textarea:hover{border-color:var(--goa-color-interactive--hover)}.goa-textarea:active,.goa-textarea:focus,.goa-textarea:focus-within{box-shadow:0 0 0 3px var(--goa-color-interactive--focus)}.goa-textarea:disabled{border-color:var(--color-gray-200)}.goa-textarea:disabled:hover{border-color:var(--color-gray-200)}.goa-textarea:disabled:focus,.goa-textarea:disabled:active{box-shadow:none}.counter{position:absolute;right:0;padding-top:0.25rem;font-size:var(--fs-sm)}.counter-error{color:var(--goa-color-interactive--error)
|
|
59
|
+
}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-interactive--error)}</style>`,O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Vn,qn,G,{name:0,value:1,placeholder:2,rows:3,testid:4,width:5,error:12,readonly:13,disabled:14,showcounter:15,maxcharcount:6},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","value","placeholder","rows","testid","width","error","readonly","disabled","showcounter","maxcharcount"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),g()}get placeholder(){return this.$$.ctx[2]}set placeholder(e){this.$$set({placeholder:e}),g()}get rows(){return this.$$.ctx[3]}set rows(e){this.$$set({rows:e}),g()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),g()}get width(){return this.$$.ctx[5]}set width(e){this.$$set({width:e}),g()}get error(){return this.$$.ctx[12]}set error(e){this.$$set({error:e}),g()}get readonly(){return this.$$.ctx[13]}set readonly(e){this.$$set({readonly:e}),g()}get disabled(){return this.$$.ctx[14]}set disabled(e){this.$$set({disabled:e}),g()}get showcounter(){return this.$$.ctx[15]}set showcounter(e){this.$$set({showcounter:e}),g()}get maxcharcount(){return this.$$.ctx[6]}set maxcharcount(e){this.$$set({maxcharcount:e}),g()}}customElements.define("goa-textarea",Ti);function Wn(i){let e;return{c(){e=b("div"),e.innerHTML=`<slot></slot>
|
|
60
60
|
|
|
61
|
-
<span tabindex="0"></span>`,this.c=v},m(t,r){p(t,e,r),i[4](e)},p:v,i:v,o:v,d(t){t&&E(e),i[4](null)}}}function
|
|
61
|
+
<span tabindex="0"></span>`,this.c=v},m(t,r){p(t,e,r),i[4](e)},p:v,i:v,o:v,d(t){t&&E(e),i[4](null)}}}function Un(i){if(i.tabIndex>0||i.tabIndex===0&&i.getAttribute("tabIndex")!==null)return!0;if(i.disabled)return!1;switch(i.nodeName){case"A":return!!i.href&&i.rel!=="ignore";case"INPUT":return i.type!=="hidden"&&i.type!=="file";case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}}function Zn(i,e,t){let r,{active:n}=e,o=!1,a,l,s=!1;function c(){document.removeEventListener("focus",C,!0)}function d(){document.addEventListener("focus",C,!0)}function f(A){if(!A)return!1;for(const R of A)if(k(R)||f(R.childNodes)||h(R)||y(R))return!0;return!1}function h(A){if(!(A instanceof HTMLSlotElement))return!1;if(f(A.assignedNodes()))return!0}function y(A){var R;if(!(A instanceof HTMLElement))return!1;if(f((R=A.shadowRoot)===null||R===void 0?void 0:R.childNodes))return!0}function w(A){if(!A)return!1;for(let R=A.length-1;R>=0;R--){let L=A[R];if(k(L)||w(L.childNodes)||_(L)||M(L))return!0}return!1}function _(A){if(!(A instanceof HTMLSlotElement))return!1;if(w(A.assignedNodes()))return!0}function M(A){var R;if(!(A instanceof HTMLElement))return!1;if(w((R=A.shadowRoot)===null||R===void 0?void 0:R.childNodes))return!0}function k(A){if(!Un(A))return!1;try{o=!0,A.focus()}catch{}finally{o=!1}return document.activeElement===A}function C(A){var R;if(o)return;const L=(R=l.firstChild)===null||R===void 0?void 0:R.assignedElements();if(!(L==null?void 0:L.length))return;const B=L[0];if(A.composedPath().includes(B)){a=A.target;return}f(B.childNodes),a==document.activeElement&&w(B.childNodes),a=document.activeElement}function x(A){ee[A?"unshift":"push"](()=>{l=A,t(0,l)})}return i.$$set=A=>{"active"in A&&t(1,n=A.active)},i.$$.update=()=>{i.$$.dirty&2&&t(3,r=F(n)),i.$$.dirty&12&&(r&&!s&&(d(),t(2,s=!0)),!r&&s&&(c(),t(2,s=!1)))},[l,n,s,r,x]}class Ri extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Zn,Wn,G,{active:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["active"]}get active(){return this.$$.ctx[1]}set active(e){this.$$set({active:e}),g()}}customElements.define("goa-focus-trap",Ri);function Hi(i){let e;return{c(){e=b("goa-divider"),z(e,"spacing","small")},m(t,r){p(t,e,r)},d(t){t&&E(e)}}}function Kn(i){let e,t,r,n,o,a,l,s,c,d,f,h=i[1]?.length&&Hi();return{c(){e=b("footer"),t=b("div"),t.innerHTML='<slot name="nav"></slot>',r=T(),h&&h.c(),n=T(),o=b("div"),a=b("div"),a.innerHTML='<slot name="meta"></slot>',l=T(),s=b("div"),c=b("a"),c.innerHTML='<img alt="GoA Logo" class="logo" src="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"/>',d=T(),f=b("a"),f.textContent=`\xA9 ${i[3]} Government of Alberta`,this.c=v,u(t,"class","nav-links"),u(a,"class","meta-links"),u(c,"href","https://alberta.ca"),u(f,"href","https://alberta.ca"),u(f,"class","goa-copyright"),u(s,"class","abgov"),I(s,"with-meta-links",i[2]?.length),u(o,"class","meta-section"),I(o,"with-meta-links",i[2]?.length),u(e,"class","app-footer")},m(y,w){p(y,e,w),m(e,t),m(e,r),h&&h.m(e,null),m(e,n),m(e,o),m(o,a),m(o,l),m(o,s),m(s,c),m(s,d),m(s,f),i[4](e)},p(y,[w]){y[1]?.length?h||(h=Hi(),h.c(),h.m(e,n)):h&&(h.d(1),h=null),w&4&&I(s,"with-meta-links",y[2]?.length),w&4&&I(o,"with-meta-links",y[2]?.length)},i:v,o:v,d(y){y&&E(e),h&&h.d(),i[4](null)}}}function Xn(i,e,t){let r,n,o;const a=new Date().getFullYear();Q(async()=>{await ye();const s=r.querySelector("slot[name=nav]"),c=r.querySelector("slot[name=meta]");t(1,n=s.assignedElements()),t(2,o=c.assignedElements())});function l(s){ee[s?"unshift":"push"](()=>{r=s,t(0,r)})}return[r,n,o,a,l]}class Yn extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.app-footer{background-color:var(--color-gray-100);padding:2rem;margin-top:2rem;border-top:2px solid var(--color-gray-200);border-bottom:1rem solid var(--goa-color-brand)}.meta-section{display:flex;flex-direction:column;padding:1rem 0}.meta-section.with-meta-links{gap:2rem;justify-content:space-between}.meta-links{display:none}.with-meta-links .meta-links{display:block}.nav-links{display:flex;flex-direction:column;gap:2rem}.abgov{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width: 640px){.meta-section{flex-direction:row;gap:2rem}.nav-links{flex-direction:row}.abgov{align-items:center;flex-direction:row-reverse}}.abgov.with-meta-links{gap:1rem;flex-direction:column;width:unset}@media(min-width: 640px){.abgov.with-meta-links{align-items:flex-end}}.goa-copyright{white-space:nowrap}a{color:var(--goa-color-text-secondary)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Xn,Kn,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-app-footer",Yn);function Si(i,e,t){const r=i.slice();return r[5]=e[t],r}function Ii(i){let e,t,r,n;return{c(){e=b("div"),t=j(i[0]),r=T(),n=b("goa-divider"),u(e,"class","title"),z(n,"spacing","small")},m(o,a){p(o,e,a),m(e,t),p(o,r,a),p(o,n,a)},p(o,a){a&1&&V(t,o[0])},d(o){o&&E(e),o&&E(r),o&&E(n)}}}function Bi(i){let e,t,r=i[5].innerHTML+"",n,o;return{c(){e=b("li"),t=b("a"),n=j(r),u(t,"href",o=i[5].href)},m(a,l){p(a,e,l),m(e,t),m(t,n)},p(a,l){l&8&&r!==(r=a[5].innerHTML+"")&&V(n,r),l&8&&o!==(o=a[5].href)&&u(t,"href",o)},d(a){a&&E(e)}}}function Jn(i){let e,t,r,n,o,a,l=i[0]&&Ii(i),s=i[3],c=[];for(let d=0;d<s.length;d+=1)c[d]=Bi(Si(i,s,d));return{c(){e=b("section"),l&&l.c(),t=T(),r=b("div"),r.innerHTML="<slot></slot>",n=T(),o=b("ul");for(let d=0;d<c.length;d+=1)c[d].c();this.c=v,u(r,"class","hidden"),u(o,"class","links"),u(o,"style",a=`
|
|
62
62
|
--narrow-display-type: ${Math.ceil(i[1]/2)>1?"block":"flex"};
|
|
63
63
|
--narrow-column-count: ${Math.ceil(i[1]/2)};
|
|
64
64
|
--wide-display-type: ${i[1]>1?"block":"flex"};
|
|
65
65
|
--wide-column-count: ${i[1]};
|
|
66
|
-
`)},m(d,f){p(d,e,f),l&&l.m(e,null),m(e,t),m(e,r),m(e,
|
|
66
|
+
`)},m(d,f){p(d,e,f),l&&l.m(e,null),m(e,t),m(e,r),m(e,n),m(e,o);for(let h=0;h<c.length;h+=1)c[h].m(o,null);i[4](e)},p(d,[f]){if(d[0]?l?l.p(d,f):(l=Ii(d),l.c(),l.m(e,t)):l&&(l.d(1),l=null),f&8){s=d[3];let h;for(h=0;h<s.length;h+=1){const y=Si(d,s,h);c[h]?c[h].p(y,f):(c[h]=Bi(y),c[h].c(),c[h].m(o,null))}for(;h<c.length;h+=1)c[h].d(1);c.length=s.length}f&2&&a!==(a=`
|
|
67
67
|
--narrow-display-type: ${Math.ceil(d[1]/2)>1?"block":"flex"};
|
|
68
68
|
--narrow-column-count: ${Math.ceil(d[1]/2)};
|
|
69
69
|
--wide-display-type: ${d[1]>1?"block":"flex"};
|
|
70
70
|
--wide-column-count: ${d[1]};
|
|
71
|
-
`)&&u(
|
|
71
|
+
`)&&u(o,"style",a)},i:v,o:v,d(d){d&&E(e),l&&l.d(),Pe(c,d),i[4](null)}}}function Qn(i,e,t){let{name:r=""}=e,{maxcolumncount:n=1}=e,o,a=[];Q(async()=>{if(await ye(),t(3,a=o.querySelector("slot").assignedElements()),!a.map(d=>d.hasAttribute("href")).reduce((d,f)=>d&&f,!0)){t(3,a=[]),console.warn("GoAFooterNavSection children must be anchor elements.");return}const c=document.createElement("style");c.innerHTML=`
|
|
72
72
|
:host {
|
|
73
|
-
flex-grow: ${
|
|
73
|
+
flex-grow: ${n};
|
|
74
74
|
}
|
|
75
|
-
`,
|
|
75
|
+
`,o.appendChild(c)});function l(s){ee[s?"unshift":"push"](()=>{o=s,t(2,o)})}return i.$$set=s=>{"name"in s&&t(0,r=s.name),"maxcolumncount"in s&&t(1,n=s.maxcolumncount)},[r,n,o,a,l]}class $n extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{flex:auto}.title{font-size:var(--fs-xl);line-height:var(--lh-lg)}.hidden{display:none}.links{display:block;list-style-type:none;padding-left:0}@media(min-width: 720px){.links{display:var(--narrow-display-type);list-style-type:none;padding-left:0;flex-direction:column;column-count:var(--narrow-column-count)}}@media(min-width: 1024px){.links{display:var(--wide-display-type);list-style-type:none;padding-left:0;flex-direction:column;column-count:var(--wide-column-count)}}li{padding:0.75rem 0}a{color:var(--goa-color-text)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},Qn,Jn,G,{name:0,maxcolumncount:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["name","maxcolumncount"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),g()}get maxcolumncount(){return this.$$.ctx[1]}set maxcolumncount(e){this.$$set({maxcolumncount:e}),g()}}customElements.define("goa-app-footer-nav-section",$n);function Di(i,e,t){const r=i.slice();return r[3]=e[t],r}function Gi(i){let e,t,r=i[3].innerHTML+"",n,o;return{c(){e=b("li"),t=b("a"),n=j(r),u(t,"href",o=i[3].href)},m(a,l){p(a,e,l),m(e,t),m(t,n)},p(a,l){l&2&&r!==(r=a[3].innerHTML+"")&&V(n,r),l&2&&o!==(o=a[3].href)&&u(t,"href",o)},d(a){a&&E(e)}}}function eo(i){let e,t,r,n,o=i[1],a=[];for(let l=0;l<o.length;l+=1)a[l]=Gi(Di(i,o,l));return{c(){e=b("section"),t=b("div"),t.innerHTML="<slot></slot>",r=T(),n=b("ul");for(let l=0;l<a.length;l+=1)a[l].c();this.c=v,u(t,"class","hidden")},m(l,s){p(l,e,s),m(e,t),m(e,r),m(e,n);for(let c=0;c<a.length;c+=1)a[c].m(n,null);i[2](e)},p(l,[s]){if(s&2){o=l[1];let c;for(c=0;c<o.length;c+=1){const d=Di(l,o,c);a[c]?a[c].p(d,s):(a[c]=Gi(d),a[c].c(),a[c].m(n,null))}for(;c<a.length;c+=1)a[c].d(1);a.length=o.length}},i:v,o:v,d(l){l&&E(e),Pe(a,l),i[2](null)}}}function to(i,e,t){let r,n=[];Q(async()=>{if(await ye(),t(1,n=r.querySelector("slot").assignedElements()),!n.map(l=>l.hasAttribute("href")).reduce((l,s)=>l&&s,!0)){t(1,n=[]),console.warn("GoAFooterMetaSection children must be anchor elements.");return}});function o(a){ee[a?"unshift":"push"](()=>{r=a,t(0,r)})}return[r,n,o]}class io extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.hidden{display:none}ul{display:flex;flex-wrap:wrap;gap:1rem;padding-left:0}li{list-style-type:none}a{color:var(--goa-color-text);white-space:nowrap}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},to,eo,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-app-footer-meta-section",io);function ro(i){let e,t;return{c(){e=b("div"),t=b("slot"),this.c=v,u(e,"class","goa-flex-col"),q(e,"gap",i[0])},m(r,n){p(r,e,n),m(e,t)},p(r,[n]){n&1&&q(e,"gap",r[0])},i:v,o:v,d(r){r&&E(e)}}}function no(i,e,t){let r,{gap:n=""}=e;return i.$$set=o=>{"gap"in o&&t(1,n=o.gap)},i.$$.update=()=>{i.$$.dirty&2&&t(0,r=n==="small"?"1rem":n==="medium"?"2rem":n==="large"?"3rem":"0")},[r,n]}class oo extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family);margin-bottom:3rem}.goa-flex-col{display:flex;flex-direction:column;gap:var(--gap)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},no,ro,G,{gap:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["gap"]}get gap(){return this.$$.ctx[1]}set gap(e){this.$$set({gap:e}),g()}}customElements.define("goa-flex-col",oo);function Ni(i){let e,t;return{c(){e=b("div"),t=j(i[0]),u(e,"slot","title"),u(e,"class","title")},m(r,n){p(r,e,n),m(e,t)},p(r,n){n&1&&V(t,r[0])},d(r){r&&E(e)}}}function Pi(i){let e;return{c(){e=b("div"),u(e,"class","actions"),u(e,"slot","actions")},m(t,r){p(t,e,r),e.innerHTML=i[1]},p(t,r){r&2&&(e.innerHTML=t[1])},d(t){t&&E(e)}}}function ao(i){let e,t,r,n,o=i[0]&&Ni(i),a=i[1]&&Pi(i);return{c(){e=b("goa-container"),o&&o.c(),t=T(),a&&a.c(),r=T(),n=b("div"),this.c=v,u(n,"class","content"),u(n,"slot",""),z(e,"variant",i[3]),z(e,"headingsize",i[4])},m(l,s){p(l,e,s),o&&o.m(e,null),m(e,t),a&&a.m(e,null),m(e,r),m(e,n),n.innerHTML=i[2]},p(l,[s]){l[0]?o?o.p(l,s):(o=Ni(l),o.c(),o.m(e,t)):o&&(o.d(1),o=null),l[1]?a?a.p(l,s):(a=Pi(l),a.c(),a.m(e,r)):a&&(a.d(1),a=null),s&4&&(n.innerHTML=l[2]),s&8&&z(e,"variant",l[3]),s&16&&z(e,"headingsize",l[4])},i:v,o:v,d(l){l&&E(e),o&&o.d(),a&&a.d()}}}function lo(i,e,t){let{title:r}=e,{actions:n=""}=e,{content:o}=e,{variant:a="default"}=e,{headingsize:l="large"}=e;return i.$$set=s=>{"title"in s&&t(0,r=s.title),"actions"in s&&t(1,n=s.actions),"content"in s&&t(2,o=s.content),"variant"in s&&t(3,a=s.variant),"headingsize"in s&&t(4,l=s.headingsize)},[r,n,o,a,l]}class Oi extends N{constructor(e){super();O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},lo,ao,G,{title:0,actions:1,content:2,variant:3,headingsize:4},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["title","actions","content","variant","headingsize"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),g()}get actions(){return this.$$.ctx[1]}set actions(e){this.$$set({actions:e}),g()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),g()}get variant(){return this.$$.ctx[3]}set variant(e){this.$$set({variant:e}),g()}get headingsize(){return this.$$.ctx[4]}set headingsize(e){this.$$set({headingsize:e}),g()}}customElements.define("test-container",Oi);function so(i){let e;return{c(){e=b("hr"),this.c=v,q(e,"--spacing",i[0])},m(t,r){p(t,e,r)},p(t,[r]){r&1&&q(e,"--spacing",t[0])},i:v,o:v,d(t){t&&E(e)}}}function co(i,e,t){let r,{spacing:n=""}=e;const o=["small","medium","large"];function a(l){return o.includes(l)}return Q(()=>{if(!a(n))throw"Invalid spacing"}),i.$$set=l=>{"spacing"in l&&t(1,n=l.spacing)},i.$$.update=()=>{i.$$.dirty&2&&t(0,r={small:"1rem",medium:"2rem",large:"4rem"}[n])},[r,n]}class ji extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>hr{padding:0;margin:var(--spacing) 0;border:none;border-top:1px solid var(--color-gray-200)}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},co,so,G,{spacing:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),g()))}static get observedAttributes(){return["spacing"]}get spacing(){return this.$$.ctx[1]}set spacing(e){this.$$set({spacing:e}),g()}}customElements.define("goa-divider",ji);function uo(i){let e;return{c(){e=b("div"),e.innerHTML=`<section class="header"><slot name="header"></slot></section>
|
|
76
76
|
|
|
77
77
|
<main><slot></slot></main>
|
|
78
78
|
|
|
79
|
-
<section class="footer"><slot name="footer"></slot></section>`,this.c=v,u(e,"class","page")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class Fi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.page{height:100vh;display:flex;flex-direction:column}.header,.footer{flex:0 0 auto}main{flex:1 1 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,
|
|
79
|
+
<section class="footer"><slot name="footer"></slot></section>`,this.c=v,u(e,"class","page")},m(t,r){p(t,e,r)},p:v,i:v,o:v,d(t){t&&E(e)}}}class Fi extends N{constructor(e){super();this.shadowRoot.innerHTML="<style>.page{height:100vh;display:flex;flex-direction:column}.header,.footer{flex:0 0 auto}main{flex:1 1 auto}</style>",O(this,{target:this.shadowRoot,props:P(this.attributes),customElement:!0},null,uo,G,{},null),e&&e.target&&p(e.target,this,e.anchor)}}customElements.define("goa-page",Fi),D.ContainerWrapper=Oi,D.Divider=ji,D.GoAAppHeader=st,D.GoABadge=dt,D.GoAButton=gt,D.GoAButtonGroup=ht,D.GoACallout=bt,D.GoACard=vt,D.GoACardActions=pt,D.GoACardContent=wt,D.GoACardGroup=_t,D.GoACardImage=yt,D.GoACheckbox=kt,D.GoAChip=Ct,D.GoACircularProgress=ui,D.GoAContainer=zt,D.GoADropdown=Dt,D.GoADropdownItem=Gt,D.GoAFlexRow=Nt,D.GoAFocusTrap=Ri,D.GoAFormItem=qt,D.GoAHeroBanner=Vt,D.GoAIcon=Ut,D.GoAIconButton=Zt,D.GoAInput=Qt,D.GoAMicrositeHeader=xi,D.GoAModal=ni,D.GoANotification=ai,D.GoAPageBlock=lt,D.GoAPageLayout=li,D.GoARadioGroup=mi,D.GoARadioItem=bi,D.GoAScrollable=vi,D.GoASkeleton=ne,D.GoASpinner=Ai,D.GoATextArea=Ti,D.Page=Fi,Object.defineProperty(D,"__esModule",{value:!0}),D[Symbol.toStringTag]="Module"});
|