@govtechsg/sgds-web-component 3.26.1-rc.1 → 3.26.1-rc.2

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.
Files changed (84) hide show
  1. package/components/Breadcrumb/index.umd.min.js +25 -25
  2. package/components/Breadcrumb/index.umd.min.js.map +1 -1
  3. package/components/Dropdown/dropdown-item.js +1 -1
  4. package/components/Dropdown/index.umd.min.js +4 -4
  5. package/components/Dropdown/index.umd.min.js.map +1 -1
  6. package/components/Dropdown/sgds-dropdown-item.d.ts +2 -0
  7. package/components/Dropdown/sgds-dropdown-item.js +8 -2
  8. package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  9. package/components/Mainnav/index.d.ts +2 -0
  10. package/components/Mainnav/index.js +2 -0
  11. package/components/Mainnav/index.js.map +1 -1
  12. package/components/Mainnav/index.umd.min.js +327 -286
  13. package/components/Mainnav/index.umd.min.js.map +1 -1
  14. package/components/Mainnav/mainnav-dropdown.js +1 -1
  15. package/components/Mainnav/mainnav-item.js +1 -1
  16. package/components/Mainnav/mainnav-profile.js +6 -0
  17. package/components/Mainnav/mainnav-profile.js.map +1 -0
  18. package/components/Mainnav/mainnav.js +1 -1
  19. package/components/Mainnav/sgds-mainnav-profile.d.ts +41 -0
  20. package/components/Mainnav/sgds-mainnav-profile.js +136 -0
  21. package/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
  22. package/components/Mainnav/sgds-mainnav.d.ts +14 -16
  23. package/components/Mainnav/sgds-mainnav.js +59 -21
  24. package/components/Mainnav/sgds-mainnav.js.map +1 -1
  25. package/components/OverflowMenu/index.umd.min.js +4 -4
  26. package/components/OverflowMenu/index.umd.min.js.map +1 -1
  27. package/components/index.d.ts +1 -0
  28. package/components/index.js +1 -0
  29. package/components/index.js.map +1 -1
  30. package/components/index.umd.min.js +340 -299
  31. package/components/index.umd.min.js.map +1 -1
  32. package/css/fouc.css +4 -3
  33. package/custom-elements.json +14278 -13918
  34. package/index.umd.min.js +406 -365
  35. package/index.umd.min.js.map +1 -1
  36. package/package.json +1 -1
  37. package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
  38. package/react/components/Dropdown/dropdown-item.js +1 -1
  39. package/react/components/Dropdown/sgds-dropdown-item.cjs.js +8 -2
  40. package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
  41. package/react/components/Dropdown/sgds-dropdown-item.js +8 -2
  42. package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  43. package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
  44. package/react/components/Mainnav/mainnav-dropdown.js +1 -1
  45. package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
  46. package/react/components/Mainnav/mainnav-item.js +1 -1
  47. package/react/components/Mainnav/mainnav-profile.cjs.js +11 -0
  48. package/react/components/Mainnav/mainnav-profile.cjs.js.map +1 -0
  49. package/react/components/Mainnav/mainnav-profile.js +7 -0
  50. package/react/components/Mainnav/mainnav-profile.js.map +1 -0
  51. package/react/components/Mainnav/mainnav.cjs.js +1 -1
  52. package/react/components/Mainnav/mainnav.js +1 -1
  53. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +142 -0
  54. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +1 -0
  55. package/react/components/Mainnav/sgds-mainnav-profile.js +137 -0
  56. package/react/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
  57. package/react/components/Mainnav/sgds-mainnav.cjs.js +58 -20
  58. package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
  59. package/react/components/Mainnav/sgds-mainnav.js +59 -21
  60. package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
  61. package/react/index.cjs.js +88 -86
  62. package/react/index.cjs.js.map +1 -1
  63. package/react/index.d.ts +4 -3
  64. package/react/index.js +4 -3
  65. package/react/index.js.map +1 -1
  66. package/react/mainnav-profile/index.cjs.js +40 -0
  67. package/react/mainnav-profile/index.cjs.js.map +1 -0
  68. package/react/mainnav-profile/index.d.ts +4 -0
  69. package/react/mainnav-profile/index.js +16 -0
  70. package/react/mainnav-profile/index.js.map +1 -0
  71. package/themes/blue.css +11 -11
  72. package/themes/cyan.css +10 -10
  73. package/themes/gt/blue.css +11 -11
  74. package/themes/gt/cyan.css +10 -10
  75. package/themes/gt/magenta.css +11 -11
  76. package/themes/gt/pink.css +11 -11
  77. package/themes/gt/purple.css +11 -11
  78. package/themes/gt/red.css +11 -11
  79. package/themes/magenta.css +11 -11
  80. package/themes/pink.css +11 -11
  81. package/themes/purple.css +11 -11
  82. package/themes/red.css +11 -11
  83. package/themes/root.css +5 -0
  84. package/types/react.d.ts +87 -67
@@ -10,7 +10,7 @@ const s=globalThis,i=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow
10
10
  * Copyright 2017 Google LLC
11
11
  * SPDX-License-Identifier: BSD-3-Clause
12
12
  */
13
- const S=globalThis,M=e=>{S.emitLitDebugLogEvents&&S.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let Z,V=0;S.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",S.litIssuedWarnings.has(t)||S.litIssuedWarnings.has(e)||(console.warn(t),S.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!")});const z=S.ShadyDOM?.inUse&&!0===S.ShadyDOM?.noPatch?S.ShadyDOM.wrap:e=>e,P=S.trustedTypes,L=P?P.createPolicy("lit-html",{createHTML:e=>e}):void 0,A=e=>e,D=(e,t,s)=>A,I=e=>{if(re!==D)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");re=e},E=()=>{re=D},B=(e,t,s)=>re(e,t,s),H="$lit$",O=`lit$${Math.random().toFixed(9).slice(2)}$`,T="?"+O,F=`<${T}>`,R=document,N=()=>R.createComment(""),j=e=>null===e||"object"!=typeof e&&"function"!=typeof e,U=Array.isArray,q=e=>U(e)||"function"==typeof e?.[Symbol.iterator],Y="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,K=/-->/g,G=/>/g,J=new RegExp(`>|${Y}(?:([^\\s"'>=/]+)(${Y}*=${Y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),X=/'/g,Q=/"/g,ee=/^(?:script|style|textarea|title)$/i,te=(se=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&Z("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:se,strings:e,values:t}));var se;const ie=Symbol.for("lit-noChange"),ae=Symbol.for("lit-nothing"),oe=new WeakMap,ne=R.createTreeWalker(R,129);let re=D;function le(e,t){if(!U(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==L?L.createHTML(t):t}const de=(e,t)=>{const s=e.length-1,i=[];let a,o=2===t?"<svg>":3===t?"<math>":"",n=W;for(let t=0;t<s;t++){const s=e[t];let r,l,d=-1,c=0;for(;c<s.length&&(n.lastIndex=c,l=n.exec(s),null!==l);)if(c=n.lastIndex,n===W){if("!--"===l[1])n=K;else if(void 0!==l[1])n=G;else if(void 0!==l[2])ee.test(l[2])&&(a=new RegExp(`</${l[2]}`,"g")),n=J;else if(void 0!==l[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else n===J?">"===l[0]?(n=a??W,d=-1):void 0===l[1]?d=-2:(d=n.lastIndex-l[2].length,r=l[1],n=void 0===l[3]?J:'"'===l[3]?Q:X):n===Q||n===X?n=J:n===K||n===G?n=W:(n=J,a=void 0);console.assert(-1===d||n===J||n===X||n===Q,"unexpected parse state B");const h=n===J&&e[t+1].startsWith("/>")?" ":"";o+=n===W?s+F:d>=0?(i.push(r),s.slice(0,d)+H+s.slice(d)+O+h):s+O+(-2===d?t:h)}return[le(e,o+(e[s]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class ce{constructor({strings:e,_$litType$:t},s){let i;this.parts=[];let a=0,o=0;const n=e.length-1,r=this.parts,[l,d]=de(e,t);if(this.el=ce.createElement(l,s),ne.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(i=ne.nextNode())&&r.length<n;){if(1===i.nodeType){{const e=i.localName;if(/^(?:textarea|template)$/i.test(e)&&i.innerHTML.includes(O)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);Z("",t)}}if(i.hasAttributes())for(const e of i.getAttributeNames())if(e.endsWith(H)){const t=d[o++],s=i.getAttribute(e).split(O),n=/([.?@])?(.*)/.exec(t);r.push({type:1,index:a,name:n[2],strings:s,ctor:"."===n[1]?ve:"?"===n[1]?me:"@"===n[1]?fe:ge}),i.removeAttribute(e)}else e.startsWith(O)&&(r.push({type:6,index:a}),i.removeAttribute(e));if(ee.test(i.tagName)){const e=i.textContent.split(O),t=e.length-1;if(t>0){i.textContent=P?P.emptyScript:"";for(let s=0;s<t;s++)i.append(e[s],N()),ne.nextNode(),r.push({type:2,index:++a});i.append(e[t],N())}}}else if(8===i.nodeType){if(i.data===T)r.push({type:2,index:a});else{let e=-1;for(;-1!==(e=i.data.indexOf(O,e+1));)r.push({type:7,index:a}),e+=O.length-1}}a++}if(d.length!==o)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");M&&M({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const s=R.createElement("template");return s.innerHTML=e,s}}function he(e,t,s=e,i){if(t===ie)return t;let a=void 0!==i?s.__directives?.[i]:s.__directive;const o=j(t)?void 0:t._$litDirective$;return a?.constructor!==o&&(a?._$notifyDirectiveConnectionChanged?.(!1),void 0===o?a=void 0:(a=new o(e),a._$initialize(e,s,i)),void 0!==i?(s.__directives??=[])[i]=a:s.__directive=a),void 0!==a&&(t=he(e,a._$resolve(e,t.values),a,i)),t}class pe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:s}=this._$template,i=(e?.creationScope??R).importNode(t,!0);ne.currentNode=i;let a=ne.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let t;2===r.type?t=new ue(a,a.nextSibling,this,e):1===r.type?t=new r.ctor(a,r.name,r.strings,this,e):6===r.type&&(t=new be(a,this,e)),this._$parts.push(t),r=s[++n]}o!==r?.index&&(a=ne.nextNode(),o++)}return ne.currentNode=R,i}_update(e){let t=0;for(const s of this._$parts)void 0!==s&&(M&&M({kind:"set part",part:s,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==s.strings?(s._$setValue(e,s,t),t+=s.strings.length-2):s._$setValue(e[t])),t++}}class ue{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,s,i){this.type=2,this._$committedValue=ae,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=s,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=z(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=he(this,e,t),j(e))e===ae||null==e||""===e?(this._$committedValue!==ae&&(M&&M({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=ae):e!==this._$committedValue&&e!==ie&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else q(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return z(z(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),re!==D){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}M&&M({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==ae&&j(this._$committedValue)){const t=z(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=B(t,"data","property")),e=this._textSanitizer(e),M&&M({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=R.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=B(t,"data","property")),e=this._textSanitizer(e),M&&M({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:s}=e,i="number"==typeof s?this._$getTemplate(e):(void 0===s.el&&(s.el=ce.createElement(le(s.h,s.h[0]),this.options)),s);if(this._$committedValue?._$template===i)M&&M({kind:"template updating",template:i,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new pe(i,this),s=e._clone(this.options);M&&M({kind:"template instantiated",template:i,instance:e,parts:e._$parts,options:this.options,fragment:s,values:t}),e._update(t),M&&M({kind:"template instantiated and updated",template:i,instance:e,parts:e._$parts,options:this.options,fragment:s,values:t}),this._commitNode(s),this._$committedValue=e}}_$getTemplate(e){let t=oe.get(e.strings);return void 0===t&&oe.set(e.strings,t=new ce(e)),t}_commitIterable(e){U(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let s,i=0;for(const a of e)i===t.length?t.push(s=new ue(this._insert(N()),this._insert(N()),this,this.options)):s=t[i],s._$setValue(a),i++;i<t.length&&(this._$clear(s&&z(s._$endNode).nextSibling,i),t.length=i)}_$clear(e=z(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=z(e).nextSibling;z(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class ge{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,s,i,a){this.type=1,this._$committedValue=ae,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=a,s.length>2||""!==s[0]||""!==s[1]?(this._$committedValue=new Array(s.length-1).fill(new String),this.strings=s):this._$committedValue=ae,this._sanitizer=void 0}_$setValue(e,t=this,s,i){const a=this.strings;let o=!1;if(void 0===a)e=he(this,e,t,0),o=!j(e)||e!==this._$committedValue&&e!==ie,o&&(this._$committedValue=e);else{const i=e;let n,r;for(e=a[0],n=0;n<a.length-1;n++)r=he(this,i[s+n],t,n),r===ie&&(r=this._$committedValue[n]),o||=!j(r)||r!==this._$committedValue[n],r===ae?e=ae:e!==ae&&(e+=(r??"")+a[n+1]),this._$committedValue[n]=r}o&&!i&&this._commitValue(e)}_commitValue(e){e===ae?z(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=re(this.element,this.name,"attribute")),e=this._sanitizer(e??""),M&&M({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),z(this.element).setAttribute(this.name,e??""))}}class ve extends ge{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=re(this.element,this.name,"property")),e=this._sanitizer(e),M&&M({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===ae?void 0:e}}class me extends ge{constructor(){super(...arguments),this.type=4}_commitValue(e){M&&M({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===ae),options:this.options}),z(this.element).toggleAttribute(this.name,!!e&&e!==ae)}}class fe extends ge{constructor(e,t,s,i,a){if(super(e,t,s,i,a),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=he(this,e,t,0)??ae)===ie)return;const s=this._$committedValue,i=e===ae&&s!==ae||e.capture!==s.capture||e.once!==s.once||e.passive!==s.passive,a=e!==ae&&(s===ae||i);M&&M({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:i,addListener:a,oldListener:s}),i&&this.element.removeEventListener(this.name,this,s),a&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class be{constructor(e,t,s){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=s}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){M&&M({kind:"commit to element binding",element:this.element,value:e,options:this.options}),he(this,e)}}const we={_boundAttributeSuffix:H,_marker:O,_markerMatch:T,_HTML_RESULT:1,_getTemplateHtml:de,_TemplateInstance:pe,_isIterable:q,_resolveDirective:he,_ChildPart:ue,_AttributePart:ge,_BooleanAttributePart:me,_EventPart:fe,_PropertyPart:ve,_ElementPart:be},ye=S.litHtmlPolyfillSupportDevMode;ye?.(ce,ue),(S.litHtmlVersions??=[]).push("3.3.2"),S.litHtmlVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const _e=(e,t,s)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const i=V++,a=s?.renderBefore??t;let o=a._$litPart$;if(M&&M({kind:"begin render",id:i,value:e,container:t,options:s,part:o}),void 0===o){const e=s?.renderBefore??null;a._$litPart$=o=new ue(t.insertBefore(N(),e),e,void 0,s??{})}return o._$setValue(e),M&&M({kind:"end render",id:i,value:e,container:t,options:s,part:o}),o};_e.setSanitizer=I,_e.createSanitizer=B,_e._testOnlyClearSanitizerFactoryDoNotCallOrElse=E;
13
+ const S=globalThis,M=e=>{S.emitLitDebugLogEvents&&S.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let Z,V=0;S.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",S.litIssuedWarnings.has(t)||S.litIssuedWarnings.has(e)||(console.warn(t),S.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!")});const z=S.ShadyDOM?.inUse&&!0===S.ShadyDOM?.noPatch?S.ShadyDOM.wrap:e=>e,P=S.trustedTypes,L=P?P.createPolicy("lit-html",{createHTML:e=>e}):void 0,A=e=>e,I=(e,t,s)=>A,D=e=>{if(re!==I)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");re=e},E=()=>{re=I},B=(e,t,s)=>re(e,t,s),H="$lit$",O=`lit$${Math.random().toFixed(9).slice(2)}$`,T="?"+O,F=`<${T}>`,R=document,N=()=>R.createComment(""),j=e=>null===e||"object"!=typeof e&&"function"!=typeof e,U=Array.isArray,q=e=>U(e)||"function"==typeof e?.[Symbol.iterator],Y="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,K=/-->/g,G=/>/g,J=new RegExp(`>|${Y}(?:([^\\s"'>=/]+)(${Y}*=${Y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),X=/'/g,Q=/"/g,ee=/^(?:script|style|textarea|title)$/i,te=(se=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&Z("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:se,strings:e,values:t}));var se;const ie=Symbol.for("lit-noChange"),ae=Symbol.for("lit-nothing"),oe=new WeakMap,ne=R.createTreeWalker(R,129);let re=I;function le(e,t){if(!U(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==L?L.createHTML(t):t}const de=(e,t)=>{const s=e.length-1,i=[];let a,o=2===t?"<svg>":3===t?"<math>":"",n=W;for(let t=0;t<s;t++){const s=e[t];let r,l,d=-1,c=0;for(;c<s.length&&(n.lastIndex=c,l=n.exec(s),null!==l);)if(c=n.lastIndex,n===W){if("!--"===l[1])n=K;else if(void 0!==l[1])n=G;else if(void 0!==l[2])ee.test(l[2])&&(a=new RegExp(`</${l[2]}`,"g")),n=J;else if(void 0!==l[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else n===J?">"===l[0]?(n=a??W,d=-1):void 0===l[1]?d=-2:(d=n.lastIndex-l[2].length,r=l[1],n=void 0===l[3]?J:'"'===l[3]?Q:X):n===Q||n===X?n=J:n===K||n===G?n=W:(n=J,a=void 0);console.assert(-1===d||n===J||n===X||n===Q,"unexpected parse state B");const h=n===J&&e[t+1].startsWith("/>")?" ":"";o+=n===W?s+F:d>=0?(i.push(r),s.slice(0,d)+H+s.slice(d)+O+h):s+O+(-2===d?t:h)}return[le(e,o+(e[s]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class ce{constructor({strings:e,_$litType$:t},s){let i;this.parts=[];let a=0,o=0;const n=e.length-1,r=this.parts,[l,d]=de(e,t);if(this.el=ce.createElement(l,s),ne.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(i=ne.nextNode())&&r.length<n;){if(1===i.nodeType){{const e=i.localName;if(/^(?:textarea|template)$/i.test(e)&&i.innerHTML.includes(O)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);Z("",t)}}if(i.hasAttributes())for(const e of i.getAttributeNames())if(e.endsWith(H)){const t=d[o++],s=i.getAttribute(e).split(O),n=/([.?@])?(.*)/.exec(t);r.push({type:1,index:a,name:n[2],strings:s,ctor:"."===n[1]?ve:"?"===n[1]?me:"@"===n[1]?fe:ge}),i.removeAttribute(e)}else e.startsWith(O)&&(r.push({type:6,index:a}),i.removeAttribute(e));if(ee.test(i.tagName)){const e=i.textContent.split(O),t=e.length-1;if(t>0){i.textContent=P?P.emptyScript:"";for(let s=0;s<t;s++)i.append(e[s],N()),ne.nextNode(),r.push({type:2,index:++a});i.append(e[t],N())}}}else if(8===i.nodeType){if(i.data===T)r.push({type:2,index:a});else{let e=-1;for(;-1!==(e=i.data.indexOf(O,e+1));)r.push({type:7,index:a}),e+=O.length-1}}a++}if(d.length!==o)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");M&&M({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const s=R.createElement("template");return s.innerHTML=e,s}}function he(e,t,s=e,i){if(t===ie)return t;let a=void 0!==i?s.__directives?.[i]:s.__directive;const o=j(t)?void 0:t._$litDirective$;return a?.constructor!==o&&(a?._$notifyDirectiveConnectionChanged?.(!1),void 0===o?a=void 0:(a=new o(e),a._$initialize(e,s,i)),void 0!==i?(s.__directives??=[])[i]=a:s.__directive=a),void 0!==a&&(t=he(e,a._$resolve(e,t.values),a,i)),t}class pe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:s}=this._$template,i=(e?.creationScope??R).importNode(t,!0);ne.currentNode=i;let a=ne.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let t;2===r.type?t=new ue(a,a.nextSibling,this,e):1===r.type?t=new r.ctor(a,r.name,r.strings,this,e):6===r.type&&(t=new be(a,this,e)),this._$parts.push(t),r=s[++n]}o!==r?.index&&(a=ne.nextNode(),o++)}return ne.currentNode=R,i}_update(e){let t=0;for(const s of this._$parts)void 0!==s&&(M&&M({kind:"set part",part:s,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==s.strings?(s._$setValue(e,s,t),t+=s.strings.length-2):s._$setValue(e[t])),t++}}class ue{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,s,i){this.type=2,this._$committedValue=ae,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=s,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=z(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=he(this,e,t),j(e))e===ae||null==e||""===e?(this._$committedValue!==ae&&(M&&M({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=ae):e!==this._$committedValue&&e!==ie&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else q(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return z(z(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),re!==I){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}M&&M({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==ae&&j(this._$committedValue)){const t=z(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=B(t,"data","property")),e=this._textSanitizer(e),M&&M({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=R.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=B(t,"data","property")),e=this._textSanitizer(e),M&&M({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:s}=e,i="number"==typeof s?this._$getTemplate(e):(void 0===s.el&&(s.el=ce.createElement(le(s.h,s.h[0]),this.options)),s);if(this._$committedValue?._$template===i)M&&M({kind:"template updating",template:i,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new pe(i,this),s=e._clone(this.options);M&&M({kind:"template instantiated",template:i,instance:e,parts:e._$parts,options:this.options,fragment:s,values:t}),e._update(t),M&&M({kind:"template instantiated and updated",template:i,instance:e,parts:e._$parts,options:this.options,fragment:s,values:t}),this._commitNode(s),this._$committedValue=e}}_$getTemplate(e){let t=oe.get(e.strings);return void 0===t&&oe.set(e.strings,t=new ce(e)),t}_commitIterable(e){U(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let s,i=0;for(const a of e)i===t.length?t.push(s=new ue(this._insert(N()),this._insert(N()),this,this.options)):s=t[i],s._$setValue(a),i++;i<t.length&&(this._$clear(s&&z(s._$endNode).nextSibling,i),t.length=i)}_$clear(e=z(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=z(e).nextSibling;z(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class ge{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,s,i,a){this.type=1,this._$committedValue=ae,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=a,s.length>2||""!==s[0]||""!==s[1]?(this._$committedValue=new Array(s.length-1).fill(new String),this.strings=s):this._$committedValue=ae,this._sanitizer=void 0}_$setValue(e,t=this,s,i){const a=this.strings;let o=!1;if(void 0===a)e=he(this,e,t,0),o=!j(e)||e!==this._$committedValue&&e!==ie,o&&(this._$committedValue=e);else{const i=e;let n,r;for(e=a[0],n=0;n<a.length-1;n++)r=he(this,i[s+n],t,n),r===ie&&(r=this._$committedValue[n]),o||=!j(r)||r!==this._$committedValue[n],r===ae?e=ae:e!==ae&&(e+=(r??"")+a[n+1]),this._$committedValue[n]=r}o&&!i&&this._commitValue(e)}_commitValue(e){e===ae?z(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=re(this.element,this.name,"attribute")),e=this._sanitizer(e??""),M&&M({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),z(this.element).setAttribute(this.name,e??""))}}class ve extends ge{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=re(this.element,this.name,"property")),e=this._sanitizer(e),M&&M({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===ae?void 0:e}}class me extends ge{constructor(){super(...arguments),this.type=4}_commitValue(e){M&&M({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===ae),options:this.options}),z(this.element).toggleAttribute(this.name,!!e&&e!==ae)}}class fe extends ge{constructor(e,t,s,i,a){if(super(e,t,s,i,a),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=he(this,e,t,0)??ae)===ie)return;const s=this._$committedValue,i=e===ae&&s!==ae||e.capture!==s.capture||e.once!==s.once||e.passive!==s.passive,a=e!==ae&&(s===ae||i);M&&M({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:i,addListener:a,oldListener:s}),i&&this.element.removeEventListener(this.name,this,s),a&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class be{constructor(e,t,s){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=s}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){M&&M({kind:"commit to element binding",element:this.element,value:e,options:this.options}),he(this,e)}}const we={_boundAttributeSuffix:H,_marker:O,_markerMatch:T,_HTML_RESULT:1,_getTemplateHtml:de,_TemplateInstance:pe,_isIterable:q,_resolveDirective:he,_ChildPart:ue,_AttributePart:ge,_BooleanAttributePart:me,_EventPart:fe,_PropertyPart:ve,_ElementPart:be},ye=S.litHtmlPolyfillSupportDevMode;ye?.(ce,ue),(S.litHtmlVersions??=[]).push("3.3.2"),S.litHtmlVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const _e=(e,t,s)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const i=V++,a=s?.renderBefore??t;let o=a._$litPart$;if(M&&M({kind:"begin render",id:i,value:e,container:t,options:s,part:o}),void 0===o){const e=s?.renderBefore??null;a._$litPart$=o=new ue(t.insertBefore(N(),e),e,void 0,s??{})}return o._$setValue(e),M&&M({kind:"end render",id:i,value:e,container:t,options:s,part:o}),o};_e.setSanitizer=D,_e.createSanitizer=B,_e._testOnlyClearSanitizerFactoryDoNotCallOrElse=E;
14
14
  /**
15
15
  * @license
16
16
  * Copyright 2017 Google LLC
@@ -37,12 +37,12 @@ let Me;Se?.({LitElement:Ce}),(xe.litElementVersions??=[]).push("4.2.2"),xe.litEl
37
37
  * @license
38
38
  * Copyright 2017 Google LLC
39
39
  * SPDX-License-Identifier: BSD-3-Clause
40
- */let Ae;function De(e,t){return(s,i,a)=>{const o=s=>{const a=s.renderRoot?.querySelector(e)??null;if(null===a&&t&&!s.hasUpdated){const t="object"==typeof i?i.name:i;Ae("",`@query'd field ${JSON.stringify(String(t))} with the 'cache' flag set for selector '${e}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return a};if(t){const{get:e,set:t}="object"==typeof i?s:a??(()=>{const e=Symbol(`${String(i)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return Le(s,i,{get(){let s=e.call(this);return void 0===s&&(s=o(this),(null!==s||this.hasUpdated)&&t.call(this,s)),s}})}return Le(s,i,{get(){return o(this)}})}}
40
+ */let Ae;function Ie(e,t){return(s,i,a)=>{const o=s=>{const a=s.renderRoot?.querySelector(e)??null;if(null===a&&t&&!s.hasUpdated){const t="object"==typeof i?i.name:i;Ae("",`@query'd field ${JSON.stringify(String(t))} with the 'cache' flag set for selector '${e}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return a};if(t){const{get:e,set:t}="object"==typeof i?s:a??(()=>{const e=Symbol(`${String(i)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return Le(s,i,{get(){let s=e.call(this);return void 0===s&&(s=o(this),(null!==s||this.hasUpdated)&&t.call(this,s)),s}})}return Le(s,i,{get(){return o(this)}})}}
41
41
  /**
42
42
  * @license
43
43
  * Copyright 2017 Google LLC
44
44
  * SPDX-License-Identifier: BSD-3-Clause
45
- */function Ie(e){return(t,s)=>Le(t,s,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}
45
+ */function De(e){return(t,s)=>Le(t,s,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}
46
46
  /**
47
47
  * @license
48
48
  * Copyright 2021 Google LLC
@@ -101,7 +101,7 @@ const Ne=1,je=2,Ue=3,qe=4,Ye=e=>(...t)=>({_$litDirective$:e,values:t});class We{
101
101
  <slot id="content" name="content" class="content" role="region" aria-labelledby="header"></slot>
102
102
  </div>
103
103
  </div>
104
- `}}lt.styles=[...Oe.styles,rt],t([De(".accordion-item")],lt.prototype,"accordion",void 0),t([De(".accordion-btn")],lt.prototype,"header",void 0),t([De(".accordion-body")],lt.prototype,"body",void 0),t([ze({type:Boolean,reflect:!0})],lt.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],lt.prototype,"disabled",void 0),t([ze({type:String,reflect:!0})],lt.prototype,"density",void 0),t([ze({type:String})],lt.prototype,"ariaLabel",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],lt.prototype,"handleOpenChange",null),at("accordion.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:350,easing:"ease-in-out"}}),at("accordion.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:350,easing:"ease-in-out"}});
104
+ `}}lt.styles=[...Oe.styles,rt],t([Ie(".accordion-item")],lt.prototype,"accordion",void 0),t([Ie(".accordion-btn")],lt.prototype,"header",void 0),t([Ie(".accordion-body")],lt.prototype,"body",void 0),t([ze({type:Boolean,reflect:!0})],lt.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],lt.prototype,"disabled",void 0),t([ze({type:String,reflect:!0})],lt.prototype,"density",void 0),t([ze({type:String})],lt.prototype,"ariaLabel",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],lt.prototype,"handleOpenChange",null),at("accordion.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:350,easing:"ease-in-out"}}),at("accordion.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:350,easing:"ease-in-out"}});
105
105
  /**
106
106
  * @license
107
107
  * Copyright 2020 Google LLC
@@ -111,7 +111,7 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
111
111
  <button class="btn-close" aria-label="Close button" ?disabled=${this.disabled} @click=${this._handleClick}>
112
112
  <sgds-icon name="cross" size="sm"></sgds-icon>
113
113
  </button>
114
- `}}ft.styles=[...Oe.styles,vt],t([ze({type:String,reflect:!0})],ft.prototype,"size",void 0),t([ze({type:String,reflect:!0})],ft.prototype,"tone",void 0),t([ze({type:Boolean,reflect:!0})],ft.prototype,"disabled",void 0);const bt={announcement:()=>Promise.resolve().then(function(){return Pr}),archive:()=>Promise.resolve().then(function(){return Ar}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Ir}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Br}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Or}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Fr}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Nr}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Ur}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Yr}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Kr}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Jr}),"arrow-down":()=>Promise.resolve().then(function(){return Qr}),"arrow-left":()=>Promise.resolve().then(function(){return tl}),"arrow-repeat":()=>Promise.resolve().then(function(){return il}),"arrow-right":()=>Promise.resolve().then(function(){return ol}),"arrow-square-down":()=>Promise.resolve().then(function(){return rl}),"arrow-square-left":()=>Promise.resolve().then(function(){return dl}),"arrow-square-right":()=>Promise.resolve().then(function(){return hl}),"arrow-square-up":()=>Promise.resolve().then(function(){return ul}),"arrow-up":()=>Promise.resolve().then(function(){return vl}),"bank-fill":()=>Promise.resolve().then(function(){return fl}),"bell-slash":()=>Promise.resolve().then(function(){return wl}),bell:()=>Promise.resolve().then(function(){return _l}),"bi-funnel":()=>Promise.resolve().then(function(){return kl}),"bookmark-fill":()=>Promise.resolve().then(function(){return $l}),bookmark:()=>Promise.resolve().then(function(){return Ml}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Vl}),"box-seam":()=>Promise.resolve().then(function(){return Pl}),building:()=>Promise.resolve().then(function(){return Al}),bus:()=>Promise.resolve().then(function(){return Il}),calculator:()=>Promise.resolve().then(function(){return Bl}),"calendar-check":()=>Promise.resolve().then(function(){return Ol}),"calendar-heart":()=>Promise.resolve().then(function(){return Fl}),"calendar-x":()=>Promise.resolve().then(function(){return Nl}),calendar:()=>Promise.resolve().then(function(){return Ul}),camera:()=>Promise.resolve().then(function(){return Yl}),car:()=>Promise.resolve().then(function(){return Kl}),"chat-dots":()=>Promise.resolve().then(function(){return Jl}),"chat-left-text":()=>Promise.resolve().then(function(){return Ql}),chat:()=>Promise.resolve().then(function(){return td}),"check-circle-fill":()=>Promise.resolve().then(function(){return id}),"check-circle":()=>Promise.resolve().then(function(){return od}),check:()=>Promise.resolve().then(function(){return rd}),"chevron-down":()=>Promise.resolve().then(function(){return dd}),"chevron-left":()=>Promise.resolve().then(function(){return hd}),"chevron-right":()=>Promise.resolve().then(function(){return ud}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return vd}),"chevron-up":()=>Promise.resolve().then(function(){return fd}),clock:()=>Promise.resolve().then(function(){return wd}),"cloud-check":()=>Promise.resolve().then(function(){return _d}),"cloud-download":()=>Promise.resolve().then(function(){return kd}),"cloud-upload":()=>Promise.resolve().then(function(){return $d}),cloud:()=>Promise.resolve().then(function(){return Md}),"code-square":()=>Promise.resolve().then(function(){return Vd}),"coins-hand":()=>Promise.resolve().then(function(){return Pd}),compass:()=>Promise.resolve().then(function(){return Ad}),copy:()=>Promise.resolve().then(function(){return Id}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Bd}),cross:()=>Promise.resolve().then(function(){return Od}),"cursor-fill":()=>Promise.resolve().then(function(){return Fd}),cursor:()=>Promise.resolve().then(function(){return Nd}),"dash-circle":()=>Promise.resolve().then(function(){return Ud}),"dash-square":()=>Promise.resolve().then(function(){return Yd}),dash:()=>Promise.resolve().then(function(){return Kd}),database:()=>Promise.resolve().then(function(){return Jd}),dataflow:()=>Promise.resolve().then(function(){return Qd}),download:()=>Promise.resolve().then(function(){return tc}),edit:()=>Promise.resolve().then(function(){return ic}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return oc}),"exclamation-circle":()=>Promise.resolve().then(function(){return rc}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return dc}),"exclamation-triangle":()=>Promise.resolve().then(function(){return hc}),exclamation:()=>Promise.resolve().then(function(){return uc}),"eye-fill":()=>Promise.resolve().then(function(){return vc}),"eye-slash-fill":()=>Promise.resolve().then(function(){return fc}),"eye-slash":()=>Promise.resolve().then(function(){return wc}),eye:()=>Promise.resolve().then(function(){return _c}),"face-smile-fill":()=>Promise.resolve().then(function(){return kc}),"face-smile":()=>Promise.resolve().then(function(){return $c}),facebook:()=>Promise.resolve().then(function(){return Mc}),"file-earmark-text":()=>Promise.resolve().then(function(){return Vc}),"file-pdf":()=>Promise.resolve().then(function(){return Pc}),"file-plus":()=>Promise.resolve().then(function(){return Ac}),"file-text":()=>Promise.resolve().then(function(){return Ic}),file:()=>Promise.resolve().then(function(){return Bc}),files:()=>Promise.resolve().then(function(){return Oc}),fingerprint:()=>Promise.resolve().then(function(){return Fc}),flash:()=>Promise.resolve().then(function(){return Nc}),"folder-check":()=>Promise.resolve().then(function(){return Uc}),"folder-minus":()=>Promise.resolve().then(function(){return Yc}),"folder-plus":()=>Promise.resolve().then(function(){return Kc}),folder:()=>Promise.resolve().then(function(){return Jc}),gear:()=>Promise.resolve().then(function(){return Qc}),"geo-alt":()=>Promise.resolve().then(function(){return th}),"geo-fill":()=>Promise.resolve().then(function(){return ih}),geo:()=>Promise.resolve().then(function(){return oh}),"globe-alt":()=>Promise.resolve().then(function(){return rh}),globe:()=>Promise.resolve().then(function(){return dh}),google:()=>Promise.resolve().then(function(){return hh}),"grid-alt":()=>Promise.resolve().then(function(){return uh}),"grid-fill":()=>Promise.resolve().then(function(){return vh}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return fh}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return wh}),"hard-drive":()=>Promise.resolve().then(function(){return _h}),heart:()=>Promise.resolve().then(function(){return kh}),"house-door":()=>Promise.resolve().then(function(){return $h}),house:()=>Promise.resolve().then(function(){return Mh}),image:()=>Promise.resolve().then(function(){return Vh}),"in-box":()=>Promise.resolve().then(function(){return Ph}),"info-circle-fill":()=>Promise.resolve().then(function(){return Ah}),"info-circle":()=>Promise.resolve().then(function(){return Ih}),instagram:()=>Promise.resolve().then(function(){return Bh}),key:()=>Promise.resolve().then(function(){return Oh}),"laptop-gear":()=>Promise.resolve().then(function(){return Fh}),laptop:()=>Promise.resolve().then(function(){return Nh}),layers:()=>Promise.resolve().then(function(){return Uh}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Yh}),"layout-text-window":()=>Promise.resolve().then(function(){return Kh}),layout:()=>Promise.resolve().then(function(){return Jh}),"life-buoy":()=>Promise.resolve().then(function(){return Qh}),lightbulb:()=>Promise.resolve().then(function(){return tp}),link:()=>Promise.resolve().then(function(){return ip}),linkedin:()=>Promise.resolve().then(function(){return op}),list:()=>Promise.resolve().then(function(){return rp}),"lock-fill":()=>Promise.resolve().then(function(){return dp}),lock:()=>Promise.resolve().then(function(){return hp}),login:()=>Promise.resolve().then(function(){return up}),logout:()=>Promise.resolve().then(function(){return vp}),luggage:()=>Promise.resolve().then(function(){return fp}),"mail-open":()=>Promise.resolve().then(function(){return wp}),mail:()=>Promise.resolve().then(function(){return _p}),map:()=>Promise.resolve().then(function(){return kp}),meetup:()=>Promise.resolve().then(function(){return $p}),menu:()=>Promise.resolve().then(function(){return Mp}),microphone:()=>Promise.resolve().then(function(){return Vp}),monitor:()=>Promise.resolve().then(function(){return Pp}),moon:()=>Promise.resolve().then(function(){return Ap}),move:()=>Promise.resolve().then(function(){return Ip}),paperclip:()=>Promise.resolve().then(function(){return Bp}),passcode:()=>Promise.resolve().then(function(){return Op}),passport:()=>Promise.resolve().then(function(){return Fp}),pause:()=>Promise.resolve().then(function(){return Np}),pencil:()=>Promise.resolve().then(function(){return Up}),"pending-circle":()=>Promise.resolve().then(function(){return Yp}),"person-dash":()=>Promise.resolve().then(function(){return Kp}),"person-plus":()=>Promise.resolve().then(function(){return Jp}),"person-x":()=>Promise.resolve().then(function(){return Qp}),person:()=>Promise.resolve().then(function(){return tu}),phone:()=>Promise.resolve().then(function(){return iu}),"pin-map-fill":()=>Promise.resolve().then(function(){return ou}),pin:()=>Promise.resolve().then(function(){return ru}),placeholder:()=>Promise.resolve().then(function(){return du}),plane:()=>Promise.resolve().then(function(){return hu}),play:()=>Promise.resolve().then(function(){return uu}),"plus-circle":()=>Promise.resolve().then(function(){return vu}),"plus-square":()=>Promise.resolve().then(function(){return fu}),plus:()=>Promise.resolve().then(function(){return wu}),printer:()=>Promise.resolve().then(function(){return _u}),"question-circle":()=>Promise.resolve().then(function(){return ku}),rocket:()=>Promise.resolve().then(function(){return $u}),save:()=>Promise.resolve().then(function(){return Mu}),search:()=>Promise.resolve().then(function(){return Vu}),send:()=>Promise.resolve().then(function(){return Pu}),"sg-crest":()=>Promise.resolve().then(function(){return Au}),share:()=>Promise.resolve().then(function(){return Iu}),"shield-tick":()=>Promise.resolve().then(function(){return Bu}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Ou}),"sidebar-expand":()=>Promise.resolve().then(function(){return Fu}),"slash-circle":()=>Promise.resolve().then(function(){return Nu}),"slash-divider":()=>Promise.resolve().then(function(){return Uu}),sliders:()=>Promise.resolve().then(function(){return Yu}),"sort-ascending":()=>Promise.resolve().then(function(){return Ku}),"sort-descending":()=>Promise.resolve().then(function(){return Ju}),speedometer:()=>Promise.resolve().then(function(){return Qu}),"star-ai":()=>Promise.resolve().then(function(){return tg}),"star-fill":()=>Promise.resolve().then(function(){return ig}),star:()=>Promise.resolve().then(function(){return og}),stoplights:()=>Promise.resolve().then(function(){return rg}),sun:()=>Promise.resolve().then(function(){return dg}),"switch-horizontal":()=>Promise.resolve().then(function(){return hg}),"switch-vertical":()=>Promise.resolve().then(function(){return ug}),tablet:()=>Promise.resolve().then(function(){return vg}),telegram:()=>Promise.resolve().then(function(){return fg}),telephone:()=>Promise.resolve().then(function(){return wg}),"three-dots-vertical":()=>Promise.resolve().then(function(){return _g}),"three-dots":()=>Promise.resolve().then(function(){return kg}),ticket:()=>Promise.resolve().then(function(){return $g}),"toggle-off":()=>Promise.resolve().then(function(){return Mg}),"toggle-on":()=>Promise.resolve().then(function(){return Vg}),train:()=>Promise.resolve().then(function(){return Pg}),translate:()=>Promise.resolve().then(function(){return Ag}),trash:()=>Promise.resolve().then(function(){return Ig}),"trend-down":()=>Promise.resolve().then(function(){return Bg}),"trend-up":()=>Promise.resolve().then(function(){return Og}),truck:()=>Promise.resolve().then(function(){return Fg}),"twitter-x":()=>Promise.resolve().then(function(){return Ng}),unlock:()=>Promise.resolve().then(function(){return Ug}),upload:()=>Promise.resolve().then(function(){return Yg}),"user-check":()=>Promise.resolve().then(function(){return Kg}),"user-circle":()=>Promise.resolve().then(function(){return Jg}),"user-pause":()=>Promise.resolve().then(function(){return Qg}),"user-square":()=>Promise.resolve().then(function(){return tv}),users:()=>Promise.resolve().then(function(){return iv}),"video-recorder":()=>Promise.resolve().then(function(){return ov}),"volume-max":()=>Promise.resolve().then(function(){return rv}),"volume-x":()=>Promise.resolve().then(function(){return dv}),"window-dash":()=>Promise.resolve().then(function(){return hv}),"window-desktop":()=>Promise.resolve().then(function(){return uv}),"window-dock":()=>Promise.resolve().then(function(){return vv}),"window-fullscreen":()=>Promise.resolve().then(function(){return fv}),"window-plus":()=>Promise.resolve().then(function(){return wv}),"window-sidebar":()=>Promise.resolve().then(function(){return _v}),"window-split":()=>Promise.resolve().then(function(){return kv}),"window-stack":()=>Promise.resolve().then(function(){return $v}),"window-x":()=>Promise.resolve().then(function(){return Mv}),window:()=>Promise.resolve().then(function(){return Vv}),"xcircle-fill":()=>Promise.resolve().then(function(){return Pv}),xcircle:()=>Promise.resolve().then(function(){return Av}),youtube:()=>Promise.resolve().then(function(){return Iv}),"zoom-in":()=>Promise.resolve().then(function(){return Bv}),"zoom-out":()=>Promise.resolve().then(function(){return Ov})};var wt=r`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const yt=new Map;class _t extends Oe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(yt.has(e))return void(this._icon=yt.get(e));const t=bt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const s=await t();yt.set(e,s.default),this._icon=s.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:ae}}_t.styles=[...Oe.styles,wt],t([ze({type:String,reflect:!0})],_t.prototype,"name",void 0),t([ze({type:String,reflect:!0})],_t.prototype,"size",void 0),t([ze({type:String})],_t.prototype,"ariaLabel",void 0),t([Pe()],_t.prototype,"_icon",void 0);var xt=r`:host([variant=success]) .alert{background-color:var(--sgds-success-surface-default)}:host([variant=warning]) .alert{--sgds-alert-color:var(--sgds-color-fixed-dark);background-color:var(--sgds-warning-surface-default)}:host([variant=danger]) .alert{background-color:var(--sgds-danger-surface-default)}:host([variant=neutral]) .alert{background-color:var(--sgds-neutral-surface-emphasis)}:host([variant=success][outlined]) .alert{background-color:var(--sgds-success-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-success-border-color-muted)}:host([variant=warning][outlined]) .alert{background-color:var(--sgds-warning-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-warning-border-color-muted)}:host([variant=danger][outlined]) .alert{background-color:var(--sgds-danger-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-danger-border-color-muted)}:host([variant=neutral][outlined]) .alert{background-color:var(--sgds-neutral-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-neutral-border-color-muted)}:host([outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-primary-color-fixed-dark)}:host([variant=success][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-success-color-fixed-dark)}:host([variant=warning][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-warning-color-fixed-light)}:host([variant=danger][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-danger-color-fixed-dark)}:host([variant=neutral][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-color-fixed-dark)}.alert{--sgds-alert-color:var(--sgds-color-fixed-light);background-color:var(--sgds-primary-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-md);color:var(--sgds-alert-color);display:flex;flex-direction:row;gap:var(--sgds-gap-sm);padding:var(--sgds-padding-lg);position:relative}.alert.outlined{--sgds-alert-color:var(--sgds-color-fixed-dark);background-color:var(--sgds-primary-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-primary-border-color-muted)}.alert-content{align-items:flex-start;display:flex;flex:1 0 0;flex-direction:column;gap:var(--sgds-gap-md);padding-right:var(--sgds-padding-2-xl)}.alert-content__upper{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.alert-title{font-size:var(--sgds-font-size-subtitle-sm);font-style:normal;font-weight:var(--sgds-font-weight-semibold);line-height:var(--sgds-line-height-2-xs)}.alert-content__description{display:inline;font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);line-height:var(--sgds-line-height-2-xs)}.alert-content__description::slotted(*){font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);line-height:var(--sgds-line-height-2-xs)}.alert-content__description::slotted(a),.alert-content__description::slotted(a:hover){color:inherit!important}.alert-content__description::slotted(a:focus-visible){outline:var(--sgds-outline-focus)!important;outline-offset:var(--sgds-outline-offset-focus)!important}.alert sgds-close-button{position:absolute;right:14px;top:14px}`;class kt extends Oe{constructor(){super(...arguments),this.show=!1,this.dismissible=!1,this.variant="info",this.outlined=!1,this.title=""}close(){this.show=!1}_handleShowChange(){this.show?this.emit("sgds-show"):this.emit("sgds-hide")}render(){return this.dismissible&&this.show||!this.dismissible?ut`
114
+ `}}ft.styles=[...Oe.styles,vt],t([ze({type:String,reflect:!0})],ft.prototype,"size",void 0),t([ze({type:String,reflect:!0})],ft.prototype,"tone",void 0),t([ze({type:Boolean,reflect:!0})],ft.prototype,"disabled",void 0);const bt={announcement:()=>Promise.resolve().then(function(){return Ar}),archive:()=>Promise.resolve().then(function(){return Dr}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Br}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Or}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Fr}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Nr}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Ur}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Yr}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Kr}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Jr}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Qr}),"arrow-down":()=>Promise.resolve().then(function(){return tl}),"arrow-left":()=>Promise.resolve().then(function(){return il}),"arrow-repeat":()=>Promise.resolve().then(function(){return ol}),"arrow-right":()=>Promise.resolve().then(function(){return rl}),"arrow-square-down":()=>Promise.resolve().then(function(){return dl}),"arrow-square-left":()=>Promise.resolve().then(function(){return hl}),"arrow-square-right":()=>Promise.resolve().then(function(){return ul}),"arrow-square-up":()=>Promise.resolve().then(function(){return vl}),"arrow-up":()=>Promise.resolve().then(function(){return fl}),"bank-fill":()=>Promise.resolve().then(function(){return wl}),"bell-slash":()=>Promise.resolve().then(function(){return _l}),bell:()=>Promise.resolve().then(function(){return kl}),"bi-funnel":()=>Promise.resolve().then(function(){return $l}),"bookmark-fill":()=>Promise.resolve().then(function(){return Ml}),bookmark:()=>Promise.resolve().then(function(){return Vl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Pl}),"box-seam":()=>Promise.resolve().then(function(){return Al}),building:()=>Promise.resolve().then(function(){return Dl}),bus:()=>Promise.resolve().then(function(){return Bl}),calculator:()=>Promise.resolve().then(function(){return Ol}),"calendar-check":()=>Promise.resolve().then(function(){return Fl}),"calendar-heart":()=>Promise.resolve().then(function(){return Nl}),"calendar-x":()=>Promise.resolve().then(function(){return Ul}),calendar:()=>Promise.resolve().then(function(){return Yl}),camera:()=>Promise.resolve().then(function(){return Kl}),car:()=>Promise.resolve().then(function(){return Jl}),"chat-dots":()=>Promise.resolve().then(function(){return Ql}),"chat-left-text":()=>Promise.resolve().then(function(){return td}),chat:()=>Promise.resolve().then(function(){return id}),"check-circle-fill":()=>Promise.resolve().then(function(){return od}),"check-circle":()=>Promise.resolve().then(function(){return rd}),check:()=>Promise.resolve().then(function(){return dd}),"chevron-down":()=>Promise.resolve().then(function(){return hd}),"chevron-left":()=>Promise.resolve().then(function(){return ud}),"chevron-right":()=>Promise.resolve().then(function(){return vd}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return fd}),"chevron-up":()=>Promise.resolve().then(function(){return wd}),clock:()=>Promise.resolve().then(function(){return _d}),"cloud-check":()=>Promise.resolve().then(function(){return kd}),"cloud-download":()=>Promise.resolve().then(function(){return $d}),"cloud-upload":()=>Promise.resolve().then(function(){return Md}),cloud:()=>Promise.resolve().then(function(){return Vd}),"code-square":()=>Promise.resolve().then(function(){return Pd}),"coins-hand":()=>Promise.resolve().then(function(){return Ad}),compass:()=>Promise.resolve().then(function(){return Dd}),copy:()=>Promise.resolve().then(function(){return Bd}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Od}),cross:()=>Promise.resolve().then(function(){return Fd}),"cursor-fill":()=>Promise.resolve().then(function(){return Nd}),cursor:()=>Promise.resolve().then(function(){return Ud}),"dash-circle":()=>Promise.resolve().then(function(){return Yd}),"dash-square":()=>Promise.resolve().then(function(){return Kd}),dash:()=>Promise.resolve().then(function(){return Jd}),database:()=>Promise.resolve().then(function(){return Qd}),dataflow:()=>Promise.resolve().then(function(){return tc}),download:()=>Promise.resolve().then(function(){return ic}),edit:()=>Promise.resolve().then(function(){return oc}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return rc}),"exclamation-circle":()=>Promise.resolve().then(function(){return dc}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return hc}),"exclamation-triangle":()=>Promise.resolve().then(function(){return uc}),exclamation:()=>Promise.resolve().then(function(){return vc}),"eye-fill":()=>Promise.resolve().then(function(){return fc}),"eye-slash-fill":()=>Promise.resolve().then(function(){return wc}),"eye-slash":()=>Promise.resolve().then(function(){return _c}),eye:()=>Promise.resolve().then(function(){return kc}),"face-smile-fill":()=>Promise.resolve().then(function(){return $c}),"face-smile":()=>Promise.resolve().then(function(){return Mc}),facebook:()=>Promise.resolve().then(function(){return Vc}),"file-earmark-text":()=>Promise.resolve().then(function(){return Pc}),"file-pdf":()=>Promise.resolve().then(function(){return Ac}),"file-plus":()=>Promise.resolve().then(function(){return Dc}),"file-text":()=>Promise.resolve().then(function(){return Bc}),file:()=>Promise.resolve().then(function(){return Oc}),files:()=>Promise.resolve().then(function(){return Fc}),fingerprint:()=>Promise.resolve().then(function(){return Nc}),flash:()=>Promise.resolve().then(function(){return Uc}),"folder-check":()=>Promise.resolve().then(function(){return Yc}),"folder-minus":()=>Promise.resolve().then(function(){return Kc}),"folder-plus":()=>Promise.resolve().then(function(){return Jc}),folder:()=>Promise.resolve().then(function(){return Qc}),gear:()=>Promise.resolve().then(function(){return th}),"geo-alt":()=>Promise.resolve().then(function(){return ih}),"geo-fill":()=>Promise.resolve().then(function(){return oh}),geo:()=>Promise.resolve().then(function(){return rh}),"globe-alt":()=>Promise.resolve().then(function(){return dh}),globe:()=>Promise.resolve().then(function(){return hh}),google:()=>Promise.resolve().then(function(){return uh}),"grid-alt":()=>Promise.resolve().then(function(){return vh}),"grid-fill":()=>Promise.resolve().then(function(){return fh}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return wh}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return _h}),"hard-drive":()=>Promise.resolve().then(function(){return kh}),heart:()=>Promise.resolve().then(function(){return $h}),"house-door":()=>Promise.resolve().then(function(){return Mh}),house:()=>Promise.resolve().then(function(){return Vh}),image:()=>Promise.resolve().then(function(){return Ph}),"in-box":()=>Promise.resolve().then(function(){return Ah}),"info-circle-fill":()=>Promise.resolve().then(function(){return Dh}),"info-circle":()=>Promise.resolve().then(function(){return Bh}),instagram:()=>Promise.resolve().then(function(){return Oh}),key:()=>Promise.resolve().then(function(){return Fh}),"laptop-gear":()=>Promise.resolve().then(function(){return Nh}),laptop:()=>Promise.resolve().then(function(){return Uh}),layers:()=>Promise.resolve().then(function(){return Yh}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Kh}),"layout-text-window":()=>Promise.resolve().then(function(){return Jh}),layout:()=>Promise.resolve().then(function(){return Qh}),"life-buoy":()=>Promise.resolve().then(function(){return tp}),lightbulb:()=>Promise.resolve().then(function(){return ip}),link:()=>Promise.resolve().then(function(){return op}),linkedin:()=>Promise.resolve().then(function(){return rp}),list:()=>Promise.resolve().then(function(){return dp}),"lock-fill":()=>Promise.resolve().then(function(){return hp}),lock:()=>Promise.resolve().then(function(){return up}),login:()=>Promise.resolve().then(function(){return vp}),logout:()=>Promise.resolve().then(function(){return fp}),luggage:()=>Promise.resolve().then(function(){return wp}),"mail-open":()=>Promise.resolve().then(function(){return _p}),mail:()=>Promise.resolve().then(function(){return kp}),map:()=>Promise.resolve().then(function(){return $p}),meetup:()=>Promise.resolve().then(function(){return Mp}),menu:()=>Promise.resolve().then(function(){return Vp}),microphone:()=>Promise.resolve().then(function(){return Pp}),monitor:()=>Promise.resolve().then(function(){return Ap}),moon:()=>Promise.resolve().then(function(){return Dp}),move:()=>Promise.resolve().then(function(){return Bp}),paperclip:()=>Promise.resolve().then(function(){return Op}),passcode:()=>Promise.resolve().then(function(){return Fp}),passport:()=>Promise.resolve().then(function(){return Np}),pause:()=>Promise.resolve().then(function(){return Up}),pencil:()=>Promise.resolve().then(function(){return Yp}),"pending-circle":()=>Promise.resolve().then(function(){return Kp}),"person-dash":()=>Promise.resolve().then(function(){return Jp}),"person-plus":()=>Promise.resolve().then(function(){return Qp}),"person-x":()=>Promise.resolve().then(function(){return tu}),person:()=>Promise.resolve().then(function(){return iu}),phone:()=>Promise.resolve().then(function(){return ou}),"pin-map-fill":()=>Promise.resolve().then(function(){return ru}),pin:()=>Promise.resolve().then(function(){return du}),placeholder:()=>Promise.resolve().then(function(){return hu}),plane:()=>Promise.resolve().then(function(){return uu}),play:()=>Promise.resolve().then(function(){return vu}),"plus-circle":()=>Promise.resolve().then(function(){return fu}),"plus-square":()=>Promise.resolve().then(function(){return wu}),plus:()=>Promise.resolve().then(function(){return _u}),printer:()=>Promise.resolve().then(function(){return ku}),"question-circle":()=>Promise.resolve().then(function(){return $u}),rocket:()=>Promise.resolve().then(function(){return Mu}),save:()=>Promise.resolve().then(function(){return Vu}),search:()=>Promise.resolve().then(function(){return Pu}),send:()=>Promise.resolve().then(function(){return Au}),"sg-crest":()=>Promise.resolve().then(function(){return Du}),share:()=>Promise.resolve().then(function(){return Bu}),"shield-tick":()=>Promise.resolve().then(function(){return Ou}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Fu}),"sidebar-expand":()=>Promise.resolve().then(function(){return Nu}),"slash-circle":()=>Promise.resolve().then(function(){return Uu}),"slash-divider":()=>Promise.resolve().then(function(){return Yu}),sliders:()=>Promise.resolve().then(function(){return Ku}),"sort-ascending":()=>Promise.resolve().then(function(){return Ju}),"sort-descending":()=>Promise.resolve().then(function(){return Qu}),speedometer:()=>Promise.resolve().then(function(){return tg}),"star-ai":()=>Promise.resolve().then(function(){return ig}),"star-fill":()=>Promise.resolve().then(function(){return og}),star:()=>Promise.resolve().then(function(){return rg}),stoplights:()=>Promise.resolve().then(function(){return dg}),sun:()=>Promise.resolve().then(function(){return hg}),"switch-horizontal":()=>Promise.resolve().then(function(){return ug}),"switch-vertical":()=>Promise.resolve().then(function(){return vg}),tablet:()=>Promise.resolve().then(function(){return fg}),telegram:()=>Promise.resolve().then(function(){return wg}),telephone:()=>Promise.resolve().then(function(){return _g}),"three-dots-vertical":()=>Promise.resolve().then(function(){return kg}),"three-dots":()=>Promise.resolve().then(function(){return $g}),ticket:()=>Promise.resolve().then(function(){return Mg}),"toggle-off":()=>Promise.resolve().then(function(){return Vg}),"toggle-on":()=>Promise.resolve().then(function(){return Pg}),train:()=>Promise.resolve().then(function(){return Ag}),translate:()=>Promise.resolve().then(function(){return Dg}),trash:()=>Promise.resolve().then(function(){return Bg}),"trend-down":()=>Promise.resolve().then(function(){return Og}),"trend-up":()=>Promise.resolve().then(function(){return Fg}),truck:()=>Promise.resolve().then(function(){return Ng}),"twitter-x":()=>Promise.resolve().then(function(){return Ug}),unlock:()=>Promise.resolve().then(function(){return Yg}),upload:()=>Promise.resolve().then(function(){return Kg}),"user-check":()=>Promise.resolve().then(function(){return Jg}),"user-circle":()=>Promise.resolve().then(function(){return Qg}),"user-pause":()=>Promise.resolve().then(function(){return tv}),"user-square":()=>Promise.resolve().then(function(){return iv}),users:()=>Promise.resolve().then(function(){return ov}),"video-recorder":()=>Promise.resolve().then(function(){return rv}),"volume-max":()=>Promise.resolve().then(function(){return dv}),"volume-x":()=>Promise.resolve().then(function(){return hv}),"window-dash":()=>Promise.resolve().then(function(){return uv}),"window-desktop":()=>Promise.resolve().then(function(){return vv}),"window-dock":()=>Promise.resolve().then(function(){return fv}),"window-fullscreen":()=>Promise.resolve().then(function(){return wv}),"window-plus":()=>Promise.resolve().then(function(){return _v}),"window-sidebar":()=>Promise.resolve().then(function(){return kv}),"window-split":()=>Promise.resolve().then(function(){return $v}),"window-stack":()=>Promise.resolve().then(function(){return Mv}),"window-x":()=>Promise.resolve().then(function(){return Vv}),window:()=>Promise.resolve().then(function(){return Pv}),"xcircle-fill":()=>Promise.resolve().then(function(){return Av}),xcircle:()=>Promise.resolve().then(function(){return Dv}),youtube:()=>Promise.resolve().then(function(){return Bv}),"zoom-in":()=>Promise.resolve().then(function(){return Ov}),"zoom-out":()=>Promise.resolve().then(function(){return Fv})};var wt=r`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const yt=new Map;class _t extends Oe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(yt.has(e))return void(this._icon=yt.get(e));const t=bt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const s=await t();yt.set(e,s.default),this._icon=s.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:ae}}_t.styles=[...Oe.styles,wt],t([ze({type:String,reflect:!0})],_t.prototype,"name",void 0),t([ze({type:String,reflect:!0})],_t.prototype,"size",void 0),t([ze({type:String})],_t.prototype,"ariaLabel",void 0),t([Pe()],_t.prototype,"_icon",void 0);var xt=r`:host([variant=success]) .alert{background-color:var(--sgds-success-surface-default)}:host([variant=warning]) .alert{--sgds-alert-color:var(--sgds-color-fixed-dark);background-color:var(--sgds-warning-surface-default)}:host([variant=danger]) .alert{background-color:var(--sgds-danger-surface-default)}:host([variant=neutral]) .alert{background-color:var(--sgds-neutral-surface-emphasis)}:host([variant=success][outlined]) .alert{background-color:var(--sgds-success-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-success-border-color-muted)}:host([variant=warning][outlined]) .alert{background-color:var(--sgds-warning-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-warning-border-color-muted)}:host([variant=danger][outlined]) .alert{background-color:var(--sgds-danger-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-danger-border-color-muted)}:host([variant=neutral][outlined]) .alert{background-color:var(--sgds-neutral-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-neutral-border-color-muted)}:host([outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-primary-color-fixed-dark)}:host([variant=success][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-success-color-fixed-dark)}:host([variant=warning][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-warning-color-fixed-light)}:host([variant=danger][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-danger-color-fixed-dark)}:host([variant=neutral][outlined]) .alert-icon__outlined::slotted(*){color:var(--sgds-color-fixed-dark)}.alert{--sgds-alert-color:var(--sgds-color-fixed-light);background-color:var(--sgds-primary-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-md);color:var(--sgds-alert-color);display:flex;flex-direction:row;gap:var(--sgds-gap-sm);padding:var(--sgds-padding-lg);position:relative}.alert.outlined{--sgds-alert-color:var(--sgds-color-fixed-dark);background-color:var(--sgds-primary-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-primary-border-color-muted)}.alert-content{align-items:flex-start;display:flex;flex:1 0 0;flex-direction:column;gap:var(--sgds-gap-md);padding-right:var(--sgds-padding-2-xl)}.alert-content__upper{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.alert-title{font-size:var(--sgds-font-size-subtitle-sm);font-style:normal;font-weight:var(--sgds-font-weight-semibold);line-height:var(--sgds-line-height-2-xs)}.alert-content__description{display:inline;font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);line-height:var(--sgds-line-height-2-xs)}.alert-content__description::slotted(*){font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);line-height:var(--sgds-line-height-2-xs)}.alert-content__description::slotted(a),.alert-content__description::slotted(a:hover){color:inherit!important}.alert-content__description::slotted(a:focus-visible){outline:var(--sgds-outline-focus)!important;outline-offset:var(--sgds-outline-offset-focus)!important}.alert sgds-close-button{position:absolute;right:14px;top:14px}`;class kt extends Oe{constructor(){super(...arguments),this.show=!1,this.dismissible=!1,this.variant="info",this.outlined=!1,this.title=""}close(){this.show=!1}_handleShowChange(){this.show?this.emit("sgds-show"):this.emit("sgds-hide")}render(){return this.dismissible&&this.show||!this.dismissible?ut`
115
115
  <div
116
116
  class="${Ke({alert:!0,show:this.show,"alert-dismissible":this.dismissible,outlined:this.outlined})}"
117
117
  role="alert"
@@ -138,12 +138,12 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
138
138
  * @license
139
139
  * Copyright 2020 Google LLC
140
140
  * SPDX-License-Identifier: BSD-3-Clause
141
- */;const{_ChildPart:Zt}=we,Vt=window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch?window.ShadyDOM.wrap:e=>e,zt=e=>void 0===e.strings,Pt=()=>document.createComment(""),Lt=(e,t,s)=>{const i=Vt(e._$startNode).parentNode,a=void 0===t?e._$endNode:t._$startNode;if(void 0===s){const t=Vt(i).insertBefore(Pt(),a),o=Vt(i).insertBefore(Pt(),a);s=new Zt(t,o,e,e.options)}else{const t=Vt(s._$endNode).nextSibling,o=s._$parent,n=o!==e;if(n){let t;s._$reparentDisconnectables?.(e),s._$parent=e,void 0!==s._$notifyConnectionChanged&&(t=e._$isConnected)!==o._$isConnected&&s._$notifyConnectionChanged(t)}if(t!==a||n){let e=s._$startNode;for(;e!==t;){const t=Vt(e).nextSibling;Vt(i).insertBefore(e,a),e=t}}}return s},At=(e,t,s=e)=>(e._$setValue(t,s),e),Dt={},It=(e,t=Dt)=>e._$committedValue=t,Et=e=>{e._$clear(),e._$startNode.remove()},Bt=(e,t)=>{const s=e._$disconnectableChildren;if(void 0===s)return!1;for(const e of s)e._$notifyDirectiveConnectionChanged?.(t,!1),Bt(e,t);return!0},Ht=e=>{let t,s;do{if(void 0===(t=e._$parent))break;s=t._$disconnectableChildren,s.delete(e),e=t}while(0===s?.size)},Ot=e=>{for(let t;t=e._$parent;e=t){let s=t._$disconnectableChildren;if(void 0===s)t._$disconnectableChildren=s=new Set;else if(s.has(e))break;s.add(e),Rt(t)}};function Tt(e){void 0!==this._$disconnectableChildren?(Ht(this),this._$parent=e,Ot(this)):this._$parent=e}function Ft(e,t=!1,s=0){const i=this._$committedValue,a=this._$disconnectableChildren;if(void 0!==a&&0!==a.size)if(t)if(Array.isArray(i))for(let e=s;e<i.length;e++)Bt(i[e],!1),Ht(i[e]);else null!=i&&(Bt(i,!1),Ht(i));else Bt(this,e)}const Rt=e=>{e.type==je&&(e._$notifyConnectionChanged??=Ft,e._$reparentDisconnectables??=Tt)};class Nt extends We{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,s){super._$initialize(e,t,s),Ot(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Bt(this,e),Ht(this))}setValue(e){if(zt(this.__part))this.__part._$setValue(e,this);else{if(void 0===this.__attributeIndex)throw new Error("Expected this.__attributeIndex to be a number");const t=[...this.__part._$committedValue];t[this.__attributeIndex]=e,this.__part._$setValue(t,this,0)}}disconnected(){}reconnected(){}}
141
+ */;const{_ChildPart:Zt}=we,Vt=window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch?window.ShadyDOM.wrap:e=>e,zt=e=>void 0===e.strings,Pt=()=>document.createComment(""),Lt=(e,t,s)=>{const i=Vt(e._$startNode).parentNode,a=void 0===t?e._$endNode:t._$startNode;if(void 0===s){const t=Vt(i).insertBefore(Pt(),a),o=Vt(i).insertBefore(Pt(),a);s=new Zt(t,o,e,e.options)}else{const t=Vt(s._$endNode).nextSibling,o=s._$parent,n=o!==e;if(n){let t;s._$reparentDisconnectables?.(e),s._$parent=e,void 0!==s._$notifyConnectionChanged&&(t=e._$isConnected)!==o._$isConnected&&s._$notifyConnectionChanged(t)}if(t!==a||n){let e=s._$startNode;for(;e!==t;){const t=Vt(e).nextSibling;Vt(i).insertBefore(e,a),e=t}}}return s},At=(e,t,s=e)=>(e._$setValue(t,s),e),It={},Dt=(e,t=It)=>e._$committedValue=t,Et=e=>{e._$clear(),e._$startNode.remove()},Bt=(e,t)=>{const s=e._$disconnectableChildren;if(void 0===s)return!1;for(const e of s)e._$notifyDirectiveConnectionChanged?.(t,!1),Bt(e,t);return!0},Ht=e=>{let t,s;do{if(void 0===(t=e._$parent))break;s=t._$disconnectableChildren,s.delete(e),e=t}while(0===s?.size)},Ot=e=>{for(let t;t=e._$parent;e=t){let s=t._$disconnectableChildren;if(void 0===s)t._$disconnectableChildren=s=new Set;else if(s.has(e))break;s.add(e),Rt(t)}};function Tt(e){void 0!==this._$disconnectableChildren?(Ht(this),this._$parent=e,Ot(this)):this._$parent=e}function Ft(e,t=!1,s=0){const i=this._$committedValue,a=this._$disconnectableChildren;if(void 0!==a&&0!==a.size)if(t)if(Array.isArray(i))for(let e=s;e<i.length;e++)Bt(i[e],!1),Ht(i[e]);else null!=i&&(Bt(i,!1),Ht(i));else Bt(this,e)}const Rt=e=>{e.type==je&&(e._$notifyConnectionChanged??=Ft,e._$reparentDisconnectables??=Tt)};class Nt extends We{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,s){super._$initialize(e,t,s),Ot(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Bt(this,e),Ht(this))}setValue(e){if(zt(this.__part))this.__part._$setValue(e,this);else{if(void 0===this.__attributeIndex)throw new Error("Expected this.__attributeIndex to be a number");const t=[...this.__part._$committedValue];t[this.__attributeIndex]=e,this.__part._$setValue(t,this,0)}}disconnected(){}reconnected(){}}
142
142
  /**
143
143
  * @license
144
144
  * Copyright 2020 Google LLC
145
145
  * SPDX-License-Identifier: BSD-3-Clause
146
- */const jt=()=>new Ut;class Ut{}const qt=new WeakMap;const Yt=Ye(class extends Nt{render(e){return ae}update(e,[t]){const s=t!==this._ref;return s&&void 0!==this._ref&&this._updateRefValue(void 0),(s||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),ae}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let s=qt.get(t);void 0===s&&(s=new WeakMap,qt.set(t,s)),void 0!==s.get(this._ref)&&this._ref.call(this._context,void 0),s.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?qt.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),Wt=["top","right","bottom","left"],Kt=Math.min,Gt=Math.max,Jt=Math.round,Xt=Math.floor,Qt=e=>({x:e,y:e}),es={left:"right",right:"left",bottom:"top",top:"bottom"},ts={start:"end",end:"start"};function ss(e,t,s){return Gt(e,Kt(t,s))}function is(e,t){return"function"==typeof e?e(t):e}function as(e){return e.split("-")[0]}function os(e){return e.split("-")[1]}function ns(e){return"x"===e?"y":"x"}function rs(e){return"y"===e?"height":"width"}const ls=new Set(["top","bottom"]);function ds(e){return ls.has(as(e))?"y":"x"}function cs(e){return ns(ds(e))}function hs(e,t,s){void 0===s&&(s=!1);const i=os(e),a=cs(e),o=rs(a);let n="x"===a?i===(s?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[o]>t.floating[o]&&(n=bs(n)),[n,bs(n)]}function ps(e){return e.replace(/start|end/g,e=>ts[e])}const us=["left","right"],gs=["right","left"],vs=["top","bottom"],ms=["bottom","top"];function fs(e,t,s,i){const a=os(e);let o=function(e,t,s){switch(e){case"top":case"bottom":return s?t?gs:us:t?us:gs;case"left":case"right":return t?vs:ms;default:return[]}}(as(e),"start"===s,i);return a&&(o=o.map(e=>e+"-"+a),t&&(o=o.concat(o.map(ps)))),o}function bs(e){return e.replace(/left|right|bottom|top/g,e=>es[e])}function ws(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function ys(e){const{x:t,y:s,width:i,height:a}=e;return{width:i,height:a,top:s,left:t,right:t+i,bottom:s+a,x:t,y:s}}function _s(e,t,s){let{reference:i,floating:a}=e;const o=ds(t),n=cs(t),r=rs(n),l=as(t),d="y"===o,c=i.x+i.width/2-a.width/2,h=i.y+i.height/2-a.height/2,p=i[r]/2-a[r]/2;let u;switch(l){case"top":u={x:c,y:i.y-a.height};break;case"bottom":u={x:c,y:i.y+i.height};break;case"right":u={x:i.x+i.width,y:h};break;case"left":u={x:i.x-a.width,y:h};break;default:u={x:i.x,y:i.y}}switch(os(t)){case"start":u[n]-=p*(s&&d?-1:1);break;case"end":u[n]+=p*(s&&d?-1:1)}return u}async function xs(e,t){var s;void 0===t&&(t={});const{x:i,y:a,platform:o,rects:n,elements:r,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:p=!1,padding:u=0}=is(t,e),g=ws(u),v=r[p?"floating"===h?"reference":"floating":h],m=ys(await o.getClippingRect({element:null==(s=await(null==o.isElement?void 0:o.isElement(v)))||s?v:v.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(r.floating)),boundary:d,rootBoundary:c,strategy:l})),f="floating"===h?{x:i,y:a,width:n.floating.width,height:n.floating.height}:n.reference,b=await(null==o.getOffsetParent?void 0:o.getOffsetParent(r.floating)),w=await(null==o.isElement?void 0:o.isElement(b))&&await(null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},y=ys(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:r,rect:f,offsetParent:b,strategy:l}):f);return{top:(m.top-y.top+g.top)/w.y,bottom:(y.bottom-m.bottom+g.bottom)/w.y,left:(m.left-y.left+g.left)/w.x,right:(y.right-m.right+g.right)/w.x}}function ks(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Cs(e){return Wt.some(t=>e[t]>=0)}const $s=new Set(["left","top"]);function Ss(){return"undefined"!=typeof window}function Ms(e){return zs(e)?(e.nodeName||"").toLowerCase():"#document"}function Zs(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Vs(e){var t;return null==(t=(zs(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function zs(e){return!!Ss()&&(e instanceof Node||e instanceof Zs(e).Node)}function Ps(e){return!!Ss()&&(e instanceof Element||e instanceof Zs(e).Element)}function Ls(e){return!!Ss()&&(e instanceof HTMLElement||e instanceof Zs(e).HTMLElement)}function As(e){return!(!Ss()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Zs(e).ShadowRoot)}const Ds=new Set(["inline","contents"]);function Is(e){const{overflow:t,overflowX:s,overflowY:i,display:a}=Ys(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+s)&&!Ds.has(a)}const Es=new Set(["table","td","th"]);function Bs(e){return Es.has(Ms(e))}const Hs=[":popover-open",":modal"];function Os(e){return Hs.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const Ts=["transform","translate","scale","rotate","perspective"],Fs=["transform","translate","scale","rotate","perspective","filter"],Rs=["paint","layout","strict","content"];function Ns(e){const t=js(),s=Ps(e)?Ys(e):e;return Ts.some(e=>!!s[e]&&"none"!==s[e])||!!s.containerType&&"normal"!==s.containerType||!t&&!!s.backdropFilter&&"none"!==s.backdropFilter||!t&&!!s.filter&&"none"!==s.filter||Fs.some(e=>(s.willChange||"").includes(e))||Rs.some(e=>(s.contain||"").includes(e))}function js(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Us=new Set(["html","body","#document"]);function qs(e){return Us.has(Ms(e))}function Ys(e){return Zs(e).getComputedStyle(e)}function Ws(e){return Ps(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ks(e){if("html"===Ms(e))return e;const t=e.assignedSlot||e.parentNode||As(e)&&e.host||Vs(e);return As(t)?t.host:t}function Gs(e){const t=Ks(e);return qs(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ls(t)&&Is(t)?t:Gs(t)}function Js(e,t,s){var i;void 0===t&&(t=[]),void 0===s&&(s=!0);const a=Gs(e),o=a===(null==(i=e.ownerDocument)?void 0:i.body),n=Zs(a);if(o){const e=Xs(n);return t.concat(n,n.visualViewport||[],Is(a)?a:[],e&&s?Js(e):[])}return t.concat(a,Js(a,[],s))}function Xs(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Qs(e){const t=Ys(e);let s=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const a=Ls(e),o=a?e.offsetWidth:s,n=a?e.offsetHeight:i,r=Jt(s)!==o||Jt(i)!==n;return r&&(s=o,i=n),{width:s,height:i,$:r}}function ei(e){return Ps(e)?e:e.contextElement}function ti(e){const t=ei(e);if(!Ls(t))return Qt(1);const s=t.getBoundingClientRect(),{width:i,height:a,$:o}=Qs(t);let n=(o?Jt(s.width):s.width)/i,r=(o?Jt(s.height):s.height)/a;return n&&Number.isFinite(n)||(n=1),r&&Number.isFinite(r)||(r=1),{x:n,y:r}}const si=Qt(0);function ii(e){const t=Zs(e);return js()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:si}function ai(e,t,s,i){void 0===t&&(t=!1),void 0===s&&(s=!1);const a=e.getBoundingClientRect(),o=ei(e);let n=Qt(1);t&&(i?Ps(i)&&(n=ti(i)):n=ti(e));const r=function(e,t,s){return void 0===t&&(t=!1),!(!s||t&&s!==Zs(e))&&t}(o,s,i)?ii(o):Qt(0);let l=(a.left+r.x)/n.x,d=(a.top+r.y)/n.y,c=a.width/n.x,h=a.height/n.y;if(o){const e=Zs(o),t=i&&Ps(i)?Zs(i):i;let s=e,a=Xs(s);for(;a&&i&&t!==s;){const e=ti(a),t=a.getBoundingClientRect(),i=Ys(a),o=t.left+(a.clientLeft+parseFloat(i.paddingLeft))*e.x,n=t.top+(a.clientTop+parseFloat(i.paddingTop))*e.y;l*=e.x,d*=e.y,c*=e.x,h*=e.y,l+=o,d+=n,s=Zs(a),a=Xs(s)}}return ys({width:c,height:h,x:l,y:d})}function oi(e,t){const s=Ws(e).scrollLeft;return t?t.left+s:ai(Vs(e)).left+s}function ni(e,t){const s=e.getBoundingClientRect();return{x:s.left+t.scrollLeft-oi(e,s),y:s.top+t.scrollTop}}const ri=new Set(["absolute","fixed"]);function li(e,t,s){let i;if("viewport"===t)i=function(e,t){const s=Zs(e),i=Vs(e),a=s.visualViewport;let o=i.clientWidth,n=i.clientHeight,r=0,l=0;if(a){o=a.width,n=a.height;const e=js();(!e||e&&"fixed"===t)&&(r=a.offsetLeft,l=a.offsetTop)}const d=oi(i);if(d<=0){const e=i.ownerDocument,t=e.body,s=getComputedStyle(t),a="CSS1Compat"===e.compatMode&&parseFloat(s.marginLeft)+parseFloat(s.marginRight)||0,n=Math.abs(i.clientWidth-t.clientWidth-a);n<=25&&(o-=n)}else d<=25&&(o+=d);return{width:o,height:n,x:r,y:l}}(e,s);else if("document"===t)i=function(e){const t=Vs(e),s=Ws(e),i=e.ownerDocument.body,a=Gt(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=Gt(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let n=-s.scrollLeft+oi(e);const r=-s.scrollTop;return"rtl"===Ys(i).direction&&(n+=Gt(t.clientWidth,i.clientWidth)-a),{width:a,height:o,x:n,y:r}}(Vs(e));else if(Ps(t))i=function(e,t){const s=ai(e,!0,"fixed"===t),i=s.top+e.clientTop,a=s.left+e.clientLeft,o=Ls(e)?ti(e):Qt(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:a*o.x,y:i*o.y}}(t,s);else{const s=ii(e);i={x:t.x-s.x,y:t.y-s.y,width:t.width,height:t.height}}return ys(i)}function di(e,t){const s=Ks(e);return!(s===t||!Ps(s)||qs(s))&&("fixed"===Ys(s).position||di(s,t))}function ci(e,t,s){const i=Ls(t),a=Vs(t),o="fixed"===s,n=ai(e,!0,o,t);let r={scrollLeft:0,scrollTop:0};const l=Qt(0);function d(){l.x=oi(a)}if(i||!i&&!o)if(("body"!==Ms(t)||Is(a))&&(r=Ws(t)),i){const e=ai(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else a&&d();o&&!i&&a&&d();const c=!a||i||o?Qt(0):ni(a,r);return{x:n.left+r.scrollLeft-l.x-c.x,y:n.top+r.scrollTop-l.y-c.y,width:n.width,height:n.height}}function hi(e){return"static"===Ys(e).position}function pi(e,t){if(!Ls(e)||"fixed"===Ys(e).position)return null;if(t)return t(e);let s=e.offsetParent;return Vs(e)===s&&(s=s.ownerDocument.body),s}function ui(e,t){const s=Zs(e);if(Os(e))return s;if(!Ls(e)){let t=Ks(e);for(;t&&!qs(t);){if(Ps(t)&&!hi(t))return t;t=Ks(t)}return s}let i=pi(e,t);for(;i&&Bs(i)&&hi(i);)i=pi(i,t);return i&&qs(i)&&hi(i)&&!Ns(i)?s:i||function(e){let t=Ks(e);for(;Ls(t)&&!qs(t);){if(Ns(t))return t;if(Os(t))return null;t=Ks(t)}return null}(e)||s}const gi={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:s,offsetParent:i,strategy:a}=e;const o="fixed"===a,n=Vs(i),r=!!t&&Os(t.floating);if(i===n||r&&o)return s;let l={scrollLeft:0,scrollTop:0},d=Qt(1);const c=Qt(0),h=Ls(i);if((h||!h&&!o)&&(("body"!==Ms(i)||Is(n))&&(l=Ws(i)),Ls(i))){const e=ai(i);d=ti(i),c.x=e.x+i.clientLeft,c.y=e.y+i.clientTop}const p=!n||h||o?Qt(0):ni(n,l);return{width:s.width*d.x,height:s.height*d.y,x:s.x*d.x-l.scrollLeft*d.x+c.x+p.x,y:s.y*d.y-l.scrollTop*d.y+c.y+p.y}},getDocumentElement:Vs,getClippingRect:function(e){let{element:t,boundary:s,rootBoundary:i,strategy:a}=e;const o=[..."clippingAncestors"===s?Os(t)?[]:function(e,t){const s=t.get(e);if(s)return s;let i=Js(e,[],!1).filter(e=>Ps(e)&&"body"!==Ms(e)),a=null;const o="fixed"===Ys(e).position;let n=o?Ks(e):e;for(;Ps(n)&&!qs(n);){const t=Ys(n),s=Ns(n);s||"fixed"!==t.position||(a=null),(o?!s&&!a:!s&&"static"===t.position&&a&&ri.has(a.position)||Is(n)&&!s&&di(e,n))?i=i.filter(e=>e!==n):a=t,n=Ks(n)}return t.set(e,i),i}(t,this._c):[].concat(s),i],n=o[0],r=o.reduce((e,s)=>{const i=li(t,s,a);return e.top=Gt(i.top,e.top),e.right=Kt(i.right,e.right),e.bottom=Kt(i.bottom,e.bottom),e.left=Gt(i.left,e.left),e},li(t,n,a));return{width:r.right-r.left,height:r.bottom-r.top,x:r.left,y:r.top}},getOffsetParent:ui,getElementRects:async function(e){const t=this.getOffsetParent||ui,s=this.getDimensions,i=await s(e.floating);return{reference:ci(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:s}=Qs(e);return{width:t,height:s}},getScale:ti,isElement:Ps,isRTL:function(e){return"rtl"===Ys(e).direction}};function vi(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function mi(e,t,s,i){void 0===i&&(i={});const{ancestorScroll:a=!0,ancestorResize:o=!0,elementResize:n="function"==typeof ResizeObserver,layoutShift:r="function"==typeof IntersectionObserver,animationFrame:l=!1}=i,d=ei(e),c=a||o?[...d?Js(d):[],...Js(t)]:[];c.forEach(e=>{a&&e.addEventListener("scroll",s,{passive:!0}),o&&e.addEventListener("resize",s)});const h=d&&r?function(e,t){let s,i=null;const a=Vs(e);function o(){var e;clearTimeout(s),null==(e=i)||e.disconnect(),i=null}return function n(r,l){void 0===r&&(r=!1),void 0===l&&(l=1),o();const d=e.getBoundingClientRect(),{left:c,top:h,width:p,height:u}=d;if(r||t(),!p||!u)return;const g={rootMargin:-Xt(h)+"px "+-Xt(a.clientWidth-(c+p))+"px "+-Xt(a.clientHeight-(h+u))+"px "+-Xt(c)+"px",threshold:Gt(0,Kt(1,l))||1};let v=!0;function m(t){const i=t[0].intersectionRatio;if(i!==l){if(!v)return n();i?n(!1,i):s=setTimeout(()=>{n(!1,1e-7)},1e3)}1!==i||vi(d,e.getBoundingClientRect())||n(),v=!1}try{i=new IntersectionObserver(m,{...g,root:a.ownerDocument})}catch(e){i=new IntersectionObserver(m,g)}i.observe(e)}(!0),o}(d,s):null;let p,u=-1,g=null;n&&(g=new ResizeObserver(e=>{let[i]=e;i&&i.target===d&&g&&(g.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=g)||e.observe(t)})),s()}),d&&!l&&g.observe(d),g.observe(t));let v=l?ai(e):null;return l&&function t(){const i=ai(e);v&&!vi(v,i)&&s();v=i,p=requestAnimationFrame(t)}(),s(),()=>{var e;c.forEach(e=>{a&&e.removeEventListener("scroll",s),o&&e.removeEventListener("resize",s)}),null==h||h(),null==(e=g)||e.disconnect(),g=null,l&&cancelAnimationFrame(p)}}const fi=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var s,i;const{x:a,y:o,placement:n,middlewareData:r}=t,l=await async function(e,t){const{placement:s,platform:i,elements:a}=e,o=await(null==i.isRTL?void 0:i.isRTL(a.floating)),n=as(s),r=os(s),l="y"===ds(s),d=$s.has(n)?-1:1,c=o&&l?-1:1,h=is(t,e);let{mainAxis:p,crossAxis:u,alignmentAxis:g}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return r&&"number"==typeof g&&(u="end"===r?-1*g:g),l?{x:u*c,y:p*d}:{x:p*d,y:u*c}}(t,e);return n===(null==(s=r.offset)?void 0:s.placement)&&null!=(i=r.arrow)&&i.alignmentOffset?{}:{x:a+l.x,y:o+l.y,data:{...l,placement:n}}}}},bi=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:s,y:i,placement:a}=t,{mainAxis:o=!0,crossAxis:n=!1,limiter:r={fn:e=>{let{x:t,y:s}=e;return{x:t,y:s}}},...l}=is(e,t),d={x:s,y:i},c=await xs(t,l),h=ds(as(a)),p=ns(h);let u=d[p],g=d[h];if(o){const e="y"===p?"bottom":"right";u=ss(u+c["y"===p?"top":"left"],u,u-c[e])}if(n){const e="y"===h?"bottom":"right";g=ss(g+c["y"===h?"top":"left"],g,g-c[e])}const v=r.fn({...t,[p]:u,[h]:g});return{...v,data:{x:v.x-s,y:v.y-i,enabled:{[p]:o,[h]:n}}}}}},wi=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var s,i;const{placement:a,middlewareData:o,rects:n,initialPlacement:r,platform:l,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:v=!0,...m}=is(e,t);if(null!=(s=o.arrow)&&s.alignmentOffset)return{};const f=as(a),b=ds(r),w=as(r)===r,y=await(null==l.isRTL?void 0:l.isRTL(d.floating)),_=p||(w||!v?[bs(r)]:function(e){const t=bs(e);return[ps(e),t,ps(t)]}(r)),x="none"!==g;!p&&x&&_.push(...fs(r,v,g,y));const k=[r,..._],C=await xs(t,m),$=[];let S=(null==(i=o.flip)?void 0:i.overflows)||[];if(c&&$.push(C[f]),h){const e=hs(a,n,y);$.push(C[e[0]],C[e[1]])}if(S=[...S,{placement:a,overflows:$}],!$.every(e=>e<=0)){var M,Z;const e=((null==(M=o.flip)?void 0:M.index)||0)+1,t=k[e];if(t){if(!("alignment"===h&&b!==ds(t))||S.every(e=>ds(e.placement)!==b||e.overflows[0]>0))return{data:{index:e,overflows:S},reset:{placement:t}}}let s=null==(Z=S.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:Z.placement;if(!s)switch(u){case"bestFit":{var V;const e=null==(V=S.filter(e=>{if(x){const t=ds(e.placement);return t===b||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(s=e);break}case"initialPlacement":s=r}if(a!==s)return{reset:{placement:s}}}return{}}}},yi=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var s,i;const{placement:a,rects:o,platform:n,elements:r}=t,{apply:l=()=>{},...d}=is(e,t),c=await xs(t,d),h=as(a),p=os(a),u="y"===ds(a),{width:g,height:v}=o.floating;let m,f;"top"===h||"bottom"===h?(m=h,f=p===(await(null==n.isRTL?void 0:n.isRTL(r.floating))?"start":"end")?"left":"right"):(f=h,m="end"===p?"top":"bottom");const b=v-c.top-c.bottom,w=g-c.left-c.right,y=Kt(v-c[m],b),_=Kt(g-c[f],w),x=!t.middlewareData.shift;let k=y,C=_;if(null!=(s=t.middlewareData.shift)&&s.enabled.x&&(C=w),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(k=b),x&&!p){const e=Gt(c.left,0),t=Gt(c.right,0),s=Gt(c.top,0),i=Gt(c.bottom,0);u?C=g-2*(0!==e||0!==t?e+t:Gt(c.left,c.right)):k=v-2*(0!==s||0!==i?s+i:Gt(c.top,c.bottom))}await l({...t,availableWidth:C,availableHeight:k});const $=await n.getDimensions(r.floating);return g!==$.width||v!==$.height?{reset:{rects:!0}}:{}}}},_i=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:s}=t,{strategy:i="referenceHidden",...a}=is(e,t);switch(i){case"referenceHidden":{const e=ks(await xs(t,{...a,elementContext:"reference"}),s.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Cs(e)}}}case"escaped":{const e=ks(await xs(t,{...a,altBoundary:!0}),s.floating);return{data:{escapedOffsets:e,escaped:Cs(e)}}}default:return{}}}}},xi=(e,t,s)=>{const i=new Map,a={platform:gi,...s},o={...a.platform,_c:i};return(async(e,t,s)=>{const{placement:i="bottom",strategy:a="absolute",middleware:o=[],platform:n}=s,r=o.filter(Boolean),l=await(null==n.isRTL?void 0:n.isRTL(t));let d=await n.getElementRects({reference:e,floating:t,strategy:a}),{x:c,y:h}=_s(d,i,l),p=i,u={},g=0;for(let s=0;s<r.length;s++){const{name:o,fn:v}=r[s],{x:m,y:f,data:b,reset:w}=await v({x:c,y:h,initialPlacement:i,placement:p,strategy:a,middlewareData:u,rects:d,platform:n,elements:{reference:e,floating:t}});c=null!=m?m:c,h=null!=f?f:h,u={...u,[o]:{...u[o],...b}},w&&g<=50&&(g++,"object"==typeof w&&(w.placement&&(p=w.placement),w.rects&&(d=!0===w.rects?await n.getElementRects({reference:e,floating:t,strategy:a}):w.rects),({x:c,y:h}=_s(d,p,l))),s=-1)}return{x:c,y:h,placement:p,strategy:a,middlewareData:u}})(e,t,{...a,platform:o})};var ki=r`:host{display:contents}.tooltip-placeholder{display:inline-block;max-width:100%}.tooltip{word-wrap:break-word;background-color:var(--sgds-surface-fixed-dark);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);color:var(--sgds-color-fixed-light);display:block;font-size:var(--sgds-font-size-label-sm);line-break:auto;max-width:var(--sgds-dimension-320);padding:var(--sgds-padding-xs) var(--sgds-padding-sm);text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--sgds-z-index-overlay)}div{max-width:fit-content}`;class Ci extends Oe{constructor(){super(...arguments),this._myTooltip=jt(),this._tooltipBubble=jt(),this.content="",this.placement="top",this.trigger="hover focus",this.open=!1,this._handleClickOutOfElement=e=>{this.open&&(e.composedPath().includes(this)||this.hide())}}connectedCallback(){super.connectedCallback(),this.trigger.includes("click")&&document.addEventListener("click",this._handleClickOutOfElement)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this._tooltipTargetElements.forEach(e=>{e.setAttribute("data-sgds-tooltip",this.content),this.trigger.includes("hover")&&(e.addEventListener("mouseenter",()=>this.show()),e.addEventListener("mouseleave",()=>this.hide())),this.trigger.includes("focus")&&(e.addEventListener("focus",()=>this.show()),e.addEventListener("blur",()=>this.hide())),"click"===this.trigger&&e.addEventListener("click",()=>this.toggle())})}_handleSlotChange(){this._tooltipTargetElements.forEach(e=>e.setAttribute("data-sgds-tooltip",this.content))}async updateFloatingPosition(){if(!this._myTooltip.value||!this._tooltipBubble.value)return;const{x:e,y:t,placement:s,strategy:i,middlewareData:a}=await xi(this._tooltipTargetElements[0],this._tooltipBubble.value,{strategy:"fixed",placement:this.placement,middleware:[fi(8),wi(),bi(),_i()]});this._tooltipBubble.value.setAttribute("data-placement",s),Object.assign(this._tooltipBubble.value.style,{position:i,left:`${e}px`,top:`${t}px`});const{referenceHidden:o,escaped:n}=a.hide||{};this._tooltipBubble.value.style.visibility=o||n?"hidden":"visible"}async show(){this.open||(this.open=!0,this.emit("sgds-show"),await this.updateComplete,await this.updateFloatingPosition(),this._myTooltip.value&&this._tooltipBubble.value&&(this._cleanupAutoUpdate=mi(this._tooltipTargetElements[0],this._tooltipBubble.value,()=>this.updateFloatingPosition())),this.emit("sgds-after-show"))}hide(){this.open&&(this.emit("sgds-hide"),this.open=!1,this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0),setTimeout(()=>this.emit("sgds-after-hide"),0))}toggle(){this.open?this.hide():this.show()}render(){return te`
146
+ */const jt=()=>new Ut;class Ut{}const qt=new WeakMap;const Yt=Ye(class extends Nt{render(e){return ae}update(e,[t]){const s=t!==this._ref;return s&&void 0!==this._ref&&this._updateRefValue(void 0),(s||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),ae}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let s=qt.get(t);void 0===s&&(s=new WeakMap,qt.set(t,s)),void 0!==s.get(this._ref)&&this._ref.call(this._context,void 0),s.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?qt.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),Wt=["top","right","bottom","left"],Kt=Math.min,Gt=Math.max,Jt=Math.round,Xt=Math.floor,Qt=e=>({x:e,y:e}),es={left:"right",right:"left",bottom:"top",top:"bottom"},ts={start:"end",end:"start"};function ss(e,t,s){return Gt(e,Kt(t,s))}function is(e,t){return"function"==typeof e?e(t):e}function as(e){return e.split("-")[0]}function os(e){return e.split("-")[1]}function ns(e){return"x"===e?"y":"x"}function rs(e){return"y"===e?"height":"width"}const ls=new Set(["top","bottom"]);function ds(e){return ls.has(as(e))?"y":"x"}function cs(e){return ns(ds(e))}function hs(e,t,s){void 0===s&&(s=!1);const i=os(e),a=cs(e),o=rs(a);let n="x"===a?i===(s?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[o]>t.floating[o]&&(n=bs(n)),[n,bs(n)]}function ps(e){return e.replace(/start|end/g,e=>ts[e])}const us=["left","right"],gs=["right","left"],vs=["top","bottom"],ms=["bottom","top"];function fs(e,t,s,i){const a=os(e);let o=function(e,t,s){switch(e){case"top":case"bottom":return s?t?gs:us:t?us:gs;case"left":case"right":return t?vs:ms;default:return[]}}(as(e),"start"===s,i);return a&&(o=o.map(e=>e+"-"+a),t&&(o=o.concat(o.map(ps)))),o}function bs(e){return e.replace(/left|right|bottom|top/g,e=>es[e])}function ws(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function ys(e){const{x:t,y:s,width:i,height:a}=e;return{width:i,height:a,top:s,left:t,right:t+i,bottom:s+a,x:t,y:s}}function _s(e,t,s){let{reference:i,floating:a}=e;const o=ds(t),n=cs(t),r=rs(n),l=as(t),d="y"===o,c=i.x+i.width/2-a.width/2,h=i.y+i.height/2-a.height/2,p=i[r]/2-a[r]/2;let u;switch(l){case"top":u={x:c,y:i.y-a.height};break;case"bottom":u={x:c,y:i.y+i.height};break;case"right":u={x:i.x+i.width,y:h};break;case"left":u={x:i.x-a.width,y:h};break;default:u={x:i.x,y:i.y}}switch(os(t)){case"start":u[n]-=p*(s&&d?-1:1);break;case"end":u[n]+=p*(s&&d?-1:1)}return u}async function xs(e,t){var s;void 0===t&&(t={});const{x:i,y:a,platform:o,rects:n,elements:r,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:p=!1,padding:u=0}=is(t,e),g=ws(u),v=r[p?"floating"===h?"reference":"floating":h],m=ys(await o.getClippingRect({element:null==(s=await(null==o.isElement?void 0:o.isElement(v)))||s?v:v.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(r.floating)),boundary:d,rootBoundary:c,strategy:l})),f="floating"===h?{x:i,y:a,width:n.floating.width,height:n.floating.height}:n.reference,b=await(null==o.getOffsetParent?void 0:o.getOffsetParent(r.floating)),w=await(null==o.isElement?void 0:o.isElement(b))&&await(null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},y=ys(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:r,rect:f,offsetParent:b,strategy:l}):f);return{top:(m.top-y.top+g.top)/w.y,bottom:(y.bottom-m.bottom+g.bottom)/w.y,left:(m.left-y.left+g.left)/w.x,right:(y.right-m.right+g.right)/w.x}}function ks(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Cs(e){return Wt.some(t=>e[t]>=0)}const $s=new Set(["left","top"]);function Ss(){return"undefined"!=typeof window}function Ms(e){return zs(e)?(e.nodeName||"").toLowerCase():"#document"}function Zs(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Vs(e){var t;return null==(t=(zs(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function zs(e){return!!Ss()&&(e instanceof Node||e instanceof Zs(e).Node)}function Ps(e){return!!Ss()&&(e instanceof Element||e instanceof Zs(e).Element)}function Ls(e){return!!Ss()&&(e instanceof HTMLElement||e instanceof Zs(e).HTMLElement)}function As(e){return!(!Ss()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Zs(e).ShadowRoot)}const Is=new Set(["inline","contents"]);function Ds(e){const{overflow:t,overflowX:s,overflowY:i,display:a}=Ys(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+s)&&!Is.has(a)}const Es=new Set(["table","td","th"]);function Bs(e){return Es.has(Ms(e))}const Hs=[":popover-open",":modal"];function Os(e){return Hs.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const Ts=["transform","translate","scale","rotate","perspective"],Fs=["transform","translate","scale","rotate","perspective","filter"],Rs=["paint","layout","strict","content"];function Ns(e){const t=js(),s=Ps(e)?Ys(e):e;return Ts.some(e=>!!s[e]&&"none"!==s[e])||!!s.containerType&&"normal"!==s.containerType||!t&&!!s.backdropFilter&&"none"!==s.backdropFilter||!t&&!!s.filter&&"none"!==s.filter||Fs.some(e=>(s.willChange||"").includes(e))||Rs.some(e=>(s.contain||"").includes(e))}function js(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Us=new Set(["html","body","#document"]);function qs(e){return Us.has(Ms(e))}function Ys(e){return Zs(e).getComputedStyle(e)}function Ws(e){return Ps(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ks(e){if("html"===Ms(e))return e;const t=e.assignedSlot||e.parentNode||As(e)&&e.host||Vs(e);return As(t)?t.host:t}function Gs(e){const t=Ks(e);return qs(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ls(t)&&Ds(t)?t:Gs(t)}function Js(e,t,s){var i;void 0===t&&(t=[]),void 0===s&&(s=!0);const a=Gs(e),o=a===(null==(i=e.ownerDocument)?void 0:i.body),n=Zs(a);if(o){const e=Xs(n);return t.concat(n,n.visualViewport||[],Ds(a)?a:[],e&&s?Js(e):[])}return t.concat(a,Js(a,[],s))}function Xs(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Qs(e){const t=Ys(e);let s=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const a=Ls(e),o=a?e.offsetWidth:s,n=a?e.offsetHeight:i,r=Jt(s)!==o||Jt(i)!==n;return r&&(s=o,i=n),{width:s,height:i,$:r}}function ei(e){return Ps(e)?e:e.contextElement}function ti(e){const t=ei(e);if(!Ls(t))return Qt(1);const s=t.getBoundingClientRect(),{width:i,height:a,$:o}=Qs(t);let n=(o?Jt(s.width):s.width)/i,r=(o?Jt(s.height):s.height)/a;return n&&Number.isFinite(n)||(n=1),r&&Number.isFinite(r)||(r=1),{x:n,y:r}}const si=Qt(0);function ii(e){const t=Zs(e);return js()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:si}function ai(e,t,s,i){void 0===t&&(t=!1),void 0===s&&(s=!1);const a=e.getBoundingClientRect(),o=ei(e);let n=Qt(1);t&&(i?Ps(i)&&(n=ti(i)):n=ti(e));const r=function(e,t,s){return void 0===t&&(t=!1),!(!s||t&&s!==Zs(e))&&t}(o,s,i)?ii(o):Qt(0);let l=(a.left+r.x)/n.x,d=(a.top+r.y)/n.y,c=a.width/n.x,h=a.height/n.y;if(o){const e=Zs(o),t=i&&Ps(i)?Zs(i):i;let s=e,a=Xs(s);for(;a&&i&&t!==s;){const e=ti(a),t=a.getBoundingClientRect(),i=Ys(a),o=t.left+(a.clientLeft+parseFloat(i.paddingLeft))*e.x,n=t.top+(a.clientTop+parseFloat(i.paddingTop))*e.y;l*=e.x,d*=e.y,c*=e.x,h*=e.y,l+=o,d+=n,s=Zs(a),a=Xs(s)}}return ys({width:c,height:h,x:l,y:d})}function oi(e,t){const s=Ws(e).scrollLeft;return t?t.left+s:ai(Vs(e)).left+s}function ni(e,t){const s=e.getBoundingClientRect();return{x:s.left+t.scrollLeft-oi(e,s),y:s.top+t.scrollTop}}const ri=new Set(["absolute","fixed"]);function li(e,t,s){let i;if("viewport"===t)i=function(e,t){const s=Zs(e),i=Vs(e),a=s.visualViewport;let o=i.clientWidth,n=i.clientHeight,r=0,l=0;if(a){o=a.width,n=a.height;const e=js();(!e||e&&"fixed"===t)&&(r=a.offsetLeft,l=a.offsetTop)}const d=oi(i);if(d<=0){const e=i.ownerDocument,t=e.body,s=getComputedStyle(t),a="CSS1Compat"===e.compatMode&&parseFloat(s.marginLeft)+parseFloat(s.marginRight)||0,n=Math.abs(i.clientWidth-t.clientWidth-a);n<=25&&(o-=n)}else d<=25&&(o+=d);return{width:o,height:n,x:r,y:l}}(e,s);else if("document"===t)i=function(e){const t=Vs(e),s=Ws(e),i=e.ownerDocument.body,a=Gt(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=Gt(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let n=-s.scrollLeft+oi(e);const r=-s.scrollTop;return"rtl"===Ys(i).direction&&(n+=Gt(t.clientWidth,i.clientWidth)-a),{width:a,height:o,x:n,y:r}}(Vs(e));else if(Ps(t))i=function(e,t){const s=ai(e,!0,"fixed"===t),i=s.top+e.clientTop,a=s.left+e.clientLeft,o=Ls(e)?ti(e):Qt(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:a*o.x,y:i*o.y}}(t,s);else{const s=ii(e);i={x:t.x-s.x,y:t.y-s.y,width:t.width,height:t.height}}return ys(i)}function di(e,t){const s=Ks(e);return!(s===t||!Ps(s)||qs(s))&&("fixed"===Ys(s).position||di(s,t))}function ci(e,t,s){const i=Ls(t),a=Vs(t),o="fixed"===s,n=ai(e,!0,o,t);let r={scrollLeft:0,scrollTop:0};const l=Qt(0);function d(){l.x=oi(a)}if(i||!i&&!o)if(("body"!==Ms(t)||Ds(a))&&(r=Ws(t)),i){const e=ai(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else a&&d();o&&!i&&a&&d();const c=!a||i||o?Qt(0):ni(a,r);return{x:n.left+r.scrollLeft-l.x-c.x,y:n.top+r.scrollTop-l.y-c.y,width:n.width,height:n.height}}function hi(e){return"static"===Ys(e).position}function pi(e,t){if(!Ls(e)||"fixed"===Ys(e).position)return null;if(t)return t(e);let s=e.offsetParent;return Vs(e)===s&&(s=s.ownerDocument.body),s}function ui(e,t){const s=Zs(e);if(Os(e))return s;if(!Ls(e)){let t=Ks(e);for(;t&&!qs(t);){if(Ps(t)&&!hi(t))return t;t=Ks(t)}return s}let i=pi(e,t);for(;i&&Bs(i)&&hi(i);)i=pi(i,t);return i&&qs(i)&&hi(i)&&!Ns(i)?s:i||function(e){let t=Ks(e);for(;Ls(t)&&!qs(t);){if(Ns(t))return t;if(Os(t))return null;t=Ks(t)}return null}(e)||s}const gi={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:s,offsetParent:i,strategy:a}=e;const o="fixed"===a,n=Vs(i),r=!!t&&Os(t.floating);if(i===n||r&&o)return s;let l={scrollLeft:0,scrollTop:0},d=Qt(1);const c=Qt(0),h=Ls(i);if((h||!h&&!o)&&(("body"!==Ms(i)||Ds(n))&&(l=Ws(i)),Ls(i))){const e=ai(i);d=ti(i),c.x=e.x+i.clientLeft,c.y=e.y+i.clientTop}const p=!n||h||o?Qt(0):ni(n,l);return{width:s.width*d.x,height:s.height*d.y,x:s.x*d.x-l.scrollLeft*d.x+c.x+p.x,y:s.y*d.y-l.scrollTop*d.y+c.y+p.y}},getDocumentElement:Vs,getClippingRect:function(e){let{element:t,boundary:s,rootBoundary:i,strategy:a}=e;const o=[..."clippingAncestors"===s?Os(t)?[]:function(e,t){const s=t.get(e);if(s)return s;let i=Js(e,[],!1).filter(e=>Ps(e)&&"body"!==Ms(e)),a=null;const o="fixed"===Ys(e).position;let n=o?Ks(e):e;for(;Ps(n)&&!qs(n);){const t=Ys(n),s=Ns(n);s||"fixed"!==t.position||(a=null),(o?!s&&!a:!s&&"static"===t.position&&a&&ri.has(a.position)||Ds(n)&&!s&&di(e,n))?i=i.filter(e=>e!==n):a=t,n=Ks(n)}return t.set(e,i),i}(t,this._c):[].concat(s),i],n=o[0],r=o.reduce((e,s)=>{const i=li(t,s,a);return e.top=Gt(i.top,e.top),e.right=Kt(i.right,e.right),e.bottom=Kt(i.bottom,e.bottom),e.left=Gt(i.left,e.left),e},li(t,n,a));return{width:r.right-r.left,height:r.bottom-r.top,x:r.left,y:r.top}},getOffsetParent:ui,getElementRects:async function(e){const t=this.getOffsetParent||ui,s=this.getDimensions,i=await s(e.floating);return{reference:ci(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:s}=Qs(e);return{width:t,height:s}},getScale:ti,isElement:Ps,isRTL:function(e){return"rtl"===Ys(e).direction}};function vi(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function mi(e,t,s,i){void 0===i&&(i={});const{ancestorScroll:a=!0,ancestorResize:o=!0,elementResize:n="function"==typeof ResizeObserver,layoutShift:r="function"==typeof IntersectionObserver,animationFrame:l=!1}=i,d=ei(e),c=a||o?[...d?Js(d):[],...Js(t)]:[];c.forEach(e=>{a&&e.addEventListener("scroll",s,{passive:!0}),o&&e.addEventListener("resize",s)});const h=d&&r?function(e,t){let s,i=null;const a=Vs(e);function o(){var e;clearTimeout(s),null==(e=i)||e.disconnect(),i=null}return function n(r,l){void 0===r&&(r=!1),void 0===l&&(l=1),o();const d=e.getBoundingClientRect(),{left:c,top:h,width:p,height:u}=d;if(r||t(),!p||!u)return;const g={rootMargin:-Xt(h)+"px "+-Xt(a.clientWidth-(c+p))+"px "+-Xt(a.clientHeight-(h+u))+"px "+-Xt(c)+"px",threshold:Gt(0,Kt(1,l))||1};let v=!0;function m(t){const i=t[0].intersectionRatio;if(i!==l){if(!v)return n();i?n(!1,i):s=setTimeout(()=>{n(!1,1e-7)},1e3)}1!==i||vi(d,e.getBoundingClientRect())||n(),v=!1}try{i=new IntersectionObserver(m,{...g,root:a.ownerDocument})}catch(e){i=new IntersectionObserver(m,g)}i.observe(e)}(!0),o}(d,s):null;let p,u=-1,g=null;n&&(g=new ResizeObserver(e=>{let[i]=e;i&&i.target===d&&g&&(g.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=g)||e.observe(t)})),s()}),d&&!l&&g.observe(d),g.observe(t));let v=l?ai(e):null;return l&&function t(){const i=ai(e);v&&!vi(v,i)&&s();v=i,p=requestAnimationFrame(t)}(),s(),()=>{var e;c.forEach(e=>{a&&e.removeEventListener("scroll",s),o&&e.removeEventListener("resize",s)}),null==h||h(),null==(e=g)||e.disconnect(),g=null,l&&cancelAnimationFrame(p)}}const fi=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var s,i;const{x:a,y:o,placement:n,middlewareData:r}=t,l=await async function(e,t){const{placement:s,platform:i,elements:a}=e,o=await(null==i.isRTL?void 0:i.isRTL(a.floating)),n=as(s),r=os(s),l="y"===ds(s),d=$s.has(n)?-1:1,c=o&&l?-1:1,h=is(t,e);let{mainAxis:p,crossAxis:u,alignmentAxis:g}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return r&&"number"==typeof g&&(u="end"===r?-1*g:g),l?{x:u*c,y:p*d}:{x:p*d,y:u*c}}(t,e);return n===(null==(s=r.offset)?void 0:s.placement)&&null!=(i=r.arrow)&&i.alignmentOffset?{}:{x:a+l.x,y:o+l.y,data:{...l,placement:n}}}}},bi=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:s,y:i,placement:a}=t,{mainAxis:o=!0,crossAxis:n=!1,limiter:r={fn:e=>{let{x:t,y:s}=e;return{x:t,y:s}}},...l}=is(e,t),d={x:s,y:i},c=await xs(t,l),h=ds(as(a)),p=ns(h);let u=d[p],g=d[h];if(o){const e="y"===p?"bottom":"right";u=ss(u+c["y"===p?"top":"left"],u,u-c[e])}if(n){const e="y"===h?"bottom":"right";g=ss(g+c["y"===h?"top":"left"],g,g-c[e])}const v=r.fn({...t,[p]:u,[h]:g});return{...v,data:{x:v.x-s,y:v.y-i,enabled:{[p]:o,[h]:n}}}}}},wi=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var s,i;const{placement:a,middlewareData:o,rects:n,initialPlacement:r,platform:l,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:v=!0,...m}=is(e,t);if(null!=(s=o.arrow)&&s.alignmentOffset)return{};const f=as(a),b=ds(r),w=as(r)===r,y=await(null==l.isRTL?void 0:l.isRTL(d.floating)),_=p||(w||!v?[bs(r)]:function(e){const t=bs(e);return[ps(e),t,ps(t)]}(r)),x="none"!==g;!p&&x&&_.push(...fs(r,v,g,y));const k=[r,..._],C=await xs(t,m),$=[];let S=(null==(i=o.flip)?void 0:i.overflows)||[];if(c&&$.push(C[f]),h){const e=hs(a,n,y);$.push(C[e[0]],C[e[1]])}if(S=[...S,{placement:a,overflows:$}],!$.every(e=>e<=0)){var M,Z;const e=((null==(M=o.flip)?void 0:M.index)||0)+1,t=k[e];if(t){if(!("alignment"===h&&b!==ds(t))||S.every(e=>ds(e.placement)!==b||e.overflows[0]>0))return{data:{index:e,overflows:S},reset:{placement:t}}}let s=null==(Z=S.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:Z.placement;if(!s)switch(u){case"bestFit":{var V;const e=null==(V=S.filter(e=>{if(x){const t=ds(e.placement);return t===b||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(s=e);break}case"initialPlacement":s=r}if(a!==s)return{reset:{placement:s}}}return{}}}},yi=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var s,i;const{placement:a,rects:o,platform:n,elements:r}=t,{apply:l=()=>{},...d}=is(e,t),c=await xs(t,d),h=as(a),p=os(a),u="y"===ds(a),{width:g,height:v}=o.floating;let m,f;"top"===h||"bottom"===h?(m=h,f=p===(await(null==n.isRTL?void 0:n.isRTL(r.floating))?"start":"end")?"left":"right"):(f=h,m="end"===p?"top":"bottom");const b=v-c.top-c.bottom,w=g-c.left-c.right,y=Kt(v-c[m],b),_=Kt(g-c[f],w),x=!t.middlewareData.shift;let k=y,C=_;if(null!=(s=t.middlewareData.shift)&&s.enabled.x&&(C=w),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(k=b),x&&!p){const e=Gt(c.left,0),t=Gt(c.right,0),s=Gt(c.top,0),i=Gt(c.bottom,0);u?C=g-2*(0!==e||0!==t?e+t:Gt(c.left,c.right)):k=v-2*(0!==s||0!==i?s+i:Gt(c.top,c.bottom))}await l({...t,availableWidth:C,availableHeight:k});const $=await n.getDimensions(r.floating);return g!==$.width||v!==$.height?{reset:{rects:!0}}:{}}}},_i=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:s}=t,{strategy:i="referenceHidden",...a}=is(e,t);switch(i){case"referenceHidden":{const e=ks(await xs(t,{...a,elementContext:"reference"}),s.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Cs(e)}}}case"escaped":{const e=ks(await xs(t,{...a,altBoundary:!0}),s.floating);return{data:{escapedOffsets:e,escaped:Cs(e)}}}default:return{}}}}},xi=(e,t,s)=>{const i=new Map,a={platform:gi,...s},o={...a.platform,_c:i};return(async(e,t,s)=>{const{placement:i="bottom",strategy:a="absolute",middleware:o=[],platform:n}=s,r=o.filter(Boolean),l=await(null==n.isRTL?void 0:n.isRTL(t));let d=await n.getElementRects({reference:e,floating:t,strategy:a}),{x:c,y:h}=_s(d,i,l),p=i,u={},g=0;for(let s=0;s<r.length;s++){const{name:o,fn:v}=r[s],{x:m,y:f,data:b,reset:w}=await v({x:c,y:h,initialPlacement:i,placement:p,strategy:a,middlewareData:u,rects:d,platform:n,elements:{reference:e,floating:t}});c=null!=m?m:c,h=null!=f?f:h,u={...u,[o]:{...u[o],...b}},w&&g<=50&&(g++,"object"==typeof w&&(w.placement&&(p=w.placement),w.rects&&(d=!0===w.rects?await n.getElementRects({reference:e,floating:t,strategy:a}):w.rects),({x:c,y:h}=_s(d,p,l))),s=-1)}return{x:c,y:h,placement:p,strategy:a,middlewareData:u}})(e,t,{...a,platform:o})};var ki=r`:host{display:contents}.tooltip-placeholder{display:inline-block;max-width:100%}.tooltip{word-wrap:break-word;background-color:var(--sgds-surface-fixed-dark);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);color:var(--sgds-color-fixed-light);display:block;font-size:var(--sgds-font-size-label-sm);line-break:auto;max-width:var(--sgds-dimension-320);padding:var(--sgds-padding-xs) var(--sgds-padding-sm);text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--sgds-z-index-overlay)}div{max-width:fit-content}`;class Ci extends Oe{constructor(){super(...arguments),this._myTooltip=jt(),this._tooltipBubble=jt(),this.content="",this.placement="top",this.trigger="hover focus",this.open=!1,this._handleClickOutOfElement=e=>{this.open&&(e.composedPath().includes(this)||this.hide())}}connectedCallback(){super.connectedCallback(),this.trigger.includes("click")&&document.addEventListener("click",this._handleClickOutOfElement)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this._tooltipTargetElements.forEach(e=>{e.setAttribute("data-sgds-tooltip",this.content),this.trigger.includes("hover")&&(e.addEventListener("mouseenter",()=>this.show()),e.addEventListener("mouseleave",()=>this.hide())),this.trigger.includes("focus")&&(e.addEventListener("focus",()=>this.show()),e.addEventListener("blur",()=>this.hide())),"click"===this.trigger&&e.addEventListener("click",()=>this.toggle())})}_handleSlotChange(){this._tooltipTargetElements.forEach(e=>e.setAttribute("data-sgds-tooltip",this.content))}async updateFloatingPosition(){if(!this._myTooltip.value||!this._tooltipBubble.value)return;const{x:e,y:t,placement:s,strategy:i,middlewareData:a}=await xi(this._tooltipTargetElements[0],this._tooltipBubble.value,{strategy:"fixed",placement:this.placement,middleware:[fi(8),wi(),bi(),_i()]});this._tooltipBubble.value.setAttribute("data-placement",s),Object.assign(this._tooltipBubble.value.style,{position:i,left:`${e}px`,top:`${t}px`});const{referenceHidden:o,escaped:n}=a.hide||{};this._tooltipBubble.value.style.visibility=o||n?"hidden":"visible"}async show(){this.open||(this.open=!0,this.emit("sgds-show"),await this.updateComplete,await this.updateFloatingPosition(),this._myTooltip.value&&this._tooltipBubble.value&&(this._cleanupAutoUpdate=mi(this._tooltipTargetElements[0],this._tooltipBubble.value,()=>this.updateFloatingPosition())),this.emit("sgds-after-show"))}hide(){this.open&&(this.emit("sgds-hide"),this.open=!1,this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0),setTimeout(()=>this.emit("sgds-after-hide"),0))}toggle(){this.open?this.hide():this.show()}render(){return te`
147
147
  <div ${Yt(this._myTooltip)} class="tooltip-placeholder">
148
148
  <slot @slotchange=${()=>this._handleSlotChange()}></slot>
149
149
  ${this.open?te`<div ${Yt(this._tooltipBubble)} class="tooltip" role="tooltip">${this.content}</div>`:null}
@@ -167,7 +167,7 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
167
167
  ></sgds-close-button>`:ae}
168
168
  </div>`}render(){return this.dismissible&&this.show||!this.dismissible?this.truncated?te`<sgds-tooltip content=${this.text} @sgds-hide=${e=>e.stopPropagation()}
169
169
  >${this._renderBadge()}</sgds-tooltip
170
- >`:this._renderBadge():ae}}Si.styles=[...Oe.styles,Mt],Si.dependencies={"sgds-close-button":ft,"sgds-tooltip":Ci},t([ze({type:Boolean,reflect:!0})],Si.prototype,"show",void 0),t([ze({reflect:!0})],Si.prototype,"variant",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"outlined",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"dismissible",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"fullWidth",void 0),t([Pe()],Si.prototype,"truncated",void 0),t([Pe()],Si.prototype,"text",void 0),t([nt("show")],Si.prototype,"_handleShowChange",null),t([nt("text",{waitUntilFirstUpdate:!0})],Si.prototype,"_handleTruncation",null);var Mi=r`:host([size=sm]) .overflow-btn{height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.overflow-btn{align-items:center;background-color:var(--sgds-bg-transparent);border:0;border-radius:var(--sgds-border-radius-sm);cursor:pointer;display:flex;height:var(--sgds-dimension-32);justify-content:center;padding:0;position:relative;width:var(--sgds-dimension-32)}.overflow-btn:hover{background-color:var(--sgds-bg-translucent-subtle)}.overflow-btn:focus-visible{background-color:var(--sgds-bg-translucent-subtle);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`;function Zi(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Vi extends Oe{constructor(){super(...arguments),this.myDropdown=jt(),this.dropdownMenuId=Zi("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=jt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){if(!this.disabled&&!this.menuIsOpen){if(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this._startAutoUpdate(),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=it(this,"dropdown.show");await Je(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=mi(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=it(this,"dropdown.hide");await Je(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const s=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(s),a=e.map(e=>{const a=s(e),o=i.indexOf(a);return-1!==o?t[o]:e}).concat(t.filter(t=>!e.some(e=>s(e)===s(t))));return a}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[fi(8),this.noFlip?void 0:wi(),bi()].filter(Boolean);let s=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(s=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:s}),{x:a,y:o,strategy:n,placement:r}=await xi(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",r),Object.assign(this.menuRef.value.style,{position:n,left:`${a}px`,top:`${o}px`})}}t([ze({type:Boolean,state:!0})],Vi.prototype,"noFlip",void 0),t([ze({type:Boolean,reflect:!0,state:!0})],Vi.prototype,"menuAlignRight",void 0),t([ze({type:String,reflect:!0,state:!0})],Vi.prototype,"drop",void 0),t([ze({type:Object})],Vi.prototype,"floatingOpts",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"menuIsOpen",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"readonly",void 0),at("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),at("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class zi extends Vi{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),s=t.find(t=>e.composedPath().includes(t));if(!s)return;const i=t.indexOf(s);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,s.disabled||(this.emit("sgds-select",{detail:{item:s}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const s=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");s&&s.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const s=(e%t.length+t.length)%t.length,i=t[s];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(s+1)%t.length,this.prevDropdownItemNo=(s-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}zi.styles=Vi.styles,t([De("ul.dropdown-menu")],zi.prototype,"menu",void 0),t([Pe()],zi.prototype,"nextDropdownItemNo",void 0),t([Pe()],zi.prototype,"prevDropdownItemNo",void 0),t([ze({type:Boolean,reflect:!0})],zi.prototype,"hidden",void 0);var Pi=r`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Li=r`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`;class Ai extends zi{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=Yt()}async _handleClick(e){if(this.disabled)return;const t=this._toggler[0];if(!t)return void this.toggleMenu();if(e.composedPath().includes(t))return void this.toggleMenu();if(!this.menuIsOpen)return;const s=this.menuRef.value;s&&e.composedPath().includes(s)||this.hideMenu()}_handleCloseMenu(){const e=this._toggler[0];null==e||e.focus()}async connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._handleCloseMenu)}async disconnectedCallback(){this.removeEventListener("sgds-hide",this._handleCloseMenu)}async firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&await this.updateFloatingPosition(),this._handleDisabled()}_handleTogglerSlotChange(e){const t=e.target.assignedElements({flatten:!0})[0];t&&(t.setAttribute("aria-haspopup","menu"),t.setAttribute("aria-expanded",String(this.menuIsOpen)))}_handleMenuIsOpenChange(){const e=this._toggler[0];e&&e.setAttribute("aria-expanded",String(this.menuIsOpen))}_handleDisabled(){const e=this._toggler[0];e&&(this.disabled?e.setAttribute("disabled","true"):e.hasAttribute("disabled")&&e.removeAttribute("disabled"))}render(){return te`
170
+ >`:this._renderBadge():ae}}Si.styles=[...Oe.styles,Mt],Si.dependencies={"sgds-close-button":ft,"sgds-tooltip":Ci},t([ze({type:Boolean,reflect:!0})],Si.prototype,"show",void 0),t([ze({reflect:!0})],Si.prototype,"variant",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"outlined",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"dismissible",void 0),t([ze({type:Boolean,reflect:!0})],Si.prototype,"fullWidth",void 0),t([Pe()],Si.prototype,"truncated",void 0),t([Pe()],Si.prototype,"text",void 0),t([nt("show")],Si.prototype,"_handleShowChange",null),t([nt("text",{waitUntilFirstUpdate:!0})],Si.prototype,"_handleTruncation",null);var Mi=r`:host([size=sm]) .overflow-btn{height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.overflow-btn{align-items:center;background-color:var(--sgds-bg-transparent);border:0;border-radius:var(--sgds-border-radius-sm);cursor:pointer;display:flex;height:var(--sgds-dimension-32);justify-content:center;padding:0;position:relative;width:var(--sgds-dimension-32)}.overflow-btn:hover{background-color:var(--sgds-bg-translucent-subtle)}.overflow-btn:focus-visible{background-color:var(--sgds-bg-translucent-subtle);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`;function Zi(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Vi extends Oe{constructor(){super(...arguments),this.myDropdown=jt(),this.dropdownMenuId=Zi("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=jt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){if(!this.disabled&&!this.menuIsOpen){if(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this._startAutoUpdate(),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=it(this,"dropdown.show");await Je(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=mi(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=it(this,"dropdown.hide");await Je(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const s=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(s),a=e.map(e=>{const a=s(e),o=i.indexOf(a);return-1!==o?t[o]:e}).concat(t.filter(t=>!e.some(e=>s(e)===s(t))));return a}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[fi(8),this.noFlip?void 0:wi(),bi()].filter(Boolean);let s=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(s=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:s}),{x:a,y:o,strategy:n,placement:r}=await xi(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",r),Object.assign(this.menuRef.value.style,{position:n,left:`${a}px`,top:`${o}px`})}}t([ze({type:Boolean,state:!0})],Vi.prototype,"noFlip",void 0),t([ze({type:Boolean,reflect:!0,state:!0})],Vi.prototype,"menuAlignRight",void 0),t([ze({type:String,reflect:!0,state:!0})],Vi.prototype,"drop",void 0),t([ze({type:Object})],Vi.prototype,"floatingOpts",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"menuIsOpen",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],Vi.prototype,"readonly",void 0),at("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),at("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class zi extends Vi{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),s=t.find(t=>e.composedPath().includes(t));if(!s)return;const i=t.indexOf(s);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,s.disabled||(this.emit("sgds-select",{detail:{item:s}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const s=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");s&&s.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const s=(e%t.length+t.length)%t.length,i=t[s];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(s+1)%t.length,this.prevDropdownItemNo=(s-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}zi.styles=Vi.styles,t([Ie("ul.dropdown-menu")],zi.prototype,"menu",void 0),t([Pe()],zi.prototype,"nextDropdownItemNo",void 0),t([Pe()],zi.prototype,"prevDropdownItemNo",void 0),t([ze({type:Boolean,reflect:!0})],zi.prototype,"hidden",void 0);var Pi=r`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Li=r`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`;class Ai extends zi{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=Yt()}async _handleClick(e){if(this.disabled)return;const t=this._toggler[0];if(!t)return void this.toggleMenu();if(e.composedPath().includes(t))return void this.toggleMenu();if(!this.menuIsOpen)return;const s=this.menuRef.value;s&&e.composedPath().includes(s)||this.hideMenu()}_handleCloseMenu(){const e=this._toggler[0];null==e||e.focus()}async connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._handleCloseMenu)}async disconnectedCallback(){this.removeEventListener("sgds-hide",this._handleCloseMenu)}async firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&await this.updateFloatingPosition(),this._handleDisabled()}_handleTogglerSlotChange(e){const t=e.target.assignedElements({flatten:!0})[0];t&&(t.setAttribute("aria-haspopup","menu"),t.setAttribute("aria-expanded",String(this.menuIsOpen)))}_handleMenuIsOpenChange(){const e=this._toggler[0];e&&e.setAttribute("aria-expanded",String(this.menuIsOpen))}_handleDisabled(){const e=this._toggler[0];e&&(this.disabled?e.setAttribute("disabled","true"):e.hasAttribute("disabled")&&e.removeAttribute("disabled"))}render(){return te`
171
171
  <div class="dropdown" @click=${this._handleClick}>
172
172
  <div class="toggler-container" ${Yt(this.myDropdown)}>
173
173
  <slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
@@ -176,33 +176,33 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
176
176
  <slot id="default" @click=${this.handleSelectSlot}></slot>
177
177
  </div>
178
178
  </div>
179
- `}}Ai.styles=[...zi.styles,Li,Pi],t([ze({type:Boolean,reflect:!0,state:!1})],Ai.prototype,"noFlip",void 0),t([ze({type:Boolean,reflect:!0,state:!1})],Ai.prototype,"menuAlignRight",void 0),t([ze({type:String,reflect:!0,state:!1})],Ai.prototype,"drop",void 0),t([ze({type:String,reflect:!0,state:!1})],Ai.prototype,"close",void 0),t([Ee({slot:"toggler",flatten:!0})],Ai.prototype,"_toggler",void 0),t([nt("menuIsOpen")],Ai.prototype,"_handleMenuIsOpenChange",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],Ai.prototype,"_handleDisabled",null);var Di=r`:host([disabled]){cursor:not-allowed}.dropdown-item{align-items:center;background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-sm);padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-align:inherit}.dropdown-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus,.dropdown-item:focus-visible{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.dropdown-item.active{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-primary-color-default);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{opacity:var(--sgds-opacity-40);pointer-events:none}::slotted(*){color:inherit!important;display:flex;gap:var(--sgds-gap-sm);text-decoration:none!important}::slotted(a),::slotted(sgds-checkbox){flex:1;margin:calc(var(--sgds-padding-sm)*-1) calc(var(--sgds-padding-lg)*-1);padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.dropdown-item.mainnav-dropdown-link{padding:var(--sgds-padding-none)}.dropdown-item.mainnav-dropdown-link ::slotted(*){box-sizing:border-box;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}@media screen and (min-width:1024px){.dropdown-item.mainnav-dropdown-link ::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Ii extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return te`
179
+ `}}Ai.styles=[...zi.styles,Li,Pi],t([ze({type:Boolean,reflect:!0,state:!1})],Ai.prototype,"noFlip",void 0),t([ze({type:Boolean,reflect:!0,state:!1})],Ai.prototype,"menuAlignRight",void 0),t([ze({type:String,reflect:!0,state:!1})],Ai.prototype,"drop",void 0),t([ze({type:String,reflect:!0,state:!1})],Ai.prototype,"close",void 0),t([Ee({slot:"toggler",flatten:!0})],Ai.prototype,"_toggler",void 0),t([nt("menuIsOpen")],Ai.prototype,"_handleMenuIsOpenChange",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],Ai.prototype,"_handleDisabled",null);var Ii=r`:host([disabled]){cursor:not-allowed}.dropdown-item{align-items:center;background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-sm);padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-align:inherit}.dropdown-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus,.dropdown-item:focus-visible{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.dropdown-item.active{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-primary-color-default);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item.readonly{cursor:default}.dropdown-item.readonly:focus,.dropdown-item.readonly:focus-visible,.dropdown-item.readonly:hover{background-color:var(--sgds-bg-transparent);outline:none}::slotted(*){color:inherit!important;display:flex;gap:var(--sgds-gap-sm);text-decoration:none!important}::slotted(a),::slotted(sgds-checkbox){flex:1;margin:calc(var(--sgds-padding-sm)*-1) calc(var(--sgds-padding-lg)*-1);padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.dropdown-item.mainnav-dropdown-link{padding:var(--sgds-padding-none)}.dropdown-item.mainnav-dropdown-link ::slotted(*){box-sizing:border-box;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}@media screen and (min-width:1024px){.dropdown-item.mainnav-dropdown-link ::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Di extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.readonly=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return te`
180
180
  <div
181
- class="dropdown-item ${Ke({disabled:this.disabled,active:this.active})}"
182
- tabindex=${this.disabled?"-1":"0"}
181
+ class="dropdown-item ${Ke({disabled:this.disabled,active:this.active,readonly:this.readonly})}"
182
+ tabindex=${this.disabled||this.readonly?"-1":"0"}
183
183
  aria-label=${Ge(this.ariaLabel||void 0)}
184
184
  >
185
185
  <slot></slot>
186
186
  </div>
187
- `}}Ii.styles=[Li,Di],Ii.dependencies={"sgds-icon":_t},t([Ee({flatten:!0})],Ii.prototype,"anchor",void 0),t([ze({type:Boolean})],Ii.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Ii.prototype,"disabled",void 0),t([ze({type:String})],Ii.prototype,"ariaLabel",void 0);class Ei extends Oe{constructor(){super(...arguments),this.size="md"}render(){return te`
187
+ `}}Di.styles=[Li,Ii],Di.dependencies={"sgds-icon":_t},t([Ee({flatten:!0})],Di.prototype,"anchor",void 0),t([ze({type:Boolean})],Di.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Di.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],Di.prototype,"readonly",void 0),t([ze({type:String})],Di.prototype,"ariaLabel",void 0);class Ei extends Oe{constructor(){super(...arguments),this.size="md"}render(){return te`
188
188
  <sgds-dropdown>
189
189
  <button slot="toggler" class="overflow-btn" aria-label="More options">
190
190
  <sgds-icon name="three-dots" size=${this.size}></sgds-icon>
191
191
  </button>
192
192
  <slot></slot>
193
193
  </sgds-dropdown>
194
- `}}Ei.styles=[...Oe.styles,Mi],Ei.dependencies={"sgds-dropdown":Ai,"sgds-dropdown-item":Ii,"sgds-icon":_t},t([ze({type:String,reflect:!0})],Ei.prototype,"size",void 0);var Bi=r`.breadcrumb{display:flex;gap:var(--sgds-gap-xs)}.breadcrumb sgds-breadcrumb-item:first-child,.breadcrumb slot::slotted(sgds-breadcrumb-item:first-child){flex:0 0 auto}`;class Hi extends Oe{constructor(){super(...arguments),this.ariaLabel="breadcrumb"}_replaceExcessItemsWithDropdown(e){const t=document.createElement("sgds-breadcrumb-item"),s=document.createElement("sgds-overflow-menu");s.setAttribute("aria-haspopup","menu"),s.setAttribute("size","sm");const i=e.filter((t,i)=>{if(i>0&&i<e.length-2){const e=t.querySelector("a").cloneNode(!0),i=document.createElement("sgds-dropdown-item");return i.appendChild(e),void s.appendChild(i)}return t});t.classList.add("overflow-menu"),t.appendChild(s),i.splice(1,0,t),this.defaultSlot.replaceWith(...i)}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>"sgds-breadcrumb-item"===e.tagName.toLowerCase());t.forEach((e,s)=>{s===t.length-1?(e.setAttribute("aria-current","page"),e.active=!0):e.removeAttribute("aria-current")}),t.length>=5&&this._replaceExcessItemsWithDropdown(t)}render(){return ut`
194
+ `}}Ei.styles=[...Oe.styles,Mi],Ei.dependencies={"sgds-dropdown":Ai,"sgds-dropdown-item":Di,"sgds-icon":_t},t([ze({type:String,reflect:!0})],Ei.prototype,"size",void 0);var Bi=r`.breadcrumb{display:flex;gap:var(--sgds-gap-xs)}.breadcrumb sgds-breadcrumb-item:first-child,.breadcrumb slot::slotted(sgds-breadcrumb-item:first-child){flex:0 0 auto}`;class Hi extends Oe{constructor(){super(...arguments),this.ariaLabel="breadcrumb"}_replaceExcessItemsWithDropdown(e){const t=document.createElement("sgds-breadcrumb-item"),s=document.createElement("sgds-overflow-menu");s.setAttribute("aria-haspopup","menu"),s.setAttribute("size","sm");const i=e.filter((t,i)=>{if(i>0&&i<e.length-2){const e=t.querySelector("a").cloneNode(!0),i=document.createElement("sgds-dropdown-item");return i.appendChild(e),void s.appendChild(i)}return t});t.classList.add("overflow-menu"),t.appendChild(s),i.splice(1,0,t),this.defaultSlot.replaceWith(...i)}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>"sgds-breadcrumb-item"===e.tagName.toLowerCase());t.forEach((e,s)=>{s===t.length-1?(e.setAttribute("aria-current","page"),e.active=!0):e.removeAttribute("aria-current")}),t.length>=5&&this._replaceExcessItemsWithDropdown(t)}render(){return ut`
195
195
  <div aria-label=${Ge(this.ariaLabel)}>
196
196
  <div class="breadcrumb">
197
197
  <slot @slotchange=${this._handleSlotChange}></slot>
198
198
  </div>
199
199
  </div>
200
- `}}Hi.styles=[...Oe.styles,Bi],Hi.dependencies={"sgds-overflow-menu":Ei},t([ze({type:String})],Hi.prototype,"ariaLabel",void 0),t([De("slot")],Hi.prototype,"defaultSlot",void 0);var Oi=r`:host{--color-emphasis:var(--sgds-link-color-emphasis);display:inline-flex;vertical-align:middle}:host([tone=danger]),:host([variant=danger]){--color-emphasis:var(--sgds-danger-color-emphasis)}:host([tone=neutral]),:host([variant=neutral]){--color-emphasis:var(--sgds-color-default)}:host([tone=fixed-light]),:host([variant=light]){--color-emphasis:var(--sgds-color-fixed-light)}:host([variant=dark]) :host([tone=fixed-dark]){--color-emphasis:var(--sgds-color-fixed-dark)}:host([tone=danger]) .nav-link::slotted(a),:host([variant=danger]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-danger-color-default);color:var(--sgds-link-color-default,--sgds-danger-color-default)}:host([tone=danger]) .nav-link::slotted(a:focus),:host([tone=danger]) .nav-link::slotted(a:focus-visible),:host([tone=danger]) .nav-link::slotted(a:hover),:host([variant=danger]) .nav-link::slotted(a:focus),:host([variant=danger]) .nav-link::slotted(a:focus-visible),:host([variant=danger]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-danger-color-emphasis);color:var(--color-emphasis,--sgds-danger-color-emphasis)}:host([tone=neutral]) .nav-link::slotted(a),:host([variant=neutral]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-default);color:var(--sgds-link-color-default,--sgds-color-default)}:host([tone=neutral]) .nav-link::slotted(a:focus),:host([tone=neutral]) .nav-link::slotted(a:focus-visible),:host([tone=neutral]) .nav-link::slotted(a:hover),:host([variant=neutral]) .nav-link::slotted(a:focus),:host([variant=neutral]) .nav-link::slotted(a:focus-visible),:host([variant=neutral]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-default);color:var(--color-emphasis,--sgds-color-default)}:host([tone=fixed-light]) .nav-link::slotted(a),:host([variant=light]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-fixed-light);color:var(--sgds-link-color-default,--sgds-color-fixed-light)}:host([tone=fixed-light]) .nav-link::slotted(a:focus),:host([tone=fixed-light]) .nav-link::slotted(a:focus-visible),:host([tone=fixed-light]) .nav-link::slotted(a:hover),:host([variant=light]) .nav-link::slotted(a:focus),:host([variant=light]) .nav-link::slotted(a:focus-visible),:host([variant=light]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-fixed-light);color:var(--color-emphasis,--sgds-color-fixed-light)}:host([tone=fixed-dark]) .nav-link::slotted(a),:host([variant=dark]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-fixed-dark);color:var(--sgds-link-color-default,--sgds-color-fixed-dark)}:host([tone=fixed-dark]) .nav-link::slotted(a:focus),:host([tone=fixed-dark]) .nav-link::slotted(a:focus-visible),:host([tone=fixed-dark]) .nav-link::slotted(a:hover),:host([variant=dark]) .nav-link::slotted(a:focus),:host([variant=dark]) .nav-link::slotted(a:focus-visible),:host([variant=dark]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-fixed-dark);color:var(--color-emphasis,--sgds-color-fixed-dark)}:host([size=md]) .nav-link::slotted(a){--text-underline-offset:3px;font-size:var(--sgds-font-size-link-md)!important;line-height:var(--sgds-line-height-xs)!important}:host([size=lg]) .nav-link::slotted(a){--text-underline-offset:4px;font-size:var(--sgds-font-size-link-lg)!important;line-height:var(--sgds-line-height-md)!important}:host([size=sm]) .nav-link::slotted(a){--text-underline-offset:2.8px;font-size:var(--sgds-font-size-link-sm)!important;line-height:var(--sgds-line-height-2-xs)!important}:host([size=xs]) .nav-link::slotted(a){--text-underline-offset:2.2px;font-size:var(--sgds-font-size-link-xs)!important;line-height:var(--sgds-line-height-3-xs)!important}.nav-link::slotted(a):after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important}:host([size=xs]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-sm)!important;width:var(--sgds-icon-size-sm)!important}:host([size=sm]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-md)!important;width:var(--sgds-icon-size-md)!important}:host([size=md]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-lg)!important;width:var(--sgds-icon-size-lg)!important}:host([size=lg]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-xl)!important;width:var(--sgds-icon-size-xl)!important}::slotted(*){align-items:center;display:flex}.nav-link::slotted(a:focus-visible:not([disabled])){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link::slotted(a[disabled]){cursor:not-allowed;opacity:var(--sgds-opacity-40)}.nav-link::slotted(a){color:var(--sgds-link-color-default)!important;cursor:pointer}:host(:not([active])) .nav-link::slotted(a:not(:hover)){text-decoration:underline solid transparent!important;text-underline-offset:0;transition:text-underline-offset var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter),text-decoration-color var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter)}.nav-link::slotted(a:focus),.nav-link::slotted(a:focus-visible),.nav-link::slotted(a:hover),:host([active]) .nav-link::slotted(a){color:var(--color-emphasis)!important}.nav-link::slotted(a:hover),:host([active]) .nav-link::slotted(a){text-decoration-color:var(--color-emphasis)!important;text-underline-offset:var(--text-underline-offset);transition:text-underline-offset var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter),text-decoration-color var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter)}.nav-link::slotted(a[disabled]),:host([disabled]) .nav-link::slotted(a){pointer-events:none;text-decoration:none!important}`;class Ti extends Oe{constructor(){super(...arguments),this.size="md",this.variant="primary",this.tone="primary",this.active=!1,this.disabled=!1}_processAnchor(e){this.disabled&&e.setAttribute("disabled","true"),e.hasAttribute("disabled")?(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1")):e.setAttribute("tabindex","0")}_processIcon(e){const t={xs:"sm",sm:"md",md:"lg",lg:"xl"};e.querySelectorAll("sgds-icon").forEach(e=>{e.setAttribute("size",t[this.size]),e.classList.remove("icon-left","icon-right"),e.previousElementSibling||e.previousSibling||e.classList.add("icon-left"),e.nextElementSibling||e.nextSibling||e.classList.add("icon-right")})}_handleSlotChange(e){const t=e.target.assignedElements().find(e=>"a"===e.tagName.toLowerCase());t&&(this._processAnchor(t),this._processIcon(t))}firstUpdated(e){super.firstUpdated(e);const t=this.querySelector("a");t&&(this._processAnchor(t),this._processIcon(t))}render(){return te`<slot class="nav-link " @slotchange=${this._handleSlotChange}></slot> `}}Ti.styles=[...Oe.styles,Oi],t([ze({type:String,reflect:!0})],Ti.prototype,"size",void 0),t([ze({type:String,reflect:!0})],Ti.prototype,"variant",void 0),t([ze({type:String,reflect:!0})],Ti.prototype,"tone",void 0),t([ze({type:Boolean,reflect:!0})],Ti.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Ti.prototype,"disabled",void 0);var Fi=r`:host{align-items:center;display:flex;font-size:var(--sgds-font-size-link-md);gap:var(--sgds-gap-xs);min-width:0}:host .nav-link::slotted(*){display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host([active]) .nav-link::slotted(*){--sgds-link-color-default:var(--sgds-color-default);color:var(--sgds-link-color-default,--sgds-color-default);overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}:host([active]) .nav-link::slotted(:focus),:host([active]) .nav-link::slotted(:focus-visible),:host([active]) .nav-link::slotted(:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-link-color-emphasis,--sgds-color-default)}:host(.overflow-menu){flex-shrink:0}sgds-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.separator{color:var(--sgds-color-subtle);display:flex}:host(:last-of-type) .separator{display:none}`;class Ri extends Oe{constructor(){super(...arguments),this.active=!1,this._preventNavigation=e=>e.preventDefault()}updated(e){if(super.updated(e),e.has("active")){const e=this.querySelector("a");e&&(this.active?(e.setAttribute("tabindex","-1"),e.addEventListener("click",this._preventNavigation)):e.removeEventListener("click",this._preventNavigation))}}render(){return te`
200
+ `}}Hi.styles=[...Oe.styles,Bi],Hi.dependencies={"sgds-overflow-menu":Ei},t([ze({type:String})],Hi.prototype,"ariaLabel",void 0),t([Ie("slot")],Hi.prototype,"defaultSlot",void 0);var Oi=r`:host{--color-emphasis:var(--sgds-link-color-emphasis);display:inline-flex;vertical-align:middle}:host([tone=danger]),:host([variant=danger]){--color-emphasis:var(--sgds-danger-color-emphasis)}:host([tone=neutral]),:host([variant=neutral]){--color-emphasis:var(--sgds-color-default)}:host([tone=fixed-light]),:host([variant=light]){--color-emphasis:var(--sgds-color-fixed-light)}:host([variant=dark]) :host([tone=fixed-dark]){--color-emphasis:var(--sgds-color-fixed-dark)}:host([tone=danger]) .nav-link::slotted(a),:host([variant=danger]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-danger-color-default);color:var(--sgds-link-color-default,--sgds-danger-color-default)}:host([tone=danger]) .nav-link::slotted(a:focus),:host([tone=danger]) .nav-link::slotted(a:focus-visible),:host([tone=danger]) .nav-link::slotted(a:hover),:host([variant=danger]) .nav-link::slotted(a:focus),:host([variant=danger]) .nav-link::slotted(a:focus-visible),:host([variant=danger]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-danger-color-emphasis);color:var(--color-emphasis,--sgds-danger-color-emphasis)}:host([tone=neutral]) .nav-link::slotted(a),:host([variant=neutral]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-default);color:var(--sgds-link-color-default,--sgds-color-default)}:host([tone=neutral]) .nav-link::slotted(a:focus),:host([tone=neutral]) .nav-link::slotted(a:focus-visible),:host([tone=neutral]) .nav-link::slotted(a:hover),:host([variant=neutral]) .nav-link::slotted(a:focus),:host([variant=neutral]) .nav-link::slotted(a:focus-visible),:host([variant=neutral]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-default);color:var(--color-emphasis,--sgds-color-default)}:host([tone=fixed-light]) .nav-link::slotted(a),:host([variant=light]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-fixed-light);color:var(--sgds-link-color-default,--sgds-color-fixed-light)}:host([tone=fixed-light]) .nav-link::slotted(a:focus),:host([tone=fixed-light]) .nav-link::slotted(a:focus-visible),:host([tone=fixed-light]) .nav-link::slotted(a:hover),:host([variant=light]) .nav-link::slotted(a:focus),:host([variant=light]) .nav-link::slotted(a:focus-visible),:host([variant=light]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-fixed-light);color:var(--color-emphasis,--sgds-color-fixed-light)}:host([tone=fixed-dark]) .nav-link::slotted(a),:host([variant=dark]) .nav-link::slotted(a){--sgds-link-color-default:var(--sgds-color-fixed-dark);color:var(--sgds-link-color-default,--sgds-color-fixed-dark)}:host([tone=fixed-dark]) .nav-link::slotted(a:focus),:host([tone=fixed-dark]) .nav-link::slotted(a:focus-visible),:host([tone=fixed-dark]) .nav-link::slotted(a:hover),:host([variant=dark]) .nav-link::slotted(a:focus),:host([variant=dark]) .nav-link::slotted(a:focus-visible),:host([variant=dark]) .nav-link::slotted(a:hover){--color-emphasis:var(--sgds-color-fixed-dark);color:var(--color-emphasis,--sgds-color-fixed-dark)}:host([size=md]) .nav-link::slotted(a){--text-underline-offset:3px;font-size:var(--sgds-font-size-link-md)!important;line-height:var(--sgds-line-height-xs)!important}:host([size=lg]) .nav-link::slotted(a){--text-underline-offset:4px;font-size:var(--sgds-font-size-link-lg)!important;line-height:var(--sgds-line-height-md)!important}:host([size=sm]) .nav-link::slotted(a){--text-underline-offset:2.8px;font-size:var(--sgds-font-size-link-sm)!important;line-height:var(--sgds-line-height-2-xs)!important}:host([size=xs]) .nav-link::slotted(a){--text-underline-offset:2.2px;font-size:var(--sgds-font-size-link-xs)!important;line-height:var(--sgds-line-height-3-xs)!important}.nav-link::slotted(a):after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important}:host([size=xs]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-sm)!important;width:var(--sgds-icon-size-sm)!important}:host([size=sm]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-md)!important;width:var(--sgds-icon-size-md)!important}:host([size=md]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-lg)!important;width:var(--sgds-icon-size-lg)!important}:host([size=lg]) .nav-link::slotted(a):after{height:var(--sgds-icon-size-xl)!important;width:var(--sgds-icon-size-xl)!important}::slotted(*){align-items:center;display:flex}.nav-link::slotted(a:focus-visible:not([disabled])){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link::slotted(a[disabled]){cursor:not-allowed;opacity:var(--sgds-opacity-40)}.nav-link::slotted(a){color:var(--sgds-link-color-default)!important;cursor:pointer}:host(:not([active])) .nav-link::slotted(a:not(:hover)){text-decoration:underline solid transparent!important;text-underline-offset:0;transition:text-underline-offset var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter),text-decoration-color var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter)}.nav-link::slotted(a:focus),.nav-link::slotted(a:focus-visible),.nav-link::slotted(a:hover),:host([active]) .nav-link::slotted(a){color:var(--color-emphasis)!important}.nav-link::slotted(a:hover),:host([active]) .nav-link::slotted(a){text-decoration-color:var(--color-emphasis)!important;text-underline-offset:var(--text-underline-offset);transition:text-underline-offset var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter),text-decoration-color var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter)}.nav-link::slotted(a[disabled]),:host([disabled]) .nav-link::slotted(a){pointer-events:none;text-decoration:none!important}`;class Ti extends Oe{constructor(){super(...arguments),this.size="md",this.variant="primary",this.tone="primary",this.active=!1,this.disabled=!1}_processAnchor(e){this.disabled&&e.setAttribute("disabled","true"),e.hasAttribute("disabled")?(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1")):e.setAttribute("tabindex","0")}_processIcon(e){const t={xs:"sm",sm:"md",md:"lg",lg:"xl"};e.querySelectorAll("sgds-icon").forEach(e=>{e.setAttribute("size",t[this.size]),e.classList.remove("icon-left","icon-right"),e.previousElementSibling||e.previousSibling||e.classList.add("icon-left"),e.nextElementSibling||e.nextSibling||e.classList.add("icon-right")})}_handleSlotChange(e){const t=e.target.assignedElements().find(e=>"a"===e.tagName.toLowerCase());t&&(this._processAnchor(t),this._processIcon(t))}firstUpdated(e){super.firstUpdated(e);const t=this.querySelector("a");t&&(this._processAnchor(t),this._processIcon(t))}render(){return te`<slot class="nav-link " @slotchange=${this._handleSlotChange}></slot> `}}Ti.styles=[...Oe.styles,Oi],t([ze({type:String,reflect:!0})],Ti.prototype,"size",void 0),t([ze({type:String,reflect:!0})],Ti.prototype,"variant",void 0),t([ze({type:String,reflect:!0})],Ti.prototype,"tone",void 0),t([ze({type:Boolean,reflect:!0})],Ti.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Ti.prototype,"disabled",void 0);var Fi=r`:host{align-items:center;display:flex;font-size:var(--sgds-font-size-link-md);gap:var(--sgds-gap-xs);min-width:0}:host .nav-link::slotted(*){display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host([active]) .nav-link::slotted(*){--sgds-link-color-default:var(--sgds-color-default);color:var(--sgds-link-color-default,--sgds-color-default);overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}:host([active]) .nav-link::slotted(:focus),:host([active]) .nav-link::slotted(:focus-visible),:host([active]) .nav-link::slotted(:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-link-color-emphasis,--sgds-color-default)}:host(.overflow-menu){flex-shrink:0}sgds-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.separator{color:var(--sgds-color-subtle);display:flex}:host(:last-of-type) .separator{display:none}`;class Ri extends Oe{constructor(){super(...arguments),this.active=!1,this._preventNavigation=e=>e.preventDefault()}updated(e){if(super.updated(e),e.has("active")){const e=this.querySelector("a");e&&(this.active?(e.setAttribute("tabindex","-1"),e.addEventListener("click",this._preventNavigation)):e.removeEventListener("click",this._preventNavigation))}}render(){return te`
201
201
  <sgds-link><slot class="nav-link"></slot></sgds-link>
202
202
  <div class="separator">
203
203
  <sgds-icon name="chevron-right" size="sm"></sgds-icon>
204
204
  </div>
205
- `}}Ri.styles=[Fi],Ri.dependencies={"sgds-link":Ti,"sgds-icon":_t},t([ze({type:Boolean,reflect:!0})],Ri.prototype,"active",void 0);var Ni=r`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ji extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ji.styles=[...Oe.styles,Ni],t([De(".btn")],ji.prototype,"button",void 0),t([ze({reflect:!0})],ji.prototype,"variant",void 0),t([ze({reflect:!0})],ji.prototype,"tone",void 0),t([ze({reflect:!0})],ji.prototype,"size",void 0),t([ze({type:Boolean,reflect:!0})],ji.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],ji.prototype,"disabled",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"href",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"target",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"download",void 0),t([ze({type:String})],ji.prototype,"ariaLabel",void 0),t([ze({type:Boolean})],ji.prototype,"loading",void 0);class Ui{constructor(e,t){(this.host=e).addController(this),this.options=Object.assign({form:e=>e.closest("form")},t)}hostConnected(){this.form=this.options.form(this.host)}hostDisconnected(){this.form&&(this.form=void 0)}doAction(e,t){if(this.form){const s=document.createElement("button");s.type=e,s.style.position="absolute",s.style.width="0",s.style.height="0",s.style.clipPath="inset(50%)",s.style.overflow="hidden",s.style.whiteSpace="nowrap",t&&(["formaction","formmethod","formnovalidate","formtarget"].forEach(e=>{t.hasAttribute(e)&&s.setAttribute(e,t.getAttribute(e))}),"submit"===e&&t.hasAttribute("name")&&(s.name=t.getAttribute("name"),s.value=t.getAttribute("value")||"")),this.form.append(s),s.click(),s.remove()}}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}}var qi=r`:host{display:inline-block}:host([fullWidth]),:host([fullWidth]) .btn{width:100%}:host([fullWidth]) .btn.has-left-icon{justify-content:flex-start}:host([fullWidth]) .btn.has-right-icon{justify-content:space-between}:host([fullWidth]) .btn.has-left-icon.has-right-icon{justify-content:center}.btn span{padding:0 var(--sgds-padding-2-xs)}.btn.no-icon{gap:var(--sgds-gap-none)}.loading{cursor:default}`;class Yi extends ji{constructor(){super(...arguments),this.formSubmitController=new Ui(this,{form:e=>{if(e.hasAttribute("form")){const t=e.getRootNode(),s=e.getAttribute("form");return t.getElementById(s)}return e.closest("form")}}),this.type="button",this.fullWidth=!1,this.hasLeftIconSlot=!1,this.hasRightIconSlot=!1,this.hasSlotController=new $i(this,"leftIcon","rightIcon"),this._clickHandler=()=>{"submit"===this.type&&this.formSubmitController.submit(this),"reset"===this.type&&this.formSubmitController.reset(this)}}updated(){this.hasLeftIconSlot||(this.hasLeftIconSlot=this.hasSlotController.test("leftIcon")),this.hasRightIconSlot||(this.hasRightIconSlot=this.hasSlotController.test("rightIcon"))}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}render(){const e=this.href,t=e?ht`a`:ht`button`,s=!this.hasLeftIconSlot&&!this.hasRightIconSlot;return ut`
205
+ `}}Ri.styles=[Fi],Ri.dependencies={"sgds-link":Ti,"sgds-icon":_t},t([ze({type:Boolean,reflect:!0})],Ri.prototype,"active",void 0);var Ni=r`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ji extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ji.styles=[...Oe.styles,Ni],t([Ie(".btn")],ji.prototype,"button",void 0),t([ze({reflect:!0})],ji.prototype,"variant",void 0),t([ze({reflect:!0})],ji.prototype,"tone",void 0),t([ze({reflect:!0})],ji.prototype,"size",void 0),t([ze({type:Boolean,reflect:!0})],ji.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],ji.prototype,"disabled",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"href",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"target",void 0),t([ze({type:String,reflect:!0})],ji.prototype,"download",void 0),t([ze({type:String})],ji.prototype,"ariaLabel",void 0),t([ze({type:Boolean})],ji.prototype,"loading",void 0);class Ui{constructor(e,t){(this.host=e).addController(this),this.options=Object.assign({form:e=>e.closest("form")},t)}hostConnected(){this.form=this.options.form(this.host)}hostDisconnected(){this.form&&(this.form=void 0)}doAction(e,t){if(this.form){const s=document.createElement("button");s.type=e,s.style.position="absolute",s.style.width="0",s.style.height="0",s.style.clipPath="inset(50%)",s.style.overflow="hidden",s.style.whiteSpace="nowrap",t&&(["formaction","formmethod","formnovalidate","formtarget"].forEach(e=>{t.hasAttribute(e)&&s.setAttribute(e,t.getAttribute(e))}),"submit"===e&&t.hasAttribute("name")&&(s.name=t.getAttribute("name"),s.value=t.getAttribute("value")||"")),this.form.append(s),s.click(),s.remove()}}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}}var qi=r`:host{display:inline-block}:host([fullWidth]),:host([fullWidth]) .btn{width:100%}:host([fullWidth]) .btn.has-left-icon{justify-content:flex-start}:host([fullWidth]) .btn.has-right-icon{justify-content:space-between}:host([fullWidth]) .btn.has-left-icon.has-right-icon{justify-content:center}.btn span{padding:0 var(--sgds-padding-2-xs)}.btn.no-icon{gap:var(--sgds-gap-none)}.loading{cursor:default}`;class Yi extends ji{constructor(){super(...arguments),this.formSubmitController=new Ui(this,{form:e=>{if(e.hasAttribute("form")){const t=e.getRootNode(),s=e.getAttribute("form");return t.getElementById(s)}return e.closest("form")}}),this.type="button",this.fullWidth=!1,this.hasLeftIconSlot=!1,this.hasRightIconSlot=!1,this.hasSlotController=new $i(this,"leftIcon","rightIcon"),this._clickHandler=()=>{"submit"===this.type&&this.formSubmitController.submit(this),"reset"===this.type&&this.formSubmitController.reset(this)}}updated(){this.hasLeftIconSlot||(this.hasLeftIconSlot=this.hasSlotController.test("leftIcon")),this.hasRightIconSlot||(this.hasRightIconSlot=this.hasSlotController.test("rightIcon"))}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}render(){const e=this.href,t=e?ht`a`:ht`button`,s=!this.hasLeftIconSlot&&!this.hasRightIconSlot;return ut`
206
206
  <${t}
207
207
  class="btn ${Ke({disabled:this.disabled,active:this.active,"has-left-icon":this.hasLeftIconSlot,"has-right-icon":this.hasRightIconSlot,"no-icon":s,loading:this.loading})}"
208
208
  ?disabled=${Ge(e?void 0:this.disabled)}
@@ -230,7 +230,7 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
230
230
  <slot name="rightIcon"></slot>`}
231
231
 
232
232
  </${t}>
233
- `}}Yi.styles=[...ji.styles,$t,qi],t([ze({type:String,reflect:!0})],Yi.prototype,"name",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"value",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"type",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"form",void 0),t([ze({type:String,reflect:!0,attribute:"formaction"})],Yi.prototype,"formAction",void 0),t([ze({type:String,reflect:!0,attribute:"formmethod"})],Yi.prototype,"formMethod",void 0),t([ze({attribute:"formnovalidate",type:Boolean,reflect:!0})],Yi.prototype,"formNoValidate",void 0),t([ze({type:String,reflect:!0,attribute:"formtarget"})],Yi.prototype,"formTarget",void 0),t([ze({type:Boolean,reflect:!0})],Yi.prototype,"fullWidth",void 0),t([ze({type:Boolean})],Yi.prototype,"hasLeftIconSlot",void 0),t([ze({type:Boolean})],Yi.prototype,"hasRightIconSlot",void 0);var Wi=r`:host{height:100%}:host([disabled]){cursor:not-allowed}:host([stretchedLink]:not([noPadding])) .card:not(.disabled):hover{box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 8px 16px 0 hsla(0,0%,5%,.12)}:host([stretchedLink]) slot[name=footer]::slotted(a),:host([stretchedLink]) slot[name=footer]::slotted(sgds-link),:host([stretchedLink]) slot[name=link]::slotted(a),:host([stretchedLink]) slot[name=link]::slotted(sgds-link){display:none}:host([stretchedLink]) .card:after{display:none}:host([orientation=horizontal]) .card{flex-direction:row}:host(:not([hideBorder])) .card{border:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}:host([orientation=horizontal]) .card-body{flex:1}:host([orientation=horizontal]) .card-media{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-xl)}:host([orientation=horizontal]) .card-image{width:40%}:host([imagePosition=after]) .card-image{order:1}:host([orientation=vertical][imagePosition=after]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-left-radius:var(--sgds-border-radius-none);border-top-right-radius:var(--sgds-border-radius-none)}:host([orientation=horizontal][imagePosition=after]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-bottom-left-radius:var(--sgds-border-radius-none);border-top-left-radius:var(--sgds-border-radius-none)}:host([orientation=horizontal]) slot[name=image]::slotted(img){border-bottom-left-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-right-radius:var(--sgds-border-radius-none);height:100%;object-fit:cover}:host([orientation=vertical][imageAdjustment="padding around"]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-padding-none)}:host([orientation=vertical][imageAdjustment="padding around"][imagePosition=after]) .card-image{margin:var(--sgds-margin-none) var(--sgds-margin-xl) var(--sgds-margin-xl)}:host([orientation=horizontal][imageAdjustment="padding around"]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-none) var(--sgds-margin-xl) var(--sgds-margin-xl)}:host([orientation=horizontal][imageAdjustment="padding around"][imagePosition=after]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-margin-none)}:host([orientation][imageAdjustment="padding around"]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1))}:host([orientation=vertical]:not([imageAdjustment="aspect ratio"])) slot[name=image]::slotted(img){height:auto}:host([orientation=vertical][imageAdjustment="aspect ratio"]) slot[name=image]::slotted(img){object-fit:cover}.card{word-wrap:break-word;background-clip:border-box;background-color:var(--sgds-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-md);box-shadow:none;display:flex;flex-direction:column;height:100%;min-width:0;position:relative;transition:box-shadow .3s ease}a.card{color:initial;text-decoration:none}.card.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}a.card:not(.disabled):focus-visible{--sgds-outline-offset-focus:-1px;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.card-tinted-bg{border-radius:var(--sgds-border-radius-md);bottom:0;left:0;opacity:var(--sgds-opacity-0);position:absolute;right:0;top:0}.card-image{flex:1;position:relative}.card-media{align-items:flex-start;display:flex;justify-content:space-between;line-height:0;padding:var(--sgds-padding-xl) var(--sgds-padding-xl) var(--sgds-padding-none)}.card-body{color:var(--sgds-body-color-default);display:flex;flex:1 1 auto;flex-direction:column;gap:var(--sgds-gap-lg);padding:var(--sgds-padding-xl);z-index:1}.card-header-container{display:flex;flex-direction:column;gap:var(--sgds-gap-xs)}.card-header{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.card-title,slot[name=title]::slotted(*){color:var(--sgds-color-default);font-size:var(--sgds-font-size-heading-sm)!important;font-weight:var(--sgds-font-weight-semibold)!important;letter-spacing:var(--sgds-letter-spacing-tight)!important;line-height:var(--sgds-line-height-sm)!important;margin-bottom:var(--sgds-margin-none)!important}slot[name=subtitle]::slotted(*){color:var(--sgds-color-subtle);font-size:var(--sgds-font-size-overline-md)!important;font-weight:var(--sgds-font-weight-semibold)!important;letter-spacing:var(--sgds-letter-spacing-wide)!important;line-height:var(--sgds-line-height-2-xs)!important;margin:var(--sgds-margin-none)!important;text-transform:uppercase}slot[name=title]::slotted(a){color:var(--sgds-link-color-default);text-decoration:none!important}slot[name=description]::slotted(*){color:var(--sgds-color-subtle);margin-bottom:var(--sgds-margin-none)!important}slot[name=image]::slotted(img){border-top-left-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-right-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));display:block;width:100%}slot[name=footer]::slotted(*),slot[name=link]::slotted(*){margin-top:auto;padding-top:var(--sgds-padding-2-xs);width:fit-content}slot[name=footer]::slotted(a),slot[name=link]::slotted(a){color:var(--sgds-link-color-default);height:auto!important;text-decoration:none!important}slot[name=footer]::slotted(a:focus),slot[name=footer]::slotted(a:hover),slot[name=link]::slotted(a:focus),slot[name=link]::slotted(a:hover),slot[name=title]::slotted(a:focus),slot[name=title]::slotted(a:hover){color:var(--sgds-link-color-emphasis)}slot[name=footer]::slotted(a:focus-visible),slot[name=link]::slotted(a:focus-visible),slot[name=title]::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,Ki=r`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`,Gi=r`.bg-primary{background-color:var(--sgds-primary)!important}.bg-secondary{background-color:var(--sgds-secondary)!important}.bg-success{background-color:var(--sgds-success)!important}.bg-info{background-color:var(--sgds-info)!important}.bg-warning{background-color:var(--sgds-warning)!important}.bg-danger{background-color:var(--sgds-danger)!important}.bg-light{background-color:var(--sgds-light)!important}.bg-dark{background-color:var(--sgds-dark)!important}`,Ji=r`.border-primary{border-color:var(--sgds-primary)!important}.border-secondary{border-color:var(--sgds-secondary)!important}.border-success{border-color:var(--sgds-success)!important}.border-info{border-color:var(--sgds-info)!important}.border-warning{border-color:var(--sgds-warning)!important}.border-danger{border-color:var(--sgds-danger)!important}.border-light{border-color:var(--sgds-light)!important}.border-dark{border-color:var(--sgds-dark)!important}`,Xi=r`.h1,.h2,.h3,.h4,.h5,.h6 ::slotted(h6),::slotted(h1),::slotted(h2),::slotted(h3),::slotted(h4),::slotted(h5),h1,h2,h3,h4,h5,h6{color:var(--sgds-heading-color);font-weight:700;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,::slotted(h1),h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,::slotted(h1),h1{font-size:2.5rem}}.h2,::slotted(h2),h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,::slotted(h2),h2{font-size:2rem}}.h3,::slotted(h3),h3{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h3,::slotted(h3),h3{font-size:1.5rem}}.h4,::slotted(h4),h4{font-size:1.125rem}.h5,.h6 ::slotted(h6),::slotted(h5),h5,h6{font-size:1rem}.h1,::slotted(h1),h1{line-height:1.2}.h2,::slotted(h2),h2{line-height:1.25}.h3,::slotted(h3),h3{line-height:1.33}.h4,::slotted(h4),h4{line-height:1.78}.h5,.h6 ::slotted(h6),::slotted(h5),h5,h6{line-height:1.2}`,Qi=r`p{margin-bottom:1.5rem;margin-top:0}`;class ea extends Oe{constructor(){super(...arguments),this.stretchedLink=!1,this.disabled=!1,this.hideBorder=!1,this.tinted=!1,this.orientation="vertical"}handleTitleSlotChange(e){const t=e.target.assignedNodes({flatten:!0});if(this.stretchedLink&&t[0]instanceof HTMLAnchorElement){(t[0].querySelector("a")||t[0]).removeAttribute("href")}}_forwardAnchorAttributes(e){const t=new Set(["class","style","id","slot","tabindex"]);if((null==e?void 0:e.href)&&!e.href.startsWith("javascript:")&&!e.href.startsWith("data:")&&!e.href.startsWith("vbscript:"))for(const{name:s,value:i}of Array.from(e.attributes))t.has(s)||s.startsWith("on")||this.card.setAttribute(s,i)}warnLinkSlotMisused(e){if(e.target.assignedNodes({flatten:!0}).length>1)return console.error("Multiple elements passed into SgdsCard's link slot")}}ea.styles=[...Oe.styles,Ki,Gi,Ji,Xi,Qi,Wi],t([De("a.card")],ea.prototype,"card",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"stretchedLink",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"hideBorder",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"tinted",void 0),t([ze({type:String,reflect:!0})],ea.prototype,"orientation",void 0);var ta=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=menu]::slotted(*){position:absolute;right:20px;top:20px;z-index:10}`;class sa extends ea{constructor(){super(...arguments),this.imagePosition="before",this.imageAdjustment="default",this.hasImageSlot=!1,this.hasIconSlot=!1,this.hasUpperSlot=!1,this.noPadding=!1,this.hasSlotController=new $i(this,"image","icon","upper")}get linkSlotItems(){if(!this.linkNode||0===this.linkNode.length)return null;const e=this.linkNode[0];return e.querySelector("a")||e}get footerSlotItems(){if(!this.footerNode||0===this.footerNode.length)return null;const e=this.footerNode[0];return e.querySelector("a")||e}firstUpdated(e){var t;if(super.firstUpdated(e),!this.hasSlotController.test("image")&&!this.hasSlotController.test("icon")&&!this.hasSlotController.test("upper")&&this.noPadding){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-body");e&&(e.style.padding="0px")}if(this.stretchedLink){const e=this.footerSlotItems,t=this.linkSlotItems;this._forwardAnchorAttributes((null==e?void 0:e.href)?e:t)}}updated(){this.hasImageSlot||(this.hasImageSlot=this.hasSlotController.test("image")),this.hasIconSlot||(this.hasIconSlot=this.hasSlotController.test("icon")),this.hasUpperSlot||(this.hasUpperSlot=this.hasSlotController.test("upper"))}handleImgSlotChange(e){e.target.assignedNodes({flatten:!0}).length>1&&console.error("Multiple elements passed into SgdsCard's image slot"),this.hasSlotController.test("image")&&this.hasSlotController.test("icon")&&console.error("Both image and icon slots cannot be used together in SgdsCard")}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
233
+ `}}Yi.styles=[...ji.styles,$t,qi],t([ze({type:String,reflect:!0})],Yi.prototype,"name",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"value",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"type",void 0),t([ze({type:String,reflect:!0})],Yi.prototype,"form",void 0),t([ze({type:String,reflect:!0,attribute:"formaction"})],Yi.prototype,"formAction",void 0),t([ze({type:String,reflect:!0,attribute:"formmethod"})],Yi.prototype,"formMethod",void 0),t([ze({attribute:"formnovalidate",type:Boolean,reflect:!0})],Yi.prototype,"formNoValidate",void 0),t([ze({type:String,reflect:!0,attribute:"formtarget"})],Yi.prototype,"formTarget",void 0),t([ze({type:Boolean,reflect:!0})],Yi.prototype,"fullWidth",void 0),t([ze({type:Boolean})],Yi.prototype,"hasLeftIconSlot",void 0),t([ze({type:Boolean})],Yi.prototype,"hasRightIconSlot",void 0);var Wi=r`:host{height:100%}:host([disabled]){cursor:not-allowed}:host([stretchedLink]:not([noPadding])) .card:not(.disabled):hover{box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 8px 16px 0 hsla(0,0%,5%,.12)}:host([stretchedLink]) slot[name=footer]::slotted(a),:host([stretchedLink]) slot[name=footer]::slotted(sgds-link),:host([stretchedLink]) slot[name=link]::slotted(a),:host([stretchedLink]) slot[name=link]::slotted(sgds-link){display:none}:host([stretchedLink]) .card:after{display:none}:host([orientation=horizontal]) .card{flex-direction:row}:host(:not([hideBorder])) .card{border:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}:host([orientation=horizontal]) .card-body{flex:1}:host([orientation=horizontal]) .card-media{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-xl)}:host([orientation=horizontal]) .card-image{width:40%}:host([imagePosition=after]) .card-image{order:1}:host([orientation=vertical][imagePosition=after]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-left-radius:var(--sgds-border-radius-none);border-top-right-radius:var(--sgds-border-radius-none)}:host([orientation=horizontal][imagePosition=after]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-bottom-left-radius:var(--sgds-border-radius-none);border-top-left-radius:var(--sgds-border-radius-none)}:host([orientation=horizontal]) slot[name=image]::slotted(img){border-bottom-left-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-right-radius:var(--sgds-border-radius-none);height:100%;object-fit:cover}:host([orientation=vertical][imageAdjustment="padding around"]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-padding-none)}:host([orientation=vertical][imageAdjustment="padding around"][imagePosition=after]) .card-image{margin:var(--sgds-margin-none) var(--sgds-margin-xl) var(--sgds-margin-xl)}:host([orientation=horizontal][imageAdjustment="padding around"]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-none) var(--sgds-margin-xl) var(--sgds-margin-xl)}:host([orientation=horizontal][imageAdjustment="padding around"][imagePosition=after]) .card-image{margin:var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-margin-xl) var(--sgds-margin-none)}:host([orientation][imageAdjustment="padding around"]) slot[name=image]::slotted(img){border-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1))}:host([orientation=vertical]:not([imageAdjustment="aspect ratio"])) slot[name=image]::slotted(img){height:auto}:host([orientation=vertical][imageAdjustment="aspect ratio"]) slot[name=image]::slotted(img){object-fit:cover}.card{word-wrap:break-word;background-clip:border-box;background-color:var(--sgds-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-md);box-shadow:none;display:flex;flex-direction:column;height:100%;min-width:0;position:relative;transition:box-shadow .3s ease}a.card{color:initial;text-decoration:none}.card.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}a.card:not(.disabled):focus-visible{--sgds-outline-offset-focus:-1px;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.card-tinted-bg{border-radius:var(--sgds-border-radius-md);bottom:0;left:0;opacity:var(--sgds-opacity-0);position:absolute;right:0;top:0}.card-image{flex:1;position:relative}.card-media{align-items:flex-start;display:flex;justify-content:space-between;line-height:0;padding:var(--sgds-padding-xl) var(--sgds-padding-xl) var(--sgds-padding-none)}.card-body{color:var(--sgds-body-color-default);display:flex;flex:1 1 auto;flex-direction:column;gap:var(--sgds-gap-lg);padding:var(--sgds-padding-xl);z-index:1}.card-header-container{display:flex;flex-direction:column;gap:var(--sgds-gap-xs)}.card-header{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.card-title,slot[name=title]::slotted(*){color:var(--sgds-color-default);font-size:var(--sgds-font-size-heading-sm)!important;font-weight:var(--sgds-font-weight-semibold)!important;letter-spacing:var(--sgds-letter-spacing-tight)!important;line-height:var(--sgds-line-height-sm)!important;margin-bottom:var(--sgds-margin-none)!important}slot[name=subtitle]::slotted(*){color:var(--sgds-color-subtle);font-size:var(--sgds-font-size-overline-md)!important;font-weight:var(--sgds-font-weight-semibold)!important;letter-spacing:var(--sgds-letter-spacing-wide)!important;line-height:var(--sgds-line-height-2-xs)!important;margin:var(--sgds-margin-none)!important;text-transform:uppercase}slot[name=title]::slotted(a){color:var(--sgds-link-color-default);text-decoration:none!important}slot[name=description]::slotted(*){color:var(--sgds-color-subtle);margin-bottom:var(--sgds-margin-none)!important}slot[name=image]::slotted(img){border-top-left-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));border-top-right-radius:calc(var(--sgds-border-radius-md) - var(--sgds-border-width-1));display:block;width:100%}slot[name=footer]::slotted(*),slot[name=link]::slotted(*){margin-top:auto;padding-top:var(--sgds-padding-2-xs);width:fit-content}slot[name=footer]::slotted(a),slot[name=link]::slotted(a){color:var(--sgds-link-color-default);height:auto!important;text-decoration:none!important}slot[name=footer]::slotted(a:focus),slot[name=footer]::slotted(a:hover),slot[name=link]::slotted(a:focus),slot[name=link]::slotted(a:hover),slot[name=title]::slotted(a:focus),slot[name=title]::slotted(a:hover){color:var(--sgds-link-color-emphasis)}slot[name=footer]::slotted(a:focus-visible),slot[name=link]::slotted(a:focus-visible),slot[name=title]::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,Ki=r`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`,Gi=r`.bg-primary{background-color:var(--sgds-primary)!important}.bg-secondary{background-color:var(--sgds-secondary)!important}.bg-success{background-color:var(--sgds-success)!important}.bg-info{background-color:var(--sgds-info)!important}.bg-warning{background-color:var(--sgds-warning)!important}.bg-danger{background-color:var(--sgds-danger)!important}.bg-light{background-color:var(--sgds-light)!important}.bg-dark{background-color:var(--sgds-dark)!important}`,Ji=r`.border-primary{border-color:var(--sgds-primary)!important}.border-secondary{border-color:var(--sgds-secondary)!important}.border-success{border-color:var(--sgds-success)!important}.border-info{border-color:var(--sgds-info)!important}.border-warning{border-color:var(--sgds-warning)!important}.border-danger{border-color:var(--sgds-danger)!important}.border-light{border-color:var(--sgds-light)!important}.border-dark{border-color:var(--sgds-dark)!important}`,Xi=r`.h1,.h2,.h3,.h4,.h5,.h6 ::slotted(h6),::slotted(h1),::slotted(h2),::slotted(h3),::slotted(h4),::slotted(h5),h1,h2,h3,h4,h5,h6{color:var(--sgds-heading-color);font-weight:700;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,::slotted(h1),h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,::slotted(h1),h1{font-size:2.5rem}}.h2,::slotted(h2),h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,::slotted(h2),h2{font-size:2rem}}.h3,::slotted(h3),h3{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h3,::slotted(h3),h3{font-size:1.5rem}}.h4,::slotted(h4),h4{font-size:1.125rem}.h5,.h6 ::slotted(h6),::slotted(h5),h5,h6{font-size:1rem}.h1,::slotted(h1),h1{line-height:1.2}.h2,::slotted(h2),h2{line-height:1.25}.h3,::slotted(h3),h3{line-height:1.33}.h4,::slotted(h4),h4{line-height:1.78}.h5,.h6 ::slotted(h6),::slotted(h5),h5,h6{line-height:1.2}`,Qi=r`p{margin-bottom:1.5rem;margin-top:0}`;class ea extends Oe{constructor(){super(...arguments),this.stretchedLink=!1,this.disabled=!1,this.hideBorder=!1,this.tinted=!1,this.orientation="vertical"}handleTitleSlotChange(e){const t=e.target.assignedNodes({flatten:!0});if(this.stretchedLink&&t[0]instanceof HTMLAnchorElement){(t[0].querySelector("a")||t[0]).removeAttribute("href")}}_forwardAnchorAttributes(e){const t=new Set(["class","style","id","slot","tabindex"]);if((null==e?void 0:e.href)&&!e.href.startsWith("javascript:")&&!e.href.startsWith("data:")&&!e.href.startsWith("vbscript:"))for(const{name:s,value:i}of Array.from(e.attributes))t.has(s)||s.startsWith("on")||this.card.setAttribute(s,i)}warnLinkSlotMisused(e){if(e.target.assignedNodes({flatten:!0}).length>1)return console.error("Multiple elements passed into SgdsCard's link slot")}}ea.styles=[...Oe.styles,Ki,Gi,Ji,Xi,Qi,Wi],t([Ie("a.card")],ea.prototype,"card",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"stretchedLink",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"hideBorder",void 0),t([ze({type:Boolean,reflect:!0})],ea.prototype,"tinted",void 0),t([ze({type:String,reflect:!0})],ea.prototype,"orientation",void 0);var ta=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=menu]::slotted(*){position:absolute;right:20px;top:20px;z-index:10}`;class sa extends ea{constructor(){super(...arguments),this.imagePosition="before",this.imageAdjustment="default",this.hasImageSlot=!1,this.hasIconSlot=!1,this.hasUpperSlot=!1,this.noPadding=!1,this.hasSlotController=new $i(this,"image","icon","upper")}get linkSlotItems(){if(!this.linkNode||0===this.linkNode.length)return null;const e=this.linkNode[0];return e.querySelector("a")||e}get footerSlotItems(){if(!this.footerNode||0===this.footerNode.length)return null;const e=this.footerNode[0];return e.querySelector("a")||e}firstUpdated(e){var t;if(super.firstUpdated(e),!this.hasSlotController.test("image")&&!this.hasSlotController.test("icon")&&!this.hasSlotController.test("upper")&&this.noPadding){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-body");e&&(e.style.padding="0px")}if(this.stretchedLink){const e=this.footerSlotItems,t=this.linkSlotItems;this._forwardAnchorAttributes((null==e?void 0:e.href)?e:t)}}updated(){this.hasImageSlot||(this.hasImageSlot=this.hasSlotController.test("image")),this.hasIconSlot||(this.hasIconSlot=this.hasSlotController.test("icon")),this.hasUpperSlot||(this.hasUpperSlot=this.hasSlotController.test("upper"))}handleImgSlotChange(e){e.target.assignedNodes({flatten:!0}).length>1&&console.error("Multiple elements passed into SgdsCard's image slot"),this.hasSlotController.test("image")&&this.hasSlotController.test("icon")&&console.error("Both image and icon slots cannot be used together in SgdsCard")}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
234
234
  <${e}
235
235
  class="card ${Ke({disabled:this.disabled})}"
236
236
  tabindex=${t}
@@ -265,7 +265,7 @@ const dt=Symbol.for(""),ct=e=>{if(e?.r===dt)return e?._$litStatic$},ht=(e,...t)=
265
265
  * Copyright 2020 Google LLC
266
266
  * SPDX-License-Identifier: BSD-3-Clause
267
267
  */
268
- class extends We{constructor(e){if(super(e),e.type!==Ue&&e.type!==Ne&&e.type!==qe)throw new Error("The `live` directive is not allowed on child or event bindings");if(!zt(e))throw new Error("`live` bindings can only contain a single expression")}render(e){return e}update(e,[t]){if(t===ie||t===ae)return t;const s=e.element,i=e.name;if(e.type===Ue){if(t===s[i])return ie}else if(e.type===qe){if(!!t===s.hasAttribute(i))return ie}else if(e.type===Ne&&s.getAttribute(i)===String(t))return ie;return It(e),t}});var aa=r`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,oa=r`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,na=r`.form-label{color:var(--sgds-form-color-default);font-weight:var(--sgds-font-weight-semibold);margin-bottom:0}.form-label.disabled{opacity:var(--sgds-opacity-40)}.form-check-label{color:var(--sgds-form-color-default)}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:not-allowed}`,ra=r`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;class la extends Oe{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Zi("input"),this._labelId=Zi("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}la.styles=[...Oe.styles,aa,oa,na,ra],t([ze({reflect:!0})],la.prototype,"label",void 0),t([ze({reflect:!0})],la.prototype,"hintText",void 0),t([ze({reflect:!0})],la.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],la.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],la.prototype,"invalid",void 0);const da=(e="value")=>(t,s)=>{const i=t.constructor,a=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,o,n){var r;const l=i.getPropertyOptions(e);if(t===("string"==typeof l.attribute?l.attribute:e).toLowerCase()){const t=l.converter||x,i=("function"==typeof t?t:null!==(r=null==t?void 0:t.fromAttribute)&&void 0!==r?r:x.fromAttribute)(n,l.type);this[e]!==i&&(this[s]=i)}a.call(this,t,o,n)}};class ca{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,s){return this._internals.setValidity(e,t,s)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const s in t)t[s]&&(this.validationError=s.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const ha=e=>{class s extends e{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new ca(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,s){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,s)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return s.formAssociated=!0,t([Ie("sgds-input")],s.prototype,"sgdsInput",void 0),t([Ie("sgds-datepicker-input")],s.prototype,"sgdsDatepickerInput",void 0),s};var pa=r`.form-check-input[type=checkbox]{border-radius:var(--sgds-form-border-radius-md)}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path d="M14.347 3.979a.522.522 0 0 1 0 .739L7.043 12.02a.521.521 0 0 1-.738 0L2.653 8.369a.522.522 0 1 1 .739-.738l3.282 3.283 6.934-6.935a.52.52 0 0 1 .739 0Z" fill="%23fff"/></svg>')}.form-check-input:indeterminate,.form-check-input[indeterminate]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Z" fill="%23fff"/></svg>');background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:indeterminate:focus,.form-check-input:indeterminate:hover,.form-check-input[indeterminate]:focus-visible,.form-check-input[indeterminate]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}.form-check-input:indeterminate.is-invalid,.form-check-input[checked].is-invalid,.form-check-input[indeterminate].is-invalid{background-color:var(--sgds-form-danger-surface-default)}.form-check-label{flex:1;font-size:var(--sgds-font-size-label-md)}.form-check{margin:var(--sgds-form-padding-inline-sm) 0;padding:0}`,ua=r`input{margin:0}.form-check{display:flex;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.form-check-input{appearance:none;background-color:var(--sgds-form-surface-default);background-image:var(--sgds-radio-bg-image);background-position:50%;background-repeat:no-repeat;background-size:auto;border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);flex-shrink:0;height:var(--sgds-form-height-sm);width:var(--sgds-form-width-xs)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid):not([aria-checked=true]):not(:focus-visible):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid)[checked]:focus-visible,.form-check-input:not([disabled]):not(.is-invalid)[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.form-check-input:not([disabled]).is-invalid{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-check-input:not([disabled]).is-invalid:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;class ga extends(ha(la)){constructor(){super(...arguments),this.hasSlotController=new $i(this,"[default]"),this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.noValidate=!1,this.invalidFeedback="",this._isTouched=!1,this._handleHostClick=e=>{e.composedPath()[0]===this&&(e.stopPropagation(),this.input.click())}}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(e){this.indeterminate&&(this.indeterminate=!this.indeterminate),this.checked=!this.checked,super._mixinHandleChange(e),this.emit("sgds-change",{detail:{checked:this.checked,value:this.value}}),this.checked?this.emit("sgds-check",{detail:{value:this.value}}):this.emit("sgds-uncheck",{detail:{value:this.value}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleBlur(){this._isTouched=!0,this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleDisabledChange(){this.setInvalid(!1)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_mixinResetFormControl(){this._isTouched=!1,this.checked=this.input.checked=this.defaultChecked,this.input.dispatchEvent(new InputEvent("reset")),this._mixinResetValidity(this.input)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}firstUpdated(e){super.firstUpdated(e),this.checked&&this.emit("sgds-check",{detail:{value:this.value}})}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this._handleHostClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this._handleHostClick)}render(){const e="both"===this.hasFeedback||"style"===this.hasFeedback,t="both"===this.hasFeedback||"text"===this.hasFeedback,s=this.hasSlotController.test("[default]");return te`
268
+ class extends We{constructor(e){if(super(e),e.type!==Ue&&e.type!==Ne&&e.type!==qe)throw new Error("The `live` directive is not allowed on child or event bindings");if(!zt(e))throw new Error("`live` bindings can only contain a single expression")}render(e){return e}update(e,[t]){if(t===ie||t===ae)return t;const s=e.element,i=e.name;if(e.type===Ue){if(t===s[i])return ie}else if(e.type===qe){if(!!t===s.hasAttribute(i))return ie}else if(e.type===Ne&&s.getAttribute(i)===String(t))return ie;return Dt(e),t}});var aa=r`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,oa=r`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,na=r`.form-label{color:var(--sgds-form-color-default);font-weight:var(--sgds-font-weight-semibold);margin-bottom:0}.form-label.disabled{opacity:var(--sgds-opacity-40)}.form-check-label{color:var(--sgds-form-color-default)}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:not-allowed}`,ra=r`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;class la extends Oe{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Zi("input"),this._labelId=Zi("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}la.styles=[...Oe.styles,aa,oa,na,ra],t([ze({reflect:!0})],la.prototype,"label",void 0),t([ze({reflect:!0})],la.prototype,"hintText",void 0),t([ze({reflect:!0})],la.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],la.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],la.prototype,"invalid",void 0);const da=(e="value")=>(t,s)=>{const i=t.constructor,a=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,o,n){var r;const l=i.getPropertyOptions(e);if(t===("string"==typeof l.attribute?l.attribute:e).toLowerCase()){const t=l.converter||x,i=("function"==typeof t?t:null!==(r=null==t?void 0:t.fromAttribute)&&void 0!==r?r:x.fromAttribute)(n,l.type);this[e]!==i&&(this[s]=i)}a.call(this,t,o,n)}};class ca{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,s){return this._internals.setValidity(e,t,s)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const s in t)t[s]&&(this.validationError=s.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const ha=e=>{class s extends e{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new ca(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,s){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,s)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return s.formAssociated=!0,t([De("sgds-input")],s.prototype,"sgdsInput",void 0),t([De("sgds-datepicker-input")],s.prototype,"sgdsDatepickerInput",void 0),s};var pa=r`.form-check-input[type=checkbox]{border-radius:var(--sgds-form-border-radius-md)}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path d="M14.347 3.979a.522.522 0 0 1 0 .739L7.043 12.02a.521.521 0 0 1-.738 0L2.653 8.369a.522.522 0 1 1 .739-.738l3.282 3.283 6.934-6.935a.52.52 0 0 1 .739 0Z" fill="%23fff"/></svg>')}.form-check-input:indeterminate,.form-check-input[indeterminate]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Z" fill="%23fff"/></svg>');background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:indeterminate:focus,.form-check-input:indeterminate:hover,.form-check-input[indeterminate]:focus-visible,.form-check-input[indeterminate]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}.form-check-input:indeterminate.is-invalid,.form-check-input[checked].is-invalid,.form-check-input[indeterminate].is-invalid{background-color:var(--sgds-form-danger-surface-default)}.form-check-label{flex:1;font-size:var(--sgds-font-size-label-md)}.form-check{margin:var(--sgds-form-padding-inline-sm) 0;padding:0}`,ua=r`input{margin:0}.form-check{display:flex;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.form-check-input{appearance:none;background-color:var(--sgds-form-surface-default);background-image:var(--sgds-radio-bg-image);background-position:50%;background-repeat:no-repeat;background-size:auto;border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);flex-shrink:0;height:var(--sgds-form-height-sm);width:var(--sgds-form-width-xs)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid):not([aria-checked=true]):not(:focus-visible):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid)[checked]:focus-visible,.form-check-input:not([disabled]):not(.is-invalid)[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.form-check-input:not([disabled]).is-invalid{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-check-input:not([disabled]).is-invalid:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;class ga extends(ha(la)){constructor(){super(...arguments),this.hasSlotController=new $i(this,"[default]"),this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.noValidate=!1,this.invalidFeedback="",this._isTouched=!1,this._handleHostClick=e=>{e.composedPath()[0]===this&&(e.stopPropagation(),this.input.click())}}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(e){this.indeterminate&&(this.indeterminate=!this.indeterminate),this.checked=!this.checked,super._mixinHandleChange(e),this.emit("sgds-change",{detail:{checked:this.checked,value:this.value}}),this.checked?this.emit("sgds-check",{detail:{value:this.value}}):this.emit("sgds-uncheck",{detail:{value:this.value}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleBlur(){this._isTouched=!0,this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleDisabledChange(){this.setInvalid(!1)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_mixinResetFormControl(){this._isTouched=!1,this.checked=this.input.checked=this.defaultChecked,this.input.dispatchEvent(new InputEvent("reset")),this._mixinResetValidity(this.input)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}firstUpdated(e){super.firstUpdated(e),this.checked&&this.emit("sgds-check",{detail:{value:this.value}})}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this._handleHostClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this._handleHostClick)}render(){const e="both"===this.hasFeedback||"style"===this.hasFeedback,t="both"===this.hasFeedback||"text"===this.hasFeedback,s=this.hasSlotController.test("[default]");return te`
269
269
  <div class="form-check">
270
270
  <input
271
271
  class=${Ke({"form-check-input":!0,"is-invalid":e&&this.invalid})}
@@ -341,7 +341,7 @@ class extends We{constructor(e){if(super(e),e.type!==Ue&&e.type!==Ne&&e.type!==q
341
341
  class=${Ke({"form-label":!0,required:this.required})}
342
342
  >${this.label}</label
343
343
  >
344
- `;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),s=await Promise.all(t);return null==s?void 0:s.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return te` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return te`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}wa.styles=[...zi.styles,Pi,oa,aa,fa,ba],t([ze({reflect:!0})],wa.prototype,"label",void 0),t([ze({reflect:!0})],wa.prototype,"hintText",void 0),t([ze({reflect:!0})],wa.prototype,"name",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"placeholder",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"autofocus",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"loading",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"value",void 0),t([Pe()],wa.prototype,"displayValue",void 0),t([da()],wa.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"hasFeedback",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"invalid",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"autocomplete",void 0),t([ze({type:Array})],wa.prototype,"menuList",void 0),t([Pe()],wa.prototype,"selectedItems",void 0),t([Pe()],wa.prototype,"filteredList",void 0),t([Ie("input.form-control")],wa.prototype,"_input",void 0);var ya=r`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,_a=r`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class xa extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`),this._updateAriaLabel()}_updateAriaLabel(){var e;const t=null===(e=this.textContent)||void 0===e?void 0:e.trim();t&&this.setAttribute("aria-label",t)}render(){const e={disabled:this.disabled,active:this.active};return te`
344
+ `;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),s=await Promise.all(t);return null==s?void 0:s.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return te` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return te`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}wa.styles=[...zi.styles,Pi,oa,aa,fa,ba],t([ze({reflect:!0})],wa.prototype,"label",void 0),t([ze({reflect:!0})],wa.prototype,"hintText",void 0),t([ze({reflect:!0})],wa.prototype,"name",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"placeholder",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"autofocus",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"loading",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"value",void 0),t([Pe()],wa.prototype,"displayValue",void 0),t([da()],wa.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"hasFeedback",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],wa.prototype,"invalid",void 0),t([ze({type:String,reflect:!0})],wa.prototype,"autocomplete",void 0),t([ze({type:Array})],wa.prototype,"menuList",void 0),t([Pe()],wa.prototype,"selectedItems",void 0),t([Pe()],wa.prototype,"filteredList",void 0),t([De("input.form-control")],wa.prototype,"_input",void 0);var ya=r`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,_a=r`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class xa extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`),this._updateAriaLabel()}_updateAriaLabel(){var e;const t=null===(e=this.textContent)||void 0===e?void 0:e.trim();t&&this.setAttribute("aria-label",t)}render(){const e={disabled:this.disabled,active:this.active};return te`
345
345
  <div class="dropdown-item ${Ke(e)}" tabindex=${this.disabled?"-1":"0"}>
346
346
  ${this._renderItemContent()}
347
347
  </div>
@@ -360,7 +360,7 @@ class extends We{constructor(e){if(super(e),e.type!==Ue&&e.type!==Ne&&e.type!==q
360
360
  * Copyright 2017 Google LLC
361
361
  * SPDX-License-Identifier: BSD-3-Clause
362
362
  */
363
- const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};const $a=Ye(class extends We{constructor(e){if(super(e),e.type!==je)throw new Error("repeat() can only be used in text expressions")}_getValuesAndKeys(e,t,s){let i;void 0===s?s=t:void 0!==t&&(i=t);const a=[],o=[];let n=0;for(const t of e)a[n]=i?i(t,n):n,o[n]=s(t,n),n++;return{values:o,keys:a}}render(e,t,s){return this._getValuesAndKeys(e,t,s).values}update(e,[t,s,i]){const a=e._$committedValue;const{values:o,keys:n}=this._getValuesAndKeys(t,s,i);if(!Array.isArray(a))return this._itemKeys=n,o;const r=this._itemKeys??=[],l=[];let d,c,h=0,p=a.length-1,u=0,g=o.length-1;for(;h<=p&&u<=g;)if(null===a[h])h++;else if(null===a[p])p--;else if(r[h]===n[u])l[u]=At(a[h],o[u]),h++,u++;else if(r[p]===n[g])l[g]=At(a[p],o[g]),p--,g--;else if(r[h]===n[g])l[g]=At(a[h],o[g]),Lt(e,l[g+1],a[h]),h++,g--;else if(r[p]===n[u])l[u]=At(a[p],o[u]),Lt(e,a[h],a[p]),p--,u++;else if(void 0===d&&(d=Ca(n,u,g),c=Ca(r,h,p)),d.has(r[h]))if(d.has(r[p])){const t=c.get(n[u]),s=void 0!==t?a[t]:null;if(null===s){const t=Lt(e,a[h]);At(t,o[u]),l[u]=t}else l[u]=At(s,o[u]),Lt(e,a[h],s),a[t]=null;u++}else Et(a[p]),p--;else Et(a[h]),h++;for(;u<=g;){const t=Lt(e,l[g+1]);At(t,o[u]),l[u++]=t}for(;h<=p;){const e=a[h++];null!==e&&Et(e)}return this._itemKeys=n,It(e,l),ie}});var Sa=r`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
363
+ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};const $a=Ye(class extends We{constructor(e){if(super(e),e.type!==je)throw new Error("repeat() can only be used in text expressions")}_getValuesAndKeys(e,t,s){let i;void 0===s?s=t:void 0!==t&&(i=t);const a=[],o=[];let n=0;for(const t of e)a[n]=i?i(t,n):n,o[n]=s(t,n),n++;return{values:o,keys:a}}render(e,t,s){return this._getValuesAndKeys(e,t,s).values}update(e,[t,s,i]){const a=e._$committedValue;const{values:o,keys:n}=this._getValuesAndKeys(t,s,i);if(!Array.isArray(a))return this._itemKeys=n,o;const r=this._itemKeys??=[],l=[];let d,c,h=0,p=a.length-1,u=0,g=o.length-1;for(;h<=p&&u<=g;)if(null===a[h])h++;else if(null===a[p])p--;else if(r[h]===n[u])l[u]=At(a[h],o[u]),h++,u++;else if(r[p]===n[g])l[g]=At(a[p],o[g]),p--,g--;else if(r[h]===n[g])l[g]=At(a[h],o[g]),Lt(e,l[g+1],a[h]),h++,g--;else if(r[p]===n[u])l[u]=At(a[p],o[u]),Lt(e,a[h],a[p]),p--,u++;else if(void 0===d&&(d=Ca(n,u,g),c=Ca(r,h,p)),d.has(r[h]))if(d.has(r[p])){const t=c.get(n[u]),s=void 0!==t?a[t]:null;if(null===s){const t=Lt(e,a[h]);At(t,o[u]),l[u]=t}else l[u]=At(s,o[u]),Lt(e,a[h],s),a[t]=null;u++}else Et(a[p]),p--;else Et(a[h]),h++;for(;u<=g;){const t=Lt(e,l[g+1]);At(t,o[u]),l[u++]=t}for(;h<=p;){const e=a[h++];null!==e&&Et(e)}return this._itemKeys=n,Dt(e,l),ie}});var Sa=r`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
364
364
 
365
365
 
366
366
  /*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`;class Ma extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return ut`
@@ -469,7 +469,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
469
469
  aria-hidden="true"
470
470
  .autocomplete=${this.autocomplete}
471
471
  />`:ae}
472
- `}}Za.styles=[...wa.styles,fa,ya],Za.childName="sgds-combo-box-option",Za.dependencies={[Za.childName]:ka,"sgds-icon":_t,"sgds-badge":Si,"sgds-spinner":Ma},t([ze({type:Boolean,reflect:!0})],Za.prototype,"multiSelect",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"badgeFullWidth",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"clearable",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"async",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"emptyMenuAsync",void 0),t([ze({type:Number,reflect:!0})],Za.prototype,"scrollBottomOffset",void 0),t([ze()],Za.prototype,"filterFunction",void 0),t([Ie("input#multi-select-input-tracker")],Za.prototype,"_multiSelectInput",void 0),t([Ee({flatten:!0,selector:"sgds-combo-box-option"})],Za.prototype,"options",void 0),t([Pe()],Za.prototype,"optionList",void 0),t([Pe()],Za.prototype,"emptyMenuAfterFiltering",void 0),t([Pe()],Za.prototype,"isFocused",void 0),t([Pe()],Za.prototype,"isScrollEnd",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleValueChange",null),t([nt("optionList",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleOptionListChange",null),t([nt("menuList",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleMenuListChange",null);var Va=r`:host{display:contents}:host([layout=fixed]) .table{table-layout:fixed}.table{border-collapse:collapse;display:table;table-layout:auto;width:100%}.data-table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;min-height:var(--sgds-dimension-56)}.footer{justify-content:space-between;padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.footer,.loading{align-items:center;display:flex}.loading{border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.loading .loading-menu{gap:var(--sgds-gap-xs);pointer-events:none}.loading .loading-menu,.no-data{align-items:center;color:var(--sgds-text-color-subtle);display:flex}.no-data{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.active:not(.sort-icon),tr:hover:not([data-header-row]){background-color:var(--sgds-bg-translucent-subtle);transition:background-color .15s ease}td,th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);vertical-align:middle}.data-table-cell,.data-table-head{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.data-table-head{font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-2-xs)}.sort,.sort-button{align-items:center;display:inline-flex}.sort-button{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-md);color:var(--sgds-color-subtle);cursor:pointer;height:var(--sgds-dimension-24);justify-content:center;padding:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:var(--sgds-dimension-24)}.sort-button:hover{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-color-default)}.sort-button:focus,.sort-button:focus-visible{background-color:var(--sgds-bg-translucent-subtle);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sort-button:disabled{background-color:var(--sgds-bg-transparent);color:var(--sgds-color-muted);cursor:not-allowed}.sort-button.active{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.sort-icon{display:inline-flex}.data-table-cell.align-right,.data-table-head.align-right{justify-content:flex-end;text-align:right}.control-cell{width:var(--sgds-dimension-56)}:host(.checkbox-cell) .data-table-cell,:host(.checkbox-cell) .data-table-head{padding:var(--sgds-padding-sm) var(--sgds-padding-md)}:host(.expand-cell) .data-table-cell{cursor:pointer;padding:var(--sgds-padding-md)}.expandable-td{border:0;padding:0}.expandable-content{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);padding:var(--sgds-padding-2-xl);padding-left:var(--sgds-padding-4-xl)}.hidden{display:none}`,za=r`:host{display:inline-block}.btn.btn-icon{display:flex;height:var(--sgds-dimension-48,56px);min-width:unset;padding:0;width:var(--sgds-dimension-48,56px)}.btn.btn-icon.btn-lg{height:var(--sgds-dimension-56);min-width:unset;padding:0;width:var(--sgds-dimension-56)}.btn.btn-icon.btn-sm{height:var(--sgds-dimension-40);min-width:unset;padding:0;width:var(--sgds-dimension-40)}.btn.btn-icon.btn-xs{height:var(--sgds-dimension-32);min-width:unset;padding:0;width:var(--sgds-dimension-32)}`;class Pa extends ji{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?ht`a`:ht`button`;return ut`
472
+ `}}Za.styles=[...wa.styles,fa,ya],Za.childName="sgds-combo-box-option",Za.dependencies={[Za.childName]:ka,"sgds-icon":_t,"sgds-badge":Si,"sgds-spinner":Ma},t([ze({type:Boolean,reflect:!0})],Za.prototype,"multiSelect",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"badgeFullWidth",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"clearable",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"async",void 0),t([ze({type:Boolean,reflect:!0})],Za.prototype,"emptyMenuAsync",void 0),t([ze({type:Number,reflect:!0})],Za.prototype,"scrollBottomOffset",void 0),t([ze()],Za.prototype,"filterFunction",void 0),t([De("input#multi-select-input-tracker")],Za.prototype,"_multiSelectInput",void 0),t([Ee({flatten:!0,selector:"sgds-combo-box-option"})],Za.prototype,"options",void 0),t([Pe()],Za.prototype,"optionList",void 0),t([Pe()],Za.prototype,"emptyMenuAfterFiltering",void 0),t([Pe()],Za.prototype,"isFocused",void 0),t([Pe()],Za.prototype,"isScrollEnd",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleValueChange",null),t([nt("optionList",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleOptionListChange",null),t([nt("menuList",{waitUntilFirstUpdate:!0})],Za.prototype,"_handleMenuListChange",null);var Va=r`:host{display:contents}:host([layout=fixed]) .table{table-layout:fixed}.table{border-collapse:collapse;display:table;table-layout:auto;width:100%}.data-table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;min-height:var(--sgds-dimension-56)}.footer{justify-content:space-between;padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.footer,.loading{align-items:center;display:flex}.loading{border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.loading .loading-menu{gap:var(--sgds-gap-xs);pointer-events:none}.loading .loading-menu,.no-data{align-items:center;color:var(--sgds-text-color-subtle);display:flex}.no-data{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.active:not(.sort-icon),tr:hover:not([data-header-row]){background-color:var(--sgds-bg-translucent-subtle);transition:background-color .15s ease}td,th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);vertical-align:middle}.data-table-cell,.data-table-head{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.data-table-head{font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-2-xs)}.sort,.sort-button{align-items:center;display:inline-flex}.sort-button{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-md);color:var(--sgds-color-subtle);cursor:pointer;height:var(--sgds-dimension-24);justify-content:center;padding:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:var(--sgds-dimension-24)}.sort-button:hover{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-color-default)}.sort-button:focus,.sort-button:focus-visible{background-color:var(--sgds-bg-translucent-subtle);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sort-button:disabled{background-color:var(--sgds-bg-transparent);color:var(--sgds-color-muted);cursor:not-allowed}.sort-button.active{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.sort-icon{display:inline-flex}.data-table-cell.align-right,.data-table-head.align-right{justify-content:flex-end;text-align:right}.control-cell{width:var(--sgds-dimension-56)}:host(.checkbox-cell) .data-table-cell,:host(.checkbox-cell) .data-table-head{padding:var(--sgds-padding-sm) var(--sgds-padding-md)}:host(.expand-cell) .data-table-cell{cursor:pointer;padding:var(--sgds-padding-md)}.expandable-td{border:0;padding:0}.expandable-content{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);padding:var(--sgds-padding-2-xl);padding-left:var(--sgds-padding-4-xl)}.hidden{display:none}`,za=r`:host{display:inline-block}.btn.btn-icon{display:flex;height:var(--sgds-dimension-48,56px);min-width:unset;padding:0;width:var(--sgds-dimension-48,56px)}.btn.btn-icon.btn-lg{height:var(--sgds-dimension-56);min-width:unset;padding:0;width:var(--sgds-dimension-56)}.btn.btn-icon.btn-sm{height:var(--sgds-dimension-40);min-width:unset;padding:0;width:var(--sgds-dimension-40)}.btn.btn-icon.btn-xs{height:var(--sgds-dimension-32);min-width:unset;padding:0;width:var(--sgds-dimension-32)}`;class Pa extends ji{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?ht`a`:ht`button`;return ut`
473
473
  <${t}
474
474
  class="btn btn-icon${Ke({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
475
475
  ?disabled=${Ge(e?void 0:this.disabled)}
@@ -590,15 +590,15 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
590
590
  ${"button"===this.variant?this._renderButtonPagination():ae}
591
591
  </div>
592
592
  </nav>
593
- `}}Aa.styles=[...Oe.styles,La],Aa.dependencies={"sgds-icon-button":Pa,"sgds-button":Yi,"sgds-icon":_t},t([ze({type:Number})],Aa.prototype,"dataLength",void 0),t([ze({type:Number})],Aa.prototype,"currentPage",void 0),t([ze({type:Number})],Aa.prototype,"itemsPerPage",void 0),t([ze({type:String})],Aa.prototype,"variant",void 0),t([ze({type:String})],Aa.prototype,"navigation",void 0),t([ze({type:String})],Aa.prototype,"size",void 0),t([Pe()],Aa.prototype,"_limit",void 0),t([nt("currentPage",{waitUntilFirstUpdate:!1})],Aa.prototype,"_handleValueChange",null);class Da extends Oe{render(){return te`<slot></slot>`}}Da.styles=[...Oe.styles,r`
593
+ `}}Aa.styles=[...Oe.styles,La],Aa.dependencies={"sgds-icon-button":Pa,"sgds-button":Yi,"sgds-icon":_t},t([ze({type:Number})],Aa.prototype,"dataLength",void 0),t([ze({type:Number})],Aa.prototype,"currentPage",void 0),t([ze({type:Number})],Aa.prototype,"itemsPerPage",void 0),t([ze({type:String})],Aa.prototype,"variant",void 0),t([ze({type:String})],Aa.prototype,"navigation",void 0),t([ze({type:String})],Aa.prototype,"size",void 0),t([Pe()],Aa.prototype,"_limit",void 0),t([nt("currentPage",{waitUntilFirstUpdate:!1})],Aa.prototype,"_handleValueChange",null);class Ia extends Oe{render(){return te`<slot></slot>`}}Ia.styles=[...Oe.styles,r`
594
594
  :host {
595
595
  display: contents;
596
596
  }
597
- `],t([ze({type:Number,reflect:!0})],Da.prototype,"colspan",void 0),t([ze({type:Number,reflect:!0})],Da.prototype,"rowspan",void 0);class Ia extends Oe{constructor(){super(...arguments),this.textAlign="left",this.sorting=!1,this.sortKey=""}handleSortClick(){if(!this.sorting)return;const e="ascending"===this.ariasort?"descending":"descending"===this.ariasort?"none":"ascending";this.ariasort=e,this.emit("i-sgds-sort",{detail:{key:this.sortKey,direction:e},bubbles:!0,composed:!0})}render(){return te`<slot></slot>`}}Ia.styles=[...Oe.styles,r`
597
+ `],t([ze({type:Number,reflect:!0})],Ia.prototype,"colspan",void 0),t([ze({type:Number,reflect:!0})],Ia.prototype,"rowspan",void 0);class Da extends Oe{constructor(){super(...arguments),this.textAlign="left",this.sorting=!1,this.sortKey=""}handleSortClick(){if(!this.sorting)return;const e="ascending"===this.ariasort?"descending":"descending"===this.ariasort?"none":"ascending";this.ariasort=e,this.emit("i-sgds-sort",{detail:{key:this.sortKey,direction:e},bubbles:!0,composed:!0})}render(){return te`<slot></slot>`}}Da.styles=[...Oe.styles,r`
598
598
  :host {
599
599
  display: contents;
600
600
  }
601
- `],t([ze({type:String,reflect:!0})],Ia.prototype,"width",void 0),t([ze({type:Number,reflect:!0})],Ia.prototype,"colspan",void 0),t([ze({type:Number,reflect:!0})],Ia.prototype,"rowspan",void 0),t([ze({type:String,reflect:!0})],Ia.prototype,"textAlign",void 0),t([ze({type:String,reflect:!0})],Ia.prototype,"ariasort",void 0),t([ze({type:Boolean,reflect:!0})],Ia.prototype,"sorting",void 0),t([ze({type:String,reflect:!0})],Ia.prototype,"sortKey",void 0);class Ea extends Oe{constructor(){super(...arguments),this.rowData={},this.expand=!1,this.open=!1,this.checked=!1,this.showCheckbox=!1,this.showExpandPlaceholder=!1,this.columnAlignments=[],this.hasDataRows=!1,this._isHeaderRow=!1,this._cellSlotNames=new WeakMap}get checkbox(){var e;return null!==(e=this._checkboxEl)&&void 0!==e?e:null}connectedCallback(){super.connectedCallback(),this._lightDomObserver=new MutationObserver(()=>this._handleLightDomChange()),this._lightDomObserver.observe(this,{childList:!0}),this._handleLightDomChange()}disconnectedCallback(){var e;null===(e=this._lightDomObserver)||void 0===e||e.disconnect(),super.disconnectedCallback()}firstUpdated(){this._expandableBody&&(this._expandableBody.hidden=!this.open)}async handleExpandedChange(){if(this.open){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.open=!1);await et(this._expandableBody),this._expandableBody.hidden=!1;const{keyframes:e,options:t}=it(this,"row.expand.show");await Je(this._expandableBody,Qe(e,this._expandableBody.scrollHeight),t),this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.open=!0);await et(this._expandableBody);const{keyframes:e,options:t}=it(this,"row.expand.hide");await Je(this._expandableBody,Qe(e,this._expandableBody.scrollHeight),t),this._expandableBody.hidden=!0,this.emit("sgds-after-hide")}}async handleCheckedChange(){this.checked&&this.emit("i-sgds-change",{detail:{checked:!0}})}async show(){if(!this.open)return this.open=!0,ot(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,ot(this,"sgds-after-hide")}getCellText(e){var t;const s=this._getCells().filter(e=>e instanceof Da),i=s[e];return i?(null!==(t=i.textContent)&&void 0!==t?t:"").trim():""}_getCells(){return Array.from(this.children).filter(e=>e instanceof Da||e instanceof Ia)}_syncCellSlots(e){e.forEach(t=>{const s=`cell-${e.indexOf(t)}`;this._cellSlotNames.set(t,s),t.getAttribute("slot")!==s&&t.setAttribute("slot",s)})}_handleLightDomChange(){const e=this._getCells();this._syncCellSlots(e),this._isHeaderRow=e.some(e=>e instanceof Ia),this.requestUpdate()}_onCheckboxChange(e){this.emit("i-sgds-change",{detail:{checked:e.target.checked}})}_toggleExpand(){this.open?this.hide():this.show()}_onExpandKeyDown(e){"Enter"===e.key&&(e.preventDefault(),this._toggleExpand())}_onSortKeyDown(e,t){"Enter"===e.key&&(e.preventDefault(),t.handleSortClick())}_renderCell(e,t){var s;const i=this._cellSlotNames.get(e);if(e instanceof Ia)return te`<th
601
+ `],t([ze({type:String,reflect:!0})],Da.prototype,"width",void 0),t([ze({type:Number,reflect:!0})],Da.prototype,"colspan",void 0),t([ze({type:Number,reflect:!0})],Da.prototype,"rowspan",void 0),t([ze({type:String,reflect:!0})],Da.prototype,"textAlign",void 0),t([ze({type:String,reflect:!0})],Da.prototype,"ariasort",void 0),t([ze({type:Boolean,reflect:!0})],Da.prototype,"sorting",void 0),t([ze({type:String,reflect:!0})],Da.prototype,"sortKey",void 0);class Ea extends Oe{constructor(){super(...arguments),this.rowData={},this.expand=!1,this.open=!1,this.checked=!1,this.showCheckbox=!1,this.showExpandPlaceholder=!1,this.columnAlignments=[],this.hasDataRows=!1,this._isHeaderRow=!1,this._cellSlotNames=new WeakMap}get checkbox(){var e;return null!==(e=this._checkboxEl)&&void 0!==e?e:null}connectedCallback(){super.connectedCallback(),this._lightDomObserver=new MutationObserver(()=>this._handleLightDomChange()),this._lightDomObserver.observe(this,{childList:!0}),this._handleLightDomChange()}disconnectedCallback(){var e;null===(e=this._lightDomObserver)||void 0===e||e.disconnect(),super.disconnectedCallback()}firstUpdated(){this._expandableBody&&(this._expandableBody.hidden=!this.open)}async handleExpandedChange(){if(this.open){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.open=!1);await et(this._expandableBody),this._expandableBody.hidden=!1;const{keyframes:e,options:t}=it(this,"row.expand.show");await Je(this._expandableBody,Qe(e,this._expandableBody.scrollHeight),t),this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.open=!0);await et(this._expandableBody);const{keyframes:e,options:t}=it(this,"row.expand.hide");await Je(this._expandableBody,Qe(e,this._expandableBody.scrollHeight),t),this._expandableBody.hidden=!0,this.emit("sgds-after-hide")}}async handleCheckedChange(){this.checked&&this.emit("i-sgds-change",{detail:{checked:!0}})}async show(){if(!this.open)return this.open=!0,ot(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,ot(this,"sgds-after-hide")}getCellText(e){var t;const s=this._getCells().filter(e=>e instanceof Ia),i=s[e];return i?(null!==(t=i.textContent)&&void 0!==t?t:"").trim():""}_getCells(){return Array.from(this.children).filter(e=>e instanceof Ia||e instanceof Da)}_syncCellSlots(e){e.forEach(t=>{const s=`cell-${e.indexOf(t)}`;this._cellSlotNames.set(t,s),t.getAttribute("slot")!==s&&t.setAttribute("slot",s)})}_handleLightDomChange(){const e=this._getCells();this._syncCellSlots(e),this._isHeaderRow=e.some(e=>e instanceof Da),this.requestUpdate()}_onCheckboxChange(e){this.emit("i-sgds-change",{detail:{checked:e.target.checked}})}_toggleExpand(){this.open?this.hide():this.show()}_onExpandKeyDown(e){"Enter"===e.key&&(e.preventDefault(),this._toggleExpand())}_onSortKeyDown(e,t){"Enter"===e.key&&(e.preventDefault(),t.handleSortClick())}_renderCell(e,t){var s;const i=this._cellSlotNames.get(e);if(e instanceof Da)return te`<th
602
602
  width=${Ge(e.width)}
603
603
  colspan=${Ge(e.colspan)}
604
604
  rowspan=${Ge(e.rowspan)}
@@ -660,7 +660,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
660
660
  </td>
661
661
  </tr>
662
662
  `:ae}
663
- `}}Ea.styles=[...Oe.styles,Va],Ea.dependencies={"sgds-checkbox":ga,"sgds-data-table-cell":Da,"sgds-data-table-head":Ia,"sgds-icon":_t},t([ze({type:Object,reflect:!0})],Ea.prototype,"rowData",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"expand",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"checked",void 0),t([ze({type:Boolean})],Ea.prototype,"showCheckbox",void 0),t([ze({type:Boolean})],Ea.prototype,"showExpandPlaceholder",void 0),t([ze({attribute:!1})],Ea.prototype,"columnAlignments",void 0),t([ze({type:Boolean})],Ea.prototype,"hasDataRows",void 0),t([De(".expandable-body")],Ea.prototype,"_expandableBody",void 0),t([De("sgds-checkbox")],Ea.prototype,"_checkboxEl",void 0),t([Pe()],Ea.prototype,"_isHeaderRow",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],Ea.prototype,"handleExpandedChange",null),t([nt("checked")],Ea.prototype,"handleCheckedChange",null),at("row.expand.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:250,easing:"ease-in-out"}}),at("row.expand.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:250,easing:"ease-in-out"}});class Ba extends Oe{constructor(){super(...arguments),this.multiSelect=!1,this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.footerText="",this.hideFooter=!1,this.isLoading=!1,this.serverSort=!1,this.layout="auto",this.mode="client",this.tableRows=[],this.headerRows=[],this._headerCells=[],this._initialRowPositions=new WeakMap,this._hasCapturedInitialRowPositions=!1,this._rowHandlers=new WeakMap}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}_isRowChecked(e){var t;return e.checked||!0===(null===(t=e.checkbox)||void 0===t?void 0:t.checked)}_updateHeaderCheckbox(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).length,t=e===this.tableRows.length&&e>0;this.headerRows.forEach(s=>{s.checked=t,s.checkbox&&(s.checkbox.checked=t,s.checkbox.indeterminate=e>0&&!t)})}async _syncHeaderCheckboxAfterRender(){if(!this.multiSelect||0===this.headerRows.length)return;const e=[...this.headerRows,...this.tableRows];await Promise.all(e.map(e=>e.updateComplete)),this._updateHeaderCheckbox()}_emitRowSelect(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).map(e=>e.rowData);this.emit("sgds-row-select",{detail:{selected:e}})}_attachRowListener(e){const t=this._rowHandlers.get(e);t&&e.removeEventListener("i-sgds-change",t);const s=t=>{const{checked:s}=t.detail;this.headerRows.includes(e)?this.tableRows.forEach(e=>{e.checked=s,e.checkbox&&(e.checkbox.checked=s)}):(e.checked=s,this._updateHeaderCheckbox()),this._emitRowSelect()};this._rowHandlers.set(e,s),e.addEventListener("i-sgds-change",s)}_configureRows(){const e=this.tableRows.some(e=>e.expand),t=this.tableRows.length>0;this.headerRows.forEach(s=>{s.showCheckbox=this.multiSelect,s.showExpandPlaceholder=e,s.hasDataRows=t,this.multiSelect&&this._attachRowListener(s)}),this.tableRows.forEach(t=>{t.showCheckbox=this.multiSelect,t.showExpandPlaceholder=!t.expand&&e,this.multiSelect&&this._attachRowListener(t)}),this.multiSelect&&this._syncHeaderCheckboxAfterRender(),this._applyColumnAlignment()}_applyColumnAlignment(){const e=this._headerCells.reduce((e,t)=>{var s;const i=Number(t.colspan)>0?Number(t.colspan):1,a=null!==(s=t.textAlign)&&void 0!==s?s:"left";for(let t=0;t<i;t++)e.push(a);return e},[]);this.headerRows.forEach(t=>{t.columnAlignments=[...e]}),this.tableRows.forEach(t=>{t.columnAlignments=[...e]})}_extractCellText(e,t){const s=e.getCellText(t);if(s)return s;const i=Array.from(e.children).filter(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())[t];return((null==i?void 0:i.textContent)||"").trim()}_toComparableValue(e,t,s){return t&&e.rowData&&t in e.rowData?e.rowData[t]:this._extractCellText(e,s)}_compareValues(e,t,s){if(e===t)return 0;const i=Number(e),a=Number(t);if(Number.isFinite(i)&&Number.isFinite(a))return"ascending"===s?i-a:a-i;const o=String(e).localeCompare(String(t),void 0,{numeric:!0,sensitivity:"base"});return"ascending"===s?o:-o}_resetOtherHeaderSortStates(e){this._headerCells.forEach(t=>{t!==e&&t.sorting&&(t.ariasort="none")})}_getRowsInInitialPositionOrder(e){return[...e].sort((e,t)=>{const s=this._initialRowPositions.get(e),i=this._initialRowPositions.get(t);return void 0===s&&void 0===i?0:void 0===s?1:void 0===i?-1:s-i})}_captureInitialRowPositions(e){this._hasCapturedInitialRowPositions||(e.forEach((e,t)=>{this._initialRowPositions.set(e,t)}),this._hasCapturedInitialRowPositions=!0)}_handleSort(e){const t=e.composedPath().find(e=>e instanceof Ia);if(!t||!t.sorting)return;const{key:s,direction:i}=e.detail,a=t?this._headerCells.indexOf(t):-1;if(this._resetOtherHeaderSortStates(t),this.serverSort)return e.stopPropagation(),void this.emit("sgds-sort",{detail:{key:s,direction:i}});if(!(a<0)){if("none"===i)return this.tableRows=this._getRowsInInitialPositionOrder(this.tableRows),this._syncDomRowOrder(),void this._updateVisibleRows();if("client"===this.mode){const e=(this.currentPage-1)*this.itemsPerPage,t=e+this.itemsPerPage,o=[...this.tableRows],n=o.slice(e,t).sort((e,t)=>{const o=this._toComparableValue(e,s,a),n=this._toComparableValue(t,s,a);return this._compareValues(o,n,i)});return o.splice(e,n.length,...n),this.tableRows=o,this._syncDomRowOrder(),void this._updateVisibleRows()}this.tableRows=[...this.tableRows].sort((e,t)=>{const o=this._toComparableValue(e,s,a),n=this._toComparableValue(t,s,a);return this._compareValues(o,n,i)}),this._syncDomRowOrder(),this._updateVisibleRows()}}_syncDomRowOrder(){var e;const t=null===(e=this.tableRows[0])||void 0===e?void 0:e.parentElement;t&&this.tableRows.forEach(e=>t.appendChild(e))}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>e instanceof Ea),s=e=>Array.from(e.children).filter(e=>{const t=e.tagName.toLowerCase();return!("sgds-data-table-cell"!==t&&"sgds-data-table-head"!==t)&&"content"!==e.getAttribute("slot")});this.headerRows=t.filter(e=>s(e).some(e=>"sgds-data-table-head"===e.tagName.toLowerCase())),this.tableRows=t.filter(e=>{const t=s(e);return t.length>0&&t.every(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())}),this._headerCells=this.headerRows.reduce((e,t)=>{const s=Array.from(t.children).filter(e=>e instanceof Ia);return e.push(...s),e},[]),this._captureInitialRowPositions(this.tableRows),this._headerCells.forEach(e=>{e.sorting&&!e.ariasort&&(e.ariasort="none")}),this._configureRows(),this._updateVisibleRows()}_updateVisibleRows(){if("server"===this.mode)return void this.tableRows.forEach(e=>e.style.display=this.isLoading?"none":"");const e=this.dataLength||this.tableRows.length,t=Math.max(1,Math.ceil(e/this.itemsPerPage));if(this.currentPage>t)return void(this.currentPage=t);const s=(this.currentPage-1)*this.itemsPerPage,i=new Set(this.tableRows.slice(s,s+this.itemsPerPage));this.tableRows.forEach(e=>e.style.display=i.has(e)?"":"none")}updated(e){(e.has("currentPage")||e.has("itemsPerPage")||e.has("mode")||e.has("isLoading"))&&this._updateVisibleRows(),e.has("multiSelect")&&this._configureRows(),this.multiSelect&&(e.has("tableRows")||e.has("headerRows"))&&this._syncHeaderCheckboxAfterRender()}render(){const e=this.dataLength||this.tableRows.length,t=(this.currentPage-1)*this.itemsPerPage,s=Math.min(t+this.itemsPerPage,e),i=0===e?0:t+1,a=!this.isLoading&&0===this.tableRows.length;return te`
663
+ `}}Ea.styles=[...Oe.styles,Va],Ea.dependencies={"sgds-checkbox":ga,"sgds-data-table-cell":Ia,"sgds-data-table-head":Da,"sgds-icon":_t},t([ze({type:Object,reflect:!0})],Ea.prototype,"rowData",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"expand",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],Ea.prototype,"checked",void 0),t([ze({type:Boolean})],Ea.prototype,"showCheckbox",void 0),t([ze({type:Boolean})],Ea.prototype,"showExpandPlaceholder",void 0),t([ze({attribute:!1})],Ea.prototype,"columnAlignments",void 0),t([ze({type:Boolean})],Ea.prototype,"hasDataRows",void 0),t([Ie(".expandable-body")],Ea.prototype,"_expandableBody",void 0),t([Ie("sgds-checkbox")],Ea.prototype,"_checkboxEl",void 0),t([Pe()],Ea.prototype,"_isHeaderRow",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],Ea.prototype,"handleExpandedChange",null),t([nt("checked")],Ea.prototype,"handleCheckedChange",null),at("row.expand.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:250,easing:"ease-in-out"}}),at("row.expand.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:250,easing:"ease-in-out"}});class Ba extends Oe{constructor(){super(...arguments),this.multiSelect=!1,this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.footerText="",this.hideFooter=!1,this.isLoading=!1,this.serverSort=!1,this.layout="auto",this.mode="client",this.tableRows=[],this.headerRows=[],this._headerCells=[],this._initialRowPositions=new WeakMap,this._hasCapturedInitialRowPositions=!1,this._rowHandlers=new WeakMap}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}_isRowChecked(e){var t;return e.checked||!0===(null===(t=e.checkbox)||void 0===t?void 0:t.checked)}_updateHeaderCheckbox(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).length,t=e===this.tableRows.length&&e>0;this.headerRows.forEach(s=>{s.checked=t,s.checkbox&&(s.checkbox.checked=t,s.checkbox.indeterminate=e>0&&!t)})}async _syncHeaderCheckboxAfterRender(){if(!this.multiSelect||0===this.headerRows.length)return;const e=[...this.headerRows,...this.tableRows];await Promise.all(e.map(e=>e.updateComplete)),this._updateHeaderCheckbox()}_emitRowSelect(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).map(e=>e.rowData);this.emit("sgds-row-select",{detail:{selected:e}})}_attachRowListener(e){const t=this._rowHandlers.get(e);t&&e.removeEventListener("i-sgds-change",t);const s=t=>{const{checked:s}=t.detail;this.headerRows.includes(e)?this.tableRows.forEach(e=>{e.checked=s,e.checkbox&&(e.checkbox.checked=s)}):(e.checked=s,this._updateHeaderCheckbox()),this._emitRowSelect()};this._rowHandlers.set(e,s),e.addEventListener("i-sgds-change",s)}_configureRows(){const e=this.tableRows.some(e=>e.expand),t=this.tableRows.length>0;this.headerRows.forEach(s=>{s.showCheckbox=this.multiSelect,s.showExpandPlaceholder=e,s.hasDataRows=t,this.multiSelect&&this._attachRowListener(s)}),this.tableRows.forEach(t=>{t.showCheckbox=this.multiSelect,t.showExpandPlaceholder=!t.expand&&e,this.multiSelect&&this._attachRowListener(t)}),this.multiSelect&&this._syncHeaderCheckboxAfterRender(),this._applyColumnAlignment()}_applyColumnAlignment(){const e=this._headerCells.reduce((e,t)=>{var s;const i=Number(t.colspan)>0?Number(t.colspan):1,a=null!==(s=t.textAlign)&&void 0!==s?s:"left";for(let t=0;t<i;t++)e.push(a);return e},[]);this.headerRows.forEach(t=>{t.columnAlignments=[...e]}),this.tableRows.forEach(t=>{t.columnAlignments=[...e]})}_extractCellText(e,t){const s=e.getCellText(t);if(s)return s;const i=Array.from(e.children).filter(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())[t];return((null==i?void 0:i.textContent)||"").trim()}_toComparableValue(e,t,s){return t&&e.rowData&&t in e.rowData?e.rowData[t]:this._extractCellText(e,s)}_compareValues(e,t,s){if(e===t)return 0;const i=Number(e),a=Number(t);if(Number.isFinite(i)&&Number.isFinite(a))return"ascending"===s?i-a:a-i;const o=String(e).localeCompare(String(t),void 0,{numeric:!0,sensitivity:"base"});return"ascending"===s?o:-o}_resetOtherHeaderSortStates(e){this._headerCells.forEach(t=>{t!==e&&t.sorting&&(t.ariasort="none")})}_getRowsInInitialPositionOrder(e){return[...e].sort((e,t)=>{const s=this._initialRowPositions.get(e),i=this._initialRowPositions.get(t);return void 0===s&&void 0===i?0:void 0===s?1:void 0===i?-1:s-i})}_captureInitialRowPositions(e){this._hasCapturedInitialRowPositions||(e.forEach((e,t)=>{this._initialRowPositions.set(e,t)}),this._hasCapturedInitialRowPositions=!0)}_handleSort(e){const t=e.composedPath().find(e=>e instanceof Da);if(!t||!t.sorting)return;const{key:s,direction:i}=e.detail,a=t?this._headerCells.indexOf(t):-1;if(this._resetOtherHeaderSortStates(t),this.serverSort)return e.stopPropagation(),void this.emit("sgds-sort",{detail:{key:s,direction:i}});if(!(a<0)){if("none"===i)return this.tableRows=this._getRowsInInitialPositionOrder(this.tableRows),this._syncDomRowOrder(),void this._updateVisibleRows();if("client"===this.mode){const e=(this.currentPage-1)*this.itemsPerPage,t=e+this.itemsPerPage,o=[...this.tableRows],n=o.slice(e,t).sort((e,t)=>{const o=this._toComparableValue(e,s,a),n=this._toComparableValue(t,s,a);return this._compareValues(o,n,i)});return o.splice(e,n.length,...n),this.tableRows=o,this._syncDomRowOrder(),void this._updateVisibleRows()}this.tableRows=[...this.tableRows].sort((e,t)=>{const o=this._toComparableValue(e,s,a),n=this._toComparableValue(t,s,a);return this._compareValues(o,n,i)}),this._syncDomRowOrder(),this._updateVisibleRows()}}_syncDomRowOrder(){var e;const t=null===(e=this.tableRows[0])||void 0===e?void 0:e.parentElement;t&&this.tableRows.forEach(e=>t.appendChild(e))}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>e instanceof Ea),s=e=>Array.from(e.children).filter(e=>{const t=e.tagName.toLowerCase();return!("sgds-data-table-cell"!==t&&"sgds-data-table-head"!==t)&&"content"!==e.getAttribute("slot")});this.headerRows=t.filter(e=>s(e).some(e=>"sgds-data-table-head"===e.tagName.toLowerCase())),this.tableRows=t.filter(e=>{const t=s(e);return t.length>0&&t.every(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())}),this._headerCells=this.headerRows.reduce((e,t)=>{const s=Array.from(t.children).filter(e=>e instanceof Da);return e.push(...s),e},[]),this._captureInitialRowPositions(this.tableRows),this._headerCells.forEach(e=>{e.sorting&&!e.ariasort&&(e.ariasort="none")}),this._configureRows(),this._updateVisibleRows()}_updateVisibleRows(){if("server"===this.mode)return void this.tableRows.forEach(e=>e.style.display=this.isLoading?"none":"");const e=this.dataLength||this.tableRows.length,t=Math.max(1,Math.ceil(e/this.itemsPerPage));if(this.currentPage>t)return void(this.currentPage=t);const s=(this.currentPage-1)*this.itemsPerPage,i=new Set(this.tableRows.slice(s,s+this.itemsPerPage));this.tableRows.forEach(e=>e.style.display=i.has(e)?"":"none")}updated(e){(e.has("currentPage")||e.has("itemsPerPage")||e.has("mode")||e.has("isLoading"))&&this._updateVisibleRows(),e.has("multiSelect")&&this._configureRows(),this.multiSelect&&(e.has("tableRows")||e.has("headerRows"))&&this._syncHeaderCheckboxAfterRender()}render(){const e=this.dataLength||this.tableRows.length,t=(this.currentPage-1)*this.itemsPerPage,s=Math.min(t+this.itemsPerPage,e),i=0===e?0:t+1,a=!this.isLoading&&0===this.tableRows.length;return te`
664
664
  <div class="data-table">
665
665
  <div>
666
666
  <slot @slotchange=${this._handleSlotChange} @i-sgds-sort=${this._handleSort} class="table"></slot>
@@ -684,7 +684,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
684
684
  :host {
685
685
  display: block;
686
686
  }
687
- `],Ba.dependencies={"sgds-pagination":Aa,"sgds-data-table-cell":Da,"sgds-data-table-head":Ia,"sgds-spinner":Ma},t([ze({type:Boolean})],Ba.prototype,"multiSelect",void 0),t([ze({type:Number})],Ba.prototype,"dataLength",void 0),t([ze({type:Number})],Ba.prototype,"currentPage",void 0),t([ze({type:Number})],Ba.prototype,"itemsPerPage",void 0),t([ze({type:String})],Ba.prototype,"footerText",void 0),t([ze({type:Boolean})],Ba.prototype,"hideFooter",void 0),t([ze({type:Boolean})],Ba.prototype,"isLoading",void 0),t([ze({type:Boolean})],Ba.prototype,"serverSort",void 0),t([ze({type:String,reflect:!0})],Ba.prototype,"layout",void 0),t([ze({type:String})],Ba.prototype,"mode",void 0),t([Pe()],Ba.prototype,"tableRows",void 0),t([Pe()],Ba.prototype,"headerRows",void 0);const Ya={"DD/MM/YYYY":{imPattern:"`dd{/}`mm{/}`yyyy",imRangePattern:"`dd{/}`mm{/}`yyyy - `DD{/}`MM{/}`YYYY",fnsPattern:"dd/MM/yyyy"},"MM/DD/YYYY":{imPattern:"`mm{/}`dd{/}`yyyy",imRangePattern:"`mm{/}`dd{/}`yyyy - `MM{/}`DD{/}`YYYY",fnsPattern:"MM/dd/yyyy"},"YYYY/MM/DD":{imPattern:"`yyyy{/}`mm{/}`dd",imRangePattern:"`yyyy{/}`mm{/}`dd - `YYYY{/}`MM{/}`DD",fnsPattern:"yyyy/MM/dd"}},Wa=e=>{const t=e.getMonth(),s=e.getFullYear(),i=e.getDate(),a=new Date(s,t+1),o=Oa(a);return Na(e)&&o<i?Ua(a):new Date(s,t+1,i)},Ka=e=>{const t=e.getMonth(),s=e.getFullYear(),i=e.getDate(),a=new Date(s,t-1),o=Oa(a);return Na(e)&&o<i?Ua(a):new Date(s,t-1,i)},Ga=e=>{const t=new Date(e);return t.setHours(12),t.setMinutes(0),t.setSeconds(0),t.setMilliseconds(0),t};var Ja=r`.datepicker-body{color:var(--sgds-form-color-default);display:flex;justify-content:center}table{border-collapse:collapse;text-align:center}.monthpicker,.yearpicker{display:grid;grid-template-columns:repeat(3,6rem);grid-template-rows:repeat(4,2.5rem)}.monthpicker [role=row],.yearpicker [role=row]{display:contents}button.month,button.year{background-color:transparent;border:0;border-radius:var(--sgds-form-border-radius-sm);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs);padding:0;position:relative}button.month.active:not(.selected-ends),button.year.active:not(.selected-ends),td[data-day].active:not(.selected-ends){background-color:var(--sgds-primary-surface-translucent);border-radius:0;cursor:pointer}button.month:hover:not(.active),button.year:hover:not(.active),td[data-day]:hover:not(.disabled):not(.selected-ends):not(.active){background-color:var(--sgds-bg-translucent-subtle);cursor:pointer}button.month:focus:not(.active),button.year:focus:not(.active),td[data-day]:focus:not(.disabled):not(.selected-ends):not(.active){background-color:var(--sgds-bg-translucent-subtle)}button.month:focus-visible,button.year:focus-visible,td[data-day]:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}button.month.active:not(.selected-ends):focus,button.year.active:not(.selected-ends):focus,td[data-day].active:not(.selected-ends):focus{border-radius:var(--sgds-form-border-radius-sm)}button.year.active{background-color:var(--sgds-primary-surface-translucent);cursor:pointer}td,th{border-radius:var(--sgds-form-border-radius-sm);font-size:var(--sgds-font-size-label-sm);height:var(--sgds-form-height-lg);line-height:var(--sgds-line-height-2-xs);padding:0;position:relative;width:var(--sgds-form-width-md)}th{font-weight:var(--sgds-font-weight-semibold)}td[data-day]{cursor:pointer}button.month.active.selected-ends,button.year.active.selected-ends,td[data-day].active.selected-ends{background-color:var(--sgds-form-primary-surface-default);color:var(--sgds-form-color-fixed-light)}button.month.active.selected-ends:focus,button.month.active.selected-ends:hover,button.year.active.selected-ends:focus,button.year.active.selected-ends:hover,td[data-day].active.selected-ends:focus,td[data-day].active.selected-ends:hover{background-color:var(--sgds-form-primary-surface-emphasis)}td[data-day].disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.today{align-items:center;display:flex;flex-direction:column;justify-content:center}.today:after{background-color:var(--sgds-form-primary-surface-default);bottom:6px;content:".";line-height:4px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%235A42C0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%235A42C0'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;width:4px}.today.active.selected-ends:after{background-color:var(--sgds-form-color-inverse)}`;const Xa=new Date,Qa={ArrowUp:{days:-7,months:-3,years:-3},ArrowDown:{days:7,months:3,years:3},ArrowRight:{days:1,months:1,years:1},ArrowLeft:{days:-1,months:-1,years:-1}};class eo extends Oe{constructor(){super(...arguments),this.selectedDate=[],this.mode="single"}focusOnCalendar(e){e.blur(),this._focusOnCalendarCell()}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this._handleKeyPress),this.addEventListener("blur",e=>e.stopPropagation())}updated(){3===this.focusedTabIndex&&this._focusOnCalendarCell()}_updateFocusedDate(){this.focusedDate=Ga(this.displayDate),this.focusedDate.getFullYear()<1900&&this.focusedDate.setFullYear(1900)}_setFocusedDate(e){const t=this.focusedDate.getDate(),s=this.focusedDate.getMonth(),i=this.focusedDate.getFullYear();switch(this.view){case"days":{const a=Ga(new Date(i,s,t+e));(Ta(a,new Date(0,0,1,12))||Ra(a,new Date(0,0,1,12)))&&(this.focusedDate=a);break}case"months":{const a=Ga(new Date(i,s+e,t));(Ta(a,new Date(0,0,1,12))||Ra(a,new Date(0,0,1,12)))&&(this.focusedDate=a);break}case"years":{const a=Ga(new Date(i+e,s,t));a.getFullYear()>=1900&&(this.focusedDate=a);break}}}_handleEnterDateKeyboard(e){const t=e.composedPath()[0];if(!t.classList.contains("disabled"))switch(this.view){case"days":this._onClickDay(e);break;case"months":{const{month:e}=t.dataset;this._onClickMonth(parseInt(e));break}case"years":{const{year:e}=t.dataset;this._onClickYear(parseInt(e))}}}_handleKeyPress(e){if("Enter"===e.key)return e.preventDefault(),void this._handleEnterDateKeyboard(e);if("Tab"===e.key){const e=this._getFocusedTarget();return void(3!==this.focusedTabIndex&&e.blur())}if(e.key.includes("Arrow")){e.preventDefault(),this._blurCalendarCell();const t=Qa[e.key][this.view];this._setFocusedDate(t),this._focusOnCalendarCell()}}_generateIncrementDates(){const e=Ga(this.selectedDate[0]);if(this.selectedDate.length<2)return[e];const t=Ga(this.selectedDate[1]),s=[];if(e.getTime()<t.getTime())for(let i=e;i<=t;i.setDate(i.getDate()+1))s.push(new Date(i));else for(let i=t;i<=e;i.setDate(i.getDate()+1))s.push(new Date(i));return s}_onClickDay(e){const{day:t,date:s}=e.composedPath()[0].dataset,i=new Date(this.displayDate);if(i.setDate(parseInt(t)),"click"===e.type&&(this.focusedDate=Ga(new Date(s))),"single"===this.mode)this.selectedDate=[i],this.emit("sgds-selectdates",{detail:this.selectedDate});else if("range"===this.mode){const e=[...this.selectedDate];0!==e.length&&2!==e.length||(e.length=0),e.push(i),this.selectedDate=e,this.emit("sgds-selectdates",{detail:this.selectedDate})}const a=this.minDate?Ga(new Date(this.minDate)):null,o=this.maxDate?Ga(new Date(this.maxDate)):null,n=Ga(i);(a&&n<a||o&&n>o)&&(e.stopPropagation(),e.preventDefault())}_onClickMonth(e,t=this.focusedDate.getFullYear()){const s=new Date(this.displayDate);this.view="days",s.setMonth(e),s.setFullYear(t),this.displayDate=s,this.emit("sgds-view",{detail:this.view}),this.emit("sgds-selectmonth",{detail:this.displayDate})}_onClickYear(e){const t=new Date(this.displayDate);t.setFullYear(e),this.displayDate=t,this.view="months",this.emit("sgds-view",{detail:this.view}),this.emit("sgds-selectyear",{detail:this.displayDate})}_getFocusedTarget(){const e={days:`td[data-date="${this.focusedDate.toISOString()}"]`,months:`button[data-month="${this.focusedDate.getMonth()}"][data-year="${this.focusedDate.getFullYear()}"]`,years:`button[data-year="${this.focusedDate.getFullYear()}"]`}[this.view];return this.shadowRoot.querySelector(`${e}`)}_blurCalendarCell(){const e=this._getFocusedTarget();e.setAttribute("tabindex","-1"),e.blur()}_focusOnCalendarCell(){const e=this._getFocusedTarget();e?(e.setAttribute("tabindex","0"),e.focus(),this.emit("sgds-update-focus",{detail:this.focusedDate})):this.emit("sgds-change-calendar",{detail:this.focusedDate})}_generateDays(){const e=this.selectedDate.map(e=>Ga(e)),t=this._generateIncrementDates(),s=this.minDate?Ga(new Date(this.minDate)):null,i=this.maxDate?Ga(new Date(this.maxDate)):null,a=this.displayDate.getFullYear(),o=this.displayDate.getMonth(),n=new Date(a,o,1).getDay();let r=eo.daysInMonth[o];1===o&&(a%4==0&&a%100!=0||a%400==0)&&(r=29);const l=[];let d=1;for(let c=0;c<9;c++){const h=[];for(let l=0;l<=6;l++)if(d<=r&&(c>0||l>=n)){const n=new Date(a,o,d,12,0,0,0),r=n.toISOString(),c=s&&Date.parse(r)<Date.parse(s.toISOString()),p=i&&Date.parse(r)>Date.parse(i.toISOString()),u=c||p?void 0:this._onClickDay,g=Xa.getMonth()===this.displayDate.getMonth(),v=Xa.getFullYear()===this.displayDate.getFullYear(),m=Xa.getDate()===d,f=e.length>0&&t.some(e=>Date.parse(r)===Date.parse(e.toISOString())),b=e.length>0&&t[0].toISOString()===r,w=e.length>1&&t[t.length-1].toISOString()===r,y=""+(m&&g&&v?"Today's date, ":"")+Ha(n,"PPPP");h.push(te`<td
687
+ `],Ba.dependencies={"sgds-pagination":Aa,"sgds-data-table-cell":Ia,"sgds-data-table-head":Da,"sgds-spinner":Ma},t([ze({type:Boolean})],Ba.prototype,"multiSelect",void 0),t([ze({type:Number})],Ba.prototype,"dataLength",void 0),t([ze({type:Number})],Ba.prototype,"currentPage",void 0),t([ze({type:Number})],Ba.prototype,"itemsPerPage",void 0),t([ze({type:String})],Ba.prototype,"footerText",void 0),t([ze({type:Boolean})],Ba.prototype,"hideFooter",void 0),t([ze({type:Boolean})],Ba.prototype,"isLoading",void 0),t([ze({type:Boolean})],Ba.prototype,"serverSort",void 0),t([ze({type:String,reflect:!0})],Ba.prototype,"layout",void 0),t([ze({type:String})],Ba.prototype,"mode",void 0),t([Pe()],Ba.prototype,"tableRows",void 0),t([Pe()],Ba.prototype,"headerRows",void 0);const Ya={"DD/MM/YYYY":{imPattern:"`dd{/}`mm{/}`yyyy",imRangePattern:"`dd{/}`mm{/}`yyyy - `DD{/}`MM{/}`YYYY",fnsPattern:"dd/MM/yyyy"},"MM/DD/YYYY":{imPattern:"`mm{/}`dd{/}`yyyy",imRangePattern:"`mm{/}`dd{/}`yyyy - `MM{/}`DD{/}`YYYY",fnsPattern:"MM/dd/yyyy"},"YYYY/MM/DD":{imPattern:"`yyyy{/}`mm{/}`dd",imRangePattern:"`yyyy{/}`mm{/}`dd - `YYYY{/}`MM{/}`DD",fnsPattern:"yyyy/MM/dd"}},Wa=e=>{const t=e.getMonth(),s=e.getFullYear(),i=e.getDate(),a=new Date(s,t+1),o=Oa(a);return Na(e)&&o<i?Ua(a):new Date(s,t+1,i)},Ka=e=>{const t=e.getMonth(),s=e.getFullYear(),i=e.getDate(),a=new Date(s,t-1),o=Oa(a);return Na(e)&&o<i?Ua(a):new Date(s,t-1,i)},Ga=e=>{const t=new Date(e);return t.setHours(12),t.setMinutes(0),t.setSeconds(0),t.setMilliseconds(0),t};var Ja=r`.datepicker-body{color:var(--sgds-form-color-default);display:flex;justify-content:center}table{border-collapse:collapse;text-align:center}.monthpicker,.yearpicker{display:grid;grid-template-columns:repeat(3,6rem);grid-template-rows:repeat(4,2.5rem)}.monthpicker [role=row],.yearpicker [role=row]{display:contents}button.month,button.year{background-color:transparent;border:0;border-radius:var(--sgds-form-border-radius-sm);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs);padding:0;position:relative}button.month.active:not(.selected-ends),button.year.active:not(.selected-ends),td[data-day].active:not(.selected-ends){background-color:var(--sgds-primary-surface-translucent);border-radius:0;cursor:pointer}button.month:hover:not(.active),button.year:hover:not(.active),td[data-day]:hover:not(.disabled):not(.selected-ends):not(.active){background-color:var(--sgds-bg-translucent-subtle);cursor:pointer}button.month:focus:not(.active),button.year:focus:not(.active),td[data-day]:focus:not(.disabled):not(.selected-ends):not(.active){background-color:var(--sgds-bg-translucent-subtle)}button.month:focus-visible,button.year:focus-visible,td[data-day]:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}button.month.active:not(.selected-ends):focus,button.year.active:not(.selected-ends):focus,td[data-day].active:not(.selected-ends):focus{border-radius:var(--sgds-form-border-radius-sm)}button.year.active{background-color:var(--sgds-primary-surface-translucent);cursor:pointer}td,th{border-radius:var(--sgds-form-border-radius-sm);font-size:var(--sgds-font-size-label-sm);height:var(--sgds-form-height-lg);line-height:var(--sgds-line-height-2-xs);padding:0;position:relative;width:var(--sgds-form-width-md)}th{font-weight:var(--sgds-font-weight-semibold)}td[data-day]{cursor:pointer}button.month.active.selected-ends,button.year.active.selected-ends,td[data-day].active.selected-ends{background-color:var(--sgds-form-primary-surface-default);color:var(--sgds-form-color-fixed-light)}button.month.active.selected-ends:focus,button.month.active.selected-ends:hover,button.year.active.selected-ends:focus,button.year.active.selected-ends:hover,td[data-day].active.selected-ends:focus,td[data-day].active.selected-ends:hover{background-color:var(--sgds-form-primary-surface-emphasis)}td[data-day].disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.today{align-items:center;display:flex;flex-direction:column;justify-content:center}.today:after{background-color:var(--sgds-form-primary-surface-default);bottom:6px;content:".";line-height:4px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%235A42C0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%235A42C0'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;width:4px}.today.active.selected-ends:after{background-color:var(--sgds-form-color-inverse)}`;const Xa=new Date,Qa={ArrowUp:{days:-7,months:-3,years:-3},ArrowDown:{days:7,months:3,years:3},ArrowRight:{days:1,months:1,years:1},ArrowLeft:{days:-1,months:-1,years:-1}};class eo extends Oe{constructor(){super(...arguments),this.selectedDate=[],this.mode="single"}focusOnCalendar(e){e.blur(),this._focusOnCalendarCell()}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this._handleKeyPress),this.addEventListener("blur",e=>e.stopPropagation())}updated(){3===this.focusedTabIndex&&this._focusOnCalendarCell()}_updateFocusedDate(){this.focusedDate=Ga(this.displayDate),this.focusedDate.getFullYear()<1900&&this.focusedDate.setFullYear(1900)}_setFocusedDate(e){const t=this.focusedDate.getDate(),s=this.focusedDate.getMonth(),i=this.focusedDate.getFullYear();switch(this.view){case"days":{const a=Ga(new Date(i,s,t+e));(Ta(a,new Date(0,0,1,12))||Ra(a,new Date(0,0,1,12)))&&(this.focusedDate=a);break}case"months":{const a=Ga(new Date(i,s+e,t));(Ta(a,new Date(0,0,1,12))||Ra(a,new Date(0,0,1,12)))&&(this.focusedDate=a);break}case"years":{const a=Ga(new Date(i+e,s,t));a.getFullYear()>=1900&&(this.focusedDate=a);break}}}_handleEnterDateKeyboard(e){const t=e.composedPath()[0];if(!t.classList.contains("disabled"))switch(this.view){case"days":this._onClickDay(e);break;case"months":{const{month:e}=t.dataset;this._onClickMonth(parseInt(e));break}case"years":{const{year:e}=t.dataset;this._onClickYear(parseInt(e))}}}_handleKeyPress(e){if("Enter"===e.key)return e.preventDefault(),void this._handleEnterDateKeyboard(e);if("Tab"===e.key){const e=this._getFocusedTarget();return void(3!==this.focusedTabIndex&&e.blur())}if(e.key.includes("Arrow")){e.preventDefault(),this._blurCalendarCell();const t=Qa[e.key][this.view];this._setFocusedDate(t),this._focusOnCalendarCell()}}_generateIncrementDates(){const e=Ga(this.selectedDate[0]);if(this.selectedDate.length<2)return[e];const t=Ga(this.selectedDate[1]),s=[];if(e.getTime()<t.getTime())for(let i=e;i<=t;i.setDate(i.getDate()+1))s.push(new Date(i));else for(let i=t;i<=e;i.setDate(i.getDate()+1))s.push(new Date(i));return s}_onClickDay(e){const{day:t,date:s}=e.composedPath()[0].dataset,i=new Date(this.displayDate);if(i.setDate(parseInt(t)),"click"===e.type&&(this.focusedDate=Ga(new Date(s))),"single"===this.mode)this.selectedDate=[i],this.emit("sgds-selectdates",{detail:this.selectedDate});else if("range"===this.mode){const e=[...this.selectedDate];0!==e.length&&2!==e.length||(e.length=0),e.push(i),this.selectedDate=e,this.emit("sgds-selectdates",{detail:this.selectedDate})}const a=this.minDate?Ga(new Date(this.minDate)):null,o=this.maxDate?Ga(new Date(this.maxDate)):null,n=Ga(i);(a&&n<a||o&&n>o)&&(e.stopPropagation(),e.preventDefault())}_onClickMonth(e,t=this.focusedDate.getFullYear()){const s=new Date(this.displayDate);this.view="days",s.setMonth(e),s.setFullYear(t),this.displayDate=s,this.emit("sgds-view",{detail:this.view}),this.emit("sgds-selectmonth",{detail:this.displayDate})}_onClickYear(e){const t=new Date(this.displayDate);t.setFullYear(e),this.displayDate=t,this.view="months",this.emit("sgds-view",{detail:this.view}),this.emit("sgds-selectyear",{detail:this.displayDate})}_getFocusedTarget(){const e={days:`td[data-date="${this.focusedDate.toISOString()}"]`,months:`button[data-month="${this.focusedDate.getMonth()}"][data-year="${this.focusedDate.getFullYear()}"]`,years:`button[data-year="${this.focusedDate.getFullYear()}"]`}[this.view];return this.shadowRoot.querySelector(`${e}`)}_blurCalendarCell(){const e=this._getFocusedTarget();e.setAttribute("tabindex","-1"),e.blur()}_focusOnCalendarCell(){const e=this._getFocusedTarget();e?(e.setAttribute("tabindex","0"),e.focus(),this.emit("sgds-update-focus",{detail:this.focusedDate})):this.emit("sgds-change-calendar",{detail:this.focusedDate})}_generateDays(){const e=this.selectedDate.map(e=>Ga(e)),t=this._generateIncrementDates(),s=this.minDate?Ga(new Date(this.minDate)):null,i=this.maxDate?Ga(new Date(this.maxDate)):null,a=this.displayDate.getFullYear(),o=this.displayDate.getMonth(),n=new Date(a,o,1).getDay();let r=eo.daysInMonth[o];1===o&&(a%4==0&&a%100!=0||a%400==0)&&(r=29);const l=[];let d=1;for(let c=0;c<9;c++){const h=[];for(let l=0;l<=6;l++)if(d<=r&&(c>0||l>=n)){const n=new Date(a,o,d,12,0,0,0),r=n.toISOString(),c=s&&Date.parse(r)<Date.parse(s.toISOString()),p=i&&Date.parse(r)>Date.parse(i.toISOString()),u=c||p?void 0:this._onClickDay,g=Xa.getMonth()===this.displayDate.getMonth(),v=Xa.getFullYear()===this.displayDate.getFullYear(),m=Xa.getDate()===d,f=e.length>0&&t.some(e=>Date.parse(r)===Date.parse(e.toISOString())),b=e.length>0&&t[0].toISOString()===r,w=e.length>1&&t[t.length-1].toISOString()===r,y=""+(m&&g&&v?"Today's date, ":"")+Ha(n,"PPPP");h.push(te`<td
688
688
  key=${l}
689
689
  data-date=${r}
690
690
  data-day=${d}
@@ -863,7 +863,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
863
863
  </div>
864
864
  ${this._renderFeedback()}
865
865
  </div>
866
- `}}lo.styles=[...no.styles,ro],t([ze({type:String})],lo.prototype,"minDate",void 0),t([ze({type:String})],lo.prototype,"maxDate",void 0),t([ze({type:String,reflect:!0})],lo.prototype,"mode",void 0),t([Ie("input")],lo.prototype,"shadowInput",void 0);var co=r`:host{--datepicker-theme-color:var(--sgds-primary);--datepicker-hover-bg:var(--sgds-primary-100);--datepicker-bg:#fff;--datepicker-close-btn-bg:var(--datepicker-theme-color);--datepicker-close-btn-hover-bg:var(--sgds-primary-700);--datepicker-close-btn-color:#fff;--datepicker-selected-date-bg:var(--sgds-primary);--datepicker-selected-date-color:#fff}:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{background-color:var(--sgds-form-surface-default);display:flex;flex-direction:column;gap:var(--sgds-form-gap-sm);overflow:unset;padding:var(--sgds-form-padding-y) var(--sgds-form-padding-x);width:var(--sgds-dimension-320)}.dropdown{display:flex;height:100%}sgds-datepicker-input{--input-border-radius:var(--sgds-form-border-radius-md) 0 0 var(--sgds-form-border-radius-md);flex:1;margin-right:0}sgds-icon-button{--btn-border-radius:0 var(--sgds-form-border-radius-md) var(--sgds-form-border-radius-md) 0}.m-width-160{min-width:var(--sgds-dimension-160)}`;class ho extends(ha(Vi)){constructor(){super(),this.required=!1,this.disabled=!1,this.noValidate=!1,this.value="",this.initialValue=[],this.dateFormat="DD/MM/YYYY",this.minDate="",this.maxDate="",this.mode="single",this.hasFeedback=!1,this.label="",this.hintText="",this.noFlip=!1,this.drop="down",this.defaultValue="",this.invalid=!1,this.view="days",this.selectedDateRange=[],this.focusedTabIndex=3,this.initialDisplayDate=new Date,this._makeInputValueString=(e,t,s)=>{if(!e&&!t)return this.value;const i=e=>Ha(e,Ya[s].fnsPattern);switch(this.mode){case"single":e&&(this.value=i(e));break;case"range":e&&t&&(this.value=`${i(e)} - ${i(t)}`),e&&!t&&(this.value=`${i(e)} - ${this.dateFormat}`)}return this.value},this._dialogAriaLabels={days:"Choose date",months:"Choose month",years:"Choose year"},this.floatingOpts={placement:"bottom-end"}}isValueEmpty(){return""===this.value||"DD/MM/YYYY"===this.value||"DD/MM/YYYY - DD/MM/YYYY"===this.value}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}setInvalid(e){this.invalid=e,this.datepickerInput&&this.datepickerInput.setInvalid(e)}setValidity(e,t,s){return this._mixinSetValidity(e,t,s)}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}async connectedCallback(){if(super.connectedCallback(),this.addEventListener("sgds-view",this._handleViewChanged),this.addEventListener("sgds-change-calendar",this._handleDateChanged),this.addEventListener("sgds-update-focus",this._handleFocusDateChanged),this.addEventListener("sgds-selectmonth",this._handleSelectMonth),this.addEventListener("sgds-selectyear",this._handleSelectYear),this.addEventListener("sgds-selectdates",this._handleSelectDatesAndClose),this.addEventListener("i-sgds-selectdates-input",this._handleSelectDatesInput),this.addEventListener("i-sgds-empty-input",this._handleEmptyInput),this.addEventListener("keydown",this._handleTab),this.addEventListener("sgds-hide",this._handleCloseMenu),this.addEventListener("sgds-show",this._handleOpenMenu),this.addEventListener("blur",this._mixinCheckValidity),this.initialValue=this.value?this.value.split(" - ").map(e=>e.trim()):this.initialValue,this.initialDisplayDate=this.displayDate||new Date,this.initialValue&&this.initialValue.length>0){const e=new RegExp(this._getDateFormatRegex()),t=this.initialValue.filter(t=>!e.test(t));if(t.length>0)return console.error("Invalid date format in initialValue:",t);{const e=this.initialValue.map(e=>Ga(qa(e,Ya[this.dateFormat].fnsPattern)));this._handleSelectDates(e)}}else this.displayDate=this.initialDisplayDate;(await this.datepickerInputAsync).setInvalid(this.invalid)}async firstUpdated(e){if(super.firstUpdated(e),this.menuIsOpen){const e=await this.datepickerInputAsync;await this.updateFloatingPosition();(await this.calendar).focusOnCalendar(e)}}_getDateFormatRegex(){return this.dateFormat.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace("MM","\\d{2}").replace("DD","\\d{2}").replace("YYYY","\\d{4}").replace("/","\\/")}_handleTab(e){if(!this.menuIsOpen)return;const t=Array(4);e.shiftKey&&"Tab"===e.key?(e.preventDefault(),this.focusedTabIndex=(this.focusedTabIndex-1+t.length)%t.length):"Tab"===e.key&&(e.preventDefault(),this.focusedTabIndex=(this.focusedTabIndex+1+t.length)%t.length)}_handleValueChange(){this.emit("sgds-change-date")}async _handleCloseMenu(){if(0===this.selectedDateRange.length)this.displayDate=this.initialDisplayDate;else{const e=this.selectedDateRange.length;this.displayDate=this.selectedDateRange[e-1];(await this.calendar)._updateFocusedDate()}await this.updateComplete;(await this.datepickerInputAsync).focus()}async _handleOpenMenu(){const e=await this.calendar,t=await this.datepickerInputAsync;e.focusOnCalendar(t)}_handleSelectDatesInput(e){this._handleSelectDates(e.detail)}async _handleSelectDates(e){e.sort((e,t)=>e.getTime()-t.getTime()),this.displayDate=e[0],this.focusedDate=e[0],this.selectedDateRange=e;const t=this._makeInputValueString(this.selectedDateRange[0],this.selectedDateRange[1],this.dateFormat);this.value=t;(await this.datepickerInputAsync).updateMaskValue(),this._manageInternalsValid()}async _handleSelectDatesAndClose(e){await this._handleSelectDates(e.detail),("range"===this.mode&&2===this.selectedDateRange.length||"single"===this.mode&&1===this.selectedDateRange.length)&&this.hideMenu()}_handleViewChanged(e){this.view=e.detail}_handleDateChanged(e){this.displayDate=e.detail}_handleFocusDateChanged(e){this.focusedDate=e.detail}_handleSelectMonth(e){this.displayDate=e.detail}_handleSelectYear(e){this.displayDate=e.detail}async _handleInvalidInput(){this.selectedDateRange=[],this.displayDate=this.initialDisplayDate,this._mixinShouldSkipSgdsValidation()||(this.invalid=!0,this._manageInternalsBadInput())}async _handleEmptyInput(){this.required&&this._manageEmptyInput()}async _resetDatepicker(e=""){this.displayDate=this.initialDisplayDate,this.selectedDateRange=[],this.value=e,this.view="days";const t=await this.datepickerInputAsync;t.setInvalid(this.invalid),t.destroyInputMask(),await t.applyInputMask(),this._mixinResetValidity(t),this.isValueEmpty()&&this._handleEmptyInput()}_manageInternalsBadInput(){this._mixinSetValidity({badInput:!0},"Invalid date input",this.datepickerInput)}_manageEmptyInput(){this._mixinSetValidity({valueMissing:!0},"Please fill in this field",this.datepickerInput)}_manageInternalsValid(){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||(this._mixinSetValidity({}),this.invalid=this.datepickerInput.invalid=!1)}async _mixinResetFormControl(){this._resetDatepicker(this.defaultValue)}async _handleInputMaskChange(e){this.value=e.detail,this.isValueEmpty()&&this._resetDatepicker()}render(){return te`
866
+ `}}lo.styles=[...no.styles,ro],t([ze({type:String})],lo.prototype,"minDate",void 0),t([ze({type:String})],lo.prototype,"maxDate",void 0),t([ze({type:String,reflect:!0})],lo.prototype,"mode",void 0),t([De("input")],lo.prototype,"shadowInput",void 0);var co=r`:host{--datepicker-theme-color:var(--sgds-primary);--datepicker-hover-bg:var(--sgds-primary-100);--datepicker-bg:#fff;--datepicker-close-btn-bg:var(--datepicker-theme-color);--datepicker-close-btn-hover-bg:var(--sgds-primary-700);--datepicker-close-btn-color:#fff;--datepicker-selected-date-bg:var(--sgds-primary);--datepicker-selected-date-color:#fff}:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{background-color:var(--sgds-form-surface-default);display:flex;flex-direction:column;gap:var(--sgds-form-gap-sm);overflow:unset;padding:var(--sgds-form-padding-y) var(--sgds-form-padding-x);width:var(--sgds-dimension-320)}.dropdown{display:flex;height:100%}sgds-datepicker-input{--input-border-radius:var(--sgds-form-border-radius-md) 0 0 var(--sgds-form-border-radius-md);flex:1;margin-right:0}sgds-icon-button{--btn-border-radius:0 var(--sgds-form-border-radius-md) var(--sgds-form-border-radius-md) 0}.m-width-160{min-width:var(--sgds-dimension-160)}`;class ho extends(ha(Vi)){constructor(){super(),this.required=!1,this.disabled=!1,this.noValidate=!1,this.value="",this.initialValue=[],this.dateFormat="DD/MM/YYYY",this.minDate="",this.maxDate="",this.mode="single",this.hasFeedback=!1,this.label="",this.hintText="",this.noFlip=!1,this.drop="down",this.defaultValue="",this.invalid=!1,this.view="days",this.selectedDateRange=[],this.focusedTabIndex=3,this.initialDisplayDate=new Date,this._makeInputValueString=(e,t,s)=>{if(!e&&!t)return this.value;const i=e=>Ha(e,Ya[s].fnsPattern);switch(this.mode){case"single":e&&(this.value=i(e));break;case"range":e&&t&&(this.value=`${i(e)} - ${i(t)}`),e&&!t&&(this.value=`${i(e)} - ${this.dateFormat}`)}return this.value},this._dialogAriaLabels={days:"Choose date",months:"Choose month",years:"Choose year"},this.floatingOpts={placement:"bottom-end"}}isValueEmpty(){return""===this.value||"DD/MM/YYYY"===this.value||"DD/MM/YYYY - DD/MM/YYYY"===this.value}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}setInvalid(e){this.invalid=e,this.datepickerInput&&this.datepickerInput.setInvalid(e)}setValidity(e,t,s){return this._mixinSetValidity(e,t,s)}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}async connectedCallback(){if(super.connectedCallback(),this.addEventListener("sgds-view",this._handleViewChanged),this.addEventListener("sgds-change-calendar",this._handleDateChanged),this.addEventListener("sgds-update-focus",this._handleFocusDateChanged),this.addEventListener("sgds-selectmonth",this._handleSelectMonth),this.addEventListener("sgds-selectyear",this._handleSelectYear),this.addEventListener("sgds-selectdates",this._handleSelectDatesAndClose),this.addEventListener("i-sgds-selectdates-input",this._handleSelectDatesInput),this.addEventListener("i-sgds-empty-input",this._handleEmptyInput),this.addEventListener("keydown",this._handleTab),this.addEventListener("sgds-hide",this._handleCloseMenu),this.addEventListener("sgds-show",this._handleOpenMenu),this.addEventListener("blur",this._mixinCheckValidity),this.initialValue=this.value?this.value.split(" - ").map(e=>e.trim()):this.initialValue,this.initialDisplayDate=this.displayDate||new Date,this.initialValue&&this.initialValue.length>0){const e=new RegExp(this._getDateFormatRegex()),t=this.initialValue.filter(t=>!e.test(t));if(t.length>0)return console.error("Invalid date format in initialValue:",t);{const e=this.initialValue.map(e=>Ga(qa(e,Ya[this.dateFormat].fnsPattern)));this._handleSelectDates(e)}}else this.displayDate=this.initialDisplayDate;(await this.datepickerInputAsync).setInvalid(this.invalid)}async firstUpdated(e){if(super.firstUpdated(e),this.menuIsOpen){const e=await this.datepickerInputAsync;await this.updateFloatingPosition();(await this.calendar).focusOnCalendar(e)}}_getDateFormatRegex(){return this.dateFormat.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace("MM","\\d{2}").replace("DD","\\d{2}").replace("YYYY","\\d{4}").replace("/","\\/")}_handleTab(e){if(!this.menuIsOpen)return;const t=Array(4);e.shiftKey&&"Tab"===e.key?(e.preventDefault(),this.focusedTabIndex=(this.focusedTabIndex-1+t.length)%t.length):"Tab"===e.key&&(e.preventDefault(),this.focusedTabIndex=(this.focusedTabIndex+1+t.length)%t.length)}_handleValueChange(){this.emit("sgds-change-date")}async _handleCloseMenu(){if(0===this.selectedDateRange.length)this.displayDate=this.initialDisplayDate;else{const e=this.selectedDateRange.length;this.displayDate=this.selectedDateRange[e-1];(await this.calendar)._updateFocusedDate()}await this.updateComplete;(await this.datepickerInputAsync).focus()}async _handleOpenMenu(){const e=await this.calendar,t=await this.datepickerInputAsync;e.focusOnCalendar(t)}_handleSelectDatesInput(e){this._handleSelectDates(e.detail)}async _handleSelectDates(e){e.sort((e,t)=>e.getTime()-t.getTime()),this.displayDate=e[0],this.focusedDate=e[0],this.selectedDateRange=e;const t=this._makeInputValueString(this.selectedDateRange[0],this.selectedDateRange[1],this.dateFormat);this.value=t;(await this.datepickerInputAsync).updateMaskValue(),this._manageInternalsValid()}async _handleSelectDatesAndClose(e){await this._handleSelectDates(e.detail),("range"===this.mode&&2===this.selectedDateRange.length||"single"===this.mode&&1===this.selectedDateRange.length)&&this.hideMenu()}_handleViewChanged(e){this.view=e.detail}_handleDateChanged(e){this.displayDate=e.detail}_handleFocusDateChanged(e){this.focusedDate=e.detail}_handleSelectMonth(e){this.displayDate=e.detail}_handleSelectYear(e){this.displayDate=e.detail}async _handleInvalidInput(){this.selectedDateRange=[],this.displayDate=this.initialDisplayDate,this._mixinShouldSkipSgdsValidation()||(this.invalid=!0,this._manageInternalsBadInput())}async _handleEmptyInput(){this.required&&this._manageEmptyInput()}async _resetDatepicker(e=""){this.displayDate=this.initialDisplayDate,this.selectedDateRange=[],this.value=e,this.view="days";const t=await this.datepickerInputAsync;t.setInvalid(this.invalid),t.destroyInputMask(),await t.applyInputMask(),this._mixinResetValidity(t),this.isValueEmpty()&&this._handleEmptyInput()}_manageInternalsBadInput(){this._mixinSetValidity({badInput:!0},"Invalid date input",this.datepickerInput)}_manageEmptyInput(){this._mixinSetValidity({valueMissing:!0},"Please fill in this field",this.datepickerInput)}_manageInternalsValid(){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||(this._mixinSetValidity({}),this.invalid=this.datepickerInput.invalid=!1)}async _mixinResetFormControl(){this._resetDatepicker(this.defaultValue)}async _handleInputMaskChange(e){this.value=e.detail,this.isValueEmpty()&&this._resetDatepicker()}render(){return te`
867
867
  <div class="datepicker-container m-width-160">
868
868
  <sgds-datepicker-input
869
869
  .value=${ia(this.value)}
@@ -927,7 +927,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
927
927
  ></sgds-datepicker-calendar>
928
928
  </div>
929
929
  </div>
930
- `}}ho.styles=[...Vi.styles,Pi,co],ho.dependencies={"sgds-datepicker-input":lo,"sgds-datepicker-calendar":eo,"sgds-datepicker-header":so,"sgds-button":Yi,"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],ho.prototype,"required",void 0),t([ze({reflect:!0})],ho.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"noValidate",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"value",void 0),t([ze({type:Array,reflect:!0})],ho.prototype,"initialValue",void 0),t([ze({type:String})],ho.prototype,"minDate",void 0),t([ze({type:String})],ho.prototype,"maxDate",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"mode",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"hasFeedback",void 0),t([ze({reflect:!0})],ho.prototype,"label",void 0),t([ze({reflect:!0})],ho.prototype,"hintText",void 0),t([ze({type:Boolean,reflect:!0,state:!1})],ho.prototype,"noFlip",void 0),t([ze({type:String,reflect:!0,state:!1})],ho.prototype,"drop",void 0),t([ze({attribute:!1})],ho.prototype,"displayDate",void 0),t([da()],ho.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"invalid",void 0),t([Pe()],ho.prototype,"view",void 0),t([Pe()],ho.prototype,"selectedDateRange",void 0),t([Pe()],ho.prototype,"focusedDate",void 0),t([Pe()],ho.prototype,"focusedTabIndex",void 0),t([Ie("sgds-datepicker-calendar")],ho.prototype,"calendar",void 0),t([Ie("sgds-datepicker-input")],ho.prototype,"datepickerInputAsync",void 0),t([De("sgds-datepicker-input")],ho.prototype,"datepickerInput",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],ho.prototype,"_handleValueChange",null);var po=r`:host([bordered][islastchild]) .container:last-child{border-bottom:none}.container{align-items:flex-start;border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);justify-content:flex-start;padding:var(--sgds-padding-lg) var(--sgds-padding-xl)}.data-container,.label-container{flex:1}.label-container{max-width:var(--sgds-dimension-280)}.label{color:var(--sgds-color-default);font-weight:var(--sgds-font-weight-semibold)}.data,.label{font-size:var(--sgds-font-size-label-md)}.data{color:var(--sgds-color-subtle);font-weight:var(--sgds-font-weight-regular);margin:0}@media (min-width:512px){:host(:not([stacked])) .container{flex-direction:row;gap:var(--sgds-gap-2-xl)}}`;let uo=0;class go extends Oe{constructor(){super(...arguments),this.attrId=++uo,this.componentId=`sgds-description-list-${this.attrId}`,this.stacked=!1,this.bordered=!1}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","listitem")}render(){return te`
930
+ `}}ho.styles=[...Vi.styles,Pi,co],ho.dependencies={"sgds-datepicker-input":lo,"sgds-datepicker-calendar":eo,"sgds-datepicker-header":so,"sgds-button":Yi,"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],ho.prototype,"required",void 0),t([ze({reflect:!0})],ho.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"noValidate",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"value",void 0),t([ze({type:Array,reflect:!0})],ho.prototype,"initialValue",void 0),t([ze({type:String})],ho.prototype,"minDate",void 0),t([ze({type:String})],ho.prototype,"maxDate",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"mode",void 0),t([ze({type:String,reflect:!0})],ho.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"hasFeedback",void 0),t([ze({reflect:!0})],ho.prototype,"label",void 0),t([ze({reflect:!0})],ho.prototype,"hintText",void 0),t([ze({type:Boolean,reflect:!0,state:!1})],ho.prototype,"noFlip",void 0),t([ze({type:String,reflect:!0,state:!1})],ho.prototype,"drop",void 0),t([ze({attribute:!1})],ho.prototype,"displayDate",void 0),t([da()],ho.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],ho.prototype,"invalid",void 0),t([Pe()],ho.prototype,"view",void 0),t([Pe()],ho.prototype,"selectedDateRange",void 0),t([Pe()],ho.prototype,"focusedDate",void 0),t([Pe()],ho.prototype,"focusedTabIndex",void 0),t([De("sgds-datepicker-calendar")],ho.prototype,"calendar",void 0),t([De("sgds-datepicker-input")],ho.prototype,"datepickerInputAsync",void 0),t([Ie("sgds-datepicker-input")],ho.prototype,"datepickerInput",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],ho.prototype,"_handleValueChange",null);var po=r`:host([bordered][islastchild]) .container:last-child{border-bottom:none}.container{align-items:flex-start;border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);justify-content:flex-start;padding:var(--sgds-padding-lg) var(--sgds-padding-xl)}.data-container,.label-container{flex:1}.label-container{max-width:var(--sgds-dimension-280)}.label{color:var(--sgds-color-default);font-weight:var(--sgds-font-weight-semibold)}.data,.label{font-size:var(--sgds-font-size-label-md)}.data{color:var(--sgds-color-subtle);font-weight:var(--sgds-font-weight-regular);margin:0}@media (min-width:512px){:host(:not([stacked])) .container{flex-direction:row;gap:var(--sgds-gap-2-xl)}}`;let uo=0;class go extends Oe{constructor(){super(...arguments),this.attrId=++uo,this.componentId=`sgds-description-list-${this.attrId}`,this.stacked=!1,this.bordered=!1}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","listitem")}render(){return te`
931
931
  <div class="container">
932
932
  <div class="label-container">
933
933
  <span class="label">
@@ -986,7 +986,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
986
986
  </div>
987
987
  </div>
988
988
  </div>
989
- `}}ko.styles=[...Oe.styles,xo],ko.dependencies={"sgds-close-button":ft},t([De(".drawer")],ko.prototype,"drawer",void 0),t([De(".drawer-panel")],ko.prototype,"panel",void 0),t([De(".drawer-overlay")],ko.prototype,"overlay",void 0),t([ze({type:Boolean,reflect:!0})],ko.prototype,"open",void 0),t([ze({type:String,reflect:!0})],ko.prototype,"size",void 0),t([ze({type:String,reflect:!0})],ko.prototype,"placement",void 0),t([ze({type:String})],ko.prototype,"ariaLabel",void 0),t([ze({type:Boolean,reflect:!0})],ko.prototype,"contained",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],ko.prototype,"handleOpenChange",null),t([nt("contained",{waitUntilFirstUpdate:!0})],ko.prototype,"handleNoModalChange",null),at("drawer.showTop",{keyframes:[{opacity:0,translate:"0 -100%"},{opacity:1,translate:"0 0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideTop",{keyframes:[{opacity:1,translate:"0 0"},{opacity:0,translate:"0 -100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showEnd",{keyframes:[{opacity:0,translate:"100%"},{opacity:1,translate:"0"}],rtlKeyframes:[{opacity:0,translate:"-100%"},{opacity:1,translate:"0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideEnd",{keyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"100%"}],rtlKeyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"-100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showBottom",{keyframes:[{opacity:0,translate:"0 100%"},{opacity:1,translate:"0 0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideBottom",{keyframes:[{opacity:1,translate:"0 0"},{opacity:0,translate:"0 100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showStart",{keyframes:[{opacity:0,translate:"-100%"},{opacity:1,translate:"0"}],rtlKeyframes:[{opacity:0,translate:"100%"},{opacity:1,translate:"0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideStart",{keyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"-100%"}],rtlKeyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"100%"}],options:{duration:250,easing:"ease"}}),at("drawer.denyClose",{keyframes:[{scale:1},{scale:1.01},{scale:1}],options:{duration:250}}),at("drawer.overlay.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:250}}),at("drawer.overlay.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:250}});var Co=r`.file-upload-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.file-upload-list{display:flex;flex-direction:column;gap:var(--sgds-form-gap-xl);list-style-type:none;margin-top:0}.file-upload-list.has-files{margin-top:var(--sgds-margin-xl)}.filesize{color:var(--sgds-form-color-subtle)}@keyframes fileUploadEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fileUploadExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.file-upload-list-item-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md);max-height:500px;overflow:hidden;transition:max-height var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard),opacity var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.file-upload-list-item-container.file-upload-exit{max-height:0;opacity:0}.file-upload-list-item{align-items:center;animation:fileUploadEnter var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter);background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-muted);border-radius:var(--sgds-form-border-radius-md);display:flex;gap:var(--sgds-form-gap-lg);padding:var(--sgds-form-padding-y) calc(var(--sgds-form-padding-x) + var(--sgds-padding-2-xl)) var(--sgds-form-padding-y) var(--sgds-form-padding-x);position:relative;transition:transform var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.file-upload-list-item.file-upload-error{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.file-upload-list-item.file-upload-exit{animation:fileUploadExit var(--sgds-motion-duration-standard) var(--sgds-motion-easing-exit)}.file-upload-list-item span:not(:first-of-type){cursor:pointer}.file-upload-item-error{align-items:flex-start;display:flex;gap:var(--sgds-form-gap-lg)}.file-upload-item-error sgds-icon{color:var(--sgds-color-muted);flex-shrink:0;margin-top:2px}.file-upload-item-error-message{color:var(--sgds-form-danger-color-default);font-size:var(--sgds-font-size-label-sm,);line-height:var(--sgds-line-height-2-xs)}ul{margin:0;padding:0}input{display:none}sgds-button{cursor:pointer;width:fit-content}sgds-close-button{position:absolute;right:8px;top:8px}sgds-icon.valid{color:var(--sgds-form-success-color-default)}sgds-icon.invalid{color:var(--sgds-color-muted)}.drag-drop-zone{align-items:center;background-color:var(--sgds-surface-raised);border:var(--sgds-border-width-1) dashed var(--sgds-border-color-default);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;gap:var(--sgds-gap-md);justify-content:center;padding:var(--sgds-padding-2-xl)}.drag-drop-text{font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.drag-drop-zone:focus,.drag-drop-zone:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}:host([disabled]) .file-upload-container>:not(sgds-button):not(.invalid-feedback-container){opacity:var(--sgds-opacity-50)}:host([disabled]){cursor:not-allowed;pointer-events:none}:host([disabled]) .drag-drop-zone:focus,:host([disabled]) .drag-drop-zone:focus-visible{outline:none}:host([invalid]:not([disabled])) .drag-drop-zone{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}:host([invalid]:not([disabled])) .drag-drop-zone:focus,:host([invalid]:not([disabled])) .drag-drop-zone:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}:host(:not([disabled]):not([invalid])) .drag-drop-zone:hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}`;class $o extends(ha(la)){constructor(){super(...arguments),this.multiple=!1,this.accept="",this.hasFeedback=!1,this.required=!1,this.variant="default",this.ariaLabel="Choose files",this.noValidate=!1,this.selectedFiles=[],this.exitingFile=null,this.fileMetadata=new Map,this._isTouched=!1,this._isProgrammaticChange=!1,this.inputRef=jt(),this._dragZoneRef=jt(),this._dragCounter=0,this._isDialogOpen=!1}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}get files(){return this.selectedFiles}setFileUploadState(e,t,s){const i=this.selectedFiles[e];i&&(this.fileMetadata.set(i,{uploading:"loading"===t,error:s}),this.requestUpdate())}_setFileList(e,t=0,s){if(this.emit("sgds-change",{detail:e}),this.emit("sgds-files-selected",{detail:e}),e.length>t){const s=Array.from(e).slice(t),i=new DataTransfer;s.forEach(e=>i.items.add(e)),this.emit("sgds-add-files",{detail:i.files})}else if(e.length===t&&t>0&&!s){const t=new DataTransfer;Array.from(e).forEach(e=>t.items.add(e)),this.emit("sgds-add-files",{detail:t.files})}e.length<t&&s&&this.emit("sgds-remove-file",{detail:{file:s,files:e}})}_handleClick(e){if(e.preventDefault(),!this.disabled){this._isDialogOpen=!0;const e=this.inputRef.value;null==e||e.click()}}_handleCancel(){this._isDialogOpen=!1,this._isTouched=!0,this._mixinShouldSkipSgdsValidation()||this.setInvalid(!this._mixinCheckValidity())}_handleChange(e){this._isDialogOpen=!1;const t=e.target,s=t.files,i=this.selectedFiles.length,a=0===s.length&&!this._isProgrammaticChange,o=s.length>0&&!this._isProgrammaticChange,n=o&&this.multiple&&this.selectedFiles.length>0;a&&this.selectedFiles.length>0?this._restoreNativeInput(t):n?this._appendFiles(t,s):s.length>0&&(this.selectedFiles=Array.from(s)),o&&this._setFileList(t.files,i),a&&!this._isTouched||super._mixinHandleChange(e)}_restoreNativeInput(e){const t=new DataTransfer;this.selectedFiles.forEach(e=>t.items.add(e)),e.files=t.files}_appendFiles(e,t){const s=[...this.selectedFiles,...Array.from(t)];this.selectedFiles=s;const i=new DataTransfer;s.forEach(e=>i.items.add(e)),e.files=i.files}_removeFileHandler(e){const t=this.selectedFiles[e];this.exitingFile=t,this.requestUpdate(),setTimeout(()=>{const s=this.inputRef.value;if(!s)return;const i=this.selectedFiles.length,a=new DataTransfer;this.selectedFiles.forEach((t,s)=>{e!==s&&a.items.add(t)}),this._isProgrammaticChange=!0,s.files=a.files,this._setFileList(a.files,i,t),this.selectedFiles=Array.from(a.files),this.exitingFile=null,this.requestUpdate(),s.dispatchEvent(new Event("change",{bubbles:!0})),this._isProgrammaticChange=!1},300)}_clearAllFiles(){const e=this.inputRef.value,t=this.selectedFiles.length,s=new DataTransfer;e&&(e.files=s.files),this._setFileList(s.files,t),this.selectedFiles=Array.from(s.files)}_mixinResetFormControl(){this._clearAllFiles(),this._mixinResetValidity(this.input)}_handleDisabledChange(){this.setInvalid(!1)}_handleBlur(){const e=this.emit("sgds-blur",{cancelable:!0});this._mixinShouldSkipSgdsValidation()||e.defaultPrevented||this._isDialogOpen||(this.setInvalid(!this._mixinCheckValidity()),this._isTouched=!0)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&this.setInvalid(!this._mixinCheckValidity())}_renderLabel(){const e=te` <label id=${this._labelId} class="form-label"> ${this.label} </label> `;return this.label&&e}_renderHintText(){const e=te` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}_renderFeedback(){return te`
989
+ `}}ko.styles=[...Oe.styles,xo],ko.dependencies={"sgds-close-button":ft},t([Ie(".drawer")],ko.prototype,"drawer",void 0),t([Ie(".drawer-panel")],ko.prototype,"panel",void 0),t([Ie(".drawer-overlay")],ko.prototype,"overlay",void 0),t([ze({type:Boolean,reflect:!0})],ko.prototype,"open",void 0),t([ze({type:String,reflect:!0})],ko.prototype,"size",void 0),t([ze({type:String,reflect:!0})],ko.prototype,"placement",void 0),t([ze({type:String})],ko.prototype,"ariaLabel",void 0),t([ze({type:Boolean,reflect:!0})],ko.prototype,"contained",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],ko.prototype,"handleOpenChange",null),t([nt("contained",{waitUntilFirstUpdate:!0})],ko.prototype,"handleNoModalChange",null),at("drawer.showTop",{keyframes:[{opacity:0,translate:"0 -100%"},{opacity:1,translate:"0 0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideTop",{keyframes:[{opacity:1,translate:"0 0"},{opacity:0,translate:"0 -100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showEnd",{keyframes:[{opacity:0,translate:"100%"},{opacity:1,translate:"0"}],rtlKeyframes:[{opacity:0,translate:"-100%"},{opacity:1,translate:"0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideEnd",{keyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"100%"}],rtlKeyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"-100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showBottom",{keyframes:[{opacity:0,translate:"0 100%"},{opacity:1,translate:"0 0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideBottom",{keyframes:[{opacity:1,translate:"0 0"},{opacity:0,translate:"0 100%"}],options:{duration:250,easing:"ease"}}),at("drawer.showStart",{keyframes:[{opacity:0,translate:"-100%"},{opacity:1,translate:"0"}],rtlKeyframes:[{opacity:0,translate:"100%"},{opacity:1,translate:"0"}],options:{duration:250,easing:"ease"}}),at("drawer.hideStart",{keyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"-100%"}],rtlKeyframes:[{opacity:1,translate:"0"},{opacity:0,translate:"100%"}],options:{duration:250,easing:"ease"}}),at("drawer.denyClose",{keyframes:[{scale:1},{scale:1.01},{scale:1}],options:{duration:250}}),at("drawer.overlay.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:250}}),at("drawer.overlay.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:250}});var Co=r`.file-upload-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.file-upload-list{display:flex;flex-direction:column;gap:var(--sgds-form-gap-xl);list-style-type:none;margin-top:0}.file-upload-list.has-files{margin-top:var(--sgds-margin-xl)}.filesize{color:var(--sgds-form-color-subtle)}@keyframes fileUploadEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fileUploadExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.file-upload-list-item-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md);max-height:500px;overflow:hidden;transition:max-height var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard),opacity var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.file-upload-list-item-container.file-upload-exit{max-height:0;opacity:0}.file-upload-list-item{align-items:center;animation:fileUploadEnter var(--sgds-motion-duration-standard) var(--sgds-motion-easing-enter);background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-muted);border-radius:var(--sgds-form-border-radius-md);display:flex;gap:var(--sgds-form-gap-lg);padding:var(--sgds-form-padding-y) calc(var(--sgds-form-padding-x) + var(--sgds-padding-2-xl)) var(--sgds-form-padding-y) var(--sgds-form-padding-x);position:relative;transition:transform var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.file-upload-list-item.file-upload-error{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.file-upload-list-item.file-upload-exit{animation:fileUploadExit var(--sgds-motion-duration-standard) var(--sgds-motion-easing-exit)}.file-upload-list-item span:not(:first-of-type){cursor:pointer}.file-upload-item-error{align-items:flex-start;display:flex;gap:var(--sgds-form-gap-lg)}.file-upload-item-error sgds-icon{color:var(--sgds-color-muted);flex-shrink:0;margin-top:2px}.file-upload-item-error-message{color:var(--sgds-form-danger-color-default);font-size:var(--sgds-font-size-label-sm,);line-height:var(--sgds-line-height-2-xs)}ul{margin:0;padding:0}input{display:none}sgds-button{cursor:pointer;width:fit-content}sgds-close-button{position:absolute;right:8px;top:8px}sgds-icon.valid{color:var(--sgds-form-success-color-default)}sgds-icon.invalid{color:var(--sgds-color-muted)}.drag-drop-zone{align-items:center;background-color:var(--sgds-surface-raised);border:var(--sgds-border-width-1) dashed var(--sgds-border-color-default);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;gap:var(--sgds-gap-md);justify-content:center;padding:var(--sgds-padding-2-xl)}.drag-drop-text{font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.drag-drop-zone:focus,.drag-drop-zone:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}:host([disabled]) .file-upload-container>:not(sgds-button):not(.invalid-feedback-container){opacity:var(--sgds-opacity-50)}:host([disabled]){cursor:not-allowed;pointer-events:none}:host([disabled]) .drag-drop-zone:focus,:host([disabled]) .drag-drop-zone:focus-visible{outline:none}:host([invalid]:not([disabled])) .drag-drop-zone{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}:host([invalid]:not([disabled])) .drag-drop-zone:focus,:host([invalid]:not([disabled])) .drag-drop-zone:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}:host(:not([disabled]):not([invalid])) .drag-drop-zone:hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}`;class $o extends(ha(la)){constructor(){super(...arguments),this.multiple=!1,this.accept="",this.hasFeedback=!1,this.required=!1,this.variant="default",this.ariaLabel="Choose files",this.noValidate=!1,this.selectedFiles=[],this.exitingFile=null,this.fileMetadata=new Map,this._isTouched=!1,this._isProgrammaticChange=!1,this.inputRef=jt(),this._dragZoneRef=jt(),this._dragCounter=0,this._isDialogOpen=!1}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}get files(){return this.selectedFiles}setFileUploadState(e,t,s){const i=this.selectedFiles[e];i&&(this.fileMetadata.set(i,{uploading:"loading"===t,error:s}),this.requestUpdate())}_setFileList(e,t=0,s){if(this.emit("sgds-change",{detail:e}),this.emit("sgds-files-selected",{detail:e}),e.length>t){const s=Array.from(e).slice(t),i=new DataTransfer;s.forEach(e=>i.items.add(e)),this.emit("sgds-add-files",{detail:i.files})}else if(e.length===t&&t>0&&!s){const t=new DataTransfer;Array.from(e).forEach(e=>t.items.add(e)),this.emit("sgds-add-files",{detail:t.files})}e.length<t&&s&&this.emit("sgds-remove-file",{detail:{file:s,files:e}})}_handleClick(e){if(e.preventDefault(),!this.disabled){this._isDialogOpen=!0;const e=this.inputRef.value;null==e||e.click()}}_handleCancel(){this._isDialogOpen=!1,this._isTouched=!0,this._mixinShouldSkipSgdsValidation()||this.setInvalid(!this._mixinCheckValidity())}_handleChange(e){this._isDialogOpen=!1;const t=e.target,s=t.files,i=this.selectedFiles.length,a=0===s.length&&!this._isProgrammaticChange,o=s.length>0&&!this._isProgrammaticChange,n=o&&this.multiple&&this.selectedFiles.length>0;a&&this.selectedFiles.length>0?this._restoreNativeInput(t):n?this._appendFiles(t,s):s.length>0&&(this.selectedFiles=Array.from(s)),o&&this._setFileList(t.files,i),a&&!this._isTouched||super._mixinHandleChange(e)}_restoreNativeInput(e){const t=new DataTransfer;this.selectedFiles.forEach(e=>t.items.add(e)),e.files=t.files}_appendFiles(e,t){const s=[...this.selectedFiles,...Array.from(t)];this.selectedFiles=s;const i=new DataTransfer;s.forEach(e=>i.items.add(e)),e.files=i.files}_removeFileHandler(e){const t=this.selectedFiles[e];this.exitingFile=t,this.requestUpdate(),setTimeout(()=>{const s=this.inputRef.value;if(!s)return;const i=this.selectedFiles.length,a=new DataTransfer;this.selectedFiles.forEach((t,s)=>{e!==s&&a.items.add(t)}),this._isProgrammaticChange=!0,s.files=a.files,this._setFileList(a.files,i,t),this.selectedFiles=Array.from(a.files),this.exitingFile=null,this.requestUpdate(),s.dispatchEvent(new Event("change",{bubbles:!0})),this._isProgrammaticChange=!1},300)}_clearAllFiles(){const e=this.inputRef.value,t=this.selectedFiles.length,s=new DataTransfer;e&&(e.files=s.files),this._setFileList(s.files,t),this.selectedFiles=Array.from(s.files)}_mixinResetFormControl(){this._clearAllFiles(),this._mixinResetValidity(this.input)}_handleDisabledChange(){this.setInvalid(!1)}_handleBlur(){const e=this.emit("sgds-blur",{cancelable:!0});this._mixinShouldSkipSgdsValidation()||e.defaultPrevented||this._isDialogOpen||(this.setInvalid(!this._mixinCheckValidity()),this._isTouched=!0)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&this.setInvalid(!this._mixinCheckValidity())}_renderLabel(){const e=te` <label id=${this._labelId} class="form-label"> ${this.label} </label> `;return this.label&&e}_renderHintText(){const e=te` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}_renderFeedback(){return te`
990
990
  <div class="invalid-feedback-container">
991
991
  <sgds-icon name="exclamation-circle-fill" size="md"></sgds-icon>
992
992
  <div id="${this._controlId}-invalid" class="invalid-feedback">
@@ -1153,11 +1153,11 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
1153
1153
  </slot>
1154
1154
  </div>
1155
1155
  </${e}>
1156
- `}}Lo.styles=[...ea.styles,Po],t([Be({slot:"icon",flatten:!0})],Lo.prototype,"_iconNode",void 0),t([Be({slot:"upper",flatten:!0})],Lo.prototype,"_upperNode",void 0),t([Ee({slot:"footer"})],Lo.prototype,"footerNode",void 0),t([Ee({slot:"link"})],Lo.prototype,"linkNode",void 0),t([ze({type:Boolean,reflect:!0})],Lo.prototype,"noPadding",void 0);var Ao=r`slot{display:flex;flex-direction:column;gap:var(--sgds-gap-xs)}slot::slotted(*){align-items:flex-start;display:flex;gap:var(--sgds-gap-xs)}.sm{font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.lg{font-size:var(--sgds-font-size-label-lg);line-height:var(--sgds-line-height-md)}`;class Do extends Oe{constructor(){super(...arguments),this.role="list",this.size="md"}render(){return te`
1156
+ `}}Lo.styles=[...ea.styles,Po],t([Be({slot:"icon",flatten:!0})],Lo.prototype,"_iconNode",void 0),t([Be({slot:"upper",flatten:!0})],Lo.prototype,"_upperNode",void 0),t([Ee({slot:"footer"})],Lo.prototype,"footerNode",void 0),t([Ee({slot:"link"})],Lo.prototype,"linkNode",void 0),t([ze({type:Boolean,reflect:!0})],Lo.prototype,"noPadding",void 0);var Ao=r`slot{display:flex;flex-direction:column;gap:var(--sgds-gap-xs)}slot::slotted(*){align-items:flex-start;display:flex;gap:var(--sgds-gap-xs)}.sm{font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.lg{font-size:var(--sgds-font-size-label-lg);line-height:var(--sgds-line-height-md)}`;class Io extends Oe{constructor(){super(...arguments),this.role="list",this.size="md"}render(){return te`
1157
1157
  <div class=${Ke({[this.size]:this.size})}>
1158
1158
  <slot></slot>
1159
1159
  </div>
1160
- `}}Do.styles=[...Oe.styles,Ao],t([ze({type:String,reflect:!0})],Do.prototype,"role",void 0),t([ze({type:String,reflect:!0})],Do.prototype,"size",void 0);var Io=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=image-badge]::slotted(*){left:20px;position:absolute;top:20px}slot[name=image-action]::slotted(*){position:absolute;right:20px;top:20px}`;class Eo extends ea{constructor(){super(...arguments),this.noPadding=!1,this.imagePosition="before",this.imageAdjustment="default"}get linkSlotItems(){if(!this.linkNode||0===this.linkNode.length)return null;const e=this.linkNode[0];return e.querySelector("a")||e}get footerSlotItems(){if(!this.footerNode||0===this.footerNode.length)return null;const e=this.footerNode[0];return e.querySelector("a")||e}firstUpdated(e){var t,s;if(super.firstUpdated(e),0===this._imageNode.length){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-image"),i=null===(s=this.shadowRoot)||void 0===s?void 0:s.querySelector(".card-body");e&&(e.style.display="none"),i&&this.noPadding&&(i.style.padding="0px")}if(this.stretchedLink){const e=this.footerSlotItems,t=this.linkSlotItems;this._forwardAnchorAttributes((null==e?void 0:e.href)?e:t)}}handleImgSlotChange(e){if(e.target.assignedNodes({flatten:!0}).length>1)return console.error("Multiple elements passed into SgdsCard's image slot")}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
1160
+ `}}Io.styles=[...Oe.styles,Ao],t([ze({type:String,reflect:!0})],Io.prototype,"role",void 0),t([ze({type:String,reflect:!0})],Io.prototype,"size",void 0);var Do=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=image-badge]::slotted(*){left:20px;position:absolute;top:20px}slot[name=image-action]::slotted(*){position:absolute;right:20px;top:20px}`;class Eo extends ea{constructor(){super(...arguments),this.noPadding=!1,this.imagePosition="before",this.imageAdjustment="default"}get linkSlotItems(){if(!this.linkNode||0===this.linkNode.length)return null;const e=this.linkNode[0];return e.querySelector("a")||e}get footerSlotItems(){if(!this.footerNode||0===this.footerNode.length)return null;const e=this.footerNode[0];return e.querySelector("a")||e}firstUpdated(e){var t,s;if(super.firstUpdated(e),0===this._imageNode.length){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-image"),i=null===(s=this.shadowRoot)||void 0===s?void 0:s.querySelector(".card-body");e&&(e.style.display="none"),i&&this.noPadding&&(i.style.padding="0px")}if(this.stretchedLink){const e=this.footerSlotItems,t=this.linkSlotItems;this._forwardAnchorAttributes((null==e?void 0:e.href)?e:t)}}handleImgSlotChange(e){if(e.target.assignedNodes({flatten:!0}).length>1)return console.error("Multiple elements passed into SgdsCard's image slot")}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
1161
1161
  <${e}
1162
1162
  class="card ${Ke({disabled:this.disabled})}"
1163
1163
  tabindex=${t}
@@ -1184,7 +1184,7 @@ const Ca=(e,t,s)=>{const i=new Map;for(let a=t;a<=s;a++)i.set(e[a],a);return i};
1184
1184
  </slot>
1185
1185
  </div>
1186
1186
  </${e}>
1187
- `}}Eo.styles=[...ea.styles,Io],t([Be({slot:"image",flatten:!0})],Eo.prototype,"_imageNode",void 0),t([Ee({slot:"footer"})],Eo.prototype,"footerNode",void 0),t([Ee({slot:"link"})],Eo.prototype,"linkNode",void 0),t([ze({type:Boolean,reflect:!0})],Eo.prototype,"noPadding",void 0),t([ze({type:String,reflect:!0})],Eo.prototype,"imagePosition",void 0),t([ze({type:String,reflect:!0})],Eo.prototype,"imageAdjustment",void 0);
1187
+ `}}Eo.styles=[...ea.styles,Do],t([Be({slot:"image",flatten:!0})],Eo.prototype,"_imageNode",void 0),t([Ee({slot:"footer"})],Eo.prototype,"footerNode",void 0),t([Ee({slot:"link"})],Eo.prototype,"linkNode",void 0),t([ze({type:Boolean,reflect:!0})],Eo.prototype,"noPadding",void 0),t([ze({type:String,reflect:!0})],Eo.prototype,"imagePosition",void 0),t([ze({type:String,reflect:!0})],Eo.prototype,"imageAdjustment",void 0);
1188
1188
  /**
1189
1189
  * @license
1190
1190
  * Copyright 2021 Google LLC
@@ -1221,9 +1221,10 @@ class Ho{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
1221
1221
  * @license
1222
1222
  * Copyright 2022 Google LLC
1223
1223
  * SPDX-License-Identifier: BSD-3-Clause
1224
- */function No({context:e,subscribe:t}){return(s,i)=>{"object"==typeof i?i.addInitializer(function(){new Ho(this,{context:e,callback:e=>{s.set.call(this,e)},subscribe:t})}):s.constructor.addInitializer(s=>{new Ho(s,{context:e,callback:e=>{s[i]=e},subscribe:t})})}}const jo=1024,Uo=768,qo="mainnav-context",Yo="mainnav-expanded-context";var Wo=r`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:space-between;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:80px;padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4);margin-left:auto}slot[name=non-collapsible].non-collapsible-empty{display:none}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;const Ko={sm:512,md:Uo,lg:jo,xl:1280,xxl:1440,never:1/0,always:-1};class Go extends Oe{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.collapseId=Zi("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new $i(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<Ko[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.nonCollapsibleSlot)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await et(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=it(this,"mainnav.show");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await et(this.body);const{keyframes:e,options:t}=it(this,"mainnav.hide");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){this.expanding?(await this._animateToShow(),this.expanded=!0):(this.header.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,ot(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),ot(this,"sgds-after-hide")}_handleDefaultSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("expand",this.expand)})}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand)})}render(){return this.breakpointReached=window.innerWidth<Ko[this.expand],te`
1224
+ */function No({context:e,subscribe:t}){return(s,i)=>{"object"==typeof i?i.addInitializer(function(){new Ho(this,{context:e,callback:e=>{s.set.call(this,e)},subscribe:t})}):s.constructor.addInitializer(s=>{new Ho(s,{context:e,callback:e=>{s[i]=e},subscribe:t})})}}const jo=1024,Uo=768,qo="mainnav-context",Yo="mainnav-expanded-context";var Wo=r`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}:host([tone=brand]) nav{background-color:var(--sgds-primary-surface-default)}:host([tone=gradient-1]) nav{background:var(--sgds-gradient-1)}:host([tone=gradient-2]) nav{background:var(--sgds-gradient-2)}:host([tone=gradient-3]) nav{background:var(--sgds-gradient-3)}:host([tone=gradient-4]) nav{background:var(--sgds-gradient-4)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:flex-start;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:var(--sgds-mainnav-height,72px);padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}:host([tone=brand]) .navbar-brand,:host([tone^=gradient]) .navbar-brand{color:var(--sgds-color-fixed-light)}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown):not(sgds-mainnav-profile)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}:host([tone=brand]) .navbar-toggler,:host([tone^=gradient]) .navbar-toggler{color:var(--sgds-color-fixed-light)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-end{margin-left:auto}.navbar-end,slot[name=start]{align-items:center;display:flex;gap:var(--sgds-gap-xs)}slot[name=profile]{align-self:stretch;display:flex}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4)}slot[name=non-collapsible].non-collapsible-empty{display:none}:host([tone=brand]) slot[name=non-collapsible]::slotted(*),:host([tone^=gradient]) slot[name=non-collapsible]::slotted(*){color:var(--sgds-color-fixed-light)}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);height:inherit;margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;const Ko={sm:512,md:Uo,lg:jo,xl:1280,xxl:1440,never:1/0,always:-1};class Go extends Oe{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this._hasProfileComponent=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.tone="default",this.collapseId=Zi("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new $i(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||this.header&&e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<Ko[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.navbarEnd)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await et(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=it(this,"mainnav.show");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await et(this.body);const{keyframes:e,options:t}=it(this,"mainnav.hide");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){var e;this.expanding?(await this._animateToShow(),this.expanded=!0):(null===(e=this.header)||void 0===e||e.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,ot(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),ot(this,"sgds-after-hide")}_handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&t.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)})}_handleProfileSlotChange(e){const t=e.target.assignedElements({flatten:!0});this._hasProfileComponent=t.some(e=>"sgds-mainnav-profile"===e.tagName.toLowerCase()),t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&this.defaultSlotItems.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}render(){return this.breakpointReached=window.innerWidth<Ko[this.expand],te`
1225
1225
  <nav>
1226
1226
  <div class="navbar ${this._expandClass()}">
1227
+ <slot name="start"></slot>
1227
1228
  <a class="navbar-brand" href=${this.brandHref} aria-label="brand-link">
1228
1229
  <slot name="brand"></slot>
1229
1230
  </a>
@@ -1237,23 +1238,27 @@ class Ho{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
1237
1238
  ></slot>
1238
1239
  </div>
1239
1240
  </div>
1240
- <slot
1241
- name="non-collapsible"
1242
- class=${Ke({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
1243
- ></slot>
1244
- <sgds-icon-button
1245
- name=${this.expanded?"cross":"menu"}
1246
- variant="ghost"
1247
- size="sm"
1248
- class="navbar-toggler"
1249
- @click=${this._handleSummaryClick}
1250
- aria-controls="${this.collapseId}"
1251
- aria-expanded="${this.expanded}"
1252
- .ariaLabel=${"Toggle navigation"}
1253
- ></sgds-icon-button>
1241
+ <div class="navbar-end">
1242
+ <slot
1243
+ name="non-collapsible"
1244
+ class=${Ke({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
1245
+ ></slot>
1246
+ <slot name="profile" @slotchange=${this._handleProfileSlotChange}></slot>
1247
+ ${this._hasProfileComponent&&this.breakpointReached?ae:te`<sgds-icon-button
1248
+ name=${this.expanded?"cross":"menu"}
1249
+ variant="ghost"
1250
+ size="sm"
1251
+ tone=${"default"!==this.tone?"fixed-light":ae}
1252
+ class="navbar-toggler"
1253
+ @click=${this._handleSummaryClick}
1254
+ aria-controls="${this.collapseId}"
1255
+ aria-expanded="${this.expanded}"
1256
+ .ariaLabel=${"Toggle navigation"}
1257
+ ></sgds-icon-button>`}
1258
+ </div>
1254
1259
  </div>
1255
1260
  </nav>
1256
- `}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}Go.styles=[...Oe.styles,Wo],Go.dependencies={"sgds-icon-button":Pa},t([Ro({context:qo}),Pe()],Go.prototype,"_breakpointReached",void 0),t([Ro({context:Yo}),Pe()],Go.prototype,"expanded",void 0),t([Pe()],Go.prototype,"expanding",void 0),t([De("nav")],Go.prototype,"nav",void 0),t([De(".navbar")],Go.prototype,"navbar",void 0),t([De(".navbar-toggler")],Go.prototype,"header",void 0),t([De(".navbar-body")],Go.prototype,"body",void 0),t([De(".navbar-nav-scroll")],Go.prototype,"navScroll",void 0),t([De("slot[name='non-collapsible']")],Go.prototype,"nonCollapsibleSlot",void 0),t([ze({type:Boolean})],Go.prototype,"hasNonCollapsibleSlot",void 0),t([ze({type:String})],Go.prototype,"brandHref",void 0),t([ze({type:String})],Go.prototype,"expand",void 0),t([ze({type:Boolean,reflect:!0})],Go.prototype,"fluid",void 0),t([Pe()],Go.prototype,"breakpointReached",void 0),t([Ee()],Go.prototype,"defaultNodes",void 0),t([Ee({slot:"end"})],Go.prototype,"endNodes",void 0),t([nt("expanding",{waitUntilFirstUpdate:!0})],Go.prototype,"handleOpenChange",null),at("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Jo=r`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;const Xo="Enter";class Qo extends Oe{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=Zi("dropdown","button"),this.active=!1,this.disabled=!1}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this._breakpointReached&&(this._copyTextToMenu(),this._resetDropdownMenu(),this._hideDropdownMenuItems())}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{var t;e.addEventListener("keydown",this._handleKeyboardMenuItemsEvent.bind(this));const s=e.shadowRoot.querySelector(".dropdown-item");s.classList.add("mainnav-dropdown-link");const i=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");i.tabIndex=-1,s.classList.contains("disabled")?(i.setAttribute("href","javascript:void(0)"),i.setAttribute("tabindex","-1")):i.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),s=[this.menuHeaderButton,...t],i=s.length;if(0===i)return;const a=s[0],o=s[i-1].shadowRoot.querySelector(".dropdown-item");let n=document.activeElement;if(n===this&&(n=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)n===a&&(e.preventDefault(),setTimeout(()=>{o.focus()},0));else{const t=n.shadowRoot?n.shadowRoot.querySelector(".dropdown-item"):null;t&&t===o&&(e.preventDefault(),a.focus())}}_copyTextToMenu(){this.menuHeaderText.innerHTML=this.togglerNodes[0].innerHTML}_hideDropdownMenuItems(){this.dropdownItems.style.display="none",this.dropdownItems.setAttribute("aria-hidden","true")}_resetDropdownMenu(){const e=this._getNavbarBody();return e?new Promise(t=>{const s=i=>{"transform"===i.propertyName&&(e.removeEventListener("transitionend",s),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",s),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==Xo&&" "!==e.key||(e.preventDefault(),this._openMenu())}_getNavbarBody(){const e=document.querySelector("sgds-mainnav");if(!(null==e?void 0:e.shadowRoot))return void console.warn("sgds-mainnav or its shadowRoot not found");const t=e.shadowRoot.querySelector(".navbar-body");if(t)return t;console.warn(".navbar-body not found in sgds-mainnav")}_openMenu(){this._getNavbarBody().style.transform="translateX(-100%)",this.dropdownItems.style.removeProperty("display"),this.dropdownItems.setAttribute("aria-hidden","false"),setTimeout(()=>{this.menuHeaderButton.focus()},50)}_handleHeaderKeyboardEvent(e){switch(e.key){case"Tab":this._handleKeyboardMenuItemsEvent(e);break;case Xo:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=te`
1261
+ `}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}Go.styles=[...Oe.styles,Wo],Go.dependencies={"sgds-icon-button":Pa},t([Ro({context:qo}),Pe()],Go.prototype,"_breakpointReached",void 0),t([Ro({context:Yo}),Pe()],Go.prototype,"expanded",void 0),t([Pe()],Go.prototype,"expanding",void 0),t([Ie("nav")],Go.prototype,"nav",void 0),t([Ie(".navbar")],Go.prototype,"navbar",void 0),t([Ie(".navbar-toggler")],Go.prototype,"header",void 0),t([Ie(".navbar-body")],Go.prototype,"body",void 0),t([Ie(".navbar-nav-scroll")],Go.prototype,"navScroll",void 0),t([Ie(".navbar-end")],Go.prototype,"navbarEnd",void 0),t([Pe()],Go.prototype,"_hasProfileComponent",void 0),t([ze({type:Boolean})],Go.prototype,"hasNonCollapsibleSlot",void 0),t([ze({type:String})],Go.prototype,"brandHref",void 0),t([ze({type:String,reflect:!0})],Go.prototype,"tone",void 0),t([ze({type:String})],Go.prototype,"expand",void 0),t([ze({type:Boolean,reflect:!0})],Go.prototype,"fluid",void 0),t([Pe()],Go.prototype,"breakpointReached",void 0),t([Ee()],Go.prototype,"defaultNodes",void 0),t([Ee({slot:"end"})],Go.prototype,"endNodes",void 0),t([nt("expanding",{waitUntilFirstUpdate:!0})],Go.prototype,"handleOpenChange",null),at("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Jo=r`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}:host([tone=brand][expand=always]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=always]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=sm]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=md]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=lg]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xxl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;const Xo="Enter";class Qo extends Oe{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=Zi("dropdown","button"),this.active=!1,this.disabled=!1}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this._breakpointReached&&(this._copyTextToMenu(),this._resetDropdownMenu(),this._hideDropdownMenuItems())}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{var t;e.addEventListener("keydown",this._handleKeyboardMenuItemsEvent.bind(this));const s=e.shadowRoot.querySelector(".dropdown-item");s.classList.add("mainnav-dropdown-link");const i=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");i.tabIndex=-1,s.classList.contains("disabled")?(i.setAttribute("href","javascript:void(0)"),i.setAttribute("tabindex","-1")):i.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),s=[this.menuHeaderButton,...t],i=s.length;if(0===i)return;const a=s[0],o=s[i-1].shadowRoot.querySelector(".dropdown-item");let n=document.activeElement;if(n===this&&(n=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)n===a&&(e.preventDefault(),setTimeout(()=>{o.focus()},0));else{const t=n.shadowRoot?n.shadowRoot.querySelector(".dropdown-item"):null;t&&t===o&&(e.preventDefault(),a.focus())}}_copyTextToMenu(){this.menuHeaderText.innerHTML=this.togglerNodes[0].innerHTML}_hideDropdownMenuItems(){this.dropdownItems.style.display="none",this.dropdownItems.setAttribute("aria-hidden","true")}_resetDropdownMenu(){const e=this._getNavbarBody();return e?new Promise(t=>{const s=i=>{"transform"===i.propertyName&&(e.removeEventListener("transitionend",s),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",s),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==Xo&&" "!==e.key||(e.preventDefault(),this._openMenu())}_getNavbarBody(){const e=document.querySelector("sgds-mainnav");if(!(null==e?void 0:e.shadowRoot))return void console.warn("sgds-mainnav or its shadowRoot not found");const t=e.shadowRoot.querySelector(".navbar-body");if(t)return t;console.warn(".navbar-body not found in sgds-mainnav")}_openMenu(){this._getNavbarBody().style.transform="translateX(-100%)",this.dropdownItems.style.removeProperty("display"),this.dropdownItems.setAttribute("aria-hidden","false"),setTimeout(()=>{this.menuHeaderButton.focus()},50)}_handleHeaderKeyboardEvent(e){switch(e.key){case"Tab":this._handleKeyboardMenuItemsEvent(e);break;case Xo:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=te`
1257
1262
  <a
1258
1263
  class="${Ke({"nav-link":!0,active:this.active,disabled:this.disabled})}"
1259
1264
  aria-disabled=${this.disabled?"true":"false"}
@@ -1290,7 +1295,43 @@ class Ho{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
1290
1295
  <sgds-icon name="chevron-down" size="md"></sgds-icon>
1291
1296
  </a>
1292
1297
  <slot @slotchange=${this._handleDesktopSlotChange}></slot>
1293
- </sgds-dropdown>`;return this._breakpointReached?e:t}}Qo.styles=[...Oe.styles,Li,Pi,Jo],Qo.dependencies={"sgds-dropdown":Ai,"sgds-dropdown-item":Ii,"sgds-icon":_t},t([No({context:qo,subscribe:!0}),Pe()],Qo.prototype,"_breakpointReached",void 0),t([No({context:Yo,subscribe:!0}),Pe()],Qo.prototype,"expanded",void 0),t([De(".nav-link")],Qo.prototype,"navLink",void 0),t([De(".dropdown-items")],Qo.prototype,"dropdownItems",void 0),t([De(".dropdown-items a")],Qo.prototype,"menuHeaderButton",void 0),t([De(".dropdown-items span")],Qo.prototype,"menuHeaderText",void 0),t([ze({type:Boolean})],Qo.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Qo.prototype,"disabled",void 0),t([ze({type:String})],Qo.prototype,"ariaLabel",void 0),t([Ee({slot:"toggler"})],Qo.prototype,"togglerNodes",void 0),t([Ee()],Qo.prototype,"defaultNodes",void 0);var en=r`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class tn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,s=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(s.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===s.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===s.length){const e=s[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return te`<slot @slotchange=${this._handleSlotChange}></slot>`}}tn.styles=[...Oe.styles,en],t([ze({type:Boolean,reflect:!0})],tn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],tn.prototype,"disabled",void 0),t([nt("disabled")],tn.prototype,"_handleDisabled",null);var sn=r`b{font-weight:bolder}[role=button]{cursor:pointer}a{color:#0049dc;text-decoration:none!important}a[target=_blank]:after{height:var(--sgds-icon-size-sm,1rem)!important;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.516 2.933h.017a.4.4 0 1 1 0 .8c-.566 0-.967 0-1.28.026-.31.025-.498.073-.646.149a1.6 1.6 0 0 0-.7.699c-.075.148-.123.336-.148.645-.025.314-.026.714-.026 1.281v2.933c0 .567 0 .968.026 1.282.026.308.073.497.149.645a1.6 1.6 0 0 0 .699.699c.148.075.337.123.645.149.314.025.715.025 1.281.025h2.934c.566 0 .967 0 1.28-.025.31-.026.498-.073.646-.149a1.6 1.6 0 0 0 .7-.7c.075-.147.123-.336.148-.644.025-.314.026-.715.026-1.282a.4.4 0 0 1 .8 0v.018c0 .545 0 .979-.029 1.329-.03.358-.09.663-.233.943a2.4 2.4 0 0 1-1.049 1.049c-.28.142-.585.204-.943.233-.35.028-.784.028-1.329.028H6.516c-.545 0-.979 0-1.329-.028-.358-.03-.664-.09-.943-.233a2.4 2.4 0 0 1-1.05-1.049c-.142-.28-.203-.585-.232-.943-.029-.35-.029-.784-.029-1.33V6.517c0-.546 0-.98.029-1.33.03-.357.09-.663.233-.942a2.4 2.4 0 0 1 1.049-1.05c.28-.142.585-.203.943-.232.35-.029.784-.029 1.329-.029Zm1.75.4c0-.22.18-.4.4-.4h4c.222 0 .4.18.4.4v4a.4.4 0 0 1-.8 0V4.3L8.284 8.283a.4.4 0 0 1-.566-.566l3.984-3.984H8.667a.4.4 0 0 1-.4-.4Z' fill='%230269D0'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.516 2.933h.017a.4.4 0 1 1 0 .8c-.566 0-.967 0-1.28.026-.31.025-.498.073-.646.149a1.6 1.6 0 0 0-.7.699c-.075.148-.123.336-.148.645-.025.314-.026.714-.026 1.281v2.933c0 .567 0 .968.026 1.282.026.308.073.497.149.645a1.6 1.6 0 0 0 .699.699c.148.075.337.123.645.149.314.025.715.025 1.281.025h2.934c.566 0 .967 0 1.28-.025.31-.026.498-.073.646-.149a1.6 1.6 0 0 0 .7-.7c.075-.147.123-.336.148-.644.025-.314.026-.715.026-1.282a.4.4 0 0 1 .8 0v.018c0 .545 0 .979-.029 1.329-.03.358-.09.663-.233.943a2.4 2.4 0 0 1-1.049 1.049c-.28.142-.585.204-.943.233-.35.028-.784.028-1.329.028H6.516c-.545 0-.979 0-1.329-.028-.358-.03-.664-.09-.943-.233a2.4 2.4 0 0 1-1.05-1.049c-.142-.28-.203-.585-.232-.943-.029-.35-.029-.784-.029-1.33V6.517c0-.546 0-.98.029-1.33.03-.357.09-.663.233-.942a2.4 2.4 0 0 1 1.049-1.05c.28-.142.585-.203.943-.232.35-.029.784-.029 1.329-.029Zm1.75.4c0-.22.18-.4.4-.4h4c.222 0 .4.18.4.4v4a.4.4 0 0 1-.8 0V4.3L8.284 8.283a.4.4 0 0 1-.566-.566l3.984-3.984H8.667a.4.4 0 0 1-.4-.4Z' fill='%230269D0'/%3E%3C/svg%3E")!important;width:var(--sgds-icon-size-sm,1rem)!important}a:hover{color:#0022b9}.sgds-masthead{color-scheme:var(--sgds-color-scheme,only light);font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.25rem}.banner{background-color:light-dark(#f7f7f7,#1a1a1a)}.container{margin-left:auto;margin-right:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:.25rem var(--sgds-mainnav-mobile-padding-x,1.25rem);width:100%}:host([fluid]) .container{max-width:none}.sg-crest{flex-shrink:0;height:20px;width:20px}.sg-crest path{fill:#db0000}.masthead-layout{display:flex;gap:.25rem}.masthead-text-layout{align-items:center;display:flex;flex-wrap:wrap;gap:0 .75rem}.sgds-masthead-identify-icon{align-self:center;display:block;height:20px;transform:rotate(180deg);transition:transform .3s ease-in-out 0s;user-select:none;width:20px}.sgds-masthead-identify-icon.show{transform:rotate(0deg)}.sgds-masthead-button{align-items:center;color:light-dark(#0269d0,#60aaf4);cursor:pointer;display:flex;gap:4px}.sgds-masthead-button:hover{color:light-dark(#0151a0,#96c7f7)}.panel{background-color:light-dark(#f7f7f7,#1a1a1a)}.sgds-masthead .sgds-masthead-content{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;padding-bottom:0;padding-top:0;transition:grid-template-rows .3s cubic-bezier(.25,0,.25,1),opacity .3s cubic-bezier(.25,0,.25,1),padding .3s cubic-bezier(.25,0,.25,1)}.sgds-masthead .sgds-masthead-content.show{grid-template-rows:1fr;opacity:1;padding-bottom:1rem;padding-top:1rem}.sgds-masthead .sgds-masthead-content>.content-grid{min-height:0}.content-grid{display:grid;gap:1rem;grid-template-columns:1fr}.icon{margin-top:-.1em}.wrapper{display:flex;gap:.5rem}.content{display:flex;flex-direction:column;gap:.25rem}.content .title{font-weight:600}.content article{color:light-dark(#525252,#a5a5a5)}.banner-icon,.banner-icon-inline{height:20px;width:20px}.banner-icon path,.banner-icon-inline path{fill:light-dark(#1a1a1a,#f3f3f3)}a.trusted-websites-link{color:light-dark(#0269d0,#60aaf4);text-decoration:underline;width:fit-content}a.trusted-websites-link:hover{color:light-dark(#0151a0,#96c7f7)}.sgds-masthead-button:focus-visible,a.trusted-websites-link:focus-visible{outline:4px solid #60aaf4}@media screen and (min-width:768px){.content-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media screen and (min-width:1024px){.container{padding:.25rem var(--sgds-mainnav-padding-x,2rem)}}`,an=r`svg{vertical-align:middle}`;class on extends Oe{constructor(){super(...arguments),this.fluid=!1,this.toggleVisibility=!1}_handleKeydown(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._toggleVisibility())}_toggleVisibility(){this.toggleVisibility=!this.toggleVisibility}render(){return te`
1298
+ </sgds-dropdown>`;return this._breakpointReached?e:t}}Qo.styles=[...Oe.styles,Li,Pi,Jo],Qo.dependencies={"sgds-dropdown":Ai,"sgds-dropdown-item":Di,"sgds-icon":_t},t([No({context:qo,subscribe:!0}),Pe()],Qo.prototype,"_breakpointReached",void 0),t([No({context:Yo,subscribe:!0}),Pe()],Qo.prototype,"expanded",void 0),t([Ie(".nav-link")],Qo.prototype,"navLink",void 0),t([Ie(".dropdown-items")],Qo.prototype,"dropdownItems",void 0),t([Ie(".dropdown-items a")],Qo.prototype,"menuHeaderButton",void 0),t([Ie(".dropdown-items span")],Qo.prototype,"menuHeaderText",void 0),t([ze({type:Boolean})],Qo.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Qo.prototype,"disabled",void 0),t([ze({type:String})],Qo.prototype,"ariaLabel",void 0),t([Ee({slot:"toggler"})],Qo.prototype,"togglerNodes",void 0),t([Ee()],Qo.prototype,"defaultNodes",void 0);var en=r`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}:host([tone=brand][expand=always]) ::slotted(*),:host([tone^=gradient][expand=always]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) ::slotted(*),:host([tone^=gradient][expand=sm]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) ::slotted(*),:host([tone^=gradient][expand=md]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) ::slotted(*),:host([tone^=gradient][expand=lg]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) ::slotted(*),:host([tone^=gradient][expand=xl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) ::slotted(*),:host([tone^=gradient][expand=xxl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}@media screen and (min-width:512px){:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:768px){:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class tn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,s=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(s.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===s.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===s.length){const e=s[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return te`<slot @slotchange=${this._handleSlotChange}></slot>`}}tn.styles=[...Oe.styles,en],t([ze({type:Boolean,reflect:!0})],tn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],tn.prototype,"disabled",void 0),t([nt("disabled")],tn.prototype,"_handleDisabled",null);var sn=r`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}button.nav-link{appearance:none;background:none;border:none;font-family:inherit}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.profile-text{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-text-2-xs,2px);text-align:left}.profile-label{font-weight:var(--sgds-font-weight-semibold)}.profile-label,.profile-secondary-text{font-size:var(--sgds-font-size-body-xs);line-height:var(--sgds-line-height-3-xs,16px)}sgds-dropdown{display:block;height:100%}.profile-avatar-mobile{align-items:center;border-radius:var(--sgds-border-radius-full);cursor:pointer;display:flex;height:100%}.profile-avatar-mobile:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.profile-mobile-panel{animation:profile-panel-show .2s ease-in-out;background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);left:0;overflow:hidden;padding:var(--sgds-padding-md) 0;position:absolute;top:100%;width:100%;z-index:var(--sgds-z-index-floating)}.profile-mobile-panel[hidden]{display:none}@keyframes profile-panel-show{0%{max-height:0;opacity:0}to{max-height:100dvh;opacity:1}}.profile-mobile-items{display:flex;flex-direction:column;margin:auto;max-height:calc(100dvh - 72px);max-width:var(--sgds-mainnav-max-width,1440px);overflow-y:auto;width:100%}@media screen and (min-width:1024px){.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class an extends Oe{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=Zi("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}render(){return this._breakpointReached?te`
1299
+ <div
1300
+ class="profile-avatar-mobile"
1301
+ role="button"
1302
+ tabindex="0"
1303
+ aria-label=${this.ariaLabel||"Toggle navigation"}
1304
+ aria-expanded=${this._mobileMenuOpen?"true":"false"}
1305
+ @click=${this._handleMobileToggle}
1306
+ @keydown=${this._handleKeydown}
1307
+ >
1308
+ <slot name="avatar"></slot>
1309
+ </div>
1310
+ <div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
1311
+ <div class="profile-mobile-items">
1312
+ <slot></slot>
1313
+ </div>
1314
+ </div>
1315
+ `:te`
1316
+ <sgds-dropdown .floatingOpts=${{middleware:[fi(0)]}} ?disabled=${this.disabled} close=${this.close}>
1317
+ <button
1318
+ class="${Ke({"nav-link":!0,disabled:this.disabled})}"
1319
+ aria-disabled=${this.disabled?"true":"false"}
1320
+ aria-label=${Ge(this.ariaLabel)}
1321
+ id=${this.togglerId}
1322
+ tabindex=${this.disabled?"-1":"0"}
1323
+ slot="toggler"
1324
+ >
1325
+ <slot name="avatar"></slot>
1326
+ ${this.label||this.secondaryText?te`<div class="profile-text">
1327
+ ${this.label?te`<span class="profile-label">${this.label}</span>`:ae}
1328
+ ${this.secondaryText?te`<span class="profile-secondary-text">${this.secondaryText}</span>`:ae}
1329
+ </div>`:ae}
1330
+ <sgds-icon name="chevron-down" size="md"></sgds-icon>
1331
+ </button>
1332
+ <slot></slot>
1333
+ </sgds-dropdown>
1334
+ `}}an.styles=[...Oe.styles,sn],an.dependencies={"sgds-dropdown":Ai,"sgds-dropdown-item":Di,"sgds-icon":_t},t([No({context:qo,subscribe:!0}),Pe()],an.prototype,"_breakpointReached",void 0),t([Pe()],an.prototype,"_mobileMenuOpen",void 0),t([ze({type:String,reflect:!0})],an.prototype,"label",void 0),t([ze({type:String,reflect:!0})],an.prototype,"secondaryText",void 0),t([ze({type:Boolean})],an.prototype,"disabled",void 0),t([ze({type:String})],an.prototype,"ariaLabel",void 0),t([ze({type:String})],an.prototype,"close",void 0);var on=r`b{font-weight:bolder}[role=button]{cursor:pointer}a{color:#0049dc;text-decoration:none!important}a[target=_blank]:after{height:var(--sgds-icon-size-sm,1rem)!important;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.516 2.933h.017a.4.4 0 1 1 0 .8c-.566 0-.967 0-1.28.026-.31.025-.498.073-.646.149a1.6 1.6 0 0 0-.7.699c-.075.148-.123.336-.148.645-.025.314-.026.714-.026 1.281v2.933c0 .567 0 .968.026 1.282.026.308.073.497.149.645a1.6 1.6 0 0 0 .699.699c.148.075.337.123.645.149.314.025.715.025 1.281.025h2.934c.566 0 .967 0 1.28-.025.31-.026.498-.073.646-.149a1.6 1.6 0 0 0 .7-.7c.075-.147.123-.336.148-.644.025-.314.026-.715.026-1.282a.4.4 0 0 1 .8 0v.018c0 .545 0 .979-.029 1.329-.03.358-.09.663-.233.943a2.4 2.4 0 0 1-1.049 1.049c-.28.142-.585.204-.943.233-.35.028-.784.028-1.329.028H6.516c-.545 0-.979 0-1.329-.028-.358-.03-.664-.09-.943-.233a2.4 2.4 0 0 1-1.05-1.049c-.142-.28-.203-.585-.232-.943-.029-.35-.029-.784-.029-1.33V6.517c0-.546 0-.98.029-1.33.03-.357.09-.663.233-.942a2.4 2.4 0 0 1 1.049-1.05c.28-.142.585-.203.943-.232.35-.029.784-.029 1.329-.029Zm1.75.4c0-.22.18-.4.4-.4h4c.222 0 .4.18.4.4v4a.4.4 0 0 1-.8 0V4.3L8.284 8.283a.4.4 0 0 1-.566-.566l3.984-3.984H8.667a.4.4 0 0 1-.4-.4Z' fill='%230269D0'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.516 2.933h.017a.4.4 0 1 1 0 .8c-.566 0-.967 0-1.28.026-.31.025-.498.073-.646.149a1.6 1.6 0 0 0-.7.699c-.075.148-.123.336-.148.645-.025.314-.026.714-.026 1.281v2.933c0 .567 0 .968.026 1.282.026.308.073.497.149.645a1.6 1.6 0 0 0 .699.699c.148.075.337.123.645.149.314.025.715.025 1.281.025h2.934c.566 0 .967 0 1.28-.025.31-.026.498-.073.646-.149a1.6 1.6 0 0 0 .7-.7c.075-.147.123-.336.148-.644.025-.314.026-.715.026-1.282a.4.4 0 0 1 .8 0v.018c0 .545 0 .979-.029 1.329-.03.358-.09.663-.233.943a2.4 2.4 0 0 1-1.049 1.049c-.28.142-.585.204-.943.233-.35.028-.784.028-1.329.028H6.516c-.545 0-.979 0-1.329-.028-.358-.03-.664-.09-.943-.233a2.4 2.4 0 0 1-1.05-1.049c-.142-.28-.203-.585-.232-.943-.029-.35-.029-.784-.029-1.33V6.517c0-.546 0-.98.029-1.33.03-.357.09-.663.233-.942a2.4 2.4 0 0 1 1.049-1.05c.28-.142.585-.203.943-.232.35-.029.784-.029 1.329-.029Zm1.75.4c0-.22.18-.4.4-.4h4c.222 0 .4.18.4.4v4a.4.4 0 0 1-.8 0V4.3L8.284 8.283a.4.4 0 0 1-.566-.566l3.984-3.984H8.667a.4.4 0 0 1-.4-.4Z' fill='%230269D0'/%3E%3C/svg%3E")!important;width:var(--sgds-icon-size-sm,1rem)!important}a:hover{color:#0022b9}.sgds-masthead{color-scheme:var(--sgds-color-scheme,only light);font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.25rem}.banner{background-color:light-dark(#f7f7f7,#1a1a1a)}.container{margin-left:auto;margin-right:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:.25rem var(--sgds-mainnav-mobile-padding-x,1.25rem);width:100%}:host([fluid]) .container{max-width:none}.sg-crest{flex-shrink:0;height:20px;width:20px}.sg-crest path{fill:#db0000}.masthead-layout{display:flex;gap:.25rem}.masthead-text-layout{align-items:center;display:flex;flex-wrap:wrap;gap:0 .75rem}.sgds-masthead-identify-icon{align-self:center;display:block;height:20px;transform:rotate(180deg);transition:transform .3s ease-in-out 0s;user-select:none;width:20px}.sgds-masthead-identify-icon.show{transform:rotate(0deg)}.sgds-masthead-button{align-items:center;color:light-dark(#0269d0,#60aaf4);cursor:pointer;display:flex;gap:4px}.sgds-masthead-button:hover{color:light-dark(#0151a0,#96c7f7)}.panel{background-color:light-dark(#f7f7f7,#1a1a1a)}.sgds-masthead .sgds-masthead-content{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;padding-bottom:0;padding-top:0;transition:grid-template-rows .3s cubic-bezier(.25,0,.25,1),opacity .3s cubic-bezier(.25,0,.25,1),padding .3s cubic-bezier(.25,0,.25,1)}.sgds-masthead .sgds-masthead-content.show{grid-template-rows:1fr;opacity:1;padding-bottom:1rem;padding-top:1rem}.sgds-masthead .sgds-masthead-content>.content-grid{min-height:0}.content-grid{display:grid;gap:1rem;grid-template-columns:1fr}.icon{margin-top:-.1em}.wrapper{display:flex;gap:.5rem}.content{display:flex;flex-direction:column;gap:.25rem}.content .title{font-weight:600}.content article{color:light-dark(#525252,#a5a5a5)}.banner-icon,.banner-icon-inline{height:20px;width:20px}.banner-icon path,.banner-icon-inline path{fill:light-dark(#1a1a1a,#f3f3f3)}a.trusted-websites-link{color:light-dark(#0269d0,#60aaf4);text-decoration:underline;width:fit-content}a.trusted-websites-link:hover{color:light-dark(#0151a0,#96c7f7)}.sgds-masthead-button:focus-visible,a.trusted-websites-link:focus-visible{outline:4px solid #60aaf4}@media screen and (min-width:768px){.content-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media screen and (min-width:1024px){.container{padding:.25rem var(--sgds-mainnav-padding-x,2rem)}}`,nn=r`svg{vertical-align:middle}`;class rn extends Oe{constructor(){super(...arguments),this.fluid=!1,this.toggleVisibility=!1}_handleKeydown(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._toggleVisibility())}_toggleVisibility(){this.toggleVisibility=!this.toggleVisibility}render(){return te`
1294
1335
  <div id="sgds-masthead" class="sgds-masthead">
1295
1336
  <div class="banner">
1296
1337
  <div class="container">
@@ -1442,7 +1483,7 @@ class Ho{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
1442
1483
  </div>
1443
1484
  </div>
1444
1485
  </div>
1445
- `}}function nn(e){const t=e.tagName.toLowerCase();return"-1"!==e.getAttribute("tabindex")&&(!e.hasAttribute("disabled")&&((!e.hasAttribute("aria-disabled")||"false"===e.getAttribute("aria-disabled"))&&(!("input"===t&&"radio"===e.getAttribute("type")&&!e.hasAttribute("checked"))&&(null!==e.offsetParent&&("hidden"!==window.getComputedStyle(e).visibility&&(!("audio"!==t&&"video"!==t||!e.hasAttribute("controls"))||(!!e.hasAttribute("tabindex")||(!(!e.hasAttribute("contenteditable")||"false"===e.getAttribute("contenteditable"))||["button","input","select","textarea","a","audio","video","summary"].includes(t)))))))))}on.styles=[...Oe.styles,an,$t,sn],t([ze({type:Boolean,reflect:!0})],on.prototype,"fluid",void 0),t([Pe()],on.prototype,"toggleVisibility",void 0);let rn=[];class ln{constructor(e){this.tabDirection="forward",this.element=e,this.handleFocusIn=this.handleFocusIn.bind(this),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this)}activate(){rn.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){rn=rn.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return rn[rn.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=function(e){var t,s;const i=[];return function e(t){t instanceof HTMLElement&&(i.push(t),null!==t.shadowRoot&&"open"===t.shadowRoot.mode&&e(t.shadowRoot)),[...t.children].forEach(t=>e(t))}(e),{start:null!==(t=i.find(e=>nn(e)))&&void 0!==t?t:null,end:null!==(s=i.reverse().find(e=>nn(e)))&&void 0!==s?s:null}}(this.element),s="forward"===this.tabDirection?e:t;"function"==typeof(null==s?void 0:s.focus)&&s.focus({preventScroll:!0})}}handleFocusIn(){this.checkFocus()}handleKeyDown(e){"Tab"===e.key&&e.shiftKey&&(this.tabDirection="backward",requestAnimationFrame(()=>this.checkFocus()))}handleKeyUp(){this.tabDirection="forward"}}var dn=r`:host(:not([size=fullscreen])) .modal-panel{background-color:var(--sgds-surface-default);max-width:var(--sgds-dimension-640);padding:var(--sgds-padding-xl)}:host([size=sm]) .modal-panel{max-width:var(--sgds-dimension-480)}:host([size=md]) .modal-panel{max-width:var(--sgds-dimension-640)}:host([size=lg]) .modal-panel{max-width:var(--sgds-dimension-800)}:host([size=xl]) .modal-panel{max-width:var(--sgds-dimension-1280)}:host([size=fullscreen]) .modal-overlay{background-color:var(--sgds-surface-default)}:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-xl) var(--sgds-margin-lg)}.modal{align-items:start;bottom:0;display:flex;font-family:var(--sgds-body-font-family);justify-content:center;left:0;position:fixed;right:0;top:0;z-index:var(--sgds-z-index-modal)}.modal-panel{border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;gap:var(--sgds-gap-2-xl);margin:auto;max-height:calc(100% - var(--sgds-margin-xl) - var(--sgds-margin-xl));width:100%;z-index:2}.modal-panel:focus{outline:none}.modal-content{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--sgds-gap-2-xl);min-height:0;position:relative}.modal-header__close{position:absolute;right:calc(var(--sgds-padding-md)*-1);top:calc(var(--sgds-padding-md)*-1)}@media screen and (min-width:512px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-xl)}}@media screen and (min-width:768px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-2-xl);max-height:calc(100% - var(--sgds-margin-2-xl) - var(--sgds-margin-2-xl))}}@media screen and (min-width:1024px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-4-xl) var(--sgds-margin-lg);max-height:calc(100% - var(--sgds-margin-4-xl) - var(--sgds-margin-4-xl));max-width:var(--sgds-dimension-888)}}@media screen and (min-width:1280px){:host([size=fullscreen]) .modal-panel{max-width:var(--sgds-dimension-1168)}}@media screen and (min-width:1440px){:host([size=fullscreen]) .modal-panel{max-width:var(--sgds-dimension-1312)}}.modal.show .modal-panel{opacity:1;transform:none}.modal-header{display:flex;flex:0 0 auto;flex-direction:row;justify-content:space-between;max-width:var(--sgds-dimension-872)}.modal-header__title-description{display:flex;flex-direction:column;gap:var(--sgds-gap-sm)}:host([size=fullscreen]) .modal-header__title-description{gap:var(--sgds-gap-md)}slot[name=title]::slotted(*){align-items:center;display:flex;flex:1 1 auto;font-size:var(--sgds-font-size-heading-sm)!important;gap:1rem;line-height:var(--sgds-line-height-lg)!important;margin:var(--sgds-margin-none)!important}slot[name=description]::slotted(*){color:var(--sgds-color-subtle);line-height:var(--sgds-line-height-xs);margin:var(--sgds-margin-none)!important}.modal-body{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow:auto}.modal-body slot::slotted(*){--sgds-paragraph-spacing-xl:var(--sgds-margin-none)}.modal-footer{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:var(--sgds-gap-md);justify-content:flex-end;padding-top:var(--sgds-padding-md)}.modal:not(.has-footer) .modal-footer{display:none}.modal-overlay{background-color:var(--sgds-bg-overlay);bottom:0;left:0;position:fixed;right:0;top:0}[hidden]{display:none}`;class cn extends Oe{constructor(){super(...arguments),this.hasSlotController=new $i(this,"footer"),this.open=!1,this.noAnimation=!1,this.size="md",this.hasFooterSlot=!1,this.noCloseButton=!1}connectedCallback(){super.connectedCallback(),this.handleDocumentKeyDown=this.handleDocumentKeyDown.bind(this),this.modal=new ln(this),this._resizeHandler=this._debounce(this._onWindowResize.bind(this),200)}disconnectedCallback(){super.disconnectedCallback(),this._removeResizeListener(),_o(this)}firstUpdated(e){super.firstUpdated(e),this._onWindowResize(),this.dialog.hidden=!this.open,this.open&&(this.addOpenListeners(),this.modal.activate(),yo(this))}updated(){this.hasFooterSlot||(this.hasFooterSlot=this.hasSlotController.test("footer"))}_debounce(e,t){let s;return(...i)=>{clearTimeout(s),s=window.setTimeout(()=>e(...i),t)}}_onWindowResize(){const e=this.panel.getBoundingClientRect().width,t=this.querySelectorAll("sgds-button[slot='footer']");this.panel&&(t.length<=1||(e<512||"fullscreen"===this.size&&e<Uo?t.forEach(e=>{e.fullWidth=!0}):t.forEach(e=>{e.fullWidth=!1})))}_addResizeListener(){window.addEventListener("resize",this._resizeHandler)}_removeResizeListener(){window.removeEventListener("resize",this._resizeHandler)}async show(){if(!this.open)return this.open=!0,ot(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,ot(this,"sgds-after-hide")}requestClose(e){if(this.emit("sgds-close",{cancelable:!0,detail:{source:e}}).defaultPrevented){const e=it(this,"modal.denyClose");return void Je(this.panel,e.keyframes)}this.hide()}addOpenListeners(){document.addEventListener("keydown",this.handleDocumentKeyDown)}removeOpenListeners(){document.removeEventListener("keydown",this.handleDocumentKeyDown)}handleDocumentKeyDown(e){this.open&&"Escape"===e.key&&(e.stopPropagation(),this.requestClose("keyboard"))}_overlayClickHandler(){"fullscreen"!==this.size&&this.requestClose("overlay")}async handleOpenChange(){if(this.open){this.emit("sgds-show"),this.addOpenListeners(),this.originalTrigger=document.activeElement,this.modal.activate(),yo(this),await Promise.all([et(this.dialog),et(this.overlay)]),this.dialog.hidden=!1;const e=it(this,"modal.show"),t=it(this,"modal.overlay.show");!this.noAnimation&&await Promise.all([Je(this.panel,e.keyframes,e.options),Je(this.overlay,t.keyframes,t.options)]),this.emit("sgds-after-show"),this.heading.focus(),this._addResizeListener()}else{this.emit("sgds-hide"),this.removeOpenListeners(),this.modal.deactivate(),await Promise.all([et(this.dialog),et(this.overlay)]);const e=it(this,"modal.hide"),t=it(this,"modal.overlay.hide");!this.noAnimation&&await Promise.all([Je(this.overlay,t.keyframes,t.options).then(()=>{this.overlay.hidden=!0}),Je(this.panel,e.keyframes,e.options).then(()=>{this.panel.hidden=!0})]),this.dialog.hidden=!0,this.overlay.hidden=!1,this.panel.hidden=!1,_o(this);const s=this.originalTrigger;"function"==typeof(null==s?void 0:s.focus)&&setTimeout(()=>s.focus()),this.emit("sgds-after-hide"),this._removeResizeListener()}}render(){return te`
1486
+ `}}function ln(e){const t=e.tagName.toLowerCase();return"-1"!==e.getAttribute("tabindex")&&(!e.hasAttribute("disabled")&&((!e.hasAttribute("aria-disabled")||"false"===e.getAttribute("aria-disabled"))&&(!("input"===t&&"radio"===e.getAttribute("type")&&!e.hasAttribute("checked"))&&(null!==e.offsetParent&&("hidden"!==window.getComputedStyle(e).visibility&&(!("audio"!==t&&"video"!==t||!e.hasAttribute("controls"))||(!!e.hasAttribute("tabindex")||(!(!e.hasAttribute("contenteditable")||"false"===e.getAttribute("contenteditable"))||["button","input","select","textarea","a","audio","video","summary"].includes(t)))))))))}rn.styles=[...Oe.styles,nn,$t,on],t([ze({type:Boolean,reflect:!0})],rn.prototype,"fluid",void 0),t([Pe()],rn.prototype,"toggleVisibility",void 0);let dn=[];class cn{constructor(e){this.tabDirection="forward",this.element=e,this.handleFocusIn=this.handleFocusIn.bind(this),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this)}activate(){dn.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){dn=dn.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return dn[dn.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=function(e){var t,s;const i=[];return function e(t){t instanceof HTMLElement&&(i.push(t),null!==t.shadowRoot&&"open"===t.shadowRoot.mode&&e(t.shadowRoot)),[...t.children].forEach(t=>e(t))}(e),{start:null!==(t=i.find(e=>ln(e)))&&void 0!==t?t:null,end:null!==(s=i.reverse().find(e=>ln(e)))&&void 0!==s?s:null}}(this.element),s="forward"===this.tabDirection?e:t;"function"==typeof(null==s?void 0:s.focus)&&s.focus({preventScroll:!0})}}handleFocusIn(){this.checkFocus()}handleKeyDown(e){"Tab"===e.key&&e.shiftKey&&(this.tabDirection="backward",requestAnimationFrame(()=>this.checkFocus()))}handleKeyUp(){this.tabDirection="forward"}}var hn=r`:host(:not([size=fullscreen])) .modal-panel{background-color:var(--sgds-surface-default);max-width:var(--sgds-dimension-640);padding:var(--sgds-padding-xl)}:host([size=sm]) .modal-panel{max-width:var(--sgds-dimension-480)}:host([size=md]) .modal-panel{max-width:var(--sgds-dimension-640)}:host([size=lg]) .modal-panel{max-width:var(--sgds-dimension-800)}:host([size=xl]) .modal-panel{max-width:var(--sgds-dimension-1280)}:host([size=fullscreen]) .modal-overlay{background-color:var(--sgds-surface-default)}:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-xl) var(--sgds-margin-lg)}.modal{align-items:start;bottom:0;display:flex;font-family:var(--sgds-body-font-family);justify-content:center;left:0;position:fixed;right:0;top:0;z-index:var(--sgds-z-index-modal)}.modal-panel{border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;gap:var(--sgds-gap-2-xl);margin:auto;max-height:calc(100% - var(--sgds-margin-xl) - var(--sgds-margin-xl));width:100%;z-index:2}.modal-panel:focus{outline:none}.modal-content{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--sgds-gap-2-xl);min-height:0;position:relative}.modal-header__close{position:absolute;right:calc(var(--sgds-padding-md)*-1);top:calc(var(--sgds-padding-md)*-1)}@media screen and (min-width:512px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-xl)}}@media screen and (min-width:768px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-2-xl);max-height:calc(100% - var(--sgds-margin-2-xl) - var(--sgds-margin-2-xl))}}@media screen and (min-width:1024px){:host([size=fullscreen]) .modal-panel{margin:var(--sgds-margin-4-xl) var(--sgds-margin-lg);max-height:calc(100% - var(--sgds-margin-4-xl) - var(--sgds-margin-4-xl));max-width:var(--sgds-dimension-888)}}@media screen and (min-width:1280px){:host([size=fullscreen]) .modal-panel{max-width:var(--sgds-dimension-1168)}}@media screen and (min-width:1440px){:host([size=fullscreen]) .modal-panel{max-width:var(--sgds-dimension-1312)}}.modal.show .modal-panel{opacity:1;transform:none}.modal-header{display:flex;flex:0 0 auto;flex-direction:row;justify-content:space-between;max-width:var(--sgds-dimension-872)}.modal-header__title-description{display:flex;flex-direction:column;gap:var(--sgds-gap-sm)}:host([size=fullscreen]) .modal-header__title-description{gap:var(--sgds-gap-md)}slot[name=title]::slotted(*){align-items:center;display:flex;flex:1 1 auto;font-size:var(--sgds-font-size-heading-sm)!important;gap:1rem;line-height:var(--sgds-line-height-lg)!important;margin:var(--sgds-margin-none)!important}slot[name=description]::slotted(*){color:var(--sgds-color-subtle);line-height:var(--sgds-line-height-xs);margin:var(--sgds-margin-none)!important}.modal-body{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow:auto}.modal-body slot::slotted(*){--sgds-paragraph-spacing-xl:var(--sgds-margin-none)}.modal-footer{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:var(--sgds-gap-md);justify-content:flex-end;padding-top:var(--sgds-padding-md)}.modal:not(.has-footer) .modal-footer{display:none}.modal-overlay{background-color:var(--sgds-bg-overlay);bottom:0;left:0;position:fixed;right:0;top:0}[hidden]{display:none}`;class pn extends Oe{constructor(){super(...arguments),this.hasSlotController=new $i(this,"footer"),this.open=!1,this.noAnimation=!1,this.size="md",this.hasFooterSlot=!1,this.noCloseButton=!1}connectedCallback(){super.connectedCallback(),this.handleDocumentKeyDown=this.handleDocumentKeyDown.bind(this),this.modal=new cn(this),this._resizeHandler=this._debounce(this._onWindowResize.bind(this),200)}disconnectedCallback(){super.disconnectedCallback(),this._removeResizeListener(),_o(this)}firstUpdated(e){super.firstUpdated(e),this._onWindowResize(),this.dialog.hidden=!this.open,this.open&&(this.addOpenListeners(),this.modal.activate(),yo(this))}updated(){this.hasFooterSlot||(this.hasFooterSlot=this.hasSlotController.test("footer"))}_debounce(e,t){let s;return(...i)=>{clearTimeout(s),s=window.setTimeout(()=>e(...i),t)}}_onWindowResize(){const e=this.panel.getBoundingClientRect().width,t=this.querySelectorAll("sgds-button[slot='footer']");this.panel&&(t.length<=1||(e<512||"fullscreen"===this.size&&e<Uo?t.forEach(e=>{e.fullWidth=!0}):t.forEach(e=>{e.fullWidth=!1})))}_addResizeListener(){window.addEventListener("resize",this._resizeHandler)}_removeResizeListener(){window.removeEventListener("resize",this._resizeHandler)}async show(){if(!this.open)return this.open=!0,ot(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,ot(this,"sgds-after-hide")}requestClose(e){if(this.emit("sgds-close",{cancelable:!0,detail:{source:e}}).defaultPrevented){const e=it(this,"modal.denyClose");return void Je(this.panel,e.keyframes)}this.hide()}addOpenListeners(){document.addEventListener("keydown",this.handleDocumentKeyDown)}removeOpenListeners(){document.removeEventListener("keydown",this.handleDocumentKeyDown)}handleDocumentKeyDown(e){this.open&&"Escape"===e.key&&(e.stopPropagation(),this.requestClose("keyboard"))}_overlayClickHandler(){"fullscreen"!==this.size&&this.requestClose("overlay")}async handleOpenChange(){if(this.open){this.emit("sgds-show"),this.addOpenListeners(),this.originalTrigger=document.activeElement,this.modal.activate(),yo(this),await Promise.all([et(this.dialog),et(this.overlay)]),this.dialog.hidden=!1;const e=it(this,"modal.show"),t=it(this,"modal.overlay.show");!this.noAnimation&&await Promise.all([Je(this.panel,e.keyframes,e.options),Je(this.overlay,t.keyframes,t.options)]),this.emit("sgds-after-show"),this.heading.focus(),this._addResizeListener()}else{this.emit("sgds-hide"),this.removeOpenListeners(),this.modal.deactivate(),await Promise.all([et(this.dialog),et(this.overlay)]);const e=it(this,"modal.hide"),t=it(this,"modal.overlay.hide");!this.noAnimation&&await Promise.all([Je(this.overlay,t.keyframes,t.options).then(()=>{this.overlay.hidden=!0}),Je(this.panel,e.keyframes,e.options).then(()=>{this.panel.hidden=!0})]),this.dialog.hidden=!0,this.overlay.hidden=!1,this.panel.hidden=!1,_o(this);const s=this.originalTrigger;"function"==typeof(null==s?void 0:s.focus)&&setTimeout(()=>s.focus()),this.emit("sgds-after-hide"),this._removeResizeListener()}}render(){return te`
1446
1487
  <div
1447
1488
  class=${Ke({modal:!0,show:this.open,"has-footer":this.hasFooterSlot})}
1448
1489
  >
@@ -1477,19 +1518,19 @@ class Ho{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
1477
1518
  </div>
1478
1519
  </div>
1479
1520
  </div>
1480
- `}}cn.styles=[...Oe.styles,Xi,an,dn],cn.dependencies={"sgds-close-button":ft},t([De(".modal")],cn.prototype,"dialog",void 0),t([De(".modal-panel")],cn.prototype,"panel",void 0),t([De(".modal-overlay")],cn.prototype,"overlay",void 0),t([De(".modal-title")],cn.prototype,"heading",void 0),t([ze({type:Boolean,reflect:!0})],cn.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],cn.prototype,"noAnimation",void 0),t([ze({reflect:!0})],cn.prototype,"size",void 0),t([ze({type:Boolean})],cn.prototype,"hasFooterSlot",void 0),t([ze({type:Boolean,reflect:!0})],cn.prototype,"noCloseButton",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],cn.prototype,"handleOpenChange",null),at("modal.show",{keyframes:[{opacity:0,transform:"scale(1) translate(0, -100%)"},{opacity:1,transform:"scale(1) translate(0, 0%)"}],options:{duration:400,easing:"ease"}}),at("modal.hide",{keyframes:[{opacity:1,transform:"scale(1) translate(0, 0)"},{opacity:0,transform:"scale(1) translate(0, -100%)"}],options:{duration:400,easing:"ease"}}),at("modal.denyClose",{keyframes:[{transform:"scale(1)"},{transform:"scale(1.02)"},{transform:"scale(1)"}],options:{duration:400}}),at("modal.overlay.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:400}}),at("modal.overlay.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:400}});
1521
+ `}}pn.styles=[...Oe.styles,Xi,nn,hn],pn.dependencies={"sgds-close-button":ft},t([Ie(".modal")],pn.prototype,"dialog",void 0),t([Ie(".modal-panel")],pn.prototype,"panel",void 0),t([Ie(".modal-overlay")],pn.prototype,"overlay",void 0),t([Ie(".modal-title")],pn.prototype,"heading",void 0),t([ze({type:Boolean,reflect:!0})],pn.prototype,"open",void 0),t([ze({type:Boolean,reflect:!0})],pn.prototype,"noAnimation",void 0),t([ze({reflect:!0})],pn.prototype,"size",void 0),t([ze({type:Boolean})],pn.prototype,"hasFooterSlot",void 0),t([ze({type:Boolean,reflect:!0})],pn.prototype,"noCloseButton",void 0),t([nt("open",{waitUntilFirstUpdate:!0})],pn.prototype,"handleOpenChange",null),at("modal.show",{keyframes:[{opacity:0,transform:"scale(1) translate(0, -100%)"},{opacity:1,transform:"scale(1) translate(0, 0%)"}],options:{duration:400,easing:"ease"}}),at("modal.hide",{keyframes:[{opacity:1,transform:"scale(1) translate(0, 0)"},{opacity:0,transform:"scale(1) translate(0, -100%)"}],options:{duration:400,easing:"ease"}}),at("modal.denyClose",{keyframes:[{transform:"scale(1)"},{transform:"scale(1.02)"},{transform:"scale(1)"}],options:{duration:400}}),at("modal.overlay.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:400}}),at("modal.overlay.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:400}});
1481
1522
  /**
1482
1523
  * @license
1483
1524
  * Copyright 2018 Google LLC
1484
1525
  * SPDX-License-Identifier: BSD-3-Clause
1485
1526
  */
1486
- const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(super(e),e.type!==Ne||"style"!==e.name||e.strings?.length>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,s)=>{const i=e[s];return null==i?t:t+`${s=s.includes("-")?s:s.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${i};`},"")}update(e,[t]){const{style:s}=e.element;if(void 0===this._previousStyleProperties)return this._previousStyleProperties=new Set(Object.keys(t)),this.render(t);for(const e of this._previousStyleProperties)null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?s.removeProperty(e):s[e]=null);for(const e in t){const i=t[e];if(null!=i){this._previousStyleProperties.add(e);const t="string"==typeof i&&i.endsWith(pn);e.includes("-")||t?s.setProperty(e,t?i.slice(0,-11):i,t?hn:""):s[e]=i}}return ie}});var gn=r`progress{vertical-align:baseline}.progress-container{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);overflow:hidden}.progress{background-color:var(--sgds-bg-translucent)}.progress-bar{background-color:var(--sgds-primary-surface-default);display:flex;flex-direction:column;height:var(--sgds-dimension-4);justify-content:center;overflow:hidden;transition:width .6s ease}:host([variant=neutral]) .progress-bar{background-color:var(--sgds-neutral-surface-default)}.label{color:var(--sgds-color-subtle);font-size:var(--sgds-font-size-label-sm);white-space:nowrap}`;class vn extends Oe{constructor(){super(...arguments),this.variant="primary",this.ariaLabel="",this.arialabel="",this.label=""}render(){var e,t;return te`
1527
+ const un="important",gn=" !"+un;const vn=Ye(class extends We{constructor(e){if(super(e),e.type!==Ne||"style"!==e.name||e.strings?.length>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,s)=>{const i=e[s];return null==i?t:t+`${s=s.includes("-")?s:s.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${i};`},"")}update(e,[t]){const{style:s}=e.element;if(void 0===this._previousStyleProperties)return this._previousStyleProperties=new Set(Object.keys(t)),this.render(t);for(const e of this._previousStyleProperties)null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?s.removeProperty(e):s[e]=null);for(const e in t){const i=t[e];if(null!=i){this._previousStyleProperties.add(e);const t="string"==typeof i&&i.endsWith(gn);e.includes("-")||t?s.setProperty(e,t?i.slice(0,-11):i,t?un:""):s[e]=i}}return ie}});var mn=r`progress{vertical-align:baseline}.progress-container{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);overflow:hidden}.progress{background-color:var(--sgds-bg-translucent)}.progress-bar{background-color:var(--sgds-primary-surface-default);display:flex;flex-direction:column;height:var(--sgds-dimension-4);justify-content:center;overflow:hidden;transition:width .6s ease}:host([variant=neutral]) .progress-bar{background-color:var(--sgds-neutral-surface-default)}.label{color:var(--sgds-color-subtle);font-size:var(--sgds-font-size-label-sm);white-space:nowrap}`;class fn extends Oe{constructor(){super(...arguments),this.variant="primary",this.ariaLabel="",this.arialabel="",this.label=""}render(){var e,t;return te`
1487
1528
  <div class="progress-container">
1488
1529
  <div class="progress">
1489
1530
  <div
1490
1531
  class="progress-bar"
1491
1532
  role="progressbar"
1492
- style=${un({width:`${this.value}%`})}
1533
+ style=${vn({width:`${this.value}%`})}
1493
1534
  aria-label=${this.ariaLabel||this.arialabel||ae}
1494
1535
  aria-valuenow=${this.value}
1495
1536
  aria-valuemin=${null!==(e=this.ariamin)&&void 0!==e?e:ae}
@@ -1498,7 +1539,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1498
1539
  </div>
1499
1540
  ${this.label?te`<span class="label">${this.label}</span>`:ae}
1500
1541
  </div>
1501
- `}}vn.styles=[...Oe.styles,gn],t([ze({type:String,reflect:!0})],vn.prototype,"variant",void 0),t([ze({type:Number,reflect:!0})],vn.prototype,"value",void 0),t([ze({type:Number,reflect:!0})],vn.prototype,"ariamin",void 0),t([ze({type:Number,reflect:!0})],vn.prototype,"ariamax",void 0),t([ze({type:String,reflect:!0})],vn.prototype,"ariaLabel",void 0),t([ze({type:String,reflect:!0})],vn.prototype,"arialabel",void 0),t([ze({type:String,reflect:!0})],vn.prototype,"label",void 0);var mn=r`sgds-input{--input-min-width:var(--sgds-dimension-0)}.input-group{align-items:stretch;display:flex;gap:var(--sgds-gap-none)}.input-group>sgds-input{--input-border-radius:0;flex:1 1 auto;margin-inline:calc(var(--sgds-form-border-width-default)*-1);min-width:0;position:relative;z-index:1}.input-group>sgds-input:focus-within{z-index:3}.input-group>sgds-icon-button.minus-btn{--btn-border-radius:var(--sgds-form-border-radius-md) 0 0 var(--sgds-form-border-radius-md)}.input-group>sgds-icon-button.plus-btn{--btn-border-radius:0 var(--sgds-form-border-radius-md) var(--sgds-form-border-radius-md) 0}.input-group sgds-button:focus{z-index:3}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}`;class fn extends(ha(la)){constructor(){super(...arguments),this.value=0,this.step=1,this.noValidate=!1,this.readonly=!1,this.defaultValue=0}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}async _handleChange(e){e.stopPropagation();const t=await this._sgdsInput;(parseInt(t.value)<this.step||""===t.value)&&(t.value="0"),this.value=parseInt(t.value),this._mixinSetFormValue(),this.emit("sgds-change"),this._mixinShouldSkipSgdsValidation()||(this._mixinValidate(t.input),this.invalid=!this._mixinReportValidity())}async _handleInputChange(e){e.stopPropagation();const t=await this._sgdsInput;(parseInt(t.value)<this.step||""===t.value)&&(t.value="0"),this.value=parseInt(t.value),this._mixinSetFormValue(),this.emit("sgds-input"),this._mixinShouldSkipSgdsValidation()||(this.invalid=!1,this._mixinValidate(t.input))}async _mixinResetFormControl(){const e=await this._sgdsInput;this.value=this.defaultValue,e.input.value=this.value.toString(),this._mixinResetValidity(e.input)}_handleKeyDown(e){const t=["Backspace","ArrowUp","ArrowDown","ArrowLeft","ArrowRight",...Array.from(Array(10).keys()).map(e=>e.toString()),"Tab"];t.includes(e.key)||e.preventDefault()}_handleInvalid(){this.invalid=!0}_handleValid(){this.invalid=!1}plus(){this.plusBtn.click()}minus(){this.minusBtn.click()}async _onPlus(e){const t=await this._sgdsInput;e.preventDefault(),e.stopPropagation(),this.value=parseInt(t.value)+parseInt(t.step.toString()),this._validateOnClick(t.input),this.emit("sgds-change")}async _onMinus(e){const t=await this._sgdsInput;e.preventDefault(),e.stopPropagation(),this.value<this.step?this.value=0:this.value=parseInt(t.value)-parseInt(t.step.toString()),this._validateOnClick(t.input),this.emit("sgds-change")}async _validateOnClick(e){const t=await this._sgdsInput;await t.updateComplete,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||(this._mixinValidate(e),this.invalid=!this._mixinReportValidity())}_renderFeedback(){const e="both"===this.hasFeedback||"text"===this.hasFeedback;return this.invalid&&e?ut` <div class="invalid-feedback-container">
1542
+ `}}fn.styles=[...Oe.styles,mn],t([ze({type:String,reflect:!0})],fn.prototype,"variant",void 0),t([ze({type:Number,reflect:!0})],fn.prototype,"value",void 0),t([ze({type:Number,reflect:!0})],fn.prototype,"ariamin",void 0),t([ze({type:Number,reflect:!0})],fn.prototype,"ariamax",void 0),t([ze({type:String,reflect:!0})],fn.prototype,"ariaLabel",void 0),t([ze({type:String,reflect:!0})],fn.prototype,"arialabel",void 0),t([ze({type:String,reflect:!0})],fn.prototype,"label",void 0);var bn=r`sgds-input{--input-min-width:var(--sgds-dimension-0)}.input-group{align-items:stretch;display:flex;gap:var(--sgds-gap-none)}.input-group>sgds-input{--input-border-radius:0;flex:1 1 auto;margin-inline:calc(var(--sgds-form-border-width-default)*-1);min-width:0;position:relative;z-index:1}.input-group>sgds-input:focus-within{z-index:3}.input-group>sgds-icon-button.minus-btn{--btn-border-radius:var(--sgds-form-border-radius-md) 0 0 var(--sgds-form-border-radius-md)}.input-group>sgds-icon-button.plus-btn{--btn-border-radius:0 var(--sgds-form-border-radius-md) var(--sgds-form-border-radius-md) 0}.input-group sgds-button:focus{z-index:3}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}`;class wn extends(ha(la)){constructor(){super(...arguments),this.value=0,this.step=1,this.noValidate=!1,this.readonly=!1,this.defaultValue=0}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}async _handleChange(e){e.stopPropagation();const t=await this._sgdsInput;(parseInt(t.value)<this.step||""===t.value)&&(t.value="0"),this.value=parseInt(t.value),this._mixinSetFormValue(),this.emit("sgds-change"),this._mixinShouldSkipSgdsValidation()||(this._mixinValidate(t.input),this.invalid=!this._mixinReportValidity())}async _handleInputChange(e){e.stopPropagation();const t=await this._sgdsInput;(parseInt(t.value)<this.step||""===t.value)&&(t.value="0"),this.value=parseInt(t.value),this._mixinSetFormValue(),this.emit("sgds-input"),this._mixinShouldSkipSgdsValidation()||(this.invalid=!1,this._mixinValidate(t.input))}async _mixinResetFormControl(){const e=await this._sgdsInput;this.value=this.defaultValue,e.input.value=this.value.toString(),this._mixinResetValidity(e.input)}_handleKeyDown(e){const t=["Backspace","ArrowUp","ArrowDown","ArrowLeft","ArrowRight",...Array.from(Array(10).keys()).map(e=>e.toString()),"Tab"];t.includes(e.key)||e.preventDefault()}_handleInvalid(){this.invalid=!0}_handleValid(){this.invalid=!1}plus(){this.plusBtn.click()}minus(){this.minusBtn.click()}async _onPlus(e){const t=await this._sgdsInput;e.preventDefault(),e.stopPropagation(),this.value=parseInt(t.value)+parseInt(t.step.toString()),this._validateOnClick(t.input),this.emit("sgds-change")}async _onMinus(e){const t=await this._sgdsInput;e.preventDefault(),e.stopPropagation(),this.value<this.step?this.value=0:this.value=parseInt(t.value)-parseInt(t.step.toString()),this._validateOnClick(t.input),this.emit("sgds-change")}async _validateOnClick(e){const t=await this._sgdsInput;await t.updateComplete,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||(this._mixinValidate(e),this.invalid=!this._mixinReportValidity())}_renderFeedback(){const e="both"===this.hasFeedback||"text"===this.hasFeedback;return this.invalid&&e?ut` <div class="invalid-feedback-container">
1502
1543
  <slot name="invalidIcon">
1503
1544
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
1504
1545
  <path
@@ -1566,7 +1607,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1566
1607
  <div id="${this._controlId}-announcer" aria-live="assertive" class="visually-hidden">${this.value}</div>
1567
1608
  ${this._renderFeedback()}
1568
1609
  </div>
1569
- `}}fn.styles=[...la.styles,ra,an,fa,mn],fn.dependencies={"sgds-input":no,"sgds-icon-button":Pa},t([De("sgds-icon-button[ariaLabel^='increase by']")],fn.prototype,"plusBtn",void 0),t([De("sgds-icon-button[ariaLabel^='decrease by']")],fn.prototype,"minusBtn",void 0),t([ze({type:Number,reflect:!0})],fn.prototype,"value",void 0),t([ze({type:Number})],fn.prototype,"step",void 0),t([ze({type:Number})],fn.prototype,"min",void 0),t([ze({type:Number})],fn.prototype,"max",void 0),t([ze({type:String,reflect:!0})],fn.prototype,"hasFeedback",void 0),t([ze({type:String,reflect:!0})],fn.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],fn.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],fn.prototype,"readonly",void 0),t([da()],fn.prototype,"defaultValue",void 0),t([Ie("sgds-input")],fn.prototype,"_sgdsInput",void 0);var bn=r`:host{outline:0}.form-check-input[type=radio]{border-radius:50%}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z" fill="%23fff"/></svg>')}.form-check-input[checked].is-invalid{background-color:var(--sgds-form-danger-surface-default)}`;class wn extends Oe{constructor(){super(...arguments),this.checked=!1,this.disabled=!1,this.invalid=!1,this.autofocus=!1,this.radioId=Zi("radio")}connectedCallback(){super.connectedCallback(),this.setInitialAttributes(),this.addEventListeners()}handleCheckedChange(){var e;this.checked&&this.autofocus&&(null===(e=this.input)||void 0===e||e.focus()),this.setAttribute("tabindex",this.checked?"0":"-1")}handleDisabledChange(){this.setAttribute("aria-disabled",this.disabled?"true":"false")}handleBlur(){this.emit("sgds-blur")}handleClick(){this.disabled||(this.checked=!0)}handleFocus(){this.emit("sgds-focus")}addEventListeners(){this.addEventListener("blur",()=>this.handleBlur()),this.addEventListener("click",()=>this.handleClick()),this.addEventListener("focus",()=>this.handleFocus())}setInitialAttributes(){this.setAttribute("tabindex","-1"),this.setAttribute("aria-disabled",this.disabled?"true":"false")}render(){return te`
1610
+ `}}wn.styles=[...la.styles,ra,nn,fa,bn],wn.dependencies={"sgds-input":no,"sgds-icon-button":Pa},t([Ie("sgds-icon-button[ariaLabel^='increase by']")],wn.prototype,"plusBtn",void 0),t([Ie("sgds-icon-button[ariaLabel^='decrease by']")],wn.prototype,"minusBtn",void 0),t([ze({type:Number,reflect:!0})],wn.prototype,"value",void 0),t([ze({type:Number})],wn.prototype,"step",void 0),t([ze({type:Number})],wn.prototype,"min",void 0),t([ze({type:Number})],wn.prototype,"max",void 0),t([ze({type:String,reflect:!0})],wn.prototype,"hasFeedback",void 0),t([ze({type:String,reflect:!0})],wn.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],wn.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],wn.prototype,"readonly",void 0),t([da()],wn.prototype,"defaultValue",void 0),t([De("sgds-input")],wn.prototype,"_sgdsInput",void 0);var yn=r`:host{outline:0}.form-check-input[type=radio]{border-radius:50%}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z" fill="%23fff"/></svg>')}.form-check-input[checked].is-invalid{background-color:var(--sgds-form-danger-surface-default)}`;class _n extends Oe{constructor(){super(...arguments),this.checked=!1,this.disabled=!1,this.invalid=!1,this.autofocus=!1,this.radioId=Zi("radio")}connectedCallback(){super.connectedCallback(),this.setInitialAttributes(),this.addEventListeners()}handleCheckedChange(){var e;this.checked&&this.autofocus&&(null===(e=this.input)||void 0===e||e.focus()),this.setAttribute("tabindex",this.checked?"0":"-1")}handleDisabledChange(){this.setAttribute("aria-disabled",this.disabled?"true":"false")}handleBlur(){this.emit("sgds-blur")}handleClick(){this.disabled||(this.checked=!0)}handleFocus(){this.emit("sgds-focus")}addEventListeners(){this.addEventListener("blur",()=>this.handleBlur()),this.addEventListener("click",()=>this.handleClick()),this.addEventListener("focus",()=>this.handleFocus())}setInitialAttributes(){this.setAttribute("tabindex","-1"),this.setAttribute("aria-disabled",this.disabled?"true":"false")}render(){return te`
1570
1611
  <div class="form-check">
1571
1612
  <input
1572
1613
  class=${Ke({"form-check-input":!0,"is-invalid":this.invalid})}
@@ -1583,7 +1624,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1583
1624
  <slot></slot>
1584
1625
  </label>
1585
1626
  </div>
1586
- `}}wn.styles=[...Oe.styles,ua,na,bn],t([ze({type:Boolean,reflect:!0})],wn.prototype,"checked",void 0),t([ze()],wn.prototype,"value",void 0),t([ze({type:Boolean,reflect:!0})],wn.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],wn.prototype,"invalid",void 0),t([ze({type:Boolean,reflect:!1})],wn.prototype,"autofocus",void 0),t([De("input")],wn.prototype,"input",void 0),t([nt("checked")],wn.prototype,"handleCheckedChange",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],wn.prototype,"handleDisabledChange",null);var yn=r`fieldset{border:0;gap:var(--sgds-form-gap-md);margin:0;min-width:0;padding:0}.label-hint-container,fieldset{display:flex;flex-direction:column}.label-hint-container{gap:var(--sgds-form-gap-sm)}.radio-group-validation-input{display:none}.radio-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}:host([disabled]) .label-hint-container{cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class _n extends(ha(la)){constructor(){super(...arguments),this.defaultValue="",this.value="",this.invalidFeedback="",this.hasFeedback=!1,this.required=!1,this.noValidate=!1,this.autofocus=!1,this._isTouched=!1}_handleValueChange(){this._updateCheckedRadio()}_handleInvalidChange(){this._radios.forEach(e=>e.invalid=this.invalid)}_mixinResetFormControl(){this.value=this.input.value=this.defaultValue,this._updateInputValue("reset"),this._mixinResetValidity(this.input)}connectedCallback(){super.connectedCallback(),this.defaultValue=this.value,this.addEventListener("sgds-blur",()=>{this._isTouched=!0})}firstUpdated(e){super.firstUpdated(e);const t=this._radios;t.forEach((e,s)=>{if(t.length>1)switch(s){case 0:e.setAttribute("first-of-type","");break;case t.length-1:e.setAttribute("last-of-type","");break;default:e.setAttribute("nth-of-type","")}}),this.value&&this._updateInputValue("change")}_handleRadioClick(e){e.preventDefault();const t=e.target;if(t.disabled)return;this.value=t.value,this.emit("sgds-change",{detail:{value:this.value}}),this._updateInputValue();this._radios.forEach(e=>e.checked=e===t)}_updateInputValue(e="change"){this.input.value=this.value,this.input.dispatchEvent(new InputEvent(e))}_handleKeyDown(e){var t;if(!["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"," "].includes(e.key))return;const s=this._radios.filter(e=>!e.disabled),i=null!==(t=s.find(e=>e.checked))&&void 0!==t?t:s[0],a=" "===e.key?0:["ArrowUp","ArrowLeft"].includes(e.key)?-1:1;let o=s.indexOf(i)+a;o<0&&(o=s.length-1),o>s.length-1&&(o=0),this._radios.forEach(e=>{e.checked=!1,e.tabIndex=-1}),this.value=s[o].value,this.emit("sgds-change",{detail:{value:this.value}}),this._updateInputValue(),s[o].checked=!0,s[o].tabIndex=0,e.preventDefault()}_handleSlotChange(){const e=this._radios;e.forEach(e=>(e.autofocus=this.autofocus,e.checked=e.value===this.value,e)),this._disabledChildRadios(),e.some(e=>e.checked)||e[0]&&(e[0].tabIndex=0)}_updateCheckedRadio(){this._radios.forEach(e=>e.checked=e.value===this.value)}_renderHintText(){const e=te` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_handleDisabledChange(){this.setInvalid(!1),this._disabledChildRadios()}_disabledChildRadios(){if(this.disabled){this._radios.forEach(e=>e.disabled=this.disabled)}}render(){const e=te`
1627
+ `}}_n.styles=[...Oe.styles,ua,na,yn],t([ze({type:Boolean,reflect:!0})],_n.prototype,"checked",void 0),t([ze()],_n.prototype,"value",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"invalid",void 0),t([ze({type:Boolean,reflect:!1})],_n.prototype,"autofocus",void 0),t([Ie("input")],_n.prototype,"input",void 0),t([nt("checked")],_n.prototype,"handleCheckedChange",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],_n.prototype,"handleDisabledChange",null);var xn=r`fieldset{border:0;gap:var(--sgds-form-gap-md);margin:0;min-width:0;padding:0}.label-hint-container,fieldset{display:flex;flex-direction:column}.label-hint-container{gap:var(--sgds-form-gap-sm)}.radio-group-validation-input{display:none}.radio-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}:host([disabled]) .label-hint-container{cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class kn extends(ha(la)){constructor(){super(...arguments),this.defaultValue="",this.value="",this.invalidFeedback="",this.hasFeedback=!1,this.required=!1,this.noValidate=!1,this.autofocus=!1,this._isTouched=!1}_handleValueChange(){this._updateCheckedRadio()}_handleInvalidChange(){this._radios.forEach(e=>e.invalid=this.invalid)}_mixinResetFormControl(){this.value=this.input.value=this.defaultValue,this._updateInputValue("reset"),this._mixinResetValidity(this.input)}connectedCallback(){super.connectedCallback(),this.defaultValue=this.value,this.addEventListener("sgds-blur",()=>{this._isTouched=!0})}firstUpdated(e){super.firstUpdated(e);const t=this._radios;t.forEach((e,s)=>{if(t.length>1)switch(s){case 0:e.setAttribute("first-of-type","");break;case t.length-1:e.setAttribute("last-of-type","");break;default:e.setAttribute("nth-of-type","")}}),this.value&&this._updateInputValue("change")}_handleRadioClick(e){e.preventDefault();const t=e.target;if(t.disabled)return;this.value=t.value,this.emit("sgds-change",{detail:{value:this.value}}),this._updateInputValue();this._radios.forEach(e=>e.checked=e===t)}_updateInputValue(e="change"){this.input.value=this.value,this.input.dispatchEvent(new InputEvent(e))}_handleKeyDown(e){var t;if(!["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"," "].includes(e.key))return;const s=this._radios.filter(e=>!e.disabled),i=null!==(t=s.find(e=>e.checked))&&void 0!==t?t:s[0],a=" "===e.key?0:["ArrowUp","ArrowLeft"].includes(e.key)?-1:1;let o=s.indexOf(i)+a;o<0&&(o=s.length-1),o>s.length-1&&(o=0),this._radios.forEach(e=>{e.checked=!1,e.tabIndex=-1}),this.value=s[o].value,this.emit("sgds-change",{detail:{value:this.value}}),this._updateInputValue(),s[o].checked=!0,s[o].tabIndex=0,e.preventDefault()}_handleSlotChange(){const e=this._radios;e.forEach(e=>(e.autofocus=this.autofocus,e.checked=e.value===this.value,e)),this._disabledChildRadios(),e.some(e=>e.checked)||e[0]&&(e[0].tabIndex=0)}_updateCheckedRadio(){this._radios.forEach(e=>e.checked=e.value===this.value)}_renderHintText(){const e=te` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_handleDisabledChange(){this.setInvalid(!1),this._disabledChildRadios()}_disabledChildRadios(){if(this.disabled){this._radios.forEach(e=>e.disabled=this.disabled)}}render(){const e=te`
1587
1628
  <slot
1588
1629
  class="radio-container"
1589
1630
  @click=${this._handleRadioClick}
@@ -1627,10 +1668,10 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1627
1668
  </div>
1628
1669
  `:ae}
1629
1670
  </fieldset>
1630
- `}}_n.styles=[...la.styles,yn],t([De("slot:not([name])")],_n.prototype,"defaultSlot",void 0),t([Pe()],_n.prototype,"defaultValue",void 0),t([ze({reflect:!0})],_n.prototype,"value",void 0),t([ze({type:String,reflect:!0})],_n.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"hasFeedback",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],_n.prototype,"autofocus",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],_n.prototype,"_handleValueChange",null),t([nt("invalid",{waitUntilFirstUpdate:!0})],_n.prototype,"_handleInvalidChange",null),t([Pe()],_n.prototype,"_isTouched",void 0),t([Ee()],_n.prototype,"_radios",void 0),t([nt("_isTouched",{waitUntilFirstUpdate:!0})],_n.prototype,"_handleIsTouched",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],_n.prototype,"_handleDisabledChange",null);var xn=r`:host{display:block;position:relative}input.form-control{caret-color:transparent;cursor:default}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}slot[id=default].is-loading,slot[id=default].is-loading::slotted(*){display:none}`;class kn extends xa{constructor(){super(...arguments),this._renderItemContent=()=>te`<div class="normal-item-content" role="presentation">
1671
+ `}}kn.styles=[...la.styles,xn],t([Ie("slot:not([name])")],kn.prototype,"defaultSlot",void 0),t([Pe()],kn.prototype,"defaultValue",void 0),t([ze({reflect:!0})],kn.prototype,"value",void 0),t([ze({type:String,reflect:!0})],kn.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],kn.prototype,"hasFeedback",void 0),t([ze({type:Boolean,reflect:!0})],kn.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],kn.prototype,"noValidate",void 0),t([ze({type:Boolean,reflect:!0})],kn.prototype,"autofocus",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],kn.prototype,"_handleValueChange",null),t([nt("invalid",{waitUntilFirstUpdate:!0})],kn.prototype,"_handleInvalidChange",null),t([Pe()],kn.prototype,"_isTouched",void 0),t([Ee()],kn.prototype,"_radios",void 0),t([nt("_isTouched",{waitUntilFirstUpdate:!0})],kn.prototype,"_handleIsTouched",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],kn.prototype,"_handleDisabledChange",null);var Cn=r`:host{display:block;position:relative}input.form-control{caret-color:transparent;cursor:default}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}slot[id=default].is-loading,slot[id=default].is-loading::slotted(*){display:none}`;class $n extends xa{constructor(){super(...arguments),this._renderItemContent=()=>te`<div class="normal-item-content" role="presentation">
1631
1672
  <slot></slot>
1632
1673
  ${this.active?te` <sgds-icon name="check"></sgds-icon> `:ae}
1633
- </div>`}}kn.dependencies={"sgds-icon":_t};class Cn extends wa{constructor(){super(...arguments),this.noValidate=!1,this._blockInputKeydown=e=>{"Tab"!==e.key&&e.preventDefault()}}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",async()=>{(await this._input).focus()})}async firstUpdated(e){super.firstUpdated(e),this._updateDisplayValue(),this.input=await this._input,this._mixinValidate(this.input),this.menuIsOpen&&await this.updateFloatingPosition()}async _handleSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>e.addEventListener("click",e=>{e.target.disabled||this._handleItemSelected(e)})),t.forEach(e=>e.addEventListener("keydown",e=>{"Enter"===e.key&&this._handleItemSelected(e)})),this.menuList=await this._getMenuListFromOptions(t),this._updateDisplayValue(),this.input=await this._input,this._mixinValidate(this.input)}_updateDisplayValue(){if(this.value&&this.menuList.length>0){const e=this.menuList.filter(({value:e})=>e===this.value);this.displayValue=e[0].label,this._setActiveToOption()}}_setActiveToOption(){const e=this.menuList.findIndex(e=>e.value.toString()===this.value);this.options.forEach((t,s)=>{t.active=s===e})}async _handleValueChange(){this._setActiveToOption(),this.emit("sgds-change"),this.value&&this.emit("sgds-select");const e=await this._input;this._mixinSetFormValue(),this._mixinValidate(e),this._updateDisplayValue(),(this._isTouched||""!==this.value)&&(this._mixinShouldSkipSgdsValidation()||(this.invalid=!this._mixinReportValidity()))}async _handleItemSelected(e){var t,s,i;const a=e.target,o=null!==(s=null===(t=a.textContent)||void 0===t?void 0:t.trim())&&void 0!==s?s:"",n={label:o,value:null!==(i=a.getAttribute("value"))&&void 0!==i?i:o};this.value=n.value.toString(),this.displayValue=n.label,this.hideMenu()}_handleFocus(){this.emit("sgds-focus")}async _handleInputBlur(e){e.preventDefault(),this.emit("sgds-blur")}async _mixinResetFormControl(){this.value=this.defaultValue;const e=this.menuList.filter(({value:e})=>e===this.value);e.length<=0?this.displayValue="":this.displayValue=e[0].label,this._mixinResetValidity(await this._input)}_renderMenu(){const e=this.menuList.map(e=>{const t=e.value===this.value;return te`
1674
+ </div>`}}$n.dependencies={"sgds-icon":_t};class Sn extends wa{constructor(){super(...arguments),this.noValidate=!1,this._blockInputKeydown=e=>{"Tab"!==e.key&&e.preventDefault()}}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",async()=>{(await this._input).focus()})}async firstUpdated(e){super.firstUpdated(e),this._updateDisplayValue(),this.input=await this._input,this._mixinValidate(this.input),this.menuIsOpen&&await this.updateFloatingPosition()}async _handleSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>e.addEventListener("click",e=>{e.target.disabled||this._handleItemSelected(e)})),t.forEach(e=>e.addEventListener("keydown",e=>{"Enter"===e.key&&this._handleItemSelected(e)})),this.menuList=await this._getMenuListFromOptions(t),this._updateDisplayValue(),this.input=await this._input,this._mixinValidate(this.input)}_updateDisplayValue(){if(this.value&&this.menuList.length>0){const e=this.menuList.filter(({value:e})=>e===this.value);this.displayValue=e[0].label,this._setActiveToOption()}}_setActiveToOption(){const e=this.menuList.findIndex(e=>e.value.toString()===this.value);this.options.forEach((t,s)=>{t.active=s===e})}async _handleValueChange(){this._setActiveToOption(),this.emit("sgds-change"),this.value&&this.emit("sgds-select");const e=await this._input;this._mixinSetFormValue(),this._mixinValidate(e),this._updateDisplayValue(),(this._isTouched||""!==this.value)&&(this._mixinShouldSkipSgdsValidation()||(this.invalid=!this._mixinReportValidity()))}async _handleItemSelected(e){var t,s,i;const a=e.target,o=null!==(s=null===(t=a.textContent)||void 0===t?void 0:t.trim())&&void 0!==s?s:"",n={label:o,value:null!==(i=a.getAttribute("value"))&&void 0!==i?i:o};this.value=n.value.toString(),this.displayValue=n.label,this.hideMenu()}_handleFocus(){this.emit("sgds-focus")}async _handleInputBlur(e){e.preventDefault(),this.emit("sgds-blur")}async _mixinResetFormControl(){this.value=this.defaultValue;const e=this.menuList.filter(({value:e})=>e===this.value);e.length<=0?this.displayValue="":this.displayValue=e[0].label,this._mixinResetValidity(await this._input)}_renderMenu(){const e=this.menuList.map(e=>{const t=e.value===this.value;return te`
1634
1675
  <sgds-select-option
1635
1676
  ?active=${t}
1636
1677
  value=${e.value}
@@ -1687,7 +1728,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1687
1728
  ${this.loading?this._renderLoadingMenu():ae}
1688
1729
  </div>
1689
1730
  </div>
1690
- `}}Cn.styles=[...wa.styles,fa,xn],Cn.childName="sgds-select-option",Cn.dependencies={"sgds-icon":_t,"sgds-spinner":Ma,[Cn.childName]:kn},t([ze({type:Boolean,reflect:!0})],Cn.prototype,"noValidate",void 0),t([Ee({flatten:!0,selector:"sgds-select-option"})],Cn.prototype,"options",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],Cn.prototype,"_handleValueChange",null);var $n=r`.sidebar{display:flex;flex-direction:column;height:100%;position:relative;transition:width var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);width:var(--sgds-dimension-288);z-index:var(--sgds-z-index-sticky)}.sidebar:not(.overlay).sidebar--collapsed{width:var(--sgds-dimension-72)}.overlay{left:0;position:absolute;top:0}.overlay.sidebar--collapsed{width:var(--sgds-dimension-0)}.sidebar-top{align-items:center;display:flex;gap:var(--sgds-gap-md);justify-content:space-between;padding:0 var(--sgds-padding-xs)}:not(.overlay).sidebar--collapsed .sidebar-brand-name{display:none}:not(.overlay).sidebar--collapsed .sidebar-top{justify-content:center}.sidebar-main{background-color:var(--sgds-surface-default);border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--sgds-padding-lg) 0;position:relative;z-index:1}.overlay .sidebar-main{left:0;transition:left var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.overlay.sidebar--collapsed .sidebar-main{left:calc(var(--sgds-dimension-288)*-1)}.sidebar-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.sidebar-content{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-md);margin-top:var(--sgds-margin-lg);overflow-y:auto}slot[name=lower]::slotted(*){margin-top:var(--sgds-margin-lg)}.sidebar-nested-overlay{background-color:var(--sgds-surface-raised);overflow-y:auto;padding:var(--sgds-padding-md) var(--sgds-padding-xs);transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);transition-property:opacity left;width:var(--sgds-dimension-288);z-index:0}.sidebar--overlay,.sidebar-nested-overlay{bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0}.sidebar--overlay{background-color:var(--sgds-bg-overlay);content:"";transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);width:100vw}.sidebar--overlay.show{opacity:1;pointer-events:unset}.sidebar-nested-overlay.show{border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);left:var(--sgds-dimension-288);opacity:1;pointer-events:auto}:not(.overlay).sidebar--collapsed .sidebar-nested-overlay.show{left:var(--sgds-dimension-72)}.sidebar-nested-overlay sgds-icon-button{display:none}.sidebar::-webkit-scrollbar{width:var(--sgds-dimension-2)}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-xs)}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--sgds-color-subtle)}@media screen and (max-width:767px){.sidebar-nested-overlay sgds-icon-button{display:block}.sidebar,.sidebar-nested-overlay{width:var(--sgds-dimension-256)}.sidebar-nested-overlay,.sidebar-nested-overlay.show{left:var(--sgds-dimension-256)}}@media screen and (max-width:511px){.sidebar--overlay{display:none}.sidebar{position:absolute;width:100dvw}.sidebar-nested-overlay{left:-100dvw;width:100dvw;z-index:2}.sidebar-nested-overlay.show,:not(.overlay).sidebar--collapsed .sidebar-nested-overlay.show{left:0}.overlay.sidebar--collapsed .sidebar-main{left:calc(100dvw*-1)}}`;const Sn="sidebar-active-group",Mn="sidebar-active",Zn="sidebar-collapsed",Vn="sidebar-drawer-items",zn="sidebar-drawer-open",Pn="sidebar-drawer-overlay";var Ln=r`.sidebar-item{border-radius:var(--sgds-border-radius-md);cursor:pointer;padding:var(--sgds-padding-xs);transition:background-color .15s ease-in-out,color .15s ease-in-out}.sidebar-item.active,.sidebar-item:focus-visible,.sidebar-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.sidebar-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sidebar-item-label-wrapper,.sidebar-item-label-wrapper>div{align-items:center;display:flex;gap:var(--sgds-gap-xs)}.sidebar-item-label-wrapper{justify-content:space-between;padding:var(--sgds-padding-3-xs) var(--sgds-padding-2-xs)}.sidebar-item-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;display:-webkit-box;font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs);max-height:calc(var(--sgds-line-height-20, 20px)*2);overflow:hidden}.sidebar-item-label.offset{color:var(--sgds-color-subtle);margin-left:var(--sgds-margin-2-xl)}.sidebar-item-leaf.active .sidebar-item-label.offset,.sidebar-item-leaf:focus-visible .sidebar-item-label.offset,.sidebar-item-leaf:hover .sidebar-item-label.offset{color:var(--sgds-color-default)}.sidebar-item-leaf.active,.sidebar-item-leaf:focus-visible,.sidebar-item-leaf:hover{background-color:var(--sgds-bg-translucent-subtle)}.sidebar-item-label-wrapper .sidebar-item.active{background-color:var(--sgds-surface-raised);color:var(--sgds-primary-color-default)}.sidebar-item-label-wrapper .sidebar-item-indicator{align-items:center;display:flex;gap:var(--sgds-gap-2-xs)}.sidebar-item--collapsed{margin:auto;width:var(--sgds-dimension-40)}.sidebar-item--collapsed .sidebar-item-indicator,.sidebar-item--collapsed .sidebar-item-label{display:none}.sidebar-item--collapsed .sidebar-item-label-wrapper{justify-content:center}.sidebar-submenu{overflow:hidden}.sidebar-submenu>div{margin-top:-100%;opacity:0;pointer-events:none;transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.sidebar-submenu.show>div{margin-top:0;opacity:1;pointer-events:auto}.sidebar-submenu--collapsed{display:none}`;class An extends Oe{constructor(){super(...arguments),this.title="",this.name="",this._sidebarCollapsed=!1,this._sidebarActiveItem=null,this._sidebarActiveGroup=null,this._drawerItems=null,this._showDrawer=!1,this._isOverlay=!1,this._childLevel=1,this._selected=!1,this._hidden=!1,this._childElements=[],this._childActive=!1}connectedCallback(){super.connectedCallback(),this._getChildLevel(),this.addEventListener("keydown",this._handleKeyDown)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this._handleKeyDown)}firstUpdated(e){super.firstUpdated(e),this._getChildLevel()}updated(){var e;if(2===this._childLevel)this._hidden=!this.closest(".sidebar-nested-overlay");else if(this._childLevel>=3){const t=!!this.closest(".sidebar-nested-overlay"),s=this.parentElement,i=null!==(e=null==s?void 0:s.showMenu)&&void 0!==e&&e;this._hidden=!t||!i}}_handleSlotChange(){this._childElements=this._defaultNodes}_handleClick(){this.emit("i-sgds-click",{detail:{element:this,level:this._childLevel}})}_handleKeyDown(e){var t,s;const i=e.target;switch(e.key){case" ":case"Enter":return e.preventDefault(),e.stopPropagation(),void(e.target===this&&this._handleClick());case"ArrowLeft":if(e.preventDefault(),e.stopPropagation(),this._sidebarActiveGroup===this)this._showDrawer&&this._handleClick();else{if(i._childLevel>=2&&(null===(t=this._sidebarActiveGroup)||void 0===t?void 0:t.shadowRoot)){const e=this._sidebarActiveGroup.shadowRoot.querySelector("[tabindex]");null==e||e.focus()}}return;case"ArrowRight":if(e.preventDefault(),e.stopPropagation(),this._sidebarActiveGroup===this){if(null===(s=this._drawerItems)||void 0===s?void 0:s.length)if(this._showDrawer){const e=this._drawerItems[0];if(null==e?void 0:e.shadowRoot){const t=e.shadowRoot.querySelector("[tabindex]");null==t||t.focus()}}else this._handleClick()}else 1===this._childLevel&&this._childElements.length>0&&this._handleClick();return}}_getChildLevel(){let e=this.parentElement,t=1;for(;"sgds-sidebar-group"===(null==e?void 0:e.tagName.toLowerCase());)t+=1,e=e.parentElement;const s=null==e?void 0:e.classList.contains("sidebar-nested-overlay");this._childLevel=s?t+1:t}}An.styles=Vi.styles,t([ze({type:String,reflect:!0})],An.prototype,"title",void 0),t([ze({type:String,reflect:!0})],An.prototype,"name",void 0),t([No({context:Zn,subscribe:!0}),Pe()],An.prototype,"_sidebarCollapsed",void 0),t([No({context:Mn,subscribe:!0}),Pe()],An.prototype,"_sidebarActiveItem",void 0),t([No({context:Sn,subscribe:!0}),Pe()],An.prototype,"_sidebarActiveGroup",void 0),t([No({context:Vn,subscribe:!0}),Pe()],An.prototype,"_drawerItems",void 0),t([No({context:zn,subscribe:!0}),Pe()],An.prototype,"_showDrawer",void 0),t([No({context:Pn,subscribe:!0}),Pe()],An.prototype,"_isOverlay",void 0),t([Pe()],An.prototype,"_childLevel",void 0),t([Pe()],An.prototype,"_selected",void 0),t([Pe()],An.prototype,"_hidden",void 0),t([Pe()],An.prototype,"_childElements",void 0),t([Pe()],An.prototype,"_childActive",void 0),t([Ee({flatten:!0})],An.prototype,"_defaultNodes",void 0);class Dn extends An{constructor(){super(...arguments),this._showMenu=!1}get showMenu(){return this._showMenu}_handleActiveItemContext(){this._childLevel>1&&this._sidebarActiveItem&&this.contains(this._sidebarActiveItem)&&(this._showMenu=!0)}_handleClick(){1!==this._childLevel?(this._showMenu=!this._showMenu,this._childElements.forEach(e=>{e._hidden=!this._showMenu})):super._handleClick()}_getIcon(){return 1===this._childLevel?"chevron-right":this._showMenu?"chevron-down":"chevron-up"}_handleSlotChange(){super._handleSlotChange(),this._childElements.forEach(e=>{e._hidden=!this._showMenu})}render(){return te`
1731
+ `}}Sn.styles=[...wa.styles,fa,Cn],Sn.childName="sgds-select-option",Sn.dependencies={"sgds-icon":_t,"sgds-spinner":Ma,[Sn.childName]:$n},t([ze({type:Boolean,reflect:!0})],Sn.prototype,"noValidate",void 0),t([Ee({flatten:!0,selector:"sgds-select-option"})],Sn.prototype,"options",void 0),t([nt("value",{waitUntilFirstUpdate:!0})],Sn.prototype,"_handleValueChange",null);var Mn=r`.sidebar{display:flex;flex-direction:column;height:100%;position:relative;transition:width var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);width:var(--sgds-dimension-288);z-index:var(--sgds-z-index-sticky)}.sidebar:not(.overlay).sidebar--collapsed{width:var(--sgds-dimension-72)}.overlay{left:0;position:absolute;top:0}.overlay.sidebar--collapsed{width:var(--sgds-dimension-0)}.sidebar-top{align-items:center;display:flex;gap:var(--sgds-gap-md);justify-content:space-between;padding:0 var(--sgds-padding-xs)}:not(.overlay).sidebar--collapsed .sidebar-brand-name{display:none}:not(.overlay).sidebar--collapsed .sidebar-top{justify-content:center}.sidebar-main{background-color:var(--sgds-surface-default);border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--sgds-padding-lg) 0;position:relative;z-index:1}.overlay .sidebar-main{left:0;transition:left var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.overlay.sidebar--collapsed .sidebar-main{left:calc(var(--sgds-dimension-288)*-1)}.sidebar-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.sidebar-content{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-md);margin-top:var(--sgds-margin-lg);overflow-y:auto}slot[name=lower]::slotted(*){margin-top:var(--sgds-margin-lg)}.sidebar-nested-overlay{background-color:var(--sgds-surface-raised);overflow-y:auto;padding:var(--sgds-padding-md) var(--sgds-padding-xs);transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);transition-property:opacity left;width:var(--sgds-dimension-288);z-index:0}.sidebar--overlay,.sidebar-nested-overlay{bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0}.sidebar--overlay{background-color:var(--sgds-bg-overlay);content:"";transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard);width:100vw}.sidebar--overlay.show{opacity:1;pointer-events:unset}.sidebar-nested-overlay.show{border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);left:var(--sgds-dimension-288);opacity:1;pointer-events:auto}:not(.overlay).sidebar--collapsed .sidebar-nested-overlay.show{left:var(--sgds-dimension-72)}.sidebar-nested-overlay sgds-icon-button{display:none}.sidebar::-webkit-scrollbar{width:var(--sgds-dimension-2)}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-xs)}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--sgds-color-subtle)}@media screen and (max-width:767px){.sidebar-nested-overlay sgds-icon-button{display:block}.sidebar,.sidebar-nested-overlay{width:var(--sgds-dimension-256)}.sidebar-nested-overlay,.sidebar-nested-overlay.show{left:var(--sgds-dimension-256)}}@media screen and (max-width:511px){.sidebar--overlay{display:none}.sidebar{position:absolute;width:100dvw}.sidebar-nested-overlay{left:-100dvw;width:100dvw;z-index:2}.sidebar-nested-overlay.show,:not(.overlay).sidebar--collapsed .sidebar-nested-overlay.show{left:0}.overlay.sidebar--collapsed .sidebar-main{left:calc(100dvw*-1)}}`;const Zn="sidebar-active-group",Vn="sidebar-active",zn="sidebar-collapsed",Pn="sidebar-drawer-items",Ln="sidebar-drawer-open",An="sidebar-drawer-overlay";var In=r`.sidebar-item{border-radius:var(--sgds-border-radius-md);cursor:pointer;padding:var(--sgds-padding-xs);transition:background-color .15s ease-in-out,color .15s ease-in-out}.sidebar-item.active,.sidebar-item:focus-visible,.sidebar-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.sidebar-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sidebar-item-label-wrapper,.sidebar-item-label-wrapper>div{align-items:center;display:flex;gap:var(--sgds-gap-xs)}.sidebar-item-label-wrapper{justify-content:space-between;padding:var(--sgds-padding-3-xs) var(--sgds-padding-2-xs)}.sidebar-item-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;display:-webkit-box;font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs);max-height:calc(var(--sgds-line-height-20, 20px)*2);overflow:hidden}.sidebar-item-label.offset{color:var(--sgds-color-subtle);margin-left:var(--sgds-margin-2-xl)}.sidebar-item-leaf.active .sidebar-item-label.offset,.sidebar-item-leaf:focus-visible .sidebar-item-label.offset,.sidebar-item-leaf:hover .sidebar-item-label.offset{color:var(--sgds-color-default)}.sidebar-item-leaf.active,.sidebar-item-leaf:focus-visible,.sidebar-item-leaf:hover{background-color:var(--sgds-bg-translucent-subtle)}.sidebar-item-label-wrapper .sidebar-item.active{background-color:var(--sgds-surface-raised);color:var(--sgds-primary-color-default)}.sidebar-item-label-wrapper .sidebar-item-indicator{align-items:center;display:flex;gap:var(--sgds-gap-2-xs)}.sidebar-item--collapsed{margin:auto;width:var(--sgds-dimension-40)}.sidebar-item--collapsed .sidebar-item-indicator,.sidebar-item--collapsed .sidebar-item-label{display:none}.sidebar-item--collapsed .sidebar-item-label-wrapper{justify-content:center}.sidebar-submenu{overflow:hidden}.sidebar-submenu>div{margin-top:-100%;opacity:0;pointer-events:none;transition:all var(--sgds-motion-duration-standard) var(--sgds-motion-easing-standard)}.sidebar-submenu.show>div{margin-top:0;opacity:1;pointer-events:auto}.sidebar-submenu--collapsed{display:none}`;class Dn extends Oe{constructor(){super(...arguments),this.title="",this.name="",this._sidebarCollapsed=!1,this._sidebarActiveItem=null,this._sidebarActiveGroup=null,this._drawerItems=null,this._showDrawer=!1,this._isOverlay=!1,this._childLevel=1,this._selected=!1,this._hidden=!1,this._childElements=[],this._childActive=!1}connectedCallback(){super.connectedCallback(),this._getChildLevel(),this.addEventListener("keydown",this._handleKeyDown)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this._handleKeyDown)}firstUpdated(e){super.firstUpdated(e),this._getChildLevel()}updated(){var e;if(2===this._childLevel)this._hidden=!this.closest(".sidebar-nested-overlay");else if(this._childLevel>=3){const t=!!this.closest(".sidebar-nested-overlay"),s=this.parentElement,i=null!==(e=null==s?void 0:s.showMenu)&&void 0!==e&&e;this._hidden=!t||!i}}_handleSlotChange(){this._childElements=this._defaultNodes}_handleClick(){this.emit("i-sgds-click",{detail:{element:this,level:this._childLevel}})}_handleKeyDown(e){var t,s;const i=e.target;switch(e.key){case" ":case"Enter":return e.preventDefault(),e.stopPropagation(),void(e.target===this&&this._handleClick());case"ArrowLeft":if(e.preventDefault(),e.stopPropagation(),this._sidebarActiveGroup===this)this._showDrawer&&this._handleClick();else{if(i._childLevel>=2&&(null===(t=this._sidebarActiveGroup)||void 0===t?void 0:t.shadowRoot)){const e=this._sidebarActiveGroup.shadowRoot.querySelector("[tabindex]");null==e||e.focus()}}return;case"ArrowRight":if(e.preventDefault(),e.stopPropagation(),this._sidebarActiveGroup===this){if(null===(s=this._drawerItems)||void 0===s?void 0:s.length)if(this._showDrawer){const e=this._drawerItems[0];if(null==e?void 0:e.shadowRoot){const t=e.shadowRoot.querySelector("[tabindex]");null==t||t.focus()}}else this._handleClick()}else 1===this._childLevel&&this._childElements.length>0&&this._handleClick();return}}_getChildLevel(){let e=this.parentElement,t=1;for(;"sgds-sidebar-group"===(null==e?void 0:e.tagName.toLowerCase());)t+=1,e=e.parentElement;const s=null==e?void 0:e.classList.contains("sidebar-nested-overlay");this._childLevel=s?t+1:t}}Dn.styles=Vi.styles,t([ze({type:String,reflect:!0})],Dn.prototype,"title",void 0),t([ze({type:String,reflect:!0})],Dn.prototype,"name",void 0),t([No({context:zn,subscribe:!0}),Pe()],Dn.prototype,"_sidebarCollapsed",void 0),t([No({context:Vn,subscribe:!0}),Pe()],Dn.prototype,"_sidebarActiveItem",void 0),t([No({context:Zn,subscribe:!0}),Pe()],Dn.prototype,"_sidebarActiveGroup",void 0),t([No({context:Pn,subscribe:!0}),Pe()],Dn.prototype,"_drawerItems",void 0),t([No({context:Ln,subscribe:!0}),Pe()],Dn.prototype,"_showDrawer",void 0),t([No({context:An,subscribe:!0}),Pe()],Dn.prototype,"_isOverlay",void 0),t([Pe()],Dn.prototype,"_childLevel",void 0),t([Pe()],Dn.prototype,"_selected",void 0),t([Pe()],Dn.prototype,"_hidden",void 0),t([Pe()],Dn.prototype,"_childElements",void 0),t([Pe()],Dn.prototype,"_childActive",void 0),t([Ee({flatten:!0})],Dn.prototype,"_defaultNodes",void 0);class En extends Dn{constructor(){super(...arguments),this._showMenu=!1}get showMenu(){return this._showMenu}_handleActiveItemContext(){this._childLevel>1&&this._sidebarActiveItem&&this.contains(this._sidebarActiveItem)&&(this._showMenu=!0)}_handleClick(){1!==this._childLevel?(this._showMenu=!this._showMenu,this._childElements.forEach(e=>{e._hidden=!this._showMenu})):super._handleClick()}_getIcon(){return 1===this._childLevel?"chevron-right":this._showMenu?"chevron-down":"chevron-up"}_handleSlotChange(){super._handleSlotChange(),this._childElements.forEach(e=>{e._hidden=!this._showMenu})}render(){return te`
1691
1732
  <div
1692
1733
  role="button"
1693
1734
  class=${Ke({"sidebar-item":!0,"sidebar-item--collapsed":!this._isOverlay&&this._sidebarCollapsed&&1===this._childLevel,active:this._selected})}
@@ -1716,7 +1757,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1716
1757
  <slot @slotchange=${this._handleSlotChange}></slot>
1717
1758
  </div>
1718
1759
  </div>
1719
- `}}Dn.styles=[...Oe.styles,Ln],Dn.dependencies={"sgds-icon":_t},t([Pe()],Dn.prototype,"_showMenu",void 0),t([nt("_sidebarActiveItem")],Dn.prototype,"_handleActiveItemContext",null);class In extends Oe{constructor(){super(...arguments),this.collapsed=!1,this.active="",this.scrim=!1,this.variant="collapsible",this.ariaLabel="Sidebar navigation",this._sidebarActiveGroup=null,this._sidebarCollapsed=!1,this._sidebarActiveItem=null,this._drawerItems=[],this._showDrawer=!1,this._isOverlay=!1,this._isNarrowViewport=!1,this._boundHandleResize=this._handleResize.bind(this),this._boundHandleItemClick=this._handleItemClick.bind(this),this._handleClickOutOfElement=e=>{if((e.composedPath().find(e=>{var t;return null===(t=null==e?void 0:e.classList)||void 0===t?void 0:t.contains("sidebar--overlay")})||!e.composedPath().includes(this))&&(this._showDrawer=!1,this._isOverlay)){e.target.getAttribute("data-sidebar-toggler")||(this.collapsed=!0)}}}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this._handleActive()}),null===window||void 0===window||window.addEventListener("resize",this._boundHandleResize),this._handleResize(),this.addEventListener("i-sgds-click",this._boundHandleItemClick)}disconnectedCallback(){super.disconnectedCallback(),null===document||void 0===document||document.removeEventListener("click",this._handleClickOutOfElement),null===window||void 0===window||window.removeEventListener("resize",this._boundHandleResize),this.removeEventListener("i-sgds-click",this._boundHandleItemClick)}firstUpdated(){null===document||void 0===document||document.addEventListener("click",this._handleClickOutOfElement),this._updateOverlayState()}updated(){this._handleActive()}_handleCollapsed(){"persistent"!==this.variant&&(this._sidebarCollapsed=this.collapsed)}_handleActiveItem(e){if(!this._sidebarActiveItem)return;this._getAllItems().forEach(e=>e._selected=!1),this._drawerItems.forEach(e=>e._selected=!1),e&&(e._selected=!1);const t=this._sidebarActiveItem._childLevel;if(this._sidebarActiveItem._selected=!0,1===t)this._sidebarActiveItem._childElements.length>0?this._setNodesToDrawer(this._sidebarActiveItem):this._revertNodesToParent();else{let e=this._sidebarActiveItem.parentElement;for(;e instanceof Dn&&e._childLevel>=1;)1===e._childLevel&&(e.classList.contains("sidebar-nested-overlay")||this._setNodesToDrawer(e)),e._selected=!0,e=e.parentElement;this._sidebarActiveGroup&&(this._sidebarActiveGroup._selected=!0)}}_handleActive(){this.active?this._sidebarActiveItem=this._getActiveChild():this._sidebarActiveItem=null}_getActiveChild(){var e;const t=e=>{var s;for(const i of e){if(i.name===this.active)return i;if(null===(s=i._childElements)||void 0===s?void 0:s.length){const e=t(i._childElements);if(e)return e}}return null};return null!==(e=t(this._defaultNodes))&&void 0!==e?e:t(this._drawerItems)}_handleResize(){const e=window.innerWidth<1280;e!==this._isNarrowViewport&&(this._isNarrowViewport=e,this.collapsed=this._isNarrowViewport),this._updateOverlayState()}_updateOverlayState(){"overlay"===this.variant?this._isOverlay=!0:"collapsible"===this.variant?this._isOverlay=window.innerWidth<Uo:this._isOverlay=!1}_setNodesToDrawer(e){e&&(this._sidebarActiveGroup&&e!==this._sidebarActiveGroup&&this._revertNodesToParent(),this._sidebarActiveGroup=e,this._drawerItems=[...this._sidebarActiveGroup._childElements])}_revertNodesToParent(){this._sidebarActiveGroup&&(this._drawerItems.forEach(e=>{var t;null===(t=this._sidebarActiveGroup)||void 0===t||t.append(e)}),this._drawerItems=[]),this._sidebarActiveGroup=null}_getAllItems(){var e;const t=e=>{var s;const i=[];for(const a of e)i.push(a),(null===(s=a._childElements)||void 0===s?void 0:s.length)&&i.push(...t(a._childElements));return i};return t(null!==(e=this._defaultNodes)&&void 0!==e?e:[])}_handleItemClick(e){const t=e.detail.element;if(t===this._sidebarActiveGroup)this._showDrawer=!this._showDrawer;else{if(this.active!==t.name){const e=this._getAllItems();this.active=t.name,e.forEach(e=>e._selected=!1)}if(t._childElements.length>0)this._showDrawer=!0;else{this._showDrawer=!1;const e=t.querySelector(":scope > a");e&&e.click()}this.emit("sgds-select",{detail:{activeItem:t.name}})}}toggleCollapsed(){"persistent"!==this.variant&&(this.collapsed=!this.collapsed)}render(){return te`
1760
+ `}}En.styles=[...Oe.styles,In],En.dependencies={"sgds-icon":_t},t([Pe()],En.prototype,"_showMenu",void 0),t([nt("_sidebarActiveItem")],En.prototype,"_handleActiveItemContext",null);class Bn extends Oe{constructor(){super(...arguments),this.collapsed=!1,this.active="",this.scrim=!1,this.variant="collapsible",this.ariaLabel="Sidebar navigation",this._sidebarActiveGroup=null,this._sidebarCollapsed=!1,this._sidebarActiveItem=null,this._drawerItems=[],this._showDrawer=!1,this._isOverlay=!1,this._isNarrowViewport=!1,this._boundHandleResize=this._handleResize.bind(this),this._boundHandleItemClick=this._handleItemClick.bind(this),this._handleClickOutOfElement=e=>{if((e.composedPath().find(e=>{var t;return null===(t=null==e?void 0:e.classList)||void 0===t?void 0:t.contains("sidebar--overlay")})||!e.composedPath().includes(this))&&(this._showDrawer=!1,this._isOverlay)){e.target.getAttribute("data-sidebar-toggler")||(this.collapsed=!0)}}}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this._handleActive()}),null===window||void 0===window||window.addEventListener("resize",this._boundHandleResize),this._handleResize(),this.addEventListener("i-sgds-click",this._boundHandleItemClick)}disconnectedCallback(){super.disconnectedCallback(),null===document||void 0===document||document.removeEventListener("click",this._handleClickOutOfElement),null===window||void 0===window||window.removeEventListener("resize",this._boundHandleResize),this.removeEventListener("i-sgds-click",this._boundHandleItemClick)}firstUpdated(){null===document||void 0===document||document.addEventListener("click",this._handleClickOutOfElement),this._updateOverlayState()}updated(){this._handleActive()}_handleCollapsed(){"persistent"!==this.variant&&(this._sidebarCollapsed=this.collapsed)}_handleActiveItem(e){if(!this._sidebarActiveItem)return;this._getAllItems().forEach(e=>e._selected=!1),this._drawerItems.forEach(e=>e._selected=!1),e&&(e._selected=!1);const t=this._sidebarActiveItem._childLevel;if(this._sidebarActiveItem._selected=!0,1===t)this._sidebarActiveItem._childElements.length>0?this._setNodesToDrawer(this._sidebarActiveItem):this._revertNodesToParent();else{let e=this._sidebarActiveItem.parentElement;for(;e instanceof En&&e._childLevel>=1;)1===e._childLevel&&(e.classList.contains("sidebar-nested-overlay")||this._setNodesToDrawer(e)),e._selected=!0,e=e.parentElement;this._sidebarActiveGroup&&(this._sidebarActiveGroup._selected=!0)}}_handleActive(){this.active?this._sidebarActiveItem=this._getActiveChild():this._sidebarActiveItem=null}_getActiveChild(){var e;const t=e=>{var s;for(const i of e){if(i.name===this.active)return i;if(null===(s=i._childElements)||void 0===s?void 0:s.length){const e=t(i._childElements);if(e)return e}}return null};return null!==(e=t(this._defaultNodes))&&void 0!==e?e:t(this._drawerItems)}_handleResize(){const e=window.innerWidth<1280;e!==this._isNarrowViewport&&(this._isNarrowViewport=e,this.collapsed=this._isNarrowViewport),this._updateOverlayState()}_updateOverlayState(){"overlay"===this.variant?this._isOverlay=!0:"collapsible"===this.variant?this._isOverlay=window.innerWidth<Uo:this._isOverlay=!1}_setNodesToDrawer(e){e&&(this._sidebarActiveGroup&&e!==this._sidebarActiveGroup&&this._revertNodesToParent(),this._sidebarActiveGroup=e,this._drawerItems=[...this._sidebarActiveGroup._childElements])}_revertNodesToParent(){this._sidebarActiveGroup&&(this._drawerItems.forEach(e=>{var t;null===(t=this._sidebarActiveGroup)||void 0===t||t.append(e)}),this._drawerItems=[]),this._sidebarActiveGroup=null}_getAllItems(){var e;const t=e=>{var s;const i=[];for(const a of e)i.push(a),(null===(s=a._childElements)||void 0===s?void 0:s.length)&&i.push(...t(a._childElements));return i};return t(null!==(e=this._defaultNodes)&&void 0!==e?e:[])}_handleItemClick(e){const t=e.detail.element;if(t===this._sidebarActiveGroup)this._showDrawer=!this._showDrawer;else{if(this.active!==t.name){const e=this._getAllItems();this.active=t.name,e.forEach(e=>e._selected=!1)}if(t._childElements.length>0)this._showDrawer=!0;else{this._showDrawer=!1;const e=t.querySelector(":scope > a");e&&e.click()}this.emit("sgds-select",{detail:{activeItem:t.name}})}}toggleCollapsed(){"persistent"!==this.variant&&(this.collapsed=!this.collapsed)}render(){return te`
1720
1761
  <nav
1721
1762
  class=${Ke({sidebar:!0,"sidebar--collapsed":this._sidebarCollapsed,overlay:this._isOverlay})}
1722
1763
  aria-label=${this.ariaLabel}
@@ -1764,13 +1805,13 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1764
1805
  ${this._drawerItems}
1765
1806
  </div>
1766
1807
  </nav>
1767
- `}}In.styles=[...Oe.styles,$n],In.dependencies={"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],In.prototype,"collapsed",void 0),t([ze({type:String,reflect:!0})],In.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],In.prototype,"scrim",void 0),t([ze({type:String,reflect:!0})],In.prototype,"variant",void 0),t([ze({type:String})],In.prototype,"ariaLabel",void 0),t([Ro({context:Sn}),Pe()],In.prototype,"_sidebarActiveGroup",void 0),t([Ro({context:Zn}),Pe()],In.prototype,"_sidebarCollapsed",void 0),t([Ro({context:Mn}),Pe()],In.prototype,"_sidebarActiveItem",void 0),t([Ro({context:Vn}),Pe()],In.prototype,"_drawerItems",void 0),t([Ro({context:zn}),Pe()],In.prototype,"_showDrawer",void 0),t([Ro({context:Pn}),Pe()],In.prototype,"_isOverlay",void 0),t([Ee()],In.prototype,"_defaultNodes",void 0),t([Pe()],In.prototype,"_isNarrowViewport",void 0),t([nt("collapsed")],In.prototype,"_handleCollapsed",null),t([nt("_sidebarActiveItem")],In.prototype,"_handleActiveItem",null),t([nt("active")],In.prototype,"_handleActive",null);var En=r`:host{--sidenav-sticky-top:0rem}.sticky{height:calc(100vh - var(--sidenav-sticky-top));overflow-y:visible;position:sticky;top:var(--sidenav-sticky-top)}`;class Bn extends Oe{constructor(){super(...arguments),this.sticky=!1}get items(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}async onToggle(e){const t="SGDS-SIDENAV-LINK"===e.target.tagName;if(e.defaultPrevented||t)return;this.items}render(){return te`
1808
+ `}}Bn.styles=[...Oe.styles,Mn],Bn.dependencies={"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],Bn.prototype,"collapsed",void 0),t([ze({type:String,reflect:!0})],Bn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Bn.prototype,"scrim",void 0),t([ze({type:String,reflect:!0})],Bn.prototype,"variant",void 0),t([ze({type:String})],Bn.prototype,"ariaLabel",void 0),t([Ro({context:Zn}),Pe()],Bn.prototype,"_sidebarActiveGroup",void 0),t([Ro({context:zn}),Pe()],Bn.prototype,"_sidebarCollapsed",void 0),t([Ro({context:Vn}),Pe()],Bn.prototype,"_sidebarActiveItem",void 0),t([Ro({context:Pn}),Pe()],Bn.prototype,"_drawerItems",void 0),t([Ro({context:Ln}),Pe()],Bn.prototype,"_showDrawer",void 0),t([Ro({context:An}),Pe()],Bn.prototype,"_isOverlay",void 0),t([Ee()],Bn.prototype,"_defaultNodes",void 0),t([Pe()],Bn.prototype,"_isNarrowViewport",void 0),t([nt("collapsed")],Bn.prototype,"_handleCollapsed",null),t([nt("_sidebarActiveItem")],Bn.prototype,"_handleActiveItem",null),t([nt("active")],Bn.prototype,"_handleActive",null);var Hn=r`:host{--sidenav-sticky-top:0rem}.sticky{height:calc(100vh - var(--sidenav-sticky-top));overflow-y:visible;position:sticky;top:var(--sidenav-sticky-top)}`;class On extends Oe{constructor(){super(...arguments),this.sticky=!1}get items(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}async onToggle(e){const t="SGDS-SIDENAV-LINK"===e.target.tagName;if(e.defaultPrevented||t)return;this.items}render(){return te`
1768
1809
  <nav class=${Ke({sticky:this.sticky})}>
1769
1810
  <div>
1770
1811
  <slot @click=${this.onToggle}></slot>
1771
1812
  </div>
1772
1813
  </nav>
1773
- `}}Bn.styles=[...Oe.styles,En],t([ze({type:Boolean,attribute:!0})],Bn.prototype,"sticky",void 0),t([Ee()],Bn.prototype,"defaultNodes",void 0);var Hn=r`:host([class^=second-level]) .sidenav-btn{font-weight:var(--sgds-font-weight-regular);padding-left:var(--sgds-padding-3-xl)}button{all:unset}.sidenav-btn{background:0;border:0;border-radius:var(--sgds-border-radius-md);display:flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-xs);padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) calc(var(--sgds-padding-sm) + var(--sgds-padding-2-xs));text-align:initial;width:100%;.caret-icon,slot[name=caret-icon]::slotted(*){margin-bottom:auto;margin-left:auto;transform:rotate(180deg);transition:all .3s ease-in-out}}.sidenav-btn:hover:not(.disabled){background-color:var(--sgds-bg-translucent-subtle)}.sidenav-btn.active{color:var(--sgds-color-default)}.sidenav-btn.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.sidenav-btn:not(.active){.caret-icon,slot[name=caret-icon]::slotted(*){transform:rotate(0deg)}}.sidenav-btn:focus-visible:not(.disabled){background-color:var(--sgds-bg-translucent-subtle)}.sidenav-btn:focus-visible:not(.disabled){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.no-menu-default::slotted(a){background:0;border:0;border-radius:var(--sgds-border-radius-md);color:inherit!important;display:flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)!important;gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-xs)!important;padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) calc(var(--sgds-padding-sm) + var(--sgds-padding-2-xs));text-decoration:none!important}.no-menu-default::slotted(a:focus-visible){background-color:var(--sgds-bg-translucent-subtle)}.no-menu-default::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([class^=first-level][active]) .no-menu-default::slotted(a){background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-emphasis)!important}:host([class^=first-level][disabled]) .no-menu-default::slotted(a){opacity:var(--sgds-opacity-40);pointer-events:none}`;class On extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.isLink=!1,this._collapseId=Zi("sidenav","collapse"),this._buttonId=Zi("sidenav","button"),this._levelId=Zi("sidenav","this"),this._firstLevelId="first-level-"+this._levelId,this._secondLevelId="second-level-"+this._levelId,this._thirdLevelId="third-level-"+this._levelId,this.index="-1"}_onToggle(){this.emit("sgds-toggle",{detail:{index:this.index}})}async show(){if(!this.isLink&&!this.active)return this.active=!0,ot(this,"sgds-after-show")}async hide(){if(!this.isLink&&this.active)return this.active=!1,ot(this,"sgds-after-hide")}connectedCallback(){super.connectedCallback(),this.classList.add(this._firstLevelId)}firstUpdated(e){super.firstUpdated(e),this.isLink||(this.body.hidden=!this.active,this.body.style.height=this.active?"auto":"0"),this._handleOpenMenu()}_handleOpenMenu(){this.active||(this.active=this._items.some(e=>e.active))}_handleSummaryClick(){this.active?this.hide():this.show(),this._onToggle(),this.header.focus()}_handleSummaryKeyDown(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.active?this.hide():this.show()),"ArrowUp"!==e.key&&"ArrowLeft"!==e.key||(e.preventDefault(),this.hide()),"ArrowDown"!==e.key&&"ArrowRight"!==e.key||(e.preventDefault(),this.show())}async _handleOpenChange(){if(!this.isLink)if(this.active){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.active=!1);await et(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=it(this,"sidenav.show");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.active=!0);await et(this.body);const{keyframes:e,options:t}=it(this,"sidenav.hide");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase());if(t.length>1)return console.error("More than one anchor tag is added to sgds-sidenav-item");if(1===t.length){const e=t[0];return this.disabled&&e.setAttribute("tabindex","-1"),this.active&&e.setAttribute("aria-current","true"),this.isLink=!0}e.target.assignedElements({flatten:!0}).filter(e=>"sgds-sidenav-item"===e.tagName.toLowerCase()).forEach(e=>{const t=Array.from(e.classList).filter(e=>e.startsWith("first-level"))[0];e.classList.replace(t,this._secondLevelId)}),Array.from(this.classList).some(e=>e.startsWith("second-level"))&&this._items.forEach(e=>e.classList.add(this._thirdLevelId)),this._handleOpenMenu()}render(){const e=te`
1814
+ `}}On.styles=[...Oe.styles,Hn],t([ze({type:Boolean,attribute:!0})],On.prototype,"sticky",void 0),t([Ee()],On.prototype,"defaultNodes",void 0);var Tn=r`:host([class^=second-level]) .sidenav-btn{font-weight:var(--sgds-font-weight-regular);padding-left:var(--sgds-padding-3-xl)}button{all:unset}.sidenav-btn{background:0;border:0;border-radius:var(--sgds-border-radius-md);display:flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-xs);padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) calc(var(--sgds-padding-sm) + var(--sgds-padding-2-xs));text-align:initial;width:100%;.caret-icon,slot[name=caret-icon]::slotted(*){margin-bottom:auto;margin-left:auto;transform:rotate(180deg);transition:all .3s ease-in-out}}.sidenav-btn:hover:not(.disabled){background-color:var(--sgds-bg-translucent-subtle)}.sidenav-btn.active{color:var(--sgds-color-default)}.sidenav-btn.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.sidenav-btn:not(.active){.caret-icon,slot[name=caret-icon]::slotted(*){transform:rotate(0deg)}}.sidenav-btn:focus-visible:not(.disabled){background-color:var(--sgds-bg-translucent-subtle)}.sidenav-btn:focus-visible:not(.disabled){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.no-menu-default::slotted(a){background:0;border:0;border-radius:var(--sgds-border-radius-md);color:inherit!important;display:flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)!important;gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-xs)!important;padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) calc(var(--sgds-padding-sm) + var(--sgds-padding-2-xs));text-decoration:none!important}.no-menu-default::slotted(a:focus-visible){background-color:var(--sgds-bg-translucent-subtle)}.no-menu-default::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([class^=first-level][active]) .no-menu-default::slotted(a){background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-emphasis)!important}:host([class^=first-level][disabled]) .no-menu-default::slotted(a){opacity:var(--sgds-opacity-40);pointer-events:none}`;class Fn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.isLink=!1,this._collapseId=Zi("sidenav","collapse"),this._buttonId=Zi("sidenav","button"),this._levelId=Zi("sidenav","this"),this._firstLevelId="first-level-"+this._levelId,this._secondLevelId="second-level-"+this._levelId,this._thirdLevelId="third-level-"+this._levelId,this.index="-1"}_onToggle(){this.emit("sgds-toggle",{detail:{index:this.index}})}async show(){if(!this.isLink&&!this.active)return this.active=!0,ot(this,"sgds-after-show")}async hide(){if(!this.isLink&&this.active)return this.active=!1,ot(this,"sgds-after-hide")}connectedCallback(){super.connectedCallback(),this.classList.add(this._firstLevelId)}firstUpdated(e){super.firstUpdated(e),this.isLink||(this.body.hidden=!this.active,this.body.style.height=this.active?"auto":"0"),this._handleOpenMenu()}_handleOpenMenu(){this.active||(this.active=this._items.some(e=>e.active))}_handleSummaryClick(){this.active?this.hide():this.show(),this._onToggle(),this.header.focus()}_handleSummaryKeyDown(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.active?this.hide():this.show()),"ArrowUp"!==e.key&&"ArrowLeft"!==e.key||(e.preventDefault(),this.hide()),"ArrowDown"!==e.key&&"ArrowRight"!==e.key||(e.preventDefault(),this.show())}async _handleOpenChange(){if(!this.isLink)if(this.active){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.active=!1);await et(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=it(this,"sidenav.show");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.active=!0);await et(this.body);const{keyframes:e,options:t}=it(this,"sidenav.hide");await Je(this.body,Qe(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase());if(t.length>1)return console.error("More than one anchor tag is added to sgds-sidenav-item");if(1===t.length){const e=t[0];return this.disabled&&e.setAttribute("tabindex","-1"),this.active&&e.setAttribute("aria-current","true"),this.isLink=!0}e.target.assignedElements({flatten:!0}).filter(e=>"sgds-sidenav-item"===e.tagName.toLowerCase()).forEach(e=>{const t=Array.from(e.classList).filter(e=>e.startsWith("first-level"))[0];e.classList.replace(t,this._secondLevelId)}),Array.from(this.classList).some(e=>e.startsWith("second-level"))&&this._items.forEach(e=>e.classList.add(this._thirdLevelId)),this._handleOpenMenu()}render(){const e=te`
1774
1815
  <button
1775
1816
  @click=${this._handleSummaryClick}
1776
1817
  @keydown=${this._handleSummaryKeyDown}
@@ -1796,7 +1837,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1796
1837
  </div>
1797
1838
  `,t=te` <slot @slotchange=${this._handleSlotChange} class="no-menu-default"></slot> `;return te`
1798
1839
  <div class="sidenav-item" aria-haspopup="${!this.isLink}">${this.isLink?t:e}</div>
1799
- `}}On.styles=[...Oe.styles,Hn],On.dependencies={"sgds-icon":_t},t([De(".sidenav-body")],On.prototype,"body",void 0),t([De(".sidenav-btn")],On.prototype,"header",void 0),t([ze({type:Boolean,reflect:!0})],On.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],On.prototype,"disabled",void 0),t([ze({type:String})],On.prototype,"ariaLabel",void 0),t([Pe()],On.prototype,"isLink",void 0),t([nt("active",{waitUntilFirstUpdate:!0})],On.prototype,"_handleOpenChange",null),t([Ee()],On.prototype,"_items",void 0),at("sidenav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("sidenav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Tn=r`:host([class^=third-level]) ::slotted(a){padding-left:calc(var(--sgds-padding-xl) + var(--sgds-padding-3-xl))}::slotted(a){--sgds-link-color-default:var(--sgds-color-default);border-radius:var(--sgds-border-radius-md);color:var(--sgds-color-default,var(--sgds-link-color-default));display:block;padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-3-xl);text-decoration:none!important}:host([active]) ::slotted(a){--sgds-link-color-default:var(--sgds-primary-color-emphasis);background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-emphasis,var(--sgds-link-color-default))}:host(:not([disabled]):not([active])) ::slotted(a:hover){background-color:var(--sgds-bg-translucent-subtle)}::slotted(a:focus),::slotted(a:focus-visible),::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default,var(--sgds-link-color-emphasis))}:host([active]) ::slotted(a:focus),:host([active]) ::slotted(a:focus-visible),:host([active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-emphasis);color:var(--sgds-primary-color-emphasis,var(--sgds-link-color-emphasis))}:host([disabled]) ::slotted(a){opacity:var(--sgds-opacity-40);pointer-events:none}:host([disabled]) ::slotted(a:focus-visible){outline:0}::slotted(a:focus-visible){background-color:var(--sgds-bg-translucent-subtle)}::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([active]) ::slotted(a:focus-visible){background-color:var(--sgds-primary-bg-translucent)}`;class Fn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("aria-disabled",`${this.disabled}`)}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`),this._anchor[0].setAttribute("aria-disabled",`${this.disabled}`),this.disabled||this._anchor[0].removeAttribute("tabindex")}_handleSlotChange(){this._anchor[0].setAttribute("aria-disabled",`${this.disabled}`),this.disabled&&(this._anchor[0].setAttribute("tabindex","-1"),this._anchor[0].removeAttribute("href"),this._anchor[0].setAttribute("role","link"))}render(){return te` <slot @slotchange=${this._handleSlotChange}></slot> `}}Fn.styles=[...Oe.styles,Tn],t([ze({type:Boolean,reflect:!0})],Fn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Fn.prototype,"disabled",void 0),t([Ee({flatten:!0})],Fn.prototype,"_anchor",void 0),t([nt("disabled",{waitUntilFirstUpdate:!0})],Fn.prototype,"_handleDisabled",null);var Rn=r`.skeleton{--bg:var(--sgds-bg-translucent-subtle);background-color:var(--bg);border-radius:var(--sgds-border-radius-sm);display:flex;flex-direction:column;gap:var(--sgds-gap-xs);max-width:100%}.skeleton.skeleton-paragraph{background-color:transparent}.skeleton.skeleton-paragraph.auto-size-rows>div[class*=skeleton-row]{background-color:var(--sgds-bg-translucent);border-radius:var(--sgds-border-radius-sm);height:-webkit-fill-available}.sheen{--sheen-color:var(--sgds-bg-translucent);animation:sheen 8s ease-in-out infinite;background:linear-gradient(270deg,var(--bg) 0,var(--sheen-color) 33.33%,var(--sheen-color) 66.67%,var(--bg) 100%);background-size:400% 100%}@keyframes sheen{0%{background-position:200% 0}to{background-position:-200% 0}}`;class Nn extends Oe{constructor(){super(...arguments),this.width="",this.height="",this.borderRadius="",this.sheen=!1}render(){const e={width:this.width||void 0,height:this.height||void 0,borderRadius:this.borderRadius||void 0};return te`
1840
+ `}}Fn.styles=[...Oe.styles,Tn],Fn.dependencies={"sgds-icon":_t},t([Ie(".sidenav-body")],Fn.prototype,"body",void 0),t([Ie(".sidenav-btn")],Fn.prototype,"header",void 0),t([ze({type:Boolean,reflect:!0})],Fn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Fn.prototype,"disabled",void 0),t([ze({type:String})],Fn.prototype,"ariaLabel",void 0),t([Pe()],Fn.prototype,"isLink",void 0),t([nt("active",{waitUntilFirstUpdate:!0})],Fn.prototype,"_handleOpenChange",null),t([Ee()],Fn.prototype,"_items",void 0),at("sidenav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("sidenav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Rn=r`:host([class^=third-level]) ::slotted(a){padding-left:calc(var(--sgds-padding-xl) + var(--sgds-padding-3-xl))}::slotted(a){--sgds-link-color-default:var(--sgds-color-default);border-radius:var(--sgds-border-radius-md);color:var(--sgds-color-default,var(--sgds-link-color-default));display:block;padding:var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-sm) var(--sgds-padding-3-xl);text-decoration:none!important}:host([active]) ::slotted(a){--sgds-link-color-default:var(--sgds-primary-color-emphasis);background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-emphasis,var(--sgds-link-color-default))}:host(:not([disabled]):not([active])) ::slotted(a:hover){background-color:var(--sgds-bg-translucent-subtle)}::slotted(a:focus),::slotted(a:focus-visible),::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default,var(--sgds-link-color-emphasis))}:host([active]) ::slotted(a:focus),:host([active]) ::slotted(a:focus-visible),:host([active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-emphasis);color:var(--sgds-primary-color-emphasis,var(--sgds-link-color-emphasis))}:host([disabled]) ::slotted(a){opacity:var(--sgds-opacity-40);pointer-events:none}:host([disabled]) ::slotted(a:focus-visible){outline:0}::slotted(a:focus-visible){background-color:var(--sgds-bg-translucent-subtle)}::slotted(a:focus-visible){outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([active]) ::slotted(a:focus-visible){background-color:var(--sgds-primary-bg-translucent)}`;class Nn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("aria-disabled",`${this.disabled}`)}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`),this._anchor[0].setAttribute("aria-disabled",`${this.disabled}`),this.disabled||this._anchor[0].removeAttribute("tabindex")}_handleSlotChange(){this._anchor[0].setAttribute("aria-disabled",`${this.disabled}`),this.disabled&&(this._anchor[0].setAttribute("tabindex","-1"),this._anchor[0].removeAttribute("href"),this._anchor[0].setAttribute("role","link"))}render(){return te` <slot @slotchange=${this._handleSlotChange}></slot> `}}Nn.styles=[...Oe.styles,Rn],t([ze({type:Boolean,reflect:!0})],Nn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Nn.prototype,"disabled",void 0),t([Ee({flatten:!0})],Nn.prototype,"_anchor",void 0),t([nt("disabled",{waitUntilFirstUpdate:!0})],Nn.prototype,"_handleDisabled",null);var jn=r`.skeleton{--bg:var(--sgds-bg-translucent-subtle);background-color:var(--bg);border-radius:var(--sgds-border-radius-sm);display:flex;flex-direction:column;gap:var(--sgds-gap-xs);max-width:100%}.skeleton.skeleton-paragraph{background-color:transparent}.skeleton.skeleton-paragraph.auto-size-rows>div[class*=skeleton-row]{background-color:var(--sgds-bg-translucent);border-radius:var(--sgds-border-radius-sm);height:-webkit-fill-available}.sheen{--sheen-color:var(--sgds-bg-translucent);animation:sheen 8s ease-in-out infinite;background:linear-gradient(270deg,var(--bg) 0,var(--sheen-color) 33.33%,var(--sheen-color) 66.67%,var(--bg) 100%);background-size:400% 100%}@keyframes sheen{0%{background-position:200% 0}to{background-position:-200% 0}}`;class Un extends Oe{constructor(){super(...arguments),this.width="",this.height="",this.borderRadius="",this.sheen=!1}render(){const e={width:this.width||void 0,height:this.height||void 0,borderRadius:this.borderRadius||void 0};return te`
1800
1841
  <div
1801
1842
  class=${Ke({skeleton:!0,"skeleton-paragraph":this.rows>0,"auto-size-rows":this.rows>0,sheen:this.sheen&&!this.rows})}
1802
1843
  style=${Object.entries(e).filter(([e,t])=>t).map(([e,t])=>`${e.replace(/([A-Z])/g,"-$1").toLowerCase()}: ${t}`).join("; ")}
@@ -1806,7 +1847,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1806
1847
  style=${this.borderRadius?`border-radius: ${this.borderRadius}`:ae}
1807
1848
  ></div>`}):ae}
1808
1849
  </div>
1809
- `}}Nn.styles=[Rn],t([De(".skeleton")],Nn.prototype,"skeleton",void 0),t([ze({type:String,reflect:!0})],Nn.prototype,"width",void 0),t([ze({type:String,reflect:!0})],Nn.prototype,"height",void 0),t([ze({type:String,reflect:!0})],Nn.prototype,"borderRadius",void 0),t([ze({type:Number,reflect:!0})],Nn.prototype,"rows",void 0),t([ze({type:Boolean,reflect:!0})],Nn.prototype,"sheen",void 0);var jn=r`:host{display:contents}.stepper-item-container{flex-basis:1em;flex-grow:1;flex-shrink:1;position:relative;width:fit-content}.stepper-item,.stepper-item-container{align-items:center;display:flex;flex-direction:column}.stepper-item{gap:var(--sgds-gap-sm)}.stepper-item.vertical{align-items:flex-start;flex-direction:row;margin-bottom:var(--sgds-padding-xl)}.stepper-item.clickable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.stepper-item:not(.first):not(.vertical):before{background:var(--sgds-border-color-translucent);content:" ";height:var(--sgds-dimension-2);left:calc(-50% + 16px);position:absolute;top:15px;width:calc(100% - var(--sgds-dimension-32))}:host(:not(.last)) .stepper-item-container .stepper-item.vertical:after{background:var(--sgds-bg-translucent);content:" ";height:calc(100% - var(--sgds-dimension-32));left:15px;position:absolute;top:32px;width:var(--sgds-dimension-2)}.stepper-item-container .stepper-item.active:not(.first):before,.stepper-item-container .stepper-item.completed:not(.first):before,:host(:not(.last)) .stepper-item-container .stepper-item.completed:after{background:var(--sgds-primary-border-color-default)}.stepper-item.clickable{cursor:pointer}.stepper-marker{align-items:center;background:var(--sgds-bg-translucent);border:var(--sgds-border-width-2) solid var(--sgds-border-color-transparent);border-radius:50%;color:var(--sgds-color-default);display:flex;flex-shrink:0;height:var(--sgds-dimension-32);justify-content:center;width:var(--sgds-dimension-32);z-index:1}.stepper-detail{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);max-width:var(--sgds-dimension-128);text-align:center}.stepper-item.vertical .stepper-detail{max-width:unset;padding:var(--sgds-padding-2-xs) 0 0;text-align:left}.stepper-item:not(.active):not(.completed) .stepper-label{color:var(--sgds-color-subtle)}.stepper-item.clickable:focus .stepper-marker,.stepper-item.clickable:focus-visible .stepper-marker,.stepper-item.clickable:hover .stepper-marker{background-color:var(--sgds-primary-surface-emphasis);border-color:var(--sgds-border-color-transparent);color:var(--sgds-color-fixed-light)}.stepper-item.clickable:focus .stepper-label,.stepper-item.clickable:focus-visible .stepper-label,.stepper-item.clickable:hover .stepper-label{color:var(--sgds-primary-color-emphasis)}.stepper-item.clickable .stepper-label{color:var(--sgds-primary-color-default)}.stepper-item.completed .stepper-marker{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.stepper-item.active .stepper-marker{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.stepper-slot{color:var(--sgds-color-subtle);display:flex;flex-direction:column;font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);gap:var(--sgds-gap-xs);letter-spacing:var(--sgds-letter-spacing-normal);line-height:var(--sgds-line-height-2-xs)}.stepper-item.disabled{opacity:var(--sgds-opacity-40)}`;class Un extends Oe{constructor(){super(...arguments),this.stepHeader="",this.clickable=!1,this.active=!1,this.disabled=!1,this.completed=!1,this.stepIndex=0,this.orientation="horizontal",this.isFirstOfType=!1}render(){const e=!this.disabled&&this.clickable;return te`
1850
+ `}}Un.styles=[jn],t([Ie(".skeleton")],Un.prototype,"skeleton",void 0),t([ze({type:String,reflect:!0})],Un.prototype,"width",void 0),t([ze({type:String,reflect:!0})],Un.prototype,"height",void 0),t([ze({type:String,reflect:!0})],Un.prototype,"borderRadius",void 0),t([ze({type:Number,reflect:!0})],Un.prototype,"rows",void 0),t([ze({type:Boolean,reflect:!0})],Un.prototype,"sheen",void 0);var qn=r`:host{display:contents}.stepper-item-container{flex-basis:1em;flex-grow:1;flex-shrink:1;position:relative;width:fit-content}.stepper-item,.stepper-item-container{align-items:center;display:flex;flex-direction:column}.stepper-item{gap:var(--sgds-gap-sm)}.stepper-item.vertical{align-items:flex-start;flex-direction:row;margin-bottom:var(--sgds-padding-xl)}.stepper-item.clickable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.stepper-item:not(.first):not(.vertical):before{background:var(--sgds-border-color-translucent);content:" ";height:var(--sgds-dimension-2);left:calc(-50% + 16px);position:absolute;top:15px;width:calc(100% - var(--sgds-dimension-32))}:host(:not(.last)) .stepper-item-container .stepper-item.vertical:after{background:var(--sgds-bg-translucent);content:" ";height:calc(100% - var(--sgds-dimension-32));left:15px;position:absolute;top:32px;width:var(--sgds-dimension-2)}.stepper-item-container .stepper-item.active:not(.first):before,.stepper-item-container .stepper-item.completed:not(.first):before,:host(:not(.last)) .stepper-item-container .stepper-item.completed:after{background:var(--sgds-primary-border-color-default)}.stepper-item.clickable{cursor:pointer}.stepper-marker{align-items:center;background:var(--sgds-bg-translucent);border:var(--sgds-border-width-2) solid var(--sgds-border-color-transparent);border-radius:50%;color:var(--sgds-color-default);display:flex;flex-shrink:0;height:var(--sgds-dimension-32);justify-content:center;width:var(--sgds-dimension-32);z-index:1}.stepper-detail{display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs);max-width:var(--sgds-dimension-128);text-align:center}.stepper-item.vertical .stepper-detail{max-width:unset;padding:var(--sgds-padding-2-xs) 0 0;text-align:left}.stepper-item:not(.active):not(.completed) .stepper-label{color:var(--sgds-color-subtle)}.stepper-item.clickable:focus .stepper-marker,.stepper-item.clickable:focus-visible .stepper-marker,.stepper-item.clickable:hover .stepper-marker{background-color:var(--sgds-primary-surface-emphasis);border-color:var(--sgds-border-color-transparent);color:var(--sgds-color-fixed-light)}.stepper-item.clickable:focus .stepper-label,.stepper-item.clickable:focus-visible .stepper-label,.stepper-item.clickable:hover .stepper-label{color:var(--sgds-primary-color-emphasis)}.stepper-item.clickable .stepper-label{color:var(--sgds-primary-color-default)}.stepper-item.completed .stepper-marker{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.stepper-item.active .stepper-marker{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.stepper-slot{color:var(--sgds-color-subtle);display:flex;flex-direction:column;font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular);gap:var(--sgds-gap-xs);letter-spacing:var(--sgds-letter-spacing-normal);line-height:var(--sgds-line-height-2-xs)}.stepper-item.disabled{opacity:var(--sgds-opacity-40)}`;class Yn extends Oe{constructor(){super(...arguments),this.stepHeader="",this.clickable=!1,this.active=!1,this.disabled=!1,this.completed=!1,this.stepIndex=0,this.orientation="horizontal",this.isFirstOfType=!1}render(){const e=!this.disabled&&this.clickable;return te`
1810
1851
  <div class="stepper-item-container">
1811
1852
  <div
1812
1853
  class="stepper-item ${Ke({first:this.isFirstOfType,active:this.active,completed:this.completed,clickable:this.clickable,vertical:"vertical"===this.orientation,disabled:this.disabled})}"
@@ -1826,7 +1867,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1826
1867
  </div>
1827
1868
  </div>
1828
1869
  </div>
1829
- `}_handleClick(e){if(e){if(e.target.hasAttribute("data-clickable"))return}this.emit("i-sgds-click",{detail:{stepIndex:this.stepIndex}})}_handleKeyDown(e){"Enter"===e.key&&this._handleClick()}}Un.styles=[...Oe.styles,jn],Un.dependencies={"sgds-icon":_t},t([ze({type:String,reflect:!0})],Un.prototype,"stepHeader",void 0),t([ze({type:String,reflect:!0})],Un.prototype,"iconName",void 0),t([ze({type:Object})],Un.prototype,"component",void 0),t([ze({type:Boolean})],Un.prototype,"clickable",void 0),t([ze({type:Boolean,reflect:!0})],Un.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Un.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],Un.prototype,"completed",void 0),t([ze({type:Number})],Un.prototype,"stepIndex",void 0),t([ze({type:String})],Un.prototype,"orientation",void 0),t([ze({type:Boolean})],Un.prototype,"isFirstOfType",void 0);var qn=r`.stepper{display:flex;flex-wrap:wrap}.stepper.vertical{flex-direction:column}.stepper.horizontal .stepper-item-container{align-items:center;display:flex;flex-basis:1em;flex-direction:column;flex-grow:1;flex-shrink:1;position:relative}.stepper.vertical .stepper-item-container{position:relative;width:fit-content}.stepper .stepper-item{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-sm)}.stepper.vertical .stepper-item{align-items:flex-start;flex-direction:row}.stepper.vertical .stepper-item-container:not(:last-child) .stepper-item{margin-bottom:var(--sgds-padding-xl)}.stepper .stepper-item.is-clickable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.stepper.horizontal .stepper-item-container:not(:first-of-type) .stepper-item:before{background:var(--sgds-border-color-translucent);bottom:0;content:" ";height:var(--sgds-dimension-2);left:calc(-50% + 16px);position:absolute;top:15px;width:calc(100% - var(--sgds-dimension-32))}.stepper.vertical .stepper-item-container:not(:last-child) .stepper-item:after{background:var(--sgds-bg-translucent);bottom:0;content:" ";height:calc(100% - var(--sgds-dimension-32));left:15px;position:absolute;top:32px;width:var(--sgds-dimension-2)}.stepper.horizontal .stepper-item-container .stepper-item.is-active:before,.stepper.horizontal .stepper-item-container .stepper-item.is-completed:before,.stepper.vertical .stepper-item-container .stepper-item.is-completed:after{background:var(--sgds-primary-border-color-default)}.stepper .stepper-item.is-clickable{cursor:pointer}.stepper .stepper-marker{align-items:center;background:var(--sgds-bg-translucent);border:var(--sgds-border-width-2) solid var(--sgds-border-color-transparent);border-radius:50%;color:var(--sgds-color-default);display:flex;height:var(--sgds-dimension-32);justify-content:center;width:var(--sgds-dimension-32);z-index:1}.stepper:not(.vertical) .stepper-detail{max-width:var(--sgds-dimension-128);text-align:center}.stepper.vertical .stepper-detail{padding:var(--sgds-padding-2-xs) 0 0;text-align:left}.stepper .stepper-item:not(.is-active):not(.is-completed) .stepper-detail{color:var(--sgds-color-subtle)}.stepper .stepper-item.is-clickable:focus .stepper-marker,.stepper .stepper-item.is-clickable:focus-visible .stepper-marker,.stepper .stepper-item.is-clickable:hover .stepper-marker{background-color:var(--sgds-primary-surface-emphasis);border-color:var(--sgds-border-color-transparent);color:var(--sgds-color-fixed-light)}.stepper .stepper-item.is-clickable:focus .stepper-detail,.stepper .stepper-item.is-clickable:focus-visible .stepper-detail,.stepper .stepper-item.is-clickable:hover .stepper-detail{color:var(--sgds-primary-color-emphasis)}.stepper .stepper-item.is-clickable .stepper-detail,.stepper.clickable .stepper-item.is-active .stepper-detail{color:var(--sgds-primary-color-default)}.stepper .stepper-item.is-active .stepper-marker{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.stepper .stepper-item.is-completed .stepper-marker{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}`;class Yn extends Oe{constructor(){super(...arguments),this.steps=[],this.activeStep=0,this.orientation="horizontal",this.clickable=!1,this.linear=!1,this.defaultActiveStep=0,this._items=[],this._totalSteps=0,this._boundHandleItemClick=this._handleStepClick.bind(this),this.hasDefaultSlot=!1,this.hasSlotController=new $i(this,"[default]")}connectedCallback(){super.connectedCallback(),this._totalSteps=this.steps.length,this.addEventListener("i-sgds-click",this._boundHandleItemClick)}_handleSlotChange(){this._items=this._slotNodes,this._totalSteps=this._items.length,this._updateStepItems()}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]"))}_updateStepItems(){this._items&&this._items.length>0&&this._items.forEach((e,t)=>{e.stepIndex=t,e.active=this.activeStep===t,e.completed=e.completed||this.activeStep>t,e.clickable=this.linear?!e.disabled&&this.clickable&&(this.activeStep-1==t||this.activeStep+1==t):!e.disabled&&this.clickable,e.orientation=this.orientation,this._items.length>1&&(e.isFirstOfType=0===t,e.classList.toggle("last",t===this._items.length-1))})}getComponent(e=this.activeStep){var t,s;const i=this.hasDefaultSlot?this._items:this.steps;return i&&i.length>0?null===(t=i[e])||void 0===t?void 0:t.component:null===(s=this.steps[e])||void 0===s?void 0:s.component}nextStep(){var e;this.emit("sgds-next-step"),this.activeStep<this._totalSteps-1&&((null===(e=this._slotNodes[this.activeStep+1])||void 0===e?void 0:e.disabled)||this.activeStep++)}previousStep(){var e;this.emit("sgds-previous-step"),this.activeStep>0&&((null===(e=this._slotNodes[this.activeStep-1])||void 0===e?void 0:e.disabled)||this.activeStep--)}lastStep(){this.emit("sgds-last-step"),this.activeStep!==this._totalSteps-1&&(this.activeStep=this._totalSteps-1)}firstStep(){this.emit("sgds-first-step"),this.activeStep>0&&(this.activeStep=0)}reset(){this.emit("sgds-reset"),this.activeStep=this.defaultActiveStep}_onStepperItemClick(e){this.activeStep=e}_handleActiveStepChange(){this._updateStepItems(),this.emit("sgds-arrived")}_handleClickableChange(){this._updateStepItems()}_handleOrientationChange(){this._updateStepItems()}_handleKeyDown(e,t){"Enter"===e.key&&this._onStepperItemClick(t)}_handleStepClick(e){var t;const s=e;e.stopPropagation();const i=null===(t=s.detail)||void 0===t?void 0:t.stepIndex;this._onStepperItemClick(i)}render(){return te`
1870
+ `}_handleClick(e){if(e){if(e.target.hasAttribute("data-clickable"))return}this.emit("i-sgds-click",{detail:{stepIndex:this.stepIndex}})}_handleKeyDown(e){"Enter"===e.key&&this._handleClick()}}Yn.styles=[...Oe.styles,qn],Yn.dependencies={"sgds-icon":_t},t([ze({type:String,reflect:!0})],Yn.prototype,"stepHeader",void 0),t([ze({type:String,reflect:!0})],Yn.prototype,"iconName",void 0),t([ze({type:Object})],Yn.prototype,"component",void 0),t([ze({type:Boolean})],Yn.prototype,"clickable",void 0),t([ze({type:Boolean,reflect:!0})],Yn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Yn.prototype,"disabled",void 0),t([ze({type:Boolean,reflect:!0})],Yn.prototype,"completed",void 0),t([ze({type:Number})],Yn.prototype,"stepIndex",void 0),t([ze({type:String})],Yn.prototype,"orientation",void 0),t([ze({type:Boolean})],Yn.prototype,"isFirstOfType",void 0);var Wn=r`.stepper{display:flex;flex-wrap:wrap}.stepper.vertical{flex-direction:column}.stepper.horizontal .stepper-item-container{align-items:center;display:flex;flex-basis:1em;flex-direction:column;flex-grow:1;flex-shrink:1;position:relative}.stepper.vertical .stepper-item-container{position:relative;width:fit-content}.stepper .stepper-item{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-sm)}.stepper.vertical .stepper-item{align-items:flex-start;flex-direction:row}.stepper.vertical .stepper-item-container:not(:last-child) .stepper-item{margin-bottom:var(--sgds-padding-xl)}.stepper .stepper-item.is-clickable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.stepper.horizontal .stepper-item-container:not(:first-of-type) .stepper-item:before{background:var(--sgds-border-color-translucent);bottom:0;content:" ";height:var(--sgds-dimension-2);left:calc(-50% + 16px);position:absolute;top:15px;width:calc(100% - var(--sgds-dimension-32))}.stepper.vertical .stepper-item-container:not(:last-child) .stepper-item:after{background:var(--sgds-bg-translucent);bottom:0;content:" ";height:calc(100% - var(--sgds-dimension-32));left:15px;position:absolute;top:32px;width:var(--sgds-dimension-2)}.stepper.horizontal .stepper-item-container .stepper-item.is-active:before,.stepper.horizontal .stepper-item-container .stepper-item.is-completed:before,.stepper.vertical .stepper-item-container .stepper-item.is-completed:after{background:var(--sgds-primary-border-color-default)}.stepper .stepper-item.is-clickable{cursor:pointer}.stepper .stepper-marker{align-items:center;background:var(--sgds-bg-translucent);border:var(--sgds-border-width-2) solid var(--sgds-border-color-transparent);border-radius:50%;color:var(--sgds-color-default);display:flex;height:var(--sgds-dimension-32);justify-content:center;width:var(--sgds-dimension-32);z-index:1}.stepper:not(.vertical) .stepper-detail{max-width:var(--sgds-dimension-128);text-align:center}.stepper.vertical .stepper-detail{padding:var(--sgds-padding-2-xs) 0 0;text-align:left}.stepper .stepper-item:not(.is-active):not(.is-completed) .stepper-detail{color:var(--sgds-color-subtle)}.stepper .stepper-item.is-clickable:focus .stepper-marker,.stepper .stepper-item.is-clickable:focus-visible .stepper-marker,.stepper .stepper-item.is-clickable:hover .stepper-marker{background-color:var(--sgds-primary-surface-emphasis);border-color:var(--sgds-border-color-transparent);color:var(--sgds-color-fixed-light)}.stepper .stepper-item.is-clickable:focus .stepper-detail,.stepper .stepper-item.is-clickable:focus-visible .stepper-detail,.stepper .stepper-item.is-clickable:hover .stepper-detail{color:var(--sgds-primary-color-emphasis)}.stepper .stepper-item.is-clickable .stepper-detail,.stepper.clickable .stepper-item.is-active .stepper-detail{color:var(--sgds-primary-color-default)}.stepper .stepper-item.is-active .stepper-marker{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.stepper .stepper-item.is-completed .stepper-marker{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}`;class Kn extends Oe{constructor(){super(...arguments),this.steps=[],this.activeStep=0,this.orientation="horizontal",this.clickable=!1,this.linear=!1,this.defaultActiveStep=0,this._items=[],this._totalSteps=0,this._boundHandleItemClick=this._handleStepClick.bind(this),this.hasDefaultSlot=!1,this.hasSlotController=new $i(this,"[default]")}connectedCallback(){super.connectedCallback(),this._totalSteps=this.steps.length,this.addEventListener("i-sgds-click",this._boundHandleItemClick)}_handleSlotChange(){this._items=this._slotNodes,this._totalSteps=this._items.length,this._updateStepItems()}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]"))}_updateStepItems(){this._items&&this._items.length>0&&this._items.forEach((e,t)=>{e.stepIndex=t,e.active=this.activeStep===t,e.completed=e.completed||this.activeStep>t,e.clickable=this.linear?!e.disabled&&this.clickable&&(this.activeStep-1==t||this.activeStep+1==t):!e.disabled&&this.clickable,e.orientation=this.orientation,this._items.length>1&&(e.isFirstOfType=0===t,e.classList.toggle("last",t===this._items.length-1))})}getComponent(e=this.activeStep){var t,s;const i=this.hasDefaultSlot?this._items:this.steps;return i&&i.length>0?null===(t=i[e])||void 0===t?void 0:t.component:null===(s=this.steps[e])||void 0===s?void 0:s.component}nextStep(){var e;this.emit("sgds-next-step"),this.activeStep<this._totalSteps-1&&((null===(e=this._slotNodes[this.activeStep+1])||void 0===e?void 0:e.disabled)||this.activeStep++)}previousStep(){var e;this.emit("sgds-previous-step"),this.activeStep>0&&((null===(e=this._slotNodes[this.activeStep-1])||void 0===e?void 0:e.disabled)||this.activeStep--)}lastStep(){this.emit("sgds-last-step"),this.activeStep!==this._totalSteps-1&&(this.activeStep=this._totalSteps-1)}firstStep(){this.emit("sgds-first-step"),this.activeStep>0&&(this.activeStep=0)}reset(){this.emit("sgds-reset"),this.activeStep=this.defaultActiveStep}_onStepperItemClick(e){this.activeStep=e}_handleActiveStepChange(){this._updateStepItems(),this.emit("sgds-arrived")}_handleClickableChange(){this._updateStepItems()}_handleOrientationChange(){this._updateStepItems()}_handleKeyDown(e,t){"Enter"===e.key&&this._onStepperItemClick(t)}_handleStepClick(e){var t;const s=e;e.stopPropagation();const i=null===(t=s.detail)||void 0===t?void 0:t.stepIndex;this._onStepperItemClick(i)}render(){return te`
1830
1871
  <div
1831
1872
  class="stepper ${Ke({[`${this.orientation}`]:this.orientation,clickable:this.clickable})}"
1832
1873
  >
@@ -1850,7 +1891,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1850
1891
  </div>
1851
1892
  `)}
1852
1893
  </div>
1853
- `}}Yn.styles=[...Oe.styles,qn],Yn.dependencies={"sgds-icon":_t},t([ze({type:Array})],Yn.prototype,"steps",void 0),t([ze({type:Number,reflect:!0})],Yn.prototype,"activeStep",void 0),t([ze({type:String,reflect:!0})],Yn.prototype,"orientation",void 0),t([ze({type:Boolean,reflect:!0})],Yn.prototype,"clickable",void 0),t([ze({type:Boolean,reflect:!0})],Yn.prototype,"linear",void 0),t([da("activeStep")],Yn.prototype,"defaultActiveStep",void 0),t([Ee()],Yn.prototype,"_slotNodes",void 0),t([ze({type:Boolean})],Yn.prototype,"hasDefaultSlot",void 0),t([nt("activeStep",{waitUntilFirstUpdate:!0})],Yn.prototype,"_handleActiveStepChange",null),t([nt("clickable",{waitUntilFirstUpdate:!0})],Yn.prototype,"_handleClickableChange",null),t([nt("orientation",{waitUntilFirstUpdate:!0})],Yn.prototype,"_handleOrientationChange",null);var Wn=r`:host{display:block;position:relative;z-index:var(--sgds-z-index-sticky)}nav{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:relative;width:100%}.subnav{flex-direction:column;flex-wrap:nowrap}.header-container,.subnav{align-items:flex-start;display:flex}.header-container{gap:var(--sgds-gap-md);padding:var(--sgds-padding-md) var(--sgds-padding-lg);width:100%}slot[name=header]::slotted(*){--sgds-margin-xs:var(--sgds-margin-none);flex:1 1 auto;margin-bottom:var(--sgds-margin-xs,--sgds-margin-none);padding-top:var(--sgds-padding-none)}.subnav-toggler{cursor:pointer;transition:transform .2s ease-in-out}.subnav-toggler:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.subnav:not(.collapsed) .subnav-toggler{transform:rotate(-180deg)}.subnav-nav-group{display:flex;flex:1 1 0}.subnav-nav,.subnav-nav-group{align-items:flex-start;flex-direction:column;width:100%}.subnav-nav{display:none;overflow-y:auto;transition:transform .2s ease-in-out}.subnav-nav ::slotted(*){width:100%}.subnav-actions{bottom:0;display:flex;flex-direction:column;gap:var(--sgds-gap-md);padding:var(--sgds-padding-md) var(--sgds-padding-lg);position:sticky;width:100%}.no-actions{display:none}slot[name=actions]::slotted(*){width:100%}@media screen and (max-width:1023px){.subnav.sgds-container{max-width:inherit}}@media screen and (min-width:512px){.subnav-actions{flex-direction:row}}@media screen and (min-width:768px){nav{border-bottom:var(--sgds-border-width-0)}.subnav{flex-direction:row}.subnav.collapsed{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}.header-container{padding:var(--sgds-padding-lg) var(--sgds-padding-2-xl)}.subnav-nav{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);left:0;position:absolute;top:100%}.subnav-actions{align-items:center;flex-direction:row;padding:var(--sgds-padding-sm) var(--sgds-padding-2-xl) var(--sgds-padding-sm) var(--sgds-padding-none);position:inherit}}@media screen and (min-width:1024px){nav{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:inherit}.subnav{flex-wrap:wrap;gap:var(--sgds-gap-xl);row-gap:var(--sgds-gap-none)}.subnav.collapsed{border-bottom:var(--sgds-border-width-0)}.header-container{flex:1;padding:var(--sgds-padding-none);width:auto}slot[name=header]::slotted(*){padding-top:var(--sgds-padding-lg);white-space:nowrap}.subnav-nav-group{align-items:center;flex:inherit;flex-direction:row;flex-wrap:wrap;gap:var(--sgds-gap-xl);justify-content:space-between;row-gap:var(--sgds-gap-none);width:auto}.subnav-nav{align-items:center;background-color:inherit;border-bottom:var(--sgds-border-width-0);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--sgds-gap-lg);overflow-y:inherit;position:inherit;row-gap:0;transition:none;width:auto}.subnav-nav ::slotted(*){width:inherit}.subnav-toggler{display:none}.subnav-actions{padding:var(--sgds-padding-sm) var(--sgds-padding-none);width:auto}slot[name=actions]::slotted(*){width:inherit}}`;const Kn=["Enter"," "];class Gn extends Oe{constructor(){super(...arguments),this.hasActionsSlot=!1,this.isCollapsed=!1,this.isMenuOpen=!1,this.hasSlotController=new $i(this,"actions"),this._handleResize=async()=>{this.isCollapsed=window.innerWidth<jo,await this.updateComplete,this.isCollapsed||(this.isMenuOpen=!1),this._updateMobileLayout()},this._updateMobileLayout=()=>{if(this.nav&&this.headerContainer&&this.mobileActions&&this.mobileNav)if(this.isCollapsed){const{top:e}=this.nav.getBoundingClientRect(),t=this.headerContainer.clientHeight,s=this.mobileActions.clientHeight,i=window.innerWidth>=Uo&&window.innerWidth<jo?e+t:e+t+s;this.mobileNav.style.maxHeight=`calc(100dvh - ${i}px)`,this.style.minHeight=`${this.nav.clientHeight}px`,this.nav.style.position="absolute"}else this.mobileNav.style.maxHeight="none",this.style.minHeight="auto",this.nav.style.position="relative"},this._toggleMenu=()=>{var e;this.isMenuOpen?this.hide():(this._lockBodyScroll(),this.show()),null===(e=this.toggler)||void 0===e||e.focus()}}connectedCallback(){super.connectedCallback(),window.addEventListener("resize",this._handleResize),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.navGroup))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("resize",this._handleResize),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.navGroup))}firstUpdated(e){super.firstUpdated(e),this._handleResize()}updated(){this.hasActionsSlot||(this.hasActionsSlot=this.hasSlotController.test("actions"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||e.composedPath().includes(this.toggler)||this.hide()}async _onKeyboardToggle(e){Kn.includes(e.key)&&(e.preventDefault(),this._toggleMenu())}async show(){if(!this.isMenuOpen)return this.isMenuOpen=!0,ot(this,"sgds-after-show")}async hide(){if(this.isMenuOpen)return this.isMenuOpen=!1,this._unlockBodyScroll(),ot(this,"sgds-after-hide")}_lockBodyScroll(){if("undefined"==typeof window)return;const e=window.scrollY;document.body.style.position="fixed",document.body.style.top=`-${e}px`,document.body.style.width="100%"}_unlockBodyScroll(){if("undefined"==typeof window)return;const e=-1*parseInt(document.body.style.top||"0");document.body.style.position="",document.body.style.top="",document.body.style.width="",window.scrollTo(0,e)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.isMenuOpen=!1);await et(this.mobileNav),this.isCollapsed&&(this.mobileNav.style.display="flex");const{keyframes:e,options:t}=it(this,"subnav.show");await Je(this.mobileNav,Qe(e,this.mobileNav.scrollHeight),t),this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.isMenuOpen=!0);await et(this.mobileNav);const{keyframes:e,options:t}=it(this,"subnav.hide");await Je(this.mobileNav,Qe(e,this.mobileNav.scrollHeight),t),this.isCollapsed&&(this.mobileNav.style.display="none"),this.emit("sgds-after-hide")}async handleOpenChange(){this.isMenuOpen?this._animateToShow():this._animateToHide()}async handleCollapsedChange(){await this.updateComplete,this.mobileNav.style.display=this.isCollapsed?"none":"flex"}render(){return te`
1894
+ `}}Kn.styles=[...Oe.styles,Wn],Kn.dependencies={"sgds-icon":_t},t([ze({type:Array})],Kn.prototype,"steps",void 0),t([ze({type:Number,reflect:!0})],Kn.prototype,"activeStep",void 0),t([ze({type:String,reflect:!0})],Kn.prototype,"orientation",void 0),t([ze({type:Boolean,reflect:!0})],Kn.prototype,"clickable",void 0),t([ze({type:Boolean,reflect:!0})],Kn.prototype,"linear",void 0),t([da("activeStep")],Kn.prototype,"defaultActiveStep",void 0),t([Ee()],Kn.prototype,"_slotNodes",void 0),t([ze({type:Boolean})],Kn.prototype,"hasDefaultSlot",void 0),t([nt("activeStep",{waitUntilFirstUpdate:!0})],Kn.prototype,"_handleActiveStepChange",null),t([nt("clickable",{waitUntilFirstUpdate:!0})],Kn.prototype,"_handleClickableChange",null),t([nt("orientation",{waitUntilFirstUpdate:!0})],Kn.prototype,"_handleOrientationChange",null);var Gn=r`:host{display:block;position:relative;z-index:var(--sgds-z-index-sticky)}nav{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:relative;width:100%}.subnav{flex-direction:column;flex-wrap:nowrap}.header-container,.subnav{align-items:flex-start;display:flex}.header-container{gap:var(--sgds-gap-md);padding:var(--sgds-padding-md) var(--sgds-padding-lg);width:100%}slot[name=header]::slotted(*){--sgds-margin-xs:var(--sgds-margin-none);flex:1 1 auto;margin-bottom:var(--sgds-margin-xs,--sgds-margin-none);padding-top:var(--sgds-padding-none)}.subnav-toggler{cursor:pointer;transition:transform .2s ease-in-out}.subnav-toggler:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.subnav:not(.collapsed) .subnav-toggler{transform:rotate(-180deg)}.subnav-nav-group{display:flex;flex:1 1 0}.subnav-nav,.subnav-nav-group{align-items:flex-start;flex-direction:column;width:100%}.subnav-nav{display:none;overflow-y:auto;transition:transform .2s ease-in-out}.subnav-nav ::slotted(*){width:100%}.subnav-actions{bottom:0;display:flex;flex-direction:column;gap:var(--sgds-gap-md);padding:var(--sgds-padding-md) var(--sgds-padding-lg);position:sticky;width:100%}.no-actions{display:none}slot[name=actions]::slotted(*){width:100%}@media screen and (max-width:1023px){.subnav.sgds-container{max-width:inherit}}@media screen and (min-width:512px){.subnav-actions{flex-direction:row}}@media screen and (min-width:768px){nav{border-bottom:var(--sgds-border-width-0)}.subnav{flex-direction:row}.subnav.collapsed{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}.header-container{padding:var(--sgds-padding-lg) var(--sgds-padding-2-xl)}.subnav-nav{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);left:0;position:absolute;top:100%}.subnav-actions{align-items:center;flex-direction:row;padding:var(--sgds-padding-sm) var(--sgds-padding-2-xl) var(--sgds-padding-sm) var(--sgds-padding-none);position:inherit}}@media screen and (min-width:1024px){nav{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:inherit}.subnav{flex-wrap:wrap;gap:var(--sgds-gap-xl);row-gap:var(--sgds-gap-none)}.subnav.collapsed{border-bottom:var(--sgds-border-width-0)}.header-container{flex:1;padding:var(--sgds-padding-none);width:auto}slot[name=header]::slotted(*){padding-top:var(--sgds-padding-lg);white-space:nowrap}.subnav-nav-group{align-items:center;flex:inherit;flex-direction:row;flex-wrap:wrap;gap:var(--sgds-gap-xl);justify-content:space-between;row-gap:var(--sgds-gap-none);width:auto}.subnav-nav{align-items:center;background-color:inherit;border-bottom:var(--sgds-border-width-0);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--sgds-gap-lg);overflow-y:inherit;position:inherit;row-gap:0;transition:none;width:auto}.subnav-nav ::slotted(*){width:inherit}.subnav-toggler{display:none}.subnav-actions{padding:var(--sgds-padding-sm) var(--sgds-padding-none);width:auto}slot[name=actions]::slotted(*){width:inherit}}`;const Jn=["Enter"," "];class Xn extends Oe{constructor(){super(...arguments),this.hasActionsSlot=!1,this.isCollapsed=!1,this.isMenuOpen=!1,this.hasSlotController=new $i(this,"actions"),this._handleResize=async()=>{this.isCollapsed=window.innerWidth<jo,await this.updateComplete,this.isCollapsed||(this.isMenuOpen=!1),this._updateMobileLayout()},this._updateMobileLayout=()=>{if(this.nav&&this.headerContainer&&this.mobileActions&&this.mobileNav)if(this.isCollapsed){const{top:e}=this.nav.getBoundingClientRect(),t=this.headerContainer.clientHeight,s=this.mobileActions.clientHeight,i=window.innerWidth>=Uo&&window.innerWidth<jo?e+t:e+t+s;this.mobileNav.style.maxHeight=`calc(100dvh - ${i}px)`,this.style.minHeight=`${this.nav.clientHeight}px`,this.nav.style.position="absolute"}else this.mobileNav.style.maxHeight="none",this.style.minHeight="auto",this.nav.style.position="relative"},this._toggleMenu=()=>{var e;this.isMenuOpen?this.hide():(this._lockBodyScroll(),this.show()),null===(e=this.toggler)||void 0===e||e.focus()}}connectedCallback(){super.connectedCallback(),window.addEventListener("resize",this._handleResize),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.navGroup))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("resize",this._handleResize),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.navGroup))}firstUpdated(e){super.firstUpdated(e),this._handleResize()}updated(){this.hasActionsSlot||(this.hasActionsSlot=this.hasSlotController.test("actions"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||e.composedPath().includes(this.toggler)||this.hide()}async _onKeyboardToggle(e){Jn.includes(e.key)&&(e.preventDefault(),this._toggleMenu())}async show(){if(!this.isMenuOpen)return this.isMenuOpen=!0,ot(this,"sgds-after-show")}async hide(){if(this.isMenuOpen)return this.isMenuOpen=!1,this._unlockBodyScroll(),ot(this,"sgds-after-hide")}_lockBodyScroll(){if("undefined"==typeof window)return;const e=window.scrollY;document.body.style.position="fixed",document.body.style.top=`-${e}px`,document.body.style.width="100%"}_unlockBodyScroll(){if("undefined"==typeof window)return;const e=-1*parseInt(document.body.style.top||"0");document.body.style.position="",document.body.style.top="",document.body.style.width="",window.scrollTo(0,e)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.isMenuOpen=!1);await et(this.mobileNav),this.isCollapsed&&(this.mobileNav.style.display="flex");const{keyframes:e,options:t}=it(this,"subnav.show");await Je(this.mobileNav,Qe(e,this.mobileNav.scrollHeight),t),this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.isMenuOpen=!0);await et(this.mobileNav);const{keyframes:e,options:t}=it(this,"subnav.hide");await Je(this.mobileNav,Qe(e,this.mobileNav.scrollHeight),t),this.isCollapsed&&(this.mobileNav.style.display="none"),this.emit("sgds-after-hide")}async handleOpenChange(){this.isMenuOpen?this._animateToShow():this._animateToHide()}async handleCollapsedChange(){await this.updateComplete,this.mobileNav.style.display=this.isCollapsed?"none":"flex"}render(){return te`
1854
1895
  <nav aria-label="Sub navigation">
1855
1896
  <div
1856
1897
  class=${Ke({"sgds-container":!0,subnav:!0,collapsed:!this.isMenuOpen})}
@@ -1881,7 +1922,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1881
1922
  </div>
1882
1923
  </div>
1883
1924
  </nav>
1884
- `}}Gn.styles=[...Oe.styles,Wn,Mo],Gn.dependencies={"sgds-icon":_t},t([ze({type:Boolean})],Gn.prototype,"hasActionsSlot",void 0),t([De("nav")],Gn.prototype,"nav",void 0),t([De(".subnav-nav")],Gn.prototype,"mobileNav",void 0),t([De(".header-container")],Gn.prototype,"headerContainer",void 0),t([De(".subnav-toggler")],Gn.prototype,"toggler",void 0),t([De(".subnav-nav-group")],Gn.prototype,"navGroup",void 0),t([De(".subnav-actions")],Gn.prototype,"mobileActions",void 0),t([Pe()],Gn.prototype,"isCollapsed",void 0),t([Pe()],Gn.prototype,"isMenuOpen",void 0),t([nt("isMenuOpen",{waitUntilFirstUpdate:!0})],Gn.prototype,"handleOpenChange",null),t([nt("isCollapsed",{waitUntilFirstUpdate:!0})],Gn.prototype,"handleCollapsedChange",null),at("subnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("subnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Jn=r`:host(:not([disabled])[active]:not([active=false])) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle);border-bottom:none}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);box-sizing:border-box;color:var(--sgds-link-color-default,var(--sgds-color-default));cursor:pointer;display:inline-block;font-size:var(--sgds-font-size-label-sm)!important;padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-decoration:none!important;white-space:nowrap;width:100%}::slotted(*):after{height:var(--sgds-icon-size-md)!important;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;width:var(--sgds-icon-size-md)!important}:host(:not([disabled])[active]:not([active=false])) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);color:var(--sgds-link-color-default,var(--sgds-primary-color-default))}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-color-default))}:host(:not([disabled])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-primary-color-default))}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-primary-color-default));outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}@media screen and (min-width:1024px){:host(:not([disabled])[active]:not([active=false])) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);background-color:inherit;border-bottom:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-link-color-default,var(--sgds-primary-color-default))}::slotted(*){border-bottom:var(--sgds-border-width-2) solid transparent;padding:var(--sgds-padding-lg) var(--sgds-padding-none)}}`;class Xn extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,s=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(s.length>1)console.error("More than one anchor tag is added to sgds-subnav-item");else{if(0===s.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===s.length){const e=s[0];this.active&&e.setAttribute("aria-current","true"),this.disabled&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))}}}render(){return te`<slot @slotchange=${this._handleSlotChange}></slot>`}}Xn.styles=[...Oe.styles,Jn],t([ze({type:Boolean,reflect:!0})],Xn.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],Xn.prototype,"disabled",void 0),t([nt("disabled")],Xn.prototype,"_handleDisabled",null);var Qn=r`input{margin:0}.form-check{align-items:center;display:flex;gap:var(--sgds-form-gap-lg)}.form-check-input{--sgds-switch-width:var(--sgds-form-width-xl);--sgds-switch-height:var(--sgds-form-height-md);--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.5 12c0-6.627 5.373-12 12-12s12 5.373 12 12-5.373 12-12 12-12-5.373-12-12Z" fill="%23fff"/></svg>');appearance:none;background-color:var(--sgds-form-surface-subtle);background-image:var(--sgds-switch-bg-image);background-position:left var(--sgds-form-padding-inline-sm) center;background-repeat:no-repeat;background-size:var(--sgds-form-width-xs) var(--sgds-form-height-sm);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-full);flex-shrink:0;height:var(--sgds-switch-height);padding:0 var(--sgds-form-padding-inline-sm);transition:background-position .15s ease-in-out;width:var(--sgds-switch-width)}.form-check-input:focus,.form-check-input:focus-visible{background-color:var(--sgds-form-surface-emphasis)}.form-check-input:focus-visible{background-color:var(--sgds-form-surface-emphasis);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:0}.form-check-input:not([disabled]):hover{background-color:var(--sgds-form-surface-emphasis)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);background-position:right var(--sgds-form-padding-inline-sm) center}.form-check-input:not([disabled])[checked]:focus-visible,.form-check-input:not([disabled])[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([size=sm]) .form-check{font-size:var(--sgds-font-size-label-sm)}:host([size=sm]) .form-check-input{--sgds-switch-width:var(--sgds-form-width-md);--sgds-switch-height:var(--sgds-form-height-sm);background-size:var(--sgds-form-width-2-xs) var(--sgds-form-height-2-xs)}:host([size=lg]) .form-check{font-size:var(--sgds-font-size-label-lg)}:host([size=lg]) .form-check-input{--sgds-switch-width:var(--sgds-form-width-3-xl);--sgds-switch-height:var(--sgds-form-height-lg);background-size:var(--sgds-form-width-sm) var(--sgds-form-height-md)}:host([icon]) .form-check-input[checked]{--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Zm8.94-21.778a.776.776 0 0 0-.424-.424.781.781 0 0 0-.854.17L13.261 20.372l-4.924-4.925a.783.783 0 1 0-1.108 1.108l5.478 5.478a.777.777 0 0 0 .692.217.787.787 0 0 0 .416-.217L24.77 11.076a.777.777 0 0 0 .17-.854Z" fill="%23fff"/></svg>')}:host([icon]) .form-check-input{--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16ZM10.164 9.416a.75.75 0 0 0-.53 1.28L14.937 16l-5.303 5.303a.75.75 0 0 0 1.06 1.061l5.304-5.303 5.303 5.303a.75.75 0 1 0 1.06-1.06L17.06 16l5.303-5.303a.75.75 0 0 0-1.06-1.061l-5.304 5.304-5.303-5.304a.75.75 0 0 0-.53-.22Z" fill="%23fff"/></svg>')}.d-none{display:none}`;class er extends Oe{constructor(){super(...arguments),this.size="md",this.icon=!1,this.checked=!1,this.disabled=!1,this.hasDefaultSlot=!1,this.hasLeftLabelSlot=!1,this.defaultChecked=!1,this.hasSlotController=new $i(this,"[default]","leftLabel"),this._inputId=Zi("switch")}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]")),this.hasLeftLabelSlot||(this.hasLeftLabelSlot=this.hasSlotController.test("leftLabel"))}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(){this.checked=!this.checked,this.emit("sgds-change",{detail:{checked:this.checked}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleDisabledChange(){this.input.disabled=this.disabled}render(){const e=!this.hasDefaultSlot&&!this.hasLeftLabelSlot;return te`
1925
+ `}}Xn.styles=[...Oe.styles,Gn,Mo],Xn.dependencies={"sgds-icon":_t},t([ze({type:Boolean})],Xn.prototype,"hasActionsSlot",void 0),t([Ie("nav")],Xn.prototype,"nav",void 0),t([Ie(".subnav-nav")],Xn.prototype,"mobileNav",void 0),t([Ie(".header-container")],Xn.prototype,"headerContainer",void 0),t([Ie(".subnav-toggler")],Xn.prototype,"toggler",void 0),t([Ie(".subnav-nav-group")],Xn.prototype,"navGroup",void 0),t([Ie(".subnav-actions")],Xn.prototype,"mobileActions",void 0),t([Pe()],Xn.prototype,"isCollapsed",void 0),t([Pe()],Xn.prototype,"isMenuOpen",void 0),t([nt("isMenuOpen",{waitUntilFirstUpdate:!0})],Xn.prototype,"handleOpenChange",null),t([nt("isCollapsed",{waitUntilFirstUpdate:!0})],Xn.prototype,"handleCollapsedChange",null),at("subnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),at("subnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});var Qn=r`:host(:not([disabled])[active]:not([active=false])) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle);border-bottom:none}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);box-sizing:border-box;color:var(--sgds-link-color-default,var(--sgds-color-default));cursor:pointer;display:inline-block;font-size:var(--sgds-font-size-label-sm)!important;padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-decoration:none!important;white-space:nowrap;width:100%}::slotted(*):after{height:var(--sgds-icon-size-md)!important;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.145 3.667h.021a.5.5 0 1 1 0 1c-.708 0-1.209 0-1.6.032-.387.032-.622.091-.807.186a2 2 0 0 0-.875.874c-.094.185-.154.42-.185.806-.032.392-.032.893-.032 1.602v3.666c0 .709 0 1.21.032 1.602.031.386.091.621.185.806a2 2 0 0 0 .875.874c.185.095.42.154.806.186.392.032.893.032 1.601.032h3.667c.708 0 1.21 0 1.601-.032.386-.032.622-.091.807-.186a2 2 0 0 0 .874-.874c.095-.185.154-.42.186-.806.032-.392.032-.893.032-1.602a.5.5 0 1 1 1 0v.022c0 .682 0 1.224-.036 1.661-.036.448-.113.83-.29 1.18a3 3 0 0 1-1.312 1.31c-.35.178-.731.255-1.18.292-.436.035-.978.035-1.66.035h-3.71c-.682 0-1.224 0-1.661-.035-.448-.037-.83-.113-1.18-.292a3 3 0 0 1-1.31-1.31c-.179-.35-.255-.732-.292-1.18-.035-.437-.035-.98-.035-1.66V8.144c0-.682 0-1.224.035-1.661.037-.448.113-.83.291-1.18a3 3 0 0 1 1.312-1.31c.35-.178.731-.255 1.179-.292.437-.035.98-.035 1.66-.035Zm2.188.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5.374l-4.98 4.98a.5.5 0 0 1-.707-.708l4.98-4.98h-3.793a.5.5 0 0 1-.5-.5Z' fill='%230E0E0E'/%3E%3C/svg%3E")!important;width:var(--sgds-icon-size-md)!important}:host(:not([disabled])[active]:not([active=false])) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);color:var(--sgds-link-color-default,var(--sgds-primary-color-default))}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-color-default))}:host(:not([disabled])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-primary-color-default))}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-link-color-emphasis,var(--sgds-primary-color-default));outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}@media screen and (min-width:1024px){:host(:not([disabled])[active]:not([active=false])) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);background-color:inherit;border-bottom:var(--sgds-border-width-2) solid var(--sgds-primary-border-color-default);color:var(--sgds-link-color-default,var(--sgds-primary-color-default))}::slotted(*){border-bottom:var(--sgds-border-width-2) solid transparent;padding:var(--sgds-padding-lg) var(--sgds-padding-none)}}`;class er extends Oe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,s=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(s.length>1)console.error("More than one anchor tag is added to sgds-subnav-item");else{if(0===s.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===s.length){const e=s[0];this.active&&e.setAttribute("aria-current","true"),this.disabled&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))}}}render(){return te`<slot @slotchange=${this._handleSlotChange}></slot>`}}er.styles=[...Oe.styles,Qn],t([ze({type:Boolean,reflect:!0})],er.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],er.prototype,"disabled",void 0),t([nt("disabled")],er.prototype,"_handleDisabled",null);var tr=r`input{margin:0}.form-check{align-items:center;display:flex;gap:var(--sgds-form-gap-lg)}.form-check-input{--sgds-switch-width:var(--sgds-form-width-xl);--sgds-switch-height:var(--sgds-form-height-md);--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.5 12c0-6.627 5.373-12 12-12s12 5.373 12 12-5.373 12-12 12-12-5.373-12-12Z" fill="%23fff"/></svg>');appearance:none;background-color:var(--sgds-form-surface-subtle);background-image:var(--sgds-switch-bg-image);background-position:left var(--sgds-form-padding-inline-sm) center;background-repeat:no-repeat;background-size:var(--sgds-form-width-xs) var(--sgds-form-height-sm);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-full);flex-shrink:0;height:var(--sgds-switch-height);padding:0 var(--sgds-form-padding-inline-sm);transition:background-position .15s ease-in-out;width:var(--sgds-switch-width)}.form-check-input:focus,.form-check-input:focus-visible{background-color:var(--sgds-form-surface-emphasis)}.form-check-input:focus-visible{background-color:var(--sgds-form-surface-emphasis);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:0}.form-check-input:not([disabled]):hover{background-color:var(--sgds-form-surface-emphasis)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);background-position:right var(--sgds-form-padding-inline-sm) center}.form-check-input:not([disabled])[checked]:focus-visible,.form-check-input:not([disabled])[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([size=sm]) .form-check{font-size:var(--sgds-font-size-label-sm)}:host([size=sm]) .form-check-input{--sgds-switch-width:var(--sgds-form-width-md);--sgds-switch-height:var(--sgds-form-height-sm);background-size:var(--sgds-form-width-2-xs) var(--sgds-form-height-2-xs)}:host([size=lg]) .form-check{font-size:var(--sgds-font-size-label-lg)}:host([size=lg]) .form-check-input{--sgds-switch-width:var(--sgds-form-width-3-xl);--sgds-switch-height:var(--sgds-form-height-lg);background-size:var(--sgds-form-width-sm) var(--sgds-form-height-md)}:host([icon]) .form-check-input[checked]{--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Zm8.94-21.778a.776.776 0 0 0-.424-.424.781.781 0 0 0-.854.17L13.261 20.372l-4.924-4.925a.783.783 0 1 0-1.108 1.108l5.478 5.478a.777.777 0 0 0 .692.217.787.787 0 0 0 .416-.217L24.77 11.076a.777.777 0 0 0 .17-.854Z" fill="%23fff"/></svg>')}:host([icon]) .form-check-input{--sgds-switch-bg-image:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16ZM10.164 9.416a.75.75 0 0 0-.53 1.28L14.937 16l-5.303 5.303a.75.75 0 0 0 1.06 1.061l5.304-5.303 5.303 5.303a.75.75 0 1 0 1.06-1.06L17.06 16l5.303-5.303a.75.75 0 0 0-1.06-1.061l-5.304 5.304-5.303-5.304a.75.75 0 0 0-.53-.22Z" fill="%23fff"/></svg>')}.d-none{display:none}`;class sr extends Oe{constructor(){super(...arguments),this.size="md",this.icon=!1,this.checked=!1,this.disabled=!1,this.hasDefaultSlot=!1,this.hasLeftLabelSlot=!1,this.defaultChecked=!1,this.hasSlotController=new $i(this,"[default]","leftLabel"),this._inputId=Zi("switch")}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]")),this.hasLeftLabelSlot||(this.hasLeftLabelSlot=this.hasSlotController.test("leftLabel"))}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(){this.checked=!this.checked,this.emit("sgds-change",{detail:{checked:this.checked}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleDisabledChange(){this.input.disabled=this.disabled}render(){const e=!this.hasDefaultSlot&&!this.hasLeftLabelSlot;return te`
1885
1926
  <div class="form-check">
1886
1927
  <label
1887
1928
  for="${this._inputId}"
@@ -1907,7 +1948,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1907
1948
  <slot></slot>
1908
1949
  </label>
1909
1950
  </div>
1910
- `}}er.styles=[...Oe.styles,na,Qn],t([ze({reflect:!0,type:String})],er.prototype,"size",void 0),t([ze({reflect:!0,type:Boolean})],er.prototype,"icon",void 0),t([ze({type:Boolean,reflect:!0})],er.prototype,"checked",void 0),t([ze({type:Boolean,reflect:!0})],er.prototype,"disabled",void 0),t([ze({type:Boolean})],er.prototype,"hasDefaultSlot",void 0),t([ze({type:Boolean})],er.prototype,"hasLeftLabelSlot",void 0),t([da("checked")],er.prototype,"defaultChecked",void 0),t([De('input[type="checkbox"]')],er.prototype,"input",void 0),t([nt("disabled",{waitUntilFirstUpdate:!0})],er.prototype,"_handleDisabledChange",null);var tr=r`.banner-wrapper{display:block;width:100%}.banner,.banner-wrapper{background-color:var(--sgds-surface-fixed-dark)}.banner{align-items:center;color:var(--sgds-color-fixed-light);display:flex;flex-direction:row;gap:var(--sgds-gap-xl);min-height:var(--sgds-dimension-64);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);position:relative}.content{flex:1;overflow:hidden;width:100%}::slotted(sgds-system-banner-item){display:none;flex:0 0 100%;opacity:0}::slotted(sgds-system-banner-item[active]){display:block;opacity:1}.pagination{align-items:center;bottom:12px;display:flex;font-size:var(--sgds-font-size-label-xs);font-weight:var(--sgds-font-weight-regular,400);gap:var(--sgds-gap-2-xs);letter-spacing:var(--sgds-letter-spacing-normal,0);line-height:var(--sgds-line-height-3-xs);position:absolute;right:20px}.d-none{display:none}sgds-close-button{position:absolute;right:20px;top:10px}@media (min-width:1024px){.pagination,sgds-close-button{position:static}.banner{margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding-left:var(--sgds-mainnav-padding-x);padding-right:var(--sgds-mainnav-padding-x)}:host([fluid]) .banner{max-width:none}}`;class sr extends Oe{constructor(){super(...arguments),this.show=!1,this.dismissible=!1,this.noClampAction=!1,this.fluid=!1,this._intervalId=null,this._intervalTime=5e3,this._currentIndex=0}close(){this.show=!1}firstUpdated(e){super.firstUpdated(e),this.childCount=this.bannerItem.length,this.show?(this.childCount>1&&this._startAutoCycle(),this.addEventListener("mouseenter",this._pauseAutoCycle.bind(this)),this.addEventListener("mouseleave",this._resumeAutoCycle.bind(this)),this.addEventListener("focus",this._pauseAutoCycle.bind(this)),this.addEventListener("blur",this._resumeAutoCycle.bind(this))):this.banner.classList.add("d-none"),this._updateActiveItem(),this.childCount>5&&console.warn("It is not recommended to have more than 5 <sgds-system-banner-item> elements.")}disconnectedCallback(){super.disconnectedCallback(),this._stopAutoCycle()}async _handleShowChange(){this.show?(this.childCount>1&&this._startAutoCycle(),this.emit("sgds-show"),this.banner.classList.remove("d-none")):(this._stopAutoCycle(),this.emit("sgds-hide"),this.banner.classList.add("d-none"))}_updateActiveItem(){this.bannerItem.forEach((e,t)=>{t===this._currentIndex?e.setAttribute("active",""):e.removeAttribute("active")})}_next(){const e=this.bannerItem;this._currentIndex=(this._currentIndex+1)%e.length,this._updateActiveItem(),this._animateItem(e[this._currentIndex],"next"),this._resetAutoCycle()}_prev(){const e=this.bannerItem;this._currentIndex=(this._currentIndex-1+e.length)%e.length,this._updateActiveItem(),this._animateItem(e[this._currentIndex],"prev"),this._resetAutoCycle()}async _animateItem(e,t){e.getAnimations().forEach(e=>e.cancel());const s=it(this,`banner.item.${t}`);await Je(e,s.keyframes,s.options)}_startAutoCycle(){this._stopAutoCycle(),this._intervalId=setInterval(()=>this._next(),this._intervalTime)}_stopAutoCycle(){this._intervalId&&(clearInterval(this._intervalId),this._intervalId=null)}_resetAutoCycle(){this._stopAutoCycle(),this._startAutoCycle()}_pauseAutoCycle(){this._stopAutoCycle()}_resumeAutoCycle(){this.show&&this.childCount>1&&this._startAutoCycle()}render(){return te`
1951
+ `}}sr.styles=[...Oe.styles,na,tr],t([ze({reflect:!0,type:String})],sr.prototype,"size",void 0),t([ze({reflect:!0,type:Boolean})],sr.prototype,"icon",void 0),t([ze({type:Boolean,reflect:!0})],sr.prototype,"checked",void 0),t([ze({type:Boolean,reflect:!0})],sr.prototype,"disabled",void 0),t([ze({type:Boolean})],sr.prototype,"hasDefaultSlot",void 0),t([ze({type:Boolean})],sr.prototype,"hasLeftLabelSlot",void 0),t([da("checked")],sr.prototype,"defaultChecked",void 0),t([Ie('input[type="checkbox"]')],sr.prototype,"input",void 0),t([nt("disabled",{waitUntilFirstUpdate:!0})],sr.prototype,"_handleDisabledChange",null);var ir=r`.banner-wrapper{display:block;width:100%}.banner,.banner-wrapper{background-color:var(--sgds-surface-fixed-dark)}.banner{align-items:center;color:var(--sgds-color-fixed-light);display:flex;flex-direction:row;gap:var(--sgds-gap-xl);min-height:var(--sgds-dimension-64);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);position:relative}.content{flex:1;overflow:hidden;width:100%}::slotted(sgds-system-banner-item){display:none;flex:0 0 100%;opacity:0}::slotted(sgds-system-banner-item[active]){display:block;opacity:1}.pagination{align-items:center;bottom:12px;display:flex;font-size:var(--sgds-font-size-label-xs);font-weight:var(--sgds-font-weight-regular,400);gap:var(--sgds-gap-2-xs);letter-spacing:var(--sgds-letter-spacing-normal,0);line-height:var(--sgds-line-height-3-xs);position:absolute;right:20px}.d-none{display:none}sgds-close-button{position:absolute;right:20px;top:10px}@media (min-width:1024px){.pagination,sgds-close-button{position:static}.banner{margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding-left:var(--sgds-mainnav-padding-x);padding-right:var(--sgds-mainnav-padding-x)}:host([fluid]) .banner{max-width:none}}`;class ar extends Oe{constructor(){super(...arguments),this.show=!1,this.dismissible=!1,this.noClampAction=!1,this.fluid=!1,this._intervalId=null,this._intervalTime=5e3,this._currentIndex=0}close(){this.show=!1}firstUpdated(e){super.firstUpdated(e),this.childCount=this.bannerItem.length,this.show?(this.childCount>1&&this._startAutoCycle(),this.addEventListener("mouseenter",this._pauseAutoCycle.bind(this)),this.addEventListener("mouseleave",this._resumeAutoCycle.bind(this)),this.addEventListener("focus",this._pauseAutoCycle.bind(this)),this.addEventListener("blur",this._resumeAutoCycle.bind(this))):this.banner.classList.add("d-none"),this._updateActiveItem(),this.childCount>5&&console.warn("It is not recommended to have more than 5 <sgds-system-banner-item> elements.")}disconnectedCallback(){super.disconnectedCallback(),this._stopAutoCycle()}async _handleShowChange(){this.show?(this.childCount>1&&this._startAutoCycle(),this.emit("sgds-show"),this.banner.classList.remove("d-none")):(this._stopAutoCycle(),this.emit("sgds-hide"),this.banner.classList.add("d-none"))}_updateActiveItem(){this.bannerItem.forEach((e,t)=>{t===this._currentIndex?e.setAttribute("active",""):e.removeAttribute("active")})}_next(){const e=this.bannerItem;this._currentIndex=(this._currentIndex+1)%e.length,this._updateActiveItem(),this._animateItem(e[this._currentIndex],"next"),this._resetAutoCycle()}_prev(){const e=this.bannerItem;this._currentIndex=(this._currentIndex-1+e.length)%e.length,this._updateActiveItem(),this._animateItem(e[this._currentIndex],"prev"),this._resetAutoCycle()}async _animateItem(e,t){e.getAnimations().forEach(e=>e.cancel());const s=it(this,`banner.item.${t}`);await Je(e,s.keyframes,s.options)}_startAutoCycle(){this._stopAutoCycle(),this._intervalId=setInterval(()=>this._next(),this._intervalTime)}_stopAutoCycle(){this._intervalId&&(clearInterval(this._intervalId),this._intervalId=null)}_resetAutoCycle(){this._stopAutoCycle(),this._startAutoCycle()}_pauseAutoCycle(){this._stopAutoCycle()}_resumeAutoCycle(){this.show&&this.childCount>1&&this._startAutoCycle()}render(){return te`
1911
1952
  <div class="banner-wrapper">
1912
1953
  <div
1913
1954
  class="${Ke({banner:!0})}"
@@ -1943,7 +1984,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1943
1984
  `:ae}
1944
1985
  </div>
1945
1986
  </div>
1946
- `}}sr.styles=[...Oe.styles,tr],sr.dependencies={"sgds-close-button":ft,"sgds-icon":_t,"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],sr.prototype,"show",void 0),t([ze({type:Boolean,reflect:!0})],sr.prototype,"dismissible",void 0),t([Ro({context:"no-clamp-action-context"}),ze({type:Boolean})],sr.prototype,"noClampAction",void 0),t([ze({type:Boolean,reflect:!0})],sr.prototype,"fluid",void 0),t([Ee({flatten:!0})],sr.prototype,"bannerItem",void 0),t([De(".banner")],sr.prototype,"banner",void 0),t([Ro({context:"system-banner-children-count-context"}),Pe()],sr.prototype,"childCount",void 0),t([Pe()],sr.prototype,"_intervalId",void 0),t([Pe()],sr.prototype,"_currentIndex",void 0),t([nt("show",{waitUntilFirstUpdate:!0})],sr.prototype,"_handleShowChange",null),at("banner.item.next",{keyframes:[{opacity:0,transform:"translateY(-100%)"},{opacity:1,transform:"translateY(0)"}],options:{duration:500,easing:"cubic-bezier(0.45,0.05,0.55,0.95)"}}),at("banner.item.prev",{keyframes:[{opacity:0,transform:"translateY(100%)"},{opacity:1,transform:"translateY(0)"}],options:{duration:500,easing:"cubic-bezier(0.45,0.05,0.55,0.95)"}});var ir=r`:host([density=compact]) .tab{font-size:var(--sgds-font-size-label-sm);padding:var(--sgds-spacer-3) var(--sgds-spacer-5)}:host(:not([active])) .tab{cursor:pointer}:host([variant=solid]) .tab{background-color:var(--sgds-bg-translucent-subtle);border-radius:var(--sgds-border-radius-md)}:host([variant=solid][active]) .tab{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}:host([variant=solid]:not([active]):not([disabled])) .tab:focus,:host([variant=solid]:not([active]):not([disabled])) .tab:focus-visible{background-color:var(--sgds-bg-translucent)}:host([variant=solid]:not([active]):not([disabled])) .tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([variant=solid]:not([active]):not([disabled])) .tab:hover{background-color:var(--sgds-bg-translucent)}:host([disabled]) .tab{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([variant=underlined][active]) .tab{color:var(--sgds-primary-color-default)}:host([variant=underlined]:not([active]):not([disabled])) .tab:focus,:host([variant=underlined]:not([active]):not([disabled])) .tab:focus-visible{background-color:var(--sgds-bg-translucent-subtle);outline:0}:host([variant=underlined]:not([active]):not([disabled])) .tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([variant=underlined]:not([active]):not([disabled])) .tab:hover{background-color:var(--sgds-bg-translucent-subtle)}:host([fullWidth][orientation=horizontal]) .tab{justify-content:center}.tab{align-items:center;color:var(--sgds-color-default);display:flex;gap:var(--sgds-spacer-3);padding:var(--sgds-spacer-4) var(--sgds-spacer-5);position:relative}.tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`;let ar=0;class or extends Oe{constructor(){super(...arguments),this.attrId=++ar,this.componentId=`sgds-tab-${this.attrId}`,this.panel="",this.active=!1,this.disabled=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","tab")}focus(e){var t,s;null===(s=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".tab"))||void 0===s||s.focus(e)}blur(){this.tab.blur()}handleActiveChange(){this.setAttribute("aria-selected",this.active?"true":"false")}handleDisabledChange(){this.setAttribute("aria-disabled",this.disabled?"true":"false"),this.disabled&&(this.active=!1)}render(){return te`
1987
+ `}}ar.styles=[...Oe.styles,ir],ar.dependencies={"sgds-close-button":ft,"sgds-icon":_t,"sgds-icon-button":Pa},t([ze({type:Boolean,reflect:!0})],ar.prototype,"show",void 0),t([ze({type:Boolean,reflect:!0})],ar.prototype,"dismissible",void 0),t([Ro({context:"no-clamp-action-context"}),ze({type:Boolean})],ar.prototype,"noClampAction",void 0),t([ze({type:Boolean,reflect:!0})],ar.prototype,"fluid",void 0),t([Ee({flatten:!0})],ar.prototype,"bannerItem",void 0),t([Ie(".banner")],ar.prototype,"banner",void 0),t([Ro({context:"system-banner-children-count-context"}),Pe()],ar.prototype,"childCount",void 0),t([Pe()],ar.prototype,"_intervalId",void 0),t([Pe()],ar.prototype,"_currentIndex",void 0),t([nt("show",{waitUntilFirstUpdate:!0})],ar.prototype,"_handleShowChange",null),at("banner.item.next",{keyframes:[{opacity:0,transform:"translateY(-100%)"},{opacity:1,transform:"translateY(0)"}],options:{duration:500,easing:"cubic-bezier(0.45,0.05,0.55,0.95)"}}),at("banner.item.prev",{keyframes:[{opacity:0,transform:"translateY(100%)"},{opacity:1,transform:"translateY(0)"}],options:{duration:500,easing:"cubic-bezier(0.45,0.05,0.55,0.95)"}});var or=r`:host([density=compact]) .tab{font-size:var(--sgds-font-size-label-sm);padding:var(--sgds-spacer-3) var(--sgds-spacer-5)}:host(:not([active])) .tab{cursor:pointer}:host([variant=solid]) .tab{background-color:var(--sgds-bg-translucent-subtle);border-radius:var(--sgds-border-radius-md)}:host([variant=solid][active]) .tab{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}:host([variant=solid]:not([active]):not([disabled])) .tab:focus,:host([variant=solid]:not([active]):not([disabled])) .tab:focus-visible{background-color:var(--sgds-bg-translucent)}:host([variant=solid]:not([active]):not([disabled])) .tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([variant=solid]:not([active]):not([disabled])) .tab:hover{background-color:var(--sgds-bg-translucent)}:host([disabled]) .tab{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([variant=underlined][active]) .tab{color:var(--sgds-primary-color-default)}:host([variant=underlined]:not([active]):not([disabled])) .tab:focus,:host([variant=underlined]:not([active]):not([disabled])) .tab:focus-visible{background-color:var(--sgds-bg-translucent-subtle);outline:0}:host([variant=underlined]:not([active]):not([disabled])) .tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([variant=underlined]:not([active]):not([disabled])) .tab:hover{background-color:var(--sgds-bg-translucent-subtle)}:host([fullWidth][orientation=horizontal]) .tab{justify-content:center}.tab{align-items:center;color:var(--sgds-color-default);display:flex;gap:var(--sgds-spacer-3);padding:var(--sgds-spacer-4) var(--sgds-spacer-5);position:relative}.tab:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`;let nr=0;class rr extends Oe{constructor(){super(...arguments),this.attrId=++nr,this.componentId=`sgds-tab-${this.attrId}`,this.panel="",this.active=!1,this.disabled=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","tab")}focus(e){var t,s;null===(s=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".tab"))||void 0===s||s.focus(e)}blur(){this.tab.blur()}handleActiveChange(){this.setAttribute("aria-selected",this.active?"true":"false")}handleDisabledChange(){this.setAttribute("aria-disabled",this.disabled?"true":"false"),this.disabled&&(this.active=!1)}render(){return te`
1947
1988
  <div
1948
1989
  data-testid="inner-tab"
1949
1990
  tabindex=${this.disabled?"-1":"0"}
@@ -1953,7 +1994,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1953
1994
  <slot name="icon"></slot>
1954
1995
  <slot></slot>
1955
1996
  </div>
1956
- `}}or.styles=[ir],t([De(".tab")],or.prototype,"tab",void 0),t([ze({reflect:!0})],or.prototype,"panel",void 0),t([ze({type:Boolean,reflect:!0})],or.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],or.prototype,"disabled",void 0),t([ze({type:String})],or.prototype,"ariaLabel",void 0),t([nt("active")],or.prototype,"handleActiveChange",null),t([nt("disabled")],or.prototype,"handleDisabledChange",null);var nr=r`.tab-group{display:flex;flex-direction:column;gap:var(--sgds-gap-xl)}.tab-group__nav{display:flex;flex-direction:row}.tab-group__content{flex:1}:host([orientation=vertical]) .tab-group{flex-direction:row}:host([orientation=vertical]) .tab-group__nav{flex-direction:column}:host([variant=solid]) .tab-group__nav{gap:var(--sgds-gap-xs)}:host([variant=underlined][orientation=horizontal]) .tab-group__nav{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:flex;flex-direction:row;position:relative}:host([variant=underlined][orientation=vertical]) .tab-group__nav{border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:relative}:host([variant=underlined][orientation=horizontal]) .tab-group__indicator{background-color:var(--sgds-primary-surface-default);bottom:-1px;height:var(--sgds-border-width-4);position:absolute;transition:left .3s cubic-bezier(.25,0,.25,1),width .3s cubic-bezier(.25,0,.25,1)}:host([variant=underlined][orientation=vertical]) .tab-group__indicator{background-color:var(--sgds-primary-surface-default);position:absolute;right:-1px;transition:top .3s cubic-bezier(.25,0,.25,1),height .3s cubic-bezier(.25,0,.25,1);width:var(--sgds-border-width-4)}:host([variant=solid]) .tab-group__indicator{display:none}:host([fullWidth][orientation=horizontal]) slot[name=nav]::slotted(sgds-tab){width:100%}`;class rr extends Oe{constructor(){super(...arguments),this._indicatorAnimating=!1,this._tabs=[],this._panels=[],this.variant="underlined",this.orientation="horizontal",this.density="default",this.fullWidth=!1}connectedCallback(){const e=Promise.all([customElements.whenDefined("sgds-tab"),customElements.whenDefined("sgds-tab-panel")]);super.connectedCallback(),this._resizeObserver=new ResizeObserver(()=>{this._activeTab&&"underlined"===this.variant&&!this._indicatorAnimating&&this._animateIndicator(void 0,this._activeTab)}),this._tabResizeObserver=new ResizeObserver(()=>{this._activeTab&&"underlined"===this.variant&&!this._indicatorAnimating&&this._animateIndicator(void 0,this._activeTab)}),this._mutationObserver=new MutationObserver(e=>{e.some(e=>!["aria-labelledby","aria-controls"].includes(e.attributeName))&&setTimeout(()=>this._setAriaLabels()),e.some(e=>"disabled"===e.attributeName)&&this._syncTabsAndPanels()}),this.updateComplete.then(()=>{this._syncTabsAndPanels(),this._mutationObserver.observe(this,{attributes:!0,childList:!0,subtree:!0}),this._resizeObserver.observe(this._nav),e.then(()=>{new IntersectionObserver((e,t)=>{var s;e[0].intersectionRatio>0&&(this._setAriaLabels(),this._setActiveTab(null!==(s=this._getActiveTab())&&void 0!==s?s:this._tabs[0],{emitEvents:!1}),t.unobserve(e[0].target))}).observe(this._tabGroup)})})}disconnectedCallback(){this._mutationObserver.disconnect(),this._resizeObserver.unobserve(this._nav),this._tabResizeObserver.disconnect()}show(e){const t=this._tabs.find(t=>t.panel===e);t&&this._setActiveTab(t)}_getAllTabs(e={includeDisabled:!0}){return[...this.shadowRoot.querySelector('slot[name="nav"]').assignedElements()].filter(t=>e.includeDisabled?"sgds-tab"===t.tagName.toLowerCase():"sgds-tab"===t.tagName.toLowerCase()&&!t.disabled)}_getAllPanels(){return[...this._body.assignedElements()].filter(e=>"sgds-tab-panel"===e.tagName.toLowerCase())}_getActiveTab(){return this._tabs.find(e=>e.active)}_handleClick(e){const t=e.target.closest("sgds-tab");(null==t?void 0:t.closest("sgds-tab-group"))===this&&null!==t&&this._setActiveTab(t)}_handleKeyDown(e){const t=e.target.closest("sgds-tab");if((null==t?void 0:t.closest("sgds-tab-group"))===this&&(["Enter"," "].includes(e.key)&&null!==t&&(this._setActiveTab(t),e.preventDefault()),["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Home","End"].includes(e.key))){const t=this._tabs.find(e=>e.matches(":focus"));if("sgds-tab"===(null==t?void 0:t.tagName.toLowerCase())){let s=this._tabs.indexOf(t);"Home"===e.key?s=0:"End"===e.key?s=this._tabs.length-1:"ArrowUp"===e.key||"ArrowLeft"===e.key?s--:"ArrowDown"!==e.key&&"ArrowRight"!==e.key||s++,s<0&&(s=this._tabs.length-1),s>this._tabs.length-1&&(s=0),this._tabs[s].focus({preventScroll:!0}),this._setActiveTab(this._tabs[s]),e.preventDefault()}}}_setActiveTab(e,t){if(t=Object.assign({emitEvents:!0},t),e!==this._activeTab&&!e.disabled){const s=this._activeTab;this._activeTab=e,this._tabs.forEach(e=>{e.active=e===this._activeTab}),this._panels.map(e=>{var t;return e.active=e.name===(null===(t=this._activeTab)||void 0===t?void 0:t.panel)}),"underlined"===this.variant&&this._animateIndicator(s,e),t.emitEvents&&(s&&this.emit("sgds-tab-hide",{detail:{name:s.panel}}),this.emit("sgds-tab-show",{detail:{name:this._activeTab.panel}}))}}_animateIndicator(e,t){if(!this._indicator||!this._nav)return;const s=this._nav.getBoundingClientRect(),i=t.getBoundingClientRect();if(e?(this._indicatorAnimating=!0,this._indicator.style.removeProperty("transition")):this._indicator.style.transition="none","vertical"===this.orientation?Object.assign(this._indicator.style,{top:i.top-s.top+"px",height:`${i.height}px`}):Object.assign(this._indicator.style,{left:i.left-s.left+"px",width:`${i.width}px`}),e){const e=()=>{this._indicatorAnimating=!1,this._indicator.removeEventListener("transitionend",e)};this._indicator.addEventListener("transitionend",e),setTimeout(()=>{this._indicatorAnimating=!1},350)}else requestAnimationFrame(()=>{this._indicator.style.removeProperty("transition")})}_setAriaLabels(){this._tabs.forEach(e=>{const t=this._panels.find(t=>t.name===e.panel);t&&(e.setAttribute("aria-controls",t.getAttribute("id")),t.setAttribute("aria-labelledby",e.getAttribute("id")))})}_syncTabsAndPanels(){this._tabs.forEach(e=>{var t;return null===(t=this._tabResizeObserver)||void 0===t?void 0:t.unobserve(e)}),this._tabs=this._getAllTabs({includeDisabled:!1}),this._panels=this._getAllPanels(),this._tabs.forEach(e=>{var t;return null===(t=this._tabResizeObserver)||void 0===t?void 0:t.observe(e)})}_updateTabsAttribute(e){if(!this._navSlot)return;this._navSlot.forEach(t=>{t.setAttribute(e,this[e])})}_handleSlotChange(){this._updateTabsAttribute("variant"),this._updateTabsAttribute("orientation"),this._updateTabsAttribute("density"),this._updateTabsAttribute("fullWidth"),this._syncTabsAndPanels()}willUpdate(e){e.has("variant")&&this._updateTabsAttribute("variant"),e.has("orientation")&&this._updateTabsAttribute("orientation"),e.has("density")&&this._updateTabsAttribute("density"),e.has("fullWidth")&&this._updateTabsAttribute("fullWidth")}render(){return te`
1997
+ `}}rr.styles=[or],t([Ie(".tab")],rr.prototype,"tab",void 0),t([ze({reflect:!0})],rr.prototype,"panel",void 0),t([ze({type:Boolean,reflect:!0})],rr.prototype,"active",void 0),t([ze({type:Boolean,reflect:!0})],rr.prototype,"disabled",void 0),t([ze({type:String})],rr.prototype,"ariaLabel",void 0),t([nt("active")],rr.prototype,"handleActiveChange",null),t([nt("disabled")],rr.prototype,"handleDisabledChange",null);var lr=r`.tab-group{display:flex;flex-direction:column;gap:var(--sgds-gap-xl)}.tab-group__nav{display:flex;flex-direction:row}.tab-group__content{flex:1}:host([orientation=vertical]) .tab-group{flex-direction:row}:host([orientation=vertical]) .tab-group__nav{flex-direction:column}:host([variant=solid]) .tab-group__nav{gap:var(--sgds-gap-xs)}:host([variant=underlined][orientation=horizontal]) .tab-group__nav{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:flex;flex-direction:row;position:relative}:host([variant=underlined][orientation=vertical]) .tab-group__nav{border-right:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);position:relative}:host([variant=underlined][orientation=horizontal]) .tab-group__indicator{background-color:var(--sgds-primary-surface-default);bottom:-1px;height:var(--sgds-border-width-4);position:absolute;transition:left .3s cubic-bezier(.25,0,.25,1),width .3s cubic-bezier(.25,0,.25,1)}:host([variant=underlined][orientation=vertical]) .tab-group__indicator{background-color:var(--sgds-primary-surface-default);position:absolute;right:-1px;transition:top .3s cubic-bezier(.25,0,.25,1),height .3s cubic-bezier(.25,0,.25,1);width:var(--sgds-border-width-4)}:host([variant=solid]) .tab-group__indicator{display:none}:host([fullWidth][orientation=horizontal]) slot[name=nav]::slotted(sgds-tab){width:100%}`;class dr extends Oe{constructor(){super(...arguments),this._indicatorAnimating=!1,this._tabs=[],this._panels=[],this.variant="underlined",this.orientation="horizontal",this.density="default",this.fullWidth=!1}connectedCallback(){const e=Promise.all([customElements.whenDefined("sgds-tab"),customElements.whenDefined("sgds-tab-panel")]);super.connectedCallback(),this._resizeObserver=new ResizeObserver(()=>{this._activeTab&&"underlined"===this.variant&&!this._indicatorAnimating&&this._animateIndicator(void 0,this._activeTab)}),this._tabResizeObserver=new ResizeObserver(()=>{this._activeTab&&"underlined"===this.variant&&!this._indicatorAnimating&&this._animateIndicator(void 0,this._activeTab)}),this._mutationObserver=new MutationObserver(e=>{e.some(e=>!["aria-labelledby","aria-controls"].includes(e.attributeName))&&setTimeout(()=>this._setAriaLabels()),e.some(e=>"disabled"===e.attributeName)&&this._syncTabsAndPanels()}),this.updateComplete.then(()=>{this._syncTabsAndPanels(),this._mutationObserver.observe(this,{attributes:!0,childList:!0,subtree:!0}),this._resizeObserver.observe(this._nav),e.then(()=>{new IntersectionObserver((e,t)=>{var s;e[0].intersectionRatio>0&&(this._setAriaLabels(),this._setActiveTab(null!==(s=this._getActiveTab())&&void 0!==s?s:this._tabs[0],{emitEvents:!1}),t.unobserve(e[0].target))}).observe(this._tabGroup)})})}disconnectedCallback(){this._mutationObserver.disconnect(),this._resizeObserver.unobserve(this._nav),this._tabResizeObserver.disconnect()}show(e){const t=this._tabs.find(t=>t.panel===e);t&&this._setActiveTab(t)}_getAllTabs(e={includeDisabled:!0}){return[...this.shadowRoot.querySelector('slot[name="nav"]').assignedElements()].filter(t=>e.includeDisabled?"sgds-tab"===t.tagName.toLowerCase():"sgds-tab"===t.tagName.toLowerCase()&&!t.disabled)}_getAllPanels(){return[...this._body.assignedElements()].filter(e=>"sgds-tab-panel"===e.tagName.toLowerCase())}_getActiveTab(){return this._tabs.find(e=>e.active)}_handleClick(e){const t=e.target.closest("sgds-tab");(null==t?void 0:t.closest("sgds-tab-group"))===this&&null!==t&&this._setActiveTab(t)}_handleKeyDown(e){const t=e.target.closest("sgds-tab");if((null==t?void 0:t.closest("sgds-tab-group"))===this&&(["Enter"," "].includes(e.key)&&null!==t&&(this._setActiveTab(t),e.preventDefault()),["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Home","End"].includes(e.key))){const t=this._tabs.find(e=>e.matches(":focus"));if("sgds-tab"===(null==t?void 0:t.tagName.toLowerCase())){let s=this._tabs.indexOf(t);"Home"===e.key?s=0:"End"===e.key?s=this._tabs.length-1:"ArrowUp"===e.key||"ArrowLeft"===e.key?s--:"ArrowDown"!==e.key&&"ArrowRight"!==e.key||s++,s<0&&(s=this._tabs.length-1),s>this._tabs.length-1&&(s=0),this._tabs[s].focus({preventScroll:!0}),this._setActiveTab(this._tabs[s]),e.preventDefault()}}}_setActiveTab(e,t){if(t=Object.assign({emitEvents:!0},t),e!==this._activeTab&&!e.disabled){const s=this._activeTab;this._activeTab=e,this._tabs.forEach(e=>{e.active=e===this._activeTab}),this._panels.map(e=>{var t;return e.active=e.name===(null===(t=this._activeTab)||void 0===t?void 0:t.panel)}),"underlined"===this.variant&&this._animateIndicator(s,e),t.emitEvents&&(s&&this.emit("sgds-tab-hide",{detail:{name:s.panel}}),this.emit("sgds-tab-show",{detail:{name:this._activeTab.panel}}))}}_animateIndicator(e,t){if(!this._indicator||!this._nav)return;const s=this._nav.getBoundingClientRect(),i=t.getBoundingClientRect();if(e?(this._indicatorAnimating=!0,this._indicator.style.removeProperty("transition")):this._indicator.style.transition="none","vertical"===this.orientation?Object.assign(this._indicator.style,{top:i.top-s.top+"px",height:`${i.height}px`}):Object.assign(this._indicator.style,{left:i.left-s.left+"px",width:`${i.width}px`}),e){const e=()=>{this._indicatorAnimating=!1,this._indicator.removeEventListener("transitionend",e)};this._indicator.addEventListener("transitionend",e),setTimeout(()=>{this._indicatorAnimating=!1},350)}else requestAnimationFrame(()=>{this._indicator.style.removeProperty("transition")})}_setAriaLabels(){this._tabs.forEach(e=>{const t=this._panels.find(t=>t.name===e.panel);t&&(e.setAttribute("aria-controls",t.getAttribute("id")),t.setAttribute("aria-labelledby",e.getAttribute("id")))})}_syncTabsAndPanels(){this._tabs.forEach(e=>{var t;return null===(t=this._tabResizeObserver)||void 0===t?void 0:t.unobserve(e)}),this._tabs=this._getAllTabs({includeDisabled:!1}),this._panels=this._getAllPanels(),this._tabs.forEach(e=>{var t;return null===(t=this._tabResizeObserver)||void 0===t?void 0:t.observe(e)})}_updateTabsAttribute(e){if(!this._navSlot)return;this._navSlot.forEach(t=>{t.setAttribute(e,this[e])})}_handleSlotChange(){this._updateTabsAttribute("variant"),this._updateTabsAttribute("orientation"),this._updateTabsAttribute("density"),this._updateTabsAttribute("fullWidth"),this._syncTabsAndPanels()}willUpdate(e){e.has("variant")&&this._updateTabsAttribute("variant"),e.has("orientation")&&this._updateTabsAttribute("orientation"),e.has("density")&&this._updateTabsAttribute("density"),e.has("fullWidth")&&this._updateTabsAttribute("fullWidth")}render(){return te`
1957
1998
  <div class="tab-group" @click=${this._handleClick} @keydown=${this._handleKeyDown}>
1958
1999
  <div class="tab-group__nav" role="tablist">
1959
2000
  <slot name="nav" @slotchange=${this._handleSlotChange}></slot>
@@ -1964,11 +2005,11 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
1964
2005
  <slot class="tab-group__body" @slotchange=${this._syncTabsAndPanels}></slot>
1965
2006
  </div>
1966
2007
  </div>
1967
- `}}rr.styles=[...Oe.styles,nr],t([De(".tab-group")],rr.prototype,"_tabGroup",void 0),t([De(".tab-group__body")],rr.prototype,"_body",void 0),t([De(".tab-group__nav")],rr.prototype,"_nav",void 0),t([De(".tab-group__indicator")],rr.prototype,"_indicator",void 0),t([ze({type:String,reflect:!0})],rr.prototype,"variant",void 0),t([ze({type:String,reflect:!0})],rr.prototype,"orientation",void 0),t([ze({type:String,reflect:!0})],rr.prototype,"density",void 0),t([ze({type:Boolean,reflect:!0})],rr.prototype,"fullWidth",void 0),t([Ee({slot:"nav",flatten:!0})],rr.prototype,"_navSlot",void 0);var lr=r`:host(:not([active])){display:none}.tab-panel{display:block}.tab-panel:not(.tab-panel--active){display:none}`;let dr=0;class cr extends Oe{constructor(){super(...arguments),this.attrId=++dr,this.componentId=`sgds-tab-panel-${this.attrId}`,this.name="",this.active=!1}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","tabpanel")}_handleActiveChange(){this.setAttribute("aria-hidden",this.active?"false":"true"),this.inert=!this.active}render(){return te`
2008
+ `}}dr.styles=[...Oe.styles,lr],t([Ie(".tab-group")],dr.prototype,"_tabGroup",void 0),t([Ie(".tab-group__body")],dr.prototype,"_body",void 0),t([Ie(".tab-group__nav")],dr.prototype,"_nav",void 0),t([Ie(".tab-group__indicator")],dr.prototype,"_indicator",void 0),t([ze({type:String,reflect:!0})],dr.prototype,"variant",void 0),t([ze({type:String,reflect:!0})],dr.prototype,"orientation",void 0),t([ze({type:String,reflect:!0})],dr.prototype,"density",void 0),t([ze({type:Boolean,reflect:!0})],dr.prototype,"fullWidth",void 0),t([Ee({slot:"nav",flatten:!0})],dr.prototype,"_navSlot",void 0);var cr=r`:host(:not([active])){display:none}.tab-panel{display:block}.tab-panel:not(.tab-panel--active){display:none}`;let hr=0;class pr extends Oe{constructor(){super(...arguments),this.attrId=++hr,this.componentId=`sgds-tab-panel-${this.attrId}`,this.name="",this.active=!1}connectedCallback(){super.connectedCallback(),this.id=this.id.length>0?this.id:this.componentId,this.setAttribute("role","tabpanel")}_handleActiveChange(){this.setAttribute("aria-hidden",this.active?"false":"true"),this.inert=!this.active}render(){return te`
1968
2009
  <slot
1969
2010
  class=${Ke({"tab-panel":!0,"tab-panel--active":this.active})}
1970
2011
  ></slot>
1971
- `}}cr.styles=[...Oe.styles,lr],t([ze({reflect:!0})],cr.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],cr.prototype,"active",void 0),t([nt("active")],cr.prototype,"_handleActiveChange",null);var hr=r`tbody,td,th,thead,tr{border:var(--sgds-border-width-0) solid;border-color:inherit}th{font-weight:var(--sgds-font-weight-semibold);text-align:-webkit-match-parent}table{border-collapse:collapse;caption-side:bottom}.table{display:table;font-size:var(--sgds-font-size-label-sm);table-layout:auto;width:100%}:host([layout=fixed]) .table{table-layout:fixed}.hidden{display:none}.table>:not(caption) td,.table>:not(caption) th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}.table>:not(caption) td>div,.table>:not(caption) th>div{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-emphasis)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}:host([tableBorder]) .table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-bottom:0}:host([tableBorder]) .table.no-border{border:0}:host([headerBackground]) th{background-color:var(--sgds-surface-raised)}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}`;const pr="table-header-background";class ur extends Oe{constructor(){super(...arguments),this.rowHeader=[],this.columnHeader=[],this.tableData=[],this.headerPosition="horizontal",this.headerBackground=!1,this.tableBorder=!1,this.layout="auto",this.hasDefaultSlot=!1,this._headerBackground=!1,this.hasSlotController=new $i(this,"[default]")}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]")),this._headerBackground=this.headerBackground}_renderTable(){if("horizontal"===this.headerPosition)return te`
2012
+ `}}pr.styles=[...Oe.styles,cr],t([ze({reflect:!0})],pr.prototype,"name",void 0),t([ze({type:Boolean,reflect:!0})],pr.prototype,"active",void 0),t([nt("active")],pr.prototype,"_handleActiveChange",null);var ur=r`tbody,td,th,thead,tr{border:var(--sgds-border-width-0) solid;border-color:inherit}th{font-weight:var(--sgds-font-weight-semibold);text-align:-webkit-match-parent}table{border-collapse:collapse;caption-side:bottom}.table{display:table;font-size:var(--sgds-font-size-label-sm);table-layout:auto;width:100%}:host([layout=fixed]) .table{table-layout:fixed}.hidden{display:none}.table>:not(caption) td,.table>:not(caption) th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted)}.table>:not(caption) td>div,.table>:not(caption) th>div{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-emphasis)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}:host([tableBorder]) .table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-bottom:0}:host([tableBorder]) .table.no-border{border:0}:host([headerBackground]) th{background-color:var(--sgds-surface-raised)}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}`;const gr="table-header-background";class vr extends Oe{constructor(){super(...arguments),this.rowHeader=[],this.columnHeader=[],this.tableData=[],this.headerPosition="horizontal",this.headerBackground=!1,this.tableBorder=!1,this.layout="auto",this.hasDefaultSlot=!1,this._headerBackground=!1,this.hasSlotController=new $i(this,"[default]")}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}updated(){this.hasDefaultSlot||(this.hasDefaultSlot=this.hasSlotController.test("[default]")),this._headerBackground=this.headerBackground}_renderTable(){if("horizontal"===this.headerPosition)return te`
1972
2013
  <thead>
1973
2014
  <tr>
1974
2015
  ${this.rowHeader.map(e=>te` <th><div>${e}</div></th> `)}
@@ -2015,16 +2056,16 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2015
2056
  ${this._renderTable()}
2016
2057
  </table>`}
2017
2058
  </div>
2018
- `}}ur.styles=[...Oe.styles,hr],t([ze({type:String,reflect:!0})],ur.prototype,"responsive",void 0),t([ze({type:Array})],ur.prototype,"rowHeader",void 0),t([ze({type:Array})],ur.prototype,"columnHeader",void 0),t([ze({type:Array})],ur.prototype,"tableData",void 0),t([ze({type:String,reflect:!0})],ur.prototype,"headerPosition",void 0),t([ze({type:Boolean,reflect:!0})],ur.prototype,"headerBackground",void 0),t([ze({type:Boolean,reflect:!0})],ur.prototype,"tableBorder",void 0),t([ze({type:String,reflect:!0})],ur.prototype,"layout",void 0),t([ze({type:Boolean})],ur.prototype,"hasDefaultSlot",void 0),t([Ro({context:pr}),Pe()],ur.prototype,"_headerBackground",void 0);var gr=r`:host{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:table-cell;vertical-align:middle}.table-cell{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}`;class vr extends Oe{connectedCallback(){super.connectedCallback(),this.setAttribute("role","cell")}render(){return te`<div class="table-cell"><slot></slot></div>`}}vr.styles=[...Oe.styles,gr];var mr=r`:host{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:table-cell;vertical-align:middle}:host([headerBackground]){background-color:var(--sgds-surface-raised)}.table-head{align-items:center;display:flex;font-weight:var(--sgds-font-weight-semibold);min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}`;class fr extends Oe{constructor(){super(...arguments),this._headerBackground=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","columnheader")}_handleHeaderBackground(){this._headerBackground?this.setAttribute("headerBackground","true"):this.removeAttribute("headerBackground")}render(){return te`<div
2059
+ `}}vr.styles=[...Oe.styles,ur],t([ze({type:String,reflect:!0})],vr.prototype,"responsive",void 0),t([ze({type:Array})],vr.prototype,"rowHeader",void 0),t([ze({type:Array})],vr.prototype,"columnHeader",void 0),t([ze({type:Array})],vr.prototype,"tableData",void 0),t([ze({type:String,reflect:!0})],vr.prototype,"headerPosition",void 0),t([ze({type:Boolean,reflect:!0})],vr.prototype,"headerBackground",void 0),t([ze({type:Boolean,reflect:!0})],vr.prototype,"tableBorder",void 0),t([ze({type:String,reflect:!0})],vr.prototype,"layout",void 0),t([ze({type:Boolean})],vr.prototype,"hasDefaultSlot",void 0),t([Ro({context:gr}),Pe()],vr.prototype,"_headerBackground",void 0);var mr=r`:host{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:table-cell;vertical-align:middle}.table-cell{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}`;class fr extends Oe{connectedCallback(){super.connectedCallback(),this.setAttribute("role","cell")}render(){return te`<div class="table-cell"><slot></slot></div>`}}fr.styles=[...Oe.styles,mr];var br=r`:host{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);display:table-cell;vertical-align:middle}:host([headerBackground]){background-color:var(--sgds-surface-raised)}.table-head{align-items:center;display:flex;font-weight:var(--sgds-font-weight-semibold);min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}`;class wr extends Oe{constructor(){super(...arguments),this._headerBackground=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","columnheader")}_handleHeaderBackground(){this._headerBackground?this.setAttribute("headerBackground","true"):this.removeAttribute("headerBackground")}render(){return te`<div
2019
2060
  class=${Ke({"table-head":!0,"header-background":this._headerBackground})}
2020
2061
  >
2021
2062
  <slot></slot>
2022
- </div>`}}fr.styles=[...Oe.styles,mr],t([No({context:pr,subscribe:!0}),Pe()],fr.prototype,"_headerBackground",void 0),t([nt("_headerBackground")],fr.prototype,"_handleHeaderBackground",null);var br=r`:host{display:table-row;width:100%}`;class wr extends Oe{connectedCallback(){super.connectedCallback(),this.setAttribute("role","row")}render(){return te`<slot class="table-row"></slot>`}}wr.styles=[...Oe.styles,br];var yr=r`.container{display:flex;flex-direction:column;gap:var(--sgds-gap-md)}slot:not([name])::slotted(*){font-size:var(--sgds-font-size-subtitle-md)!important;font-weight:var(--sgds-font-weight-semibold)!important;line-height:var(--sgds-line-height-xs)!important;margin-bottom:var(--sgds-margin-none)!important}.contents{display:flex;flex-direction:column;gap:var(--sgds-gap-md);list-style:none;margin:var(--sgds-margin-none);padding:var(--sgds-padding-none)}slot[name=contents]::slotted(li){margin-top:var(--sgds-margin-none)!important}`;class _r extends Oe{render(){return te`<div class="container">
2063
+ </div>`}}wr.styles=[...Oe.styles,br],t([No({context:gr,subscribe:!0}),Pe()],wr.prototype,"_headerBackground",void 0),t([nt("_headerBackground")],wr.prototype,"_handleHeaderBackground",null);var yr=r`:host{display:table-row;width:100%}`;class _r extends Oe{connectedCallback(){super.connectedCallback(),this.setAttribute("role","row")}render(){return te`<slot class="table-row"></slot>`}}_r.styles=[...Oe.styles,yr];var xr=r`.container{display:flex;flex-direction:column;gap:var(--sgds-gap-md)}slot:not([name])::slotted(*){font-size:var(--sgds-font-size-subtitle-md)!important;font-weight:var(--sgds-font-weight-semibold)!important;line-height:var(--sgds-line-height-xs)!important;margin-bottom:var(--sgds-margin-none)!important}.contents{display:flex;flex-direction:column;gap:var(--sgds-gap-md);list-style:none;margin:var(--sgds-margin-none);padding:var(--sgds-padding-none)}slot[name=contents]::slotted(li){margin-top:var(--sgds-margin-none)!important}`;class kr extends Oe{render(){return te`<div class="container">
2023
2064
  <slot></slot>
2024
2065
  <ul class="contents">
2025
2066
  <slot name="contents"></slot>
2026
2067
  </ul>
2027
- </div> `}}_r.styles=[...Oe.styles,yr];var xr=r`textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;resize:vertical}textarea.form-control-group{min-height:var(--sgds-dimension-136);overflow:auto;padding:var(--sgds-form-padding-y) var(--sgds-form-padding-x)}.textarea-resize-none{resize:none}.textarea-resize-vertical{resize:vertical}.textarea-resize-auto{height:auto;overflow-y:hidden;resize:none}.textarea-info-container{display:flex;justify-content:space-between}.word-count{margin-left:auto}`;class kr extends(ha(la)){constructor(){super(...arguments),this.value="",this.spellcheck=!1,this.rows=4,this.placeholder="Placeholder",this.invalidFeedback="",this.autofocus=!1,this.readonly=!1,this.resize="vertical",this.defaultValue="",this.hasFeedback=!1,this.required=!1,this.noValidate=!1,this.hintText="",this._isTouched=!1}focus(e){this.textarea.focus(e)}blur(){this.textarea.blur()}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}select(){this.textarea.select()}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleChange(e){this.value=this.input.value,this.emit("sgds-change"),super._mixinHandleChange(e)}_handleInputChange(e){this.value=this.input.value,this.emit("sgds-input"),super._mixinHandleInputChange(e)}_handleFocus(){this.emit("sgds-focus")}_handleBlur(){const e=this.emit("sgds-blur",{cancelable:!0});this._mixinShouldSkipSgdsValidation()||e.defaultPrevented||(this.setInvalid(!this._mixinCheckValidity()),this._isTouched=!0)}_handleRowsChange(){this._setTextareaHeight()}_setTextareaHeight(){"auto"===this.resize?(this.textarea.style.height="auto",this.textarea.style.height=`${this.textarea.scrollHeight}px`):this.textarea.style.height=void 0}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&this.setInvalid(!this._mixinCheckValidity())}_handleDisabledChange(){this.setInvalid(!1)}_handleValueChange(){this.updateComplete.then(()=>this._setTextareaHeight())}_renderHintText(){const e=ut` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}_wordCount(){return ut`
2068
+ </div> `}}kr.styles=[...Oe.styles,xr];var Cr=r`textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;resize:vertical}textarea.form-control-group{min-height:var(--sgds-dimension-136);overflow:auto;padding:var(--sgds-form-padding-y) var(--sgds-form-padding-x)}.textarea-resize-none{resize:none}.textarea-resize-vertical{resize:vertical}.textarea-resize-auto{height:auto;overflow-y:hidden;resize:none}.textarea-info-container{display:flex;justify-content:space-between}.word-count{margin-left:auto}`;class $r extends(ha(la)){constructor(){super(...arguments),this.value="",this.spellcheck=!1,this.rows=4,this.placeholder="Placeholder",this.invalidFeedback="",this.autofocus=!1,this.readonly=!1,this.resize="vertical",this.defaultValue="",this.hasFeedback=!1,this.required=!1,this.noValidate=!1,this.hintText="",this._isTouched=!1}focus(e){this.textarea.focus(e)}blur(){this.textarea.blur()}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}select(){this.textarea.select()}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleChange(e){this.value=this.input.value,this.emit("sgds-change"),super._mixinHandleChange(e)}_handleInputChange(e){this.value=this.input.value,this.emit("sgds-input"),super._mixinHandleInputChange(e)}_handleFocus(){this.emit("sgds-focus")}_handleBlur(){const e=this.emit("sgds-blur",{cancelable:!0});this._mixinShouldSkipSgdsValidation()||e.defaultPrevented||(this.setInvalid(!this._mixinCheckValidity()),this._isTouched=!0)}_handleRowsChange(){this._setTextareaHeight()}_setTextareaHeight(){"auto"===this.resize?(this.textarea.style.height="auto",this.textarea.style.height=`${this.textarea.scrollHeight}px`):this.textarea.style.height=void 0}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&this.setInvalid(!this._mixinCheckValidity())}_handleDisabledChange(){this.setInvalid(!1)}_handleValueChange(){this.updateComplete.then(()=>this._setTextareaHeight())}_renderHintText(){const e=ut` <div id="${this._controlId}Help" class="form-text">${this.hintText}</div> `;return this.hintText&&e}_wordCount(){return ut`
2028
2069
  <div
2029
2070
  class="form-text word-count ${Ke({"invalid-feedback":this.invalid&&this.hasFeedback})}"
2030
2071
  >
@@ -2070,7 +2111,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2070
2111
  ${this.maxlength>0?this._wordCount():ae}
2071
2112
  </div>
2072
2113
  </div>
2073
- `}}kr.styles=[...la.styles,fa,xr],t([De("textarea.form-control-group")],kr.prototype,"textarea",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"name",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"value",void 0),t([ze({type:Number,reflect:!0})],kr.prototype,"minlength",void 0),t([ze({type:Number,reflect:!0})],kr.prototype,"maxlength",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"spellcheck",void 0),t([ze({type:Number})],kr.prototype,"rows",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"placeholder",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"autofocus",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"readonly",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"resize",void 0),t([ze({type:String,reflect:!0})],kr.prototype,"inputmode",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"autocorrect",void 0),t([da()],kr.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"hasFeedback",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],kr.prototype,"noValidate",void 0),t([ze({reflect:!0})],kr.prototype,"hintText",void 0),t([Pe()],kr.prototype,"_isTouched",void 0),t([nt("rows",{waitUntilFirstUpdate:!0})],kr.prototype,"_handleRowsChange",null),t([nt("_isTouched",{waitUntilFirstUpdate:!0})],kr.prototype,"_handleIsTouched",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],kr.prototype,"_handleDisabledChange",null),t([nt("value",{waitUntilFirstUpdate:!0})],kr.prototype,"_handleValueChange",null);var Cr=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=thumbnail]::slotted(*){height:var(--sgds-dimension-64)!important;max-width:var(--sgds-dimension-128)!important;min-width:var(--sgds-dimension-64)!important;object-fit:contain;object-position:left;width:100%}`;class $r extends ea{constructor(){super(...arguments),this.noPadding=!1}_getAnchorFromSlot(e){if(!e||0===e.length)return null;const t=e[0];return t.querySelector("a")||t}_handleThumbnailSlotChange(e){var t,s;if(0===e.target.assignedElements({flatten:!0}).length&&("vertical"===this.orientation&&0===this._upperNode.length||"horizontal"===this.orientation)){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-media");e&&(e.style.display="none");const i=null===(s=this.shadowRoot)||void 0===s?void 0:s.querySelector(".card-body");i&&this.noPadding&&(i.style.padding="0px")}}_handleFooterSlotChange(e){const t=e.target.assignedElements({flatten:!0}),s=this._getAnchorFromSlot(t);this.stretchedLink&&this._forwardAnchorAttributes(s)}_handleLinkSlotChange(e){this.warnLinkSlotMisused(e);const t=e.target.assignedElements({flatten:!0}),s=this._getAnchorFromSlot(t);this.stretchedLink&&this._forwardAnchorAttributes(s)}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
2114
+ `}}$r.styles=[...la.styles,fa,Cr],t([Ie("textarea.form-control-group")],$r.prototype,"textarea",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"name",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"value",void 0),t([ze({type:Number,reflect:!0})],$r.prototype,"minlength",void 0),t([ze({type:Number,reflect:!0})],$r.prototype,"maxlength",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"spellcheck",void 0),t([ze({type:Number})],$r.prototype,"rows",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"placeholder",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"invalidFeedback",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"autofocus",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"readonly",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"resize",void 0),t([ze({type:String,reflect:!0})],$r.prototype,"inputmode",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"autocorrect",void 0),t([da()],$r.prototype,"defaultValue",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"hasFeedback",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"required",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"noValidate",void 0),t([ze({reflect:!0})],$r.prototype,"hintText",void 0),t([Pe()],$r.prototype,"_isTouched",void 0),t([nt("rows",{waitUntilFirstUpdate:!0})],$r.prototype,"_handleRowsChange",null),t([nt("_isTouched",{waitUntilFirstUpdate:!0})],$r.prototype,"_handleIsTouched",null),t([nt("disabled",{waitUntilFirstUpdate:!0})],$r.prototype,"_handleDisabledChange",null),t([nt("value",{waitUntilFirstUpdate:!0})],$r.prototype,"_handleValueChange",null);var Sr=r`:host([noPadding]) .card{background-color:inherit;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent)}:host([orientation=vertical][noPadding]) .card-body{padding:var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none)}:host([orientation=vertical][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none)}:host([orientation=horizontal][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-none) var(--sgds-padding-xl)}:host([orientation=horizontal][imagePosition=after][noPadding]) .card-body{padding:var(--sgds-padding-none) var(--sgds-padding-xl) var(--sgds-padding-none) var(--sgds-padding-none)}:host([tinted]:not([noPadding])) .card-tinted-bg{background-color:var(--sgds-bg-translucent-subtle);opacity:var(--sgds-opacity-50)}:host([orientation][noPadding]) .card-media{padding:var(--sgds-padding-none)}slot[name=thumbnail]::slotted(*){height:var(--sgds-dimension-64)!important;max-width:var(--sgds-dimension-128)!important;min-width:var(--sgds-dimension-64)!important;object-fit:contain;object-position:left;width:100%}`;class Mr extends ea{constructor(){super(...arguments),this.noPadding=!1}_getAnchorFromSlot(e){if(!e||0===e.length)return null;const t=e[0];return t.querySelector("a")||t}_handleThumbnailSlotChange(e){var t,s;if(0===e.target.assignedElements({flatten:!0}).length&&("vertical"===this.orientation&&0===this._upperNode.length||"horizontal"===this.orientation)){const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelector(".card-media");e&&(e.style.display="none");const i=null===(s=this.shadowRoot)||void 0===s?void 0:s.querySelector(".card-body");i&&this.noPadding&&(i.style.padding="0px")}}_handleFooterSlotChange(e){const t=e.target.assignedElements({flatten:!0}),s=this._getAnchorFromSlot(t);this.stretchedLink&&this._forwardAnchorAttributes(s)}_handleLinkSlotChange(e){this.warnLinkSlotMisused(e);const t=e.target.assignedElements({flatten:!0}),s=this._getAnchorFromSlot(t);this.stretchedLink&&this._forwardAnchorAttributes(s)}render(){const e=this.stretchedLink?ht`a`:ht`div`,t=!this.stretchedLink||this.disabled?-1:0;return ut`
2074
2115
  <${e}
2075
2116
  class="card ${Ke({disabled:this.disabled})}"
2076
2117
  tabindex=${t}
@@ -2096,7 +2137,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2096
2137
  </slot>
2097
2138
  </div>
2098
2139
  </${e}>
2099
- `}}$r.styles=[...ea.styles,Cr],t([Be({slot:"upper",flatten:!0})],$r.prototype,"_upperNode",void 0),t([ze({type:Boolean,reflect:!0})],$r.prototype,"noPadding",void 0);var Sr=r`:host([variant=info]) slot[name=icon]::slotted(*){color:var(--sgds-primary-color-default)}:host([variant=success]) slot[name=icon]::slotted(*){color:var(--sgds-success-color-default)}:host([variant=danger]) slot[name=icon]::slotted(*){color:var(--sgds-danger-color-default)}:host([variant=warning]) slot[name=icon]::slotted(*){color:var(--sgds-warning-color-fixed-light)}.toast{align-items:flex-start;background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);display:inline-flex;flex-direction:row;gap:var(--sgds-gap-sm);max-width:var(--sgds-dimension-480);min-width:var(--sgds-dimension-280);padding:var(--sgds-padding-md);pointer-events:auto;position:relative}.toast-content{word-wrap:break-word;gap:var(--sgds-gap-sm);padding-right:var(--sgds-padding-xl)}.toast-body,.toast-content{display:flex;flex-direction:column}.toast-body{gap:var(--sgds-gap-2-xs)}.toast-body__title{font-size:var(--sgds-font-size-subtitle-sm);font-weight:var(--sgds-font-weight-semibold);margin:0}.toast-body__message,.toast-body__title{line-height:var(--sgds-line-height-2-xs)}.toast-body__message{color:var(--sgds-color-subtle,#525252);font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.toast-action{word-wrap:break-word;color:var(--sgds-link-color-default)}.toast-header strong{margin-right:auto;word-break:break-all}.close-btn{position:absolute;right:10px;top:10px}.d-none{display:none}`;class Mr extends Oe{constructor(){super(...arguments),this.show=!1,this.title="Title",this.noAnimation=!1,this.autohide=!1,this.delay=5e3,this.variant="info",this.dismissible=!1}async showToast(){if(!this.show)return this.show=!0,ot(this,"sgds-after-show")}async hideToast(){if(this.show)return this.show=!1,ot(this,"sgds-after-hide")}handleCloseClick(){this.show=!1,this.emit("sgds-close")}async handleShowChange(){if(this.show){this.emit("sgds-show"),this.toast.classList.remove("d-none");const e=it(this,"toast.show");this.noAnimation||await Je(this.toast,e.keyframes,e.options),this.emit("sgds-after-show")}else{this.emit("sgds-hide");const e=it(this,"toast.hide");this.noAnimation||await Je(this.toast,e.keyframes,e.options),this.toast.classList.add("d-none"),this.emit("sgds-after-hide")}}firstUpdated(e){var t;if(super.firstUpdated(e),this.show||this.toast.classList.add("d-none"),0===this._actionNodes.length)return null===(t=this.shadowRoot.querySelector("slot[name='action']"))||void 0===t?void 0:t.classList.add("d-none")}render(){return this.autohide&&this.show&&setTimeout(()=>{this.show=!1},this.delay),te`
2140
+ `}}Mr.styles=[...ea.styles,Sr],t([Be({slot:"upper",flatten:!0})],Mr.prototype,"_upperNode",void 0),t([ze({type:Boolean,reflect:!0})],Mr.prototype,"noPadding",void 0);var Zr=r`:host([variant=info]) slot[name=icon]::slotted(*){color:var(--sgds-primary-color-default)}:host([variant=success]) slot[name=icon]::slotted(*){color:var(--sgds-success-color-default)}:host([variant=danger]) slot[name=icon]::slotted(*){color:var(--sgds-danger-color-default)}:host([variant=warning]) slot[name=icon]::slotted(*){color:var(--sgds-warning-color-fixed-light)}.toast{align-items:flex-start;background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);display:inline-flex;flex-direction:row;gap:var(--sgds-gap-sm);max-width:var(--sgds-dimension-480);min-width:var(--sgds-dimension-280);padding:var(--sgds-padding-md);pointer-events:auto;position:relative}.toast-content{word-wrap:break-word;gap:var(--sgds-gap-sm);padding-right:var(--sgds-padding-xl)}.toast-body,.toast-content{display:flex;flex-direction:column}.toast-body{gap:var(--sgds-gap-2-xs)}.toast-body__title{font-size:var(--sgds-font-size-subtitle-sm);font-weight:var(--sgds-font-weight-semibold);margin:0}.toast-body__message,.toast-body__title{line-height:var(--sgds-line-height-2-xs)}.toast-body__message{color:var(--sgds-color-subtle,#525252);font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.toast-action{word-wrap:break-word;color:var(--sgds-link-color-default)}.toast-header strong{margin-right:auto;word-break:break-all}.close-btn{position:absolute;right:10px;top:10px}.d-none{display:none}`;class Vr extends Oe{constructor(){super(...arguments),this.show=!1,this.title="Title",this.noAnimation=!1,this.autohide=!1,this.delay=5e3,this.variant="info",this.dismissible=!1}async showToast(){if(!this.show)return this.show=!0,ot(this,"sgds-after-show")}async hideToast(){if(this.show)return this.show=!1,ot(this,"sgds-after-hide")}handleCloseClick(){this.show=!1,this.emit("sgds-close")}async handleShowChange(){if(this.show){this.emit("sgds-show"),this.toast.classList.remove("d-none");const e=it(this,"toast.show");this.noAnimation||await Je(this.toast,e.keyframes,e.options),this.emit("sgds-after-show")}else{this.emit("sgds-hide");const e=it(this,"toast.hide");this.noAnimation||await Je(this.toast,e.keyframes,e.options),this.toast.classList.add("d-none"),this.emit("sgds-after-hide")}}firstUpdated(e){var t;if(super.firstUpdated(e),this.show||this.toast.classList.add("d-none"),0===this._actionNodes.length)return null===(t=this.shadowRoot.querySelector("slot[name='action']"))||void 0===t?void 0:t.classList.add("d-none")}render(){return this.autohide&&this.show&&setTimeout(()=>{this.show=!1},this.delay),te`
2100
2141
  <div
2101
2142
  class="toast"
2102
2143
  role="alert"
@@ -2118,20 +2159,20 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2118
2159
  @click=${this.handleCloseClick}
2119
2160
  ></sgds-close-button>`:ae}
2120
2161
  </div>
2121
- `}}Mr.styles=[...Oe.styles,Sr],Mr.dependencies={"sgds-close-button":ft},t([De("div.toast")],Mr.prototype,"toast",void 0),t([ze({type:Boolean,reflect:!0})],Mr.prototype,"show",void 0),t([ze({type:String,reflect:!0})],Mr.prototype,"title",void 0),t([ze({type:Boolean,reflect:!0})],Mr.prototype,"noAnimation",void 0),t([ze({type:Boolean,reflect:!0})],Mr.prototype,"autohide",void 0),t([ze({type:Number,reflect:!0})],Mr.prototype,"delay",void 0),t([ze({type:String,reflect:!0})],Mr.prototype,"variant",void 0),t([ze({type:Boolean,reflect:!0})],Mr.prototype,"dismissible",void 0),t([nt("show",{waitUntilFirstUpdate:!0})],Mr.prototype,"handleShowChange",null),t([Be({slot:"action",flatten:!0})],Mr.prototype,"_actionNodes",void 0),at("toast.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:400,easing:"ease"}}),at("toast.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:400,easing:"ease"}});var Zr=r`.top-start{top:var(--toast-container-top)}.middle-start,.top-start{left:var(--toast-container-left)}.middle-start{top:50%;transform:translateY(-50%)}.middle-center{left:50%;top:50%;transform:translate(-50%,-50%)}.middle-end{right:var(--toast-container-right);top:50%;transform:translateY(-50%)}.toast-container{--toast-container-top:calc(108px + var(--sgds-spacer-8));--toast-container-right:var(--sgds-spacer-8);--toast-container-left:var(--sgds-spacer-8);--toast-container-bottom:var(--sgds-spacer-8);max-width:100%;pointer-events:none;position:fixed;width:max-content;z-index:var(--sgds-z-index-overlay)}.top-center{left:50%;transform:translateX(-50%)}.top-center,.top-end{top:var(--toast-container-top)}.top-end{right:var(--toast-container-right)}.bottom-start{left:var(--toast-container-left)}.bottom-center,.bottom-start{bottom:var(--toast-container-bottom)}.bottom-center{left:50%;transform:translateX(-50%)}.bottom-end{bottom:var(--toast-container-bottom);right:var(--toast-container-right)}slot{display:flex;gap:var(--sgds-layout-gap-md)}:host([position^=top]) slot{flex-direction:column-reverse}:host([position^=bottom]) slot{flex-direction:column}`;class Vr extends Oe{render(){return ut`
2162
+ `}}Vr.styles=[...Oe.styles,Zr],Vr.dependencies={"sgds-close-button":ft},t([Ie("div.toast")],Vr.prototype,"toast",void 0),t([ze({type:Boolean,reflect:!0})],Vr.prototype,"show",void 0),t([ze({type:String,reflect:!0})],Vr.prototype,"title",void 0),t([ze({type:Boolean,reflect:!0})],Vr.prototype,"noAnimation",void 0),t([ze({type:Boolean,reflect:!0})],Vr.prototype,"autohide",void 0),t([ze({type:Number,reflect:!0})],Vr.prototype,"delay",void 0),t([ze({type:String,reflect:!0})],Vr.prototype,"variant",void 0),t([ze({type:Boolean,reflect:!0})],Vr.prototype,"dismissible",void 0),t([nt("show",{waitUntilFirstUpdate:!0})],Vr.prototype,"handleShowChange",null),t([Be({slot:"action",flatten:!0})],Vr.prototype,"_actionNodes",void 0),at("toast.show",{keyframes:[{opacity:0},{opacity:1}],options:{duration:400,easing:"ease"}}),at("toast.hide",{keyframes:[{opacity:1},{opacity:0}],options:{duration:400,easing:"ease"}});var zr=r`.top-start{top:var(--toast-container-top)}.middle-start,.top-start{left:var(--toast-container-left)}.middle-start{top:50%;transform:translateY(-50%)}.middle-center{left:50%;top:50%;transform:translate(-50%,-50%)}.middle-end{right:var(--toast-container-right);top:50%;transform:translateY(-50%)}.toast-container{--toast-container-top:calc(108px + var(--sgds-spacer-8));--toast-container-right:var(--sgds-spacer-8);--toast-container-left:var(--sgds-spacer-8);--toast-container-bottom:var(--sgds-spacer-8);max-width:100%;pointer-events:none;position:fixed;width:max-content;z-index:var(--sgds-z-index-overlay)}.top-center{left:50%;transform:translateX(-50%)}.top-center,.top-end{top:var(--toast-container-top)}.top-end{right:var(--toast-container-right)}.bottom-start{left:var(--toast-container-left)}.bottom-center,.bottom-start{bottom:var(--toast-container-bottom)}.bottom-center{left:50%;transform:translateX(-50%)}.bottom-end{bottom:var(--toast-container-bottom);right:var(--toast-container-right)}slot{display:flex;gap:var(--sgds-layout-gap-md)}:host([position^=top]) slot{flex-direction:column-reverse}:host([position^=bottom]) slot{flex-direction:column}`;class Pr extends Oe{render(){return ut`
2122
2163
  <div
2123
2164
  class=${Ke({"toast-container":!0,[this.position]:this.position})}
2124
2165
  >
2125
2166
  <slot></slot>
2126
2167
  </div>
2127
- `}}Vr.styles=[Zr],t([ze({type:String,reflect:!0})],Vr.prototype,"position",void 0);var zr=te`
2168
+ `}}Pr.styles=[zr],t([ze({type:String,reflect:!0})],Pr.prototype,"position",void 0);var Lr=te`
2128
2169
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2129
2170
  <path
2130
2171
  fill="currentColor"
2131
2172
  d="M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z"
2132
2173
  />
2133
2174
  </svg>
2134
- `,Pr=Object.freeze({__proto__:null,default:zr}),Lr=te`
2175
+ `,Ar=Object.freeze({__proto__:null,default:Lr}),Ir=te`
2135
2176
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2136
2177
  <path
2137
2178
  fill="currentColor"
@@ -2144,35 +2185,35 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2144
2185
  clip-rule="evenodd"
2145
2186
  />
2146
2187
  </svg>
2147
- `,Ar=Object.freeze({__proto__:null,default:Lr}),Dr=te`
2188
+ `,Dr=Object.freeze({__proto__:null,default:Ir}),Er=te`
2148
2189
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2149
2190
  <path
2150
2191
  fill="currentColor"
2151
2192
  d="M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z"
2152
2193
  />
2153
2194
  </svg>
2154
- `,Ir=Object.freeze({__proto__:null,default:Dr}),Er=te`
2195
+ `,Br=Object.freeze({__proto__:null,default:Er}),Hr=te`
2155
2196
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2156
2197
  <path
2157
2198
  fill="currentColor"
2158
2199
  d="M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z"
2159
2200
  />
2160
2201
  </svg>
2161
- `,Br=Object.freeze({__proto__:null,default:Er}),Hr=te`
2202
+ `,Or=Object.freeze({__proto__:null,default:Hr}),Tr=te`
2162
2203
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2163
2204
  <path
2164
2205
  fill="currentColor"
2165
2206
  d="M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z"
2166
2207
  />
2167
2208
  </svg>
2168
- `,Or=Object.freeze({__proto__:null,default:Hr}),Tr=te`
2209
+ `,Fr=Object.freeze({__proto__:null,default:Tr}),Rr=te`
2169
2210
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2170
2211
  <path
2171
2212
  fill="currentColor"
2172
2213
  d="M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z"
2173
2214
  />
2174
2215
  </svg>
2175
- `,Fr=Object.freeze({__proto__:null,default:Tr}),Rr=te`
2216
+ `,Nr=Object.freeze({__proto__:null,default:Rr}),jr=te`
2176
2217
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2177
2218
  <path
2178
2219
  fill="currentColor"
@@ -2185,7 +2226,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2185
2226
  clip-rule="evenodd"
2186
2227
  />
2187
2228
  </svg>
2188
- `,Nr=Object.freeze({__proto__:null,default:Rr}),jr=te`
2229
+ `,Ur=Object.freeze({__proto__:null,default:jr}),qr=te`
2189
2230
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2190
2231
  <path
2191
2232
  fill="currentColor"
@@ -2198,7 +2239,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2198
2239
  clip-rule="evenodd"
2199
2240
  />
2200
2241
  </svg>
2201
- `,Ur=Object.freeze({__proto__:null,default:jr}),qr=te`
2242
+ `,Yr=Object.freeze({__proto__:null,default:qr}),Wr=te`
2202
2243
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2203
2244
  <path
2204
2245
  fill="currentColor"
@@ -2211,7 +2252,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2211
2252
  clip-rule="evenodd"
2212
2253
  />
2213
2254
  </svg>
2214
- `,Yr=Object.freeze({__proto__:null,default:qr}),Wr=te`
2255
+ `,Kr=Object.freeze({__proto__:null,default:Wr}),Gr=te`
2215
2256
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2216
2257
  <path
2217
2258
  fill="currentColor"
@@ -2224,7 +2265,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2224
2265
  clip-rule="evenodd"
2225
2266
  />
2226
2267
  </svg>
2227
- `,Kr=Object.freeze({__proto__:null,default:Wr}),Gr=te`
2268
+ `,Jr=Object.freeze({__proto__:null,default:Gr}),Xr=te`
2228
2269
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2229
2270
  <path
2230
2271
  fill="currentColor"
@@ -2233,7 +2274,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2233
2274
  clip-rule="evenodd"
2234
2275
  />
2235
2276
  </svg>
2236
- `,Jr=Object.freeze({__proto__:null,default:Gr}),Xr=te`
2277
+ `,Qr=Object.freeze({__proto__:null,default:Xr}),el=te`
2237
2278
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2238
2279
  <path
2239
2280
  fill="currentColor"
@@ -2242,7 +2283,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2242
2283
  clip-rule="evenodd"
2243
2284
  />
2244
2285
  </svg>
2245
- `,Qr=Object.freeze({__proto__:null,default:Xr}),el=te`
2286
+ `,tl=Object.freeze({__proto__:null,default:el}),sl=te`
2246
2287
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2247
2288
  <path
2248
2289
  fill="currentColor"
@@ -2251,7 +2292,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2251
2292
  clip-rule="evenodd"
2252
2293
  />
2253
2294
  </svg>
2254
- `,tl=Object.freeze({__proto__:null,default:el}),sl=te`
2295
+ `,il=Object.freeze({__proto__:null,default:sl}),al=te`
2255
2296
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2256
2297
  <path
2257
2298
  fill="currentColor"
@@ -2260,7 +2301,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2260
2301
  clip-rule="evenodd"
2261
2302
  />
2262
2303
  </svg>
2263
- `,il=Object.freeze({__proto__:null,default:sl}),al=te`
2304
+ `,ol=Object.freeze({__proto__:null,default:al}),nl=te`
2264
2305
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2265
2306
  <path
2266
2307
  fill="currentColor"
@@ -2269,7 +2310,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2269
2310
  clip-rule="evenodd"
2270
2311
  />
2271
2312
  </svg>
2272
- `,ol=Object.freeze({__proto__:null,default:al}),nl=te`
2313
+ `,rl=Object.freeze({__proto__:null,default:nl}),ll=te`
2273
2314
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2274
2315
  <path
2275
2316
  fill="currentColor"
@@ -2282,7 +2323,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2282
2323
  clip-rule="evenodd"
2283
2324
  />
2284
2325
  </svg>
2285
- `,rl=Object.freeze({__proto__:null,default:nl}),ll=te`
2326
+ `,dl=Object.freeze({__proto__:null,default:ll}),cl=te`
2286
2327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2287
2328
  <path
2288
2329
  fill="currentColor"
@@ -2295,7 +2336,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2295
2336
  clip-rule="evenodd"
2296
2337
  />
2297
2338
  </svg>
2298
- `,dl=Object.freeze({__proto__:null,default:ll}),cl=te`
2339
+ `,hl=Object.freeze({__proto__:null,default:cl}),pl=te`
2299
2340
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2300
2341
  <path
2301
2342
  fill="currentColor"
@@ -2308,7 +2349,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2308
2349
  clip-rule="evenodd"
2309
2350
  />
2310
2351
  </svg>
2311
- `,hl=Object.freeze({__proto__:null,default:cl}),pl=te`
2352
+ `,ul=Object.freeze({__proto__:null,default:pl}),gl=te`
2312
2353
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2313
2354
  <path
2314
2355
  fill="currentColor"
@@ -2321,7 +2362,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2321
2362
  clip-rule="evenodd"
2322
2363
  />
2323
2364
  </svg>
2324
- `,ul=Object.freeze({__proto__:null,default:pl}),gl=te`
2365
+ `,vl=Object.freeze({__proto__:null,default:gl}),ml=te`
2325
2366
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2326
2367
  <path
2327
2368
  fill="currentColor"
@@ -2330,7 +2371,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2330
2371
  clip-rule="evenodd"
2331
2372
  />
2332
2373
  </svg>
2333
- `,vl=Object.freeze({__proto__:null,default:gl}),ml=te`
2374
+ `,fl=Object.freeze({__proto__:null,default:ml}),bl=te`
2334
2375
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2335
2376
  <path
2336
2377
  fill="currentColor"
@@ -2339,7 +2380,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2339
2380
  clip-rule="evenodd"
2340
2381
  />
2341
2382
  </svg>
2342
- `,fl=Object.freeze({__proto__:null,default:ml}),bl=te`
2383
+ `,wl=Object.freeze({__proto__:null,default:bl}),yl=te`
2343
2384
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2344
2385
  <path
2345
2386
  fill="currentColor"
@@ -2348,7 +2389,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2348
2389
  clip-rule="evenodd"
2349
2390
  />
2350
2391
  </svg>
2351
- `,wl=Object.freeze({__proto__:null,default:bl}),yl=te`
2392
+ `,_l=Object.freeze({__proto__:null,default:yl}),xl=te`
2352
2393
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2353
2394
  <path
2354
2395
  fill="currentColor"
@@ -2357,7 +2398,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2357
2398
  clip-rule="evenodd"
2358
2399
  />
2359
2400
  </svg>
2360
- `,_l=Object.freeze({__proto__:null,default:yl}),xl=te`
2401
+ `,kl=Object.freeze({__proto__:null,default:xl}),Cl=te`
2361
2402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2362
2403
  <path
2363
2404
  fill="currentColor"
@@ -2366,7 +2407,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2366
2407
  clip-rule="evenodd"
2367
2408
  />
2368
2409
  </svg>
2369
- `,kl=Object.freeze({__proto__:null,default:xl}),Cl=te`
2410
+ `,$l=Object.freeze({__proto__:null,default:Cl}),Sl=te`
2370
2411
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2371
2412
  <path
2372
2413
  fill="currentColor"
@@ -2375,7 +2416,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2375
2416
  clip-rule="evenodd"
2376
2417
  />
2377
2418
  </svg>
2378
- `,$l=Object.freeze({__proto__:null,default:Cl}),Sl=te`
2419
+ `,Ml=Object.freeze({__proto__:null,default:Sl}),Zl=te`
2379
2420
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2380
2421
  <path
2381
2422
  fill="currentColor"
@@ -2384,7 +2425,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2384
2425
  clip-rule="evenodd"
2385
2426
  />
2386
2427
  </svg>
2387
- `,Ml=Object.freeze({__proto__:null,default:Sl}),Zl=te`
2428
+ `,Vl=Object.freeze({__proto__:null,default:Zl}),zl=te`
2388
2429
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2389
2430
  <path
2390
2431
  fill="currentColor"
@@ -2393,7 +2434,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2393
2434
  clip-rule="evenodd"
2394
2435
  />
2395
2436
  </svg>
2396
- `,Vl=Object.freeze({__proto__:null,default:Zl}),zl=te`
2437
+ `,Pl=Object.freeze({__proto__:null,default:zl}),Ll=te`
2397
2438
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2398
2439
  <path
2399
2440
  fill="currentColor"
@@ -2402,7 +2443,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2402
2443
  clip-rule="evenodd"
2403
2444
  />
2404
2445
  </svg>
2405
- `,Pl=Object.freeze({__proto__:null,default:zl}),Ll=te`
2446
+ `,Al=Object.freeze({__proto__:null,default:Ll}),Il=te`
2406
2447
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2407
2448
  <path
2408
2449
  fill="currentColor"
@@ -2411,7 +2452,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2411
2452
  clip-rule="evenodd"
2412
2453
  />
2413
2454
  </svg>
2414
- `,Al=Object.freeze({__proto__:null,default:Ll}),Dl=te`
2455
+ `,Dl=Object.freeze({__proto__:null,default:Il}),El=te`
2415
2456
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2416
2457
  <path
2417
2458
  fill="currentColor"
@@ -2424,7 +2465,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2424
2465
  clip-rule="evenodd"
2425
2466
  />
2426
2467
  </svg>
2427
- `,Il=Object.freeze({__proto__:null,default:Dl}),El=te`
2468
+ `,Bl=Object.freeze({__proto__:null,default:El}),Hl=te`
2428
2469
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2429
2470
  <path
2430
2471
  fill="currentColor"
@@ -2433,7 +2474,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2433
2474
  clip-rule="evenodd"
2434
2475
  />
2435
2476
  </svg>
2436
- `,Bl=Object.freeze({__proto__:null,default:El}),Hl=te`
2477
+ `,Ol=Object.freeze({__proto__:null,default:Hl}),Tl=te`
2437
2478
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2438
2479
  <path
2439
2480
  fill="currentColor"
@@ -2446,7 +2487,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2446
2487
  clip-rule="evenodd"
2447
2488
  />
2448
2489
  </svg>
2449
- `,Ol=Object.freeze({__proto__:null,default:Hl}),Tl=te`
2490
+ `,Fl=Object.freeze({__proto__:null,default:Tl}),Rl=te`
2450
2491
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2451
2492
  <path
2452
2493
  fill="currentColor"
@@ -2461,7 +2502,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2461
2502
  clip-rule="evenodd"
2462
2503
  />
2463
2504
  </svg>
2464
- `,Fl=Object.freeze({__proto__:null,default:Tl}),Rl=te`
2505
+ `,Nl=Object.freeze({__proto__:null,default:Rl}),jl=te`
2465
2506
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2466
2507
  <path
2467
2508
  fill="currentColor"
@@ -2474,7 +2515,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2474
2515
  clip-rule="evenodd"
2475
2516
  />
2476
2517
  </svg>
2477
- `,Nl=Object.freeze({__proto__:null,default:Rl}),jl=te`
2518
+ `,Ul=Object.freeze({__proto__:null,default:jl}),ql=te`
2478
2519
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2479
2520
  <path
2480
2521
  fill="currentColor"
@@ -2483,7 +2524,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2483
2524
  clip-rule="evenodd"
2484
2525
  />
2485
2526
  </svg>
2486
- `,Ul=Object.freeze({__proto__:null,default:jl}),ql=te`
2527
+ `,Yl=Object.freeze({__proto__:null,default:ql}),Wl=te`
2487
2528
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2488
2529
  <path
2489
2530
  fill="currentColor"
@@ -2492,7 +2533,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2492
2533
  clip-rule="evenodd"
2493
2534
  />
2494
2535
  </svg>
2495
- `,Yl=Object.freeze({__proto__:null,default:ql}),Wl=te`
2536
+ `,Kl=Object.freeze({__proto__:null,default:Wl}),Gl=te`
2496
2537
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2497
2538
  <path
2498
2539
  fill="currentColor"
@@ -2505,7 +2546,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2505
2546
  clip-rule="evenodd"
2506
2547
  />
2507
2548
  </svg>
2508
- `,Kl=Object.freeze({__proto__:null,default:Wl}),Gl=te`
2549
+ `,Jl=Object.freeze({__proto__:null,default:Gl}),Xl=te`
2509
2550
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2510
2551
  <path
2511
2552
  fill="currentColor"
@@ -2518,7 +2559,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2518
2559
  clip-rule="evenodd"
2519
2560
  />
2520
2561
  </svg>
2521
- `,Jl=Object.freeze({__proto__:null,default:Gl}),Xl=te`
2562
+ `,Ql=Object.freeze({__proto__:null,default:Xl}),ed=te`
2522
2563
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2523
2564
  <path
2524
2565
  fill="currentColor"
@@ -2531,7 +2572,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2531
2572
  clip-rule="evenodd"
2532
2573
  />
2533
2574
  </svg>
2534
- `,Ql=Object.freeze({__proto__:null,default:Xl}),ed=te`
2575
+ `,td=Object.freeze({__proto__:null,default:ed}),sd=te`
2535
2576
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2536
2577
  <path
2537
2578
  fill="currentColor"
@@ -2540,7 +2581,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2540
2581
  clip-rule="evenodd"
2541
2582
  />
2542
2583
  </svg>
2543
- `,td=Object.freeze({__proto__:null,default:ed}),sd=te`
2584
+ `,id=Object.freeze({__proto__:null,default:sd}),ad=te`
2544
2585
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2545
2586
  <path
2546
2587
  fill="currentColor"
@@ -2549,7 +2590,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2549
2590
  clip-rule="evenodd"
2550
2591
  />
2551
2592
  </svg>
2552
- `,id=Object.freeze({__proto__:null,default:sd}),ad=te`
2593
+ `,od=Object.freeze({__proto__:null,default:ad}),nd=te`
2553
2594
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2554
2595
  <path
2555
2596
  fill="currentColor"
@@ -2558,7 +2599,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2558
2599
  clip-rule="evenodd"
2559
2600
  />
2560
2601
  </svg>
2561
- `,od=Object.freeze({__proto__:null,default:ad}),nd=te`
2602
+ `,rd=Object.freeze({__proto__:null,default:nd}),ld=te`
2562
2603
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2563
2604
  <path
2564
2605
  fill="currentColor"
@@ -2567,7 +2608,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2567
2608
  clip-rule="evenodd"
2568
2609
  />
2569
2610
  </svg>
2570
- `,rd=Object.freeze({__proto__:null,default:nd}),ld=te`
2611
+ `,dd=Object.freeze({__proto__:null,default:ld}),cd=te`
2571
2612
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2572
2613
  <path
2573
2614
  fill="currentColor"
@@ -2576,7 +2617,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2576
2617
  clip-rule="evenodd"
2577
2618
  />
2578
2619
  </svg>
2579
- `,dd=Object.freeze({__proto__:null,default:ld}),cd=te`
2620
+ `,hd=Object.freeze({__proto__:null,default:cd}),pd=te`
2580
2621
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2581
2622
  <path
2582
2623
  fill="currentColor"
@@ -2585,7 +2626,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2585
2626
  clip-rule="evenodd"
2586
2627
  />
2587
2628
  </svg>
2588
- `,hd=Object.freeze({__proto__:null,default:cd}),pd=te`
2629
+ `,ud=Object.freeze({__proto__:null,default:pd}),gd=te`
2589
2630
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2590
2631
  <path
2591
2632
  fill="currentColor"
@@ -2594,14 +2635,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2594
2635
  clip-rule="evenodd"
2595
2636
  />
2596
2637
  </svg>
2597
- `,ud=Object.freeze({__proto__:null,default:pd}),gd=te`
2638
+ `,vd=Object.freeze({__proto__:null,default:gd}),md=te`
2598
2639
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2599
2640
  <path
2600
2641
  fill="currentColor"
2601
2642
  d="M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z"
2602
2643
  />
2603
2644
  </svg>
2604
- `,vd=Object.freeze({__proto__:null,default:gd}),md=te`
2645
+ `,fd=Object.freeze({__proto__:null,default:md}),bd=te`
2605
2646
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2606
2647
  <path
2607
2648
  fill="currentColor"
@@ -2610,7 +2651,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2610
2651
  clip-rule="evenodd"
2611
2652
  />
2612
2653
  </svg>
2613
- `,fd=Object.freeze({__proto__:null,default:md}),bd=te`
2654
+ `,wd=Object.freeze({__proto__:null,default:bd}),yd=te`
2614
2655
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2615
2656
  <path
2616
2657
  fill="currentColor"
@@ -2623,7 +2664,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2623
2664
  clip-rule="evenodd"
2624
2665
  />
2625
2666
  </svg>
2626
- `,wd=Object.freeze({__proto__:null,default:bd}),yd=te`
2667
+ `,_d=Object.freeze({__proto__:null,default:yd}),xd=te`
2627
2668
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2628
2669
  <path
2629
2670
  fill="currentColor"
@@ -2636,7 +2677,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2636
2677
  clip-rule="evenodd"
2637
2678
  />
2638
2679
  </svg>
2639
- `,_d=Object.freeze({__proto__:null,default:yd}),xd=te`
2680
+ `,kd=Object.freeze({__proto__:null,default:xd}),Cd=te`
2640
2681
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2641
2682
  <path
2642
2683
  fill="currentColor"
@@ -2645,7 +2686,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2645
2686
  clip-rule="evenodd"
2646
2687
  />
2647
2688
  </svg>
2648
- `,kd=Object.freeze({__proto__:null,default:xd}),Cd=te`
2689
+ `,$d=Object.freeze({__proto__:null,default:Cd}),Sd=te`
2649
2690
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2650
2691
  <path
2651
2692
  fill="currentColor"
@@ -2654,7 +2695,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2654
2695
  clip-rule="evenodd"
2655
2696
  />
2656
2697
  </svg>
2657
- `,$d=Object.freeze({__proto__:null,default:Cd}),Sd=te`
2698
+ `,Md=Object.freeze({__proto__:null,default:Sd}),Zd=te`
2658
2699
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2659
2700
  <path
2660
2701
  fill="currentColor"
@@ -2663,7 +2704,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2663
2704
  clip-rule="evenodd"
2664
2705
  />
2665
2706
  </svg>
2666
- `,Md=Object.freeze({__proto__:null,default:Sd}),Zd=te`
2707
+ `,Vd=Object.freeze({__proto__:null,default:Zd}),zd=te`
2667
2708
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2668
2709
  <path
2669
2710
  fill="currentColor"
@@ -2676,14 +2717,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2676
2717
  clip-rule="evenodd"
2677
2718
  />
2678
2719
  </svg>
2679
- `,Vd=Object.freeze({__proto__:null,default:Zd}),zd=te`
2720
+ `,Pd=Object.freeze({__proto__:null,default:zd}),Ld=te`
2680
2721
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2681
2722
  <path
2682
2723
  fill="currentColor"
2683
2724
  d="M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z"
2684
2725
  />
2685
2726
  </svg>
2686
- `,Pd=Object.freeze({__proto__:null,default:zd}),Ld=te`
2727
+ `,Ad=Object.freeze({__proto__:null,default:Ld}),Id=te`
2687
2728
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2688
2729
  <path
2689
2730
  fill="currentColor"
@@ -2698,14 +2739,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2698
2739
  clip-rule="evenodd"
2699
2740
  />
2700
2741
  </svg>
2701
- `,Ad=Object.freeze({__proto__:null,default:Ld}),Dd=te`
2742
+ `,Dd=Object.freeze({__proto__:null,default:Id}),Ed=te`
2702
2743
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2703
2744
  <path
2704
2745
  fill="currentColor"
2705
2746
  d="M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z"
2706
2747
  />
2707
2748
  </svg>
2708
- `,Id=Object.freeze({__proto__:null,default:Dd}),Ed=te`
2749
+ `,Bd=Object.freeze({__proto__:null,default:Ed}),Hd=te`
2709
2750
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2710
2751
  <path
2711
2752
  fill="currentColor"
@@ -2724,7 +2765,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2724
2765
  clip-rule="evenodd"
2725
2766
  />
2726
2767
  </svg>
2727
- `,Bd=Object.freeze({__proto__:null,default:Ed}),Hd=te`
2768
+ `,Od=Object.freeze({__proto__:null,default:Hd}),Td=te`
2728
2769
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2729
2770
  <path
2730
2771
  fill="currentColor"
@@ -2733,7 +2774,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2733
2774
  clip-rule="evenodd"
2734
2775
  />
2735
2776
  </svg>
2736
- `,Od=Object.freeze({__proto__:null,default:Hd}),Td=te`
2777
+ `,Fd=Object.freeze({__proto__:null,default:Td}),Rd=te`
2737
2778
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2738
2779
  <path
2739
2780
  fill="currentColor"
@@ -2742,7 +2783,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2742
2783
  clip-rule="evenodd"
2743
2784
  />
2744
2785
  </svg>
2745
- `,Fd=Object.freeze({__proto__:null,default:Td}),Rd=te`
2786
+ `,Nd=Object.freeze({__proto__:null,default:Rd}),jd=te`
2746
2787
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2747
2788
  <path
2748
2789
  fill="currentColor"
@@ -2751,7 +2792,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2751
2792
  clip-rule="evenodd"
2752
2793
  />
2753
2794
  </svg>
2754
- `,Nd=Object.freeze({__proto__:null,default:Rd}),jd=te`
2795
+ `,Ud=Object.freeze({__proto__:null,default:jd}),qd=te`
2755
2796
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2756
2797
  <path
2757
2798
  fill="currentColor"
@@ -2760,7 +2801,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2760
2801
  clip-rule="evenodd"
2761
2802
  />
2762
2803
  </svg>
2763
- `,Ud=Object.freeze({__proto__:null,default:jd}),qd=te`
2804
+ `,Yd=Object.freeze({__proto__:null,default:qd}),Wd=te`
2764
2805
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2765
2806
  <path
2766
2807
  fill="currentColor"
@@ -2769,7 +2810,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2769
2810
  clip-rule="evenodd"
2770
2811
  />
2771
2812
  </svg>
2772
- `,Yd=Object.freeze({__proto__:null,default:qd}),Wd=te`
2813
+ `,Kd=Object.freeze({__proto__:null,default:Wd}),Gd=te`
2773
2814
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2774
2815
  <path
2775
2816
  fill="currentColor"
@@ -2778,7 +2819,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2778
2819
  clip-rule="evenodd"
2779
2820
  />
2780
2821
  </svg>
2781
- `,Kd=Object.freeze({__proto__:null,default:Wd}),Gd=te`
2822
+ `,Jd=Object.freeze({__proto__:null,default:Gd}),Xd=te`
2782
2823
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2783
2824
  <path
2784
2825
  fill="currentColor"
@@ -2787,7 +2828,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2787
2828
  clip-rule="evenodd"
2788
2829
  />
2789
2830
  </svg>
2790
- `,Jd=Object.freeze({__proto__:null,default:Gd}),Xd=te`
2831
+ `,Qd=Object.freeze({__proto__:null,default:Xd}),ec=te`
2791
2832
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2792
2833
  <path
2793
2834
  fill="currentColor"
@@ -2816,7 +2857,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2816
2857
  clip-rule="evenodd"
2817
2858
  />
2818
2859
  </svg>
2819
- `,Qd=Object.freeze({__proto__:null,default:Xd}),ec=te`
2860
+ `,tc=Object.freeze({__proto__:null,default:ec}),sc=te`
2820
2861
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2821
2862
  <path
2822
2863
  fill="currentColor"
@@ -2825,7 +2866,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2825
2866
  clip-rule="evenodd"
2826
2867
  />
2827
2868
  </svg>
2828
- `,tc=Object.freeze({__proto__:null,default:ec}),sc=te`
2869
+ `,ic=Object.freeze({__proto__:null,default:sc}),ac=te`
2829
2870
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2830
2871
  <path
2831
2872
  fill="currentColor"
@@ -2838,7 +2879,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2838
2879
  d="M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z"
2839
2880
  />
2840
2881
  </svg>
2841
- `,ic=Object.freeze({__proto__:null,default:sc}),ac=te`
2882
+ `,oc=Object.freeze({__proto__:null,default:ac}),nc=te`
2842
2883
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2843
2884
  <path
2844
2885
  fill="currentColor"
@@ -2847,7 +2888,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2847
2888
  clip-rule="evenodd"
2848
2889
  />
2849
2890
  </svg>
2850
- `,oc=Object.freeze({__proto__:null,default:ac}),nc=te`
2891
+ `,rc=Object.freeze({__proto__:null,default:nc}),lc=te`
2851
2892
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2852
2893
  <path
2853
2894
  fill="currentColor"
@@ -2860,7 +2901,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2860
2901
  clip-rule="evenodd"
2861
2902
  />
2862
2903
  </svg>
2863
- `,rc=Object.freeze({__proto__:null,default:nc}),lc=te`
2904
+ `,dc=Object.freeze({__proto__:null,default:lc}),cc=te`
2864
2905
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2865
2906
  <path
2866
2907
  fill="currentColor"
@@ -2869,7 +2910,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2869
2910
  clip-rule="evenodd"
2870
2911
  />
2871
2912
  </svg>
2872
- `,dc=Object.freeze({__proto__:null,default:lc}),cc=te`
2913
+ `,hc=Object.freeze({__proto__:null,default:cc}),pc=te`
2873
2914
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2874
2915
  <path
2875
2916
  fill="currentColor"
@@ -2882,7 +2923,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2882
2923
  clip-rule="evenodd"
2883
2924
  />
2884
2925
  </svg>
2885
- `,hc=Object.freeze({__proto__:null,default:cc}),pc=te`
2926
+ `,uc=Object.freeze({__proto__:null,default:pc}),gc=te`
2886
2927
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2887
2928
  <path
2888
2929
  fill="currentColor"
@@ -2895,7 +2936,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2895
2936
  clip-rule="evenodd"
2896
2937
  />
2897
2938
  </svg>
2898
- `,uc=Object.freeze({__proto__:null,default:pc}),gc=te`
2939
+ `,vc=Object.freeze({__proto__:null,default:gc}),mc=te`
2899
2940
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2900
2941
  <path
2901
2942
  fill="currentColor"
@@ -2904,7 +2945,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2904
2945
  clip-rule="evenodd"
2905
2946
  />
2906
2947
  </svg>
2907
- `,vc=Object.freeze({__proto__:null,default:gc}),mc=te`
2948
+ `,fc=Object.freeze({__proto__:null,default:mc}),bc=te`
2908
2949
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2909
2950
  <path
2910
2951
  fill="currentColor"
@@ -2917,7 +2958,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2917
2958
  d="M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z"
2918
2959
  />
2919
2960
  </svg>
2920
- `,fc=Object.freeze({__proto__:null,default:mc}),bc=te`
2961
+ `,wc=Object.freeze({__proto__:null,default:bc}),yc=te`
2921
2962
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2922
2963
  <path
2923
2964
  fill="currentColor"
@@ -2926,7 +2967,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2926
2967
  clip-rule="evenodd"
2927
2968
  />
2928
2969
  </svg>
2929
- `,wc=Object.freeze({__proto__:null,default:bc}),yc=te`
2970
+ `,_c=Object.freeze({__proto__:null,default:yc}),xc=te`
2930
2971
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2931
2972
  <path
2932
2973
  fill="currentColor"
@@ -2935,7 +2976,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2935
2976
  clip-rule="evenodd"
2936
2977
  />
2937
2978
  </svg>
2938
- `,_c=Object.freeze({__proto__:null,default:yc}),xc=te`
2979
+ `,kc=Object.freeze({__proto__:null,default:xc}),Cc=te`
2939
2980
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2940
2981
  <path
2941
2982
  fill="currentColor"
@@ -2944,7 +2985,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2944
2985
  clip-rule="evenodd"
2945
2986
  />
2946
2987
  </svg>
2947
- `,kc=Object.freeze({__proto__:null,default:xc}),Cc=te`
2988
+ `,$c=Object.freeze({__proto__:null,default:Cc}),Sc=te`
2948
2989
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2949
2990
  <path
2950
2991
  fill="currentColor"
@@ -2957,14 +2998,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2957
2998
  clip-rule="evenodd"
2958
2999
  />
2959
3000
  </svg>
2960
- `,$c=Object.freeze({__proto__:null,default:Cc}),Sc=te`
3001
+ `,Mc=Object.freeze({__proto__:null,default:Sc}),Zc=te`
2961
3002
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2962
3003
  <path
2963
3004
  fill="currentColor"
2964
3005
  d="M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z"
2965
3006
  />
2966
3007
  </svg>
2967
- `,Mc=Object.freeze({__proto__:null,default:Sc}),Zc=te`
3008
+ `,Vc=Object.freeze({__proto__:null,default:Zc}),zc=te`
2968
3009
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2969
3010
  <path
2970
3011
  fill="currentColor"
@@ -2973,7 +3014,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2973
3014
  clip-rule="evenodd"
2974
3015
  />
2975
3016
  </svg>
2976
- `,Vc=Object.freeze({__proto__:null,default:Zc}),zc=te`
3017
+ `,Pc=Object.freeze({__proto__:null,default:zc}),Lc=te`
2977
3018
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2978
3019
  <path
2979
3020
  fill="currentColor"
@@ -2988,7 +3029,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2988
3029
  clip-rule="evenodd"
2989
3030
  />
2990
3031
  </svg>
2991
- `,Pc=Object.freeze({__proto__:null,default:zc}),Lc=te`
3032
+ `,Ac=Object.freeze({__proto__:null,default:Lc}),Ic=te`
2992
3033
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2993
3034
  <path
2994
3035
  fill="currentColor"
@@ -2999,7 +3040,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
2999
3040
  d="M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z"
3000
3041
  />
3001
3042
  </svg>
3002
- `,Ac=Object.freeze({__proto__:null,default:Lc}),Dc=te`
3043
+ `,Dc=Object.freeze({__proto__:null,default:Ic}),Ec=te`
3003
3044
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3004
3045
  <path
3005
3046
  fill="currentColor"
@@ -3008,7 +3049,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3008
3049
  clip-rule="evenodd"
3009
3050
  />
3010
3051
  </svg>
3011
- `,Ic=Object.freeze({__proto__:null,default:Dc}),Ec=te`
3052
+ `,Bc=Object.freeze({__proto__:null,default:Ec}),Hc=te`
3012
3053
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3013
3054
  <path
3014
3055
  fill="currentColor"
@@ -3017,7 +3058,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3017
3058
  clip-rule="evenodd"
3018
3059
  />
3019
3060
  </svg>
3020
- `,Bc=Object.freeze({__proto__:null,default:Ec}),Hc=te`
3061
+ `,Oc=Object.freeze({__proto__:null,default:Hc}),Tc=te`
3021
3062
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3022
3063
  <path
3023
3064
  fill="currentColor"
@@ -3030,7 +3071,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3030
3071
  clip-rule="evenodd"
3031
3072
  />
3032
3073
  </svg>
3033
- `,Oc=Object.freeze({__proto__:null,default:Hc}),Tc=te`
3074
+ `,Fc=Object.freeze({__proto__:null,default:Tc}),Rc=te`
3034
3075
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3035
3076
  <path
3036
3077
  fill="currentColor"
@@ -3045,14 +3086,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3045
3086
  d="M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z"
3046
3087
  />
3047
3088
  </svg>
3048
- `,Fc=Object.freeze({__proto__:null,default:Tc}),Rc=te`
3089
+ `,Nc=Object.freeze({__proto__:null,default:Rc}),jc=te`
3049
3090
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3050
3091
  <path
3051
3092
  fill="currentColor"
3052
3093
  d="M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z"
3053
3094
  />
3054
3095
  </svg>
3055
- `,Nc=Object.freeze({__proto__:null,default:Rc}),jc=te`
3096
+ `,Uc=Object.freeze({__proto__:null,default:jc}),qc=te`
3056
3097
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3057
3098
  <path
3058
3099
  fill="currentColor"
@@ -3065,7 +3106,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3065
3106
  clip-rule="evenodd"
3066
3107
  />
3067
3108
  </svg>
3068
- `,Uc=Object.freeze({__proto__:null,default:jc}),qc=te`
3109
+ `,Yc=Object.freeze({__proto__:null,default:qc}),Wc=te`
3069
3110
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3070
3111
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
3071
3112
  <path
@@ -3075,7 +3116,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3075
3116
  clip-rule="evenodd"
3076
3117
  />
3077
3118
  </svg>
3078
- `,Yc=Object.freeze({__proto__:null,default:qc}),Wc=te`
3119
+ `,Kc=Object.freeze({__proto__:null,default:Wc}),Gc=te`
3079
3120
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3080
3121
  <path
3081
3122
  fill="currentColor"
@@ -3088,7 +3129,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3088
3129
  clip-rule="evenodd"
3089
3130
  />
3090
3131
  </svg>
3091
- `,Kc=Object.freeze({__proto__:null,default:Wc}),Gc=te`
3132
+ `,Jc=Object.freeze({__proto__:null,default:Gc}),Xc=te`
3092
3133
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3093
3134
  <path
3094
3135
  fill="currentColor"
@@ -3097,7 +3138,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3097
3138
  clip-rule="evenodd"
3098
3139
  />
3099
3140
  </svg>
3100
- `,Jc=Object.freeze({__proto__:null,default:Gc}),Xc=te`
3141
+ `,Qc=Object.freeze({__proto__:null,default:Xc}),eh=te`
3101
3142
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3102
3143
  <path
3103
3144
  fill="currentColor"
@@ -3106,7 +3147,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3106
3147
  clip-rule="evenodd"
3107
3148
  />
3108
3149
  </svg>
3109
- `,Qc=Object.freeze({__proto__:null,default:Xc}),eh=te`
3150
+ `,th=Object.freeze({__proto__:null,default:eh}),sh=te`
3110
3151
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3111
3152
  <path
3112
3153
  fill="currentColor"
@@ -3121,7 +3162,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3121
3162
  clip-rule="evenodd"
3122
3163
  />
3123
3164
  </svg>
3124
- `,th=Object.freeze({__proto__:null,default:eh}),sh=te`
3165
+ `,ih=Object.freeze({__proto__:null,default:sh}),ah=te`
3125
3166
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3126
3167
  <path
3127
3168
  fill="currentColor"
@@ -3134,7 +3175,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3134
3175
  d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
3135
3176
  />
3136
3177
  </svg>
3137
- `,ih=Object.freeze({__proto__:null,default:sh}),ah=te`
3178
+ `,oh=Object.freeze({__proto__:null,default:ah}),nh=te`
3138
3179
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3139
3180
  <path
3140
3181
  fill="currentColor"
@@ -3147,7 +3188,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3147
3188
  d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
3148
3189
  />
3149
3190
  </svg>
3150
- `,oh=Object.freeze({__proto__:null,default:ah}),nh=te`
3191
+ `,rh=Object.freeze({__proto__:null,default:nh}),lh=te`
3151
3192
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3152
3193
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
3153
3194
  <path
@@ -3157,7 +3198,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3157
3198
  clip-rule="evenodd"
3158
3199
  />
3159
3200
  </svg>
3160
- `,rh=Object.freeze({__proto__:null,default:nh}),lh=te`
3201
+ `,dh=Object.freeze({__proto__:null,default:lh}),ch=te`
3161
3202
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3162
3203
  <path
3163
3204
  fill="currentColor"
@@ -3166,14 +3207,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3166
3207
  clip-rule="evenodd"
3167
3208
  />
3168
3209
  </svg>
3169
- `,dh=Object.freeze({__proto__:null,default:lh}),ch=te`
3210
+ `,hh=Object.freeze({__proto__:null,default:ch}),ph=te`
3170
3211
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3171
3212
  <path
3172
3213
  fill="currentColor"
3173
3214
  d="M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z"
3174
3215
  />
3175
3216
  </svg>
3176
- `,hh=Object.freeze({__proto__:null,default:ch}),ph=te`
3217
+ `,uh=Object.freeze({__proto__:null,default:ph}),gh=te`
3177
3218
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3178
3219
  <path
3179
3220
  fill="currentColor"
@@ -3182,14 +3223,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3182
3223
  clip-rule="evenodd"
3183
3224
  />
3184
3225
  </svg>
3185
- `,uh=Object.freeze({__proto__:null,default:ph}),gh=te`
3226
+ `,vh=Object.freeze({__proto__:null,default:gh}),mh=te`
3186
3227
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3187
3228
  <path
3188
3229
  fill="currentColor"
3189
3230
  d="M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z"
3190
3231
  />
3191
3232
  </svg>
3192
- `,vh=Object.freeze({__proto__:null,default:gh}),mh=te`
3233
+ `,fh=Object.freeze({__proto__:null,default:mh}),bh=te`
3193
3234
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3194
3235
  <path
3195
3236
  fill="currentColor"
@@ -3198,7 +3239,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3198
3239
  clip-rule="evenodd"
3199
3240
  />
3200
3241
  </svg>
3201
- `,fh=Object.freeze({__proto__:null,default:mh}),bh=te`
3242
+ `,wh=Object.freeze({__proto__:null,default:bh}),yh=te`
3202
3243
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3203
3244
  <path
3204
3245
  fill="currentColor"
@@ -3207,7 +3248,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3207
3248
  clip-rule="evenodd"
3208
3249
  />
3209
3250
  </svg>
3210
- `,wh=Object.freeze({__proto__:null,default:bh}),yh=te`
3251
+ `,_h=Object.freeze({__proto__:null,default:yh}),xh=te`
3211
3252
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3212
3253
  <path
3213
3254
  fill="currentColor"
@@ -3216,7 +3257,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3216
3257
  clip-rule="evenodd"
3217
3258
  />
3218
3259
  </svg>
3219
- `,_h=Object.freeze({__proto__:null,default:yh}),xh=te`
3260
+ `,kh=Object.freeze({__proto__:null,default:xh}),Ch=te`
3220
3261
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3221
3262
  <path
3222
3263
  fill="currentColor"
@@ -3225,7 +3266,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3225
3266
  clip-rule="evenodd"
3226
3267
  />
3227
3268
  </svg>
3228
- `,kh=Object.freeze({__proto__:null,default:xh}),Ch=te`
3269
+ `,$h=Object.freeze({__proto__:null,default:Ch}),Sh=te`
3229
3270
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3230
3271
  <path
3231
3272
  fill="currentColor"
@@ -3234,7 +3275,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3234
3275
  clip-rule="evenodd"
3235
3276
  />
3236
3277
  </svg>
3237
- `,$h=Object.freeze({__proto__:null,default:Ch}),Sh=te`
3278
+ `,Mh=Object.freeze({__proto__:null,default:Sh}),Zh=te`
3238
3279
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3239
3280
  <path
3240
3281
  fill="currentColor"
@@ -3243,7 +3284,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3243
3284
  clip-rule="evenodd"
3244
3285
  />
3245
3286
  </svg>
3246
- `,Mh=Object.freeze({__proto__:null,default:Sh}),Zh=te`
3287
+ `,Vh=Object.freeze({__proto__:null,default:Zh}),zh=te`
3247
3288
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3248
3289
  <path
3249
3290
  fill="currentColor"
@@ -3252,7 +3293,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3252
3293
  clip-rule="evenodd"
3253
3294
  />
3254
3295
  </svg>
3255
- `,Vh=Object.freeze({__proto__:null,default:Zh}),zh=te`
3296
+ `,Ph=Object.freeze({__proto__:null,default:zh}),Lh=te`
3256
3297
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3257
3298
  <path
3258
3299
  fill="currentColor"
@@ -3261,7 +3302,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3261
3302
  clip-rule="evenodd"
3262
3303
  />
3263
3304
  </svg>
3264
- `,Ph=Object.freeze({__proto__:null,default:zh}),Lh=te`
3305
+ `,Ah=Object.freeze({__proto__:null,default:Lh}),Ih=te`
3265
3306
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3266
3307
  <path
3267
3308
  fill="currentColor"
@@ -3270,7 +3311,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3270
3311
  clip-rule="evenodd"
3271
3312
  />
3272
3313
  </svg>
3273
- `,Ah=Object.freeze({__proto__:null,default:Lh}),Dh=te`
3314
+ `,Dh=Object.freeze({__proto__:null,default:Ih}),Eh=te`
3274
3315
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3275
3316
  <path
3276
3317
  fill="currentColor"
@@ -3280,14 +3321,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3280
3321
  />
3281
3322
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
3282
3323
  </svg>
3283
- `,Ih=Object.freeze({__proto__:null,default:Dh}),Eh=te`
3324
+ `,Bh=Object.freeze({__proto__:null,default:Eh}),Hh=te`
3284
3325
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3285
3326
  <path
3286
3327
  fill="currentColor"
3287
3328
  d="M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z"
3288
3329
  />
3289
3330
  </svg>
3290
- `,Bh=Object.freeze({__proto__:null,default:Eh}),Hh=te`
3331
+ `,Oh=Object.freeze({__proto__:null,default:Hh}),Th=te`
3291
3332
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3292
3333
  <path fill="currentColor" d="M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z" />
3293
3334
  <path
@@ -3297,7 +3338,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3297
3338
  clip-rule="evenodd"
3298
3339
  />
3299
3340
  </svg>
3300
- `,Oh=Object.freeze({__proto__:null,default:Hh}),Th=te`
3341
+ `,Fh=Object.freeze({__proto__:null,default:Th}),Rh=te`
3301
3342
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3302
3343
  <path
3303
3344
  fill="currentColor"
@@ -3313,7 +3354,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3313
3354
  clip-rule="evenodd"
3314
3355
  />
3315
3356
  </svg>
3316
- `,Fh=Object.freeze({__proto__:null,default:Th}),Rh=te`
3357
+ `,Nh=Object.freeze({__proto__:null,default:Rh}),jh=te`
3317
3358
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3318
3359
  <path
3319
3360
  fill="currentColor"
@@ -3322,7 +3363,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3322
3363
  clip-rule="evenodd"
3323
3364
  />
3324
3365
  </svg>
3325
- `,Nh=Object.freeze({__proto__:null,default:Rh}),jh=te`
3366
+ `,Uh=Object.freeze({__proto__:null,default:jh}),qh=te`
3326
3367
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3327
3368
  <path
3328
3369
  fill="currentColor"
@@ -3331,7 +3372,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3331
3372
  clip-rule="evenodd"
3332
3373
  />
3333
3374
  </svg>
3334
- `,Uh=Object.freeze({__proto__:null,default:jh}),qh=te`
3375
+ `,Yh=Object.freeze({__proto__:null,default:qh}),Wh=te`
3335
3376
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3336
3377
  <path
3337
3378
  fill="currentColor"
@@ -3340,7 +3381,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3340
3381
  clip-rule="evenodd"
3341
3382
  />
3342
3383
  </svg>
3343
- `,Yh=Object.freeze({__proto__:null,default:qh}),Wh=te`
3384
+ `,Kh=Object.freeze({__proto__:null,default:Wh}),Gh=te`
3344
3385
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3345
3386
  <path
3346
3387
  fill="currentColor"
@@ -3349,7 +3390,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3349
3390
  clip-rule="evenodd"
3350
3391
  />
3351
3392
  </svg>
3352
- `,Kh=Object.freeze({__proto__:null,default:Wh}),Gh=te`
3393
+ `,Jh=Object.freeze({__proto__:null,default:Gh}),Xh=te`
3353
3394
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3354
3395
  <path
3355
3396
  fill="currentColor"
@@ -3358,7 +3399,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3358
3399
  clip-rule="evenodd"
3359
3400
  />
3360
3401
  </svg>
3361
- `,Jh=Object.freeze({__proto__:null,default:Gh}),Xh=te`
3402
+ `,Qh=Object.freeze({__proto__:null,default:Xh}),ep=te`
3362
3403
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3363
3404
  <path
3364
3405
  fill="currentColor"
@@ -3367,7 +3408,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3367
3408
  clip-rule="evenodd"
3368
3409
  />
3369
3410
  </svg>
3370
- `,Qh=Object.freeze({__proto__:null,default:Xh}),ep=te`
3411
+ `,tp=Object.freeze({__proto__:null,default:ep}),sp=te`
3371
3412
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3372
3413
  <path
3373
3414
  fill="currentColor"
@@ -3384,7 +3425,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3384
3425
  d="M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z"
3385
3426
  />
3386
3427
  </svg>
3387
- `,tp=Object.freeze({__proto__:null,default:ep}),sp=te`
3428
+ `,ip=Object.freeze({__proto__:null,default:sp}),ap=te`
3388
3429
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3389
3430
  <path
3390
3431
  fill="currentColor"
@@ -3393,21 +3434,21 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3393
3434
  clip-rule="evenodd"
3394
3435
  />
3395
3436
  </svg>
3396
- `,ip=Object.freeze({__proto__:null,default:sp}),ap=te`
3437
+ `,op=Object.freeze({__proto__:null,default:ap}),np=te`
3397
3438
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3398
3439
  <path
3399
3440
  fill="currentColor"
3400
3441
  d="M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z"
3401
3442
  />
3402
3443
  </svg>
3403
- `,op=Object.freeze({__proto__:null,default:ap}),np=te`
3444
+ `,rp=Object.freeze({__proto__:null,default:np}),lp=te`
3404
3445
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3405
3446
  <path
3406
3447
  fill="currentColor"
3407
3448
  d="M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z"
3408
3449
  />
3409
3450
  </svg>
3410
- `,rp=Object.freeze({__proto__:null,default:np}),lp=te`
3451
+ `,dp=Object.freeze({__proto__:null,default:lp}),cp=te`
3411
3452
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3412
3453
  <path
3413
3454
  fill="currentColor"
@@ -3416,7 +3457,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3416
3457
  clip-rule="evenodd"
3417
3458
  />
3418
3459
  </svg>
3419
- `,dp=Object.freeze({__proto__:null,default:lp}),cp=te`
3460
+ `,hp=Object.freeze({__proto__:null,default:cp}),pp=te`
3420
3461
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3421
3462
  <path
3422
3463
  fill="currentColor"
@@ -3425,7 +3466,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3425
3466
  clip-rule="evenodd"
3426
3467
  />
3427
3468
  </svg>
3428
- `,hp=Object.freeze({__proto__:null,default:cp}),pp=te`
3469
+ `,up=Object.freeze({__proto__:null,default:pp}),gp=te`
3429
3470
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3430
3471
  <path
3431
3472
  fill="currentColor"
@@ -3436,7 +3477,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3436
3477
  d="M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z"
3437
3478
  />
3438
3479
  </svg>
3439
- `,up=Object.freeze({__proto__:null,default:pp}),gp=te`
3480
+ `,vp=Object.freeze({__proto__:null,default:gp}),mp=te`
3440
3481
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3441
3482
  <path
3442
3483
  fill="currentColor"
@@ -3447,7 +3488,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3447
3488
  d="M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z"
3448
3489
  />
3449
3490
  </svg>
3450
- `,vp=Object.freeze({__proto__:null,default:gp}),mp=te`
3491
+ `,fp=Object.freeze({__proto__:null,default:mp}),bp=te`
3451
3492
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3452
3493
  <path
3453
3494
  fill="currentColor"
@@ -3462,7 +3503,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3462
3503
  clip-rule="evenodd"
3463
3504
  />
3464
3505
  </svg>
3465
- `,fp=Object.freeze({__proto__:null,default:mp}),bp=te`
3506
+ `,wp=Object.freeze({__proto__:null,default:bp}),yp=te`
3466
3507
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3467
3508
  <path
3468
3509
  fill="currentColor"
@@ -3471,7 +3512,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3471
3512
  clip-rule="evenodd"
3472
3513
  />
3473
3514
  </svg>
3474
- `,wp=Object.freeze({__proto__:null,default:bp}),yp=te`
3515
+ `,_p=Object.freeze({__proto__:null,default:yp}),xp=te`
3475
3516
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3476
3517
  <path
3477
3518
  fill="currentColor"
@@ -3480,7 +3521,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3480
3521
  clip-rule="evenodd"
3481
3522
  />
3482
3523
  </svg>
3483
- `,_p=Object.freeze({__proto__:null,default:yp}),xp=te`
3524
+ `,kp=Object.freeze({__proto__:null,default:xp}),Cp=te`
3484
3525
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3485
3526
  <path
3486
3527
  fill="currentColor"
@@ -3489,21 +3530,21 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3489
3530
  clip-rule="evenodd"
3490
3531
  />
3491
3532
  </svg>
3492
- `,kp=Object.freeze({__proto__:null,default:xp}),Cp=te`
3533
+ `,$p=Object.freeze({__proto__:null,default:Cp}),Sp=te`
3493
3534
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3494
3535
  <path
3495
3536
  fill="currentColor"
3496
3537
  d="M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z"
3497
3538
  />
3498
3539
  </svg>
3499
- `,$p=Object.freeze({__proto__:null,default:Cp}),Sp=te`
3540
+ `,Mp=Object.freeze({__proto__:null,default:Sp}),Zp=te`
3500
3541
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3501
3542
  <path
3502
3543
  fill="currentColor"
3503
3544
  d="M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z"
3504
3545
  />
3505
3546
  </svg>
3506
- `,Mp=Object.freeze({__proto__:null,default:Sp}),Zp=te`
3547
+ `,Vp=Object.freeze({__proto__:null,default:Zp}),zp=te`
3507
3548
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3508
3549
  <path
3509
3550
  fill="currentColor"
@@ -3516,7 +3557,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3516
3557
  d="M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z"
3517
3558
  />
3518
3559
  </svg>
3519
- `,Vp=Object.freeze({__proto__:null,default:Zp}),zp=te`
3560
+ `,Pp=Object.freeze({__proto__:null,default:zp}),Lp=te`
3520
3561
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3521
3562
  <path
3522
3563
  fill="currentColor"
@@ -3525,21 +3566,21 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3525
3566
  clip-rule="evenodd"
3526
3567
  />
3527
3568
  </svg>
3528
- `,Pp=Object.freeze({__proto__:null,default:zp}),Lp=te`
3569
+ `,Ap=Object.freeze({__proto__:null,default:Lp}),Ip=te`
3529
3570
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3530
3571
  <path
3531
3572
  fill="currentColor"
3532
3573
  d="M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z"
3533
3574
  />
3534
3575
  </svg>
3535
- `,Ap=Object.freeze({__proto__:null,default:Lp}),Dp=te`
3576
+ `,Dp=Object.freeze({__proto__:null,default:Ip}),Ep=te`
3536
3577
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3537
3578
  <path
3538
3579
  fill="currentColor"
3539
3580
  d="M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z"
3540
3581
  />
3541
3582
  </svg>
3542
- `,Ip=Object.freeze({__proto__:null,default:Dp}),Ep=te`
3583
+ `,Bp=Object.freeze({__proto__:null,default:Ep}),Hp=te`
3543
3584
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3544
3585
  <path
3545
3586
  fill="currentColor"
@@ -3548,7 +3589,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3548
3589
  clip-rule="evenodd"
3549
3590
  />
3550
3591
  </svg>
3551
- `,Bp=Object.freeze({__proto__:null,default:Ep}),Hp=te`
3592
+ `,Op=Object.freeze({__proto__:null,default:Hp}),Tp=te`
3552
3593
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3553
3594
  <path
3554
3595
  fill="currentColor"
@@ -3561,7 +3602,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3561
3602
  clip-rule="evenodd"
3562
3603
  />
3563
3604
  </svg>
3564
- `,Op=Object.freeze({__proto__:null,default:Hp}),Tp=te`
3605
+ `,Fp=Object.freeze({__proto__:null,default:Tp}),Rp=te`
3565
3606
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3566
3607
  <path
3567
3608
  fill="currentColor"
@@ -3580,14 +3621,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3580
3621
  clip-rule="evenodd"
3581
3622
  />
3582
3623
  </svg>
3583
- `,Fp=Object.freeze({__proto__:null,default:Tp}),Rp=te`
3624
+ `,Np=Object.freeze({__proto__:null,default:Rp}),jp=te`
3584
3625
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3585
3626
  <path
3586
3627
  fill="currentColor"
3587
3628
  d="M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z"
3588
3629
  />
3589
3630
  </svg>
3590
- `,Np=Object.freeze({__proto__:null,default:Rp}),jp=te`
3631
+ `,Up=Object.freeze({__proto__:null,default:jp}),qp=te`
3591
3632
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3592
3633
  <path
3593
3634
  fill="currentColor"
@@ -3596,7 +3637,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3596
3637
  clip-rule="evenodd"
3597
3638
  />
3598
3639
  </svg>
3599
- `,Up=Object.freeze({__proto__:null,default:jp}),qp=te`
3640
+ `,Yp=Object.freeze({__proto__:null,default:qp}),Wp=te`
3600
3641
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3601
3642
  <path
3602
3643
  fill="currentColor"
@@ -3605,7 +3646,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3605
3646
  clip-rule="evenodd"
3606
3647
  />
3607
3648
  </svg>
3608
- `,Yp=Object.freeze({__proto__:null,default:qp}),Wp=te`
3649
+ `,Kp=Object.freeze({__proto__:null,default:Wp}),Gp=te`
3609
3650
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3610
3651
  <path
3611
3652
  fill="currentColor"
@@ -3614,7 +3655,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3614
3655
  clip-rule="evenodd"
3615
3656
  />
3616
3657
  </svg>
3617
- `,Kp=Object.freeze({__proto__:null,default:Wp}),Gp=te`
3658
+ `,Jp=Object.freeze({__proto__:null,default:Gp}),Xp=te`
3618
3659
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3619
3660
  <path
3620
3661
  fill="currentColor"
@@ -3623,7 +3664,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3623
3664
  clip-rule="evenodd"
3624
3665
  />
3625
3666
  </svg>
3626
- `,Jp=Object.freeze({__proto__:null,default:Gp}),Xp=te`
3667
+ `,Qp=Object.freeze({__proto__:null,default:Xp}),eu=te`
3627
3668
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3628
3669
  <path
3629
3670
  fill="currentColor"
@@ -3632,7 +3673,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3632
3673
  clip-rule="evenodd"
3633
3674
  />
3634
3675
  </svg>
3635
- `,Qp=Object.freeze({__proto__:null,default:Xp}),eu=te`
3676
+ `,tu=Object.freeze({__proto__:null,default:eu}),su=te`
3636
3677
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3637
3678
  <path
3638
3679
  fill="currentColor"
@@ -3641,7 +3682,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3641
3682
  clip-rule="evenodd"
3642
3683
  />
3643
3684
  </svg>
3644
- `,tu=Object.freeze({__proto__:null,default:eu}),su=te`
3685
+ `,iu=Object.freeze({__proto__:null,default:su}),au=te`
3645
3686
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3646
3687
  <path
3647
3688
  fill="currentColor"
@@ -3654,7 +3695,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3654
3695
  clip-rule="evenodd"
3655
3696
  />
3656
3697
  </svg>
3657
- `,iu=Object.freeze({__proto__:null,default:su}),au=te`
3698
+ `,ou=Object.freeze({__proto__:null,default:au}),nu=te`
3658
3699
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3659
3700
  <path
3660
3701
  fill="currentColor"
@@ -3663,7 +3704,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3663
3704
  clip-rule="evenodd"
3664
3705
  />
3665
3706
  </svg>
3666
- `,ou=Object.freeze({__proto__:null,default:au}),nu=te`
3707
+ `,ru=Object.freeze({__proto__:null,default:nu}),lu=te`
3667
3708
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3668
3709
  <path
3669
3710
  fill="currentColor"
@@ -3672,14 +3713,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3672
3713
  clip-rule="evenodd"
3673
3714
  />
3674
3715
  </svg>
3675
- `,ru=Object.freeze({__proto__:null,default:nu}),lu=te`
3716
+ `,du=Object.freeze({__proto__:null,default:lu}),cu=te`
3676
3717
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3677
3718
  <path
3678
3719
  fill="currentColor"
3679
3720
  d="M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z"
3680
3721
  />
3681
3722
  </svg>
3682
- `,du=Object.freeze({__proto__:null,default:lu}),cu=te`
3723
+ `,hu=Object.freeze({__proto__:null,default:cu}),pu=te`
3683
3724
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3684
3725
  <path
3685
3726
  fill="currentColor"
@@ -3688,14 +3729,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3688
3729
  clip-rule="evenodd"
3689
3730
  />
3690
3731
  </svg>
3691
- `,hu=Object.freeze({__proto__:null,default:cu}),pu=te`
3732
+ `,uu=Object.freeze({__proto__:null,default:pu}),gu=te`
3692
3733
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3693
3734
  <path
3694
3735
  fill="currentColor"
3695
3736
  d="M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z"
3696
3737
  />
3697
3738
  </svg>
3698
- `,uu=Object.freeze({__proto__:null,default:pu}),gu=te`
3739
+ `,vu=Object.freeze({__proto__:null,default:gu}),mu=te`
3699
3740
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3700
3741
  <path
3701
3742
  fill="currentColor"
@@ -3704,7 +3745,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3704
3745
  clip-rule="evenodd"
3705
3746
  />
3706
3747
  </svg>
3707
- `,vu=Object.freeze({__proto__:null,default:gu}),mu=te`
3748
+ `,fu=Object.freeze({__proto__:null,default:mu}),bu=te`
3708
3749
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3709
3750
  <path
3710
3751
  fill="currentColor"
@@ -3713,7 +3754,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3713
3754
  clip-rule="evenodd"
3714
3755
  />
3715
3756
  </svg>
3716
- `,fu=Object.freeze({__proto__:null,default:mu}),bu=te`
3757
+ `,wu=Object.freeze({__proto__:null,default:bu}),yu=te`
3717
3758
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3718
3759
  <path
3719
3760
  fill="currentColor"
@@ -3722,7 +3763,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3722
3763
  clip-rule="evenodd"
3723
3764
  />
3724
3765
  </svg>
3725
- `,wu=Object.freeze({__proto__:null,default:bu}),yu=te`
3766
+ `,_u=Object.freeze({__proto__:null,default:yu}),xu=te`
3726
3767
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3727
3768
  <path
3728
3769
  fill="currentColor"
@@ -3731,7 +3772,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3731
3772
  clip-rule="evenodd"
3732
3773
  />
3733
3774
  </svg>
3734
- `,_u=Object.freeze({__proto__:null,default:yu}),xu=te`
3775
+ `,ku=Object.freeze({__proto__:null,default:xu}),Cu=te`
3735
3776
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3736
3777
  <path
3737
3778
  fill="currentColor"
@@ -3744,7 +3785,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3744
3785
  clip-rule="evenodd"
3745
3786
  />
3746
3787
  </svg>
3747
- `,ku=Object.freeze({__proto__:null,default:xu}),Cu=te`
3788
+ `,$u=Object.freeze({__proto__:null,default:Cu}),Su=te`
3748
3789
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3749
3790
  <path
3750
3791
  fill="currentColor"
@@ -3759,7 +3800,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3759
3800
  clip-rule="evenodd"
3760
3801
  />
3761
3802
  </svg>
3762
- `,$u=Object.freeze({__proto__:null,default:Cu}),Su=te`
3803
+ `,Mu=Object.freeze({__proto__:null,default:Su}),Zu=te`
3763
3804
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3764
3805
  <path
3765
3806
  fill="currentColor"
@@ -3768,7 +3809,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3768
3809
  clip-rule="evenodd"
3769
3810
  />
3770
3811
  </svg>
3771
- `,Mu=Object.freeze({__proto__:null,default:Su}),Zu=te`
3812
+ `,Vu=Object.freeze({__proto__:null,default:Zu}),zu=te`
3772
3813
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3773
3814
  <path
3774
3815
  fill="currentColor"
@@ -3777,7 +3818,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3777
3818
  clip-rule="evenodd"
3778
3819
  />
3779
3820
  </svg>
3780
- `,Vu=Object.freeze({__proto__:null,default:Zu}),zu=te`
3821
+ `,Pu=Object.freeze({__proto__:null,default:zu}),Lu=te`
3781
3822
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3782
3823
  <path
3783
3824
  fill="currentColor"
@@ -3786,7 +3827,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3786
3827
  clip-rule="evenodd"
3787
3828
  />
3788
3829
  </svg>
3789
- `,Pu=Object.freeze({__proto__:null,default:zu}),Lu=te`
3830
+ `,Au=Object.freeze({__proto__:null,default:Lu}),Iu=te`
3790
3831
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3791
3832
  <path
3792
3833
  fill="#DB0000"
@@ -3809,7 +3850,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3809
3850
  d="M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z"
3810
3851
  />
3811
3852
  </svg>
3812
- `,Au=Object.freeze({__proto__:null,default:Lu}),Du=te`
3853
+ `,Du=Object.freeze({__proto__:null,default:Iu}),Eu=te`
3813
3854
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3814
3855
  <path
3815
3856
  fill="currentColor"
@@ -3818,7 +3859,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3818
3859
  clip-rule="evenodd"
3819
3860
  />
3820
3861
  </svg>
3821
- `,Iu=Object.freeze({__proto__:null,default:Du}),Eu=te`
3862
+ `,Bu=Object.freeze({__proto__:null,default:Eu}),Hu=te`
3822
3863
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3823
3864
  <path
3824
3865
  fill="currentColor"
@@ -3831,7 +3872,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3831
3872
  clip-rule="evenodd"
3832
3873
  />
3833
3874
  </svg>
3834
- `,Bu=Object.freeze({__proto__:null,default:Eu}),Hu=te`
3875
+ `,Ou=Object.freeze({__proto__:null,default:Hu}),Tu=te`
3835
3876
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3836
3877
  <path
3837
3878
  fill="currentColor"
@@ -3844,7 +3885,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3844
3885
  d="M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z"
3845
3886
  />
3846
3887
  </svg>
3847
- `,Ou=Object.freeze({__proto__:null,default:Hu}),Tu=te`
3888
+ `,Fu=Object.freeze({__proto__:null,default:Tu}),Ru=te`
3848
3889
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3849
3890
  <path
3850
3891
  fill="currentColor"
@@ -3857,7 +3898,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3857
3898
  d="M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z"
3858
3899
  />
3859
3900
  </svg>
3860
- `,Fu=Object.freeze({__proto__:null,default:Tu}),Ru=te`
3901
+ `,Nu=Object.freeze({__proto__:null,default:Ru}),ju=te`
3861
3902
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3862
3903
  <path
3863
3904
  fill="currentColor"
@@ -3866,11 +3907,11 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3866
3907
  clip-rule="evenodd"
3867
3908
  />
3868
3909
  </svg>
3869
- `,Nu=Object.freeze({__proto__:null,default:Ru}),ju=te`
3910
+ `,Uu=Object.freeze({__proto__:null,default:ju}),qu=te`
3870
3911
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3871
3912
  <path fill="currentColor" d="M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z" />
3872
3913
  </svg>
3873
- `,Uu=Object.freeze({__proto__:null,default:ju}),qu=te`
3914
+ `,Yu=Object.freeze({__proto__:null,default:qu}),Wu=te`
3874
3915
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3875
3916
  <path
3876
3917
  fill="currentColor"
@@ -3897,21 +3938,21 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3897
3938
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
3898
3939
  />
3899
3940
  </svg>
3900
- `,Yu=Object.freeze({__proto__:null,default:qu}),Wu=te`
3941
+ `,Ku=Object.freeze({__proto__:null,default:Wu}),Gu=te`
3901
3942
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3902
3943
  <path
3903
3944
  fill="currentColor"
3904
3945
  d="M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z"
3905
3946
  />
3906
3947
  </svg>
3907
- `,Ku=Object.freeze({__proto__:null,default:Wu}),Gu=te`
3948
+ `,Ju=Object.freeze({__proto__:null,default:Gu}),Xu=te`
3908
3949
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3909
3950
  <path
3910
3951
  fill="currentColor"
3911
3952
  d="M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z"
3912
3953
  />
3913
3954
  </svg>
3914
- `,Ju=Object.freeze({__proto__:null,default:Gu}),Xu=te`
3955
+ `,Qu=Object.freeze({__proto__:null,default:Xu}),eg=te`
3915
3956
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3916
3957
  <path
3917
3958
  fill="currentColor"
@@ -3920,7 +3961,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3920
3961
  clip-rule="evenodd"
3921
3962
  />
3922
3963
  </svg>
3923
- `,Qu=Object.freeze({__proto__:null,default:Xu}),eg=te`
3964
+ `,tg=Object.freeze({__proto__:null,default:eg}),sg=te`
3924
3965
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3925
3966
  <path
3926
3967
  fill="currentColor"
@@ -3929,7 +3970,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3929
3970
  clip-rule="evenodd"
3930
3971
  />
3931
3972
  </svg>
3932
- `,tg=Object.freeze({__proto__:null,default:eg}),sg=te`
3973
+ `,ig=Object.freeze({__proto__:null,default:sg}),ag=te`
3933
3974
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3934
3975
  <path
3935
3976
  fill="currentColor"
@@ -3938,7 +3979,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3938
3979
  clip-rule="evenodd"
3939
3980
  />
3940
3981
  </svg>
3941
- `,ig=Object.freeze({__proto__:null,default:sg}),ag=te`
3982
+ `,og=Object.freeze({__proto__:null,default:ag}),ng=te`
3942
3983
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3943
3984
  <path
3944
3985
  fill="currentColor"
@@ -3947,7 +3988,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3947
3988
  clip-rule="evenodd"
3948
3989
  />
3949
3990
  </svg>
3950
- `,og=Object.freeze({__proto__:null,default:ag}),ng=te`
3991
+ `,rg=Object.freeze({__proto__:null,default:ng}),lg=te`
3951
3992
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3952
3993
  <path
3953
3994
  fill="currentColor"
@@ -3962,28 +4003,28 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3962
4003
  clip-rule="evenodd"
3963
4004
  />
3964
4005
  </svg>
3965
- `,rg=Object.freeze({__proto__:null,default:ng}),lg=te`
4006
+ `,dg=Object.freeze({__proto__:null,default:lg}),cg=te`
3966
4007
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3967
4008
  <path
3968
4009
  fill="currentColor"
3969
4010
  d="M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z"
3970
4011
  />
3971
4012
  </svg>
3972
- `,dg=Object.freeze({__proto__:null,default:lg}),cg=te`
4013
+ `,hg=Object.freeze({__proto__:null,default:cg}),pg=te`
3973
4014
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3974
4015
  <path
3975
4016
  fill="currentColor"
3976
4017
  d="M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z"
3977
4018
  />
3978
4019
  </svg>
3979
- `,hg=Object.freeze({__proto__:null,default:cg}),pg=te`
4020
+ `,ug=Object.freeze({__proto__:null,default:pg}),gg=te`
3980
4021
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3981
4022
  <path
3982
4023
  fill="currentColor"
3983
4024
  d="M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z"
3984
4025
  />
3985
4026
  </svg>
3986
- `,ug=Object.freeze({__proto__:null,default:pg}),gg=te`
4027
+ `,vg=Object.freeze({__proto__:null,default:gg}),mg=te`
3987
4028
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3988
4029
  <path fill="currentColor" d="M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z" />
3989
4030
  <path
@@ -3993,14 +4034,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
3993
4034
  clip-rule="evenodd"
3994
4035
  />
3995
4036
  </svg>
3996
- `,vg=Object.freeze({__proto__:null,default:gg}),mg=te`
4037
+ `,fg=Object.freeze({__proto__:null,default:mg}),bg=te`
3997
4038
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
3998
4039
  <path
3999
4040
  fill="currentColor"
4000
4041
  d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z"
4001
4042
  />
4002
4043
  </svg>
4003
- `,fg=Object.freeze({__proto__:null,default:mg}),bg=te`
4044
+ `,wg=Object.freeze({__proto__:null,default:bg}),yg=te`
4004
4045
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4005
4046
  <path
4006
4047
  fill="currentColor"
@@ -4009,7 +4050,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4009
4050
  clip-rule="evenodd"
4010
4051
  />
4011
4052
  </svg>
4012
- `,wg=Object.freeze({__proto__:null,default:bg}),yg=te`
4053
+ `,_g=Object.freeze({__proto__:null,default:yg}),xg=te`
4013
4054
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4014
4055
  <path
4015
4056
  fill="currentColor"
@@ -4018,7 +4059,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4018
4059
  clip-rule="evenodd"
4019
4060
  />
4020
4061
  </svg>
4021
- `,_g=Object.freeze({__proto__:null,default:yg}),xg=te`
4062
+ `,kg=Object.freeze({__proto__:null,default:xg}),Cg=te`
4022
4063
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4023
4064
  <path
4024
4065
  fill="currentColor"
@@ -4027,7 +4068,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4027
4068
  clip-rule="evenodd"
4028
4069
  />
4029
4070
  </svg>
4030
- `,kg=Object.freeze({__proto__:null,default:xg}),Cg=te`
4071
+ `,$g=Object.freeze({__proto__:null,default:Cg}),Sg=te`
4031
4072
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4032
4073
  <path
4033
4074
  fill="currentColor"
@@ -4040,7 +4081,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4040
4081
  clip-rule="evenodd"
4041
4082
  />
4042
4083
  </svg>
4043
- `,$g=Object.freeze({__proto__:null,default:Cg}),Sg=te`
4084
+ `,Mg=Object.freeze({__proto__:null,default:Sg}),Zg=te`
4044
4085
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4045
4086
  <path
4046
4087
  fill="currentColor"
@@ -4049,7 +4090,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4049
4090
  clip-rule="evenodd"
4050
4091
  />
4051
4092
  </svg>
4052
- `,Mg=Object.freeze({__proto__:null,default:Sg}),Zg=te`
4093
+ `,Vg=Object.freeze({__proto__:null,default:Zg}),zg=te`
4053
4094
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4054
4095
  <path
4055
4096
  fill="currentColor"
@@ -4058,7 +4099,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4058
4099
  clip-rule="evenodd"
4059
4100
  />
4060
4101
  </svg>
4061
- `,Vg=Object.freeze({__proto__:null,default:Zg}),zg=te`
4102
+ `,Pg=Object.freeze({__proto__:null,default:zg}),Lg=te`
4062
4103
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4063
4104
  <path
4064
4105
  fill="currentColor"
@@ -4075,7 +4116,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4075
4116
  d="M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z"
4076
4117
  />
4077
4118
  </svg>
4078
- `,Pg=Object.freeze({__proto__:null,default:zg}),Lg=te`
4119
+ `,Ag=Object.freeze({__proto__:null,default:Lg}),Ig=te`
4079
4120
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4080
4121
  <path
4081
4122
  fill="currentColor"
@@ -4088,7 +4129,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4088
4129
  clip-rule="evenodd"
4089
4130
  />
4090
4131
  </svg>
4091
- `,Ag=Object.freeze({__proto__:null,default:Lg}),Dg=te`
4132
+ `,Dg=Object.freeze({__proto__:null,default:Ig}),Eg=te`
4092
4133
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4093
4134
  <path
4094
4135
  fill="currentColor"
@@ -4097,21 +4138,21 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4097
4138
  clip-rule="evenodd"
4098
4139
  />
4099
4140
  </svg>
4100
- `,Ig=Object.freeze({__proto__:null,default:Dg}),Eg=te`
4141
+ `,Bg=Object.freeze({__proto__:null,default:Eg}),Hg=te`
4101
4142
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4102
4143
  <path
4103
4144
  fill="currentColor"
4104
4145
  d="M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z"
4105
4146
  />
4106
4147
  </svg>
4107
- `,Bg=Object.freeze({__proto__:null,default:Eg}),Hg=te`
4148
+ `,Og=Object.freeze({__proto__:null,default:Hg}),Tg=te`
4108
4149
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4109
4150
  <path
4110
4151
  fill="currentColor"
4111
4152
  d="M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z"
4112
4153
  />
4113
4154
  </svg>
4114
- `,Og=Object.freeze({__proto__:null,default:Hg}),Tg=te`
4155
+ `,Fg=Object.freeze({__proto__:null,default:Tg}),Rg=te`
4115
4156
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4116
4157
  <path
4117
4158
  fill="currentColor"
@@ -4120,14 +4161,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4120
4161
  clip-rule="evenodd"
4121
4162
  />
4122
4163
  </svg>
4123
- `,Fg=Object.freeze({__proto__:null,default:Tg}),Rg=te`
4164
+ `,Ng=Object.freeze({__proto__:null,default:Rg}),jg=te`
4124
4165
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4125
4166
  <path
4126
4167
  fill="currentColor"
4127
4168
  d="M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z"
4128
4169
  />
4129
4170
  </svg>
4130
- `,Ng=Object.freeze({__proto__:null,default:Rg}),jg=te`
4171
+ `,Ug=Object.freeze({__proto__:null,default:jg}),qg=te`
4131
4172
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4132
4173
  <path
4133
4174
  fill="currentColor"
@@ -4136,7 +4177,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4136
4177
  clip-rule="evenodd"
4137
4178
  />
4138
4179
  </svg>
4139
- `,Ug=Object.freeze({__proto__:null,default:jg}),qg=te`
4180
+ `,Yg=Object.freeze({__proto__:null,default:qg}),Wg=te`
4140
4181
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4141
4182
  <path
4142
4183
  fill="currentColor"
@@ -4145,7 +4186,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4145
4186
  clip-rule="evenodd"
4146
4187
  />
4147
4188
  </svg>
4148
- `,Yg=Object.freeze({__proto__:null,default:qg}),Wg=te`
4189
+ `,Kg=Object.freeze({__proto__:null,default:Wg}),Gg=te`
4149
4190
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4150
4191
  <path
4151
4192
  fill="currentColor"
@@ -4158,7 +4199,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4158
4199
  clip-rule="evenodd"
4159
4200
  />
4160
4201
  </svg>
4161
- `,Kg=Object.freeze({__proto__:null,default:Wg}),Gg=te`
4202
+ `,Jg=Object.freeze({__proto__:null,default:Gg}),Xg=te`
4162
4203
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4163
4204
  <path
4164
4205
  fill="currentColor"
@@ -4173,7 +4214,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4173
4214
  clip-rule="evenodd"
4174
4215
  />
4175
4216
  </svg>
4176
- `,Jg=Object.freeze({__proto__:null,default:Gg}),Xg=te`
4217
+ `,Qg=Object.freeze({__proto__:null,default:Xg}),ev=te`
4177
4218
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4178
4219
  <path
4179
4220
  fill="currentColor"
@@ -4186,7 +4227,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4186
4227
  clip-rule="evenodd"
4187
4228
  />
4188
4229
  </svg>
4189
- `,Qg=Object.freeze({__proto__:null,default:Xg}),ev=te`
4230
+ `,tv=Object.freeze({__proto__:null,default:ev}),sv=te`
4190
4231
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4191
4232
  <path
4192
4233
  fill="currentColor"
@@ -4201,7 +4242,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4201
4242
  clip-rule="evenodd"
4202
4243
  />
4203
4244
  </svg>
4204
- `,tv=Object.freeze({__proto__:null,default:ev}),sv=te`
4245
+ `,iv=Object.freeze({__proto__:null,default:sv}),av=te`
4205
4246
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4206
4247
  <path
4207
4248
  fill="currentColor"
@@ -4214,7 +4255,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4214
4255
  d="M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z"
4215
4256
  />
4216
4257
  </svg>
4217
- `,iv=Object.freeze({__proto__:null,default:sv}),av=te`
4258
+ `,ov=Object.freeze({__proto__:null,default:av}),nv=te`
4218
4259
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4219
4260
  <path
4220
4261
  fill="currentColor"
@@ -4223,7 +4264,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4223
4264
  clip-rule="evenodd"
4224
4265
  />
4225
4266
  </svg>
4226
- `,ov=Object.freeze({__proto__:null,default:av}),nv=te`
4267
+ `,rv=Object.freeze({__proto__:null,default:nv}),lv=te`
4227
4268
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4228
4269
  <path
4229
4270
  fill="currentColor"
@@ -4236,7 +4277,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4236
4277
  d="M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z"
4237
4278
  />
4238
4279
  </svg>
4239
- `,rv=Object.freeze({__proto__:null,default:nv}),lv=te`
4280
+ `,dv=Object.freeze({__proto__:null,default:lv}),cv=te`
4240
4281
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4241
4282
  <path
4242
4283
  fill="currentColor"
@@ -4249,7 +4290,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4249
4290
  d="M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z"
4250
4291
  />
4251
4292
  </svg>
4252
- `,dv=Object.freeze({__proto__:null,default:lv}),cv=te`
4293
+ `,hv=Object.freeze({__proto__:null,default:cv}),pv=te`
4253
4294
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4254
4295
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
4255
4296
  <path
@@ -4259,7 +4300,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4259
4300
  clip-rule="evenodd"
4260
4301
  />
4261
4302
  </svg>
4262
- `,hv=Object.freeze({__proto__:null,default:cv}),pv=te`
4303
+ `,uv=Object.freeze({__proto__:null,default:pv}),gv=te`
4263
4304
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4264
4305
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
4265
4306
  <path
@@ -4269,7 +4310,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4269
4310
  clip-rule="evenodd"
4270
4311
  />
4271
4312
  </svg>
4272
- `,uv=Object.freeze({__proto__:null,default:pv}),gv=te`
4313
+ `,vv=Object.freeze({__proto__:null,default:gv}),mv=te`
4273
4314
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4274
4315
  <path
4275
4316
  fill="currentColor"
@@ -4282,14 +4323,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4282
4323
  clip-rule="evenodd"
4283
4324
  />
4284
4325
  </svg>
4285
- `,vv=Object.freeze({__proto__:null,default:gv}),mv=te`
4326
+ `,fv=Object.freeze({__proto__:null,default:mv}),bv=te`
4286
4327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4287
4328
  <path
4288
4329
  fill="currentColor"
4289
4330
  d="M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z"
4290
4331
  />
4291
4332
  </svg>
4292
- `,fv=Object.freeze({__proto__:null,default:mv}),bv=te`
4333
+ `,wv=Object.freeze({__proto__:null,default:bv}),yv=te`
4293
4334
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4294
4335
  <path
4295
4336
  fill="currentColor"
@@ -4302,7 +4343,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4302
4343
  clip-rule="evenodd"
4303
4344
  />
4304
4345
  </svg>
4305
- `,wv=Object.freeze({__proto__:null,default:bv}),yv=te`
4346
+ `,_v=Object.freeze({__proto__:null,default:yv}),xv=te`
4306
4347
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4307
4348
  <path
4308
4349
  fill="currentColor"
@@ -4311,7 +4352,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4311
4352
  clip-rule="evenodd"
4312
4353
  />
4313
4354
  </svg>
4314
- `,_v=Object.freeze({__proto__:null,default:yv}),xv=te`
4355
+ `,kv=Object.freeze({__proto__:null,default:xv}),Cv=te`
4315
4356
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4316
4357
  <path
4317
4358
  fill="currentColor"
@@ -4320,7 +4361,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4320
4361
  clip-rule="evenodd"
4321
4362
  />
4322
4363
  </svg>
4323
- `,kv=Object.freeze({__proto__:null,default:xv}),Cv=te`
4364
+ `,$v=Object.freeze({__proto__:null,default:Cv}),Sv=te`
4324
4365
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4325
4366
  <path
4326
4367
  fill="currentColor"
@@ -4329,7 +4370,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4329
4370
  clip-rule="evenodd"
4330
4371
  />
4331
4372
  </svg>
4332
- `,$v=Object.freeze({__proto__:null,default:Cv}),Sv=te`
4373
+ `,Mv=Object.freeze({__proto__:null,default:Sv}),Zv=te`
4333
4374
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4334
4375
  <path
4335
4376
  fill="currentColor"
@@ -4342,7 +4383,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4342
4383
  clip-rule="evenodd"
4343
4384
  />
4344
4385
  </svg>
4345
- `,Mv=Object.freeze({__proto__:null,default:Sv}),Zv=te`
4386
+ `,Vv=Object.freeze({__proto__:null,default:Zv}),zv=te`
4346
4387
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4347
4388
  <path
4348
4389
  fill="currentColor"
@@ -4351,7 +4392,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4351
4392
  clip-rule="evenodd"
4352
4393
  />
4353
4394
  </svg>
4354
- `,Vv=Object.freeze({__proto__:null,default:Zv}),zv=te`
4395
+ `,Pv=Object.freeze({__proto__:null,default:zv}),Lv=te`
4355
4396
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4356
4397
  <path
4357
4398
  fill="currentColor"
@@ -4360,7 +4401,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4360
4401
  clip-rule="evenodd"
4361
4402
  />
4362
4403
  </svg>
4363
- `,Pv=Object.freeze({__proto__:null,default:zv}),Lv=te`
4404
+ `,Av=Object.freeze({__proto__:null,default:Lv}),Iv=te`
4364
4405
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4365
4406
  <path
4366
4407
  fill="currentColor"
@@ -4369,14 +4410,14 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4369
4410
  clip-rule="evenodd"
4370
4411
  />
4371
4412
  </svg>
4372
- `,Av=Object.freeze({__proto__:null,default:Lv}),Dv=te`
4413
+ `,Dv=Object.freeze({__proto__:null,default:Iv}),Ev=te`
4373
4414
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4374
4415
  <path
4375
4416
  fill="currentColor"
4376
4417
  d="M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z"
4377
4418
  />
4378
4419
  </svg>
4379
- `,Iv=Object.freeze({__proto__:null,default:Dv}),Ev=te`
4420
+ `,Bv=Object.freeze({__proto__:null,default:Ev}),Hv=te`
4380
4421
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4381
4422
  <path
4382
4423
  fill="currentColor"
@@ -4385,7 +4426,7 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4385
4426
  clip-rule="evenodd"
4386
4427
  />
4387
4428
  </svg>
4388
- `,Bv=Object.freeze({__proto__:null,default:Ev}),Hv=te`
4429
+ `,Ov=Object.freeze({__proto__:null,default:Hv}),Tv=te`
4389
4430
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
4390
4431
  <path
4391
4432
  fill="currentColor"
@@ -4394,5 +4435,5 @@ const hn="important",pn=" !"+hn;const un=Ye(class extends We{constructor(e){if(s
4394
4435
  clip-rule="evenodd"
4395
4436
  />
4396
4437
  </svg>
4397
- `,Ov=Object.freeze({__proto__:null,default:Hv});e.SgdsAccordion=Re,e.SgdsAccordionItem=lt,e.SgdsAlert=kt,e.SgdsAlertLink=St,e.SgdsBadge=Si,e.SgdsBreadcrumb=Hi,e.SgdsBreadcrumbItem=Ri,e.SgdsButton=Yi,e.SgdsCard=sa,e.SgdsCheckbox=ga,e.SgdsCheckboxGroup=ma,e.SgdsCloseButton=ft,e.SgdsComboBox=Za,e.SgdsComboBoxOption=ka,e.SgdsDataTable=Ba,e.SgdsDataTableCell=Da,e.SgdsDataTableHead=Ia,e.SgdsDataTableRow=Ea,e.SgdsDatepicker=ho,e.SgdsDescriptionList=go,e.SgdsDescriptionListGroup=mo,e.SgdsDivider=bo,e.SgdsDrawer=ko,e.SgdsDropdown=Ai,e.SgdsDropdownItem=Ii,e.SgdsFileUpload=$o,e.SgdsFooter=Zo,e.SgdsFooterItem=zo,e.SgdsIcon=_t,e.SgdsIconButton=Pa,e.SgdsIconCard=Lo,e.SgdsIconList=Do,e.SgdsImageCard=Eo,e.SgdsInput=no,e.SgdsLink=Ti,e.SgdsMainnav=Go,e.SgdsMainnavDropdown=Qo,e.SgdsMainnavItem=tn,e.SgdsMasthead=on,e.SgdsModal=cn,e.SgdsOverflowMenu=Ei,e.SgdsPagination=Aa,e.SgdsProgressBar=vn,e.SgdsQuantityToggle=fn,e.SgdsRadio=wn,e.SgdsRadioGroup=_n,e.SgdsSelect=Cn,e.SgdsSelectOption=kn,e.SgdsSidebar=In,e.SgdsSidenav=Bn,e.SgdsSidenavItem=On,e.SgdsSidenavLink=Fn,e.SgdsSkeleton=Nn,e.SgdsSpinner=Ma,e.SgdsStep=Un,e.SgdsStepper=Yn,e.SgdsSubnav=Gn,e.SgdsSubnavItem=Xn,e.SgdsSwitch=er,e.SgdsSystemBanner=sr,e.SgdsTab=or,e.SgdsTabGroup=rr,e.SgdsTabPanel=cr,e.SgdsTable=ur,e.SgdsTableCell=vr,e.SgdsTableHead=fr,e.SgdsTableOfContents=_r,e.SgdsTableRow=wr,e.SgdsTextarea=kr,e.SgdsThumbnailCard=$r,e.SgdsToast=Mr,e.SgdsToastContainer=Vr,e.SgdsTooltip=Ci,Object.defineProperty(e,"__esModule",{value:!0})});
4438
+ `,Fv=Object.freeze({__proto__:null,default:Tv});e.SgdsAccordion=Re,e.SgdsAccordionItem=lt,e.SgdsAlert=kt,e.SgdsAlertLink=St,e.SgdsBadge=Si,e.SgdsBreadcrumb=Hi,e.SgdsBreadcrumbItem=Ri,e.SgdsButton=Yi,e.SgdsCard=sa,e.SgdsCheckbox=ga,e.SgdsCheckboxGroup=ma,e.SgdsCloseButton=ft,e.SgdsComboBox=Za,e.SgdsComboBoxOption=ka,e.SgdsDataTable=Ba,e.SgdsDataTableCell=Ia,e.SgdsDataTableHead=Da,e.SgdsDataTableRow=Ea,e.SgdsDatepicker=ho,e.SgdsDescriptionList=go,e.SgdsDescriptionListGroup=mo,e.SgdsDivider=bo,e.SgdsDrawer=ko,e.SgdsDropdown=Ai,e.SgdsDropdownItem=Di,e.SgdsFileUpload=$o,e.SgdsFooter=Zo,e.SgdsFooterItem=zo,e.SgdsIcon=_t,e.SgdsIconButton=Pa,e.SgdsIconCard=Lo,e.SgdsIconList=Io,e.SgdsImageCard=Eo,e.SgdsInput=no,e.SgdsLink=Ti,e.SgdsMainnav=Go,e.SgdsMainnavDropdown=Qo,e.SgdsMainnavItem=tn,e.SgdsMainnavProfile=an,e.SgdsMasthead=rn,e.SgdsModal=pn,e.SgdsOverflowMenu=Ei,e.SgdsPagination=Aa,e.SgdsProgressBar=fn,e.SgdsQuantityToggle=wn,e.SgdsRadio=_n,e.SgdsRadioGroup=kn,e.SgdsSelect=Sn,e.SgdsSelectOption=$n,e.SgdsSidebar=Bn,e.SgdsSidenav=On,e.SgdsSidenavItem=Fn,e.SgdsSidenavLink=Nn,e.SgdsSkeleton=Un,e.SgdsSpinner=Ma,e.SgdsStep=Yn,e.SgdsStepper=Kn,e.SgdsSubnav=Xn,e.SgdsSubnavItem=er,e.SgdsSwitch=sr,e.SgdsSystemBanner=ar,e.SgdsTab=rr,e.SgdsTabGroup=dr,e.SgdsTabPanel=pr,e.SgdsTable=vr,e.SgdsTableCell=fr,e.SgdsTableHead=wr,e.SgdsTableOfContents=kr,e.SgdsTableRow=_r,e.SgdsTextarea=$r,e.SgdsThumbnailCard=Mr,e.SgdsToast=Vr,e.SgdsToastContainer=Pr,e.SgdsTooltip=Ci,Object.defineProperty(e,"__esModule",{value:!0})});
4398
4439
  //# sourceMappingURL=index.umd.min.js.map