@six-group/ui-library 0.0.0-insider.2b3efd5 → 0.0.0-insider.2c5f541

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 (368) hide show
  1. package/dist/cjs/index-417a06c8.js +14 -10
  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 +2 -2
  6. package/dist/cjs/six-card.cjs.entry.js +1 -1
  7. package/dist/cjs/{six-checkbox.cjs.entry.js → six-checkbox_2.cjs.entry.js} +67 -3
  8. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
  9. package/dist/cjs/six-details.cjs.entry.js +3 -3
  10. package/dist/cjs/six-dialog.cjs.entry.js +2 -2
  11. package/dist/cjs/six-drawer.cjs.entry.js +2 -2
  12. package/dist/cjs/{six-dropdown_3.cjs.entry.js → six-dropdown_2.cjs.entry.js} +6 -81
  13. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  14. package/dist/cjs/six-error-page.cjs.entry.js +1 -1
  15. package/dist/cjs/six-error.cjs.entry.js +1 -1
  16. package/dist/cjs/six-file-list.cjs.entry.js +1 -1
  17. package/dist/cjs/six-footer.cjs.entry.js +1 -1
  18. package/dist/cjs/six-group-label.cjs.entry.js +1 -1
  19. package/dist/cjs/six-header-dropdown-item.cjs.entry.js +5 -3
  20. package/dist/cjs/six-header-dropdown-item.cjs.entry.js.map +1 -1
  21. package/dist/cjs/six-header-item.cjs.entry.js +23 -0
  22. package/dist/cjs/six-header-item.cjs.entry.js.map +1 -0
  23. package/dist/cjs/six-header-menu-button.cjs.entry.js +7 -3
  24. package/dist/cjs/six-header-menu-button.cjs.entry.js.map +1 -1
  25. package/dist/cjs/six-header.cjs.entry.js +7 -175
  26. package/dist/cjs/six-header.cjs.entry.js.map +1 -1
  27. package/dist/cjs/six-icon-button.cjs.entry.js +3 -3
  28. package/dist/cjs/six-icon.cjs.entry.js +2 -2
  29. package/dist/cjs/six-input.cjs.entry.js +3 -3
  30. package/dist/cjs/six-language-switcher.cjs.entry.js +1 -1
  31. package/dist/cjs/six-layout-grid.cjs.entry.js +1 -1
  32. package/dist/cjs/six-logo.cjs.entry.js +29 -0
  33. package/dist/cjs/six-logo.cjs.entry.js.map +1 -0
  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 -7
  45. package/dist/cjs/six-select.cjs.entry.js.map +1 -1
  46. package/dist/cjs/six-sidebar-item.cjs.entry.js +2 -2
  47. package/dist/cjs/six-sidebar.cjs.entry.js +2 -2
  48. package/dist/cjs/six-switch.cjs.entry.js +2 -2
  49. package/dist/cjs/six-tab-group.cjs.entry.js +2 -2
  50. package/dist/cjs/six-tab-panel.cjs.entry.js +1 -1
  51. package/dist/cjs/six-tab.cjs.entry.js +2 -2
  52. package/dist/cjs/six-tag.cjs.entry.js +2 -2
  53. package/dist/cjs/six-textarea.cjs.entry.js +2 -2
  54. package/dist/cjs/six-tile.cjs.entry.js +5 -5
  55. package/dist/cjs/six-timepicker.cjs.entry.js +1 -1
  56. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
  57. package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
  58. package/dist/cjs/ui-library.cjs.js +1 -1
  59. package/dist/collection/collection-manifest.json +1 -1
  60. package/dist/collection/components/six-avatar/six-avatar.js +2 -2
  61. package/dist/collection/components/six-badge/six-badge.js +2 -2
  62. package/dist/collection/components/six-button/six-button.js +2 -2
  63. package/dist/collection/components/six-card/six-card.js +1 -1
  64. package/dist/collection/components/six-checkbox/six-checkbox.js +2 -2
  65. package/dist/collection/components/six-details/six-details.js +3 -3
  66. package/dist/collection/components/six-dialog/six-dialog.js +2 -2
  67. package/dist/collection/components/six-drawer/six-drawer.js +2 -2
  68. package/dist/collection/components/six-dropdown/six-dropdown.js +5 -36
  69. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -1
  70. package/dist/collection/components/six-error/six-error.js +1 -1
  71. package/dist/collection/components/six-error-page/six-error-page.js +1 -1
  72. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  73. package/dist/collection/components/six-footer/six-footer.js +1 -1
  74. package/dist/collection/components/six-group-label/six-group-label.js +1 -1
  75. package/dist/collection/components/six-header/six-header.css +0 -20
  76. package/dist/collection/components/six-header/six-header.js +8 -484
  77. package/dist/collection/components/six-header/six-header.js.map +1 -1
  78. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.css +0 -2
  79. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js +45 -3
  80. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js.map +1 -1
  81. package/dist/collection/components/six-header-item/six-header-item.css +2 -2
  82. package/dist/collection/components/six-header-item/six-header-item.js +2 -5
  83. package/dist/collection/components/six-header-item/six-header-item.js.map +1 -1
  84. package/dist/collection/components/six-header-menu-button/six-header-menu-button.css +5 -0
  85. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js +86 -10
  86. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js.map +1 -1
  87. package/dist/collection/components/six-icon/six-icon.js +2 -2
  88. package/dist/collection/components/six-icon-button/six-icon-button.js +3 -3
  89. package/dist/collection/components/six-input/six-input.js +3 -3
  90. package/dist/collection/components/six-language-switcher/six-language-switcher.js +1 -1
  91. package/dist/collection/components/six-layout-grid/six-layout-grid.js +1 -1
  92. package/dist/collection/components/six-logo/six-logo.js +1 -1
  93. package/dist/collection/components/six-logo/six-logo.js.map +1 -1
  94. package/dist/collection/components/six-main-container/six-main-container.js +1 -1
  95. package/dist/collection/components/six-menu-divider/six-menu-divider.js +1 -1
  96. package/dist/collection/components/six-menu-item/six-menu-item.js +2 -2
  97. package/dist/collection/components/six-menu-label/six-menu-label.js +1 -1
  98. package/dist/collection/components/six-picto/six-picto.js +1 -1
  99. package/dist/collection/components/six-progress-bar/six-progress-bar.js +3 -3
  100. package/dist/collection/components/six-progress-ring/six-progress-ring.js +1 -1
  101. package/dist/collection/components/six-radio/six-radio.js +2 -2
  102. package/dist/collection/components/six-range/six-range.js +2 -2
  103. package/dist/collection/components/six-root/six-root.js +1 -1
  104. package/dist/collection/components/six-search-field/six-search-field.js +1 -1
  105. package/dist/collection/components/six-select/six-select.js +6 -28
  106. package/dist/collection/components/six-select/six-select.js.map +1 -1
  107. package/dist/collection/components/six-sidebar/six-sidebar.js +2 -2
  108. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +2 -2
  109. package/dist/collection/components/six-switch/six-switch.js +2 -2
  110. package/dist/collection/components/six-tab/six-tab.js +2 -2
  111. package/dist/collection/components/six-tab-group/six-tab-group.js +2 -2
  112. package/dist/collection/components/six-tab-panel/six-tab-panel.js +1 -1
  113. package/dist/collection/components/six-tag/six-tag.js +2 -2
  114. package/dist/collection/components/six-textarea/six-textarea.js +2 -2
  115. package/dist/collection/components/six-tile/six-tile.js +5 -5
  116. package/dist/collection/components/six-timepicker/six-timepicker.css +1 -2
  117. package/dist/collection/components/six-tooltip/six-tooltip.js +2 -2
  118. package/dist/components/six-avatar.js +2 -2
  119. package/dist/components/six-badge.js +2 -2
  120. package/dist/components/six-button2.js +2 -2
  121. package/dist/components/six-card.js +1 -1
  122. package/dist/components/six-checkbox2.js +2 -2
  123. package/dist/components/six-details2.js +3 -3
  124. package/dist/components/six-dialog.js +2 -2
  125. package/dist/components/six-drawer.js +2 -2
  126. package/dist/components/six-dropdown2.js +6 -18
  127. package/dist/components/six-dropdown2.js.map +1 -1
  128. package/dist/components/six-error-page.js +1 -1
  129. package/dist/components/six-error2.js +1 -1
  130. package/dist/components/six-file-list.js +1 -1
  131. package/dist/components/six-footer.js +1 -1
  132. package/dist/components/six-group-label.js +1 -1
  133. package/dist/components/six-header-dropdown-item.js +7 -3
  134. package/dist/components/six-header-dropdown-item.js.map +1 -1
  135. package/dist/components/six-header-item.js +32 -1
  136. package/dist/components/six-header-item.js.map +1 -1
  137. package/dist/components/six-header-menu-button.js +14 -12
  138. package/dist/components/six-header-menu-button.js.map +1 -1
  139. package/dist/components/six-header.js +11 -248
  140. package/dist/components/six-header.js.map +1 -1
  141. package/dist/components/six-icon-button2.js +3 -3
  142. package/dist/components/six-icon2.js +2 -2
  143. package/dist/components/six-input2.js +3 -3
  144. package/dist/components/six-language-switcher.js +1 -1
  145. package/dist/components/six-layout-grid.js +1 -1
  146. package/dist/components/six-logo.js +38 -1
  147. package/dist/components/six-logo.js.map +1 -1
  148. package/dist/components/six-main-container.js +1 -1
  149. package/dist/components/six-menu-divider.js +1 -1
  150. package/dist/components/six-menu-item2.js +2 -2
  151. package/dist/components/six-menu-label.js +1 -1
  152. package/dist/components/six-picto2.js +1 -1
  153. package/dist/components/six-progress-bar.js +3 -3
  154. package/dist/components/six-progress-ring.js +1 -1
  155. package/dist/components/six-radio.js +2 -2
  156. package/dist/components/six-range.js +2 -2
  157. package/dist/components/six-root.js +1 -1
  158. package/dist/components/six-search-field.js +1 -1
  159. package/dist/components/six-select.js +6 -8
  160. package/dist/components/six-select.js.map +1 -1
  161. package/dist/components/six-sidebar-item.js +2 -2
  162. package/dist/components/six-sidebar.js +2 -2
  163. package/dist/components/six-switch.js +2 -2
  164. package/dist/components/six-tab-group.js +2 -2
  165. package/dist/components/six-tab-panel.js +1 -1
  166. package/dist/components/six-tab.js +2 -2
  167. package/dist/components/six-tag.js +2 -2
  168. package/dist/components/six-textarea.js +2 -2
  169. package/dist/components/six-tile.js +5 -5
  170. package/dist/components/six-timepicker2.js +1 -1
  171. package/dist/components/six-timepicker2.js.map +1 -1
  172. package/dist/components/six-tooltip2.js +2 -2
  173. package/dist/components.json +158 -571
  174. package/dist/esm/index-a7bee415.js +14 -10
  175. package/dist/esm/loader.js +1 -1
  176. package/dist/esm/six-avatar.entry.js +2 -2
  177. package/dist/esm/six-badge.entry.js +2 -2
  178. package/dist/esm/six-button.entry.js +2 -2
  179. package/dist/esm/six-card.entry.js +1 -1
  180. package/dist/esm/{six-checkbox.entry.js → six-checkbox_2.entry.js} +68 -5
  181. package/dist/esm/six-checkbox_2.entry.js.map +1 -0
  182. package/dist/esm/six-details.entry.js +3 -3
  183. package/dist/esm/six-dialog.entry.js +2 -2
  184. package/dist/esm/six-drawer.entry.js +2 -2
  185. package/dist/esm/{six-dropdown_3.entry.js → six-dropdown_2.entry.js} +7 -81
  186. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  187. package/dist/esm/six-error-page.entry.js +1 -1
  188. package/dist/esm/six-error.entry.js +1 -1
  189. package/dist/esm/six-file-list.entry.js +1 -1
  190. package/dist/esm/six-footer.entry.js +1 -1
  191. package/dist/esm/six-group-label.entry.js +1 -1
  192. package/dist/esm/six-header-dropdown-item.entry.js +5 -3
  193. package/dist/esm/six-header-dropdown-item.entry.js.map +1 -1
  194. package/dist/esm/six-header-item.entry.js +19 -0
  195. package/dist/esm/six-header-item.entry.js.map +1 -0
  196. package/dist/esm/six-header-menu-button.entry.js +7 -3
  197. package/dist/esm/six-header-menu-button.entry.js.map +1 -1
  198. package/dist/esm/six-header.entry.js +9 -177
  199. package/dist/esm/six-header.entry.js.map +1 -1
  200. package/dist/esm/six-icon-button.entry.js +3 -3
  201. package/dist/esm/six-icon.entry.js +2 -2
  202. package/dist/esm/six-input.entry.js +3 -3
  203. package/dist/esm/six-language-switcher.entry.js +1 -1
  204. package/dist/esm/six-layout-grid.entry.js +1 -1
  205. package/dist/esm/six-logo.entry.js +25 -0
  206. package/dist/esm/six-logo.entry.js.map +1 -0
  207. package/dist/esm/six-main-container.entry.js +1 -1
  208. package/dist/esm/six-menu-divider.entry.js +1 -1
  209. package/dist/esm/six-menu-label.entry.js +1 -1
  210. package/dist/esm/six-picto.entry.js +1 -1
  211. package/dist/esm/six-progress-bar.entry.js +3 -3
  212. package/dist/esm/six-progress-ring.entry.js +1 -1
  213. package/dist/esm/six-radio.entry.js +2 -2
  214. package/dist/esm/six-range.entry.js +2 -2
  215. package/dist/esm/six-root.entry.js +1 -1
  216. package/dist/esm/six-search-field.entry.js +1 -1
  217. package/dist/esm/six-select.entry.js +6 -7
  218. package/dist/esm/six-select.entry.js.map +1 -1
  219. package/dist/esm/six-sidebar-item.entry.js +2 -2
  220. package/dist/esm/six-sidebar.entry.js +2 -2
  221. package/dist/esm/six-switch.entry.js +2 -2
  222. package/dist/esm/six-tab-group.entry.js +2 -2
  223. package/dist/esm/six-tab-panel.entry.js +1 -1
  224. package/dist/esm/six-tab.entry.js +2 -2
  225. package/dist/esm/six-tag.entry.js +2 -2
  226. package/dist/esm/six-textarea.entry.js +2 -2
  227. package/dist/esm/six-tile.entry.js +5 -5
  228. package/dist/esm/six-timepicker.entry.js +1 -1
  229. package/dist/esm/six-timepicker.entry.js.map +1 -1
  230. package/dist/esm/six-tooltip.entry.js +2 -2
  231. package/dist/esm/ui-library.js +1 -1
  232. package/dist/types/components/six-dropdown/six-dropdown.d.ts +0 -7
  233. package/dist/types/components/six-header/six-header.d.ts +2 -128
  234. package/dist/types/components/six-header-dropdown-item/six-header-dropdown-item.d.ts +10 -1
  235. package/dist/types/components/six-header-item/six-header-item.d.ts +1 -1
  236. package/dist/types/components/six-header-menu-button/six-header-menu-button.d.ts +11 -5
  237. package/dist/types/components/six-select/six-select.d.ts +0 -7
  238. package/dist/types/components.d.ts +66 -147
  239. package/dist/ui-library/{p-1f7a0cb5.entry.js → p-0e3be65b.entry.js} +2 -2
  240. package/dist/ui-library/{p-f12b22bc.entry.js → p-0ea87016.entry.js} +2 -2
  241. package/dist/ui-library/{p-4d72b179.entry.js → p-107c1cc9.entry.js} +2 -2
  242. package/dist/ui-library/{p-e1529ef6.entry.js → p-119e0252.entry.js} +2 -2
  243. package/dist/ui-library/{p-5fc9cd7b.entry.js → p-2dda9f79.entry.js} +2 -2
  244. package/dist/ui-library/{p-171df3ad.entry.js → p-31dc219a.entry.js} +2 -2
  245. package/dist/ui-library/p-31dc219a.entry.js.map +1 -0
  246. package/dist/ui-library/{p-49019d6c.entry.js → p-3362f0a6.entry.js} +2 -2
  247. package/dist/ui-library/p-33eff94d.entry.js +2 -0
  248. package/dist/ui-library/p-33eff94d.entry.js.map +1 -0
  249. package/dist/ui-library/p-38dca7f5.entry.js +2 -0
  250. package/dist/ui-library/{p-1cc3b56d.entry.js.map → p-38dca7f5.entry.js.map} +1 -1
  251. package/dist/ui-library/p-3dde8246.entry.js +2 -0
  252. package/dist/ui-library/p-3dde8246.entry.js.map +1 -0
  253. package/dist/ui-library/{p-03acec96.entry.js → p-3de9f1dd.entry.js} +2 -2
  254. package/dist/ui-library/p-4777053f.entry.js +2 -0
  255. package/dist/ui-library/{p-618bf750.entry.js → p-484f68f9.entry.js} +2 -2
  256. package/dist/ui-library/p-4eb49fc9.entry.js +2 -0
  257. package/dist/ui-library/{p-5ece7986.entry.js → p-5236fc59.entry.js} +2 -2
  258. package/dist/ui-library/{p-f9a1f6ab.entry.js → p-5442fd21.entry.js} +2 -2
  259. package/dist/ui-library/{p-4de4ee7a.entry.js → p-54713ac9.entry.js} +2 -2
  260. package/dist/ui-library/p-59c4dc13.entry.js +2 -0
  261. package/dist/ui-library/p-62cb7f97.entry.js +2 -0
  262. package/dist/ui-library/p-62cb7f97.entry.js.map +1 -0
  263. package/dist/ui-library/p-7abd746b.entry.js +2 -0
  264. package/dist/ui-library/p-7abd746b.entry.js.map +1 -0
  265. package/dist/ui-library/p-7b413e80.entry.js +2 -0
  266. package/dist/ui-library/{p-62a1f514.entry.js.map → p-7b413e80.entry.js.map} +1 -1
  267. package/dist/ui-library/{p-a20a702a.entry.js → p-7f3769d0.entry.js} +2 -2
  268. package/dist/ui-library/{p-06d562b7.entry.js → p-801c8ff4.entry.js} +2 -2
  269. package/dist/ui-library/p-8837e3fc.entry.js +2 -0
  270. package/dist/ui-library/p-8837e3fc.entry.js.map +1 -0
  271. package/dist/ui-library/{p-281ffc35.entry.js → p-88f4177a.entry.js} +2 -2
  272. package/dist/ui-library/{p-afb15ea4.entry.js → p-8d0d99c9.entry.js} +2 -2
  273. package/dist/ui-library/{p-ce13acf3.entry.js → p-90462eea.entry.js} +2 -2
  274. package/dist/ui-library/p-99c8138a.entry.js +2 -0
  275. package/dist/ui-library/p-99c8138a.entry.js.map +1 -0
  276. package/dist/ui-library/{p-ffce31da.entry.js → p-9af41a65.entry.js} +2 -2
  277. package/dist/ui-library/{p-bfb398c6.entry.js → p-9c40c714.entry.js} +2 -2
  278. package/dist/ui-library/{p-0a6b6429.entry.js → p-a480590a.entry.js} +2 -2
  279. package/dist/ui-library/{p-ea854ec5.entry.js → p-aa980af9.entry.js} +2 -2
  280. package/dist/ui-library/{p-db193a32.entry.js → p-b5f193e8.entry.js} +2 -2
  281. package/dist/ui-library/{p-cd65e3b2.entry.js → p-b8b15329.entry.js} +2 -2
  282. package/dist/ui-library/{p-1cd09d9b.entry.js → p-c4045cb9.entry.js} +2 -2
  283. package/dist/ui-library/{p-e6efc08a.entry.js → p-c656cbbe.entry.js} +2 -2
  284. package/dist/ui-library/{p-cd79700c.entry.js → p-c71f6a4d.entry.js} +2 -2
  285. package/dist/ui-library/{p-6795e0a9.entry.js → p-c7860973.entry.js} +2 -2
  286. package/dist/ui-library/{p-e181944f.entry.js → p-cc5d6ffb.entry.js} +2 -2
  287. package/dist/ui-library/{p-870139dc.entry.js → p-d18354fa.entry.js} +2 -2
  288. package/dist/ui-library/p-d5ea5ee3.entry.js +2 -0
  289. package/dist/ui-library/p-df01fb64.entry.js +2 -0
  290. package/dist/ui-library/p-ed371177.entry.js +2 -0
  291. package/dist/ui-library/p-f206cd87.entry.js +2 -0
  292. package/dist/ui-library/p-f206cd87.entry.js.map +1 -0
  293. package/dist/ui-library/p-f5145520.entry.js +2 -0
  294. package/dist/ui-library/p-f5145520.entry.js.map +1 -0
  295. package/dist/ui-library/{p-7eb9ae75.entry.js → p-f90411a2.entry.js} +2 -2
  296. package/dist/ui-library/ui-library.esm.js +1 -1
  297. package/dist/ui-library/ui-library.esm.js.map +1 -1
  298. package/package.json +1 -1
  299. package/dist/cjs/six-checkbox.cjs.entry.js.map +0 -1
  300. package/dist/cjs/six-dropdown_3.cjs.entry.js.map +0 -1
  301. package/dist/cjs/six-header-item_2.cjs.entry.js +0 -47
  302. package/dist/cjs/six-header-item_2.cjs.entry.js.map +0 -1
  303. package/dist/components/six-header-item2.js +0 -39
  304. package/dist/components/six-header-item2.js.map +0 -1
  305. package/dist/components/six-logo2.js +0 -42
  306. package/dist/components/six-logo2.js.map +0 -1
  307. package/dist/esm/six-checkbox.entry.js.map +0 -1
  308. package/dist/esm/six-dropdown_3.entry.js.map +0 -1
  309. package/dist/esm/six-header-item_2.entry.js +0 -42
  310. package/dist/esm/six-header-item_2.entry.js.map +0 -1
  311. package/dist/ui-library/p-07b6203f.entry.js +0 -2
  312. package/dist/ui-library/p-14d09601.entry.js +0 -2
  313. package/dist/ui-library/p-171df3ad.entry.js.map +0 -1
  314. package/dist/ui-library/p-1cc3b56d.entry.js +0 -2
  315. package/dist/ui-library/p-2355c444.entry.js +0 -2
  316. package/dist/ui-library/p-30000e86.entry.js +0 -2
  317. package/dist/ui-library/p-30000e86.entry.js.map +0 -1
  318. package/dist/ui-library/p-4f129bb3.entry.js +0 -2
  319. package/dist/ui-library/p-4f129bb3.entry.js.map +0 -1
  320. package/dist/ui-library/p-57ea4cb7.entry.js +0 -2
  321. package/dist/ui-library/p-57ea4cb7.entry.js.map +0 -1
  322. package/dist/ui-library/p-5f491974.entry.js +0 -2
  323. package/dist/ui-library/p-5f491974.entry.js.map +0 -1
  324. package/dist/ui-library/p-62a1f514.entry.js +0 -2
  325. package/dist/ui-library/p-6513b8ce.entry.js +0 -2
  326. package/dist/ui-library/p-6ec126f7.entry.js +0 -2
  327. package/dist/ui-library/p-705e3612.entry.js +0 -2
  328. package/dist/ui-library/p-705e3612.entry.js.map +0 -1
  329. package/dist/ui-library/p-adc65fc8.entry.js +0 -2
  330. package/dist/ui-library/p-adc65fc8.entry.js.map +0 -1
  331. package/dist/ui-library/p-cdc94cd6.entry.js +0 -2
  332. package/dist/ui-library/p-cdc94cd6.entry.js.map +0 -1
  333. package/dist/ui-library/p-d67b8482.entry.js +0 -2
  334. /package/dist/ui-library/{p-1f7a0cb5.entry.js.map → p-0e3be65b.entry.js.map} +0 -0
  335. /package/dist/ui-library/{p-f12b22bc.entry.js.map → p-0ea87016.entry.js.map} +0 -0
  336. /package/dist/ui-library/{p-4d72b179.entry.js.map → p-107c1cc9.entry.js.map} +0 -0
  337. /package/dist/ui-library/{p-e1529ef6.entry.js.map → p-119e0252.entry.js.map} +0 -0
  338. /package/dist/ui-library/{p-5fc9cd7b.entry.js.map → p-2dda9f79.entry.js.map} +0 -0
  339. /package/dist/ui-library/{p-49019d6c.entry.js.map → p-3362f0a6.entry.js.map} +0 -0
  340. /package/dist/ui-library/{p-03acec96.entry.js.map → p-3de9f1dd.entry.js.map} +0 -0
  341. /package/dist/ui-library/{p-d67b8482.entry.js.map → p-4777053f.entry.js.map} +0 -0
  342. /package/dist/ui-library/{p-618bf750.entry.js.map → p-484f68f9.entry.js.map} +0 -0
  343. /package/dist/ui-library/{p-6ec126f7.entry.js.map → p-4eb49fc9.entry.js.map} +0 -0
  344. /package/dist/ui-library/{p-5ece7986.entry.js.map → p-5236fc59.entry.js.map} +0 -0
  345. /package/dist/ui-library/{p-f9a1f6ab.entry.js.map → p-5442fd21.entry.js.map} +0 -0
  346. /package/dist/ui-library/{p-4de4ee7a.entry.js.map → p-54713ac9.entry.js.map} +0 -0
  347. /package/dist/ui-library/{p-07b6203f.entry.js.map → p-59c4dc13.entry.js.map} +0 -0
  348. /package/dist/ui-library/{p-a20a702a.entry.js.map → p-7f3769d0.entry.js.map} +0 -0
  349. /package/dist/ui-library/{p-06d562b7.entry.js.map → p-801c8ff4.entry.js.map} +0 -0
  350. /package/dist/ui-library/{p-281ffc35.entry.js.map → p-88f4177a.entry.js.map} +0 -0
  351. /package/dist/ui-library/{p-afb15ea4.entry.js.map → p-8d0d99c9.entry.js.map} +0 -0
  352. /package/dist/ui-library/{p-ce13acf3.entry.js.map → p-90462eea.entry.js.map} +0 -0
  353. /package/dist/ui-library/{p-ffce31da.entry.js.map → p-9af41a65.entry.js.map} +0 -0
  354. /package/dist/ui-library/{p-bfb398c6.entry.js.map → p-9c40c714.entry.js.map} +0 -0
  355. /package/dist/ui-library/{p-0a6b6429.entry.js.map → p-a480590a.entry.js.map} +0 -0
  356. /package/dist/ui-library/{p-ea854ec5.entry.js.map → p-aa980af9.entry.js.map} +0 -0
  357. /package/dist/ui-library/{p-db193a32.entry.js.map → p-b5f193e8.entry.js.map} +0 -0
  358. /package/dist/ui-library/{p-cd65e3b2.entry.js.map → p-b8b15329.entry.js.map} +0 -0
  359. /package/dist/ui-library/{p-1cd09d9b.entry.js.map → p-c4045cb9.entry.js.map} +0 -0
  360. /package/dist/ui-library/{p-e6efc08a.entry.js.map → p-c656cbbe.entry.js.map} +0 -0
  361. /package/dist/ui-library/{p-cd79700c.entry.js.map → p-c71f6a4d.entry.js.map} +0 -0
  362. /package/dist/ui-library/{p-6795e0a9.entry.js.map → p-c7860973.entry.js.map} +0 -0
  363. /package/dist/ui-library/{p-e181944f.entry.js.map → p-cc5d6ffb.entry.js.map} +0 -0
  364. /package/dist/ui-library/{p-870139dc.entry.js.map → p-d18354fa.entry.js.map} +0 -0
  365. /package/dist/ui-library/{p-14d09601.entry.js.map → p-d5ea5ee3.entry.js.map} +0 -0
  366. /package/dist/ui-library/{p-6513b8ce.entry.js.map → p-df01fb64.entry.js.map} +0 -0
  367. /package/dist/ui-library/{p-2355c444.entry.js.map → p-ed371177.entry.js.map} +0 -0
  368. /package/dist/ui-library/{p-7eb9ae75.entry.js.map → p-f90411a2.entry.js.map} +0 -0
@@ -226,7 +226,7 @@ export class SixTabGroup {
226
226
  });
227
227
  }
228
228
  render() {
229
- return (h("div", { key: '687953b1f7488c6f74b79d8bfa2dd5f6638d8794', part: "base", ref: (el) => (this.tabGroup = el), class: {
229
+ return (h("div", { key: '9752b81f3babdcbe656cc5552b7c07c7cc096d8d', part: "base", ref: (el) => (this.tabGroup = el), class: {
230
230
  'tab-group': true,
231
231
  // Placements
232
232
  'tab-group--top': this.placement === 'top',
@@ -234,7 +234,7 @@ export class SixTabGroup {
234
234
  'tab-group--left': this.placement === 'left',
235
235
  'tab-group--right': this.placement === 'right',
236
236
  'tab-group--has-scroll-controls': this.hasRightControl || this.hasLeftControl,
237
- }, onClick: this.handleClick, onKeyDown: this.handleKeyDown }, h("div", { key: '11a19bfa85935fb187e4caaa639df6107fe3c8f5', class: "tab-group__nav-container" }, this.hasLeftControl && (h("six-icon-button", { key: 'cc5e49ec12398a2b8534443b9ce9183b62e30579', class: "tab-group__scroll-button tab-group__scroll-button--left", exportparts: "base:scroll-button", name: "chevron_left", onClick: this.handleScrollLeft })), h("div", { ref: (el) => (this.nav = el), key: "nav", part: "nav", class: "tab-group__nav" }, h("div", { key: '7fade92e1892fa0316f72c34421d0091c0416bf3', ref: (el) => (this.tabs = el), part: "tabs", class: "tab-group__tabs", role: "tablist" }, h("slot", { key: 'c28271665e228f0bc67912971c7f02e799c850e0', name: "nav" }))), this.hasRightControl && (h("six-icon-button", { key: '244800e9e981050d6e7c397000105fdd7f887c1f', class: "tab-group__scroll-button tab-group__scroll-button--right", exportparts: "base:scroll-button", name: "chevron_right", onClick: this.handleScrollRight }))), h("div", { key: 'eb3c0da33565d279a75087d677c7f0c532e82468', ref: (el) => (this.body = el), part: "body", class: "tab-group__body" }, h("slot", { key: '639246ec2ce40f9ea9412cb37cf87ebc32a373c2' }))));
237
+ }, onClick: this.handleClick, onKeyDown: this.handleKeyDown }, h("div", { key: 'd96c9094ddc1a9cd6ad9ac9c5ab559ac703ccd6e', class: "tab-group__nav-container" }, this.hasLeftControl && (h("six-icon-button", { key: '0e355b7d602b3178a5c99a818780fef140119f81', class: "tab-group__scroll-button tab-group__scroll-button--left", exportparts: "base:scroll-button", name: "chevron_left", onClick: this.handleScrollLeft })), h("div", { ref: (el) => (this.nav = el), key: "nav", part: "nav", class: "tab-group__nav" }, h("div", { key: 'dce5e155787ddc97e00d285dc76f3b502b46b35f', ref: (el) => (this.tabs = el), part: "tabs", class: "tab-group__tabs", role: "tablist" }, h("slot", { key: 'dfcc4786a1273194d6769438b47b42543806ff14', name: "nav" }))), this.hasRightControl && (h("six-icon-button", { key: '3c4b965f9beb5229b702e808cfabbb99e7e577a4', class: "tab-group__scroll-button tab-group__scroll-button--right", exportparts: "base:scroll-button", name: "chevron_right", onClick: this.handleScrollRight }))), h("div", { key: 'b4dd8c577928e1b67c7307f40c37360dc5faa76a', ref: (el) => (this.body = el), part: "body", class: "tab-group__body" }, h("slot", { key: '0e0f770235bfb838d1994db5dbf3504c66749e8e' }))));
238
238
  }
239
239
  static get is() { return "six-tab-group"; }
240
240
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class SixTabPanel {
19
19
  render() {
20
20
  return (
21
21
  // If the user didn't provide an ID, we'll set one, so we can link tabs and tab panels with aria labels
22
- h(Host, { key: '71a56c2593d07ab74bfca2036c6c48015800cb3a', id: this.host.id || this.componentId, style: { display: this.active ? 'block' : 'none' } }, h("div", { key: 'f9c9c0f9bcb3365d5919e721e2ce85b96310aa50', part: "base", class: "tab-panel", role: "tabpanel", "aria-selected": this.active ? 'true' : 'false', "aria-hidden": this.active ? 'false' : 'true' }, h("slot", { key: 'a78c62e6fa855d1181069c3c99c8f0bba23fea17' }))));
22
+ h(Host, { key: '52fccbf2229c037c494c7f3ff4f238fbe9b27da3', id: this.host.id || this.componentId, style: { display: this.active ? 'block' : 'none' } }, h("div", { key: 'd340ff1d3c9a0de1191ae18409fcf594d6f253e2', part: "base", class: "tab-panel", role: "tabpanel", "aria-selected": this.active ? 'true' : 'false', "aria-hidden": this.active ? 'false' : 'true' }, h("slot", { key: 'd6bcd74692535a5389d3c6379e00fe88a6793cbf' }))));
23
23
  }
24
24
  static get is() { return "six-tab-panel"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -44,7 +44,7 @@ export class SixTag {
44
44
  this.resizeObserver.disconnect();
45
45
  }
46
46
  render() {
47
- return (h("span", { key: 'cf0f1b63dd4cf2887a1ce4640c9073e24c42e79c', part: "base", class: {
47
+ return (h("span", { key: 'abe76146ab7bc566568e4d6b438d9819089d5e90', part: "base", class: {
48
48
  tag: true,
49
49
  // Types
50
50
  'tag--primary': this.type === 'primary',
@@ -61,7 +61,7 @@ export class SixTag {
61
61
  // Modifers
62
62
  'tag--pill': this.pill,
63
63
  'tag--clear': this.clearable,
64
- } }, h("six-tooltip", { key: '6b8d12fc884f2fd47caea9400e26c283e770dbad', ref: (el) => (this.tooltipElement = el) }, h("span", { key: '62a3b5dfa5550c432342bdd5767a39b5b83a3103', ref: (el) => (this.contentElement = el), part: "content", class: "tag__content" }, h("slot", { key: '00a3ef70ceea21c8e807557576f2c4f252cee995', ref: (el) => (this.contentSlotElement = el) }))), this.clearable && (h("six-icon-button", { key: '5eabbf01c5b9d4d2d594c7d3d600cc57b8bd4cec', exportparts: "base:clear-button", size: "xSmall", name: "clear", class: "tag__clear", onClick: this.handleClearClick }))));
64
+ } }, h("six-tooltip", { key: '7e1efc6b920b9e82959988de5add4e01efbf93fe', ref: (el) => (this.tooltipElement = el) }, h("span", { key: 'fefa48774fa20af8db8c973d82ccca9ae841885f', ref: (el) => (this.contentElement = el), part: "content", class: "tag__content" }, h("slot", { key: '080033355f398d05279da89fa74c51c29d0cd28a', ref: (el) => (this.contentSlotElement = el) }))), this.clearable && (h("six-icon-button", { key: '2071031731b670de683cf70ebaf6afb29b8bc7d8', exportparts: "base:clear-button", size: "xSmall", name: "clear", class: "tag__clear", onClick: this.handleClearClick }))));
65
65
  }
66
66
  static get is() { return "six-tag"; }
67
67
  static get encapsulation() { return "shadow"; }
@@ -167,7 +167,7 @@ export class SixTextarea {
167
167
  return ((_a = this.value) !== null && _a !== void 0 ? _a : '').toString();
168
168
  }
169
169
  render() {
170
- return (h(FormControl, { key: 'b030afca7e885857b87e5274ce3aa1baeb285fdb', inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, errorTextId: this.errorTextId, errorText: this.errorText, errorTextCount: this.errorTextCount, hasErrorTextSlot: this.hasErrorTextSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.invalid }, h("div", { key: 'a30bb02f40f681c42212586c0d761cb5759202ed', part: "base", class: {
170
+ return (h(FormControl, { key: 'edd8746cd95fba22bb809189ed5068747d20dc95', inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, errorTextId: this.errorTextId, errorText: this.errorText, errorTextCount: this.errorTextCount, hasErrorTextSlot: this.hasErrorTextSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.invalid }, h("div", { key: '4f032d83ce42a4bef56d46339bc905ebe16ddff9', part: "base", class: {
171
171
  textarea: true,
172
172
  // Sizes
173
173
  'textarea--small': this.size === 'small',
@@ -182,7 +182,7 @@ export class SixTextarea {
182
182
  'textarea--resize-none': this.resize === 'none',
183
183
  'textarea--resize-vertical': this.resize === 'vertical',
184
184
  'textarea--resize-auto': this.resize === 'auto',
185
- } }, h("textarea", { key: '29faefaf45d099bc582beefe74160d93a2259873', part: "textarea", ref: (el) => (this.nativeTextarea = el), id: this.inputId, class: "textarea__control", name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, rows: this.rows, minLength: this.minlength, maxLength: this.maxlength, value: this.getValue(), autoCapitalize: this.autocapitalize, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, onChange: this.handleChange, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur }))));
185
+ } }, h("textarea", { key: '2ade9c08ca303b03b45325ba29b19ae8709a1978', part: "textarea", ref: (el) => (this.nativeTextarea = el), id: this.inputId, class: "textarea__control", name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, rows: this.rows, minLength: this.minlength, maxLength: this.maxlength, value: this.getValue(), autoCapitalize: this.autocapitalize, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, onChange: this.handleChange, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur }))));
186
186
  }
187
187
  static get is() { return "six-textarea"; }
188
188
  static get encapsulation() { return "shadow"; }
@@ -48,22 +48,22 @@ export class SixTile {
48
48
  this.handleSlotChange();
49
49
  }
50
50
  render() {
51
- return (h("six-tooltip", { key: '1f72a24651f78f933e475c7fc0cbac18d852cc76', disabled: this.disableTooltip || this.label === '', content: this.label }, h("div", { key: 'b45a460c355a9a30d7b5ebe93c63f48a49ed2fa1', part: "base", class: {
51
+ return (h("six-tooltip", { key: '336923c5af5761ba5216e953dd1660fb0c15f349', disabled: this.disableTooltip || this.label === '', content: this.label }, h("div", { key: 'b7344269567d04e07e3bfc65fe4ff6f0286ead04', part: "base", class: {
52
52
  tile: true,
53
53
  'tile--visible': this.visible,
54
54
  'tile--small': this.size === 'small',
55
55
  'tile--medium': this.size === 'medium',
56
56
  'tile--large': this.size === 'large',
57
57
  'tile--elevated': this.elevated,
58
- } }, h("div", { key: '2667122e6e2e925005bfd910ee60b6063871b5c1', part: "header", class: "tile__header" }, h("six-icon-button", { key: 'f6f0a96a7d681881bebf254860bca29c80c814d9', class: {
58
+ } }, h("div", { key: '3516bc0a5cd6b472f4d10ae53b3af0bf1bafc8fa', part: "header", class: "tile__header" }, h("six-icon-button", { key: 'bcf278f94bf47a6be6ac3ebbf75022c9d0accac9', class: {
59
59
  'tile__header--hidden': !this.closeable,
60
- }, name: "close", size: closeIconSize(this.size), onClick: this.handleCloseClickEvent })), h("div", { key: '973436e543725ba0916ba42ff3cf24a8f1420ffa', part: "body", class: "tile__body" }, this.iconName && (h("six-icon", { key: 'c2d43afacf61d8bdbfa9c082f443c6f7fc2d094d', onClick: this.handleClickEvent, size: iconSize(this.size) }, this.iconName)), this.hasIconSlot && h("slot", { key: '0cd3db9f8db8aa6241fcb84358aedbb6372b5f02', name: "icon" })), h("div", { key: 'a2e6c9642fa659248516153989e74f0ac0d99254', part: "footer", class: {
60
+ }, name: "close", size: closeIconSize(this.size), onClick: this.handleCloseClickEvent })), h("div", { key: '82478a6ecd97ddcce0b47b522c31b3e798e6b107', part: "body", class: "tile__body" }, this.iconName && (h("six-icon", { key: 'd18abe31b644ddf47481114ccf83495038965895', onClick: this.handleClickEvent, size: iconSize(this.size) }, this.iconName)), this.hasIconSlot && h("slot", { key: 'c4496fd0febcf2c01358cc8adbcab718c79dda6c', name: "icon" })), h("div", { key: 'd0568f6820efd46fcfa0ff5ee88bf1e18ced5427', part: "footer", class: {
61
61
  'tile__footer--small': this.size === 'small',
62
62
  'tile__footer--medium': this.size === 'medium',
63
63
  'tile__footer--large': this.size === 'large',
64
- } }, this.label && (h("div", { key: 'a9838fb0e6a65053320496233e38eec9f837dfd0', class: {
64
+ } }, this.label && (h("div", { key: '7205fd10c74b8ae433a02d3e69be59fdff19419d', class: {
65
65
  '.label__footer': true,
66
- }, onClick: this.handleClickEvent }, this.label)), this.hasLabelSlot && h("slot", { key: '9a21ee332f6e5ebefe292138e5204fd27458442d', name: "label" })))));
66
+ }, onClick: this.handleClickEvent }, this.label)), this.hasLabelSlot && h("slot", { key: 'bcc4658ff2d5e39c82c94ce97340fd84c7f98afe', name: "label" })))));
67
67
  }
68
68
  static get is() { return "six-tile"; }
69
69
  static get encapsulation() { return "shadow"; }
@@ -43,9 +43,8 @@
43
43
  display: flex;
44
44
  justify-content: center;
45
45
  min-width: min-content;
46
- min-height: 145px;
47
46
  background-color: white;
48
- padding: 0.5em 0.5em 1.5em;
47
+ padding: 0.5em;
49
48
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
50
49
  user-select: none;
51
50
  position: absolute;
@@ -152,10 +152,10 @@ export class SixTooltip {
152
152
  });
153
153
  }
154
154
  render() {
155
- return (h(Host, { key: '16e00bb78ae53bf05f9f7844db1066ea1a9712e9', onKeyDown: this.handleKeyDown, onMouseOver: this.handleMouseOver, onMouseOut: this.handleMouseOut }, h("slot", { key: '217252a61b1cdde92192d752a3115c05e3530445', onSlotchange: this.handleSlotChange }), h("div", { key: 'd80462cc7aafdd60459dad72be176aafa2660e7d', ref: (el) => (this.tooltipPositioner = el), class: "tooltip-positioner" }, h("div", { key: '28b80d3d255e77d46c1b235a0cf98273aa6812c0', part: "base", ref: (el) => (this.tooltip = el), id: this.componentId, class: {
155
+ return (h(Host, { key: 'b1517f225d268234d3b5b2bc48308f554fc69700', onKeyDown: this.handleKeyDown, onMouseOver: this.handleMouseOver, onMouseOut: this.handleMouseOut }, h("slot", { key: '5050b1106ffb536a7c9fd0a905014af549294a3e', onSlotchange: this.handleSlotChange }), h("div", { key: '2d1caefa96332aa56b5e8a01213c8e3adb2c378a', ref: (el) => (this.tooltipPositioner = el), class: "tooltip-positioner" }, h("div", { key: '338c6d46c3192b2112aae9f6d3aad482ce722949', part: "base", ref: (el) => (this.tooltip = el), id: this.componentId, class: {
156
156
  tooltip: true,
157
157
  'tooltip--open': this.open,
158
- }, role: "tooltip", "aria-hidden": this.open ? 'false' : 'true' }, h("slot", { key: '4bff119fb74d2eaa58bef4c598c89263350c8b0a', name: "content" }, this.content)))));
158
+ }, role: "tooltip", "aria-hidden": this.open ? 'false' : 'true' }, h("slot", { key: '767d9be06a0e0ad3455acbd88e9923a45aa7d096', name: "content" }, this.content)))));
159
159
  }
160
160
  static get is() { return "six-tooltip"; }
161
161
  static get encapsulation() { return "shadow"; }
@@ -19,12 +19,12 @@ const SixAvatar$1 = /*@__PURE__*/ proxyCustomElement(class SixAvatar extends HTM
19
19
  this.shape = 'circle';
20
20
  }
21
21
  render() {
22
- return (h("div", { key: '0dbd57a48040d1a7c7c07fa838e8be3da457e2c1', part: "base", class: {
22
+ return (h("div", { key: '241da083cd4a35349c26dcee5aa7f73d9bce0de8', part: "base", class: {
23
23
  avatar: true,
24
24
  'avatar--circle': this.shape === 'circle',
25
25
  'avatar--rounded': this.shape === 'rounded',
26
26
  'avatar--square': this.shape === 'square',
27
- }, 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 }))));
27
+ }, role: "image", "aria-label": this.alt, tabIndex: 0 }, this.initials === '' && (h("div", { key: '24ff23d7f3a6624422582766512d8d6bf293b9f5', part: "icon", class: "avatar__icon" }, h("slot", { key: 'a906ebe35934f5d94e762fa3c1f5017492aa3df5', name: "icon" }, h("six-icon", { key: '30387b657f408050ce97b0f630fd107ae571d3e9' }, "person")))), this.initials && (h("div", { key: '025c49d919586b0167e7851183f1bc288601f94c', part: "initials", class: "avatar__initials" }, this.initials)), this.image && !this.hasError && (h("img", { key: 'd2860b07997dbb935766cd124f2c670e24dc40a4', part: "image", class: "avatar__image", src: this.image, onError: this.handleImageError }))));
28
28
  }
29
29
  static get style() { return SixAvatarStyle0; }
30
30
  }, [1, "six-avatar", {
@@ -13,7 +13,7 @@ const SixBadge$1 = /*@__PURE__*/ proxyCustomElement(class SixBadge extends HTMLE
13
13
  this.pulse = false;
14
14
  }
15
15
  render() {
16
- return (h("span", { key: '023a7f78c1ac275db32a3dc65d7bb46a0d4f3aba', part: "base", class: {
16
+ return (h("span", { key: 'af8c1f6bf15fb2ef27a05bda206b18ad306bf168', part: "base", class: {
17
17
  badge: true,
18
18
  // Types
19
19
  'badge--primary': this.type === 'primary',
@@ -25,7 +25,7 @@ const SixBadge$1 = /*@__PURE__*/ proxyCustomElement(class SixBadge extends HTMLE
25
25
  'badge--info': this.type === 'info',
26
26
  'badge--pill': this.pill,
27
27
  'badge--pulse': this.pulse,
28
- }, role: "status" }, h("slot", { key: '09f7a992878ce4df2ac75fd99d7de7500cdb80d0' })));
28
+ }, role: "status" }, h("slot", { key: '59d58d613fb4665d0e7f03e21c43cd1300c00a19' })));
29
29
  }
30
30
  static get style() { return SixBadgeStyle0; }
31
31
  }, [1, "six-badge", {
@@ -73,7 +73,7 @@ const SixButton = /*@__PURE__*/ proxyCustomElement(class SixButton extends HTMLE
73
73
  const isLink = this.href != null;
74
74
  const isButton = !isLink;
75
75
  const Button = isLink ? 'a' : 'button';
76
- 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: {
76
+ return (h("div", { key: '6d8805ed1d5c513d940b920d75651f945618f3e4', onClick: this.handleClick, class: { 'button-wrapper--disabled': this.disabled } }, h(Button, { key: 'c8d4d41bbd6ae8af44e15e73f64ccdea7ce0ae6e', ref: (el) => (this.nativeButton = el), part: "base", class: {
77
77
  button: true,
78
78
  // Types
79
79
  'button--secondary': this.type === 'secondary',
@@ -98,7 +98,7 @@ const SixButton = /*@__PURE__*/ proxyCustomElement(class SixButton extends HTMLE
98
98
  'button--has-label': this.hasLabel,
99
99
  'button--has-prefix': this.hasPrefix,
100
100
  'button--has-suffix': this.hasSuffix,
101
- }, 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' }))));
101
+ }, 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: '185a16d68e7d8ce5de6459d4fae511344dcabd47', part: "prefix", class: "button__prefix" }, h("slot", { key: 'a6128d2341dd34212529bc07dd06188ab0f73b5c', onSlotchange: this.handleSlotChange, name: "prefix" })), h("span", { key: '9f8c78eb8982bd61e9e440024bbafa6d097e9b05', part: "label", class: "button__label" }, h("slot", { key: '3752f84bcc8427663a3b7e61ab1f100f860027ba', onSlotchange: this.handleSlotChange })), h("span", { key: 'c936392626dead5ae3c568d21ee2595eb83171b4', part: "suffix", class: "button__suffix" }, h("slot", { key: '2e4d5d1bcb5cf2da616f0f1facc1c9b5b767a16f', onSlotchange: this.handleSlotChange, name: "suffix" })), this.caret && (h("span", { key: '71874a301d18ccfc0d109e03bf37712cec7f28f0', part: "caret", class: "button__caret" }, h("svg", { key: '4476a03737696128a77cbc1a5d0f307d027c5096', viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("polyline", { key: '400c81a7d7266f5ccae85c30eb3c7a1a9f26cbdc', points: "6 9 12 15 18 9" })))), this.loading && h("six-spinner", { key: 'f1b153aaed8cb908f78d0e76c7c3b53911288b1d' }))));
102
102
  }
103
103
  get host() { return this; }
104
104
  static get style() { return SixButtonStyle0; }
@@ -10,7 +10,7 @@ const SixCard$1 = /*@__PURE__*/ proxyCustomElement(class SixCard extends HTMLEle
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: 'aad0ccff1f39203ebe4e16e74c13cd7a344f2da8' }, h("slot", { key: '6e713eaee2db4b9dedbd9f5884911bce16f30c88' })));
13
+ return (h(Host, { key: 'c2bee3f44ff66341c55c3361de75aba4f8fefd38' }, h("slot", { key: 'fff6c572610f8ecae7793dde177fd6e32f07a28b' })));
14
14
  }
15
15
  static get style() { return SixCardStyle0; }
16
16
  }, [1, "six-card"]);
@@ -103,14 +103,14 @@ const SixCheckbox = /*@__PURE__*/ proxyCustomElement(class SixCheckbox extends H
103
103
  this.hasErrorSlot = hasSlot(this.host, 'error-text');
104
104
  }
105
105
  render() {
106
- 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: {
106
+ return (h(FormControl, { key: '13d7d3b8bfabde5d1edda90227fd18d6adf9e9af', 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: '35bcfe787ad46a15548a17eb4f04573ff45e6fe6', part: "base", class: {
107
107
  checkbox: true,
108
108
  'checkbox--checked': this.checked,
109
109
  'checkbox--disabled': this.disabled,
110
110
  'checkbox--focused': this.hasFocus,
111
111
  'checkbox--invalid': this.invalid,
112
112
  'checkbox--indeterminate': this.indeterminate,
113
- }, 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' })))));
113
+ }, htmlFor: this.inputId, onMouseDown: this.handleMouseDown }, h("span", { key: '3b1b498990230af36325505f7ca0c4a6b8920f3c', part: "control", class: "checkbox__control" }, this.checked && (h("span", { key: '3860a3eb88f6f83d483ec7285c409660758a7987', part: "checked-icon", class: "checkbox__icon" }, h("svg", { key: '1d8597170e10f7233865e98c440db3854e173a90', viewBox: "0 0 16 16" }, h("g", { key: '3c214889063cae7872ecf38c139851df47b5cb7a', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: '1593cb9509ac041f11f12a3a992d9adff8808d6f', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: '9cc6010c84cdc82ecc2f2e83983cb8d1862a10d6', transform: "translate(3.428571, 3.428571)" }, h("path", { key: '5727cd4b7250f3d3e28d573e658f2d61dd80835c', d: "M0,5.71428571 L3.42857143,9.14285714" }), h("path", { key: '7cd48917d5c5479b303a5d16bb0711ea373222f0', d: "M9.14285714,0 L3.42857143,9.14285714" }))))))), !this.checked && this.indeterminate && (h("span", { key: '921925edba191dc728f6c080b253d55ff158ca1f', part: "indeterminate-icon", class: "checkbox__icon" }, h("svg", { key: 'e6ed138e7ea3d6917897522bbebc5604adc3372e', viewBox: "0 0 16 16" }, h("g", { key: 'af26d95b77942c7280230269681f15a940d3cb8a', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" }, h("g", { key: 'f9594ba554f21fd63106ebe12810081c3c083d84', stroke: "currentColor", "stroke-width": "2" }, h("g", { key: '18f0e331348b0b0e8bdd266e3f56280a79c25d08', transform: "translate(2.285714, 6.857143)" }, h("path", { key: 'd26bd08e158169090186394370d894d1fc0f1a4e', d: "M10.2857143,1.14285714 L1.14285714,1.14285714" }))))))), h("input", { key: '0c71ecd68bc1ee72f760bd3d498f2521ff503cdb', 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: 'e26fa50555696c966b42f6546edcbd8b38dca448', part: "text", id: this.textId, class: "checkbox__text" }, h("slot", { key: '46556b4f621e998936118329572fea064b3fbe64' })))));
114
114
  }
115
115
  get host() { return this; }
116
116
  static get watchers() { return {
@@ -126,15 +126,15 @@ const SixDetails = /*@__PURE__*/ proxyCustomElement(class SixDetails extends HTM
126
126
  }
127
127
  render() {
128
128
  const summaryIcon = this.hasContent && (this.summaryIcon || 'expand_more');
129
- return (h("div", { key: '790a6c1cdc4bbc6c266f9e24bf7c94d151379115', ref: (el) => (this.details = el), part: "base", class: {
129
+ return (h("div", { key: 'e37ffbc5d21596e81b09b4fd717ea3c89029d528', ref: (el) => (this.details = el), part: "base", class: {
130
130
  details: true,
131
131
  'details--open': this.open,
132
132
  'details--disabled': this.disabled,
133
133
  inline: this.inline,
134
- } }, 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: {
134
+ } }, h("header", { key: '8e42100a1a675122482a6f98f59233c9e2824c8b', 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: 'c801b8cf8e6d01587f68ddb16402ba144f0d7414', part: "summary", class: "details__summary" }, h("slot", { key: '6abc028d09afb3e6c84bbdc2ef21f8472e9e3ab1', name: "summary" }, this.summary)), h("span", { key: 'd746ee18b3d3ad82dff099aa7cf4d3064aff1d3d', part: "summary-icon", class: {
135
135
  'details__summary-icon': true,
136
136
  'details__summary-icon--animate': this.animateSummaryIcon,
137
- } }, 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' })))));
137
+ } }, h("slot", { key: '3d3f60704b563f53bede51f313134c06ee2fe12e', name: "summary-icon", onSlotchange: () => (this.animateSummaryIcon = false) }, summaryIcon && h("six-icon", { key: 'eb4f6c11e5e23423d901b44cda8c9bb64b641345', size: this.summaryIconSize }, summaryIcon)))), h("div", { key: 'd5979fb0a16394cac15871b386aef52f2d8b79cc', ref: (el) => (this.body = el), class: "details__body", onTransitionEnd: this.handleBodyTransitionEnd }, h("div", { key: '5d131c7fa9e218e4f2a024350fd7c583ff6db897', part: "content", id: `${this.componentId}-content`, class: "details__content", role: "region", "aria-labelledby": `${this.componentId}-header` }, h("slot", { key: '91bb01513e084f8ebbb9e02a53bc0778e60a14f4' })))));
138
138
  }
139
139
  get host() { return this; }
140
140
  static get watchers() { return {
@@ -117,12 +117,12 @@ const SixDialog$1 = /*@__PURE__*/ proxyCustomElement(class SixDialog extends HTM
117
117
  unlockBodyScrolling(this.host);
118
118
  }
119
119
  render() {
120
- return (h("div", { key: '6f14cb488875cc193db6e577ba338514a548f938', ref: (el) => (this.dialog = el), part: "base", class: {
120
+ return (h("div", { key: '75859da889a7e5a2fe52734bf3676a340696745c', ref: (el) => (this.dialog = el), part: "base", class: {
121
121
  dialog: true,
122
122
  'dialog--open': this.open,
123
123
  'dialog--visible': this.isVisible,
124
124
  'dialog--has-footer': this.hasFooter,
125
- }, 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 })))));
125
+ }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: '6f5e118594c9f91a69d797ec21129ff7cc5dfc6c', part: "overlay", class: "dialog__overlay", onClick: this.handleOverlayClick }), h("div", { key: '0dda1345d1263cce5070ecc26eb80c13d3dbd8df', 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: '1598a701c0b49a3e8b4dfe57245cb9eaea9af96b', part: "header", class: "dialog__header" }, h("span", { key: '1398618fdc5802a2493e2f6c1919f8ff97ed73b9', part: "title", class: "dialog__title", id: `${this.componentId}-title` }, h("slot", { key: 'e8ba3e92b867a2f95e5bafbd2573a9a376591760', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: 'd967a6722d5da5daa397aa9f7a25b46da7fd336e', exportparts: "base:close-button", class: "dialog__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: '2b7b70d52fc2ce4a1aa9fdce3ddd8484f197f0e8', part: "body", class: "dialog__body" }, h("slot", { key: '109ac4b9bcb66d8df9ae060d8b7d9d6056ae3899' })), h("footer", { key: 'b45a2dce81ecbb194f9648255e5776fcf86af47b', part: "footer", class: "dialog__footer" }, h("slot", { key: 'cba1b4d078de3fb1d73d8224cb152df26e858871', name: "footer", onSlotchange: this.handleSlotChange })))));
126
126
  }
127
127
  get host() { return this; }
128
128
  static get watchers() { return {
@@ -127,7 +127,7 @@ const SixDrawer$1 = /*@__PURE__*/ proxyCustomElement(class SixDrawer extends HTM
127
127
  this.open ? this.sixAfterShow.emit() : this.sixAfterHide.emit();
128
128
  }
129
129
  render() {
130
- return (h("div", { key: '36e3f65ac5f2721b42452c5c8bb6b7c82caaf90b', ref: (el) => (this.drawer = el), part: "base", class: {
130
+ return (h("div", { key: '3f0c58a92f99ceaedd021a99055d4b9d3cb6b490', ref: (el) => (this.drawer = el), part: "base", class: {
131
131
  drawer: true,
132
132
  'drawer--open': this.open,
133
133
  'drawer--visible': this.isVisible,
@@ -138,7 +138,7 @@ const SixDrawer$1 = /*@__PURE__*/ proxyCustomElement(class SixDrawer extends HTM
138
138
  'drawer--contained': this.contained,
139
139
  'drawer--fixed': !this.contained,
140
140
  'drawer--has-footer': this.hasFooter,
141
- }, 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 })))));
141
+ }, onKeyDown: this.handleKeyDown, onTransitionEnd: this.handleTransitionEnd }, h("div", { key: '06d4b753471747898380ad96df47d14eb97f3191', part: "overlay", class: "drawer__overlay", onClick: this.handleOverlayClick, tabIndex: -1 }), h("div", { key: '3c5fc6ef2f0e6fa30feacd66534628385957894a', 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: '0b49d4f269ba18e09a4b249200385c58746057f2', part: "header", class: "drawer__header" }, h("span", { key: 'b6ae3162f1eef9678470add112b5a7588c1a59d2', part: "title", class: "drawer__title", id: `${this.componentId}-title` }, h("slot", { key: 'a6da570ad5f2cc9bfea3738be1f49f2da8e0e4bf', name: "label" }, this.label || String.fromCharCode(65279))), h("six-icon-button", { key: 'b91dcd172972abab22d6c3160d305a2188281a57', exportparts: "base:close-button", class: "drawer__close", name: "close", onClick: this.handleCloseClick }))), h("div", { key: '92e6853d2012222b7eaa29c1f8a3df56d138d7c5', part: "body", class: "drawer__body" }, h("slot", { key: '2abc9eb1633feb27ae0cf658602a79e5eef8a3f5' })), h("footer", { key: 'b772e1b63f3a50d1b68de0adae38aa28270fe884', part: "footer", class: "drawer__footer" }, h("slot", { key: 'a20158d9f897a62749150469ddb7e97ba545305e', name: "footer", onSlotchange: this.handleSlotChange })))));
142
142
  }
143
143
  get host() { return this; }
144
144
  static get watchers() { return {
@@ -450,17 +450,6 @@ const SixDropdown = /*@__PURE__*/ proxyCustomElement(class SixDropdown extends H
450
450
  var _a;
451
451
  return (_a = this.panelSlot) === null || _a === void 0 ? void 0 : _a.assignedElements({ flatten: true }).filter(isSixMenu).at(0);
452
452
  }
453
- /**
454
- * Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu
455
- * is activated.
456
- *
457
- * @deprecated: use the property `matchTriggerWidth` instead.
458
- */
459
- async reposition() {
460
- if (this.open && this.popover != null) {
461
- this.popover.reposition();
462
- }
463
- }
464
453
  //
465
454
  // Slotted triggers can be arbitrary content, but we need to link them to the dropdown panel with `aria-haspopup` and
466
455
  // `aria-expanded`. These must be applied to the "accessible trigger" (the tabbable portion of the trigger element
@@ -483,19 +472,19 @@ const SixDropdown = /*@__PURE__*/ proxyCustomElement(class SixDropdown extends H
483
472
  }
484
473
  }
485
474
  render() {
486
- return (h("div", { key: '26cba1568dfda35efa2791df5c2228aa51201fb9', part: "base", id: this.componentId, class: {
475
+ return (h("div", { key: 'cc52ce0f9780812dbd3c4ae4bf25d96cc2a88fd1', part: "base", id: this.componentId, class: {
487
476
  dropdown: true,
488
477
  'dropdown--open': this.open,
489
- } }, h("span", { key: '5bd9acd7e1470a88158b233df327090cccaf6707', part: "trigger", class: "dropdown__trigger", ref: (el) => (this.trigger = el), onClick: this.handleTriggerClick, onKeyDown: this.handleTriggerKeyDown, onKeyUp: this.handleTriggerKeyUp }, h("slot", { key: 'ab3915fb99a943f5e1ab8b9ad6c0339e6312614f', name: "trigger", ref: (el) => (this.triggerSlot = el), onSlotchange: this.handleTriggerSlotChange })), h("div", { key: 'f9615d2a48275ce167a683ffc5b6f1b4f3945732', ref: (el) => (this.positioner = el), class: {
478
+ } }, h("span", { key: 'bdcbe6a535449187ac2f45216dc7a1e5cb6bd209', part: "trigger", class: "dropdown__trigger", ref: (el) => (this.trigger = el), onClick: this.handleTriggerClick, onKeyDown: this.handleTriggerKeyDown, onKeyUp: this.handleTriggerKeyUp }, h("slot", { key: 'e186b6d56ee406c4dfd265404334de54625929e3', name: "trigger", ref: (el) => (this.triggerSlot = el), onSlotchange: this.handleTriggerSlotChange })), h("div", { key: '5c8a3c859a2987023300566f713f9006b628319c', ref: (el) => (this.positioner = el), class: {
490
479
  dropdown__positioner: true,
491
480
  dropdown__positioner__filtered: (this.filter || this.asyncFilter) && !this.hoist,
492
- } }, h("div", { key: '121185720985a0650aa7a03d697fa66bb9752c35', ref: (el) => (this.panel = el), part: "panel", class: "dropdown__panel", role: "menu", "aria-hidden": this.open ? 'false' : 'true', "aria-labelledby": this.componentId }, this.filterEnabled && (h("six-input", { key: '7422f2a0179806aa116c7ae42aa71bcb79167395', class: {
481
+ } }, h("div", { key: '1a98de64de04d31d775460b08e587701e31b0481', ref: (el) => (this.panel = el), part: "panel", class: "dropdown__panel", role: "menu", "aria-hidden": this.open ? 'false' : 'true', "aria-labelledby": this.componentId }, this.filterEnabled && (h("six-input", { key: 'f1fe1336ecaf8ac27962a24d4053c4fe4fcb14f0', class: {
493
482
  filter: true,
494
483
  'filter-hidden': !this.open,
495
- }, "dropdown-search": true, "aria-hidden": this.open ? 'false' : 'true', ref: (el) => (this.filterInputElement = el), placeholder: this.filterPlaceholder }, h("six-icon", { key: '5e22ddbdb949c2ec389bb238202e02e0b5905c66', class: "filter__icon", slot: "suffix", size: "small" }, "search"))), h("div", { key: '3212216bf8a156711ff7ea68ce916626146c1828', class: {
484
+ }, "dropdown-search": true, "aria-hidden": this.open ? 'false' : 'true', ref: (el) => (this.filterInputElement = el), placeholder: this.filterPlaceholder }, h("six-icon", { key: 'e243dab2dd7616eeff5940030cb950d4c58d29cf', class: "filter__icon", slot: "suffix", size: "small" }, "search"))), h("div", { key: 'c3c7dd6748d5664f80a2506f84a954bb004ec25a', class: {
496
485
  dropdown__panel__scroll: true,
497
486
  'dropdown__panel__scroll--virtual': this.virtualScroll,
498
- }, onScroll: this.handleDropdownScroll, ref: (el) => (this.scrollPanel = el) }, h("slot", { key: '37626706d68beb0e3894e5db14af370a7433e5e0', ref: (el) => (this.panelSlot = el) }), this.options.length > 0 && (h("six-menu", { key: '014217ffca577be6a6d46aa212df955eb93f3233', part: "menu", items: this.renderedOptions, virtualScroll: this.virtualScroll }))), h("slot", { key: 'a9fd4bc79298e9e720f9608717dec61c3bbc3100', name: "dropdown-footer" })))));
487
+ }, onScroll: this.handleDropdownScroll, ref: (el) => (this.scrollPanel = el) }, h("slot", { key: 'db2d71995c04a1991637afb86b052193ef1899d3', ref: (el) => (this.panelSlot = el) }), this.options.length > 0 && (h("six-menu", { key: '70057ee0dbd07357db1b3474ee0093f00feabee9', part: "menu", items: this.renderedOptions, virtualScroll: this.virtualScroll }))), h("slot", { key: 'da379b66ef95f53335cdea54eff1aa5eb0190053', name: "dropdown-footer" })))));
499
488
  }
500
489
  get host() { return this; }
501
490
  static get watchers() { return {
@@ -527,8 +516,7 @@ const SixDropdown = /*@__PURE__*/ proxyCustomElement(class SixDropdown extends H
527
516
  "matchTriggerWidth": [4, "match-trigger-width"],
528
517
  "renderedOptions": [32],
529
518
  "show": [64],
530
- "hide": [64],
531
- "reposition": [64]
519
+ "hide": [64]
532
520
  }, undefined, {
533
521
  "open": ["handleOpenChange"],
534
522
  "distance": ["handlePopoverOptionsChange"],