@govtechsg/sgds-web-component 3.26.1-rc.2 → 3.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/components/Breadcrumb/index.umd.min.js +25 -25
  2. package/components/Breadcrumb/index.umd.min.js.map +1 -1
  3. package/components/Checkbox/index.umd.min.js +233 -233
  4. package/components/Checkbox/index.umd.min.js.map +1 -1
  5. package/components/Checkbox/sgds-checkbox.d.ts +0 -1
  6. package/components/Checkbox/sgds-checkbox.js +1 -6
  7. package/components/Checkbox/sgds-checkbox.js.map +1 -1
  8. package/components/ComboBox/index.umd.min.js +241 -241
  9. package/components/ComboBox/index.umd.min.js.map +1 -1
  10. package/components/Datepicker/index.umd.min.js +86 -86
  11. package/components/Datepicker/index.umd.min.js.map +1 -1
  12. package/components/Dropdown/dropdown-item.js +1 -1
  13. package/components/Dropdown/index.umd.min.js +4 -4
  14. package/components/Dropdown/index.umd.min.js.map +1 -1
  15. package/components/Dropdown/sgds-dropdown-item.d.ts +0 -2
  16. package/components/Dropdown/sgds-dropdown-item.js +2 -8
  17. package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  18. package/components/Input/index.umd.min.js +2 -2
  19. package/components/Input/index.umd.min.js.map +1 -1
  20. package/components/Input/input.js +1 -1
  21. package/components/Mainnav/index.d.ts +0 -2
  22. package/components/Mainnav/index.js +0 -2
  23. package/components/Mainnav/index.js.map +1 -1
  24. package/components/Mainnav/index.umd.min.js +286 -327
  25. package/components/Mainnav/index.umd.min.js.map +1 -1
  26. package/components/Mainnav/mainnav-dropdown.js +1 -1
  27. package/components/Mainnav/mainnav-item.js +1 -1
  28. package/components/Mainnav/mainnav.js +1 -1
  29. package/components/Mainnav/sgds-mainnav.d.ts +16 -14
  30. package/components/Mainnav/sgds-mainnav.js +21 -59
  31. package/components/Mainnav/sgds-mainnav.js.map +1 -1
  32. package/components/OverflowMenu/index.umd.min.js +4 -4
  33. package/components/OverflowMenu/index.umd.min.js.map +1 -1
  34. package/components/QuantityToggle/index.umd.min.js +40 -40
  35. package/components/QuantityToggle/index.umd.min.js.map +1 -1
  36. package/components/QuantityToggle/sgds-quantity-toggle.d.ts +1 -2
  37. package/components/QuantityToggle/sgds-quantity-toggle.js +9 -18
  38. package/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
  39. package/components/Select/index.umd.min.js +1 -1
  40. package/components/Tab/index.umd.min.js +1 -1
  41. package/components/Tab/index.umd.min.js.map +1 -1
  42. package/components/Tab/tab-panel.js +1 -1
  43. package/components/Textarea/index.umd.min.js +1 -1
  44. package/components/Textarea/index.umd.min.js.map +1 -1
  45. package/components/Textarea/textarea.js +1 -1
  46. package/components/index.d.ts +0 -5
  47. package/components/index.js +0 -5
  48. package/components/index.js.map +1 -1
  49. package/components/index.umd.min.js +498 -633
  50. package/components/index.umd.min.js.map +1 -1
  51. package/css/fouc.css +2 -7
  52. package/custom-elements.json +10277 -11992
  53. package/index.d.ts +0 -1
  54. package/index.js +0 -1
  55. package/index.js.map +1 -1
  56. package/index.umd.min.js +361 -496
  57. package/index.umd.min.js.map +1 -1
  58. package/package.json +1 -1
  59. package/react/components/Checkbox/sgds-checkbox.cjs.js +1 -6
  60. package/react/components/Checkbox/sgds-checkbox.cjs.js.map +1 -1
  61. package/react/components/Checkbox/sgds-checkbox.js +1 -6
  62. package/react/components/Checkbox/sgds-checkbox.js.map +1 -1
  63. package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
  64. package/react/components/Dropdown/dropdown-item.js +1 -1
  65. package/react/components/Dropdown/sgds-dropdown-item.cjs.js +2 -8
  66. package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
  67. package/react/components/Dropdown/sgds-dropdown-item.js +2 -8
  68. package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  69. package/react/components/Input/input.cjs.js +1 -1
  70. package/react/components/Input/input.js +1 -1
  71. package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
  72. package/react/components/Mainnav/mainnav-dropdown.js +1 -1
  73. package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
  74. package/react/components/Mainnav/mainnav-item.js +1 -1
  75. package/react/components/Mainnav/mainnav.cjs.js +1 -1
  76. package/react/components/Mainnav/mainnav.js +1 -1
  77. package/react/components/Mainnav/sgds-mainnav.cjs.js +20 -58
  78. package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
  79. package/react/components/Mainnav/sgds-mainnav.js +21 -59
  80. package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
  81. package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js +9 -18
  82. package/react/components/QuantityToggle/sgds-quantity-toggle.cjs.js.map +1 -1
  83. package/react/components/QuantityToggle/sgds-quantity-toggle.js +9 -18
  84. package/react/components/QuantityToggle/sgds-quantity-toggle.js.map +1 -1
  85. package/react/components/Tab/tab-panel.cjs.js +1 -1
  86. package/react/components/Tab/tab-panel.js +1 -1
  87. package/react/components/Textarea/textarea.cjs.js +1 -1
  88. package/react/components/Textarea/textarea.js +1 -1
  89. package/react/index.cjs.js +118 -128
  90. package/react/index.cjs.js.map +1 -1
  91. package/react/index.d.ts +2 -7
  92. package/react/index.js +2 -7
  93. package/react/index.js.map +1 -1
  94. package/react/styles/form-text-control.cjs.js +1 -1
  95. package/react/styles/form-text-control.js +1 -1
  96. package/styles/form-text-control.js +1 -1
  97. package/themes/blue.css +11 -11
  98. package/themes/cyan.css +10 -10
  99. package/themes/gt/blue.css +11 -11
  100. package/themes/gt/cyan.css +10 -10
  101. package/themes/gt/magenta.css +11 -11
  102. package/themes/gt/pink.css +11 -11
  103. package/themes/gt/purple.css +11 -11
  104. package/themes/gt/red.css +11 -11
  105. package/themes/magenta.css +11 -11
  106. package/themes/pink.css +11 -11
  107. package/themes/purple.css +11 -11
  108. package/themes/red.css +11 -11
  109. package/themes/root.css +0 -5
  110. package/types/react.d.ts +51 -164
  111. package/components/DataTable/data-table.js +0 -6
  112. package/components/DataTable/data-table.js.map +0 -1
  113. package/components/DataTable/index.d.ts +0 -12
  114. package/components/DataTable/index.js +0 -11
  115. package/components/DataTable/index.js.map +0 -1
  116. package/components/DataTable/index.umd.min.js +0 -2634
  117. package/components/DataTable/index.umd.min.js.map +0 -1
  118. package/components/DataTable/sgds-data-table-cell.d.ts +0 -15
  119. package/components/DataTable/sgds-data-table-cell.js +0 -32
  120. package/components/DataTable/sgds-data-table-cell.js.map +0 -1
  121. package/components/DataTable/sgds-data-table-head.d.ts +0 -28
  122. package/components/DataTable/sgds-data-table-head.js +0 -69
  123. package/components/DataTable/sgds-data-table-head.js.map +0 -1
  124. package/components/DataTable/sgds-data-table-row.d.ts +0 -76
  125. package/components/DataTable/sgds-data-table-row.js +0 -333
  126. package/components/DataTable/sgds-data-table-row.js.map +0 -1
  127. package/components/DataTable/sgds-data-table.d.ts +0 -82
  128. package/components/DataTable/sgds-data-table.js +0 -405
  129. package/components/DataTable/sgds-data-table.js.map +0 -1
  130. package/components/Mainnav/mainnav-profile.js +0 -6
  131. package/components/Mainnav/mainnav-profile.js.map +0 -1
  132. package/components/Mainnav/sgds-mainnav-profile.d.ts +0 -41
  133. package/components/Mainnav/sgds-mainnav-profile.js +0 -136
  134. package/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
  135. package/react/components/DataTable/data-table.cjs.js +0 -11
  136. package/react/components/DataTable/data-table.cjs.js.map +0 -1
  137. package/react/components/DataTable/data-table.js +0 -7
  138. package/react/components/DataTable/data-table.js.map +0 -1
  139. package/react/components/DataTable/sgds-data-table-cell.cjs.js +0 -38
  140. package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +0 -1
  141. package/react/components/DataTable/sgds-data-table-cell.js +0 -33
  142. package/react/components/DataTable/sgds-data-table-cell.js.map +0 -1
  143. package/react/components/DataTable/sgds-data-table-head.cjs.js +0 -75
  144. package/react/components/DataTable/sgds-data-table-head.cjs.js.map +0 -1
  145. package/react/components/DataTable/sgds-data-table-head.js +0 -70
  146. package/react/components/DataTable/sgds-data-table-head.js.map +0 -1
  147. package/react/components/DataTable/sgds-data-table-row.cjs.js +0 -339
  148. package/react/components/DataTable/sgds-data-table-row.cjs.js.map +0 -1
  149. package/react/components/DataTable/sgds-data-table-row.js +0 -334
  150. package/react/components/DataTable/sgds-data-table-row.js.map +0 -1
  151. package/react/components/DataTable/sgds-data-table.cjs.js +0 -411
  152. package/react/components/DataTable/sgds-data-table.cjs.js.map +0 -1
  153. package/react/components/DataTable/sgds-data-table.js +0 -406
  154. package/react/components/DataTable/sgds-data-table.js.map +0 -1
  155. package/react/components/Mainnav/mainnav-profile.cjs.js +0 -11
  156. package/react/components/Mainnav/mainnav-profile.cjs.js.map +0 -1
  157. package/react/components/Mainnav/mainnav-profile.js +0 -7
  158. package/react/components/Mainnav/mainnav-profile.js.map +0 -1
  159. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +0 -142
  160. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +0 -1
  161. package/react/components/Mainnav/sgds-mainnav-profile.js +0 -137
  162. package/react/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
  163. package/react/data-table/index.cjs.js +0 -44
  164. package/react/data-table/index.cjs.js.map +0 -1
  165. package/react/data-table/index.d.ts +0 -4
  166. package/react/data-table/index.js +0 -20
  167. package/react/data-table/index.js.map +0 -1
  168. package/react/data-table-cell/index.cjs.js +0 -40
  169. package/react/data-table-cell/index.cjs.js.map +0 -1
  170. package/react/data-table-cell/index.d.ts +0 -4
  171. package/react/data-table-cell/index.js +0 -16
  172. package/react/data-table-cell/index.js.map +0 -1
  173. package/react/data-table-head/index.cjs.js +0 -40
  174. package/react/data-table-head/index.cjs.js.map +0 -1
  175. package/react/data-table-head/index.d.ts +0 -4
  176. package/react/data-table-head/index.js +0 -16
  177. package/react/data-table-head/index.js.map +0 -1
  178. package/react/data-table-row/index.cjs.js +0 -45
  179. package/react/data-table-row/index.cjs.js.map +0 -1
  180. package/react/data-table-row/index.d.ts +0 -4
  181. package/react/data-table-row/index.js +0 -21
  182. package/react/data-table-row/index.js.map +0 -1
  183. package/react/mainnav-profile/index.cjs.js +0 -40
  184. package/react/mainnav-profile/index.cjs.js.map +0 -1
  185. package/react/mainnav-profile/index.d.ts +0 -4
  186. package/react/mainnav-profile/index.js +0 -16
  187. package/react/mainnav-profile/index.js.map +0 -1
@@ -1,10 +1,10 @@
1
- !function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,o,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;
1
+ !function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function e(e,t,n,o){var l,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var i=e.length-1;i>=0;i--)(l=e[i])&&(a=(r<3?l(a):r>3?l(t,n,a):l(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a}"function"==typeof SuppressedError&&SuppressedError;
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2021 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
6
  */
7
- class t extends Event{constructor(e,t,o,n){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=o,this.subscribe=n??!1}}
7
+ class t extends Event{constructor(e,t,n,o){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=n,this.subscribe=o??!1}}
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2021 Google LLC
@@ -15,50 +15,50 @@ class t extends Event{constructor(e,t,o,n){super("context-request",{bubbles:!0,c
15
15
  * Copyright 2021 Google LLC
16
16
  * SPDX-License-Identifier: BSD-3-Clause
17
17
  */
18
- class 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))}}
18
+ class n{constructor(e,t,n,o){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=n,this.subscribe=o??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new t(this.context,this.host,this._callback,this.subscribe))}}
19
19
  /**
20
20
  * @license
21
21
  * Copyright 2021 Google LLC
22
22
  * SPDX-License-Identifier: BSD-3-Clause
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()}}
23
+ */class o{get value(){return this._value}set value(e){this.setValue(e)}setValue(e,t=!1){const n=t||!Object.is(e,this._value);this._value=e,n&&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,n){if(!n)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:o}=this.subscriptions.get(e);e(this.value,o)}clearCallbacks(){this.subscriptions.clear()}}
24
24
  /**
25
25
  * @license
26
26
  * Copyright 2021 Google LLC
27
27
  * SPDX-License-Identifier: BSD-3-Clause
28
- */class 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))}}
28
+ */class l extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}}class r extends o{constructor(e,n,o){super(void 0!==n.context?n.initialValue:o),this.onContextRequest=e=>{if(e.context!==this.context)return;const t=e.contextTarget??e.composedPath()[0];t!==this.host&&(e.stopPropagation(),this.addCallback(e.callback,t,e.subscribe))},this.onProviderRequest=e=>{if(e.context!==this.context)return;if((e.contextTarget??e.composedPath()[0])===this.host)return;const n=new Set;for(const[e,{consumerHost:o}]of this.subscriptions)n.has(e)||(n.add(e),o.dispatchEvent(new t(this.context,o,e,!0)));e.stopPropagation()},this.host=e,void 0!==n.context?this.context=n.context:this.context=n,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 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)}}}
33
+ */function a({context:e}){return(t,n)=>{const o=new WeakMap;if("object"==typeof n)return{get(){return t.get.call(this)},set(e){return o.get(this).setValue(e),t.set.call(this,e)},init(t){return o.set(this,new r(this,{context:e,initialValue:t})),t}};{t.constructor.addInitializer(t=>{o.set(t,new r(t,{context:e}))});const l=Object.getOwnPropertyDescriptor(t,n);let a;if(void 0===l){const e=new WeakMap;a={get(){return e.get(this)},set(t){o.get(this).setValue(t),e.set(this,t)},configurable:!0,enumerable:!0}}else{const e=l.set;a={...l,set(t){o.get(this).setValue(t),e?.call(this,t)}}}return void Object.defineProperty(t,n,a)}}}
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2022 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
- */function i({context:e,subscribe:t}){return(n,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})})}}
38
+ */function i({context:e,subscribe:t}){return(o,l)=>{"object"==typeof l?l.addInitializer(function(){new n(this,{context:e,callback:e=>{o.set.call(this,e)},subscribe:t})}):o.constructor.addInitializer(o=>{new n(o,{context:e,callback:e=>{o[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,d=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),h=new WeakMap;class v{constructor(e,t,o){if(this._$cssResult$=!0,o!==c)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this._strings=t}get styleSheet(){let e=this._styleSheet;const t=this._strings;if(d&&void 0===e){const o=void 0!==t&&1===t.length;o&&(e=h.get(t)),void 0===e&&((this._styleSheet=e=new CSSStyleSheet).replaceSync(this.cssText),o&&h.set(t,e))}return e}toString(){return this.cssText}}const u=(e,...t)=>{const o=1===e.length?e[0]:t.reduce((t,o,n)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.`)})(o)+e[n+1],e[0]);return new v(o,e,c)},p=e=>{let t="";for(const o of e.cssRules)t+=o.cssText;return new v("string"==typeof(o=t)?o:String(o),void 0,c);var o},g=d?e=>e:e=>e instanceof CSSStyleSheet?p(e):e,{is:f,defineProperty:m,getOwnPropertyDescriptor:w,getOwnPropertyNames:b,getOwnPropertySymbols:_,getPrototypeOf:x}=Object,y=globalThis;let Z;const C=y.trustedTypes,M=C?C.emptyScript:"",k=y.reactiveElementPolyfillSupportDevMode;y.litIssuedWarnings??=new Set,Z=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,y.litIssuedWarnings.has(t)||y.litIssuedWarnings.has(e)||(console.warn(t),y.litIssuedWarnings.add(t))},queueMicrotask(()=>{Z("dev-mode","Lit is in dev mode. Not recommended for production!"),y.ShadyDOM?.inUse&&void 0===k&&Z("polyfill-support-missing","Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded.")});const P=(e,t)=>e,H={toAttribute(e,t){switch(t){case Boolean:e=e?M:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=null!==e;break;case Number:o=null===e?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch(e){o=null}}return o}},V=(e,t)=>!f(e,t),z={attribute:!0,type:String,converter:H,reflect:!1,useDefault:!1,hasChanged:V};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class O extends HTMLElement{static addInitializer(e){this.__prepare(),(this._initializers??=[]).push(e)}static get observedAttributes(){return this.finalize(),this.__attributeToPropertyMap&&[...this.__attributeToPropertyMap.keys()]}static createProperty(e,t=z){if(t.state&&(t.attribute=!1),this.__prepare(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const o=Symbol.for(`${String(e)} (@property() cache)`),n=this.getPropertyDescriptor(e,o,t);void 0!==n&&m(this.prototype,e,n)}}static getPropertyDescriptor(e,t,o){const{get:n,set:l}=w(this.prototype,e)??{get(){return this[t]},set(e){this[t]=e}};if(null==n){if("value"in(w(this.prototype,e)??{}))throw new Error(`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it's actually declared as a value on the prototype. Usually this is due to using @property or @state on a method.`);Z("reactive-property-without-getter",`Field ${JSON.stringify(String(e))} on ${this.name} was declared as a reactive property but it does not have a getter. This will be an error in a future version of Lit.`)}return{get:n,set(t){const a=n?.call(this);l?.call(this,t),this.requestUpdate(e,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??z}static __prepare(){if(this.hasOwnProperty(P("elementProperties")))return;const e=x(this);e.finalize(),void 0!==e._initializers&&(this._initializers=[...e._initializers]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(P("finalized")))return;if(this.finalized=!0,this.__prepare(),this.hasOwnProperty(P("properties"))){const e=this.properties,t=[...b(e),..._(e)];for(const o of t)this.createProperty(o,e[o])}const e=this[Symbol.metadata];if(null!==e){const t=litPropertyMetadata.get(e);if(void 0!==t)for(const[e,o]of t)this.elementProperties.set(e,o)}this.__attributeToPropertyMap=new Map;for(const[e,t]of this.elementProperties){const o=this.__attributeNameForProperty(e,t);void 0!==o&&this.__attributeToPropertyMap.set(o,e)}this.elementStyles=this.finalizeStyles(this.styles),this.hasOwnProperty("createProperty")&&Z("no-override-create-property","Overriding ReactiveElement.createProperty() is deprecated. The override will not be called with standard decorators"),this.hasOwnProperty("getPropertyDescriptor")&&Z("no-override-get-property-descriptor","Overriding ReactiveElement.getPropertyDescriptor() is deprecated. The override will not be called with standard decorators")}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const o=new Set(e.flat(1/0).reverse());for(const e of o)t.unshift(g(e))}else void 0!==e&&t.push(g(e));return t}static __attributeNameForProperty(e,t){const o=t.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof e?e.toLowerCase():void 0}constructor(){super(),this.__instanceProperties=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.__reflectingProperty=null,this.__initialize()}__initialize(){this.__updatePromise=new Promise(e=>this.enableUpdating=e),this._$changedProperties=new Map,this.__saveInstanceProperties(),this.requestUpdate(),this.constructor._initializers?.forEach(e=>e(this))}addController(e){(this.__controllers??=new Set).add(e),void 0!==this.renderRoot&&this.isConnected&&e.hostConnected?.()}removeController(e){this.__controllers?.delete(e)}__saveInstanceProperties(){const e=new Map,t=this.constructor.elementProperties;for(const o of t.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this.__instanceProperties=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((e,t)=>{if(d)e.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const o of t){const t=document.createElement("style"),n=s.litNonce;void 0!==n&&t.setAttribute("nonce",n),t.textContent=o.cssText,e.appendChild(t)}})(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this.__controllers?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this.__controllers?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,o){this._$attributeToProperty(e,o)}__propertyToAttribute(e,t){const o=this.constructor.elementProperties.get(e),n=this.constructor.__attributeNameForProperty(e,o);if(void 0!==n&&!0===o.reflect){const l=(void 0!==o.converter?.toAttribute?o.converter:H).toAttribute(t,o.type);this.constructor.enabledWarnings.includes("migration")&&void 0===l&&Z("undefined-attribute-value",`The attribute value for the ${e} property is undefined on element ${this.localName}. The attribute will be removed, but in the previous version of \`ReactiveElement\`, the attribute would not have changed.`),this.__reflectingProperty=e,null==l?this.removeAttribute(n):this.setAttribute(n,l),this.__reflectingProperty=null}}_$attributeToProperty(e,t){const o=this.constructor,n=o.__attributeToPropertyMap.get(e);if(void 0!==n&&this.__reflectingProperty!==n){const e=o.getPropertyOptions(n),l="function"==typeof e.converter?{fromAttribute:e.converter}:void 0!==e.converter?.fromAttribute?e.converter:H;this.__reflectingProperty=n;const a=l.fromAttribute(t,e.type);this[n]=a??this.__defaultValues?.get(n)??a,this.__reflectingProperty=null}}requestUpdate(e,t,o,n=!1,l){if(void 0!==e){e instanceof Event&&Z("","The requestUpdate() method was called with an Event as the property name. This is probably a mistake caused by binding this.requestUpdate as an event listener. Instead bind a function that will call it with no arguments: () => this.requestUpdate()");const a=this.constructor;!1===n&&(l=this[e]),o??=a.getPropertyOptions(e);if(!((o.hasChanged??V)(l,t)||o.useDefault&&o.reflect&&l===this.__defaultValues?.get(e)&&!this.hasAttribute(a.__attributeNameForProperty(e,o))))return;this._$changeProperty(e,t,o)}!1===this.isUpdatePending&&(this.__updatePromise=this.__enqueueUpdate())}_$changeProperty(e,t,{useDefault:o,reflect:n,wrapped:l},a){o&&!(this.__defaultValues??=new Map).has(e)&&(this.__defaultValues.set(e,a??t??this[e]),!0!==l||void 0!==a)||(this._$changedProperties.has(e)||(this.hasUpdated||o||(t=void 0),this._$changedProperties.set(e,t)),!0===n&&this.__reflectingProperty!==e&&(this.__reflectingProperties??=new Set).add(e))}async __enqueueUpdate(){this.isUpdatePending=!0;try{await this.__updatePromise}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){const e=this.performUpdate();return this.constructor.enabledWarnings.includes("async-perform-update")&&"function"==typeof e?.then&&Z("async-perform-update",`Element ${this.localName} returned a Promise from performUpdate(). This behavior is deprecated and will be removed in a future version of ReactiveElement.`),e}performUpdate(){if(!this.isUpdatePending)return;var e;if(e={kind:"update"},y.emitLitDebugLogEvents&&y.dispatchEvent(new CustomEvent("lit-debug",{detail:e})),!this.hasUpdated){this.renderRoot??=this.createRenderRoot();{const e=[...this.constructor.elementProperties.keys()].filter(e=>this.hasOwnProperty(e)&&e in x(this));if(e.length)throw new Error(`The following properties on element ${this.localName} will not trigger updates as expected because they are set using class fields: ${e.join(", ")}. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.`)}if(this.__instanceProperties){for(const[e,t]of this.__instanceProperties)this[e]=t;this.__instanceProperties=void 0}const e=this.constructor.elementProperties;if(e.size>0)for(const[t,o]of e){const{wrapped:e}=o,n=this[t];!0!==e||this._$changedProperties.has(t)||void 0===n||this._$changeProperty(t,void 0,o,n)}}let t=!1;const o=this._$changedProperties;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this.__controllers?.forEach(e=>e.hostUpdate?.()),this.update(o)):this.__markUpdated()}catch(e){throw t=!1,this.__markUpdated(),e}t&&this._$didUpdate(o)}willUpdate(e){}_$didUpdate(e){this.__controllers?.forEach(e=>e.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e),this.isUpdatePending&&this.constructor.enabledWarnings.includes("change-in-update")&&Z("change-in-update",`Element ${this.localName} scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update.`)}__markUpdated(){this._$changedProperties=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.__updatePromise}shouldUpdate(e){return!0}update(e){this.__reflectingProperties&&=this.__reflectingProperties.forEach(e=>this.__propertyToAttribute(e,this[e])),this.__markUpdated()}updated(e){}firstUpdated(e){}}O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[P("elementProperties")]=new Map,O[P("finalized")]=new Map,k?.({ReactiveElement:O});{O.enabledWarnings=["change-in-update","async-perform-update"];const e=function(e){e.hasOwnProperty(P("enabledWarnings"))||(e.enabledWarnings=e.enabledWarnings.slice())};O.enableWarning=function(t){e(this),this.enabledWarnings.includes(t)||this.enabledWarnings.push(t)},O.disableWarning=function(t){e(this);const o=this.enabledWarnings.indexOf(t);o>=0&&this.enabledWarnings.splice(o,1)}}(y.reactiveElementVersions??=[]).push("2.1.2"),y.reactiveElementVersions.length>1&&queueMicrotask(()=>{Z("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});
43
+ */const s=globalThis,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.")});
44
44
  /**
45
45
  * @license
46
46
  * Copyright 2017 Google LLC
47
47
  * SPDX-License-Identifier: BSD-3-Clause
48
48
  */
49
- const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,T=e=>e,R=(e,t,o)=>T,N=e=>{if(ve!==R)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");ve=e},D=()=>{ve=R},I=(e,t,o)=>ve(e,t,o),U="$lit$",W=`lit$${Math.random().toFixed(9).slice(2)}$`,q="?"+W,F=`<${q}>`,K=document,Y=()=>K.createComment(""),X=e=>null===e||"object"!=typeof e&&"function"!=typeof e,J=Array.isArray,G="[ \t\n\f\r]",Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,te=/>/g,oe=new RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ne=/'/g,le=/"/g,ae=/^(?:script|style|textarea|title)$/i,re=(ie=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&B("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:ie,strings:e,values:t}));var ie;const se=Symbol.for("lit-noChange"),de=Symbol.for("lit-nothing"),ce=new WeakMap,he=K.createTreeWalker(K,129);let ve=R;function ue(e,t){if(!J(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==E?E.createHTML(t):t}class pe{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let l=0,a=0;const r=e.length-1,i=this.parts,[s,d]=((e,t)=>{const o=e.length-1,n=[];let l,a=2===t?"<svg>":3===t?"<math>":"",r=Q;for(let t=0;t<o;t++){const o=e[t];let i,s,d=-1,c=0;for(;c<o.length&&(r.lastIndex=c,s=r.exec(o),null!==s);)if(c=r.lastIndex,r===Q){if("!--"===s[1])r=ee;else if(void 0!==s[1])r=te;else if(void 0!==s[2])ae.test(s[2])&&(l=new RegExp(`</${s[2]}`,"g")),r=oe;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===oe?">"===s[0]?(r=l??Q,d=-1):void 0===s[1]?d=-2:(d=r.lastIndex-s[2].length,i=s[1],r=void 0===s[3]?oe:'"'===s[3]?le:ne):r===le||r===ne?r=oe:r===ee||r===te?r=Q:(r=oe,l=void 0);console.assert(-1===d||r===oe||r===ne||r===le,"unexpected parse state B");const h=r===oe&&e[t+1].startsWith("/>")?" ":"";a+=r===Q?o+F:d>=0?(n.push(i),o.slice(0,d)+U+o.slice(d)+W+h):o+W+(-2===d?t:h)}return[ue(e,a+(e[o]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),n]})(e,t);if(this.el=pe.createElement(s,o),he.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=he.nextNode())&&i.length<r;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(W)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);B("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(U)){const t=d[a++],o=n.getAttribute(e).split(W),r=/([.?@])?(.*)/.exec(t);i.push({type:1,index:l,name:r[2],strings:o,ctor:"."===r[1]?be:"?"===r[1]?_e:"@"===r[1]?xe:we}),n.removeAttribute(e)}else e.startsWith(W)&&(i.push({type:6,index:l}),n.removeAttribute(e));if(ae.test(n.tagName)){const e=n.textContent.split(W),t=e.length-1;if(t>0){n.textContent=A?A.emptyScript:"";for(let o=0;o<t;o++)n.append(e[o],Y()),he.nextNode(),i.push({type:2,index:++l});n.append(e[t],Y())}}}else if(8===n.nodeType){if(n.data===q)i.push({type:2,index:l});else{let e=-1;for(;-1!==(e=n.data.indexOf(W,e+1));)i.push({type:7,index:l}),e+=W.length-1}}l++}if(d.length!==a)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");S&&S({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const o=K.createElement("template");return o.innerHTML=e,o}}function ge(e,t,o=e,n){if(t===se)return t;let l=void 0!==n?o.__directives?.[n]:o.__directive;const a=X(t)?void 0:t._$litDirective$;return l?.constructor!==a&&(l?._$notifyDirectiveConnectionChanged?.(!1),void 0===a?l=void 0:(l=new a(e),l._$initialize(e,o,n)),void 0!==n?(o.__directives??=[])[n]=l:o.__directive=l),void 0!==l&&(t=ge(e,l._$resolve(e,t.values),l,n)),t}class fe{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:o}=this._$template,n=(e?.creationScope??K).importNode(t,!0);he.currentNode=n;let l=he.nextNode(),a=0,r=0,i=o[0];for(;void 0!==i;){if(a===i.index){let t;2===i.type?t=new me(l,l.nextSibling,this,e):1===i.type?t=new i.ctor(l,i.name,i.strings,this,e):6===i.type&&(t=new ye(l,this,e)),this._$parts.push(t),i=o[++r]}a!==i?.index&&(l=he.nextNode(),a++)}return he.currentNode=K,n}_update(e){let t=0;for(const o of this._$parts)void 0!==o&&(S&&S({kind:"set part",part:o,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==o.strings?(o._$setValue(e,o,t),t+=o.strings.length-2):o._$setValue(e[t])),t++}}class me{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,o,n){this.type=2,this._$committedValue=de,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=o,this.options=n,this.__isConnected=n?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=L(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=ge(this,e,t),X(e))e===de||null==e||""===e?(this._$committedValue!==de&&(S&&S({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=de):e!==this._$committedValue&&e!==se&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else(e=>J(e)||"function"==typeof e?.[Symbol.iterator])(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return L(L(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),ve!==R){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}S&&S({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==de&&X(this._$committedValue)){const t=L(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=K.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=I(t,"data","property")),e=this._textSanitizer(e),S&&S({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:o}=e,n="number"==typeof o?this._$getTemplate(e):(void 0===o.el&&(o.el=pe.createElement(ue(o.h,o.h[0]),this.options)),o);if(this._$committedValue?._$template===n)S&&S({kind:"template updating",template:n,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new fe(n,this),o=e._clone(this.options);S&&S({kind:"template instantiated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),e._update(t),S&&S({kind:"template instantiated and updated",template:n,instance:e,parts:e._$parts,options:this.options,fragment:o,values:t}),this._commitNode(o),this._$committedValue=e}}_$getTemplate(e){let t=ce.get(e.strings);return void 0===t&&ce.set(e.strings,t=new pe(e)),t}_commitIterable(e){J(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let o,n=0;for(const l of e)n===t.length?t.push(o=new me(this._insert(Y()),this._insert(Y()),this,this.options)):o=t[n],o._$setValue(l),n++;n<t.length&&(this._$clear(o&&L(o._$endNode).nextSibling,n),t.length=n)}_$clear(e=L(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=L(e).nextSibling;L(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class we{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,o,n,l){this.type=1,this._$committedValue=de,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=n,this.options=l,o.length>2||""!==o[0]||""!==o[1]?(this._$committedValue=new Array(o.length-1).fill(new String),this.strings=o):this._$committedValue=de,this._sanitizer=void 0}_$setValue(e,t=this,o,n){const l=this.strings;let a=!1;if(void 0===l)e=ge(this,e,t,0),a=!X(e)||e!==this._$committedValue&&e!==se,a&&(this._$committedValue=e);else{const n=e;let r,i;for(e=l[0],r=0;r<l.length-1;r++)i=ge(this,n[o+r],t,r),i===se&&(i=this._$committedValue[r]),a||=!X(i)||i!==this._$committedValue[r],i===de?e=de:e!==de&&(e+=(i??"")+l[r+1]),this._$committedValue[r]=i}a&&!n&&this._commitValue(e)}_commitValue(e){e===de?L(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"attribute")),e=this._sanitizer(e??""),S&&S({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),L(this.element).setAttribute(this.name,e??""))}}class be extends we{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=ve(this.element,this.name,"property")),e=this._sanitizer(e),S&&S({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===de?void 0:e}}class _e extends we{constructor(){super(...arguments),this.type=4}_commitValue(e){S&&S({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===de),options:this.options}),L(this.element).toggleAttribute(this.name,!!e&&e!==de)}}class xe extends we{constructor(e,t,o,n,l){if(super(e,t,o,n,l),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=ge(this,e,t,0)??de)===se)return;const o=this._$committedValue,n=e===de&&o!==de||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,l=e!==de&&(o===de||n);S&&S({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:n,addListener:l,oldListener:o}),n&&this.element.removeEventListener(this.name,this,o),l&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class ye{constructor(e,t,o){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=o}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){S&&S({kind:"commit to element binding",element:this.element,value:e,options:this.options}),ge(this,e)}}const Ze=$.litHtmlPolyfillSupportDevMode;Ze?.(pe,me),($.litHtmlVersions??=[]).push("3.3.2"),$.litHtmlVersions.length>1&&queueMicrotask(()=>{B("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const Ce=(e,t,o)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=j++,l=o?.renderBefore??t;let a=l._$litPart$;if(S&&S({kind:"begin render",id:n,value:e,container:t,options:o,part:a}),void 0===a){const e=o?.renderBefore??null;l._$litPart$=a=new me(t.insertBefore(Y(),e),e,void 0,o??{})}return a._$setValue(e),S&&S({kind:"end render",id:n,value:e,container:t,options:o,part:a}),a};Ce.setSanitizer=N,Ce.createSanitizer=I,Ce._testOnlyClearSanitizerFactoryDoNotCallOrElse=D;
49
+ const $=globalThis,S=e=>{$.emitLitDebugLogEvents&&$.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let B,j=0;$.litIssuedWarnings??=new Set,B=(e,t)=>{t+=e?` See https://lit.dev/msg/${e} for more information.`:"",$.litIssuedWarnings.has(t)||$.litIssuedWarnings.has(e)||(console.warn(t),$.litIssuedWarnings.add(t))},queueMicrotask(()=>{B("dev-mode","Lit is in dev mode. Not recommended for production!")});const L=$.ShadyDOM?.inUse&&!0===$.ShadyDOM?.noPatch?$.ShadyDOM.wrap:e=>e,A=$.trustedTypes,E=A?A.createPolicy("lit-html",{createHTML:e=>e}):void 0,R=e=>e,T=(e,t,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;
50
50
  /**
51
51
  * @license
52
52
  * Copyright 2017 Google LLC
53
53
  * SPDX-License-Identifier: BSD-3-Clause
54
54
  */
55
- const Me=globalThis;let ke;Me.litIssuedWarnings??=new Set,ke=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,Me.litIssuedWarnings.has(t)||Me.litIssuedWarnings.has(e)||(console.warn(t),Me.litIssuedWarnings.add(t))};class Pe 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 He;Pe._$litElement$=!0,Pe[(He="finalized",He)]=!0,Me.litElementHydrateSupport?.({LitElement:Pe});const Ve=Me.litElementPolyfillSupportDevMode;
55
+ const Me=globalThis;let He;Me.litIssuedWarnings??=new Set,He=(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 Ve extends k{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;Ve._$litElement$=!0,Ve[(Pe="finalized",Pe)]=!0,Me.litElementHydrateSupport?.({LitElement:Ve});const ze=Me.litElementPolyfillSupportDevMode;
56
56
  /**
57
57
  * @license
58
58
  * Copyright 2017 Google LLC
59
59
  * SPDX-License-Identifier: BSD-3-Clause
60
60
  */
61
- let ze;Ve?.({LitElement:Pe}),(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:H,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)}
61
+ let Oe;ze?.({LitElement:Ve}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litElementVersions.length>1&&queueMicrotask(()=>{He("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,Oe=(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 ke={attribute:!0,type:String,converter:P,reflect:!1,hasChanged:z},$e=(e=ke,t,n)=>{const{kind:o,metadata:l}=n;null==l&&Oe("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 r=globalThis.litPropertyMetadata.get(l);if(void 0===r&&globalThis.litPropertyMetadata.set(l,r=new Map),"setter"===o&&((e=Object.create(e)).wrapped=!0),r.set(n.name,e),"accessor"===o){const{name:o}=n;return{set(n){const l=t.get.call(this);t.set.call(this,n),this.requestUpdate(o,l,e,!0,n)},init(t){return void 0!==t&&this._$changeProperty(o,void 0,e,t),t}}}if("setter"===o){const{name:o}=n;return function(n){const l=this[o];t.call(this,n),this.requestUpdate(o,l,e,!0,n)}}throw new Error(`Unsupported decorator location: ${o}`)};function Se(e){return(t,n)=>"object"==typeof n?$e(e,t,n):((e,t,n)=>{const o=t.hasOwnProperty(n);return t.constructor.createProperty(n,e),o?Object.getOwnPropertyDescriptor(t,n):void 0})(e,t,n)}
62
62
  /**
63
63
  * @license
64
64
  * Copyright 2017 Google LLC
@@ -68,40 +68,40 @@ let ze;Ve?.({LitElement:Pe}),(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,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,o),o);
71
+ */const je=(e,t,n)=>(n.configurable=!0,n.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,n),n);
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(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)}})}}
76
+ */let Le;function Ae(e,t){return(n,o,l)=>{const r=n=>{const l=n.renderRoot?.querySelector(e)??null;if(null===l&&t&&!n.hasUpdated){const t="object"==typeof o?o.name:o;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 o?n:l??(()=>{const e=Symbol(`${String(o)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return je(n,o,{get(){let n=e.call(this);return void 0===n&&(n=r(this),(null!==n||this.hasUpdated)&&t.call(this,n)),n}})}return je(n,o,{get(){return r(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,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))}})}}
81
+ */function Ee(e){return(t,n)=>{const{slot:o,selector:l}=e??{},r="slot"+(o?`[name=${o}]`:":not([name])");return je(t,n,{get(){const t=this.renderRoot?.querySelector(r),n=t?.assignedElements(e)??[];return void 0===l?n:n.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 Te=1,Re=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)}}
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,n){this.__part=e,this._$parent=t,this.__attributeIndex=n}_$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!==Te||"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}});var Ue=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 We extends Pe{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 qe(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:Fe()?0:null==o?void 0:o.duration}));l.addEventListener("cancel",n,{once:!0}),l.addEventListener("finish",n,{once:!0})})}function Fe(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ke(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ye(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()})))}We.styles=[Ue],We.dependencies={},e([Se({type:Boolean,reflect:!0})],We.prototype,"ssr",void 0);const Xe=new Map,Je=new WeakMap;function Ge(e,t){const o=Je.get(e);if(null==o?void 0:o[t])return o[t];const n=Xe.get(t);return n||{keyframes:[],options:{duration:0}}}function Qe(e,t){Xe.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function et(e,t){return new Promise(o=>{e.addEventListener(t,function n(l){l.target===e&&(e.removeEventListener(t,n),o())})})}function tt(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function ot(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)}}}}
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 n=e.element.classList;for(const e of this._previousClasses)e in t||(n.remove(e),this._previousClasses.delete(e));for(const e in t){const o=!!t[e];o===this._previousClasses.has(e)||this._staticClasses?.has(e)||(o?(n.add(e),this._previousClasses.add(e)):(n.remove(e),this._previousClasses.delete(e)))}return se}});var Ue=v`: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 We extends Ve{emit(e,t){const n=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(n),n}static define(e,t=this,n={}){if(customElements.get(e));else try{customElements.define(e,t,n)}catch(o){customElements.define(e,class extends t{},n)}}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 qe(e,t,n){return new Promise(o=>{if((null==n?void 0:n.duration)===1/0)throw new Error("Promise-based animations must be finite.");const l=e.animate(t,Object.assign(Object.assign({},n),{duration:Fe()?0:null==n?void 0:n.duration}));l.addEventListener("cancel",o,{once:!0}),l.addEventListener("finish",o,{once:!0})})}function Fe(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function Ke(e,t){return e.map(e=>Object.assign(Object.assign({},e),{height:"auto"===e.height?`${t}px`:e.height}))}function Ye(e){return Promise.all(e.getAnimations().map(e=>new Promise(t=>{const n=requestAnimationFrame(t);e.addEventListener("cancel",()=>n,{once:!0}),e.addEventListener("finish",()=>n,{once:!0}),e.cancel()})))}We.styles=[Ue],We.dependencies={},e([Se({type:Boolean,reflect:!0})],We.prototype,"ssr",void 0);const Xe=new Map,Je=new WeakMap;function Ge(e,t){const n=Je.get(e);if(null==n?void 0:n[t])return n[t];const o=Xe.get(t);return o||{keyframes:[],options:{duration:0}}}function Qe(e,t){Xe.set(e,function(e){return null!=e?e:{keyframes:[],options:{duration:0}}}(t))}function et(e,t){return new Promise(n=>{e.addEventListener(t,function o(l){l.target===e&&(e.removeEventListener(t,o),n())})})}function tt(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}function nt(e,t){const n=Object.assign({waitUntilFirstUpdate:!1},t);return(t,o)=>{const{update:l}=t;if(e in t){const r=e;t.update=function(e){if(e.has(r)){const t=e.get(r),l=this[r];t!==l&&(n.waitUntilFirstUpdate&&!this.hasUpdated||this[o](t,l))}l.call(this,e)}}}}
92
92
  /**
93
93
  * @license
94
94
  * Copyright 2018 Google LLC
95
95
  * SPDX-License-Identifier: BSD-3-Clause
96
- */const nt=e=>e??de,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)});
96
+ */const ot=e=>e??ce,lt=Symbol.for(""),rt=e=>{if(e?.r===lt)return e?._$litStatic$},at=(e,...t)=>({_$litStatic$:t.reduce((t,n,o)=>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.`)})(n)+e[o+1],e[0]),r:lt}),it=new Map,st=(ct=ae,(e,...t)=>{const n=t.length;let o,l;const r=[],a=[];let i,s=0,c=!1;for(;s<n;){for(i=e[s];s<n&&void 0!==(l=t[s],o=rt(l));)i+=o+e[++s],c=!0;s!==n&&a.push(l),r.push(i),s++}if(s===n&&r.push(e[n]),c){const n=r.join("$$lit$$");void 0===(e=it.get(n))&&(r.raw=r,it.set(n,e=r)),t=a}return ct(e,...t)});
97
97
  /**
98
98
  * @license
99
99
  * Copyright 2020 Google LLC
100
100
  * SPDX-License-Identifier: BSD-3-Clause
101
- */var dt,ct=u`:host{--btn-font-weight:var(--sgds-font-weight-regular);--btn-color:var(--sgds-color-fixed-light);--btn-bg:var(--sgds-primary-surface-default);--btn-hover-bg:var(--sgds-primary-surface-emphasis);--btn-border-radius:var(--sgds-border-radius-md);--btn-opacity:var(--sgds-opacity-100,1)}:host([variant=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=brand]){--btn-bg:var(--sgds-primary-surface-default);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline]){--btn-border-width:var(--sgds-border-width-1)}:host([variant=outline][tone=brand]){--btn-border-color:var(--sgds-primary-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-color:var(--sgds-primary-color-default);--btn-hover-bg:var(--sgds-primary-bg-translucent)}:host([variant=ghost][tone=brand]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-primary-surface-translucent);--btn-color:var(--sgds-primary-color-default)}:host([variant=primary][tone=danger]){--btn-bg:var(--sgds-danger-surface-default);--btn-hover-bg:var(--sgds-danger-surface-emphasis);--btn-color:var(--sgds-color-fixed-light)}:host([variant=outline][tone=danger]){--btn-border-color:var(--sgds-danger-border-color-default);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=ghost][tone=danger]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-danger-surface-translucent);--btn-color:var(--sgds-danger-color-default)}:host([variant=primary][tone=fixed-light]){--btn-bg:var(--sgds-surface-fixed-light);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 0%,var(--sgds-bg-translucent-fixed-dark,hsla(0,0%,5%,.2)) 100%),var(--sgds-surface-fixed-light,#fff);--btn-color:var(--sgds-color-fixed-dark)}:host([variant=outline][tone=fixed-light]){--btn-border-color:var(--sgds-border-color-fixed-light);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=ghost][tone=fixed-light]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-fixed-dark) 0%,var(--sgds-bg-translucent-fixed-dark) 100%),var(--sgds-bg-transparent);--btn-color:var(--sgds-color-fixed-light)}:host([variant=primary][tone=neutral]){--btn-bg:var(--sgds-surface-inverse);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-surface-inverse);--btn-color:var(--sgds-color-inverse)}:host([variant=outline][tone=neutral]){--btn-border-color:var(--sgds-border-color-emphasis);--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:linear-gradient(0deg,var(--sgds-bg-translucent-inverse) 0%,var(--sgds-bg-translucent-inverse) 100%),var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost][tone=neutral]){--btn-bg:var(--sgds-bg-transparent);--btn-hover-bg:var(--sgds-bg-translucent-subtle);--btn-color:var(--sgds-color-default)}:host([variant=ghost]) .btn,:host([variant=outline]) .btn,:host([variant=primary]) .btn{color:var(--btn-color)}:host([variant=outline]) .btn{border:var(--btn-border-width) solid var(--btn-border-color)}:host([size=lg]) .btn{font-size:var(--sgds-font-size-label-lg);height:var(--sgds-dimension-56);line-height:var(--sgds-line-height-md);min-width:var(--sgds-dimension-112);padding:var(--sgds-padding-none) var(--sgds-padding-xl)}:host([size=sm]) .btn{font-size:var(--sgds-font-size-label-sm);height:var(--sgds-dimension-40);line-height:var(--sgds-line-height-2-xs);min-width:var(--sgds-dimension-80);padding:var(--sgds-padding-none) var(--sgds-padding-md)}:host([size=xs]) .btn{font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-32);line-height:var(--sgds-line-height-3-xs);min-width:var(--sgds-dimension-64);padding:var(--sgds-padding-none) var(--sgds-padding-sm)}.btn{align-items:center;background-color:var(--btn-bg);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--btn-border-radius);color:var(--sgds-color-fixed-light);cursor:pointer;display:inline-flex;font-size:var(--sgds-font-size-label-md);font-weight:var(--btn-font-weight);gap:var(--sgds-gap-2-xs);height:var(--sgds-dimension-48);justify-content:center;line-height:var(--sgds-line-height-xs);min-width:var(--sgds-dimension-96);opacity:var(--btn-opacity);padding:var(--sgds-padding-none) var(--sgds-padding-lg);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:inherit}.btn.active,.btn:hover{background:var(--btn-hover-bg)}.btn:focus-visible{background:var(--btn-hover-bg);border-color:transparent;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.btn.disabled,.btn:disabled{color:var(--btn-color);cursor:not-allowed;opacity:var(--sgds-opacity-40)}.btn.loading{cursor:default}.btn slot::slotted(*){color:var(--btn-color)}`;class ht extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.active=!1,this.disabled=!1,this.target="_self"}focus(e){this.button.focus(e)}click(){this.button.click()}blur(){this.button.blur()}_handleBlur(){this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleClick(e){if(this.disabled||this.loading)return e.preventDefault(),void e.stopPropagation()}_handleKeydown(e){if("Enter"===e.key&&this.loading)return e.preventDefault(),void e.stopPropagation()}_assignSpinnerSize(e){return"xs"===e||"sm"===e?"xs":"md"===e||"lg"===e?"sm":void 0}_assignSpinnerTone(e,t){return"fixed-light"===e&&"primary"===t?"fixed-dark":"neutral"===e&&"primary"===t?"inverse":"fixed-light"===e||"primary"===t?"fixed-light":"neutral"!==e||"outline"!==t&&"ghost"!==t?"brand":"neutral"}}ht.styles=[...We.styles,ct],e([Ae(".btn")],ht.prototype,"button",void 0),e([Se({reflect:!0})],ht.prototype,"variant",void 0),e([Se({reflect:!0})],ht.prototype,"tone",void 0),e([Se({reflect:!0})],ht.prototype,"size",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],ht.prototype,"disabled",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"href",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"target",void 0),e([Se({type:String,reflect:!0})],ht.prototype,"download",void 0),e([Se({type:String})],ht.prototype,"ariaLabel",void 0),e([Se({type:Boolean})],ht.prototype,"loading",void 0);const vt={announcement:()=>Promise.resolve().then(function(){return kn}),archive:()=>Promise.resolve().then(function(){return Hn}),"arrow-bar-down":()=>Promise.resolve().then(function(){return zn}),"arrow-bar-left":()=>Promise.resolve().then(function(){return $n}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Bn}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Ln}),"arrow-circle-down":()=>Promise.resolve().then(function(){return En}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Rn}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Dn}),"arrow-circle-up":()=>Promise.resolve().then(function(){return Un}),"arrow-clockwise":()=>Promise.resolve().then(function(){return qn}),"arrow-down":()=>Promise.resolve().then(function(){return Kn}),"arrow-left":()=>Promise.resolve().then(function(){return Xn}),"arrow-repeat":()=>Promise.resolve().then(function(){return Gn}),"arrow-right":()=>Promise.resolve().then(function(){return el}),"arrow-square-down":()=>Promise.resolve().then(function(){return ol}),"arrow-square-left":()=>Promise.resolve().then(function(){return ll}),"arrow-square-right":()=>Promise.resolve().then(function(){return rl}),"arrow-square-up":()=>Promise.resolve().then(function(){return sl}),"arrow-up":()=>Promise.resolve().then(function(){return cl}),"bank-fill":()=>Promise.resolve().then(function(){return vl}),"bell-slash":()=>Promise.resolve().then(function(){return pl}),bell:()=>Promise.resolve().then(function(){return fl}),"bi-funnel":()=>Promise.resolve().then(function(){return wl}),"bookmark-fill":()=>Promise.resolve().then(function(){return _l}),bookmark:()=>Promise.resolve().then(function(){return yl}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Cl}),"box-seam":()=>Promise.resolve().then(function(){return kl}),building:()=>Promise.resolve().then(function(){return Hl}),bus:()=>Promise.resolve().then(function(){return zl}),calculator:()=>Promise.resolve().then(function(){return $l}),"calendar-check":()=>Promise.resolve().then(function(){return Bl}),"calendar-heart":()=>Promise.resolve().then(function(){return Ll}),"calendar-x":()=>Promise.resolve().then(function(){return El}),calendar:()=>Promise.resolve().then(function(){return Rl}),camera:()=>Promise.resolve().then(function(){return Dl}),car:()=>Promise.resolve().then(function(){return Ul}),"chat-dots":()=>Promise.resolve().then(function(){return ql}),"chat-left-text":()=>Promise.resolve().then(function(){return Kl}),chat:()=>Promise.resolve().then(function(){return Xl}),"check-circle-fill":()=>Promise.resolve().then(function(){return Gl}),"check-circle":()=>Promise.resolve().then(function(){return ea}),check:()=>Promise.resolve().then(function(){return oa}),"chevron-down":()=>Promise.resolve().then(function(){return la}),"chevron-left":()=>Promise.resolve().then(function(){return ra}),"chevron-right":()=>Promise.resolve().then(function(){return sa}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return ca}),"chevron-up":()=>Promise.resolve().then(function(){return va}),clock:()=>Promise.resolve().then(function(){return pa}),"cloud-check":()=>Promise.resolve().then(function(){return fa}),"cloud-download":()=>Promise.resolve().then(function(){return wa}),"cloud-upload":()=>Promise.resolve().then(function(){return _a}),cloud:()=>Promise.resolve().then(function(){return ya}),"code-square":()=>Promise.resolve().then(function(){return Ca}),"coins-hand":()=>Promise.resolve().then(function(){return ka}),compass:()=>Promise.resolve().then(function(){return Ha}),copy:()=>Promise.resolve().then(function(){return za}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return $a}),cross:()=>Promise.resolve().then(function(){return Ba}),"cursor-fill":()=>Promise.resolve().then(function(){return La}),cursor:()=>Promise.resolve().then(function(){return Ea}),"dash-circle":()=>Promise.resolve().then(function(){return Ra}),"dash-square":()=>Promise.resolve().then(function(){return Da}),dash:()=>Promise.resolve().then(function(){return Ua}),database:()=>Promise.resolve().then(function(){return qa}),dataflow:()=>Promise.resolve().then(function(){return Ka}),download:()=>Promise.resolve().then(function(){return Xa}),edit:()=>Promise.resolve().then(function(){return Ga}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return er}),"exclamation-circle":()=>Promise.resolve().then(function(){return or}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return lr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return rr}),exclamation:()=>Promise.resolve().then(function(){return sr}),"eye-fill":()=>Promise.resolve().then(function(){return cr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return vr}),"eye-slash":()=>Promise.resolve().then(function(){return pr}),eye:()=>Promise.resolve().then(function(){return fr}),"face-smile-fill":()=>Promise.resolve().then(function(){return wr}),"face-smile":()=>Promise.resolve().then(function(){return _r}),facebook:()=>Promise.resolve().then(function(){return yr}),"file-earmark-text":()=>Promise.resolve().then(function(){return Cr}),"file-pdf":()=>Promise.resolve().then(function(){return kr}),"file-plus":()=>Promise.resolve().then(function(){return Hr}),"file-text":()=>Promise.resolve().then(function(){return zr}),file:()=>Promise.resolve().then(function(){return $r}),files:()=>Promise.resolve().then(function(){return Br}),fingerprint:()=>Promise.resolve().then(function(){return Lr}),flash:()=>Promise.resolve().then(function(){return Er}),"folder-check":()=>Promise.resolve().then(function(){return Rr}),"folder-minus":()=>Promise.resolve().then(function(){return Dr}),"folder-plus":()=>Promise.resolve().then(function(){return Ur}),folder:()=>Promise.resolve().then(function(){return qr}),gear:()=>Promise.resolve().then(function(){return Kr}),"geo-alt":()=>Promise.resolve().then(function(){return Xr}),"geo-fill":()=>Promise.resolve().then(function(){return Gr}),geo:()=>Promise.resolve().then(function(){return ei}),"globe-alt":()=>Promise.resolve().then(function(){return oi}),globe:()=>Promise.resolve().then(function(){return li}),google:()=>Promise.resolve().then(function(){return ri}),"grid-alt":()=>Promise.resolve().then(function(){return si}),"grid-fill":()=>Promise.resolve().then(function(){return ci}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return vi}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return pi}),"hard-drive":()=>Promise.resolve().then(function(){return fi}),heart:()=>Promise.resolve().then(function(){return wi}),"house-door":()=>Promise.resolve().then(function(){return _i}),house:()=>Promise.resolve().then(function(){return yi}),image:()=>Promise.resolve().then(function(){return Ci}),"in-box":()=>Promise.resolve().then(function(){return ki}),"info-circle-fill":()=>Promise.resolve().then(function(){return Hi}),"info-circle":()=>Promise.resolve().then(function(){return zi}),instagram:()=>Promise.resolve().then(function(){return $i}),key:()=>Promise.resolve().then(function(){return Bi}),"laptop-gear":()=>Promise.resolve().then(function(){return Li}),laptop:()=>Promise.resolve().then(function(){return Ei}),layers:()=>Promise.resolve().then(function(){return Ri}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return Di}),"layout-text-window":()=>Promise.resolve().then(function(){return Ui}),layout:()=>Promise.resolve().then(function(){return qi}),"life-buoy":()=>Promise.resolve().then(function(){return Ki}),lightbulb:()=>Promise.resolve().then(function(){return Xi}),link:()=>Promise.resolve().then(function(){return Gi}),linkedin:()=>Promise.resolve().then(function(){return es}),list:()=>Promise.resolve().then(function(){return os}),"lock-fill":()=>Promise.resolve().then(function(){return ls}),lock:()=>Promise.resolve().then(function(){return rs}),login:()=>Promise.resolve().then(function(){return ss}),logout:()=>Promise.resolve().then(function(){return cs}),luggage:()=>Promise.resolve().then(function(){return vs}),"mail-open":()=>Promise.resolve().then(function(){return ps}),mail:()=>Promise.resolve().then(function(){return fs}),map:()=>Promise.resolve().then(function(){return ws}),meetup:()=>Promise.resolve().then(function(){return _s}),menu:()=>Promise.resolve().then(function(){return ys}),microphone:()=>Promise.resolve().then(function(){return Cs}),monitor:()=>Promise.resolve().then(function(){return ks}),moon:()=>Promise.resolve().then(function(){return Hs}),move:()=>Promise.resolve().then(function(){return zs}),paperclip:()=>Promise.resolve().then(function(){return $s}),passcode:()=>Promise.resolve().then(function(){return Bs}),passport:()=>Promise.resolve().then(function(){return Ls}),pause:()=>Promise.resolve().then(function(){return Es}),pencil:()=>Promise.resolve().then(function(){return Rs}),"pending-circle":()=>Promise.resolve().then(function(){return Ds}),"person-dash":()=>Promise.resolve().then(function(){return Us}),"person-plus":()=>Promise.resolve().then(function(){return qs}),"person-x":()=>Promise.resolve().then(function(){return Ks}),person:()=>Promise.resolve().then(function(){return Xs}),phone:()=>Promise.resolve().then(function(){return Gs}),"pin-map-fill":()=>Promise.resolve().then(function(){return ed}),pin:()=>Promise.resolve().then(function(){return od}),placeholder:()=>Promise.resolve().then(function(){return ld}),plane:()=>Promise.resolve().then(function(){return rd}),play:()=>Promise.resolve().then(function(){return sd}),"plus-circle":()=>Promise.resolve().then(function(){return cd}),"plus-square":()=>Promise.resolve().then(function(){return vd}),plus:()=>Promise.resolve().then(function(){return pd}),printer:()=>Promise.resolve().then(function(){return fd}),"question-circle":()=>Promise.resolve().then(function(){return wd}),rocket:()=>Promise.resolve().then(function(){return _d}),save:()=>Promise.resolve().then(function(){return yd}),search:()=>Promise.resolve().then(function(){return Cd}),send:()=>Promise.resolve().then(function(){return kd}),"sg-crest":()=>Promise.resolve().then(function(){return Hd}),share:()=>Promise.resolve().then(function(){return zd}),"shield-tick":()=>Promise.resolve().then(function(){return $d}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Bd}),"sidebar-expand":()=>Promise.resolve().then(function(){return Ld}),"slash-circle":()=>Promise.resolve().then(function(){return Ed}),"slash-divider":()=>Promise.resolve().then(function(){return Rd}),sliders:()=>Promise.resolve().then(function(){return Dd}),"sort-ascending":()=>Promise.resolve().then(function(){return Ud}),"sort-descending":()=>Promise.resolve().then(function(){return qd}),speedometer:()=>Promise.resolve().then(function(){return Kd}),"star-ai":()=>Promise.resolve().then(function(){return Xd}),"star-fill":()=>Promise.resolve().then(function(){return Gd}),star:()=>Promise.resolve().then(function(){return ec}),stoplights:()=>Promise.resolve().then(function(){return oc}),sun:()=>Promise.resolve().then(function(){return lc}),"switch-horizontal":()=>Promise.resolve().then(function(){return rc}),"switch-vertical":()=>Promise.resolve().then(function(){return sc}),tablet:()=>Promise.resolve().then(function(){return cc}),telegram:()=>Promise.resolve().then(function(){return vc}),telephone:()=>Promise.resolve().then(function(){return pc}),"three-dots-vertical":()=>Promise.resolve().then(function(){return fc}),"three-dots":()=>Promise.resolve().then(function(){return wc}),ticket:()=>Promise.resolve().then(function(){return _c}),"toggle-off":()=>Promise.resolve().then(function(){return yc}),"toggle-on":()=>Promise.resolve().then(function(){return Cc}),train:()=>Promise.resolve().then(function(){return kc}),translate:()=>Promise.resolve().then(function(){return Hc}),trash:()=>Promise.resolve().then(function(){return zc}),"trend-down":()=>Promise.resolve().then(function(){return $c}),"trend-up":()=>Promise.resolve().then(function(){return Bc}),truck:()=>Promise.resolve().then(function(){return Lc}),"twitter-x":()=>Promise.resolve().then(function(){return Ec}),unlock:()=>Promise.resolve().then(function(){return Rc}),upload:()=>Promise.resolve().then(function(){return Dc}),"user-check":()=>Promise.resolve().then(function(){return Uc}),"user-circle":()=>Promise.resolve().then(function(){return qc}),"user-pause":()=>Promise.resolve().then(function(){return Kc}),"user-square":()=>Promise.resolve().then(function(){return Xc}),users:()=>Promise.resolve().then(function(){return Gc}),"video-recorder":()=>Promise.resolve().then(function(){return eh}),"volume-max":()=>Promise.resolve().then(function(){return oh}),"volume-x":()=>Promise.resolve().then(function(){return lh}),"window-dash":()=>Promise.resolve().then(function(){return rh}),"window-desktop":()=>Promise.resolve().then(function(){return sh}),"window-dock":()=>Promise.resolve().then(function(){return ch}),"window-fullscreen":()=>Promise.resolve().then(function(){return vh}),"window-plus":()=>Promise.resolve().then(function(){return ph}),"window-sidebar":()=>Promise.resolve().then(function(){return fh}),"window-split":()=>Promise.resolve().then(function(){return wh}),"window-stack":()=>Promise.resolve().then(function(){return _h}),"window-x":()=>Promise.resolve().then(function(){return yh}),window:()=>Promise.resolve().then(function(){return Ch}),"xcircle-fill":()=>Promise.resolve().then(function(){return kh}),xcircle:()=>Promise.resolve().then(function(){return Hh}),youtube:()=>Promise.resolve().then(function(){return zh}),"zoom-in":()=>Promise.resolve().then(function(){return $h}),"zoom-out":()=>Promise.resolve().then(function(){return Bh})};var ut=u`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const pt=new Map;class gt extends We{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(pt.has(e))return void(this._icon=pt.get(e));const t=vt[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const o=await t();pt.set(e,o.default),this._icon=o.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:de}}gt.styles=[...We.styles,ut],e([Se({type:String,reflect:!0})],gt.prototype,"name",void 0),e([Se({type:String,reflect:!0})],gt.prototype,"size",void 0),e([Se({type:String})],gt.prototype,"ariaLabel",void 0),e([Be()],gt.prototype,"_icon",void 0);var ft=u`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}
101
+ */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)}
102
102
 
103
103
 
104
- /*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,mt=u`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class wt extends We{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return st`
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=v`.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 We{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,40 +109,39 @@ let ze;Ve?.({LitElement:Pe}),(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?de:st`<span class="sr-only">Loading...</span>`}
112
+ ${this.label?ce:st`<span class="sr-only">Loading...</span>`}
113
113
  </div>
114
- ${this.label?st`<span class="spinner-label">${this.label}</span>`:de}
114
+ ${this.label?st`<span class="spinner-label">${this.label}</span>`:ce}
115
115
  </div>
116
- `}}wt.styles=[...We.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`
116
+ `}}wt.styles=[...We.styles,mt,gt],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=v`: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?at`a`:at`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=${nt(e?void 0:this.disabled)}
120
- type=${nt(e?void 0:"button")}
121
- href=${nt(e?this.href:void 0)}
122
- target=${nt(e?this.target:void 0)}
123
- download=${nt(e?this.download:void 0)}
124
- rel=${nt(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
125
- role=${nt(e?"button":void 0)}
119
+ ?disabled=${ot(e?void 0:this.disabled)}
120
+ type=${ot(e?void 0:"button")}
121
+ href=${ot(e?this.href:void 0)}
122
+ target=${ot(e?this.target:void 0)}
123
+ download=${ot(e?this.download:void 0)}
124
+ rel=${ot(e&&"_blank"===this.target?"noreferrer noopener":void 0)}
125
+ role=${ot(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=${nt(this.loading?"Loading":this.ariaLabel)}
132
+ aria-label=${ot(this.loading?"Loading":this.ariaLabel)}
133
133
  >
134
134
  ${this.loading?st`<sgds-spinner
135
- size=${nt(this._assignSpinnerSize(this.size))}
136
- tone=${nt(this._assignSpinnerTone(this.tone,this.variant))}
135
+ size=${ot(this._assignSpinnerSize(this.size))}
136
+ tone=${ot(this._assignSpinnerTone(this.tone,this.variant))}
137
137
  ></sgds-spinner>`:st`<sgds-icon
138
- name=${nt(this.name)}
139
- size=${nt(this._assignIconSize(this.size))}
138
+ name=${ot(this.name)}
139
+ size=${ot(this._assignIconSize(this.size))}
140
140
  ></sgds-icon>`}
141
141
  </${t}>
142
- `}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":gt,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt="mainnav-context",yt="mainnav-expanded-context";var Zt=u`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}:host([tone=brand]) nav{background-color:var(--sgds-primary-surface-default)}:host([tone=gradient-1]) nav{background:var(--sgds-gradient-1)}:host([tone=gradient-2]) nav{background:var(--sgds-gradient-2)}:host([tone=gradient-3]) nav{background:var(--sgds-gradient-3)}:host([tone=gradient-4]) nav{background:var(--sgds-gradient-4)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:flex-start;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:var(--sgds-mainnav-height,72px);padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}:host([tone=brand]) .navbar-brand,:host([tone^=gradient]) .navbar-brand{color:var(--sgds-color-fixed-light)}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown):not(sgds-mainnav-profile)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}:host([tone=brand]) .navbar-toggler,:host([tone^=gradient]) .navbar-toggler{color:var(--sgds-color-fixed-light)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-end{margin-left:auto}.navbar-end,slot[name=start]{align-items:center;display:flex;gap:var(--sgds-gap-xs)}slot[name=profile]{align-self:stretch;display:flex}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4)}slot[name=non-collapsible].non-collapsible-empty{display:none}:host([tone=brand]) slot[name=non-collapsible]::slotted(*),:host([tone^=gradient]) slot[name=non-collapsible]::slotted(*){color:var(--sgds-color-fixed-light)}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);height:inherit;margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class Ct{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Mt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class kt extends We{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this._hasProfileComponent=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.tone="default",this.collapseId=tt("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new Ct(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||this.header&&e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<Mt[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.navbarEnd)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Ye(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Ge(this,"mainnav.show");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await Ye(this.body);const{keyframes:e,options:t}=Ge(this,"mainnav.hide");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){var e;this.expanding?(await this._animateToShow(),this.expanded=!0):(null===(e=this.header)||void 0===e||e.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,et(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),et(this,"sgds-after-hide")}_handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&t.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)})}_handleProfileSlotChange(e){const t=e.target.assignedElements({flatten:!0});this._hasProfileComponent=t.some(e=>"sgds-mainnav-profile"===e.tagName.toLowerCase()),t.forEach(e=>{e.setAttribute("expand",this.expand),e.setAttribute("tone",this.tone)}),this._hasProfileComponent&&this.defaultSlotItems.length>0&&console.warn("[sgds-mainnav] Using <sgds-mainnav-item> alongside <sgds-mainnav-profile> is not recommended. The profile component disables the mainnav hamburger menu, so nav items will have no mobile menu. Use a sidebar for navigation in operational apps.")}render(){return this.breakpointReached=window.innerWidth<Mt[this.expand],re`
142
+ `}}_t.styles=[...ht.styles,bt],_t.dependencies={"sgds-icon":ft,"sgds-spinner":wt},e([Se({type:String,reflect:!0})],_t.prototype,"name",void 0);const xt="mainnav-context",yt="mainnav-expanded-context";var Zt=v`:host{display:block}nav{background-color:var(--sgds-surface-default);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);position:relative;z-index:var(--sgds-z-index-floating)}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);justify-content:space-between;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);min-height:80px;padding:0 var(--sgds-mainnav-mobile-padding-x);width:100%}:host([fluid]) .navbar{max-width:none}.navbar-brand{align-items:center;color:var(--sgds-color-default);display:flex;text-decoration:none;white-space:nowrap}.navbar-brand:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.navbar-nav{display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;width:100%}nav>.navbar-body{background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 2px 0 hsla(0,0%,5%,.08);padding:var(--sgds-padding-md) 0;position:absolute;transition:transform .2s ease-in-out;width:100%;z-index:var(--sgds-z-index-floating)}nav>.navbar-body .navbar-nav{height:100dvh;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px)}nav>.navbar-body slot::slotted(:not(sgds-mainnav-item):not(sgds-mainnav-dropdown)){padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{align-self:center}.navbar-nav-scroll{overflow-y:auto}@media (min-width:512px){.navbar-expand-sm{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:1024px){.navbar{padding:0 var(--sgds-mainnav-padding-x)}.navbar-expand-lg{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1280px){.navbar-expand-xl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mainnav-nav-link-padding-x);padding-right:var(--mainnav-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;gap:var(--sgds-gap-xl);justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}slot[name=non-collapsible]{align-items:center;display:flex;gap:var(--sgds-spacer-4);margin-left:auto}slot[name=non-collapsible].non-collapsible-empty{display:none}.slot-end{align-items:stretch;display:flex;gap:var(--sgds-gap-xs);margin-left:auto}.slot-end::slotted(:not([name$=-mainnav-item]):not([name$=-mainnav-dropdown])){align-self:center}`;class Ct{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Mt={sm:512,md:768,lg:1024,xl:1280,xxl:1440,never:1/0,always:-1};class Ht extends We{constructor(){super(...arguments),this._breakpointReached=!1,this.expanded=!1,this.expanding=!1,this.hasNonCollapsibleSlot=!1,this.brandHref="",this.collapseId=tt("mainnav","collapse"),this.expand="lg",this.fluid=!1,this.breakpointReached=!1,this.hasSlotController=new Ct(this,"non-collapsible"),this._handleMobileNavBound=this._handleMobileNav.bind(this)}get defaultSlotItems(){return[...this.defaultNodes||[]].filter(e=>void 0!==e.tagName)}get endSlotItems(){return[...this.endNodes||[]].filter(e=>void 0!==e.tagName)}connectedCallback(){super.connectedCallback(),this._handleResize(),window.addEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.addEventListener("resize",this._handleResize.bind(this))}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("click",e=>this._handleClickOutOfElement(e,this.body)),window.removeEventListener("resize",this._handleResize.bind(this))}firstUpdated(e){super.firstUpdated(e),this.breakpointReached&&this.body&&(this.expanded=!1,this.body.hidden=!0,this._handleMobileNav(),this._breakpointReached=!0)}updated(){this.hasNonCollapsibleSlot||(this.hasNonCollapsibleSlot=this.hasSlotController.test("non-collapsible"))}_handleClickOutOfElement(e,t){e.composedPath().includes(t)||e.composedPath().includes(this.header)||this.hide()}_handleSummaryClick(){this.expanded?this.hide():(document.body.style.overflow="hidden",this.show())}_handleResize(){const e=window.innerWidth<Mt[this.expand];e!==this.breakpointReached?this.requestUpdate():(this.body&&(this.body.hidden=!0),this.expanding=!1),e?(this._handleMobileNav(),this._breakpointReached||(this._breakpointReached=!0,window.addEventListener("scrollend",this._handleMobileNavBound))):(this._handleDesktopNav(),this._breakpointReached=!1,window.removeEventListener("scrollend",this._handleMobileNavBound))}async _handleMobileNav(){if(!this.nav)return;this.nav.appendChild(this.body),await customElements.whenDefined("sgds-masthead");const{bottom:e}=this.nav.getBoundingClientRect(),t=parseFloat(getComputedStyle(this.body).paddingTop)+parseFloat(getComputedStyle(this.body).paddingBottom);this.navScroll.style.maxHeight=`calc(100dvh - ${e}px - ${t}px)`}_handleDesktopNav(){var e;null===(e=this.navbar)||void 0===e||e.insertBefore(this.body,this.nonCollapsibleSlot)}async _animateToShow(){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!1);await Ye(this.body),this.body.hidden=!1;const{keyframes:e,options:t}=Ge(this,"mainnav.show");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.style.height="auto",this.emit("sgds-after-show")}async _animateToHide(){if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return this.expanding=!1,void(this.expanded=!0);await Ye(this.body);const{keyframes:e,options:t}=Ge(this,"mainnav.hide");await qe(this.body,Ke(e,this.body.scrollHeight),t),this.body.hidden=!0,this.body.style.height="auto",this.emit("sgds-after-hide")}async handleOpenChange(){this.expanding?(await this._animateToShow(),this.expanded=!0):(this.header.focus(),await this._animateToHide(),this.expanded=!1)}async show(){if(!this.expanded)return this.expanding=!0,et(this,"sgds-after-show")}async hide(){if(this.expanded)return this.expanding=!1,document.body.style.removeProperty("overflow"),et(this,"sgds-after-hide")}_handleDefaultSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("expand",this.expand)})}_handleSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{e.setAttribute("name",e.tagName.toLowerCase()),e.setAttribute("expand",this.expand)})}render(){return this.breakpointReached=window.innerWidth<Mt[this.expand],ae`
143
143
  <nav>
144
144
  <div class="navbar ${this._expandClass()}">
145
- <slot name="start"></slot>
146
145
  <a class="navbar-brand" href=${this.brandHref} aria-label="brand-link">
147
146
  <slot name="brand"></slot>
148
147
  </a>
@@ -156,63 +155,59 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
156
155
  ></slot>
157
156
  </div>
158
157
  </div>
159
- <div class="navbar-end">
160
- <slot
161
- name="non-collapsible"
162
- class=${Ie({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
163
- ></slot>
164
- <slot name="profile" @slotchange=${this._handleProfileSlotChange}></slot>
165
- ${this._hasProfileComponent&&this.breakpointReached?de:re`<sgds-icon-button
166
- name=${this.expanded?"cross":"menu"}
167
- variant="ghost"
168
- size="sm"
169
- tone=${"default"!==this.tone?"fixed-light":de}
170
- class="navbar-toggler"
171
- @click=${this._handleSummaryClick}
172
- aria-controls="${this.collapseId}"
173
- aria-expanded="${this.expanded}"
174
- .ariaLabel=${"Toggle navigation"}
175
- ></sgds-icon-button>`}
176
- </div>
158
+ <slot
159
+ name="non-collapsible"
160
+ class=${Ie({"non-collapsible-empty":!this.hasNonCollapsibleSlot})}
161
+ ></slot>
162
+ <sgds-icon-button
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>
177
172
  </div>
178
173
  </nav>
179
- `}_expandClass(){switch(this.expand){case"always":return"navbar-expand";case"never":break;default:return`navbar-expand-${this.expand}`}}}kt.styles=[...We.styles,Zt],kt.dependencies={"sgds-icon-button":_t},e([r({context:xt}),Be()],kt.prototype,"_breakpointReached",void 0),e([r({context:yt}),Be()],kt.prototype,"expanded",void 0),e([Be()],kt.prototype,"expanding",void 0),e([Ae("nav")],kt.prototype,"nav",void 0),e([Ae(".navbar")],kt.prototype,"navbar",void 0),e([Ae(".navbar-toggler")],kt.prototype,"header",void 0),e([Ae(".navbar-body")],kt.prototype,"body",void 0),e([Ae(".navbar-nav-scroll")],kt.prototype,"navScroll",void 0),e([Ae(".navbar-end")],kt.prototype,"navbarEnd",void 0),e([Be()],kt.prototype,"_hasProfileComponent",void 0),e([Se({type:Boolean})],kt.prototype,"hasNonCollapsibleSlot",void 0),e([Se({type:String})],kt.prototype,"brandHref",void 0),e([Se({type:String,reflect:!0})],kt.prototype,"tone",void 0),e([Se({type:String})],kt.prototype,"expand",void 0),e([Se({type:Boolean,reflect:!0})],kt.prototype,"fluid",void 0),e([Be()],kt.prototype,"breakpointReached",void 0),e([Ee()],kt.prototype,"defaultNodes",void 0),e([Ee({slot:"end"})],kt.prototype,"endNodes",void 0),e([ot("expanding",{waitUntilFirstUpdate:!0})],kt.prototype,"handleOpenChange",null),Qe("mainnav.show",{keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:200,easing:"ease-in-out"}}),Qe("mainnav.hide",{keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:200,easing:"ease-in-out"}});const Pt=Math.min,Ht=Math.max,Vt=Math.round,zt=Math.floor,Ot=e=>({x:e,y:e}),$t={left:"right",right:"left",bottom:"top",top:"bottom"},St={start:"end",end:"start"};function Bt(e,t,o){return Ht(e,Pt(t,o))}function jt(e,t){return"function"==typeof e?e(t):e}function Lt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function Et(e){return"x"===e?"y":"x"}function Tt(e){return"y"===e?"height":"width"}const Rt=new Set(["top","bottom"]);function Nt(e){return Rt.has(Lt(e))?"y":"x"}function Dt(e){return Et(Nt(e))}function It(e,t,o){void 0===o&&(o=!1);const n=At(e),l=Dt(e),a=Tt(l);let r="x"===l?n===(o?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[a]>t.floating[a]&&(r=Xt(r)),[r,Xt(r)]}function Ut(e){return e.replace(/start|end/g,e=>St[e])}const Wt=["left","right"],qt=["right","left"],Ft=["top","bottom"],Kt=["bottom","top"];function Yt(e,t,o,n){const l=At(e);let a=function(e,t,o){switch(e){case"top":case"bottom":return o?t?qt:Wt:t?Wt:qt;case"left":case"right":return t?Ft:Kt;default:return[]}}(Lt(e),"start"===o,n);return l&&(a=a.map(e=>e+"-"+l),t&&(a=a.concat(a.map(Ut)))),a}function Xt(e){return e.replace(/left|right|bottom|top/g,e=>$t[e])}function Jt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Gt(e){const{x:t,y:o,width:n,height:l}=e;return{width:n,height:l,top:o,left:t,right:t+n,bottom:o+l,x:t,y:o}}function Qt(e,t,o){let{reference:n,floating:l}=e;const a=Nt(t),r=Dt(t),i=Tt(r),s=Lt(t),d="y"===a,c=n.x+n.width/2-l.width/2,h=n.y+n.height/2-l.height/2,v=n[i]/2-l[i]/2;let u;switch(s){case"top":u={x:c,y:n.y-l.height};break;case"bottom":u={x:c,y:n.y+n.height};break;case"right":u={x:n.x+n.width,y:h};break;case"left":u={x:n.x-l.width,y:h};break;default:u={x:n.x,y:n.y}}switch(At(t)){case"start":u[r]-=v*(o&&d?-1:1);break;case"end":u[r]+=v*(o&&d?-1:1)}return u}async function eo(e,t){var o;void 0===t&&(t={});const{x:n,y:l,platform:a,rects:r,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:v=!1,padding:u=0}=jt(t,e),p=Jt(u),g=i[v?"floating"===h?"reference":"floating":h],f=Gt(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(g)))||o?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),m="floating"===h?{x:n,y:l,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==a.getOffsetParent?void 0:a.getOffsetParent(i.floating)),b=await(null==a.isElement?void 0:a.isElement(w))&&await(null==a.getScale?void 0:a.getScale(w))||{x:1,y:1},_=Gt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:m,offsetParent:w,strategy:s}):m);return{top:(f.top-_.top+p.top)/b.y,bottom:(_.bottom-f.bottom+p.bottom)/b.y,left:(f.left-_.left+p.left)/b.x,right:(_.right-f.right+p.right)/b.x}}const to=new Set(["left","top"]);function oo(){return"undefined"!=typeof window}function no(e){return ro(e)?(e.nodeName||"").toLowerCase():"#document"}function lo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ao(e){var t;return null==(t=(ro(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function ro(e){return!!oo()&&(e instanceof Node||e instanceof lo(e).Node)}function io(e){return!!oo()&&(e instanceof Element||e instanceof lo(e).Element)}function so(e){return!!oo()&&(e instanceof HTMLElement||e instanceof lo(e).HTMLElement)}function co(e){return!(!oo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof lo(e).ShadowRoot)}const ho=new Set(["inline","contents"]);function vo(e){const{overflow:t,overflowX:o,overflowY:n,display:l}=Co(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!ho.has(l)}const uo=new Set(["table","td","th"]);function po(e){return uo.has(no(e))}const go=[":popover-open",":modal"];function fo(e){return go.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const mo=["transform","translate","scale","rotate","perspective"],wo=["transform","translate","scale","rotate","perspective","filter"],bo=["paint","layout","strict","content"];function _o(e){const t=xo(),o=io(e)?Co(e):e;return mo.some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||wo.some(e=>(o.willChange||"").includes(e))||bo.some(e=>(o.contain||"").includes(e))}function xo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const yo=new Set(["html","body","#document"]);function Zo(e){return yo.has(no(e))}function Co(e){return lo(e).getComputedStyle(e)}function Mo(e){return io(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ko(e){if("html"===no(e))return e;const t=e.assignedSlot||e.parentNode||co(e)&&e.host||ao(e);return co(t)?t.host:t}function Po(e){const t=ko(e);return Zo(t)?e.ownerDocument?e.ownerDocument.body:e.body:so(t)&&vo(t)?t:Po(t)}function Ho(e,t,o){var n;void 0===t&&(t=[]),void 0===o&&(o=!0);const l=Po(e),a=l===(null==(n=e.ownerDocument)?void 0:n.body),r=lo(l);if(a){const e=Vo(r);return t.concat(r,r.visualViewport||[],vo(l)?l:[],e&&o?Ho(e):[])}return t.concat(l,Ho(l,[],o))}function Vo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){const t=Co(e);let o=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const l=so(e),a=l?e.offsetWidth:o,r=l?e.offsetHeight:n,i=Vt(o)!==a||Vt(n)!==r;return i&&(o=a,n=r),{width:o,height:n,$:i}}function Oo(e){return io(e)?e:e.contextElement}function $o(e){const t=Oo(e);if(!so(t))return Ot(1);const o=t.getBoundingClientRect(),{width:n,height:l,$:a}=zo(t);let r=(a?Vt(o.width):o.width)/n,i=(a?Vt(o.height):o.height)/l;return r&&Number.isFinite(r)||(r=1),i&&Number.isFinite(i)||(i=1),{x:r,y:i}}const So=Ot(0);function Bo(e){const t=lo(e);return xo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:So}function jo(e,t,o,n){void 0===t&&(t=!1),void 0===o&&(o=!1);const l=e.getBoundingClientRect(),a=Oo(e);let r=Ot(1);t&&(n?io(n)&&(r=$o(n)):r=$o(e));const i=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==lo(e))&&t}(a,o,n)?Bo(a):Ot(0);let s=(l.left+i.x)/r.x,d=(l.top+i.y)/r.y,c=l.width/r.x,h=l.height/r.y;if(a){const e=lo(a),t=n&&io(n)?lo(n):n;let o=e,l=Vo(o);for(;l&&n&&t!==o;){const e=$o(l),t=l.getBoundingClientRect(),n=Co(l),a=t.left+(l.clientLeft+parseFloat(n.paddingLeft))*e.x,r=t.top+(l.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,h*=e.y,s+=a,d+=r,o=lo(l),l=Vo(o)}}return Gt({width:c,height:h,x:s,y:d})}function Lo(e,t){const o=Mo(e).scrollLeft;return t?t.left+o:jo(ao(e)).left+o}function Ao(e,t){const o=e.getBoundingClientRect();return{x:o.left+t.scrollLeft-Lo(e,o),y:o.top+t.scrollTop}}const Eo=new Set(["absolute","fixed"]);function To(e,t,o){let n;if("viewport"===t)n=function(e,t){const o=lo(e),n=ao(e),l=o.visualViewport;let a=n.clientWidth,r=n.clientHeight,i=0,s=0;if(l){a=l.width,r=l.height;const e=xo();(!e||e&&"fixed"===t)&&(i=l.offsetLeft,s=l.offsetTop)}const d=Lo(n);if(d<=0){const e=n.ownerDocument,t=e.body,o=getComputedStyle(t),l="CSS1Compat"===e.compatMode&&parseFloat(o.marginLeft)+parseFloat(o.marginRight)||0,r=Math.abs(n.clientWidth-t.clientWidth-l);r<=25&&(a-=r)}else d<=25&&(a+=d);return{width:a,height:r,x:i,y:s}}(e,o);else if("document"===t)n=function(e){const t=ao(e),o=Mo(e),n=e.ownerDocument.body,l=Ht(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Ht(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let r=-o.scrollLeft+Lo(e);const i=-o.scrollTop;return"rtl"===Co(n).direction&&(r+=Ht(t.clientWidth,n.clientWidth)-l),{width:l,height:a,x:r,y:i}}(ao(e));else if(io(t))n=function(e,t){const o=jo(e,!0,"fixed"===t),n=o.top+e.clientTop,l=o.left+e.clientLeft,a=so(e)?$o(e):Ot(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:l*a.x,y:n*a.y}}(t,o);else{const o=Bo(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Gt(n)}function Ro(e,t){const o=ko(e);return!(o===t||!io(o)||Zo(o))&&("fixed"===Co(o).position||Ro(o,t))}function No(e,t,o){const n=so(t),l=ao(t),a="fixed"===o,r=jo(e,!0,a,t);let i={scrollLeft:0,scrollTop:0};const s=Ot(0);function d(){s.x=Lo(l)}if(n||!n&&!a)if(("body"!==no(t)||vo(l))&&(i=Mo(t)),n){const e=jo(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else l&&d();a&&!n&&l&&d();const c=!l||n||a?Ot(0):Ao(l,i);return{x:r.left+i.scrollLeft-s.x-c.x,y:r.top+i.scrollTop-s.y-c.y,width:r.width,height:r.height}}function Do(e){return"static"===Co(e).position}function Io(e,t){if(!so(e)||"fixed"===Co(e).position)return null;if(t)return t(e);let o=e.offsetParent;return ao(e)===o&&(o=o.ownerDocument.body),o}function Uo(e,t){const o=lo(e);if(fo(e))return o;if(!so(e)){let t=ko(e);for(;t&&!Zo(t);){if(io(t)&&!Do(t))return t;t=ko(t)}return o}let n=Io(e,t);for(;n&&po(n)&&Do(n);)n=Io(n,t);return n&&Zo(n)&&Do(n)&&!_o(n)?o:n||function(e){let t=ko(e);for(;so(t)&&!Zo(t);){if(_o(t))return t;if(fo(t))return null;t=ko(t)}return null}(e)||o}const Wo={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:n,strategy:l}=e;const a="fixed"===l,r=ao(n),i=!!t&&fo(t.floating);if(n===r||i&&a)return o;let s={scrollLeft:0,scrollTop:0},d=Ot(1);const c=Ot(0),h=so(n);if((h||!h&&!a)&&(("body"!==no(n)||vo(r))&&(s=Mo(n)),so(n))){const e=jo(n);d=$o(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}const v=!r||h||a?Ot(0):Ao(r,s);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-s.scrollLeft*d.x+c.x+v.x,y:o.y*d.y-s.scrollTop*d.y+c.y+v.y}},getDocumentElement:ao,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:n,strategy:l}=e;const a=[..."clippingAncestors"===o?fo(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let n=Ho(e,[],!1).filter(e=>io(e)&&"body"!==no(e)),l=null;const a="fixed"===Co(e).position;let r=a?ko(e):e;for(;io(r)&&!Zo(r);){const t=Co(r),o=_o(r);o||"fixed"!==t.position||(l=null),(a?!o&&!l:!o&&"static"===t.position&&l&&Eo.has(l.position)||vo(r)&&!o&&Ro(e,r))?n=n.filter(e=>e!==r):l=t,r=ko(r)}return t.set(e,n),n}(t,this._c):[].concat(o),n],r=a[0],i=a.reduce((e,o)=>{const n=To(t,o,l);return e.top=Ht(n.top,e.top),e.right=Pt(n.right,e.right),e.bottom=Pt(n.bottom,e.bottom),e.left=Ht(n.left,e.left),e},To(t,r,l));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Uo,getElementRects:async function(e){const t=this.getOffsetParent||Uo,o=this.getDimensions,n=await o(e.floating);return{reference:No(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=zo(e);return{width:t,height:o}},getScale:$o,isElement:io,isRTL:function(e){return"rtl"===Co(e).direction}};function qo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Fo(e,t,o,n){void 0===n&&(n={});const{ancestorScroll:l=!0,ancestorResize:a=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,d=Oo(e),c=l||a?[...d?Ho(d):[],...Ho(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&i?function(e,t){let o,n=null;const l=ao(e);function a(){var e;clearTimeout(o),null==(e=n)||e.disconnect(),n=null}return function r(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:v,height:u}=d;if(i||t(),!v||!u)return;const p={rootMargin:-zt(h)+"px "+-zt(l.clientWidth-(c+v))+"px "+-zt(l.clientHeight-(h+u))+"px "+-zt(c)+"px",threshold:Ht(0,Pt(1,s))||1};let g=!0;function f(t){const n=t[0].intersectionRatio;if(n!==s){if(!g)return r();n?r(!1,n):o=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==n||qo(d,e.getBoundingClientRect())||r(),g=!1}try{n=new IntersectionObserver(f,{...p,root:l.ownerDocument})}catch(e){n=new IntersectionObserver(f,p)}n.observe(e)}(!0),a}(d,o):null;let v,u=-1,p=null;r&&(p=new ResizeObserver(e=>{let[n]=e;n&&n.target===d&&p&&(p.unobserve(t),cancelAnimationFrame(u),u=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),o()}),d&&!s&&p.observe(d),p.observe(t));let g=s?jo(e):null;return s&&function t(){const n=jo(e);g&&!qo(g,n)&&o();g=n,v=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(v)}}const Ko=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,n;const{x:l,y:a,placement:r,middlewareData:i}=t,s=await async function(e,t){const{placement:o,platform:n,elements:l}=e,a=await(null==n.isRTL?void 0:n.isRTL(l.floating)),r=Lt(o),i=At(o),s="y"===Nt(o),d=to.has(r)?-1:1,c=a&&s?-1:1,h=jt(t,e);let{mainAxis:v,crossAxis:u,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return i&&"number"==typeof p&&(u="end"===i?-1*p:p),s?{x:u*c,y:v*d}:{x:v*d,y:u*c}}(t,e);return r===(null==(o=i.offset)?void 0:o.placement)&&null!=(n=i.arrow)&&n.alignmentOffset?{}:{x:l+s.x,y:a+s.y,data:{...s,placement:r}}}}},Yo=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:n,placement:l}=t,{mainAxis:a=!0,crossAxis:r=!1,limiter:i={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...s}=jt(e,t),d={x:o,y:n},c=await eo(t,s),h=Nt(Lt(l)),v=Et(h);let u=d[v],p=d[h];if(a){const e="y"===v?"bottom":"right";u=Bt(u+c["y"===v?"top":"left"],u,u-c[e])}if(r){const e="y"===h?"bottom":"right";p=Bt(p+c["y"===h?"top":"left"],p,p-c[e])}const g=i.fn({...t,[v]:u,[h]:p});return{...g,data:{x:g.x-o,y:g.y-n,enabled:{[v]:a,[h]:r}}}}}},Xo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,n;const{placement:l,middlewareData:a,rects:r,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:v,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...f}=jt(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const m=Lt(l),w=Nt(i),b=Lt(i)===i,_=await(null==s.isRTL?void 0:s.isRTL(d.floating)),x=v||(b||!g?[Xt(i)]:function(e){const t=Xt(e);return[Ut(e),t,Ut(t)]}(i)),y="none"!==p;!v&&y&&x.push(...Yt(i,g,p,_));const Z=[i,...x],C=await eo(t,f),M=[];let k=(null==(n=a.flip)?void 0:n.overflows)||[];if(c&&M.push(C[m]),h){const e=It(l,r,_);M.push(C[e[0]],C[e[1]])}if(k=[...k,{placement:l,overflows:M}],!M.every(e=>e<=0)){var P,H;const e=((null==(P=a.flip)?void 0:P.index)||0)+1,t=Z[e];if(t){if(!("alignment"===h&&w!==Nt(t))||k.every(e=>Nt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:k},reset:{placement:t}}}let o=null==(H=k.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!o)switch(u){case"bestFit":{var V;const e=null==(V=k.filter(e=>{if(y){const t=Nt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:V[0];e&&(o=e);break}case"initialPlacement":o=i}if(l!==o)return{reset:{placement:o}}}return{}}}},Jo=(e,t,o)=>{const n=new Map,l={platform:Wo,...o},a={...l.platform,_c:n};return(async(e,t,o)=>{const{placement:n="bottom",strategy:l="absolute",middleware:a=[],platform:r}=o,i=a.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let d=await r.getElementRects({reference:e,floating:t,strategy:l}),{x:c,y:h}=Qt(d,n,s),v=n,u={},p=0;for(let o=0;o<i.length;o++){const{name:a,fn:g}=i[o],{x:f,y:m,data:w,reset:b}=await g({x:c,y:h,initialPlacement:n,placement:v,strategy:l,middlewareData:u,rects:d,platform:r,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=m?m:h,u={...u,[a]:{...u[a],...w}},b&&p<=50&&(p++,"object"==typeof b&&(b.placement&&(v=b.placement),b.rects&&(d=!0===b.rects?await r.getElementRects({reference:e,floating:t,strategy:l}):b.rects),({x:c,y:h}=Qt(d,v,s))),o=-1)}return{x:c,y:h,placement:v,strategy:l,middlewareData:u}})(e,t,{...l,platform:a})};var Go=u`.dropdown{display:flex;height:inherit;position:relative}.dropdown-menu{max-width:var(--sgds-dimension-320)}.toggler-container{flex:1;pointer-events:none}.toggler-container ::slotted(*){pointer-events:auto}`,Qo=u`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,en=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.nav-link.show,.nav-link:not(.disabled).active{border-color:var(--sgds-primary-border-color-default);color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.dropdown-items{background-color:var(--sgds-surface-default);height:100%;left:100%;overflow-y:auto;padding:var(--sgds-padding-md) 0;position:absolute;top:0;width:100%}.dropdown-items a{align-items:center;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.dropdown-items a:hover{color:var(--sgds-primary-color-default)}.dropdown-items a:focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus);outline-offset:-5px}:host([tone=brand][expand=always]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=always]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=sm]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=md]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=lg]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) slot[name=toggler]::slotted(*),:host([tone^=gradient][expand=xxl]) slot[name=toggler]::slotted(*){color:var(--sgds-color-fixed-light)}}slot[name=toggler]::slotted(*){flex:1}sgds-dropdown{display:block;height:100%}@media screen and (min-width:1024px){.dropdown-items a,.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`
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)}}`
180
175
  /**
181
176
  * @license
182
177
  * Copyright 2020 Google LLC
183
178
  * SPDX-License-Identifier: BSD-3-Clause
184
- */;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const tn=(e,t)=>{const o=e._$disconnectableChildren;if(void 0===o)return!1;for(const e of o)e._$notifyDirectiveConnectionChanged?.(t,!1),tn(e,t);return!0},on=e=>{let t,o;do{if(void 0===(t=e._$parent))break;o=t._$disconnectableChildren,o.delete(e),e=t}while(0===o?.size)},nn=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),rn(t)}};
179
+ */;window.ShadyDOM?.inUse&&!0===window.ShadyDOM?.noPatch&&window.ShadyDOM.wrap;const to=(e,t)=>{const n=e._$disconnectableChildren;if(void 0===n)return!1;for(const e of n)e._$notifyDirectiveConnectionChanged?.(t,!1),to(e,t);return!0},no=e=>{let t,n;do{if(void 0===(t=e._$parent))break;n=t._$disconnectableChildren,n.delete(e),e=t}while(0===n?.size)},oo=e=>{for(let t;t=e._$parent;e=t){let n=t._$disconnectableChildren;if(void 0===n)t._$disconnectableChildren=n=new Set;else if(n.has(e))break;n.add(e),ao(t)}};
185
180
  /**
186
181
  * @license
187
182
  * Copyright 2017 Google LLC
188
183
  * SPDX-License-Identifier: BSD-3-Clause
189
- */function ln(e){void 0!==this._$disconnectableChildren?(on(this),this._$parent=e,nn(this)):this._$parent=e}function an(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++)tn(n[e],!1),on(n[e]);else null!=n&&(tn(n,!1),on(n));else tn(this,e)}const rn=e=>{e.type==Re&&(e._$notifyConnectionChanged??=an,e._$reparentDisconnectables??=ln)};class sn extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,o){super._$initialize(e,t,o),nn(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(tn(this,e),on(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(){}}
184
+ */function lo(e){void 0!==this._$disconnectableChildren?(no(this),this._$parent=e,oo(this)):this._$parent=e}function ro(e,t=!1,n=0){const o=this._$committedValue,l=this._$disconnectableChildren;if(void 0!==l&&0!==l.size)if(t)if(Array.isArray(o))for(let e=n;e<o.length;e++)to(o[e],!1),no(o[e]);else null!=o&&(to(o,!1),no(o));else to(this,e)}const ao=e=>{e.type==Te&&(e._$notifyConnectionChanged??=ro,e._$reparentDisconnectables??=lo)};class io extends De{constructor(){super(...arguments),this._$disconnectableChildren=void 0}_$initialize(e,t,n){super._$initialize(e,t,n),oo(this),this.isConnected=e._$isConnected}_$notifyDirectiveConnectionChanged(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(to(this,e),no(this))}setValue(e){if(void 0===this.__part.strings)this.__part._$setValue(e,this);else{if(void 0===this.__attributeIndex)throw new Error("Expected this.__attributeIndex to be a number");const t=[...this.__part._$committedValue];t[this.__attributeIndex]=e,this.__part._$setValue(t,this,0)}}disconnected(){}reconnected(){}}
190
185
  /**
191
186
  * @license
192
187
  * Copyright 2020 Google LLC
193
188
  * SPDX-License-Identifier: BSD-3-Clause
194
- */const dn=()=>new cn;class cn{}const hn=new WeakMap;const vn=Ne(class extends sn{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=hn.get(t);void 0===o&&(o=new WeakMap,hn.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?hn.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 un extends We{constructor(){super(...arguments),this.myDropdown=dn(),this.dropdownMenuId=tt("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=dn(),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}=Ge(this,"dropdown.show");await qe(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=Fo(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}=Ge(this,"dropdown.hide");await qe(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=[Ko(8),this.noFlip?void 0:Xo(),Yo()].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 Jo(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})],un.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],un.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],un.prototype,"drop",void 0),e([Se({type:Object})],un.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],un.prototype,"readonly",void 0),Qe("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),Qe("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class pn extends un{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"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const 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()})}}pn.styles=un.styles,e([Ae("ul.dropdown-menu")],pn.prototype,"menu",void 0),e([Be()],pn.prototype,"nextDropdownItemNo",void 0),e([Be()],pn.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],pn.prototype,"hidden",void 0);class gn extends pn{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=vn()}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`
189
+ */const so=()=>new co;class co{}const ho=new WeakMap;const uo=Ne(class extends io{render(e){return ce}update(e,[t]){const n=t!==this._ref;return n&&void 0!==this._ref&&this._updateRefValue(void 0),(n||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),ce}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let n=ho.get(t);void 0===n&&(n=new WeakMap,ho.set(t,n)),void 0!==n.get(this._ref)&&this._ref.call(this._context,void 0),n.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?ho.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 vo extends We{constructor(){super(...arguments),this.myDropdown=so(),this.dropdownMenuId=tt("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=so(),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}=Ge(this,"dropdown.show");await qe(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=Fn(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}=Ge(this,"dropdown.hide");await qe(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 n=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},o=t.map(n),l=e.map(e=>{const l=n(e),r=o.indexOf(l);return-1!==r?t[r]:e}).concat(t.filter(t=>!e.some(e=>n(e)===n(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=[Kn(8),this.noFlip?void 0:Xn(),Yn()].filter(Boolean);let n=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(n=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const o=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:n}),{x:l,y:r,strategy:a,placement:i}=await Jn(this.myDropdown.value,this.menuRef.value,o);this.menuRef.value.setAttribute("data-placement",i),Object.assign(this.menuRef.value.style,{position:a,left:`${l}px`,top:`${r}px`})}}e([Se({type:Boolean,state:!0})],vo.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!0})],vo.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!0})],vo.prototype,"drop",void 0),e([Se({type:Object})],vo.prototype,"floatingOpts",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"menuIsOpen",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],vo.prototype,"readonly",void 0),Qe("dropdown.show",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.1, 0, 0.5, 0)"}}),Qe("dropdown.hide",{keyframes:[],options:{duration:200,easing:"cubic-bezier(0.15, 0.6, 0.6, 1)"}});class po extends vo{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(),n=t.find(t=>e.composedPath().includes(t));if(!n)return;const o=t.indexOf(n);this.nextDropdownItemNo=o+1,this.prevDropdownItemNo=o<=0?t.length-1:o-1,n.disabled||(this.emit("sgds-select",{detail:{item:n}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const n=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");n&&n.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const n=(e%t.length+t.length)%t.length,o=t[n];this.emit("i-sgds-option-focus",{detail:{option:o}}),this.nextDropdownItemNo=(n+1)%t.length,this.prevDropdownItemNo=(n-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===o?"0":"-1"),e===o&&t.focus()})}}po.styles=vo.styles,e([Ae("ul.dropdown-menu")],po.prototype,"menu",void 0),e([Be()],po.prototype,"nextDropdownItemNo",void 0),e([Be()],po.prototype,"prevDropdownItemNo",void 0),e([Se({type:Boolean,reflect:!0})],po.prototype,"hidden",void 0);class fo extends po{constructor(){super(),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.close="default",this.menuRef=uo()}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 n=this.menuRef.value;n&&e.composedPath().includes(n)||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 ae`
195
190
  <div class="dropdown" @click=${this._handleClick}>
196
- <div class="toggler-container" ${vn(this.myDropdown)}>
191
+ <div class="toggler-container" ${uo(this.myDropdown)}>
197
192
  <slot name="toggler" @slotchange=${this._handleTogglerSlotChange}></slot>
198
193
  </div>
199
- <div class="dropdown-menu" role="menu" ${vn(this.menuRef)}>
194
+ <div class="dropdown-menu" role="menu" ${uo(this.menuRef)}>
200
195
  <slot id="default" @click=${this.handleSelectSlot}></slot>
201
196
  </div>
202
197
  </div>
203
- `}}gn.styles=[...pn.styles,Go,Qo],e([Se({type:Boolean,reflect:!0,state:!1})],gn.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],gn.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],gn.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],gn.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],gn.prototype,"_toggler",void 0),e([ot("menuIsOpen")],gn.prototype,"_handleMenuIsOpenChange",null),e([ot("disabled",{waitUntilFirstUpdate:!0})],gn.prototype,"_handleDisabled",null);var fn=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 mn extends We{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`
198
+ `}}fo.styles=[...po.styles,Gn,Qn],e([Se({type:Boolean,reflect:!0,state:!1})],fo.prototype,"noFlip",void 0),e([Se({type:Boolean,reflect:!0,state:!1})],fo.prototype,"menuAlignRight",void 0),e([Se({type:String,reflect:!0,state:!1})],fo.prototype,"drop",void 0),e([Se({type:String,reflect:!0,state:!1})],fo.prototype,"close",void 0),e([Ee({slot:"toggler",flatten:!0})],fo.prototype,"_toggler",void 0),e([nt("menuIsOpen")],fo.prototype,"_handleMenuIsOpenChange",null),e([nt("disabled",{waitUntilFirstUpdate:!0})],fo.prototype,"_handleDisabled",null);var go=v`:host([disabled]){cursor:not-allowed}.dropdown-item{align-items:center;background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-sm);padding:var(--sgds-padding-sm) var(--sgds-padding-lg);text-align:inherit}.dropdown-item:hover{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus,.dropdown-item:focus-visible{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.dropdown-item.active{background-color:var(--sgds-bg-translucent-subtle);color:var(--sgds-primary-color-default);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{opacity:var(--sgds-opacity-40);pointer-events:none}::slotted(*){color:inherit!important;display:flex;gap:var(--sgds-gap-sm);text-decoration:none!important}::slotted(a),::slotted(sgds-checkbox){flex:1;margin:calc(var(--sgds-padding-sm)*-1) calc(var(--sgds-padding-lg)*-1);padding:var(--sgds-padding-sm) var(--sgds-padding-lg)}.dropdown-item.mainnav-dropdown-link{padding:var(--sgds-padding-none)}.dropdown-item.mainnav-dropdown-link ::slotted(*){box-sizing:border-box;margin:auto;max-width:var(--sgds-mainnav-max-width,1440px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x)}@media screen and (min-width:1024px){.dropdown-item.mainnav-dropdown-link ::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class mo extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1,this.ariaLabel=""}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e=>{"Enter"===e.key&&this.anchor.length>0&&this.anchor[0].click()}),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){return ae`
204
199
  <div
205
- class="dropdown-item ${Ie({disabled:this.disabled,active:this.active,readonly:this.readonly})}"
206
- tabindex=${this.disabled||this.readonly?"-1":"0"}
207
- aria-label=${nt(this.ariaLabel||void 0)}
200
+ class="dropdown-item ${Ie({disabled:this.disabled,active:this.active})}"
201
+ tabindex=${this.disabled?"-1":"0"}
202
+ aria-label=${ot(this.ariaLabel||void 0)}
208
203
  >
209
204
  <slot></slot>
210
205
  </div>
211
- `}}mn.styles=[Go,fn],mn.dependencies={"sgds-icon":gt},e([Ee({flatten:!0})],mn.prototype,"anchor",void 0),e([Se({type:Boolean})],mn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],mn.prototype,"disabled",void 0),e([Se({type:Boolean,reflect:!0})],mn.prototype,"readonly",void 0),e([Se({type:String})],mn.prototype,"ariaLabel",void 0);const wn="Enter";class bn extends We{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=tt("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!==wn&&" "!==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 wn:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=re`
206
+ `}}mo.styles=[Gn,go],mo.dependencies={"sgds-icon":ft},e([Ee({flatten:!0})],mo.prototype,"anchor",void 0),e([Se({type:Boolean})],mo.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],mo.prototype,"disabled",void 0),e([Se({type:String})],mo.prototype,"ariaLabel",void 0);const wo="Enter";class bo extends We{constructor(){super(...arguments),this._breakpointReached=!0,this.togglerId=tt("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 n=e.shadowRoot.querySelector(".dropdown-item");n.classList.add("mainnav-dropdown-link");const o=(null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("a"))||e.querySelector("a");o.tabIndex=-1,n.classList.contains("disabled")?(o.setAttribute("href","javascript:void(0)"),o.setAttribute("tabindex","-1")):o.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})})}_handleDesktopSlotChange(e){e.target.assignedElements({flatten:!0}).forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.classList.remove("mainnav-dropdown-link");e.shadowRoot.querySelector(".dropdown-item slot").assignedElements({flatten:!0}).forEach(e=>{t.classList.contains("disabled")&&(e.setAttribute("href","javascript:void(0)"),e.setAttribute("tabindex","-1"))})})}_handleKeyboardMenuItemsEvent(e){if(!this._breakpointReached)return;const t=this.defaultSlotItems.filter(e=>!e.hasAttribute("disabled")),n=[this.menuHeaderButton,...t],o=n.length;if(0===o)return;const l=n[0],r=n[o-1].shadowRoot.querySelector(".dropdown-item");let a=document.activeElement;if(a===this&&(a=this.shadowRoot.activeElement),"Tab"===e.key)if(e.shiftKey)a===l&&(e.preventDefault(),setTimeout(()=>{r.focus()},0));else{const t=a.shadowRoot?a.shadowRoot.querySelector(".dropdown-item"):null;t&&t===r&&(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 n=o=>{"transform"===o.propertyName&&(e.removeEventListener("transitionend",n),t())};getComputedStyle(e).transitionProperty.includes("transform")?(e.addEventListener("transitionend",n),e.style.removeProperty("transform")):(e.style.removeProperty("transform"),t())}):Promise.resolve()}_handleKeyboardOpen(e){this.disabled||e.key!==wo&&" "!==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 wo:case" ":e.preventDefault(),this._closeMenu()}}async _closeMenu(){await this._resetDropdownMenu(),this._hideDropdownMenuItems(),this.navLink.focus()}render(){const e=ae`
212
207
  <a
213
208
  class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
214
209
  aria-disabled=${this.disabled?"true":"false"}
215
- aria-label=${nt(this.ariaLabel)}
210
+ aria-label=${ot(this.ariaLabel)}
216
211
  tabindex=${this.disabled?"-1":"0"}
217
212
  role="button"
218
213
  @click=${this._openMenu}
@@ -228,14 +223,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
228
223
  </a>
229
224
  <slot @slotchange=${this._handleSlotChange}></slot>
230
225
  </div>
231
- `,t=re`<sgds-dropdown
232
- .floatingOpts=${{middleware:[Ko(0)]}}
226
+ `,t=ae`<sgds-dropdown
227
+ .floatingOpts=${{middleware:[Kn(0)]}}
233
228
  ?disabled=${this.disabled}
234
229
  >
235
230
  <a
236
231
  class="${Ie({"nav-link":!0,active:this.active,disabled:this.disabled})}"
237
232
  aria-disabled=${this.disabled?"true":"false"}
238
- aria-label=${nt(this.ariaLabel)}
233
+ aria-label=${ot(this.ariaLabel)}
239
234
  id=${this.togglerId}
240
235
  tabindex=${this.disabled?"-1":"0"}
241
236
  role="button"
@@ -245,50 +240,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
245
240
  <sgds-icon name="chevron-down" size="md"></sgds-icon>
246
241
  </a>
247
242
  <slot @slotchange=${this._handleDesktopSlotChange}></slot>
248
- </sgds-dropdown>`;return this._breakpointReached?e:t}}bn.styles=[...We.styles,Go,Qo,en],bn.dependencies={"sgds-dropdown":gn,"sgds-dropdown-item":mn,"sgds-icon":gt},e([i({context:xt,subscribe:!0}),Be()],bn.prototype,"_breakpointReached",void 0),e([i({context:yt,subscribe:!0}),Be()],bn.prototype,"expanded",void 0),e([Ae(".nav-link")],bn.prototype,"navLink",void 0),e([Ae(".dropdown-items")],bn.prototype,"dropdownItems",void 0),e([Ae(".dropdown-items a")],bn.prototype,"menuHeaderButton",void 0),e([Ae(".dropdown-items span")],bn.prototype,"menuHeaderText",void 0),e([Se({type:Boolean})],bn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],bn.prototype,"disabled",void 0),e([Se({type:String})],bn.prototype,"ariaLabel",void 0),e([Ee({slot:"toggler"})],bn.prototype,"togglerNodes",void 0),e([Ee()],bn.prototype,"defaultNodes",void 0);var _n=u`:host([expand=always]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media screen and (min-width:512px){:host([expand=sm]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=sm]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:768px){:host([expand=md]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=md]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1024px){:host([expand=lg]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=lg]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1280px){:host([expand=xl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (min-width:1440px){:host([expand=xxl]) ::slotted(*){border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}:host(:not([disabled])[active][expand=xxl]) ::slotted(*){border-color:var(--sgds-primary-border-color-default)}}@media screen and (max-width:511px){:host(:not([disabled])[active][expand=sm]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:767px){:host(:not([disabled])[active][expand=md]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1023px){:host(:not([disabled])[active][expand=lg]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1279px){:host(:not([disabled])[active][expand=xl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}@media screen and (max-width:1439px){:host(:not([disabled])[active][expand=xxl]) ::slotted(*){background-color:var(--sgds-bg-translucent-subtle)}}::slotted(*){--sgds-link-color-default:var(--sgds-color-default);--sgds-link-color-emphasis:var(--sgds-color-default);align-items:center;box-sizing:border-box;color:var(--sgds-color-default)!important;cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);height:auto!important;line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none!important}:host([tone=brand][expand=always]) ::slotted(*),:host([tone^=gradient][expand=always]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) ::slotted(*),:host([tone^=gradient][expand=sm]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) ::slotted(*),:host([tone^=gradient][expand=md]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) ::slotted(*),:host([tone^=gradient][expand=lg]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) ::slotted(*),:host([tone^=gradient][expand=xl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) ::slotted(*),:host([tone^=gradient][expand=xxl]) ::slotted(*){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*){border-color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){::slotted(*){padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}:host(:not([disabled])[active]) ::slotted(*){--sgds-link-color-default:var(--sgds-primary-color-default);--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important}:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=always]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=always]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}@media screen and (min-width:512px){:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=sm]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=sm]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:768px){:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=md]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=md]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=lg]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=lg]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone=brand][expand=xxl]:not([disabled])[active]) ::slotted(a:hover),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(*),:host([tone^=gradient][expand=xxl]:not([disabled])[active]) ::slotted(a:hover){--sgds-link-color-default:var(--sgds-color-fixed-light);--sgds-link-color-emphasis:var(--sgds-color-fixed-light);color:var(--sgds-color-fixed-light)!important}}:host([disabled]) ::slotted(a:hover){--sgds-link-color-emphasis:var(--sgds-color-default);color:var(--sgds-color-default)!important}:host(:not([disabled]):not([active])) ::slotted(a:active){color:var(--sgds-color-default)!important}:host(:not([disabled])[active]) ::slotted(a:active){color:var(--sgds-primary-color-default)!important}::slotted(a:focus-visible){--sgds-link-color-emphasis:var(--sgds-primary-color-default);color:var(--sgds-primary-color-default)!important;outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) ::slotted(*){cursor:not-allowed;opacity:var(--sgds-opacity-40)}`;class xn extends We{constructor(){super(...arguments),this.active=!1,this.disabled=!1}_handleDisabled(){this.setAttribute("aria-disabled",`${this.disabled}`)}_handleSlotChange(e){const t=e.target,o=t.assignedElements({flatten:!0}).filter(e=>"a"===e.tagName.toLowerCase()||"sgds-link"===e.tagName.toLowerCase());if(o.length>1)console.error("More than one anchor tag is added to sgds-mainnav-item");else{if(0===o.length){t.assignedNodes({flatten:!0}).forEach(e=>{if(e.nodeType===Node.TEXT_NODE){const t=document.createElement("a");t.textContent=e.textContent,e.parentNode.replaceChild(t,e)}})}if(1===o.length){const e=o[0];if(this.active&&e.setAttribute("aria-current","true"),this.disabled)return e.setAttribute("href","javascript:void(0)"),void e.setAttribute("tabindex","-1");e.addEventListener("click",e=>{e.target.closest("sgds-mainnav").hide()})}}}render(){return re`<slot @slotchange=${this._handleSlotChange}></slot>`}}xn.styles=[...We.styles,_n],e([Se({type:Boolean,reflect:!0})],xn.prototype,"active",void 0),e([Se({type:Boolean,reflect:!0})],xn.prototype,"disabled",void 0),e([ot("disabled")],xn.prototype,"_handleDisabled",null);var yn=u`:host([expand=always]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}@media (min-width:512px){:host([expand=sm]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:768px){:host([expand=md]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1024px){:host(:not([expand])) .nav-link,:host([expand=lg]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1280px){:host([expand=xl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}@media (min-width:1440px){:host([expand=xxl]) .nav-link{border-bottom:var(--sgds-border-width-4) solid transparent;min-height:100%;padding:0 var(--sgds-padding-md)}}button.nav-link{appearance:none;background:none;border:none;font-family:inherit}.nav-link{align-items:center;box-sizing:border-box;color:var(--sgds-color-default);cursor:pointer;display:flex;font-size:var(--sgds-font-size-label-sm);gap:var(--sgds-gap-xs);line-height:var(--sgds-line-height-2-xs,20px);padding:var(--sgds-padding-sm) var(--sgds-mainnav-mobile-padding-x);text-decoration:none}.nav-link:not(.disabled):hover{color:var(--sgds-primary-color-default)}.nav-link:not(.disabled):focus-visible{color:var(--sgds-primary-color-default);outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.nav-link.disabled{cursor:not-allowed;opacity:var(--sgds-opacity-40)}:host([tone=brand][expand=always]) .nav-link,:host([tone^=gradient][expand=always]) .nav-link{color:var(--sgds-color-fixed-light)}@media screen and (min-width:512px){:host([tone=brand][expand=sm]) .nav-link,:host([tone^=gradient][expand=sm]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:768px){:host([tone=brand][expand=md]) .nav-link,:host([tone^=gradient][expand=md]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1024px){:host([tone=brand][expand=lg]) .nav-link,:host([tone^=gradient][expand=lg]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1280px){:host([tone=brand][expand=xl]) .nav-link,:host([tone^=gradient][expand=xl]) .nav-link{color:var(--sgds-color-fixed-light)}}@media screen and (min-width:1440px){:host([tone=brand][expand=xxl]) .nav-link,:host([tone^=gradient][expand=xxl]) .nav-link{color:var(--sgds-color-fixed-light)}}.profile-text{display:flex;flex:1;flex-direction:column;gap:var(--sgds-gap-text-2-xs,2px);text-align:left}.profile-label{font-weight:var(--sgds-font-weight-semibold)}.profile-label,.profile-secondary-text{font-size:var(--sgds-font-size-body-xs);line-height:var(--sgds-line-height-3-xs,16px)}sgds-dropdown{display:block;height:100%}.profile-avatar-mobile{align-items:center;border-radius:var(--sgds-border-radius-full);cursor:pointer;display:flex;height:100%}.profile-avatar-mobile:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}.profile-mobile-panel{animation:profile-panel-show .2s ease-in-out;background-color:var(--sgds-surface-default);border-top:var(--sgds-border-width-1) solid var(--sgds-border-color-translucent);box-shadow:0 2px 4px 0 hsla(0,0%,5%,.08);left:0;overflow:hidden;padding:var(--sgds-padding-md) 0;position:absolute;top:100%;width:100%;z-index:var(--sgds-z-index-floating)}.profile-mobile-panel[hidden]{display:none}@keyframes profile-panel-show{0%{max-height:0;opacity:0}to{max-height:100dvh;opacity:1}}.profile-mobile-items{display:flex;flex-direction:column;margin:auto;max-height:calc(100dvh - 72px);max-width:var(--sgds-mainnav-max-width,1440px);overflow-y:auto;width:100%}@media screen and (min-width:1024px){.nav-link{padding:var(--sgds-padding-sm) var(--sgds-mainnav-padding-x)}}`;class Zn extends We{constructor(){super(...arguments),this._breakpointReached=!0,this._mobileMenuOpen=!1,this.label="",this.secondaryText="",this.disabled=!1,this.ariaLabel="",this.close="default",this.togglerId=tt("profile","button"),this._handleMobileToggle=()=>{this._mobileMenuOpen=!this._mobileMenuOpen},this._handleKeydown=e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this._handleMobileToggle())}}render(){return this._breakpointReached?re`
249
- <div
250
- class="profile-avatar-mobile"
251
- role="button"
252
- tabindex="0"
253
- aria-label=${this.ariaLabel||"Toggle navigation"}
254
- aria-expanded=${this._mobileMenuOpen?"true":"false"}
255
- @click=${this._handleMobileToggle}
256
- @keydown=${this._handleKeydown}
257
- >
258
- <slot name="avatar"></slot>
259
- </div>
260
- <div class="profile-mobile-panel" ?hidden=${!this._mobileMenuOpen}>
261
- <div class="profile-mobile-items">
262
- <slot></slot>
263
- </div>
264
- </div>
265
- `:re`
266
- <sgds-dropdown .floatingOpts=${{middleware:[Ko(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=${nt(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></slot>
283
- </sgds-dropdown>
284
- `}}function Cn(e,t){customElements.get(e)||customElements.define(e,t)}Zn.styles=[...We.styles,yn],Zn.dependencies={"sgds-dropdown":gn,"sgds-dropdown-item":mn,"sgds-icon":gt},e([i({context:xt,subscribe:!0}),Be()],Zn.prototype,"_breakpointReached",void 0),e([Be()],Zn.prototype,"_mobileMenuOpen",void 0),e([Se({type:String,reflect:!0})],Zn.prototype,"label",void 0),e([Se({type:String,reflect:!0})],Zn.prototype,"secondaryText",void 0),e([Se({type:Boolean})],Zn.prototype,"disabled",void 0),e([Se({type:String})],Zn.prototype,"ariaLabel",void 0),e([Se({type:String})],Zn.prototype,"close",void 0),Cn("sgds-mainnav",kt),Cn("sgds-mainnav-dropdown",bn),Cn("sgds-mainnav-item",xn),Cn("sgds-mainnav-profile",Zn);var Mn=re`
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`
285
244
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
286
245
  <path
287
246
  fill="currentColor"
288
247
  d="M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z"
289
248
  />
290
249
  </svg>
291
- `,kn=Object.freeze({__proto__:null,default:Mn}),Pn=re`
250
+ `,Co=Object.freeze({__proto__:null,default:Zo}),Mo=ae`
292
251
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
293
252
  <path
294
253
  fill="currentColor"
@@ -301,35 +260,35 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
301
260
  clip-rule="evenodd"
302
261
  />
303
262
  </svg>
304
- `,Hn=Object.freeze({__proto__:null,default:Pn}),Vn=re`
263
+ `,Ho=Object.freeze({__proto__:null,default:Mo}),Vo=ae`
305
264
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
306
265
  <path
307
266
  fill="currentColor"
308
267
  d="M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z"
309
268
  />
310
269
  </svg>
311
- `,zn=Object.freeze({__proto__:null,default:Vn}),On=re`
270
+ `,Po=Object.freeze({__proto__:null,default:Vo}),zo=ae`
312
271
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
313
272
  <path
314
273
  fill="currentColor"
315
274
  d="M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z"
316
275
  />
317
276
  </svg>
318
- `,$n=Object.freeze({__proto__:null,default:On}),Sn=re`
277
+ `,Oo=Object.freeze({__proto__:null,default:zo}),ko=ae`
319
278
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
320
279
  <path
321
280
  fill="currentColor"
322
281
  d="M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z"
323
282
  />
324
283
  </svg>
325
- `,Bn=Object.freeze({__proto__:null,default:Sn}),jn=re`
284
+ `,$o=Object.freeze({__proto__:null,default:ko}),So=ae`
326
285
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
327
286
  <path
328
287
  fill="currentColor"
329
288
  d="M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z"
330
289
  />
331
290
  </svg>
332
- `,Ln=Object.freeze({__proto__:null,default:jn}),An=re`
291
+ `,Bo=Object.freeze({__proto__:null,default:So}),jo=ae`
333
292
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
334
293
  <path
335
294
  fill="currentColor"
@@ -342,7 +301,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
342
301
  clip-rule="evenodd"
343
302
  />
344
303
  </svg>
345
- `,En=Object.freeze({__proto__:null,default:An}),Tn=re`
304
+ `,Lo=Object.freeze({__proto__:null,default:jo}),Ao=ae`
346
305
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
347
306
  <path
348
307
  fill="currentColor"
@@ -355,7 +314,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
355
314
  clip-rule="evenodd"
356
315
  />
357
316
  </svg>
358
- `,Rn=Object.freeze({__proto__:null,default:Tn}),Nn=re`
317
+ `,Eo=Object.freeze({__proto__:null,default:Ao}),Ro=ae`
359
318
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
360
319
  <path
361
320
  fill="currentColor"
@@ -368,7 +327,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
368
327
  clip-rule="evenodd"
369
328
  />
370
329
  </svg>
371
- `,Dn=Object.freeze({__proto__:null,default:Nn}),In=re`
330
+ `,To=Object.freeze({__proto__:null,default:Ro}),No=ae`
372
331
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
373
332
  <path
374
333
  fill="currentColor"
@@ -381,7 +340,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
381
340
  clip-rule="evenodd"
382
341
  />
383
342
  </svg>
384
- `,Un=Object.freeze({__proto__:null,default:In}),Wn=re`
343
+ `,Do=Object.freeze({__proto__:null,default:No}),Io=ae`
385
344
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
386
345
  <path
387
346
  fill="currentColor"
@@ -390,7 +349,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
390
349
  clip-rule="evenodd"
391
350
  />
392
351
  </svg>
393
- `,qn=Object.freeze({__proto__:null,default:Wn}),Fn=re`
352
+ `,Uo=Object.freeze({__proto__:null,default:Io}),Wo=ae`
394
353
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
395
354
  <path
396
355
  fill="currentColor"
@@ -399,7 +358,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
399
358
  clip-rule="evenodd"
400
359
  />
401
360
  </svg>
402
- `,Kn=Object.freeze({__proto__:null,default:Fn}),Yn=re`
361
+ `,qo=Object.freeze({__proto__:null,default:Wo}),Fo=ae`
403
362
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
404
363
  <path
405
364
  fill="currentColor"
@@ -408,7 +367,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
408
367
  clip-rule="evenodd"
409
368
  />
410
369
  </svg>
411
- `,Xn=Object.freeze({__proto__:null,default:Yn}),Jn=re`
370
+ `,Ko=Object.freeze({__proto__:null,default:Fo}),Yo=ae`
412
371
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
413
372
  <path
414
373
  fill="currentColor"
@@ -417,7 +376,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
417
376
  clip-rule="evenodd"
418
377
  />
419
378
  </svg>
420
- `,Gn=Object.freeze({__proto__:null,default:Jn}),Qn=re`
379
+ `,Xo=Object.freeze({__proto__:null,default:Yo}),Jo=ae`
421
380
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
422
381
  <path
423
382
  fill="currentColor"
@@ -426,7 +385,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
426
385
  clip-rule="evenodd"
427
386
  />
428
387
  </svg>
429
- `,el=Object.freeze({__proto__:null,default:Qn}),tl=re`
388
+ `,Go=Object.freeze({__proto__:null,default:Jo}),Qo=ae`
430
389
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
431
390
  <path
432
391
  fill="currentColor"
@@ -439,7 +398,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
439
398
  clip-rule="evenodd"
440
399
  />
441
400
  </svg>
442
- `,ol=Object.freeze({__proto__:null,default:tl}),nl=re`
401
+ `,el=Object.freeze({__proto__:null,default:Qo}),tl=ae`
443
402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
444
403
  <path
445
404
  fill="currentColor"
@@ -452,7 +411,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
452
411
  clip-rule="evenodd"
453
412
  />
454
413
  </svg>
455
- `,ll=Object.freeze({__proto__:null,default:nl}),al=re`
414
+ `,nl=Object.freeze({__proto__:null,default:tl}),ol=ae`
456
415
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
457
416
  <path
458
417
  fill="currentColor"
@@ -465,7 +424,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
465
424
  clip-rule="evenodd"
466
425
  />
467
426
  </svg>
468
- `,rl=Object.freeze({__proto__:null,default:al}),il=re`
427
+ `,ll=Object.freeze({__proto__:null,default:ol}),rl=ae`
469
428
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
470
429
  <path
471
430
  fill="currentColor"
@@ -478,7 +437,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
478
437
  clip-rule="evenodd"
479
438
  />
480
439
  </svg>
481
- `,sl=Object.freeze({__proto__:null,default:il}),dl=re`
440
+ `,al=Object.freeze({__proto__:null,default:rl}),il=ae`
482
441
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
483
442
  <path
484
443
  fill="currentColor"
@@ -487,7 +446,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
487
446
  clip-rule="evenodd"
488
447
  />
489
448
  </svg>
490
- `,cl=Object.freeze({__proto__:null,default:dl}),hl=re`
449
+ `,sl=Object.freeze({__proto__:null,default:il}),cl=ae`
491
450
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
492
451
  <path
493
452
  fill="currentColor"
@@ -496,7 +455,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
496
455
  clip-rule="evenodd"
497
456
  />
498
457
  </svg>
499
- `,vl=Object.freeze({__proto__:null,default:hl}),ul=re`
458
+ `,dl=Object.freeze({__proto__:null,default:cl}),hl=ae`
500
459
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
501
460
  <path
502
461
  fill="currentColor"
@@ -505,7 +464,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
505
464
  clip-rule="evenodd"
506
465
  />
507
466
  </svg>
508
- `,pl=Object.freeze({__proto__:null,default:ul}),gl=re`
467
+ `,ul=Object.freeze({__proto__:null,default:hl}),vl=ae`
509
468
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
510
469
  <path
511
470
  fill="currentColor"
@@ -514,7 +473,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
514
473
  clip-rule="evenodd"
515
474
  />
516
475
  </svg>
517
- `,fl=Object.freeze({__proto__:null,default:gl}),ml=re`
476
+ `,pl=Object.freeze({__proto__:null,default:vl}),fl=ae`
518
477
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
519
478
  <path
520
479
  fill="currentColor"
@@ -523,7 +482,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
523
482
  clip-rule="evenodd"
524
483
  />
525
484
  </svg>
526
- `,wl=Object.freeze({__proto__:null,default:ml}),bl=re`
485
+ `,gl=Object.freeze({__proto__:null,default:fl}),ml=ae`
527
486
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
528
487
  <path
529
488
  fill="currentColor"
@@ -532,7 +491,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
532
491
  clip-rule="evenodd"
533
492
  />
534
493
  </svg>
535
- `,_l=Object.freeze({__proto__:null,default:bl}),xl=re`
494
+ `,wl=Object.freeze({__proto__:null,default:ml}),bl=ae`
536
495
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
537
496
  <path
538
497
  fill="currentColor"
@@ -541,7 +500,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
541
500
  clip-rule="evenodd"
542
501
  />
543
502
  </svg>
544
- `,yl=Object.freeze({__proto__:null,default:xl}),Zl=re`
503
+ `,_l=Object.freeze({__proto__:null,default:bl}),xl=ae`
545
504
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
546
505
  <path
547
506
  fill="currentColor"
@@ -550,7 +509,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
550
509
  clip-rule="evenodd"
551
510
  />
552
511
  </svg>
553
- `,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=re`
512
+ `,yl=Object.freeze({__proto__:null,default:xl}),Zl=ae`
554
513
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
555
514
  <path
556
515
  fill="currentColor"
@@ -559,7 +518,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
559
518
  clip-rule="evenodd"
560
519
  />
561
520
  </svg>
562
- `,kl=Object.freeze({__proto__:null,default:Ml}),Pl=re`
521
+ `,Cl=Object.freeze({__proto__:null,default:Zl}),Ml=ae`
563
522
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
564
523
  <path
565
524
  fill="currentColor"
@@ -568,7 +527,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
568
527
  clip-rule="evenodd"
569
528
  />
570
529
  </svg>
571
- `,Hl=Object.freeze({__proto__:null,default:Pl}),Vl=re`
530
+ `,Hl=Object.freeze({__proto__:null,default:Ml}),Vl=ae`
572
531
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
573
532
  <path
574
533
  fill="currentColor"
@@ -581,7 +540,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
581
540
  clip-rule="evenodd"
582
541
  />
583
542
  </svg>
584
- `,zl=Object.freeze({__proto__:null,default:Vl}),Ol=re`
543
+ `,Pl=Object.freeze({__proto__:null,default:Vl}),zl=ae`
585
544
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
586
545
  <path
587
546
  fill="currentColor"
@@ -590,7 +549,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
590
549
  clip-rule="evenodd"
591
550
  />
592
551
  </svg>
593
- `,$l=Object.freeze({__proto__:null,default:Ol}),Sl=re`
552
+ `,Ol=Object.freeze({__proto__:null,default:zl}),kl=ae`
594
553
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
595
554
  <path
596
555
  fill="currentColor"
@@ -603,7 +562,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
603
562
  clip-rule="evenodd"
604
563
  />
605
564
  </svg>
606
- `,Bl=Object.freeze({__proto__:null,default:Sl}),jl=re`
565
+ `,$l=Object.freeze({__proto__:null,default:kl}),Sl=ae`
607
566
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
608
567
  <path
609
568
  fill="currentColor"
@@ -618,7 +577,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
618
577
  clip-rule="evenodd"
619
578
  />
620
579
  </svg>
621
- `,Ll=Object.freeze({__proto__:null,default:jl}),Al=re`
580
+ `,Bl=Object.freeze({__proto__:null,default:Sl}),jl=ae`
622
581
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
623
582
  <path
624
583
  fill="currentColor"
@@ -631,7 +590,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
631
590
  clip-rule="evenodd"
632
591
  />
633
592
  </svg>
634
- `,El=Object.freeze({__proto__:null,default:Al}),Tl=re`
593
+ `,Ll=Object.freeze({__proto__:null,default:jl}),Al=ae`
635
594
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
636
595
  <path
637
596
  fill="currentColor"
@@ -640,7 +599,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
640
599
  clip-rule="evenodd"
641
600
  />
642
601
  </svg>
643
- `,Rl=Object.freeze({__proto__:null,default:Tl}),Nl=re`
602
+ `,El=Object.freeze({__proto__:null,default:Al}),Rl=ae`
644
603
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
645
604
  <path
646
605
  fill="currentColor"
@@ -649,7 +608,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
649
608
  clip-rule="evenodd"
650
609
  />
651
610
  </svg>
652
- `,Dl=Object.freeze({__proto__:null,default:Nl}),Il=re`
611
+ `,Tl=Object.freeze({__proto__:null,default:Rl}),Nl=ae`
653
612
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
654
613
  <path
655
614
  fill="currentColor"
@@ -662,7 +621,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
662
621
  clip-rule="evenodd"
663
622
  />
664
623
  </svg>
665
- `,Ul=Object.freeze({__proto__:null,default:Il}),Wl=re`
624
+ `,Dl=Object.freeze({__proto__:null,default:Nl}),Il=ae`
666
625
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
667
626
  <path
668
627
  fill="currentColor"
@@ -675,7 +634,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
675
634
  clip-rule="evenodd"
676
635
  />
677
636
  </svg>
678
- `,ql=Object.freeze({__proto__:null,default:Wl}),Fl=re`
637
+ `,Ul=Object.freeze({__proto__:null,default:Il}),Wl=ae`
679
638
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
680
639
  <path
681
640
  fill="currentColor"
@@ -688,7 +647,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
688
647
  clip-rule="evenodd"
689
648
  />
690
649
  </svg>
691
- `,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=re`
650
+ `,ql=Object.freeze({__proto__:null,default:Wl}),Fl=ae`
692
651
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
693
652
  <path
694
653
  fill="currentColor"
@@ -697,7 +656,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
697
656
  clip-rule="evenodd"
698
657
  />
699
658
  </svg>
700
- `,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=re`
659
+ `,Kl=Object.freeze({__proto__:null,default:Fl}),Yl=ae`
701
660
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
702
661
  <path
703
662
  fill="currentColor"
@@ -706,7 +665,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
706
665
  clip-rule="evenodd"
707
666
  />
708
667
  </svg>
709
- `,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=re`
668
+ `,Xl=Object.freeze({__proto__:null,default:Yl}),Jl=ae`
710
669
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
711
670
  <path
712
671
  fill="currentColor"
@@ -715,7 +674,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
715
674
  clip-rule="evenodd"
716
675
  />
717
676
  </svg>
718
- `,ea=Object.freeze({__proto__:null,default:Ql}),ta=re`
677
+ `,Gl=Object.freeze({__proto__:null,default:Jl}),Ql=ae`
719
678
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
720
679
  <path
721
680
  fill="currentColor"
@@ -724,7 +683,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
724
683
  clip-rule="evenodd"
725
684
  />
726
685
  </svg>
727
- `,oa=Object.freeze({__proto__:null,default:ta}),na=re`
686
+ `,er=Object.freeze({__proto__:null,default:Ql}),tr=ae`
728
687
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
729
688
  <path
730
689
  fill="currentColor"
@@ -733,7 +692,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
733
692
  clip-rule="evenodd"
734
693
  />
735
694
  </svg>
736
- `,la=Object.freeze({__proto__:null,default:na}),aa=re`
695
+ `,nr=Object.freeze({__proto__:null,default:tr}),or=ae`
737
696
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
738
697
  <path
739
698
  fill="currentColor"
@@ -742,7 +701,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
742
701
  clip-rule="evenodd"
743
702
  />
744
703
  </svg>
745
- `,ra=Object.freeze({__proto__:null,default:aa}),ia=re`
704
+ `,lr=Object.freeze({__proto__:null,default:or}),rr=ae`
746
705
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
747
706
  <path
748
707
  fill="currentColor"
@@ -751,14 +710,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
751
710
  clip-rule="evenodd"
752
711
  />
753
712
  </svg>
754
- `,sa=Object.freeze({__proto__:null,default:ia}),da=re`
713
+ `,ar=Object.freeze({__proto__:null,default:rr}),ir=ae`
755
714
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
756
715
  <path
757
716
  fill="currentColor"
758
717
  d="M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z"
759
718
  />
760
719
  </svg>
761
- `,ca=Object.freeze({__proto__:null,default:da}),ha=re`
720
+ `,sr=Object.freeze({__proto__:null,default:ir}),cr=ae`
762
721
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
763
722
  <path
764
723
  fill="currentColor"
@@ -767,7 +726,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
767
726
  clip-rule="evenodd"
768
727
  />
769
728
  </svg>
770
- `,va=Object.freeze({__proto__:null,default:ha}),ua=re`
729
+ `,dr=Object.freeze({__proto__:null,default:cr}),hr=ae`
771
730
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
772
731
  <path
773
732
  fill="currentColor"
@@ -780,7 +739,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
780
739
  clip-rule="evenodd"
781
740
  />
782
741
  </svg>
783
- `,pa=Object.freeze({__proto__:null,default:ua}),ga=re`
742
+ `,ur=Object.freeze({__proto__:null,default:hr}),vr=ae`
784
743
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
785
744
  <path
786
745
  fill="currentColor"
@@ -793,7 +752,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
793
752
  clip-rule="evenodd"
794
753
  />
795
754
  </svg>
796
- `,fa=Object.freeze({__proto__:null,default:ga}),ma=re`
755
+ `,pr=Object.freeze({__proto__:null,default:vr}),fr=ae`
797
756
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
798
757
  <path
799
758
  fill="currentColor"
@@ -802,7 +761,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
802
761
  clip-rule="evenodd"
803
762
  />
804
763
  </svg>
805
- `,wa=Object.freeze({__proto__:null,default:ma}),ba=re`
764
+ `,gr=Object.freeze({__proto__:null,default:fr}),mr=ae`
806
765
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
807
766
  <path
808
767
  fill="currentColor"
@@ -811,7 +770,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
811
770
  clip-rule="evenodd"
812
771
  />
813
772
  </svg>
814
- `,_a=Object.freeze({__proto__:null,default:ba}),xa=re`
773
+ `,wr=Object.freeze({__proto__:null,default:mr}),br=ae`
815
774
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
816
775
  <path
817
776
  fill="currentColor"
@@ -820,7 +779,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
820
779
  clip-rule="evenodd"
821
780
  />
822
781
  </svg>
823
- `,ya=Object.freeze({__proto__:null,default:xa}),Za=re`
782
+ `,_r=Object.freeze({__proto__:null,default:br}),xr=ae`
824
783
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
825
784
  <path
826
785
  fill="currentColor"
@@ -833,14 +792,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
833
792
  clip-rule="evenodd"
834
793
  />
835
794
  </svg>
836
- `,Ca=Object.freeze({__proto__:null,default:Za}),Ma=re`
795
+ `,yr=Object.freeze({__proto__:null,default:xr}),Zr=ae`
837
796
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
838
797
  <path
839
798
  fill="currentColor"
840
799
  d="M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z"
841
800
  />
842
801
  </svg>
843
- `,ka=Object.freeze({__proto__:null,default:Ma}),Pa=re`
802
+ `,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=ae`
844
803
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
845
804
  <path
846
805
  fill="currentColor"
@@ -855,14 +814,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
855
814
  clip-rule="evenodd"
856
815
  />
857
816
  </svg>
858
- `,Ha=Object.freeze({__proto__:null,default:Pa}),Va=re`
817
+ `,Hr=Object.freeze({__proto__:null,default:Mr}),Vr=ae`
859
818
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
860
819
  <path
861
820
  fill="currentColor"
862
821
  d="M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z"
863
822
  />
864
823
  </svg>
865
- `,za=Object.freeze({__proto__:null,default:Va}),Oa=re`
824
+ `,Pr=Object.freeze({__proto__:null,default:Vr}),zr=ae`
866
825
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
867
826
  <path
868
827
  fill="currentColor"
@@ -881,7 +840,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
881
840
  clip-rule="evenodd"
882
841
  />
883
842
  </svg>
884
- `,$a=Object.freeze({__proto__:null,default:Oa}),Sa=re`
843
+ `,Or=Object.freeze({__proto__:null,default:zr}),kr=ae`
885
844
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
886
845
  <path
887
846
  fill="currentColor"
@@ -890,7 +849,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
890
849
  clip-rule="evenodd"
891
850
  />
892
851
  </svg>
893
- `,Ba=Object.freeze({__proto__:null,default:Sa}),ja=re`
852
+ `,$r=Object.freeze({__proto__:null,default:kr}),Sr=ae`
894
853
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
895
854
  <path
896
855
  fill="currentColor"
@@ -899,7 +858,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
899
858
  clip-rule="evenodd"
900
859
  />
901
860
  </svg>
902
- `,La=Object.freeze({__proto__:null,default:ja}),Aa=re`
861
+ `,Br=Object.freeze({__proto__:null,default:Sr}),jr=ae`
903
862
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
904
863
  <path
905
864
  fill="currentColor"
@@ -908,7 +867,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
908
867
  clip-rule="evenodd"
909
868
  />
910
869
  </svg>
911
- `,Ea=Object.freeze({__proto__:null,default:Aa}),Ta=re`
870
+ `,Lr=Object.freeze({__proto__:null,default:jr}),Ar=ae`
912
871
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
913
872
  <path
914
873
  fill="currentColor"
@@ -917,7 +876,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
917
876
  clip-rule="evenodd"
918
877
  />
919
878
  </svg>
920
- `,Ra=Object.freeze({__proto__:null,default:Ta}),Na=re`
879
+ `,Er=Object.freeze({__proto__:null,default:Ar}),Rr=ae`
921
880
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
922
881
  <path
923
882
  fill="currentColor"
@@ -926,7 +885,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
926
885
  clip-rule="evenodd"
927
886
  />
928
887
  </svg>
929
- `,Da=Object.freeze({__proto__:null,default:Na}),Ia=re`
888
+ `,Tr=Object.freeze({__proto__:null,default:Rr}),Nr=ae`
930
889
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
931
890
  <path
932
891
  fill="currentColor"
@@ -935,7 +894,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
935
894
  clip-rule="evenodd"
936
895
  />
937
896
  </svg>
938
- `,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=re`
897
+ `,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=ae`
939
898
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
940
899
  <path
941
900
  fill="currentColor"
@@ -944,7 +903,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
944
903
  clip-rule="evenodd"
945
904
  />
946
905
  </svg>
947
- `,qa=Object.freeze({__proto__:null,default:Wa}),Fa=re`
906
+ `,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=ae`
948
907
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
949
908
  <path
950
909
  fill="currentColor"
@@ -973,7 +932,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
973
932
  clip-rule="evenodd"
974
933
  />
975
934
  </svg>
976
- `,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=re`
935
+ `,qr=Object.freeze({__proto__:null,default:Wr}),Fr=ae`
977
936
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
978
937
  <path
979
938
  fill="currentColor"
@@ -982,7 +941,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
982
941
  clip-rule="evenodd"
983
942
  />
984
943
  </svg>
985
- `,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=re`
944
+ `,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=ae`
986
945
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
987
946
  <path
988
947
  fill="currentColor"
@@ -995,7 +954,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
995
954
  d="M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z"
996
955
  />
997
956
  </svg>
998
- `,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=re`
957
+ `,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=ae`
999
958
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1000
959
  <path
1001
960
  fill="currentColor"
@@ -1004,7 +963,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1004
963
  clip-rule="evenodd"
1005
964
  />
1006
965
  </svg>
1007
- `,er=Object.freeze({__proto__:null,default:Qa}),tr=re`
966
+ `,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=ae`
1008
967
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1009
968
  <path
1010
969
  fill="currentColor"
@@ -1017,7 +976,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1017
976
  clip-rule="evenodd"
1018
977
  />
1019
978
  </svg>
1020
- `,or=Object.freeze({__proto__:null,default:tr}),nr=re`
979
+ `,ea=Object.freeze({__proto__:null,default:Qr}),ta=ae`
1021
980
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1022
981
  <path
1023
982
  fill="currentColor"
@@ -1026,7 +985,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1026
985
  clip-rule="evenodd"
1027
986
  />
1028
987
  </svg>
1029
- `,lr=Object.freeze({__proto__:null,default:nr}),ar=re`
988
+ `,na=Object.freeze({__proto__:null,default:ta}),oa=ae`
1030
989
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1031
990
  <path
1032
991
  fill="currentColor"
@@ -1039,7 +998,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1039
998
  clip-rule="evenodd"
1040
999
  />
1041
1000
  </svg>
1042
- `,rr=Object.freeze({__proto__:null,default:ar}),ir=re`
1001
+ `,la=Object.freeze({__proto__:null,default:oa}),ra=ae`
1043
1002
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1044
1003
  <path
1045
1004
  fill="currentColor"
@@ -1052,7 +1011,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1052
1011
  clip-rule="evenodd"
1053
1012
  />
1054
1013
  </svg>
1055
- `,sr=Object.freeze({__proto__:null,default:ir}),dr=re`
1014
+ `,aa=Object.freeze({__proto__:null,default:ra}),ia=ae`
1056
1015
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1057
1016
  <path
1058
1017
  fill="currentColor"
@@ -1061,7 +1020,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1061
1020
  clip-rule="evenodd"
1062
1021
  />
1063
1022
  </svg>
1064
- `,cr=Object.freeze({__proto__:null,default:dr}),hr=re`
1023
+ `,sa=Object.freeze({__proto__:null,default:ia}),ca=ae`
1065
1024
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1066
1025
  <path
1067
1026
  fill="currentColor"
@@ -1074,7 +1033,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1074
1033
  d="M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z"
1075
1034
  />
1076
1035
  </svg>
1077
- `,vr=Object.freeze({__proto__:null,default:hr}),ur=re`
1036
+ `,da=Object.freeze({__proto__:null,default:ca}),ha=ae`
1078
1037
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1079
1038
  <path
1080
1039
  fill="currentColor"
@@ -1083,7 +1042,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1083
1042
  clip-rule="evenodd"
1084
1043
  />
1085
1044
  </svg>
1086
- `,pr=Object.freeze({__proto__:null,default:ur}),gr=re`
1045
+ `,ua=Object.freeze({__proto__:null,default:ha}),va=ae`
1087
1046
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1088
1047
  <path
1089
1048
  fill="currentColor"
@@ -1092,7 +1051,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1092
1051
  clip-rule="evenodd"
1093
1052
  />
1094
1053
  </svg>
1095
- `,fr=Object.freeze({__proto__:null,default:gr}),mr=re`
1054
+ `,pa=Object.freeze({__proto__:null,default:va}),fa=ae`
1096
1055
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1097
1056
  <path
1098
1057
  fill="currentColor"
@@ -1101,7 +1060,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1101
1060
  clip-rule="evenodd"
1102
1061
  />
1103
1062
  </svg>
1104
- `,wr=Object.freeze({__proto__:null,default:mr}),br=re`
1063
+ `,ga=Object.freeze({__proto__:null,default:fa}),ma=ae`
1105
1064
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1106
1065
  <path
1107
1066
  fill="currentColor"
@@ -1114,14 +1073,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1114
1073
  clip-rule="evenodd"
1115
1074
  />
1116
1075
  </svg>
1117
- `,_r=Object.freeze({__proto__:null,default:br}),xr=re`
1076
+ `,wa=Object.freeze({__proto__:null,default:ma}),ba=ae`
1118
1077
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1119
1078
  <path
1120
1079
  fill="currentColor"
1121
1080
  d="M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z"
1122
1081
  />
1123
1082
  </svg>
1124
- `,yr=Object.freeze({__proto__:null,default:xr}),Zr=re`
1083
+ `,_a=Object.freeze({__proto__:null,default:ba}),xa=ae`
1125
1084
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1126
1085
  <path
1127
1086
  fill="currentColor"
@@ -1130,7 +1089,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1130
1089
  clip-rule="evenodd"
1131
1090
  />
1132
1091
  </svg>
1133
- `,Cr=Object.freeze({__proto__:null,default:Zr}),Mr=re`
1092
+ `,ya=Object.freeze({__proto__:null,default:xa}),Za=ae`
1134
1093
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1135
1094
  <path
1136
1095
  fill="currentColor"
@@ -1145,7 +1104,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1145
1104
  clip-rule="evenodd"
1146
1105
  />
1147
1106
  </svg>
1148
- `,kr=Object.freeze({__proto__:null,default:Mr}),Pr=re`
1107
+ `,Ca=Object.freeze({__proto__:null,default:Za}),Ma=ae`
1149
1108
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1150
1109
  <path
1151
1110
  fill="currentColor"
@@ -1156,7 +1115,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1156
1115
  d="M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z"
1157
1116
  />
1158
1117
  </svg>
1159
- `,Hr=Object.freeze({__proto__:null,default:Pr}),Vr=re`
1118
+ `,Ha=Object.freeze({__proto__:null,default:Ma}),Va=ae`
1160
1119
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1161
1120
  <path
1162
1121
  fill="currentColor"
@@ -1165,7 +1124,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1165
1124
  clip-rule="evenodd"
1166
1125
  />
1167
1126
  </svg>
1168
- `,zr=Object.freeze({__proto__:null,default:Vr}),Or=re`
1127
+ `,Pa=Object.freeze({__proto__:null,default:Va}),za=ae`
1169
1128
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1170
1129
  <path
1171
1130
  fill="currentColor"
@@ -1174,7 +1133,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1174
1133
  clip-rule="evenodd"
1175
1134
  />
1176
1135
  </svg>
1177
- `,$r=Object.freeze({__proto__:null,default:Or}),Sr=re`
1136
+ `,Oa=Object.freeze({__proto__:null,default:za}),ka=ae`
1178
1137
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1179
1138
  <path
1180
1139
  fill="currentColor"
@@ -1187,7 +1146,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1187
1146
  clip-rule="evenodd"
1188
1147
  />
1189
1148
  </svg>
1190
- `,Br=Object.freeze({__proto__:null,default:Sr}),jr=re`
1149
+ `,$a=Object.freeze({__proto__:null,default:ka}),Sa=ae`
1191
1150
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1192
1151
  <path
1193
1152
  fill="currentColor"
@@ -1202,14 +1161,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1202
1161
  d="M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z"
1203
1162
  />
1204
1163
  </svg>
1205
- `,Lr=Object.freeze({__proto__:null,default:jr}),Ar=re`
1164
+ `,Ba=Object.freeze({__proto__:null,default:Sa}),ja=ae`
1206
1165
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1207
1166
  <path
1208
1167
  fill="currentColor"
1209
1168
  d="M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z"
1210
1169
  />
1211
1170
  </svg>
1212
- `,Er=Object.freeze({__proto__:null,default:Ar}),Tr=re`
1171
+ `,La=Object.freeze({__proto__:null,default:ja}),Aa=ae`
1213
1172
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1214
1173
  <path
1215
1174
  fill="currentColor"
@@ -1222,7 +1181,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1222
1181
  clip-rule="evenodd"
1223
1182
  />
1224
1183
  </svg>
1225
- `,Rr=Object.freeze({__proto__:null,default:Tr}),Nr=re`
1184
+ `,Ea=Object.freeze({__proto__:null,default:Aa}),Ra=ae`
1226
1185
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1227
1186
  <path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
1228
1187
  <path
@@ -1232,7 +1191,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1232
1191
  clip-rule="evenodd"
1233
1192
  />
1234
1193
  </svg>
1235
- `,Dr=Object.freeze({__proto__:null,default:Nr}),Ir=re`
1194
+ `,Ta=Object.freeze({__proto__:null,default:Ra}),Na=ae`
1236
1195
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1237
1196
  <path
1238
1197
  fill="currentColor"
@@ -1245,7 +1204,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1245
1204
  clip-rule="evenodd"
1246
1205
  />
1247
1206
  </svg>
1248
- `,Ur=Object.freeze({__proto__:null,default:Ir}),Wr=re`
1207
+ `,Da=Object.freeze({__proto__:null,default:Na}),Ia=ae`
1249
1208
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1250
1209
  <path
1251
1210
  fill="currentColor"
@@ -1254,7 +1213,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1254
1213
  clip-rule="evenodd"
1255
1214
  />
1256
1215
  </svg>
1257
- `,qr=Object.freeze({__proto__:null,default:Wr}),Fr=re`
1216
+ `,Ua=Object.freeze({__proto__:null,default:Ia}),Wa=ae`
1258
1217
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1259
1218
  <path
1260
1219
  fill="currentColor"
@@ -1263,7 +1222,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1263
1222
  clip-rule="evenodd"
1264
1223
  />
1265
1224
  </svg>
1266
- `,Kr=Object.freeze({__proto__:null,default:Fr}),Yr=re`
1225
+ `,qa=Object.freeze({__proto__:null,default:Wa}),Fa=ae`
1267
1226
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1268
1227
  <path
1269
1228
  fill="currentColor"
@@ -1278,7 +1237,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1278
1237
  clip-rule="evenodd"
1279
1238
  />
1280
1239
  </svg>
1281
- `,Xr=Object.freeze({__proto__:null,default:Yr}),Jr=re`
1240
+ `,Ka=Object.freeze({__proto__:null,default:Fa}),Ya=ae`
1282
1241
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1283
1242
  <path
1284
1243
  fill="currentColor"
@@ -1291,7 +1250,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1291
1250
  d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
1292
1251
  />
1293
1252
  </svg>
1294
- `,Gr=Object.freeze({__proto__:null,default:Jr}),Qr=re`
1253
+ `,Xa=Object.freeze({__proto__:null,default:Ya}),Ja=ae`
1295
1254
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1296
1255
  <path
1297
1256
  fill="currentColor"
@@ -1304,7 +1263,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1304
1263
  d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
1305
1264
  />
1306
1265
  </svg>
1307
- `,ei=Object.freeze({__proto__:null,default:Qr}),ti=re`
1266
+ `,Ga=Object.freeze({__proto__:null,default:Ja}),Qa=ae`
1308
1267
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1309
1268
  <path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
1310
1269
  <path
@@ -1314,7 +1273,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1314
1273
  clip-rule="evenodd"
1315
1274
  />
1316
1275
  </svg>
1317
- `,oi=Object.freeze({__proto__:null,default:ti}),ni=re`
1276
+ `,ei=Object.freeze({__proto__:null,default:Qa}),ti=ae`
1318
1277
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1319
1278
  <path
1320
1279
  fill="currentColor"
@@ -1323,14 +1282,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1323
1282
  clip-rule="evenodd"
1324
1283
  />
1325
1284
  </svg>
1326
- `,li=Object.freeze({__proto__:null,default:ni}),ai=re`
1285
+ `,ni=Object.freeze({__proto__:null,default:ti}),oi=ae`
1327
1286
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1328
1287
  <path
1329
1288
  fill="currentColor"
1330
1289
  d="M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z"
1331
1290
  />
1332
1291
  </svg>
1333
- `,ri=Object.freeze({__proto__:null,default:ai}),ii=re`
1292
+ `,li=Object.freeze({__proto__:null,default:oi}),ri=ae`
1334
1293
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1335
1294
  <path
1336
1295
  fill="currentColor"
@@ -1339,14 +1298,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1339
1298
  clip-rule="evenodd"
1340
1299
  />
1341
1300
  </svg>
1342
- `,si=Object.freeze({__proto__:null,default:ii}),di=re`
1301
+ `,ai=Object.freeze({__proto__:null,default:ri}),ii=ae`
1343
1302
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1344
1303
  <path
1345
1304
  fill="currentColor"
1346
1305
  d="M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z"
1347
1306
  />
1348
1307
  </svg>
1349
- `,ci=Object.freeze({__proto__:null,default:di}),hi=re`
1308
+ `,si=Object.freeze({__proto__:null,default:ii}),ci=ae`
1350
1309
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1351
1310
  <path
1352
1311
  fill="currentColor"
@@ -1355,7 +1314,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1355
1314
  clip-rule="evenodd"
1356
1315
  />
1357
1316
  </svg>
1358
- `,vi=Object.freeze({__proto__:null,default:hi}),ui=re`
1317
+ `,di=Object.freeze({__proto__:null,default:ci}),hi=ae`
1359
1318
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1360
1319
  <path
1361
1320
  fill="currentColor"
@@ -1364,7 +1323,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1364
1323
  clip-rule="evenodd"
1365
1324
  />
1366
1325
  </svg>
1367
- `,pi=Object.freeze({__proto__:null,default:ui}),gi=re`
1326
+ `,ui=Object.freeze({__proto__:null,default:hi}),vi=ae`
1368
1327
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1369
1328
  <path
1370
1329
  fill="currentColor"
@@ -1373,7 +1332,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1373
1332
  clip-rule="evenodd"
1374
1333
  />
1375
1334
  </svg>
1376
- `,fi=Object.freeze({__proto__:null,default:gi}),mi=re`
1335
+ `,pi=Object.freeze({__proto__:null,default:vi}),fi=ae`
1377
1336
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1378
1337
  <path
1379
1338
  fill="currentColor"
@@ -1382,7 +1341,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1382
1341
  clip-rule="evenodd"
1383
1342
  />
1384
1343
  </svg>
1385
- `,wi=Object.freeze({__proto__:null,default:mi}),bi=re`
1344
+ `,gi=Object.freeze({__proto__:null,default:fi}),mi=ae`
1386
1345
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1387
1346
  <path
1388
1347
  fill="currentColor"
@@ -1391,7 +1350,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1391
1350
  clip-rule="evenodd"
1392
1351
  />
1393
1352
  </svg>
1394
- `,_i=Object.freeze({__proto__:null,default:bi}),xi=re`
1353
+ `,wi=Object.freeze({__proto__:null,default:mi}),bi=ae`
1395
1354
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1396
1355
  <path
1397
1356
  fill="currentColor"
@@ -1400,7 +1359,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1400
1359
  clip-rule="evenodd"
1401
1360
  />
1402
1361
  </svg>
1403
- `,yi=Object.freeze({__proto__:null,default:xi}),Zi=re`
1362
+ `,_i=Object.freeze({__proto__:null,default:bi}),xi=ae`
1404
1363
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1405
1364
  <path
1406
1365
  fill="currentColor"
@@ -1409,7 +1368,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1409
1368
  clip-rule="evenodd"
1410
1369
  />
1411
1370
  </svg>
1412
- `,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=re`
1371
+ `,yi=Object.freeze({__proto__:null,default:xi}),Zi=ae`
1413
1372
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1414
1373
  <path
1415
1374
  fill="currentColor"
@@ -1418,7 +1377,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1418
1377
  clip-rule="evenodd"
1419
1378
  />
1420
1379
  </svg>
1421
- `,ki=Object.freeze({__proto__:null,default:Mi}),Pi=re`
1380
+ `,Ci=Object.freeze({__proto__:null,default:Zi}),Mi=ae`
1422
1381
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1423
1382
  <path
1424
1383
  fill="currentColor"
@@ -1427,7 +1386,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1427
1386
  clip-rule="evenodd"
1428
1387
  />
1429
1388
  </svg>
1430
- `,Hi=Object.freeze({__proto__:null,default:Pi}),Vi=re`
1389
+ `,Hi=Object.freeze({__proto__:null,default:Mi}),Vi=ae`
1431
1390
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1432
1391
  <path
1433
1392
  fill="currentColor"
@@ -1437,14 +1396,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1437
1396
  />
1438
1397
  <path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
1439
1398
  </svg>
1440
- `,zi=Object.freeze({__proto__:null,default:Vi}),Oi=re`
1399
+ `,Pi=Object.freeze({__proto__:null,default:Vi}),zi=ae`
1441
1400
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1442
1401
  <path
1443
1402
  fill="currentColor"
1444
1403
  d="M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z"
1445
1404
  />
1446
1405
  </svg>
1447
- `,$i=Object.freeze({__proto__:null,default:Oi}),Si=re`
1406
+ `,Oi=Object.freeze({__proto__:null,default:zi}),ki=ae`
1448
1407
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1449
1408
  <path fill="currentColor" d="M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z" />
1450
1409
  <path
@@ -1454,7 +1413,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1454
1413
  clip-rule="evenodd"
1455
1414
  />
1456
1415
  </svg>
1457
- `,Bi=Object.freeze({__proto__:null,default:Si}),ji=re`
1416
+ `,$i=Object.freeze({__proto__:null,default:ki}),Si=ae`
1458
1417
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1459
1418
  <path
1460
1419
  fill="currentColor"
@@ -1470,7 +1429,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1470
1429
  clip-rule="evenodd"
1471
1430
  />
1472
1431
  </svg>
1473
- `,Li=Object.freeze({__proto__:null,default:ji}),Ai=re`
1432
+ `,Bi=Object.freeze({__proto__:null,default:Si}),ji=ae`
1474
1433
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1475
1434
  <path
1476
1435
  fill="currentColor"
@@ -1479,7 +1438,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1479
1438
  clip-rule="evenodd"
1480
1439
  />
1481
1440
  </svg>
1482
- `,Ei=Object.freeze({__proto__:null,default:Ai}),Ti=re`
1441
+ `,Li=Object.freeze({__proto__:null,default:ji}),Ai=ae`
1483
1442
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1484
1443
  <path
1485
1444
  fill="currentColor"
@@ -1488,7 +1447,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1488
1447
  clip-rule="evenodd"
1489
1448
  />
1490
1449
  </svg>
1491
- `,Ri=Object.freeze({__proto__:null,default:Ti}),Ni=re`
1450
+ `,Ei=Object.freeze({__proto__:null,default:Ai}),Ri=ae`
1492
1451
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1493
1452
  <path
1494
1453
  fill="currentColor"
@@ -1497,7 +1456,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1497
1456
  clip-rule="evenodd"
1498
1457
  />
1499
1458
  </svg>
1500
- `,Di=Object.freeze({__proto__:null,default:Ni}),Ii=re`
1459
+ `,Ti=Object.freeze({__proto__:null,default:Ri}),Ni=ae`
1501
1460
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1502
1461
  <path
1503
1462
  fill="currentColor"
@@ -1506,7 +1465,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1506
1465
  clip-rule="evenodd"
1507
1466
  />
1508
1467
  </svg>
1509
- `,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=re`
1468
+ `,Di=Object.freeze({__proto__:null,default:Ni}),Ii=ae`
1510
1469
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1511
1470
  <path
1512
1471
  fill="currentColor"
@@ -1515,7 +1474,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1515
1474
  clip-rule="evenodd"
1516
1475
  />
1517
1476
  </svg>
1518
- `,qi=Object.freeze({__proto__:null,default:Wi}),Fi=re`
1477
+ `,Ui=Object.freeze({__proto__:null,default:Ii}),Wi=ae`
1519
1478
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1520
1479
  <path
1521
1480
  fill="currentColor"
@@ -1524,7 +1483,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1524
1483
  clip-rule="evenodd"
1525
1484
  />
1526
1485
  </svg>
1527
- `,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=re`
1486
+ `,qi=Object.freeze({__proto__:null,default:Wi}),Fi=ae`
1528
1487
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1529
1488
  <path
1530
1489
  fill="currentColor"
@@ -1541,7 +1500,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1541
1500
  d="M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z"
1542
1501
  />
1543
1502
  </svg>
1544
- `,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=re`
1503
+ `,Ki=Object.freeze({__proto__:null,default:Fi}),Yi=ae`
1545
1504
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1546
1505
  <path
1547
1506
  fill="currentColor"
@@ -1550,21 +1509,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1550
1509
  clip-rule="evenodd"
1551
1510
  />
1552
1511
  </svg>
1553
- `,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=re`
1512
+ `,Xi=Object.freeze({__proto__:null,default:Yi}),Ji=ae`
1554
1513
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1555
1514
  <path
1556
1515
  fill="currentColor"
1557
1516
  d="M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z"
1558
1517
  />
1559
1518
  </svg>
1560
- `,es=Object.freeze({__proto__:null,default:Qi}),ts=re`
1519
+ `,Gi=Object.freeze({__proto__:null,default:Ji}),Qi=ae`
1561
1520
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1562
1521
  <path
1563
1522
  fill="currentColor"
1564
1523
  d="M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z"
1565
1524
  />
1566
1525
  </svg>
1567
- `,os=Object.freeze({__proto__:null,default:ts}),ns=re`
1526
+ `,es=Object.freeze({__proto__:null,default:Qi}),ts=ae`
1568
1527
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1569
1528
  <path
1570
1529
  fill="currentColor"
@@ -1573,7 +1532,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1573
1532
  clip-rule="evenodd"
1574
1533
  />
1575
1534
  </svg>
1576
- `,ls=Object.freeze({__proto__:null,default:ns}),as=re`
1535
+ `,ns=Object.freeze({__proto__:null,default:ts}),os=ae`
1577
1536
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1578
1537
  <path
1579
1538
  fill="currentColor"
@@ -1582,7 +1541,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1582
1541
  clip-rule="evenodd"
1583
1542
  />
1584
1543
  </svg>
1585
- `,rs=Object.freeze({__proto__:null,default:as}),is=re`
1544
+ `,ls=Object.freeze({__proto__:null,default:os}),rs=ae`
1586
1545
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1587
1546
  <path
1588
1547
  fill="currentColor"
@@ -1593,7 +1552,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1593
1552
  d="M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z"
1594
1553
  />
1595
1554
  </svg>
1596
- `,ss=Object.freeze({__proto__:null,default:is}),ds=re`
1555
+ `,as=Object.freeze({__proto__:null,default:rs}),is=ae`
1597
1556
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1598
1557
  <path
1599
1558
  fill="currentColor"
@@ -1604,7 +1563,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1604
1563
  d="M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z"
1605
1564
  />
1606
1565
  </svg>
1607
- `,cs=Object.freeze({__proto__:null,default:ds}),hs=re`
1566
+ `,ss=Object.freeze({__proto__:null,default:is}),cs=ae`
1608
1567
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1609
1568
  <path
1610
1569
  fill="currentColor"
@@ -1619,7 +1578,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1619
1578
  clip-rule="evenodd"
1620
1579
  />
1621
1580
  </svg>
1622
- `,vs=Object.freeze({__proto__:null,default:hs}),us=re`
1581
+ `,ds=Object.freeze({__proto__:null,default:cs}),hs=ae`
1623
1582
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1624
1583
  <path
1625
1584
  fill="currentColor"
@@ -1628,7 +1587,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1628
1587
  clip-rule="evenodd"
1629
1588
  />
1630
1589
  </svg>
1631
- `,ps=Object.freeze({__proto__:null,default:us}),gs=re`
1590
+ `,us=Object.freeze({__proto__:null,default:hs}),vs=ae`
1632
1591
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1633
1592
  <path
1634
1593
  fill="currentColor"
@@ -1637,7 +1596,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1637
1596
  clip-rule="evenodd"
1638
1597
  />
1639
1598
  </svg>
1640
- `,fs=Object.freeze({__proto__:null,default:gs}),ms=re`
1599
+ `,ps=Object.freeze({__proto__:null,default:vs}),fs=ae`
1641
1600
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1642
1601
  <path
1643
1602
  fill="currentColor"
@@ -1646,21 +1605,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1646
1605
  clip-rule="evenodd"
1647
1606
  />
1648
1607
  </svg>
1649
- `,ws=Object.freeze({__proto__:null,default:ms}),bs=re`
1608
+ `,gs=Object.freeze({__proto__:null,default:fs}),ms=ae`
1650
1609
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1651
1610
  <path
1652
1611
  fill="currentColor"
1653
1612
  d="M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z"
1654
1613
  />
1655
1614
  </svg>
1656
- `,_s=Object.freeze({__proto__:null,default:bs}),xs=re`
1615
+ `,ws=Object.freeze({__proto__:null,default:ms}),bs=ae`
1657
1616
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1658
1617
  <path
1659
1618
  fill="currentColor"
1660
1619
  d="M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z"
1661
1620
  />
1662
1621
  </svg>
1663
- `,ys=Object.freeze({__proto__:null,default:xs}),Zs=re`
1622
+ `,_s=Object.freeze({__proto__:null,default:bs}),xs=ae`
1664
1623
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1665
1624
  <path
1666
1625
  fill="currentColor"
@@ -1673,7 +1632,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1673
1632
  d="M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z"
1674
1633
  />
1675
1634
  </svg>
1676
- `,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=re`
1635
+ `,ys=Object.freeze({__proto__:null,default:xs}),Zs=ae`
1677
1636
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1678
1637
  <path
1679
1638
  fill="currentColor"
@@ -1682,21 +1641,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1682
1641
  clip-rule="evenodd"
1683
1642
  />
1684
1643
  </svg>
1685
- `,ks=Object.freeze({__proto__:null,default:Ms}),Ps=re`
1644
+ `,Cs=Object.freeze({__proto__:null,default:Zs}),Ms=ae`
1686
1645
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1687
1646
  <path
1688
1647
  fill="currentColor"
1689
1648
  d="M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z"
1690
1649
  />
1691
1650
  </svg>
1692
- `,Hs=Object.freeze({__proto__:null,default:Ps}),Vs=re`
1651
+ `,Hs=Object.freeze({__proto__:null,default:Ms}),Vs=ae`
1693
1652
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1694
1653
  <path
1695
1654
  fill="currentColor"
1696
1655
  d="M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z"
1697
1656
  />
1698
1657
  </svg>
1699
- `,zs=Object.freeze({__proto__:null,default:Vs}),Os=re`
1658
+ `,Ps=Object.freeze({__proto__:null,default:Vs}),zs=ae`
1700
1659
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1701
1660
  <path
1702
1661
  fill="currentColor"
@@ -1705,7 +1664,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1705
1664
  clip-rule="evenodd"
1706
1665
  />
1707
1666
  </svg>
1708
- `,$s=Object.freeze({__proto__:null,default:Os}),Ss=re`
1667
+ `,Os=Object.freeze({__proto__:null,default:zs}),ks=ae`
1709
1668
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1710
1669
  <path
1711
1670
  fill="currentColor"
@@ -1718,7 +1677,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1718
1677
  clip-rule="evenodd"
1719
1678
  />
1720
1679
  </svg>
1721
- `,Bs=Object.freeze({__proto__:null,default:Ss}),js=re`
1680
+ `,$s=Object.freeze({__proto__:null,default:ks}),Ss=ae`
1722
1681
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1723
1682
  <path
1724
1683
  fill="currentColor"
@@ -1737,14 +1696,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1737
1696
  clip-rule="evenodd"
1738
1697
  />
1739
1698
  </svg>
1740
- `,Ls=Object.freeze({__proto__:null,default:js}),As=re`
1699
+ `,Bs=Object.freeze({__proto__:null,default:Ss}),js=ae`
1741
1700
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1742
1701
  <path
1743
1702
  fill="currentColor"
1744
1703
  d="M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z"
1745
1704
  />
1746
1705
  </svg>
1747
- `,Es=Object.freeze({__proto__:null,default:As}),Ts=re`
1706
+ `,Ls=Object.freeze({__proto__:null,default:js}),As=ae`
1748
1707
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1749
1708
  <path
1750
1709
  fill="currentColor"
@@ -1753,7 +1712,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1753
1712
  clip-rule="evenodd"
1754
1713
  />
1755
1714
  </svg>
1756
- `,Rs=Object.freeze({__proto__:null,default:Ts}),Ns=re`
1715
+ `,Es=Object.freeze({__proto__:null,default:As}),Rs=ae`
1757
1716
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1758
1717
  <path
1759
1718
  fill="currentColor"
@@ -1762,7 +1721,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1762
1721
  clip-rule="evenodd"
1763
1722
  />
1764
1723
  </svg>
1765
- `,Ds=Object.freeze({__proto__:null,default:Ns}),Is=re`
1724
+ `,Ts=Object.freeze({__proto__:null,default:Rs}),Ns=ae`
1766
1725
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1767
1726
  <path
1768
1727
  fill="currentColor"
@@ -1771,7 +1730,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1771
1730
  clip-rule="evenodd"
1772
1731
  />
1773
1732
  </svg>
1774
- `,Us=Object.freeze({__proto__:null,default:Is}),Ws=re`
1733
+ `,Ds=Object.freeze({__proto__:null,default:Ns}),Is=ae`
1775
1734
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1776
1735
  <path
1777
1736
  fill="currentColor"
@@ -1780,7 +1739,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1780
1739
  clip-rule="evenodd"
1781
1740
  />
1782
1741
  </svg>
1783
- `,qs=Object.freeze({__proto__:null,default:Ws}),Fs=re`
1742
+ `,Us=Object.freeze({__proto__:null,default:Is}),Ws=ae`
1784
1743
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1785
1744
  <path
1786
1745
  fill="currentColor"
@@ -1789,7 +1748,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1789
1748
  clip-rule="evenodd"
1790
1749
  />
1791
1750
  </svg>
1792
- `,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=re`
1751
+ `,qs=Object.freeze({__proto__:null,default:Ws}),Fs=ae`
1793
1752
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1794
1753
  <path
1795
1754
  fill="currentColor"
@@ -1798,7 +1757,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1798
1757
  clip-rule="evenodd"
1799
1758
  />
1800
1759
  </svg>
1801
- `,Xs=Object.freeze({__proto__:null,default:Ys}),Js=re`
1760
+ `,Ks=Object.freeze({__proto__:null,default:Fs}),Ys=ae`
1802
1761
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1803
1762
  <path
1804
1763
  fill="currentColor"
@@ -1811,7 +1770,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1811
1770
  clip-rule="evenodd"
1812
1771
  />
1813
1772
  </svg>
1814
- `,Gs=Object.freeze({__proto__:null,default:Js}),Qs=re`
1773
+ `,Xs=Object.freeze({__proto__:null,default:Ys}),Js=ae`
1815
1774
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1816
1775
  <path
1817
1776
  fill="currentColor"
@@ -1820,7 +1779,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1820
1779
  clip-rule="evenodd"
1821
1780
  />
1822
1781
  </svg>
1823
- `,ed=Object.freeze({__proto__:null,default:Qs}),td=re`
1782
+ `,Gs=Object.freeze({__proto__:null,default:Js}),Qs=ae`
1824
1783
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1825
1784
  <path
1826
1785
  fill="currentColor"
@@ -1829,14 +1788,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1829
1788
  clip-rule="evenodd"
1830
1789
  />
1831
1790
  </svg>
1832
- `,od=Object.freeze({__proto__:null,default:td}),nd=re`
1791
+ `,ec=Object.freeze({__proto__:null,default:Qs}),tc=ae`
1833
1792
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1834
1793
  <path
1835
1794
  fill="currentColor"
1836
1795
  d="M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z"
1837
1796
  />
1838
1797
  </svg>
1839
- `,ld=Object.freeze({__proto__:null,default:nd}),ad=re`
1798
+ `,nc=Object.freeze({__proto__:null,default:tc}),oc=ae`
1840
1799
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1841
1800
  <path
1842
1801
  fill="currentColor"
@@ -1845,14 +1804,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1845
1804
  clip-rule="evenodd"
1846
1805
  />
1847
1806
  </svg>
1848
- `,rd=Object.freeze({__proto__:null,default:ad}),id=re`
1807
+ `,lc=Object.freeze({__proto__:null,default:oc}),rc=ae`
1849
1808
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1850
1809
  <path
1851
1810
  fill="currentColor"
1852
1811
  d="M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z"
1853
1812
  />
1854
1813
  </svg>
1855
- `,sd=Object.freeze({__proto__:null,default:id}),dd=re`
1814
+ `,ac=Object.freeze({__proto__:null,default:rc}),ic=ae`
1856
1815
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1857
1816
  <path
1858
1817
  fill="currentColor"
@@ -1861,7 +1820,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1861
1820
  clip-rule="evenodd"
1862
1821
  />
1863
1822
  </svg>
1864
- `,cd=Object.freeze({__proto__:null,default:dd}),hd=re`
1823
+ `,sc=Object.freeze({__proto__:null,default:ic}),cc=ae`
1865
1824
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1866
1825
  <path
1867
1826
  fill="currentColor"
@@ -1870,7 +1829,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1870
1829
  clip-rule="evenodd"
1871
1830
  />
1872
1831
  </svg>
1873
- `,vd=Object.freeze({__proto__:null,default:hd}),ud=re`
1832
+ `,dc=Object.freeze({__proto__:null,default:cc}),hc=ae`
1874
1833
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1875
1834
  <path
1876
1835
  fill="currentColor"
@@ -1879,7 +1838,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1879
1838
  clip-rule="evenodd"
1880
1839
  />
1881
1840
  </svg>
1882
- `,pd=Object.freeze({__proto__:null,default:ud}),gd=re`
1841
+ `,uc=Object.freeze({__proto__:null,default:hc}),vc=ae`
1883
1842
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1884
1843
  <path
1885
1844
  fill="currentColor"
@@ -1888,7 +1847,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1888
1847
  clip-rule="evenodd"
1889
1848
  />
1890
1849
  </svg>
1891
- `,fd=Object.freeze({__proto__:null,default:gd}),md=re`
1850
+ `,pc=Object.freeze({__proto__:null,default:vc}),fc=ae`
1892
1851
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1893
1852
  <path
1894
1853
  fill="currentColor"
@@ -1901,7 +1860,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1901
1860
  clip-rule="evenodd"
1902
1861
  />
1903
1862
  </svg>
1904
- `,wd=Object.freeze({__proto__:null,default:md}),bd=re`
1863
+ `,gc=Object.freeze({__proto__:null,default:fc}),mc=ae`
1905
1864
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1906
1865
  <path
1907
1866
  fill="currentColor"
@@ -1916,7 +1875,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1916
1875
  clip-rule="evenodd"
1917
1876
  />
1918
1877
  </svg>
1919
- `,_d=Object.freeze({__proto__:null,default:bd}),xd=re`
1878
+ `,wc=Object.freeze({__proto__:null,default:mc}),bc=ae`
1920
1879
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1921
1880
  <path
1922
1881
  fill="currentColor"
@@ -1925,7 +1884,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1925
1884
  clip-rule="evenodd"
1926
1885
  />
1927
1886
  </svg>
1928
- `,yd=Object.freeze({__proto__:null,default:xd}),Zd=re`
1887
+ `,_c=Object.freeze({__proto__:null,default:bc}),xc=ae`
1929
1888
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1930
1889
  <path
1931
1890
  fill="currentColor"
@@ -1934,7 +1893,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1934
1893
  clip-rule="evenodd"
1935
1894
  />
1936
1895
  </svg>
1937
- `,Cd=Object.freeze({__proto__:null,default:Zd}),Md=re`
1896
+ `,yc=Object.freeze({__proto__:null,default:xc}),Zc=ae`
1938
1897
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1939
1898
  <path
1940
1899
  fill="currentColor"
@@ -1943,7 +1902,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1943
1902
  clip-rule="evenodd"
1944
1903
  />
1945
1904
  </svg>
1946
- `,kd=Object.freeze({__proto__:null,default:Md}),Pd=re`
1905
+ `,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=ae`
1947
1906
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1948
1907
  <path
1949
1908
  fill="#DB0000"
@@ -1966,7 +1925,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1966
1925
  d="M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z"
1967
1926
  />
1968
1927
  </svg>
1969
- `,Hd=Object.freeze({__proto__:null,default:Pd}),Vd=re`
1928
+ `,Hc=Object.freeze({__proto__:null,default:Mc}),Vc=ae`
1970
1929
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1971
1930
  <path
1972
1931
  fill="currentColor"
@@ -1975,7 +1934,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1975
1934
  clip-rule="evenodd"
1976
1935
  />
1977
1936
  </svg>
1978
- `,zd=Object.freeze({__proto__:null,default:Vd}),Od=re`
1937
+ `,Pc=Object.freeze({__proto__:null,default:Vc}),zc=ae`
1979
1938
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1980
1939
  <path
1981
1940
  fill="currentColor"
@@ -1988,7 +1947,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
1988
1947
  clip-rule="evenodd"
1989
1948
  />
1990
1949
  </svg>
1991
- `,$d=Object.freeze({__proto__:null,default:Od}),Sd=re`
1950
+ `,Oc=Object.freeze({__proto__:null,default:zc}),kc=ae`
1992
1951
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
1993
1952
  <path
1994
1953
  fill="currentColor"
@@ -2001,7 +1960,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2001
1960
  d="M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z"
2002
1961
  />
2003
1962
  </svg>
2004
- `,Bd=Object.freeze({__proto__:null,default:Sd}),jd=re`
1963
+ `,$c=Object.freeze({__proto__:null,default:kc}),Sc=ae`
2005
1964
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2006
1965
  <path
2007
1966
  fill="currentColor"
@@ -2014,7 +1973,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2014
1973
  d="M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z"
2015
1974
  />
2016
1975
  </svg>
2017
- `,Ld=Object.freeze({__proto__:null,default:jd}),Ad=re`
1976
+ `,Bc=Object.freeze({__proto__:null,default:Sc}),jc=ae`
2018
1977
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2019
1978
  <path
2020
1979
  fill="currentColor"
@@ -2023,11 +1982,11 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2023
1982
  clip-rule="evenodd"
2024
1983
  />
2025
1984
  </svg>
2026
- `,Ed=Object.freeze({__proto__:null,default:Ad}),Td=re`
1985
+ `,Lc=Object.freeze({__proto__:null,default:jc}),Ac=ae`
2027
1986
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2028
1987
  <path fill="currentColor" d="M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z" />
2029
1988
  </svg>
2030
- `,Rd=Object.freeze({__proto__:null,default:Td}),Nd=re`
1989
+ `,Ec=Object.freeze({__proto__:null,default:Ac}),Rc=ae`
2031
1990
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2032
1991
  <path
2033
1992
  fill="currentColor"
@@ -2054,21 +2013,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2054
2013
  d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
2055
2014
  />
2056
2015
  </svg>
2057
- `,Dd=Object.freeze({__proto__:null,default:Nd}),Id=re`
2016
+ `,Tc=Object.freeze({__proto__:null,default:Rc}),Nc=ae`
2058
2017
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2059
2018
  <path
2060
2019
  fill="currentColor"
2061
2020
  d="M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z"
2062
2021
  />
2063
2022
  </svg>
2064
- `,Ud=Object.freeze({__proto__:null,default:Id}),Wd=re`
2023
+ `,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=ae`
2065
2024
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2066
2025
  <path
2067
2026
  fill="currentColor"
2068
2027
  d="M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z"
2069
2028
  />
2070
2029
  </svg>
2071
- `,qd=Object.freeze({__proto__:null,default:Wd}),Fd=re`
2030
+ `,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=ae`
2072
2031
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2073
2032
  <path
2074
2033
  fill="currentColor"
@@ -2077,7 +2036,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2077
2036
  clip-rule="evenodd"
2078
2037
  />
2079
2038
  </svg>
2080
- `,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=re`
2039
+ `,qc=Object.freeze({__proto__:null,default:Wc}),Fc=ae`
2081
2040
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2082
2041
  <path
2083
2042
  fill="currentColor"
@@ -2086,7 +2045,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2086
2045
  clip-rule="evenodd"
2087
2046
  />
2088
2047
  </svg>
2089
- `,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=re`
2048
+ `,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=ae`
2090
2049
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2091
2050
  <path
2092
2051
  fill="currentColor"
@@ -2095,7 +2054,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2095
2054
  clip-rule="evenodd"
2096
2055
  />
2097
2056
  </svg>
2098
- `,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=re`
2057
+ `,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=ae`
2099
2058
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2100
2059
  <path
2101
2060
  fill="currentColor"
@@ -2104,7 +2063,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2104
2063
  clip-rule="evenodd"
2105
2064
  />
2106
2065
  </svg>
2107
- `,ec=Object.freeze({__proto__:null,default:Qd}),tc=re`
2066
+ `,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=ae`
2108
2067
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2109
2068
  <path
2110
2069
  fill="currentColor"
@@ -2119,28 +2078,28 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2119
2078
  clip-rule="evenodd"
2120
2079
  />
2121
2080
  </svg>
2122
- `,oc=Object.freeze({__proto__:null,default:tc}),nc=re`
2081
+ `,ed=Object.freeze({__proto__:null,default:Qc}),td=ae`
2123
2082
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2124
2083
  <path
2125
2084
  fill="currentColor"
2126
2085
  d="M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z"
2127
2086
  />
2128
2087
  </svg>
2129
- `,lc=Object.freeze({__proto__:null,default:nc}),ac=re`
2088
+ `,nd=Object.freeze({__proto__:null,default:td}),od=ae`
2130
2089
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2131
2090
  <path
2132
2091
  fill="currentColor"
2133
2092
  d="M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z"
2134
2093
  />
2135
2094
  </svg>
2136
- `,rc=Object.freeze({__proto__:null,default:ac}),ic=re`
2095
+ `,ld=Object.freeze({__proto__:null,default:od}),rd=ae`
2137
2096
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2138
2097
  <path
2139
2098
  fill="currentColor"
2140
2099
  d="M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z"
2141
2100
  />
2142
2101
  </svg>
2143
- `,sc=Object.freeze({__proto__:null,default:ic}),dc=re`
2102
+ `,ad=Object.freeze({__proto__:null,default:rd}),id=ae`
2144
2103
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2145
2104
  <path fill="currentColor" d="M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z" />
2146
2105
  <path
@@ -2150,14 +2109,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2150
2109
  clip-rule="evenodd"
2151
2110
  />
2152
2111
  </svg>
2153
- `,cc=Object.freeze({__proto__:null,default:dc}),hc=re`
2112
+ `,sd=Object.freeze({__proto__:null,default:id}),cd=ae`
2154
2113
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2155
2114
  <path
2156
2115
  fill="currentColor"
2157
2116
  d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z"
2158
2117
  />
2159
2118
  </svg>
2160
- `,vc=Object.freeze({__proto__:null,default:hc}),uc=re`
2119
+ `,dd=Object.freeze({__proto__:null,default:cd}),hd=ae`
2161
2120
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2162
2121
  <path
2163
2122
  fill="currentColor"
@@ -2166,7 +2125,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2166
2125
  clip-rule="evenodd"
2167
2126
  />
2168
2127
  </svg>
2169
- `,pc=Object.freeze({__proto__:null,default:uc}),gc=re`
2128
+ `,ud=Object.freeze({__proto__:null,default:hd}),vd=ae`
2170
2129
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2171
2130
  <path
2172
2131
  fill="currentColor"
@@ -2175,7 +2134,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2175
2134
  clip-rule="evenodd"
2176
2135
  />
2177
2136
  </svg>
2178
- `,fc=Object.freeze({__proto__:null,default:gc}),mc=re`
2137
+ `,pd=Object.freeze({__proto__:null,default:vd}),fd=ae`
2179
2138
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2180
2139
  <path
2181
2140
  fill="currentColor"
@@ -2184,7 +2143,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2184
2143
  clip-rule="evenodd"
2185
2144
  />
2186
2145
  </svg>
2187
- `,wc=Object.freeze({__proto__:null,default:mc}),bc=re`
2146
+ `,gd=Object.freeze({__proto__:null,default:fd}),md=ae`
2188
2147
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2189
2148
  <path
2190
2149
  fill="currentColor"
@@ -2197,7 +2156,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2197
2156
  clip-rule="evenodd"
2198
2157
  />
2199
2158
  </svg>
2200
- `,_c=Object.freeze({__proto__:null,default:bc}),xc=re`
2159
+ `,wd=Object.freeze({__proto__:null,default:md}),bd=ae`
2201
2160
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2202
2161
  <path
2203
2162
  fill="currentColor"
@@ -2206,7 +2165,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2206
2165
  clip-rule="evenodd"
2207
2166
  />
2208
2167
  </svg>
2209
- `,yc=Object.freeze({__proto__:null,default:xc}),Zc=re`
2168
+ `,_d=Object.freeze({__proto__:null,default:bd}),xd=ae`
2210
2169
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2211
2170
  <path
2212
2171
  fill="currentColor"
@@ -2215,7 +2174,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2215
2174
  clip-rule="evenodd"
2216
2175
  />
2217
2176
  </svg>
2218
- `,Cc=Object.freeze({__proto__:null,default:Zc}),Mc=re`
2177
+ `,yd=Object.freeze({__proto__:null,default:xd}),Zd=ae`
2219
2178
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2220
2179
  <path
2221
2180
  fill="currentColor"
@@ -2232,7 +2191,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2232
2191
  d="M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z"
2233
2192
  />
2234
2193
  </svg>
2235
- `,kc=Object.freeze({__proto__:null,default:Mc}),Pc=re`
2194
+ `,Cd=Object.freeze({__proto__:null,default:Zd}),Md=ae`
2236
2195
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2237
2196
  <path
2238
2197
  fill="currentColor"
@@ -2245,7 +2204,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2245
2204
  clip-rule="evenodd"
2246
2205
  />
2247
2206
  </svg>
2248
- `,Hc=Object.freeze({__proto__:null,default:Pc}),Vc=re`
2207
+ `,Hd=Object.freeze({__proto__:null,default:Md}),Vd=ae`
2249
2208
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2250
2209
  <path
2251
2210
  fill="currentColor"
@@ -2254,21 +2213,21 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2254
2213
  clip-rule="evenodd"
2255
2214
  />
2256
2215
  </svg>
2257
- `,zc=Object.freeze({__proto__:null,default:Vc}),Oc=re`
2216
+ `,Pd=Object.freeze({__proto__:null,default:Vd}),zd=ae`
2258
2217
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2259
2218
  <path
2260
2219
  fill="currentColor"
2261
2220
  d="M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z"
2262
2221
  />
2263
2222
  </svg>
2264
- `,$c=Object.freeze({__proto__:null,default:Oc}),Sc=re`
2223
+ `,Od=Object.freeze({__proto__:null,default:zd}),kd=ae`
2265
2224
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2266
2225
  <path
2267
2226
  fill="currentColor"
2268
2227
  d="M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z"
2269
2228
  />
2270
2229
  </svg>
2271
- `,Bc=Object.freeze({__proto__:null,default:Sc}),jc=re`
2230
+ `,$d=Object.freeze({__proto__:null,default:kd}),Sd=ae`
2272
2231
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2273
2232
  <path
2274
2233
  fill="currentColor"
@@ -2277,14 +2236,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2277
2236
  clip-rule="evenodd"
2278
2237
  />
2279
2238
  </svg>
2280
- `,Lc=Object.freeze({__proto__:null,default:jc}),Ac=re`
2239
+ `,Bd=Object.freeze({__proto__:null,default:Sd}),jd=ae`
2281
2240
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2282
2241
  <path
2283
2242
  fill="currentColor"
2284
2243
  d="M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z"
2285
2244
  />
2286
2245
  </svg>
2287
- `,Ec=Object.freeze({__proto__:null,default:Ac}),Tc=re`
2246
+ `,Ld=Object.freeze({__proto__:null,default:jd}),Ad=ae`
2288
2247
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2289
2248
  <path
2290
2249
  fill="currentColor"
@@ -2293,7 +2252,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2293
2252
  clip-rule="evenodd"
2294
2253
  />
2295
2254
  </svg>
2296
- `,Rc=Object.freeze({__proto__:null,default:Tc}),Nc=re`
2255
+ `,Ed=Object.freeze({__proto__:null,default:Ad}),Rd=ae`
2297
2256
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2298
2257
  <path
2299
2258
  fill="currentColor"
@@ -2302,7 +2261,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2302
2261
  clip-rule="evenodd"
2303
2262
  />
2304
2263
  </svg>
2305
- `,Dc=Object.freeze({__proto__:null,default:Nc}),Ic=re`
2264
+ `,Td=Object.freeze({__proto__:null,default:Rd}),Nd=ae`
2306
2265
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2307
2266
  <path
2308
2267
  fill="currentColor"
@@ -2315,7 +2274,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2315
2274
  clip-rule="evenodd"
2316
2275
  />
2317
2276
  </svg>
2318
- `,Uc=Object.freeze({__proto__:null,default:Ic}),Wc=re`
2277
+ `,Dd=Object.freeze({__proto__:null,default:Nd}),Id=ae`
2319
2278
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2320
2279
  <path
2321
2280
  fill="currentColor"
@@ -2330,7 +2289,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2330
2289
  clip-rule="evenodd"
2331
2290
  />
2332
2291
  </svg>
2333
- `,qc=Object.freeze({__proto__:null,default:Wc}),Fc=re`
2292
+ `,Ud=Object.freeze({__proto__:null,default:Id}),Wd=ae`
2334
2293
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2335
2294
  <path
2336
2295
  fill="currentColor"
@@ -2343,7 +2302,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2343
2302
  clip-rule="evenodd"
2344
2303
  />
2345
2304
  </svg>
2346
- `,Kc=Object.freeze({__proto__:null,default:Fc}),Yc=re`
2305
+ `,qd=Object.freeze({__proto__:null,default:Wd}),Fd=ae`
2347
2306
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2348
2307
  <path
2349
2308
  fill="currentColor"
@@ -2358,7 +2317,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2358
2317
  clip-rule="evenodd"
2359
2318
  />
2360
2319
  </svg>
2361
- `,Xc=Object.freeze({__proto__:null,default:Yc}),Jc=re`
2320
+ `,Kd=Object.freeze({__proto__:null,default:Fd}),Yd=ae`
2362
2321
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2363
2322
  <path
2364
2323
  fill="currentColor"
@@ -2371,7 +2330,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2371
2330
  d="M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z"
2372
2331
  />
2373
2332
  </svg>
2374
- `,Gc=Object.freeze({__proto__:null,default:Jc}),Qc=re`
2333
+ `,Xd=Object.freeze({__proto__:null,default:Yd}),Jd=ae`
2375
2334
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2376
2335
  <path
2377
2336
  fill="currentColor"
@@ -2380,7 +2339,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2380
2339
  clip-rule="evenodd"
2381
2340
  />
2382
2341
  </svg>
2383
- `,eh=Object.freeze({__proto__:null,default:Qc}),th=re`
2342
+ `,Gd=Object.freeze({__proto__:null,default:Jd}),Qd=ae`
2384
2343
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2385
2344
  <path
2386
2345
  fill="currentColor"
@@ -2393,7 +2352,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2393
2352
  d="M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z"
2394
2353
  />
2395
2354
  </svg>
2396
- `,oh=Object.freeze({__proto__:null,default:th}),nh=re`
2355
+ `,eh=Object.freeze({__proto__:null,default:Qd}),th=ae`
2397
2356
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2398
2357
  <path
2399
2358
  fill="currentColor"
@@ -2406,7 +2365,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2406
2365
  d="M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z"
2407
2366
  />
2408
2367
  </svg>
2409
- `,lh=Object.freeze({__proto__:null,default:nh}),ah=re`
2368
+ `,nh=Object.freeze({__proto__:null,default:th}),oh=ae`
2410
2369
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2411
2370
  <path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2412
2371
  <path
@@ -2416,7 +2375,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2416
2375
  clip-rule="evenodd"
2417
2376
  />
2418
2377
  </svg>
2419
- `,rh=Object.freeze({__proto__:null,default:ah}),ih=re`
2378
+ `,lh=Object.freeze({__proto__:null,default:oh}),rh=ae`
2420
2379
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2421
2380
  <path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
2422
2381
  <path
@@ -2426,7 +2385,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2426
2385
  clip-rule="evenodd"
2427
2386
  />
2428
2387
  </svg>
2429
- `,sh=Object.freeze({__proto__:null,default:ih}),dh=re`
2388
+ `,ah=Object.freeze({__proto__:null,default:rh}),ih=ae`
2430
2389
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2431
2390
  <path
2432
2391
  fill="currentColor"
@@ -2439,14 +2398,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2439
2398
  clip-rule="evenodd"
2440
2399
  />
2441
2400
  </svg>
2442
- `,ch=Object.freeze({__proto__:null,default:dh}),hh=re`
2401
+ `,sh=Object.freeze({__proto__:null,default:ih}),ch=ae`
2443
2402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2444
2403
  <path
2445
2404
  fill="currentColor"
2446
2405
  d="M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z"
2447
2406
  />
2448
2407
  </svg>
2449
- `,vh=Object.freeze({__proto__:null,default:hh}),uh=re`
2408
+ `,dh=Object.freeze({__proto__:null,default:ch}),hh=ae`
2450
2409
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2451
2410
  <path
2452
2411
  fill="currentColor"
@@ -2459,7 +2418,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2459
2418
  clip-rule="evenodd"
2460
2419
  />
2461
2420
  </svg>
2462
- `,ph=Object.freeze({__proto__:null,default:uh}),gh=re`
2421
+ `,uh=Object.freeze({__proto__:null,default:hh}),vh=ae`
2463
2422
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2464
2423
  <path
2465
2424
  fill="currentColor"
@@ -2468,7 +2427,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2468
2427
  clip-rule="evenodd"
2469
2428
  />
2470
2429
  </svg>
2471
- `,fh=Object.freeze({__proto__:null,default:gh}),mh=re`
2430
+ `,ph=Object.freeze({__proto__:null,default:vh}),fh=ae`
2472
2431
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2473
2432
  <path
2474
2433
  fill="currentColor"
@@ -2477,7 +2436,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2477
2436
  clip-rule="evenodd"
2478
2437
  />
2479
2438
  </svg>
2480
- `,wh=Object.freeze({__proto__:null,default:mh}),bh=re`
2439
+ `,gh=Object.freeze({__proto__:null,default:fh}),mh=ae`
2481
2440
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2482
2441
  <path
2483
2442
  fill="currentColor"
@@ -2486,7 +2445,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2486
2445
  clip-rule="evenodd"
2487
2446
  />
2488
2447
  </svg>
2489
- `,_h=Object.freeze({__proto__:null,default:bh}),xh=re`
2448
+ `,wh=Object.freeze({__proto__:null,default:mh}),bh=ae`
2490
2449
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2491
2450
  <path
2492
2451
  fill="currentColor"
@@ -2499,7 +2458,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2499
2458
  clip-rule="evenodd"
2500
2459
  />
2501
2460
  </svg>
2502
- `,yh=Object.freeze({__proto__:null,default:xh}),Zh=re`
2461
+ `,_h=Object.freeze({__proto__:null,default:bh}),xh=ae`
2503
2462
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2504
2463
  <path
2505
2464
  fill="currentColor"
@@ -2508,7 +2467,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2508
2467
  clip-rule="evenodd"
2509
2468
  />
2510
2469
  </svg>
2511
- `,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=re`
2470
+ `,yh=Object.freeze({__proto__:null,default:xh}),Zh=ae`
2512
2471
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2513
2472
  <path
2514
2473
  fill="currentColor"
@@ -2517,7 +2476,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2517
2476
  clip-rule="evenodd"
2518
2477
  />
2519
2478
  </svg>
2520
- `,kh=Object.freeze({__proto__:null,default:Mh}),Ph=re`
2479
+ `,Ch=Object.freeze({__proto__:null,default:Zh}),Mh=ae`
2521
2480
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2522
2481
  <path
2523
2482
  fill="currentColor"
@@ -2526,14 +2485,14 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2526
2485
  clip-rule="evenodd"
2527
2486
  />
2528
2487
  </svg>
2529
- `,Hh=Object.freeze({__proto__:null,default:Ph}),Vh=re`
2488
+ `,Hh=Object.freeze({__proto__:null,default:Mh}),Vh=ae`
2530
2489
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2531
2490
  <path
2532
2491
  fill="currentColor"
2533
2492
  d="M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z"
2534
2493
  />
2535
2494
  </svg>
2536
- `,zh=Object.freeze({__proto__:null,default:Vh}),Oh=re`
2495
+ `,Ph=Object.freeze({__proto__:null,default:Vh}),zh=ae`
2537
2496
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2538
2497
  <path
2539
2498
  fill="currentColor"
@@ -2542,7 +2501,7 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2542
2501
  clip-rule="evenodd"
2543
2502
  />
2544
2503
  </svg>
2545
- `,$h=Object.freeze({__proto__:null,default:Oh}),Sh=re`
2504
+ `,Oh=Object.freeze({__proto__:null,default:zh}),kh=ae`
2546
2505
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2547
2506
  <path
2548
2507
  fill="currentColor"
@@ -2551,5 +2510,5 @@ let ze;Ve?.({LitElement:Pe}),(Me.litElementVersions??=[]).push("4.2.2"),Me.litEl
2551
2510
  clip-rule="evenodd"
2552
2511
  />
2553
2512
  </svg>
2554
- `,Bh=Object.freeze({__proto__:null,default:Sh})});
2513
+ `,$h=Object.freeze({__proto__:null,default:kh})});
2555
2514
  //# sourceMappingURL=index.umd.min.js.map