@govtechsg/sgds-web-component 3.24.1-rc.2 → 3.24.1-rc.3

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 (40) hide show
  1. package/components/DataTable/index.umd.min.js +290 -286
  2. package/components/DataTable/index.umd.min.js.map +1 -1
  3. package/components/DataTable/sgds-data-table-cell.d.ts +2 -1
  4. package/components/DataTable/sgds-data-table-cell.js +10 -2
  5. package/components/DataTable/sgds-data-table-cell.js.map +1 -1
  6. package/components/DataTable/sgds-data-table-head.d.ts +2 -1
  7. package/components/DataTable/sgds-data-table-head.js +10 -2
  8. package/components/DataTable/sgds-data-table-head.js.map +1 -1
  9. package/components/DataTable/sgds-data-table-row.d.ts +8 -3
  10. package/components/DataTable/sgds-data-table-row.js +40 -17
  11. package/components/DataTable/sgds-data-table-row.js.map +1 -1
  12. package/components/DataTable/sgds-data-table.js +17 -6
  13. package/components/DataTable/sgds-data-table.js.map +1 -1
  14. package/components/index.umd.min.js +57 -48
  15. package/components/index.umd.min.js.map +1 -1
  16. package/css/fouc.css +3 -3
  17. package/custom-elements.json +806 -785
  18. package/index.umd.min.js +18 -9
  19. package/index.umd.min.js.map +1 -1
  20. package/package.json +1 -1
  21. package/react/components/DataTable/sgds-data-table-cell.cjs.js +9 -1
  22. package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -1
  23. package/react/components/DataTable/sgds-data-table-cell.js +10 -2
  24. package/react/components/DataTable/sgds-data-table-cell.js.map +1 -1
  25. package/react/components/DataTable/sgds-data-table-head.cjs.js +9 -1
  26. package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -1
  27. package/react/components/DataTable/sgds-data-table-head.js +10 -2
  28. package/react/components/DataTable/sgds-data-table-head.js.map +1 -1
  29. package/react/components/DataTable/sgds-data-table-row.cjs.js +39 -16
  30. package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -1
  31. package/react/components/DataTable/sgds-data-table-row.js +40 -17
  32. package/react/components/DataTable/sgds-data-table-row.js.map +1 -1
  33. package/react/components/DataTable/sgds-data-table.cjs.js +17 -6
  34. package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -1
  35. package/react/components/DataTable/sgds-data-table.js +17 -6
  36. package/react/components/DataTable/sgds-data-table.js.map +1 -1
  37. package/react/index.cjs.js +26 -26
  38. package/react/index.d.ts +3 -3
  39. package/react/index.js +3 -3
  40. package/types/react.d.ts +29 -29
@@ -4,25 +4,25 @@
4
4
  * Copyright 2019 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
6
  */
7
- const t=globalThis,l=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;class o{constructor(e,t,l){if(this._$cssResult$=!0,l!==r)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(l&&void 0===e){const l=void 0!==t&&1===t.length;l&&(e=i.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),l&&i.set(t,e))}return e}toString(){return this.cssText}}const a=(e,...t)=>{const l=1===e.length?e[0]:t.reduce((t,l,r)=>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.`)})(l)+e[r+1],e[0]);return new o(l,e,r)},n=e=>{let t="";for(const l of e.cssRules)t+=l.cssText;return new o("string"==typeof(l=t)?l:String(l),void 0,r);var l},s=l?e=>e:e=>e instanceof CSSStyleSheet?n(e):e,{is:c,defineProperty:d,getOwnPropertyDescriptor:h,getOwnPropertyNames:u,getOwnPropertySymbols:v,getPrototypeOf:g}=Object,p=globalThis;let f;const m=p.trustedTypes,w=m?m.emptyScript:"",_=p.reactiveElementPolyfillSupportDevMode;p.litIssuedWarnings??=new Set,f=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,p.litIssuedWarnings.has(t)||p.litIssuedWarnings.has(e)||(console.warn(t),p.litIssuedWarnings.add(t))},queueMicrotask(()=>{f("dev-mode","Lit is in dev mode. Not recommended for production!"),p.ShadyDOM?.inUse&&void 0===_&&f("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const b=(e,t)=>e,x={toAttribute(e,t){switch(t){case Boolean:e=e?w:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let l=e;switch(t){case Boolean:l=null!==e;break;case Number:l=null===e?null:Number(e);break;case Object:case Array:try{l=JSON.parse(e)}catch(e){l=null}}return l}},Z=(e,t)=>!c(e,t),C={attribute:!0,type:String,converter:x,reflect:!1,useDefault:!1,hasChanged:Z};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;class y 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=C){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 l=Symbol.for(`${String(e)} (@property() cache)`),r=this.getPropertyDescriptor(e,l,t);void 0!==r&&d(this.prototype,e,r)}}static getPropertyDescriptor(e,t,l){const{get:r,set:i}=h(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==r){if("value"in(h(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.`);f("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:r,set(t){const o=r?.call(this);i?.call(this,t),this.requestUpdate(e,o,l)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??C}static __prepare(){if(this.hasOwnProperty(b("elementProperties")))return;const e=g(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(b("properties"))){const e=this.properties,t=[...u(e),...v(e)];for(const l of t)this.createProperty(l,e[l])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,l]of t)this.elementProperties.set(e,l)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const l=this.__attributeNameForProperty(e,t);void 0!==l&&this.__attributeToPropertyMap.set(l,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&f("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&f("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 l=new Set(e.flat(1/0).reverse());for(const e of l)t.unshift(s(e))}else void 0!==e&&t.push(s(e));return t}static __attributeNameForProperty(e,t){const l=t.attribute;return!1===l?void 0:"string"==typeof l?l:"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 l of t.keys())this.hasOwnProperty(l)&&(e.set(l,this[l]),delete this[l]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,r)=>{if(l)e.adoptedStyleSheets=r.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const l of r){const r=document.createElement("style"),i=t.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=l.cssText,e.appendChild(r)}})(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,l){this._$attributeToProperty(e,l)}__propertyToAttribute(e,t){const l=this.constructor.elementProperties.get(e),r=this.constructor.__attributeNameForProperty(e,l);if(void 0!==r&&!0===l.reflect){const i=(void 0!==l.converter?.toAttribute?l.converter:x).toAttribute(t,l.type);this.constructor.enabledWarnings.includes("migration")&&void 0===i&&f("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==i?this.removeAttribute(r):this.setAttribute(r,i),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const l=this.constructor,r=l.__attributeToPropertyMap.get(e);if(void 0!==r&&this.__reflectingProperty!==r){const e=l.getPropertyOptions(r),i="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:x;this.__reflectingProperty=r;const o=i.fromAttribute(t,e.type);this[r]=o??this.__defaultValues?.get(r)??o,this.__reflectingProperty=null}}requestUpdate(e,t,l,r=!1,i){if(void 0!==e){e instanceof Event&&f("","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 o=this.constructor;!1===r&&(i=this[e]),l??=o.getPropertyOptions(e);if(!((l.hasChanged??Z)(i,t)||l.useDefault&&l.reflect&&i===this.__defaultValues?.get(e)&&!this.hasAttribute(o.__attributeNameForProperty(e,l))))return;this._$changeProperty(e,t,l)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:l,reflect:r,wrapped:i},o){l&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,o??t??this[e]),!0!==i||void 0!==o)||(this._$changedProperties.has(e)||(this.hasUpdated||l||(t=void 0),this._$changedProperties.set(e,t)),!0===r&&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&&f("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"},p.emitLitDebugLogEvents&&p.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 g(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,l]of e){const{wrapped:e}=l,r=this[t];!0!==e||this._$changedProperties.has(t)||void 0===r||this._$changeProperty(t,void 0,l,r)}}let t=!1;const l=this._$changedProperties;try{t=this.shouldUpdate(l),t?(this.willUpdate(l),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(l)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(l)}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")&&f("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){}}y.elementStyles=[],y.shadowRootOptions={mode:"open"},y[b("elementProperties")]=new Map,y[b("finalized")]=new Map,_?.({ReactiveElement:y});{y.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(b("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};y.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},y.disableWarning=function(t){e(this);const l=this.enabledWarnings.indexOf(t);l>=0&&this.enabledWarnings.splice(l,1)}}(p.reactiveElementVersions??=[]).push("2.1.2"),p.reactiveElementVersions.length>1&&queueMicrotask(()=>{f("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
7
+ const t=globalThis,l=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;class o{constructor(e,t,l){if(this._$cssResult$=!0,l!==r)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(l&&void 0===e){const l=void 0!==t&&1===t.length;l&&(e=i.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),l&&i.set(t,e))}return e}toString(){return this.cssText}}const a=(e,...t)=>{const l=1===e.length?e[0]:t.reduce((t,l,r)=>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.`)})(l)+e[r+1],e[0]);return new o(l,e,r)},n=e=>{let t="";for(const l of e.cssRules)t+=l.cssText;return new o("string"==typeof(l=t)?l:String(l),void 0,r);var l},s=l?e=>e:e=>e instanceof CSSStyleSheet?n(e):e,{is:c,defineProperty:d,getOwnPropertyDescriptor:h,getOwnPropertyNames:u,getOwnPropertySymbols:v,getPrototypeOf:g}=Object,p=globalThis;let f;const m=p.trustedTypes,w=m?m.emptyScript:"",_=p.reactiveElementPolyfillSupportDevMode;p.litIssuedWarnings??=new Set,f=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,p.litIssuedWarnings.has(t)||p.litIssuedWarnings.has(e)||(console.warn(t),p.litIssuedWarnings.add(t))},queueMicrotask(()=>{f("dev-mode","Lit is in dev mode. Not recommended for production!"),p.ShadyDOM?.inUse&&void 0===_&&f("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const b=(e,t)=>e,x={toAttribute(e,t){switch(t){case Boolean:e=e?w:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let l=e;switch(t){case Boolean:l=null!==e;break;case Number:l=null===e?null:Number(e);break;case Object:case Array:try{l=JSON.parse(e)}catch(e){l=null}}return l}},C=(e,t)=>!c(e,t),Z={attribute:!0,type:String,converter:x,reflect:!1,useDefault:!1,hasChanged:C};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;class y 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 l=Symbol.for(`${String(e)} (@property() cache)`),r=this.getPropertyDescriptor(e,l,t);void 0!==r&&d(this.prototype,e,r)}}static getPropertyDescriptor(e,t,l){const{get:r,set:i}=h(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==r){if("value"in(h(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.`);f("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:r,set(t){const o=r?.call(this);i?.call(this,t),this.requestUpdate(e,o,l)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Z}static __prepare(){if(this.hasOwnProperty(b("elementProperties")))return;const e=g(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(b("properties"))){const e=this.properties,t=[...u(e),...v(e)];for(const l of t)this.createProperty(l,e[l])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,l]of t)this.elementProperties.set(e,l)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const l=this.__attributeNameForProperty(e,t);void 0!==l&&this.__attributeToPropertyMap.set(l,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&f("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&f("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 l=new Set(e.flat(1/0).reverse());for(const e of l)t.unshift(s(e))}else void 0!==e&&t.push(s(e));return t}static __attributeNameForProperty(e,t){const l=t.attribute;return!1===l?void 0:"string"==typeof l?l:"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 l of t.keys())this.hasOwnProperty(l)&&(e.set(l,this[l]),delete this[l]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,r)=>{if(l)e.adoptedStyleSheets=r.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const l of r){const r=document.createElement("style"),i=t.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=l.cssText,e.appendChild(r)}})(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,l){this._$attributeToProperty(e,l)}__propertyToAttribute(e,t){const l=this.constructor.elementProperties.get(e),r=this.constructor.__attributeNameForProperty(e,l);if(void 0!==r&&!0===l.reflect){const i=(void 0!==l.converter?.toAttribute?l.converter:x).toAttribute(t,l.type);this.constructor.enabledWarnings.includes("migration")&&void 0===i&&f("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==i?this.removeAttribute(r):this.setAttribute(r,i),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const l=this.constructor,r=l.__attributeToPropertyMap.get(e);if(void 0!==r&&this.__reflectingProperty!==r){const e=l.getPropertyOptions(r),i="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:x;this.__reflectingProperty=r;const o=i.fromAttribute(t,e.type);this[r]=o??this.__defaultValues?.get(r)??o,this.__reflectingProperty=null}}requestUpdate(e,t,l,r=!1,i){if(void 0!==e){e instanceof Event&&f("","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 o=this.constructor;!1===r&&(i=this[e]),l??=o.getPropertyOptions(e);if(!((l.hasChanged??C)(i,t)||l.useDefault&&l.reflect&&i===this.__defaultValues?.get(e)&&!this.hasAttribute(o.__attributeNameForProperty(e,l))))return;this._$changeProperty(e,t,l)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:l,reflect:r,wrapped:i},o){l&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,o??t??this[e]),!0!==i||void 0!==o)||(this._$changedProperties.has(e)||(this.hasUpdated||l||(t=void 0),this._$changedProperties.set(e,t)),!0===r&&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&&f("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"},p.emitLitDebugLogEvents&&p.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 g(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,l]of e){const{wrapped:e}=l,r=this[t];!0!==e||this._$changedProperties.has(t)||void 0===r||this._$changeProperty(t,void 0,l,r)}}let t=!1;const l=this._$changedProperties;try{t=this.shouldUpdate(l),t?(this.willUpdate(l),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(l)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(l)}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")&&f("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){}}y.elementStyles=[],y.shadowRootOptions={mode:"open"},y[b("elementProperties")]=new Map,y[b("finalized")]=new Map,_?.({ReactiveElement:y});{y.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(b("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};y.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},y.disableWarning=function(t){e(this);const l=this.enabledWarnings.indexOf(t);l>=0&&this.enabledWarnings.splice(l,1)}}(p.reactiveElementVersions??=[]).push("2.1.2"),p.reactiveElementVersions.length>1&&queueMicrotask(()=>{f("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2017 Google LLC
11
11
  * SPDX-License-Identifier: BSD-3-Clause
12
12
  */
13
- const M=globalThis,P=e=>{M.emitLitDebugLogEvents&&M.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let V,k=0;M.litIssuedWarnings??=new Set,V=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",M.litIssuedWarnings.has(t)||M.litIssuedWarnings.has(e)||(console.warn(t),M.litIssuedWarnings.add(t))},queueMicrotask(()=>{V("dev-mode","Lit is in dev mode. Not recommended for production!")});const H=M.ShadyDOM?.inUse&&!0===M.ShadyDOM?.noPatch?M.ShadyDOM.wrap:e=>e,$=M.trustedTypes,z=$?$.createPolicy("lit-html",{createHTML:e=>e}):void 0,S=e=>e,B=(e,t,l)=>S,O=e=>{if(oe!==B)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");oe=e},j=()=>{oe=B},L=(e,t,l)=>oe(e,t,l),A="$lit$",E=`lit$${Math.random().toFixed(9).slice(2)}$`,R="?"+E,N=`<${R}>`,I=document,T=()=>I.createComment(""),D=e=>null===e||"object"!=typeof e&&"function"!=typeof e,U=Array.isArray,F="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,q=/-->/g,K=/>/g,G=new RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),J=/'/g,X=/"/g,Y=/^(?:script|style|textarea|title)$/i,Q=(ee=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$)&&V("","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$:ee,strings:e,values:t}));var ee;const te=Symbol.for("lit-noChange"),le=Symbol.for("lit-nothing"),re=new WeakMap,ie=I.createTreeWalker(I,129);let oe=B;function ae(e,t){if(!U(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==z?z.createHTML(t):t}class ne{constructor({strings:e,_$litType$:t},l){let r;this.parts=[];let i=0,o=0;const a=e.length-1,n=this.parts,[s,c]=((e,t)=>{const l=e.length-1,r=[];let i,o=2===t?"<svg>":3===t?"<math>":"",a=W;for(let t=0;t<l;t++){const l=e[t];let n,s,c=-1,d=0;for(;d<l.length&&(a.lastIndex=d,s=a.exec(l),null!==s);)if(d=a.lastIndex,a===W){if("!--"===s[1])a=q;else if(void 0!==s[1])a=K;else if(void 0!==s[2])Y.test(s[2])&&(i=new RegExp(`</${s[2]}`,"g")),a=G;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===G?">"===s[0]?(a=i??W,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,n=s[1],a=void 0===s[3]?G:'"'===s[3]?X:J):a===X||a===J?a=G:a===q||a===K?a=W:(a=G,i=void 0);console.assert(-1===c||a===G||a===J||a===X,"unexpected parse state B");const h=a===G&&e[t+1].startsWith("/>")?" ":"";o+=a===W?l+N:c>=0?(r.push(n),l.slice(0,c)+A+l.slice(c)+E+h):l+E+(-2===c?t:h)}return[ae(e,o+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),r]})(e,t);if(this.el=ne.createElement(s,l),ie.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(r=ie.nextNode())&&n.length<a;){if(1===r.nodeType){{const e=r.localName;if(/^(?:textarea|template)$/i.test(e)&&r.innerHTML.includes(E)){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);V("",t)}}if(r.hasAttributes())for(const e of r.getAttributeNames())if(e.endsWith(A)){const t=c[o++],l=r.getAttribute(e).split(E),a=/([.?@])?(.*)/.exec(t);n.push({type:1,index:i,name:a[2],strings:l,ctor:"."===a[1]?ue:"?"===a[1]?ve:"@"===a[1]?ge:he}),r.removeAttribute(e)}else e.startsWith(E)&&(n.push({type:6,index:i}),r.removeAttribute(e));if(Y.test(r.tagName)){const e=r.textContent.split(E),t=e.length-1;if(t>0){r.textContent=$?$.emptyScript:"";for(let l=0;l<t;l++)r.append(e[l],T()),ie.nextNode(),n.push({type:2,index:++i});r.append(e[t],T())}}}else if(8===r.nodeType){if(r.data===R)n.push({type:2,index:i});else{let e=-1;for(;-1!==(e=r.data.indexOf(E,e+1));)n.push({type:7,index:i}),e+=E.length-1}}i++}if(c.length!==o)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");P&&P({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=I.createElement("template");return l.innerHTML=e,l}}function se(e,t,l=e,r){if(t===te)return t;let i=void 0!==r?l.__directives?.[r]:l.__directive;const o=D(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$notifyDirectiveConnectionChanged?.(!1),void 0===o?i=void 0:(i=new o(e),i._$initialize(e,l,r)),void 0!==r?(l.__directives??=[])[r]=i:l.__directive=i),void 0!==i&&(t=se(e,i._$resolve(e,t.values),i,r)),t}class ce{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:l}=this._$template,r=(e?.creationScope??I).importNode(t,!0);ie.currentNode=r;let i=ie.nextNode(),o=0,a=0,n=l[0];for(;void 0!==n;){if(o===n.index){let t;2===n.type?t=new de(i,i.nextSibling,this,e):1===n.type?t=new n.ctor(i,n.name,n.strings,this,e):6===n.type&&(t=new pe(i,this,e)),this._$parts.push(t),n=l[++a]}o!==n?.index&&(i=ie.nextNode(),o++)}return ie.currentNode=I,r}_update(e){let t=0;for(const l of this._$parts)void 0!==l&&(P&&P({kind:"set part",part:l,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==l.strings?(l._$setValue(e,l,t),t+=l.strings.length-2):l._$setValue(e[t])),t++}}class de{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,r){this.type=2,this._$committedValue=le,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=r,this.__isConnected=r?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=H(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=se(this,e,t),D(e))e===le||null==e||""===e?(this._$committedValue!==le&&(P&&P({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=le):e!==this._$committedValue&&e!==te&&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=>U(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return H(H(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),oe!==B){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)}}P&&P({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==le&&D(this._$committedValue)){const t=H(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),P&&P({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=I.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),P&&P({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:l}=e,r="number"==typeof l?this._$getTemplate(e):(void 0===l.el&&(l.el=ne.createElement(ae(l.h,l.h[0]),this.options)),l);if(this._$committedValue?._$template===r)P&&P({kind:"template updating",template:r,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new ce(r,this),l=e._clone(this.options);P&&P({kind:"template instantiated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),e._update(t),P&&P({kind:"template instantiated and updated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),this._commitNode(l),this._$committedValue=e}}_$getTemplate(e){let t=re.get(e.strings);return void 0===t&&re.set(e.strings,t=new ne(e)),t}_commitIterable(e){U(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,r=0;for(const i of e)r===t.length?t.push(l=new de(this._insert(T()),this._insert(T()),this,this.options)):l=t[r],l._$setValue(i),r++;r<t.length&&(this._$clear(l&&H(l._$endNode).nextSibling,r),t.length=r)}_$clear(e=H(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=H(e).nextSibling;H(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 he{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,r,i){this.type=1,this._$committedValue=le,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=r,this.options=i,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=le,this._sanitizer=void 0}_$setValue(e,t=this,l,r){const i=this.strings;let o=!1;if(void 0===i)e=se(this,e,t,0),o=!D(e)||e!==this._$committedValue&&e!==te,o&&(this._$committedValue=e);else{const r=e;let a,n;for(e=i[0],a=0;a<i.length-1;a++)n=se(this,r[l+a],t,a),n===te&&(n=this._$committedValue[a]),o||=!D(n)||n!==this._$committedValue[a],n===le?e=le:e!==le&&(e+=(n??"")+i[a+1]),this._$committedValue[a]=n}o&&!r&&this._commitValue(e)}_commitValue(e){e===le?H(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"attribute")),e=this._sanitizer(e??""),P&&P({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),H(this.element).setAttribute(this.name,e??""))}}class ue extends he{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"property")),e=this._sanitizer(e),P&&P({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===le?void 0:e}}class ve extends he{constructor(){super(...arguments),this.type=4}_commitValue(e){P&&P({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===le),options:this.options}),H(this.element).toggleAttribute(this.name,!!e&&e!==le)}}class ge extends he{constructor(e,t,l,r,i){if(super(e,t,l,r,i),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=se(this,e,t,0)??le)===te)return;const l=this._$committedValue,r=e===le&&l!==le||e.capture!==l.capture||e.once!==l.once||e.passive!==l.passive,i=e!==le&&(l===le||r);P&&P({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:r,addListener:i,oldListener:l}),r&&this.element.removeEventListener(this.name,this,l),i&&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 pe{constructor(e,t,l){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=l}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){P&&P({kind:"commit to element binding",element:this.element,value:e,options:this.options}),se(this,e)}}const fe=M.litHtmlPolyfillSupportDevMode;fe?.(ne,de),(M.litHtmlVersions??=[]).push("3.3.2"),M.litHtmlVersions.length>1&&queueMicrotask(()=>{V("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const me=(e,t,l)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const r=k++,i=l?.renderBefore??t;let o=i._$litPart$;if(P&&P({kind:"begin render",id:r,value:e,container:t,options:l,part:o}),void 0===o){const e=l?.renderBefore??null;i._$litPart$=o=new de(t.insertBefore(T(),e),e,void 0,l??{})}return o._$setValue(e),P&&P({kind:"end render",id:r,value:e,container:t,options:l,part:o}),o};me.setSanitizer=O,me.createSanitizer=L,me._testOnlyClearSanitizerFactoryDoNotCallOrElse=j;
13
+ const M=globalThis,P=e=>{M.emitLitDebugLogEvents&&M.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let V,k=0;M.litIssuedWarnings??=new Set,V=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",M.litIssuedWarnings.has(t)||M.litIssuedWarnings.has(e)||(console.warn(t),M.litIssuedWarnings.add(t))},queueMicrotask(()=>{V("dev-mode","Lit is in dev mode. Not recommended for production!")});const H=M.ShadyDOM?.inUse&&!0===M.ShadyDOM?.noPatch?M.ShadyDOM.wrap:e=>e,$=M.trustedTypes,z=$?$.createPolicy("lit-html",{createHTML:e=>e}):void 0,S=e=>e,O=(e,t,l)=>S,B=e=>{if(oe!==O)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");oe=e},j=()=>{oe=O},L=(e,t,l)=>oe(e,t,l),A="$lit$",E=`lit$${Math.random().toFixed(9).slice(2)}$`,R="?"+E,N=`<${R}>`,T=document,I=()=>T.createComment(""),D=e=>null===e||"object"!=typeof e&&"function"!=typeof e,U=Array.isArray,F="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,q=/-->/g,K=/>/g,G=new RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),J=/'/g,X=/"/g,Y=/^(?:script|style|textarea|title)$/i,Q=(ee=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$)&&V("","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$:ee,strings:e,values:t}));var ee;const te=Symbol.for("lit-noChange"),le=Symbol.for("lit-nothing"),re=new WeakMap,ie=T.createTreeWalker(T,129);let oe=O;function ae(e,t){if(!U(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==z?z.createHTML(t):t}class ne{constructor({strings:e,_$litType$:t},l){let r;this.parts=[];let i=0,o=0;const a=e.length-1,n=this.parts,[s,c]=((e,t)=>{const l=e.length-1,r=[];let i,o=2===t?"<svg>":3===t?"<math>":"",a=W;for(let t=0;t<l;t++){const l=e[t];let n,s,c=-1,d=0;for(;d<l.length&&(a.lastIndex=d,s=a.exec(l),null!==s);)if(d=a.lastIndex,a===W){if("!--"===s[1])a=q;else if(void 0!==s[1])a=K;else if(void 0!==s[2])Y.test(s[2])&&(i=new RegExp(`</${s[2]}`,"g")),a=G;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===G?">"===s[0]?(a=i??W,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,n=s[1],a=void 0===s[3]?G:'"'===s[3]?X:J):a===X||a===J?a=G:a===q||a===K?a=W:(a=G,i=void 0);console.assert(-1===c||a===G||a===J||a===X,"unexpected parse state B");const h=a===G&&e[t+1].startsWith("/>")?" ":"";o+=a===W?l+N:c>=0?(r.push(n),l.slice(0,c)+A+l.slice(c)+E+h):l+E+(-2===c?t:h)}return[ae(e,o+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),r]})(e,t);if(this.el=ne.createElement(s,l),ie.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(r=ie.nextNode())&&n.length<a;){if(1===r.nodeType){{const e=r.localName;if(/^(?:textarea|template)$/i.test(e)&&r.innerHTML.includes(E)){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);V("",t)}}if(r.hasAttributes())for(const e of r.getAttributeNames())if(e.endsWith(A)){const t=c[o++],l=r.getAttribute(e).split(E),a=/([.?@])?(.*)/.exec(t);n.push({type:1,index:i,name:a[2],strings:l,ctor:"."===a[1]?ue:"?"===a[1]?ve:"@"===a[1]?ge:he}),r.removeAttribute(e)}else e.startsWith(E)&&(n.push({type:6,index:i}),r.removeAttribute(e));if(Y.test(r.tagName)){const e=r.textContent.split(E),t=e.length-1;if(t>0){r.textContent=$?$.emptyScript:"";for(let l=0;l<t;l++)r.append(e[l],I()),ie.nextNode(),n.push({type:2,index:++i});r.append(e[t],I())}}}else if(8===r.nodeType){if(r.data===R)n.push({type:2,index:i});else{let e=-1;for(;-1!==(e=r.data.indexOf(E,e+1));)n.push({type:7,index:i}),e+=E.length-1}}i++}if(c.length!==o)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");P&&P({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=T.createElement("template");return l.innerHTML=e,l}}function se(e,t,l=e,r){if(t===te)return t;let i=void 0!==r?l.__directives?.[r]:l.__directive;const o=D(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$notifyDirectiveConnectionChanged?.(!1),void 0===o?i=void 0:(i=new o(e),i._$initialize(e,l,r)),void 0!==r?(l.__directives??=[])[r]=i:l.__directive=i),void 0!==i&&(t=se(e,i._$resolve(e,t.values),i,r)),t}class ce{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:l}=this._$template,r=(e?.creationScope??T).importNode(t,!0);ie.currentNode=r;let i=ie.nextNode(),o=0,a=0,n=l[0];for(;void 0!==n;){if(o===n.index){let t;2===n.type?t=new de(i,i.nextSibling,this,e):1===n.type?t=new n.ctor(i,n.name,n.strings,this,e):6===n.type&&(t=new pe(i,this,e)),this._$parts.push(t),n=l[++a]}o!==n?.index&&(i=ie.nextNode(),o++)}return ie.currentNode=T,r}_update(e){let t=0;for(const l of this._$parts)void 0!==l&&(P&&P({kind:"set part",part:l,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==l.strings?(l._$setValue(e,l,t),t+=l.strings.length-2):l._$setValue(e[t])),t++}}class de{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,r){this.type=2,this._$committedValue=le,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=r,this.__isConnected=r?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=H(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=se(this,e,t),D(e))e===le||null==e||""===e?(this._$committedValue!==le&&(P&&P({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=le):e!==this._$committedValue&&e!==te&&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=>U(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return H(H(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),oe!==O){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)}}P&&P({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==le&&D(this._$committedValue)){const t=H(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),P&&P({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=T.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),P&&P({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:l}=e,r="number"==typeof l?this._$getTemplate(e):(void 0===l.el&&(l.el=ne.createElement(ae(l.h,l.h[0]),this.options)),l);if(this._$committedValue?._$template===r)P&&P({kind:"template updating",template:r,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new ce(r,this),l=e._clone(this.options);P&&P({kind:"template instantiated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),e._update(t),P&&P({kind:"template instantiated and updated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),this._commitNode(l),this._$committedValue=e}}_$getTemplate(e){let t=re.get(e.strings);return void 0===t&&re.set(e.strings,t=new ne(e)),t}_commitIterable(e){U(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,r=0;for(const i of e)r===t.length?t.push(l=new de(this._insert(I()),this._insert(I()),this,this.options)):l=t[r],l._$setValue(i),r++;r<t.length&&(this._$clear(l&&H(l._$endNode).nextSibling,r),t.length=r)}_$clear(e=H(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=H(e).nextSibling;H(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 he{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,r,i){this.type=1,this._$committedValue=le,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=r,this.options=i,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=le,this._sanitizer=void 0}_$setValue(e,t=this,l,r){const i=this.strings;let o=!1;if(void 0===i)e=se(this,e,t,0),o=!D(e)||e!==this._$committedValue&&e!==te,o&&(this._$committedValue=e);else{const r=e;let a,n;for(e=i[0],a=0;a<i.length-1;a++)n=se(this,r[l+a],t,a),n===te&&(n=this._$committedValue[a]),o||=!D(n)||n!==this._$committedValue[a],n===le?e=le:e!==le&&(e+=(n??"")+i[a+1]),this._$committedValue[a]=n}o&&!r&&this._commitValue(e)}_commitValue(e){e===le?H(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"attribute")),e=this._sanitizer(e??""),P&&P({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),H(this.element).setAttribute(this.name,e??""))}}class ue extends he{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"property")),e=this._sanitizer(e),P&&P({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===le?void 0:e}}class ve extends he{constructor(){super(...arguments),this.type=4}_commitValue(e){P&&P({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===le),options:this.options}),H(this.element).toggleAttribute(this.name,!!e&&e!==le)}}class ge extends he{constructor(e,t,l,r,i){if(super(e,t,l,r,i),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=se(this,e,t,0)??le)===te)return;const l=this._$committedValue,r=e===le&&l!==le||e.capture!==l.capture||e.once!==l.once||e.passive!==l.passive,i=e!==le&&(l===le||r);P&&P({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:r,addListener:i,oldListener:l}),r&&this.element.removeEventListener(this.name,this,l),i&&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 pe{constructor(e,t,l){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=l}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){P&&P({kind:"commit to element binding",element:this.element,value:e,options:this.options}),se(this,e)}}const fe=M.litHtmlPolyfillSupportDevMode;fe?.(ne,de),(M.litHtmlVersions??=[]).push("3.3.2"),M.litHtmlVersions.length>1&&queueMicrotask(()=>{V("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const me=(e,t,l)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const r=k++,i=l?.renderBefore??t;let o=i._$litPart$;if(P&&P({kind:"begin render",id:r,value:e,container:t,options:l,part:o}),void 0===o){const e=l?.renderBefore??null;i._$litPart$=o=new de(t.insertBefore(I(),e),e,void 0,l??{})}return o._$setValue(e),P&&P({kind:"end render",id:r,value:e,container:t,options:l,part:o}),o};me.setSanitizer=B,me.createSanitizer=L,me._testOnlyClearSanitizerFactoryDoNotCallOrElse=j;
14
14
  /**
15
15
  * @license
16
16
  * Copyright 2017 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
18
  */
19
- const we=globalThis;let _e;we.litIssuedWarnings??=new Set,_e=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,we.litIssuedWarnings.has(t)||we.litIssuedWarnings.has(e)||(console.warn(t),we.litIssuedWarnings.add(t))};class be extends y{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=me(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return te}}var xe;be._$litElement$=!0,be[(xe="finalized",xe)]=!0,we.litElementHydrateSupport?.({LitElement:be});const Ze=we.litElementPolyfillSupportDevMode;
19
+ const we=globalThis;let _e;we.litIssuedWarnings??=new Set,_e=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,we.litIssuedWarnings.has(t)||we.litIssuedWarnings.has(e)||(console.warn(t),we.litIssuedWarnings.add(t))};class be extends y{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=me(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return te}}var xe;be._$litElement$=!0,be[(xe="finalized",xe)]=!0,we.litElementHydrateSupport?.({LitElement:be});const Ce=we.litElementPolyfillSupportDevMode;
20
20
  /**
21
21
  * @license
22
22
  * Copyright 2017 Google LLC
23
23
  * SPDX-License-Identifier: BSD-3-Clause
24
24
  */
25
- let Ce;Ze?.({LitElement:be}),(we.litElementVersions??=[]).push("4.2.2"),we.litElementVersions.length>1&&queueMicrotask(()=>{_e("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,Ce=(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 ye={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:Z},Me=(e=ye,t,l)=>{const{kind:r,metadata:i}=l;null==i&&Ce("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 o=globalThis.litPropertyMetadata.get(i);if(void 0===o&&globalThis.litPropertyMetadata.set(i,o=new Map),"setter"===r&&((e=Object.create(e)).wrapped=!0),o.set(l.name,e),"accessor"===r){const{name:r}=l;return{set(l){const i=t.get.call(this);t.set.call(this,l),this.requestUpdate(r,i,e,!0,l)},init(t){return void 0!==t&&this._$changeProperty(r,void 0,e,t),t}}}if("setter"===r){const{name:r}=l;return function(l){const i=this[r];t.call(this,l),this.requestUpdate(r,i,e,!0,l)}}throw new Error(`Unsupported decorator location: ${r}`)};function Pe(e){return(t,l)=>"object"==typeof l?Me(e,t,l):((e,t,l)=>{const r=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),r?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
25
+ let Ze;Ce?.({LitElement:be}),(we.litElementVersions??=[]).push("4.2.2"),we.litElementVersions.length>1&&queueMicrotask(()=>{_e("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 ye={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:C},Me=(e=ye,t,l)=>{const{kind:r,metadata:i}=l;null==i&&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 o=globalThis.litPropertyMetadata.get(i);if(void 0===o&&globalThis.litPropertyMetadata.set(i,o=new Map),"setter"===r&&((e=Object.create(e)).wrapped=!0),o.set(l.name,e),"accessor"===r){const{name:r}=l;return{set(l){const i=t.get.call(this);t.set.call(this,l),this.requestUpdate(r,i,e,!0,l)},init(t){return void 0!==t&&this._$changeProperty(r,void 0,e,t),t}}}if("setter"===r){const{name:r}=l;return function(l){const i=this[r];t.call(this,l),this.requestUpdate(r,i,e,!0,l)}}throw new Error(`Unsupported decorator location: ${r}`)};function Pe(e){return(t,l)=>"object"==typeof l?Me(e,t,l):((e,t,l)=>{const r=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),r?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
@@ -42,12 +42,7 @@ let Ce;Ze?.({LitElement:be}),(we.litElementVersions??=[]).push("4.2.2"),we.litEl
42
42
  * @license
43
43
  * Copyright 2017 Google LLC
44
44
  * SPDX-License-Identifier: BSD-3-Clause
45
- */function ze(e){return(t,l)=>ke(t,l,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}
46
- /**
47
- * @license
48
- * Copyright 2021 Google LLC
49
- * SPDX-License-Identifier: BSD-3-Clause
50
- */globalThis.litIssuedWarnings??=new Set,He=(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))};var Se=a`: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}}::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 Be extends be{emit(e,t){const l=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(l),l}static define(e,t=this,l={}){if(customElements.get(e));else try{customElements.define(e,t,l)}catch(r){customElements.define(e,class extends t{},l)}}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}))}))}}Be.styles=[Se],Be.dependencies={},e([Pe({type:Boolean,reflect:!0})],Be.prototype,"ssr",void 0);var Oe=a`:host{display:contents}:host([layout=fixed]) .table{table-layout:fixed}.table{border-collapse:collapse;display:table;table-layout:auto;width:100%}.data-table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;min-height:var(--sgds-dimension-56)}.footer{justify-content:space-between;padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.footer,.loading{align-items:center;display:flex}.loading{border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.loading .loading-menu{gap:var(--sgds-gap-xs);pointer-events:none}.loading .loading-menu,.no-data{align-items:center;color:var(--sgds-text-color-subtle);display:flex}.no-data{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.active:not(.sort-icon),tr:hover:not([data-header-row]){background-color:var(--sgds-bg-translucent-subtle);transition:background-color .15s ease}td,th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);vertical-align:middle}.data-table-cell,.data-table-head{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.data-table-head{font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-2-xs)}.sort,.sort-button{align-items:center;display:inline-flex}.sort-button{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-md);color:var(--sgds-color-subtle);cursor:pointer;height:var(--sgds-dimension-24);justify-content:center;padding:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:var(--sgds-dimension-24)}.sort-button:hover{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-color-default)}.sort-button:focus,.sort-button:focus-visible{background-color:var(--sgds-bg-translucent-subtle);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sort-button:disabled{background-color:var(--sgds-bg-transparent);color:var(--sgds-color-muted);cursor:not-allowed}.sort-button.active{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.sort-icon{display:inline-flex}.data-table-cell.align-right,.data-table-head.align-right{justify-content:flex-end;text-align:right}.control-cell{width:var(--sgds-dimension-56)}:host(.checkbox-cell) .data-table-cell,:host(.checkbox-cell) .data-table-head{padding:var(--sgds-padding-sm) var(--sgds-padding-md)}:host(.expand-cell) .data-table-cell{cursor:pointer;padding:var(--sgds-padding-md)}.expandable-td{border:0;padding:0}.expandable-content{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);padding:var(--sgds-padding-2-xl);padding-left:var(--sgds-padding-4-xl)}.hidden{display:none}`;function je(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,r)=>{const{update:i}=t;if(e in t){const o=e;t.update=function(e){if(e.has(o)){const t=e.get(o),i=this[o];t!==i&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[r](t,i))}i.call(this,e)}}}}
45
+ */function ze(e){return(t,l)=>ke(t,l,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}globalThis.litIssuedWarnings??=new Set,He=(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))};var Se=a`: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}}::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 Oe extends be{emit(e,t){const l=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(l),l}static define(e,t=this,l={}){if(customElements.get(e));else try{customElements.define(e,t,l)}catch(r){customElements.define(e,class extends t{},l)}}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}))}))}}Oe.styles=[Se],Oe.dependencies={},e([Pe({type:Boolean,reflect:!0})],Oe.prototype,"ssr",void 0);var Be=a`:host{display:contents}:host([layout=fixed]) .table{table-layout:fixed}.table{border-collapse:collapse;display:table;table-layout:auto;width:100%}.data-table{border:var(--sgds-border-width-1) solid;border-color:var(--sgds-border-color-muted);border-radius:var(--sgds-border-radius-md);display:flex;flex-direction:column;min-height:var(--sgds-dimension-56)}.footer{justify-content:space-between;padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.footer,.loading{align-items:center;display:flex}.loading{border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.loading .loading-menu{gap:var(--sgds-gap-xs);pointer-events:none}.loading .loading-menu,.no-data{align-items:center;color:var(--sgds-text-color-subtle);display:flex}.no-data{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);justify-content:center;min-height:var(--sgds-dimension-128);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.active:not(.sort-icon),tr:hover:not([data-header-row]){background-color:var(--sgds-bg-translucent-subtle);transition:background-color .15s ease}td,th{border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);vertical-align:middle}.data-table-cell,.data-table-head{align-items:center;display:flex;min-height:var(--sgds-dimension-56);padding:var(--sgds-padding-sm) var(--sgds-padding-md)}.data-table-head{font-weight:var(--sgds-font-weight-semibold);gap:var(--sgds-gap-2-xs)}.sort,.sort-button{align-items:center;display:inline-flex}.sort-button{background-color:var(--sgds-bg-transparent);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-form-border-radius-md);color:var(--sgds-color-subtle);cursor:pointer;height:var(--sgds-dimension-24);justify-content:center;padding:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:var(--sgds-dimension-24)}.sort-button:hover{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-color-default)}.sort-button:focus,.sort-button:focus-visible{background-color:var(--sgds-bg-translucent-subtle);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.sort-button:disabled{background-color:var(--sgds-bg-transparent);color:var(--sgds-color-muted);cursor:not-allowed}.sort-button.active{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.sort-icon{display:inline-flex}.data-table-cell.align-right,.data-table-head.align-right{justify-content:flex-end;text-align:right}.control-cell{width:var(--sgds-dimension-56)}:host(.checkbox-cell) .data-table-cell,:host(.checkbox-cell) .data-table-head{padding:var(--sgds-padding-sm) var(--sgds-padding-md)}:host(.expand-cell) .data-table-cell{cursor:pointer;padding:var(--sgds-padding-md)}.expandable-td{border:0;padding:0}.expandable-content{background-color:var(--sgds-surface-raised);border-bottom:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);padding:var(--sgds-padding-2-xl);padding-left:var(--sgds-padding-4-xl)}.hidden{display:none}`;function je(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,r)=>{const{update:i}=t;if(e in t){const o=e;t.update=function(e){if(e.has(o)){const t=e.get(o),i=this[o];t!==i&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[r](t,i))}i.call(this,e)}}}}
51
46
  /**
52
47
  * @license
53
48
  * Copyright 2017 Google LLC
@@ -57,80 +52,80 @@ let Ce;Ze?.({LitElement:be}),(we.litElementVersions??=[]).push("4.2.2"),we.litEl
57
52
  * @license
58
53
  * Copyright 2018 Google LLC
59
54
  * SPDX-License-Identifier: BSD-3-Clause
60
- */const Ie=Re(class extends Ne{constructor(e){if(super(e),e.type!==Le||"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 l=e.element.classList;for(const e of this._previousClasses)e in t||(l.remove(e),this._previousClasses.delete(e));for(const e in t){const r=!!t[e];r===this._previousClasses.has(e)||this._staticClasses?.has(e)||(r?(l.add(e),this._previousClasses.add(e)):(l.remove(e),this._previousClasses.delete(e)))}return te}}),Te=e=>e??le,De=Symbol.for(""),Ue=e=>{if(e?.r===De)return e?._$litStatic$},Fe=(e,...t)=>({_$litStatic$:t.reduce((t,l,r)=>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.`)})(l)+e[r+1],e[0]),r:De}),We=new Map,qe=(Ke=Q,(e,...t)=>{const l=t.length;let r,i;const o=[],a=[];let n,s=0,c=!1;for(;s<l;){for(n=e[s];s<l&&void 0!==(i=t[s],r=Ue(i));)n+=r+e[++s],c=!0;s!==l&&a.push(i),o.push(n),s++}if(s===l&&o.push(e[l]),c){const l=o.join("$$lit$$");void 0===(e=We.get(l))&&(o.raw=o,We.set(l,e=o)),t=a}return Ke(e,...t)});
55
+ */const Te=Re(class extends Ne{constructor(e){if(super(e),e.type!==Le||"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 l=e.element.classList;for(const e of this._previousClasses)e in t||(l.remove(e),this._previousClasses.delete(e));for(const e in t){const r=!!t[e];r===this._previousClasses.has(e)||this._staticClasses?.has(e)||(r?(l.add(e),this._previousClasses.add(e)):(l.remove(e),this._previousClasses.delete(e)))}return te}}),Ie=e=>e??le,De=Symbol.for(""),Ue=e=>{if(e?.r===De)return e?._$litStatic$},Fe=(e,...t)=>({_$litStatic$:t.reduce((t,l,r)=>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.`)})(l)+e[r+1],e[0]),r:De}),We=new Map,qe=(Ke=Q,(e,...t)=>{const l=t.length;let r,i;const o=[],a=[];let n,s=0,c=!1;for(;s<l;){for(n=e[s];s<l&&void 0!==(i=t[s],r=Ue(i));)n+=r+e[++s],c=!0;s!==l&&a.push(i),o.push(n),s++}if(s===l&&o.push(e[l]),c){const l=o.join("$$lit$$");void 0===(e=We.get(l))&&(o.raw=o,We.set(l,e=o)),t=a}return Ke(e,...t)});
61
56
  /**
62
57
  * @license
63
58
  * Copyright 2018 Google LLC
64
59
  * SPDX-License-Identifier: BSD-3-Clause
65
- */var Ke,Ge=a`: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}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus,.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 Je extends Be{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"}}Je.styles=[...Be.styles,Ge],e([$e(".btn")],Je.prototype,"button",void 0),e([Pe({reflect:!0})],Je.prototype,"variant",void 0),e([Pe({reflect:!0})],Je.prototype,"tone",void 0),e([Pe({reflect:!0})],Je.prototype,"size",void 0),e([Pe({type:Boolean,reflect:!0})],Je.prototype,"active",void 0),e([Pe({type:Boolean,reflect:!0})],Je.prototype,"disabled",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"href",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"target",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"download",void 0),e([Pe({type:String})],Je.prototype,"ariaLabel",void 0),e([Pe({type:Boolean})],Je.prototype,"loading",void 0);class Xe{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()}}class Ye{constructor(e,t){(this.host=e).addController(this),this.options=Object.assign({form:e=>e.closest("form")},t)}hostConnected(){this.form=this.options.form(this.host)}hostDisconnected(){this.form&&(this.form=void 0)}doAction(e,t){if(this.form){const l=document.createElement("button");l.type=e,l.style.position="absolute",l.style.width="0",l.style.height="0",l.style.clipPath="inset(50%)",l.style.overflow="hidden",l.style.whiteSpace="nowrap",t&&(["formaction","formmethod","formnovalidate","formtarget"].forEach(e=>{t.hasAttribute(e)&&l.setAttribute(e,t.getAttribute(e))}),"submit"===e&&t.hasAttribute("name")&&(l.name=t.getAttribute("name"),l.value=t.getAttribute("value")||"")),this.form.append(l),l.click(),l.remove()}}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}}var Qe=a`::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}`,et=a`:host{display:inline-block}:host([fullWidth]),:host([fullWidth]) .btn{width:100%}:host([fullWidth]) .btn.has-left-icon{justify-content:flex-start}:host([fullWidth]) .btn.has-right-icon{justify-content:space-between}:host([fullWidth]) .btn.has-left-icon.has-right-icon{justify-content:center}.btn span{padding:0 var(--sgds-padding-2-xs)}.btn.no-icon{gap:var(--sgds-gap-none)}.loading{cursor:default}`;class tt extends Je{constructor(){super(...arguments),this.formSubmitController=new Ye(this,{form:e=>{if(e.hasAttribute("form")){const t=e.getRootNode(),l=e.getAttribute("form");return t.getElementById(l)}return e.closest("form")}}),this.type="button",this.fullWidth=!1,this.hasLeftIconSlot=!1,this.hasRightIconSlot=!1,this.hasSlotController=new Xe(this,"leftIcon","rightIcon"),this._clickHandler=()=>{"submit"===this.type&&this.formSubmitController.submit(this),"reset"===this.type&&this.formSubmitController.reset(this)}}updated(){this.hasLeftIconSlot||(this.hasLeftIconSlot=this.hasSlotController.test("leftIcon")),this.hasRightIconSlot||(this.hasRightIconSlot=this.hasSlotController.test("rightIcon"))}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}render(){const e=this.href,t=e?Fe`a`:Fe`button`,l=!this.hasLeftIconSlot&&!this.hasRightIconSlot;return qe`
60
+ */var Ke,Ge=a`: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}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus,.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 Je extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}Je.styles=[...Oe.styles,Ge],e([$e(".btn")],Je.prototype,"button",void 0),e([Pe({reflect:!0})],Je.prototype,"variant",void 0),e([Pe({reflect:!0})],Je.prototype,"tone",void 0),e([Pe({reflect:!0})],Je.prototype,"size",void 0),e([Pe({type:Boolean,reflect:!0})],Je.prototype,"active",void 0),e([Pe({type:Boolean,reflect:!0})],Je.prototype,"disabled",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"href",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"target",void 0),e([Pe({type:String,reflect:!0})],Je.prototype,"download",void 0),e([Pe({type:String})],Je.prototype,"ariaLabel",void 0),e([Pe({type:Boolean})],Je.prototype,"loading",void 0);class Xe{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()}}class Ye{constructor(e,t){(this.host=e).addController(this),this.options=Object.assign({form:e=>e.closest("form")},t)}hostConnected(){this.form=this.options.form(this.host)}hostDisconnected(){this.form&&(this.form=void 0)}doAction(e,t){if(this.form){const l=document.createElement("button");l.type=e,l.style.position="absolute",l.style.width="0",l.style.height="0",l.style.clipPath="inset(50%)",l.style.overflow="hidden",l.style.whiteSpace="nowrap",t&&(["formaction","formmethod","formnovalidate","formtarget"].forEach(e=>{t.hasAttribute(e)&&l.setAttribute(e,t.getAttribute(e))}),"submit"===e&&t.hasAttribute("name")&&(l.name=t.getAttribute("name"),l.value=t.getAttribute("value")||"")),this.form.append(l),l.click(),l.remove()}}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}}var Qe=a`::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}`,et=a`:host{display:inline-block}:host([fullWidth]),:host([fullWidth]) .btn{width:100%}:host([fullWidth]) .btn.has-left-icon{justify-content:flex-start}:host([fullWidth]) .btn.has-right-icon{justify-content:space-between}:host([fullWidth]) .btn.has-left-icon.has-right-icon{justify-content:center}.btn span{padding:0 var(--sgds-padding-2-xs)}.btn.no-icon{gap:var(--sgds-gap-none)}.loading{cursor:default}`;class tt extends Je{constructor(){super(...arguments),this.formSubmitController=new Ye(this,{form:e=>{if(e.hasAttribute("form")){const t=e.getRootNode(),l=e.getAttribute("form");return t.getElementById(l)}return e.closest("form")}}),this.type="button",this.fullWidth=!1,this.hasLeftIconSlot=!1,this.hasRightIconSlot=!1,this.hasSlotController=new Xe(this,"leftIcon","rightIcon"),this._clickHandler=()=>{"submit"===this.type&&this.formSubmitController.submit(this),"reset"===this.type&&this.formSubmitController.reset(this)}}updated(){this.hasLeftIconSlot||(this.hasLeftIconSlot=this.hasSlotController.test("leftIcon")),this.hasRightIconSlot||(this.hasRightIconSlot=this.hasSlotController.test("rightIcon"))}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}render(){const e=this.href,t=e?Fe`a`:Fe`button`,l=!this.hasLeftIconSlot&&!this.hasRightIconSlot;return qe`
66
61
  <${t}
67
- class="btn ${Ie({disabled:this.disabled,active:this.active,"has-left-icon":this.hasLeftIconSlot,"has-right-icon":this.hasRightIconSlot,"no-icon":l,loading:this.loading})}"
68
- ?disabled=${Te(e?void 0:this.disabled)}
69
- type=${Te(e?void 0:this.type)}
70
- name=${Te(e?void 0:this.name)}
71
- value=${Te(e?void 0:this.value)}
72
- href=${Te(e?this.href:void 0)}
73
- target=${Te(e?this.target:void 0)}
74
- download=${Te(e?this.download:void 0)}
75
- rel=${Te(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
76
- role=${Te(e?"button":void 0)}
62
+ class="btn ${Te({disabled:this.disabled,active:this.active,"has-left-icon":this.hasLeftIconSlot,"has-right-icon":this.hasRightIconSlot,"no-icon":l,loading:this.loading})}"
63
+ ?disabled=${Ie(e?void 0:this.disabled)}
64
+ type=${Ie(e?void 0:this.type)}
65
+ name=${Ie(e?void 0:this.name)}
66
+ value=${Ie(e?void 0:this.value)}
67
+ href=${Ie(e?this.href:void 0)}
68
+ target=${Ie(e?this.target:void 0)}
69
+ download=${Ie(e?this.download:void 0)}
70
+ rel=${Ie(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
71
+ role=${Ie(e?"button":void 0)}
77
72
  aria-disabled=${this.disabled||this.loading?"true":"false"}
78
73
  tabindex=${this.disabled?"-1":"0"}
79
74
  @click=${this._handleClick}
80
75
  @keydown=${this._handleKeydown}
81
76
  @focus=${this._handleFocus}
82
77
  @blur=${this._handleBlur}
83
- aria-label=${Te(this.loading?"Loading":this.ariaLabel)}
78
+ aria-label=${Ie(this.loading?"Loading":this.ariaLabel)}
84
79
  >
85
80
  ${this.loading?qe`<sgds-spinner
86
- size=${Te(this._assignSpinnerSize(this.size))}
87
- tone=${Te(this._assignSpinnerTone(this.tone,this.variant))}
81
+ size=${Ie(this._assignSpinnerSize(this.size))}
82
+ tone=${Ie(this._assignSpinnerTone(this.tone,this.variant))}
88
83
  ></sgds-spinner>`:qe`<slot name="leftIcon"></slot>
89
84
  <span><slot></slot></span>
90
85
  <slot name="rightIcon"></slot>`}
91
86
 
92
87
  </${t}>
93
- `}}tt.styles=[...Je.styles,Qe,et],e([Pe({type:String,reflect:!0})],tt.prototype,"name",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"value",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"type",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"form",void 0),e([Pe({type:String,reflect:!0,attribute:"formaction"})],tt.prototype,"formAction",void 0),e([Pe({type:String,reflect:!0,attribute:"formmethod"})],tt.prototype,"formMethod",void 0),e([Pe({attribute:"formnovalidate",type:Boolean,reflect:!0})],tt.prototype,"formNoValidate",void 0),e([Pe({type:String,reflect:!0,attribute:"formtarget"})],tt.prototype,"formTarget",void 0),e([Pe({type:Boolean,reflect:!0})],tt.prototype,"fullWidth",void 0),e([Pe({type:Boolean})],tt.prototype,"hasLeftIconSlot",void 0),e([Pe({type:Boolean})],tt.prototype,"hasRightIconSlot",void 0);const lt={announcement:()=>Promise.resolve().then(function(){return Tt}),archive:()=>Promise.resolve().then(function(){return Ut}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Wt}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Kt}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Jt}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Yt}),"arrow-circle-down":()=>Promise.resolve().then(function(){return el}),"arrow-circle-left":()=>Promise.resolve().then(function(){return ll}),"arrow-circle-right":()=>Promise.resolve().then(function(){return il}),"arrow-circle-up":()=>Promise.resolve().then(function(){return al}),"arrow-clockwise":()=>Promise.resolve().then(function(){return sl}),"arrow-down":()=>Promise.resolve().then(function(){return dl}),"arrow-left":()=>Promise.resolve().then(function(){return ul}),"arrow-repeat":()=>Promise.resolve().then(function(){return gl}),"arrow-right":()=>Promise.resolve().then(function(){return fl}),"arrow-square-down":()=>Promise.resolve().then(function(){return wl}),"arrow-square-left":()=>Promise.resolve().then(function(){return bl}),"arrow-square-right":()=>Promise.resolve().then(function(){return Zl}),"arrow-square-up":()=>Promise.resolve().then(function(){return yl}),"arrow-up":()=>Promise.resolve().then(function(){return Pl}),"bank-fill":()=>Promise.resolve().then(function(){return kl}),"bell-slash":()=>Promise.resolve().then(function(){return $l}),bell:()=>Promise.resolve().then(function(){return Sl}),"bi-funnel":()=>Promise.resolve().then(function(){return Ol}),"bookmark-fill":()=>Promise.resolve().then(function(){return Ll}),bookmark:()=>Promise.resolve().then(function(){return El}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Nl}),"box-seam":()=>Promise.resolve().then(function(){return Tl}),building:()=>Promise.resolve().then(function(){return Ul}),bus:()=>Promise.resolve().then(function(){return Wl}),calculator:()=>Promise.resolve().then(function(){return Kl}),"calendar-check":()=>Promise.resolve().then(function(){return Jl}),"calendar-heart":()=>Promise.resolve().then(function(){return Yl}),"calendar-x":()=>Promise.resolve().then(function(){return er}),calendar:()=>Promise.resolve().then(function(){return lr}),camera:()=>Promise.resolve().then(function(){return ir}),car:()=>Promise.resolve().then(function(){return ar}),"chat-dots":()=>Promise.resolve().then(function(){return sr}),"chat-left-text":()=>Promise.resolve().then(function(){return dr}),chat:()=>Promise.resolve().then(function(){return ur}),"check-circle-fill":()=>Promise.resolve().then(function(){return gr}),"check-circle":()=>Promise.resolve().then(function(){return fr}),check:()=>Promise.resolve().then(function(){return wr}),"chevron-down":()=>Promise.resolve().then(function(){return br}),"chevron-left":()=>Promise.resolve().then(function(){return Zr}),"chevron-right":()=>Promise.resolve().then(function(){return yr}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Pr}),"chevron-up":()=>Promise.resolve().then(function(){return kr}),clock:()=>Promise.resolve().then(function(){return $r}),"cloud-check":()=>Promise.resolve().then(function(){return Sr}),"cloud-download":()=>Promise.resolve().then(function(){return Or}),"cloud-upload":()=>Promise.resolve().then(function(){return Lr}),cloud:()=>Promise.resolve().then(function(){return Er}),"code-square":()=>Promise.resolve().then(function(){return Nr}),"coins-hand":()=>Promise.resolve().then(function(){return Tr}),compass:()=>Promise.resolve().then(function(){return Ur}),copy:()=>Promise.resolve().then(function(){return Wr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Kr}),cross:()=>Promise.resolve().then(function(){return Jr}),"cursor-fill":()=>Promise.resolve().then(function(){return Yr}),cursor:()=>Promise.resolve().then(function(){return ei}),"dash-circle":()=>Promise.resolve().then(function(){return li}),"dash-square":()=>Promise.resolve().then(function(){return ii}),dash:()=>Promise.resolve().then(function(){return ai}),database:()=>Promise.resolve().then(function(){return si}),dataflow:()=>Promise.resolve().then(function(){return di}),download:()=>Promise.resolve().then(function(){return ui}),edit:()=>Promise.resolve().then(function(){return gi}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return fi}),"exclamation-circle":()=>Promise.resolve().then(function(){return wi}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return bi}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Zi}),exclamation:()=>Promise.resolve().then(function(){return yi}),"eye-fill":()=>Promise.resolve().then(function(){return Pi}),"eye-slash-fill":()=>Promise.resolve().then(function(){return ki}),"eye-slash":()=>Promise.resolve().then(function(){return $i}),eye:()=>Promise.resolve().then(function(){return Si}),"face-smile-fill":()=>Promise.resolve().then(function(){return Oi}),"face-smile":()=>Promise.resolve().then(function(){return Li}),facebook:()=>Promise.resolve().then(function(){return Ei}),"file-earmark-text":()=>Promise.resolve().then(function(){return Ni}),"file-pdf":()=>Promise.resolve().then(function(){return Ti}),"file-plus":()=>Promise.resolve().then(function(){return Ui}),"file-text":()=>Promise.resolve().then(function(){return Wi}),file:()=>Promise.resolve().then(function(){return Ki}),files:()=>Promise.resolve().then(function(){return Ji}),fingerprint:()=>Promise.resolve().then(function(){return Yi}),flash:()=>Promise.resolve().then(function(){return eo}),"folder-check":()=>Promise.resolve().then(function(){return lo}),"folder-minus":()=>Promise.resolve().then(function(){return io}),"folder-plus":()=>Promise.resolve().then(function(){return ao}),folder:()=>Promise.resolve().then(function(){return so}),gear:()=>Promise.resolve().then(function(){return ho}),"geo-alt":()=>Promise.resolve().then(function(){return vo}),"geo-fill":()=>Promise.resolve().then(function(){return po}),geo:()=>Promise.resolve().then(function(){return mo}),"globe-alt":()=>Promise.resolve().then(function(){return _o}),globe:()=>Promise.resolve().then(function(){return xo}),google:()=>Promise.resolve().then(function(){return Co}),"grid-alt":()=>Promise.resolve().then(function(){return Mo}),"grid-fill":()=>Promise.resolve().then(function(){return Vo}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Ho}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return zo}),"hard-drive":()=>Promise.resolve().then(function(){return Bo}),heart:()=>Promise.resolve().then(function(){return jo}),"house-door":()=>Promise.resolve().then(function(){return Ao}),house:()=>Promise.resolve().then(function(){return Ro}),image:()=>Promise.resolve().then(function(){return Io}),"in-box":()=>Promise.resolve().then(function(){return Do}),"info-circle-fill":()=>Promise.resolve().then(function(){return Fo}),"info-circle":()=>Promise.resolve().then(function(){return qo}),instagram:()=>Promise.resolve().then(function(){return Go}),key:()=>Promise.resolve().then(function(){return Xo}),"laptop-gear":()=>Promise.resolve().then(function(){return Qo}),laptop:()=>Promise.resolve().then(function(){return ta}),layers:()=>Promise.resolve().then(function(){return ra}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return oa}),"layout-text-window":()=>Promise.resolve().then(function(){return na}),layout:()=>Promise.resolve().then(function(){return ca}),"life-buoy":()=>Promise.resolve().then(function(){return ha}),lightbulb:()=>Promise.resolve().then(function(){return va}),link:()=>Promise.resolve().then(function(){return pa}),linkedin:()=>Promise.resolve().then(function(){return ma}),list:()=>Promise.resolve().then(function(){return _a}),"lock-fill":()=>Promise.resolve().then(function(){return xa}),lock:()=>Promise.resolve().then(function(){return Ca}),login:()=>Promise.resolve().then(function(){return Ma}),logout:()=>Promise.resolve().then(function(){return Va}),luggage:()=>Promise.resolve().then(function(){return Ha}),"mail-open":()=>Promise.resolve().then(function(){return za}),mail:()=>Promise.resolve().then(function(){return Ba}),map:()=>Promise.resolve().then(function(){return ja}),meetup:()=>Promise.resolve().then(function(){return Aa}),menu:()=>Promise.resolve().then(function(){return Ra}),microphone:()=>Promise.resolve().then(function(){return Ia}),monitor:()=>Promise.resolve().then(function(){return Da}),moon:()=>Promise.resolve().then(function(){return Fa}),move:()=>Promise.resolve().then(function(){return qa}),paperclip:()=>Promise.resolve().then(function(){return Ga}),passcode:()=>Promise.resolve().then(function(){return Xa}),passport:()=>Promise.resolve().then(function(){return Qa}),pause:()=>Promise.resolve().then(function(){return tn}),pencil:()=>Promise.resolve().then(function(){return rn}),"pending-circle":()=>Promise.resolve().then(function(){return an}),"person-dash":()=>Promise.resolve().then(function(){return sn}),"person-plus":()=>Promise.resolve().then(function(){return dn}),"person-x":()=>Promise.resolve().then(function(){return un}),person:()=>Promise.resolve().then(function(){return gn}),phone:()=>Promise.resolve().then(function(){return fn}),"pin-map-fill":()=>Promise.resolve().then(function(){return wn}),pin:()=>Promise.resolve().then(function(){return bn}),placeholder:()=>Promise.resolve().then(function(){return Zn}),plane:()=>Promise.resolve().then(function(){return yn}),play:()=>Promise.resolve().then(function(){return Pn}),"plus-circle":()=>Promise.resolve().then(function(){return kn}),"plus-square":()=>Promise.resolve().then(function(){return $n}),plus:()=>Promise.resolve().then(function(){return Sn}),printer:()=>Promise.resolve().then(function(){return On}),"question-circle":()=>Promise.resolve().then(function(){return Ln}),rocket:()=>Promise.resolve().then(function(){return En}),save:()=>Promise.resolve().then(function(){return Nn}),search:()=>Promise.resolve().then(function(){return Tn}),send:()=>Promise.resolve().then(function(){return Un}),"sg-crest":()=>Promise.resolve().then(function(){return Wn}),share:()=>Promise.resolve().then(function(){return Kn}),"shield-tick":()=>Promise.resolve().then(function(){return Jn}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Yn}),"sidebar-expand":()=>Promise.resolve().then(function(){return es}),"slash-circle":()=>Promise.resolve().then(function(){return ls}),"slash-divider":()=>Promise.resolve().then(function(){return is}),sliders:()=>Promise.resolve().then(function(){return as}),"sort-ascending":()=>Promise.resolve().then(function(){return ss}),"sort-descending":()=>Promise.resolve().then(function(){return ds}),speedometer:()=>Promise.resolve().then(function(){return us}),"star-ai":()=>Promise.resolve().then(function(){return gs}),"star-fill":()=>Promise.resolve().then(function(){return fs}),star:()=>Promise.resolve().then(function(){return ws}),stoplights:()=>Promise.resolve().then(function(){return bs}),sun:()=>Promise.resolve().then(function(){return Zs}),"switch-horizontal":()=>Promise.resolve().then(function(){return ys}),"switch-vertical":()=>Promise.resolve().then(function(){return Ps}),tablet:()=>Promise.resolve().then(function(){return ks}),telegram:()=>Promise.resolve().then(function(){return $s}),telephone:()=>Promise.resolve().then(function(){return Ss}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Os}),"three-dots":()=>Promise.resolve().then(function(){return Ls}),ticket:()=>Promise.resolve().then(function(){return Es}),"toggle-off":()=>Promise.resolve().then(function(){return Ns}),"toggle-on":()=>Promise.resolve().then(function(){return Ts}),train:()=>Promise.resolve().then(function(){return Us}),translate:()=>Promise.resolve().then(function(){return Ws}),trash:()=>Promise.resolve().then(function(){return Ks}),"trend-down":()=>Promise.resolve().then(function(){return Js}),"trend-up":()=>Promise.resolve().then(function(){return Ys}),truck:()=>Promise.resolve().then(function(){return ec}),"twitter-x":()=>Promise.resolve().then(function(){return lc}),unlock:()=>Promise.resolve().then(function(){return ic}),upload:()=>Promise.resolve().then(function(){return ac}),"user-check":()=>Promise.resolve().then(function(){return sc}),"user-circle":()=>Promise.resolve().then(function(){return dc}),"user-pause":()=>Promise.resolve().then(function(){return uc}),"user-square":()=>Promise.resolve().then(function(){return gc}),users:()=>Promise.resolve().then(function(){return fc}),"video-recorder":()=>Promise.resolve().then(function(){return wc}),"volume-max":()=>Promise.resolve().then(function(){return bc}),"volume-x":()=>Promise.resolve().then(function(){return Zc}),"window-dash":()=>Promise.resolve().then(function(){return yc}),"window-desktop":()=>Promise.resolve().then(function(){return Pc}),"window-dock":()=>Promise.resolve().then(function(){return kc}),"window-fullscreen":()=>Promise.resolve().then(function(){return $c}),"window-plus":()=>Promise.resolve().then(function(){return Sc}),"window-sidebar":()=>Promise.resolve().then(function(){return Oc}),"window-split":()=>Promise.resolve().then(function(){return Lc}),"window-stack":()=>Promise.resolve().then(function(){return Ec}),"window-x":()=>Promise.resolve().then(function(){return Nc}),window:()=>Promise.resolve().then(function(){return Tc}),"xcircle-fill":()=>Promise.resolve().then(function(){return Uc}),xcircle:()=>Promise.resolve().then(function(){return Wc}),youtube:()=>Promise.resolve().then(function(){return Kc}),"zoom-in":()=>Promise.resolve().then(function(){return Jc}),"zoom-out":()=>Promise.resolve().then(function(){return Yc})};var rt=a`: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 it=new Map;class ot extends Be{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(it.has(e))return void(this._icon=it.get(e));const t=lt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();it.set(e,l.default),this._icon=l.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:le}}ot.styles=[...Be.styles,rt],e([Pe({type:String,reflect:!0})],ot.prototype,"name",void 0),e([Pe({type:String,reflect:!0})],ot.prototype,"size",void 0),e([Pe({type:String})],ot.prototype,"ariaLabel",void 0),e([Ve()],ot.prototype,"_icon",void 0);var at=a`: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-14)}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}}
88
+ `}}tt.styles=[...Je.styles,Qe,et],e([Pe({type:String,reflect:!0})],tt.prototype,"name",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"value",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"type",void 0),e([Pe({type:String,reflect:!0})],tt.prototype,"form",void 0),e([Pe({type:String,reflect:!0,attribute:"formaction"})],tt.prototype,"formAction",void 0),e([Pe({type:String,reflect:!0,attribute:"formmethod"})],tt.prototype,"formMethod",void 0),e([Pe({attribute:"formnovalidate",type:Boolean,reflect:!0})],tt.prototype,"formNoValidate",void 0),e([Pe({type:String,reflect:!0,attribute:"formtarget"})],tt.prototype,"formTarget",void 0),e([Pe({type:Boolean,reflect:!0})],tt.prototype,"fullWidth",void 0),e([Pe({type:Boolean})],tt.prototype,"hasLeftIconSlot",void 0),e([Pe({type:Boolean})],tt.prototype,"hasRightIconSlot",void 0);const lt={announcement:()=>Promise.resolve().then(function(){return Tt}),archive:()=>Promise.resolve().then(function(){return Dt}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Ft}),"arrow-bar-left":()=>Promise.resolve().then(function(){return qt}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Gt}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Xt}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Qt}),"arrow-circle-left":()=>Promise.resolve().then(function(){return tl}),"arrow-circle-right":()=>Promise.resolve().then(function(){return rl}),"arrow-circle-up":()=>Promise.resolve().then(function(){return ol}),"arrow-clockwise":()=>Promise.resolve().then(function(){return nl}),"arrow-down":()=>Promise.resolve().then(function(){return cl}),"arrow-left":()=>Promise.resolve().then(function(){return hl}),"arrow-repeat":()=>Promise.resolve().then(function(){return vl}),"arrow-right":()=>Promise.resolve().then(function(){return pl}),"arrow-square-down":()=>Promise.resolve().then(function(){return ml}),"arrow-square-left":()=>Promise.resolve().then(function(){return _l}),"arrow-square-right":()=>Promise.resolve().then(function(){return xl}),"arrow-square-up":()=>Promise.resolve().then(function(){return Zl}),"arrow-up":()=>Promise.resolve().then(function(){return Ml}),"bank-fill":()=>Promise.resolve().then(function(){return Vl}),"bell-slash":()=>Promise.resolve().then(function(){return Hl}),bell:()=>Promise.resolve().then(function(){return zl}),"bi-funnel":()=>Promise.resolve().then(function(){return Ol}),"bookmark-fill":()=>Promise.resolve().then(function(){return jl}),bookmark:()=>Promise.resolve().then(function(){return Al}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Rl}),"box-seam":()=>Promise.resolve().then(function(){return Tl}),building:()=>Promise.resolve().then(function(){return Dl}),bus:()=>Promise.resolve().then(function(){return Fl}),calculator:()=>Promise.resolve().then(function(){return ql}),"calendar-check":()=>Promise.resolve().then(function(){return Gl}),"calendar-heart":()=>Promise.resolve().then(function(){return Xl}),"calendar-x":()=>Promise.resolve().then(function(){return Ql}),calendar:()=>Promise.resolve().then(function(){return tr}),camera:()=>Promise.resolve().then(function(){return rr}),car:()=>Promise.resolve().then(function(){return or}),"chat-dots":()=>Promise.resolve().then(function(){return nr}),"chat-left-text":()=>Promise.resolve().then(function(){return cr}),chat:()=>Promise.resolve().then(function(){return hr}),"check-circle-fill":()=>Promise.resolve().then(function(){return vr}),"check-circle":()=>Promise.resolve().then(function(){return pr}),check:()=>Promise.resolve().then(function(){return mr}),"chevron-down":()=>Promise.resolve().then(function(){return _r}),"chevron-left":()=>Promise.resolve().then(function(){return xr}),"chevron-right":()=>Promise.resolve().then(function(){return Zr}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Mr}),"chevron-up":()=>Promise.resolve().then(function(){return Vr}),clock:()=>Promise.resolve().then(function(){return Hr}),"cloud-check":()=>Promise.resolve().then(function(){return zr}),"cloud-download":()=>Promise.resolve().then(function(){return Or}),"cloud-upload":()=>Promise.resolve().then(function(){return jr}),cloud:()=>Promise.resolve().then(function(){return Ar}),"code-square":()=>Promise.resolve().then(function(){return Rr}),"coins-hand":()=>Promise.resolve().then(function(){return Tr}),compass:()=>Promise.resolve().then(function(){return Dr}),copy:()=>Promise.resolve().then(function(){return Fr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return qr}),cross:()=>Promise.resolve().then(function(){return Gr}),"cursor-fill":()=>Promise.resolve().then(function(){return Xr}),cursor:()=>Promise.resolve().then(function(){return Qr}),"dash-circle":()=>Promise.resolve().then(function(){return ti}),"dash-square":()=>Promise.resolve().then(function(){return ri}),dash:()=>Promise.resolve().then(function(){return oi}),database:()=>Promise.resolve().then(function(){return ni}),dataflow:()=>Promise.resolve().then(function(){return ci}),download:()=>Promise.resolve().then(function(){return hi}),edit:()=>Promise.resolve().then(function(){return vi}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return pi}),"exclamation-circle":()=>Promise.resolve().then(function(){return mi}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return _i}),"exclamation-triangle":()=>Promise.resolve().then(function(){return xi}),exclamation:()=>Promise.resolve().then(function(){return Zi}),"eye-fill":()=>Promise.resolve().then(function(){return Mi}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Vi}),"eye-slash":()=>Promise.resolve().then(function(){return Hi}),eye:()=>Promise.resolve().then(function(){return zi}),"face-smile-fill":()=>Promise.resolve().then(function(){return Oi}),"face-smile":()=>Promise.resolve().then(function(){return ji}),facebook:()=>Promise.resolve().then(function(){return Ai}),"file-earmark-text":()=>Promise.resolve().then(function(){return Ri}),"file-pdf":()=>Promise.resolve().then(function(){return Ti}),"file-plus":()=>Promise.resolve().then(function(){return Di}),"file-text":()=>Promise.resolve().then(function(){return Fi}),file:()=>Promise.resolve().then(function(){return qi}),files:()=>Promise.resolve().then(function(){return Gi}),fingerprint:()=>Promise.resolve().then(function(){return Xi}),flash:()=>Promise.resolve().then(function(){return Qi}),"folder-check":()=>Promise.resolve().then(function(){return to}),"folder-minus":()=>Promise.resolve().then(function(){return ro}),"folder-plus":()=>Promise.resolve().then(function(){return oo}),folder:()=>Promise.resolve().then(function(){return no}),gear:()=>Promise.resolve().then(function(){return co}),"geo-alt":()=>Promise.resolve().then(function(){return uo}),"geo-fill":()=>Promise.resolve().then(function(){return go}),geo:()=>Promise.resolve().then(function(){return fo}),"globe-alt":()=>Promise.resolve().then(function(){return wo}),globe:()=>Promise.resolve().then(function(){return bo}),google:()=>Promise.resolve().then(function(){return Co}),"grid-alt":()=>Promise.resolve().then(function(){return yo}),"grid-fill":()=>Promise.resolve().then(function(){return Po}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return ko}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return $o}),"hard-drive":()=>Promise.resolve().then(function(){return So}),heart:()=>Promise.resolve().then(function(){return Bo}),"house-door":()=>Promise.resolve().then(function(){return Lo}),house:()=>Promise.resolve().then(function(){return Eo}),image:()=>Promise.resolve().then(function(){return No}),"in-box":()=>Promise.resolve().then(function(){return Io}),"info-circle-fill":()=>Promise.resolve().then(function(){return Uo}),"info-circle":()=>Promise.resolve().then(function(){return Wo}),instagram:()=>Promise.resolve().then(function(){return Ko}),key:()=>Promise.resolve().then(function(){return Jo}),"laptop-gear":()=>Promise.resolve().then(function(){return Yo}),laptop:()=>Promise.resolve().then(function(){return ea}),layers:()=>Promise.resolve().then(function(){return la}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return ia}),"layout-text-window":()=>Promise.resolve().then(function(){return aa}),layout:()=>Promise.resolve().then(function(){return sa}),"life-buoy":()=>Promise.resolve().then(function(){return da}),lightbulb:()=>Promise.resolve().then(function(){return ua}),link:()=>Promise.resolve().then(function(){return ga}),linkedin:()=>Promise.resolve().then(function(){return fa}),list:()=>Promise.resolve().then(function(){return wa}),"lock-fill":()=>Promise.resolve().then(function(){return ba}),lock:()=>Promise.resolve().then(function(){return Ca}),login:()=>Promise.resolve().then(function(){return ya}),logout:()=>Promise.resolve().then(function(){return Pa}),luggage:()=>Promise.resolve().then(function(){return ka}),"mail-open":()=>Promise.resolve().then(function(){return $a}),mail:()=>Promise.resolve().then(function(){return Sa}),map:()=>Promise.resolve().then(function(){return Ba}),meetup:()=>Promise.resolve().then(function(){return La}),menu:()=>Promise.resolve().then(function(){return Ea}),microphone:()=>Promise.resolve().then(function(){return Na}),monitor:()=>Promise.resolve().then(function(){return Ia}),moon:()=>Promise.resolve().then(function(){return Ua}),move:()=>Promise.resolve().then(function(){return Wa}),paperclip:()=>Promise.resolve().then(function(){return Ka}),passcode:()=>Promise.resolve().then(function(){return Ja}),passport:()=>Promise.resolve().then(function(){return Ya}),pause:()=>Promise.resolve().then(function(){return en}),pencil:()=>Promise.resolve().then(function(){return ln}),"pending-circle":()=>Promise.resolve().then(function(){return on}),"person-dash":()=>Promise.resolve().then(function(){return nn}),"person-plus":()=>Promise.resolve().then(function(){return cn}),"person-x":()=>Promise.resolve().then(function(){return hn}),person:()=>Promise.resolve().then(function(){return vn}),phone:()=>Promise.resolve().then(function(){return pn}),"pin-map-fill":()=>Promise.resolve().then(function(){return mn}),pin:()=>Promise.resolve().then(function(){return _n}),placeholder:()=>Promise.resolve().then(function(){return xn}),plane:()=>Promise.resolve().then(function(){return Zn}),play:()=>Promise.resolve().then(function(){return Mn}),"plus-circle":()=>Promise.resolve().then(function(){return Vn}),"plus-square":()=>Promise.resolve().then(function(){return Hn}),plus:()=>Promise.resolve().then(function(){return zn}),printer:()=>Promise.resolve().then(function(){return On}),"question-circle":()=>Promise.resolve().then(function(){return jn}),rocket:()=>Promise.resolve().then(function(){return An}),save:()=>Promise.resolve().then(function(){return Rn}),search:()=>Promise.resolve().then(function(){return Tn}),send:()=>Promise.resolve().then(function(){return Dn}),"sg-crest":()=>Promise.resolve().then(function(){return Fn}),share:()=>Promise.resolve().then(function(){return qn}),"shield-tick":()=>Promise.resolve().then(function(){return Gn}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Xn}),"sidebar-expand":()=>Promise.resolve().then(function(){return Qn}),"slash-circle":()=>Promise.resolve().then(function(){return ts}),"slash-divider":()=>Promise.resolve().then(function(){return rs}),sliders:()=>Promise.resolve().then(function(){return os}),"sort-ascending":()=>Promise.resolve().then(function(){return ns}),"sort-descending":()=>Promise.resolve().then(function(){return cs}),speedometer:()=>Promise.resolve().then(function(){return hs}),"star-ai":()=>Promise.resolve().then(function(){return vs}),"star-fill":()=>Promise.resolve().then(function(){return ps}),star:()=>Promise.resolve().then(function(){return ms}),stoplights:()=>Promise.resolve().then(function(){return _s}),sun:()=>Promise.resolve().then(function(){return xs}),"switch-horizontal":()=>Promise.resolve().then(function(){return Zs}),"switch-vertical":()=>Promise.resolve().then(function(){return Ms}),tablet:()=>Promise.resolve().then(function(){return Vs}),telegram:()=>Promise.resolve().then(function(){return Hs}),telephone:()=>Promise.resolve().then(function(){return zs}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Os}),"three-dots":()=>Promise.resolve().then(function(){return js}),ticket:()=>Promise.resolve().then(function(){return As}),"toggle-off":()=>Promise.resolve().then(function(){return Rs}),"toggle-on":()=>Promise.resolve().then(function(){return Ts}),train:()=>Promise.resolve().then(function(){return Ds}),translate:()=>Promise.resolve().then(function(){return Fs}),trash:()=>Promise.resolve().then(function(){return qs}),"trend-down":()=>Promise.resolve().then(function(){return Gs}),"trend-up":()=>Promise.resolve().then(function(){return Xs}),truck:()=>Promise.resolve().then(function(){return Qs}),"twitter-x":()=>Promise.resolve().then(function(){return tc}),unlock:()=>Promise.resolve().then(function(){return rc}),upload:()=>Promise.resolve().then(function(){return oc}),"user-check":()=>Promise.resolve().then(function(){return nc}),"user-circle":()=>Promise.resolve().then(function(){return cc}),"user-pause":()=>Promise.resolve().then(function(){return hc}),"user-square":()=>Promise.resolve().then(function(){return vc}),users:()=>Promise.resolve().then(function(){return pc}),"video-recorder":()=>Promise.resolve().then(function(){return mc}),"volume-max":()=>Promise.resolve().then(function(){return _c}),"volume-x":()=>Promise.resolve().then(function(){return xc}),"window-dash":()=>Promise.resolve().then(function(){return Zc}),"window-desktop":()=>Promise.resolve().then(function(){return Mc}),"window-dock":()=>Promise.resolve().then(function(){return Vc}),"window-fullscreen":()=>Promise.resolve().then(function(){return Hc}),"window-plus":()=>Promise.resolve().then(function(){return zc}),"window-sidebar":()=>Promise.resolve().then(function(){return Oc}),"window-split":()=>Promise.resolve().then(function(){return jc}),"window-stack":()=>Promise.resolve().then(function(){return Ac}),"window-x":()=>Promise.resolve().then(function(){return Rc}),window:()=>Promise.resolve().then(function(){return Tc}),"xcircle-fill":()=>Promise.resolve().then(function(){return Dc}),xcircle:()=>Promise.resolve().then(function(){return Fc}),youtube:()=>Promise.resolve().then(function(){return qc}),"zoom-in":()=>Promise.resolve().then(function(){return Gc}),"zoom-out":()=>Promise.resolve().then(function(){return Xc})};var rt=a`: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 it=new Map;class ot extends Oe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(it.has(e))return void(this._icon=it.get(e));const t=lt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();it.set(e,l.default),this._icon=l.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:le}}ot.styles=[...Oe.styles,rt],e([Pe({type:String,reflect:!0})],ot.prototype,"name",void 0),e([Pe({type:String,reflect:!0})],ot.prototype,"size",void 0),e([Pe({type:String})],ot.prototype,"ariaLabel",void 0),e([Ve()],ot.prototype,"_icon",void 0);var at=a`: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-14)}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}}
94
89
 
95
- /*! 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}`,nt=a`.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 st extends Be{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return qe`
90
+ /*! 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}`,nt=a`.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 st extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return qe`
96
91
  <div
97
- class="spinner-wrapper ${Ie({horizontal:"horizontal"===this.orientation})}"
92
+ class="spinner-wrapper ${Te({horizontal:"horizontal"===this.orientation})}"
98
93
  >
99
94
  <div
100
- class="spinner ${Ie({[`spinner-${this.size}`]:this.size})}"
95
+ class="spinner ${Te({[`spinner-${this.size}`]:this.size})}"
101
96
  role="status"
102
97
  >
103
98
  ${this.label?le:qe`<span class="sr-only">Loading...</span>`}
104
99
  </div>
105
100
  ${this.label?qe`<span class="spinner-label">${this.label}</span>`:le}
106
101
  </div>
107
- `}}st.styles=[...Be.styles,nt,at],e([Pe({type:String,reflect:!0})],st.prototype,"variant",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"tone",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"size",void 0),e([Pe({reflect:!0,type:String})],st.prototype,"label",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"orientation",void 0);var ct=a`: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 dt extends Je{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?Fe`a`:Fe`button`;return qe`
102
+ `}}st.styles=[...Oe.styles,nt,at],e([Pe({type:String,reflect:!0})],st.prototype,"variant",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"tone",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"size",void 0),e([Pe({reflect:!0,type:String})],st.prototype,"label",void 0),e([Pe({type:String,reflect:!0})],st.prototype,"orientation",void 0);var ct=a`: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 dt extends Je{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?Fe`a`:Fe`button`;return qe`
108
103
  <${t}
109
- class="btn btn-icon${Ie({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
110
- ?disabled=${Te(e?void 0:this.disabled)}
111
- type=${Te(e?void 0:"button")}
112
- href=${Te(e?this.href:void 0)}
113
- target=${Te(e?this.target:void 0)}
114
- download=${Te(e?this.download:void 0)}
115
- rel=${Te(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
116
- role=${Te(e?"button":void 0)}
104
+ class="btn btn-icon${Te({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
105
+ ?disabled=${Ie(e?void 0:this.disabled)}
106
+ type=${Ie(e?void 0:"button")}
107
+ href=${Ie(e?this.href:void 0)}
108
+ target=${Ie(e?this.target:void 0)}
109
+ download=${Ie(e?this.download:void 0)}
110
+ rel=${Ie(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
111
+ role=${Ie(e?"button":void 0)}
117
112
  aria-disabled=${this.disabled||this.loading?"true":"false"}
118
113
  tabindex=${this.disabled?"-1":"0"}
119
114
  @click=${this._handleClick}
120
115
  @keydown=${this._handleKeydown}
121
116
  @focus=${this._handleFocus}
122
117
  @blur=${this._handleBlur}
123
- aria-label=${Te(this.loading?"Loading":this.ariaLabel)}
118
+ aria-label=${Ie(this.loading?"Loading":this.ariaLabel)}
124
119
  >
125
120
  ${this.loading?qe`<sgds-spinner
126
- size=${Te(this._assignSpinnerSize(this.size))}
127
- tone=${Te(this._assignSpinnerTone(this.tone,this.variant))}
121
+ size=${Ie(this._assignSpinnerSize(this.size))}
122
+ tone=${Ie(this._assignSpinnerTone(this.tone,this.variant))}
128
123
  ></sgds-spinner>`:qe`<sgds-icon
129
- name=${Te(this.name)}
130
- size=${Te(this._assignIconSize(this.size))}
124
+ name=${Ie(this.name)}
125
+ size=${Ie(this._assignIconSize(this.size))}
131
126
  ></sgds-icon>`}
132
127
  </${t}>
133
- `}}dt.styles=[...Je.styles,ct],dt.dependencies={"sgds-icon":ot,"sgds-spinner":st},e([Pe({type:String,reflect:!0})],dt.prototype,"name",void 0);var ht=a`ul{margin-bottom:1rem;margin-top:0;padding-left:2rem}svg{vertical-align:middle}.pagination{display:inline-flex;gap:var(--sgds-gap-2-xs);list-style:none;padding-left:0}.page-link{align-items:center;background-color:var(--sgds-bg-transparent);border-radius:var(--sgds-border-radius-md);display:flex;height:var(--sgds-dimension-48);justify-content:center;width:var(--sgds-dimension-48)}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:focus,.page-link:not(.ellipsis):hover{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.page-link:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.page-item>.page-link:not(.ellipsis){cursor:pointer}.page-item.active .page-link{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.ellipsis-disabled,.page-item.disabled .page-link{opacity:var(--sgds-opacity-40)}.ellipsis-disabled{cursor:not-allowed;pointer-events:none}.pagination-sm .page-link{font-size:var(--sgds-font-size-14);height:var(--sgds-dimension-40);width:var(--sgds-dimension-40)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pagination-description{align-items:center;display:flex}.pagination-sm .pagination-description{font-size:var(--sgds-font-size-14)}`;class ut extends Be{constructor(){super(...arguments),this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.variant="default",this.navigation="icon-button",this.size="md",this._limit=4,this.ellipsisContent=Q`
128
+ `}}dt.styles=[...Je.styles,ct],dt.dependencies={"sgds-icon":ot,"sgds-spinner":st},e([Pe({type:String,reflect:!0})],dt.prototype,"name",void 0);var ht=a`ul{margin-bottom:1rem;margin-top:0;padding-left:2rem}svg{vertical-align:middle}.pagination{display:inline-flex;gap:var(--sgds-gap-2-xs);list-style:none;padding-left:0}.page-link{align-items:center;background-color:var(--sgds-bg-transparent);border-radius:var(--sgds-border-radius-md);display:flex;height:var(--sgds-dimension-48);justify-content:center;width:var(--sgds-dimension-48)}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:focus,.page-link:not(.ellipsis):hover{background-color:var(--sgds-primary-surface-translucent);color:var(--sgds-primary-color-default)}.page-link:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.page-item>.page-link:not(.ellipsis){cursor:pointer}.page-item.active .page-link{background-color:var(--sgds-primary-surface-default);color:var(--sgds-color-fixed-light)}.ellipsis-disabled,.page-item.disabled .page-link{opacity:var(--sgds-opacity-40)}.ellipsis-disabled{cursor:not-allowed;pointer-events:none}.pagination-sm .page-link{font-size:var(--sgds-font-size-14);height:var(--sgds-dimension-40);width:var(--sgds-dimension-40)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pagination-description{align-items:center;display:flex}.pagination-sm .pagination-description{font-size:var(--sgds-font-size-14)}`;class ut extends Oe{constructor(){super(...arguments),this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.variant="default",this.navigation="icon-button",this.size="md",this._limit=4,this.ellipsisContent=Q`
134
129
  <span aria-hidden="true">…</span>
135
130
  <span class="sr-only" role="text">Ellipsis</span>
136
131
  `,this._renderFirstEllipsis=()=>this.pages.length<=7||!(this.pages.length!==this._limit&&this.currentPage>4)?null:Q`
@@ -225,7 +220,7 @@ let Ce;Ze?.({LitElement:be}),(we.litElementVersions??=[]).push("4.2.2"),we.litEl
225
220
  ${"button"===this.variant?this._renderButtonPagination():le}
226
221
  </div>
227
222
  </nav>
228
- `}}ut.styles=[...Be.styles,ht],ut.dependencies={"sgds-icon-button":dt,"sgds-button":tt,"sgds-icon":ot},e([Pe({type:Number})],ut.prototype,"dataLength",void 0),e([Pe({type:Number})],ut.prototype,"currentPage",void 0),e([Pe({type:Number})],ut.prototype,"itemsPerPage",void 0),e([Pe({type:String})],ut.prototype,"variant",void 0),e([Pe({type:String})],ut.prototype,"navigation",void 0),e([Pe({type:String})],ut.prototype,"size",void 0),e([Ve()],ut.prototype,"_limit",void 0),e([je("currentPage",{waitUntilFirstUpdate:!1})],ut.prototype,"_handleValueChange",null),
223
+ `}}ut.styles=[...Oe.styles,ht],ut.dependencies={"sgds-icon-button":dt,"sgds-button":tt,"sgds-icon":ot},e([Pe({type:Number})],ut.prototype,"dataLength",void 0),e([Pe({type:Number})],ut.prototype,"currentPage",void 0),e([Pe({type:Number})],ut.prototype,"itemsPerPage",void 0),e([Pe({type:String})],ut.prototype,"variant",void 0),e([Pe({type:String})],ut.prototype,"navigation",void 0),e([Pe({type:String})],ut.prototype,"size",void 0),e([Ve()],ut.prototype,"_limit",void 0),e([je("currentPage",{waitUntilFirstUpdate:!1})],ut.prototype,"_handleValueChange",null),
229
224
  /**
230
225
  * @license
231
226
  * Copyright 2020 Google LLC
@@ -237,14 +232,14 @@ window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;cons
237
232
  * Copyright 2020 Google LLC
238
233
  * SPDX-License-Identifier: BSD-3-Clause
239
234
  */
240
- class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==Ee)throw new Error("The `live` directive is not allowed on child or event bindings");if(void 0!==e.strings)throw new Error("`live` bindings can only contain a single expression")}render(e){return e}update(e,[t]){if(t===te||t===le)return t;const l=e.element,r=e.name;if(e.type===Ae){if(t===l[r])return te}else if(e.type===Ee){if(!!t===l.hasAttribute(r))return te}else if(e.type===Le&&l.getAttribute(r)===String(t))return te;return((e,t=vt)=>{e._$committedValue=t})(e),t}});var pt=a`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-14);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,ft=a`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,mt=a`.form-label{color:var(--sgds-form-color-default);font-weight:var(--sgds-font-weight-semibold);margin-bottom:0}.form-label.disabled{opacity:var(--sgds-opacity-40)}.form-check-label{color:var(--sgds-form-color-default)}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:not-allowed}`,wt=a`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;function _t(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class bt extends Be{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=_t("input"),this._labelId=_t("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}bt.styles=[...Be.styles,pt,ft,mt,wt],e([Pe({reflect:!0})],bt.prototype,"label",void 0),e([Pe({reflect:!0})],bt.prototype,"hintText",void 0),e([Pe({reflect:!0})],bt.prototype,"name",void 0),e([Pe({type:Boolean,reflect:!0})],bt.prototype,"disabled",void 0),e([Pe({type:Boolean,reflect:!0})],bt.prototype,"invalid",void 0);class xt{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,l){return this._internals.setValidity(e,t,l)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const l in t)t[l]&&(this.validationError=l.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const Zt=t=>{class l extends t{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new xt(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,l){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,l)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return l.formAssociated=!0,e([ze("sgds-input")],l.prototype,"sgdsInput",void 0),e([ze("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var Ct=a`.form-check-input[type=checkbox]{border-radius:var(--sgds-form-border-radius-md)}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path d="M14.347 3.979a.522.522 0 0 1 0 .739L7.043 12.02a.521.521 0 0 1-.738 0L2.653 8.369a.522.522 0 1 1 .739-.738l3.282 3.283 6.934-6.935a.52.52 0 0 1 .739 0Z" fill="%23fff"/></svg>')}.form-check-input:indeterminate,.form-check-input[indeterminate]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Z" fill="%23fff"/></svg>');background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:indeterminate:focus,.form-check-input:indeterminate:hover,.form-check-input[indeterminate]:focus-visible,.form-check-input[indeterminate]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}.form-check-input:indeterminate.is-invalid,.form-check-input[checked].is-invalid,.form-check-input[indeterminate].is-invalid{background-color:var(--sgds-form-danger-surface-default)}.form-check-label{flex:1;font-size:var(--sgds-font-size-label-md)}.form-check{margin:var(--sgds-form-padding-inline-sm) 0;padding:0}`,yt=a`input{margin:0}.form-check{display:flex;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.form-check-input{appearance:none;background-color:var(--sgds-form-surface-default);background-image:var(--sgds-radio-bg-image);background-position:50%;background-repeat:no-repeat;background-size:auto;border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);flex-shrink:0;height:var(--sgds-form-height-sm);width:var(--sgds-form-width-xs)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid):not([aria-checked=true]):not(:focus-visible):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid)[checked]:focus-visible,.form-check-input:not([disabled]):not(.is-invalid)[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.form-check-input:not([disabled]).is-invalid{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-check-input:not([disabled]).is-invalid:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;class Mt extends(Zt(bt)){constructor(){super(...arguments),this.hasSlotController=new Xe(this,"[default]"),this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.noValidate=!1,this.invalidFeedback="",this._isTouched=!1,this._handleHostClick=e=>{e.composedPath()[0]===this&&(e.stopPropagation(),this.input.click())}}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(e){this.indeterminate&&(this.indeterminate=!this.indeterminate),this.checked=!this.checked,super._mixinHandleChange(e),this.emit("sgds-change",{detail:{checked:this.checked,value:this.value}}),this.checked?this.emit("sgds-check",{detail:{value:this.value}}):this.emit("sgds-uncheck",{detail:{value:this.value}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleBlur(){this._isTouched=!0,this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleDisabledChange(){this.setInvalid(!1)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_mixinResetFormControl(){this._isTouched=!1,this.checked=this.input.checked=this.defaultChecked,this.input.dispatchEvent(new InputEvent("reset")),this._mixinResetValidity(this.input)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}firstUpdated(e){super.firstUpdated(e),this.checked&&this.emit("sgds-check",{detail:{value:this.value}})}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this._handleHostClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this._handleHostClick)}render(){const e="both"===this.hasFeedback||"style"===this.hasFeedback,t="both"===this.hasFeedback||"text"===this.hasFeedback,l=this.hasSlotController.test("[default]");return Q`
235
+ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==Ee)throw new Error("The `live` directive is not allowed on child or event bindings");if(void 0!==e.strings)throw new Error("`live` bindings can only contain a single expression")}render(e){return e}update(e,[t]){if(t===te||t===le)return t;const l=e.element,r=e.name;if(e.type===Ae){if(t===l[r])return te}else if(e.type===Ee){if(!!t===l.hasAttribute(r))return te}else if(e.type===Le&&l.getAttribute(r)===String(t))return te;return((e,t=vt)=>{e._$committedValue=t})(e),t}});var pt=a`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-14);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,ft=a`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,mt=a`.form-label{color:var(--sgds-form-color-default);font-weight:var(--sgds-font-weight-semibold);margin-bottom:0}.form-label.disabled{opacity:var(--sgds-opacity-40)}.form-check-label{color:var(--sgds-form-color-default)}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:not-allowed}`,wt=a`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;function _t(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class bt extends Oe{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=_t("input"),this._labelId=_t("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}bt.styles=[...Oe.styles,pt,ft,mt,wt],e([Pe({reflect:!0})],bt.prototype,"label",void 0),e([Pe({reflect:!0})],bt.prototype,"hintText",void 0),e([Pe({reflect:!0})],bt.prototype,"name",void 0),e([Pe({type:Boolean,reflect:!0})],bt.prototype,"disabled",void 0),e([Pe({type:Boolean,reflect:!0})],bt.prototype,"invalid",void 0);class xt{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,l){return this._internals.setValidity(e,t,l)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const l in t)t[l]&&(this.validationError=l.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const Ct=t=>{class l extends t{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new xt(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,l){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,l)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return l.formAssociated=!0,e([ze("sgds-input")],l.prototype,"sgdsInput",void 0),e([ze("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var Zt=a`.form-check-input[type=checkbox]{border-radius:var(--sgds-form-border-radius-md)}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path d="M14.347 3.979a.522.522 0 0 1 0 .739L7.043 12.02a.521.521 0 0 1-.738 0L2.653 8.369a.522.522 0 1 1 .739-.738l3.282 3.283 6.934-6.935a.52.52 0 0 1 .739 0Z" fill="%23fff"/></svg>')}.form-check-input:indeterminate,.form-check-input[indeterminate]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Z" fill="%23fff"/></svg>');background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:indeterminate:focus,.form-check-input:indeterminate:hover,.form-check-input[indeterminate]:focus-visible,.form-check-input[indeterminate]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}.form-check-input:indeterminate.is-invalid,.form-check-input[checked].is-invalid,.form-check-input[indeterminate].is-invalid{background-color:var(--sgds-form-danger-surface-default)}.form-check-label{flex:1;font-size:var(--sgds-font-size-label-md)}.form-check{margin:var(--sgds-form-padding-inline-sm) 0;padding:0}`,yt=a`input{margin:0}.form-check{display:flex;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.form-check-input{appearance:none;background-color:var(--sgds-form-surface-default);background-image:var(--sgds-radio-bg-image);background-position:50%;background-repeat:no-repeat;background-size:auto;border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);flex-shrink:0;height:var(--sgds-form-height-sm);width:var(--sgds-form-width-xs)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid):not([aria-checked=true]):not(:focus-visible):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid)[checked]:focus-visible,.form-check-input:not([disabled]):not(.is-invalid)[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.form-check-input:not([disabled]).is-invalid{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-check-input:not([disabled]).is-invalid:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;class Mt extends(Ct(bt)){constructor(){super(...arguments),this.hasSlotController=new Xe(this,"[default]"),this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.noValidate=!1,this.invalidFeedback="",this._isTouched=!1,this._handleHostClick=e=>{e.composedPath()[0]===this&&(e.stopPropagation(),this.input.click())}}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(e){this.indeterminate&&(this.indeterminate=!this.indeterminate),this.checked=!this.checked,super._mixinHandleChange(e),this.emit("sgds-change",{detail:{checked:this.checked,value:this.value}}),this.checked?this.emit("sgds-check",{detail:{value:this.value}}):this.emit("sgds-uncheck",{detail:{value:this.value}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleBlur(){this._isTouched=!0,this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleDisabledChange(){this.setInvalid(!1)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_mixinResetFormControl(){this._isTouched=!1,this.checked=this.input.checked=this.defaultChecked,this.input.dispatchEvent(new InputEvent("reset")),this._mixinResetValidity(this.input)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}firstUpdated(e){super.firstUpdated(e),this.checked&&this.emit("sgds-check",{detail:{value:this.value}})}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this._handleHostClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this._handleHostClick)}render(){const e="both"===this.hasFeedback||"style"===this.hasFeedback,t="both"===this.hasFeedback||"text"===this.hasFeedback,l=this.hasSlotController.test("[default]");return Q`
241
236
  <div class="form-check">
242
237
  <input
243
- class=${Ie({"form-check-input":!0,"is-invalid":e&&this.invalid})}
238
+ class=${Te({"form-check-input":!0,"is-invalid":e&&this.invalid})}
244
239
  type="checkbox"
245
240
  id=${this._controlId}
246
241
  aria-invalid=${this.invalid?"true":"false"}
247
- name=${Te(this.name)}
242
+ name=${Ie(this.name)}
248
243
  ?indeterminate=${this.indeterminate}
249
244
  ?required=${this.required}
250
245
  aria-disabled=${this.disabled?"true":"false"}
@@ -270,19 +265,27 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
270
265
  </div>
271
266
  </div>
272
267
  `:le}
273
- `}}function Pt(e,t,l){return new Promise(r=>{if((null==l?void 0:l.duration)===1/0)throw new Error("Promise-based animations must be finite.");const i=e.animate(t,Object.assign(Object.assign({},l),{duration:Vt()?0:null==l?void 0:l.duration}));i.addEventListener("cancel",r,{once:!0}),i.addEventListener("finish",r,{once:!0})})}function Vt(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function kt(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ht(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const l=requestAnimationFrame(t);e.addEventListener("cancel",()=>l,{once:!0}),e.addEventListener("finish",()=>l,{once:!0}),e.cancel()})))}Mt.styles=[...bt.styles,yt,Ct],Mt.dependencies={"sgds-icon":ot},e([Pe({type:String,reflect:!0})],Mt.prototype,"value",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"checked",void 0),e([Pe({type:String,reflect:!0})],Mt.prototype,"hasFeedback",void 0),e([((e="value")=>(t,l)=>{const r=t.constructor,i=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(t,o,a){var n;const s=r.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||x,r=("function"==typeof t?t:null!==(n=null==t?void 0:t.fromAttribute)&&void 0!==n?n:x.fromAttribute)(a,s.type);this[e]!==r&&(this[l]=r)}i.call(this,t,o,a)}})("checked")],Mt.prototype,"defaultChecked",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"indeterminate",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"required",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"noValidate",void 0),e([Pe({type:String,reflect:!0})],Mt.prototype,"invalidFeedback",void 0),e([Ve()],Mt.prototype,"_isTouched",void 0),e([je("disabled",{waitUntilFirstUpdate:!0})],Mt.prototype,"_handleDisabledChange",null),e([je("_isTouched",{waitUntilFirstUpdate:!0})],Mt.prototype,"_handleIsTouched",null);const $t=new Map,zt=new WeakMap;function St(e,t){const l=zt.get(e);if(null==l?void 0:l[t])return l[t];const r=$t.get(t);return r||{keyframes:[],options:{duration:0}}}function Bt(e,t){$t.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function Ot(e,t){return new Promise(l=>{e.addEventListener(t,function r(i){i.target===e&&(e.removeEventListener(t,r),l())})})}class jt extends Be{render(){return le}}e([Pe({type:Number,reflect:!0})],jt.prototype,"colspan",void 0),e([Pe({type:Number,reflect:!0})],jt.prototype,"rowspan",void 0);class Lt extends Be{constructor(){super(...arguments),this.textAlign="left",this.sorting=!1,this.sortKey=""}handleSortClick(){if(!this.sorting)return;const e="ascending"===this.ariasort?"descending":"descending"===this.ariasort?"none":"ascending";this.ariasort=e,this.emit("i-sgds-sort",{detail:{key:this.sortKey,direction:e},bubbles:!0,composed:!0})}render(){return le}}e([Pe({type:String,reflect:!0})],Lt.prototype,"width",void 0),e([Pe({type:Number,reflect:!0})],Lt.prototype,"colspan",void 0),e([Pe({type:Number,reflect:!0})],Lt.prototype,"rowspan",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"textAlign",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"ariasort",void 0),e([Pe({type:Boolean,reflect:!0})],Lt.prototype,"sorting",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"sortKey",void 0);class At extends Be{constructor(){super(...arguments),this.rowData={},this.expand=!1,this.open=!1,this.checked=!1,this.showCheckbox=!1,this.showExpandPlaceholder=!1,this.columnAlignments=[],this.hasDataRows=!1,this._isHeaderRow=!1}get checkbox(){var e;return null!==(e=this._checkboxEl)&&void 0!==e?e:null}connectedCallback(){super.connectedCallback()}firstUpdated(){this._expandableBody&&(this._expandableBody.hidden=!this.open)}async handleExpandedChange(){if(this.open){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.open=!1);await Ht(this._expandableBody),this._expandableBody.hidden=!1;const{keyframes:e,options:t}=St(this,"row.expand.show");await Pt(this._expandableBody,kt(e,this._expandableBody.scrollHeight),t),this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.open=!0);await Ht(this._expandableBody);const{keyframes:e,options:t}=St(this,"row.expand.hide");await Pt(this._expandableBody,kt(e,this._expandableBody.scrollHeight),t),this._expandableBody.hidden=!0,this.emit("sgds-after-hide")}}async handleCheckedChange(){this.checked&&this.emit("i-sgds-change",{detail:{checked:!0}})}async show(){if(!this.open)return this.open=!0,Ot(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,Ot(this,"sgds-after-hide")}_onSlotChange(){var e;const t=null!==(e=this._assignedCells)&&void 0!==e?e:[];this._isHeaderRow=t.some(e=>e instanceof Lt),this.requestUpdate()}_onCheckboxChange(e){this.emit("i-sgds-change",{detail:{checked:e.target.checked}})}_toggleExpand(){this.open?this.hide():this.show()}_onExpandKeyDown(e){"Enter"===e.key&&(e.preventDefault(),this._toggleExpand())}_onSortKeyDown(e,t){"Enter"===e.key&&(e.preventDefault(),t.handleSortClick())}_renderCell(e,t){var l;const r=Array.from(e.childNodes).map(e=>e.cloneNode(!0));if(e instanceof Lt)return Q`<th
274
- width=${Te(e.width)}
275
- colspan=${Te(e.colspan)}
276
- rowspan=${Te(e.rowspan)}
277
- aria-sort=${Te(e.ariasort)}
268
+ `}}function Pt(e,t,l){return new Promise(r=>{if((null==l?void 0:l.duration)===1/0)throw new Error("Promise-based animations must be finite.");const i=e.animate(t,Object.assign(Object.assign({},l),{duration:Vt()?0:null==l?void 0:l.duration}));i.addEventListener("cancel",r,{once:!0}),i.addEventListener("finish",r,{once:!0})})}function Vt(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function kt(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ht(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const l=requestAnimationFrame(t);e.addEventListener("cancel",()=>l,{once:!0}),e.addEventListener("finish",()=>l,{once:!0}),e.cancel()})))}Mt.styles=[...bt.styles,yt,Zt],Mt.dependencies={"sgds-icon":ot},e([Pe({type:String,reflect:!0})],Mt.prototype,"value",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"checked",void 0),e([Pe({type:String,reflect:!0})],Mt.prototype,"hasFeedback",void 0),e([((e="value")=>(t,l)=>{const r=t.constructor,i=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(t,o,a){var n;const s=r.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||x,r=("function"==typeof t?t:null!==(n=null==t?void 0:t.fromAttribute)&&void 0!==n?n:x.fromAttribute)(a,s.type);this[e]!==r&&(this[l]=r)}i.call(this,t,o,a)}})("checked")],Mt.prototype,"defaultChecked",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"indeterminate",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"required",void 0),e([Pe({type:Boolean,reflect:!0})],Mt.prototype,"noValidate",void 0),e([Pe({type:String,reflect:!0})],Mt.prototype,"invalidFeedback",void 0),e([Ve()],Mt.prototype,"_isTouched",void 0),e([je("disabled",{waitUntilFirstUpdate:!0})],Mt.prototype,"_handleDisabledChange",null),e([je("_isTouched",{waitUntilFirstUpdate:!0})],Mt.prototype,"_handleIsTouched",null);const $t=new Map,zt=new WeakMap;function St(e,t){const l=zt.get(e);if(null==l?void 0:l[t])return l[t];const r=$t.get(t);return r||{keyframes:[],options:{duration:0}}}function Ot(e,t){$t.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function Bt(e,t){return new Promise(l=>{e.addEventListener(t,function r(i){i.target===e&&(e.removeEventListener(t,r),l())})})}class jt extends Oe{render(){return Q`<slot></slot>`}}jt.styles=[...Oe.styles,a`
269
+ :host {
270
+ display: contents;
271
+ }
272
+ `],e([Pe({type:Number,reflect:!0})],jt.prototype,"colspan",void 0),e([Pe({type:Number,reflect:!0})],jt.prototype,"rowspan",void 0);class Lt extends Oe{constructor(){super(...arguments),this.textAlign="left",this.sorting=!1,this.sortKey=""}handleSortClick(){if(!this.sorting)return;const e="ascending"===this.ariasort?"descending":"descending"===this.ariasort?"none":"ascending";this.ariasort=e,this.emit("i-sgds-sort",{detail:{key:this.sortKey,direction:e},bubbles:!0,composed:!0})}render(){return Q`<slot></slot>`}}Lt.styles=[...Oe.styles,a`
273
+ :host {
274
+ display: contents;
275
+ }
276
+ `],e([Pe({type:String,reflect:!0})],Lt.prototype,"width",void 0),e([Pe({type:Number,reflect:!0})],Lt.prototype,"colspan",void 0),e([Pe({type:Number,reflect:!0})],Lt.prototype,"rowspan",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"textAlign",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"ariasort",void 0),e([Pe({type:Boolean,reflect:!0})],Lt.prototype,"sorting",void 0),e([Pe({type:String,reflect:!0})],Lt.prototype,"sortKey",void 0);class At extends Oe{constructor(){super(...arguments),this.rowData={},this.expand=!1,this.open=!1,this.checked=!1,this.showCheckbox=!1,this.showExpandPlaceholder=!1,this.columnAlignments=[],this.hasDataRows=!1,this._isHeaderRow=!1,this._cellSlotNames=new WeakMap}get checkbox(){var e;return null!==(e=this._checkboxEl)&&void 0!==e?e:null}connectedCallback(){super.connectedCallback(),this._lightDomObserver=new MutationObserver(()=>this._handleLightDomChange()),this._lightDomObserver.observe(this,{childList:!0}),this._handleLightDomChange()}disconnectedCallback(){var e;null===(e=this._lightDomObserver)||void 0===e||e.disconnect(),super.disconnectedCallback()}firstUpdated(){this._expandableBody&&(this._expandableBody.hidden=!this.open)}async handleExpandedChange(){if(this.open){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.open=!1);await Ht(this._expandableBody),this._expandableBody.hidden=!1;const{keyframes:e,options:t}=St(this,"row.expand.show");await Pt(this._expandableBody,kt(e,this._expandableBody.scrollHeight),t),this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.open=!0);await Ht(this._expandableBody);const{keyframes:e,options:t}=St(this,"row.expand.hide");await Pt(this._expandableBody,kt(e,this._expandableBody.scrollHeight),t),this._expandableBody.hidden=!0,this.emit("sgds-after-hide")}}async handleCheckedChange(){this.checked&&this.emit("i-sgds-change",{detail:{checked:!0}})}async show(){if(!this.open)return this.open=!0,Bt(this,"sgds-after-show")}async hide(){if(this.open)return this.open=!1,Bt(this,"sgds-after-hide")}getCellText(e){var t;const l=this._getCells().filter(e=>e instanceof jt),r=l[e];return r?(null!==(t=r.textContent)&&void 0!==t?t:"").trim():""}_getCells(){return Array.from(this.children).filter(e=>e instanceof jt||e instanceof Lt)}_syncCellSlots(e){e.forEach(t=>{const l=`cell-${e.indexOf(t)}`;this._cellSlotNames.set(t,l),t.getAttribute("slot")!==l&&t.setAttribute("slot",l)})}_handleLightDomChange(){const e=this._getCells();this._syncCellSlots(e),this._isHeaderRow=e.some(e=>e instanceof Lt),this.requestUpdate()}_onCheckboxChange(e){this.emit("i-sgds-change",{detail:{checked:e.target.checked}})}_toggleExpand(){this.open?this.hide():this.show()}_onExpandKeyDown(e){"Enter"===e.key&&(e.preventDefault(),this._toggleExpand())}_onSortKeyDown(e,t){"Enter"===e.key&&(e.preventDefault(),t.handleSortClick())}_renderCell(e,t){var l;const r=this._cellSlotNames.get(e);if(e instanceof Lt)return Q`<th
277
+ width=${Ie(e.width)}
278
+ colspan=${Ie(e.colspan)}
279
+ rowspan=${Ie(e.rowspan)}
280
+ aria-sort=${Ie(e.ariasort)}
278
281
  scope="col"
279
- tabindex=${Te(e.sorting?"0":void 0)}
282
+ tabindex=${Ie(e.sorting?"0":void 0)}
280
283
  ?data-sorting=${e.sorting}
281
284
  @click=${e.sorting?()=>e.handleSortClick():le}
282
285
  @keydown=${e.sorting?t=>this._onSortKeyDown(t,e):le}
283
286
  >
284
287
  <div class="data-table-head ${"right"===e.textAlign?"align-right":"align-left"}">
285
- ${r}
288
+ ${r?Q`<slot name=${r}></slot>`:le}
286
289
  ${e.sorting?Q`
287
290
  <button
288
291
  type="button"
@@ -298,8 +301,10 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
298
301
  </button>
299
302
  `:le}
300
303
  </div>
301
- </th>`;const i=null!==(l=this.columnAlignments[t])&&void 0!==l?l:"left";return Q`<td colspan=${Te(e.colspan)} rowspan=${Te(e.rowspan)}>
302
- <div class="data-table-cell ${"right"===i?"align-right":"align-left"}">${r}</div>
304
+ </th>`;const i=null!==(l=this.columnAlignments[t])&&void 0!==l?l:"left";return Q`<td colspan=${Ie(e.colspan)} rowspan=${Ie(e.rowspan)}>
305
+ <div class="data-table-cell ${"right"===i?"align-right":"align-left"}">
306
+ ${r?Q`<slot name=${r}></slot>`:le}
307
+ </div>
303
308
  </td>`}_renderExpandCell(){return this._isHeaderRow?Q`<th class="control-cell" scope="col"></th>`:Q`<td class="control-cell" @click=${this._toggleExpand} @keydown=${this._onExpandKeyDown} tabindex="0">
304
309
  <div class="data-table-cell expand-cell">
305
310
  <sgds-icon name=${this.open?"chevron-up":"chevron-down"} size="md"></sgds-icon>
@@ -312,17 +317,16 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
312
317
  <div class="data-table-cell checkbox-cell">
313
318
  <sgds-checkbox .checked=${this.checked} @sgds-change=${this._onCheckboxChange}></sgds-checkbox>
314
319
  </div>
315
- </td>`}_renderHiddenSlotCell(){return this._isHeaderRow?Q`<th hidden style="display:none"><slot @slotchange=${this._onSlotChange}></slot></th>`:Q`<td hidden style="display:none"><slot @slotchange=${this._onSlotChange}></slot></td>`}render(){var e;const t=null!==(e=this._assignedCells)&&void 0!==e?e:[],l=t.length+(this.showCheckbox?1:0)+(this.expand||this.showExpandPlaceholder?1:0),r=this._isHeaderRow?"row row-header":"row row-body";return Q`
316
- <tr part=${r} ?data-header-row=${this._isHeaderRow} class=${this.open?"active":""}>
317
- ${this._renderHiddenSlotCell()}
320
+ </td>`}render(){const e=this._getCells(),t=e.length+(this.showCheckbox?1:0)+(this.expand||this.showExpandPlaceholder?1:0),l=this._isHeaderRow?"row row-header":"row row-body";return Q`
321
+ <tr part=${l} ?data-header-row=${this._isHeaderRow} class=${this.open?"active":""}>
318
322
  ${this.expand?this._renderExpandCell():this.showExpandPlaceholder?this._renderExpandPlaceholder():le}
319
323
  ${this.showCheckbox?this._renderCheckboxCell():le}
320
- ${(()=>{let e=0;return t.map(t=>{const l=this._renderCell(t,e),r=Number(t.colspan)>0?Number(t.colspan):1;return e+=r,l})})()}
324
+ ${(()=>{let t=0;return e.map(e=>{const l=this._renderCell(e,t),r=Number(e.colspan)>0?Number(e.colspan):1;return t+=r,l})})()}
321
325
  </tr>
322
326
 
323
327
  ${this.expand?Q`
324
328
  <tr class="expandable-row">
325
- <td colspan=${l} class="expandable-td">
329
+ <td colspan=${t} class="expandable-td">
326
330
  <div class="expandable-body">
327
331
  <div class="expandable-content">
328
332
  <slot name="content"></slot>
@@ -331,7 +335,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
331
335
  </td>
332
336
  </tr>
333
337
  `:le}
334
- `}}var Et;At.styles=[...Be.styles,Oe],At.dependencies={"sgds-checkbox":Mt,"sgds-data-table-cell":jt,"sgds-data-table-head":Lt,"sgds-icon":ot},e([Pe({type:Object,reflect:!0})],At.prototype,"rowData",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"expand",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"open",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"checked",void 0),e([Pe({type:Boolean})],At.prototype,"showCheckbox",void 0),e([Pe({type:Boolean})],At.prototype,"showExpandPlaceholder",void 0),e([Pe({attribute:!1})],At.prototype,"columnAlignments",void 0),e([Pe({type:Boolean})],At.prototype,"hasDataRows",void 0),e([$e(".expandable-body")],At.prototype,"_expandableBody",void 0),e([$e("sgds-checkbox")],At.prototype,"_checkboxEl",void 0),e([(Et={flatten:!0},(e,t)=>{const{slot:l,selector:r}=Et??{},i="slot"+(l?`[name=${l}]`:":not([name])");return ke(e,t,{get(){const e=this.renderRoot?.querySelector(i),t=e?.assignedElements(Et)??[];return void 0===r?t:t.filter(e=>e.matches(r))}})})],At.prototype,"_assignedCells",void 0),e([Ve()],At.prototype,"_isHeaderRow",void 0),e([je("open",{waitUntilFirstUpdate:!0})],At.prototype,"handleExpandedChange",null),e([je("checked")],At.prototype,"handleCheckedChange",null),Bt("row.expand.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:250,easing:"ease-in-out"}}),Bt("row.expand.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:250,easing:"ease-in-out"}});class Rt extends Be{constructor(){super(...arguments),this.multiSelect=!1,this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.footerText="",this.hideFooter=!1,this.isLoading=!1,this.serverSort=!1,this.layout="auto",this.mode="client",this.tableRows=[],this.headerRows=[],this._headerCells=[],this._initialRowPositions=new WeakMap,this._hasCapturedInitialRowPositions=!1,this._rowHandlers=new WeakMap}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}_isRowChecked(e){var t;return e.checked||!0===(null===(t=e.checkbox)||void 0===t?void 0:t.checked)}_updateHeaderCheckbox(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).length,t=e===this.tableRows.length&&e>0;this.headerRows.forEach(l=>{l.checked=t,l.checkbox&&(l.checkbox.checked=t,l.checkbox.indeterminate=e>0&&!t)})}async _syncHeaderCheckboxAfterRender(){if(!this.multiSelect||0===this.headerRows.length)return;const e=[...this.headerRows,...this.tableRows];await Promise.all(e.map(e=>e.updateComplete)),this._updateHeaderCheckbox()}_emitRowSelect(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).map(e=>e.rowData);this.emit("sgds-row-select",{detail:{selected:e}})}_attachRowListener(e){const t=this._rowHandlers.get(e);t&&e.removeEventListener("i-sgds-change",t);const l=t=>{const{checked:l}=t.detail;this.headerRows.includes(e)?this.tableRows.forEach(e=>{e.checked=l,e.checkbox&&(e.checkbox.checked=l)}):(e.checked=l,this._updateHeaderCheckbox()),this._emitRowSelect()};this._rowHandlers.set(e,l),e.addEventListener("i-sgds-change",l)}_configureRows(){const e=this.tableRows.some(e=>e.expand),t=this.tableRows.length>0;this.headerRows.forEach(l=>{l.showCheckbox=this.multiSelect,l.showExpandPlaceholder=e,l.hasDataRows=t,this.multiSelect&&this._attachRowListener(l)}),this.tableRows.forEach(t=>{t.showCheckbox=this.multiSelect,t.showExpandPlaceholder=!t.expand&&e,this.multiSelect&&this._attachRowListener(t)}),this.multiSelect&&this._syncHeaderCheckboxAfterRender(),this._applyColumnAlignment()}_applyColumnAlignment(){const e=this._headerCells.reduce((e,t)=>{var l;const r=Number(t.colspan)>0?Number(t.colspan):1,i=null!==(l=t.textAlign)&&void 0!==l?l:"left";for(let t=0;t<r;t++)e.push(i);return e},[]);this.headerRows.forEach(t=>{t.columnAlignments=[...e]}),this.tableRows.forEach(t=>{t.columnAlignments=[...e]})}_extractCellText(e,t){const l=Array.from(e.children).filter(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())[t];return((null==l?void 0:l.textContent)||"").trim()}_toComparableValue(e,t,l){return t&&e.rowData&&t in e.rowData?e.rowData[t]:this._extractCellText(e,l)}_compareValues(e,t,l){if(e===t)return 0;const r=Number(e),i=Number(t);if(Number.isFinite(r)&&Number.isFinite(i))return"ascending"===l?r-i:i-r;const o=String(e).localeCompare(String(t),void 0,{numeric:!0,sensitivity:"base"});return"ascending"===l?o:-o}_resetOtherHeaderSortStates(e){this._headerCells.forEach(t=>{t!==e&&t.sorting&&(t.ariasort="none")})}_getRowsInInitialPositionOrder(e){return[...e].sort((e,t)=>{const l=this._initialRowPositions.get(e),r=this._initialRowPositions.get(t);return void 0===l&&void 0===r?0:void 0===l?1:void 0===r?-1:l-r})}_captureInitialRowPositions(e){this._hasCapturedInitialRowPositions||(e.forEach((e,t)=>{this._initialRowPositions.set(e,t)}),this._hasCapturedInitialRowPositions=!0)}_handleSort(e){if(!(e.target instanceof Lt&&e.target.sorting))return;const{key:t,direction:l}=e.detail,r=e.target,i=r?this._headerCells.indexOf(r):-1;if(this._resetOtherHeaderSortStates(r),this.serverSort)return e.stopPropagation(),void this.emit("sgds-sort",{detail:{key:t,direction:l}});if(!(i<0)){if("none"===l)return this.tableRows=this._getRowsInInitialPositionOrder(this.tableRows),this._syncDomRowOrder(),void this._updateVisibleRows();if("client"===this.mode){const e=(this.currentPage-1)*this.itemsPerPage,r=e+this.itemsPerPage,o=[...this.tableRows],a=o.slice(e,r).sort((e,r)=>{const o=this._toComparableValue(e,t,i),a=this._toComparableValue(r,t,i);return this._compareValues(o,a,l)});return o.splice(e,a.length,...a),this.tableRows=o,this._syncDomRowOrder(),void this._updateVisibleRows()}this.tableRows=[...this.tableRows].sort((e,r)=>{const o=this._toComparableValue(e,t,i),a=this._toComparableValue(r,t,i);return this._compareValues(o,a,l)}),this._syncDomRowOrder(),this._updateVisibleRows()}}_syncDomRowOrder(){var e;const t=null===(e=this.tableRows[0])||void 0===e?void 0:e.parentElement;t&&this.tableRows.forEach(e=>t.appendChild(e))}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>e instanceof At);this.headerRows=t.filter(e=>Array.from(e.children).some(e=>"sgds-data-table-head"===e.tagName.toLowerCase())),this.tableRows=t.filter(e=>Array.from(e.children).filter(e=>!e.hasAttribute("slot")).every(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())),this._headerCells=this.headerRows.reduce((e,t)=>{const l=Array.from(t.children).filter(e=>e instanceof Lt);return e.push(...l),e},[]),this._captureInitialRowPositions(this.tableRows),this._headerCells.forEach(e=>{e.sorting&&!e.ariasort&&(e.ariasort="none")}),this._configureRows(),this._updateVisibleRows()}_updateVisibleRows(){if("server"===this.mode)return void this.tableRows.forEach(e=>e.style.display=this.isLoading?"none":"");const e=this.dataLength||this.tableRows.length,t=Math.max(1,Math.ceil(e/this.itemsPerPage));if(this.currentPage>t)return void(this.currentPage=t);const l=(this.currentPage-1)*this.itemsPerPage,r=new Set(this.tableRows.slice(l,l+this.itemsPerPage));this.tableRows.forEach(e=>e.style.display=r.has(e)?"":"none")}updated(e){(e.has("currentPage")||e.has("itemsPerPage")||e.has("mode")||e.has("isLoading"))&&this._updateVisibleRows(),e.has("multiSelect")&&this._configureRows(),this.multiSelect&&(e.has("tableRows")||e.has("headerRows"))&&this._syncHeaderCheckboxAfterRender()}render(){const e=this.dataLength||this.tableRows.length,t=(this.currentPage-1)*this.itemsPerPage,l=Math.min(t+this.itemsPerPage,e),r=0===e?0:t+1,i=!this.isLoading&&0===this.tableRows.length;return Q`
338
+ `}}At.styles=[...Oe.styles,Be],At.dependencies={"sgds-checkbox":Mt,"sgds-data-table-cell":jt,"sgds-data-table-head":Lt,"sgds-icon":ot},e([Pe({type:Object,reflect:!0})],At.prototype,"rowData",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"expand",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"open",void 0),e([Pe({type:Boolean,reflect:!0})],At.prototype,"checked",void 0),e([Pe({type:Boolean})],At.prototype,"showCheckbox",void 0),e([Pe({type:Boolean})],At.prototype,"showExpandPlaceholder",void 0),e([Pe({attribute:!1})],At.prototype,"columnAlignments",void 0),e([Pe({type:Boolean})],At.prototype,"hasDataRows",void 0),e([$e(".expandable-body")],At.prototype,"_expandableBody",void 0),e([$e("sgds-checkbox")],At.prototype,"_checkboxEl",void 0),e([Ve()],At.prototype,"_isHeaderRow",void 0),e([je("open",{waitUntilFirstUpdate:!0})],At.prototype,"handleExpandedChange",null),e([je("checked")],At.prototype,"handleCheckedChange",null),Ot("row.expand.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:250,easing:"ease-in-out"}}),Ot("row.expand.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:250,easing:"ease-in-out"}});class Et extends Oe{constructor(){super(...arguments),this.multiSelect=!1,this.dataLength=0,this.currentPage=1,this.itemsPerPage=5,this.footerText="",this.hideFooter=!1,this.isLoading=!1,this.serverSort=!1,this.layout="auto",this.mode="client",this.tableRows=[],this.headerRows=[],this._headerCells=[],this._initialRowPositions=new WeakMap,this._hasCapturedInitialRowPositions=!1,this._rowHandlers=new WeakMap}connectedCallback(){super.connectedCallback(),this.setAttribute("role","table")}_isRowChecked(e){var t;return e.checked||!0===(null===(t=e.checkbox)||void 0===t?void 0:t.checked)}_updateHeaderCheckbox(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).length,t=e===this.tableRows.length&&e>0;this.headerRows.forEach(l=>{l.checked=t,l.checkbox&&(l.checkbox.checked=t,l.checkbox.indeterminate=e>0&&!t)})}async _syncHeaderCheckboxAfterRender(){if(!this.multiSelect||0===this.headerRows.length)return;const e=[...this.headerRows,...this.tableRows];await Promise.all(e.map(e=>e.updateComplete)),this._updateHeaderCheckbox()}_emitRowSelect(){const e=this.tableRows.filter(e=>this._isRowChecked(e)).map(e=>e.rowData);this.emit("sgds-row-select",{detail:{selected:e}})}_attachRowListener(e){const t=this._rowHandlers.get(e);t&&e.removeEventListener("i-sgds-change",t);const l=t=>{const{checked:l}=t.detail;this.headerRows.includes(e)?this.tableRows.forEach(e=>{e.checked=l,e.checkbox&&(e.checkbox.checked=l)}):(e.checked=l,this._updateHeaderCheckbox()),this._emitRowSelect()};this._rowHandlers.set(e,l),e.addEventListener("i-sgds-change",l)}_configureRows(){const e=this.tableRows.some(e=>e.expand),t=this.tableRows.length>0;this.headerRows.forEach(l=>{l.showCheckbox=this.multiSelect,l.showExpandPlaceholder=e,l.hasDataRows=t,this.multiSelect&&this._attachRowListener(l)}),this.tableRows.forEach(t=>{t.showCheckbox=this.multiSelect,t.showExpandPlaceholder=!t.expand&&e,this.multiSelect&&this._attachRowListener(t)}),this.multiSelect&&this._syncHeaderCheckboxAfterRender(),this._applyColumnAlignment()}_applyColumnAlignment(){const e=this._headerCells.reduce((e,t)=>{var l;const r=Number(t.colspan)>0?Number(t.colspan):1,i=null!==(l=t.textAlign)&&void 0!==l?l:"left";for(let t=0;t<r;t++)e.push(i);return e},[]);this.headerRows.forEach(t=>{t.columnAlignments=[...e]}),this.tableRows.forEach(t=>{t.columnAlignments=[...e]})}_extractCellText(e,t){const l=e.getCellText(t);if(l)return l;const r=Array.from(e.children).filter(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())[t];return((null==r?void 0:r.textContent)||"").trim()}_toComparableValue(e,t,l){return t&&e.rowData&&t in e.rowData?e.rowData[t]:this._extractCellText(e,l)}_compareValues(e,t,l){if(e===t)return 0;const r=Number(e),i=Number(t);if(Number.isFinite(r)&&Number.isFinite(i))return"ascending"===l?r-i:i-r;const o=String(e).localeCompare(String(t),void 0,{numeric:!0,sensitivity:"base"});return"ascending"===l?o:-o}_resetOtherHeaderSortStates(e){this._headerCells.forEach(t=>{t!==e&&t.sorting&&(t.ariasort="none")})}_getRowsInInitialPositionOrder(e){return[...e].sort((e,t)=>{const l=this._initialRowPositions.get(e),r=this._initialRowPositions.get(t);return void 0===l&&void 0===r?0:void 0===l?1:void 0===r?-1:l-r})}_captureInitialRowPositions(e){this._hasCapturedInitialRowPositions||(e.forEach((e,t)=>{this._initialRowPositions.set(e,t)}),this._hasCapturedInitialRowPositions=!0)}_handleSort(e){const t=e.composedPath().find(e=>e instanceof Lt);if(!t||!t.sorting)return;const{key:l,direction:r}=e.detail,i=t?this._headerCells.indexOf(t):-1;if(this._resetOtherHeaderSortStates(t),this.serverSort)return e.stopPropagation(),void this.emit("sgds-sort",{detail:{key:l,direction:r}});if(!(i<0)){if("none"===r)return this.tableRows=this._getRowsInInitialPositionOrder(this.tableRows),this._syncDomRowOrder(),void this._updateVisibleRows();if("client"===this.mode){const e=(this.currentPage-1)*this.itemsPerPage,t=e+this.itemsPerPage,o=[...this.tableRows],a=o.slice(e,t).sort((e,t)=>{const o=this._toComparableValue(e,l,i),a=this._toComparableValue(t,l,i);return this._compareValues(o,a,r)});return o.splice(e,a.length,...a),this.tableRows=o,this._syncDomRowOrder(),void this._updateVisibleRows()}this.tableRows=[...this.tableRows].sort((e,t)=>{const o=this._toComparableValue(e,l,i),a=this._toComparableValue(t,l,i);return this._compareValues(o,a,r)}),this._syncDomRowOrder(),this._updateVisibleRows()}}_syncDomRowOrder(){var e;const t=null===(e=this.tableRows[0])||void 0===e?void 0:e.parentElement;t&&this.tableRows.forEach(e=>t.appendChild(e))}_handleSlotChange(e){const t=e.target.assignedElements({flatten:!0}).filter(e=>e instanceof At),l=e=>Array.from(e.children).filter(e=>{const t=e.tagName.toLowerCase();return!("sgds-data-table-cell"!==t&&"sgds-data-table-head"!==t)&&"content"!==e.getAttribute("slot")});this.headerRows=t.filter(e=>l(e).some(e=>"sgds-data-table-head"===e.tagName.toLowerCase())),this.tableRows=t.filter(e=>{const t=l(e);return t.length>0&&t.every(e=>"sgds-data-table-cell"===e.tagName.toLowerCase())}),this._headerCells=this.headerRows.reduce((e,t)=>{const l=Array.from(t.children).filter(e=>e instanceof Lt);return e.push(...l),e},[]),this._captureInitialRowPositions(this.tableRows),this._headerCells.forEach(e=>{e.sorting&&!e.ariasort&&(e.ariasort="none")}),this._configureRows(),this._updateVisibleRows()}_updateVisibleRows(){if("server"===this.mode)return void this.tableRows.forEach(e=>e.style.display=this.isLoading?"none":"");const e=this.dataLength||this.tableRows.length,t=Math.max(1,Math.ceil(e/this.itemsPerPage));if(this.currentPage>t)return void(this.currentPage=t);const l=(this.currentPage-1)*this.itemsPerPage,r=new Set(this.tableRows.slice(l,l+this.itemsPerPage));this.tableRows.forEach(e=>e.style.display=r.has(e)?"":"none")}updated(e){(e.has("currentPage")||e.has("itemsPerPage")||e.has("mode")||e.has("isLoading"))&&this._updateVisibleRows(),e.has("multiSelect")&&this._configureRows(),this.multiSelect&&(e.has("tableRows")||e.has("headerRows"))&&this._syncHeaderCheckboxAfterRender()}render(){const e=this.dataLength||this.tableRows.length,t=(this.currentPage-1)*this.itemsPerPage,l=Math.min(t+this.itemsPerPage,e),r=0===e?0:t+1,i=!this.isLoading&&0===this.tableRows.length;return Q`
335
339
  <div class="data-table">
336
340
  <div>
337
341
  <slot @slotchange=${this._handleSlotChange} @i-sgds-sort=${this._handleSort} class="table"></slot>
@@ -351,18 +355,18 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
351
355
  ></sgds-pagination>
352
356
  </div>`}
353
357
  </div>
354
- `}}function Nt(e,t){customElements.get(e)||customElements.define(e,t)}Rt.styles=[...Be.styles,Oe,a`
358
+ `}}function Rt(e,t){customElements.get(e)||customElements.define(e,t)}Et.styles=[...Oe.styles,Be,a`
355
359
  :host {
356
360
  display: block;
357
361
  }
358
- `],Rt.dependencies={"sgds-pagination":ut,"sgds-data-table-cell":jt,"sgds-data-table-head":Lt,"sgds-spinner":st},e([Pe({type:Boolean})],Rt.prototype,"multiSelect",void 0),e([Pe({type:Number})],Rt.prototype,"dataLength",void 0),e([Pe({type:Number})],Rt.prototype,"currentPage",void 0),e([Pe({type:Number})],Rt.prototype,"itemsPerPage",void 0),e([Pe({type:String})],Rt.prototype,"footerText",void 0),e([Pe({type:Boolean})],Rt.prototype,"hideFooter",void 0),e([Pe({type:Boolean})],Rt.prototype,"isLoading",void 0),e([Pe({type:Boolean})],Rt.prototype,"serverSort",void 0),e([Pe({type:String,reflect:!0})],Rt.prototype,"layout",void 0),e([Pe({type:String})],Rt.prototype,"mode",void 0),e([Ve()],Rt.prototype,"tableRows",void 0),e([Ve()],Rt.prototype,"headerRows",void 0),Nt("sgds-data-table",Rt),Nt("sgds-data-table-row",At),Nt("sgds-data-table-cell",jt),Nt("sgds-data-table-head",Lt);var It=Q`
362
+ `],Et.dependencies={"sgds-pagination":ut,"sgds-data-table-cell":jt,"sgds-data-table-head":Lt,"sgds-spinner":st},e([Pe({type:Boolean})],Et.prototype,"multiSelect",void 0),e([Pe({type:Number})],Et.prototype,"dataLength",void 0),e([Pe({type:Number})],Et.prototype,"currentPage",void 0),e([Pe({type:Number})],Et.prototype,"itemsPerPage",void 0),e([Pe({type:String})],Et.prototype,"footerText",void 0),e([Pe({type:Boolean})],Et.prototype,"hideFooter",void 0),e([Pe({type:Boolean})],Et.prototype,"isLoading",void 0),e([Pe({type:Boolean})],Et.prototype,"serverSort",void 0),e([Pe({type:String,reflect:!0})],Et.prototype,"layout",void 0),e([Pe({type:String})],Et.prototype,"mode",void 0),e([Ve()],Et.prototype,"tableRows",void 0),e([Ve()],Et.prototype,"headerRows",void 0),Rt("sgds-data-table",Et),Rt("sgds-data-table-row",At),Rt("sgds-data-table-cell",jt),Rt("sgds-data-table-head",Lt);var Nt=Q`
359
363
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
360
364
  <path
361
365
  fill="currentColor"
362
366
  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"
363
367
  />
364
368
  </svg>
365
- `,Tt=Object.freeze({__proto__:null,default:It}),Dt=Q`
369
+ `,Tt=Object.freeze({__proto__:null,default:Nt}),It=Q`
366
370
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
367
371
  <path
368
372
  fill="currentColor"
@@ -375,35 +379,35 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
375
379
  clip-rule="evenodd"
376
380
  />
377
381
  </svg>
378
- `,Ut=Object.freeze({__proto__:null,default:Dt}),Ft=Q`
382
+ `,Dt=Object.freeze({__proto__:null,default:It}),Ut=Q`
379
383
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
380
384
  <path
381
385
  fill="currentColor"
382
386
  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"
383
387
  />
384
388
  </svg>
385
- `,Wt=Object.freeze({__proto__:null,default:Ft}),qt=Q`
389
+ `,Ft=Object.freeze({__proto__:null,default:Ut}),Wt=Q`
386
390
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
387
391
  <path
388
392
  fill="currentColor"
389
393
  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"
390
394
  />
391
395
  </svg>
392
- `,Kt=Object.freeze({__proto__:null,default:qt}),Gt=Q`
396
+ `,qt=Object.freeze({__proto__:null,default:Wt}),Kt=Q`
393
397
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
394
398
  <path
395
399
  fill="currentColor"
396
400
  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"
397
401
  />
398
402
  </svg>
399
- `,Jt=Object.freeze({__proto__:null,default:Gt}),Xt=Q`
403
+ `,Gt=Object.freeze({__proto__:null,default:Kt}),Jt=Q`
400
404
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
401
405
  <path
402
406
  fill="currentColor"
403
407
  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"
404
408
  />
405
409
  </svg>
406
- `,Yt=Object.freeze({__proto__:null,default:Xt}),Qt=Q`
410
+ `,Xt=Object.freeze({__proto__:null,default:Jt}),Yt=Q`
407
411
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
408
412
  <path
409
413
  fill="currentColor"
@@ -416,7 +420,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
416
420
  clip-rule="evenodd"
417
421
  />
418
422
  </svg>
419
- `,el=Object.freeze({__proto__:null,default:Qt}),tl=Q`
423
+ `,Qt=Object.freeze({__proto__:null,default:Yt}),el=Q`
420
424
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
421
425
  <path
422
426
  fill="currentColor"
@@ -429,7 +433,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
429
433
  clip-rule="evenodd"
430
434
  />
431
435
  </svg>
432
- `,ll=Object.freeze({__proto__:null,default:tl}),rl=Q`
436
+ `,tl=Object.freeze({__proto__:null,default:el}),ll=Q`
433
437
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
434
438
  <path
435
439
  fill="currentColor"
@@ -442,7 +446,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
442
446
  clip-rule="evenodd"
443
447
  />
444
448
  </svg>
445
- `,il=Object.freeze({__proto__:null,default:rl}),ol=Q`
449
+ `,rl=Object.freeze({__proto__:null,default:ll}),il=Q`
446
450
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
447
451
  <path
448
452
  fill="currentColor"
@@ -455,7 +459,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
455
459
  clip-rule="evenodd"
456
460
  />
457
461
  </svg>
458
- `,al=Object.freeze({__proto__:null,default:ol}),nl=Q`
462
+ `,ol=Object.freeze({__proto__:null,default:il}),al=Q`
459
463
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
460
464
  <path
461
465
  fill="currentColor"
@@ -464,7 +468,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
464
468
  clip-rule="evenodd"
465
469
  />
466
470
  </svg>
467
- `,sl=Object.freeze({__proto__:null,default:nl}),cl=Q`
471
+ `,nl=Object.freeze({__proto__:null,default:al}),sl=Q`
468
472
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
469
473
  <path
470
474
  fill="currentColor"
@@ -473,7 +477,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
473
477
  clip-rule="evenodd"
474
478
  />
475
479
  </svg>
476
- `,dl=Object.freeze({__proto__:null,default:cl}),hl=Q`
480
+ `,cl=Object.freeze({__proto__:null,default:sl}),dl=Q`
477
481
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
478
482
  <path
479
483
  fill="currentColor"
@@ -482,7 +486,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
482
486
  clip-rule="evenodd"
483
487
  />
484
488
  </svg>
485
- `,ul=Object.freeze({__proto__:null,default:hl}),vl=Q`
489
+ `,hl=Object.freeze({__proto__:null,default:dl}),ul=Q`
486
490
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
487
491
  <path
488
492
  fill="currentColor"
@@ -491,7 +495,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
491
495
  clip-rule="evenodd"
492
496
  />
493
497
  </svg>
494
- `,gl=Object.freeze({__proto__:null,default:vl}),pl=Q`
498
+ `,vl=Object.freeze({__proto__:null,default:ul}),gl=Q`
495
499
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
496
500
  <path
497
501
  fill="currentColor"
@@ -500,7 +504,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
500
504
  clip-rule="evenodd"
501
505
  />
502
506
  </svg>
503
- `,fl=Object.freeze({__proto__:null,default:pl}),ml=Q`
507
+ `,pl=Object.freeze({__proto__:null,default:gl}),fl=Q`
504
508
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
505
509
  <path
506
510
  fill="currentColor"
@@ -513,7 +517,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
513
517
  clip-rule="evenodd"
514
518
  />
515
519
  </svg>
516
- `,wl=Object.freeze({__proto__:null,default:ml}),_l=Q`
520
+ `,ml=Object.freeze({__proto__:null,default:fl}),wl=Q`
517
521
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
518
522
  <path
519
523
  fill="currentColor"
@@ -526,7 +530,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
526
530
  clip-rule="evenodd"
527
531
  />
528
532
  </svg>
529
- `,bl=Object.freeze({__proto__:null,default:_l}),xl=Q`
533
+ `,_l=Object.freeze({__proto__:null,default:wl}),bl=Q`
530
534
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
531
535
  <path
532
536
  fill="currentColor"
@@ -539,7 +543,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
539
543
  clip-rule="evenodd"
540
544
  />
541
545
  </svg>
542
- `,Zl=Object.freeze({__proto__:null,default:xl}),Cl=Q`
546
+ `,xl=Object.freeze({__proto__:null,default:bl}),Cl=Q`
543
547
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
544
548
  <path
545
549
  fill="currentColor"
@@ -552,7 +556,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
552
556
  clip-rule="evenodd"
553
557
  />
554
558
  </svg>
555
- `,yl=Object.freeze({__proto__:null,default:Cl}),Ml=Q`
559
+ `,Zl=Object.freeze({__proto__:null,default:Cl}),yl=Q`
556
560
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
557
561
  <path
558
562
  fill="currentColor"
@@ -561,7 +565,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
561
565
  clip-rule="evenodd"
562
566
  />
563
567
  </svg>
564
- `,Pl=Object.freeze({__proto__:null,default:Ml}),Vl=Q`
568
+ `,Ml=Object.freeze({__proto__:null,default:yl}),Pl=Q`
565
569
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
566
570
  <path
567
571
  fill="currentColor"
@@ -570,7 +574,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
570
574
  clip-rule="evenodd"
571
575
  />
572
576
  </svg>
573
- `,kl=Object.freeze({__proto__:null,default:Vl}),Hl=Q`
577
+ `,Vl=Object.freeze({__proto__:null,default:Pl}),kl=Q`
574
578
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
575
579
  <path
576
580
  fill="currentColor"
@@ -579,7 +583,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
579
583
  clip-rule="evenodd"
580
584
  />
581
585
  </svg>
582
- `,$l=Object.freeze({__proto__:null,default:Hl}),zl=Q`
586
+ `,Hl=Object.freeze({__proto__:null,default:kl}),$l=Q`
583
587
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
584
588
  <path
585
589
  fill="currentColor"
@@ -588,7 +592,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
588
592
  clip-rule="evenodd"
589
593
  />
590
594
  </svg>
591
- `,Sl=Object.freeze({__proto__:null,default:zl}),Bl=Q`
595
+ `,zl=Object.freeze({__proto__:null,default:$l}),Sl=Q`
592
596
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
593
597
  <path
594
598
  fill="currentColor"
@@ -597,7 +601,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
597
601
  clip-rule="evenodd"
598
602
  />
599
603
  </svg>
600
- `,Ol=Object.freeze({__proto__:null,default:Bl}),jl=Q`
604
+ `,Ol=Object.freeze({__proto__:null,default:Sl}),Bl=Q`
601
605
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
602
606
  <path
603
607
  fill="currentColor"
@@ -606,7 +610,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
606
610
  clip-rule="evenodd"
607
611
  />
608
612
  </svg>
609
- `,Ll=Object.freeze({__proto__:null,default:jl}),Al=Q`
613
+ `,jl=Object.freeze({__proto__:null,default:Bl}),Ll=Q`
610
614
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
611
615
  <path
612
616
  fill="currentColor"
@@ -615,7 +619,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
615
619
  clip-rule="evenodd"
616
620
  />
617
621
  </svg>
618
- `,El=Object.freeze({__proto__:null,default:Al}),Rl=Q`
622
+ `,Al=Object.freeze({__proto__:null,default:Ll}),El=Q`
619
623
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
620
624
  <path
621
625
  fill="currentColor"
@@ -624,7 +628,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
624
628
  clip-rule="evenodd"
625
629
  />
626
630
  </svg>
627
- `,Nl=Object.freeze({__proto__:null,default:Rl}),Il=Q`
631
+ `,Rl=Object.freeze({__proto__:null,default:El}),Nl=Q`
628
632
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
629
633
  <path
630
634
  fill="currentColor"
@@ -633,7 +637,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
633
637
  clip-rule="evenodd"
634
638
  />
635
639
  </svg>
636
- `,Tl=Object.freeze({__proto__:null,default:Il}),Dl=Q`
640
+ `,Tl=Object.freeze({__proto__:null,default:Nl}),Il=Q`
637
641
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
638
642
  <path
639
643
  fill="currentColor"
@@ -642,7 +646,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
642
646
  clip-rule="evenodd"
643
647
  />
644
648
  </svg>
645
- `,Ul=Object.freeze({__proto__:null,default:Dl}),Fl=Q`
649
+ `,Dl=Object.freeze({__proto__:null,default:Il}),Ul=Q`
646
650
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
647
651
  <path
648
652
  fill="currentColor"
@@ -655,7 +659,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
655
659
  clip-rule="evenodd"
656
660
  />
657
661
  </svg>
658
- `,Wl=Object.freeze({__proto__:null,default:Fl}),ql=Q`
662
+ `,Fl=Object.freeze({__proto__:null,default:Ul}),Wl=Q`
659
663
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
660
664
  <path
661
665
  fill="currentColor"
@@ -664,7 +668,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
664
668
  clip-rule="evenodd"
665
669
  />
666
670
  </svg>
667
- `,Kl=Object.freeze({__proto__:null,default:ql}),Gl=Q`
671
+ `,ql=Object.freeze({__proto__:null,default:Wl}),Kl=Q`
668
672
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
669
673
  <path
670
674
  fill="currentColor"
@@ -677,7 +681,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
677
681
  clip-rule="evenodd"
678
682
  />
679
683
  </svg>
680
- `,Jl=Object.freeze({__proto__:null,default:Gl}),Xl=Q`
684
+ `,Gl=Object.freeze({__proto__:null,default:Kl}),Jl=Q`
681
685
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
682
686
  <path
683
687
  fill="currentColor"
@@ -692,7 +696,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
692
696
  clip-rule="evenodd"
693
697
  />
694
698
  </svg>
695
- `,Yl=Object.freeze({__proto__:null,default:Xl}),Ql=Q`
699
+ `,Xl=Object.freeze({__proto__:null,default:Jl}),Yl=Q`
696
700
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
697
701
  <path
698
702
  fill="currentColor"
@@ -705,7 +709,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
705
709
  clip-rule="evenodd"
706
710
  />
707
711
  </svg>
708
- `,er=Object.freeze({__proto__:null,default:Ql}),tr=Q`
712
+ `,Ql=Object.freeze({__proto__:null,default:Yl}),er=Q`
709
713
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
710
714
  <path
711
715
  fill="currentColor"
@@ -714,7 +718,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
714
718
  clip-rule="evenodd"
715
719
  />
716
720
  </svg>
717
- `,lr=Object.freeze({__proto__:null,default:tr}),rr=Q`
721
+ `,tr=Object.freeze({__proto__:null,default:er}),lr=Q`
718
722
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
719
723
  <path
720
724
  fill="currentColor"
@@ -723,7 +727,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
723
727
  clip-rule="evenodd"
724
728
  />
725
729
  </svg>
726
- `,ir=Object.freeze({__proto__:null,default:rr}),or=Q`
730
+ `,rr=Object.freeze({__proto__:null,default:lr}),ir=Q`
727
731
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
728
732
  <path
729
733
  fill="currentColor"
@@ -736,7 +740,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
736
740
  clip-rule="evenodd"
737
741
  />
738
742
  </svg>
739
- `,ar=Object.freeze({__proto__:null,default:or}),nr=Q`
743
+ `,or=Object.freeze({__proto__:null,default:ir}),ar=Q`
740
744
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
741
745
  <path
742
746
  fill="currentColor"
@@ -749,7 +753,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
749
753
  clip-rule="evenodd"
750
754
  />
751
755
  </svg>
752
- `,sr=Object.freeze({__proto__:null,default:nr}),cr=Q`
756
+ `,nr=Object.freeze({__proto__:null,default:ar}),sr=Q`
753
757
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
754
758
  <path
755
759
  fill="currentColor"
@@ -762,7 +766,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
762
766
  clip-rule="evenodd"
763
767
  />
764
768
  </svg>
765
- `,dr=Object.freeze({__proto__:null,default:cr}),hr=Q`
769
+ `,cr=Object.freeze({__proto__:null,default:sr}),dr=Q`
766
770
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
767
771
  <path
768
772
  fill="currentColor"
@@ -771,7 +775,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
771
775
  clip-rule="evenodd"
772
776
  />
773
777
  </svg>
774
- `,ur=Object.freeze({__proto__:null,default:hr}),vr=Q`
778
+ `,hr=Object.freeze({__proto__:null,default:dr}),ur=Q`
775
779
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
776
780
  <path
777
781
  fill="currentColor"
@@ -780,7 +784,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
780
784
  clip-rule="evenodd"
781
785
  />
782
786
  </svg>
783
- `,gr=Object.freeze({__proto__:null,default:vr}),pr=Q`
787
+ `,vr=Object.freeze({__proto__:null,default:ur}),gr=Q`
784
788
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
785
789
  <path
786
790
  fill="currentColor"
@@ -789,7 +793,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
789
793
  clip-rule="evenodd"
790
794
  />
791
795
  </svg>
792
- `,fr=Object.freeze({__proto__:null,default:pr}),mr=Q`
796
+ `,pr=Object.freeze({__proto__:null,default:gr}),fr=Q`
793
797
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
794
798
  <path
795
799
  fill="currentColor"
@@ -798,7 +802,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
798
802
  clip-rule="evenodd"
799
803
  />
800
804
  </svg>
801
- `,wr=Object.freeze({__proto__:null,default:mr}),_r=Q`
805
+ `,mr=Object.freeze({__proto__:null,default:fr}),wr=Q`
802
806
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
803
807
  <path
804
808
  fill="currentColor"
@@ -807,7 +811,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
807
811
  clip-rule="evenodd"
808
812
  />
809
813
  </svg>
810
- `,br=Object.freeze({__proto__:null,default:_r}),xr=Q`
814
+ `,_r=Object.freeze({__proto__:null,default:wr}),br=Q`
811
815
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
812
816
  <path
813
817
  fill="currentColor"
@@ -816,7 +820,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
816
820
  clip-rule="evenodd"
817
821
  />
818
822
  </svg>
819
- `,Zr=Object.freeze({__proto__:null,default:xr}),Cr=Q`
823
+ `,xr=Object.freeze({__proto__:null,default:br}),Cr=Q`
820
824
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
821
825
  <path
822
826
  fill="currentColor"
@@ -825,14 +829,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
825
829
  clip-rule="evenodd"
826
830
  />
827
831
  </svg>
828
- `,yr=Object.freeze({__proto__:null,default:Cr}),Mr=Q`
832
+ `,Zr=Object.freeze({__proto__:null,default:Cr}),yr=Q`
829
833
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
830
834
  <path
831
835
  fill="currentColor"
832
836
  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"
833
837
  />
834
838
  </svg>
835
- `,Pr=Object.freeze({__proto__:null,default:Mr}),Vr=Q`
839
+ `,Mr=Object.freeze({__proto__:null,default:yr}),Pr=Q`
836
840
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
837
841
  <path
838
842
  fill="currentColor"
@@ -841,7 +845,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
841
845
  clip-rule="evenodd"
842
846
  />
843
847
  </svg>
844
- `,kr=Object.freeze({__proto__:null,default:Vr}),Hr=Q`
848
+ `,Vr=Object.freeze({__proto__:null,default:Pr}),kr=Q`
845
849
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
846
850
  <path
847
851
  fill="currentColor"
@@ -854,7 +858,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
854
858
  clip-rule="evenodd"
855
859
  />
856
860
  </svg>
857
- `,$r=Object.freeze({__proto__:null,default:Hr}),zr=Q`
861
+ `,Hr=Object.freeze({__proto__:null,default:kr}),$r=Q`
858
862
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
859
863
  <path
860
864
  fill="currentColor"
@@ -867,7 +871,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
867
871
  clip-rule="evenodd"
868
872
  />
869
873
  </svg>
870
- `,Sr=Object.freeze({__proto__:null,default:zr}),Br=Q`
874
+ `,zr=Object.freeze({__proto__:null,default:$r}),Sr=Q`
871
875
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
872
876
  <path
873
877
  fill="currentColor"
@@ -876,7 +880,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
876
880
  clip-rule="evenodd"
877
881
  />
878
882
  </svg>
879
- `,Or=Object.freeze({__proto__:null,default:Br}),jr=Q`
883
+ `,Or=Object.freeze({__proto__:null,default:Sr}),Br=Q`
880
884
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
881
885
  <path
882
886
  fill="currentColor"
@@ -885,7 +889,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
885
889
  clip-rule="evenodd"
886
890
  />
887
891
  </svg>
888
- `,Lr=Object.freeze({__proto__:null,default:jr}),Ar=Q`
892
+ `,jr=Object.freeze({__proto__:null,default:Br}),Lr=Q`
889
893
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
890
894
  <path
891
895
  fill="currentColor"
@@ -894,7 +898,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
894
898
  clip-rule="evenodd"
895
899
  />
896
900
  </svg>
897
- `,Er=Object.freeze({__proto__:null,default:Ar}),Rr=Q`
901
+ `,Ar=Object.freeze({__proto__:null,default:Lr}),Er=Q`
898
902
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
899
903
  <path
900
904
  fill="currentColor"
@@ -907,14 +911,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
907
911
  clip-rule="evenodd"
908
912
  />
909
913
  </svg>
910
- `,Nr=Object.freeze({__proto__:null,default:Rr}),Ir=Q`
914
+ `,Rr=Object.freeze({__proto__:null,default:Er}),Nr=Q`
911
915
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
912
916
  <path
913
917
  fill="currentColor"
914
918
  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"
915
919
  />
916
920
  </svg>
917
- `,Tr=Object.freeze({__proto__:null,default:Ir}),Dr=Q`
921
+ `,Tr=Object.freeze({__proto__:null,default:Nr}),Ir=Q`
918
922
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
919
923
  <path
920
924
  fill="currentColor"
@@ -929,14 +933,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
929
933
  clip-rule="evenodd"
930
934
  />
931
935
  </svg>
932
- `,Ur=Object.freeze({__proto__:null,default:Dr}),Fr=Q`
936
+ `,Dr=Object.freeze({__proto__:null,default:Ir}),Ur=Q`
933
937
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
934
938
  <path
935
939
  fill="currentColor"
936
940
  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"
937
941
  />
938
942
  </svg>
939
- `,Wr=Object.freeze({__proto__:null,default:Fr}),qr=Q`
943
+ `,Fr=Object.freeze({__proto__:null,default:Ur}),Wr=Q`
940
944
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
941
945
  <path
942
946
  fill="currentColor"
@@ -955,7 +959,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
955
959
  clip-rule="evenodd"
956
960
  />
957
961
  </svg>
958
- `,Kr=Object.freeze({__proto__:null,default:qr}),Gr=Q`
962
+ `,qr=Object.freeze({__proto__:null,default:Wr}),Kr=Q`
959
963
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
960
964
  <path
961
965
  fill="currentColor"
@@ -964,7 +968,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
964
968
  clip-rule="evenodd"
965
969
  />
966
970
  </svg>
967
- `,Jr=Object.freeze({__proto__:null,default:Gr}),Xr=Q`
971
+ `,Gr=Object.freeze({__proto__:null,default:Kr}),Jr=Q`
968
972
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
969
973
  <path
970
974
  fill="currentColor"
@@ -973,7 +977,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
973
977
  clip-rule="evenodd"
974
978
  />
975
979
  </svg>
976
- `,Yr=Object.freeze({__proto__:null,default:Xr}),Qr=Q`
980
+ `,Xr=Object.freeze({__proto__:null,default:Jr}),Yr=Q`
977
981
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
978
982
  <path
979
983
  fill="currentColor"
@@ -982,7 +986,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
982
986
  clip-rule="evenodd"
983
987
  />
984
988
  </svg>
985
- `,ei=Object.freeze({__proto__:null,default:Qr}),ti=Q`
989
+ `,Qr=Object.freeze({__proto__:null,default:Yr}),ei=Q`
986
990
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
987
991
  <path
988
992
  fill="currentColor"
@@ -991,7 +995,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
991
995
  clip-rule="evenodd"
992
996
  />
993
997
  </svg>
994
- `,li=Object.freeze({__proto__:null,default:ti}),ri=Q`
998
+ `,ti=Object.freeze({__proto__:null,default:ei}),li=Q`
995
999
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
996
1000
  <path
997
1001
  fill="currentColor"
@@ -1000,7 +1004,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1000
1004
  clip-rule="evenodd"
1001
1005
  />
1002
1006
  </svg>
1003
- `,ii=Object.freeze({__proto__:null,default:ri}),oi=Q`
1007
+ `,ri=Object.freeze({__proto__:null,default:li}),ii=Q`
1004
1008
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1005
1009
  <path
1006
1010
  fill="currentColor"
@@ -1009,7 +1013,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1009
1013
  clip-rule="evenodd"
1010
1014
  />
1011
1015
  </svg>
1012
- `,ai=Object.freeze({__proto__:null,default:oi}),ni=Q`
1016
+ `,oi=Object.freeze({__proto__:null,default:ii}),ai=Q`
1013
1017
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1014
1018
  <path
1015
1019
  fill="currentColor"
@@ -1018,7 +1022,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1018
1022
  clip-rule="evenodd"
1019
1023
  />
1020
1024
  </svg>
1021
- `,si=Object.freeze({__proto__:null,default:ni}),ci=Q`
1025
+ `,ni=Object.freeze({__proto__:null,default:ai}),si=Q`
1022
1026
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1023
1027
  <path
1024
1028
  fill="currentColor"
@@ -1047,7 +1051,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1047
1051
  clip-rule="evenodd"
1048
1052
  />
1049
1053
  </svg>
1050
- `,di=Object.freeze({__proto__:null,default:ci}),hi=Q`
1054
+ `,ci=Object.freeze({__proto__:null,default:si}),di=Q`
1051
1055
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1052
1056
  <path
1053
1057
  fill="currentColor"
@@ -1056,7 +1060,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1056
1060
  clip-rule="evenodd"
1057
1061
  />
1058
1062
  </svg>
1059
- `,ui=Object.freeze({__proto__:null,default:hi}),vi=Q`
1063
+ `,hi=Object.freeze({__proto__:null,default:di}),ui=Q`
1060
1064
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1061
1065
  <path
1062
1066
  fill="currentColor"
@@ -1069,7 +1073,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1069
1073
  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"
1070
1074
  />
1071
1075
  </svg>
1072
- `,gi=Object.freeze({__proto__:null,default:vi}),pi=Q`
1076
+ `,vi=Object.freeze({__proto__:null,default:ui}),gi=Q`
1073
1077
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1074
1078
  <path
1075
1079
  fill="currentColor"
@@ -1078,7 +1082,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1078
1082
  clip-rule="evenodd"
1079
1083
  />
1080
1084
  </svg>
1081
- `,fi=Object.freeze({__proto__:null,default:pi}),mi=Q`
1085
+ `,pi=Object.freeze({__proto__:null,default:gi}),fi=Q`
1082
1086
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1083
1087
  <path
1084
1088
  fill="currentColor"
@@ -1091,7 +1095,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1091
1095
  clip-rule="evenodd"
1092
1096
  />
1093
1097
  </svg>
1094
- `,wi=Object.freeze({__proto__:null,default:mi}),_i=Q`
1098
+ `,mi=Object.freeze({__proto__:null,default:fi}),wi=Q`
1095
1099
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1096
1100
  <path
1097
1101
  fill="currentColor"
@@ -1100,7 +1104,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1100
1104
  clip-rule="evenodd"
1101
1105
  />
1102
1106
  </svg>
1103
- `,bi=Object.freeze({__proto__:null,default:_i}),xi=Q`
1107
+ `,_i=Object.freeze({__proto__:null,default:wi}),bi=Q`
1104
1108
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1105
1109
  <path
1106
1110
  fill="currentColor"
@@ -1113,7 +1117,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1113
1117
  clip-rule="evenodd"
1114
1118
  />
1115
1119
  </svg>
1116
- `,Zi=Object.freeze({__proto__:null,default:xi}),Ci=Q`
1120
+ `,xi=Object.freeze({__proto__:null,default:bi}),Ci=Q`
1117
1121
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1118
1122
  <path
1119
1123
  fill="currentColor"
@@ -1126,7 +1130,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1126
1130
  clip-rule="evenodd"
1127
1131
  />
1128
1132
  </svg>
1129
- `,yi=Object.freeze({__proto__:null,default:Ci}),Mi=Q`
1133
+ `,Zi=Object.freeze({__proto__:null,default:Ci}),yi=Q`
1130
1134
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1131
1135
  <path
1132
1136
  fill="currentColor"
@@ -1135,7 +1139,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1135
1139
  clip-rule="evenodd"
1136
1140
  />
1137
1141
  </svg>
1138
- `,Pi=Object.freeze({__proto__:null,default:Mi}),Vi=Q`
1142
+ `,Mi=Object.freeze({__proto__:null,default:yi}),Pi=Q`
1139
1143
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1140
1144
  <path
1141
1145
  fill="currentColor"
@@ -1148,7 +1152,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1148
1152
  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"
1149
1153
  />
1150
1154
  </svg>
1151
- `,ki=Object.freeze({__proto__:null,default:Vi}),Hi=Q`
1155
+ `,Vi=Object.freeze({__proto__:null,default:Pi}),ki=Q`
1152
1156
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1153
1157
  <path
1154
1158
  fill="currentColor"
@@ -1157,7 +1161,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1157
1161
  clip-rule="evenodd"
1158
1162
  />
1159
1163
  </svg>
1160
- `,$i=Object.freeze({__proto__:null,default:Hi}),zi=Q`
1164
+ `,Hi=Object.freeze({__proto__:null,default:ki}),$i=Q`
1161
1165
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1162
1166
  <path
1163
1167
  fill="currentColor"
@@ -1166,7 +1170,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1166
1170
  clip-rule="evenodd"
1167
1171
  />
1168
1172
  </svg>
1169
- `,Si=Object.freeze({__proto__:null,default:zi}),Bi=Q`
1173
+ `,zi=Object.freeze({__proto__:null,default:$i}),Si=Q`
1170
1174
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1171
1175
  <path
1172
1176
  fill="currentColor"
@@ -1175,7 +1179,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1175
1179
  clip-rule="evenodd"
1176
1180
  />
1177
1181
  </svg>
1178
- `,Oi=Object.freeze({__proto__:null,default:Bi}),ji=Q`
1182
+ `,Oi=Object.freeze({__proto__:null,default:Si}),Bi=Q`
1179
1183
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1180
1184
  <path
1181
1185
  fill="currentColor"
@@ -1188,14 +1192,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1188
1192
  clip-rule="evenodd"
1189
1193
  />
1190
1194
  </svg>
1191
- `,Li=Object.freeze({__proto__:null,default:ji}),Ai=Q`
1195
+ `,ji=Object.freeze({__proto__:null,default:Bi}),Li=Q`
1192
1196
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1193
1197
  <path
1194
1198
  fill="currentColor"
1195
1199
  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"
1196
1200
  />
1197
1201
  </svg>
1198
- `,Ei=Object.freeze({__proto__:null,default:Ai}),Ri=Q`
1202
+ `,Ai=Object.freeze({__proto__:null,default:Li}),Ei=Q`
1199
1203
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1200
1204
  <path
1201
1205
  fill="currentColor"
@@ -1204,7 +1208,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1204
1208
  clip-rule="evenodd"
1205
1209
  />
1206
1210
  </svg>
1207
- `,Ni=Object.freeze({__proto__:null,default:Ri}),Ii=Q`
1211
+ `,Ri=Object.freeze({__proto__:null,default:Ei}),Ni=Q`
1208
1212
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1209
1213
  <path
1210
1214
  fill="currentColor"
@@ -1219,7 +1223,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1219
1223
  clip-rule="evenodd"
1220
1224
  />
1221
1225
  </svg>
1222
- `,Ti=Object.freeze({__proto__:null,default:Ii}),Di=Q`
1226
+ `,Ti=Object.freeze({__proto__:null,default:Ni}),Ii=Q`
1223
1227
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1224
1228
  <path
1225
1229
  fill="currentColor"
@@ -1230,7 +1234,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1230
1234
  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"
1231
1235
  />
1232
1236
  </svg>
1233
- `,Ui=Object.freeze({__proto__:null,default:Di}),Fi=Q`
1237
+ `,Di=Object.freeze({__proto__:null,default:Ii}),Ui=Q`
1234
1238
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1235
1239
  <path
1236
1240
  fill="currentColor"
@@ -1239,7 +1243,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1239
1243
  clip-rule="evenodd"
1240
1244
  />
1241
1245
  </svg>
1242
- `,Wi=Object.freeze({__proto__:null,default:Fi}),qi=Q`
1246
+ `,Fi=Object.freeze({__proto__:null,default:Ui}),Wi=Q`
1243
1247
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1244
1248
  <path
1245
1249
  fill="currentColor"
@@ -1248,7 +1252,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1248
1252
  clip-rule="evenodd"
1249
1253
  />
1250
1254
  </svg>
1251
- `,Ki=Object.freeze({__proto__:null,default:qi}),Gi=Q`
1255
+ `,qi=Object.freeze({__proto__:null,default:Wi}),Ki=Q`
1252
1256
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1253
1257
  <path
1254
1258
  fill="currentColor"
@@ -1261,7 +1265,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1261
1265
  clip-rule="evenodd"
1262
1266
  />
1263
1267
  </svg>
1264
- `,Ji=Object.freeze({__proto__:null,default:Gi}),Xi=Q`
1268
+ `,Gi=Object.freeze({__proto__:null,default:Ki}),Ji=Q`
1265
1269
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1266
1270
  <path
1267
1271
  fill="currentColor"
@@ -1276,14 +1280,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1276
1280
  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"
1277
1281
  />
1278
1282
  </svg>
1279
- `,Yi=Object.freeze({__proto__:null,default:Xi}),Qi=Q`
1283
+ `,Xi=Object.freeze({__proto__:null,default:Ji}),Yi=Q`
1280
1284
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1281
1285
  <path
1282
1286
  fill="currentColor"
1283
1287
  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"
1284
1288
  />
1285
1289
  </svg>
1286
- `,eo=Object.freeze({__proto__:null,default:Qi}),to=Q`
1290
+ `,Qi=Object.freeze({__proto__:null,default:Yi}),eo=Q`
1287
1291
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1288
1292
  <path
1289
1293
  fill="currentColor"
@@ -1296,7 +1300,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1296
1300
  clip-rule="evenodd"
1297
1301
  />
1298
1302
  </svg>
1299
- `,lo=Object.freeze({__proto__:null,default:to}),ro=Q`
1303
+ `,to=Object.freeze({__proto__:null,default:eo}),lo=Q`
1300
1304
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1301
1305
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
1302
1306
  <path
@@ -1306,7 +1310,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1306
1310
  clip-rule="evenodd"
1307
1311
  />
1308
1312
  </svg>
1309
- `,io=Object.freeze({__proto__:null,default:ro}),oo=Q`
1313
+ `,ro=Object.freeze({__proto__:null,default:lo}),io=Q`
1310
1314
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1311
1315
  <path
1312
1316
  fill="currentColor"
@@ -1319,7 +1323,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1319
1323
  clip-rule="evenodd"
1320
1324
  />
1321
1325
  </svg>
1322
- `,ao=Object.freeze({__proto__:null,default:oo}),no=Q`
1326
+ `,oo=Object.freeze({__proto__:null,default:io}),ao=Q`
1323
1327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1324
1328
  <path
1325
1329
  fill="currentColor"
@@ -1328,7 +1332,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1328
1332
  clip-rule="evenodd"
1329
1333
  />
1330
1334
  </svg>
1331
- `,so=Object.freeze({__proto__:null,default:no}),co=Q`
1335
+ `,no=Object.freeze({__proto__:null,default:ao}),so=Q`
1332
1336
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1333
1337
  <path
1334
1338
  fill="currentColor"
@@ -1337,7 +1341,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1337
1341
  clip-rule="evenodd"
1338
1342
  />
1339
1343
  </svg>
1340
- `,ho=Object.freeze({__proto__:null,default:co}),uo=Q`
1344
+ `,co=Object.freeze({__proto__:null,default:so}),ho=Q`
1341
1345
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1342
1346
  <path
1343
1347
  fill="currentColor"
@@ -1352,7 +1356,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1352
1356
  clip-rule="evenodd"
1353
1357
  />
1354
1358
  </svg>
1355
- `,vo=Object.freeze({__proto__:null,default:uo}),go=Q`
1359
+ `,uo=Object.freeze({__proto__:null,default:ho}),vo=Q`
1356
1360
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1357
1361
  <path
1358
1362
  fill="currentColor"
@@ -1365,7 +1369,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1365
1369
  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"
1366
1370
  />
1367
1371
  </svg>
1368
- `,po=Object.freeze({__proto__:null,default:go}),fo=Q`
1372
+ `,go=Object.freeze({__proto__:null,default:vo}),po=Q`
1369
1373
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1370
1374
  <path
1371
1375
  fill="currentColor"
@@ -1378,7 +1382,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1378
1382
  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"
1379
1383
  />
1380
1384
  </svg>
1381
- `,mo=Object.freeze({__proto__:null,default:fo}),wo=Q`
1385
+ `,fo=Object.freeze({__proto__:null,default:po}),mo=Q`
1382
1386
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1383
1387
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
1384
1388
  <path
@@ -1388,7 +1392,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1388
1392
  clip-rule="evenodd"
1389
1393
  />
1390
1394
  </svg>
1391
- `,_o=Object.freeze({__proto__:null,default:wo}),bo=Q`
1395
+ `,wo=Object.freeze({__proto__:null,default:mo}),_o=Q`
1392
1396
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1393
1397
  <path
1394
1398
  fill="currentColor"
@@ -1397,14 +1401,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1397
1401
  clip-rule="evenodd"
1398
1402
  />
1399
1403
  </svg>
1400
- `,xo=Object.freeze({__proto__:null,default:bo}),Zo=Q`
1404
+ `,bo=Object.freeze({__proto__:null,default:_o}),xo=Q`
1401
1405
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1402
1406
  <path
1403
1407
  fill="currentColor"
1404
1408
  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"
1405
1409
  />
1406
1410
  </svg>
1407
- `,Co=Object.freeze({__proto__:null,default:Zo}),yo=Q`
1411
+ `,Co=Object.freeze({__proto__:null,default:xo}),Zo=Q`
1408
1412
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1409
1413
  <path
1410
1414
  fill="currentColor"
@@ -1413,14 +1417,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1413
1417
  clip-rule="evenodd"
1414
1418
  />
1415
1419
  </svg>
1416
- `,Mo=Object.freeze({__proto__:null,default:yo}),Po=Q`
1420
+ `,yo=Object.freeze({__proto__:null,default:Zo}),Mo=Q`
1417
1421
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1418
1422
  <path
1419
1423
  fill="currentColor"
1420
1424
  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"
1421
1425
  />
1422
1426
  </svg>
1423
- `,Vo=Object.freeze({__proto__:null,default:Po}),ko=Q`
1427
+ `,Po=Object.freeze({__proto__:null,default:Mo}),Vo=Q`
1424
1428
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1425
1429
  <path
1426
1430
  fill="currentColor"
@@ -1429,7 +1433,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1429
1433
  clip-rule="evenodd"
1430
1434
  />
1431
1435
  </svg>
1432
- `,Ho=Object.freeze({__proto__:null,default:ko}),$o=Q`
1436
+ `,ko=Object.freeze({__proto__:null,default:Vo}),Ho=Q`
1433
1437
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1434
1438
  <path
1435
1439
  fill="currentColor"
@@ -1438,7 +1442,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1438
1442
  clip-rule="evenodd"
1439
1443
  />
1440
1444
  </svg>
1441
- `,zo=Object.freeze({__proto__:null,default:$o}),So=Q`
1445
+ `,$o=Object.freeze({__proto__:null,default:Ho}),zo=Q`
1442
1446
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1443
1447
  <path
1444
1448
  fill="currentColor"
@@ -1447,7 +1451,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1447
1451
  clip-rule="evenodd"
1448
1452
  />
1449
1453
  </svg>
1450
- `,Bo=Object.freeze({__proto__:null,default:So}),Oo=Q`
1454
+ `,So=Object.freeze({__proto__:null,default:zo}),Oo=Q`
1451
1455
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1452
1456
  <path
1453
1457
  fill="currentColor"
@@ -1456,7 +1460,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1456
1460
  clip-rule="evenodd"
1457
1461
  />
1458
1462
  </svg>
1459
- `,jo=Object.freeze({__proto__:null,default:Oo}),Lo=Q`
1463
+ `,Bo=Object.freeze({__proto__:null,default:Oo}),jo=Q`
1460
1464
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1461
1465
  <path
1462
1466
  fill="currentColor"
@@ -1465,7 +1469,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1465
1469
  clip-rule="evenodd"
1466
1470
  />
1467
1471
  </svg>
1468
- `,Ao=Object.freeze({__proto__:null,default:Lo}),Eo=Q`
1472
+ `,Lo=Object.freeze({__proto__:null,default:jo}),Ao=Q`
1469
1473
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1470
1474
  <path
1471
1475
  fill="currentColor"
@@ -1474,7 +1478,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1474
1478
  clip-rule="evenodd"
1475
1479
  />
1476
1480
  </svg>
1477
- `,Ro=Object.freeze({__proto__:null,default:Eo}),No=Q`
1481
+ `,Eo=Object.freeze({__proto__:null,default:Ao}),Ro=Q`
1478
1482
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1479
1483
  <path
1480
1484
  fill="currentColor"
@@ -1483,7 +1487,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1483
1487
  clip-rule="evenodd"
1484
1488
  />
1485
1489
  </svg>
1486
- `,Io=Object.freeze({__proto__:null,default:No}),To=Q`
1490
+ `,No=Object.freeze({__proto__:null,default:Ro}),To=Q`
1487
1491
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1488
1492
  <path
1489
1493
  fill="currentColor"
@@ -1492,7 +1496,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1492
1496
  clip-rule="evenodd"
1493
1497
  />
1494
1498
  </svg>
1495
- `,Do=Object.freeze({__proto__:null,default:To}),Uo=Q`
1499
+ `,Io=Object.freeze({__proto__:null,default:To}),Do=Q`
1496
1500
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1497
1501
  <path
1498
1502
  fill="currentColor"
@@ -1501,7 +1505,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1501
1505
  clip-rule="evenodd"
1502
1506
  />
1503
1507
  </svg>
1504
- `,Fo=Object.freeze({__proto__:null,default:Uo}),Wo=Q`
1508
+ `,Uo=Object.freeze({__proto__:null,default:Do}),Fo=Q`
1505
1509
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1506
1510
  <path
1507
1511
  fill="currentColor"
@@ -1511,14 +1515,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1511
1515
  />
1512
1516
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
1513
1517
  </svg>
1514
- `,qo=Object.freeze({__proto__:null,default:Wo}),Ko=Q`
1518
+ `,Wo=Object.freeze({__proto__:null,default:Fo}),qo=Q`
1515
1519
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1516
1520
  <path
1517
1521
  fill="currentColor"
1518
1522
  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"
1519
1523
  />
1520
1524
  </svg>
1521
- `,Go=Object.freeze({__proto__:null,default:Ko}),Jo=Q`
1525
+ `,Ko=Object.freeze({__proto__:null,default:qo}),Go=Q`
1522
1526
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1523
1527
  <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" />
1524
1528
  <path
@@ -1528,7 +1532,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1528
1532
  clip-rule="evenodd"
1529
1533
  />
1530
1534
  </svg>
1531
- `,Xo=Object.freeze({__proto__:null,default:Jo}),Yo=Q`
1535
+ `,Jo=Object.freeze({__proto__:null,default:Go}),Xo=Q`
1532
1536
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1533
1537
  <path
1534
1538
  fill="currentColor"
@@ -1544,7 +1548,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1544
1548
  clip-rule="evenodd"
1545
1549
  />
1546
1550
  </svg>
1547
- `,Qo=Object.freeze({__proto__:null,default:Yo}),ea=Q`
1551
+ `,Yo=Object.freeze({__proto__:null,default:Xo}),Qo=Q`
1548
1552
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1549
1553
  <path
1550
1554
  fill="currentColor"
@@ -1553,7 +1557,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1553
1557
  clip-rule="evenodd"
1554
1558
  />
1555
1559
  </svg>
1556
- `,ta=Object.freeze({__proto__:null,default:ea}),la=Q`
1560
+ `,ea=Object.freeze({__proto__:null,default:Qo}),ta=Q`
1557
1561
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1558
1562
  <path
1559
1563
  fill="currentColor"
@@ -1562,7 +1566,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1562
1566
  clip-rule="evenodd"
1563
1567
  />
1564
1568
  </svg>
1565
- `,ra=Object.freeze({__proto__:null,default:la}),ia=Q`
1569
+ `,la=Object.freeze({__proto__:null,default:ta}),ra=Q`
1566
1570
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1567
1571
  <path
1568
1572
  fill="currentColor"
@@ -1571,7 +1575,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1571
1575
  clip-rule="evenodd"
1572
1576
  />
1573
1577
  </svg>
1574
- `,oa=Object.freeze({__proto__:null,default:ia}),aa=Q`
1578
+ `,ia=Object.freeze({__proto__:null,default:ra}),oa=Q`
1575
1579
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1576
1580
  <path
1577
1581
  fill="currentColor"
@@ -1580,7 +1584,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1580
1584
  clip-rule="evenodd"
1581
1585
  />
1582
1586
  </svg>
1583
- `,na=Object.freeze({__proto__:null,default:aa}),sa=Q`
1587
+ `,aa=Object.freeze({__proto__:null,default:oa}),na=Q`
1584
1588
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1585
1589
  <path
1586
1590
  fill="currentColor"
@@ -1589,7 +1593,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1589
1593
  clip-rule="evenodd"
1590
1594
  />
1591
1595
  </svg>
1592
- `,ca=Object.freeze({__proto__:null,default:sa}),da=Q`
1596
+ `,sa=Object.freeze({__proto__:null,default:na}),ca=Q`
1593
1597
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1594
1598
  <path
1595
1599
  fill="currentColor"
@@ -1598,7 +1602,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1598
1602
  clip-rule="evenodd"
1599
1603
  />
1600
1604
  </svg>
1601
- `,ha=Object.freeze({__proto__:null,default:da}),ua=Q`
1605
+ `,da=Object.freeze({__proto__:null,default:ca}),ha=Q`
1602
1606
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1603
1607
  <path
1604
1608
  fill="currentColor"
@@ -1615,7 +1619,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1615
1619
  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"
1616
1620
  />
1617
1621
  </svg>
1618
- `,va=Object.freeze({__proto__:null,default:ua}),ga=Q`
1622
+ `,ua=Object.freeze({__proto__:null,default:ha}),va=Q`
1619
1623
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1620
1624
  <path
1621
1625
  fill="currentColor"
@@ -1624,21 +1628,21 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1624
1628
  clip-rule="evenodd"
1625
1629
  />
1626
1630
  </svg>
1627
- `,pa=Object.freeze({__proto__:null,default:ga}),fa=Q`
1631
+ `,ga=Object.freeze({__proto__:null,default:va}),pa=Q`
1628
1632
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1629
1633
  <path
1630
1634
  fill="currentColor"
1631
1635
  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"
1632
1636
  />
1633
1637
  </svg>
1634
- `,ma=Object.freeze({__proto__:null,default:fa}),wa=Q`
1638
+ `,fa=Object.freeze({__proto__:null,default:pa}),ma=Q`
1635
1639
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1636
1640
  <path
1637
1641
  fill="currentColor"
1638
1642
  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"
1639
1643
  />
1640
1644
  </svg>
1641
- `,_a=Object.freeze({__proto__:null,default:wa}),ba=Q`
1645
+ `,wa=Object.freeze({__proto__:null,default:ma}),_a=Q`
1642
1646
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1643
1647
  <path
1644
1648
  fill="currentColor"
@@ -1647,7 +1651,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1647
1651
  clip-rule="evenodd"
1648
1652
  />
1649
1653
  </svg>
1650
- `,xa=Object.freeze({__proto__:null,default:ba}),Za=Q`
1654
+ `,ba=Object.freeze({__proto__:null,default:_a}),xa=Q`
1651
1655
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1652
1656
  <path
1653
1657
  fill="currentColor"
@@ -1656,7 +1660,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1656
1660
  clip-rule="evenodd"
1657
1661
  />
1658
1662
  </svg>
1659
- `,Ca=Object.freeze({__proto__:null,default:Za}),ya=Q`
1663
+ `,Ca=Object.freeze({__proto__:null,default:xa}),Za=Q`
1660
1664
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1661
1665
  <path
1662
1666
  fill="currentColor"
@@ -1667,7 +1671,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1667
1671
  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"
1668
1672
  />
1669
1673
  </svg>
1670
- `,Ma=Object.freeze({__proto__:null,default:ya}),Pa=Q`
1674
+ `,ya=Object.freeze({__proto__:null,default:Za}),Ma=Q`
1671
1675
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1672
1676
  <path
1673
1677
  fill="currentColor"
@@ -1678,7 +1682,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1678
1682
  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"
1679
1683
  />
1680
1684
  </svg>
1681
- `,Va=Object.freeze({__proto__:null,default:Pa}),ka=Q`
1685
+ `,Pa=Object.freeze({__proto__:null,default:Ma}),Va=Q`
1682
1686
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1683
1687
  <path
1684
1688
  fill="currentColor"
@@ -1693,7 +1697,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1693
1697
  clip-rule="evenodd"
1694
1698
  />
1695
1699
  </svg>
1696
- `,Ha=Object.freeze({__proto__:null,default:ka}),$a=Q`
1700
+ `,ka=Object.freeze({__proto__:null,default:Va}),Ha=Q`
1697
1701
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1698
1702
  <path
1699
1703
  fill="currentColor"
@@ -1702,7 +1706,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1702
1706
  clip-rule="evenodd"
1703
1707
  />
1704
1708
  </svg>
1705
- `,za=Object.freeze({__proto__:null,default:$a}),Sa=Q`
1709
+ `,$a=Object.freeze({__proto__:null,default:Ha}),za=Q`
1706
1710
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1707
1711
  <path
1708
1712
  fill="currentColor"
@@ -1711,7 +1715,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1711
1715
  clip-rule="evenodd"
1712
1716
  />
1713
1717
  </svg>
1714
- `,Ba=Object.freeze({__proto__:null,default:Sa}),Oa=Q`
1718
+ `,Sa=Object.freeze({__proto__:null,default:za}),Oa=Q`
1715
1719
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1716
1720
  <path
1717
1721
  fill="currentColor"
@@ -1720,21 +1724,21 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1720
1724
  clip-rule="evenodd"
1721
1725
  />
1722
1726
  </svg>
1723
- `,ja=Object.freeze({__proto__:null,default:Oa}),La=Q`
1727
+ `,Ba=Object.freeze({__proto__:null,default:Oa}),ja=Q`
1724
1728
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1725
1729
  <path
1726
1730
  fill="currentColor"
1727
1731
  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"
1728
1732
  />
1729
1733
  </svg>
1730
- `,Aa=Object.freeze({__proto__:null,default:La}),Ea=Q`
1734
+ `,La=Object.freeze({__proto__:null,default:ja}),Aa=Q`
1731
1735
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1732
1736
  <path
1733
1737
  fill="currentColor"
1734
1738
  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"
1735
1739
  />
1736
1740
  </svg>
1737
- `,Ra=Object.freeze({__proto__:null,default:Ea}),Na=Q`
1741
+ `,Ea=Object.freeze({__proto__:null,default:Aa}),Ra=Q`
1738
1742
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1739
1743
  <path
1740
1744
  fill="currentColor"
@@ -1747,7 +1751,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1747
1751
  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"
1748
1752
  />
1749
1753
  </svg>
1750
- `,Ia=Object.freeze({__proto__:null,default:Na}),Ta=Q`
1754
+ `,Na=Object.freeze({__proto__:null,default:Ra}),Ta=Q`
1751
1755
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1752
1756
  <path
1753
1757
  fill="currentColor"
@@ -1756,21 +1760,21 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1756
1760
  clip-rule="evenodd"
1757
1761
  />
1758
1762
  </svg>
1759
- `,Da=Object.freeze({__proto__:null,default:Ta}),Ua=Q`
1763
+ `,Ia=Object.freeze({__proto__:null,default:Ta}),Da=Q`
1760
1764
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1761
1765
  <path
1762
1766
  fill="currentColor"
1763
1767
  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"
1764
1768
  />
1765
1769
  </svg>
1766
- `,Fa=Object.freeze({__proto__:null,default:Ua}),Wa=Q`
1770
+ `,Ua=Object.freeze({__proto__:null,default:Da}),Fa=Q`
1767
1771
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1768
1772
  <path
1769
1773
  fill="currentColor"
1770
1774
  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"
1771
1775
  />
1772
1776
  </svg>
1773
- `,qa=Object.freeze({__proto__:null,default:Wa}),Ka=Q`
1777
+ `,Wa=Object.freeze({__proto__:null,default:Fa}),qa=Q`
1774
1778
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1775
1779
  <path
1776
1780
  fill="currentColor"
@@ -1779,7 +1783,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1779
1783
  clip-rule="evenodd"
1780
1784
  />
1781
1785
  </svg>
1782
- `,Ga=Object.freeze({__proto__:null,default:Ka}),Ja=Q`
1786
+ `,Ka=Object.freeze({__proto__:null,default:qa}),Ga=Q`
1783
1787
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1784
1788
  <path
1785
1789
  fill="currentColor"
@@ -1792,7 +1796,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1792
1796
  clip-rule="evenodd"
1793
1797
  />
1794
1798
  </svg>
1795
- `,Xa=Object.freeze({__proto__:null,default:Ja}),Ya=Q`
1799
+ `,Ja=Object.freeze({__proto__:null,default:Ga}),Xa=Q`
1796
1800
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1797
1801
  <path
1798
1802
  fill="currentColor"
@@ -1811,14 +1815,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1811
1815
  clip-rule="evenodd"
1812
1816
  />
1813
1817
  </svg>
1814
- `,Qa=Object.freeze({__proto__:null,default:Ya}),en=Q`
1818
+ `,Ya=Object.freeze({__proto__:null,default:Xa}),Qa=Q`
1815
1819
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1816
1820
  <path
1817
1821
  fill="currentColor"
1818
1822
  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"
1819
1823
  />
1820
1824
  </svg>
1821
- `,tn=Object.freeze({__proto__:null,default:en}),ln=Q`
1825
+ `,en=Object.freeze({__proto__:null,default:Qa}),tn=Q`
1822
1826
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1823
1827
  <path
1824
1828
  fill="currentColor"
@@ -1827,7 +1831,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1827
1831
  clip-rule="evenodd"
1828
1832
  />
1829
1833
  </svg>
1830
- `,rn=Object.freeze({__proto__:null,default:ln}),on=Q`
1834
+ `,ln=Object.freeze({__proto__:null,default:tn}),rn=Q`
1831
1835
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1832
1836
  <path
1833
1837
  fill="currentColor"
@@ -1836,7 +1840,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1836
1840
  clip-rule="evenodd"
1837
1841
  />
1838
1842
  </svg>
1839
- `,an=Object.freeze({__proto__:null,default:on}),nn=Q`
1843
+ `,on=Object.freeze({__proto__:null,default:rn}),an=Q`
1840
1844
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1841
1845
  <path
1842
1846
  fill="currentColor"
@@ -1845,7 +1849,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1845
1849
  clip-rule="evenodd"
1846
1850
  />
1847
1851
  </svg>
1848
- `,sn=Object.freeze({__proto__:null,default:nn}),cn=Q`
1852
+ `,nn=Object.freeze({__proto__:null,default:an}),sn=Q`
1849
1853
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1850
1854
  <path
1851
1855
  fill="currentColor"
@@ -1854,7 +1858,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1854
1858
  clip-rule="evenodd"
1855
1859
  />
1856
1860
  </svg>
1857
- `,dn=Object.freeze({__proto__:null,default:cn}),hn=Q`
1861
+ `,cn=Object.freeze({__proto__:null,default:sn}),dn=Q`
1858
1862
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1859
1863
  <path
1860
1864
  fill="currentColor"
@@ -1863,7 +1867,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1863
1867
  clip-rule="evenodd"
1864
1868
  />
1865
1869
  </svg>
1866
- `,un=Object.freeze({__proto__:null,default:hn}),vn=Q`
1870
+ `,hn=Object.freeze({__proto__:null,default:dn}),un=Q`
1867
1871
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1868
1872
  <path
1869
1873
  fill="currentColor"
@@ -1872,7 +1876,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1872
1876
  clip-rule="evenodd"
1873
1877
  />
1874
1878
  </svg>
1875
- `,gn=Object.freeze({__proto__:null,default:vn}),pn=Q`
1879
+ `,vn=Object.freeze({__proto__:null,default:un}),gn=Q`
1876
1880
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1877
1881
  <path
1878
1882
  fill="currentColor"
@@ -1885,7 +1889,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1885
1889
  clip-rule="evenodd"
1886
1890
  />
1887
1891
  </svg>
1888
- `,fn=Object.freeze({__proto__:null,default:pn}),mn=Q`
1892
+ `,pn=Object.freeze({__proto__:null,default:gn}),fn=Q`
1889
1893
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1890
1894
  <path
1891
1895
  fill="currentColor"
@@ -1894,7 +1898,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1894
1898
  clip-rule="evenodd"
1895
1899
  />
1896
1900
  </svg>
1897
- `,wn=Object.freeze({__proto__:null,default:mn}),_n=Q`
1901
+ `,mn=Object.freeze({__proto__:null,default:fn}),wn=Q`
1898
1902
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1899
1903
  <path
1900
1904
  fill="currentColor"
@@ -1903,14 +1907,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1903
1907
  clip-rule="evenodd"
1904
1908
  />
1905
1909
  </svg>
1906
- `,bn=Object.freeze({__proto__:null,default:_n}),xn=Q`
1910
+ `,_n=Object.freeze({__proto__:null,default:wn}),bn=Q`
1907
1911
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1908
1912
  <path
1909
1913
  fill="currentColor"
1910
1914
  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"
1911
1915
  />
1912
1916
  </svg>
1913
- `,Zn=Object.freeze({__proto__:null,default:xn}),Cn=Q`
1917
+ `,xn=Object.freeze({__proto__:null,default:bn}),Cn=Q`
1914
1918
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1915
1919
  <path
1916
1920
  fill="currentColor"
@@ -1919,14 +1923,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1919
1923
  clip-rule="evenodd"
1920
1924
  />
1921
1925
  </svg>
1922
- `,yn=Object.freeze({__proto__:null,default:Cn}),Mn=Q`
1926
+ `,Zn=Object.freeze({__proto__:null,default:Cn}),yn=Q`
1923
1927
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1924
1928
  <path
1925
1929
  fill="currentColor"
1926
1930
  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"
1927
1931
  />
1928
1932
  </svg>
1929
- `,Pn=Object.freeze({__proto__:null,default:Mn}),Vn=Q`
1933
+ `,Mn=Object.freeze({__proto__:null,default:yn}),Pn=Q`
1930
1934
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1931
1935
  <path
1932
1936
  fill="currentColor"
@@ -1935,7 +1939,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1935
1939
  clip-rule="evenodd"
1936
1940
  />
1937
1941
  </svg>
1938
- `,kn=Object.freeze({__proto__:null,default:Vn}),Hn=Q`
1942
+ `,Vn=Object.freeze({__proto__:null,default:Pn}),kn=Q`
1939
1943
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1940
1944
  <path
1941
1945
  fill="currentColor"
@@ -1944,7 +1948,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1944
1948
  clip-rule="evenodd"
1945
1949
  />
1946
1950
  </svg>
1947
- `,$n=Object.freeze({__proto__:null,default:Hn}),zn=Q`
1951
+ `,Hn=Object.freeze({__proto__:null,default:kn}),$n=Q`
1948
1952
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1949
1953
  <path
1950
1954
  fill="currentColor"
@@ -1953,7 +1957,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1953
1957
  clip-rule="evenodd"
1954
1958
  />
1955
1959
  </svg>
1956
- `,Sn=Object.freeze({__proto__:null,default:zn}),Bn=Q`
1960
+ `,zn=Object.freeze({__proto__:null,default:$n}),Sn=Q`
1957
1961
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1958
1962
  <path
1959
1963
  fill="currentColor"
@@ -1962,7 +1966,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1962
1966
  clip-rule="evenodd"
1963
1967
  />
1964
1968
  </svg>
1965
- `,On=Object.freeze({__proto__:null,default:Bn}),jn=Q`
1969
+ `,On=Object.freeze({__proto__:null,default:Sn}),Bn=Q`
1966
1970
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1967
1971
  <path
1968
1972
  fill="currentColor"
@@ -1975,7 +1979,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1975
1979
  clip-rule="evenodd"
1976
1980
  />
1977
1981
  </svg>
1978
- `,Ln=Object.freeze({__proto__:null,default:jn}),An=Q`
1982
+ `,jn=Object.freeze({__proto__:null,default:Bn}),Ln=Q`
1979
1983
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1980
1984
  <path
1981
1985
  fill="currentColor"
@@ -1990,7 +1994,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1990
1994
  clip-rule="evenodd"
1991
1995
  />
1992
1996
  </svg>
1993
- `,En=Object.freeze({__proto__:null,default:An}),Rn=Q`
1997
+ `,An=Object.freeze({__proto__:null,default:Ln}),En=Q`
1994
1998
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1995
1999
  <path
1996
2000
  fill="currentColor"
@@ -1999,7 +2003,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
1999
2003
  clip-rule="evenodd"
2000
2004
  />
2001
2005
  </svg>
2002
- `,Nn=Object.freeze({__proto__:null,default:Rn}),In=Q`
2006
+ `,Rn=Object.freeze({__proto__:null,default:En}),Nn=Q`
2003
2007
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2004
2008
  <path
2005
2009
  fill="currentColor"
@@ -2008,7 +2012,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2008
2012
  clip-rule="evenodd"
2009
2013
  />
2010
2014
  </svg>
2011
- `,Tn=Object.freeze({__proto__:null,default:In}),Dn=Q`
2015
+ `,Tn=Object.freeze({__proto__:null,default:Nn}),In=Q`
2012
2016
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2013
2017
  <path
2014
2018
  fill="currentColor"
@@ -2017,7 +2021,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2017
2021
  clip-rule="evenodd"
2018
2022
  />
2019
2023
  </svg>
2020
- `,Un=Object.freeze({__proto__:null,default:Dn}),Fn=Q`
2024
+ `,Dn=Object.freeze({__proto__:null,default:In}),Un=Q`
2021
2025
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2022
2026
  <path
2023
2027
  fill="#DB0000"
@@ -2040,7 +2044,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2040
2044
  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"
2041
2045
  />
2042
2046
  </svg>
2043
- `,Wn=Object.freeze({__proto__:null,default:Fn}),qn=Q`
2047
+ `,Fn=Object.freeze({__proto__:null,default:Un}),Wn=Q`
2044
2048
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2045
2049
  <path
2046
2050
  fill="currentColor"
@@ -2049,7 +2053,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2049
2053
  clip-rule="evenodd"
2050
2054
  />
2051
2055
  </svg>
2052
- `,Kn=Object.freeze({__proto__:null,default:qn}),Gn=Q`
2056
+ `,qn=Object.freeze({__proto__:null,default:Wn}),Kn=Q`
2053
2057
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2054
2058
  <path
2055
2059
  fill="currentColor"
@@ -2062,7 +2066,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2062
2066
  clip-rule="evenodd"
2063
2067
  />
2064
2068
  </svg>
2065
- `,Jn=Object.freeze({__proto__:null,default:Gn}),Xn=Q`
2069
+ `,Gn=Object.freeze({__proto__:null,default:Kn}),Jn=Q`
2066
2070
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2067
2071
  <path
2068
2072
  fill="currentColor"
@@ -2075,7 +2079,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2075
2079
  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"
2076
2080
  />
2077
2081
  </svg>
2078
- `,Yn=Object.freeze({__proto__:null,default:Xn}),Qn=Q`
2082
+ `,Xn=Object.freeze({__proto__:null,default:Jn}),Yn=Q`
2079
2083
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2080
2084
  <path
2081
2085
  fill="currentColor"
@@ -2088,7 +2092,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2088
2092
  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"
2089
2093
  />
2090
2094
  </svg>
2091
- `,es=Object.freeze({__proto__:null,default:Qn}),ts=Q`
2095
+ `,Qn=Object.freeze({__proto__:null,default:Yn}),es=Q`
2092
2096
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2093
2097
  <path
2094
2098
  fill="currentColor"
@@ -2097,11 +2101,11 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2097
2101
  clip-rule="evenodd"
2098
2102
  />
2099
2103
  </svg>
2100
- `,ls=Object.freeze({__proto__:null,default:ts}),rs=Q`
2104
+ `,ts=Object.freeze({__proto__:null,default:es}),ls=Q`
2101
2105
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2102
2106
  <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" />
2103
2107
  </svg>
2104
- `,is=Object.freeze({__proto__:null,default:rs}),os=Q`
2108
+ `,rs=Object.freeze({__proto__:null,default:ls}),is=Q`
2105
2109
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2106
2110
  <path
2107
2111
  fill="currentColor"
@@ -2128,21 +2132,21 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2128
2132
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
2129
2133
  />
2130
2134
  </svg>
2131
- `,as=Object.freeze({__proto__:null,default:os}),ns=Q`
2135
+ `,os=Object.freeze({__proto__:null,default:is}),as=Q`
2132
2136
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2133
2137
  <path
2134
2138
  fill="currentColor"
2135
2139
  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"
2136
2140
  />
2137
2141
  </svg>
2138
- `,ss=Object.freeze({__proto__:null,default:ns}),cs=Q`
2142
+ `,ns=Object.freeze({__proto__:null,default:as}),ss=Q`
2139
2143
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2140
2144
  <path
2141
2145
  fill="currentColor"
2142
2146
  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"
2143
2147
  />
2144
2148
  </svg>
2145
- `,ds=Object.freeze({__proto__:null,default:cs}),hs=Q`
2149
+ `,cs=Object.freeze({__proto__:null,default:ss}),ds=Q`
2146
2150
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2147
2151
  <path
2148
2152
  fill="currentColor"
@@ -2151,7 +2155,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2151
2155
  clip-rule="evenodd"
2152
2156
  />
2153
2157
  </svg>
2154
- `,us=Object.freeze({__proto__:null,default:hs}),vs=Q`
2158
+ `,hs=Object.freeze({__proto__:null,default:ds}),us=Q`
2155
2159
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2156
2160
  <path
2157
2161
  fill="currentColor"
@@ -2160,7 +2164,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2160
2164
  clip-rule="evenodd"
2161
2165
  />
2162
2166
  </svg>
2163
- `,gs=Object.freeze({__proto__:null,default:vs}),ps=Q`
2167
+ `,vs=Object.freeze({__proto__:null,default:us}),gs=Q`
2164
2168
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2165
2169
  <path
2166
2170
  fill="currentColor"
@@ -2169,7 +2173,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2169
2173
  clip-rule="evenodd"
2170
2174
  />
2171
2175
  </svg>
2172
- `,fs=Object.freeze({__proto__:null,default:ps}),ms=Q`
2176
+ `,ps=Object.freeze({__proto__:null,default:gs}),fs=Q`
2173
2177
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2174
2178
  <path
2175
2179
  fill="currentColor"
@@ -2178,7 +2182,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2178
2182
  clip-rule="evenodd"
2179
2183
  />
2180
2184
  </svg>
2181
- `,ws=Object.freeze({__proto__:null,default:ms}),_s=Q`
2185
+ `,ms=Object.freeze({__proto__:null,default:fs}),ws=Q`
2182
2186
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2183
2187
  <path
2184
2188
  fill="currentColor"
@@ -2193,28 +2197,28 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2193
2197
  clip-rule="evenodd"
2194
2198
  />
2195
2199
  </svg>
2196
- `,bs=Object.freeze({__proto__:null,default:_s}),xs=Q`
2200
+ `,_s=Object.freeze({__proto__:null,default:ws}),bs=Q`
2197
2201
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2198
2202
  <path
2199
2203
  fill="currentColor"
2200
2204
  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"
2201
2205
  />
2202
2206
  </svg>
2203
- `,Zs=Object.freeze({__proto__:null,default:xs}),Cs=Q`
2207
+ `,xs=Object.freeze({__proto__:null,default:bs}),Cs=Q`
2204
2208
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2205
2209
  <path
2206
2210
  fill="currentColor"
2207
2211
  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"
2208
2212
  />
2209
2213
  </svg>
2210
- `,ys=Object.freeze({__proto__:null,default:Cs}),Ms=Q`
2214
+ `,Zs=Object.freeze({__proto__:null,default:Cs}),ys=Q`
2211
2215
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2212
2216
  <path
2213
2217
  fill="currentColor"
2214
2218
  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"
2215
2219
  />
2216
2220
  </svg>
2217
- `,Ps=Object.freeze({__proto__:null,default:Ms}),Vs=Q`
2221
+ `,Ms=Object.freeze({__proto__:null,default:ys}),Ps=Q`
2218
2222
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2219
2223
  <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" />
2220
2224
  <path
@@ -2224,14 +2228,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2224
2228
  clip-rule="evenodd"
2225
2229
  />
2226
2230
  </svg>
2227
- `,ks=Object.freeze({__proto__:null,default:Vs}),Hs=Q`
2231
+ `,Vs=Object.freeze({__proto__:null,default:Ps}),ks=Q`
2228
2232
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2229
2233
  <path
2230
2234
  fill="currentColor"
2231
2235
  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"
2232
2236
  />
2233
2237
  </svg>
2234
- `,$s=Object.freeze({__proto__:null,default:Hs}),zs=Q`
2238
+ `,Hs=Object.freeze({__proto__:null,default:ks}),$s=Q`
2235
2239
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2236
2240
  <path
2237
2241
  fill="currentColor"
@@ -2240,7 +2244,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2240
2244
  clip-rule="evenodd"
2241
2245
  />
2242
2246
  </svg>
2243
- `,Ss=Object.freeze({__proto__:null,default:zs}),Bs=Q`
2247
+ `,zs=Object.freeze({__proto__:null,default:$s}),Ss=Q`
2244
2248
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2245
2249
  <path
2246
2250
  fill="currentColor"
@@ -2249,7 +2253,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2249
2253
  clip-rule="evenodd"
2250
2254
  />
2251
2255
  </svg>
2252
- `,Os=Object.freeze({__proto__:null,default:Bs}),js=Q`
2256
+ `,Os=Object.freeze({__proto__:null,default:Ss}),Bs=Q`
2253
2257
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2254
2258
  <path
2255
2259
  fill="currentColor"
@@ -2258,7 +2262,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2258
2262
  clip-rule="evenodd"
2259
2263
  />
2260
2264
  </svg>
2261
- `,Ls=Object.freeze({__proto__:null,default:js}),As=Q`
2265
+ `,js=Object.freeze({__proto__:null,default:Bs}),Ls=Q`
2262
2266
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2263
2267
  <path
2264
2268
  fill="currentColor"
@@ -2271,7 +2275,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2271
2275
  clip-rule="evenodd"
2272
2276
  />
2273
2277
  </svg>
2274
- `,Es=Object.freeze({__proto__:null,default:As}),Rs=Q`
2278
+ `,As=Object.freeze({__proto__:null,default:Ls}),Es=Q`
2275
2279
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2276
2280
  <path
2277
2281
  fill="currentColor"
@@ -2280,7 +2284,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2280
2284
  clip-rule="evenodd"
2281
2285
  />
2282
2286
  </svg>
2283
- `,Ns=Object.freeze({__proto__:null,default:Rs}),Is=Q`
2287
+ `,Rs=Object.freeze({__proto__:null,default:Es}),Ns=Q`
2284
2288
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2285
2289
  <path
2286
2290
  fill="currentColor"
@@ -2289,7 +2293,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2289
2293
  clip-rule="evenodd"
2290
2294
  />
2291
2295
  </svg>
2292
- `,Ts=Object.freeze({__proto__:null,default:Is}),Ds=Q`
2296
+ `,Ts=Object.freeze({__proto__:null,default:Ns}),Is=Q`
2293
2297
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2294
2298
  <path
2295
2299
  fill="currentColor"
@@ -2306,7 +2310,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2306
2310
  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"
2307
2311
  />
2308
2312
  </svg>
2309
- `,Us=Object.freeze({__proto__:null,default:Ds}),Fs=Q`
2313
+ `,Ds=Object.freeze({__proto__:null,default:Is}),Us=Q`
2310
2314
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2311
2315
  <path
2312
2316
  fill="currentColor"
@@ -2319,7 +2323,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2319
2323
  clip-rule="evenodd"
2320
2324
  />
2321
2325
  </svg>
2322
- `,Ws=Object.freeze({__proto__:null,default:Fs}),qs=Q`
2326
+ `,Fs=Object.freeze({__proto__:null,default:Us}),Ws=Q`
2323
2327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2324
2328
  <path
2325
2329
  fill="currentColor"
@@ -2328,21 +2332,21 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2328
2332
  clip-rule="evenodd"
2329
2333
  />
2330
2334
  </svg>
2331
- `,Ks=Object.freeze({__proto__:null,default:qs}),Gs=Q`
2335
+ `,qs=Object.freeze({__proto__:null,default:Ws}),Ks=Q`
2332
2336
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2333
2337
  <path
2334
2338
  fill="currentColor"
2335
2339
  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"
2336
2340
  />
2337
2341
  </svg>
2338
- `,Js=Object.freeze({__proto__:null,default:Gs}),Xs=Q`
2342
+ `,Gs=Object.freeze({__proto__:null,default:Ks}),Js=Q`
2339
2343
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2340
2344
  <path
2341
2345
  fill="currentColor"
2342
2346
  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"
2343
2347
  />
2344
2348
  </svg>
2345
- `,Ys=Object.freeze({__proto__:null,default:Xs}),Qs=Q`
2349
+ `,Xs=Object.freeze({__proto__:null,default:Js}),Ys=Q`
2346
2350
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2347
2351
  <path
2348
2352
  fill="currentColor"
@@ -2351,14 +2355,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2351
2355
  clip-rule="evenodd"
2352
2356
  />
2353
2357
  </svg>
2354
- `,ec=Object.freeze({__proto__:null,default:Qs}),tc=Q`
2358
+ `,Qs=Object.freeze({__proto__:null,default:Ys}),ec=Q`
2355
2359
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2356
2360
  <path
2357
2361
  fill="currentColor"
2358
2362
  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"
2359
2363
  />
2360
2364
  </svg>
2361
- `,lc=Object.freeze({__proto__:null,default:tc}),rc=Q`
2365
+ `,tc=Object.freeze({__proto__:null,default:ec}),lc=Q`
2362
2366
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2363
2367
  <path
2364
2368
  fill="currentColor"
@@ -2367,7 +2371,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2367
2371
  clip-rule="evenodd"
2368
2372
  />
2369
2373
  </svg>
2370
- `,ic=Object.freeze({__proto__:null,default:rc}),oc=Q`
2374
+ `,rc=Object.freeze({__proto__:null,default:lc}),ic=Q`
2371
2375
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2372
2376
  <path
2373
2377
  fill="currentColor"
@@ -2376,7 +2380,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2376
2380
  clip-rule="evenodd"
2377
2381
  />
2378
2382
  </svg>
2379
- `,ac=Object.freeze({__proto__:null,default:oc}),nc=Q`
2383
+ `,oc=Object.freeze({__proto__:null,default:ic}),ac=Q`
2380
2384
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2381
2385
  <path
2382
2386
  fill="currentColor"
@@ -2389,7 +2393,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2389
2393
  clip-rule="evenodd"
2390
2394
  />
2391
2395
  </svg>
2392
- `,sc=Object.freeze({__proto__:null,default:nc}),cc=Q`
2396
+ `,nc=Object.freeze({__proto__:null,default:ac}),sc=Q`
2393
2397
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2394
2398
  <path
2395
2399
  fill="currentColor"
@@ -2404,7 +2408,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2404
2408
  clip-rule="evenodd"
2405
2409
  />
2406
2410
  </svg>
2407
- `,dc=Object.freeze({__proto__:null,default:cc}),hc=Q`
2411
+ `,cc=Object.freeze({__proto__:null,default:sc}),dc=Q`
2408
2412
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2409
2413
  <path
2410
2414
  fill="currentColor"
@@ -2417,7 +2421,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2417
2421
  clip-rule="evenodd"
2418
2422
  />
2419
2423
  </svg>
2420
- `,uc=Object.freeze({__proto__:null,default:hc}),vc=Q`
2424
+ `,hc=Object.freeze({__proto__:null,default:dc}),uc=Q`
2421
2425
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2422
2426
  <path
2423
2427
  fill="currentColor"
@@ -2432,7 +2436,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2432
2436
  clip-rule="evenodd"
2433
2437
  />
2434
2438
  </svg>
2435
- `,gc=Object.freeze({__proto__:null,default:vc}),pc=Q`
2439
+ `,vc=Object.freeze({__proto__:null,default:uc}),gc=Q`
2436
2440
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2437
2441
  <path
2438
2442
  fill="currentColor"
@@ -2445,7 +2449,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2445
2449
  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"
2446
2450
  />
2447
2451
  </svg>
2448
- `,fc=Object.freeze({__proto__:null,default:pc}),mc=Q`
2452
+ `,pc=Object.freeze({__proto__:null,default:gc}),fc=Q`
2449
2453
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2450
2454
  <path
2451
2455
  fill="currentColor"
@@ -2454,7 +2458,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2454
2458
  clip-rule="evenodd"
2455
2459
  />
2456
2460
  </svg>
2457
- `,wc=Object.freeze({__proto__:null,default:mc}),_c=Q`
2461
+ `,mc=Object.freeze({__proto__:null,default:fc}),wc=Q`
2458
2462
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2459
2463
  <path
2460
2464
  fill="currentColor"
@@ -2467,7 +2471,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2467
2471
  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"
2468
2472
  />
2469
2473
  </svg>
2470
- `,bc=Object.freeze({__proto__:null,default:_c}),xc=Q`
2474
+ `,_c=Object.freeze({__proto__:null,default:wc}),bc=Q`
2471
2475
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2472
2476
  <path
2473
2477
  fill="currentColor"
@@ -2480,7 +2484,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2480
2484
  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"
2481
2485
  />
2482
2486
  </svg>
2483
- `,Zc=Object.freeze({__proto__:null,default:xc}),Cc=Q`
2487
+ `,xc=Object.freeze({__proto__:null,default:bc}),Cc=Q`
2484
2488
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2485
2489
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2486
2490
  <path
@@ -2490,7 +2494,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2490
2494
  clip-rule="evenodd"
2491
2495
  />
2492
2496
  </svg>
2493
- `,yc=Object.freeze({__proto__:null,default:Cc}),Mc=Q`
2497
+ `,Zc=Object.freeze({__proto__:null,default:Cc}),yc=Q`
2494
2498
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2495
2499
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2496
2500
  <path
@@ -2500,7 +2504,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2500
2504
  clip-rule="evenodd"
2501
2505
  />
2502
2506
  </svg>
2503
- `,Pc=Object.freeze({__proto__:null,default:Mc}),Vc=Q`
2507
+ `,Mc=Object.freeze({__proto__:null,default:yc}),Pc=Q`
2504
2508
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2505
2509
  <path
2506
2510
  fill="currentColor"
@@ -2513,14 +2517,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2513
2517
  clip-rule="evenodd"
2514
2518
  />
2515
2519
  </svg>
2516
- `,kc=Object.freeze({__proto__:null,default:Vc}),Hc=Q`
2520
+ `,Vc=Object.freeze({__proto__:null,default:Pc}),kc=Q`
2517
2521
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2518
2522
  <path
2519
2523
  fill="currentColor"
2520
2524
  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"
2521
2525
  />
2522
2526
  </svg>
2523
- `,$c=Object.freeze({__proto__:null,default:Hc}),zc=Q`
2527
+ `,Hc=Object.freeze({__proto__:null,default:kc}),$c=Q`
2524
2528
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2525
2529
  <path
2526
2530
  fill="currentColor"
@@ -2533,7 +2537,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2533
2537
  clip-rule="evenodd"
2534
2538
  />
2535
2539
  </svg>
2536
- `,Sc=Object.freeze({__proto__:null,default:zc}),Bc=Q`
2540
+ `,zc=Object.freeze({__proto__:null,default:$c}),Sc=Q`
2537
2541
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2538
2542
  <path
2539
2543
  fill="currentColor"
@@ -2542,7 +2546,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2542
2546
  clip-rule="evenodd"
2543
2547
  />
2544
2548
  </svg>
2545
- `,Oc=Object.freeze({__proto__:null,default:Bc}),jc=Q`
2549
+ `,Oc=Object.freeze({__proto__:null,default:Sc}),Bc=Q`
2546
2550
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2547
2551
  <path
2548
2552
  fill="currentColor"
@@ -2551,7 +2555,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2551
2555
  clip-rule="evenodd"
2552
2556
  />
2553
2557
  </svg>
2554
- `,Lc=Object.freeze({__proto__:null,default:jc}),Ac=Q`
2558
+ `,jc=Object.freeze({__proto__:null,default:Bc}),Lc=Q`
2555
2559
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2556
2560
  <path
2557
2561
  fill="currentColor"
@@ -2560,7 +2564,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2560
2564
  clip-rule="evenodd"
2561
2565
  />
2562
2566
  </svg>
2563
- `,Ec=Object.freeze({__proto__:null,default:Ac}),Rc=Q`
2567
+ `,Ac=Object.freeze({__proto__:null,default:Lc}),Ec=Q`
2564
2568
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2565
2569
  <path
2566
2570
  fill="currentColor"
@@ -2573,7 +2577,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2573
2577
  clip-rule="evenodd"
2574
2578
  />
2575
2579
  </svg>
2576
- `,Nc=Object.freeze({__proto__:null,default:Rc}),Ic=Q`
2580
+ `,Rc=Object.freeze({__proto__:null,default:Ec}),Nc=Q`
2577
2581
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2578
2582
  <path
2579
2583
  fill="currentColor"
@@ -2582,7 +2586,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2582
2586
  clip-rule="evenodd"
2583
2587
  />
2584
2588
  </svg>
2585
- `,Tc=Object.freeze({__proto__:null,default:Ic}),Dc=Q`
2589
+ `,Tc=Object.freeze({__proto__:null,default:Nc}),Ic=Q`
2586
2590
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2587
2591
  <path
2588
2592
  fill="currentColor"
@@ -2591,7 +2595,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2591
2595
  clip-rule="evenodd"
2592
2596
  />
2593
2597
  </svg>
2594
- `,Uc=Object.freeze({__proto__:null,default:Dc}),Fc=Q`
2598
+ `,Dc=Object.freeze({__proto__:null,default:Ic}),Uc=Q`
2595
2599
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2596
2600
  <path
2597
2601
  fill="currentColor"
@@ -2600,14 +2604,14 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2600
2604
  clip-rule="evenodd"
2601
2605
  />
2602
2606
  </svg>
2603
- `,Wc=Object.freeze({__proto__:null,default:Fc}),qc=Q`
2607
+ `,Fc=Object.freeze({__proto__:null,default:Uc}),Wc=Q`
2604
2608
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2605
2609
  <path
2606
2610
  fill="currentColor"
2607
2611
  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"
2608
2612
  />
2609
2613
  </svg>
2610
- `,Kc=Object.freeze({__proto__:null,default:qc}),Gc=Q`
2614
+ `,qc=Object.freeze({__proto__:null,default:Wc}),Kc=Q`
2611
2615
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2612
2616
  <path
2613
2617
  fill="currentColor"
@@ -2616,7 +2620,7 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2616
2620
  clip-rule="evenodd"
2617
2621
  />
2618
2622
  </svg>
2619
- `,Jc=Object.freeze({__proto__:null,default:Gc}),Xc=Q`
2623
+ `,Gc=Object.freeze({__proto__:null,default:Kc}),Jc=Q`
2620
2624
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2621
2625
  <path
2622
2626
  fill="currentColor"
@@ -2625,5 +2629,5 @@ class extends Ne{constructor(e){if(super(e),e.type!==Ae&&e.type!==Le&&e.type!==E
2625
2629
  clip-rule="evenodd"
2626
2630
  />
2627
2631
  </svg>
2628
- `,Yc=Object.freeze({__proto__:null,default:Xc})});
2632
+ `,Xc=Object.freeze({__proto__:null,default:Jc})});
2629
2633
  //# sourceMappingURL=index.umd.min.js.map