@govtechsg/sgds-web-component 3.26.1-rc.2 → 3.27.0-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.
- package/base/dropdown-list-element.js +9 -2
- package/base/dropdown-list-element.js.map +1 -1
- package/base/nav-element.d.ts +64 -0
- package/base/nav-element.js +263 -0
- package/base/nav-element.js.map +1 -0
- package/base/nav-profile-element.d.ts +47 -0
- package/base/nav-profile-element.js +191 -0
- package/base/nav-profile-element.js.map +1 -0
- package/base/nav-profile.js +6 -0
- package/base/nav-profile.js.map +1 -0
- package/components/Appnav/appnav-context.d.ts +6 -0
- package/components/Appnav/appnav-context.js +7 -0
- package/components/Appnav/appnav-context.js.map +1 -0
- package/components/Appnav/appnav.js +6 -0
- package/components/Appnav/appnav.js.map +1 -0
- package/components/Appnav/index.d.ts +9 -0
- package/components/Appnav/index.js +8 -0
- package/components/Appnav/index.js.map +1 -0
- package/components/Appnav/index.umd.min.js +2542 -0
- package/components/Appnav/index.umd.min.js.map +1 -0
- package/components/Appnav/sgds-appnav-profile.d.ts +17 -0
- package/components/Appnav/sgds-appnav-profile.js +31 -0
- package/components/Appnav/sgds-appnav-profile.js.map +1 -0
- package/components/Appnav/sgds-appnav.d.ts +44 -0
- package/components/Appnav/sgds-appnav.js +183 -0
- package/components/Appnav/sgds-appnav.js.map +1 -0
- package/components/Breadcrumb/index.umd.min.js +1 -1
- package/components/Breadcrumb/index.umd.min.js.map +1 -1
- package/components/ComboBox/index.umd.min.js +248 -248
- package/components/ComboBox/index.umd.min.js.map +1 -1
- package/components/Dropdown/index.umd.min.js +1 -1
- package/components/Dropdown/index.umd.min.js.map +1 -1
- package/components/Mainnav/index.umd.min.js +293 -281
- package/components/Mainnav/index.umd.min.js.map +1 -1
- package/components/Mainnav/mainnav.js +1 -1
- package/components/Mainnav/sgds-mainnav-profile.d.ts +5 -31
- package/components/Mainnav/sgds-mainnav-profile.js +5 -112
- package/components/Mainnav/sgds-mainnav-profile.js.map +1 -1
- package/components/Mainnav/sgds-mainnav.d.ts +5 -46
- package/components/Mainnav/sgds-mainnav.js +24 -260
- package/components/Mainnav/sgds-mainnav.js.map +1 -1
- package/components/OverflowMenu/index.umd.min.js +21 -21
- package/components/OverflowMenu/index.umd.min.js.map +1 -1
- package/components/QuantityToggle/index.umd.min.js +39 -39
- package/components/QuantityToggle/index.umd.min.js.map +1 -1
- package/components/QuantityToggle/sgds-quantity-toggle.d.ts +1 -2
- package/components/QuantityToggle/sgds-quantity-toggle.js +9 -18
- package/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
- package/components/Select/index.umd.min.js +1 -1
- package/components/Select/index.umd.min.js.map +1 -1
- package/components/index.d.ts +2 -0
- package/components/index.js +2 -0
- package/components/index.js.map +1 -1
- package/components/index.umd.min.js +592 -543
- package/components/index.umd.min.js.map +1 -1
- package/css/fouc.css +6 -4
- package/custom-elements.json +17733 -15914
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.umd.min.js +537 -483
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/react/appnav/index.cjs.js +45 -0
- package/react/appnav/index.cjs.js.map +1 -0
- package/react/appnav/index.d.ts +4 -0
- package/react/appnav/index.js +21 -0
- package/react/appnav/index.js.map +1 -0
- package/react/appnav-profile/index.cjs.js +40 -0
- package/react/appnav-profile/index.cjs.js.map +1 -0
- package/react/appnav-profile/index.d.ts +4 -0
- package/react/appnav-profile/index.js +16 -0
- package/react/appnav-profile/index.js.map +1 -0
- package/react/base/dropdown-list-element.cjs.js +9 -2
- package/react/base/dropdown-list-element.cjs.js.map +1 -1
- package/react/base/dropdown-list-element.js +9 -2
- package/react/base/dropdown-list-element.js.map +1 -1
- package/react/base/nav-element.cjs.js +268 -0
- package/react/base/nav-element.cjs.js.map +1 -0
- package/react/base/nav-element.js +264 -0
- package/react/base/nav-element.js.map +1 -0
- package/react/base/nav-profile-element.cjs.js +196 -0
- package/react/base/nav-profile-element.cjs.js.map +1 -0
- package/react/base/nav-profile-element.js +192 -0
- package/react/base/nav-profile-element.js.map +1 -0
- package/react/base/nav-profile.cjs.js +11 -0
- package/react/base/nav-profile.cjs.js.map +1 -0
- package/react/base/nav-profile.js +7 -0
- package/react/base/nav-profile.js.map +1 -0
- package/react/components/Appnav/appnav-context.cjs.js +13 -0
- package/react/components/Appnav/appnav-context.cjs.js.map +1 -0
- package/react/components/Appnav/appnav-context.js +8 -0
- package/react/components/Appnav/appnav-context.js.map +1 -0
- package/react/components/Appnav/appnav.cjs.js +11 -0
- package/react/components/Appnav/appnav.cjs.js.map +1 -0
- package/react/components/Appnav/appnav.js +7 -0
- package/react/components/Appnav/appnav.js.map +1 -0
- package/react/components/Appnav/sgds-appnav-profile.cjs.js +37 -0
- package/react/components/Appnav/sgds-appnav-profile.cjs.js.map +1 -0
- package/react/components/Appnav/sgds-appnav-profile.js +32 -0
- package/react/components/Appnav/sgds-appnav-profile.js.map +1 -0
- package/react/components/Appnav/sgds-appnav.cjs.js +189 -0
- package/react/components/Appnav/sgds-appnav.cjs.js.map +1 -0
- package/react/components/Appnav/sgds-appnav.js +184 -0
- package/react/components/Appnav/sgds-appnav.js.map +1 -0
- package/react/components/Mainnav/mainnav.cjs.js +1 -1
- package/react/components/Mainnav/mainnav.js +1 -1
- package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +4 -111
- package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +1 -1
- package/react/components/Mainnav/sgds-mainnav-profile.js +5 -112
- package/react/components/Mainnav/sgds-mainnav-profile.js.map +1 -1
- package/react/components/Mainnav/sgds-mainnav.cjs.js +22 -258
- package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
- package/react/components/Mainnav/sgds-mainnav.js +24 -260
- package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
- package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js +9 -18
- package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js.map +1 -1
- package/react/components/QuantityToggle/sgds-quantity-toggle.js +9 -18
- package/react/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
- package/react/index.cjs.js +130 -126
- package/react/index.cjs.js.map +1 -1
- package/react/index.d.ts +6 -4
- package/react/index.js +6 -4
- package/react/index.js.map +1 -1
- package/types/react.d.ts +197 -158
- package/components/Mainnav/mainnav-profile.js +0 -6
- package/components/Mainnav/mainnav-profile.js.map +0 -1
- package/react/components/Mainnav/mainnav-profile.cjs.js +0 -11
- package/react/components/Mainnav/mainnav-profile.cjs.js.map +0 -1
- package/react/components/Mainnav/mainnav-profile.js +0 -7
- package/react/components/Mainnav/mainnav-profile.js.map +0 -1
|
@@ -40,25 +40,25 @@ class o{constructor(e,t,o,n){if(this.subscribe=!1,this.provided=!1,this.value=vo
|
|
|
40
40
|
* @license
|
|
41
41
|
* Copyright 2019 Google LLC
|
|
42
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
-
*/const s=globalThis,d=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),h=new WeakMap;class v{constructor(e,t,o){if(this._$cssResult$=!0,o!==c)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(d&&void 0===e){const o=void 0!==t&&1===t.length;o&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),o&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const o=1===e.length?e[0]:t.reduce((t,o,n)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(o)+e[n+1],e[0]);return new v(o,e,c)},p=e=>{let t="";for(const o of e.cssRules)t+=o.cssText;return new v("string"==typeof(o=t)?o:String(o),void 0,c);var o},g=d?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:f,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",k=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===k&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const P=(e,t)=>e,H={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=null!==e;break;case Number:o=null===e?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch(e){o=null}}return o}},V=(e,t)=>!f(e,t),z={attribute:!0,type:String,converter:H,reflect:!1,useDefault:!1,hasChanged:V};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class O extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=z){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const o=Symbol.for(`${String(e)} (@property() cache)`),n=this.getPropertyDescriptor(e,o,t);void 0!==n&&m(this.prototype,e,n)}}static getPropertyDescriptor(e,t,o){const{get:n,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==n){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:n,set(t){const a=n?.call(this);l?.call(this,t),this.requestUpdate(e,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??z}static __prepare(){if(this.hasOwnProperty(P("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(P("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(P("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const o of t)this.createProperty(o,e[o])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,o]of t)this.elementProperties.set(e,o)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const o=this.__attributeNameForProperty(e,t);void 0!==o&&this.__attributeToPropertyMap.set(o,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const o=new Set(e.flat(1/0).reverse());for(const e of o)t.unshift(g(e))}else void 0!==e&&t.push(g(e));return t}static __attributeNameForProperty(e,t){const o=t.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const o of t.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(d)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const o of t){const t=document.createElement("style"),n=s.litNonce;void 0!==n&&t.setAttribute("nonce",n),t.textContent=o.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,o){this._$attributeToProperty(e,o)}__propertyToAttribute(e,t){const o=this.constructor.elementProperties.get(e),n=this.constructor.__attributeNameForProperty(e,o);if(void 0!==n&&!0===o.reflect){const l=(void 0!==o.converter?.toAttribute?o.converter:H).toAttribute(t,o.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(n):this.setAttribute(n,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const o=this.constructor,n=o.__attributeToPropertyMap.get(e);if(void 0!==n&&this.__reflectingProperty!==n){const e=o.getPropertyOptions(n),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:H;this.__reflectingProperty=n;const a=l.fromAttribute(t,e.type);this[n]=a??this.__defaultValues?.get(n)??a,this.__reflectingProperty=null}}requestUpdate(e,t,o,n=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const a=this.constructor;!1===n&&(l=this[e]),o??=a.getPropertyOptions(e);if(!((o.hasChanged??V)(l,t)||o.useDefault&&o.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(a.__attributeNameForProperty(e,o))))return;this._$changeProperty(e,t,o)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:o,reflect:n,wrapped:l},a){o&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,a??t??this[e]),!0!==l||void 0!==a)||(this._$changedProperties.has(e)||(this.hasUpdated||o||(t=void 0),this._$changedProperties.set(e,t)),!0===n&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,o]of e){const{wrapped:e}=o,n=this[t];!0!==e||this._$changedProperties.has(t)||void 0===n||this._$changeProperty(t,void 0,o,n)}}let t=!1;const o=this._$changedProperties;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(o)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(o)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[P("elementProperties")]=new Map,O[P("finalized")]=new Map,k?.({ReactiveElement:O});{O.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(P("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};O.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},O.disableWarning=function(t){e(this);const o=this.enabledWarnings.indexOf(t);o>=0&&this.enabledWarnings.splice(o,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
|
|
43
|
+
*/const s=globalThis,d=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),h=new WeakMap;class v{constructor(e,t,o){if(this._$cssResult$=!0,o!==c)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(d&&void 0===e){const o=void 0!==t&&1===t.length;o&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),o&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const o=1===e.length?e[0]:t.reduce((t,o,n)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(o)+e[n+1],e[0]);return new v(o,e,c)},p=e=>{let t="";for(const o of e.cssRules)t+=o.cssText;return new v("string"==typeof(o=t)?o:String(o),void 0,c);var o},g=d?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:f,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",k=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===k&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const H=(e,t)=>e,P={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=null!==e;break;case Number:o=null===e?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch(e){o=null}}return o}},V=(e,t)=>!f(e,t),z={attribute:!0,type:String,converter:P,reflect:!1,useDefault:!1,hasChanged:V};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class O extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=z){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const o=Symbol.for(`${String(e)} (@property() cache)`),n=this.getPropertyDescriptor(e,o,t);void 0!==n&&m(this.prototype,e,n)}}static getPropertyDescriptor(e,t,o){const{get:n,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==n){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:n,set(t){const a=n?.call(this);l?.call(this,t),this.requestUpdate(e,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??z}static __prepare(){if(this.hasOwnProperty(H("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(H("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(H("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const o of t)this.createProperty(o,e[o])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,o]of t)this.elementProperties.set(e,o)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const o=this.__attributeNameForProperty(e,t);void 0!==o&&this.__attributeToPropertyMap.set(o,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const o=new Set(e.flat(1/0).reverse());for(const e of o)t.unshift(g(e))}else void 0!==e&&t.push(g(e));return t}static __attributeNameForProperty(e,t){const o=t.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const o of t.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(d)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const o of t){const t=document.createElement("style"),n=s.litNonce;void 0!==n&&t.setAttribute("nonce",n),t.textContent=o.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,o){this._$attributeToProperty(e,o)}__propertyToAttribute(e,t){const o=this.constructor.elementProperties.get(e),n=this.constructor.__attributeNameForProperty(e,o);if(void 0!==n&&!0===o.reflect){const l=(void 0!==o.converter?.toAttribute?o.converter:P).toAttribute(t,o.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(n):this.setAttribute(n,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const o=this.constructor,n=o.__attributeToPropertyMap.get(e);if(void 0!==n&&this.__reflectingProperty!==n){const e=o.getPropertyOptions(n),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:P;this.__reflectingProperty=n;const a=l.fromAttribute(t,e.type);this[n]=a??this.__defaultValues?.get(n)??a,this.__reflectingProperty=null}}requestUpdate(e,t,o,n=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const a=this.constructor;!1===n&&(l=this[e]),o??=a.getPropertyOptions(e);if(!((o.hasChanged??V)(l,t)||o.useDefault&&o.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(a.__attributeNameForProperty(e,o))))return;this._$changeProperty(e,t,o)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:o,reflect:n,wrapped:l},a){o&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,a??t??this[e]),!0!==l||void 0!==a)||(this._$changedProperties.has(e)||(this.hasUpdated||o||(t=void 0),this._$changedProperties.set(e,t)),!0===n&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,o]of e){const{wrapped:e}=o,n=this[t];!0!==e||this._$changedProperties.has(t)||void 0===n||this._$changeProperty(t,void 0,o,n)}}let t=!1;const o=this._$changedProperties;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(o)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(o)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[H("elementProperties")]=new Map,O[H("finalized")]=new Map,k?.({ReactiveElement:O});{O.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(H("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};O.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},O.disableWarning=function(t){e(this);const o=this.enabledWarnings.indexOf(t);o>=0&&this.enabledWarnings.splice(o,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
|
|
44
44
|
/**
|
|
45
45
|
* @license
|
|
46
46
|
* Copyright 2017 Google LLC
|
|
47
47
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
48
|
*/
|
|
49
|
-
const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,T=e=>e,R=(e,t,o)=>T,N=e=>{if(ve!==R)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ve=e},D=()=>{ve=R},I=(e,t,o)=>ve(e,t,o),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,oe=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ne=/'/g,le=/"/g,ae=/^(?:script|style|textarea|title)$/i,re=(ie=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&B("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),de=Symbol.for("lit-nothing"),ce=new WeakMap,he=K.createTreeWalker(K,129);let ve=R;function ue(e,t){if(!J(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let l=0,a=0;const r=e.length-1,i=this.parts,[s,d]=((e,t)=>{const o=e.length-1,n=[];let l,a=2===t?"<svg>":3===t?"<math>":"",r=Q;for(let t=0;t<o;t++){const o=e[t];let i,s,d=-1,c=0;for(;c<o.length&&(r.lastIndex=c,s=r.exec(o),null!==s);)if(c=r.lastIndex,r===Q){if("!--"===s[1])r=ee;else if(void 0!==s[1])r=te;else if(void 0!==s[2])ae.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),r=oe;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===oe?">"===s[0]?(r=l??Q,d=-1):void 0===s[1]?d=-2:(d=r.lastIndex-s[2].length,i=s[1],r=void 0===s[3]?oe:'"'===s[3]?le:ne):r===le||r===ne?r=oe:r===ee||r===te?r=Q:(r=oe,l=void 0);console.assert(-1===d||r===oe||r===ne||r===le,"unexpected parse state B");const h=r===oe&&e[t+1].startsWith("/>")?" ":"";a+=r===Q?o+F:d>=0?(n.push(i),o.slice(0,d)+U+o.slice(d)+W+h):o+W+(-2===d?t:h)}return[ue(e,a+(e[o]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),n]})(e,t);if(this.el=pe.createElement(s,o),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=he.nextNode())&&i.length<r;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(W)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);B("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(U)){const t=d[a++],o=n.getAttribute(e).split(W),r=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:r[2],strings:o,ctor:"."===r[1]?be:"?"===r[1]?_e:"@"===r[1]?xe:we}),n.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),n.removeAttribute(e));if(ae.test(n.tagName)){const e=n.textContent.split(W),t=e.length-1;if(t>0){n.textContent=A?A.emptyScript:"";for(let o=0;o<t;o++)n.append(e[o],Y()),he.nextNode(),i.push({type:2,index:++l});n.append(e[t],Y())}}}else if(8===n.nodeType){if(n.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=n.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(d.length!==a)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const o=K.createElement("template");return o.innerHTML=e,o}}function ge(e,t,o=e,n){if(t===se)return t;let l=void 0!==n?o.__directives?.[n]:o.__directive;const a=X(t)?void 0:t._$litDirective$;return l?.constructor!==a&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===a?l=void 0:(l=new a(e),l._$initialize(e,o,n)),void 0!==n?(o.__directives??=[])[n]=l:o.__directive=l),void 0!==l&&(t=ge(e,l._$resolve(e,t.values),l,n)),t}class fe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:o}=this._$template,n=(e?.creationScope??K).importNode(t,!0);he.currentNode=n;let l=he.nextNode(),a=0,r=0,i=o[0];for(;void 0!==i;){if(a===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=o[++r]}a!==i?.index&&(l=he.nextNode(),a++)}return he.currentNode=K,n}_update(e){let t=0;for(const o of this._$parts)void 0!==o&&(S&&S({kind:"set part",part:o,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==o.strings?(o._$setValue(e,o,t),t+=o.strings.length-2):o._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,o,n){this.type=2,this._$committedValue=de,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=o,this.options=n,this.__isConnected=n?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ge(this,e,t),X(e))e===de||null==e||""===e?(this._$committedValue!==de&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=de):e!==this._$committedValue&&e!==se&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ve!==R){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==de&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:o}=e,n="number"==typeof o?this._$getTemplate(e):(void 0===o.el&&(o.el=pe.createElement(ue(o.h,o.h[0]),this.options)),o);if(this._$committedValue?._$template===n)S&&S({kind:"template updating",template:n,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new fe(n,this),o=e._clone(this.options);S&&S({kind:"template instantiated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),this._commitNode(o),this._$committedValue=e}}_$getTemplate(e){let t=ce.get(e.strings);return void 0===t&&ce.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let o,n=0;for(const l of e)n===t.length?t.push(o=new me(this._insert(Y()),this._insert(Y()),this,this.options)):o=t[n],o._$setValue(l),n++;n<t.length&&(this._$clear(o&&L(o._$endNode).nextSibling,n),t.length=n)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,o,n,l){this.type=1,this._$committedValue=de,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=n,this.options=l,o.length>2||""!==o[0]||""!==o[1]?(this._$committedValue=new Array(o.length-1).fill(new String),this.strings=o):this._$committedValue=de,this._sanitizer=void 0}_$setValue(e,t=this,o,n){const l=this.strings;let a=!1;if(void 0===l)e=ge(this,e,t,0),a=!X(e)||e!==this._$committedValue&&e!==se,a&&(this._$committedValue=e);else{const n=e;let r,i;for(e=l[0],r=0;r<l.length-1;r++)i=ge(this,n[o+r],t,r),i===se&&(i=this._$committedValue[r]),a||=!X(i)||i!==this._$committedValue[r],i===de?e=de:e!==de&&(e+=(i??"")+l[r+1]),this._$committedValue[r]=i}a&&!n&&this._commitValue(e)}_commitValue(e){e===de?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===de?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===de),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==de)}}class xe extends we{constructor(e,t,o,n,l){if(super(e,t,o,n,l),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=ge(this,e,t,0)??de)===se)return;const o=this._$committedValue,n=e===de&&o!==de||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,l=e!==de&&(o===de||n);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:n,addListener:l,oldListener:o}),n&&this.element.removeEventListener(this.name,this,o),l&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class ye{constructor(e,t,o){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=o}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ge(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,o)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=j++,l=o?.renderBefore??t;let a=l._$litPart$;if(S&&S({kind:"begin render",id:n,value:e,container:t,options:o,part:a}),void 0===a){const e=o?.renderBefore??null;l._$litPart$=a=new me(t.insertBefore(Y(),e),e,void 0,o??{})}return a._$setValue(e),S&&S({kind:"end render",id:n,value:e,container:t,options:o,part:a}),a};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
|
|
49
|
+
const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,R=e=>e,T=(e,t,o)=>R,N=e=>{if(ve!==T)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ve=e},D=()=>{ve=T},I=(e,t,o)=>ve(e,t,o),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,oe=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ne=/'/g,le=/"/g,ae=/^(?:script|style|textarea|title)$/i,re=(ie=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&B("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),de=Symbol.for("lit-nothing"),ce=new WeakMap,he=K.createTreeWalker(K,129);let ve=T;function ue(e,t){if(!J(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let l=0,a=0;const r=e.length-1,i=this.parts,[s,d]=((e,t)=>{const o=e.length-1,n=[];let l,a=2===t?"<svg>":3===t?"<math>":"",r=Q;for(let t=0;t<o;t++){const o=e[t];let i,s,d=-1,c=0;for(;c<o.length&&(r.lastIndex=c,s=r.exec(o),null!==s);)if(c=r.lastIndex,r===Q){if("!--"===s[1])r=ee;else if(void 0!==s[1])r=te;else if(void 0!==s[2])ae.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),r=oe;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===oe?">"===s[0]?(r=l??Q,d=-1):void 0===s[1]?d=-2:(d=r.lastIndex-s[2].length,i=s[1],r=void 0===s[3]?oe:'"'===s[3]?le:ne):r===le||r===ne?r=oe:r===ee||r===te?r=Q:(r=oe,l=void 0);console.assert(-1===d||r===oe||r===ne||r===le,"unexpected parse state B");const h=r===oe&&e[t+1].startsWith("/>")?" ":"";a+=r===Q?o+F:d>=0?(n.push(i),o.slice(0,d)+U+o.slice(d)+W+h):o+W+(-2===d?t:h)}return[ue(e,a+(e[o]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),n]})(e,t);if(this.el=pe.createElement(s,o),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=he.nextNode())&&i.length<r;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(W)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);B("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(U)){const t=d[a++],o=n.getAttribute(e).split(W),r=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:r[2],strings:o,ctor:"."===r[1]?be:"?"===r[1]?_e:"@"===r[1]?xe:we}),n.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),n.removeAttribute(e));if(ae.test(n.tagName)){const e=n.textContent.split(W),t=e.length-1;if(t>0){n.textContent=A?A.emptyScript:"";for(let o=0;o<t;o++)n.append(e[o],Y()),he.nextNode(),i.push({type:2,index:++l});n.append(e[t],Y())}}}else if(8===n.nodeType){if(n.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=n.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(d.length!==a)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const o=K.createElement("template");return o.innerHTML=e,o}}function ge(e,t,o=e,n){if(t===se)return t;let l=void 0!==n?o.__directives?.[n]:o.__directive;const a=X(t)?void 0:t._$litDirective$;return l?.constructor!==a&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===a?l=void 0:(l=new a(e),l._$initialize(e,o,n)),void 0!==n?(o.__directives??=[])[n]=l:o.__directive=l),void 0!==l&&(t=ge(e,l._$resolve(e,t.values),l,n)),t}class fe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:o}=this._$template,n=(e?.creationScope??K).importNode(t,!0);he.currentNode=n;let l=he.nextNode(),a=0,r=0,i=o[0];for(;void 0!==i;){if(a===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=o[++r]}a!==i?.index&&(l=he.nextNode(),a++)}return he.currentNode=K,n}_update(e){let t=0;for(const o of this._$parts)void 0!==o&&(S&&S({kind:"set part",part:o,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==o.strings?(o._$setValue(e,o,t),t+=o.strings.length-2):o._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,o,n){this.type=2,this._$committedValue=de,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=o,this.options=n,this.__isConnected=n?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ge(this,e,t),X(e))e===de||null==e||""===e?(this._$committedValue!==de&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=de):e!==this._$committedValue&&e!==se&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ve!==T){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==de&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:o}=e,n="number"==typeof o?this._$getTemplate(e):(void 0===o.el&&(o.el=pe.createElement(ue(o.h,o.h[0]),this.options)),o);if(this._$committedValue?._$template===n)S&&S({kind:"template updating",template:n,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new fe(n,this),o=e._clone(this.options);S&&S({kind:"template instantiated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),this._commitNode(o),this._$committedValue=e}}_$getTemplate(e){let t=ce.get(e.strings);return void 0===t&&ce.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let o,n=0;for(const l of e)n===t.length?t.push(o=new me(this._insert(Y()),this._insert(Y()),this,this.options)):o=t[n],o._$setValue(l),n++;n<t.length&&(this._$clear(o&&L(o._$endNode).nextSibling,n),t.length=n)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,o,n,l){this.type=1,this._$committedValue=de,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=n,this.options=l,o.length>2||""!==o[0]||""!==o[1]?(this._$committedValue=new Array(o.length-1).fill(new String),this.strings=o):this._$committedValue=de,this._sanitizer=void 0}_$setValue(e,t=this,o,n){const l=this.strings;let a=!1;if(void 0===l)e=ge(this,e,t,0),a=!X(e)||e!==this._$committedValue&&e!==se,a&&(this._$committedValue=e);else{const n=e;let r,i;for(e=l[0],r=0;r<l.length-1;r++)i=ge(this,n[o+r],t,r),i===se&&(i=this._$committedValue[r]),a||=!X(i)||i!==this._$committedValue[r],i===de?e=de:e!==de&&(e+=(i??"")+l[r+1]),this._$committedValue[r]=i}a&&!n&&this._commitValue(e)}_commitValue(e){e===de?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===de?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===de),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==de)}}class xe extends we{constructor(e,t,o,n,l){if(super(e,t,o,n,l),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=ge(this,e,t,0)??de)===se)return;const o=this._$committedValue,n=e===de&&o!==de||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,l=e!==de&&(o===de||n);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:n,addListener:l,oldListener:o}),n&&this.element.removeEventListener(this.name,this,o),l&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class ye{constructor(e,t,o){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=o}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ge(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,o)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=j++,l=o?.renderBefore??t;let a=l._$litPart$;if(S&&S({kind:"begin render",id:n,value:e,container:t,options:o,part:a}),void 0===a){const e=o?.renderBefore??null;l._$litPart$=a=new me(t.insertBefore(Y(),e),e,void 0,o??{})}return a._$setValue(e),S&&S({kind:"end render",id:n,value:e,container:t,options:o,part:a}),a};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
|
|
50
50
|
/**
|
|
51
51
|
* @license
|
|
52
52
|
* Copyright 2017 Google LLC
|
|
53
53
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
54
54
|
*/
|
|
55
|
-
const Me=globalThis;let ke;Me.litIssuedWarnings??=new Set,ke=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class
|
|
55
|
+
const Me=globalThis;let ke;Me.litIssuedWarnings??=new Set,ke=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class He extends O{constructor(){super(...arguments),this.renderOptions={host:this},this.__childPart=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this.__childPart=Ce(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return se}}var Pe;He._$litElement$=!0,He[(Pe="finalized",Pe)]=!0,Me.litElementHydrateSupport?.({LitElement:He});const Ve=Me.litElementPolyfillSupportDevMode;
|
|
56
56
|
/**
|
|
57
57
|
* @license
|
|
58
58
|
* Copyright 2017 Google LLC
|
|
59
59
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
60
60
|
*/
|
|
61
|
-
let ze;Ve?.({LitElement:
|
|
61
|
+
let ze;Ve?.({LitElement:He}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litElementVersions.length>1&&queueMicrotask(()=>{ke("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,ze=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Oe={attribute:!0,type:String,converter:P,reflect:!1,hasChanged:V},$e=(e=Oe,t,o)=>{const{kind:n,metadata:l}=o;null==l&&ze("missing-class-metadata",`The class ${t} is missing decorator metadata. This could mean that you're using a compiler that supports decorators but doesn't support decorator metadata, such as TypeScript 5.1. Please update your compiler.`);let a=globalThis.litPropertyMetadata.get(l);if(void 0===a&&globalThis.litPropertyMetadata.set(l,a=new Map),"setter"===n&&((e=Object.create(e)).wrapped=!0),a.set(o.name,e),"accessor"===n){const{name:n}=o;return{set(o){const l=t.get.call(this);t.set.call(this,o),this.requestUpdate(n,l,e,!0,o)},init(t){return void 0!==t&&this._$changeProperty(n,void 0,e,t),t}}}if("setter"===n){const{name:n}=o;return function(o){const l=this[n];t.call(this,o),this.requestUpdate(n,l,e,!0,o)}}throw new Error(`Unsupported decorator location: ${n}`)};function Se(e){return(t,o)=>"object"==typeof o?$e(e,t,o):((e,t,o)=>{const n=t.hasOwnProperty(o);return t.constructor.createProperty(o,e),n?Object.getOwnPropertyDescriptor(t,o):void 0})(e,t,o)}
|
|
62
62
|
/**
|
|
63
63
|
* @license
|
|
64
64
|
* Copyright 2017 Google LLC
|
|
@@ -83,25 +83,25 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
83
83
|
* @license
|
|
84
84
|
* Copyright 2017 Google LLC
|
|
85
85
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
86
|
-
*/globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const
|
|
86
|
+
*/globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Re=1,Te=2,Ne=e=>(...t)=>({_$litDirective$:e,values:t});class De{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,o){this.__part=e,this._$parent=t,this.__attributeIndex=o}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
|
|
87
87
|
/**
|
|
88
88
|
* @license
|
|
89
89
|
* Copyright 2018 Google LLC
|
|
90
90
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
91
|
-
*/const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==
|
|
91
|
+
*/const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==Re||"class"!==e.name||e.strings?.length>2)throw new Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(void 0===this._previousClasses){this._previousClasses=new Set,void 0!==e.strings&&(this._staticClasses=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this._staticClasses?.has(e)&&this._previousClasses.add(e);return this.render(t)}const o=e.element.classList;for(const e of this._previousClasses)e in t||(o.remove(e),this._previousClasses.delete(e));for(const e in t){const n=!!t[e];n===this._previousClasses.has(e)||this._staticClasses?.has(e)||(n?(o.add(e),this._previousClasses.add(e)):(o.remove(e),this._previousClasses.delete(e)))}return se}}),Ue=e=>e??de;
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
94
94
|
* Copyright 2018 Google LLC
|
|
95
95
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
96
|
-
*/
|
|
96
|
+
*/var We=u`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class qe extends He{emit(e,t){const o=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(o),o}static define(e,t=this,o={}){if(customElements.get(e));else try{customElements.define(e,t,o)}catch(n){customElements.define(e,class extends t{},o)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}function Fe(e,t,o){return new Promise(n=>{if((null==o?void 0:o.duration)===1/0)throw new Error("Promise-based animations must be finite.");const l=e.animate(t,Object.assign(Object.assign({},o),{duration:Ke()?0:null==o?void 0:o.duration}));l.addEventListener("cancel",n,{once:!0}),l.addEventListener("finish",n,{once:!0})})}function Ke(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ye(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Xe(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const o=requestAnimationFrame(t);e.addEventListener("cancel",()=>o,{once:!0}),e.addEventListener("finish",()=>o,{once:!0}),e.cancel()})))}qe.styles=[We],qe.dependencies={},e([Se({type:Boolean,reflect:!0})],qe.prototype,"ssr",void 0);const Je=new Map,Ge=new WeakMap;function Qe(e,t){const o=Ge.get(e);if(null==o?void 0:o[t])return o[t];const n=Je.get(t);return n||{keyframes:[],options:{duration:0}}}function et(e,t){Je.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function tt(e,t){return new Promise(o=>{e.addEventListener(t,function n(l){l.target===e&&(e.removeEventListener(t,n),o())})})}function ot(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function nt(e,t){const o=Object.assign({waitUntilFirstUpdate:!1},t);return(t,n)=>{const{update:l}=t;if(e in t){const a=e;t.update=function(e){if(e.has(a)){const t=e.get(a),l=this[a];t!==l&&(o.waitUntilFirstUpdate&&!this.hasUpdated||this[n](t,l))}l.call(this,e)}}}}
|
|
97
97
|
/**
|
|
98
98
|
* @license
|
|
99
99
|
* Copyright 2020 Google LLC
|
|
100
100
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
101
|
-
*/var dt,ct=u`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ht extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ht.styles=[...We.styles,ct],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const vt={announcement:()=>Promise.resolve().then(function(){return kn}),archive:()=>Promise.resolve().then(function(){return Hn}),"arrow-bar-down":()=>Promise.resolve().then(function(){return zn}),"arrow-bar-left":()=>Promise.resolve().then(function(){return $n}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Bn}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Ln}),"arrow-circle-down":()=>Promise.resolve().then(function(){return En}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Rn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Dn}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Un}),"arrow-clockwise":()=>Promise.resolve().then(function(){return qn}),"arrow-down":()=>Promise.resolve().then(function(){return Kn}),"arrow-left":()=>Promise.resolve().then(function(){return Xn}),"arrow-repeat":()=>Promise.resolve().then(function(){return Gn}),"arrow-right":()=>Promise.resolve().then(function(){return el}),"arrow-square-down":()=>Promise.resolve().then(function(){return ol}),"arrow-square-left":()=>Promise.resolve().then(function(){return ll}),"arrow-square-right":()=>Promise.resolve().then(function(){return rl}),"arrow-square-up":()=>Promise.resolve().then(function(){return sl}),"arrow-up":()=>Promise.resolve().then(function(){return cl}),"bank-fill":()=>Promise.resolve().then(function(){return vl}),"bell-slash":()=>Promise.resolve().then(function(){return pl}),bell:()=>Promise.resolve().then(function(){return fl}),"bi-funnel":()=>Promise.resolve().then(function(){return wl}),"bookmark-fill":()=>Promise.resolve().then(function(){return _l}),bookmark:()=>Promise.resolve().then(function(){return yl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Cl}),"box-seam":()=>Promise.resolve().then(function(){return kl}),building:()=>Promise.resolve().then(function(){return Hl}),bus:()=>Promise.resolve().then(function(){return zl}),calculator:()=>Promise.resolve().then(function(){return $l}),"calendar-check":()=>Promise.resolve().then(function(){return Bl}),"calendar-heart":()=>Promise.resolve().then(function(){return Ll}),"calendar-x":()=>Promise.resolve().then(function(){return El}),calendar:()=>Promise.resolve().then(function(){return Rl}),camera:()=>Promise.resolve().then(function(){return Dl}),car:()=>Promise.resolve().then(function(){return Ul}),"chat-dots":()=>Promise.resolve().then(function(){return ql}),"chat-left-text":()=>Promise.resolve().then(function(){return Kl}),chat:()=>Promise.resolve().then(function(){return Xl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Gl}),"check-circle":()=>Promise.resolve().then(function(){return ea}),check:()=>Promise.resolve().then(function(){return oa}),"chevron-down":()=>Promise.resolve().then(function(){return la}),"chevron-left":()=>Promise.resolve().then(function(){return ra}),"chevron-right":()=>Promise.resolve().then(function(){return sa}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return ca}),"chevron-up":()=>Promise.resolve().then(function(){return va}),clock:()=>Promise.resolve().then(function(){return pa}),"cloud-check":()=>Promise.resolve().then(function(){return fa}),"cloud-download":()=>Promise.resolve().then(function(){return wa}),"cloud-upload":()=>Promise.resolve().then(function(){return _a}),cloud:()=>Promise.resolve().then(function(){return ya}),"code-square":()=>Promise.resolve().then(function(){return Ca}),"coins-hand":()=>Promise.resolve().then(function(){return ka}),compass:()=>Promise.resolve().then(function(){return Ha}),copy:()=>Promise.resolve().then(function(){return za}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return $a}),cross:()=>Promise.resolve().then(function(){return Ba}),"cursor-fill":()=>Promise.resolve().then(function(){return La}),cursor:()=>Promise.resolve().then(function(){return Ea}),"dash-circle":()=>Promise.resolve().then(function(){return Ra}),"dash-square":()=>Promise.resolve().then(function(){return Da}),dash:()=>Promise.resolve().then(function(){return Ua}),database:()=>Promise.resolve().then(function(){return qa}),dataflow:()=>Promise.resolve().then(function(){return Ka}),download:()=>Promise.resolve().then(function(){return Xa}),edit:()=>Promise.resolve().then(function(){return Ga}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return er}),"exclamation-circle":()=>Promise.resolve().then(function(){return or}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return lr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return rr}),exclamation:()=>Promise.resolve().then(function(){return sr}),"eye-fill":()=>Promise.resolve().then(function(){return cr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return vr}),"eye-slash":()=>Promise.resolve().then(function(){return pr}),eye:()=>Promise.resolve().then(function(){return fr}),"face-smile-fill":()=>Promise.resolve().then(function(){return wr}),"face-smile":()=>Promise.resolve().then(function(){return _r}),facebook:()=>Promise.resolve().then(function(){return yr}),"file-earmark-text":()=>Promise.resolve().then(function(){return Cr}),"file-pdf":()=>Promise.resolve().then(function(){return kr}),"file-plus":()=>Promise.resolve().then(function(){return Hr}),"file-text":()=>Promise.resolve().then(function(){return zr}),file:()=>Promise.resolve().then(function(){return $r}),files:()=>Promise.resolve().then(function(){return Br}),fingerprint:()=>Promise.resolve().then(function(){return Lr}),flash:()=>Promise.resolve().then(function(){return Er}),"folder-check":()=>Promise.resolve().then(function(){return Rr}),"folder-minus":()=>Promise.resolve().then(function(){return Dr}),"folder-plus":()=>Promise.resolve().then(function(){return Ur}),folder:()=>Promise.resolve().then(function(){return qr}),gear:()=>Promise.resolve().then(function(){return Kr}),"geo-alt":()=>Promise.resolve().then(function(){return Xr}),"geo-fill":()=>Promise.resolve().then(function(){return Gr}),geo:()=>Promise.resolve().then(function(){return ei}),"globe-alt":()=>Promise.resolve().then(function(){return oi}),globe:()=>Promise.resolve().then(function(){return li}),google:()=>Promise.resolve().then(function(){return ri}),"grid-alt":()=>Promise.resolve().then(function(){return si}),"grid-fill":()=>Promise.resolve().then(function(){return ci}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return vi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return pi}),"hard-drive":()=>Promise.resolve().then(function(){return fi}),heart:()=>Promise.resolve().then(function(){return wi}),"house-door":()=>Promise.resolve().then(function(){return _i}),house:()=>Promise.resolve().then(function(){return yi}),image:()=>Promise.resolve().then(function(){return Ci}),"in-box":()=>Promise.resolve().then(function(){return ki}),"info-circle-fill":()=>Promise.resolve().then(function(){return Hi}),"info-circle":()=>Promise.resolve().then(function(){return zi}),instagram:()=>Promise.resolve().then(function(){return $i}),key:()=>Promise.resolve().then(function(){return Bi}),"laptop-gear":()=>Promise.resolve().then(function(){return Li}),laptop:()=>Promise.resolve().then(function(){return Ei}),layers:()=>Promise.resolve().then(function(){return Ri}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Di}),"layout-text-window":()=>Promise.resolve().then(function(){return Ui}),layout:()=>Promise.resolve().then(function(){return qi}),"life-buoy":()=>Promise.resolve().then(function(){return Ki}),lightbulb:()=>Promise.resolve().then(function(){return Xi}),link:()=>Promise.resolve().then(function(){return Gi}),linkedin:()=>Promise.resolve().then(function(){return es}),list:()=>Promise.resolve().then(function(){return os}),"lock-fill":()=>Promise.resolve().then(function(){return ls}),lock:()=>Promise.resolve().then(function(){return rs}),login:()=>Promise.resolve().then(function(){return ss}),logout:()=>Promise.resolve().then(function(){return cs}),luggage:()=>Promise.resolve().then(function(){return vs}),"mail-open":()=>Promise.resolve().then(function(){return ps}),mail:()=>Promise.resolve().then(function(){return fs}),map:()=>Promise.resolve().then(function(){return ws}),meetup:()=>Promise.resolve().then(function(){return _s}),menu:()=>Promise.resolve().then(function(){return ys}),microphone:()=>Promise.resolve().then(function(){return Cs}),monitor:()=>Promise.resolve().then(function(){return ks}),moon:()=>Promise.resolve().then(function(){return Hs}),move:()=>Promise.resolve().then(function(){return zs}),paperclip:()=>Promise.resolve().then(function(){return $s}),passcode:()=>Promise.resolve().then(function(){return Bs}),passport:()=>Promise.resolve().then(function(){return Ls}),pause:()=>Promise.resolve().then(function(){return Es}),pencil:()=>Promise.resolve().then(function(){return Rs}),"pending-circle":()=>Promise.resolve().then(function(){return Ds}),"person-dash":()=>Promise.resolve().then(function(){return Us}),"person-plus":()=>Promise.resolve().then(function(){return qs}),"person-x":()=>Promise.resolve().then(function(){return Ks}),person:()=>Promise.resolve().then(function(){return Xs}),phone:()=>Promise.resolve().then(function(){return Gs}),"pin-map-fill":()=>Promise.resolve().then(function(){return ed}),pin:()=>Promise.resolve().then(function(){return od}),placeholder:()=>Promise.resolve().then(function(){return ld}),plane:()=>Promise.resolve().then(function(){return rd}),play:()=>Promise.resolve().then(function(){return sd}),"plus-circle":()=>Promise.resolve().then(function(){return cd}),"plus-square":()=>Promise.resolve().then(function(){return vd}),plus:()=>Promise.resolve().then(function(){return pd}),printer:()=>Promise.resolve().then(function(){return fd}),"question-circle":()=>Promise.resolve().then(function(){return wd}),rocket:()=>Promise.resolve().then(function(){return _d}),save:()=>Promise.resolve().then(function(){return yd}),search:()=>Promise.resolve().then(function(){return Cd}),send:()=>Promise.resolve().then(function(){return kd}),"sg-crest":()=>Promise.resolve().then(function(){return Hd}),share:()=>Promise.resolve().then(function(){return zd}),"shield-tick":()=>Promise.resolve().then(function(){return $d}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Bd}),"sidebar-expand":()=>Promise.resolve().then(function(){return Ld}),"slash-circle":()=>Promise.resolve().then(function(){return Ed}),"slash-divider":()=>Promise.resolve().then(function(){return Rd}),sliders:()=>Promise.resolve().then(function(){return Dd}),"sort-ascending":()=>Promise.resolve().then(function(){return Ud}),"sort-descending":()=>Promise.resolve().then(function(){return qd}),speedometer:()=>Promise.resolve().then(function(){return Kd}),"star-ai":()=>Promise.resolve().then(function(){return Xd}),"star-fill":()=>Promise.resolve().then(function(){return Gd}),star:()=>Promise.resolve().then(function(){return ec}),stoplights:()=>Promise.resolve().then(function(){return oc}),sun:()=>Promise.resolve().then(function(){return lc}),"switch-horizontal":()=>Promise.resolve().then(function(){return rc}),"switch-vertical":()=>Promise.resolve().then(function(){return sc}),tablet:()=>Promise.resolve().then(function(){return cc}),telegram:()=>Promise.resolve().then(function(){return vc}),telephone:()=>Promise.resolve().then(function(){return pc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return fc}),"three-dots":()=>Promise.resolve().then(function(){return wc}),ticket:()=>Promise.resolve().then(function(){return _c}),"toggle-off":()=>Promise.resolve().then(function(){return yc}),"toggle-on":()=>Promise.resolve().then(function(){return Cc}),train:()=>Promise.resolve().then(function(){return kc}),translate:()=>Promise.resolve().then(function(){return Hc}),trash:()=>Promise.resolve().then(function(){return zc}),"trend-down":()=>Promise.resolve().then(function(){return $c}),"trend-up":()=>Promise.resolve().then(function(){return Bc}),truck:()=>Promise.resolve().then(function(){return Lc}),"twitter-x":()=>Promise.resolve().then(function(){return Ec}),unlock:()=>Promise.resolve().then(function(){return Rc}),upload:()=>Promise.resolve().then(function(){return Dc}),"user-check":()=>Promise.resolve().then(function(){return Uc}),"user-circle":()=>Promise.resolve().then(function(){return qc}),"user-pause":()=>Promise.resolve().then(function(){return Kc}),"user-square":()=>Promise.resolve().then(function(){return Xc}),users:()=>Promise.resolve().then(function(){return Gc}),"video-recorder":()=>Promise.resolve().then(function(){return eh}),"volume-max":()=>Promise.resolve().then(function(){return oh}),"volume-x":()=>Promise.resolve().then(function(){return lh}),"window-dash":()=>Promise.resolve().then(function(){return rh}),"window-desktop":()=>Promise.resolve().then(function(){return sh}),"window-dock":()=>Promise.resolve().then(function(){return ch}),"window-fullscreen":()=>Promise.resolve().then(function(){return vh}),"window-plus":()=>Promise.resolve().then(function(){return ph}),"window-sidebar":()=>Promise.resolve().then(function(){return fh}),"window-split":()=>Promise.resolve().then(function(){return wh}),"window-stack":()=>Promise.resolve().then(function(){return _h}),"window-x":()=>Promise.resolve().then(function(){return yh}),window:()=>Promise.resolve().then(function(){return Ch}),"xcircle-fill":()=>Promise.resolve().then(function(){return kh}),xcircle:()=>Promise.resolve().then(function(){return Hh}),youtube:()=>Promise.resolve().then(function(){return zh}),"zoom-in":()=>Promise.resolve().then(function(){return $h}),"zoom-out":()=>Promise.resolve().then(function(){return Bh})};var ut=u`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const pt=new Map;class gt extends We{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(pt.has(e))return void(this._icon=pt.get(e));const t=vt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();pt.set(e,o.default),this._icon=o.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:de}}gt.styles=[...We.styles,ut],e([Se({type:String,reflect:!0})],gt.prototype,"name",void 0),e([Se({type:String,reflect:!0})],gt.prototype,"size",void 0),e([Se({type:String})],gt.prototype,"ariaLabel",void 0),e([Be()],gt.prototype,"_icon",void 0);var ft=u`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
|
|
101
|
+
*/const lt=Symbol.for(""),at=e=>{if(e?.r===lt)return e?._$litStatic$},rt=(e,...t)=>({_$litStatic$:t.reduce((t,o,n)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw new Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(o)+e[n+1],e[0]),r:lt}),it=new Map,st=(dt=re,(e,...t)=>{const o=t.length;let n,l;const a=[],r=[];let i,s=0,d=!1;for(;s<o;){for(i=e[s];s<o&&void 0!==(l=t[s],n=at(l));)i+=n+e[++s],d=!0;s!==o&&r.push(l),a.push(i),s++}if(s===o&&a.push(e[o]),d){const o=a.join("$$lit$$");void 0===(e=it.get(o))&&(a.raw=a,it.set(o,e=a)),t=r}return dt(e,...t)});var dt,ct=u`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ht extends qe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ht.styles=[...qe.styles,ct],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const vt={announcement:()=>Promise.resolve().then(function(){return Pn}),archive:()=>Promise.resolve().then(function(){return zn}),"arrow-bar-down":()=>Promise.resolve().then(function(){return $n}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Bn}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Ln}),"arrow-bar-up":()=>Promise.resolve().then(function(){return En}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Tn}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Dn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Un}),"arrow-circle-up":()=>Promise.resolve().then(function(){return qn}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Kn}),"arrow-down":()=>Promise.resolve().then(function(){return Xn}),"arrow-left":()=>Promise.resolve().then(function(){return Gn}),"arrow-repeat":()=>Promise.resolve().then(function(){return el}),"arrow-right":()=>Promise.resolve().then(function(){return ol}),"arrow-square-down":()=>Promise.resolve().then(function(){return ll}),"arrow-square-left":()=>Promise.resolve().then(function(){return rl}),"arrow-square-right":()=>Promise.resolve().then(function(){return sl}),"arrow-square-up":()=>Promise.resolve().then(function(){return cl}),"arrow-up":()=>Promise.resolve().then(function(){return vl}),"bank-fill":()=>Promise.resolve().then(function(){return pl}),"bell-slash":()=>Promise.resolve().then(function(){return fl}),bell:()=>Promise.resolve().then(function(){return wl}),"bi-funnel":()=>Promise.resolve().then(function(){return _l}),"bookmark-fill":()=>Promise.resolve().then(function(){return yl}),bookmark:()=>Promise.resolve().then(function(){return Cl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return kl}),"box-seam":()=>Promise.resolve().then(function(){return Pl}),building:()=>Promise.resolve().then(function(){return zl}),bus:()=>Promise.resolve().then(function(){return $l}),calculator:()=>Promise.resolve().then(function(){return Bl}),"calendar-check":()=>Promise.resolve().then(function(){return Ll}),"calendar-heart":()=>Promise.resolve().then(function(){return El}),"calendar-x":()=>Promise.resolve().then(function(){return Tl}),calendar:()=>Promise.resolve().then(function(){return Dl}),camera:()=>Promise.resolve().then(function(){return Ul}),car:()=>Promise.resolve().then(function(){return ql}),"chat-dots":()=>Promise.resolve().then(function(){return Kl}),"chat-left-text":()=>Promise.resolve().then(function(){return Xl}),chat:()=>Promise.resolve().then(function(){return Gl}),"check-circle-fill":()=>Promise.resolve().then(function(){return ea}),"check-circle":()=>Promise.resolve().then(function(){return oa}),check:()=>Promise.resolve().then(function(){return la}),"chevron-down":()=>Promise.resolve().then(function(){return ra}),"chevron-left":()=>Promise.resolve().then(function(){return sa}),"chevron-right":()=>Promise.resolve().then(function(){return ca}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return va}),"chevron-up":()=>Promise.resolve().then(function(){return pa}),clock:()=>Promise.resolve().then(function(){return fa}),"cloud-check":()=>Promise.resolve().then(function(){return wa}),"cloud-download":()=>Promise.resolve().then(function(){return _a}),"cloud-upload":()=>Promise.resolve().then(function(){return ya}),cloud:()=>Promise.resolve().then(function(){return Ca}),"code-square":()=>Promise.resolve().then(function(){return ka}),"coins-hand":()=>Promise.resolve().then(function(){return Pa}),compass:()=>Promise.resolve().then(function(){return za}),copy:()=>Promise.resolve().then(function(){return $a}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Ba}),cross:()=>Promise.resolve().then(function(){return La}),"cursor-fill":()=>Promise.resolve().then(function(){return Ea}),cursor:()=>Promise.resolve().then(function(){return Ta}),"dash-circle":()=>Promise.resolve().then(function(){return Da}),"dash-square":()=>Promise.resolve().then(function(){return Ua}),dash:()=>Promise.resolve().then(function(){return qa}),database:()=>Promise.resolve().then(function(){return Ka}),dataflow:()=>Promise.resolve().then(function(){return Xa}),download:()=>Promise.resolve().then(function(){return Ga}),edit:()=>Promise.resolve().then(function(){return er}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return or}),"exclamation-circle":()=>Promise.resolve().then(function(){return lr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return rr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return sr}),exclamation:()=>Promise.resolve().then(function(){return cr}),"eye-fill":()=>Promise.resolve().then(function(){return vr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return pr}),"eye-slash":()=>Promise.resolve().then(function(){return fr}),eye:()=>Promise.resolve().then(function(){return wr}),"face-smile-fill":()=>Promise.resolve().then(function(){return _r}),"face-smile":()=>Promise.resolve().then(function(){return yr}),facebook:()=>Promise.resolve().then(function(){return Cr}),"file-earmark-text":()=>Promise.resolve().then(function(){return kr}),"file-pdf":()=>Promise.resolve().then(function(){return Pr}),"file-plus":()=>Promise.resolve().then(function(){return zr}),"file-text":()=>Promise.resolve().then(function(){return $r}),file:()=>Promise.resolve().then(function(){return Br}),files:()=>Promise.resolve().then(function(){return Lr}),fingerprint:()=>Promise.resolve().then(function(){return Er}),flash:()=>Promise.resolve().then(function(){return Tr}),"folder-check":()=>Promise.resolve().then(function(){return Dr}),"folder-minus":()=>Promise.resolve().then(function(){return Ur}),"folder-plus":()=>Promise.resolve().then(function(){return qr}),folder:()=>Promise.resolve().then(function(){return Kr}),gear:()=>Promise.resolve().then(function(){return Xr}),"geo-alt":()=>Promise.resolve().then(function(){return Gr}),"geo-fill":()=>Promise.resolve().then(function(){return ei}),geo:()=>Promise.resolve().then(function(){return oi}),"globe-alt":()=>Promise.resolve().then(function(){return li}),globe:()=>Promise.resolve().then(function(){return ri}),google:()=>Promise.resolve().then(function(){return si}),"grid-alt":()=>Promise.resolve().then(function(){return ci}),"grid-fill":()=>Promise.resolve().then(function(){return vi}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return pi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return fi}),"hard-drive":()=>Promise.resolve().then(function(){return wi}),heart:()=>Promise.resolve().then(function(){return _i}),"house-door":()=>Promise.resolve().then(function(){return yi}),house:()=>Promise.resolve().then(function(){return Ci}),image:()=>Promise.resolve().then(function(){return ki}),"in-box":()=>Promise.resolve().then(function(){return Pi}),"info-circle-fill":()=>Promise.resolve().then(function(){return zi}),"info-circle":()=>Promise.resolve().then(function(){return $i}),instagram:()=>Promise.resolve().then(function(){return Bi}),key:()=>Promise.resolve().then(function(){return Li}),"laptop-gear":()=>Promise.resolve().then(function(){return Ei}),laptop:()=>Promise.resolve().then(function(){return Ti}),layers:()=>Promise.resolve().then(function(){return Di}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Ui}),"layout-text-window":()=>Promise.resolve().then(function(){return qi}),layout:()=>Promise.resolve().then(function(){return Ki}),"life-buoy":()=>Promise.resolve().then(function(){return Xi}),lightbulb:()=>Promise.resolve().then(function(){return Gi}),link:()=>Promise.resolve().then(function(){return es}),linkedin:()=>Promise.resolve().then(function(){return os}),list:()=>Promise.resolve().then(function(){return ls}),"lock-fill":()=>Promise.resolve().then(function(){return rs}),lock:()=>Promise.resolve().then(function(){return ss}),login:()=>Promise.resolve().then(function(){return cs}),logout:()=>Promise.resolve().then(function(){return vs}),luggage:()=>Promise.resolve().then(function(){return ps}),"mail-open":()=>Promise.resolve().then(function(){return fs}),mail:()=>Promise.resolve().then(function(){return ws}),map:()=>Promise.resolve().then(function(){return _s}),meetup:()=>Promise.resolve().then(function(){return ys}),menu:()=>Promise.resolve().then(function(){return Cs}),microphone:()=>Promise.resolve().then(function(){return ks}),monitor:()=>Promise.resolve().then(function(){return Ps}),moon:()=>Promise.resolve().then(function(){return zs}),move:()=>Promise.resolve().then(function(){return $s}),paperclip:()=>Promise.resolve().then(function(){return Bs}),passcode:()=>Promise.resolve().then(function(){return Ls}),passport:()=>Promise.resolve().then(function(){return Es}),pause:()=>Promise.resolve().then(function(){return Ts}),pencil:()=>Promise.resolve().then(function(){return Ds}),"pending-circle":()=>Promise.resolve().then(function(){return Us}),"person-dash":()=>Promise.resolve().then(function(){return qs}),"person-plus":()=>Promise.resolve().then(function(){return Ks}),"person-x":()=>Promise.resolve().then(function(){return Xs}),person:()=>Promise.resolve().then(function(){return Gs}),phone:()=>Promise.resolve().then(function(){return ed}),"pin-map-fill":()=>Promise.resolve().then(function(){return od}),pin:()=>Promise.resolve().then(function(){return ld}),placeholder:()=>Promise.resolve().then(function(){return rd}),plane:()=>Promise.resolve().then(function(){return sd}),play:()=>Promise.resolve().then(function(){return cd}),"plus-circle":()=>Promise.resolve().then(function(){return vd}),"plus-square":()=>Promise.resolve().then(function(){return pd}),plus:()=>Promise.resolve().then(function(){return fd}),printer:()=>Promise.resolve().then(function(){return wd}),"question-circle":()=>Promise.resolve().then(function(){return _d}),rocket:()=>Promise.resolve().then(function(){return yd}),save:()=>Promise.resolve().then(function(){return Cd}),search:()=>Promise.resolve().then(function(){return kd}),send:()=>Promise.resolve().then(function(){return Pd}),"sg-crest":()=>Promise.resolve().then(function(){return zd}),share:()=>Promise.resolve().then(function(){return $d}),"shield-tick":()=>Promise.resolve().then(function(){return Bd}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Ld}),"sidebar-expand":()=>Promise.resolve().then(function(){return Ed}),"slash-circle":()=>Promise.resolve().then(function(){return Td}),"slash-divider":()=>Promise.resolve().then(function(){return Dd}),sliders:()=>Promise.resolve().then(function(){return Ud}),"sort-ascending":()=>Promise.resolve().then(function(){return qd}),"sort-descending":()=>Promise.resolve().then(function(){return Kd}),speedometer:()=>Promise.resolve().then(function(){return Xd}),"star-ai":()=>Promise.resolve().then(function(){return Gd}),"star-fill":()=>Promise.resolve().then(function(){return ec}),star:()=>Promise.resolve().then(function(){return oc}),stoplights:()=>Promise.resolve().then(function(){return lc}),sun:()=>Promise.resolve().then(function(){return rc}),"switch-horizontal":()=>Promise.resolve().then(function(){return sc}),"switch-vertical":()=>Promise.resolve().then(function(){return cc}),tablet:()=>Promise.resolve().then(function(){return vc}),telegram:()=>Promise.resolve().then(function(){return pc}),telephone:()=>Promise.resolve().then(function(){return fc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return wc}),"three-dots":()=>Promise.resolve().then(function(){return _c}),ticket:()=>Promise.resolve().then(function(){return yc}),"toggle-off":()=>Promise.resolve().then(function(){return Cc}),"toggle-on":()=>Promise.resolve().then(function(){return kc}),train:()=>Promise.resolve().then(function(){return Pc}),translate:()=>Promise.resolve().then(function(){return zc}),trash:()=>Promise.resolve().then(function(){return $c}),"trend-down":()=>Promise.resolve().then(function(){return Bc}),"trend-up":()=>Promise.resolve().then(function(){return Lc}),truck:()=>Promise.resolve().then(function(){return Ec}),"twitter-x":()=>Promise.resolve().then(function(){return Tc}),unlock:()=>Promise.resolve().then(function(){return Dc}),upload:()=>Promise.resolve().then(function(){return Uc}),"user-check":()=>Promise.resolve().then(function(){return qc}),"user-circle":()=>Promise.resolve().then(function(){return Kc}),"user-pause":()=>Promise.resolve().then(function(){return Xc}),"user-square":()=>Promise.resolve().then(function(){return Gc}),users:()=>Promise.resolve().then(function(){return eh}),"video-recorder":()=>Promise.resolve().then(function(){return oh}),"volume-max":()=>Promise.resolve().then(function(){return lh}),"volume-x":()=>Promise.resolve().then(function(){return rh}),"window-dash":()=>Promise.resolve().then(function(){return sh}),"window-desktop":()=>Promise.resolve().then(function(){return ch}),"window-dock":()=>Promise.resolve().then(function(){return vh}),"window-fullscreen":()=>Promise.resolve().then(function(){return ph}),"window-plus":()=>Promise.resolve().then(function(){return fh}),"window-sidebar":()=>Promise.resolve().then(function(){return wh}),"window-split":()=>Promise.resolve().then(function(){return _h}),"window-stack":()=>Promise.resolve().then(function(){return yh}),"window-x":()=>Promise.resolve().then(function(){return Ch}),window:()=>Promise.resolve().then(function(){return kh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Ph}),xcircle:()=>Promise.resolve().then(function(){return zh}),youtube:()=>Promise.resolve().then(function(){return $h}),"zoom-in":()=>Promise.resolve().then(function(){return Bh}),"zoom-out":()=>Promise.resolve().then(function(){return Lh})};var ut=u`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const pt=new Map;class gt extends qe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(pt.has(e))return void(this._icon=pt.get(e));const t=vt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();pt.set(e,o.default),this._icon=o.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:de}}gt.styles=[...qe.styles,ut],e([Se({type:String,reflect:!0})],gt.prototype,"name",void 0),e([Se({type:String,reflect:!0})],gt.prototype,"size",void 0),e([Se({type:String})],gt.prototype,"ariaLabel",void 0),e([Be()],gt.prototype,"_icon",void 0);var ft=u`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,mt=u`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class wt extends
|
|
104
|
+
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,mt=u`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class wt extends qe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return st`
|
|
105
105
|
<div
|
|
106
106
|
class="spinner-wrapper ${Ie({horizontal:"horizontal"===this.orientation})}"
|
|
107
107
|
>
|
|
@@ -113,33 +113,43 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
113
113
|
</div>
|
|
114
114
|
${this.label?st`<span class="spinner-label">${this.label}</span>`:de}
|
|
115
115
|
</div>
|
|
116
|
-
`}}wt.styles=[...
|
|
116
|
+
`}}wt.styles=[...qe.styles,mt,ft],e([Se({type:String,reflect:!0})],wt.prototype,"variant",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"tone",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"size",void 0),e([Se({reflect:!0,type:String})],wt.prototype,"label",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"orientation",void 0);var bt=u`:host{display:inline-block}.btn.btn-icon{display:flex;height:var(--sgds-dimension-48,56px);min-width:unset;padding:0;width:var(--sgds-dimension-48,56px)}.btn.btn-icon.btn-lg{height:var(--sgds-dimension-56);min-width:unset;padding:0;width:var(--sgds-dimension-56)}.btn.btn-icon.btn-sm{height:var(--sgds-dimension-40);min-width:unset;padding:0;width:var(--sgds-dimension-40)}.btn.btn-icon.btn-xs{height:var(--sgds-dimension-32);min-width:unset;padding:0;width:var(--sgds-dimension-32)}`;class _t extends ht{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?rt`a`:rt`button`;return st`
|
|
117
117
|
<${t}
|
|
118
118
|
class="btn btn-icon${Ie({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
|
|
119
|
-
?disabled=${
|
|
120
|
-
type=${
|
|
121
|
-
href=${
|
|
122
|
-
target=${
|
|
123
|
-
download=${
|
|
124
|
-
rel=${
|
|
125
|
-
role=${
|
|
119
|
+
?disabled=${Ue(e?void 0:this.disabled)}
|
|
120
|
+
type=${Ue(e?void 0:"button")}
|
|
121
|
+
href=${Ue(e?this.href:void 0)}
|
|
122
|
+
target=${Ue(e?this.target:void 0)}
|
|
123
|
+
download=${Ue(e?this.download:void 0)}
|
|
124
|
+
rel=${Ue(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
|
|
125
|
+
role=${Ue(e?"button":void 0)}
|
|
126
126
|
aria-disabled=${this.disabled||this.loading?"true":"false"}
|
|
127
127
|
tabindex=${this.disabled?"-1":"0"}
|
|
128
128
|
@click=${this._handleClick}
|
|
129
129
|
@keydown=${this._handleKeydown}
|
|
130
130
|
@focus=${this._handleFocus}
|
|
131
131
|
@blur=${this._handleBlur}
|
|
132
|
-
aria-label=${
|
|
132
|
+
aria-label=${Ue(this.loading?"Loading":this.ariaLabel)}
|
|
133
133
|
>
|
|
134
134
|
${this.loading?st`<sgds-spinner
|
|
135
|
-
size=${
|
|
136
|
-
tone=${
|
|
135
|
+
size=${Ue(this._assignSpinnerSize(this.size))}
|
|
136
|
+
tone=${Ue(this._assignSpinnerTone(this.tone,this.variant))}
|
|
137
137
|
></sgds-spinner>`:st`<sgds-icon
|
|
138
|
-
name=${
|
|
139
|
-
size=${
|
|
138
|
+
name=${Ue(this.name)}
|
|
139
|
+
size=${Ue(this._assignIconSize(this.size))}
|
|
140
140
|
></sgds-icon>`}
|
|
141
141
|
</${t}>
|
|
142
|
-
`}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":gt,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt="mainnav-context",yt="mainnav-expanded-context";var Zt=u`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}:host([tone=brand]) nav{background-color:var(--sgds-primary-surface-default)}:host([tone=gradient-1]) nav{background:var(--sgds-gradient-1)}:host([tone=gradient-2]) nav{background:var(--sgds-gradient-2)}:host([tone=gradient-3]) nav{background:var(--sgds-gradient-3)}:host([tone=gradient-4]) nav{background:var(--sgds-gradient-4)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:flex-start;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:var(--sgds-mainnav-height,72px);padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}:host([tone=brand]) .navbar-brand,:host([tone^=gradient]) .navbar-brand{color:var(--sgds-color-fixed-light)}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown):not(sgds-mainnav-profile)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}:host([tone=brand]) .navbar-toggler,:host([tone^=gradient]) .navbar-toggler{color:var(--sgds-color-fixed-light)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-end{margin-left:auto}.navbar-end,slot[name=start]{align-items:center;display:flex;gap:var(--sgds-gap-xs)}slot[name=profile]{align-self:stretch;display:flex}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4)}slot[name=non-collapsible].non-collapsible-empty{display:none}:host([tone=brand]) slot[name=non-collapsible]::slotted(*),:host([tone^=gradient]) slot[name=non-collapsible]::slotted(*){color:var(--sgds-color-fixed-light)}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);height:inherit;margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class Ct{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Mt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class kt extends We{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this._hasProfileComponent=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.tone="default",this.collapseId=tt("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new Ct(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||this.header&&e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<Mt[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.navbarEnd)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Ye(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Ge(this,"mainnav.show");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await Ye(this.body);const{keyframes:e,options:t}=Ge(this,"mainnav.hide");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){var e;this.expanding?(await this._animateToShow(),this.expanded=!0):(null===(e=this.header)||void 0===e||e.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,et(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),et(this,"sgds-after-hide")}_handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&t.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)})}_handleProfileSlotChange(e){const t=e.target.assignedElements({flatten:!0});this._hasProfileComponent=t.some(e=>"sgds-mainnav-profile"===e.tagName.toLowerCase()),t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&this.defaultSlotItems.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}render(){return this.breakpointReached=window.innerWidth<Mt[this.expand],re`
|
|
142
|
+
`}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":gt,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class yt extends qe{constructor(){super(...arguments),this.expanded=!1,this.expanding=!1,this.brandHref="",this.collapseId=ot("nav","collapse"),this.expand="lg",this.breakpointReached=!1,this._hasProfileComponent=!1,this._handleClickOutsideBound=e=>this._handleClickOutOfElement(e,this.body),this._handleResizeBound=()=>this._handleResize(),this._handleMobileNavBound=this._handleMobileNav.bind(this)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",this._handleClickOutsideBound),window.addEventListener("resize",this._handleResizeBound)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",this._handleClickOutsideBound),window.removeEventListener("resize",this._handleResizeBound)}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._onBreakpointReached(!0))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||this.header&&e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<xt[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._isBreakpointReached()||(this._onBreakpointReached(!0),window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._onBreakpointReached(!1),window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.navbarEnd)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Xe(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Qe(this,"nav.show");await Fe(this.body,Ye(e,this.body.scrollHeight),t),this.body.style.height="auto",this._onMenuShown(),this.emit("sgds-after-show")}_onMenuShown(){}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await Xe(this.body);const{keyframes:e,options:t}=Qe(this,"nav.hide");await Fe(this.body,Ye(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){var e;this.expanding?(await this._animateToShow(),this.expanded=!0):(null===(e=this.header)||void 0===e||e.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,tt(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),tt(this,"sgds-after-hide")}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}_renderToggler(e){return re`<sgds-icon-button
|
|
143
|
+
name=${this.expanded?"cross":"menu"}
|
|
144
|
+
variant="ghost"
|
|
145
|
+
size="sm"
|
|
146
|
+
tone=${Ue(e&&"default"!==e?"fixed-light":void 0)}
|
|
147
|
+
class="navbar-toggler"
|
|
148
|
+
@click=${this._handleSummaryClick}
|
|
149
|
+
aria-controls="${this.collapseId}"
|
|
150
|
+
aria-expanded="${this.expanded}"
|
|
151
|
+
.ariaLabel=${"Toggle navigation"}
|
|
152
|
+
></sgds-icon-button>`}}yt.dependencies={"sgds-icon-button":_t},e([Be()],yt.prototype,"expanded",void 0),e([Be()],yt.prototype,"expanding",void 0),e([Ae("nav")],yt.prototype,"nav",void 0),e([Ae(".navbar")],yt.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],yt.prototype,"header",void 0),e([Ae(".navbar-body")],yt.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],yt.prototype,"navScroll",void 0),e([Ae(".navbar-end")],yt.prototype,"navbarEnd",void 0),e([Se({type:String})],yt.prototype,"brandHref",void 0),e([Se({type:String})],yt.prototype,"expand",void 0),e([Be()],yt.prototype,"breakpointReached",void 0),e([Be()],yt.prototype,"_hasProfileComponent",void 0),e([nt("expanding",{waitUntilFirstUpdate:!0})],yt.prototype,"handleOpenChange",null),et("nav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),et("nav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});class Zt{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Ct="mainnav-context",Mt="mainnav-expanded-context";var kt=u`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}:host([tone=brand]) nav{background-color:var(--sgds-primary-surface-default)}:host([tone=gradient-1]) nav{background:var(--sgds-gradient-1)}:host([tone=gradient-2]) nav{background:var(--sgds-gradient-2)}:host([tone=gradient-3]) nav{background:var(--sgds-gradient-3)}:host([tone=gradient-4]) nav{background:var(--sgds-gradient-4)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:flex-start;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:var(--sgds-mainnav-height,72px);padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}:host([tone=brand]) .navbar-brand,:host([tone^=gradient]) .navbar-brand{color:var(--sgds-color-fixed-light)}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown):not(sgds-mainnav-profile)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-end{align-items:center;display:flex;gap:var(--sgds-gap-xs);margin-left:auto}slot[name=non-collapsible].slot-empty{display:none}slot[name=profile]{align-self:stretch;display:flex}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4)}:host([tone=brand]) slot[name=non-collapsible]::slotted(*),:host([tone^=gradient]) slot[name=non-collapsible]::slotted(*){color:var(--sgds-color-fixed-light)}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);height:inherit;margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class Ht extends yt{constructor(){super(...arguments),this._breakpointReached=!1,this._expanded=!1,this.hasNonCollapsibleSlot=!1,this.fluid=!1,this.hasSlotController=new Zt(this,"non-collapsible")}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible")),this._expanded=this.expanded}_onBreakpointReached(e){this._breakpointReached=e}_isBreakpointReached(){return this._breakpointReached}_handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>{e.setAttribute("expand",this.expand)}),this._hasProfileComponent&&t.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand)})}_handleProfileSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("expand",this.expand)})}render(){return this.breakpointReached=window.innerWidth<("always"===this.expand?-1:"never"===this.expand?1/0:{sm:512,md:768,lg:1024,xl:1280,xxl:1440}[this.expand]),re`
|
|
143
153
|
<nav>
|
|
144
154
|
<div class="navbar ${this._expandClass()}">
|
|
145
155
|
<slot name="start"></slot>
|
|
@@ -157,62 +167,49 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
157
167
|
</div>
|
|
158
168
|
</div>
|
|
159
169
|
<div class="navbar-end">
|
|
160
|
-
<slot
|
|
161
|
-
name="non-collapsible"
|
|
162
|
-
class=${Ie({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
|
|
163
|
-
></slot>
|
|
170
|
+
<slot name="non-collapsible" class=${Ie({"slot-empty":!this.hasNonCollapsibleSlot})}></slot>
|
|
164
171
|
<slot name="profile" @slotchange=${this._handleProfileSlotChange}></slot>
|
|
165
|
-
${this.
|
|
166
|
-
name=${this.expanded?"cross":"menu"}
|
|
167
|
-
variant="ghost"
|
|
168
|
-
size="sm"
|
|
169
|
-
tone=${"default"!==this.tone?"fixed-light":de}
|
|
170
|
-
class="navbar-toggler"
|
|
171
|
-
@click=${this._handleSummaryClick}
|
|
172
|
-
aria-controls="${this.collapseId}"
|
|
173
|
-
aria-expanded="${this.expanded}"
|
|
174
|
-
.ariaLabel=${"Toggle navigation"}
|
|
175
|
-
></sgds-icon-button>`}
|
|
172
|
+
${this._renderToggler()}
|
|
176
173
|
</div>
|
|
177
174
|
</div>
|
|
178
175
|
</nav>
|
|
179
|
-
`}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}kt.styles=[...We.styles,Zt],kt.dependencies={"sgds-icon-button":_t},e([r({context:xt}),Be()],kt.prototype,"_breakpointReached",void 0),e([r({context:yt}),Be()],kt.prototype,"expanded",void 0),e([Be()],kt.prototype,"expanding",void 0),e([Ae("nav")],kt.prototype,"nav",void 0),e([Ae(".navbar")],kt.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],kt.prototype,"header",void 0),e([Ae(".navbar-body")],kt.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],kt.prototype,"navScroll",void 0),e([Ae(".navbar-end")],kt.prototype,"navbarEnd",void 0),e([Be()],kt.prototype,"_hasProfileComponent",void 0),e([Se({type:Boolean})],kt.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:String})],kt.prototype,"brandHref",void 0),e([Se({type:String,reflect:!0})],kt.prototype,"tone",void 0),e([Se({type:String})],kt.prototype,"expand",void 0),e([Se({type:Boolean,reflect:!0})],kt.prototype,"fluid",void 0),e([Be()],kt.prototype,"breakpointReached",void 0),e([Ee()],kt.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],kt.prototype,"endNodes",void 0),e([ot("expanding",{waitUntilFirstUpdate:!0})],kt.prototype,"handleOpenChange",null),Qe("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Qe("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const Pt=Math.min,Ht=Math.max,Vt=Math.round,zt=Math.floor,Ot=e=>({x:e,y:e}),$t={left:"right",right:"left",bottom:"top",top:"bottom"},St={start:"end",end:"start"};function Bt(e,t,o){return Ht(e,Pt(t,o))}function jt(e,t){return"function"==typeof e?e(t):e}function Lt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function Et(e){return"x"===e?"y":"x"}function Tt(e){return"y"===e?"height":"width"}const Rt=new Set(["top","bottom"]);function Nt(e){return Rt.has(Lt(e))?"y":"x"}function Dt(e){return Et(Nt(e))}function It(e,t,o){void 0===o&&(o=!1);const n=At(e),l=Dt(e),a=Tt(l);let r="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[a]>t.floating[a]&&(r=Xt(r)),[r,Xt(r)]}function Ut(e){return e.replace(/start|end/g,e=>St[e])}const Wt=["left","right"],qt=["right","left"],Ft=["top","bottom"],Kt=["bottom","top"];function Yt(e,t,o,n){const l=At(e);let a=function(e,t,o){switch(e){case"top":case"bottom":return o?t?qt:Wt:t?Wt:qt;case"left":case"right":return t?Ft:Kt;default:return[]}}(Lt(e),"start"===o,n);return l&&(a=a.map(e=>e+"-"+l),t&&(a=a.concat(a.map(Ut)))),a}function Xt(e){return e.replace(/left|right|bottom|top/g,e=>$t[e])}function Jt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Gt(e){const{x:t,y:o,width:n,height:l}=e;return{width:n,height:l,top:o,left:t,right:t+n,bottom:o+l,x:t,y:o}}function Qt(e,t,o){let{reference:n,floating:l}=e;const a=Nt(t),r=Dt(t),i=Tt(r),s=Lt(t),d="y"===a,c=n.x+n.width/2-l.width/2,h=n.y+n.height/2-l.height/2,v=n[i]/2-l[i]/2;let u;switch(s){case"top":u={x:c,y:n.y-l.height};break;case"bottom":u={x:c,y:n.y+n.height};break;case"right":u={x:n.x+n.width,y:h};break;case"left":u={x:n.x-l.width,y:h};break;default:u={x:n.x,y:n.y}}switch(At(t)){case"start":u[r]-=v*(o&&d?-1:1);break;case"end":u[r]+=v*(o&&d?-1:1)}return u}async function eo(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:a,rects:r,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=jt(t,e),p=Jt(u),g=i[v?"floating"===h?"reference":"floating":h],f=Gt(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(g)))||o?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),m="floating"===h?{x:n,y:l,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==a.getOffsetParent?void 0:a.getOffsetParent(i.floating)),b=await(null==a.isElement?void 0:a.isElement(w))&&await(null==a.getScale?void 0:a.getScale(w))||{x:1,y:1},_=Gt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-_.top+p.top)/b.y,bottom:(_.bottom-f.bottom+p.bottom)/b.y,left:(f.left-_.left+p.left)/b.x,right:(_.right-f.right+p.right)/b.x}}const to=new Set(["left","top"]);function oo(){return"undefined"!=typeof window}function no(e){return ro(e)?(e.nodeName||"").toLowerCase():"#document"}function lo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ao(e){var t;return null==(t=(ro(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function ro(e){return!!oo()&&(e instanceof Node||e instanceof lo(e).Node)}function io(e){return!!oo()&&(e instanceof Element||e instanceof lo(e).Element)}function so(e){return!!oo()&&(e instanceof HTMLElement||e instanceof lo(e).HTMLElement)}function co(e){return!(!oo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof lo(e).ShadowRoot)}const ho=new Set(["inline","contents"]);function vo(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=Co(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!ho.has(l)}const uo=new Set(["table","td","th"]);function po(e){return uo.has(no(e))}const go=[":popover-open",":modal"];function fo(e){return go.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const mo=["transform","translate","scale","rotate","perspective"],wo=["transform","translate","scale","rotate","perspective","filter"],bo=["paint","layout","strict","content"];function _o(e){const t=xo(),o=io(e)?Co(e):e;return mo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||wo.some(e=>(o.willChange||"").includes(e))||bo.some(e=>(o.contain||"").includes(e))}function xo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const yo=new Set(["html","body","#document"]);function Zo(e){return yo.has(no(e))}function Co(e){return lo(e).getComputedStyle(e)}function Mo(e){return io(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ko(e){if("html"===no(e))return e;const t=e.assignedSlot||e.parentNode||co(e)&&e.host||ao(e);return co(t)?t.host:t}function Po(e){const t=ko(e);return Zo(t)?e.ownerDocument?e.ownerDocument.body:e.body:so(t)&&vo(t)?t:Po(t)}function Ho(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=Po(e),a=l===(null==(n=e.ownerDocument)?void 0:n.body),r=lo(l);if(a){const e=Vo(r);return t.concat(r,r.visualViewport||[],vo(l)?l:[],e&&o?Ho(e):[])}return t.concat(l,Ho(l,[],o))}function Vo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){const t=Co(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=so(e),a=l?e.offsetWidth:o,r=l?e.offsetHeight:n,i=Vt(o)!==a||Vt(n)!==r;return i&&(o=a,n=r),{width:o,height:n,$:i}}function Oo(e){return io(e)?e:e.contextElement}function $o(e){const t=Oo(e);if(!so(t))return Ot(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:a}=zo(t);let r=(a?Vt(o.width):o.width)/n,i=(a?Vt(o.height):o.height)/l;return r&&Number.isFinite(r)||(r=1),i&&Number.isFinite(i)||(i=1),{x:r,y:i}}const So=Ot(0);function Bo(e){const t=lo(e);return xo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:So}function jo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),a=Oo(e);let r=Ot(1);t&&(n?io(n)&&(r=$o(n)):r=$o(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==lo(e))&&t}(a,o,n)?Bo(a):Ot(0);let s=(l.left+i.x)/r.x,d=(l.top+i.y)/r.y,c=l.width/r.x,h=l.height/r.y;if(a){const e=lo(a),t=n&&io(n)?lo(n):n;let o=e,l=Vo(o);for(;l&&n&&t!==o;){const e=$o(l),t=l.getBoundingClientRect(),n=Co(l),a=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,r=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,h*=e.y,s+=a,d+=r,o=lo(l),l=Vo(o)}}return Gt({width:c,height:h,x:s,y:d})}function Lo(e,t){const o=Mo(e).scrollLeft;return t?t.left+o:jo(ao(e)).left+o}function Ao(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-Lo(e,o),y:o.top+t.scrollTop}}const Eo=new Set(["absolute","fixed"]);function To(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=lo(e),n=ao(e),l=o.visualViewport;let a=n.clientWidth,r=n.clientHeight,i=0,s=0;if(l){a=l.width,r=l.height;const e=xo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const d=Lo(n);if(d<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,r=Math.abs(n.clientWidth-t.clientWidth-l);r<=25&&(a-=r)}else d<=25&&(a+=d);return{width:a,height:r,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=ao(e),o=Mo(e),n=e.ownerDocument.body,l=Ht(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Ht(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let r=-o.scrollLeft+Lo(e);const i=-o.scrollTop;return"rtl"===Co(n).direction&&(r+=Ht(t.clientWidth,n.clientWidth)-l),{width:l,height:a,x:r,y:i}}(ao(e));else if(io(t))n=function(e,t){const o=jo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,a=so(e)?$o(e):Ot(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:l*a.x,y:n*a.y}}(t,o);else{const o=Bo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Gt(n)}function Ro(e,t){const o=ko(e);return!(o===t||!io(o)||Zo(o))&&("fixed"===Co(o).position||Ro(o,t))}function No(e,t,o){const n=so(t),l=ao(t),a="fixed"===o,r=jo(e,!0,a,t);let i={scrollLeft:0,scrollTop:0};const s=Ot(0);function d(){s.x=Lo(l)}if(n||!n&&!a)if(("body"!==no(t)||vo(l))&&(i=Mo(t)),n){const e=jo(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&d();a&&!n&&l&&d();const c=!l||n||a?Ot(0):Ao(l,i);return{x:r.left+i.scrollLeft-s.x-c.x,y:r.top+i.scrollTop-s.y-c.y,width:r.width,height:r.height}}function Do(e){return"static"===Co(e).position}function Io(e,t){if(!so(e)||"fixed"===Co(e).position)return null;if(t)return t(e);let o=e.offsetParent;return ao(e)===o&&(o=o.ownerDocument.body),o}function Uo(e,t){const o=lo(e);if(fo(e))return o;if(!so(e)){let t=ko(e);for(;t&&!Zo(t);){if(io(t)&&!Do(t))return t;t=ko(t)}return o}let n=Io(e,t);for(;n&&po(n)&&Do(n);)n=Io(n,t);return n&&Zo(n)&&Do(n)&&!_o(n)?o:n||function(e){let t=ko(e);for(;so(t)&&!Zo(t);){if(_o(t))return t;if(fo(t))return null;t=ko(t)}return null}(e)||o}const Wo={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const a="fixed"===l,r=ao(n),i=!!t&&fo(t.floating);if(n===r||i&&a)return o;let s={scrollLeft:0,scrollTop:0},d=Ot(1);const c=Ot(0),h=so(n);if((h||!h&&!a)&&(("body"!==no(n)||vo(r))&&(s=Mo(n)),so(n))){const e=jo(n);d=$o(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}const v=!r||h||a?Ot(0):Ao(r,s);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-s.scrollLeft*d.x+c.x+v.x,y:o.y*d.y-s.scrollTop*d.y+c.y+v.y}},getDocumentElement:ao,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const a=[..."clippingAncestors"===o?fo(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=Ho(e,[],!1).filter(e=>io(e)&&"body"!==no(e)),l=null;const a="fixed"===Co(e).position;let r=a?ko(e):e;for(;io(r)&&!Zo(r);){const t=Co(r),o=_o(r);o||"fixed"!==t.position||(l=null),(a?!o&&!l:!o&&"static"===t.position&&l&&Eo.has(l.position)||vo(r)&&!o&&Ro(e,r))?n=n.filter(e=>e!==r):l=t,r=ko(r)}return t.set(e,n),n}(t,this._c):[].concat(o),n],r=a[0],i=a.reduce((e,o)=>{const n=To(t,o,l);return e.top=Ht(n.top,e.top),e.right=Pt(n.right,e.right),e.bottom=Pt(n.bottom,e.bottom),e.left=Ht(n.left,e.left),e},To(t,r,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Uo,getElementRects:async function(e){const t=this.getOffsetParent||Uo,o=this.getDimensions,n=await o(e.floating);return{reference:No(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=zo(e);return{width:t,height:o}},getScale:$o,isElement:io,isRTL:function(e){return"rtl"===Co(e).direction}};function qo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Fo(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:a=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,d=Oo(e),c=l||a?[...d?Ho(d):[],...Ho(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&i?function(e,t){let o,n=null;const l=ao(e);function a(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function r(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:v,height:u}=d;if(i||t(),!v||!u)return;const p={rootMargin:-zt(h)+"px "+-zt(l.clientWidth-(c+v))+"px "+-zt(l.clientHeight-(h+u))+"px "+-zt(c)+"px",threshold:Ht(0,Pt(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return r();n?r(!1,n):o=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==n||qo(d,e.getBoundingClientRect())||r(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),a}(d,o):null;let v,u=-1,p=null;r&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===d&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),d&&!s&&p.observe(d),p.observe(t));let g=s?jo(e):null;return s&&function t(){const n=jo(e);g&&!qo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Ko=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:a,placement:r,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,a=await(null==n.isRTL?void 0:n.isRTL(l.floating)),r=Lt(o),i=At(o),s="y"===Nt(o),d=to.has(r)?-1:1,c=a&&s?-1:1,h=jt(t,e);let{mainAxis:v,crossAxis:u,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(u="end"===i?-1*p:p),s?{x:u*c,y:v*d}:{x:v*d,y:u*c}}(t,e);return r===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:a+s.y,data:{...s,placement:r}}}}},Yo=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:a=!0,crossAxis:r=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=jt(e,t),d={x:o,y:n},c=await eo(t,s),h=Nt(Lt(l)),v=Et(h);let u=d[v],p=d[h];if(a){const e="y"===v?"bottom":"right";u=Bt(u+c["y"===v?"top":"left"],u,u-c[e])}if(r){const e="y"===h?"bottom":"right";p=Bt(p+c["y"===h?"top":"left"],p,p-c[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:a,[h]:r}}}}}},Xo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:a,rects:r,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=jt(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const m=Lt(l),w=Nt(i),b=Lt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(d.floating)),x=v||(b||!g?[Xt(i)]:function(e){const t=Xt(e);return[Ut(e),t,Ut(t)]}(i)),y="none"!==p;!v&&y&&x.push(...Yt(i,g,p,_));const Z=[i,...x],C=await eo(t,f),M=[];let k=(null==(n=a.flip)?void 0:n.overflows)||[];if(c&&M.push(C[m]),h){const e=It(l,r,_);M.push(C[e[0]],C[e[1]])}if(k=[...k,{placement:l,overflows:M}],!M.every(e=>e<=0)){var P,H;const e=((null==(P=a.flip)?void 0:P.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Nt(t))||k.every(e=>Nt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:k},reset:{placement:t}}}let o=null==(H=k.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!o)switch(u){case"bestFit":{var V;const e=null==(V=k.filter(e=>{if(y){const t=Nt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(o=e);break}case"initialPlacement":o=i}if(l!==o)return{reset:{placement:o}}}return{}}}},Jo=(e,t,o)=>{const n=new Map,l={platform:Wo,...o},a={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:a=[],platform:r}=o,i=a.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let d=await r.getElementRects({reference:e,floating:t,strategy:l}),{x:c,y:h}=Qt(d,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:a,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:c,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:d,platform:r,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=m?m:h,u={...u,[a]:{...u[a],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(d=!0===b.rects?await r.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:c,y:h}=Qt(d,v,s))),o=-1)}return{x:c,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:a})};var Go=u`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`,Qo=u`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,en=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}:host([tone=brand][expand=always]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=always]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=sm]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=md]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=lg]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xxl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`
|
|
176
|
+
`}}Ht.styles=[...yt.styles,kt],e([r({context:Ct}),Be()],Ht.prototype,"_breakpointReached",void 0),e([r({context:Mt}),Be()],Ht.prototype,"_expanded",void 0),e([Se({type:Boolean})],Ht.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:Boolean,reflect:!0})],Ht.prototype,"fluid",void 0),e([Ee()],Ht.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],Ht.prototype,"endNodes",void 0);const Pt=Math.min,Vt=Math.max,zt=Math.round,Ot=Math.floor,$t=e=>({x:e,y:e}),St={left:"right",right:"left",bottom:"top",top:"bottom"},Bt={start:"end",end:"start"};function jt(e,t,o){return Vt(e,Pt(t,o))}function Lt(e,t){return"function"==typeof e?e(t):e}function At(e){return e.split("-")[0]}function Et(e){return e.split("-")[1]}function Rt(e){return"x"===e?"y":"x"}function Tt(e){return"y"===e?"height":"width"}const Nt=new Set(["top","bottom"]);function Dt(e){return Nt.has(At(e))?"y":"x"}function It(e){return Rt(Dt(e))}function Ut(e,t,o){void 0===o&&(o=!1);const n=Et(e),l=It(e),a=Tt(l);let r="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[a]>t.floating[a]&&(r=Jt(r)),[r,Jt(r)]}function Wt(e){return e.replace(/start|end/g,e=>Bt[e])}const qt=["left","right"],Ft=["right","left"],Kt=["top","bottom"],Yt=["bottom","top"];function Xt(e,t,o,n){const l=Et(e);let a=function(e,t,o){switch(e){case"top":case"bottom":return o?t?Ft:qt:t?qt:Ft;case"left":case"right":return t?Kt:Yt;default:return[]}}(At(e),"start"===o,n);return l&&(a=a.map(e=>e+"-"+l),t&&(a=a.concat(a.map(Wt)))),a}function Jt(e){return e.replace(/left|right|bottom|top/g,e=>St[e])}function Gt(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 Qt(e){const{x:t,y:o,width:n,height:l}=e;return{width:n,height:l,top:o,left:t,right:t+n,bottom:o+l,x:t,y:o}}function eo(e,t,o){let{reference:n,floating:l}=e;const a=Dt(t),r=It(t),i=Tt(r),s=At(t),d="y"===a,c=n.x+n.width/2-l.width/2,h=n.y+n.height/2-l.height/2,v=n[i]/2-l[i]/2;let u;switch(s){case"top":u={x:c,y:n.y-l.height};break;case"bottom":u={x:c,y:n.y+n.height};break;case"right":u={x:n.x+n.width,y:h};break;case"left":u={x:n.x-l.width,y:h};break;default:u={x:n.x,y:n.y}}switch(Et(t)){case"start":u[r]-=v*(o&&d?-1:1);break;case"end":u[r]+=v*(o&&d?-1:1)}return u}async function to(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:a,rects:r,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=Lt(t,e),p=Gt(u),g=i[v?"floating"===h?"reference":"floating":h],f=Qt(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(g)))||o?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),m="floating"===h?{x:n,y:l,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==a.getOffsetParent?void 0:a.getOffsetParent(i.floating)),b=await(null==a.isElement?void 0:a.isElement(w))&&await(null==a.getScale?void 0:a.getScale(w))||{x:1,y:1},_=Qt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-_.top+p.top)/b.y,bottom:(_.bottom-f.bottom+p.bottom)/b.y,left:(f.left-_.left+p.left)/b.x,right:(_.right-f.right+p.right)/b.x}}const oo=new Set(["left","top"]);function no(){return"undefined"!=typeof window}function lo(e){return io(e)?(e.nodeName||"").toLowerCase():"#document"}function ao(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ro(e){var t;return null==(t=(io(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function io(e){return!!no()&&(e instanceof Node||e instanceof ao(e).Node)}function so(e){return!!no()&&(e instanceof Element||e instanceof ao(e).Element)}function co(e){return!!no()&&(e instanceof HTMLElement||e instanceof ao(e).HTMLElement)}function ho(e){return!(!no()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof ao(e).ShadowRoot)}const vo=new Set(["inline","contents"]);function uo(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=Mo(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!vo.has(l)}const po=new Set(["table","td","th"]);function go(e){return po.has(lo(e))}const fo=[":popover-open",":modal"];function mo(e){return fo.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const wo=["transform","translate","scale","rotate","perspective"],bo=["transform","translate","scale","rotate","perspective","filter"],_o=["paint","layout","strict","content"];function xo(e){const t=yo(),o=so(e)?Mo(e):e;return wo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||bo.some(e=>(o.willChange||"").includes(e))||_o.some(e=>(o.contain||"").includes(e))}function yo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Zo=new Set(["html","body","#document"]);function Co(e){return Zo.has(lo(e))}function Mo(e){return ao(e).getComputedStyle(e)}function ko(e){return so(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ho(e){if("html"===lo(e))return e;const t=e.assignedSlot||e.parentNode||ho(e)&&e.host||ro(e);return ho(t)?t.host:t}function Po(e){const t=Ho(e);return Co(t)?e.ownerDocument?e.ownerDocument.body:e.body:co(t)&&uo(t)?t:Po(t)}function Vo(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=Po(e),a=l===(null==(n=e.ownerDocument)?void 0:n.body),r=ao(l);if(a){const e=zo(r);return t.concat(r,r.visualViewport||[],uo(l)?l:[],e&&o?Vo(e):[])}return t.concat(l,Vo(l,[],o))}function zo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Oo(e){const t=Mo(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=co(e),a=l?e.offsetWidth:o,r=l?e.offsetHeight:n,i=zt(o)!==a||zt(n)!==r;return i&&(o=a,n=r),{width:o,height:n,$:i}}function $o(e){return so(e)?e:e.contextElement}function So(e){const t=$o(e);if(!co(t))return $t(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:a}=Oo(t);let r=(a?zt(o.width):o.width)/n,i=(a?zt(o.height):o.height)/l;return r&&Number.isFinite(r)||(r=1),i&&Number.isFinite(i)||(i=1),{x:r,y:i}}const Bo=$t(0);function jo(e){const t=ao(e);return yo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Bo}function Lo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),a=$o(e);let r=$t(1);t&&(n?so(n)&&(r=So(n)):r=So(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==ao(e))&&t}(a,o,n)?jo(a):$t(0);let s=(l.left+i.x)/r.x,d=(l.top+i.y)/r.y,c=l.width/r.x,h=l.height/r.y;if(a){const e=ao(a),t=n&&so(n)?ao(n):n;let o=e,l=zo(o);for(;l&&n&&t!==o;){const e=So(l),t=l.getBoundingClientRect(),n=Mo(l),a=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,r=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,h*=e.y,s+=a,d+=r,o=ao(l),l=zo(o)}}return Qt({width:c,height:h,x:s,y:d})}function Ao(e,t){const o=ko(e).scrollLeft;return t?t.left+o:Lo(ro(e)).left+o}function Eo(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-Ao(e,o),y:o.top+t.scrollTop}}const Ro=new Set(["absolute","fixed"]);function To(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=ao(e),n=ro(e),l=o.visualViewport;let a=n.clientWidth,r=n.clientHeight,i=0,s=0;if(l){a=l.width,r=l.height;const e=yo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const d=Ao(n);if(d<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,r=Math.abs(n.clientWidth-t.clientWidth-l);r<=25&&(a-=r)}else d<=25&&(a+=d);return{width:a,height:r,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=ro(e),o=ko(e),n=e.ownerDocument.body,l=Vt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Vt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let r=-o.scrollLeft+Ao(e);const i=-o.scrollTop;return"rtl"===Mo(n).direction&&(r+=Vt(t.clientWidth,n.clientWidth)-l),{width:l,height:a,x:r,y:i}}(ro(e));else if(so(t))n=function(e,t){const o=Lo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,a=co(e)?So(e):$t(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:l*a.x,y:n*a.y}}(t,o);else{const o=jo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Qt(n)}function No(e,t){const o=Ho(e);return!(o===t||!so(o)||Co(o))&&("fixed"===Mo(o).position||No(o,t))}function Do(e,t,o){const n=co(t),l=ro(t),a="fixed"===o,r=Lo(e,!0,a,t);let i={scrollLeft:0,scrollTop:0};const s=$t(0);function d(){s.x=Ao(l)}if(n||!n&&!a)if(("body"!==lo(t)||uo(l))&&(i=ko(t)),n){const e=Lo(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&d();a&&!n&&l&&d();const c=!l||n||a?$t(0):Eo(l,i);return{x:r.left+i.scrollLeft-s.x-c.x,y:r.top+i.scrollTop-s.y-c.y,width:r.width,height:r.height}}function Io(e){return"static"===Mo(e).position}function Uo(e,t){if(!co(e)||"fixed"===Mo(e).position)return null;if(t)return t(e);let o=e.offsetParent;return ro(e)===o&&(o=o.ownerDocument.body),o}function Wo(e,t){const o=ao(e);if(mo(e))return o;if(!co(e)){let t=Ho(e);for(;t&&!Co(t);){if(so(t)&&!Io(t))return t;t=Ho(t)}return o}let n=Uo(e,t);for(;n&&go(n)&&Io(n);)n=Uo(n,t);return n&&Co(n)&&Io(n)&&!xo(n)?o:n||function(e){let t=Ho(e);for(;co(t)&&!Co(t);){if(xo(t))return t;if(mo(t))return null;t=Ho(t)}return null}(e)||o}const qo={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const a="fixed"===l,r=ro(n),i=!!t&&mo(t.floating);if(n===r||i&&a)return o;let s={scrollLeft:0,scrollTop:0},d=$t(1);const c=$t(0),h=co(n);if((h||!h&&!a)&&(("body"!==lo(n)||uo(r))&&(s=ko(n)),co(n))){const e=Lo(n);d=So(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}const v=!r||h||a?$t(0):Eo(r,s);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-s.scrollLeft*d.x+c.x+v.x,y:o.y*d.y-s.scrollTop*d.y+c.y+v.y}},getDocumentElement:ro,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const a=[..."clippingAncestors"===o?mo(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=Vo(e,[],!1).filter(e=>so(e)&&"body"!==lo(e)),l=null;const a="fixed"===Mo(e).position;let r=a?Ho(e):e;for(;so(r)&&!Co(r);){const t=Mo(r),o=xo(r);o||"fixed"!==t.position||(l=null),(a?!o&&!l:!o&&"static"===t.position&&l&&Ro.has(l.position)||uo(r)&&!o&&No(e,r))?n=n.filter(e=>e!==r):l=t,r=Ho(r)}return t.set(e,n),n}(t,this._c):[].concat(o),n],r=a[0],i=a.reduce((e,o)=>{const n=To(t,o,l);return e.top=Vt(n.top,e.top),e.right=Pt(n.right,e.right),e.bottom=Pt(n.bottom,e.bottom),e.left=Vt(n.left,e.left),e},To(t,r,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Wo,getElementRects:async function(e){const t=this.getOffsetParent||Wo,o=this.getDimensions,n=await o(e.floating);return{reference:Do(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=Oo(e);return{width:t,height:o}},getScale:So,isElement:so,isRTL:function(e){return"rtl"===Mo(e).direction}};function Fo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Ko(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:a=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,d=$o(e),c=l||a?[...d?Vo(d):[],...Vo(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&i?function(e,t){let o,n=null;const l=ro(e);function a(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function r(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:v,height:u}=d;if(i||t(),!v||!u)return;const p={rootMargin:-Ot(h)+"px "+-Ot(l.clientWidth-(c+v))+"px "+-Ot(l.clientHeight-(h+u))+"px "+-Ot(c)+"px",threshold:Vt(0,Pt(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return r();n?r(!1,n):o=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==n||Fo(d,e.getBoundingClientRect())||r(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),a}(d,o):null;let v,u=-1,p=null;r&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===d&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),d&&!s&&p.observe(d),p.observe(t));let g=s?Lo(e):null;return s&&function t(){const n=Lo(e);g&&!Fo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Yo=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:a,placement:r,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,a=await(null==n.isRTL?void 0:n.isRTL(l.floating)),r=At(o),i=Et(o),s="y"===Dt(o),d=oo.has(r)?-1:1,c=a&&s?-1:1,h=Lt(t,e);let{mainAxis:v,crossAxis:u,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(u="end"===i?-1*p:p),s?{x:u*c,y:v*d}:{x:v*d,y:u*c}}(t,e);return r===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:a+s.y,data:{...s,placement:r}}}}},Xo=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:a=!0,crossAxis:r=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=Lt(e,t),d={x:o,y:n},c=await to(t,s),h=Dt(At(l)),v=Rt(h);let u=d[v],p=d[h];if(a){const e="y"===v?"bottom":"right";u=jt(u+c["y"===v?"top":"left"],u,u-c[e])}if(r){const e="y"===h?"bottom":"right";p=jt(p+c["y"===h?"top":"left"],p,p-c[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:a,[h]:r}}}}}},Jo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:a,rects:r,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=Lt(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const m=At(l),w=Dt(i),b=At(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(d.floating)),x=v||(b||!g?[Jt(i)]:function(e){const t=Jt(e);return[Wt(e),t,Wt(t)]}(i)),y="none"!==p;!v&&y&&x.push(...Xt(i,g,p,_));const Z=[i,...x],C=await to(t,f),M=[];let k=(null==(n=a.flip)?void 0:n.overflows)||[];if(c&&M.push(C[m]),h){const e=Ut(l,r,_);M.push(C[e[0]],C[e[1]])}if(k=[...k,{placement:l,overflows:M}],!M.every(e=>e<=0)){var H,P;const e=((null==(H=a.flip)?void 0:H.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Dt(t))||k.every(e=>Dt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:k},reset:{placement:t}}}let o=null==(P=k.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:P.placement;if(!o)switch(u){case"bestFit":{var V;const e=null==(V=k.filter(e=>{if(y){const t=Dt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(o=e);break}case"initialPlacement":o=i}if(l!==o)return{reset:{placement:o}}}return{}}}},Go=(e,t,o)=>{const n=new Map,l={platform:qo,...o},a={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:a=[],platform:r}=o,i=a.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let d=await r.getElementRects({reference:e,floating:t,strategy:l}),{x:c,y:h}=eo(d,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:a,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:c,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:d,platform:r,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=m?m:h,u={...u,[a]:{...u[a],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(d=!0===b.rects?await r.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:c,y:h}=eo(d,v,s))),o=-1)}return{x:c,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:a})};var Qo=u`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`,en=u`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,tn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}:host([tone=brand][expand=always]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=always]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=sm]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=md]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=lg]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xxl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`
|
|
180
177
|
/**
|
|
181
178
|
* @license
|
|
182
179
|
* Copyright 2020 Google LLC
|
|
183
180
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
184
|
-
*/;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const
|
|
181
|
+
*/;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const on=(e,t)=>{const o=e._$disconnectableChildren;if(void 0===o)return!1;for(const e of o)e._$notifyDirectiveConnectionChanged?.(t,!1),on(e,t);return!0},nn=e=>{let t,o;do{if(void 0===(t=e._$parent))break;o=t._$disconnectableChildren,o.delete(e),e=t}while(0===o?.size)},ln=e=>{for(let t;t=e._$parent;e=t){let o=t._$disconnectableChildren;if(void 0===o)t._$disconnectableChildren=o=new Set;else if(o.has(e))break;o.add(e),sn(t)}};
|
|
185
182
|
/**
|
|
186
183
|
* @license
|
|
187
184
|
* Copyright 2017 Google LLC
|
|
188
185
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
189
|
-
*/function
|
|
186
|
+
*/function an(e){void 0!==this._$disconnectableChildren?(nn(this),this._$parent=e,ln(this)):this._$parent=e}function rn(e,t=!1,o=0){const n=this._$committedValue,l=this._$disconnectableChildren;if(void 0!==l&&0!==l.size)if(t)if(Array.isArray(n))for(let e=o;e<n.length;e++)on(n[e],!1),nn(n[e]);else null!=n&&(on(n,!1),nn(n));else on(this,e)}const sn=e=>{e.type==Te&&(e._$notifyConnectionChanged??=rn,e._$reparentDisconnectables??=an)};class dn extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,o){super._$initialize(e,t,o),ln(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(on(this,e),nn(this))}setValue(e){if(void 0===this.__part.strings)this.__part._$setValue(e,this);else{if(void 0===this.__attributeIndex)throw new Error("Expected this.__attributeIndex to be a number");const t=[...this.__part._$committedValue];t[this.__attributeIndex]=e,this.__part._$setValue(t,this,0)}}disconnected(){}reconnected(){}}
|
|
190
187
|
/**
|
|
191
188
|
* @license
|
|
192
189
|
* Copyright 2020 Google LLC
|
|
193
190
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
194
|
-
*/const
|
|
191
|
+
*/const cn=()=>new hn;class hn{}const vn=new WeakMap;const un=Ne(class extends dn{render(e){return de}update(e,[t]){const o=t!==this._ref;return o&&void 0!==this._ref&&this._updateRefValue(void 0),(o||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),de}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let o=vn.get(t);void 0===o&&(o=new WeakMap,vn.set(t,o)),void 0!==o.get(this._ref)&&this._ref.call(this._context,void 0),o.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?vn.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}});class pn extends qe{constructor(){super(...arguments),this.myDropdown=cn(),this.dropdownMenuId=ot("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=cn(),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}=Qe(this,"dropdown.show");await Fe(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=Ko(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}=Qe(this,"dropdown.hide");await Fe(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const o=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},n=t.map(o),l=e.map(e=>{const l=o(e),a=n.indexOf(l);return-1!==a?t[a]:e}).concat(t.filter(t=>!e.some(e=>o(e)===o(t))));return l}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Yo(8),this.noFlip?void 0:Jo(),Xo()].filter(Boolean);let o=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(o=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const n=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:o}),{x:l,y:a,strategy:r,placement:i}=await Go(this.myDropdown.value,this.menuRef.value,n);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:r,left:`${l}px`,top:`${a}px`})}}e([Se({type:Boolean,state:!0})],pn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],pn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],pn.prototype,"drop",void 0),e([Se({type:Object})],pn.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"readonly",void 0),et("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),et("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class gn extends pn{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),o=t.find(t=>e.composedPath().includes(t));if(!o)return;const n=t.indexOf(o);this.nextDropdownItemNo=n+1,this.prevDropdownItemNo=n<=0?t.length-1:n-1,o.disabled||(this.emit("sgds-select",{detail:{item:o}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const o=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");o&&o.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Escape":this.menuIsOpen&&(e.preventDefault(),this.hideMenu());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=>"menuitem"===e.getAttribute("role")&&!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&&!e.readonly)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const o=(e%t.length+t.length)%t.length,n=t[o];this.emit("i-sgds-option-focus",{detail:{option:n}}),this.nextDropdownItemNo=(o+1)%t.length,this.prevDropdownItemNo=(o-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===n?"0":"-1"),e===n&&t.focus()})}}gn.styles=pn.styles,e([Ae("ul.dropdown-menu")],gn.prototype,"menu",void 0),e([Be()],gn.prototype,"nextDropdownItemNo",void 0),e([Be()],gn.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],gn.prototype,"hidden",void 0);class fn extends gn{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=un()}async _handleClick(e){if(this.disabled)return;const t=this._toggler[0];if(!t)return void this.toggleMenu();if(e.composedPath().includes(t))return void this.toggleMenu();if(!this.menuIsOpen)return;const o=this.menuRef.value;o&&e.composedPath().includes(o)||this.hideMenu()}_handleCloseMenu(){const e=this._toggler[0];null==e||e.focus()}async connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._handleCloseMenu)}async disconnectedCallback(){this.removeEventListener("sgds-hide",this._handleCloseMenu)}async firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&await this.updateFloatingPosition(),this._handleDisabled()}_handleTogglerSlotChange(e){const t=e.target.assignedElements({flatten:!0})[0];t&&(t.setAttribute("aria-haspopup","menu"),t.setAttribute("aria-expanded",String(this.menuIsOpen)))}_handleMenuIsOpenChange(){const e=this._toggler[0];e&&e.setAttribute("aria-expanded",String(this.menuIsOpen))}_handleDisabled(){const e=this._toggler[0];e&&(this.disabled?e.setAttribute("disabled","true"):e.hasAttribute("disabled")&&e.removeAttribute("disabled"))}render(){return re`
|
|
195
192
|
<div class="dropdown" @click=${this._handleClick}>
|
|
196
|
-
<div class="toggler-container" ${
|
|
193
|
+
<div class="toggler-container" ${un(this.myDropdown)}>
|
|
197
194
|
<slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
|
|
198
195
|
</div>
|
|
199
|
-
<div class="dropdown-menu" role="menu" ${
|
|
196
|
+
<div class="dropdown-menu" role="menu" ${un(this.menuRef)}>
|
|
200
197
|
<slot id="default" @click=${this.handleSelectSlot}></slot>
|
|
201
198
|
</div>
|
|
202
199
|
</div>
|
|
203
|
-
`}}
|
|
200
|
+
`}}fn.styles=[...gn.styles,Qo,en],e([Se({type:Boolean,reflect:!0,state:!1})],fn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],fn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],fn.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],fn.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],fn.prototype,"_toggler",void 0),e([nt("menuIsOpen")],fn.prototype,"_handleMenuIsOpenChange",null),e([nt("disabled",{waitUntilFirstUpdate:!0})],fn.prototype,"_handleDisabled",null);var mn=u`:host([disabled]){cursor:not-allowed}.dropdown-item{align-items:center;background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-sm);padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-align:inherit}.dropdown-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus,.dropdown-item:focus-visible{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.dropdown-item.active{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-primary-color-default);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item.readonly{cursor:default}.dropdown-item.readonly:focus,.dropdown-item.readonly:focus-visible,.dropdown-item.readonly:hover{background-color:var(--sgds-bg-transparent);outline:none}::slotted(*){color:inherit!important;display:flex;gap:var(--sgds-gap-sm);text-decoration:none!important}::slotted(a),::slotted(sgds-checkbox){flex:1;margin:calc(var(--sgds-padding-sm)*-1) calc(var(--sgds-padding-lg)*-1);padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.dropdown-item.mainnav-dropdown-link{padding:var(--sgds-padding-none)}.dropdown-item.mainnav-dropdown-link ::slotted(*){box-sizing:border-box;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}@media screen and (min-width:1024px){.dropdown-item.mainnav-dropdown-link ::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class wn extends qe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.readonly=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return re`
|
|
204
201
|
<div
|
|
205
202
|
class="dropdown-item ${Ie({disabled:this.disabled,active:this.active,readonly:this.readonly})}"
|
|
206
203
|
tabindex=${this.disabled||this.readonly?"-1":"0"}
|
|
207
|
-
aria-label=${
|
|
204
|
+
aria-label=${Ue(this.ariaLabel||void 0)}
|
|
208
205
|
>
|
|
209
206
|
<slot></slot>
|
|
210
207
|
</div>
|
|
211
|
-
`}}
|
|
208
|
+
`}}wn.styles=[Qo,mn],wn.dependencies={"sgds-icon":gt},e([Ee({flatten:!0})],wn.prototype,"anchor",void 0),e([Se({type:Boolean})],wn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],wn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],wn.prototype,"readonly",void 0),e([Se({type:String})],wn.prototype,"ariaLabel",void 0);const bn="Enter";class _n extends qe{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=ot("dropdown","button"),this.active=!1,this.disabled=!1}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this._breakpointReached&&(this._copyTextToMenu(),this._resetDropdownMenu(),this._hideDropdownMenuItems())}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{var t;e.addEventListener("keydown",this._handleKeyboardMenuItemsEvent.bind(this));const o=e.shadowRoot.querySelector(".dropdown-item");o.classList.add("mainnav-dropdown-link");const n=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");n.tabIndex=-1,o.classList.contains("disabled")?(n.setAttribute("href","javascript:void(0)"),n.setAttribute("tabindex","-1")):n.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),o=[this.menuHeaderButton,...t],n=o.length;if(0===n)return;const l=o[0],a=o[n-1].shadowRoot.querySelector(".dropdown-item");let r=document.activeElement;if(r===this&&(r=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)r===l&&(e.preventDefault(),setTimeout(()=>{a.focus()},0));else{const t=r.shadowRoot?r.shadowRoot.querySelector(".dropdown-item"):null;t&&t===a&&(e.preventDefault(),l.focus())}}_copyTextToMenu(){this.menuHeaderText.innerHTML=this.togglerNodes[0].innerHTML}_hideDropdownMenuItems(){this.dropdownItems.style.display="none",this.dropdownItems.setAttribute("aria-hidden","true")}_resetDropdownMenu(){const e=this._getNavbarBody();return e?new Promise(t=>{const o=n=>{"transform"===n.propertyName&&(e.removeEventListener("transitionend",o),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",o),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==bn&&" "!==e.key||(e.preventDefault(),this._openMenu())}_getNavbarBody(){const e=document.querySelector("sgds-mainnav");if(!(null==e?void 0:e.shadowRoot))return void console.warn("sgds-mainnav or its shadowRoot not found");const t=e.shadowRoot.querySelector(".navbar-body");if(t)return t;console.warn(".navbar-body not found in sgds-mainnav")}_openMenu(){this._getNavbarBody().style.transform="translateX(-100%)",this.dropdownItems.style.removeProperty("display"),this.dropdownItems.setAttribute("aria-hidden","false"),setTimeout(()=>{this.menuHeaderButton.focus()},50)}_handleHeaderKeyboardEvent(e){switch(e.key){case"Tab":this._handleKeyboardMenuItemsEvent(e);break;case bn:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=re`
|
|
212
209
|
<a
|
|
213
210
|
class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
214
211
|
aria-disabled=${this.disabled?"true":"false"}
|
|
215
|
-
aria-label=${
|
|
212
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
216
213
|
tabindex=${this.disabled?"-1":"0"}
|
|
217
214
|
role="button"
|
|
218
215
|
@click=${this._openMenu}
|
|
@@ -229,13 +226,13 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
229
226
|
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
230
227
|
</div>
|
|
231
228
|
`,t=re`<sgds-dropdown
|
|
232
|
-
.floatingOpts=${{middleware:[
|
|
229
|
+
.floatingOpts=${{middleware:[Yo(0)]}}
|
|
233
230
|
?disabled=${this.disabled}
|
|
234
231
|
>
|
|
235
232
|
<a
|
|
236
233
|
class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
237
234
|
aria-disabled=${this.disabled?"true":"false"}
|
|
238
|
-
aria-label=${
|
|
235
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
239
236
|
id=${this.togglerId}
|
|
240
237
|
tabindex=${this.disabled?"-1":"0"}
|
|
241
238
|
role="button"
|
|
@@ -245,29 +242,32 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
245
242
|
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
246
243
|
</a>
|
|
247
244
|
<slot @slotchange=${this._handleDesktopSlotChange}></slot>
|
|
248
|
-
</sgds-dropdown>`;return this._breakpointReached?e:t}}bn.styles=[...We.styles,Go,Qo,en],bn.dependencies={"sgds-dropdown":gn,"sgds-dropdown-item":mn,"sgds-icon":gt},e([i({context:xt,subscribe:!0}),Be()],bn.prototype,"_breakpointReached",void 0),e([i({context:yt,subscribe:!0}),Be()],bn.prototype,"expanded",void 0),e([Ae(".nav-link")],bn.prototype,"navLink",void 0),e([Ae(".dropdown-items")],bn.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],bn.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],bn.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],bn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],bn.prototype,"disabled",void 0),e([Se({type:String})],bn.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],bn.prototype,"togglerNodes",void 0),e([Ee()],bn.prototype,"defaultNodes",void 0);var _n=u`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}:host([tone=brand][expand=always]) ::slotted(*),:host([tone^=gradient][expand=always]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) ::slotted(*),:host([tone^=gradient][expand=sm]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) ::slotted(*),:host([tone^=gradient][expand=md]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) ::slotted(*),:host([tone^=gradient][expand=lg]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) ::slotted(*),:host([tone^=gradient][expand=xl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) ::slotted(*),:host([tone^=gradient][expand=xxl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}@media screen and (min-width:512px){:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:768px){:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class xn extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,o=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(o.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===o.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===o.length){const e=o[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return re`<slot @slotchange=${this._handleSlotChange}></slot>`}}xn.styles=[...We.styles,_n],e([Se({type:Boolean,reflect:!0})],xn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],xn.prototype,"disabled",void 0),e([ot("disabled")],xn.prototype,"_handleDisabled",null);var yn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}button.nav-link{appearance:none;background:none;border:none;font-family:inherit}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.profile-text{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-text-2-xs,2px);text-align:left}.profile-label{font-weight:var(--sgds-font-weight-semibold)}.profile-label,.profile-secondary-text{font-size:var(--sgds-font-size-body-xs);line-height:var(--sgds-line-height-3-xs,16px)}sgds-dropdown{display:block;height:100%}.profile-avatar-mobile{align-items:center;border-radius:var(--sgds-border-radius-full);cursor:pointer;display:flex;height:100%}.profile-avatar-mobile:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.profile-mobile-panel{animation:profile-panel-show .2s ease-in-out;background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);left:0;overflow:hidden;padding:var(--sgds-padding-md) 0;position:absolute;top:100%;width:100%;z-index:var(--sgds-z-index-floating)}.profile-mobile-panel[hidden]{display:none}@keyframes profile-panel-show{0%{max-height:0;opacity:0}to{max-height:100dvh;opacity:1}}.profile-mobile-items{display:flex;flex-direction:column;margin:auto;max-height:calc(100dvh - 72px);max-width:var(--sgds-mainnav-max-width,1440px);overflow-y:auto;width:100%}@media screen and (min-width:1024px){.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Zn extends We{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=tt("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}render(){return this._breakpointReached?re`
|
|
249
|
-
<
|
|
245
|
+
</sgds-dropdown>`;return this._breakpointReached?e:t}}_n.styles=[...qe.styles,Qo,en,tn],_n.dependencies={"sgds-dropdown":fn,"sgds-dropdown-item":wn,"sgds-icon":gt},e([i({context:Ct,subscribe:!0}),Be()],_n.prototype,"_breakpointReached",void 0),e([i({context:Mt,subscribe:!0}),Be()],_n.prototype,"expanded",void 0),e([Ae(".nav-link")],_n.prototype,"navLink",void 0),e([Ae(".dropdown-items")],_n.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],_n.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],_n.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],_n.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],_n.prototype,"disabled",void 0),e([Se({type:String})],_n.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],_n.prototype,"togglerNodes",void 0),e([Ee()],_n.prototype,"defaultNodes",void 0);var xn=u`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}:host([tone=brand][expand=always]) ::slotted(*),:host([tone^=gradient][expand=always]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) ::slotted(*),:host([tone^=gradient][expand=sm]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) ::slotted(*),:host([tone^=gradient][expand=md]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) ::slotted(*),:host([tone^=gradient][expand=lg]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) ::slotted(*),:host([tone^=gradient][expand=xl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) ::slotted(*),:host([tone^=gradient][expand=xxl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}@media screen and (min-width:512px){:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:768px){:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class yn extends qe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,o=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(o.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===o.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===o.length){const e=o[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return re`<slot @slotchange=${this._handleSlotChange}></slot>`}}yn.styles=[...qe.styles,xn],e([Se({type:Boolean,reflect:!0})],yn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],yn.prototype,"disabled",void 0),e([nt("disabled")],yn.prototype,"_handleDisabled",null);var Zn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}button.nav-link{appearance:none;background:none;border:none;font-family:inherit}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.nav-link.read-only,.profile-avatar-mobile.read-only{cursor:default;pointer-events:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.profile-text{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-text-2-xs,2px);text-align:left}.profile-label{font-weight:var(--sgds-font-weight-semibold)}.profile-label,.profile-secondary-text{font-size:var(--sgds-font-size-body-xs);line-height:var(--sgds-line-height-3-xs,16px)}sgds-dropdown{display:block;height:100%}.profile-avatar-mobile{align-items:center;background:none;border:none;border-radius:var(--sgds-border-radius-full);color:inherit;cursor:pointer;display:flex;font:inherit;height:100%;margin:0;padding:0}.profile-avatar-mobile:focus-visible{outline:none}.profile-avatar-mobile:focus-visible ::slotted(*){border-radius:var(--sgds-border-radius-full);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.profile-mobile-panel{animation:profile-panel-show .2s ease-in-out;background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);left:0;padding:var(--sgds-padding-md) 0;position:absolute;top:100%;width:100%;z-index:var(--sgds-z-index-floating)}.profile-mobile-panel[hidden]{display:none}@keyframes profile-panel-show{0%{max-height:0;opacity:0}to{max-height:100dvh;opacity:1}}.profile-mobile-items{display:flex;flex-direction:column;height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);overflow-y:auto;width:100%}@media screen and (min-width:1024px){.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Cn extends qe{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this._hasDropdownItems=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=ot("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleClickOutside=e=>{this._mobileMenuOpen&&"inside"!==this.close&&(e.composedPath().includes(this)||(this._mobileMenuOpen=!1))},this._handleSlotChange=()=>{this._hasDropdownItems=this._defaultSlotElements.length>0},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}connectedCallback(){super.connectedCallback(),window.addEventListener("click",this._handleClickOutside)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",this._handleClickOutside)}render(){return this._breakpointReached?this._hasDropdownItems?re`
|
|
246
|
+
<button
|
|
250
247
|
class="profile-avatar-mobile"
|
|
251
|
-
role="button"
|
|
252
|
-
tabindex="0"
|
|
253
248
|
aria-label=${this.ariaLabel||"Toggle navigation"}
|
|
254
249
|
aria-expanded=${this._mobileMenuOpen?"true":"false"}
|
|
255
250
|
@click=${this._handleMobileToggle}
|
|
256
251
|
@keydown=${this._handleKeydown}
|
|
257
252
|
>
|
|
258
253
|
<slot name="avatar"></slot>
|
|
259
|
-
</
|
|
254
|
+
</button>
|
|
260
255
|
<div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
|
|
261
256
|
<div class="profile-mobile-items">
|
|
262
|
-
<slot></slot>
|
|
257
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
263
258
|
</div>
|
|
264
259
|
</div>
|
|
265
260
|
`:re`
|
|
266
|
-
<
|
|
261
|
+
<div class="profile-avatar-mobile read-only">
|
|
262
|
+
<slot name="avatar"></slot>
|
|
263
|
+
</div>
|
|
264
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
265
|
+
`:this._hasDropdownItems?re`
|
|
266
|
+
<sgds-dropdown .floatingOpts=${{middleware:[Yo(0)]}} ?disabled=${this.disabled} close=${this.close}>
|
|
267
267
|
<button
|
|
268
268
|
class="${Ie({"nav-link":!0,disabled:this.disabled})}"
|
|
269
269
|
aria-disabled=${this.disabled?"true":"false"}
|
|
270
|
-
aria-label=${
|
|
270
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
271
271
|
id=${this.togglerId}
|
|
272
272
|
tabindex=${this.disabled?"-1":"0"}
|
|
273
273
|
slot="toggler"
|
|
@@ -279,16 +279,28 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
279
279
|
</div>`:de}
|
|
280
280
|
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
281
281
|
</button>
|
|
282
|
-
<slot></slot>
|
|
282
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
283
283
|
</sgds-dropdown>
|
|
284
|
-
|
|
284
|
+
`:re`
|
|
285
|
+
<div
|
|
286
|
+
class="${Ie({"nav-link":!0,"read-only":!0})}"
|
|
287
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
288
|
+
>
|
|
289
|
+
<slot name="avatar"></slot>
|
|
290
|
+
${this.label||this.secondaryText?re`<div class="profile-text">
|
|
291
|
+
${this.label?re`<span class="profile-label">${this.label}</span>`:de}
|
|
292
|
+
${this.secondaryText?re`<span class="profile-secondary-text">${this.secondaryText}</span>`:de}
|
|
293
|
+
</div>`:de}
|
|
294
|
+
</div>
|
|
295
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
296
|
+
`}}Cn.styles=[...qe.styles,Zn],Cn.dependencies={"sgds-dropdown":fn,"sgds-icon":gt},e([Be()],Cn.prototype,"_breakpointReached",void 0),e([Be()],Cn.prototype,"_mobileMenuOpen",void 0),e([Be()],Cn.prototype,"_hasDropdownItems",void 0),e([Ee({flatten:!0})],Cn.prototype,"_defaultSlotElements",void 0),e([Se({type:String,reflect:!0})],Cn.prototype,"label",void 0),e([Se({type:String,reflect:!0})],Cn.prototype,"secondaryText",void 0),e([Se({type:Boolean})],Cn.prototype,"disabled",void 0),e([Se({type:String})],Cn.prototype,"ariaLabel",void 0),e([Se({type:String})],Cn.prototype,"close",void 0);class Mn extends Cn{constructor(){super(...arguments),this._breakpointReached=!0}}function kn(e,t){customElements.get(e)||customElements.define(e,t)}e([i({context:Ct,subscribe:!0}),Be()],Mn.prototype,"_breakpointReached",void 0),kn("sgds-mainnav",Ht),kn("sgds-mainnav-dropdown",_n),kn("sgds-mainnav-item",yn),kn("sgds-mainnav-profile",Mn);var Hn=re`
|
|
285
297
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
286
298
|
<path
|
|
287
299
|
fill="currentColor"
|
|
288
300
|
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"
|
|
289
301
|
/>
|
|
290
302
|
</svg>
|
|
291
|
-
`,
|
|
303
|
+
`,Pn=Object.freeze({__proto__:null,default:Hn}),Vn=re`
|
|
292
304
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
293
305
|
<path
|
|
294
306
|
fill="currentColor"
|
|
@@ -301,35 +313,35 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
301
313
|
clip-rule="evenodd"
|
|
302
314
|
/>
|
|
303
315
|
</svg>
|
|
304
|
-
`,
|
|
316
|
+
`,zn=Object.freeze({__proto__:null,default:Vn}),On=re`
|
|
305
317
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
306
318
|
<path
|
|
307
319
|
fill="currentColor"
|
|
308
320
|
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"
|
|
309
321
|
/>
|
|
310
322
|
</svg>
|
|
311
|
-
|
|
323
|
+
`,$n=Object.freeze({__proto__:null,default:On}),Sn=re`
|
|
312
324
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
313
325
|
<path
|
|
314
326
|
fill="currentColor"
|
|
315
327
|
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"
|
|
316
328
|
/>
|
|
317
329
|
</svg>
|
|
318
|
-
|
|
330
|
+
`,Bn=Object.freeze({__proto__:null,default:Sn}),jn=re`
|
|
319
331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
320
332
|
<path
|
|
321
333
|
fill="currentColor"
|
|
322
334
|
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"
|
|
323
335
|
/>
|
|
324
336
|
</svg>
|
|
325
|
-
`,
|
|
337
|
+
`,Ln=Object.freeze({__proto__:null,default:jn}),An=re`
|
|
326
338
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
327
339
|
<path
|
|
328
340
|
fill="currentColor"
|
|
329
341
|
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"
|
|
330
342
|
/>
|
|
331
343
|
</svg>
|
|
332
|
-
`,
|
|
344
|
+
`,En=Object.freeze({__proto__:null,default:An}),Rn=re`
|
|
333
345
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
334
346
|
<path
|
|
335
347
|
fill="currentColor"
|
|
@@ -342,7 +354,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
342
354
|
clip-rule="evenodd"
|
|
343
355
|
/>
|
|
344
356
|
</svg>
|
|
345
|
-
`,
|
|
357
|
+
`,Tn=Object.freeze({__proto__:null,default:Rn}),Nn=re`
|
|
346
358
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
347
359
|
<path
|
|
348
360
|
fill="currentColor"
|
|
@@ -355,7 +367,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
355
367
|
clip-rule="evenodd"
|
|
356
368
|
/>
|
|
357
369
|
</svg>
|
|
358
|
-
`,
|
|
370
|
+
`,Dn=Object.freeze({__proto__:null,default:Nn}),In=re`
|
|
359
371
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
360
372
|
<path
|
|
361
373
|
fill="currentColor"
|
|
@@ -368,7 +380,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
368
380
|
clip-rule="evenodd"
|
|
369
381
|
/>
|
|
370
382
|
</svg>
|
|
371
|
-
`,
|
|
383
|
+
`,Un=Object.freeze({__proto__:null,default:In}),Wn=re`
|
|
372
384
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
373
385
|
<path
|
|
374
386
|
fill="currentColor"
|
|
@@ -381,7 +393,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
381
393
|
clip-rule="evenodd"
|
|
382
394
|
/>
|
|
383
395
|
</svg>
|
|
384
|
-
`,
|
|
396
|
+
`,qn=Object.freeze({__proto__:null,default:Wn}),Fn=re`
|
|
385
397
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
386
398
|
<path
|
|
387
399
|
fill="currentColor"
|
|
@@ -390,7 +402,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
390
402
|
clip-rule="evenodd"
|
|
391
403
|
/>
|
|
392
404
|
</svg>
|
|
393
|
-
`,
|
|
405
|
+
`,Kn=Object.freeze({__proto__:null,default:Fn}),Yn=re`
|
|
394
406
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
395
407
|
<path
|
|
396
408
|
fill="currentColor"
|
|
@@ -399,7 +411,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
399
411
|
clip-rule="evenodd"
|
|
400
412
|
/>
|
|
401
413
|
</svg>
|
|
402
|
-
`,
|
|
414
|
+
`,Xn=Object.freeze({__proto__:null,default:Yn}),Jn=re`
|
|
403
415
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
404
416
|
<path
|
|
405
417
|
fill="currentColor"
|
|
@@ -408,7 +420,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
408
420
|
clip-rule="evenodd"
|
|
409
421
|
/>
|
|
410
422
|
</svg>
|
|
411
|
-
`,
|
|
423
|
+
`,Gn=Object.freeze({__proto__:null,default:Jn}),Qn=re`
|
|
412
424
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
413
425
|
<path
|
|
414
426
|
fill="currentColor"
|
|
@@ -417,7 +429,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
417
429
|
clip-rule="evenodd"
|
|
418
430
|
/>
|
|
419
431
|
</svg>
|
|
420
|
-
`,
|
|
432
|
+
`,el=Object.freeze({__proto__:null,default:Qn}),tl=re`
|
|
421
433
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
422
434
|
<path
|
|
423
435
|
fill="currentColor"
|
|
@@ -426,7 +438,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
426
438
|
clip-rule="evenodd"
|
|
427
439
|
/>
|
|
428
440
|
</svg>
|
|
429
|
-
`,
|
|
441
|
+
`,ol=Object.freeze({__proto__:null,default:tl}),nl=re`
|
|
430
442
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
431
443
|
<path
|
|
432
444
|
fill="currentColor"
|
|
@@ -439,7 +451,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
439
451
|
clip-rule="evenodd"
|
|
440
452
|
/>
|
|
441
453
|
</svg>
|
|
442
|
-
`,
|
|
454
|
+
`,ll=Object.freeze({__proto__:null,default:nl}),al=re`
|
|
443
455
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
444
456
|
<path
|
|
445
457
|
fill="currentColor"
|
|
@@ -452,7 +464,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
452
464
|
clip-rule="evenodd"
|
|
453
465
|
/>
|
|
454
466
|
</svg>
|
|
455
|
-
`,
|
|
467
|
+
`,rl=Object.freeze({__proto__:null,default:al}),il=re`
|
|
456
468
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
457
469
|
<path
|
|
458
470
|
fill="currentColor"
|
|
@@ -465,7 +477,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
465
477
|
clip-rule="evenodd"
|
|
466
478
|
/>
|
|
467
479
|
</svg>
|
|
468
|
-
`,
|
|
480
|
+
`,sl=Object.freeze({__proto__:null,default:il}),dl=re`
|
|
469
481
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
470
482
|
<path
|
|
471
483
|
fill="currentColor"
|
|
@@ -478,7 +490,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
478
490
|
clip-rule="evenodd"
|
|
479
491
|
/>
|
|
480
492
|
</svg>
|
|
481
|
-
`,
|
|
493
|
+
`,cl=Object.freeze({__proto__:null,default:dl}),hl=re`
|
|
482
494
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
483
495
|
<path
|
|
484
496
|
fill="currentColor"
|
|
@@ -487,7 +499,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
487
499
|
clip-rule="evenodd"
|
|
488
500
|
/>
|
|
489
501
|
</svg>
|
|
490
|
-
`,
|
|
502
|
+
`,vl=Object.freeze({__proto__:null,default:hl}),ul=re`
|
|
491
503
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
492
504
|
<path
|
|
493
505
|
fill="currentColor"
|
|
@@ -496,7 +508,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
496
508
|
clip-rule="evenodd"
|
|
497
509
|
/>
|
|
498
510
|
</svg>
|
|
499
|
-
`,
|
|
511
|
+
`,pl=Object.freeze({__proto__:null,default:ul}),gl=re`
|
|
500
512
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
501
513
|
<path
|
|
502
514
|
fill="currentColor"
|
|
@@ -505,7 +517,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
505
517
|
clip-rule="evenodd"
|
|
506
518
|
/>
|
|
507
519
|
</svg>
|
|
508
|
-
`,
|
|
520
|
+
`,fl=Object.freeze({__proto__:null,default:gl}),ml=re`
|
|
509
521
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
510
522
|
<path
|
|
511
523
|
fill="currentColor"
|
|
@@ -514,7 +526,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
514
526
|
clip-rule="evenodd"
|
|
515
527
|
/>
|
|
516
528
|
</svg>
|
|
517
|
-
`,
|
|
529
|
+
`,wl=Object.freeze({__proto__:null,default:ml}),bl=re`
|
|
518
530
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
519
531
|
<path
|
|
520
532
|
fill="currentColor"
|
|
@@ -523,7 +535,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
523
535
|
clip-rule="evenodd"
|
|
524
536
|
/>
|
|
525
537
|
</svg>
|
|
526
|
-
`,
|
|
538
|
+
`,_l=Object.freeze({__proto__:null,default:bl}),xl=re`
|
|
527
539
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
528
540
|
<path
|
|
529
541
|
fill="currentColor"
|
|
@@ -532,7 +544,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
532
544
|
clip-rule="evenodd"
|
|
533
545
|
/>
|
|
534
546
|
</svg>
|
|
535
|
-
`,
|
|
547
|
+
`,yl=Object.freeze({__proto__:null,default:xl}),Zl=re`
|
|
536
548
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
537
549
|
<path
|
|
538
550
|
fill="currentColor"
|
|
@@ -541,7 +553,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
541
553
|
clip-rule="evenodd"
|
|
542
554
|
/>
|
|
543
555
|
</svg>
|
|
544
|
-
`,
|
|
556
|
+
`,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=re`
|
|
545
557
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
546
558
|
<path
|
|
547
559
|
fill="currentColor"
|
|
@@ -550,7 +562,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
550
562
|
clip-rule="evenodd"
|
|
551
563
|
/>
|
|
552
564
|
</svg>
|
|
553
|
-
`,
|
|
565
|
+
`,kl=Object.freeze({__proto__:null,default:Ml}),Hl=re`
|
|
554
566
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
555
567
|
<path
|
|
556
568
|
fill="currentColor"
|
|
@@ -559,7 +571,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
559
571
|
clip-rule="evenodd"
|
|
560
572
|
/>
|
|
561
573
|
</svg>
|
|
562
|
-
`,
|
|
574
|
+
`,Pl=Object.freeze({__proto__:null,default:Hl}),Vl=re`
|
|
563
575
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
564
576
|
<path
|
|
565
577
|
fill="currentColor"
|
|
@@ -568,7 +580,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
568
580
|
clip-rule="evenodd"
|
|
569
581
|
/>
|
|
570
582
|
</svg>
|
|
571
|
-
`,
|
|
583
|
+
`,zl=Object.freeze({__proto__:null,default:Vl}),Ol=re`
|
|
572
584
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
573
585
|
<path
|
|
574
586
|
fill="currentColor"
|
|
@@ -581,7 +593,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
581
593
|
clip-rule="evenodd"
|
|
582
594
|
/>
|
|
583
595
|
</svg>
|
|
584
|
-
|
|
596
|
+
`,$l=Object.freeze({__proto__:null,default:Ol}),Sl=re`
|
|
585
597
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
586
598
|
<path
|
|
587
599
|
fill="currentColor"
|
|
@@ -590,7 +602,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
590
602
|
clip-rule="evenodd"
|
|
591
603
|
/>
|
|
592
604
|
</svg>
|
|
593
|
-
|
|
605
|
+
`,Bl=Object.freeze({__proto__:null,default:Sl}),jl=re`
|
|
594
606
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
595
607
|
<path
|
|
596
608
|
fill="currentColor"
|
|
@@ -603,7 +615,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
603
615
|
clip-rule="evenodd"
|
|
604
616
|
/>
|
|
605
617
|
</svg>
|
|
606
|
-
`,
|
|
618
|
+
`,Ll=Object.freeze({__proto__:null,default:jl}),Al=re`
|
|
607
619
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
608
620
|
<path
|
|
609
621
|
fill="currentColor"
|
|
@@ -618,7 +630,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
618
630
|
clip-rule="evenodd"
|
|
619
631
|
/>
|
|
620
632
|
</svg>
|
|
621
|
-
`,
|
|
633
|
+
`,El=Object.freeze({__proto__:null,default:Al}),Rl=re`
|
|
622
634
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
623
635
|
<path
|
|
624
636
|
fill="currentColor"
|
|
@@ -631,7 +643,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
631
643
|
clip-rule="evenodd"
|
|
632
644
|
/>
|
|
633
645
|
</svg>
|
|
634
|
-
`,
|
|
646
|
+
`,Tl=Object.freeze({__proto__:null,default:Rl}),Nl=re`
|
|
635
647
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
636
648
|
<path
|
|
637
649
|
fill="currentColor"
|
|
@@ -640,7 +652,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
640
652
|
clip-rule="evenodd"
|
|
641
653
|
/>
|
|
642
654
|
</svg>
|
|
643
|
-
`,
|
|
655
|
+
`,Dl=Object.freeze({__proto__:null,default:Nl}),Il=re`
|
|
644
656
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
645
657
|
<path
|
|
646
658
|
fill="currentColor"
|
|
@@ -649,7 +661,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
649
661
|
clip-rule="evenodd"
|
|
650
662
|
/>
|
|
651
663
|
</svg>
|
|
652
|
-
`,
|
|
664
|
+
`,Ul=Object.freeze({__proto__:null,default:Il}),Wl=re`
|
|
653
665
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
654
666
|
<path
|
|
655
667
|
fill="currentColor"
|
|
@@ -662,7 +674,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
662
674
|
clip-rule="evenodd"
|
|
663
675
|
/>
|
|
664
676
|
</svg>
|
|
665
|
-
`,
|
|
677
|
+
`,ql=Object.freeze({__proto__:null,default:Wl}),Fl=re`
|
|
666
678
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
667
679
|
<path
|
|
668
680
|
fill="currentColor"
|
|
@@ -675,7 +687,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
675
687
|
clip-rule="evenodd"
|
|
676
688
|
/>
|
|
677
689
|
</svg>
|
|
678
|
-
`,
|
|
690
|
+
`,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=re`
|
|
679
691
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
680
692
|
<path
|
|
681
693
|
fill="currentColor"
|
|
@@ -688,7 +700,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
688
700
|
clip-rule="evenodd"
|
|
689
701
|
/>
|
|
690
702
|
</svg>
|
|
691
|
-
`,
|
|
703
|
+
`,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=re`
|
|
692
704
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
693
705
|
<path
|
|
694
706
|
fill="currentColor"
|
|
@@ -697,7 +709,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
697
709
|
clip-rule="evenodd"
|
|
698
710
|
/>
|
|
699
711
|
</svg>
|
|
700
|
-
`,
|
|
712
|
+
`,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=re`
|
|
701
713
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
702
714
|
<path
|
|
703
715
|
fill="currentColor"
|
|
@@ -706,7 +718,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
706
718
|
clip-rule="evenodd"
|
|
707
719
|
/>
|
|
708
720
|
</svg>
|
|
709
|
-
`,
|
|
721
|
+
`,ea=Object.freeze({__proto__:null,default:Ql}),ta=re`
|
|
710
722
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
711
723
|
<path
|
|
712
724
|
fill="currentColor"
|
|
@@ -715,7 +727,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
715
727
|
clip-rule="evenodd"
|
|
716
728
|
/>
|
|
717
729
|
</svg>
|
|
718
|
-
`,
|
|
730
|
+
`,oa=Object.freeze({__proto__:null,default:ta}),na=re`
|
|
719
731
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
720
732
|
<path
|
|
721
733
|
fill="currentColor"
|
|
@@ -724,7 +736,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
724
736
|
clip-rule="evenodd"
|
|
725
737
|
/>
|
|
726
738
|
</svg>
|
|
727
|
-
`,
|
|
739
|
+
`,la=Object.freeze({__proto__:null,default:na}),aa=re`
|
|
728
740
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
729
741
|
<path
|
|
730
742
|
fill="currentColor"
|
|
@@ -733,7 +745,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
733
745
|
clip-rule="evenodd"
|
|
734
746
|
/>
|
|
735
747
|
</svg>
|
|
736
|
-
`,
|
|
748
|
+
`,ra=Object.freeze({__proto__:null,default:aa}),ia=re`
|
|
737
749
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
738
750
|
<path
|
|
739
751
|
fill="currentColor"
|
|
@@ -742,7 +754,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
742
754
|
clip-rule="evenodd"
|
|
743
755
|
/>
|
|
744
756
|
</svg>
|
|
745
|
-
`,
|
|
757
|
+
`,sa=Object.freeze({__proto__:null,default:ia}),da=re`
|
|
746
758
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
747
759
|
<path
|
|
748
760
|
fill="currentColor"
|
|
@@ -751,14 +763,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
751
763
|
clip-rule="evenodd"
|
|
752
764
|
/>
|
|
753
765
|
</svg>
|
|
754
|
-
`,
|
|
766
|
+
`,ca=Object.freeze({__proto__:null,default:da}),ha=re`
|
|
755
767
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
756
768
|
<path
|
|
757
769
|
fill="currentColor"
|
|
758
770
|
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"
|
|
759
771
|
/>
|
|
760
772
|
</svg>
|
|
761
|
-
`,
|
|
773
|
+
`,va=Object.freeze({__proto__:null,default:ha}),ua=re`
|
|
762
774
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
763
775
|
<path
|
|
764
776
|
fill="currentColor"
|
|
@@ -767,7 +779,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
767
779
|
clip-rule="evenodd"
|
|
768
780
|
/>
|
|
769
781
|
</svg>
|
|
770
|
-
`,
|
|
782
|
+
`,pa=Object.freeze({__proto__:null,default:ua}),ga=re`
|
|
771
783
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
772
784
|
<path
|
|
773
785
|
fill="currentColor"
|
|
@@ -780,7 +792,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
780
792
|
clip-rule="evenodd"
|
|
781
793
|
/>
|
|
782
794
|
</svg>
|
|
783
|
-
`,
|
|
795
|
+
`,fa=Object.freeze({__proto__:null,default:ga}),ma=re`
|
|
784
796
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
785
797
|
<path
|
|
786
798
|
fill="currentColor"
|
|
@@ -793,7 +805,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
793
805
|
clip-rule="evenodd"
|
|
794
806
|
/>
|
|
795
807
|
</svg>
|
|
796
|
-
`,
|
|
808
|
+
`,wa=Object.freeze({__proto__:null,default:ma}),ba=re`
|
|
797
809
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
798
810
|
<path
|
|
799
811
|
fill="currentColor"
|
|
@@ -802,7 +814,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
802
814
|
clip-rule="evenodd"
|
|
803
815
|
/>
|
|
804
816
|
</svg>
|
|
805
|
-
`,
|
|
817
|
+
`,_a=Object.freeze({__proto__:null,default:ba}),xa=re`
|
|
806
818
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
807
819
|
<path
|
|
808
820
|
fill="currentColor"
|
|
@@ -811,7 +823,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
811
823
|
clip-rule="evenodd"
|
|
812
824
|
/>
|
|
813
825
|
</svg>
|
|
814
|
-
`,
|
|
826
|
+
`,ya=Object.freeze({__proto__:null,default:xa}),Za=re`
|
|
815
827
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
816
828
|
<path
|
|
817
829
|
fill="currentColor"
|
|
@@ -820,7 +832,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
820
832
|
clip-rule="evenodd"
|
|
821
833
|
/>
|
|
822
834
|
</svg>
|
|
823
|
-
`,
|
|
835
|
+
`,Ca=Object.freeze({__proto__:null,default:Za}),Ma=re`
|
|
824
836
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
825
837
|
<path
|
|
826
838
|
fill="currentColor"
|
|
@@ -833,14 +845,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
833
845
|
clip-rule="evenodd"
|
|
834
846
|
/>
|
|
835
847
|
</svg>
|
|
836
|
-
`,
|
|
848
|
+
`,ka=Object.freeze({__proto__:null,default:Ma}),Ha=re`
|
|
837
849
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
838
850
|
<path
|
|
839
851
|
fill="currentColor"
|
|
840
852
|
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"
|
|
841
853
|
/>
|
|
842
854
|
</svg>
|
|
843
|
-
`,
|
|
855
|
+
`,Pa=Object.freeze({__proto__:null,default:Ha}),Va=re`
|
|
844
856
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
845
857
|
<path
|
|
846
858
|
fill="currentColor"
|
|
@@ -855,14 +867,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
855
867
|
clip-rule="evenodd"
|
|
856
868
|
/>
|
|
857
869
|
</svg>
|
|
858
|
-
`,
|
|
870
|
+
`,za=Object.freeze({__proto__:null,default:Va}),Oa=re`
|
|
859
871
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
860
872
|
<path
|
|
861
873
|
fill="currentColor"
|
|
862
874
|
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"
|
|
863
875
|
/>
|
|
864
876
|
</svg>
|
|
865
|
-
|
|
877
|
+
`,$a=Object.freeze({__proto__:null,default:Oa}),Sa=re`
|
|
866
878
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
867
879
|
<path
|
|
868
880
|
fill="currentColor"
|
|
@@ -881,7 +893,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
881
893
|
clip-rule="evenodd"
|
|
882
894
|
/>
|
|
883
895
|
</svg>
|
|
884
|
-
|
|
896
|
+
`,Ba=Object.freeze({__proto__:null,default:Sa}),ja=re`
|
|
885
897
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
886
898
|
<path
|
|
887
899
|
fill="currentColor"
|
|
@@ -890,7 +902,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
890
902
|
clip-rule="evenodd"
|
|
891
903
|
/>
|
|
892
904
|
</svg>
|
|
893
|
-
`,
|
|
905
|
+
`,La=Object.freeze({__proto__:null,default:ja}),Aa=re`
|
|
894
906
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
895
907
|
<path
|
|
896
908
|
fill="currentColor"
|
|
@@ -899,7 +911,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
899
911
|
clip-rule="evenodd"
|
|
900
912
|
/>
|
|
901
913
|
</svg>
|
|
902
|
-
`,
|
|
914
|
+
`,Ea=Object.freeze({__proto__:null,default:Aa}),Ra=re`
|
|
903
915
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
904
916
|
<path
|
|
905
917
|
fill="currentColor"
|
|
@@ -908,7 +920,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
908
920
|
clip-rule="evenodd"
|
|
909
921
|
/>
|
|
910
922
|
</svg>
|
|
911
|
-
`,
|
|
923
|
+
`,Ta=Object.freeze({__proto__:null,default:Ra}),Na=re`
|
|
912
924
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
913
925
|
<path
|
|
914
926
|
fill="currentColor"
|
|
@@ -917,7 +929,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
917
929
|
clip-rule="evenodd"
|
|
918
930
|
/>
|
|
919
931
|
</svg>
|
|
920
|
-
`,
|
|
932
|
+
`,Da=Object.freeze({__proto__:null,default:Na}),Ia=re`
|
|
921
933
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
922
934
|
<path
|
|
923
935
|
fill="currentColor"
|
|
@@ -926,7 +938,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
926
938
|
clip-rule="evenodd"
|
|
927
939
|
/>
|
|
928
940
|
</svg>
|
|
929
|
-
`,
|
|
941
|
+
`,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=re`
|
|
930
942
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
931
943
|
<path
|
|
932
944
|
fill="currentColor"
|
|
@@ -935,7 +947,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
935
947
|
clip-rule="evenodd"
|
|
936
948
|
/>
|
|
937
949
|
</svg>
|
|
938
|
-
`,
|
|
950
|
+
`,qa=Object.freeze({__proto__:null,default:Wa}),Fa=re`
|
|
939
951
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
940
952
|
<path
|
|
941
953
|
fill="currentColor"
|
|
@@ -944,7 +956,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
944
956
|
clip-rule="evenodd"
|
|
945
957
|
/>
|
|
946
958
|
</svg>
|
|
947
|
-
`,
|
|
959
|
+
`,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=re`
|
|
948
960
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
949
961
|
<path
|
|
950
962
|
fill="currentColor"
|
|
@@ -973,7 +985,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
973
985
|
clip-rule="evenodd"
|
|
974
986
|
/>
|
|
975
987
|
</svg>
|
|
976
|
-
`,
|
|
988
|
+
`,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=re`
|
|
977
989
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
978
990
|
<path
|
|
979
991
|
fill="currentColor"
|
|
@@ -982,7 +994,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
982
994
|
clip-rule="evenodd"
|
|
983
995
|
/>
|
|
984
996
|
</svg>
|
|
985
|
-
`,
|
|
997
|
+
`,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=re`
|
|
986
998
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
987
999
|
<path
|
|
988
1000
|
fill="currentColor"
|
|
@@ -995,7 +1007,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
995
1007
|
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"
|
|
996
1008
|
/>
|
|
997
1009
|
</svg>
|
|
998
|
-
`,
|
|
1010
|
+
`,er=Object.freeze({__proto__:null,default:Qa}),tr=re`
|
|
999
1011
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1000
1012
|
<path
|
|
1001
1013
|
fill="currentColor"
|
|
@@ -1004,7 +1016,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1004
1016
|
clip-rule="evenodd"
|
|
1005
1017
|
/>
|
|
1006
1018
|
</svg>
|
|
1007
|
-
`,
|
|
1019
|
+
`,or=Object.freeze({__proto__:null,default:tr}),nr=re`
|
|
1008
1020
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1009
1021
|
<path
|
|
1010
1022
|
fill="currentColor"
|
|
@@ -1017,7 +1029,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1017
1029
|
clip-rule="evenodd"
|
|
1018
1030
|
/>
|
|
1019
1031
|
</svg>
|
|
1020
|
-
`,
|
|
1032
|
+
`,lr=Object.freeze({__proto__:null,default:nr}),ar=re`
|
|
1021
1033
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1022
1034
|
<path
|
|
1023
1035
|
fill="currentColor"
|
|
@@ -1026,7 +1038,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1026
1038
|
clip-rule="evenodd"
|
|
1027
1039
|
/>
|
|
1028
1040
|
</svg>
|
|
1029
|
-
`,
|
|
1041
|
+
`,rr=Object.freeze({__proto__:null,default:ar}),ir=re`
|
|
1030
1042
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1031
1043
|
<path
|
|
1032
1044
|
fill="currentColor"
|
|
@@ -1039,7 +1051,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1039
1051
|
clip-rule="evenodd"
|
|
1040
1052
|
/>
|
|
1041
1053
|
</svg>
|
|
1042
|
-
`,
|
|
1054
|
+
`,sr=Object.freeze({__proto__:null,default:ir}),dr=re`
|
|
1043
1055
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1044
1056
|
<path
|
|
1045
1057
|
fill="currentColor"
|
|
@@ -1052,7 +1064,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1052
1064
|
clip-rule="evenodd"
|
|
1053
1065
|
/>
|
|
1054
1066
|
</svg>
|
|
1055
|
-
`,
|
|
1067
|
+
`,cr=Object.freeze({__proto__:null,default:dr}),hr=re`
|
|
1056
1068
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1057
1069
|
<path
|
|
1058
1070
|
fill="currentColor"
|
|
@@ -1061,7 +1073,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1061
1073
|
clip-rule="evenodd"
|
|
1062
1074
|
/>
|
|
1063
1075
|
</svg>
|
|
1064
|
-
`,
|
|
1076
|
+
`,vr=Object.freeze({__proto__:null,default:hr}),ur=re`
|
|
1065
1077
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1066
1078
|
<path
|
|
1067
1079
|
fill="currentColor"
|
|
@@ -1074,7 +1086,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1074
1086
|
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"
|
|
1075
1087
|
/>
|
|
1076
1088
|
</svg>
|
|
1077
|
-
`,
|
|
1089
|
+
`,pr=Object.freeze({__proto__:null,default:ur}),gr=re`
|
|
1078
1090
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1079
1091
|
<path
|
|
1080
1092
|
fill="currentColor"
|
|
@@ -1083,7 +1095,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1083
1095
|
clip-rule="evenodd"
|
|
1084
1096
|
/>
|
|
1085
1097
|
</svg>
|
|
1086
|
-
`,
|
|
1098
|
+
`,fr=Object.freeze({__proto__:null,default:gr}),mr=re`
|
|
1087
1099
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1088
1100
|
<path
|
|
1089
1101
|
fill="currentColor"
|
|
@@ -1092,7 +1104,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1092
1104
|
clip-rule="evenodd"
|
|
1093
1105
|
/>
|
|
1094
1106
|
</svg>
|
|
1095
|
-
`,
|
|
1107
|
+
`,wr=Object.freeze({__proto__:null,default:mr}),br=re`
|
|
1096
1108
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1097
1109
|
<path
|
|
1098
1110
|
fill="currentColor"
|
|
@@ -1101,7 +1113,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1101
1113
|
clip-rule="evenodd"
|
|
1102
1114
|
/>
|
|
1103
1115
|
</svg>
|
|
1104
|
-
`,
|
|
1116
|
+
`,_r=Object.freeze({__proto__:null,default:br}),xr=re`
|
|
1105
1117
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1106
1118
|
<path
|
|
1107
1119
|
fill="currentColor"
|
|
@@ -1114,14 +1126,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1114
1126
|
clip-rule="evenodd"
|
|
1115
1127
|
/>
|
|
1116
1128
|
</svg>
|
|
1117
|
-
`,
|
|
1129
|
+
`,yr=Object.freeze({__proto__:null,default:xr}),Zr=re`
|
|
1118
1130
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1119
1131
|
<path
|
|
1120
1132
|
fill="currentColor"
|
|
1121
1133
|
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"
|
|
1122
1134
|
/>
|
|
1123
1135
|
</svg>
|
|
1124
|
-
`,
|
|
1136
|
+
`,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=re`
|
|
1125
1137
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1126
1138
|
<path
|
|
1127
1139
|
fill="currentColor"
|
|
@@ -1130,7 +1142,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1130
1142
|
clip-rule="evenodd"
|
|
1131
1143
|
/>
|
|
1132
1144
|
</svg>
|
|
1133
|
-
`,
|
|
1145
|
+
`,kr=Object.freeze({__proto__:null,default:Mr}),Hr=re`
|
|
1134
1146
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1135
1147
|
<path
|
|
1136
1148
|
fill="currentColor"
|
|
@@ -1145,7 +1157,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1145
1157
|
clip-rule="evenodd"
|
|
1146
1158
|
/>
|
|
1147
1159
|
</svg>
|
|
1148
|
-
`,
|
|
1160
|
+
`,Pr=Object.freeze({__proto__:null,default:Hr}),Vr=re`
|
|
1149
1161
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1150
1162
|
<path
|
|
1151
1163
|
fill="currentColor"
|
|
@@ -1156,7 +1168,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1156
1168
|
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"
|
|
1157
1169
|
/>
|
|
1158
1170
|
</svg>
|
|
1159
|
-
`,
|
|
1171
|
+
`,zr=Object.freeze({__proto__:null,default:Vr}),Or=re`
|
|
1160
1172
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1161
1173
|
<path
|
|
1162
1174
|
fill="currentColor"
|
|
@@ -1165,7 +1177,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1165
1177
|
clip-rule="evenodd"
|
|
1166
1178
|
/>
|
|
1167
1179
|
</svg>
|
|
1168
|
-
|
|
1180
|
+
`,$r=Object.freeze({__proto__:null,default:Or}),Sr=re`
|
|
1169
1181
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1170
1182
|
<path
|
|
1171
1183
|
fill="currentColor"
|
|
@@ -1174,7 +1186,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1174
1186
|
clip-rule="evenodd"
|
|
1175
1187
|
/>
|
|
1176
1188
|
</svg>
|
|
1177
|
-
|
|
1189
|
+
`,Br=Object.freeze({__proto__:null,default:Sr}),jr=re`
|
|
1178
1190
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1179
1191
|
<path
|
|
1180
1192
|
fill="currentColor"
|
|
@@ -1187,7 +1199,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1187
1199
|
clip-rule="evenodd"
|
|
1188
1200
|
/>
|
|
1189
1201
|
</svg>
|
|
1190
|
-
`,
|
|
1202
|
+
`,Lr=Object.freeze({__proto__:null,default:jr}),Ar=re`
|
|
1191
1203
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1192
1204
|
<path
|
|
1193
1205
|
fill="currentColor"
|
|
@@ -1202,14 +1214,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1202
1214
|
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"
|
|
1203
1215
|
/>
|
|
1204
1216
|
</svg>
|
|
1205
|
-
`,
|
|
1217
|
+
`,Er=Object.freeze({__proto__:null,default:Ar}),Rr=re`
|
|
1206
1218
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1207
1219
|
<path
|
|
1208
1220
|
fill="currentColor"
|
|
1209
1221
|
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"
|
|
1210
1222
|
/>
|
|
1211
1223
|
</svg>
|
|
1212
|
-
`,
|
|
1224
|
+
`,Tr=Object.freeze({__proto__:null,default:Rr}),Nr=re`
|
|
1213
1225
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1214
1226
|
<path
|
|
1215
1227
|
fill="currentColor"
|
|
@@ -1222,7 +1234,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1222
1234
|
clip-rule="evenodd"
|
|
1223
1235
|
/>
|
|
1224
1236
|
</svg>
|
|
1225
|
-
`,
|
|
1237
|
+
`,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=re`
|
|
1226
1238
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1227
1239
|
<path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
|
|
1228
1240
|
<path
|
|
@@ -1232,7 +1244,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1232
1244
|
clip-rule="evenodd"
|
|
1233
1245
|
/>
|
|
1234
1246
|
</svg>
|
|
1235
|
-
`,
|
|
1247
|
+
`,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=re`
|
|
1236
1248
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1237
1249
|
<path
|
|
1238
1250
|
fill="currentColor"
|
|
@@ -1245,7 +1257,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1245
1257
|
clip-rule="evenodd"
|
|
1246
1258
|
/>
|
|
1247
1259
|
</svg>
|
|
1248
|
-
`,
|
|
1260
|
+
`,qr=Object.freeze({__proto__:null,default:Wr}),Fr=re`
|
|
1249
1261
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1250
1262
|
<path
|
|
1251
1263
|
fill="currentColor"
|
|
@@ -1254,7 +1266,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1254
1266
|
clip-rule="evenodd"
|
|
1255
1267
|
/>
|
|
1256
1268
|
</svg>
|
|
1257
|
-
`,
|
|
1269
|
+
`,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=re`
|
|
1258
1270
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1259
1271
|
<path
|
|
1260
1272
|
fill="currentColor"
|
|
@@ -1263,7 +1275,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1263
1275
|
clip-rule="evenodd"
|
|
1264
1276
|
/>
|
|
1265
1277
|
</svg>
|
|
1266
|
-
`,
|
|
1278
|
+
`,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=re`
|
|
1267
1279
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1268
1280
|
<path
|
|
1269
1281
|
fill="currentColor"
|
|
@@ -1278,7 +1290,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1278
1290
|
clip-rule="evenodd"
|
|
1279
1291
|
/>
|
|
1280
1292
|
</svg>
|
|
1281
|
-
`,
|
|
1293
|
+
`,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=re`
|
|
1282
1294
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1283
1295
|
<path
|
|
1284
1296
|
fill="currentColor"
|
|
@@ -1291,7 +1303,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1291
1303
|
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"
|
|
1292
1304
|
/>
|
|
1293
1305
|
</svg>
|
|
1294
|
-
`,
|
|
1306
|
+
`,ei=Object.freeze({__proto__:null,default:Qr}),ti=re`
|
|
1295
1307
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1296
1308
|
<path
|
|
1297
1309
|
fill="currentColor"
|
|
@@ -1304,7 +1316,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1304
1316
|
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"
|
|
1305
1317
|
/>
|
|
1306
1318
|
</svg>
|
|
1307
|
-
`,
|
|
1319
|
+
`,oi=Object.freeze({__proto__:null,default:ti}),ni=re`
|
|
1308
1320
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1309
1321
|
<path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
|
|
1310
1322
|
<path
|
|
@@ -1314,7 +1326,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1314
1326
|
clip-rule="evenodd"
|
|
1315
1327
|
/>
|
|
1316
1328
|
</svg>
|
|
1317
|
-
`,
|
|
1329
|
+
`,li=Object.freeze({__proto__:null,default:ni}),ai=re`
|
|
1318
1330
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1319
1331
|
<path
|
|
1320
1332
|
fill="currentColor"
|
|
@@ -1323,14 +1335,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1323
1335
|
clip-rule="evenodd"
|
|
1324
1336
|
/>
|
|
1325
1337
|
</svg>
|
|
1326
|
-
`,
|
|
1338
|
+
`,ri=Object.freeze({__proto__:null,default:ai}),ii=re`
|
|
1327
1339
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1328
1340
|
<path
|
|
1329
1341
|
fill="currentColor"
|
|
1330
1342
|
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"
|
|
1331
1343
|
/>
|
|
1332
1344
|
</svg>
|
|
1333
|
-
`,
|
|
1345
|
+
`,si=Object.freeze({__proto__:null,default:ii}),di=re`
|
|
1334
1346
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1335
1347
|
<path
|
|
1336
1348
|
fill="currentColor"
|
|
@@ -1339,14 +1351,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1339
1351
|
clip-rule="evenodd"
|
|
1340
1352
|
/>
|
|
1341
1353
|
</svg>
|
|
1342
|
-
`,
|
|
1354
|
+
`,ci=Object.freeze({__proto__:null,default:di}),hi=re`
|
|
1343
1355
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1344
1356
|
<path
|
|
1345
1357
|
fill="currentColor"
|
|
1346
1358
|
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"
|
|
1347
1359
|
/>
|
|
1348
1360
|
</svg>
|
|
1349
|
-
`,
|
|
1361
|
+
`,vi=Object.freeze({__proto__:null,default:hi}),ui=re`
|
|
1350
1362
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1351
1363
|
<path
|
|
1352
1364
|
fill="currentColor"
|
|
@@ -1355,7 +1367,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1355
1367
|
clip-rule="evenodd"
|
|
1356
1368
|
/>
|
|
1357
1369
|
</svg>
|
|
1358
|
-
`,
|
|
1370
|
+
`,pi=Object.freeze({__proto__:null,default:ui}),gi=re`
|
|
1359
1371
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1360
1372
|
<path
|
|
1361
1373
|
fill="currentColor"
|
|
@@ -1364,7 +1376,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1364
1376
|
clip-rule="evenodd"
|
|
1365
1377
|
/>
|
|
1366
1378
|
</svg>
|
|
1367
|
-
`,
|
|
1379
|
+
`,fi=Object.freeze({__proto__:null,default:gi}),mi=re`
|
|
1368
1380
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1369
1381
|
<path
|
|
1370
1382
|
fill="currentColor"
|
|
@@ -1373,7 +1385,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1373
1385
|
clip-rule="evenodd"
|
|
1374
1386
|
/>
|
|
1375
1387
|
</svg>
|
|
1376
|
-
`,
|
|
1388
|
+
`,wi=Object.freeze({__proto__:null,default:mi}),bi=re`
|
|
1377
1389
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1378
1390
|
<path
|
|
1379
1391
|
fill="currentColor"
|
|
@@ -1382,7 +1394,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1382
1394
|
clip-rule="evenodd"
|
|
1383
1395
|
/>
|
|
1384
1396
|
</svg>
|
|
1385
|
-
`,
|
|
1397
|
+
`,_i=Object.freeze({__proto__:null,default:bi}),xi=re`
|
|
1386
1398
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1387
1399
|
<path
|
|
1388
1400
|
fill="currentColor"
|
|
@@ -1391,7 +1403,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1391
1403
|
clip-rule="evenodd"
|
|
1392
1404
|
/>
|
|
1393
1405
|
</svg>
|
|
1394
|
-
`,
|
|
1406
|
+
`,yi=Object.freeze({__proto__:null,default:xi}),Zi=re`
|
|
1395
1407
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1396
1408
|
<path
|
|
1397
1409
|
fill="currentColor"
|
|
@@ -1400,7 +1412,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1400
1412
|
clip-rule="evenodd"
|
|
1401
1413
|
/>
|
|
1402
1414
|
</svg>
|
|
1403
|
-
`,
|
|
1415
|
+
`,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=re`
|
|
1404
1416
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1405
1417
|
<path
|
|
1406
1418
|
fill="currentColor"
|
|
@@ -1409,7 +1421,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1409
1421
|
clip-rule="evenodd"
|
|
1410
1422
|
/>
|
|
1411
1423
|
</svg>
|
|
1412
|
-
`,
|
|
1424
|
+
`,ki=Object.freeze({__proto__:null,default:Mi}),Hi=re`
|
|
1413
1425
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1414
1426
|
<path
|
|
1415
1427
|
fill="currentColor"
|
|
@@ -1418,7 +1430,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1418
1430
|
clip-rule="evenodd"
|
|
1419
1431
|
/>
|
|
1420
1432
|
</svg>
|
|
1421
|
-
`,
|
|
1433
|
+
`,Pi=Object.freeze({__proto__:null,default:Hi}),Vi=re`
|
|
1422
1434
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1423
1435
|
<path
|
|
1424
1436
|
fill="currentColor"
|
|
@@ -1427,7 +1439,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1427
1439
|
clip-rule="evenodd"
|
|
1428
1440
|
/>
|
|
1429
1441
|
</svg>
|
|
1430
|
-
`,
|
|
1442
|
+
`,zi=Object.freeze({__proto__:null,default:Vi}),Oi=re`
|
|
1431
1443
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1432
1444
|
<path
|
|
1433
1445
|
fill="currentColor"
|
|
@@ -1437,14 +1449,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1437
1449
|
/>
|
|
1438
1450
|
<path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
|
|
1439
1451
|
</svg>
|
|
1440
|
-
|
|
1452
|
+
`,$i=Object.freeze({__proto__:null,default:Oi}),Si=re`
|
|
1441
1453
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1442
1454
|
<path
|
|
1443
1455
|
fill="currentColor"
|
|
1444
1456
|
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"
|
|
1445
1457
|
/>
|
|
1446
1458
|
</svg>
|
|
1447
|
-
|
|
1459
|
+
`,Bi=Object.freeze({__proto__:null,default:Si}),ji=re`
|
|
1448
1460
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1449
1461
|
<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" />
|
|
1450
1462
|
<path
|
|
@@ -1454,7 +1466,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1454
1466
|
clip-rule="evenodd"
|
|
1455
1467
|
/>
|
|
1456
1468
|
</svg>
|
|
1457
|
-
`,
|
|
1469
|
+
`,Li=Object.freeze({__proto__:null,default:ji}),Ai=re`
|
|
1458
1470
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1459
1471
|
<path
|
|
1460
1472
|
fill="currentColor"
|
|
@@ -1470,7 +1482,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1470
1482
|
clip-rule="evenodd"
|
|
1471
1483
|
/>
|
|
1472
1484
|
</svg>
|
|
1473
|
-
`,
|
|
1485
|
+
`,Ei=Object.freeze({__proto__:null,default:Ai}),Ri=re`
|
|
1474
1486
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1475
1487
|
<path
|
|
1476
1488
|
fill="currentColor"
|
|
@@ -1479,7 +1491,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1479
1491
|
clip-rule="evenodd"
|
|
1480
1492
|
/>
|
|
1481
1493
|
</svg>
|
|
1482
|
-
`,
|
|
1494
|
+
`,Ti=Object.freeze({__proto__:null,default:Ri}),Ni=re`
|
|
1483
1495
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1484
1496
|
<path
|
|
1485
1497
|
fill="currentColor"
|
|
@@ -1488,7 +1500,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1488
1500
|
clip-rule="evenodd"
|
|
1489
1501
|
/>
|
|
1490
1502
|
</svg>
|
|
1491
|
-
`,
|
|
1503
|
+
`,Di=Object.freeze({__proto__:null,default:Ni}),Ii=re`
|
|
1492
1504
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1493
1505
|
<path
|
|
1494
1506
|
fill="currentColor"
|
|
@@ -1497,7 +1509,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1497
1509
|
clip-rule="evenodd"
|
|
1498
1510
|
/>
|
|
1499
1511
|
</svg>
|
|
1500
|
-
`,
|
|
1512
|
+
`,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=re`
|
|
1501
1513
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1502
1514
|
<path
|
|
1503
1515
|
fill="currentColor"
|
|
@@ -1506,7 +1518,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1506
1518
|
clip-rule="evenodd"
|
|
1507
1519
|
/>
|
|
1508
1520
|
</svg>
|
|
1509
|
-
`,
|
|
1521
|
+
`,qi=Object.freeze({__proto__:null,default:Wi}),Fi=re`
|
|
1510
1522
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1511
1523
|
<path
|
|
1512
1524
|
fill="currentColor"
|
|
@@ -1515,7 +1527,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1515
1527
|
clip-rule="evenodd"
|
|
1516
1528
|
/>
|
|
1517
1529
|
</svg>
|
|
1518
|
-
`,
|
|
1530
|
+
`,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=re`
|
|
1519
1531
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1520
1532
|
<path
|
|
1521
1533
|
fill="currentColor"
|
|
@@ -1524,7 +1536,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1524
1536
|
clip-rule="evenodd"
|
|
1525
1537
|
/>
|
|
1526
1538
|
</svg>
|
|
1527
|
-
`,
|
|
1539
|
+
`,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=re`
|
|
1528
1540
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1529
1541
|
<path
|
|
1530
1542
|
fill="currentColor"
|
|
@@ -1541,7 +1553,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1541
1553
|
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"
|
|
1542
1554
|
/>
|
|
1543
1555
|
</svg>
|
|
1544
|
-
`,
|
|
1556
|
+
`,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=re`
|
|
1545
1557
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1546
1558
|
<path
|
|
1547
1559
|
fill="currentColor"
|
|
@@ -1550,21 +1562,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1550
1562
|
clip-rule="evenodd"
|
|
1551
1563
|
/>
|
|
1552
1564
|
</svg>
|
|
1553
|
-
`,
|
|
1565
|
+
`,es=Object.freeze({__proto__:null,default:Qi}),ts=re`
|
|
1554
1566
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1555
1567
|
<path
|
|
1556
1568
|
fill="currentColor"
|
|
1557
1569
|
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"
|
|
1558
1570
|
/>
|
|
1559
1571
|
</svg>
|
|
1560
|
-
`,
|
|
1572
|
+
`,os=Object.freeze({__proto__:null,default:ts}),ns=re`
|
|
1561
1573
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1562
1574
|
<path
|
|
1563
1575
|
fill="currentColor"
|
|
1564
1576
|
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"
|
|
1565
1577
|
/>
|
|
1566
1578
|
</svg>
|
|
1567
|
-
`,
|
|
1579
|
+
`,ls=Object.freeze({__proto__:null,default:ns}),as=re`
|
|
1568
1580
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1569
1581
|
<path
|
|
1570
1582
|
fill="currentColor"
|
|
@@ -1573,7 +1585,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1573
1585
|
clip-rule="evenodd"
|
|
1574
1586
|
/>
|
|
1575
1587
|
</svg>
|
|
1576
|
-
`,
|
|
1588
|
+
`,rs=Object.freeze({__proto__:null,default:as}),is=re`
|
|
1577
1589
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1578
1590
|
<path
|
|
1579
1591
|
fill="currentColor"
|
|
@@ -1582,7 +1594,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1582
1594
|
clip-rule="evenodd"
|
|
1583
1595
|
/>
|
|
1584
1596
|
</svg>
|
|
1585
|
-
`,
|
|
1597
|
+
`,ss=Object.freeze({__proto__:null,default:is}),ds=re`
|
|
1586
1598
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1587
1599
|
<path
|
|
1588
1600
|
fill="currentColor"
|
|
@@ -1593,7 +1605,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1593
1605
|
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"
|
|
1594
1606
|
/>
|
|
1595
1607
|
</svg>
|
|
1596
|
-
`,
|
|
1608
|
+
`,cs=Object.freeze({__proto__:null,default:ds}),hs=re`
|
|
1597
1609
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1598
1610
|
<path
|
|
1599
1611
|
fill="currentColor"
|
|
@@ -1604,7 +1616,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1604
1616
|
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"
|
|
1605
1617
|
/>
|
|
1606
1618
|
</svg>
|
|
1607
|
-
`,
|
|
1619
|
+
`,vs=Object.freeze({__proto__:null,default:hs}),us=re`
|
|
1608
1620
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1609
1621
|
<path
|
|
1610
1622
|
fill="currentColor"
|
|
@@ -1619,7 +1631,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1619
1631
|
clip-rule="evenodd"
|
|
1620
1632
|
/>
|
|
1621
1633
|
</svg>
|
|
1622
|
-
`,
|
|
1634
|
+
`,ps=Object.freeze({__proto__:null,default:us}),gs=re`
|
|
1623
1635
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1624
1636
|
<path
|
|
1625
1637
|
fill="currentColor"
|
|
@@ -1628,7 +1640,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1628
1640
|
clip-rule="evenodd"
|
|
1629
1641
|
/>
|
|
1630
1642
|
</svg>
|
|
1631
|
-
`,
|
|
1643
|
+
`,fs=Object.freeze({__proto__:null,default:gs}),ms=re`
|
|
1632
1644
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1633
1645
|
<path
|
|
1634
1646
|
fill="currentColor"
|
|
@@ -1637,7 +1649,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1637
1649
|
clip-rule="evenodd"
|
|
1638
1650
|
/>
|
|
1639
1651
|
</svg>
|
|
1640
|
-
`,
|
|
1652
|
+
`,ws=Object.freeze({__proto__:null,default:ms}),bs=re`
|
|
1641
1653
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1642
1654
|
<path
|
|
1643
1655
|
fill="currentColor"
|
|
@@ -1646,21 +1658,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1646
1658
|
clip-rule="evenodd"
|
|
1647
1659
|
/>
|
|
1648
1660
|
</svg>
|
|
1649
|
-
`,
|
|
1661
|
+
`,_s=Object.freeze({__proto__:null,default:bs}),xs=re`
|
|
1650
1662
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1651
1663
|
<path
|
|
1652
1664
|
fill="currentColor"
|
|
1653
1665
|
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"
|
|
1654
1666
|
/>
|
|
1655
1667
|
</svg>
|
|
1656
|
-
`,
|
|
1668
|
+
`,ys=Object.freeze({__proto__:null,default:xs}),Zs=re`
|
|
1657
1669
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1658
1670
|
<path
|
|
1659
1671
|
fill="currentColor"
|
|
1660
1672
|
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"
|
|
1661
1673
|
/>
|
|
1662
1674
|
</svg>
|
|
1663
|
-
`,
|
|
1675
|
+
`,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=re`
|
|
1664
1676
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1665
1677
|
<path
|
|
1666
1678
|
fill="currentColor"
|
|
@@ -1673,7 +1685,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1673
1685
|
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"
|
|
1674
1686
|
/>
|
|
1675
1687
|
</svg>
|
|
1676
|
-
`,
|
|
1688
|
+
`,ks=Object.freeze({__proto__:null,default:Ms}),Hs=re`
|
|
1677
1689
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1678
1690
|
<path
|
|
1679
1691
|
fill="currentColor"
|
|
@@ -1682,21 +1694,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1682
1694
|
clip-rule="evenodd"
|
|
1683
1695
|
/>
|
|
1684
1696
|
</svg>
|
|
1685
|
-
`,
|
|
1697
|
+
`,Ps=Object.freeze({__proto__:null,default:Hs}),Vs=re`
|
|
1686
1698
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1687
1699
|
<path
|
|
1688
1700
|
fill="currentColor"
|
|
1689
1701
|
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"
|
|
1690
1702
|
/>
|
|
1691
1703
|
</svg>
|
|
1692
|
-
`,
|
|
1704
|
+
`,zs=Object.freeze({__proto__:null,default:Vs}),Os=re`
|
|
1693
1705
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1694
1706
|
<path
|
|
1695
1707
|
fill="currentColor"
|
|
1696
1708
|
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"
|
|
1697
1709
|
/>
|
|
1698
1710
|
</svg>
|
|
1699
|
-
|
|
1711
|
+
`,$s=Object.freeze({__proto__:null,default:Os}),Ss=re`
|
|
1700
1712
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1701
1713
|
<path
|
|
1702
1714
|
fill="currentColor"
|
|
@@ -1705,7 +1717,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1705
1717
|
clip-rule="evenodd"
|
|
1706
1718
|
/>
|
|
1707
1719
|
</svg>
|
|
1708
|
-
|
|
1720
|
+
`,Bs=Object.freeze({__proto__:null,default:Ss}),js=re`
|
|
1709
1721
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1710
1722
|
<path
|
|
1711
1723
|
fill="currentColor"
|
|
@@ -1718,7 +1730,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1718
1730
|
clip-rule="evenodd"
|
|
1719
1731
|
/>
|
|
1720
1732
|
</svg>
|
|
1721
|
-
`,
|
|
1733
|
+
`,Ls=Object.freeze({__proto__:null,default:js}),As=re`
|
|
1722
1734
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1723
1735
|
<path
|
|
1724
1736
|
fill="currentColor"
|
|
@@ -1737,14 +1749,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1737
1749
|
clip-rule="evenodd"
|
|
1738
1750
|
/>
|
|
1739
1751
|
</svg>
|
|
1740
|
-
`,
|
|
1752
|
+
`,Es=Object.freeze({__proto__:null,default:As}),Rs=re`
|
|
1741
1753
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1742
1754
|
<path
|
|
1743
1755
|
fill="currentColor"
|
|
1744
1756
|
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"
|
|
1745
1757
|
/>
|
|
1746
1758
|
</svg>
|
|
1747
|
-
`,
|
|
1759
|
+
`,Ts=Object.freeze({__proto__:null,default:Rs}),Ns=re`
|
|
1748
1760
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1749
1761
|
<path
|
|
1750
1762
|
fill="currentColor"
|
|
@@ -1753,7 +1765,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1753
1765
|
clip-rule="evenodd"
|
|
1754
1766
|
/>
|
|
1755
1767
|
</svg>
|
|
1756
|
-
`,
|
|
1768
|
+
`,Ds=Object.freeze({__proto__:null,default:Ns}),Is=re`
|
|
1757
1769
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1758
1770
|
<path
|
|
1759
1771
|
fill="currentColor"
|
|
@@ -1762,7 +1774,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1762
1774
|
clip-rule="evenodd"
|
|
1763
1775
|
/>
|
|
1764
1776
|
</svg>
|
|
1765
|
-
`,
|
|
1777
|
+
`,Us=Object.freeze({__proto__:null,default:Is}),Ws=re`
|
|
1766
1778
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1767
1779
|
<path
|
|
1768
1780
|
fill="currentColor"
|
|
@@ -1771,7 +1783,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1771
1783
|
clip-rule="evenodd"
|
|
1772
1784
|
/>
|
|
1773
1785
|
</svg>
|
|
1774
|
-
`,
|
|
1786
|
+
`,qs=Object.freeze({__proto__:null,default:Ws}),Fs=re`
|
|
1775
1787
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1776
1788
|
<path
|
|
1777
1789
|
fill="currentColor"
|
|
@@ -1780,7 +1792,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1780
1792
|
clip-rule="evenodd"
|
|
1781
1793
|
/>
|
|
1782
1794
|
</svg>
|
|
1783
|
-
`,
|
|
1795
|
+
`,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=re`
|
|
1784
1796
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1785
1797
|
<path
|
|
1786
1798
|
fill="currentColor"
|
|
@@ -1789,7 +1801,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1789
1801
|
clip-rule="evenodd"
|
|
1790
1802
|
/>
|
|
1791
1803
|
</svg>
|
|
1792
|
-
`,
|
|
1804
|
+
`,Xs=Object.freeze({__proto__:null,default:Ys}),Js=re`
|
|
1793
1805
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1794
1806
|
<path
|
|
1795
1807
|
fill="currentColor"
|
|
@@ -1798,7 +1810,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1798
1810
|
clip-rule="evenodd"
|
|
1799
1811
|
/>
|
|
1800
1812
|
</svg>
|
|
1801
|
-
`,
|
|
1813
|
+
`,Gs=Object.freeze({__proto__:null,default:Js}),Qs=re`
|
|
1802
1814
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1803
1815
|
<path
|
|
1804
1816
|
fill="currentColor"
|
|
@@ -1811,7 +1823,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1811
1823
|
clip-rule="evenodd"
|
|
1812
1824
|
/>
|
|
1813
1825
|
</svg>
|
|
1814
|
-
`,
|
|
1826
|
+
`,ed=Object.freeze({__proto__:null,default:Qs}),td=re`
|
|
1815
1827
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1816
1828
|
<path
|
|
1817
1829
|
fill="currentColor"
|
|
@@ -1820,7 +1832,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1820
1832
|
clip-rule="evenodd"
|
|
1821
1833
|
/>
|
|
1822
1834
|
</svg>
|
|
1823
|
-
`,
|
|
1835
|
+
`,od=Object.freeze({__proto__:null,default:td}),nd=re`
|
|
1824
1836
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1825
1837
|
<path
|
|
1826
1838
|
fill="currentColor"
|
|
@@ -1829,14 +1841,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1829
1841
|
clip-rule="evenodd"
|
|
1830
1842
|
/>
|
|
1831
1843
|
</svg>
|
|
1832
|
-
`,
|
|
1844
|
+
`,ld=Object.freeze({__proto__:null,default:nd}),ad=re`
|
|
1833
1845
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1834
1846
|
<path
|
|
1835
1847
|
fill="currentColor"
|
|
1836
1848
|
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"
|
|
1837
1849
|
/>
|
|
1838
1850
|
</svg>
|
|
1839
|
-
`,
|
|
1851
|
+
`,rd=Object.freeze({__proto__:null,default:ad}),id=re`
|
|
1840
1852
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1841
1853
|
<path
|
|
1842
1854
|
fill="currentColor"
|
|
@@ -1845,14 +1857,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1845
1857
|
clip-rule="evenodd"
|
|
1846
1858
|
/>
|
|
1847
1859
|
</svg>
|
|
1848
|
-
`,
|
|
1860
|
+
`,sd=Object.freeze({__proto__:null,default:id}),dd=re`
|
|
1849
1861
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1850
1862
|
<path
|
|
1851
1863
|
fill="currentColor"
|
|
1852
1864
|
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"
|
|
1853
1865
|
/>
|
|
1854
1866
|
</svg>
|
|
1855
|
-
`,
|
|
1867
|
+
`,cd=Object.freeze({__proto__:null,default:dd}),hd=re`
|
|
1856
1868
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1857
1869
|
<path
|
|
1858
1870
|
fill="currentColor"
|
|
@@ -1861,7 +1873,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1861
1873
|
clip-rule="evenodd"
|
|
1862
1874
|
/>
|
|
1863
1875
|
</svg>
|
|
1864
|
-
`,
|
|
1876
|
+
`,vd=Object.freeze({__proto__:null,default:hd}),ud=re`
|
|
1865
1877
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1866
1878
|
<path
|
|
1867
1879
|
fill="currentColor"
|
|
@@ -1870,7 +1882,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1870
1882
|
clip-rule="evenodd"
|
|
1871
1883
|
/>
|
|
1872
1884
|
</svg>
|
|
1873
|
-
`,
|
|
1885
|
+
`,pd=Object.freeze({__proto__:null,default:ud}),gd=re`
|
|
1874
1886
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1875
1887
|
<path
|
|
1876
1888
|
fill="currentColor"
|
|
@@ -1879,7 +1891,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1879
1891
|
clip-rule="evenodd"
|
|
1880
1892
|
/>
|
|
1881
1893
|
</svg>
|
|
1882
|
-
`,
|
|
1894
|
+
`,fd=Object.freeze({__proto__:null,default:gd}),md=re`
|
|
1883
1895
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1884
1896
|
<path
|
|
1885
1897
|
fill="currentColor"
|
|
@@ -1888,7 +1900,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1888
1900
|
clip-rule="evenodd"
|
|
1889
1901
|
/>
|
|
1890
1902
|
</svg>
|
|
1891
|
-
`,
|
|
1903
|
+
`,wd=Object.freeze({__proto__:null,default:md}),bd=re`
|
|
1892
1904
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1893
1905
|
<path
|
|
1894
1906
|
fill="currentColor"
|
|
@@ -1901,7 +1913,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1901
1913
|
clip-rule="evenodd"
|
|
1902
1914
|
/>
|
|
1903
1915
|
</svg>
|
|
1904
|
-
`,
|
|
1916
|
+
`,_d=Object.freeze({__proto__:null,default:bd}),xd=re`
|
|
1905
1917
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1906
1918
|
<path
|
|
1907
1919
|
fill="currentColor"
|
|
@@ -1916,7 +1928,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1916
1928
|
clip-rule="evenodd"
|
|
1917
1929
|
/>
|
|
1918
1930
|
</svg>
|
|
1919
|
-
`,
|
|
1931
|
+
`,yd=Object.freeze({__proto__:null,default:xd}),Zd=re`
|
|
1920
1932
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1921
1933
|
<path
|
|
1922
1934
|
fill="currentColor"
|
|
@@ -1925,7 +1937,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1925
1937
|
clip-rule="evenodd"
|
|
1926
1938
|
/>
|
|
1927
1939
|
</svg>
|
|
1928
|
-
`,
|
|
1940
|
+
`,Cd=Object.freeze({__proto__:null,default:Zd}),Md=re`
|
|
1929
1941
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1930
1942
|
<path
|
|
1931
1943
|
fill="currentColor"
|
|
@@ -1934,7 +1946,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1934
1946
|
clip-rule="evenodd"
|
|
1935
1947
|
/>
|
|
1936
1948
|
</svg>
|
|
1937
|
-
`,
|
|
1949
|
+
`,kd=Object.freeze({__proto__:null,default:Md}),Hd=re`
|
|
1938
1950
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1939
1951
|
<path
|
|
1940
1952
|
fill="currentColor"
|
|
@@ -1943,7 +1955,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1943
1955
|
clip-rule="evenodd"
|
|
1944
1956
|
/>
|
|
1945
1957
|
</svg>
|
|
1946
|
-
`,
|
|
1958
|
+
`,Pd=Object.freeze({__proto__:null,default:Hd}),Vd=re`
|
|
1947
1959
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1948
1960
|
<path
|
|
1949
1961
|
fill="#DB0000"
|
|
@@ -1966,7 +1978,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1966
1978
|
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"
|
|
1967
1979
|
/>
|
|
1968
1980
|
</svg>
|
|
1969
|
-
`,
|
|
1981
|
+
`,zd=Object.freeze({__proto__:null,default:Vd}),Od=re`
|
|
1970
1982
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1971
1983
|
<path
|
|
1972
1984
|
fill="currentColor"
|
|
@@ -1975,7 +1987,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1975
1987
|
clip-rule="evenodd"
|
|
1976
1988
|
/>
|
|
1977
1989
|
</svg>
|
|
1978
|
-
|
|
1990
|
+
`,$d=Object.freeze({__proto__:null,default:Od}),Sd=re`
|
|
1979
1991
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1980
1992
|
<path
|
|
1981
1993
|
fill="currentColor"
|
|
@@ -1988,7 +2000,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1988
2000
|
clip-rule="evenodd"
|
|
1989
2001
|
/>
|
|
1990
2002
|
</svg>
|
|
1991
|
-
|
|
2003
|
+
`,Bd=Object.freeze({__proto__:null,default:Sd}),jd=re`
|
|
1992
2004
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1993
2005
|
<path
|
|
1994
2006
|
fill="currentColor"
|
|
@@ -2001,7 +2013,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2001
2013
|
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"
|
|
2002
2014
|
/>
|
|
2003
2015
|
</svg>
|
|
2004
|
-
`,
|
|
2016
|
+
`,Ld=Object.freeze({__proto__:null,default:jd}),Ad=re`
|
|
2005
2017
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2006
2018
|
<path
|
|
2007
2019
|
fill="currentColor"
|
|
@@ -2014,7 +2026,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2014
2026
|
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"
|
|
2015
2027
|
/>
|
|
2016
2028
|
</svg>
|
|
2017
|
-
`,
|
|
2029
|
+
`,Ed=Object.freeze({__proto__:null,default:Ad}),Rd=re`
|
|
2018
2030
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2019
2031
|
<path
|
|
2020
2032
|
fill="currentColor"
|
|
@@ -2023,11 +2035,11 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2023
2035
|
clip-rule="evenodd"
|
|
2024
2036
|
/>
|
|
2025
2037
|
</svg>
|
|
2026
|
-
`,
|
|
2038
|
+
`,Td=Object.freeze({__proto__:null,default:Rd}),Nd=re`
|
|
2027
2039
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2028
2040
|
<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" />
|
|
2029
2041
|
</svg>
|
|
2030
|
-
`,
|
|
2042
|
+
`,Dd=Object.freeze({__proto__:null,default:Nd}),Id=re`
|
|
2031
2043
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2032
2044
|
<path
|
|
2033
2045
|
fill="currentColor"
|
|
@@ -2054,21 +2066,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2054
2066
|
d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
|
|
2055
2067
|
/>
|
|
2056
2068
|
</svg>
|
|
2057
|
-
`,
|
|
2069
|
+
`,Ud=Object.freeze({__proto__:null,default:Id}),Wd=re`
|
|
2058
2070
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2059
2071
|
<path
|
|
2060
2072
|
fill="currentColor"
|
|
2061
2073
|
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"
|
|
2062
2074
|
/>
|
|
2063
2075
|
</svg>
|
|
2064
|
-
`,
|
|
2076
|
+
`,qd=Object.freeze({__proto__:null,default:Wd}),Fd=re`
|
|
2065
2077
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2066
2078
|
<path
|
|
2067
2079
|
fill="currentColor"
|
|
2068
2080
|
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"
|
|
2069
2081
|
/>
|
|
2070
2082
|
</svg>
|
|
2071
|
-
`,
|
|
2083
|
+
`,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=re`
|
|
2072
2084
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2073
2085
|
<path
|
|
2074
2086
|
fill="currentColor"
|
|
@@ -2077,7 +2089,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2077
2089
|
clip-rule="evenodd"
|
|
2078
2090
|
/>
|
|
2079
2091
|
</svg>
|
|
2080
|
-
`,
|
|
2092
|
+
`,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=re`
|
|
2081
2093
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2082
2094
|
<path
|
|
2083
2095
|
fill="currentColor"
|
|
@@ -2086,7 +2098,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2086
2098
|
clip-rule="evenodd"
|
|
2087
2099
|
/>
|
|
2088
2100
|
</svg>
|
|
2089
|
-
`,
|
|
2101
|
+
`,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=re`
|
|
2090
2102
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2091
2103
|
<path
|
|
2092
2104
|
fill="currentColor"
|
|
@@ -2095,7 +2107,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2095
2107
|
clip-rule="evenodd"
|
|
2096
2108
|
/>
|
|
2097
2109
|
</svg>
|
|
2098
|
-
`,
|
|
2110
|
+
`,ec=Object.freeze({__proto__:null,default:Qd}),tc=re`
|
|
2099
2111
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2100
2112
|
<path
|
|
2101
2113
|
fill="currentColor"
|
|
@@ -2104,7 +2116,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2104
2116
|
clip-rule="evenodd"
|
|
2105
2117
|
/>
|
|
2106
2118
|
</svg>
|
|
2107
|
-
`,
|
|
2119
|
+
`,oc=Object.freeze({__proto__:null,default:tc}),nc=re`
|
|
2108
2120
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2109
2121
|
<path
|
|
2110
2122
|
fill="currentColor"
|
|
@@ -2119,28 +2131,28 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2119
2131
|
clip-rule="evenodd"
|
|
2120
2132
|
/>
|
|
2121
2133
|
</svg>
|
|
2122
|
-
`,
|
|
2134
|
+
`,lc=Object.freeze({__proto__:null,default:nc}),ac=re`
|
|
2123
2135
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2124
2136
|
<path
|
|
2125
2137
|
fill="currentColor"
|
|
2126
2138
|
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"
|
|
2127
2139
|
/>
|
|
2128
2140
|
</svg>
|
|
2129
|
-
`,
|
|
2141
|
+
`,rc=Object.freeze({__proto__:null,default:ac}),ic=re`
|
|
2130
2142
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2131
2143
|
<path
|
|
2132
2144
|
fill="currentColor"
|
|
2133
2145
|
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"
|
|
2134
2146
|
/>
|
|
2135
2147
|
</svg>
|
|
2136
|
-
`,
|
|
2148
|
+
`,sc=Object.freeze({__proto__:null,default:ic}),dc=re`
|
|
2137
2149
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2138
2150
|
<path
|
|
2139
2151
|
fill="currentColor"
|
|
2140
2152
|
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"
|
|
2141
2153
|
/>
|
|
2142
2154
|
</svg>
|
|
2143
|
-
`,
|
|
2155
|
+
`,cc=Object.freeze({__proto__:null,default:dc}),hc=re`
|
|
2144
2156
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2145
2157
|
<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" />
|
|
2146
2158
|
<path
|
|
@@ -2150,14 +2162,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2150
2162
|
clip-rule="evenodd"
|
|
2151
2163
|
/>
|
|
2152
2164
|
</svg>
|
|
2153
|
-
`,
|
|
2165
|
+
`,vc=Object.freeze({__proto__:null,default:hc}),uc=re`
|
|
2154
2166
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2155
2167
|
<path
|
|
2156
2168
|
fill="currentColor"
|
|
2157
2169
|
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"
|
|
2158
2170
|
/>
|
|
2159
2171
|
</svg>
|
|
2160
|
-
`,
|
|
2172
|
+
`,pc=Object.freeze({__proto__:null,default:uc}),gc=re`
|
|
2161
2173
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2162
2174
|
<path
|
|
2163
2175
|
fill="currentColor"
|
|
@@ -2166,7 +2178,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2166
2178
|
clip-rule="evenodd"
|
|
2167
2179
|
/>
|
|
2168
2180
|
</svg>
|
|
2169
|
-
`,
|
|
2181
|
+
`,fc=Object.freeze({__proto__:null,default:gc}),mc=re`
|
|
2170
2182
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2171
2183
|
<path
|
|
2172
2184
|
fill="currentColor"
|
|
@@ -2175,7 +2187,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2175
2187
|
clip-rule="evenodd"
|
|
2176
2188
|
/>
|
|
2177
2189
|
</svg>
|
|
2178
|
-
`,
|
|
2190
|
+
`,wc=Object.freeze({__proto__:null,default:mc}),bc=re`
|
|
2179
2191
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2180
2192
|
<path
|
|
2181
2193
|
fill="currentColor"
|
|
@@ -2184,7 +2196,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2184
2196
|
clip-rule="evenodd"
|
|
2185
2197
|
/>
|
|
2186
2198
|
</svg>
|
|
2187
|
-
`,
|
|
2199
|
+
`,_c=Object.freeze({__proto__:null,default:bc}),xc=re`
|
|
2188
2200
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2189
2201
|
<path
|
|
2190
2202
|
fill="currentColor"
|
|
@@ -2197,7 +2209,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2197
2209
|
clip-rule="evenodd"
|
|
2198
2210
|
/>
|
|
2199
2211
|
</svg>
|
|
2200
|
-
`,
|
|
2212
|
+
`,yc=Object.freeze({__proto__:null,default:xc}),Zc=re`
|
|
2201
2213
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2202
2214
|
<path
|
|
2203
2215
|
fill="currentColor"
|
|
@@ -2206,7 +2218,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2206
2218
|
clip-rule="evenodd"
|
|
2207
2219
|
/>
|
|
2208
2220
|
</svg>
|
|
2209
|
-
`,
|
|
2221
|
+
`,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=re`
|
|
2210
2222
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2211
2223
|
<path
|
|
2212
2224
|
fill="currentColor"
|
|
@@ -2215,7 +2227,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2215
2227
|
clip-rule="evenodd"
|
|
2216
2228
|
/>
|
|
2217
2229
|
</svg>
|
|
2218
|
-
`,
|
|
2230
|
+
`,kc=Object.freeze({__proto__:null,default:Mc}),Hc=re`
|
|
2219
2231
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2220
2232
|
<path
|
|
2221
2233
|
fill="currentColor"
|
|
@@ -2232,7 +2244,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2232
2244
|
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"
|
|
2233
2245
|
/>
|
|
2234
2246
|
</svg>
|
|
2235
|
-
`,
|
|
2247
|
+
`,Pc=Object.freeze({__proto__:null,default:Hc}),Vc=re`
|
|
2236
2248
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2237
2249
|
<path
|
|
2238
2250
|
fill="currentColor"
|
|
@@ -2245,7 +2257,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2245
2257
|
clip-rule="evenodd"
|
|
2246
2258
|
/>
|
|
2247
2259
|
</svg>
|
|
2248
|
-
`,
|
|
2260
|
+
`,zc=Object.freeze({__proto__:null,default:Vc}),Oc=re`
|
|
2249
2261
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2250
2262
|
<path
|
|
2251
2263
|
fill="currentColor"
|
|
@@ -2254,21 +2266,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2254
2266
|
clip-rule="evenodd"
|
|
2255
2267
|
/>
|
|
2256
2268
|
</svg>
|
|
2257
|
-
|
|
2269
|
+
`,$c=Object.freeze({__proto__:null,default:Oc}),Sc=re`
|
|
2258
2270
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2259
2271
|
<path
|
|
2260
2272
|
fill="currentColor"
|
|
2261
2273
|
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"
|
|
2262
2274
|
/>
|
|
2263
2275
|
</svg>
|
|
2264
|
-
|
|
2276
|
+
`,Bc=Object.freeze({__proto__:null,default:Sc}),jc=re`
|
|
2265
2277
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2266
2278
|
<path
|
|
2267
2279
|
fill="currentColor"
|
|
2268
2280
|
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"
|
|
2269
2281
|
/>
|
|
2270
2282
|
</svg>
|
|
2271
|
-
`,
|
|
2283
|
+
`,Lc=Object.freeze({__proto__:null,default:jc}),Ac=re`
|
|
2272
2284
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2273
2285
|
<path
|
|
2274
2286
|
fill="currentColor"
|
|
@@ -2277,14 +2289,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2277
2289
|
clip-rule="evenodd"
|
|
2278
2290
|
/>
|
|
2279
2291
|
</svg>
|
|
2280
|
-
`,
|
|
2292
|
+
`,Ec=Object.freeze({__proto__:null,default:Ac}),Rc=re`
|
|
2281
2293
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2282
2294
|
<path
|
|
2283
2295
|
fill="currentColor"
|
|
2284
2296
|
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"
|
|
2285
2297
|
/>
|
|
2286
2298
|
</svg>
|
|
2287
|
-
`,
|
|
2299
|
+
`,Tc=Object.freeze({__proto__:null,default:Rc}),Nc=re`
|
|
2288
2300
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2289
2301
|
<path
|
|
2290
2302
|
fill="currentColor"
|
|
@@ -2293,7 +2305,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2293
2305
|
clip-rule="evenodd"
|
|
2294
2306
|
/>
|
|
2295
2307
|
</svg>
|
|
2296
|
-
`,
|
|
2308
|
+
`,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=re`
|
|
2297
2309
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2298
2310
|
<path
|
|
2299
2311
|
fill="currentColor"
|
|
@@ -2302,7 +2314,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2302
2314
|
clip-rule="evenodd"
|
|
2303
2315
|
/>
|
|
2304
2316
|
</svg>
|
|
2305
|
-
`,
|
|
2317
|
+
`,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=re`
|
|
2306
2318
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2307
2319
|
<path
|
|
2308
2320
|
fill="currentColor"
|
|
@@ -2315,7 +2327,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2315
2327
|
clip-rule="evenodd"
|
|
2316
2328
|
/>
|
|
2317
2329
|
</svg>
|
|
2318
|
-
`,
|
|
2330
|
+
`,qc=Object.freeze({__proto__:null,default:Wc}),Fc=re`
|
|
2319
2331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2320
2332
|
<path
|
|
2321
2333
|
fill="currentColor"
|
|
@@ -2330,7 +2342,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2330
2342
|
clip-rule="evenodd"
|
|
2331
2343
|
/>
|
|
2332
2344
|
</svg>
|
|
2333
|
-
`,
|
|
2345
|
+
`,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=re`
|
|
2334
2346
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2335
2347
|
<path
|
|
2336
2348
|
fill="currentColor"
|
|
@@ -2343,7 +2355,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2343
2355
|
clip-rule="evenodd"
|
|
2344
2356
|
/>
|
|
2345
2357
|
</svg>
|
|
2346
|
-
`,
|
|
2358
|
+
`,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=re`
|
|
2347
2359
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2348
2360
|
<path
|
|
2349
2361
|
fill="currentColor"
|
|
@@ -2358,7 +2370,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2358
2370
|
clip-rule="evenodd"
|
|
2359
2371
|
/>
|
|
2360
2372
|
</svg>
|
|
2361
|
-
`,
|
|
2373
|
+
`,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=re`
|
|
2362
2374
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2363
2375
|
<path
|
|
2364
2376
|
fill="currentColor"
|
|
@@ -2371,7 +2383,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2371
2383
|
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"
|
|
2372
2384
|
/>
|
|
2373
2385
|
</svg>
|
|
2374
|
-
`,
|
|
2386
|
+
`,eh=Object.freeze({__proto__:null,default:Qc}),th=re`
|
|
2375
2387
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2376
2388
|
<path
|
|
2377
2389
|
fill="currentColor"
|
|
@@ -2380,7 +2392,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2380
2392
|
clip-rule="evenodd"
|
|
2381
2393
|
/>
|
|
2382
2394
|
</svg>
|
|
2383
|
-
`,
|
|
2395
|
+
`,oh=Object.freeze({__proto__:null,default:th}),nh=re`
|
|
2384
2396
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2385
2397
|
<path
|
|
2386
2398
|
fill="currentColor"
|
|
@@ -2393,7 +2405,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2393
2405
|
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"
|
|
2394
2406
|
/>
|
|
2395
2407
|
</svg>
|
|
2396
|
-
`,
|
|
2408
|
+
`,lh=Object.freeze({__proto__:null,default:nh}),ah=re`
|
|
2397
2409
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2398
2410
|
<path
|
|
2399
2411
|
fill="currentColor"
|
|
@@ -2406,7 +2418,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2406
2418
|
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"
|
|
2407
2419
|
/>
|
|
2408
2420
|
</svg>
|
|
2409
|
-
`,
|
|
2421
|
+
`,rh=Object.freeze({__proto__:null,default:ah}),ih=re`
|
|
2410
2422
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2411
2423
|
<path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2412
2424
|
<path
|
|
@@ -2416,7 +2428,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2416
2428
|
clip-rule="evenodd"
|
|
2417
2429
|
/>
|
|
2418
2430
|
</svg>
|
|
2419
|
-
`,
|
|
2431
|
+
`,sh=Object.freeze({__proto__:null,default:ih}),dh=re`
|
|
2420
2432
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2421
2433
|
<path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2422
2434
|
<path
|
|
@@ -2426,7 +2438,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2426
2438
|
clip-rule="evenodd"
|
|
2427
2439
|
/>
|
|
2428
2440
|
</svg>
|
|
2429
|
-
`,
|
|
2441
|
+
`,ch=Object.freeze({__proto__:null,default:dh}),hh=re`
|
|
2430
2442
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2431
2443
|
<path
|
|
2432
2444
|
fill="currentColor"
|
|
@@ -2439,14 +2451,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2439
2451
|
clip-rule="evenodd"
|
|
2440
2452
|
/>
|
|
2441
2453
|
</svg>
|
|
2442
|
-
`,
|
|
2454
|
+
`,vh=Object.freeze({__proto__:null,default:hh}),uh=re`
|
|
2443
2455
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2444
2456
|
<path
|
|
2445
2457
|
fill="currentColor"
|
|
2446
2458
|
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"
|
|
2447
2459
|
/>
|
|
2448
2460
|
</svg>
|
|
2449
|
-
`,
|
|
2461
|
+
`,ph=Object.freeze({__proto__:null,default:uh}),gh=re`
|
|
2450
2462
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2451
2463
|
<path
|
|
2452
2464
|
fill="currentColor"
|
|
@@ -2459,7 +2471,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2459
2471
|
clip-rule="evenodd"
|
|
2460
2472
|
/>
|
|
2461
2473
|
</svg>
|
|
2462
|
-
`,
|
|
2474
|
+
`,fh=Object.freeze({__proto__:null,default:gh}),mh=re`
|
|
2463
2475
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2464
2476
|
<path
|
|
2465
2477
|
fill="currentColor"
|
|
@@ -2468,7 +2480,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2468
2480
|
clip-rule="evenodd"
|
|
2469
2481
|
/>
|
|
2470
2482
|
</svg>
|
|
2471
|
-
`,
|
|
2483
|
+
`,wh=Object.freeze({__proto__:null,default:mh}),bh=re`
|
|
2472
2484
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2473
2485
|
<path
|
|
2474
2486
|
fill="currentColor"
|
|
@@ -2477,7 +2489,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2477
2489
|
clip-rule="evenodd"
|
|
2478
2490
|
/>
|
|
2479
2491
|
</svg>
|
|
2480
|
-
`,
|
|
2492
|
+
`,_h=Object.freeze({__proto__:null,default:bh}),xh=re`
|
|
2481
2493
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2482
2494
|
<path
|
|
2483
2495
|
fill="currentColor"
|
|
@@ -2486,7 +2498,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2486
2498
|
clip-rule="evenodd"
|
|
2487
2499
|
/>
|
|
2488
2500
|
</svg>
|
|
2489
|
-
`,
|
|
2501
|
+
`,yh=Object.freeze({__proto__:null,default:xh}),Zh=re`
|
|
2490
2502
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2491
2503
|
<path
|
|
2492
2504
|
fill="currentColor"
|
|
@@ -2499,7 +2511,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2499
2511
|
clip-rule="evenodd"
|
|
2500
2512
|
/>
|
|
2501
2513
|
</svg>
|
|
2502
|
-
`,
|
|
2514
|
+
`,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=re`
|
|
2503
2515
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2504
2516
|
<path
|
|
2505
2517
|
fill="currentColor"
|
|
@@ -2508,7 +2520,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2508
2520
|
clip-rule="evenodd"
|
|
2509
2521
|
/>
|
|
2510
2522
|
</svg>
|
|
2511
|
-
`,
|
|
2523
|
+
`,kh=Object.freeze({__proto__:null,default:Mh}),Hh=re`
|
|
2512
2524
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2513
2525
|
<path
|
|
2514
2526
|
fill="currentColor"
|
|
@@ -2517,7 +2529,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2517
2529
|
clip-rule="evenodd"
|
|
2518
2530
|
/>
|
|
2519
2531
|
</svg>
|
|
2520
|
-
`,
|
|
2532
|
+
`,Ph=Object.freeze({__proto__:null,default:Hh}),Vh=re`
|
|
2521
2533
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2522
2534
|
<path
|
|
2523
2535
|
fill="currentColor"
|
|
@@ -2526,14 +2538,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2526
2538
|
clip-rule="evenodd"
|
|
2527
2539
|
/>
|
|
2528
2540
|
</svg>
|
|
2529
|
-
`,
|
|
2541
|
+
`,zh=Object.freeze({__proto__:null,default:Vh}),Oh=re`
|
|
2530
2542
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2531
2543
|
<path
|
|
2532
2544
|
fill="currentColor"
|
|
2533
2545
|
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"
|
|
2534
2546
|
/>
|
|
2535
2547
|
</svg>
|
|
2536
|
-
|
|
2548
|
+
`,$h=Object.freeze({__proto__:null,default:Oh}),Sh=re`
|
|
2537
2549
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2538
2550
|
<path
|
|
2539
2551
|
fill="currentColor"
|
|
@@ -2542,7 +2554,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2542
2554
|
clip-rule="evenodd"
|
|
2543
2555
|
/>
|
|
2544
2556
|
</svg>
|
|
2545
|
-
|
|
2557
|
+
`,Bh=Object.freeze({__proto__:null,default:Sh}),jh=re`
|
|
2546
2558
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2547
2559
|
<path
|
|
2548
2560
|
fill="currentColor"
|
|
@@ -2551,5 +2563,5 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2551
2563
|
clip-rule="evenodd"
|
|
2552
2564
|
/>
|
|
2553
2565
|
</svg>
|
|
2554
|
-
`,
|
|
2566
|
+
`,Lh=Object.freeze({__proto__:null,default:jh})});
|
|
2555
2567
|
//# sourceMappingURL=index.umd.min.js.map
|