@govtechsg/sgds-web-component 3.26.1 → 3.27.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/dropdown-list-element.js +9 -2
- package/base/dropdown-list-element.js.map +1 -1
- package/base/nav-element.d.ts +64 -0
- package/base/nav-element.js +263 -0
- package/base/nav-element.js.map +1 -0
- package/base/nav-profile-element.d.ts +47 -0
- package/base/nav-profile-element.js +191 -0
- package/base/nav-profile-element.js.map +1 -0
- package/base/nav-profile.js +6 -0
- package/base/nav-profile.js.map +1 -0
- package/components/Appnav/appnav-context.d.ts +6 -0
- package/components/Appnav/appnav-context.js +7 -0
- package/components/Appnav/appnav-context.js.map +1 -0
- package/components/Appnav/appnav.js +6 -0
- package/components/Appnav/appnav.js.map +1 -0
- package/components/Appnav/index.d.ts +9 -0
- package/components/Appnav/index.js +8 -0
- package/components/Appnav/index.js.map +1 -0
- package/components/Appnav/index.umd.min.js +2542 -0
- package/components/Appnav/index.umd.min.js.map +1 -0
- package/components/Appnav/sgds-appnav-profile.d.ts +17 -0
- package/components/Appnav/sgds-appnav-profile.js +31 -0
- package/components/Appnav/sgds-appnav-profile.js.map +1 -0
- package/components/Appnav/sgds-appnav.d.ts +44 -0
- package/components/Appnav/sgds-appnav.js +183 -0
- package/components/Appnav/sgds-appnav.js.map +1 -0
- package/components/Breadcrumb/index.umd.min.js +25 -25
- package/components/Breadcrumb/index.umd.min.js.map +1 -1
- package/components/Checkbox/index.umd.min.js +233 -233
- package/components/Checkbox/index.umd.min.js.map +1 -1
- package/components/Checkbox/sgds-checkbox.d.ts +1 -0
- package/components/Checkbox/sgds-checkbox.js +6 -1
- package/components/Checkbox/sgds-checkbox.js.map +1 -1
- package/components/ComboBox/index.umd.min.js +254 -254
- package/components/ComboBox/index.umd.min.js.map +1 -1
- package/components/DataTable/data-table.js +6 -0
- package/components/DataTable/data-table.js.map +1 -0
- package/components/DataTable/index.d.ts +12 -0
- package/components/DataTable/index.js +11 -0
- package/components/DataTable/index.js.map +1 -0
- package/components/DataTable/index.umd.min.js +2634 -0
- package/components/DataTable/index.umd.min.js.map +1 -0
- package/components/DataTable/sgds-data-table-cell.d.ts +15 -0
- package/components/DataTable/sgds-data-table-cell.js +32 -0
- package/components/DataTable/sgds-data-table-cell.js.map +1 -0
- package/components/DataTable/sgds-data-table-head.d.ts +28 -0
- package/components/DataTable/sgds-data-table-head.js +69 -0
- package/components/DataTable/sgds-data-table-head.js.map +1 -0
- package/components/DataTable/sgds-data-table-row.d.ts +76 -0
- package/components/DataTable/sgds-data-table-row.js +333 -0
- package/components/DataTable/sgds-data-table-row.js.map +1 -0
- package/components/DataTable/sgds-data-table.d.ts +82 -0
- package/components/DataTable/sgds-data-table.js +405 -0
- package/components/DataTable/sgds-data-table.js.map +1 -0
- package/components/Datepicker/index.umd.min.js +86 -86
- package/components/Datepicker/index.umd.min.js.map +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 +2 -0
- package/components/Dropdown/sgds-dropdown-item.js +8 -2
- package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
- package/components/Input/index.umd.min.js +2 -2
- package/components/Input/index.umd.min.js.map +1 -1
- package/components/Input/input.js +1 -1
- package/components/Mainnav/index.d.ts +2 -0
- package/components/Mainnav/index.js +2 -0
- package/components/Mainnav/index.js.map +1 -1
- package/components/Mainnav/index.umd.min.js +339 -286
- 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-profile.d.ts +15 -0
- package/components/Mainnav/sgds-mainnav-profile.js +29 -0
- package/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
- package/components/Mainnav/sgds-mainnav.d.ts +8 -51
- package/components/Mainnav/sgds-mainnav.js +40 -238
- package/components/Mainnav/sgds-mainnav.js.map +1 -1
- package/components/OverflowMenu/index.umd.min.js +25 -25
- package/components/OverflowMenu/index.umd.min.js.map +1 -1
- package/components/QuantityToggle/index.umd.min.js +1 -1
- package/components/QuantityToggle/index.umd.min.js.map +1 -1
- package/components/Select/index.umd.min.js +1 -1
- package/components/Select/index.umd.min.js.map +1 -1
- package/components/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/Textarea/index.umd.min.js.map +1 -1
- package/components/Textarea/textarea.js +1 -1
- package/components/index.d.ts +7 -0
- package/components/index.js +7 -0
- package/components/index.js.map +1 -1
- package/components/index.umd.min.js +812 -628
- package/components/index.umd.min.js.map +1 -1
- package/css/fouc.css +9 -2
- package/custom-elements.json +11501 -7967
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/index.js.map +1 -1
- package/index.umd.min.js +699 -510
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/react/appnav/index.cjs.js +45 -0
- package/react/appnav/index.cjs.js.map +1 -0
- package/react/appnav/index.d.ts +4 -0
- package/react/appnav/index.js +21 -0
- package/react/appnav/index.js.map +1 -0
- package/react/appnav-profile/index.cjs.js +40 -0
- package/react/appnav-profile/index.cjs.js.map +1 -0
- package/react/appnav-profile/index.d.ts +4 -0
- package/react/appnav-profile/index.js +16 -0
- package/react/appnav-profile/index.js.map +1 -0
- package/react/base/dropdown-list-element.cjs.js +9 -2
- package/react/base/dropdown-list-element.cjs.js.map +1 -1
- package/react/base/dropdown-list-element.js +9 -2
- package/react/base/dropdown-list-element.js.map +1 -1
- package/react/base/nav-element.cjs.js +268 -0
- package/react/base/nav-element.cjs.js.map +1 -0
- package/react/base/nav-element.js +264 -0
- package/react/base/nav-element.js.map +1 -0
- package/react/base/nav-profile-element.cjs.js +196 -0
- package/react/base/nav-profile-element.cjs.js.map +1 -0
- package/react/base/nav-profile-element.js +192 -0
- package/react/base/nav-profile-element.js.map +1 -0
- package/react/base/nav-profile.cjs.js +11 -0
- package/react/base/nav-profile.cjs.js.map +1 -0
- package/react/base/nav-profile.js +7 -0
- package/react/base/nav-profile.js.map +1 -0
- package/react/components/Appnav/appnav-context.cjs.js +13 -0
- package/react/components/Appnav/appnav-context.cjs.js.map +1 -0
- package/react/components/Appnav/appnav-context.js +8 -0
- package/react/components/Appnav/appnav-context.js.map +1 -0
- package/react/components/Appnav/appnav.cjs.js +11 -0
- package/react/components/Appnav/appnav.cjs.js.map +1 -0
- package/react/components/Appnav/appnav.js +7 -0
- package/react/components/Appnav/appnav.js.map +1 -0
- package/react/components/Appnav/sgds-appnav-profile.cjs.js +37 -0
- package/react/components/Appnav/sgds-appnav-profile.cjs.js.map +1 -0
- package/react/components/Appnav/sgds-appnav-profile.js +32 -0
- package/react/components/Appnav/sgds-appnav-profile.js.map +1 -0
- package/react/components/Appnav/sgds-appnav.cjs.js +189 -0
- package/react/components/Appnav/sgds-appnav.cjs.js.map +1 -0
- package/react/components/Appnav/sgds-appnav.js +184 -0
- package/react/components/Appnav/sgds-appnav.js.map +1 -0
- package/react/components/Checkbox/sgds-checkbox.cjs.js +6 -1
- package/react/components/Checkbox/sgds-checkbox.cjs.js.map +1 -1
- package/react/components/Checkbox/sgds-checkbox.js +6 -1
- package/react/components/Checkbox/sgds-checkbox.js.map +1 -1
- package/react/components/DataTable/data-table.cjs.js +11 -0
- package/react/components/DataTable/data-table.cjs.js.map +1 -0
- package/react/components/DataTable/data-table.js +7 -0
- package/react/components/DataTable/data-table.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-cell.cjs.js +38 -0
- package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-cell.js +33 -0
- package/react/components/DataTable/sgds-data-table-cell.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-head.cjs.js +75 -0
- package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-head.js +70 -0
- package/react/components/DataTable/sgds-data-table-head.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-row.cjs.js +339 -0
- package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-row.js +334 -0
- package/react/components/DataTable/sgds-data-table-row.js.map +1 -0
- package/react/components/DataTable/sgds-data-table.cjs.js +411 -0
- package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table.js +406 -0
- package/react/components/DataTable/sgds-data-table.js.map +1 -0
- 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 +8 -2
- package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
- package/react/components/Dropdown/sgds-dropdown-item.js +8 -2
- package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
- package/react/components/Input/input.cjs.js +1 -1
- package/react/components/Input/input.js +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-profile.cjs.js +35 -0
- package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +1 -0
- package/react/components/Mainnav/sgds-mainnav-profile.js +30 -0
- package/react/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
- package/react/components/Mainnav/sgds-mainnav.cjs.js +39 -237
- package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
- package/react/components/Mainnav/sgds-mainnav.js +40 -238
- 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/components/Textarea/textarea.cjs.js +1 -1
- package/react/components/Textarea/textarea.js +1 -1
- package/react/data-table/index.cjs.js +44 -0
- package/react/data-table/index.cjs.js.map +1 -0
- package/react/data-table/index.d.ts +4 -0
- package/react/data-table/index.js +20 -0
- package/react/data-table/index.js.map +1 -0
- package/react/data-table-cell/index.cjs.js +40 -0
- package/react/data-table-cell/index.cjs.js.map +1 -0
- package/react/data-table-cell/index.d.ts +4 -0
- package/react/data-table-cell/index.js +16 -0
- package/react/data-table-cell/index.js.map +1 -0
- package/react/data-table-head/index.cjs.js +40 -0
- package/react/data-table-head/index.cjs.js.map +1 -0
- package/react/data-table-head/index.d.ts +4 -0
- package/react/data-table-head/index.js +16 -0
- package/react/data-table-head/index.js.map +1 -0
- package/react/data-table-row/index.cjs.js +45 -0
- package/react/data-table-row/index.cjs.js.map +1 -0
- package/react/data-table-row/index.d.ts +4 -0
- package/react/data-table-row/index.js +21 -0
- package/react/data-table-row/index.js.map +1 -0
- package/react/index.cjs.js +152 -138
- package/react/index.cjs.js.map +1 -1
- package/react/index.d.ts +9 -2
- package/react/index.js +9 -2
- package/react/index.js.map +1 -1
- package/react/mainnav-profile/index.cjs.js +40 -0
- package/react/mainnav-profile/index.cjs.js.map +1 -0
- package/react/mainnav-profile/index.d.ts +4 -0
- package/react/mainnav-profile/index.js +16 -0
- package/react/mainnav-profile/index.js.map +1 -0
- 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/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 +5 -0
- package/types/react.d.ts +244 -92
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
!function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,n
|
|
1
|
+
!function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,o,n){var l,a=arguments.length,r=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,o,n);else for(var i=e.length-1;i>=0;i--)(l=e[i])&&(r=(a<3?l(r):a>3?l(t,o,r):l(t,o))||r);return a>3&&r&&Object.defineProperty(t,o,r),r}"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,n
|
|
7
|
+
class t extends Event{constructor(e,t,o,n){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=o,this.subscribe=n??!1}}
|
|
8
8
|
/**
|
|
9
9
|
* @license
|
|
10
10
|
* Copyright 2021 Google LLC
|
|
@@ -15,50 +15,50 @@ class t extends Event{constructor(e,t,n,o){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 o{constructor(e,t,o,n){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this._callback=(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=o,this.subscribe=n??!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._callback,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 n{get value(){return this._value}set value(e){this.setValue(e)}setValue(e,t=!1){const o=t||!Object.is(e,this._value);this._value=e,o&&this.updateObservers()}constructor(e){this.subscriptions=new Map,this.updateObservers=()=>{for(const[e,{disposer:t}]of this.subscriptions)e(this._value,t)},void 0!==e&&(this.value=e)}addCallback(e,t,o){if(!o)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:n}=this.subscriptions.get(e);e(this.value,n)}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 l extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class
|
|
28
|
+
*/class l extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class a extends n{constructor(e,o,n){super(void 0!==o.context?o.initialValue:n),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 o=new Set;for(const[e,{consumerHost:n}]of this.subscriptions)o.has(e)||(o.add(e),n.dispatchEvent(new t(this.context,n,e,!0)));e.stopPropagation()},this.host=e,void 0!==o.context?this.context=o.context:this.context=o,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 l(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
|
|
33
|
+
*/function r({context:e}){return(t,o)=>{const n=new WeakMap;if("object"==typeof o)return{get(){return t.get.call(this)},set(e){return n.get(this).setValue(e),t.set.call(this,e)},init(t){return n.set(this,new a(this,{context:e,initialValue:t})),t}};{t.constructor.addInitializer(t=>{n.set(t,new a(t,{context:e}))});const l=Object.getOwnPropertyDescriptor(t,o);let r;if(void 0===l){const e=new WeakMap;r={get(){return e.get(this)},set(t){n.get(this).setValue(t),e.set(this,t)},configurable:!0,enumerable:!0}}else{const e=l.set;r={...l,set(t){n.get(this).setValue(t),e?.call(this,t)}}}return void Object.defineProperty(t,o,r)}}}
|
|
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(
|
|
38
|
+
*/function i({context:e,subscribe:t}){return(n,l)=>{"object"==typeof l?l.addInitializer(function(){new o(this,{context:e,callback:e=>{n.set.call(this,e)},subscribe:t})}):n.constructor.addInitializer(n=>{new o(n,{context:e,callback:e=>{n[l]=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 u{constructor(e,t,n){if(this._$cssResult$=!0,n!==d)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(c&&void 0===e){const n=void 0!==t&&1===t.length;n&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),n&&h.set(t,e))}return e}toString(){return this.cssText}}const v=(e,...t)=>{const n=1===e.length?e[0]:t.reduce((t,n,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(n)+e[o+1],e[0]);return new u(n,e,d)},p=e=>{let t="";for(const n of e.cssRules)t+=n.cssText;return new u("string"==typeof(n=t)?n:String(n),void 0,d);var n},f=c?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:g,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",H=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===H&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const V=(e,t)=>e,P={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let n=e;switch(t){case Boolean:n=null!==e;break;case Number:n=null===e?null:Number(e);break;case Object:case Array:try{n=JSON.parse(e)}catch(e){n=null}}return n}},z=(e,t)=>!g(e,t),O={attribute:!0,type:String,converter:P,reflect:!1,useDefault:!1,hasChanged:z};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class k extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=O){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const n=Symbol.for(`${String(e)} (@property() cache)`),o=this.getPropertyDescriptor(e,n,t);void 0!==o&&m(this.prototype,e,o)}}static getPropertyDescriptor(e,t,n){const{get:o,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==o){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:o,set(t){const r=o?.call(this);l?.call(this,t),this.requestUpdate(e,r,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??O}static __prepare(){if(this.hasOwnProperty(V("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(V("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(V("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const n of t)this.createProperty(n,e[n])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,n]of t)this.elementProperties.set(e,n)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const n=this.__attributeNameForProperty(e,t);void 0!==n&&this.__attributeToPropertyMap.set(n,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const e of n)t.unshift(f(e))}else void 0!==e&&t.push(f(e));return t}static __attributeNameForProperty(e,t){const n=t.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const n of t.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this.__instanceProperties=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 n of t){const t=document.createElement("style"),o=s.litNonce;void 0!==o&&t.setAttribute("nonce",o),t.textContent=n.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,n){this._$attributeToProperty(e,n)}__propertyToAttribute(e,t){const n=this.constructor.elementProperties.get(e),o=this.constructor.__attributeNameForProperty(e,n);if(void 0!==o&&!0===n.reflect){const l=(void 0!==n.converter?.toAttribute?n.converter:P).toAttribute(t,n.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(o):this.setAttribute(o,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const n=this.constructor,o=n.__attributeToPropertyMap.get(e);if(void 0!==o&&this.__reflectingProperty!==o){const e=n.getPropertyOptions(o),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:P;this.__reflectingProperty=o;const r=l.fromAttribute(t,e.type);this[o]=r??this.__defaultValues?.get(o)??r,this.__reflectingProperty=null}}requestUpdate(e,t,n,o=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const r=this.constructor;!1===o&&(l=this[e]),n??=r.getPropertyOptions(e);if(!((n.hasChanged??z)(l,t)||n.useDefault&&n.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(r.__attributeNameForProperty(e,n))))return;this._$changeProperty(e,t,n)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:n,reflect:o,wrapped:l},r){n&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,r??t??this[e]),!0!==l||void 0!==r)||(this._$changedProperties.has(e)||(this.hasUpdated||n||(t=void 0),this._$changedProperties.set(e,t)),!0===o&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,n]of e){const{wrapped:e}=n,o=this[t];!0!==e||this._$changedProperties.has(t)||void 0===o||this._$changeProperty(t,void 0,n,o)}}let t=!1;const n=this._$changedProperties;try{t=this.shouldUpdate(n),t?(this.willUpdate(n),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(n)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(n)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}k.elementStyles=[],k.shadowRootOptions={mode:"open"},k[V("elementProperties")]=new Map,k[V("finalized")]=new Map,H?.({ReactiveElement:k});{k.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(V("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};k.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},k.disableWarning=function(t){e(this);const n=this.enabledWarnings.indexOf(t);n>=0&&this.enabledWarnings.splice(n,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
|
|
43
|
+
*/const s=globalThis,d=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),h=new WeakMap;class v{constructor(e,t,o){if(this._$cssResult$=!0,o!==c)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(d&&void 0===e){const o=void 0!==t&&1===t.length;o&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),o&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const o=1===e.length?e[0]:t.reduce((t,o,n)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(o)+e[n+1],e[0]);return new v(o,e,c)},p=e=>{let t="";for(const o of e.cssRules)t+=o.cssText;return new v("string"==typeof(o=t)?o:String(o),void 0,c);var o},g=d?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:f,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",k=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===k&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const H=(e,t)=>e,P={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=null!==e;break;case Number:o=null===e?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch(e){o=null}}return o}},V=(e,t)=>!f(e,t),z={attribute:!0,type:String,converter:P,reflect:!1,useDefault:!1,hasChanged:V};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class O extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=z){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const o=Symbol.for(`${String(e)} (@property() cache)`),n=this.getPropertyDescriptor(e,o,t);void 0!==n&&m(this.prototype,e,n)}}static getPropertyDescriptor(e,t,o){const{get:n,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==n){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:n,set(t){const a=n?.call(this);l?.call(this,t),this.requestUpdate(e,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??z}static __prepare(){if(this.hasOwnProperty(H("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(H("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(H("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const o of t)this.createProperty(o,e[o])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,o]of t)this.elementProperties.set(e,o)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const o=this.__attributeNameForProperty(e,t);void 0!==o&&this.__attributeToPropertyMap.set(o,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const o=new Set(e.flat(1/0).reverse());for(const e of o)t.unshift(g(e))}else void 0!==e&&t.push(g(e));return t}static __attributeNameForProperty(e,t){const o=t.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const o of t.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(d)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const o of t){const t=document.createElement("style"),n=s.litNonce;void 0!==n&&t.setAttribute("nonce",n),t.textContent=o.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,o){this._$attributeToProperty(e,o)}__propertyToAttribute(e,t){const o=this.constructor.elementProperties.get(e),n=this.constructor.__attributeNameForProperty(e,o);if(void 0!==n&&!0===o.reflect){const l=(void 0!==o.converter?.toAttribute?o.converter:P).toAttribute(t,o.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(n):this.setAttribute(n,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const o=this.constructor,n=o.__attributeToPropertyMap.get(e);if(void 0!==n&&this.__reflectingProperty!==n){const e=o.getPropertyOptions(n),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:P;this.__reflectingProperty=n;const a=l.fromAttribute(t,e.type);this[n]=a??this.__defaultValues?.get(n)??a,this.__reflectingProperty=null}}requestUpdate(e,t,o,n=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const a=this.constructor;!1===n&&(l=this[e]),o??=a.getPropertyOptions(e);if(!((o.hasChanged??V)(l,t)||o.useDefault&&o.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(a.__attributeNameForProperty(e,o))))return;this._$changeProperty(e,t,o)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:o,reflect:n,wrapped:l},a){o&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,a??t??this[e]),!0!==l||void 0!==a)||(this._$changedProperties.has(e)||(this.hasUpdated||o||(t=void 0),this._$changedProperties.set(e,t)),!0===n&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,o]of e){const{wrapped:e}=o,n=this[t];!0!==e||this._$changedProperties.has(t)||void 0===n||this._$changeProperty(t,void 0,o,n)}}let t=!1;const o=this._$changedProperties;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(o)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(o)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[H("elementProperties")]=new Map,O[H("finalized")]=new Map,k?.({ReactiveElement:O});{O.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(H("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};O.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},O.disableWarning=function(t){e(this);const o=this.enabledWarnings.indexOf(t);o>=0&&this.enabledWarnings.splice(o,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
|
|
44
44
|
/**
|
|
45
45
|
* @license
|
|
46
46
|
* Copyright 2017 Google LLC
|
|
47
47
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
48
|
*/
|
|
49
|
-
const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,R=e=>e,T=(e,t,n)=>R,N=e=>{if(ue!==T)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ue=e},D=()=>{ue=T},I=(e,t,n)=>ue(e,t,n),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,ne=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),oe=/'/g,le=/"/g,re=/^(?:script|style|textarea|title)$/i,ae=(ie=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&B("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),de=new WeakMap,he=K.createTreeWalker(K,129);let ue=T;function ve(e,t){if(!J(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},n){let o;this.parts=[];let l=0,r=0;const a=e.length-1,i=this.parts,[s,c]=((e,t)=>{const n=e.length-1,o=[];let l,r=2===t?"<svg>":3===t?"<math>":"",a=Q;for(let t=0;t<n;t++){const n=e[t];let i,s,c=-1,d=0;for(;d<n.length&&(a.lastIndex=d,s=a.exec(n),null!==s);)if(d=a.lastIndex,a===Q){if("!--"===s[1])a=ee;else if(void 0!==s[1])a=te;else if(void 0!==s[2])re.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),a=ne;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else a===ne?">"===s[0]?(a=l??Q,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,i=s[1],a=void 0===s[3]?ne:'"'===s[3]?le:oe):a===le||a===oe?a=ne:a===ee||a===te?a=Q:(a=ne,l=void 0);console.assert(-1===c||a===ne||a===oe||a===le,"unexpected parse state B");const h=a===ne&&e[t+1].startsWith("/>")?" ":"";r+=a===Q?n+F:c>=0?(o.push(i),n.slice(0,c)+U+n.slice(c)+W+h):n+W+(-2===c?t:h)}return[ve(e,r+(e[n]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),o]})(e,t);if(this.el=pe.createElement(s,n),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(o=he.nextNode())&&i.length<a;){if(1===o.nodeType){{const e=o.localName;if(/^(?:textarea|template)$/i.test(e)&&o.innerHTML.includes(W)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);B("",t)}}if(o.hasAttributes())for(const e of o.getAttributeNames())if(e.endsWith(U)){const t=c[r++],n=o.getAttribute(e).split(W),a=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:a[2],strings:n,ctor:"."===a[1]?be:"?"===a[1]?_e:"@"===a[1]?xe:we}),o.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),o.removeAttribute(e));if(re.test(o.tagName)){const e=o.textContent.split(W),t=e.length-1;if(t>0){o.textContent=A?A.emptyScript:"";for(let n=0;n<t;n++)o.append(e[n],Y()),he.nextNode(),i.push({type:2,index:++l});o.append(e[t],Y())}}}else if(8===o.nodeType){if(o.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=o.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(c.length!==r)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const n=K.createElement("template");return n.innerHTML=e,n}}function fe(e,t,n=e,o){if(t===se)return t;let l=void 0!==o?n.__directives?.[o]:n.__directive;const r=X(t)?void 0:t._$litDirective$;return l?.constructor!==r&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===r?l=void 0:(l=new r(e),l._$initialize(e,n,o)),void 0!==o?(n.__directives??=[])[o]=l:n.__directive=l),void 0!==l&&(t=fe(e,l._$resolve(e,t.values),l,o)),t}class ge{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:n}=this._$template,o=(e?.creationScope??K).importNode(t,!0);he.currentNode=o;let l=he.nextNode(),r=0,a=0,i=n[0];for(;void 0!==i;){if(r===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=n[++a]}r!==i?.index&&(l=he.nextNode(),r++)}return he.currentNode=K,o}_update(e){let t=0;for(const n of this._$parts)void 0!==n&&(S&&S({kind:"set part",part:n,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==n.strings?(n._$setValue(e,n,t),t+=n.strings.length-2):n._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,n,o){this.type=2,this._$committedValue=ce,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=n,this.options=o,this.__isConnected=o?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=fe(this,e,t),X(e))e===ce||null==e||""===e?(this._$committedValue!==ce&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=ce):e!==this._$committedValue&&e!==se&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ue!==T){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==ce&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:n}=e,o="number"==typeof n?this._$getTemplate(e):(void 0===n.el&&(n.el=pe.createElement(ve(n.h,n.h[0]),this.options)),n);if(this._$committedValue?._$template===o)S&&S({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new ge(o,this),n=e._clone(this.options);S&&S({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:n,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:n,values:t}),this._commitNode(n),this._$committedValue=e}}_$getTemplate(e){let t=de.get(e.strings);return void 0===t&&de.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let n,o=0;for(const l of e)o===t.length?t.push(n=new me(this._insert(Y()),this._insert(Y()),this,this.options)):n=t[o],n._$setValue(l),o++;o<t.length&&(this._$clear(n&&L(n._$endNode).nextSibling,o),t.length=o)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,n,o,l){this.type=1,this._$committedValue=ce,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=o,this.options=l,n.length>2||""!==n[0]||""!==n[1]?(this._$committedValue=new Array(n.length-1).fill(new String),this.strings=n):this._$committedValue=ce,this._sanitizer=void 0}_$setValue(e,t=this,n,o){const l=this.strings;let r=!1;if(void 0===l)e=fe(this,e,t,0),r=!X(e)||e!==this._$committedValue&&e!==se,r&&(this._$committedValue=e);else{const o=e;let a,i;for(e=l[0],a=0;a<l.length-1;a++)i=fe(this,o[n+a],t,a),i===se&&(i=this._$committedValue[a]),r||=!X(i)||i!==this._$committedValue[a],i===ce?e=ce:e!==ce&&(e+=(i??"")+l[a+1]),this._$committedValue[a]=i}r&&!o&&this._commitValue(e)}_commitValue(e){e===ce?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ue(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ue(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===ce?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===ce),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==ce)}}class xe extends we{constructor(e,t,n,o,l){if(super(e,t,n,o,l),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=fe(this,e,t,0)??ce)===se)return;const n=this._$committedValue,o=e===ce&&n!==ce||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,l=e!==ce&&(n===ce||o);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:l,oldListener:n}),o&&this.element.removeEventListener(this.name,this,n),l&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class ye{constructor(e,t,n){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=n}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),fe(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,n)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const o=j++,l=n?.renderBefore??t;let r=l._$litPart$;if(S&&S({kind:"begin render",id:o,value:e,container:t,options:n,part:r}),void 0===r){const e=n?.renderBefore??null;l._$litPart$=r=new me(t.insertBefore(Y(),e),e,void 0,n??{})}return r._$setValue(e),S&&S({kind:"end render",id:o,value:e,container:t,options:n,part:r}),r};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
|
|
49
|
+
const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,R=e=>e,T=(e,t,o)=>R,N=e=>{if(ve!==T)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ve=e},D=()=>{ve=T},I=(e,t,o)=>ve(e,t,o),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,oe=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ne=/'/g,le=/"/g,ae=/^(?:script|style|textarea|title)$/i,re=(ie=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&B("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),de=Symbol.for("lit-nothing"),ce=new WeakMap,he=K.createTreeWalker(K,129);let ve=T;function ue(e,t){if(!J(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let l=0,a=0;const r=e.length-1,i=this.parts,[s,d]=((e,t)=>{const o=e.length-1,n=[];let l,a=2===t?"<svg>":3===t?"<math>":"",r=Q;for(let t=0;t<o;t++){const o=e[t];let i,s,d=-1,c=0;for(;c<o.length&&(r.lastIndex=c,s=r.exec(o),null!==s);)if(c=r.lastIndex,r===Q){if("!--"===s[1])r=ee;else if(void 0!==s[1])r=te;else if(void 0!==s[2])ae.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),r=oe;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===oe?">"===s[0]?(r=l??Q,d=-1):void 0===s[1]?d=-2:(d=r.lastIndex-s[2].length,i=s[1],r=void 0===s[3]?oe:'"'===s[3]?le:ne):r===le||r===ne?r=oe:r===ee||r===te?r=Q:(r=oe,l=void 0);console.assert(-1===d||r===oe||r===ne||r===le,"unexpected parse state B");const h=r===oe&&e[t+1].startsWith("/>")?" ":"";a+=r===Q?o+F:d>=0?(n.push(i),o.slice(0,d)+U+o.slice(d)+W+h):o+W+(-2===d?t:h)}return[ue(e,a+(e[o]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),n]})(e,t);if(this.el=pe.createElement(s,o),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=he.nextNode())&&i.length<r;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(W)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);B("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(U)){const t=d[a++],o=n.getAttribute(e).split(W),r=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:r[2],strings:o,ctor:"."===r[1]?be:"?"===r[1]?_e:"@"===r[1]?xe:we}),n.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),n.removeAttribute(e));if(ae.test(n.tagName)){const e=n.textContent.split(W),t=e.length-1;if(t>0){n.textContent=A?A.emptyScript:"";for(let o=0;o<t;o++)n.append(e[o],Y()),he.nextNode(),i.push({type:2,index:++l});n.append(e[t],Y())}}}else if(8===n.nodeType){if(n.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=n.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(d.length!==a)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const o=K.createElement("template");return o.innerHTML=e,o}}function ge(e,t,o=e,n){if(t===se)return t;let l=void 0!==n?o.__directives?.[n]:o.__directive;const a=X(t)?void 0:t._$litDirective$;return l?.constructor!==a&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===a?l=void 0:(l=new a(e),l._$initialize(e,o,n)),void 0!==n?(o.__directives??=[])[n]=l:o.__directive=l),void 0!==l&&(t=ge(e,l._$resolve(e,t.values),l,n)),t}class fe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:o}=this._$template,n=(e?.creationScope??K).importNode(t,!0);he.currentNode=n;let l=he.nextNode(),a=0,r=0,i=o[0];for(;void 0!==i;){if(a===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=o[++r]}a!==i?.index&&(l=he.nextNode(),a++)}return he.currentNode=K,n}_update(e){let t=0;for(const o of this._$parts)void 0!==o&&(S&&S({kind:"set part",part:o,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==o.strings?(o._$setValue(e,o,t),t+=o.strings.length-2):o._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,o,n){this.type=2,this._$committedValue=de,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=o,this.options=n,this.__isConnected=n?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ge(this,e,t),X(e))e===de||null==e||""===e?(this._$committedValue!==de&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=de):e!==this._$committedValue&&e!==se&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ve!==T){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==de&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:o}=e,n="number"==typeof o?this._$getTemplate(e):(void 0===o.el&&(o.el=pe.createElement(ue(o.h,o.h[0]),this.options)),o);if(this._$committedValue?._$template===n)S&&S({kind:"template updating",template:n,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new fe(n,this),o=e._clone(this.options);S&&S({kind:"template instantiated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),this._commitNode(o),this._$committedValue=e}}_$getTemplate(e){let t=ce.get(e.strings);return void 0===t&&ce.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let o,n=0;for(const l of e)n===t.length?t.push(o=new me(this._insert(Y()),this._insert(Y()),this,this.options)):o=t[n],o._$setValue(l),n++;n<t.length&&(this._$clear(o&&L(o._$endNode).nextSibling,n),t.length=n)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,o,n,l){this.type=1,this._$committedValue=de,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=n,this.options=l,o.length>2||""!==o[0]||""!==o[1]?(this._$committedValue=new Array(o.length-1).fill(new String),this.strings=o):this._$committedValue=de,this._sanitizer=void 0}_$setValue(e,t=this,o,n){const l=this.strings;let a=!1;if(void 0===l)e=ge(this,e,t,0),a=!X(e)||e!==this._$committedValue&&e!==se,a&&(this._$committedValue=e);else{const n=e;let r,i;for(e=l[0],r=0;r<l.length-1;r++)i=ge(this,n[o+r],t,r),i===se&&(i=this._$committedValue[r]),a||=!X(i)||i!==this._$committedValue[r],i===de?e=de:e!==de&&(e+=(i??"")+l[r+1]),this._$committedValue[r]=i}a&&!n&&this._commitValue(e)}_commitValue(e){e===de?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===de?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===de),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==de)}}class xe extends we{constructor(e,t,o,n,l){if(super(e,t,o,n,l),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=ge(this,e,t,0)??de)===se)return;const o=this._$committedValue,n=e===de&&o!==de||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,l=e!==de&&(o===de||n);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:n,addListener:l,oldListener:o}),n&&this.element.removeEventListener(this.name,this,o),l&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class ye{constructor(e,t,o){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=o}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ge(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,o)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=j++,l=o?.renderBefore??t;let a=l._$litPart$;if(S&&S({kind:"begin render",id:n,value:e,container:t,options:o,part:a}),void 0===a){const e=o?.renderBefore??null;l._$litPart$=a=new me(t.insertBefore(Y(),e),e,void 0,o??{})}return a._$setValue(e),S&&S({kind:"end render",id:n,value:e,container:t,options:o,part:a}),a};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
|
|
50
50
|
/**
|
|
51
51
|
* @license
|
|
52
52
|
* Copyright 2017 Google LLC
|
|
53
53
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
54
54
|
*/
|
|
55
|
-
const Me=globalThis;let
|
|
55
|
+
const Me=globalThis;let ke;Me.litIssuedWarnings??=new Set,ke=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class He extends O{constructor(){super(...arguments),this.renderOptions={host:this},this.__childPart=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this.__childPart=Ce(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.__childPart?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.__childPart?.setConnected(!1)}render(){return se}}var Pe;He._$litElement$=!0,He[(Pe="finalized",Pe)]=!0,Me.litElementHydrateSupport?.({LitElement:He});const Ve=Me.litElementPolyfillSupportDevMode;
|
|
56
56
|
/**
|
|
57
57
|
* @license
|
|
58
58
|
* Copyright 2017 Google LLC
|
|
59
59
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
60
60
|
*/
|
|
61
|
-
let
|
|
61
|
+
let ze;Ve?.({LitElement:He}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litElementVersions.length>1&&queueMicrotask(()=>{ke("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,ze=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Oe={attribute:!0,type:String,converter:P,reflect:!1,hasChanged:V},$e=(e=Oe,t,o)=>{const{kind:n,metadata:l}=o;null==l&&ze("missing-class-metadata",`The class ${t} is missing decorator metadata. This could mean that you're using a compiler that supports decorators but doesn't support decorator metadata, such as TypeScript 5.1. Please update your compiler.`);let a=globalThis.litPropertyMetadata.get(l);if(void 0===a&&globalThis.litPropertyMetadata.set(l,a=new Map),"setter"===n&&((e=Object.create(e)).wrapped=!0),a.set(o.name,e),"accessor"===n){const{name:n}=o;return{set(o){const l=t.get.call(this);t.set.call(this,o),this.requestUpdate(n,l,e,!0,o)},init(t){return void 0!==t&&this._$changeProperty(n,void 0,e,t),t}}}if("setter"===n){const{name:n}=o;return function(o){const l=this[n];t.call(this,o),this.requestUpdate(n,l,e,!0,o)}}throw new Error(`Unsupported decorator location: ${n}`)};function Se(e){return(t,o)=>"object"==typeof o?$e(e,t,o):((e,t,o)=>{const n=t.hasOwnProperty(o);return t.constructor.createProperty(o,e),n?Object.getOwnPropertyDescriptor(t,o):void 0})(e,t,o)}
|
|
62
62
|
/**
|
|
63
63
|
* @license
|
|
64
64
|
* Copyright 2017 Google LLC
|
|
@@ -68,40 +68,40 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
68
68
|
* @license
|
|
69
69
|
* Copyright 2017 Google LLC
|
|
70
70
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
71
|
-
*/const je=(e,t,
|
|
71
|
+
*/const je=(e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,o),o);
|
|
72
72
|
/**
|
|
73
73
|
* @license
|
|
74
74
|
* Copyright 2017 Google LLC
|
|
75
75
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
76
|
-
*/let Le;function Ae(e,t){return(n,
|
|
76
|
+
*/let Le;function Ae(e,t){return(o,n,l)=>{const a=o=>{const l=o.renderRoot?.querySelector(e)??null;if(null===l&&t&&!o.hasUpdated){const t="object"==typeof n?n.name:n;Le("",`@query'd field ${JSON.stringify(String(t))} with the 'cache' flag set for selector '${e}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return l};if(t){const{get:e,set:t}="object"==typeof n?o:l??(()=>{const e=Symbol(`${String(n)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return je(o,n,{get(){let o=e.call(this);return void 0===o&&(o=a(this),(null!==o||this.hasUpdated)&&t.call(this,o)),o}})}return je(o,n,{get(){return a(this)}})}}
|
|
77
77
|
/**
|
|
78
78
|
* @license
|
|
79
79
|
* Copyright 2021 Google LLC
|
|
80
80
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
81
|
-
*/function Ee(e){return(t,
|
|
81
|
+
*/function Ee(e){return(t,o)=>{const{slot:n,selector:l}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return je(t,o,{get(){const t=this.renderRoot?.querySelector(a),o=t?.assignedElements(e)??[];return void 0===l?o:o.filter(e=>e.matches(l))}})}}
|
|
82
82
|
/**
|
|
83
83
|
* @license
|
|
84
84
|
* Copyright 2017 Google LLC
|
|
85
85
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
86
|
-
*/globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Re=1,Te=2,Ne=e=>(...t)=>({_$litDirective$:e,values:t});class De{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,
|
|
86
|
+
*/globalThis.litIssuedWarnings??=new Set,Le=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Re=1,Te=2,Ne=e=>(...t)=>({_$litDirective$:e,values:t});class De{constructor(e){}get _$isConnected(){return this._$parent._$isConnected}_$initialize(e,t,o){this.__part=e,this._$parent=t,this.__attributeIndex=o}_$resolve(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
|
|
87
87
|
/**
|
|
88
88
|
* @license
|
|
89
89
|
* Copyright 2018 Google LLC
|
|
90
90
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
91
|
-
*/const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==Re||"class"!==e.name||e.strings?.length>2)throw new Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(void 0===this._previousClasses){this._previousClasses=new Set,void 0!==e.strings&&(this._staticClasses=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this._staticClasses?.has(e)&&this._previousClasses.add(e);return this.render(t)}const
|
|
91
|
+
*/const Ie=Ne(class extends De{constructor(e){if(super(e),e.type!==Re||"class"!==e.name||e.strings?.length>2)throw new Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(void 0===this._previousClasses){this._previousClasses=new Set,void 0!==e.strings&&(this._staticClasses=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!this._staticClasses?.has(e)&&this._previousClasses.add(e);return this.render(t)}const o=e.element.classList;for(const e of this._previousClasses)e in t||(o.remove(e),this._previousClasses.delete(e));for(const e in t){const n=!!t[e];n===this._previousClasses.has(e)||this._staticClasses?.has(e)||(n?(o.add(e),this._previousClasses.add(e)):(o.remove(e),this._previousClasses.delete(e)))}return se}}),Ue=e=>e??de;
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
94
94
|
* Copyright 2018 Google LLC
|
|
95
95
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
96
|
-
*/
|
|
96
|
+
*/var We=u`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class qe extends He{emit(e,t){const o=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(o),o}static define(e,t=this,o={}){if(customElements.get(e));else try{customElements.define(e,t,o)}catch(n){customElements.define(e,class extends t{},o)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}function Fe(e,t,o){return new Promise(n=>{if((null==o?void 0:o.duration)===1/0)throw new Error("Promise-based animations must be finite.");const l=e.animate(t,Object.assign(Object.assign({},o),{duration:Ke()?0:null==o?void 0:o.duration}));l.addEventListener("cancel",n,{once:!0}),l.addEventListener("finish",n,{once:!0})})}function Ke(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ye(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Xe(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const o=requestAnimationFrame(t);e.addEventListener("cancel",()=>o,{once:!0}),e.addEventListener("finish",()=>o,{once:!0}),e.cancel()})))}qe.styles=[We],qe.dependencies={},e([Se({type:Boolean,reflect:!0})],qe.prototype,"ssr",void 0);const Je=new Map,Ge=new WeakMap;function Qe(e,t){const o=Ge.get(e);if(null==o?void 0:o[t])return o[t];const n=Je.get(t);return n||{keyframes:[],options:{duration:0}}}function et(e,t){Je.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function tt(e,t){return new Promise(o=>{e.addEventListener(t,function n(l){l.target===e&&(e.removeEventListener(t,n),o())})})}function ot(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function nt(e,t){const o=Object.assign({waitUntilFirstUpdate:!1},t);return(t,n)=>{const{update:l}=t;if(e in t){const a=e;t.update=function(e){if(e.has(a)){const t=e.get(a),l=this[a];t!==l&&(o.waitUntilFirstUpdate&&!this.hasUpdated||this[n](t,l))}l.call(this,e)}}}}
|
|
97
97
|
/**
|
|
98
98
|
* @license
|
|
99
99
|
* Copyright 2020 Google LLC
|
|
100
100
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
101
|
-
*/var ct,dt=v`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ht extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ht.styles=[...We.styles,dt],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const ut={announcement:()=>Promise.resolve().then(function(){return Co}),archive:()=>Promise.resolve().then(function(){return Ho}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Po}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Oo}),"arrow-bar-right":()=>Promise.resolve().then(function(){return $o}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Bo}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Lo}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Eo}),"arrow-circle-right":()=>Promise.resolve().then(function(){return To}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Do}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Uo}),"arrow-down":()=>Promise.resolve().then(function(){return qo}),"arrow-left":()=>Promise.resolve().then(function(){return Ko}),"arrow-repeat":()=>Promise.resolve().then(function(){return Xo}),"arrow-right":()=>Promise.resolve().then(function(){return Go}),"arrow-square-down":()=>Promise.resolve().then(function(){return el}),"arrow-square-left":()=>Promise.resolve().then(function(){return nl}),"arrow-square-right":()=>Promise.resolve().then(function(){return ll}),"arrow-square-up":()=>Promise.resolve().then(function(){return al}),"arrow-up":()=>Promise.resolve().then(function(){return sl}),"bank-fill":()=>Promise.resolve().then(function(){return dl}),"bell-slash":()=>Promise.resolve().then(function(){return ul}),bell:()=>Promise.resolve().then(function(){return pl}),"bi-funnel":()=>Promise.resolve().then(function(){return gl}),"bookmark-fill":()=>Promise.resolve().then(function(){return wl}),bookmark:()=>Promise.resolve().then(function(){return _l}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return yl}),"box-seam":()=>Promise.resolve().then(function(){return Cl}),building:()=>Promise.resolve().then(function(){return Hl}),bus:()=>Promise.resolve().then(function(){return Pl}),calculator:()=>Promise.resolve().then(function(){return Ol}),"calendar-check":()=>Promise.resolve().then(function(){return $l}),"calendar-heart":()=>Promise.resolve().then(function(){return Bl}),"calendar-x":()=>Promise.resolve().then(function(){return Ll}),calendar:()=>Promise.resolve().then(function(){return El}),camera:()=>Promise.resolve().then(function(){return Tl}),car:()=>Promise.resolve().then(function(){return Dl}),"chat-dots":()=>Promise.resolve().then(function(){return Ul}),"chat-left-text":()=>Promise.resolve().then(function(){return ql}),chat:()=>Promise.resolve().then(function(){return Kl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Xl}),"check-circle":()=>Promise.resolve().then(function(){return Gl}),check:()=>Promise.resolve().then(function(){return er}),"chevron-down":()=>Promise.resolve().then(function(){return nr}),"chevron-left":()=>Promise.resolve().then(function(){return lr}),"chevron-right":()=>Promise.resolve().then(function(){return ar}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return sr}),"chevron-up":()=>Promise.resolve().then(function(){return dr}),clock:()=>Promise.resolve().then(function(){return ur}),"cloud-check":()=>Promise.resolve().then(function(){return pr}),"cloud-download":()=>Promise.resolve().then(function(){return gr}),"cloud-upload":()=>Promise.resolve().then(function(){return wr}),cloud:()=>Promise.resolve().then(function(){return _r}),"code-square":()=>Promise.resolve().then(function(){return yr}),"coins-hand":()=>Promise.resolve().then(function(){return Cr}),compass:()=>Promise.resolve().then(function(){return Hr}),copy:()=>Promise.resolve().then(function(){return Pr}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Or}),cross:()=>Promise.resolve().then(function(){return $r}),"cursor-fill":()=>Promise.resolve().then(function(){return Br}),cursor:()=>Promise.resolve().then(function(){return Lr}),"dash-circle":()=>Promise.resolve().then(function(){return Er}),"dash-square":()=>Promise.resolve().then(function(){return Tr}),dash:()=>Promise.resolve().then(function(){return Dr}),database:()=>Promise.resolve().then(function(){return Ur}),dataflow:()=>Promise.resolve().then(function(){return qr}),download:()=>Promise.resolve().then(function(){return Kr}),edit:()=>Promise.resolve().then(function(){return Xr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return Gr}),"exclamation-circle":()=>Promise.resolve().then(function(){return ea}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return na}),"exclamation-triangle":()=>Promise.resolve().then(function(){return la}),exclamation:()=>Promise.resolve().then(function(){return aa}),"eye-fill":()=>Promise.resolve().then(function(){return sa}),"eye-slash-fill":()=>Promise.resolve().then(function(){return da}),"eye-slash":()=>Promise.resolve().then(function(){return ua}),eye:()=>Promise.resolve().then(function(){return pa}),"face-smile-fill":()=>Promise.resolve().then(function(){return ga}),"face-smile":()=>Promise.resolve().then(function(){return wa}),facebook:()=>Promise.resolve().then(function(){return _a}),"file-earmark-text":()=>Promise.resolve().then(function(){return ya}),"file-pdf":()=>Promise.resolve().then(function(){return Ca}),"file-plus":()=>Promise.resolve().then(function(){return Ha}),"file-text":()=>Promise.resolve().then(function(){return Pa}),file:()=>Promise.resolve().then(function(){return Oa}),files:()=>Promise.resolve().then(function(){return $a}),fingerprint:()=>Promise.resolve().then(function(){return Ba}),flash:()=>Promise.resolve().then(function(){return La}),"folder-check":()=>Promise.resolve().then(function(){return Ea}),"folder-minus":()=>Promise.resolve().then(function(){return Ta}),"folder-plus":()=>Promise.resolve().then(function(){return Da}),folder:()=>Promise.resolve().then(function(){return Ua}),gear:()=>Promise.resolve().then(function(){return qa}),"geo-alt":()=>Promise.resolve().then(function(){return Ka}),"geo-fill":()=>Promise.resolve().then(function(){return Xa}),geo:()=>Promise.resolve().then(function(){return Ga}),"globe-alt":()=>Promise.resolve().then(function(){return ei}),globe:()=>Promise.resolve().then(function(){return ni}),google:()=>Promise.resolve().then(function(){return li}),"grid-alt":()=>Promise.resolve().then(function(){return ai}),"grid-fill":()=>Promise.resolve().then(function(){return si}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return di}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return ui}),"hard-drive":()=>Promise.resolve().then(function(){return pi}),heart:()=>Promise.resolve().then(function(){return gi}),"house-door":()=>Promise.resolve().then(function(){return wi}),house:()=>Promise.resolve().then(function(){return _i}),image:()=>Promise.resolve().then(function(){return yi}),"in-box":()=>Promise.resolve().then(function(){return Ci}),"info-circle-fill":()=>Promise.resolve().then(function(){return Hi}),"info-circle":()=>Promise.resolve().then(function(){return Pi}),instagram:()=>Promise.resolve().then(function(){return Oi}),key:()=>Promise.resolve().then(function(){return $i}),"laptop-gear":()=>Promise.resolve().then(function(){return Bi}),laptop:()=>Promise.resolve().then(function(){return Li}),layers:()=>Promise.resolve().then(function(){return Ei}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Ti}),"layout-text-window":()=>Promise.resolve().then(function(){return Di}),layout:()=>Promise.resolve().then(function(){return Ui}),"life-buoy":()=>Promise.resolve().then(function(){return qi}),lightbulb:()=>Promise.resolve().then(function(){return Ki}),link:()=>Promise.resolve().then(function(){return Xi}),linkedin:()=>Promise.resolve().then(function(){return Gi}),list:()=>Promise.resolve().then(function(){return es}),"lock-fill":()=>Promise.resolve().then(function(){return ns}),lock:()=>Promise.resolve().then(function(){return ls}),login:()=>Promise.resolve().then(function(){return as}),logout:()=>Promise.resolve().then(function(){return ss}),luggage:()=>Promise.resolve().then(function(){return ds}),"mail-open":()=>Promise.resolve().then(function(){return us}),mail:()=>Promise.resolve().then(function(){return ps}),map:()=>Promise.resolve().then(function(){return gs}),meetup:()=>Promise.resolve().then(function(){return ws}),menu:()=>Promise.resolve().then(function(){return _s}),microphone:()=>Promise.resolve().then(function(){return ys}),monitor:()=>Promise.resolve().then(function(){return Cs}),moon:()=>Promise.resolve().then(function(){return Hs}),move:()=>Promise.resolve().then(function(){return Ps}),paperclip:()=>Promise.resolve().then(function(){return Os}),passcode:()=>Promise.resolve().then(function(){return $s}),passport:()=>Promise.resolve().then(function(){return Bs}),pause:()=>Promise.resolve().then(function(){return Ls}),pencil:()=>Promise.resolve().then(function(){return Es}),"pending-circle":()=>Promise.resolve().then(function(){return Ts}),"person-dash":()=>Promise.resolve().then(function(){return Ds}),"person-plus":()=>Promise.resolve().then(function(){return Us}),"person-x":()=>Promise.resolve().then(function(){return qs}),person:()=>Promise.resolve().then(function(){return Ks}),phone:()=>Promise.resolve().then(function(){return Xs}),"pin-map-fill":()=>Promise.resolve().then(function(){return Gs}),pin:()=>Promise.resolve().then(function(){return ec}),placeholder:()=>Promise.resolve().then(function(){return nc}),plane:()=>Promise.resolve().then(function(){return lc}),play:()=>Promise.resolve().then(function(){return ac}),"plus-circle":()=>Promise.resolve().then(function(){return sc}),"plus-square":()=>Promise.resolve().then(function(){return dc}),plus:()=>Promise.resolve().then(function(){return uc}),printer:()=>Promise.resolve().then(function(){return pc}),"question-circle":()=>Promise.resolve().then(function(){return gc}),rocket:()=>Promise.resolve().then(function(){return wc}),save:()=>Promise.resolve().then(function(){return _c}),search:()=>Promise.resolve().then(function(){return yc}),send:()=>Promise.resolve().then(function(){return Cc}),"sg-crest":()=>Promise.resolve().then(function(){return Hc}),share:()=>Promise.resolve().then(function(){return Pc}),"shield-tick":()=>Promise.resolve().then(function(){return Oc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return $c}),"sidebar-expand":()=>Promise.resolve().then(function(){return Bc}),"slash-circle":()=>Promise.resolve().then(function(){return Lc}),"slash-divider":()=>Promise.resolve().then(function(){return Ec}),sliders:()=>Promise.resolve().then(function(){return Tc}),"sort-ascending":()=>Promise.resolve().then(function(){return Dc}),"sort-descending":()=>Promise.resolve().then(function(){return Uc}),speedometer:()=>Promise.resolve().then(function(){return qc}),"star-ai":()=>Promise.resolve().then(function(){return Kc}),"star-fill":()=>Promise.resolve().then(function(){return Xc}),star:()=>Promise.resolve().then(function(){return Gc}),stoplights:()=>Promise.resolve().then(function(){return ed}),sun:()=>Promise.resolve().then(function(){return nd}),"switch-horizontal":()=>Promise.resolve().then(function(){return ld}),"switch-vertical":()=>Promise.resolve().then(function(){return ad}),tablet:()=>Promise.resolve().then(function(){return sd}),telegram:()=>Promise.resolve().then(function(){return dd}),telephone:()=>Promise.resolve().then(function(){return ud}),"three-dots-vertical":()=>Promise.resolve().then(function(){return pd}),"three-dots":()=>Promise.resolve().then(function(){return gd}),ticket:()=>Promise.resolve().then(function(){return wd}),"toggle-off":()=>Promise.resolve().then(function(){return _d}),"toggle-on":()=>Promise.resolve().then(function(){return yd}),train:()=>Promise.resolve().then(function(){return Cd}),translate:()=>Promise.resolve().then(function(){return Hd}),trash:()=>Promise.resolve().then(function(){return Pd}),"trend-down":()=>Promise.resolve().then(function(){return Od}),"trend-up":()=>Promise.resolve().then(function(){return $d}),truck:()=>Promise.resolve().then(function(){return Bd}),"twitter-x":()=>Promise.resolve().then(function(){return Ld}),unlock:()=>Promise.resolve().then(function(){return Ed}),upload:()=>Promise.resolve().then(function(){return Td}),"user-check":()=>Promise.resolve().then(function(){return Dd}),"user-circle":()=>Promise.resolve().then(function(){return Ud}),"user-pause":()=>Promise.resolve().then(function(){return qd}),"user-square":()=>Promise.resolve().then(function(){return Kd}),users:()=>Promise.resolve().then(function(){return Xd}),"video-recorder":()=>Promise.resolve().then(function(){return Gd}),"volume-max":()=>Promise.resolve().then(function(){return eh}),"volume-x":()=>Promise.resolve().then(function(){return nh}),"window-dash":()=>Promise.resolve().then(function(){return lh}),"window-desktop":()=>Promise.resolve().then(function(){return ah}),"window-dock":()=>Promise.resolve().then(function(){return sh}),"window-fullscreen":()=>Promise.resolve().then(function(){return dh}),"window-plus":()=>Promise.resolve().then(function(){return uh}),"window-sidebar":()=>Promise.resolve().then(function(){return ph}),"window-split":()=>Promise.resolve().then(function(){return gh}),"window-stack":()=>Promise.resolve().then(function(){return wh}),"window-x":()=>Promise.resolve().then(function(){return _h}),window:()=>Promise.resolve().then(function(){return yh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Ch}),xcircle:()=>Promise.resolve().then(function(){return Hh}),youtube:()=>Promise.resolve().then(function(){return Ph}),"zoom-in":()=>Promise.resolve().then(function(){return Oh}),"zoom-out":()=>Promise.resolve().then(function(){return $h})};var vt=v`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const pt=new Map;class ft extends We{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(pt.has(e))return void(this._icon=pt.get(e));const t=ut[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const n=await t();pt.set(e,n.default),this._icon=n.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:ce}}ft.styles=[...We.styles,vt],e([Se({type:String,reflect:!0})],ft.prototype,"name",void 0),e([Se({type:String,reflect:!0})],ft.prototype,"size",void 0),e([Se({type:String})],ft.prototype,"ariaLabel",void 0),e([Be()],ft.prototype,"_icon",void 0);var gt=v`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
|
|
101
|
+
*/const lt=Symbol.for(""),at=e=>{if(e?.r===lt)return e?._$litStatic$},rt=(e,...t)=>({_$litStatic$:t.reduce((t,o,n)=>t+(e=>{if(void 0!==e._$litStatic$)return e._$litStatic$;throw new Error(`Value passed to 'literal' function must be a 'literal' result: ${e}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(o)+e[n+1],e[0]),r:lt}),it=new Map,st=(dt=re,(e,...t)=>{const o=t.length;let n,l;const a=[],r=[];let i,s=0,d=!1;for(;s<o;){for(i=e[s];s<o&&void 0!==(l=t[s],n=at(l));)i+=n+e[++s],d=!0;s!==o&&r.push(l),a.push(i),s++}if(s===o&&a.push(e[o]),d){const o=a.join("$$lit$$");void 0===(e=it.get(o))&&(a.raw=a,it.set(o,e=a)),t=r}return dt(e,...t)});var dt,ct=u`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ht extends qe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ht.styles=[...qe.styles,ct],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const vt={announcement:()=>Promise.resolve().then(function(){return Pn}),archive:()=>Promise.resolve().then(function(){return zn}),"arrow-bar-down":()=>Promise.resolve().then(function(){return $n}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Bn}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Ln}),"arrow-bar-up":()=>Promise.resolve().then(function(){return En}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Tn}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Dn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Un}),"arrow-circle-up":()=>Promise.resolve().then(function(){return qn}),"arrow-clockwise":()=>Promise.resolve().then(function(){return Kn}),"arrow-down":()=>Promise.resolve().then(function(){return Xn}),"arrow-left":()=>Promise.resolve().then(function(){return Gn}),"arrow-repeat":()=>Promise.resolve().then(function(){return el}),"arrow-right":()=>Promise.resolve().then(function(){return ol}),"arrow-square-down":()=>Promise.resolve().then(function(){return ll}),"arrow-square-left":()=>Promise.resolve().then(function(){return rl}),"arrow-square-right":()=>Promise.resolve().then(function(){return sl}),"arrow-square-up":()=>Promise.resolve().then(function(){return cl}),"arrow-up":()=>Promise.resolve().then(function(){return vl}),"bank-fill":()=>Promise.resolve().then(function(){return pl}),"bell-slash":()=>Promise.resolve().then(function(){return fl}),bell:()=>Promise.resolve().then(function(){return wl}),"bi-funnel":()=>Promise.resolve().then(function(){return _l}),"bookmark-fill":()=>Promise.resolve().then(function(){return yl}),bookmark:()=>Promise.resolve().then(function(){return Cl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return kl}),"box-seam":()=>Promise.resolve().then(function(){return Pl}),building:()=>Promise.resolve().then(function(){return zl}),bus:()=>Promise.resolve().then(function(){return $l}),calculator:()=>Promise.resolve().then(function(){return Bl}),"calendar-check":()=>Promise.resolve().then(function(){return Ll}),"calendar-heart":()=>Promise.resolve().then(function(){return El}),"calendar-x":()=>Promise.resolve().then(function(){return Tl}),calendar:()=>Promise.resolve().then(function(){return Dl}),camera:()=>Promise.resolve().then(function(){return Ul}),car:()=>Promise.resolve().then(function(){return ql}),"chat-dots":()=>Promise.resolve().then(function(){return Kl}),"chat-left-text":()=>Promise.resolve().then(function(){return Xl}),chat:()=>Promise.resolve().then(function(){return Gl}),"check-circle-fill":()=>Promise.resolve().then(function(){return ea}),"check-circle":()=>Promise.resolve().then(function(){return oa}),check:()=>Promise.resolve().then(function(){return la}),"chevron-down":()=>Promise.resolve().then(function(){return ra}),"chevron-left":()=>Promise.resolve().then(function(){return sa}),"chevron-right":()=>Promise.resolve().then(function(){return ca}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return va}),"chevron-up":()=>Promise.resolve().then(function(){return pa}),clock:()=>Promise.resolve().then(function(){return fa}),"cloud-check":()=>Promise.resolve().then(function(){return wa}),"cloud-download":()=>Promise.resolve().then(function(){return _a}),"cloud-upload":()=>Promise.resolve().then(function(){return ya}),cloud:()=>Promise.resolve().then(function(){return Ca}),"code-square":()=>Promise.resolve().then(function(){return ka}),"coins-hand":()=>Promise.resolve().then(function(){return Pa}),compass:()=>Promise.resolve().then(function(){return za}),copy:()=>Promise.resolve().then(function(){return $a}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Ba}),cross:()=>Promise.resolve().then(function(){return La}),"cursor-fill":()=>Promise.resolve().then(function(){return Ea}),cursor:()=>Promise.resolve().then(function(){return Ta}),"dash-circle":()=>Promise.resolve().then(function(){return Da}),"dash-square":()=>Promise.resolve().then(function(){return Ua}),dash:()=>Promise.resolve().then(function(){return qa}),database:()=>Promise.resolve().then(function(){return Ka}),dataflow:()=>Promise.resolve().then(function(){return Xa}),download:()=>Promise.resolve().then(function(){return Ga}),edit:()=>Promise.resolve().then(function(){return er}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return or}),"exclamation-circle":()=>Promise.resolve().then(function(){return lr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return rr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return sr}),exclamation:()=>Promise.resolve().then(function(){return cr}),"eye-fill":()=>Promise.resolve().then(function(){return vr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return pr}),"eye-slash":()=>Promise.resolve().then(function(){return fr}),eye:()=>Promise.resolve().then(function(){return wr}),"face-smile-fill":()=>Promise.resolve().then(function(){return _r}),"face-smile":()=>Promise.resolve().then(function(){return yr}),facebook:()=>Promise.resolve().then(function(){return Cr}),"file-earmark-text":()=>Promise.resolve().then(function(){return kr}),"file-pdf":()=>Promise.resolve().then(function(){return Pr}),"file-plus":()=>Promise.resolve().then(function(){return zr}),"file-text":()=>Promise.resolve().then(function(){return $r}),file:()=>Promise.resolve().then(function(){return Br}),files:()=>Promise.resolve().then(function(){return Lr}),fingerprint:()=>Promise.resolve().then(function(){return Er}),flash:()=>Promise.resolve().then(function(){return Tr}),"folder-check":()=>Promise.resolve().then(function(){return Dr}),"folder-minus":()=>Promise.resolve().then(function(){return Ur}),"folder-plus":()=>Promise.resolve().then(function(){return qr}),folder:()=>Promise.resolve().then(function(){return Kr}),gear:()=>Promise.resolve().then(function(){return Xr}),"geo-alt":()=>Promise.resolve().then(function(){return Gr}),"geo-fill":()=>Promise.resolve().then(function(){return ei}),geo:()=>Promise.resolve().then(function(){return oi}),"globe-alt":()=>Promise.resolve().then(function(){return li}),globe:()=>Promise.resolve().then(function(){return ri}),google:()=>Promise.resolve().then(function(){return si}),"grid-alt":()=>Promise.resolve().then(function(){return ci}),"grid-fill":()=>Promise.resolve().then(function(){return vi}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return pi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return fi}),"hard-drive":()=>Promise.resolve().then(function(){return wi}),heart:()=>Promise.resolve().then(function(){return _i}),"house-door":()=>Promise.resolve().then(function(){return yi}),house:()=>Promise.resolve().then(function(){return Ci}),image:()=>Promise.resolve().then(function(){return ki}),"in-box":()=>Promise.resolve().then(function(){return Pi}),"info-circle-fill":()=>Promise.resolve().then(function(){return zi}),"info-circle":()=>Promise.resolve().then(function(){return $i}),instagram:()=>Promise.resolve().then(function(){return Bi}),key:()=>Promise.resolve().then(function(){return Li}),"laptop-gear":()=>Promise.resolve().then(function(){return Ei}),laptop:()=>Promise.resolve().then(function(){return Ti}),layers:()=>Promise.resolve().then(function(){return Di}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Ui}),"layout-text-window":()=>Promise.resolve().then(function(){return qi}),layout:()=>Promise.resolve().then(function(){return Ki}),"life-buoy":()=>Promise.resolve().then(function(){return Xi}),lightbulb:()=>Promise.resolve().then(function(){return Gi}),link:()=>Promise.resolve().then(function(){return es}),linkedin:()=>Promise.resolve().then(function(){return os}),list:()=>Promise.resolve().then(function(){return ls}),"lock-fill":()=>Promise.resolve().then(function(){return rs}),lock:()=>Promise.resolve().then(function(){return ss}),login:()=>Promise.resolve().then(function(){return cs}),logout:()=>Promise.resolve().then(function(){return vs}),luggage:()=>Promise.resolve().then(function(){return ps}),"mail-open":()=>Promise.resolve().then(function(){return fs}),mail:()=>Promise.resolve().then(function(){return ws}),map:()=>Promise.resolve().then(function(){return _s}),meetup:()=>Promise.resolve().then(function(){return ys}),menu:()=>Promise.resolve().then(function(){return Cs}),microphone:()=>Promise.resolve().then(function(){return ks}),monitor:()=>Promise.resolve().then(function(){return Ps}),moon:()=>Promise.resolve().then(function(){return zs}),move:()=>Promise.resolve().then(function(){return $s}),paperclip:()=>Promise.resolve().then(function(){return Bs}),passcode:()=>Promise.resolve().then(function(){return Ls}),passport:()=>Promise.resolve().then(function(){return Es}),pause:()=>Promise.resolve().then(function(){return Ts}),pencil:()=>Promise.resolve().then(function(){return Ds}),"pending-circle":()=>Promise.resolve().then(function(){return Us}),"person-dash":()=>Promise.resolve().then(function(){return qs}),"person-plus":()=>Promise.resolve().then(function(){return Ks}),"person-x":()=>Promise.resolve().then(function(){return Xs}),person:()=>Promise.resolve().then(function(){return Gs}),phone:()=>Promise.resolve().then(function(){return ed}),"pin-map-fill":()=>Promise.resolve().then(function(){return od}),pin:()=>Promise.resolve().then(function(){return ld}),placeholder:()=>Promise.resolve().then(function(){return rd}),plane:()=>Promise.resolve().then(function(){return sd}),play:()=>Promise.resolve().then(function(){return cd}),"plus-circle":()=>Promise.resolve().then(function(){return vd}),"plus-square":()=>Promise.resolve().then(function(){return pd}),plus:()=>Promise.resolve().then(function(){return fd}),printer:()=>Promise.resolve().then(function(){return wd}),"question-circle":()=>Promise.resolve().then(function(){return _d}),rocket:()=>Promise.resolve().then(function(){return yd}),save:()=>Promise.resolve().then(function(){return Cd}),search:()=>Promise.resolve().then(function(){return kd}),send:()=>Promise.resolve().then(function(){return Pd}),"sg-crest":()=>Promise.resolve().then(function(){return zd}),share:()=>Promise.resolve().then(function(){return $d}),"shield-tick":()=>Promise.resolve().then(function(){return Bd}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Ld}),"sidebar-expand":()=>Promise.resolve().then(function(){return Ed}),"slash-circle":()=>Promise.resolve().then(function(){return Td}),"slash-divider":()=>Promise.resolve().then(function(){return Dd}),sliders:()=>Promise.resolve().then(function(){return Ud}),"sort-ascending":()=>Promise.resolve().then(function(){return qd}),"sort-descending":()=>Promise.resolve().then(function(){return Kd}),speedometer:()=>Promise.resolve().then(function(){return Xd}),"star-ai":()=>Promise.resolve().then(function(){return Gd}),"star-fill":()=>Promise.resolve().then(function(){return ec}),star:()=>Promise.resolve().then(function(){return oc}),stoplights:()=>Promise.resolve().then(function(){return lc}),sun:()=>Promise.resolve().then(function(){return rc}),"switch-horizontal":()=>Promise.resolve().then(function(){return sc}),"switch-vertical":()=>Promise.resolve().then(function(){return cc}),tablet:()=>Promise.resolve().then(function(){return vc}),telegram:()=>Promise.resolve().then(function(){return pc}),telephone:()=>Promise.resolve().then(function(){return fc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return wc}),"three-dots":()=>Promise.resolve().then(function(){return _c}),ticket:()=>Promise.resolve().then(function(){return yc}),"toggle-off":()=>Promise.resolve().then(function(){return Cc}),"toggle-on":()=>Promise.resolve().then(function(){return kc}),train:()=>Promise.resolve().then(function(){return Pc}),translate:()=>Promise.resolve().then(function(){return zc}),trash:()=>Promise.resolve().then(function(){return $c}),"trend-down":()=>Promise.resolve().then(function(){return Bc}),"trend-up":()=>Promise.resolve().then(function(){return Lc}),truck:()=>Promise.resolve().then(function(){return Ec}),"twitter-x":()=>Promise.resolve().then(function(){return Tc}),unlock:()=>Promise.resolve().then(function(){return Dc}),upload:()=>Promise.resolve().then(function(){return Uc}),"user-check":()=>Promise.resolve().then(function(){return qc}),"user-circle":()=>Promise.resolve().then(function(){return Kc}),"user-pause":()=>Promise.resolve().then(function(){return Xc}),"user-square":()=>Promise.resolve().then(function(){return Gc}),users:()=>Promise.resolve().then(function(){return eh}),"video-recorder":()=>Promise.resolve().then(function(){return oh}),"volume-max":()=>Promise.resolve().then(function(){return lh}),"volume-x":()=>Promise.resolve().then(function(){return rh}),"window-dash":()=>Promise.resolve().then(function(){return sh}),"window-desktop":()=>Promise.resolve().then(function(){return ch}),"window-dock":()=>Promise.resolve().then(function(){return vh}),"window-fullscreen":()=>Promise.resolve().then(function(){return ph}),"window-plus":()=>Promise.resolve().then(function(){return fh}),"window-sidebar":()=>Promise.resolve().then(function(){return wh}),"window-split":()=>Promise.resolve().then(function(){return _h}),"window-stack":()=>Promise.resolve().then(function(){return yh}),"window-x":()=>Promise.resolve().then(function(){return Ch}),window:()=>Promise.resolve().then(function(){return kh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Ph}),xcircle:()=>Promise.resolve().then(function(){return zh}),youtube:()=>Promise.resolve().then(function(){return $h}),"zoom-in":()=>Promise.resolve().then(function(){return Bh}),"zoom-out":()=>Promise.resolve().then(function(){return Lh})};var ut=u`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const pt=new Map;class gt extends qe{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(pt.has(e))return void(this._icon=pt.get(e));const t=vt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();pt.set(e,o.default),this._icon=o.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:de}}gt.styles=[...qe.styles,ut],e([Se({type:String,reflect:!0})],gt.prototype,"name",void 0),e([Se({type:String,reflect:!0})],gt.prototype,"size",void 0),e([Se({type:String})],gt.prototype,"ariaLabel",void 0),e([Be()],gt.prototype,"_icon",void 0);var ft=u`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,mt=
|
|
104
|
+
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,mt=u`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class wt extends qe{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return st`
|
|
105
105
|
<div
|
|
106
106
|
class="spinner-wrapper ${Ie({horizontal:"horizontal"===this.orientation})}"
|
|
107
107
|
>
|
|
@@ -109,39 +109,50 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
109
109
|
class="spinner ${Ie({[`spinner-${this.size}`]:this.size})}"
|
|
110
110
|
role="status"
|
|
111
111
|
>
|
|
112
|
-
${this.label?
|
|
112
|
+
${this.label?de:st`<span class="sr-only">Loading...</span>`}
|
|
113
113
|
</div>
|
|
114
|
-
${this.label?st`<span class="spinner-label">${this.label}</span>`:
|
|
114
|
+
${this.label?st`<span class="spinner-label">${this.label}</span>`:de}
|
|
115
115
|
</div>
|
|
116
|
-
`}}wt.styles=[...
|
|
116
|
+
`}}wt.styles=[...qe.styles,mt,ft],e([Se({type:String,reflect:!0})],wt.prototype,"variant",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"tone",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"size",void 0),e([Se({reflect:!0,type:String})],wt.prototype,"label",void 0),e([Se({type:String,reflect:!0})],wt.prototype,"orientation",void 0);var bt=u`:host{display:inline-block}.btn.btn-icon{display:flex;height:var(--sgds-dimension-48,56px);min-width:unset;padding:0;width:var(--sgds-dimension-48,56px)}.btn.btn-icon.btn-lg{height:var(--sgds-dimension-56);min-width:unset;padding:0;width:var(--sgds-dimension-56)}.btn.btn-icon.btn-sm{height:var(--sgds-dimension-40);min-width:unset;padding:0;width:var(--sgds-dimension-40)}.btn.btn-icon.btn-xs{height:var(--sgds-dimension-32);min-width:unset;padding:0;width:var(--sgds-dimension-32)}`;class _t extends ht{_assignIconSize(e){return"xs"===e?"sm":"sm"===e?"md":"md"===e?"lg":"lg"===e?"xl":void 0}render(){const e=this.href,t=e?rt`a`:rt`button`;return st`
|
|
117
117
|
<${t}
|
|
118
118
|
class="btn btn-icon${Ie({disabled:this.disabled,active:this.active,[`btn-${this.variant}`]:this.variant,[`btn-${this.size}`]:this.size,loading:this.loading})}"
|
|
119
|
-
?disabled=${
|
|
120
|
-
type=${
|
|
121
|
-
href=${
|
|
122
|
-
target=${
|
|
123
|
-
download=${
|
|
124
|
-
rel=${
|
|
125
|
-
role=${
|
|
119
|
+
?disabled=${Ue(e?void 0:this.disabled)}
|
|
120
|
+
type=${Ue(e?void 0:"button")}
|
|
121
|
+
href=${Ue(e?this.href:void 0)}
|
|
122
|
+
target=${Ue(e?this.target:void 0)}
|
|
123
|
+
download=${Ue(e?this.download:void 0)}
|
|
124
|
+
rel=${Ue(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
|
|
125
|
+
role=${Ue(e?"button":void 0)}
|
|
126
126
|
aria-disabled=${this.disabled||this.loading?"true":"false"}
|
|
127
127
|
tabindex=${this.disabled?"-1":"0"}
|
|
128
128
|
@click=${this._handleClick}
|
|
129
129
|
@keydown=${this._handleKeydown}
|
|
130
130
|
@focus=${this._handleFocus}
|
|
131
131
|
@blur=${this._handleBlur}
|
|
132
|
-
aria-label=${
|
|
132
|
+
aria-label=${Ue(this.loading?"Loading":this.ariaLabel)}
|
|
133
133
|
>
|
|
134
134
|
${this.loading?st`<sgds-spinner
|
|
135
|
-
size=${
|
|
136
|
-
tone=${
|
|
135
|
+
size=${Ue(this._assignSpinnerSize(this.size))}
|
|
136
|
+
tone=${Ue(this._assignSpinnerTone(this.tone,this.variant))}
|
|
137
137
|
></sgds-spinner>`:st`<sgds-icon
|
|
138
|
-
name=${
|
|
139
|
-
size=${
|
|
138
|
+
name=${Ue(this.name)}
|
|
139
|
+
size=${Ue(this._assignIconSize(this.size))}
|
|
140
140
|
></sgds-icon>`}
|
|
141
141
|
</${t}>
|
|
142
|
-
`}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":
|
|
142
|
+
`}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":gt,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class yt extends qe{constructor(){super(...arguments),this.expanded=!1,this.expanding=!1,this.brandHref="",this.collapseId=ot("nav","collapse"),this.expand="lg",this.breakpointReached=!1,this._hasProfileComponent=!1,this._handleClickOutsideBound=e=>this._handleClickOutOfElement(e,this.body),this._handleResizeBound=()=>this._handleResize(),this._handleMobileNavBound=this._handleMobileNav.bind(this)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",this._handleClickOutsideBound),window.addEventListener("resize",this._handleResizeBound)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",this._handleClickOutsideBound),window.removeEventListener("resize",this._handleResizeBound)}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._onBreakpointReached(!0))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||this.header&&e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<xt[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._isBreakpointReached()||(this._onBreakpointReached(!0),window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._onBreakpointReached(!1),window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.navbarEnd)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Xe(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Qe(this,"nav.show");await Fe(this.body,Ye(e,this.body.scrollHeight),t),this.body.style.height="auto",this._onMenuShown(),this.emit("sgds-after-show")}_onMenuShown(){}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await Xe(this.body);const{keyframes:e,options:t}=Qe(this,"nav.hide");await Fe(this.body,Ye(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){var e;this.expanding?(await this._animateToShow(),this.expanded=!0):(null===(e=this.header)||void 0===e||e.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,tt(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),tt(this,"sgds-after-hide")}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}_renderToggler(e){return re`<sgds-icon-button
|
|
143
|
+
name=${this.expanded?"cross":"menu"}
|
|
144
|
+
variant="ghost"
|
|
145
|
+
size="sm"
|
|
146
|
+
tone=${Ue(e&&"default"!==e?"fixed-light":void 0)}
|
|
147
|
+
class="navbar-toggler"
|
|
148
|
+
@click=${this._handleSummaryClick}
|
|
149
|
+
aria-controls="${this.collapseId}"
|
|
150
|
+
aria-expanded="${this.expanded}"
|
|
151
|
+
.ariaLabel=${"Toggle navigation"}
|
|
152
|
+
></sgds-icon-button>`}}yt.dependencies={"sgds-icon-button":_t},e([Be()],yt.prototype,"expanded",void 0),e([Be()],yt.prototype,"expanding",void 0),e([Ae("nav")],yt.prototype,"nav",void 0),e([Ae(".navbar")],yt.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],yt.prototype,"header",void 0),e([Ae(".navbar-body")],yt.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],yt.prototype,"navScroll",void 0),e([Ae(".navbar-end")],yt.prototype,"navbarEnd",void 0),e([Se({type:String})],yt.prototype,"brandHref",void 0),e([Se({type:String})],yt.prototype,"expand",void 0),e([Be()],yt.prototype,"breakpointReached",void 0),e([Be()],yt.prototype,"_hasProfileComponent",void 0),e([nt("expanding",{waitUntilFirstUpdate:!0})],yt.prototype,"handleOpenChange",null),et("nav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),et("nav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});class Zt{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Ct="mainnav-context",Mt="mainnav-expanded-context";var kt=u`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}:host([tone=brand]) nav{background-color:var(--sgds-primary-surface-default)}:host([tone=gradient-1]) nav{background:var(--sgds-gradient-1)}:host([tone=gradient-2]) nav{background:var(--sgds-gradient-2)}:host([tone=gradient-3]) nav{background:var(--sgds-gradient-3)}:host([tone=gradient-4]) nav{background:var(--sgds-gradient-4)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:flex-start;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:var(--sgds-mainnav-height,72px);padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}:host([tone=brand]) .navbar-brand,:host([tone^=gradient]) .navbar-brand{color:var(--sgds-color-fixed-light)}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown):not(sgds-mainnav-profile)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-end{align-items:center;display:flex;gap:var(--sgds-gap-xs);margin-left:auto}slot[name=non-collapsible].slot-empty{display:none}slot[name=profile]{align-self:stretch;display:flex}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4)}:host([tone=brand]) slot[name=non-collapsible]::slotted(*),:host([tone^=gradient]) slot[name=non-collapsible]::slotted(*){color:var(--sgds-color-fixed-light)}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);height:inherit;margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class Ht extends yt{constructor(){super(...arguments),this._breakpointReached=!1,this._expanded=!1,this.hasNonCollapsibleSlot=!1,this.fluid=!1,this.hasSlotController=new Zt(this,"non-collapsible")}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible")),this._expanded=this.expanded}_onBreakpointReached(e){this._breakpointReached=e}_isBreakpointReached(){return this._breakpointReached}_handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>{e.setAttribute("expand",this.expand)}),this._hasProfileComponent&&t.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand)})}_handleProfileSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("expand",this.expand)})}render(){return this.breakpointReached=window.innerWidth<("always"===this.expand?-1:"never"===this.expand?1/0:{sm:512,md:768,lg:1024,xl:1280,xxl:1440}[this.expand]),re`
|
|
143
153
|
<nav>
|
|
144
154
|
<div class="navbar ${this._expandClass()}">
|
|
155
|
+
<slot name="start"></slot>
|
|
145
156
|
<a class="navbar-brand" href=${this.brandHref} aria-label="brand-link">
|
|
146
157
|
<slot name="brand"></slot>
|
|
147
158
|
</a>
|
|
@@ -155,59 +166,50 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
155
166
|
></slot>
|
|
156
167
|
</div>
|
|
157
168
|
</div>
|
|
158
|
-
<
|
|
159
|
-
name="non-collapsible"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
name=${this.expanded?"cross":"menu"}
|
|
164
|
-
variant="ghost"
|
|
165
|
-
size="sm"
|
|
166
|
-
class="navbar-toggler"
|
|
167
|
-
@click=${this._handleSummaryClick}
|
|
168
|
-
aria-controls="${this.collapseId}"
|
|
169
|
-
aria-expanded="${this.expanded}"
|
|
170
|
-
.ariaLabel=${"Toggle navigation"}
|
|
171
|
-
></sgds-icon-button>
|
|
169
|
+
<div class="navbar-end">
|
|
170
|
+
<slot name="non-collapsible" class=${Ie({"slot-empty":!this.hasNonCollapsibleSlot})}></slot>
|
|
171
|
+
<slot name="profile" @slotchange=${this._handleProfileSlotChange}></slot>
|
|
172
|
+
${this._renderToggler()}
|
|
173
|
+
</div>
|
|
172
174
|
</div>
|
|
173
175
|
</nav>
|
|
174
|
-
`}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}Ht.styles=[...We.styles,Zt],Ht.dependencies={"sgds-icon-button":_t},e([a({context:xt}),Be()],Ht.prototype,"_breakpointReached",void 0),e([a({context:yt}),Be()],Ht.prototype,"expanded",void 0),e([Be()],Ht.prototype,"expanding",void 0),e([Ae("nav")],Ht.prototype,"nav",void 0),e([Ae(".navbar")],Ht.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],Ht.prototype,"header",void 0),e([Ae(".navbar-body")],Ht.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],Ht.prototype,"navScroll",void 0),e([Ae("slot[name='non-collapsible']")],Ht.prototype,"nonCollapsibleSlot",void 0),e([Se({type:Boolean})],Ht.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:String})],Ht.prototype,"brandHref",void 0),e([Se({type:String})],Ht.prototype,"expand",void 0),e([Se({type:Boolean,reflect:!0})],Ht.prototype,"fluid",void 0),e([Be()],Ht.prototype,"breakpointReached",void 0),e([Ee()],Ht.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],Ht.prototype,"endNodes",void 0),e([nt("expanding",{waitUntilFirstUpdate:!0})],Ht.prototype,"handleOpenChange",null),Qe("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Qe("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const Vt=Math.min,Pt=Math.max,zt=Math.round,Ot=Math.floor,kt=e=>({x:e,y:e}),$t={left:"right",right:"left",bottom:"top",top:"bottom"},St={start:"end",end:"start"};function Bt(e,t,n){return Pt(e,Vt(t,n))}function jt(e,t){return"function"==typeof e?e(t):e}function Lt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function Et(e){return"x"===e?"y":"x"}function Rt(e){return"y"===e?"height":"width"}const Tt=new Set(["top","bottom"]);function Nt(e){return Tt.has(Lt(e))?"y":"x"}function Dt(e){return Et(Nt(e))}function It(e,t,n){void 0===n&&(n=!1);const o=At(e),l=Dt(e),r=Rt(l);let a="x"===l?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[r]>t.floating[r]&&(a=Xt(a)),[a,Xt(a)]}function Ut(e){return e.replace(/start|end/g,e=>St[e])}const Wt=["left","right"],qt=["right","left"],Ft=["top","bottom"],Kt=["bottom","top"];function Yt(e,t,n,o){const l=At(e);let r=function(e,t,n){switch(e){case"top":case"bottom":return n?t?qt:Wt:t?Wt:qt;case"left":case"right":return t?Ft:Kt;default:return[]}}(Lt(e),"start"===n,o);return l&&(r=r.map(e=>e+"-"+l),t&&(r=r.concat(r.map(Ut)))),r}function Xt(e){return e.replace(/left|right|bottom|top/g,e=>$t[e])}function Jt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Gt(e){const{x:t,y:n,width:o,height:l}=e;return{width:o,height:l,top:n,left:t,right:t+o,bottom:n+l,x:t,y:n}}function Qt(e,t,n){let{reference:o,floating:l}=e;const r=Nt(t),a=Dt(t),i=Rt(a),s=Lt(t),c="y"===r,d=o.x+o.width/2-l.width/2,h=o.y+o.height/2-l.height/2,u=o[i]/2-l[i]/2;let v;switch(s){case"top":v={x:d,y:o.y-l.height};break;case"bottom":v={x:d,y:o.y+o.height};break;case"right":v={x:o.x+o.width,y:h};break;case"left":v={x:o.x-l.width,y:h};break;default:v={x:o.x,y:o.y}}switch(At(t)){case"start":v[a]-=u*(n&&c?-1:1);break;case"end":v[a]+=u*(n&&c?-1:1)}return v}async function en(e,t){var n;void 0===t&&(t={});const{x:o,y:l,platform:r,rects:a,elements:i,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=jt(t,e),p=Jt(v),f=i[u?"floating"===h?"reference":"floating":h],g=Gt(await r.getClippingRect({element:null==(n=await(null==r.isElement?void 0:r.isElement(f)))||n?f:f.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:o,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},_=Gt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);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 tn=new Set(["left","top"]);function nn(){return"undefined"!=typeof window}function on(e){return an(e)?(e.nodeName||"").toLowerCase():"#document"}function ln(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function rn(e){var t;return null==(t=(an(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function an(e){return!!nn()&&(e instanceof Node||e instanceof ln(e).Node)}function sn(e){return!!nn()&&(e instanceof Element||e instanceof ln(e).Element)}function cn(e){return!!nn()&&(e instanceof HTMLElement||e instanceof ln(e).HTMLElement)}function dn(e){return!(!nn()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof ln(e).ShadowRoot)}const hn=new Set(["inline","contents"]);function un(e){const{overflow:t,overflowX:n,overflowY:o,display:l}=Cn(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!hn.has(l)}const vn=new Set(["table","td","th"]);function pn(e){return vn.has(on(e))}const fn=[":popover-open",":modal"];function gn(e){return fn.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const mn=["transform","translate","scale","rotate","perspective"],wn=["transform","translate","scale","rotate","perspective","filter"],bn=["paint","layout","strict","content"];function _n(e){const t=xn(),n=sn(e)?Cn(e):e;return mn.some(e=>!!n[e]&&"none"!==n[e])||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||wn.some(e=>(n.willChange||"").includes(e))||bn.some(e=>(n.contain||"").includes(e))}function xn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const yn=new Set(["html","body","#document"]);function Zn(e){return yn.has(on(e))}function Cn(e){return ln(e).getComputedStyle(e)}function Mn(e){return sn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Hn(e){if("html"===on(e))return e;const t=e.assignedSlot||e.parentNode||dn(e)&&e.host||rn(e);return dn(t)?t.host:t}function Vn(e){const t=Hn(e);return Zn(t)?e.ownerDocument?e.ownerDocument.body:e.body:cn(t)&&un(t)?t:Vn(t)}function Pn(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const l=Vn(e),r=l===(null==(o=e.ownerDocument)?void 0:o.body),a=ln(l);if(r){const e=zn(a);return t.concat(a,a.visualViewport||[],un(l)?l:[],e&&n?Pn(e):[])}return t.concat(l,Pn(l,[],n))}function zn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function On(e){const t=Cn(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const l=cn(e),r=l?e.offsetWidth:n,a=l?e.offsetHeight:o,i=zt(n)!==r||zt(o)!==a;return i&&(n=r,o=a),{width:n,height:o,$:i}}function kn(e){return sn(e)?e:e.contextElement}function $n(e){const t=kn(e);if(!cn(t))return kt(1);const n=t.getBoundingClientRect(),{width:o,height:l,$:r}=On(t);let a=(r?zt(n.width):n.width)/o,i=(r?zt(n.height):n.height)/l;return a&&Number.isFinite(a)||(a=1),i&&Number.isFinite(i)||(i=1),{x:a,y:i}}const Sn=kt(0);function Bn(e){const t=ln(e);return xn()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Sn}function jn(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const l=e.getBoundingClientRect(),r=kn(e);let a=kt(1);t&&(o?sn(o)&&(a=$n(o)):a=$n(e));const i=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==ln(e))&&t}(r,n,o)?Bn(r):kt(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=ln(r),t=o&&sn(o)?ln(o):o;let n=e,l=zn(n);for(;l&&o&&t!==n;){const e=$n(l),t=l.getBoundingClientRect(),o=Cn(l),r=t.left+(l.clientLeft+parseFloat(o.paddingLeft))*e.x,a=t.top+(l.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=r,c+=a,n=ln(l),l=zn(n)}}return Gt({width:d,height:h,x:s,y:c})}function Ln(e,t){const n=Mn(e).scrollLeft;return t?t.left+n:jn(rn(e)).left+n}function An(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Ln(e,n),y:n.top+t.scrollTop}}const En=new Set(["absolute","fixed"]);function Rn(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=ln(e),o=rn(e),l=n.visualViewport;let r=o.clientWidth,a=o.clientHeight,i=0,s=0;if(l){r=l.width,a=l.height;const e=xn();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const c=Ln(o);if(c<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(o.clientWidth-t.clientWidth-l);a<=25&&(r-=a)}else c<=25&&(r+=c);return{width:r,height:a,x:i,y:s}}(e,n);else if("document"===t)o=function(e){const t=rn(e),n=Mn(e),o=e.ownerDocument.body,l=Pt(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=Pt(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let a=-n.scrollLeft+Ln(e);const i=-n.scrollTop;return"rtl"===Cn(o).direction&&(a+=Pt(t.clientWidth,o.clientWidth)-l),{width:l,height:r,x:a,y:i}}(rn(e));else if(sn(t))o=function(e,t){const n=jn(e,!0,"fixed"===t),o=n.top+e.clientTop,l=n.left+e.clientLeft,r=cn(e)?$n(e):kt(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:l*r.x,y:o*r.y}}(t,n);else{const n=Bn(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Gt(o)}function Tn(e,t){const n=Hn(e);return!(n===t||!sn(n)||Zn(n))&&("fixed"===Cn(n).position||Tn(n,t))}function Nn(e,t,n){const o=cn(t),l=rn(t),r="fixed"===n,a=jn(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const s=kt(0);function c(){s.x=Ln(l)}if(o||!o&&!r)if(("body"!==on(t)||un(l))&&(i=Mn(t)),o){const e=jn(t,!0,r,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&c();r&&!o&&l&&c();const d=!l||o||r?kt(0):An(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 Dn(e){return"static"===Cn(e).position}function In(e,t){if(!cn(e)||"fixed"===Cn(e).position)return null;if(t)return t(e);let n=e.offsetParent;return rn(e)===n&&(n=n.ownerDocument.body),n}function Un(e,t){const n=ln(e);if(gn(e))return n;if(!cn(e)){let t=Hn(e);for(;t&&!Zn(t);){if(sn(t)&&!Dn(t))return t;t=Hn(t)}return n}let o=In(e,t);for(;o&&pn(o)&&Dn(o);)o=In(o,t);return o&&Zn(o)&&Dn(o)&&!_n(o)?n:o||function(e){let t=Hn(e);for(;cn(t)&&!Zn(t);){if(_n(t))return t;if(gn(t))return null;t=Hn(t)}return null}(e)||n}const Wn={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:l}=e;const r="fixed"===l,a=rn(o),i=!!t&&gn(t.floating);if(o===a||i&&r)return n;let s={scrollLeft:0,scrollTop:0},c=kt(1);const d=kt(0),h=cn(o);if((h||!h&&!r)&&(("body"!==on(o)||un(a))&&(s=Mn(o)),cn(o))){const e=jn(o);c=$n(o),d.x=e.x+o.clientLeft,d.y=e.y+o.clientTop}const u=!a||h||r?kt(0):An(a,s);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:n.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:rn,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:l}=e;const r=[..."clippingAncestors"===n?gn(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Pn(e,[],!1).filter(e=>sn(e)&&"body"!==on(e)),l=null;const r="fixed"===Cn(e).position;let a=r?Hn(e):e;for(;sn(a)&&!Zn(a);){const t=Cn(a),n=_n(a);n||"fixed"!==t.position||(l=null),(r?!n&&!l:!n&&"static"===t.position&&l&&En.has(l.position)||un(a)&&!n&&Tn(e,a))?o=o.filter(e=>e!==a):l=t,a=Hn(a)}return t.set(e,o),o}(t,this._c):[].concat(n),o],a=r[0],i=r.reduce((e,n)=>{const o=Rn(t,n,l);return e.top=Pt(o.top,e.top),e.right=Vt(o.right,e.right),e.bottom=Vt(o.bottom,e.bottom),e.left=Pt(o.left,e.left),e},Rn(t,a,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Un,getElementRects:async function(e){const t=this.getOffsetParent||Un,n=this.getDimensions,o=await n(e.floating);return{reference:Nn(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:n}=On(e);return{width:t,height:n}},getScale:$n,isElement:sn,isRTL:function(e){return"rtl"===Cn(e).direction}};function qn(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Fn(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:l=!0,ancestorResize:r=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,c=kn(e),d=l||r?[...c?Pn(c):[],...Pn(t)]:[];d.forEach(e=>{l&&e.addEventListener("scroll",n,{passive:!0}),r&&e.addEventListener("resize",n)});const h=c&&i?function(e,t){let n,o=null;const l=rn(e);function r(){var e;clearTimeout(n),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:u,height:v}=c;if(i||t(),!u||!v)return;const p={rootMargin:-Ot(h)+"px "+-Ot(l.clientWidth-(d+u))+"px "+-Ot(l.clientHeight-(h+v))+"px "+-Ot(d)+"px",threshold:Pt(0,Vt(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):n=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==o||qn(c,e.getBoundingClientRect())||a(),f=!1}try{o=new IntersectionObserver(g,{...p,root:l.ownerDocument})}catch(e){o=new IntersectionObserver(g,p)}o.observe(e)}(!0),r}(c,n):null;let u,v=-1,p=null;a&&(p=new ResizeObserver(e=>{let[o]=e;o&&o.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),n()}),c&&!s&&p.observe(c),p.observe(t));let f=s?jn(e):null;return s&&function t(){const o=jn(e);f&&!qn(f,o)&&n();f=o,u=requestAnimationFrame(t)}(),n(),()=>{var e;d.forEach(e=>{l&&e.removeEventListener("scroll",n),r&&e.removeEventListener("resize",n)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Kn=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:l,y:r,placement:a,middlewareData:i}=t,s=await async function(e,t){const{placement:n,platform:o,elements:l}=e,r=await(null==o.isRTL?void 0:o.isRTL(l.floating)),a=Lt(n),i=At(n),s="y"===Nt(n),c=tn.has(a)?-1:1,d=r&&s?-1:1,h=jt(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(v="end"===i?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return a===(null==(n=i.offset)?void 0:n.placement)&&null!=(o=i.arrow)&&o.alignmentOffset?{}:{x:l+s.x,y:r+s.y,data:{...s,placement:a}}}}},Yn=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:l}=t,{mainAxis:r=!0,crossAxis:a=!1,limiter:i={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=jt(e,t),c={x:n,y:o},d=await en(t,s),h=Nt(Lt(l)),u=Et(h);let v=c[u],p=c[h];if(r){const e="y"===u?"bottom":"right";v=Bt(v+d["y"===u?"top":"left"],v,v-d[e])}if(a){const e="y"===h?"bottom":"right";p=Bt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=i.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-n,y:f.y-o,enabled:{[u]:r,[h]:a}}}}}},Xn=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o;const{placement:l,middlewareData:r,rects:a,initialPlacement:i,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=jt(e,t);if(null!=(n=r.arrow)&&n.alignmentOffset)return{};const m=Lt(l),w=Nt(i),b=Lt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(b||!f?[Xt(i)]:function(e){const t=Xt(e);return[Ut(e),t,Ut(t)]}(i)),y="none"!==p;!u&&y&&x.push(...Yt(i,f,p,_));const Z=[i,...x],C=await en(t,g),M=[];let H=(null==(o=r.flip)?void 0:o.overflows)||[];if(d&&M.push(C[m]),h){const e=It(l,a,_);M.push(C[e[0]],C[e[1]])}if(H=[...H,{placement:l,overflows:M}],!M.every(e=>e<=0)){var V,P;const e=((null==(V=r.flip)?void 0:V.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Nt(t))||H.every(e=>Nt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:H},reset:{placement:t}}}let n=null==(P=H.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:P.placement;if(!n)switch(v){case"bestFit":{var z;const e=null==(z=H.filter(e=>{if(y){const t=Nt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:z[0];e&&(n=e);break}case"initialPlacement":n=i}if(l!==n)return{reset:{placement:n}}}return{}}}},Jn=(e,t,n)=>{const o=new Map,l={platform:Wn,...n},r={...l.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:l="absolute",middleware:r=[],platform:a}=n,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}=Qt(c,o,s),u=o,v={},p=0;for(let n=0;n<i.length;n++){const{name:r,fn:f}=i[n],{x:g,y:m,data:w,reset:b}=await f({x:d,y:h,initialPlacement:o,placement:u,strategy:l,middlewareData:v,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[r]:{...v[r],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(u=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:d,y:h}=Qt(c,u,s))),n=-1)}return{x:d,y:h,placement:u,strategy:l,middlewareData:v}})(e,t,{...l,platform:r})};var Gn=v`.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}`,Qn=v`: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=v`: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)}}`
|
|
176
|
+
`}}Ht.styles=[...yt.styles,kt],e([r({context:Ct}),Be()],Ht.prototype,"_breakpointReached",void 0),e([r({context:Mt}),Be()],Ht.prototype,"_expanded",void 0),e([Se({type:Boolean})],Ht.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:Boolean,reflect:!0})],Ht.prototype,"fluid",void 0),e([Ee()],Ht.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],Ht.prototype,"endNodes",void 0);const Pt=Math.min,Vt=Math.max,zt=Math.round,Ot=Math.floor,$t=e=>({x:e,y:e}),St={left:"right",right:"left",bottom:"top",top:"bottom"},Bt={start:"end",end:"start"};function jt(e,t,o){return Vt(e,Pt(t,o))}function Lt(e,t){return"function"==typeof e?e(t):e}function At(e){return e.split("-")[0]}function Et(e){return e.split("-")[1]}function Rt(e){return"x"===e?"y":"x"}function Tt(e){return"y"===e?"height":"width"}const Nt=new Set(["top","bottom"]);function Dt(e){return Nt.has(At(e))?"y":"x"}function It(e){return Rt(Dt(e))}function Ut(e,t,o){void 0===o&&(o=!1);const n=Et(e),l=It(e),a=Tt(l);let r="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[a]>t.floating[a]&&(r=Jt(r)),[r,Jt(r)]}function Wt(e){return e.replace(/start|end/g,e=>Bt[e])}const qt=["left","right"],Ft=["right","left"],Kt=["top","bottom"],Yt=["bottom","top"];function Xt(e,t,o,n){const l=Et(e);let a=function(e,t,o){switch(e){case"top":case"bottom":return o?t?Ft:qt:t?qt:Ft;case"left":case"right":return t?Kt:Yt;default:return[]}}(At(e),"start"===o,n);return l&&(a=a.map(e=>e+"-"+l),t&&(a=a.concat(a.map(Wt)))),a}function Jt(e){return e.replace(/left|right|bottom|top/g,e=>St[e])}function Gt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Qt(e){const{x:t,y:o,width:n,height:l}=e;return{width:n,height:l,top:o,left:t,right:t+n,bottom:o+l,x:t,y:o}}function eo(e,t,o){let{reference:n,floating:l}=e;const a=Dt(t),r=It(t),i=Tt(r),s=At(t),d="y"===a,c=n.x+n.width/2-l.width/2,h=n.y+n.height/2-l.height/2,v=n[i]/2-l[i]/2;let u;switch(s){case"top":u={x:c,y:n.y-l.height};break;case"bottom":u={x:c,y:n.y+n.height};break;case"right":u={x:n.x+n.width,y:h};break;case"left":u={x:n.x-l.width,y:h};break;default:u={x:n.x,y:n.y}}switch(Et(t)){case"start":u[r]-=v*(o&&d?-1:1);break;case"end":u[r]+=v*(o&&d?-1:1)}return u}async function to(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:a,rects:r,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=Lt(t,e),p=Gt(u),g=i[v?"floating"===h?"reference":"floating":h],f=Qt(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(g)))||o?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),m="floating"===h?{x:n,y:l,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==a.getOffsetParent?void 0:a.getOffsetParent(i.floating)),b=await(null==a.isElement?void 0:a.isElement(w))&&await(null==a.getScale?void 0:a.getScale(w))||{x:1,y:1},_=Qt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-_.top+p.top)/b.y,bottom:(_.bottom-f.bottom+p.bottom)/b.y,left:(f.left-_.left+p.left)/b.x,right:(_.right-f.right+p.right)/b.x}}const oo=new Set(["left","top"]);function no(){return"undefined"!=typeof window}function lo(e){return io(e)?(e.nodeName||"").toLowerCase():"#document"}function ao(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ro(e){var t;return null==(t=(io(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function io(e){return!!no()&&(e instanceof Node||e instanceof ao(e).Node)}function so(e){return!!no()&&(e instanceof Element||e instanceof ao(e).Element)}function co(e){return!!no()&&(e instanceof HTMLElement||e instanceof ao(e).HTMLElement)}function ho(e){return!(!no()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof ao(e).ShadowRoot)}const vo=new Set(["inline","contents"]);function uo(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=Mo(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!vo.has(l)}const po=new Set(["table","td","th"]);function go(e){return po.has(lo(e))}const fo=[":popover-open",":modal"];function mo(e){return fo.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const wo=["transform","translate","scale","rotate","perspective"],bo=["transform","translate","scale","rotate","perspective","filter"],_o=["paint","layout","strict","content"];function xo(e){const t=yo(),o=so(e)?Mo(e):e;return wo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||bo.some(e=>(o.willChange||"").includes(e))||_o.some(e=>(o.contain||"").includes(e))}function yo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Zo=new Set(["html","body","#document"]);function Co(e){return Zo.has(lo(e))}function Mo(e){return ao(e).getComputedStyle(e)}function ko(e){return so(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ho(e){if("html"===lo(e))return e;const t=e.assignedSlot||e.parentNode||ho(e)&&e.host||ro(e);return ho(t)?t.host:t}function Po(e){const t=Ho(e);return Co(t)?e.ownerDocument?e.ownerDocument.body:e.body:co(t)&&uo(t)?t:Po(t)}function Vo(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=Po(e),a=l===(null==(n=e.ownerDocument)?void 0:n.body),r=ao(l);if(a){const e=zo(r);return t.concat(r,r.visualViewport||[],uo(l)?l:[],e&&o?Vo(e):[])}return t.concat(l,Vo(l,[],o))}function zo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Oo(e){const t=Mo(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=co(e),a=l?e.offsetWidth:o,r=l?e.offsetHeight:n,i=zt(o)!==a||zt(n)!==r;return i&&(o=a,n=r),{width:o,height:n,$:i}}function $o(e){return so(e)?e:e.contextElement}function So(e){const t=$o(e);if(!co(t))return $t(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:a}=Oo(t);let r=(a?zt(o.width):o.width)/n,i=(a?zt(o.height):o.height)/l;return r&&Number.isFinite(r)||(r=1),i&&Number.isFinite(i)||(i=1),{x:r,y:i}}const Bo=$t(0);function jo(e){const t=ao(e);return yo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Bo}function Lo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),a=$o(e);let r=$t(1);t&&(n?so(n)&&(r=So(n)):r=So(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==ao(e))&&t}(a,o,n)?jo(a):$t(0);let s=(l.left+i.x)/r.x,d=(l.top+i.y)/r.y,c=l.width/r.x,h=l.height/r.y;if(a){const e=ao(a),t=n&&so(n)?ao(n):n;let o=e,l=zo(o);for(;l&&n&&t!==o;){const e=So(l),t=l.getBoundingClientRect(),n=Mo(l),a=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,r=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,h*=e.y,s+=a,d+=r,o=ao(l),l=zo(o)}}return Qt({width:c,height:h,x:s,y:d})}function Ao(e,t){const o=ko(e).scrollLeft;return t?t.left+o:Lo(ro(e)).left+o}function Eo(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-Ao(e,o),y:o.top+t.scrollTop}}const Ro=new Set(["absolute","fixed"]);function To(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=ao(e),n=ro(e),l=o.visualViewport;let a=n.clientWidth,r=n.clientHeight,i=0,s=0;if(l){a=l.width,r=l.height;const e=yo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const d=Ao(n);if(d<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,r=Math.abs(n.clientWidth-t.clientWidth-l);r<=25&&(a-=r)}else d<=25&&(a+=d);return{width:a,height:r,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=ro(e),o=ko(e),n=e.ownerDocument.body,l=Vt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Vt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let r=-o.scrollLeft+Ao(e);const i=-o.scrollTop;return"rtl"===Mo(n).direction&&(r+=Vt(t.clientWidth,n.clientWidth)-l),{width:l,height:a,x:r,y:i}}(ro(e));else if(so(t))n=function(e,t){const o=Lo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,a=co(e)?So(e):$t(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:l*a.x,y:n*a.y}}(t,o);else{const o=jo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Qt(n)}function No(e,t){const o=Ho(e);return!(o===t||!so(o)||Co(o))&&("fixed"===Mo(o).position||No(o,t))}function Do(e,t,o){const n=co(t),l=ro(t),a="fixed"===o,r=Lo(e,!0,a,t);let i={scrollLeft:0,scrollTop:0};const s=$t(0);function d(){s.x=Ao(l)}if(n||!n&&!a)if(("body"!==lo(t)||uo(l))&&(i=ko(t)),n){const e=Lo(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&d();a&&!n&&l&&d();const c=!l||n||a?$t(0):Eo(l,i);return{x:r.left+i.scrollLeft-s.x-c.x,y:r.top+i.scrollTop-s.y-c.y,width:r.width,height:r.height}}function Io(e){return"static"===Mo(e).position}function Uo(e,t){if(!co(e)||"fixed"===Mo(e).position)return null;if(t)return t(e);let o=e.offsetParent;return ro(e)===o&&(o=o.ownerDocument.body),o}function Wo(e,t){const o=ao(e);if(mo(e))return o;if(!co(e)){let t=Ho(e);for(;t&&!Co(t);){if(so(t)&&!Io(t))return t;t=Ho(t)}return o}let n=Uo(e,t);for(;n&&go(n)&&Io(n);)n=Uo(n,t);return n&&Co(n)&&Io(n)&&!xo(n)?o:n||function(e){let t=Ho(e);for(;co(t)&&!Co(t);){if(xo(t))return t;if(mo(t))return null;t=Ho(t)}return null}(e)||o}const qo={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const a="fixed"===l,r=ro(n),i=!!t&&mo(t.floating);if(n===r||i&&a)return o;let s={scrollLeft:0,scrollTop:0},d=$t(1);const c=$t(0),h=co(n);if((h||!h&&!a)&&(("body"!==lo(n)||uo(r))&&(s=ko(n)),co(n))){const e=Lo(n);d=So(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}const v=!r||h||a?$t(0):Eo(r,s);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-s.scrollLeft*d.x+c.x+v.x,y:o.y*d.y-s.scrollTop*d.y+c.y+v.y}},getDocumentElement:ro,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const a=[..."clippingAncestors"===o?mo(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=Vo(e,[],!1).filter(e=>so(e)&&"body"!==lo(e)),l=null;const a="fixed"===Mo(e).position;let r=a?Ho(e):e;for(;so(r)&&!Co(r);){const t=Mo(r),o=xo(r);o||"fixed"!==t.position||(l=null),(a?!o&&!l:!o&&"static"===t.position&&l&&Ro.has(l.position)||uo(r)&&!o&&No(e,r))?n=n.filter(e=>e!==r):l=t,r=Ho(r)}return t.set(e,n),n}(t,this._c):[].concat(o),n],r=a[0],i=a.reduce((e,o)=>{const n=To(t,o,l);return e.top=Vt(n.top,e.top),e.right=Pt(n.right,e.right),e.bottom=Pt(n.bottom,e.bottom),e.left=Vt(n.left,e.left),e},To(t,r,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Wo,getElementRects:async function(e){const t=this.getOffsetParent||Wo,o=this.getDimensions,n=await o(e.floating);return{reference:Do(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=Oo(e);return{width:t,height:o}},getScale:So,isElement:so,isRTL:function(e){return"rtl"===Mo(e).direction}};function Fo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Ko(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:a=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,d=$o(e),c=l||a?[...d?Vo(d):[],...Vo(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&i?function(e,t){let o,n=null;const l=ro(e);function a(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function r(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:v,height:u}=d;if(i||t(),!v||!u)return;const p={rootMargin:-Ot(h)+"px "+-Ot(l.clientWidth-(c+v))+"px "+-Ot(l.clientHeight-(h+u))+"px "+-Ot(c)+"px",threshold:Vt(0,Pt(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return r();n?r(!1,n):o=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==n||Fo(d,e.getBoundingClientRect())||r(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),a}(d,o):null;let v,u=-1,p=null;r&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===d&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),d&&!s&&p.observe(d),p.observe(t));let g=s?Lo(e):null;return s&&function t(){const n=Lo(e);g&&!Fo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Yo=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:a,placement:r,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,a=await(null==n.isRTL?void 0:n.isRTL(l.floating)),r=At(o),i=Et(o),s="y"===Dt(o),d=oo.has(r)?-1:1,c=a&&s?-1:1,h=Lt(t,e);let{mainAxis:v,crossAxis:u,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(u="end"===i?-1*p:p),s?{x:u*c,y:v*d}:{x:v*d,y:u*c}}(t,e);return r===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:a+s.y,data:{...s,placement:r}}}}},Xo=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:a=!0,crossAxis:r=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=Lt(e,t),d={x:o,y:n},c=await to(t,s),h=Dt(At(l)),v=Rt(h);let u=d[v],p=d[h];if(a){const e="y"===v?"bottom":"right";u=jt(u+c["y"===v?"top":"left"],u,u-c[e])}if(r){const e="y"===h?"bottom":"right";p=jt(p+c["y"===h?"top":"left"],p,p-c[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:a,[h]:r}}}}}},Jo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:a,rects:r,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=Lt(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const m=At(l),w=Dt(i),b=At(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(d.floating)),x=v||(b||!g?[Jt(i)]:function(e){const t=Jt(e);return[Wt(e),t,Wt(t)]}(i)),y="none"!==p;!v&&y&&x.push(...Xt(i,g,p,_));const Z=[i,...x],C=await to(t,f),M=[];let k=(null==(n=a.flip)?void 0:n.overflows)||[];if(c&&M.push(C[m]),h){const e=Ut(l,r,_);M.push(C[e[0]],C[e[1]])}if(k=[...k,{placement:l,overflows:M}],!M.every(e=>e<=0)){var H,P;const e=((null==(H=a.flip)?void 0:H.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Dt(t))||k.every(e=>Dt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:k},reset:{placement:t}}}let o=null==(P=k.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:P.placement;if(!o)switch(u){case"bestFit":{var V;const e=null==(V=k.filter(e=>{if(y){const t=Dt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(o=e);break}case"initialPlacement":o=i}if(l!==o)return{reset:{placement:o}}}return{}}}},Go=(e,t,o)=>{const n=new Map,l={platform:qo,...o},a={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:a=[],platform:r}=o,i=a.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let d=await r.getElementRects({reference:e,floating:t,strategy:l}),{x:c,y:h}=eo(d,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:a,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:c,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:d,platform:r,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=m?m:h,u={...u,[a]:{...u[a],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(d=!0===b.rects?await r.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:c,y:h}=eo(d,v,s))),o=-1)}return{x:c,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:a})};var Qo=u`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`,en=u`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,tn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}:host([tone=brand][expand=always]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=always]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=sm]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=md]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=lg]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xxl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`
|
|
175
177
|
/**
|
|
176
178
|
* @license
|
|
177
179
|
* Copyright 2020 Google LLC
|
|
178
180
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
179
|
-
*/;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const
|
|
181
|
+
*/;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const on=(e,t)=>{const o=e._$disconnectableChildren;if(void 0===o)return!1;for(const e of o)e._$notifyDirectiveConnectionChanged?.(t,!1),on(e,t);return!0},nn=e=>{let t,o;do{if(void 0===(t=e._$parent))break;o=t._$disconnectableChildren,o.delete(e),e=t}while(0===o?.size)},ln=e=>{for(let t;t=e._$parent;e=t){let o=t._$disconnectableChildren;if(void 0===o)t._$disconnectableChildren=o=new Set;else if(o.has(e))break;o.add(e),sn(t)}};
|
|
180
182
|
/**
|
|
181
183
|
* @license
|
|
182
184
|
* Copyright 2017 Google LLC
|
|
183
185
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
184
|
-
*/function
|
|
186
|
+
*/function an(e){void 0!==this._$disconnectableChildren?(nn(this),this._$parent=e,ln(this)):this._$parent=e}function rn(e,t=!1,o=0){const n=this._$committedValue,l=this._$disconnectableChildren;if(void 0!==l&&0!==l.size)if(t)if(Array.isArray(n))for(let e=o;e<n.length;e++)on(n[e],!1),nn(n[e]);else null!=n&&(on(n,!1),nn(n));else on(this,e)}const sn=e=>{e.type==Te&&(e._$notifyConnectionChanged??=rn,e._$reparentDisconnectables??=an)};class dn extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,o){super._$initialize(e,t,o),ln(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(on(this,e),nn(this))}setValue(e){if(void 0===this.__part.strings)this.__part._$setValue(e,this);else{if(void 0===this.__attributeIndex)throw new Error("Expected this.__attributeIndex to be a number");const t=[...this.__part._$committedValue];t[this.__attributeIndex]=e,this.__part._$setValue(t,this,0)}}disconnected(){}reconnected(){}}
|
|
185
187
|
/**
|
|
186
188
|
* @license
|
|
187
189
|
* Copyright 2020 Google LLC
|
|
188
190
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
189
|
-
*/const
|
|
191
|
+
*/const cn=()=>new hn;class hn{}const vn=new WeakMap;const un=Ne(class extends dn{render(e){return de}update(e,[t]){const o=t!==this._ref;return o&&void 0!==this._ref&&this._updateRefValue(void 0),(o||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),de}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let o=vn.get(t);void 0===o&&(o=new WeakMap,vn.set(t,o)),void 0!==o.get(this._ref)&&this._ref.call(this._context,void 0),o.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?vn.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}});class pn extends qe{constructor(){super(...arguments),this.myDropdown=cn(),this.dropdownMenuId=ot("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=cn(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){if(!this.disabled&&!this.menuIsOpen){if(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this._startAutoUpdate(),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Qe(this,"dropdown.show");await Fe(this.menuRef.value,[{opacity:0,transform:`translateY(${e})`},{opacity:1,transform:"translateY(0)"}],t)}this.emit("sgds-after-show")}}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=Ko(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}async hideMenu(e){if(this.menuIsOpen){if(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuRef.value){const e=(this.menuRef.value.getAttribute("data-placement")||"").startsWith("top")?"4px":"-4px",{options:t}=Qe(this,"dropdown.hide");await Fe(this.menuRef.value,[{opacity:1,transform:"translateY(0)"},{opacity:0,transform:`translateY(${e})`}],t)}this.menuIsOpen=!1,this.emit("sgds-after-hide"),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const o=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},n=t.map(o),l=e.map(e=>{const l=o(e),a=n.indexOf(l);return-1!==a?t[a]:e}).concat(t.filter(t=>!e.some(e=>o(e)===o(t))));return l}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Yo(8),this.noFlip?void 0:Jo(),Xo()].filter(Boolean);let o=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(o=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const n=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:o}),{x:l,y:a,strategy:r,placement:i}=await Go(this.myDropdown.value,this.menuRef.value,n);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:r,left:`${l}px`,top:`${a}px`})}}e([Se({type:Boolean,state:!0})],pn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],pn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],pn.prototype,"drop",void 0),e([Se({type:Object})],pn.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"readonly",void 0),et("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),et("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class gn extends pn{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),o=t.find(t=>e.composedPath().includes(t));if(!o)return;const n=t.indexOf(o);this.nextDropdownItemNo=n+1,this.prevDropdownItemNo=n<=0?t.length-1:n-1,o.disabled||(this.emit("sgds-select",{detail:{item:o}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const o=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");o&&o.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Escape":this.menuIsOpen&&(e.preventDefault(),this.hideMenu());break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>"menuitem"===e.getAttribute("role")&&!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden&&!e.readonly)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const o=(e%t.length+t.length)%t.length,n=t[o];this.emit("i-sgds-option-focus",{detail:{option:n}}),this.nextDropdownItemNo=(o+1)%t.length,this.prevDropdownItemNo=(o-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===n?"0":"-1"),e===n&&t.focus()})}}gn.styles=pn.styles,e([Ae("ul.dropdown-menu")],gn.prototype,"menu",void 0),e([Be()],gn.prototype,"nextDropdownItemNo",void 0),e([Be()],gn.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],gn.prototype,"hidden",void 0);class fn extends gn{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=un()}async _handleClick(e){if(this.disabled)return;const t=this._toggler[0];if(!t)return void this.toggleMenu();if(e.composedPath().includes(t))return void this.toggleMenu();if(!this.menuIsOpen)return;const o=this.menuRef.value;o&&e.composedPath().includes(o)||this.hideMenu()}_handleCloseMenu(){const e=this._toggler[0];null==e||e.focus()}async connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._handleCloseMenu)}async disconnectedCallback(){this.removeEventListener("sgds-hide",this._handleCloseMenu)}async firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&await this.updateFloatingPosition(),this._handleDisabled()}_handleTogglerSlotChange(e){const t=e.target.assignedElements({flatten:!0})[0];t&&(t.setAttribute("aria-haspopup","menu"),t.setAttribute("aria-expanded",String(this.menuIsOpen)))}_handleMenuIsOpenChange(){const e=this._toggler[0];e&&e.setAttribute("aria-expanded",String(this.menuIsOpen))}_handleDisabled(){const e=this._toggler[0];e&&(this.disabled?e.setAttribute("disabled","true"):e.hasAttribute("disabled")&&e.removeAttribute("disabled"))}render(){return re`
|
|
190
192
|
<div class="dropdown" @click=${this._handleClick}>
|
|
191
|
-
<div class="toggler-container" ${
|
|
193
|
+
<div class="toggler-container" ${un(this.myDropdown)}>
|
|
192
194
|
<slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
|
|
193
195
|
</div>
|
|
194
|
-
<div class="dropdown-menu" role="menu" ${
|
|
196
|
+
<div class="dropdown-menu" role="menu" ${un(this.menuRef)}>
|
|
195
197
|
<slot id="default" @click=${this.handleSelectSlot}></slot>
|
|
196
198
|
</div>
|
|
197
199
|
</div>
|
|
198
|
-
`}}
|
|
200
|
+
`}}fn.styles=[...gn.styles,Qo,en],e([Se({type:Boolean,reflect:!0,state:!1})],fn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],fn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],fn.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],fn.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],fn.prototype,"_toggler",void 0),e([nt("menuIsOpen")],fn.prototype,"_handleMenuIsOpenChange",null),e([nt("disabled",{waitUntilFirstUpdate:!0})],fn.prototype,"_handleDisabled",null);var mn=u`:host([disabled]){cursor:not-allowed}.dropdown-item{align-items:center;background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-sm);padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-align:inherit}.dropdown-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus,.dropdown-item:focus-visible{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.dropdown-item.active{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-primary-color-default);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item.readonly{cursor:default}.dropdown-item.readonly:focus,.dropdown-item.readonly:focus-visible,.dropdown-item.readonly:hover{background-color:var(--sgds-bg-transparent);outline:none}::slotted(*){color:inherit!important;display:flex;gap:var(--sgds-gap-sm);text-decoration:none!important}::slotted(a),::slotted(sgds-checkbox){flex:1;margin:calc(var(--sgds-padding-sm)*-1) calc(var(--sgds-padding-lg)*-1);padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.dropdown-item.mainnav-dropdown-link{padding:var(--sgds-padding-none)}.dropdown-item.mainnav-dropdown-link ::slotted(*){box-sizing:border-box;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}@media screen and (min-width:1024px){.dropdown-item.mainnav-dropdown-link ::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class wn extends qe{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.readonly=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return re`
|
|
199
201
|
<div
|
|
200
|
-
class="dropdown-item ${Ie({disabled:this.disabled,active:this.active})}"
|
|
201
|
-
tabindex=${this.disabled?"-1":"0"}
|
|
202
|
-
aria-label=${
|
|
202
|
+
class="dropdown-item ${Ie({disabled:this.disabled,active:this.active,readonly:this.readonly})}"
|
|
203
|
+
tabindex=${this.disabled||this.readonly?"-1":"0"}
|
|
204
|
+
aria-label=${Ue(this.ariaLabel||void 0)}
|
|
203
205
|
>
|
|
204
206
|
<slot></slot>
|
|
205
207
|
</div>
|
|
206
|
-
`}}
|
|
208
|
+
`}}wn.styles=[Qo,mn],wn.dependencies={"sgds-icon":gt},e([Ee({flatten:!0})],wn.prototype,"anchor",void 0),e([Se({type:Boolean})],wn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],wn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],wn.prototype,"readonly",void 0),e([Se({type:String})],wn.prototype,"ariaLabel",void 0);const bn="Enter";class _n extends qe{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=ot("dropdown","button"),this.active=!1,this.disabled=!1}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}updated(){this._breakpointReached&&(this._copyTextToMenu(),this._resetDropdownMenu(),this._hideDropdownMenuItems())}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{var t;e.addEventListener("keydown",this._handleKeyboardMenuItemsEvent.bind(this));const o=e.shadowRoot.querySelector(".dropdown-item");o.classList.add("mainnav-dropdown-link");const n=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");n.tabIndex=-1,o.classList.contains("disabled")?(n.setAttribute("href","javascript:void(0)"),n.setAttribute("tabindex","-1")):n.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),o=[this.menuHeaderButton,...t],n=o.length;if(0===n)return;const l=o[0],a=o[n-1].shadowRoot.querySelector(".dropdown-item");let r=document.activeElement;if(r===this&&(r=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)r===l&&(e.preventDefault(),setTimeout(()=>{a.focus()},0));else{const t=r.shadowRoot?r.shadowRoot.querySelector(".dropdown-item"):null;t&&t===a&&(e.preventDefault(),l.focus())}}_copyTextToMenu(){this.menuHeaderText.innerHTML=this.togglerNodes[0].innerHTML}_hideDropdownMenuItems(){this.dropdownItems.style.display="none",this.dropdownItems.setAttribute("aria-hidden","true")}_resetDropdownMenu(){const e=this._getNavbarBody();return e?new Promise(t=>{const o=n=>{"transform"===n.propertyName&&(e.removeEventListener("transitionend",o),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",o),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==bn&&" "!==e.key||(e.preventDefault(),this._openMenu())}_getNavbarBody(){const e=document.querySelector("sgds-mainnav");if(!(null==e?void 0:e.shadowRoot))return void console.warn("sgds-mainnav or its shadowRoot not found");const t=e.shadowRoot.querySelector(".navbar-body");if(t)return t;console.warn(".navbar-body not found in sgds-mainnav")}_openMenu(){this._getNavbarBody().style.transform="translateX(-100%)",this.dropdownItems.style.removeProperty("display"),this.dropdownItems.setAttribute("aria-hidden","false"),setTimeout(()=>{this.menuHeaderButton.focus()},50)}_handleHeaderKeyboardEvent(e){switch(e.key){case"Tab":this._handleKeyboardMenuItemsEvent(e);break;case bn:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=re`
|
|
207
209
|
<a
|
|
208
210
|
class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
209
211
|
aria-disabled=${this.disabled?"true":"false"}
|
|
210
|
-
aria-label=${
|
|
212
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
211
213
|
tabindex=${this.disabled?"-1":"0"}
|
|
212
214
|
role="button"
|
|
213
215
|
@click=${this._openMenu}
|
|
@@ -223,14 +225,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
223
225
|
</a>
|
|
224
226
|
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
225
227
|
</div>
|
|
226
|
-
`,t=
|
|
227
|
-
.floatingOpts=${{middleware:[
|
|
228
|
+
`,t=re`<sgds-dropdown
|
|
229
|
+
.floatingOpts=${{middleware:[Yo(0)]}}
|
|
228
230
|
?disabled=${this.disabled}
|
|
229
231
|
>
|
|
230
232
|
<a
|
|
231
233
|
class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
|
|
232
234
|
aria-disabled=${this.disabled?"true":"false"}
|
|
233
|
-
aria-label=${
|
|
235
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
234
236
|
id=${this.togglerId}
|
|
235
237
|
tabindex=${this.disabled?"-1":"0"}
|
|
236
238
|
role="button"
|
|
@@ -240,14 +242,65 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
240
242
|
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
241
243
|
</a>
|
|
242
244
|
<slot @slotchange=${this._handleDesktopSlotChange}></slot>
|
|
243
|
-
</sgds-dropdown>`;return this._breakpointReached?e:t}}bo.styles=[...We.styles,Gn,Qn,eo],bo.dependencies={"sgds-dropdown":fo,"sgds-dropdown-item":mo,"sgds-icon":ft},e([i({context:xt,subscribe:!0}),Be()],bo.prototype,"_breakpointReached",void 0),e([i({context:yt,subscribe:!0}),Be()],bo.prototype,"expanded",void 0),e([Ae(".nav-link")],bo.prototype,"navLink",void 0),e([Ae(".dropdown-items")],bo.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],bo.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],bo.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],bo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],bo.prototype,"disabled",void 0),e([Se({type:String})],bo.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],bo.prototype,"togglerNodes",void 0),e([Ee()],bo.prototype,"defaultNodes",void 0);var _o=v`: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 xo extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,n=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(n.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===n.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===n.length){const e=n[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 ae`<slot @slotchange=${this._handleSlotChange}></slot>`}}function yo(e,t){customElements.get(e)||customElements.define(e,t)}xo.styles=[...We.styles,_o],e([Se({type:Boolean,reflect:!0})],xo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],xo.prototype,"disabled",void 0),e([nt("disabled")],xo.prototype,"_handleDisabled",null),yo("sgds-mainnav",Ht),yo("sgds-mainnav-dropdown",bo),yo("sgds-mainnav-item",xo);var Zo=ae`
|
|
245
|
+
</sgds-dropdown>`;return this._breakpointReached?e:t}}_n.styles=[...qe.styles,Qo,en,tn],_n.dependencies={"sgds-dropdown":fn,"sgds-dropdown-item":wn,"sgds-icon":gt},e([i({context:Ct,subscribe:!0}),Be()],_n.prototype,"_breakpointReached",void 0),e([i({context:Mt,subscribe:!0}),Be()],_n.prototype,"expanded",void 0),e([Ae(".nav-link")],_n.prototype,"navLink",void 0),e([Ae(".dropdown-items")],_n.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],_n.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],_n.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],_n.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],_n.prototype,"disabled",void 0),e([Se({type:String})],_n.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],_n.prototype,"togglerNodes",void 0),e([Ee()],_n.prototype,"defaultNodes",void 0);var xn=u`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}:host([tone=brand][expand=always]) ::slotted(*),:host([tone^=gradient][expand=always]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) ::slotted(*),:host([tone^=gradient][expand=sm]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) ::slotted(*),:host([tone^=gradient][expand=md]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) ::slotted(*),:host([tone^=gradient][expand=lg]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) ::slotted(*),:host([tone^=gradient][expand=xl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) ::slotted(*),:host([tone^=gradient][expand=xxl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}@media screen and (min-width:512px){:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:768px){:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class yn extends qe{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,o=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(o.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===o.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===o.length){const e=o[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return re`<slot @slotchange=${this._handleSlotChange}></slot>`}}yn.styles=[...qe.styles,xn],e([Se({type:Boolean,reflect:!0})],yn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],yn.prototype,"disabled",void 0),e([nt("disabled")],yn.prototype,"_handleDisabled",null);var Zn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}button.nav-link{appearance:none;background:none;border:none;font-family:inherit}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.nav-link.read-only,.profile-avatar-mobile.read-only{cursor:default;pointer-events:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.profile-text{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-text-2-xs,2px);text-align:left}.profile-label{font-weight:var(--sgds-font-weight-semibold)}.profile-label,.profile-secondary-text{font-size:var(--sgds-font-size-body-xs);line-height:var(--sgds-line-height-3-xs,16px)}sgds-dropdown{display:block;height:100%}.profile-avatar-mobile{align-items:center;background:none;border:none;border-radius:var(--sgds-border-radius-full);color:inherit;cursor:pointer;display:flex;font:inherit;height:100%;margin:0;padding:0}.profile-avatar-mobile:focus-visible{outline:none}.profile-avatar-mobile:focus-visible ::slotted(*){border-radius:var(--sgds-border-radius-full);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.profile-mobile-panel{animation:profile-panel-show .2s ease-in-out;background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);left:0;padding:var(--sgds-padding-md) 0;position:absolute;top:100%;width:100%;z-index:var(--sgds-z-index-floating)}.profile-mobile-panel[hidden]{display:none}@keyframes profile-panel-show{0%{max-height:0;opacity:0}to{max-height:100dvh;opacity:1}}.profile-mobile-items{display:flex;flex-direction:column;height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);overflow-y:auto;width:100%}@media screen and (min-width:1024px){.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Cn extends qe{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this._hasDropdownItems=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=ot("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleClickOutside=e=>{this._mobileMenuOpen&&"inside"!==this.close&&(e.composedPath().includes(this)||(this._mobileMenuOpen=!1))},this._handleSlotChange=()=>{this._hasDropdownItems=this._defaultSlotElements.length>0},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}connectedCallback(){super.connectedCallback(),window.addEventListener("click",this._handleClickOutside)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",this._handleClickOutside)}render(){return this._breakpointReached?this._hasDropdownItems?re`
|
|
246
|
+
<button
|
|
247
|
+
class="profile-avatar-mobile"
|
|
248
|
+
aria-label=${this.ariaLabel||"Toggle navigation"}
|
|
249
|
+
aria-expanded=${this._mobileMenuOpen?"true":"false"}
|
|
250
|
+
@click=${this._handleMobileToggle}
|
|
251
|
+
@keydown=${this._handleKeydown}
|
|
252
|
+
>
|
|
253
|
+
<slot name="avatar"></slot>
|
|
254
|
+
</button>
|
|
255
|
+
<div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
|
|
256
|
+
<div class="profile-mobile-items">
|
|
257
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
`:re`
|
|
261
|
+
<div class="profile-avatar-mobile read-only">
|
|
262
|
+
<slot name="avatar"></slot>
|
|
263
|
+
</div>
|
|
264
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
265
|
+
`:this._hasDropdownItems?re`
|
|
266
|
+
<sgds-dropdown .floatingOpts=${{middleware:[Yo(0)]}} ?disabled=${this.disabled} close=${this.close}>
|
|
267
|
+
<button
|
|
268
|
+
class="${Ie({"nav-link":!0,disabled:this.disabled})}"
|
|
269
|
+
aria-disabled=${this.disabled?"true":"false"}
|
|
270
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
271
|
+
id=${this.togglerId}
|
|
272
|
+
tabindex=${this.disabled?"-1":"0"}
|
|
273
|
+
slot="toggler"
|
|
274
|
+
>
|
|
275
|
+
<slot name="avatar"></slot>
|
|
276
|
+
${this.label||this.secondaryText?re`<div class="profile-text">
|
|
277
|
+
${this.label?re`<span class="profile-label">${this.label}</span>`:de}
|
|
278
|
+
${this.secondaryText?re`<span class="profile-secondary-text">${this.secondaryText}</span>`:de}
|
|
279
|
+
</div>`:de}
|
|
280
|
+
<sgds-icon name="chevron-down" size="md"></sgds-icon>
|
|
281
|
+
</button>
|
|
282
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
283
|
+
</sgds-dropdown>
|
|
284
|
+
`:re`
|
|
285
|
+
<div
|
|
286
|
+
class="${Ie({"nav-link":!0,"read-only":!0})}"
|
|
287
|
+
aria-label=${Ue(this.ariaLabel)}
|
|
288
|
+
>
|
|
289
|
+
<slot name="avatar"></slot>
|
|
290
|
+
${this.label||this.secondaryText?re`<div class="profile-text">
|
|
291
|
+
${this.label?re`<span class="profile-label">${this.label}</span>`:de}
|
|
292
|
+
${this.secondaryText?re`<span class="profile-secondary-text">${this.secondaryText}</span>`:de}
|
|
293
|
+
</div>`:de}
|
|
294
|
+
</div>
|
|
295
|
+
<slot @slotchange=${this._handleSlotChange}></slot>
|
|
296
|
+
`}}Cn.styles=[...qe.styles,Zn],Cn.dependencies={"sgds-dropdown":fn,"sgds-icon":gt},e([Be()],Cn.prototype,"_breakpointReached",void 0),e([Be()],Cn.prototype,"_mobileMenuOpen",void 0),e([Be()],Cn.prototype,"_hasDropdownItems",void 0),e([Ee({flatten:!0})],Cn.prototype,"_defaultSlotElements",void 0),e([Se({type:String,reflect:!0})],Cn.prototype,"label",void 0),e([Se({type:String,reflect:!0})],Cn.prototype,"secondaryText",void 0),e([Se({type:Boolean})],Cn.prototype,"disabled",void 0),e([Se({type:String})],Cn.prototype,"ariaLabel",void 0),e([Se({type:String})],Cn.prototype,"close",void 0);class Mn extends Cn{constructor(){super(...arguments),this._breakpointReached=!0}}function kn(e,t){customElements.get(e)||customElements.define(e,t)}e([i({context:Ct,subscribe:!0}),Be()],Mn.prototype,"_breakpointReached",void 0),kn("sgds-mainnav",Ht),kn("sgds-mainnav-dropdown",_n),kn("sgds-mainnav-item",yn),kn("sgds-mainnav-profile",Mn);var Hn=re`
|
|
244
297
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
245
298
|
<path
|
|
246
299
|
fill="currentColor"
|
|
247
300
|
d="M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z"
|
|
248
301
|
/>
|
|
249
302
|
</svg>
|
|
250
|
-
`,
|
|
303
|
+
`,Pn=Object.freeze({__proto__:null,default:Hn}),Vn=re`
|
|
251
304
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
252
305
|
<path
|
|
253
306
|
fill="currentColor"
|
|
@@ -260,35 +313,35 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
260
313
|
clip-rule="evenodd"
|
|
261
314
|
/>
|
|
262
315
|
</svg>
|
|
263
|
-
`,
|
|
316
|
+
`,zn=Object.freeze({__proto__:null,default:Vn}),On=re`
|
|
264
317
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
265
318
|
<path
|
|
266
319
|
fill="currentColor"
|
|
267
320
|
d="M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z"
|
|
268
321
|
/>
|
|
269
322
|
</svg>
|
|
270
|
-
|
|
323
|
+
`,$n=Object.freeze({__proto__:null,default:On}),Sn=re`
|
|
271
324
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
272
325
|
<path
|
|
273
326
|
fill="currentColor"
|
|
274
327
|
d="M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z"
|
|
275
328
|
/>
|
|
276
329
|
</svg>
|
|
277
|
-
`,
|
|
330
|
+
`,Bn=Object.freeze({__proto__:null,default:Sn}),jn=re`
|
|
278
331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
279
332
|
<path
|
|
280
333
|
fill="currentColor"
|
|
281
334
|
d="M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z"
|
|
282
335
|
/>
|
|
283
336
|
</svg>
|
|
284
|
-
|
|
337
|
+
`,Ln=Object.freeze({__proto__:null,default:jn}),An=re`
|
|
285
338
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
286
339
|
<path
|
|
287
340
|
fill="currentColor"
|
|
288
341
|
d="M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z"
|
|
289
342
|
/>
|
|
290
343
|
</svg>
|
|
291
|
-
`,
|
|
344
|
+
`,En=Object.freeze({__proto__:null,default:An}),Rn=re`
|
|
292
345
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
293
346
|
<path
|
|
294
347
|
fill="currentColor"
|
|
@@ -301,7 +354,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
301
354
|
clip-rule="evenodd"
|
|
302
355
|
/>
|
|
303
356
|
</svg>
|
|
304
|
-
`,
|
|
357
|
+
`,Tn=Object.freeze({__proto__:null,default:Rn}),Nn=re`
|
|
305
358
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
306
359
|
<path
|
|
307
360
|
fill="currentColor"
|
|
@@ -314,7 +367,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
314
367
|
clip-rule="evenodd"
|
|
315
368
|
/>
|
|
316
369
|
</svg>
|
|
317
|
-
`,
|
|
370
|
+
`,Dn=Object.freeze({__proto__:null,default:Nn}),In=re`
|
|
318
371
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
319
372
|
<path
|
|
320
373
|
fill="currentColor"
|
|
@@ -327,7 +380,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
327
380
|
clip-rule="evenodd"
|
|
328
381
|
/>
|
|
329
382
|
</svg>
|
|
330
|
-
`,
|
|
383
|
+
`,Un=Object.freeze({__proto__:null,default:In}),Wn=re`
|
|
331
384
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
332
385
|
<path
|
|
333
386
|
fill="currentColor"
|
|
@@ -340,7 +393,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
340
393
|
clip-rule="evenodd"
|
|
341
394
|
/>
|
|
342
395
|
</svg>
|
|
343
|
-
`,
|
|
396
|
+
`,qn=Object.freeze({__proto__:null,default:Wn}),Fn=re`
|
|
344
397
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
345
398
|
<path
|
|
346
399
|
fill="currentColor"
|
|
@@ -349,7 +402,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
349
402
|
clip-rule="evenodd"
|
|
350
403
|
/>
|
|
351
404
|
</svg>
|
|
352
|
-
`,
|
|
405
|
+
`,Kn=Object.freeze({__proto__:null,default:Fn}),Yn=re`
|
|
353
406
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
354
407
|
<path
|
|
355
408
|
fill="currentColor"
|
|
@@ -358,7 +411,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
358
411
|
clip-rule="evenodd"
|
|
359
412
|
/>
|
|
360
413
|
</svg>
|
|
361
|
-
`,
|
|
414
|
+
`,Xn=Object.freeze({__proto__:null,default:Yn}),Jn=re`
|
|
362
415
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
363
416
|
<path
|
|
364
417
|
fill="currentColor"
|
|
@@ -367,7 +420,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
367
420
|
clip-rule="evenodd"
|
|
368
421
|
/>
|
|
369
422
|
</svg>
|
|
370
|
-
`,
|
|
423
|
+
`,Gn=Object.freeze({__proto__:null,default:Jn}),Qn=re`
|
|
371
424
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
372
425
|
<path
|
|
373
426
|
fill="currentColor"
|
|
@@ -376,7 +429,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
376
429
|
clip-rule="evenodd"
|
|
377
430
|
/>
|
|
378
431
|
</svg>
|
|
379
|
-
`,
|
|
432
|
+
`,el=Object.freeze({__proto__:null,default:Qn}),tl=re`
|
|
380
433
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
381
434
|
<path
|
|
382
435
|
fill="currentColor"
|
|
@@ -385,7 +438,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
385
438
|
clip-rule="evenodd"
|
|
386
439
|
/>
|
|
387
440
|
</svg>
|
|
388
|
-
`,
|
|
441
|
+
`,ol=Object.freeze({__proto__:null,default:tl}),nl=re`
|
|
389
442
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
390
443
|
<path
|
|
391
444
|
fill="currentColor"
|
|
@@ -398,7 +451,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
398
451
|
clip-rule="evenodd"
|
|
399
452
|
/>
|
|
400
453
|
</svg>
|
|
401
|
-
`,
|
|
454
|
+
`,ll=Object.freeze({__proto__:null,default:nl}),al=re`
|
|
402
455
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
403
456
|
<path
|
|
404
457
|
fill="currentColor"
|
|
@@ -411,7 +464,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
411
464
|
clip-rule="evenodd"
|
|
412
465
|
/>
|
|
413
466
|
</svg>
|
|
414
|
-
`,
|
|
467
|
+
`,rl=Object.freeze({__proto__:null,default:al}),il=re`
|
|
415
468
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
416
469
|
<path
|
|
417
470
|
fill="currentColor"
|
|
@@ -424,7 +477,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
424
477
|
clip-rule="evenodd"
|
|
425
478
|
/>
|
|
426
479
|
</svg>
|
|
427
|
-
`,
|
|
480
|
+
`,sl=Object.freeze({__proto__:null,default:il}),dl=re`
|
|
428
481
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
429
482
|
<path
|
|
430
483
|
fill="currentColor"
|
|
@@ -437,7 +490,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
437
490
|
clip-rule="evenodd"
|
|
438
491
|
/>
|
|
439
492
|
</svg>
|
|
440
|
-
`,
|
|
493
|
+
`,cl=Object.freeze({__proto__:null,default:dl}),hl=re`
|
|
441
494
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
442
495
|
<path
|
|
443
496
|
fill="currentColor"
|
|
@@ -446,7 +499,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
446
499
|
clip-rule="evenodd"
|
|
447
500
|
/>
|
|
448
501
|
</svg>
|
|
449
|
-
`,
|
|
502
|
+
`,vl=Object.freeze({__proto__:null,default:hl}),ul=re`
|
|
450
503
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
451
504
|
<path
|
|
452
505
|
fill="currentColor"
|
|
@@ -455,7 +508,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
455
508
|
clip-rule="evenodd"
|
|
456
509
|
/>
|
|
457
510
|
</svg>
|
|
458
|
-
`,
|
|
511
|
+
`,pl=Object.freeze({__proto__:null,default:ul}),gl=re`
|
|
459
512
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
460
513
|
<path
|
|
461
514
|
fill="currentColor"
|
|
@@ -464,7 +517,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
464
517
|
clip-rule="evenodd"
|
|
465
518
|
/>
|
|
466
519
|
</svg>
|
|
467
|
-
`,
|
|
520
|
+
`,fl=Object.freeze({__proto__:null,default:gl}),ml=re`
|
|
468
521
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
469
522
|
<path
|
|
470
523
|
fill="currentColor"
|
|
@@ -473,7 +526,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
473
526
|
clip-rule="evenodd"
|
|
474
527
|
/>
|
|
475
528
|
</svg>
|
|
476
|
-
`,
|
|
529
|
+
`,wl=Object.freeze({__proto__:null,default:ml}),bl=re`
|
|
477
530
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
478
531
|
<path
|
|
479
532
|
fill="currentColor"
|
|
@@ -482,7 +535,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
482
535
|
clip-rule="evenodd"
|
|
483
536
|
/>
|
|
484
537
|
</svg>
|
|
485
|
-
`,
|
|
538
|
+
`,_l=Object.freeze({__proto__:null,default:bl}),xl=re`
|
|
486
539
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
487
540
|
<path
|
|
488
541
|
fill="currentColor"
|
|
@@ -491,7 +544,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
491
544
|
clip-rule="evenodd"
|
|
492
545
|
/>
|
|
493
546
|
</svg>
|
|
494
|
-
`,
|
|
547
|
+
`,yl=Object.freeze({__proto__:null,default:xl}),Zl=re`
|
|
495
548
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
496
549
|
<path
|
|
497
550
|
fill="currentColor"
|
|
@@ -500,7 +553,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
500
553
|
clip-rule="evenodd"
|
|
501
554
|
/>
|
|
502
555
|
</svg>
|
|
503
|
-
`,
|
|
556
|
+
`,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=re`
|
|
504
557
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
505
558
|
<path
|
|
506
559
|
fill="currentColor"
|
|
@@ -509,7 +562,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
509
562
|
clip-rule="evenodd"
|
|
510
563
|
/>
|
|
511
564
|
</svg>
|
|
512
|
-
`,
|
|
565
|
+
`,kl=Object.freeze({__proto__:null,default:Ml}),Hl=re`
|
|
513
566
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
514
567
|
<path
|
|
515
568
|
fill="currentColor"
|
|
@@ -518,7 +571,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
518
571
|
clip-rule="evenodd"
|
|
519
572
|
/>
|
|
520
573
|
</svg>
|
|
521
|
-
`,
|
|
574
|
+
`,Pl=Object.freeze({__proto__:null,default:Hl}),Vl=re`
|
|
522
575
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
523
576
|
<path
|
|
524
577
|
fill="currentColor"
|
|
@@ -527,7 +580,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
527
580
|
clip-rule="evenodd"
|
|
528
581
|
/>
|
|
529
582
|
</svg>
|
|
530
|
-
`,
|
|
583
|
+
`,zl=Object.freeze({__proto__:null,default:Vl}),Ol=re`
|
|
531
584
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
532
585
|
<path
|
|
533
586
|
fill="currentColor"
|
|
@@ -540,7 +593,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
540
593
|
clip-rule="evenodd"
|
|
541
594
|
/>
|
|
542
595
|
</svg>
|
|
543
|
-
|
|
596
|
+
`,$l=Object.freeze({__proto__:null,default:Ol}),Sl=re`
|
|
544
597
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
545
598
|
<path
|
|
546
599
|
fill="currentColor"
|
|
@@ -549,7 +602,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
549
602
|
clip-rule="evenodd"
|
|
550
603
|
/>
|
|
551
604
|
</svg>
|
|
552
|
-
`,
|
|
605
|
+
`,Bl=Object.freeze({__proto__:null,default:Sl}),jl=re`
|
|
553
606
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
554
607
|
<path
|
|
555
608
|
fill="currentColor"
|
|
@@ -562,7 +615,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
562
615
|
clip-rule="evenodd"
|
|
563
616
|
/>
|
|
564
617
|
</svg>
|
|
565
|
-
|
|
618
|
+
`,Ll=Object.freeze({__proto__:null,default:jl}),Al=re`
|
|
566
619
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
567
620
|
<path
|
|
568
621
|
fill="currentColor"
|
|
@@ -577,7 +630,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
577
630
|
clip-rule="evenodd"
|
|
578
631
|
/>
|
|
579
632
|
</svg>
|
|
580
|
-
`,
|
|
633
|
+
`,El=Object.freeze({__proto__:null,default:Al}),Rl=re`
|
|
581
634
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
582
635
|
<path
|
|
583
636
|
fill="currentColor"
|
|
@@ -590,7 +643,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
590
643
|
clip-rule="evenodd"
|
|
591
644
|
/>
|
|
592
645
|
</svg>
|
|
593
|
-
`,
|
|
646
|
+
`,Tl=Object.freeze({__proto__:null,default:Rl}),Nl=re`
|
|
594
647
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
595
648
|
<path
|
|
596
649
|
fill="currentColor"
|
|
@@ -599,7 +652,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
599
652
|
clip-rule="evenodd"
|
|
600
653
|
/>
|
|
601
654
|
</svg>
|
|
602
|
-
`,
|
|
655
|
+
`,Dl=Object.freeze({__proto__:null,default:Nl}),Il=re`
|
|
603
656
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
604
657
|
<path
|
|
605
658
|
fill="currentColor"
|
|
@@ -608,7 +661,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
608
661
|
clip-rule="evenodd"
|
|
609
662
|
/>
|
|
610
663
|
</svg>
|
|
611
|
-
`,
|
|
664
|
+
`,Ul=Object.freeze({__proto__:null,default:Il}),Wl=re`
|
|
612
665
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
613
666
|
<path
|
|
614
667
|
fill="currentColor"
|
|
@@ -621,7 +674,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
621
674
|
clip-rule="evenodd"
|
|
622
675
|
/>
|
|
623
676
|
</svg>
|
|
624
|
-
`,
|
|
677
|
+
`,ql=Object.freeze({__proto__:null,default:Wl}),Fl=re`
|
|
625
678
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
626
679
|
<path
|
|
627
680
|
fill="currentColor"
|
|
@@ -634,7 +687,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
634
687
|
clip-rule="evenodd"
|
|
635
688
|
/>
|
|
636
689
|
</svg>
|
|
637
|
-
`,
|
|
690
|
+
`,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=re`
|
|
638
691
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
639
692
|
<path
|
|
640
693
|
fill="currentColor"
|
|
@@ -647,7 +700,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
647
700
|
clip-rule="evenodd"
|
|
648
701
|
/>
|
|
649
702
|
</svg>
|
|
650
|
-
`,
|
|
703
|
+
`,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=re`
|
|
651
704
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
652
705
|
<path
|
|
653
706
|
fill="currentColor"
|
|
@@ -656,7 +709,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
656
709
|
clip-rule="evenodd"
|
|
657
710
|
/>
|
|
658
711
|
</svg>
|
|
659
|
-
`,
|
|
712
|
+
`,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=re`
|
|
660
713
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
661
714
|
<path
|
|
662
715
|
fill="currentColor"
|
|
@@ -665,7 +718,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
665
718
|
clip-rule="evenodd"
|
|
666
719
|
/>
|
|
667
720
|
</svg>
|
|
668
|
-
`,
|
|
721
|
+
`,ea=Object.freeze({__proto__:null,default:Ql}),ta=re`
|
|
669
722
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
670
723
|
<path
|
|
671
724
|
fill="currentColor"
|
|
@@ -674,7 +727,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
674
727
|
clip-rule="evenodd"
|
|
675
728
|
/>
|
|
676
729
|
</svg>
|
|
677
|
-
`,
|
|
730
|
+
`,oa=Object.freeze({__proto__:null,default:ta}),na=re`
|
|
678
731
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
679
732
|
<path
|
|
680
733
|
fill="currentColor"
|
|
@@ -683,7 +736,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
683
736
|
clip-rule="evenodd"
|
|
684
737
|
/>
|
|
685
738
|
</svg>
|
|
686
|
-
`,
|
|
739
|
+
`,la=Object.freeze({__proto__:null,default:na}),aa=re`
|
|
687
740
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
688
741
|
<path
|
|
689
742
|
fill="currentColor"
|
|
@@ -692,7 +745,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
692
745
|
clip-rule="evenodd"
|
|
693
746
|
/>
|
|
694
747
|
</svg>
|
|
695
|
-
`,
|
|
748
|
+
`,ra=Object.freeze({__proto__:null,default:aa}),ia=re`
|
|
696
749
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
697
750
|
<path
|
|
698
751
|
fill="currentColor"
|
|
@@ -701,7 +754,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
701
754
|
clip-rule="evenodd"
|
|
702
755
|
/>
|
|
703
756
|
</svg>
|
|
704
|
-
`,
|
|
757
|
+
`,sa=Object.freeze({__proto__:null,default:ia}),da=re`
|
|
705
758
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
706
759
|
<path
|
|
707
760
|
fill="currentColor"
|
|
@@ -710,14 +763,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
710
763
|
clip-rule="evenodd"
|
|
711
764
|
/>
|
|
712
765
|
</svg>
|
|
713
|
-
`,
|
|
766
|
+
`,ca=Object.freeze({__proto__:null,default:da}),ha=re`
|
|
714
767
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
715
768
|
<path
|
|
716
769
|
fill="currentColor"
|
|
717
770
|
d="M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z"
|
|
718
771
|
/>
|
|
719
772
|
</svg>
|
|
720
|
-
`,
|
|
773
|
+
`,va=Object.freeze({__proto__:null,default:ha}),ua=re`
|
|
721
774
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
722
775
|
<path
|
|
723
776
|
fill="currentColor"
|
|
@@ -726,7 +779,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
726
779
|
clip-rule="evenodd"
|
|
727
780
|
/>
|
|
728
781
|
</svg>
|
|
729
|
-
`,
|
|
782
|
+
`,pa=Object.freeze({__proto__:null,default:ua}),ga=re`
|
|
730
783
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
731
784
|
<path
|
|
732
785
|
fill="currentColor"
|
|
@@ -739,7 +792,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
739
792
|
clip-rule="evenodd"
|
|
740
793
|
/>
|
|
741
794
|
</svg>
|
|
742
|
-
`,
|
|
795
|
+
`,fa=Object.freeze({__proto__:null,default:ga}),ma=re`
|
|
743
796
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
744
797
|
<path
|
|
745
798
|
fill="currentColor"
|
|
@@ -752,7 +805,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
752
805
|
clip-rule="evenodd"
|
|
753
806
|
/>
|
|
754
807
|
</svg>
|
|
755
|
-
`,
|
|
808
|
+
`,wa=Object.freeze({__proto__:null,default:ma}),ba=re`
|
|
756
809
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
757
810
|
<path
|
|
758
811
|
fill="currentColor"
|
|
@@ -761,7 +814,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
761
814
|
clip-rule="evenodd"
|
|
762
815
|
/>
|
|
763
816
|
</svg>
|
|
764
|
-
`,
|
|
817
|
+
`,_a=Object.freeze({__proto__:null,default:ba}),xa=re`
|
|
765
818
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
766
819
|
<path
|
|
767
820
|
fill="currentColor"
|
|
@@ -770,7 +823,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
770
823
|
clip-rule="evenodd"
|
|
771
824
|
/>
|
|
772
825
|
</svg>
|
|
773
|
-
`,
|
|
826
|
+
`,ya=Object.freeze({__proto__:null,default:xa}),Za=re`
|
|
774
827
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
775
828
|
<path
|
|
776
829
|
fill="currentColor"
|
|
@@ -779,7 +832,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
779
832
|
clip-rule="evenodd"
|
|
780
833
|
/>
|
|
781
834
|
</svg>
|
|
782
|
-
`,
|
|
835
|
+
`,Ca=Object.freeze({__proto__:null,default:Za}),Ma=re`
|
|
783
836
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
784
837
|
<path
|
|
785
838
|
fill="currentColor"
|
|
@@ -792,14 +845,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
792
845
|
clip-rule="evenodd"
|
|
793
846
|
/>
|
|
794
847
|
</svg>
|
|
795
|
-
`,
|
|
848
|
+
`,ka=Object.freeze({__proto__:null,default:Ma}),Ha=re`
|
|
796
849
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
797
850
|
<path
|
|
798
851
|
fill="currentColor"
|
|
799
852
|
d="M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z"
|
|
800
853
|
/>
|
|
801
854
|
</svg>
|
|
802
|
-
`,
|
|
855
|
+
`,Pa=Object.freeze({__proto__:null,default:Ha}),Va=re`
|
|
803
856
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
804
857
|
<path
|
|
805
858
|
fill="currentColor"
|
|
@@ -814,14 +867,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
814
867
|
clip-rule="evenodd"
|
|
815
868
|
/>
|
|
816
869
|
</svg>
|
|
817
|
-
`,
|
|
870
|
+
`,za=Object.freeze({__proto__:null,default:Va}),Oa=re`
|
|
818
871
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
819
872
|
<path
|
|
820
873
|
fill="currentColor"
|
|
821
874
|
d="M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z"
|
|
822
875
|
/>
|
|
823
876
|
</svg>
|
|
824
|
-
|
|
877
|
+
`,$a=Object.freeze({__proto__:null,default:Oa}),Sa=re`
|
|
825
878
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
826
879
|
<path
|
|
827
880
|
fill="currentColor"
|
|
@@ -840,7 +893,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
840
893
|
clip-rule="evenodd"
|
|
841
894
|
/>
|
|
842
895
|
</svg>
|
|
843
|
-
`,
|
|
896
|
+
`,Ba=Object.freeze({__proto__:null,default:Sa}),ja=re`
|
|
844
897
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
845
898
|
<path
|
|
846
899
|
fill="currentColor"
|
|
@@ -849,7 +902,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
849
902
|
clip-rule="evenodd"
|
|
850
903
|
/>
|
|
851
904
|
</svg>
|
|
852
|
-
|
|
905
|
+
`,La=Object.freeze({__proto__:null,default:ja}),Aa=re`
|
|
853
906
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
854
907
|
<path
|
|
855
908
|
fill="currentColor"
|
|
@@ -858,7 +911,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
858
911
|
clip-rule="evenodd"
|
|
859
912
|
/>
|
|
860
913
|
</svg>
|
|
861
|
-
`,
|
|
914
|
+
`,Ea=Object.freeze({__proto__:null,default:Aa}),Ra=re`
|
|
862
915
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
863
916
|
<path
|
|
864
917
|
fill="currentColor"
|
|
@@ -867,7 +920,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
867
920
|
clip-rule="evenodd"
|
|
868
921
|
/>
|
|
869
922
|
</svg>
|
|
870
|
-
`,
|
|
923
|
+
`,Ta=Object.freeze({__proto__:null,default:Ra}),Na=re`
|
|
871
924
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
872
925
|
<path
|
|
873
926
|
fill="currentColor"
|
|
@@ -876,7 +929,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
876
929
|
clip-rule="evenodd"
|
|
877
930
|
/>
|
|
878
931
|
</svg>
|
|
879
|
-
`,
|
|
932
|
+
`,Da=Object.freeze({__proto__:null,default:Na}),Ia=re`
|
|
880
933
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
881
934
|
<path
|
|
882
935
|
fill="currentColor"
|
|
@@ -885,7 +938,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
885
938
|
clip-rule="evenodd"
|
|
886
939
|
/>
|
|
887
940
|
</svg>
|
|
888
|
-
`,
|
|
941
|
+
`,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=re`
|
|
889
942
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
890
943
|
<path
|
|
891
944
|
fill="currentColor"
|
|
@@ -894,7 +947,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
894
947
|
clip-rule="evenodd"
|
|
895
948
|
/>
|
|
896
949
|
</svg>
|
|
897
|
-
`,
|
|
950
|
+
`,qa=Object.freeze({__proto__:null,default:Wa}),Fa=re`
|
|
898
951
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
899
952
|
<path
|
|
900
953
|
fill="currentColor"
|
|
@@ -903,7 +956,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
903
956
|
clip-rule="evenodd"
|
|
904
957
|
/>
|
|
905
958
|
</svg>
|
|
906
|
-
`,
|
|
959
|
+
`,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=re`
|
|
907
960
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
908
961
|
<path
|
|
909
962
|
fill="currentColor"
|
|
@@ -932,7 +985,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
932
985
|
clip-rule="evenodd"
|
|
933
986
|
/>
|
|
934
987
|
</svg>
|
|
935
|
-
`,
|
|
988
|
+
`,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=re`
|
|
936
989
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
937
990
|
<path
|
|
938
991
|
fill="currentColor"
|
|
@@ -941,7 +994,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
941
994
|
clip-rule="evenodd"
|
|
942
995
|
/>
|
|
943
996
|
</svg>
|
|
944
|
-
`,
|
|
997
|
+
`,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=re`
|
|
945
998
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
946
999
|
<path
|
|
947
1000
|
fill="currentColor"
|
|
@@ -954,7 +1007,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
954
1007
|
d="M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z"
|
|
955
1008
|
/>
|
|
956
1009
|
</svg>
|
|
957
|
-
`,
|
|
1010
|
+
`,er=Object.freeze({__proto__:null,default:Qa}),tr=re`
|
|
958
1011
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
959
1012
|
<path
|
|
960
1013
|
fill="currentColor"
|
|
@@ -963,7 +1016,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
963
1016
|
clip-rule="evenodd"
|
|
964
1017
|
/>
|
|
965
1018
|
</svg>
|
|
966
|
-
`,
|
|
1019
|
+
`,or=Object.freeze({__proto__:null,default:tr}),nr=re`
|
|
967
1020
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
968
1021
|
<path
|
|
969
1022
|
fill="currentColor"
|
|
@@ -976,7 +1029,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
976
1029
|
clip-rule="evenodd"
|
|
977
1030
|
/>
|
|
978
1031
|
</svg>
|
|
979
|
-
`,
|
|
1032
|
+
`,lr=Object.freeze({__proto__:null,default:nr}),ar=re`
|
|
980
1033
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
981
1034
|
<path
|
|
982
1035
|
fill="currentColor"
|
|
@@ -985,7 +1038,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
985
1038
|
clip-rule="evenodd"
|
|
986
1039
|
/>
|
|
987
1040
|
</svg>
|
|
988
|
-
`,
|
|
1041
|
+
`,rr=Object.freeze({__proto__:null,default:ar}),ir=re`
|
|
989
1042
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
990
1043
|
<path
|
|
991
1044
|
fill="currentColor"
|
|
@@ -998,7 +1051,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
998
1051
|
clip-rule="evenodd"
|
|
999
1052
|
/>
|
|
1000
1053
|
</svg>
|
|
1001
|
-
`,
|
|
1054
|
+
`,sr=Object.freeze({__proto__:null,default:ir}),dr=re`
|
|
1002
1055
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1003
1056
|
<path
|
|
1004
1057
|
fill="currentColor"
|
|
@@ -1011,7 +1064,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1011
1064
|
clip-rule="evenodd"
|
|
1012
1065
|
/>
|
|
1013
1066
|
</svg>
|
|
1014
|
-
`,
|
|
1067
|
+
`,cr=Object.freeze({__proto__:null,default:dr}),hr=re`
|
|
1015
1068
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1016
1069
|
<path
|
|
1017
1070
|
fill="currentColor"
|
|
@@ -1020,7 +1073,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1020
1073
|
clip-rule="evenodd"
|
|
1021
1074
|
/>
|
|
1022
1075
|
</svg>
|
|
1023
|
-
`,
|
|
1076
|
+
`,vr=Object.freeze({__proto__:null,default:hr}),ur=re`
|
|
1024
1077
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1025
1078
|
<path
|
|
1026
1079
|
fill="currentColor"
|
|
@@ -1033,7 +1086,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1033
1086
|
d="M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z"
|
|
1034
1087
|
/>
|
|
1035
1088
|
</svg>
|
|
1036
|
-
`,
|
|
1089
|
+
`,pr=Object.freeze({__proto__:null,default:ur}),gr=re`
|
|
1037
1090
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1038
1091
|
<path
|
|
1039
1092
|
fill="currentColor"
|
|
@@ -1042,7 +1095,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1042
1095
|
clip-rule="evenodd"
|
|
1043
1096
|
/>
|
|
1044
1097
|
</svg>
|
|
1045
|
-
`,
|
|
1098
|
+
`,fr=Object.freeze({__proto__:null,default:gr}),mr=re`
|
|
1046
1099
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1047
1100
|
<path
|
|
1048
1101
|
fill="currentColor"
|
|
@@ -1051,7 +1104,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1051
1104
|
clip-rule="evenodd"
|
|
1052
1105
|
/>
|
|
1053
1106
|
</svg>
|
|
1054
|
-
`,
|
|
1107
|
+
`,wr=Object.freeze({__proto__:null,default:mr}),br=re`
|
|
1055
1108
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1056
1109
|
<path
|
|
1057
1110
|
fill="currentColor"
|
|
@@ -1060,7 +1113,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1060
1113
|
clip-rule="evenodd"
|
|
1061
1114
|
/>
|
|
1062
1115
|
</svg>
|
|
1063
|
-
`,
|
|
1116
|
+
`,_r=Object.freeze({__proto__:null,default:br}),xr=re`
|
|
1064
1117
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1065
1118
|
<path
|
|
1066
1119
|
fill="currentColor"
|
|
@@ -1073,14 +1126,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1073
1126
|
clip-rule="evenodd"
|
|
1074
1127
|
/>
|
|
1075
1128
|
</svg>
|
|
1076
|
-
`,
|
|
1129
|
+
`,yr=Object.freeze({__proto__:null,default:xr}),Zr=re`
|
|
1077
1130
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1078
1131
|
<path
|
|
1079
1132
|
fill="currentColor"
|
|
1080
1133
|
d="M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z"
|
|
1081
1134
|
/>
|
|
1082
1135
|
</svg>
|
|
1083
|
-
`,
|
|
1136
|
+
`,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=re`
|
|
1084
1137
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1085
1138
|
<path
|
|
1086
1139
|
fill="currentColor"
|
|
@@ -1089,7 +1142,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1089
1142
|
clip-rule="evenodd"
|
|
1090
1143
|
/>
|
|
1091
1144
|
</svg>
|
|
1092
|
-
`,
|
|
1145
|
+
`,kr=Object.freeze({__proto__:null,default:Mr}),Hr=re`
|
|
1093
1146
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1094
1147
|
<path
|
|
1095
1148
|
fill="currentColor"
|
|
@@ -1104,7 +1157,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1104
1157
|
clip-rule="evenodd"
|
|
1105
1158
|
/>
|
|
1106
1159
|
</svg>
|
|
1107
|
-
`,
|
|
1160
|
+
`,Pr=Object.freeze({__proto__:null,default:Hr}),Vr=re`
|
|
1108
1161
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1109
1162
|
<path
|
|
1110
1163
|
fill="currentColor"
|
|
@@ -1115,7 +1168,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1115
1168
|
d="M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z"
|
|
1116
1169
|
/>
|
|
1117
1170
|
</svg>
|
|
1118
|
-
`,
|
|
1171
|
+
`,zr=Object.freeze({__proto__:null,default:Vr}),Or=re`
|
|
1119
1172
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1120
1173
|
<path
|
|
1121
1174
|
fill="currentColor"
|
|
@@ -1124,7 +1177,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1124
1177
|
clip-rule="evenodd"
|
|
1125
1178
|
/>
|
|
1126
1179
|
</svg>
|
|
1127
|
-
|
|
1180
|
+
`,$r=Object.freeze({__proto__:null,default:Or}),Sr=re`
|
|
1128
1181
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1129
1182
|
<path
|
|
1130
1183
|
fill="currentColor"
|
|
@@ -1133,7 +1186,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1133
1186
|
clip-rule="evenodd"
|
|
1134
1187
|
/>
|
|
1135
1188
|
</svg>
|
|
1136
|
-
`,
|
|
1189
|
+
`,Br=Object.freeze({__proto__:null,default:Sr}),jr=re`
|
|
1137
1190
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1138
1191
|
<path
|
|
1139
1192
|
fill="currentColor"
|
|
@@ -1146,7 +1199,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1146
1199
|
clip-rule="evenodd"
|
|
1147
1200
|
/>
|
|
1148
1201
|
</svg>
|
|
1149
|
-
|
|
1202
|
+
`,Lr=Object.freeze({__proto__:null,default:jr}),Ar=re`
|
|
1150
1203
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1151
1204
|
<path
|
|
1152
1205
|
fill="currentColor"
|
|
@@ -1161,14 +1214,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1161
1214
|
d="M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z"
|
|
1162
1215
|
/>
|
|
1163
1216
|
</svg>
|
|
1164
|
-
`,
|
|
1217
|
+
`,Er=Object.freeze({__proto__:null,default:Ar}),Rr=re`
|
|
1165
1218
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1166
1219
|
<path
|
|
1167
1220
|
fill="currentColor"
|
|
1168
1221
|
d="M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z"
|
|
1169
1222
|
/>
|
|
1170
1223
|
</svg>
|
|
1171
|
-
`,
|
|
1224
|
+
`,Tr=Object.freeze({__proto__:null,default:Rr}),Nr=re`
|
|
1172
1225
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1173
1226
|
<path
|
|
1174
1227
|
fill="currentColor"
|
|
@@ -1181,7 +1234,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1181
1234
|
clip-rule="evenodd"
|
|
1182
1235
|
/>
|
|
1183
1236
|
</svg>
|
|
1184
|
-
`,
|
|
1237
|
+
`,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=re`
|
|
1185
1238
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1186
1239
|
<path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
|
|
1187
1240
|
<path
|
|
@@ -1191,7 +1244,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1191
1244
|
clip-rule="evenodd"
|
|
1192
1245
|
/>
|
|
1193
1246
|
</svg>
|
|
1194
|
-
`,
|
|
1247
|
+
`,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=re`
|
|
1195
1248
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1196
1249
|
<path
|
|
1197
1250
|
fill="currentColor"
|
|
@@ -1204,7 +1257,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1204
1257
|
clip-rule="evenodd"
|
|
1205
1258
|
/>
|
|
1206
1259
|
</svg>
|
|
1207
|
-
`,
|
|
1260
|
+
`,qr=Object.freeze({__proto__:null,default:Wr}),Fr=re`
|
|
1208
1261
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1209
1262
|
<path
|
|
1210
1263
|
fill="currentColor"
|
|
@@ -1213,7 +1266,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1213
1266
|
clip-rule="evenodd"
|
|
1214
1267
|
/>
|
|
1215
1268
|
</svg>
|
|
1216
|
-
`,
|
|
1269
|
+
`,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=re`
|
|
1217
1270
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1218
1271
|
<path
|
|
1219
1272
|
fill="currentColor"
|
|
@@ -1222,7 +1275,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1222
1275
|
clip-rule="evenodd"
|
|
1223
1276
|
/>
|
|
1224
1277
|
</svg>
|
|
1225
|
-
`,
|
|
1278
|
+
`,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=re`
|
|
1226
1279
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1227
1280
|
<path
|
|
1228
1281
|
fill="currentColor"
|
|
@@ -1237,7 +1290,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1237
1290
|
clip-rule="evenodd"
|
|
1238
1291
|
/>
|
|
1239
1292
|
</svg>
|
|
1240
|
-
`,
|
|
1293
|
+
`,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=re`
|
|
1241
1294
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1242
1295
|
<path
|
|
1243
1296
|
fill="currentColor"
|
|
@@ -1250,7 +1303,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1250
1303
|
d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
|
|
1251
1304
|
/>
|
|
1252
1305
|
</svg>
|
|
1253
|
-
`,
|
|
1306
|
+
`,ei=Object.freeze({__proto__:null,default:Qr}),ti=re`
|
|
1254
1307
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1255
1308
|
<path
|
|
1256
1309
|
fill="currentColor"
|
|
@@ -1263,7 +1316,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1263
1316
|
d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
|
|
1264
1317
|
/>
|
|
1265
1318
|
</svg>
|
|
1266
|
-
`,
|
|
1319
|
+
`,oi=Object.freeze({__proto__:null,default:ti}),ni=re`
|
|
1267
1320
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1268
1321
|
<path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
|
|
1269
1322
|
<path
|
|
@@ -1273,7 +1326,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1273
1326
|
clip-rule="evenodd"
|
|
1274
1327
|
/>
|
|
1275
1328
|
</svg>
|
|
1276
|
-
`,
|
|
1329
|
+
`,li=Object.freeze({__proto__:null,default:ni}),ai=re`
|
|
1277
1330
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1278
1331
|
<path
|
|
1279
1332
|
fill="currentColor"
|
|
@@ -1282,14 +1335,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1282
1335
|
clip-rule="evenodd"
|
|
1283
1336
|
/>
|
|
1284
1337
|
</svg>
|
|
1285
|
-
`,
|
|
1338
|
+
`,ri=Object.freeze({__proto__:null,default:ai}),ii=re`
|
|
1286
1339
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1287
1340
|
<path
|
|
1288
1341
|
fill="currentColor"
|
|
1289
1342
|
d="M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z"
|
|
1290
1343
|
/>
|
|
1291
1344
|
</svg>
|
|
1292
|
-
`,
|
|
1345
|
+
`,si=Object.freeze({__proto__:null,default:ii}),di=re`
|
|
1293
1346
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1294
1347
|
<path
|
|
1295
1348
|
fill="currentColor"
|
|
@@ -1298,14 +1351,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1298
1351
|
clip-rule="evenodd"
|
|
1299
1352
|
/>
|
|
1300
1353
|
</svg>
|
|
1301
|
-
`,
|
|
1354
|
+
`,ci=Object.freeze({__proto__:null,default:di}),hi=re`
|
|
1302
1355
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1303
1356
|
<path
|
|
1304
1357
|
fill="currentColor"
|
|
1305
1358
|
d="M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z"
|
|
1306
1359
|
/>
|
|
1307
1360
|
</svg>
|
|
1308
|
-
`,
|
|
1361
|
+
`,vi=Object.freeze({__proto__:null,default:hi}),ui=re`
|
|
1309
1362
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1310
1363
|
<path
|
|
1311
1364
|
fill="currentColor"
|
|
@@ -1314,7 +1367,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1314
1367
|
clip-rule="evenodd"
|
|
1315
1368
|
/>
|
|
1316
1369
|
</svg>
|
|
1317
|
-
`,
|
|
1370
|
+
`,pi=Object.freeze({__proto__:null,default:ui}),gi=re`
|
|
1318
1371
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1319
1372
|
<path
|
|
1320
1373
|
fill="currentColor"
|
|
@@ -1323,7 +1376,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1323
1376
|
clip-rule="evenodd"
|
|
1324
1377
|
/>
|
|
1325
1378
|
</svg>
|
|
1326
|
-
`,
|
|
1379
|
+
`,fi=Object.freeze({__proto__:null,default:gi}),mi=re`
|
|
1327
1380
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1328
1381
|
<path
|
|
1329
1382
|
fill="currentColor"
|
|
@@ -1332,7 +1385,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1332
1385
|
clip-rule="evenodd"
|
|
1333
1386
|
/>
|
|
1334
1387
|
</svg>
|
|
1335
|
-
`,
|
|
1388
|
+
`,wi=Object.freeze({__proto__:null,default:mi}),bi=re`
|
|
1336
1389
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1337
1390
|
<path
|
|
1338
1391
|
fill="currentColor"
|
|
@@ -1341,7 +1394,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1341
1394
|
clip-rule="evenodd"
|
|
1342
1395
|
/>
|
|
1343
1396
|
</svg>
|
|
1344
|
-
`,
|
|
1397
|
+
`,_i=Object.freeze({__proto__:null,default:bi}),xi=re`
|
|
1345
1398
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1346
1399
|
<path
|
|
1347
1400
|
fill="currentColor"
|
|
@@ -1350,7 +1403,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1350
1403
|
clip-rule="evenodd"
|
|
1351
1404
|
/>
|
|
1352
1405
|
</svg>
|
|
1353
|
-
`,
|
|
1406
|
+
`,yi=Object.freeze({__proto__:null,default:xi}),Zi=re`
|
|
1354
1407
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1355
1408
|
<path
|
|
1356
1409
|
fill="currentColor"
|
|
@@ -1359,7 +1412,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1359
1412
|
clip-rule="evenodd"
|
|
1360
1413
|
/>
|
|
1361
1414
|
</svg>
|
|
1362
|
-
`,
|
|
1415
|
+
`,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=re`
|
|
1363
1416
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1364
1417
|
<path
|
|
1365
1418
|
fill="currentColor"
|
|
@@ -1368,7 +1421,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1368
1421
|
clip-rule="evenodd"
|
|
1369
1422
|
/>
|
|
1370
1423
|
</svg>
|
|
1371
|
-
`,
|
|
1424
|
+
`,ki=Object.freeze({__proto__:null,default:Mi}),Hi=re`
|
|
1372
1425
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1373
1426
|
<path
|
|
1374
1427
|
fill="currentColor"
|
|
@@ -1377,7 +1430,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1377
1430
|
clip-rule="evenodd"
|
|
1378
1431
|
/>
|
|
1379
1432
|
</svg>
|
|
1380
|
-
`,
|
|
1433
|
+
`,Pi=Object.freeze({__proto__:null,default:Hi}),Vi=re`
|
|
1381
1434
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1382
1435
|
<path
|
|
1383
1436
|
fill="currentColor"
|
|
@@ -1386,7 +1439,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1386
1439
|
clip-rule="evenodd"
|
|
1387
1440
|
/>
|
|
1388
1441
|
</svg>
|
|
1389
|
-
`,
|
|
1442
|
+
`,zi=Object.freeze({__proto__:null,default:Vi}),Oi=re`
|
|
1390
1443
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1391
1444
|
<path
|
|
1392
1445
|
fill="currentColor"
|
|
@@ -1396,14 +1449,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1396
1449
|
/>
|
|
1397
1450
|
<path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
|
|
1398
1451
|
</svg>
|
|
1399
|
-
|
|
1452
|
+
`,$i=Object.freeze({__proto__:null,default:Oi}),Si=re`
|
|
1400
1453
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1401
1454
|
<path
|
|
1402
1455
|
fill="currentColor"
|
|
1403
1456
|
d="M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z"
|
|
1404
1457
|
/>
|
|
1405
1458
|
</svg>
|
|
1406
|
-
`,
|
|
1459
|
+
`,Bi=Object.freeze({__proto__:null,default:Si}),ji=re`
|
|
1407
1460
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1408
1461
|
<path fill="currentColor" d="M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z" />
|
|
1409
1462
|
<path
|
|
@@ -1413,7 +1466,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1413
1466
|
clip-rule="evenodd"
|
|
1414
1467
|
/>
|
|
1415
1468
|
</svg>
|
|
1416
|
-
|
|
1469
|
+
`,Li=Object.freeze({__proto__:null,default:ji}),Ai=re`
|
|
1417
1470
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1418
1471
|
<path
|
|
1419
1472
|
fill="currentColor"
|
|
@@ -1429,7 +1482,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1429
1482
|
clip-rule="evenodd"
|
|
1430
1483
|
/>
|
|
1431
1484
|
</svg>
|
|
1432
|
-
`,
|
|
1485
|
+
`,Ei=Object.freeze({__proto__:null,default:Ai}),Ri=re`
|
|
1433
1486
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1434
1487
|
<path
|
|
1435
1488
|
fill="currentColor"
|
|
@@ -1438,7 +1491,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1438
1491
|
clip-rule="evenodd"
|
|
1439
1492
|
/>
|
|
1440
1493
|
</svg>
|
|
1441
|
-
`,
|
|
1494
|
+
`,Ti=Object.freeze({__proto__:null,default:Ri}),Ni=re`
|
|
1442
1495
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1443
1496
|
<path
|
|
1444
1497
|
fill="currentColor"
|
|
@@ -1447,7 +1500,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1447
1500
|
clip-rule="evenodd"
|
|
1448
1501
|
/>
|
|
1449
1502
|
</svg>
|
|
1450
|
-
`,
|
|
1503
|
+
`,Di=Object.freeze({__proto__:null,default:Ni}),Ii=re`
|
|
1451
1504
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1452
1505
|
<path
|
|
1453
1506
|
fill="currentColor"
|
|
@@ -1456,7 +1509,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1456
1509
|
clip-rule="evenodd"
|
|
1457
1510
|
/>
|
|
1458
1511
|
</svg>
|
|
1459
|
-
`,
|
|
1512
|
+
`,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=re`
|
|
1460
1513
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1461
1514
|
<path
|
|
1462
1515
|
fill="currentColor"
|
|
@@ -1465,7 +1518,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1465
1518
|
clip-rule="evenodd"
|
|
1466
1519
|
/>
|
|
1467
1520
|
</svg>
|
|
1468
|
-
`,
|
|
1521
|
+
`,qi=Object.freeze({__proto__:null,default:Wi}),Fi=re`
|
|
1469
1522
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1470
1523
|
<path
|
|
1471
1524
|
fill="currentColor"
|
|
@@ -1474,7 +1527,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1474
1527
|
clip-rule="evenodd"
|
|
1475
1528
|
/>
|
|
1476
1529
|
</svg>
|
|
1477
|
-
`,
|
|
1530
|
+
`,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=re`
|
|
1478
1531
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1479
1532
|
<path
|
|
1480
1533
|
fill="currentColor"
|
|
@@ -1483,7 +1536,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1483
1536
|
clip-rule="evenodd"
|
|
1484
1537
|
/>
|
|
1485
1538
|
</svg>
|
|
1486
|
-
`,
|
|
1539
|
+
`,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=re`
|
|
1487
1540
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1488
1541
|
<path
|
|
1489
1542
|
fill="currentColor"
|
|
@@ -1500,7 +1553,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1500
1553
|
d="M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z"
|
|
1501
1554
|
/>
|
|
1502
1555
|
</svg>
|
|
1503
|
-
`,
|
|
1556
|
+
`,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=re`
|
|
1504
1557
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1505
1558
|
<path
|
|
1506
1559
|
fill="currentColor"
|
|
@@ -1509,21 +1562,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1509
1562
|
clip-rule="evenodd"
|
|
1510
1563
|
/>
|
|
1511
1564
|
</svg>
|
|
1512
|
-
`,
|
|
1565
|
+
`,es=Object.freeze({__proto__:null,default:Qi}),ts=re`
|
|
1513
1566
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1514
1567
|
<path
|
|
1515
1568
|
fill="currentColor"
|
|
1516
1569
|
d="M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z"
|
|
1517
1570
|
/>
|
|
1518
1571
|
</svg>
|
|
1519
|
-
`,
|
|
1572
|
+
`,os=Object.freeze({__proto__:null,default:ts}),ns=re`
|
|
1520
1573
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1521
1574
|
<path
|
|
1522
1575
|
fill="currentColor"
|
|
1523
1576
|
d="M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z"
|
|
1524
1577
|
/>
|
|
1525
1578
|
</svg>
|
|
1526
|
-
`,
|
|
1579
|
+
`,ls=Object.freeze({__proto__:null,default:ns}),as=re`
|
|
1527
1580
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1528
1581
|
<path
|
|
1529
1582
|
fill="currentColor"
|
|
@@ -1532,7 +1585,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1532
1585
|
clip-rule="evenodd"
|
|
1533
1586
|
/>
|
|
1534
1587
|
</svg>
|
|
1535
|
-
`,
|
|
1588
|
+
`,rs=Object.freeze({__proto__:null,default:as}),is=re`
|
|
1536
1589
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1537
1590
|
<path
|
|
1538
1591
|
fill="currentColor"
|
|
@@ -1541,7 +1594,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1541
1594
|
clip-rule="evenodd"
|
|
1542
1595
|
/>
|
|
1543
1596
|
</svg>
|
|
1544
|
-
`,
|
|
1597
|
+
`,ss=Object.freeze({__proto__:null,default:is}),ds=re`
|
|
1545
1598
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1546
1599
|
<path
|
|
1547
1600
|
fill="currentColor"
|
|
@@ -1552,7 +1605,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1552
1605
|
d="M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z"
|
|
1553
1606
|
/>
|
|
1554
1607
|
</svg>
|
|
1555
|
-
`,
|
|
1608
|
+
`,cs=Object.freeze({__proto__:null,default:ds}),hs=re`
|
|
1556
1609
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1557
1610
|
<path
|
|
1558
1611
|
fill="currentColor"
|
|
@@ -1563,7 +1616,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1563
1616
|
d="M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z"
|
|
1564
1617
|
/>
|
|
1565
1618
|
</svg>
|
|
1566
|
-
`,
|
|
1619
|
+
`,vs=Object.freeze({__proto__:null,default:hs}),us=re`
|
|
1567
1620
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1568
1621
|
<path
|
|
1569
1622
|
fill="currentColor"
|
|
@@ -1578,7 +1631,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1578
1631
|
clip-rule="evenodd"
|
|
1579
1632
|
/>
|
|
1580
1633
|
</svg>
|
|
1581
|
-
`,
|
|
1634
|
+
`,ps=Object.freeze({__proto__:null,default:us}),gs=re`
|
|
1582
1635
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1583
1636
|
<path
|
|
1584
1637
|
fill="currentColor"
|
|
@@ -1587,7 +1640,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1587
1640
|
clip-rule="evenodd"
|
|
1588
1641
|
/>
|
|
1589
1642
|
</svg>
|
|
1590
|
-
`,
|
|
1643
|
+
`,fs=Object.freeze({__proto__:null,default:gs}),ms=re`
|
|
1591
1644
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1592
1645
|
<path
|
|
1593
1646
|
fill="currentColor"
|
|
@@ -1596,7 +1649,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1596
1649
|
clip-rule="evenodd"
|
|
1597
1650
|
/>
|
|
1598
1651
|
</svg>
|
|
1599
|
-
`,
|
|
1652
|
+
`,ws=Object.freeze({__proto__:null,default:ms}),bs=re`
|
|
1600
1653
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1601
1654
|
<path
|
|
1602
1655
|
fill="currentColor"
|
|
@@ -1605,21 +1658,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1605
1658
|
clip-rule="evenodd"
|
|
1606
1659
|
/>
|
|
1607
1660
|
</svg>
|
|
1608
|
-
`,
|
|
1661
|
+
`,_s=Object.freeze({__proto__:null,default:bs}),xs=re`
|
|
1609
1662
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1610
1663
|
<path
|
|
1611
1664
|
fill="currentColor"
|
|
1612
1665
|
d="M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z"
|
|
1613
1666
|
/>
|
|
1614
1667
|
</svg>
|
|
1615
|
-
`,
|
|
1668
|
+
`,ys=Object.freeze({__proto__:null,default:xs}),Zs=re`
|
|
1616
1669
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1617
1670
|
<path
|
|
1618
1671
|
fill="currentColor"
|
|
1619
1672
|
d="M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z"
|
|
1620
1673
|
/>
|
|
1621
1674
|
</svg>
|
|
1622
|
-
`,
|
|
1675
|
+
`,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=re`
|
|
1623
1676
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1624
1677
|
<path
|
|
1625
1678
|
fill="currentColor"
|
|
@@ -1632,7 +1685,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1632
1685
|
d="M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z"
|
|
1633
1686
|
/>
|
|
1634
1687
|
</svg>
|
|
1635
|
-
`,
|
|
1688
|
+
`,ks=Object.freeze({__proto__:null,default:Ms}),Hs=re`
|
|
1636
1689
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1637
1690
|
<path
|
|
1638
1691
|
fill="currentColor"
|
|
@@ -1641,21 +1694,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1641
1694
|
clip-rule="evenodd"
|
|
1642
1695
|
/>
|
|
1643
1696
|
</svg>
|
|
1644
|
-
`,
|
|
1697
|
+
`,Ps=Object.freeze({__proto__:null,default:Hs}),Vs=re`
|
|
1645
1698
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1646
1699
|
<path
|
|
1647
1700
|
fill="currentColor"
|
|
1648
1701
|
d="M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z"
|
|
1649
1702
|
/>
|
|
1650
1703
|
</svg>
|
|
1651
|
-
`,
|
|
1704
|
+
`,zs=Object.freeze({__proto__:null,default:Vs}),Os=re`
|
|
1652
1705
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1653
1706
|
<path
|
|
1654
1707
|
fill="currentColor"
|
|
1655
1708
|
d="M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z"
|
|
1656
1709
|
/>
|
|
1657
1710
|
</svg>
|
|
1658
|
-
|
|
1711
|
+
`,$s=Object.freeze({__proto__:null,default:Os}),Ss=re`
|
|
1659
1712
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1660
1713
|
<path
|
|
1661
1714
|
fill="currentColor"
|
|
@@ -1664,7 +1717,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1664
1717
|
clip-rule="evenodd"
|
|
1665
1718
|
/>
|
|
1666
1719
|
</svg>
|
|
1667
|
-
`,
|
|
1720
|
+
`,Bs=Object.freeze({__proto__:null,default:Ss}),js=re`
|
|
1668
1721
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1669
1722
|
<path
|
|
1670
1723
|
fill="currentColor"
|
|
@@ -1677,7 +1730,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1677
1730
|
clip-rule="evenodd"
|
|
1678
1731
|
/>
|
|
1679
1732
|
</svg>
|
|
1680
|
-
|
|
1733
|
+
`,Ls=Object.freeze({__proto__:null,default:js}),As=re`
|
|
1681
1734
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1682
1735
|
<path
|
|
1683
1736
|
fill="currentColor"
|
|
@@ -1696,14 +1749,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1696
1749
|
clip-rule="evenodd"
|
|
1697
1750
|
/>
|
|
1698
1751
|
</svg>
|
|
1699
|
-
`,
|
|
1752
|
+
`,Es=Object.freeze({__proto__:null,default:As}),Rs=re`
|
|
1700
1753
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1701
1754
|
<path
|
|
1702
1755
|
fill="currentColor"
|
|
1703
1756
|
d="M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z"
|
|
1704
1757
|
/>
|
|
1705
1758
|
</svg>
|
|
1706
|
-
`,
|
|
1759
|
+
`,Ts=Object.freeze({__proto__:null,default:Rs}),Ns=re`
|
|
1707
1760
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1708
1761
|
<path
|
|
1709
1762
|
fill="currentColor"
|
|
@@ -1712,7 +1765,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1712
1765
|
clip-rule="evenodd"
|
|
1713
1766
|
/>
|
|
1714
1767
|
</svg>
|
|
1715
|
-
`,
|
|
1768
|
+
`,Ds=Object.freeze({__proto__:null,default:Ns}),Is=re`
|
|
1716
1769
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1717
1770
|
<path
|
|
1718
1771
|
fill="currentColor"
|
|
@@ -1721,7 +1774,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1721
1774
|
clip-rule="evenodd"
|
|
1722
1775
|
/>
|
|
1723
1776
|
</svg>
|
|
1724
|
-
`,
|
|
1777
|
+
`,Us=Object.freeze({__proto__:null,default:Is}),Ws=re`
|
|
1725
1778
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1726
1779
|
<path
|
|
1727
1780
|
fill="currentColor"
|
|
@@ -1730,7 +1783,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1730
1783
|
clip-rule="evenodd"
|
|
1731
1784
|
/>
|
|
1732
1785
|
</svg>
|
|
1733
|
-
`,
|
|
1786
|
+
`,qs=Object.freeze({__proto__:null,default:Ws}),Fs=re`
|
|
1734
1787
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1735
1788
|
<path
|
|
1736
1789
|
fill="currentColor"
|
|
@@ -1739,7 +1792,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1739
1792
|
clip-rule="evenodd"
|
|
1740
1793
|
/>
|
|
1741
1794
|
</svg>
|
|
1742
|
-
`,
|
|
1795
|
+
`,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=re`
|
|
1743
1796
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1744
1797
|
<path
|
|
1745
1798
|
fill="currentColor"
|
|
@@ -1748,7 +1801,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1748
1801
|
clip-rule="evenodd"
|
|
1749
1802
|
/>
|
|
1750
1803
|
</svg>
|
|
1751
|
-
`,
|
|
1804
|
+
`,Xs=Object.freeze({__proto__:null,default:Ys}),Js=re`
|
|
1752
1805
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1753
1806
|
<path
|
|
1754
1807
|
fill="currentColor"
|
|
@@ -1757,7 +1810,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1757
1810
|
clip-rule="evenodd"
|
|
1758
1811
|
/>
|
|
1759
1812
|
</svg>
|
|
1760
|
-
`,
|
|
1813
|
+
`,Gs=Object.freeze({__proto__:null,default:Js}),Qs=re`
|
|
1761
1814
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1762
1815
|
<path
|
|
1763
1816
|
fill="currentColor"
|
|
@@ -1770,7 +1823,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1770
1823
|
clip-rule="evenodd"
|
|
1771
1824
|
/>
|
|
1772
1825
|
</svg>
|
|
1773
|
-
`,
|
|
1826
|
+
`,ed=Object.freeze({__proto__:null,default:Qs}),td=re`
|
|
1774
1827
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1775
1828
|
<path
|
|
1776
1829
|
fill="currentColor"
|
|
@@ -1779,7 +1832,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1779
1832
|
clip-rule="evenodd"
|
|
1780
1833
|
/>
|
|
1781
1834
|
</svg>
|
|
1782
|
-
`,
|
|
1835
|
+
`,od=Object.freeze({__proto__:null,default:td}),nd=re`
|
|
1783
1836
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1784
1837
|
<path
|
|
1785
1838
|
fill="currentColor"
|
|
@@ -1788,14 +1841,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1788
1841
|
clip-rule="evenodd"
|
|
1789
1842
|
/>
|
|
1790
1843
|
</svg>
|
|
1791
|
-
`,
|
|
1844
|
+
`,ld=Object.freeze({__proto__:null,default:nd}),ad=re`
|
|
1792
1845
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1793
1846
|
<path
|
|
1794
1847
|
fill="currentColor"
|
|
1795
1848
|
d="M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z"
|
|
1796
1849
|
/>
|
|
1797
1850
|
</svg>
|
|
1798
|
-
`,
|
|
1851
|
+
`,rd=Object.freeze({__proto__:null,default:ad}),id=re`
|
|
1799
1852
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1800
1853
|
<path
|
|
1801
1854
|
fill="currentColor"
|
|
@@ -1804,14 +1857,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1804
1857
|
clip-rule="evenodd"
|
|
1805
1858
|
/>
|
|
1806
1859
|
</svg>
|
|
1807
|
-
`,
|
|
1860
|
+
`,sd=Object.freeze({__proto__:null,default:id}),dd=re`
|
|
1808
1861
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1809
1862
|
<path
|
|
1810
1863
|
fill="currentColor"
|
|
1811
1864
|
d="M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z"
|
|
1812
1865
|
/>
|
|
1813
1866
|
</svg>
|
|
1814
|
-
`,
|
|
1867
|
+
`,cd=Object.freeze({__proto__:null,default:dd}),hd=re`
|
|
1815
1868
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1816
1869
|
<path
|
|
1817
1870
|
fill="currentColor"
|
|
@@ -1820,7 +1873,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1820
1873
|
clip-rule="evenodd"
|
|
1821
1874
|
/>
|
|
1822
1875
|
</svg>
|
|
1823
|
-
`,
|
|
1876
|
+
`,vd=Object.freeze({__proto__:null,default:hd}),ud=re`
|
|
1824
1877
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1825
1878
|
<path
|
|
1826
1879
|
fill="currentColor"
|
|
@@ -1829,7 +1882,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1829
1882
|
clip-rule="evenodd"
|
|
1830
1883
|
/>
|
|
1831
1884
|
</svg>
|
|
1832
|
-
`,
|
|
1885
|
+
`,pd=Object.freeze({__proto__:null,default:ud}),gd=re`
|
|
1833
1886
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1834
1887
|
<path
|
|
1835
1888
|
fill="currentColor"
|
|
@@ -1838,7 +1891,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1838
1891
|
clip-rule="evenodd"
|
|
1839
1892
|
/>
|
|
1840
1893
|
</svg>
|
|
1841
|
-
`,
|
|
1894
|
+
`,fd=Object.freeze({__proto__:null,default:gd}),md=re`
|
|
1842
1895
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1843
1896
|
<path
|
|
1844
1897
|
fill="currentColor"
|
|
@@ -1847,7 +1900,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1847
1900
|
clip-rule="evenodd"
|
|
1848
1901
|
/>
|
|
1849
1902
|
</svg>
|
|
1850
|
-
`,
|
|
1903
|
+
`,wd=Object.freeze({__proto__:null,default:md}),bd=re`
|
|
1851
1904
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1852
1905
|
<path
|
|
1853
1906
|
fill="currentColor"
|
|
@@ -1860,7 +1913,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1860
1913
|
clip-rule="evenodd"
|
|
1861
1914
|
/>
|
|
1862
1915
|
</svg>
|
|
1863
|
-
`,
|
|
1916
|
+
`,_d=Object.freeze({__proto__:null,default:bd}),xd=re`
|
|
1864
1917
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1865
1918
|
<path
|
|
1866
1919
|
fill="currentColor"
|
|
@@ -1875,7 +1928,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1875
1928
|
clip-rule="evenodd"
|
|
1876
1929
|
/>
|
|
1877
1930
|
</svg>
|
|
1878
|
-
`,
|
|
1931
|
+
`,yd=Object.freeze({__proto__:null,default:xd}),Zd=re`
|
|
1879
1932
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1880
1933
|
<path
|
|
1881
1934
|
fill="currentColor"
|
|
@@ -1884,7 +1937,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1884
1937
|
clip-rule="evenodd"
|
|
1885
1938
|
/>
|
|
1886
1939
|
</svg>
|
|
1887
|
-
`,
|
|
1940
|
+
`,Cd=Object.freeze({__proto__:null,default:Zd}),Md=re`
|
|
1888
1941
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1889
1942
|
<path
|
|
1890
1943
|
fill="currentColor"
|
|
@@ -1893,7 +1946,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1893
1946
|
clip-rule="evenodd"
|
|
1894
1947
|
/>
|
|
1895
1948
|
</svg>
|
|
1896
|
-
`,
|
|
1949
|
+
`,kd=Object.freeze({__proto__:null,default:Md}),Hd=re`
|
|
1897
1950
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1898
1951
|
<path
|
|
1899
1952
|
fill="currentColor"
|
|
@@ -1902,7 +1955,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1902
1955
|
clip-rule="evenodd"
|
|
1903
1956
|
/>
|
|
1904
1957
|
</svg>
|
|
1905
|
-
`,
|
|
1958
|
+
`,Pd=Object.freeze({__proto__:null,default:Hd}),Vd=re`
|
|
1906
1959
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1907
1960
|
<path
|
|
1908
1961
|
fill="#DB0000"
|
|
@@ -1925,7 +1978,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1925
1978
|
d="M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z"
|
|
1926
1979
|
/>
|
|
1927
1980
|
</svg>
|
|
1928
|
-
`,
|
|
1981
|
+
`,zd=Object.freeze({__proto__:null,default:Vd}),Od=re`
|
|
1929
1982
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1930
1983
|
<path
|
|
1931
1984
|
fill="currentColor"
|
|
@@ -1934,7 +1987,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1934
1987
|
clip-rule="evenodd"
|
|
1935
1988
|
/>
|
|
1936
1989
|
</svg>
|
|
1937
|
-
|
|
1990
|
+
`,$d=Object.freeze({__proto__:null,default:Od}),Sd=re`
|
|
1938
1991
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1939
1992
|
<path
|
|
1940
1993
|
fill="currentColor"
|
|
@@ -1947,7 +2000,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1947
2000
|
clip-rule="evenodd"
|
|
1948
2001
|
/>
|
|
1949
2002
|
</svg>
|
|
1950
|
-
`,
|
|
2003
|
+
`,Bd=Object.freeze({__proto__:null,default:Sd}),jd=re`
|
|
1951
2004
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1952
2005
|
<path
|
|
1953
2006
|
fill="currentColor"
|
|
@@ -1960,7 +2013,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1960
2013
|
d="M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z"
|
|
1961
2014
|
/>
|
|
1962
2015
|
</svg>
|
|
1963
|
-
|
|
2016
|
+
`,Ld=Object.freeze({__proto__:null,default:jd}),Ad=re`
|
|
1964
2017
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1965
2018
|
<path
|
|
1966
2019
|
fill="currentColor"
|
|
@@ -1973,7 +2026,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1973
2026
|
d="M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z"
|
|
1974
2027
|
/>
|
|
1975
2028
|
</svg>
|
|
1976
|
-
`,
|
|
2029
|
+
`,Ed=Object.freeze({__proto__:null,default:Ad}),Rd=re`
|
|
1977
2030
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1978
2031
|
<path
|
|
1979
2032
|
fill="currentColor"
|
|
@@ -1982,11 +2035,11 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
1982
2035
|
clip-rule="evenodd"
|
|
1983
2036
|
/>
|
|
1984
2037
|
</svg>
|
|
1985
|
-
`,
|
|
2038
|
+
`,Td=Object.freeze({__proto__:null,default:Rd}),Nd=re`
|
|
1986
2039
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1987
2040
|
<path fill="currentColor" d="M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z" />
|
|
1988
2041
|
</svg>
|
|
1989
|
-
`,
|
|
2042
|
+
`,Dd=Object.freeze({__proto__:null,default:Nd}),Id=re`
|
|
1990
2043
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1991
2044
|
<path
|
|
1992
2045
|
fill="currentColor"
|
|
@@ -2013,21 +2066,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2013
2066
|
d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
|
|
2014
2067
|
/>
|
|
2015
2068
|
</svg>
|
|
2016
|
-
`,
|
|
2069
|
+
`,Ud=Object.freeze({__proto__:null,default:Id}),Wd=re`
|
|
2017
2070
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2018
2071
|
<path
|
|
2019
2072
|
fill="currentColor"
|
|
2020
2073
|
d="M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z"
|
|
2021
2074
|
/>
|
|
2022
2075
|
</svg>
|
|
2023
|
-
`,
|
|
2076
|
+
`,qd=Object.freeze({__proto__:null,default:Wd}),Fd=re`
|
|
2024
2077
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2025
2078
|
<path
|
|
2026
2079
|
fill="currentColor"
|
|
2027
2080
|
d="M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z"
|
|
2028
2081
|
/>
|
|
2029
2082
|
</svg>
|
|
2030
|
-
`,
|
|
2083
|
+
`,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=re`
|
|
2031
2084
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2032
2085
|
<path
|
|
2033
2086
|
fill="currentColor"
|
|
@@ -2036,7 +2089,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2036
2089
|
clip-rule="evenodd"
|
|
2037
2090
|
/>
|
|
2038
2091
|
</svg>
|
|
2039
|
-
`,
|
|
2092
|
+
`,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=re`
|
|
2040
2093
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2041
2094
|
<path
|
|
2042
2095
|
fill="currentColor"
|
|
@@ -2045,7 +2098,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2045
2098
|
clip-rule="evenodd"
|
|
2046
2099
|
/>
|
|
2047
2100
|
</svg>
|
|
2048
|
-
`,
|
|
2101
|
+
`,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=re`
|
|
2049
2102
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2050
2103
|
<path
|
|
2051
2104
|
fill="currentColor"
|
|
@@ -2054,7 +2107,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2054
2107
|
clip-rule="evenodd"
|
|
2055
2108
|
/>
|
|
2056
2109
|
</svg>
|
|
2057
|
-
`,
|
|
2110
|
+
`,ec=Object.freeze({__proto__:null,default:Qd}),tc=re`
|
|
2058
2111
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2059
2112
|
<path
|
|
2060
2113
|
fill="currentColor"
|
|
@@ -2063,7 +2116,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2063
2116
|
clip-rule="evenodd"
|
|
2064
2117
|
/>
|
|
2065
2118
|
</svg>
|
|
2066
|
-
`,
|
|
2119
|
+
`,oc=Object.freeze({__proto__:null,default:tc}),nc=re`
|
|
2067
2120
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2068
2121
|
<path
|
|
2069
2122
|
fill="currentColor"
|
|
@@ -2078,28 +2131,28 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2078
2131
|
clip-rule="evenodd"
|
|
2079
2132
|
/>
|
|
2080
2133
|
</svg>
|
|
2081
|
-
`,
|
|
2134
|
+
`,lc=Object.freeze({__proto__:null,default:nc}),ac=re`
|
|
2082
2135
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2083
2136
|
<path
|
|
2084
2137
|
fill="currentColor"
|
|
2085
2138
|
d="M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z"
|
|
2086
2139
|
/>
|
|
2087
2140
|
</svg>
|
|
2088
|
-
`,
|
|
2141
|
+
`,rc=Object.freeze({__proto__:null,default:ac}),ic=re`
|
|
2089
2142
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2090
2143
|
<path
|
|
2091
2144
|
fill="currentColor"
|
|
2092
2145
|
d="M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z"
|
|
2093
2146
|
/>
|
|
2094
2147
|
</svg>
|
|
2095
|
-
`,
|
|
2148
|
+
`,sc=Object.freeze({__proto__:null,default:ic}),dc=re`
|
|
2096
2149
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2097
2150
|
<path
|
|
2098
2151
|
fill="currentColor"
|
|
2099
2152
|
d="M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z"
|
|
2100
2153
|
/>
|
|
2101
2154
|
</svg>
|
|
2102
|
-
`,
|
|
2155
|
+
`,cc=Object.freeze({__proto__:null,default:dc}),hc=re`
|
|
2103
2156
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2104
2157
|
<path fill="currentColor" d="M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z" />
|
|
2105
2158
|
<path
|
|
@@ -2109,14 +2162,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2109
2162
|
clip-rule="evenodd"
|
|
2110
2163
|
/>
|
|
2111
2164
|
</svg>
|
|
2112
|
-
`,
|
|
2165
|
+
`,vc=Object.freeze({__proto__:null,default:hc}),uc=re`
|
|
2113
2166
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2114
2167
|
<path
|
|
2115
2168
|
fill="currentColor"
|
|
2116
2169
|
d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z"
|
|
2117
2170
|
/>
|
|
2118
2171
|
</svg>
|
|
2119
|
-
`,
|
|
2172
|
+
`,pc=Object.freeze({__proto__:null,default:uc}),gc=re`
|
|
2120
2173
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2121
2174
|
<path
|
|
2122
2175
|
fill="currentColor"
|
|
@@ -2125,7 +2178,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2125
2178
|
clip-rule="evenodd"
|
|
2126
2179
|
/>
|
|
2127
2180
|
</svg>
|
|
2128
|
-
`,
|
|
2181
|
+
`,fc=Object.freeze({__proto__:null,default:gc}),mc=re`
|
|
2129
2182
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2130
2183
|
<path
|
|
2131
2184
|
fill="currentColor"
|
|
@@ -2134,7 +2187,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2134
2187
|
clip-rule="evenodd"
|
|
2135
2188
|
/>
|
|
2136
2189
|
</svg>
|
|
2137
|
-
`,
|
|
2190
|
+
`,wc=Object.freeze({__proto__:null,default:mc}),bc=re`
|
|
2138
2191
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2139
2192
|
<path
|
|
2140
2193
|
fill="currentColor"
|
|
@@ -2143,7 +2196,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2143
2196
|
clip-rule="evenodd"
|
|
2144
2197
|
/>
|
|
2145
2198
|
</svg>
|
|
2146
|
-
`,
|
|
2199
|
+
`,_c=Object.freeze({__proto__:null,default:bc}),xc=re`
|
|
2147
2200
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2148
2201
|
<path
|
|
2149
2202
|
fill="currentColor"
|
|
@@ -2156,7 +2209,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2156
2209
|
clip-rule="evenodd"
|
|
2157
2210
|
/>
|
|
2158
2211
|
</svg>
|
|
2159
|
-
`,
|
|
2212
|
+
`,yc=Object.freeze({__proto__:null,default:xc}),Zc=re`
|
|
2160
2213
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2161
2214
|
<path
|
|
2162
2215
|
fill="currentColor"
|
|
@@ -2165,7 +2218,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2165
2218
|
clip-rule="evenodd"
|
|
2166
2219
|
/>
|
|
2167
2220
|
</svg>
|
|
2168
|
-
`,
|
|
2221
|
+
`,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=re`
|
|
2169
2222
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2170
2223
|
<path
|
|
2171
2224
|
fill="currentColor"
|
|
@@ -2174,7 +2227,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2174
2227
|
clip-rule="evenodd"
|
|
2175
2228
|
/>
|
|
2176
2229
|
</svg>
|
|
2177
|
-
`,
|
|
2230
|
+
`,kc=Object.freeze({__proto__:null,default:Mc}),Hc=re`
|
|
2178
2231
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2179
2232
|
<path
|
|
2180
2233
|
fill="currentColor"
|
|
@@ -2191,7 +2244,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2191
2244
|
d="M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z"
|
|
2192
2245
|
/>
|
|
2193
2246
|
</svg>
|
|
2194
|
-
`,
|
|
2247
|
+
`,Pc=Object.freeze({__proto__:null,default:Hc}),Vc=re`
|
|
2195
2248
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2196
2249
|
<path
|
|
2197
2250
|
fill="currentColor"
|
|
@@ -2204,7 +2257,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2204
2257
|
clip-rule="evenodd"
|
|
2205
2258
|
/>
|
|
2206
2259
|
</svg>
|
|
2207
|
-
`,
|
|
2260
|
+
`,zc=Object.freeze({__proto__:null,default:Vc}),Oc=re`
|
|
2208
2261
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2209
2262
|
<path
|
|
2210
2263
|
fill="currentColor"
|
|
@@ -2213,21 +2266,21 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2213
2266
|
clip-rule="evenodd"
|
|
2214
2267
|
/>
|
|
2215
2268
|
</svg>
|
|
2216
|
-
|
|
2269
|
+
`,$c=Object.freeze({__proto__:null,default:Oc}),Sc=re`
|
|
2217
2270
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2218
2271
|
<path
|
|
2219
2272
|
fill="currentColor"
|
|
2220
2273
|
d="M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z"
|
|
2221
2274
|
/>
|
|
2222
2275
|
</svg>
|
|
2223
|
-
`,
|
|
2276
|
+
`,Bc=Object.freeze({__proto__:null,default:Sc}),jc=re`
|
|
2224
2277
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2225
2278
|
<path
|
|
2226
2279
|
fill="currentColor"
|
|
2227
2280
|
d="M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z"
|
|
2228
2281
|
/>
|
|
2229
2282
|
</svg>
|
|
2230
|
-
|
|
2283
|
+
`,Lc=Object.freeze({__proto__:null,default:jc}),Ac=re`
|
|
2231
2284
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2232
2285
|
<path
|
|
2233
2286
|
fill="currentColor"
|
|
@@ -2236,14 +2289,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2236
2289
|
clip-rule="evenodd"
|
|
2237
2290
|
/>
|
|
2238
2291
|
</svg>
|
|
2239
|
-
`,
|
|
2292
|
+
`,Ec=Object.freeze({__proto__:null,default:Ac}),Rc=re`
|
|
2240
2293
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2241
2294
|
<path
|
|
2242
2295
|
fill="currentColor"
|
|
2243
2296
|
d="M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z"
|
|
2244
2297
|
/>
|
|
2245
2298
|
</svg>
|
|
2246
|
-
`,
|
|
2299
|
+
`,Tc=Object.freeze({__proto__:null,default:Rc}),Nc=re`
|
|
2247
2300
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2248
2301
|
<path
|
|
2249
2302
|
fill="currentColor"
|
|
@@ -2252,7 +2305,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2252
2305
|
clip-rule="evenodd"
|
|
2253
2306
|
/>
|
|
2254
2307
|
</svg>
|
|
2255
|
-
`,
|
|
2308
|
+
`,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=re`
|
|
2256
2309
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2257
2310
|
<path
|
|
2258
2311
|
fill="currentColor"
|
|
@@ -2261,7 +2314,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2261
2314
|
clip-rule="evenodd"
|
|
2262
2315
|
/>
|
|
2263
2316
|
</svg>
|
|
2264
|
-
`,
|
|
2317
|
+
`,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=re`
|
|
2265
2318
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2266
2319
|
<path
|
|
2267
2320
|
fill="currentColor"
|
|
@@ -2274,7 +2327,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2274
2327
|
clip-rule="evenodd"
|
|
2275
2328
|
/>
|
|
2276
2329
|
</svg>
|
|
2277
|
-
`,
|
|
2330
|
+
`,qc=Object.freeze({__proto__:null,default:Wc}),Fc=re`
|
|
2278
2331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2279
2332
|
<path
|
|
2280
2333
|
fill="currentColor"
|
|
@@ -2289,7 +2342,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2289
2342
|
clip-rule="evenodd"
|
|
2290
2343
|
/>
|
|
2291
2344
|
</svg>
|
|
2292
|
-
`,
|
|
2345
|
+
`,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=re`
|
|
2293
2346
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2294
2347
|
<path
|
|
2295
2348
|
fill="currentColor"
|
|
@@ -2302,7 +2355,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2302
2355
|
clip-rule="evenodd"
|
|
2303
2356
|
/>
|
|
2304
2357
|
</svg>
|
|
2305
|
-
`,
|
|
2358
|
+
`,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=re`
|
|
2306
2359
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2307
2360
|
<path
|
|
2308
2361
|
fill="currentColor"
|
|
@@ -2317,7 +2370,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2317
2370
|
clip-rule="evenodd"
|
|
2318
2371
|
/>
|
|
2319
2372
|
</svg>
|
|
2320
|
-
`,
|
|
2373
|
+
`,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=re`
|
|
2321
2374
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2322
2375
|
<path
|
|
2323
2376
|
fill="currentColor"
|
|
@@ -2330,7 +2383,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2330
2383
|
d="M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z"
|
|
2331
2384
|
/>
|
|
2332
2385
|
</svg>
|
|
2333
|
-
`,
|
|
2386
|
+
`,eh=Object.freeze({__proto__:null,default:Qc}),th=re`
|
|
2334
2387
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2335
2388
|
<path
|
|
2336
2389
|
fill="currentColor"
|
|
@@ -2339,7 +2392,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2339
2392
|
clip-rule="evenodd"
|
|
2340
2393
|
/>
|
|
2341
2394
|
</svg>
|
|
2342
|
-
`,
|
|
2395
|
+
`,oh=Object.freeze({__proto__:null,default:th}),nh=re`
|
|
2343
2396
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2344
2397
|
<path
|
|
2345
2398
|
fill="currentColor"
|
|
@@ -2352,7 +2405,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2352
2405
|
d="M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z"
|
|
2353
2406
|
/>
|
|
2354
2407
|
</svg>
|
|
2355
|
-
`,
|
|
2408
|
+
`,lh=Object.freeze({__proto__:null,default:nh}),ah=re`
|
|
2356
2409
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2357
2410
|
<path
|
|
2358
2411
|
fill="currentColor"
|
|
@@ -2365,7 +2418,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2365
2418
|
d="M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z"
|
|
2366
2419
|
/>
|
|
2367
2420
|
</svg>
|
|
2368
|
-
`,
|
|
2421
|
+
`,rh=Object.freeze({__proto__:null,default:ah}),ih=re`
|
|
2369
2422
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2370
2423
|
<path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2371
2424
|
<path
|
|
@@ -2375,7 +2428,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2375
2428
|
clip-rule="evenodd"
|
|
2376
2429
|
/>
|
|
2377
2430
|
</svg>
|
|
2378
|
-
`,
|
|
2431
|
+
`,sh=Object.freeze({__proto__:null,default:ih}),dh=re`
|
|
2379
2432
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2380
2433
|
<path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2381
2434
|
<path
|
|
@@ -2385,7 +2438,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2385
2438
|
clip-rule="evenodd"
|
|
2386
2439
|
/>
|
|
2387
2440
|
</svg>
|
|
2388
|
-
`,
|
|
2441
|
+
`,ch=Object.freeze({__proto__:null,default:dh}),hh=re`
|
|
2389
2442
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2390
2443
|
<path
|
|
2391
2444
|
fill="currentColor"
|
|
@@ -2398,14 +2451,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2398
2451
|
clip-rule="evenodd"
|
|
2399
2452
|
/>
|
|
2400
2453
|
</svg>
|
|
2401
|
-
`,
|
|
2454
|
+
`,vh=Object.freeze({__proto__:null,default:hh}),uh=re`
|
|
2402
2455
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2403
2456
|
<path
|
|
2404
2457
|
fill="currentColor"
|
|
2405
2458
|
d="M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z"
|
|
2406
2459
|
/>
|
|
2407
2460
|
</svg>
|
|
2408
|
-
`,
|
|
2461
|
+
`,ph=Object.freeze({__proto__:null,default:uh}),gh=re`
|
|
2409
2462
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2410
2463
|
<path
|
|
2411
2464
|
fill="currentColor"
|
|
@@ -2418,7 +2471,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2418
2471
|
clip-rule="evenodd"
|
|
2419
2472
|
/>
|
|
2420
2473
|
</svg>
|
|
2421
|
-
`,
|
|
2474
|
+
`,fh=Object.freeze({__proto__:null,default:gh}),mh=re`
|
|
2422
2475
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2423
2476
|
<path
|
|
2424
2477
|
fill="currentColor"
|
|
@@ -2427,7 +2480,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2427
2480
|
clip-rule="evenodd"
|
|
2428
2481
|
/>
|
|
2429
2482
|
</svg>
|
|
2430
|
-
`,
|
|
2483
|
+
`,wh=Object.freeze({__proto__:null,default:mh}),bh=re`
|
|
2431
2484
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2432
2485
|
<path
|
|
2433
2486
|
fill="currentColor"
|
|
@@ -2436,7 +2489,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2436
2489
|
clip-rule="evenodd"
|
|
2437
2490
|
/>
|
|
2438
2491
|
</svg>
|
|
2439
|
-
`,
|
|
2492
|
+
`,_h=Object.freeze({__proto__:null,default:bh}),xh=re`
|
|
2440
2493
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2441
2494
|
<path
|
|
2442
2495
|
fill="currentColor"
|
|
@@ -2445,7 +2498,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2445
2498
|
clip-rule="evenodd"
|
|
2446
2499
|
/>
|
|
2447
2500
|
</svg>
|
|
2448
|
-
`,
|
|
2501
|
+
`,yh=Object.freeze({__proto__:null,default:xh}),Zh=re`
|
|
2449
2502
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2450
2503
|
<path
|
|
2451
2504
|
fill="currentColor"
|
|
@@ -2458,7 +2511,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2458
2511
|
clip-rule="evenodd"
|
|
2459
2512
|
/>
|
|
2460
2513
|
</svg>
|
|
2461
|
-
`,
|
|
2514
|
+
`,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=re`
|
|
2462
2515
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2463
2516
|
<path
|
|
2464
2517
|
fill="currentColor"
|
|
@@ -2467,7 +2520,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2467
2520
|
clip-rule="evenodd"
|
|
2468
2521
|
/>
|
|
2469
2522
|
</svg>
|
|
2470
|
-
`,
|
|
2523
|
+
`,kh=Object.freeze({__proto__:null,default:Mh}),Hh=re`
|
|
2471
2524
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2472
2525
|
<path
|
|
2473
2526
|
fill="currentColor"
|
|
@@ -2476,7 +2529,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2476
2529
|
clip-rule="evenodd"
|
|
2477
2530
|
/>
|
|
2478
2531
|
</svg>
|
|
2479
|
-
`,
|
|
2532
|
+
`,Ph=Object.freeze({__proto__:null,default:Hh}),Vh=re`
|
|
2480
2533
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2481
2534
|
<path
|
|
2482
2535
|
fill="currentColor"
|
|
@@ -2485,14 +2538,14 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2485
2538
|
clip-rule="evenodd"
|
|
2486
2539
|
/>
|
|
2487
2540
|
</svg>
|
|
2488
|
-
`,
|
|
2541
|
+
`,zh=Object.freeze({__proto__:null,default:Vh}),Oh=re`
|
|
2489
2542
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2490
2543
|
<path
|
|
2491
2544
|
fill="currentColor"
|
|
2492
2545
|
d="M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z"
|
|
2493
2546
|
/>
|
|
2494
2547
|
</svg>
|
|
2495
|
-
|
|
2548
|
+
`,$h=Object.freeze({__proto__:null,default:Oh}),Sh=re`
|
|
2496
2549
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2497
2550
|
<path
|
|
2498
2551
|
fill="currentColor"
|
|
@@ -2501,7 +2554,7 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2501
2554
|
clip-rule="evenodd"
|
|
2502
2555
|
/>
|
|
2503
2556
|
</svg>
|
|
2504
|
-
`,
|
|
2557
|
+
`,Bh=Object.freeze({__proto__:null,default:Sh}),jh=re`
|
|
2505
2558
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2506
2559
|
<path
|
|
2507
2560
|
fill="currentColor"
|
|
@@ -2510,5 +2563,5 @@ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
|
|
|
2510
2563
|
clip-rule="evenodd"
|
|
2511
2564
|
/>
|
|
2512
2565
|
</svg>
|
|
2513
|
-
|
|
2566
|
+
`,Lh=Object.freeze({__proto__:null,default:jh})});
|
|
2514
2567
|
//# sourceMappingURL=index.umd.min.js.map
|