@govtechsg/sgds-web-component 3.27.0-rc.3 → 3.27.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 +2 -9
- package/base/dropdown-list-element.js.map +1 -1
- package/components/Breadcrumb/index.umd.min.js +5 -5
- package/components/Breadcrumb/index.umd.min.js.map +1 -1
- package/components/ComboBox/index.umd.min.js +1 -1
- package/components/ComboBox/index.umd.min.js.map +1 -1
- package/components/DataTable/data-table.js +1 -1
- package/components/DataTable/index.umd.min.js +49 -42
- package/components/DataTable/index.umd.min.js.map +1 -1
- package/components/DataTable/sgds-data-table-cell.d.ts +2 -2
- package/components/DataTable/sgds-data-table-cell.js.map +1 -1
- package/components/DataTable/sgds-data-table-head.d.ts +2 -2
- package/components/DataTable/sgds-data-table-head.js.map +1 -1
- package/components/DataTable/sgds-data-table-row.d.ts +0 -3
- package/components/DataTable/sgds-data-table-row.js +0 -13
- package/components/DataTable/sgds-data-table-row.js.map +1 -1
- package/components/DataTable/sgds-data-table.d.ts +7 -4
- package/components/DataTable/sgds-data-table.js +49 -38
- package/components/DataTable/sgds-data-table.js.map +1 -1
- package/components/DataTable/types.d.ts +7 -0
- package/components/Datepicker/index.umd.min.js +1 -1
- package/components/Dropdown/dropdown-item.js +1 -1
- package/components/Dropdown/index.umd.min.js +5 -5
- package/components/Dropdown/index.umd.min.js.map +1 -1
- package/components/Dropdown/sgds-dropdown-item.d.ts +0 -2
- package/components/Dropdown/sgds-dropdown-item.js +2 -8
- package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
- package/components/Footer/index.umd.min.js +1 -1
- package/components/Footer/index.umd.min.js.map +1 -1
- package/components/Footer/sgds-footer.js +1 -1
- package/components/Footer/sgds-footer.js.map +1 -1
- package/components/Input/index.umd.min.js +1 -1
- package/components/Mainnav/index.d.ts +0 -2
- package/components/Mainnav/index.js +0 -2
- package/components/Mainnav/index.js.map +1 -1
- package/components/Mainnav/index.umd.min.js +285 -338
- package/components/Mainnav/index.umd.min.js.map +1 -1
- package/components/Mainnav/mainnav-dropdown.js +1 -1
- package/components/Mainnav/mainnav-item.js +1 -1
- package/components/Mainnav/mainnav.js +1 -1
- package/components/Mainnav/sgds-mainnav.d.ts +51 -8
- package/components/Mainnav/sgds-mainnav.js +238 -40
- package/components/Mainnav/sgds-mainnav.js.map +1 -1
- package/components/OverflowMenu/index.umd.min.js +5 -5
- package/components/OverflowMenu/index.umd.min.js.map +1 -1
- package/components/QuantityToggle/index.umd.min.js +1 -1
- package/components/Select/index.umd.min.js +21 -21
- package/components/Select/index.umd.min.js.map +1 -1
- package/components/Tab/index.umd.min.js +1 -1
- package/components/Tab/index.umd.min.js.map +1 -1
- package/components/Tab/tab-panel.js +1 -1
- package/components/Textarea/index.umd.min.js +1 -1
- package/components/index.d.ts +0 -3
- package/components/index.js +0 -3
- package/components/index.js.map +1 -1
- package/components/index.umd.min.js +587 -665
- package/components/index.umd.min.js.map +1 -1
- package/css/fouc.css +5 -8
- package/custom-elements.json +15246 -17418
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/index.js.map +1 -1
- package/index.umd.min.js +353 -441
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/react/base/dropdown-list-element.cjs.js +2 -9
- package/react/base/dropdown-list-element.cjs.js.map +1 -1
- package/react/base/dropdown-list-element.js +2 -9
- package/react/base/dropdown-list-element.js.map +1 -1
- package/react/components/DataTable/data-table.cjs.js +1 -1
- package/react/components/DataTable/data-table.js +1 -1
- package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -1
- package/react/components/DataTable/sgds-data-table-cell.js.map +1 -1
- package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -1
- package/react/components/DataTable/sgds-data-table-head.js.map +1 -1
- package/react/components/DataTable/sgds-data-table-row.cjs.js +0 -13
- package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -1
- package/react/components/DataTable/sgds-data-table-row.js +0 -13
- package/react/components/DataTable/sgds-data-table-row.js.map +1 -1
- package/react/components/DataTable/sgds-data-table.cjs.js +49 -38
- package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -1
- package/react/components/DataTable/sgds-data-table.js +49 -38
- package/react/components/DataTable/sgds-data-table.js.map +1 -1
- package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
- package/react/components/Dropdown/dropdown-item.js +1 -1
- package/react/components/Dropdown/sgds-dropdown-item.cjs.js +2 -8
- package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
- package/react/components/Dropdown/sgds-dropdown-item.js +2 -8
- package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
- package/react/components/Footer/sgds-footer.cjs.js +1 -1
- package/react/components/Footer/sgds-footer.cjs.js.map +1 -1
- package/react/components/Footer/sgds-footer.js +1 -1
- package/react/components/Footer/sgds-footer.js.map +1 -1
- package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
- package/react/components/Mainnav/mainnav-dropdown.js +1 -1
- package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
- package/react/components/Mainnav/mainnav-item.js +1 -1
- package/react/components/Mainnav/mainnav.cjs.js +1 -1
- package/react/components/Mainnav/mainnav.js +1 -1
- package/react/components/Mainnav/sgds-mainnav.cjs.js +237 -39
- package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
- package/react/components/Mainnav/sgds-mainnav.js +238 -40
- package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
- package/react/components/Tab/tab-panel.cjs.js +1 -1
- package/react/components/Tab/tab-panel.js +1 -1
- package/react/index.cjs.js +146 -152
- package/react/index.cjs.js.map +1 -1
- package/react/index.d.ts +5 -8
- package/react/index.js +5 -8
- package/react/index.js.map +1 -1
- package/react/styles/form-text-control.cjs.js +1 -1
- package/react/styles/form-text-control.js +1 -1
- package/styles/form-text-control.js +1 -1
- package/themes/blue.css +11 -11
- package/themes/cyan.css +10 -10
- package/themes/day.css +1 -1
- package/themes/gt/blue.css +11 -11
- package/themes/gt/cyan.css +10 -10
- package/themes/gt/magenta.css +11 -11
- package/themes/gt/pink.css +11 -11
- package/themes/gt/purple.css +11 -11
- package/themes/gt/red.css +11 -11
- package/themes/magenta.css +11 -11
- package/themes/pink.css +11 -11
- package/themes/purple.css +11 -11
- package/themes/red.css +11 -11
- package/themes/root.css +0 -5
- package/types/react.d.ts +97 -148
- package/base/nav-element.d.ts +0 -64
- package/base/nav-element.js +0 -263
- package/base/nav-element.js.map +0 -1
- package/base/nav-profile-element.d.ts +0 -47
- package/base/nav-profile-element.js +0 -191
- package/base/nav-profile-element.js.map +0 -1
- package/base/nav-profile.js +0 -6
- package/base/nav-profile.js.map +0 -1
- package/components/Appnav/appnav-context.d.ts +0 -6
- package/components/Appnav/appnav-context.js +0 -7
- package/components/Appnav/appnav-context.js.map +0 -1
- package/components/Appnav/appnav.js +0 -6
- package/components/Appnav/appnav.js.map +0 -1
- package/components/Appnav/index.d.ts +0 -9
- package/components/Appnav/index.js +0 -8
- package/components/Appnav/index.js.map +0 -1
- package/components/Appnav/index.umd.min.js +0 -2535
- package/components/Appnav/index.umd.min.js.map +0 -1
- package/components/Appnav/sgds-appnav-profile.d.ts +0 -17
- package/components/Appnav/sgds-appnav-profile.js +0 -31
- package/components/Appnav/sgds-appnav-profile.js.map +0 -1
- package/components/Appnav/sgds-appnav.d.ts +0 -44
- package/components/Appnav/sgds-appnav.js +0 -183
- package/components/Appnav/sgds-appnav.js.map +0 -1
- package/components/Mainnav/sgds-mainnav-profile.d.ts +0 -15
- package/components/Mainnav/sgds-mainnav-profile.js +0 -29
- package/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
- package/react/appnav/index.cjs.js +0 -45
- package/react/appnav/index.cjs.js.map +0 -1
- package/react/appnav/index.d.ts +0 -4
- package/react/appnav/index.js +0 -21
- package/react/appnav/index.js.map +0 -1
- package/react/appnav-profile/index.cjs.js +0 -40
- package/react/appnav-profile/index.cjs.js.map +0 -1
- package/react/appnav-profile/index.d.ts +0 -4
- package/react/appnav-profile/index.js +0 -16
- package/react/appnav-profile/index.js.map +0 -1
- package/react/base/nav-element.cjs.js +0 -268
- package/react/base/nav-element.cjs.js.map +0 -1
- package/react/base/nav-element.js +0 -264
- package/react/base/nav-element.js.map +0 -1
- package/react/base/nav-profile-element.cjs.js +0 -196
- package/react/base/nav-profile-element.cjs.js.map +0 -1
- package/react/base/nav-profile-element.js +0 -192
- package/react/base/nav-profile-element.js.map +0 -1
- package/react/base/nav-profile.cjs.js +0 -11
- package/react/base/nav-profile.cjs.js.map +0 -1
- package/react/base/nav-profile.js +0 -7
- package/react/base/nav-profile.js.map +0 -1
- package/react/components/Appnav/appnav-context.cjs.js +0 -13
- package/react/components/Appnav/appnav-context.cjs.js.map +0 -1
- package/react/components/Appnav/appnav-context.js +0 -8
- package/react/components/Appnav/appnav-context.js.map +0 -1
- package/react/components/Appnav/appnav.cjs.js +0 -11
- package/react/components/Appnav/appnav.cjs.js.map +0 -1
- package/react/components/Appnav/appnav.js +0 -7
- package/react/components/Appnav/appnav.js.map +0 -1
- package/react/components/Appnav/sgds-appnav-profile.cjs.js +0 -37
- package/react/components/Appnav/sgds-appnav-profile.cjs.js.map +0 -1
- package/react/components/Appnav/sgds-appnav-profile.js +0 -32
- package/react/components/Appnav/sgds-appnav-profile.js.map +0 -1
- package/react/components/Appnav/sgds-appnav.cjs.js +0 -189
- package/react/components/Appnav/sgds-appnav.cjs.js.map +0 -1
- package/react/components/Appnav/sgds-appnav.js +0 -184
- package/react/components/Appnav/sgds-appnav.js.map +0 -1
- package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +0 -35
- package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +0 -1
- package/react/components/Mainnav/sgds-mainnav-profile.js +0 -30
- package/react/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
- package/react/mainnav-profile/index.cjs.js +0 -40
- package/react/mainnav-profile/index.cjs.js.map +0 -1
- package/react/mainnav-profile/index.d.ts +0 -4
- package/react/mainnav-profile/index.js +0 -16
- package/react/mainnav-profile/index.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
!function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,o
|
|
1
|
+
!function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,l,o){var n,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,l):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,l,o);else for(var i=e.length-1;i>=0;i--)(n=e[i])&&(a=(r<3?n(a):r>3?n(t,l,a):n(t,l))||a);return r>3&&a&&Object.defineProperty(t,l,a),a}"function"==typeof SuppressedError&&SuppressedError;
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2021 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
class t extends Event{constructor(e,t,o
|
|
7
|
+
class t extends Event{constructor(e,t,l,o){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=l,this.subscribe=o??!1}}
|
|
8
8
|
/**
|
|
9
9
|
* @license
|
|
10
10
|
* Copyright 2021 Google LLC
|
|
@@ -15,97 +15,97 @@ class t extends Event{constructor(e,t,o,n){super("context-request",{bubbles:!0,c
|
|
|
15
15
|
* Copyright 2021 Google LLC
|
|
16
16
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
17
17
|
*/
|
|
18
|
-
class
|
|
18
|
+
class l{constructor(e,t,l,o){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(e,t)=>{this.unsubscribe&&(this.unsubscribe!==t&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=e,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(e,t)),this.unsubscribe=t},this.host=e,void 0!==t.context){const e=t;this.context=e.context,this.callback=e.callback,this.subscribe=e.subscribe??!1}else this.context=t,this.callback=l,this.subscribe=o??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new t(this.context,this.host,this.t,this.subscribe))}}
|
|
19
19
|
/**
|
|
20
20
|
* @license
|
|
21
21
|
* Copyright 2021 Google LLC
|
|
22
22
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
23
|
-
*/class
|
|
23
|
+
*/class o{get value(){return this.o}set value(e){this.setValue(e)}setValue(e,t=!1){const l=t||!Object.is(e,this.o);this.o=e,l&&this.updateObservers()}constructor(e){this.subscriptions=new Map,this.updateObservers=()=>{for(const[e,{disposer:t}]of this.subscriptions)e(this.o,t)},void 0!==e&&(this.value=e)}addCallback(e,t,l){if(!l)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:o}=this.subscriptions.get(e);e(this.value,o)}clearCallbacks(){this.subscriptions.clear()}}
|
|
24
24
|
/**
|
|
25
25
|
* @license
|
|
26
26
|
* Copyright 2021 Google LLC
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
|
-
*/class
|
|
28
|
+
*/class n extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class r extends o{constructor(e,l,o){super(void 0!==l.context?l.initialValue:o),this.onContextRequest=e=>{if(e.context!==this.context)return;const t=e.contextTarget??e.composedPath()[0];t!==this.host&&(e.stopPropagation(),this.addCallback(e.callback,t,e.subscribe))},this.onProviderRequest=e=>{if(e.context!==this.context)return;if((e.contextTarget??e.composedPath()[0])===this.host)return;const l=new Set;for(const[e,{consumerHost:o}]of this.subscriptions)l.has(e)||(l.add(e),o.dispatchEvent(new t(this.context,o,e,!0)));e.stopPropagation()},this.host=e,void 0!==l.context?this.context=l.context:this.context=l,this.attachListeners(),this.host.addController?.(this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new n(this.context,this.host))}}
|
|
29
29
|
/**
|
|
30
30
|
* @license
|
|
31
31
|
* Copyright 2017 Google LLC
|
|
32
32
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
33
|
-
*/function a({context:e}){return(t,
|
|
33
|
+
*/function a({context:e}){return(t,l)=>{const o=new WeakMap;if("object"==typeof l)return{get(){return t.get.call(this)},set(e){return o.get(this).setValue(e),t.set.call(this,e)},init(t){return o.set(this,new r(this,{context:e,initialValue:t})),t}};{t.constructor.addInitializer(t=>{o.set(t,new r(t,{context:e}))});const n=Object.getOwnPropertyDescriptor(t,l);let a;if(void 0===n){const e=new WeakMap;a={get(){return e.get(this)},set(t){o.get(this).setValue(t),e.set(this,t)},configurable:!0,enumerable:!0}}else{const e=n.set;a={...n,set(t){o.get(this).setValue(t),e?.call(this,t)}}}return void Object.defineProperty(t,l,a)}}}
|
|
34
34
|
/**
|
|
35
35
|
* @license
|
|
36
36
|
* Copyright 2022 Google LLC
|
|
37
37
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
38
|
-
*/function i({context:e,subscribe:t}){return(n
|
|
38
|
+
*/function i({context:e,subscribe:t}){return(o,n)=>{"object"==typeof n?n.addInitializer(function(){new l(this,{context:e,callback:e=>{o.set.call(this,e)},subscribe:t})}):o.constructor.addInitializer(o=>{new l(o,{context:e,callback:e=>{o[n]=e},subscribe:t})})}}
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
41
41
|
* Copyright 2019 Google LLC
|
|
42
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
-
*/const s=globalThis,c=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,d=Symbol(),h=new WeakMap;class v{constructor(e,t,
|
|
43
|
+
*/const s=globalThis,c=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,d=Symbol(),h=new WeakMap;class v{constructor(e,t,l){if(this._$cssResult$=!0,l!==d)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(c&&void 0===e){const l=void 0!==t&&1===t.length;l&&(e=h.get(t)),void 0===e&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),l&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const l=1===e.length?e[0]:t.reduce((t,l,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw Error("Value passed to 'css' function must be a 'css' function result: "+e+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(l)+e[o+1],e[0]);return new v(l,e,d)},p=c?e=>e:e=>e instanceof CSSStyleSheet?(e=>{let t="";for(const l of e.cssRules)t+=l.cssText;return(e=>new v("string"==typeof e?e:e+"",void 0,d))(t)})(e):e,{is:f,defineProperty:g,getOwnPropertyDescriptor:w,getOwnPropertyNames:m,getOwnPropertySymbols:b,getPrototypeOf:_}=Object,x=globalThis,Z=x.trustedTypes,y=Z?Z.emptyScript:"",C=x.reactiveElementPolyfillSupport,M=(e,t)=>e,H={toAttribute(e,t){switch(t){case Boolean:e=e?y:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let l=e;switch(t){case Boolean:l=null!==e;break;case Number:l=null===e?null:Number(e);break;case Object:case Array:try{l=JSON.parse(e)}catch(e){l=null}}return l}},A=(e,t)=>!f(e,t),O={attribute:!0,type:String,converter:H,reflect:!1,useDefault:!1,hasChanged:A};
|
|
44
44
|
/**
|
|
45
45
|
* @license
|
|
46
46
|
* Copyright 2017 Google LLC
|
|
47
47
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
|
-
*/Symbol.metadata??=Symbol("metadata"),
|
|
48
|
+
*/Symbol.metadata??=Symbol("metadata"),x.litPropertyMetadata??=new WeakMap;class z extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=O){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const l=Symbol(),o=this.getPropertyDescriptor(e,l,t);void 0!==o&&g(this.prototype,e,o)}}static getPropertyDescriptor(e,t,l){const{get:o,set:n}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};return{get:o,set(t){const r=o?.call(this);n?.call(this,t),this.requestUpdate(e,r,l)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??O}static _$Ei(){if(this.hasOwnProperty(M("elementProperties")))return;const e=_(this);e.finalize(),void 0!==e.l&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(M("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(M("properties"))){const e=this.properties,t=[...m(e),...b(e)];for(const l of t)this.createProperty(l,e[l])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,l]of t)this.elementProperties.set(e,l)}this._$Eh=new Map;for(const[e,t]of this.elementProperties){const l=this._$Eu(e,t);void 0!==l&&this._$Eh.set(l,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const l=new Set(e.flat(1/0).reverse());for(const e of l)t.unshift(p(e))}else void 0!==e&&t.push(p(e));return t}static _$Eu(e,t){const l=t.attribute;return!1===l?void 0:"string"==typeof l?l:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const l of t.keys())this.hasOwnProperty(l)&&(e.set(l,this[l]),delete this[l]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(c)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const l of t){const t=document.createElement("style"),o=s.litNonce;void 0!==o&&t.setAttribute("nonce",o),t.textContent=l.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,l){this._$AK(e,l)}_$ET(e,t){const l=this.constructor.elementProperties.get(e),o=this.constructor._$Eu(e,l);if(void 0!==o&&!0===l.reflect){const n=(void 0!==l.converter?.toAttribute?l.converter:H).toAttribute(t,l.type);this._$Em=e,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$Em=null}}_$AK(e,t){const l=this.constructor,o=l._$Eh.get(e);if(void 0!==o&&this._$Em!==o){const e=l.getPropertyOptions(o),n="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:H;this._$Em=o;const r=n.fromAttribute(t,e.type);this[o]=r??this._$Ej?.get(o)??r,this._$Em=null}}requestUpdate(e,t,l,o=!1,n){if(void 0!==e){const r=this.constructor;if(!1===o&&(n=this[e]),l??=r.getPropertyOptions(e),!((l.hasChanged??A)(n,t)||l.useDefault&&l.reflect&&n===this._$Ej?.get(e)&&!this.hasAttribute(r._$Eu(e,l))))return;this.C(e,t,l)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(e,t,{useDefault:l,reflect:o,wrapped:n},r){l&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,r??t??this[e]),!0!==n||void 0!==r)||(this._$AL.has(e)||(this.hasUpdated||l||(t=void 0),this._$AL.set(e,t)),!0===o&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[e,t]of this._$Ep)this[e]=t;this._$Ep=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,l]of e){const{wrapped:e}=l,o=this[t];!0!==e||this._$AL.has(t)||void 0===o||this.C(t,void 0,l,o)}}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$EO?.forEach(e=>e.hostUpdate?.()),this.update(t)):this._$EM()}catch(t){throw e=!1,this._$EM(),t}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$EO?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(e=>this._$ET(e,this[e])),this._$EM()}updated(e){}firstUpdated(e){}}z.elementStyles=[],z.shadowRootOptions={mode:"open"},z[M("elementProperties")]=new Map,z[M("finalized")]=new Map,C?.({ReactiveElement:z}),(x.reactiveElementVersions??=[]).push("2.1.2");
|
|
49
49
|
/**
|
|
50
50
|
* @license
|
|
51
51
|
* Copyright 2017 Google LLC
|
|
52
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
53
|
*/
|
|
54
|
-
const
|
|
54
|
+
const V=globalThis,$=e=>e,P=V.trustedTypes,B=P?P.createPolicy("lit-html",{createHTML:e=>e}):void 0,k="$lit$",j=`lit$${Math.random().toFixed(9).slice(2)}$`,L="?"+j,S=`<${L}>`,E=document,R=()=>E.createComment(""),N=e=>null===e||"object"!=typeof e&&"function"!=typeof e,T=Array.isArray,D="[ \t\n\f\r]",I=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,U=/-->/g,q=/>/g,F=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),W=/'/g,K=/"/g,G=/^(?:script|style|textarea|title)$/i,Y=(e=>(t,...l)=>({_$litType$:e,strings:t,values:l}))(1),X=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),Q=new WeakMap,ee=E.createTreeWalker(E,129);function te(e,t){if(!T(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==B?B.createHTML(t):t}const le=(e,t)=>{const l=e.length-1,o=[];let n,r=2===t?"<svg>":3===t?"<math>":"",a=I;for(let t=0;t<l;t++){const l=e[t];let i,s,c=-1,d=0;for(;d<l.length&&(a.lastIndex=d,s=a.exec(l),null!==s);)d=a.lastIndex,a===I?"!--"===s[1]?a=U:void 0!==s[1]?a=q:void 0!==s[2]?(G.test(s[2])&&(n=RegExp("</"+s[2],"g")),a=F):void 0!==s[3]&&(a=F):a===F?">"===s[0]?(a=n??I,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,i=s[1],a=void 0===s[3]?F:'"'===s[3]?K:W):a===K||a===W?a=F:a===U||a===q?a=I:(a=F,n=void 0);const h=a===F&&e[t+1].startsWith("/>")?" ":"";r+=a===I?l+S:c>=0?(o.push(i),l.slice(0,c)+k+l.slice(c)+j+h):l+j+(-2===c?t:h)}return[te(e,r+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),o]};class oe{constructor({strings:e,_$litType$:t},l){let o;this.parts=[];let n=0,r=0;const a=e.length-1,i=this.parts,[s,c]=le(e,t);if(this.el=oe.createElement(s,l),ee.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(o=ee.nextNode())&&i.length<a;){if(1===o.nodeType){if(o.hasAttributes())for(const e of o.getAttributeNames())if(e.endsWith(k)){const t=c[r++],l=o.getAttribute(e).split(j),a=/([.?@])?(.*)/.exec(t);i.push({type:1,index:n,name:a[2],strings:l,ctor:"."===a[1]?se:"?"===a[1]?ce:"@"===a[1]?de:ie}),o.removeAttribute(e)}else e.startsWith(j)&&(i.push({type:6,index:n}),o.removeAttribute(e));if(G.test(o.tagName)){const e=o.textContent.split(j),t=e.length-1;if(t>0){o.textContent=P?P.emptyScript:"";for(let l=0;l<t;l++)o.append(e[l],R()),ee.nextNode(),i.push({type:2,index:++n});o.append(e[t],R())}}}else if(8===o.nodeType)if(o.data===L)i.push({type:2,index:n});else{let e=-1;for(;-1!==(e=o.data.indexOf(j,e+1));)i.push({type:7,index:n}),e+=j.length-1}n++}}static createElement(e,t){const l=E.createElement("template");return l.innerHTML=e,l}}function ne(e,t,l=e,o){if(t===X)return t;let n=void 0!==o?l._$Co?.[o]:l._$Cl;const r=N(t)?void 0:t._$litDirective$;return n?.constructor!==r&&(n?._$AO?.(!1),void 0===r?n=void 0:(n=new r(e),n._$AT(e,l,o)),void 0!==o?(l._$Co??=[])[o]=n:l._$Cl=n),void 0!==n&&(t=ne(e,n._$AS(e,t.values),n,o)),t}class re{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:l}=this._$AD,o=(e?.creationScope??E).importNode(t,!0);ee.currentNode=o;let n=ee.nextNode(),r=0,a=0,i=l[0];for(;void 0!==i;){if(r===i.index){let t;2===i.type?t=new ae(n,n.nextSibling,this,e):1===i.type?t=new i.ctor(n,i.name,i.strings,this,e):6===i.type&&(t=new he(n,this,e)),this._$AV.push(t),i=l[++a]}r!==i?.index&&(n=ee.nextNode(),r++)}return ee.currentNode=E,o}p(e){let t=0;for(const l of this._$AV)void 0!==l&&(void 0!==l.strings?(l._$AI(e,l,t),t+=l.strings.length-2):l._$AI(e[t])),t++}}class ae{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,l,o){this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=l,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=ne(this,e,t),N(e)?e===J||null==e||""===e?(this._$AH!==J&&this._$AR(),this._$AH=J):e!==this._$AH&&e!==X&&this._(e):void 0!==e._$litType$?this.$(e):void 0!==e.nodeType?this.T(e):(e=>T(e)||"function"==typeof e?.[Symbol.iterator])(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==J&&N(this._$AH)?this._$AA.nextSibling.data=e:this.T(E.createTextNode(e)),this._$AH=e}$(e){const{values:t,_$litType$:l}=e,o="number"==typeof l?this._$AC(e):(void 0===l.el&&(l.el=oe.createElement(te(l.h,l.h[0]),this.options)),l);if(this._$AH?._$AD===o)this._$AH.p(t);else{const e=new re(o,this),l=e.u(this.options);e.p(t),this.T(l),this._$AH=e}}_$AC(e){let t=Q.get(e.strings);return void 0===t&&Q.set(e.strings,t=new oe(e)),t}k(e){T(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let l,o=0;for(const n of e)o===t.length?t.push(l=new ae(this.O(R()),this.O(R()),this,this.options)):l=t[o],l._$AI(n),o++;o<t.length&&(this._$AR(l&&l._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e!==this._$AB;){const t=$(e).nextSibling;$(e).remove(),e=t}}setConnected(e){void 0===this._$AM&&(this._$Cv=e,this._$AP?.(e))}}class ie{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,l,o,n){this.type=1,this._$AH=J,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=n,l.length>2||""!==l[0]||""!==l[1]?(this._$AH=Array(l.length-1).fill(new String),this.strings=l):this._$AH=J}_$AI(e,t=this,l,o){const n=this.strings;let r=!1;if(void 0===n)e=ne(this,e,t,0),r=!N(e)||e!==this._$AH&&e!==X,r&&(this._$AH=e);else{const o=e;let a,i;for(e=n[0],a=0;a<n.length-1;a++)i=ne(this,o[l+a],t,a),i===X&&(i=this._$AH[a]),r||=!N(i)||i!==this._$AH[a],i===J?e=J:e!==J&&(e+=(i??"")+n[a+1]),this._$AH[a]=i}r&&!o&&this.j(e)}j(e){e===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class se extends ie{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===J?void 0:e}}class ce extends ie{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==J)}}class de extends ie{constructor(e,t,l,o,n){super(e,t,l,o,n),this.type=5}_$AI(e,t=this){if((e=ne(this,e,t,0)??J)===X)return;const l=this._$AH,o=e===J&&l!==J||e.capture!==l.capture||e.once!==l.once||e.passive!==l.passive,n=e!==J&&(l===J||o);o&&this.element.removeEventListener(this.name,this,l),n&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class he{constructor(e,t,l){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=l}get _$AU(){return this._$AM._$AU}_$AI(e){ne(this,e)}}const ve=V.litHtmlPolyfillSupport;ve?.(oe,ae),(V.litHtmlVersions??=[]).push("3.3.2");const ue=globalThis;
|
|
55
55
|
/**
|
|
56
56
|
* @license
|
|
57
57
|
* Copyright 2017 Google LLC
|
|
58
58
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
59
|
-
*/class pe extends
|
|
59
|
+
*/class pe extends z{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=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._$Do=((e,t,l)=>{const o=l?.renderBefore??t;let n=o._$litPart$;if(void 0===n){const e=l?.renderBefore??null;o._$litPart$=n=new ae(t.insertBefore(R(),e),e,void 0,l??{})}return n._$AI(e),n})(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return X}}pe._$litElement$=!0,pe.finalized=!0,ue.litElementHydrateSupport?.({LitElement:pe});const fe=ue.litElementPolyfillSupport;fe?.({LitElement:pe}),(ue.litElementVersions??=[]).push("4.2.2");
|
|
60
60
|
/**
|
|
61
61
|
* @license
|
|
62
62
|
* Copyright 2017 Google LLC
|
|
63
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
64
|
*/
|
|
65
|
-
const
|
|
65
|
+
const ge={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},we=(e=ge,t,l)=>{const{kind:o,metadata:n}=l;let r=globalThis.litPropertyMetadata.get(n);if(void 0===r&&globalThis.litPropertyMetadata.set(n,r=new Map),"setter"===o&&((e=Object.create(e)).wrapped=!0),r.set(l.name,e),"accessor"===o){const{name:o}=l;return{set(l){const n=t.get.call(this);t.set.call(this,l),this.requestUpdate(o,n,e,!0,l)},init(t){return void 0!==t&&this.C(o,void 0,e,t),t}}}if("setter"===o){const{name:o}=l;return function(l){const n=this[o];t.call(this,l),this.requestUpdate(o,n,e,!0,l)}}throw Error("Unsupported decorator location: "+o)};function me(e){return(t,l)=>"object"==typeof l?we(e,t,l):((e,t,l)=>{const o=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),o?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
|
|
66
66
|
/**
|
|
67
67
|
* @license
|
|
68
68
|
* Copyright 2017 Google LLC
|
|
69
69
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
70
|
-
*/function be(e){return
|
|
70
|
+
*/function be(e){return me({...e,state:!0,attribute:!1})}
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
73
73
|
* Copyright 2017 Google LLC
|
|
74
74
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
75
|
-
*/const
|
|
75
|
+
*/const _e=(e,t,l)=>(l.configurable=!0,l.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,l),l);
|
|
76
76
|
/**
|
|
77
77
|
* @license
|
|
78
78
|
* Copyright 2017 Google LLC
|
|
79
79
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
80
|
-
*/function
|
|
80
|
+
*/function xe(e,t){return(l,o,n)=>{const r=t=>t.renderRoot?.querySelector(e)??null;if(t){const{get:e,set:t}="object"==typeof o?l:n??(()=>{const e=Symbol();return{get(){return this[e]},set(t){this[e]=t}}})();return _e(l,o,{get(){let l=e.call(this);return void 0===l&&(l=r(this),(null!==l||this.hasUpdated)&&t.call(this,l)),l}})}return _e(l,o,{get(){return r(this)}})}}
|
|
81
81
|
/**
|
|
82
82
|
* @license
|
|
83
83
|
* Copyright 2021 Google LLC
|
|
84
84
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
85
|
-
*/function
|
|
85
|
+
*/function Ze(e){return(t,l)=>{const{slot:o,selector:n}=e??{},r="slot"+(o?`[name=${o}]`:":not([name])");return _e(t,l,{get(){const t=this.renderRoot?.querySelector(r),l=t?.assignedElements(e)??[];return void 0===n?l:l.filter(e=>e.matches(n))}})}}
|
|
86
86
|
/**
|
|
87
87
|
* @license
|
|
88
88
|
* Copyright 2017 Google LLC
|
|
89
89
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
90
|
-
*/const
|
|
90
|
+
*/const ye=1,Ce=2,Me=e=>(...t)=>({_$litDirective$:e,values:t});class He{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,l){this._$Ct=e,this._$AM=t,this._$Ci=l}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
|
|
91
91
|
/**
|
|
92
92
|
* @license
|
|
93
93
|
* Copyright 2018 Google LLC
|
|
94
94
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
95
|
-
*/const Ae=Me(class extends He{constructor(e){if(super(e),e.type!==
|
|
95
|
+
*/const Ae=Me(class extends He{constructor(e){if(super(e),e.type!==ye||"class"!==e.name||e.strings?.length>2)throw 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.st){this.st=new Set,void 0!==e.strings&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this.nt?.has(e)&&this.st.add(e);return this.render(t)}const l=e.element.classList;for(const e of this.st)e in t||(l.remove(e),this.st.delete(e));for(const e in t){const o=!!t[e];o===this.st.has(e)||this.nt?.has(e)||(o?(l.add(e),this.st.add(e)):(l.remove(e),this.st.delete(e)))}return X}});var Oe=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 ze extends pe{emit(e,t){const l=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(l),l}static define(e,t=this,l={}){if(customElements.get(e));else try{customElements.define(e,t,l)}catch(o){customElements.define(e,class extends t{},l)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}function Ve(e,t,l){return new Promise(o=>{if((null==l?void 0:l.duration)===1/0)throw new Error("Promise-based animations must be finite.");const n=e.animate(t,Object.assign(Object.assign({},l),{duration:$e()?0:null==l?void 0:l.duration}));n.addEventListener("cancel",o,{once:!0}),n.addEventListener("finish",o,{once:!0})})}function $e(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Pe(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Be(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const l=requestAnimationFrame(t);e.addEventListener("cancel",()=>l,{once:!0}),e.addEventListener("finish",()=>l,{once:!0}),e.cancel()})))}ze.styles=[Oe],ze.dependencies={},e([me({type:Boolean,reflect:!0})],ze.prototype,"ssr",void 0);const ke=new Map,je=new WeakMap;function Le(e,t){const l=je.get(e);if(null==l?void 0:l[t])return l[t];const o=ke.get(t);return o||{keyframes:[],options:{duration:0}}}function Se(e,t){ke.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function Ee(e,t){return new Promise(l=>{e.addEventListener(t,function o(n){n.target===e&&(e.removeEventListener(t,o),l())})})}function Re(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function Ne(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,o)=>{const{update:n}=t;if(e in t){const r=e;t.update=function(e){if(e.has(r)){const t=e.get(r),n=this[r];t!==n&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[o](t,n))}n.call(this,e)}}}}
|
|
96
96
|
/**
|
|
97
97
|
* @license
|
|
98
98
|
* Copyright 2018 Google LLC
|
|
99
99
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
100
|
-
*/
|
|
100
|
+
*/const Te=e=>e??J,De=Symbol.for(""),Ie=e=>{if(e?.r===De)return e?._$litStatic$},Ue=(e,...t)=>({_$litStatic$:t.reduce((t,l,o)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(l)+e[o+1],e[0]),r:De}),qe=new Map,Fe=(e=>(t,...l)=>{const o=l.length;let n,r;const a=[],i=[];let s,c=0,d=!1;for(;c<o;){for(s=t[c];c<o&&void 0!==(r=l[c],n=Ie(r));)s+=n+t[++c],d=!0;c!==o&&i.push(r),a.push(s),c++}if(c===o&&a.push(t[o]),d){const e=a.join("$$lit$$");void 0===(t=qe.get(e))&&(a.raw=a,qe.set(e,t=a)),l=i}return e(t,...l)})(Y);
|
|
101
101
|
/**
|
|
102
102
|
* @license
|
|
103
103
|
* Copyright 2020 Google LLC
|
|
104
104
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
105
|
-
*/const Ne=Symbol.for(""),Ie=e=>{if(e?.r===Ne)return e?._$litStatic$},Ue=(e,...t)=>({_$litStatic$:t.reduce((t,o,n)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw 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:Ne}),qe=new Map,Fe=(e=>(t,...o)=>{const n=o.length;let l,r;const a=[],i=[];let s,c=0,d=!1;for(;c<n;){for(s=t[c];c<n&&void 0!==(r=o[c],l=Ie(r));)s+=l+t[++c],d=!0;c!==n&&i.push(r),a.push(s),c++}if(c===n&&a.push(t[n]),d){const e=a.join("$$lit$$");void 0===(t=qe.get(e))&&(a.raw=a,qe.set(e,t=a)),o=i}return e(t,...o)})(Y);var We=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 Ke extends Oe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}Ke.styles=[...Oe.styles,We],e([_e(".btn")],Ke.prototype,"button",void 0),e([we({reflect:!0})],Ke.prototype,"variant",void 0),e([we({reflect:!0})],Ke.prototype,"tone",void 0),e([we({reflect:!0})],Ke.prototype,"size",void 0),e([we({type:Boolean,reflect:!0})],Ke.prototype,"active",void 0),e([we({type:Boolean,reflect:!0})],Ke.prototype,"disabled",void 0),e([we({type:String,reflect:!0})],Ke.prototype,"href",void 0),e([we({type:String,reflect:!0})],Ke.prototype,"target",void 0),e([we({type:String,reflect:!0})],Ke.prototype,"download",void 0),e([we({type:String})],Ke.prototype,"ariaLabel",void 0),e([we({type:Boolean})],Ke.prototype,"loading",void 0);const Ge={announcement:()=>Promise.resolve().then(function(){return hn}),archive:()=>Promise.resolve().then(function(){return un}),"arrow-bar-down":()=>Promise.resolve().then(function(){return gn}),"arrow-bar-left":()=>Promise.resolve().then(function(){return mn}),"arrow-bar-right":()=>Promise.resolve().then(function(){return bn}),"arrow-bar-up":()=>Promise.resolve().then(function(){return _n}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Zn}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Mn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return An}),"arrow-circle-up":()=>Promise.resolve().then(function(){return $n}),"arrow-clockwise":()=>Promise.resolve().then(function(){return zn}),"arrow-down":()=>Promise.resolve().then(function(){return Pn}),"arrow-left":()=>Promise.resolve().then(function(){return jn}),"arrow-repeat":()=>Promise.resolve().then(function(){return Ln}),"arrow-right":()=>Promise.resolve().then(function(){return Rn}),"arrow-square-down":()=>Promise.resolve().then(function(){return Dn}),"arrow-square-left":()=>Promise.resolve().then(function(){return In}),"arrow-square-right":()=>Promise.resolve().then(function(){return qn}),"arrow-square-up":()=>Promise.resolve().then(function(){return Wn}),"arrow-up":()=>Promise.resolve().then(function(){return Gn}),"bank-fill":()=>Promise.resolve().then(function(){return Xn}),"bell-slash":()=>Promise.resolve().then(function(){return Qn}),bell:()=>Promise.resolve().then(function(){return tl}),"bi-funnel":()=>Promise.resolve().then(function(){return nl}),"bookmark-fill":()=>Promise.resolve().then(function(){return rl}),bookmark:()=>Promise.resolve().then(function(){return il}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return cl}),"box-seam":()=>Promise.resolve().then(function(){return hl}),building:()=>Promise.resolve().then(function(){return ul}),bus:()=>Promise.resolve().then(function(){return gl}),calculator:()=>Promise.resolve().then(function(){return ml}),"calendar-check":()=>Promise.resolve().then(function(){return bl}),"calendar-heart":()=>Promise.resolve().then(function(){return _l}),"calendar-x":()=>Promise.resolve().then(function(){return Zl}),calendar:()=>Promise.resolve().then(function(){return Ml}),camera:()=>Promise.resolve().then(function(){return Al}),car:()=>Promise.resolve().then(function(){return $l}),"chat-dots":()=>Promise.resolve().then(function(){return zl}),"chat-left-text":()=>Promise.resolve().then(function(){return Pl}),chat:()=>Promise.resolve().then(function(){return jl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Ll}),"check-circle":()=>Promise.resolve().then(function(){return Rl}),check:()=>Promise.resolve().then(function(){return Dl}),"chevron-down":()=>Promise.resolve().then(function(){return Il}),"chevron-left":()=>Promise.resolve().then(function(){return ql}),"chevron-right":()=>Promise.resolve().then(function(){return Wl}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Gl}),"chevron-up":()=>Promise.resolve().then(function(){return Xl}),clock:()=>Promise.resolve().then(function(){return Ql}),"cloud-check":()=>Promise.resolve().then(function(){return tr}),"cloud-download":()=>Promise.resolve().then(function(){return nr}),"cloud-upload":()=>Promise.resolve().then(function(){return rr}),cloud:()=>Promise.resolve().then(function(){return ir}),"code-square":()=>Promise.resolve().then(function(){return cr}),"coins-hand":()=>Promise.resolve().then(function(){return hr}),compass:()=>Promise.resolve().then(function(){return ur}),copy:()=>Promise.resolve().then(function(){return gr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return mr}),cross:()=>Promise.resolve().then(function(){return br}),"cursor-fill":()=>Promise.resolve().then(function(){return _r}),cursor:()=>Promise.resolve().then(function(){return Zr}),"dash-circle":()=>Promise.resolve().then(function(){return Mr}),"dash-square":()=>Promise.resolve().then(function(){return Ar}),dash:()=>Promise.resolve().then(function(){return $r}),database:()=>Promise.resolve().then(function(){return zr}),dataflow:()=>Promise.resolve().then(function(){return Pr}),download:()=>Promise.resolve().then(function(){return jr}),edit:()=>Promise.resolve().then(function(){return Lr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return Rr}),"exclamation-circle":()=>Promise.resolve().then(function(){return Dr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return Ir}),"exclamation-triangle":()=>Promise.resolve().then(function(){return qr}),exclamation:()=>Promise.resolve().then(function(){return Wr}),"eye-fill":()=>Promise.resolve().then(function(){return Gr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Xr}),"eye-slash":()=>Promise.resolve().then(function(){return Qr}),eye:()=>Promise.resolve().then(function(){return ta}),"face-smile-fill":()=>Promise.resolve().then(function(){return na}),"face-smile":()=>Promise.resolve().then(function(){return ra}),facebook:()=>Promise.resolve().then(function(){return ia}),"file-earmark-text":()=>Promise.resolve().then(function(){return ca}),"file-pdf":()=>Promise.resolve().then(function(){return ha}),"file-plus":()=>Promise.resolve().then(function(){return ua}),"file-text":()=>Promise.resolve().then(function(){return ga}),file:()=>Promise.resolve().then(function(){return ma}),files:()=>Promise.resolve().then(function(){return ba}),fingerprint:()=>Promise.resolve().then(function(){return _a}),flash:()=>Promise.resolve().then(function(){return Za}),"folder-check":()=>Promise.resolve().then(function(){return Ma}),"folder-minus":()=>Promise.resolve().then(function(){return Aa}),"folder-plus":()=>Promise.resolve().then(function(){return $a}),folder:()=>Promise.resolve().then(function(){return za}),gear:()=>Promise.resolve().then(function(){return Pa}),"geo-alt":()=>Promise.resolve().then(function(){return ja}),"geo-fill":()=>Promise.resolve().then(function(){return La}),geo:()=>Promise.resolve().then(function(){return Ra}),"globe-alt":()=>Promise.resolve().then(function(){return Da}),globe:()=>Promise.resolve().then(function(){return Ia}),google:()=>Promise.resolve().then(function(){return qa}),"grid-alt":()=>Promise.resolve().then(function(){return Wa}),"grid-fill":()=>Promise.resolve().then(function(){return Ga}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Xa}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Qa}),"hard-drive":()=>Promise.resolve().then(function(){return ti}),heart:()=>Promise.resolve().then(function(){return ni}),"house-door":()=>Promise.resolve().then(function(){return ri}),house:()=>Promise.resolve().then(function(){return ii}),image:()=>Promise.resolve().then(function(){return ci}),"in-box":()=>Promise.resolve().then(function(){return hi}),"info-circle-fill":()=>Promise.resolve().then(function(){return ui}),"info-circle":()=>Promise.resolve().then(function(){return gi}),instagram:()=>Promise.resolve().then(function(){return mi}),key:()=>Promise.resolve().then(function(){return bi}),"laptop-gear":()=>Promise.resolve().then(function(){return _i}),laptop:()=>Promise.resolve().then(function(){return Zi}),layers:()=>Promise.resolve().then(function(){return Mi}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Ai}),"layout-text-window":()=>Promise.resolve().then(function(){return $i}),layout:()=>Promise.resolve().then(function(){return zi}),"life-buoy":()=>Promise.resolve().then(function(){return Pi}),lightbulb:()=>Promise.resolve().then(function(){return ji}),link:()=>Promise.resolve().then(function(){return Li}),linkedin:()=>Promise.resolve().then(function(){return Ri}),list:()=>Promise.resolve().then(function(){return Di}),"lock-fill":()=>Promise.resolve().then(function(){return Ii}),lock:()=>Promise.resolve().then(function(){return qi}),login:()=>Promise.resolve().then(function(){return Wi}),logout:()=>Promise.resolve().then(function(){return Gi}),luggage:()=>Promise.resolve().then(function(){return Xi}),"mail-open":()=>Promise.resolve().then(function(){return Qi}),mail:()=>Promise.resolve().then(function(){return ts}),map:()=>Promise.resolve().then(function(){return ns}),meetup:()=>Promise.resolve().then(function(){return rs}),menu:()=>Promise.resolve().then(function(){return is}),microphone:()=>Promise.resolve().then(function(){return cs}),monitor:()=>Promise.resolve().then(function(){return hs}),moon:()=>Promise.resolve().then(function(){return us}),move:()=>Promise.resolve().then(function(){return gs}),paperclip:()=>Promise.resolve().then(function(){return ms}),passcode:()=>Promise.resolve().then(function(){return bs}),passport:()=>Promise.resolve().then(function(){return _s}),pause:()=>Promise.resolve().then(function(){return Zs}),pencil:()=>Promise.resolve().then(function(){return Ms}),"pending-circle":()=>Promise.resolve().then(function(){return As}),"person-dash":()=>Promise.resolve().then(function(){return $s}),"person-plus":()=>Promise.resolve().then(function(){return zs}),"person-x":()=>Promise.resolve().then(function(){return Ps}),person:()=>Promise.resolve().then(function(){return js}),phone:()=>Promise.resolve().then(function(){return Ls}),"pin-map-fill":()=>Promise.resolve().then(function(){return Rs}),pin:()=>Promise.resolve().then(function(){return Ds}),placeholder:()=>Promise.resolve().then(function(){return Is}),plane:()=>Promise.resolve().then(function(){return qs}),play:()=>Promise.resolve().then(function(){return Ws}),"plus-circle":()=>Promise.resolve().then(function(){return Gs}),"plus-square":()=>Promise.resolve().then(function(){return Xs}),plus:()=>Promise.resolve().then(function(){return Qs}),printer:()=>Promise.resolve().then(function(){return tc}),"question-circle":()=>Promise.resolve().then(function(){return nc}),rocket:()=>Promise.resolve().then(function(){return rc}),save:()=>Promise.resolve().then(function(){return ic}),search:()=>Promise.resolve().then(function(){return cc}),send:()=>Promise.resolve().then(function(){return hc}),"sg-crest":()=>Promise.resolve().then(function(){return uc}),share:()=>Promise.resolve().then(function(){return gc}),"shield-tick":()=>Promise.resolve().then(function(){return mc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return bc}),"sidebar-expand":()=>Promise.resolve().then(function(){return _c}),"slash-circle":()=>Promise.resolve().then(function(){return Zc}),"slash-divider":()=>Promise.resolve().then(function(){return Mc}),sliders:()=>Promise.resolve().then(function(){return Ac}),"sort-ascending":()=>Promise.resolve().then(function(){return $c}),"sort-descending":()=>Promise.resolve().then(function(){return zc}),speedometer:()=>Promise.resolve().then(function(){return Pc}),"star-ai":()=>Promise.resolve().then(function(){return jc}),"star-fill":()=>Promise.resolve().then(function(){return Lc}),star:()=>Promise.resolve().then(function(){return Rc}),stoplights:()=>Promise.resolve().then(function(){return Dc}),sun:()=>Promise.resolve().then(function(){return Ic}),"switch-horizontal":()=>Promise.resolve().then(function(){return qc}),"switch-vertical":()=>Promise.resolve().then(function(){return Wc}),tablet:()=>Promise.resolve().then(function(){return Gc}),telegram:()=>Promise.resolve().then(function(){return Xc}),telephone:()=>Promise.resolve().then(function(){return Qc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return td}),"three-dots":()=>Promise.resolve().then(function(){return nd}),ticket:()=>Promise.resolve().then(function(){return rd}),"toggle-off":()=>Promise.resolve().then(function(){return id}),"toggle-on":()=>Promise.resolve().then(function(){return cd}),train:()=>Promise.resolve().then(function(){return hd}),translate:()=>Promise.resolve().then(function(){return ud}),trash:()=>Promise.resolve().then(function(){return gd}),"trend-down":()=>Promise.resolve().then(function(){return md}),"trend-up":()=>Promise.resolve().then(function(){return bd}),truck:()=>Promise.resolve().then(function(){return _d}),"twitter-x":()=>Promise.resolve().then(function(){return Zd}),unlock:()=>Promise.resolve().then(function(){return Md}),upload:()=>Promise.resolve().then(function(){return Ad}),"user-check":()=>Promise.resolve().then(function(){return $d}),"user-circle":()=>Promise.resolve().then(function(){return zd}),"user-pause":()=>Promise.resolve().then(function(){return Pd}),"user-square":()=>Promise.resolve().then(function(){return jd}),users:()=>Promise.resolve().then(function(){return Ld}),"video-recorder":()=>Promise.resolve().then(function(){return Rd}),"volume-max":()=>Promise.resolve().then(function(){return Dd}),"volume-x":()=>Promise.resolve().then(function(){return Id}),"window-dash":()=>Promise.resolve().then(function(){return qd}),"window-desktop":()=>Promise.resolve().then(function(){return Wd}),"window-dock":()=>Promise.resolve().then(function(){return Gd}),"window-fullscreen":()=>Promise.resolve().then(function(){return Xd}),"window-plus":()=>Promise.resolve().then(function(){return Qd}),"window-sidebar":()=>Promise.resolve().then(function(){return th}),"window-split":()=>Promise.resolve().then(function(){return nh}),"window-stack":()=>Promise.resolve().then(function(){return rh}),"window-x":()=>Promise.resolve().then(function(){return ih}),window:()=>Promise.resolve().then(function(){return ch}),"xcircle-fill":()=>Promise.resolve().then(function(){return hh}),xcircle:()=>Promise.resolve().then(function(){return uh}),youtube:()=>Promise.resolve().then(function(){return gh}),"zoom-in":()=>Promise.resolve().then(function(){return mh}),"zoom-out":()=>Promise.resolve().then(function(){return bh})};var Ye=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 Xe=new Map;class Je extends Oe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(Xe.has(e))return void(this._icon=Xe.get(e));const t=Ge[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();Xe.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:J}}Je.styles=[...Oe.styles,Ye],e([we({type:String,reflect:!0})],Je.prototype,"name",void 0),e([we({type:String,reflect:!0})],Je.prototype,"size",void 0),e([we({type:String})],Je.prototype,"ariaLabel",void 0),e([be()],Je.prototype,"_icon",void 0);var Qe=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)}
|
|
105
|
+
*/var We=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 Ke extends ze{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"}}Ke.styles=[...ze.styles,We],e([xe(".btn")],Ke.prototype,"button",void 0),e([me({reflect:!0})],Ke.prototype,"variant",void 0),e([me({reflect:!0})],Ke.prototype,"tone",void 0),e([me({reflect:!0})],Ke.prototype,"size",void 0),e([me({type:Boolean,reflect:!0})],Ke.prototype,"active",void 0),e([me({type:Boolean,reflect:!0})],Ke.prototype,"disabled",void 0),e([me({type:String,reflect:!0})],Ke.prototype,"href",void 0),e([me({type:String,reflect:!0})],Ke.prototype,"target",void 0),e([me({type:String,reflect:!0})],Ke.prototype,"download",void 0),e([me({type:String})],Ke.prototype,"ariaLabel",void 0),e([me({type:Boolean})],Ke.prototype,"loading",void 0);const Ge={announcement:()=>Promise.resolve().then(function(){return ro}),archive:()=>Promise.resolve().then(function(){return io}),"arrow-bar-down":()=>Promise.resolve().then(function(){return co}),"arrow-bar-left":()=>Promise.resolve().then(function(){return vo}),"arrow-bar-right":()=>Promise.resolve().then(function(){return po}),"arrow-bar-up":()=>Promise.resolve().then(function(){return go}),"arrow-circle-down":()=>Promise.resolve().then(function(){return mo}),"arrow-circle-left":()=>Promise.resolve().then(function(){return _o}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Zo}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Co}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Ho}),"arrow-down":()=>Promise.resolve().then(function(){return Oo}),"arrow-left":()=>Promise.resolve().then(function(){return Vo}),"arrow-repeat":()=>Promise.resolve().then(function(){return Po}),"arrow-right":()=>Promise.resolve().then(function(){return ko}),"arrow-square-down":()=>Promise.resolve().then(function(){return Lo}),"arrow-square-left":()=>Promise.resolve().then(function(){return Eo}),"arrow-square-right":()=>Promise.resolve().then(function(){return No}),"arrow-square-up":()=>Promise.resolve().then(function(){return Do}),"arrow-up":()=>Promise.resolve().then(function(){return Uo}),"bank-fill":()=>Promise.resolve().then(function(){return Fo}),"bell-slash":()=>Promise.resolve().then(function(){return Ko}),bell:()=>Promise.resolve().then(function(){return Yo}),"bi-funnel":()=>Promise.resolve().then(function(){return Jo}),"bookmark-fill":()=>Promise.resolve().then(function(){return en}),bookmark:()=>Promise.resolve().then(function(){return ln}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return nn}),"box-seam":()=>Promise.resolve().then(function(){return an}),building:()=>Promise.resolve().then(function(){return cn}),bus:()=>Promise.resolve().then(function(){return hn}),calculator:()=>Promise.resolve().then(function(){return un}),"calendar-check":()=>Promise.resolve().then(function(){return fn}),"calendar-heart":()=>Promise.resolve().then(function(){return wn}),"calendar-x":()=>Promise.resolve().then(function(){return bn}),calendar:()=>Promise.resolve().then(function(){return xn}),camera:()=>Promise.resolve().then(function(){return yn}),car:()=>Promise.resolve().then(function(){return Mn}),"chat-dots":()=>Promise.resolve().then(function(){return An}),"chat-left-text":()=>Promise.resolve().then(function(){return zn}),chat:()=>Promise.resolve().then(function(){return $n}),"check-circle-fill":()=>Promise.resolve().then(function(){return Bn}),"check-circle":()=>Promise.resolve().then(function(){return jn}),check:()=>Promise.resolve().then(function(){return Sn}),"chevron-down":()=>Promise.resolve().then(function(){return Rn}),"chevron-left":()=>Promise.resolve().then(function(){return Tn}),"chevron-right":()=>Promise.resolve().then(function(){return In}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return qn}),"chevron-up":()=>Promise.resolve().then(function(){return Wn}),clock:()=>Promise.resolve().then(function(){return Gn}),"cloud-check":()=>Promise.resolve().then(function(){return Xn}),"cloud-download":()=>Promise.resolve().then(function(){return Qn}),"cloud-upload":()=>Promise.resolve().then(function(){return tr}),cloud:()=>Promise.resolve().then(function(){return or}),"code-square":()=>Promise.resolve().then(function(){return rr}),"coins-hand":()=>Promise.resolve().then(function(){return ir}),compass:()=>Promise.resolve().then(function(){return cr}),copy:()=>Promise.resolve().then(function(){return hr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return ur}),cross:()=>Promise.resolve().then(function(){return fr}),"cursor-fill":()=>Promise.resolve().then(function(){return wr}),cursor:()=>Promise.resolve().then(function(){return br}),"dash-circle":()=>Promise.resolve().then(function(){return xr}),"dash-square":()=>Promise.resolve().then(function(){return yr}),dash:()=>Promise.resolve().then(function(){return Mr}),database:()=>Promise.resolve().then(function(){return Ar}),dataflow:()=>Promise.resolve().then(function(){return zr}),download:()=>Promise.resolve().then(function(){return $r}),edit:()=>Promise.resolve().then(function(){return Br}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return jr}),"exclamation-circle":()=>Promise.resolve().then(function(){return Sr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return Rr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return Tr}),exclamation:()=>Promise.resolve().then(function(){return Ir}),"eye-fill":()=>Promise.resolve().then(function(){return qr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Wr}),"eye-slash":()=>Promise.resolve().then(function(){return Gr}),eye:()=>Promise.resolve().then(function(){return Xr}),"face-smile-fill":()=>Promise.resolve().then(function(){return Qr}),"face-smile":()=>Promise.resolve().then(function(){return ta}),facebook:()=>Promise.resolve().then(function(){return oa}),"file-earmark-text":()=>Promise.resolve().then(function(){return ra}),"file-pdf":()=>Promise.resolve().then(function(){return ia}),"file-plus":()=>Promise.resolve().then(function(){return ca}),"file-text":()=>Promise.resolve().then(function(){return ha}),file:()=>Promise.resolve().then(function(){return ua}),files:()=>Promise.resolve().then(function(){return fa}),fingerprint:()=>Promise.resolve().then(function(){return wa}),flash:()=>Promise.resolve().then(function(){return ba}),"folder-check":()=>Promise.resolve().then(function(){return xa}),"folder-minus":()=>Promise.resolve().then(function(){return ya}),"folder-plus":()=>Promise.resolve().then(function(){return Ma}),folder:()=>Promise.resolve().then(function(){return Aa}),gear:()=>Promise.resolve().then(function(){return za}),"geo-alt":()=>Promise.resolve().then(function(){return $a}),"geo-fill":()=>Promise.resolve().then(function(){return Ba}),geo:()=>Promise.resolve().then(function(){return ja}),"globe-alt":()=>Promise.resolve().then(function(){return Sa}),globe:()=>Promise.resolve().then(function(){return Ra}),google:()=>Promise.resolve().then(function(){return Ta}),"grid-alt":()=>Promise.resolve().then(function(){return Ia}),"grid-fill":()=>Promise.resolve().then(function(){return qa}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Wa}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Ga}),"hard-drive":()=>Promise.resolve().then(function(){return Xa}),heart:()=>Promise.resolve().then(function(){return Qa}),"house-door":()=>Promise.resolve().then(function(){return ti}),house:()=>Promise.resolve().then(function(){return oi}),image:()=>Promise.resolve().then(function(){return ri}),"in-box":()=>Promise.resolve().then(function(){return ii}),"info-circle-fill":()=>Promise.resolve().then(function(){return ci}),"info-circle":()=>Promise.resolve().then(function(){return hi}),instagram:()=>Promise.resolve().then(function(){return ui}),key:()=>Promise.resolve().then(function(){return fi}),"laptop-gear":()=>Promise.resolve().then(function(){return wi}),laptop:()=>Promise.resolve().then(function(){return bi}),layers:()=>Promise.resolve().then(function(){return xi}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return yi}),"layout-text-window":()=>Promise.resolve().then(function(){return Mi}),layout:()=>Promise.resolve().then(function(){return Ai}),"life-buoy":()=>Promise.resolve().then(function(){return zi}),lightbulb:()=>Promise.resolve().then(function(){return $i}),link:()=>Promise.resolve().then(function(){return Bi}),linkedin:()=>Promise.resolve().then(function(){return ji}),list:()=>Promise.resolve().then(function(){return Si}),"lock-fill":()=>Promise.resolve().then(function(){return Ri}),lock:()=>Promise.resolve().then(function(){return Ti}),login:()=>Promise.resolve().then(function(){return Ii}),logout:()=>Promise.resolve().then(function(){return qi}),luggage:()=>Promise.resolve().then(function(){return Wi}),"mail-open":()=>Promise.resolve().then(function(){return Gi}),mail:()=>Promise.resolve().then(function(){return Xi}),map:()=>Promise.resolve().then(function(){return Qi}),meetup:()=>Promise.resolve().then(function(){return ts}),menu:()=>Promise.resolve().then(function(){return os}),microphone:()=>Promise.resolve().then(function(){return rs}),monitor:()=>Promise.resolve().then(function(){return is}),moon:()=>Promise.resolve().then(function(){return cs}),move:()=>Promise.resolve().then(function(){return hs}),paperclip:()=>Promise.resolve().then(function(){return us}),passcode:()=>Promise.resolve().then(function(){return fs}),passport:()=>Promise.resolve().then(function(){return ws}),pause:()=>Promise.resolve().then(function(){return bs}),pencil:()=>Promise.resolve().then(function(){return xs}),"pending-circle":()=>Promise.resolve().then(function(){return ys}),"person-dash":()=>Promise.resolve().then(function(){return Ms}),"person-plus":()=>Promise.resolve().then(function(){return As}),"person-x":()=>Promise.resolve().then(function(){return zs}),person:()=>Promise.resolve().then(function(){return $s}),phone:()=>Promise.resolve().then(function(){return Bs}),"pin-map-fill":()=>Promise.resolve().then(function(){return js}),pin:()=>Promise.resolve().then(function(){return Ss}),placeholder:()=>Promise.resolve().then(function(){return Rs}),plane:()=>Promise.resolve().then(function(){return Ts}),play:()=>Promise.resolve().then(function(){return Is}),"plus-circle":()=>Promise.resolve().then(function(){return qs}),"plus-square":()=>Promise.resolve().then(function(){return Ws}),plus:()=>Promise.resolve().then(function(){return Gs}),printer:()=>Promise.resolve().then(function(){return Xs}),"question-circle":()=>Promise.resolve().then(function(){return Qs}),rocket:()=>Promise.resolve().then(function(){return tc}),save:()=>Promise.resolve().then(function(){return oc}),search:()=>Promise.resolve().then(function(){return rc}),send:()=>Promise.resolve().then(function(){return ic}),"sg-crest":()=>Promise.resolve().then(function(){return cc}),share:()=>Promise.resolve().then(function(){return hc}),"shield-tick":()=>Promise.resolve().then(function(){return uc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return fc}),"sidebar-expand":()=>Promise.resolve().then(function(){return wc}),"slash-circle":()=>Promise.resolve().then(function(){return bc}),"slash-divider":()=>Promise.resolve().then(function(){return xc}),sliders:()=>Promise.resolve().then(function(){return yc}),"sort-ascending":()=>Promise.resolve().then(function(){return Mc}),"sort-descending":()=>Promise.resolve().then(function(){return Ac}),speedometer:()=>Promise.resolve().then(function(){return zc}),"star-ai":()=>Promise.resolve().then(function(){return $c}),"star-fill":()=>Promise.resolve().then(function(){return Bc}),star:()=>Promise.resolve().then(function(){return jc}),stoplights:()=>Promise.resolve().then(function(){return Sc}),sun:()=>Promise.resolve().then(function(){return Rc}),"switch-horizontal":()=>Promise.resolve().then(function(){return Tc}),"switch-vertical":()=>Promise.resolve().then(function(){return Ic}),tablet:()=>Promise.resolve().then(function(){return qc}),telegram:()=>Promise.resolve().then(function(){return Wc}),telephone:()=>Promise.resolve().then(function(){return Gc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Xc}),"three-dots":()=>Promise.resolve().then(function(){return Qc}),ticket:()=>Promise.resolve().then(function(){return td}),"toggle-off":()=>Promise.resolve().then(function(){return od}),"toggle-on":()=>Promise.resolve().then(function(){return rd}),train:()=>Promise.resolve().then(function(){return id}),translate:()=>Promise.resolve().then(function(){return cd}),trash:()=>Promise.resolve().then(function(){return hd}),"trend-down":()=>Promise.resolve().then(function(){return ud}),"trend-up":()=>Promise.resolve().then(function(){return fd}),truck:()=>Promise.resolve().then(function(){return wd}),"twitter-x":()=>Promise.resolve().then(function(){return bd}),unlock:()=>Promise.resolve().then(function(){return xd}),upload:()=>Promise.resolve().then(function(){return yd}),"user-check":()=>Promise.resolve().then(function(){return Md}),"user-circle":()=>Promise.resolve().then(function(){return Ad}),"user-pause":()=>Promise.resolve().then(function(){return zd}),"user-square":()=>Promise.resolve().then(function(){return $d}),users:()=>Promise.resolve().then(function(){return Bd}),"video-recorder":()=>Promise.resolve().then(function(){return jd}),"volume-max":()=>Promise.resolve().then(function(){return Sd}),"volume-x":()=>Promise.resolve().then(function(){return Rd}),"window-dash":()=>Promise.resolve().then(function(){return Td}),"window-desktop":()=>Promise.resolve().then(function(){return Id}),"window-dock":()=>Promise.resolve().then(function(){return qd}),"window-fullscreen":()=>Promise.resolve().then(function(){return Wd}),"window-plus":()=>Promise.resolve().then(function(){return Gd}),"window-sidebar":()=>Promise.resolve().then(function(){return Xd}),"window-split":()=>Promise.resolve().then(function(){return Qd}),"window-stack":()=>Promise.resolve().then(function(){return th}),"window-x":()=>Promise.resolve().then(function(){return oh}),window:()=>Promise.resolve().then(function(){return rh}),"xcircle-fill":()=>Promise.resolve().then(function(){return ih}),xcircle:()=>Promise.resolve().then(function(){return ch}),youtube:()=>Promise.resolve().then(function(){return hh}),"zoom-in":()=>Promise.resolve().then(function(){return uh}),"zoom-out":()=>Promise.resolve().then(function(){return fh})};var Ye=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 Xe=new Map;class Je extends ze{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(Xe.has(e))return void(this._icon=Xe.get(e));const t=Ge[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();Xe.set(e,l.default),this._icon=l.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:J}}Je.styles=[...ze.styles,Ye],e([me({type:String,reflect:!0})],Je.prototype,"name",void 0),e([me({type:String,reflect:!0})],Je.prototype,"size",void 0),e([me({type:String})],Je.prototype,"ariaLabel",void 0),e([be()],Je.prototype,"_icon",void 0);var Qe=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)}
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
/*! 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}`,et=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 tt extends
|
|
108
|
+
/*! 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}`,et=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 tt extends ze{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return Fe`
|
|
109
109
|
<div
|
|
110
110
|
class="spinner-wrapper ${Ae({horizontal:"horizontal"===this.orientation})}"
|
|
111
111
|
>
|
|
@@ -117,46 +117,35 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
117
117
|
</div>
|
|
118
118
|
${this.label?Fe`<span class="spinner-label">${this.label}</span>`:J}
|
|
119
119
|
</div>
|
|
120
|
-
`}}tt.styles=[...
|
|
120
|
+
`}}tt.styles=[...ze.styles,et,Qe],e([me({type:String,reflect:!0})],tt.prototype,"variant",void 0),e([me({type:String,reflect:!0})],tt.prototype,"tone",void 0),e([me({type:String,reflect:!0})],tt.prototype,"size",void 0),e([me({reflect:!0,type:String})],tt.prototype,"label",void 0),e([me({type:String,reflect:!0})],tt.prototype,"orientation",void 0);var lt=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 ot extends Ke{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?Ue`a`:Ue`button`;return Fe`
|
|
121
121
|
<${t}
|
|
122
122
|
class="btn btn-icon${Ae({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
|
|
123
|
-
?disabled=${
|
|
124
|
-
type=${
|
|
125
|
-
href=${
|
|
126
|
-
target=${
|
|
127
|
-
download=${
|
|
128
|
-
rel=${
|
|
129
|
-
role=${
|
|
123
|
+
?disabled=${Te(e?void 0:this.disabled)}
|
|
124
|
+
type=${Te(e?void 0:"button")}
|
|
125
|
+
href=${Te(e?this.href:void 0)}
|
|
126
|
+
target=${Te(e?this.target:void 0)}
|
|
127
|
+
download=${Te(e?this.download:void 0)}
|
|
128
|
+
rel=${Te(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
|
|
129
|
+
role=${Te(e?"button":void 0)}
|
|
130
130
|
aria-disabled=${this.disabled||this.loading?"true":"false"}
|
|
131
131
|
tabindex=${this.disabled?"-1":"0"}
|
|
132
132
|
@click=${this._handleClick}
|
|
133
133
|
@keydown=${this._handleKeydown}
|
|
134
134
|
@focus=${this._handleFocus}
|
|
135
135
|
@blur=${this._handleBlur}
|
|
136
|
-
aria-label=${
|
|
136
|
+
aria-label=${Te(this.loading?"Loading":this.ariaLabel)}
|
|
137
137
|
>
|
|
138
138
|
${this.loading?Fe`<sgds-spinner
|
|
139
|
-
size=${
|
|
140
|
-
tone=${
|
|
139
|
+
size=${Te(this._assignSpinnerSize(this.size))}
|
|
140
|
+
tone=${Te(this._assignSpinnerTone(this.tone,this.variant))}
|
|
141
141
|
></sgds-spinner>`:Fe`<sgds-icon
|
|
142
|
-
name=${
|
|
143
|
-
size=${
|
|
142
|
+
name=${Te(this.name)}
|
|
143
|
+
size=${Te(this._assignIconSize(this.size))}
|
|
144
144
|
></sgds-icon>`}
|
|
145
145
|
</${t}>
|
|
146
|
-
`}}
|
|
147
|
-
name=${this.expanded?"cross":"menu"}
|
|
148
|
-
variant="ghost"
|
|
149
|
-
size="sm"
|
|
150
|
-
tone=${ke(e&&"default"!==e?"fixed-light":void 0)}
|
|
151
|
-
class="navbar-toggler"
|
|
152
|
-
@click=${this._handleSummaryClick}
|
|
153
|
-
aria-controls="${this.collapseId}"
|
|
154
|
-
aria-expanded="${this.expanded}"
|
|
155
|
-
.ariaLabel=${"Toggle navigation"}
|
|
156
|
-
></sgds-icon-button>`}}rt.dependencies={"sgds-icon-button":nt},e([be()],rt.prototype,"expanded",void 0),e([be()],rt.prototype,"expanding",void 0),e([_e("nav")],rt.prototype,"nav",void 0),e([_e(".navbar")],rt.prototype,"navbar",void 0),e([_e(".navbar-toggler")],rt.prototype,"header",void 0),e([_e(".navbar-body")],rt.prototype,"body",void 0),e([_e(".navbar-nav-scroll")],rt.prototype,"navScroll",void 0),e([_e(".navbar-end")],rt.prototype,"navbarEnd",void 0),e([we({type:String})],rt.prototype,"brandHref",void 0),e([we({type:String})],rt.prototype,"expand",void 0),e([be()],rt.prototype,"breakpointReached",void 0),e([be()],rt.prototype,"_hasProfileComponent",void 0),e([De("expanding",{waitUntilFirstUpdate:!0})],rt.prototype,"handleOpenChange",null),Ee("nav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Ee("nav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});class at{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 it="mainnav-context",st="mainnav-expanded-context";var ct=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 dt extends rt{constructor(){super(...arguments),this._breakpointReached=!1,this._expanded=!1,this.hasNonCollapsibleSlot=!1,this.fluid=!1,this.hasSlotController=new at(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]),Y`
|
|
146
|
+
`}}ot.styles=[...Ke.styles,lt],ot.dependencies={"sgds-icon":Je,"sgds-spinner":tt},e([me({type:String,reflect:!0})],ot.prototype,"name",void 0);const nt="mainnav-context",rt="mainnav-expanded-context";var at=u`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:space-between;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:80px;padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4);margin-left:auto}slot[name=non-collapsible].non-collapsible-empty{display:none}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class it{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 st={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class ct extends ze{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.collapseId=Re("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new it(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<st[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.nonCollapsibleSlot)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Be(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Le(this,"mainnav.show");await Ve(this.body,Pe(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 Be(this.body);const{keyframes:e,options:t}=Le(this,"mainnav.hide");await Ve(this.body,Pe(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){this.expanding?(await this._animateToShow(),this.expanded=!0):(this.header.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,Ee(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),Ee(this,"sgds-after-hide")}_handleDefaultSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("expand",this.expand)})}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand)})}render(){return this.breakpointReached=window.innerWidth<st[this.expand],Y`
|
|
157
147
|
<nav>
|
|
158
148
|
<div class="navbar ${this._expandClass()}">
|
|
159
|
-
<slot name="start"></slot>
|
|
160
149
|
<a class="navbar-brand" href=${this.brandHref} aria-label="brand-link">
|
|
161
150
|
<slot name="brand"></slot>
|
|
162
151
|
</a>
|
|
@@ -170,50 +159,59 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
170
159
|
></slot>
|
|
171
160
|
</div>
|
|
172
161
|
</div>
|
|
173
|
-
<
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
162
|
+
<slot
|
|
163
|
+
name="non-collapsible"
|
|
164
|
+
class=${Ae({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
|
|
165
|
+
></slot>
|
|
166
|
+
<sgds-icon-button
|
|
167
|
+
name=${this.expanded?"cross":"menu"}
|
|
168
|
+
variant="ghost"
|
|
169
|
+
size="sm"
|
|
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>
|
|
178
176
|
</div>
|
|
179
177
|
</nav>
|
|
180
|
-
`}}dt.styles=[...rt.styles,ct],e([a({context:it}),be()],dt.prototype,"_breakpointReached",void 0),e([a({context:st}),be()],dt.prototype,"_expanded",void 0),e([we({type:Boolean})],dt.prototype,"hasNonCollapsibleSlot",void 0),e([we({type:Boolean,reflect:!0})],dt.prototype,"fluid",void 0),e([ye()],dt.prototype,"defaultNodes",void 0),e([ye({slot:"end"})],dt.prototype,"endNodes",void 0);const ht=Math.min,vt=Math.max,ut=Math.round,pt=Math.floor,gt=e=>({x:e,y:e}),ft={left:"right",right:"left",bottom:"top",top:"bottom"},mt={start:"end",end:"start"};function wt(e,t,o){return vt(e,ht(t,o))}function bt(e,t){return"function"==typeof e?e(t):e}function xt(e){return e.split("-")[0]}function _t(e){return e.split("-")[1]}function yt(e){return"x"===e?"y":"x"}function Zt(e){return"y"===e?"height":"width"}const Ct=new Set(["top","bottom"]);function Mt(e){return Ct.has(xt(e))?"y":"x"}function Ht(e){return yt(Mt(e))}function At(e,t,o){void 0===o&&(o=!1);const n=_t(e),l=Ht(e),r=Zt(l);let a="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[r]>t.floating[r]&&(a=Bt(a)),[a,Bt(a)]}function kt(e){return e.replace(/start|end/g,e=>mt[e])}const $t=["left","right"],Ot=["right","left"],zt=["top","bottom"],Vt=["bottom","top"];function Pt(e,t,o,n){const l=_t(e);let r=function(e,t,o){switch(e){case"top":case"bottom":return o?t?Ot:$t:t?$t:Ot;case"left":case"right":return t?zt:Vt;default:return[]}}(xt(e),"start"===o,n);return l&&(r=r.map(e=>e+"-"+l),t&&(r=r.concat(r.map(kt)))),r}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>ft[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 St(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 Lt(e,t,o){let{reference:n,floating:l}=e;const r=Mt(t),a=Ht(t),i=Zt(a),s=xt(t),c="y"===r,d=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:d,y:n.y-l.height};break;case"bottom":u={x:d,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(_t(t)){case"start":u[a]-=v*(o&&c?-1:1);break;case"end":u[a]+=v*(o&&c?-1:1)}return u}async function Et(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:r,rects:a,elements:i,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=bt(t,e),p=jt(u),g=i[v?"floating"===h?"reference":"floating":h],f=St(await r.getClippingRect({element:null==(o=await(null==r.isElement?void 0:r.isElement(g)))||o?g:g.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:n,y:l,width:a.floating.width,height:a.floating.height}:a.reference,w=await(null==r.getOffsetParent?void 0:r.getOffsetParent(i.floating)),b=await(null==r.isElement?void 0:r.isElement(w))&&await(null==r.getScale?void 0:r.getScale(w))||{x:1,y:1},x=St(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-x.top+p.top)/b.y,bottom:(x.bottom-f.bottom+p.bottom)/b.y,left:(f.left-x.left+p.left)/b.x,right:(x.right-f.right+p.right)/b.x}}const Rt=new Set(["left","top"]);function Tt(){return"undefined"!=typeof window}function Dt(e){return Ut(e)?(e.nodeName||"").toLowerCase():"#document"}function Nt(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function It(e){var t;return null==(t=(Ut(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Ut(e){return!!Tt()&&(e instanceof Node||e instanceof Nt(e).Node)}function qt(e){return!!Tt()&&(e instanceof Element||e instanceof Nt(e).Element)}function Ft(e){return!!Tt()&&(e instanceof HTMLElement||e instanceof Nt(e).HTMLElement)}function Wt(e){return!(!Tt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Nt(e).ShadowRoot)}const Kt=new Set(["inline","contents"]);function Gt(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=io(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!Kt.has(l)}const Yt=new Set(["table","td","th"]);function Xt(e){return Yt.has(Dt(e))}const Jt=[":popover-open",":modal"];function Qt(e){return Jt.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const eo=["transform","translate","scale","rotate","perspective"],to=["transform","translate","scale","rotate","perspective","filter"],oo=["paint","layout","strict","content"];function no(e){const t=lo(),o=qt(e)?io(e):e;return eo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||to.some(e=>(o.willChange||"").includes(e))||oo.some(e=>(o.contain||"").includes(e))}function lo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const ro=new Set(["html","body","#document"]);function ao(e){return ro.has(Dt(e))}function io(e){return Nt(e).getComputedStyle(e)}function so(e){return qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function co(e){if("html"===Dt(e))return e;const t=e.assignedSlot||e.parentNode||Wt(e)&&e.host||It(e);return Wt(t)?t.host:t}function ho(e){const t=co(e);return ao(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ft(t)&&Gt(t)?t:ho(t)}function vo(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=ho(e),r=l===(null==(n=e.ownerDocument)?void 0:n.body),a=Nt(l);if(r){const e=uo(a);return t.concat(a,a.visualViewport||[],Gt(l)?l:[],e&&o?vo(e):[])}return t.concat(l,vo(l,[],o))}function uo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function po(e){const t=io(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=Ft(e),r=l?e.offsetWidth:o,a=l?e.offsetHeight:n,i=ut(o)!==r||ut(n)!==a;return i&&(o=r,n=a),{width:o,height:n,$:i}}function go(e){return qt(e)?e:e.contextElement}function fo(e){const t=go(e);if(!Ft(t))return gt(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:r}=po(t);let a=(r?ut(o.width):o.width)/n,i=(r?ut(o.height):o.height)/l;return a&&Number.isFinite(a)||(a=1),i&&Number.isFinite(i)||(i=1),{x:a,y:i}}const mo=gt(0);function wo(e){const t=Nt(e);return lo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:mo}function bo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),r=go(e);let a=gt(1);t&&(n?qt(n)&&(a=fo(n)):a=fo(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==Nt(e))&&t}(r,o,n)?wo(r):gt(0);let s=(l.left+i.x)/a.x,c=(l.top+i.y)/a.y,d=l.width/a.x,h=l.height/a.y;if(r){const e=Nt(r),t=n&&qt(n)?Nt(n):n;let o=e,l=uo(o);for(;l&&n&&t!==o;){const e=fo(l),t=l.getBoundingClientRect(),n=io(l),r=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,a=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=r,c+=a,o=Nt(l),l=uo(o)}}return St({width:d,height:h,x:s,y:c})}function xo(e,t){const o=so(e).scrollLeft;return t?t.left+o:bo(It(e)).left+o}function _o(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-xo(e,o),y:o.top+t.scrollTop}}const yo=new Set(["absolute","fixed"]);function Zo(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=Nt(e),n=It(e),l=o.visualViewport;let r=n.clientWidth,a=n.clientHeight,i=0,s=0;if(l){r=l.width,a=l.height;const e=lo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const c=xo(n);if(c<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,a=Math.abs(n.clientWidth-t.clientWidth-l);a<=25&&(r-=a)}else c<=25&&(r+=c);return{width:r,height:a,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=It(e),o=so(e),n=e.ownerDocument.body,l=vt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),r=vt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-o.scrollLeft+xo(e);const i=-o.scrollTop;return"rtl"===io(n).direction&&(a+=vt(t.clientWidth,n.clientWidth)-l),{width:l,height:r,x:a,y:i}}(It(e));else if(qt(t))n=function(e,t){const o=bo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,r=Ft(e)?fo(e):gt(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:l*r.x,y:n*r.y}}(t,o);else{const o=wo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return St(n)}function Co(e,t){const o=co(e);return!(o===t||!qt(o)||ao(o))&&("fixed"===io(o).position||Co(o,t))}function Mo(e,t,o){const n=Ft(t),l=It(t),r="fixed"===o,a=bo(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const s=gt(0);function c(){s.x=xo(l)}if(n||!n&&!r)if(("body"!==Dt(t)||Gt(l))&&(i=so(t)),n){const e=bo(t,!0,r,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&c();r&&!n&&l&&c();const d=!l||n||r?gt(0):_o(l,i);return{x:a.left+i.scrollLeft-s.x-d.x,y:a.top+i.scrollTop-s.y-d.y,width:a.width,height:a.height}}function Ho(e){return"static"===io(e).position}function Ao(e,t){if(!Ft(e)||"fixed"===io(e).position)return null;if(t)return t(e);let o=e.offsetParent;return It(e)===o&&(o=o.ownerDocument.body),o}function ko(e,t){const o=Nt(e);if(Qt(e))return o;if(!Ft(e)){let t=co(e);for(;t&&!ao(t);){if(qt(t)&&!Ho(t))return t;t=co(t)}return o}let n=Ao(e,t);for(;n&&Xt(n)&&Ho(n);)n=Ao(n,t);return n&&ao(n)&&Ho(n)&&!no(n)?o:n||function(e){let t=co(e);for(;Ft(t)&&!ao(t);){if(no(t))return t;if(Qt(t))return null;t=co(t)}return null}(e)||o}const $o={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const r="fixed"===l,a=It(n),i=!!t&&Qt(t.floating);if(n===a||i&&r)return o;let s={scrollLeft:0,scrollTop:0},c=gt(1);const d=gt(0),h=Ft(n);if((h||!h&&!r)&&(("body"!==Dt(n)||Gt(a))&&(s=so(n)),Ft(n))){const e=bo(n);c=fo(n),d.x=e.x+n.clientLeft,d.y=e.y+n.clientTop}const v=!a||h||r?gt(0):_o(a,s);return{width:o.width*c.x,height:o.height*c.y,x:o.x*c.x-s.scrollLeft*c.x+d.x+v.x,y:o.y*c.y-s.scrollTop*c.y+d.y+v.y}},getDocumentElement:It,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const r=[..."clippingAncestors"===o?Qt(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=vo(e,[],!1).filter(e=>qt(e)&&"body"!==Dt(e)),l=null;const r="fixed"===io(e).position;let a=r?co(e):e;for(;qt(a)&&!ao(a);){const t=io(a),o=no(a);o||"fixed"!==t.position||(l=null),(r?!o&&!l:!o&&"static"===t.position&&l&&yo.has(l.position)||Gt(a)&&!o&&Co(e,a))?n=n.filter(e=>e!==a):l=t,a=co(a)}return t.set(e,n),n}(t,this._c):[].concat(o),n],a=r[0],i=r.reduce((e,o)=>{const n=Zo(t,o,l);return e.top=vt(n.top,e.top),e.right=ht(n.right,e.right),e.bottom=ht(n.bottom,e.bottom),e.left=vt(n.left,e.left),e},Zo(t,a,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:ko,getElementRects:async function(e){const t=this.getOffsetParent||ko,o=this.getDimensions,n=await o(e.floating);return{reference:Mo(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}=po(e);return{width:t,height:o}},getScale:fo,isElement:qt,isRTL:function(e){return"rtl"===io(e).direction}};function Oo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zo(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:r=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,c=go(e),d=l||r?[...c?vo(c):[],...vo(t)]:[];d.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),r&&e.addEventListener("resize",o)});const h=c&&i?function(e,t){let o,n=null;const l=It(e);function r(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function a(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),r();const c=e.getBoundingClientRect(),{left:d,top:h,width:v,height:u}=c;if(i||t(),!v||!u)return;const p={rootMargin:-pt(h)+"px "+-pt(l.clientWidth-(d+v))+"px "+-pt(l.clientHeight-(h+u))+"px "+-pt(d)+"px",threshold:vt(0,ht(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return a();n?a(!1,n):o=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==n||Oo(c,e.getBoundingClientRect())||a(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),r}(c,o):null;let v,u=-1,p=null;a&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),c&&!s&&p.observe(c),p.observe(t));let g=s?bo(e):null;return s&&function t(){const n=bo(e);g&&!Oo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;d.forEach(e=>{l&&e.removeEventListener("scroll",o),r&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Vo=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:r,placement:a,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,r=await(null==n.isRTL?void 0:n.isRTL(l.floating)),a=xt(o),i=_t(o),s="y"===Mt(o),c=Rt.has(a)?-1:1,d=r&&s?-1:1,h=bt(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*d,y:v*c}:{x:v*c,y:u*d}}(t,e);return a===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:r+s.y,data:{...s,placement:a}}}}},Po=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:r=!0,crossAxis:a=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=bt(e,t),c={x:o,y:n},d=await Et(t,s),h=Mt(xt(l)),v=yt(h);let u=c[v],p=c[h];if(r){const e="y"===v?"bottom":"right";u=wt(u+d["y"===v?"top":"left"],u,u-d[e])}if(a){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:r,[h]:a}}}}}},Bo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:r,rects:a,initialPlacement:i,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=bt(e,t);if(null!=(o=r.arrow)&&o.alignmentOffset)return{};const m=xt(l),w=Mt(i),b=xt(i)===i,x=await(null==s.isRTL?void 0:s.isRTL(c.floating)),_=v||(b||!g?[Bt(i)]:function(e){const t=Bt(e);return[kt(e),t,kt(t)]}(i)),y="none"!==p;!v&&y&&_.push(...Pt(i,g,p,x));const Z=[i,..._],C=await Et(t,f),M=[];let H=(null==(n=r.flip)?void 0:n.overflows)||[];if(d&&M.push(C[m]),h){const e=At(l,a,x);M.push(C[e[0]],C[e[1]])}if(H=[...H,{placement:l,overflows:M}],!M.every(e=>e<=0)){var A,k;const e=((null==(A=r.flip)?void 0:A.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Mt(t))||H.every(e=>Mt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:H},reset:{placement:t}}}let o=null==(k=H.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:k.placement;if(!o)switch(u){case"bestFit":{var $;const e=null==($=H.filter(e=>{if(y){const t=Mt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:$[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:$o,...o},r={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:r=[],platform:a}=o,i=r.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:l}),{x:d,y:h}=Lt(c,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:r,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:d,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=f?f:d,h=null!=m?m:h,u={...u,[r]:{...u[r],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:d,y:h}=Lt(c,v,s))),o=-1)}return{x:d,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:r})};var So=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}`,Lo=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%}`,Eo=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)}}`
|
|
178
|
+
`}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}ct.styles=[...ze.styles,at],ct.dependencies={"sgds-icon-button":ot},e([a({context:nt}),be()],ct.prototype,"_breakpointReached",void 0),e([a({context:rt}),be()],ct.prototype,"expanded",void 0),e([be()],ct.prototype,"expanding",void 0),e([xe("nav")],ct.prototype,"nav",void 0),e([xe(".navbar")],ct.prototype,"navbar",void 0),e([xe(".navbar-toggler")],ct.prototype,"header",void 0),e([xe(".navbar-body")],ct.prototype,"body",void 0),e([xe(".navbar-nav-scroll")],ct.prototype,"navScroll",void 0),e([xe("slot[name='non-collapsible']")],ct.prototype,"nonCollapsibleSlot",void 0),e([me({type:Boolean})],ct.prototype,"hasNonCollapsibleSlot",void 0),e([me({type:String})],ct.prototype,"brandHref",void 0),e([me({type:String})],ct.prototype,"expand",void 0),e([me({type:Boolean,reflect:!0})],ct.prototype,"fluid",void 0),e([be()],ct.prototype,"breakpointReached",void 0),e([Ze()],ct.prototype,"defaultNodes",void 0),e([Ze({slot:"end"})],ct.prototype,"endNodes",void 0),e([Ne("expanding",{waitUntilFirstUpdate:!0})],ct.prototype,"handleOpenChange",null),Se("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Se("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const dt=Math.min,ht=Math.max,vt=Math.round,ut=Math.floor,pt=e=>({x:e,y:e}),ft={left:"right",right:"left",bottom:"top",top:"bottom"},gt={start:"end",end:"start"};function wt(e,t,l){return ht(e,dt(t,l))}function mt(e,t){return"function"==typeof e?e(t):e}function bt(e){return e.split("-")[0]}function _t(e){return e.split("-")[1]}function xt(e){return"x"===e?"y":"x"}function Zt(e){return"y"===e?"height":"width"}const yt=new Set(["top","bottom"]);function Ct(e){return yt.has(bt(e))?"y":"x"}function Mt(e){return xt(Ct(e))}function Ht(e,t,l){void 0===l&&(l=!1);const o=_t(e),n=Mt(e),r=Zt(n);let a="x"===n?o===(l?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[r]>t.floating[r]&&(a=Bt(a)),[a,Bt(a)]}function At(e){return e.replace(/start|end/g,e=>gt[e])}const Ot=["left","right"],zt=["right","left"],Vt=["top","bottom"],$t=["bottom","top"];function Pt(e,t,l,o){const n=_t(e);let r=function(e,t,l){switch(e){case"top":case"bottom":return l?t?zt:Ot:t?Ot:zt;case"left":case"right":return t?Vt:$t;default:return[]}}(bt(e),"start"===l,o);return n&&(r=r.map(e=>e+"-"+n),t&&(r=r.concat(r.map(At)))),r}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>ft[e])}function kt(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 jt(e){const{x:t,y:l,width:o,height:n}=e;return{width:o,height:n,top:l,left:t,right:t+o,bottom:l+n,x:t,y:l}}function Lt(e,t,l){let{reference:o,floating:n}=e;const r=Ct(t),a=Mt(t),i=Zt(a),s=bt(t),c="y"===r,d=o.x+o.width/2-n.width/2,h=o.y+o.height/2-n.height/2,v=o[i]/2-n[i]/2;let u;switch(s){case"top":u={x:d,y:o.y-n.height};break;case"bottom":u={x:d,y:o.y+o.height};break;case"right":u={x:o.x+o.width,y:h};break;case"left":u={x:o.x-n.width,y:h};break;default:u={x:o.x,y:o.y}}switch(_t(t)){case"start":u[a]-=v*(l&&c?-1:1);break;case"end":u[a]+=v*(l&&c?-1:1)}return u}async function St(e,t){var l;void 0===t&&(t={});const{x:o,y:n,platform:r,rects:a,elements:i,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=mt(t,e),p=kt(u),f=i[v?"floating"===h?"reference":"floating":h],g=jt(await r.getClippingRect({element:null==(l=await(null==r.isElement?void 0:r.isElement(f)))||l?f:f.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:c,rootBoundary:d,strategy:s})),w="floating"===h?{x:o,y:n,width:a.floating.width,height:a.floating.height}:a.reference,m=await(null==r.getOffsetParent?void 0:r.getOffsetParent(i.floating)),b=await(null==r.isElement?void 0:r.isElement(m))&&await(null==r.getScale?void 0:r.getScale(m))||{x:1,y:1},_=jt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:w,offsetParent:m,strategy:s}):w);return{top:(g.top-_.top+p.top)/b.y,bottom:(_.bottom-g.bottom+p.bottom)/b.y,left:(g.left-_.left+p.left)/b.x,right:(_.right-g.right+p.right)/b.x}}const Et=new Set(["left","top"]);function Rt(){return"undefined"!=typeof window}function Nt(e){return It(e)?(e.nodeName||"").toLowerCase():"#document"}function Tt(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Dt(e){var t;return null==(t=(It(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function It(e){return!!Rt()&&(e instanceof Node||e instanceof Tt(e).Node)}function Ut(e){return!!Rt()&&(e instanceof Element||e instanceof Tt(e).Element)}function qt(e){return!!Rt()&&(e instanceof HTMLElement||e instanceof Tt(e).HTMLElement)}function Ft(e){return!(!Rt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Tt(e).ShadowRoot)}const Wt=new Set(["inline","contents"]);function Kt(e){const{overflow:t,overflowX:l,overflowY:o,display:n}=al(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+l)&&!Wt.has(n)}const Gt=new Set(["table","td","th"]);function Yt(e){return Gt.has(Nt(e))}const Xt=[":popover-open",":modal"];function Jt(e){return Xt.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const Qt=["transform","translate","scale","rotate","perspective"],el=["transform","translate","scale","rotate","perspective","filter"],tl=["paint","layout","strict","content"];function ll(e){const t=ol(),l=Ut(e)?al(e):e;return Qt.some(e=>!!l[e]&&"none"!==l[e])||!!l.containerType&&"normal"!==l.containerType||!t&&!!l.backdropFilter&&"none"!==l.backdropFilter||!t&&!!l.filter&&"none"!==l.filter||el.some(e=>(l.willChange||"").includes(e))||tl.some(e=>(l.contain||"").includes(e))}function ol(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const nl=new Set(["html","body","#document"]);function rl(e){return nl.has(Nt(e))}function al(e){return Tt(e).getComputedStyle(e)}function il(e){return Ut(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function sl(e){if("html"===Nt(e))return e;const t=e.assignedSlot||e.parentNode||Ft(e)&&e.host||Dt(e);return Ft(t)?t.host:t}function cl(e){const t=sl(e);return rl(t)?e.ownerDocument?e.ownerDocument.body:e.body:qt(t)&&Kt(t)?t:cl(t)}function dl(e,t,l){var o;void 0===t&&(t=[]),void 0===l&&(l=!0);const n=cl(e),r=n===(null==(o=e.ownerDocument)?void 0:o.body),a=Tt(n);if(r){const e=hl(a);return t.concat(a,a.visualViewport||[],Kt(n)?n:[],e&&l?dl(e):[])}return t.concat(n,dl(n,[],l))}function hl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function vl(e){const t=al(e);let l=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const n=qt(e),r=n?e.offsetWidth:l,a=n?e.offsetHeight:o,i=vt(l)!==r||vt(o)!==a;return i&&(l=r,o=a),{width:l,height:o,$:i}}function ul(e){return Ut(e)?e:e.contextElement}function pl(e){const t=ul(e);if(!qt(t))return pt(1);const l=t.getBoundingClientRect(),{width:o,height:n,$:r}=vl(t);let a=(r?vt(l.width):l.width)/o,i=(r?vt(l.height):l.height)/n;return a&&Number.isFinite(a)||(a=1),i&&Number.isFinite(i)||(i=1),{x:a,y:i}}const fl=pt(0);function gl(e){const t=Tt(e);return ol()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:fl}function wl(e,t,l,o){void 0===t&&(t=!1),void 0===l&&(l=!1);const n=e.getBoundingClientRect(),r=ul(e);let a=pt(1);t&&(o?Ut(o)&&(a=pl(o)):a=pl(e));const i=function(e,t,l){return void 0===t&&(t=!1),!(!l||t&&l!==Tt(e))&&t}(r,l,o)?gl(r):pt(0);let s=(n.left+i.x)/a.x,c=(n.top+i.y)/a.y,d=n.width/a.x,h=n.height/a.y;if(r){const e=Tt(r),t=o&&Ut(o)?Tt(o):o;let l=e,n=hl(l);for(;n&&o&&t!==l;){const e=pl(n),t=n.getBoundingClientRect(),o=al(n),r=t.left+(n.clientLeft+parseFloat(o.paddingLeft))*e.x,a=t.top+(n.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=r,c+=a,l=Tt(n),n=hl(l)}}return jt({width:d,height:h,x:s,y:c})}function ml(e,t){const l=il(e).scrollLeft;return t?t.left+l:wl(Dt(e)).left+l}function bl(e,t){const l=e.getBoundingClientRect();return{x:l.left+t.scrollLeft-ml(e,l),y:l.top+t.scrollTop}}const _l=new Set(["absolute","fixed"]);function xl(e,t,l){let o;if("viewport"===t)o=function(e,t){const l=Tt(e),o=Dt(e),n=l.visualViewport;let r=o.clientWidth,a=o.clientHeight,i=0,s=0;if(n){r=n.width,a=n.height;const e=ol();(!e||e&&"fixed"===t)&&(i=n.offsetLeft,s=n.offsetTop)}const c=ml(o);if(c<=0){const e=o.ownerDocument,t=e.body,l=getComputedStyle(t),n="CSS1Compat"===e.compatMode&&parseFloat(l.marginLeft)+parseFloat(l.marginRight)||0,a=Math.abs(o.clientWidth-t.clientWidth-n);a<=25&&(r-=a)}else c<=25&&(r+=c);return{width:r,height:a,x:i,y:s}}(e,l);else if("document"===t)o=function(e){const t=Dt(e),l=il(e),o=e.ownerDocument.body,n=ht(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=ht(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let a=-l.scrollLeft+ml(e);const i=-l.scrollTop;return"rtl"===al(o).direction&&(a+=ht(t.clientWidth,o.clientWidth)-n),{width:n,height:r,x:a,y:i}}(Dt(e));else if(Ut(t))o=function(e,t){const l=wl(e,!0,"fixed"===t),o=l.top+e.clientTop,n=l.left+e.clientLeft,r=qt(e)?pl(e):pt(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:n*r.x,y:o*r.y}}(t,l);else{const l=gl(e);o={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return jt(o)}function Zl(e,t){const l=sl(e);return!(l===t||!Ut(l)||rl(l))&&("fixed"===al(l).position||Zl(l,t))}function yl(e,t,l){const o=qt(t),n=Dt(t),r="fixed"===l,a=wl(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const s=pt(0);function c(){s.x=ml(n)}if(o||!o&&!r)if(("body"!==Nt(t)||Kt(n))&&(i=il(t)),o){const e=wl(t,!0,r,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else n&&c();r&&!o&&n&&c();const d=!n||o||r?pt(0):bl(n,i);return{x:a.left+i.scrollLeft-s.x-d.x,y:a.top+i.scrollTop-s.y-d.y,width:a.width,height:a.height}}function Cl(e){return"static"===al(e).position}function Ml(e,t){if(!qt(e)||"fixed"===al(e).position)return null;if(t)return t(e);let l=e.offsetParent;return Dt(e)===l&&(l=l.ownerDocument.body),l}function Hl(e,t){const l=Tt(e);if(Jt(e))return l;if(!qt(e)){let t=sl(e);for(;t&&!rl(t);){if(Ut(t)&&!Cl(t))return t;t=sl(t)}return l}let o=Ml(e,t);for(;o&&Yt(o)&&Cl(o);)o=Ml(o,t);return o&&rl(o)&&Cl(o)&&!ll(o)?l:o||function(e){let t=sl(e);for(;qt(t)&&!rl(t);){if(ll(t))return t;if(Jt(t))return null;t=sl(t)}return null}(e)||l}const Al={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:l,offsetParent:o,strategy:n}=e;const r="fixed"===n,a=Dt(o),i=!!t&&Jt(t.floating);if(o===a||i&&r)return l;let s={scrollLeft:0,scrollTop:0},c=pt(1);const d=pt(0),h=qt(o);if((h||!h&&!r)&&(("body"!==Nt(o)||Kt(a))&&(s=il(o)),qt(o))){const e=wl(o);c=pl(o),d.x=e.x+o.clientLeft,d.y=e.y+o.clientTop}const v=!a||h||r?pt(0):bl(a,s);return{width:l.width*c.x,height:l.height*c.y,x:l.x*c.x-s.scrollLeft*c.x+d.x+v.x,y:l.y*c.y-s.scrollTop*c.y+d.y+v.y}},getDocumentElement:Dt,getClippingRect:function(e){let{element:t,boundary:l,rootBoundary:o,strategy:n}=e;const r=[..."clippingAncestors"===l?Jt(t)?[]:function(e,t){const l=t.get(e);if(l)return l;let o=dl(e,[],!1).filter(e=>Ut(e)&&"body"!==Nt(e)),n=null;const r="fixed"===al(e).position;let a=r?sl(e):e;for(;Ut(a)&&!rl(a);){const t=al(a),l=ll(a);l||"fixed"!==t.position||(n=null),(r?!l&&!n:!l&&"static"===t.position&&n&&_l.has(n.position)||Kt(a)&&!l&&Zl(e,a))?o=o.filter(e=>e!==a):n=t,a=sl(a)}return t.set(e,o),o}(t,this._c):[].concat(l),o],a=r[0],i=r.reduce((e,l)=>{const o=xl(t,l,n);return e.top=ht(o.top,e.top),e.right=dt(o.right,e.right),e.bottom=dt(o.bottom,e.bottom),e.left=ht(o.left,e.left),e},xl(t,a,n));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Hl,getElementRects:async function(e){const t=this.getOffsetParent||Hl,l=this.getDimensions,o=await l(e.floating);return{reference:yl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:l}=vl(e);return{width:t,height:l}},getScale:pl,isElement:Ut,isRTL:function(e){return"rtl"===al(e).direction}};function Ol(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zl(e,t,l,o){void 0===o&&(o={});const{ancestorScroll:n=!0,ancestorResize:r=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,c=ul(e),d=n||r?[...c?dl(c):[],...dl(t)]:[];d.forEach(e=>{n&&e.addEventListener("scroll",l,{passive:!0}),r&&e.addEventListener("resize",l)});const h=c&&i?function(e,t){let l,o=null;const n=Dt(e);function r(){var e;clearTimeout(l),null==(e=o)||e.disconnect(),o=null}return function a(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),r();const c=e.getBoundingClientRect(),{left:d,top:h,width:v,height:u}=c;if(i||t(),!v||!u)return;const p={rootMargin:-ut(h)+"px "+-ut(n.clientWidth-(d+v))+"px "+-ut(n.clientHeight-(h+u))+"px "+-ut(d)+"px",threshold:ht(0,dt(1,s))||1};let f=!0;function g(t){const o=t[0].intersectionRatio;if(o!==s){if(!f)return a();o?a(!1,o):l=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==o||Ol(c,e.getBoundingClientRect())||a(),f=!1}try{o=new IntersectionObserver(g,{...p,root:n.ownerDocument})}catch(e){o=new IntersectionObserver(g,p)}o.observe(e)}(!0),r}(c,l):null;let v,u=-1,p=null;a&&(p=new ResizeObserver(e=>{let[o]=e;o&&o.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),l()}),c&&!s&&p.observe(c),p.observe(t));let f=s?wl(e):null;return s&&function t(){const o=wl(e);f&&!Ol(f,o)&&l();f=o,v=requestAnimationFrame(t)}(),l(),()=>{var e;d.forEach(e=>{n&&e.removeEventListener("scroll",l),r&&e.removeEventListener("resize",l)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Vl=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var l,o;const{x:n,y:r,placement:a,middlewareData:i}=t,s=await async function(e,t){const{placement:l,platform:o,elements:n}=e,r=await(null==o.isRTL?void 0:o.isRTL(n.floating)),a=bt(l),i=_t(l),s="y"===Ct(l),c=Et.has(a)?-1:1,d=r&&s?-1:1,h=mt(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*d,y:v*c}:{x:v*c,y:u*d}}(t,e);return a===(null==(l=i.offset)?void 0:l.placement)&&null!=(o=i.arrow)&&o.alignmentOffset?{}:{x:n+s.x,y:r+s.y,data:{...s,placement:a}}}}},$l=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:l,y:o,placement:n}=t,{mainAxis:r=!0,crossAxis:a=!1,limiter:i={fn:e=>{let{x:t,y:l}=e;return{x:t,y:l}}},...s}=mt(e,t),c={x:l,y:o},d=await St(t,s),h=Ct(bt(n)),v=xt(h);let u=c[v],p=c[h];if(r){const e="y"===v?"bottom":"right";u=wt(u+d["y"===v?"top":"left"],u,u-d[e])}if(a){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=i.fn({...t,[v]:u,[h]:p});return{...f,data:{x:f.x-l,y:f.y-o,enabled:{[v]:r,[h]:a}}}}}},Pl=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var l,o;const{placement:n,middlewareData:r,rects:a,initialPlacement:i,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=mt(e,t);if(null!=(l=r.arrow)&&l.alignmentOffset)return{};const w=bt(n),m=Ct(i),b=bt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=v||(b||!f?[Bt(i)]:function(e){const t=Bt(e);return[At(e),t,At(t)]}(i)),Z="none"!==p;!v&&Z&&x.push(...Pt(i,f,p,_));const y=[i,...x],C=await St(t,g),M=[];let H=(null==(o=r.flip)?void 0:o.overflows)||[];if(d&&M.push(C[w]),h){const e=Ht(n,a,_);M.push(C[e[0]],C[e[1]])}if(H=[...H,{placement:n,overflows:M}],!M.every(e=>e<=0)){var A,O;const e=((null==(A=r.flip)?void 0:A.index)||0)+1,t=y[e];if(t){if(!("alignment"===h&&m!==Ct(t))||H.every(e=>Ct(e.placement)!==m||e.overflows[0]>0))return{data:{index:e,overflows:H},reset:{placement:t}}}let l=null==(O=H.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:O.placement;if(!l)switch(u){case"bestFit":{var z;const e=null==(z=H.filter(e=>{if(Z){const t=Ct(e.placement);return t===m||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:z[0];e&&(l=e);break}case"initialPlacement":l=i}if(n!==l)return{reset:{placement:l}}}return{}}}},Bl=(e,t,l)=>{const o=new Map,n={platform:Al,...l},r={...n.platform,_c:o};return(async(e,t,l)=>{const{placement:o="bottom",strategy:n="absolute",middleware:r=[],platform:a}=l,i=r.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:n}),{x:d,y:h}=Lt(c,o,s),v=o,u={},p=0;for(let l=0;l<i.length;l++){const{name:r,fn:f}=i[l],{x:g,y:w,data:m,reset:b}=await f({x:d,y:h,initialPlacement:o,placement:v,strategy:n,middlewareData:u,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=w?w:h,u={...u,[r]:{...u[r],...m}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:n}):b.rects),({x:d,y:h}=Lt(c,v,s))),l=-1)}return{x:d,y:h,placement:v,strategy:n,middlewareData:u}})(e,t,{...n,platform:r})};var kl=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}`,jl=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%}`,Ll=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;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`
|
|
181
179
|
/**
|
|
182
180
|
* @license
|
|
183
181
|
* Copyright 2020 Google LLC
|
|
184
182
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
185
|
-
*/;const
|
|
183
|
+
*/;const Sl=(e,t)=>{const l=e._$AN;if(void 0===l)return!1;for(const e of l)e._$AO?.(t,!1),Sl(e,t);return!0},El=e=>{let t,l;do{if(void 0===(t=e._$AM))break;l=t._$AN,l.delete(e),e=t}while(0===l?.size)},Rl=e=>{for(let t;t=e._$AM;e=t){let l=t._$AN;if(void 0===l)t._$AN=l=new Set;else if(l.has(e))break;l.add(e),Dl(t)}};
|
|
186
184
|
/**
|
|
187
185
|
* @license
|
|
188
186
|
* Copyright 2017 Google LLC
|
|
189
187
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
190
|
-
*/function
|
|
188
|
+
*/function Nl(e){void 0!==this._$AN?(El(this),this._$AM=e,Rl(this)):this._$AM=e}function Tl(e,t=!1,l=0){const o=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(o))for(let e=l;e<o.length;e++)Sl(o[e],!1),El(o[e]);else null!=o&&(Sl(o,!1),El(o));else Sl(this,e)}const Dl=e=>{e.type==Ce&&(e._$AP??=Tl,e._$AQ??=Nl)};class Il extends He{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,l){super._$AT(e,t,l),Rl(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Sl(this,e),El(this))}setValue(e){if((e=>void 0===e.strings)(this._$Ct))this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}
|
|
191
189
|
/**
|
|
192
190
|
* @license
|
|
193
191
|
* Copyright 2020 Google LLC
|
|
194
192
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
195
|
-
*/const
|
|
193
|
+
*/const Ul=()=>new ql;class ql{}const Fl=new WeakMap,Wl=Me(class extends Il{render(e){return J}update(e,[t]){const l=t!==this.G;return l&&void 0!==this.G&&this.rt(void 0),(l||this.lt!==this.ct)&&(this.G=t,this.ht=e.options?.host,this.rt(this.ct=e.element)),J}rt(e){if(this.isConnected||(e=void 0),"function"==typeof this.G){const t=this.ht??globalThis;let l=Fl.get(t);void 0===l&&(l=new WeakMap,Fl.set(t,l)),void 0!==l.get(this.G)&&this.G.call(this.ht,void 0),l.set(this.G,e),void 0!==e&&this.G.call(this.ht,e)}else this.G.value=e}get lt(){return"function"==typeof this.G?Fl.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});class Kl extends ze{constructor(){super(...arguments),this.myDropdown=Ul(),this.dropdownMenuId=Re("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=Ul(),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}=Le(this,"dropdown.show");await Ve(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=zl(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Le(this,"dropdown.hide");await Ve(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const l=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},o=t.map(l),n=e.map(e=>{const n=l(e),r=o.indexOf(n);return-1!==r?t[r]:e}).concat(t.filter(t=>!e.some(e=>l(e)===l(t))));return n}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=[Vl(8),this.noFlip?void 0:Pl(),$l()].filter(Boolean);let l=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(l=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const o=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:l}),{x:n,y:r,strategy:a,placement:i}=await Bl(this.myDropdown.value,this.menuRef.value,o);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:a,left:`${n}px`,top:`${r}px`})}}e([me({type:Boolean,state:!0})],Kl.prototype,"noFlip",void 0),e([me({type:Boolean,reflect:!0,state:!0})],Kl.prototype,"menuAlignRight",void 0),e([me({type:String,reflect:!0,state:!0})],Kl.prototype,"drop",void 0),e([me({type:Object})],Kl.prototype,"floatingOpts",void 0),e([me({type:Boolean,reflect:!0})],Kl.prototype,"menuIsOpen",void 0),e([me({type:Boolean,reflect:!0})],Kl.prototype,"disabled",void 0),e([me({type:Boolean,reflect:!0})],Kl.prototype,"readonly",void 0),Se("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),Se("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class Gl extends Kl{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),l=t.find(t=>e.composedPath().includes(t));if(!l)return;const o=t.indexOf(l);this.nextDropdownItemNo=o+1,this.prevDropdownItemNo=o<=0?t.length-1:o-1,l.disabled||(this.emit("sgds-select",{detail:{item:l}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const l=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");l&&l.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const l=(e%t.length+t.length)%t.length,o=t[l];this.emit("i-sgds-option-focus",{detail:{option:o}}),this.nextDropdownItemNo=(l+1)%t.length,this.prevDropdownItemNo=(l-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===o?"0":"-1"),e===o&&t.focus()})}}Gl.styles=Kl.styles,e([xe("ul.dropdown-menu")],Gl.prototype,"menu",void 0),e([be()],Gl.prototype,"nextDropdownItemNo",void 0),e([be()],Gl.prototype,"prevDropdownItemNo",void 0),e([me({type:Boolean,reflect:!0})],Gl.prototype,"hidden",void 0);class Yl extends Gl{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=Wl()}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 l=this.menuRef.value;l&&e.composedPath().includes(l)||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 Y`
|
|
196
194
|
<div class="dropdown" @click=${this._handleClick}>
|
|
197
|
-
<div class="toggler-container" ${
|
|
195
|
+
<div class="toggler-container" ${Wl(this.myDropdown)}>
|
|
198
196
|
<slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
|
|
199
197
|
</div>
|
|
200
|
-
<div class="dropdown-menu" role="menu" ${
|
|
198
|
+
<div class="dropdown-menu" role="menu" ${Wl(this.menuRef)}>
|
|
201
199
|
<slot id="default" @click=${this.handleSelectSlot}></slot>
|
|
202
200
|
</div>
|
|
203
201
|
</div>
|
|
204
|
-
`}}
|
|
202
|
+
`}}Yl.styles=[...Gl.styles,kl,jl],e([me({type:Boolean,reflect:!0,state:!1})],Yl.prototype,"noFlip",void 0),e([me({type:Boolean,reflect:!0,state:!1})],Yl.prototype,"menuAlignRight",void 0),e([me({type:String,reflect:!0,state:!1})],Yl.prototype,"drop",void 0),e([me({type:String,reflect:!0,state:!1})],Yl.prototype,"close",void 0),e([Ze({slot:"toggler",flatten:!0})],Yl.prototype,"_toggler",void 0),e([Ne("menuIsOpen")],Yl.prototype,"_handleMenuIsOpenChange",null),e([Ne("disabled",{waitUntilFirstUpdate:!0})],Yl.prototype,"_handleDisabled",null);var Xl=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}::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 Jl extends ze{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return Y`
|
|
205
203
|
<div
|
|
206
|
-
class="dropdown-item ${Ae({disabled:this.disabled,active:this.active
|
|
207
|
-
tabindex=${this.disabled
|
|
208
|
-
aria-label=${
|
|
204
|
+
class="dropdown-item ${Ae({disabled:this.disabled,active:this.active})}"
|
|
205
|
+
tabindex=${this.disabled?"-1":"0"}
|
|
206
|
+
aria-label=${Te(this.ariaLabel||void 0)}
|
|
209
207
|
>
|
|
210
208
|
<slot></slot>
|
|
211
209
|
</div>
|
|
212
|
-
`}}
|
|
210
|
+
`}}Jl.styles=[kl,Xl],Jl.dependencies={"sgds-icon":Je},e([Ze({flatten:!0})],Jl.prototype,"anchor",void 0),e([me({type:Boolean})],Jl.prototype,"active",void 0),e([me({type:Boolean,reflect:!0})],Jl.prototype,"disabled",void 0),e([me({type:String})],Jl.prototype,"ariaLabel",void 0);const Ql="Enter";class eo extends ze{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=Re("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 l=e.shadowRoot.querySelector(".dropdown-item");l.classList.add("mainnav-dropdown-link");const o=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");o.tabIndex=-1,l.classList.contains("disabled")?(o.setAttribute("href","javascript:void(0)"),o.setAttribute("tabindex","-1")):o.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),l=[this.menuHeaderButton,...t],o=l.length;if(0===o)return;const n=l[0],r=l[o-1].shadowRoot.querySelector(".dropdown-item");let a=document.activeElement;if(a===this&&(a=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)a===n&&(e.preventDefault(),setTimeout(()=>{r.focus()},0));else{const t=a.shadowRoot?a.shadowRoot.querySelector(".dropdown-item"):null;t&&t===r&&(e.preventDefault(),n.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 l=o=>{"transform"===o.propertyName&&(e.removeEventListener("transitionend",l),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",l),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==Ql&&" "!==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 Ql:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=Y`
|
|
213
211
|
<a
|
|
214
212
|
class="${Ae({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
215
213
|
aria-disabled=${this.disabled?"true":"false"}
|
|
216
|
-
aria-label=${
|
|
214
|
+
aria-label=${Te(this.ariaLabel)}
|
|
217
215
|
tabindex=${this.disabled?"-1":"0"}
|
|
218
216
|
role="button"
|
|
219
217
|
@click=${this._openMenu}
|
|
@@ -230,13 +228,13 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
230
228
|
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
231
229
|
</div>
|
|
232
230
|
`,t=Y`<sgds-dropdown
|
|
233
|
-
.floatingOpts=${{middleware:[
|
|
231
|
+
.floatingOpts=${{middleware:[Vl(0)]}}
|
|
234
232
|
?disabled=${this.disabled}
|
|
235
233
|
>
|
|
236
234
|
<a
|
|
237
235
|
class="${Ae({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
238
236
|
aria-disabled=${this.disabled?"true":"false"}
|
|
239
|
-
aria-label=${
|
|
237
|
+
aria-label=${Te(this.ariaLabel)}
|
|
240
238
|
id=${this.togglerId}
|
|
241
239
|
tabindex=${this.disabled?"-1":"0"}
|
|
242
240
|
role="button"
|
|
@@ -246,65 +244,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
246
244
|
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
247
245
|
</a>
|
|
248
246
|
<slot @slotchange=${this._handleDesktopSlotChange}></slot>
|
|
249
|
-
</sgds-dropdown>`;return this._breakpointReached?e:t}}on.styles=[...Oe.styles,So,Lo,Eo],on.dependencies={"sgds-dropdown":Jo,"sgds-dropdown-item":en,"sgds-icon":Je},e([i({context:it,subscribe:!0}),be()],on.prototype,"_breakpointReached",void 0),e([i({context:st,subscribe:!0}),be()],on.prototype,"expanded",void 0),e([_e(".nav-link")],on.prototype,"navLink",void 0),e([_e(".dropdown-items")],on.prototype,"dropdownItems",void 0),e([_e(".dropdown-items a")],on.prototype,"menuHeaderButton",void 0),e([_e(".dropdown-items span")],on.prototype,"menuHeaderText",void 0),e([we({type:Boolean})],on.prototype,"active",void 0),e([we({type:Boolean,reflect:!0})],on.prototype,"disabled",void 0),e([we({type:String})],on.prototype,"ariaLabel",void 0),e([ye({slot:"toggler"})],on.prototype,"togglerNodes",void 0),e([ye()],on.prototype,"defaultNodes",void 0);var nn=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 ln extends Oe{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 Y`<slot @slotchange=${this._handleSlotChange}></slot>`}}ln.styles=[...Oe.styles,nn],e([we({type:Boolean,reflect:!0})],ln.prototype,"active",void 0),e([we({type:Boolean,reflect:!0})],ln.prototype,"disabled",void 0),e([De("disabled")],ln.prototype,"_handleDisabled",null);var rn=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 an extends Oe{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=Te("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?Y`
|
|
250
|
-
<button
|
|
251
|
-
class="profile-avatar-mobile"
|
|
252
|
-
aria-label=${this.ariaLabel||"Toggle navigation"}
|
|
253
|
-
aria-expanded=${this._mobileMenuOpen?"true":"false"}
|
|
254
|
-
@click=${this._handleMobileToggle}
|
|
255
|
-
@keydown=${this._handleKeydown}
|
|
256
|
-
>
|
|
257
|
-
<slot name="avatar"></slot>
|
|
258
|
-
</button>
|
|
259
|
-
<div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
|
|
260
|
-
<div class="profile-mobile-items">
|
|
261
|
-
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
262
|
-
</div>
|
|
263
|
-
</div>
|
|
264
|
-
`:Y`
|
|
265
|
-
<div class="profile-avatar-mobile read-only">
|
|
266
|
-
<slot name="avatar"></slot>
|
|
267
|
-
</div>
|
|
268
|
-
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
269
|
-
`:this._hasDropdownItems?Y`
|
|
270
|
-
<sgds-dropdown .floatingOpts=${{middleware:[Vo(0)]}} ?disabled=${this.disabled} close=${this.close}>
|
|
271
|
-
<button
|
|
272
|
-
class="${Ae({"nav-link":!0,disabled:this.disabled})}"
|
|
273
|
-
aria-disabled=${this.disabled?"true":"false"}
|
|
274
|
-
aria-label=${ke(this.ariaLabel)}
|
|
275
|
-
id=${this.togglerId}
|
|
276
|
-
tabindex=${this.disabled?"-1":"0"}
|
|
277
|
-
slot="toggler"
|
|
278
|
-
>
|
|
279
|
-
<slot name="avatar"></slot>
|
|
280
|
-
${this.label||this.secondaryText?Y`<div class="profile-text">
|
|
281
|
-
${this.label?Y`<span class="profile-label">${this.label}</span>`:J}
|
|
282
|
-
${this.secondaryText?Y`<span class="profile-secondary-text">${this.secondaryText}</span>`:J}
|
|
283
|
-
</div>`:J}
|
|
284
|
-
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
285
|
-
</button>
|
|
286
|
-
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
287
|
-
</sgds-dropdown>
|
|
288
|
-
`:Y`
|
|
289
|
-
<div
|
|
290
|
-
class="${Ae({"nav-link":!0,"read-only":!0})}"
|
|
291
|
-
aria-label=${ke(this.ariaLabel)}
|
|
292
|
-
>
|
|
293
|
-
<slot name="avatar"></slot>
|
|
294
|
-
${this.label||this.secondaryText?Y`<div class="profile-text">
|
|
295
|
-
${this.label?Y`<span class="profile-label">${this.label}</span>`:J}
|
|
296
|
-
${this.secondaryText?Y`<span class="profile-secondary-text">${this.secondaryText}</span>`:J}
|
|
297
|
-
</div>`:J}
|
|
298
|
-
</div>
|
|
299
|
-
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
300
|
-
`}}an.styles=[...Oe.styles,rn],an.dependencies={"sgds-dropdown":Jo,"sgds-icon":Je},e([be()],an.prototype,"_breakpointReached",void 0),e([be()],an.prototype,"_mobileMenuOpen",void 0),e([be()],an.prototype,"_hasDropdownItems",void 0),e([ye({flatten:!0})],an.prototype,"_defaultSlotElements",void 0),e([we({type:String,reflect:!0})],an.prototype,"label",void 0),e([we({type:String,reflect:!0})],an.prototype,"secondaryText",void 0),e([we({type:Boolean})],an.prototype,"disabled",void 0),e([we({type:String})],an.prototype,"ariaLabel",void 0),e([we({type:String})],an.prototype,"close",void 0);class sn extends an{constructor(){super(...arguments),this._breakpointReached=!0}}function cn(e,t){customElements.get(e)||customElements.define(e,t)}e([i({context:it,subscribe:!0}),be()],sn.prototype,"_breakpointReached",void 0),cn("sgds-mainnav",dt),cn("sgds-mainnav-dropdown",on),cn("sgds-mainnav-item",ln),cn("sgds-mainnav-profile",sn);var dn=Y`
|
|
247
|
+
</sgds-dropdown>`;return this._breakpointReached?e:t}}eo.styles=[...ze.styles,kl,jl,Ll],eo.dependencies={"sgds-dropdown":Yl,"sgds-dropdown-item":Jl,"sgds-icon":Je},e([i({context:nt,subscribe:!0}),be()],eo.prototype,"_breakpointReached",void 0),e([i({context:rt,subscribe:!0}),be()],eo.prototype,"expanded",void 0),e([xe(".nav-link")],eo.prototype,"navLink",void 0),e([xe(".dropdown-items")],eo.prototype,"dropdownItems",void 0),e([xe(".dropdown-items a")],eo.prototype,"menuHeaderButton",void 0),e([xe(".dropdown-items span")],eo.prototype,"menuHeaderText",void 0),e([me({type:Boolean})],eo.prototype,"active",void 0),e([me({type:Boolean,reflect:!0})],eo.prototype,"disabled",void 0),e([me({type:String})],eo.prototype,"ariaLabel",void 0),e([Ze({slot:"toggler"})],eo.prototype,"togglerNodes",void 0),e([Ze()],eo.prototype,"defaultNodes",void 0);var to=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}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class lo extends ze{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,l=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(l.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===l.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===l.length){const e=l[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 Y`<slot @slotchange=${this._handleSlotChange}></slot>`}}function oo(e,t){customElements.get(e)||customElements.define(e,t)}lo.styles=[...ze.styles,to],e([me({type:Boolean,reflect:!0})],lo.prototype,"active",void 0),e([me({type:Boolean,reflect:!0})],lo.prototype,"disabled",void 0),e([Ne("disabled")],lo.prototype,"_handleDisabled",null),oo("sgds-mainnav",ct),oo("sgds-mainnav-dropdown",eo),oo("sgds-mainnav-item",lo);var no=Y`
|
|
301
248
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
302
249
|
<path
|
|
303
250
|
fill="currentColor"
|
|
304
251
|
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"
|
|
305
252
|
/>
|
|
306
253
|
</svg>
|
|
307
|
-
`,
|
|
254
|
+
`,ro=Object.freeze({__proto__:null,default:no}),ao=Y`
|
|
308
255
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
309
256
|
<path
|
|
310
257
|
fill="currentColor"
|
|
@@ -317,35 +264,35 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
317
264
|
clip-rule="evenodd"
|
|
318
265
|
/>
|
|
319
266
|
</svg>
|
|
320
|
-
`,
|
|
267
|
+
`,io=Object.freeze({__proto__:null,default:ao}),so=Y`
|
|
321
268
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
322
269
|
<path
|
|
323
270
|
fill="currentColor"
|
|
324
271
|
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"
|
|
325
272
|
/>
|
|
326
273
|
</svg>
|
|
327
|
-
`,
|
|
274
|
+
`,co=Object.freeze({__proto__:null,default:so}),ho=Y`
|
|
328
275
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
329
276
|
<path
|
|
330
277
|
fill="currentColor"
|
|
331
278
|
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"
|
|
332
279
|
/>
|
|
333
280
|
</svg>
|
|
334
|
-
`,
|
|
281
|
+
`,vo=Object.freeze({__proto__:null,default:ho}),uo=Y`
|
|
335
282
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
336
283
|
<path
|
|
337
284
|
fill="currentColor"
|
|
338
285
|
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"
|
|
339
286
|
/>
|
|
340
287
|
</svg>
|
|
341
|
-
`,
|
|
288
|
+
`,po=Object.freeze({__proto__:null,default:uo}),fo=Y`
|
|
342
289
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
343
290
|
<path
|
|
344
291
|
fill="currentColor"
|
|
345
292
|
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"
|
|
346
293
|
/>
|
|
347
294
|
</svg>
|
|
348
|
-
`,
|
|
295
|
+
`,go=Object.freeze({__proto__:null,default:fo}),wo=Y`
|
|
349
296
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
350
297
|
<path
|
|
351
298
|
fill="currentColor"
|
|
@@ -358,7 +305,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
358
305
|
clip-rule="evenodd"
|
|
359
306
|
/>
|
|
360
307
|
</svg>
|
|
361
|
-
`,
|
|
308
|
+
`,mo=Object.freeze({__proto__:null,default:wo}),bo=Y`
|
|
362
309
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
363
310
|
<path
|
|
364
311
|
fill="currentColor"
|
|
@@ -371,7 +318,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
371
318
|
clip-rule="evenodd"
|
|
372
319
|
/>
|
|
373
320
|
</svg>
|
|
374
|
-
`,
|
|
321
|
+
`,_o=Object.freeze({__proto__:null,default:bo}),xo=Y`
|
|
375
322
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
376
323
|
<path
|
|
377
324
|
fill="currentColor"
|
|
@@ -384,7 +331,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
384
331
|
clip-rule="evenodd"
|
|
385
332
|
/>
|
|
386
333
|
</svg>
|
|
387
|
-
`,
|
|
334
|
+
`,Zo=Object.freeze({__proto__:null,default:xo}),yo=Y`
|
|
388
335
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
389
336
|
<path
|
|
390
337
|
fill="currentColor"
|
|
@@ -397,7 +344,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
397
344
|
clip-rule="evenodd"
|
|
398
345
|
/>
|
|
399
346
|
</svg>
|
|
400
|
-
|
|
347
|
+
`,Co=Object.freeze({__proto__:null,default:yo}),Mo=Y`
|
|
401
348
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
402
349
|
<path
|
|
403
350
|
fill="currentColor"
|
|
@@ -406,7 +353,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
406
353
|
clip-rule="evenodd"
|
|
407
354
|
/>
|
|
408
355
|
</svg>
|
|
409
|
-
`,
|
|
356
|
+
`,Ho=Object.freeze({__proto__:null,default:Mo}),Ao=Y`
|
|
410
357
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
411
358
|
<path
|
|
412
359
|
fill="currentColor"
|
|
@@ -415,7 +362,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
415
362
|
clip-rule="evenodd"
|
|
416
363
|
/>
|
|
417
364
|
</svg>
|
|
418
|
-
`,
|
|
365
|
+
`,Oo=Object.freeze({__proto__:null,default:Ao}),zo=Y`
|
|
419
366
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
420
367
|
<path
|
|
421
368
|
fill="currentColor"
|
|
@@ -424,7 +371,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
424
371
|
clip-rule="evenodd"
|
|
425
372
|
/>
|
|
426
373
|
</svg>
|
|
427
|
-
`,
|
|
374
|
+
`,Vo=Object.freeze({__proto__:null,default:zo}),$o=Y`
|
|
428
375
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
429
376
|
<path
|
|
430
377
|
fill="currentColor"
|
|
@@ -433,7 +380,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
433
380
|
clip-rule="evenodd"
|
|
434
381
|
/>
|
|
435
382
|
</svg>
|
|
436
|
-
`,
|
|
383
|
+
`,Po=Object.freeze({__proto__:null,default:$o}),Bo=Y`
|
|
437
384
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
438
385
|
<path
|
|
439
386
|
fill="currentColor"
|
|
@@ -442,7 +389,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
442
389
|
clip-rule="evenodd"
|
|
443
390
|
/>
|
|
444
391
|
</svg>
|
|
445
|
-
`,
|
|
392
|
+
`,ko=Object.freeze({__proto__:null,default:Bo}),jo=Y`
|
|
446
393
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
447
394
|
<path
|
|
448
395
|
fill="currentColor"
|
|
@@ -455,7 +402,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
455
402
|
clip-rule="evenodd"
|
|
456
403
|
/>
|
|
457
404
|
</svg>
|
|
458
|
-
`,
|
|
405
|
+
`,Lo=Object.freeze({__proto__:null,default:jo}),So=Y`
|
|
459
406
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
460
407
|
<path
|
|
461
408
|
fill="currentColor"
|
|
@@ -468,7 +415,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
468
415
|
clip-rule="evenodd"
|
|
469
416
|
/>
|
|
470
417
|
</svg>
|
|
471
|
-
`,
|
|
418
|
+
`,Eo=Object.freeze({__proto__:null,default:So}),Ro=Y`
|
|
472
419
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
473
420
|
<path
|
|
474
421
|
fill="currentColor"
|
|
@@ -481,7 +428,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
481
428
|
clip-rule="evenodd"
|
|
482
429
|
/>
|
|
483
430
|
</svg>
|
|
484
|
-
`,
|
|
431
|
+
`,No=Object.freeze({__proto__:null,default:Ro}),To=Y`
|
|
485
432
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
486
433
|
<path
|
|
487
434
|
fill="currentColor"
|
|
@@ -494,7 +441,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
494
441
|
clip-rule="evenodd"
|
|
495
442
|
/>
|
|
496
443
|
</svg>
|
|
497
|
-
`,
|
|
444
|
+
`,Do=Object.freeze({__proto__:null,default:To}),Io=Y`
|
|
498
445
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
499
446
|
<path
|
|
500
447
|
fill="currentColor"
|
|
@@ -503,7 +450,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
503
450
|
clip-rule="evenodd"
|
|
504
451
|
/>
|
|
505
452
|
</svg>
|
|
506
|
-
`,
|
|
453
|
+
`,Uo=Object.freeze({__proto__:null,default:Io}),qo=Y`
|
|
507
454
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
508
455
|
<path
|
|
509
456
|
fill="currentColor"
|
|
@@ -512,7 +459,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
512
459
|
clip-rule="evenodd"
|
|
513
460
|
/>
|
|
514
461
|
</svg>
|
|
515
|
-
`,
|
|
462
|
+
`,Fo=Object.freeze({__proto__:null,default:qo}),Wo=Y`
|
|
516
463
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
517
464
|
<path
|
|
518
465
|
fill="currentColor"
|
|
@@ -521,7 +468,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
521
468
|
clip-rule="evenodd"
|
|
522
469
|
/>
|
|
523
470
|
</svg>
|
|
524
|
-
`,
|
|
471
|
+
`,Ko=Object.freeze({__proto__:null,default:Wo}),Go=Y`
|
|
525
472
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
526
473
|
<path
|
|
527
474
|
fill="currentColor"
|
|
@@ -530,7 +477,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
530
477
|
clip-rule="evenodd"
|
|
531
478
|
/>
|
|
532
479
|
</svg>
|
|
533
|
-
`,
|
|
480
|
+
`,Yo=Object.freeze({__proto__:null,default:Go}),Xo=Y`
|
|
534
481
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
535
482
|
<path
|
|
536
483
|
fill="currentColor"
|
|
@@ -539,7 +486,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
539
486
|
clip-rule="evenodd"
|
|
540
487
|
/>
|
|
541
488
|
</svg>
|
|
542
|
-
`,
|
|
489
|
+
`,Jo=Object.freeze({__proto__:null,default:Xo}),Qo=Y`
|
|
543
490
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
544
491
|
<path
|
|
545
492
|
fill="currentColor"
|
|
@@ -548,7 +495,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
548
495
|
clip-rule="evenodd"
|
|
549
496
|
/>
|
|
550
497
|
</svg>
|
|
551
|
-
`,
|
|
498
|
+
`,en=Object.freeze({__proto__:null,default:Qo}),tn=Y`
|
|
552
499
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
553
500
|
<path
|
|
554
501
|
fill="currentColor"
|
|
@@ -557,7 +504,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
557
504
|
clip-rule="evenodd"
|
|
558
505
|
/>
|
|
559
506
|
</svg>
|
|
560
|
-
`,
|
|
507
|
+
`,ln=Object.freeze({__proto__:null,default:tn}),on=Y`
|
|
561
508
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
562
509
|
<path
|
|
563
510
|
fill="currentColor"
|
|
@@ -566,7 +513,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
566
513
|
clip-rule="evenodd"
|
|
567
514
|
/>
|
|
568
515
|
</svg>
|
|
569
|
-
`,
|
|
516
|
+
`,nn=Object.freeze({__proto__:null,default:on}),rn=Y`
|
|
570
517
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
571
518
|
<path
|
|
572
519
|
fill="currentColor"
|
|
@@ -575,7 +522,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
575
522
|
clip-rule="evenodd"
|
|
576
523
|
/>
|
|
577
524
|
</svg>
|
|
578
|
-
`,
|
|
525
|
+
`,an=Object.freeze({__proto__:null,default:rn}),sn=Y`
|
|
579
526
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
580
527
|
<path
|
|
581
528
|
fill="currentColor"
|
|
@@ -584,7 +531,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
584
531
|
clip-rule="evenodd"
|
|
585
532
|
/>
|
|
586
533
|
</svg>
|
|
587
|
-
`,
|
|
534
|
+
`,cn=Object.freeze({__proto__:null,default:sn}),dn=Y`
|
|
588
535
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
589
536
|
<path
|
|
590
537
|
fill="currentColor"
|
|
@@ -597,7 +544,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
597
544
|
clip-rule="evenodd"
|
|
598
545
|
/>
|
|
599
546
|
</svg>
|
|
600
|
-
`,
|
|
547
|
+
`,hn=Object.freeze({__proto__:null,default:dn}),vn=Y`
|
|
601
548
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
602
549
|
<path
|
|
603
550
|
fill="currentColor"
|
|
@@ -606,7 +553,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
606
553
|
clip-rule="evenodd"
|
|
607
554
|
/>
|
|
608
555
|
</svg>
|
|
609
|
-
`,
|
|
556
|
+
`,un=Object.freeze({__proto__:null,default:vn}),pn=Y`
|
|
610
557
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
611
558
|
<path
|
|
612
559
|
fill="currentColor"
|
|
@@ -619,7 +566,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
619
566
|
clip-rule="evenodd"
|
|
620
567
|
/>
|
|
621
568
|
</svg>
|
|
622
|
-
`,
|
|
569
|
+
`,fn=Object.freeze({__proto__:null,default:pn}),gn=Y`
|
|
623
570
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
624
571
|
<path
|
|
625
572
|
fill="currentColor"
|
|
@@ -634,7 +581,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
634
581
|
clip-rule="evenodd"
|
|
635
582
|
/>
|
|
636
583
|
</svg>
|
|
637
|
-
`,
|
|
584
|
+
`,wn=Object.freeze({__proto__:null,default:gn}),mn=Y`
|
|
638
585
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
639
586
|
<path
|
|
640
587
|
fill="currentColor"
|
|
@@ -647,7 +594,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
647
594
|
clip-rule="evenodd"
|
|
648
595
|
/>
|
|
649
596
|
</svg>
|
|
650
|
-
`,
|
|
597
|
+
`,bn=Object.freeze({__proto__:null,default:mn}),_n=Y`
|
|
651
598
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
652
599
|
<path
|
|
653
600
|
fill="currentColor"
|
|
@@ -656,7 +603,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
656
603
|
clip-rule="evenodd"
|
|
657
604
|
/>
|
|
658
605
|
</svg>
|
|
659
|
-
`,
|
|
606
|
+
`,xn=Object.freeze({__proto__:null,default:_n}),Zn=Y`
|
|
660
607
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
661
608
|
<path
|
|
662
609
|
fill="currentColor"
|
|
@@ -665,7 +612,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
665
612
|
clip-rule="evenodd"
|
|
666
613
|
/>
|
|
667
614
|
</svg>
|
|
668
|
-
`,
|
|
615
|
+
`,yn=Object.freeze({__proto__:null,default:Zn}),Cn=Y`
|
|
669
616
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
670
617
|
<path
|
|
671
618
|
fill="currentColor"
|
|
@@ -678,7 +625,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
678
625
|
clip-rule="evenodd"
|
|
679
626
|
/>
|
|
680
627
|
</svg>
|
|
681
|
-
|
|
628
|
+
`,Mn=Object.freeze({__proto__:null,default:Cn}),Hn=Y`
|
|
682
629
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
683
630
|
<path
|
|
684
631
|
fill="currentColor"
|
|
@@ -691,7 +638,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
691
638
|
clip-rule="evenodd"
|
|
692
639
|
/>
|
|
693
640
|
</svg>
|
|
694
|
-
`,
|
|
641
|
+
`,An=Object.freeze({__proto__:null,default:Hn}),On=Y`
|
|
695
642
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
696
643
|
<path
|
|
697
644
|
fill="currentColor"
|
|
@@ -704,7 +651,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
704
651
|
clip-rule="evenodd"
|
|
705
652
|
/>
|
|
706
653
|
</svg>
|
|
707
|
-
`,
|
|
654
|
+
`,zn=Object.freeze({__proto__:null,default:On}),Vn=Y`
|
|
708
655
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
709
656
|
<path
|
|
710
657
|
fill="currentColor"
|
|
@@ -713,7 +660,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
713
660
|
clip-rule="evenodd"
|
|
714
661
|
/>
|
|
715
662
|
</svg>
|
|
716
|
-
|
|
663
|
+
`,$n=Object.freeze({__proto__:null,default:Vn}),Pn=Y`
|
|
717
664
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
718
665
|
<path
|
|
719
666
|
fill="currentColor"
|
|
@@ -722,7 +669,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
722
669
|
clip-rule="evenodd"
|
|
723
670
|
/>
|
|
724
671
|
</svg>
|
|
725
|
-
`,
|
|
672
|
+
`,Bn=Object.freeze({__proto__:null,default:Pn}),kn=Y`
|
|
726
673
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
727
674
|
<path
|
|
728
675
|
fill="currentColor"
|
|
@@ -731,7 +678,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
731
678
|
clip-rule="evenodd"
|
|
732
679
|
/>
|
|
733
680
|
</svg>
|
|
734
|
-
`,
|
|
681
|
+
`,jn=Object.freeze({__proto__:null,default:kn}),Ln=Y`
|
|
735
682
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
736
683
|
<path
|
|
737
684
|
fill="currentColor"
|
|
@@ -740,7 +687,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
740
687
|
clip-rule="evenodd"
|
|
741
688
|
/>
|
|
742
689
|
</svg>
|
|
743
|
-
`,
|
|
690
|
+
`,Sn=Object.freeze({__proto__:null,default:Ln}),En=Y`
|
|
744
691
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
745
692
|
<path
|
|
746
693
|
fill="currentColor"
|
|
@@ -749,7 +696,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
749
696
|
clip-rule="evenodd"
|
|
750
697
|
/>
|
|
751
698
|
</svg>
|
|
752
|
-
`,
|
|
699
|
+
`,Rn=Object.freeze({__proto__:null,default:En}),Nn=Y`
|
|
753
700
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
754
701
|
<path
|
|
755
702
|
fill="currentColor"
|
|
@@ -758,7 +705,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
758
705
|
clip-rule="evenodd"
|
|
759
706
|
/>
|
|
760
707
|
</svg>
|
|
761
|
-
`,
|
|
708
|
+
`,Tn=Object.freeze({__proto__:null,default:Nn}),Dn=Y`
|
|
762
709
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
763
710
|
<path
|
|
764
711
|
fill="currentColor"
|
|
@@ -767,14 +714,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
767
714
|
clip-rule="evenodd"
|
|
768
715
|
/>
|
|
769
716
|
</svg>
|
|
770
|
-
`,
|
|
717
|
+
`,In=Object.freeze({__proto__:null,default:Dn}),Un=Y`
|
|
771
718
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
772
719
|
<path
|
|
773
720
|
fill="currentColor"
|
|
774
721
|
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"
|
|
775
722
|
/>
|
|
776
723
|
</svg>
|
|
777
|
-
`,
|
|
724
|
+
`,qn=Object.freeze({__proto__:null,default:Un}),Fn=Y`
|
|
778
725
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
779
726
|
<path
|
|
780
727
|
fill="currentColor"
|
|
@@ -783,7 +730,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
783
730
|
clip-rule="evenodd"
|
|
784
731
|
/>
|
|
785
732
|
</svg>
|
|
786
|
-
`,
|
|
733
|
+
`,Wn=Object.freeze({__proto__:null,default:Fn}),Kn=Y`
|
|
787
734
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
788
735
|
<path
|
|
789
736
|
fill="currentColor"
|
|
@@ -796,7 +743,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
796
743
|
clip-rule="evenodd"
|
|
797
744
|
/>
|
|
798
745
|
</svg>
|
|
799
|
-
`,
|
|
746
|
+
`,Gn=Object.freeze({__proto__:null,default:Kn}),Yn=Y`
|
|
800
747
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
801
748
|
<path
|
|
802
749
|
fill="currentColor"
|
|
@@ -809,7 +756,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
809
756
|
clip-rule="evenodd"
|
|
810
757
|
/>
|
|
811
758
|
</svg>
|
|
812
|
-
`,
|
|
759
|
+
`,Xn=Object.freeze({__proto__:null,default:Yn}),Jn=Y`
|
|
813
760
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
814
761
|
<path
|
|
815
762
|
fill="currentColor"
|
|
@@ -818,7 +765,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
818
765
|
clip-rule="evenodd"
|
|
819
766
|
/>
|
|
820
767
|
</svg>
|
|
821
|
-
`,
|
|
768
|
+
`,Qn=Object.freeze({__proto__:null,default:Jn}),er=Y`
|
|
822
769
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
823
770
|
<path
|
|
824
771
|
fill="currentColor"
|
|
@@ -827,7 +774,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
827
774
|
clip-rule="evenodd"
|
|
828
775
|
/>
|
|
829
776
|
</svg>
|
|
830
|
-
`,
|
|
777
|
+
`,tr=Object.freeze({__proto__:null,default:er}),lr=Y`
|
|
831
778
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
832
779
|
<path
|
|
833
780
|
fill="currentColor"
|
|
@@ -836,7 +783,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
836
783
|
clip-rule="evenodd"
|
|
837
784
|
/>
|
|
838
785
|
</svg>
|
|
839
|
-
`,
|
|
786
|
+
`,or=Object.freeze({__proto__:null,default:lr}),nr=Y`
|
|
840
787
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
841
788
|
<path
|
|
842
789
|
fill="currentColor"
|
|
@@ -849,14 +796,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
849
796
|
clip-rule="evenodd"
|
|
850
797
|
/>
|
|
851
798
|
</svg>
|
|
852
|
-
`,
|
|
799
|
+
`,rr=Object.freeze({__proto__:null,default:nr}),ar=Y`
|
|
853
800
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
854
801
|
<path
|
|
855
802
|
fill="currentColor"
|
|
856
803
|
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"
|
|
857
804
|
/>
|
|
858
805
|
</svg>
|
|
859
|
-
`,
|
|
806
|
+
`,ir=Object.freeze({__proto__:null,default:ar}),sr=Y`
|
|
860
807
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
861
808
|
<path
|
|
862
809
|
fill="currentColor"
|
|
@@ -871,14 +818,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
871
818
|
clip-rule="evenodd"
|
|
872
819
|
/>
|
|
873
820
|
</svg>
|
|
874
|
-
`,
|
|
821
|
+
`,cr=Object.freeze({__proto__:null,default:sr}),dr=Y`
|
|
875
822
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
876
823
|
<path
|
|
877
824
|
fill="currentColor"
|
|
878
825
|
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"
|
|
879
826
|
/>
|
|
880
827
|
</svg>
|
|
881
|
-
`,
|
|
828
|
+
`,hr=Object.freeze({__proto__:null,default:dr}),vr=Y`
|
|
882
829
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
883
830
|
<path
|
|
884
831
|
fill="currentColor"
|
|
@@ -897,7 +844,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
897
844
|
clip-rule="evenodd"
|
|
898
845
|
/>
|
|
899
846
|
</svg>
|
|
900
|
-
`,
|
|
847
|
+
`,ur=Object.freeze({__proto__:null,default:vr}),pr=Y`
|
|
901
848
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
902
849
|
<path
|
|
903
850
|
fill="currentColor"
|
|
@@ -906,7 +853,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
906
853
|
clip-rule="evenodd"
|
|
907
854
|
/>
|
|
908
855
|
</svg>
|
|
909
|
-
`,
|
|
856
|
+
`,fr=Object.freeze({__proto__:null,default:pr}),gr=Y`
|
|
910
857
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
911
858
|
<path
|
|
912
859
|
fill="currentColor"
|
|
@@ -915,7 +862,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
915
862
|
clip-rule="evenodd"
|
|
916
863
|
/>
|
|
917
864
|
</svg>
|
|
918
|
-
`,
|
|
865
|
+
`,wr=Object.freeze({__proto__:null,default:gr}),mr=Y`
|
|
919
866
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
920
867
|
<path
|
|
921
868
|
fill="currentColor"
|
|
@@ -924,7 +871,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
924
871
|
clip-rule="evenodd"
|
|
925
872
|
/>
|
|
926
873
|
</svg>
|
|
927
|
-
`,
|
|
874
|
+
`,br=Object.freeze({__proto__:null,default:mr}),_r=Y`
|
|
928
875
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
929
876
|
<path
|
|
930
877
|
fill="currentColor"
|
|
@@ -933,7 +880,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
933
880
|
clip-rule="evenodd"
|
|
934
881
|
/>
|
|
935
882
|
</svg>
|
|
936
|
-
`,
|
|
883
|
+
`,xr=Object.freeze({__proto__:null,default:_r}),Zr=Y`
|
|
937
884
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
938
885
|
<path
|
|
939
886
|
fill="currentColor"
|
|
@@ -942,7 +889,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
942
889
|
clip-rule="evenodd"
|
|
943
890
|
/>
|
|
944
891
|
</svg>
|
|
945
|
-
`,
|
|
892
|
+
`,yr=Object.freeze({__proto__:null,default:Zr}),Cr=Y`
|
|
946
893
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
947
894
|
<path
|
|
948
895
|
fill="currentColor"
|
|
@@ -951,7 +898,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
951
898
|
clip-rule="evenodd"
|
|
952
899
|
/>
|
|
953
900
|
</svg>
|
|
954
|
-
|
|
901
|
+
`,Mr=Object.freeze({__proto__:null,default:Cr}),Hr=Y`
|
|
955
902
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
956
903
|
<path
|
|
957
904
|
fill="currentColor"
|
|
@@ -960,7 +907,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
960
907
|
clip-rule="evenodd"
|
|
961
908
|
/>
|
|
962
909
|
</svg>
|
|
963
|
-
`,
|
|
910
|
+
`,Ar=Object.freeze({__proto__:null,default:Hr}),Or=Y`
|
|
964
911
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
965
912
|
<path
|
|
966
913
|
fill="currentColor"
|
|
@@ -989,7 +936,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
989
936
|
clip-rule="evenodd"
|
|
990
937
|
/>
|
|
991
938
|
</svg>
|
|
992
|
-
`,
|
|
939
|
+
`,zr=Object.freeze({__proto__:null,default:Or}),Vr=Y`
|
|
993
940
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
994
941
|
<path
|
|
995
942
|
fill="currentColor"
|
|
@@ -998,7 +945,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
998
945
|
clip-rule="evenodd"
|
|
999
946
|
/>
|
|
1000
947
|
</svg>
|
|
1001
|
-
|
|
948
|
+
`,$r=Object.freeze({__proto__:null,default:Vr}),Pr=Y`
|
|
1002
949
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1003
950
|
<path
|
|
1004
951
|
fill="currentColor"
|
|
@@ -1011,7 +958,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1011
958
|
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"
|
|
1012
959
|
/>
|
|
1013
960
|
</svg>
|
|
1014
|
-
`,
|
|
961
|
+
`,Br=Object.freeze({__proto__:null,default:Pr}),kr=Y`
|
|
1015
962
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1016
963
|
<path
|
|
1017
964
|
fill="currentColor"
|
|
@@ -1020,7 +967,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1020
967
|
clip-rule="evenodd"
|
|
1021
968
|
/>
|
|
1022
969
|
</svg>
|
|
1023
|
-
`,
|
|
970
|
+
`,jr=Object.freeze({__proto__:null,default:kr}),Lr=Y`
|
|
1024
971
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1025
972
|
<path
|
|
1026
973
|
fill="currentColor"
|
|
@@ -1033,7 +980,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1033
980
|
clip-rule="evenodd"
|
|
1034
981
|
/>
|
|
1035
982
|
</svg>
|
|
1036
|
-
`,
|
|
983
|
+
`,Sr=Object.freeze({__proto__:null,default:Lr}),Er=Y`
|
|
1037
984
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1038
985
|
<path
|
|
1039
986
|
fill="currentColor"
|
|
@@ -1042,7 +989,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1042
989
|
clip-rule="evenodd"
|
|
1043
990
|
/>
|
|
1044
991
|
</svg>
|
|
1045
|
-
`,
|
|
992
|
+
`,Rr=Object.freeze({__proto__:null,default:Er}),Nr=Y`
|
|
1046
993
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1047
994
|
<path
|
|
1048
995
|
fill="currentColor"
|
|
@@ -1055,7 +1002,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1055
1002
|
clip-rule="evenodd"
|
|
1056
1003
|
/>
|
|
1057
1004
|
</svg>
|
|
1058
|
-
`,
|
|
1005
|
+
`,Tr=Object.freeze({__proto__:null,default:Nr}),Dr=Y`
|
|
1059
1006
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1060
1007
|
<path
|
|
1061
1008
|
fill="currentColor"
|
|
@@ -1068,7 +1015,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1068
1015
|
clip-rule="evenodd"
|
|
1069
1016
|
/>
|
|
1070
1017
|
</svg>
|
|
1071
|
-
`,
|
|
1018
|
+
`,Ir=Object.freeze({__proto__:null,default:Dr}),Ur=Y`
|
|
1072
1019
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1073
1020
|
<path
|
|
1074
1021
|
fill="currentColor"
|
|
@@ -1077,7 +1024,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1077
1024
|
clip-rule="evenodd"
|
|
1078
1025
|
/>
|
|
1079
1026
|
</svg>
|
|
1080
|
-
`,
|
|
1027
|
+
`,qr=Object.freeze({__proto__:null,default:Ur}),Fr=Y`
|
|
1081
1028
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1082
1029
|
<path
|
|
1083
1030
|
fill="currentColor"
|
|
@@ -1090,7 +1037,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1090
1037
|
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"
|
|
1091
1038
|
/>
|
|
1092
1039
|
</svg>
|
|
1093
|
-
`,
|
|
1040
|
+
`,Wr=Object.freeze({__proto__:null,default:Fr}),Kr=Y`
|
|
1094
1041
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1095
1042
|
<path
|
|
1096
1043
|
fill="currentColor"
|
|
@@ -1099,7 +1046,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1099
1046
|
clip-rule="evenodd"
|
|
1100
1047
|
/>
|
|
1101
1048
|
</svg>
|
|
1102
|
-
`,
|
|
1049
|
+
`,Gr=Object.freeze({__proto__:null,default:Kr}),Yr=Y`
|
|
1103
1050
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1104
1051
|
<path
|
|
1105
1052
|
fill="currentColor"
|
|
@@ -1108,7 +1055,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1108
1055
|
clip-rule="evenodd"
|
|
1109
1056
|
/>
|
|
1110
1057
|
</svg>
|
|
1111
|
-
`,
|
|
1058
|
+
`,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=Y`
|
|
1112
1059
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1113
1060
|
<path
|
|
1114
1061
|
fill="currentColor"
|
|
@@ -1117,7 +1064,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1117
1064
|
clip-rule="evenodd"
|
|
1118
1065
|
/>
|
|
1119
1066
|
</svg>
|
|
1120
|
-
`,
|
|
1067
|
+
`,Qr=Object.freeze({__proto__:null,default:Jr}),ea=Y`
|
|
1121
1068
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1122
1069
|
<path
|
|
1123
1070
|
fill="currentColor"
|
|
@@ -1130,14 +1077,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1130
1077
|
clip-rule="evenodd"
|
|
1131
1078
|
/>
|
|
1132
1079
|
</svg>
|
|
1133
|
-
`,
|
|
1080
|
+
`,ta=Object.freeze({__proto__:null,default:ea}),la=Y`
|
|
1134
1081
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1135
1082
|
<path
|
|
1136
1083
|
fill="currentColor"
|
|
1137
1084
|
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"
|
|
1138
1085
|
/>
|
|
1139
1086
|
</svg>
|
|
1140
|
-
`,
|
|
1087
|
+
`,oa=Object.freeze({__proto__:null,default:la}),na=Y`
|
|
1141
1088
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1142
1089
|
<path
|
|
1143
1090
|
fill="currentColor"
|
|
@@ -1146,7 +1093,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1146
1093
|
clip-rule="evenodd"
|
|
1147
1094
|
/>
|
|
1148
1095
|
</svg>
|
|
1149
|
-
`,
|
|
1096
|
+
`,ra=Object.freeze({__proto__:null,default:na}),aa=Y`
|
|
1150
1097
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1151
1098
|
<path
|
|
1152
1099
|
fill="currentColor"
|
|
@@ -1161,7 +1108,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1161
1108
|
clip-rule="evenodd"
|
|
1162
1109
|
/>
|
|
1163
1110
|
</svg>
|
|
1164
|
-
`,
|
|
1111
|
+
`,ia=Object.freeze({__proto__:null,default:aa}),sa=Y`
|
|
1165
1112
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1166
1113
|
<path
|
|
1167
1114
|
fill="currentColor"
|
|
@@ -1172,7 +1119,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1172
1119
|
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"
|
|
1173
1120
|
/>
|
|
1174
1121
|
</svg>
|
|
1175
|
-
`,
|
|
1122
|
+
`,ca=Object.freeze({__proto__:null,default:sa}),da=Y`
|
|
1176
1123
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1177
1124
|
<path
|
|
1178
1125
|
fill="currentColor"
|
|
@@ -1181,7 +1128,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1181
1128
|
clip-rule="evenodd"
|
|
1182
1129
|
/>
|
|
1183
1130
|
</svg>
|
|
1184
|
-
`,
|
|
1131
|
+
`,ha=Object.freeze({__proto__:null,default:da}),va=Y`
|
|
1185
1132
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1186
1133
|
<path
|
|
1187
1134
|
fill="currentColor"
|
|
@@ -1190,7 +1137,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1190
1137
|
clip-rule="evenodd"
|
|
1191
1138
|
/>
|
|
1192
1139
|
</svg>
|
|
1193
|
-
`,
|
|
1140
|
+
`,ua=Object.freeze({__proto__:null,default:va}),pa=Y`
|
|
1194
1141
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1195
1142
|
<path
|
|
1196
1143
|
fill="currentColor"
|
|
@@ -1203,7 +1150,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1203
1150
|
clip-rule="evenodd"
|
|
1204
1151
|
/>
|
|
1205
1152
|
</svg>
|
|
1206
|
-
`,
|
|
1153
|
+
`,fa=Object.freeze({__proto__:null,default:pa}),ga=Y`
|
|
1207
1154
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1208
1155
|
<path
|
|
1209
1156
|
fill="currentColor"
|
|
@@ -1218,14 +1165,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1218
1165
|
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"
|
|
1219
1166
|
/>
|
|
1220
1167
|
</svg>
|
|
1221
|
-
`,
|
|
1168
|
+
`,wa=Object.freeze({__proto__:null,default:ga}),ma=Y`
|
|
1222
1169
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1223
1170
|
<path
|
|
1224
1171
|
fill="currentColor"
|
|
1225
1172
|
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"
|
|
1226
1173
|
/>
|
|
1227
1174
|
</svg>
|
|
1228
|
-
`,
|
|
1175
|
+
`,ba=Object.freeze({__proto__:null,default:ma}),_a=Y`
|
|
1229
1176
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1230
1177
|
<path
|
|
1231
1178
|
fill="currentColor"
|
|
@@ -1238,7 +1185,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1238
1185
|
clip-rule="evenodd"
|
|
1239
1186
|
/>
|
|
1240
1187
|
</svg>
|
|
1241
|
-
`,
|
|
1188
|
+
`,xa=Object.freeze({__proto__:null,default:_a}),Za=Y`
|
|
1242
1189
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1243
1190
|
<path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
|
|
1244
1191
|
<path
|
|
@@ -1248,7 +1195,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1248
1195
|
clip-rule="evenodd"
|
|
1249
1196
|
/>
|
|
1250
1197
|
</svg>
|
|
1251
|
-
`,
|
|
1198
|
+
`,ya=Object.freeze({__proto__:null,default:Za}),Ca=Y`
|
|
1252
1199
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1253
1200
|
<path
|
|
1254
1201
|
fill="currentColor"
|
|
@@ -1261,7 +1208,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1261
1208
|
clip-rule="evenodd"
|
|
1262
1209
|
/>
|
|
1263
1210
|
</svg>
|
|
1264
|
-
|
|
1211
|
+
`,Ma=Object.freeze({__proto__:null,default:Ca}),Ha=Y`
|
|
1265
1212
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1266
1213
|
<path
|
|
1267
1214
|
fill="currentColor"
|
|
@@ -1270,7 +1217,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1270
1217
|
clip-rule="evenodd"
|
|
1271
1218
|
/>
|
|
1272
1219
|
</svg>
|
|
1273
|
-
`,
|
|
1220
|
+
`,Aa=Object.freeze({__proto__:null,default:Ha}),Oa=Y`
|
|
1274
1221
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1275
1222
|
<path
|
|
1276
1223
|
fill="currentColor"
|
|
@@ -1279,7 +1226,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1279
1226
|
clip-rule="evenodd"
|
|
1280
1227
|
/>
|
|
1281
1228
|
</svg>
|
|
1282
|
-
`,
|
|
1229
|
+
`,za=Object.freeze({__proto__:null,default:Oa}),Va=Y`
|
|
1283
1230
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1284
1231
|
<path
|
|
1285
1232
|
fill="currentColor"
|
|
@@ -1294,7 +1241,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1294
1241
|
clip-rule="evenodd"
|
|
1295
1242
|
/>
|
|
1296
1243
|
</svg>
|
|
1297
|
-
|
|
1244
|
+
`,$a=Object.freeze({__proto__:null,default:Va}),Pa=Y`
|
|
1298
1245
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1299
1246
|
<path
|
|
1300
1247
|
fill="currentColor"
|
|
@@ -1307,7 +1254,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1307
1254
|
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"
|
|
1308
1255
|
/>
|
|
1309
1256
|
</svg>
|
|
1310
|
-
`,
|
|
1257
|
+
`,Ba=Object.freeze({__proto__:null,default:Pa}),ka=Y`
|
|
1311
1258
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1312
1259
|
<path
|
|
1313
1260
|
fill="currentColor"
|
|
@@ -1320,7 +1267,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1320
1267
|
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"
|
|
1321
1268
|
/>
|
|
1322
1269
|
</svg>
|
|
1323
|
-
`,
|
|
1270
|
+
`,ja=Object.freeze({__proto__:null,default:ka}),La=Y`
|
|
1324
1271
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1325
1272
|
<path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
|
|
1326
1273
|
<path
|
|
@@ -1330,7 +1277,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1330
1277
|
clip-rule="evenodd"
|
|
1331
1278
|
/>
|
|
1332
1279
|
</svg>
|
|
1333
|
-
`,
|
|
1280
|
+
`,Sa=Object.freeze({__proto__:null,default:La}),Ea=Y`
|
|
1334
1281
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1335
1282
|
<path
|
|
1336
1283
|
fill="currentColor"
|
|
@@ -1339,14 +1286,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1339
1286
|
clip-rule="evenodd"
|
|
1340
1287
|
/>
|
|
1341
1288
|
</svg>
|
|
1342
|
-
`,
|
|
1289
|
+
`,Ra=Object.freeze({__proto__:null,default:Ea}),Na=Y`
|
|
1343
1290
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1344
1291
|
<path
|
|
1345
1292
|
fill="currentColor"
|
|
1346
1293
|
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"
|
|
1347
1294
|
/>
|
|
1348
1295
|
</svg>
|
|
1349
|
-
`,
|
|
1296
|
+
`,Ta=Object.freeze({__proto__:null,default:Na}),Da=Y`
|
|
1350
1297
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1351
1298
|
<path
|
|
1352
1299
|
fill="currentColor"
|
|
@@ -1355,14 +1302,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1355
1302
|
clip-rule="evenodd"
|
|
1356
1303
|
/>
|
|
1357
1304
|
</svg>
|
|
1358
|
-
`,
|
|
1305
|
+
`,Ia=Object.freeze({__proto__:null,default:Da}),Ua=Y`
|
|
1359
1306
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1360
1307
|
<path
|
|
1361
1308
|
fill="currentColor"
|
|
1362
1309
|
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"
|
|
1363
1310
|
/>
|
|
1364
1311
|
</svg>
|
|
1365
|
-
`,
|
|
1312
|
+
`,qa=Object.freeze({__proto__:null,default:Ua}),Fa=Y`
|
|
1366
1313
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1367
1314
|
<path
|
|
1368
1315
|
fill="currentColor"
|
|
@@ -1371,7 +1318,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1371
1318
|
clip-rule="evenodd"
|
|
1372
1319
|
/>
|
|
1373
1320
|
</svg>
|
|
1374
|
-
`,
|
|
1321
|
+
`,Wa=Object.freeze({__proto__:null,default:Fa}),Ka=Y`
|
|
1375
1322
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1376
1323
|
<path
|
|
1377
1324
|
fill="currentColor"
|
|
@@ -1380,7 +1327,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1380
1327
|
clip-rule="evenodd"
|
|
1381
1328
|
/>
|
|
1382
1329
|
</svg>
|
|
1383
|
-
`,
|
|
1330
|
+
`,Ga=Object.freeze({__proto__:null,default:Ka}),Ya=Y`
|
|
1384
1331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1385
1332
|
<path
|
|
1386
1333
|
fill="currentColor"
|
|
@@ -1389,7 +1336,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1389
1336
|
clip-rule="evenodd"
|
|
1390
1337
|
/>
|
|
1391
1338
|
</svg>
|
|
1392
|
-
`,
|
|
1339
|
+
`,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=Y`
|
|
1393
1340
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1394
1341
|
<path
|
|
1395
1342
|
fill="currentColor"
|
|
@@ -1398,7 +1345,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1398
1345
|
clip-rule="evenodd"
|
|
1399
1346
|
/>
|
|
1400
1347
|
</svg>
|
|
1401
|
-
`,
|
|
1348
|
+
`,Qa=Object.freeze({__proto__:null,default:Ja}),ei=Y`
|
|
1402
1349
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1403
1350
|
<path
|
|
1404
1351
|
fill="currentColor"
|
|
@@ -1407,7 +1354,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1407
1354
|
clip-rule="evenodd"
|
|
1408
1355
|
/>
|
|
1409
1356
|
</svg>
|
|
1410
|
-
`,
|
|
1357
|
+
`,ti=Object.freeze({__proto__:null,default:ei}),li=Y`
|
|
1411
1358
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1412
1359
|
<path
|
|
1413
1360
|
fill="currentColor"
|
|
@@ -1416,7 +1363,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1416
1363
|
clip-rule="evenodd"
|
|
1417
1364
|
/>
|
|
1418
1365
|
</svg>
|
|
1419
|
-
`,
|
|
1366
|
+
`,oi=Object.freeze({__proto__:null,default:li}),ni=Y`
|
|
1420
1367
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1421
1368
|
<path
|
|
1422
1369
|
fill="currentColor"
|
|
@@ -1425,7 +1372,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1425
1372
|
clip-rule="evenodd"
|
|
1426
1373
|
/>
|
|
1427
1374
|
</svg>
|
|
1428
|
-
`,
|
|
1375
|
+
`,ri=Object.freeze({__proto__:null,default:ni}),ai=Y`
|
|
1429
1376
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1430
1377
|
<path
|
|
1431
1378
|
fill="currentColor"
|
|
@@ -1434,7 +1381,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1434
1381
|
clip-rule="evenodd"
|
|
1435
1382
|
/>
|
|
1436
1383
|
</svg>
|
|
1437
|
-
`,
|
|
1384
|
+
`,ii=Object.freeze({__proto__:null,default:ai}),si=Y`
|
|
1438
1385
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1439
1386
|
<path
|
|
1440
1387
|
fill="currentColor"
|
|
@@ -1443,7 +1390,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1443
1390
|
clip-rule="evenodd"
|
|
1444
1391
|
/>
|
|
1445
1392
|
</svg>
|
|
1446
|
-
`,
|
|
1393
|
+
`,ci=Object.freeze({__proto__:null,default:si}),di=Y`
|
|
1447
1394
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1448
1395
|
<path
|
|
1449
1396
|
fill="currentColor"
|
|
@@ -1453,14 +1400,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1453
1400
|
/>
|
|
1454
1401
|
<path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
|
|
1455
1402
|
</svg>
|
|
1456
|
-
`,
|
|
1403
|
+
`,hi=Object.freeze({__proto__:null,default:di}),vi=Y`
|
|
1457
1404
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1458
1405
|
<path
|
|
1459
1406
|
fill="currentColor"
|
|
1460
1407
|
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"
|
|
1461
1408
|
/>
|
|
1462
1409
|
</svg>
|
|
1463
|
-
`,
|
|
1410
|
+
`,ui=Object.freeze({__proto__:null,default:vi}),pi=Y`
|
|
1464
1411
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1465
1412
|
<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" />
|
|
1466
1413
|
<path
|
|
@@ -1470,7 +1417,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1470
1417
|
clip-rule="evenodd"
|
|
1471
1418
|
/>
|
|
1472
1419
|
</svg>
|
|
1473
|
-
`,
|
|
1420
|
+
`,fi=Object.freeze({__proto__:null,default:pi}),gi=Y`
|
|
1474
1421
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1475
1422
|
<path
|
|
1476
1423
|
fill="currentColor"
|
|
@@ -1486,7 +1433,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1486
1433
|
clip-rule="evenodd"
|
|
1487
1434
|
/>
|
|
1488
1435
|
</svg>
|
|
1489
|
-
`,
|
|
1436
|
+
`,wi=Object.freeze({__proto__:null,default:gi}),mi=Y`
|
|
1490
1437
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1491
1438
|
<path
|
|
1492
1439
|
fill="currentColor"
|
|
@@ -1495,7 +1442,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1495
1442
|
clip-rule="evenodd"
|
|
1496
1443
|
/>
|
|
1497
1444
|
</svg>
|
|
1498
|
-
`,
|
|
1445
|
+
`,bi=Object.freeze({__proto__:null,default:mi}),_i=Y`
|
|
1499
1446
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1500
1447
|
<path
|
|
1501
1448
|
fill="currentColor"
|
|
@@ -1504,7 +1451,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1504
1451
|
clip-rule="evenodd"
|
|
1505
1452
|
/>
|
|
1506
1453
|
</svg>
|
|
1507
|
-
`,
|
|
1454
|
+
`,xi=Object.freeze({__proto__:null,default:_i}),Zi=Y`
|
|
1508
1455
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1509
1456
|
<path
|
|
1510
1457
|
fill="currentColor"
|
|
@@ -1513,7 +1460,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1513
1460
|
clip-rule="evenodd"
|
|
1514
1461
|
/>
|
|
1515
1462
|
</svg>
|
|
1516
|
-
`,
|
|
1463
|
+
`,yi=Object.freeze({__proto__:null,default:Zi}),Ci=Y`
|
|
1517
1464
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1518
1465
|
<path
|
|
1519
1466
|
fill="currentColor"
|
|
@@ -1522,7 +1469,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1522
1469
|
clip-rule="evenodd"
|
|
1523
1470
|
/>
|
|
1524
1471
|
</svg>
|
|
1525
|
-
|
|
1472
|
+
`,Mi=Object.freeze({__proto__:null,default:Ci}),Hi=Y`
|
|
1526
1473
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1527
1474
|
<path
|
|
1528
1475
|
fill="currentColor"
|
|
@@ -1531,7 +1478,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1531
1478
|
clip-rule="evenodd"
|
|
1532
1479
|
/>
|
|
1533
1480
|
</svg>
|
|
1534
|
-
`,
|
|
1481
|
+
`,Ai=Object.freeze({__proto__:null,default:Hi}),Oi=Y`
|
|
1535
1482
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1536
1483
|
<path
|
|
1537
1484
|
fill="currentColor"
|
|
@@ -1540,7 +1487,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1540
1487
|
clip-rule="evenodd"
|
|
1541
1488
|
/>
|
|
1542
1489
|
</svg>
|
|
1543
|
-
`,
|
|
1490
|
+
`,zi=Object.freeze({__proto__:null,default:Oi}),Vi=Y`
|
|
1544
1491
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1545
1492
|
<path
|
|
1546
1493
|
fill="currentColor"
|
|
@@ -1557,7 +1504,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1557
1504
|
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"
|
|
1558
1505
|
/>
|
|
1559
1506
|
</svg>
|
|
1560
|
-
|
|
1507
|
+
`,$i=Object.freeze({__proto__:null,default:Vi}),Pi=Y`
|
|
1561
1508
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1562
1509
|
<path
|
|
1563
1510
|
fill="currentColor"
|
|
@@ -1566,21 +1513,21 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1566
1513
|
clip-rule="evenodd"
|
|
1567
1514
|
/>
|
|
1568
1515
|
</svg>
|
|
1569
|
-
`,
|
|
1516
|
+
`,Bi=Object.freeze({__proto__:null,default:Pi}),ki=Y`
|
|
1570
1517
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1571
1518
|
<path
|
|
1572
1519
|
fill="currentColor"
|
|
1573
1520
|
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"
|
|
1574
1521
|
/>
|
|
1575
1522
|
</svg>
|
|
1576
|
-
`,
|
|
1523
|
+
`,ji=Object.freeze({__proto__:null,default:ki}),Li=Y`
|
|
1577
1524
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1578
1525
|
<path
|
|
1579
1526
|
fill="currentColor"
|
|
1580
1527
|
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"
|
|
1581
1528
|
/>
|
|
1582
1529
|
</svg>
|
|
1583
|
-
`,
|
|
1530
|
+
`,Si=Object.freeze({__proto__:null,default:Li}),Ei=Y`
|
|
1584
1531
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1585
1532
|
<path
|
|
1586
1533
|
fill="currentColor"
|
|
@@ -1589,7 +1536,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1589
1536
|
clip-rule="evenodd"
|
|
1590
1537
|
/>
|
|
1591
1538
|
</svg>
|
|
1592
|
-
`,
|
|
1539
|
+
`,Ri=Object.freeze({__proto__:null,default:Ei}),Ni=Y`
|
|
1593
1540
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1594
1541
|
<path
|
|
1595
1542
|
fill="currentColor"
|
|
@@ -1598,7 +1545,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1598
1545
|
clip-rule="evenodd"
|
|
1599
1546
|
/>
|
|
1600
1547
|
</svg>
|
|
1601
|
-
`,
|
|
1548
|
+
`,Ti=Object.freeze({__proto__:null,default:Ni}),Di=Y`
|
|
1602
1549
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1603
1550
|
<path
|
|
1604
1551
|
fill="currentColor"
|
|
@@ -1609,7 +1556,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1609
1556
|
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"
|
|
1610
1557
|
/>
|
|
1611
1558
|
</svg>
|
|
1612
|
-
`,
|
|
1559
|
+
`,Ii=Object.freeze({__proto__:null,default:Di}),Ui=Y`
|
|
1613
1560
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1614
1561
|
<path
|
|
1615
1562
|
fill="currentColor"
|
|
@@ -1620,7 +1567,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1620
1567
|
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"
|
|
1621
1568
|
/>
|
|
1622
1569
|
</svg>
|
|
1623
|
-
`,
|
|
1570
|
+
`,qi=Object.freeze({__proto__:null,default:Ui}),Fi=Y`
|
|
1624
1571
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1625
1572
|
<path
|
|
1626
1573
|
fill="currentColor"
|
|
@@ -1635,7 +1582,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1635
1582
|
clip-rule="evenodd"
|
|
1636
1583
|
/>
|
|
1637
1584
|
</svg>
|
|
1638
|
-
`,
|
|
1585
|
+
`,Wi=Object.freeze({__proto__:null,default:Fi}),Ki=Y`
|
|
1639
1586
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1640
1587
|
<path
|
|
1641
1588
|
fill="currentColor"
|
|
@@ -1644,7 +1591,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1644
1591
|
clip-rule="evenodd"
|
|
1645
1592
|
/>
|
|
1646
1593
|
</svg>
|
|
1647
|
-
`,
|
|
1594
|
+
`,Gi=Object.freeze({__proto__:null,default:Ki}),Yi=Y`
|
|
1648
1595
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1649
1596
|
<path
|
|
1650
1597
|
fill="currentColor"
|
|
@@ -1653,7 +1600,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1653
1600
|
clip-rule="evenodd"
|
|
1654
1601
|
/>
|
|
1655
1602
|
</svg>
|
|
1656
|
-
`,
|
|
1603
|
+
`,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=Y`
|
|
1657
1604
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1658
1605
|
<path
|
|
1659
1606
|
fill="currentColor"
|
|
@@ -1662,21 +1609,21 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1662
1609
|
clip-rule="evenodd"
|
|
1663
1610
|
/>
|
|
1664
1611
|
</svg>
|
|
1665
|
-
`,
|
|
1612
|
+
`,Qi=Object.freeze({__proto__:null,default:Ji}),es=Y`
|
|
1666
1613
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1667
1614
|
<path
|
|
1668
1615
|
fill="currentColor"
|
|
1669
1616
|
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"
|
|
1670
1617
|
/>
|
|
1671
1618
|
</svg>
|
|
1672
|
-
`,
|
|
1619
|
+
`,ts=Object.freeze({__proto__:null,default:es}),ls=Y`
|
|
1673
1620
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1674
1621
|
<path
|
|
1675
1622
|
fill="currentColor"
|
|
1676
1623
|
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"
|
|
1677
1624
|
/>
|
|
1678
1625
|
</svg>
|
|
1679
|
-
`,
|
|
1626
|
+
`,os=Object.freeze({__proto__:null,default:ls}),ns=Y`
|
|
1680
1627
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1681
1628
|
<path
|
|
1682
1629
|
fill="currentColor"
|
|
@@ -1689,7 +1636,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1689
1636
|
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"
|
|
1690
1637
|
/>
|
|
1691
1638
|
</svg>
|
|
1692
|
-
`,
|
|
1639
|
+
`,rs=Object.freeze({__proto__:null,default:ns}),as=Y`
|
|
1693
1640
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1694
1641
|
<path
|
|
1695
1642
|
fill="currentColor"
|
|
@@ -1698,21 +1645,21 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1698
1645
|
clip-rule="evenodd"
|
|
1699
1646
|
/>
|
|
1700
1647
|
</svg>
|
|
1701
|
-
`,
|
|
1648
|
+
`,is=Object.freeze({__proto__:null,default:as}),ss=Y`
|
|
1702
1649
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1703
1650
|
<path
|
|
1704
1651
|
fill="currentColor"
|
|
1705
1652
|
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"
|
|
1706
1653
|
/>
|
|
1707
1654
|
</svg>
|
|
1708
|
-
`,
|
|
1655
|
+
`,cs=Object.freeze({__proto__:null,default:ss}),ds=Y`
|
|
1709
1656
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1710
1657
|
<path
|
|
1711
1658
|
fill="currentColor"
|
|
1712
1659
|
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"
|
|
1713
1660
|
/>
|
|
1714
1661
|
</svg>
|
|
1715
|
-
`,
|
|
1662
|
+
`,hs=Object.freeze({__proto__:null,default:ds}),vs=Y`
|
|
1716
1663
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1717
1664
|
<path
|
|
1718
1665
|
fill="currentColor"
|
|
@@ -1721,7 +1668,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1721
1668
|
clip-rule="evenodd"
|
|
1722
1669
|
/>
|
|
1723
1670
|
</svg>
|
|
1724
|
-
`,
|
|
1671
|
+
`,us=Object.freeze({__proto__:null,default:vs}),ps=Y`
|
|
1725
1672
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1726
1673
|
<path
|
|
1727
1674
|
fill="currentColor"
|
|
@@ -1734,7 +1681,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1734
1681
|
clip-rule="evenodd"
|
|
1735
1682
|
/>
|
|
1736
1683
|
</svg>
|
|
1737
|
-
`,
|
|
1684
|
+
`,fs=Object.freeze({__proto__:null,default:ps}),gs=Y`
|
|
1738
1685
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1739
1686
|
<path
|
|
1740
1687
|
fill="currentColor"
|
|
@@ -1753,14 +1700,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1753
1700
|
clip-rule="evenodd"
|
|
1754
1701
|
/>
|
|
1755
1702
|
</svg>
|
|
1756
|
-
`,
|
|
1703
|
+
`,ws=Object.freeze({__proto__:null,default:gs}),ms=Y`
|
|
1757
1704
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1758
1705
|
<path
|
|
1759
1706
|
fill="currentColor"
|
|
1760
1707
|
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"
|
|
1761
1708
|
/>
|
|
1762
1709
|
</svg>
|
|
1763
|
-
`,
|
|
1710
|
+
`,bs=Object.freeze({__proto__:null,default:ms}),_s=Y`
|
|
1764
1711
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1765
1712
|
<path
|
|
1766
1713
|
fill="currentColor"
|
|
@@ -1769,7 +1716,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1769
1716
|
clip-rule="evenodd"
|
|
1770
1717
|
/>
|
|
1771
1718
|
</svg>
|
|
1772
|
-
`,
|
|
1719
|
+
`,xs=Object.freeze({__proto__:null,default:_s}),Zs=Y`
|
|
1773
1720
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1774
1721
|
<path
|
|
1775
1722
|
fill="currentColor"
|
|
@@ -1778,7 +1725,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1778
1725
|
clip-rule="evenodd"
|
|
1779
1726
|
/>
|
|
1780
1727
|
</svg>
|
|
1781
|
-
`,
|
|
1728
|
+
`,ys=Object.freeze({__proto__:null,default:Zs}),Cs=Y`
|
|
1782
1729
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1783
1730
|
<path
|
|
1784
1731
|
fill="currentColor"
|
|
@@ -1787,7 +1734,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1787
1734
|
clip-rule="evenodd"
|
|
1788
1735
|
/>
|
|
1789
1736
|
</svg>
|
|
1790
|
-
|
|
1737
|
+
`,Ms=Object.freeze({__proto__:null,default:Cs}),Hs=Y`
|
|
1791
1738
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1792
1739
|
<path
|
|
1793
1740
|
fill="currentColor"
|
|
@@ -1796,7 +1743,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1796
1743
|
clip-rule="evenodd"
|
|
1797
1744
|
/>
|
|
1798
1745
|
</svg>
|
|
1799
|
-
`,
|
|
1746
|
+
`,As=Object.freeze({__proto__:null,default:Hs}),Os=Y`
|
|
1800
1747
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1801
1748
|
<path
|
|
1802
1749
|
fill="currentColor"
|
|
@@ -1805,7 +1752,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1805
1752
|
clip-rule="evenodd"
|
|
1806
1753
|
/>
|
|
1807
1754
|
</svg>
|
|
1808
|
-
`,
|
|
1755
|
+
`,zs=Object.freeze({__proto__:null,default:Os}),Vs=Y`
|
|
1809
1756
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1810
1757
|
<path
|
|
1811
1758
|
fill="currentColor"
|
|
@@ -1814,7 +1761,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1814
1761
|
clip-rule="evenodd"
|
|
1815
1762
|
/>
|
|
1816
1763
|
</svg>
|
|
1817
|
-
|
|
1764
|
+
`,$s=Object.freeze({__proto__:null,default:Vs}),Ps=Y`
|
|
1818
1765
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1819
1766
|
<path
|
|
1820
1767
|
fill="currentColor"
|
|
@@ -1827,7 +1774,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1827
1774
|
clip-rule="evenodd"
|
|
1828
1775
|
/>
|
|
1829
1776
|
</svg>
|
|
1830
|
-
`,
|
|
1777
|
+
`,Bs=Object.freeze({__proto__:null,default:Ps}),ks=Y`
|
|
1831
1778
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1832
1779
|
<path
|
|
1833
1780
|
fill="currentColor"
|
|
@@ -1836,7 +1783,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1836
1783
|
clip-rule="evenodd"
|
|
1837
1784
|
/>
|
|
1838
1785
|
</svg>
|
|
1839
|
-
`,
|
|
1786
|
+
`,js=Object.freeze({__proto__:null,default:ks}),Ls=Y`
|
|
1840
1787
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1841
1788
|
<path
|
|
1842
1789
|
fill="currentColor"
|
|
@@ -1845,14 +1792,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1845
1792
|
clip-rule="evenodd"
|
|
1846
1793
|
/>
|
|
1847
1794
|
</svg>
|
|
1848
|
-
`,
|
|
1795
|
+
`,Ss=Object.freeze({__proto__:null,default:Ls}),Es=Y`
|
|
1849
1796
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1850
1797
|
<path
|
|
1851
1798
|
fill="currentColor"
|
|
1852
1799
|
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"
|
|
1853
1800
|
/>
|
|
1854
1801
|
</svg>
|
|
1855
|
-
`,
|
|
1802
|
+
`,Rs=Object.freeze({__proto__:null,default:Es}),Ns=Y`
|
|
1856
1803
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1857
1804
|
<path
|
|
1858
1805
|
fill="currentColor"
|
|
@@ -1861,14 +1808,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1861
1808
|
clip-rule="evenodd"
|
|
1862
1809
|
/>
|
|
1863
1810
|
</svg>
|
|
1864
|
-
`,
|
|
1811
|
+
`,Ts=Object.freeze({__proto__:null,default:Ns}),Ds=Y`
|
|
1865
1812
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1866
1813
|
<path
|
|
1867
1814
|
fill="currentColor"
|
|
1868
1815
|
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"
|
|
1869
1816
|
/>
|
|
1870
1817
|
</svg>
|
|
1871
|
-
`,
|
|
1818
|
+
`,Is=Object.freeze({__proto__:null,default:Ds}),Us=Y`
|
|
1872
1819
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1873
1820
|
<path
|
|
1874
1821
|
fill="currentColor"
|
|
@@ -1877,7 +1824,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1877
1824
|
clip-rule="evenodd"
|
|
1878
1825
|
/>
|
|
1879
1826
|
</svg>
|
|
1880
|
-
`,
|
|
1827
|
+
`,qs=Object.freeze({__proto__:null,default:Us}),Fs=Y`
|
|
1881
1828
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1882
1829
|
<path
|
|
1883
1830
|
fill="currentColor"
|
|
@@ -1886,7 +1833,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1886
1833
|
clip-rule="evenodd"
|
|
1887
1834
|
/>
|
|
1888
1835
|
</svg>
|
|
1889
|
-
`,
|
|
1836
|
+
`,Ws=Object.freeze({__proto__:null,default:Fs}),Ks=Y`
|
|
1890
1837
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1891
1838
|
<path
|
|
1892
1839
|
fill="currentColor"
|
|
@@ -1895,7 +1842,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1895
1842
|
clip-rule="evenodd"
|
|
1896
1843
|
/>
|
|
1897
1844
|
</svg>
|
|
1898
|
-
`,
|
|
1845
|
+
`,Gs=Object.freeze({__proto__:null,default:Ks}),Ys=Y`
|
|
1899
1846
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1900
1847
|
<path
|
|
1901
1848
|
fill="currentColor"
|
|
@@ -1904,7 +1851,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1904
1851
|
clip-rule="evenodd"
|
|
1905
1852
|
/>
|
|
1906
1853
|
</svg>
|
|
1907
|
-
`,
|
|
1854
|
+
`,Xs=Object.freeze({__proto__:null,default:Ys}),Js=Y`
|
|
1908
1855
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1909
1856
|
<path
|
|
1910
1857
|
fill="currentColor"
|
|
@@ -1917,7 +1864,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1917
1864
|
clip-rule="evenodd"
|
|
1918
1865
|
/>
|
|
1919
1866
|
</svg>
|
|
1920
|
-
`,
|
|
1867
|
+
`,Qs=Object.freeze({__proto__:null,default:Js}),ec=Y`
|
|
1921
1868
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1922
1869
|
<path
|
|
1923
1870
|
fill="currentColor"
|
|
@@ -1932,7 +1879,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1932
1879
|
clip-rule="evenodd"
|
|
1933
1880
|
/>
|
|
1934
1881
|
</svg>
|
|
1935
|
-
`,
|
|
1882
|
+
`,tc=Object.freeze({__proto__:null,default:ec}),lc=Y`
|
|
1936
1883
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1937
1884
|
<path
|
|
1938
1885
|
fill="currentColor"
|
|
@@ -1941,7 +1888,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1941
1888
|
clip-rule="evenodd"
|
|
1942
1889
|
/>
|
|
1943
1890
|
</svg>
|
|
1944
|
-
`,
|
|
1891
|
+
`,oc=Object.freeze({__proto__:null,default:lc}),nc=Y`
|
|
1945
1892
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1946
1893
|
<path
|
|
1947
1894
|
fill="currentColor"
|
|
@@ -1950,7 +1897,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1950
1897
|
clip-rule="evenodd"
|
|
1951
1898
|
/>
|
|
1952
1899
|
</svg>
|
|
1953
|
-
`,
|
|
1900
|
+
`,rc=Object.freeze({__proto__:null,default:nc}),ac=Y`
|
|
1954
1901
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1955
1902
|
<path
|
|
1956
1903
|
fill="currentColor"
|
|
@@ -1959,7 +1906,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1959
1906
|
clip-rule="evenodd"
|
|
1960
1907
|
/>
|
|
1961
1908
|
</svg>
|
|
1962
|
-
`,
|
|
1909
|
+
`,ic=Object.freeze({__proto__:null,default:ac}),sc=Y`
|
|
1963
1910
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1964
1911
|
<path
|
|
1965
1912
|
fill="#DB0000"
|
|
@@ -1982,7 +1929,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1982
1929
|
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"
|
|
1983
1930
|
/>
|
|
1984
1931
|
</svg>
|
|
1985
|
-
`,
|
|
1932
|
+
`,cc=Object.freeze({__proto__:null,default:sc}),dc=Y`
|
|
1986
1933
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1987
1934
|
<path
|
|
1988
1935
|
fill="currentColor"
|
|
@@ -1991,7 +1938,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
1991
1938
|
clip-rule="evenodd"
|
|
1992
1939
|
/>
|
|
1993
1940
|
</svg>
|
|
1994
|
-
`,
|
|
1941
|
+
`,hc=Object.freeze({__proto__:null,default:dc}),vc=Y`
|
|
1995
1942
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1996
1943
|
<path
|
|
1997
1944
|
fill="currentColor"
|
|
@@ -2004,7 +1951,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2004
1951
|
clip-rule="evenodd"
|
|
2005
1952
|
/>
|
|
2006
1953
|
</svg>
|
|
2007
|
-
`,
|
|
1954
|
+
`,uc=Object.freeze({__proto__:null,default:vc}),pc=Y`
|
|
2008
1955
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2009
1956
|
<path
|
|
2010
1957
|
fill="currentColor"
|
|
@@ -2017,7 +1964,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2017
1964
|
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"
|
|
2018
1965
|
/>
|
|
2019
1966
|
</svg>
|
|
2020
|
-
`,
|
|
1967
|
+
`,fc=Object.freeze({__proto__:null,default:pc}),gc=Y`
|
|
2021
1968
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2022
1969
|
<path
|
|
2023
1970
|
fill="currentColor"
|
|
@@ -2030,7 +1977,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2030
1977
|
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"
|
|
2031
1978
|
/>
|
|
2032
1979
|
</svg>
|
|
2033
|
-
`,
|
|
1980
|
+
`,wc=Object.freeze({__proto__:null,default:gc}),mc=Y`
|
|
2034
1981
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2035
1982
|
<path
|
|
2036
1983
|
fill="currentColor"
|
|
@@ -2039,11 +1986,11 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2039
1986
|
clip-rule="evenodd"
|
|
2040
1987
|
/>
|
|
2041
1988
|
</svg>
|
|
2042
|
-
`,
|
|
1989
|
+
`,bc=Object.freeze({__proto__:null,default:mc}),_c=Y`
|
|
2043
1990
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2044
1991
|
<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" />
|
|
2045
1992
|
</svg>
|
|
2046
|
-
`,
|
|
1993
|
+
`,xc=Object.freeze({__proto__:null,default:_c}),Zc=Y`
|
|
2047
1994
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2048
1995
|
<path
|
|
2049
1996
|
fill="currentColor"
|
|
@@ -2070,21 +2017,21 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2070
2017
|
d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
|
|
2071
2018
|
/>
|
|
2072
2019
|
</svg>
|
|
2073
|
-
`,
|
|
2020
|
+
`,yc=Object.freeze({__proto__:null,default:Zc}),Cc=Y`
|
|
2074
2021
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2075
2022
|
<path
|
|
2076
2023
|
fill="currentColor"
|
|
2077
2024
|
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"
|
|
2078
2025
|
/>
|
|
2079
2026
|
</svg>
|
|
2080
|
-
|
|
2027
|
+
`,Mc=Object.freeze({__proto__:null,default:Cc}),Hc=Y`
|
|
2081
2028
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2082
2029
|
<path
|
|
2083
2030
|
fill="currentColor"
|
|
2084
2031
|
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"
|
|
2085
2032
|
/>
|
|
2086
2033
|
</svg>
|
|
2087
|
-
`,
|
|
2034
|
+
`,Ac=Object.freeze({__proto__:null,default:Hc}),Oc=Y`
|
|
2088
2035
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2089
2036
|
<path
|
|
2090
2037
|
fill="currentColor"
|
|
@@ -2093,7 +2040,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2093
2040
|
clip-rule="evenodd"
|
|
2094
2041
|
/>
|
|
2095
2042
|
</svg>
|
|
2096
|
-
`,
|
|
2043
|
+
`,zc=Object.freeze({__proto__:null,default:Oc}),Vc=Y`
|
|
2097
2044
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2098
2045
|
<path
|
|
2099
2046
|
fill="currentColor"
|
|
@@ -2102,7 +2049,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2102
2049
|
clip-rule="evenodd"
|
|
2103
2050
|
/>
|
|
2104
2051
|
</svg>
|
|
2105
|
-
|
|
2052
|
+
`,$c=Object.freeze({__proto__:null,default:Vc}),Pc=Y`
|
|
2106
2053
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2107
2054
|
<path
|
|
2108
2055
|
fill="currentColor"
|
|
@@ -2111,7 +2058,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2111
2058
|
clip-rule="evenodd"
|
|
2112
2059
|
/>
|
|
2113
2060
|
</svg>
|
|
2114
|
-
`,
|
|
2061
|
+
`,Bc=Object.freeze({__proto__:null,default:Pc}),kc=Y`
|
|
2115
2062
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2116
2063
|
<path
|
|
2117
2064
|
fill="currentColor"
|
|
@@ -2120,7 +2067,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2120
2067
|
clip-rule="evenodd"
|
|
2121
2068
|
/>
|
|
2122
2069
|
</svg>
|
|
2123
|
-
`,
|
|
2070
|
+
`,jc=Object.freeze({__proto__:null,default:kc}),Lc=Y`
|
|
2124
2071
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2125
2072
|
<path
|
|
2126
2073
|
fill="currentColor"
|
|
@@ -2135,28 +2082,28 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2135
2082
|
clip-rule="evenodd"
|
|
2136
2083
|
/>
|
|
2137
2084
|
</svg>
|
|
2138
|
-
`,
|
|
2085
|
+
`,Sc=Object.freeze({__proto__:null,default:Lc}),Ec=Y`
|
|
2139
2086
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2140
2087
|
<path
|
|
2141
2088
|
fill="currentColor"
|
|
2142
2089
|
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"
|
|
2143
2090
|
/>
|
|
2144
2091
|
</svg>
|
|
2145
|
-
`,
|
|
2092
|
+
`,Rc=Object.freeze({__proto__:null,default:Ec}),Nc=Y`
|
|
2146
2093
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2147
2094
|
<path
|
|
2148
2095
|
fill="currentColor"
|
|
2149
2096
|
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"
|
|
2150
2097
|
/>
|
|
2151
2098
|
</svg>
|
|
2152
|
-
`,
|
|
2099
|
+
`,Tc=Object.freeze({__proto__:null,default:Nc}),Dc=Y`
|
|
2153
2100
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2154
2101
|
<path
|
|
2155
2102
|
fill="currentColor"
|
|
2156
2103
|
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"
|
|
2157
2104
|
/>
|
|
2158
2105
|
</svg>
|
|
2159
|
-
`,
|
|
2106
|
+
`,Ic=Object.freeze({__proto__:null,default:Dc}),Uc=Y`
|
|
2160
2107
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2161
2108
|
<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" />
|
|
2162
2109
|
<path
|
|
@@ -2166,14 +2113,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2166
2113
|
clip-rule="evenodd"
|
|
2167
2114
|
/>
|
|
2168
2115
|
</svg>
|
|
2169
|
-
`,
|
|
2116
|
+
`,qc=Object.freeze({__proto__:null,default:Uc}),Fc=Y`
|
|
2170
2117
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2171
2118
|
<path
|
|
2172
2119
|
fill="currentColor"
|
|
2173
2120
|
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"
|
|
2174
2121
|
/>
|
|
2175
2122
|
</svg>
|
|
2176
|
-
`,
|
|
2123
|
+
`,Wc=Object.freeze({__proto__:null,default:Fc}),Kc=Y`
|
|
2177
2124
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2178
2125
|
<path
|
|
2179
2126
|
fill="currentColor"
|
|
@@ -2182,7 +2129,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2182
2129
|
clip-rule="evenodd"
|
|
2183
2130
|
/>
|
|
2184
2131
|
</svg>
|
|
2185
|
-
`,
|
|
2132
|
+
`,Gc=Object.freeze({__proto__:null,default:Kc}),Yc=Y`
|
|
2186
2133
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2187
2134
|
<path
|
|
2188
2135
|
fill="currentColor"
|
|
@@ -2191,7 +2138,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2191
2138
|
clip-rule="evenodd"
|
|
2192
2139
|
/>
|
|
2193
2140
|
</svg>
|
|
2194
|
-
`,
|
|
2141
|
+
`,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=Y`
|
|
2195
2142
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2196
2143
|
<path
|
|
2197
2144
|
fill="currentColor"
|
|
@@ -2200,7 +2147,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2200
2147
|
clip-rule="evenodd"
|
|
2201
2148
|
/>
|
|
2202
2149
|
</svg>
|
|
2203
|
-
`,
|
|
2150
|
+
`,Qc=Object.freeze({__proto__:null,default:Jc}),ed=Y`
|
|
2204
2151
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2205
2152
|
<path
|
|
2206
2153
|
fill="currentColor"
|
|
@@ -2213,7 +2160,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2213
2160
|
clip-rule="evenodd"
|
|
2214
2161
|
/>
|
|
2215
2162
|
</svg>
|
|
2216
|
-
`,
|
|
2163
|
+
`,td=Object.freeze({__proto__:null,default:ed}),ld=Y`
|
|
2217
2164
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2218
2165
|
<path
|
|
2219
2166
|
fill="currentColor"
|
|
@@ -2222,7 +2169,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2222
2169
|
clip-rule="evenodd"
|
|
2223
2170
|
/>
|
|
2224
2171
|
</svg>
|
|
2225
|
-
`,
|
|
2172
|
+
`,od=Object.freeze({__proto__:null,default:ld}),nd=Y`
|
|
2226
2173
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2227
2174
|
<path
|
|
2228
2175
|
fill="currentColor"
|
|
@@ -2231,7 +2178,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2231
2178
|
clip-rule="evenodd"
|
|
2232
2179
|
/>
|
|
2233
2180
|
</svg>
|
|
2234
|
-
`,
|
|
2181
|
+
`,rd=Object.freeze({__proto__:null,default:nd}),ad=Y`
|
|
2235
2182
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2236
2183
|
<path
|
|
2237
2184
|
fill="currentColor"
|
|
@@ -2248,7 +2195,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2248
2195
|
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"
|
|
2249
2196
|
/>
|
|
2250
2197
|
</svg>
|
|
2251
|
-
`,
|
|
2198
|
+
`,id=Object.freeze({__proto__:null,default:ad}),sd=Y`
|
|
2252
2199
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2253
2200
|
<path
|
|
2254
2201
|
fill="currentColor"
|
|
@@ -2261,7 +2208,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2261
2208
|
clip-rule="evenodd"
|
|
2262
2209
|
/>
|
|
2263
2210
|
</svg>
|
|
2264
|
-
`,
|
|
2211
|
+
`,cd=Object.freeze({__proto__:null,default:sd}),dd=Y`
|
|
2265
2212
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2266
2213
|
<path
|
|
2267
2214
|
fill="currentColor"
|
|
@@ -2270,21 +2217,21 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2270
2217
|
clip-rule="evenodd"
|
|
2271
2218
|
/>
|
|
2272
2219
|
</svg>
|
|
2273
|
-
`,
|
|
2220
|
+
`,hd=Object.freeze({__proto__:null,default:dd}),vd=Y`
|
|
2274
2221
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2275
2222
|
<path
|
|
2276
2223
|
fill="currentColor"
|
|
2277
2224
|
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"
|
|
2278
2225
|
/>
|
|
2279
2226
|
</svg>
|
|
2280
|
-
`,
|
|
2227
|
+
`,ud=Object.freeze({__proto__:null,default:vd}),pd=Y`
|
|
2281
2228
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2282
2229
|
<path
|
|
2283
2230
|
fill="currentColor"
|
|
2284
2231
|
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"
|
|
2285
2232
|
/>
|
|
2286
2233
|
</svg>
|
|
2287
|
-
`,
|
|
2234
|
+
`,fd=Object.freeze({__proto__:null,default:pd}),gd=Y`
|
|
2288
2235
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2289
2236
|
<path
|
|
2290
2237
|
fill="currentColor"
|
|
@@ -2293,14 +2240,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2293
2240
|
clip-rule="evenodd"
|
|
2294
2241
|
/>
|
|
2295
2242
|
</svg>
|
|
2296
|
-
`,
|
|
2243
|
+
`,wd=Object.freeze({__proto__:null,default:gd}),md=Y`
|
|
2297
2244
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2298
2245
|
<path
|
|
2299
2246
|
fill="currentColor"
|
|
2300
2247
|
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"
|
|
2301
2248
|
/>
|
|
2302
2249
|
</svg>
|
|
2303
|
-
`,
|
|
2250
|
+
`,bd=Object.freeze({__proto__:null,default:md}),_d=Y`
|
|
2304
2251
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2305
2252
|
<path
|
|
2306
2253
|
fill="currentColor"
|
|
@@ -2309,7 +2256,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2309
2256
|
clip-rule="evenodd"
|
|
2310
2257
|
/>
|
|
2311
2258
|
</svg>
|
|
2312
|
-
`,
|
|
2259
|
+
`,xd=Object.freeze({__proto__:null,default:_d}),Zd=Y`
|
|
2313
2260
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2314
2261
|
<path
|
|
2315
2262
|
fill="currentColor"
|
|
@@ -2318,7 +2265,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2318
2265
|
clip-rule="evenodd"
|
|
2319
2266
|
/>
|
|
2320
2267
|
</svg>
|
|
2321
|
-
`,
|
|
2268
|
+
`,yd=Object.freeze({__proto__:null,default:Zd}),Cd=Y`
|
|
2322
2269
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2323
2270
|
<path
|
|
2324
2271
|
fill="currentColor"
|
|
@@ -2331,7 +2278,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2331
2278
|
clip-rule="evenodd"
|
|
2332
2279
|
/>
|
|
2333
2280
|
</svg>
|
|
2334
|
-
|
|
2281
|
+
`,Md=Object.freeze({__proto__:null,default:Cd}),Hd=Y`
|
|
2335
2282
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2336
2283
|
<path
|
|
2337
2284
|
fill="currentColor"
|
|
@@ -2346,7 +2293,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2346
2293
|
clip-rule="evenodd"
|
|
2347
2294
|
/>
|
|
2348
2295
|
</svg>
|
|
2349
|
-
`,
|
|
2296
|
+
`,Ad=Object.freeze({__proto__:null,default:Hd}),Od=Y`
|
|
2350
2297
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2351
2298
|
<path
|
|
2352
2299
|
fill="currentColor"
|
|
@@ -2359,7 +2306,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2359
2306
|
clip-rule="evenodd"
|
|
2360
2307
|
/>
|
|
2361
2308
|
</svg>
|
|
2362
|
-
`,
|
|
2309
|
+
`,zd=Object.freeze({__proto__:null,default:Od}),Vd=Y`
|
|
2363
2310
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2364
2311
|
<path
|
|
2365
2312
|
fill="currentColor"
|
|
@@ -2374,7 +2321,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2374
2321
|
clip-rule="evenodd"
|
|
2375
2322
|
/>
|
|
2376
2323
|
</svg>
|
|
2377
|
-
|
|
2324
|
+
`,$d=Object.freeze({__proto__:null,default:Vd}),Pd=Y`
|
|
2378
2325
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2379
2326
|
<path
|
|
2380
2327
|
fill="currentColor"
|
|
@@ -2387,7 +2334,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2387
2334
|
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"
|
|
2388
2335
|
/>
|
|
2389
2336
|
</svg>
|
|
2390
|
-
`,
|
|
2337
|
+
`,Bd=Object.freeze({__proto__:null,default:Pd}),kd=Y`
|
|
2391
2338
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2392
2339
|
<path
|
|
2393
2340
|
fill="currentColor"
|
|
@@ -2396,7 +2343,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2396
2343
|
clip-rule="evenodd"
|
|
2397
2344
|
/>
|
|
2398
2345
|
</svg>
|
|
2399
|
-
`,
|
|
2346
|
+
`,jd=Object.freeze({__proto__:null,default:kd}),Ld=Y`
|
|
2400
2347
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2401
2348
|
<path
|
|
2402
2349
|
fill="currentColor"
|
|
@@ -2409,7 +2356,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2409
2356
|
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"
|
|
2410
2357
|
/>
|
|
2411
2358
|
</svg>
|
|
2412
|
-
`,
|
|
2359
|
+
`,Sd=Object.freeze({__proto__:null,default:Ld}),Ed=Y`
|
|
2413
2360
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2414
2361
|
<path
|
|
2415
2362
|
fill="currentColor"
|
|
@@ -2422,7 +2369,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2422
2369
|
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"
|
|
2423
2370
|
/>
|
|
2424
2371
|
</svg>
|
|
2425
|
-
`,
|
|
2372
|
+
`,Rd=Object.freeze({__proto__:null,default:Ed}),Nd=Y`
|
|
2426
2373
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2427
2374
|
<path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2428
2375
|
<path
|
|
@@ -2432,7 +2379,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2432
2379
|
clip-rule="evenodd"
|
|
2433
2380
|
/>
|
|
2434
2381
|
</svg>
|
|
2435
|
-
`,
|
|
2382
|
+
`,Td=Object.freeze({__proto__:null,default:Nd}),Dd=Y`
|
|
2436
2383
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2437
2384
|
<path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2438
2385
|
<path
|
|
@@ -2442,7 +2389,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2442
2389
|
clip-rule="evenodd"
|
|
2443
2390
|
/>
|
|
2444
2391
|
</svg>
|
|
2445
|
-
`,
|
|
2392
|
+
`,Id=Object.freeze({__proto__:null,default:Dd}),Ud=Y`
|
|
2446
2393
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2447
2394
|
<path
|
|
2448
2395
|
fill="currentColor"
|
|
@@ -2455,14 +2402,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2455
2402
|
clip-rule="evenodd"
|
|
2456
2403
|
/>
|
|
2457
2404
|
</svg>
|
|
2458
|
-
`,
|
|
2405
|
+
`,qd=Object.freeze({__proto__:null,default:Ud}),Fd=Y`
|
|
2459
2406
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2460
2407
|
<path
|
|
2461
2408
|
fill="currentColor"
|
|
2462
2409
|
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"
|
|
2463
2410
|
/>
|
|
2464
2411
|
</svg>
|
|
2465
|
-
`,
|
|
2412
|
+
`,Wd=Object.freeze({__proto__:null,default:Fd}),Kd=Y`
|
|
2466
2413
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2467
2414
|
<path
|
|
2468
2415
|
fill="currentColor"
|
|
@@ -2475,7 +2422,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2475
2422
|
clip-rule="evenodd"
|
|
2476
2423
|
/>
|
|
2477
2424
|
</svg>
|
|
2478
|
-
`,
|
|
2425
|
+
`,Gd=Object.freeze({__proto__:null,default:Kd}),Yd=Y`
|
|
2479
2426
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2480
2427
|
<path
|
|
2481
2428
|
fill="currentColor"
|
|
@@ -2484,7 +2431,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2484
2431
|
clip-rule="evenodd"
|
|
2485
2432
|
/>
|
|
2486
2433
|
</svg>
|
|
2487
|
-
`,
|
|
2434
|
+
`,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=Y`
|
|
2488
2435
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2489
2436
|
<path
|
|
2490
2437
|
fill="currentColor"
|
|
@@ -2493,7 +2440,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2493
2440
|
clip-rule="evenodd"
|
|
2494
2441
|
/>
|
|
2495
2442
|
</svg>
|
|
2496
|
-
`,
|
|
2443
|
+
`,Qd=Object.freeze({__proto__:null,default:Jd}),eh=Y`
|
|
2497
2444
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2498
2445
|
<path
|
|
2499
2446
|
fill="currentColor"
|
|
@@ -2502,7 +2449,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2502
2449
|
clip-rule="evenodd"
|
|
2503
2450
|
/>
|
|
2504
2451
|
</svg>
|
|
2505
|
-
`,
|
|
2452
|
+
`,th=Object.freeze({__proto__:null,default:eh}),lh=Y`
|
|
2506
2453
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2507
2454
|
<path
|
|
2508
2455
|
fill="currentColor"
|
|
@@ -2515,7 +2462,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2515
2462
|
clip-rule="evenodd"
|
|
2516
2463
|
/>
|
|
2517
2464
|
</svg>
|
|
2518
|
-
`,
|
|
2465
|
+
`,oh=Object.freeze({__proto__:null,default:lh}),nh=Y`
|
|
2519
2466
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2520
2467
|
<path
|
|
2521
2468
|
fill="currentColor"
|
|
@@ -2524,7 +2471,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2524
2471
|
clip-rule="evenodd"
|
|
2525
2472
|
/>
|
|
2526
2473
|
</svg>
|
|
2527
|
-
`,
|
|
2474
|
+
`,rh=Object.freeze({__proto__:null,default:nh}),ah=Y`
|
|
2528
2475
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2529
2476
|
<path
|
|
2530
2477
|
fill="currentColor"
|
|
@@ -2533,7 +2480,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2533
2480
|
clip-rule="evenodd"
|
|
2534
2481
|
/>
|
|
2535
2482
|
</svg>
|
|
2536
|
-
`,
|
|
2483
|
+
`,ih=Object.freeze({__proto__:null,default:ah}),sh=Y`
|
|
2537
2484
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2538
2485
|
<path
|
|
2539
2486
|
fill="currentColor"
|
|
@@ -2542,14 +2489,14 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2542
2489
|
clip-rule="evenodd"
|
|
2543
2490
|
/>
|
|
2544
2491
|
</svg>
|
|
2545
|
-
`,
|
|
2492
|
+
`,ch=Object.freeze({__proto__:null,default:sh}),dh=Y`
|
|
2546
2493
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2547
2494
|
<path
|
|
2548
2495
|
fill="currentColor"
|
|
2549
2496
|
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"
|
|
2550
2497
|
/>
|
|
2551
2498
|
</svg>
|
|
2552
|
-
`,
|
|
2499
|
+
`,hh=Object.freeze({__proto__:null,default:dh}),vh=Y`
|
|
2553
2500
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2554
2501
|
<path
|
|
2555
2502
|
fill="currentColor"
|
|
@@ -2558,7 +2505,7 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2558
2505
|
clip-rule="evenodd"
|
|
2559
2506
|
/>
|
|
2560
2507
|
</svg>
|
|
2561
|
-
`,
|
|
2508
|
+
`,uh=Object.freeze({__proto__:null,default:vh}),ph=Y`
|
|
2562
2509
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2563
2510
|
<path
|
|
2564
2511
|
fill="currentColor"
|
|
@@ -2567,5 +2514,5 @@ const fe={attribute:!0,type:String,converter:H,reflect:!1,hasChanged:A},me=(e=fe
|
|
|
2567
2514
|
clip-rule="evenodd"
|
|
2568
2515
|
/>
|
|
2569
2516
|
</svg>
|
|
2570
|
-
`,
|
|
2517
|
+
`,fh=Object.freeze({__proto__:null,default:ph})});
|
|
2571
2518
|
//# sourceMappingURL=index.umd.min.js.map
|