@govtechsg/sgds-web-component 3.25.0 → 3.25.1-rc.1

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 (220) hide show
  1. package/components/Checkbox/index.umd.min.js +233 -233
  2. package/components/Checkbox/index.umd.min.js.map +1 -1
  3. package/components/Checkbox/sgds-checkbox.d.ts +1 -0
  4. package/components/Checkbox/sgds-checkbox.js +6 -1
  5. package/components/Checkbox/sgds-checkbox.js.map +1 -1
  6. package/components/ComboBox/index.umd.min.js +241 -242
  7. package/components/ComboBox/index.umd.min.js.map +1 -1
  8. package/components/ComboBox/sgds-combo-box.js +0 -1
  9. package/components/ComboBox/sgds-combo-box.js.map +1 -1
  10. package/components/DataTable/data-table.js +6 -0
  11. package/components/DataTable/data-table.js.map +1 -0
  12. package/components/DataTable/index.d.ts +12 -0
  13. package/components/DataTable/index.js +11 -0
  14. package/components/DataTable/index.js.map +1 -0
  15. package/components/DataTable/index.umd.min.js +2633 -0
  16. package/components/DataTable/index.umd.min.js.map +1 -0
  17. package/components/DataTable/sgds-data-table-cell.d.ts +15 -0
  18. package/components/DataTable/sgds-data-table-cell.js +32 -0
  19. package/components/DataTable/sgds-data-table-cell.js.map +1 -0
  20. package/components/DataTable/sgds-data-table-head.d.ts +28 -0
  21. package/components/DataTable/sgds-data-table-head.js +69 -0
  22. package/components/DataTable/sgds-data-table-head.js.map +1 -0
  23. package/components/DataTable/sgds-data-table-row.d.ts +76 -0
  24. package/components/DataTable/sgds-data-table-row.js +333 -0
  25. package/components/DataTable/sgds-data-table-row.js.map +1 -0
  26. package/components/DataTable/sgds-data-table.d.ts +82 -0
  27. package/components/DataTable/sgds-data-table.js +405 -0
  28. package/components/DataTable/sgds-data-table.js.map +1 -0
  29. package/components/Datepicker/datepicker-calendar.js +4 -4
  30. package/components/Datepicker/datepicker-calendar.js.map +1 -1
  31. package/components/Datepicker/datepicker-header.js +2 -2
  32. package/components/Datepicker/datepicker-header.js.map +1 -1
  33. package/components/Datepicker/datepicker-input.js +13 -48
  34. package/components/Datepicker/datepicker-input.js.map +1 -1
  35. package/components/Datepicker/index.umd.min.js +341 -341
  36. package/components/Datepicker/index.umd.min.js.map +1 -1
  37. package/components/Datepicker/sgds-datepicker.js +6 -6
  38. package/components/Datepicker/sgds-datepicker.js.map +1 -1
  39. package/components/Footer/index.umd.min.js +1 -1
  40. package/components/Input/index.umd.min.js +2 -2
  41. package/components/Input/index.umd.min.js.map +1 -1
  42. package/components/Input/input.js +1 -1
  43. package/components/QuantityToggle/index.umd.min.js +1 -1
  44. package/components/QuantityToggle/index.umd.min.js.map +1 -1
  45. package/components/Select/index.umd.min.js +21 -22
  46. package/components/Select/index.umd.min.js.map +1 -1
  47. package/components/Select/sgds-select.js +0 -1
  48. package/components/Select/sgds-select.js.map +1 -1
  49. package/components/Sidebar/index.umd.min.js +24 -24
  50. package/components/Sidebar/index.umd.min.js.map +1 -1
  51. package/components/Sidebar/sgds-sidebar-group.d.ts +1 -0
  52. package/components/Sidebar/sgds-sidebar-group.js +7 -1
  53. package/components/Sidebar/sgds-sidebar-group.js.map +1 -1
  54. package/components/Sidebar/sgds-sidebar-section.d.ts +1 -0
  55. package/components/Sidebar/sgds-sidebar-section.js +12 -2
  56. package/components/Sidebar/sgds-sidebar-section.js.map +1 -1
  57. package/components/Sidebar/sgds-sidebar.d.ts +6 -5
  58. package/components/Sidebar/sgds-sidebar.js +25 -0
  59. package/components/Sidebar/sgds-sidebar.js.map +1 -1
  60. package/components/Sidebar/sidebar-element.d.ts +2 -2
  61. package/components/Sidebar/sidebar-element.js +12 -34
  62. package/components/Sidebar/sidebar-element.js.map +1 -1
  63. package/components/Sidebar/types.d.ts +3 -0
  64. package/components/Subnav/index.umd.min.js +1 -1
  65. package/components/Tab/index.umd.min.js +8 -8
  66. package/components/Tab/index.umd.min.js.map +1 -1
  67. package/components/Tab/sgds-tab-group.d.ts +2 -0
  68. package/components/Tab/sgds-tab-group.js +9 -0
  69. package/components/Tab/sgds-tab-group.js.map +1 -1
  70. package/components/Tab/tab-group.js +1 -1
  71. package/components/Tab/tab-panel.js +1 -1
  72. package/components/Tab/tab.js +1 -1
  73. package/components/Textarea/index.umd.min.js +1 -1
  74. package/components/index.d.ts +4 -0
  75. package/components/index.js +4 -0
  76. package/components/index.js.map +1 -1
  77. package/components/index.umd.min.js +567 -475
  78. package/components/index.umd.min.js.map +1 -1
  79. package/css/fouc.css +4 -0
  80. package/css/grid.css +347 -124
  81. package/css/grid.js +1 -1
  82. package/css/utility.css +0 -1
  83. package/custom-elements.json +1568 -155
  84. package/index.d.ts +1 -0
  85. package/index.js +1 -0
  86. package/index.js.map +1 -1
  87. package/index.umd.min.js +422 -330
  88. package/index.umd.min.js.map +1 -1
  89. package/package.json +1 -3
  90. package/react/components/Checkbox/sgds-checkbox.cjs.js +6 -1
  91. package/react/components/Checkbox/sgds-checkbox.cjs.js.map +1 -1
  92. package/react/components/Checkbox/sgds-checkbox.js +6 -1
  93. package/react/components/Checkbox/sgds-checkbox.js.map +1 -1
  94. package/react/components/ComboBox/sgds-combo-box.cjs.js +0 -1
  95. package/react/components/ComboBox/sgds-combo-box.cjs.js.map +1 -1
  96. package/react/components/ComboBox/sgds-combo-box.js +0 -1
  97. package/react/components/ComboBox/sgds-combo-box.js.map +1 -1
  98. package/react/components/DataTable/data-table.cjs.js +11 -0
  99. package/react/components/DataTable/data-table.cjs.js.map +1 -0
  100. package/react/components/DataTable/data-table.js +7 -0
  101. package/react/components/DataTable/data-table.js.map +1 -0
  102. package/react/components/DataTable/sgds-data-table-cell.cjs.js +38 -0
  103. package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -0
  104. package/react/components/DataTable/sgds-data-table-cell.js +33 -0
  105. package/react/components/DataTable/sgds-data-table-cell.js.map +1 -0
  106. package/react/components/DataTable/sgds-data-table-head.cjs.js +75 -0
  107. package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -0
  108. package/react/components/DataTable/sgds-data-table-head.js +70 -0
  109. package/react/components/DataTable/sgds-data-table-head.js.map +1 -0
  110. package/react/components/DataTable/sgds-data-table-row.cjs.js +339 -0
  111. package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -0
  112. package/react/components/DataTable/sgds-data-table-row.js +334 -0
  113. package/react/components/DataTable/sgds-data-table-row.js.map +1 -0
  114. package/react/components/DataTable/sgds-data-table.cjs.js +411 -0
  115. package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -0
  116. package/react/components/DataTable/sgds-data-table.js +406 -0
  117. package/react/components/DataTable/sgds-data-table.js.map +1 -0
  118. package/react/components/Datepicker/datepicker-calendar.cjs.js +4 -4
  119. package/react/components/Datepicker/datepicker-calendar.cjs.js.map +1 -1
  120. package/react/components/Datepicker/datepicker-calendar.js +4 -4
  121. package/react/components/Datepicker/datepicker-calendar.js.map +1 -1
  122. package/react/components/Datepicker/datepicker-header.cjs.js +2 -2
  123. package/react/components/Datepicker/datepicker-header.cjs.js.map +1 -1
  124. package/react/components/Datepicker/datepicker-header.js +2 -2
  125. package/react/components/Datepicker/datepicker-header.js.map +1 -1
  126. package/react/components/Datepicker/datepicker-input.cjs.js +13 -52
  127. package/react/components/Datepicker/datepicker-input.cjs.js.map +1 -1
  128. package/react/components/Datepicker/datepicker-input.js +13 -48
  129. package/react/components/Datepicker/datepicker-input.js.map +1 -1
  130. package/react/components/Datepicker/sgds-datepicker.cjs.js +6 -6
  131. package/react/components/Datepicker/sgds-datepicker.cjs.js.map +1 -1
  132. package/react/components/Datepicker/sgds-datepicker.js +6 -6
  133. package/react/components/Datepicker/sgds-datepicker.js.map +1 -1
  134. package/react/components/Input/input.cjs.js +1 -1
  135. package/react/components/Input/input.js +1 -1
  136. package/react/components/Select/sgds-select.cjs.js +0 -1
  137. package/react/components/Select/sgds-select.cjs.js.map +1 -1
  138. package/react/components/Select/sgds-select.js +0 -1
  139. package/react/components/Select/sgds-select.js.map +1 -1
  140. package/react/components/Sidebar/sgds-sidebar-group.cjs.js +7 -1
  141. package/react/components/Sidebar/sgds-sidebar-group.cjs.js.map +1 -1
  142. package/react/components/Sidebar/sgds-sidebar-group.js +7 -1
  143. package/react/components/Sidebar/sgds-sidebar-group.js.map +1 -1
  144. package/react/components/Sidebar/sgds-sidebar-section.cjs.js +12 -2
  145. package/react/components/Sidebar/sgds-sidebar-section.cjs.js.map +1 -1
  146. package/react/components/Sidebar/sgds-sidebar-section.js +12 -2
  147. package/react/components/Sidebar/sgds-sidebar-section.js.map +1 -1
  148. package/react/components/Sidebar/sgds-sidebar.cjs.js +25 -0
  149. package/react/components/Sidebar/sgds-sidebar.cjs.js.map +1 -1
  150. package/react/components/Sidebar/sgds-sidebar.js +25 -0
  151. package/react/components/Sidebar/sgds-sidebar.js.map +1 -1
  152. package/react/components/Sidebar/sidebar-element.cjs.js +12 -34
  153. package/react/components/Sidebar/sidebar-element.cjs.js.map +1 -1
  154. package/react/components/Sidebar/sidebar-element.js +12 -34
  155. package/react/components/Sidebar/sidebar-element.js.map +1 -1
  156. package/react/components/Tab/sgds-tab-group.cjs.js +9 -0
  157. package/react/components/Tab/sgds-tab-group.cjs.js.map +1 -1
  158. package/react/components/Tab/sgds-tab-group.js +9 -0
  159. package/react/components/Tab/sgds-tab-group.js.map +1 -1
  160. package/react/components/Tab/tab-group.cjs.js +1 -1
  161. package/react/components/Tab/tab-group.js +1 -1
  162. package/react/components/Tab/tab-panel.cjs.js +1 -1
  163. package/react/components/Tab/tab-panel.js +1 -1
  164. package/react/components/Tab/tab.cjs.js +1 -1
  165. package/react/components/Tab/tab.js +1 -1
  166. package/react/css/grid.cjs.js +1 -1
  167. package/react/css/grid.js +1 -1
  168. package/react/data-table/index.cjs.js +44 -0
  169. package/react/data-table/index.cjs.js.map +1 -0
  170. package/react/data-table/index.d.ts +4 -0
  171. package/react/data-table/index.js +20 -0
  172. package/react/data-table/index.js.map +1 -0
  173. package/react/data-table-cell/index.cjs.js +40 -0
  174. package/react/data-table-cell/index.cjs.js.map +1 -0
  175. package/react/data-table-cell/index.d.ts +4 -0
  176. package/react/data-table-cell/index.js +16 -0
  177. package/react/data-table-cell/index.js.map +1 -0
  178. package/react/data-table-head/index.cjs.js +40 -0
  179. package/react/data-table-head/index.cjs.js.map +1 -0
  180. package/react/data-table-head/index.d.ts +4 -0
  181. package/react/data-table-head/index.js +16 -0
  182. package/react/data-table-head/index.js.map +1 -0
  183. package/react/data-table-row/index.cjs.js +45 -0
  184. package/react/data-table-row/index.cjs.js.map +1 -0
  185. package/react/data-table-row/index.d.ts +4 -0
  186. package/react/data-table-row/index.js +21 -0
  187. package/react/data-table-row/index.js.map +1 -0
  188. package/react/index.cjs.js +126 -118
  189. package/react/index.cjs.js.map +1 -1
  190. package/react/index.d.ts +4 -0
  191. package/react/index.js +4 -0
  192. package/react/index.js.map +1 -1
  193. package/react/sidebar/index.cjs.js +3 -1
  194. package/react/sidebar/index.cjs.js.map +1 -1
  195. package/react/sidebar/index.js +3 -1
  196. package/react/sidebar/index.js.map +1 -1
  197. package/react/styles/form-text-control.cjs.js +1 -1
  198. package/react/styles/form-text-control.js +1 -1
  199. package/react/utils/date-helpers.cjs.js +120 -0
  200. package/react/utils/date-helpers.cjs.js.map +1 -0
  201. package/react/utils/date-helpers.js +108 -0
  202. package/react/utils/date-helpers.js.map +1 -0
  203. package/react/utils/date-mask.cjs.js +203 -0
  204. package/react/utils/date-mask.cjs.js.map +1 -0
  205. package/react/utils/date-mask.js +199 -0
  206. package/react/utils/date-mask.js.map +1 -0
  207. package/react/utils/time.cjs.js +7 -7
  208. package/react/utils/time.cjs.js.map +1 -1
  209. package/react/utils/time.js +1 -1
  210. package/react/utils/time.js.map +1 -1
  211. package/styles/form-text-control.js +1 -1
  212. package/types/react.d.ts +103 -0
  213. package/utils/date-helpers.d.ts +22 -0
  214. package/utils/date-helpers.js +107 -0
  215. package/utils/date-helpers.js.map +1 -0
  216. package/utils/date-mask.d.ts +44 -0
  217. package/utils/date-mask.js +198 -0
  218. package/utils/date-mask.js.map +1 -0
  219. package/utils/time.js +1 -1
  220. package/utils/time.js.map +1 -1
@@ -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},c=l?e=>e:e=>e instanceof CSSStyleSheet?n(e):e,{is:s,defineProperty:h,getOwnPropertyDescriptor:d,getOwnPropertyNames:u,getOwnPropertySymbols:v,getPrototypeOf:f}=Object,p=globalThis;let g;const w=p.trustedTypes,m=w?w.emptyScript:"",_=p.reactiveElementPolyfillSupportDevMode;p.litIssuedWarnings??=new Set,g=(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(()=>{g("dev-mode","Lit is in dev mode. Not recommended for production!"),p.ShadyDOM?.inUse&&void 0===_&&g("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const Z=(e,t)=>e,b={toAttribute(e,t){switch(t){case Boolean:e=e?m:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let 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)=>!s(e,t),x={attribute:!0,type:String,converter:b,reflect:!1,useDefault:!1,hasChanged:C};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;class M 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=x){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&&h(this.prototype,e,r)}}static getPropertyDescriptor(e,t,l){const{get:r,set:i}=d(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==r){if("value"in(d(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.`);g("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)??x}static __prepare(){if(this.hasOwnProperty(Z("elementProperties")))return;const e=f(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Z("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(Z("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")&&g("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&g("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(c(e))}else void 0!==e&&t.push(c(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:b).toAttribute(t,l.type);this.constructor.enabledWarnings.includes("migration")&&void 0===i&&g("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:b;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&&g("","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&&g("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 f(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")&&g("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){}}M.elementStyles=[],M.shadowRootOptions={mode:"open"},M[Z("elementProperties")]=new Map,M[Z("finalized")]=new Map,_?.({ReactiveElement:M});{M.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(Z("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};M.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},M.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(()=>{g("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},c=l?e=>e:e=>e instanceof CSSStyleSheet?n(e):e,{is:s,defineProperty:h,getOwnPropertyDescriptor:d,getOwnPropertyNames:u,getOwnPropertySymbols:v,getPrototypeOf:f}=Object,p=globalThis;let g;const w=p.trustedTypes,m=w?w.emptyScript:"",_=p.reactiveElementPolyfillSupportDevMode;p.litIssuedWarnings??=new Set,g=(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(()=>{g("dev-mode","Lit is in dev mode. Not recommended for production!"),p.ShadyDOM?.inUse&&void 0===_&&g("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const Z=(e,t)=>e,C={toAttribute(e,t){switch(t){case Boolean:e=e?m:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let 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}},b=(e,t)=>!s(e,t),x={attribute:!0,type:String,converter:C,reflect:!1,useDefault:!1,hasChanged:b};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;class M 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=x){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&&h(this.prototype,e,r)}}static getPropertyDescriptor(e,t,l){const{get:r,set:i}=d(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==r){if("value"in(d(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.`);g("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)??x}static __prepare(){if(this.hasOwnProperty(Z("elementProperties")))return;const e=f(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Z("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(Z("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")&&g("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&g("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(c(e))}else void 0!==e&&t.push(c(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:C).toAttribute(t,l.type);this.constructor.enabledWarnings.includes("migration")&&void 0===i&&g("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:C;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&&g("","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??b)(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&&g("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 f(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")&&g("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){}}M.elementStyles=[],M.shadowRootOptions={mode:"open"},M[Z("elementProperties")]=new Map,M[Z("finalized")]=new Map,_?.({ReactiveElement:M});{M.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(Z("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};M.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},M.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(()=>{g("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 V=globalThis,y=e=>{V.emitLitDebugLogEvents&&V.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let H,P=0;V.litIssuedWarnings??=new Set,H=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",V.litIssuedWarnings.has(t)||V.litIssuedWarnings.has(e)||(console.warn(t),V.litIssuedWarnings.add(t))},queueMicrotask(()=>{H("dev-mode","Lit is in dev mode. Not recommended for production!")});const z=V.ShadyDOM?.inUse&&!0===V.ShadyDOM?.noPatch?V.ShadyDOM.wrap:e=>e,k=V.trustedTypes,O=k?k.createPolicy("lit-html",{createHTML:e=>e}):void 0,j=e=>e,B=(e,t,l)=>j,$=e=>{if(oe!==B)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");oe=e},S=()=>{oe=B},L=(e,t,l)=>oe(e,t,l),A="$lit$",E=`lit$${Math.random().toFixed(9).slice(2)}$`,T="?"+E,I=`<${T}>`,U=document,N=()=>U.createComment(""),R=e=>null===e||"object"!=typeof e&&"function"!=typeof e,F=Array.isArray,D="[ \t\n\f\r]",q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,W=/-->/g,G=/>/g,K=new RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),J=/'/g,Y=/"/g,X=/^(?: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$)&&H("","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=U.createTreeWalker(U,129);let oe=B;function ae(e,t){if(!F(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!==O?O.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,[c,s]=((e,t)=>{const l=e.length-1,r=[];let i,o=2===t?"<svg>":3===t?"<math>":"",a=q;for(let t=0;t<l;t++){const l=e[t];let n,c,s=-1,h=0;for(;h<l.length&&(a.lastIndex=h,c=a.exec(l),null!==c);)if(h=a.lastIndex,a===q){if("!--"===c[1])a=W;else if(void 0!==c[1])a=G;else if(void 0!==c[2])X.test(c[2])&&(i=new RegExp(`</${c[2]}`,"g")),a=K;else if(void 0!==c[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===K?">"===c[0]?(a=i??q,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,n=c[1],a=void 0===c[3]?K:'"'===c[3]?Y:J):a===Y||a===J?a=K:a===W||a===G?a=q:(a=K,i=void 0);console.assert(-1===s||a===K||a===J||a===Y,"unexpected parse state B");const d=a===K&&e[t+1].startsWith("/>")?" ":"";o+=a===q?l+I:s>=0?(r.push(n),l.slice(0,s)+A+l.slice(s)+E+d):l+E+(-2===s?t:d)}return[ae(e,o+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),r]})(e,t);if(this.el=ne.createElement(c,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);H("",t)}}if(r.hasAttributes())for(const e of r.getAttributeNames())if(e.endsWith(A)){const t=s[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]?fe:de}),r.removeAttribute(e)}else e.startsWith(E)&&(n.push({type:6,index:i}),r.removeAttribute(e));if(X.test(r.tagName)){const e=r.textContent.split(E),t=e.length-1;if(t>0){r.textContent=k?k.emptyScript:"";for(let l=0;l<t;l++)r.append(e[l],N()),ie.nextNode(),n.push({type:2,index:++i});r.append(e[t],N())}}}else if(8===r.nodeType){if(r.data===T)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(s.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("${...}")+"`");y&&y({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=U.createElement("template");return l.innerHTML=e,l}}function ce(e,t,l=e,r){if(t===te)return t;let i=void 0!==r?l.__directives?.[r]:l.__directive;const o=R(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=ce(e,i._$resolve(e,t.values),i,r)),t}class se{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??U).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 he(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=U,r}_update(e){let t=0;for(const l of this._$parts)void 0!==l&&(y&&y({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 he{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=z(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ce(this,e,t),R(e))e===le||null==e||""===e?(this._$committedValue!==le&&(y&&y({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=>F(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return z(z(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),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)}}y&&y({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&&R(this._$committedValue)){const t=z(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),y&&y({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=U.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),y&&y({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)y&&y({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 se(r,this),l=e._clone(this.options);y&&y({kind:"template instantiated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),e._update(t),y&&y({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){F(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 he(this._insert(N()),this._insert(N()),this,this.options)):l=t[r],l._$setValue(i),r++;r<t.length&&(this._$clear(l&&z(l._$endNode).nextSibling,r),t.length=r)}_$clear(e=z(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=z(e).nextSibling;z(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class de{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=ce(this,e,t,0),o=!R(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=ce(this,r[l+a],t,a),n===te&&(n=this._$committedValue[a]),o||=!R(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?z(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"attribute")),e=this._sanitizer(e??""),y&&y({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),z(this.element).setAttribute(this.name,e??""))}}class ue extends de{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"property")),e=this._sanitizer(e),y&&y({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 de{constructor(){super(...arguments),this.type=4}_commitValue(e){y&&y({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===le),options:this.options}),z(this.element).toggleAttribute(this.name,!!e&&e!==le)}}class fe extends de{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=ce(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);y&&y({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){y&&y({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ce(this,e)}}const ge=V.litHtmlPolyfillSupportDevMode;ge?.(ne,he),(V.litHtmlVersions??=[]).push("3.3.2"),V.litHtmlVersions.length>1&&queueMicrotask(()=>{H("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const we=(e,t,l)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const r=P++,i=l?.renderBefore??t;let o=i._$litPart$;if(y&&y({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 he(t.insertBefore(N(),e),e,void 0,l??{})}return o._$setValue(e),y&&y({kind:"end render",id:r,value:e,container:t,options:l,part:o}),o};we.setSanitizer=$,we.createSanitizer=L,we._testOnlyClearSanitizerFactoryDoNotCallOrElse=S;
13
+ const V=globalThis,y=e=>{V.emitLitDebugLogEvents&&V.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let H,P=0;V.litIssuedWarnings??=new Set,H=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",V.litIssuedWarnings.has(t)||V.litIssuedWarnings.has(e)||(console.warn(t),V.litIssuedWarnings.add(t))},queueMicrotask(()=>{H("dev-mode","Lit is in dev mode. Not recommended for production!")});const z=V.ShadyDOM?.inUse&&!0===V.ShadyDOM?.noPatch?V.ShadyDOM.wrap:e=>e,O=V.trustedTypes,k=O?O.createPolicy("lit-html",{createHTML:e=>e}):void 0,j=e=>e,B=(e,t,l)=>j,S=e=>{if(oe!==B)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");oe=e},$=()=>{oe=B},L=(e,t,l)=>oe(e,t,l),A="$lit$",E=`lit$${Math.random().toFixed(9).slice(2)}$`,T="?"+E,I=`<${T}>`,U=document,N=()=>U.createComment(""),R=e=>null===e||"object"!=typeof e&&"function"!=typeof e,F=Array.isArray,D="[ \t\n\f\r]",q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,W=/-->/g,G=/>/g,K=new RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \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$)&&H("","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=U.createTreeWalker(U,129);let oe=B;function ae(e,t){if(!F(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!==k?k.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,[c,s]=((e,t)=>{const l=e.length-1,r=[];let i,o=2===t?"<svg>":3===t?"<math>":"",a=q;for(let t=0;t<l;t++){const l=e[t];let n,c,s=-1,h=0;for(;h<l.length&&(a.lastIndex=h,c=a.exec(l),null!==c);)if(h=a.lastIndex,a===q){if("!--"===c[1])a=W;else if(void 0!==c[1])a=G;else if(void 0!==c[2])Y.test(c[2])&&(i=new RegExp(`</${c[2]}`,"g")),a=K;else if(void 0!==c[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===K?">"===c[0]?(a=i??q,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,n=c[1],a=void 0===c[3]?K:'"'===c[3]?X:J):a===X||a===J?a=K:a===W||a===G?a=q:(a=K,i=void 0);console.assert(-1===s||a===K||a===J||a===X,"unexpected parse state B");const d=a===K&&e[t+1].startsWith("/>")?" ":"";o+=a===q?l+I:s>=0?(r.push(n),l.slice(0,s)+A+l.slice(s)+E+d):l+E+(-2===s?t:d)}return[ae(e,o+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),r]})(e,t);if(this.el=ne.createElement(c,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);H("",t)}}if(r.hasAttributes())for(const e of r.getAttributeNames())if(e.endsWith(A)){const t=s[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]?fe:de}),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=O?O.emptyScript:"";for(let l=0;l<t;l++)r.append(e[l],N()),ie.nextNode(),n.push({type:2,index:++i});r.append(e[t],N())}}}else if(8===r.nodeType){if(r.data===T)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(s.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("${...}")+"`");y&&y({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=U.createElement("template");return l.innerHTML=e,l}}function ce(e,t,l=e,r){if(t===te)return t;let i=void 0!==r?l.__directives?.[r]:l.__directive;const o=R(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=ce(e,i._$resolve(e,t.values),i,r)),t}class se{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??U).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 he(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=U,r}_update(e){let t=0;for(const l of this._$parts)void 0!==l&&(y&&y({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 he{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=z(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ce(this,e,t),R(e))e===le||null==e||""===e?(this._$committedValue!==le&&(y&&y({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=>F(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return z(z(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),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)}}y&&y({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&&R(this._$committedValue)){const t=z(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),y&&y({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=U.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=L(t,"data","property")),e=this._textSanitizer(e),y&&y({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)y&&y({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 se(r,this),l=e._clone(this.options);y&&y({kind:"template instantiated",template:r,instance:e,parts:e._$parts,options:this.options,fragment:l,values:t}),e._update(t),y&&y({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){F(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 he(this._insert(N()),this._insert(N()),this,this.options)):l=t[r],l._$setValue(i),r++;r<t.length&&(this._$clear(l&&z(l._$endNode).nextSibling,r),t.length=r)}_$clear(e=z(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=z(e).nextSibling;z(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class de{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=ce(this,e,t,0),o=!R(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=ce(this,r[l+a],t,a),n===te&&(n=this._$committedValue[a]),o||=!R(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?z(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"attribute")),e=this._sanitizer(e??""),y&&y({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),z(this.element).setAttribute(this.name,e??""))}}class ue extends de{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=oe(this.element,this.name,"property")),e=this._sanitizer(e),y&&y({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 de{constructor(){super(...arguments),this.type=4}_commitValue(e){y&&y({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===le),options:this.options}),z(this.element).toggleAttribute(this.name,!!e&&e!==le)}}class fe extends de{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=ce(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);y&&y({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){y&&y({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ce(this,e)}}const ge=V.litHtmlPolyfillSupportDevMode;ge?.(ne,he),(V.litHtmlVersions??=[]).push("3.3.2"),V.litHtmlVersions.length>1&&queueMicrotask(()=>{H("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const we=(e,t,l)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const r=P++,i=l?.renderBefore??t;let o=i._$litPart$;if(y&&y({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 he(t.insertBefore(N(),e),e,void 0,l??{})}return o._$setValue(e),y&&y({kind:"end render",id:r,value:e,container:t,options:l,part:o}),o};we.setSanitizer=S,we.createSanitizer=L,we._testOnlyClearSanitizerFactoryDoNotCallOrElse=$;
14
14
  /**
15
15
  * @license
16
16
  * Copyright 2017 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
18
  */
19
- const me=globalThis;let _e;me.litIssuedWarnings??=new Set,_e=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,me.litIssuedWarnings.has(t)||me.litIssuedWarnings.has(e)||(console.warn(t),me.litIssuedWarnings.add(t))};class Ze extends M{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=we(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return te}}var be;Ze._$litElement$=!0,Ze[(be="finalized",be)]=!0,me.litElementHydrateSupport?.({LitElement:Ze});const Ce=me.litElementPolyfillSupportDevMode;
19
+ const me=globalThis;let _e;me.litIssuedWarnings??=new Set,_e=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,me.litIssuedWarnings.has(t)||me.litIssuedWarnings.has(e)||(console.warn(t),me.litIssuedWarnings.add(t))};class Ze extends M{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=we(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return te}}var Ce;Ze._$litElement$=!0,Ze[(Ce="finalized",Ce)]=!0,me.litElementHydrateSupport?.({LitElement:Ze});const be=me.litElementPolyfillSupportDevMode;
20
20
  /**
21
21
  * @license
22
22
  * Copyright 2017 Google LLC
23
23
  * SPDX-License-Identifier: BSD-3-Clause
24
24
  */
25
- let xe;Ce?.({LitElement:Ze}),(me.litElementVersions??=[]).push("4.2.2"),me.litElementVersions.length>1&&queueMicrotask(()=>{_e("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,xe=(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 Me={attribute:!0,type:String,converter:b,reflect:!1,hasChanged:C},Ve=(e=Me,t,l)=>{const{kind:r,metadata:i}=l;null==i&&xe("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 ye(e){return(t,l)=>"object"==typeof l?Ve(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 xe;be?.({LitElement:Ze}),(me.litElementVersions??=[]).push("4.2.2"),me.litElementVersions.length>1&&queueMicrotask(()=>{_e("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,xe=(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 Me={attribute:!0,type:String,converter:C,reflect:!1,hasChanged:b},Ve=(e=Me,t,l)=>{const{kind:r,metadata:i}=l;null==i&&xe("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 ye(e){return(t,l)=>"object"==typeof l?Ve(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
@@ -54,12 +54,12 @@ function ze(e){return(t,l)=>Pe(t,l,{async get(){return await this.updateComplete
54
54
  * Copyright 2017 Google LLC
55
55
  * SPDX-License-Identifier: BSD-3-Clause
56
56
  */
57
- const ke=1,Oe=3,je=4,Be=e=>(...t)=>({_$litDirective$:e,values:t});class $e{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,l){this.__part=e,this._$parent=t,this.__attributeIndex=l}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
57
+ const Oe=1,ke=3,je=4,Be=e=>(...t)=>({_$litDirective$:e,values:t});class Se{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,l){this.__part=e,this._$parent=t,this.__attributeIndex=l}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
58
58
  /**
59
59
  * @license
60
60
  * Copyright 2018 Google LLC
61
61
  * SPDX-License-Identifier: BSD-3-Clause
62
- */const Se=Be(class extends $e{constructor(e){if(super(e),e.type!==ke||"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}});
62
+ */const $e=Be(class extends Se{constructor(e){if(super(e),e.type!==Oe||"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}});
63
63
  /**
64
64
  * @license
65
65
  * Copyright 2018 Google LLC
@@ -76,14 +76,14 @@ window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;cons
76
76
  * Copyright 2020 Google LLC
77
77
  * SPDX-License-Identifier: BSD-3-Clause
78
78
  */
79
- class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==je)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===Oe){if(t===l[r])return te}else if(e.type===je){if(!!t===l.hasAttribute(r))return te}else if(e.type===ke&&l.getAttribute(r)===String(t))return te;return((e,t=Le)=>{e._$committedValue=t})(e),t}}),Ee={announcement:()=>Promise.resolve().then(function(){return ct}),archive:()=>Promise.resolve().then(function(){return ht}),"arrow-bar-down":()=>Promise.resolve().then(function(){return ut}),"arrow-bar-left":()=>Promise.resolve().then(function(){return ft}),"arrow-bar-right":()=>Promise.resolve().then(function(){return gt}),"arrow-bar-up":()=>Promise.resolve().then(function(){return mt}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Zt}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Ct}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Mt}),"arrow-circle-up":()=>Promise.resolve().then(function(){return yt}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Pt}),"arrow-down":()=>Promise.resolve().then(function(){return kt}),"arrow-left":()=>Promise.resolve().then(function(){return jt}),"arrow-repeat":()=>Promise.resolve().then(function(){return $t}),"arrow-right":()=>Promise.resolve().then(function(){return Lt}),"arrow-square-down":()=>Promise.resolve().then(function(){return Et}),"arrow-square-left":()=>Promise.resolve().then(function(){return It}),"arrow-square-right":()=>Promise.resolve().then(function(){return Nt}),"arrow-square-up":()=>Promise.resolve().then(function(){return Ft}),"arrow-up":()=>Promise.resolve().then(function(){return qt}),"bank-fill":()=>Promise.resolve().then(function(){return Gt}),"bell-slash":()=>Promise.resolve().then(function(){return Jt}),bell:()=>Promise.resolve().then(function(){return Xt}),"bi-funnel":()=>Promise.resolve().then(function(){return el}),"bookmark-fill":()=>Promise.resolve().then(function(){return ll}),bookmark:()=>Promise.resolve().then(function(){return il}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return al}),"box-seam":()=>Promise.resolve().then(function(){return cl}),building:()=>Promise.resolve().then(function(){return hl}),bus:()=>Promise.resolve().then(function(){return ul}),calculator:()=>Promise.resolve().then(function(){return fl}),"calendar-check":()=>Promise.resolve().then(function(){return gl}),"calendar-heart":()=>Promise.resolve().then(function(){return ml}),"calendar-x":()=>Promise.resolve().then(function(){return Zl}),calendar:()=>Promise.resolve().then(function(){return Cl}),camera:()=>Promise.resolve().then(function(){return Ml}),car:()=>Promise.resolve().then(function(){return yl}),"chat-dots":()=>Promise.resolve().then(function(){return Pl}),"chat-left-text":()=>Promise.resolve().then(function(){return kl}),chat:()=>Promise.resolve().then(function(){return jl}),"check-circle-fill":()=>Promise.resolve().then(function(){return $l}),"check-circle":()=>Promise.resolve().then(function(){return Ll}),check:()=>Promise.resolve().then(function(){return El}),"chevron-down":()=>Promise.resolve().then(function(){return Il}),"chevron-left":()=>Promise.resolve().then(function(){return Nl}),"chevron-right":()=>Promise.resolve().then(function(){return Fl}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return ql}),"chevron-up":()=>Promise.resolve().then(function(){return Gl}),clock:()=>Promise.resolve().then(function(){return Jl}),"cloud-check":()=>Promise.resolve().then(function(){return Xl}),"cloud-download":()=>Promise.resolve().then(function(){return er}),"cloud-upload":()=>Promise.resolve().then(function(){return lr}),cloud:()=>Promise.resolve().then(function(){return ir}),"code-square":()=>Promise.resolve().then(function(){return ar}),"coins-hand":()=>Promise.resolve().then(function(){return cr}),compass:()=>Promise.resolve().then(function(){return hr}),copy:()=>Promise.resolve().then(function(){return ur}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return fr}),cross:()=>Promise.resolve().then(function(){return gr}),"cursor-fill":()=>Promise.resolve().then(function(){return mr}),cursor:()=>Promise.resolve().then(function(){return Zr}),"dash-circle":()=>Promise.resolve().then(function(){return Cr}),"dash-square":()=>Promise.resolve().then(function(){return Mr}),dash:()=>Promise.resolve().then(function(){return yr}),database:()=>Promise.resolve().then(function(){return Pr}),dataflow:()=>Promise.resolve().then(function(){return kr}),download:()=>Promise.resolve().then(function(){return jr}),edit:()=>Promise.resolve().then(function(){return $r}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return Lr}),"exclamation-circle":()=>Promise.resolve().then(function(){return Er}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return Ir}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Nr}),exclamation:()=>Promise.resolve().then(function(){return Fr}),"eye-fill":()=>Promise.resolve().then(function(){return qr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Gr}),"eye-slash":()=>Promise.resolve().then(function(){return Jr}),eye:()=>Promise.resolve().then(function(){return Xr}),"face-smile-fill":()=>Promise.resolve().then(function(){return ei}),"face-smile":()=>Promise.resolve().then(function(){return li}),facebook:()=>Promise.resolve().then(function(){return ii}),"file-earmark-text":()=>Promise.resolve().then(function(){return ai}),"file-pdf":()=>Promise.resolve().then(function(){return ci}),"file-plus":()=>Promise.resolve().then(function(){return hi}),"file-text":()=>Promise.resolve().then(function(){return ui}),file:()=>Promise.resolve().then(function(){return fi}),files:()=>Promise.resolve().then(function(){return gi}),fingerprint:()=>Promise.resolve().then(function(){return mi}),flash:()=>Promise.resolve().then(function(){return Zi}),"folder-check":()=>Promise.resolve().then(function(){return Ci}),"folder-minus":()=>Promise.resolve().then(function(){return Mi}),"folder-plus":()=>Promise.resolve().then(function(){return yi}),folder:()=>Promise.resolve().then(function(){return Pi}),gear:()=>Promise.resolve().then(function(){return ki}),"geo-alt":()=>Promise.resolve().then(function(){return ji}),"geo-fill":()=>Promise.resolve().then(function(){return $i}),geo:()=>Promise.resolve().then(function(){return Li}),"globe-alt":()=>Promise.resolve().then(function(){return Ei}),globe:()=>Promise.resolve().then(function(){return Ii}),google:()=>Promise.resolve().then(function(){return Ni}),"grid-alt":()=>Promise.resolve().then(function(){return Fi}),"grid-fill":()=>Promise.resolve().then(function(){return qi}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Gi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Ji}),"hard-drive":()=>Promise.resolve().then(function(){return Xi}),heart:()=>Promise.resolve().then(function(){return eo}),"house-door":()=>Promise.resolve().then(function(){return lo}),house:()=>Promise.resolve().then(function(){return io}),image:()=>Promise.resolve().then(function(){return ao}),"in-box":()=>Promise.resolve().then(function(){return co}),"info-circle-fill":()=>Promise.resolve().then(function(){return ho}),"info-circle":()=>Promise.resolve().then(function(){return vo}),instagram:()=>Promise.resolve().then(function(){return po}),key:()=>Promise.resolve().then(function(){return wo}),"laptop-gear":()=>Promise.resolve().then(function(){return _o}),laptop:()=>Promise.resolve().then(function(){return bo}),layers:()=>Promise.resolve().then(function(){return xo}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Vo}),"layout-text-window":()=>Promise.resolve().then(function(){return Ho}),layout:()=>Promise.resolve().then(function(){return zo}),"life-buoy":()=>Promise.resolve().then(function(){return Oo}),lightbulb:()=>Promise.resolve().then(function(){return Bo}),link:()=>Promise.resolve().then(function(){return So}),linkedin:()=>Promise.resolve().then(function(){return Ao}),list:()=>Promise.resolve().then(function(){return To}),"lock-fill":()=>Promise.resolve().then(function(){return Uo}),lock:()=>Promise.resolve().then(function(){return Ro}),login:()=>Promise.resolve().then(function(){return Do}),logout:()=>Promise.resolve().then(function(){return Wo}),luggage:()=>Promise.resolve().then(function(){return Ko}),"mail-open":()=>Promise.resolve().then(function(){return Yo}),mail:()=>Promise.resolve().then(function(){return Qo}),map:()=>Promise.resolve().then(function(){return ta}),meetup:()=>Promise.resolve().then(function(){return ra}),menu:()=>Promise.resolve().then(function(){return oa}),microphone:()=>Promise.resolve().then(function(){return na}),monitor:()=>Promise.resolve().then(function(){return sa}),moon:()=>Promise.resolve().then(function(){return da}),move:()=>Promise.resolve().then(function(){return va}),paperclip:()=>Promise.resolve().then(function(){return pa}),passcode:()=>Promise.resolve().then(function(){return wa}),passport:()=>Promise.resolve().then(function(){return _a}),pause:()=>Promise.resolve().then(function(){return ba}),pencil:()=>Promise.resolve().then(function(){return xa}),"pending-circle":()=>Promise.resolve().then(function(){return Va}),"person-dash":()=>Promise.resolve().then(function(){return Ha}),"person-plus":()=>Promise.resolve().then(function(){return za}),"person-x":()=>Promise.resolve().then(function(){return Oa}),person:()=>Promise.resolve().then(function(){return Ba}),phone:()=>Promise.resolve().then(function(){return Sa}),"pin-map-fill":()=>Promise.resolve().then(function(){return Aa}),pin:()=>Promise.resolve().then(function(){return Ta}),placeholder:()=>Promise.resolve().then(function(){return Ua}),plane:()=>Promise.resolve().then(function(){return Ra}),play:()=>Promise.resolve().then(function(){return Da}),"plus-circle":()=>Promise.resolve().then(function(){return Wa}),"plus-square":()=>Promise.resolve().then(function(){return Ka}),plus:()=>Promise.resolve().then(function(){return Ya}),printer:()=>Promise.resolve().then(function(){return Qa}),"question-circle":()=>Promise.resolve().then(function(){return tn}),rocket:()=>Promise.resolve().then(function(){return rn}),save:()=>Promise.resolve().then(function(){return an}),search:()=>Promise.resolve().then(function(){return cn}),send:()=>Promise.resolve().then(function(){return hn}),"sg-crest":()=>Promise.resolve().then(function(){return un}),share:()=>Promise.resolve().then(function(){return fn}),"shield-tick":()=>Promise.resolve().then(function(){return gn}),"sidebar-collapse":()=>Promise.resolve().then(function(){return mn}),"sidebar-expand":()=>Promise.resolve().then(function(){return Zn}),"slash-circle":()=>Promise.resolve().then(function(){return Cn}),"slash-divider":()=>Promise.resolve().then(function(){return Mn}),sliders:()=>Promise.resolve().then(function(){return yn}),"sort-ascending":()=>Promise.resolve().then(function(){return Pn}),"sort-descending":()=>Promise.resolve().then(function(){return kn}),speedometer:()=>Promise.resolve().then(function(){return jn}),"star-ai":()=>Promise.resolve().then(function(){return $n}),"star-fill":()=>Promise.resolve().then(function(){return Ln}),star:()=>Promise.resolve().then(function(){return En}),stoplights:()=>Promise.resolve().then(function(){return In}),sun:()=>Promise.resolve().then(function(){return Nn}),"switch-horizontal":()=>Promise.resolve().then(function(){return Fn}),"switch-vertical":()=>Promise.resolve().then(function(){return qn}),tablet:()=>Promise.resolve().then(function(){return Gn}),telegram:()=>Promise.resolve().then(function(){return Jn}),telephone:()=>Promise.resolve().then(function(){return Xn}),"three-dots-vertical":()=>Promise.resolve().then(function(){return ec}),"three-dots":()=>Promise.resolve().then(function(){return lc}),ticket:()=>Promise.resolve().then(function(){return ic}),"toggle-off":()=>Promise.resolve().then(function(){return ac}),"toggle-on":()=>Promise.resolve().then(function(){return cc}),train:()=>Promise.resolve().then(function(){return hc}),translate:()=>Promise.resolve().then(function(){return uc}),trash:()=>Promise.resolve().then(function(){return fc}),"trend-down":()=>Promise.resolve().then(function(){return gc}),"trend-up":()=>Promise.resolve().then(function(){return mc}),truck:()=>Promise.resolve().then(function(){return Zc}),"twitter-x":()=>Promise.resolve().then(function(){return Cc}),unlock:()=>Promise.resolve().then(function(){return Mc}),upload:()=>Promise.resolve().then(function(){return yc}),"user-check":()=>Promise.resolve().then(function(){return Pc}),"user-circle":()=>Promise.resolve().then(function(){return kc}),"user-pause":()=>Promise.resolve().then(function(){return jc}),"user-square":()=>Promise.resolve().then(function(){return $c}),users:()=>Promise.resolve().then(function(){return Lc}),"video-recorder":()=>Promise.resolve().then(function(){return Ec}),"volume-max":()=>Promise.resolve().then(function(){return Ic}),"volume-x":()=>Promise.resolve().then(function(){return Nc}),"window-dash":()=>Promise.resolve().then(function(){return Fc}),"window-desktop":()=>Promise.resolve().then(function(){return qc}),"window-dock":()=>Promise.resolve().then(function(){return Gc}),"window-fullscreen":()=>Promise.resolve().then(function(){return Jc}),"window-plus":()=>Promise.resolve().then(function(){return Xc}),"window-sidebar":()=>Promise.resolve().then(function(){return es}),"window-split":()=>Promise.resolve().then(function(){return ls}),"window-stack":()=>Promise.resolve().then(function(){return is}),"window-x":()=>Promise.resolve().then(function(){return as}),window:()=>Promise.resolve().then(function(){return cs}),"xcircle-fill":()=>Promise.resolve().then(function(){return hs}),xcircle:()=>Promise.resolve().then(function(){return us}),youtube:()=>Promise.resolve().then(function(){return fs}),"zoom-in":()=>Promise.resolve().then(function(){return gs}),"zoom-out":()=>Promise.resolve().then(function(){return ms})};var Te=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 Ie extends Ze{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}))}))}}Ie.styles=[Te],Ie.dependencies={},e([ye({type:Boolean,reflect:!0})],Ie.prototype,"ssr",void 0);var Ue=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 Ne=new Map;class Re extends Ie{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(Ne.has(e))return void(this._icon=Ne.get(e));const t=Ee[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();Ne.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}}Re.styles=[...Ie.styles,Ue],e([ye({type:String,reflect:!0})],Re.prototype,"name",void 0),e([ye({type:String,reflect:!0})],Re.prototype,"size",void 0),e([ye({type:String})],Re.prototype,"ariaLabel",void 0),e([He()],Re.prototype,"_icon",void 0);var Fe=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-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,De=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)}`,qe=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}`,We=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 Ge(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Ke extends Ie{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Ge("input"),this._labelId=Ge("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}Ke.styles=[...Ie.styles,Fe,De,qe,We],e([ye({reflect:!0})],Ke.prototype,"label",void 0),e([ye({reflect:!0})],Ke.prototype,"hintText",void 0),e([ye({reflect:!0})],Ke.prototype,"name",void 0),e([ye({type:Boolean,reflect:!0})],Ke.prototype,"disabled",void 0),e([ye({type:Boolean,reflect:!0})],Ke.prototype,"invalid",void 0);const Je=(e="value")=>(t,l)=>{const r=t.constructor,i=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(t,o,a){var n;const c=r.getPropertyOptions(e);if(t===("string"==typeof c.attribute?c.attribute:e).toLowerCase()){const t=c.converter||b,r=("function"==typeof t?t:null!==(n=null==t?void 0:t.fromAttribute)&&void 0!==n?n:b.fromAttribute)(a,c.type);this[e]!==r&&(this[l]=r)}i.call(this,t,o,a)}};class Ye{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 Xe=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 Ye(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};function Qe(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)}}}}var et=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}`,tt=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 lt extends(Xe(Ke)){constructor(){super(...arguments),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;return Q`
79
+ class extends Se{constructor(e){if(super(e),e.type!==ke&&e.type!==Oe&&e.type!==je)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===ke){if(t===l[r])return te}else if(e.type===je){if(!!t===l.hasAttribute(r))return te}else if(e.type===Oe&&l.getAttribute(r)===String(t))return te;return((e,t=Le)=>{e._$committedValue=t})(e),t}}),Ee={announcement:()=>Promise.resolve().then(function(){return st}),archive:()=>Promise.resolve().then(function(){return dt}),"arrow-bar-down":()=>Promise.resolve().then(function(){return vt}),"arrow-bar-left":()=>Promise.resolve().then(function(){return pt}),"arrow-bar-right":()=>Promise.resolve().then(function(){return wt}),"arrow-bar-up":()=>Promise.resolve().then(function(){return _t}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Ct}),"arrow-circle-left":()=>Promise.resolve().then(function(){return xt}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Vt}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Ht}),"arrow-clockwise":()=>Promise.resolve().then(function(){return zt}),"arrow-down":()=>Promise.resolve().then(function(){return kt}),"arrow-left":()=>Promise.resolve().then(function(){return Bt}),"arrow-repeat":()=>Promise.resolve().then(function(){return $t}),"arrow-right":()=>Promise.resolve().then(function(){return At}),"arrow-square-down":()=>Promise.resolve().then(function(){return Tt}),"arrow-square-left":()=>Promise.resolve().then(function(){return Ut}),"arrow-square-right":()=>Promise.resolve().then(function(){return Rt}),"arrow-square-up":()=>Promise.resolve().then(function(){return Dt}),"arrow-up":()=>Promise.resolve().then(function(){return Wt}),"bank-fill":()=>Promise.resolve().then(function(){return Kt}),"bell-slash":()=>Promise.resolve().then(function(){return Xt}),bell:()=>Promise.resolve().then(function(){return Qt}),"bi-funnel":()=>Promise.resolve().then(function(){return tl}),"bookmark-fill":()=>Promise.resolve().then(function(){return rl}),bookmark:()=>Promise.resolve().then(function(){return ol}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return nl}),"box-seam":()=>Promise.resolve().then(function(){return sl}),building:()=>Promise.resolve().then(function(){return dl}),bus:()=>Promise.resolve().then(function(){return vl}),calculator:()=>Promise.resolve().then(function(){return pl}),"calendar-check":()=>Promise.resolve().then(function(){return wl}),"calendar-heart":()=>Promise.resolve().then(function(){return _l}),"calendar-x":()=>Promise.resolve().then(function(){return Cl}),calendar:()=>Promise.resolve().then(function(){return xl}),camera:()=>Promise.resolve().then(function(){return Vl}),car:()=>Promise.resolve().then(function(){return Hl}),"chat-dots":()=>Promise.resolve().then(function(){return zl}),"chat-left-text":()=>Promise.resolve().then(function(){return kl}),chat:()=>Promise.resolve().then(function(){return Bl}),"check-circle-fill":()=>Promise.resolve().then(function(){return $l}),"check-circle":()=>Promise.resolve().then(function(){return Al}),check:()=>Promise.resolve().then(function(){return Tl}),"chevron-down":()=>Promise.resolve().then(function(){return Ul}),"chevron-left":()=>Promise.resolve().then(function(){return Rl}),"chevron-right":()=>Promise.resolve().then(function(){return Dl}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Wl}),"chevron-up":()=>Promise.resolve().then(function(){return Kl}),clock:()=>Promise.resolve().then(function(){return Xl}),"cloud-check":()=>Promise.resolve().then(function(){return Ql}),"cloud-download":()=>Promise.resolve().then(function(){return tr}),"cloud-upload":()=>Promise.resolve().then(function(){return rr}),cloud:()=>Promise.resolve().then(function(){return or}),"code-square":()=>Promise.resolve().then(function(){return nr}),"coins-hand":()=>Promise.resolve().then(function(){return sr}),compass:()=>Promise.resolve().then(function(){return dr}),copy:()=>Promise.resolve().then(function(){return vr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return pr}),cross:()=>Promise.resolve().then(function(){return wr}),"cursor-fill":()=>Promise.resolve().then(function(){return _r}),cursor:()=>Promise.resolve().then(function(){return Cr}),"dash-circle":()=>Promise.resolve().then(function(){return xr}),"dash-square":()=>Promise.resolve().then(function(){return Vr}),dash:()=>Promise.resolve().then(function(){return Hr}),database:()=>Promise.resolve().then(function(){return zr}),dataflow:()=>Promise.resolve().then(function(){return kr}),download:()=>Promise.resolve().then(function(){return Br}),edit:()=>Promise.resolve().then(function(){return $r}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return Ar}),"exclamation-circle":()=>Promise.resolve().then(function(){return Tr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return Ur}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Rr}),exclamation:()=>Promise.resolve().then(function(){return Dr}),"eye-fill":()=>Promise.resolve().then(function(){return Wr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Kr}),"eye-slash":()=>Promise.resolve().then(function(){return Xr}),eye:()=>Promise.resolve().then(function(){return Qr}),"face-smile-fill":()=>Promise.resolve().then(function(){return ti}),"face-smile":()=>Promise.resolve().then(function(){return ri}),facebook:()=>Promise.resolve().then(function(){return oi}),"file-earmark-text":()=>Promise.resolve().then(function(){return ni}),"file-pdf":()=>Promise.resolve().then(function(){return si}),"file-plus":()=>Promise.resolve().then(function(){return di}),"file-text":()=>Promise.resolve().then(function(){return vi}),file:()=>Promise.resolve().then(function(){return pi}),files:()=>Promise.resolve().then(function(){return wi}),fingerprint:()=>Promise.resolve().then(function(){return _i}),flash:()=>Promise.resolve().then(function(){return Ci}),"folder-check":()=>Promise.resolve().then(function(){return xi}),"folder-minus":()=>Promise.resolve().then(function(){return Vi}),"folder-plus":()=>Promise.resolve().then(function(){return Hi}),folder:()=>Promise.resolve().then(function(){return zi}),gear:()=>Promise.resolve().then(function(){return ki}),"geo-alt":()=>Promise.resolve().then(function(){return Bi}),"geo-fill":()=>Promise.resolve().then(function(){return $i}),geo:()=>Promise.resolve().then(function(){return Ai}),"globe-alt":()=>Promise.resolve().then(function(){return Ti}),globe:()=>Promise.resolve().then(function(){return Ui}),google:()=>Promise.resolve().then(function(){return Ri}),"grid-alt":()=>Promise.resolve().then(function(){return Di}),"grid-fill":()=>Promise.resolve().then(function(){return Wi}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Ki}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Xi}),"hard-drive":()=>Promise.resolve().then(function(){return Qi}),heart:()=>Promise.resolve().then(function(){return to}),"house-door":()=>Promise.resolve().then(function(){return ro}),house:()=>Promise.resolve().then(function(){return oo}),image:()=>Promise.resolve().then(function(){return no}),"in-box":()=>Promise.resolve().then(function(){return so}),"info-circle-fill":()=>Promise.resolve().then(function(){return uo}),"info-circle":()=>Promise.resolve().then(function(){return fo}),instagram:()=>Promise.resolve().then(function(){return go}),key:()=>Promise.resolve().then(function(){return mo}),"laptop-gear":()=>Promise.resolve().then(function(){return Zo}),laptop:()=>Promise.resolve().then(function(){return bo}),layers:()=>Promise.resolve().then(function(){return Mo}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return yo}),"layout-text-window":()=>Promise.resolve().then(function(){return Po}),layout:()=>Promise.resolve().then(function(){return Oo}),"life-buoy":()=>Promise.resolve().then(function(){return jo}),lightbulb:()=>Promise.resolve().then(function(){return So}),link:()=>Promise.resolve().then(function(){return Lo}),linkedin:()=>Promise.resolve().then(function(){return Eo}),list:()=>Promise.resolve().then(function(){return Io}),"lock-fill":()=>Promise.resolve().then(function(){return No}),lock:()=>Promise.resolve().then(function(){return Fo}),login:()=>Promise.resolve().then(function(){return qo}),logout:()=>Promise.resolve().then(function(){return Go}),luggage:()=>Promise.resolve().then(function(){return Jo}),"mail-open":()=>Promise.resolve().then(function(){return Yo}),mail:()=>Promise.resolve().then(function(){return ea}),map:()=>Promise.resolve().then(function(){return la}),meetup:()=>Promise.resolve().then(function(){return ia}),menu:()=>Promise.resolve().then(function(){return aa}),microphone:()=>Promise.resolve().then(function(){return ca}),monitor:()=>Promise.resolve().then(function(){return ha}),moon:()=>Promise.resolve().then(function(){return ua}),move:()=>Promise.resolve().then(function(){return fa}),paperclip:()=>Promise.resolve().then(function(){return ga}),passcode:()=>Promise.resolve().then(function(){return ma}),passport:()=>Promise.resolve().then(function(){return Za}),pause:()=>Promise.resolve().then(function(){return ba}),pencil:()=>Promise.resolve().then(function(){return Ma}),"pending-circle":()=>Promise.resolve().then(function(){return ya}),"person-dash":()=>Promise.resolve().then(function(){return Pa}),"person-plus":()=>Promise.resolve().then(function(){return Oa}),"person-x":()=>Promise.resolve().then(function(){return ja}),person:()=>Promise.resolve().then(function(){return Sa}),phone:()=>Promise.resolve().then(function(){return La}),"pin-map-fill":()=>Promise.resolve().then(function(){return Ea}),pin:()=>Promise.resolve().then(function(){return Ia}),placeholder:()=>Promise.resolve().then(function(){return Na}),plane:()=>Promise.resolve().then(function(){return Fa}),play:()=>Promise.resolve().then(function(){return qa}),"plus-circle":()=>Promise.resolve().then(function(){return Ga}),"plus-square":()=>Promise.resolve().then(function(){return Ja}),plus:()=>Promise.resolve().then(function(){return Ya}),printer:()=>Promise.resolve().then(function(){return en}),"question-circle":()=>Promise.resolve().then(function(){return ln}),rocket:()=>Promise.resolve().then(function(){return on}),save:()=>Promise.resolve().then(function(){return nn}),search:()=>Promise.resolve().then(function(){return sn}),send:()=>Promise.resolve().then(function(){return dn}),"sg-crest":()=>Promise.resolve().then(function(){return vn}),share:()=>Promise.resolve().then(function(){return pn}),"shield-tick":()=>Promise.resolve().then(function(){return wn}),"sidebar-collapse":()=>Promise.resolve().then(function(){return _n}),"sidebar-expand":()=>Promise.resolve().then(function(){return Cn}),"slash-circle":()=>Promise.resolve().then(function(){return xn}),"slash-divider":()=>Promise.resolve().then(function(){return Vn}),sliders:()=>Promise.resolve().then(function(){return Hn}),"sort-ascending":()=>Promise.resolve().then(function(){return zn}),"sort-descending":()=>Promise.resolve().then(function(){return kn}),speedometer:()=>Promise.resolve().then(function(){return Bn}),"star-ai":()=>Promise.resolve().then(function(){return $n}),"star-fill":()=>Promise.resolve().then(function(){return An}),star:()=>Promise.resolve().then(function(){return Tn}),stoplights:()=>Promise.resolve().then(function(){return Un}),sun:()=>Promise.resolve().then(function(){return Rn}),"switch-horizontal":()=>Promise.resolve().then(function(){return Dn}),"switch-vertical":()=>Promise.resolve().then(function(){return Wn}),tablet:()=>Promise.resolve().then(function(){return Kn}),telegram:()=>Promise.resolve().then(function(){return Xn}),telephone:()=>Promise.resolve().then(function(){return Qn}),"three-dots-vertical":()=>Promise.resolve().then(function(){return tc}),"three-dots":()=>Promise.resolve().then(function(){return rc}),ticket:()=>Promise.resolve().then(function(){return oc}),"toggle-off":()=>Promise.resolve().then(function(){return nc}),"toggle-on":()=>Promise.resolve().then(function(){return sc}),train:()=>Promise.resolve().then(function(){return dc}),translate:()=>Promise.resolve().then(function(){return vc}),trash:()=>Promise.resolve().then(function(){return pc}),"trend-down":()=>Promise.resolve().then(function(){return wc}),"trend-up":()=>Promise.resolve().then(function(){return _c}),truck:()=>Promise.resolve().then(function(){return Cc}),"twitter-x":()=>Promise.resolve().then(function(){return xc}),unlock:()=>Promise.resolve().then(function(){return Vc}),upload:()=>Promise.resolve().then(function(){return Hc}),"user-check":()=>Promise.resolve().then(function(){return zc}),"user-circle":()=>Promise.resolve().then(function(){return kc}),"user-pause":()=>Promise.resolve().then(function(){return Bc}),"user-square":()=>Promise.resolve().then(function(){return $c}),users:()=>Promise.resolve().then(function(){return Ac}),"video-recorder":()=>Promise.resolve().then(function(){return Tc}),"volume-max":()=>Promise.resolve().then(function(){return Uc}),"volume-x":()=>Promise.resolve().then(function(){return Rc}),"window-dash":()=>Promise.resolve().then(function(){return Dc}),"window-desktop":()=>Promise.resolve().then(function(){return Wc}),"window-dock":()=>Promise.resolve().then(function(){return Kc}),"window-fullscreen":()=>Promise.resolve().then(function(){return Xc}),"window-plus":()=>Promise.resolve().then(function(){return Qc}),"window-sidebar":()=>Promise.resolve().then(function(){return ts}),"window-split":()=>Promise.resolve().then(function(){return rs}),"window-stack":()=>Promise.resolve().then(function(){return os}),"window-x":()=>Promise.resolve().then(function(){return ns}),window:()=>Promise.resolve().then(function(){return ss}),"xcircle-fill":()=>Promise.resolve().then(function(){return ds}),xcircle:()=>Promise.resolve().then(function(){return vs}),youtube:()=>Promise.resolve().then(function(){return ps}),"zoom-in":()=>Promise.resolve().then(function(){return ws}),"zoom-out":()=>Promise.resolve().then(function(){return _s})};var Te=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 Ie extends Ze{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}))}))}}Ie.styles=[Te],Ie.dependencies={},e([ye({type:Boolean,reflect:!0})],Ie.prototype,"ssr",void 0);var Ue=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 Ne=new Map;class Re extends Ie{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(Ne.has(e))return void(this._icon=Ne.get(e));const t=Ee[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();Ne.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}}Re.styles=[...Ie.styles,Ue],e([ye({type:String,reflect:!0})],Re.prototype,"name",void 0),e([ye({type:String,reflect:!0})],Re.prototype,"size",void 0),e([ye({type:String})],Re.prototype,"ariaLabel",void 0),e([He()],Re.prototype,"_icon",void 0);var Fe=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-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,De=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)}`,qe=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}`,We=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 Ge(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Ke extends Ie{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Ge("input"),this._labelId=Ge("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}Ke.styles=[...Ie.styles,Fe,De,qe,We],e([ye({reflect:!0})],Ke.prototype,"label",void 0),e([ye({reflect:!0})],Ke.prototype,"hintText",void 0),e([ye({reflect:!0})],Ke.prototype,"name",void 0),e([ye({type:Boolean,reflect:!0})],Ke.prototype,"disabled",void 0),e([ye({type:Boolean,reflect:!0})],Ke.prototype,"invalid",void 0);const Je=(e="value")=>(t,l)=>{const r=t.constructor,i=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(t,o,a){var n;const c=r.getPropertyOptions(e);if(t===("string"==typeof c.attribute?c.attribute:e).toLowerCase()){const t=c.converter||C,r=("function"==typeof t?t:null!==(n=null==t?void 0:t.fromAttribute)&&void 0!==n?n:C.fromAttribute)(a,c.type);this[e]!==r&&(this[l]=r)}i.call(this,t,o,a)}};class Xe{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 Ye=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 Xe(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};function Qe(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)}}}}class et{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()}}var tt=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}`,lt=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 rt extends(Ye(Ke)){constructor(){super(...arguments),this.hasSlotController=new et(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`
80
80
  <div class="form-check">
81
81
  <input
82
- class=${Se({"form-check-input":!0,"is-invalid":e&&this.invalid})}
82
+ class=${$e({"form-check-input":!0,"is-invalid":e&&this.invalid})}
83
83
  type="checkbox"
84
84
  id=${this._controlId}
85
85
  aria-invalid=${this.invalid?"true":"false"}
86
- name=${l=this.name,l??le}
86
+ name=${r=this.name,r??le}
87
87
  ?indeterminate=${this.indeterminate}
88
88
  ?required=${this.required}
89
89
  aria-disabled=${this.disabled?"true":"false"}
@@ -97,7 +97,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
97
97
  @blur=${this._handleBlur}
98
98
  @focus=${this._handleFocus}
99
99
  />
100
- <label for="${this._controlId}" class="form-check-label" id="${this._labelId}"><slot></slot></label>
100
+ ${l?Q`<label for="${this._controlId}" class="form-check-label" id="${this._labelId}"><slot></slot></label>`:le}
101
101
  </div>
102
102
  ${t&&this.invalid?Q`
103
103
  <div class="invalid-feedback-container">
@@ -109,7 +109,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
109
109
  </div>
110
110
  </div>
111
111
  `:le}
112
- `;var l}}lt.styles=[...Ke.styles,tt,et],lt.dependencies={"sgds-icon":Re},e([ye({type:String,reflect:!0})],lt.prototype,"value",void 0),e([ye({type:Boolean,reflect:!0})],lt.prototype,"checked",void 0),e([ye({type:String,reflect:!0})],lt.prototype,"hasFeedback",void 0),e([Je("checked")],lt.prototype,"defaultChecked",void 0),e([ye({type:Boolean,reflect:!0})],lt.prototype,"indeterminate",void 0),e([ye({type:Boolean,reflect:!0})],lt.prototype,"required",void 0),e([ye({type:Boolean,reflect:!0})],lt.prototype,"noValidate",void 0),e([ye({type:String,reflect:!0})],lt.prototype,"invalidFeedback",void 0),e([He()],lt.prototype,"_isTouched",void 0),e([Qe("disabled",{waitUntilFirstUpdate:!0})],lt.prototype,"_handleDisabledChange",null),e([Qe("_isTouched",{waitUntilFirstUpdate:!0})],lt.prototype,"_handleIsTouched",null);var rt,it=a`:host{--sgds-checkbox-group-gap:var(--sgds-spacer-2)}fieldset{border:0;gap:var(--sgds-form-gap-md);margin:0;min-width:0;padding:0}.label-hint-container,fieldset{display:flex;flex-direction:column}.label-hint-container{gap:var(--sgds-form-gap-sm)}.label-hint-container .form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.checkbox-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.checkbox-group-validation-input{display:none}:host([disabled]) .label-hint-container{cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class ot extends(Xe(Ke)){constructor(){super(...arguments),this.label="",this.invalidFeedback="Please tick at least one box if you want to proceed",this.hasFeedback=!1,this.hintText="",this.required=!1,this.noValidate=!1,this.value="",this._isTouched=!1,this.defaultValue="",this._blurredCheckboxes=new Set}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-check",e=>{const{value:t}=e.detail;!this.value.includes(t)&&this._addValue(t)}),this.addEventListener("sgds-uncheck",e=>{const{value:t}=e.detail;this._removeValue(t)}),this.addEventListener("sgds-blur",e=>{const t=e.target;this._blurredCheckboxes.add(t),Array.from(this._blurredCheckboxes).length===this._checkboxes.length&&(this._isTouched=!0,this._blurredCheckboxes.clear())})}firstUpdated(e){super.firstUpdated(e),this.value&&this._updateInputValue(),this.invalid&&this._updateInvalid()}_renderHintText(){const e=Q` <div class="form-text" id="${this._controlId}Help">${this.hintText}</div> `;return this.hintText&&e}_addValue(e){const t=this.value?this.value.split(";"):[];t.push(e),this.value=t.join(";"),this._updateInputValue(),this.emit("sgds-change",{detail:{value:this.value}})}_removeValue(e){const t=(this.value?this.value.split(";"):[]).filter(t=>t!==e);this.value=t.join(";"),this._updateInputValue(),this.emit("sgds-change",{detail:{value:this.value}})}_sanitizeSlot(){this._checkboxes.forEach(e=>{e.checked=e.defaultChecked=this.value.includes(e.value),e.hasFeedback=this.hasFeedback?"style":null,e.required&&(console.error("Checkboxes in a group cannot have required or hasFeedback prop set to true"),e.remove())}),this._disabledChildCheckboxes()}_disabledChildCheckboxes(){if(this.disabled){this._checkboxes.forEach(e=>e.disabled=this.disabled)}}_handleValueChange(){this._checkboxes.forEach(e=>{e.checked=this.value.includes(e.value)}),this._updateInputValue(),this._updateInvalid()}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity(),this._updateInvalid())}_updateInvalid(){this._checkboxes.forEach(e=>e.invalid=this.invalid)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_mixinResetFormControl(){this.value=this.input.value=this.defaultValue,this._updateInputValue("reset"),this._mixinResetValidity(this.input)}async _updateInputValue(e="change"){this.input.value=this.value,this.input.dispatchEvent(new InputEvent(e))}render(){return Q`
112
+ `;var r}}rt.styles=[...Ke.styles,lt,tt],rt.dependencies={"sgds-icon":Re},e([ye({type:String,reflect:!0})],rt.prototype,"value",void 0),e([ye({type:Boolean,reflect:!0})],rt.prototype,"checked",void 0),e([ye({type:String,reflect:!0})],rt.prototype,"hasFeedback",void 0),e([Je("checked")],rt.prototype,"defaultChecked",void 0),e([ye({type:Boolean,reflect:!0})],rt.prototype,"indeterminate",void 0),e([ye({type:Boolean,reflect:!0})],rt.prototype,"required",void 0),e([ye({type:Boolean,reflect:!0})],rt.prototype,"noValidate",void 0),e([ye({type:String,reflect:!0})],rt.prototype,"invalidFeedback",void 0),e([He()],rt.prototype,"_isTouched",void 0),e([Qe("disabled",{waitUntilFirstUpdate:!0})],rt.prototype,"_handleDisabledChange",null),e([Qe("_isTouched",{waitUntilFirstUpdate:!0})],rt.prototype,"_handleIsTouched",null);var it,ot=a`:host{--sgds-checkbox-group-gap:var(--sgds-spacer-2)}fieldset{border:0;gap:var(--sgds-form-gap-md);margin:0;min-width:0;padding:0}.label-hint-container,fieldset{display:flex;flex-direction:column}.label-hint-container{gap:var(--sgds-form-gap-sm)}.label-hint-container .form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.checkbox-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.checkbox-group-validation-input{display:none}:host([disabled]) .label-hint-container{cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class at extends(Ye(Ke)){constructor(){super(...arguments),this.label="",this.invalidFeedback="Please tick at least one box if you want to proceed",this.hasFeedback=!1,this.hintText="",this.required=!1,this.noValidate=!1,this.value="",this._isTouched=!1,this.defaultValue="",this._blurredCheckboxes=new Set}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-check",e=>{const{value:t}=e.detail;!this.value.includes(t)&&this._addValue(t)}),this.addEventListener("sgds-uncheck",e=>{const{value:t}=e.detail;this._removeValue(t)}),this.addEventListener("sgds-blur",e=>{const t=e.target;this._blurredCheckboxes.add(t),Array.from(this._blurredCheckboxes).length===this._checkboxes.length&&(this._isTouched=!0,this._blurredCheckboxes.clear())})}firstUpdated(e){super.firstUpdated(e),this.value&&this._updateInputValue(),this.invalid&&this._updateInvalid()}_renderHintText(){const e=Q` <div class="form-text" id="${this._controlId}Help">${this.hintText}</div> `;return this.hintText&&e}_addValue(e){const t=this.value?this.value.split(";"):[];t.push(e),this.value=t.join(";"),this._updateInputValue(),this.emit("sgds-change",{detail:{value:this.value}})}_removeValue(e){const t=(this.value?this.value.split(";"):[]).filter(t=>t!==e);this.value=t.join(";"),this._updateInputValue(),this.emit("sgds-change",{detail:{value:this.value}})}_sanitizeSlot(){this._checkboxes.forEach(e=>{e.checked=e.defaultChecked=this.value.includes(e.value),e.hasFeedback=this.hasFeedback?"style":null,e.required&&(console.error("Checkboxes in a group cannot have required or hasFeedback prop set to true"),e.remove())}),this._disabledChildCheckboxes()}_disabledChildCheckboxes(){if(this.disabled){this._checkboxes.forEach(e=>e.disabled=this.disabled)}}_handleValueChange(){this._checkboxes.forEach(e=>{e.checked=this.value.includes(e.value)}),this._updateInputValue(),this._updateInvalid()}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity(),this._updateInvalid())}_updateInvalid(){this._checkboxes.forEach(e=>e.invalid=this.invalid)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_mixinResetFormControl(){this.value=this.input.value=this.defaultValue,this._updateInputValue("reset"),this._mixinResetValidity(this.input)}async _updateInputValue(e="change"){this.input.value=this.value,this.input.dispatchEvent(new InputEvent(e))}render(){return Q`
113
113
  <fieldset>
114
114
  <div class="label-hint-container">
115
115
  <label class="form-label">${this.label}</label>
@@ -138,14 +138,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
138
138
  </div>
139
139
  `:le}
140
140
  </fieldset>
141
- `}}function at(e,t){customElements.get(e)||customElements.define(e,t)}ot.styles=[...Ke.styles,it],ot.dependencies={"sgds-icon":Re},e([ye({reflect:!0})],ot.prototype,"label",void 0),e([ye({type:String,reflect:!0})],ot.prototype,"invalidFeedback",void 0),e([ye({type:Boolean,reflect:!0})],ot.prototype,"hasFeedback",void 0),e([ye({reflect:!0})],ot.prototype,"hintText",void 0),e([ye({type:Boolean,reflect:!0})],ot.prototype,"required",void 0),e([ye({type:Boolean,reflect:!0})],ot.prototype,"noValidate",void 0),e([ye({reflect:!0})],ot.prototype,"value",void 0),e([He()],ot.prototype,"_isTouched",void 0),e([Je()],ot.prototype,"defaultValue",void 0),e([He()],ot.prototype,"_blurredCheckboxes",void 0),e([(e,t)=>{const{slot:l,selector:r}=rt??{},i="slot"+(l?`[name=${l}]`:":not([name])");return Pe(e,t,{get(){const e=this.renderRoot?.querySelector(i),t=e?.assignedElements(rt)??[];return void 0===r?t:t.filter(e=>e.matches(r))}})}],ot.prototype,"_checkboxes",void 0),e([Qe("value",{waitUntilFirstUpdate:!0})],ot.prototype,"_handleValueChange",null),e([Qe("_isTouched",{waitUntilFirstUpdate:!0})],ot.prototype,"_handleIsTouched",null),e([Qe("invalid",{waitUntilFirstUpdate:!0})],ot.prototype,"_updateInvalid",null),at("sgds-checkbox",lt),at("sgds-checkbox-group",ot);var nt=Q`
141
+ `}}function nt(e,t){customElements.get(e)||customElements.define(e,t)}at.styles=[...Ke.styles,ot],at.dependencies={"sgds-icon":Re},e([ye({reflect:!0})],at.prototype,"label",void 0),e([ye({type:String,reflect:!0})],at.prototype,"invalidFeedback",void 0),e([ye({type:Boolean,reflect:!0})],at.prototype,"hasFeedback",void 0),e([ye({reflect:!0})],at.prototype,"hintText",void 0),e([ye({type:Boolean,reflect:!0})],at.prototype,"required",void 0),e([ye({type:Boolean,reflect:!0})],at.prototype,"noValidate",void 0),e([ye({reflect:!0})],at.prototype,"value",void 0),e([He()],at.prototype,"_isTouched",void 0),e([Je()],at.prototype,"defaultValue",void 0),e([He()],at.prototype,"_blurredCheckboxes",void 0),e([(e,t)=>{const{slot:l,selector:r}=it??{},i="slot"+(l?`[name=${l}]`:":not([name])");return Pe(e,t,{get(){const e=this.renderRoot?.querySelector(i),t=e?.assignedElements(it)??[];return void 0===r?t:t.filter(e=>e.matches(r))}})}],at.prototype,"_checkboxes",void 0),e([Qe("value",{waitUntilFirstUpdate:!0})],at.prototype,"_handleValueChange",null),e([Qe("_isTouched",{waitUntilFirstUpdate:!0})],at.prototype,"_handleIsTouched",null),e([Qe("invalid",{waitUntilFirstUpdate:!0})],at.prototype,"_updateInvalid",null),nt("sgds-checkbox",rt),nt("sgds-checkbox-group",at);var ct=Q`
142
142
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
143
143
  <path
144
144
  fill="currentColor"
145
145
  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"
146
146
  />
147
147
  </svg>
148
- `,ct=Object.freeze({__proto__:null,default:nt}),st=Q`
148
+ `,st=Object.freeze({__proto__:null,default:ct}),ht=Q`
149
149
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
150
150
  <path
151
151
  fill="currentColor"
@@ -158,35 +158,35 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
158
158
  clip-rule="evenodd"
159
159
  />
160
160
  </svg>
161
- `,ht=Object.freeze({__proto__:null,default:st}),dt=Q`
161
+ `,dt=Object.freeze({__proto__:null,default:ht}),ut=Q`
162
162
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
163
163
  <path
164
164
  fill="currentColor"
165
165
  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"
166
166
  />
167
167
  </svg>
168
- `,ut=Object.freeze({__proto__:null,default:dt}),vt=Q`
168
+ `,vt=Object.freeze({__proto__:null,default:ut}),ft=Q`
169
169
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
170
170
  <path
171
171
  fill="currentColor"
172
172
  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"
173
173
  />
174
174
  </svg>
175
- `,ft=Object.freeze({__proto__:null,default:vt}),pt=Q`
175
+ `,pt=Object.freeze({__proto__:null,default:ft}),gt=Q`
176
176
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
177
177
  <path
178
178
  fill="currentColor"
179
179
  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"
180
180
  />
181
181
  </svg>
182
- `,gt=Object.freeze({__proto__:null,default:pt}),wt=Q`
182
+ `,wt=Object.freeze({__proto__:null,default:gt}),mt=Q`
183
183
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
184
184
  <path
185
185
  fill="currentColor"
186
186
  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"
187
187
  />
188
188
  </svg>
189
- `,mt=Object.freeze({__proto__:null,default:wt}),_t=Q`
189
+ `,_t=Object.freeze({__proto__:null,default:mt}),Zt=Q`
190
190
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
191
191
  <path
192
192
  fill="currentColor"
@@ -199,7 +199,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
199
199
  clip-rule="evenodd"
200
200
  />
201
201
  </svg>
202
- `,Zt=Object.freeze({__proto__:null,default:_t}),bt=Q`
202
+ `,Ct=Object.freeze({__proto__:null,default:Zt}),bt=Q`
203
203
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
204
204
  <path
205
205
  fill="currentColor"
@@ -212,7 +212,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
212
212
  clip-rule="evenodd"
213
213
  />
214
214
  </svg>
215
- `,Ct=Object.freeze({__proto__:null,default:bt}),xt=Q`
215
+ `,xt=Object.freeze({__proto__:null,default:bt}),Mt=Q`
216
216
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
217
217
  <path
218
218
  fill="currentColor"
@@ -225,7 +225,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
225
225
  clip-rule="evenodd"
226
226
  />
227
227
  </svg>
228
- `,Mt=Object.freeze({__proto__:null,default:xt}),Vt=Q`
228
+ `,Vt=Object.freeze({__proto__:null,default:Mt}),yt=Q`
229
229
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
230
230
  <path
231
231
  fill="currentColor"
@@ -238,7 +238,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
238
238
  clip-rule="evenodd"
239
239
  />
240
240
  </svg>
241
- `,yt=Object.freeze({__proto__:null,default:Vt}),Ht=Q`
241
+ `,Ht=Object.freeze({__proto__:null,default:yt}),Pt=Q`
242
242
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
243
243
  <path
244
244
  fill="currentColor"
@@ -247,7 +247,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
247
247
  clip-rule="evenodd"
248
248
  />
249
249
  </svg>
250
- `,Pt=Object.freeze({__proto__:null,default:Ht}),zt=Q`
250
+ `,zt=Object.freeze({__proto__:null,default:Pt}),Ot=Q`
251
251
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
252
252
  <path
253
253
  fill="currentColor"
@@ -256,7 +256,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
256
256
  clip-rule="evenodd"
257
257
  />
258
258
  </svg>
259
- `,kt=Object.freeze({__proto__:null,default:zt}),Ot=Q`
259
+ `,kt=Object.freeze({__proto__:null,default:Ot}),jt=Q`
260
260
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
261
261
  <path
262
262
  fill="currentColor"
@@ -265,7 +265,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
265
265
  clip-rule="evenodd"
266
266
  />
267
267
  </svg>
268
- `,jt=Object.freeze({__proto__:null,default:Ot}),Bt=Q`
268
+ `,Bt=Object.freeze({__proto__:null,default:jt}),St=Q`
269
269
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
270
270
  <path
271
271
  fill="currentColor"
@@ -274,7 +274,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
274
274
  clip-rule="evenodd"
275
275
  />
276
276
  </svg>
277
- `,$t=Object.freeze({__proto__:null,default:Bt}),St=Q`
277
+ `,$t=Object.freeze({__proto__:null,default:St}),Lt=Q`
278
278
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
279
279
  <path
280
280
  fill="currentColor"
@@ -283,7 +283,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
283
283
  clip-rule="evenodd"
284
284
  />
285
285
  </svg>
286
- `,Lt=Object.freeze({__proto__:null,default:St}),At=Q`
286
+ `,At=Object.freeze({__proto__:null,default:Lt}),Et=Q`
287
287
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
288
288
  <path
289
289
  fill="currentColor"
@@ -296,7 +296,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
296
296
  clip-rule="evenodd"
297
297
  />
298
298
  </svg>
299
- `,Et=Object.freeze({__proto__:null,default:At}),Tt=Q`
299
+ `,Tt=Object.freeze({__proto__:null,default:Et}),It=Q`
300
300
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
301
301
  <path
302
302
  fill="currentColor"
@@ -309,7 +309,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
309
309
  clip-rule="evenodd"
310
310
  />
311
311
  </svg>
312
- `,It=Object.freeze({__proto__:null,default:Tt}),Ut=Q`
312
+ `,Ut=Object.freeze({__proto__:null,default:It}),Nt=Q`
313
313
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
314
314
  <path
315
315
  fill="currentColor"
@@ -322,7 +322,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
322
322
  clip-rule="evenodd"
323
323
  />
324
324
  </svg>
325
- `,Nt=Object.freeze({__proto__:null,default:Ut}),Rt=Q`
325
+ `,Rt=Object.freeze({__proto__:null,default:Nt}),Ft=Q`
326
326
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
327
327
  <path
328
328
  fill="currentColor"
@@ -335,7 +335,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
335
335
  clip-rule="evenodd"
336
336
  />
337
337
  </svg>
338
- `,Ft=Object.freeze({__proto__:null,default:Rt}),Dt=Q`
338
+ `,Dt=Object.freeze({__proto__:null,default:Ft}),qt=Q`
339
339
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
340
340
  <path
341
341
  fill="currentColor"
@@ -344,7 +344,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
344
344
  clip-rule="evenodd"
345
345
  />
346
346
  </svg>
347
- `,qt=Object.freeze({__proto__:null,default:Dt}),Wt=Q`
347
+ `,Wt=Object.freeze({__proto__:null,default:qt}),Gt=Q`
348
348
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
349
349
  <path
350
350
  fill="currentColor"
@@ -353,7 +353,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
353
353
  clip-rule="evenodd"
354
354
  />
355
355
  </svg>
356
- `,Gt=Object.freeze({__proto__:null,default:Wt}),Kt=Q`
356
+ `,Kt=Object.freeze({__proto__:null,default:Gt}),Jt=Q`
357
357
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
358
358
  <path
359
359
  fill="currentColor"
@@ -362,7 +362,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
362
362
  clip-rule="evenodd"
363
363
  />
364
364
  </svg>
365
- `,Jt=Object.freeze({__proto__:null,default:Kt}),Yt=Q`
365
+ `,Xt=Object.freeze({__proto__:null,default:Jt}),Yt=Q`
366
366
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
367
367
  <path
368
368
  fill="currentColor"
@@ -371,7 +371,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
371
371
  clip-rule="evenodd"
372
372
  />
373
373
  </svg>
374
- `,Xt=Object.freeze({__proto__:null,default:Yt}),Qt=Q`
374
+ `,Qt=Object.freeze({__proto__:null,default:Yt}),el=Q`
375
375
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
376
376
  <path
377
377
  fill="currentColor"
@@ -380,7 +380,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
380
380
  clip-rule="evenodd"
381
381
  />
382
382
  </svg>
383
- `,el=Object.freeze({__proto__:null,default:Qt}),tl=Q`
383
+ `,tl=Object.freeze({__proto__:null,default:el}),ll=Q`
384
384
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
385
385
  <path
386
386
  fill="currentColor"
@@ -389,7 +389,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
389
389
  clip-rule="evenodd"
390
390
  />
391
391
  </svg>
392
- `,ll=Object.freeze({__proto__:null,default:tl}),rl=Q`
392
+ `,rl=Object.freeze({__proto__:null,default:ll}),il=Q`
393
393
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
394
394
  <path
395
395
  fill="currentColor"
@@ -398,7 +398,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
398
398
  clip-rule="evenodd"
399
399
  />
400
400
  </svg>
401
- `,il=Object.freeze({__proto__:null,default:rl}),ol=Q`
401
+ `,ol=Object.freeze({__proto__:null,default:il}),al=Q`
402
402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
403
403
  <path
404
404
  fill="currentColor"
@@ -407,7 +407,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
407
407
  clip-rule="evenodd"
408
408
  />
409
409
  </svg>
410
- `,al=Object.freeze({__proto__:null,default:ol}),nl=Q`
410
+ `,nl=Object.freeze({__proto__:null,default:al}),cl=Q`
411
411
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
412
412
  <path
413
413
  fill="currentColor"
@@ -416,7 +416,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
416
416
  clip-rule="evenodd"
417
417
  />
418
418
  </svg>
419
- `,cl=Object.freeze({__proto__:null,default:nl}),sl=Q`
419
+ `,sl=Object.freeze({__proto__:null,default:cl}),hl=Q`
420
420
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
421
421
  <path
422
422
  fill="currentColor"
@@ -425,7 +425,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
425
425
  clip-rule="evenodd"
426
426
  />
427
427
  </svg>
428
- `,hl=Object.freeze({__proto__:null,default:sl}),dl=Q`
428
+ `,dl=Object.freeze({__proto__:null,default:hl}),ul=Q`
429
429
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
430
430
  <path
431
431
  fill="currentColor"
@@ -438,7 +438,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
438
438
  clip-rule="evenodd"
439
439
  />
440
440
  </svg>
441
- `,ul=Object.freeze({__proto__:null,default:dl}),vl=Q`
441
+ `,vl=Object.freeze({__proto__:null,default:ul}),fl=Q`
442
442
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
443
443
  <path
444
444
  fill="currentColor"
@@ -447,7 +447,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
447
447
  clip-rule="evenodd"
448
448
  />
449
449
  </svg>
450
- `,fl=Object.freeze({__proto__:null,default:vl}),pl=Q`
450
+ `,pl=Object.freeze({__proto__:null,default:fl}),gl=Q`
451
451
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
452
452
  <path
453
453
  fill="currentColor"
@@ -460,7 +460,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
460
460
  clip-rule="evenodd"
461
461
  />
462
462
  </svg>
463
- `,gl=Object.freeze({__proto__:null,default:pl}),wl=Q`
463
+ `,wl=Object.freeze({__proto__:null,default:gl}),ml=Q`
464
464
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
465
465
  <path
466
466
  fill="currentColor"
@@ -475,7 +475,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
475
475
  clip-rule="evenodd"
476
476
  />
477
477
  </svg>
478
- `,ml=Object.freeze({__proto__:null,default:wl}),_l=Q`
478
+ `,_l=Object.freeze({__proto__:null,default:ml}),Zl=Q`
479
479
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
480
480
  <path
481
481
  fill="currentColor"
@@ -488,7 +488,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
488
488
  clip-rule="evenodd"
489
489
  />
490
490
  </svg>
491
- `,Zl=Object.freeze({__proto__:null,default:_l}),bl=Q`
491
+ `,Cl=Object.freeze({__proto__:null,default:Zl}),bl=Q`
492
492
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
493
493
  <path
494
494
  fill="currentColor"
@@ -497,7 +497,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
497
497
  clip-rule="evenodd"
498
498
  />
499
499
  </svg>
500
- `,Cl=Object.freeze({__proto__:null,default:bl}),xl=Q`
500
+ `,xl=Object.freeze({__proto__:null,default:bl}),Ml=Q`
501
501
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
502
502
  <path
503
503
  fill="currentColor"
@@ -506,7 +506,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
506
506
  clip-rule="evenodd"
507
507
  />
508
508
  </svg>
509
- `,Ml=Object.freeze({__proto__:null,default:xl}),Vl=Q`
509
+ `,Vl=Object.freeze({__proto__:null,default:Ml}),yl=Q`
510
510
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
511
511
  <path
512
512
  fill="currentColor"
@@ -519,7 +519,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
519
519
  clip-rule="evenodd"
520
520
  />
521
521
  </svg>
522
- `,yl=Object.freeze({__proto__:null,default:Vl}),Hl=Q`
522
+ `,Hl=Object.freeze({__proto__:null,default:yl}),Pl=Q`
523
523
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
524
524
  <path
525
525
  fill="currentColor"
@@ -532,7 +532,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
532
532
  clip-rule="evenodd"
533
533
  />
534
534
  </svg>
535
- `,Pl=Object.freeze({__proto__:null,default:Hl}),zl=Q`
535
+ `,zl=Object.freeze({__proto__:null,default:Pl}),Ol=Q`
536
536
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
537
537
  <path
538
538
  fill="currentColor"
@@ -545,7 +545,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
545
545
  clip-rule="evenodd"
546
546
  />
547
547
  </svg>
548
- `,kl=Object.freeze({__proto__:null,default:zl}),Ol=Q`
548
+ `,kl=Object.freeze({__proto__:null,default:Ol}),jl=Q`
549
549
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
550
550
  <path
551
551
  fill="currentColor"
@@ -554,7 +554,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
554
554
  clip-rule="evenodd"
555
555
  />
556
556
  </svg>
557
- `,jl=Object.freeze({__proto__:null,default:Ol}),Bl=Q`
557
+ `,Bl=Object.freeze({__proto__:null,default:jl}),Sl=Q`
558
558
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
559
559
  <path
560
560
  fill="currentColor"
@@ -563,7 +563,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
563
563
  clip-rule="evenodd"
564
564
  />
565
565
  </svg>
566
- `,$l=Object.freeze({__proto__:null,default:Bl}),Sl=Q`
566
+ `,$l=Object.freeze({__proto__:null,default:Sl}),Ll=Q`
567
567
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
568
568
  <path
569
569
  fill="currentColor"
@@ -572,7 +572,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
572
572
  clip-rule="evenodd"
573
573
  />
574
574
  </svg>
575
- `,Ll=Object.freeze({__proto__:null,default:Sl}),Al=Q`
575
+ `,Al=Object.freeze({__proto__:null,default:Ll}),El=Q`
576
576
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
577
577
  <path
578
578
  fill="currentColor"
@@ -581,7 +581,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
581
581
  clip-rule="evenodd"
582
582
  />
583
583
  </svg>
584
- `,El=Object.freeze({__proto__:null,default:Al}),Tl=Q`
584
+ `,Tl=Object.freeze({__proto__:null,default:El}),Il=Q`
585
585
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
586
586
  <path
587
587
  fill="currentColor"
@@ -590,7 +590,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
590
590
  clip-rule="evenodd"
591
591
  />
592
592
  </svg>
593
- `,Il=Object.freeze({__proto__:null,default:Tl}),Ul=Q`
593
+ `,Ul=Object.freeze({__proto__:null,default:Il}),Nl=Q`
594
594
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
595
595
  <path
596
596
  fill="currentColor"
@@ -599,7 +599,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
599
599
  clip-rule="evenodd"
600
600
  />
601
601
  </svg>
602
- `,Nl=Object.freeze({__proto__:null,default:Ul}),Rl=Q`
602
+ `,Rl=Object.freeze({__proto__:null,default:Nl}),Fl=Q`
603
603
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
604
604
  <path
605
605
  fill="currentColor"
@@ -608,14 +608,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
608
608
  clip-rule="evenodd"
609
609
  />
610
610
  </svg>
611
- `,Fl=Object.freeze({__proto__:null,default:Rl}),Dl=Q`
611
+ `,Dl=Object.freeze({__proto__:null,default:Fl}),ql=Q`
612
612
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
613
613
  <path
614
614
  fill="currentColor"
615
615
  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"
616
616
  />
617
617
  </svg>
618
- `,ql=Object.freeze({__proto__:null,default:Dl}),Wl=Q`
618
+ `,Wl=Object.freeze({__proto__:null,default:ql}),Gl=Q`
619
619
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
620
620
  <path
621
621
  fill="currentColor"
@@ -624,7 +624,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
624
624
  clip-rule="evenodd"
625
625
  />
626
626
  </svg>
627
- `,Gl=Object.freeze({__proto__:null,default:Wl}),Kl=Q`
627
+ `,Kl=Object.freeze({__proto__:null,default:Gl}),Jl=Q`
628
628
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
629
629
  <path
630
630
  fill="currentColor"
@@ -637,7 +637,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
637
637
  clip-rule="evenodd"
638
638
  />
639
639
  </svg>
640
- `,Jl=Object.freeze({__proto__:null,default:Kl}),Yl=Q`
640
+ `,Xl=Object.freeze({__proto__:null,default:Jl}),Yl=Q`
641
641
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
642
642
  <path
643
643
  fill="currentColor"
@@ -650,7 +650,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
650
650
  clip-rule="evenodd"
651
651
  />
652
652
  </svg>
653
- `,Xl=Object.freeze({__proto__:null,default:Yl}),Ql=Q`
653
+ `,Ql=Object.freeze({__proto__:null,default:Yl}),er=Q`
654
654
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
655
655
  <path
656
656
  fill="currentColor"
@@ -659,7 +659,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
659
659
  clip-rule="evenodd"
660
660
  />
661
661
  </svg>
662
- `,er=Object.freeze({__proto__:null,default:Ql}),tr=Q`
662
+ `,tr=Object.freeze({__proto__:null,default:er}),lr=Q`
663
663
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
664
664
  <path
665
665
  fill="currentColor"
@@ -668,7 +668,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
668
668
  clip-rule="evenodd"
669
669
  />
670
670
  </svg>
671
- `,lr=Object.freeze({__proto__:null,default:tr}),rr=Q`
671
+ `,rr=Object.freeze({__proto__:null,default:lr}),ir=Q`
672
672
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
673
673
  <path
674
674
  fill="currentColor"
@@ -677,7 +677,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
677
677
  clip-rule="evenodd"
678
678
  />
679
679
  </svg>
680
- `,ir=Object.freeze({__proto__:null,default:rr}),or=Q`
680
+ `,or=Object.freeze({__proto__:null,default:ir}),ar=Q`
681
681
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
682
682
  <path
683
683
  fill="currentColor"
@@ -690,14 +690,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
690
690
  clip-rule="evenodd"
691
691
  />
692
692
  </svg>
693
- `,ar=Object.freeze({__proto__:null,default:or}),nr=Q`
693
+ `,nr=Object.freeze({__proto__:null,default:ar}),cr=Q`
694
694
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
695
695
  <path
696
696
  fill="currentColor"
697
697
  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"
698
698
  />
699
699
  </svg>
700
- `,cr=Object.freeze({__proto__:null,default:nr}),sr=Q`
700
+ `,sr=Object.freeze({__proto__:null,default:cr}),hr=Q`
701
701
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
702
702
  <path
703
703
  fill="currentColor"
@@ -712,14 +712,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
712
712
  clip-rule="evenodd"
713
713
  />
714
714
  </svg>
715
- `,hr=Object.freeze({__proto__:null,default:sr}),dr=Q`
715
+ `,dr=Object.freeze({__proto__:null,default:hr}),ur=Q`
716
716
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
717
717
  <path
718
718
  fill="currentColor"
719
719
  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"
720
720
  />
721
721
  </svg>
722
- `,ur=Object.freeze({__proto__:null,default:dr}),vr=Q`
722
+ `,vr=Object.freeze({__proto__:null,default:ur}),fr=Q`
723
723
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
724
724
  <path
725
725
  fill="currentColor"
@@ -738,7 +738,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
738
738
  clip-rule="evenodd"
739
739
  />
740
740
  </svg>
741
- `,fr=Object.freeze({__proto__:null,default:vr}),pr=Q`
741
+ `,pr=Object.freeze({__proto__:null,default:fr}),gr=Q`
742
742
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
743
743
  <path
744
744
  fill="currentColor"
@@ -747,7 +747,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
747
747
  clip-rule="evenodd"
748
748
  />
749
749
  </svg>
750
- `,gr=Object.freeze({__proto__:null,default:pr}),wr=Q`
750
+ `,wr=Object.freeze({__proto__:null,default:gr}),mr=Q`
751
751
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
752
752
  <path
753
753
  fill="currentColor"
@@ -756,7 +756,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
756
756
  clip-rule="evenodd"
757
757
  />
758
758
  </svg>
759
- `,mr=Object.freeze({__proto__:null,default:wr}),_r=Q`
759
+ `,_r=Object.freeze({__proto__:null,default:mr}),Zr=Q`
760
760
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
761
761
  <path
762
762
  fill="currentColor"
@@ -765,7 +765,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
765
765
  clip-rule="evenodd"
766
766
  />
767
767
  </svg>
768
- `,Zr=Object.freeze({__proto__:null,default:_r}),br=Q`
768
+ `,Cr=Object.freeze({__proto__:null,default:Zr}),br=Q`
769
769
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
770
770
  <path
771
771
  fill="currentColor"
@@ -774,7 +774,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
774
774
  clip-rule="evenodd"
775
775
  />
776
776
  </svg>
777
- `,Cr=Object.freeze({__proto__:null,default:br}),xr=Q`
777
+ `,xr=Object.freeze({__proto__:null,default:br}),Mr=Q`
778
778
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
779
779
  <path
780
780
  fill="currentColor"
@@ -783,7 +783,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
783
783
  clip-rule="evenodd"
784
784
  />
785
785
  </svg>
786
- `,Mr=Object.freeze({__proto__:null,default:xr}),Vr=Q`
786
+ `,Vr=Object.freeze({__proto__:null,default:Mr}),yr=Q`
787
787
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
788
788
  <path
789
789
  fill="currentColor"
@@ -792,7 +792,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
792
792
  clip-rule="evenodd"
793
793
  />
794
794
  </svg>
795
- `,yr=Object.freeze({__proto__:null,default:Vr}),Hr=Q`
795
+ `,Hr=Object.freeze({__proto__:null,default:yr}),Pr=Q`
796
796
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
797
797
  <path
798
798
  fill="currentColor"
@@ -801,7 +801,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
801
801
  clip-rule="evenodd"
802
802
  />
803
803
  </svg>
804
- `,Pr=Object.freeze({__proto__:null,default:Hr}),zr=Q`
804
+ `,zr=Object.freeze({__proto__:null,default:Pr}),Or=Q`
805
805
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
806
806
  <path
807
807
  fill="currentColor"
@@ -830,7 +830,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
830
830
  clip-rule="evenodd"
831
831
  />
832
832
  </svg>
833
- `,kr=Object.freeze({__proto__:null,default:zr}),Or=Q`
833
+ `,kr=Object.freeze({__proto__:null,default:Or}),jr=Q`
834
834
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
835
835
  <path
836
836
  fill="currentColor"
@@ -839,7 +839,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
839
839
  clip-rule="evenodd"
840
840
  />
841
841
  </svg>
842
- `,jr=Object.freeze({__proto__:null,default:Or}),Br=Q`
842
+ `,Br=Object.freeze({__proto__:null,default:jr}),Sr=Q`
843
843
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
844
844
  <path
845
845
  fill="currentColor"
@@ -852,7 +852,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
852
852
  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"
853
853
  />
854
854
  </svg>
855
- `,$r=Object.freeze({__proto__:null,default:Br}),Sr=Q`
855
+ `,$r=Object.freeze({__proto__:null,default:Sr}),Lr=Q`
856
856
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
857
857
  <path
858
858
  fill="currentColor"
@@ -861,7 +861,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
861
861
  clip-rule="evenodd"
862
862
  />
863
863
  </svg>
864
- `,Lr=Object.freeze({__proto__:null,default:Sr}),Ar=Q`
864
+ `,Ar=Object.freeze({__proto__:null,default:Lr}),Er=Q`
865
865
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
866
866
  <path
867
867
  fill="currentColor"
@@ -874,7 +874,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
874
874
  clip-rule="evenodd"
875
875
  />
876
876
  </svg>
877
- `,Er=Object.freeze({__proto__:null,default:Ar}),Tr=Q`
877
+ `,Tr=Object.freeze({__proto__:null,default:Er}),Ir=Q`
878
878
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
879
879
  <path
880
880
  fill="currentColor"
@@ -883,7 +883,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
883
883
  clip-rule="evenodd"
884
884
  />
885
885
  </svg>
886
- `,Ir=Object.freeze({__proto__:null,default:Tr}),Ur=Q`
886
+ `,Ur=Object.freeze({__proto__:null,default:Ir}),Nr=Q`
887
887
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
888
888
  <path
889
889
  fill="currentColor"
@@ -896,7 +896,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
896
896
  clip-rule="evenodd"
897
897
  />
898
898
  </svg>
899
- `,Nr=Object.freeze({__proto__:null,default:Ur}),Rr=Q`
899
+ `,Rr=Object.freeze({__proto__:null,default:Nr}),Fr=Q`
900
900
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
901
901
  <path
902
902
  fill="currentColor"
@@ -909,7 +909,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
909
909
  clip-rule="evenodd"
910
910
  />
911
911
  </svg>
912
- `,Fr=Object.freeze({__proto__:null,default:Rr}),Dr=Q`
912
+ `,Dr=Object.freeze({__proto__:null,default:Fr}),qr=Q`
913
913
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
914
914
  <path
915
915
  fill="currentColor"
@@ -918,7 +918,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
918
918
  clip-rule="evenodd"
919
919
  />
920
920
  </svg>
921
- `,qr=Object.freeze({__proto__:null,default:Dr}),Wr=Q`
921
+ `,Wr=Object.freeze({__proto__:null,default:qr}),Gr=Q`
922
922
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
923
923
  <path
924
924
  fill="currentColor"
@@ -931,7 +931,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
931
931
  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"
932
932
  />
933
933
  </svg>
934
- `,Gr=Object.freeze({__proto__:null,default:Wr}),Kr=Q`
934
+ `,Kr=Object.freeze({__proto__:null,default:Gr}),Jr=Q`
935
935
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
936
936
  <path
937
937
  fill="currentColor"
@@ -940,7 +940,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
940
940
  clip-rule="evenodd"
941
941
  />
942
942
  </svg>
943
- `,Jr=Object.freeze({__proto__:null,default:Kr}),Yr=Q`
943
+ `,Xr=Object.freeze({__proto__:null,default:Jr}),Yr=Q`
944
944
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
945
945
  <path
946
946
  fill="currentColor"
@@ -949,7 +949,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
949
949
  clip-rule="evenodd"
950
950
  />
951
951
  </svg>
952
- `,Xr=Object.freeze({__proto__:null,default:Yr}),Qr=Q`
952
+ `,Qr=Object.freeze({__proto__:null,default:Yr}),ei=Q`
953
953
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
954
954
  <path
955
955
  fill="currentColor"
@@ -958,7 +958,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
958
958
  clip-rule="evenodd"
959
959
  />
960
960
  </svg>
961
- `,ei=Object.freeze({__proto__:null,default:Qr}),ti=Q`
961
+ `,ti=Object.freeze({__proto__:null,default:ei}),li=Q`
962
962
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
963
963
  <path
964
964
  fill="currentColor"
@@ -971,14 +971,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
971
971
  clip-rule="evenodd"
972
972
  />
973
973
  </svg>
974
- `,li=Object.freeze({__proto__:null,default:ti}),ri=Q`
974
+ `,ri=Object.freeze({__proto__:null,default:li}),ii=Q`
975
975
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
976
976
  <path
977
977
  fill="currentColor"
978
978
  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"
979
979
  />
980
980
  </svg>
981
- `,ii=Object.freeze({__proto__:null,default:ri}),oi=Q`
981
+ `,oi=Object.freeze({__proto__:null,default:ii}),ai=Q`
982
982
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
983
983
  <path
984
984
  fill="currentColor"
@@ -987,7 +987,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
987
987
  clip-rule="evenodd"
988
988
  />
989
989
  </svg>
990
- `,ai=Object.freeze({__proto__:null,default:oi}),ni=Q`
990
+ `,ni=Object.freeze({__proto__:null,default:ai}),ci=Q`
991
991
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
992
992
  <path
993
993
  fill="currentColor"
@@ -1002,7 +1002,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1002
1002
  clip-rule="evenodd"
1003
1003
  />
1004
1004
  </svg>
1005
- `,ci=Object.freeze({__proto__:null,default:ni}),si=Q`
1005
+ `,si=Object.freeze({__proto__:null,default:ci}),hi=Q`
1006
1006
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1007
1007
  <path
1008
1008
  fill="currentColor"
@@ -1013,7 +1013,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1013
1013
  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"
1014
1014
  />
1015
1015
  </svg>
1016
- `,hi=Object.freeze({__proto__:null,default:si}),di=Q`
1016
+ `,di=Object.freeze({__proto__:null,default:hi}),ui=Q`
1017
1017
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1018
1018
  <path
1019
1019
  fill="currentColor"
@@ -1022,7 +1022,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1022
1022
  clip-rule="evenodd"
1023
1023
  />
1024
1024
  </svg>
1025
- `,ui=Object.freeze({__proto__:null,default:di}),vi=Q`
1025
+ `,vi=Object.freeze({__proto__:null,default:ui}),fi=Q`
1026
1026
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1027
1027
  <path
1028
1028
  fill="currentColor"
@@ -1031,7 +1031,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1031
1031
  clip-rule="evenodd"
1032
1032
  />
1033
1033
  </svg>
1034
- `,fi=Object.freeze({__proto__:null,default:vi}),pi=Q`
1034
+ `,pi=Object.freeze({__proto__:null,default:fi}),gi=Q`
1035
1035
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1036
1036
  <path
1037
1037
  fill="currentColor"
@@ -1044,7 +1044,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1044
1044
  clip-rule="evenodd"
1045
1045
  />
1046
1046
  </svg>
1047
- `,gi=Object.freeze({__proto__:null,default:pi}),wi=Q`
1047
+ `,wi=Object.freeze({__proto__:null,default:gi}),mi=Q`
1048
1048
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1049
1049
  <path
1050
1050
  fill="currentColor"
@@ -1059,14 +1059,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1059
1059
  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"
1060
1060
  />
1061
1061
  </svg>
1062
- `,mi=Object.freeze({__proto__:null,default:wi}),_i=Q`
1062
+ `,_i=Object.freeze({__proto__:null,default:mi}),Zi=Q`
1063
1063
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1064
1064
  <path
1065
1065
  fill="currentColor"
1066
1066
  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"
1067
1067
  />
1068
1068
  </svg>
1069
- `,Zi=Object.freeze({__proto__:null,default:_i}),bi=Q`
1069
+ `,Ci=Object.freeze({__proto__:null,default:Zi}),bi=Q`
1070
1070
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1071
1071
  <path
1072
1072
  fill="currentColor"
@@ -1079,7 +1079,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1079
1079
  clip-rule="evenodd"
1080
1080
  />
1081
1081
  </svg>
1082
- `,Ci=Object.freeze({__proto__:null,default:bi}),xi=Q`
1082
+ `,xi=Object.freeze({__proto__:null,default:bi}),Mi=Q`
1083
1083
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1084
1084
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
1085
1085
  <path
@@ -1089,7 +1089,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1089
1089
  clip-rule="evenodd"
1090
1090
  />
1091
1091
  </svg>
1092
- `,Mi=Object.freeze({__proto__:null,default:xi}),Vi=Q`
1092
+ `,Vi=Object.freeze({__proto__:null,default:Mi}),yi=Q`
1093
1093
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1094
1094
  <path
1095
1095
  fill="currentColor"
@@ -1102,7 +1102,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1102
1102
  clip-rule="evenodd"
1103
1103
  />
1104
1104
  </svg>
1105
- `,yi=Object.freeze({__proto__:null,default:Vi}),Hi=Q`
1105
+ `,Hi=Object.freeze({__proto__:null,default:yi}),Pi=Q`
1106
1106
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1107
1107
  <path
1108
1108
  fill="currentColor"
@@ -1111,7 +1111,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1111
1111
  clip-rule="evenodd"
1112
1112
  />
1113
1113
  </svg>
1114
- `,Pi=Object.freeze({__proto__:null,default:Hi}),zi=Q`
1114
+ `,zi=Object.freeze({__proto__:null,default:Pi}),Oi=Q`
1115
1115
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1116
1116
  <path
1117
1117
  fill="currentColor"
@@ -1120,7 +1120,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1120
1120
  clip-rule="evenodd"
1121
1121
  />
1122
1122
  </svg>
1123
- `,ki=Object.freeze({__proto__:null,default:zi}),Oi=Q`
1123
+ `,ki=Object.freeze({__proto__:null,default:Oi}),ji=Q`
1124
1124
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1125
1125
  <path
1126
1126
  fill="currentColor"
@@ -1135,7 +1135,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1135
1135
  clip-rule="evenodd"
1136
1136
  />
1137
1137
  </svg>
1138
- `,ji=Object.freeze({__proto__:null,default:Oi}),Bi=Q`
1138
+ `,Bi=Object.freeze({__proto__:null,default:ji}),Si=Q`
1139
1139
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1140
1140
  <path
1141
1141
  fill="currentColor"
@@ -1148,7 +1148,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1148
1148
  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"
1149
1149
  />
1150
1150
  </svg>
1151
- `,$i=Object.freeze({__proto__:null,default:Bi}),Si=Q`
1151
+ `,$i=Object.freeze({__proto__:null,default:Si}),Li=Q`
1152
1152
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1153
1153
  <path
1154
1154
  fill="currentColor"
@@ -1161,7 +1161,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1161
1161
  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"
1162
1162
  />
1163
1163
  </svg>
1164
- `,Li=Object.freeze({__proto__:null,default:Si}),Ai=Q`
1164
+ `,Ai=Object.freeze({__proto__:null,default:Li}),Ei=Q`
1165
1165
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1166
1166
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
1167
1167
  <path
@@ -1171,7 +1171,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1171
1171
  clip-rule="evenodd"
1172
1172
  />
1173
1173
  </svg>
1174
- `,Ei=Object.freeze({__proto__:null,default:Ai}),Ti=Q`
1174
+ `,Ti=Object.freeze({__proto__:null,default:Ei}),Ii=Q`
1175
1175
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1176
1176
  <path
1177
1177
  fill="currentColor"
@@ -1180,14 +1180,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1180
1180
  clip-rule="evenodd"
1181
1181
  />
1182
1182
  </svg>
1183
- `,Ii=Object.freeze({__proto__:null,default:Ti}),Ui=Q`
1183
+ `,Ui=Object.freeze({__proto__:null,default:Ii}),Ni=Q`
1184
1184
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1185
1185
  <path
1186
1186
  fill="currentColor"
1187
1187
  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"
1188
1188
  />
1189
1189
  </svg>
1190
- `,Ni=Object.freeze({__proto__:null,default:Ui}),Ri=Q`
1190
+ `,Ri=Object.freeze({__proto__:null,default:Ni}),Fi=Q`
1191
1191
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1192
1192
  <path
1193
1193
  fill="currentColor"
@@ -1196,14 +1196,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1196
1196
  clip-rule="evenodd"
1197
1197
  />
1198
1198
  </svg>
1199
- `,Fi=Object.freeze({__proto__:null,default:Ri}),Di=Q`
1199
+ `,Di=Object.freeze({__proto__:null,default:Fi}),qi=Q`
1200
1200
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1201
1201
  <path
1202
1202
  fill="currentColor"
1203
1203
  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"
1204
1204
  />
1205
1205
  </svg>
1206
- `,qi=Object.freeze({__proto__:null,default:Di}),Wi=Q`
1206
+ `,Wi=Object.freeze({__proto__:null,default:qi}),Gi=Q`
1207
1207
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1208
1208
  <path
1209
1209
  fill="currentColor"
@@ -1212,7 +1212,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1212
1212
  clip-rule="evenodd"
1213
1213
  />
1214
1214
  </svg>
1215
- `,Gi=Object.freeze({__proto__:null,default:Wi}),Ki=Q`
1215
+ `,Ki=Object.freeze({__proto__:null,default:Gi}),Ji=Q`
1216
1216
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1217
1217
  <path
1218
1218
  fill="currentColor"
@@ -1221,7 +1221,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1221
1221
  clip-rule="evenodd"
1222
1222
  />
1223
1223
  </svg>
1224
- `,Ji=Object.freeze({__proto__:null,default:Ki}),Yi=Q`
1224
+ `,Xi=Object.freeze({__proto__:null,default:Ji}),Yi=Q`
1225
1225
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1226
1226
  <path
1227
1227
  fill="currentColor"
@@ -1230,7 +1230,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1230
1230
  clip-rule="evenodd"
1231
1231
  />
1232
1232
  </svg>
1233
- `,Xi=Object.freeze({__proto__:null,default:Yi}),Qi=Q`
1233
+ `,Qi=Object.freeze({__proto__:null,default:Yi}),eo=Q`
1234
1234
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1235
1235
  <path
1236
1236
  fill="currentColor"
@@ -1239,7 +1239,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1239
1239
  clip-rule="evenodd"
1240
1240
  />
1241
1241
  </svg>
1242
- `,eo=Object.freeze({__proto__:null,default:Qi}),to=Q`
1242
+ `,to=Object.freeze({__proto__:null,default:eo}),lo=Q`
1243
1243
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1244
1244
  <path
1245
1245
  fill="currentColor"
@@ -1248,7 +1248,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1248
1248
  clip-rule="evenodd"
1249
1249
  />
1250
1250
  </svg>
1251
- `,lo=Object.freeze({__proto__:null,default:to}),ro=Q`
1251
+ `,ro=Object.freeze({__proto__:null,default:lo}),io=Q`
1252
1252
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1253
1253
  <path
1254
1254
  fill="currentColor"
@@ -1257,7 +1257,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1257
1257
  clip-rule="evenodd"
1258
1258
  />
1259
1259
  </svg>
1260
- `,io=Object.freeze({__proto__:null,default:ro}),oo=Q`
1260
+ `,oo=Object.freeze({__proto__:null,default:io}),ao=Q`
1261
1261
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1262
1262
  <path
1263
1263
  fill="currentColor"
@@ -1266,7 +1266,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1266
1266
  clip-rule="evenodd"
1267
1267
  />
1268
1268
  </svg>
1269
- `,ao=Object.freeze({__proto__:null,default:oo}),no=Q`
1269
+ `,no=Object.freeze({__proto__:null,default:ao}),co=Q`
1270
1270
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1271
1271
  <path
1272
1272
  fill="currentColor"
@@ -1275,7 +1275,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1275
1275
  clip-rule="evenodd"
1276
1276
  />
1277
1277
  </svg>
1278
- `,co=Object.freeze({__proto__:null,default:no}),so=Q`
1278
+ `,so=Object.freeze({__proto__:null,default:co}),ho=Q`
1279
1279
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1280
1280
  <path
1281
1281
  fill="currentColor"
@@ -1284,7 +1284,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1284
1284
  clip-rule="evenodd"
1285
1285
  />
1286
1286
  </svg>
1287
- `,ho=Object.freeze({__proto__:null,default:so}),uo=Q`
1287
+ `,uo=Object.freeze({__proto__:null,default:ho}),vo=Q`
1288
1288
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1289
1289
  <path
1290
1290
  fill="currentColor"
@@ -1294,14 +1294,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1294
1294
  />
1295
1295
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
1296
1296
  </svg>
1297
- `,vo=Object.freeze({__proto__:null,default:uo}),fo=Q`
1297
+ `,fo=Object.freeze({__proto__:null,default:vo}),po=Q`
1298
1298
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1299
1299
  <path
1300
1300
  fill="currentColor"
1301
1301
  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"
1302
1302
  />
1303
1303
  </svg>
1304
- `,po=Object.freeze({__proto__:null,default:fo}),go=Q`
1304
+ `,go=Object.freeze({__proto__:null,default:po}),wo=Q`
1305
1305
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1306
1306
  <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" />
1307
1307
  <path
@@ -1311,7 +1311,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1311
1311
  clip-rule="evenodd"
1312
1312
  />
1313
1313
  </svg>
1314
- `,wo=Object.freeze({__proto__:null,default:go}),mo=Q`
1314
+ `,mo=Object.freeze({__proto__:null,default:wo}),_o=Q`
1315
1315
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1316
1316
  <path
1317
1317
  fill="currentColor"
@@ -1327,7 +1327,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1327
1327
  clip-rule="evenodd"
1328
1328
  />
1329
1329
  </svg>
1330
- `,_o=Object.freeze({__proto__:null,default:mo}),Zo=Q`
1330
+ `,Zo=Object.freeze({__proto__:null,default:_o}),Co=Q`
1331
1331
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1332
1332
  <path
1333
1333
  fill="currentColor"
@@ -1336,7 +1336,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1336
1336
  clip-rule="evenodd"
1337
1337
  />
1338
1338
  </svg>
1339
- `,bo=Object.freeze({__proto__:null,default:Zo}),Co=Q`
1339
+ `,bo=Object.freeze({__proto__:null,default:Co}),xo=Q`
1340
1340
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1341
1341
  <path
1342
1342
  fill="currentColor"
@@ -1345,7 +1345,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1345
1345
  clip-rule="evenodd"
1346
1346
  />
1347
1347
  </svg>
1348
- `,xo=Object.freeze({__proto__:null,default:Co}),Mo=Q`
1348
+ `,Mo=Object.freeze({__proto__:null,default:xo}),Vo=Q`
1349
1349
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1350
1350
  <path
1351
1351
  fill="currentColor"
@@ -1354,7 +1354,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1354
1354
  clip-rule="evenodd"
1355
1355
  />
1356
1356
  </svg>
1357
- `,Vo=Object.freeze({__proto__:null,default:Mo}),yo=Q`
1357
+ `,yo=Object.freeze({__proto__:null,default:Vo}),Ho=Q`
1358
1358
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1359
1359
  <path
1360
1360
  fill="currentColor"
@@ -1363,7 +1363,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1363
1363
  clip-rule="evenodd"
1364
1364
  />
1365
1365
  </svg>
1366
- `,Ho=Object.freeze({__proto__:null,default:yo}),Po=Q`
1366
+ `,Po=Object.freeze({__proto__:null,default:Ho}),zo=Q`
1367
1367
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1368
1368
  <path
1369
1369
  fill="currentColor"
@@ -1372,7 +1372,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1372
1372
  clip-rule="evenodd"
1373
1373
  />
1374
1374
  </svg>
1375
- `,zo=Object.freeze({__proto__:null,default:Po}),ko=Q`
1375
+ `,Oo=Object.freeze({__proto__:null,default:zo}),ko=Q`
1376
1376
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1377
1377
  <path
1378
1378
  fill="currentColor"
@@ -1381,7 +1381,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1381
1381
  clip-rule="evenodd"
1382
1382
  />
1383
1383
  </svg>
1384
- `,Oo=Object.freeze({__proto__:null,default:ko}),jo=Q`
1384
+ `,jo=Object.freeze({__proto__:null,default:ko}),Bo=Q`
1385
1385
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1386
1386
  <path
1387
1387
  fill="currentColor"
@@ -1398,7 +1398,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1398
1398
  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"
1399
1399
  />
1400
1400
  </svg>
1401
- `,Bo=Object.freeze({__proto__:null,default:jo}),$o=Q`
1401
+ `,So=Object.freeze({__proto__:null,default:Bo}),$o=Q`
1402
1402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1403
1403
  <path
1404
1404
  fill="currentColor"
@@ -1407,21 +1407,21 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1407
1407
  clip-rule="evenodd"
1408
1408
  />
1409
1409
  </svg>
1410
- `,So=Object.freeze({__proto__:null,default:$o}),Lo=Q`
1410
+ `,Lo=Object.freeze({__proto__:null,default:$o}),Ao=Q`
1411
1411
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1412
1412
  <path
1413
1413
  fill="currentColor"
1414
1414
  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"
1415
1415
  />
1416
1416
  </svg>
1417
- `,Ao=Object.freeze({__proto__:null,default:Lo}),Eo=Q`
1417
+ `,Eo=Object.freeze({__proto__:null,default:Ao}),To=Q`
1418
1418
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1419
1419
  <path
1420
1420
  fill="currentColor"
1421
1421
  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"
1422
1422
  />
1423
1423
  </svg>
1424
- `,To=Object.freeze({__proto__:null,default:Eo}),Io=Q`
1424
+ `,Io=Object.freeze({__proto__:null,default:To}),Uo=Q`
1425
1425
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1426
1426
  <path
1427
1427
  fill="currentColor"
@@ -1430,7 +1430,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1430
1430
  clip-rule="evenodd"
1431
1431
  />
1432
1432
  </svg>
1433
- `,Uo=Object.freeze({__proto__:null,default:Io}),No=Q`
1433
+ `,No=Object.freeze({__proto__:null,default:Uo}),Ro=Q`
1434
1434
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1435
1435
  <path
1436
1436
  fill="currentColor"
@@ -1439,7 +1439,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1439
1439
  clip-rule="evenodd"
1440
1440
  />
1441
1441
  </svg>
1442
- `,Ro=Object.freeze({__proto__:null,default:No}),Fo=Q`
1442
+ `,Fo=Object.freeze({__proto__:null,default:Ro}),Do=Q`
1443
1443
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1444
1444
  <path
1445
1445
  fill="currentColor"
@@ -1450,7 +1450,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1450
1450
  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"
1451
1451
  />
1452
1452
  </svg>
1453
- `,Do=Object.freeze({__proto__:null,default:Fo}),qo=Q`
1453
+ `,qo=Object.freeze({__proto__:null,default:Do}),Wo=Q`
1454
1454
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1455
1455
  <path
1456
1456
  fill="currentColor"
@@ -1461,7 +1461,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1461
1461
  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"
1462
1462
  />
1463
1463
  </svg>
1464
- `,Wo=Object.freeze({__proto__:null,default:qo}),Go=Q`
1464
+ `,Go=Object.freeze({__proto__:null,default:Wo}),Ko=Q`
1465
1465
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1466
1466
  <path
1467
1467
  fill="currentColor"
@@ -1476,7 +1476,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1476
1476
  clip-rule="evenodd"
1477
1477
  />
1478
1478
  </svg>
1479
- `,Ko=Object.freeze({__proto__:null,default:Go}),Jo=Q`
1479
+ `,Jo=Object.freeze({__proto__:null,default:Ko}),Xo=Q`
1480
1480
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1481
1481
  <path
1482
1482
  fill="currentColor"
@@ -1485,7 +1485,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1485
1485
  clip-rule="evenodd"
1486
1486
  />
1487
1487
  </svg>
1488
- `,Yo=Object.freeze({__proto__:null,default:Jo}),Xo=Q`
1488
+ `,Yo=Object.freeze({__proto__:null,default:Xo}),Qo=Q`
1489
1489
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1490
1490
  <path
1491
1491
  fill="currentColor"
@@ -1494,7 +1494,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1494
1494
  clip-rule="evenodd"
1495
1495
  />
1496
1496
  </svg>
1497
- `,Qo=Object.freeze({__proto__:null,default:Xo}),ea=Q`
1497
+ `,ea=Object.freeze({__proto__:null,default:Qo}),ta=Q`
1498
1498
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1499
1499
  <path
1500
1500
  fill="currentColor"
@@ -1503,21 +1503,21 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1503
1503
  clip-rule="evenodd"
1504
1504
  />
1505
1505
  </svg>
1506
- `,ta=Object.freeze({__proto__:null,default:ea}),la=Q`
1506
+ `,la=Object.freeze({__proto__:null,default:ta}),ra=Q`
1507
1507
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1508
1508
  <path
1509
1509
  fill="currentColor"
1510
1510
  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"
1511
1511
  />
1512
1512
  </svg>
1513
- `,ra=Object.freeze({__proto__:null,default:la}),ia=Q`
1513
+ `,ia=Object.freeze({__proto__:null,default:ra}),oa=Q`
1514
1514
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1515
1515
  <path
1516
1516
  fill="currentColor"
1517
1517
  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"
1518
1518
  />
1519
1519
  </svg>
1520
- `,oa=Object.freeze({__proto__:null,default:ia}),aa=Q`
1520
+ `,aa=Object.freeze({__proto__:null,default:oa}),na=Q`
1521
1521
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1522
1522
  <path
1523
1523
  fill="currentColor"
@@ -1530,7 +1530,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1530
1530
  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"
1531
1531
  />
1532
1532
  </svg>
1533
- `,na=Object.freeze({__proto__:null,default:aa}),ca=Q`
1533
+ `,ca=Object.freeze({__proto__:null,default:na}),sa=Q`
1534
1534
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1535
1535
  <path
1536
1536
  fill="currentColor"
@@ -1539,21 +1539,21 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1539
1539
  clip-rule="evenodd"
1540
1540
  />
1541
1541
  </svg>
1542
- `,sa=Object.freeze({__proto__:null,default:ca}),ha=Q`
1542
+ `,ha=Object.freeze({__proto__:null,default:sa}),da=Q`
1543
1543
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1544
1544
  <path
1545
1545
  fill="currentColor"
1546
1546
  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"
1547
1547
  />
1548
1548
  </svg>
1549
- `,da=Object.freeze({__proto__:null,default:ha}),ua=Q`
1549
+ `,ua=Object.freeze({__proto__:null,default:da}),va=Q`
1550
1550
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1551
1551
  <path
1552
1552
  fill="currentColor"
1553
1553
  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"
1554
1554
  />
1555
1555
  </svg>
1556
- `,va=Object.freeze({__proto__:null,default:ua}),fa=Q`
1556
+ `,fa=Object.freeze({__proto__:null,default:va}),pa=Q`
1557
1557
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1558
1558
  <path
1559
1559
  fill="currentColor"
@@ -1562,7 +1562,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1562
1562
  clip-rule="evenodd"
1563
1563
  />
1564
1564
  </svg>
1565
- `,pa=Object.freeze({__proto__:null,default:fa}),ga=Q`
1565
+ `,ga=Object.freeze({__proto__:null,default:pa}),wa=Q`
1566
1566
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1567
1567
  <path
1568
1568
  fill="currentColor"
@@ -1575,7 +1575,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1575
1575
  clip-rule="evenodd"
1576
1576
  />
1577
1577
  </svg>
1578
- `,wa=Object.freeze({__proto__:null,default:ga}),ma=Q`
1578
+ `,ma=Object.freeze({__proto__:null,default:wa}),_a=Q`
1579
1579
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1580
1580
  <path
1581
1581
  fill="currentColor"
@@ -1594,14 +1594,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1594
1594
  clip-rule="evenodd"
1595
1595
  />
1596
1596
  </svg>
1597
- `,_a=Object.freeze({__proto__:null,default:ma}),Za=Q`
1597
+ `,Za=Object.freeze({__proto__:null,default:_a}),Ca=Q`
1598
1598
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1599
1599
  <path
1600
1600
  fill="currentColor"
1601
1601
  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"
1602
1602
  />
1603
1603
  </svg>
1604
- `,ba=Object.freeze({__proto__:null,default:Za}),Ca=Q`
1604
+ `,ba=Object.freeze({__proto__:null,default:Ca}),xa=Q`
1605
1605
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1606
1606
  <path
1607
1607
  fill="currentColor"
@@ -1610,7 +1610,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1610
1610
  clip-rule="evenodd"
1611
1611
  />
1612
1612
  </svg>
1613
- `,xa=Object.freeze({__proto__:null,default:Ca}),Ma=Q`
1613
+ `,Ma=Object.freeze({__proto__:null,default:xa}),Va=Q`
1614
1614
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1615
1615
  <path
1616
1616
  fill="currentColor"
@@ -1619,7 +1619,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1619
1619
  clip-rule="evenodd"
1620
1620
  />
1621
1621
  </svg>
1622
- `,Va=Object.freeze({__proto__:null,default:Ma}),ya=Q`
1622
+ `,ya=Object.freeze({__proto__:null,default:Va}),Ha=Q`
1623
1623
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1624
1624
  <path
1625
1625
  fill="currentColor"
@@ -1628,7 +1628,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1628
1628
  clip-rule="evenodd"
1629
1629
  />
1630
1630
  </svg>
1631
- `,Ha=Object.freeze({__proto__:null,default:ya}),Pa=Q`
1631
+ `,Pa=Object.freeze({__proto__:null,default:Ha}),za=Q`
1632
1632
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1633
1633
  <path
1634
1634
  fill="currentColor"
@@ -1637,7 +1637,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1637
1637
  clip-rule="evenodd"
1638
1638
  />
1639
1639
  </svg>
1640
- `,za=Object.freeze({__proto__:null,default:Pa}),ka=Q`
1640
+ `,Oa=Object.freeze({__proto__:null,default:za}),ka=Q`
1641
1641
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1642
1642
  <path
1643
1643
  fill="currentColor"
@@ -1646,7 +1646,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1646
1646
  clip-rule="evenodd"
1647
1647
  />
1648
1648
  </svg>
1649
- `,Oa=Object.freeze({__proto__:null,default:ka}),ja=Q`
1649
+ `,ja=Object.freeze({__proto__:null,default:ka}),Ba=Q`
1650
1650
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1651
1651
  <path
1652
1652
  fill="currentColor"
@@ -1655,7 +1655,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1655
1655
  clip-rule="evenodd"
1656
1656
  />
1657
1657
  </svg>
1658
- `,Ba=Object.freeze({__proto__:null,default:ja}),$a=Q`
1658
+ `,Sa=Object.freeze({__proto__:null,default:Ba}),$a=Q`
1659
1659
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1660
1660
  <path
1661
1661
  fill="currentColor"
@@ -1668,7 +1668,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1668
1668
  clip-rule="evenodd"
1669
1669
  />
1670
1670
  </svg>
1671
- `,Sa=Object.freeze({__proto__:null,default:$a}),La=Q`
1671
+ `,La=Object.freeze({__proto__:null,default:$a}),Aa=Q`
1672
1672
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1673
1673
  <path
1674
1674
  fill="currentColor"
@@ -1677,7 +1677,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1677
1677
  clip-rule="evenodd"
1678
1678
  />
1679
1679
  </svg>
1680
- `,Aa=Object.freeze({__proto__:null,default:La}),Ea=Q`
1680
+ `,Ea=Object.freeze({__proto__:null,default:Aa}),Ta=Q`
1681
1681
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1682
1682
  <path
1683
1683
  fill="currentColor"
@@ -1686,14 +1686,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1686
1686
  clip-rule="evenodd"
1687
1687
  />
1688
1688
  </svg>
1689
- `,Ta=Object.freeze({__proto__:null,default:Ea}),Ia=Q`
1689
+ `,Ia=Object.freeze({__proto__:null,default:Ta}),Ua=Q`
1690
1690
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1691
1691
  <path
1692
1692
  fill="currentColor"
1693
1693
  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"
1694
1694
  />
1695
1695
  </svg>
1696
- `,Ua=Object.freeze({__proto__:null,default:Ia}),Na=Q`
1696
+ `,Na=Object.freeze({__proto__:null,default:Ua}),Ra=Q`
1697
1697
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1698
1698
  <path
1699
1699
  fill="currentColor"
@@ -1702,14 +1702,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1702
1702
  clip-rule="evenodd"
1703
1703
  />
1704
1704
  </svg>
1705
- `,Ra=Object.freeze({__proto__:null,default:Na}),Fa=Q`
1705
+ `,Fa=Object.freeze({__proto__:null,default:Ra}),Da=Q`
1706
1706
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1707
1707
  <path
1708
1708
  fill="currentColor"
1709
1709
  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"
1710
1710
  />
1711
1711
  </svg>
1712
- `,Da=Object.freeze({__proto__:null,default:Fa}),qa=Q`
1712
+ `,qa=Object.freeze({__proto__:null,default:Da}),Wa=Q`
1713
1713
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1714
1714
  <path
1715
1715
  fill="currentColor"
@@ -1718,7 +1718,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1718
1718
  clip-rule="evenodd"
1719
1719
  />
1720
1720
  </svg>
1721
- `,Wa=Object.freeze({__proto__:null,default:qa}),Ga=Q`
1721
+ `,Ga=Object.freeze({__proto__:null,default:Wa}),Ka=Q`
1722
1722
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1723
1723
  <path
1724
1724
  fill="currentColor"
@@ -1727,7 +1727,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1727
1727
  clip-rule="evenodd"
1728
1728
  />
1729
1729
  </svg>
1730
- `,Ka=Object.freeze({__proto__:null,default:Ga}),Ja=Q`
1730
+ `,Ja=Object.freeze({__proto__:null,default:Ka}),Xa=Q`
1731
1731
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1732
1732
  <path
1733
1733
  fill="currentColor"
@@ -1736,7 +1736,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1736
1736
  clip-rule="evenodd"
1737
1737
  />
1738
1738
  </svg>
1739
- `,Ya=Object.freeze({__proto__:null,default:Ja}),Xa=Q`
1739
+ `,Ya=Object.freeze({__proto__:null,default:Xa}),Qa=Q`
1740
1740
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1741
1741
  <path
1742
1742
  fill="currentColor"
@@ -1745,7 +1745,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1745
1745
  clip-rule="evenodd"
1746
1746
  />
1747
1747
  </svg>
1748
- `,Qa=Object.freeze({__proto__:null,default:Xa}),en=Q`
1748
+ `,en=Object.freeze({__proto__:null,default:Qa}),tn=Q`
1749
1749
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1750
1750
  <path
1751
1751
  fill="currentColor"
@@ -1758,7 +1758,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1758
1758
  clip-rule="evenodd"
1759
1759
  />
1760
1760
  </svg>
1761
- `,tn=Object.freeze({__proto__:null,default:en}),ln=Q`
1761
+ `,ln=Object.freeze({__proto__:null,default:tn}),rn=Q`
1762
1762
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1763
1763
  <path
1764
1764
  fill="currentColor"
@@ -1773,7 +1773,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1773
1773
  clip-rule="evenodd"
1774
1774
  />
1775
1775
  </svg>
1776
- `,rn=Object.freeze({__proto__:null,default:ln}),on=Q`
1776
+ `,on=Object.freeze({__proto__:null,default:rn}),an=Q`
1777
1777
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1778
1778
  <path
1779
1779
  fill="currentColor"
@@ -1782,7 +1782,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1782
1782
  clip-rule="evenodd"
1783
1783
  />
1784
1784
  </svg>
1785
- `,an=Object.freeze({__proto__:null,default:on}),nn=Q`
1785
+ `,nn=Object.freeze({__proto__:null,default:an}),cn=Q`
1786
1786
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1787
1787
  <path
1788
1788
  fill="currentColor"
@@ -1791,7 +1791,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1791
1791
  clip-rule="evenodd"
1792
1792
  />
1793
1793
  </svg>
1794
- `,cn=Object.freeze({__proto__:null,default:nn}),sn=Q`
1794
+ `,sn=Object.freeze({__proto__:null,default:cn}),hn=Q`
1795
1795
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1796
1796
  <path
1797
1797
  fill="currentColor"
@@ -1800,7 +1800,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1800
1800
  clip-rule="evenodd"
1801
1801
  />
1802
1802
  </svg>
1803
- `,hn=Object.freeze({__proto__:null,default:sn}),dn=Q`
1803
+ `,dn=Object.freeze({__proto__:null,default:hn}),un=Q`
1804
1804
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1805
1805
  <path
1806
1806
  fill="#DB0000"
@@ -1823,7 +1823,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1823
1823
  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"
1824
1824
  />
1825
1825
  </svg>
1826
- `,un=Object.freeze({__proto__:null,default:dn}),vn=Q`
1826
+ `,vn=Object.freeze({__proto__:null,default:un}),fn=Q`
1827
1827
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1828
1828
  <path
1829
1829
  fill="currentColor"
@@ -1832,7 +1832,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1832
1832
  clip-rule="evenodd"
1833
1833
  />
1834
1834
  </svg>
1835
- `,fn=Object.freeze({__proto__:null,default:vn}),pn=Q`
1835
+ `,pn=Object.freeze({__proto__:null,default:fn}),gn=Q`
1836
1836
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1837
1837
  <path
1838
1838
  fill="currentColor"
@@ -1845,7 +1845,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1845
1845
  clip-rule="evenodd"
1846
1846
  />
1847
1847
  </svg>
1848
- `,gn=Object.freeze({__proto__:null,default:pn}),wn=Q`
1848
+ `,wn=Object.freeze({__proto__:null,default:gn}),mn=Q`
1849
1849
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1850
1850
  <path
1851
1851
  fill="currentColor"
@@ -1858,7 +1858,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1858
1858
  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"
1859
1859
  />
1860
1860
  </svg>
1861
- `,mn=Object.freeze({__proto__:null,default:wn}),_n=Q`
1861
+ `,_n=Object.freeze({__proto__:null,default:mn}),Zn=Q`
1862
1862
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1863
1863
  <path
1864
1864
  fill="currentColor"
@@ -1871,7 +1871,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1871
1871
  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"
1872
1872
  />
1873
1873
  </svg>
1874
- `,Zn=Object.freeze({__proto__:null,default:_n}),bn=Q`
1874
+ `,Cn=Object.freeze({__proto__:null,default:Zn}),bn=Q`
1875
1875
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1876
1876
  <path
1877
1877
  fill="currentColor"
@@ -1880,11 +1880,11 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1880
1880
  clip-rule="evenodd"
1881
1881
  />
1882
1882
  </svg>
1883
- `,Cn=Object.freeze({__proto__:null,default:bn}),xn=Q`
1883
+ `,xn=Object.freeze({__proto__:null,default:bn}),Mn=Q`
1884
1884
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1885
1885
  <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" />
1886
1886
  </svg>
1887
- `,Mn=Object.freeze({__proto__:null,default:xn}),Vn=Q`
1887
+ `,Vn=Object.freeze({__proto__:null,default:Mn}),yn=Q`
1888
1888
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1889
1889
  <path
1890
1890
  fill="currentColor"
@@ -1911,21 +1911,21 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1911
1911
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
1912
1912
  />
1913
1913
  </svg>
1914
- `,yn=Object.freeze({__proto__:null,default:Vn}),Hn=Q`
1914
+ `,Hn=Object.freeze({__proto__:null,default:yn}),Pn=Q`
1915
1915
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1916
1916
  <path
1917
1917
  fill="currentColor"
1918
1918
  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"
1919
1919
  />
1920
1920
  </svg>
1921
- `,Pn=Object.freeze({__proto__:null,default:Hn}),zn=Q`
1921
+ `,zn=Object.freeze({__proto__:null,default:Pn}),On=Q`
1922
1922
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1923
1923
  <path
1924
1924
  fill="currentColor"
1925
1925
  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"
1926
1926
  />
1927
1927
  </svg>
1928
- `,kn=Object.freeze({__proto__:null,default:zn}),On=Q`
1928
+ `,kn=Object.freeze({__proto__:null,default:On}),jn=Q`
1929
1929
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1930
1930
  <path
1931
1931
  fill="currentColor"
@@ -1934,7 +1934,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1934
1934
  clip-rule="evenodd"
1935
1935
  />
1936
1936
  </svg>
1937
- `,jn=Object.freeze({__proto__:null,default:On}),Bn=Q`
1937
+ `,Bn=Object.freeze({__proto__:null,default:jn}),Sn=Q`
1938
1938
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1939
1939
  <path
1940
1940
  fill="currentColor"
@@ -1943,7 +1943,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1943
1943
  clip-rule="evenodd"
1944
1944
  />
1945
1945
  </svg>
1946
- `,$n=Object.freeze({__proto__:null,default:Bn}),Sn=Q`
1946
+ `,$n=Object.freeze({__proto__:null,default:Sn}),Ln=Q`
1947
1947
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1948
1948
  <path
1949
1949
  fill="currentColor"
@@ -1952,7 +1952,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1952
1952
  clip-rule="evenodd"
1953
1953
  />
1954
1954
  </svg>
1955
- `,Ln=Object.freeze({__proto__:null,default:Sn}),An=Q`
1955
+ `,An=Object.freeze({__proto__:null,default:Ln}),En=Q`
1956
1956
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1957
1957
  <path
1958
1958
  fill="currentColor"
@@ -1961,7 +1961,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1961
1961
  clip-rule="evenodd"
1962
1962
  />
1963
1963
  </svg>
1964
- `,En=Object.freeze({__proto__:null,default:An}),Tn=Q`
1964
+ `,Tn=Object.freeze({__proto__:null,default:En}),In=Q`
1965
1965
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1966
1966
  <path
1967
1967
  fill="currentColor"
@@ -1976,28 +1976,28 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
1976
1976
  clip-rule="evenodd"
1977
1977
  />
1978
1978
  </svg>
1979
- `,In=Object.freeze({__proto__:null,default:Tn}),Un=Q`
1979
+ `,Un=Object.freeze({__proto__:null,default:In}),Nn=Q`
1980
1980
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1981
1981
  <path
1982
1982
  fill="currentColor"
1983
1983
  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"
1984
1984
  />
1985
1985
  </svg>
1986
- `,Nn=Object.freeze({__proto__:null,default:Un}),Rn=Q`
1986
+ `,Rn=Object.freeze({__proto__:null,default:Nn}),Fn=Q`
1987
1987
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1988
1988
  <path
1989
1989
  fill="currentColor"
1990
1990
  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"
1991
1991
  />
1992
1992
  </svg>
1993
- `,Fn=Object.freeze({__proto__:null,default:Rn}),Dn=Q`
1993
+ `,Dn=Object.freeze({__proto__:null,default:Fn}),qn=Q`
1994
1994
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1995
1995
  <path
1996
1996
  fill="currentColor"
1997
1997
  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"
1998
1998
  />
1999
1999
  </svg>
2000
- `,qn=Object.freeze({__proto__:null,default:Dn}),Wn=Q`
2000
+ `,Wn=Object.freeze({__proto__:null,default:qn}),Gn=Q`
2001
2001
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2002
2002
  <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" />
2003
2003
  <path
@@ -2007,14 +2007,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2007
2007
  clip-rule="evenodd"
2008
2008
  />
2009
2009
  </svg>
2010
- `,Gn=Object.freeze({__proto__:null,default:Wn}),Kn=Q`
2010
+ `,Kn=Object.freeze({__proto__:null,default:Gn}),Jn=Q`
2011
2011
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2012
2012
  <path
2013
2013
  fill="currentColor"
2014
2014
  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"
2015
2015
  />
2016
2016
  </svg>
2017
- `,Jn=Object.freeze({__proto__:null,default:Kn}),Yn=Q`
2017
+ `,Xn=Object.freeze({__proto__:null,default:Jn}),Yn=Q`
2018
2018
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2019
2019
  <path
2020
2020
  fill="currentColor"
@@ -2023,7 +2023,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2023
2023
  clip-rule="evenodd"
2024
2024
  />
2025
2025
  </svg>
2026
- `,Xn=Object.freeze({__proto__:null,default:Yn}),Qn=Q`
2026
+ `,Qn=Object.freeze({__proto__:null,default:Yn}),ec=Q`
2027
2027
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2028
2028
  <path
2029
2029
  fill="currentColor"
@@ -2032,7 +2032,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2032
2032
  clip-rule="evenodd"
2033
2033
  />
2034
2034
  </svg>
2035
- `,ec=Object.freeze({__proto__:null,default:Qn}),tc=Q`
2035
+ `,tc=Object.freeze({__proto__:null,default:ec}),lc=Q`
2036
2036
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2037
2037
  <path
2038
2038
  fill="currentColor"
@@ -2041,7 +2041,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2041
2041
  clip-rule="evenodd"
2042
2042
  />
2043
2043
  </svg>
2044
- `,lc=Object.freeze({__proto__:null,default:tc}),rc=Q`
2044
+ `,rc=Object.freeze({__proto__:null,default:lc}),ic=Q`
2045
2045
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2046
2046
  <path
2047
2047
  fill="currentColor"
@@ -2054,7 +2054,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2054
2054
  clip-rule="evenodd"
2055
2055
  />
2056
2056
  </svg>
2057
- `,ic=Object.freeze({__proto__:null,default:rc}),oc=Q`
2057
+ `,oc=Object.freeze({__proto__:null,default:ic}),ac=Q`
2058
2058
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2059
2059
  <path
2060
2060
  fill="currentColor"
@@ -2063,7 +2063,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2063
2063
  clip-rule="evenodd"
2064
2064
  />
2065
2065
  </svg>
2066
- `,ac=Object.freeze({__proto__:null,default:oc}),nc=Q`
2066
+ `,nc=Object.freeze({__proto__:null,default:ac}),cc=Q`
2067
2067
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2068
2068
  <path
2069
2069
  fill="currentColor"
@@ -2072,7 +2072,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2072
2072
  clip-rule="evenodd"
2073
2073
  />
2074
2074
  </svg>
2075
- `,cc=Object.freeze({__proto__:null,default:nc}),sc=Q`
2075
+ `,sc=Object.freeze({__proto__:null,default:cc}),hc=Q`
2076
2076
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2077
2077
  <path
2078
2078
  fill="currentColor"
@@ -2089,7 +2089,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2089
2089
  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"
2090
2090
  />
2091
2091
  </svg>
2092
- `,hc=Object.freeze({__proto__:null,default:sc}),dc=Q`
2092
+ `,dc=Object.freeze({__proto__:null,default:hc}),uc=Q`
2093
2093
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2094
2094
  <path
2095
2095
  fill="currentColor"
@@ -2102,7 +2102,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2102
2102
  clip-rule="evenodd"
2103
2103
  />
2104
2104
  </svg>
2105
- `,uc=Object.freeze({__proto__:null,default:dc}),vc=Q`
2105
+ `,vc=Object.freeze({__proto__:null,default:uc}),fc=Q`
2106
2106
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2107
2107
  <path
2108
2108
  fill="currentColor"
@@ -2111,21 +2111,21 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2111
2111
  clip-rule="evenodd"
2112
2112
  />
2113
2113
  </svg>
2114
- `,fc=Object.freeze({__proto__:null,default:vc}),pc=Q`
2114
+ `,pc=Object.freeze({__proto__:null,default:fc}),gc=Q`
2115
2115
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2116
2116
  <path
2117
2117
  fill="currentColor"
2118
2118
  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"
2119
2119
  />
2120
2120
  </svg>
2121
- `,gc=Object.freeze({__proto__:null,default:pc}),wc=Q`
2121
+ `,wc=Object.freeze({__proto__:null,default:gc}),mc=Q`
2122
2122
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2123
2123
  <path
2124
2124
  fill="currentColor"
2125
2125
  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"
2126
2126
  />
2127
2127
  </svg>
2128
- `,mc=Object.freeze({__proto__:null,default:wc}),_c=Q`
2128
+ `,_c=Object.freeze({__proto__:null,default:mc}),Zc=Q`
2129
2129
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2130
2130
  <path
2131
2131
  fill="currentColor"
@@ -2134,14 +2134,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2134
2134
  clip-rule="evenodd"
2135
2135
  />
2136
2136
  </svg>
2137
- `,Zc=Object.freeze({__proto__:null,default:_c}),bc=Q`
2137
+ `,Cc=Object.freeze({__proto__:null,default:Zc}),bc=Q`
2138
2138
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2139
2139
  <path
2140
2140
  fill="currentColor"
2141
2141
  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"
2142
2142
  />
2143
2143
  </svg>
2144
- `,Cc=Object.freeze({__proto__:null,default:bc}),xc=Q`
2144
+ `,xc=Object.freeze({__proto__:null,default:bc}),Mc=Q`
2145
2145
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2146
2146
  <path
2147
2147
  fill="currentColor"
@@ -2150,7 +2150,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2150
2150
  clip-rule="evenodd"
2151
2151
  />
2152
2152
  </svg>
2153
- `,Mc=Object.freeze({__proto__:null,default:xc}),Vc=Q`
2153
+ `,Vc=Object.freeze({__proto__:null,default:Mc}),yc=Q`
2154
2154
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2155
2155
  <path
2156
2156
  fill="currentColor"
@@ -2159,7 +2159,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2159
2159
  clip-rule="evenodd"
2160
2160
  />
2161
2161
  </svg>
2162
- `,yc=Object.freeze({__proto__:null,default:Vc}),Hc=Q`
2162
+ `,Hc=Object.freeze({__proto__:null,default:yc}),Pc=Q`
2163
2163
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2164
2164
  <path
2165
2165
  fill="currentColor"
@@ -2172,7 +2172,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2172
2172
  clip-rule="evenodd"
2173
2173
  />
2174
2174
  </svg>
2175
- `,Pc=Object.freeze({__proto__:null,default:Hc}),zc=Q`
2175
+ `,zc=Object.freeze({__proto__:null,default:Pc}),Oc=Q`
2176
2176
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2177
2177
  <path
2178
2178
  fill="currentColor"
@@ -2187,7 +2187,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2187
2187
  clip-rule="evenodd"
2188
2188
  />
2189
2189
  </svg>
2190
- `,kc=Object.freeze({__proto__:null,default:zc}),Oc=Q`
2190
+ `,kc=Object.freeze({__proto__:null,default:Oc}),jc=Q`
2191
2191
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2192
2192
  <path
2193
2193
  fill="currentColor"
@@ -2200,7 +2200,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2200
2200
  clip-rule="evenodd"
2201
2201
  />
2202
2202
  </svg>
2203
- `,jc=Object.freeze({__proto__:null,default:Oc}),Bc=Q`
2203
+ `,Bc=Object.freeze({__proto__:null,default:jc}),Sc=Q`
2204
2204
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2205
2205
  <path
2206
2206
  fill="currentColor"
@@ -2215,7 +2215,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2215
2215
  clip-rule="evenodd"
2216
2216
  />
2217
2217
  </svg>
2218
- `,$c=Object.freeze({__proto__:null,default:Bc}),Sc=Q`
2218
+ `,$c=Object.freeze({__proto__:null,default:Sc}),Lc=Q`
2219
2219
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2220
2220
  <path
2221
2221
  fill="currentColor"
@@ -2228,7 +2228,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2228
2228
  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"
2229
2229
  />
2230
2230
  </svg>
2231
- `,Lc=Object.freeze({__proto__:null,default:Sc}),Ac=Q`
2231
+ `,Ac=Object.freeze({__proto__:null,default:Lc}),Ec=Q`
2232
2232
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2233
2233
  <path
2234
2234
  fill="currentColor"
@@ -2237,7 +2237,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2237
2237
  clip-rule="evenodd"
2238
2238
  />
2239
2239
  </svg>
2240
- `,Ec=Object.freeze({__proto__:null,default:Ac}),Tc=Q`
2240
+ `,Tc=Object.freeze({__proto__:null,default:Ec}),Ic=Q`
2241
2241
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2242
2242
  <path
2243
2243
  fill="currentColor"
@@ -2250,7 +2250,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2250
2250
  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"
2251
2251
  />
2252
2252
  </svg>
2253
- `,Ic=Object.freeze({__proto__:null,default:Tc}),Uc=Q`
2253
+ `,Uc=Object.freeze({__proto__:null,default:Ic}),Nc=Q`
2254
2254
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2255
2255
  <path
2256
2256
  fill="currentColor"
@@ -2263,7 +2263,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2263
2263
  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"
2264
2264
  />
2265
2265
  </svg>
2266
- `,Nc=Object.freeze({__proto__:null,default:Uc}),Rc=Q`
2266
+ `,Rc=Object.freeze({__proto__:null,default:Nc}),Fc=Q`
2267
2267
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2268
2268
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2269
2269
  <path
@@ -2273,7 +2273,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2273
2273
  clip-rule="evenodd"
2274
2274
  />
2275
2275
  </svg>
2276
- `,Fc=Object.freeze({__proto__:null,default:Rc}),Dc=Q`
2276
+ `,Dc=Object.freeze({__proto__:null,default:Fc}),qc=Q`
2277
2277
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2278
2278
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2279
2279
  <path
@@ -2283,7 +2283,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2283
2283
  clip-rule="evenodd"
2284
2284
  />
2285
2285
  </svg>
2286
- `,qc=Object.freeze({__proto__:null,default:Dc}),Wc=Q`
2286
+ `,Wc=Object.freeze({__proto__:null,default:qc}),Gc=Q`
2287
2287
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2288
2288
  <path
2289
2289
  fill="currentColor"
@@ -2296,14 +2296,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2296
2296
  clip-rule="evenodd"
2297
2297
  />
2298
2298
  </svg>
2299
- `,Gc=Object.freeze({__proto__:null,default:Wc}),Kc=Q`
2299
+ `,Kc=Object.freeze({__proto__:null,default:Gc}),Jc=Q`
2300
2300
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2301
2301
  <path
2302
2302
  fill="currentColor"
2303
2303
  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"
2304
2304
  />
2305
2305
  </svg>
2306
- `,Jc=Object.freeze({__proto__:null,default:Kc}),Yc=Q`
2306
+ `,Xc=Object.freeze({__proto__:null,default:Jc}),Yc=Q`
2307
2307
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2308
2308
  <path
2309
2309
  fill="currentColor"
@@ -2316,7 +2316,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2316
2316
  clip-rule="evenodd"
2317
2317
  />
2318
2318
  </svg>
2319
- `,Xc=Object.freeze({__proto__:null,default:Yc}),Qc=Q`
2319
+ `,Qc=Object.freeze({__proto__:null,default:Yc}),es=Q`
2320
2320
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2321
2321
  <path
2322
2322
  fill="currentColor"
@@ -2325,7 +2325,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2325
2325
  clip-rule="evenodd"
2326
2326
  />
2327
2327
  </svg>
2328
- `,es=Object.freeze({__proto__:null,default:Qc}),ts=Q`
2328
+ `,ts=Object.freeze({__proto__:null,default:es}),ls=Q`
2329
2329
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2330
2330
  <path
2331
2331
  fill="currentColor"
@@ -2334,7 +2334,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2334
2334
  clip-rule="evenodd"
2335
2335
  />
2336
2336
  </svg>
2337
- `,ls=Object.freeze({__proto__:null,default:ts}),rs=Q`
2337
+ `,rs=Object.freeze({__proto__:null,default:ls}),is=Q`
2338
2338
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2339
2339
  <path
2340
2340
  fill="currentColor"
@@ -2343,7 +2343,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2343
2343
  clip-rule="evenodd"
2344
2344
  />
2345
2345
  </svg>
2346
- `,is=Object.freeze({__proto__:null,default:rs}),os=Q`
2346
+ `,os=Object.freeze({__proto__:null,default:is}),as=Q`
2347
2347
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2348
2348
  <path
2349
2349
  fill="currentColor"
@@ -2356,7 +2356,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2356
2356
  clip-rule="evenodd"
2357
2357
  />
2358
2358
  </svg>
2359
- `,as=Object.freeze({__proto__:null,default:os}),ns=Q`
2359
+ `,ns=Object.freeze({__proto__:null,default:as}),cs=Q`
2360
2360
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2361
2361
  <path
2362
2362
  fill="currentColor"
@@ -2365,7 +2365,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2365
2365
  clip-rule="evenodd"
2366
2366
  />
2367
2367
  </svg>
2368
- `,cs=Object.freeze({__proto__:null,default:ns}),ss=Q`
2368
+ `,ss=Object.freeze({__proto__:null,default:cs}),hs=Q`
2369
2369
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2370
2370
  <path
2371
2371
  fill="currentColor"
@@ -2374,7 +2374,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2374
2374
  clip-rule="evenodd"
2375
2375
  />
2376
2376
  </svg>
2377
- `,hs=Object.freeze({__proto__:null,default:ss}),ds=Q`
2377
+ `,ds=Object.freeze({__proto__:null,default:hs}),us=Q`
2378
2378
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2379
2379
  <path
2380
2380
  fill="currentColor"
@@ -2383,14 +2383,14 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2383
2383
  clip-rule="evenodd"
2384
2384
  />
2385
2385
  </svg>
2386
- `,us=Object.freeze({__proto__:null,default:ds}),vs=Q`
2386
+ `,vs=Object.freeze({__proto__:null,default:us}),fs=Q`
2387
2387
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2388
2388
  <path
2389
2389
  fill="currentColor"
2390
2390
  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"
2391
2391
  />
2392
2392
  </svg>
2393
- `,fs=Object.freeze({__proto__:null,default:vs}),ps=Q`
2393
+ `,ps=Object.freeze({__proto__:null,default:fs}),gs=Q`
2394
2394
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2395
2395
  <path
2396
2396
  fill="currentColor"
@@ -2399,7 +2399,7 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2399
2399
  clip-rule="evenodd"
2400
2400
  />
2401
2401
  </svg>
2402
- `,gs=Object.freeze({__proto__:null,default:ps}),ws=Q`
2402
+ `,ws=Object.freeze({__proto__:null,default:gs}),ms=Q`
2403
2403
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2404
2404
  <path
2405
2405
  fill="currentColor"
@@ -2408,5 +2408,5 @@ class extends $e{constructor(e){if(super(e),e.type!==Oe&&e.type!==ke&&e.type!==j
2408
2408
  clip-rule="evenodd"
2409
2409
  />
2410
2410
  </svg>
2411
- `,ms=Object.freeze({__proto__:null,default:ws})});
2411
+ `,_s=Object.freeze({__proto__:null,default:ms})});
2412
2412
  //# sourceMappingURL=index.umd.min.js.map