@six-group/ui-library 0.0.0-insider.513eb55 → 0.0.0-insider.53504c0

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 (385) hide show
  1. package/dist/cjs/index-417a06c8.js +20 -8
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/six-avatar.cjs.entry.js +2 -2
  4. package/dist/cjs/six-badge.cjs.entry.js +2 -2
  5. package/dist/cjs/six-button.cjs.entry.js +3 -3
  6. package/dist/cjs/six-button.cjs.entry.js.map +1 -1
  7. package/dist/cjs/six-card.cjs.entry.js +1 -1
  8. package/dist/cjs/{six-checkbox_2.cjs.entry.js → six-checkbox.cjs.entry.js} +3 -67
  9. package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -0
  10. package/dist/cjs/six-details.cjs.entry.js +3 -3
  11. package/dist/cjs/six-dialog.cjs.entry.js +2 -2
  12. package/dist/cjs/six-drawer.cjs.entry.js +2 -2
  13. package/dist/cjs/{six-dropdown_2.cjs.entry.js → six-dropdown_3.cjs.entry.js} +65 -1
  14. package/dist/cjs/six-dropdown_3.cjs.entry.js.map +1 -0
  15. package/dist/cjs/six-error-page.cjs.entry.js +1 -1
  16. package/dist/cjs/six-error.cjs.entry.js +1 -1
  17. package/dist/cjs/six-file-list.cjs.entry.js +1 -1
  18. package/dist/cjs/six-footer.cjs.entry.js +1 -1
  19. package/dist/cjs/six-group-label.cjs.entry.js +1 -1
  20. package/dist/cjs/six-header-dropdown-item.cjs.entry.js +45 -0
  21. package/dist/cjs/six-header-dropdown-item.cjs.entry.js.map +1 -0
  22. package/dist/cjs/six-header-item_2.cjs.entry.js +47 -0
  23. package/dist/cjs/six-header-item_2.cjs.entry.js.map +1 -0
  24. package/dist/cjs/six-header-menu-button.cjs.entry.js +23 -0
  25. package/dist/cjs/six-header-menu-button.cjs.entry.js.map +1 -0
  26. package/dist/cjs/six-header.cjs.entry.js +39 -30
  27. package/dist/cjs/six-header.cjs.entry.js.map +1 -1
  28. package/dist/cjs/six-icon-button.cjs.entry.js +10 -4
  29. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -1
  30. package/dist/cjs/six-icon.cjs.entry.js +2 -2
  31. package/dist/cjs/six-input.cjs.entry.js +3 -3
  32. package/dist/cjs/six-language-switcher.cjs.entry.js +1 -1
  33. package/dist/cjs/six-layout-grid.cjs.entry.js +1 -1
  34. package/dist/cjs/six-main-container.cjs.entry.js +1 -1
  35. package/dist/cjs/six-menu-divider.cjs.entry.js +1 -1
  36. package/dist/cjs/six-menu-label.cjs.entry.js +1 -1
  37. package/dist/cjs/six-picto.cjs.entry.js +1 -1
  38. package/dist/cjs/six-progress-bar.cjs.entry.js +3 -3
  39. package/dist/cjs/six-progress-ring.cjs.entry.js +1 -1
  40. package/dist/cjs/six-radio.cjs.entry.js +2 -2
  41. package/dist/cjs/six-range.cjs.entry.js +2 -2
  42. package/dist/cjs/six-root.cjs.entry.js +1 -1
  43. package/dist/cjs/six-search-field.cjs.entry.js +1 -1
  44. package/dist/cjs/six-select.cjs.entry.js +6 -6
  45. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +2 -2
  46. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -1
  47. package/dist/cjs/six-sidebar-item.cjs.entry.js +3 -3
  48. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -1
  49. package/dist/cjs/six-sidebar.cjs.entry.js +2 -2
  50. package/dist/cjs/six-spinner.cjs.entry.js +38 -5
  51. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -1
  52. package/dist/cjs/six-switch.cjs.entry.js +2 -2
  53. package/dist/cjs/six-tab-group.cjs.entry.js +2 -2
  54. package/dist/cjs/six-tab-panel.cjs.entry.js +1 -1
  55. package/dist/cjs/six-tab.cjs.entry.js +2 -2
  56. package/dist/cjs/six-tag.cjs.entry.js +2 -2
  57. package/dist/cjs/six-textarea.cjs.entry.js +2 -2
  58. package/dist/cjs/six-tile.cjs.entry.js +5 -5
  59. package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
  60. package/dist/cjs/ui-library.cjs.js +1 -1
  61. package/dist/collection/collection-manifest.json +4 -0
  62. package/dist/collection/components/six-avatar/six-avatar.js +2 -2
  63. package/dist/collection/components/six-badge/six-badge.js +2 -2
  64. package/dist/collection/components/six-button/six-button.css +0 -4
  65. package/dist/collection/components/six-button/six-button.js +2 -2
  66. package/dist/collection/components/six-card/six-card.js +1 -1
  67. package/dist/collection/components/six-checkbox/six-checkbox.js +2 -2
  68. package/dist/collection/components/six-details/six-details.js +3 -3
  69. package/dist/collection/components/six-dialog/six-dialog.js +2 -2
  70. package/dist/collection/components/six-drawer/six-drawer.js +2 -2
  71. package/dist/collection/components/six-error/six-error.js +1 -1
  72. package/dist/collection/components/six-error-page/six-error-page.js +1 -1
  73. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  74. package/dist/collection/components/six-footer/six-footer.js +1 -1
  75. package/dist/collection/components/six-group-label/six-group-label.js +1 -1
  76. package/dist/collection/components/six-header/six-header.css +5 -29
  77. package/dist/collection/components/six-header/six-header.js +115 -47
  78. package/dist/collection/components/six-header/six-header.js.map +1 -1
  79. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.css +15 -0
  80. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js +53 -0
  81. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js.map +1 -0
  82. package/dist/collection/components/six-header-item/six-header-item.css +15 -0
  83. package/dist/collection/components/six-header-item/six-header-item.js +51 -0
  84. package/dist/collection/components/six-header-item/six-header-item.js.map +1 -0
  85. package/dist/collection/components/six-header-menu-button/six-header-menu-button.css +27 -0
  86. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js +48 -0
  87. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js.map +1 -0
  88. package/dist/collection/components/six-icon/six-icon.js +2 -2
  89. package/dist/collection/components/six-icon-button/six-icon-button.css +2 -1
  90. package/dist/collection/components/six-icon-button/six-icon-button.js +60 -3
  91. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -1
  92. package/dist/collection/components/six-input/six-input.js +3 -3
  93. package/dist/collection/components/six-language-switcher/six-language-switcher.js +1 -1
  94. package/dist/collection/components/six-layout-grid/six-layout-grid.js +1 -1
  95. package/dist/collection/components/six-logo/six-logo.css +18 -0
  96. package/dist/collection/components/six-logo/six-logo.js +54 -0
  97. package/dist/collection/components/six-logo/six-logo.js.map +1 -0
  98. package/dist/collection/components/six-main-container/six-main-container.js +1 -1
  99. package/dist/collection/components/six-menu-divider/six-menu-divider.js +1 -1
  100. package/dist/collection/components/six-menu-item/six-menu-item.js +2 -2
  101. package/dist/collection/components/six-menu-label/six-menu-label.js +1 -1
  102. package/dist/collection/components/six-picto/six-picto.js +1 -1
  103. package/dist/collection/components/six-progress-bar/six-progress-bar.js +3 -3
  104. package/dist/collection/components/six-progress-ring/six-progress-ring.js +1 -1
  105. package/dist/collection/components/six-radio/six-radio.js +2 -2
  106. package/dist/collection/components/six-range/six-range.js +2 -2
  107. package/dist/collection/components/six-root/six-root.js +1 -1
  108. package/dist/collection/components/six-search-field/six-search-field.js +1 -1
  109. package/dist/collection/components/six-select/six-select.js +6 -6
  110. package/dist/collection/components/six-sidebar/six-sidebar.js +2 -2
  111. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +7 -0
  112. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +2 -2
  113. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +7 -0
  114. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +1 -1
  115. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -1
  116. package/dist/collection/components/six-spinner/six-spinner.css +45 -0
  117. package/dist/collection/components/six-spinner/six-spinner.js +59 -10
  118. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -1
  119. package/dist/collection/components/six-switch/six-switch.js +2 -2
  120. package/dist/collection/components/six-tab/six-tab.js +2 -2
  121. package/dist/collection/components/six-tab-group/six-tab-group.js +2 -2
  122. package/dist/collection/components/six-tab-panel/six-tab-panel.js +1 -1
  123. package/dist/collection/components/six-tag/six-tag.js +2 -2
  124. package/dist/collection/components/six-textarea/six-textarea.js +2 -2
  125. package/dist/collection/components/six-tile/six-tile.js +5 -5
  126. package/dist/collection/components/six-tooltip/six-tooltip.js +2 -2
  127. package/dist/components/index.js +8 -0
  128. package/dist/components/index.js.map +1 -1
  129. package/dist/components/six-avatar.js +2 -2
  130. package/dist/components/six-badge.js +2 -2
  131. package/dist/components/six-button2.js +3 -3
  132. package/dist/components/six-button2.js.map +1 -1
  133. package/dist/components/six-card.js +1 -1
  134. package/dist/components/six-checkbox2.js +2 -2
  135. package/dist/components/six-details2.js +3 -3
  136. package/dist/components/six-dialog.js +2 -2
  137. package/dist/components/six-drawer.js +2 -2
  138. package/dist/components/six-error-page.js +1 -1
  139. package/dist/components/six-error2.js +1 -1
  140. package/dist/components/six-file-list.js +1 -1
  141. package/dist/components/six-footer.js +1 -1
  142. package/dist/components/six-group-label.js +1 -1
  143. package/dist/components/six-header-dropdown-item.d.ts +11 -0
  144. package/dist/components/six-header-dropdown-item.js +103 -0
  145. package/dist/components/six-header-dropdown-item.js.map +1 -0
  146. package/dist/components/six-header-item.d.ts +11 -0
  147. package/dist/components/six-header-item.js +8 -0
  148. package/dist/components/six-header-item.js.map +1 -0
  149. package/dist/components/six-header-item2.js +39 -0
  150. package/dist/components/six-header-item2.js.map +1 -0
  151. package/dist/components/six-header-menu-button.d.ts +11 -0
  152. package/dist/components/six-header-menu-button.js +57 -0
  153. package/dist/components/six-header-menu-button.js.map +1 -0
  154. package/dist/components/six-header.js +64 -42
  155. package/dist/components/six-header.js.map +1 -1
  156. package/dist/components/six-icon-button2.js +14 -5
  157. package/dist/components/six-icon-button2.js.map +1 -1
  158. package/dist/components/six-icon2.js +2 -2
  159. package/dist/components/six-input2.js +3 -3
  160. package/dist/components/six-language-switcher.js +1 -1
  161. package/dist/components/six-layout-grid.js +1 -1
  162. package/dist/components/six-logo.d.ts +11 -0
  163. package/dist/components/six-logo.js +8 -0
  164. package/dist/components/six-logo.js.map +1 -0
  165. package/dist/components/six-logo2.js +42 -0
  166. package/dist/components/six-logo2.js.map +1 -0
  167. package/dist/components/six-main-container.js +1 -1
  168. package/dist/components/six-menu-divider.js +1 -1
  169. package/dist/components/six-menu-item2.js +2 -2
  170. package/dist/components/six-menu-label.js +1 -1
  171. package/dist/components/six-picto2.js +1 -1
  172. package/dist/components/six-progress-bar.js +3 -3
  173. package/dist/components/six-progress-ring.js +1 -1
  174. package/dist/components/six-radio.js +2 -2
  175. package/dist/components/six-range.js +2 -2
  176. package/dist/components/six-root.js +1 -1
  177. package/dist/components/six-search-field.js +1 -1
  178. package/dist/components/six-select.js +6 -6
  179. package/dist/components/six-sidebar-item-group.js +2 -2
  180. package/dist/components/six-sidebar-item-group.js.map +1 -1
  181. package/dist/components/six-sidebar-item.js +3 -3
  182. package/dist/components/six-sidebar-item.js.map +1 -1
  183. package/dist/components/six-sidebar.js +2 -2
  184. package/dist/components/six-spinner2.js +39 -5
  185. package/dist/components/six-spinner2.js.map +1 -1
  186. package/dist/components/six-switch.js +2 -2
  187. package/dist/components/six-tab-group.js +2 -2
  188. package/dist/components/six-tab-panel.js +1 -1
  189. package/dist/components/six-tab.js +2 -2
  190. package/dist/components/six-tag.js +2 -2
  191. package/dist/components/six-textarea.js +2 -2
  192. package/dist/components/six-tile.js +5 -5
  193. package/dist/components/six-tooltip2.js +2 -2
  194. package/dist/components.json +507 -31
  195. package/dist/esm/index-a7bee415.js +20 -8
  196. package/dist/esm/loader.js +1 -1
  197. package/dist/esm/six-avatar.entry.js +2 -2
  198. package/dist/esm/six-badge.entry.js +2 -2
  199. package/dist/esm/six-button.entry.js +3 -3
  200. package/dist/esm/six-button.entry.js.map +1 -1
  201. package/dist/esm/six-card.entry.js +1 -1
  202. package/dist/esm/{six-checkbox_2.entry.js → six-checkbox.entry.js} +5 -68
  203. package/dist/esm/six-checkbox.entry.js.map +1 -0
  204. package/dist/esm/six-details.entry.js +3 -3
  205. package/dist/esm/six-dialog.entry.js +2 -2
  206. package/dist/esm/six-drawer.entry.js +2 -2
  207. package/dist/esm/{six-dropdown_2.entry.js → six-dropdown_3.entry.js} +65 -2
  208. package/dist/esm/six-dropdown_3.entry.js.map +1 -0
  209. package/dist/esm/six-error-page.entry.js +1 -1
  210. package/dist/esm/six-error.entry.js +1 -1
  211. package/dist/esm/six-file-list.entry.js +1 -1
  212. package/dist/esm/six-footer.entry.js +1 -1
  213. package/dist/esm/six-group-label.entry.js +1 -1
  214. package/dist/esm/six-header-dropdown-item.entry.js +41 -0
  215. package/dist/esm/six-header-dropdown-item.entry.js.map +1 -0
  216. package/dist/esm/six-header-item_2.entry.js +42 -0
  217. package/dist/esm/six-header-item_2.entry.js.map +1 -0
  218. package/dist/esm/six-header-menu-button.entry.js +19 -0
  219. package/dist/esm/six-header-menu-button.entry.js.map +1 -0
  220. package/dist/esm/six-header.entry.js +39 -30
  221. package/dist/esm/six-header.entry.js.map +1 -1
  222. package/dist/esm/six-icon-button.entry.js +10 -4
  223. package/dist/esm/six-icon-button.entry.js.map +1 -1
  224. package/dist/esm/six-icon.entry.js +2 -2
  225. package/dist/esm/six-input.entry.js +3 -3
  226. package/dist/esm/six-language-switcher.entry.js +1 -1
  227. package/dist/esm/six-layout-grid.entry.js +1 -1
  228. package/dist/esm/six-main-container.entry.js +1 -1
  229. package/dist/esm/six-menu-divider.entry.js +1 -1
  230. package/dist/esm/six-menu-label.entry.js +1 -1
  231. package/dist/esm/six-picto.entry.js +1 -1
  232. package/dist/esm/six-progress-bar.entry.js +3 -3
  233. package/dist/esm/six-progress-ring.entry.js +1 -1
  234. package/dist/esm/six-radio.entry.js +2 -2
  235. package/dist/esm/six-range.entry.js +2 -2
  236. package/dist/esm/six-root.entry.js +1 -1
  237. package/dist/esm/six-search-field.entry.js +1 -1
  238. package/dist/esm/six-select.entry.js +6 -6
  239. package/dist/esm/six-sidebar-item-group.entry.js +2 -2
  240. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -1
  241. package/dist/esm/six-sidebar-item.entry.js +3 -3
  242. package/dist/esm/six-sidebar-item.entry.js.map +1 -1
  243. package/dist/esm/six-sidebar.entry.js +2 -2
  244. package/dist/esm/six-spinner.entry.js +38 -5
  245. package/dist/esm/six-spinner.entry.js.map +1 -1
  246. package/dist/esm/six-switch.entry.js +2 -2
  247. package/dist/esm/six-tab-group.entry.js +2 -2
  248. package/dist/esm/six-tab-panel.entry.js +1 -1
  249. package/dist/esm/six-tab.entry.js +2 -2
  250. package/dist/esm/six-tag.entry.js +2 -2
  251. package/dist/esm/six-textarea.entry.js +2 -2
  252. package/dist/esm/six-tile.entry.js +5 -5
  253. package/dist/esm/six-tooltip.entry.js +2 -2
  254. package/dist/esm/ui-library.js +1 -1
  255. package/dist/types/components/six-header/six-header.d.ts +79 -18
  256. package/dist/types/components/six-header-dropdown-item/six-header-dropdown-item.d.ts +13 -0
  257. package/dist/types/components/six-header-item/six-header-item.d.ts +15 -0
  258. package/dist/types/components/six-header-menu-button/six-header-menu-button.d.ts +11 -0
  259. package/dist/types/components/six-icon-button/six-icon-button.d.ts +6 -0
  260. package/dist/types/components/six-logo/six-logo.d.ts +9 -0
  261. package/dist/types/components/six-spinner/six-spinner.d.ts +24 -4
  262. package/dist/types/components.d.ts +205 -5
  263. package/dist/ui-library/{p-1e47e014.entry.js → p-03acec96.entry.js} +2 -2
  264. package/dist/ui-library/{p-9915dfc2.entry.js → p-06d562b7.entry.js} +2 -2
  265. package/dist/ui-library/p-07b6203f.entry.js +2 -0
  266. package/dist/ui-library/{p-b4bd1767.entry.js → p-0a6b6429.entry.js} +2 -2
  267. package/dist/ui-library/p-14d09601.entry.js +2 -0
  268. package/dist/ui-library/{p-8fe4ec36.entry.js → p-171df3ad.entry.js} +2 -2
  269. package/dist/ui-library/p-1cc3b56d.entry.js +2 -0
  270. package/dist/ui-library/{p-43213f9e.entry.js.map → p-1cc3b56d.entry.js.map} +1 -1
  271. package/dist/ui-library/{p-45761392.entry.js → p-1cd09d9b.entry.js} +2 -2
  272. package/dist/ui-library/{p-f0bc11a5.entry.js → p-1f7a0cb5.entry.js} +2 -2
  273. package/dist/ui-library/p-2355c444.entry.js +2 -0
  274. package/dist/ui-library/p-281ffc35.entry.js +2 -0
  275. package/dist/ui-library/p-281ffc35.entry.js.map +1 -0
  276. package/dist/ui-library/{p-418413d3.entry.js → p-49019d6c.entry.js} +2 -2
  277. package/dist/ui-library/{p-e8c717d3.entry.js → p-4d72b179.entry.js} +2 -2
  278. package/dist/ui-library/{p-5a513e96.entry.js → p-4de4ee7a.entry.js} +2 -2
  279. package/dist/ui-library/p-4edde816.entry.js +2 -0
  280. package/dist/ui-library/p-4edde816.entry.js.map +1 -0
  281. package/dist/ui-library/p-4f129bb3.entry.js +2 -0
  282. package/dist/ui-library/p-4f129bb3.entry.js.map +1 -0
  283. package/dist/ui-library/p-57ea4cb7.entry.js +2 -0
  284. package/dist/ui-library/p-57ea4cb7.entry.js.map +1 -0
  285. package/dist/ui-library/{p-c1cd72fb.entry.js → p-5ece7986.entry.js} +2 -2
  286. package/dist/ui-library/p-5f491974.entry.js +2 -0
  287. package/dist/ui-library/p-5f491974.entry.js.map +1 -0
  288. package/dist/ui-library/{p-f9b341a3.entry.js → p-5fc9cd7b.entry.js} +2 -2
  289. package/dist/ui-library/{p-2146cf22.entry.js → p-618bf750.entry.js} +2 -2
  290. package/dist/ui-library/{p-84370073.entry.js → p-62a1f514.entry.js} +2 -2
  291. package/dist/ui-library/{p-a929b095.entry.js → p-6513b8ce.entry.js} +2 -2
  292. package/dist/ui-library/{p-f12eec83.entry.js → p-6795e0a9.entry.js} +2 -2
  293. package/dist/ui-library/p-6ec126f7.entry.js +2 -0
  294. package/dist/ui-library/p-705e3612.entry.js +2 -0
  295. package/dist/ui-library/p-705e3612.entry.js.map +1 -0
  296. package/dist/ui-library/{p-e0ac4cd8.entry.js → p-7eb9ae75.entry.js} +2 -2
  297. package/dist/ui-library/{p-aa319c2c.entry.js → p-870139dc.entry.js} +2 -2
  298. package/dist/ui-library/{p-70a7e87c.entry.js → p-a20a702a.entry.js} +2 -2
  299. package/dist/ui-library/p-adc65fc8.entry.js +2 -0
  300. package/dist/ui-library/p-adc65fc8.entry.js.map +1 -0
  301. package/dist/ui-library/{p-160223d5.entry.js → p-afb15ea4.entry.js} +2 -2
  302. package/dist/ui-library/{p-cb510ea1.entry.js → p-bfb398c6.entry.js} +2 -2
  303. package/dist/ui-library/{p-e3ff26dd.entry.js → p-cd65e3b2.entry.js} +2 -2
  304. package/dist/ui-library/p-cd79700c.entry.js +2 -0
  305. package/dist/ui-library/p-cdc94cd6.entry.js +2 -0
  306. package/dist/ui-library/p-cdc94cd6.entry.js.map +1 -0
  307. package/dist/ui-library/{p-22f2ca14.entry.js → p-d46acf21.entry.js} +2 -2
  308. package/dist/ui-library/p-d67b8482.entry.js +2 -0
  309. package/dist/ui-library/{p-6be7f9f4.entry.js → p-db193a32.entry.js} +2 -2
  310. package/dist/ui-library/{p-bbf2ac6b.entry.js → p-e1529ef6.entry.js} +2 -2
  311. package/dist/ui-library/{p-ecfb0aec.entry.js → p-e181944f.entry.js} +2 -2
  312. package/dist/ui-library/{p-798e7eeb.entry.js → p-e6efc08a.entry.js} +2 -2
  313. package/dist/ui-library/p-e9462085.entry.js +2 -0
  314. package/dist/ui-library/p-e9462085.entry.js.map +1 -0
  315. package/dist/ui-library/p-ea854ec5.entry.js +2 -0
  316. package/dist/ui-library/p-ea854ec5.entry.js.map +1 -0
  317. package/dist/ui-library/{p-3267becc.entry.js → p-f12b22bc.entry.js} +2 -2
  318. package/dist/ui-library/p-f9a1f6ab.entry.js +2 -0
  319. package/dist/ui-library/p-f9a1f6ab.entry.js.map +1 -0
  320. package/dist/ui-library/{p-e8e16974.entry.js → p-ffce31da.entry.js} +2 -2
  321. package/dist/ui-library/ui-library.css +1 -1
  322. package/dist/ui-library/ui-library.esm.js +1 -1
  323. package/dist/ui-library/ui-library.esm.js.map +1 -1
  324. package/package.json +1 -1
  325. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +0 -1
  326. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +0 -1
  327. package/dist/esm/six-checkbox_2.entry.js.map +0 -1
  328. package/dist/esm/six-dropdown_2.entry.js.map +0 -1
  329. package/dist/ui-library/p-1b67b95f.entry.js +0 -2
  330. package/dist/ui-library/p-3f6cc2c2.entry.js +0 -2
  331. package/dist/ui-library/p-43213f9e.entry.js +0 -2
  332. package/dist/ui-library/p-53867d77.entry.js +0 -2
  333. package/dist/ui-library/p-53867d77.entry.js.map +0 -1
  334. package/dist/ui-library/p-559a15db.entry.js +0 -2
  335. package/dist/ui-library/p-592c7cf9.entry.js +0 -2
  336. package/dist/ui-library/p-592c7cf9.entry.js.map +0 -1
  337. package/dist/ui-library/p-783ec07c.entry.js +0 -2
  338. package/dist/ui-library/p-783ec07c.entry.js.map +0 -1
  339. package/dist/ui-library/p-78a4fabd.entry.js +0 -2
  340. package/dist/ui-library/p-78a4fabd.entry.js.map +0 -1
  341. package/dist/ui-library/p-9370d59e.entry.js +0 -2
  342. package/dist/ui-library/p-9bb03da7.entry.js +0 -2
  343. package/dist/ui-library/p-9bb03da7.entry.js.map +0 -1
  344. package/dist/ui-library/p-a9c733e3.entry.js +0 -2
  345. package/dist/ui-library/p-a9c733e3.entry.js.map +0 -1
  346. package/dist/ui-library/p-aff7bbcb.entry.js +0 -2
  347. package/dist/ui-library/p-aff7bbcb.entry.js.map +0 -1
  348. package/dist/ui-library/p-b3b243a6.entry.js +0 -2
  349. package/dist/ui-library/p-c6f5a872.entry.js +0 -2
  350. package/dist/ui-library/p-cf323369.entry.js +0 -2
  351. package/dist/ui-library/p-cf323369.entry.js.map +0 -1
  352. /package/dist/ui-library/{p-1e47e014.entry.js.map → p-03acec96.entry.js.map} +0 -0
  353. /package/dist/ui-library/{p-9915dfc2.entry.js.map → p-06d562b7.entry.js.map} +0 -0
  354. /package/dist/ui-library/{p-c6f5a872.entry.js.map → p-07b6203f.entry.js.map} +0 -0
  355. /package/dist/ui-library/{p-b4bd1767.entry.js.map → p-0a6b6429.entry.js.map} +0 -0
  356. /package/dist/ui-library/{p-3f6cc2c2.entry.js.map → p-14d09601.entry.js.map} +0 -0
  357. /package/dist/ui-library/{p-8fe4ec36.entry.js.map → p-171df3ad.entry.js.map} +0 -0
  358. /package/dist/ui-library/{p-45761392.entry.js.map → p-1cd09d9b.entry.js.map} +0 -0
  359. /package/dist/ui-library/{p-f0bc11a5.entry.js.map → p-1f7a0cb5.entry.js.map} +0 -0
  360. /package/dist/ui-library/{p-559a15db.entry.js.map → p-2355c444.entry.js.map} +0 -0
  361. /package/dist/ui-library/{p-418413d3.entry.js.map → p-49019d6c.entry.js.map} +0 -0
  362. /package/dist/ui-library/{p-e8c717d3.entry.js.map → p-4d72b179.entry.js.map} +0 -0
  363. /package/dist/ui-library/{p-5a513e96.entry.js.map → p-4de4ee7a.entry.js.map} +0 -0
  364. /package/dist/ui-library/{p-c1cd72fb.entry.js.map → p-5ece7986.entry.js.map} +0 -0
  365. /package/dist/ui-library/{p-f9b341a3.entry.js.map → p-5fc9cd7b.entry.js.map} +0 -0
  366. /package/dist/ui-library/{p-2146cf22.entry.js.map → p-618bf750.entry.js.map} +0 -0
  367. /package/dist/ui-library/{p-84370073.entry.js.map → p-62a1f514.entry.js.map} +0 -0
  368. /package/dist/ui-library/{p-a929b095.entry.js.map → p-6513b8ce.entry.js.map} +0 -0
  369. /package/dist/ui-library/{p-f12eec83.entry.js.map → p-6795e0a9.entry.js.map} +0 -0
  370. /package/dist/ui-library/{p-b3b243a6.entry.js.map → p-6ec126f7.entry.js.map} +0 -0
  371. /package/dist/ui-library/{p-e0ac4cd8.entry.js.map → p-7eb9ae75.entry.js.map} +0 -0
  372. /package/dist/ui-library/{p-aa319c2c.entry.js.map → p-870139dc.entry.js.map} +0 -0
  373. /package/dist/ui-library/{p-70a7e87c.entry.js.map → p-a20a702a.entry.js.map} +0 -0
  374. /package/dist/ui-library/{p-160223d5.entry.js.map → p-afb15ea4.entry.js.map} +0 -0
  375. /package/dist/ui-library/{p-cb510ea1.entry.js.map → p-bfb398c6.entry.js.map} +0 -0
  376. /package/dist/ui-library/{p-e3ff26dd.entry.js.map → p-cd65e3b2.entry.js.map} +0 -0
  377. /package/dist/ui-library/{p-1b67b95f.entry.js.map → p-cd79700c.entry.js.map} +0 -0
  378. /package/dist/ui-library/{p-22f2ca14.entry.js.map → p-d46acf21.entry.js.map} +0 -0
  379. /package/dist/ui-library/{p-9370d59e.entry.js.map → p-d67b8482.entry.js.map} +0 -0
  380. /package/dist/ui-library/{p-6be7f9f4.entry.js.map → p-db193a32.entry.js.map} +0 -0
  381. /package/dist/ui-library/{p-bbf2ac6b.entry.js.map → p-e1529ef6.entry.js.map} +0 -0
  382. /package/dist/ui-library/{p-ecfb0aec.entry.js.map → p-e181944f.entry.js.map} +0 -0
  383. /package/dist/ui-library/{p-798e7eeb.entry.js.map → p-e6efc08a.entry.js.map} +0 -0
  384. /package/dist/ui-library/{p-3267becc.entry.js.map → p-f12b22bc.entry.js.map} +0 -0
  385. /package/dist/ui-library/{p-e8e16974.entry.js.map → p-ffce31da.entry.js.map} +0 -0
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"six-select.cjs\",[[1,\"six-select\",{\"multiple\":[4],\"selectAllButton\":[4,\"select-all-button\"],\"selectAllText\":[1,\"select-all-text\"],\"maxTagsVisible\":[2,\"max-tags-visible\"],\"disabled\":[4],\"name\":[1],\"placeholder\":[1],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"filterDebounce\":[2,\"filter-debounce\"],\"size\":[1],\"hoist\":[4],\"value\":[1025],\"pill\":[4],\"helpText\":[1,\"help-text\"],\"required\":[4],\"clearable\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"line\":[4],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"autocomplete\":[4],\"inputDebounce\":[2,\"input-debounce\"],\"options\":[16],\"virtualScroll\":[4,\"virtual-scroll\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"isOpen\":[32],\"displayedValues\":[32],\"selectionContainerItems\":[32],\"setFocus\":[64]},null,{\"disabled\":[\"handleDisabledChange\"],\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"multiple\":[\"handleMultipleChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-header.cjs\",[[1,\"six-header\",{\"shiftContent\":[4,\"shift-content\"],\"hideHamburgerMenu\":[4,\"hide-hamburger-menu\"],\"openHamburgerMenu\":[4,\"open-hamburger-menu\"],\"openSearch\":[4,\"open-search\"],\"clickableLogo\":[4,\"clickable-logo\"],\"logo\":[1],\"selectedApp\":[32],\"selectedSection\":[32],\"setSearchOpenState\":[64],\"getIsSearchOpen\":[64]},null,{\"openSearch\":[\"handleOpenSearchChange\"]}]]],[\"six-datepicker.cjs\",[[1,\"six-datepicker\",{\"type\":[1],\"locale\":[1],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16],\"min\":[16],\"max\":[16],\"closeOnSelect\":[4,\"close-on-select\"],\"placement\":[1],\"size\":[1],\"required\":[4],\"defaultDate\":[1,\"default-date\"],\"placeholder\":[1],\"value\":[1040],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"containingElement\":[16],\"dateFormat\":[1,\"date-format\"],\"debounce\":[2],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"isDropDownContentUp\":[32],\"setFocus\":[64],\"select\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"six-file-upload.cjs\",[[6,\"six-file-upload\",{\"compact\":[4],\"label\":[1],\"disabled\":[4],\"accept\":[1],\"multiple\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"uploading\":[516],\"errorText\":[1,\"error-text\"],\"invalid\":[516],\"isOver\":[32],\"hasError\":[32]},[[1,\"dragenter\",\"dragenterHandler\"],[1,\"dragover\",\"dragoverHandler\"],[1,\"dragleave\",\"dragleaveHandler\"],[1,\"drop\",\"dropHandler\"]]]]],[\"six-search-field.cjs\",[[1,\"six-search-field\",{\"placeholder\":[1],\"debounce\":[514],\"disabled\":[516],\"value\":[513],\"clearable\":[4]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-tag.cjs\",[[1,\"six-tag\",{\"type\":[513],\"size\":[513],\"pill\":[516],\"clearable\":[516]}]]],[\"six-tile.cjs\",[[1,\"six-tile\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"closeable\":[4],\"elevated\":[4],\"disableTooltip\":[4,\"disable-tooltip\"],\"disabled\":[516],\"size\":[513],\"visible\":[32],\"hasIconSlot\":[32],\"hasLabelSlot\":[32],\"hide\":[64],\"show\":[64]}]]],[\"six-alert.cjs\",[[1,\"six-alert\",{\"open\":[1540],\"closable\":[516],\"type\":[513],\"duration\":[2],\"isVisible\":[32],\"show\":[64],\"hide\":[64],\"toast\":[64]},null,{\"open\":[\"handleOpenChange\"],\"duration\":[\"handleDurationChange\"]}]]],[\"six-dialog.cjs\",[[1,\"six-dialog\",{\"open\":[1540],\"label\":[1],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-drawer.cjs\",[[1,\"six-drawer\",{\"open\":[1540],\"label\":[1],\"placement\":[1],\"contained\":[4],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-root.cjs\",[[1,\"six-root\",{\"padded\":[4],\"stage\":[1],\"version\":[1]}]]],[\"six-sidebar-item-group.cjs\",[[1,\"six-sidebar-item-group\",{\"name\":[1],\"icon\":[1],\"value\":[513],\"open\":[516],\"summaryIcon\":[1,\"summary-icon\"],\"href\":[513],\"hasItems\":[32],\"summaryIconHasContent\":[32]}]]],[\"six-tab.cjs\",[[1,\"six-tab\",{\"panel\":[513],\"active\":[516],\"closable\":[4],\"disabled\":[516],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-tab-group.cjs\",[[1,\"six-tab-group\",{\"placement\":[1],\"noScrollControls\":[4,\"no-scroll-controls\"],\"hasLeftControl\":[32],\"hasRightControl\":[32],\"show\":[64]},null,{\"noScrollControls\":[\"handleNoScrollControlsChange\"]}]]],[\"six-avatar.cjs\",[[1,\"six-avatar\",{\"image\":[1],\"alt\":[1],\"initials\":[1],\"shape\":[1],\"hasError\":[32]}]]],[\"six-error-page.cjs\",[[1,\"six-error-page\",{\"errorCode\":[2,\"error-code\"],\"language\":[1],\"customTitle\":[1,\"custom-title\"],\"customDescription\":[16],\"customIcon\":[1,\"custom-icon\"]}]]],[\"six-file-list-item.cjs\",[[1,\"six-file-list-item\",{\"identifier\":[513],\"name\":[513],\"date\":[513],\"size\":[514],\"nodownload\":[516],\"nodelete\":[516]}]]],[\"six-group-label.cjs\",[[1,\"six-group-label\",{\"size\":[513],\"label\":[1],\"helpText\":[1,\"help-text\"],\"disabled\":[516],\"required\":[4],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32]},null,{\"helpText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-range.cjs\",[[1,\"six-range\",{\"name\":[1],\"value\":[1026],\"required\":[4],\"helpText\":[1,\"help-text\"],\"disabled\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"min\":[2],\"max\":[2],\"step\":[2],\"tooltip\":[1],\"tooltipFormatter\":[16],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasErrorTextSlot\":[32],\"hasLabelSlot\":[32],\"hasTooltip\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"label\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"helpText\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"],\"min\":[\"handleValueChange\"],\"max\":[\"handleValueChange\"]}]]],[\"six-switch.cjs\",[[1,\"six-switch\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"hasFocus\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-textarea.cjs\",[[1,\"six-textarea\",{\"size\":[513],\"name\":[513],\"value\":[1537],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"rows\":[2],\"resize\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"inputmode\":[1],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"rows\":[\"handleRowsChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-badge.cjs\",[[1,\"six-badge\",{\"type\":[1],\"pill\":[4],\"pulse\":[4]}]]],[\"six-card.cjs\",[[1,\"six-card\"]]],[\"six-file-list.cjs\",[[1,\"six-file-list\"]]],[\"six-footer.cjs\",[[1,\"six-footer\"]]],[\"six-language-switcher.cjs\",[[1,\"six-language-switcher\",{\"selected\":[1537],\"languages\":[16]},null,{\"languages\":[\"handleChangesLanguages\"]}]]],[\"six-layout-grid.cjs\",[[1,\"six-layout-grid\",{\"columns\":[1026]},null,{\"columns\":[\"handleColumnsChange\"]}]]],[\"six-main-container.cjs\",[[1,\"six-main-container\",{\"padded\":[4]}]]],[\"six-menu-divider.cjs\",[[1,\"six-menu-divider\"]]],[\"six-menu-label.cjs\",[[1,\"six-menu-label\"]]],[\"six-progress-bar.cjs\",[[1,\"six-progress-bar\",{\"percentage\":[2],\"indeterminate\":[4]}]]],[\"six-progress-ring.cjs\",[[1,\"six-progress-ring\",{\"size\":[2],\"strokeWidth\":[2,\"stroke-width\"],\"percentage\":[2]},null,{\"percentage\":[\"handlePercentageChange\"]}]]],[\"six-radio.cjs\",[[1,\"six-radio\",{\"name\":[1],\"value\":[513],\"disabled\":[4],\"checked\":[1540],\"invalid\":[516],\"hasFocus\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"name\":[\"handleNameChange\"]}]]],[\"six-sidebar.cjs\",[[1,\"six-sidebar\",{\"position\":[1],\"open\":[1540],\"width\":[1],\"toggled\":[4],\"isVisible\":[32],\"toggle\":[64],\"show\":[64],\"hide\":[64],\"selectItemByIndex\":[64],\"selectItemByName\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-sidebar-item.cjs\",[[1,\"six-sidebar-item\",{\"value\":[513],\"selected\":[516],\"disabled\":[516],\"href\":[513]}]]],[\"six-tab-panel.cjs\",[[1,\"six-tab-panel\",{\"name\":[1],\"active\":[516]}]]],[\"six-error.cjs\",[[1,\"six-error\"]]],[\"six-icon.cjs\",[[1,\"six-icon\",{\"size\":[513],\"filled\":[4]}]]],[\"six-timepicker.cjs\",[[1,\"six-timepicker\",{\"format\":[1],\"separator\":[1],\"value\":[1025],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"placement\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"label\":[1],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"timeout\":[2],\"interval\":[2],\"defaultTime\":[1,\"default-time\"],\"debounce\":[2],\"isPopupContentUp\":[32],\"isDropDownContentUp\":[32],\"popupValue\":[32],\"setFocus\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"six-button.cjs\",[[1,\"six-button\",{\"type\":[513],\"size\":[513],\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"pill\":[516],\"circle\":[516],\"submit\":[516],\"reset\":[516],\"name\":[1],\"value\":[1],\"href\":[1],\"target\":[1],\"download\":[1],\"hasFocus\":[32],\"hasLabel\":[32],\"hasPrefix\":[32],\"hasSuffix\":[32],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-details.cjs\",[[1,\"six-details\",{\"open\":[1540],\"summary\":[1],\"summaryIcon\":[1,\"summary-icon\"],\"summaryIconSize\":[513,\"summary-icon-size\"],\"disabled\":[4],\"inline\":[4],\"selectableEmpty\":[4,\"selectable-empty\"],\"hasContent\":[4,\"has-content\"],\"animateSummaryIcon\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-stage-indicator.cjs\",[[1,\"six-stage-indicator\",{\"stage\":[1]}]]],[\"six-picto.cjs\",[[1,\"six-picto\",{\"size\":[1]}]]],[\"six-item-picker.cjs\",[[1,\"six-item-picker\",{\"value\":[1544],\"type\":[1],\"min\":[1544],\"max\":[1544],\"roundtrip\":[516],\"step\":[514],\"items\":[16],\"padded\":[4],\"paddingLength\":[2,\"padding-length\"],\"paddingChar\":[1,\"padding-char\"],\"paddingDirection\":[1,\"padding-direction\"],\"timeout\":[2],\"interval\":[2],\"debounce\":[2],\"_items\":[32],\"_itemIndexes\":[32]},null,{\"value\":[\"handleValueChange\"],\"debounce\":[\"debounceChanged\"],\"items\":[\"handleSetChange\"]}]]],[\"six-tooltip.cjs\",[[1,\"six-tooltip\",{\"content\":[1],\"placement\":[1],\"disabled\":[4],\"distance\":[2],\"open\":[1540],\"skidding\":[2],\"trigger\":[1],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-spinner.cjs\",[[1,\"six-spinner\",{\"six\":[4]}]]],[\"six-input.cjs\",[[1,\"six-input\",{\"type\":[513],\"size\":[513],\"name\":[513],\"value\":[1537],\"pill\":[516],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"min\":[514],\"max\":[514],\"step\":[514],\"pattern\":[513],\"dropdownSearch\":[4,\"dropdown-search\"],\"required\":[4],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"clearable\":[4],\"togglePassword\":[4,\"toggle-password\"],\"inputmode\":[1],\"line\":[4],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"getSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-checkbox_2.cjs\",[[1,\"six-menu-item\",{\"checkType\":[1,\"check-type\"],\"checked\":[516],\"value\":[513],\"disabled\":[516],\"hasFocus\":[32],\"active\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"getTextLabel\":[64]}],[1,\"six-checkbox\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"indeterminate\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-dropdown_2.cjs\",[[1,\"six-dropdown\",{\"open\":[1540],\"placement\":[1],\"closeOnSelect\":[4,\"close-on-select\"],\"distance\":[2],\"skidding\":[2],\"hoist\":[4],\"containingElement\":[16],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"autofocusFilter\":[4,\"autofocus-filter\"],\"filterDebounce\":[1026,\"filter-debounce\"],\"disableHideOnEnterAndSpace\":[4,\"disable-hide-on-enter-and-space\"],\"options\":[1040],\"virtualScroll\":[4,\"virtual-scroll\"],\"matchTriggerWidth\":[4,\"match-trigger-width\"],\"renderedOptions\":[32],\"show\":[64],\"hide\":[64],\"reposition\":[64]},null,{\"open\":[\"handleOpenChange\"],\"distance\":[\"handlePopoverOptionsChange\"],\"hoist\":[\"handlePopoverOptionsChange\"],\"placement\":[\"handlePopoverOptionsChange\"],\"skidding\":[\"handlePopoverOptionsChange\"],\"options\":[\"handleOptionsChange\"],\"virtualScroll\":[\"handleOptionsChange\"]}],[1,\"six-menu\",{\"removeBoxShadow\":[4,\"remove-box-shadow\"],\"items\":[16],\"itemsShown\":[2,\"items-shown\"],\"virtualScroll\":[4,\"virtual-scroll\"],\"itemSize\":[2,\"item-size\"],\"scrollingDebounce\":[2,\"scrolling-debounce\"],\"disableKeyboardHandling\":[4,\"disable-keyboard-handling\"],\"scrollingIndex\":[32],\"sixMenuItemHeight\":[32],\"typeToSelect\":[64]}]]],[\"six-icon-button.cjs\",[[1,\"six-icon-button\",{\"name\":[513],\"size\":[513],\"label\":[513],\"disabled\":[516],\"html\":[513]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"six-header.cjs\",[[1,\"six-header\",{\"custom\":[4],\"shiftContent\":[4,\"shift-content\"],\"hideHamburgerMenu\":[4,\"hide-hamburger-menu\"],\"openHamburgerMenu\":[4,\"open-hamburger-menu\"],\"openSearch\":[4,\"open-search\"],\"clickableLogo\":[4,\"clickable-logo\"],\"logo\":[1],\"selectedApp\":[32],\"selectedSection\":[32],\"setSearchOpenState\":[64],\"getIsSearchOpen\":[64]},null,{\"openSearch\":[\"handleOpenSearchChange\"]}]]],[\"six-select.cjs\",[[1,\"six-select\",{\"multiple\":[4],\"selectAllButton\":[4,\"select-all-button\"],\"selectAllText\":[1,\"select-all-text\"],\"maxTagsVisible\":[2,\"max-tags-visible\"],\"disabled\":[4],\"name\":[1],\"placeholder\":[1],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"filterDebounce\":[2,\"filter-debounce\"],\"size\":[1],\"hoist\":[4],\"value\":[1025],\"pill\":[4],\"helpText\":[1,\"help-text\"],\"required\":[4],\"clearable\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"line\":[4],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"autocomplete\":[4],\"inputDebounce\":[2,\"input-debounce\"],\"options\":[16],\"virtualScroll\":[4,\"virtual-scroll\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"isOpen\":[32],\"displayedValues\":[32],\"selectionContainerItems\":[32],\"setFocus\":[64]},null,{\"disabled\":[\"handleDisabledChange\"],\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"multiple\":[\"handleMultipleChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-header-dropdown-item.cjs\",[[1,\"six-header-dropdown-item\",{\"active\":[32]}]]],[\"six-datepicker.cjs\",[[1,\"six-datepicker\",{\"type\":[1],\"locale\":[1],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16],\"min\":[16],\"max\":[16],\"closeOnSelect\":[4,\"close-on-select\"],\"placement\":[1],\"size\":[1],\"required\":[4],\"defaultDate\":[1,\"default-date\"],\"placeholder\":[1],\"value\":[1040],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"containingElement\":[16],\"dateFormat\":[1,\"date-format\"],\"debounce\":[2],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"isDropDownContentUp\":[32],\"setFocus\":[64],\"select\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"six-file-upload.cjs\",[[6,\"six-file-upload\",{\"compact\":[4],\"label\":[1],\"disabled\":[4],\"accept\":[1],\"multiple\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"uploading\":[516],\"errorText\":[1,\"error-text\"],\"invalid\":[516],\"isOver\":[32],\"hasError\":[32]},[[1,\"dragenter\",\"dragenterHandler\"],[1,\"dragover\",\"dragoverHandler\"],[1,\"dragleave\",\"dragleaveHandler\"],[1,\"drop\",\"dropHandler\"]]]]],[\"six-header-menu-button.cjs\",[[1,\"six-header-menu-button\",{\"icon\":[513]}]]],[\"six-search-field.cjs\",[[1,\"six-search-field\",{\"placeholder\":[1],\"debounce\":[514],\"disabled\":[516],\"value\":[513],\"clearable\":[4]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-tag.cjs\",[[1,\"six-tag\",{\"type\":[513],\"size\":[513],\"pill\":[516],\"clearable\":[516]}]]],[\"six-tile.cjs\",[[1,\"six-tile\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"closeable\":[4],\"elevated\":[4],\"disableTooltip\":[4,\"disable-tooltip\"],\"disabled\":[516],\"size\":[513],\"visible\":[32],\"hasIconSlot\":[32],\"hasLabelSlot\":[32],\"hide\":[64],\"show\":[64]}]]],[\"six-alert.cjs\",[[1,\"six-alert\",{\"open\":[1540],\"closable\":[516],\"type\":[513],\"duration\":[2],\"isVisible\":[32],\"show\":[64],\"hide\":[64],\"toast\":[64]},null,{\"open\":[\"handleOpenChange\"],\"duration\":[\"handleDurationChange\"]}]]],[\"six-dialog.cjs\",[[1,\"six-dialog\",{\"open\":[1540],\"label\":[1],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-drawer.cjs\",[[1,\"six-drawer\",{\"open\":[1540],\"label\":[1],\"placement\":[1],\"contained\":[4],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-root.cjs\",[[1,\"six-root\",{\"padded\":[4],\"stage\":[1],\"version\":[1]}]]],[\"six-sidebar-item-group.cjs\",[[1,\"six-sidebar-item-group\",{\"name\":[1],\"icon\":[1],\"value\":[513],\"open\":[516],\"summaryIcon\":[1,\"summary-icon\"],\"href\":[513],\"hasItems\":[32],\"summaryIconHasContent\":[32]}]]],[\"six-tab.cjs\",[[1,\"six-tab\",{\"panel\":[513],\"active\":[516],\"closable\":[4],\"disabled\":[516],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-tab-group.cjs\",[[1,\"six-tab-group\",{\"placement\":[1],\"noScrollControls\":[4,\"no-scroll-controls\"],\"hasLeftControl\":[32],\"hasRightControl\":[32],\"show\":[64]},null,{\"noScrollControls\":[\"handleNoScrollControlsChange\"]}]]],[\"six-avatar.cjs\",[[1,\"six-avatar\",{\"image\":[1],\"alt\":[1],\"initials\":[1],\"shape\":[1],\"hasError\":[32]}]]],[\"six-error-page.cjs\",[[1,\"six-error-page\",{\"errorCode\":[2,\"error-code\"],\"language\":[1],\"customTitle\":[1,\"custom-title\"],\"customDescription\":[16],\"customIcon\":[1,\"custom-icon\"]}]]],[\"six-file-list-item.cjs\",[[1,\"six-file-list-item\",{\"identifier\":[513],\"name\":[513],\"date\":[513],\"size\":[514],\"nodownload\":[516],\"nodelete\":[516]}]]],[\"six-group-label.cjs\",[[1,\"six-group-label\",{\"size\":[513],\"label\":[1],\"helpText\":[1,\"help-text\"],\"disabled\":[516],\"required\":[4],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32]},null,{\"helpText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-range.cjs\",[[1,\"six-range\",{\"name\":[1],\"value\":[1026],\"required\":[4],\"helpText\":[1,\"help-text\"],\"disabled\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"min\":[2],\"max\":[2],\"step\":[2],\"tooltip\":[1],\"tooltipFormatter\":[16],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasErrorTextSlot\":[32],\"hasLabelSlot\":[32],\"hasTooltip\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"label\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"helpText\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"],\"min\":[\"handleValueChange\"],\"max\":[\"handleValueChange\"]}]]],[\"six-switch.cjs\",[[1,\"six-switch\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"hasFocus\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-textarea.cjs\",[[1,\"six-textarea\",{\"size\":[513],\"name\":[513],\"value\":[1537],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"rows\":[2],\"resize\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"inputmode\":[1],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"rows\":[\"handleRowsChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-badge.cjs\",[[1,\"six-badge\",{\"type\":[1],\"pill\":[4],\"pulse\":[4]}]]],[\"six-card.cjs\",[[1,\"six-card\"]]],[\"six-file-list.cjs\",[[1,\"six-file-list\"]]],[\"six-footer.cjs\",[[1,\"six-footer\"]]],[\"six-language-switcher.cjs\",[[1,\"six-language-switcher\",{\"selected\":[1537],\"languages\":[16]},null,{\"languages\":[\"handleChangesLanguages\"]}]]],[\"six-layout-grid.cjs\",[[1,\"six-layout-grid\",{\"columns\":[1026]},null,{\"columns\":[\"handleColumnsChange\"]}]]],[\"six-main-container.cjs\",[[1,\"six-main-container\",{\"padded\":[4]}]]],[\"six-menu-divider.cjs\",[[1,\"six-menu-divider\"]]],[\"six-menu-label.cjs\",[[1,\"six-menu-label\"]]],[\"six-progress-bar.cjs\",[[1,\"six-progress-bar\",{\"percentage\":[2],\"indeterminate\":[4]}]]],[\"six-progress-ring.cjs\",[[1,\"six-progress-ring\",{\"size\":[2],\"strokeWidth\":[2,\"stroke-width\"],\"percentage\":[2]},null,{\"percentage\":[\"handlePercentageChange\"]}]]],[\"six-radio.cjs\",[[1,\"six-radio\",{\"name\":[1],\"value\":[513],\"disabled\":[4],\"checked\":[1540],\"invalid\":[516],\"hasFocus\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"name\":[\"handleNameChange\"]}]]],[\"six-sidebar.cjs\",[[1,\"six-sidebar\",{\"position\":[1],\"open\":[1540],\"width\":[1],\"toggled\":[4],\"isVisible\":[32],\"toggle\":[64],\"show\":[64],\"hide\":[64],\"selectItemByIndex\":[64],\"selectItemByName\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-sidebar-item.cjs\",[[1,\"six-sidebar-item\",{\"value\":[513],\"selected\":[516],\"disabled\":[516],\"href\":[513]}]]],[\"six-tab-panel.cjs\",[[1,\"six-tab-panel\",{\"name\":[1],\"active\":[516]}]]],[\"six-error.cjs\",[[1,\"six-error\"]]],[\"six-icon.cjs\",[[1,\"six-icon\",{\"size\":[513],\"filled\":[4]}]]],[\"six-timepicker.cjs\",[[1,\"six-timepicker\",{\"format\":[1],\"separator\":[1],\"value\":[1025],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"placement\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"label\":[1],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"timeout\":[2],\"interval\":[2],\"defaultTime\":[1,\"default-time\"],\"debounce\":[2],\"isPopupContentUp\":[32],\"isDropDownContentUp\":[32],\"popupValue\":[32],\"setFocus\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"six-details.cjs\",[[1,\"six-details\",{\"open\":[1540],\"summary\":[1],\"summaryIcon\":[1,\"summary-icon\"],\"summaryIconSize\":[513,\"summary-icon-size\"],\"disabled\":[4],\"inline\":[4],\"selectableEmpty\":[4,\"selectable-empty\"],\"hasContent\":[4,\"has-content\"],\"animateSummaryIcon\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-stage-indicator.cjs\",[[1,\"six-stage-indicator\",{\"stage\":[1]}]]],[\"six-picto.cjs\",[[1,\"six-picto\",{\"size\":[1]}]]],[\"six-button.cjs\",[[1,\"six-button\",{\"type\":[513],\"size\":[513],\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"pill\":[516],\"circle\":[516],\"submit\":[516],\"reset\":[516],\"name\":[1],\"value\":[1],\"href\":[1],\"target\":[1],\"download\":[1],\"hasFocus\":[32],\"hasLabel\":[32],\"hasPrefix\":[32],\"hasSuffix\":[32],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-item-picker.cjs\",[[1,\"six-item-picker\",{\"value\":[1544],\"type\":[1],\"min\":[1544],\"max\":[1544],\"roundtrip\":[516],\"step\":[514],\"items\":[16],\"padded\":[4],\"paddingLength\":[2,\"padding-length\"],\"paddingChar\":[1,\"padding-char\"],\"paddingDirection\":[1,\"padding-direction\"],\"timeout\":[2],\"interval\":[2],\"debounce\":[2],\"_items\":[32],\"_itemIndexes\":[32]},null,{\"value\":[\"handleValueChange\"],\"debounce\":[\"debounceChanged\"],\"items\":[\"handleSetChange\"]}]]],[\"six-header-item_2.cjs\",[[1,\"six-header-item\",{\"active\":[516]}],[1,\"six-logo\",{\"brand\":[513]}]]],[\"six-tooltip.cjs\",[[1,\"six-tooltip\",{\"content\":[1],\"placement\":[1],\"disabled\":[4],\"distance\":[2],\"open\":[1540],\"skidding\":[2],\"trigger\":[1],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-spinner.cjs\",[[1,\"six-spinner\",{\"logo\":[1],\"six\":[4]}]]],[\"six-checkbox.cjs\",[[1,\"six-checkbox\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"indeterminate\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-input.cjs\",[[1,\"six-input\",{\"type\":[513],\"size\":[513],\"name\":[513],\"value\":[1537],\"pill\":[516],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"min\":[514],\"max\":[514],\"step\":[514],\"pattern\":[513],\"dropdownSearch\":[4,\"dropdown-search\"],\"required\":[4],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"clearable\":[4],\"togglePassword\":[4,\"toggle-password\"],\"inputmode\":[1],\"line\":[4],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"getSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-icon-button.cjs\",[[1,\"six-icon-button\",{\"name\":[513],\"size\":[513],\"label\":[513],\"disabled\":[516],\"html\":[513],\"href\":[1],\"target\":[1],\"download\":[1]}]]],[\"six-dropdown_3.cjs\",[[1,\"six-dropdown\",{\"open\":[1540],\"placement\":[1],\"closeOnSelect\":[4,\"close-on-select\"],\"distance\":[2],\"skidding\":[2],\"hoist\":[4],\"containingElement\":[16],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"autofocusFilter\":[4,\"autofocus-filter\"],\"filterDebounce\":[1026,\"filter-debounce\"],\"disableHideOnEnterAndSpace\":[4,\"disable-hide-on-enter-and-space\"],\"options\":[1040],\"virtualScroll\":[4,\"virtual-scroll\"],\"matchTriggerWidth\":[4,\"match-trigger-width\"],\"renderedOptions\":[32],\"show\":[64],\"hide\":[64],\"reposition\":[64]},null,{\"open\":[\"handleOpenChange\"],\"distance\":[\"handlePopoverOptionsChange\"],\"hoist\":[\"handlePopoverOptionsChange\"],\"placement\":[\"handlePopoverOptionsChange\"],\"skidding\":[\"handlePopoverOptionsChange\"],\"options\":[\"handleOptionsChange\"],\"virtualScroll\":[\"handleOptionsChange\"]}],[1,\"six-menu\",{\"removeBoxShadow\":[4,\"remove-box-shadow\"],\"items\":[16],\"itemsShown\":[2,\"items-shown\"],\"virtualScroll\":[4,\"virtual-scroll\"],\"itemSize\":[2,\"item-size\"],\"scrollingDebounce\":[2,\"scrolling-debounce\"],\"disableKeyboardHandling\":[4,\"disable-keyboard-handling\"],\"scrollingIndex\":[32],\"sixMenuItemHeight\":[32],\"typeToSelect\":[64]}],[1,\"six-menu-item\",{\"checkType\":[1,\"check-type\"],\"checked\":[516],\"value\":[513],\"disabled\":[516],\"hasFocus\":[32],\"active\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"getTextLabel\":[64]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -28,9 +28,13 @@
28
28
  "components/six-file-list/six-file-list.js",
29
29
  "components/six-footer/six-footer.js",
30
30
  "components/six-group-label/six-group-label.js",
31
+ "components/six-header-dropdown-item/six-header-dropdown-item.js",
32
+ "components/six-header-item/six-header-item.js",
33
+ "components/six-header-menu-button/six-header-menu-button.js",
31
34
  "components/six-icon/six-icon.js",
32
35
  "components/six-icon-button/six-icon-button.js",
33
36
  "components/six-layout-grid/six-layout-grid.js",
37
+ "components/six-logo/six-logo.js",
34
38
  "components/six-main-container/six-main-container.js",
35
39
  "components/six-menu-divider/six-menu-divider.js",
36
40
  "components/six-menu-item/six-menu-item.js",
@@ -24,12 +24,12 @@ export class SixAvatar {
24
24
  this.shape = 'circle';
25
25
  }
26
26
  render() {
27
- return (h("div", { key: '2a76d2e154958ee61ff52642b9ecbfda16701b25', part: "base", class: {
27
+ return (h("div", { key: '0dbd57a48040d1a7c7c07fa838e8be3da457e2c1', part: "base", class: {
28
28
  avatar: true,
29
29
  'avatar--circle': this.shape === 'circle',
30
30
  'avatar--rounded': this.shape === 'rounded',
31
31
  'avatar--square': this.shape === 'square',
32
- }, role: "image", "aria-label": this.alt, tabIndex: 0 }, this.initials === '' && (h("div", { key: '7a5a16e6c2a09c62e321cd3487630dca8c01e38d', part: "icon", class: "avatar__icon" }, h("slot", { key: 'ea9da268e893e431afdefa1ff56047859d4b669f', name: "icon" }, h("six-icon", { key: 'ef9e7e4471bb5c7e9a87071d32e3ce809c393ce3' }, "person")))), this.initials && (h("div", { key: '03d05790514501eb466305351ec99701e3a7ce84', part: "initials", class: "avatar__initials" }, this.initials)), this.image && !this.hasError && (h("img", { key: '4c5ad967457ed0a0ea6e6c7ccbec67372c717d46', part: "image", class: "avatar__image", src: this.image, onError: this.handleImageError }))));
32
+ }, role: "image", "aria-label": this.alt, tabIndex: 0 }, this.initials === '' && (h("div", { key: '86e4e434e5da9fe126c6950b3716aa69e0738278', part: "icon", class: "avatar__icon" }, h("slot", { key: '376b3afc1ded98932f9f80c440f0f142e5bce33f', name: "icon" }, h("six-icon", { key: '0371ad768fc7440b24528bf2b1b331f466ab5574' }, "person")))), this.initials && (h("div", { key: 'd1a3412dc155ff96e7d3fddfac1d483561537e98', part: "initials", class: "avatar__initials" }, this.initials)), this.image && !this.hasError && (h("img", { key: 'e8a7e31f01329601ae9181c89b702f9469accc35', part: "image", class: "avatar__image", src: this.image, onError: this.handleImageError }))));
33
33
  }
34
34
  static get is() { return "six-avatar"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -16,7 +16,7 @@ export class SixBadge {
16
16
  this.pulse = false;
17
17
  }
18
18
  render() {
19
- return (h("span", { key: '23abdb168494d38a44857402773c283617865376', part: "base", class: {
19
+ return (h("span", { key: '023a7f78c1ac275db32a3dc65d7bb46a0d4f3aba', part: "base", class: {
20
20
  badge: true,
21
21
  // Types
22
22
  'badge--primary': this.type === 'primary',
@@ -28,7 +28,7 @@ export class SixBadge {
28
28
  'badge--info': this.type === 'info',
29
29
  'badge--pill': this.pill,
30
30
  'badge--pulse': this.pulse,
31
- }, role: "status" }, h("slot", { key: '7de84841ba8881ae53e103d5ba07a496f801e254' })));
31
+ }, role: "status" }, h("slot", { key: '09f7a992878ce4df2ac75fd99d7de7500cdb80d0' })));
32
32
  }
33
33
  static get is() { return "six-badge"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -72,10 +72,6 @@
72
72
  .button.button--secondary:hover:not(.button--disabled) {
73
73
  background-color: var(--six-color-web-rock-100);
74
74
  }
75
- .button.button--secondary:focus:not(.button--disabled) {
76
- background-color: var(--six-color-web-rock-100);
77
- border-color: var(--six-color-web-rock-400);
78
- }
79
75
  .button.button--secondary:active:not(.button--disabled) {
80
76
  background-color: var(--six-color-web-rock-300);
81
77
  border-color: var(--six-color-web-rock-900);
@@ -79,7 +79,7 @@ export class SixButton {
79
79
  const isLink = this.href != null;
80
80
  const isButton = !isLink;
81
81
  const Button = isLink ? 'a' : 'button';
82
- return (h("div", { key: '2cd90894b14168322a23d219c0b21da8f379d5e2', onClick: this.handleClick, class: { 'button-wrapper--disabled': this.disabled } }, h(Button, { key: 'b09de02adbfb8628689cc8084e381bebd1e839f8', ref: (el) => (this.nativeButton = el), part: "base", class: {
82
+ return (h("div", { key: '733c60d955d509acb4293ff6ac3bd28385fc0179', onClick: this.handleClick, class: { 'button-wrapper--disabled': this.disabled } }, h(Button, { key: 'f1c659d53e416d57c3d743accbc74fa71320fce5', ref: (el) => (this.nativeButton = el), part: "base", class: {
83
83
  button: true,
84
84
  // Types
85
85
  'button--secondary': this.type === 'secondary',
@@ -104,7 +104,7 @@ export class SixButton {
104
104
  'button--has-label': this.hasLabel,
105
105
  'button--has-prefix': this.hasPrefix,
106
106
  'button--has-suffix': this.hasSuffix,
107
- }, disabled: isButton ? this.disabled : undefined, tabindex: this.disabled ? '-1' : undefined, type: isButton ? (this.submit ? 'submit' : this.reset ? 'reset' : 'button') : undefined, name: isButton ? this.name : undefined, value: isButton ? this.value : undefined, href: isLink ? this.href : undefined, target: isLink && this.target != null ? this.target : undefined, download: isLink && this.download != null ? this.download : undefined, rel: isLink && this.target != null ? 'noreferrer noopener' : undefined, onBlur: this.handleBlur, onFocus: this.handleFocus, "data-testid": "button" }, h("span", { key: 'df5d79a6bf46b4c3ea3adf6e68e3978aa2acb18e', part: "prefix", class: "button__prefix" }, h("slot", { key: 'e78449a92a82939e3d1ba5c8fdcd2fcbe63a1ce1', onSlotchange: this.handleSlotChange, name: "prefix" })), h("span", { key: '392781b1720026d57987b911772944970245fefd', part: "label", class: "button__label" }, h("slot", { key: '0bb149fcf825c5ddbe0b40f49df019864e671824', onSlotchange: this.handleSlotChange })), h("span", { key: 'c78c7c657c9117151f32482d0a98b37308288304', part: "suffix", class: "button__suffix" }, h("slot", { key: '579fa531656c5e9f9e4341a7f6ea49d01062e63b', onSlotchange: this.handleSlotChange, name: "suffix" })), this.caret && (h("span", { key: 'de61f96d9a9fef93b2f471093d6f75015e0f765a', part: "caret", class: "button__caret" }, h("svg", { key: 'f4a2af2484f93de8da2d8eb4396acae6b7a4668c', viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("polyline", { key: '91dd04bce9eba1265390cc633004b5524cc5b42f', points: "6 9 12 15 18 9" })))), this.loading && h("six-spinner", { key: '6c182105a54a74d8b68c9fb47a866a69ebcb4573' }))));
107
+ }, disabled: isButton ? this.disabled : undefined, tabindex: this.disabled ? '-1' : undefined, type: isButton ? (this.submit ? 'submit' : this.reset ? 'reset' : 'button') : undefined, name: isButton ? this.name : undefined, value: isButton ? this.value : undefined, href: isLink ? this.href : undefined, target: isLink && this.target != null ? this.target : undefined, download: isLink && this.download != null ? this.download : undefined, rel: isLink && this.target != null ? 'noreferrer noopener' : undefined, onBlur: this.handleBlur, onFocus: this.handleFocus, "data-testid": "button" }, h("span", { key: 'db88ca38040960f384a72f274c215c490abcd7be', part: "prefix", class: "button__prefix" }, h("slot", { key: '19a0077f9a1ea594f669cb3d5f56f7eabd6695b4', onSlotchange: this.handleSlotChange, name: "prefix" })), h("span", { key: 'd6ad98d9a36572228bc9ea4d50263323dac74322', part: "label", class: "button__label" }, h("slot", { key: '33e06a87ab2f18d0f1096fdf1904b1398811c014', onSlotchange: this.handleSlotChange })), h("span", { key: '771e0da37ab98f26cfa6189a9794ff1f6c4424bd', part: "suffix", class: "button__suffix" }, h("slot", { key: 'fa94fccd963ec5a65c84b7620182adb24a329383', onSlotchange: this.handleSlotChange, name: "suffix" })), this.caret && (h("span", { key: '7098e8219a536758498c0e76974080c96e5baecd', part: "caret", class: "button__caret" }, h("svg", { key: 'a8f4e991d39137a45dae525a550edd4ad79cf83f', viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("polyline", { key: '03dbc033c9799c31b856e45cd3d4967f3098bd8e', points: "6 9 12 15 18 9" })))), this.loading && h("six-spinner", { key: '6ab43caf71a3ceadf32817b09e7c4d6885f2ba7a' }))));
108
108
  }
109
109
  static get is() { return "six-button"; }
110
110
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ import { h, Host } from "@stencil/core";
7
7
  */
8
8
  export class SixCard {
9
9
  render() {
10
- return (h(Host, { key: '57b9d5502d3afd1e3f4bf2f58301dc1bd42105e0' }, h("slot", { key: 'a0dac50eb9ecb0c01f48b705de76e3a6cca34c2e' })));
10
+ return (h(Host, { key: 'aad0ccff1f39203ebe4e16e74c13cd7a344f2da8' }, h("slot", { key: '6e713eaee2db4b9dedbd9f5884911bce16f30c88' })));
11
11
  }
12
12
  static get is() { return "six-card"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -107,14 +107,14 @@ export class SixCheckbox {
107
107
  this.hasErrorSlot = hasSlot(this.host, 'error-text');
108
108
  }
109
109
  render() {
110
- return (h(FormControl, { key: '559223a5b607e90c425563bb7562cc841bb37b4a', inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, errorTextId: this.errorTextId, hasErrorTextSlot: this.hasErrorSlot, errorText: this.errorText, errorTextCount: this.errorTextCount, size: "medium", disabled: this.disabled, required: this.required, displayError: this.invalid }, h("label", { key: '41020a952865aade603a27da643500dde1577d9a', part: "base", class: {
110
+ return (h(FormControl, { key: '3881d6f70869fe371be4bdc084d1e2ee2ffcaad0', inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, errorTextId: this.errorTextId, hasErrorTextSlot: this.hasErrorSlot, errorText: this.errorText, errorTextCount: this.errorTextCount, size: "medium", disabled: this.disabled, required: this.required, displayError: this.invalid }, h("label", { key: 'a42631ccd1b8fb0ee21d575c4f08d92b6349d9f8', part: "base", class: {
111
111
  checkbox: true,
112
112
  'checkbox--checked': this.checked,
113
113
  'checkbox--disabled': this.disabled,
114
114
  'checkbox--focused': this.hasFocus,
115
115
  'checkbox--invalid': this.invalid,
116
116
  'checkbox--indeterminate': this.indeterminate,
117
- }, htmlFor: this.inputId, onMouseDown: this.handleMouseDown }, h("span", { key: 'e8ca565702d0f28a8268419b1922377de019aeb9', part: "control", class: "checkbox__control" }, this.checked && (h("span", { key: '9f2766870cca805718bcb354f1b9f8fa816058a3', part: "checked-icon", class: "checkbox__icon" }, h("svg", { key: 'b723d2fe38eac6458817a52b4cd817d406b6b168', viewBox: "0 0 16 16" }, h("g", { key: '7c666760a32d708289f4b2be73d7ddf741c9224f', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: '9504107d0784555ab6d1706ee6650f465e9f4f14', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: 'aba8c4fbc2241f72ca7e69e1df55b1aeb131eba4', transform: "translate(3.428571, 3.428571)" }, h("path", { key: '8c94324eacc3775f4670431b1893ffed23eb9022', d: "M0,5.71428571 L3.42857143,9.14285714" }), h("path", { key: '2956ea4fcd3f60c11122f9b9ded05e2fea91dc5f', d: "M9.14285714,0 L3.42857143,9.14285714" }))))))), !this.checked && this.indeterminate && (h("span", { key: '8a5299ac61e23fececb5a4a31e92170c35e3ea16', part: "indeterminate-icon", class: "checkbox__icon" }, h("svg", { key: '67d397a1dad6d040a8173f33e79f96d9b79074a4', viewBox: "0 0 16 16" }, h("g", { key: 'a3bdc58b383787142ca0c4bbbaf4d42c01ddbcef', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: '1e750eec7684c2776776bbeeb52bc1ed121410c2', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: '73c759793a9fdb8eb97e7b2b23577e71b952f6fd', transform: "translate(2.285714, 6.857143)" }, h("path", { key: '318d6b4e2784e0e4fa24daff80b0a5f459ccbff5', d: "M10.2857143,1.14285714 L1.14285714,1.14285714" }))))))), h("input", { key: '6a12322684da921310573ac048dd6690e70b452f', ref: (el) => (this.nativeInput = el), id: this.inputId, type: "checkbox", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, required: this.required, role: "checkbox", "aria-checked": this.checked ? 'true' : 'false', "aria-labelledby": this.labelId, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus })), h("span", { key: 'd3f29202344b2daddbef69927c447f61a1936760', part: "text", id: this.textId, class: "checkbox__text" }, h("slot", { key: '53fc91b65194dd3966e27d767e0c713fc16b9bd2' })))));
117
+ }, htmlFor: this.inputId, onMouseDown: this.handleMouseDown }, h("span", { key: 'd1e1080dd43c4e3110b9f272f1dd2185c99ecbc4', part: "control", class: "checkbox__control" }, this.checked && (h("span", { key: 'e02e32f28b9e997ee1baf81aa5d12e00df275e9e', part: "checked-icon", class: "checkbox__icon" }, h("svg", { key: 'b313da8df11a0cce0c8f3c8785e46be998106528', viewBox: "0 0 16 16" }, h("g", { key: '9e49d0e0f0cf1070b1b283cc63586ad34c284302', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: 'a36e0b3299473a24a14ce268052b00f3929e0f31', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: 'f4f0033909e86d0a79bfba797b6ec9f389e2d8c7', transform: "translate(3.428571, 3.428571)" }, h("path", { key: '09a34c50138270daad1968cd330f16d49d1807ce', d: "M0,5.71428571 L3.42857143,9.14285714" }), h("path", { key: '1fa1a9f56875cfd60d1595f05bf8a294bd85aaaa', d: "M9.14285714,0 L3.42857143,9.14285714" }))))))), !this.checked && this.indeterminate && (h("span", { key: 'd263c3e0de02a8c17869ff74b6c864d23d7539e6', part: "indeterminate-icon", class: "checkbox__icon" }, h("svg", { key: '192a9d79ce11edb96b51776a5d0a517ea160d0e6', viewBox: "0 0 16 16" }, h("g", { key: 'ccd9afa0efe3c764521dd1d34e02c2680b68fb37', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: 'f9d774248f858e7ff08d91a23f4a0290b2000a66', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: 'd098b4ab5ee88a3d90f13488d86a3f37a382fee9', transform: "translate(2.285714, 6.857143)" }, h("path", { key: 'd47b208149e864b67ac8d25c0607b6e5868262a7', d: "M10.2857143,1.14285714 L1.14285714,1.14285714" }))))))), h("input", { key: 'e3da5bf1a133e8a31a6abfd8852cd1e8434f1861', ref: (el) => (this.nativeInput = el), id: this.inputId, type: "checkbox", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, required: this.required, role: "checkbox", "aria-checked": this.checked ? 'true' : 'false', "aria-labelledby": this.labelId, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus })), h("span", { key: '298954f2c0314e37a43fb47a8d1e9a3069f7ee4e', part: "text", id: this.textId, class: "checkbox__text" }, h("slot", { key: '539f5cde4f4a771422145d6faf4a611c1c07b74f' })))));
118
118
  }
119
119
  static get is() { return "six-checkbox"; }
120
120
  static get encapsulation() { return "shadow"; }
@@ -131,15 +131,15 @@ export class SixDetails {
131
131
  }
132
132
  render() {
133
133
  const summaryIcon = this.hasContent && (this.summaryIcon || 'expand_more');
134
- return (h("div", { key: 'e9dc92b5eb412ccc12d84679fd1165a7f485929e', ref: (el) => (this.details = el), part: "base", class: {
134
+ return (h("div", { key: '790a6c1cdc4bbc6c266f9e24bf7c94d151379115', ref: (el) => (this.details = el), part: "base", class: {
135
135
  details: true,
136
136
  'details--open': this.open,
137
137
  'details--disabled': this.disabled,
138
138
  inline: this.inline,
139
- } }, h("header", { key: '1ac0a1e7e530ec158c8835dda6fc862dd862bbf3', ref: (el) => (this.header = el), part: "header", id: `${this.componentId}-header`, class: "details__header", role: "button", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": `${this.componentId}-content`, "aria-disabled": this.disabled ? 'true' : 'false', tabIndex: this.disabled ? -1 : 0, onClick: this.handleSummaryClick, onKeyDown: this.handleSummaryKeyDown }, h("div", { key: '5192800ec9cf1e15babf1ad8c05dd95d70ba1d61', part: "summary", class: "details__summary" }, h("slot", { key: 'de784713c59c30e73d35574f61fd2052a61c44a9', name: "summary" }, this.summary)), h("span", { key: 'bb4e39cb1774a3812108d368cf839c2b47aa439e', part: "summary-icon", class: {
139
+ } }, h("header", { key: 'e02a32f9923779375d81ee3d79d89aa2ddea38a1', ref: (el) => (this.header = el), part: "header", id: `${this.componentId}-header`, class: "details__header", role: "button", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": `${this.componentId}-content`, "aria-disabled": this.disabled ? 'true' : 'false', tabIndex: this.disabled ? -1 : 0, onClick: this.handleSummaryClick, onKeyDown: this.handleSummaryKeyDown }, h("div", { key: 'd8647eb075674116011662baf9b8baf3130ae0b7', part: "summary", class: "details__summary" }, h("slot", { key: '5e53c611396e795eb725e4ff364127a781544aad', name: "summary" }, this.summary)), h("span", { key: 'a2108bba713114123324ab7e41a250755daa5204', part: "summary-icon", class: {
140
140
  'details__summary-icon': true,
141
141
  'details__summary-icon--animate': this.animateSummaryIcon,
142
- } }, h("slot", { key: 'd7740d440a226c65290720cd91f6511194577a67', name: "summary-icon", onSlotchange: () => (this.animateSummaryIcon = false) }, summaryIcon && h("six-icon", { key: '69b3397df20bc3848bca2bd0ac7f5b5eff607889', size: this.summaryIconSize }, summaryIcon)))), h("div", { key: 'a819ae789261cbefbf1397c6310177bb6d137b90', ref: (el) => (this.body = el), class: "details__body", onTransitionEnd: this.handleBodyTransitionEnd }, h("div", { key: 'c20bbe76c4be98ca7df21851cca3e61b3bcf5350', part: "content", id: `${this.componentId}-content`, class: "details__content", role: "region", "aria-labelledby": `${this.componentId}-header` }, h("slot", { key: 'c250b8f12b6d66f8e3f385c9930ad892d1672619' })))));
142
+ } }, h("slot", { key: '344e5c319ce8e8fe2171afa277a4799c8477178b', name: "summary-icon", onSlotchange: () => (this.animateSummaryIcon = false) }, summaryIcon && h("six-icon", { key: '2b0fc2a643d699fcd17138d8cbf7320957d909b6', size: this.summaryIconSize }, summaryIcon)))), h("div", { key: 'e09bd4d2cb12bc92c595db4ada7d435b24453fb8', ref: (el) => (this.body = el), class: "details__body", onTransitionEnd: this.handleBodyTransitionEnd }, h("div", { key: '065ff7a042f603ccbccd137ecaba36016ccadf6b', part: "content", id: `${this.componentId}-content`, class: "details__content", role: "region", "aria-labelledby": `${this.componentId}-header` }, h("slot", { key: 'c7fa18ef6842f4f8af87e02d7a2e7ae892664276' })))));
143
143
  }
144
144
  static get is() { return "six-details"; }
145
145
  static get encapsulation() { return "shadow"; }
@@ -122,12 +122,12 @@ export class SixDialog {
122
122
  unlockBodyScrolling(this.host);
123
123
  }
124
124
  render() {
125
- return (h("div", { key: 'ca2f75786e6b9bca6e8163d6bb963c7cd7ea8a1a', ref: (el) => (this.dialog = el), part: "base", class: {
125
+ return (h("div", { key: '6f14cb488875cc193db6e577ba338514a548f938', ref: (el) => (this.dialog = el), part: "base", class: {
126
126
  dialog: true,
127
127
  'dialog--open': this.open,
128
128
  'dialog--visible': this.isVisible,
129
129
  'dialog--has-footer': this.hasFooter,
130
- }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: 'a273d85c8bfd251ad2ae2e6d5f3eb92826108a50', part: "overlay", class: "dialog__overlay", onClick: this.handleOverlayClick }), h("div", { key: 'abe0a634c395be75a1d818209b084f963beeafa7', ref: (el) => (this.panel = el), part: "panel", class: "dialog__panel", role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? 'false' : 'true', "aria-label": this.noHeader ? this.label : null, "aria-labelledby": !this.noHeader ? `${this.componentId}-title` : null, tabIndex: 0 }, !this.noHeader && (h("header", { key: '2513644ffd4404c26415a22a191e6ea584c50ff2', part: "header", class: "dialog__header" }, h("span", { key: '02ee4a441ca2f643841810d074fbb6835dbf6745', part: "title", class: "dialog__title", id: `${this.componentId}-title` }, h("slot", { key: '62011be47150243227b1fe6f90250148c1b70161', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: '4b9a9cd54fe34d74034d76d40be1db034983918d', exportparts: "base:close-button", class: "dialog__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: 'b289e42038528d65fea205ca31d8ff9cca875fc1', part: "body", class: "dialog__body" }, h("slot", { key: 'dd58a5abcb760bd0b8fab8bf182a67f91905f1e7' })), h("footer", { key: '158e8de8f815c36bccd90c51481959afdeddb207', part: "footer", class: "dialog__footer" }, h("slot", { key: 'cc4a08e857def0f600136964f0044eb620f056d2', name: "footer", onSlotchange: this.handleSlotChange })))));
130
+ }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: 'a68c26974993aae32b5af10726994d49673c548e', part: "overlay", class: "dialog__overlay", onClick: this.handleOverlayClick }), h("div", { key: 'd65b34ab367b255e11ec0153c5bbef8dea9b37bc', ref: (el) => (this.panel = el), part: "panel", class: "dialog__panel", role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? 'false' : 'true', "aria-label": this.noHeader ? this.label : null, "aria-labelledby": !this.noHeader ? `${this.componentId}-title` : null, tabIndex: 0 }, !this.noHeader && (h("header", { key: '9134f6b97e1115ee8a4921ce8a43b7fff93cc9a4', part: "header", class: "dialog__header" }, h("span", { key: 'f373bc7278c75661c420cdd4cff713965988fa73', part: "title", class: "dialog__title", id: `${this.componentId}-title` }, h("slot", { key: '23e17699f04a560f79127127eed5e2d93ef0a40d', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: 'f0cbdbbd0d99ae5307d0aaa7e543346549ac59b9', exportparts: "base:close-button", class: "dialog__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: '7cef3cee366fa1b5dd2666e2cd38591092e599ec', part: "body", class: "dialog__body" }, h("slot", { key: 'f5547ca08f289964e90e1897de2c662cf2ef4ecf' })), h("footer", { key: '6fd4cc4b379881d0d773dcb7c169319ebbd1cc86', part: "footer", class: "dialog__footer" }, h("slot", { key: 'f16e994808340a7c7d92069769af0f191fcbaf19', name: "footer", onSlotchange: this.handleSlotChange })))));
131
131
  }
132
132
  static get is() { return "six-dialog"; }
133
133
  static get encapsulation() { return "shadow"; }
@@ -131,7 +131,7 @@ export class SixDrawer {
131
131
  this.open ? this.sixAfterShow.emit() : this.sixAfterHide.emit();
132
132
  }
133
133
  render() {
134
- return (h("div", { key: 'f02d426d2a68efc12cc6590f6ee95f8e1b94105b', ref: (el) => (this.drawer = el), part: "base", class: {
134
+ return (h("div", { key: '36e3f65ac5f2721b42452c5c8bb6b7c82caaf90b', ref: (el) => (this.drawer = el), part: "base", class: {
135
135
  drawer: true,
136
136
  'drawer--open': this.open,
137
137
  'drawer--visible': this.isVisible,
@@ -142,7 +142,7 @@ export class SixDrawer {
142
142
  'drawer--contained': this.contained,
143
143
  'drawer--fixed': !this.contained,
144
144
  'drawer--has-footer': this.hasFooter,
145
- }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: '81876b59d861e53ff8955e482fe2dd3df71d68a6', part: "overlay", class: "drawer__overlay", onClick: this.handleOverlayClick, tabIndex: -1 }), h("div", { key: '0473bed790cf275faab8ca67e048afc225eb0648', ref: (el) => (this.panel = el), part: "panel", class: "drawer__panel", role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? 'false' : 'true', "aria-label": this.noHeader ? this.label : null, "aria-labelledby": !this.noHeader ? `${this.componentId}-title` : null, tabIndex: 0 }, !this.noHeader && (h("header", { key: 'efb5e8bd2e2a68ee85055c072bac41f9ff6baee5', part: "header", class: "drawer__header" }, h("span", { key: '4cd3e96ff627b33857f2b2b4887a11a37bcb980a', part: "title", class: "drawer__title", id: `${this.componentId}-title` }, h("slot", { key: 'e4a7045fcf2c1bcc9e179205f66d755d98018c28', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: 'd87a631f89b62c8a0c678b044d951082f03d6ac8', exportparts: "base:close-button", class: "drawer__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: '34efa989c2ddd9bf49dcd21aada4927daf70d6b1', part: "body", class: "drawer__body" }, h("slot", { key: 'c2af5a3a0df3350117a4a71b67f9f33db1d93129' })), h("footer", { key: '8e52a6326a7b98872fd967fbda28d607300871b6', part: "footer", class: "drawer__footer" }, h("slot", { key: 'cb76e761b9f92429059d68a8f324f36732b745d8', name: "footer", onSlotchange: this.handleSlotChange })))));
145
+ }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: '1d882839efb405169548546f93eacabd88803051', part: "overlay", class: "drawer__overlay", onClick: this.handleOverlayClick, tabIndex: -1 }), h("div", { key: 'b53bc8fa6d3d233727f87b111b220674de9ab2d5', ref: (el) => (this.panel = el), part: "panel", class: "drawer__panel", role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? 'false' : 'true', "aria-label": this.noHeader ? this.label : null, "aria-labelledby": !this.noHeader ? `${this.componentId}-title` : null, tabIndex: 0 }, !this.noHeader && (h("header", { key: '3d580bea13f4ce5e361a1789550b011e52af859e', part: "header", class: "drawer__header" }, h("span", { key: 'e068532fb2b4e517ef09289396cba476ab699331', part: "title", class: "drawer__title", id: `${this.componentId}-title` }, h("slot", { key: '35a8c80566e7083d532817bd9cc6fa2acbf4416c', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: 'a294b23eb653e39fc714adf63b6df7c4b46e9002', exportparts: "base:close-button", class: "drawer__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: 'a347e151af6ecb2d79c6b5773ddd533405e6b5b6', part: "body", class: "drawer__body" }, h("slot", { key: '5a0634971a10582fb22c3cbbecd0975a6b65fd04' })), h("footer", { key: '051fe5aa4ec54b0fe82a20f569884adbf29256cb', part: "footer", class: "drawer__footer" }, h("slot", { key: 'dce35b793bbc64207727c39f7cc8153a8102ca86', name: "footer", onSlotchange: this.handleSlotChange })))));
146
146
  }
147
147
  static get is() { return "six-drawer"; }
148
148
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ import { h } from "@stencil/core";
7
7
  */
8
8
  export class SixError {
9
9
  render() {
10
- return (h("div", { key: 'dc966ba9b5f28544d4cab98d2fb1b95222155778', class: "six-error-container" }, h("slot", { key: 'fc21a42d199af3b1292607ae79abe955d2bff6f9' })));
10
+ return (h("div", { key: 'dce0c9954ec6c3b549af8fffd0252ebd1326ec64', class: "six-error-container" }, h("slot", { key: 'cc431e31efedd919f485269b68c6471c1e2bd88a' })));
11
11
  }
12
12
  static get is() { return "six-error"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -95,7 +95,7 @@ export class SixErrorPage {
95
95
  return DESCRIPTION_PER_ERROR_CODE[this.errorCode][this.language];
96
96
  }
97
97
  render() {
98
- return (h("div", { key: '0f3797074845032adde350dca741a4dae51f1c1c', part: "container" }, h("div", { key: '2eb9fd5e237184e25d857ada02f9da9d87f40c34', class: "six-error-page__icon-container", part: "icon-container" }, h("six-picto", { key: 'ef5ecee61903065ba7967b296f1a75d1939736af', size: "4xl", class: "six-error-page__icon", part: "icon" }, this.getIconName())), h("div", { key: '26bdb56627f6277ee5ac0983d0115e3c9eda1fd3', class: "six-error-page__title", part: "title" }, this.getErrorTitle()), h("div", { key: '22e514ed632fc726e78fed2ea3c5148de11fbb71', class: "six-error-page__description", part: "description" }, this.getErrorDescription())));
98
+ return (h("div", { key: 'c11b8a0d98ed8a03a1ee91e8932a3c7f7ba60fb8', part: "container" }, h("div", { key: '54352589667286a7659b65adcc071f14bd4ac409', class: "six-error-page__icon-container", part: "icon-container" }, h("six-picto", { key: '8532d61184d3de5f8c00e1f8bff8a9bfb9cff44b', size: "4xl", class: "six-error-page__icon", part: "icon" }, this.getIconName())), h("div", { key: 'b94c4b57087f5278a8424bf5dc9b0e9c73a9f4ef', class: "six-error-page__title", part: "title" }, this.getErrorTitle()), h("div", { key: '6313d2f5039d1ceeaac79ea3eb5cbb9a30d44b01', class: "six-error-page__description", part: "description" }, this.getErrorDescription())));
99
99
  }
100
100
  static get is() { return "six-error-page"; }
101
101
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ import { h } from "@stencil/core";
6
6
  */
7
7
  export class SixFileList {
8
8
  render() {
9
- return (h("div", { key: '76ef964aaeb29acfe802d3b7a843e1387921be11', class: "six-files-list__container" }, h("slot", { key: 'cd309c4ff0016237e3c162b6eb58130e444a9dbe' })));
9
+ return (h("div", { key: '5856049cee6f4ed3201403e1c917208d720e3a7a', class: "six-files-list__container" }, h("slot", { key: '78874af25ab226bbd61b0067ae34dd1516754f34' })));
10
10
  }
11
11
  static get is() { return "six-file-list"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ import { h } from "@stencil/core";
7
7
  */
8
8
  export class SixFooter {
9
9
  render() {
10
- return (h("footer", { key: 'd3c9c9900cd4472f3d3756c97a6dd1f9f1a9f137', class: "six-footer" }, h("slot", { key: '165e9147aa9148532b408ab339084705f88aa0b2' })));
10
+ return (h("footer", { key: '4f5f18d1cca92c1aff56451ef0a6a7b4061f9200', class: "six-footer" }, h("slot", { key: '9f3b30e7c28c2e6ae677874ed8203cec624c6d4f' })));
11
11
  }
12
12
  static get is() { return "six-footer"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -47,7 +47,7 @@ export class SixGroupLabel {
47
47
  (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.removeEventListener('slotchange', this.handleSlotChange);
48
48
  }
49
49
  render() {
50
- return (h(FormControl, { key: 'd706981268ce0d614e4386308d3ae4a886c0ca10', inputId: this.wrapperLabelId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, size: this.size, disabled: this.disabled, required: this.required }, h("slot", { key: '5c282b7c8428a2da611a6feb97bba40af53f830d' })));
50
+ return (h(FormControl, { key: '7c2d6731a0d81d8781f4556e1c7071e352f755ca', inputId: this.wrapperLabelId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, size: this.size, disabled: this.disabled, required: this.required }, h("slot", { key: 'e52acfadba9bb3902f5599fc60b7e51d315b7aec' })));
51
51
  }
52
52
  static get is() { return "six-group-label"; }
53
53
  static get encapsulation() { return "shadow"; }
@@ -21,52 +21,28 @@
21
21
  .six-header {
22
22
  display: flex;
23
23
  width: 100%;
24
- height: 3.75rem;
24
+ height: var(--six-header-height);
25
25
  background-color: var(--six-header-background-color);
26
- align-items: center;
27
- flex-wrap: wrap;
26
+ align-items: stretch;
28
27
  box-shadow: var(--six-shadow-medium);
29
28
  border-bottom: var(--six-header-border-with) solid var(--six-header-border-color);
30
29
  }
31
- .six-header__logo {
32
- width: 6rem;
33
- margin-top: 0.15rem;
34
- }
35
30
  .six-header__logo--clickable {
36
31
  cursor: pointer;
37
32
  }
38
- .six-header__logo--six {
39
- height: 20px;
40
- overflow: visible;
41
- }
42
- .six-header__logo--bme {
43
- margin-top: 6px;
44
- height: 40px;
45
- overflow: visible;
46
- }
47
33
  .six-header__placeholder {
48
34
  flex: 1;
49
35
  }
50
- .six-header__menu, .six-header__logo, .six-header__custom, .six-header__search, .six-header__notification, .six-header__app-switcher, .six-header__profile {
51
- height: calc(100% - 0.25rem - 1px);
52
- padding: 0 1.25rem;
53
- display: flex;
54
- align-items: center;
55
- border-bottom: solid 0.25rem transparent;
56
- }
57
- .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 {
58
- border-bottom: solid 0.25rem var(--six-header-border-color-open);
59
- }
60
36
  .six-header__app-switcher-dropdown {
61
37
  display: flex;
62
38
  align-items: center;
63
39
  }
64
40
  .six-header__selected-app {
65
41
  cursor: pointer;
66
- font-size: 0.9rem;
67
- font-weight: 600;
42
+ font-size: var(--six-font-size-small);
43
+ font-weight: var(--six-font-weight-bold);
68
44
  padding-right: 0;
69
- padding-left: 0.3rem;
45
+ padding-left: var(--six-spacing-x-small);
70
46
  }
71
47
  .six-header__selected-app:hover {
72
48
  color: var(--six-header-selected-app-color-hover);