@six-group/ui-library 0.0.0-insider.f37af2a → 0.0.0-insider.f658e4f

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 (1143) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  2. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  3. package/dist/cjs/error-messages-6e8049a4.js +119 -0
  4. package/dist/cjs/error-messages-6e8049a4.js.map +1 -0
  5. package/dist/cjs/event-listeners-9fb878f1.js +61 -0
  6. package/dist/cjs/event-listeners-9fb878f1.js.map +1 -0
  7. package/dist/cjs/{execution-control-b4707294.js → execution-control-d728da70.js} +15 -15
  8. package/dist/cjs/{execution-control-b4707294.js.map → execution-control-d728da70.js.map} +1 -1
  9. package/dist/cjs/focus-visible-e2c9255a.js +47 -0
  10. package/dist/cjs/{focus-visible-ae2470dd.js.map → focus-visible-e2c9255a.js.map} +1 -1
  11. package/dist/cjs/form-9ebaae7c.js +20 -0
  12. package/dist/cjs/{form-2df8c5bb.js.map → form-9ebaae7c.js.map} +1 -1
  13. package/dist/cjs/form-control-de259450.js +36 -0
  14. package/dist/cjs/form-control-de259450.js.map +1 -0
  15. package/dist/{esm/index-8a74f992.js → cjs/index-1f707a55.js} +656 -378
  16. package/dist/cjs/index-1f707a55.js.map +1 -0
  17. package/dist/cjs/index.cjs.js +55 -87
  18. package/dist/cjs/index.cjs.js.map +1 -1
  19. package/dist/cjs/loader.cjs.js +5 -3
  20. package/dist/cjs/loader.cjs.js.map +1 -1
  21. package/dist/cjs/modal-bd7fc5bc.js +35 -0
  22. package/dist/cjs/modal-bd7fc5bc.js.map +1 -0
  23. package/dist/cjs/{popover-2df7e154.js → popover-1e7c09f1.js} +99 -99
  24. package/dist/cjs/popover-1e7c09f1.js.map +1 -0
  25. package/dist/cjs/popup-e854acda.js +103 -0
  26. package/dist/cjs/popup-e854acda.js.map +1 -0
  27. package/dist/cjs/scroll-68033901.js +68 -0
  28. package/dist/cjs/{scroll-2c4200dc.js.map → scroll-68033901.js.map} +1 -1
  29. package/dist/cjs/six-alert.cjs.entry.js +144 -111
  30. package/dist/cjs/six-alert.cjs.entry.js.map +1 -1
  31. package/dist/cjs/six-avatar.cjs.entry.js +23 -22
  32. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -1
  33. package/dist/cjs/six-badge.cjs.entry.js +25 -24
  34. package/dist/cjs/six-badge.cjs.entry.js.map +1 -1
  35. package/dist/cjs/six-button.cjs.entry.js +98 -96
  36. package/dist/cjs/six-button.cjs.entry.js.map +1 -1
  37. package/dist/cjs/six-card.cjs.entry.js +10 -9
  38. package/dist/cjs/six-card.cjs.entry.js.map +1 -1
  39. package/dist/cjs/six-checkbox_2.cjs.entry.js +192 -0
  40. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
  41. package/dist/cjs/six-datepicker.cjs.entry.js +864 -835
  42. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
  43. package/dist/cjs/six-details.cjs.entry.js +129 -128
  44. package/dist/cjs/six-details.cjs.entry.js.map +1 -1
  45. package/dist/cjs/six-dialog.cjs.entry.js +115 -131
  46. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -1
  47. package/dist/cjs/six-drawer.cjs.entry.js +132 -149
  48. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -1
  49. package/dist/cjs/six-dropdown_2.cjs.entry.js +722 -639
  50. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
  51. package/dist/cjs/six-error-page.cjs.entry.js +84 -83
  52. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -1
  53. package/dist/cjs/six-error.cjs.entry.js +10 -9
  54. package/dist/cjs/six-error.cjs.entry.js.map +1 -1
  55. package/dist/cjs/six-file-list-item.cjs.entry.js +36 -35
  56. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -1
  57. package/dist/cjs/six-file-list.cjs.entry.js +9 -8
  58. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -1
  59. package/dist/cjs/six-file-upload.cjs.entry.js +123 -100
  60. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -1
  61. package/dist/cjs/six-footer.cjs.entry.js +10 -9
  62. package/dist/cjs/six-footer.cjs.entry.js.map +1 -1
  63. package/dist/cjs/six-group-label.cjs.entry.js +45 -44
  64. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -1
  65. package/dist/cjs/six-header.cjs.entry.js +180 -157
  66. package/dist/cjs/six-header.cjs.entry.js.map +1 -1
  67. package/dist/cjs/six-icon-button.cjs.entry.js +34 -33
  68. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -1
  69. package/dist/cjs/six-icon.cjs.entry.js +24 -23
  70. package/dist/cjs/six-icon.cjs.entry.js.map +1 -1
  71. package/dist/cjs/six-input.cjs.entry.js +203 -191
  72. package/dist/cjs/six-input.cjs.entry.js.map +1 -1
  73. package/dist/cjs/six-item-picker.cjs.entry.js +407 -310
  74. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -1
  75. package/dist/cjs/six-language-switcher.cjs.entry.js +53 -48
  76. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -1
  77. package/dist/cjs/six-layout-grid.cjs.entry.js +22 -21
  78. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -1
  79. package/dist/cjs/six-main-container.cjs.entry.js +11 -10
  80. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -1
  81. package/dist/cjs/six-menu-divider.cjs.entry.js +10 -9
  82. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -1
  83. package/dist/cjs/six-menu-label.cjs.entry.js +10 -9
  84. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -1
  85. package/dist/cjs/six-picto.cjs.entry.js +16 -15
  86. package/dist/cjs/six-picto.cjs.entry.js.map +1 -1
  87. package/dist/cjs/six-progress-bar.cjs.entry.js +17 -16
  88. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -1
  89. package/dist/cjs/six-progress-ring.cjs.entry.js +32 -31
  90. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -1
  91. package/dist/cjs/six-radio.cjs.entry.js +106 -105
  92. package/dist/cjs/six-radio.cjs.entry.js.map +1 -1
  93. package/dist/cjs/six-range.cjs.entry.js +200 -189
  94. package/dist/cjs/six-range.cjs.entry.js.map +1 -1
  95. package/dist/cjs/six-root.cjs.entry.js +13 -31
  96. package/dist/cjs/six-root.cjs.entry.js.map +1 -1
  97. package/dist/cjs/six-search-field.cjs.entry.js +46 -45
  98. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -1
  99. package/dist/cjs/six-select.cjs.entry.js +523 -366
  100. package/dist/cjs/six-select.cjs.entry.js.map +1 -1
  101. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +58 -47
  102. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -1
  103. package/dist/cjs/six-sidebar-item.cjs.entry.js +19 -16
  104. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -1
  105. package/dist/cjs/six-sidebar.cjs.entry.js +176 -175
  106. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -1
  107. package/dist/cjs/six-spinner.cjs.entry.js +17 -16
  108. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -1
  109. package/dist/cjs/six-stage-indicator.cjs.entry.js +23 -0
  110. package/dist/cjs/six-stage-indicator.cjs.entry.js.map +1 -0
  111. package/dist/cjs/six-switch.cjs.entry.js +109 -108
  112. package/dist/cjs/six-switch.cjs.entry.js.map +1 -1
  113. package/dist/cjs/six-tab-group.cjs.entry.js +242 -216
  114. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -1
  115. package/dist/cjs/six-tab-panel.cjs.entry.js +16 -15
  116. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -1
  117. package/dist/cjs/six-tab.cjs.entry.js +57 -56
  118. package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
  119. package/dist/cjs/six-tag.cjs.entry.js +55 -54
  120. package/dist/cjs/six-tag.cjs.entry.js.map +1 -1
  121. package/dist/cjs/six-textarea.cjs.entry.js +183 -182
  122. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -1
  123. package/dist/cjs/six-tile.cjs.entry.js +79 -78
  124. package/dist/cjs/six-tile.cjs.entry.js.map +1 -1
  125. package/dist/cjs/six-timepicker.cjs.entry.js +351 -350
  126. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
  127. package/dist/cjs/six-tooltip.cjs.entry.js +150 -149
  128. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -1
  129. package/dist/cjs/slot-1b1232a1.js +51 -0
  130. package/dist/cjs/slot-1b1232a1.js.map +1 -0
  131. package/dist/cjs/types-d3da200b.js +19 -0
  132. package/dist/cjs/types-d3da200b.js.map +1 -0
  133. package/dist/cjs/ui-library.cjs.js +6 -4
  134. package/dist/cjs/ui-library.cjs.js.map +1 -1
  135. package/dist/collection/assets/TRADEMARKS.md +3 -3
  136. package/dist/collection/collection-manifest.json +6 -7
  137. package/dist/collection/components/six-alert/six-alert.css +5 -1
  138. package/dist/collection/components/six-alert/six-alert.js +382 -337
  139. package/dist/collection/components/six-alert/six-alert.js.map +1 -1
  140. package/dist/collection/components/six-alert/test/six-alert.spec.js +7 -7
  141. package/dist/collection/components/six-alert/test/six-alert.spec.js.map +1 -1
  142. package/dist/collection/components/six-avatar/six-avatar.css +2 -2
  143. package/dist/collection/components/six-avatar/six-avatar.js +111 -111
  144. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -1
  145. package/dist/collection/components/six-avatar/test/six-avatar.spec.js +7 -7
  146. package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +1 -1
  147. package/dist/collection/components/six-badge/six-badge.css +1 -1
  148. package/dist/collection/components/six-badge/six-badge.js +90 -90
  149. package/dist/collection/components/six-badge/six-badge.js.map +1 -1
  150. package/dist/collection/components/six-badge/test/six-badge.spec.js +7 -7
  151. package/dist/collection/components/six-badge/test/six-badge.spec.js.map +1 -1
  152. package/dist/collection/components/six-button/six-button.css +19 -1
  153. package/dist/collection/components/six-button/six-button.js +448 -446
  154. package/dist/collection/components/six-button/six-button.js.map +1 -1
  155. package/dist/collection/components/six-button/test/six-button.spec.js +44 -44
  156. package/dist/collection/components/six-button/test/six-button.spec.js.map +1 -1
  157. package/dist/collection/components/six-card/six-card.css +4 -5
  158. package/dist/collection/components/six-card/six-card.js +15 -15
  159. package/dist/collection/components/six-card/six-card.js.map +1 -1
  160. package/dist/collection/components/six-card/test/six-card.spec.js +7 -7
  161. package/dist/collection/components/six-card/test/six-card.spec.js.map +1 -1
  162. package/dist/collection/components/six-checkbox/six-checkbox.css +11 -1
  163. package/dist/collection/components/six-checkbox/six-checkbox.js +421 -420
  164. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -1
  165. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +13 -13
  166. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -1
  167. package/dist/collection/components/six-datepicker/components/day-selection.js +8 -8
  168. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -1
  169. package/dist/collection/components/six-datepicker/components/month-selection.js +8 -8
  170. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -1
  171. package/dist/collection/components/six-datepicker/components/year-selection.js +8 -8
  172. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -1
  173. package/dist/collection/components/six-datepicker/six-date-formats.js +21 -20
  174. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -1
  175. package/dist/collection/components/six-datepicker/six-datepicker.css +1 -1
  176. package/dist/collection/components/six-datepicker/six-datepicker.js +1054 -1050
  177. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
  178. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +7 -7
  179. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -1
  180. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +14 -14
  181. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -1
  182. package/dist/collection/components/six-details/six-details.css +1 -5
  183. package/dist/collection/components/six-details/six-details.js +410 -410
  184. package/dist/collection/components/six-details/six-details.js.map +1 -1
  185. package/dist/collection/components/six-details/test/six-details.spec.js +7 -7
  186. package/dist/collection/components/six-details/test/six-details.spec.js.map +1 -1
  187. package/dist/collection/components/six-dialog/six-dialog.css +2 -2
  188. package/dist/collection/components/six-dialog/six-dialog.js +340 -358
  189. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -1
  190. package/dist/collection/components/six-dialog/test/six-dialog.spec.js +7 -7
  191. package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +1 -1
  192. package/dist/collection/components/six-drawer/six-drawer.css +2 -2
  193. package/dist/collection/components/six-drawer/six-drawer.js +393 -412
  194. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -1
  195. package/dist/collection/components/six-drawer/test/six-drawer.spec.js +8 -8
  196. package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +1 -1
  197. package/dist/collection/components/six-dropdown/six-dropdown.css +22 -7
  198. package/dist/collection/components/six-dropdown/six-dropdown.js +983 -891
  199. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -1
  200. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +92 -67
  201. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +1 -1
  202. package/dist/collection/components/six-error/six-error.css +1 -0
  203. package/dist/collection/components/six-error/six-error.js +15 -15
  204. package/dist/collection/components/six-error/six-error.js.map +1 -1
  205. package/dist/collection/components/six-error-page/six-error-page.js +177 -177
  206. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -1
  207. package/dist/collection/components/six-error-page/test/six-error-page.spec.js +77 -77
  208. package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +1 -1
  209. package/dist/collection/components/six-file-list/six-file-list.js +15 -15
  210. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -1
  211. package/dist/collection/components/six-file-list/test/six-file-list.spec.js +16 -16
  212. package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +1 -1
  213. package/dist/collection/components/six-file-list-item/six-file-list-item.css +1 -1
  214. package/dist/collection/components/six-file-list-item/six-file-list-item.js +195 -195
  215. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -1
  216. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +42 -42
  217. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +1 -1
  218. package/dist/collection/components/six-file-upload/six-file-upload.css +12 -4
  219. package/dist/collection/components/six-file-upload/six-file-upload.js +369 -291
  220. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -1
  221. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +214 -51
  222. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -1
  223. package/dist/collection/components/six-footer/six-footer.css +2 -2
  224. package/dist/collection/components/six-footer/six-footer.js +15 -15
  225. package/dist/collection/components/six-footer/six-footer.js.map +1 -1
  226. package/dist/collection/components/six-footer/test/six-footer.spec.js +7 -7
  227. package/dist/collection/components/six-footer/test/six-footer.spec.js.map +1 -1
  228. package/dist/collection/components/six-group-label/six-group-label.css +4 -1
  229. package/dist/collection/components/six-group-label/six-group-label.js +155 -155
  230. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -1
  231. package/dist/collection/components/six-group-label/test/six-group-label.spec.js +12 -12
  232. package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -1
  233. package/dist/collection/components/six-header/six-header.css +15 -2
  234. package/dist/collection/components/six-header/six-header.js +464 -405
  235. package/dist/collection/components/six-header/six-header.js.map +1 -1
  236. package/dist/collection/components/six-icon/six-icon.css +5 -2
  237. package/dist/collection/components/six-icon/six-icon.js +71 -71
  238. package/dist/collection/components/six-icon/six-icon.js.map +1 -1
  239. package/dist/collection/components/six-icon/test/six-icon.spec.js +7 -7
  240. package/dist/collection/components/six-icon/test/six-icon.spec.js.map +1 -1
  241. package/dist/collection/components/six-icon-button/six-icon-button.css +1 -1
  242. package/dist/collection/components/six-icon-button/six-icon-button.js +131 -131
  243. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -1
  244. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +7 -7
  245. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +1 -1
  246. package/dist/collection/components/six-input/six-input.css +14 -1
  247. package/dist/collection/components/six-input/six-input.js +1003 -939
  248. package/dist/collection/components/six-input/six-input.js.map +1 -1
  249. package/dist/collection/components/six-input/test/six-input.spec.js +7 -7
  250. package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -1
  251. package/dist/collection/components/six-item-picker/six-item-picker.css +8 -0
  252. package/dist/collection/components/six-item-picker/six-item-picker.js +727 -631
  253. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -1
  254. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +82 -82
  255. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +1 -1
  256. package/dist/collection/components/six-item-picker/types.js +9 -7
  257. package/dist/collection/components/six-item-picker/types.js.map +1 -1
  258. package/dist/collection/components/six-language-switcher/six-language-switcher.css +7 -2
  259. package/dist/collection/components/six-language-switcher/six-language-switcher.js +128 -124
  260. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -1
  261. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +99 -99
  262. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +1 -1
  263. package/dist/collection/components/six-layout-grid/six-layout-grid.js +54 -54
  264. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -1
  265. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +7 -7
  266. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +1 -1
  267. package/dist/collection/components/six-main-container/six-main-container.js +41 -41
  268. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -1
  269. package/dist/collection/components/six-main-container/test/six-main-container.spec.js +7 -7
  270. package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +1 -1
  271. package/dist/collection/components/six-menu/six-menu.css +8 -7
  272. package/dist/collection/components/six-menu/six-menu.js +397 -366
  273. package/dist/collection/components/six-menu/six-menu.js.map +1 -1
  274. package/dist/collection/components/six-menu/test/six-menu.spec.js +41 -41
  275. package/dist/collection/components/six-menu/test/six-menu.spec.js.map +1 -1
  276. package/dist/collection/components/six-menu-divider/six-menu-divider.css +3 -2
  277. package/dist/collection/components/six-menu-divider/six-menu-divider.js +15 -15
  278. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -1
  279. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +7 -7
  280. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +1 -1
  281. package/dist/collection/components/six-menu-item/six-menu-item.css +13 -2
  282. package/dist/collection/components/six-menu-item/six-menu-item.js +209 -180
  283. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -1
  284. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +7 -7
  285. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +1 -1
  286. package/dist/collection/components/six-menu-label/six-menu-label.css +1 -1
  287. package/dist/collection/components/six-menu-label/six-menu-label.js +15 -15
  288. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -1
  289. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +7 -7
  290. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +1 -1
  291. package/dist/collection/components/six-picto/six-picto.js +46 -46
  292. package/dist/collection/components/six-picto/six-picto.js.map +1 -1
  293. package/dist/collection/components/six-picto/test/six-picto.spec.js +13 -13
  294. package/dist/collection/components/six-picto/test/six-picto.spec.js.map +1 -1
  295. package/dist/collection/components/six-progress-bar/six-progress-bar.css +1 -1
  296. package/dist/collection/components/six-progress-bar/six-progress-bar.js +64 -64
  297. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -1
  298. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +7 -7
  299. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +1 -1
  300. package/dist/collection/components/six-progress-ring/six-progress-ring.css +1 -1
  301. package/dist/collection/components/six-progress-ring/six-progress-ring.js +100 -100
  302. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -1
  303. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +7 -7
  304. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +1 -1
  305. package/dist/collection/components/six-radio/six-radio.css +1 -1
  306. package/dist/collection/components/six-radio/six-radio.js +321 -320
  307. package/dist/collection/components/six-radio/six-radio.js.map +1 -1
  308. package/dist/collection/components/six-radio/test/six-radio.spec.js +13 -13
  309. package/dist/collection/components/six-radio/test/six-radio.spec.js.map +1 -1
  310. package/dist/collection/components/six-range/six-range.css +5 -2
  311. package/dist/collection/components/six-range/six-range.js +574 -563
  312. package/dist/collection/components/six-range/six-range.js.map +1 -1
  313. package/dist/collection/components/six-range/test/six-range.spec.js +8 -8
  314. package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -1
  315. package/dist/collection/components/six-root/six-root.js +84 -152
  316. package/dist/collection/components/six-root/six-root.js.map +1 -1
  317. package/dist/collection/components/six-root/test/six-root.spec.js +7 -14
  318. package/dist/collection/components/six-root/test/six-root.spec.js.map +1 -1
  319. package/dist/collection/components/six-search-field/six-search-field.css +1 -1
  320. package/dist/collection/components/six-search-field/six-search-field.js +169 -169
  321. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -1
  322. package/dist/collection/components/six-search-field/test/six-search-field.spec.js +7 -7
  323. package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +1 -1
  324. package/dist/collection/components/six-select/six-select.css +57 -66
  325. package/dist/collection/components/six-select/six-select.js +1109 -942
  326. package/dist/collection/components/six-select/six-select.js.map +1 -1
  327. package/dist/collection/components/six-select/test/six-select.spec.js +45 -29
  328. package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -1
  329. package/dist/collection/components/six-select/test/util.spec.js +96 -74
  330. package/dist/collection/components/six-select/test/util.spec.js.map +1 -1
  331. package/dist/collection/components/six-select/util.js +58 -34
  332. package/dist/collection/components/six-select/util.js.map +1 -1
  333. package/dist/collection/components/six-sidebar/six-sidebar.css +2 -2
  334. package/dist/collection/components/six-sidebar/six-sidebar.js +466 -464
  335. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -1
  336. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +7 -7
  337. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +1 -1
  338. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +6 -1
  339. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +101 -82
  340. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -1
  341. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +19 -19
  342. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +1 -1
  343. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +9 -1
  344. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +180 -153
  345. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -1
  346. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +14 -14
  347. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -1
  348. package/dist/collection/components/six-spinner/six-spinner.css +1 -1
  349. package/dist/collection/components/six-spinner/six-spinner.js +47 -46
  350. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -1
  351. package/dist/collection/components/six-spinner/test/six-spinner.spec.js +14 -14
  352. package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +1 -1
  353. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +1 -1
  354. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +45 -45
  355. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -1
  356. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +37 -37
  357. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +1 -1
  358. package/dist/collection/components/six-switch/six-switch.css +4 -1
  359. package/dist/collection/components/six-switch/six-switch.js +384 -383
  360. package/dist/collection/components/six-switch/six-switch.js.map +1 -1
  361. package/dist/collection/components/six-switch/test/six-switch.spec.js +13 -13
  362. package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -1
  363. package/dist/collection/components/six-tab/six-tab.css +1 -1
  364. package/dist/collection/components/six-tab/six-tab.js +206 -205
  365. package/dist/collection/components/six-tab/six-tab.js.map +1 -1
  366. package/dist/collection/components/six-tab-group/six-tab-group.css +1 -1
  367. package/dist/collection/components/six-tab-group/six-tab-group.js +342 -315
  368. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -1
  369. package/dist/collection/components/six-tab-panel/six-tab-panel.css +1 -1
  370. package/dist/collection/components/six-tab-panel/six-tab-panel.js +63 -63
  371. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -1
  372. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +7 -7
  373. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +1 -1
  374. package/dist/collection/components/six-tag/six-tag.css +1 -1
  375. package/dist/collection/components/six-tag/six-tag.js +158 -158
  376. package/dist/collection/components/six-tag/six-tag.js.map +1 -1
  377. package/dist/collection/components/six-tag/test/six-tag.spec.js +19 -19
  378. package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -1
  379. package/dist/collection/components/six-textarea/six-textarea.css +9 -1
  380. package/dist/collection/components/six-textarea/six-textarea.js +792 -784
  381. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -1
  382. package/dist/collection/components/six-textarea/test/six-textarea.spec.js +94 -94
  383. package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -1
  384. package/dist/collection/components/six-tile/six-tile.css +2 -2
  385. package/dist/collection/components/six-tile/six-tile.js +298 -298
  386. package/dist/collection/components/six-tile/six-tile.js.map +1 -1
  387. package/dist/collection/components/six-tile/test/six-tile.spec.js +14 -14
  388. package/dist/collection/components/six-tile/test/six-tile.spec.js.map +1 -1
  389. package/dist/collection/components/six-timepicker/six-timepicker.css +1 -1
  390. package/dist/collection/components/six-timepicker/six-timepicker.js +823 -822
  391. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
  392. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +155 -155
  393. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -1
  394. package/dist/collection/components/six-tooltip/six-tooltip.css +1 -1
  395. package/dist/collection/components/six-tooltip/six-tooltip.js +407 -407
  396. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -1
  397. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +7 -7
  398. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +1 -1
  399. package/dist/collection/functional-components/form-control/form-control.js +19 -19
  400. package/dist/collection/functional-components/form-control/form-control.js.map +1 -1
  401. package/dist/collection/index.js +1 -0
  402. package/dist/collection/index.js.map +1 -1
  403. package/dist/collection/testUtil/delay.js +1 -1
  404. package/dist/collection/testUtil/delay.js.map +1 -1
  405. package/dist/collection/utils/alert.js +54 -0
  406. package/dist/collection/utils/alert.js.map +1 -0
  407. package/dist/collection/utils/animation.js +19 -19
  408. package/dist/collection/utils/animation.js.map +1 -1
  409. package/dist/collection/utils/date-util.js +525 -500
  410. package/dist/collection/utils/date-util.js.map +1 -1
  411. package/dist/collection/utils/date-util.spec.js +984 -984
  412. package/dist/collection/utils/date-util.spec.js.map +1 -1
  413. package/dist/collection/utils/error-messages.js +102 -81
  414. package/dist/collection/utils/error-messages.js.map +1 -1
  415. package/dist/collection/utils/event-listeners.js +51 -51
  416. package/dist/collection/utils/event-listeners.js.map +1 -1
  417. package/dist/collection/utils/execution-control.js +14 -14
  418. package/dist/collection/utils/execution-control.js.map +1 -1
  419. package/dist/collection/utils/focus-visible.js +28 -28
  420. package/dist/collection/utils/focus-visible.js.map +1 -1
  421. package/dist/collection/utils/form.js +12 -12
  422. package/dist/collection/utils/form.js.map +1 -1
  423. package/dist/collection/utils/modal.js +25 -25
  424. package/dist/collection/utils/modal.js.map +1 -1
  425. package/dist/collection/utils/offset.js +4 -4
  426. package/dist/collection/utils/offset.js.map +1 -1
  427. package/dist/collection/utils/popover.js +99 -99
  428. package/dist/collection/utils/popover.js.map +1 -1
  429. package/dist/collection/utils/popup.js +71 -71
  430. package/dist/collection/utils/popup.js.map +1 -1
  431. package/dist/collection/utils/scroll.js +27 -27
  432. package/dist/collection/utils/scroll.js.map +1 -1
  433. package/dist/collection/utils/scroll.spec.js +116 -116
  434. package/dist/collection/utils/scroll.spec.js.map +1 -1
  435. package/dist/collection/utils/slot.js +28 -29
  436. package/dist/collection/utils/slot.js.map +1 -1
  437. package/dist/collection/utils/tabbable.js +17 -17
  438. package/dist/collection/utils/tabbable.js.map +1 -1
  439. package/dist/collection/utils/time.util.js +72 -72
  440. package/dist/collection/utils/time.util.js.map +1 -1
  441. package/dist/collection/utils/time.util.spec.js +353 -353
  442. package/dist/collection/utils/time.util.spec.js.map +1 -1
  443. package/dist/components/event-listeners.js +51 -51
  444. package/dist/components/event-listeners.js.map +1 -1
  445. package/dist/components/execution-control.js +14 -14
  446. package/dist/components/execution-control.js.map +1 -1
  447. package/dist/components/focus-visible.js +28 -28
  448. package/dist/components/focus-visible.js.map +1 -1
  449. package/dist/components/form-control.js +26 -26
  450. package/dist/components/form-control.js.map +1 -1
  451. package/dist/components/form.js +12 -12
  452. package/dist/components/form.js.map +1 -1
  453. package/dist/components/index.d.ts +6 -0
  454. package/dist/components/index.js +112 -150
  455. package/dist/components/index.js.map +1 -1
  456. package/dist/components/modal.js +26 -42
  457. package/dist/components/modal.js.map +1 -1
  458. package/dist/components/popover.js +98 -98
  459. package/dist/components/popover.js.map +1 -1
  460. package/dist/components/scroll.js +31 -31
  461. package/dist/components/scroll.js.map +1 -1
  462. package/dist/components/six-alert.d.ts +2 -2
  463. package/dist/components/six-alert.js +178 -142
  464. package/dist/components/six-alert.js.map +1 -1
  465. package/dist/components/six-avatar.d.ts +2 -2
  466. package/dist/components/six-avatar.js +46 -45
  467. package/dist/components/six-avatar.js.map +1 -1
  468. package/dist/components/six-badge.d.ts +2 -2
  469. package/dist/components/six-badge.js +41 -40
  470. package/dist/components/six-badge.js.map +1 -1
  471. package/dist/components/six-button.d.ts +2 -2
  472. package/dist/components/six-button.js +1 -142
  473. package/dist/components/six-button.js.map +1 -1
  474. package/dist/components/six-button2.js +148 -0
  475. package/dist/components/six-button2.js.map +1 -0
  476. package/dist/components/six-card.d.ts +2 -2
  477. package/dist/components/six-card.js +22 -21
  478. package/dist/components/six-card.js.map +1 -1
  479. package/dist/components/six-checkbox.d.ts +2 -2
  480. package/dist/components/six-checkbox.js +1 -156
  481. package/dist/components/six-checkbox.js.map +1 -1
  482. package/dist/components/six-checkbox2.js +166 -0
  483. package/dist/components/six-checkbox2.js.map +1 -0
  484. package/dist/components/six-datepicker.d.ts +2 -2
  485. package/dist/components/six-datepicker.js +933 -901
  486. package/dist/components/six-datepicker.js.map +1 -1
  487. package/dist/components/six-details.d.ts +2 -2
  488. package/dist/components/six-details2.js +159 -156
  489. package/dist/components/six-details2.js.map +1 -1
  490. package/dist/components/six-dialog.d.ts +2 -2
  491. package/dist/components/six-dialog.js +145 -159
  492. package/dist/components/six-dialog.js.map +1 -1
  493. package/dist/components/six-drawer.d.ts +2 -2
  494. package/dist/components/six-drawer.js +164 -179
  495. package/dist/components/six-drawer.js.map +1 -1
  496. package/dist/components/six-dropdown.d.ts +2 -2
  497. package/dist/components/six-dropdown2.js +553 -469
  498. package/dist/components/six-dropdown2.js.map +1 -1
  499. package/dist/components/six-error-page.d.ts +2 -2
  500. package/dist/components/six-error-page.js +107 -106
  501. package/dist/components/six-error-page.js.map +1 -1
  502. package/dist/components/six-error.d.ts +2 -2
  503. package/dist/components/six-error2.js +22 -21
  504. package/dist/components/six-error2.js.map +1 -1
  505. package/dist/components/six-file-list-item.d.ts +2 -2
  506. package/dist/components/six-file-list-item.js +60 -59
  507. package/dist/components/six-file-list-item.js.map +1 -1
  508. package/dist/components/six-file-list.d.ts +2 -2
  509. package/dist/components/six-file-list.js +21 -20
  510. package/dist/components/six-file-list.js.map +1 -1
  511. package/dist/components/six-file-upload.d.ts +2 -2
  512. package/dist/components/six-file-upload.js +165 -126
  513. package/dist/components/six-file-upload.js.map +1 -1
  514. package/dist/components/six-footer.d.ts +2 -2
  515. package/dist/components/six-footer.js +22 -21
  516. package/dist/components/six-footer.js.map +1 -1
  517. package/dist/components/six-group-label.d.ts +2 -2
  518. package/dist/components/six-group-label.js +71 -67
  519. package/dist/components/six-group-label.js.map +1 -1
  520. package/dist/components/six-header.d.ts +2 -2
  521. package/dist/components/six-header.js +244 -211
  522. package/dist/components/six-header.js.map +1 -1
  523. package/dist/components/six-icon-button.d.ts +2 -2
  524. package/dist/components/six-icon-button2.js +56 -55
  525. package/dist/components/six-icon-button2.js.map +1 -1
  526. package/dist/components/six-icon.d.ts +2 -2
  527. package/dist/components/six-icon2.js +39 -38
  528. package/dist/components/six-icon2.js.map +1 -1
  529. package/dist/components/six-input.d.ts +2 -2
  530. package/dist/components/six-input2.js +268 -249
  531. package/dist/components/six-input2.js.map +1 -1
  532. package/dist/components/six-item-picker.d.ts +2 -2
  533. package/dist/components/six-item-picker2.js +451 -348
  534. package/dist/components/six-item-picker2.js.map +1 -1
  535. package/dist/components/six-language-switcher.d.ts +2 -2
  536. package/dist/components/six-language-switcher.js +70 -63
  537. package/dist/components/six-language-switcher.js.map +1 -1
  538. package/dist/components/six-layout-grid.d.ts +2 -2
  539. package/dist/components/six-layout-grid.js +38 -35
  540. package/dist/components/six-layout-grid.js.map +1 -1
  541. package/dist/components/six-main-container.d.ts +2 -2
  542. package/dist/components/six-main-container.js +25 -24
  543. package/dist/components/six-main-container.js.map +1 -1
  544. package/dist/components/six-menu-divider.d.ts +2 -2
  545. package/dist/components/six-menu-divider.js +22 -21
  546. package/dist/components/six-menu-divider.js.map +1 -1
  547. package/dist/components/six-menu-item.d.ts +2 -2
  548. package/dist/components/six-menu-item2.js +99 -75
  549. package/dist/components/six-menu-item2.js.map +1 -1
  550. package/dist/components/six-menu-label.d.ts +2 -2
  551. package/dist/components/six-menu-label.js +22 -21
  552. package/dist/components/six-menu-label.js.map +1 -1
  553. package/dist/components/six-menu.d.ts +2 -2
  554. package/dist/components/six-menu2.js +246 -220
  555. package/dist/components/six-menu2.js.map +1 -1
  556. package/dist/components/six-picto.d.ts +2 -2
  557. package/dist/components/six-picto2.js +30 -29
  558. package/dist/components/six-picto2.js.map +1 -1
  559. package/dist/components/six-progress-bar.d.ts +2 -2
  560. package/dist/components/six-progress-bar.js +32 -31
  561. package/dist/components/six-progress-bar.js.map +1 -1
  562. package/dist/components/six-progress-ring.d.ts +2 -2
  563. package/dist/components/six-progress-ring.js +50 -47
  564. package/dist/components/six-progress-ring.js.map +1 -1
  565. package/dist/components/six-radio.d.ts +2 -2
  566. package/dist/components/six-radio.js +129 -125
  567. package/dist/components/six-radio.js.map +1 -1
  568. package/dist/components/six-range.d.ts +2 -2
  569. package/dist/components/six-range.js +243 -225
  570. package/dist/components/six-range.js.map +1 -1
  571. package/dist/components/six-root.d.ts +2 -2
  572. package/dist/components/six-root.js +40 -66
  573. package/dist/components/six-root.js.map +1 -1
  574. package/dist/components/six-search-field.d.ts +2 -2
  575. package/dist/components/six-search-field.js +79 -76
  576. package/dist/components/six-search-field.js.map +1 -1
  577. package/dist/components/six-select.d.ts +2 -2
  578. package/dist/components/six-select.js +754 -471
  579. package/dist/components/six-select.js.map +1 -1
  580. package/dist/components/six-sidebar-item-group.d.ts +2 -2
  581. package/dist/components/six-sidebar-item-group.js +88 -76
  582. package/dist/components/six-sidebar-item-group.js.map +1 -1
  583. package/dist/components/six-sidebar-item.d.ts +2 -2
  584. package/dist/components/six-sidebar-item.js +36 -32
  585. package/dist/components/six-sidebar-item.js.map +1 -1
  586. package/dist/components/six-sidebar.d.ts +2 -2
  587. package/dist/components/six-sidebar.js +200 -197
  588. package/dist/components/six-sidebar.js.map +1 -1
  589. package/dist/components/six-spinner.d.ts +2 -2
  590. package/dist/components/six-spinner2.js +31 -30
  591. package/dist/components/six-spinner2.js.map +1 -1
  592. package/dist/components/six-stage-indicator.d.ts +2 -2
  593. package/dist/components/six-stage-indicator2.js +30 -29
  594. package/dist/components/six-stage-indicator2.js.map +1 -1
  595. package/dist/components/six-switch.d.ts +2 -2
  596. package/dist/components/six-switch.js +141 -136
  597. package/dist/components/six-switch.js.map +1 -1
  598. package/dist/components/six-tab-group.d.ts +2 -2
  599. package/dist/components/six-tab-group.js +271 -242
  600. package/dist/components/six-tab-group.js.map +1 -1
  601. package/dist/components/six-tab-panel.d.ts +2 -2
  602. package/dist/components/six-tab-panel.js +31 -30
  603. package/dist/components/six-tab-panel.js.map +1 -1
  604. package/dist/components/six-tab.d.ts +2 -2
  605. package/dist/components/six-tab.js +86 -85
  606. package/dist/components/six-tab.js.map +1 -1
  607. package/dist/components/six-tag.d.ts +2 -2
  608. package/dist/components/six-tag.js +99 -1
  609. package/dist/components/six-tag.js.map +1 -1
  610. package/dist/components/six-textarea.d.ts +2 -2
  611. package/dist/components/six-textarea.js +235 -228
  612. package/dist/components/six-textarea.js.map +1 -1
  613. package/dist/components/six-tile.d.ts +2 -2
  614. package/dist/components/six-tile.js +118 -117
  615. package/dist/components/six-tile.js.map +1 -1
  616. package/dist/components/six-timepicker.d.ts +2 -2
  617. package/dist/components/six-timepicker2.js +491 -488
  618. package/dist/components/six-timepicker2.js.map +1 -1
  619. package/dist/components/six-tooltip.d.ts +2 -2
  620. package/dist/components/six-tooltip2.js +173 -170
  621. package/dist/components/six-tooltip2.js.map +1 -1
  622. package/dist/components/slot.js +29 -30
  623. package/dist/components/slot.js.map +1 -1
  624. package/dist/components.d.ts +1 -21
  625. package/dist/components.json +840 -245
  626. package/dist/esm/app-globals-0f993ce5.js +5 -0
  627. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  628. package/dist/esm/error-messages-1eaaad23.js +115 -0
  629. package/dist/esm/error-messages-1eaaad23.js.map +1 -0
  630. package/dist/esm/event-listeners-706d4309.js +59 -0
  631. package/dist/esm/event-listeners-706d4309.js.map +1 -0
  632. package/dist/esm/{execution-control-e0892a05.js → execution-control-2ebaf4ef.js} +15 -15
  633. package/dist/esm/{execution-control-e0892a05.js.map → execution-control-2ebaf4ef.js.map} +1 -1
  634. package/dist/esm/focus-visible-d9dbfeef.js +45 -0
  635. package/dist/esm/{focus-visible-fc6ac671.js.map → focus-visible-d9dbfeef.js.map} +1 -1
  636. package/dist/esm/form-4b145b7a.js +18 -0
  637. package/dist/esm/{form-81252534.js.map → form-4b145b7a.js.map} +1 -1
  638. package/dist/esm/form-control-30c5bd8b.js +34 -0
  639. package/dist/esm/form-control-30c5bd8b.js.map +1 -0
  640. package/dist/{cjs/index-900437fc.js → esm/index-5390c1d6.js} +627 -407
  641. package/dist/esm/index-5390c1d6.js.map +1 -0
  642. package/dist/esm/index.js +52 -87
  643. package/dist/esm/index.js.map +1 -1
  644. package/dist/esm/loader.js +6 -4
  645. package/dist/esm/loader.js.map +1 -1
  646. package/dist/esm/modal-6c1288e3.js +33 -0
  647. package/dist/esm/modal-6c1288e3.js.map +1 -0
  648. package/dist/esm/{popover-136d1f73.js → popover-25996e62.js} +99 -99
  649. package/dist/esm/popover-25996e62.js.map +1 -0
  650. package/dist/esm/popup-7209e9d5.js +98 -0
  651. package/dist/esm/popup-7209e9d5.js.map +1 -0
  652. package/dist/esm/scroll-3e16851e.js +64 -0
  653. package/dist/esm/{scroll-774762d6.js.map → scroll-3e16851e.js.map} +1 -1
  654. package/dist/esm/six-alert.entry.js +144 -111
  655. package/dist/esm/six-alert.entry.js.map +1 -1
  656. package/dist/esm/six-avatar.entry.js +23 -22
  657. package/dist/esm/six-avatar.entry.js.map +1 -1
  658. package/dist/esm/six-badge.entry.js +25 -24
  659. package/dist/esm/six-badge.entry.js.map +1 -1
  660. package/dist/esm/six-button.entry.js +98 -96
  661. package/dist/esm/six-button.entry.js.map +1 -1
  662. package/dist/esm/six-card.entry.js +10 -9
  663. package/dist/esm/six-card.entry.js.map +1 -1
  664. package/dist/esm/six-checkbox_2.entry.js +187 -0
  665. package/dist/esm/six-checkbox_2.entry.js.map +1 -0
  666. package/dist/esm/six-datepicker.entry.js +864 -835
  667. package/dist/esm/six-datepicker.entry.js.map +1 -1
  668. package/dist/esm/six-details.entry.js +129 -128
  669. package/dist/esm/six-details.entry.js.map +1 -1
  670. package/dist/esm/six-dialog.entry.js +115 -131
  671. package/dist/esm/six-dialog.entry.js.map +1 -1
  672. package/dist/esm/six-drawer.entry.js +132 -149
  673. package/dist/esm/six-drawer.entry.js.map +1 -1
  674. package/dist/esm/six-dropdown_2.entry.js +722 -639
  675. package/dist/esm/six-dropdown_2.entry.js.map +1 -1
  676. package/dist/esm/six-error-page.entry.js +84 -83
  677. package/dist/esm/six-error-page.entry.js.map +1 -1
  678. package/dist/esm/six-error.entry.js +10 -9
  679. package/dist/esm/six-error.entry.js.map +1 -1
  680. package/dist/esm/six-file-list-item.entry.js +36 -35
  681. package/dist/esm/six-file-list-item.entry.js.map +1 -1
  682. package/dist/esm/six-file-list.entry.js +9 -8
  683. package/dist/esm/six-file-list.entry.js.map +1 -1
  684. package/dist/esm/six-file-upload.entry.js +123 -100
  685. package/dist/esm/six-file-upload.entry.js.map +1 -1
  686. package/dist/esm/six-footer.entry.js +10 -9
  687. package/dist/esm/six-footer.entry.js.map +1 -1
  688. package/dist/esm/six-group-label.entry.js +45 -44
  689. package/dist/esm/six-group-label.entry.js.map +1 -1
  690. package/dist/esm/six-header.entry.js +180 -157
  691. package/dist/esm/six-header.entry.js.map +1 -1
  692. package/dist/esm/six-icon-button.entry.js +34 -33
  693. package/dist/esm/six-icon-button.entry.js.map +1 -1
  694. package/dist/esm/six-icon.entry.js +24 -23
  695. package/dist/esm/six-icon.entry.js.map +1 -1
  696. package/dist/esm/six-input.entry.js +203 -191
  697. package/dist/esm/six-input.entry.js.map +1 -1
  698. package/dist/esm/six-item-picker.entry.js +407 -310
  699. package/dist/esm/six-item-picker.entry.js.map +1 -1
  700. package/dist/esm/six-language-switcher.entry.js +53 -48
  701. package/dist/esm/six-language-switcher.entry.js.map +1 -1
  702. package/dist/esm/six-layout-grid.entry.js +22 -21
  703. package/dist/esm/six-layout-grid.entry.js.map +1 -1
  704. package/dist/esm/six-main-container.entry.js +11 -10
  705. package/dist/esm/six-main-container.entry.js.map +1 -1
  706. package/dist/esm/six-menu-divider.entry.js +10 -9
  707. package/dist/esm/six-menu-divider.entry.js.map +1 -1
  708. package/dist/esm/six-menu-label.entry.js +10 -9
  709. package/dist/esm/six-menu-label.entry.js.map +1 -1
  710. package/dist/esm/six-picto.entry.js +16 -15
  711. package/dist/esm/six-picto.entry.js.map +1 -1
  712. package/dist/esm/six-progress-bar.entry.js +17 -16
  713. package/dist/esm/six-progress-bar.entry.js.map +1 -1
  714. package/dist/esm/six-progress-ring.entry.js +32 -31
  715. package/dist/esm/six-progress-ring.entry.js.map +1 -1
  716. package/dist/esm/six-radio.entry.js +106 -105
  717. package/dist/esm/six-radio.entry.js.map +1 -1
  718. package/dist/esm/six-range.entry.js +200 -189
  719. package/dist/esm/six-range.entry.js.map +1 -1
  720. package/dist/esm/six-root.entry.js +13 -31
  721. package/dist/esm/six-root.entry.js.map +1 -1
  722. package/dist/esm/six-search-field.entry.js +46 -45
  723. package/dist/esm/six-search-field.entry.js.map +1 -1
  724. package/dist/esm/six-select.entry.js +523 -366
  725. package/dist/esm/six-select.entry.js.map +1 -1
  726. package/dist/esm/six-sidebar-item-group.entry.js +58 -47
  727. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -1
  728. package/dist/esm/six-sidebar-item.entry.js +19 -16
  729. package/dist/esm/six-sidebar-item.entry.js.map +1 -1
  730. package/dist/esm/six-sidebar.entry.js +176 -175
  731. package/dist/esm/six-sidebar.entry.js.map +1 -1
  732. package/dist/esm/six-spinner.entry.js +17 -16
  733. package/dist/esm/six-spinner.entry.js.map +1 -1
  734. package/dist/esm/six-stage-indicator.entry.js +19 -0
  735. package/dist/esm/six-stage-indicator.entry.js.map +1 -0
  736. package/dist/esm/six-switch.entry.js +109 -108
  737. package/dist/esm/six-switch.entry.js.map +1 -1
  738. package/dist/esm/six-tab-group.entry.js +242 -216
  739. package/dist/esm/six-tab-group.entry.js.map +1 -1
  740. package/dist/esm/six-tab-panel.entry.js +16 -15
  741. package/dist/esm/six-tab-panel.entry.js.map +1 -1
  742. package/dist/esm/six-tab.entry.js +57 -56
  743. package/dist/esm/six-tab.entry.js.map +1 -1
  744. package/dist/esm/six-tag.entry.js +55 -54
  745. package/dist/esm/six-tag.entry.js.map +1 -1
  746. package/dist/esm/six-textarea.entry.js +183 -182
  747. package/dist/esm/six-textarea.entry.js.map +1 -1
  748. package/dist/esm/six-tile.entry.js +79 -78
  749. package/dist/esm/six-tile.entry.js.map +1 -1
  750. package/dist/esm/six-timepicker.entry.js +351 -350
  751. package/dist/esm/six-timepicker.entry.js.map +1 -1
  752. package/dist/esm/six-tooltip.entry.js +150 -149
  753. package/dist/esm/six-tooltip.entry.js.map +1 -1
  754. package/dist/esm/slot-56531341.js +47 -0
  755. package/dist/esm/slot-56531341.js.map +1 -0
  756. package/dist/esm/types-a07bb999.js +19 -0
  757. package/dist/esm/types-a07bb999.js.map +1 -0
  758. package/dist/esm/ui-library.js +7 -5
  759. package/dist/esm/ui-library.js.map +1 -1
  760. package/dist/types/components/six-alert/six-alert.d.ts +47 -40
  761. package/dist/types/components/six-avatar/six-avatar.d.ts +11 -11
  762. package/dist/types/components/six-badge/six-badge.d.ts +7 -7
  763. package/dist/types/components/six-button/six-button.d.ts +48 -48
  764. package/dist/types/components/six-card/six-card.d.ts +1 -1
  765. package/dist/types/components/six-checkbox/six-checkbox.d.ts +58 -58
  766. package/dist/types/components/six-datepicker/components/day-selection.d.ts +3 -3
  767. package/dist/types/components/six-datepicker/components/month-selection.d.ts +3 -3
  768. package/dist/types/components/six-datepicker/components/year-selection.d.ts +3 -3
  769. package/dist/types/components/six-datepicker/six-date-formats.d.ts +20 -20
  770. package/dist/types/components/six-datepicker/six-datepicker.d.ts +187 -187
  771. package/dist/types/components/six-details/six-details.d.ts +42 -42
  772. package/dist/types/components/six-dialog/six-dialog.d.ts +51 -50
  773. package/dist/types/components/six-drawer/six-drawer.d.ts +58 -58
  774. package/dist/types/components/six-dropdown/six-dropdown.d.ts +131 -112
  775. package/dist/types/components/six-error/six-error.d.ts +1 -1
  776. package/dist/types/components/six-error-page/six-error-page.d.ts +25 -25
  777. package/dist/types/components/six-file-list/six-file-list.d.ts +1 -1
  778. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +23 -23
  779. package/dist/types/components/six-file-upload/six-file-upload.d.ts +43 -33
  780. package/dist/types/components/six-footer/six-footer.d.ts +1 -1
  781. package/dist/types/components/six-group-label/six-group-label.d.ts +22 -22
  782. package/dist/types/components/six-header/six-header.d.ts +61 -55
  783. package/dist/types/components/six-icon/six-icon.d.ts +5 -5
  784. package/dist/types/components/six-icon-button/six-icon-button.d.ts +18 -18
  785. package/dist/types/components/six-input/six-input.d.ts +117 -105
  786. package/dist/types/components/six-item-picker/six-item-picker.d.ts +95 -88
  787. package/dist/types/components/six-item-picker/types.d.ts +7 -7
  788. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +15 -15
  789. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +6 -6
  790. package/dist/types/components/six-main-container/six-main-container.d.ts +4 -4
  791. package/dist/types/components/six-menu/six-menu.d.ts +67 -63
  792. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +1 -1
  793. package/dist/types/components/six-menu-item/six-menu-item.d.ts +27 -21
  794. package/dist/types/components/six-menu-label/six-menu-label.d.ts +1 -1
  795. package/dist/types/components/six-picto/six-picto.d.ts +6 -6
  796. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +5 -5
  797. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +11 -11
  798. package/dist/types/components/six-radio/six-radio.d.ts +38 -38
  799. package/dist/types/components/six-range/six-range.d.ts +77 -75
  800. package/dist/types/components/six-root/six-root.d.ts +8 -21
  801. package/dist/types/components/six-search-field/six-search-field.d.ts +20 -20
  802. package/dist/types/components/six-select/six-select.d.ts +135 -122
  803. package/dist/types/components/six-select/util.d.ts +3 -1
  804. package/dist/types/components/six-sidebar/six-sidebar.d.ts +45 -45
  805. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +12 -7
  806. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +25 -19
  807. package/dist/types/components/six-spinner/six-spinner.d.ts +6 -5
  808. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +3 -3
  809. package/dist/types/components/six-switch/six-switch.d.ts +48 -48
  810. package/dist/types/components/six-tab/six-tab.d.ts +20 -20
  811. package/dist/types/components/six-tab-group/six-tab-group.d.ts +38 -35
  812. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +7 -7
  813. package/dist/types/components/six-tag/six-tag.d.ts +20 -20
  814. package/dist/types/components/six-textarea/six-textarea.d.ts +89 -89
  815. package/dist/types/components/six-tile/six-tile.d.ts +31 -31
  816. package/dist/types/components/six-timepicker/six-timepicker.d.ts +152 -152
  817. package/dist/types/components/six-tooltip/six-tooltip.d.ts +55 -55
  818. package/dist/types/components.d.ts +511 -51
  819. package/dist/types/functional-components/form-control/form-control.d.ts +32 -32
  820. package/dist/types/index.d.ts +1 -0
  821. package/dist/types/stencil-public-runtime.d.ts +34 -3
  822. package/dist/types/types.d.ts +1 -0
  823. package/dist/types/utils/alert.d.ts +10 -0
  824. package/dist/types/utils/date-util.d.ts +58 -50
  825. package/dist/types/utils/error-messages.d.ts +27 -25
  826. package/dist/types/utils/event-listeners.d.ts +11 -11
  827. package/dist/types/utils/focus-visible.d.ts +2 -2
  828. package/dist/types/utils/modal.d.ts +8 -8
  829. package/dist/types/utils/offset.d.ts +2 -2
  830. package/dist/types/utils/popover.d.ts +21 -21
  831. package/dist/types/utils/slot.d.ts +0 -1
  832. package/dist/types/utils/time.util.d.ts +6 -6
  833. package/dist/types/utils/types.d.ts +1 -1
  834. package/dist/ui-library/assets/TRADEMARKS.md +3 -3
  835. package/dist/ui-library/index.esm.js +1 -1
  836. package/dist/ui-library/index.esm.js.map +1 -1
  837. package/dist/ui-library/p-030fa1fa.entry.js +2 -0
  838. package/dist/ui-library/p-030fa1fa.entry.js.map +1 -0
  839. package/dist/ui-library/p-037afc74.entry.js +2 -0
  840. package/dist/ui-library/p-037afc74.entry.js.map +1 -0
  841. package/dist/ui-library/p-047d02ad.entry.js +2 -0
  842. package/dist/ui-library/p-047d02ad.entry.js.map +1 -0
  843. package/dist/ui-library/p-049c8910.entry.js +2 -0
  844. package/dist/ui-library/p-049c8910.entry.js.map +1 -0
  845. package/dist/ui-library/p-05eb1bab.js +3 -0
  846. package/dist/ui-library/p-05eb1bab.js.map +1 -0
  847. package/dist/ui-library/{p-5654e4c7.js → p-06ba4450.js} +1 -1
  848. package/dist/ui-library/p-06ba653e.entry.js +2 -0
  849. package/dist/ui-library/p-06ba653e.entry.js.map +1 -0
  850. package/dist/ui-library/p-07c8de65.entry.js +2 -0
  851. package/dist/ui-library/p-07c8de65.entry.js.map +1 -0
  852. package/dist/ui-library/p-0c129b61.entry.js +2 -0
  853. package/dist/ui-library/p-0c129b61.entry.js.map +1 -0
  854. package/dist/ui-library/p-0cebf1d2.js +2 -0
  855. package/dist/ui-library/p-0cebf1d2.js.map +1 -0
  856. package/dist/ui-library/p-11344bb8.entry.js +2 -0
  857. package/dist/ui-library/p-11344bb8.entry.js.map +1 -0
  858. package/dist/ui-library/p-14e5fccc.entry.js +2 -0
  859. package/dist/ui-library/p-14e5fccc.entry.js.map +1 -0
  860. package/dist/ui-library/p-189602e4.entry.js +2 -0
  861. package/dist/ui-library/p-189602e4.entry.js.map +1 -0
  862. package/dist/ui-library/p-18b9189f.entry.js +2 -0
  863. package/dist/ui-library/p-18b9189f.entry.js.map +1 -0
  864. package/dist/ui-library/p-1adc26f2.entry.js +2 -0
  865. package/dist/ui-library/p-1adc26f2.entry.js.map +1 -0
  866. package/dist/ui-library/p-2386627e.entry.js +2 -0
  867. package/dist/ui-library/p-2386627e.entry.js.map +1 -0
  868. package/dist/ui-library/p-32e421a3.entry.js +2 -0
  869. package/dist/ui-library/p-32e421a3.entry.js.map +1 -0
  870. package/dist/ui-library/p-347e568f.entry.js +2 -0
  871. package/dist/ui-library/p-347e568f.entry.js.map +1 -0
  872. package/dist/ui-library/p-36d5f98a.entry.js +2 -0
  873. package/dist/ui-library/p-36d5f98a.entry.js.map +1 -0
  874. package/dist/ui-library/p-37433242.entry.js +2 -0
  875. package/dist/ui-library/p-37433242.entry.js.map +1 -0
  876. package/dist/ui-library/p-3b5a76ea.entry.js +2 -0
  877. package/dist/ui-library/p-3b5a76ea.entry.js.map +1 -0
  878. package/dist/ui-library/p-416b0439.entry.js +2 -0
  879. package/dist/ui-library/p-416b0439.entry.js.map +1 -0
  880. package/dist/ui-library/p-419ed003.entry.js +2 -0
  881. package/dist/ui-library/p-419ed003.entry.js.map +1 -0
  882. package/dist/ui-library/p-4963f03c.entry.js +2 -0
  883. package/dist/ui-library/p-4963f03c.entry.js.map +1 -0
  884. package/dist/ui-library/p-4bc7bbdb.entry.js +2 -0
  885. package/dist/ui-library/p-4bc7bbdb.entry.js.map +1 -0
  886. package/dist/ui-library/p-4d89932f.entry.js +2 -0
  887. package/dist/ui-library/p-4d89932f.entry.js.map +1 -0
  888. package/dist/ui-library/{p-e5020f0d.js → p-605bdd81.js} +2 -2
  889. package/dist/ui-library/p-63acceb6.entry.js +2 -0
  890. package/dist/ui-library/p-63acceb6.entry.js.map +1 -0
  891. package/dist/ui-library/p-63ee5e7e.entry.js +2 -0
  892. package/dist/ui-library/p-63ee5e7e.entry.js.map +1 -0
  893. package/dist/ui-library/p-651293e7.js +2 -0
  894. package/dist/ui-library/p-651293e7.js.map +1 -0
  895. package/dist/ui-library/p-6b40c40c.entry.js +2 -0
  896. package/dist/ui-library/p-6b40c40c.entry.js.map +1 -0
  897. package/dist/ui-library/p-6f9153be.entry.js +2 -0
  898. package/dist/ui-library/p-6f9153be.entry.js.map +1 -0
  899. package/dist/ui-library/p-7bdd1116.entry.js +2 -0
  900. package/dist/ui-library/p-7bdd1116.entry.js.map +1 -0
  901. package/dist/ui-library/p-7c18b8ca.entry.js +2 -0
  902. package/dist/ui-library/p-7c18b8ca.entry.js.map +1 -0
  903. package/dist/ui-library/{p-0fdb185d.js → p-7f856f00.js} +1 -1
  904. package/dist/ui-library/{p-052aa8d3.js → p-8227aaed.js} +1 -1
  905. package/dist/ui-library/{p-8c0971e0.js → p-842b492e.js} +1 -1
  906. package/dist/ui-library/{p-0f510624.js → p-862d474e.js} +1 -1
  907. package/dist/ui-library/p-862d474e.js.map +1 -0
  908. package/dist/ui-library/{p-7d95def3.js → p-8bfb4bfc.js} +1 -1
  909. package/dist/ui-library/{p-13b43e04.entry.js → p-8f1d3461.entry.js} +2 -2
  910. package/dist/ui-library/p-8f1d3461.entry.js.map +1 -0
  911. package/dist/ui-library/p-96d441e9.entry.js +2 -0
  912. package/dist/ui-library/p-96d441e9.entry.js.map +1 -0
  913. package/dist/ui-library/p-99f6fe01.entry.js +2 -0
  914. package/dist/ui-library/p-99f6fe01.entry.js.map +1 -0
  915. package/dist/ui-library/p-9cb83369.entry.js +2 -0
  916. package/dist/ui-library/p-9cb83369.entry.js.map +1 -0
  917. package/dist/ui-library/{p-698bb2c8.js → p-a1502802.js} +1 -1
  918. package/dist/ui-library/p-a398e3eb.entry.js +2 -0
  919. package/dist/ui-library/p-a398e3eb.entry.js.map +1 -0
  920. package/dist/ui-library/p-a9e009af.entry.js +2 -0
  921. package/dist/ui-library/p-a9e009af.entry.js.map +1 -0
  922. package/dist/ui-library/p-b335ed9c.entry.js +2 -0
  923. package/dist/ui-library/p-b335ed9c.entry.js.map +1 -0
  924. package/dist/ui-library/p-b5acf54d.entry.js +2 -0
  925. package/dist/ui-library/p-b5acf54d.entry.js.map +1 -0
  926. package/dist/ui-library/p-b60c20aa.entry.js +2 -0
  927. package/dist/ui-library/p-b60c20aa.entry.js.map +1 -0
  928. package/dist/ui-library/p-b7c68f74.entry.js +2 -0
  929. package/dist/ui-library/p-b7c68f74.entry.js.map +1 -0
  930. package/dist/ui-library/p-c62893e5.entry.js +2 -0
  931. package/dist/ui-library/p-c62893e5.entry.js.map +1 -0
  932. package/dist/ui-library/p-c6464bfe.entry.js +2 -0
  933. package/dist/ui-library/p-c6464bfe.entry.js.map +1 -0
  934. package/dist/ui-library/p-cf109cbf.entry.js +2 -0
  935. package/dist/ui-library/p-cf109cbf.entry.js.map +1 -0
  936. package/dist/ui-library/p-d1a2f84b.entry.js +2 -0
  937. package/dist/ui-library/p-d1a2f84b.entry.js.map +1 -0
  938. package/dist/ui-library/p-d42f1ea9.entry.js +2 -0
  939. package/dist/ui-library/p-d42f1ea9.entry.js.map +1 -0
  940. package/dist/ui-library/p-d88b9c16.entry.js +2 -0
  941. package/dist/ui-library/p-d88b9c16.entry.js.map +1 -0
  942. package/dist/ui-library/p-d9586999.entry.js +2 -0
  943. package/dist/ui-library/p-d9586999.entry.js.map +1 -0
  944. package/dist/ui-library/p-e080d5b6.js +2 -0
  945. package/dist/ui-library/p-e080d5b6.js.map +1 -0
  946. package/dist/ui-library/p-e1255160.js +2 -0
  947. package/dist/ui-library/p-e1255160.js.map +1 -0
  948. package/dist/ui-library/p-e14d78e9.entry.js +2 -0
  949. package/dist/ui-library/p-e14d78e9.entry.js.map +1 -0
  950. package/dist/ui-library/p-e9b8ad98.entry.js +2 -0
  951. package/dist/ui-library/p-e9b8ad98.entry.js.map +1 -0
  952. package/dist/ui-library/p-ebbe9bdc.entry.js +2 -0
  953. package/dist/ui-library/p-ebbe9bdc.entry.js.map +1 -0
  954. package/dist/ui-library/p-f136a6b2.js +2 -0
  955. package/dist/ui-library/p-f136a6b2.js.map +1 -0
  956. package/dist/ui-library/p-fe89a7c4.entry.js +2 -0
  957. package/dist/ui-library/p-fe89a7c4.entry.js.map +1 -0
  958. package/dist/ui-library/ui-library.css +1 -10
  959. package/dist/ui-library/ui-library.esm.js +1 -1
  960. package/dist/ui-library/ui-library.esm.js.map +1 -1
  961. package/package.json +19 -20
  962. package/dist/cjs/event-listeners-fdfe838c.js +0 -61
  963. package/dist/cjs/event-listeners-fdfe838c.js.map +0 -1
  964. package/dist/cjs/focus-visible-ae2470dd.js +0 -47
  965. package/dist/cjs/form-2df8c5bb.js +0 -20
  966. package/dist/cjs/form-control-9769b310.js +0 -36
  967. package/dist/cjs/form-control-9769b310.js.map +0 -1
  968. package/dist/cjs/index-900437fc.js.map +0 -1
  969. package/dist/cjs/modal-d5f074c7.js +0 -52
  970. package/dist/cjs/modal-d5f074c7.js.map +0 -1
  971. package/dist/cjs/popover-2df7e154.js.map +0 -1
  972. package/dist/cjs/popup-f1d9910f.js +0 -103
  973. package/dist/cjs/popup-f1d9910f.js.map +0 -1
  974. package/dist/cjs/scroll-2c4200dc.js +0 -68
  975. package/dist/cjs/set-attributes_2.cjs.entry.js +0 -73
  976. package/dist/cjs/set-attributes_2.cjs.entry.js.map +0 -1
  977. package/dist/cjs/six-checkbox.cjs.entry.js +0 -127
  978. package/dist/cjs/six-checkbox.cjs.entry.js.map +0 -1
  979. package/dist/cjs/six-menu-item.cjs.entry.js +0 -63
  980. package/dist/cjs/six-menu-item.cjs.entry.js.map +0 -1
  981. package/dist/cjs/slot-6e6a400f.js +0 -53
  982. package/dist/cjs/slot-6e6a400f.js.map +0 -1
  983. package/dist/cjs/types-47199040.js +0 -17
  984. package/dist/cjs/types-47199040.js.map +0 -1
  985. package/dist/collection/components/six-header/assets/six-logo.svg +0 -1
  986. package/dist/collection/components/six-header/test/six-header.spec.js +0 -133
  987. package/dist/collection/components/six-header/test/six-header.spec.js.map +0 -1
  988. package/dist/collection/utils/support.js +0 -16
  989. package/dist/collection/utils/support.js.map +0 -1
  990. package/dist/collection/wrappers/set-attributes/set-attributes.js +0 -74
  991. package/dist/collection/wrappers/set-attributes/set-attributes.js.map +0 -1
  992. package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js +0 -16
  993. package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js.map +0 -1
  994. package/dist/components/set-attributes.d.ts +0 -11
  995. package/dist/components/set-attributes.js +0 -8
  996. package/dist/components/set-attributes.js.map +0 -1
  997. package/dist/components/set-attributes2.js +0 -71
  998. package/dist/components/set-attributes2.js.map +0 -1
  999. package/dist/components/six-tag2.js +0 -102
  1000. package/dist/components/six-tag2.js.map +0 -1
  1001. package/dist/esm/event-listeners-f6e5b0ab.js +0 -59
  1002. package/dist/esm/event-listeners-f6e5b0ab.js.map +0 -1
  1003. package/dist/esm/focus-visible-fc6ac671.js +0 -45
  1004. package/dist/esm/form-81252534.js +0 -18
  1005. package/dist/esm/form-control-b0febe88.js +0 -34
  1006. package/dist/esm/form-control-b0febe88.js.map +0 -1
  1007. package/dist/esm/index-8a74f992.js.map +0 -1
  1008. package/dist/esm/modal-7d32e141.js +0 -49
  1009. package/dist/esm/modal-7d32e141.js.map +0 -1
  1010. package/dist/esm/popover-136d1f73.js.map +0 -1
  1011. package/dist/esm/popup-7f89a001.js +0 -98
  1012. package/dist/esm/popup-7f89a001.js.map +0 -1
  1013. package/dist/esm/scroll-774762d6.js +0 -64
  1014. package/dist/esm/set-attributes_2.entry.js +0 -68
  1015. package/dist/esm/set-attributes_2.entry.js.map +0 -1
  1016. package/dist/esm/six-checkbox.entry.js +0 -123
  1017. package/dist/esm/six-checkbox.entry.js.map +0 -1
  1018. package/dist/esm/six-menu-item.entry.js +0 -59
  1019. package/dist/esm/six-menu-item.entry.js.map +0 -1
  1020. package/dist/esm/slot-ad36df3a.js +0 -48
  1021. package/dist/esm/slot-ad36df3a.js.map +0 -1
  1022. package/dist/esm/types-59b455aa.js +0 -17
  1023. package/dist/esm/types-59b455aa.js.map +0 -1
  1024. package/dist/types/utils/support.d.ts +0 -1
  1025. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +0 -9
  1026. package/dist/ui-library/assets/six-logo.svg +0 -1
  1027. package/dist/ui-library/p-0f510624.js.map +0 -1
  1028. package/dist/ui-library/p-13b43e04.entry.js.map +0 -1
  1029. package/dist/ui-library/p-14c1ec31.entry.js +0 -2
  1030. package/dist/ui-library/p-14c1ec31.entry.js.map +0 -1
  1031. package/dist/ui-library/p-15559d38.js +0 -2
  1032. package/dist/ui-library/p-15559d38.js.map +0 -1
  1033. package/dist/ui-library/p-1d5ee1a0.entry.js +0 -2
  1034. package/dist/ui-library/p-1d5ee1a0.entry.js.map +0 -1
  1035. package/dist/ui-library/p-22c9b8c3.entry.js +0 -2
  1036. package/dist/ui-library/p-22c9b8c3.entry.js.map +0 -1
  1037. package/dist/ui-library/p-25bb1752.entry.js +0 -2
  1038. package/dist/ui-library/p-25bb1752.entry.js.map +0 -1
  1039. package/dist/ui-library/p-264d4ea8.entry.js +0 -2
  1040. package/dist/ui-library/p-264d4ea8.entry.js.map +0 -1
  1041. package/dist/ui-library/p-346f9557.entry.js +0 -2
  1042. package/dist/ui-library/p-346f9557.entry.js.map +0 -1
  1043. package/dist/ui-library/p-37557787.entry.js +0 -2
  1044. package/dist/ui-library/p-37557787.entry.js.map +0 -1
  1045. package/dist/ui-library/p-3cc5addb.entry.js +0 -2
  1046. package/dist/ui-library/p-3cc5addb.entry.js.map +0 -1
  1047. package/dist/ui-library/p-3f1a5ecb.entry.js +0 -2
  1048. package/dist/ui-library/p-3f1a5ecb.entry.js.map +0 -1
  1049. package/dist/ui-library/p-411ed539.entry.js +0 -2
  1050. package/dist/ui-library/p-411ed539.entry.js.map +0 -1
  1051. package/dist/ui-library/p-4435ff73.entry.js +0 -2
  1052. package/dist/ui-library/p-4435ff73.entry.js.map +0 -1
  1053. package/dist/ui-library/p-538f3c50.entry.js +0 -2
  1054. package/dist/ui-library/p-538f3c50.entry.js.map +0 -1
  1055. package/dist/ui-library/p-5800663b.entry.js +0 -2
  1056. package/dist/ui-library/p-5800663b.entry.js.map +0 -1
  1057. package/dist/ui-library/p-59210f0b.js +0 -2
  1058. package/dist/ui-library/p-59210f0b.js.map +0 -1
  1059. package/dist/ui-library/p-5af44076.entry.js +0 -2
  1060. package/dist/ui-library/p-5af44076.entry.js.map +0 -1
  1061. package/dist/ui-library/p-5ba3a0fe.entry.js +0 -2
  1062. package/dist/ui-library/p-5ba3a0fe.entry.js.map +0 -1
  1063. package/dist/ui-library/p-613283a7.entry.js +0 -2
  1064. package/dist/ui-library/p-613283a7.entry.js.map +0 -1
  1065. package/dist/ui-library/p-6153045b.js +0 -3
  1066. package/dist/ui-library/p-6153045b.js.map +0 -1
  1067. package/dist/ui-library/p-6197fe2f.entry.js +0 -2
  1068. package/dist/ui-library/p-6197fe2f.entry.js.map +0 -1
  1069. package/dist/ui-library/p-658d9f79.entry.js +0 -2
  1070. package/dist/ui-library/p-658d9f79.entry.js.map +0 -1
  1071. package/dist/ui-library/p-66fe54b3.entry.js +0 -2
  1072. package/dist/ui-library/p-66fe54b3.entry.js.map +0 -1
  1073. package/dist/ui-library/p-724875b0.entry.js +0 -2
  1074. package/dist/ui-library/p-724875b0.entry.js.map +0 -1
  1075. package/dist/ui-library/p-7afafb9d.entry.js +0 -2
  1076. package/dist/ui-library/p-7afafb9d.entry.js.map +0 -1
  1077. package/dist/ui-library/p-7e3ad38a.entry.js +0 -2
  1078. package/dist/ui-library/p-7e3ad38a.entry.js.map +0 -1
  1079. package/dist/ui-library/p-878226a0.entry.js +0 -2
  1080. package/dist/ui-library/p-878226a0.entry.js.map +0 -1
  1081. package/dist/ui-library/p-91b51800.entry.js +0 -2
  1082. package/dist/ui-library/p-91b51800.entry.js.map +0 -1
  1083. package/dist/ui-library/p-95fbdd0b.entry.js +0 -2
  1084. package/dist/ui-library/p-95fbdd0b.entry.js.map +0 -1
  1085. package/dist/ui-library/p-9ace84c7.js +0 -2
  1086. package/dist/ui-library/p-9ace84c7.js.map +0 -1
  1087. package/dist/ui-library/p-9b354f5d.entry.js +0 -2
  1088. package/dist/ui-library/p-9b354f5d.entry.js.map +0 -1
  1089. package/dist/ui-library/p-9c1be3fb.entry.js +0 -2
  1090. package/dist/ui-library/p-9c1be3fb.entry.js.map +0 -1
  1091. package/dist/ui-library/p-a0f290d0.entry.js +0 -2
  1092. package/dist/ui-library/p-a0f290d0.entry.js.map +0 -1
  1093. package/dist/ui-library/p-a2035543.entry.js +0 -2
  1094. package/dist/ui-library/p-a2035543.entry.js.map +0 -1
  1095. package/dist/ui-library/p-a457fee8.entry.js +0 -2
  1096. package/dist/ui-library/p-a457fee8.entry.js.map +0 -1
  1097. package/dist/ui-library/p-a55c7258.entry.js +0 -2
  1098. package/dist/ui-library/p-a55c7258.entry.js.map +0 -1
  1099. package/dist/ui-library/p-a6a9ee96.entry.js +0 -2
  1100. package/dist/ui-library/p-a6a9ee96.entry.js.map +0 -1
  1101. package/dist/ui-library/p-ab91c2a9.entry.js +0 -2
  1102. package/dist/ui-library/p-ab91c2a9.entry.js.map +0 -1
  1103. package/dist/ui-library/p-ac099e6b.entry.js +0 -2
  1104. package/dist/ui-library/p-ac099e6b.entry.js.map +0 -1
  1105. package/dist/ui-library/p-ae601a0f.entry.js +0 -2
  1106. package/dist/ui-library/p-ae601a0f.entry.js.map +0 -1
  1107. package/dist/ui-library/p-b351f889.entry.js +0 -2
  1108. package/dist/ui-library/p-b351f889.entry.js.map +0 -1
  1109. package/dist/ui-library/p-b57afbe4.entry.js +0 -2
  1110. package/dist/ui-library/p-b57afbe4.entry.js.map +0 -1
  1111. package/dist/ui-library/p-b6f47c9d.entry.js +0 -2
  1112. package/dist/ui-library/p-b6f47c9d.entry.js.map +0 -1
  1113. package/dist/ui-library/p-c03ebf7d.entry.js +0 -2
  1114. package/dist/ui-library/p-c03ebf7d.entry.js.map +0 -1
  1115. package/dist/ui-library/p-cba69e9d.entry.js +0 -2
  1116. package/dist/ui-library/p-cba69e9d.entry.js.map +0 -1
  1117. package/dist/ui-library/p-cd67da3d.entry.js +0 -2
  1118. package/dist/ui-library/p-cd67da3d.entry.js.map +0 -1
  1119. package/dist/ui-library/p-cdaed936.entry.js +0 -2
  1120. package/dist/ui-library/p-cdaed936.entry.js.map +0 -1
  1121. package/dist/ui-library/p-d1bda563.entry.js +0 -2
  1122. package/dist/ui-library/p-d1bda563.entry.js.map +0 -1
  1123. package/dist/ui-library/p-db34a6cc.entry.js +0 -2
  1124. package/dist/ui-library/p-db34a6cc.entry.js.map +0 -1
  1125. package/dist/ui-library/p-db936ad7.entry.js +0 -2
  1126. package/dist/ui-library/p-db936ad7.entry.js.map +0 -1
  1127. package/dist/ui-library/p-dc4f41d8.entry.js +0 -2
  1128. package/dist/ui-library/p-dc4f41d8.entry.js.map +0 -1
  1129. package/dist/ui-library/p-dfed33c5.entry.js +0 -2
  1130. package/dist/ui-library/p-dfed33c5.entry.js.map +0 -1
  1131. package/dist/ui-library/p-e775dcb4.entry.js +0 -2
  1132. package/dist/ui-library/p-e775dcb4.entry.js.map +0 -1
  1133. package/dist/ui-library/p-ee950ce2.entry.js +0 -2
  1134. package/dist/ui-library/p-ee950ce2.entry.js.map +0 -1
  1135. package/dist/ui-library/p-f1dc3a88.entry.js +0 -2
  1136. package/dist/ui-library/p-f1dc3a88.entry.js.map +0 -1
  1137. /package/dist/ui-library/{p-5654e4c7.js.map → p-06ba4450.js.map} +0 -0
  1138. /package/dist/ui-library/{p-e5020f0d.js.map → p-605bdd81.js.map} +0 -0
  1139. /package/dist/ui-library/{p-0fdb185d.js.map → p-7f856f00.js.map} +0 -0
  1140. /package/dist/ui-library/{p-052aa8d3.js.map → p-8227aaed.js.map} +0 -0
  1141. /package/dist/ui-library/{p-8c0971e0.js.map → p-842b492e.js.map} +0 -0
  1142. /package/dist/ui-library/{p-7d95def3.js.map → p-8bfb4bfc.js.map} +0 -0
  1143. /package/dist/ui-library/{p-698bb2c8.js.map → p-a1502802.js.map} +0 -0
@@ -1 +1 @@
1
- {"file":"six-group-label.entry.js","mappings":";;;;AAAA,MAAM,gBAAgB,GAAG,s6EAAs6E;;ACI/7E,IAAI,EAAE,GAAG,CAAC,CAAC;MAoBE,aAAa;;;IAChB,mBAAc,GAAG,SAAS,EAAE,EAAE,EAAE,CAAC;IACjC,YAAO,GAAG,eAAe,EAAE,EAAE,CAAC;IAC9B,eAAU,GAAG,mBAAmB,EAAE,EAAE,CAAC;IAwCrC,qBAAgB,GAAG;MACzB,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;MAChD,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;KACxD,CAAC;2BAvCyB,KAAK;wBACR,KAAK;gBAGiC,QAAQ;iBAGtD,EAAE;oBAGC,EAAE;oBAGe,KAAK;oBAGtB,KAAK;;EAIxB,iBAAiB;IACf,IAAI,CAAC,gBAAgB,EAAE,CAAC;GACzB;EAED,iBAAiB;;IACf,MAAA,IAAI,CAAC,IAAI,CAAC,UAAU,0CAAE,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;GAC7E;EAED,iBAAiB;IACf,IAAI,CAAC,gBAAgB,EAAE,CAAC;GACzB;EAED,oBAAoB;;IAClB,MAAA,IAAI,CAAC,IAAI,CAAC,UAAU,0CAAE,mBAAmB,CAAC,YAAY,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;GAChF;EAOD,MAAM;IACJ,QACE,EAAC,WAAW,IACV,OAAO,EAAE,IAAI,CAAC,cAAc,EAC5B,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,UAAU,EAAE,IAAI,CAAC,UAAU,EAC3B,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,eAAe,EAAE,IAAI,CAAC,eAAe,EACrC,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAEvB,eAAa,CACD,EACd;GACH;;;;;;;;;;;","names":[],"sources":["src/components/six-group-label/six-group-label.scss?tag=six-group-label&encapsulation=shadow","src/components/six-group-label/six-group-label.tsx"],"sourcesContent":["@import 'src/global/component';\n@import '../../functional-components/form-control/form-control';\n\n:host {\n display: block;\n}\n","import { Component, Element, h, Prop, State, Watch } from '@stencil/core';\nimport FormControl from '../../functional-components/form-control/form-control';\nimport { hasSlot } from '../../utils/slot';\n\nlet id = 0;\n\n/**\n * @since 1.1\n * @status stable\n *\n * @slot label - The wrapped component's label. Alternatively, you can use the label prop.\n * @slot help-text - Help text that describes how to use the input.\n * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.\n *\n * @part base - The component's base wrapper.\n * @part form-control - The form control that wraps the label, textarea, and help text.\n * @part label - The label of wrapped component.\n * @part help-text - The help text of the wrapped component.\n */\n@Component({\n tag: 'six-group-label',\n styleUrl: 'six-group-label.scss',\n shadow: true,\n})\nexport class SixGroupLabel {\n private wrapperLabelId = `label-${++id}`;\n private labelId = `label-label-${id}`;\n private helpTextId = `label-help-text-${id}`;\n\n @Element() host!: HTMLSixGroupLabelElement;\n\n @State() hasHelpTextSlot = false;\n @State() hasLabelSlot = false;\n\n /** The label's size. */\n @Prop({ reflect: true }) size: 'small' | 'medium' | 'large' = 'medium';\n\n /** The wrapper label's label. Alternatively, you can use the label slot. */\n @Prop() label = '';\n\n /** The wrapper label's help text. Alternatively, you can use the help-text slot. */\n @Prop() helpText = '';\n\n /** Set to true to disable the label. */\n @Prop({ reflect: true }) disabled = false;\n\n /** Set to true to show an asterisk beneath the label. */\n @Prop() required = false;\n\n @Watch('helpText')\n @Watch('label')\n handleLabelChange() {\n this.handleSlotChange();\n }\n\n connectedCallback() {\n this.host.shadowRoot?.addEventListener('slotchange', this.handleSlotChange);\n }\n\n componentWillLoad() {\n this.handleSlotChange();\n }\n\n disconnectedCallback() {\n this.host.shadowRoot?.removeEventListener('slotchange', this.handleSlotChange);\n }\n\n private handleSlotChange = () => {\n this.hasLabelSlot = hasSlot(this.host, 'label');\n this.hasHelpTextSlot = hasSlot(this.host, 'help-text');\n };\n\n render() {\n return (\n <FormControl\n inputId={this.wrapperLabelId}\n label={this.label}\n labelId={this.labelId}\n hasLabelSlot={this.hasLabelSlot}\n helpTextId={this.helpTextId}\n helpText={this.helpText}\n hasHelpTextSlot={this.hasHelpTextSlot}\n size={this.size}\n disabled={this.disabled}\n required={this.required}\n >\n <slot></slot>\n </FormControl>\n );\n }\n}\n"],"version":3}
1
+ {"file":"six-group-label.entry.js","mappings":";;;;AAAA,MAAM,gBAAgB,GAAG,y/EAAy/E,CAAC;AACnhF,4BAAe,gBAAgB;;ACG/B,IAAI,EAAE,GAAG,CAAC,CAAC;MAoBE,aAAa;;;QAChB,mBAAc,GAAG,SAAS,EAAE,EAAE,EAAE,CAAC;QACjC,YAAO,GAAG,eAAe,EAAE,EAAE,CAAC;QAC9B,eAAU,GAAG,mBAAmB,EAAE,EAAE,CAAC;QAwCrC,qBAAgB,GAAG;YACzB,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;YAChD,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;SACxD,CAAC;+BAvCyB,KAAK;4BACR,KAAK;oBAGiC,QAAQ;qBAGtD,EAAE;wBAGC,EAAE;wBAGe,KAAK;wBAGtB,KAAK;;IAIxB,iBAAiB;QACf,IAAI,CAAC,gBAAgB,EAAE,CAAC;KACzB;IAED,iBAAiB;;QACf,MAAA,IAAI,CAAC,IAAI,CAAC,UAAU,0CAAE,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;KAC7E;IAED,iBAAiB;QACf,IAAI,CAAC,gBAAgB,EAAE,CAAC;KACzB;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,IAAI,CAAC,UAAU,0CAAE,mBAAmB,CAAC,YAAY,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;KAChF;IAOD,MAAM;QACJ,QACE,EAAC,WAAW,qDACV,OAAO,EAAE,IAAI,CAAC,cAAc,EAC5B,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,UAAU,EAAE,IAAI,CAAC,UAAU,EAC3B,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,eAAe,EAAE,IAAI,CAAC,eAAe,EACrC,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAEvB,8DAAa,CACD,EACd;KACH;;;;;;;;;;;","names":[],"sources":["src/components/six-group-label/six-group-label.scss?tag=six-group-label&encapsulation=shadow","src/components/six-group-label/six-group-label.tsx"],"sourcesContent":["@import 'src/global/component';\n@import '../../functional-components/form-control/form-control';\n\n:host {\n display: block;\n}\n","import { Component, Element, h, Prop, State, Watch } from '@stencil/core';\nimport FormControl from '../../functional-components/form-control/form-control';\nimport { hasSlot } from '../../utils/slot';\n\nlet id = 0;\n\n/**\n * @since 1.1\n * @status stable\n *\n * @slot label - The wrapped component's label. Alternatively, you can use the label prop.\n * @slot help-text - Help text that describes how to use the input.\n * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.\n *\n * @part base - The component's base wrapper.\n * @part form-control - The form control that wraps the label, textarea, and help text.\n * @part label - The label of wrapped component.\n * @part help-text - The help text of the wrapped component.\n */\n@Component({\n tag: 'six-group-label',\n styleUrl: 'six-group-label.scss',\n shadow: true,\n})\nexport class SixGroupLabel {\n private wrapperLabelId = `label-${++id}`;\n private labelId = `label-label-${id}`;\n private helpTextId = `label-help-text-${id}`;\n\n @Element() host!: HTMLSixGroupLabelElement;\n\n @State() hasHelpTextSlot = false;\n @State() hasLabelSlot = false;\n\n /** The label's size. */\n @Prop({ reflect: true }) size: 'small' | 'medium' | 'large' = 'medium';\n\n /** The wrapper label's label. Alternatively, you can use the label slot. */\n @Prop() label = '';\n\n /** The wrapper label's help text. Alternatively, you can use the help-text slot. */\n @Prop() helpText = '';\n\n /** Set to true to disable the label. */\n @Prop({ reflect: true }) disabled = false;\n\n /** Set to true to show an asterisk beneath the label. */\n @Prop() required = false;\n\n @Watch('helpText')\n @Watch('label')\n handleLabelChange() {\n this.handleSlotChange();\n }\n\n connectedCallback() {\n this.host.shadowRoot?.addEventListener('slotchange', this.handleSlotChange);\n }\n\n componentWillLoad() {\n this.handleSlotChange();\n }\n\n disconnectedCallback() {\n this.host.shadowRoot?.removeEventListener('slotchange', this.handleSlotChange);\n }\n\n private handleSlotChange = () => {\n this.hasLabelSlot = hasSlot(this.host, 'label');\n this.hasHelpTextSlot = hasSlot(this.host, 'help-text');\n };\n\n render() {\n return (\n <FormControl\n inputId={this.wrapperLabelId}\n label={this.label}\n labelId={this.labelId}\n hasLabelSlot={this.hasLabelSlot}\n helpTextId={this.helpTextId}\n helpText={this.helpText}\n hasHelpTextSlot={this.hasHelpTextSlot}\n size={this.size}\n disabled={this.disabled}\n required={this.required}\n >\n <slot></slot>\n </FormControl>\n );\n }\n}\n"],"version":3}
@@ -1,177 +1,200 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-8a74f992.js';
2
- import { E as EventListeners } from './event-listeners-f6e5b0ab.js';
3
- import { g as getSlot, h as hasSlot } from './slot-ad36df3a.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5390c1d6.js';
2
+ import { E as EventListeners } from './event-listeners-706d4309.js';
3
+ import { g as getSlot, h as hasSlot } from './slot-56531341.js';
4
4
 
5
- const sixHeaderCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:inherit}:host{display:block;user-select:none;--search-border-width:1px}::slotted(six-search-field){position:absolute;margin-left:var(--search-border-width);width:calc(100% - 2 * var(--search-border-width))}.six-header{display:flex;width:100%;height:3.75rem;background-color:var(--six-header-background-color);align-items:center;flex-wrap:wrap;box-shadow:var(--six-shadow-x-large);border-bottom:var(--six-header-border-with) solid var(--six-header-border-color)}.six-header__logo{width:6rem;margin-top:0.15rem}.six-header__logo--clickable{cursor:pointer}.six-header__placeholder{flex:1}.six-header__menu,.six-header__logo,.six-header__custom,.six-header__search,.six-header__notification,.six-header__app-switcher,.six-header__profile{height:calc(100% - 0.25rem - 1px);padding:0 1.25rem;display:flex;align-items:center;border-bottom:solid 0.25rem transparent}.six-header__menu--open,.six-header__logo--open,.six-header__custom--open,.six-header__search--open,.six-header__notification--open,.six-header__app-switcher--open,.six-header__profile--open{border-bottom:solid 0.25rem var(--six-header-border-color-open)}.six-header__selected-app{cursor:pointer;font-size:0.9rem;font-weight:600;padding-right:0;padding-left:0.3rem}.six-header__selected-app:hover{color:var(--six-header-selected-app-color-hover)}.six-header__search-field{opacity:0;transform:scale(0.9);transition:var(--six-transition-fast) opacity, var(--six-transition-fast) transform;display:none}.six-header__search-field--visible{opacity:1;transform:none;display:block}.six-header__search-field--shift-content.six-header__search-field--visible{height:2.65rem;transition:var(--six-transition-fast) height}.six-header__search-field--shift-content:not(.six-header__search-field--visible){height:0;transition:var(--six-transition-fast) height}";
5
+ const sixHeaderCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}:host{display:block;user-select:none;--search-border-width:1px}::slotted(six-search-field){position:absolute;margin-left:var(--search-border-width);width:calc(100% - 2 * var(--search-border-width))}.six-header{display:flex;width:100%;height:3.75rem;background-color:var(--six-header-background-color);align-items:center;flex-wrap:wrap;box-shadow:var(--six-shadow-medium);border-bottom:var(--six-header-border-with) solid var(--six-header-border-color)}.six-header__logo{width:6rem;margin-top:0.15rem}.six-header__logo--clickable{cursor:pointer}.six-header__logo--six{height:20px;overflow:visible}.six-header__logo--bme{margin-top:6px;height:40px;overflow:visible}.six-header__placeholder{flex:1}.six-header__menu,.six-header__logo,.six-header__custom,.six-header__search,.six-header__notification,.six-header__app-switcher,.six-header__profile{height:calc(100% - 0.25rem - 1px);padding:0 1.25rem;display:flex;align-items:center;border-bottom:solid 0.25rem transparent}.six-header__menu--open,.six-header__logo--open,.six-header__custom--open,.six-header__search--open,.six-header__notification--open,.six-header__app-switcher--open,.six-header__profile--open{border-bottom:solid 0.25rem var(--six-header-border-color-open)}.six-header__app-switcher-dropdown{display:flex;align-items:center}.six-header__selected-app{cursor:pointer;font-size:0.9rem;font-weight:600;padding-right:0;padding-left:0.3rem}.six-header__selected-app:hover{color:var(--six-header-selected-app-color-hover)}.six-header__search-field{opacity:0;transform:scale(0.9);transition:var(--six-transition-fast) opacity, var(--six-transition-fast) transform;display:none}.six-header__search-field--visible{opacity:1;transform:none;display:block}.six-header__search-field--shift-content.six-header__search-field--visible{height:2.65rem;transition:var(--six-transition-fast) height}.six-header__search-field--shift-content:not(.six-header__search-field--visible){height:0;transition:var(--six-transition-fast) height}";
6
+ const SixHeaderStyle0 = sixHeaderCss;
6
7
 
7
8
  var Section;
8
9
  (function (Section) {
9
- Section[Section["None"] = 0] = "None";
10
- Section[Section["Search"] = 1] = "Search";
11
- Section[Section["AppSwitcher"] = 2] = "AppSwitcher";
12
- Section[Section["Profile"] = 3] = "Profile";
10
+ Section[Section["None"] = 0] = "None";
11
+ Section[Section["Search"] = 1] = "Search";
12
+ Section[Section["AppSwitcher"] = 2] = "AppSwitcher";
13
+ Section[Section["Profile"] = 3] = "Profile";
13
14
  })(Section || (Section = {}));
14
15
  var Slot;
15
16
  (function (Slot) {
16
- Slot["Search"] = "search-field";
17
- Slot["Notifications"] = "notifications";
18
- Slot["AppSwitcher"] = "app-switcher-menu";
19
- Slot["Profile"] = "profile-menu";
20
- Slot["Logo"] = "logo";
17
+ Slot["Search"] = "search-field";
18
+ Slot["Notifications"] = "notifications";
19
+ Slot["AppSwitcher"] = "app-switcher-menu";
20
+ Slot["Profile"] = "profile-menu";
21
+ Slot["Logo"] = "logo";
21
22
  })(Slot || (Slot = {}));
22
23
  const SixHeader = class {
23
- constructor(hostRef) {
24
- registerInstance(this, hostRef);
25
- this.sixAppNameClicked = createEvent(this, "six-header-app-name-clicked", 7);
26
- this.sixAppSwitcherSelect = createEvent(this, "six-header-app-switcher-select", 7);
27
- this.sixProfileSelect = createEvent(this, "six-header-profile-select", 7);
28
- this.sixHamburgerClick = createEvent(this, "six-header-hamburger-menu-clicked", 7);
29
- this.sixLogoClick = createEvent(this, "six-header-logo-clicked", 7);
30
- this.sixSearchFieldToggle = createEvent(this, "six-header-search-field-toggle", 7);
31
- this.eventListeners = new EventListeners();
32
- this.setupMenu = (el) => {
33
- if (el == null)
34
- return;
35
- this.eventListeners.add(el, 'click', () => this.sixHamburgerClick.emit());
36
- };
37
- this.setupLogo = (el) => {
38
- if (!this.clickableLogo || el == null)
39
- return;
40
- this.eventListeners.add(el, 'click', () => this.sixLogoClick.emit());
41
- };
42
- this.setupProfile = (el) => {
43
- if (el == null)
44
- return;
45
- this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.Profile));
46
- this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));
47
- this.eventListeners.add(el, 'six-menu-item-selected', (event) => {
48
- const { name, item } = event.detail;
49
- this.sixProfileSelect.emit({ selectedLabel: item.innerText, name, item });
50
- });
51
- };
52
- this.setupAppSwitcher = (el) => {
53
- if (el == null)
54
- return;
55
- this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.AppSwitcher));
56
- this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));
57
- this.eventListeners.add(el, 'six-menu-item-selected', (event) => {
58
- const { name, item } = event.detail;
59
- this.selectedApp = item.innerText;
60
- this.sixAppSwitcherSelect.emit({ selectedLabel: item.innerText, name, item });
61
- });
62
- };
63
- this.appNameClicked = () => this.sixAppNameClicked.emit();
64
- this.computeSearchOpenState = () => {
65
- this.selectedSection = this.openSearch ? Section.Search : Section.None;
66
- };
67
- this.shiftContent = false;
68
- this.openHamburgerMenu = false;
69
- this.openSearch = false;
70
- this.clickableLogo = false;
71
- this.selectedApp = undefined;
72
- this.selectedSection = undefined;
73
- }
74
- handleOpenSearchChange() {
75
- this.computeSearchOpenState();
76
- }
77
- /** Sets open state for search */
78
- async setSearchOpenState(openState) {
79
- if (this.selectedSection === Section.Search && !openState) {
80
- this.selectedSection = Section.None;
24
+ constructor(hostRef) {
25
+ registerInstance(this, hostRef);
26
+ this.sixAppNameClicked = createEvent(this, "six-header-app-name-clicked", 7);
27
+ this.sixAppSwitcherSelect = createEvent(this, "six-header-app-switcher-select", 7);
28
+ this.sixProfileSelect = createEvent(this, "six-header-profile-select", 7);
29
+ this.sixHamburgerClick = createEvent(this, "six-header-hamburger-menu-clicked", 7);
30
+ this.logoClick = createEvent(this, "six-header-logo-clicked", 7);
31
+ this.sixSearchFieldToggle = createEvent(this, "six-header-search-field-toggle", 7);
32
+ this.eventListeners = new EventListeners();
33
+ this.setupMenu = (el) => {
34
+ if (el == null)
35
+ return;
36
+ this.eventListeners.add(el, 'click', () => this.sixHamburgerClick.emit());
37
+ };
38
+ this.setupLogo = (el) => {
39
+ if (!this.clickableLogo || el == null)
40
+ return;
41
+ this.eventListeners.add(el, 'click', () => this.logoClick.emit());
42
+ };
43
+ this.setupProfile = (el) => {
44
+ if (el == null)
45
+ return;
46
+ this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.Profile));
47
+ this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));
48
+ this.eventListeners.add(el, 'six-menu-item-selected', (event) => {
49
+ const { name, item } = event.detail;
50
+ this.sixProfileSelect.emit({ selectedLabel: item.innerText, name, item });
51
+ });
52
+ };
53
+ this.setupAppSwitcher = (el) => {
54
+ if (el == null)
55
+ return;
56
+ this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.AppSwitcher));
57
+ this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));
58
+ this.eventListeners.add(el, 'six-menu-item-selected', (event) => {
59
+ const { name, item } = event.detail;
60
+ this.selectedApp = item.innerText;
61
+ this.sixAppSwitcherSelect.emit({ selectedLabel: item.innerText, name, item });
62
+ });
63
+ };
64
+ this.appNameClicked = () => this.sixAppNameClicked.emit();
65
+ this.computeSearchOpenState = () => {
66
+ this.selectedSection = this.openSearch ? Section.Search : Section.None;
67
+ };
68
+ this.shiftContent = false;
69
+ this.hideHamburgerMenu = false;
70
+ this.openHamburgerMenu = false;
71
+ this.openSearch = false;
72
+ this.clickableLogo = false;
73
+ this.logo = 'six';
74
+ this.selectedApp = undefined;
75
+ this.selectedSection = undefined;
81
76
  }
82
- else if (openState && this.selectedSection !== Section.Search) {
83
- this.selectedSection = Section.Search;
77
+ handleOpenSearchChange() {
78
+ this.computeSearchOpenState();
84
79
  }
85
- }
86
- /** Get open state for search */
87
- async getIsSearchOpen() {
88
- return this.selectedSection === Section.Search;
89
- }
90
- hasSlot(slot) {
91
- if (this.slots == null) {
92
- return false;
80
+ /** Sets open state for search */
81
+ async setSearchOpenState(openState) {
82
+ if (this.selectedSection === Section.Search && !openState) {
83
+ this.selectedSection = Section.None;
84
+ }
85
+ else if (openState && this.selectedSection !== Section.Search) {
86
+ this.selectedSection = Section.Search;
87
+ }
93
88
  }
94
- return this.slots[slot];
95
- }
96
- isSectionSelected(value) {
97
- return value === this.selectedSection;
98
- }
99
- selectSection(section) {
100
- return () => (this.selectedSection = section);
101
- }
102
- toggleSearch() {
103
- const visible = this.selectedSection !== Section.Search;
104
- this.selectedSection = this.selectedSection === Section.Search ? Section.None : Section.Search;
105
- this.sixSearchFieldToggle.emit({ visible });
106
- if (this.selectedSection === Section.Search) {
107
- // setFocus deferred due to https://github.com/ionic-team/stencil/issues/3772
108
- setTimeout(async () => {
109
- var _a, _b;
110
- const slot = getSlot(this.host, Slot.Search);
111
- (_b = (_a = slot === null || slot === void 0 ? void 0 : slot.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('six-input')) === null || _b === void 0 ? void 0 : _b.setFocus();
112
- }, 50);
89
+ /** Get open state for search */
90
+ async getIsSearchOpen() {
91
+ return this.selectedSection === Section.Search;
113
92
  }
114
- }
115
- componentWillLoad() {
116
- this.slots = {
117
- [Slot.Search]: hasSlot(this.host, Slot.Search),
118
- [Slot.Notifications]: hasSlot(this.host, Slot.Notifications),
119
- [Slot.AppSwitcher]: hasSlot(this.host, Slot.AppSwitcher),
120
- [Slot.Profile]: hasSlot(this.host, Slot.Profile),
121
- [Slot.Logo]: hasSlot(this.host, Slot.Logo),
122
- };
123
- if (this.hasSlot(Slot.AppSwitcher)) {
124
- this.selectedApp = this.getSelectedApp();
93
+ hasSlot(slot) {
94
+ if (this.slots == null) {
95
+ return false;
96
+ }
97
+ return this.slots[slot];
125
98
  }
126
- if (this.hasSlot(Slot.Search)) {
127
- this.computeSearchOpenState();
99
+ isSectionSelected(value) {
100
+ return value === this.selectedSection;
128
101
  }
129
- }
130
- getSelectedApp() {
131
- var _a;
132
- // there are more concise ways to select the first checked menu item, but this is one that works for jest
133
- const element = getSlot(this.host, Slot.AppSwitcher);
134
- if (element == null) {
135
- return undefined;
102
+ selectSection(section) {
103
+ return () => (this.selectedSection = section);
136
104
  }
137
- const items = Array.from(element.querySelectorAll('six-menu-item'));
138
- const firstCheckedMenuItem = items.find((item) => item.hasAttribute('checked'));
139
- return (_a = firstCheckedMenuItem === null || firstCheckedMenuItem === void 0 ? void 0 : firstCheckedMenuItem.textContent) !== null && _a !== void 0 ? _a : undefined;
140
- }
141
- disconnectedCallback() {
142
- this.eventListeners.removeAll();
143
- }
144
- render() {
145
- const search = this.hasSlot(Slot.Search) && (h("section", { class: {
146
- 'six-header__search': true,
147
- 'six-header__search--open': this.isSectionSelected(Section.Search),
148
- } }, h("six-icon-button", { name: "search", onClick: () => this.toggleSearch(), "data-testid": "search-trigger" })));
149
- const notifications = this.hasSlot(Slot.Notifications) && (h("section", { class: "six-header__notification" }, h("slot", { name: Slot.Notifications })));
150
- const appSwitcher = this.hasSlot(Slot.AppSwitcher) && (h("section", { class: {
151
- 'six-header__app-switcher': true,
152
- 'six-header__app-switcher--open': this.isSectionSelected(Section.AppSwitcher),
153
- } }, h("a", { onClick: this.appNameClicked, class: "six-header__selected-app" }, this.selectedApp), h("six-dropdown", { distance: 13, skidding: 20, placement: "bottom-end", ref: this.setupAppSwitcher }, h("six-icon-button", { name: "apps", slot: "trigger" }), h("slot", { name: Slot.AppSwitcher }))));
154
- const profile = this.hasSlot(Slot.Profile) && (h("section", { class: {
155
- 'six-header__profile': true,
156
- 'six-header__profile--open': this.isSectionSelected(Section.Profile),
157
- } }, h("six-dropdown", { distance: 17, skidding: 20, placement: "bottom-end", ref: this.setupProfile }, h("slot", { name: "profile-avatar", slot: "trigger" }), h("slot", { name: "profile-menu" }))));
158
- const logo = this.hasSlot(Slot.Logo) ? (h("section", null, h("slot", { name: "logo" }))) : (h("section", { class: {
159
- 'six-header__logo': true,
160
- 'six-header__logo--clickable': this.clickableLogo,
161
- }, ref: this.setupLogo }, h("svg", { height: "20", viewBox: "0 0 90 26", xmlns: "http://www.w3.org/2000/svg" }, h("title", null, "SIX"), h("g", { fill: "#DE3919", "fill-rule": "nonzero" }, h("path", { d: "m22.798 3.869c1.82-2.168 4.549-3.545 7.6-3.545h6.807v4.961h-6.807c-1.526 0-2.89.689-3.8 1.771l-12.19 14.526c-1.82 2.166-4.549 3.545-7.6 3.545h-6.808v-4.961h6.808c1.525 0 2.889-.689 3.799-1.773l12.191-14.525" }), h("path", { d: "m42.16.324h5.21v24.806h-5.21z" }), h("path", { d: "m66.743 3.869l4.195 4.999 4.195-4.999c1.819-2.168 4.549-3.545 7.6-3.545h6.806v4.961h-6.806c-1.526 0-2.89.689-3.8 1.771l-4.758 5.669 4.758 5.669c.91 1.084 2.274 1.773 3.8 1.773h6.806v4.961h-6.806c-3.051 0-5.781-1.379-7.6-3.545l-4.195-4.999-4.195 4.999c-1.82 2.166-4.55 3.545-7.6 3.545h-6.807v-4.961h6.807c1.525 0 2.889-.689 3.799-1.773l4.758-5.669-4.758-5.669c-.91-1.083-2.274-1.771-3.799-1.771h-6.807v-4.961h6.807c3.05 0 5.78 1.378 7.6 3.545" })))));
162
- return (h(Host, null, h("header", { class: "six-header" }, h("section", { class: "six-header__menu" }, h("six-icon-button", { name: this.openHamburgerMenu ? 'menu_open' : 'menu', ref: this.setupMenu })), logo, h("section", { class: "six-header__placeholder" }), h("section", { class: "six-header__custom" }, h("slot", null)), search, notifications, appSwitcher, profile), h("div", { class: {
163
- 'six-header__search-field': true,
164
- 'six-header__search-field--visible': this.isSectionSelected(Section.Search),
165
- 'six-header__search-field--shift-content': this.shiftContent,
166
- } }, h("slot", { name: Slot.Search }))));
167
- }
168
- static get assetsDirs() { return ["assets"]; }
169
- get host() { return getElement(this); }
170
- static get watchers() { return {
171
- "openSearch": ["handleOpenSearchChange"]
172
- }; }
105
+ toggleSearch() {
106
+ const visible = this.selectedSection !== Section.Search;
107
+ this.selectedSection = this.selectedSection === Section.Search ? Section.None : Section.Search;
108
+ this.sixSearchFieldToggle.emit({ visible });
109
+ if (this.selectedSection === Section.Search) {
110
+ // setFocus deferred due to https://github.com/ionic-team/stencil/issues/3772
111
+ setTimeout(async () => {
112
+ var _a, _b;
113
+ const slot = getSlot(this.host, Slot.Search);
114
+ (_b = (_a = slot === null || slot === void 0 ? void 0 : slot.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('six-input')) === null || _b === void 0 ? void 0 : _b.setFocus();
115
+ }, 50);
116
+ }
117
+ }
118
+ componentWillLoad() {
119
+ this.slots = {
120
+ [Slot.Search]: hasSlot(this.host, Slot.Search),
121
+ [Slot.Notifications]: hasSlot(this.host, Slot.Notifications),
122
+ [Slot.AppSwitcher]: hasSlot(this.host, Slot.AppSwitcher),
123
+ [Slot.Profile]: hasSlot(this.host, Slot.Profile),
124
+ [Slot.Logo]: hasSlot(this.host, Slot.Logo),
125
+ };
126
+ if (this.hasSlot(Slot.AppSwitcher)) {
127
+ this.updateSelectedApp();
128
+ }
129
+ if (this.hasSlot(Slot.Search)) {
130
+ this.computeSearchOpenState();
131
+ }
132
+ }
133
+ connectedCallback() {
134
+ const appSwitcherSlot = getSlot(this.host, Slot.AppSwitcher);
135
+ if (appSwitcherSlot) {
136
+ this.mutationObserver = new MutationObserver((mutations) => {
137
+ if (mutations.some((mutation) => mutation.type === 'childList' || mutation.type === 'attributes')) {
138
+ this.updateSelectedApp();
139
+ }
140
+ });
141
+ this.mutationObserver.observe(appSwitcherSlot, { attributes: true, childList: true, subtree: true });
142
+ }
143
+ }
144
+ updateSelectedApp() {
145
+ var _a;
146
+ // there are more concise ways to select the first checked menu item, but this is one that works for jest
147
+ const element = getSlot(this.host, Slot.AppSwitcher);
148
+ if (element == null) {
149
+ return undefined;
150
+ }
151
+ const items = Array.from(element.querySelectorAll('six-menu-item'));
152
+ const firstCheckedMenuItem = items.find((item) => item.hasAttribute('checked') && item.getAttribute('checked') !== 'false');
153
+ this.selectedApp = (_a = firstCheckedMenuItem === null || firstCheckedMenuItem === void 0 ? void 0 : firstCheckedMenuItem.textContent) !== null && _a !== void 0 ? _a : undefined;
154
+ }
155
+ disconnectedCallback() {
156
+ var _a;
157
+ this.eventListeners.removeAll();
158
+ (_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
159
+ }
160
+ render() {
161
+ const hamburgerMenu = !this.hideHamburgerMenu && (h("section", { key: '3c2ee340b9f30d7678a8ba9706b0b1273465a6f0', class: "six-header__menu" }, h("six-icon-button", { key: 'b93a81bf8a03318869870148c941f77bfe9c989b', name: this.openHamburgerMenu ? 'menu_open' : 'menu', ref: this.setupMenu })));
162
+ const search = this.hasSlot(Slot.Search) && (h("section", { key: 'da9536877f1eeb89ba6edcb62dd5d6aefa33faa2', class: {
163
+ 'six-header__search': true,
164
+ 'six-header__search--open': this.isSectionSelected(Section.Search),
165
+ } }, h("six-icon-button", { key: 'c411bd9f71cd0b53afd9780683bac725bd258b71', name: "search", onClick: () => this.toggleSearch(), "data-testid": "search-trigger" })));
166
+ const notifications = this.hasSlot(Slot.Notifications) && (h("section", { key: '292ed152d81acc40d977ae9dc718211d242bd01d', class: "six-header__notification" }, h("slot", { key: '44ffeed71e70b287341c30552a6080538c0d3b3c', name: Slot.Notifications })));
167
+ const appSwitcher = this.hasSlot(Slot.AppSwitcher) && (h("section", { key: '4f55289c5f93564d943f2657aa2df1849d254a4b', class: {
168
+ 'six-header__app-switcher': true,
169
+ 'six-header__app-switcher--open': this.isSectionSelected(Section.AppSwitcher),
170
+ } }, h("six-dropdown", { key: 'c7498237e0b939d4a5e0faf1dcd5b788fcd7e449', distance: 13, skidding: 20, placement: "bottom-end", ref: this.setupAppSwitcher }, h("div", { key: 'd61149361653e977168e8ed1a51f568b12f66aad', slot: "trigger", class: "six-header__app-switcher-dropdown" }, h("a", { key: '926d1eb10e5d445d298e19730a119a1ce883237b', onClick: this.appNameClicked, class: "six-header__selected-app" }, this.selectedApp), h("six-icon-button", { key: '000ddc422e124e194bb7d61f5565cf678d2178a3', name: "apps" })), h("slot", { key: '4712e567cef7908f2a83366f2ece5b35b7a1e89d', name: Slot.AppSwitcher }))));
171
+ const profile = this.hasSlot(Slot.Profile) && (h("section", { key: 'd788debf58aae2c90bfc9b464656cda06d479dfa', class: {
172
+ 'six-header__profile': true,
173
+ 'six-header__profile--open': this.isSectionSelected(Section.Profile),
174
+ } }, h("six-dropdown", { key: '8ea97fd30db0c66a3a821ad3ceca83ec3d9c918f', distance: 17, skidding: 20, placement: "bottom-end", ref: this.setupProfile }, h("slot", { key: '79605c3fdc0272c8bc72db38e4221ae25808d33d', name: "profile-avatar", slot: "trigger" }), h("slot", { key: 'b56aed88e3cd3afd3d519e41891cb0844dcd77a4', name: "profile-menu" }))));
175
+ const logo = this.hasSlot(Slot.Logo) ? (h("section", null, h("slot", { name: "logo" }))) : (h("section", { class: {
176
+ 'six-header__logo': true,
177
+ 'six-header__logo--clickable': this.clickableLogo,
178
+ }, ref: this.setupLogo }, this.logo === 'bme' ? bmeLogo() : sixLogo()));
179
+ return (h(Host, { key: 'c4fba634419270a54c9f950841f3e0b0b60bcc20' }, h("header", { key: '0f7c034b23bf3f4e84a504b7fea8e0c483382ad4', part: "header", class: "six-header" }, hamburgerMenu, logo, h("section", { key: '889fb512b9985b43c484a5420bb018dedb45e60d', class: "six-header__placeholder" }), h("section", { key: '323063c8becacaa96f8e6877dcb6d0af2acb687c', class: "six-header__custom" }, h("slot", { key: 'cb6163324c1e0ac5e246500bafa470a54c883e01' })), search, notifications, appSwitcher, profile), h("div", { key: '3479ab9102624d0471d027a15228c4c27e1942c4', class: {
180
+ 'six-header__search-field': true,
181
+ 'six-header__search-field--visible': this.isSectionSelected(Section.Search),
182
+ 'six-header__search-field--shift-content': this.shiftContent,
183
+ } }, h("slot", { key: '1f605fc210a561db8a911f1267f4e4f11604bcfc', name: Slot.Search }))));
184
+ }
185
+ static get assetsDirs() { return ["assets"]; }
186
+ get host() { return getElement(this); }
187
+ static get watchers() { return {
188
+ "openSearch": ["handleOpenSearchChange"]
189
+ }; }
173
190
  };
174
- SixHeader.style = sixHeaderCss;
191
+ function sixLogo() {
192
+ return (h("svg", { class: "six-header__logo--six", viewBox: "0 0 90 26", xmlns: "http://www.w3.org/2000/svg" }, h("title", null, "SIX"), h("g", { fill: "#DE3919", "fill-rule": "nonzero" }, h("path", { d: "m22.798 3.869c1.82-2.168 4.549-3.545 7.6-3.545h6.807v4.961h-6.807c-1.526 0-2.89.689-3.8 1.771l-12.19 14.526c-1.82 2.166-4.549 3.545-7.6 3.545h-6.808v-4.961h6.808c1.525 0 2.889-.689 3.799-1.773l12.191-14.525" }), h("path", { d: "m42.16.324h5.21v24.806h-5.21z" }), h("path", { d: "m66.743 3.869l4.195 4.999 4.195-4.999c1.819-2.168 4.549-3.545 7.6-3.545h6.806v4.961h-6.806c-1.526 0-2.89.689-3.8 1.771l-4.758 5.669 4.758 5.669c.91 1.084 2.274 1.773 3.8 1.773h6.806v4.961h-6.806c-3.051 0-5.781-1.379-7.6-3.545l-4.195-4.999-4.195 4.999c-1.82 2.166-4.55 3.545-7.6 3.545h-6.807v-4.961h6.807c1.525 0 2.889-.689 3.799-1.773l4.758-5.669-4.758-5.669c-.91-1.083-2.274-1.771-3.799-1.771h-6.807v-4.961h6.807c3.05 0 5.78 1.378 7.6 3.545" }))));
193
+ }
194
+ function bmeLogo() {
195
+ return (h("svg", { class: "six-header__logo--bme", viewBox: "0 0 249.38 122.47" }, h("title", null, "BME Exchange"), h("defs", null, h("style", null, ".cls-1 ", '{', "fill: #002c5f;", '}', ".cls-1, .cls-2 ", '{', "stroke-width: 0px;", '}', ".cls-2 ", '{', "fill: #959595;", '}')), h("polygon", { class: "cls-2", points: "183.07 88.18 205.3 52.02 178.8 52.02 178.8 36.16 205.3 36.16 183.07 0 202.45 0 228.71 44.09 201.32 88.18 183.07 88.18" }), h("g", null, h("path", { class: "cls-1", d: "M124.21,104.18c2.64,0,3.97,1.46,3.97,4.38v8.37h-1.96l-.44-1.71h-.07c-.41.66-.88,1.15-1.4,1.47-.52.31-1.17.47-1.97.47-1.05,0-1.83-.37-2.36-1.11-.53-.74-.8-1.65-.8-2.75,0-1.29.39-2.27,1.18-2.94s1.93-1.03,3.44-1.1l1.71-.07v-.6c0-.8-.14-1.38-.42-1.75-.28-.37-.7-.55-1.27-.55-.43,0-.88.08-1.35.23-.47.15-.96.36-1.46.62l-.81-1.94c1.17-.69,2.51-1.04,4.01-1.04ZM125.5,110.99l-1.11.05c-.89.05-1.53.26-1.91.63-.38.38-.58.9-.58,1.58,0,1.22.48,1.82,1.45,1.82.61,0,1.13-.26,1.53-.77.41-.51.61-1.23.61-2.16v-1.15Z" }), h("path", { class: "cls-1", d: "M143.33,112.3c0,.97-.2,1.82-.61,2.55-.41.73-.99,1.3-1.74,1.71-.75.41-1.65.61-2.7.61-.74,0-1.44-.07-2.1-.21-.66-.14-1.28-.35-1.87-.64v-2.77c.61.35,1.27.63,1.96.83.69.2,1.35.3,1.98.3.75,0,1.32-.2,1.71-.61.38-.41.58-.92.58-1.53,0-.65-.2-1.17-.6-1.58-.4-.41-1.09-.86-2.08-1.37-.65-.35-1.23-.73-1.74-1.13-.52-.4-.92-.89-1.22-1.48s-.45-1.32-.45-2.21c-.02-1.37.42-2.47,1.29-3.3.88-.83,2.04-1.24,3.51-1.22.72,0,1.41.09,2.08.27.66.18,1.29.42,1.89.73l-.83,2.4c-1.11-.6-2.15-.9-3.11-.9-.66,0-1.17.18-1.52.53-.35.35-.53.81-.53,1.38,0,.45.08.82.24,1.13.16.31.44.6.83.88.39.28.93.58,1.6.92,1.14.58,2,1.23,2.57,1.95s.86,1.64.86,2.78Z" }), h("path", { class: "cls-1", d: "M150.52,116.94h-6.09v-1.55l1.66-.6v-12.18l-1.66-.6v-1.55h6.09v1.55l-1.66.6v12.18l1.66.6v1.55Z" }), h("path", { class: "cls-1", d: "M162.33,116.94h-3.02l-2.72-6.16-2.81,6.16h-2.91l4.15-8.49-3.81-7.98h2.93l2.47,5.72,2.47-5.72h2.93l-3.81,8.05,4.13,8.42Z" }), h("path", { class: "cls-1", d: "M172.04,117.17c-1.58,0-2.79-.52-3.62-1.57-.83-1.05-1.25-2.67-1.25-4.87,0-2.04.42-3.65,1.27-4.81s2.08-1.74,3.71-1.74c.63,0,1.2.07,1.71.2.51.13.96.32,1.36.57l-.76,2.12c-.37-.18-.74-.33-1.11-.44-.37-.11-.72-.16-1.06-.16-1.6,0-2.4,1.42-2.4,4.27s.8,4.15,2.4,4.15c.49,0,.96-.07,1.4-.22.44-.15.87-.35,1.3-.61v2.28c-.83.55-1.81.83-2.95.83Z" }), h("path", { class: "cls-1", d: "M186.25,110.64c0,1.28-.18,2.4-.54,3.38-.36.98-.91,1.75-1.65,2.31-.74.56-1.68.84-2.81.84-1.06,0-1.96-.28-2.7-.83s-1.3-1.32-1.68-2.31c-.38-.98-.58-2.11-.58-3.39,0-1.98.42-3.56,1.25-4.72.83-1.16,2.08-1.74,3.76-1.74,1.51,0,2.71.55,3.61,1.66s1.35,2.71,1.35,4.8ZM179.03,110.66c0,1.4.18,2.46.53,3.18.35.72.92,1.08,1.71,1.08s1.38-.36,1.73-1.08c.35-.72.53-1.79.53-3.21s-.18-2.45-.53-3.15c-.35-.7-.93-1.05-1.73-1.05s-1.35.35-1.71,1.05c-.35.7-.53,1.76-.53,3.17Z" }), h("path", { class: "cls-1", d: "M200.16,104.18c1.15,0,2.02.37,2.59,1.1.58.73.87,1.86.87,3.4v8.26h-2.68v-7.61c0-1.89-.53-2.84-1.59-2.84-.75,0-1.29.33-1.6.99-.32.66-.47,1.63-.47,2.91v6.55h-2.68v-7.63c0-.97-.13-1.68-.39-2.13-.26-.45-.66-.68-1.2-.68-.81,0-1.36.37-1.65,1.12s-.43,1.8-.43,3.17v6.16h-2.68v-12.52h2.1l.32,1.64h.16c.28-.62.68-1.08,1.22-1.4.54-.32,1.15-.47,1.84-.47.78,0,1.42.17,1.91.52.49.34.85.8,1.06,1.37h.18c.64-1.26,1.68-1.89,3.09-1.89Z" }), h("path", { class: "cls-1", d: "M211.78,104.18c1.28,0,2.27.55,2.99,1.66s1.07,2.72,1.07,4.84-.36,3.66-1.07,4.79c-.71,1.13-1.69,1.7-2.92,1.7-.69,0-1.29-.16-1.8-.48s-.92-.77-1.24-1.34h-.12c.03.38.06.74.08,1.06.02.32.03.61.03.88v5.19h-2.68v-18.06h2.17l.37,1.66h.14c.69-1.26,1.68-1.89,2.98-1.89ZM211.02,106.42c-.78,0-1.35.32-1.7.95-.35.63-.52,1.61-.52,2.95v.51c0,1.37.17,2.39.51,3.06.34.67.91,1,1.73,1,1.38,0,2.08-1.4,2.08-4.2,0-1.4-.17-2.46-.51-3.18-.34-.72-.87-1.08-1.59-1.08Z" }), h("path", { class: "cls-1", d: "M222.16,104.18c2.64,0,3.97,1.46,3.97,4.38v8.37h-1.96l-.44-1.71h-.07c-.41.66-.88,1.15-1.4,1.47-.52.31-1.17.47-1.97.47-1.05,0-1.83-.37-2.37-1.11-.53-.74-.8-1.65-.8-2.75,0-1.29.39-2.27,1.18-2.94.78-.67,1.93-1.03,3.44-1.1l1.71-.07v-.6c0-.8-.14-1.38-.41-1.75-.28-.37-.7-.55-1.27-.55-.43,0-.88.08-1.35.23-.47.15-.96.36-1.47.62l-.81-1.94c1.17-.69,2.51-1.04,4.01-1.04ZM223.45,110.99l-1.11.05c-.89.05-1.53.26-1.91.63-.38.38-.58.9-.58,1.58,0,1.22.48,1.82,1.45,1.82.61,0,1.13-.26,1.53-.77.41-.51.61-1.23.61-2.16v-1.15Z" }), h("path", { class: "cls-1", d: "M234.32,104.18c1.14,0,2.02.37,2.65,1.1s.95,1.85.95,3.36v8.3h-2.68v-7.66c0-.92-.13-1.62-.38-2.09s-.68-.7-1.28-.7c-.85,0-1.43.34-1.76,1.01-.33.68-.5,1.76-.5,3.25v6.18h-2.68v-12.52h2.1l.32,1.64h.16c.31-.62.73-1.08,1.27-1.4s1.15-.47,1.82-.47Z" }), h("path", { class: "cls-1", d: "M238.98,104.41h2.84l1.84,6.64c.11.43.21.86.3,1.3s.16.87.21,1.28h.09c.05-.37.12-.77.22-1.2.1-.43.21-.89.33-1.38l1.78-6.64h2.79l-4.2,14.05c-.43,1.38-.97,2.4-1.63,3.04-.65.65-1.5.97-2.55.97-.28,0-.53-.02-.77-.05-.24-.03-.46-.08-.68-.14v-2.28c.17.05.34.08.52.11s.35.05.52.05c.54,0,.95-.18,1.23-.53.28-.35.56-.94.82-1.75l.28-1.04-3.94-12.43Z" })), h("polygon", { class: "cls-1", points: "249.37 88.18 231.12 88.18 218.67 67.95 227.9 53.08 249.37 88.18" }), h("polygon", { class: "cls-1", points: "218.53 18.92 229.99 0 249.37 0 227.9 34.66 218.53 18.92" }), h("polygon", { class: "cls-1", points: "112.98 72.41 155.28 72.41 155.28 62.51 123.42 62.51 123.42 49.18 146.37 49.18 146.37 39.27 123.42 39.27 123.42 25.79 155.28 25.79 155.28 15.89 112.98 15.89 112.98 39.27 123.42 39.27 123.42 49.18 112.98 49.18 112.98 72.41" }), h("path", { class: "cls-1", d: "M10.44,48.38h20.6c4.68,0,8.1,3.06,8.1,7.11s-3.42,7.02-8.1,7.02H10.44v-14.13ZM10.44,25.79h18.54c4.59,0,7.02,2.96,7.02,6.29s-2.43,6.39-7.02,6.39H10.44v-12.68ZM0,72.41h32.21c9.9,0,17.37-6.3,17.37-16.38,0-7.2-4.23-11.89-10.08-13.77,4.23-1.89,6.93-6.03,6.93-11.25,0-10.08-7.65-15.12-16.29-15.12H0v22.59h10.44v9.9H0v24.03Z" }), h("polygon", { class: "cls-1", points: "56.47 72.37 66.91 72.37 66.91 37.45 81.58 52.31 96.25 37.45 96.25 72.37 106.69 72.37 106.69 14.68 81.58 39.72 56.47 14.68 56.47 72.37" }), h("path", { class: "cls-1", d: "M1.69,82.58c.19,0,.46,0,.62,0,.51,0,.96.18.96.79,0,.49-.37.7-.48.76-.23.1-.73.1-1.1.1v-1.64ZM1.69,85.33c.71-.01,1.12-.01,1.39.15.27.17.37.46.37.76,0,.42-.23.68-.57.8-.28.09-.79.09-1.19.08v-1.81ZM1.76,88.18c.87.02,1.95.04,2.65-.44.62-.44.78-1.06.78-1.59,0-.6-.25-1.15-.78-1.42-.18-.08-.38-.12-.58-.17.32-.13.69-.29.93-.79.11-.22.15-.44.15-.65,0-.3-.08-.71-.38-1.05-.39-.42-1-.53-1.92-.53-.32,0-.89,0-1.21.02l-1.3.02-.06.05c.04.9.05,1.24.05,2.53s0,2.65-.03,3.99l.07.03h1.63Z" }), h("path", { class: "cls-1", d: "M10.17,83.04c.19.21.27.49.33.75.08.36.09.7.1.93.04,1.4-.26,2.42-1.35,2.42-1.29,0-1.38-1.52-1.38-2.36,0-1.12.27-1.7.71-1.98.25-.15.5-.19.68-.19.35,0,.69.16.91.43M11.65,82.44c-.16-.2-.34-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.17.1-1.67.39-1.14.65-1.35,1.73-1.42,2.13-.06.32-.09.64-.09.96,0,.64.07,1.83.96,2.65.71.66,1.68.76,2.16.76.72,0,1.45-.18,2-.63.93-.77,1.12-2.04,1.12-2.83,0-1.47-.47-2.14-.7-2.43" }), h("path", { class: "cls-1", d: "M17.76,86.9c-1.02.06-1.83.07-2.12.07h-.18c-.02-2.5,0-3.13.07-5.37l-.06-.05c-.8.03-1.01.03-1.66.03l-.05.05c.04.75.04.98.04,2.09,0,1.47,0,2.95,0,4.43l.04.05c1.84-.03,2.17-.03,3.86-.03l.05-.05.07-1.18-.04-.04Z" }), h("path", { class: "cls-1", d: "M21.15,84.16c-.79-.33-1.19-.5-1.19-.92,0-.28.27-.66.88-.66.71,0,1.13.29,1.48.53l.08-.03.07-1.23-.04-.07c-.4-.17-.83-.35-1.74-.35-1.75,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.65.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.09.03-.07,1.32.06.07c.1.04.21.08.31.11.22.08.77.24,1.47.24.28,0,.99-.04,1.56-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.21-1.11-.7-1.49-.25-.18-.5-.3-.72-.4l-.24-.09Z" }), h("path", { class: "cls-1", d: "M25.56,85.29l.47-1.58.32-1.1.29,1.22.35,1.46h-1.43ZM27.54,81.55c-.9.02-1.09.02-2.09.02l-.07.06c-.49,1.59-.79,2.54-2.17,6.48l.04.07h1.46l.06-.06.46-1.7h2.02l.4,1.73.06.06c.68-.03.87-.03,1.63-.03l.04-.07c-1.13-4.01-1.26-4.44-1.8-6.51l-.06-.05Z" }), h("path", { class: "cls-1", d: "M32.94,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.26-.66.89-.66.71,0,1.13.29,1.47.53l.08-.03.07-1.23-.04-.07c-.41-.17-.83-.35-1.74-.35-1.75,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.09.03-.07,1.32.06.07c.1.04.2.08.31.11.21.08.76.24,1.47.24.27,0,.99-.04,1.55-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.21-1.11-.7-1.49-.26-.18-.49-.3-.72-.4l-.24-.09Z" }), h("path", { class: "cls-1", d: "M41.67,88.12c-.05-1.22-.06-1.55-.06-2.75l2.06-3.77-.03-.06c-.7.02-.89.02-1.47.02l-.05.06c-.54,1.17-.8,1.67-1.19,2.43-.1-.21-.58-1.11-.67-1.29-.17-.34-.3-.62-.57-1.22l-.07-.04c-.8.04-1,.06-1.78.06l-.03.08c.28.48,1.52,2.6,1.76,3.03.13.25.26.48.4.73v.29c0,.93-.01,1.34-.07,2.44l.05.06c.78-.03.99-.03,1.65-.03l.06-.06Z" }), h("path", { class: "cls-1", d: "M54.31,81.55c-.98.02-1.14.02-2.17.02l-.06.06-.43,1.52-.37,1.35-.44,1.63-.41-1.68-.26-1.06-.47-1.8-.04-.05c-1,.02-1.17.02-2.22.02l-.06.06c-.1,2.8-.13,3.52-.34,6.52l.04.06c.6-.03.78-.03,1.32-.03l.05-.06.03-1.79.06-1.81.04-1.77.41,1.66.36,1.33.63,2.42.06.06c.58-.03.74-.03,1.4-.03l.05-.06.54-1.99.38-1.37.52-1.96v1.68l.03,1.42v2.25l.04.06c.65-.03.9-.03,1.62-.03l.05-.06c-.06-1.07-.13-2.14-.16-3.22-.03-.59-.05-1.18-.08-1.77-.04-.87-.05-.98-.05-1.54l-.05-.05Z" }), h("path", { class: "cls-1", d: "M60.62,86.92c-1.11.06-1.37.07-2.57.07v-1.64s2.17,0,2.17,0l.07-.05.06-1.06-.05-.06-2.26.04v-1.49c1.06,0,1.27,0,2.4.03l.04-.06.07-1.09-.04-.04h-4.11l-.06.06c.06.91.08,1.25.08,3.76,0,1.18-.02,1.77-.05,2.74l.05.04h4.12l.08-.06.06-1.14-.05-.07Z" }), h("path", { class: "cls-1", d: "M63.49,82.69c.13,0,.27,0,.39,0,.37,0,1.09,0,1.09.82,0,.26-.07.61-.41.82-.26.16-.59.18-1.07.19v-1.83ZM63.93,85.61c.63,1.07.77,1.35,1.37,2.57l.08.05c.29-.01.57-.03.86-.05.29,0,.59-.01.88-.01l.06-.11c-.36-.46-.46-.6-1.13-1.68-.3-.48-.45-.73-.69-1.14.43-.19,1.28-.58,1.28-1.77,0-.41-.11-1.26-.88-1.67-.49-.25-.99-.26-2.09-.25h-.66s-1.14.01-1.14.01l-.05.06c.05.94.08,1.92.08,4.46,0,.88,0,1.29-.03,2.07l.05.06c.68-.04.83-.04,1.6-.04l.06-.05c-.08-1.08-.08-1.38-.09-2.49l.46-.02Z" }), h("path", { class: "cls-1", d: "M72.95,86.51c-.22.17-.69.52-1.47.52-1.06,0-1.82-.8-1.82-2.12,0-.8.28-2.21,1.8-2.21.71,0,1.09.27,1.33.45l.08-.02.08-1.29-.04-.05c-.34-.13-.91-.34-1.73-.34-2.42,0-3.26,1.86-3.26,3.51,0,1.79,1.1,3.37,3.38,3.37.78,0,1.3-.2,1.6-.32l.05-.06.06-1.4-.06-.04Z" }), h("path", { class: "cls-1", d: "M75.77,85.29l.47-1.58.33-1.1.28,1.22.34,1.46h-1.42ZM77.75,81.55c-.9.02-1.08.02-2.08.02l-.07.06c-.5,1.59-.8,2.54-2.18,6.48l.04.07h1.46l.06-.06.46-1.7h2.02l.4,1.73.07.06c.69-.03.87-.03,1.63-.03l.05-.07c-1.13-4.01-1.26-4.44-1.8-6.51l-.07-.05Z" }), h("path", { class: "cls-1", d: "M82.34,86.98c-.02-.92-.03-1.79-.03-2.69,0-.5,0-1.01,0-1.51.19-.02.38-.03.57-.03.57,0,1.69,0,1.69,2,0,1.17-.44,1.69-.67,1.88-.42.34-1.07.34-1.58.34M81.83,88.18c.24.02.49.02.74.02,1.05,0,2.74-.04,3.43-1.71.25-.61.31-1.37.31-1.78,0-.89-.2-1.56-.43-1.98-.63-1.16-1.84-1.2-2.91-1.2-.43,0-.86.02-1.29.04h-1s-.05.06-.05.06c.04.9.08,1.69.08,4.28,0,.92,0,1.47-.03,2.24l.06.03h1.1Z" }), h("path", { class: "cls-1", d: "M91.57,83.04c.19.21.27.49.33.75.07.36.09.7.1.93.04,1.4-.27,2.42-1.35,2.42-1.3,0-1.38-1.52-1.38-2.36,0-1.12.27-1.7.71-1.98.25-.15.51-.19.68-.19.35,0,.68.16.91.43M93.04,82.44c-.16-.2-.34-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.18.1-1.67.39-1.15.65-1.35,1.73-1.43,2.13-.05.32-.08.64-.08.96,0,.64.08,1.83.95,2.65.72.66,1.69.76,2.16.76.72,0,1.46-.18,2.01-.63.93-.77,1.11-2.04,1.11-2.83,0-1.47-.47-2.14-.7-2.43" }), h("path", { class: "cls-1", d: "M97.83,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.89-.66.71,0,1.13.29,1.48.53l.08-.03.07-1.23-.04-.07c-.4-.17-.83-.35-1.73-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.86,0-1.33-.37-1.6-.59l-.09.03-.06,1.32.06.07c.1.04.2.08.3.11.22.08.76.24,1.47.24.28,0,1-.04,1.56-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.25-.18-.5-.3-.73-.4l-.24-.09Z" }), h("path", { class: "cls-1", d: "M107.67,86.92c-1.1.06-1.36.07-2.56.07l-.03-1.64h2.19l.07-.05.05-1.06-.04-.06-2.27.04v-1.49c1.06,0,1.28,0,2.41.03l.05-.06.06-1.09-.05-.04h-4.11l-.06.06c.06.91.08,1.25.08,3.76,0,1.18-.02,1.77-.05,2.74l.05.04h4.12l.07-.06.07-1.14-.06-.07Z" }), h("path", { class: "cls-1", d: "M111.38,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.89-.66.71,0,1.13.29,1.47.53l.08-.03.08-1.23-.05-.07c-.4-.17-.82-.35-1.73-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.4,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77s-1.32-.37-1.6-.59l-.09.03-.07,1.32.05.07c.11.04.2.08.31.11.21.08.77.24,1.47.24.28,0,.99-.04,1.55-.3.79-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.26-.18-.5-.3-.72-.4l-.24-.09Z" }), h("path", { class: "cls-1", d: "M115.85,82.69c.21-.01.41-.01.61-.01.82.02,1.05.44,1.05.99,0,.12,0,.67-.5.95-.26.14-.6.15-1.16.15v-2.07ZM115.43,81.55l-1.19.03-.06.05c.04,1.22.07,2.03.07,3.1,0,1.14-.03,2.28-.06,3.42l.06.05c.69-.03.84-.03,1.59-.03l.05-.05c-.04-1.01-.04-1.25-.04-2.21,1.05,0,2.17,0,2.84-.81.26-.32.49-.85.49-1.51,0-.4-.09-1.3-.87-1.73-.56-.33-1.36-.33-2.06-.33h-.83Z" }), h("path", { class: "cls-1", d: "M121.28,85.29l.46-1.58.33-1.1.28,1.22.35,1.46h-1.42ZM123.25,81.55c-.9.02-1.08.02-2.08.02l-.07.06c-.49,1.59-.79,2.54-2.16,6.48l.03.07h1.46l.07-.06.46-1.7h2.02l.41,1.73.05.06c.69-.03.87-.03,1.64-.03l.04-.07c-1.13-4.01-1.26-4.44-1.79-6.51l-.07-.05Z" }), h("path", { class: "cls-1", d: "M130.5,79.65c-.2.18-.48.42-.81.42-.21,0-.41-.07-.61-.14l-.37-.12c-.17-.06-.31-.09-.5-.09-.43,0-.62.16-.83.31l-.04.06v1s.04.02.04.02c.21-.14.47-.31.8-.31.21,0,.42.07.64.14l.28.1c.19.07.33.13.54.13.4,0,.66-.2.87-.37l.04-.07v-1.05l-.07-.03ZM131.76,81.55c-.59.02-.75.03-1.33.02l-.04.06.06,1.27.04,1.29.04,1.53-.02.02c-.25-.46-.3-.54-.77-1.25l-.85-1.24c-.71-1.06-.85-1.27-1.08-1.65l-.06-.04c-.75.03-.86.03-1.54.02l-.05.06c.05,1.45.08,2.53.08,3.78,0,.92-.02,1.83-.03,2.74l.04.06c.63-.03.83-.03,1.37-.03l.04-.06-.1-2.05-.03-1.14-.05-1.24.02-.02c.42.73.57.98,1.21,1.91l.93,1.37.84,1.22.07.04c.57-.03.74-.03,1.24-.03l.04-.04c0-1.36-.02-2.28-.02-3.4,0-1.04.01-2.08.02-3.14l-.05-.05Z" }), h("path", { class: "cls-1", d: "M137.07,83.04c.19.21.27.49.33.75.08.36.09.7.11.93.04,1.4-.27,2.42-1.35,2.42-1.3,0-1.39-1.52-1.39-2.36,0-1.12.27-1.7.71-1.98.25-.15.51-.19.68-.19.35,0,.69.16.91.43M138.55,82.44c-.16-.2-.35-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.17.1-1.67.39-1.14.65-1.35,1.73-1.43,2.13-.06.32-.08.64-.08.96,0,.64.07,1.83.95,2.65.71.66,1.69.76,2.16.76.72,0,1.45-.18,2-.63.93-.77,1.11-2.04,1.11-2.83,0-1.47-.46-2.14-.7-2.43" }), h("path", { class: "cls-1", d: "M144.65,86.9c-1.02.06-1.84.07-2.12.07h-.19c-.02-2.5,0-3.13.07-5.37l-.06-.05c-.8.03-1.02.03-1.66.03l-.05.05c.04.75.05.98.05,2.09,0,1.47,0,2.95,0,4.43l.04.05c1.84-.03,2.17-.03,3.86-.03l.05-.05.07-1.18-.04-.04Z" }), h("path", { class: "cls-1", d: "M150.03,86.92c-1.1.06-1.37.07-2.57.07v-1.64s2.17,0,2.17,0l.07-.05.05-1.06-.04-.06-2.26.04v-1.49c1.05,0,1.27,0,2.4.03l.05-.06.06-1.09-.04-.04h-4.11l-.05.06c.05.91.07,1.25.07,3.76,0,1.18-.01,1.77-.04,2.74l.04.04h4.13l.08-.06.06-1.14-.05-.07Z" }), h("path", { class: "cls-1", d: "M153.74,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.88-.66.71,0,1.14.29,1.49.53l.08-.03.08-1.23-.04-.07c-.41-.17-.83-.35-1.74-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.4,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.1.03-.07,1.32.06.07c.1.04.2.08.31.11.21.08.77.24,1.47.24.28,0,.99-.04,1.55-.3.79-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.25-.18-.5-.3-.72-.4l-.24-.09Z" })));
196
+ }
197
+ SixHeader.style = SixHeaderStyle0;
175
198
 
176
199
  export { SixHeader as six_header };
177
200
 
@@ -1 +1 @@
1
- {"file":"six-header.entry.js","mappings":";;;;AAAA,MAAM,YAAY,GAAG,02DAA02D;;ACqB/3D,IAAK,OAKJ;AALD,WAAK,OAAO;EACV,qCAAI,CAAA;EACJ,yCAAM,CAAA;EACN,mDAAW,CAAA;EACX,2CAAO,CAAA;AACT,CAAC,EALI,OAAO,KAAP,OAAO,QAKX;AAED,IAAK,IAMJ;AAND,WAAK,IAAI;EACP,+BAAuB,CAAA;EACvB,uCAA+B,CAAA;EAC/B,yCAAiC,CAAA;EACjC,gCAAwB,CAAA;EACxB,qBAAa,CAAA;AACf,CAAC,EANI,IAAI,KAAJ,IAAI,QAMR;MAoBY,SAAS;;;;;;;;;IAwDZ,mBAAc,GAAG,IAAI,cAAc,EAAE,CAAC;IAmCtC,cAAS,GAAG,CAAC,EAA6B;MAChD,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;MAEvB,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC;KAC3E,CAAC;IAEM,cAAS,GAAG,CAAC,EAAgB;MACnC,IAAI,CAAC,IAAI,CAAC,aAAa,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;MAE9C,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC;KACtE,CAAC;IAEM,iBAAY,GAAG,CAAC,EAA2B;MACjD,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;MAEvB,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;MACtF,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;MACnF,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,wBAAwB,EAAE,CAAC,KAAY;QACjE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAI,KAAqB,CAAC,MAAM,CAAC;QACrD,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;OAC3E,CAAC,CAAC;KACJ,CAAC;IAEM,qBAAgB,GAAG,CAAC,EAA2B;MACrD,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;MAEvB,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;MAC1F,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;MACnF,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,EAAE,wBAAwB,EAAE,CAAC,KAAY;QACjE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAI,KAAqB,CAAC,MAAM,CAAC;QACrD,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;QAClC,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;OAC/E,CAAC,CAAC;KACJ,CAAC;IAEM,mBAAc,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,CAAC;IAErD,2BAAsB,GAAG;MAC/B,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;KACxE,CAAC;wBAhIqB,KAAK;6BAGA,KAAK;sBAGZ,KAAK;yBAGF,KAAK;;;;EAG7B,sBAAsB;IACpB,IAAI,CAAC,sBAAsB,EAAE,CAAC;GAC/B;;EAID,MAAM,kBAAkB,CAAC,SAAkB;IACzC,IAAI,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,IAAI,CAAC,SAAS,EAAE;MACzD,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC;KACrC;SAAM,IAAI,SAAS,IAAI,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,EAAE;MAC/D,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC;KACvC;GACF;;EAID,MAAM,eAAe;IACnB,OAAO,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,CAAC;GAChD;EA+BO,OAAO,CAAC,IAAU;IACxB,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,EAAE;MACtB,OAAO,KAAK,CAAC;KACd;IACD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;GACzB;EAEO,iBAAiB,CAAC,KAAc;IACtC,OAAO,KAAK,KAAK,IAAI,CAAC,eAAe,CAAC;GACvC;EAEO,aAAa,CAAC,OAAgB;IACpC,OAAO,OAAO,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,CAAC;GAC/C;EAEO,YAAY;IAClB,MAAM,OAAO,GAAG,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,CAAC;IACxD,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC;IAC/F,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IAC5C,IAAI,IAAI,CAAC,eAAe,KAAK,OAAO,CAAC,MAAM,EAAE;;MAE3C,UAAU,CAAC;;QACT,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAC7C,MAAA,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,0CAAE,aAAa,CAAC,WAAW,CAAC,0CAAE,QAAQ,EAAE,CAAC;OAC1D,EAAE,EAAE,CAAC,CAAC;KACR;GACF;EA2CD,iBAAiB;IACf,IAAI,CAAC,KAAK,GAAG;MACX,CAAC,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;MAC9C,CAAC,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC;MAC5D,CAAC,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC;MACxD,CAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC;MAChD,CAAC,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KAC3C,CAAC;IAEF,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;MAClC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;KAC1C;IAED,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;MAC7B,IAAI,CAAC,sBAAsB,EAAE,CAAC;KAC/B;GACF;EAEO,cAAc;;;IAEpB,MAAM,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;IACrD,IAAI,OAAO,IAAI,IAAI,EAAE;MACnB,OAAO,SAAS,CAAC;KAClB;IACD,MAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC,CAAC;IACpE,MAAM,oBAAoB,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,IAAiB,KAAK,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAC;IAC7F,OAAO,MAAA,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,WAAW,mCAAI,SAAS,CAAC;GACvD;EAED,oBAAoB;IAClB,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC;GACjC;EAED,MAAM;IACJ,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,KACtC,eACE,KAAK,EAAE;QACL,oBAAoB,EAAE,IAAI;QAC1B,0BAA0B,EAAE,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,MAAM,CAAC;OACnE,IAED,uBAAiB,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,iBAAc,gBAAgB,GAAG,CAC1F,CACX,CAAC;IAEF,MAAM,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,KACpD,eAAS,KAAK,EAAC,0BAA0B,IACvC,YAAM,IAAI,EAAE,IAAI,CAAC,aAAa,GAAI,CAC1B,CACX,CAAC;IAEF,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,KAChD,eACE,KAAK,EAAE;QACL,0BAA0B,EAAE,IAAI;QAChC,gCAAgC,EAAE,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,WAAW,CAAC;OAC9E,IAED,SAAG,OAAO,EAAE,IAAI,CAAC,cAAc,EAAE,KAAK,EAAC,0BAA0B,IAC9D,IAAI,CAAC,WAAW,CACf,EACJ,oBAAc,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,SAAS,EAAC,YAAY,EAAC,GAAG,EAAE,IAAI,CAAC,gBAAgB,IACzF,uBAAiB,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,SAAS,GAAG,EAC9C,YAAM,IAAI,EAAE,IAAI,CAAC,WAAW,GAAI,CACnB,CACP,CACX,CAAC;IAEF,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,KACxC,eACE,KAAK,EAAE;QACL,qBAAqB,EAAE,IAAI;QAC3B,2BAA2B,EAAE,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,OAAO,CAAC;OACrE,IAED,oBAAc,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,SAAS,EAAC,YAAY,EAAC,GAAG,EAAE,IAAI,CAAC,YAAY,IACrF,YAAM,IAAI,EAAC,gBAAgB,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7C,YAAM,IAAI,EAAC,cAAc,GAAG,CACf,CACP,CACX,CAAC;IAEF,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,IAClC,mBACE,YAAM,IAAI,EAAC,MAAM,GAAG,CACZ,KAEV,eACE,KAAK,EAAE;QACL,kBAAkB,EAAE,IAAI;QACxB,6BAA6B,EAAE,IAAI,CAAC,aAAa;OAClD,EACD,GAAG,EAAE,IAAI,CAAC,SAAS,IAEnB,WAAK,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,IACrE,uBAAkB,EAClB,SAAG,IAAI,EAAC,SAAS,eAAW,SAAS,IACnC,YAAM,CAAC,EAAC,gNAAgN,GAAG,EAC3N,YAAM,CAAC,EAAC,+BAA+B,GAAG,EAC1C,YAAM,CAAC,EAAC,2bAA2b,GAAG,CACpc,CACA,CACE,CACX,CAAC;IAEF,QACE,EAAC,IAAI,QACH,cAAQ,KAAK,EAAC,YAAY,IACxB,eAAS,KAAK,EAAC,kBAAkB,IAC/B,uBAAiB,IAAI,EAAE,IAAI,CAAC,iBAAiB,GAAG,WAAW,GAAG,MAAM,EAAE,GAAG,EAAE,IAAI,CAAC,SAAS,GAAI,CACrF,EAET,IAAI,EAEL,eAAS,KAAK,EAAC,yBAAyB,GAAG,EAE3C,eAAS,KAAK,EAAC,oBAAoB,IACjC,eAAQ,CACA,EAET,MAAM,EAEN,aAAa,EAEb,WAAW,EAEX,OAAO,CACD,EAET,WACE,KAAK,EAAE;QACL,0BAA0B,EAAE,IAAI;QAChC,mCAAmC,EAAE,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,MAAM,CAAC;QAC3E,yCAAyC,EAAE,IAAI,CAAC,YAAY;OAC7D,IAED,YAAM,IAAI,EAAE,IAAI,CAAC,MAAM,GAAI,CACvB,CACD,EACP;GACH;;;;;;;;;;;","names":[],"sources":["src/components/six-header/six-header.scss?tag=six-header&encapsulation=shadow","src/components/six-header/six-header.tsx"],"sourcesContent":["@import 'src/global/component';\n\n$header-height: 3.75rem;\n$border-height: 0.25rem;\n\n:host {\n display: block;\n user-select: none;\n --search-border-width: 1px;\n}\n\n::slotted(six-search-field) {\n position: absolute;\n margin-left: var(--search-border-width);\n width: calc(100% - 2 * var(--search-border-width));\n}\n\n.six-header {\n display: flex;\n width: 100%;\n height: $header-height;\n background-color: var(--six-header-background-color);\n align-items: center;\n flex-wrap: wrap;\n box-shadow: var(--six-shadow-x-large);\n border-bottom: var(--six-header-border-with) solid var(--six-header-border-color);\n\n &__logo {\n width: 6rem;\n margin-top: 0.15rem;\n\n &--clickable {\n cursor: pointer;\n }\n }\n\n &__placeholder {\n flex: 1;\n }\n\n &__menu,\n &__logo,\n &__custom,\n &__search,\n &__notification,\n &__app-switcher,\n &__profile {\n height: calc(100% - #{$border-height} - 1px);\n padding: 0 1.25rem;\n display: flex;\n align-items: center;\n border-bottom: solid $border-height transparent;\n\n &--open {\n border-bottom: solid $border-height var(--six-header-border-color-open);\n }\n }\n\n &__selected-app {\n cursor: pointer;\n font-size: 0.9rem;\n font-weight: 600;\n padding-right: 0;\n padding-left: 0.3rem;\n &:hover {\n color: var(--six-header-selected-app-color-hover);\n }\n }\n\n &__search-field {\n opacity: 0;\n transform: scale(0.9);\n transition: var(--six-transition-fast) opacity, var(--six-transition-fast) transform;\n display: none;\n\n &--visible {\n opacity: 1;\n transform: none;\n display: block;\n }\n\n &--shift-content.six-header__search-field--visible {\n height: 2.65rem;\n transition: var(--six-transition-fast) height;\n }\n\n &--shift-content:not(.six-header__search-field--visible) {\n height: 0;\n transition: var(--six-transition-fast) height;\n }\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State, Watch } from '@stencil/core';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { getSlot, hasSlot } from '../../utils/slot';\nimport { EmptyPayload } from '../../utils/types';\n\nexport interface SixHeaderAppSwitcherSelectPayload {\n selectedLabel: string;\n name: string;\n item: HTMLSixMenuItemElement;\n}\n\nexport interface SixHeaderProfileSelectPayload {\n selectedLabel: string;\n name: string;\n item: HTMLSixMenuItemElement;\n}\n\nexport interface SixHeaderSearchFieldToggle {\n visible: boolean;\n}\n\nenum Section {\n None,\n Search,\n AppSwitcher,\n Profile,\n}\n\nenum Slot {\n Search = 'search-field',\n Notifications = 'notifications',\n AppSwitcher = 'app-switcher-menu',\n Profile = 'profile-menu',\n Logo = 'logo',\n}\n\n/**\n * @since 1.0\n * @status stable\n *\n * @slot - Used to define a custom component that is included in the header.\n * @slot search-field - Used to define the search field component in the header.\n * @slot notifications - Used to define the notification component in the header.\n * @slot app-switcher-menu - Used to define the application switcher menu in the header.\n * @slot profile-menu - Used to define the profile menu in the header.\n * @slot profile-avatar - Used to define the avator in the header.\n */\n\n@Component({\n tag: 'six-header',\n styleUrl: 'six-header.scss',\n shadow: true,\n assetsDirs: ['assets'],\n})\nexport class SixHeader {\n /** Indicates if content should be shifted down when search field is visible. */\n @Prop() shiftContent = false;\n\n /** Set the hamburger menu icon to open or closed state */\n @Prop() openHamburgerMenu = false;\n\n /** Set the header search to be in an open or closed state */\n @Prop() openSearch = false;\n\n /** Set whether the logo should be clickable */\n @Prop() clickableLogo = false;\n\n @Watch('openSearch')\n handleOpenSearchChange() {\n this.computeSearchOpenState();\n }\n\n /** Sets open state for search */\n @Method()\n async setSearchOpenState(openState: boolean) {\n if (this.selectedSection === Section.Search && !openState) {\n this.selectedSection = Section.None;\n } else if (openState && this.selectedSection !== Section.Search) {\n this.selectedSection = Section.Search;\n }\n }\n\n /** Get open state for search */\n @Method()\n async getIsSearchOpen() {\n return this.selectedSection === Section.Search;\n }\n\n /** Emitted when the name of the selected app is clicked. */\n @Event({ eventName: 'six-header-app-name-clicked' }) sixAppNameClicked!: EventEmitter<EmptyPayload>;\n\n /** Emitted when a menu item is in the app switcher menu is selected. */\n @Event({ eventName: 'six-header-app-switcher-select' })\n sixAppSwitcherSelect!: EventEmitter<SixHeaderAppSwitcherSelectPayload>;\n\n /** Emitted when a menu item is in the profile menu is selected. */\n @Event({ eventName: 'six-header-profile-select' }) sixProfileSelect!: EventEmitter<SixHeaderProfileSelectPayload>;\n\n /** Emitted when the hamburger menu is clicked. */\n @Event({ eventName: 'six-header-hamburger-menu-clicked' }) sixHamburgerClick!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the header logo is clicked. */\n @Event({ eventName: 'six-header-logo-clicked' }) sixLogoClick!: EventEmitter<EmptyPayload>;\n\n /** Emitted when search field is toggled. */\n @Event({ eventName: 'six-header-search-field-toggle' })\n sixSearchFieldToggle!: EventEmitter<SixHeaderSearchFieldToggle>;\n\n @Element() host!: HTMLSixHeaderElement;\n\n private eventListeners = new EventListeners();\n\n private slots?: Record<Slot, boolean>;\n\n @State() selectedApp?: string;\n @State() selectedSection?: Section;\n\n private hasSlot(slot: Slot): boolean {\n if (this.slots == null) {\n return false;\n }\n return this.slots[slot];\n }\n\n private isSectionSelected(value: Section) {\n return value === this.selectedSection;\n }\n\n private selectSection(section: Section) {\n return () => (this.selectedSection = section);\n }\n\n private toggleSearch() {\n const visible = this.selectedSection !== Section.Search;\n this.selectedSection = this.selectedSection === Section.Search ? Section.None : Section.Search;\n this.sixSearchFieldToggle.emit({ visible });\n if (this.selectedSection === Section.Search) {\n // setFocus deferred due to https://github.com/ionic-team/stencil/issues/3772\n setTimeout(async () => {\n const slot = getSlot(this.host, Slot.Search);\n slot?.shadowRoot?.querySelector('six-input')?.setFocus();\n }, 50);\n }\n }\n\n private setupMenu = (el?: HTMLSixIconButtonElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'click', () => this.sixHamburgerClick.emit());\n };\n\n private setupLogo = (el?: HTMLElement) => {\n if (!this.clickableLogo || el == null) return;\n\n this.eventListeners.add(el, 'click', () => this.sixLogoClick.emit());\n };\n\n private setupProfile = (el?: HTMLSixDropdownElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.Profile));\n this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));\n this.eventListeners.add(el, 'six-menu-item-selected', (event: Event) => {\n const { name, item } = (event as CustomEvent).detail;\n this.sixProfileSelect.emit({ selectedLabel: item.innerText, name, item });\n });\n };\n\n private setupAppSwitcher = (el?: HTMLSixDropdownElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.AppSwitcher));\n this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));\n this.eventListeners.add(el, 'six-menu-item-selected', (event: Event) => {\n const { name, item } = (event as CustomEvent).detail;\n this.selectedApp = item.innerText;\n this.sixAppSwitcherSelect.emit({ selectedLabel: item.innerText, name, item });\n });\n };\n\n private appNameClicked = () => this.sixAppNameClicked.emit();\n\n private computeSearchOpenState = () => {\n this.selectedSection = this.openSearch ? Section.Search : Section.None;\n };\n\n componentWillLoad() {\n this.slots = {\n [Slot.Search]: hasSlot(this.host, Slot.Search),\n [Slot.Notifications]: hasSlot(this.host, Slot.Notifications),\n [Slot.AppSwitcher]: hasSlot(this.host, Slot.AppSwitcher),\n [Slot.Profile]: hasSlot(this.host, Slot.Profile),\n [Slot.Logo]: hasSlot(this.host, Slot.Logo),\n };\n\n if (this.hasSlot(Slot.AppSwitcher)) {\n this.selectedApp = this.getSelectedApp();\n }\n\n if (this.hasSlot(Slot.Search)) {\n this.computeSearchOpenState();\n }\n }\n\n private getSelectedApp(): string | undefined {\n // there are more concise ways to select the first checked menu item, but this is one that works for jest\n const element = getSlot(this.host, Slot.AppSwitcher);\n if (element == null) {\n return undefined;\n }\n const items = Array.from(element.querySelectorAll('six-menu-item'));\n const firstCheckedMenuItem = items.find((item: HTMLElement) => item.hasAttribute('checked'));\n return firstCheckedMenuItem?.textContent ?? undefined;\n }\n\n disconnectedCallback() {\n this.eventListeners.removeAll();\n }\n\n render() {\n const search = this.hasSlot(Slot.Search) && (\n <section\n class={{\n 'six-header__search': true,\n 'six-header__search--open': this.isSectionSelected(Section.Search),\n }}\n >\n <six-icon-button name=\"search\" onClick={() => this.toggleSearch()} data-testid=\"search-trigger\" />\n </section>\n );\n\n const notifications = this.hasSlot(Slot.Notifications) && (\n <section class=\"six-header__notification\">\n <slot name={Slot.Notifications} />\n </section>\n );\n\n const appSwitcher = this.hasSlot(Slot.AppSwitcher) && (\n <section\n class={{\n 'six-header__app-switcher': true,\n 'six-header__app-switcher--open': this.isSectionSelected(Section.AppSwitcher),\n }}\n >\n <a onClick={this.appNameClicked} class=\"six-header__selected-app\">\n {this.selectedApp}\n </a>\n <six-dropdown distance={13} skidding={20} placement=\"bottom-end\" ref={this.setupAppSwitcher}>\n <six-icon-button name=\"apps\" slot=\"trigger\" />\n <slot name={Slot.AppSwitcher} />\n </six-dropdown>\n </section>\n );\n\n const profile = this.hasSlot(Slot.Profile) && (\n <section\n class={{\n 'six-header__profile': true,\n 'six-header__profile--open': this.isSectionSelected(Section.Profile),\n }}\n >\n <six-dropdown distance={17} skidding={20} placement=\"bottom-end\" ref={this.setupProfile}>\n <slot name=\"profile-avatar\" slot=\"trigger\" />\n <slot name=\"profile-menu\" />\n </six-dropdown>\n </section>\n );\n\n const logo = this.hasSlot(Slot.Logo) ? (\n <section>\n <slot name=\"logo\" />\n </section>\n ) : (\n <section\n class={{\n 'six-header__logo': true,\n 'six-header__logo--clickable': this.clickableLogo,\n }}\n ref={this.setupLogo}\n >\n <svg height=\"20\" viewBox=\"0 0 90 26\" xmlns=\"http://www.w3.org/2000/svg\">\n <title>SIX</title>\n <g fill=\"#DE3919\" fill-rule=\"nonzero\">\n <path d=\"m22.798 3.869c1.82-2.168 4.549-3.545 7.6-3.545h6.807v4.961h-6.807c-1.526 0-2.89.689-3.8 1.771l-12.19 14.526c-1.82 2.166-4.549 3.545-7.6 3.545h-6.808v-4.961h6.808c1.525 0 2.889-.689 3.799-1.773l12.191-14.525\" />\n <path d=\"m42.16.324h5.21v24.806h-5.21z\" />\n <path d=\"m66.743 3.869l4.195 4.999 4.195-4.999c1.819-2.168 4.549-3.545 7.6-3.545h6.806v4.961h-6.806c-1.526 0-2.89.689-3.8 1.771l-4.758 5.669 4.758 5.669c.91 1.084 2.274 1.773 3.8 1.773h6.806v4.961h-6.806c-3.051 0-5.781-1.379-7.6-3.545l-4.195-4.999-4.195 4.999c-1.82 2.166-4.55 3.545-7.6 3.545h-6.807v-4.961h6.807c1.525 0 2.889-.689 3.799-1.773l4.758-5.669-4.758-5.669c-.91-1.083-2.274-1.771-3.799-1.771h-6.807v-4.961h6.807c3.05 0 5.78 1.378 7.6 3.545\" />\n </g>\n </svg>\n </section>\n );\n\n return (\n <Host>\n <header class=\"six-header\">\n <section class=\"six-header__menu\">\n <six-icon-button name={this.openHamburgerMenu ? 'menu_open' : 'menu'} ref={this.setupMenu} />\n </section>\n\n {logo}\n\n <section class=\"six-header__placeholder\" />\n\n <section class=\"six-header__custom\">\n <slot />\n </section>\n\n {search}\n\n {notifications}\n\n {appSwitcher}\n\n {profile}\n </header>\n\n <div\n class={{\n 'six-header__search-field': true,\n 'six-header__search-field--visible': this.isSectionSelected(Section.Search),\n 'six-header__search-field--shift-content': this.shiftContent,\n }}\n >\n <slot name={Slot.Search} />\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"six-header.entry.js","mappings":"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","names":[],"sources":["src/components/six-header/six-header.scss?tag=six-header&encapsulation=shadow","src/components/six-header/six-header.tsx"],"sourcesContent":["@import 'src/global/component';\n\n$header-height: 3.75rem;\n$border-height: 0.25rem;\n\n:host {\n display: block;\n user-select: none;\n --search-border-width: 1px;\n}\n\n::slotted(six-search-field) {\n position: absolute;\n margin-left: var(--search-border-width);\n width: calc(100% - 2 * var(--search-border-width));\n}\n\n.six-header {\n display: flex;\n width: 100%;\n height: $header-height;\n background-color: var(--six-header-background-color);\n align-items: center;\n flex-wrap: wrap;\n box-shadow: var(--six-shadow-medium);\n border-bottom: var(--six-header-border-with) solid var(--six-header-border-color);\n\n &__logo {\n width: 6rem;\n margin-top: 0.15rem;\n\n &--clickable {\n cursor: pointer;\n }\n\n &--six {\n height: 20px;\n overflow: visible;\n }\n\n &--bme {\n margin-top: 6px;\n height: 40px;\n overflow: visible;\n }\n }\n\n &__placeholder {\n flex: 1;\n }\n\n &__menu,\n &__logo,\n &__custom,\n &__search,\n &__notification,\n &__app-switcher,\n &__profile {\n height: calc(100% - #{$border-height} - 1px);\n padding: 0 1.25rem;\n display: flex;\n align-items: center;\n border-bottom: solid $border-height transparent;\n\n &--open {\n border-bottom: solid $border-height var(--six-header-border-color-open);\n }\n }\n\n &__app-switcher-dropdown {\n display: flex;\n align-items: center;\n }\n\n &__selected-app {\n cursor: pointer;\n font-size: 0.9rem;\n font-weight: 600;\n padding-right: 0;\n padding-left: 0.3rem;\n &:hover {\n color: var(--six-header-selected-app-color-hover);\n }\n }\n\n &__search-field {\n opacity: 0;\n transform: scale(0.9);\n transition: var(--six-transition-fast) opacity, var(--six-transition-fast) transform;\n display: none;\n\n &--visible {\n opacity: 1;\n transform: none;\n display: block;\n }\n\n &--shift-content.six-header__search-field--visible {\n height: 2.65rem;\n transition: var(--six-transition-fast) height;\n }\n\n &--shift-content:not(.six-header__search-field--visible) {\n height: 0;\n transition: var(--six-transition-fast) height;\n }\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State, Watch } from '@stencil/core';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { getSlot, hasSlot } from '../../utils/slot';\nimport { EmptyPayload } from '../../utils/types';\n\nexport interface SixHeaderAppSwitcherSelectPayload {\n selectedLabel: string;\n name: string;\n item: HTMLSixMenuItemElement;\n}\n\nexport interface SixHeaderProfileSelectPayload {\n selectedLabel: string;\n name: string;\n item: HTMLSixMenuItemElement;\n}\n\nexport interface SixHeaderSearchFieldToggle {\n visible: boolean;\n}\n\nenum Section {\n None,\n Search,\n AppSwitcher,\n Profile,\n}\n\nenum Slot {\n Search = 'search-field',\n Notifications = 'notifications',\n AppSwitcher = 'app-switcher-menu',\n Profile = 'profile-menu',\n Logo = 'logo',\n}\n\n/**\n * @since 1.0\n * @status stable\n *\n * @slot - Used to define a custom component that is included in the header.\n * @slot search-field - Used to define the search field component in the header.\n * @slot notifications - Used to define the notification component in the header.\n * @slot app-switcher-menu - Used to define the application switcher menu in the header.\n * @slot profile-menu - Used to define the profile menu in the header.\n * @slot profile-avatar - Used to define the avator in the header.\n */\n\n@Component({\n tag: 'six-header',\n styleUrl: 'six-header.scss',\n shadow: true,\n assetsDirs: ['assets'],\n})\nexport class SixHeader {\n /** Indicates if content should be shifted down when search field is visible. */\n @Prop() shiftContent = false;\n\n /** Set whether the hamburger menu should be visible or not */\n @Prop() hideHamburgerMenu = false;\n\n /** Set the hamburger menu icon to open or closed state */\n @Prop() openHamburgerMenu = false;\n\n /** Set the header search to be in an open or closed state */\n @Prop() openSearch = false;\n\n /** Set whether the logo should be clickable */\n @Prop() clickableLogo = false;\n\n /** The displayed logo. Either six or bme. Defaults to six. */\n @Prop() logo: 'six' | 'bme' = 'six';\n\n @Watch('openSearch')\n handleOpenSearchChange() {\n this.computeSearchOpenState();\n }\n\n /** Sets open state for search */\n @Method()\n async setSearchOpenState(openState: boolean) {\n if (this.selectedSection === Section.Search && !openState) {\n this.selectedSection = Section.None;\n } else if (openState && this.selectedSection !== Section.Search) {\n this.selectedSection = Section.Search;\n }\n }\n\n /** Get open state for search */\n @Method()\n async getIsSearchOpen() {\n return this.selectedSection === Section.Search;\n }\n\n /** Emitted when the name of the selected app is clicked. */\n @Event({ eventName: 'six-header-app-name-clicked' }) sixAppNameClicked!: EventEmitter<EmptyPayload>;\n\n /** Emitted when a menu item is in the app switcher menu is selected. */\n @Event({ eventName: 'six-header-app-switcher-select' })\n sixAppSwitcherSelect!: EventEmitter<SixHeaderAppSwitcherSelectPayload>;\n\n /** Emitted when a menu item is in the profile menu is selected. */\n @Event({ eventName: 'six-header-profile-select' }) sixProfileSelect!: EventEmitter<SixHeaderProfileSelectPayload>;\n\n /** Emitted when the hamburger menu is clicked. */\n @Event({ eventName: 'six-header-hamburger-menu-clicked' }) sixHamburgerClick!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the header logo is clicked. */\n @Event({ eventName: 'six-header-logo-clicked' }) logoClick!: EventEmitter<EmptyPayload>;\n\n /** Emitted when search field is toggled. */\n @Event({ eventName: 'six-header-search-field-toggle' })\n sixSearchFieldToggle!: EventEmitter<SixHeaderSearchFieldToggle>;\n\n @Element() host!: HTMLSixHeaderElement;\n\n private eventListeners = new EventListeners();\n\n private slots?: Record<Slot, boolean>;\n\n private mutationObserver?: MutationObserver;\n\n @State() selectedApp?: string;\n @State() selectedSection?: Section;\n\n private hasSlot(slot: Slot): boolean {\n if (this.slots == null) {\n return false;\n }\n return this.slots[slot];\n }\n\n private isSectionSelected(value: Section) {\n return value === this.selectedSection;\n }\n\n private selectSection(section: Section) {\n return () => (this.selectedSection = section);\n }\n\n private toggleSearch() {\n const visible = this.selectedSection !== Section.Search;\n this.selectedSection = this.selectedSection === Section.Search ? Section.None : Section.Search;\n this.sixSearchFieldToggle.emit({ visible });\n if (this.selectedSection === Section.Search) {\n // setFocus deferred due to https://github.com/ionic-team/stencil/issues/3772\n setTimeout(async () => {\n const slot = getSlot(this.host, Slot.Search);\n slot?.shadowRoot?.querySelector('six-input')?.setFocus();\n }, 50);\n }\n }\n\n private setupMenu = (el?: HTMLSixIconButtonElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'click', () => this.sixHamburgerClick.emit());\n };\n\n private setupLogo = (el?: HTMLElement) => {\n if (!this.clickableLogo || el == null) return;\n\n this.eventListeners.add(el, 'click', () => this.logoClick.emit());\n };\n\n private setupProfile = (el?: HTMLSixDropdownElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.Profile));\n this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));\n this.eventListeners.add(el, 'six-menu-item-selected', (event: Event) => {\n const { name, item } = (event as CustomEvent).detail;\n this.sixProfileSelect.emit({ selectedLabel: item.innerText, name, item });\n });\n };\n\n private setupAppSwitcher = (el?: HTMLSixDropdownElement) => {\n if (el == null) return;\n\n this.eventListeners.add(el, 'six-dropdown-show', this.selectSection(Section.AppSwitcher));\n this.eventListeners.add(el, 'six-dropdown-hide', this.selectSection(Section.None));\n this.eventListeners.add(el, 'six-menu-item-selected', (event: Event) => {\n const { name, item } = (event as CustomEvent).detail;\n this.selectedApp = item.innerText;\n this.sixAppSwitcherSelect.emit({ selectedLabel: item.innerText, name, item });\n });\n };\n\n private appNameClicked = () => this.sixAppNameClicked.emit();\n\n private computeSearchOpenState = () => {\n this.selectedSection = this.openSearch ? Section.Search : Section.None;\n };\n\n componentWillLoad() {\n this.slots = {\n [Slot.Search]: hasSlot(this.host, Slot.Search),\n [Slot.Notifications]: hasSlot(this.host, Slot.Notifications),\n [Slot.AppSwitcher]: hasSlot(this.host, Slot.AppSwitcher),\n [Slot.Profile]: hasSlot(this.host, Slot.Profile),\n [Slot.Logo]: hasSlot(this.host, Slot.Logo),\n };\n\n if (this.hasSlot(Slot.AppSwitcher)) {\n this.updateSelectedApp();\n }\n\n if (this.hasSlot(Slot.Search)) {\n this.computeSearchOpenState();\n }\n }\n\n connectedCallback() {\n const appSwitcherSlot = getSlot(this.host, Slot.AppSwitcher);\n if (appSwitcherSlot) {\n this.mutationObserver = new MutationObserver((mutations) => {\n if (mutations.some((mutation) => mutation.type === 'childList' || mutation.type === 'attributes')) {\n this.updateSelectedApp();\n }\n });\n this.mutationObserver.observe(appSwitcherSlot, { attributes: true, childList: true, subtree: true });\n }\n }\n\n private updateSelectedApp() {\n // there are more concise ways to select the first checked menu item, but this is one that works for jest\n const element = getSlot(this.host, Slot.AppSwitcher);\n if (element == null) {\n return undefined;\n }\n const items = Array.from(element.querySelectorAll('six-menu-item'));\n const firstCheckedMenuItem = items.find(\n (item) => item.hasAttribute('checked') && item.getAttribute('checked') !== 'false'\n );\n this.selectedApp = firstCheckedMenuItem?.textContent ?? undefined;\n }\n\n disconnectedCallback() {\n this.eventListeners.removeAll();\n this.mutationObserver?.disconnect();\n }\n\n render() {\n const hamburgerMenu = !this.hideHamburgerMenu && (\n <section class=\"six-header__menu\">\n <six-icon-button name={this.openHamburgerMenu ? 'menu_open' : 'menu'} ref={this.setupMenu} />\n </section>\n );\n\n const search = this.hasSlot(Slot.Search) && (\n <section\n class={{\n 'six-header__search': true,\n 'six-header__search--open': this.isSectionSelected(Section.Search),\n }}\n >\n <six-icon-button name=\"search\" onClick={() => this.toggleSearch()} data-testid=\"search-trigger\" />\n </section>\n );\n\n const notifications = this.hasSlot(Slot.Notifications) && (\n <section class=\"six-header__notification\">\n <slot name={Slot.Notifications} />\n </section>\n );\n\n const appSwitcher = this.hasSlot(Slot.AppSwitcher) && (\n <section\n class={{\n 'six-header__app-switcher': true,\n 'six-header__app-switcher--open': this.isSectionSelected(Section.AppSwitcher),\n }}\n >\n <six-dropdown distance={13} skidding={20} placement=\"bottom-end\" ref={this.setupAppSwitcher}>\n <div slot=\"trigger\" class=\"six-header__app-switcher-dropdown\">\n <a onClick={this.appNameClicked} class=\"six-header__selected-app\">\n {this.selectedApp}\n </a>\n <six-icon-button name=\"apps\" />\n </div>\n <slot name={Slot.AppSwitcher} />\n </six-dropdown>\n </section>\n );\n\n const profile = this.hasSlot(Slot.Profile) && (\n <section\n class={{\n 'six-header__profile': true,\n 'six-header__profile--open': this.isSectionSelected(Section.Profile),\n }}\n >\n <six-dropdown distance={17} skidding={20} placement=\"bottom-end\" ref={this.setupProfile}>\n <slot name=\"profile-avatar\" slot=\"trigger\" />\n <slot name=\"profile-menu\" />\n </six-dropdown>\n </section>\n );\n\n const logo = this.hasSlot(Slot.Logo) ? (\n <section>\n <slot name=\"logo\" />\n </section>\n ) : (\n <section\n class={{\n 'six-header__logo': true,\n 'six-header__logo--clickable': this.clickableLogo,\n }}\n ref={this.setupLogo}\n >\n {this.logo === 'bme' ? bmeLogo() : sixLogo()}\n </section>\n );\n\n return (\n <Host>\n <header part=\"header\" class=\"six-header\">\n {hamburgerMenu}\n\n {logo}\n\n <section class=\"six-header__placeholder\" />\n\n <section class=\"six-header__custom\">\n <slot />\n </section>\n\n {search}\n\n {notifications}\n\n {appSwitcher}\n\n {profile}\n </header>\n\n <div\n class={{\n 'six-header__search-field': true,\n 'six-header__search-field--visible': this.isSectionSelected(Section.Search),\n 'six-header__search-field--shift-content': this.shiftContent,\n }}\n >\n <slot name={Slot.Search} />\n </div>\n </Host>\n );\n }\n}\n\nfunction sixLogo() {\n return (\n <svg class=\"six-header__logo--six\" viewBox=\"0 0 90 26\" xmlns=\"http://www.w3.org/2000/svg\">\n <title>SIX</title>\n <g fill=\"#DE3919\" fill-rule=\"nonzero\">\n <path d=\"m22.798 3.869c1.82-2.168 4.549-3.545 7.6-3.545h6.807v4.961h-6.807c-1.526 0-2.89.689-3.8 1.771l-12.19 14.526c-1.82 2.166-4.549 3.545-7.6 3.545h-6.808v-4.961h6.808c1.525 0 2.889-.689 3.799-1.773l12.191-14.525\" />\n <path d=\"m42.16.324h5.21v24.806h-5.21z\" />\n <path d=\"m66.743 3.869l4.195 4.999 4.195-4.999c1.819-2.168 4.549-3.545 7.6-3.545h6.806v4.961h-6.806c-1.526 0-2.89.689-3.8 1.771l-4.758 5.669 4.758 5.669c.91 1.084 2.274 1.773 3.8 1.773h6.806v4.961h-6.806c-3.051 0-5.781-1.379-7.6-3.545l-4.195-4.999-4.195 4.999c-1.82 2.166-4.55 3.545-7.6 3.545h-6.807v-4.961h6.807c1.525 0 2.889-.689 3.799-1.773l4.758-5.669-4.758-5.669c-.91-1.083-2.274-1.771-3.799-1.771h-6.807v-4.961h6.807c3.05 0 5.78 1.378 7.6 3.545\" />\n </g>\n </svg>\n );\n}\n\nfunction bmeLogo() {\n return (\n <svg class=\"six-header__logo--bme\" viewBox=\"0 0 249.38 122.47\">\n <title>BME Exchange</title>\n <defs>\n <style>\n .cls-1 {'{'}\n fill: #002c5f;\n {'}'}\n .cls-1, .cls-2 {'{'}\n stroke-width: 0px;\n {'}'}\n .cls-2 {'{'}\n fill: #959595;\n {'}'}\n </style>\n </defs>\n <polygon\n class=\"cls-2\"\n points=\"183.07 88.18 205.3 52.02 178.8 52.02 178.8 36.16 205.3 36.16 183.07 0 202.45 0 228.71 44.09 201.32 88.18 183.07 88.18\"\n />\n <g>\n <path\n class=\"cls-1\"\n d=\"M124.21,104.18c2.64,0,3.97,1.46,3.97,4.38v8.37h-1.96l-.44-1.71h-.07c-.41.66-.88,1.15-1.4,1.47-.52.31-1.17.47-1.97.47-1.05,0-1.83-.37-2.36-1.11-.53-.74-.8-1.65-.8-2.75,0-1.29.39-2.27,1.18-2.94s1.93-1.03,3.44-1.1l1.71-.07v-.6c0-.8-.14-1.38-.42-1.75-.28-.37-.7-.55-1.27-.55-.43,0-.88.08-1.35.23-.47.15-.96.36-1.46.62l-.81-1.94c1.17-.69,2.51-1.04,4.01-1.04ZM125.5,110.99l-1.11.05c-.89.05-1.53.26-1.91.63-.38.38-.58.9-.58,1.58,0,1.22.48,1.82,1.45,1.82.61,0,1.13-.26,1.53-.77.41-.51.61-1.23.61-2.16v-1.15Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M143.33,112.3c0,.97-.2,1.82-.61,2.55-.41.73-.99,1.3-1.74,1.71-.75.41-1.65.61-2.7.61-.74,0-1.44-.07-2.1-.21-.66-.14-1.28-.35-1.87-.64v-2.77c.61.35,1.27.63,1.96.83.69.2,1.35.3,1.98.3.75,0,1.32-.2,1.71-.61.38-.41.58-.92.58-1.53,0-.65-.2-1.17-.6-1.58-.4-.41-1.09-.86-2.08-1.37-.65-.35-1.23-.73-1.74-1.13-.52-.4-.92-.89-1.22-1.48s-.45-1.32-.45-2.21c-.02-1.37.42-2.47,1.29-3.3.88-.83,2.04-1.24,3.51-1.22.72,0,1.41.09,2.08.27.66.18,1.29.42,1.89.73l-.83,2.4c-1.11-.6-2.15-.9-3.11-.9-.66,0-1.17.18-1.52.53-.35.35-.53.81-.53,1.38,0,.45.08.82.24,1.13.16.31.44.6.83.88.39.28.93.58,1.6.92,1.14.58,2,1.23,2.57,1.95s.86,1.64.86,2.78Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M150.52,116.94h-6.09v-1.55l1.66-.6v-12.18l-1.66-.6v-1.55h6.09v1.55l-1.66.6v12.18l1.66.6v1.55Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M162.33,116.94h-3.02l-2.72-6.16-2.81,6.16h-2.91l4.15-8.49-3.81-7.98h2.93l2.47,5.72,2.47-5.72h2.93l-3.81,8.05,4.13,8.42Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M172.04,117.17c-1.58,0-2.79-.52-3.62-1.57-.83-1.05-1.25-2.67-1.25-4.87,0-2.04.42-3.65,1.27-4.81s2.08-1.74,3.71-1.74c.63,0,1.2.07,1.71.2.51.13.96.32,1.36.57l-.76,2.12c-.37-.18-.74-.33-1.11-.44-.37-.11-.72-.16-1.06-.16-1.6,0-2.4,1.42-2.4,4.27s.8,4.15,2.4,4.15c.49,0,.96-.07,1.4-.22.44-.15.87-.35,1.3-.61v2.28c-.83.55-1.81.83-2.95.83Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M186.25,110.64c0,1.28-.18,2.4-.54,3.38-.36.98-.91,1.75-1.65,2.31-.74.56-1.68.84-2.81.84-1.06,0-1.96-.28-2.7-.83s-1.3-1.32-1.68-2.31c-.38-.98-.58-2.11-.58-3.39,0-1.98.42-3.56,1.25-4.72.83-1.16,2.08-1.74,3.76-1.74,1.51,0,2.71.55,3.61,1.66s1.35,2.71,1.35,4.8ZM179.03,110.66c0,1.4.18,2.46.53,3.18.35.72.92,1.08,1.71,1.08s1.38-.36,1.73-1.08c.35-.72.53-1.79.53-3.21s-.18-2.45-.53-3.15c-.35-.7-.93-1.05-1.73-1.05s-1.35.35-1.71,1.05c-.35.7-.53,1.76-.53,3.17Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M200.16,104.18c1.15,0,2.02.37,2.59,1.1.58.73.87,1.86.87,3.4v8.26h-2.68v-7.61c0-1.89-.53-2.84-1.59-2.84-.75,0-1.29.33-1.6.99-.32.66-.47,1.63-.47,2.91v6.55h-2.68v-7.63c0-.97-.13-1.68-.39-2.13-.26-.45-.66-.68-1.2-.68-.81,0-1.36.37-1.65,1.12s-.43,1.8-.43,3.17v6.16h-2.68v-12.52h2.1l.32,1.64h.16c.28-.62.68-1.08,1.22-1.4.54-.32,1.15-.47,1.84-.47.78,0,1.42.17,1.91.52.49.34.85.8,1.06,1.37h.18c.64-1.26,1.68-1.89,3.09-1.89Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M211.78,104.18c1.28,0,2.27.55,2.99,1.66s1.07,2.72,1.07,4.84-.36,3.66-1.07,4.79c-.71,1.13-1.69,1.7-2.92,1.7-.69,0-1.29-.16-1.8-.48s-.92-.77-1.24-1.34h-.12c.03.38.06.74.08,1.06.02.32.03.61.03.88v5.19h-2.68v-18.06h2.17l.37,1.66h.14c.69-1.26,1.68-1.89,2.98-1.89ZM211.02,106.42c-.78,0-1.35.32-1.7.95-.35.63-.52,1.61-.52,2.95v.51c0,1.37.17,2.39.51,3.06.34.67.91,1,1.73,1,1.38,0,2.08-1.4,2.08-4.2,0-1.4-.17-2.46-.51-3.18-.34-.72-.87-1.08-1.59-1.08Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M222.16,104.18c2.64,0,3.97,1.46,3.97,4.38v8.37h-1.96l-.44-1.71h-.07c-.41.66-.88,1.15-1.4,1.47-.52.31-1.17.47-1.97.47-1.05,0-1.83-.37-2.37-1.11-.53-.74-.8-1.65-.8-2.75,0-1.29.39-2.27,1.18-2.94.78-.67,1.93-1.03,3.44-1.1l1.71-.07v-.6c0-.8-.14-1.38-.41-1.75-.28-.37-.7-.55-1.27-.55-.43,0-.88.08-1.35.23-.47.15-.96.36-1.47.62l-.81-1.94c1.17-.69,2.51-1.04,4.01-1.04ZM223.45,110.99l-1.11.05c-.89.05-1.53.26-1.91.63-.38.38-.58.9-.58,1.58,0,1.22.48,1.82,1.45,1.82.61,0,1.13-.26,1.53-.77.41-.51.61-1.23.61-2.16v-1.15Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M234.32,104.18c1.14,0,2.02.37,2.65,1.1s.95,1.85.95,3.36v8.3h-2.68v-7.66c0-.92-.13-1.62-.38-2.09s-.68-.7-1.28-.7c-.85,0-1.43.34-1.76,1.01-.33.68-.5,1.76-.5,3.25v6.18h-2.68v-12.52h2.1l.32,1.64h.16c.31-.62.73-1.08,1.27-1.4s1.15-.47,1.82-.47Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M238.98,104.41h2.84l1.84,6.64c.11.43.21.86.3,1.3s.16.87.21,1.28h.09c.05-.37.12-.77.22-1.2.1-.43.21-.89.33-1.38l1.78-6.64h2.79l-4.2,14.05c-.43,1.38-.97,2.4-1.63,3.04-.65.65-1.5.97-2.55.97-.28,0-.53-.02-.77-.05-.24-.03-.46-.08-.68-.14v-2.28c.17.05.34.08.52.11s.35.05.52.05c.54,0,.95-.18,1.23-.53.28-.35.56-.94.82-1.75l.28-1.04-3.94-12.43Z\"\n />\n </g>\n <polygon class=\"cls-1\" points=\"249.37 88.18 231.12 88.18 218.67 67.95 227.9 53.08 249.37 88.18\" />\n <polygon class=\"cls-1\" points=\"218.53 18.92 229.99 0 249.37 0 227.9 34.66 218.53 18.92\" />\n <polygon\n class=\"cls-1\"\n points=\"112.98 72.41 155.28 72.41 155.28 62.51 123.42 62.51 123.42 49.18 146.37 49.18 146.37 39.27 123.42 39.27 123.42 25.79 155.28 25.79 155.28 15.89 112.98 15.89 112.98 39.27 123.42 39.27 123.42 49.18 112.98 49.18 112.98 72.41\"\n />\n <path\n class=\"cls-1\"\n d=\"M10.44,48.38h20.6c4.68,0,8.1,3.06,8.1,7.11s-3.42,7.02-8.1,7.02H10.44v-14.13ZM10.44,25.79h18.54c4.59,0,7.02,2.96,7.02,6.29s-2.43,6.39-7.02,6.39H10.44v-12.68ZM0,72.41h32.21c9.9,0,17.37-6.3,17.37-16.38,0-7.2-4.23-11.89-10.08-13.77,4.23-1.89,6.93-6.03,6.93-11.25,0-10.08-7.65-15.12-16.29-15.12H0v22.59h10.44v9.9H0v24.03Z\"\n />\n <polygon\n class=\"cls-1\"\n points=\"56.47 72.37 66.91 72.37 66.91 37.45 81.58 52.31 96.25 37.45 96.25 72.37 106.69 72.37 106.69 14.68 81.58 39.72 56.47 14.68 56.47 72.37\"\n />\n <path\n class=\"cls-1\"\n d=\"M1.69,82.58c.19,0,.46,0,.62,0,.51,0,.96.18.96.79,0,.49-.37.7-.48.76-.23.1-.73.1-1.1.1v-1.64ZM1.69,85.33c.71-.01,1.12-.01,1.39.15.27.17.37.46.37.76,0,.42-.23.68-.57.8-.28.09-.79.09-1.19.08v-1.81ZM1.76,88.18c.87.02,1.95.04,2.65-.44.62-.44.78-1.06.78-1.59,0-.6-.25-1.15-.78-1.42-.18-.08-.38-.12-.58-.17.32-.13.69-.29.93-.79.11-.22.15-.44.15-.65,0-.3-.08-.71-.38-1.05-.39-.42-1-.53-1.92-.53-.32,0-.89,0-1.21.02l-1.3.02-.06.05c.04.9.05,1.24.05,2.53s0,2.65-.03,3.99l.07.03h1.63Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M10.17,83.04c.19.21.27.49.33.75.08.36.09.7.1.93.04,1.4-.26,2.42-1.35,2.42-1.29,0-1.38-1.52-1.38-2.36,0-1.12.27-1.7.71-1.98.25-.15.5-.19.68-.19.35,0,.69.16.91.43M11.65,82.44c-.16-.2-.34-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.17.1-1.67.39-1.14.65-1.35,1.73-1.42,2.13-.06.32-.09.64-.09.96,0,.64.07,1.83.96,2.65.71.66,1.68.76,2.16.76.72,0,1.45-.18,2-.63.93-.77,1.12-2.04,1.12-2.83,0-1.47-.47-2.14-.7-2.43\"\n />\n <path\n class=\"cls-1\"\n d=\"M17.76,86.9c-1.02.06-1.83.07-2.12.07h-.18c-.02-2.5,0-3.13.07-5.37l-.06-.05c-.8.03-1.01.03-1.66.03l-.05.05c.04.75.04.98.04,2.09,0,1.47,0,2.95,0,4.43l.04.05c1.84-.03,2.17-.03,3.86-.03l.05-.05.07-1.18-.04-.04Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M21.15,84.16c-.79-.33-1.19-.5-1.19-.92,0-.28.27-.66.88-.66.71,0,1.13.29,1.48.53l.08-.03.07-1.23-.04-.07c-.4-.17-.83-.35-1.74-.35-1.75,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.65.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.09.03-.07,1.32.06.07c.1.04.21.08.31.11.22.08.77.24,1.47.24.28,0,.99-.04,1.56-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.21-1.11-.7-1.49-.25-.18-.5-.3-.72-.4l-.24-.09Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M25.56,85.29l.47-1.58.32-1.1.29,1.22.35,1.46h-1.43ZM27.54,81.55c-.9.02-1.09.02-2.09.02l-.07.06c-.49,1.59-.79,2.54-2.17,6.48l.04.07h1.46l.06-.06.46-1.7h2.02l.4,1.73.06.06c.68-.03.87-.03,1.63-.03l.04-.07c-1.13-4.01-1.26-4.44-1.8-6.51l-.06-.05Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M32.94,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.26-.66.89-.66.71,0,1.13.29,1.47.53l.08-.03.07-1.23-.04-.07c-.41-.17-.83-.35-1.74-.35-1.75,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.09.03-.07,1.32.06.07c.1.04.2.08.31.11.21.08.76.24,1.47.24.27,0,.99-.04,1.55-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.21-1.11-.7-1.49-.26-.18-.49-.3-.72-.4l-.24-.09Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M41.67,88.12c-.05-1.22-.06-1.55-.06-2.75l2.06-3.77-.03-.06c-.7.02-.89.02-1.47.02l-.05.06c-.54,1.17-.8,1.67-1.19,2.43-.1-.21-.58-1.11-.67-1.29-.17-.34-.3-.62-.57-1.22l-.07-.04c-.8.04-1,.06-1.78.06l-.03.08c.28.48,1.52,2.6,1.76,3.03.13.25.26.48.4.73v.29c0,.93-.01,1.34-.07,2.44l.05.06c.78-.03.99-.03,1.65-.03l.06-.06Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M54.31,81.55c-.98.02-1.14.02-2.17.02l-.06.06-.43,1.52-.37,1.35-.44,1.63-.41-1.68-.26-1.06-.47-1.8-.04-.05c-1,.02-1.17.02-2.22.02l-.06.06c-.1,2.8-.13,3.52-.34,6.52l.04.06c.6-.03.78-.03,1.32-.03l.05-.06.03-1.79.06-1.81.04-1.77.41,1.66.36,1.33.63,2.42.06.06c.58-.03.74-.03,1.4-.03l.05-.06.54-1.99.38-1.37.52-1.96v1.68l.03,1.42v2.25l.04.06c.65-.03.9-.03,1.62-.03l.05-.06c-.06-1.07-.13-2.14-.16-3.22-.03-.59-.05-1.18-.08-1.77-.04-.87-.05-.98-.05-1.54l-.05-.05Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M60.62,86.92c-1.11.06-1.37.07-2.57.07v-1.64s2.17,0,2.17,0l.07-.05.06-1.06-.05-.06-2.26.04v-1.49c1.06,0,1.27,0,2.4.03l.04-.06.07-1.09-.04-.04h-4.11l-.06.06c.06.91.08,1.25.08,3.76,0,1.18-.02,1.77-.05,2.74l.05.04h4.12l.08-.06.06-1.14-.05-.07Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M63.49,82.69c.13,0,.27,0,.39,0,.37,0,1.09,0,1.09.82,0,.26-.07.61-.41.82-.26.16-.59.18-1.07.19v-1.83ZM63.93,85.61c.63,1.07.77,1.35,1.37,2.57l.08.05c.29-.01.57-.03.86-.05.29,0,.59-.01.88-.01l.06-.11c-.36-.46-.46-.6-1.13-1.68-.3-.48-.45-.73-.69-1.14.43-.19,1.28-.58,1.28-1.77,0-.41-.11-1.26-.88-1.67-.49-.25-.99-.26-2.09-.25h-.66s-1.14.01-1.14.01l-.05.06c.05.94.08,1.92.08,4.46,0,.88,0,1.29-.03,2.07l.05.06c.68-.04.83-.04,1.6-.04l.06-.05c-.08-1.08-.08-1.38-.09-2.49l.46-.02Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M72.95,86.51c-.22.17-.69.52-1.47.52-1.06,0-1.82-.8-1.82-2.12,0-.8.28-2.21,1.8-2.21.71,0,1.09.27,1.33.45l.08-.02.08-1.29-.04-.05c-.34-.13-.91-.34-1.73-.34-2.42,0-3.26,1.86-3.26,3.51,0,1.79,1.1,3.37,3.38,3.37.78,0,1.3-.2,1.6-.32l.05-.06.06-1.4-.06-.04Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M75.77,85.29l.47-1.58.33-1.1.28,1.22.34,1.46h-1.42ZM77.75,81.55c-.9.02-1.08.02-2.08.02l-.07.06c-.5,1.59-.8,2.54-2.18,6.48l.04.07h1.46l.06-.06.46-1.7h2.02l.4,1.73.07.06c.69-.03.87-.03,1.63-.03l.05-.07c-1.13-4.01-1.26-4.44-1.8-6.51l-.07-.05Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M82.34,86.98c-.02-.92-.03-1.79-.03-2.69,0-.5,0-1.01,0-1.51.19-.02.38-.03.57-.03.57,0,1.69,0,1.69,2,0,1.17-.44,1.69-.67,1.88-.42.34-1.07.34-1.58.34M81.83,88.18c.24.02.49.02.74.02,1.05,0,2.74-.04,3.43-1.71.25-.61.31-1.37.31-1.78,0-.89-.2-1.56-.43-1.98-.63-1.16-1.84-1.2-2.91-1.2-.43,0-.86.02-1.29.04h-1s-.05.06-.05.06c.04.9.08,1.69.08,4.28,0,.92,0,1.47-.03,2.24l.06.03h1.1Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M91.57,83.04c.19.21.27.49.33.75.07.36.09.7.1.93.04,1.4-.27,2.42-1.35,2.42-1.3,0-1.38-1.52-1.38-2.36,0-1.12.27-1.7.71-1.98.25-.15.51-.19.68-.19.35,0,.68.16.91.43M93.04,82.44c-.16-.2-.34-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.18.1-1.67.39-1.15.65-1.35,1.73-1.43,2.13-.05.32-.08.64-.08.96,0,.64.08,1.83.95,2.65.72.66,1.69.76,2.16.76.72,0,1.46-.18,2.01-.63.93-.77,1.11-2.04,1.11-2.83,0-1.47-.47-2.14-.7-2.43\"\n />\n <path\n class=\"cls-1\"\n d=\"M97.83,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.89-.66.71,0,1.13.29,1.48.53l.08-.03.07-1.23-.04-.07c-.4-.17-.83-.35-1.73-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.41,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.86,0-1.33-.37-1.6-.59l-.09.03-.06,1.32.06.07c.1.04.2.08.3.11.22.08.76.24,1.47.24.28,0,1-.04,1.56-.3.78-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.25-.18-.5-.3-.73-.4l-.24-.09Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M107.67,86.92c-1.1.06-1.36.07-2.56.07l-.03-1.64h2.19l.07-.05.05-1.06-.04-.06-2.27.04v-1.49c1.06,0,1.28,0,2.41.03l.05-.06.06-1.09-.05-.04h-4.11l-.06.06c.06.91.08,1.25.08,3.76,0,1.18-.02,1.77-.05,2.74l.05.04h4.12l.07-.06.07-1.14-.06-.07Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M111.38,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.89-.66.71,0,1.13.29,1.47.53l.08-.03.08-1.23-.05-.07c-.4-.17-.82-.35-1.73-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.4,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77s-1.32-.37-1.6-.59l-.09.03-.07,1.32.05.07c.11.04.2.08.31.11.21.08.77.24,1.47.24.28,0,.99-.04,1.55-.3.79-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.26-.18-.5-.3-.72-.4l-.24-.09Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M115.85,82.69c.21-.01.41-.01.61-.01.82.02,1.05.44,1.05.99,0,.12,0,.67-.5.95-.26.14-.6.15-1.16.15v-2.07ZM115.43,81.55l-1.19.03-.06.05c.04,1.22.07,2.03.07,3.1,0,1.14-.03,2.28-.06,3.42l.06.05c.69-.03.84-.03,1.59-.03l.05-.05c-.04-1.01-.04-1.25-.04-2.21,1.05,0,2.17,0,2.84-.81.26-.32.49-.85.49-1.51,0-.4-.09-1.3-.87-1.73-.56-.33-1.36-.33-2.06-.33h-.83Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M121.28,85.29l.46-1.58.33-1.1.28,1.22.35,1.46h-1.42ZM123.25,81.55c-.9.02-1.08.02-2.08.02l-.07.06c-.49,1.59-.79,2.54-2.16,6.48l.03.07h1.46l.07-.06.46-1.7h2.02l.41,1.73.05.06c.69-.03.87-.03,1.64-.03l.04-.07c-1.13-4.01-1.26-4.44-1.79-6.51l-.07-.05Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M130.5,79.65c-.2.18-.48.42-.81.42-.21,0-.41-.07-.61-.14l-.37-.12c-.17-.06-.31-.09-.5-.09-.43,0-.62.16-.83.31l-.04.06v1s.04.02.04.02c.21-.14.47-.31.8-.31.21,0,.42.07.64.14l.28.1c.19.07.33.13.54.13.4,0,.66-.2.87-.37l.04-.07v-1.05l-.07-.03ZM131.76,81.55c-.59.02-.75.03-1.33.02l-.04.06.06,1.27.04,1.29.04,1.53-.02.02c-.25-.46-.3-.54-.77-1.25l-.85-1.24c-.71-1.06-.85-1.27-1.08-1.65l-.06-.04c-.75.03-.86.03-1.54.02l-.05.06c.05,1.45.08,2.53.08,3.78,0,.92-.02,1.83-.03,2.74l.04.06c.63-.03.83-.03,1.37-.03l.04-.06-.1-2.05-.03-1.14-.05-1.24.02-.02c.42.73.57.98,1.21,1.91l.93,1.37.84,1.22.07.04c.57-.03.74-.03,1.24-.03l.04-.04c0-1.36-.02-2.28-.02-3.4,0-1.04.01-2.08.02-3.14l-.05-.05Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M137.07,83.04c.19.21.27.49.33.75.08.36.09.7.11.93.04,1.4-.27,2.42-1.35,2.42-1.3,0-1.39-1.52-1.39-2.36,0-1.12.27-1.7.71-1.98.25-.15.51-.19.68-.19.35,0,.69.16.91.43M138.55,82.44c-.16-.2-.35-.38-.56-.52-.48-.33-1.13-.47-1.79-.47-.58,0-1.17.1-1.67.39-1.14.65-1.35,1.73-1.43,2.13-.06.32-.08.64-.08.96,0,.64.07,1.83.95,2.65.71.66,1.69.76,2.16.76.72,0,1.45-.18,2-.63.93-.77,1.11-2.04,1.11-2.83,0-1.47-.46-2.14-.7-2.43\"\n />\n <path\n class=\"cls-1\"\n d=\"M144.65,86.9c-1.02.06-1.84.07-2.12.07h-.19c-.02-2.5,0-3.13.07-5.37l-.06-.05c-.8.03-1.02.03-1.66.03l-.05.05c.04.75.05.98.05,2.09,0,1.47,0,2.95,0,4.43l.04.05c1.84-.03,2.17-.03,3.86-.03l.05-.05.07-1.18-.04-.04Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M150.03,86.92c-1.1.06-1.37.07-2.57.07v-1.64s2.17,0,2.17,0l.07-.05.05-1.06-.04-.06-2.26.04v-1.49c1.05,0,1.27,0,2.4.03l.05-.06.06-1.09-.04-.04h-4.11l-.05.06c.05.91.07,1.25.07,3.76,0,1.18-.01,1.77-.04,2.74l.04.04h4.13l.08-.06.06-1.14-.05-.07Z\"\n />\n <path\n class=\"cls-1\"\n d=\"M153.74,84.16c-.79-.33-1.2-.5-1.2-.92,0-.28.27-.66.88-.66.71,0,1.14.29,1.49.53l.08-.03.08-1.23-.04-.07c-.41-.17-.83-.35-1.74-.35-1.76,0-2.37.99-2.37,1.99,0,1.14.88,1.55,1.4,1.79l.31.14c.64.28,1.14.51,1.14,1,0,.35-.31.77-1.12.77-.85,0-1.33-.37-1.6-.59l-.1.03-.07,1.32.06.07c.1.04.2.08.31.11.21.08.77.24,1.47.24.28,0,.99-.04,1.55-.3.79-.38,1.12-1.09,1.12-1.89,0-.53-.2-1.11-.7-1.49-.25-.18-.5-.3-.72-.4l-.24-.09Z\"\n />\n </svg>\n );\n}\n"],"version":3}