@govtechsg/sgds-web-component 3.26.0 → 3.26.1-rc.0

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 (124) hide show
  1. package/base/option-element.d.ts +1 -0
  2. package/base/option-element.js +8 -0
  3. package/base/option-element.js.map +1 -1
  4. package/components/Checkbox/index.umd.min.js +233 -233
  5. package/components/Checkbox/index.umd.min.js.map +1 -1
  6. package/components/Checkbox/sgds-checkbox.d.ts +1 -0
  7. package/components/Checkbox/sgds-checkbox.js +6 -1
  8. package/components/Checkbox/sgds-checkbox.js.map +1 -1
  9. package/components/ComboBox/index.umd.min.js +241 -241
  10. package/components/ComboBox/index.umd.min.js.map +1 -1
  11. package/components/DataTable/data-table.js +6 -0
  12. package/components/DataTable/data-table.js.map +1 -0
  13. package/components/DataTable/index.d.ts +12 -0
  14. package/components/DataTable/index.js +11 -0
  15. package/components/DataTable/index.js.map +1 -0
  16. package/components/DataTable/index.umd.min.js +2634 -0
  17. package/components/DataTable/index.umd.min.js.map +1 -0
  18. package/components/DataTable/sgds-data-table-cell.d.ts +15 -0
  19. package/components/DataTable/sgds-data-table-cell.js +32 -0
  20. package/components/DataTable/sgds-data-table-cell.js.map +1 -0
  21. package/components/DataTable/sgds-data-table-head.d.ts +28 -0
  22. package/components/DataTable/sgds-data-table-head.js +69 -0
  23. package/components/DataTable/sgds-data-table-head.js.map +1 -0
  24. package/components/DataTable/sgds-data-table-row.d.ts +76 -0
  25. package/components/DataTable/sgds-data-table-row.js +333 -0
  26. package/components/DataTable/sgds-data-table-row.js.map +1 -0
  27. package/components/DataTable/sgds-data-table.d.ts +82 -0
  28. package/components/DataTable/sgds-data-table.js +405 -0
  29. package/components/DataTable/sgds-data-table.js.map +1 -0
  30. package/components/Datepicker/index.umd.min.js +86 -86
  31. package/components/Datepicker/index.umd.min.js.map +1 -1
  32. package/components/Input/index.umd.min.js +2 -2
  33. package/components/Input/index.umd.min.js.map +1 -1
  34. package/components/Input/input.js +1 -1
  35. package/components/Modal/index.umd.min.js +1 -1
  36. package/components/Modal/index.umd.min.js.map +1 -1
  37. package/components/Modal/sgds-modal.js +1 -1
  38. package/components/Modal/sgds-modal.js.map +1 -1
  39. package/components/QuantityToggle/index.umd.min.js +23 -23
  40. package/components/QuantityToggle/index.umd.min.js.map +1 -1
  41. package/components/Select/index.umd.min.js +29 -29
  42. package/components/Select/index.umd.min.js.map +1 -1
  43. package/components/Tab/index.umd.min.js +1 -1
  44. package/components/Tab/index.umd.min.js.map +1 -1
  45. package/components/Tab/tab-panel.js +1 -1
  46. package/components/Textarea/index.umd.min.js +1 -1
  47. package/components/index.d.ts +4 -0
  48. package/components/index.js +4 -0
  49. package/components/index.js.map +1 -1
  50. package/components/index.umd.min.js +574 -480
  51. package/components/index.umd.min.js.map +1 -1
  52. package/css/fouc.css +4 -0
  53. package/custom-elements.json +1556 -183
  54. package/index.d.ts +1 -0
  55. package/index.js +1 -0
  56. package/index.js.map +1 -1
  57. package/index.umd.min.js +404 -310
  58. package/index.umd.min.js.map +1 -1
  59. package/package.json +1 -1
  60. package/react/base/option-element.cjs.js +8 -0
  61. package/react/base/option-element.cjs.js.map +1 -1
  62. package/react/base/option-element.js +8 -0
  63. package/react/base/option-element.js.map +1 -1
  64. package/react/components/Checkbox/sgds-checkbox.cjs.js +6 -1
  65. package/react/components/Checkbox/sgds-checkbox.cjs.js.map +1 -1
  66. package/react/components/Checkbox/sgds-checkbox.js +6 -1
  67. package/react/components/Checkbox/sgds-checkbox.js.map +1 -1
  68. package/react/components/DataTable/data-table.cjs.js +11 -0
  69. package/react/components/DataTable/data-table.cjs.js.map +1 -0
  70. package/react/components/DataTable/data-table.js +7 -0
  71. package/react/components/DataTable/data-table.js.map +1 -0
  72. package/react/components/DataTable/sgds-data-table-cell.cjs.js +38 -0
  73. package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -0
  74. package/react/components/DataTable/sgds-data-table-cell.js +33 -0
  75. package/react/components/DataTable/sgds-data-table-cell.js.map +1 -0
  76. package/react/components/DataTable/sgds-data-table-head.cjs.js +75 -0
  77. package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -0
  78. package/react/components/DataTable/sgds-data-table-head.js +70 -0
  79. package/react/components/DataTable/sgds-data-table-head.js.map +1 -0
  80. package/react/components/DataTable/sgds-data-table-row.cjs.js +339 -0
  81. package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -0
  82. package/react/components/DataTable/sgds-data-table-row.js +334 -0
  83. package/react/components/DataTable/sgds-data-table-row.js.map +1 -0
  84. package/react/components/DataTable/sgds-data-table.cjs.js +411 -0
  85. package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -0
  86. package/react/components/DataTable/sgds-data-table.js +406 -0
  87. package/react/components/DataTable/sgds-data-table.js.map +1 -0
  88. package/react/components/Input/input.cjs.js +1 -1
  89. package/react/components/Input/input.js +1 -1
  90. package/react/components/Modal/sgds-modal.cjs.js +1 -1
  91. package/react/components/Modal/sgds-modal.cjs.js.map +1 -1
  92. package/react/components/Modal/sgds-modal.js +1 -1
  93. package/react/components/Modal/sgds-modal.js.map +1 -1
  94. package/react/components/Tab/tab-panel.cjs.js +1 -1
  95. package/react/components/Tab/tab-panel.js +1 -1
  96. package/react/data-table/index.cjs.js +44 -0
  97. package/react/data-table/index.cjs.js.map +1 -0
  98. package/react/data-table/index.d.ts +4 -0
  99. package/react/data-table/index.js +20 -0
  100. package/react/data-table/index.js.map +1 -0
  101. package/react/data-table-cell/index.cjs.js +40 -0
  102. package/react/data-table-cell/index.cjs.js.map +1 -0
  103. package/react/data-table-cell/index.d.ts +4 -0
  104. package/react/data-table-cell/index.js +16 -0
  105. package/react/data-table-cell/index.js.map +1 -0
  106. package/react/data-table-head/index.cjs.js +40 -0
  107. package/react/data-table-head/index.cjs.js.map +1 -0
  108. package/react/data-table-head/index.d.ts +4 -0
  109. package/react/data-table-head/index.js +16 -0
  110. package/react/data-table-head/index.js.map +1 -0
  111. package/react/data-table-row/index.cjs.js +45 -0
  112. package/react/data-table-row/index.cjs.js.map +1 -0
  113. package/react/data-table-row/index.d.ts +4 -0
  114. package/react/data-table-row/index.js +21 -0
  115. package/react/data-table-row/index.js.map +1 -0
  116. package/react/index.cjs.js +126 -118
  117. package/react/index.cjs.js.map +1 -1
  118. package/react/index.d.ts +4 -0
  119. package/react/index.js +4 -0
  120. package/react/index.js.map +1 -1
  121. package/react/styles/form-text-control.cjs.js +1 -1
  122. package/react/styles/form-text-control.js +1 -1
  123. package/styles/form-text-control.js +1 -1
  124. package/types/react.d.ts +93 -0
@@ -4,7 +4,7 @@
4
4
  * Copyright 2017 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
6
  */
7
- const t=globalThis,l=e=>{t.emitLitDebugLogEvents&&t.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let i,o=0;t.litIssuedWarnings??=new Set,i=(e,l)=>{l+=e?` See https://lit.dev/msg/${e} for more information.`:"",t.litIssuedWarnings.has(l)||t.litIssuedWarnings.has(e)||(console.warn(l),t.litIssuedWarnings.add(l))},queueMicrotask(()=>{i("dev-mode","Lit is in dev mode. Not recommended for production!")});const n=t.ShadyDOM?.inUse&&!0===t.ShadyDOM?.noPatch?t.ShadyDOM.wrap:e=>e,r=t.trustedTypes,a=r?r.createPolicy("lit-html",{createHTML:e=>e}):void 0,s=e=>e,c=(e,t,l)=>s,d=e=>{if(A!==c)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");A=e},h=()=>{A=c},u=(e,t,l)=>A(e,t,l),v="$lit$",p=`lit$${Math.random().toFixed(9).slice(2)}$`,f="?"+p,g=`<${f}>`,m=document,w=()=>m.createComment(""),_=e=>null===e||"object"!=typeof e&&"function"!=typeof e,b=Array.isArray,x=e=>b(e)||"function"==typeof e?.[Symbol.iterator],y="[ \t\n\f\r]",C=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,M=/>/g,V=new RegExp(`>|${y}(?:([^\\s"'>=/]+)(${y}*=${y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),k=/'/g,H=/"/g,P=/^(?:script|style|textarea|title)$/i,$=(O=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$)&&i("","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$:O,strings:e,values:t}));var O;const z=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),B=new WeakMap,L=m.createTreeWalker(m,129);let A=c;function j(e,t){if(!b(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!==a?a.createHTML(t):t}const E=(e,t)=>{const l=e.length-1,i=[];let o,n=2===t?"<svg>":3===t?"<math>":"",r=C;for(let t=0;t<l;t++){const l=e[t];let a,s,c=-1,d=0;for(;d<l.length&&(r.lastIndex=d,s=r.exec(l),null!==s);)if(d=r.lastIndex,r===C){if("!--"===s[1])r=Z;else if(void 0!==s[1])r=M;else if(void 0!==s[2])P.test(s[2])&&(o=new RegExp(`</${s[2]}`,"g")),r=V;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===V?">"===s[0]?(r=o??C,c=-1):void 0===s[1]?c=-2:(c=r.lastIndex-s[2].length,a=s[1],r=void 0===s[3]?V:'"'===s[3]?H:k):r===H||r===k?r=V:r===Z||r===M?r=C:(r=V,o=void 0);console.assert(-1===c||r===V||r===k||r===H,"unexpected parse state B");const h=r===V&&e[t+1].startsWith("/>")?" ":"";n+=r===C?l+g:c>=0?(i.push(a),l.slice(0,c)+v+l.slice(c)+p+h):l+p+(-2===c?t:h)}return[j(e,n+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class I{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let a=0,s=0;const c=e.length-1,d=this.parts,[h,u]=E(e,t);if(this.el=I.createElement(h,o),L.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=L.nextNode())&&d.length<c;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(p)){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);i("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(v)){const t=u[s++],l=n.getAttribute(e).split(p),i=/([.?@])?(.*)/.exec(t);d.push({type:1,index:a,name:i[2],strings:l,ctor:"."===i[1]?F:"?"===i[1]?N:"@"===i[1]?W:U}),n.removeAttribute(e)}else e.startsWith(p)&&(d.push({type:6,index:a}),n.removeAttribute(e));if(P.test(n.tagName)){const e=n.textContent.split(p),t=e.length-1;if(t>0){n.textContent=r?r.emptyScript:"";for(let l=0;l<t;l++)n.append(e[l],w()),L.nextNode(),d.push({type:2,index:++a});n.append(e[t],w())}}}else if(8===n.nodeType){if(n.data===f)d.push({type:2,index:a});else{let e=-1;for(;-1!==(e=n.data.indexOf(p,e+1));)d.push({type:7,index:a}),e+=p.length-1}}a++}if(u.length!==s)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("${...}")+"`");l&&l({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=m.createElement("template");return l.innerHTML=e,l}}function T(e,t,l=e,i){if(t===z)return t;let o=void 0!==i?l.__directives?.[i]:l.__directive;const n=_(t)?void 0:t._$litDirective$;return o?.constructor!==n&&(o?._$notifyDirectiveConnectionChanged?.(!1),void 0===n?o=void 0:(o=new n(e),o._$initialize(e,l,i)),void 0!==i?(l.__directives??=[])[i]=o:l.__directive=o),void 0!==o&&(t=T(e,o._$resolve(e,t.values),o,i)),t}class R{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,i=(e?.creationScope??m).importNode(t,!0);L.currentNode=i;let o=L.nextNode(),n=0,r=0,a=l[0];for(;void 0!==a;){if(n===a.index){let t;2===a.type?t=new D(o,o.nextSibling,this,e):1===a.type?t=new a.ctor(o,a.name,a.strings,this,e):6===a.type&&(t=new q(o,this,e)),this._$parts.push(t),a=l[++r]}n!==a?.index&&(o=L.nextNode(),n++)}return L.currentNode=m,i}_update(e){let t=0;for(const i of this._$parts)void 0!==i&&(l&&l({kind:"set part",part:i,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==i.strings?(i._$setValue(e,i,t),t+=i.strings.length-2):i._$setValue(e[t])),t++}}class D{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,i){this.type=2,this._$committedValue=S,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=n(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=T(this,e,t),_(e))e===S||null==e||""===e?(this._$committedValue!==S&&(l&&l({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=S):e!==this._$committedValue&&e!==z&&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 x(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return n(n(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),A!==c){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)}}l&&l({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==S&&_(this._$committedValue)){const t=n(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=m.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:i}=e,o="number"==typeof i?this._$getTemplate(e):(void 0===i.el&&(i.el=I.createElement(j(i.h,i.h[0]),this.options)),i);if(this._$committedValue?._$template===o)l&&l({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new R(o,this),i=e._clone(this.options);l&&l({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),e._update(t),l&&l({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),this._commitNode(i),this._$committedValue=e}}_$getTemplate(e){let t=B.get(e.strings);return void 0===t&&B.set(e.strings,t=new I(e)),t}_commitIterable(e){b(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,i=0;for(const o of e)i===t.length?t.push(l=new D(this._insert(w()),this._insert(w()),this,this.options)):l=t[i],l._$setValue(o),i++;i<t.length&&(this._$clear(l&&n(l._$endNode).nextSibling,i),t.length=i)}_$clear(e=n(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=n(e).nextSibling;n(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 U{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,i,o){this.type=1,this._$committedValue=S,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=o,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=S,this._sanitizer=void 0}_$setValue(e,t=this,l,i){const o=this.strings;let n=!1;if(void 0===o)e=T(this,e,t,0),n=!_(e)||e!==this._$committedValue&&e!==z,n&&(this._$committedValue=e);else{const i=e;let r,a;for(e=o[0],r=0;r<o.length-1;r++)a=T(this,i[l+r],t,r),a===z&&(a=this._$committedValue[r]),n||=!_(a)||a!==this._$committedValue[r],a===S?e=S:e!==S&&(e+=(a??"")+o[r+1]),this._$committedValue[r]=a}n&&!i&&this._commitValue(e)}_commitValue(e){e===S?n(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"attribute")),e=this._sanitizer(e??""),l&&l({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),n(this.element).setAttribute(this.name,e??""))}}class F extends U{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"property")),e=this._sanitizer(e),l&&l({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===S?void 0:e}}class N extends U{constructor(){super(...arguments),this.type=4}_commitValue(e){l&&l({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===S),options:this.options}),n(this.element).toggleAttribute(this.name,!!e&&e!==S)}}class W extends U{constructor(e,t,l,i,o){if(super(e,t,l,i,o),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=T(this,e,t,0)??S)===z)return;const i=this._$committedValue,o=e===S&&i!==S||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,n=e!==S&&(i===S||o);l&&l({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:n,oldListener:i}),o&&this.element.removeEventListener(this.name,this,i),n&&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 q{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){l&&l({kind:"commit to element binding",element:this.element,value:e,options:this.options}),T(this,e)}}const K={_boundAttributeSuffix:v,_marker:p,_markerMatch:f,_HTML_RESULT:1,_getTemplateHtml:E,_TemplateInstance:R,_isIterable:x,_resolveDirective:T,_ChildPart:D,_AttributePart:U,_BooleanAttributePart:N,_EventPart:W,_PropertyPart:F,_ElementPart:q},Y=t.litHtmlPolyfillSupportDevMode;Y?.(I,D),(t.litHtmlVersions??=[]).push("3.3.2"),t.litHtmlVersions.length>1&&queueMicrotask(()=>{i("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const G=(e,t,i)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=o++,r=i?.renderBefore??t;let a=r._$litPart$;if(l&&l({kind:"begin render",id:n,value:e,container:t,options:i,part:a}),void 0===a){const e=i?.renderBefore??null;r._$litPart$=a=new D(t.insertBefore(w(),e),e,void 0,i??{})}return a._$setValue(e),l&&l({kind:"end render",id:n,value:e,container:t,options:i,part:a}),a};G.setSanitizer=d,G.createSanitizer=u,G._testOnlyClearSanitizerFactoryDoNotCallOrElse=h;
7
+ const t=globalThis,l=e=>{t.emitLitDebugLogEvents&&t.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let i,o=0;t.litIssuedWarnings??=new Set,i=(e,l)=>{l+=e?` See https://lit.dev/msg/${e} for more information.`:"",t.litIssuedWarnings.has(l)||t.litIssuedWarnings.has(e)||(console.warn(l),t.litIssuedWarnings.add(l))},queueMicrotask(()=>{i("dev-mode","Lit is in dev mode. Not recommended for production!")});const n=t.ShadyDOM?.inUse&&!0===t.ShadyDOM?.noPatch?t.ShadyDOM.wrap:e=>e,r=t.trustedTypes,a=r?r.createPolicy("lit-html",{createHTML:e=>e}):void 0,s=e=>e,c=(e,t,l)=>s,d=e=>{if(A!==c)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");A=e},h=()=>{A=c},u=(e,t,l)=>A(e,t,l),v="$lit$",p=`lit$${Math.random().toFixed(9).slice(2)}$`,f="?"+p,g=`<${f}>`,m=document,w=()=>m.createComment(""),_=e=>null===e||"object"!=typeof e&&"function"!=typeof e,b=Array.isArray,x=e=>b(e)||"function"==typeof e?.[Symbol.iterator],y="[ \t\n\f\r]",C=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,M=/>/g,V=new RegExp(`>|${y}(?:([^\\s"'>=/]+)(${y}*=${y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),k=/'/g,H=/"/g,P=/^(?:script|style|textarea|title)$/i,$=(O=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$)&&i("","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$:O,strings:e,values:t}));var O;const z=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),B=new WeakMap,L=m.createTreeWalker(m,129);let A=c;function j(e,t){if(!b(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!==a?a.createHTML(t):t}const E=(e,t)=>{const l=e.length-1,i=[];let o,n=2===t?"<svg>":3===t?"<math>":"",r=C;for(let t=0;t<l;t++){const l=e[t];let a,s,c=-1,d=0;for(;d<l.length&&(r.lastIndex=d,s=r.exec(l),null!==s);)if(d=r.lastIndex,r===C){if("!--"===s[1])r=Z;else if(void 0!==s[1])r=M;else if(void 0!==s[2])P.test(s[2])&&(o=new RegExp(`</${s[2]}`,"g")),r=V;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===V?">"===s[0]?(r=o??C,c=-1):void 0===s[1]?c=-2:(c=r.lastIndex-s[2].length,a=s[1],r=void 0===s[3]?V:'"'===s[3]?H:k):r===H||r===k?r=V:r===Z||r===M?r=C:(r=V,o=void 0);console.assert(-1===c||r===V||r===k||r===H,"unexpected parse state B");const h=r===V&&e[t+1].startsWith("/>")?" ":"";n+=r===C?l+g:c>=0?(i.push(a),l.slice(0,c)+v+l.slice(c)+p+h):l+p+(-2===c?t:h)}return[j(e,n+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class I{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let a=0,s=0;const c=e.length-1,d=this.parts,[h,u]=E(e,t);if(this.el=I.createElement(h,o),L.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=L.nextNode())&&d.length<c;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(p)){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);i("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(v)){const t=u[s++],l=n.getAttribute(e).split(p),i=/([.?@])?(.*)/.exec(t);d.push({type:1,index:a,name:i[2],strings:l,ctor:"."===i[1]?N:"?"===i[1]?F:"@"===i[1]?W:U}),n.removeAttribute(e)}else e.startsWith(p)&&(d.push({type:6,index:a}),n.removeAttribute(e));if(P.test(n.tagName)){const e=n.textContent.split(p),t=e.length-1;if(t>0){n.textContent=r?r.emptyScript:"";for(let l=0;l<t;l++)n.append(e[l],w()),L.nextNode(),d.push({type:2,index:++a});n.append(e[t],w())}}}else if(8===n.nodeType){if(n.data===f)d.push({type:2,index:a});else{let e=-1;for(;-1!==(e=n.data.indexOf(p,e+1));)d.push({type:7,index:a}),e+=p.length-1}}a++}if(u.length!==s)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("${...}")+"`");l&&l({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=m.createElement("template");return l.innerHTML=e,l}}function T(e,t,l=e,i){if(t===z)return t;let o=void 0!==i?l.__directives?.[i]:l.__directive;const n=_(t)?void 0:t._$litDirective$;return o?.constructor!==n&&(o?._$notifyDirectiveConnectionChanged?.(!1),void 0===n?o=void 0:(o=new n(e),o._$initialize(e,l,i)),void 0!==i?(l.__directives??=[])[i]=o:l.__directive=o),void 0!==o&&(t=T(e,o._$resolve(e,t.values),o,i)),t}class R{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,i=(e?.creationScope??m).importNode(t,!0);L.currentNode=i;let o=L.nextNode(),n=0,r=0,a=l[0];for(;void 0!==a;){if(n===a.index){let t;2===a.type?t=new D(o,o.nextSibling,this,e):1===a.type?t=new a.ctor(o,a.name,a.strings,this,e):6===a.type&&(t=new q(o,this,e)),this._$parts.push(t),a=l[++r]}n!==a?.index&&(o=L.nextNode(),n++)}return L.currentNode=m,i}_update(e){let t=0;for(const i of this._$parts)void 0!==i&&(l&&l({kind:"set part",part:i,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==i.strings?(i._$setValue(e,i,t),t+=i.strings.length-2):i._$setValue(e[t])),t++}}class D{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,i){this.type=2,this._$committedValue=S,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=n(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=T(this,e,t),_(e))e===S||null==e||""===e?(this._$committedValue!==S&&(l&&l({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=S):e!==this._$committedValue&&e!==z&&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 x(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return n(n(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),A!==c){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)}}l&&l({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==S&&_(this._$committedValue)){const t=n(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=m.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:i}=e,o="number"==typeof i?this._$getTemplate(e):(void 0===i.el&&(i.el=I.createElement(j(i.h,i.h[0]),this.options)),i);if(this._$committedValue?._$template===o)l&&l({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new R(o,this),i=e._clone(this.options);l&&l({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),e._update(t),l&&l({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),this._commitNode(i),this._$committedValue=e}}_$getTemplate(e){let t=B.get(e.strings);return void 0===t&&B.set(e.strings,t=new I(e)),t}_commitIterable(e){b(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,i=0;for(const o of e)i===t.length?t.push(l=new D(this._insert(w()),this._insert(w()),this,this.options)):l=t[i],l._$setValue(o),i++;i<t.length&&(this._$clear(l&&n(l._$endNode).nextSibling,i),t.length=i)}_$clear(e=n(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=n(e).nextSibling;n(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 U{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,i,o){this.type=1,this._$committedValue=S,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=o,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=S,this._sanitizer=void 0}_$setValue(e,t=this,l,i){const o=this.strings;let n=!1;if(void 0===o)e=T(this,e,t,0),n=!_(e)||e!==this._$committedValue&&e!==z,n&&(this._$committedValue=e);else{const i=e;let r,a;for(e=o[0],r=0;r<o.length-1;r++)a=T(this,i[l+r],t,r),a===z&&(a=this._$committedValue[r]),n||=!_(a)||a!==this._$committedValue[r],a===S?e=S:e!==S&&(e+=(a??"")+o[r+1]),this._$committedValue[r]=a}n&&!i&&this._commitValue(e)}_commitValue(e){e===S?n(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"attribute")),e=this._sanitizer(e??""),l&&l({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),n(this.element).setAttribute(this.name,e??""))}}class N extends U{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"property")),e=this._sanitizer(e),l&&l({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===S?void 0:e}}class F extends U{constructor(){super(...arguments),this.type=4}_commitValue(e){l&&l({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===S),options:this.options}),n(this.element).toggleAttribute(this.name,!!e&&e!==S)}}class W extends U{constructor(e,t,l,i,o){if(super(e,t,l,i,o),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=T(this,e,t,0)??S)===z)return;const i=this._$committedValue,o=e===S&&i!==S||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,n=e!==S&&(i===S||o);l&&l({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:n,oldListener:i}),o&&this.element.removeEventListener(this.name,this,i),n&&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 q{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){l&&l({kind:"commit to element binding",element:this.element,value:e,options:this.options}),T(this,e)}}const K={_boundAttributeSuffix:v,_marker:p,_markerMatch:f,_HTML_RESULT:1,_getTemplateHtml:E,_TemplateInstance:R,_isIterable:x,_resolveDirective:T,_ChildPart:D,_AttributePart:U,_BooleanAttributePart:F,_EventPart:W,_PropertyPart:N,_ElementPart:q},Y=t.litHtmlPolyfillSupportDevMode;Y?.(I,D),(t.litHtmlVersions??=[]).push("3.3.2"),t.litHtmlVersions.length>1&&queueMicrotask(()=>{i("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const G=(e,t,i)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=o++,r=i?.renderBefore??t;let a=r._$litPart$;if(l&&l({kind:"begin render",id:n,value:e,container:t,options:i,part:a}),void 0===a){const e=i?.renderBefore??null;r._$litPart$=a=new D(t.insertBefore(w(),e),e,void 0,i??{})}return a._$setValue(e),l&&l({kind:"end render",id:n,value:e,container:t,options:i,part:a}),a};G.setSanitizer=d,G.createSanitizer=u,G._testOnlyClearSanitizerFactoryDoNotCallOrElse=h;
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2017 Google LLC
@@ -37,12 +37,12 @@ class extends le{constructor(e){if(super(e),e.type!==Q&&e.type!==J&&e.type!==ee)
37
37
  * Copyright 2017 Google LLC
38
38
  * SPDX-License-Identifier: BSD-3-Clause
39
39
  */
40
- let De;Re?.({LitElement:Ie}),(je.litElementVersions??=[]).push("4.2.2"),je.litElementVersions.length>1&&queueMicrotask(()=>{Ee("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,De=(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 Ue={attribute:!0,type:String,converter:Se,reflect:!1,hasChanged:Be},Fe=(e=Ue,t,l)=>{const{kind:i,metadata:o}=l;null==o&&De("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 n=globalThis.litPropertyMetadata.get(o);if(void 0===n&&globalThis.litPropertyMetadata.set(o,n=new Map),"setter"===i&&((e=Object.create(e)).wrapped=!0),n.set(l.name,e),"accessor"===i){const{name:i}=l;return{set(l){const o=t.get.call(this);t.set.call(this,l),this.requestUpdate(i,o,e,!0,l)},init(t){return void 0!==t&&this._$changeProperty(i,void 0,e,t),t}}}if("setter"===i){const{name:i}=l;return function(l){const o=this[i];t.call(this,l),this.requestUpdate(i,o,e,!0,l)}}throw new Error(`Unsupported decorator location: ${i}`)};function Ne(e){return(t,l)=>"object"==typeof l?Fe(e,t,l):((e,t,l)=>{const i=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),i?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
40
+ let De;Re?.({LitElement:Ie}),(je.litElementVersions??=[]).push("4.2.2"),je.litElementVersions.length>1&&queueMicrotask(()=>{Ee("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,De=(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 Ue={attribute:!0,type:String,converter:Se,reflect:!1,hasChanged:Be},Ne=(e=Ue,t,l)=>{const{kind:i,metadata:o}=l;null==o&&De("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 n=globalThis.litPropertyMetadata.get(o);if(void 0===n&&globalThis.litPropertyMetadata.set(o,n=new Map),"setter"===i&&((e=Object.create(e)).wrapped=!0),n.set(l.name,e),"accessor"===i){const{name:i}=l;return{set(l){const o=t.get.call(this);t.set.call(this,l),this.requestUpdate(i,o,e,!0,l)},init(t){return void 0!==t&&this._$changeProperty(i,void 0,e,t),t}}}if("setter"===i){const{name:i}=l;return function(l){const o=this[i];t.call(this,l),this.requestUpdate(i,o,e,!0,l)}}throw new Error(`Unsupported decorator location: ${i}`)};function Fe(e){return(t,l)=>"object"==typeof l?Ne(e,t,l):((e,t,l)=>{const i=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),i?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
41
41
  /**
42
42
  * @license
43
43
  * Copyright 2017 Google LLC
44
44
  * SPDX-License-Identifier: BSD-3-Clause
45
- */function We(e){return Ne({...e,state:!0,attribute:!1})}
45
+ */function We(e){return Fe({...e,state:!0,attribute:!1})}
46
46
  /**
47
47
  * @license
48
48
  * Copyright 2017 Google LLC
@@ -78,7 +78,7 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
78
78
  * @license
79
79
  * Copyright 2020 Google LLC
80
80
  * SPDX-License-Identifier: BSD-3-Clause
81
- */const rt=()=>new at;class at{}const st=new WeakMap;const ct=te(class extends nt{render(e){return S}update(e,[t]){const l=t!==this._ref;return l&&void 0!==this._ref&&this._updateRefValue(void 0),(l||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),S}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let l=st.get(t);void 0===l&&(l=new WeakMap,st.set(t,l)),void 0!==l.get(this._ref)&&this._ref.call(this._context,void 0),l.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?st.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),dt=["top","right","bottom","left"],ht=Math.min,ut=Math.max,vt=Math.round,pt=Math.floor,ft=e=>({x:e,y:e}),gt={left:"right",right:"left",bottom:"top",top:"bottom"},mt={start:"end",end:"start"};function wt(e,t,l){return ut(e,ht(t,l))}function _t(e,t){return"function"==typeof e?e(t):e}function bt(e){return e.split("-")[0]}function xt(e){return e.split("-")[1]}function yt(e){return"x"===e?"y":"x"}function Ct(e){return"y"===e?"height":"width"}const Zt=new Set(["top","bottom"]);function Mt(e){return Zt.has(bt(e))?"y":"x"}function Vt(e){return yt(Mt(e))}function kt(e,t,l){void 0===l&&(l=!1);const i=xt(e),o=Vt(e),n=Ct(o);let r="x"===o?i===(l?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[n]>t.floating[n]&&(r=Bt(r)),[r,Bt(r)]}function Ht(e){return e.replace(/start|end/g,e=>mt[e])}const Pt=["left","right"],$t=["right","left"],Ot=["top","bottom"],zt=["bottom","top"];function St(e,t,l,i){const o=xt(e);let n=function(e,t,l){switch(e){case"top":case"bottom":return l?t?$t:Pt:t?Pt:$t;case"left":case"right":return t?Ot:zt;default:return[]}}(bt(e),"start"===l,i);return o&&(n=n.map(e=>e+"-"+o),t&&(n=n.concat(n.map(Ht)))),n}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>gt[e])}function Lt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function At(e){const{x:t,y:l,width:i,height:o}=e;return{width:i,height:o,top:l,left:t,right:t+i,bottom:l+o,x:t,y:l}}function jt(e,t,l){let{reference:i,floating:o}=e;const n=Mt(t),r=Vt(t),a=Ct(r),s=bt(t),c="y"===n,d=i.x+i.width/2-o.width/2,h=i.y+i.height/2-o.height/2,u=i[a]/2-o[a]/2;let v;switch(s){case"top":v={x:d,y:i.y-o.height};break;case"bottom":v={x:d,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:h};break;case"left":v={x:i.x-o.width,y:h};break;default:v={x:i.x,y:i.y}}switch(xt(t)){case"start":v[r]-=u*(l&&c?-1:1);break;case"end":v[r]+=u*(l&&c?-1:1)}return v}async function Et(e,t){var l;void 0===t&&(t={});const{x:i,y:o,platform:n,rects:r,elements:a,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=_t(t,e),p=Lt(v),f=a[u?"floating"===h?"reference":"floating":h],g=At(await n.getClippingRect({element:null==(l=await(null==n.isElement?void 0:n.isElement(f)))||l?f:f.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:i,y:o,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==n.getOffsetParent?void 0:n.getOffsetParent(a.floating)),_=await(null==n.isElement?void 0:n.isElement(w))&&await(null==n.getScale?void 0:n.getScale(w))||{x:1,y:1},b=At(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:m,offsetParent:w,strategy:s}):m);return{top:(g.top-b.top+p.top)/_.y,bottom:(b.bottom-g.bottom+p.bottom)/_.y,left:(g.left-b.left+p.left)/_.x,right:(b.right-g.right+p.right)/_.x}}function It(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Tt(e){return dt.some(t=>e[t]>=0)}const Rt=new Set(["left","top"]);function Dt(){return"undefined"!=typeof window}function Ut(e){return Wt(e)?(e.nodeName||"").toLowerCase():"#document"}function Ft(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Nt(e){var t;return null==(t=(Wt(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Wt(e){return!!Dt()&&(e instanceof Node||e instanceof Ft(e).Node)}function qt(e){return!!Dt()&&(e instanceof Element||e instanceof Ft(e).Element)}function Kt(e){return!!Dt()&&(e instanceof HTMLElement||e instanceof Ft(e).HTMLElement)}function Yt(e){return!(!Dt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Ft(e).ShadowRoot)}const Gt=new Set(["inline","contents"]);function Jt(e){const{overflow:t,overflowX:l,overflowY:i,display:o}=cl(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+l)&&!Gt.has(o)}const Xt=new Set(["table","td","th"]);function Qt(e){return Xt.has(Ut(e))}const el=[":popover-open",":modal"];function tl(e){return el.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const ll=["transform","translate","scale","rotate","perspective"],il=["transform","translate","scale","rotate","perspective","filter"],ol=["paint","layout","strict","content"];function nl(e){const t=rl(),l=qt(e)?cl(e):e;return ll.some(e=>!!l[e]&&"none"!==l[e])||!!l.containerType&&"normal"!==l.containerType||!t&&!!l.backdropFilter&&"none"!==l.backdropFilter||!t&&!!l.filter&&"none"!==l.filter||il.some(e=>(l.willChange||"").includes(e))||ol.some(e=>(l.contain||"").includes(e))}function rl(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const al=new Set(["html","body","#document"]);function sl(e){return al.has(Ut(e))}function cl(e){return Ft(e).getComputedStyle(e)}function dl(e){return qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function hl(e){if("html"===Ut(e))return e;const t=e.assignedSlot||e.parentNode||Yt(e)&&e.host||Nt(e);return Yt(t)?t.host:t}function ul(e){const t=hl(e);return sl(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kt(t)&&Jt(t)?t:ul(t)}function vl(e,t,l){var i;void 0===t&&(t=[]),void 0===l&&(l=!0);const o=ul(e),n=o===(null==(i=e.ownerDocument)?void 0:i.body),r=Ft(o);if(n){const e=pl(r);return t.concat(r,r.visualViewport||[],Jt(o)?o:[],e&&l?vl(e):[])}return t.concat(o,vl(o,[],l))}function pl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function fl(e){const t=cl(e);let l=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const o=Kt(e),n=o?e.offsetWidth:l,r=o?e.offsetHeight:i,a=vt(l)!==n||vt(i)!==r;return a&&(l=n,i=r),{width:l,height:i,$:a}}function gl(e){return qt(e)?e:e.contextElement}function ml(e){const t=gl(e);if(!Kt(t))return ft(1);const l=t.getBoundingClientRect(),{width:i,height:o,$:n}=fl(t);let r=(n?vt(l.width):l.width)/i,a=(n?vt(l.height):l.height)/o;return r&&Number.isFinite(r)||(r=1),a&&Number.isFinite(a)||(a=1),{x:r,y:a}}const wl=ft(0);function _l(e){const t=Ft(e);return rl()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:wl}function bl(e,t,l,i){void 0===t&&(t=!1),void 0===l&&(l=!1);const o=e.getBoundingClientRect(),n=gl(e);let r=ft(1);t&&(i?qt(i)&&(r=ml(i)):r=ml(e));const a=function(e,t,l){return void 0===t&&(t=!1),!(!l||t&&l!==Ft(e))&&t}(n,l,i)?_l(n):ft(0);let s=(o.left+a.x)/r.x,c=(o.top+a.y)/r.y,d=o.width/r.x,h=o.height/r.y;if(n){const e=Ft(n),t=i&&qt(i)?Ft(i):i;let l=e,o=pl(l);for(;o&&i&&t!==l;){const e=ml(o),t=o.getBoundingClientRect(),i=cl(o),n=t.left+(o.clientLeft+parseFloat(i.paddingLeft))*e.x,r=t.top+(o.clientTop+parseFloat(i.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=n,c+=r,l=Ft(o),o=pl(l)}}return At({width:d,height:h,x:s,y:c})}function xl(e,t){const l=dl(e).scrollLeft;return t?t.left+l:bl(Nt(e)).left+l}function yl(e,t){const l=e.getBoundingClientRect();return{x:l.left+t.scrollLeft-xl(e,l),y:l.top+t.scrollTop}}const Cl=new Set(["absolute","fixed"]);function Zl(e,t,l){let i;if("viewport"===t)i=function(e,t){const l=Ft(e),i=Nt(e),o=l.visualViewport;let n=i.clientWidth,r=i.clientHeight,a=0,s=0;if(o){n=o.width,r=o.height;const e=rl();(!e||e&&"fixed"===t)&&(a=o.offsetLeft,s=o.offsetTop)}const c=xl(i);if(c<=0){const e=i.ownerDocument,t=e.body,l=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(l.marginLeft)+parseFloat(l.marginRight)||0,r=Math.abs(i.clientWidth-t.clientWidth-o);r<=25&&(n-=r)}else c<=25&&(n+=c);return{width:n,height:r,x:a,y:s}}(e,l);else if("document"===t)i=function(e){const t=Nt(e),l=dl(e),i=e.ownerDocument.body,o=ut(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),n=ut(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let r=-l.scrollLeft+xl(e);const a=-l.scrollTop;return"rtl"===cl(i).direction&&(r+=ut(t.clientWidth,i.clientWidth)-o),{width:o,height:n,x:r,y:a}}(Nt(e));else if(qt(t))i=function(e,t){const l=bl(e,!0,"fixed"===t),i=l.top+e.clientTop,o=l.left+e.clientLeft,n=Kt(e)?ml(e):ft(1);return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:o*n.x,y:i*n.y}}(t,l);else{const l=_l(e);i={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return At(i)}function Ml(e,t){const l=hl(e);return!(l===t||!qt(l)||sl(l))&&("fixed"===cl(l).position||Ml(l,t))}function Vl(e,t,l){const i=Kt(t),o=Nt(t),n="fixed"===l,r=bl(e,!0,n,t);let a={scrollLeft:0,scrollTop:0};const s=ft(0);function c(){s.x=xl(o)}if(i||!i&&!n)if(("body"!==Ut(t)||Jt(o))&&(a=dl(t)),i){const e=bl(t,!0,n,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();n&&!i&&o&&c();const d=!o||i||n?ft(0):yl(o,a);return{x:r.left+a.scrollLeft-s.x-d.x,y:r.top+a.scrollTop-s.y-d.y,width:r.width,height:r.height}}function kl(e){return"static"===cl(e).position}function Hl(e,t){if(!Kt(e)||"fixed"===cl(e).position)return null;if(t)return t(e);let l=e.offsetParent;return Nt(e)===l&&(l=l.ownerDocument.body),l}function Pl(e,t){const l=Ft(e);if(tl(e))return l;if(!Kt(e)){let t=hl(e);for(;t&&!sl(t);){if(qt(t)&&!kl(t))return t;t=hl(t)}return l}let i=Hl(e,t);for(;i&&Qt(i)&&kl(i);)i=Hl(i,t);return i&&sl(i)&&kl(i)&&!nl(i)?l:i||function(e){let t=hl(e);for(;Kt(t)&&!sl(t);){if(nl(t))return t;if(tl(t))return null;t=hl(t)}return null}(e)||l}const $l={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:l,offsetParent:i,strategy:o}=e;const n="fixed"===o,r=Nt(i),a=!!t&&tl(t.floating);if(i===r||a&&n)return l;let s={scrollLeft:0,scrollTop:0},c=ft(1);const d=ft(0),h=Kt(i);if((h||!h&&!n)&&(("body"!==Ut(i)||Jt(r))&&(s=dl(i)),Kt(i))){const e=bl(i);c=ml(i),d.x=e.x+i.clientLeft,d.y=e.y+i.clientTop}const u=!r||h||n?ft(0):yl(r,s);return{width:l.width*c.x,height:l.height*c.y,x:l.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:l.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:Nt,getClippingRect:function(e){let{element:t,boundary:l,rootBoundary:i,strategy:o}=e;const n=[..."clippingAncestors"===l?tl(t)?[]:function(e,t){const l=t.get(e);if(l)return l;let i=vl(e,[],!1).filter(e=>qt(e)&&"body"!==Ut(e)),o=null;const n="fixed"===cl(e).position;let r=n?hl(e):e;for(;qt(r)&&!sl(r);){const t=cl(r),l=nl(r);l||"fixed"!==t.position||(o=null),(n?!l&&!o:!l&&"static"===t.position&&o&&Cl.has(o.position)||Jt(r)&&!l&&Ml(e,r))?i=i.filter(e=>e!==r):o=t,r=hl(r)}return t.set(e,i),i}(t,this._c):[].concat(l),i],r=n[0],a=n.reduce((e,l)=>{const i=Zl(t,l,o);return e.top=ut(i.top,e.top),e.right=ht(i.right,e.right),e.bottom=ht(i.bottom,e.bottom),e.left=ut(i.left,e.left),e},Zl(t,r,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}},getOffsetParent:Pl,getElementRects:async function(e){const t=this.getOffsetParent||Pl,l=this.getDimensions,i=await l(e.floating);return{reference:Vl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:l}=fl(e);return{width:t,height:l}},getScale:ml,isElement:qt,isRTL:function(e){return"rtl"===cl(e).direction}};function Ol(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zl(e,t,l,i){void 0===i&&(i={});const{ancestorScroll:o=!0,ancestorResize:n=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:a="function"==typeof IntersectionObserver,animationFrame:s=!1}=i,c=gl(e),d=o||n?[...c?vl(c):[],...vl(t)]:[];d.forEach(e=>{o&&e.addEventListener("scroll",l,{passive:!0}),n&&e.addEventListener("resize",l)});const h=c&&a?function(e,t){let l,i=null;const o=Nt(e);function n(){var e;clearTimeout(l),null==(e=i)||e.disconnect(),i=null}return function r(a,s){void 0===a&&(a=!1),void 0===s&&(s=1),n();const c=e.getBoundingClientRect(),{left:d,top:h,width:u,height:v}=c;if(a||t(),!u||!v)return;const p={rootMargin:-pt(h)+"px "+-pt(o.clientWidth-(d+u))+"px "+-pt(o.clientHeight-(h+v))+"px "+-pt(d)+"px",threshold:ut(0,ht(1,s))||1};let f=!0;function g(t){const i=t[0].intersectionRatio;if(i!==s){if(!f)return r();i?r(!1,i):l=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==i||Ol(c,e.getBoundingClientRect())||r(),f=!1}try{i=new IntersectionObserver(g,{...p,root:o.ownerDocument})}catch(e){i=new IntersectionObserver(g,p)}i.observe(e)}(!0),n}(c,l):null;let u,v=-1,p=null;r&&(p=new ResizeObserver(e=>{let[i]=e;i&&i.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),l()}),c&&!s&&p.observe(c),p.observe(t));let f=s?bl(e):null;return s&&function t(){const i=bl(e);f&&!Ol(f,i)&&l();f=i,u=requestAnimationFrame(t)}(),l(),()=>{var e;d.forEach(e=>{o&&e.removeEventListener("scroll",l),n&&e.removeEventListener("resize",l)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Sl=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var l,i;const{x:o,y:n,placement:r,middlewareData:a}=t,s=await async function(e,t){const{placement:l,platform:i,elements:o}=e,n=await(null==i.isRTL?void 0:i.isRTL(o.floating)),r=bt(l),a=xt(l),s="y"===Mt(l),c=Rt.has(r)?-1:1,d=n&&s?-1:1,h=_t(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return a&&"number"==typeof p&&(v="end"===a?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return r===(null==(l=a.offset)?void 0:l.placement)&&null!=(i=a.arrow)&&i.alignmentOffset?{}:{x:o+s.x,y:n+s.y,data:{...s,placement:r}}}}},Bl=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:l,y:i,placement:o}=t,{mainAxis:n=!0,crossAxis:r=!1,limiter:a={fn:e=>{let{x:t,y:l}=e;return{x:t,y:l}}},...s}=_t(e,t),c={x:l,y:i},d=await Et(t,s),h=Mt(bt(o)),u=yt(h);let v=c[u],p=c[h];if(n){const e="y"===u?"bottom":"right";v=wt(v+d["y"===u?"top":"left"],v,v-d[e])}if(r){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=a.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-l,y:f.y-i,enabled:{[u]:n,[h]:r}}}}}},Ll=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var l,i;const{placement:o,middlewareData:n,rects:r,initialPlacement:a,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=_t(e,t);if(null!=(l=n.arrow)&&l.alignmentOffset)return{};const m=bt(o),w=Mt(a),_=bt(a)===a,b=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(_||!f?[Bt(a)]:function(e){const t=Bt(e);return[Ht(e),t,Ht(t)]}(a)),y="none"!==p;!u&&y&&x.push(...St(a,f,p,b));const C=[a,...x],Z=await Et(t,g),M=[];let V=(null==(i=n.flip)?void 0:i.overflows)||[];if(d&&M.push(Z[m]),h){const e=kt(o,r,b);M.push(Z[e[0]],Z[e[1]])}if(V=[...V,{placement:o,overflows:M}],!M.every(e=>e<=0)){var k,H;const e=((null==(k=n.flip)?void 0:k.index)||0)+1,t=C[e];if(t){if(!("alignment"===h&&w!==Mt(t))||V.every(e=>Mt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:V},reset:{placement:t}}}let l=null==(H=V.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!l)switch(v){case"bestFit":{var P;const e=null==(P=V.filter(e=>{if(y){const t=Mt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(l=e);break}case"initialPlacement":l=a}if(o!==l)return{reset:{placement:l}}}return{}}}},Al=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var l,i;const{placement:o,rects:n,platform:r,elements:a}=t,{apply:s=()=>{},...c}=_t(e,t),d=await Et(t,c),h=bt(o),u=xt(o),v="y"===Mt(o),{width:p,height:f}=n.floating;let g,m;"top"===h||"bottom"===h?(g=h,m=u===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(m=h,g="end"===u?"top":"bottom");const w=f-d.top-d.bottom,_=p-d.left-d.right,b=ht(f-d[g],w),x=ht(p-d[m],_),y=!t.middlewareData.shift;let C=b,Z=x;if(null!=(l=t.middlewareData.shift)&&l.enabled.x&&(Z=_),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(C=w),y&&!u){const e=ut(d.left,0),t=ut(d.right,0),l=ut(d.top,0),i=ut(d.bottom,0);v?Z=p-2*(0!==e||0!==t?e+t:ut(d.left,d.right)):C=f-2*(0!==l||0!==i?l+i:ut(d.top,d.bottom))}await s({...t,availableWidth:Z,availableHeight:C});const M=await r.getDimensions(a.floating);return p!==M.width||f!==M.height?{reset:{rects:!0}}:{}}}},jl=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:l}=t,{strategy:i="referenceHidden",...o}=_t(e,t);switch(i){case"referenceHidden":{const e=It(await Et(t,{...o,elementContext:"reference"}),l.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Tt(e)}}}case"escaped":{const e=It(await Et(t,{...o,altBoundary:!0}),l.floating);return{data:{escapedOffsets:e,escaped:Tt(e)}}}default:return{}}}}},El=(e,t,l)=>{const i=new Map,o={platform:$l,...l},n={...o.platform,_c:i};return(async(e,t,l)=>{const{placement:i="bottom",strategy:o="absolute",middleware:n=[],platform:r}=l,a=n.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let c=await r.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:h}=jt(c,i,s),u=i,v={},p=0;for(let l=0;l<a.length;l++){const{name:n,fn:f}=a[l],{x:g,y:m,data:w,reset:_}=await f({x:d,y:h,initialPlacement:i,placement:u,strategy:o,middlewareData:v,rects:c,platform:r,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[n]:{...v[n],...w}},_&&p<=50&&(p++,"object"==typeof _&&(_.placement&&(u=_.placement),_.rects&&(c=!0===_.rects?await r.getElementRects({reference:e,floating:t,strategy:o}):_.rects),({x:d,y:h}=jt(c,u,s))),l=-1)}return{x:d,y:h,placement:u,strategy:o,middlewareData:v}})(e,t,{...o,platform:n})};var Il=we`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Tl=we`.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)}`,Rl=we`.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)}`,Dl=we`.form-control-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.m-width-160{min-width:var(--sgds-dimension-160)}.m-width-256{min-width:var(--sgds-dimension-256)}.form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.form-control-group{align-items:center;background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);border-radius:var(--input-border-radius,var(--sgds-form-border-radius-md));display:flex;gap:var(--sgds-form-gap-md);height:var(--sgds-dimension-48);justify-content:center;overflow:hidden;padding:0 var(--sgds-form-padding-x);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:-webkit-fill-available;width:-moz-available}.form-control{appearance:none;background-clip:padding-box;background:none;border:none;color:var(--sgds-form-color-default);display:block;flex-grow:1;font-family:var(--sgds-font-family-brand);font-size:var(--sgds-font-size-label-md);line-height:var(--sgds-line-height-xs);min-width:0;outline:none;padding:0;width:100%}.form-clearable{color:var(--sgds-color-subtle);cursor:pointer}.form-control-group:not(.disabled):not(.is-invalid):not(.readonly):not(:focus-within):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-group:not(.disabled):not(.is-invalid):focus-within{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-container.disabled{opacity:var(--sgds-opacity-40)}.form-control-group.disabled{background-color:var(--sgds-form-surface-muted);cursor:not-allowed}.form-control-group.readonly{background-color:var(--sgds-form-surface-raised)}.form-control-group.is-invalid:not(.disabled){border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-control-group:not(.disabled).is-invalid:focus-within{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;const Ul=(e="value")=>(t,l)=>{const i=t.constructor,o=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,n,r){var a;const s=i.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||Se,i=("function"==typeof t?t:null!==(a=null==t?void 0:t.fromAttribute)&&void 0!==a?a:Se.fromAttribute)(r,s.type);this[e]!==i&&(this[l]=i)}o.call(this,t,n,r)}};function Fl(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Nl{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 Wl=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 Nl(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([Ye("sgds-input")],l.prototype,"sgdsInput",void 0),e([Ye("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var ql=we`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class Kl extends Ie{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(i){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}))}))}}function Yl(e,t,l){return new Promise(i=>{if((null==l?void 0:l.duration)===1/0)throw new Error("Promise-based animations must be finite.");const o=e.animate(t,Object.assign(Object.assign({},l),{duration:Gl()?0:null==l?void 0:l.duration}));o.addEventListener("cancel",i,{once:!0}),o.addEventListener("finish",i,{once:!0})})}function Gl(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}Kl.styles=[ql],Kl.dependencies={},e([Ne({type:Boolean,reflect:!0})],Kl.prototype,"ssr",void 0);const Jl=new Map,Xl=new WeakMap;function Ql(e,t){const l=Xl.get(e);if(null==l?void 0:l[t])return l[t];const i=Jl.get(t);return i||{keyframes:[],options:{duration:0}}}function ei(e,t){Jl.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}class ti extends Kl{constructor(){super(...arguments),this.myDropdown=rt(),this.dropdownMenuId=Fl("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=rt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){if(!this.disabled&&!this.menuIsOpen){if(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this._startAutoUpdate(),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Ql(this,"dropdown.show");await Yl(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=zl(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Ql(this,"dropdown.hide");await Yl(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const l=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(l),o=e.map(e=>{const o=l(e),n=i.indexOf(o);return-1!==n?t[n]:e}).concat(t.filter(t=>!e.some(e=>l(e)===l(t))));return o}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Sl(8),this.noFlip?void 0:Ll(),Bl()].filter(Boolean);let l=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(l=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:l}),{x:o,y:n,strategy:r,placement:a}=await El(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",a),Object.assign(this.menuRef.value.style,{position:r,left:`${o}px`,top:`${n}px`})}}e([Ne({type:Boolean,state:!0})],ti.prototype,"noFlip",void 0),e([Ne({type:Boolean,reflect:!0,state:!0})],ti.prototype,"menuAlignRight",void 0),e([Ne({type:String,reflect:!0,state:!0})],ti.prototype,"drop",void 0),e([Ne({type:Object})],ti.prototype,"floatingOpts",void 0),e([Ne({type:Boolean,reflect:!0})],ti.prototype,"menuIsOpen",void 0),e([Ne({type:Boolean,reflect:!0})],ti.prototype,"disabled",void 0),e([Ne({type:Boolean,reflect:!0})],ti.prototype,"readonly",void 0),ei("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),ei("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class li extends ti{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),l=t.find(t=>e.composedPath().includes(t));if(!l)return;const i=t.indexOf(l);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,l.disabled||(this.emit("sgds-select",{detail:{item:l}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const l=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");l&&l.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const l=(e%t.length+t.length)%t.length,i=t[l];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(l+1)%t.length,this.prevDropdownItemNo=(l-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}var ii,oi;li.styles=ti.styles,e([(ii="ul.dropdown-menu",(e,t,l)=>{const i=e=>{const l=e.renderRoot?.querySelector(ii)??null;if(null===l&&oi&&!e.hasUpdated){const e="object"==typeof t?t.name:t;Ke("",`@query'd field ${JSON.stringify(String(e))} with the 'cache' flag set for selector '${ii}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return l};if(oi){const{get:o,set:n}="object"==typeof t?e:l??(()=>{const e=Symbol(`${String(t)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return qe(e,t,{get(){let e=o.call(this);return void 0===e&&(e=i(this),(null!==e||this.hasUpdated)&&n.call(this,e)),e}})}return qe(e,t,{get(){return i(this)}})})],li.prototype,"menu",void 0),e([We()],li.prototype,"nextDropdownItemNo",void 0),e([We()],li.prototype,"prevDropdownItemNo",void 0),e([Ne({type:Boolean,reflect:!0})],li.prototype,"hidden",void 0);var ni=we`.empty-menu,.loading-menu{padding:var(--sgds-padding-sm) var(--sgds-padding-lg,20px);pointer-events:none}.loading-menu{align-items:center;display:flex;gap:var(--sgds-gap-xs)}`;class ri extends(Wl(li)){setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}constructor(){super(),this.label="",this.hintText="",this.autofocus=!1,this.disabled=!1,this.required=!1,this.loading=!1,this.value="",this.displayValue="",this.defaultValue="",this.hasFeedback=!1,this.invalidFeedback="",this.invalid=!1,this.autocomplete="on",this.menuList=[],this.selectedItems=[],this.filteredList=[],this._isTouched=!1,this._controlId=Fl("input"),this._labelId=Fl("label"),this.floatingOpts={middleware:[Al({apply({rects:e,elements:t}){t.floating.style.width=`${e.reference.width}px`}})]}}connectedCallback(){super.connectedCallback(),this.addEventListener("blur",async e=>{var t;if(this._mixinShouldSkipSgdsValidation())return;const l=this.constructor.childName,i=(null===(t=e.relatedTarget)||void 0===t?void 0:t.tagName.toLowerCase())===l;this.invalid=!i&&!this._mixinReportValidity()})}reportValidity(){return this._mixinReportValidity()}setValidity(e,t,l){return this._mixinSetValidity(e,t,l)}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_renderFeedback(){return this.invalid&&this.hasFeedback?$` <div class="invalid-feedback-container">
81
+ */const rt=()=>new at;class at{}const st=new WeakMap;const ct=te(class extends nt{render(e){return S}update(e,[t]){const l=t!==this._ref;return l&&void 0!==this._ref&&this._updateRefValue(void 0),(l||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),S}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let l=st.get(t);void 0===l&&(l=new WeakMap,st.set(t,l)),void 0!==l.get(this._ref)&&this._ref.call(this._context,void 0),l.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?st.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),dt=["top","right","bottom","left"],ht=Math.min,ut=Math.max,vt=Math.round,pt=Math.floor,ft=e=>({x:e,y:e}),gt={left:"right",right:"left",bottom:"top",top:"bottom"},mt={start:"end",end:"start"};function wt(e,t,l){return ut(e,ht(t,l))}function _t(e,t){return"function"==typeof e?e(t):e}function bt(e){return e.split("-")[0]}function xt(e){return e.split("-")[1]}function yt(e){return"x"===e?"y":"x"}function Ct(e){return"y"===e?"height":"width"}const Zt=new Set(["top","bottom"]);function Mt(e){return Zt.has(bt(e))?"y":"x"}function Vt(e){return yt(Mt(e))}function kt(e,t,l){void 0===l&&(l=!1);const i=xt(e),o=Vt(e),n=Ct(o);let r="x"===o?i===(l?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[n]>t.floating[n]&&(r=Bt(r)),[r,Bt(r)]}function Ht(e){return e.replace(/start|end/g,e=>mt[e])}const Pt=["left","right"],$t=["right","left"],Ot=["top","bottom"],zt=["bottom","top"];function St(e,t,l,i){const o=xt(e);let n=function(e,t,l){switch(e){case"top":case"bottom":return l?t?$t:Pt:t?Pt:$t;case"left":case"right":return t?Ot:zt;default:return[]}}(bt(e),"start"===l,i);return o&&(n=n.map(e=>e+"-"+o),t&&(n=n.concat(n.map(Ht)))),n}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>gt[e])}function Lt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function At(e){const{x:t,y:l,width:i,height:o}=e;return{width:i,height:o,top:l,left:t,right:t+i,bottom:l+o,x:t,y:l}}function jt(e,t,l){let{reference:i,floating:o}=e;const n=Mt(t),r=Vt(t),a=Ct(r),s=bt(t),c="y"===n,d=i.x+i.width/2-o.width/2,h=i.y+i.height/2-o.height/2,u=i[a]/2-o[a]/2;let v;switch(s){case"top":v={x:d,y:i.y-o.height};break;case"bottom":v={x:d,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:h};break;case"left":v={x:i.x-o.width,y:h};break;default:v={x:i.x,y:i.y}}switch(xt(t)){case"start":v[r]-=u*(l&&c?-1:1);break;case"end":v[r]+=u*(l&&c?-1:1)}return v}async function Et(e,t){var l;void 0===t&&(t={});const{x:i,y:o,platform:n,rects:r,elements:a,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=_t(t,e),p=Lt(v),f=a[u?"floating"===h?"reference":"floating":h],g=At(await n.getClippingRect({element:null==(l=await(null==n.isElement?void 0:n.isElement(f)))||l?f:f.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:i,y:o,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==n.getOffsetParent?void 0:n.getOffsetParent(a.floating)),_=await(null==n.isElement?void 0:n.isElement(w))&&await(null==n.getScale?void 0:n.getScale(w))||{x:1,y:1},b=At(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:m,offsetParent:w,strategy:s}):m);return{top:(g.top-b.top+p.top)/_.y,bottom:(b.bottom-g.bottom+p.bottom)/_.y,left:(g.left-b.left+p.left)/_.x,right:(b.right-g.right+p.right)/_.x}}function It(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Tt(e){return dt.some(t=>e[t]>=0)}const Rt=new Set(["left","top"]);function Dt(){return"undefined"!=typeof window}function Ut(e){return Wt(e)?(e.nodeName||"").toLowerCase():"#document"}function Nt(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Ft(e){var t;return null==(t=(Wt(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Wt(e){return!!Dt()&&(e instanceof Node||e instanceof Nt(e).Node)}function qt(e){return!!Dt()&&(e instanceof Element||e instanceof Nt(e).Element)}function Kt(e){return!!Dt()&&(e instanceof HTMLElement||e instanceof Nt(e).HTMLElement)}function Yt(e){return!(!Dt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Nt(e).ShadowRoot)}const Gt=new Set(["inline","contents"]);function Jt(e){const{overflow:t,overflowX:l,overflowY:i,display:o}=cl(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+l)&&!Gt.has(o)}const Xt=new Set(["table","td","th"]);function Qt(e){return Xt.has(Ut(e))}const el=[":popover-open",":modal"];function tl(e){return el.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const ll=["transform","translate","scale","rotate","perspective"],il=["transform","translate","scale","rotate","perspective","filter"],ol=["paint","layout","strict","content"];function nl(e){const t=rl(),l=qt(e)?cl(e):e;return ll.some(e=>!!l[e]&&"none"!==l[e])||!!l.containerType&&"normal"!==l.containerType||!t&&!!l.backdropFilter&&"none"!==l.backdropFilter||!t&&!!l.filter&&"none"!==l.filter||il.some(e=>(l.willChange||"").includes(e))||ol.some(e=>(l.contain||"").includes(e))}function rl(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const al=new Set(["html","body","#document"]);function sl(e){return al.has(Ut(e))}function cl(e){return Nt(e).getComputedStyle(e)}function dl(e){return qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function hl(e){if("html"===Ut(e))return e;const t=e.assignedSlot||e.parentNode||Yt(e)&&e.host||Ft(e);return Yt(t)?t.host:t}function ul(e){const t=hl(e);return sl(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kt(t)&&Jt(t)?t:ul(t)}function vl(e,t,l){var i;void 0===t&&(t=[]),void 0===l&&(l=!0);const o=ul(e),n=o===(null==(i=e.ownerDocument)?void 0:i.body),r=Nt(o);if(n){const e=pl(r);return t.concat(r,r.visualViewport||[],Jt(o)?o:[],e&&l?vl(e):[])}return t.concat(o,vl(o,[],l))}function pl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function fl(e){const t=cl(e);let l=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const o=Kt(e),n=o?e.offsetWidth:l,r=o?e.offsetHeight:i,a=vt(l)!==n||vt(i)!==r;return a&&(l=n,i=r),{width:l,height:i,$:a}}function gl(e){return qt(e)?e:e.contextElement}function ml(e){const t=gl(e);if(!Kt(t))return ft(1);const l=t.getBoundingClientRect(),{width:i,height:o,$:n}=fl(t);let r=(n?vt(l.width):l.width)/i,a=(n?vt(l.height):l.height)/o;return r&&Number.isFinite(r)||(r=1),a&&Number.isFinite(a)||(a=1),{x:r,y:a}}const wl=ft(0);function _l(e){const t=Nt(e);return rl()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:wl}function bl(e,t,l,i){void 0===t&&(t=!1),void 0===l&&(l=!1);const o=e.getBoundingClientRect(),n=gl(e);let r=ft(1);t&&(i?qt(i)&&(r=ml(i)):r=ml(e));const a=function(e,t,l){return void 0===t&&(t=!1),!(!l||t&&l!==Nt(e))&&t}(n,l,i)?_l(n):ft(0);let s=(o.left+a.x)/r.x,c=(o.top+a.y)/r.y,d=o.width/r.x,h=o.height/r.y;if(n){const e=Nt(n),t=i&&qt(i)?Nt(i):i;let l=e,o=pl(l);for(;o&&i&&t!==l;){const e=ml(o),t=o.getBoundingClientRect(),i=cl(o),n=t.left+(o.clientLeft+parseFloat(i.paddingLeft))*e.x,r=t.top+(o.clientTop+parseFloat(i.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=n,c+=r,l=Nt(o),o=pl(l)}}return At({width:d,height:h,x:s,y:c})}function xl(e,t){const l=dl(e).scrollLeft;return t?t.left+l:bl(Ft(e)).left+l}function yl(e,t){const l=e.getBoundingClientRect();return{x:l.left+t.scrollLeft-xl(e,l),y:l.top+t.scrollTop}}const Cl=new Set(["absolute","fixed"]);function Zl(e,t,l){let i;if("viewport"===t)i=function(e,t){const l=Nt(e),i=Ft(e),o=l.visualViewport;let n=i.clientWidth,r=i.clientHeight,a=0,s=0;if(o){n=o.width,r=o.height;const e=rl();(!e||e&&"fixed"===t)&&(a=o.offsetLeft,s=o.offsetTop)}const c=xl(i);if(c<=0){const e=i.ownerDocument,t=e.body,l=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(l.marginLeft)+parseFloat(l.marginRight)||0,r=Math.abs(i.clientWidth-t.clientWidth-o);r<=25&&(n-=r)}else c<=25&&(n+=c);return{width:n,height:r,x:a,y:s}}(e,l);else if("document"===t)i=function(e){const t=Ft(e),l=dl(e),i=e.ownerDocument.body,o=ut(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),n=ut(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let r=-l.scrollLeft+xl(e);const a=-l.scrollTop;return"rtl"===cl(i).direction&&(r+=ut(t.clientWidth,i.clientWidth)-o),{width:o,height:n,x:r,y:a}}(Ft(e));else if(qt(t))i=function(e,t){const l=bl(e,!0,"fixed"===t),i=l.top+e.clientTop,o=l.left+e.clientLeft,n=Kt(e)?ml(e):ft(1);return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:o*n.x,y:i*n.y}}(t,l);else{const l=_l(e);i={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return At(i)}function Ml(e,t){const l=hl(e);return!(l===t||!qt(l)||sl(l))&&("fixed"===cl(l).position||Ml(l,t))}function Vl(e,t,l){const i=Kt(t),o=Ft(t),n="fixed"===l,r=bl(e,!0,n,t);let a={scrollLeft:0,scrollTop:0};const s=ft(0);function c(){s.x=xl(o)}if(i||!i&&!n)if(("body"!==Ut(t)||Jt(o))&&(a=dl(t)),i){const e=bl(t,!0,n,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();n&&!i&&o&&c();const d=!o||i||n?ft(0):yl(o,a);return{x:r.left+a.scrollLeft-s.x-d.x,y:r.top+a.scrollTop-s.y-d.y,width:r.width,height:r.height}}function kl(e){return"static"===cl(e).position}function Hl(e,t){if(!Kt(e)||"fixed"===cl(e).position)return null;if(t)return t(e);let l=e.offsetParent;return Ft(e)===l&&(l=l.ownerDocument.body),l}function Pl(e,t){const l=Nt(e);if(tl(e))return l;if(!Kt(e)){let t=hl(e);for(;t&&!sl(t);){if(qt(t)&&!kl(t))return t;t=hl(t)}return l}let i=Hl(e,t);for(;i&&Qt(i)&&kl(i);)i=Hl(i,t);return i&&sl(i)&&kl(i)&&!nl(i)?l:i||function(e){let t=hl(e);for(;Kt(t)&&!sl(t);){if(nl(t))return t;if(tl(t))return null;t=hl(t)}return null}(e)||l}const $l={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:l,offsetParent:i,strategy:o}=e;const n="fixed"===o,r=Ft(i),a=!!t&&tl(t.floating);if(i===r||a&&n)return l;let s={scrollLeft:0,scrollTop:0},c=ft(1);const d=ft(0),h=Kt(i);if((h||!h&&!n)&&(("body"!==Ut(i)||Jt(r))&&(s=dl(i)),Kt(i))){const e=bl(i);c=ml(i),d.x=e.x+i.clientLeft,d.y=e.y+i.clientTop}const u=!r||h||n?ft(0):yl(r,s);return{width:l.width*c.x,height:l.height*c.y,x:l.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:l.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:Ft,getClippingRect:function(e){let{element:t,boundary:l,rootBoundary:i,strategy:o}=e;const n=[..."clippingAncestors"===l?tl(t)?[]:function(e,t){const l=t.get(e);if(l)return l;let i=vl(e,[],!1).filter(e=>qt(e)&&"body"!==Ut(e)),o=null;const n="fixed"===cl(e).position;let r=n?hl(e):e;for(;qt(r)&&!sl(r);){const t=cl(r),l=nl(r);l||"fixed"!==t.position||(o=null),(n?!l&&!o:!l&&"static"===t.position&&o&&Cl.has(o.position)||Jt(r)&&!l&&Ml(e,r))?i=i.filter(e=>e!==r):o=t,r=hl(r)}return t.set(e,i),i}(t,this._c):[].concat(l),i],r=n[0],a=n.reduce((e,l)=>{const i=Zl(t,l,o);return e.top=ut(i.top,e.top),e.right=ht(i.right,e.right),e.bottom=ht(i.bottom,e.bottom),e.left=ut(i.left,e.left),e},Zl(t,r,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}},getOffsetParent:Pl,getElementRects:async function(e){const t=this.getOffsetParent||Pl,l=this.getDimensions,i=await l(e.floating);return{reference:Vl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:l}=fl(e);return{width:t,height:l}},getScale:ml,isElement:qt,isRTL:function(e){return"rtl"===cl(e).direction}};function Ol(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zl(e,t,l,i){void 0===i&&(i={});const{ancestorScroll:o=!0,ancestorResize:n=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:a="function"==typeof IntersectionObserver,animationFrame:s=!1}=i,c=gl(e),d=o||n?[...c?vl(c):[],...vl(t)]:[];d.forEach(e=>{o&&e.addEventListener("scroll",l,{passive:!0}),n&&e.addEventListener("resize",l)});const h=c&&a?function(e,t){let l,i=null;const o=Ft(e);function n(){var e;clearTimeout(l),null==(e=i)||e.disconnect(),i=null}return function r(a,s){void 0===a&&(a=!1),void 0===s&&(s=1),n();const c=e.getBoundingClientRect(),{left:d,top:h,width:u,height:v}=c;if(a||t(),!u||!v)return;const p={rootMargin:-pt(h)+"px "+-pt(o.clientWidth-(d+u))+"px "+-pt(o.clientHeight-(h+v))+"px "+-pt(d)+"px",threshold:ut(0,ht(1,s))||1};let f=!0;function g(t){const i=t[0].intersectionRatio;if(i!==s){if(!f)return r();i?r(!1,i):l=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==i||Ol(c,e.getBoundingClientRect())||r(),f=!1}try{i=new IntersectionObserver(g,{...p,root:o.ownerDocument})}catch(e){i=new IntersectionObserver(g,p)}i.observe(e)}(!0),n}(c,l):null;let u,v=-1,p=null;r&&(p=new ResizeObserver(e=>{let[i]=e;i&&i.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),l()}),c&&!s&&p.observe(c),p.observe(t));let f=s?bl(e):null;return s&&function t(){const i=bl(e);f&&!Ol(f,i)&&l();f=i,u=requestAnimationFrame(t)}(),l(),()=>{var e;d.forEach(e=>{o&&e.removeEventListener("scroll",l),n&&e.removeEventListener("resize",l)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Sl=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var l,i;const{x:o,y:n,placement:r,middlewareData:a}=t,s=await async function(e,t){const{placement:l,platform:i,elements:o}=e,n=await(null==i.isRTL?void 0:i.isRTL(o.floating)),r=bt(l),a=xt(l),s="y"===Mt(l),c=Rt.has(r)?-1:1,d=n&&s?-1:1,h=_t(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return a&&"number"==typeof p&&(v="end"===a?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return r===(null==(l=a.offset)?void 0:l.placement)&&null!=(i=a.arrow)&&i.alignmentOffset?{}:{x:o+s.x,y:n+s.y,data:{...s,placement:r}}}}},Bl=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:l,y:i,placement:o}=t,{mainAxis:n=!0,crossAxis:r=!1,limiter:a={fn:e=>{let{x:t,y:l}=e;return{x:t,y:l}}},...s}=_t(e,t),c={x:l,y:i},d=await Et(t,s),h=Mt(bt(o)),u=yt(h);let v=c[u],p=c[h];if(n){const e="y"===u?"bottom":"right";v=wt(v+d["y"===u?"top":"left"],v,v-d[e])}if(r){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=a.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-l,y:f.y-i,enabled:{[u]:n,[h]:r}}}}}},Ll=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var l,i;const{placement:o,middlewareData:n,rects:r,initialPlacement:a,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=_t(e,t);if(null!=(l=n.arrow)&&l.alignmentOffset)return{};const m=bt(o),w=Mt(a),_=bt(a)===a,b=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(_||!f?[Bt(a)]:function(e){const t=Bt(e);return[Ht(e),t,Ht(t)]}(a)),y="none"!==p;!u&&y&&x.push(...St(a,f,p,b));const C=[a,...x],Z=await Et(t,g),M=[];let V=(null==(i=n.flip)?void 0:i.overflows)||[];if(d&&M.push(Z[m]),h){const e=kt(o,r,b);M.push(Z[e[0]],Z[e[1]])}if(V=[...V,{placement:o,overflows:M}],!M.every(e=>e<=0)){var k,H;const e=((null==(k=n.flip)?void 0:k.index)||0)+1,t=C[e];if(t){if(!("alignment"===h&&w!==Mt(t))||V.every(e=>Mt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:V},reset:{placement:t}}}let l=null==(H=V.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!l)switch(v){case"bestFit":{var P;const e=null==(P=V.filter(e=>{if(y){const t=Mt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(l=e);break}case"initialPlacement":l=a}if(o!==l)return{reset:{placement:l}}}return{}}}},Al=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var l,i;const{placement:o,rects:n,platform:r,elements:a}=t,{apply:s=()=>{},...c}=_t(e,t),d=await Et(t,c),h=bt(o),u=xt(o),v="y"===Mt(o),{width:p,height:f}=n.floating;let g,m;"top"===h||"bottom"===h?(g=h,m=u===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(m=h,g="end"===u?"top":"bottom");const w=f-d.top-d.bottom,_=p-d.left-d.right,b=ht(f-d[g],w),x=ht(p-d[m],_),y=!t.middlewareData.shift;let C=b,Z=x;if(null!=(l=t.middlewareData.shift)&&l.enabled.x&&(Z=_),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(C=w),y&&!u){const e=ut(d.left,0),t=ut(d.right,0),l=ut(d.top,0),i=ut(d.bottom,0);v?Z=p-2*(0!==e||0!==t?e+t:ut(d.left,d.right)):C=f-2*(0!==l||0!==i?l+i:ut(d.top,d.bottom))}await s({...t,availableWidth:Z,availableHeight:C});const M=await r.getDimensions(a.floating);return p!==M.width||f!==M.height?{reset:{rects:!0}}:{}}}},jl=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:l}=t,{strategy:i="referenceHidden",...o}=_t(e,t);switch(i){case"referenceHidden":{const e=It(await Et(t,{...o,elementContext:"reference"}),l.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Tt(e)}}}case"escaped":{const e=It(await Et(t,{...o,altBoundary:!0}),l.floating);return{data:{escapedOffsets:e,escaped:Tt(e)}}}default:return{}}}}},El=(e,t,l)=>{const i=new Map,o={platform:$l,...l},n={...o.platform,_c:i};return(async(e,t,l)=>{const{placement:i="bottom",strategy:o="absolute",middleware:n=[],platform:r}=l,a=n.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let c=await r.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:h}=jt(c,i,s),u=i,v={},p=0;for(let l=0;l<a.length;l++){const{name:n,fn:f}=a[l],{x:g,y:m,data:w,reset:_}=await f({x:d,y:h,initialPlacement:i,placement:u,strategy:o,middlewareData:v,rects:c,platform:r,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[n]:{...v[n],...w}},_&&p<=50&&(p++,"object"==typeof _&&(_.placement&&(u=_.placement),_.rects&&(c=!0===_.rects?await r.getElementRects({reference:e,floating:t,strategy:o}):_.rects),({x:d,y:h}=jt(c,u,s))),l=-1)}return{x:d,y:h,placement:u,strategy:o,middlewareData:v}})(e,t,{...o,platform:n})};var Il=we`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Tl=we`.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)}`,Rl=we`.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)}`,Dl=we`.form-control-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.m-width-160{min-width:var(--sgds-dimension-160)}.m-width-256{min-width:var(--sgds-dimension-256)}.form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.form-control-group{align-items:center;background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);border-radius:var(--input-border-radius,var(--sgds-form-border-radius-md));display:flex;gap:var(--sgds-form-gap-xl);height:var(--sgds-dimension-48);justify-content:center;overflow:hidden;padding:0 var(--sgds-form-padding-x);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:-webkit-fill-available;width:-moz-available}.form-control{appearance:none;background-clip:padding-box;background:none;border:none;color:var(--sgds-form-color-default);display:block;flex-grow:1;font-family:var(--sgds-font-family-brand);font-size:var(--sgds-font-size-label-md);line-height:var(--sgds-line-height-xs);min-width:0;outline:none;padding:0;width:100%}.form-clearable{color:var(--sgds-color-subtle);cursor:pointer}.form-control-group:not(.disabled):not(.is-invalid):not(.readonly):not(:focus-within):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-group:not(.disabled):not(.is-invalid):focus-within{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-container.disabled{opacity:var(--sgds-opacity-40)}.form-control-group.disabled{background-color:var(--sgds-form-surface-muted);cursor:not-allowed}.form-control-group.readonly{background-color:var(--sgds-form-surface-raised)}.form-control-group.is-invalid:not(.disabled){border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-control-group:not(.disabled).is-invalid:focus-within{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;const Ul=(e="value")=>(t,l)=>{const i=t.constructor,o=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,n,r){var a;const s=i.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||Se,i=("function"==typeof t?t:null!==(a=null==t?void 0:t.fromAttribute)&&void 0!==a?a:Se.fromAttribute)(r,s.type);this[e]!==i&&(this[l]=i)}o.call(this,t,n,r)}};function Nl(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Fl{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 Wl=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 Fl(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([Ye("sgds-input")],l.prototype,"sgdsInput",void 0),e([Ye("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var ql=we`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class Kl extends Ie{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(i){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}))}))}}function Yl(e,t,l){return new Promise(i=>{if((null==l?void 0:l.duration)===1/0)throw new Error("Promise-based animations must be finite.");const o=e.animate(t,Object.assign(Object.assign({},l),{duration:Gl()?0:null==l?void 0:l.duration}));o.addEventListener("cancel",i,{once:!0}),o.addEventListener("finish",i,{once:!0})})}function Gl(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}Kl.styles=[ql],Kl.dependencies={},e([Fe({type:Boolean,reflect:!0})],Kl.prototype,"ssr",void 0);const Jl=new Map,Xl=new WeakMap;function Ql(e,t){const l=Xl.get(e);if(null==l?void 0:l[t])return l[t];const i=Jl.get(t);return i||{keyframes:[],options:{duration:0}}}function ei(e,t){Jl.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}class ti extends Kl{constructor(){super(...arguments),this.myDropdown=rt(),this.dropdownMenuId=Nl("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=rt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){if(!this.disabled&&!this.menuIsOpen){if(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this._startAutoUpdate(),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Ql(this,"dropdown.show");await Yl(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=zl(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Ql(this,"dropdown.hide");await Yl(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const l=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(l),o=e.map(e=>{const o=l(e),n=i.indexOf(o);return-1!==n?t[n]:e}).concat(t.filter(t=>!e.some(e=>l(e)===l(t))));return o}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Sl(8),this.noFlip?void 0:Ll(),Bl()].filter(Boolean);let l=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(l=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:l}),{x:o,y:n,strategy:r,placement:a}=await El(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",a),Object.assign(this.menuRef.value.style,{position:r,left:`${o}px`,top:`${n}px`})}}e([Fe({type:Boolean,state:!0})],ti.prototype,"noFlip",void 0),e([Fe({type:Boolean,reflect:!0,state:!0})],ti.prototype,"menuAlignRight",void 0),e([Fe({type:String,reflect:!0,state:!0})],ti.prototype,"drop",void 0),e([Fe({type:Object})],ti.prototype,"floatingOpts",void 0),e([Fe({type:Boolean,reflect:!0})],ti.prototype,"menuIsOpen",void 0),e([Fe({type:Boolean,reflect:!0})],ti.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],ti.prototype,"readonly",void 0),ei("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),ei("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class li extends ti{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),l=t.find(t=>e.composedPath().includes(t));if(!l)return;const i=t.indexOf(l);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,l.disabled||(this.emit("sgds-select",{detail:{item:l}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const l=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");l&&l.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const l=(e%t.length+t.length)%t.length,i=t[l];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(l+1)%t.length,this.prevDropdownItemNo=(l-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}var ii,oi;li.styles=ti.styles,e([(ii="ul.dropdown-menu",(e,t,l)=>{const i=e=>{const l=e.renderRoot?.querySelector(ii)??null;if(null===l&&oi&&!e.hasUpdated){const e="object"==typeof t?t.name:t;Ke("",`@query'd field ${JSON.stringify(String(e))} with the 'cache' flag set for selector '${ii}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return l};if(oi){const{get:o,set:n}="object"==typeof t?e:l??(()=>{const e=Symbol(`${String(t)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return qe(e,t,{get(){let e=o.call(this);return void 0===e&&(e=i(this),(null!==e||this.hasUpdated)&&n.call(this,e)),e}})}return qe(e,t,{get(){return i(this)}})})],li.prototype,"menu",void 0),e([We()],li.prototype,"nextDropdownItemNo",void 0),e([We()],li.prototype,"prevDropdownItemNo",void 0),e([Fe({type:Boolean,reflect:!0})],li.prototype,"hidden",void 0);var ni=we`.empty-menu,.loading-menu{padding:var(--sgds-padding-sm) var(--sgds-padding-lg,20px);pointer-events:none}.loading-menu{align-items:center;display:flex;gap:var(--sgds-gap-xs)}`;class ri extends(Wl(li)){setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}constructor(){super(),this.label="",this.hintText="",this.autofocus=!1,this.disabled=!1,this.required=!1,this.loading=!1,this.value="",this.displayValue="",this.defaultValue="",this.hasFeedback=!1,this.invalidFeedback="",this.invalid=!1,this.autocomplete="on",this.menuList=[],this.selectedItems=[],this.filteredList=[],this._isTouched=!1,this._controlId=Nl("input"),this._labelId=Nl("label"),this.floatingOpts={middleware:[Al({apply({rects:e,elements:t}){t.floating.style.width=`${e.reference.width}px`}})]}}connectedCallback(){super.connectedCallback(),this.addEventListener("blur",async e=>{var t;if(this._mixinShouldSkipSgdsValidation())return;const l=this.constructor.childName,i=(null===(t=e.relatedTarget)||void 0===t?void 0:t.tagName.toLowerCase())===l;this.invalid=!i&&!this._mixinReportValidity()})}reportValidity(){return this._mixinReportValidity()}setValidity(e,t,l){return this._mixinSetValidity(e,t,l)}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_renderFeedback(){return this.invalid&&this.hasFeedback?$` <div class="invalid-feedback-container">
82
82
  <slot name="invalidIcon">
83
83
  <sgds-icon name="exclamation-circle-fill" size="md"></sgds-icon>
84
84
  </slot>
@@ -92,16 +92,16 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
92
92
  class=${Je({"form-label":!0,required:this.required})}
93
93
  >${this.label}</label
94
94
  >
95
- `;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),l=await Promise.all(t);return null==l?void 0:l.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return $` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return $`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}function ai(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,i)=>{const{update:o}=t;if(e in t){const n=e;t.update=function(e){if(e.has(n)){const t=e.get(n),o=this[n];t!==o&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[i](t,o))}o.call(this,e)}}}}ri.styles=[...li.styles,Il,Rl,Tl,Dl,ni],e([Ne({reflect:!0})],ri.prototype,"label",void 0),e([Ne({reflect:!0})],ri.prototype,"hintText",void 0),e([Ne({reflect:!0})],ri.prototype,"name",void 0),e([Ne({type:String,reflect:!0})],ri.prototype,"placeholder",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"autofocus",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"disabled",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"required",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"loading",void 0),e([Ne({type:String,reflect:!0})],ri.prototype,"value",void 0),e([We()],ri.prototype,"displayValue",void 0),e([Ul()],ri.prototype,"defaultValue",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"hasFeedback",void 0),e([Ne({type:String,reflect:!0})],ri.prototype,"invalidFeedback",void 0),e([Ne({type:Boolean,reflect:!0})],ri.prototype,"invalid",void 0),e([Ne({type:String,reflect:!0})],ri.prototype,"autocomplete",void 0),e([Ne({type:Array})],ri.prototype,"menuList",void 0),e([We()],ri.prototype,"selectedItems",void 0),e([We()],ri.prototype,"filteredList",void 0),e([Ye("input.form-control")],ri.prototype,"_input",void 0);var si=we`:host{cursor:default;display:inline-flex;max-width:100%}:host([variant=accent]) .badge{background-color:var(--sgds-accent-surface-default)}:host([variant=success]) .badge{background-color:var(--sgds-success-surface-default)}:host([variant=danger]) .badge{background-color:var(--sgds-danger-surface-default)}:host([variant=warning]) .badge{background-color:var(--sgds-warning-surface-default);color:var(--sgds-color-fixed-dark)}:host([variant=cyan]) .badge{background-color:var(--sgds-cyan-surface-default)}:host([variant=purple]) .badge{background-color:var(--sgds-purple-surface-default)}:host([variant=neutral]) .badge{background-color:var(--sgds-neutral-surface-default)}:host([variant=white]) .badge{background-color:var(--sgds-surface-fixed-light);color:var(--sgds-color-fixed-dark)}:host([variant=accent][outlined]) .badge{background-color:var(--sgds-accent-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-accent-border-color-muted);color:var(--sgds-accent-color-fixed-dark)}:host([variant=success][outlined]) .badge{background-color:var(--sgds-success-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-success-border-color-muted);color:var(--sgds-success-color-fixed-dark)}:host([variant=danger][outlined]) .badge{background-color:var(--sgds-danger-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-danger-border-color-muted);color:var(--sgds-danger-color-fixed-dark)}:host([variant=warning][outlined]) .badge{background-color:var(--sgds-warning-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-warning-border-color-muted);color:var(--sgds-warning-color-fixed-dark)}:host([variant=cyan][outlined]) .badge{background-color:var(--sgds-cyan-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-cyan-border-color-muted);color:var(--sgds-cyan-color-fixed-dark)}:host([variant=purple][outlined]) .badge{background-color:var(--sgds-purple-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-purple-border-color-muted);color:var(--sgds-purple-color-fixed-dark)}:host([variant=neutral][outlined]) .badge{background-color:var(--sgds-neutral-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-neutral-border-color-muted);color:var(--sgds-color-fixed-dark)}:host([variant=white][outlined]) .badge{background-color:var(--sgds-surface-fixed-light);border:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);color:var(--sgds-color-fixed-dark)}sgds-tooltip{display:block;max-width:100%}.badge{align-items:center;background-color:var(--sgds-primary-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-sm);color:var(--sgds-color-fixed-light);display:inline-flex;font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-24,24px);justify-content:center;line-height:var(--sgds-line-height-3-xs);max-width:var(--sgds-dimension-192,192px);min-width:var(--sgds-dimension-24);padding:var(--sgds-padding-none) var(--sgds-padding-xs)}.badge.outlined{background-color:var(--sgds-primary-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-primary-border-color-muted);color:var(--sgds-primary-color-fixed-dark)}.badge.full-width{max-width:100%}.badge-label{overflow:hidden;padding:var(--sgds-padding-none) var(--sgds-padding-3-xs);text-overflow:ellipsis;white-space:nowrap}.badge-dismissible{padding-right:0}.badge-dimissible sgds-close-button{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm)}slot::slotted(*){color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;margin:inherit!important}`,ci=we`:host{display:contents}.tooltip-placeholder{display:inline-block;max-width:100%}.tooltip{word-wrap:break-word;background-color:var(--sgds-surface-fixed-dark);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);color:var(--sgds-color-fixed-light);display:block;font-size:var(--sgds-font-size-label-sm);line-break:auto;max-width:var(--sgds-dimension-320);padding:var(--sgds-padding-xs) var(--sgds-padding-sm);text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--sgds-z-index-overlay)}div{max-width:fit-content}`;class di extends Kl{constructor(){super(...arguments),this._myTooltip=rt(),this._tooltipBubble=rt(),this.content="",this.placement="top",this.trigger="hover focus",this.open=!1,this._handleClickOutOfElement=e=>{this.open&&(e.composedPath().includes(this)||this.hide())}}connectedCallback(){super.connectedCallback(),this.trigger.includes("click")&&document.addEventListener("click",this._handleClickOutOfElement)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this._tooltipTargetElements.forEach(e=>{e.setAttribute("data-sgds-tooltip",this.content),this.trigger.includes("hover")&&(e.addEventListener("mouseenter",()=>this.show()),e.addEventListener("mouseleave",()=>this.hide())),this.trigger.includes("focus")&&(e.addEventListener("focus",()=>this.show()),e.addEventListener("blur",()=>this.hide())),"click"===this.trigger&&e.addEventListener("click",()=>this.toggle())})}_handleSlotChange(){this._tooltipTargetElements.forEach(e=>e.setAttribute("data-sgds-tooltip",this.content))}async updateFloatingPosition(){if(!this._myTooltip.value||!this._tooltipBubble.value)return;const{x:e,y:t,placement:l,strategy:i,middlewareData:o}=await El(this._tooltipTargetElements[0],this._tooltipBubble.value,{strategy:"fixed",placement:this.placement,middleware:[Sl(8),Ll(),Bl(),jl()]});this._tooltipBubble.value.setAttribute("data-placement",l),Object.assign(this._tooltipBubble.value.style,{position:i,left:`${e}px`,top:`${t}px`});const{referenceHidden:n,escaped:r}=o.hide||{};this._tooltipBubble.value.style.visibility=n||r?"hidden":"visible"}async show(){this.open||(this.open=!0,this.emit("sgds-show"),await this.updateComplete,await this.updateFloatingPosition(),this._myTooltip.value&&this._tooltipBubble.value&&(this._cleanupAutoUpdate=zl(this._tooltipTargetElements[0],this._tooltipBubble.value,()=>this.updateFloatingPosition())),this.emit("sgds-after-show"))}hide(){this.open&&(this.emit("sgds-hide"),this.open=!1,this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0),setTimeout(()=>this.emit("sgds-after-hide"),0))}toggle(){this.open?this.hide():this.show()}render(){return $`
95
+ `;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),l=await Promise.all(t);return null==l?void 0:l.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return $` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return $`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}function ai(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,i)=>{const{update:o}=t;if(e in t){const n=e;t.update=function(e){if(e.has(n)){const t=e.get(n),o=this[n];t!==o&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[i](t,o))}o.call(this,e)}}}}ri.styles=[...li.styles,Il,Rl,Tl,Dl,ni],e([Fe({reflect:!0})],ri.prototype,"label",void 0),e([Fe({reflect:!0})],ri.prototype,"hintText",void 0),e([Fe({reflect:!0})],ri.prototype,"name",void 0),e([Fe({type:String,reflect:!0})],ri.prototype,"placeholder",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"autofocus",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"required",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"loading",void 0),e([Fe({type:String,reflect:!0})],ri.prototype,"value",void 0),e([We()],ri.prototype,"displayValue",void 0),e([Ul()],ri.prototype,"defaultValue",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"hasFeedback",void 0),e([Fe({type:String,reflect:!0})],ri.prototype,"invalidFeedback",void 0),e([Fe({type:Boolean,reflect:!0})],ri.prototype,"invalid",void 0),e([Fe({type:String,reflect:!0})],ri.prototype,"autocomplete",void 0),e([Fe({type:Array})],ri.prototype,"menuList",void 0),e([We()],ri.prototype,"selectedItems",void 0),e([We()],ri.prototype,"filteredList",void 0),e([Ye("input.form-control")],ri.prototype,"_input",void 0);var si=we`:host{cursor:default;display:inline-flex;max-width:100%}:host([variant=accent]) .badge{background-color:var(--sgds-accent-surface-default)}:host([variant=success]) .badge{background-color:var(--sgds-success-surface-default)}:host([variant=danger]) .badge{background-color:var(--sgds-danger-surface-default)}:host([variant=warning]) .badge{background-color:var(--sgds-warning-surface-default);color:var(--sgds-color-fixed-dark)}:host([variant=cyan]) .badge{background-color:var(--sgds-cyan-surface-default)}:host([variant=purple]) .badge{background-color:var(--sgds-purple-surface-default)}:host([variant=neutral]) .badge{background-color:var(--sgds-neutral-surface-default)}:host([variant=white]) .badge{background-color:var(--sgds-surface-fixed-light);color:var(--sgds-color-fixed-dark)}:host([variant=accent][outlined]) .badge{background-color:var(--sgds-accent-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-accent-border-color-muted);color:var(--sgds-accent-color-fixed-dark)}:host([variant=success][outlined]) .badge{background-color:var(--sgds-success-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-success-border-color-muted);color:var(--sgds-success-color-fixed-dark)}:host([variant=danger][outlined]) .badge{background-color:var(--sgds-danger-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-danger-border-color-muted);color:var(--sgds-danger-color-fixed-dark)}:host([variant=warning][outlined]) .badge{background-color:var(--sgds-warning-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-warning-border-color-muted);color:var(--sgds-warning-color-fixed-dark)}:host([variant=cyan][outlined]) .badge{background-color:var(--sgds-cyan-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-cyan-border-color-muted);color:var(--sgds-cyan-color-fixed-dark)}:host([variant=purple][outlined]) .badge{background-color:var(--sgds-purple-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-purple-border-color-muted);color:var(--sgds-purple-color-fixed-dark)}:host([variant=neutral][outlined]) .badge{background-color:var(--sgds-neutral-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-neutral-border-color-muted);color:var(--sgds-color-fixed-dark)}:host([variant=white][outlined]) .badge{background-color:var(--sgds-surface-fixed-light);border:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);color:var(--sgds-color-fixed-dark)}sgds-tooltip{display:block;max-width:100%}.badge{align-items:center;background-color:var(--sgds-primary-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-sm);color:var(--sgds-color-fixed-light);display:inline-flex;font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-24,24px);justify-content:center;line-height:var(--sgds-line-height-3-xs);max-width:var(--sgds-dimension-192,192px);min-width:var(--sgds-dimension-24);padding:var(--sgds-padding-none) var(--sgds-padding-xs)}.badge.outlined{background-color:var(--sgds-primary-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-primary-border-color-muted);color:var(--sgds-primary-color-fixed-dark)}.badge.full-width{max-width:100%}.badge-label{overflow:hidden;padding:var(--sgds-padding-none) var(--sgds-padding-3-xs);text-overflow:ellipsis;white-space:nowrap}.badge-dismissible{padding-right:0}.badge-dimissible sgds-close-button{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm)}slot::slotted(*){color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;margin:inherit!important}`,ci=we`:host{display:contents}.tooltip-placeholder{display:inline-block;max-width:100%}.tooltip{word-wrap:break-word;background-color:var(--sgds-surface-fixed-dark);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);color:var(--sgds-color-fixed-light);display:block;font-size:var(--sgds-font-size-label-sm);line-break:auto;max-width:var(--sgds-dimension-320);padding:var(--sgds-padding-xs) var(--sgds-padding-sm);text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--sgds-z-index-overlay)}div{max-width:fit-content}`;class di extends Kl{constructor(){super(...arguments),this._myTooltip=rt(),this._tooltipBubble=rt(),this.content="",this.placement="top",this.trigger="hover focus",this.open=!1,this._handleClickOutOfElement=e=>{this.open&&(e.composedPath().includes(this)||this.hide())}}connectedCallback(){super.connectedCallback(),this.trigger.includes("click")&&document.addEventListener("click",this._handleClickOutOfElement)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this._tooltipTargetElements.forEach(e=>{e.setAttribute("data-sgds-tooltip",this.content),this.trigger.includes("hover")&&(e.addEventListener("mouseenter",()=>this.show()),e.addEventListener("mouseleave",()=>this.hide())),this.trigger.includes("focus")&&(e.addEventListener("focus",()=>this.show()),e.addEventListener("blur",()=>this.hide())),"click"===this.trigger&&e.addEventListener("click",()=>this.toggle())})}_handleSlotChange(){this._tooltipTargetElements.forEach(e=>e.setAttribute("data-sgds-tooltip",this.content))}async updateFloatingPosition(){if(!this._myTooltip.value||!this._tooltipBubble.value)return;const{x:e,y:t,placement:l,strategy:i,middlewareData:o}=await El(this._tooltipTargetElements[0],this._tooltipBubble.value,{strategy:"fixed",placement:this.placement,middleware:[Sl(8),Ll(),Bl(),jl()]});this._tooltipBubble.value.setAttribute("data-placement",l),Object.assign(this._tooltipBubble.value.style,{position:i,left:`${e}px`,top:`${t}px`});const{referenceHidden:n,escaped:r}=o.hide||{};this._tooltipBubble.value.style.visibility=n||r?"hidden":"visible"}async show(){this.open||(this.open=!0,this.emit("sgds-show"),await this.updateComplete,await this.updateFloatingPosition(),this._myTooltip.value&&this._tooltipBubble.value&&(this._cleanupAutoUpdate=zl(this._tooltipTargetElements[0],this._tooltipBubble.value,()=>this.updateFloatingPosition())),this.emit("sgds-after-show"))}hide(){this.open&&(this.emit("sgds-hide"),this.open=!1,this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0),setTimeout(()=>this.emit("sgds-after-hide"),0))}toggle(){this.open?this.hide():this.show()}render(){return $`
96
96
  <div ${ct(this._myTooltip)} class="tooltip-placeholder">
97
97
  <slot @slotchange=${()=>this._handleSlotChange()}></slot>
98
98
  ${this.open?$`<div ${ct(this._tooltipBubble)} class="tooltip" role="tooltip">${this.content}</div>`:null}
99
99
  </div>
100
- `}}di.styles=[...Kl.styles,ci],e([Ne({type:String})],di.prototype,"content",void 0),e([Ne({type:String})],di.prototype,"placement",void 0),e([Ne({type:String})],di.prototype,"trigger",void 0),e([We()],di.prototype,"open",void 0),e([Ge()],di.prototype,"_tooltipTargetElements",void 0);var hi=we`:host{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm);display:inline-flex}:host([size=sm]) .btn-close{height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}:host([tone=fixed-light]) .btn-close{color:var(--sgds-color-fixed-light)}:host([tone=fixed-dark]) .btn-close{color:var(--sgds-color-fixed-dark)}.btn-close{align-items:center;background-color:var(--sgds-bg-transparent);border:0;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-close-btn-border-radius);cursor:pointer;display:flex;height:var(--sgds-dimension-32);justify-content:center;padding:0;position:relative;width:var(--sgds-dimension-32)}.btn-close:focus-visible,.btn-close:hover{background-color:var(--sgds-bg-translucent)}:host([tone=fixed-light]) .btn-close:focus-visible,:host([tone=fixed-light]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-light)}:host([tone=fixed-dark]) .btn-close:focus-visible,:host([tone=fixed-dark]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-dark)}.btn-close:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) .btn-close{cursor:not-allowed;opacity:var(--sgds-opacity-40);pointer-events:none}`;function ui(e,t){customElements.get(e)||customElements.define(e,t)}function vi(e){return!!function(e){return!!customElements.get(e)}(e)||(console.error(`Custom element of name : ${e} is not registered. Remember to import the component file for custom element registration`),!1)}class pi extends Kl{constructor(){super(...arguments),this.size="md",this.tone="default",this.disabled=!1,this._clickHandler=()=>{}}_handleClick(e){if(this.disabled)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}firstUpdated(e){super.firstUpdated(e),vi("sgds-icon")}render(){return $`
100
+ `}}di.styles=[...Kl.styles,ci],e([Fe({type:String})],di.prototype,"content",void 0),e([Fe({type:String})],di.prototype,"placement",void 0),e([Fe({type:String})],di.prototype,"trigger",void 0),e([We()],di.prototype,"open",void 0),e([Ge()],di.prototype,"_tooltipTargetElements",void 0);var hi=we`:host{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm);display:inline-flex}:host([size=sm]) .btn-close{height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}:host([tone=fixed-light]) .btn-close{color:var(--sgds-color-fixed-light)}:host([tone=fixed-dark]) .btn-close{color:var(--sgds-color-fixed-dark)}.btn-close{align-items:center;background-color:var(--sgds-bg-transparent);border:0;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-close-btn-border-radius);cursor:pointer;display:flex;height:var(--sgds-dimension-32);justify-content:center;padding:0;position:relative;width:var(--sgds-dimension-32)}.btn-close:focus-visible,.btn-close:hover{background-color:var(--sgds-bg-translucent)}:host([tone=fixed-light]) .btn-close:focus-visible,:host([tone=fixed-light]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-light)}:host([tone=fixed-dark]) .btn-close:focus-visible,:host([tone=fixed-dark]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-dark)}.btn-close:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) .btn-close{cursor:not-allowed;opacity:var(--sgds-opacity-40);pointer-events:none}`;function ui(e,t){customElements.get(e)||customElements.define(e,t)}function vi(e){return!!function(e){return!!customElements.get(e)}(e)||(console.error(`Custom element of name : ${e} is not registered. Remember to import the component file for custom element registration`),!1)}class pi extends Kl{constructor(){super(...arguments),this.size="md",this.tone="default",this.disabled=!1,this._clickHandler=()=>{}}_handleClick(e){if(this.disabled)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}firstUpdated(e){super.firstUpdated(e),vi("sgds-icon")}render(){return $`
101
101
  <button class="btn-close" aria-label="Close button" ?disabled=${this.disabled} @click=${this._handleClick}>
102
102
  <sgds-icon name="cross" size="sm"></sgds-icon>
103
103
  </button>
104
- `}}pi.styles=[...Kl.styles,hi],e([Ne({type:String,reflect:!0})],pi.prototype,"size",void 0),e([Ne({type:String,reflect:!0})],pi.prototype,"tone",void 0),e([Ne({type:Boolean,reflect:!0})],pi.prototype,"disabled",void 0);class fi extends Kl{constructor(){super(...arguments),this.show=!1,this.variant="primary",this.outlined=!1,this.dismissible=!1,this.fullWidth=!1,this.truncated=!1,this.text=""}close(){this.show=!1}_handleShowChange(){if(this.show){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.show=!1);this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.show=!0);this.emit("sgds-after-hide")}}_handleTruncation(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".badge-label");t&&(this.truncated=t.scrollWidth>t.clientWidth)}_handleLabelSlotChange(e){this.text=function(e){if(!e)return"";const t=e.assignedNodes({flatten:!0});let l="";return[...t].forEach(e=>{e.nodeType===Node.TEXT_NODE&&(l+=e.textContent.trim())}),l}(e.target)}_renderBadge(){const e=this.outlined||"warning"===this.variant||"white"===this.variant;return $`<div
104
+ `}}pi.styles=[...Kl.styles,hi],e([Fe({type:String,reflect:!0})],pi.prototype,"size",void 0),e([Fe({type:String,reflect:!0})],pi.prototype,"tone",void 0),e([Fe({type:Boolean,reflect:!0})],pi.prototype,"disabled",void 0);class fi{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}class gi extends Kl{constructor(){super(...arguments),this.show=!1,this.variant="primary",this.outlined=!1,this.dismissible=!1,this.fullWidth=!1,this.truncated=!1,this.text=""}close(){this.show=!1}_handleShowChange(){if(this.show){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.show=!1);this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.show=!0);this.emit("sgds-after-hide")}}_handleTruncation(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".badge-label");t&&(this.truncated=t.scrollWidth>t.clientWidth)}_handleLabelSlotChange(e){this.text=function(e){if(!e)return"";const t=e.assignedNodes({flatten:!0});let l="";return[...t].forEach(e=>{e.nodeType===Node.TEXT_NODE&&(l+=e.textContent.trim())}),l}(e.target)}_renderBadge(){const e=this.outlined||"warning"===this.variant||"white"===this.variant;return $`<div
105
105
  class="
106
106
  ${Je({"badge-dismissible":this.dismissible,badge:!0,outlined:this.outlined,"full-width":this.fullWidth})}"
107
107
  aria-hidden=${this.show?"false":"true"}
@@ -120,11 +120,11 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
120
120
  ></sgds-close-button>`:S}
121
121
  </div>`}render(){return this.dismissible&&this.show||!this.dismissible?this.truncated?$`<sgds-tooltip content=${this.text} @sgds-hide=${e=>e.stopPropagation()}
122
122
  >${this._renderBadge()}</sgds-tooltip
123
- >`:this._renderBadge():S}}fi.styles=[...Kl.styles,si],fi.dependencies={"sgds-close-button":pi,"sgds-tooltip":di},e([Ne({type:Boolean,reflect:!0})],fi.prototype,"show",void 0),e([Ne({reflect:!0})],fi.prototype,"variant",void 0),e([Ne({type:Boolean,reflect:!0})],fi.prototype,"outlined",void 0),e([Ne({type:Boolean,reflect:!0})],fi.prototype,"dismissible",void 0),e([Ne({type:Boolean,reflect:!0})],fi.prototype,"fullWidth",void 0),e([We()],fi.prototype,"truncated",void 0),e([We()],fi.prototype,"text",void 0),e([ai("show")],fi.prototype,"_handleShowChange",null),e([ai("text",{waitUntilFirstUpdate:!0})],fi.prototype,"_handleTruncation",null);const gi={announcement:()=>Promise.resolve().then(function(){return Di}),archive:()=>Promise.resolve().then(function(){return Fi}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Wi}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Ki}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Gi}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Xi}),"arrow-circle-down":()=>Promise.resolve().then(function(){return eo}),"arrow-circle-left":()=>Promise.resolve().then(function(){return lo}),"arrow-circle-right":()=>Promise.resolve().then(function(){return oo}),"arrow-circle-up":()=>Promise.resolve().then(function(){return ro}),"arrow-clockwise":()=>Promise.resolve().then(function(){return so}),"arrow-down":()=>Promise.resolve().then(function(){return ho}),"arrow-left":()=>Promise.resolve().then(function(){return vo}),"arrow-repeat":()=>Promise.resolve().then(function(){return fo}),"arrow-right":()=>Promise.resolve().then(function(){return mo}),"arrow-square-down":()=>Promise.resolve().then(function(){return _o}),"arrow-square-left":()=>Promise.resolve().then(function(){return xo}),"arrow-square-right":()=>Promise.resolve().then(function(){return Co}),"arrow-square-up":()=>Promise.resolve().then(function(){return Mo}),"arrow-up":()=>Promise.resolve().then(function(){return ko}),"bank-fill":()=>Promise.resolve().then(function(){return Po}),"bell-slash":()=>Promise.resolve().then(function(){return Oo}),bell:()=>Promise.resolve().then(function(){return So}),"bi-funnel":()=>Promise.resolve().then(function(){return Lo}),"bookmark-fill":()=>Promise.resolve().then(function(){return jo}),bookmark:()=>Promise.resolve().then(function(){return Io}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Ro}),"box-seam":()=>Promise.resolve().then(function(){return Uo}),building:()=>Promise.resolve().then(function(){return No}),bus:()=>Promise.resolve().then(function(){return qo}),calculator:()=>Promise.resolve().then(function(){return Yo}),"calendar-check":()=>Promise.resolve().then(function(){return Jo}),"calendar-heart":()=>Promise.resolve().then(function(){return Qo}),"calendar-x":()=>Promise.resolve().then(function(){return tn}),calendar:()=>Promise.resolve().then(function(){return on}),camera:()=>Promise.resolve().then(function(){return rn}),car:()=>Promise.resolve().then(function(){return sn}),"chat-dots":()=>Promise.resolve().then(function(){return dn}),"chat-left-text":()=>Promise.resolve().then(function(){return un}),chat:()=>Promise.resolve().then(function(){return pn}),"check-circle-fill":()=>Promise.resolve().then(function(){return gn}),"check-circle":()=>Promise.resolve().then(function(){return wn}),check:()=>Promise.resolve().then(function(){return bn}),"chevron-down":()=>Promise.resolve().then(function(){return yn}),"chevron-left":()=>Promise.resolve().then(function(){return Zn}),"chevron-right":()=>Promise.resolve().then(function(){return Vn}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Hn}),"chevron-up":()=>Promise.resolve().then(function(){return $n}),clock:()=>Promise.resolve().then(function(){return zn}),"cloud-check":()=>Promise.resolve().then(function(){return Bn}),"cloud-download":()=>Promise.resolve().then(function(){return An}),"cloud-upload":()=>Promise.resolve().then(function(){return En}),cloud:()=>Promise.resolve().then(function(){return Tn}),"code-square":()=>Promise.resolve().then(function(){return Dn}),"coins-hand":()=>Promise.resolve().then(function(){return Fn}),compass:()=>Promise.resolve().then(function(){return Wn}),copy:()=>Promise.resolve().then(function(){return Kn}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Gn}),cross:()=>Promise.resolve().then(function(){return Xn}),"cursor-fill":()=>Promise.resolve().then(function(){return er}),cursor:()=>Promise.resolve().then(function(){return lr}),"dash-circle":()=>Promise.resolve().then(function(){return or}),"dash-square":()=>Promise.resolve().then(function(){return rr}),dash:()=>Promise.resolve().then(function(){return sr}),database:()=>Promise.resolve().then(function(){return dr}),dataflow:()=>Promise.resolve().then(function(){return ur}),download:()=>Promise.resolve().then(function(){return pr}),edit:()=>Promise.resolve().then(function(){return gr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return wr}),"exclamation-circle":()=>Promise.resolve().then(function(){return br}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return yr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Zr}),exclamation:()=>Promise.resolve().then(function(){return Vr}),"eye-fill":()=>Promise.resolve().then(function(){return Hr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return $r}),"eye-slash":()=>Promise.resolve().then(function(){return zr}),eye:()=>Promise.resolve().then(function(){return Br}),"face-smile-fill":()=>Promise.resolve().then(function(){return Ar}),"face-smile":()=>Promise.resolve().then(function(){return Er}),facebook:()=>Promise.resolve().then(function(){return Tr}),"file-earmark-text":()=>Promise.resolve().then(function(){return Dr}),"file-pdf":()=>Promise.resolve().then(function(){return Fr}),"file-plus":()=>Promise.resolve().then(function(){return Wr}),"file-text":()=>Promise.resolve().then(function(){return Kr}),file:()=>Promise.resolve().then(function(){return Gr}),files:()=>Promise.resolve().then(function(){return Xr}),fingerprint:()=>Promise.resolve().then(function(){return ea}),flash:()=>Promise.resolve().then(function(){return la}),"folder-check":()=>Promise.resolve().then(function(){return oa}),"folder-minus":()=>Promise.resolve().then(function(){return ra}),"folder-plus":()=>Promise.resolve().then(function(){return sa}),folder:()=>Promise.resolve().then(function(){return da}),gear:()=>Promise.resolve().then(function(){return ua}),"geo-alt":()=>Promise.resolve().then(function(){return pa}),"geo-fill":()=>Promise.resolve().then(function(){return ga}),geo:()=>Promise.resolve().then(function(){return wa}),"globe-alt":()=>Promise.resolve().then(function(){return ba}),globe:()=>Promise.resolve().then(function(){return ya}),google:()=>Promise.resolve().then(function(){return Za}),"grid-alt":()=>Promise.resolve().then(function(){return Va}),"grid-fill":()=>Promise.resolve().then(function(){return Ha}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return $a}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return za}),"hard-drive":()=>Promise.resolve().then(function(){return Ba}),heart:()=>Promise.resolve().then(function(){return Aa}),"house-door":()=>Promise.resolve().then(function(){return Ea}),house:()=>Promise.resolve().then(function(){return Ta}),image:()=>Promise.resolve().then(function(){return Da}),"in-box":()=>Promise.resolve().then(function(){return Fa}),"info-circle-fill":()=>Promise.resolve().then(function(){return Wa}),"info-circle":()=>Promise.resolve().then(function(){return Ka}),instagram:()=>Promise.resolve().then(function(){return Ga}),key:()=>Promise.resolve().then(function(){return Xa}),"laptop-gear":()=>Promise.resolve().then(function(){return es}),laptop:()=>Promise.resolve().then(function(){return ls}),layers:()=>Promise.resolve().then(function(){return os}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return rs}),"layout-text-window":()=>Promise.resolve().then(function(){return ss}),layout:()=>Promise.resolve().then(function(){return ds}),"life-buoy":()=>Promise.resolve().then(function(){return us}),lightbulb:()=>Promise.resolve().then(function(){return ps}),link:()=>Promise.resolve().then(function(){return gs}),linkedin:()=>Promise.resolve().then(function(){return ws}),list:()=>Promise.resolve().then(function(){return bs}),"lock-fill":()=>Promise.resolve().then(function(){return ys}),lock:()=>Promise.resolve().then(function(){return Zs}),login:()=>Promise.resolve().then(function(){return Vs}),logout:()=>Promise.resolve().then(function(){return Hs}),luggage:()=>Promise.resolve().then(function(){return $s}),"mail-open":()=>Promise.resolve().then(function(){return zs}),mail:()=>Promise.resolve().then(function(){return Bs}),map:()=>Promise.resolve().then(function(){return As}),meetup:()=>Promise.resolve().then(function(){return Es}),menu:()=>Promise.resolve().then(function(){return Ts}),microphone:()=>Promise.resolve().then(function(){return Ds}),monitor:()=>Promise.resolve().then(function(){return Fs}),moon:()=>Promise.resolve().then(function(){return Ws}),move:()=>Promise.resolve().then(function(){return Ks}),paperclip:()=>Promise.resolve().then(function(){return Gs}),passcode:()=>Promise.resolve().then(function(){return Xs}),passport:()=>Promise.resolve().then(function(){return ec}),pause:()=>Promise.resolve().then(function(){return lc}),pencil:()=>Promise.resolve().then(function(){return oc}),"pending-circle":()=>Promise.resolve().then(function(){return rc}),"person-dash":()=>Promise.resolve().then(function(){return sc}),"person-plus":()=>Promise.resolve().then(function(){return dc}),"person-x":()=>Promise.resolve().then(function(){return uc}),person:()=>Promise.resolve().then(function(){return pc}),phone:()=>Promise.resolve().then(function(){return gc}),"pin-map-fill":()=>Promise.resolve().then(function(){return wc}),pin:()=>Promise.resolve().then(function(){return bc}),placeholder:()=>Promise.resolve().then(function(){return yc}),plane:()=>Promise.resolve().then(function(){return Zc}),play:()=>Promise.resolve().then(function(){return Vc}),"plus-circle":()=>Promise.resolve().then(function(){return Hc}),"plus-square":()=>Promise.resolve().then(function(){return $c}),plus:()=>Promise.resolve().then(function(){return zc}),printer:()=>Promise.resolve().then(function(){return Bc}),"question-circle":()=>Promise.resolve().then(function(){return Ac}),rocket:()=>Promise.resolve().then(function(){return Ec}),save:()=>Promise.resolve().then(function(){return Tc}),search:()=>Promise.resolve().then(function(){return Dc}),send:()=>Promise.resolve().then(function(){return Fc}),"sg-crest":()=>Promise.resolve().then(function(){return Wc}),share:()=>Promise.resolve().then(function(){return Kc}),"shield-tick":()=>Promise.resolve().then(function(){return Gc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Xc}),"sidebar-expand":()=>Promise.resolve().then(function(){return ed}),"slash-circle":()=>Promise.resolve().then(function(){return ld}),"slash-divider":()=>Promise.resolve().then(function(){return od}),sliders:()=>Promise.resolve().then(function(){return rd}),"sort-ascending":()=>Promise.resolve().then(function(){return sd}),"sort-descending":()=>Promise.resolve().then(function(){return dd}),speedometer:()=>Promise.resolve().then(function(){return ud}),"star-ai":()=>Promise.resolve().then(function(){return pd}),"star-fill":()=>Promise.resolve().then(function(){return gd}),star:()=>Promise.resolve().then(function(){return wd}),stoplights:()=>Promise.resolve().then(function(){return bd}),sun:()=>Promise.resolve().then(function(){return yd}),"switch-horizontal":()=>Promise.resolve().then(function(){return Zd}),"switch-vertical":()=>Promise.resolve().then(function(){return Vd}),tablet:()=>Promise.resolve().then(function(){return Hd}),telegram:()=>Promise.resolve().then(function(){return $d}),telephone:()=>Promise.resolve().then(function(){return zd}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Bd}),"three-dots":()=>Promise.resolve().then(function(){return Ad}),ticket:()=>Promise.resolve().then(function(){return Ed}),"toggle-off":()=>Promise.resolve().then(function(){return Td}),"toggle-on":()=>Promise.resolve().then(function(){return Dd}),train:()=>Promise.resolve().then(function(){return Fd}),translate:()=>Promise.resolve().then(function(){return Wd}),trash:()=>Promise.resolve().then(function(){return Kd}),"trend-down":()=>Promise.resolve().then(function(){return Gd}),"trend-up":()=>Promise.resolve().then(function(){return Xd}),truck:()=>Promise.resolve().then(function(){return eh}),"twitter-x":()=>Promise.resolve().then(function(){return lh}),unlock:()=>Promise.resolve().then(function(){return oh}),upload:()=>Promise.resolve().then(function(){return rh}),"user-check":()=>Promise.resolve().then(function(){return sh}),"user-circle":()=>Promise.resolve().then(function(){return dh}),"user-pause":()=>Promise.resolve().then(function(){return uh}),"user-square":()=>Promise.resolve().then(function(){return ph}),users:()=>Promise.resolve().then(function(){return gh}),"video-recorder":()=>Promise.resolve().then(function(){return wh}),"volume-max":()=>Promise.resolve().then(function(){return bh}),"volume-x":()=>Promise.resolve().then(function(){return yh}),"window-dash":()=>Promise.resolve().then(function(){return Zh}),"window-desktop":()=>Promise.resolve().then(function(){return Vh}),"window-dock":()=>Promise.resolve().then(function(){return Hh}),"window-fullscreen":()=>Promise.resolve().then(function(){return $h}),"window-plus":()=>Promise.resolve().then(function(){return zh}),"window-sidebar":()=>Promise.resolve().then(function(){return Bh}),"window-split":()=>Promise.resolve().then(function(){return Ah}),"window-stack":()=>Promise.resolve().then(function(){return Eh}),"window-x":()=>Promise.resolve().then(function(){return Th}),window:()=>Promise.resolve().then(function(){return Dh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Fh}),xcircle:()=>Promise.resolve().then(function(){return Wh}),youtube:()=>Promise.resolve().then(function(){return Kh}),"zoom-in":()=>Promise.resolve().then(function(){return Gh}),"zoom-out":()=>Promise.resolve().then(function(){return Xh})};var mi=we`: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 wi=new Map;class _i extends Kl{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(wi.has(e))return void(this._icon=wi.get(e));const t=gi[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();wi.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:S}}_i.styles=[...Kl.styles,mi],e([Ne({type:String,reflect:!0})],_i.prototype,"name",void 0),e([Ne({type:String,reflect:!0})],_i.prototype,"size",void 0),e([Ne({type:String})],_i.prototype,"ariaLabel",void 0),e([We()],_i.prototype,"_icon",void 0);var bi=we`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,xi=we`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class yi extends Kl{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){const e={disabled:this.disabled,active:this.active};return $`
123
+ >`:this._renderBadge():S}}gi.styles=[...Kl.styles,si],gi.dependencies={"sgds-close-button":pi,"sgds-tooltip":di},e([Fe({type:Boolean,reflect:!0})],gi.prototype,"show",void 0),e([Fe({reflect:!0})],gi.prototype,"variant",void 0),e([Fe({type:Boolean,reflect:!0})],gi.prototype,"outlined",void 0),e([Fe({type:Boolean,reflect:!0})],gi.prototype,"dismissible",void 0),e([Fe({type:Boolean,reflect:!0})],gi.prototype,"fullWidth",void 0),e([We()],gi.prototype,"truncated",void 0),e([We()],gi.prototype,"text",void 0),e([ai("show")],gi.prototype,"_handleShowChange",null),e([ai("text",{waitUntilFirstUpdate:!0})],gi.prototype,"_handleTruncation",null);const mi={announcement:()=>Promise.resolve().then(function(){return Ui}),archive:()=>Promise.resolve().then(function(){return Fi}),"arrow-bar-down":()=>Promise.resolve().then(function(){return qi}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Yi}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Ji}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Qi}),"arrow-circle-down":()=>Promise.resolve().then(function(){return to}),"arrow-circle-left":()=>Promise.resolve().then(function(){return io}),"arrow-circle-right":()=>Promise.resolve().then(function(){return no}),"arrow-circle-up":()=>Promise.resolve().then(function(){return ao}),"arrow-clockwise":()=>Promise.resolve().then(function(){return co}),"arrow-down":()=>Promise.resolve().then(function(){return uo}),"arrow-left":()=>Promise.resolve().then(function(){return po}),"arrow-repeat":()=>Promise.resolve().then(function(){return go}),"arrow-right":()=>Promise.resolve().then(function(){return wo}),"arrow-square-down":()=>Promise.resolve().then(function(){return bo}),"arrow-square-left":()=>Promise.resolve().then(function(){return yo}),"arrow-square-right":()=>Promise.resolve().then(function(){return Zo}),"arrow-square-up":()=>Promise.resolve().then(function(){return Vo}),"arrow-up":()=>Promise.resolve().then(function(){return Ho}),"bank-fill":()=>Promise.resolve().then(function(){return $o}),"bell-slash":()=>Promise.resolve().then(function(){return zo}),bell:()=>Promise.resolve().then(function(){return Bo}),"bi-funnel":()=>Promise.resolve().then(function(){return Ao}),"bookmark-fill":()=>Promise.resolve().then(function(){return Eo}),bookmark:()=>Promise.resolve().then(function(){return To}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Do}),"box-seam":()=>Promise.resolve().then(function(){return No}),building:()=>Promise.resolve().then(function(){return Wo}),bus:()=>Promise.resolve().then(function(){return Ko}),calculator:()=>Promise.resolve().then(function(){return Go}),"calendar-check":()=>Promise.resolve().then(function(){return Xo}),"calendar-heart":()=>Promise.resolve().then(function(){return en}),"calendar-x":()=>Promise.resolve().then(function(){return ln}),calendar:()=>Promise.resolve().then(function(){return nn}),camera:()=>Promise.resolve().then(function(){return an}),car:()=>Promise.resolve().then(function(){return cn}),"chat-dots":()=>Promise.resolve().then(function(){return hn}),"chat-left-text":()=>Promise.resolve().then(function(){return vn}),chat:()=>Promise.resolve().then(function(){return fn}),"check-circle-fill":()=>Promise.resolve().then(function(){return mn}),"check-circle":()=>Promise.resolve().then(function(){return _n}),check:()=>Promise.resolve().then(function(){return xn}),"chevron-down":()=>Promise.resolve().then(function(){return Cn}),"chevron-left":()=>Promise.resolve().then(function(){return Mn}),"chevron-right":()=>Promise.resolve().then(function(){return kn}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Pn}),"chevron-up":()=>Promise.resolve().then(function(){return On}),clock:()=>Promise.resolve().then(function(){return Sn}),"cloud-check":()=>Promise.resolve().then(function(){return Ln}),"cloud-download":()=>Promise.resolve().then(function(){return jn}),"cloud-upload":()=>Promise.resolve().then(function(){return In}),cloud:()=>Promise.resolve().then(function(){return Rn}),"code-square":()=>Promise.resolve().then(function(){return Un}),"coins-hand":()=>Promise.resolve().then(function(){return Fn}),compass:()=>Promise.resolve().then(function(){return qn}),copy:()=>Promise.resolve().then(function(){return Yn}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Jn}),cross:()=>Promise.resolve().then(function(){return Qn}),"cursor-fill":()=>Promise.resolve().then(function(){return tr}),cursor:()=>Promise.resolve().then(function(){return ir}),"dash-circle":()=>Promise.resolve().then(function(){return nr}),"dash-square":()=>Promise.resolve().then(function(){return ar}),dash:()=>Promise.resolve().then(function(){return cr}),database:()=>Promise.resolve().then(function(){return hr}),dataflow:()=>Promise.resolve().then(function(){return vr}),download:()=>Promise.resolve().then(function(){return fr}),edit:()=>Promise.resolve().then(function(){return mr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return _r}),"exclamation-circle":()=>Promise.resolve().then(function(){return xr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return Cr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Mr}),exclamation:()=>Promise.resolve().then(function(){return kr}),"eye-fill":()=>Promise.resolve().then(function(){return Pr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Or}),"eye-slash":()=>Promise.resolve().then(function(){return Sr}),eye:()=>Promise.resolve().then(function(){return Lr}),"face-smile-fill":()=>Promise.resolve().then(function(){return jr}),"face-smile":()=>Promise.resolve().then(function(){return Ir}),facebook:()=>Promise.resolve().then(function(){return Rr}),"file-earmark-text":()=>Promise.resolve().then(function(){return Ur}),"file-pdf":()=>Promise.resolve().then(function(){return Fr}),"file-plus":()=>Promise.resolve().then(function(){return qr}),"file-text":()=>Promise.resolve().then(function(){return Yr}),file:()=>Promise.resolve().then(function(){return Jr}),files:()=>Promise.resolve().then(function(){return Qr}),fingerprint:()=>Promise.resolve().then(function(){return ta}),flash:()=>Promise.resolve().then(function(){return ia}),"folder-check":()=>Promise.resolve().then(function(){return na}),"folder-minus":()=>Promise.resolve().then(function(){return aa}),"folder-plus":()=>Promise.resolve().then(function(){return ca}),folder:()=>Promise.resolve().then(function(){return ha}),gear:()=>Promise.resolve().then(function(){return va}),"geo-alt":()=>Promise.resolve().then(function(){return fa}),"geo-fill":()=>Promise.resolve().then(function(){return ma}),geo:()=>Promise.resolve().then(function(){return _a}),"globe-alt":()=>Promise.resolve().then(function(){return xa}),globe:()=>Promise.resolve().then(function(){return Ca}),google:()=>Promise.resolve().then(function(){return Ma}),"grid-alt":()=>Promise.resolve().then(function(){return ka}),"grid-fill":()=>Promise.resolve().then(function(){return Pa}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Oa}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Sa}),"hard-drive":()=>Promise.resolve().then(function(){return La}),heart:()=>Promise.resolve().then(function(){return ja}),"house-door":()=>Promise.resolve().then(function(){return Ia}),house:()=>Promise.resolve().then(function(){return Ra}),image:()=>Promise.resolve().then(function(){return Ua}),"in-box":()=>Promise.resolve().then(function(){return Fa}),"info-circle-fill":()=>Promise.resolve().then(function(){return qa}),"info-circle":()=>Promise.resolve().then(function(){return Ya}),instagram:()=>Promise.resolve().then(function(){return Ja}),key:()=>Promise.resolve().then(function(){return Qa}),"laptop-gear":()=>Promise.resolve().then(function(){return ts}),laptop:()=>Promise.resolve().then(function(){return is}),layers:()=>Promise.resolve().then(function(){return ns}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return as}),"layout-text-window":()=>Promise.resolve().then(function(){return cs}),layout:()=>Promise.resolve().then(function(){return hs}),"life-buoy":()=>Promise.resolve().then(function(){return vs}),lightbulb:()=>Promise.resolve().then(function(){return fs}),link:()=>Promise.resolve().then(function(){return ms}),linkedin:()=>Promise.resolve().then(function(){return _s}),list:()=>Promise.resolve().then(function(){return xs}),"lock-fill":()=>Promise.resolve().then(function(){return Cs}),lock:()=>Promise.resolve().then(function(){return Ms}),login:()=>Promise.resolve().then(function(){return ks}),logout:()=>Promise.resolve().then(function(){return Ps}),luggage:()=>Promise.resolve().then(function(){return Os}),"mail-open":()=>Promise.resolve().then(function(){return Ss}),mail:()=>Promise.resolve().then(function(){return Ls}),map:()=>Promise.resolve().then(function(){return js}),meetup:()=>Promise.resolve().then(function(){return Is}),menu:()=>Promise.resolve().then(function(){return Rs}),microphone:()=>Promise.resolve().then(function(){return Us}),monitor:()=>Promise.resolve().then(function(){return Fs}),moon:()=>Promise.resolve().then(function(){return qs}),move:()=>Promise.resolve().then(function(){return Ys}),paperclip:()=>Promise.resolve().then(function(){return Js}),passcode:()=>Promise.resolve().then(function(){return Qs}),passport:()=>Promise.resolve().then(function(){return tc}),pause:()=>Promise.resolve().then(function(){return ic}),pencil:()=>Promise.resolve().then(function(){return nc}),"pending-circle":()=>Promise.resolve().then(function(){return ac}),"person-dash":()=>Promise.resolve().then(function(){return cc}),"person-plus":()=>Promise.resolve().then(function(){return hc}),"person-x":()=>Promise.resolve().then(function(){return vc}),person:()=>Promise.resolve().then(function(){return fc}),phone:()=>Promise.resolve().then(function(){return mc}),"pin-map-fill":()=>Promise.resolve().then(function(){return _c}),pin:()=>Promise.resolve().then(function(){return xc}),placeholder:()=>Promise.resolve().then(function(){return Cc}),plane:()=>Promise.resolve().then(function(){return Mc}),play:()=>Promise.resolve().then(function(){return kc}),"plus-circle":()=>Promise.resolve().then(function(){return Pc}),"plus-square":()=>Promise.resolve().then(function(){return Oc}),plus:()=>Promise.resolve().then(function(){return Sc}),printer:()=>Promise.resolve().then(function(){return Lc}),"question-circle":()=>Promise.resolve().then(function(){return jc}),rocket:()=>Promise.resolve().then(function(){return Ic}),save:()=>Promise.resolve().then(function(){return Rc}),search:()=>Promise.resolve().then(function(){return Uc}),send:()=>Promise.resolve().then(function(){return Fc}),"sg-crest":()=>Promise.resolve().then(function(){return qc}),share:()=>Promise.resolve().then(function(){return Yc}),"shield-tick":()=>Promise.resolve().then(function(){return Jc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Qc}),"sidebar-expand":()=>Promise.resolve().then(function(){return td}),"slash-circle":()=>Promise.resolve().then(function(){return id}),"slash-divider":()=>Promise.resolve().then(function(){return nd}),sliders:()=>Promise.resolve().then(function(){return ad}),"sort-ascending":()=>Promise.resolve().then(function(){return cd}),"sort-descending":()=>Promise.resolve().then(function(){return hd}),speedometer:()=>Promise.resolve().then(function(){return vd}),"star-ai":()=>Promise.resolve().then(function(){return fd}),"star-fill":()=>Promise.resolve().then(function(){return md}),star:()=>Promise.resolve().then(function(){return _d}),stoplights:()=>Promise.resolve().then(function(){return xd}),sun:()=>Promise.resolve().then(function(){return Cd}),"switch-horizontal":()=>Promise.resolve().then(function(){return Md}),"switch-vertical":()=>Promise.resolve().then(function(){return kd}),tablet:()=>Promise.resolve().then(function(){return Pd}),telegram:()=>Promise.resolve().then(function(){return Od}),telephone:()=>Promise.resolve().then(function(){return Sd}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Ld}),"three-dots":()=>Promise.resolve().then(function(){return jd}),ticket:()=>Promise.resolve().then(function(){return Id}),"toggle-off":()=>Promise.resolve().then(function(){return Rd}),"toggle-on":()=>Promise.resolve().then(function(){return Ud}),train:()=>Promise.resolve().then(function(){return Fd}),translate:()=>Promise.resolve().then(function(){return qd}),trash:()=>Promise.resolve().then(function(){return Yd}),"trend-down":()=>Promise.resolve().then(function(){return Jd}),"trend-up":()=>Promise.resolve().then(function(){return Qd}),truck:()=>Promise.resolve().then(function(){return th}),"twitter-x":()=>Promise.resolve().then(function(){return ih}),unlock:()=>Promise.resolve().then(function(){return nh}),upload:()=>Promise.resolve().then(function(){return ah}),"user-check":()=>Promise.resolve().then(function(){return ch}),"user-circle":()=>Promise.resolve().then(function(){return hh}),"user-pause":()=>Promise.resolve().then(function(){return vh}),"user-square":()=>Promise.resolve().then(function(){return fh}),users:()=>Promise.resolve().then(function(){return mh}),"video-recorder":()=>Promise.resolve().then(function(){return _h}),"volume-max":()=>Promise.resolve().then(function(){return xh}),"volume-x":()=>Promise.resolve().then(function(){return Ch}),"window-dash":()=>Promise.resolve().then(function(){return Mh}),"window-desktop":()=>Promise.resolve().then(function(){return kh}),"window-dock":()=>Promise.resolve().then(function(){return Ph}),"window-fullscreen":()=>Promise.resolve().then(function(){return Oh}),"window-plus":()=>Promise.resolve().then(function(){return Sh}),"window-sidebar":()=>Promise.resolve().then(function(){return Lh}),"window-split":()=>Promise.resolve().then(function(){return jh}),"window-stack":()=>Promise.resolve().then(function(){return Ih}),"window-x":()=>Promise.resolve().then(function(){return Rh}),window:()=>Promise.resolve().then(function(){return Uh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Fh}),xcircle:()=>Promise.resolve().then(function(){return qh}),youtube:()=>Promise.resolve().then(function(){return Yh}),"zoom-in":()=>Promise.resolve().then(function(){return Jh}),"zoom-out":()=>Promise.resolve().then(function(){return Qh})};var wi=we`: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 _i=new Map;class bi extends Kl{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(_i.has(e))return void(this._icon=_i.get(e));const t=mi[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();_i.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:S}}bi.styles=[...Kl.styles,wi],e([Fe({type:String,reflect:!0})],bi.prototype,"name",void 0),e([Fe({type:String,reflect:!0})],bi.prototype,"size",void 0),e([Fe({type:String})],bi.prototype,"ariaLabel",void 0),e([We()],bi.prototype,"_icon",void 0);var xi=we`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,yi=we`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class Ci extends Kl{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`),this._updateAriaLabel()}_updateAriaLabel(){var e;const t=null===(e=this.textContent)||void 0===e?void 0:e.trim();t&&this.setAttribute("aria-label",t)}render(){const e={disabled:this.disabled,active:this.active};return $`
124
124
  <div class="dropdown-item ${Je(e)}" tabindex=${this.disabled?"-1":"0"}>
125
125
  ${this._renderItemContent()}
126
126
  </div>
127
- `}}yi.styles=[xi],e([Ne({type:Boolean,reflect:!0})],yi.prototype,"active",void 0),e([Ne({type:Boolean,reflect:!0})],yi.prototype,"disabled",void 0),e([Ne({type:String,reflect:!0})],yi.prototype,"value",void 0);var Ci=we`.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}`,Zi=we`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;class Mi extends Kl{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Fl("input"),this._labelId=Fl("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}Mi.styles=[...Kl.styles,Tl,Rl,Ci,Zi],e([Ne({reflect:!0})],Mi.prototype,"label",void 0),e([Ne({reflect:!0})],Mi.prototype,"hintText",void 0),e([Ne({reflect:!0})],Mi.prototype,"name",void 0),e([Ne({type:Boolean,reflect:!0})],Mi.prototype,"disabled",void 0),e([Ne({type:Boolean,reflect:!0})],Mi.prototype,"invalid",void 0);var Vi=we`.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}`,ki=we`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 Hi extends(Wl(Mi)){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 $`
127
+ `}}Ci.styles=[yi],e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"active",void 0),e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"disabled",void 0),e([Fe({type:String,reflect:!0})],Ci.prototype,"value",void 0);var Zi=we`.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}`,Mi=we`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;class Vi extends Kl{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Nl("input"),this._labelId=Nl("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}Vi.styles=[...Kl.styles,Tl,Rl,Zi,Mi],e([Fe({reflect:!0})],Vi.prototype,"label",void 0),e([Fe({reflect:!0})],Vi.prototype,"hintText",void 0),e([Fe({reflect:!0})],Vi.prototype,"name",void 0),e([Fe({type:Boolean,reflect:!0})],Vi.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],Vi.prototype,"invalid",void 0);var ki=we`.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}`,Hi=we`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 Pi extends(Wl(Vi)){constructor(){super(...arguments),this.hasSlotController=new fi(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 $`
128
128
  <div class="form-check">
129
129
  <input
130
130
  class=${Je({"form-check-input":!0,"is-invalid":e&&this.invalid})}
@@ -145,7 +145,7 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
145
145
  @blur=${this._handleBlur}
146
146
  @focus=${this._handleFocus}
147
147
  />
148
- <label for="${this._controlId}" class="form-check-label" id="${this._labelId}"><slot></slot></label>
148
+ ${l?$`<label for="${this._controlId}" class="form-check-label" id="${this._labelId}"><slot></slot></label>`:S}
149
149
  </div>
150
150
  ${t&&this.invalid?$`
151
151
  <div class="invalid-feedback-container">
@@ -157,7 +157,7 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
157
157
  </div>
158
158
  </div>
159
159
  `:S}
160
- `}}Hi.styles=[...Mi.styles,ki,Vi],Hi.dependencies={"sgds-icon":_i},e([Ne({type:String,reflect:!0})],Hi.prototype,"value",void 0),e([Ne({type:Boolean,reflect:!0})],Hi.prototype,"checked",void 0),e([Ne({type:String,reflect:!0})],Hi.prototype,"hasFeedback",void 0),e([Ul("checked")],Hi.prototype,"defaultChecked",void 0),e([Ne({type:Boolean,reflect:!0})],Hi.prototype,"indeterminate",void 0),e([Ne({type:Boolean,reflect:!0})],Hi.prototype,"required",void 0),e([Ne({type:Boolean,reflect:!0})],Hi.prototype,"noValidate",void 0),e([Ne({type:String,reflect:!0})],Hi.prototype,"invalidFeedback",void 0),e([We()],Hi.prototype,"_isTouched",void 0),e([ai("disabled",{waitUntilFirstUpdate:!0})],Hi.prototype,"_handleDisabledChange",null),e([ai("_isTouched",{waitUntilFirstUpdate:!0})],Hi.prototype,"_handleIsTouched",null);class Pi extends yi{constructor(){super(...arguments),this.checkbox=!1,this._renderItemContent=()=>this.checkbox?$`
160
+ `}}Pi.styles=[...Vi.styles,Hi,ki],Pi.dependencies={"sgds-icon":bi},e([Fe({type:String,reflect:!0})],Pi.prototype,"value",void 0),e([Fe({type:Boolean,reflect:!0})],Pi.prototype,"checked",void 0),e([Fe({type:String,reflect:!0})],Pi.prototype,"hasFeedback",void 0),e([Ul("checked")],Pi.prototype,"defaultChecked",void 0),e([Fe({type:Boolean,reflect:!0})],Pi.prototype,"indeterminate",void 0),e([Fe({type:Boolean,reflect:!0})],Pi.prototype,"required",void 0),e([Fe({type:Boolean,reflect:!0})],Pi.prototype,"noValidate",void 0),e([Fe({type:String,reflect:!0})],Pi.prototype,"invalidFeedback",void 0),e([We()],Pi.prototype,"_isTouched",void 0),e([ai("disabled",{waitUntilFirstUpdate:!0})],Pi.prototype,"_handleDisabledChange",null),e([ai("_isTouched",{waitUntilFirstUpdate:!0})],Pi.prototype,"_handleIsTouched",null);class $i extends Ci{constructor(){super(...arguments),this.checkbox=!1,this._renderItemContent=()=>this.checkbox?$`
161
161
  <sgds-checkbox .checked=${this.active} .disabled=${this.disabled}>
162
162
  <slot></slot>
163
163
  </sgds-checkbox>
@@ -166,21 +166,21 @@ function Ye(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
166
166
  <slot></slot>
167
167
  ${this.active?$` <sgds-icon name="check"></sgds-icon> `:S}
168
168
  </div>
169
- `}connectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e);const t=this.parentElement;(null==t?void 0:t.multiSelect)&&(this.checkbox=!0)}}Pi.dependencies={"sgds-icon":_i,"sgds-checkbox":Hi},e([Ne({type:Boolean,reflect:!0})],Pi.prototype,"checkbox",void 0);
169
+ `}connectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e);const t=this.parentElement;(null==t?void 0:t.multiSelect)&&(this.checkbox=!0)}}$i.dependencies={"sgds-icon":bi,"sgds-checkbox":Pi},e([Fe({type:Boolean,reflect:!0})],$i.prototype,"checkbox",void 0);
170
170
  /**
171
171
  * @license
172
172
  * Copyright 2017 Google LLC
173
173
  * SPDX-License-Identifier: BSD-3-Clause
174
174
  */
175
- const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};const Oi=te(class extends le{constructor(e){if(super(e),e.type!==X)throw new Error("repeat() can only be used in text expressions")}_getValuesAndKeys(e,t,l){let i;void 0===l?l=t:void 0!==t&&(i=t);const o=[],n=[];let r=0;for(const t of e)o[r]=i?i(t,r):r,n[r]=l(t,r),r++;return{values:n,keys:o}}render(e,t,l){return this._getValuesAndKeys(e,t,l).values}update(e,[t,l,i]){const o=e._$committedValue;const{values:n,keys:r}=this._getValuesAndKeys(t,l,i);if(!Array.isArray(o))return this._itemKeys=r,n;const a=this._itemKeys??=[],s=[];let c,d,h=0,u=o.length-1,v=0,p=n.length-1;for(;h<=u&&v<=p;)if(null===o[h])h++;else if(null===o[u])u--;else if(a[h]===r[v])s[v]=se(o[h],n[v]),h++,v++;else if(a[u]===r[p])s[p]=se(o[u],n[p]),u--,p--;else if(a[h]===r[p])s[p]=se(o[h],n[p]),ae(e,s[p+1],o[h]),h++,p--;else if(a[u]===r[v])s[v]=se(o[u],n[v]),ae(e,o[h],o[u]),u--,v++;else if(void 0===c&&(c=$i(r,v,p),d=$i(a,h,u)),c.has(a[h]))if(c.has(a[u])){const t=d.get(r[v]),l=void 0!==t?o[t]:null;if(null===l){const t=ae(e,o[h]);se(t,n[v]),s[v]=t}else s[v]=se(l,n[v]),ae(e,o[h],l),o[t]=null;v++}else he(o[u]),u--;else he(o[h]),h++;for(;v<=p;){const t=ae(e,s[p+1]);se(t,n[v]),s[v++]=t}for(;h<=u;){const e=o[h++];null!==e&&he(e)}return this._itemKeys=r,de(e,s),z}}),zi=Symbol.for(""),Si=e=>{if(e?.r===zi)return e?._$litStatic$},Bi=new Map,Li=(Ai=$,(e,...t)=>{const l=t.length;let i,o;const n=[],r=[];let a,s=0,c=!1;for(;s<l;){for(a=e[s];s<l&&void 0!==(o=t[s],i=Si(o));)a+=i+e[++s],c=!0;s!==l&&r.push(o),n.push(a),s++}if(s===l&&n.push(e[l]),c){const l=n.join("$$lit$$");void 0===(e=Bi.get(l))&&(n.raw=n,Bi.set(l,e=n)),t=r}return Ai(e,...t)});
175
+ const Oi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};const zi=te(class extends le{constructor(e){if(super(e),e.type!==X)throw new Error("repeat() can only be used in text expressions")}_getValuesAndKeys(e,t,l){let i;void 0===l?l=t:void 0!==t&&(i=t);const o=[],n=[];let r=0;for(const t of e)o[r]=i?i(t,r):r,n[r]=l(t,r),r++;return{values:n,keys:o}}render(e,t,l){return this._getValuesAndKeys(e,t,l).values}update(e,[t,l,i]){const o=e._$committedValue;const{values:n,keys:r}=this._getValuesAndKeys(t,l,i);if(!Array.isArray(o))return this._itemKeys=r,n;const a=this._itemKeys??=[],s=[];let c,d,h=0,u=o.length-1,v=0,p=n.length-1;for(;h<=u&&v<=p;)if(null===o[h])h++;else if(null===o[u])u--;else if(a[h]===r[v])s[v]=se(o[h],n[v]),h++,v++;else if(a[u]===r[p])s[p]=se(o[u],n[p]),u--,p--;else if(a[h]===r[p])s[p]=se(o[h],n[p]),ae(e,s[p+1],o[h]),h++,p--;else if(a[u]===r[v])s[v]=se(o[u],n[v]),ae(e,o[h],o[u]),u--,v++;else if(void 0===c&&(c=Oi(r,v,p),d=Oi(a,h,u)),c.has(a[h]))if(c.has(a[u])){const t=d.get(r[v]),l=void 0!==t?o[t]:null;if(null===l){const t=ae(e,o[h]);se(t,n[v]),s[v]=t}else s[v]=se(l,n[v]),ae(e,o[h],l),o[t]=null;v++}else he(o[u]),u--;else he(o[h]),h++;for(;v<=p;){const t=ae(e,s[p+1]);se(t,n[v]),s[v++]=t}for(;h<=u;){const e=o[h++];null!==e&&he(e)}return this._itemKeys=r,de(e,s),z}}),Si=Symbol.for(""),Bi=e=>{if(e?.r===Si)return e?._$litStatic$},Li=new Map,Ai=(ji=$,(e,...t)=>{const l=t.length;let i,o;const n=[],r=[];let a,s=0,c=!1;for(;s<l;){for(a=e[s];s<l&&void 0!==(o=t[s],i=Bi(o));)a+=i+e[++s],c=!0;s!==l&&r.push(o),n.push(a),s++}if(s===l&&n.push(e[l]),c){const l=n.join("$$lit$$");void 0===(e=Li.get(l))&&(n.raw=n,Li.set(l,e=n)),t=r}return ji(e,...t)});
176
176
  /**
177
177
  * @license
178
178
  * Copyright 2020 Google LLC
179
179
  * SPDX-License-Identifier: BSD-3-Clause
180
- */var Ai,ji=we`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
180
+ */var ji,Ei=we`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
181
181
 
182
182
 
183
- /*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,Ei=we`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class Ii extends Kl{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return Li`
183
+ /*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,Ii=we`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class Ti extends Kl{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return Ai`
184
184
  <div
185
185
  class="spinner-wrapper ${Je({horizontal:"horizontal"===this.orientation})}"
186
186
  >
@@ -188,11 +188,11 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
188
188
  class="spinner ${Je({[`spinner-${this.size}`]:this.size})}"
189
189
  role="status"
190
190
  >
191
- ${this.label?S:Li`<span class="sr-only">Loading...</span>`}
191
+ ${this.label?S:Ai`<span class="sr-only">Loading...</span>`}
192
192
  </div>
193
- ${this.label?Li`<span class="spinner-label">${this.label}</span>`:S}
193
+ ${this.label?Ai`<span class="spinner-label">${this.label}</span>`:S}
194
194
  </div>
195
- `}}Ii.styles=[...Kl.styles,Ei,ji],e([Ne({type:String,reflect:!0})],Ii.prototype,"variant",void 0),e([Ne({type:String,reflect:!0})],Ii.prototype,"tone",void 0),e([Ne({type:String,reflect:!0})],Ii.prototype,"size",void 0),e([Ne({reflect:!0,type:String})],Ii.prototype,"label",void 0),e([Ne({type:String,reflect:!0})],Ii.prototype,"orientation",void 0);class Ti extends ri{constructor(){super(...arguments),this.multiSelect=!1,this.badgeFullWidth=!1,this.clearable=!1,this.noValidate=!1,this.async=!1,this.emptyMenuAsync=!1,this.scrollBottomOffset=0,this.filterFunction=(e,t)=>t.label.toLowerCase().startsWith(e.toLowerCase()),this.optionList=[],this.emptyMenuAfterFiltering=!1,this.isFocused=!1,this.isScrollEnd=!1,this.suffixIconTemplate=$`<sgds-icon
195
+ `}}Ti.styles=[...Kl.styles,Ii,Ei],e([Fe({type:String,reflect:!0})],Ti.prototype,"variant",void 0),e([Fe({type:String,reflect:!0})],Ti.prototype,"tone",void 0),e([Fe({type:String,reflect:!0})],Ti.prototype,"size",void 0),e([Fe({reflect:!0,type:String})],Ti.prototype,"label",void 0),e([Fe({type:String,reflect:!0})],Ti.prototype,"orientation",void 0);class Ri extends ri{constructor(){super(...arguments),this.multiSelect=!1,this.badgeFullWidth=!1,this.clearable=!1,this.noValidate=!1,this.async=!1,this.emptyMenuAsync=!1,this.scrollBottomOffset=0,this.filterFunction=(e,t)=>t.label.toLowerCase().startsWith(e.toLowerCase()),this.optionList=[],this.emptyMenuAfterFiltering=!1,this.isFocused=!1,this.isScrollEnd=!1,this.suffixIconTemplate=$`<sgds-icon
196
196
  name=${this.menuIsOpen?"chevron-up":"chevron-down"}
197
197
  size="md"
198
198
  ></sgds-icon>`,this.prefixIconTemplate=$`${S}`}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",async()=>{this.isFocused=!0}),this.addEventListener("blur",async()=>{this.isFocused=!1}),this.addEventListener("keydown",e=>{var t,l;"Enter"===e.key&&(null===(l=null===(t=e.target.shadowRoot)||void 0===t?void 0:t.querySelector(".form-clearable"))||void 0===l?void 0:l.matches(":focus"))&&this._handleClear()}),this.addEventListener("sgds-hide",async e=>{if(!e.detail.isOutside){(await this._input).focus()}this.options.forEach(e=>e.removeAttribute("hidden")),this.emptyMenuAfterFiltering=!1})}async firstUpdated(e){super.firstUpdated(e),this.async&&(this.filterFunction=()=>!0),this.menuList.forEach(e=>{const t=document.createElement("sgds-combo-box-option");t.innerText=e.label,t.value=e.value,t.checkbox=this.multiSelect,t.active=this.value.includes(e.value),this.appendChild(t)}),this._setupValidation(this.menuList),this.menuIsOpen&&await this.updateFloatingPosition()}async _handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>!e.hasAttribute("disabled")&&(!e.clickEventAdded&&(e.addEventListener("click",e=>{e.preventDefault();const t=e.target;return this.multiSelect&&t.active?this._handleItemUnselect(e):this._handleItemSelected(e),!1}),e.clickEventAdded=!0,void e.addEventListener("keydown",e=>{if("Enter"===e.key){this.close="outside";e.target.click()}})))),await this.updateComplete,this.optionList=await this._getMenuListFromOptions(t),this._setupValidation(this.optionList)}async _setupValidation(e){var t;if(this.value&&e.length>0){const l=this.value.split(";"),i=e.filter(({value:e})=>l.includes(e));this.selectedItems=[...i,...this.selectedItems],this.multiSelect||(this.displayValue=null===(t=i[0])||void 0===t?void 0:t.label)}this.multiSelect?this.input=await this._multiSelectInput:this.input=await this._input,this._mixinValidate(this.input)}async _handleValueChange(){this.options.forEach(e=>e.removeAttribute("hidden"));const e=await this._input;this._mixinSetFormValue(),this.multiSelect?this._mixinValidate(this.input):this._mixinValidate(e);this.selectedItems.map(e=>e.value).join(";")!==this.value&&this._updateValueAndDisplayValue(this.optionList),(this._isTouched||""!==this.value)&&(this._mixinShouldSkipSgdsValidation()||(this.invalid=!this._mixinReportValidity()))}_emitChangeEvents(){this._mixinSetFormValue(),this.emit("sgds-change"),this.value&&this.emit("sgds-select")}_handleOptionListChange(){this._updateValueAndDisplayValue(this.optionList)}_handleMenuListChange(){const e=this.menuList.map(e=>{const t=document.createElement("sgds-combo-box-option");return t.innerText=e.label,t.value=e.value,t.checkbox=this.multiSelect,t.active=this.value.includes(e.value),t});this.replaceChildren(...e)}_updateValueAndDisplayValue(e){var t;const l=this.value.split(";"),i=e.filter(({value:e})=>l.includes(e));this.selectedItems=[...i];const o=i.map(e=>e.value).join(";");o!==this.value&&(this.value=o),this.multiSelect||this.async||(this.displayValue=(null===(t=i[0])||void 0===t?void 0:t.label)||""),this.options.forEach(e=>e.active=l.includes(e.value))}async _handleInputChange(e){const t=e.target;this.displayValue=t.value,this.emit("sgds-input",{detail:{displayValue:this.displayValue}}),this.invalid=!1,this.showMenu(),""!==this.displayValue||this.multiSelect||(this.selectedItems=[],this.value=this.selectedItems.join(";"),this.options.forEach(e=>e.active=!1),this._emitChangeEvents());const l=this.options.map(e=>({value:e.value,label:e.textContent.trim()}));this.filteredList=l.filter(e=>this.filterFunction(this.displayValue,e)),this.emptyMenuAfterFiltering=0===this.filteredList.length;const i=this.filteredList.map(e=>e.value);this.options.forEach(e=>{i.includes(e.value)?e.hidden=!1:e.hidden=!0})}async _handleItemSelected(e){var t,l,i;const o=e.target;if(o.disabled)return;const n=null!==(l=null===(t=o.textContent)||void 0===t?void 0:t.trim())&&void 0!==l?l:"",r=null!==(i=o.getAttribute("value"))&&void 0!==i?i:n,a=this.filteredList.find(e=>e.value.toString()===r)||{label:n,value:r};this.multiSelect?(this.selectedItems.some(e=>e.value===a.value)||(this.selectedItems=[...this.selectedItems,a]),this.value=this.selectedItems.map(e=>e.value).join(";"),o.active=!0):0!==this.selectedItems.length&&this.selectedItems[0].value===a.value||(this.options.forEach(e=>e.active=!1),o.active=!0,this.selectedItems=[a],this.value=a.value.toString(),this.displayValue=a.label,this.hideMenu()),this._emitChangeEvents()}_handleItemUnselect(e){var t,l,i;const o=e.target;if(o.disabled)return;o.removeAttribute("active");const n=null!==(l=null===(t=o.textContent)||void 0===t?void 0:t.trim())&&void 0!==l?l:"",r=null!==(i=o.getAttribute("value"))&&void 0!==i?i:n,a=this.filteredList.find(e=>e.value.toString()===r)||{label:n,value:r};this.selectedItems=this.selectedItems.filter(e=>e.value!==a.value),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}async _handleBadgeDismissed(e,t){var l;e.preventDefault();const i=t.value;null===(l=this.options)||void 0===l||l.forEach(e=>e.value===i?e.active=!1:null),this.selectedItems=this.selectedItems.filter(e=>e.value!==t.value),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}async _handleMultiSelectKeyDown(e){var t;if(this.multiSelect&&"Backspace"===e.key&&this.multiSelect&&""===this.displayValue.trim()&&this.selectedItems.length>0){const e=this.selectedItems[this.selectedItems.length-1].value;null===(t=this.options)||void 0===t||t.forEach(t=>t.value===e?t.active=!1:null),this.selectedItems=this.selectedItems.slice(0,-1),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}}_handleFocus(){this.emit("sgds-focus")}async _handleInputBlur(e){if(e.preventDefault(),this.emit("sgds-blur"),this.multiSelect){this.selectedItems.filter(({label:e})=>this.displayValue===e).length<=0&&(this.displayValue="")}else this.selectedItems.length>0?this.displayValue=this.selectedItems[0].label:this.displayValue=""}async _handleClear(){var e;this.value=this.displayValue="",null===(e=this.options)||void 0===e||e.forEach(e=>e.active=!1),this._emitChangeEvents();(await this._input).focus(),this.showMenu()}async _mixinResetFormControl(){if(this.value=this.defaultValue,this.multiSelect){const e=this.value.split(";");this.options.forEach(t=>{t.active=e.includes(t.value)});const t=this.options.filter(t=>e.includes(t.value));this.selectedItems=t.map(e=>({value:e.value,label:e.textContent.trim()})),this._mixinResetValidity(await this._multiSelectInput)}else{this.options.forEach(e=>{e.active=e.value===this.value});const e=this.options.filter(e=>e.value===this.value);e.length<=0?this.displayValue="":this.displayValue=e[0].textContent.trim(),this._mixinResetValidity(await this._input)}}async _handleScroll(e){const t=e.target;if(t){const e=t.scrollHeight-t.clientHeight,l=Math.max(0,this.scrollBottomOffset);t.scrollTop>=e-l?(this.isScrollEnd||this.emit("sgds-scroll-end"),this.isScrollEnd=!0):this.isScrollEnd=!1}}_renderInput(e){const t=this.hasFeedback,l=e;return $`
@@ -204,7 +204,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
204
204
  ${this.prefixIconTemplate}
205
205
  <div class="combobox-input-container">
206
206
  ${this.multiSelect?$`
207
- ${Oi(this.selectedItems,e=>e.value,e=>$`<sgds-badge
207
+ ${zi(this.selectedItems,e=>e.value,e=>$`<sgds-badge
208
208
  outlined
209
209
  variant="neutral"
210
210
  show
@@ -286,14 +286,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
286
286
  aria-hidden="true"
287
287
  .autocomplete=${this.autocomplete}
288
288
  />`:S}
289
- `}}Ti.styles=[...ri.styles,Dl,bi],Ti.childName="sgds-combo-box-option",Ti.dependencies={[Ti.childName]:Pi,"sgds-icon":_i,"sgds-badge":fi,"sgds-spinner":Ii},e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"multiSelect",void 0),e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"badgeFullWidth",void 0),e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"clearable",void 0),e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"noValidate",void 0),e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"async",void 0),e([Ne({type:Boolean,reflect:!0})],Ti.prototype,"emptyMenuAsync",void 0),e([Ne({type:Number,reflect:!0})],Ti.prototype,"scrollBottomOffset",void 0),e([Ne()],Ti.prototype,"filterFunction",void 0),e([Ye("input#multi-select-input-tracker")],Ti.prototype,"_multiSelectInput",void 0),e([Ge({flatten:!0,selector:"sgds-combo-box-option"})],Ti.prototype,"options",void 0),e([We()],Ti.prototype,"optionList",void 0),e([We()],Ti.prototype,"emptyMenuAfterFiltering",void 0),e([We()],Ti.prototype,"isFocused",void 0),e([We()],Ti.prototype,"isScrollEnd",void 0),e([ai("value",{waitUntilFirstUpdate:!0})],Ti.prototype,"_handleValueChange",null),e([ai("optionList",{waitUntilFirstUpdate:!0})],Ti.prototype,"_handleOptionListChange",null),e([ai("menuList",{waitUntilFirstUpdate:!0})],Ti.prototype,"_handleMenuListChange",null),ui("sgds-combo-box",Ti),ui("sgds-combo-box-option",Pi);var Ri=$`
289
+ `}}Ri.styles=[...ri.styles,Dl,xi],Ri.childName="sgds-combo-box-option",Ri.dependencies={[Ri.childName]:$i,"sgds-icon":bi,"sgds-badge":gi,"sgds-spinner":Ti},e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"multiSelect",void 0),e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"badgeFullWidth",void 0),e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"clearable",void 0),e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"noValidate",void 0),e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"async",void 0),e([Fe({type:Boolean,reflect:!0})],Ri.prototype,"emptyMenuAsync",void 0),e([Fe({type:Number,reflect:!0})],Ri.prototype,"scrollBottomOffset",void 0),e([Fe()],Ri.prototype,"filterFunction",void 0),e([Ye("input#multi-select-input-tracker")],Ri.prototype,"_multiSelectInput",void 0),e([Ge({flatten:!0,selector:"sgds-combo-box-option"})],Ri.prototype,"options",void 0),e([We()],Ri.prototype,"optionList",void 0),e([We()],Ri.prototype,"emptyMenuAfterFiltering",void 0),e([We()],Ri.prototype,"isFocused",void 0),e([We()],Ri.prototype,"isScrollEnd",void 0),e([ai("value",{waitUntilFirstUpdate:!0})],Ri.prototype,"_handleValueChange",null),e([ai("optionList",{waitUntilFirstUpdate:!0})],Ri.prototype,"_handleOptionListChange",null),e([ai("menuList",{waitUntilFirstUpdate:!0})],Ri.prototype,"_handleMenuListChange",null),ui("sgds-combo-box",Ri),ui("sgds-combo-box-option",$i);var Di=$`
290
290
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
291
291
  <path
292
292
  fill="currentColor"
293
293
  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"
294
294
  />
295
295
  </svg>
296
- `,Di=Object.freeze({__proto__:null,default:Ri}),Ui=$`
296
+ `,Ui=Object.freeze({__proto__:null,default:Di}),Ni=$`
297
297
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
298
298
  <path
299
299
  fill="currentColor"
@@ -306,35 +306,35 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
306
306
  clip-rule="evenodd"
307
307
  />
308
308
  </svg>
309
- `,Fi=Object.freeze({__proto__:null,default:Ui}),Ni=$`
309
+ `,Fi=Object.freeze({__proto__:null,default:Ni}),Wi=$`
310
310
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
311
311
  <path
312
312
  fill="currentColor"
313
313
  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"
314
314
  />
315
315
  </svg>
316
- `,Wi=Object.freeze({__proto__:null,default:Ni}),qi=$`
316
+ `,qi=Object.freeze({__proto__:null,default:Wi}),Ki=$`
317
317
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
318
318
  <path
319
319
  fill="currentColor"
320
320
  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"
321
321
  />
322
322
  </svg>
323
- `,Ki=Object.freeze({__proto__:null,default:qi}),Yi=$`
323
+ `,Yi=Object.freeze({__proto__:null,default:Ki}),Gi=$`
324
324
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
325
325
  <path
326
326
  fill="currentColor"
327
327
  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"
328
328
  />
329
329
  </svg>
330
- `,Gi=Object.freeze({__proto__:null,default:Yi}),Ji=$`
330
+ `,Ji=Object.freeze({__proto__:null,default:Gi}),Xi=$`
331
331
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
332
332
  <path
333
333
  fill="currentColor"
334
334
  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"
335
335
  />
336
336
  </svg>
337
- `,Xi=Object.freeze({__proto__:null,default:Ji}),Qi=$`
337
+ `,Qi=Object.freeze({__proto__:null,default:Xi}),eo=$`
338
338
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
339
339
  <path
340
340
  fill="currentColor"
@@ -347,7 +347,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
347
347
  clip-rule="evenodd"
348
348
  />
349
349
  </svg>
350
- `,eo=Object.freeze({__proto__:null,default:Qi}),to=$`
350
+ `,to=Object.freeze({__proto__:null,default:eo}),lo=$`
351
351
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
352
352
  <path
353
353
  fill="currentColor"
@@ -360,7 +360,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
360
360
  clip-rule="evenodd"
361
361
  />
362
362
  </svg>
363
- `,lo=Object.freeze({__proto__:null,default:to}),io=$`
363
+ `,io=Object.freeze({__proto__:null,default:lo}),oo=$`
364
364
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
365
365
  <path
366
366
  fill="currentColor"
@@ -373,7 +373,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
373
373
  clip-rule="evenodd"
374
374
  />
375
375
  </svg>
376
- `,oo=Object.freeze({__proto__:null,default:io}),no=$`
376
+ `,no=Object.freeze({__proto__:null,default:oo}),ro=$`
377
377
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
378
378
  <path
379
379
  fill="currentColor"
@@ -386,7 +386,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
386
386
  clip-rule="evenodd"
387
387
  />
388
388
  </svg>
389
- `,ro=Object.freeze({__proto__:null,default:no}),ao=$`
389
+ `,ao=Object.freeze({__proto__:null,default:ro}),so=$`
390
390
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
391
391
  <path
392
392
  fill="currentColor"
@@ -395,7 +395,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
395
395
  clip-rule="evenodd"
396
396
  />
397
397
  </svg>
398
- `,so=Object.freeze({__proto__:null,default:ao}),co=$`
398
+ `,co=Object.freeze({__proto__:null,default:so}),ho=$`
399
399
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
400
400
  <path
401
401
  fill="currentColor"
@@ -404,7 +404,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
404
404
  clip-rule="evenodd"
405
405
  />
406
406
  </svg>
407
- `,ho=Object.freeze({__proto__:null,default:co}),uo=$`
407
+ `,uo=Object.freeze({__proto__:null,default:ho}),vo=$`
408
408
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
409
409
  <path
410
410
  fill="currentColor"
@@ -413,7 +413,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
413
413
  clip-rule="evenodd"
414
414
  />
415
415
  </svg>
416
- `,vo=Object.freeze({__proto__:null,default:uo}),po=$`
416
+ `,po=Object.freeze({__proto__:null,default:vo}),fo=$`
417
417
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
418
418
  <path
419
419
  fill="currentColor"
@@ -422,7 +422,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
422
422
  clip-rule="evenodd"
423
423
  />
424
424
  </svg>
425
- `,fo=Object.freeze({__proto__:null,default:po}),go=$`
425
+ `,go=Object.freeze({__proto__:null,default:fo}),mo=$`
426
426
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
427
427
  <path
428
428
  fill="currentColor"
@@ -431,7 +431,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
431
431
  clip-rule="evenodd"
432
432
  />
433
433
  </svg>
434
- `,mo=Object.freeze({__proto__:null,default:go}),wo=$`
434
+ `,wo=Object.freeze({__proto__:null,default:mo}),_o=$`
435
435
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
436
436
  <path
437
437
  fill="currentColor"
@@ -444,7 +444,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
444
444
  clip-rule="evenodd"
445
445
  />
446
446
  </svg>
447
- `,_o=Object.freeze({__proto__:null,default:wo}),bo=$`
447
+ `,bo=Object.freeze({__proto__:null,default:_o}),xo=$`
448
448
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
449
449
  <path
450
450
  fill="currentColor"
@@ -457,7 +457,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
457
457
  clip-rule="evenodd"
458
458
  />
459
459
  </svg>
460
- `,xo=Object.freeze({__proto__:null,default:bo}),yo=$`
460
+ `,yo=Object.freeze({__proto__:null,default:xo}),Co=$`
461
461
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
462
462
  <path
463
463
  fill="currentColor"
@@ -470,7 +470,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
470
470
  clip-rule="evenodd"
471
471
  />
472
472
  </svg>
473
- `,Co=Object.freeze({__proto__:null,default:yo}),Zo=$`
473
+ `,Zo=Object.freeze({__proto__:null,default:Co}),Mo=$`
474
474
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
475
475
  <path
476
476
  fill="currentColor"
@@ -483,7 +483,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
483
483
  clip-rule="evenodd"
484
484
  />
485
485
  </svg>
486
- `,Mo=Object.freeze({__proto__:null,default:Zo}),Vo=$`
486
+ `,Vo=Object.freeze({__proto__:null,default:Mo}),ko=$`
487
487
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
488
488
  <path
489
489
  fill="currentColor"
@@ -492,7 +492,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
492
492
  clip-rule="evenodd"
493
493
  />
494
494
  </svg>
495
- `,ko=Object.freeze({__proto__:null,default:Vo}),Ho=$`
495
+ `,Ho=Object.freeze({__proto__:null,default:ko}),Po=$`
496
496
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
497
497
  <path
498
498
  fill="currentColor"
@@ -501,7 +501,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
501
501
  clip-rule="evenodd"
502
502
  />
503
503
  </svg>
504
- `,Po=Object.freeze({__proto__:null,default:Ho}),$o=$`
504
+ `,$o=Object.freeze({__proto__:null,default:Po}),Oo=$`
505
505
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
506
506
  <path
507
507
  fill="currentColor"
@@ -510,7 +510,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
510
510
  clip-rule="evenodd"
511
511
  />
512
512
  </svg>
513
- `,Oo=Object.freeze({__proto__:null,default:$o}),zo=$`
513
+ `,zo=Object.freeze({__proto__:null,default:Oo}),So=$`
514
514
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
515
515
  <path
516
516
  fill="currentColor"
@@ -519,7 +519,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
519
519
  clip-rule="evenodd"
520
520
  />
521
521
  </svg>
522
- `,So=Object.freeze({__proto__:null,default:zo}),Bo=$`
522
+ `,Bo=Object.freeze({__proto__:null,default:So}),Lo=$`
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"
@@ -528,7 +528,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
528
528
  clip-rule="evenodd"
529
529
  />
530
530
  </svg>
531
- `,Lo=Object.freeze({__proto__:null,default:Bo}),Ao=$`
531
+ `,Ao=Object.freeze({__proto__:null,default:Lo}),jo=$`
532
532
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
533
533
  <path
534
534
  fill="currentColor"
@@ -537,7 +537,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
537
537
  clip-rule="evenodd"
538
538
  />
539
539
  </svg>
540
- `,jo=Object.freeze({__proto__:null,default:Ao}),Eo=$`
540
+ `,Eo=Object.freeze({__proto__:null,default:jo}),Io=$`
541
541
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
542
542
  <path
543
543
  fill="currentColor"
@@ -546,7 +546,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
546
546
  clip-rule="evenodd"
547
547
  />
548
548
  </svg>
549
- `,Io=Object.freeze({__proto__:null,default:Eo}),To=$`
549
+ `,To=Object.freeze({__proto__:null,default:Io}),Ro=$`
550
550
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
551
551
  <path
552
552
  fill="currentColor"
@@ -555,7 +555,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
555
555
  clip-rule="evenodd"
556
556
  />
557
557
  </svg>
558
- `,Ro=Object.freeze({__proto__:null,default:To}),Do=$`
558
+ `,Do=Object.freeze({__proto__:null,default:Ro}),Uo=$`
559
559
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
560
560
  <path
561
561
  fill="currentColor"
@@ -564,7 +564,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
564
564
  clip-rule="evenodd"
565
565
  />
566
566
  </svg>
567
- `,Uo=Object.freeze({__proto__:null,default:Do}),Fo=$`
567
+ `,No=Object.freeze({__proto__:null,default:Uo}),Fo=$`
568
568
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
569
569
  <path
570
570
  fill="currentColor"
@@ -573,7 +573,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
573
573
  clip-rule="evenodd"
574
574
  />
575
575
  </svg>
576
- `,No=Object.freeze({__proto__:null,default:Fo}),Wo=$`
576
+ `,Wo=Object.freeze({__proto__:null,default:Fo}),qo=$`
577
577
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
578
578
  <path
579
579
  fill="currentColor"
@@ -586,7 +586,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
586
586
  clip-rule="evenodd"
587
587
  />
588
588
  </svg>
589
- `,qo=Object.freeze({__proto__:null,default:Wo}),Ko=$`
589
+ `,Ko=Object.freeze({__proto__:null,default:qo}),Yo=$`
590
590
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
591
591
  <path
592
592
  fill="currentColor"
@@ -595,7 +595,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
595
595
  clip-rule="evenodd"
596
596
  />
597
597
  </svg>
598
- `,Yo=Object.freeze({__proto__:null,default:Ko}),Go=$`
598
+ `,Go=Object.freeze({__proto__:null,default:Yo}),Jo=$`
599
599
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
600
600
  <path
601
601
  fill="currentColor"
@@ -608,7 +608,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
608
608
  clip-rule="evenodd"
609
609
  />
610
610
  </svg>
611
- `,Jo=Object.freeze({__proto__:null,default:Go}),Xo=$`
611
+ `,Xo=Object.freeze({__proto__:null,default:Jo}),Qo=$`
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"
@@ -623,7 +623,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
623
623
  clip-rule="evenodd"
624
624
  />
625
625
  </svg>
626
- `,Qo=Object.freeze({__proto__:null,default:Xo}),en=$`
626
+ `,en=Object.freeze({__proto__:null,default:Qo}),tn=$`
627
627
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
628
628
  <path
629
629
  fill="currentColor"
@@ -636,7 +636,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
636
636
  clip-rule="evenodd"
637
637
  />
638
638
  </svg>
639
- `,tn=Object.freeze({__proto__:null,default:en}),ln=$`
639
+ `,ln=Object.freeze({__proto__:null,default:tn}),on=$`
640
640
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
641
641
  <path
642
642
  fill="currentColor"
@@ -645,7 +645,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
645
645
  clip-rule="evenodd"
646
646
  />
647
647
  </svg>
648
- `,on=Object.freeze({__proto__:null,default:ln}),nn=$`
648
+ `,nn=Object.freeze({__proto__:null,default:on}),rn=$`
649
649
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
650
650
  <path
651
651
  fill="currentColor"
@@ -654,7 +654,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
654
654
  clip-rule="evenodd"
655
655
  />
656
656
  </svg>
657
- `,rn=Object.freeze({__proto__:null,default:nn}),an=$`
657
+ `,an=Object.freeze({__proto__:null,default:rn}),sn=$`
658
658
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
659
659
  <path
660
660
  fill="currentColor"
@@ -667,7 +667,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
667
667
  clip-rule="evenodd"
668
668
  />
669
669
  </svg>
670
- `,sn=Object.freeze({__proto__:null,default:an}),cn=$`
670
+ `,cn=Object.freeze({__proto__:null,default:sn}),dn=$`
671
671
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
672
672
  <path
673
673
  fill="currentColor"
@@ -680,7 +680,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
680
680
  clip-rule="evenodd"
681
681
  />
682
682
  </svg>
683
- `,dn=Object.freeze({__proto__:null,default:cn}),hn=$`
683
+ `,hn=Object.freeze({__proto__:null,default:dn}),un=$`
684
684
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
685
685
  <path
686
686
  fill="currentColor"
@@ -693,7 +693,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
693
693
  clip-rule="evenodd"
694
694
  />
695
695
  </svg>
696
- `,un=Object.freeze({__proto__:null,default:hn}),vn=$`
696
+ `,vn=Object.freeze({__proto__:null,default:un}),pn=$`
697
697
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
698
698
  <path
699
699
  fill="currentColor"
@@ -702,7 +702,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
702
702
  clip-rule="evenodd"
703
703
  />
704
704
  </svg>
705
- `,pn=Object.freeze({__proto__:null,default:vn}),fn=$`
705
+ `,fn=Object.freeze({__proto__:null,default:pn}),gn=$`
706
706
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
707
707
  <path
708
708
  fill="currentColor"
@@ -711,7 +711,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
711
711
  clip-rule="evenodd"
712
712
  />
713
713
  </svg>
714
- `,gn=Object.freeze({__proto__:null,default:fn}),mn=$`
714
+ `,mn=Object.freeze({__proto__:null,default:gn}),wn=$`
715
715
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
716
716
  <path
717
717
  fill="currentColor"
@@ -720,7 +720,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
720
720
  clip-rule="evenodd"
721
721
  />
722
722
  </svg>
723
- `,wn=Object.freeze({__proto__:null,default:mn}),_n=$`
723
+ `,_n=Object.freeze({__proto__:null,default:wn}),bn=$`
724
724
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
725
725
  <path
726
726
  fill="currentColor"
@@ -729,7 +729,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
729
729
  clip-rule="evenodd"
730
730
  />
731
731
  </svg>
732
- `,bn=Object.freeze({__proto__:null,default:_n}),xn=$`
732
+ `,xn=Object.freeze({__proto__:null,default:bn}),yn=$`
733
733
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
734
734
  <path
735
735
  fill="currentColor"
@@ -738,7 +738,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
738
738
  clip-rule="evenodd"
739
739
  />
740
740
  </svg>
741
- `,yn=Object.freeze({__proto__:null,default:xn}),Cn=$`
741
+ `,Cn=Object.freeze({__proto__:null,default:yn}),Zn=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
747
747
  clip-rule="evenodd"
748
748
  />
749
749
  </svg>
750
- `,Zn=Object.freeze({__proto__:null,default:Cn}),Mn=$`
750
+ `,Mn=Object.freeze({__proto__:null,default:Zn}),Vn=$`
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,14 +756,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
756
756
  clip-rule="evenodd"
757
757
  />
758
758
  </svg>
759
- `,Vn=Object.freeze({__proto__:null,default:Mn}),kn=$`
759
+ `,kn=Object.freeze({__proto__:null,default:Vn}),Hn=$`
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"
763
763
  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"
764
764
  />
765
765
  </svg>
766
- `,Hn=Object.freeze({__proto__:null,default:kn}),Pn=$`
766
+ `,Pn=Object.freeze({__proto__:null,default:Hn}),$n=$`
767
767
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
768
768
  <path
769
769
  fill="currentColor"
@@ -772,7 +772,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
772
772
  clip-rule="evenodd"
773
773
  />
774
774
  </svg>
775
- `,$n=Object.freeze({__proto__:null,default:Pn}),On=$`
775
+ `,On=Object.freeze({__proto__:null,default:$n}),zn=$`
776
776
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
777
777
  <path
778
778
  fill="currentColor"
@@ -785,7 +785,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
785
785
  clip-rule="evenodd"
786
786
  />
787
787
  </svg>
788
- `,zn=Object.freeze({__proto__:null,default:On}),Sn=$`
788
+ `,Sn=Object.freeze({__proto__:null,default:zn}),Bn=$`
789
789
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
790
790
  <path
791
791
  fill="currentColor"
@@ -798,7 +798,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
798
798
  clip-rule="evenodd"
799
799
  />
800
800
  </svg>
801
- `,Bn=Object.freeze({__proto__:null,default:Sn}),Ln=$`
801
+ `,Ln=Object.freeze({__proto__:null,default:Bn}),An=$`
802
802
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
803
803
  <path
804
804
  fill="currentColor"
@@ -807,7 +807,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
807
807
  clip-rule="evenodd"
808
808
  />
809
809
  </svg>
810
- `,An=Object.freeze({__proto__:null,default:Ln}),jn=$`
810
+ `,jn=Object.freeze({__proto__:null,default:An}),En=$`
811
811
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
812
812
  <path
813
813
  fill="currentColor"
@@ -816,7 +816,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
816
816
  clip-rule="evenodd"
817
817
  />
818
818
  </svg>
819
- `,En=Object.freeze({__proto__:null,default:jn}),In=$`
819
+ `,In=Object.freeze({__proto__:null,default:En}),Tn=$`
820
820
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
821
821
  <path
822
822
  fill="currentColor"
@@ -825,7 +825,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
825
825
  clip-rule="evenodd"
826
826
  />
827
827
  </svg>
828
- `,Tn=Object.freeze({__proto__:null,default:In}),Rn=$`
828
+ `,Rn=Object.freeze({__proto__:null,default:Tn}),Dn=$`
829
829
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
830
830
  <path
831
831
  fill="currentColor"
@@ -838,14 +838,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
838
838
  clip-rule="evenodd"
839
839
  />
840
840
  </svg>
841
- `,Dn=Object.freeze({__proto__:null,default:Rn}),Un=$`
841
+ `,Un=Object.freeze({__proto__:null,default:Dn}),Nn=$`
842
842
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
843
843
  <path
844
844
  fill="currentColor"
845
845
  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"
846
846
  />
847
847
  </svg>
848
- `,Fn=Object.freeze({__proto__:null,default:Un}),Nn=$`
848
+ `,Fn=Object.freeze({__proto__:null,default:Nn}),Wn=$`
849
849
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
850
850
  <path
851
851
  fill="currentColor"
@@ -860,14 +860,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
860
860
  clip-rule="evenodd"
861
861
  />
862
862
  </svg>
863
- `,Wn=Object.freeze({__proto__:null,default:Nn}),qn=$`
863
+ `,qn=Object.freeze({__proto__:null,default:Wn}),Kn=$`
864
864
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
865
865
  <path
866
866
  fill="currentColor"
867
867
  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"
868
868
  />
869
869
  </svg>
870
- `,Kn=Object.freeze({__proto__:null,default:qn}),Yn=$`
870
+ `,Yn=Object.freeze({__proto__:null,default:Kn}),Gn=$`
871
871
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
872
872
  <path
873
873
  fill="currentColor"
@@ -886,7 +886,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
886
886
  clip-rule="evenodd"
887
887
  />
888
888
  </svg>
889
- `,Gn=Object.freeze({__proto__:null,default:Yn}),Jn=$`
889
+ `,Jn=Object.freeze({__proto__:null,default:Gn}),Xn=$`
890
890
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
891
891
  <path
892
892
  fill="currentColor"
@@ -895,7 +895,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
895
895
  clip-rule="evenodd"
896
896
  />
897
897
  </svg>
898
- `,Xn=Object.freeze({__proto__:null,default:Jn}),Qn=$`
898
+ `,Qn=Object.freeze({__proto__:null,default:Xn}),er=$`
899
899
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
900
900
  <path
901
901
  fill="currentColor"
@@ -904,7 +904,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
904
904
  clip-rule="evenodd"
905
905
  />
906
906
  </svg>
907
- `,er=Object.freeze({__proto__:null,default:Qn}),tr=$`
907
+ `,tr=Object.freeze({__proto__:null,default:er}),lr=$`
908
908
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
909
909
  <path
910
910
  fill="currentColor"
@@ -913,7 +913,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
913
913
  clip-rule="evenodd"
914
914
  />
915
915
  </svg>
916
- `,lr=Object.freeze({__proto__:null,default:tr}),ir=$`
916
+ `,ir=Object.freeze({__proto__:null,default:lr}),or=$`
917
917
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
918
918
  <path
919
919
  fill="currentColor"
@@ -922,7 +922,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
922
922
  clip-rule="evenodd"
923
923
  />
924
924
  </svg>
925
- `,or=Object.freeze({__proto__:null,default:ir}),nr=$`
925
+ `,nr=Object.freeze({__proto__:null,default:or}),rr=$`
926
926
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
927
927
  <path
928
928
  fill="currentColor"
@@ -931,7 +931,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
931
931
  clip-rule="evenodd"
932
932
  />
933
933
  </svg>
934
- `,rr=Object.freeze({__proto__:null,default:nr}),ar=$`
934
+ `,ar=Object.freeze({__proto__:null,default:rr}),sr=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
940
940
  clip-rule="evenodd"
941
941
  />
942
942
  </svg>
943
- `,sr=Object.freeze({__proto__:null,default:ar}),cr=$`
943
+ `,cr=Object.freeze({__proto__:null,default:sr}),dr=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
949
949
  clip-rule="evenodd"
950
950
  />
951
951
  </svg>
952
- `,dr=Object.freeze({__proto__:null,default:cr}),hr=$`
952
+ `,hr=Object.freeze({__proto__:null,default:dr}),ur=$`
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"
@@ -978,7 +978,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
978
978
  clip-rule="evenodd"
979
979
  />
980
980
  </svg>
981
- `,ur=Object.freeze({__proto__:null,default:hr}),vr=$`
981
+ `,vr=Object.freeze({__proto__:null,default:ur}),pr=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
987
987
  clip-rule="evenodd"
988
988
  />
989
989
  </svg>
990
- `,pr=Object.freeze({__proto__:null,default:vr}),fr=$`
990
+ `,fr=Object.freeze({__proto__:null,default:pr}),gr=$`
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"
@@ -1000,7 +1000,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1000
1000
  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"
1001
1001
  />
1002
1002
  </svg>
1003
- `,gr=Object.freeze({__proto__:null,default:fr}),mr=$`
1003
+ `,mr=Object.freeze({__proto__:null,default:gr}),wr=$`
1004
1004
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1005
1005
  <path
1006
1006
  fill="currentColor"
@@ -1009,7 +1009,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1009
1009
  clip-rule="evenodd"
1010
1010
  />
1011
1011
  </svg>
1012
- `,wr=Object.freeze({__proto__:null,default:mr}),_r=$`
1012
+ `,_r=Object.freeze({__proto__:null,default:wr}),br=$`
1013
1013
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1014
1014
  <path
1015
1015
  fill="currentColor"
@@ -1022,7 +1022,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1022
1022
  clip-rule="evenodd"
1023
1023
  />
1024
1024
  </svg>
1025
- `,br=Object.freeze({__proto__:null,default:_r}),xr=$`
1025
+ `,xr=Object.freeze({__proto__:null,default:br}),yr=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1031
1031
  clip-rule="evenodd"
1032
1032
  />
1033
1033
  </svg>
1034
- `,yr=Object.freeze({__proto__:null,default:xr}),Cr=$`
1034
+ `,Cr=Object.freeze({__proto__:null,default:yr}),Zr=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1044
1044
  clip-rule="evenodd"
1045
1045
  />
1046
1046
  </svg>
1047
- `,Zr=Object.freeze({__proto__:null,default:Cr}),Mr=$`
1047
+ `,Mr=Object.freeze({__proto__:null,default:Zr}),Vr=$`
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"
@@ -1057,7 +1057,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1057
1057
  clip-rule="evenodd"
1058
1058
  />
1059
1059
  </svg>
1060
- `,Vr=Object.freeze({__proto__:null,default:Mr}),kr=$`
1060
+ `,kr=Object.freeze({__proto__:null,default:Vr}),Hr=$`
1061
1061
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1062
1062
  <path
1063
1063
  fill="currentColor"
@@ -1066,7 +1066,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1066
1066
  clip-rule="evenodd"
1067
1067
  />
1068
1068
  </svg>
1069
- `,Hr=Object.freeze({__proto__:null,default:kr}),Pr=$`
1069
+ `,Pr=Object.freeze({__proto__:null,default:Hr}),$r=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1079
1079
  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"
1080
1080
  />
1081
1081
  </svg>
1082
- `,$r=Object.freeze({__proto__:null,default:Pr}),Or=$`
1082
+ `,Or=Object.freeze({__proto__:null,default:$r}),zr=$`
1083
1083
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1084
1084
  <path
1085
1085
  fill="currentColor"
@@ -1088,7 +1088,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1088
1088
  clip-rule="evenodd"
1089
1089
  />
1090
1090
  </svg>
1091
- `,zr=Object.freeze({__proto__:null,default:Or}),Sr=$`
1091
+ `,Sr=Object.freeze({__proto__:null,default:zr}),Br=$`
1092
1092
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1093
1093
  <path
1094
1094
  fill="currentColor"
@@ -1097,7 +1097,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1097
1097
  clip-rule="evenodd"
1098
1098
  />
1099
1099
  </svg>
1100
- `,Br=Object.freeze({__proto__:null,default:Sr}),Lr=$`
1100
+ `,Lr=Object.freeze({__proto__:null,default:Br}),Ar=$`
1101
1101
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1102
1102
  <path
1103
1103
  fill="currentColor"
@@ -1106,7 +1106,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1106
1106
  clip-rule="evenodd"
1107
1107
  />
1108
1108
  </svg>
1109
- `,Ar=Object.freeze({__proto__:null,default:Lr}),jr=$`
1109
+ `,jr=Object.freeze({__proto__:null,default:Ar}),Er=$`
1110
1110
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1111
1111
  <path
1112
1112
  fill="currentColor"
@@ -1119,14 +1119,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1119
1119
  clip-rule="evenodd"
1120
1120
  />
1121
1121
  </svg>
1122
- `,Er=Object.freeze({__proto__:null,default:jr}),Ir=$`
1122
+ `,Ir=Object.freeze({__proto__:null,default:Er}),Tr=$`
1123
1123
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1124
1124
  <path
1125
1125
  fill="currentColor"
1126
1126
  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"
1127
1127
  />
1128
1128
  </svg>
1129
- `,Tr=Object.freeze({__proto__:null,default:Ir}),Rr=$`
1129
+ `,Rr=Object.freeze({__proto__:null,default:Tr}),Dr=$`
1130
1130
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1131
1131
  <path
1132
1132
  fill="currentColor"
@@ -1135,7 +1135,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1135
1135
  clip-rule="evenodd"
1136
1136
  />
1137
1137
  </svg>
1138
- `,Dr=Object.freeze({__proto__:null,default:Rr}),Ur=$`
1138
+ `,Ur=Object.freeze({__proto__:null,default:Dr}),Nr=$`
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"
@@ -1150,7 +1150,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1150
1150
  clip-rule="evenodd"
1151
1151
  />
1152
1152
  </svg>
1153
- `,Fr=Object.freeze({__proto__:null,default:Ur}),Nr=$`
1153
+ `,Fr=Object.freeze({__proto__:null,default:Nr}),Wr=$`
1154
1154
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1155
1155
  <path
1156
1156
  fill="currentColor"
@@ -1161,7 +1161,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1161
1161
  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"
1162
1162
  />
1163
1163
  </svg>
1164
- `,Wr=Object.freeze({__proto__:null,default:Nr}),qr=$`
1164
+ `,qr=Object.freeze({__proto__:null,default:Wr}),Kr=$`
1165
1165
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1166
1166
  <path
1167
1167
  fill="currentColor"
@@ -1170,7 +1170,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1170
1170
  clip-rule="evenodd"
1171
1171
  />
1172
1172
  </svg>
1173
- `,Kr=Object.freeze({__proto__:null,default:qr}),Yr=$`
1173
+ `,Yr=Object.freeze({__proto__:null,default:Kr}),Gr=$`
1174
1174
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1175
1175
  <path
1176
1176
  fill="currentColor"
@@ -1179,7 +1179,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1179
1179
  clip-rule="evenodd"
1180
1180
  />
1181
1181
  </svg>
1182
- `,Gr=Object.freeze({__proto__:null,default:Yr}),Jr=$`
1182
+ `,Jr=Object.freeze({__proto__:null,default:Gr}),Xr=$`
1183
1183
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1184
1184
  <path
1185
1185
  fill="currentColor"
@@ -1192,7 +1192,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1192
1192
  clip-rule="evenodd"
1193
1193
  />
1194
1194
  </svg>
1195
- `,Xr=Object.freeze({__proto__:null,default:Jr}),Qr=$`
1195
+ `,Qr=Object.freeze({__proto__:null,default:Xr}),ea=$`
1196
1196
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1197
1197
  <path
1198
1198
  fill="currentColor"
@@ -1207,14 +1207,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1207
1207
  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"
1208
1208
  />
1209
1209
  </svg>
1210
- `,ea=Object.freeze({__proto__:null,default:Qr}),ta=$`
1210
+ `,ta=Object.freeze({__proto__:null,default:ea}),la=$`
1211
1211
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1212
1212
  <path
1213
1213
  fill="currentColor"
1214
1214
  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"
1215
1215
  />
1216
1216
  </svg>
1217
- `,la=Object.freeze({__proto__:null,default:ta}),ia=$`
1217
+ `,ia=Object.freeze({__proto__:null,default:la}),oa=$`
1218
1218
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1219
1219
  <path
1220
1220
  fill="currentColor"
@@ -1227,7 +1227,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1227
1227
  clip-rule="evenodd"
1228
1228
  />
1229
1229
  </svg>
1230
- `,oa=Object.freeze({__proto__:null,default:ia}),na=$`
1230
+ `,na=Object.freeze({__proto__:null,default:oa}),ra=$`
1231
1231
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1232
1232
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
1233
1233
  <path
@@ -1237,7 +1237,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1237
1237
  clip-rule="evenodd"
1238
1238
  />
1239
1239
  </svg>
1240
- `,ra=Object.freeze({__proto__:null,default:na}),aa=$`
1240
+ `,aa=Object.freeze({__proto__:null,default:ra}),sa=$`
1241
1241
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1242
1242
  <path
1243
1243
  fill="currentColor"
@@ -1250,7 +1250,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1250
1250
  clip-rule="evenodd"
1251
1251
  />
1252
1252
  </svg>
1253
- `,sa=Object.freeze({__proto__:null,default:aa}),ca=$`
1253
+ `,ca=Object.freeze({__proto__:null,default:sa}),da=$`
1254
1254
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1255
1255
  <path
1256
1256
  fill="currentColor"
@@ -1259,7 +1259,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1259
1259
  clip-rule="evenodd"
1260
1260
  />
1261
1261
  </svg>
1262
- `,da=Object.freeze({__proto__:null,default:ca}),ha=$`
1262
+ `,ha=Object.freeze({__proto__:null,default:da}),ua=$`
1263
1263
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1264
1264
  <path
1265
1265
  fill="currentColor"
@@ -1268,7 +1268,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1268
1268
  clip-rule="evenodd"
1269
1269
  />
1270
1270
  </svg>
1271
- `,ua=Object.freeze({__proto__:null,default:ha}),va=$`
1271
+ `,va=Object.freeze({__proto__:null,default:ua}),pa=$`
1272
1272
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1273
1273
  <path
1274
1274
  fill="currentColor"
@@ -1283,7 +1283,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1283
1283
  clip-rule="evenodd"
1284
1284
  />
1285
1285
  </svg>
1286
- `,pa=Object.freeze({__proto__:null,default:va}),fa=$`
1286
+ `,fa=Object.freeze({__proto__:null,default:pa}),ga=$`
1287
1287
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1288
1288
  <path
1289
1289
  fill="currentColor"
@@ -1296,7 +1296,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1296
1296
  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"
1297
1297
  />
1298
1298
  </svg>
1299
- `,ga=Object.freeze({__proto__:null,default:fa}),ma=$`
1299
+ `,ma=Object.freeze({__proto__:null,default:ga}),wa=$`
1300
1300
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1301
1301
  <path
1302
1302
  fill="currentColor"
@@ -1309,7 +1309,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1309
1309
  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"
1310
1310
  />
1311
1311
  </svg>
1312
- `,wa=Object.freeze({__proto__:null,default:ma}),_a=$`
1312
+ `,_a=Object.freeze({__proto__:null,default:wa}),ba=$`
1313
1313
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1314
1314
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
1315
1315
  <path
@@ -1319,7 +1319,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1319
1319
  clip-rule="evenodd"
1320
1320
  />
1321
1321
  </svg>
1322
- `,ba=Object.freeze({__proto__:null,default:_a}),xa=$`
1322
+ `,xa=Object.freeze({__proto__:null,default:ba}),ya=$`
1323
1323
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1324
1324
  <path
1325
1325
  fill="currentColor"
@@ -1328,14 +1328,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1328
1328
  clip-rule="evenodd"
1329
1329
  />
1330
1330
  </svg>
1331
- `,ya=Object.freeze({__proto__:null,default:xa}),Ca=$`
1331
+ `,Ca=Object.freeze({__proto__:null,default:ya}),Za=$`
1332
1332
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1333
1333
  <path
1334
1334
  fill="currentColor"
1335
1335
  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"
1336
1336
  />
1337
1337
  </svg>
1338
- `,Za=Object.freeze({__proto__:null,default:Ca}),Ma=$`
1338
+ `,Ma=Object.freeze({__proto__:null,default:Za}),Va=$`
1339
1339
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1340
1340
  <path
1341
1341
  fill="currentColor"
@@ -1344,14 +1344,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1344
1344
  clip-rule="evenodd"
1345
1345
  />
1346
1346
  </svg>
1347
- `,Va=Object.freeze({__proto__:null,default:Ma}),ka=$`
1347
+ `,ka=Object.freeze({__proto__:null,default:Va}),Ha=$`
1348
1348
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1349
1349
  <path
1350
1350
  fill="currentColor"
1351
1351
  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"
1352
1352
  />
1353
1353
  </svg>
1354
- `,Ha=Object.freeze({__proto__:null,default:ka}),Pa=$`
1354
+ `,Pa=Object.freeze({__proto__:null,default:Ha}),$a=$`
1355
1355
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1356
1356
  <path
1357
1357
  fill="currentColor"
@@ -1360,7 +1360,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1360
1360
  clip-rule="evenodd"
1361
1361
  />
1362
1362
  </svg>
1363
- `,$a=Object.freeze({__proto__:null,default:Pa}),Oa=$`
1363
+ `,Oa=Object.freeze({__proto__:null,default:$a}),za=$`
1364
1364
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1365
1365
  <path
1366
1366
  fill="currentColor"
@@ -1369,7 +1369,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1369
1369
  clip-rule="evenodd"
1370
1370
  />
1371
1371
  </svg>
1372
- `,za=Object.freeze({__proto__:null,default:Oa}),Sa=$`
1372
+ `,Sa=Object.freeze({__proto__:null,default:za}),Ba=$`
1373
1373
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1374
1374
  <path
1375
1375
  fill="currentColor"
@@ -1378,7 +1378,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1378
1378
  clip-rule="evenodd"
1379
1379
  />
1380
1380
  </svg>
1381
- `,Ba=Object.freeze({__proto__:null,default:Sa}),La=$`
1381
+ `,La=Object.freeze({__proto__:null,default:Ba}),Aa=$`
1382
1382
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1383
1383
  <path
1384
1384
  fill="currentColor"
@@ -1387,7 +1387,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1387
1387
  clip-rule="evenodd"
1388
1388
  />
1389
1389
  </svg>
1390
- `,Aa=Object.freeze({__proto__:null,default:La}),ja=$`
1390
+ `,ja=Object.freeze({__proto__:null,default:Aa}),Ea=$`
1391
1391
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1392
1392
  <path
1393
1393
  fill="currentColor"
@@ -1396,7 +1396,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1396
1396
  clip-rule="evenodd"
1397
1397
  />
1398
1398
  </svg>
1399
- `,Ea=Object.freeze({__proto__:null,default:ja}),Ia=$`
1399
+ `,Ia=Object.freeze({__proto__:null,default:Ea}),Ta=$`
1400
1400
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1401
1401
  <path
1402
1402
  fill="currentColor"
@@ -1405,7 +1405,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1405
1405
  clip-rule="evenodd"
1406
1406
  />
1407
1407
  </svg>
1408
- `,Ta=Object.freeze({__proto__:null,default:Ia}),Ra=$`
1408
+ `,Ra=Object.freeze({__proto__:null,default:Ta}),Da=$`
1409
1409
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1410
1410
  <path
1411
1411
  fill="currentColor"
@@ -1414,7 +1414,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1414
1414
  clip-rule="evenodd"
1415
1415
  />
1416
1416
  </svg>
1417
- `,Da=Object.freeze({__proto__:null,default:Ra}),Ua=$`
1417
+ `,Ua=Object.freeze({__proto__:null,default:Da}),Na=$`
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"
@@ -1423,7 +1423,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1423
1423
  clip-rule="evenodd"
1424
1424
  />
1425
1425
  </svg>
1426
- `,Fa=Object.freeze({__proto__:null,default:Ua}),Na=$`
1426
+ `,Fa=Object.freeze({__proto__:null,default:Na}),Wa=$`
1427
1427
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1428
1428
  <path
1429
1429
  fill="currentColor"
@@ -1432,7 +1432,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1432
1432
  clip-rule="evenodd"
1433
1433
  />
1434
1434
  </svg>
1435
- `,Wa=Object.freeze({__proto__:null,default:Na}),qa=$`
1435
+ `,qa=Object.freeze({__proto__:null,default:Wa}),Ka=$`
1436
1436
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1437
1437
  <path
1438
1438
  fill="currentColor"
@@ -1442,14 +1442,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1442
1442
  />
1443
1443
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
1444
1444
  </svg>
1445
- `,Ka=Object.freeze({__proto__:null,default:qa}),Ya=$`
1445
+ `,Ya=Object.freeze({__proto__:null,default:Ka}),Ga=$`
1446
1446
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1447
1447
  <path
1448
1448
  fill="currentColor"
1449
1449
  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"
1450
1450
  />
1451
1451
  </svg>
1452
- `,Ga=Object.freeze({__proto__:null,default:Ya}),Ja=$`
1452
+ `,Ja=Object.freeze({__proto__:null,default:Ga}),Xa=$`
1453
1453
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1454
1454
  <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" />
1455
1455
  <path
@@ -1459,7 +1459,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1459
1459
  clip-rule="evenodd"
1460
1460
  />
1461
1461
  </svg>
1462
- `,Xa=Object.freeze({__proto__:null,default:Ja}),Qa=$`
1462
+ `,Qa=Object.freeze({__proto__:null,default:Xa}),es=$`
1463
1463
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1464
1464
  <path
1465
1465
  fill="currentColor"
@@ -1475,7 +1475,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1475
1475
  clip-rule="evenodd"
1476
1476
  />
1477
1477
  </svg>
1478
- `,es=Object.freeze({__proto__:null,default:Qa}),ts=$`
1478
+ `,ts=Object.freeze({__proto__:null,default:es}),ls=$`
1479
1479
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1480
1480
  <path
1481
1481
  fill="currentColor"
@@ -1484,7 +1484,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1484
1484
  clip-rule="evenodd"
1485
1485
  />
1486
1486
  </svg>
1487
- `,ls=Object.freeze({__proto__:null,default:ts}),is=$`
1487
+ `,is=Object.freeze({__proto__:null,default:ls}),os=$`
1488
1488
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1489
1489
  <path
1490
1490
  fill="currentColor"
@@ -1493,7 +1493,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1493
1493
  clip-rule="evenodd"
1494
1494
  />
1495
1495
  </svg>
1496
- `,os=Object.freeze({__proto__:null,default:is}),ns=$`
1496
+ `,ns=Object.freeze({__proto__:null,default:os}),rs=$`
1497
1497
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1498
1498
  <path
1499
1499
  fill="currentColor"
@@ -1502,7 +1502,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1502
1502
  clip-rule="evenodd"
1503
1503
  />
1504
1504
  </svg>
1505
- `,rs=Object.freeze({__proto__:null,default:ns}),as=$`
1505
+ `,as=Object.freeze({__proto__:null,default:rs}),ss=$`
1506
1506
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1507
1507
  <path
1508
1508
  fill="currentColor"
@@ -1511,7 +1511,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1511
1511
  clip-rule="evenodd"
1512
1512
  />
1513
1513
  </svg>
1514
- `,ss=Object.freeze({__proto__:null,default:as}),cs=$`
1514
+ `,cs=Object.freeze({__proto__:null,default:ss}),ds=$`
1515
1515
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1516
1516
  <path
1517
1517
  fill="currentColor"
@@ -1520,7 +1520,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1520
1520
  clip-rule="evenodd"
1521
1521
  />
1522
1522
  </svg>
1523
- `,ds=Object.freeze({__proto__:null,default:cs}),hs=$`
1523
+ `,hs=Object.freeze({__proto__:null,default:ds}),us=$`
1524
1524
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1525
1525
  <path
1526
1526
  fill="currentColor"
@@ -1529,7 +1529,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1529
1529
  clip-rule="evenodd"
1530
1530
  />
1531
1531
  </svg>
1532
- `,us=Object.freeze({__proto__:null,default:hs}),vs=$`
1532
+ `,vs=Object.freeze({__proto__:null,default:us}),ps=$`
1533
1533
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1534
1534
  <path
1535
1535
  fill="currentColor"
@@ -1546,7 +1546,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1546
1546
  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"
1547
1547
  />
1548
1548
  </svg>
1549
- `,ps=Object.freeze({__proto__:null,default:vs}),fs=$`
1549
+ `,fs=Object.freeze({__proto__:null,default:ps}),gs=$`
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"
@@ -1555,21 +1555,21 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1555
1555
  clip-rule="evenodd"
1556
1556
  />
1557
1557
  </svg>
1558
- `,gs=Object.freeze({__proto__:null,default:fs}),ms=$`
1558
+ `,ms=Object.freeze({__proto__:null,default:gs}),ws=$`
1559
1559
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1560
1560
  <path
1561
1561
  fill="currentColor"
1562
1562
  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"
1563
1563
  />
1564
1564
  </svg>
1565
- `,ws=Object.freeze({__proto__:null,default:ms}),_s=$`
1565
+ `,_s=Object.freeze({__proto__:null,default:ws}),bs=$`
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"
1569
1569
  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"
1570
1570
  />
1571
1571
  </svg>
1572
- `,bs=Object.freeze({__proto__:null,default:_s}),xs=$`
1572
+ `,xs=Object.freeze({__proto__:null,default:bs}),ys=$`
1573
1573
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1574
1574
  <path
1575
1575
  fill="currentColor"
@@ -1578,7 +1578,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1578
1578
  clip-rule="evenodd"
1579
1579
  />
1580
1580
  </svg>
1581
- `,ys=Object.freeze({__proto__:null,default:xs}),Cs=$`
1581
+ `,Cs=Object.freeze({__proto__:null,default:ys}),Zs=$`
1582
1582
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1583
1583
  <path
1584
1584
  fill="currentColor"
@@ -1587,7 +1587,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1587
1587
  clip-rule="evenodd"
1588
1588
  />
1589
1589
  </svg>
1590
- `,Zs=Object.freeze({__proto__:null,default:Cs}),Ms=$`
1590
+ `,Ms=Object.freeze({__proto__:null,default:Zs}),Vs=$`
1591
1591
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1592
1592
  <path
1593
1593
  fill="currentColor"
@@ -1598,7 +1598,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1598
1598
  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"
1599
1599
  />
1600
1600
  </svg>
1601
- `,Vs=Object.freeze({__proto__:null,default:Ms}),ks=$`
1601
+ `,ks=Object.freeze({__proto__:null,default:Vs}),Hs=$`
1602
1602
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1603
1603
  <path
1604
1604
  fill="currentColor"
@@ -1609,7 +1609,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1609
1609
  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"
1610
1610
  />
1611
1611
  </svg>
1612
- `,Hs=Object.freeze({__proto__:null,default:ks}),Ps=$`
1612
+ `,Ps=Object.freeze({__proto__:null,default:Hs}),$s=$`
1613
1613
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1614
1614
  <path
1615
1615
  fill="currentColor"
@@ -1624,7 +1624,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1624
1624
  clip-rule="evenodd"
1625
1625
  />
1626
1626
  </svg>
1627
- `,$s=Object.freeze({__proto__:null,default:Ps}),Os=$`
1627
+ `,Os=Object.freeze({__proto__:null,default:$s}),zs=$`
1628
1628
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1629
1629
  <path
1630
1630
  fill="currentColor"
@@ -1633,7 +1633,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1633
1633
  clip-rule="evenodd"
1634
1634
  />
1635
1635
  </svg>
1636
- `,zs=Object.freeze({__proto__:null,default:Os}),Ss=$`
1636
+ `,Ss=Object.freeze({__proto__:null,default:zs}),Bs=$`
1637
1637
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1638
1638
  <path
1639
1639
  fill="currentColor"
@@ -1642,7 +1642,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1642
1642
  clip-rule="evenodd"
1643
1643
  />
1644
1644
  </svg>
1645
- `,Bs=Object.freeze({__proto__:null,default:Ss}),Ls=$`
1645
+ `,Ls=Object.freeze({__proto__:null,default:Bs}),As=$`
1646
1646
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1647
1647
  <path
1648
1648
  fill="currentColor"
@@ -1651,21 +1651,21 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1651
1651
  clip-rule="evenodd"
1652
1652
  />
1653
1653
  </svg>
1654
- `,As=Object.freeze({__proto__:null,default:Ls}),js=$`
1654
+ `,js=Object.freeze({__proto__:null,default:As}),Es=$`
1655
1655
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1656
1656
  <path
1657
1657
  fill="currentColor"
1658
1658
  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"
1659
1659
  />
1660
1660
  </svg>
1661
- `,Es=Object.freeze({__proto__:null,default:js}),Is=$`
1661
+ `,Is=Object.freeze({__proto__:null,default:Es}),Ts=$`
1662
1662
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1663
1663
  <path
1664
1664
  fill="currentColor"
1665
1665
  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"
1666
1666
  />
1667
1667
  </svg>
1668
- `,Ts=Object.freeze({__proto__:null,default:Is}),Rs=$`
1668
+ `,Rs=Object.freeze({__proto__:null,default:Ts}),Ds=$`
1669
1669
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1670
1670
  <path
1671
1671
  fill="currentColor"
@@ -1678,7 +1678,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1678
1678
  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"
1679
1679
  />
1680
1680
  </svg>
1681
- `,Ds=Object.freeze({__proto__:null,default:Rs}),Us=$`
1681
+ `,Us=Object.freeze({__proto__:null,default:Ds}),Ns=$`
1682
1682
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1683
1683
  <path
1684
1684
  fill="currentColor"
@@ -1687,21 +1687,21 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1687
1687
  clip-rule="evenodd"
1688
1688
  />
1689
1689
  </svg>
1690
- `,Fs=Object.freeze({__proto__:null,default:Us}),Ns=$`
1690
+ `,Fs=Object.freeze({__proto__:null,default:Ns}),Ws=$`
1691
1691
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1692
1692
  <path
1693
1693
  fill="currentColor"
1694
1694
  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"
1695
1695
  />
1696
1696
  </svg>
1697
- `,Ws=Object.freeze({__proto__:null,default:Ns}),qs=$`
1697
+ `,qs=Object.freeze({__proto__:null,default:Ws}),Ks=$`
1698
1698
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1699
1699
  <path
1700
1700
  fill="currentColor"
1701
1701
  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"
1702
1702
  />
1703
1703
  </svg>
1704
- `,Ks=Object.freeze({__proto__:null,default:qs}),Ys=$`
1704
+ `,Ys=Object.freeze({__proto__:null,default:Ks}),Gs=$`
1705
1705
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1706
1706
  <path
1707
1707
  fill="currentColor"
@@ -1710,7 +1710,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1710
1710
  clip-rule="evenodd"
1711
1711
  />
1712
1712
  </svg>
1713
- `,Gs=Object.freeze({__proto__:null,default:Ys}),Js=$`
1713
+ `,Js=Object.freeze({__proto__:null,default:Gs}),Xs=$`
1714
1714
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1715
1715
  <path
1716
1716
  fill="currentColor"
@@ -1723,7 +1723,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1723
1723
  clip-rule="evenodd"
1724
1724
  />
1725
1725
  </svg>
1726
- `,Xs=Object.freeze({__proto__:null,default:Js}),Qs=$`
1726
+ `,Qs=Object.freeze({__proto__:null,default:Xs}),ec=$`
1727
1727
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1728
1728
  <path
1729
1729
  fill="currentColor"
@@ -1742,14 +1742,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1742
1742
  clip-rule="evenodd"
1743
1743
  />
1744
1744
  </svg>
1745
- `,ec=Object.freeze({__proto__:null,default:Qs}),tc=$`
1745
+ `,tc=Object.freeze({__proto__:null,default:ec}),lc=$`
1746
1746
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1747
1747
  <path
1748
1748
  fill="currentColor"
1749
1749
  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"
1750
1750
  />
1751
1751
  </svg>
1752
- `,lc=Object.freeze({__proto__:null,default:tc}),ic=$`
1752
+ `,ic=Object.freeze({__proto__:null,default:lc}),oc=$`
1753
1753
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1754
1754
  <path
1755
1755
  fill="currentColor"
@@ -1758,7 +1758,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1758
1758
  clip-rule="evenodd"
1759
1759
  />
1760
1760
  </svg>
1761
- `,oc=Object.freeze({__proto__:null,default:ic}),nc=$`
1761
+ `,nc=Object.freeze({__proto__:null,default:oc}),rc=$`
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"
@@ -1767,7 +1767,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1767
1767
  clip-rule="evenodd"
1768
1768
  />
1769
1769
  </svg>
1770
- `,rc=Object.freeze({__proto__:null,default:nc}),ac=$`
1770
+ `,ac=Object.freeze({__proto__:null,default:rc}),sc=$`
1771
1771
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1772
1772
  <path
1773
1773
  fill="currentColor"
@@ -1776,7 +1776,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1776
1776
  clip-rule="evenodd"
1777
1777
  />
1778
1778
  </svg>
1779
- `,sc=Object.freeze({__proto__:null,default:ac}),cc=$`
1779
+ `,cc=Object.freeze({__proto__:null,default:sc}),dc=$`
1780
1780
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1781
1781
  <path
1782
1782
  fill="currentColor"
@@ -1785,7 +1785,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1785
1785
  clip-rule="evenodd"
1786
1786
  />
1787
1787
  </svg>
1788
- `,dc=Object.freeze({__proto__:null,default:cc}),hc=$`
1788
+ `,hc=Object.freeze({__proto__:null,default:dc}),uc=$`
1789
1789
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1790
1790
  <path
1791
1791
  fill="currentColor"
@@ -1794,7 +1794,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1794
1794
  clip-rule="evenodd"
1795
1795
  />
1796
1796
  </svg>
1797
- `,uc=Object.freeze({__proto__:null,default:hc}),vc=$`
1797
+ `,vc=Object.freeze({__proto__:null,default:uc}),pc=$`
1798
1798
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1799
1799
  <path
1800
1800
  fill="currentColor"
@@ -1803,7 +1803,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1803
1803
  clip-rule="evenodd"
1804
1804
  />
1805
1805
  </svg>
1806
- `,pc=Object.freeze({__proto__:null,default:vc}),fc=$`
1806
+ `,fc=Object.freeze({__proto__:null,default:pc}),gc=$`
1807
1807
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1808
1808
  <path
1809
1809
  fill="currentColor"
@@ -1816,7 +1816,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1816
1816
  clip-rule="evenodd"
1817
1817
  />
1818
1818
  </svg>
1819
- `,gc=Object.freeze({__proto__:null,default:fc}),mc=$`
1819
+ `,mc=Object.freeze({__proto__:null,default:gc}),wc=$`
1820
1820
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1821
1821
  <path
1822
1822
  fill="currentColor"
@@ -1825,7 +1825,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1825
1825
  clip-rule="evenodd"
1826
1826
  />
1827
1827
  </svg>
1828
- `,wc=Object.freeze({__proto__:null,default:mc}),_c=$`
1828
+ `,_c=Object.freeze({__proto__:null,default:wc}),bc=$`
1829
1829
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1830
1830
  <path
1831
1831
  fill="currentColor"
@@ -1834,14 +1834,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1834
1834
  clip-rule="evenodd"
1835
1835
  />
1836
1836
  </svg>
1837
- `,bc=Object.freeze({__proto__:null,default:_c}),xc=$`
1837
+ `,xc=Object.freeze({__proto__:null,default:bc}),yc=$`
1838
1838
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1839
1839
  <path
1840
1840
  fill="currentColor"
1841
1841
  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"
1842
1842
  />
1843
1843
  </svg>
1844
- `,yc=Object.freeze({__proto__:null,default:xc}),Cc=$`
1844
+ `,Cc=Object.freeze({__proto__:null,default:yc}),Zc=$`
1845
1845
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1846
1846
  <path
1847
1847
  fill="currentColor"
@@ -1850,14 +1850,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1850
1850
  clip-rule="evenodd"
1851
1851
  />
1852
1852
  </svg>
1853
- `,Zc=Object.freeze({__proto__:null,default:Cc}),Mc=$`
1853
+ `,Mc=Object.freeze({__proto__:null,default:Zc}),Vc=$`
1854
1854
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1855
1855
  <path
1856
1856
  fill="currentColor"
1857
1857
  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"
1858
1858
  />
1859
1859
  </svg>
1860
- `,Vc=Object.freeze({__proto__:null,default:Mc}),kc=$`
1860
+ `,kc=Object.freeze({__proto__:null,default:Vc}),Hc=$`
1861
1861
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1862
1862
  <path
1863
1863
  fill="currentColor"
@@ -1866,7 +1866,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1866
1866
  clip-rule="evenodd"
1867
1867
  />
1868
1868
  </svg>
1869
- `,Hc=Object.freeze({__proto__:null,default:kc}),Pc=$`
1869
+ `,Pc=Object.freeze({__proto__:null,default:Hc}),$c=$`
1870
1870
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1871
1871
  <path
1872
1872
  fill="currentColor"
@@ -1875,7 +1875,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1875
1875
  clip-rule="evenodd"
1876
1876
  />
1877
1877
  </svg>
1878
- `,$c=Object.freeze({__proto__:null,default:Pc}),Oc=$`
1878
+ `,Oc=Object.freeze({__proto__:null,default:$c}),zc=$`
1879
1879
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1880
1880
  <path
1881
1881
  fill="currentColor"
@@ -1884,7 +1884,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1884
1884
  clip-rule="evenodd"
1885
1885
  />
1886
1886
  </svg>
1887
- `,zc=Object.freeze({__proto__:null,default:Oc}),Sc=$`
1887
+ `,Sc=Object.freeze({__proto__:null,default:zc}),Bc=$`
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"
@@ -1893,7 +1893,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1893
1893
  clip-rule="evenodd"
1894
1894
  />
1895
1895
  </svg>
1896
- `,Bc=Object.freeze({__proto__:null,default:Sc}),Lc=$`
1896
+ `,Lc=Object.freeze({__proto__:null,default:Bc}),Ac=$`
1897
1897
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1898
1898
  <path
1899
1899
  fill="currentColor"
@@ -1906,7 +1906,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1906
1906
  clip-rule="evenodd"
1907
1907
  />
1908
1908
  </svg>
1909
- `,Ac=Object.freeze({__proto__:null,default:Lc}),jc=$`
1909
+ `,jc=Object.freeze({__proto__:null,default:Ac}),Ec=$`
1910
1910
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1911
1911
  <path
1912
1912
  fill="currentColor"
@@ -1921,7 +1921,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1921
1921
  clip-rule="evenodd"
1922
1922
  />
1923
1923
  </svg>
1924
- `,Ec=Object.freeze({__proto__:null,default:jc}),Ic=$`
1924
+ `,Ic=Object.freeze({__proto__:null,default:Ec}),Tc=$`
1925
1925
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1926
1926
  <path
1927
1927
  fill="currentColor"
@@ -1930,7 +1930,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1930
1930
  clip-rule="evenodd"
1931
1931
  />
1932
1932
  </svg>
1933
- `,Tc=Object.freeze({__proto__:null,default:Ic}),Rc=$`
1933
+ `,Rc=Object.freeze({__proto__:null,default:Tc}),Dc=$`
1934
1934
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1935
1935
  <path
1936
1936
  fill="currentColor"
@@ -1939,7 +1939,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1939
1939
  clip-rule="evenodd"
1940
1940
  />
1941
1941
  </svg>
1942
- `,Dc=Object.freeze({__proto__:null,default:Rc}),Uc=$`
1942
+ `,Uc=Object.freeze({__proto__:null,default:Dc}),Nc=$`
1943
1943
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1944
1944
  <path
1945
1945
  fill="currentColor"
@@ -1948,7 +1948,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1948
1948
  clip-rule="evenodd"
1949
1949
  />
1950
1950
  </svg>
1951
- `,Fc=Object.freeze({__proto__:null,default:Uc}),Nc=$`
1951
+ `,Fc=Object.freeze({__proto__:null,default:Nc}),Wc=$`
1952
1952
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1953
1953
  <path
1954
1954
  fill="#DB0000"
@@ -1971,7 +1971,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1971
1971
  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"
1972
1972
  />
1973
1973
  </svg>
1974
- `,Wc=Object.freeze({__proto__:null,default:Nc}),qc=$`
1974
+ `,qc=Object.freeze({__proto__:null,default:Wc}),Kc=$`
1975
1975
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1976
1976
  <path
1977
1977
  fill="currentColor"
@@ -1980,7 +1980,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1980
1980
  clip-rule="evenodd"
1981
1981
  />
1982
1982
  </svg>
1983
- `,Kc=Object.freeze({__proto__:null,default:qc}),Yc=$`
1983
+ `,Yc=Object.freeze({__proto__:null,default:Kc}),Gc=$`
1984
1984
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1985
1985
  <path
1986
1986
  fill="currentColor"
@@ -1993,7 +1993,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
1993
1993
  clip-rule="evenodd"
1994
1994
  />
1995
1995
  </svg>
1996
- `,Gc=Object.freeze({__proto__:null,default:Yc}),Jc=$`
1996
+ `,Jc=Object.freeze({__proto__:null,default:Gc}),Xc=$`
1997
1997
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1998
1998
  <path
1999
1999
  fill="currentColor"
@@ -2006,7 +2006,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2006
2006
  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"
2007
2007
  />
2008
2008
  </svg>
2009
- `,Xc=Object.freeze({__proto__:null,default:Jc}),Qc=$`
2009
+ `,Qc=Object.freeze({__proto__:null,default:Xc}),ed=$`
2010
2010
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2011
2011
  <path
2012
2012
  fill="currentColor"
@@ -2019,7 +2019,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2019
2019
  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"
2020
2020
  />
2021
2021
  </svg>
2022
- `,ed=Object.freeze({__proto__:null,default:Qc}),td=$`
2022
+ `,td=Object.freeze({__proto__:null,default:ed}),ld=$`
2023
2023
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2024
2024
  <path
2025
2025
  fill="currentColor"
@@ -2028,11 +2028,11 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2028
2028
  clip-rule="evenodd"
2029
2029
  />
2030
2030
  </svg>
2031
- `,ld=Object.freeze({__proto__:null,default:td}),id=$`
2031
+ `,id=Object.freeze({__proto__:null,default:ld}),od=$`
2032
2032
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2033
2033
  <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" />
2034
2034
  </svg>
2035
- `,od=Object.freeze({__proto__:null,default:id}),nd=$`
2035
+ `,nd=Object.freeze({__proto__:null,default:od}),rd=$`
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"
@@ -2059,21 +2059,21 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2059
2059
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
2060
2060
  />
2061
2061
  </svg>
2062
- `,rd=Object.freeze({__proto__:null,default:nd}),ad=$`
2062
+ `,ad=Object.freeze({__proto__:null,default:rd}),sd=$`
2063
2063
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2064
2064
  <path
2065
2065
  fill="currentColor"
2066
2066
  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"
2067
2067
  />
2068
2068
  </svg>
2069
- `,sd=Object.freeze({__proto__:null,default:ad}),cd=$`
2069
+ `,cd=Object.freeze({__proto__:null,default:sd}),dd=$`
2070
2070
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2071
2071
  <path
2072
2072
  fill="currentColor"
2073
2073
  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"
2074
2074
  />
2075
2075
  </svg>
2076
- `,dd=Object.freeze({__proto__:null,default:cd}),hd=$`
2076
+ `,hd=Object.freeze({__proto__:null,default:dd}),ud=$`
2077
2077
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2078
2078
  <path
2079
2079
  fill="currentColor"
@@ -2082,7 +2082,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2082
2082
  clip-rule="evenodd"
2083
2083
  />
2084
2084
  </svg>
2085
- `,ud=Object.freeze({__proto__:null,default:hd}),vd=$`
2085
+ `,vd=Object.freeze({__proto__:null,default:ud}),pd=$`
2086
2086
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2087
2087
  <path
2088
2088
  fill="currentColor"
@@ -2091,7 +2091,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2091
2091
  clip-rule="evenodd"
2092
2092
  />
2093
2093
  </svg>
2094
- `,pd=Object.freeze({__proto__:null,default:vd}),fd=$`
2094
+ `,fd=Object.freeze({__proto__:null,default:pd}),gd=$`
2095
2095
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2096
2096
  <path
2097
2097
  fill="currentColor"
@@ -2100,7 +2100,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2100
2100
  clip-rule="evenodd"
2101
2101
  />
2102
2102
  </svg>
2103
- `,gd=Object.freeze({__proto__:null,default:fd}),md=$`
2103
+ `,md=Object.freeze({__proto__:null,default:gd}),wd=$`
2104
2104
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2105
2105
  <path
2106
2106
  fill="currentColor"
@@ -2109,7 +2109,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2109
2109
  clip-rule="evenodd"
2110
2110
  />
2111
2111
  </svg>
2112
- `,wd=Object.freeze({__proto__:null,default:md}),_d=$`
2112
+ `,_d=Object.freeze({__proto__:null,default:wd}),bd=$`
2113
2113
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2114
2114
  <path
2115
2115
  fill="currentColor"
@@ -2124,28 +2124,28 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2124
2124
  clip-rule="evenodd"
2125
2125
  />
2126
2126
  </svg>
2127
- `,bd=Object.freeze({__proto__:null,default:_d}),xd=$`
2127
+ `,xd=Object.freeze({__proto__:null,default:bd}),yd=$`
2128
2128
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2129
2129
  <path
2130
2130
  fill="currentColor"
2131
2131
  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"
2132
2132
  />
2133
2133
  </svg>
2134
- `,yd=Object.freeze({__proto__:null,default:xd}),Cd=$`
2134
+ `,Cd=Object.freeze({__proto__:null,default:yd}),Zd=$`
2135
2135
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2136
2136
  <path
2137
2137
  fill="currentColor"
2138
2138
  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"
2139
2139
  />
2140
2140
  </svg>
2141
- `,Zd=Object.freeze({__proto__:null,default:Cd}),Md=$`
2141
+ `,Md=Object.freeze({__proto__:null,default:Zd}),Vd=$`
2142
2142
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2143
2143
  <path
2144
2144
  fill="currentColor"
2145
2145
  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"
2146
2146
  />
2147
2147
  </svg>
2148
- `,Vd=Object.freeze({__proto__:null,default:Md}),kd=$`
2148
+ `,kd=Object.freeze({__proto__:null,default:Vd}),Hd=$`
2149
2149
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2150
2150
  <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" />
2151
2151
  <path
@@ -2155,14 +2155,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2155
2155
  clip-rule="evenodd"
2156
2156
  />
2157
2157
  </svg>
2158
- `,Hd=Object.freeze({__proto__:null,default:kd}),Pd=$`
2158
+ `,Pd=Object.freeze({__proto__:null,default:Hd}),$d=$`
2159
2159
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2160
2160
  <path
2161
2161
  fill="currentColor"
2162
2162
  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"
2163
2163
  />
2164
2164
  </svg>
2165
- `,$d=Object.freeze({__proto__:null,default:Pd}),Od=$`
2165
+ `,Od=Object.freeze({__proto__:null,default:$d}),zd=$`
2166
2166
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2167
2167
  <path
2168
2168
  fill="currentColor"
@@ -2171,7 +2171,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2171
2171
  clip-rule="evenodd"
2172
2172
  />
2173
2173
  </svg>
2174
- `,zd=Object.freeze({__proto__:null,default:Od}),Sd=$`
2174
+ `,Sd=Object.freeze({__proto__:null,default:zd}),Bd=$`
2175
2175
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2176
2176
  <path
2177
2177
  fill="currentColor"
@@ -2180,7 +2180,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2180
2180
  clip-rule="evenodd"
2181
2181
  />
2182
2182
  </svg>
2183
- `,Bd=Object.freeze({__proto__:null,default:Sd}),Ld=$`
2183
+ `,Ld=Object.freeze({__proto__:null,default:Bd}),Ad=$`
2184
2184
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2185
2185
  <path
2186
2186
  fill="currentColor"
@@ -2189,7 +2189,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2189
2189
  clip-rule="evenodd"
2190
2190
  />
2191
2191
  </svg>
2192
- `,Ad=Object.freeze({__proto__:null,default:Ld}),jd=$`
2192
+ `,jd=Object.freeze({__proto__:null,default:Ad}),Ed=$`
2193
2193
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2194
2194
  <path
2195
2195
  fill="currentColor"
@@ -2202,7 +2202,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2202
2202
  clip-rule="evenodd"
2203
2203
  />
2204
2204
  </svg>
2205
- `,Ed=Object.freeze({__proto__:null,default:jd}),Id=$`
2205
+ `,Id=Object.freeze({__proto__:null,default:Ed}),Td=$`
2206
2206
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2207
2207
  <path
2208
2208
  fill="currentColor"
@@ -2211,7 +2211,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2211
2211
  clip-rule="evenodd"
2212
2212
  />
2213
2213
  </svg>
2214
- `,Td=Object.freeze({__proto__:null,default:Id}),Rd=$`
2214
+ `,Rd=Object.freeze({__proto__:null,default:Td}),Dd=$`
2215
2215
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2216
2216
  <path
2217
2217
  fill="currentColor"
@@ -2220,7 +2220,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2220
2220
  clip-rule="evenodd"
2221
2221
  />
2222
2222
  </svg>
2223
- `,Dd=Object.freeze({__proto__:null,default:Rd}),Ud=$`
2223
+ `,Ud=Object.freeze({__proto__:null,default:Dd}),Nd=$`
2224
2224
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2225
2225
  <path
2226
2226
  fill="currentColor"
@@ -2237,7 +2237,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2237
2237
  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"
2238
2238
  />
2239
2239
  </svg>
2240
- `,Fd=Object.freeze({__proto__:null,default:Ud}),Nd=$`
2240
+ `,Fd=Object.freeze({__proto__:null,default:Nd}),Wd=$`
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 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2250
2250
  clip-rule="evenodd"
2251
2251
  />
2252
2252
  </svg>
2253
- `,Wd=Object.freeze({__proto__:null,default:Nd}),qd=$`
2253
+ `,qd=Object.freeze({__proto__:null,default:Wd}),Kd=$`
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"
@@ -2259,21 +2259,21 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2259
2259
  clip-rule="evenodd"
2260
2260
  />
2261
2261
  </svg>
2262
- `,Kd=Object.freeze({__proto__:null,default:qd}),Yd=$`
2262
+ `,Yd=Object.freeze({__proto__:null,default:Kd}),Gd=$`
2263
2263
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2264
2264
  <path
2265
2265
  fill="currentColor"
2266
2266
  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"
2267
2267
  />
2268
2268
  </svg>
2269
- `,Gd=Object.freeze({__proto__:null,default:Yd}),Jd=$`
2269
+ `,Jd=Object.freeze({__proto__:null,default:Gd}),Xd=$`
2270
2270
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2271
2271
  <path
2272
2272
  fill="currentColor"
2273
2273
  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"
2274
2274
  />
2275
2275
  </svg>
2276
- `,Xd=Object.freeze({__proto__:null,default:Jd}),Qd=$`
2276
+ `,Qd=Object.freeze({__proto__:null,default:Xd}),eh=$`
2277
2277
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2278
2278
  <path
2279
2279
  fill="currentColor"
@@ -2282,14 +2282,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2282
2282
  clip-rule="evenodd"
2283
2283
  />
2284
2284
  </svg>
2285
- `,eh=Object.freeze({__proto__:null,default:Qd}),th=$`
2285
+ `,th=Object.freeze({__proto__:null,default:eh}),lh=$`
2286
2286
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2287
2287
  <path
2288
2288
  fill="currentColor"
2289
2289
  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"
2290
2290
  />
2291
2291
  </svg>
2292
- `,lh=Object.freeze({__proto__:null,default:th}),ih=$`
2292
+ `,ih=Object.freeze({__proto__:null,default:lh}),oh=$`
2293
2293
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2294
2294
  <path
2295
2295
  fill="currentColor"
@@ -2298,7 +2298,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2298
2298
  clip-rule="evenodd"
2299
2299
  />
2300
2300
  </svg>
2301
- `,oh=Object.freeze({__proto__:null,default:ih}),nh=$`
2301
+ `,nh=Object.freeze({__proto__:null,default:oh}),rh=$`
2302
2302
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2303
2303
  <path
2304
2304
  fill="currentColor"
@@ -2307,7 +2307,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2307
2307
  clip-rule="evenodd"
2308
2308
  />
2309
2309
  </svg>
2310
- `,rh=Object.freeze({__proto__:null,default:nh}),ah=$`
2310
+ `,ah=Object.freeze({__proto__:null,default:rh}),sh=$`
2311
2311
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2312
2312
  <path
2313
2313
  fill="currentColor"
@@ -2320,7 +2320,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2320
2320
  clip-rule="evenodd"
2321
2321
  />
2322
2322
  </svg>
2323
- `,sh=Object.freeze({__proto__:null,default:ah}),ch=$`
2323
+ `,ch=Object.freeze({__proto__:null,default:sh}),dh=$`
2324
2324
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2325
2325
  <path
2326
2326
  fill="currentColor"
@@ -2335,7 +2335,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2335
2335
  clip-rule="evenodd"
2336
2336
  />
2337
2337
  </svg>
2338
- `,dh=Object.freeze({__proto__:null,default:ch}),hh=$`
2338
+ `,hh=Object.freeze({__proto__:null,default:dh}),uh=$`
2339
2339
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2340
2340
  <path
2341
2341
  fill="currentColor"
@@ -2348,7 +2348,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2348
2348
  clip-rule="evenodd"
2349
2349
  />
2350
2350
  </svg>
2351
- `,uh=Object.freeze({__proto__:null,default:hh}),vh=$`
2351
+ `,vh=Object.freeze({__proto__:null,default:uh}),ph=$`
2352
2352
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2353
2353
  <path
2354
2354
  fill="currentColor"
@@ -2363,7 +2363,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2363
2363
  clip-rule="evenodd"
2364
2364
  />
2365
2365
  </svg>
2366
- `,ph=Object.freeze({__proto__:null,default:vh}),fh=$`
2366
+ `,fh=Object.freeze({__proto__:null,default:ph}),gh=$`
2367
2367
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2368
2368
  <path
2369
2369
  fill="currentColor"
@@ -2376,7 +2376,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2376
2376
  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"
2377
2377
  />
2378
2378
  </svg>
2379
- `,gh=Object.freeze({__proto__:null,default:fh}),mh=$`
2379
+ `,mh=Object.freeze({__proto__:null,default:gh}),wh=$`
2380
2380
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2381
2381
  <path
2382
2382
  fill="currentColor"
@@ -2385,7 +2385,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2385
2385
  clip-rule="evenodd"
2386
2386
  />
2387
2387
  </svg>
2388
- `,wh=Object.freeze({__proto__:null,default:mh}),_h=$`
2388
+ `,_h=Object.freeze({__proto__:null,default:wh}),bh=$`
2389
2389
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2390
2390
  <path
2391
2391
  fill="currentColor"
@@ -2398,7 +2398,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2398
2398
  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"
2399
2399
  />
2400
2400
  </svg>
2401
- `,bh=Object.freeze({__proto__:null,default:_h}),xh=$`
2401
+ `,xh=Object.freeze({__proto__:null,default:bh}),yh=$`
2402
2402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2403
2403
  <path
2404
2404
  fill="currentColor"
@@ -2411,7 +2411,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2411
2411
  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"
2412
2412
  />
2413
2413
  </svg>
2414
- `,yh=Object.freeze({__proto__:null,default:xh}),Ch=$`
2414
+ `,Ch=Object.freeze({__proto__:null,default:yh}),Zh=$`
2415
2415
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2416
2416
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2417
2417
  <path
@@ -2421,7 +2421,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2421
2421
  clip-rule="evenodd"
2422
2422
  />
2423
2423
  </svg>
2424
- `,Zh=Object.freeze({__proto__:null,default:Ch}),Mh=$`
2424
+ `,Mh=Object.freeze({__proto__:null,default:Zh}),Vh=$`
2425
2425
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2426
2426
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2427
2427
  <path
@@ -2431,7 +2431,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2431
2431
  clip-rule="evenodd"
2432
2432
  />
2433
2433
  </svg>
2434
- `,Vh=Object.freeze({__proto__:null,default:Mh}),kh=$`
2434
+ `,kh=Object.freeze({__proto__:null,default:Vh}),Hh=$`
2435
2435
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2436
2436
  <path
2437
2437
  fill="currentColor"
@@ -2444,14 +2444,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2444
2444
  clip-rule="evenodd"
2445
2445
  />
2446
2446
  </svg>
2447
- `,Hh=Object.freeze({__proto__:null,default:kh}),Ph=$`
2447
+ `,Ph=Object.freeze({__proto__:null,default:Hh}),$h=$`
2448
2448
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2449
2449
  <path
2450
2450
  fill="currentColor"
2451
2451
  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"
2452
2452
  />
2453
2453
  </svg>
2454
- `,$h=Object.freeze({__proto__:null,default:Ph}),Oh=$`
2454
+ `,Oh=Object.freeze({__proto__:null,default:$h}),zh=$`
2455
2455
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2456
2456
  <path
2457
2457
  fill="currentColor"
@@ -2464,7 +2464,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2464
2464
  clip-rule="evenodd"
2465
2465
  />
2466
2466
  </svg>
2467
- `,zh=Object.freeze({__proto__:null,default:Oh}),Sh=$`
2467
+ `,Sh=Object.freeze({__proto__:null,default:zh}),Bh=$`
2468
2468
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2469
2469
  <path
2470
2470
  fill="currentColor"
@@ -2473,7 +2473,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2473
2473
  clip-rule="evenodd"
2474
2474
  />
2475
2475
  </svg>
2476
- `,Bh=Object.freeze({__proto__:null,default:Sh}),Lh=$`
2476
+ `,Lh=Object.freeze({__proto__:null,default:Bh}),Ah=$`
2477
2477
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2478
2478
  <path
2479
2479
  fill="currentColor"
@@ -2482,7 +2482,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2482
2482
  clip-rule="evenodd"
2483
2483
  />
2484
2484
  </svg>
2485
- `,Ah=Object.freeze({__proto__:null,default:Lh}),jh=$`
2485
+ `,jh=Object.freeze({__proto__:null,default:Ah}),Eh=$`
2486
2486
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2487
2487
  <path
2488
2488
  fill="currentColor"
@@ -2491,7 +2491,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2491
2491
  clip-rule="evenodd"
2492
2492
  />
2493
2493
  </svg>
2494
- `,Eh=Object.freeze({__proto__:null,default:jh}),Ih=$`
2494
+ `,Ih=Object.freeze({__proto__:null,default:Eh}),Th=$`
2495
2495
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2496
2496
  <path
2497
2497
  fill="currentColor"
@@ -2504,7 +2504,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2504
2504
  clip-rule="evenodd"
2505
2505
  />
2506
2506
  </svg>
2507
- `,Th=Object.freeze({__proto__:null,default:Ih}),Rh=$`
2507
+ `,Rh=Object.freeze({__proto__:null,default:Th}),Dh=$`
2508
2508
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2509
2509
  <path
2510
2510
  fill="currentColor"
@@ -2513,7 +2513,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2513
2513
  clip-rule="evenodd"
2514
2514
  />
2515
2515
  </svg>
2516
- `,Dh=Object.freeze({__proto__:null,default:Rh}),Uh=$`
2516
+ `,Uh=Object.freeze({__proto__:null,default:Dh}),Nh=$`
2517
2517
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2518
2518
  <path
2519
2519
  fill="currentColor"
@@ -2522,7 +2522,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2522
2522
  clip-rule="evenodd"
2523
2523
  />
2524
2524
  </svg>
2525
- `,Fh=Object.freeze({__proto__:null,default:Uh}),Nh=$`
2525
+ `,Fh=Object.freeze({__proto__:null,default:Nh}),Wh=$`
2526
2526
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2527
2527
  <path
2528
2528
  fill="currentColor"
@@ -2531,14 +2531,14 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2531
2531
  clip-rule="evenodd"
2532
2532
  />
2533
2533
  </svg>
2534
- `,Wh=Object.freeze({__proto__:null,default:Nh}),qh=$`
2534
+ `,qh=Object.freeze({__proto__:null,default:Wh}),Kh=$`
2535
2535
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2536
2536
  <path
2537
2537
  fill="currentColor"
2538
2538
  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"
2539
2539
  />
2540
2540
  </svg>
2541
- `,Kh=Object.freeze({__proto__:null,default:qh}),Yh=$`
2541
+ `,Yh=Object.freeze({__proto__:null,default:Kh}),Gh=$`
2542
2542
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2543
2543
  <path
2544
2544
  fill="currentColor"
@@ -2547,7 +2547,7 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2547
2547
  clip-rule="evenodd"
2548
2548
  />
2549
2549
  </svg>
2550
- `,Gh=Object.freeze({__proto__:null,default:Yh}),Jh=$`
2550
+ `,Jh=Object.freeze({__proto__:null,default:Gh}),Xh=$`
2551
2551
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2552
2552
  <path
2553
2553
  fill="currentColor"
@@ -2556,5 +2556,5 @@ const $i=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
2556
2556
  clip-rule="evenodd"
2557
2557
  />
2558
2558
  </svg>
2559
- `,Xh=Object.freeze({__proto__:null,default:Jh})});
2559
+ `,Qh=Object.freeze({__proto__:null,default:Xh})});
2560
2560
  //# sourceMappingURL=index.umd.min.js.map