@abgov/web-components 1.0.0-alpha.47 → 1.0.0-alpha.48
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 +15 -24
- package/web-components.umd.js +9 -9
package/package.json
CHANGED
package/web-components.es.js
CHANGED
|
@@ -2747,7 +2747,7 @@ const BIND$1 = "bind";
|
|
|
2747
2747
|
|
|
2748
2748
|
function get_each_context$1(ctx, list, i) {
|
|
2749
2749
|
const child_ctx = ctx.slice();
|
|
2750
|
-
child_ctx[
|
|
2750
|
+
child_ctx[19] = list[i];
|
|
2751
2751
|
return child_ctx;
|
|
2752
2752
|
}
|
|
2753
2753
|
|
|
@@ -2785,7 +2785,7 @@ function create_if_block_1$7(ctx) {
|
|
|
2785
2785
|
};
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
|
-
// (
|
|
2788
|
+
// (95:4) {#if isMenuVisible}
|
|
2789
2789
|
function create_if_block$a(ctx) {
|
|
2790
2790
|
let div;
|
|
2791
2791
|
let ul;
|
|
@@ -2795,7 +2795,7 @@ function create_if_block$a(ctx) {
|
|
|
2795
2795
|
let each_1_lookup = new Map();
|
|
2796
2796
|
let ul_style_value;
|
|
2797
2797
|
let each_value = /*options*/ ctx[7];
|
|
2798
|
-
const get_key = ctx => /*option*/ ctx[
|
|
2798
|
+
const get_key = ctx => /*option*/ ctx[19].value;
|
|
2799
2799
|
|
|
2800
2800
|
for (let i = 0; i < each_value.length; i += 1) {
|
|
2801
2801
|
let child_ctx = get_each_context$1(ctx, each_value, i);
|
|
@@ -2848,10 +2848,10 @@ function create_if_block$a(ctx) {
|
|
|
2848
2848
|
};
|
|
2849
2849
|
}
|
|
2850
2850
|
|
|
2851
|
-
// (
|
|
2851
|
+
// (102:10) {#each options as option (option.value)}
|
|
2852
2852
|
function create_each_block$1(key_1, ctx) {
|
|
2853
2853
|
let li;
|
|
2854
|
-
let t0_value = /*option*/ ctx[
|
|
2854
|
+
let t0_value = /*option*/ ctx[19].label + "";
|
|
2855
2855
|
let t0;
|
|
2856
2856
|
let t1;
|
|
2857
2857
|
let li_data_testid_value;
|
|
@@ -2860,7 +2860,7 @@ function create_each_block$1(key_1, ctx) {
|
|
|
2860
2860
|
let dispose;
|
|
2861
2861
|
|
|
2862
2862
|
function click_handler() {
|
|
2863
|
-
return /*click_handler*/ ctx[
|
|
2863
|
+
return /*click_handler*/ ctx[16](/*option*/ ctx[19]);
|
|
2864
2864
|
}
|
|
2865
2865
|
|
|
2866
2866
|
return {
|
|
@@ -2870,11 +2870,11 @@ function create_each_block$1(key_1, ctx) {
|
|
|
2870
2870
|
li = element("li");
|
|
2871
2871
|
t0 = text(t0_value);
|
|
2872
2872
|
t1 = space();
|
|
2873
|
-
attr(li, "data-testid", li_data_testid_value = `${/*option*/ ctx[
|
|
2873
|
+
attr(li, "data-testid", li_data_testid_value = `${/*option*/ ctx[19].value}-dropdown-item`);
|
|
2874
2874
|
attr(li, "class", "goa-dropdown-option");
|
|
2875
2875
|
attr(li, "style", li_style_value = `display: ${"block"}`);
|
|
2876
2876
|
toggle_class(li, "goa-dropdown-option--disabled", false);
|
|
2877
|
-
toggle_class(li, "goa-dropdown-option--selected", /*option*/ ctx[
|
|
2877
|
+
toggle_class(li, "goa-dropdown-option--selected", /*option*/ ctx[19].value === /*value*/ ctx[0]);
|
|
2878
2878
|
this.first = li;
|
|
2879
2879
|
},
|
|
2880
2880
|
m(target, anchor) {
|
|
@@ -2889,14 +2889,14 @@ function create_each_block$1(key_1, ctx) {
|
|
|
2889
2889
|
},
|
|
2890
2890
|
p(new_ctx, dirty) {
|
|
2891
2891
|
ctx = new_ctx;
|
|
2892
|
-
if (dirty & /*options*/ 128 && t0_value !== (t0_value = /*option*/ ctx[
|
|
2892
|
+
if (dirty & /*options*/ 128 && t0_value !== (t0_value = /*option*/ ctx[19].label + "")) set_data(t0, t0_value);
|
|
2893
2893
|
|
|
2894
|
-
if (dirty & /*options*/ 128 && li_data_testid_value !== (li_data_testid_value = `${/*option*/ ctx[
|
|
2894
|
+
if (dirty & /*options*/ 128 && li_data_testid_value !== (li_data_testid_value = `${/*option*/ ctx[19].value}-dropdown-item`)) {
|
|
2895
2895
|
attr(li, "data-testid", li_data_testid_value);
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
2898
|
if (dirty & /*options, value*/ 129) {
|
|
2899
|
-
toggle_class(li, "goa-dropdown-option--selected", /*option*/ ctx[
|
|
2899
|
+
toggle_class(li, "goa-dropdown-option--selected", /*option*/ ctx[19].value === /*value*/ ctx[0]);
|
|
2900
2900
|
}
|
|
2901
2901
|
},
|
|
2902
2902
|
d(detaching) {
|
|
@@ -2955,14 +2955,10 @@ function create_fragment$j(ctx) {
|
|
|
2955
2955
|
append(div0, goa_input);
|
|
2956
2956
|
append(div1, t1);
|
|
2957
2957
|
if (if_block1) if_block1.m(div1, null);
|
|
2958
|
-
/*div2_binding*/ ctx[
|
|
2958
|
+
/*div2_binding*/ ctx[17](div2);
|
|
2959
2959
|
|
|
2960
2960
|
if (!mounted) {
|
|
2961
|
-
dispose = [
|
|
2962
|
-
listen(goa_input, "click", /*showMenu*/ ctx[13]),
|
|
2963
|
-
listen(goa_input, "blur", /*blur_handler*/ ctx[16])
|
|
2964
|
-
];
|
|
2965
|
-
|
|
2961
|
+
dispose = listen(goa_input, "click", /*showMenu*/ ctx[13]);
|
|
2966
2962
|
mounted = true;
|
|
2967
2963
|
}
|
|
2968
2964
|
},
|
|
@@ -3031,9 +3027,9 @@ function create_fragment$j(ctx) {
|
|
|
3031
3027
|
if (detaching) detach(div2);
|
|
3032
3028
|
if (if_block0) if_block0.d();
|
|
3033
3029
|
if (if_block1) if_block1.d();
|
|
3034
|
-
/*div2_binding*/ ctx[
|
|
3030
|
+
/*div2_binding*/ ctx[17](null);
|
|
3035
3031
|
mounted = false;
|
|
3036
|
-
|
|
3032
|
+
dispose();
|
|
3037
3033
|
}
|
|
3038
3034
|
};
|
|
3039
3035
|
}
|
|
@@ -3104,10 +3100,6 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
3104
3100
|
$$invalidate(9, isMenuVisible = false);
|
|
3105
3101
|
}
|
|
3106
3102
|
|
|
3107
|
-
const blur_handler = async () => {
|
|
3108
|
-
setTimeout(closeMenu, 100);
|
|
3109
|
-
};
|
|
3110
|
-
|
|
3111
3103
|
const click_handler = option => onSelect(option.name, option.value, option.label);
|
|
3112
3104
|
|
|
3113
3105
|
function div2_binding($$value) {
|
|
@@ -3152,7 +3144,6 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
3152
3144
|
showMenu,
|
|
3153
3145
|
closeMenu,
|
|
3154
3146
|
error,
|
|
3155
|
-
blur_handler,
|
|
3156
3147
|
click_handler,
|
|
3157
3148
|
div2_binding
|
|
3158
3149
|
];
|
package/web-components.umd.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(T,p){typeof exports=="object"&&typeof module!="undefined"?p(exports):typeof define=="function"&&define.amd?define(["exports"],p):(T=typeof globalThis!="undefined"?globalThis:T||self,p(T["web-components"]={}))})(this,function(T){"use strict";function p(){}const de=t=>t;function De(t,e){for(const i in e)t[i]=e[i];return t}function Te(t){return t()}function Pe(){return Object.create(null)}function Q(t){t.forEach(Te)}function ie(t){return typeof t=="function"}function H(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let _e;function Oe(t,e){return _e||(_e=document.createElement("a")),_e.href=e,t===_e.href}function yi(t){return Object.keys(t).length===0}function _i(t,...e){if(t==null)return p;const i=t.subscribe(...e);return i.unsubscribe?()=>i.unsubscribe():i}function pi(t,e,i){t.$$.on_destroy.push(_i(e,i))}function Ne(t){return t&&ie(t.destroy)?t.destroy:p}const Fe=typeof window!="undefined";let pe=Fe?()=>window.performance.now():()=>Date.now(),He=Fe?t=>requestAnimationFrame(t):p;const ae=new Set;function qe(t){ae.forEach(e=>{e.c(t)||(ae.delete(e),e.f())}),ae.size!==0&&He(qe)}function we(t){let e;return ae.size===0&&He(qe),{promise:new Promise(i=>{ae.add(e={c:t,f:i})}),abort(){ae.delete(e)}}}function y(t,e){t.appendChild(e)}function We(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function wi(t){const e=_("style");return ki(We(t),e),e}function ki(t,e){y(t.head||t,e)}function w(t,e,i){t.insertBefore(e,i||null)}function E(t){t.parentNode.removeChild(t)}function _(t){return document.createElement(t)}function re(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function N(t){return document.createTextNode(t)}function A(){return N(" ")}function le(){return N("")}function X(t,e,i,r){return t.addEventListener(e,i,r),()=>t.removeEventListener(e,i,r)}function d(t,e,i){i==null?t.removeAttribute(e):t.getAttribute(e)!==i&&t.setAttribute(e,i)}function z(t,e,i){e in t?t[e]=typeof t[e]=="boolean"&&i===""?!0:i:d(t,e,i)}function xi(t){return Array.from(t.childNodes)}function V(t,e){e=""+e,t.wholeText!==e&&(t.data=e)}function j(t,e,i,r){t.style.setProperty(e,i,r?"important":"")}function S(t,e,i){t.classList[i?"add":"remove"](e)}function zi(t,e,i=!1){const r=document.createEvent("CustomEvent");return r.initCustomEvent(t,i,!1,e),r}function G(t){const e={};for(const i of t)e[i.name]=i.value;return e}const Le=new Set;let ke=0;function Ei(t){let e=5381,i=t.length;for(;i--;)e=(e<<5)-e^t.charCodeAt(i);return e>>>0}function xe(t,e,i,r,o,n,a,l=0){const s=16.666/r;let c=`{
|
|
2
2
|
`;for(let x=0;x<=1;x+=s){const k=e+(i-e)*n(x);c+=x*100+`%{${a(k,1-k)}}
|
|
3
3
|
`}const u=c+`100% {${a(i,1-i)}}
|
|
4
|
-
}`,f=`__svelte_${Ei(u)}_${l}`,h=We(t);Le.add(h);const b=h.__svelte_stylesheet||(h.__svelte_stylesheet=wi(t).sheet),g=h.__svelte_rules||(h.__svelte_rules={});g[f]||(g[f]=!0,b.insertRule(`@keyframes ${f} ${u}`,b.cssRules.length));const v=t.style.animation||"";return t.style.animation=`${v?`${v}, `:""}${f} ${r}ms linear ${o}ms 1 both`,ke+=1,f}function ze(t,e){const i=(t.style.animation||"").split(", "),r=i.filter(e?n=>n.indexOf(e)<0:n=>n.indexOf("__svelte")===-1),o=i.length-r.length;o&&(t.style.animation=r.join(", "),ke-=o,ke||Ci())}function Ci(){He(()=>{ke||(Le.forEach(t=>{const e=t.__svelte_stylesheet;let i=e.cssRules.length;for(;i--;)e.deleteRule(i);t.__svelte_rules={}}),Le.clear())})}let ue;function fe(t){ue=t}function Ze(){if(!ue)throw new Error("Function called outside component initialization");return ue}function Ee(t){Ze().$$.on_mount.push(t)}function Ue(t){Ze().$$.on_destroy.push(t)}const ge=[],he=[],Ce=[],Ve=[],Xe=Promise.resolve();let Ge=!1;function Ke(){Ge||(Ge=!0,Xe.then(m))}function Ai(){return Ke(),Xe}function Y(t){Ce.push(t)}const Ie=new Set;let Ae=0;function m(){const t=ue;do{for(;Ae<ge.length;){const e=ge[Ae];Ae++,fe(e),Mi(e.$$)}for(fe(null),ge.length=0,Ae=0;he.length;)he.pop()();for(let e=0;e<Ce.length;e+=1){const i=Ce[e];Ie.has(i)||(Ie.add(i),i())}Ce.length=0}while(ge.length);for(;Ve.length;)Ve.pop()();Ge=!1,Ie.clear(),fe(t)}function Mi(t){if(t.fragment!==null){t.update(),K(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(Y)}}let me;function Be(){return me||(me=Promise.resolve(),me.then(()=>{me=null})),me}function oe(t,e,i){t.dispatchEvent(zi(`${e?"intro":"outro"}${i}`))}const Me=new Set;let J;function be(){J={r:0,c:[],p:J}}function ve(){J.r||K(J.c),J=J.p}function P(t,e){t&&t.i&&(Me.delete(t),t.i(e))}function Z(t,e,i,r){if(t&&t.o){if(Me.has(t))return;Me.add(t),J.c.push(()=>{Me.delete(t),r&&(i&&t.d(1),r())}),t.o(e)}}const Se={duration:0};function Ye(t,e,i){let r=e(t,i),o=!1,n,a,l=0;function s(){n&&ze(t,n)}function c(){const{delay:f=0,duration:h=300,easing:b=de,tick:g=p,css:v}=r||Se;v&&(n=xe(t,0,1,h,f,b,v,l++)),g(0,1);const x=pe()+f,k=x+h;a&&a.abort(),o=!0,Y(()=>oe(t,!0,"start")),a=we(R=>{if(o){if(R>=k)return g(1,0),oe(t,!0,"end"),s(),o=!1;if(R>=x){const S=b((R-x)/h);g(S,1-S)}}return o})}let u=!1;return{start(){u||(u=!0,ze(t),ie(r)?(r=r(),Be().then(c)):c())},invalidate(){u=!1},end(){o&&(s(),o=!1)}}}function Je(t,e,i){let r=e(t,i),o=!0,n;const a=J;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:u=de,tick:f=p,css:h}=r||Se;h&&(n=xe(t,1,0,c,s,u,h));const b=pe()+s,g=b+c;Y(()=>oe(t,!1,"start")),we(v=>{if(o){if(v>=g)return f(0,1),oe(t,!1,"end"),--a.r||K(a.c),!1;if(v>=b){const x=u((v-b)/c);f(1-x,x)}}return o})}return ie(r)?Be().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),o&&(n&&ze(t,n),o=!1)}}}function Re(t,e,i,r){let o=e(t,i),n=r?0:1,a=null,l=null,s=null;function c(){s&&ze(t,s)}function u(h,b){const g=h.b-n;return b*=Math.abs(g),{a:n,b:h.b,d:g,duration:b,start:h.start,end:h.start+b,group:h.group}}function f(h){const{delay:b=0,duration:g=300,easing:v=de,tick:x=p,css:k}=o||Se,R={start:pe()+b,b:h};h||(R.group=J,J.r+=1),a||l?l=R:(k&&(c(),s=xe(t,n,h,g,b,v,k)),h&&x(0,1),a=u(R,g),Y(()=>oe(t,h,"start")),we(S=>{if(l&&S>l.start&&(a=u(l,g),l=null,oe(t,a.b,"start"),k&&(c(),s=xe(t,n,a.b,a.duration,0,v,o.css))),a){if(S>=a.end)x(n=a.b,1-n),oe(t,a.b,"end"),l||(a.b?c():--a.group.r||K(a.group.c)),a=null;else if(S>=a.start){const U=S-a.start;n=a.a+a.d*v(U/a.duration),x(n,1-n)}}return!!(a||l)}))}return{run(h){ie(o)?Be().then(()=>{o=o(),f(h)}):f(h)},end(){c(),a=l=null}}}function Qe(t,e){t.d(1),e.delete(t.key)}function $e(t,e,i,r,o,n,a,l,s,c,u,f){let h=t.length,b=n.length,g=h;const v={};for(;g--;)v[t[g].key]=g;const x=[],k=new Map,R=new Map;for(g=b;g--;){const T=f(o,n,g),M=i(T);let F=a.get(M);F?r&&F.p(T,e):(F=c(M,T),F.c()),k.set(M,x[g]=F),M in v&&R.set(M,Math.abs(g-v[M]))}const S=new Set,U=new Set;function N(T){P(T,1),T.m(l,u),a.set(T.key,T),u=T.first,b--}for(;h&&b;){const T=x[b-1],M=t[h-1],F=T.key,C=M.key;T===M?(u=T.first,h--,b--):k.has(C)?!a.has(F)||S.has(F)?N(T):U.has(C)?h--:R.get(F)>R.get(C)?(U.add(F),N(T)):(S.add(C),h--):(s(M,a),h--)}for(;h--;){const T=t[h];k.has(T.key)||s(T,a)}for(;b;)N(x[b-1]);return x}function te(t){t&&t.c()}function $(t,e,i,r){const{fragment:o,on_mount:n,on_destroy:a,after_update:l}=t.$$;o&&o.m(e,i),r||Y(()=>{const s=n.map(Te).filter(ie);a?a.push(...s):K(s),t.$$.on_mount=[]}),l.forEach(Y)}function ee(t,e){const i=t.$$;i.fragment!==null&&(K(i.on_destroy),i.fragment&&i.fragment.d(e),i.on_destroy=i.fragment=null,i.ctx=[])}function Ri(t,e){t.$$.dirty[0]===-1&&(ge.push(t),Ke(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function B(t,e,i,r,o,n,a,l=[-1]){const s=ue;fe(t);const c=t.$$={fragment:null,ctx:null,props:n,update:p,not_equal:o,bound:Pe(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Pe(),dirty:l,skip_bound:!1,root:e.target||s.$$.root};a&&a(c.root);let u=!1;if(c.ctx=i?i(t,e.props||{},(f,h,...b)=>{const g=b.length?b[0]:h;return c.ctx&&o(c.ctx[f],c.ctx[f]=g)&&(!c.skip_bound&&c.bound[f]&&c.bound[f](g),u&&Ri(t,f)),h}):[],c.update(),u=!0,K(c.before_update),c.fragment=r?r(c.ctx):!1,e.target){if(e.hydrate){const f=xi(e.target);c.fragment&&c.fragment.l(f),f.forEach(E)}else c.fragment&&c.fragment.c();e.intro&&P(t.$$.fragment),$(t,e.target,e.anchor,e.customElement),m()}fe(s)}let G;typeof HTMLElement=="function"&&(G=class extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(Te).filter(ie);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(t,e,i){this[t]=i}disconnectedCallback(){K(this.$$.on_disconnect)}$destroy(){ee(this,1),this.$destroy=p}$on(t,e){const i=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return i.push(e),()=>{const r=i.indexOf(e);r!==-1&&i.splice(r,1)}}$set(t){this.$$set&&!yi(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});function Ti(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","page-content")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class et extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.page-content{max-width:var(--page-width-max);margin:0 auto;padding:0 1.75rem}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},null,Ti,L,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-page-block",et);function Hi(t){let e,i,r,o,n,a,l,s,c,u,f,h;return{c(){e=_("div"),i=_("a"),r=_("img"),n=A(),a=_("img"),s=A(),c=_("span"),u=q(t[1]),f=A(),h=_("div"),h.innerHTML="<slot></slot>",this.c=p,d(r,"alt","GoA Logo"),d(r,"class","image-mobile"),Oe(r.src,o="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")||d(r,"src",o),d(a,"alt","GoA Logo"),d(a,"class","image-desktop"),Oe(a.src,l="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(a,"src",l),d(c,"class","title"),d(i,"href",t[0]),d(i,"class","app-link"),d(e,"class","app-header"),d(e,"data-testid",t[2])},m(b,g){w(b,e,g),y(e,i),y(i,r),y(i,n),y(i,a),y(i,s),y(i,c),y(c,u),y(e,f),y(e,h)},p(b,[g]){g&2&&V(u,b[1]),g&1&&d(i,"href",b[0]),g&4&&d(e,"data-testid",b[2])},i:p,o:p,d(b){b&&E(e)}}}function Li(t,e,i){let{url:r="#"}=e,{title:o=""}=e,{testid:n=""}=e;return t.$$set=a=>{"url"in a&&i(0,r=a.url),"title"in a&&i(1,o=a.title),"testid"in a&&i(2,n=a.testid)},[r,o,n]}class tt extends G{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 0.5rem;border-bottom:1px solid var(--color-gray-100)}.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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Li,Hi,L,{url:0,title:1,testid:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["url","title","testid"]}get url(){return this.$$.ctx[0]}set url(e){this.$$set({url:e}),m()}get title(){return this.$$.ctx[1]}set title(e){this.$$set({title:e}),m()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-app-header",tt);function O(t){return t==="false"?!1:t===""?!0:!!t}function Gi(t){let e;return{c(){e=_("div"),D(e,"height","1.2rem"),D(e,"margin-left","-0.25rem")},m(i,r){w(i,e,r)},p,d(i){i&&E(e)}}}function Ii(t){let e;return{c(){e=_("goa-icon"),z(e,"type",t[3]),z(e,"size","small")},m(i,r){w(i,e,r)},p(i,r){r&8&&z(e,"type",i[3])},d(i){i&&E(e)}}}function it(t){let e,i;return{c(){e=_("div"),i=q(t[2]),d(e,"class","goa-badge-content")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&4&&V(i,r[2])},d(r){r&&E(e)}}}function Bi(t){let e,i,r;function o(s,c){return s[4]?Ii:Gi}let n=o(t),a=n(t),l=t[2]&&it(t);return{c(){e=_("div"),a.c(),i=A(),l&&l.c(),this.c=p,d(e,"data-testid",t[1]),d(e,"data-type","goa-badge"),d(e,"class",r="goa-badge badge-"+t[0]),j(e,"icon-only",t[4]&&!t[2])},m(s,c){w(s,e,c),a.m(e,null),y(e,i),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,i))),s[2]?l?l.p(s,c):(l=it(s),l.c(),l.m(e,null)):l&&(l.d(1),l=null),c&2&&d(e,"data-testid",s[1]),c&1&&r!==(r="goa-badge badge-"+s[0])&&d(e,"class",r),c&21&&j(e,"icon-only",s[4]&&!s[2])},i:p,o:p,d(s){s&&E(e),a.d(),l&&l.d()}}}function Si(t,e,i){let r,o,{type:n}=e,{testid:a=""}=e,{icon:l="false"}=e,{content:s=""}=e;return t.$$set=c=>{"type"in c&&i(0,n=c.type),"testid"in c&&i(1,a=c.testid),"icon"in c&&i(5,l=c.icon),"content"in c&&i(2,s=c.content)},t.$$.update=()=>{t.$$.dirty&32&&i(4,r=O(l)),t.$$.dirty&1&&i(3,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,o,r,l]}class rt extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular)}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm)}.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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Si,Bi,L,{type:0,testid:1,icon:5,content:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),m()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),m()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),m()}}customElements.define("goa-badge",rt);function ji(t){let e,i,r,o,n;return{c(){e=_("button"),i=_("slot"),this.c=p,d(e,"class",r=""+(t[0]+" "+t[1]+" "+t[2])),d(e,"title",t[3]),e.disabled=t[5],d(e,"data-testid",t[4])},m(a,l){w(a,e,l),y(e,i),o||(n=X(e,"click",Di),o=!0)},p(a,[l]){l&7&&r!==(r=""+(a[0]+" "+a[1]+" "+a[2]))&&d(e,"class",r),l&8&&d(e,"title",a[3]),l&32&&(e.disabled=a[5]),l&16&&d(e,"data-testid",a[4])},i:p,o:p,d(a){a&&E(e),o=!1,n()}}}function Di(t){this.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),t.stopPropagation()}function Pi(t,e,i){let r,{type:o="primary"}=e,{size:n="medium"}=e,{variant:a="default"}=e,{title:l=""}=e,{disabled:s="false"}=e,{testid:c=""}=e;return t.$$set=u=>{"type"in u&&i(0,o=u.type),"size"in u&&i(1,n=u.size),"variant"in u&&i(2,a=u.variant),"title"in u&&i(3,l=u.title),"disabled"in u&&i(6,s=u.disabled),"testid"in u&&i(4,c=u.testid)},t.$$.update=()=>{t.$$.dirty&64&&i(5,r=O(s))},[o,n,a,l,c,r,s]}class ot extends G{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}@media(max-width: 320px){:host{width:100%}button{width:100%}}button{border-radius:0.25rem;border:2px solid var(--goa-color-interactive);box-sizing:border-box;cursor:pointer;font-size:var(--fs-base, 1rem);font-weight:700;line-height:2.375rem;padding:0 0.75rem;display:flex;gap:0.25rem;align-items:center;transition:transform 0.1s ease-in-out, background-color 0.2s ease-in-out,
|
|
5
|
-
border-color 0.2s ease-in-out;transform:scaleX(1)}button.primary{border:2px solid var(--goa-color-interactive);background:var(--goa-color-interactive);color:var(--color-white, white)}button.primary:hover{border-color:var(--goa-color-interactive--hover);background:var(--goa-color-interactive--hover)}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 var(--color-gray-200);background:var(--color-white);color:var(--goa-color-interactive)}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(--goa-color-interactive--active);color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}button.borderless{background:none;color:var(--goa-color-interactive);border:none}button.borderless:hover{background-color:var(--goa-color-primary-light);color:var(--goa-color-interactive--hover)}button.borderless:focus,button.borderless:active{outline:none;box-shadow:none;background-color:var(--goa-color-primary-light)}.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)}button:disabled{pointer-events:none;color:var(--color-gray-600);background-color:var(--color-gray-100);border-color:var(--color-gray-100)}.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)}.borderless.danger{color:var(--goa-color-status-emergency)}.borderless.danger:hover{background:var(--goa-color-emergency-light);color:var(--goa-color-status-emergency-dark)}.borderless.danger:focus,.borderless.danger:active{background:var(--goa-color-emergency-light);color:var(--goa-color-status-emergency-dark)}.large{font-size:var(--fs-lg);line-height:3rem}.large.borderless{line-height:calc(3rem + 4px)}.medium{font-size:var(--fs-base);line-height:2.375rem}.medium.borderless{line-height:calc(2.375rem + 4px)}.small{font-size:var(--fs-sm);line-height:1.75rem}.small.borderless{line-height:calc(1.75rem + 4px)}</style>`,
|
|
6
|
-
}}</style>`,B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Zi,Wi,L,{elevation:0,width:1,testId:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["elevation","width","testId"]}get elevation(){return this.$$.ctx[0]}set elevation(e){this.$$set({elevation:e}),m()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),m()}get testId(){return this.$$.ctx[2]}set testId(e){this.$$set({testId:e}),m()}}customElements.define("goa-card",lt);function Ui(t){let e;return{c(){e=_("goa-card-content"),e.innerHTML='<goa-button-group alignment="end"><slot></slot></goa-button-group>',this.c=p},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class st extends G{constructor(e){super();B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},null,Ui,L,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-actions",st);function Vi(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","card-content")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class ct extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-content{padding:1rem}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},null,Vi,L,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-content",ct);function Xi(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","card-group")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class dt extends G{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},null,Xi,L,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-group",dt);function Ki(t){let e;return{c(){e=_("div"),this.c=p,d(e,"class","card-image"),D(e,"background-image","url("+t[0]+")"),D(e,"height",t[1]),D(e,"background-size","cover"),D(e,"background-position","center")},m(i,r){w(i,e,r)},p(i,[r]){r&1&&D(e,"background-image","url("+i[0]+")"),r&2&&D(e,"height",i[1])},i:p,o:p,d(i){i&&E(e)}}}function Yi(t,e,i){let{src:r}=e,{height:o="100%"}=e;return t.$$set=n=>{"src"in n&&i(0,r=n.src),"height"in n&&i(1,o=n.height)},[r,o]}class ut extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Yi,Ki,L,{src:0,height:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["src","height"]}get src(){return this.$$.ctx[0]}set src(e){this.$$set({src:e}),m()}get height(){return this.$$.ctx[1]}set height(e){this.$$set({height:e}),m()}}customElements.define("goa-card-image",ut);function Ji(t){let e,i;return{c(){e=re("svg"),i=re("path"),d(i,"d","M5.09,9.64,1.27,5.82,0,7.09l5.09,5.09L16,1.27,14.73,0Z"),d(e,"id","checkmark"),d(e,"data-testid","checkmark"),d(e,"xmlns","http://www.w3.org/2000/svg"),d(e,"viewBox","0 0 16 12.18")},m(r,o){w(r,e,o),y(e,i)},d(r){r&&E(e)}}}function Qi(t){let e,i;return{c(){e=re("svg"),i=re("rect"),d(i,"width","15"),d(i,"height","2"),d(e,"id","dashmark"),d(e,"data-testid","dashmark"),d(e,"xmlns","http://www.w3.org/2000/svg"),d(e,"viewBox","0 0 15 2")},m(r,o){w(r,e,o),y(e,i)},d(r){r&&E(e)}}}function $i(t){let e,i,r,o,n,a,l,s,c,u,f;function h(v,x){if(v[5])return Qi;if(v[4])return Ji}let b=h(t),g=b&&b(t);return{c(){e=_("label"),i=_("div"),r=_("input"),n=A(),g&&g.c(),a=A(),l=_("div"),s=_("slot"),c=q(t[1]),this.c=p,d(r,"id",t[8]),d(r,"data-testid",t[3]),d(r,"name",t[0]),r.checked=t[4],r.disabled=t[7],d(r,"type","checkbox"),r.value=o=`${t[2]}`,d(i,"class","goa-checkbox-container"),j(i,"goa-checkbox--selected",t[4]),d(s,"name","main"),d(l,"class","goa-checkbox-text"),d(l,"data-testid","text"),d(e,"for",t[8]),d(e,"class","goa-checkbox"),j(e,"goa-checkbox--disabled",t[7]),j(e,"goa-checkbox--error",t[6])},m(v,x){w(v,e,x),y(e,i),y(i,r),y(i,n),g&&g.m(i,null),y(e,a),y(e,l),y(l,s),y(s,c),u||(f=X(r,"change",t[9]),u=!0)},p(v,[x]){x&256&&d(r,"id",v[8]),x&8&&d(r,"data-testid",v[3]),x&1&&d(r,"name",v[0]),x&16&&(r.checked=v[4]),x&128&&(r.disabled=v[7]),x&4&&o!==(o=`${v[2]}`)&&(r.value=o),b!==(b=h(v))&&(g&&g.d(1),g=b&&b(v),g&&(g.c(),g.m(i,null))),x&16&&j(i,"goa-checkbox--selected",v[4]),x&2&&V(c,v[1]),x&256&&d(e,"for",v[8]),x&128&&j(e,"goa-checkbox--disabled",v[7]),x&64&&j(e,"goa-checkbox--error",v[6])},i:p,o:p,d(v){v&&E(e),g&&g.d(),u=!1,f()}}}function er(t,e,i){let r,o,n,a,l,{name:s}=e,{text:c=""}=e,{value:u=""}=e,{checked:f}=e,{disabled:h}=e,{error:b}=e,{testid:g=""}=e;function v(x){const k=!a,R=k?`${u||"checked"}`:"";x.target.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:s,checked:k,value:R}}))}return t.$$set=x=>{"name"in x&&i(0,s=x.name),"text"in x&&i(1,c=x.text),"value"in x&&i(2,u=x.value),"checked"in x&&i(10,f=x.checked),"disabled"in x&&i(11,h=x.disabled),"error"in x&&i(12,b=x.error),"testid"in x&&i(3,g=x.testid)},t.$$.update=()=>{t.$$.dirty&1&&i(8,r=`id-${s}`),t.$$.dirty&2048&&i(7,o=O(h)),t.$$.dirty&4096&&i(6,n=O(b)),t.$$.dirty&1024&&i(4,a=O(f))},i(5,l=!1),[s,c,u,g,a,l,n,o,r,v,f,h,b]}class ft extends G{constructor(e){super();this.shadowRoot.innerHTML='<style>:host{box-sizing:border-box;font-family:var(--font-family)}.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}.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)}.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-500)}.goa-checkbox--error .goa-checkbox-container,.goa-checkbox--error .goa-checkbox-container:hover{border:1px solid var(--goa-color-status-emergency);background-color:var(--color-white)}.goa-checkbox--error .goa-checkbox-container svg{fill:var(--goa-color-status-emergency)}</style>',B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},er,$i,L,{name:0,text:1,value:2,checked:10,disabled:11,error:12,testid:3},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","text","value","checked","disabled","error","testid"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get text(){return this.$$.ctx[1]}set text(e){this.$$set({text:e}),m()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),m()}get checked(){return this.$$.ctx[10]}set checked(e){this.$$set({checked:e}),m()}get disabled(){return this.$$.ctx[11]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[12]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-checkbox",ft);function tr(t){let e,i,r,o,n,a,l,s,c;return{c(){e=_("div"),i=_("header"),r=_("div"),r.innerHTML='<slot name="title"></slot>',o=A(),n=_("div"),n.innerHTML='<slot name="actions"></slot>',l=A(),s=_("div"),s.innerHTML="<slot></slot>",this.c=p,d(r,"class","title"),d(n,"class","actions"),d(i,"class",a="heading--"+t[1]),d(s,"class","content"),d(e,"class",c="goa-container goa-container--"+t[0])},m(u,f){w(u,e,f),y(e,i),y(i,r),y(i,o),y(i,n),y(e,l),y(e,s)},p(u,[f]){f&2&&a!==(a="heading--"+u[1])&&d(i,"class",a),f&1&&c!==(c="goa-container goa-container--"+u[0])&&d(e,"class",c)},i:p,o:p,d(u){u&&E(e)}}}function ir(t,e,i){let{variant:r="default"}=e,{headingsize:o="large"}=e;return t.$$set=n=>{"variant"in n&&i(0,r=n.variant),"headingsize"in n&&i(1,o=n.headingsize)},[r,o]}class gt extends G{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{box-sizing:border-box;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);padding-left:1.5rem;padding-right:1.5rem}.content{padding:1.5rem;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 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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},ir,tr,L,{variant:0,headingsize:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["variant","headingsize"]}get variant(){return this.$$.ctx[0]}set variant(e){this.$$set({variant:e}),m()}get headingsize(){return this.$$.ctx[1]}set headingsize(e){this.$$set({headingsize:e}),m()}}customElements.define("goa-container",gt);const se=[];function ht(t,e=p){let i;const r=new Set;function o(l){if(L(t,l)&&(t=l,i)){const s=!se.length;for(const c of r)c[1](),se.push(c,t);if(s){for(let c=0;c<se.length;c+=2)se[c][0](se[c+1]);se.length=0}}}function n(l){o(l(t))}function a(l,s=p){const c=[l,s];return r.add(c),r.size===1&&(i=e(o)||p),l(t),()=>{r.delete(c),r.size===0&&(i(),i=null)}}return{set:o,update:n,subscribe:a}}const ye={};class rr{constructor(){this.store=ht()}subscribe(e){this.store.subscribe(i=>{e(i)})}notify(e){this.store.update(()=>e)}}function mt(t){const e=new rr;return ye[t]=e,e}async function bt(t){return await vt(t,0)}async function vt(t,e){if(e>10)throw new Error(`Could not find context ${t}`);return ye[t]?ye[t]:(await Ai(),vt(t,e+1))}function yt(t){!ye[t]||delete ye[t]}const _t="bind";function pt(t,e,i){const r=t.slice();return r[20]=e[i],r}function wt(t){let e,i,r,o;return{c(){e=_("div"),d(e,"data-testid",i=`${t[1]}-dropdown-background`),d(e,"class","goa-dropdown-background")},m(n,a){w(n,e,a),r||(o=X(e,"click",t[14]),r=!0)},p(n,a){a&2&&i!==(i=`${n[1]}-dropdown-background`)&&d(e,"data-testid",i)},d(n){n&&E(e),r=!1,o()}}}function kt(t){let e,i,r,o,n=[],a=new Map,l,s=t[7];const c=u=>u[20].value;for(let u=0;u<s.length;u+=1){let f=pt(t,s,u),h=c(f);a.set(h,n[u]=xt(h,f))}return{c(){e=_("div"),i=_("ul"),r=_("slot"),o=A();for(let u=0;u<n.length;u+=1)n[u].c();d(i,"class","goa-dropdown-list"),d(i,"style",l=`overflow-y: auto; max-height: ${t[3]}px`),d(e,"class","menu")},m(u,f){w(u,e,f),y(e,i),y(i,r),y(i,o);for(let h=0;h<n.length;h+=1)n[h].m(i,null)},p(u,f){f&4225&&(s=u[7],n=$e(n,f,c,1,u,s,a,i,Qe,xt,null,pt)),f&8&&l!==(l=`overflow-y: auto; max-height: ${u[3]}px`)&&d(i,"style",l)},d(u){u&&E(e);for(let f=0;f<n.length;f+=1)n[f].d()}}}function xt(t,e){let i,r=e[20].label+"",o,n,a,l,s,c;function u(){return e[17](e[20])}return{key:t,first:null,c(){i=_("li"),o=q(r),n=A(),d(i,"data-testid",a=`${e[20].value}-dropdown-item`),d(i,"class","goa-dropdown-option"),d(i,"style",l="display: block"),j(i,"goa-dropdown-option--disabled",!1),j(i,"goa-dropdown-option--selected",e[20].value===e[0]),this.first=i},m(f,h){w(f,i,h),y(i,o),y(i,n),s||(c=X(i,"click",u),s=!0)},p(f,h){e=f,h&128&&r!==(r=e[20].label+"")&&V(o,r),h&128&&a!==(a=`${e[20].value}-dropdown-item`)&&d(i,"data-testid",a),h&129&&j(i,"goa-dropdown-option--selected",e[20].value===e[0])},d(f){f&&E(i),s=!1,c()}}}function or(t){let e,i,r,o,n,a,l,s,c,u,f=t[9]&&wt(t),h=t[9]&&kt(t);return{c(){e=_("div"),f&&f.c(),i=A(),r=_("div"),o=_("div"),n=_("goa-input"),s=A(),h&&h.c(),this.c=p,z(n,"error",t[11]),z(n,"disabled",t[5]),z(n,"leadingicon",t[2]),z(n,"placeholder",t[4]),z(n,"id",a=`${t[1]}-dropdown-input`),z(n,"name","search"),z(n,"readonly",""),z(n,"trailingicon","chevron-down"),z(n,"type","text"),z(n,"value",t[8]),d(o,"data-testid",l=`${t[1]}-dropdown`),d(e,"data-testid",t[6]),d(e,"class","goa-dropdown-box")},m(b,g){w(b,e,g),f&&f.m(e,null),y(e,i),y(e,r),y(r,o),y(o,n),y(r,s),h&&h.m(r,null),t[18](e),c||(u=[X(n,"click",t[13]),X(n,"blur",t[16])],c=!0)},p(b,[g]){b[9]?f?f.p(b,g):(f=wt(b),f.c(),f.m(e,i)):f&&(f.d(1),f=null),g&2048&&z(n,"error",b[11]),g&32&&z(n,"disabled",b[5]),g&4&&z(n,"leadingicon",b[2]),g&16&&z(n,"placeholder",b[4]),g&2&&a!==(a=`${b[1]}-dropdown-input`)&&z(n,"id",a),g&256&&z(n,"value",b[8]),g&2&&l!==(l=`${b[1]}-dropdown`)&&d(o,"data-testid",l),b[9]?h?h.p(b,g):(h=kt(b),h.c(),h.m(r,null)):h&&(h.d(1),h=null),g&64&&d(e,"data-testid",b[6])},i:p,o:p,d(b){b&&E(e),f&&f.d(),h&&h.d(),t[18](null),c=!1,K(u)}}}const nr=300;function ar(t,e,i){let r,{name:o}=e,{value:n}=e,{leadingicon:a}=e,{maxheight:l=nr}=e,{placeholder:s=""}=e,{disabled:c}=e,{error:u}=e,{testid:f}=e,h=[],b="",g=!1,v,x;function k(M,F,C){i(8,b=C),i(0,n=F),i(9,g=!1),v.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:M,value:n}}))}Ee(async()=>{x=mt(o),x.subscribe(M=>{switch(M==null?void 0:M.type){case _t:{const F=M,C=n===F.value;i(7,h=[...h,Object.assign(Object.assign({},F),{selected:C})]),C&&i(8,b=F.label);break}}})}),Ue(()=>{yt(o)});async function R(){c||i(9,g=!0)}function S(){i(9,g=!1)}const U=async()=>{setTimeout(S,100)},N=M=>k(M.name,M.value,M.label);function T(M){he[M?"unshift":"push"](()=>{v=M,i(10,v)})}return t.$$set=M=>{"name"in M&&i(1,o=M.name),"value"in M&&i(0,n=M.value),"leadingicon"in M&&i(2,a=M.leadingicon),"maxheight"in M&&i(3,l=M.maxheight),"placeholder"in M&&i(4,s=M.placeholder),"disabled"in M&&i(5,c=M.disabled),"error"in M&&i(15,u=M.error),"testid"in M&&i(6,f=M.testid)},t.$$.update=()=>{t.$$.dirty&32768&&i(11,r=u?"true":"false")},[n,o,a,l,s,c,f,h,b,g,v,r,k,R,S,u,U,N,T]}class zt extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-dropdown-box{position:relative;cursor:pointer}.goa-dropdown-background{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);box-shadow:var(--shadow-1);z-index:99}.goa-dropdown-list{scroll-behavior:smooth;scrollbar-width:thin}.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}li{font-family:var(--font-family)}.goa-dropdown-option{margin:0;padding:0.5rem;cursor:pointer;color:var(--color-black)}.goa-dropdown-option:hover{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--selected:hover{background:var(--goa-color-interactive--hover);color:var(--color-white)}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},ar,or,L,{name:1,value:0,leadingicon:2,maxheight:3,placeholder:4,disabled:5,error:15,testid:6},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","leadingicon","maxheight","placeholder","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get leadingicon(){return this.$$.ctx[2]}set leadingicon(e){this.$$set({leadingicon:e}),m()}get maxheight(){return this.$$.ctx[3]}set maxheight(e){this.$$set({maxheight:e}),m()}get placeholder(){return this.$$.ctx[4]}set placeholder(e){this.$$set({placeholder:e}),m()}get disabled(){return this.$$.ctx[5]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[15]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[6]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-dropdown",zt);function lr(t){return{c(){this.c=p},m:p,p,i:p,o:p,d:p}}function sr(t,e,i){let{name:r=""}=e,{value:o=""}=e,{label:n=""}=e,a;return Ee(async()=>{a=await bt(r),a.notify({type:_t,name:r,label:n,value:o})}),t.$$set=l=>{"name"in l&&i(0,r=l.name),"value"in l&&i(1,o=l.value),"label"in l&&i(2,n=l.label)},[r,o,n]}class Et extends G{constructor(e){super();B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},sr,lr,L,{name:0,value:1,label:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","label"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),m()}get label(){return this.$$.ctx[2]}set label(e){this.$$set({label:e}),m()}}customElements.define("goa-dropdown-item",Et);function cr(t){let e,i;return{c(){e=_("div"),i=_("slot"),this.c=p,d(e,"class","goa-flex-row"),D(e,"gap",t[0])},m(r,o){w(r,e,o),y(e,i)},p(r,[o]){o&1&&D(e,"gap",r[0])},i:p,o:p,d(r){r&&E(e)}}}function dr(t,e,i){let r,{gap:o=""}=e;return t.$$set=n=>{"gap"in n&&i(1,o=n.gap)},t.$$.update=()=>{t.$$.dirty&2&&i(0,r=o==="small"?"1rem":o==="medium"?"2rem":o==="large"?"3rem":"0")},[r,o]}class Ct extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-flex-row{margin-bottom:1rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch}@media(min-width: 480px){.goa-flex-row{flex-direction:row}}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},dr,cr,L,{gap:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["gap"]}get gap(){return this.$$.ctx[1]}set gap(e){this.$$set({gap:e}),m()}}customElements.define("goa-flex-row",Ct);function At(t){let e,i,r,o=t[3]&&Mt();return{c(){e=_("label"),i=q(t[0]),r=A(),o&&o.c(),d(e,"for","")},m(n,a){w(n,e,a),y(e,i),y(e,r),o&&o.m(e,null)},p(n,a){a&1&&V(i,n[0]),n[3]?o||(o=Mt(),o.c(),o.m(e,null)):o&&(o.d(1),o=null)},d(n){n&&E(e),o&&o.d()}}}function Mt(t){let e;return{c(){e=_("em"),e.textContent="(optional)"},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Rt(t){let e,i;return{c(){e=_("div"),i=q(t[2]),d(e,"class","error-msg")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&4&&V(i,r[2])},d(r){r&&E(e)}}}function Tt(t){let e,i;return{c(){e=_("div"),i=q(t[1]),d(e,"class","help-msg")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function ur(t){let e,i,r,o,n,a=t[0]&&At(t),l=t[2]&&Rt(t),s=t[1]&&Tt(t);return{c(){e=_("div"),a&&a.c(),i=A(),r=_("div"),r.innerHTML="<slot></slot>",o=A(),l&&l.c(),n=A(),s&&s.c(),this.c=p,d(r,"class","form-item-input"),d(e,"class","goa-form-item")},m(c,u){w(c,e,u),a&&a.m(e,null),y(e,i),y(e,r),y(e,o),l&&l.m(e,null),y(e,n),s&&s.m(e,null)},p(c,[u]){c[0]?a?a.p(c,u):(a=At(c),a.c(),a.m(e,i)):a&&(a.d(1),a=null),c[2]?l?l.p(c,u):(l=Rt(c),l.c(),l.m(e,n)):l&&(l.d(1),l=null),c[1]?s?s.p(c,u):(s=Tt(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:p,o:p,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function fr(t,e,i){let r,{label:o=""}=e,{helptext:n=""}=e,{error:a=""}=e,{optional:l}=e;return t.$$set=s=>{"label"in s&&i(0,o=s.label),"helptext"in s&&i(1,n=s.helptext),"error"in s&&i(2,a=s.error),"optional"in s&&i(4,l=s.optional)},t.$$.update=()=>{t.$$.dirty&16&&i(3,r=O(l))},[o,n,a,r,l]}class Ht extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{flex:1 1 auto;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}label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},fr,ur,L,{label:0,helptext:1,error:2,optional:4},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["label","helptext","error","optional"]}get label(){return this.$$.ctx[0]}set label(e){this.$$set({label:e}),m()}get helptext(){return this.$$.ctx[1]}set helptext(e){this.$$set({helptext:e}),m()}get error(){return this.$$.ctx[2]}set error(e){this.$$set({error:e}),m()}get optional(){return this.$$.ctx[4]}set optional(e){this.$$set({optional:e}),m()}}customElements.define("goa-form-item",Ht);function gr(t){let e,i,r,o,n,a,l,s;return{c(){e=_("div"),i=_("goa-page-block"),r=_("h1"),o=q(t[0]),n=A(),a=_("div"),a.innerHTML="<slot></slot>",l=A(),s=_("slot"),this.c=p,d(r,"role","heading"),d(a,"class","goa-hero-banner-content"),d(a,"role","note"),d(s,"name","actions"),d(e,"class","goa-hero"),d(e,"data-testid","background"),D(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("+t[1]+")"),D(e,"background-size","cover"),D(e,"background-position","center"),D(e,"background-repeat","no-repeat")},m(c,u){w(c,e,u),y(e,i),y(i,r),y(r,o),y(i,n),y(i,a),y(i,l),y(i,s)},p(c,[u]){u&1&&V(o,c[0]),u&2&&D(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:p,o:p,d(c){c&&E(e)}}}function hr(t,e,i){let{title:r}=e,{backgroundurl:o}=e;return t.$$set=n=>{"title"in n&&i(0,r=n.title),"backgroundurl"in n&&i(1,o=n.backgroundurl)},[r,o]}class Lt extends G{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},hr,gr,L,{title:0,backgroundurl:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","backgroundurl"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get backgroundurl(){return this.$$.ctx[1]}set backgroundurl(e){this.$$set({backgroundurl:e}),m()}}customElements.define("goa-hero-banner",Lt);function Gt(t){let e,i,r;return{c(){e=_("ion-icon"),z(e,"style",i=`width: ${t[2]}; height: ${t[2]}`),z(e,"name",r=t[1]==="filled"?t[0]:`${t[0]}-${t[1]}`)},m(o,n){w(o,e,n)},p(o,n){n&4&&i!==(i=`width: ${o[2]}; height: ${o[2]}`)&&z(e,"style",i),n&3&&r!==(r=o[1]==="filled"?o[0]:`${o[0]}-${o[1]}`)&&z(e,"name",r)},d(o){o&&E(e)}}}function mr(t){let e,i,r,o=t[0]&&Gt(t);return{c(){e=_("div"),o&&o.c(),this.c=p,d(e,"class","goa-icon"),d(e,"data-testid",i=`icon-${t[0]}`),d(e,"style",r=`--size: ${t[2]}`),j(e,"inverted",t[3])},m(n,a){w(n,e,a),o&&o.m(e,null)},p(n,[a]){n[0]?o?o.p(n,a):(o=Gt(n),o.c(),o.m(e,null)):o&&(o.d(1),o=null),a&1&&i!==(i=`icon-${n[0]}`)&&d(e,"data-testid",i),a&4&&r!==(r=`--size: ${n[2]}`)&&d(e,"style",r),a&8&&j(e,"inverted",n[3])},i:p,o:p,d(n){n&&E(e),o&&o.d()}}}function br(t,e,i){let r,o,{type:n}=e,{size:a="medium"}=e,{theme:l="outline"}=e,{inverted:s}=e;return t.$$set=c=>{"type"in c&&i(0,n=c.type),"size"in c&&i(4,a=c.size),"theme"in c&&i(1,l=c.theme),"inverted"in c&&i(5,s=c.inverted)},t.$$.update=()=>{t.$$.dirty&32&&i(3,r=O(s)),t.$$.dirty&16&&i(2,o={small:"1.1rem",medium:"1.5rem",large:"2rem"}[a])},[n,l,o,r,a,s]}class It extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}:host,.goa-icon{display:inline-flex;align-items:center}.goa-icon,.goa-icon *{box-sizing:border-box}.goa-icon{width:var(--size);height:var(--size)}.inverted{color:#fff;fill:#fff}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},br,mr,L,{type:0,size:4,theme:1,inverted:5},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","size","theme","inverted"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get size(){return this.$$.ctx[4]}set size(e){this.$$set({size:e}),m()}get theme(){return this.$$.ctx[1]}set theme(e){this.$$set({theme:e}),m()}get inverted(){return this.$$.ctx[5]}set inverted(e){this.$$set({inverted:e}),m()}}customElements.define("goa-icon",It);function vr(t){let e,i,r,o;return{c(){e=_("button"),i=_("goa-icon"),this.c=p,z(i,"type",t[0]),z(i,"size",t[1]),z(i,"theme",t[2]),z(i,"inverted",t[5]),D(e,"--size",t[6]),d(e,"title",t[3]),e.disabled=t[7],d(e,"class",t[8]),d(e,"data-testid",t[4])},m(n,a){w(n,e,a),y(e,i),r||(o=X(e,"click",yr),r=!0)},p(n,[a]){a&1&&z(i,"type",n[0]),a&2&&z(i,"size",n[1]),a&4&&z(i,"theme",n[2]),a&32&&z(i,"inverted",n[5]),a&64&&D(e,"--size",n[6]),a&8&&d(e,"title",n[3]),a&128&&(e.disabled=n[7]),a&256&&d(e,"class",n[8]),a&16&&d(e,"data-testid",n[4])},i:p,o:p,d(n){n&&E(e),r=!1,o()}}}function yr(t){t.target.dispatchEvent(new CustomEvent("_click",{composed:!0,detail:{event:t}}))}function _r(t,e,i){let r,o,n,a,{type:l}=e,{size:s="medium"}=e,{theme:c="outline"}=e,{variant:u="color"}=e,{title:f=""}=e,{testId:h=""}=e,{disabled:b}=e,{inverted:g}=e;return t.$$set=v=>{"type"in v&&i(0,l=v.type),"size"in v&&i(1,s=v.size),"theme"in v&&i(2,c=v.theme),"variant"in v&&i(9,u=v.variant),"title"in v&&i(3,f=v.title),"testId"in v&&i(4,h=v.testId),"disabled"in v&&i(10,b=v.disabled),"inverted"in v&&i(11,g=v.inverted)},t.$$.update=()=>{t.$$.dirty&2048&&i(5,n=O(g)),t.$$.dirty&544&&i(8,r=`goa-icon-button goa-icon-button--${u} ${n?"goa-icon-button--inverted":""}`),t.$$.dirty&1024&&i(7,o=O(b)),t.$$.dirty&2&&i(6,a={small:"1rem",medium:"1.5rem",large:"2rem"}[s])},[l,s,c,f,h,n,a,o,r,u,b,g]}class Bt extends G{constructor(e){super();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)}.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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},_r,vr,L,{type:0,size:1,theme:2,variant:9,title:3,testId:4,disabled:10,inverted:11},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}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}),m()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),m()}get theme(){return this.$$.ctx[2]}set theme(e){this.$$set({theme:e}),m()}get variant(){return this.$$.ctx[9]}set variant(e){this.$$set({variant:e}),m()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),m()}get testId(){return this.$$.ctx[4]}set testId(e){this.$$set({testId:e}),m()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),m()}get inverted(){return this.$$.ctx[11]}set inverted(e){this.$$set({inverted:e}),m()}}customElements.define("goa-icon-button",Bt);function St(t){let e,i;return{c(){e=_("div"),i=_("goa-icon"),z(i,"data-testid","leading-icon"),z(i,"type",t[4]),d(e,"class","goa-input-leading-icon")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&16&&z(i,"type",r[4])},d(r){r&&E(e)}}}function jt(t){let e,i;return{c(){e=_("div"),i=_("goa-icon"),z(i,"data-testid","trailing-icon"),z(i,"size","medium"),z(i,"type",t[5]),d(e,"class","goa-input-trailing-icon")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&32&&z(i,"type",r[5])},d(r){r&&E(e)}}}function Dt(t){let e,i,r,o;return{c(){e=_("div"),i=_("goa-icon-button"),z(i,"disabled",t[10]),z(i,"variant","nocolor"),z(i,"size","medium"),z(i,"type",t[5]),z(i,"data-testid","trailing-icon-button"),d(e,"class","goa-input-trailing-icon")},m(n,a){w(n,e,a),y(e,i),r||(o=X(i,"click",wr),r=!0)},p(n,a){a&1024&&z(i,"disabled",n[10]),a&32&&z(i,"type",n[5])},d(n){n&&E(e),r=!1,o()}}}function pr(t){let e,i,r,o,n,a,l,s,c,u,f=t[4]&&St(t),h=t[5]&&!t[13]&&jt(t),b=t[5]&&t[13]&&Dt(t);return{c(){e=_("div"),f&&f.c(),i=A(),r=_("input"),n=A(),h&&h.c(),a=A(),b&&b.c(),this.c=p,d(r,"class",o=`input--${t[6]}`),r.readOnly=t[12],r.disabled=t[10],d(r,"data-testid",t[7]),d(r,"name",t[1]),d(r,"type",t[0]),r.value=t[2],d(r,"placeholder",t[3]),d(e,"style",l=`width: ${t[8]};`),d(e,"class",s=`
|
|
4
|
+
}`,f=`__svelte_${Ei(u)}_${l}`,h=We(t);Le.add(h);const b=h.__svelte_stylesheet||(h.__svelte_stylesheet=wi(t).sheet),g=h.__svelte_rules||(h.__svelte_rules={});g[f]||(g[f]=!0,b.insertRule(`@keyframes ${f} ${u}`,b.cssRules.length));const v=t.style.animation||"";return t.style.animation=`${v?`${v}, `:""}${f} ${r}ms linear ${o}ms 1 both`,ke+=1,f}function ze(t,e){const i=(t.style.animation||"").split(", "),r=i.filter(e?n=>n.indexOf(e)<0:n=>n.indexOf("__svelte")===-1),o=i.length-r.length;o&&(t.style.animation=r.join(", "),ke-=o,ke||Ci())}function Ci(){He(()=>{ke||(Le.forEach(t=>{const e=t.__svelte_stylesheet;let i=e.cssRules.length;for(;i--;)e.deleteRule(i);t.__svelte_rules={}}),Le.clear())})}let ue;function fe(t){ue=t}function Ze(){if(!ue)throw new Error("Function called outside component initialization");return ue}function Ee(t){Ze().$$.on_mount.push(t)}function Ue(t){Ze().$$.on_destroy.push(t)}const ge=[],he=[],Ce=[],Ve=[],Xe=Promise.resolve();let Ge=!1;function Ke(){Ge||(Ge=!0,Xe.then(m))}function Ai(){return Ke(),Xe}function K(t){Ce.push(t)}const Ie=new Set;let Ae=0;function m(){const t=ue;do{for(;Ae<ge.length;){const e=ge[Ae];Ae++,fe(e),Mi(e.$$)}for(fe(null),ge.length=0,Ae=0;he.length;)he.pop()();for(let e=0;e<Ce.length;e+=1){const i=Ce[e];Ie.has(i)||(Ie.add(i),i())}Ce.length=0}while(ge.length);for(;Ve.length;)Ve.pop()();Ge=!1,Ie.clear(),fe(t)}function Mi(t){if(t.fragment!==null){t.update(),Q(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(K)}}let me;function Be(){return me||(me=Promise.resolve(),me.then(()=>{me=null})),me}function oe(t,e,i){t.dispatchEvent(zi(`${e?"intro":"outro"}${i}`))}const Me=new Set;let Y;function be(){Y={r:0,c:[],p:Y}}function ve(){Y.r||Q(Y.c),Y=Y.p}function D(t,e){t&&t.i&&(Me.delete(t),t.i(e))}function Z(t,e,i,r){if(t&&t.o){if(Me.has(t))return;Me.add(t),Y.c.push(()=>{Me.delete(t),r&&(i&&t.d(1),r())}),t.o(e)}}const Se={duration:0};function Ye(t,e,i){let r=e(t,i),o=!1,n,a,l=0;function s(){n&&ze(t,n)}function c(){const{delay:f=0,duration:h=300,easing:b=de,tick:g=p,css:v}=r||Se;v&&(n=xe(t,0,1,h,f,b,v,l++)),g(0,1);const x=pe()+f,k=x+h;a&&a.abort(),o=!0,K(()=>oe(t,!0,"start")),a=we(R=>{if(o){if(R>=k)return g(1,0),oe(t,!0,"end"),s(),o=!1;if(R>=x){const B=b((R-x)/h);g(B,1-B)}}return o})}let u=!1;return{start(){u||(u=!0,ze(t),ie(r)?(r=r(),Be().then(c)):c())},invalidate(){u=!1},end(){o&&(s(),o=!1)}}}function Je(t,e,i){let r=e(t,i),o=!0,n;const a=Y;a.r+=1;function l(){const{delay:s=0,duration:c=300,easing:u=de,tick:f=p,css:h}=r||Se;h&&(n=xe(t,1,0,c,s,u,h));const b=pe()+s,g=b+c;K(()=>oe(t,!1,"start")),we(v=>{if(o){if(v>=g)return f(0,1),oe(t,!1,"end"),--a.r||Q(a.c),!1;if(v>=b){const x=u((v-b)/c);f(1-x,x)}}return o})}return ie(r)?Be().then(()=>{r=r(),l()}):l(),{end(s){s&&r.tick&&r.tick(1,0),o&&(n&&ze(t,n),o=!1)}}}function Re(t,e,i,r){let o=e(t,i),n=r?0:1,a=null,l=null,s=null;function c(){s&&ze(t,s)}function u(h,b){const g=h.b-n;return b*=Math.abs(g),{a:n,b:h.b,d:g,duration:b,start:h.start,end:h.start+b,group:h.group}}function f(h){const{delay:b=0,duration:g=300,easing:v=de,tick:x=p,css:k}=o||Se,R={start:pe()+b,b:h};h||(R.group=Y,Y.r+=1),a||l?l=R:(k&&(c(),s=xe(t,n,h,g,b,v,k)),h&&x(0,1),a=u(R,g),K(()=>oe(t,h,"start")),we(B=>{if(l&&B>l.start&&(a=u(l,g),l=null,oe(t,a.b,"start"),k&&(c(),s=xe(t,n,a.b,a.duration,0,v,o.css))),a){if(B>=a.end)x(n=a.b,1-n),oe(t,a.b,"end"),l||(a.b?c():--a.group.r||Q(a.group.c)),a=null;else if(B>=a.start){const U=B-a.start;n=a.a+a.d*v(U/a.duration),x(n,1-n)}}return!!(a||l)}))}return{run(h){ie(o)?Be().then(()=>{o=o(),f(h)}):f(h)},end(){c(),a=l=null}}}function Qe(t,e){t.d(1),e.delete(t.key)}function $e(t,e,i,r,o,n,a,l,s,c,u,f){let h=t.length,b=n.length,g=h;const v={};for(;g--;)v[t[g].key]=g;const x=[],k=new Map,R=new Map;for(g=b;g--;){const C=f(o,n,g),W=i(C);let F=a.get(W);F?r&&F.p(C,e):(F=c(W,C),F.c()),k.set(W,x[g]=F),W in v&&R.set(W,Math.abs(g-v[W]))}const B=new Set,U=new Set;function O(C){D(C,1),C.m(l,u),a.set(C.key,C),u=C.first,b--}for(;h&&b;){const C=x[b-1],W=t[h-1],F=C.key,M=W.key;C===W?(u=C.first,h--,b--):k.has(M)?!a.has(F)||B.has(F)?O(C):U.has(M)?h--:R.get(F)>R.get(M)?(U.add(F),O(C)):(B.add(M),h--):(s(W,a),h--)}for(;h--;){const C=t[h];k.has(C.key)||s(C,a)}for(;b;)O(x[b-1]);return x}function te(t){t&&t.c()}function $(t,e,i,r){const{fragment:o,on_mount:n,on_destroy:a,after_update:l}=t.$$;o&&o.m(e,i),r||K(()=>{const s=n.map(Te).filter(ie);a?a.push(...s):Q(s),t.$$.on_mount=[]}),l.forEach(K)}function ee(t,e){const i=t.$$;i.fragment!==null&&(Q(i.on_destroy),i.fragment&&i.fragment.d(e),i.on_destroy=i.fragment=null,i.ctx=[])}function Ri(t,e){t.$$.dirty[0]===-1&&(ge.push(t),Ke(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function I(t,e,i,r,o,n,a,l=[-1]){const s=ue;fe(t);const c=t.$$={fragment:null,ctx:null,props:n,update:p,not_equal:o,bound:Pe(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:Pe(),dirty:l,skip_bound:!1,root:e.target||s.$$.root};a&&a(c.root);let u=!1;if(c.ctx=i?i(t,e.props||{},(f,h,...b)=>{const g=b.length?b[0]:h;return c.ctx&&o(c.ctx[f],c.ctx[f]=g)&&(!c.skip_bound&&c.bound[f]&&c.bound[f](g),u&&Ri(t,f)),h}):[],c.update(),u=!0,Q(c.before_update),c.fragment=r?r(c.ctx):!1,e.target){if(e.hydrate){const f=xi(e.target);c.fragment&&c.fragment.l(f),f.forEach(E)}else c.fragment&&c.fragment.c();e.intro&&D(t.$$.fragment),$(t,e.target,e.anchor,e.customElement),m()}fe(s)}let L;typeof HTMLElement=="function"&&(L=class extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(Te).filter(ie);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(t,e,i){this[t]=i}disconnectedCallback(){Q(this.$$.on_disconnect)}$destroy(){ee(this,1),this.$destroy=p}$on(t,e){const i=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return i.push(e),()=>{const r=i.indexOf(e);r!==-1&&i.splice(r,1)}}$set(t){this.$$set&&!yi(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});function Ti(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","page-content")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class et extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.page-content{max-width:var(--page-width-max);margin:0 auto;padding:0 1.75rem}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},null,Ti,H,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-page-block",et);function Hi(t){let e,i,r,o,n,a,l,s,c,u,f,h;return{c(){e=_("div"),i=_("a"),r=_("img"),n=A(),a=_("img"),s=A(),c=_("span"),u=N(t[1]),f=A(),h=_("div"),h.innerHTML="<slot></slot>",this.c=p,d(r,"alt","GoA Logo"),d(r,"class","image-mobile"),Oe(r.src,o="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")||d(r,"src",o),d(a,"alt","GoA Logo"),d(a,"class","image-desktop"),Oe(a.src,l="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(a,"src",l),d(c,"class","title"),d(i,"href",t[0]),d(i,"class","app-link"),d(e,"class","app-header"),d(e,"data-testid",t[2])},m(b,g){w(b,e,g),y(e,i),y(i,r),y(i,n),y(i,a),y(i,s),y(i,c),y(c,u),y(e,f),y(e,h)},p(b,[g]){g&2&&V(u,b[1]),g&1&&d(i,"href",b[0]),g&4&&d(e,"data-testid",b[2])},i:p,o:p,d(b){b&&E(e)}}}function Li(t,e,i){let{url:r="#"}=e,{title:o=""}=e,{testid:n=""}=e;return t.$$set=a=>{"url"in a&&i(0,r=a.url),"title"in a&&i(1,o=a.title),"testid"in a&&i(2,n=a.testid)},[r,o,n]}class tt extends L{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 0.5rem;border-bottom:1px solid var(--color-gray-100)}.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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Li,Hi,H,{url:0,title:1,testid:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["url","title","testid"]}get url(){return this.$$.ctx[0]}set url(e){this.$$set({url:e}),m()}get title(){return this.$$.ctx[1]}set title(e){this.$$set({title:e}),m()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-app-header",tt);function P(t){return t==="false"?!1:t===""?!0:!!t}function Gi(t){let e;return{c(){e=_("div"),j(e,"height","1.2rem"),j(e,"margin-left","-0.25rem")},m(i,r){w(i,e,r)},p,d(i){i&&E(e)}}}function Ii(t){let e;return{c(){e=_("goa-icon"),z(e,"type",t[3]),z(e,"size","small")},m(i,r){w(i,e,r)},p(i,r){r&8&&z(e,"type",i[3])},d(i){i&&E(e)}}}function it(t){let e,i;return{c(){e=_("div"),i=N(t[2]),d(e,"class","goa-badge-content")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&4&&V(i,r[2])},d(r){r&&E(e)}}}function Bi(t){let e,i,r;function o(s,c){return s[4]?Ii:Gi}let n=o(t),a=n(t),l=t[2]&&it(t);return{c(){e=_("div"),a.c(),i=A(),l&&l.c(),this.c=p,d(e,"data-testid",t[1]),d(e,"data-type","goa-badge"),d(e,"class",r="goa-badge badge-"+t[0]),S(e,"icon-only",t[4]&&!t[2])},m(s,c){w(s,e,c),a.m(e,null),y(e,i),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,i))),s[2]?l?l.p(s,c):(l=it(s),l.c(),l.m(e,null)):l&&(l.d(1),l=null),c&2&&d(e,"data-testid",s[1]),c&1&&r!==(r="goa-badge badge-"+s[0])&&d(e,"class",r),c&21&&S(e,"icon-only",s[4]&&!s[2])},i:p,o:p,d(s){s&&E(e),a.d(),l&&l.d()}}}function Si(t,e,i){let r,o,{type:n}=e,{testid:a=""}=e,{icon:l="false"}=e,{content:s=""}=e;return t.$$set=c=>{"type"in c&&i(0,n=c.type),"testid"in c&&i(1,a=c.testid),"icon"in c&&i(5,l=c.icon),"content"in c&&i(2,s=c.content)},t.$$.update=()=>{t.$$.dirty&32&&i(4,r=P(l)),t.$$.dirty&1&&i(3,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,o,r,l]}class rt extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular)}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm)}.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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Si,Bi,H,{type:0,testid:1,icon:5,content:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","testid","icon","content"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get testid(){return this.$$.ctx[1]}set testid(e){this.$$set({testid:e}),m()}get icon(){return this.$$.ctx[5]}set icon(e){this.$$set({icon:e}),m()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),m()}}customElements.define("goa-badge",rt);function ji(t){let e,i,r,o,n;return{c(){e=_("button"),i=_("slot"),this.c=p,d(e,"class",r=""+(t[0]+" "+t[1]+" "+t[2])),d(e,"title",t[3]),e.disabled=t[5],d(e,"data-testid",t[4])},m(a,l){w(a,e,l),y(e,i),o||(n=X(e,"click",Di),o=!0)},p(a,[l]){l&7&&r!==(r=""+(a[0]+" "+a[1]+" "+a[2]))&&d(e,"class",r),l&8&&d(e,"title",a[3]),l&32&&(e.disabled=a[5]),l&16&&d(e,"data-testid",a[4])},i:p,o:p,d(a){a&&E(e),o=!1,n()}}}function Di(t){this.dispatchEvent(new CustomEvent("_click",{composed:!0,bubbles:!0})),t.stopPropagation()}function Pi(t,e,i){let r,{type:o="primary"}=e,{size:n="medium"}=e,{variant:a="default"}=e,{title:l=""}=e,{disabled:s="false"}=e,{testid:c=""}=e;return t.$$set=u=>{"type"in u&&i(0,o=u.type),"size"in u&&i(1,n=u.size),"variant"in u&&i(2,a=u.variant),"title"in u&&i(3,l=u.title),"disabled"in u&&i(6,s=u.disabled),"testid"in u&&i(4,c=u.testid)},t.$$.update=()=>{t.$$.dirty&64&&i(5,r=P(s))},[o,n,a,l,c,r,s]}class ot extends L{constructor(e){super();this.shadowRoot.innerHTML=`<style>:host{box-sizing:border-box;font-family:var(--font-family)}@media(max-width: 320px){:host{width:100%}button{width:100%}}button{border-radius:0.25rem;border:2px solid var(--goa-color-interactive);box-sizing:border-box;cursor:pointer;font-size:var(--fs-base, 1rem);font-weight:700;line-height:2.375rem;padding:0 0.75rem;display:flex;gap:0.25rem;align-items:center;transition:transform 0.1s ease-in-out, background-color 0.2s ease-in-out,
|
|
5
|
+
border-color 0.2s ease-in-out;transform:scaleX(1)}button.primary{border:2px solid var(--goa-color-interactive);background:var(--goa-color-interactive);color:var(--color-white, white)}button.primary:hover{border-color:var(--goa-color-interactive--hover);background:var(--goa-color-interactive--hover)}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 var(--color-gray-200);background:var(--color-white);color:var(--goa-color-interactive)}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(--goa-color-interactive--active);color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}button.borderless{background:none;color:var(--goa-color-interactive);border:none}button.borderless:hover{background-color:var(--goa-color-primary-light);color:var(--goa-color-interactive--hover)}button.borderless:focus,button.borderless:active{outline:none;box-shadow:none;background-color:var(--goa-color-primary-light)}.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)}button:disabled{pointer-events:none;color:var(--color-gray-600);background-color:var(--color-gray-100);border-color:var(--color-gray-100)}.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)}.borderless.danger{color:var(--goa-color-status-emergency)}.borderless.danger:hover{background:var(--goa-color-emergency-light);color:var(--goa-color-status-emergency-dark)}.borderless.danger:focus,.borderless.danger:active{background:var(--goa-color-emergency-light);color:var(--goa-color-status-emergency-dark)}.large{font-size:var(--fs-lg);line-height:3rem}.large.borderless{line-height:calc(3rem + 4px)}.medium{font-size:var(--fs-base);line-height:2.375rem}.medium.borderless{line-height:calc(2.375rem + 4px)}.small{font-size:var(--fs-sm);line-height:1.75rem}.small.borderless{line-height:calc(1.75rem + 4px)}</style>`,I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Pi,ji,H,{type:0,size:1,variant:2,title:3,disabled:6,testid:4},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","size","variant","title","disabled","testid"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),m()}get variant(){return this.$$.ctx[2]}set variant(e){this.$$set({variant:e}),m()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),m()}get disabled(){return this.$$.ctx[6]}set disabled(e){this.$$set({disabled:e}),m()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-button",ot);function Oi(t){let e,i;return{c(){e=_("div"),i=_("slot"),this.c=p,j(e,"--alignment","flex-"+t[1]),j(e,"--gap-size",t[0]==="small"?"0.5rem":"1rem")},m(r,o){w(r,e,o),y(e,i)},p(r,[o]){o&2&&j(e,"--alignment","flex-"+r[1]),o&1&&j(e,"--gap-size",r[0]==="small"?"0.5rem":"1rem")},i:p,o:p,d(r){r&&E(e)}}}function Ni(t,e,i){let{gap:r="medium"}=e,{alignment:o}=e;return t.$$set=n=>{"gap"in n&&i(0,r=n.gap),"alignment"in n&&i(1,o=n.alignment)},[r,o]}class nt extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Ni,Oi,H,{gap:0,alignment:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["gap","alignment"]}get gap(){return this.$$.ctx[0]}set gap(e){this.$$set({gap:e}),m()}get alignment(){return this.$$.ctx[1]}set alignment(e){this.$$set({alignment:e}),m()}}customElements.define("goa-button-group",nt);function Fi(t){let e,i,r,o,n,a,l,s,c,u,f;return{c(){e=_("div"),i=_("span"),r=_("goa-icon"),a=A(),l=_("span"),s=_("h3"),c=N(t[1]),u=A(),f=_("slot"),this.c=p,z(r,"type",t[3]),z(r,"inverted",o=t[0]==="important"?"false":"true"),d(i,"class",n="icon "+t[0]),d(l,"class","content"),d(e,"class","notification"),d(e,"data-testid",t[2])},m(h,b){w(h,e,b),y(e,i),y(i,r),y(e,a),y(e,l),y(l,s),y(s,c),y(l,u),y(l,f)},p(h,[b]){b&8&&z(r,"type",h[3]),b&1&&o!==(o=h[0]==="important"?"false":"true")&&z(r,"inverted",o),b&1&&n!==(n="icon "+h[0])&&d(i,"class",n),b&2&&V(c,h[1]),b&4&&d(e,"data-testid",h[2])},i:p,o:p,d(h){h&&E(e)}}}function qi(t,e,i){let r,{type:o}=e,{title:n}=e,{testid:a=""}=e;return t.$$set=l=>{"type"in l&&i(0,o=l.type),"title"in l&&i(1,n=l.title),"testid"in l&&i(2,a=l.testid)},t.$$.update=()=>{t.$$.dirty&1&&i(3,r=o==="emergency"?"warning":o==="important"?"alert-circle":o==="information"?"information-circle":o==="success"?"checkmark-circle":o==="event"?"calendar":"")},[o,n,a,r]}class at extends L{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.5rem}.content{flex:1 1 auto;background-color:var(--color-gray-100);padding:1.5rem}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},qi,Fi,H,{type:0,title:1,testid:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","title","testid"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get title(){return this.$$.ctx[1]}set title(e){this.$$set({title:e}),m()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-callout",at);function Wi(t){let e,i,r;return{c(){e=_("div"),i=_("slot"),this.c=p,d(e,"data-testid",t[2]),d(e,"class","card"),d(e,"style",r="--width: "+t[1]+"px; "+(t[0]===0?"border: 1px solid var(--color-gray-200);":`box-shadow: var(--shadow-${t[0]});`)+"")},m(o,n){w(o,e,n),y(e,i)},p(o,[n]){n&4&&d(e,"data-testid",o[2]),n&3&&r!==(r="--width: "+o[1]+"px; "+(o[0]===0?"border: 1px solid var(--color-gray-200);":`box-shadow: var(--shadow-${o[0]});`)+"")&&d(e,"style",r)},i:p,o:p,d(o){o&&E(e)}}}function Zi(t,e,i){let{elevation:r=0}=e,{width:o=320}=e,{testId:n=""}=e;return t.$$set=a=>{"elevation"in a&&i(0,r=a.elevation),"width"in a&&i(1,o=a.width),"testId"in a&&i(2,n=a.testId)},[r,o,n]}class lt extends L{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>`,I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Zi,Wi,H,{elevation:0,width:1,testId:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["elevation","width","testId"]}get elevation(){return this.$$.ctx[0]}set elevation(e){this.$$set({elevation:e}),m()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),m()}get testId(){return this.$$.ctx[2]}set testId(e){this.$$set({testId:e}),m()}}customElements.define("goa-card",lt);function Ui(t){let e;return{c(){e=_("goa-card-content"),e.innerHTML='<goa-button-group alignment="end"><slot></slot></goa-button-group>',this.c=p},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class st extends L{constructor(e){super();I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},null,Ui,H,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-actions",st);function Vi(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","card-content")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class ct extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.card-content{padding:1rem}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},null,Vi,H,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-content",ct);function Xi(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","card-group")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class dt extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},null,Xi,H,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-card-group",dt);function Ki(t){let e;return{c(){e=_("div"),this.c=p,d(e,"class","card-image"),j(e,"background-image","url("+t[0]+")"),j(e,"height",t[1]),j(e,"background-size","cover"),j(e,"background-position","center")},m(i,r){w(i,e,r)},p(i,[r]){r&1&&j(e,"background-image","url("+i[0]+")"),r&2&&j(e,"height",i[1])},i:p,o:p,d(i){i&&E(e)}}}function Yi(t,e,i){let{src:r}=e,{height:o="100%"}=e;return t.$$set=n=>{"src"in n&&i(0,r=n.src),"height"in n&&i(1,o=n.height)},[r,o]}class ut extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Yi,Ki,H,{src:0,height:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["src","height"]}get src(){return this.$$.ctx[0]}set src(e){this.$$set({src:e}),m()}get height(){return this.$$.ctx[1]}set height(e){this.$$set({height:e}),m()}}customElements.define("goa-card-image",ut);function Ji(t){let e,i;return{c(){e=re("svg"),i=re("path"),d(i,"d","M5.09,9.64,1.27,5.82,0,7.09l5.09,5.09L16,1.27,14.73,0Z"),d(e,"id","checkmark"),d(e,"data-testid","checkmark"),d(e,"xmlns","http://www.w3.org/2000/svg"),d(e,"viewBox","0 0 16 12.18")},m(r,o){w(r,e,o),y(e,i)},d(r){r&&E(e)}}}function Qi(t){let e,i;return{c(){e=re("svg"),i=re("rect"),d(i,"width","15"),d(i,"height","2"),d(e,"id","dashmark"),d(e,"data-testid","dashmark"),d(e,"xmlns","http://www.w3.org/2000/svg"),d(e,"viewBox","0 0 15 2")},m(r,o){w(r,e,o),y(e,i)},d(r){r&&E(e)}}}function $i(t){let e,i,r,o,n,a,l,s,c,u,f;function h(v,x){if(v[5])return Qi;if(v[4])return Ji}let b=h(t),g=b&&b(t);return{c(){e=_("label"),i=_("div"),r=_("input"),n=A(),g&&g.c(),a=A(),l=_("div"),s=_("slot"),c=N(t[1]),this.c=p,d(r,"id",t[8]),d(r,"data-testid",t[3]),d(r,"name",t[0]),r.checked=t[4],r.disabled=t[7],d(r,"type","checkbox"),r.value=o=`${t[2]}`,d(i,"class","goa-checkbox-container"),S(i,"goa-checkbox--selected",t[4]),d(s,"name","main"),d(l,"class","goa-checkbox-text"),d(l,"data-testid","text"),d(e,"for",t[8]),d(e,"class","goa-checkbox"),S(e,"goa-checkbox--disabled",t[7]),S(e,"goa-checkbox--error",t[6])},m(v,x){w(v,e,x),y(e,i),y(i,r),y(i,n),g&&g.m(i,null),y(e,a),y(e,l),y(l,s),y(s,c),u||(f=X(r,"change",t[9]),u=!0)},p(v,[x]){x&256&&d(r,"id",v[8]),x&8&&d(r,"data-testid",v[3]),x&1&&d(r,"name",v[0]),x&16&&(r.checked=v[4]),x&128&&(r.disabled=v[7]),x&4&&o!==(o=`${v[2]}`)&&(r.value=o),b!==(b=h(v))&&(g&&g.d(1),g=b&&b(v),g&&(g.c(),g.m(i,null))),x&16&&S(i,"goa-checkbox--selected",v[4]),x&2&&V(c,v[1]),x&256&&d(e,"for",v[8]),x&128&&S(e,"goa-checkbox--disabled",v[7]),x&64&&S(e,"goa-checkbox--error",v[6])},i:p,o:p,d(v){v&&E(e),g&&g.d(),u=!1,f()}}}function er(t,e,i){let r,o,n,a,l,{name:s}=e,{text:c=""}=e,{value:u=""}=e,{checked:f}=e,{disabled:h}=e,{error:b}=e,{testid:g=""}=e;function v(x){const k=!a,R=k?`${u||"checked"}`:"";x.target.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:s,checked:k,value:R}}))}return t.$$set=x=>{"name"in x&&i(0,s=x.name),"text"in x&&i(1,c=x.text),"value"in x&&i(2,u=x.value),"checked"in x&&i(10,f=x.checked),"disabled"in x&&i(11,h=x.disabled),"error"in x&&i(12,b=x.error),"testid"in x&&i(3,g=x.testid)},t.$$.update=()=>{t.$$.dirty&1&&i(8,r=`id-${s}`),t.$$.dirty&2048&&i(7,o=P(h)),t.$$.dirty&4096&&i(6,n=P(b)),t.$$.dirty&1024&&i(4,a=P(f))},i(5,l=!1),[s,c,u,g,a,l,n,o,r,v,f,h,b]}class ft extends L{constructor(e){super();this.shadowRoot.innerHTML='<style>:host{box-sizing:border-box;font-family:var(--font-family)}.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}.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)}.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-500)}.goa-checkbox--error .goa-checkbox-container,.goa-checkbox--error .goa-checkbox-container:hover{border:1px solid var(--goa-color-status-emergency);background-color:var(--color-white)}.goa-checkbox--error .goa-checkbox-container svg{fill:var(--goa-color-status-emergency)}</style>',I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},er,$i,H,{name:0,text:1,value:2,checked:10,disabled:11,error:12,testid:3},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","text","value","checked","disabled","error","testid"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get text(){return this.$$.ctx[1]}set text(e){this.$$set({text:e}),m()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),m()}get checked(){return this.$$.ctx[10]}set checked(e){this.$$set({checked:e}),m()}get disabled(){return this.$$.ctx[11]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[12]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-checkbox",ft);function tr(t){let e,i,r,o,n,a,l,s,c;return{c(){e=_("div"),i=_("header"),r=_("div"),r.innerHTML='<slot name="title"></slot>',o=A(),n=_("div"),n.innerHTML='<slot name="actions"></slot>',l=A(),s=_("div"),s.innerHTML="<slot></slot>",this.c=p,d(r,"class","title"),d(n,"class","actions"),d(i,"class",a="heading--"+t[1]),d(s,"class","content"),d(e,"class",c="goa-container goa-container--"+t[0])},m(u,f){w(u,e,f),y(e,i),y(i,r),y(i,o),y(i,n),y(e,l),y(e,s)},p(u,[f]){f&2&&a!==(a="heading--"+u[1])&&d(i,"class",a),f&1&&c!==(c="goa-container goa-container--"+u[0])&&d(e,"class",c)},i:p,o:p,d(u){u&&E(e)}}}function ir(t,e,i){let{variant:r="default"}=e,{headingsize:o="large"}=e;return t.$$set=n=>{"variant"in n&&i(0,r=n.variant),"headingsize"in n&&i(1,o=n.headingsize)},[r,o]}class gt extends L{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{box-sizing:border-box;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);padding-left:1.5rem;padding-right:1.5rem}.content{padding:1.5rem;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 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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},ir,tr,H,{variant:0,headingsize:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["variant","headingsize"]}get variant(){return this.$$.ctx[0]}set variant(e){this.$$set({variant:e}),m()}get headingsize(){return this.$$.ctx[1]}set headingsize(e){this.$$set({headingsize:e}),m()}}customElements.define("goa-container",gt);const se=[];function ht(t,e=p){let i;const r=new Set;function o(l){if(H(t,l)&&(t=l,i)){const s=!se.length;for(const c of r)c[1](),se.push(c,t);if(s){for(let c=0;c<se.length;c+=2)se[c][0](se[c+1]);se.length=0}}}function n(l){o(l(t))}function a(l,s=p){const c=[l,s];return r.add(c),r.size===1&&(i=e(o)||p),l(t),()=>{r.delete(c),r.size===0&&(i(),i=null)}}return{set:o,update:n,subscribe:a}}const ye={};class rr{constructor(){this.store=ht()}subscribe(e){this.store.subscribe(i=>{e(i)})}notify(e){this.store.update(()=>e)}}function mt(t){const e=new rr;return ye[t]=e,e}async function bt(t){return await vt(t,0)}async function vt(t,e){if(e>10)throw new Error(`Could not find context ${t}`);return ye[t]?ye[t]:(await Ai(),vt(t,e+1))}function yt(t){!ye[t]||delete ye[t]}const _t="bind";function pt(t,e,i){const r=t.slice();return r[19]=e[i],r}function wt(t){let e,i,r,o;return{c(){e=_("div"),d(e,"data-testid",i=`${t[1]}-dropdown-background`),d(e,"class","goa-dropdown-background")},m(n,a){w(n,e,a),r||(o=X(e,"click",t[14]),r=!0)},p(n,a){a&2&&i!==(i=`${n[1]}-dropdown-background`)&&d(e,"data-testid",i)},d(n){n&&E(e),r=!1,o()}}}function kt(t){let e,i,r,o,n=[],a=new Map,l,s=t[7];const c=u=>u[19].value;for(let u=0;u<s.length;u+=1){let f=pt(t,s,u),h=c(f);a.set(h,n[u]=xt(h,f))}return{c(){e=_("div"),i=_("ul"),r=_("slot"),o=A();for(let u=0;u<n.length;u+=1)n[u].c();d(i,"class","goa-dropdown-list"),d(i,"style",l=`overflow-y: auto; max-height: ${t[3]}px`),d(e,"class","menu")},m(u,f){w(u,e,f),y(e,i),y(i,r),y(i,o);for(let h=0;h<n.length;h+=1)n[h].m(i,null)},p(u,f){f&4225&&(s=u[7],n=$e(n,f,c,1,u,s,a,i,Qe,xt,null,pt)),f&8&&l!==(l=`overflow-y: auto; max-height: ${u[3]}px`)&&d(i,"style",l)},d(u){u&&E(e);for(let f=0;f<n.length;f+=1)n[f].d()}}}function xt(t,e){let i,r=e[19].label+"",o,n,a,l,s,c;function u(){return e[16](e[19])}return{key:t,first:null,c(){i=_("li"),o=N(r),n=A(),d(i,"data-testid",a=`${e[19].value}-dropdown-item`),d(i,"class","goa-dropdown-option"),d(i,"style",l="display: block"),S(i,"goa-dropdown-option--disabled",!1),S(i,"goa-dropdown-option--selected",e[19].value===e[0]),this.first=i},m(f,h){w(f,i,h),y(i,o),y(i,n),s||(c=X(i,"click",u),s=!0)},p(f,h){e=f,h&128&&r!==(r=e[19].label+"")&&V(o,r),h&128&&a!==(a=`${e[19].value}-dropdown-item`)&&d(i,"data-testid",a),h&129&&S(i,"goa-dropdown-option--selected",e[19].value===e[0])},d(f){f&&E(i),s=!1,c()}}}function or(t){let e,i,r,o,n,a,l,s,c,u,f=t[9]&&wt(t),h=t[9]&&kt(t);return{c(){e=_("div"),f&&f.c(),i=A(),r=_("div"),o=_("div"),n=_("goa-input"),s=A(),h&&h.c(),this.c=p,z(n,"error",t[11]),z(n,"disabled",t[5]),z(n,"leadingicon",t[2]),z(n,"placeholder",t[4]),z(n,"id",a=`${t[1]}-dropdown-input`),z(n,"name","search"),z(n,"readonly",""),z(n,"trailingicon","chevron-down"),z(n,"type","text"),z(n,"value",t[8]),d(o,"data-testid",l=`${t[1]}-dropdown`),d(e,"data-testid",t[6]),d(e,"class","goa-dropdown-box")},m(b,g){w(b,e,g),f&&f.m(e,null),y(e,i),y(e,r),y(r,o),y(o,n),y(r,s),h&&h.m(r,null),t[17](e),c||(u=X(n,"click",t[13]),c=!0)},p(b,[g]){b[9]?f?f.p(b,g):(f=wt(b),f.c(),f.m(e,i)):f&&(f.d(1),f=null),g&2048&&z(n,"error",b[11]),g&32&&z(n,"disabled",b[5]),g&4&&z(n,"leadingicon",b[2]),g&16&&z(n,"placeholder",b[4]),g&2&&a!==(a=`${b[1]}-dropdown-input`)&&z(n,"id",a),g&256&&z(n,"value",b[8]),g&2&&l!==(l=`${b[1]}-dropdown`)&&d(o,"data-testid",l),b[9]?h?h.p(b,g):(h=kt(b),h.c(),h.m(r,null)):h&&(h.d(1),h=null),g&64&&d(e,"data-testid",b[6])},i:p,o:p,d(b){b&&E(e),f&&f.d(),h&&h.d(),t[17](null),c=!1,u()}}}const nr=300;function ar(t,e,i){let r,{name:o}=e,{value:n}=e,{leadingicon:a}=e,{maxheight:l=nr}=e,{placeholder:s=""}=e,{disabled:c}=e,{error:u}=e,{testid:f}=e,h=[],b="",g=!1,v,x;function k(C,W,F){i(8,b=F),i(0,n=W),i(9,g=!1),v.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:C,value:n}}))}Ee(async()=>{x=mt(o),x.subscribe(C=>{switch(C==null?void 0:C.type){case _t:{const W=C,F=n===W.value;i(7,h=[...h,Object.assign(Object.assign({},W),{selected:F})]),F&&i(8,b=W.label);break}}})}),Ue(()=>{yt(o)});async function R(){c||i(9,g=!0)}function B(){i(9,g=!1)}const U=C=>k(C.name,C.value,C.label);function O(C){he[C?"unshift":"push"](()=>{v=C,i(10,v)})}return t.$$set=C=>{"name"in C&&i(1,o=C.name),"value"in C&&i(0,n=C.value),"leadingicon"in C&&i(2,a=C.leadingicon),"maxheight"in C&&i(3,l=C.maxheight),"placeholder"in C&&i(4,s=C.placeholder),"disabled"in C&&i(5,c=C.disabled),"error"in C&&i(15,u=C.error),"testid"in C&&i(6,f=C.testid)},t.$$.update=()=>{t.$$.dirty&32768&&i(11,r=u?"true":"false")},[n,o,a,l,s,c,f,h,b,g,v,r,k,R,B,u,U,O]}class zt extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-dropdown-box{position:relative;cursor:pointer}.goa-dropdown-background{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);box-shadow:var(--shadow-1);z-index:99}.goa-dropdown-list{scroll-behavior:smooth;scrollbar-width:thin}.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}li{font-family:var(--font-family)}.goa-dropdown-option{margin:0;padding:0.5rem;cursor:pointer;color:var(--color-black)}.goa-dropdown-option:hover{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--selected:hover{background:var(--goa-color-interactive--hover);color:var(--color-white)}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},ar,or,H,{name:1,value:0,leadingicon:2,maxheight:3,placeholder:4,disabled:5,error:15,testid:6},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","leadingicon","maxheight","placeholder","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get leadingicon(){return this.$$.ctx[2]}set leadingicon(e){this.$$set({leadingicon:e}),m()}get maxheight(){return this.$$.ctx[3]}set maxheight(e){this.$$set({maxheight:e}),m()}get placeholder(){return this.$$.ctx[4]}set placeholder(e){this.$$set({placeholder:e}),m()}get disabled(){return this.$$.ctx[5]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[15]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[6]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-dropdown",zt);function lr(t){return{c(){this.c=p},m:p,p,i:p,o:p,d:p}}function sr(t,e,i){let{name:r=""}=e,{value:o=""}=e,{label:n=""}=e,a;return Ee(async()=>{a=await bt(r),a.notify({type:_t,name:r,label:n,value:o})}),t.$$set=l=>{"name"in l&&i(0,r=l.name),"value"in l&&i(1,o=l.value),"label"in l&&i(2,n=l.label)},[r,o,n]}class Et extends L{constructor(e){super();I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},sr,lr,H,{name:0,value:1,label:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","label"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),m()}get label(){return this.$$.ctx[2]}set label(e){this.$$set({label:e}),m()}}customElements.define("goa-dropdown-item",Et);function cr(t){let e,i;return{c(){e=_("div"),i=_("slot"),this.c=p,d(e,"class","goa-flex-row"),j(e,"gap",t[0])},m(r,o){w(r,e,o),y(e,i)},p(r,[o]){o&1&&j(e,"gap",r[0])},i:p,o:p,d(r){r&&E(e)}}}function dr(t,e,i){let r,{gap:o=""}=e;return t.$$set=n=>{"gap"in n&&i(1,o=n.gap)},t.$$.update=()=>{t.$$.dirty&2&&i(0,r=o==="small"?"1rem":o==="medium"?"2rem":o==="large"?"3rem":"0")},[r,o]}class Ct extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-flex-row{margin-bottom:1rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch}@media(min-width: 480px){.goa-flex-row{flex-direction:row}}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},dr,cr,H,{gap:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["gap"]}get gap(){return this.$$.ctx[1]}set gap(e){this.$$set({gap:e}),m()}}customElements.define("goa-flex-row",Ct);function At(t){let e,i,r,o=t[3]&&Mt();return{c(){e=_("label"),i=N(t[0]),r=A(),o&&o.c(),d(e,"for","")},m(n,a){w(n,e,a),y(e,i),y(e,r),o&&o.m(e,null)},p(n,a){a&1&&V(i,n[0]),n[3]?o||(o=Mt(),o.c(),o.m(e,null)):o&&(o.d(1),o=null)},d(n){n&&E(e),o&&o.d()}}}function Mt(t){let e;return{c(){e=_("em"),e.textContent="(optional)"},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Rt(t){let e,i;return{c(){e=_("div"),i=N(t[2]),d(e,"class","error-msg")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&4&&V(i,r[2])},d(r){r&&E(e)}}}function Tt(t){let e,i;return{c(){e=_("div"),i=N(t[1]),d(e,"class","help-msg")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function ur(t){let e,i,r,o,n,a=t[0]&&At(t),l=t[2]&&Rt(t),s=t[1]&&Tt(t);return{c(){e=_("div"),a&&a.c(),i=A(),r=_("div"),r.innerHTML="<slot></slot>",o=A(),l&&l.c(),n=A(),s&&s.c(),this.c=p,d(r,"class","form-item-input"),d(e,"class","goa-form-item")},m(c,u){w(c,e,u),a&&a.m(e,null),y(e,i),y(e,r),y(e,o),l&&l.m(e,null),y(e,n),s&&s.m(e,null)},p(c,[u]){c[0]?a?a.p(c,u):(a=At(c),a.c(),a.m(e,i)):a&&(a.d(1),a=null),c[2]?l?l.p(c,u):(l=Rt(c),l.c(),l.m(e,n)):l&&(l.d(1),l=null),c[1]?s?s.p(c,u):(s=Tt(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:p,o:p,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function fr(t,e,i){let r,{label:o=""}=e,{helptext:n=""}=e,{error:a=""}=e,{optional:l}=e;return t.$$set=s=>{"label"in s&&i(0,o=s.label),"helptext"in s&&i(1,n=s.helptext),"error"in s&&i(2,a=s.error),"optional"in s&&i(4,l=s.optional)},t.$$.update=()=>{t.$$.dirty&16&&i(3,r=P(l))},[o,n,a,r,l]}class Ht extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{flex:1 1 auto;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}label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},fr,ur,H,{label:0,helptext:1,error:2,optional:4},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["label","helptext","error","optional"]}get label(){return this.$$.ctx[0]}set label(e){this.$$set({label:e}),m()}get helptext(){return this.$$.ctx[1]}set helptext(e){this.$$set({helptext:e}),m()}get error(){return this.$$.ctx[2]}set error(e){this.$$set({error:e}),m()}get optional(){return this.$$.ctx[4]}set optional(e){this.$$set({optional:e}),m()}}customElements.define("goa-form-item",Ht);function gr(t){let e,i,r,o,n,a,l,s;return{c(){e=_("div"),i=_("goa-page-block"),r=_("h1"),o=N(t[0]),n=A(),a=_("div"),a.innerHTML="<slot></slot>",l=A(),s=_("slot"),this.c=p,d(r,"role","heading"),d(a,"class","goa-hero-banner-content"),d(a,"role","note"),d(s,"name","actions"),d(e,"class","goa-hero"),d(e,"data-testid","background"),j(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("+t[1]+")"),j(e,"background-size","cover"),j(e,"background-position","center"),j(e,"background-repeat","no-repeat")},m(c,u){w(c,e,u),y(e,i),y(i,r),y(r,o),y(i,n),y(i,a),y(i,l),y(i,s)},p(c,[u]){u&1&&V(o,c[0]),u&2&&j(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:p,o:p,d(c){c&&E(e)}}}function hr(t,e,i){let{title:r}=e,{backgroundurl:o}=e;return t.$$set=n=>{"title"in n&&i(0,r=n.title),"backgroundurl"in n&&i(1,o=n.backgroundurl)},[r,o]}class Lt extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},hr,gr,H,{title:0,backgroundurl:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","backgroundurl"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get backgroundurl(){return this.$$.ctx[1]}set backgroundurl(e){this.$$set({backgroundurl:e}),m()}}customElements.define("goa-hero-banner",Lt);function Gt(t){let e,i,r;return{c(){e=_("ion-icon"),z(e,"style",i=`width: ${t[2]}; height: ${t[2]}`),z(e,"name",r=t[1]==="filled"?t[0]:`${t[0]}-${t[1]}`)},m(o,n){w(o,e,n)},p(o,n){n&4&&i!==(i=`width: ${o[2]}; height: ${o[2]}`)&&z(e,"style",i),n&3&&r!==(r=o[1]==="filled"?o[0]:`${o[0]}-${o[1]}`)&&z(e,"name",r)},d(o){o&&E(e)}}}function mr(t){let e,i,r,o=t[0]&&Gt(t);return{c(){e=_("div"),o&&o.c(),this.c=p,d(e,"class","goa-icon"),d(e,"data-testid",i=`icon-${t[0]}`),d(e,"style",r=`--size: ${t[2]}`),S(e,"inverted",t[3])},m(n,a){w(n,e,a),o&&o.m(e,null)},p(n,[a]){n[0]?o?o.p(n,a):(o=Gt(n),o.c(),o.m(e,null)):o&&(o.d(1),o=null),a&1&&i!==(i=`icon-${n[0]}`)&&d(e,"data-testid",i),a&4&&r!==(r=`--size: ${n[2]}`)&&d(e,"style",r),a&8&&S(e,"inverted",n[3])},i:p,o:p,d(n){n&&E(e),o&&o.d()}}}function br(t,e,i){let r,o,{type:n}=e,{size:a="medium"}=e,{theme:l="outline"}=e,{inverted:s}=e;return t.$$set=c=>{"type"in c&&i(0,n=c.type),"size"in c&&i(4,a=c.size),"theme"in c&&i(1,l=c.theme),"inverted"in c&&i(5,s=c.inverted)},t.$$.update=()=>{t.$$.dirty&32&&i(3,r=P(s)),t.$$.dirty&16&&i(2,o={small:"1.1rem",medium:"1.5rem",large:"2rem"}[a])},[n,l,o,r,a,s]}class It extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}:host,.goa-icon{display:inline-flex;align-items:center}.goa-icon,.goa-icon *{box-sizing:border-box}.goa-icon{width:var(--size);height:var(--size)}.inverted{color:#fff;fill:#fff}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},br,mr,H,{type:0,size:4,theme:1,inverted:5},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","size","theme","inverted"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get size(){return this.$$.ctx[4]}set size(e){this.$$set({size:e}),m()}get theme(){return this.$$.ctx[1]}set theme(e){this.$$set({theme:e}),m()}get inverted(){return this.$$.ctx[5]}set inverted(e){this.$$set({inverted:e}),m()}}customElements.define("goa-icon",It);function vr(t){let e,i,r,o;return{c(){e=_("button"),i=_("goa-icon"),this.c=p,z(i,"type",t[0]),z(i,"size",t[1]),z(i,"theme",t[2]),z(i,"inverted",t[5]),j(e,"--size",t[6]),d(e,"title",t[3]),e.disabled=t[7],d(e,"class",t[8]),d(e,"data-testid",t[4])},m(n,a){w(n,e,a),y(e,i),r||(o=X(e,"click",yr),r=!0)},p(n,[a]){a&1&&z(i,"type",n[0]),a&2&&z(i,"size",n[1]),a&4&&z(i,"theme",n[2]),a&32&&z(i,"inverted",n[5]),a&64&&j(e,"--size",n[6]),a&8&&d(e,"title",n[3]),a&128&&(e.disabled=n[7]),a&256&&d(e,"class",n[8]),a&16&&d(e,"data-testid",n[4])},i:p,o:p,d(n){n&&E(e),r=!1,o()}}}function yr(t){t.target.dispatchEvent(new CustomEvent("_click",{composed:!0,detail:{event:t}}))}function _r(t,e,i){let r,o,n,a,{type:l}=e,{size:s="medium"}=e,{theme:c="outline"}=e,{variant:u="color"}=e,{title:f=""}=e,{testId:h=""}=e,{disabled:b}=e,{inverted:g}=e;return t.$$set=v=>{"type"in v&&i(0,l=v.type),"size"in v&&i(1,s=v.size),"theme"in v&&i(2,c=v.theme),"variant"in v&&i(9,u=v.variant),"title"in v&&i(3,f=v.title),"testId"in v&&i(4,h=v.testId),"disabled"in v&&i(10,b=v.disabled),"inverted"in v&&i(11,g=v.inverted)},t.$$.update=()=>{t.$$.dirty&2048&&i(5,n=P(g)),t.$$.dirty&544&&i(8,r=`goa-icon-button goa-icon-button--${u} ${n?"goa-icon-button--inverted":""}`),t.$$.dirty&1024&&i(7,o=P(b)),t.$$.dirty&2&&i(6,a={small:"1rem",medium:"1.5rem",large:"2rem"}[s])},[l,s,c,f,h,n,a,o,r,u,b,g]}class Bt extends L{constructor(e){super();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)}.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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},_r,vr,H,{type:0,size:1,theme:2,variant:9,title:3,testId:4,disabled:10,inverted:11},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}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}),m()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),m()}get theme(){return this.$$.ctx[2]}set theme(e){this.$$set({theme:e}),m()}get variant(){return this.$$.ctx[9]}set variant(e){this.$$set({variant:e}),m()}get title(){return this.$$.ctx[3]}set title(e){this.$$set({title:e}),m()}get testId(){return this.$$.ctx[4]}set testId(e){this.$$set({testId:e}),m()}get disabled(){return this.$$.ctx[10]}set disabled(e){this.$$set({disabled:e}),m()}get inverted(){return this.$$.ctx[11]}set inverted(e){this.$$set({inverted:e}),m()}}customElements.define("goa-icon-button",Bt);function St(t){let e,i;return{c(){e=_("div"),i=_("goa-icon"),z(i,"data-testid","leading-icon"),z(i,"type",t[4]),d(e,"class","goa-input-leading-icon")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&16&&z(i,"type",r[4])},d(r){r&&E(e)}}}function jt(t){let e,i;return{c(){e=_("div"),i=_("goa-icon"),z(i,"data-testid","trailing-icon"),z(i,"size","medium"),z(i,"type",t[5]),d(e,"class","goa-input-trailing-icon")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&32&&z(i,"type",r[5])},d(r){r&&E(e)}}}function Dt(t){let e,i,r,o;return{c(){e=_("div"),i=_("goa-icon-button"),z(i,"disabled",t[10]),z(i,"variant","nocolor"),z(i,"size","medium"),z(i,"type",t[5]),z(i,"data-testid","trailing-icon-button"),d(e,"class","goa-input-trailing-icon")},m(n,a){w(n,e,a),y(e,i),r||(o=X(i,"click",wr),r=!0)},p(n,a){a&1024&&z(i,"disabled",n[10]),a&32&&z(i,"type",n[5])},d(n){n&&E(e),r=!1,o()}}}function pr(t){let e,i,r,o,n,a,l,s,c,u,f=t[4]&&St(t),h=t[5]&&!t[13]&&jt(t),b=t[5]&&t[13]&&Dt(t);return{c(){e=_("div"),f&&f.c(),i=A(),r=_("input"),n=A(),h&&h.c(),a=A(),b&&b.c(),this.c=p,d(r,"class",o=`input--${t[6]}`),r.readOnly=t[12],r.disabled=t[10],d(r,"data-testid",t[7]),d(r,"name",t[1]),d(r,"type",t[0]),r.value=t[2],d(r,"placeholder",t[3]),d(e,"style",l=`width: ${t[8]};`),d(e,"class",s=`
|
|
7
7
|
goa-input ${t[10]?"goa-input--disabled":""}
|
|
8
8
|
variant--${t[6]}
|
|
9
9
|
type--${t[0]}
|
|
10
|
-
`),
|
|
10
|
+
`),S(e,"error",t[11])},m(g,v){w(g,e,v),f&&f.m(e,null),y(e,i),y(e,r),t[21](r),y(e,n),h&&h.m(e,null),y(e,a),b&&b.m(e,null),c||(u=X(r,"keyup",t[14]),c=!0)},p(g,[v]){g[4]?f?f.p(g,v):(f=St(g),f.c(),f.m(e,i)):f&&(f.d(1),f=null),v&64&&o!==(o=`input--${g[6]}`)&&d(r,"class",o),v&4096&&(r.readOnly=g[12]),v&1024&&(r.disabled=g[10]),v&128&&d(r,"data-testid",g[7]),v&2&&d(r,"name",g[1]),v&1&&d(r,"type",g[0]),v&4&&r.value!==g[2]&&(r.value=g[2]),v&8&&d(r,"placeholder",g[3]),g[5]&&!g[13]?h?h.p(g,v):(h=jt(g),h.c(),h.m(e,a)):h&&(h.d(1),h=null),g[5]&&g[13]?b?b.p(g,v):(b=Dt(g),b.c(),b.m(e,null)):b&&(b.d(1),b=null),v&256&&l!==(l=`width: ${g[8]};`)&&d(e,"style",l),v&1089&&s!==(s=`
|
|
11
11
|
goa-input ${g[10]?"goa-input--disabled":""}
|
|
12
12
|
variant--${g[6]}
|
|
13
13
|
type--${g[0]}
|
|
14
|
-
`)&&d(e,"class",s),v&3137&&
|
|
14
|
+
`)&&d(e,"class",s),v&3137&&S(e,"error",g[11])},i:p,o:p,d(g){g&&E(e),f&&f.d(),t[21](null),h&&h.d(),b&&b.d(),c=!1,u()}}}function wr(){this.dispatchEvent(new CustomEvent("_trailingIconClick",{composed:!0}))}function kr(t,e,i){let r,o,n,a,l,{type:s="text"}=e,{name:c=""}=e,{value:u=""}=e,{placeholder:f=""}=e,{leadingicon:h=null}=e,{trailingicon:b=null}=e,{variant:g="goa"}=e,{disabled:v="false"}=e,{handletrailingiconclick:x="false"}=e,{focused:k="false"}=e,{readonly:R="false"}=e,{error:B="false"}=e,{testid:U=""}=e,{width:O="100%"}=e,C;function W(M){M.target.dispatchEvent(new CustomEvent("_change",{composed:!0,bubbles:!1,cancelable:!0,detail:{name:c,value:M.target.value}})),M.stopPropagation()}function F(M){he[M?"unshift":"push"](()=>{C=M,i(9,C)})}return t.$$set=M=>{"type"in M&&i(0,s=M.type),"name"in M&&i(1,c=M.name),"value"in M&&i(2,u=M.value),"placeholder"in M&&i(3,f=M.placeholder),"leadingicon"in M&&i(4,h=M.leadingicon),"trailingicon"in M&&i(5,b=M.trailingicon),"variant"in M&&i(6,g=M.variant),"disabled"in M&&i(15,v=M.disabled),"handletrailingiconclick"in M&&i(16,x=M.handletrailingiconclick),"focused"in M&&i(17,k=M.focused),"readonly"in M&&i(18,R=M.readonly),"error"in M&&i(19,B=M.error),"testid"in M&&i(7,U=M.testid),"width"in M&&i(8,O=M.width)},t.$$.update=()=>{t.$$.dirty&65536&&i(13,r=P(x)),t.$$.dirty&131072&&i(20,o=P(k)),t.$$.dirty&262144&&i(12,n=P(R)),t.$$.dirty&524288&&i(11,a=P(B)),t.$$.dirty&32768&&i(10,l=P(v)),t.$$.dirty&1049088&&o&&C&&setTimeout(()=>C.focus(),1)},[s,c,u,f,h,b,g,U,O,C,l,a,n,r,W,v,x,k,R,B,o,F]}class Pt extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.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;color:var(--color-black);display:inline-flex;align-items:center}.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 input[readonly]{cursor:pointer}.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{line-height:18px}.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:block;width:100%;font-size:var(--input-font-size);padding:var(--input-padding);line-height:calc(40px - calc(var(--input-padding) * 2));background-color:transparent}.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);color:var(--goa-color-text-secondary);cursor:default;box-shadow:none}.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}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-interactive--error)}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},kr,pr,H,{type:0,name:1,value:2,placeholder:3,leadingicon:4,trailingicon:5,variant:6,disabled:15,handletrailingiconclick:16,focused:17,readonly:18,error:19,testid:7,width:8},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","name","value","placeholder","leadingicon","trailingicon","variant","disabled","handletrailingiconclick","focused","readonly","error","testid","width"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[2]}set value(e){this.$$set({value:e}),m()}get placeholder(){return this.$$.ctx[3]}set placeholder(e){this.$$set({placeholder:e}),m()}get leadingicon(){return this.$$.ctx[4]}set leadingicon(e){this.$$set({leadingicon:e}),m()}get trailingicon(){return this.$$.ctx[5]}set trailingicon(e){this.$$set({trailingicon:e}),m()}get variant(){return this.$$.ctx[6]}set variant(e){this.$$set({variant:e}),m()}get disabled(){return this.$$.ctx[15]}set disabled(e){this.$$set({disabled:e}),m()}get handletrailingiconclick(){return this.$$.ctx[16]}set handletrailingiconclick(e){this.$$set({handletrailingiconclick:e}),m()}get focused(){return this.$$.ctx[17]}set focused(e){this.$$set({focused:e}),m()}get readonly(){return this.$$.ctx[18]}set readonly(e){this.$$set({readonly:e}),m()}get error(){return this.$$.ctx[19]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[7]}set testid(e){this.$$set({testid:e}),m()}get width(){return this.$$.ctx[8]}set width(e){this.$$set({width:e}),m()}}customElements.define("goa-input",Pt);function xr(t){const e=t-1;return e*e*e+1}function zr(t){return Math.pow(t-1,3)*(1-t)+1}function ce(t,{delay:e=0,duration:i=400,easing:r=de}={}){const o=+getComputedStyle(t).opacity;return{delay:e,duration:i,easing:r,css:n=>`opacity: ${n*o}`}}function Ot(t,{delay:e=0,duration:i=400,easing:r=xr,x:o=0,y:n=0,opacity:a=0}={}){const l=getComputedStyle(t),s=+l.opacity,c=l.transform==="none"?"":l.transform,u=s*(1-a);return{delay:e,duration:i,easing:r,css:(f,h)=>`
|
|
15
15
|
transform: ${c} translate(${(1-f)*o}px, ${(1-f)*n}px);
|
|
16
|
-
opacity: ${s-u*h}`}}function Nt(t,e){function i(){const n=o();document.body.style.overflow="hidden",document.body.style.paddingRight=n+"px"}function r(){setTimeout(()=>{document.body.style.overflow="",document.body.style.paddingRight="0"},500)}function o(){if(document.body.clientHeight<=document.documentElement.clientHeight)return 0;const n=document.createElement("div");n.style.visibility="hidden",n.style.overflow="scroll",document.body.appendChild(n);const a=document.createElement("div");n.appendChild(a);const l=n.offsetWidth-a.offsetWidth;return n.parentNode.removeChild(n),l}return e.enable&&i(),{update(){e.enable?i():r()},destroy(){r()}}}function Ft(t){let e,i,r,o,n,a,l,s,c,u,f,h,b,g,v,x,k,R,S,U,N=t[0]&&qt(t),T=t[4]&&Wt(t);function M(W,ne){return W[5]?Cr:Er}let F=M(t),C=F(t);return{c(){e=_("div"),i=_("div"),r=A(),o=_("div"),N&&N.c(),n=A(),T&&T.c(),a=A(),l=_("div"),C.c(),s=A(),c=_("slot"),u=A(),f=_("div"),f.innerHTML='<slot name="actions"></slot>',d(i,"data-testid","modal-overlay"),d(i,"class","modal-overlay"),d(l,"data-testid","modal-content"),d(l,"class","modal-content"),d(f,"data-testid","modal-actions"),d(f,"class","modal-actions"),d(o,"class","modal-pane"),d(e,"data-testid","modal"),d(e,"class","modal"),d(e,"style",g="--scroll-offset: "+t[3]+"px; "+(t[1]&&`--width: ${t[1]};`)+";")},m(W,ne){w(W,e,ne),y(e,i),y(e,r),y(e,o),N&&N.m(o,null),y(o,n),T&&T.m(o,null),y(o,a),y(o,l),C.m(l,null),y(l,s),y(l,c),y(o,u),y(o,f),R=!0,S||(U=[X(i,"click",t[6]),Ne(v=Nt.call(null,e,{enable:t[2]}))],S=!0)},p(W,ne){W[0]?N?N.p(W,ne):(N=qt(W),N.c(),N.m(o,n)):N&&(N.d(1),N=null),W[4]?T?T.p(W,ne):(T=Wt(W),T.c(),T.m(o,a)):T&&(T.d(1),T=null),F!==(F=M(W))&&(C.d(1),C=F(W),C&&(C.c(),C.m(l,s))),(!R||ne&10&&g!==(g="--scroll-offset: "+W[3]+"px; "+(W[1]&&`--width: ${W[1]};`)+";"))&&d(e,"style",g),v&&ie(v.update)&&ne&4&&v.update.call(null,{enable:W[2]})},i(W){R||(Y(()=>{b&&b.end(1),h=Ye(o,Ot,{duration:200,y:200}),h.start()}),Y(()=>{k&&k.end(1),x=Ye(e,ce,{duration:200}),x.start()}),R=!0)},o(W){h&&h.invalidate(),b=Je(o,Ot,{delay:200,duration:200,y:-100}),x&&x.invalidate(),k=Je(e,ce,{delay:200,duration:200}),R=!1},d(W){W&&E(e),N&&N.d(),T&&T.d(),C.d(),W&&b&&b.end(),W&&k&&k.end(),S=!1,K(U)}}}function qt(t){let e,i;return{c(){e=_("div"),i=q(t[0]),d(e,"data-testid","modal-title"),d(e,"class","modal-title")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&1&&V(i,r[0])},d(r){r&&E(e)}}}function Wt(t){let e,i,r,o;return{c(){e=_("div"),i=_("goa-icon-button"),z(i,"testid","modal-close-button"),z(i,"type","close"),d(e,"class","modal-close")},m(n,a){w(n,e,a),y(e,i),r||(o=X(i,"click",t[6]),r=!0)},p,d(n){n&&E(e),r=!1,o()}}}function Er(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",D(e,"margin","1.75rem")},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Cr(t){let e;return{c(){e=_("goa-scrollable"),e.innerHTML="<slot></slot>",z(e,"direction","vertical"),z(e,"height","50"),z(e,"hpadding","1.75")},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Ar(t){let e,i,r=t[2]&&Ft(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[2]?r?(r.p(o,n),n&4&&P(r,1)):(r=Ft(o),r.c(),P(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(P(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Mr(t,e,i){let r,o,n,{title:a}=e,{closable:l}=e,{scrollable:s}=e,{open:c}=e,{width:u}=e,f=0;function h(b){!r||(b.target.dispatchEvent(new CustomEvent("_close",{composed:!0})),b.stopPropagation())}return t.$$set=b=>{"title"in b&&i(0,a=b.title),"closable"in b&&i(7,l=b.closable),"scrollable"in b&&i(8,s=b.scrollable),"open"in b&&i(9,c=b.open),"width"in b&&i(1,u=b.width)},t.$$.update=()=>{t.$$.dirty&128&&i(4,r=O(l)),t.$$.dirty&256&&i(5,o=O(s)),t.$$.dirty&512&&i(2,n=O(c)),t.$$.dirty&4&&n&&i(3,f=window.pageYOffset)},[a,u,n,f,r,o,h,l,s,c]}class Zt extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.modal{font-family:var(--font-family);position:absolute;top:var(--scroll-offset, 0);left: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:var(--width, 60ch);margin:1rem;box-shadow:var(--shadow-2);border-radius:4px;max-height:90%}@media(min-width: 640px){.modal-pane{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Mr,Ar,L,{title:0,closable:7,scrollable:8,open:9,width:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","closable","scrollable","open","width"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get closable(){return this.$$.ctx[7]}set closable(e){this.$$set({closable:e}),m()}get scrollable(){return this.$$.ctx[8]}set scrollable(e){this.$$set({scrollable:e}),m()}get open(){return this.$$.ctx[9]}set open(e){this.$$set({open:e}),m()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),m()}}customElements.define("goa-modal",Zt);function Ut(t){let e,i,r,o,n,a,l,s,c,u,f,h,b;return{c(){e=_("div"),i=_("div"),r=_("goa-icon"),o=A(),n=_("div"),n.innerHTML="<slot></slot>",a=A(),l=_("div"),s=_("goa-icon-button"),z(r,"type",t[2]),z(r,"inverted",""),d(i,"class","icon"),d(n,"class","content"),z(s,"type","close"),z(s,"inverted",""),d(l,"class","close"),d(e,"class",c="notification "+t[0])},m(g,v){w(g,e,v),y(e,i),y(i,r),y(e,o),y(e,n),y(e,a),y(e,l),y(l,s),f=!0,h||(b=X(s,"click",t[3]),h=!0)},p(g,v){(!f||v&4)&&z(r,"type",g[2]),(!f||v&1&&c!==(c="notification "+g[0]))&&d(e,"class",c)},i(g){f||(Y(()=>{u||(u=Re(e,ce,{},!0)),u.run(1)}),f=!0)},o(g){u||(u=Re(e,ce,{},!1)),u.run(0),f=!1},d(g){g&&E(e),g&&u&&u.end(),h=!1,b()}}}function Rr(t){let e,i,r=t[1]&&Ut(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[1]?r?(r.p(o,n),n&2&&P(r,1)):(r=Ut(o),r.c(),P(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(P(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Tr(t,e,i){let r,{type:o}=e,n=!0;function a(){i(1,n=!1)}return t.$$set=l=>{"type"in l&&i(0,o=l.type)},t.$$.update=()=>{t.$$.dirty&1&&i(2,r=o==="emergency"?"warning":o==="caution"?"alert-circle":o==="information"?"information-circle":"calendar")},[o,n,r,a]}class Vt extends G{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Tr,Rr,L,{type:0},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}}customElements.define("goa-notification",Vt);function Hr(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","layout")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class Xt extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>@media(min-width: 768px){}.layout{max-width:768px;margin:0 auto;padding:2rem}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},null,Hr,L,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-page-layout",Xt);function Kt(t){let e,i,r,o;const n=[Gr,Lr],a=[];function l(s,c){return s[6]?0:s[5]?1:-1}return~(e=l(t))&&(i=a[e]=n[e](t)),{c(){i&&i.c(),r=le()},m(s,c){~e&&a[e].m(s,c),w(s,r,c),o=!0},p(s,c){let u=e;e=l(s),e===u?~e&&a[e].p(s,c):(i&&(be(),Z(a[u],1,1,()=>{a[u]=null}),ve()),~e?(i=a[e],i?i.p(s,c):(i=a[e]=n[e](s),i.c()),P(i,1),i.m(r.parentNode,r)):i=null)},i(s){o||(P(i),o=!0)},o(s){Z(i),o=!1},d(s){~e&&a[e].d(s),s&&E(r)}}}function Lr(t){let e,i,r,o,n,a=t[1]&&Yt(t);return{c(){e=_("div"),i=_("goa-spinner"),o=A(),a&&a.c(),z(i,"type",t[0]),z(i,"size",t[4]),z(i,"progress",r=t[2]||0),d(e,"class",n="spinner-"+t[4]),j(e,"inline",t[5])},m(l,s){w(l,e,s),y(e,i),y(e,o),a&&a.m(e,null)},p(l,s){s&1&&z(i,"type",l[0]),s&16&&z(i,"size",l[4]),s&4&&r!==(r=l[2]||0)&&z(i,"progress",r),l[1]?a?a.p(l,s):(a=Yt(l),a.c(),a.m(e,null)):a&&(a.d(1),a=null),s&16&&n!==(n="spinner-"+l[4])&&d(e,"class",n),s&48&&j(e,"inline",l[5])},i:p,o:p,d(l){l&&E(e),a&&a.d()}}}function Gr(t){let e,i,r,o,n,a,l,s,c=t[1]&&Jt(t);return{c(){e=_("div"),i=_("goa-spinner"),o=A(),c&&c.c(),z(i,"type",t[0]),z(i,"size",t[4]),z(i,"progress",r=t[2]||0),j(e,"fullscreen",t[6])},m(u,f){w(u,e,f),y(e,i),y(e,o),c&&c.m(e,null),a=!0,l||(s=Ne(Nt.call(null,e,{enable:!0})),l=!0)},p(u,f){(!a||f&1)&&z(i,"type",u[0]),(!a||f&16)&&z(i,"size",u[4]),(!a||f&4&&r!==(r=u[2]||0))&&z(i,"progress",r),u[1]?c?c.p(u,f):(c=Jt(u),c.c(),c.m(e,null)):c&&(c.d(1),c=null),f&64&&j(e,"fullscreen",u[6])},i(u){a||(Y(()=>{n||(n=Re(e,ce,{duration:300},!0)),n.run(1)}),a=!0)},o(u){n||(n=Re(e,ce,{duration:300},!1)),n.run(0),a=!1},d(u){u&&E(e),c&&c.d(),u&&n&&n.end(),l=!1,s()}}}function Yt(t){let e,i;return{c(){e=_("div"),i=q(t[1]),d(e,"class","message")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Jt(t){let e,i;return{c(){e=_("div"),i=q(t[1]),d(e,"class","message")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Ir(t){let e,i,r=t[3]&&Kt(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[3]?r?(r.p(o,n),n&8&&P(r,1)):(r=Kt(o),r.c(),P(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(P(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Br(t,e,i){let r,o,n,a,l,{type:s}=e,{variant:c}=e,{size:u}=e,{message:f=""}=e,{progress:h=0}=e,{visible:b="false"}=e;return t.$$set=g=>{"type"in g&&i(0,s=g.type),"variant"in g&&i(7,c=g.variant),"size"in g&&i(8,u=g.size),"message"in g&&i(1,f=g.message),"progress"in g&&i(2,h=g.progress),"visible"in g&&i(9,b=g.visible)},t.$$.update=()=>{t.$$.dirty&512&&i(10,r=O(b)),t.$$.dirty&128&&i(6,o=c==="fullscreen"),t.$$.dirty&128&&i(5,n=c==="inline"),t.$$.dirty&256&&i(4,a=u==="small"?"large":"xlarge"),t.$$.dirty&1281&&i(3,l=s&&r&&u)},[s,f,h,l,a,n,o,c,u,b,r]}class Qt extends G{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Br,Ir,L,{type:0,variant:7,size:8,message:1,progress:2,visible:9},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","variant","size","message","progress","visible"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get variant(){return this.$$.ctx[7]}set variant(e){this.$$set({variant:e}),m()}get size(){return this.$$.ctx[8]}set size(e){this.$$set({size:e}),m()}get message(){return this.$$.ctx[1]}set message(e){this.$$set({message:e}),m()}get progress(){return this.$$.ctx[2]}set progress(e){this.$$set({progress:e}),m()}get visible(){return this.$$.ctx[9]}set visible(e){this.$$set({visible:e}),m()}}customElements.define("goa-circular-progress",Qt);const $t="bind";function ei(t,e,i){const r=t.slice();return r[14]=e[i],r}function ti(t,e){let i,r,o,n,a,l,s,c,u=(e[14].label||e[14].value)+"",f,h,b,g,v;function x(){return e[11](e[14])}return{key:t,first:null,c(){i=_("label"),r=_("input"),a=A(),l=_("div"),s=A(),c=_("span"),f=q(u),h=A(),d(r,"type","radio"),d(r,"name",e[1]),r.value=o=e[14].value,r.disabled=e[7],r.checked=n=e[14].value===e[0],d(l,"class","goa-radio-icon"),d(c,"class","goa-radio-label"),d(i,"data-testid",b="radio-option-"+e[14].value),d(i,"class","goa-radio"),j(i,"goa-radio--disabled",e[7]),j(i,"goa-radio--error",e[5]),this.first=i},m(k,R){w(k,i,R),y(i,r),y(i,a),y(i,l),y(i,s),y(i,c),y(c,f),y(i,h),g||(v=X(r,"change",x),g=!0)},p(k,R){e=k,R&2&&d(r,"name",e[1]),R&16&&o!==(o=e[14].value)&&(r.value=o),R&128&&(r.disabled=e[7]),R&17&&n!==(n=e[14].value===e[0])&&(r.checked=n),R&16&&u!==(u=(e[14].label||e[14].value)+"")&&V(f,u),R&16&&b!==(b="radio-option-"+e[14].value)&&d(i,"data-testid",b),R&128&&j(i,"goa-radio--disabled",e[7]),R&32&&j(i,"goa-radio--error",e[5])},d(k){k&&E(i),g=!1,v()}}}function Sr(t){let e,i,r,o=[],n=new Map,a,l=t[4];const s=c=>c[14].value;for(let c=0;c<l.length;c+=1){let u=ei(t,l,c),f=s(u);n.set(f,o[c]=ti(f,u))}return{c(){e=_("div"),i=_("slot"),r=A();for(let c=0;c<o.length;c+=1)o[c].c();this.c=p,d(e,"class",a=`goa-radio-group--${t[2]}`),d(e,"data-testid",t[3])},m(c,u){w(c,e,u),y(e,i),y(e,r);for(let f=0;f<o.length;f+=1)o[f].m(e,null);t[12](e)},p(c,[u]){u&435&&(l=c[4],o=$e(o,u,s,1,c,l,n,e,Qe,ti,null,ei)),u&4&&a!==(a=`goa-radio-group--${c[2]}`)&&d(e,"class",a),u&8&&d(e,"data-testid",c[3])},i:p,o:p,d(c){c&&E(e);for(let u=0;u<o.length;u+=1)o[u].d();t[12](null)}}}function jr(t,e,i){let r,{name:o}=e,{value:n}=e,{orientation:a="vertical"}=e,{disabled:l="false"}=e,{error:s="false"}=e,{testid:c=""}=e,u=[],f,h,b;Ee(()=>{h=mt(o),h.subscribe(k=>{switch(k==null?void 0:k.type){case $t:i(4,u=[...u,k])}})});function g(k){k!==n&&(i(0,n=k),b.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:o,value:n}})))}Ue(()=>{yt(o)});const v=k=>g(k.value);function x(k){he[k?"unshift":"push"](()=>{b=k,i(6,b)})}return t.$$set=k=>{"name"in k&&i(1,o=k.name),"value"in k&&i(0,n=k.value),"orientation"in k&&i(2,a=k.orientation),"disabled"in k&&i(9,l=k.disabled),"error"in k&&i(10,s=k.error),"testid"in k&&i(3,c=k.testid)},t.$$.update=()=>{t.$$.dirty&512&&i(7,r=O(l)),t.$$.dirty&1024&&i(5,f=O(s))},[n,o,a,c,u,f,b,r,g,l,s,v,x]}class ii extends G{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-flex;flex-direction:column}label.goa-radio{--goa-radio-outline-width:3px;--goa-radio-diameter:1.5rem;--goa-radio-border-width:1px;--goa-radio-border-width--checked:7px;box-sizing:border-box;display:inline-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;appearance:none}.goa-radio input[type="radio"]:hover~.goa-radio-icon{border-color:var(--goa-color-interactive--hover)}.goa-radio input[type="radio"]:focus~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--highlight)}.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}.goa-radio:focus>input:not(:disabled)~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--highlight)}.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>',B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},jr,Sr,L,{name:1,value:0,orientation:2,disabled:9,error:10,testid:3},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","orientation","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get orientation(){return this.$$.ctx[2]}set orientation(e){this.$$set({orientation:e}),m()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[10]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-radio-group",ii);function Dr(t){return{c(){this.c=p},m:p,p,i:p,o:p,d:p}}function Pr(t,e,i){let{value:r}=e,{label:o}=e,{name:n}=e,a;return Ee(async()=>{a=await bt(n),a.notify({type:$t,value:r,label:o})}),t.$$set=l=>{"value"in l&&i(0,r=l.value),"label"in l&&i(1,o=l.label),"name"in l&&i(2,n=l.name)},[r,o,n]}class ri extends G{constructor(e){super();B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Pr,Dr,L,{value:0,label:1,name:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["value","label","name"]}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get label(){return this.$$.ctx[1]}set label(e){this.$$set({label:e}),m()}get name(){return this.$$.ctx[2]}set name(e){this.$$set({name:e}),m()}}customElements.define("goa-radio-item",ri);function Or(t){let e,i,r;return{c(){e=_("div"),i=_("slot"),this.c=p,d(e,"class","goa-scrollable"),d(e,"style",r=`
|
|
16
|
+
opacity: ${s-u*h}`}}function Nt(t,e){function i(){const n=o();document.body.style.overflow="hidden",document.body.style.paddingRight=n+"px"}function r(){setTimeout(()=>{document.body.style.overflow="",document.body.style.paddingRight="0"},500)}function o(){if(document.body.clientHeight<=document.documentElement.clientHeight)return 0;const n=document.createElement("div");n.style.visibility="hidden",n.style.overflow="scroll",document.body.appendChild(n);const a=document.createElement("div");n.appendChild(a);const l=n.offsetWidth-a.offsetWidth;return n.parentNode.removeChild(n),l}return e.enable&&i(),{update(){e.enable?i():r()},destroy(){r()}}}function Ft(t){let e,i,r,o,n,a,l,s,c,u,f,h,b,g,v,x,k,R,B,U,O=t[0]&&qt(t),C=t[4]&&Wt(t);function W(q,ne){return q[5]?Cr:Er}let F=W(t),M=F(t);return{c(){e=_("div"),i=_("div"),r=A(),o=_("div"),O&&O.c(),n=A(),C&&C.c(),a=A(),l=_("div"),M.c(),s=A(),c=_("slot"),u=A(),f=_("div"),f.innerHTML='<slot name="actions"></slot>',d(i,"data-testid","modal-overlay"),d(i,"class","modal-overlay"),d(l,"data-testid","modal-content"),d(l,"class","modal-content"),d(f,"data-testid","modal-actions"),d(f,"class","modal-actions"),d(o,"class","modal-pane"),d(e,"data-testid","modal"),d(e,"class","modal"),d(e,"style",g="--scroll-offset: "+t[3]+"px; "+(t[1]&&`--width: ${t[1]};`)+";")},m(q,ne){w(q,e,ne),y(e,i),y(e,r),y(e,o),O&&O.m(o,null),y(o,n),C&&C.m(o,null),y(o,a),y(o,l),M.m(l,null),y(l,s),y(l,c),y(o,u),y(o,f),R=!0,B||(U=[X(i,"click",t[6]),Ne(v=Nt.call(null,e,{enable:t[2]}))],B=!0)},p(q,ne){q[0]?O?O.p(q,ne):(O=qt(q),O.c(),O.m(o,n)):O&&(O.d(1),O=null),q[4]?C?C.p(q,ne):(C=Wt(q),C.c(),C.m(o,a)):C&&(C.d(1),C=null),F!==(F=W(q))&&(M.d(1),M=F(q),M&&(M.c(),M.m(l,s))),(!R||ne&10&&g!==(g="--scroll-offset: "+q[3]+"px; "+(q[1]&&`--width: ${q[1]};`)+";"))&&d(e,"style",g),v&&ie(v.update)&&ne&4&&v.update.call(null,{enable:q[2]})},i(q){R||(K(()=>{b&&b.end(1),h=Ye(o,Ot,{duration:200,y:200}),h.start()}),K(()=>{k&&k.end(1),x=Ye(e,ce,{duration:200}),x.start()}),R=!0)},o(q){h&&h.invalidate(),b=Je(o,Ot,{delay:200,duration:200,y:-100}),x&&x.invalidate(),k=Je(e,ce,{delay:200,duration:200}),R=!1},d(q){q&&E(e),O&&O.d(),C&&C.d(),M.d(),q&&b&&b.end(),q&&k&&k.end(),B=!1,Q(U)}}}function qt(t){let e,i;return{c(){e=_("div"),i=N(t[0]),d(e,"data-testid","modal-title"),d(e,"class","modal-title")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&1&&V(i,r[0])},d(r){r&&E(e)}}}function Wt(t){let e,i,r,o;return{c(){e=_("div"),i=_("goa-icon-button"),z(i,"testid","modal-close-button"),z(i,"type","close"),d(e,"class","modal-close")},m(n,a){w(n,e,a),y(e,i),r||(o=X(i,"click",t[6]),r=!0)},p,d(n){n&&E(e),r=!1,o()}}}function Er(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",j(e,"margin","1.75rem")},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Cr(t){let e;return{c(){e=_("goa-scrollable"),e.innerHTML="<slot></slot>",z(e,"direction","vertical"),z(e,"height","50"),z(e,"hpadding","1.75")},m(i,r){w(i,e,r)},d(i){i&&E(e)}}}function Ar(t){let e,i,r=t[2]&&Ft(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[2]?r?(r.p(o,n),n&4&&D(r,1)):(r=Ft(o),r.c(),D(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(D(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Mr(t,e,i){let r,o,n,{title:a}=e,{closable:l}=e,{scrollable:s}=e,{open:c}=e,{width:u}=e,f=0;function h(b){!r||(b.target.dispatchEvent(new CustomEvent("_close",{composed:!0})),b.stopPropagation())}return t.$$set=b=>{"title"in b&&i(0,a=b.title),"closable"in b&&i(7,l=b.closable),"scrollable"in b&&i(8,s=b.scrollable),"open"in b&&i(9,c=b.open),"width"in b&&i(1,u=b.width)},t.$$.update=()=>{t.$$.dirty&128&&i(4,r=P(l)),t.$$.dirty&256&&i(5,o=P(s)),t.$$.dirty&512&&i(2,n=P(c)),t.$$.dirty&4&&n&&i(3,f=window.pageYOffset)},[a,u,n,f,r,o,h,l,s,c]}class Zt extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.modal{font-family:var(--font-family);position:absolute;top:var(--scroll-offset, 0);left: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:var(--width, 60ch);margin:1rem;box-shadow:var(--shadow-2);border-radius:4px;max-height:90%}@media(min-width: 640px){.modal-pane{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Mr,Ar,H,{title:0,closable:7,scrollable:8,open:9,width:1},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","closable","scrollable","open","width"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get closable(){return this.$$.ctx[7]}set closable(e){this.$$set({closable:e}),m()}get scrollable(){return this.$$.ctx[8]}set scrollable(e){this.$$set({scrollable:e}),m()}get open(){return this.$$.ctx[9]}set open(e){this.$$set({open:e}),m()}get width(){return this.$$.ctx[1]}set width(e){this.$$set({width:e}),m()}}customElements.define("goa-modal",Zt);function Ut(t){let e,i,r,o,n,a,l,s,c,u,f,h,b;return{c(){e=_("div"),i=_("div"),r=_("goa-icon"),o=A(),n=_("div"),n.innerHTML="<slot></slot>",a=A(),l=_("div"),s=_("goa-icon-button"),z(r,"type",t[2]),z(r,"inverted",""),d(i,"class","icon"),d(n,"class","content"),z(s,"type","close"),z(s,"inverted",""),d(l,"class","close"),d(e,"class",c="notification "+t[0])},m(g,v){w(g,e,v),y(e,i),y(i,r),y(e,o),y(e,n),y(e,a),y(e,l),y(l,s),f=!0,h||(b=X(s,"click",t[3]),h=!0)},p(g,v){(!f||v&4)&&z(r,"type",g[2]),(!f||v&1&&c!==(c="notification "+g[0]))&&d(e,"class",c)},i(g){f||(K(()=>{u||(u=Re(e,ce,{},!0)),u.run(1)}),f=!0)},o(g){u||(u=Re(e,ce,{},!1)),u.run(0),f=!1},d(g){g&&E(e),g&&u&&u.end(),h=!1,b()}}}function Rr(t){let e,i,r=t[1]&&Ut(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[1]?r?(r.p(o,n),n&2&&D(r,1)):(r=Ut(o),r.c(),D(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(D(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Tr(t,e,i){let r,{type:o}=e,n=!0;function a(){i(1,n=!1)}return t.$$set=l=>{"type"in l&&i(0,o=l.type)},t.$$.update=()=>{t.$$.dirty&1&&i(2,r=o==="emergency"?"warning":o==="caution"?"alert-circle":o==="information"?"information-circle":"calendar")},[o,n,r,a]}class Vt extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Tr,Rr,H,{type:0},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}}customElements.define("goa-notification",Vt);function Hr(t){let e;return{c(){e=_("div"),e.innerHTML="<slot></slot>",this.c=p,d(e,"class","layout")},m(i,r){w(i,e,r)},p,i:p,o:p,d(i){i&&E(e)}}}class Xt extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>@media(min-width: 768px){}.layout{max-width:768px;margin:0 auto;padding:2rem}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},null,Hr,H,{},null),e&&e.target&&w(e.target,this,e.anchor)}}customElements.define("goa-page-layout",Xt);function Kt(t){let e,i,r,o;const n=[Gr,Lr],a=[];function l(s,c){return s[6]?0:s[5]?1:-1}return~(e=l(t))&&(i=a[e]=n[e](t)),{c(){i&&i.c(),r=le()},m(s,c){~e&&a[e].m(s,c),w(s,r,c),o=!0},p(s,c){let u=e;e=l(s),e===u?~e&&a[e].p(s,c):(i&&(be(),Z(a[u],1,1,()=>{a[u]=null}),ve()),~e?(i=a[e],i?i.p(s,c):(i=a[e]=n[e](s),i.c()),D(i,1),i.m(r.parentNode,r)):i=null)},i(s){o||(D(i),o=!0)},o(s){Z(i),o=!1},d(s){~e&&a[e].d(s),s&&E(r)}}}function Lr(t){let e,i,r,o,n,a=t[1]&&Yt(t);return{c(){e=_("div"),i=_("goa-spinner"),o=A(),a&&a.c(),z(i,"type",t[0]),z(i,"size",t[4]),z(i,"progress",r=t[2]||0),d(e,"class",n="spinner-"+t[4]),S(e,"inline",t[5])},m(l,s){w(l,e,s),y(e,i),y(e,o),a&&a.m(e,null)},p(l,s){s&1&&z(i,"type",l[0]),s&16&&z(i,"size",l[4]),s&4&&r!==(r=l[2]||0)&&z(i,"progress",r),l[1]?a?a.p(l,s):(a=Yt(l),a.c(),a.m(e,null)):a&&(a.d(1),a=null),s&16&&n!==(n="spinner-"+l[4])&&d(e,"class",n),s&48&&S(e,"inline",l[5])},i:p,o:p,d(l){l&&E(e),a&&a.d()}}}function Gr(t){let e,i,r,o,n,a,l,s,c=t[1]&&Jt(t);return{c(){e=_("div"),i=_("goa-spinner"),o=A(),c&&c.c(),z(i,"type",t[0]),z(i,"size",t[4]),z(i,"progress",r=t[2]||0),S(e,"fullscreen",t[6])},m(u,f){w(u,e,f),y(e,i),y(e,o),c&&c.m(e,null),a=!0,l||(s=Ne(Nt.call(null,e,{enable:!0})),l=!0)},p(u,f){(!a||f&1)&&z(i,"type",u[0]),(!a||f&16)&&z(i,"size",u[4]),(!a||f&4&&r!==(r=u[2]||0))&&z(i,"progress",r),u[1]?c?c.p(u,f):(c=Jt(u),c.c(),c.m(e,null)):c&&(c.d(1),c=null),f&64&&S(e,"fullscreen",u[6])},i(u){a||(K(()=>{n||(n=Re(e,ce,{duration:300},!0)),n.run(1)}),a=!0)},o(u){n||(n=Re(e,ce,{duration:300},!1)),n.run(0),a=!1},d(u){u&&E(e),c&&c.d(),u&&n&&n.end(),l=!1,s()}}}function Yt(t){let e,i;return{c(){e=_("div"),i=N(t[1]),d(e,"class","message")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Jt(t){let e,i;return{c(){e=_("div"),i=N(t[1]),d(e,"class","message")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Ir(t){let e,i,r=t[3]&&Kt(t);return{c(){r&&r.c(),e=le(),this.c=p},m(o,n){r&&r.m(o,n),w(o,e,n),i=!0},p(o,[n]){o[3]?r?(r.p(o,n),n&8&&D(r,1)):(r=Kt(o),r.c(),D(r,1),r.m(e.parentNode,e)):r&&(be(),Z(r,1,1,()=>{r=null}),ve())},i(o){i||(D(r),i=!0)},o(o){Z(r),i=!1},d(o){r&&r.d(o),o&&E(e)}}}function Br(t,e,i){let r,o,n,a,l,{type:s}=e,{variant:c}=e,{size:u}=e,{message:f=""}=e,{progress:h=0}=e,{visible:b="false"}=e;return t.$$set=g=>{"type"in g&&i(0,s=g.type),"variant"in g&&i(7,c=g.variant),"size"in g&&i(8,u=g.size),"message"in g&&i(1,f=g.message),"progress"in g&&i(2,h=g.progress),"visible"in g&&i(9,b=g.visible)},t.$$.update=()=>{t.$$.dirty&512&&i(10,r=P(b)),t.$$.dirty&128&&i(6,o=c==="fullscreen"),t.$$.dirty&128&&i(5,n=c==="inline"),t.$$.dirty&256&&i(4,a=u==="small"?"large":"xlarge"),t.$$.dirty&1281&&i(3,l=s&&r&&u)},[s,f,h,l,a,n,o,c,u,b,r]}class Qt extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Br,Ir,H,{type:0,variant:7,size:8,message:1,progress:2,visible:9},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["type","variant","size","message","progress","visible"]}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),m()}get variant(){return this.$$.ctx[7]}set variant(e){this.$$set({variant:e}),m()}get size(){return this.$$.ctx[8]}set size(e){this.$$set({size:e}),m()}get message(){return this.$$.ctx[1]}set message(e){this.$$set({message:e}),m()}get progress(){return this.$$.ctx[2]}set progress(e){this.$$set({progress:e}),m()}get visible(){return this.$$.ctx[9]}set visible(e){this.$$set({visible:e}),m()}}customElements.define("goa-circular-progress",Qt);const $t="bind";function ei(t,e,i){const r=t.slice();return r[14]=e[i],r}function ti(t,e){let i,r,o,n,a,l,s,c,u=(e[14].label||e[14].value)+"",f,h,b,g,v;function x(){return e[11](e[14])}return{key:t,first:null,c(){i=_("label"),r=_("input"),a=A(),l=_("div"),s=A(),c=_("span"),f=N(u),h=A(),d(r,"type","radio"),d(r,"name",e[1]),r.value=o=e[14].value,r.disabled=e[7],r.checked=n=e[14].value===e[0],d(l,"class","goa-radio-icon"),d(c,"class","goa-radio-label"),d(i,"data-testid",b="radio-option-"+e[14].value),d(i,"class","goa-radio"),S(i,"goa-radio--disabled",e[7]),S(i,"goa-radio--error",e[5]),this.first=i},m(k,R){w(k,i,R),y(i,r),y(i,a),y(i,l),y(i,s),y(i,c),y(c,f),y(i,h),g||(v=X(r,"change",x),g=!0)},p(k,R){e=k,R&2&&d(r,"name",e[1]),R&16&&o!==(o=e[14].value)&&(r.value=o),R&128&&(r.disabled=e[7]),R&17&&n!==(n=e[14].value===e[0])&&(r.checked=n),R&16&&u!==(u=(e[14].label||e[14].value)+"")&&V(f,u),R&16&&b!==(b="radio-option-"+e[14].value)&&d(i,"data-testid",b),R&128&&S(i,"goa-radio--disabled",e[7]),R&32&&S(i,"goa-radio--error",e[5])},d(k){k&&E(i),g=!1,v()}}}function Sr(t){let e,i,r,o=[],n=new Map,a,l=t[4];const s=c=>c[14].value;for(let c=0;c<l.length;c+=1){let u=ei(t,l,c),f=s(u);n.set(f,o[c]=ti(f,u))}return{c(){e=_("div"),i=_("slot"),r=A();for(let c=0;c<o.length;c+=1)o[c].c();this.c=p,d(e,"class",a=`goa-radio-group--${t[2]}`),d(e,"data-testid",t[3])},m(c,u){w(c,e,u),y(e,i),y(e,r);for(let f=0;f<o.length;f+=1)o[f].m(e,null);t[12](e)},p(c,[u]){u&435&&(l=c[4],o=$e(o,u,s,1,c,l,n,e,Qe,ti,null,ei)),u&4&&a!==(a=`goa-radio-group--${c[2]}`)&&d(e,"class",a),u&8&&d(e,"data-testid",c[3])},i:p,o:p,d(c){c&&E(e);for(let u=0;u<o.length;u+=1)o[u].d();t[12](null)}}}function jr(t,e,i){let r,{name:o}=e,{value:n}=e,{orientation:a="vertical"}=e,{disabled:l="false"}=e,{error:s="false"}=e,{testid:c=""}=e,u=[],f,h,b;Ee(()=>{h=mt(o),h.subscribe(k=>{switch(k==null?void 0:k.type){case $t:i(4,u=[...u,k])}})});function g(k){k!==n&&(i(0,n=k),b.dispatchEvent(new CustomEvent("_change",{composed:!0,detail:{name:o,value:n}})))}Ue(()=>{yt(o)});const v=k=>g(k.value);function x(k){he[k?"unshift":"push"](()=>{b=k,i(6,b)})}return t.$$set=k=>{"name"in k&&i(1,o=k.name),"value"in k&&i(0,n=k.value),"orientation"in k&&i(2,a=k.orientation),"disabled"in k&&i(9,l=k.disabled),"error"in k&&i(10,s=k.error),"testid"in k&&i(3,c=k.testid)},t.$$.update=()=>{t.$$.dirty&512&&i(7,r=P(l)),t.$$.dirty&1024&&i(5,f=P(s))},[n,o,a,c,u,f,b,r,g,l,s,v,x]}class ii extends L{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-flex;flex-direction:column}label.goa-radio{--goa-radio-outline-width:3px;--goa-radio-diameter:1.5rem;--goa-radio-border-width:1px;--goa-radio-border-width--checked:7px;box-sizing:border-box;display:inline-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;appearance:none}.goa-radio input[type="radio"]:hover~.goa-radio-icon{border-color:var(--goa-color-interactive--hover)}.goa-radio input[type="radio"]:focus~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--highlight)}.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}.goa-radio:focus>input:not(:disabled)~.goa-radio-icon{box-shadow:0 0 0 var(--goa-radio-outline-width) var(--goa-color-interactive--highlight)}.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>',I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},jr,Sr,H,{name:1,value:0,orientation:2,disabled:9,error:10,testid:3},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","orientation","disabled","error","testid"]}get name(){return this.$$.ctx[1]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get orientation(){return this.$$.ctx[2]}set orientation(e){this.$$set({orientation:e}),m()}get disabled(){return this.$$.ctx[9]}set disabled(e){this.$$set({disabled:e}),m()}get error(){return this.$$.ctx[10]}set error(e){this.$$set({error:e}),m()}get testid(){return this.$$.ctx[3]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-radio-group",ii);function Dr(t){return{c(){this.c=p},m:p,p,i:p,o:p,d:p}}function Pr(t,e,i){let{value:r}=e,{label:o}=e,{name:n}=e,a;return Ee(async()=>{a=await bt(n),a.notify({type:$t,value:r,label:o})}),t.$$set=l=>{"value"in l&&i(0,r=l.value),"label"in l&&i(1,o=l.label),"name"in l&&i(2,n=l.name)},[r,o,n]}class ri extends L{constructor(e){super();I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Pr,Dr,H,{value:0,label:1,name:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["value","label","name"]}get value(){return this.$$.ctx[0]}set value(e){this.$$set({value:e}),m()}get label(){return this.$$.ctx[1]}set label(e){this.$$set({label:e}),m()}get name(){return this.$$.ctx[2]}set name(e){this.$$set({name:e}),m()}}customElements.define("goa-radio-item",ri);function Or(t){let e,i,r;return{c(){e=_("div"),i=_("slot"),this.c=p,d(e,"class","goa-scrollable"),d(e,"style",r=`
|
|
17
17
|
--max-height: ${t[3]};
|
|
18
18
|
overflow-y: ${t[0]==="vertical"?"auto":"hidden"};
|
|
19
19
|
overflow-x: ${t[0]==="horizontal"?"auto":"hidden"};
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
overflow-x: ${o[0]==="horizontal"?"auto":"hidden"};
|
|
26
26
|
margin: ${o[2]}rem 0;
|
|
27
27
|
padding: 0 ${o[1]}rem;
|
|
28
|
-
`)&&d(e,"style",r)},i:p,o:p,d(o){o&&E(e)}}}function Nr(t,e,i){let{direction:r="vertical"}=e,{hpadding:o=0}=e,{vpadding:n=0}=e,{height:a=0}=e;return t.$$set=l=>{"direction"in l&&i(0,r=l.direction),"hpadding"in l&&i(1,o=l.hpadding),"vpadding"in l&&i(2,n=l.vpadding),"height"in l&&i(3,a=l.height)},[r,o,n,a]}class oi extends
|
|
28
|
+
`)&&d(e,"style",r)},i:p,o:p,d(o){o&&E(e)}}}function Nr(t,e,i){let{direction:r="vertical"}=e,{hpadding:o=0}=e,{vpadding:n=0}=e,{height:a=0}=e;return t.$$set=l=>{"direction"in l&&i(0,r=l.direction),"hpadding"in l&&i(1,o=l.hpadding),"vpadding"in l&&i(2,n=l.vpadding),"height"in l&&i(3,a=l.height)},[r,o,n,a]}class oi extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Nr,Or,H,{direction:0,hpadding:1,vpadding:2,height:3},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["direction","hpadding","vpadding","height"]}get direction(){return this.$$.ctx[0]}set direction(e){this.$$set({direction:e}),m()}get hpadding(){return this.$$.ctx[1]}set hpadding(e){this.$$set({hpadding:e}),m()}get vpadding(){return this.$$.ctx[2]}set vpadding(e){this.$$set({vpadding:e}),m()}get height(){return this.$$.ctx[3]}set height(e){this.$$set({height:e}),m()}}customElements.define("goa-scrollable",oi);function ni(t){let e,i,r;return{c(){e=_("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>',i=A(),r=_("div"),r.innerHTML='An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>',d(e,"class","service-level service-level--live"),d(r,"data-testid","level"),d(r,"class","site-text")},m(o,n){w(o,e,n),w(o,i,n),w(o,r,n)},d(o){o&&E(e),o&&E(i),o&&E(r)}}}function ai(t){let e,i=ci(t[0])+"",r,o,n,a,l,s,c,u=t[2]&&li(t);return{c(){e=_("div"),r=N(i),n=A(),a=_("div"),l=N("This is a new "),s=_("a"),s.textContent="Alberta Government",c=N(`
|
|
29
29
|
service
|
|
30
|
-
`),u&&u.c(),d(e,"data-testid","level"),d(e,"class",o="service-level service-level--"+t[0]?.toLowerCase()),d(s,"href","https://www.alberta.ca/index.aspx"),d(a,"data-testid","site-text"),d(a,"class","site-text")},m(f,h){w(f,e,h),y(e,r),w(f,n,h),w(f,a,h),y(a,l),y(a,s),y(a,c),u&&u.m(a,null)},p(f,h){h&1&&i!==(i=ci(f[0])+"")&&V(r,i),h&1&&o!==(o="service-level service-level--"+f[0]?.toLowerCase())&&d(e,"class",o),f[2]?u?u.p(f,h):(u=li(f),u.c(),u.m(a,null)):u&&(u.d(1),u=null)},d(f){f&&E(e),f&&E(n),f&&E(a),u&&u.d()}}}function li(t){let e,i,r,o;return{c(){e=_("span"),i=q("\u2014 help us improve it by giving "),r=_("a"),o=q("feedback"),d(r,"href",t[2]),d(e,"data-testid","feedback")},m(n,a){w(n,e,a),y(e,i),y(e,r),y(r,o)},p(n,a){a&4&&d(r,"href",n[2])},d(n){n&&E(e)}}}function si(t){let e,i;return{c(){e=_("div"),i=q(t[1]),d(e,"data-testid","version"),d(e,"class","version")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Fr(t){let e,i,r,o,n,a=t[0]==="live"&&ni(),l=t[0]!=="live"&&ai(t),s=t[1]&&si(t);return{c(){e=_("header"),a&&a.c(),i=A(),l&&l.c(),r=A(),o=_("div"),n=A(),s&&s.c(),this.c=p,d(o,"class","spacer"),d(e,"class","goa-official-site-header")},m(c,u){w(c,e,u),a&&a.m(e,null),y(e,i),l&&l.m(e,null),y(e,r),y(e,o),y(e,n),s&&s.m(e,null)},p(c,[u]){c[0]==="live"?a||(a=ni(),a.c(),a.m(e,i)):a&&(a.d(1),a=null),c[0]!=="live"?l?l.p(c,u):(l=ai(c),l.c(),l.m(e,r)):l&&(l.d(1),l=null),c[1]?s?s.p(c,u):(s=si(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:p,o:p,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function ci(t){return!t||(t==null?void 0:t.length)===0?"":t[0].toUpperCase()+t.slice(1)}function qr(t,e,i){let{level:r}=e,{version:o}=e,{feedbackurl:n}=e;return t.$$set=a=>{"level"in a&&i(0,r=a.level),"version"in a&&i(1,o=a.version),"feedbackurl"in a&&i(2,n=a.feedbackurl)},[r,o,n]}class di extends G{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-xs);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;height:2.5rem;padding:0 0.5rem;gap:0.5rem}.spacer{flex:1 1 auto}.version{color:var(--goa-color-600)}.service-level{font-weight:bold;padding:0 0.5rem;height:1.5rem;display:flex;align-items:center}.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{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--goa-color-text)}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},qr,Fr,L,{level:0,version:1,feedbackurl:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["level","version","feedbackurl"]}get level(){return this.$$.ctx[0]}set level(e){this.$$set({level:e}),m()}get version(){return this.$$.ctx[1]}set version(e){this.$$set({version:e}),m()}get feedbackurl(){return this.$$.ctx[2]}set feedbackurl(e){this.$$set({feedbackurl:e}),m()}}customElements.define("goa-microsite-header",di);function Wr(t){let e,i;return{c(){e=_("div"),d(e,"class",i="skeleton "+t[2]+` ${t[2]}-${t[1]}`)},m(r,o){w(r,e,o)},p(r,o){o&6&&i!==(i="skeleton "+r[2]+` ${r[2]}-${r[1]}`)&&d(e,"class",i)},i:p,o:p,d(r){r&&E(e)}}}function Zr(t){let e,i,r,o,n,a,l,s,c,u;return r=new Q({props:{type:"avatar",size:t[1]}}),a=new Q({props:{type:"title",size:t[1]}}),s=new Q({props:{type:"text-small",size:t[1]}}),{c(){e=_("div"),i=_("div"),te(r.$$.fragment),o=A(),n=_("div"),te(a.$$.fragment),l=A(),te(s.$$.fragment),d(i,"class","profile-avatar"),d(n,"class","profile-name"),d(e,"class",c="profile profile-"+t[1])},m(f,h){w(f,e,h),y(e,i),$(r,i,null),y(e,o),y(e,n),$(a,n,null),y(n,l),$(s,n,null),u=!0},p(f,h){const b={};h&2&&(b.size=f[1]),r.$set(b);const g={};h&2&&(g.size=f[1]),a.$set(g);const v={};h&2&&(v.size=f[1]),s.$set(v),(!u||h&2&&c!==(c="profile profile-"+f[1]))&&d(e,"class",c)},i(f){u||(P(r.$$.fragment,f),P(a.$$.fragment,f),P(s.$$.fragment,f),u=!0)},o(f){Z(r.$$.fragment,f),Z(a.$$.fragment,f),Z(s.$$.fragment,f),u=!1},d(f){f&&E(e),ee(r),ee(a),ee(s)}}}function Ur(t){let e,i,r,o,n,a,l,s,c,u,f,h,b;return i=new Q({props:{type:"image",size:t[1]}}),n=new Q({props:{type:"header",size:t[1]}}),l=new Q({props:{type:"text",size:t[1]}}),c=new Q({props:{type:"text",size:t[1]}}),f=new Q({props:{type:"text",size:t[1]}}),{c(){e=_("div"),te(i.$$.fragment),r=A(),o=_("div"),te(n.$$.fragment),a=A(),te(l.$$.fragment),s=A(),te(c.$$.fragment),u=A(),te(f.$$.fragment),d(o,"class","card-content"),d(e,"class",h="card card-"+t[1]),D(e,"--width",t[0]+"px")},m(g,v){w(g,e,v),$(i,e,null),y(e,r),y(e,o),$(n,o,null),y(o,a),$(l,o,null),y(o,s),$(c,o,null),y(o,u),$(f,o,null),b=!0},p(g,v){const x={};v&2&&(x.size=g[1]),i.$set(x);const k={};v&2&&(k.size=g[1]),n.$set(k);const R={};v&2&&(R.size=g[1]),l.$set(R);const S={};v&2&&(S.size=g[1]),c.$set(S);const U={};v&2&&(U.size=g[1]),f.$set(U),(!b||v&2&&h!==(h="card card-"+g[1]))&&d(e,"class",h),(!b||v&1)&&D(e,"--width",g[0]+"px")},i(g){b||(P(i.$$.fragment,g),P(n.$$.fragment,g),P(l.$$.fragment,g),P(c.$$.fragment,g),P(f.$$.fragment,g),b=!0)},o(g){Z(i.$$.fragment,g),Z(n.$$.fragment,g),Z(l.$$.fragment,g),Z(c.$$.fragment,g),Z(f.$$.fragment,g),b=!1},d(g){g&&E(e),ee(i),ee(n),ee(l),ee(c),ee(f)}}}function Vr(t){let e,i,r,o;const n=[Ur,Zr,Wr],a=[];function l(s,c){return s[2]==="card"?0:s[2]==="profile"?1:2}return e=l(t),i=a[e]=n[e](t),{c(){i.c(),r=le(),this.c=p},m(s,c){a[e].m(s,c),w(s,r,c),o=!0},p(s,[c]){let u=e;e=l(s),e===u?a[e].p(s,c):(be(),Z(a[u],1,1,()=>{a[u]=null}),ve(),i=a[e],i?i.p(s,c):(i=a[e]=n[e](s),i.c()),P(i,1),i.m(r.parentNode,r))},i(s){o||(P(i),o=!0)},o(s){Z(i),o=!1},d(s){a[e].d(s),s&&E(r)}}}function Xr(t,e,i){let{width:r=320}=e,{size:o=1}=e,{type:n}=e;return t.$$set=a=>{"width"in a&&i(0,r=a.width),"size"in a&&i(1,o=a.size),"type"in a&&i(2,n=a.type)},[r,o,n]}class Q extends G{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-4,.text-4{width:100%;height:.75rem;border-radius:0.25rem}.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-bottom:12px;border-radius:0.25rem}.header-2{width:60%;height:20px;margin-bottom:14px;border-radius:0.25rem}.header-3{width:70%;height:22px;margin-bottom:16px;border-radius:0.25rem}.header-4{width:80%;height:24px;margin-bottom:18px;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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Xr,Vr,L,{width:0,size:1,type:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["width","size","type"]}get width(){return this.$$.ctx[0]}set width(e){this.$$set({width:e}),m()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),m()}get type(){return this.$$.ctx[2]}set type(e){this.$$set({type:e}),m()}}customElements.define("goa-skeleton",Q);function ui(t){return Object.prototype.toString.call(t)==="[object Date]"}function je(t,e){if(t===e||t!==t)return()=>t;const i=typeof t;if(i!==typeof e||Array.isArray(t)!==Array.isArray(e))throw new Error("Cannot interpolate values of different type");if(Array.isArray(t)){const r=e.map((o,n)=>je(t[n],o));return o=>r.map(n=>n(o))}if(i==="object"){if(!t||!e)throw new Error("Object cannot be null");if(ui(t)&&ui(e)){t=t.getTime(),e=e.getTime();const n=e-t;return a=>new Date(t+a*n)}const r=Object.keys(e),o={};return r.forEach(n=>{o[n]=je(t[n],e[n])}),n=>{const a={};return r.forEach(l=>{a[l]=o[l](n)}),a}}if(i==="number"){const r=e-t;return o=>t+o*r}throw new Error(`Cannot interpolate ${i} values`)}function Kr(t,e={}){const i=ht(t);let r,o=t;function n(a,l){if(t==null)return i.set(t=a),Promise.resolve();o=a;let s=r,c=!1,{delay:u=0,duration:f=400,easing:h=de,interpolate:b=je}=De(De({},e),l);if(f===0)return s&&(s.abort(),s=null),i.set(t=o),Promise.resolve();const g=pe()+u;let v;return r=we(x=>{if(x<g)return!0;c||(v=b(t,a),typeof f=="function"&&(f=f(t,a)),c=!0),s&&(s.abort(),s=null);const k=x-g;return k>f?(i.set(t=a),!1):(i.set(t=v(h(k/f))),!0)}),r.promise}return{set:n,update:(a,l)=>n(a(o,t),l),subscribe:i.subscribe}}function fi(t){let e,i,r,o,n,a,l,s,c;return{c(){e=re("svg"),i=re("circle"),n=re("path"),d(i,"cx",t[3]),d(i,"cy",t[3]),d(i,"stroke",r=t[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)"),d(i,"stroke-width",t[4]),d(i,"r",o=t[3]-t[4]/2),d(n,"d",a=t[9](t[7])),d(n,"stroke-width",t[4]),d(n,"stroke",l=t[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)"),d(n,"stroke-linecap","round"),d(e,"class",s=`spinner-${t[1]}`),d(e,"fill","none"),d(e,"viewBox",c="0 0 "+t[5]+" "+t[5]),d(e,"width",t[5]),d(e,"height",t[5]),d(e,"data-testid",t[2]),d(e,"xmlns","http://www.w3.org/2000/svg")},m(u,f){w(u,e,f),y(e,i),y(e,n)},p(u,f){f&8&&d(i,"cx",u[3]),f&8&&d(i,"cy",u[3]),f&1&&r!==(r=u[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)")&&d(i,"stroke",r),f&16&&d(i,"stroke-width",u[4]),f&24&&o!==(o=u[3]-u[4]/2)&&d(i,"r",o),f&128&&a!==(a=u[9](u[7]))&&d(n,"d",a),f&16&&d(n,"stroke-width",u[4]),f&1&&l!==(l=u[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)")&&d(n,"stroke",l),f&2&&s!==(s=`spinner-${u[1]}`)&&d(e,"class",s),f&32&&c!==(c="0 0 "+u[5]+" "+u[5])&&d(e,"viewBox",c),f&32&&d(e,"width",u[5]),f&32&&d(e,"height",u[5]),f&4&&d(e,"data-testid",u[2])},d(u){u&&E(e)}}}function Yr(t){let e,i=t[6]&&fi(t);return{c(){i&&i.c(),e=le(),this.c=p},m(r,o){i&&i.m(r,o),w(r,e,o)},p(r,[o]){r[6]?i?i.p(r,o):(i=fi(r),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},i:p,o:p,d(r){i&&i.d(r),r&&E(e)}}}function Jr(t,e,i){let r,o,n,a,l,s,{size:c}=e,{invert:u=!1}=e,{type:f="infinite"}=e,{progress:h="0"}=e,{testid:b=""}=e;const g=Kr(0,{duration:500,easing:zr});pi(t,g,k=>i(7,s=k));function v(k){const R=n+a*Math.cos(k),S=n+a*Math.sin(k);return R+" "+S}function x(k){switch(f){case"progress":{const R=v(-Math.PI/2),S=v(-Math.PI/2+2*Math.PI*(k/100)),U=k%100<50?0:1;return`M ${R} A ${a} ${a} 0 ${U} 1 ${S}`}case"infinite":{const R=v(Math.PI*1.5),S=v(0);return`M ${R} A ${a} ${a} 0 1 0 ${S}`}}}return t.$$set=k=>{"size"in k&&i(10,c=k.size),"invert"in k&&i(0,u=k.invert),"type"in k&&i(1,f=k.type),"progress"in k&&i(11,h=k.progress),"testid"in k&&i(2,b=k.testid)},t.$$.update=()=>{t.$$.dirty&2048&&g.set(parseFloat(h)),t.$$.dirty&1024&&i(5,r=c&&{small:16,medium:32,large:64,xlarge:100}[c]),t.$$.dirty&1024&&i(4,o=c&&{small:2,medium:4,large:7,xlarge:9}[c]),t.$$.dirty&32&&i(3,n=r/2),t.$$.dirty&24&&i(12,a=n-o/2),t.$$.dirty&6146&&i(6,l=f==="infinite"?a:a&&h)},[u,f,b,n,o,r,l,s,g,x,c,h,a]}class gi extends G{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>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},Jr,Yr,L,{size:10,invert:0,type:1,progress:11,testid:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["size","invert","type","progress","testid"]}get size(){return this.$$.ctx[10]}set size(e){this.$$set({size:e}),m()}get invert(){return this.$$.ctx[0]}set invert(e){this.$$set({invert:e}),m()}get type(){return this.$$.ctx[1]}set type(e){this.$$set({type:e}),m()}get progress(){return this.$$.ctx[11]}set progress(e){this.$$set({progress:e}),m()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-spinner",gi);function Qr(t){let e,i,r;return{c(){e=_("textarea"),this.c=p,d(e,"name",t[0]),d(e,"placeholder",t[2]),e.value=t[1],d(e,"rows",t[3]),d(e,"class","goa-textarea"),e.disabled=t[5],e.readOnly=t[6],d(e,"data-testid",t[4]),j(e,"error",t[7])},m(o,n){w(o,e,n),i||(r=X(e,"keyup",t[8]),i=!0)},p(o,[n]){n&1&&d(e,"name",o[0]),n&4&&d(e,"placeholder",o[2]),n&2&&(e.value=o[1]),n&8&&d(e,"rows",o[3]),n&32&&(e.disabled=o[5]),n&64&&(e.readOnly=o[6]),n&16&&d(e,"data-testid",o[4]),n&128&&j(e,"error",o[7])},i:p,o:p,d(o){o&&E(e),i=!1,r()}}}function $r(t,e,i){let r,o,n,{name:a}=e,{value:l=""}=e,{placeholder:s=""}=e,{rows:c=3}=e,{testid:u=""}=e,{error:f="false"}=e,{readonly:h="false"}=e,{disabled:b="false"}=e;function g(v){const k=v.target.value;o||(v.target.dispatchEvent(new CustomEvent("_change",{composed:!0,bubbles:!1,cancelable:!0,detail:{event:v,name:a,value:k}})),v.stopPropagation())}return t.$$set=v=>{"name"in v&&i(0,a=v.name),"value"in v&&i(1,l=v.value),"placeholder"in v&&i(2,s=v.placeholder),"rows"in v&&i(3,c=v.rows),"testid"in v&&i(4,u=v.testid),"error"in v&&i(9,f=v.error),"readonly"in v&&i(10,h=v.readonly),"disabled"in v&&i(11,b=v.disabled)},t.$$.update=()=>{t.$$.dirty&512&&i(7,r=O(f)),t.$$.dirty&2048&&i(5,o=O(b)),t.$$.dirty&1024&&i(6,n=O(h))},[a,l,s,c,u,o,n,r,g,f,h,b]}class hi extends G{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.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(--input-padding, 0.5rem);font-size:var(--input-font-size);font-family:var(--font-family)}.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}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-status-emergency-dark)}</style>",B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},$r,Qr,L,{name:0,value:1,placeholder:2,rows:3,testid:4,error:9,readonly:10,disabled:11},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","placeholder","rows","testid","error","readonly","disabled"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),m()}get placeholder(){return this.$$.ctx[2]}set placeholder(e){this.$$set({placeholder:e}),m()}get rows(){return this.$$.ctx[3]}set rows(e){this.$$set({rows:e}),m()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),m()}get error(){return this.$$.ctx[9]}set error(e){this.$$set({error:e}),m()}get readonly(){return this.$$.ctx[10]}set readonly(e){this.$$set({readonly:e}),m()}get disabled(){return this.$$.ctx[11]}set disabled(e){this.$$set({disabled:e}),m()}}customElements.define("goa-textarea",hi);function mi(t){let e,i;return{c(){e=_("div"),i=q(t[0]),d(e,"slot","title"),d(e,"class","title")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&1&&V(i,r[0])},d(r){r&&E(e)}}}function bi(t){let e;return{c(){e=_("div"),d(e,"class","actions"),d(e,"slot","actions")},m(i,r){w(i,e,r),e.innerHTML=t[1]},p(i,r){r&2&&(e.innerHTML=i[1])},d(i){i&&E(e)}}}function eo(t){let e,i,r,o,n=t[0]&&mi(t),a=t[1]&&bi(t);return{c(){e=_("goa-container"),n&&n.c(),i=A(),a&&a.c(),r=A(),o=_("div"),this.c=p,d(o,"class","content"),d(o,"slot",""),z(e,"variant",t[3]),z(e,"headingsize",t[4])},m(l,s){w(l,e,s),n&&n.m(e,null),y(e,i),a&&a.m(e,null),y(e,r),y(e,o),o.innerHTML=t[2]},p(l,[s]){l[0]?n?n.p(l,s):(n=mi(l),n.c(),n.m(e,i)):n&&(n.d(1),n=null),l[1]?a?a.p(l,s):(a=bi(l),a.c(),a.m(e,r)):a&&(a.d(1),a=null),s&4&&(o.innerHTML=l[2]),s&8&&z(e,"variant",l[3]),s&16&&z(e,"headingsize",l[4])},i:p,o:p,d(l){l&&E(e),n&&n.d(),a&&a.d()}}}function to(t,e,i){let{title:r}=e,{actions:o=""}=e,{content:n}=e,{variant:a="default"}=e,{headingsize:l="large"}=e;return t.$$set=s=>{"title"in s&&i(0,r=s.title),"actions"in s&&i(1,o=s.actions),"content"in s&&i(2,n=s.content),"variant"in s&&i(3,a=s.variant),"headingsize"in s&&i(4,l=s.headingsize)},[r,o,n,a,l]}class vi extends G{constructor(e){super();B(this,{target:this.shadowRoot,props:I(this.attributes),customElement:!0},to,eo,L,{title:0,actions:1,content:2,variant:3,headingsize:4},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","actions","content","variant","headingsize"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get actions(){return this.$$.ctx[1]}set actions(e){this.$$set({actions:e}),m()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),m()}get variant(){return this.$$.ctx[3]}set variant(e){this.$$set({variant:e}),m()}get headingsize(){return this.$$.ctx[4]}set headingsize(e){this.$$set({headingsize:e}),m()}}customElements.define("test-container",vi),H.ContainerWrapper=vi,H.GoAAppHeader=tt,H.GoABadge=rt,H.GoAButton=ot,H.GoAButtonGroup=nt,H.GoACallout=at,H.GoACard=lt,H.GoACardActions=st,H.GoACardContent=ct,H.GoACardGroup=dt,H.GoACardImage=ut,H.GoACheckbox=ft,H.GoACircularProgress=Qt,H.GoAContainer=gt,H.GoADropdown=zt,H.GoADropdownItem=Et,H.GoAFlexRow=Ct,H.GoAFormItem=Ht,H.GoAHeroBanner=Lt,H.GoAIcon=It,H.GoAIconButton=Bt,H.GoAInput=Pt,H.GoAMicrositeHeader=di,H.GoAModal=Zt,H.GoANotification=Vt,H.GoAPageBlock=et,H.GoAPageLayout=Xt,H.GoARadioGroup=ii,H.GoARadioItem=ri,H.GoAScrollable=oi,H.GoASkeleton=Q,H.GoASpinner=gi,H.GoATextArea=hi,Object.defineProperty(H,"__esModule",{value:!0}),H[Symbol.toStringTag]="Module"});
|
|
30
|
+
`),u&&u.c(),d(e,"data-testid","level"),d(e,"class",o="service-level service-level--"+t[0]?.toLowerCase()),d(s,"href","https://www.alberta.ca/index.aspx"),d(a,"data-testid","site-text"),d(a,"class","site-text")},m(f,h){w(f,e,h),y(e,r),w(f,n,h),w(f,a,h),y(a,l),y(a,s),y(a,c),u&&u.m(a,null)},p(f,h){h&1&&i!==(i=ci(f[0])+"")&&V(r,i),h&1&&o!==(o="service-level service-level--"+f[0]?.toLowerCase())&&d(e,"class",o),f[2]?u?u.p(f,h):(u=li(f),u.c(),u.m(a,null)):u&&(u.d(1),u=null)},d(f){f&&E(e),f&&E(n),f&&E(a),u&&u.d()}}}function li(t){let e,i,r,o;return{c(){e=_("span"),i=N("\u2014 help us improve it by giving "),r=_("a"),o=N("feedback"),d(r,"href",t[2]),d(e,"data-testid","feedback")},m(n,a){w(n,e,a),y(e,i),y(e,r),y(r,o)},p(n,a){a&4&&d(r,"href",n[2])},d(n){n&&E(e)}}}function si(t){let e,i;return{c(){e=_("div"),i=N(t[1]),d(e,"data-testid","version"),d(e,"class","version")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&2&&V(i,r[1])},d(r){r&&E(e)}}}function Fr(t){let e,i,r,o,n,a=t[0]==="live"&&ni(),l=t[0]!=="live"&&ai(t),s=t[1]&&si(t);return{c(){e=_("header"),a&&a.c(),i=A(),l&&l.c(),r=A(),o=_("div"),n=A(),s&&s.c(),this.c=p,d(o,"class","spacer"),d(e,"class","goa-official-site-header")},m(c,u){w(c,e,u),a&&a.m(e,null),y(e,i),l&&l.m(e,null),y(e,r),y(e,o),y(e,n),s&&s.m(e,null)},p(c,[u]){c[0]==="live"?a||(a=ni(),a.c(),a.m(e,i)):a&&(a.d(1),a=null),c[0]!=="live"?l?l.p(c,u):(l=ai(c),l.c(),l.m(e,r)):l&&(l.d(1),l=null),c[1]?s?s.p(c,u):(s=si(c),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:p,o:p,d(c){c&&E(e),a&&a.d(),l&&l.d(),s&&s.d()}}}function ci(t){return!t||(t==null?void 0:t.length)===0?"":t[0].toUpperCase()+t.slice(1)}function qr(t,e,i){let{level:r}=e,{version:o}=e,{feedbackurl:n}=e;return t.$$set=a=>{"level"in a&&i(0,r=a.level),"version"in a&&i(1,o=a.version),"feedbackurl"in a&&i(2,n=a.feedbackurl)},[r,o,n]}class di extends L{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-xs);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;height:2.5rem;padding:0 0.5rem;gap:0.5rem}.spacer{flex:1 1 auto}.version{color:var(--goa-color-600)}.service-level{font-weight:bold;padding:0 0.5rem;height:1.5rem;display:flex;align-items:center}.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{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--goa-color-text)}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},qr,Fr,H,{level:0,version:1,feedbackurl:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["level","version","feedbackurl"]}get level(){return this.$$.ctx[0]}set level(e){this.$$set({level:e}),m()}get version(){return this.$$.ctx[1]}set version(e){this.$$set({version:e}),m()}get feedbackurl(){return this.$$.ctx[2]}set feedbackurl(e){this.$$set({feedbackurl:e}),m()}}customElements.define("goa-microsite-header",di);function Wr(t){let e,i;return{c(){e=_("div"),d(e,"class",i="skeleton "+t[2]+` ${t[2]}-${t[1]}`)},m(r,o){w(r,e,o)},p(r,o){o&6&&i!==(i="skeleton "+r[2]+` ${r[2]}-${r[1]}`)&&d(e,"class",i)},i:p,o:p,d(r){r&&E(e)}}}function Zr(t){let e,i,r,o,n,a,l,s,c,u;return r=new J({props:{type:"avatar",size:t[1]}}),a=new J({props:{type:"title",size:t[1]}}),s=new J({props:{type:"text-small",size:t[1]}}),{c(){e=_("div"),i=_("div"),te(r.$$.fragment),o=A(),n=_("div"),te(a.$$.fragment),l=A(),te(s.$$.fragment),d(i,"class","profile-avatar"),d(n,"class","profile-name"),d(e,"class",c="profile profile-"+t[1])},m(f,h){w(f,e,h),y(e,i),$(r,i,null),y(e,o),y(e,n),$(a,n,null),y(n,l),$(s,n,null),u=!0},p(f,h){const b={};h&2&&(b.size=f[1]),r.$set(b);const g={};h&2&&(g.size=f[1]),a.$set(g);const v={};h&2&&(v.size=f[1]),s.$set(v),(!u||h&2&&c!==(c="profile profile-"+f[1]))&&d(e,"class",c)},i(f){u||(D(r.$$.fragment,f),D(a.$$.fragment,f),D(s.$$.fragment,f),u=!0)},o(f){Z(r.$$.fragment,f),Z(a.$$.fragment,f),Z(s.$$.fragment,f),u=!1},d(f){f&&E(e),ee(r),ee(a),ee(s)}}}function Ur(t){let e,i,r,o,n,a,l,s,c,u,f,h,b;return i=new J({props:{type:"image",size:t[1]}}),n=new J({props:{type:"header",size:t[1]}}),l=new J({props:{type:"text",size:t[1]}}),c=new J({props:{type:"text",size:t[1]}}),f=new J({props:{type:"text",size:t[1]}}),{c(){e=_("div"),te(i.$$.fragment),r=A(),o=_("div"),te(n.$$.fragment),a=A(),te(l.$$.fragment),s=A(),te(c.$$.fragment),u=A(),te(f.$$.fragment),d(o,"class","card-content"),d(e,"class",h="card card-"+t[1]),j(e,"--width",t[0]+"px")},m(g,v){w(g,e,v),$(i,e,null),y(e,r),y(e,o),$(n,o,null),y(o,a),$(l,o,null),y(o,s),$(c,o,null),y(o,u),$(f,o,null),b=!0},p(g,v){const x={};v&2&&(x.size=g[1]),i.$set(x);const k={};v&2&&(k.size=g[1]),n.$set(k);const R={};v&2&&(R.size=g[1]),l.$set(R);const B={};v&2&&(B.size=g[1]),c.$set(B);const U={};v&2&&(U.size=g[1]),f.$set(U),(!b||v&2&&h!==(h="card card-"+g[1]))&&d(e,"class",h),(!b||v&1)&&j(e,"--width",g[0]+"px")},i(g){b||(D(i.$$.fragment,g),D(n.$$.fragment,g),D(l.$$.fragment,g),D(c.$$.fragment,g),D(f.$$.fragment,g),b=!0)},o(g){Z(i.$$.fragment,g),Z(n.$$.fragment,g),Z(l.$$.fragment,g),Z(c.$$.fragment,g),Z(f.$$.fragment,g),b=!1},d(g){g&&E(e),ee(i),ee(n),ee(l),ee(c),ee(f)}}}function Vr(t){let e,i,r,o;const n=[Ur,Zr,Wr],a=[];function l(s,c){return s[2]==="card"?0:s[2]==="profile"?1:2}return e=l(t),i=a[e]=n[e](t),{c(){i.c(),r=le(),this.c=p},m(s,c){a[e].m(s,c),w(s,r,c),o=!0},p(s,[c]){let u=e;e=l(s),e===u?a[e].p(s,c):(be(),Z(a[u],1,1,()=>{a[u]=null}),ve(),i=a[e],i?i.p(s,c):(i=a[e]=n[e](s),i.c()),D(i,1),i.m(r.parentNode,r))},i(s){o||(D(i),o=!0)},o(s){Z(i),o=!1},d(s){a[e].d(s),s&&E(r)}}}function Xr(t,e,i){let{width:r=320}=e,{size:o=1}=e,{type:n}=e;return t.$$set=a=>{"width"in a&&i(0,r=a.width),"size"in a&&i(1,o=a.size),"type"in a&&i(2,n=a.type)},[r,o,n]}class J extends L{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-4,.text-4{width:100%;height:.75rem;border-radius:0.25rem}.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-bottom:12px;border-radius:0.25rem}.header-2{width:60%;height:20px;margin-bottom:14px;border-radius:0.25rem}.header-3{width:70%;height:22px;margin-bottom:16px;border-radius:0.25rem}.header-4{width:80%;height:24px;margin-bottom:18px;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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Xr,Vr,H,{width:0,size:1,type:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["width","size","type"]}get width(){return this.$$.ctx[0]}set width(e){this.$$set({width:e}),m()}get size(){return this.$$.ctx[1]}set size(e){this.$$set({size:e}),m()}get type(){return this.$$.ctx[2]}set type(e){this.$$set({type:e}),m()}}customElements.define("goa-skeleton",J);function ui(t){return Object.prototype.toString.call(t)==="[object Date]"}function je(t,e){if(t===e||t!==t)return()=>t;const i=typeof t;if(i!==typeof e||Array.isArray(t)!==Array.isArray(e))throw new Error("Cannot interpolate values of different type");if(Array.isArray(t)){const r=e.map((o,n)=>je(t[n],o));return o=>r.map(n=>n(o))}if(i==="object"){if(!t||!e)throw new Error("Object cannot be null");if(ui(t)&&ui(e)){t=t.getTime(),e=e.getTime();const n=e-t;return a=>new Date(t+a*n)}const r=Object.keys(e),o={};return r.forEach(n=>{o[n]=je(t[n],e[n])}),n=>{const a={};return r.forEach(l=>{a[l]=o[l](n)}),a}}if(i==="number"){const r=e-t;return o=>t+o*r}throw new Error(`Cannot interpolate ${i} values`)}function Kr(t,e={}){const i=ht(t);let r,o=t;function n(a,l){if(t==null)return i.set(t=a),Promise.resolve();o=a;let s=r,c=!1,{delay:u=0,duration:f=400,easing:h=de,interpolate:b=je}=De(De({},e),l);if(f===0)return s&&(s.abort(),s=null),i.set(t=o),Promise.resolve();const g=pe()+u;let v;return r=we(x=>{if(x<g)return!0;c||(v=b(t,a),typeof f=="function"&&(f=f(t,a)),c=!0),s&&(s.abort(),s=null);const k=x-g;return k>f?(i.set(t=a),!1):(i.set(t=v(h(k/f))),!0)}),r.promise}return{set:n,update:(a,l)=>n(a(o,t),l),subscribe:i.subscribe}}function fi(t){let e,i,r,o,n,a,l,s,c;return{c(){e=re("svg"),i=re("circle"),n=re("path"),d(i,"cx",t[3]),d(i,"cy",t[3]),d(i,"stroke",r=t[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)"),d(i,"stroke-width",t[4]),d(i,"r",o=t[3]-t[4]/2),d(n,"d",a=t[9](t[7])),d(n,"stroke-width",t[4]),d(n,"stroke",l=t[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)"),d(n,"stroke-linecap","round"),d(e,"class",s=`spinner-${t[1]}`),d(e,"fill","none"),d(e,"viewBox",c="0 0 "+t[5]+" "+t[5]),d(e,"width",t[5]),d(e,"height",t[5]),d(e,"data-testid",t[2]),d(e,"xmlns","http://www.w3.org/2000/svg")},m(u,f){w(u,e,f),y(e,i),y(e,n)},p(u,f){f&8&&d(i,"cx",u[3]),f&8&&d(i,"cy",u[3]),f&1&&r!==(r=u[0]?"var(--goa-color-primary-dark)":"var(--goa-color-brand-light)")&&d(i,"stroke",r),f&16&&d(i,"stroke-width",u[4]),f&24&&o!==(o=u[3]-u[4]/2)&&d(i,"r",o),f&128&&a!==(a=u[9](u[7]))&&d(n,"d",a),f&16&&d(n,"stroke-width",u[4]),f&1&&l!==(l=u[0]?"var(--goa-color-brand-light)":"var(--goa-color-primary)")&&d(n,"stroke",l),f&2&&s!==(s=`spinner-${u[1]}`)&&d(e,"class",s),f&32&&c!==(c="0 0 "+u[5]+" "+u[5])&&d(e,"viewBox",c),f&32&&d(e,"width",u[5]),f&32&&d(e,"height",u[5]),f&4&&d(e,"data-testid",u[2])},d(u){u&&E(e)}}}function Yr(t){let e,i=t[6]&&fi(t);return{c(){i&&i.c(),e=le(),this.c=p},m(r,o){i&&i.m(r,o),w(r,e,o)},p(r,[o]){r[6]?i?i.p(r,o):(i=fi(r),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},i:p,o:p,d(r){i&&i.d(r),r&&E(e)}}}function Jr(t,e,i){let r,o,n,a,l,s,{size:c}=e,{invert:u=!1}=e,{type:f="infinite"}=e,{progress:h="0"}=e,{testid:b=""}=e;const g=Kr(0,{duration:500,easing:zr});pi(t,g,k=>i(7,s=k));function v(k){const R=n+a*Math.cos(k),B=n+a*Math.sin(k);return R+" "+B}function x(k){switch(f){case"progress":{const R=v(-Math.PI/2),B=v(-Math.PI/2+2*Math.PI*(k/100)),U=k%100<50?0:1;return`M ${R} A ${a} ${a} 0 ${U} 1 ${B}`}case"infinite":{const R=v(Math.PI*1.5),B=v(0);return`M ${R} A ${a} ${a} 0 1 0 ${B}`}}}return t.$$set=k=>{"size"in k&&i(10,c=k.size),"invert"in k&&i(0,u=k.invert),"type"in k&&i(1,f=k.type),"progress"in k&&i(11,h=k.progress),"testid"in k&&i(2,b=k.testid)},t.$$.update=()=>{t.$$.dirty&2048&&g.set(parseFloat(h)),t.$$.dirty&1024&&i(5,r=c&&{small:16,medium:32,large:64,xlarge:100}[c]),t.$$.dirty&1024&&i(4,o=c&&{small:2,medium:4,large:7,xlarge:9}[c]),t.$$.dirty&32&&i(3,n=r/2),t.$$.dirty&24&&i(12,a=n-o/2),t.$$.dirty&6146&&i(6,l=f==="infinite"?a:a&&h)},[u,f,b,n,o,r,l,s,g,x,c,h,a]}class gi extends L{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>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},Jr,Yr,H,{size:10,invert:0,type:1,progress:11,testid:2},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["size","invert","type","progress","testid"]}get size(){return this.$$.ctx[10]}set size(e){this.$$set({size:e}),m()}get invert(){return this.$$.ctx[0]}set invert(e){this.$$set({invert:e}),m()}get type(){return this.$$.ctx[1]}set type(e){this.$$set({type:e}),m()}get progress(){return this.$$.ctx[11]}set progress(e){this.$$set({progress:e}),m()}get testid(){return this.$$.ctx[2]}set testid(e){this.$$set({testid:e}),m()}}customElements.define("goa-spinner",gi);function Qr(t){let e,i,r;return{c(){e=_("textarea"),this.c=p,d(e,"name",t[0]),d(e,"placeholder",t[2]),e.value=t[1],d(e,"rows",t[3]),d(e,"class","goa-textarea"),e.disabled=t[5],e.readOnly=t[6],d(e,"data-testid",t[4]),S(e,"error",t[7])},m(o,n){w(o,e,n),i||(r=X(e,"keyup",t[8]),i=!0)},p(o,[n]){n&1&&d(e,"name",o[0]),n&4&&d(e,"placeholder",o[2]),n&2&&(e.value=o[1]),n&8&&d(e,"rows",o[3]),n&32&&(e.disabled=o[5]),n&64&&(e.readOnly=o[6]),n&16&&d(e,"data-testid",o[4]),n&128&&S(e,"error",o[7])},i:p,o:p,d(o){o&&E(e),i=!1,r()}}}function $r(t,e,i){let r,o,n,{name:a}=e,{value:l=""}=e,{placeholder:s=""}=e,{rows:c=3}=e,{testid:u=""}=e,{error:f="false"}=e,{readonly:h="false"}=e,{disabled:b="false"}=e;function g(v){const k=v.target.value;o||(v.target.dispatchEvent(new CustomEvent("_change",{composed:!0,bubbles:!1,cancelable:!0,detail:{event:v,name:a,value:k}})),v.stopPropagation())}return t.$$set=v=>{"name"in v&&i(0,a=v.name),"value"in v&&i(1,l=v.value),"placeholder"in v&&i(2,s=v.placeholder),"rows"in v&&i(3,c=v.rows),"testid"in v&&i(4,u=v.testid),"error"in v&&i(9,f=v.error),"readonly"in v&&i(10,h=v.readonly),"disabled"in v&&i(11,b=v.disabled)},t.$$.update=()=>{t.$$.dirty&512&&i(7,r=P(f)),t.$$.dirty&2048&&i(5,o=P(b)),t.$$.dirty&1024&&i(6,n=P(h))},[a,l,s,c,u,o,n,r,g,f,h,b]}class hi extends L{constructor(e){super();this.shadowRoot.innerHTML="<style>:host{box-sizing:border-box;font-family:var(--font-family)}.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(--input-padding, 0.5rem);font-size:var(--input-font-size);font-family:var(--font-family)}.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}.error:hover,.error:focus,.error{border:2px solid var(--goa-color-status-emergency-dark)}</style>",I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},$r,Qr,H,{name:0,value:1,placeholder:2,rows:3,testid:4,error:9,readonly:10,disabled:11},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["name","value","placeholder","rows","testid","error","readonly","disabled"]}get name(){return this.$$.ctx[0]}set name(e){this.$$set({name:e}),m()}get value(){return this.$$.ctx[1]}set value(e){this.$$set({value:e}),m()}get placeholder(){return this.$$.ctx[2]}set placeholder(e){this.$$set({placeholder:e}),m()}get rows(){return this.$$.ctx[3]}set rows(e){this.$$set({rows:e}),m()}get testid(){return this.$$.ctx[4]}set testid(e){this.$$set({testid:e}),m()}get error(){return this.$$.ctx[9]}set error(e){this.$$set({error:e}),m()}get readonly(){return this.$$.ctx[10]}set readonly(e){this.$$set({readonly:e}),m()}get disabled(){return this.$$.ctx[11]}set disabled(e){this.$$set({disabled:e}),m()}}customElements.define("goa-textarea",hi);function mi(t){let e,i;return{c(){e=_("div"),i=N(t[0]),d(e,"slot","title"),d(e,"class","title")},m(r,o){w(r,e,o),y(e,i)},p(r,o){o&1&&V(i,r[0])},d(r){r&&E(e)}}}function bi(t){let e;return{c(){e=_("div"),d(e,"class","actions"),d(e,"slot","actions")},m(i,r){w(i,e,r),e.innerHTML=t[1]},p(i,r){r&2&&(e.innerHTML=i[1])},d(i){i&&E(e)}}}function eo(t){let e,i,r,o,n=t[0]&&mi(t),a=t[1]&&bi(t);return{c(){e=_("goa-container"),n&&n.c(),i=A(),a&&a.c(),r=A(),o=_("div"),this.c=p,d(o,"class","content"),d(o,"slot",""),z(e,"variant",t[3]),z(e,"headingsize",t[4])},m(l,s){w(l,e,s),n&&n.m(e,null),y(e,i),a&&a.m(e,null),y(e,r),y(e,o),o.innerHTML=t[2]},p(l,[s]){l[0]?n?n.p(l,s):(n=mi(l),n.c(),n.m(e,i)):n&&(n.d(1),n=null),l[1]?a?a.p(l,s):(a=bi(l),a.c(),a.m(e,r)):a&&(a.d(1),a=null),s&4&&(o.innerHTML=l[2]),s&8&&z(e,"variant",l[3]),s&16&&z(e,"headingsize",l[4])},i:p,o:p,d(l){l&&E(e),n&&n.d(),a&&a.d()}}}function to(t,e,i){let{title:r}=e,{actions:o=""}=e,{content:n}=e,{variant:a="default"}=e,{headingsize:l="large"}=e;return t.$$set=s=>{"title"in s&&i(0,r=s.title),"actions"in s&&i(1,o=s.actions),"content"in s&&i(2,n=s.content),"variant"in s&&i(3,a=s.variant),"headingsize"in s&&i(4,l=s.headingsize)},[r,o,n,a,l]}class vi extends L{constructor(e){super();I(this,{target:this.shadowRoot,props:G(this.attributes),customElement:!0},to,eo,H,{title:0,actions:1,content:2,variant:3,headingsize:4},null),e&&(e.target&&w(e.target,this,e.anchor),e.props&&(this.$set(e.props),m()))}static get observedAttributes(){return["title","actions","content","variant","headingsize"]}get title(){return this.$$.ctx[0]}set title(e){this.$$set({title:e}),m()}get actions(){return this.$$.ctx[1]}set actions(e){this.$$set({actions:e}),m()}get content(){return this.$$.ctx[2]}set content(e){this.$$set({content:e}),m()}get variant(){return this.$$.ctx[3]}set variant(e){this.$$set({variant:e}),m()}get headingsize(){return this.$$.ctx[4]}set headingsize(e){this.$$set({headingsize:e}),m()}}customElements.define("test-container",vi),T.ContainerWrapper=vi,T.GoAAppHeader=tt,T.GoABadge=rt,T.GoAButton=ot,T.GoAButtonGroup=nt,T.GoACallout=at,T.GoACard=lt,T.GoACardActions=st,T.GoACardContent=ct,T.GoACardGroup=dt,T.GoACardImage=ut,T.GoACheckbox=ft,T.GoACircularProgress=Qt,T.GoAContainer=gt,T.GoADropdown=zt,T.GoADropdownItem=Et,T.GoAFlexRow=Ct,T.GoAFormItem=Ht,T.GoAHeroBanner=Lt,T.GoAIcon=It,T.GoAIconButton=Bt,T.GoAInput=Pt,T.GoAMicrositeHeader=di,T.GoAModal=Zt,T.GoANotification=Vt,T.GoAPageBlock=et,T.GoAPageLayout=Xt,T.GoARadioGroup=ii,T.GoARadioItem=ri,T.GoAScrollable=oi,T.GoASkeleton=J,T.GoASpinner=gi,T.GoATextArea=hi,Object.defineProperty(T,"__esModule",{value:!0}),T[Symbol.toStringTag]="Module"});
|