@govtechsg/sgds-web-component 3.26.1-rc.0 → 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 (92) 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/QuantityToggle/index.umd.min.js +22 -22
  28. package/components/QuantityToggle/index.umd.min.js.map +1 -1
  29. package/components/QuantityToggle/sgds-quantity-toggle.js +9 -11
  30. package/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
  31. package/components/index.d.ts +1 -0
  32. package/components/index.js +1 -0
  33. package/components/index.js.map +1 -1
  34. package/components/index.umd.min.js +336 -295
  35. package/components/index.umd.min.js.map +1 -1
  36. package/css/fouc.css +3 -2
  37. package/custom-elements.json +6127 -5751
  38. package/index.umd.min.js +404 -363
  39. package/index.umd.min.js.map +1 -1
  40. package/package.json +1 -1
  41. package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
  42. package/react/components/Dropdown/dropdown-item.js +1 -1
  43. package/react/components/Dropdown/sgds-dropdown-item.cjs.js +8 -2
  44. package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
  45. package/react/components/Dropdown/sgds-dropdown-item.js +8 -2
  46. package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  47. package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
  48. package/react/components/Mainnav/mainnav-dropdown.js +1 -1
  49. package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
  50. package/react/components/Mainnav/mainnav-item.js +1 -1
  51. package/react/components/Mainnav/mainnav-profile.cjs.js +11 -0
  52. package/react/components/Mainnav/mainnav-profile.cjs.js.map +1 -0
  53. package/react/components/Mainnav/mainnav-profile.js +7 -0
  54. package/react/components/Mainnav/mainnav-profile.js.map +1 -0
  55. package/react/components/Mainnav/mainnav.cjs.js +1 -1
  56. package/react/components/Mainnav/mainnav.js +1 -1
  57. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +142 -0
  58. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +1 -0
  59. package/react/components/Mainnav/sgds-mainnav-profile.js +137 -0
  60. package/react/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
  61. package/react/components/Mainnav/sgds-mainnav.cjs.js +58 -20
  62. package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
  63. package/react/components/Mainnav/sgds-mainnav.js +59 -21
  64. package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
  65. package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js +9 -11
  66. package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js.map +1 -1
  67. package/react/components/QuantityToggle/sgds-quantity-toggle.js +9 -11
  68. package/react/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
  69. package/react/index.cjs.js +82 -80
  70. package/react/index.cjs.js.map +1 -1
  71. package/react/index.d.ts +3 -2
  72. package/react/index.js +3 -2
  73. package/react/index.js.map +1 -1
  74. package/react/mainnav-profile/index.cjs.js +40 -0
  75. package/react/mainnav-profile/index.cjs.js.map +1 -0
  76. package/react/mainnav-profile/index.d.ts +4 -0
  77. package/react/mainnav-profile/index.js +16 -0
  78. package/react/mainnav-profile/index.js.map +1 -0
  79. package/themes/blue.css +11 -11
  80. package/themes/cyan.css +10 -10
  81. package/themes/gt/blue.css +11 -11
  82. package/themes/gt/cyan.css +10 -10
  83. package/themes/gt/magenta.css +11 -11
  84. package/themes/gt/pink.css +11 -11
  85. package/themes/gt/purple.css +11 -11
  86. package/themes/gt/red.css +11 -11
  87. package/themes/magenta.css +11 -11
  88. package/themes/pink.css +11 -11
  89. package/themes/purple.css +11 -11
  90. package/themes/red.css +11 -11
  91. package/themes/root.css +5 -0
  92. package/types/react.d.ts +71 -51
@@ -1,10 +1,10 @@
1
- !function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,n,o){var l,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var i=e.length-1;i>=0;i--)(l=e[i])&&(a=(r<3?l(a):r>3?l(t,n,a):l(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a}"function"==typeof SuppressedError&&SuppressedError;
1
+ !function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,o,n){var l,a=arguments.length,r=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,o,n);else for(var i=e.length-1;i>=0;i--)(l=e[i])&&(r=(a<3?l(r):a>3?l(t,o,r):l(t,o))||r);return a>3&&r&&Object.defineProperty(t,o,r),r}"function"==typeof SuppressedError&&SuppressedError;
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2021 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
6
  */
7
- class t extends Event{constructor(e,t,n,o){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=n,this.subscribe=o??!1}}
7
+ class t extends Event{constructor(e,t,o,n){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=o,this.subscribe=n??!1}}
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2021 Google LLC
@@ -15,50 +15,50 @@ class t extends Event{constructor(e,t,n,o){super("context-request",{bubbles:!0,c
15
15
  * Copyright 2021 Google LLC
16
16
  * SPDX-License-Identifier: BSD-3-Clause
17
17
  */
18
- class n{constructor(e,t,n,o){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this._callback=(e,t)=>{this.unsubscribe&&(this.unsubscribe!==t&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=e,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(e,t)),this.unsubscribe=t},this.host=e,void 0!==t.context){const e=t;this.context=e.context,this.callback=e.callback,this.subscribe=e.subscribe??!1}else this.context=t,this.callback=n,this.subscribe=o??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new t(this.context,this.host,this._callback,this.subscribe))}}
18
+ class o{constructor(e,t,o,n){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this._callback=(e,t)=>{this.unsubscribe&&(this.unsubscribe!==t&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=e,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(e,t)),this.unsubscribe=t},this.host=e,void 0!==t.context){const e=t;this.context=e.context,this.callback=e.callback,this.subscribe=e.subscribe??!1}else this.context=t,this.callback=o,this.subscribe=n??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new t(this.context,this.host,this._callback,this.subscribe))}}
19
19
  /**
20
20
  * @license
21
21
  * Copyright 2021 Google LLC
22
22
  * SPDX-License-Identifier: BSD-3-Clause
23
- */class o{get value(){return this._value}set value(e){this.setValue(e)}setValue(e,t=!1){const n=t||!Object.is(e,this._value);this._value=e,n&&this.updateObservers()}constructor(e){this.subscriptions=new Map,this.updateObservers=()=>{for(const[e,{disposer:t}]of this.subscriptions)e(this._value,t)},void 0!==e&&(this.value=e)}addCallback(e,t,n){if(!n)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:o}=this.subscriptions.get(e);e(this.value,o)}clearCallbacks(){this.subscriptions.clear()}}
23
+ */class n{get value(){return this._value}set value(e){this.setValue(e)}setValue(e,t=!1){const o=t||!Object.is(e,this._value);this._value=e,o&&this.updateObservers()}constructor(e){this.subscriptions=new Map,this.updateObservers=()=>{for(const[e,{disposer:t}]of this.subscriptions)e(this._value,t)},void 0!==e&&(this.value=e)}addCallback(e,t,o){if(!o)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:n}=this.subscriptions.get(e);e(this.value,n)}clearCallbacks(){this.subscriptions.clear()}}
24
24
  /**
25
25
  * @license
26
26
  * Copyright 2021 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
- */class l extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class r extends o{constructor(e,n,o){super(void 0!==n.context?n.initialValue:o),this.onContextRequest=e=>{if(e.context!==this.context)return;const t=e.contextTarget??e.composedPath()[0];t!==this.host&&(e.stopPropagation(),this.addCallback(e.callback,t,e.subscribe))},this.onProviderRequest=e=>{if(e.context!==this.context)return;if((e.contextTarget??e.composedPath()[0])===this.host)return;const n=new Set;for(const[e,{consumerHost:o}]of this.subscriptions)n.has(e)||(n.add(e),o.dispatchEvent(new t(this.context,o,e,!0)));e.stopPropagation()},this.host=e,void 0!==n.context?this.context=n.context:this.context=n,this.attachListeners(),this.host.addController?.(this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new l(this.context,this.host))}}
28
+ */class l extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class a extends n{constructor(e,o,n){super(void 0!==o.context?o.initialValue:n),this.onContextRequest=e=>{if(e.context!==this.context)return;const t=e.contextTarget??e.composedPath()[0];t!==this.host&&(e.stopPropagation(),this.addCallback(e.callback,t,e.subscribe))},this.onProviderRequest=e=>{if(e.context!==this.context)return;if((e.contextTarget??e.composedPath()[0])===this.host)return;const o=new Set;for(const[e,{consumerHost:n}]of this.subscriptions)o.has(e)||(o.add(e),n.dispatchEvent(new t(this.context,n,e,!0)));e.stopPropagation()},this.host=e,void 0!==o.context?this.context=o.context:this.context=o,this.attachListeners(),this.host.addController?.(this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new l(this.context,this.host))}}
29
29
  /**
30
30
  * @license
31
31
  * Copyright 2017 Google LLC
32
32
  * SPDX-License-Identifier: BSD-3-Clause
33
- */function a({context:e}){return(t,n)=>{const o=new WeakMap;if("object"==typeof n)return{get(){return t.get.call(this)},set(e){return o.get(this).setValue(e),t.set.call(this,e)},init(t){return o.set(this,new r(this,{context:e,initialValue:t})),t}};{t.constructor.addInitializer(t=>{o.set(t,new r(t,{context:e}))});const l=Object.getOwnPropertyDescriptor(t,n);let a;if(void 0===l){const e=new WeakMap;a={get(){return e.get(this)},set(t){o.get(this).setValue(t),e.set(this,t)},configurable:!0,enumerable:!0}}else{const e=l.set;a={...l,set(t){o.get(this).setValue(t),e?.call(this,t)}}}return void Object.defineProperty(t,n,a)}}}
33
+ */function r({context:e}){return(t,o)=>{const n=new WeakMap;if("object"==typeof o)return{get(){return t.get.call(this)},set(e){return n.get(this).setValue(e),t.set.call(this,e)},init(t){return n.set(this,new a(this,{context:e,initialValue:t})),t}};{t.constructor.addInitializer(t=>{n.set(t,new a(t,{context:e}))});const l=Object.getOwnPropertyDescriptor(t,o);let r;if(void 0===l){const e=new WeakMap;r={get(){return e.get(this)},set(t){n.get(this).setValue(t),e.set(this,t)},configurable:!0,enumerable:!0}}else{const e=l.set;r={...l,set(t){n.get(this).setValue(t),e?.call(this,t)}}}return void Object.defineProperty(t,o,r)}}}
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2022 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
- */function i({context:e,subscribe:t}){return(o,l)=>{"object"==typeof l?l.addInitializer(function(){new n(this,{context:e,callback:e=>{o.set.call(this,e)},subscribe:t})}):o.constructor.addInitializer(o=>{new n(o,{context:e,callback:e=>{o[l]=e},subscribe:t})})}}
38
+ */function i({context:e,subscribe:t}){return(n,l)=>{"object"==typeof l?l.addInitializer(function(){new o(this,{context:e,callback:e=>{n.set.call(this,e)},subscribe:t})}):n.constructor.addInitializer(n=>{new o(n,{context:e,callback:e=>{n[l]=e},subscribe:t})})}}
39
39
  /**
40
40
  * @license
41
41
  * Copyright 2019 Google LLC
42
42
  * SPDX-License-Identifier: BSD-3-Clause
43
- */const s=globalThis,c=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,d=Symbol(),h=new WeakMap;class u{constructor(e,t,n){if(this._$cssResult$=!0,n!==d)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(c&&void 0===e){const n=void 0!==t&&1===t.length;n&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),n&&h.set(t,e))}return e}toString(){return this.cssText}}const v=(e,...t)=>{const n=1===e.length?e[0]:t.reduce((t,n,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(n)+e[o+1],e[0]);return new u(n,e,d)},p=e=>{let t="";for(const n of e.cssRules)t+=n.cssText;return new u("string"==typeof(n=t)?n:String(n),void 0,d);var n},f=c?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:g,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",H=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===H&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const V=(e,t)=>e,P={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let n=e;switch(t){case Boolean:n=null!==e;break;case Number:n=null===e?null:Number(e);break;case Object:case Array:try{n=JSON.parse(e)}catch(e){n=null}}return n}},z=(e,t)=>!g(e,t),O={attribute:!0,type:String,converter:P,reflect:!1,useDefault:!1,hasChanged:z};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class k extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=O){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const n=Symbol.for(`${String(e)} (@property() cache)`),o=this.getPropertyDescriptor(e,n,t);void 0!==o&&m(this.prototype,e,o)}}static getPropertyDescriptor(e,t,n){const{get:o,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==o){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:o,set(t){const r=o?.call(this);l?.call(this,t),this.requestUpdate(e,r,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??O}static __prepare(){if(this.hasOwnProperty(V("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(V("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(V("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const n of t)this.createProperty(n,e[n])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,n]of t)this.elementProperties.set(e,n)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const n=this.__attributeNameForProperty(e,t);void 0!==n&&this.__attributeToPropertyMap.set(n,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const e of n)t.unshift(f(e))}else void 0!==e&&t.push(f(e));return t}static __attributeNameForProperty(e,t){const n=t.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const n of t.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(c)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const n of t){const t=document.createElement("style"),o=s.litNonce;void 0!==o&&t.setAttribute("nonce",o),t.textContent=n.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,n){this._$attributeToProperty(e,n)}__propertyToAttribute(e,t){const n=this.constructor.elementProperties.get(e),o=this.constructor.__attributeNameForProperty(e,n);if(void 0!==o&&!0===n.reflect){const l=(void 0!==n.converter?.toAttribute?n.converter:P).toAttribute(t,n.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(o):this.setAttribute(o,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const n=this.constructor,o=n.__attributeToPropertyMap.get(e);if(void 0!==o&&this.__reflectingProperty!==o){const e=n.getPropertyOptions(o),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:P;this.__reflectingProperty=o;const r=l.fromAttribute(t,e.type);this[o]=r??this.__defaultValues?.get(o)??r,this.__reflectingProperty=null}}requestUpdate(e,t,n,o=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const r=this.constructor;!1===o&&(l=this[e]),n??=r.getPropertyOptions(e);if(!((n.hasChanged??z)(l,t)||n.useDefault&&n.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(r.__attributeNameForProperty(e,n))))return;this._$changeProperty(e,t,n)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:n,reflect:o,wrapped:l},r){n&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,r??t??this[e]),!0!==l||void 0!==r)||(this._$changedProperties.has(e)||(this.hasUpdated||n||(t=void 0),this._$changedProperties.set(e,t)),!0===o&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,n]of e){const{wrapped:e}=n,o=this[t];!0!==e||this._$changedProperties.has(t)||void 0===o||this._$changeProperty(t,void 0,n,o)}}let t=!1;const n=this._$changedProperties;try{t=this.shouldUpdate(n),t?(this.willUpdate(n),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(n)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(n)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}k.elementStyles=[],k.shadowRootOptions={mode:"open"},k[V("elementProperties")]=new Map,k[V("finalized")]=new Map,H?.({ReactiveElement:k});{k.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(V("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};k.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},k.disableWarning=function(t){e(this);const n=this.enabledWarnings.indexOf(t);n>=0&&this.enabledWarnings.splice(n,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
43
+ */const s=globalThis,d=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),h=new WeakMap;class v{constructor(e,t,o){if(this._$cssResult$=!0,o!==c)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(d&&void 0===e){const o=void 0!==t&&1===t.length;o&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),o&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const o=1===e.length?e[0]:t.reduce((t,o,n)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(o)+e[n+1],e[0]);return new v(o,e,c)},p=e=>{let t="";for(const o of e.cssRules)t+=o.cssText;return new v("string"==typeof(o=t)?o:String(o),void 0,c);var o},g=d?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:f,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",k=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===k&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const P=(e,t)=>e,H={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=null!==e;break;case Number:o=null===e?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch(e){o=null}}return o}},V=(e,t)=>!f(e,t),z={attribute:!0,type:String,converter:H,reflect:!1,useDefault:!1,hasChanged:V};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class O extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=z){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const o=Symbol.for(`${String(e)} (@property() cache)`),n=this.getPropertyDescriptor(e,o,t);void 0!==n&&m(this.prototype,e,n)}}static getPropertyDescriptor(e,t,o){const{get:n,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==n){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:n,set(t){const a=n?.call(this);l?.call(this,t),this.requestUpdate(e,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??z}static __prepare(){if(this.hasOwnProperty(P("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(P("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(P("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const o of t)this.createProperty(o,e[o])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,o]of t)this.elementProperties.set(e,o)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const o=this.__attributeNameForProperty(e,t);void 0!==o&&this.__attributeToPropertyMap.set(o,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const o=new Set(e.flat(1/0).reverse());for(const e of o)t.unshift(g(e))}else void 0!==e&&t.push(g(e));return t}static __attributeNameForProperty(e,t){const o=t.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const o of t.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(d)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const o of t){const t=document.createElement("style"),n=s.litNonce;void 0!==n&&t.setAttribute("nonce",n),t.textContent=o.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,o){this._$attributeToProperty(e,o)}__propertyToAttribute(e,t){const o=this.constructor.elementProperties.get(e),n=this.constructor.__attributeNameForProperty(e,o);if(void 0!==n&&!0===o.reflect){const l=(void 0!==o.converter?.toAttribute?o.converter:H).toAttribute(t,o.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(n):this.setAttribute(n,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const o=this.constructor,n=o.__attributeToPropertyMap.get(e);if(void 0!==n&&this.__reflectingProperty!==n){const e=o.getPropertyOptions(n),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:H;this.__reflectingProperty=n;const a=l.fromAttribute(t,e.type);this[n]=a??this.__defaultValues?.get(n)??a,this.__reflectingProperty=null}}requestUpdate(e,t,o,n=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const a=this.constructor;!1===n&&(l=this[e]),o??=a.getPropertyOptions(e);if(!((o.hasChanged??V)(l,t)||o.useDefault&&o.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(a.__attributeNameForProperty(e,o))))return;this._$changeProperty(e,t,o)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:o,reflect:n,wrapped:l},a){o&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,a??t??this[e]),!0!==l||void 0!==a)||(this._$changedProperties.has(e)||(this.hasUpdated||o||(t=void 0),this._$changedProperties.set(e,t)),!0===n&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,o]of e){const{wrapped:e}=o,n=this[t];!0!==e||this._$changedProperties.has(t)||void 0===n||this._$changeProperty(t,void 0,o,n)}}let t=!1;const o=this._$changedProperties;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(o)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(o)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[P("elementProperties")]=new Map,O[P("finalized")]=new Map,k?.({ReactiveElement:O});{O.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(P("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};O.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},O.disableWarning=function(t){e(this);const o=this.enabledWarnings.indexOf(t);o>=0&&this.enabledWarnings.splice(o,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
44
44
  /**
45
45
  * @license
46
46
  * Copyright 2017 Google LLC
47
47
  * SPDX-License-Identifier: BSD-3-Clause
48
48
  */
49
- const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,R=e=>e,T=(e,t,n)=>R,N=e=>{if(ue!==T)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ue=e},D=()=>{ue=T},I=(e,t,n)=>ue(e,t,n),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,ne=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),oe=/'/g,le=/"/g,re=/^(?:script|style|textarea|title)$/i,ae=(ie=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$)&&B("","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$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),de=new WeakMap,he=K.createTreeWalker(K,129);let ue=T;function ve(e,t){if(!J(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!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},n){let o;this.parts=[];let l=0,r=0;const a=e.length-1,i=this.parts,[s,c]=((e,t)=>{const n=e.length-1,o=[];let l,r=2===t?"<svg>":3===t?"<math>":"",a=Q;for(let t=0;t<n;t++){const n=e[t];let i,s,c=-1,d=0;for(;d<n.length&&(a.lastIndex=d,s=a.exec(n),null!==s);)if(d=a.lastIndex,a===Q){if("!--"===s[1])a=ee;else if(void 0!==s[1])a=te;else if(void 0!==s[2])re.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),a=ne;else if(void 0!==s[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 a===ne?">"===s[0]?(a=l??Q,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,i=s[1],a=void 0===s[3]?ne:'"'===s[3]?le:oe):a===le||a===oe?a=ne:a===ee||a===te?a=Q:(a=ne,l=void 0);console.assert(-1===c||a===ne||a===oe||a===le,"unexpected parse state B");const h=a===ne&&e[t+1].startsWith("/>")?" ":"";r+=a===Q?n+F:c>=0?(o.push(i),n.slice(0,c)+U+n.slice(c)+W+h):n+W+(-2===c?t:h)}return[ve(e,r+(e[n]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),o]})(e,t);if(this.el=pe.createElement(s,n),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(o=he.nextNode())&&i.length<a;){if(1===o.nodeType){{const e=o.localName;if(/^(?:textarea|template)$/i.test(e)&&o.innerHTML.includes(W)){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);B("",t)}}if(o.hasAttributes())for(const e of o.getAttributeNames())if(e.endsWith(U)){const t=c[r++],n=o.getAttribute(e).split(W),a=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:a[2],strings:n,ctor:"."===a[1]?be:"?"===a[1]?_e:"@"===a[1]?xe:we}),o.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),o.removeAttribute(e));if(re.test(o.tagName)){const e=o.textContent.split(W),t=e.length-1;if(t>0){o.textContent=A?A.emptyScript:"";for(let n=0;n<t;n++)o.append(e[n],Y()),he.nextNode(),i.push({type:2,index:++l});o.append(e[t],Y())}}}else if(8===o.nodeType){if(o.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=o.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(c.length!==r)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("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const n=K.createElement("template");return n.innerHTML=e,n}}function fe(e,t,n=e,o){if(t===se)return t;let l=void 0!==o?n.__directives?.[o]:n.__directive;const r=X(t)?void 0:t._$litDirective$;return l?.constructor!==r&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===r?l=void 0:(l=new r(e),l._$initialize(e,n,o)),void 0!==o?(n.__directives??=[])[o]=l:n.__directive=l),void 0!==l&&(t=fe(e,l._$resolve(e,t.values),l,o)),t}class ge{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:n}=this._$template,o=(e?.creationScope??K).importNode(t,!0);he.currentNode=o;let l=he.nextNode(),r=0,a=0,i=n[0];for(;void 0!==i;){if(r===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=n[++a]}r!==i?.index&&(l=he.nextNode(),r++)}return he.currentNode=K,o}_update(e){let t=0;for(const n of this._$parts)void 0!==n&&(S&&S({kind:"set part",part:n,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==n.strings?(n._$setValue(e,n,t),t+=n.strings.length-2):n._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,n,o){this.type=2,this._$committedValue=ce,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=n,this.options=o,this.__isConnected=o?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(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=fe(this,e,t),X(e))e===ce||null==e||""===e?(this._$committedValue!==ce&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=ce):e!==this._$committedValue&&e!==se&&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(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ue!==T){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)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==ce&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:n}=e,o="number"==typeof n?this._$getTemplate(e):(void 0===n.el&&(n.el=pe.createElement(ve(n.h,n.h[0]),this.options)),n);if(this._$committedValue?._$template===o)S&&S({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new ge(o,this),n=e._clone(this.options);S&&S({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:n,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:n,values:t}),this._commitNode(n),this._$committedValue=e}}_$getTemplate(e){let t=de.get(e.strings);return void 0===t&&de.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let n,o=0;for(const l of e)o===t.length?t.push(n=new me(this._insert(Y()),this._insert(Y()),this,this.options)):n=t[o],n._$setValue(l),o++;o<t.length&&(this._$clear(n&&L(n._$endNode).nextSibling,o),t.length=o)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(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 we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,n,o,l){this.type=1,this._$committedValue=ce,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=o,this.options=l,n.length>2||""!==n[0]||""!==n[1]?(this._$committedValue=new Array(n.length-1).fill(new String),this.strings=n):this._$committedValue=ce,this._sanitizer=void 0}_$setValue(e,t=this,n,o){const l=this.strings;let r=!1;if(void 0===l)e=fe(this,e,t,0),r=!X(e)||e!==this._$committedValue&&e!==se,r&&(this._$committedValue=e);else{const o=e;let a,i;for(e=l[0],a=0;a<l.length-1;a++)i=fe(this,o[n+a],t,a),i===se&&(i=this._$committedValue[a]),r||=!X(i)||i!==this._$committedValue[a],i===ce?e=ce:e!==ce&&(e+=(i??"")+l[a+1]),this._$committedValue[a]=i}r&&!o&&this._commitValue(e)}_commitValue(e){e===ce?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ue(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ue(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===ce?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===ce),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==ce)}}class xe extends we{constructor(e,t,n,o,l){if(super(e,t,n,o,l),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=fe(this,e,t,0)??ce)===se)return;const n=this._$committedValue,o=e===ce&&n!==ce||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,l=e!==ce&&(n===ce||o);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:l,oldListener:n}),o&&this.element.removeEventListener(this.name,this,n),l&&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 ye{constructor(e,t,n){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=n}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),fe(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,n)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const o=j++,l=n?.renderBefore??t;let r=l._$litPart$;if(S&&S({kind:"begin render",id:o,value:e,container:t,options:n,part:r}),void 0===r){const e=n?.renderBefore??null;l._$litPart$=r=new me(t.insertBefore(Y(),e),e,void 0,n??{})}return r._$setValue(e),S&&S({kind:"end render",id:o,value:e,container:t,options:n,part:r}),r};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
49
+ const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,T=e=>e,R=(e,t,o)=>T,N=e=>{if(ve!==R)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ve=e},D=()=>{ve=R},I=(e,t,o)=>ve(e,t,o),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,oe=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ne=/'/g,le=/"/g,ae=/^(?:script|style|textarea|title)$/i,re=(ie=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$)&&B("","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$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),de=Symbol.for("lit-nothing"),ce=new WeakMap,he=K.createTreeWalker(K,129);let ve=R;function ue(e,t){if(!J(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!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let l=0,a=0;const r=e.length-1,i=this.parts,[s,d]=((e,t)=>{const o=e.length-1,n=[];let l,a=2===t?"<svg>":3===t?"<math>":"",r=Q;for(let t=0;t<o;t++){const o=e[t];let i,s,d=-1,c=0;for(;c<o.length&&(r.lastIndex=c,s=r.exec(o),null!==s);)if(c=r.lastIndex,r===Q){if("!--"===s[1])r=ee;else if(void 0!==s[1])r=te;else if(void 0!==s[2])ae.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),r=oe;else if(void 0!==s[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 r===oe?">"===s[0]?(r=l??Q,d=-1):void 0===s[1]?d=-2:(d=r.lastIndex-s[2].length,i=s[1],r=void 0===s[3]?oe:'"'===s[3]?le:ne):r===le||r===ne?r=oe:r===ee||r===te?r=Q:(r=oe,l=void 0);console.assert(-1===d||r===oe||r===ne||r===le,"unexpected parse state B");const h=r===oe&&e[t+1].startsWith("/>")?" ":"";a+=r===Q?o+F:d>=0?(n.push(i),o.slice(0,d)+U+o.slice(d)+W+h):o+W+(-2===d?t:h)}return[ue(e,a+(e[o]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),n]})(e,t);if(this.el=pe.createElement(s,o),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=he.nextNode())&&i.length<r;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(W)){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);B("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(U)){const t=d[a++],o=n.getAttribute(e).split(W),r=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:r[2],strings:o,ctor:"."===r[1]?be:"?"===r[1]?_e:"@"===r[1]?xe:we}),n.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),n.removeAttribute(e));if(ae.test(n.tagName)){const e=n.textContent.split(W),t=e.length-1;if(t>0){n.textContent=A?A.emptyScript:"";for(let o=0;o<t;o++)n.append(e[o],Y()),he.nextNode(),i.push({type:2,index:++l});n.append(e[t],Y())}}}else if(8===n.nodeType){if(n.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=n.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(d.length!==a)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("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const o=K.createElement("template");return o.innerHTML=e,o}}function ge(e,t,o=e,n){if(t===se)return t;let l=void 0!==n?o.__directives?.[n]:o.__directive;const a=X(t)?void 0:t._$litDirective$;return l?.constructor!==a&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===a?l=void 0:(l=new a(e),l._$initialize(e,o,n)),void 0!==n?(o.__directives??=[])[n]=l:o.__directive=l),void 0!==l&&(t=ge(e,l._$resolve(e,t.values),l,n)),t}class fe{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:o}=this._$template,n=(e?.creationScope??K).importNode(t,!0);he.currentNode=n;let l=he.nextNode(),a=0,r=0,i=o[0];for(;void 0!==i;){if(a===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=o[++r]}a!==i?.index&&(l=he.nextNode(),a++)}return he.currentNode=K,n}_update(e){let t=0;for(const o of this._$parts)void 0!==o&&(S&&S({kind:"set part",part:o,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==o.strings?(o._$setValue(e,o,t),t+=o.strings.length-2):o._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,o,n){this.type=2,this._$committedValue=de,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=o,this.options=n,this.__isConnected=n?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(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=ge(this,e,t),X(e))e===de||null==e||""===e?(this._$committedValue!==de&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=de):e!==this._$committedValue&&e!==se&&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(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ve!==R){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)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==de&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:o}=e,n="number"==typeof o?this._$getTemplate(e):(void 0===o.el&&(o.el=pe.createElement(ue(o.h,o.h[0]),this.options)),o);if(this._$committedValue?._$template===n)S&&S({kind:"template updating",template:n,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new fe(n,this),o=e._clone(this.options);S&&S({kind:"template instantiated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),this._commitNode(o),this._$committedValue=e}}_$getTemplate(e){let t=ce.get(e.strings);return void 0===t&&ce.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let o,n=0;for(const l of e)n===t.length?t.push(o=new me(this._insert(Y()),this._insert(Y()),this,this.options)):o=t[n],o._$setValue(l),n++;n<t.length&&(this._$clear(o&&L(o._$endNode).nextSibling,n),t.length=n)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(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 we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,o,n,l){this.type=1,this._$committedValue=de,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=n,this.options=l,o.length>2||""!==o[0]||""!==o[1]?(this._$committedValue=new Array(o.length-1).fill(new String),this.strings=o):this._$committedValue=de,this._sanitizer=void 0}_$setValue(e,t=this,o,n){const l=this.strings;let a=!1;if(void 0===l)e=ge(this,e,t,0),a=!X(e)||e!==this._$committedValue&&e!==se,a&&(this._$committedValue=e);else{const n=e;let r,i;for(e=l[0],r=0;r<l.length-1;r++)i=ge(this,n[o+r],t,r),i===se&&(i=this._$committedValue[r]),a||=!X(i)||i!==this._$committedValue[r],i===de?e=de:e!==de&&(e+=(i??"")+l[r+1]),this._$committedValue[r]=i}a&&!n&&this._commitValue(e)}_commitValue(e){e===de?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===de?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===de),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==de)}}class xe extends we{constructor(e,t,o,n,l){if(super(e,t,o,n,l),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=ge(this,e,t,0)??de)===se)return;const o=this._$committedValue,n=e===de&&o!==de||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,l=e!==de&&(o===de||n);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:n,addListener:l,oldListener:o}),n&&this.element.removeEventListener(this.name,this,o),l&&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 ye{constructor(e,t,o){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=o}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ge(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,o)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=j++,l=o?.renderBefore??t;let a=l._$litPart$;if(S&&S({kind:"begin render",id:n,value:e,container:t,options:o,part:a}),void 0===a){const e=o?.renderBefore??null;l._$litPart$=a=new me(t.insertBefore(Y(),e),e,void 0,o??{})}return a._$setValue(e),S&&S({kind:"end render",id:n,value:e,container:t,options:o,part:a}),a};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
50
50
  /**
51
51
  * @license
52
52
  * Copyright 2017 Google LLC
53
53
  * SPDX-License-Identifier: BSD-3-Clause
54
54
  */
55
- const Me=globalThis;let He;Me.litIssuedWarnings??=new Set,He=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class Ve extends k{constructor(){super(...arguments),this.renderOptions={host:this},this.__childPart=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this.__childPart=Ce(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return se}}var Pe;Ve._$litElement$=!0,Ve[(Pe="finalized",Pe)]=!0,Me.litElementHydrateSupport?.({LitElement:Ve});const ze=Me.litElementPolyfillSupportDevMode;
55
+ const Me=globalThis;let ke;Me.litIssuedWarnings??=new Set,ke=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class Pe extends O{constructor(){super(...arguments),this.renderOptions={host:this},this.__childPart=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this.__childPart=Ce(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return se}}var He;Pe._$litElement$=!0,Pe[(He="finalized",He)]=!0,Me.litElementHydrateSupport?.({LitElement:Pe});const Ve=Me.litElementPolyfillSupportDevMode;
56
56
  /**
57
57
  * @license
58
58
  * Copyright 2017 Google LLC
59
59
  * SPDX-License-Identifier: BSD-3-Clause
60
60
  */
61
- let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litElementVersions.length>1&&queueMicrotask(()=>{He("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,Oe=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const ke={attribute:!0,type:String,converter:P,reflect:!1,hasChanged:z},$e=(e=ke,t,n)=>{const{kind:o,metadata:l}=n;null==l&&Oe("missing-class-metadata",`The class ${t} is missing decorator metadata. This could mean that you're using a compiler that supports decorators but doesn't support decorator metadata, such as TypeScript 5.1. Please update your compiler.`);let r=globalThis.litPropertyMetadata.get(l);if(void 0===r&&globalThis.litPropertyMetadata.set(l,r=new Map),"setter"===o&&((e=Object.create(e)).wrapped=!0),r.set(n.name,e),"accessor"===o){const{name:o}=n;return{set(n){const l=t.get.call(this);t.set.call(this,n),this.requestUpdate(o,l,e,!0,n)},init(t){return void 0!==t&&this._$changeProperty(o,void 0,e,t),t}}}if("setter"===o){const{name:o}=n;return function(n){const l=this[o];t.call(this,n),this.requestUpdate(o,l,e,!0,n)}}throw new Error(`Unsupported decorator location: ${o}`)};function Se(e){return(t,n)=>"object"==typeof n?$e(e,t,n):((e,t,n)=>{const o=t.hasOwnProperty(n);return t.constructor.createProperty(n,e),o?Object.getOwnPropertyDescriptor(t,n):void 0})(e,t,n)}
61
+ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litElementVersions.length>1&&queueMicrotask(()=>{ke("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,ze=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Oe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:V},$e=(e=Oe,t,o)=>{const{kind:n,metadata:l}=o;null==l&&ze("missing-class-metadata",`The class ${t} is missing decorator metadata. This could mean that you're using a compiler that supports decorators but doesn't support decorator metadata, such as TypeScript 5.1. Please update your compiler.`);let a=globalThis.litPropertyMetadata.get(l);if(void 0===a&&globalThis.litPropertyMetadata.set(l,a=new Map),"setter"===n&&((e=Object.create(e)).wrapped=!0),a.set(o.name,e),"accessor"===n){const{name:n}=o;return{set(o){const l=t.get.call(this);t.set.call(this,o),this.requestUpdate(n,l,e,!0,o)},init(t){return void 0!==t&&this._$changeProperty(n,void 0,e,t),t}}}if("setter"===n){const{name:n}=o;return function(o){const l=this[n];t.call(this,o),this.requestUpdate(n,l,e,!0,o)}}throw new Error(`Unsupported decorator location: ${n}`)};function Se(e){return(t,o)=>"object"==typeof o?$e(e,t,o):((e,t,o)=>{const n=t.hasOwnProperty(o);return t.constructor.createProperty(o,e),n?Object.getOwnPropertyDescriptor(t,o):void 0})(e,t,o)}
62
62
  /**
63
63
  * @license
64
64
  * Copyright 2017 Google LLC
@@ -68,40 +68,40 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
68
68
  * @license
69
69
  * Copyright 2017 Google LLC
70
70
  * SPDX-License-Identifier: BSD-3-Clause
71
- */const je=(e,t,n)=>(n.configurable=!0,n.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,n),n);
71
+ */const je=(e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,o),o);
72
72
  /**
73
73
  * @license
74
74
  * Copyright 2017 Google LLC
75
75
  * SPDX-License-Identifier: BSD-3-Clause
76
- */let Le;function Ae(e,t){return(n,o,l)=>{const r=n=>{const l=n.renderRoot?.querySelector(e)??null;if(null===l&&t&&!n.hasUpdated){const t="object"==typeof o?o.name:o;Le("",`@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 l};if(t){const{get:e,set:t}="object"==typeof o?n:l??(()=>{const e=Symbol(`${String(o)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return je(n,o,{get(){let n=e.call(this);return void 0===n&&(n=r(this),(null!==n||this.hasUpdated)&&t.call(this,n)),n}})}return je(n,o,{get(){return r(this)}})}}
76
+ */let Le;function Ae(e,t){return(o,n,l)=>{const a=o=>{const l=o.renderRoot?.querySelector(e)??null;if(null===l&&t&&!o.hasUpdated){const t="object"==typeof n?n.name:n;Le("",`@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 l};if(t){const{get:e,set:t}="object"==typeof n?o:l??(()=>{const e=Symbol(`${String(n)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return je(o,n,{get(){let o=e.call(this);return void 0===o&&(o=a(this),(null!==o||this.hasUpdated)&&t.call(this,o)),o}})}return je(o,n,{get(){return a(this)}})}}
77
77
  /**
78
78
  * @license
79
79
  * Copyright 2021 Google LLC
80
80
  * SPDX-License-Identifier: BSD-3-Clause
81
- */function Ee(e){return(t,n)=>{const{slot:o,selector:l}=e??{},r="slot"+(o?`[name=${o}]`:":not([name])");return je(t,n,{get(){const t=this.renderRoot?.querySelector(r),n=t?.assignedElements(e)??[];return void 0===l?n:n.filter(e=>e.matches(l))}})}}
81
+ */function Ee(e){return(t,o)=>{const{slot:n,selector:l}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return je(t,o,{get(){const t=this.renderRoot?.querySelector(a),o=t?.assignedElements(e)??[];return void 0===l?o:o.filter(e=>e.matches(l))}})}}
82
82
  /**
83
83
  * @license
84
84
  * Copyright 2017 Google LLC
85
85
  * SPDX-License-Identifier: BSD-3-Clause
86
- */globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Re=1,Te=2,Ne=e=>(...t)=>({_$litDirective$:e,values:t});class De{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,n){this.__part=e,this._$parent=t,this.__attributeIndex=n}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
86
+ */globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Te=1,Re=2,Ne=e=>(...t)=>({_$litDirective$:e,values:t});class De{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,o){this.__part=e,this._$parent=t,this.__attributeIndex=o}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
87
87
  /**
88
88
  * @license
89
89
  * Copyright 2018 Google LLC
90
90
  * SPDX-License-Identifier: BSD-3-Clause
91
- */const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==Re||"class"!==e.name||e.strings?.length>2)throw new Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(void 0===this._previousClasses){this._previousClasses=new Set,void 0!==e.strings&&(this._staticClasses=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this._staticClasses?.has(e)&&this._previousClasses.add(e);return this.render(t)}const n=e.element.classList;for(const e of this._previousClasses)e in t||(n.remove(e),this._previousClasses.delete(e));for(const e in t){const o=!!t[e];o===this._previousClasses.has(e)||this._staticClasses?.has(e)||(o?(n.add(e),this._previousClasses.add(e)):(n.remove(e),this._previousClasses.delete(e)))}return se}});var Ue=v`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class We extends Ve{emit(e,t){const n=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(n),n}static define(e,t=this,n={}){if(customElements.get(e));else try{customElements.define(e,t,n)}catch(o){customElements.define(e,class extends t{},n)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}function qe(e,t,n){return new Promise(o=>{if((null==n?void 0:n.duration)===1/0)throw new Error("Promise-based animations must be finite.");const l=e.animate(t,Object.assign(Object.assign({},n),{duration:Fe()?0:null==n?void 0:n.duration}));l.addEventListener("cancel",o,{once:!0}),l.addEventListener("finish",o,{once:!0})})}function Fe(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ke(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ye(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const n=requestAnimationFrame(t);e.addEventListener("cancel",()=>n,{once:!0}),e.addEventListener("finish",()=>n,{once:!0}),e.cancel()})))}We.styles=[Ue],We.dependencies={},e([Se({type:Boolean,reflect:!0})],We.prototype,"ssr",void 0);const Xe=new Map,Je=new WeakMap;function Ge(e,t){const n=Je.get(e);if(null==n?void 0:n[t])return n[t];const o=Xe.get(t);return o||{keyframes:[],options:{duration:0}}}function Qe(e,t){Xe.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function et(e,t){return new Promise(n=>{e.addEventListener(t,function o(l){l.target===e&&(e.removeEventListener(t,o),n())})})}function tt(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function nt(e,t){const n=Object.assign({waitUntilFirstUpdate:!1},t);return(t,o)=>{const{update:l}=t;if(e in t){const r=e;t.update=function(e){if(e.has(r)){const t=e.get(r),l=this[r];t!==l&&(n.waitUntilFirstUpdate&&!this.hasUpdated||this[o](t,l))}l.call(this,e)}}}}
91
+ */const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==Te||"class"!==e.name||e.strings?.length>2)throw new Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(void 0===this._previousClasses){this._previousClasses=new Set,void 0!==e.strings&&(this._staticClasses=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this._staticClasses?.has(e)&&this._previousClasses.add(e);return this.render(t)}const o=e.element.classList;for(const e of this._previousClasses)e in t||(o.remove(e),this._previousClasses.delete(e));for(const e in t){const n=!!t[e];n===this._previousClasses.has(e)||this._staticClasses?.has(e)||(n?(o.add(e),this._previousClasses.add(e)):(o.remove(e),this._previousClasses.delete(e)))}return se}});var Ue=u`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class We extends Pe{emit(e,t){const o=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(o),o}static define(e,t=this,o={}){if(customElements.get(e));else try{customElements.define(e,t,o)}catch(n){customElements.define(e,class extends t{},o)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}function qe(e,t,o){return new Promise(n=>{if((null==o?void 0:o.duration)===1/0)throw new Error("Promise-based animations must be finite.");const l=e.animate(t,Object.assign(Object.assign({},o),{duration:Fe()?0:null==o?void 0:o.duration}));l.addEventListener("cancel",n,{once:!0}),l.addEventListener("finish",n,{once:!0})})}function Fe(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ke(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ye(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const o=requestAnimationFrame(t);e.addEventListener("cancel",()=>o,{once:!0}),e.addEventListener("finish",()=>o,{once:!0}),e.cancel()})))}We.styles=[Ue],We.dependencies={},e([Se({type:Boolean,reflect:!0})],We.prototype,"ssr",void 0);const Xe=new Map,Je=new WeakMap;function Ge(e,t){const o=Je.get(e);if(null==o?void 0:o[t])return o[t];const n=Xe.get(t);return n||{keyframes:[],options:{duration:0}}}function Qe(e,t){Xe.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function et(e,t){return new Promise(o=>{e.addEventListener(t,function n(l){l.target===e&&(e.removeEventListener(t,n),o())})})}function tt(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function ot(e,t){const o=Object.assign({waitUntilFirstUpdate:!1},t);return(t,n)=>{const{update:l}=t;if(e in t){const a=e;t.update=function(e){if(e.has(a)){const t=e.get(a),l=this[a];t!==l&&(o.waitUntilFirstUpdate&&!this.hasUpdated||this[n](t,l))}l.call(this,e)}}}}
92
92
  /**
93
93
  * @license
94
94
  * Copyright 2018 Google LLC
95
95
  * SPDX-License-Identifier: BSD-3-Clause
96
- */const ot=e=>e??ce,lt=Symbol.for(""),rt=e=>{if(e?.r===lt)return e?._$litStatic$},at=(e,...t)=>({_$litStatic$:t.reduce((t,n,o)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw new Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(n)+e[o+1],e[0]),r:lt}),it=new Map,st=(ct=ae,(e,...t)=>{const n=t.length;let o,l;const r=[],a=[];let i,s=0,c=!1;for(;s<n;){for(i=e[s];s<n&&void 0!==(l=t[s],o=rt(l));)i+=o+e[++s],c=!0;s!==n&&a.push(l),r.push(i),s++}if(s===n&&r.push(e[n]),c){const n=r.join("$$lit$$");void 0===(e=it.get(n))&&(r.raw=r,it.set(n,e=r)),t=a}return ct(e,...t)});
96
+ */const nt=e=>e??de,lt=Symbol.for(""),at=e=>{if(e?.r===lt)return e?._$litStatic$},rt=(e,...t)=>({_$litStatic$:t.reduce((t,o,n)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw new Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(o)+e[n+1],e[0]),r:lt}),it=new Map,st=(dt=re,(e,...t)=>{const o=t.length;let n,l;const a=[],r=[];let i,s=0,d=!1;for(;s<o;){for(i=e[s];s<o&&void 0!==(l=t[s],n=at(l));)i+=n+e[++s],d=!0;s!==o&&r.push(l),a.push(i),s++}if(s===o&&a.push(e[o]),d){const o=a.join("$$lit$$");void 0===(e=it.get(o))&&(a.raw=a,it.set(o,e=a)),t=r}return dt(e,...t)});
97
97
  /**
98
98
  * @license
99
99
  * Copyright 2020 Google LLC
100
100
  * SPDX-License-Identifier: BSD-3-Clause
101
- */var ct,dt=v`: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 ht extends We{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"}}ht.styles=[...We.styles,dt],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const ut={announcement:()=>Promise.resolve().then(function(){return Co}),archive:()=>Promise.resolve().then(function(){return Ho}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Po}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Oo}),"arrow-bar-right":()=>Promise.resolve().then(function(){return $o}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Bo}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Lo}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Eo}),"arrow-circle-right":()=>Promise.resolve().then(function(){return To}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Do}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Uo}),"arrow-down":()=>Promise.resolve().then(function(){return qo}),"arrow-left":()=>Promise.resolve().then(function(){return Ko}),"arrow-repeat":()=>Promise.resolve().then(function(){return Xo}),"arrow-right":()=>Promise.resolve().then(function(){return Go}),"arrow-square-down":()=>Promise.resolve().then(function(){return el}),"arrow-square-left":()=>Promise.resolve().then(function(){return nl}),"arrow-square-right":()=>Promise.resolve().then(function(){return ll}),"arrow-square-up":()=>Promise.resolve().then(function(){return al}),"arrow-up":()=>Promise.resolve().then(function(){return sl}),"bank-fill":()=>Promise.resolve().then(function(){return dl}),"bell-slash":()=>Promise.resolve().then(function(){return ul}),bell:()=>Promise.resolve().then(function(){return pl}),"bi-funnel":()=>Promise.resolve().then(function(){return gl}),"bookmark-fill":()=>Promise.resolve().then(function(){return wl}),bookmark:()=>Promise.resolve().then(function(){return _l}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return yl}),"box-seam":()=>Promise.resolve().then(function(){return Cl}),building:()=>Promise.resolve().then(function(){return Hl}),bus:()=>Promise.resolve().then(function(){return Pl}),calculator:()=>Promise.resolve().then(function(){return Ol}),"calendar-check":()=>Promise.resolve().then(function(){return $l}),"calendar-heart":()=>Promise.resolve().then(function(){return Bl}),"calendar-x":()=>Promise.resolve().then(function(){return Ll}),calendar:()=>Promise.resolve().then(function(){return El}),camera:()=>Promise.resolve().then(function(){return Tl}),car:()=>Promise.resolve().then(function(){return Dl}),"chat-dots":()=>Promise.resolve().then(function(){return Ul}),"chat-left-text":()=>Promise.resolve().then(function(){return ql}),chat:()=>Promise.resolve().then(function(){return Kl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Xl}),"check-circle":()=>Promise.resolve().then(function(){return Gl}),check:()=>Promise.resolve().then(function(){return er}),"chevron-down":()=>Promise.resolve().then(function(){return nr}),"chevron-left":()=>Promise.resolve().then(function(){return lr}),"chevron-right":()=>Promise.resolve().then(function(){return ar}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return sr}),"chevron-up":()=>Promise.resolve().then(function(){return dr}),clock:()=>Promise.resolve().then(function(){return ur}),"cloud-check":()=>Promise.resolve().then(function(){return pr}),"cloud-download":()=>Promise.resolve().then(function(){return gr}),"cloud-upload":()=>Promise.resolve().then(function(){return wr}),cloud:()=>Promise.resolve().then(function(){return _r}),"code-square":()=>Promise.resolve().then(function(){return yr}),"coins-hand":()=>Promise.resolve().then(function(){return Cr}),compass:()=>Promise.resolve().then(function(){return Hr}),copy:()=>Promise.resolve().then(function(){return Pr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Or}),cross:()=>Promise.resolve().then(function(){return $r}),"cursor-fill":()=>Promise.resolve().then(function(){return Br}),cursor:()=>Promise.resolve().then(function(){return Lr}),"dash-circle":()=>Promise.resolve().then(function(){return Er}),"dash-square":()=>Promise.resolve().then(function(){return Tr}),dash:()=>Promise.resolve().then(function(){return Dr}),database:()=>Promise.resolve().then(function(){return Ur}),dataflow:()=>Promise.resolve().then(function(){return qr}),download:()=>Promise.resolve().then(function(){return Kr}),edit:()=>Promise.resolve().then(function(){return Xr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return Gr}),"exclamation-circle":()=>Promise.resolve().then(function(){return ea}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return na}),"exclamation-triangle":()=>Promise.resolve().then(function(){return la}),exclamation:()=>Promise.resolve().then(function(){return aa}),"eye-fill":()=>Promise.resolve().then(function(){return sa}),"eye-slash-fill":()=>Promise.resolve().then(function(){return da}),"eye-slash":()=>Promise.resolve().then(function(){return ua}),eye:()=>Promise.resolve().then(function(){return pa}),"face-smile-fill":()=>Promise.resolve().then(function(){return ga}),"face-smile":()=>Promise.resolve().then(function(){return wa}),facebook:()=>Promise.resolve().then(function(){return _a}),"file-earmark-text":()=>Promise.resolve().then(function(){return ya}),"file-pdf":()=>Promise.resolve().then(function(){return Ca}),"file-plus":()=>Promise.resolve().then(function(){return Ha}),"file-text":()=>Promise.resolve().then(function(){return Pa}),file:()=>Promise.resolve().then(function(){return Oa}),files:()=>Promise.resolve().then(function(){return $a}),fingerprint:()=>Promise.resolve().then(function(){return Ba}),flash:()=>Promise.resolve().then(function(){return La}),"folder-check":()=>Promise.resolve().then(function(){return Ea}),"folder-minus":()=>Promise.resolve().then(function(){return Ta}),"folder-plus":()=>Promise.resolve().then(function(){return Da}),folder:()=>Promise.resolve().then(function(){return Ua}),gear:()=>Promise.resolve().then(function(){return qa}),"geo-alt":()=>Promise.resolve().then(function(){return Ka}),"geo-fill":()=>Promise.resolve().then(function(){return Xa}),geo:()=>Promise.resolve().then(function(){return Ga}),"globe-alt":()=>Promise.resolve().then(function(){return ei}),globe:()=>Promise.resolve().then(function(){return ni}),google:()=>Promise.resolve().then(function(){return li}),"grid-alt":()=>Promise.resolve().then(function(){return ai}),"grid-fill":()=>Promise.resolve().then(function(){return si}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return di}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return ui}),"hard-drive":()=>Promise.resolve().then(function(){return pi}),heart:()=>Promise.resolve().then(function(){return gi}),"house-door":()=>Promise.resolve().then(function(){return wi}),house:()=>Promise.resolve().then(function(){return _i}),image:()=>Promise.resolve().then(function(){return yi}),"in-box":()=>Promise.resolve().then(function(){return Ci}),"info-circle-fill":()=>Promise.resolve().then(function(){return Hi}),"info-circle":()=>Promise.resolve().then(function(){return Pi}),instagram:()=>Promise.resolve().then(function(){return Oi}),key:()=>Promise.resolve().then(function(){return $i}),"laptop-gear":()=>Promise.resolve().then(function(){return Bi}),laptop:()=>Promise.resolve().then(function(){return Li}),layers:()=>Promise.resolve().then(function(){return Ei}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Ti}),"layout-text-window":()=>Promise.resolve().then(function(){return Di}),layout:()=>Promise.resolve().then(function(){return Ui}),"life-buoy":()=>Promise.resolve().then(function(){return qi}),lightbulb:()=>Promise.resolve().then(function(){return Ki}),link:()=>Promise.resolve().then(function(){return Xi}),linkedin:()=>Promise.resolve().then(function(){return Gi}),list:()=>Promise.resolve().then(function(){return es}),"lock-fill":()=>Promise.resolve().then(function(){return ns}),lock:()=>Promise.resolve().then(function(){return ls}),login:()=>Promise.resolve().then(function(){return as}),logout:()=>Promise.resolve().then(function(){return ss}),luggage:()=>Promise.resolve().then(function(){return ds}),"mail-open":()=>Promise.resolve().then(function(){return us}),mail:()=>Promise.resolve().then(function(){return ps}),map:()=>Promise.resolve().then(function(){return gs}),meetup:()=>Promise.resolve().then(function(){return ws}),menu:()=>Promise.resolve().then(function(){return _s}),microphone:()=>Promise.resolve().then(function(){return ys}),monitor:()=>Promise.resolve().then(function(){return Cs}),moon:()=>Promise.resolve().then(function(){return Hs}),move:()=>Promise.resolve().then(function(){return Ps}),paperclip:()=>Promise.resolve().then(function(){return Os}),passcode:()=>Promise.resolve().then(function(){return $s}),passport:()=>Promise.resolve().then(function(){return Bs}),pause:()=>Promise.resolve().then(function(){return Ls}),pencil:()=>Promise.resolve().then(function(){return Es}),"pending-circle":()=>Promise.resolve().then(function(){return Ts}),"person-dash":()=>Promise.resolve().then(function(){return Ds}),"person-plus":()=>Promise.resolve().then(function(){return Us}),"person-x":()=>Promise.resolve().then(function(){return qs}),person:()=>Promise.resolve().then(function(){return Ks}),phone:()=>Promise.resolve().then(function(){return Xs}),"pin-map-fill":()=>Promise.resolve().then(function(){return Gs}),pin:()=>Promise.resolve().then(function(){return ec}),placeholder:()=>Promise.resolve().then(function(){return nc}),plane:()=>Promise.resolve().then(function(){return lc}),play:()=>Promise.resolve().then(function(){return ac}),"plus-circle":()=>Promise.resolve().then(function(){return sc}),"plus-square":()=>Promise.resolve().then(function(){return dc}),plus:()=>Promise.resolve().then(function(){return uc}),printer:()=>Promise.resolve().then(function(){return pc}),"question-circle":()=>Promise.resolve().then(function(){return gc}),rocket:()=>Promise.resolve().then(function(){return wc}),save:()=>Promise.resolve().then(function(){return _c}),search:()=>Promise.resolve().then(function(){return yc}),send:()=>Promise.resolve().then(function(){return Cc}),"sg-crest":()=>Promise.resolve().then(function(){return Hc}),share:()=>Promise.resolve().then(function(){return Pc}),"shield-tick":()=>Promise.resolve().then(function(){return Oc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return $c}),"sidebar-expand":()=>Promise.resolve().then(function(){return Bc}),"slash-circle":()=>Promise.resolve().then(function(){return Lc}),"slash-divider":()=>Promise.resolve().then(function(){return Ec}),sliders:()=>Promise.resolve().then(function(){return Tc}),"sort-ascending":()=>Promise.resolve().then(function(){return Dc}),"sort-descending":()=>Promise.resolve().then(function(){return Uc}),speedometer:()=>Promise.resolve().then(function(){return qc}),"star-ai":()=>Promise.resolve().then(function(){return Kc}),"star-fill":()=>Promise.resolve().then(function(){return Xc}),star:()=>Promise.resolve().then(function(){return Gc}),stoplights:()=>Promise.resolve().then(function(){return ed}),sun:()=>Promise.resolve().then(function(){return nd}),"switch-horizontal":()=>Promise.resolve().then(function(){return ld}),"switch-vertical":()=>Promise.resolve().then(function(){return ad}),tablet:()=>Promise.resolve().then(function(){return sd}),telegram:()=>Promise.resolve().then(function(){return dd}),telephone:()=>Promise.resolve().then(function(){return ud}),"three-dots-vertical":()=>Promise.resolve().then(function(){return pd}),"three-dots":()=>Promise.resolve().then(function(){return gd}),ticket:()=>Promise.resolve().then(function(){return wd}),"toggle-off":()=>Promise.resolve().then(function(){return _d}),"toggle-on":()=>Promise.resolve().then(function(){return yd}),train:()=>Promise.resolve().then(function(){return Cd}),translate:()=>Promise.resolve().then(function(){return Hd}),trash:()=>Promise.resolve().then(function(){return Pd}),"trend-down":()=>Promise.resolve().then(function(){return Od}),"trend-up":()=>Promise.resolve().then(function(){return $d}),truck:()=>Promise.resolve().then(function(){return Bd}),"twitter-x":()=>Promise.resolve().then(function(){return Ld}),unlock:()=>Promise.resolve().then(function(){return Ed}),upload:()=>Promise.resolve().then(function(){return Td}),"user-check":()=>Promise.resolve().then(function(){return Dd}),"user-circle":()=>Promise.resolve().then(function(){return Ud}),"user-pause":()=>Promise.resolve().then(function(){return qd}),"user-square":()=>Promise.resolve().then(function(){return Kd}),users:()=>Promise.resolve().then(function(){return Xd}),"video-recorder":()=>Promise.resolve().then(function(){return Gd}),"volume-max":()=>Promise.resolve().then(function(){return eh}),"volume-x":()=>Promise.resolve().then(function(){return nh}),"window-dash":()=>Promise.resolve().then(function(){return lh}),"window-desktop":()=>Promise.resolve().then(function(){return ah}),"window-dock":()=>Promise.resolve().then(function(){return sh}),"window-fullscreen":()=>Promise.resolve().then(function(){return dh}),"window-plus":()=>Promise.resolve().then(function(){return uh}),"window-sidebar":()=>Promise.resolve().then(function(){return ph}),"window-split":()=>Promise.resolve().then(function(){return gh}),"window-stack":()=>Promise.resolve().then(function(){return wh}),"window-x":()=>Promise.resolve().then(function(){return _h}),window:()=>Promise.resolve().then(function(){return yh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Ch}),xcircle:()=>Promise.resolve().then(function(){return Hh}),youtube:()=>Promise.resolve().then(function(){return Ph}),"zoom-in":()=>Promise.resolve().then(function(){return Oh}),"zoom-out":()=>Promise.resolve().then(function(){return $h})};var vt=v`: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 pt=new Map;class ft extends We{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(pt.has(e))return void(this._icon=pt.get(e));const t=ut[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const n=await t();pt.set(e,n.default),this._icon=n.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:ce}}ft.styles=[...We.styles,vt],e([Se({type:String,reflect:!0})],ft.prototype,"name",void 0),e([Se({type:String,reflect:!0})],ft.prototype,"size",void 0),e([Se({type:String})],ft.prototype,"ariaLabel",void 0),e([Be()],ft.prototype,"_icon",void 0);var gt=v`: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)}
101
+ */var dt,ct=u`: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 ht extends We{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"}}ht.styles=[...We.styles,ct],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const vt={announcement:()=>Promise.resolve().then(function(){return kn}),archive:()=>Promise.resolve().then(function(){return Hn}),"arrow-bar-down":()=>Promise.resolve().then(function(){return zn}),"arrow-bar-left":()=>Promise.resolve().then(function(){return $n}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Bn}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Ln}),"arrow-circle-down":()=>Promise.resolve().then(function(){return En}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Rn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Dn}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Un}),"arrow-clockwise":()=>Promise.resolve().then(function(){return qn}),"arrow-down":()=>Promise.resolve().then(function(){return Kn}),"arrow-left":()=>Promise.resolve().then(function(){return Xn}),"arrow-repeat":()=>Promise.resolve().then(function(){return Gn}),"arrow-right":()=>Promise.resolve().then(function(){return el}),"arrow-square-down":()=>Promise.resolve().then(function(){return ol}),"arrow-square-left":()=>Promise.resolve().then(function(){return ll}),"arrow-square-right":()=>Promise.resolve().then(function(){return rl}),"arrow-square-up":()=>Promise.resolve().then(function(){return sl}),"arrow-up":()=>Promise.resolve().then(function(){return cl}),"bank-fill":()=>Promise.resolve().then(function(){return vl}),"bell-slash":()=>Promise.resolve().then(function(){return pl}),bell:()=>Promise.resolve().then(function(){return fl}),"bi-funnel":()=>Promise.resolve().then(function(){return wl}),"bookmark-fill":()=>Promise.resolve().then(function(){return _l}),bookmark:()=>Promise.resolve().then(function(){return yl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Cl}),"box-seam":()=>Promise.resolve().then(function(){return kl}),building:()=>Promise.resolve().then(function(){return Hl}),bus:()=>Promise.resolve().then(function(){return zl}),calculator:()=>Promise.resolve().then(function(){return $l}),"calendar-check":()=>Promise.resolve().then(function(){return Bl}),"calendar-heart":()=>Promise.resolve().then(function(){return Ll}),"calendar-x":()=>Promise.resolve().then(function(){return El}),calendar:()=>Promise.resolve().then(function(){return Rl}),camera:()=>Promise.resolve().then(function(){return Dl}),car:()=>Promise.resolve().then(function(){return Ul}),"chat-dots":()=>Promise.resolve().then(function(){return ql}),"chat-left-text":()=>Promise.resolve().then(function(){return Kl}),chat:()=>Promise.resolve().then(function(){return Xl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Gl}),"check-circle":()=>Promise.resolve().then(function(){return ea}),check:()=>Promise.resolve().then(function(){return oa}),"chevron-down":()=>Promise.resolve().then(function(){return la}),"chevron-left":()=>Promise.resolve().then(function(){return ra}),"chevron-right":()=>Promise.resolve().then(function(){return sa}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return ca}),"chevron-up":()=>Promise.resolve().then(function(){return va}),clock:()=>Promise.resolve().then(function(){return pa}),"cloud-check":()=>Promise.resolve().then(function(){return fa}),"cloud-download":()=>Promise.resolve().then(function(){return wa}),"cloud-upload":()=>Promise.resolve().then(function(){return _a}),cloud:()=>Promise.resolve().then(function(){return ya}),"code-square":()=>Promise.resolve().then(function(){return Ca}),"coins-hand":()=>Promise.resolve().then(function(){return ka}),compass:()=>Promise.resolve().then(function(){return Ha}),copy:()=>Promise.resolve().then(function(){return za}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return $a}),cross:()=>Promise.resolve().then(function(){return Ba}),"cursor-fill":()=>Promise.resolve().then(function(){return La}),cursor:()=>Promise.resolve().then(function(){return Ea}),"dash-circle":()=>Promise.resolve().then(function(){return Ra}),"dash-square":()=>Promise.resolve().then(function(){return Da}),dash:()=>Promise.resolve().then(function(){return Ua}),database:()=>Promise.resolve().then(function(){return qa}),dataflow:()=>Promise.resolve().then(function(){return Ka}),download:()=>Promise.resolve().then(function(){return Xa}),edit:()=>Promise.resolve().then(function(){return Ga}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return er}),"exclamation-circle":()=>Promise.resolve().then(function(){return or}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return lr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return rr}),exclamation:()=>Promise.resolve().then(function(){return sr}),"eye-fill":()=>Promise.resolve().then(function(){return cr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return vr}),"eye-slash":()=>Promise.resolve().then(function(){return pr}),eye:()=>Promise.resolve().then(function(){return fr}),"face-smile-fill":()=>Promise.resolve().then(function(){return wr}),"face-smile":()=>Promise.resolve().then(function(){return _r}),facebook:()=>Promise.resolve().then(function(){return yr}),"file-earmark-text":()=>Promise.resolve().then(function(){return Cr}),"file-pdf":()=>Promise.resolve().then(function(){return kr}),"file-plus":()=>Promise.resolve().then(function(){return Hr}),"file-text":()=>Promise.resolve().then(function(){return zr}),file:()=>Promise.resolve().then(function(){return $r}),files:()=>Promise.resolve().then(function(){return Br}),fingerprint:()=>Promise.resolve().then(function(){return Lr}),flash:()=>Promise.resolve().then(function(){return Er}),"folder-check":()=>Promise.resolve().then(function(){return Rr}),"folder-minus":()=>Promise.resolve().then(function(){return Dr}),"folder-plus":()=>Promise.resolve().then(function(){return Ur}),folder:()=>Promise.resolve().then(function(){return qr}),gear:()=>Promise.resolve().then(function(){return Kr}),"geo-alt":()=>Promise.resolve().then(function(){return Xr}),"geo-fill":()=>Promise.resolve().then(function(){return Gr}),geo:()=>Promise.resolve().then(function(){return ei}),"globe-alt":()=>Promise.resolve().then(function(){return oi}),globe:()=>Promise.resolve().then(function(){return li}),google:()=>Promise.resolve().then(function(){return ri}),"grid-alt":()=>Promise.resolve().then(function(){return si}),"grid-fill":()=>Promise.resolve().then(function(){return ci}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return vi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return pi}),"hard-drive":()=>Promise.resolve().then(function(){return fi}),heart:()=>Promise.resolve().then(function(){return wi}),"house-door":()=>Promise.resolve().then(function(){return _i}),house:()=>Promise.resolve().then(function(){return yi}),image:()=>Promise.resolve().then(function(){return Ci}),"in-box":()=>Promise.resolve().then(function(){return ki}),"info-circle-fill":()=>Promise.resolve().then(function(){return Hi}),"info-circle":()=>Promise.resolve().then(function(){return zi}),instagram:()=>Promise.resolve().then(function(){return $i}),key:()=>Promise.resolve().then(function(){return Bi}),"laptop-gear":()=>Promise.resolve().then(function(){return Li}),laptop:()=>Promise.resolve().then(function(){return Ei}),layers:()=>Promise.resolve().then(function(){return Ri}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Di}),"layout-text-window":()=>Promise.resolve().then(function(){return Ui}),layout:()=>Promise.resolve().then(function(){return qi}),"life-buoy":()=>Promise.resolve().then(function(){return Ki}),lightbulb:()=>Promise.resolve().then(function(){return Xi}),link:()=>Promise.resolve().then(function(){return Gi}),linkedin:()=>Promise.resolve().then(function(){return es}),list:()=>Promise.resolve().then(function(){return os}),"lock-fill":()=>Promise.resolve().then(function(){return ls}),lock:()=>Promise.resolve().then(function(){return rs}),login:()=>Promise.resolve().then(function(){return ss}),logout:()=>Promise.resolve().then(function(){return cs}),luggage:()=>Promise.resolve().then(function(){return vs}),"mail-open":()=>Promise.resolve().then(function(){return ps}),mail:()=>Promise.resolve().then(function(){return fs}),map:()=>Promise.resolve().then(function(){return ws}),meetup:()=>Promise.resolve().then(function(){return _s}),menu:()=>Promise.resolve().then(function(){return ys}),microphone:()=>Promise.resolve().then(function(){return Cs}),monitor:()=>Promise.resolve().then(function(){return ks}),moon:()=>Promise.resolve().then(function(){return Hs}),move:()=>Promise.resolve().then(function(){return zs}),paperclip:()=>Promise.resolve().then(function(){return $s}),passcode:()=>Promise.resolve().then(function(){return Bs}),passport:()=>Promise.resolve().then(function(){return Ls}),pause:()=>Promise.resolve().then(function(){return Es}),pencil:()=>Promise.resolve().then(function(){return Rs}),"pending-circle":()=>Promise.resolve().then(function(){return Ds}),"person-dash":()=>Promise.resolve().then(function(){return Us}),"person-plus":()=>Promise.resolve().then(function(){return qs}),"person-x":()=>Promise.resolve().then(function(){return Ks}),person:()=>Promise.resolve().then(function(){return Xs}),phone:()=>Promise.resolve().then(function(){return Gs}),"pin-map-fill":()=>Promise.resolve().then(function(){return ed}),pin:()=>Promise.resolve().then(function(){return od}),placeholder:()=>Promise.resolve().then(function(){return ld}),plane:()=>Promise.resolve().then(function(){return rd}),play:()=>Promise.resolve().then(function(){return sd}),"plus-circle":()=>Promise.resolve().then(function(){return cd}),"plus-square":()=>Promise.resolve().then(function(){return vd}),plus:()=>Promise.resolve().then(function(){return pd}),printer:()=>Promise.resolve().then(function(){return fd}),"question-circle":()=>Promise.resolve().then(function(){return wd}),rocket:()=>Promise.resolve().then(function(){return _d}),save:()=>Promise.resolve().then(function(){return yd}),search:()=>Promise.resolve().then(function(){return Cd}),send:()=>Promise.resolve().then(function(){return kd}),"sg-crest":()=>Promise.resolve().then(function(){return Hd}),share:()=>Promise.resolve().then(function(){return zd}),"shield-tick":()=>Promise.resolve().then(function(){return $d}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Bd}),"sidebar-expand":()=>Promise.resolve().then(function(){return Ld}),"slash-circle":()=>Promise.resolve().then(function(){return Ed}),"slash-divider":()=>Promise.resolve().then(function(){return Rd}),sliders:()=>Promise.resolve().then(function(){return Dd}),"sort-ascending":()=>Promise.resolve().then(function(){return Ud}),"sort-descending":()=>Promise.resolve().then(function(){return qd}),speedometer:()=>Promise.resolve().then(function(){return Kd}),"star-ai":()=>Promise.resolve().then(function(){return Xd}),"star-fill":()=>Promise.resolve().then(function(){return Gd}),star:()=>Promise.resolve().then(function(){return ec}),stoplights:()=>Promise.resolve().then(function(){return oc}),sun:()=>Promise.resolve().then(function(){return lc}),"switch-horizontal":()=>Promise.resolve().then(function(){return rc}),"switch-vertical":()=>Promise.resolve().then(function(){return sc}),tablet:()=>Promise.resolve().then(function(){return cc}),telegram:()=>Promise.resolve().then(function(){return vc}),telephone:()=>Promise.resolve().then(function(){return pc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return fc}),"three-dots":()=>Promise.resolve().then(function(){return wc}),ticket:()=>Promise.resolve().then(function(){return _c}),"toggle-off":()=>Promise.resolve().then(function(){return yc}),"toggle-on":()=>Promise.resolve().then(function(){return Cc}),train:()=>Promise.resolve().then(function(){return kc}),translate:()=>Promise.resolve().then(function(){return Hc}),trash:()=>Promise.resolve().then(function(){return zc}),"trend-down":()=>Promise.resolve().then(function(){return $c}),"trend-up":()=>Promise.resolve().then(function(){return Bc}),truck:()=>Promise.resolve().then(function(){return Lc}),"twitter-x":()=>Promise.resolve().then(function(){return Ec}),unlock:()=>Promise.resolve().then(function(){return Rc}),upload:()=>Promise.resolve().then(function(){return Dc}),"user-check":()=>Promise.resolve().then(function(){return Uc}),"user-circle":()=>Promise.resolve().then(function(){return qc}),"user-pause":()=>Promise.resolve().then(function(){return Kc}),"user-square":()=>Promise.resolve().then(function(){return Xc}),users:()=>Promise.resolve().then(function(){return Gc}),"video-recorder":()=>Promise.resolve().then(function(){return eh}),"volume-max":()=>Promise.resolve().then(function(){return oh}),"volume-x":()=>Promise.resolve().then(function(){return lh}),"window-dash":()=>Promise.resolve().then(function(){return rh}),"window-desktop":()=>Promise.resolve().then(function(){return sh}),"window-dock":()=>Promise.resolve().then(function(){return ch}),"window-fullscreen":()=>Promise.resolve().then(function(){return vh}),"window-plus":()=>Promise.resolve().then(function(){return ph}),"window-sidebar":()=>Promise.resolve().then(function(){return fh}),"window-split":()=>Promise.resolve().then(function(){return wh}),"window-stack":()=>Promise.resolve().then(function(){return _h}),"window-x":()=>Promise.resolve().then(function(){return yh}),window:()=>Promise.resolve().then(function(){return Ch}),"xcircle-fill":()=>Promise.resolve().then(function(){return kh}),xcircle:()=>Promise.resolve().then(function(){return Hh}),youtube:()=>Promise.resolve().then(function(){return zh}),"zoom-in":()=>Promise.resolve().then(function(){return $h}),"zoom-out":()=>Promise.resolve().then(function(){return Bh})};var ut=u`: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 pt=new Map;class gt extends We{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(pt.has(e))return void(this._icon=pt.get(e));const t=vt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();pt.set(e,o.default),this._icon=o.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:de}}gt.styles=[...We.styles,ut],e([Se({type:String,reflect:!0})],gt.prototype,"name",void 0),e([Se({type:String,reflect:!0})],gt.prototype,"size",void 0),e([Se({type:String})],gt.prototype,"ariaLabel",void 0),e([Be()],gt.prototype,"_icon",void 0);var ft=u`: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)}
102
102
 
103
103
 
104
- /*! 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}`,mt=v`.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}`;class wt extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return st`
104
+ /*! 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}`,mt=u`.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}`;class wt extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return st`
105
105
  <div
106
106
  class="spinner-wrapper ${Ie({horizontal:"horizontal"===this.orientation})}"
107
107
  >
@@ -109,39 +109,40 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
109
109
  class="spinner ${Ie({[`spinner-${this.size}`]:this.size})}"
110
110
  role="status"
111
111
  >
112
- ${this.label?ce:st`<span class="sr-only">Loading...</span>`}
112
+ ${this.label?de:st`<span class="sr-only">Loading...</span>`}
113
113
  </div>
114
- ${this.label?st`<span class="spinner-label">${this.label}</span>`:ce}
114
+ ${this.label?st`<span class="spinner-label">${this.label}</span>`:de}
115
115
  </div>
116
- `}}wt.styles=[...We.styles,mt,gt],e([Se({type:String,reflect:!0})],wt.prototype,"variant",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"tone",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"size",void 0),e([Se({reflect:!0,type:String})],wt.prototype,"label",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"orientation",void 0);var bt=v`: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 _t extends ht{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?at`a`:at`button`;return st`
116
+ `}}wt.styles=[...We.styles,mt,ft],e([Se({type:String,reflect:!0})],wt.prototype,"variant",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"tone",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"size",void 0),e([Se({reflect:!0,type:String})],wt.prototype,"label",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"orientation",void 0);var bt=u`: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 _t extends ht{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?rt`a`:rt`button`;return st`
117
117
  <${t}
118
118
  class="btn btn-icon${Ie({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
119
- ?disabled=${ot(e?void 0:this.disabled)}
120
- type=${ot(e?void 0:"button")}
121
- href=${ot(e?this.href:void 0)}
122
- target=${ot(e?this.target:void 0)}
123
- download=${ot(e?this.download:void 0)}
124
- rel=${ot(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
125
- role=${ot(e?"button":void 0)}
119
+ ?disabled=${nt(e?void 0:this.disabled)}
120
+ type=${nt(e?void 0:"button")}
121
+ href=${nt(e?this.href:void 0)}
122
+ target=${nt(e?this.target:void 0)}
123
+ download=${nt(e?this.download:void 0)}
124
+ rel=${nt(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
125
+ role=${nt(e?"button":void 0)}
126
126
  aria-disabled=${this.disabled||this.loading?"true":"false"}
127
127
  tabindex=${this.disabled?"-1":"0"}
128
128
  @click=${this._handleClick}
129
129
  @keydown=${this._handleKeydown}
130
130
  @focus=${this._handleFocus}
131
131
  @blur=${this._handleBlur}
132
- aria-label=${ot(this.loading?"Loading":this.ariaLabel)}
132
+ aria-label=${nt(this.loading?"Loading":this.ariaLabel)}
133
133
  >
134
134
  ${this.loading?st`<sgds-spinner
135
- size=${ot(this._assignSpinnerSize(this.size))}
136
- tone=${ot(this._assignSpinnerTone(this.tone,this.variant))}
135
+ size=${nt(this._assignSpinnerSize(this.size))}
136
+ tone=${nt(this._assignSpinnerTone(this.tone,this.variant))}
137
137
  ></sgds-spinner>`:st`<sgds-icon
138
- name=${ot(this.name)}
139
- size=${ot(this._assignIconSize(this.size))}
138
+ name=${nt(this.name)}
139
+ size=${nt(this._assignIconSize(this.size))}
140
140
  ></sgds-icon>`}
141
141
  </${t}>
142
- `}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":ft,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt="mainnav-context",yt="mainnav-expanded-context";var Zt=v`: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}`;class Ct{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Mt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class Ht extends We{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.collapseId=tt("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new Ct(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<Mt[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 Ye(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Ge(this,"mainnav.show");await qe(this.body,Ke(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 Ye(this.body);const{keyframes:e,options:t}=Ge(this,"mainnav.hide");await qe(this.body,Ke(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,et(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),et(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<Mt[this.expand],ae`
142
+ `}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":gt,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt="mainnav-context",yt="mainnav-expanded-context";var Zt=u`: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}`;class Ct{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Mt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class kt extends We{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=tt("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new Ct(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<Mt[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 Ye(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Ge(this,"mainnav.show");await qe(this.body,Ke(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 Ye(this.body);const{keyframes:e,options:t}=Ge(this,"mainnav.hide");await qe(this.body,Ke(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,et(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),et(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<Mt[this.expand],re`
143
143
  <nav>
144
144
  <div class="navbar ${this._expandClass()}">
145
+ <slot name="start"></slot>
145
146
  <a class="navbar-brand" href=${this.brandHref} aria-label="brand-link">
146
147
  <slot name="brand"></slot>
147
148
  </a>
@@ -155,59 +156,63 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
155
156
  ></slot>
156
157
  </div>
157
158
  </div>
158
- <slot
159
- name="non-collapsible"
160
- class=${Ie({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
161
- ></slot>
162
- <sgds-icon-button
163
- name=${this.expanded?"cross":"menu"}
164
- variant="ghost"
165
- size="sm"
166
- class="navbar-toggler"
167
- @click=${this._handleSummaryClick}
168
- aria-controls="${this.collapseId}"
169
- aria-expanded="${this.expanded}"
170
- .ariaLabel=${"Toggle navigation"}
171
- ></sgds-icon-button>
159
+ <div class="navbar-end">
160
+ <slot
161
+ name="non-collapsible"
162
+ class=${Ie({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
163
+ ></slot>
164
+ <slot name="profile" @slotchange=${this._handleProfileSlotChange}></slot>
165
+ ${this._hasProfileComponent&&this.breakpointReached?de:re`<sgds-icon-button
166
+ name=${this.expanded?"cross":"menu"}
167
+ variant="ghost"
168
+ size="sm"
169
+ tone=${"default"!==this.tone?"fixed-light":de}
170
+ class="navbar-toggler"
171
+ @click=${this._handleSummaryClick}
172
+ aria-controls="${this.collapseId}"
173
+ aria-expanded="${this.expanded}"
174
+ .ariaLabel=${"Toggle navigation"}
175
+ ></sgds-icon-button>`}
176
+ </div>
172
177
  </div>
173
178
  </nav>
174
- `}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}Ht.styles=[...We.styles,Zt],Ht.dependencies={"sgds-icon-button":_t},e([a({context:xt}),Be()],Ht.prototype,"_breakpointReached",void 0),e([a({context:yt}),Be()],Ht.prototype,"expanded",void 0),e([Be()],Ht.prototype,"expanding",void 0),e([Ae("nav")],Ht.prototype,"nav",void 0),e([Ae(".navbar")],Ht.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],Ht.prototype,"header",void 0),e([Ae(".navbar-body")],Ht.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],Ht.prototype,"navScroll",void 0),e([Ae("slot[name='non-collapsible']")],Ht.prototype,"nonCollapsibleSlot",void 0),e([Se({type:Boolean})],Ht.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:String})],Ht.prototype,"brandHref",void 0),e([Se({type:String})],Ht.prototype,"expand",void 0),e([Se({type:Boolean,reflect:!0})],Ht.prototype,"fluid",void 0),e([Be()],Ht.prototype,"breakpointReached",void 0),e([Ee()],Ht.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],Ht.prototype,"endNodes",void 0),e([nt("expanding",{waitUntilFirstUpdate:!0})],Ht.prototype,"handleOpenChange",null),Qe("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Qe("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const Vt=Math.min,Pt=Math.max,zt=Math.round,Ot=Math.floor,kt=e=>({x:e,y:e}),$t={left:"right",right:"left",bottom:"top",top:"bottom"},St={start:"end",end:"start"};function Bt(e,t,n){return Pt(e,Vt(t,n))}function jt(e,t){return"function"==typeof e?e(t):e}function Lt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function Et(e){return"x"===e?"y":"x"}function Rt(e){return"y"===e?"height":"width"}const Tt=new Set(["top","bottom"]);function Nt(e){return Tt.has(Lt(e))?"y":"x"}function Dt(e){return Et(Nt(e))}function It(e,t,n){void 0===n&&(n=!1);const o=At(e),l=Dt(e),r=Rt(l);let a="x"===l?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[r]>t.floating[r]&&(a=Xt(a)),[a,Xt(a)]}function Ut(e){return e.replace(/start|end/g,e=>St[e])}const Wt=["left","right"],qt=["right","left"],Ft=["top","bottom"],Kt=["bottom","top"];function Yt(e,t,n,o){const l=At(e);let r=function(e,t,n){switch(e){case"top":case"bottom":return n?t?qt:Wt:t?Wt:qt;case"left":case"right":return t?Ft:Kt;default:return[]}}(Lt(e),"start"===n,o);return l&&(r=r.map(e=>e+"-"+l),t&&(r=r.concat(r.map(Ut)))),r}function Xt(e){return e.replace(/left|right|bottom|top/g,e=>$t[e])}function Jt(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 Gt(e){const{x:t,y:n,width:o,height:l}=e;return{width:o,height:l,top:n,left:t,right:t+o,bottom:n+l,x:t,y:n}}function Qt(e,t,n){let{reference:o,floating:l}=e;const r=Nt(t),a=Dt(t),i=Rt(a),s=Lt(t),c="y"===r,d=o.x+o.width/2-l.width/2,h=o.y+o.height/2-l.height/2,u=o[i]/2-l[i]/2;let v;switch(s){case"top":v={x:d,y:o.y-l.height};break;case"bottom":v={x:d,y:o.y+o.height};break;case"right":v={x:o.x+o.width,y:h};break;case"left":v={x:o.x-l.width,y:h};break;default:v={x:o.x,y:o.y}}switch(At(t)){case"start":v[a]-=u*(n&&c?-1:1);break;case"end":v[a]+=u*(n&&c?-1:1)}return v}async function en(e,t){var n;void 0===t&&(t={});const{x:o,y:l,platform:r,rects:a,elements:i,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=jt(t,e),p=Jt(v),f=i[u?"floating"===h?"reference":"floating":h],g=Gt(await r.getClippingRect({element:null==(n=await(null==r.isElement?void 0:r.isElement(f)))||n?f:f.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:o,y:l,width:a.floating.width,height:a.floating.height}:a.reference,w=await(null==r.getOffsetParent?void 0:r.getOffsetParent(i.floating)),b=await(null==r.isElement?void 0:r.isElement(w))&&await(null==r.getScale?void 0:r.getScale(w))||{x:1,y:1},_=Gt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(g.top-_.top+p.top)/b.y,bottom:(_.bottom-g.bottom+p.bottom)/b.y,left:(g.left-_.left+p.left)/b.x,right:(_.right-g.right+p.right)/b.x}}const tn=new Set(["left","top"]);function nn(){return"undefined"!=typeof window}function on(e){return an(e)?(e.nodeName||"").toLowerCase():"#document"}function ln(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function rn(e){var t;return null==(t=(an(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function an(e){return!!nn()&&(e instanceof Node||e instanceof ln(e).Node)}function sn(e){return!!nn()&&(e instanceof Element||e instanceof ln(e).Element)}function cn(e){return!!nn()&&(e instanceof HTMLElement||e instanceof ln(e).HTMLElement)}function dn(e){return!(!nn()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof ln(e).ShadowRoot)}const hn=new Set(["inline","contents"]);function un(e){const{overflow:t,overflowX:n,overflowY:o,display:l}=Cn(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!hn.has(l)}const vn=new Set(["table","td","th"]);function pn(e){return vn.has(on(e))}const fn=[":popover-open",":modal"];function gn(e){return fn.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const mn=["transform","translate","scale","rotate","perspective"],wn=["transform","translate","scale","rotate","perspective","filter"],bn=["paint","layout","strict","content"];function _n(e){const t=xn(),n=sn(e)?Cn(e):e;return mn.some(e=>!!n[e]&&"none"!==n[e])||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||wn.some(e=>(n.willChange||"").includes(e))||bn.some(e=>(n.contain||"").includes(e))}function xn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const yn=new Set(["html","body","#document"]);function Zn(e){return yn.has(on(e))}function Cn(e){return ln(e).getComputedStyle(e)}function Mn(e){return sn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Hn(e){if("html"===on(e))return e;const t=e.assignedSlot||e.parentNode||dn(e)&&e.host||rn(e);return dn(t)?t.host:t}function Vn(e){const t=Hn(e);return Zn(t)?e.ownerDocument?e.ownerDocument.body:e.body:cn(t)&&un(t)?t:Vn(t)}function Pn(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const l=Vn(e),r=l===(null==(o=e.ownerDocument)?void 0:o.body),a=ln(l);if(r){const e=zn(a);return t.concat(a,a.visualViewport||[],un(l)?l:[],e&&n?Pn(e):[])}return t.concat(l,Pn(l,[],n))}function zn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function On(e){const t=Cn(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const l=cn(e),r=l?e.offsetWidth:n,a=l?e.offsetHeight:o,i=zt(n)!==r||zt(o)!==a;return i&&(n=r,o=a),{width:n,height:o,$:i}}function kn(e){return sn(e)?e:e.contextElement}function $n(e){const t=kn(e);if(!cn(t))return kt(1);const n=t.getBoundingClientRect(),{width:o,height:l,$:r}=On(t);let a=(r?zt(n.width):n.width)/o,i=(r?zt(n.height):n.height)/l;return a&&Number.isFinite(a)||(a=1),i&&Number.isFinite(i)||(i=1),{x:a,y:i}}const Sn=kt(0);function Bn(e){const t=ln(e);return xn()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Sn}function jn(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const l=e.getBoundingClientRect(),r=kn(e);let a=kt(1);t&&(o?sn(o)&&(a=$n(o)):a=$n(e));const i=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==ln(e))&&t}(r,n,o)?Bn(r):kt(0);let s=(l.left+i.x)/a.x,c=(l.top+i.y)/a.y,d=l.width/a.x,h=l.height/a.y;if(r){const e=ln(r),t=o&&sn(o)?ln(o):o;let n=e,l=zn(n);for(;l&&o&&t!==n;){const e=$n(l),t=l.getBoundingClientRect(),o=Cn(l),r=t.left+(l.clientLeft+parseFloat(o.paddingLeft))*e.x,a=t.top+(l.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=r,c+=a,n=ln(l),l=zn(n)}}return Gt({width:d,height:h,x:s,y:c})}function Ln(e,t){const n=Mn(e).scrollLeft;return t?t.left+n:jn(rn(e)).left+n}function An(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Ln(e,n),y:n.top+t.scrollTop}}const En=new Set(["absolute","fixed"]);function Rn(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=ln(e),o=rn(e),l=n.visualViewport;let r=o.clientWidth,a=o.clientHeight,i=0,s=0;if(l){r=l.width,a=l.height;const e=xn();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const c=Ln(o);if(c<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(o.clientWidth-t.clientWidth-l);a<=25&&(r-=a)}else c<=25&&(r+=c);return{width:r,height:a,x:i,y:s}}(e,n);else if("document"===t)o=function(e){const t=rn(e),n=Mn(e),o=e.ownerDocument.body,l=Pt(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=Pt(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let a=-n.scrollLeft+Ln(e);const i=-n.scrollTop;return"rtl"===Cn(o).direction&&(a+=Pt(t.clientWidth,o.clientWidth)-l),{width:l,height:r,x:a,y:i}}(rn(e));else if(sn(t))o=function(e,t){const n=jn(e,!0,"fixed"===t),o=n.top+e.clientTop,l=n.left+e.clientLeft,r=cn(e)?$n(e):kt(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:l*r.x,y:o*r.y}}(t,n);else{const n=Bn(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Gt(o)}function Tn(e,t){const n=Hn(e);return!(n===t||!sn(n)||Zn(n))&&("fixed"===Cn(n).position||Tn(n,t))}function Nn(e,t,n){const o=cn(t),l=rn(t),r="fixed"===n,a=jn(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const s=kt(0);function c(){s.x=Ln(l)}if(o||!o&&!r)if(("body"!==on(t)||un(l))&&(i=Mn(t)),o){const e=jn(t,!0,r,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&c();r&&!o&&l&&c();const d=!l||o||r?kt(0):An(l,i);return{x:a.left+i.scrollLeft-s.x-d.x,y:a.top+i.scrollTop-s.y-d.y,width:a.width,height:a.height}}function Dn(e){return"static"===Cn(e).position}function In(e,t){if(!cn(e)||"fixed"===Cn(e).position)return null;if(t)return t(e);let n=e.offsetParent;return rn(e)===n&&(n=n.ownerDocument.body),n}function Un(e,t){const n=ln(e);if(gn(e))return n;if(!cn(e)){let t=Hn(e);for(;t&&!Zn(t);){if(sn(t)&&!Dn(t))return t;t=Hn(t)}return n}let o=In(e,t);for(;o&&pn(o)&&Dn(o);)o=In(o,t);return o&&Zn(o)&&Dn(o)&&!_n(o)?n:o||function(e){let t=Hn(e);for(;cn(t)&&!Zn(t);){if(_n(t))return t;if(gn(t))return null;t=Hn(t)}return null}(e)||n}const Wn={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:l}=e;const r="fixed"===l,a=rn(o),i=!!t&&gn(t.floating);if(o===a||i&&r)return n;let s={scrollLeft:0,scrollTop:0},c=kt(1);const d=kt(0),h=cn(o);if((h||!h&&!r)&&(("body"!==on(o)||un(a))&&(s=Mn(o)),cn(o))){const e=jn(o);c=$n(o),d.x=e.x+o.clientLeft,d.y=e.y+o.clientTop}const u=!a||h||r?kt(0):An(a,s);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:n.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:rn,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:l}=e;const r=[..."clippingAncestors"===n?gn(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Pn(e,[],!1).filter(e=>sn(e)&&"body"!==on(e)),l=null;const r="fixed"===Cn(e).position;let a=r?Hn(e):e;for(;sn(a)&&!Zn(a);){const t=Cn(a),n=_n(a);n||"fixed"!==t.position||(l=null),(r?!n&&!l:!n&&"static"===t.position&&l&&En.has(l.position)||un(a)&&!n&&Tn(e,a))?o=o.filter(e=>e!==a):l=t,a=Hn(a)}return t.set(e,o),o}(t,this._c):[].concat(n),o],a=r[0],i=r.reduce((e,n)=>{const o=Rn(t,n,l);return e.top=Pt(o.top,e.top),e.right=Vt(o.right,e.right),e.bottom=Vt(o.bottom,e.bottom),e.left=Pt(o.left,e.left),e},Rn(t,a,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Un,getElementRects:async function(e){const t=this.getOffsetParent||Un,n=this.getDimensions,o=await n(e.floating);return{reference:Nn(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=On(e);return{width:t,height:n}},getScale:$n,isElement:sn,isRTL:function(e){return"rtl"===Cn(e).direction}};function qn(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Fn(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:l=!0,ancestorResize:r=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,c=kn(e),d=l||r?[...c?Pn(c):[],...Pn(t)]:[];d.forEach(e=>{l&&e.addEventListener("scroll",n,{passive:!0}),r&&e.addEventListener("resize",n)});const h=c&&i?function(e,t){let n,o=null;const l=rn(e);function r(){var e;clearTimeout(n),null==(e=o)||e.disconnect(),o=null}return function a(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),r();const c=e.getBoundingClientRect(),{left:d,top:h,width:u,height:v}=c;if(i||t(),!u||!v)return;const p={rootMargin:-Ot(h)+"px "+-Ot(l.clientWidth-(d+u))+"px "+-Ot(l.clientHeight-(h+v))+"px "+-Ot(d)+"px",threshold:Pt(0,Vt(1,s))||1};let f=!0;function g(t){const o=t[0].intersectionRatio;if(o!==s){if(!f)return a();o?a(!1,o):n=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==o||qn(c,e.getBoundingClientRect())||a(),f=!1}try{o=new IntersectionObserver(g,{...p,root:l.ownerDocument})}catch(e){o=new IntersectionObserver(g,p)}o.observe(e)}(!0),r}(c,n):null;let u,v=-1,p=null;a&&(p=new ResizeObserver(e=>{let[o]=e;o&&o.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),n()}),c&&!s&&p.observe(c),p.observe(t));let f=s?jn(e):null;return s&&function t(){const o=jn(e);f&&!qn(f,o)&&n();f=o,u=requestAnimationFrame(t)}(),n(),()=>{var e;d.forEach(e=>{l&&e.removeEventListener("scroll",n),r&&e.removeEventListener("resize",n)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Kn=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:l,y:r,placement:a,middlewareData:i}=t,s=await async function(e,t){const{placement:n,platform:o,elements:l}=e,r=await(null==o.isRTL?void 0:o.isRTL(l.floating)),a=Lt(n),i=At(n),s="y"===Nt(n),c=tn.has(a)?-1:1,d=r&&s?-1:1,h=jt(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(v="end"===i?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return a===(null==(n=i.offset)?void 0:n.placement)&&null!=(o=i.arrow)&&o.alignmentOffset?{}:{x:l+s.x,y:r+s.y,data:{...s,placement:a}}}}},Yn=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:l}=t,{mainAxis:r=!0,crossAxis:a=!1,limiter:i={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=jt(e,t),c={x:n,y:o},d=await en(t,s),h=Nt(Lt(l)),u=Et(h);let v=c[u],p=c[h];if(r){const e="y"===u?"bottom":"right";v=Bt(v+d["y"===u?"top":"left"],v,v-d[e])}if(a){const e="y"===h?"bottom":"right";p=Bt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=i.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-n,y:f.y-o,enabled:{[u]:r,[h]:a}}}}}},Xn=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o;const{placement:l,middlewareData:r,rects:a,initialPlacement:i,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=jt(e,t);if(null!=(n=r.arrow)&&n.alignmentOffset)return{};const m=Lt(l),w=Nt(i),b=Lt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(b||!f?[Xt(i)]:function(e){const t=Xt(e);return[Ut(e),t,Ut(t)]}(i)),y="none"!==p;!u&&y&&x.push(...Yt(i,f,p,_));const Z=[i,...x],C=await en(t,g),M=[];let H=(null==(o=r.flip)?void 0:o.overflows)||[];if(d&&M.push(C[m]),h){const e=It(l,a,_);M.push(C[e[0]],C[e[1]])}if(H=[...H,{placement:l,overflows:M}],!M.every(e=>e<=0)){var V,P;const e=((null==(V=r.flip)?void 0:V.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Nt(t))||H.every(e=>Nt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:H},reset:{placement:t}}}let n=null==(P=H.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:P.placement;if(!n)switch(v){case"bestFit":{var z;const e=null==(z=H.filter(e=>{if(y){const t=Nt(e.placement);return t===w||"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:z[0];e&&(n=e);break}case"initialPlacement":n=i}if(l!==n)return{reset:{placement:n}}}return{}}}},Jn=(e,t,n)=>{const o=new Map,l={platform:Wn,...n},r={...l.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:l="absolute",middleware:r=[],platform:a}=n,i=r.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:l}),{x:d,y:h}=Qt(c,o,s),u=o,v={},p=0;for(let n=0;n<i.length;n++){const{name:r,fn:f}=i[n],{x:g,y:m,data:w,reset:b}=await f({x:d,y:h,initialPlacement:o,placement:u,strategy:l,middlewareData:v,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[r]:{...v[r],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(u=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:d,y:h}=Qt(c,u,s))),n=-1)}return{x:d,y:h,placement:u,strategy:l,middlewareData:v}})(e,t,{...l,platform:r})};var Gn=v`.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}`,Qn=v`: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%}`,eo=v`: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)}}`
179
+ `}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}kt.styles=[...We.styles,Zt],kt.dependencies={"sgds-icon-button":_t},e([r({context:xt}),Be()],kt.prototype,"_breakpointReached",void 0),e([r({context:yt}),Be()],kt.prototype,"expanded",void 0),e([Be()],kt.prototype,"expanding",void 0),e([Ae("nav")],kt.prototype,"nav",void 0),e([Ae(".navbar")],kt.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],kt.prototype,"header",void 0),e([Ae(".navbar-body")],kt.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],kt.prototype,"navScroll",void 0),e([Ae(".navbar-end")],kt.prototype,"navbarEnd",void 0),e([Be()],kt.prototype,"_hasProfileComponent",void 0),e([Se({type:Boolean})],kt.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:String})],kt.prototype,"brandHref",void 0),e([Se({type:String,reflect:!0})],kt.prototype,"tone",void 0),e([Se({type:String})],kt.prototype,"expand",void 0),e([Se({type:Boolean,reflect:!0})],kt.prototype,"fluid",void 0),e([Be()],kt.prototype,"breakpointReached",void 0),e([Ee()],kt.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],kt.prototype,"endNodes",void 0),e([ot("expanding",{waitUntilFirstUpdate:!0})],kt.prototype,"handleOpenChange",null),Qe("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Qe("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const Pt=Math.min,Ht=Math.max,Vt=Math.round,zt=Math.floor,Ot=e=>({x:e,y:e}),$t={left:"right",right:"left",bottom:"top",top:"bottom"},St={start:"end",end:"start"};function Bt(e,t,o){return Ht(e,Pt(t,o))}function jt(e,t){return"function"==typeof e?e(t):e}function Lt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function Et(e){return"x"===e?"y":"x"}function Tt(e){return"y"===e?"height":"width"}const Rt=new Set(["top","bottom"]);function Nt(e){return Rt.has(Lt(e))?"y":"x"}function Dt(e){return Et(Nt(e))}function It(e,t,o){void 0===o&&(o=!1);const n=At(e),l=Dt(e),a=Tt(l);let r="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[a]>t.floating[a]&&(r=Xt(r)),[r,Xt(r)]}function Ut(e){return e.replace(/start|end/g,e=>St[e])}const Wt=["left","right"],qt=["right","left"],Ft=["top","bottom"],Kt=["bottom","top"];function Yt(e,t,o,n){const l=At(e);let a=function(e,t,o){switch(e){case"top":case"bottom":return o?t?qt:Wt:t?Wt:qt;case"left":case"right":return t?Ft:Kt;default:return[]}}(Lt(e),"start"===o,n);return l&&(a=a.map(e=>e+"-"+l),t&&(a=a.concat(a.map(Ut)))),a}function Xt(e){return e.replace(/left|right|bottom|top/g,e=>$t[e])}function Jt(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 Gt(e){const{x:t,y:o,width:n,height:l}=e;return{width:n,height:l,top:o,left:t,right:t+n,bottom:o+l,x:t,y:o}}function Qt(e,t,o){let{reference:n,floating:l}=e;const a=Nt(t),r=Dt(t),i=Tt(r),s=Lt(t),d="y"===a,c=n.x+n.width/2-l.width/2,h=n.y+n.height/2-l.height/2,v=n[i]/2-l[i]/2;let u;switch(s){case"top":u={x:c,y:n.y-l.height};break;case"bottom":u={x:c,y:n.y+n.height};break;case"right":u={x:n.x+n.width,y:h};break;case"left":u={x:n.x-l.width,y:h};break;default:u={x:n.x,y:n.y}}switch(At(t)){case"start":u[r]-=v*(o&&d?-1:1);break;case"end":u[r]+=v*(o&&d?-1:1)}return u}async function eo(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:a,rects:r,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=jt(t,e),p=Jt(u),g=i[v?"floating"===h?"reference":"floating":h],f=Gt(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(g)))||o?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),m="floating"===h?{x:n,y:l,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==a.getOffsetParent?void 0:a.getOffsetParent(i.floating)),b=await(null==a.isElement?void 0:a.isElement(w))&&await(null==a.getScale?void 0:a.getScale(w))||{x:1,y:1},_=Gt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-_.top+p.top)/b.y,bottom:(_.bottom-f.bottom+p.bottom)/b.y,left:(f.left-_.left+p.left)/b.x,right:(_.right-f.right+p.right)/b.x}}const to=new Set(["left","top"]);function oo(){return"undefined"!=typeof window}function no(e){return ro(e)?(e.nodeName||"").toLowerCase():"#document"}function lo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ao(e){var t;return null==(t=(ro(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function ro(e){return!!oo()&&(e instanceof Node||e instanceof lo(e).Node)}function io(e){return!!oo()&&(e instanceof Element||e instanceof lo(e).Element)}function so(e){return!!oo()&&(e instanceof HTMLElement||e instanceof lo(e).HTMLElement)}function co(e){return!(!oo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof lo(e).ShadowRoot)}const ho=new Set(["inline","contents"]);function vo(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=Co(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!ho.has(l)}const uo=new Set(["table","td","th"]);function po(e){return uo.has(no(e))}const go=[":popover-open",":modal"];function fo(e){return go.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const mo=["transform","translate","scale","rotate","perspective"],wo=["transform","translate","scale","rotate","perspective","filter"],bo=["paint","layout","strict","content"];function _o(e){const t=xo(),o=io(e)?Co(e):e;return mo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||wo.some(e=>(o.willChange||"").includes(e))||bo.some(e=>(o.contain||"").includes(e))}function xo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const yo=new Set(["html","body","#document"]);function Zo(e){return yo.has(no(e))}function Co(e){return lo(e).getComputedStyle(e)}function Mo(e){return io(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ko(e){if("html"===no(e))return e;const t=e.assignedSlot||e.parentNode||co(e)&&e.host||ao(e);return co(t)?t.host:t}function Po(e){const t=ko(e);return Zo(t)?e.ownerDocument?e.ownerDocument.body:e.body:so(t)&&vo(t)?t:Po(t)}function Ho(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=Po(e),a=l===(null==(n=e.ownerDocument)?void 0:n.body),r=lo(l);if(a){const e=Vo(r);return t.concat(r,r.visualViewport||[],vo(l)?l:[],e&&o?Ho(e):[])}return t.concat(l,Ho(l,[],o))}function Vo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){const t=Co(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=so(e),a=l?e.offsetWidth:o,r=l?e.offsetHeight:n,i=Vt(o)!==a||Vt(n)!==r;return i&&(o=a,n=r),{width:o,height:n,$:i}}function Oo(e){return io(e)?e:e.contextElement}function $o(e){const t=Oo(e);if(!so(t))return Ot(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:a}=zo(t);let r=(a?Vt(o.width):o.width)/n,i=(a?Vt(o.height):o.height)/l;return r&&Number.isFinite(r)||(r=1),i&&Number.isFinite(i)||(i=1),{x:r,y:i}}const So=Ot(0);function Bo(e){const t=lo(e);return xo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:So}function jo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),a=Oo(e);let r=Ot(1);t&&(n?io(n)&&(r=$o(n)):r=$o(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==lo(e))&&t}(a,o,n)?Bo(a):Ot(0);let s=(l.left+i.x)/r.x,d=(l.top+i.y)/r.y,c=l.width/r.x,h=l.height/r.y;if(a){const e=lo(a),t=n&&io(n)?lo(n):n;let o=e,l=Vo(o);for(;l&&n&&t!==o;){const e=$o(l),t=l.getBoundingClientRect(),n=Co(l),a=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,r=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,h*=e.y,s+=a,d+=r,o=lo(l),l=Vo(o)}}return Gt({width:c,height:h,x:s,y:d})}function Lo(e,t){const o=Mo(e).scrollLeft;return t?t.left+o:jo(ao(e)).left+o}function Ao(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-Lo(e,o),y:o.top+t.scrollTop}}const Eo=new Set(["absolute","fixed"]);function To(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=lo(e),n=ao(e),l=o.visualViewport;let a=n.clientWidth,r=n.clientHeight,i=0,s=0;if(l){a=l.width,r=l.height;const e=xo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const d=Lo(n);if(d<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,r=Math.abs(n.clientWidth-t.clientWidth-l);r<=25&&(a-=r)}else d<=25&&(a+=d);return{width:a,height:r,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=ao(e),o=Mo(e),n=e.ownerDocument.body,l=Ht(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Ht(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let r=-o.scrollLeft+Lo(e);const i=-o.scrollTop;return"rtl"===Co(n).direction&&(r+=Ht(t.clientWidth,n.clientWidth)-l),{width:l,height:a,x:r,y:i}}(ao(e));else if(io(t))n=function(e,t){const o=jo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,a=so(e)?$o(e):Ot(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:l*a.x,y:n*a.y}}(t,o);else{const o=Bo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Gt(n)}function Ro(e,t){const o=ko(e);return!(o===t||!io(o)||Zo(o))&&("fixed"===Co(o).position||Ro(o,t))}function No(e,t,o){const n=so(t),l=ao(t),a="fixed"===o,r=jo(e,!0,a,t);let i={scrollLeft:0,scrollTop:0};const s=Ot(0);function d(){s.x=Lo(l)}if(n||!n&&!a)if(("body"!==no(t)||vo(l))&&(i=Mo(t)),n){const e=jo(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&d();a&&!n&&l&&d();const c=!l||n||a?Ot(0):Ao(l,i);return{x:r.left+i.scrollLeft-s.x-c.x,y:r.top+i.scrollTop-s.y-c.y,width:r.width,height:r.height}}function Do(e){return"static"===Co(e).position}function Io(e,t){if(!so(e)||"fixed"===Co(e).position)return null;if(t)return t(e);let o=e.offsetParent;return ao(e)===o&&(o=o.ownerDocument.body),o}function Uo(e,t){const o=lo(e);if(fo(e))return o;if(!so(e)){let t=ko(e);for(;t&&!Zo(t);){if(io(t)&&!Do(t))return t;t=ko(t)}return o}let n=Io(e,t);for(;n&&po(n)&&Do(n);)n=Io(n,t);return n&&Zo(n)&&Do(n)&&!_o(n)?o:n||function(e){let t=ko(e);for(;so(t)&&!Zo(t);){if(_o(t))return t;if(fo(t))return null;t=ko(t)}return null}(e)||o}const Wo={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const a="fixed"===l,r=ao(n),i=!!t&&fo(t.floating);if(n===r||i&&a)return o;let s={scrollLeft:0,scrollTop:0},d=Ot(1);const c=Ot(0),h=so(n);if((h||!h&&!a)&&(("body"!==no(n)||vo(r))&&(s=Mo(n)),so(n))){const e=jo(n);d=$o(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}const v=!r||h||a?Ot(0):Ao(r,s);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-s.scrollLeft*d.x+c.x+v.x,y:o.y*d.y-s.scrollTop*d.y+c.y+v.y}},getDocumentElement:ao,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const a=[..."clippingAncestors"===o?fo(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=Ho(e,[],!1).filter(e=>io(e)&&"body"!==no(e)),l=null;const a="fixed"===Co(e).position;let r=a?ko(e):e;for(;io(r)&&!Zo(r);){const t=Co(r),o=_o(r);o||"fixed"!==t.position||(l=null),(a?!o&&!l:!o&&"static"===t.position&&l&&Eo.has(l.position)||vo(r)&&!o&&Ro(e,r))?n=n.filter(e=>e!==r):l=t,r=ko(r)}return t.set(e,n),n}(t,this._c):[].concat(o),n],r=a[0],i=a.reduce((e,o)=>{const n=To(t,o,l);return e.top=Ht(n.top,e.top),e.right=Pt(n.right,e.right),e.bottom=Pt(n.bottom,e.bottom),e.left=Ht(n.left,e.left),e},To(t,r,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Uo,getElementRects:async function(e){const t=this.getOffsetParent||Uo,o=this.getDimensions,n=await o(e.floating);return{reference:No(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=zo(e);return{width:t,height:o}},getScale:$o,isElement:io,isRTL:function(e){return"rtl"===Co(e).direction}};function qo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Fo(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:a=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,d=Oo(e),c=l||a?[...d?Ho(d):[],...Ho(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&i?function(e,t){let o,n=null;const l=ao(e);function a(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function r(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:v,height:u}=d;if(i||t(),!v||!u)return;const p={rootMargin:-zt(h)+"px "+-zt(l.clientWidth-(c+v))+"px "+-zt(l.clientHeight-(h+u))+"px "+-zt(c)+"px",threshold:Ht(0,Pt(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return r();n?r(!1,n):o=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==n||qo(d,e.getBoundingClientRect())||r(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),a}(d,o):null;let v,u=-1,p=null;r&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===d&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),d&&!s&&p.observe(d),p.observe(t));let g=s?jo(e):null;return s&&function t(){const n=jo(e);g&&!qo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Ko=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:a,placement:r,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,a=await(null==n.isRTL?void 0:n.isRTL(l.floating)),r=Lt(o),i=At(o),s="y"===Nt(o),d=to.has(r)?-1:1,c=a&&s?-1:1,h=jt(t,e);let{mainAxis:v,crossAxis:u,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(u="end"===i?-1*p:p),s?{x:u*c,y:v*d}:{x:v*d,y:u*c}}(t,e);return r===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:a+s.y,data:{...s,placement:r}}}}},Yo=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:a=!0,crossAxis:r=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=jt(e,t),d={x:o,y:n},c=await eo(t,s),h=Nt(Lt(l)),v=Et(h);let u=d[v],p=d[h];if(a){const e="y"===v?"bottom":"right";u=Bt(u+c["y"===v?"top":"left"],u,u-c[e])}if(r){const e="y"===h?"bottom":"right";p=Bt(p+c["y"===h?"top":"left"],p,p-c[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:a,[h]:r}}}}}},Xo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:a,rects:r,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=jt(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const m=Lt(l),w=Nt(i),b=Lt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(d.floating)),x=v||(b||!g?[Xt(i)]:function(e){const t=Xt(e);return[Ut(e),t,Ut(t)]}(i)),y="none"!==p;!v&&y&&x.push(...Yt(i,g,p,_));const Z=[i,...x],C=await eo(t,f),M=[];let k=(null==(n=a.flip)?void 0:n.overflows)||[];if(c&&M.push(C[m]),h){const e=It(l,r,_);M.push(C[e[0]],C[e[1]])}if(k=[...k,{placement:l,overflows:M}],!M.every(e=>e<=0)){var P,H;const e=((null==(P=a.flip)?void 0:P.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Nt(t))||k.every(e=>Nt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:k},reset:{placement:t}}}let o=null==(H=k.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!o)switch(u){case"bestFit":{var V;const e=null==(V=k.filter(e=>{if(y){const t=Nt(e.placement);return t===w||"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&&(o=e);break}case"initialPlacement":o=i}if(l!==o)return{reset:{placement:o}}}return{}}}},Jo=(e,t,o)=>{const n=new Map,l={platform:Wo,...o},a={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:a=[],platform:r}=o,i=a.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let d=await r.getElementRects({reference:e,floating:t,strategy:l}),{x:c,y:h}=Qt(d,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:a,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:c,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:d,platform:r,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=m?m:h,u={...u,[a]:{...u[a],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(d=!0===b.rects?await r.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:c,y:h}=Qt(d,v,s))),o=-1)}return{x:c,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:a})};var Go=u`.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}`,Qo=u`: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%}`,en=u`: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)}}`
175
180
  /**
176
181
  * @license
177
182
  * Copyright 2020 Google LLC
178
183
  * SPDX-License-Identifier: BSD-3-Clause
179
- */;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const to=(e,t)=>{const n=e._$disconnectableChildren;if(void 0===n)return!1;for(const e of n)e._$notifyDirectiveConnectionChanged?.(t,!1),to(e,t);return!0},no=e=>{let t,n;do{if(void 0===(t=e._$parent))break;n=t._$disconnectableChildren,n.delete(e),e=t}while(0===n?.size)},oo=e=>{for(let t;t=e._$parent;e=t){let n=t._$disconnectableChildren;if(void 0===n)t._$disconnectableChildren=n=new Set;else if(n.has(e))break;n.add(e),ao(t)}};
184
+ */;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const tn=(e,t)=>{const o=e._$disconnectableChildren;if(void 0===o)return!1;for(const e of o)e._$notifyDirectiveConnectionChanged?.(t,!1),tn(e,t);return!0},on=e=>{let t,o;do{if(void 0===(t=e._$parent))break;o=t._$disconnectableChildren,o.delete(e),e=t}while(0===o?.size)},nn=e=>{for(let t;t=e._$parent;e=t){let o=t._$disconnectableChildren;if(void 0===o)t._$disconnectableChildren=o=new Set;else if(o.has(e))break;o.add(e),rn(t)}};
180
185
  /**
181
186
  * @license
182
187
  * Copyright 2017 Google LLC
183
188
  * SPDX-License-Identifier: BSD-3-Clause
184
- */function lo(e){void 0!==this._$disconnectableChildren?(no(this),this._$parent=e,oo(this)):this._$parent=e}function ro(e,t=!1,n=0){const o=this._$committedValue,l=this._$disconnectableChildren;if(void 0!==l&&0!==l.size)if(t)if(Array.isArray(o))for(let e=n;e<o.length;e++)to(o[e],!1),no(o[e]);else null!=o&&(to(o,!1),no(o));else to(this,e)}const ao=e=>{e.type==Te&&(e._$notifyConnectionChanged??=ro,e._$reparentDisconnectables??=lo)};class io extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,n){super._$initialize(e,t,n),oo(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(to(this,e),no(this))}setValue(e){if(void 0===this.__part.strings)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(){}}
189
+ */function ln(e){void 0!==this._$disconnectableChildren?(on(this),this._$parent=e,nn(this)):this._$parent=e}function an(e,t=!1,o=0){const n=this._$committedValue,l=this._$disconnectableChildren;if(void 0!==l&&0!==l.size)if(t)if(Array.isArray(n))for(let e=o;e<n.length;e++)tn(n[e],!1),on(n[e]);else null!=n&&(tn(n,!1),on(n));else tn(this,e)}const rn=e=>{e.type==Re&&(e._$notifyConnectionChanged??=an,e._$reparentDisconnectables??=ln)};class sn extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,o){super._$initialize(e,t,o),nn(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(tn(this,e),on(this))}setValue(e){if(void 0===this.__part.strings)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(){}}
185
190
  /**
186
191
  * @license
187
192
  * Copyright 2020 Google LLC
188
193
  * SPDX-License-Identifier: BSD-3-Clause
189
- */const so=()=>new co;class co{}const ho=new WeakMap;const uo=Ne(class extends io{render(e){return ce}update(e,[t]){const n=t!==this._ref;return n&&void 0!==this._ref&&this._updateRefValue(void 0),(n||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),ce}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let n=ho.get(t);void 0===n&&(n=new WeakMap,ho.set(t,n)),void 0!==n.get(this._ref)&&this._ref.call(this._context,void 0),n.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?ho.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}});class vo extends We{constructor(){super(...arguments),this.myDropdown=so(),this.dropdownMenuId=tt("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=so(),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}=Ge(this,"dropdown.show");await qe(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=Fn(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}=Ge(this,"dropdown.hide");await qe(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 n=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)},o=t.map(n),l=e.map(e=>{const l=n(e),r=o.indexOf(l);return-1!==r?t[r]:e}).concat(t.filter(t=>!e.some(e=>n(e)===n(t))));return l}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=[Kn(8),this.noFlip?void 0:Xn(),Yn()].filter(Boolean);let n=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(n=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const o=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:n}),{x:l,y:r,strategy:a,placement:i}=await Jn(this.myDropdown.value,this.menuRef.value,o);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:a,left:`${l}px`,top:`${r}px`})}}e([Se({type:Boolean,state:!0})],vo.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],vo.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],vo.prototype,"drop",void 0),e([Se({type:Object})],vo.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"readonly",void 0),Qe("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),Qe("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class po extends vo{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(),n=t.find(t=>e.composedPath().includes(t));if(!n)return;const o=t.indexOf(n);this.nextDropdownItemNo=o+1,this.prevDropdownItemNo=o<=0?t.length-1:o-1,n.disabled||(this.emit("sgds-select",{detail:{item:n}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const n=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");n&&n.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 n=(e%t.length+t.length)%t.length,o=t[n];this.emit("i-sgds-option-focus",{detail:{option:o}}),this.nextDropdownItemNo=(n+1)%t.length,this.prevDropdownItemNo=(n-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===o?"0":"-1"),e===o&&t.focus()})}}po.styles=vo.styles,e([Ae("ul.dropdown-menu")],po.prototype,"menu",void 0),e([Be()],po.prototype,"nextDropdownItemNo",void 0),e([Be()],po.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],po.prototype,"hidden",void 0);class fo extends po{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=uo()}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 n=this.menuRef.value;n&&e.composedPath().includes(n)||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 ae`
194
+ */const dn=()=>new cn;class cn{}const hn=new WeakMap;const vn=Ne(class extends sn{render(e){return de}update(e,[t]){const o=t!==this._ref;return o&&void 0!==this._ref&&this._updateRefValue(void 0),(o||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),de}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let o=hn.get(t);void 0===o&&(o=new WeakMap,hn.set(t,o)),void 0!==o.get(this._ref)&&this._ref.call(this._context,void 0),o.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?hn.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}});class un extends We{constructor(){super(...arguments),this.myDropdown=dn(),this.dropdownMenuId=tt("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=dn(),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}=Ge(this,"dropdown.show");await qe(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=Fo(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}=Ge(this,"dropdown.hide");await qe(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 o=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)},n=t.map(o),l=e.map(e=>{const l=o(e),a=n.indexOf(l);return-1!==a?t[a]:e}).concat(t.filter(t=>!e.some(e=>o(e)===o(t))));return l}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=[Ko(8),this.noFlip?void 0:Xo(),Yo()].filter(Boolean);let o=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(o=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const n=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:o}),{x:l,y:a,strategy:r,placement:i}=await Jo(this.myDropdown.value,this.menuRef.value,n);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:r,left:`${l}px`,top:`${a}px`})}}e([Se({type:Boolean,state:!0})],un.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],un.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],un.prototype,"drop",void 0),e([Se({type:Object})],un.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"readonly",void 0),Qe("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),Qe("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class pn extends un{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(),o=t.find(t=>e.composedPath().includes(t));if(!o)return;const n=t.indexOf(o);this.nextDropdownItemNo=n+1,this.prevDropdownItemNo=n<=0?t.length-1:n-1,o.disabled||(this.emit("sgds-select",{detail:{item:o}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const o=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");o&&o.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 o=(e%t.length+t.length)%t.length,n=t[o];this.emit("i-sgds-option-focus",{detail:{option:n}}),this.nextDropdownItemNo=(o+1)%t.length,this.prevDropdownItemNo=(o-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===n?"0":"-1"),e===n&&t.focus()})}}pn.styles=un.styles,e([Ae("ul.dropdown-menu")],pn.prototype,"menu",void 0),e([Be()],pn.prototype,"nextDropdownItemNo",void 0),e([Be()],pn.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"hidden",void 0);class gn extends pn{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=vn()}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 o=this.menuRef.value;o&&e.composedPath().includes(o)||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 re`
190
195
  <div class="dropdown" @click=${this._handleClick}>
191
- <div class="toggler-container" ${uo(this.myDropdown)}>
196
+ <div class="toggler-container" ${vn(this.myDropdown)}>
192
197
  <slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
193
198
  </div>
194
- <div class="dropdown-menu" role="menu" ${uo(this.menuRef)}>
199
+ <div class="dropdown-menu" role="menu" ${vn(this.menuRef)}>
195
200
  <slot id="default" @click=${this.handleSelectSlot}></slot>
196
201
  </div>
197
202
  </div>
198
- `}}fo.styles=[...po.styles,Gn,Qn],e([Se({type:Boolean,reflect:!0,state:!1})],fo.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],fo.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],fo.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],fo.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],fo.prototype,"_toggler",void 0),e([nt("menuIsOpen")],fo.prototype,"_handleMenuIsOpenChange",null),e([nt("disabled",{waitUntilFirstUpdate:!0})],fo.prototype,"_handleDisabled",null);var go=v`: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 mo extends We{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 ae`
203
+ `}}gn.styles=[...pn.styles,Go,Qo],e([Se({type:Boolean,reflect:!0,state:!1})],gn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],gn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],gn.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],gn.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],gn.prototype,"_toggler",void 0),e([ot("menuIsOpen")],gn.prototype,"_handleMenuIsOpenChange",null),e([ot("disabled",{waitUntilFirstUpdate:!0})],gn.prototype,"_handleDisabled",null);var fn=u`: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 mn extends We{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 re`
199
204
  <div
200
- class="dropdown-item ${Ie({disabled:this.disabled,active:this.active})}"
201
- tabindex=${this.disabled?"-1":"0"}
202
- aria-label=${ot(this.ariaLabel||void 0)}
205
+ class="dropdown-item ${Ie({disabled:this.disabled,active:this.active,readonly:this.readonly})}"
206
+ tabindex=${this.disabled||this.readonly?"-1":"0"}
207
+ aria-label=${nt(this.ariaLabel||void 0)}
203
208
  >
204
209
  <slot></slot>
205
210
  </div>
206
- `}}mo.styles=[Gn,go],mo.dependencies={"sgds-icon":ft},e([Ee({flatten:!0})],mo.prototype,"anchor",void 0),e([Se({type:Boolean})],mo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],mo.prototype,"disabled",void 0),e([Se({type:String})],mo.prototype,"ariaLabel",void 0);const wo="Enter";class bo extends We{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=tt("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 n=e.shadowRoot.querySelector(".dropdown-item");n.classList.add("mainnav-dropdown-link");const o=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");o.tabIndex=-1,n.classList.contains("disabled")?(o.setAttribute("href","javascript:void(0)"),o.setAttribute("tabindex","-1")):o.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")),n=[this.menuHeaderButton,...t],o=n.length;if(0===o)return;const l=n[0],r=n[o-1].shadowRoot.querySelector(".dropdown-item");let a=document.activeElement;if(a===this&&(a=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)a===l&&(e.preventDefault(),setTimeout(()=>{r.focus()},0));else{const t=a.shadowRoot?a.shadowRoot.querySelector(".dropdown-item"):null;t&&t===r&&(e.preventDefault(),l.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 n=o=>{"transform"===o.propertyName&&(e.removeEventListener("transitionend",n),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",n),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==wo&&" "!==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 wo:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=ae`
211
+ `}}mn.styles=[Go,fn],mn.dependencies={"sgds-icon":gt},e([Ee({flatten:!0})],mn.prototype,"anchor",void 0),e([Se({type:Boolean})],mn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],mn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],mn.prototype,"readonly",void 0),e([Se({type:String})],mn.prototype,"ariaLabel",void 0);const wn="Enter";class bn extends We{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=tt("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 o=e.shadowRoot.querySelector(".dropdown-item");o.classList.add("mainnav-dropdown-link");const n=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");n.tabIndex=-1,o.classList.contains("disabled")?(n.setAttribute("href","javascript:void(0)"),n.setAttribute("tabindex","-1")):n.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")),o=[this.menuHeaderButton,...t],n=o.length;if(0===n)return;const l=o[0],a=o[n-1].shadowRoot.querySelector(".dropdown-item");let r=document.activeElement;if(r===this&&(r=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)r===l&&(e.preventDefault(),setTimeout(()=>{a.focus()},0));else{const t=r.shadowRoot?r.shadowRoot.querySelector(".dropdown-item"):null;t&&t===a&&(e.preventDefault(),l.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 o=n=>{"transform"===n.propertyName&&(e.removeEventListener("transitionend",o),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",o),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==wn&&" "!==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 wn:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=re`
207
212
  <a
208
213
  class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
209
214
  aria-disabled=${this.disabled?"true":"false"}
210
- aria-label=${ot(this.ariaLabel)}
215
+ aria-label=${nt(this.ariaLabel)}
211
216
  tabindex=${this.disabled?"-1":"0"}
212
217
  role="button"
213
218
  @click=${this._openMenu}
@@ -223,14 +228,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
223
228
  </a>
224
229
  <slot @slotchange=${this._handleSlotChange}></slot>
225
230
  </div>
226
- `,t=ae`<sgds-dropdown
227
- .floatingOpts=${{middleware:[Kn(0)]}}
231
+ `,t=re`<sgds-dropdown
232
+ .floatingOpts=${{middleware:[Ko(0)]}}
228
233
  ?disabled=${this.disabled}
229
234
  >
230
235
  <a
231
236
  class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
232
237
  aria-disabled=${this.disabled?"true":"false"}
233
- aria-label=${ot(this.ariaLabel)}
238
+ aria-label=${nt(this.ariaLabel)}
234
239
  id=${this.togglerId}
235
240
  tabindex=${this.disabled?"-1":"0"}
236
241
  role="button"
@@ -240,14 +245,50 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
240
245
  <sgds-icon name="chevron-down" size="md"></sgds-icon>
241
246
  </a>
242
247
  <slot @slotchange=${this._handleDesktopSlotChange}></slot>
243
- </sgds-dropdown>`;return this._breakpointReached?e:t}}bo.styles=[...We.styles,Gn,Qn,eo],bo.dependencies={"sgds-dropdown":fo,"sgds-dropdown-item":mo,"sgds-icon":ft},e([i({context:xt,subscribe:!0}),Be()],bo.prototype,"_breakpointReached",void 0),e([i({context:yt,subscribe:!0}),Be()],bo.prototype,"expanded",void 0),e([Ae(".nav-link")],bo.prototype,"navLink",void 0),e([Ae(".dropdown-items")],bo.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],bo.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],bo.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],bo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],bo.prototype,"disabled",void 0),e([Se({type:String})],bo.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],bo.prototype,"togglerNodes",void 0),e([Ee()],bo.prototype,"defaultNodes",void 0);var _o=v`: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 xo extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,n=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(n.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===n.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===n.length){const e=n[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 ae`<slot @slotchange=${this._handleSlotChange}></slot>`}}function yo(e,t){customElements.get(e)||customElements.define(e,t)}xo.styles=[...We.styles,_o],e([Se({type:Boolean,reflect:!0})],xo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],xo.prototype,"disabled",void 0),e([nt("disabled")],xo.prototype,"_handleDisabled",null),yo("sgds-mainnav",Ht),yo("sgds-mainnav-dropdown",bo),yo("sgds-mainnav-item",xo);var Zo=ae`
248
+ </sgds-dropdown>`;return this._breakpointReached?e:t}}bn.styles=[...We.styles,Go,Qo,en],bn.dependencies={"sgds-dropdown":gn,"sgds-dropdown-item":mn,"sgds-icon":gt},e([i({context:xt,subscribe:!0}),Be()],bn.prototype,"_breakpointReached",void 0),e([i({context:yt,subscribe:!0}),Be()],bn.prototype,"expanded",void 0),e([Ae(".nav-link")],bn.prototype,"navLink",void 0),e([Ae(".dropdown-items")],bn.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],bn.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],bn.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],bn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],bn.prototype,"disabled",void 0),e([Se({type:String})],bn.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],bn.prototype,"togglerNodes",void 0),e([Ee()],bn.prototype,"defaultNodes",void 0);var _n=u`: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 xn extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,o=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(o.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===o.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===o.length){const e=o[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 re`<slot @slotchange=${this._handleSlotChange}></slot>`}}xn.styles=[...We.styles,_n],e([Se({type:Boolean,reflect:!0})],xn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],xn.prototype,"disabled",void 0),e([ot("disabled")],xn.prototype,"_handleDisabled",null);var yn=u`: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 Zn extends We{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=tt("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}render(){return this._breakpointReached?re`
249
+ <div
250
+ class="profile-avatar-mobile"
251
+ role="button"
252
+ tabindex="0"
253
+ aria-label=${this.ariaLabel||"Toggle navigation"}
254
+ aria-expanded=${this._mobileMenuOpen?"true":"false"}
255
+ @click=${this._handleMobileToggle}
256
+ @keydown=${this._handleKeydown}
257
+ >
258
+ <slot name="avatar"></slot>
259
+ </div>
260
+ <div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
261
+ <div class="profile-mobile-items">
262
+ <slot></slot>
263
+ </div>
264
+ </div>
265
+ `:re`
266
+ <sgds-dropdown .floatingOpts=${{middleware:[Ko(0)]}} ?disabled=${this.disabled} close=${this.close}>
267
+ <button
268
+ class="${Ie({"nav-link":!0,disabled:this.disabled})}"
269
+ aria-disabled=${this.disabled?"true":"false"}
270
+ aria-label=${nt(this.ariaLabel)}
271
+ id=${this.togglerId}
272
+ tabindex=${this.disabled?"-1":"0"}
273
+ slot="toggler"
274
+ >
275
+ <slot name="avatar"></slot>
276
+ ${this.label||this.secondaryText?re`<div class="profile-text">
277
+ ${this.label?re`<span class="profile-label">${this.label}</span>`:de}
278
+ ${this.secondaryText?re`<span class="profile-secondary-text">${this.secondaryText}</span>`:de}
279
+ </div>`:de}
280
+ <sgds-icon name="chevron-down" size="md"></sgds-icon>
281
+ </button>
282
+ <slot></slot>
283
+ </sgds-dropdown>
284
+ `}}function Cn(e,t){customElements.get(e)||customElements.define(e,t)}Zn.styles=[...We.styles,yn],Zn.dependencies={"sgds-dropdown":gn,"sgds-dropdown-item":mn,"sgds-icon":gt},e([i({context:xt,subscribe:!0}),Be()],Zn.prototype,"_breakpointReached",void 0),e([Be()],Zn.prototype,"_mobileMenuOpen",void 0),e([Se({type:String,reflect:!0})],Zn.prototype,"label",void 0),e([Se({type:String,reflect:!0})],Zn.prototype,"secondaryText",void 0),e([Se({type:Boolean})],Zn.prototype,"disabled",void 0),e([Se({type:String})],Zn.prototype,"ariaLabel",void 0),e([Se({type:String})],Zn.prototype,"close",void 0),Cn("sgds-mainnav",kt),Cn("sgds-mainnav-dropdown",bn),Cn("sgds-mainnav-item",xn),Cn("sgds-mainnav-profile",Zn);var Mn=re`
244
285
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
245
286
  <path
246
287
  fill="currentColor"
247
288
  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"
248
289
  />
249
290
  </svg>
250
- `,Co=Object.freeze({__proto__:null,default:Zo}),Mo=ae`
291
+ `,kn=Object.freeze({__proto__:null,default:Mn}),Pn=re`
251
292
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
252
293
  <path
253
294
  fill="currentColor"
@@ -260,35 +301,35 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
260
301
  clip-rule="evenodd"
261
302
  />
262
303
  </svg>
263
- `,Ho=Object.freeze({__proto__:null,default:Mo}),Vo=ae`
304
+ `,Hn=Object.freeze({__proto__:null,default:Pn}),Vn=re`
264
305
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
265
306
  <path
266
307
  fill="currentColor"
267
308
  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"
268
309
  />
269
310
  </svg>
270
- `,Po=Object.freeze({__proto__:null,default:Vo}),zo=ae`
311
+ `,zn=Object.freeze({__proto__:null,default:Vn}),On=re`
271
312
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
272
313
  <path
273
314
  fill="currentColor"
274
315
  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"
275
316
  />
276
317
  </svg>
277
- `,Oo=Object.freeze({__proto__:null,default:zo}),ko=ae`
318
+ `,$n=Object.freeze({__proto__:null,default:On}),Sn=re`
278
319
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
279
320
  <path
280
321
  fill="currentColor"
281
322
  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"
282
323
  />
283
324
  </svg>
284
- `,$o=Object.freeze({__proto__:null,default:ko}),So=ae`
325
+ `,Bn=Object.freeze({__proto__:null,default:Sn}),jn=re`
285
326
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
286
327
  <path
287
328
  fill="currentColor"
288
329
  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"
289
330
  />
290
331
  </svg>
291
- `,Bo=Object.freeze({__proto__:null,default:So}),jo=ae`
332
+ `,Ln=Object.freeze({__proto__:null,default:jn}),An=re`
292
333
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
293
334
  <path
294
335
  fill="currentColor"
@@ -301,7 +342,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
301
342
  clip-rule="evenodd"
302
343
  />
303
344
  </svg>
304
- `,Lo=Object.freeze({__proto__:null,default:jo}),Ao=ae`
345
+ `,En=Object.freeze({__proto__:null,default:An}),Tn=re`
305
346
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
306
347
  <path
307
348
  fill="currentColor"
@@ -314,7 +355,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
314
355
  clip-rule="evenodd"
315
356
  />
316
357
  </svg>
317
- `,Eo=Object.freeze({__proto__:null,default:Ao}),Ro=ae`
358
+ `,Rn=Object.freeze({__proto__:null,default:Tn}),Nn=re`
318
359
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
319
360
  <path
320
361
  fill="currentColor"
@@ -327,7 +368,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
327
368
  clip-rule="evenodd"
328
369
  />
329
370
  </svg>
330
- `,To=Object.freeze({__proto__:null,default:Ro}),No=ae`
371
+ `,Dn=Object.freeze({__proto__:null,default:Nn}),In=re`
331
372
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
332
373
  <path
333
374
  fill="currentColor"
@@ -340,7 +381,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
340
381
  clip-rule="evenodd"
341
382
  />
342
383
  </svg>
343
- `,Do=Object.freeze({__proto__:null,default:No}),Io=ae`
384
+ `,Un=Object.freeze({__proto__:null,default:In}),Wn=re`
344
385
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
345
386
  <path
346
387
  fill="currentColor"
@@ -349,7 +390,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
349
390
  clip-rule="evenodd"
350
391
  />
351
392
  </svg>
352
- `,Uo=Object.freeze({__proto__:null,default:Io}),Wo=ae`
393
+ `,qn=Object.freeze({__proto__:null,default:Wn}),Fn=re`
353
394
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
354
395
  <path
355
396
  fill="currentColor"
@@ -358,7 +399,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
358
399
  clip-rule="evenodd"
359
400
  />
360
401
  </svg>
361
- `,qo=Object.freeze({__proto__:null,default:Wo}),Fo=ae`
402
+ `,Kn=Object.freeze({__proto__:null,default:Fn}),Yn=re`
362
403
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
363
404
  <path
364
405
  fill="currentColor"
@@ -367,7 +408,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
367
408
  clip-rule="evenodd"
368
409
  />
369
410
  </svg>
370
- `,Ko=Object.freeze({__proto__:null,default:Fo}),Yo=ae`
411
+ `,Xn=Object.freeze({__proto__:null,default:Yn}),Jn=re`
371
412
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
372
413
  <path
373
414
  fill="currentColor"
@@ -376,7 +417,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
376
417
  clip-rule="evenodd"
377
418
  />
378
419
  </svg>
379
- `,Xo=Object.freeze({__proto__:null,default:Yo}),Jo=ae`
420
+ `,Gn=Object.freeze({__proto__:null,default:Jn}),Qn=re`
380
421
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
381
422
  <path
382
423
  fill="currentColor"
@@ -385,7 +426,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
385
426
  clip-rule="evenodd"
386
427
  />
387
428
  </svg>
388
- `,Go=Object.freeze({__proto__:null,default:Jo}),Qo=ae`
429
+ `,el=Object.freeze({__proto__:null,default:Qn}),tl=re`
389
430
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
390
431
  <path
391
432
  fill="currentColor"
@@ -398,7 +439,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
398
439
  clip-rule="evenodd"
399
440
  />
400
441
  </svg>
401
- `,el=Object.freeze({__proto__:null,default:Qo}),tl=ae`
442
+ `,ol=Object.freeze({__proto__:null,default:tl}),nl=re`
402
443
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
403
444
  <path
404
445
  fill="currentColor"
@@ -411,7 +452,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
411
452
  clip-rule="evenodd"
412
453
  />
413
454
  </svg>
414
- `,nl=Object.freeze({__proto__:null,default:tl}),ol=ae`
455
+ `,ll=Object.freeze({__proto__:null,default:nl}),al=re`
415
456
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
416
457
  <path
417
458
  fill="currentColor"
@@ -424,7 +465,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
424
465
  clip-rule="evenodd"
425
466
  />
426
467
  </svg>
427
- `,ll=Object.freeze({__proto__:null,default:ol}),rl=ae`
468
+ `,rl=Object.freeze({__proto__:null,default:al}),il=re`
428
469
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
429
470
  <path
430
471
  fill="currentColor"
@@ -437,7 +478,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
437
478
  clip-rule="evenodd"
438
479
  />
439
480
  </svg>
440
- `,al=Object.freeze({__proto__:null,default:rl}),il=ae`
481
+ `,sl=Object.freeze({__proto__:null,default:il}),dl=re`
441
482
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
442
483
  <path
443
484
  fill="currentColor"
@@ -446,7 +487,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
446
487
  clip-rule="evenodd"
447
488
  />
448
489
  </svg>
449
- `,sl=Object.freeze({__proto__:null,default:il}),cl=ae`
490
+ `,cl=Object.freeze({__proto__:null,default:dl}),hl=re`
450
491
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
451
492
  <path
452
493
  fill="currentColor"
@@ -455,7 +496,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
455
496
  clip-rule="evenodd"
456
497
  />
457
498
  </svg>
458
- `,dl=Object.freeze({__proto__:null,default:cl}),hl=ae`
499
+ `,vl=Object.freeze({__proto__:null,default:hl}),ul=re`
459
500
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
460
501
  <path
461
502
  fill="currentColor"
@@ -464,7 +505,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
464
505
  clip-rule="evenodd"
465
506
  />
466
507
  </svg>
467
- `,ul=Object.freeze({__proto__:null,default:hl}),vl=ae`
508
+ `,pl=Object.freeze({__proto__:null,default:ul}),gl=re`
468
509
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
469
510
  <path
470
511
  fill="currentColor"
@@ -473,7 +514,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
473
514
  clip-rule="evenodd"
474
515
  />
475
516
  </svg>
476
- `,pl=Object.freeze({__proto__:null,default:vl}),fl=ae`
517
+ `,fl=Object.freeze({__proto__:null,default:gl}),ml=re`
477
518
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
478
519
  <path
479
520
  fill="currentColor"
@@ -482,7 +523,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
482
523
  clip-rule="evenodd"
483
524
  />
484
525
  </svg>
485
- `,gl=Object.freeze({__proto__:null,default:fl}),ml=ae`
526
+ `,wl=Object.freeze({__proto__:null,default:ml}),bl=re`
486
527
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
487
528
  <path
488
529
  fill="currentColor"
@@ -491,7 +532,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
491
532
  clip-rule="evenodd"
492
533
  />
493
534
  </svg>
494
- `,wl=Object.freeze({__proto__:null,default:ml}),bl=ae`
535
+ `,_l=Object.freeze({__proto__:null,default:bl}),xl=re`
495
536
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
496
537
  <path
497
538
  fill="currentColor"
@@ -500,7 +541,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
500
541
  clip-rule="evenodd"
501
542
  />
502
543
  </svg>
503
- `,_l=Object.freeze({__proto__:null,default:bl}),xl=ae`
544
+ `,yl=Object.freeze({__proto__:null,default:xl}),Zl=re`
504
545
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
505
546
  <path
506
547
  fill="currentColor"
@@ -509,7 +550,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
509
550
  clip-rule="evenodd"
510
551
  />
511
552
  </svg>
512
- `,yl=Object.freeze({__proto__:null,default:xl}),Zl=ae`
553
+ `,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=re`
513
554
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
514
555
  <path
515
556
  fill="currentColor"
@@ -518,7 +559,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
518
559
  clip-rule="evenodd"
519
560
  />
520
561
  </svg>
521
- `,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=ae`
562
+ `,kl=Object.freeze({__proto__:null,default:Ml}),Pl=re`
522
563
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
523
564
  <path
524
565
  fill="currentColor"
@@ -527,7 +568,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
527
568
  clip-rule="evenodd"
528
569
  />
529
570
  </svg>
530
- `,Hl=Object.freeze({__proto__:null,default:Ml}),Vl=ae`
571
+ `,Hl=Object.freeze({__proto__:null,default:Pl}),Vl=re`
531
572
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
532
573
  <path
533
574
  fill="currentColor"
@@ -540,7 +581,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
540
581
  clip-rule="evenodd"
541
582
  />
542
583
  </svg>
543
- `,Pl=Object.freeze({__proto__:null,default:Vl}),zl=ae`
584
+ `,zl=Object.freeze({__proto__:null,default:Vl}),Ol=re`
544
585
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
545
586
  <path
546
587
  fill="currentColor"
@@ -549,7 +590,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
549
590
  clip-rule="evenodd"
550
591
  />
551
592
  </svg>
552
- `,Ol=Object.freeze({__proto__:null,default:zl}),kl=ae`
593
+ `,$l=Object.freeze({__proto__:null,default:Ol}),Sl=re`
553
594
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
554
595
  <path
555
596
  fill="currentColor"
@@ -562,7 +603,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
562
603
  clip-rule="evenodd"
563
604
  />
564
605
  </svg>
565
- `,$l=Object.freeze({__proto__:null,default:kl}),Sl=ae`
606
+ `,Bl=Object.freeze({__proto__:null,default:Sl}),jl=re`
566
607
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
567
608
  <path
568
609
  fill="currentColor"
@@ -577,7 +618,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
577
618
  clip-rule="evenodd"
578
619
  />
579
620
  </svg>
580
- `,Bl=Object.freeze({__proto__:null,default:Sl}),jl=ae`
621
+ `,Ll=Object.freeze({__proto__:null,default:jl}),Al=re`
581
622
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
582
623
  <path
583
624
  fill="currentColor"
@@ -590,7 +631,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
590
631
  clip-rule="evenodd"
591
632
  />
592
633
  </svg>
593
- `,Ll=Object.freeze({__proto__:null,default:jl}),Al=ae`
634
+ `,El=Object.freeze({__proto__:null,default:Al}),Tl=re`
594
635
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
595
636
  <path
596
637
  fill="currentColor"
@@ -599,7 +640,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
599
640
  clip-rule="evenodd"
600
641
  />
601
642
  </svg>
602
- `,El=Object.freeze({__proto__:null,default:Al}),Rl=ae`
643
+ `,Rl=Object.freeze({__proto__:null,default:Tl}),Nl=re`
603
644
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
604
645
  <path
605
646
  fill="currentColor"
@@ -608,7 +649,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
608
649
  clip-rule="evenodd"
609
650
  />
610
651
  </svg>
611
- `,Tl=Object.freeze({__proto__:null,default:Rl}),Nl=ae`
652
+ `,Dl=Object.freeze({__proto__:null,default:Nl}),Il=re`
612
653
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
613
654
  <path
614
655
  fill="currentColor"
@@ -621,7 +662,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
621
662
  clip-rule="evenodd"
622
663
  />
623
664
  </svg>
624
- `,Dl=Object.freeze({__proto__:null,default:Nl}),Il=ae`
665
+ `,Ul=Object.freeze({__proto__:null,default:Il}),Wl=re`
625
666
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
626
667
  <path
627
668
  fill="currentColor"
@@ -634,7 +675,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
634
675
  clip-rule="evenodd"
635
676
  />
636
677
  </svg>
637
- `,Ul=Object.freeze({__proto__:null,default:Il}),Wl=ae`
678
+ `,ql=Object.freeze({__proto__:null,default:Wl}),Fl=re`
638
679
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
639
680
  <path
640
681
  fill="currentColor"
@@ -647,7 +688,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
647
688
  clip-rule="evenodd"
648
689
  />
649
690
  </svg>
650
- `,ql=Object.freeze({__proto__:null,default:Wl}),Fl=ae`
691
+ `,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=re`
651
692
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
652
693
  <path
653
694
  fill="currentColor"
@@ -656,7 +697,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
656
697
  clip-rule="evenodd"
657
698
  />
658
699
  </svg>
659
- `,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=ae`
700
+ `,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=re`
660
701
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
661
702
  <path
662
703
  fill="currentColor"
@@ -665,7 +706,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
665
706
  clip-rule="evenodd"
666
707
  />
667
708
  </svg>
668
- `,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=ae`
709
+ `,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=re`
669
710
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
670
711
  <path
671
712
  fill="currentColor"
@@ -674,7 +715,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
674
715
  clip-rule="evenodd"
675
716
  />
676
717
  </svg>
677
- `,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=ae`
718
+ `,ea=Object.freeze({__proto__:null,default:Ql}),ta=re`
678
719
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
679
720
  <path
680
721
  fill="currentColor"
@@ -683,7 +724,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
683
724
  clip-rule="evenodd"
684
725
  />
685
726
  </svg>
686
- `,er=Object.freeze({__proto__:null,default:Ql}),tr=ae`
727
+ `,oa=Object.freeze({__proto__:null,default:ta}),na=re`
687
728
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
688
729
  <path
689
730
  fill="currentColor"
@@ -692,7 +733,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
692
733
  clip-rule="evenodd"
693
734
  />
694
735
  </svg>
695
- `,nr=Object.freeze({__proto__:null,default:tr}),or=ae`
736
+ `,la=Object.freeze({__proto__:null,default:na}),aa=re`
696
737
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
697
738
  <path
698
739
  fill="currentColor"
@@ -701,7 +742,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
701
742
  clip-rule="evenodd"
702
743
  />
703
744
  </svg>
704
- `,lr=Object.freeze({__proto__:null,default:or}),rr=ae`
745
+ `,ra=Object.freeze({__proto__:null,default:aa}),ia=re`
705
746
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
706
747
  <path
707
748
  fill="currentColor"
@@ -710,14 +751,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
710
751
  clip-rule="evenodd"
711
752
  />
712
753
  </svg>
713
- `,ar=Object.freeze({__proto__:null,default:rr}),ir=ae`
754
+ `,sa=Object.freeze({__proto__:null,default:ia}),da=re`
714
755
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
715
756
  <path
716
757
  fill="currentColor"
717
758
  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"
718
759
  />
719
760
  </svg>
720
- `,sr=Object.freeze({__proto__:null,default:ir}),cr=ae`
761
+ `,ca=Object.freeze({__proto__:null,default:da}),ha=re`
721
762
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
722
763
  <path
723
764
  fill="currentColor"
@@ -726,7 +767,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
726
767
  clip-rule="evenodd"
727
768
  />
728
769
  </svg>
729
- `,dr=Object.freeze({__proto__:null,default:cr}),hr=ae`
770
+ `,va=Object.freeze({__proto__:null,default:ha}),ua=re`
730
771
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
731
772
  <path
732
773
  fill="currentColor"
@@ -739,7 +780,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
739
780
  clip-rule="evenodd"
740
781
  />
741
782
  </svg>
742
- `,ur=Object.freeze({__proto__:null,default:hr}),vr=ae`
783
+ `,pa=Object.freeze({__proto__:null,default:ua}),ga=re`
743
784
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
744
785
  <path
745
786
  fill="currentColor"
@@ -752,7 +793,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
752
793
  clip-rule="evenodd"
753
794
  />
754
795
  </svg>
755
- `,pr=Object.freeze({__proto__:null,default:vr}),fr=ae`
796
+ `,fa=Object.freeze({__proto__:null,default:ga}),ma=re`
756
797
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
757
798
  <path
758
799
  fill="currentColor"
@@ -761,7 +802,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
761
802
  clip-rule="evenodd"
762
803
  />
763
804
  </svg>
764
- `,gr=Object.freeze({__proto__:null,default:fr}),mr=ae`
805
+ `,wa=Object.freeze({__proto__:null,default:ma}),ba=re`
765
806
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
766
807
  <path
767
808
  fill="currentColor"
@@ -770,7 +811,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
770
811
  clip-rule="evenodd"
771
812
  />
772
813
  </svg>
773
- `,wr=Object.freeze({__proto__:null,default:mr}),br=ae`
814
+ `,_a=Object.freeze({__proto__:null,default:ba}),xa=re`
774
815
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
775
816
  <path
776
817
  fill="currentColor"
@@ -779,7 +820,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
779
820
  clip-rule="evenodd"
780
821
  />
781
822
  </svg>
782
- `,_r=Object.freeze({__proto__:null,default:br}),xr=ae`
823
+ `,ya=Object.freeze({__proto__:null,default:xa}),Za=re`
783
824
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
784
825
  <path
785
826
  fill="currentColor"
@@ -792,14 +833,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
792
833
  clip-rule="evenodd"
793
834
  />
794
835
  </svg>
795
- `,yr=Object.freeze({__proto__:null,default:xr}),Zr=ae`
836
+ `,Ca=Object.freeze({__proto__:null,default:Za}),Ma=re`
796
837
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
797
838
  <path
798
839
  fill="currentColor"
799
840
  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"
800
841
  />
801
842
  </svg>
802
- `,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=ae`
843
+ `,ka=Object.freeze({__proto__:null,default:Ma}),Pa=re`
803
844
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
804
845
  <path
805
846
  fill="currentColor"
@@ -814,14 +855,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
814
855
  clip-rule="evenodd"
815
856
  />
816
857
  </svg>
817
- `,Hr=Object.freeze({__proto__:null,default:Mr}),Vr=ae`
858
+ `,Ha=Object.freeze({__proto__:null,default:Pa}),Va=re`
818
859
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
819
860
  <path
820
861
  fill="currentColor"
821
862
  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"
822
863
  />
823
864
  </svg>
824
- `,Pr=Object.freeze({__proto__:null,default:Vr}),zr=ae`
865
+ `,za=Object.freeze({__proto__:null,default:Va}),Oa=re`
825
866
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
826
867
  <path
827
868
  fill="currentColor"
@@ -840,7 +881,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
840
881
  clip-rule="evenodd"
841
882
  />
842
883
  </svg>
843
- `,Or=Object.freeze({__proto__:null,default:zr}),kr=ae`
884
+ `,$a=Object.freeze({__proto__:null,default:Oa}),Sa=re`
844
885
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
845
886
  <path
846
887
  fill="currentColor"
@@ -849,7 +890,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
849
890
  clip-rule="evenodd"
850
891
  />
851
892
  </svg>
852
- `,$r=Object.freeze({__proto__:null,default:kr}),Sr=ae`
893
+ `,Ba=Object.freeze({__proto__:null,default:Sa}),ja=re`
853
894
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
854
895
  <path
855
896
  fill="currentColor"
@@ -858,7 +899,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
858
899
  clip-rule="evenodd"
859
900
  />
860
901
  </svg>
861
- `,Br=Object.freeze({__proto__:null,default:Sr}),jr=ae`
902
+ `,La=Object.freeze({__proto__:null,default:ja}),Aa=re`
862
903
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
863
904
  <path
864
905
  fill="currentColor"
@@ -867,7 +908,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
867
908
  clip-rule="evenodd"
868
909
  />
869
910
  </svg>
870
- `,Lr=Object.freeze({__proto__:null,default:jr}),Ar=ae`
911
+ `,Ea=Object.freeze({__proto__:null,default:Aa}),Ta=re`
871
912
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
872
913
  <path
873
914
  fill="currentColor"
@@ -876,7 +917,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
876
917
  clip-rule="evenodd"
877
918
  />
878
919
  </svg>
879
- `,Er=Object.freeze({__proto__:null,default:Ar}),Rr=ae`
920
+ `,Ra=Object.freeze({__proto__:null,default:Ta}),Na=re`
880
921
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
881
922
  <path
882
923
  fill="currentColor"
@@ -885,7 +926,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
885
926
  clip-rule="evenodd"
886
927
  />
887
928
  </svg>
888
- `,Tr=Object.freeze({__proto__:null,default:Rr}),Nr=ae`
929
+ `,Da=Object.freeze({__proto__:null,default:Na}),Ia=re`
889
930
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
890
931
  <path
891
932
  fill="currentColor"
@@ -894,7 +935,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
894
935
  clip-rule="evenodd"
895
936
  />
896
937
  </svg>
897
- `,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=ae`
938
+ `,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=re`
898
939
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
899
940
  <path
900
941
  fill="currentColor"
@@ -903,7 +944,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
903
944
  clip-rule="evenodd"
904
945
  />
905
946
  </svg>
906
- `,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=ae`
947
+ `,qa=Object.freeze({__proto__:null,default:Wa}),Fa=re`
907
948
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
908
949
  <path
909
950
  fill="currentColor"
@@ -932,7 +973,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
932
973
  clip-rule="evenodd"
933
974
  />
934
975
  </svg>
935
- `,qr=Object.freeze({__proto__:null,default:Wr}),Fr=ae`
976
+ `,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=re`
936
977
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
937
978
  <path
938
979
  fill="currentColor"
@@ -941,7 +982,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
941
982
  clip-rule="evenodd"
942
983
  />
943
984
  </svg>
944
- `,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=ae`
985
+ `,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=re`
945
986
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
946
987
  <path
947
988
  fill="currentColor"
@@ -954,7 +995,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
954
995
  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"
955
996
  />
956
997
  </svg>
957
- `,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=ae`
998
+ `,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=re`
958
999
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
959
1000
  <path
960
1001
  fill="currentColor"
@@ -963,7 +1004,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
963
1004
  clip-rule="evenodd"
964
1005
  />
965
1006
  </svg>
966
- `,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=ae`
1007
+ `,er=Object.freeze({__proto__:null,default:Qa}),tr=re`
967
1008
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
968
1009
  <path
969
1010
  fill="currentColor"
@@ -976,7 +1017,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
976
1017
  clip-rule="evenodd"
977
1018
  />
978
1019
  </svg>
979
- `,ea=Object.freeze({__proto__:null,default:Qr}),ta=ae`
1020
+ `,or=Object.freeze({__proto__:null,default:tr}),nr=re`
980
1021
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
981
1022
  <path
982
1023
  fill="currentColor"
@@ -985,7 +1026,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
985
1026
  clip-rule="evenodd"
986
1027
  />
987
1028
  </svg>
988
- `,na=Object.freeze({__proto__:null,default:ta}),oa=ae`
1029
+ `,lr=Object.freeze({__proto__:null,default:nr}),ar=re`
989
1030
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
990
1031
  <path
991
1032
  fill="currentColor"
@@ -998,7 +1039,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
998
1039
  clip-rule="evenodd"
999
1040
  />
1000
1041
  </svg>
1001
- `,la=Object.freeze({__proto__:null,default:oa}),ra=ae`
1042
+ `,rr=Object.freeze({__proto__:null,default:ar}),ir=re`
1002
1043
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1003
1044
  <path
1004
1045
  fill="currentColor"
@@ -1011,7 +1052,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1011
1052
  clip-rule="evenodd"
1012
1053
  />
1013
1054
  </svg>
1014
- `,aa=Object.freeze({__proto__:null,default:ra}),ia=ae`
1055
+ `,sr=Object.freeze({__proto__:null,default:ir}),dr=re`
1015
1056
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1016
1057
  <path
1017
1058
  fill="currentColor"
@@ -1020,7 +1061,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1020
1061
  clip-rule="evenodd"
1021
1062
  />
1022
1063
  </svg>
1023
- `,sa=Object.freeze({__proto__:null,default:ia}),ca=ae`
1064
+ `,cr=Object.freeze({__proto__:null,default:dr}),hr=re`
1024
1065
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1025
1066
  <path
1026
1067
  fill="currentColor"
@@ -1033,7 +1074,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1033
1074
  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"
1034
1075
  />
1035
1076
  </svg>
1036
- `,da=Object.freeze({__proto__:null,default:ca}),ha=ae`
1077
+ `,vr=Object.freeze({__proto__:null,default:hr}),ur=re`
1037
1078
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1038
1079
  <path
1039
1080
  fill="currentColor"
@@ -1042,7 +1083,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1042
1083
  clip-rule="evenodd"
1043
1084
  />
1044
1085
  </svg>
1045
- `,ua=Object.freeze({__proto__:null,default:ha}),va=ae`
1086
+ `,pr=Object.freeze({__proto__:null,default:ur}),gr=re`
1046
1087
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1047
1088
  <path
1048
1089
  fill="currentColor"
@@ -1051,7 +1092,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1051
1092
  clip-rule="evenodd"
1052
1093
  />
1053
1094
  </svg>
1054
- `,pa=Object.freeze({__proto__:null,default:va}),fa=ae`
1095
+ `,fr=Object.freeze({__proto__:null,default:gr}),mr=re`
1055
1096
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1056
1097
  <path
1057
1098
  fill="currentColor"
@@ -1060,7 +1101,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1060
1101
  clip-rule="evenodd"
1061
1102
  />
1062
1103
  </svg>
1063
- `,ga=Object.freeze({__proto__:null,default:fa}),ma=ae`
1104
+ `,wr=Object.freeze({__proto__:null,default:mr}),br=re`
1064
1105
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1065
1106
  <path
1066
1107
  fill="currentColor"
@@ -1073,14 +1114,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1073
1114
  clip-rule="evenodd"
1074
1115
  />
1075
1116
  </svg>
1076
- `,wa=Object.freeze({__proto__:null,default:ma}),ba=ae`
1117
+ `,_r=Object.freeze({__proto__:null,default:br}),xr=re`
1077
1118
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1078
1119
  <path
1079
1120
  fill="currentColor"
1080
1121
  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"
1081
1122
  />
1082
1123
  </svg>
1083
- `,_a=Object.freeze({__proto__:null,default:ba}),xa=ae`
1124
+ `,yr=Object.freeze({__proto__:null,default:xr}),Zr=re`
1084
1125
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1085
1126
  <path
1086
1127
  fill="currentColor"
@@ -1089,7 +1130,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1089
1130
  clip-rule="evenodd"
1090
1131
  />
1091
1132
  </svg>
1092
- `,ya=Object.freeze({__proto__:null,default:xa}),Za=ae`
1133
+ `,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=re`
1093
1134
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1094
1135
  <path
1095
1136
  fill="currentColor"
@@ -1104,7 +1145,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1104
1145
  clip-rule="evenodd"
1105
1146
  />
1106
1147
  </svg>
1107
- `,Ca=Object.freeze({__proto__:null,default:Za}),Ma=ae`
1148
+ `,kr=Object.freeze({__proto__:null,default:Mr}),Pr=re`
1108
1149
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1109
1150
  <path
1110
1151
  fill="currentColor"
@@ -1115,7 +1156,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1115
1156
  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"
1116
1157
  />
1117
1158
  </svg>
1118
- `,Ha=Object.freeze({__proto__:null,default:Ma}),Va=ae`
1159
+ `,Hr=Object.freeze({__proto__:null,default:Pr}),Vr=re`
1119
1160
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1120
1161
  <path
1121
1162
  fill="currentColor"
@@ -1124,7 +1165,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1124
1165
  clip-rule="evenodd"
1125
1166
  />
1126
1167
  </svg>
1127
- `,Pa=Object.freeze({__proto__:null,default:Va}),za=ae`
1168
+ `,zr=Object.freeze({__proto__:null,default:Vr}),Or=re`
1128
1169
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1129
1170
  <path
1130
1171
  fill="currentColor"
@@ -1133,7 +1174,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1133
1174
  clip-rule="evenodd"
1134
1175
  />
1135
1176
  </svg>
1136
- `,Oa=Object.freeze({__proto__:null,default:za}),ka=ae`
1177
+ `,$r=Object.freeze({__proto__:null,default:Or}),Sr=re`
1137
1178
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1138
1179
  <path
1139
1180
  fill="currentColor"
@@ -1146,7 +1187,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1146
1187
  clip-rule="evenodd"
1147
1188
  />
1148
1189
  </svg>
1149
- `,$a=Object.freeze({__proto__:null,default:ka}),Sa=ae`
1190
+ `,Br=Object.freeze({__proto__:null,default:Sr}),jr=re`
1150
1191
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1151
1192
  <path
1152
1193
  fill="currentColor"
@@ -1161,14 +1202,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1161
1202
  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"
1162
1203
  />
1163
1204
  </svg>
1164
- `,Ba=Object.freeze({__proto__:null,default:Sa}),ja=ae`
1205
+ `,Lr=Object.freeze({__proto__:null,default:jr}),Ar=re`
1165
1206
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1166
1207
  <path
1167
1208
  fill="currentColor"
1168
1209
  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"
1169
1210
  />
1170
1211
  </svg>
1171
- `,La=Object.freeze({__proto__:null,default:ja}),Aa=ae`
1212
+ `,Er=Object.freeze({__proto__:null,default:Ar}),Tr=re`
1172
1213
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1173
1214
  <path
1174
1215
  fill="currentColor"
@@ -1181,7 +1222,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1181
1222
  clip-rule="evenodd"
1182
1223
  />
1183
1224
  </svg>
1184
- `,Ea=Object.freeze({__proto__:null,default:Aa}),Ra=ae`
1225
+ `,Rr=Object.freeze({__proto__:null,default:Tr}),Nr=re`
1185
1226
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1186
1227
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
1187
1228
  <path
@@ -1191,7 +1232,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1191
1232
  clip-rule="evenodd"
1192
1233
  />
1193
1234
  </svg>
1194
- `,Ta=Object.freeze({__proto__:null,default:Ra}),Na=ae`
1235
+ `,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=re`
1195
1236
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1196
1237
  <path
1197
1238
  fill="currentColor"
@@ -1204,7 +1245,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1204
1245
  clip-rule="evenodd"
1205
1246
  />
1206
1247
  </svg>
1207
- `,Da=Object.freeze({__proto__:null,default:Na}),Ia=ae`
1248
+ `,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=re`
1208
1249
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1209
1250
  <path
1210
1251
  fill="currentColor"
@@ -1213,7 +1254,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1213
1254
  clip-rule="evenodd"
1214
1255
  />
1215
1256
  </svg>
1216
- `,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=ae`
1257
+ `,qr=Object.freeze({__proto__:null,default:Wr}),Fr=re`
1217
1258
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1218
1259
  <path
1219
1260
  fill="currentColor"
@@ -1222,7 +1263,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1222
1263
  clip-rule="evenodd"
1223
1264
  />
1224
1265
  </svg>
1225
- `,qa=Object.freeze({__proto__:null,default:Wa}),Fa=ae`
1266
+ `,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=re`
1226
1267
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1227
1268
  <path
1228
1269
  fill="currentColor"
@@ -1237,7 +1278,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1237
1278
  clip-rule="evenodd"
1238
1279
  />
1239
1280
  </svg>
1240
- `,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=ae`
1281
+ `,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=re`
1241
1282
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1242
1283
  <path
1243
1284
  fill="currentColor"
@@ -1250,7 +1291,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1250
1291
  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"
1251
1292
  />
1252
1293
  </svg>
1253
- `,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=ae`
1294
+ `,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=re`
1254
1295
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1255
1296
  <path
1256
1297
  fill="currentColor"
@@ -1263,7 +1304,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1263
1304
  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"
1264
1305
  />
1265
1306
  </svg>
1266
- `,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=ae`
1307
+ `,ei=Object.freeze({__proto__:null,default:Qr}),ti=re`
1267
1308
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1268
1309
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
1269
1310
  <path
@@ -1273,7 +1314,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1273
1314
  clip-rule="evenodd"
1274
1315
  />
1275
1316
  </svg>
1276
- `,ei=Object.freeze({__proto__:null,default:Qa}),ti=ae`
1317
+ `,oi=Object.freeze({__proto__:null,default:ti}),ni=re`
1277
1318
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1278
1319
  <path
1279
1320
  fill="currentColor"
@@ -1282,14 +1323,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1282
1323
  clip-rule="evenodd"
1283
1324
  />
1284
1325
  </svg>
1285
- `,ni=Object.freeze({__proto__:null,default:ti}),oi=ae`
1326
+ `,li=Object.freeze({__proto__:null,default:ni}),ai=re`
1286
1327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1287
1328
  <path
1288
1329
  fill="currentColor"
1289
1330
  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"
1290
1331
  />
1291
1332
  </svg>
1292
- `,li=Object.freeze({__proto__:null,default:oi}),ri=ae`
1333
+ `,ri=Object.freeze({__proto__:null,default:ai}),ii=re`
1293
1334
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1294
1335
  <path
1295
1336
  fill="currentColor"
@@ -1298,14 +1339,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1298
1339
  clip-rule="evenodd"
1299
1340
  />
1300
1341
  </svg>
1301
- `,ai=Object.freeze({__proto__:null,default:ri}),ii=ae`
1342
+ `,si=Object.freeze({__proto__:null,default:ii}),di=re`
1302
1343
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1303
1344
  <path
1304
1345
  fill="currentColor"
1305
1346
  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"
1306
1347
  />
1307
1348
  </svg>
1308
- `,si=Object.freeze({__proto__:null,default:ii}),ci=ae`
1349
+ `,ci=Object.freeze({__proto__:null,default:di}),hi=re`
1309
1350
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1310
1351
  <path
1311
1352
  fill="currentColor"
@@ -1314,7 +1355,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1314
1355
  clip-rule="evenodd"
1315
1356
  />
1316
1357
  </svg>
1317
- `,di=Object.freeze({__proto__:null,default:ci}),hi=ae`
1358
+ `,vi=Object.freeze({__proto__:null,default:hi}),ui=re`
1318
1359
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1319
1360
  <path
1320
1361
  fill="currentColor"
@@ -1323,7 +1364,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1323
1364
  clip-rule="evenodd"
1324
1365
  />
1325
1366
  </svg>
1326
- `,ui=Object.freeze({__proto__:null,default:hi}),vi=ae`
1367
+ `,pi=Object.freeze({__proto__:null,default:ui}),gi=re`
1327
1368
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1328
1369
  <path
1329
1370
  fill="currentColor"
@@ -1332,7 +1373,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1332
1373
  clip-rule="evenodd"
1333
1374
  />
1334
1375
  </svg>
1335
- `,pi=Object.freeze({__proto__:null,default:vi}),fi=ae`
1376
+ `,fi=Object.freeze({__proto__:null,default:gi}),mi=re`
1336
1377
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1337
1378
  <path
1338
1379
  fill="currentColor"
@@ -1341,7 +1382,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1341
1382
  clip-rule="evenodd"
1342
1383
  />
1343
1384
  </svg>
1344
- `,gi=Object.freeze({__proto__:null,default:fi}),mi=ae`
1385
+ `,wi=Object.freeze({__proto__:null,default:mi}),bi=re`
1345
1386
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1346
1387
  <path
1347
1388
  fill="currentColor"
@@ -1350,7 +1391,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1350
1391
  clip-rule="evenodd"
1351
1392
  />
1352
1393
  </svg>
1353
- `,wi=Object.freeze({__proto__:null,default:mi}),bi=ae`
1394
+ `,_i=Object.freeze({__proto__:null,default:bi}),xi=re`
1354
1395
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1355
1396
  <path
1356
1397
  fill="currentColor"
@@ -1359,7 +1400,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1359
1400
  clip-rule="evenodd"
1360
1401
  />
1361
1402
  </svg>
1362
- `,_i=Object.freeze({__proto__:null,default:bi}),xi=ae`
1403
+ `,yi=Object.freeze({__proto__:null,default:xi}),Zi=re`
1363
1404
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1364
1405
  <path
1365
1406
  fill="currentColor"
@@ -1368,7 +1409,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1368
1409
  clip-rule="evenodd"
1369
1410
  />
1370
1411
  </svg>
1371
- `,yi=Object.freeze({__proto__:null,default:xi}),Zi=ae`
1412
+ `,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=re`
1372
1413
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1373
1414
  <path
1374
1415
  fill="currentColor"
@@ -1377,7 +1418,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1377
1418
  clip-rule="evenodd"
1378
1419
  />
1379
1420
  </svg>
1380
- `,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=ae`
1421
+ `,ki=Object.freeze({__proto__:null,default:Mi}),Pi=re`
1381
1422
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1382
1423
  <path
1383
1424
  fill="currentColor"
@@ -1386,7 +1427,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1386
1427
  clip-rule="evenodd"
1387
1428
  />
1388
1429
  </svg>
1389
- `,Hi=Object.freeze({__proto__:null,default:Mi}),Vi=ae`
1430
+ `,Hi=Object.freeze({__proto__:null,default:Pi}),Vi=re`
1390
1431
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1391
1432
  <path
1392
1433
  fill="currentColor"
@@ -1396,14 +1437,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1396
1437
  />
1397
1438
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
1398
1439
  </svg>
1399
- `,Pi=Object.freeze({__proto__:null,default:Vi}),zi=ae`
1440
+ `,zi=Object.freeze({__proto__:null,default:Vi}),Oi=re`
1400
1441
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1401
1442
  <path
1402
1443
  fill="currentColor"
1403
1444
  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"
1404
1445
  />
1405
1446
  </svg>
1406
- `,Oi=Object.freeze({__proto__:null,default:zi}),ki=ae`
1447
+ `,$i=Object.freeze({__proto__:null,default:Oi}),Si=re`
1407
1448
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1408
1449
  <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" />
1409
1450
  <path
@@ -1413,7 +1454,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1413
1454
  clip-rule="evenodd"
1414
1455
  />
1415
1456
  </svg>
1416
- `,$i=Object.freeze({__proto__:null,default:ki}),Si=ae`
1457
+ `,Bi=Object.freeze({__proto__:null,default:Si}),ji=re`
1417
1458
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1418
1459
  <path
1419
1460
  fill="currentColor"
@@ -1429,7 +1470,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1429
1470
  clip-rule="evenodd"
1430
1471
  />
1431
1472
  </svg>
1432
- `,Bi=Object.freeze({__proto__:null,default:Si}),ji=ae`
1473
+ `,Li=Object.freeze({__proto__:null,default:ji}),Ai=re`
1433
1474
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1434
1475
  <path
1435
1476
  fill="currentColor"
@@ -1438,7 +1479,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1438
1479
  clip-rule="evenodd"
1439
1480
  />
1440
1481
  </svg>
1441
- `,Li=Object.freeze({__proto__:null,default:ji}),Ai=ae`
1482
+ `,Ei=Object.freeze({__proto__:null,default:Ai}),Ti=re`
1442
1483
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1443
1484
  <path
1444
1485
  fill="currentColor"
@@ -1447,7 +1488,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1447
1488
  clip-rule="evenodd"
1448
1489
  />
1449
1490
  </svg>
1450
- `,Ei=Object.freeze({__proto__:null,default:Ai}),Ri=ae`
1491
+ `,Ri=Object.freeze({__proto__:null,default:Ti}),Ni=re`
1451
1492
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1452
1493
  <path
1453
1494
  fill="currentColor"
@@ -1456,7 +1497,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1456
1497
  clip-rule="evenodd"
1457
1498
  />
1458
1499
  </svg>
1459
- `,Ti=Object.freeze({__proto__:null,default:Ri}),Ni=ae`
1500
+ `,Di=Object.freeze({__proto__:null,default:Ni}),Ii=re`
1460
1501
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1461
1502
  <path
1462
1503
  fill="currentColor"
@@ -1465,7 +1506,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1465
1506
  clip-rule="evenodd"
1466
1507
  />
1467
1508
  </svg>
1468
- `,Di=Object.freeze({__proto__:null,default:Ni}),Ii=ae`
1509
+ `,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=re`
1469
1510
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1470
1511
  <path
1471
1512
  fill="currentColor"
@@ -1474,7 +1515,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1474
1515
  clip-rule="evenodd"
1475
1516
  />
1476
1517
  </svg>
1477
- `,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=ae`
1518
+ `,qi=Object.freeze({__proto__:null,default:Wi}),Fi=re`
1478
1519
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1479
1520
  <path
1480
1521
  fill="currentColor"
@@ -1483,7 +1524,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1483
1524
  clip-rule="evenodd"
1484
1525
  />
1485
1526
  </svg>
1486
- `,qi=Object.freeze({__proto__:null,default:Wi}),Fi=ae`
1527
+ `,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=re`
1487
1528
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1488
1529
  <path
1489
1530
  fill="currentColor"
@@ -1500,7 +1541,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1500
1541
  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"
1501
1542
  />
1502
1543
  </svg>
1503
- `,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=ae`
1544
+ `,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=re`
1504
1545
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1505
1546
  <path
1506
1547
  fill="currentColor"
@@ -1509,21 +1550,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1509
1550
  clip-rule="evenodd"
1510
1551
  />
1511
1552
  </svg>
1512
- `,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=ae`
1553
+ `,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=re`
1513
1554
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1514
1555
  <path
1515
1556
  fill="currentColor"
1516
1557
  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"
1517
1558
  />
1518
1559
  </svg>
1519
- `,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=ae`
1560
+ `,es=Object.freeze({__proto__:null,default:Qi}),ts=re`
1520
1561
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1521
1562
  <path
1522
1563
  fill="currentColor"
1523
1564
  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"
1524
1565
  />
1525
1566
  </svg>
1526
- `,es=Object.freeze({__proto__:null,default:Qi}),ts=ae`
1567
+ `,os=Object.freeze({__proto__:null,default:ts}),ns=re`
1527
1568
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1528
1569
  <path
1529
1570
  fill="currentColor"
@@ -1532,7 +1573,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1532
1573
  clip-rule="evenodd"
1533
1574
  />
1534
1575
  </svg>
1535
- `,ns=Object.freeze({__proto__:null,default:ts}),os=ae`
1576
+ `,ls=Object.freeze({__proto__:null,default:ns}),as=re`
1536
1577
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1537
1578
  <path
1538
1579
  fill="currentColor"
@@ -1541,7 +1582,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1541
1582
  clip-rule="evenodd"
1542
1583
  />
1543
1584
  </svg>
1544
- `,ls=Object.freeze({__proto__:null,default:os}),rs=ae`
1585
+ `,rs=Object.freeze({__proto__:null,default:as}),is=re`
1545
1586
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1546
1587
  <path
1547
1588
  fill="currentColor"
@@ -1552,7 +1593,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1552
1593
  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"
1553
1594
  />
1554
1595
  </svg>
1555
- `,as=Object.freeze({__proto__:null,default:rs}),is=ae`
1596
+ `,ss=Object.freeze({__proto__:null,default:is}),ds=re`
1556
1597
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1557
1598
  <path
1558
1599
  fill="currentColor"
@@ -1563,7 +1604,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1563
1604
  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"
1564
1605
  />
1565
1606
  </svg>
1566
- `,ss=Object.freeze({__proto__:null,default:is}),cs=ae`
1607
+ `,cs=Object.freeze({__proto__:null,default:ds}),hs=re`
1567
1608
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1568
1609
  <path
1569
1610
  fill="currentColor"
@@ -1578,7 +1619,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1578
1619
  clip-rule="evenodd"
1579
1620
  />
1580
1621
  </svg>
1581
- `,ds=Object.freeze({__proto__:null,default:cs}),hs=ae`
1622
+ `,vs=Object.freeze({__proto__:null,default:hs}),us=re`
1582
1623
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1583
1624
  <path
1584
1625
  fill="currentColor"
@@ -1587,7 +1628,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1587
1628
  clip-rule="evenodd"
1588
1629
  />
1589
1630
  </svg>
1590
- `,us=Object.freeze({__proto__:null,default:hs}),vs=ae`
1631
+ `,ps=Object.freeze({__proto__:null,default:us}),gs=re`
1591
1632
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1592
1633
  <path
1593
1634
  fill="currentColor"
@@ -1596,7 +1637,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1596
1637
  clip-rule="evenodd"
1597
1638
  />
1598
1639
  </svg>
1599
- `,ps=Object.freeze({__proto__:null,default:vs}),fs=ae`
1640
+ `,fs=Object.freeze({__proto__:null,default:gs}),ms=re`
1600
1641
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1601
1642
  <path
1602
1643
  fill="currentColor"
@@ -1605,21 +1646,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1605
1646
  clip-rule="evenodd"
1606
1647
  />
1607
1648
  </svg>
1608
- `,gs=Object.freeze({__proto__:null,default:fs}),ms=ae`
1649
+ `,ws=Object.freeze({__proto__:null,default:ms}),bs=re`
1609
1650
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1610
1651
  <path
1611
1652
  fill="currentColor"
1612
1653
  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"
1613
1654
  />
1614
1655
  </svg>
1615
- `,ws=Object.freeze({__proto__:null,default:ms}),bs=ae`
1656
+ `,_s=Object.freeze({__proto__:null,default:bs}),xs=re`
1616
1657
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1617
1658
  <path
1618
1659
  fill="currentColor"
1619
1660
  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"
1620
1661
  />
1621
1662
  </svg>
1622
- `,_s=Object.freeze({__proto__:null,default:bs}),xs=ae`
1663
+ `,ys=Object.freeze({__proto__:null,default:xs}),Zs=re`
1623
1664
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1624
1665
  <path
1625
1666
  fill="currentColor"
@@ -1632,7 +1673,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1632
1673
  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"
1633
1674
  />
1634
1675
  </svg>
1635
- `,ys=Object.freeze({__proto__:null,default:xs}),Zs=ae`
1676
+ `,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=re`
1636
1677
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1637
1678
  <path
1638
1679
  fill="currentColor"
@@ -1641,21 +1682,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1641
1682
  clip-rule="evenodd"
1642
1683
  />
1643
1684
  </svg>
1644
- `,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=ae`
1685
+ `,ks=Object.freeze({__proto__:null,default:Ms}),Ps=re`
1645
1686
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1646
1687
  <path
1647
1688
  fill="currentColor"
1648
1689
  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"
1649
1690
  />
1650
1691
  </svg>
1651
- `,Hs=Object.freeze({__proto__:null,default:Ms}),Vs=ae`
1692
+ `,Hs=Object.freeze({__proto__:null,default:Ps}),Vs=re`
1652
1693
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1653
1694
  <path
1654
1695
  fill="currentColor"
1655
1696
  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"
1656
1697
  />
1657
1698
  </svg>
1658
- `,Ps=Object.freeze({__proto__:null,default:Vs}),zs=ae`
1699
+ `,zs=Object.freeze({__proto__:null,default:Vs}),Os=re`
1659
1700
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1660
1701
  <path
1661
1702
  fill="currentColor"
@@ -1664,7 +1705,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1664
1705
  clip-rule="evenodd"
1665
1706
  />
1666
1707
  </svg>
1667
- `,Os=Object.freeze({__proto__:null,default:zs}),ks=ae`
1708
+ `,$s=Object.freeze({__proto__:null,default:Os}),Ss=re`
1668
1709
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1669
1710
  <path
1670
1711
  fill="currentColor"
@@ -1677,7 +1718,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1677
1718
  clip-rule="evenodd"
1678
1719
  />
1679
1720
  </svg>
1680
- `,$s=Object.freeze({__proto__:null,default:ks}),Ss=ae`
1721
+ `,Bs=Object.freeze({__proto__:null,default:Ss}),js=re`
1681
1722
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1682
1723
  <path
1683
1724
  fill="currentColor"
@@ -1696,14 +1737,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1696
1737
  clip-rule="evenodd"
1697
1738
  />
1698
1739
  </svg>
1699
- `,Bs=Object.freeze({__proto__:null,default:Ss}),js=ae`
1740
+ `,Ls=Object.freeze({__proto__:null,default:js}),As=re`
1700
1741
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1701
1742
  <path
1702
1743
  fill="currentColor"
1703
1744
  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"
1704
1745
  />
1705
1746
  </svg>
1706
- `,Ls=Object.freeze({__proto__:null,default:js}),As=ae`
1747
+ `,Es=Object.freeze({__proto__:null,default:As}),Ts=re`
1707
1748
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1708
1749
  <path
1709
1750
  fill="currentColor"
@@ -1712,7 +1753,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1712
1753
  clip-rule="evenodd"
1713
1754
  />
1714
1755
  </svg>
1715
- `,Es=Object.freeze({__proto__:null,default:As}),Rs=ae`
1756
+ `,Rs=Object.freeze({__proto__:null,default:Ts}),Ns=re`
1716
1757
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1717
1758
  <path
1718
1759
  fill="currentColor"
@@ -1721,7 +1762,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1721
1762
  clip-rule="evenodd"
1722
1763
  />
1723
1764
  </svg>
1724
- `,Ts=Object.freeze({__proto__:null,default:Rs}),Ns=ae`
1765
+ `,Ds=Object.freeze({__proto__:null,default:Ns}),Is=re`
1725
1766
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1726
1767
  <path
1727
1768
  fill="currentColor"
@@ -1730,7 +1771,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1730
1771
  clip-rule="evenodd"
1731
1772
  />
1732
1773
  </svg>
1733
- `,Ds=Object.freeze({__proto__:null,default:Ns}),Is=ae`
1774
+ `,Us=Object.freeze({__proto__:null,default:Is}),Ws=re`
1734
1775
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1735
1776
  <path
1736
1777
  fill="currentColor"
@@ -1739,7 +1780,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1739
1780
  clip-rule="evenodd"
1740
1781
  />
1741
1782
  </svg>
1742
- `,Us=Object.freeze({__proto__:null,default:Is}),Ws=ae`
1783
+ `,qs=Object.freeze({__proto__:null,default:Ws}),Fs=re`
1743
1784
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1744
1785
  <path
1745
1786
  fill="currentColor"
@@ -1748,7 +1789,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1748
1789
  clip-rule="evenodd"
1749
1790
  />
1750
1791
  </svg>
1751
- `,qs=Object.freeze({__proto__:null,default:Ws}),Fs=ae`
1792
+ `,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=re`
1752
1793
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1753
1794
  <path
1754
1795
  fill="currentColor"
@@ -1757,7 +1798,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1757
1798
  clip-rule="evenodd"
1758
1799
  />
1759
1800
  </svg>
1760
- `,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=ae`
1801
+ `,Xs=Object.freeze({__proto__:null,default:Ys}),Js=re`
1761
1802
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1762
1803
  <path
1763
1804
  fill="currentColor"
@@ -1770,7 +1811,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1770
1811
  clip-rule="evenodd"
1771
1812
  />
1772
1813
  </svg>
1773
- `,Xs=Object.freeze({__proto__:null,default:Ys}),Js=ae`
1814
+ `,Gs=Object.freeze({__proto__:null,default:Js}),Qs=re`
1774
1815
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1775
1816
  <path
1776
1817
  fill="currentColor"
@@ -1779,7 +1820,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1779
1820
  clip-rule="evenodd"
1780
1821
  />
1781
1822
  </svg>
1782
- `,Gs=Object.freeze({__proto__:null,default:Js}),Qs=ae`
1823
+ `,ed=Object.freeze({__proto__:null,default:Qs}),td=re`
1783
1824
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1784
1825
  <path
1785
1826
  fill="currentColor"
@@ -1788,14 +1829,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1788
1829
  clip-rule="evenodd"
1789
1830
  />
1790
1831
  </svg>
1791
- `,ec=Object.freeze({__proto__:null,default:Qs}),tc=ae`
1832
+ `,od=Object.freeze({__proto__:null,default:td}),nd=re`
1792
1833
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1793
1834
  <path
1794
1835
  fill="currentColor"
1795
1836
  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"
1796
1837
  />
1797
1838
  </svg>
1798
- `,nc=Object.freeze({__proto__:null,default:tc}),oc=ae`
1839
+ `,ld=Object.freeze({__proto__:null,default:nd}),ad=re`
1799
1840
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1800
1841
  <path
1801
1842
  fill="currentColor"
@@ -1804,14 +1845,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1804
1845
  clip-rule="evenodd"
1805
1846
  />
1806
1847
  </svg>
1807
- `,lc=Object.freeze({__proto__:null,default:oc}),rc=ae`
1848
+ `,rd=Object.freeze({__proto__:null,default:ad}),id=re`
1808
1849
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1809
1850
  <path
1810
1851
  fill="currentColor"
1811
1852
  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"
1812
1853
  />
1813
1854
  </svg>
1814
- `,ac=Object.freeze({__proto__:null,default:rc}),ic=ae`
1855
+ `,sd=Object.freeze({__proto__:null,default:id}),dd=re`
1815
1856
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1816
1857
  <path
1817
1858
  fill="currentColor"
@@ -1820,7 +1861,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1820
1861
  clip-rule="evenodd"
1821
1862
  />
1822
1863
  </svg>
1823
- `,sc=Object.freeze({__proto__:null,default:ic}),cc=ae`
1864
+ `,cd=Object.freeze({__proto__:null,default:dd}),hd=re`
1824
1865
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1825
1866
  <path
1826
1867
  fill="currentColor"
@@ -1829,7 +1870,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1829
1870
  clip-rule="evenodd"
1830
1871
  />
1831
1872
  </svg>
1832
- `,dc=Object.freeze({__proto__:null,default:cc}),hc=ae`
1873
+ `,vd=Object.freeze({__proto__:null,default:hd}),ud=re`
1833
1874
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1834
1875
  <path
1835
1876
  fill="currentColor"
@@ -1838,7 +1879,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1838
1879
  clip-rule="evenodd"
1839
1880
  />
1840
1881
  </svg>
1841
- `,uc=Object.freeze({__proto__:null,default:hc}),vc=ae`
1882
+ `,pd=Object.freeze({__proto__:null,default:ud}),gd=re`
1842
1883
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1843
1884
  <path
1844
1885
  fill="currentColor"
@@ -1847,7 +1888,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1847
1888
  clip-rule="evenodd"
1848
1889
  />
1849
1890
  </svg>
1850
- `,pc=Object.freeze({__proto__:null,default:vc}),fc=ae`
1891
+ `,fd=Object.freeze({__proto__:null,default:gd}),md=re`
1851
1892
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1852
1893
  <path
1853
1894
  fill="currentColor"
@@ -1860,7 +1901,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1860
1901
  clip-rule="evenodd"
1861
1902
  />
1862
1903
  </svg>
1863
- `,gc=Object.freeze({__proto__:null,default:fc}),mc=ae`
1904
+ `,wd=Object.freeze({__proto__:null,default:md}),bd=re`
1864
1905
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1865
1906
  <path
1866
1907
  fill="currentColor"
@@ -1875,7 +1916,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1875
1916
  clip-rule="evenodd"
1876
1917
  />
1877
1918
  </svg>
1878
- `,wc=Object.freeze({__proto__:null,default:mc}),bc=ae`
1919
+ `,_d=Object.freeze({__proto__:null,default:bd}),xd=re`
1879
1920
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1880
1921
  <path
1881
1922
  fill="currentColor"
@@ -1884,7 +1925,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1884
1925
  clip-rule="evenodd"
1885
1926
  />
1886
1927
  </svg>
1887
- `,_c=Object.freeze({__proto__:null,default:bc}),xc=ae`
1928
+ `,yd=Object.freeze({__proto__:null,default:xd}),Zd=re`
1888
1929
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1889
1930
  <path
1890
1931
  fill="currentColor"
@@ -1893,7 +1934,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1893
1934
  clip-rule="evenodd"
1894
1935
  />
1895
1936
  </svg>
1896
- `,yc=Object.freeze({__proto__:null,default:xc}),Zc=ae`
1937
+ `,Cd=Object.freeze({__proto__:null,default:Zd}),Md=re`
1897
1938
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1898
1939
  <path
1899
1940
  fill="currentColor"
@@ -1902,7 +1943,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1902
1943
  clip-rule="evenodd"
1903
1944
  />
1904
1945
  </svg>
1905
- `,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=ae`
1946
+ `,kd=Object.freeze({__proto__:null,default:Md}),Pd=re`
1906
1947
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1907
1948
  <path
1908
1949
  fill="#DB0000"
@@ -1925,7 +1966,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1925
1966
  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"
1926
1967
  />
1927
1968
  </svg>
1928
- `,Hc=Object.freeze({__proto__:null,default:Mc}),Vc=ae`
1969
+ `,Hd=Object.freeze({__proto__:null,default:Pd}),Vd=re`
1929
1970
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1930
1971
  <path
1931
1972
  fill="currentColor"
@@ -1934,7 +1975,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1934
1975
  clip-rule="evenodd"
1935
1976
  />
1936
1977
  </svg>
1937
- `,Pc=Object.freeze({__proto__:null,default:Vc}),zc=ae`
1978
+ `,zd=Object.freeze({__proto__:null,default:Vd}),Od=re`
1938
1979
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1939
1980
  <path
1940
1981
  fill="currentColor"
@@ -1947,7 +1988,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1947
1988
  clip-rule="evenodd"
1948
1989
  />
1949
1990
  </svg>
1950
- `,Oc=Object.freeze({__proto__:null,default:zc}),kc=ae`
1991
+ `,$d=Object.freeze({__proto__:null,default:Od}),Sd=re`
1951
1992
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1952
1993
  <path
1953
1994
  fill="currentColor"
@@ -1960,7 +2001,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1960
2001
  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"
1961
2002
  />
1962
2003
  </svg>
1963
- `,$c=Object.freeze({__proto__:null,default:kc}),Sc=ae`
2004
+ `,Bd=Object.freeze({__proto__:null,default:Sd}),jd=re`
1964
2005
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1965
2006
  <path
1966
2007
  fill="currentColor"
@@ -1973,7 +2014,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1973
2014
  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"
1974
2015
  />
1975
2016
  </svg>
1976
- `,Bc=Object.freeze({__proto__:null,default:Sc}),jc=ae`
2017
+ `,Ld=Object.freeze({__proto__:null,default:jd}),Ad=re`
1977
2018
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1978
2019
  <path
1979
2020
  fill="currentColor"
@@ -1982,11 +2023,11 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1982
2023
  clip-rule="evenodd"
1983
2024
  />
1984
2025
  </svg>
1985
- `,Lc=Object.freeze({__proto__:null,default:jc}),Ac=ae`
2026
+ `,Ed=Object.freeze({__proto__:null,default:Ad}),Td=re`
1986
2027
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1987
2028
  <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" />
1988
2029
  </svg>
1989
- `,Ec=Object.freeze({__proto__:null,default:Ac}),Rc=ae`
2030
+ `,Rd=Object.freeze({__proto__:null,default:Td}),Nd=re`
1990
2031
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1991
2032
  <path
1992
2033
  fill="currentColor"
@@ -2013,21 +2054,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2013
2054
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
2014
2055
  />
2015
2056
  </svg>
2016
- `,Tc=Object.freeze({__proto__:null,default:Rc}),Nc=ae`
2057
+ `,Dd=Object.freeze({__proto__:null,default:Nd}),Id=re`
2017
2058
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2018
2059
  <path
2019
2060
  fill="currentColor"
2020
2061
  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"
2021
2062
  />
2022
2063
  </svg>
2023
- `,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=ae`
2064
+ `,Ud=Object.freeze({__proto__:null,default:Id}),Wd=re`
2024
2065
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2025
2066
  <path
2026
2067
  fill="currentColor"
2027
2068
  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"
2028
2069
  />
2029
2070
  </svg>
2030
- `,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=ae`
2071
+ `,qd=Object.freeze({__proto__:null,default:Wd}),Fd=re`
2031
2072
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2032
2073
  <path
2033
2074
  fill="currentColor"
@@ -2036,7 +2077,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2036
2077
  clip-rule="evenodd"
2037
2078
  />
2038
2079
  </svg>
2039
- `,qc=Object.freeze({__proto__:null,default:Wc}),Fc=ae`
2080
+ `,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=re`
2040
2081
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2041
2082
  <path
2042
2083
  fill="currentColor"
@@ -2045,7 +2086,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2045
2086
  clip-rule="evenodd"
2046
2087
  />
2047
2088
  </svg>
2048
- `,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=ae`
2089
+ `,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=re`
2049
2090
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2050
2091
  <path
2051
2092
  fill="currentColor"
@@ -2054,7 +2095,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2054
2095
  clip-rule="evenodd"
2055
2096
  />
2056
2097
  </svg>
2057
- `,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=ae`
2098
+ `,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=re`
2058
2099
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2059
2100
  <path
2060
2101
  fill="currentColor"
@@ -2063,7 +2104,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2063
2104
  clip-rule="evenodd"
2064
2105
  />
2065
2106
  </svg>
2066
- `,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=ae`
2107
+ `,ec=Object.freeze({__proto__:null,default:Qd}),tc=re`
2067
2108
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2068
2109
  <path
2069
2110
  fill="currentColor"
@@ -2078,28 +2119,28 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2078
2119
  clip-rule="evenodd"
2079
2120
  />
2080
2121
  </svg>
2081
- `,ed=Object.freeze({__proto__:null,default:Qc}),td=ae`
2122
+ `,oc=Object.freeze({__proto__:null,default:tc}),nc=re`
2082
2123
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2083
2124
  <path
2084
2125
  fill="currentColor"
2085
2126
  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"
2086
2127
  />
2087
2128
  </svg>
2088
- `,nd=Object.freeze({__proto__:null,default:td}),od=ae`
2129
+ `,lc=Object.freeze({__proto__:null,default:nc}),ac=re`
2089
2130
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2090
2131
  <path
2091
2132
  fill="currentColor"
2092
2133
  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"
2093
2134
  />
2094
2135
  </svg>
2095
- `,ld=Object.freeze({__proto__:null,default:od}),rd=ae`
2136
+ `,rc=Object.freeze({__proto__:null,default:ac}),ic=re`
2096
2137
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2097
2138
  <path
2098
2139
  fill="currentColor"
2099
2140
  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"
2100
2141
  />
2101
2142
  </svg>
2102
- `,ad=Object.freeze({__proto__:null,default:rd}),id=ae`
2143
+ `,sc=Object.freeze({__proto__:null,default:ic}),dc=re`
2103
2144
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2104
2145
  <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" />
2105
2146
  <path
@@ -2109,14 +2150,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2109
2150
  clip-rule="evenodd"
2110
2151
  />
2111
2152
  </svg>
2112
- `,sd=Object.freeze({__proto__:null,default:id}),cd=ae`
2153
+ `,cc=Object.freeze({__proto__:null,default:dc}),hc=re`
2113
2154
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2114
2155
  <path
2115
2156
  fill="currentColor"
2116
2157
  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"
2117
2158
  />
2118
2159
  </svg>
2119
- `,dd=Object.freeze({__proto__:null,default:cd}),hd=ae`
2160
+ `,vc=Object.freeze({__proto__:null,default:hc}),uc=re`
2120
2161
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2121
2162
  <path
2122
2163
  fill="currentColor"
@@ -2125,7 +2166,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2125
2166
  clip-rule="evenodd"
2126
2167
  />
2127
2168
  </svg>
2128
- `,ud=Object.freeze({__proto__:null,default:hd}),vd=ae`
2169
+ `,pc=Object.freeze({__proto__:null,default:uc}),gc=re`
2129
2170
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2130
2171
  <path
2131
2172
  fill="currentColor"
@@ -2134,7 +2175,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2134
2175
  clip-rule="evenodd"
2135
2176
  />
2136
2177
  </svg>
2137
- `,pd=Object.freeze({__proto__:null,default:vd}),fd=ae`
2178
+ `,fc=Object.freeze({__proto__:null,default:gc}),mc=re`
2138
2179
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2139
2180
  <path
2140
2181
  fill="currentColor"
@@ -2143,7 +2184,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2143
2184
  clip-rule="evenodd"
2144
2185
  />
2145
2186
  </svg>
2146
- `,gd=Object.freeze({__proto__:null,default:fd}),md=ae`
2187
+ `,wc=Object.freeze({__proto__:null,default:mc}),bc=re`
2147
2188
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2148
2189
  <path
2149
2190
  fill="currentColor"
@@ -2156,7 +2197,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2156
2197
  clip-rule="evenodd"
2157
2198
  />
2158
2199
  </svg>
2159
- `,wd=Object.freeze({__proto__:null,default:md}),bd=ae`
2200
+ `,_c=Object.freeze({__proto__:null,default:bc}),xc=re`
2160
2201
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2161
2202
  <path
2162
2203
  fill="currentColor"
@@ -2165,7 +2206,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2165
2206
  clip-rule="evenodd"
2166
2207
  />
2167
2208
  </svg>
2168
- `,_d=Object.freeze({__proto__:null,default:bd}),xd=ae`
2209
+ `,yc=Object.freeze({__proto__:null,default:xc}),Zc=re`
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"
@@ -2174,7 +2215,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2174
2215
  clip-rule="evenodd"
2175
2216
  />
2176
2217
  </svg>
2177
- `,yd=Object.freeze({__proto__:null,default:xd}),Zd=ae`
2218
+ `,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=re`
2178
2219
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2179
2220
  <path
2180
2221
  fill="currentColor"
@@ -2191,7 +2232,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2191
2232
  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"
2192
2233
  />
2193
2234
  </svg>
2194
- `,Cd=Object.freeze({__proto__:null,default:Zd}),Md=ae`
2235
+ `,kc=Object.freeze({__proto__:null,default:Mc}),Pc=re`
2195
2236
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2196
2237
  <path
2197
2238
  fill="currentColor"
@@ -2204,7 +2245,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2204
2245
  clip-rule="evenodd"
2205
2246
  />
2206
2247
  </svg>
2207
- `,Hd=Object.freeze({__proto__:null,default:Md}),Vd=ae`
2248
+ `,Hc=Object.freeze({__proto__:null,default:Pc}),Vc=re`
2208
2249
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2209
2250
  <path
2210
2251
  fill="currentColor"
@@ -2213,21 +2254,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2213
2254
  clip-rule="evenodd"
2214
2255
  />
2215
2256
  </svg>
2216
- `,Pd=Object.freeze({__proto__:null,default:Vd}),zd=ae`
2257
+ `,zc=Object.freeze({__proto__:null,default:Vc}),Oc=re`
2217
2258
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2218
2259
  <path
2219
2260
  fill="currentColor"
2220
2261
  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"
2221
2262
  />
2222
2263
  </svg>
2223
- `,Od=Object.freeze({__proto__:null,default:zd}),kd=ae`
2264
+ `,$c=Object.freeze({__proto__:null,default:Oc}),Sc=re`
2224
2265
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2225
2266
  <path
2226
2267
  fill="currentColor"
2227
2268
  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"
2228
2269
  />
2229
2270
  </svg>
2230
- `,$d=Object.freeze({__proto__:null,default:kd}),Sd=ae`
2271
+ `,Bc=Object.freeze({__proto__:null,default:Sc}),jc=re`
2231
2272
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2232
2273
  <path
2233
2274
  fill="currentColor"
@@ -2236,14 +2277,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2236
2277
  clip-rule="evenodd"
2237
2278
  />
2238
2279
  </svg>
2239
- `,Bd=Object.freeze({__proto__:null,default:Sd}),jd=ae`
2280
+ `,Lc=Object.freeze({__proto__:null,default:jc}),Ac=re`
2240
2281
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2241
2282
  <path
2242
2283
  fill="currentColor"
2243
2284
  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"
2244
2285
  />
2245
2286
  </svg>
2246
- `,Ld=Object.freeze({__proto__:null,default:jd}),Ad=ae`
2287
+ `,Ec=Object.freeze({__proto__:null,default:Ac}),Tc=re`
2247
2288
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2248
2289
  <path
2249
2290
  fill="currentColor"
@@ -2252,7 +2293,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2252
2293
  clip-rule="evenodd"
2253
2294
  />
2254
2295
  </svg>
2255
- `,Ed=Object.freeze({__proto__:null,default:Ad}),Rd=ae`
2296
+ `,Rc=Object.freeze({__proto__:null,default:Tc}),Nc=re`
2256
2297
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2257
2298
  <path
2258
2299
  fill="currentColor"
@@ -2261,7 +2302,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2261
2302
  clip-rule="evenodd"
2262
2303
  />
2263
2304
  </svg>
2264
- `,Td=Object.freeze({__proto__:null,default:Rd}),Nd=ae`
2305
+ `,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=re`
2265
2306
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2266
2307
  <path
2267
2308
  fill="currentColor"
@@ -2274,7 +2315,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2274
2315
  clip-rule="evenodd"
2275
2316
  />
2276
2317
  </svg>
2277
- `,Dd=Object.freeze({__proto__:null,default:Nd}),Id=ae`
2318
+ `,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=re`
2278
2319
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2279
2320
  <path
2280
2321
  fill="currentColor"
@@ -2289,7 +2330,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2289
2330
  clip-rule="evenodd"
2290
2331
  />
2291
2332
  </svg>
2292
- `,Ud=Object.freeze({__proto__:null,default:Id}),Wd=ae`
2333
+ `,qc=Object.freeze({__proto__:null,default:Wc}),Fc=re`
2293
2334
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2294
2335
  <path
2295
2336
  fill="currentColor"
@@ -2302,7 +2343,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2302
2343
  clip-rule="evenodd"
2303
2344
  />
2304
2345
  </svg>
2305
- `,qd=Object.freeze({__proto__:null,default:Wd}),Fd=ae`
2346
+ `,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=re`
2306
2347
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2307
2348
  <path
2308
2349
  fill="currentColor"
@@ -2317,7 +2358,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2317
2358
  clip-rule="evenodd"
2318
2359
  />
2319
2360
  </svg>
2320
- `,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=ae`
2361
+ `,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=re`
2321
2362
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2322
2363
  <path
2323
2364
  fill="currentColor"
@@ -2330,7 +2371,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2330
2371
  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"
2331
2372
  />
2332
2373
  </svg>
2333
- `,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=ae`
2374
+ `,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=re`
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 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2339
2380
  clip-rule="evenodd"
2340
2381
  />
2341
2382
  </svg>
2342
- `,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=ae`
2383
+ `,eh=Object.freeze({__proto__:null,default:Qc}),th=re`
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"
@@ -2352,7 +2393,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2352
2393
  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"
2353
2394
  />
2354
2395
  </svg>
2355
- `,eh=Object.freeze({__proto__:null,default:Qd}),th=ae`
2396
+ `,oh=Object.freeze({__proto__:null,default:th}),nh=re`
2356
2397
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2357
2398
  <path
2358
2399
  fill="currentColor"
@@ -2365,7 +2406,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2365
2406
  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"
2366
2407
  />
2367
2408
  </svg>
2368
- `,nh=Object.freeze({__proto__:null,default:th}),oh=ae`
2409
+ `,lh=Object.freeze({__proto__:null,default:nh}),ah=re`
2369
2410
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2370
2411
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2371
2412
  <path
@@ -2375,7 +2416,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2375
2416
  clip-rule="evenodd"
2376
2417
  />
2377
2418
  </svg>
2378
- `,lh=Object.freeze({__proto__:null,default:oh}),rh=ae`
2419
+ `,rh=Object.freeze({__proto__:null,default:ah}),ih=re`
2379
2420
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2380
2421
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2381
2422
  <path
@@ -2385,7 +2426,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2385
2426
  clip-rule="evenodd"
2386
2427
  />
2387
2428
  </svg>
2388
- `,ah=Object.freeze({__proto__:null,default:rh}),ih=ae`
2429
+ `,sh=Object.freeze({__proto__:null,default:ih}),dh=re`
2389
2430
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2390
2431
  <path
2391
2432
  fill="currentColor"
@@ -2398,14 +2439,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2398
2439
  clip-rule="evenodd"
2399
2440
  />
2400
2441
  </svg>
2401
- `,sh=Object.freeze({__proto__:null,default:ih}),ch=ae`
2442
+ `,ch=Object.freeze({__proto__:null,default:dh}),hh=re`
2402
2443
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2403
2444
  <path
2404
2445
  fill="currentColor"
2405
2446
  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"
2406
2447
  />
2407
2448
  </svg>
2408
- `,dh=Object.freeze({__proto__:null,default:ch}),hh=ae`
2449
+ `,vh=Object.freeze({__proto__:null,default:hh}),uh=re`
2409
2450
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2410
2451
  <path
2411
2452
  fill="currentColor"
@@ -2418,7 +2459,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2418
2459
  clip-rule="evenodd"
2419
2460
  />
2420
2461
  </svg>
2421
- `,uh=Object.freeze({__proto__:null,default:hh}),vh=ae`
2462
+ `,ph=Object.freeze({__proto__:null,default:uh}),gh=re`
2422
2463
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2423
2464
  <path
2424
2465
  fill="currentColor"
@@ -2427,7 +2468,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2427
2468
  clip-rule="evenodd"
2428
2469
  />
2429
2470
  </svg>
2430
- `,ph=Object.freeze({__proto__:null,default:vh}),fh=ae`
2471
+ `,fh=Object.freeze({__proto__:null,default:gh}),mh=re`
2431
2472
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2432
2473
  <path
2433
2474
  fill="currentColor"
@@ -2436,7 +2477,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2436
2477
  clip-rule="evenodd"
2437
2478
  />
2438
2479
  </svg>
2439
- `,gh=Object.freeze({__proto__:null,default:fh}),mh=ae`
2480
+ `,wh=Object.freeze({__proto__:null,default:mh}),bh=re`
2440
2481
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2441
2482
  <path
2442
2483
  fill="currentColor"
@@ -2445,7 +2486,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2445
2486
  clip-rule="evenodd"
2446
2487
  />
2447
2488
  </svg>
2448
- `,wh=Object.freeze({__proto__:null,default:mh}),bh=ae`
2489
+ `,_h=Object.freeze({__proto__:null,default:bh}),xh=re`
2449
2490
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2450
2491
  <path
2451
2492
  fill="currentColor"
@@ -2458,7 +2499,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2458
2499
  clip-rule="evenodd"
2459
2500
  />
2460
2501
  </svg>
2461
- `,_h=Object.freeze({__proto__:null,default:bh}),xh=ae`
2502
+ `,yh=Object.freeze({__proto__:null,default:xh}),Zh=re`
2462
2503
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2463
2504
  <path
2464
2505
  fill="currentColor"
@@ -2467,7 +2508,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2467
2508
  clip-rule="evenodd"
2468
2509
  />
2469
2510
  </svg>
2470
- `,yh=Object.freeze({__proto__:null,default:xh}),Zh=ae`
2511
+ `,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=re`
2471
2512
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2472
2513
  <path
2473
2514
  fill="currentColor"
@@ -2476,7 +2517,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2476
2517
  clip-rule="evenodd"
2477
2518
  />
2478
2519
  </svg>
2479
- `,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=ae`
2520
+ `,kh=Object.freeze({__proto__:null,default:Mh}),Ph=re`
2480
2521
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2481
2522
  <path
2482
2523
  fill="currentColor"
@@ -2485,14 +2526,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2485
2526
  clip-rule="evenodd"
2486
2527
  />
2487
2528
  </svg>
2488
- `,Hh=Object.freeze({__proto__:null,default:Mh}),Vh=ae`
2529
+ `,Hh=Object.freeze({__proto__:null,default:Ph}),Vh=re`
2489
2530
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2490
2531
  <path
2491
2532
  fill="currentColor"
2492
2533
  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"
2493
2534
  />
2494
2535
  </svg>
2495
- `,Ph=Object.freeze({__proto__:null,default:Vh}),zh=ae`
2536
+ `,zh=Object.freeze({__proto__:null,default:Vh}),Oh=re`
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"
@@ -2501,7 +2542,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2501
2542
  clip-rule="evenodd"
2502
2543
  />
2503
2544
  </svg>
2504
- `,Oh=Object.freeze({__proto__:null,default:zh}),kh=ae`
2545
+ `,$h=Object.freeze({__proto__:null,default:Oh}),Sh=re`
2505
2546
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2506
2547
  <path
2507
2548
  fill="currentColor"
@@ -2510,5 +2551,5 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2510
2551
  clip-rule="evenodd"
2511
2552
  />
2512
2553
  </svg>
2513
- `,$h=Object.freeze({__proto__:null,default:kh})});
2554
+ `,Bh=Object.freeze({__proto__:null,default:Sh})});
2514
2555
  //# sourceMappingURL=index.umd.min.js.map