@six-group/ui-library 0.0.0-insider.a9979af → 0.0.0-insider.ab5d77b

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 (452) hide show
  1. package/dist/cjs/icon-4irykc7V.js +17 -0
  2. package/dist/cjs/icon-4irykc7V.js.map +1 -0
  3. package/dist/cjs/index-C8rK7OAe.js +12 -8
  4. package/dist/cjs/index.cjs.js +3 -0
  5. package/dist/cjs/index.cjs.js.map +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/six-breadcrumbs-item.cjs.entry.js +25 -0
  8. package/dist/cjs/six-breadcrumbs-item.cjs.entry.js.map +1 -0
  9. package/dist/cjs/six-breadcrumbs-item.entry.cjs.js.map +1 -0
  10. package/dist/cjs/six-breadcrumbs.cjs.entry.js +73 -0
  11. package/dist/cjs/six-breadcrumbs.cjs.entry.js.map +1 -0
  12. package/dist/cjs/six-breadcrumbs.entry.cjs.js.map +1 -0
  13. package/dist/cjs/six-button.six-spinner.entry.cjs.js.map +1 -0
  14. package/dist/cjs/{six-button.cjs.entry.js → six-button_2.cjs.entry.js} +55 -4
  15. package/dist/cjs/six-button_2.cjs.entry.js.map +1 -0
  16. package/dist/cjs/six-card.cjs.entry.js +1 -1
  17. package/dist/cjs/six-checkbox_2.cjs.entry.js +4 -4
  18. package/dist/cjs/six-date.cjs.entry.js +38 -33
  19. package/dist/cjs/six-date.cjs.entry.js.map +1 -1
  20. package/dist/cjs/six-date.entry.cjs.js.map +1 -1
  21. package/dist/cjs/six-datepicker.cjs.entry.js +3 -3
  22. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
  23. package/dist/cjs/six-datepicker.entry.cjs.js.map +1 -1
  24. package/dist/cjs/six-details.cjs.entry.js +3 -3
  25. package/dist/cjs/six-dropdown.six-menu.entry.cjs.js.map +1 -1
  26. package/dist/cjs/six-dropdown_2.cjs.entry.js +3 -3
  27. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
  28. package/dist/cjs/six-error-page.cjs.entry.js +1 -1
  29. package/dist/cjs/six-error.cjs.entry.js +1 -1
  30. package/dist/cjs/six-file-list.cjs.entry.js +1 -1
  31. package/dist/cjs/six-footer.cjs.entry.js +1 -1
  32. package/dist/cjs/six-group-label.cjs.entry.js +1 -1
  33. package/dist/cjs/six-header-dropdown-item.cjs.entry.js +2 -2
  34. package/dist/cjs/six-header-item.cjs.entry.js +1 -1
  35. package/dist/cjs/six-header-menu-button.cjs.entry.js +1 -1
  36. package/dist/cjs/six-header.cjs.entry.js +2 -2
  37. package/dist/cjs/six-icon-button.cjs.entry.js +3 -3
  38. package/dist/cjs/six-icon.cjs.entry.js +15 -6
  39. package/dist/cjs/six-icon.cjs.entry.js.map +1 -1
  40. package/dist/cjs/six-icon.entry.cjs.js.map +1 -1
  41. package/dist/cjs/six-layout-grid.cjs.entry.js +1 -1
  42. package/dist/cjs/six-main-container.cjs.entry.js +1 -1
  43. package/dist/cjs/six-menu-divider.cjs.entry.js +1 -1
  44. package/dist/cjs/six-menu-label.cjs.entry.js +1 -1
  45. package/dist/cjs/six-picto.cjs.entry.js +1 -1
  46. package/dist/cjs/six-progress-bar.cjs.entry.js +3 -3
  47. package/dist/cjs/six-progress-ring.cjs.entry.js +1 -1
  48. package/dist/cjs/six-radio.cjs.entry.js +2 -2
  49. package/dist/cjs/six-range.cjs.entry.js +2 -2
  50. package/dist/cjs/six-rating.cjs.entry.js +2 -2
  51. package/dist/cjs/six-root.cjs.entry.js +1 -1
  52. package/dist/cjs/six-sidebar-item.cjs.entry.js +2 -2
  53. package/dist/cjs/six-sidebar.cjs.entry.js +2 -2
  54. package/dist/cjs/six-switch.cjs.entry.js +2 -2
  55. package/dist/cjs/six-tab-panel.cjs.entry.js +1 -1
  56. package/dist/cjs/six-tab.cjs.entry.js +3 -3
  57. package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
  58. package/dist/cjs/six-tab.entry.cjs.js.map +1 -1
  59. package/dist/cjs/six-tag.cjs.entry.js +2 -2
  60. package/dist/cjs/six-textarea.cjs.entry.js +2 -2
  61. package/dist/cjs/six-tile.cjs.entry.js +5 -5
  62. package/dist/cjs/six-timepicker.cjs.entry.js +1 -1
  63. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
  64. package/dist/cjs/six-timepicker.entry.cjs.js.map +1 -1
  65. package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
  66. package/dist/cjs/ui-library.cjs.js +1 -1
  67. package/dist/collection/collection-manifest.json +2 -0
  68. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.css +27 -0
  69. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.js +109 -0
  70. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.js.map +1 -0
  71. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.css +61 -0
  72. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.js +123 -0
  73. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.js.map +1 -0
  74. package/dist/collection/components/six-button/six-button.js +2 -2
  75. package/dist/collection/components/six-card/six-card.js +1 -1
  76. package/dist/collection/components/six-checkbox/six-checkbox.js +2 -2
  77. package/dist/collection/components/six-date/iso-date.js +32 -0
  78. package/dist/collection/components/six-date/iso-date.js.map +1 -1
  79. package/dist/collection/components/six-date/six-date.js +7 -34
  80. package/dist/collection/components/six-date/six-date.js.map +1 -1
  81. package/dist/collection/components/six-datepicker/six-datepicker.js +4 -4
  82. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
  83. package/dist/collection/components/six-details/six-details.js +3 -3
  84. package/dist/collection/components/six-error/six-error.js +1 -1
  85. package/dist/collection/components/six-error-page/six-error-page.js +1 -1
  86. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  87. package/dist/collection/components/six-footer/six-footer.js +1 -1
  88. package/dist/collection/components/six-group-label/six-group-label.js +1 -1
  89. package/dist/collection/components/six-header/six-header.js +2 -2
  90. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js +2 -2
  91. package/dist/collection/components/six-header-item/six-header-item.js +1 -1
  92. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js +1 -1
  93. package/dist/collection/components/six-icon/six-icon.css +46 -29
  94. package/dist/collection/components/six-icon/six-icon.js +39 -5
  95. package/dist/collection/components/six-icon/six-icon.js.map +1 -1
  96. package/dist/collection/components/six-icon-button/six-icon-button.js +3 -3
  97. package/dist/collection/components/six-layout-grid/six-layout-grid.js +1 -1
  98. package/dist/collection/components/six-main-container/six-main-container.js +1 -1
  99. package/dist/collection/components/six-menu/six-menu.js +3 -3
  100. package/dist/collection/components/six-menu/six-menu.js.map +1 -1
  101. package/dist/collection/components/six-menu-divider/six-menu-divider.js +1 -1
  102. package/dist/collection/components/six-menu-item/six-menu-item.js +2 -2
  103. package/dist/collection/components/six-menu-label/six-menu-label.js +1 -1
  104. package/dist/collection/components/six-picto/six-picto.js +1 -1
  105. package/dist/collection/components/six-progress-bar/six-progress-bar.js +3 -3
  106. package/dist/collection/components/six-progress-ring/six-progress-ring.js +1 -1
  107. package/dist/collection/components/six-radio/six-radio.js +2 -2
  108. package/dist/collection/components/six-range/six-range.js +2 -2
  109. package/dist/collection/components/six-rating/six-rating.js +2 -2
  110. package/dist/collection/components/six-root/six-root.js +1 -1
  111. package/dist/collection/components/six-sidebar/six-sidebar.js +2 -2
  112. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +2 -2
  113. package/dist/collection/components/six-switch/six-switch.js +2 -2
  114. package/dist/collection/components/six-tab/six-tab.js +22 -3
  115. package/dist/collection/components/six-tab/six-tab.js.map +1 -1
  116. package/dist/collection/components/six-tab-panel/six-tab-panel.js +1 -1
  117. package/dist/collection/components/six-tag/six-tag.js +2 -2
  118. package/dist/collection/components/six-textarea/six-textarea.js +2 -2
  119. package/dist/collection/components/six-tile/six-tile.js +5 -5
  120. package/dist/collection/components/six-timepicker/six-timepicker.js +1 -1
  121. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
  122. package/dist/collection/components/six-tooltip/six-tooltip.js +2 -2
  123. package/dist/collection/files/material-symbols-outlined-latin-fill-normal.woff2 +0 -0
  124. package/dist/collection/files/material-symbols-outlined-latin-full-normal.woff2 +0 -0
  125. package/dist/collection/files/material-symbols-outlined-latin-grad-normal.woff2 +0 -0
  126. package/dist/collection/files/material-symbols-outlined-latin-opsz-normal.woff2 +0 -0
  127. package/dist/collection/files/material-symbols-outlined-latin-standard-normal.woff2 +0 -0
  128. package/dist/collection/files/material-symbols-outlined-latin-wght-normal.woff2 +0 -0
  129. package/dist/collection/files/material-symbols-rounded-latin-fill-normal.woff2 +0 -0
  130. package/dist/collection/files/material-symbols-rounded-latin-full-normal.woff2 +0 -0
  131. package/dist/collection/files/material-symbols-rounded-latin-grad-normal.woff2 +0 -0
  132. package/dist/collection/files/material-symbols-rounded-latin-opsz-normal.woff2 +0 -0
  133. package/dist/collection/files/material-symbols-rounded-latin-standard-normal.woff2 +0 -0
  134. package/dist/collection/files/material-symbols-rounded-latin-wght-normal.woff2 +0 -0
  135. package/dist/collection/files/material-symbols-sharp-latin-fill-normal.woff2 +0 -0
  136. package/dist/collection/files/material-symbols-sharp-latin-full-normal.woff2 +0 -0
  137. package/dist/collection/files/material-symbols-sharp-latin-grad-normal.woff2 +0 -0
  138. package/dist/collection/files/material-symbols-sharp-latin-opsz-normal.woff2 +0 -0
  139. package/dist/collection/files/material-symbols-sharp-latin-standard-normal.woff2 +0 -0
  140. package/dist/collection/files/material-symbols-sharp-latin-wght-normal.woff2 +0 -0
  141. package/dist/collection/index.js +1 -0
  142. package/dist/collection/index.js.map +1 -1
  143. package/dist/collection/utils/icon.js +10 -0
  144. package/dist/collection/utils/icon.js.map +1 -0
  145. package/dist/components/index.js +5 -0
  146. package/dist/components/index.js.map +1 -1
  147. package/dist/components/{p-BUN8hFmL.js → p-BDCdPEjW.js} +4 -4
  148. package/dist/components/p-BDCdPEjW.js.map +1 -0
  149. package/dist/components/{p-BR2t7cws.js → p-BFxDUwBI.js} +3 -3
  150. package/dist/components/{p-BR2t7cws.js.map → p-BFxDUwBI.js.map} +1 -1
  151. package/dist/components/{p-Cfyrva2T.js → p-BKl-wAjt.js} +5 -5
  152. package/dist/components/{p-Cfyrva2T.js.map → p-BKl-wAjt.js.map} +1 -1
  153. package/dist/components/{p-CWKq6Dyt.js → p-BLocui1Z.js} +3 -3
  154. package/dist/components/{p-CWKq6Dyt.js.map → p-BLocui1Z.js.map} +1 -1
  155. package/dist/components/{p-DsGIkEDB.js → p-C-TgkYhI.js} +4 -4
  156. package/dist/components/{p-DsGIkEDB.js.map → p-C-TgkYhI.js.map} +1 -1
  157. package/dist/components/{p-9aUb96SZ.js → p-C6ozoFuw.js} +8 -8
  158. package/dist/components/{p-9aUb96SZ.js.map → p-C6ozoFuw.js.map} +1 -1
  159. package/dist/components/p-C84iXIFp.js +71 -0
  160. package/dist/components/p-C84iXIFp.js.map +1 -0
  161. package/dist/components/{p-DYlDF9Rw.js → p-CH82uB3t.js} +3 -3
  162. package/dist/components/{p-DYlDF9Rw.js.map → p-CH82uB3t.js.map} +1 -1
  163. package/dist/components/{p-Cosz73fX.js → p-CSfxA66i.js} +6 -6
  164. package/dist/components/{p-Cosz73fX.js.map → p-CSfxA66i.js.map} +1 -1
  165. package/dist/components/{p-CSL17OWk.js → p-CXsF3egB.js} +9 -9
  166. package/dist/components/{p-CSL17OWk.js.map → p-CXsF3egB.js.map} +1 -1
  167. package/dist/components/{p-CAJFkiLw.js → p-C_slMKPO.js} +7 -7
  168. package/dist/components/{p-CAJFkiLw.js.map → p-C_slMKPO.js.map} +1 -1
  169. package/dist/components/{p-DyYwMIDQ.js → p-DQrAnsWb.js} +3 -3
  170. package/dist/components/{p-DyYwMIDQ.js.map → p-DQrAnsWb.js.map} +1 -1
  171. package/dist/components/{p-Cs1jspzx.js → p-DrZr0hMT.js} +6 -6
  172. package/dist/components/{p-Cs1jspzx.js.map → p-DrZr0hMT.js.map} +1 -1
  173. package/dist/components/{p-C28WDWgL.js → p-SZP6K3B0.js} +7 -7
  174. package/dist/components/{p-C28WDWgL.js.map → p-SZP6K3B0.js.map} +1 -1
  175. package/dist/components/{p-ClylOmYH.js → p-jflTvJ8E.js} +4 -4
  176. package/dist/components/{p-ClylOmYH.js.map → p-jflTvJ8E.js.map} +1 -1
  177. package/dist/components/six-alert.js +2 -2
  178. package/dist/components/six-avatar.js +1 -1
  179. package/dist/components/six-breadcrumbs-item.d.ts +11 -0
  180. package/dist/components/six-breadcrumbs-item.js +58 -0
  181. package/dist/components/six-breadcrumbs-item.js.map +1 -0
  182. package/dist/components/six-breadcrumbs.d.ts +11 -0
  183. package/dist/components/six-breadcrumbs.js +97 -0
  184. package/dist/components/six-breadcrumbs.js.map +1 -0
  185. package/dist/components/six-button.js +1 -1
  186. package/dist/components/six-card.js +1 -1
  187. package/dist/components/six-checkbox.js +1 -1
  188. package/dist/components/six-date.js +42 -37
  189. package/dist/components/six-date.js.map +1 -1
  190. package/dist/components/six-datepicker.js +8 -8
  191. package/dist/components/six-datepicker.js.map +1 -1
  192. package/dist/components/six-details.js +1 -1
  193. package/dist/components/six-dialog.js +2 -2
  194. package/dist/components/six-drawer.js +2 -2
  195. package/dist/components/six-dropdown.js +1 -1
  196. package/dist/components/six-error-page.js +2 -2
  197. package/dist/components/six-error.js +1 -1
  198. package/dist/components/six-file-list-item.js +1 -1
  199. package/dist/components/six-file-list.js +1 -1
  200. package/dist/components/six-file-upload.js +2 -2
  201. package/dist/components/six-footer.js +1 -1
  202. package/dist/components/six-group-label.js +2 -2
  203. package/dist/components/six-header-dropdown-item.js +9 -9
  204. package/dist/components/six-header-item.js +1 -1
  205. package/dist/components/six-header-menu-button.js +2 -2
  206. package/dist/components/six-header.js +2 -2
  207. package/dist/components/six-icon-button.js +1 -1
  208. package/dist/components/six-icon.js +1 -1
  209. package/dist/components/six-input.js +1 -1
  210. package/dist/components/six-item-picker.js +1 -1
  211. package/dist/components/six-layout-grid.js +1 -1
  212. package/dist/components/six-main-container.js +1 -1
  213. package/dist/components/six-menu-divider.js +1 -1
  214. package/dist/components/six-menu-item.js +1 -1
  215. package/dist/components/six-menu-label.js +1 -1
  216. package/dist/components/six-menu.js +1 -1
  217. package/dist/components/six-picto.js +1 -1
  218. package/dist/components/six-progress-bar.js +3 -3
  219. package/dist/components/six-progress-ring.js +1 -1
  220. package/dist/components/six-radio.js +2 -2
  221. package/dist/components/six-range.js +3 -3
  222. package/dist/components/six-rating.js +4 -4
  223. package/dist/components/six-root.js +3 -3
  224. package/dist/components/six-search-field.js +3 -3
  225. package/dist/components/six-select.js +9 -9
  226. package/dist/components/six-sidebar-item-group.js +2 -2
  227. package/dist/components/six-sidebar-item.js +3 -3
  228. package/dist/components/six-sidebar.js +2 -2
  229. package/dist/components/six-stage-indicator.js +1 -1
  230. package/dist/components/six-switch.js +3 -3
  231. package/dist/components/six-tab-group.js +2 -2
  232. package/dist/components/six-tab-panel.js +1 -1
  233. package/dist/components/six-tab.js +6 -5
  234. package/dist/components/six-tab.js.map +1 -1
  235. package/dist/components/six-tag.js +5 -5
  236. package/dist/components/six-textarea.js +3 -3
  237. package/dist/components/six-tile.js +8 -8
  238. package/dist/components/six-timepicker.js +1 -1
  239. package/dist/components/six-tooltip.js +1 -1
  240. package/dist/components.json +409 -4
  241. package/dist/esm/icon-DqHJRLQQ.js +14 -0
  242. package/dist/esm/icon-DqHJRLQQ.js.map +1 -0
  243. package/dist/esm/index-JoG9I7EO.js +12 -8
  244. package/dist/esm/index.js +1 -0
  245. package/dist/esm/index.js.map +1 -1
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/esm/six-breadcrumbs-item.entry.js +23 -0
  248. package/dist/esm/six-breadcrumbs-item.entry.js.map +1 -0
  249. package/dist/esm/six-breadcrumbs.entry.js +71 -0
  250. package/dist/esm/six-breadcrumbs.entry.js.map +1 -0
  251. package/dist/esm/six-button.six-spinner.entry.js.map +1 -0
  252. package/dist/esm/{six-button.entry.js → six-button_2.entry.js} +55 -5
  253. package/dist/esm/six-button_2.entry.js.map +1 -0
  254. package/dist/esm/six-card.entry.js +1 -1
  255. package/dist/esm/six-checkbox_2.entry.js +4 -4
  256. package/dist/esm/six-date.entry.js +38 -33
  257. package/dist/esm/six-date.entry.js.map +1 -1
  258. package/dist/esm/six-datepicker.entry.js +3 -3
  259. package/dist/esm/six-datepicker.entry.js.map +1 -1
  260. package/dist/esm/six-details.entry.js +3 -3
  261. package/dist/esm/six-dropdown.six-menu.entry.js.map +1 -1
  262. package/dist/esm/six-dropdown_2.entry.js +3 -3
  263. package/dist/esm/six-dropdown_2.entry.js.map +1 -1
  264. package/dist/esm/six-error-page.entry.js +1 -1
  265. package/dist/esm/six-error.entry.js +1 -1
  266. package/dist/esm/six-file-list.entry.js +1 -1
  267. package/dist/esm/six-footer.entry.js +1 -1
  268. package/dist/esm/six-group-label.entry.js +1 -1
  269. package/dist/esm/six-header-dropdown-item.entry.js +2 -2
  270. package/dist/esm/six-header-item.entry.js +1 -1
  271. package/dist/esm/six-header-menu-button.entry.js +1 -1
  272. package/dist/esm/six-header.entry.js +2 -2
  273. package/dist/esm/six-icon-button.entry.js +3 -3
  274. package/dist/esm/six-icon.entry.js +15 -6
  275. package/dist/esm/six-icon.entry.js.map +1 -1
  276. package/dist/esm/six-layout-grid.entry.js +1 -1
  277. package/dist/esm/six-main-container.entry.js +1 -1
  278. package/dist/esm/six-menu-divider.entry.js +1 -1
  279. package/dist/esm/six-menu-label.entry.js +1 -1
  280. package/dist/esm/six-picto.entry.js +1 -1
  281. package/dist/esm/six-progress-bar.entry.js +3 -3
  282. package/dist/esm/six-progress-ring.entry.js +1 -1
  283. package/dist/esm/six-radio.entry.js +2 -2
  284. package/dist/esm/six-range.entry.js +2 -2
  285. package/dist/esm/six-rating.entry.js +2 -2
  286. package/dist/esm/six-root.entry.js +1 -1
  287. package/dist/esm/six-sidebar-item.entry.js +2 -2
  288. package/dist/esm/six-sidebar.entry.js +2 -2
  289. package/dist/esm/six-switch.entry.js +2 -2
  290. package/dist/esm/six-tab-panel.entry.js +1 -1
  291. package/dist/esm/six-tab.entry.js +3 -3
  292. package/dist/esm/six-tab.entry.js.map +1 -1
  293. package/dist/esm/six-tag.entry.js +2 -2
  294. package/dist/esm/six-textarea.entry.js +2 -2
  295. package/dist/esm/six-tile.entry.js +5 -5
  296. package/dist/esm/six-timepicker.entry.js +1 -1
  297. package/dist/esm/six-timepicker.entry.js.map +1 -1
  298. package/dist/esm/six-tooltip.entry.js +2 -2
  299. package/dist/esm/ui-library.js +1 -1
  300. package/dist/types/components/six-breadcrumbs/six-breadcrumbs.d.ts +20 -0
  301. package/dist/types/components/six-breadcrumbs-item/six-breadcrumbs-item.d.ts +27 -0
  302. package/dist/types/components/six-date/iso-date.d.ts +2 -0
  303. package/dist/types/components/six-datepicker/six-datepicker.d.ts +1 -1
  304. package/dist/types/components/six-icon/six-icon.d.ts +16 -0
  305. package/dist/types/components/six-tab/six-tab.d.ts +2 -0
  306. package/dist/types/components.d.ts +134 -4
  307. package/dist/types/index.d.ts +1 -0
  308. package/dist/types/types.d.ts +1 -0
  309. package/dist/types/utils/icon.d.ts +5 -0
  310. package/dist/ui-library/files/material-symbols-outlined-latin-fill-normal.woff2 +0 -0
  311. package/dist/ui-library/files/material-symbols-outlined-latin-full-normal.woff2 +0 -0
  312. package/dist/ui-library/files/material-symbols-outlined-latin-grad-normal.woff2 +0 -0
  313. package/dist/ui-library/files/material-symbols-outlined-latin-opsz-normal.woff2 +0 -0
  314. package/dist/ui-library/files/material-symbols-outlined-latin-standard-normal.woff2 +0 -0
  315. package/dist/ui-library/files/material-symbols-outlined-latin-wght-normal.woff2 +0 -0
  316. package/dist/ui-library/files/material-symbols-rounded-latin-fill-normal.woff2 +0 -0
  317. package/dist/ui-library/files/material-symbols-rounded-latin-full-normal.woff2 +0 -0
  318. package/dist/ui-library/files/material-symbols-rounded-latin-grad-normal.woff2 +0 -0
  319. package/dist/ui-library/files/material-symbols-rounded-latin-opsz-normal.woff2 +0 -0
  320. package/dist/ui-library/files/material-symbols-rounded-latin-standard-normal.woff2 +0 -0
  321. package/dist/ui-library/files/material-symbols-rounded-latin-wght-normal.woff2 +0 -0
  322. package/dist/ui-library/files/material-symbols-sharp-latin-fill-normal.woff2 +0 -0
  323. package/dist/ui-library/files/material-symbols-sharp-latin-full-normal.woff2 +0 -0
  324. package/dist/ui-library/files/material-symbols-sharp-latin-grad-normal.woff2 +0 -0
  325. package/dist/ui-library/files/material-symbols-sharp-latin-opsz-normal.woff2 +0 -0
  326. package/dist/ui-library/files/material-symbols-sharp-latin-standard-normal.woff2 +0 -0
  327. package/dist/ui-library/files/material-symbols-sharp-latin-wght-normal.woff2 +0 -0
  328. package/dist/ui-library/index.esm.js +1 -1
  329. package/dist/ui-library/index.esm.js.map +1 -1
  330. package/dist/ui-library/{p-336610a9.entry.js → p-014f44f4.entry.js} +2 -2
  331. package/dist/ui-library/p-014f44f4.entry.js.map +1 -0
  332. package/dist/ui-library/p-05ca516d.entry.js +2 -0
  333. package/dist/ui-library/{p-a43843d6.entry.js → p-06c6b189.entry.js} +2 -2
  334. package/dist/ui-library/{p-850aff56.entry.js → p-12a2cc6b.entry.js} +2 -2
  335. package/dist/ui-library/p-22f924a1.entry.js +2 -0
  336. package/dist/ui-library/{p-f6a1c20b.entry.js → p-26219330.entry.js} +2 -2
  337. package/dist/ui-library/{p-fe7d3665.entry.js → p-29994dc3.entry.js} +2 -2
  338. package/dist/ui-library/{p-d9e770ab.entry.js → p-29aac7ea.entry.js} +2 -2
  339. package/dist/ui-library/p-38c51fd1.entry.js +2 -0
  340. package/dist/ui-library/p-38c51fd1.entry.js.map +1 -0
  341. package/dist/ui-library/{p-c8fbf085.entry.js → p-3c1285ad.entry.js} +2 -2
  342. package/dist/ui-library/{p-5b52d097.entry.js → p-3d9e03b5.entry.js} +2 -2
  343. package/dist/ui-library/{p-1cfa2df4.entry.js → p-4d9785bd.entry.js} +2 -2
  344. package/dist/ui-library/p-4decf969.entry.js +2 -0
  345. package/dist/ui-library/p-4decf969.entry.js.map +1 -0
  346. package/dist/ui-library/{p-c47f11e4.entry.js → p-59568c0f.entry.js} +2 -2
  347. package/dist/ui-library/{p-c47f11e4.entry.js.map → p-59568c0f.entry.js.map} +1 -1
  348. package/dist/ui-library/{p-174dd242.entry.js → p-664ddbab.entry.js} +2 -2
  349. package/dist/ui-library/{p-21cbccb1.entry.js → p-66b94978.entry.js} +2 -2
  350. package/dist/ui-library/{p-371ef302.entry.js → p-66d616e8.entry.js} +2 -2
  351. package/dist/ui-library/{p-811ce2a0.entry.js → p-6cd4fbd8.entry.js} +2 -2
  352. package/dist/ui-library/{p-8884a48b.entry.js → p-70388108.entry.js} +2 -2
  353. package/dist/ui-library/p-72d3f332.entry.js +2 -0
  354. package/dist/ui-library/p-72d3f332.entry.js.map +1 -0
  355. package/dist/ui-library/{p-18e755bc.entry.js → p-7f7413db.entry.js} +2 -2
  356. package/dist/ui-library/p-7f7413db.entry.js.map +1 -0
  357. package/dist/ui-library/{p-3d49deae.entry.js → p-8c2edb7f.entry.js} +2 -2
  358. package/dist/ui-library/{p-65e53a1b.entry.js → p-984a1f6d.entry.js} +2 -2
  359. package/dist/ui-library/{p-14f79bfc.entry.js → p-9deca0d0.entry.js} +2 -2
  360. package/dist/ui-library/p-DqHJRLQQ.js +2 -0
  361. package/dist/ui-library/p-DqHJRLQQ.js.map +1 -0
  362. package/dist/ui-library/{p-b6244904.entry.js → p-a6d7d618.entry.js} +2 -2
  363. package/dist/ui-library/p-a7f9c92d.entry.js +2 -0
  364. package/dist/ui-library/{p-09de2bda.entry.js.map → p-a7f9c92d.entry.js.map} +1 -1
  365. package/dist/ui-library/{p-03ca4af8.entry.js → p-a9a5485a.entry.js} +2 -2
  366. package/dist/ui-library/p-a9a5485a.entry.js.map +1 -0
  367. package/dist/ui-library/{p-a4b523ed.entry.js → p-aaea0f73.entry.js} +2 -2
  368. package/dist/ui-library/{p-ee980a0f.entry.js → p-bea434d1.entry.js} +2 -2
  369. package/dist/ui-library/{p-83b35622.entry.js → p-ccc7e227.entry.js} +2 -2
  370. package/dist/ui-library/{p-cea7f777.entry.js → p-d81265f4.entry.js} +2 -2
  371. package/dist/ui-library/{p-9ec79195.entry.js → p-da5f40ed.entry.js} +2 -2
  372. package/dist/ui-library/p-dc694314.entry.js +2 -0
  373. package/dist/ui-library/p-dc694314.entry.js.map +1 -0
  374. package/dist/ui-library/{p-f54d3616.entry.js → p-df2b8f01.entry.js} +2 -2
  375. package/dist/ui-library/p-e100aff2.entry.js +2 -0
  376. package/dist/ui-library/{p-12e7a9e1.entry.js → p-e56c5237.entry.js} +2 -2
  377. package/dist/ui-library/{p-12e7a9e1.entry.js.map → p-e56c5237.entry.js.map} +1 -1
  378. package/dist/ui-library/{p-6c8182fa.entry.js → p-e8e5445e.entry.js} +2 -2
  379. package/dist/ui-library/{p-d7c7398d.entry.js → p-fc2d893f.entry.js} +2 -2
  380. package/dist/ui-library/p-fcd3305f.entry.js +2 -0
  381. package/dist/ui-library/{p-e85be7d2.entry.js.map → p-fcd3305f.entry.js.map} +1 -1
  382. package/dist/ui-library/{p-39668d61.entry.js → p-fd97bc8a.entry.js} +2 -2
  383. package/dist/ui-library/{p-dc2109d2.entry.js → p-fe2ef0a4.entry.js} +2 -2
  384. package/dist/ui-library/six-breadcrumbs-item.entry.esm.js.map +1 -0
  385. package/dist/ui-library/six-breadcrumbs.entry.esm.js.map +1 -0
  386. package/dist/ui-library/six-button.six-spinner.entry.esm.js.map +1 -0
  387. package/dist/ui-library/six-date.entry.esm.js.map +1 -1
  388. package/dist/ui-library/six-datepicker.entry.esm.js.map +1 -1
  389. package/dist/ui-library/six-dropdown.six-menu.entry.esm.js.map +1 -1
  390. package/dist/ui-library/six-icon.entry.esm.js.map +1 -1
  391. package/dist/ui-library/six-tab.entry.esm.js.map +1 -1
  392. package/dist/ui-library/six-timepicker.entry.esm.js.map +1 -1
  393. package/dist/ui-library/ui-library.css +1 -1
  394. package/dist/ui-library/ui-library.esm.js +1 -1
  395. package/package.json +6 -3
  396. package/dist/cjs/six-button.cjs.entry.js.map +0 -1
  397. package/dist/cjs/six-button.entry.cjs.js.map +0 -1
  398. package/dist/cjs/six-spinner.cjs.entry.js +0 -58
  399. package/dist/cjs/six-spinner.cjs.entry.js.map +0 -1
  400. package/dist/cjs/six-spinner.entry.cjs.js.map +0 -1
  401. package/dist/components/p-BSHZAiyG.js +0 -52
  402. package/dist/components/p-BSHZAiyG.js.map +0 -1
  403. package/dist/components/p-BUN8hFmL.js.map +0 -1
  404. package/dist/esm/six-button.entry.js.map +0 -1
  405. package/dist/esm/six-spinner.entry.js +0 -56
  406. package/dist/esm/six-spinner.entry.js.map +0 -1
  407. package/dist/ui-library/p-03ca4af8.entry.js.map +0 -1
  408. package/dist/ui-library/p-09de2bda.entry.js +0 -2
  409. package/dist/ui-library/p-18e755bc.entry.js.map +0 -1
  410. package/dist/ui-library/p-2a82de6c.entry.js +0 -2
  411. package/dist/ui-library/p-2a82de6c.entry.js.map +0 -1
  412. package/dist/ui-library/p-2fb16281.entry.js +0 -2
  413. package/dist/ui-library/p-2fb16281.entry.js.map +0 -1
  414. package/dist/ui-library/p-31c5f8fa.entry.js +0 -2
  415. package/dist/ui-library/p-336610a9.entry.js.map +0 -1
  416. package/dist/ui-library/p-3dc98466.entry.js +0 -2
  417. package/dist/ui-library/p-3dc98466.entry.js.map +0 -1
  418. package/dist/ui-library/p-c90a59fc.entry.js +0 -2
  419. package/dist/ui-library/p-e85be7d2.entry.js +0 -2
  420. package/dist/ui-library/p-ea3bf68d.entry.js +0 -2
  421. package/dist/ui-library/six-button.entry.esm.js.map +0 -1
  422. package/dist/ui-library/six-spinner.entry.esm.js.map +0 -1
  423. /package/dist/ui-library/{p-31c5f8fa.entry.js.map → p-05ca516d.entry.js.map} +0 -0
  424. /package/dist/ui-library/{p-a43843d6.entry.js.map → p-06c6b189.entry.js.map} +0 -0
  425. /package/dist/ui-library/{p-850aff56.entry.js.map → p-12a2cc6b.entry.js.map} +0 -0
  426. /package/dist/ui-library/{p-c90a59fc.entry.js.map → p-22f924a1.entry.js.map} +0 -0
  427. /package/dist/ui-library/{p-f6a1c20b.entry.js.map → p-26219330.entry.js.map} +0 -0
  428. /package/dist/ui-library/{p-fe7d3665.entry.js.map → p-29994dc3.entry.js.map} +0 -0
  429. /package/dist/ui-library/{p-d9e770ab.entry.js.map → p-29aac7ea.entry.js.map} +0 -0
  430. /package/dist/ui-library/{p-c8fbf085.entry.js.map → p-3c1285ad.entry.js.map} +0 -0
  431. /package/dist/ui-library/{p-5b52d097.entry.js.map → p-3d9e03b5.entry.js.map} +0 -0
  432. /package/dist/ui-library/{p-1cfa2df4.entry.js.map → p-4d9785bd.entry.js.map} +0 -0
  433. /package/dist/ui-library/{p-174dd242.entry.js.map → p-664ddbab.entry.js.map} +0 -0
  434. /package/dist/ui-library/{p-21cbccb1.entry.js.map → p-66b94978.entry.js.map} +0 -0
  435. /package/dist/ui-library/{p-371ef302.entry.js.map → p-66d616e8.entry.js.map} +0 -0
  436. /package/dist/ui-library/{p-811ce2a0.entry.js.map → p-6cd4fbd8.entry.js.map} +0 -0
  437. /package/dist/ui-library/{p-8884a48b.entry.js.map → p-70388108.entry.js.map} +0 -0
  438. /package/dist/ui-library/{p-3d49deae.entry.js.map → p-8c2edb7f.entry.js.map} +0 -0
  439. /package/dist/ui-library/{p-65e53a1b.entry.js.map → p-984a1f6d.entry.js.map} +0 -0
  440. /package/dist/ui-library/{p-14f79bfc.entry.js.map → p-9deca0d0.entry.js.map} +0 -0
  441. /package/dist/ui-library/{p-b6244904.entry.js.map → p-a6d7d618.entry.js.map} +0 -0
  442. /package/dist/ui-library/{p-a4b523ed.entry.js.map → p-aaea0f73.entry.js.map} +0 -0
  443. /package/dist/ui-library/{p-ee980a0f.entry.js.map → p-bea434d1.entry.js.map} +0 -0
  444. /package/dist/ui-library/{p-83b35622.entry.js.map → p-ccc7e227.entry.js.map} +0 -0
  445. /package/dist/ui-library/{p-cea7f777.entry.js.map → p-d81265f4.entry.js.map} +0 -0
  446. /package/dist/ui-library/{p-9ec79195.entry.js.map → p-da5f40ed.entry.js.map} +0 -0
  447. /package/dist/ui-library/{p-f54d3616.entry.js.map → p-df2b8f01.entry.js.map} +0 -0
  448. /package/dist/ui-library/{p-ea3bf68d.entry.js.map → p-e100aff2.entry.js.map} +0 -0
  449. /package/dist/ui-library/{p-6c8182fa.entry.js.map → p-e8e5445e.entry.js.map} +0 -0
  450. /package/dist/ui-library/{p-d7c7398d.entry.js.map → p-fc2d893f.entry.js.map} +0 -0
  451. /package/dist/ui-library/{p-39668d61.entry.js.map → p-fd97bc8a.entry.js.map} +0 -0
  452. /package/dist/ui-library/{p-dc2109d2.entry.js.map → p-fe2ef0a4.entry.js.map} +0 -0
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h } from './p-D512q9rn.js';
2
2
  import { s as scrollIntoView } from './p-BY6hIEFX.js';
3
3
  import { f as flipAnimate } from './p-SLlDVtvF.js';
4
- import { d as defineCustomElement$3 } from './p-BSHZAiyG.js';
5
- import { d as defineCustomElement$2 } from './p-Cosz73fX.js';
4
+ import { d as defineCustomElement$3 } from './p-C84iXIFp.js';
5
+ import { d as defineCustomElement$2 } from './p-CSfxA66i.js';
6
6
 
7
7
  const sixTabGroupCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:host{display:block}.tab-group{display:flex;border:solid 1px transparent;border-radius:0}.tab-group .tab-group__tabs{display:flex;position:relative}.tab-group--has-scroll-controls .tab-group__nav-container{position:relative;padding:0 var(--six-spacing-x-large)}.tab-group__scroll-button{display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;width:var(--six-spacing-x-large)}.tab-group__scroll-button--left{left:0}.tab-group__scroll-button--right{right:0}.tab-group--top{flex-direction:column}.tab-group--top .tab-group__nav-container{order:1}.tab-group--top .tab-group__nav{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tab-group--top .tab-group__nav::-webkit-scrollbar{width:0;height:0}.tab-group--top .tab-group__tabs{flex:1 1 auto;position:relative;flex-direction:row}.tab-group--top .tab-group__body{order:2}.tab-group--bottom{flex-direction:column}.tab-group--bottom .tab-group__nav-container{order:2}.tab-group--bottom .tab-group__nav{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tab-group--bottom .tab-group__nav::-webkit-scrollbar{width:0;height:0}.tab-group--bottom .tab-group__tabs{flex:1 1 auto;position:relative;flex-direction:row}.tab-group--bottom .tab-group__body{order:1}.tab-group--left{flex-direction:row}.tab-group--left .tab-group__nav-container{order:1}.tab-group--left .tab-group__tabs{flex:0 0 auto;flex-direction:column}.tab-group--left .tab-group__body{flex:1 1 auto;order:2}.tab-group--right{flex-direction:row}.tab-group--right .tab-group__nav-container{order:2}.tab-group--right .tab-group__tabs{flex:0 0 auto;flex-direction:column}.tab-group--right .tab-group__body{flex:1 1 auto;order:1}";
8
8
 
@@ -17,7 +17,7 @@ const SixTabPanel$1 = /*@__PURE__*/ proxyCustomElement(class SixTabPanel extends
17
17
  render() {
18
18
  return (
19
19
  // If the user didn't provide an ID, we'll set one, so we can link tabs and tab panels with aria labels
20
- h(Host, { key: 'b4c54fb42d68a3462abbd78dda16b1738e81dc57', id: this.host.id || this.componentId, style: { display: this.active ? 'block' : 'none' } }, h("div", { key: '734645855fb3a875a6a43e46383122ddad15bbb3', part: "base", class: "tab-panel", role: "tabpanel", "aria-selected": this.active ? 'true' : 'false', "aria-hidden": this.active ? 'false' : 'true' }, h("slot", { key: '1a789d112f5a048ac36f9a7e70208c99fb66c6c9' }))));
20
+ h(Host, { key: 'b1d310127f59020a935af04a8bf3df75e6416488', id: this.host.id || this.componentId, style: { display: this.active ? 'block' : 'none' } }, h("div", { key: 'cb6e790d83b3ad4d843fce91dde842af9bb4588c', part: "base", class: "tab-panel", role: "tabpanel", "aria-selected": this.active ? 'true' : 'false', "aria-hidden": this.active ? 'false' : 'true' }, h("slot", { key: '6e5588f2370b04b078c6567bd1dd0008203e6f43' }))));
21
21
  }
22
22
  get host() { return this; }
23
23
  static get style() { return sixTabPanelCss; }
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-D512q9rn.js';
2
- import { d as defineCustomElement$3 } from './p-BSHZAiyG.js';
3
- import { d as defineCustomElement$2 } from './p-Cosz73fX.js';
2
+ import { d as defineCustomElement$3 } from './p-C84iXIFp.js';
3
+ import { d as defineCustomElement$2 } from './p-CSfxA66i.js';
4
4
 
5
5
  const sixTabCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:host{display:flex}.tab{display:inline-flex;align-items:center;font-family:var(--six-font-family);font-size:var(--six-font-size-small);font-weight:var(--six-font-weight-semibold);color:var(--six-tab-color);padding:var(--six-spacing-medium) var(--six-spacing-large);white-space:nowrap;user-select:none;cursor:pointer;width:100%}.tab:focus{outline:none}.tab:focus-visible{outline:var(--six-focus-ring);outline-offset:calc(-1 * var(--six-focus-ring-width) - var(--six-focus-ring-offset))}.tab.tab--active:not(.tab--disabled){color:var(--six-tab-color-active);font-weight:var(--six-font-weight-bold)}.tab.tab--closable{padding-right:var(--six-spacing-small)}.tab.tab--disabled{color:var(--six-tab-color-disabled);cursor:not-allowed}.tab:hover:not(.tab--disabled){color:var(--six-tab-color-hover)}.tab.tab--left,.tab.tab--right{display:inline-block;text-align:left}.tab.tab--left::before,.tab.tab--right::before{display:block;font-weight:var(--six-font-weight-bold);content:attr(title);height:0;overflow:hidden;visibility:hidden}.tab__close-button{font-size:var(--six-font-size-large);margin-left:var(--six-spacing-xx-small)}.tab__close-button::part(base){padding:var(--six-spacing-xxx-small)}.tab__indicator{position:absolute}.tab__indicator.tab__indicator--active{background-color:var(--six-tab-border-color-active)}.tab--top{margin-bottom:var(--six-spacing-xxx-small)}.tab__indicator--top{width:100%;bottom:0;height:var(--six-tab-border-width)}.tab--bottom{margin-top:var(--six-spacing-xxx-small)}.tab__indicator--bottom{width:100%;top:0;height:var(--six-tab-border-width)}.tab--left{margin-right:var(--six-spacing-xxx-small)}.tab__indicator--left{height:100%;right:0;top:0;width:var(--six-tab-border-width)}.tab--right{margin-left:var(--six-spacing-xxx-small)}.tab__indicator--right{height:100%;left:0;top:0;width:var(--six-tab-border-width)}";
6
6
 
@@ -38,12 +38,12 @@ const SixTab$1 = /*@__PURE__*/ proxyCustomElement(class SixTab extends H {
38
38
  this.sixClose.emit();
39
39
  }
40
40
  render() {
41
- var _a;
41
+ var _a, _b;
42
42
  const tabGroup = this.host.closest('six-tab-group');
43
43
  const placement = (_a = tabGroup === null || tabGroup === void 0 ? void 0 : tabGroup.placement) !== null && _a !== void 0 ? _a : 'top';
44
44
  return (
45
45
  // If the user didn't provide an ID, we'll set one, so we can link tabs and tab panels with aria labels
46
- h(Host, { key: '40b4042f28816b55ef585cf24570b64a44031863', id: this.host.id || this.componentId }, h("div", { key: 'e4e8ba43cf2e1384a421835fe1131ea411ac7a18', part: "base", ref: (el) => (this.tab = el), class: {
46
+ h(Host, { key: 'cf68989c61bf87898620dd39ffa5f92907bd2585', id: this.host.id || this.componentId }, h("div", { key: '987c14cf6a61901bdcec0f9029d28f23417f9527', part: "base", ref: (el) => (this.tab = el), class: {
47
47
  tab: true,
48
48
  // Placements
49
49
  'tab--top': placement === 'top',
@@ -54,7 +54,7 @@ const SixTab$1 = /*@__PURE__*/ proxyCustomElement(class SixTab extends H {
54
54
  'tab--active': this.active,
55
55
  'tab--closable': this.closable,
56
56
  'tab--disabled': this.disabled,
57
- }, role: "tab", "aria-disabled": this.disabled ? 'true' : 'false', "aria-selected": this.active ? 'true' : 'false', tabindex: this.disabled || !this.active ? '-1' : '0', title: this.host.innerHTML }, h("slot", { key: '39b1a75c51726543e0371e2607c6aa9197483b34' }), this.closable && (h("six-icon-button", { key: 'b9b2468f19b875ea58292f9ed330b49cff084d7c', name: "close", size: "xSmall", exportparts: "base:close-button", class: "tab__close-button", onClick: this.handleCloseClick, tabIndex: -1, "aria-hidden": "true" }))), h("div", { key: 'da5cf7175879826bfb96f52cd8aca427372e32e6', part: this.active ? 'active-tab-indicator' : '', class: {
57
+ }, role: "tab", "aria-disabled": this.disabled ? 'true' : 'false', "aria-selected": this.active ? 'true' : 'false', tabindex: this.disabled || !this.active ? '-1' : '0', title: (_b = this.hoverContent) !== null && _b !== void 0 ? _b : this.host.innerHTML }, h("slot", { key: 'dd6314fa392b9e4a853f50abb5c671c38a764d5f' }), this.closable && (h("six-icon-button", { key: '473fab356355da098555b0699c9ff2a08c778d1d', name: "close", size: "xSmall", exportparts: "base:close-button", class: "tab__close-button", onClick: this.handleCloseClick, tabIndex: -1, "aria-hidden": "true" }))), h("div", { key: '9a662684f5471aea35cfe07072341495e6a20236', part: this.active ? 'active-tab-indicator' : '', class: {
58
58
  tab__indicator: true,
59
59
  'tab__indicator--active': this.active,
60
60
  // Placements
@@ -70,6 +70,7 @@ const SixTab$1 = /*@__PURE__*/ proxyCustomElement(class SixTab extends H {
70
70
  "panel": [513],
71
71
  "active": [516],
72
72
  "closable": [4],
73
+ "hoverContent": [1, "hover-content"],
73
74
  "disabled": [516],
74
75
  "setFocus": [64],
75
76
  "removeFocus": [64]
@@ -1 +1 @@
1
- {"file":"six-tab.js","mappings":"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","names":["SixTab","__stencil_proxyCustomElement","HTMLElement"],"sources":["src/components/six-tab/six-tab.scss?tag=six-tab&encapsulation=shadow","src/components/six-tab/six-tab.tsx"],"sourcesContent":["@import 'src/global/component';\n\n:host {\n display: flex;\n}\n\n.tab {\n display: inline-flex;\n align-items: center;\n font-family: var(--six-font-family);\n font-size: var(--six-font-size-small);\n font-weight: var(--six-font-weight-semibold);\n color: var(--six-tab-color);\n padding: var(--six-spacing-medium) var(--six-spacing-large);\n white-space: nowrap;\n user-select: none;\n cursor: pointer;\n width: 100%;\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n outline: var(--six-focus-ring);\n outline-offset: calc(-1 * var(--six-focus-ring-width) - var(--six-focus-ring-offset));\n }\n\n &.tab--active:not(.tab--disabled) {\n color: var(--six-tab-color-active);\n font-weight: var(--six-font-weight-bold);\n }\n\n &.tab--closable {\n padding-right: var(--six-spacing-small);\n }\n\n &.tab--disabled {\n color: var(--six-tab-color-disabled);\n cursor: not-allowed;\n }\n\n &:hover:not(.tab--disabled) {\n color: var(--six-tab-color-hover);\n }\n\n &.tab--left,\n &.tab--right {\n display: inline-block;\n text-align: left;\n }\n\n &.tab--left::before,\n &.tab--right::before {\n display: block;\n font-weight: var(--six-font-weight-bold);\n content: attr(title);\n height: 0;\n overflow: hidden;\n visibility: hidden;\n }\n}\n\n.tab__close-button {\n font-size: var(--six-font-size-large);\n margin-left: var(--six-spacing-xx-small);\n\n &::part(base) {\n padding: var(--six-spacing-xxx-small);\n }\n}\n\n// TAB INDICATOR\n.tab__indicator {\n position: absolute;\n &.tab__indicator--active {\n background-color: var(--six-tab-border-color-active);\n }\n}\n\n// TOP\n.tab--top {\n margin-bottom: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--top {\n width: 100%;\n bottom: 0;\n height: var(--six-tab-border-width);\n}\n\n// BOTTOM\n.tab--bottom {\n margin-top: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--bottom {\n width: 100%;\n top: 0;\n height: var(--six-tab-border-width);\n}\n\n// LEFT\n.tab--left {\n margin-right: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--left {\n height: 100%;\n right: 0;\n top: 0;\n width: var(--six-tab-border-width);\n}\n\n// RIGHT\n.tab--right {\n margin-left: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--right {\n height: 100%;\n left: 0;\n top: 0;\n width: var(--six-tab-border-width);\n}\n","import { Component, Element, Event, EventEmitter, h, Host, Method, Prop } from '@stencil/core';\nimport { EmptyPayload } from '../../utils/types';\n\nlet id = 0;\n\n/**\n * @since 1.0\n * @status stable\n *\n * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.\n *\n * @slot - The tab's label.\n *\n * @part base - The component's base wrapper.\n * @part close-button - The close button, which is the icon button's base wrapper.\n */\n\n@Component({\n tag: 'six-tab',\n styleUrl: 'six-tab.scss',\n shadow: true,\n})\nexport class SixTab {\n private componentId = `tab-${++id}`;\n private tab?: HTMLElement;\n\n @Element() host!: HTMLSixTabElement;\n\n /** The name of the tab panel the tab will control. The panel must be located in the same tab group. */\n @Prop({ reflect: true }) panel = '';\n\n /** Set to true to draw the tab in an active state. */\n @Prop({ reflect: true }) active = false;\n\n /** When true, the tab will be rendered with a close icon. */\n @Prop() closable = false;\n\n /** Set to true to draw the tab in a disabled state. */\n @Prop({ reflect: true }) disabled = false;\n\n /** Emitted when the tab is closable and the close button is activated. */\n @Event({ eventName: 'six-tab-close' }) sixClose!: EventEmitter<EmptyPayload>;\n\n connectedCallback() {\n this.handleCloseClick = this.handleCloseClick.bind(this);\n }\n\n /** Sets focus to the tab. */\n @Method()\n async setFocus(options?: FocusOptions) {\n this.tab?.focus(options);\n }\n\n /** Removes focus from the tab. */\n @Method()\n async removeFocus() {\n this.tab?.blur();\n }\n\n private handleCloseClick() {\n this.sixClose.emit();\n }\n\n render() {\n const tabGroup: HTMLSixTabGroupElement | null = this.host.closest('six-tab-group');\n const placement = tabGroup?.placement ?? 'top';\n return (\n // If the user didn't provide an ID, we'll set one, so we can link tabs and tab panels with aria labels\n <Host id={this.host.id || this.componentId}>\n <div\n part=\"base\"\n ref={(el) => (this.tab = el)}\n class={{\n tab: true,\n\n // Placements\n 'tab--top': placement === 'top',\n 'tab--bottom': placement === 'bottom',\n 'tab--left': placement === 'left',\n 'tab--right': placement === 'right',\n\n // States\n 'tab--active': this.active,\n 'tab--closable': this.closable,\n 'tab--disabled': this.disabled,\n }}\n role=\"tab\"\n aria-disabled={this.disabled ? 'true' : 'false'}\n aria-selected={this.active ? 'true' : 'false'}\n tabindex={this.disabled || !this.active ? '-1' : '0'}\n title={this.host.innerHTML}\n >\n <slot />\n {this.closable && (\n <six-icon-button\n name=\"close\"\n size=\"xSmall\"\n exportparts=\"base:close-button\"\n class=\"tab__close-button\"\n onClick={this.handleCloseClick}\n tabIndex={-1}\n aria-hidden=\"true\"\n />\n )}\n </div>\n <div\n part={this.active ? 'active-tab-indicator' : ''}\n class={{\n tab__indicator: true,\n 'tab__indicator--active': this.active,\n\n // Placements\n 'tab__indicator--top': placement === 'top',\n 'tab__indicator--bottom': placement === 'bottom',\n 'tab__indicator--left': placement === 'left',\n 'tab__indicator--right': placement === 'right',\n }}\n ></div>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"six-tab.js","mappings":"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","names":["SixTab","__stencil_proxyCustomElement","HTMLElement"],"sources":["src/components/six-tab/six-tab.scss?tag=six-tab&encapsulation=shadow","src/components/six-tab/six-tab.tsx"],"sourcesContent":["@import 'src/global/component';\n\n:host {\n display: flex;\n}\n\n.tab {\n display: inline-flex;\n align-items: center;\n font-family: var(--six-font-family);\n font-size: var(--six-font-size-small);\n font-weight: var(--six-font-weight-semibold);\n color: var(--six-tab-color);\n padding: var(--six-spacing-medium) var(--six-spacing-large);\n white-space: nowrap;\n user-select: none;\n cursor: pointer;\n width: 100%;\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n outline: var(--six-focus-ring);\n outline-offset: calc(-1 * var(--six-focus-ring-width) - var(--six-focus-ring-offset));\n }\n\n &.tab--active:not(.tab--disabled) {\n color: var(--six-tab-color-active);\n font-weight: var(--six-font-weight-bold);\n }\n\n &.tab--closable {\n padding-right: var(--six-spacing-small);\n }\n\n &.tab--disabled {\n color: var(--six-tab-color-disabled);\n cursor: not-allowed;\n }\n\n &:hover:not(.tab--disabled) {\n color: var(--six-tab-color-hover);\n }\n\n &.tab--left,\n &.tab--right {\n display: inline-block;\n text-align: left;\n }\n\n &.tab--left::before,\n &.tab--right::before {\n display: block;\n font-weight: var(--six-font-weight-bold);\n content: attr(title);\n height: 0;\n overflow: hidden;\n visibility: hidden;\n }\n}\n\n.tab__close-button {\n font-size: var(--six-font-size-large);\n margin-left: var(--six-spacing-xx-small);\n\n &::part(base) {\n padding: var(--six-spacing-xxx-small);\n }\n}\n\n// TAB INDICATOR\n.tab__indicator {\n position: absolute;\n &.tab__indicator--active {\n background-color: var(--six-tab-border-color-active);\n }\n}\n\n// TOP\n.tab--top {\n margin-bottom: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--top {\n width: 100%;\n bottom: 0;\n height: var(--six-tab-border-width);\n}\n\n// BOTTOM\n.tab--bottom {\n margin-top: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--bottom {\n width: 100%;\n top: 0;\n height: var(--six-tab-border-width);\n}\n\n// LEFT\n.tab--left {\n margin-right: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--left {\n height: 100%;\n right: 0;\n top: 0;\n width: var(--six-tab-border-width);\n}\n\n// RIGHT\n.tab--right {\n margin-left: var(--six-spacing-xxx-small);\n}\n\n.tab__indicator--right {\n height: 100%;\n left: 0;\n top: 0;\n width: var(--six-tab-border-width);\n}\n","import { Component, Element, Event, EventEmitter, h, Host, Method, Prop } from '@stencil/core';\nimport { EmptyPayload } from '../../utils/types';\n\nlet id = 0;\n\n/**\n * @since 1.0\n * @status stable\n *\n * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.\n *\n * @slot - The tab's label.\n *\n * @part base - The component's base wrapper.\n * @part close-button - The close button, which is the icon button's base wrapper.\n */\n\n@Component({\n tag: 'six-tab',\n styleUrl: 'six-tab.scss',\n shadow: true,\n})\nexport class SixTab {\n private componentId = `tab-${++id}`;\n private tab?: HTMLElement;\n\n @Element() host!: HTMLSixTabElement;\n\n /** The name of the tab panel the tab will control. The panel must be located in the same tab group. */\n @Prop({ reflect: true }) panel = '';\n\n /** Set to true to draw the tab in an active state. */\n @Prop({ reflect: true }) active = false;\n\n /** When true, the tab will be rendered with a close icon. */\n @Prop() closable = false;\n\n /** The content to display when the user hovers over the tab's title. Useful if the tab's title has html content in it*/\n @Prop() hoverContent?: string;\n\n /** Set to true to draw the tab in a disabled state. */\n @Prop({ reflect: true }) disabled = false;\n\n /** Emitted when the tab is closable and the close button is activated. */\n @Event({ eventName: 'six-tab-close' }) sixClose!: EventEmitter<EmptyPayload>;\n\n connectedCallback() {\n this.handleCloseClick = this.handleCloseClick.bind(this);\n }\n\n /** Sets focus to the tab. */\n @Method()\n async setFocus(options?: FocusOptions) {\n this.tab?.focus(options);\n }\n\n /** Removes focus from the tab. */\n @Method()\n async removeFocus() {\n this.tab?.blur();\n }\n\n private handleCloseClick() {\n this.sixClose.emit();\n }\n\n render() {\n const tabGroup: HTMLSixTabGroupElement | null = this.host.closest('six-tab-group');\n const placement = tabGroup?.placement ?? 'top';\n return (\n // If the user didn't provide an ID, we'll set one, so we can link tabs and tab panels with aria labels\n <Host id={this.host.id || this.componentId}>\n <div\n part=\"base\"\n ref={(el) => (this.tab = el)}\n class={{\n tab: true,\n\n // Placements\n 'tab--top': placement === 'top',\n 'tab--bottom': placement === 'bottom',\n 'tab--left': placement === 'left',\n 'tab--right': placement === 'right',\n\n // States\n 'tab--active': this.active,\n 'tab--closable': this.closable,\n 'tab--disabled': this.disabled,\n }}\n role=\"tab\"\n aria-disabled={this.disabled ? 'true' : 'false'}\n aria-selected={this.active ? 'true' : 'false'}\n tabindex={this.disabled || !this.active ? '-1' : '0'}\n title={this.hoverContent ?? this.host.innerHTML}\n >\n <slot />\n {this.closable && (\n <six-icon-button\n name=\"close\"\n size=\"xSmall\"\n exportparts=\"base:close-button\"\n class=\"tab__close-button\"\n onClick={this.handleCloseClick}\n tabIndex={-1}\n aria-hidden=\"true\"\n />\n )}\n </div>\n <div\n part={this.active ? 'active-tab-indicator' : ''}\n class={{\n tab__indicator: true,\n 'tab__indicator--active': this.active,\n\n // Placements\n 'tab__indicator--top': placement === 'top',\n 'tab__indicator--bottom': placement === 'bottom',\n 'tab__indicator--left': placement === 'left',\n 'tab__indicator--right': placement === 'right',\n }}\n ></div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h } from './p-D512q9rn.js';
2
2
  import { a as getTextContent } from './p-j3oIB5oT.js';
3
3
  import { a as debounce } from './p-CKhg9ibv.js';
4
- import { d as defineCustomElement$4 } from './p-BSHZAiyG.js';
5
- import { d as defineCustomElement$3 } from './p-Cosz73fX.js';
6
- import { d as defineCustomElement$2 } from './p-ClylOmYH.js';
4
+ import { d as defineCustomElement$4 } from './p-C84iXIFp.js';
5
+ import { d as defineCustomElement$3 } from './p-CSfxA66i.js';
6
+ import { d as defineCustomElement$2 } from './p-jflTvJ8E.js';
7
7
 
8
8
  const sixTagCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:host{display:inline-block;overflow:hidden}.tag{display:flex;align-items:center;border:solid 1px;font-family:var(--six-font-family);line-height:1;white-space:nowrap;user-select:none;cursor:default}.tag__content{text-overflow:ellipsis;overflow:hidden}.tag__clear::part(base){color:inherit;padding:0}.tag--info{color:var(--six-color-white);background-color:var(--six-color-web-rock-900);border-color:var(--six-color-web-rock-900)}.tag--success{color:var(--six-color-web-rock-900);border-color:var(--six-color-success-500);background-color:var(--six-color-success-500)}.tag--primary{color:var(--six-color-web-rock-900);border-color:var(--six-color-clay-50);background-color:var(--six-color-clay-50)}.tag--warning{color:var(--six-color-web-rock-900);border-color:var(--six-color-warning-700);background-color:var(--six-color-warning-700)}.tag--danger{color:var(--six-color-white);border-color:var(--six-color-danger-800);background-color:var(--six-color-danger-800)}.tag--action{color:var(--six-color-white);border-color:var(--six-color-action-500);background-color:var(--six-color-action-500)}.tag--small{font-size:var(--six-button-font-size-small);height:calc(var(--six-height-small) * 0.8);line-height:calc(var(--six-height-small) - var(--six-border-width) * 2);border-radius:var(--six-input-border-radius-small);padding:0 var(--six-spacing-x-small)}.tag--small .tag__clear{margin-left:var(--six-spacing-xx-small);margin-right:calc(-1 * var(--six-spacing-xxx-small))}.tag--medium{font-size:var(--six-button-font-size-medium);height:calc(var(--six-height-medium) * 0.8);line-height:calc(var(--six-height-medium) - var(--six-border-width) * 2);border-radius:var(--six-input-border-radius-medium);padding:0 var(--six-spacing-small)}.tag--medium .tag__clear{margin-left:var(--six-spacing-xx-small);margin-right:calc(-1 * var(--six-spacing-xx-small))}.tag--large{font-size:var(--six-button-font-size-large);height:calc(var(--six-height-large) * 0.8);line-height:calc(var(--six-height-large) - var(--six-border-width) * 2);border-radius:var(--six-input-border-radius-large);padding:0 var(--six-spacing-medium)}.tag--large .tag__clear{margin-left:var(--six-spacing-xx-small);margin-right:calc(-1 * var(--six-spacing-x-small))}.tag--pill{border-radius:var(--six-border-radius-pill)}";
9
9
 
@@ -46,7 +46,7 @@ const SixTag$1 = /*@__PURE__*/ proxyCustomElement(class SixTag extends H {
46
46
  this.resizeObserver.disconnect();
47
47
  }
48
48
  render() {
49
- return (h("span", { key: 'e8a2448511ebcfa91f9714c1e575679fca929310', part: "base", class: {
49
+ return (h("span", { key: 'fa118fba6c2beb1cec064e1dd3a8cc09937358c3', part: "base", class: {
50
50
  tag: true,
51
51
  // Types
52
52
  'tag--primary': this.type === 'primary',
@@ -63,7 +63,7 @@ const SixTag$1 = /*@__PURE__*/ proxyCustomElement(class SixTag extends H {
63
63
  // Modifers
64
64
  'tag--pill': this.pill,
65
65
  'tag--clear': this.clearable,
66
- } }, h("six-tooltip", { key: 'a8bffabc14f61bff5f499cd9324cb17497a6082b', ref: (el) => (this.tooltipElement = el) }, h("span", { key: '28a60248833682018fa9f11be5d02372893645e5', ref: (el) => (this.contentElement = el), part: "content", class: "tag__content" }, h("slot", { key: 'd47d95687a69a4822575ac3219872a51f445441d', ref: (el) => (this.contentSlotElement = el) }))), this.clearable && (h("six-icon-button", { key: '477d12d125ff90d1cc0adb2bb62bf11bc6510927', exportparts: "base:clear-button", size: "xSmall", name: "clear", class: "tag__clear", onClick: this.handleClearClick }))));
66
+ } }, h("six-tooltip", { key: '306fac1cde857f9d06c7a646d1f53f4d99ac1464', ref: (el) => (this.tooltipElement = el) }, h("span", { key: 'd44fd48467dc7c31dc7afb213c079d6884183eb6', ref: (el) => (this.contentElement = el), part: "content", class: "tag__content" }, h("slot", { key: '3674beda2a1107fc6509123c655f598019008abf', ref: (el) => (this.contentSlotElement = el) }))), this.clearable && (h("six-icon-button", { key: '337b2bd5915e7d8581c1306f96e58a0f3759f9a5', exportparts: "base:clear-button", size: "xSmall", name: "clear", class: "tag__clear", onClick: this.handleClearClick }))));
67
67
  }
68
68
  static get style() { return sixTagCss; }
69
69
  }, [1, "six-tag", {
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, c as createEvent, h } from './p-D512q9rn.js
2
2
  import { F as FormControl } from './p-DIkvCBxr.js';
3
3
  import { h as hasSlot } from './p-j3oIB5oT.js';
4
4
  import { E as EventListeners } from './p-C4h4qpGl.js';
5
- import { d as defineCustomElement$2 } from './p-CWKq6Dyt.js';
5
+ import { d as defineCustomElement$2 } from './p-BLocui1Z.js';
6
6
 
7
7
  const sixTextareaCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.form-control .form-control__label{display:none}.form-control .form-control__help-text{display:none}.form-control .form-control__error-text{display:none;text-align:left}.form-control--has-label .form-control__label{display:inline-block;color:var(--six-input-label-color);font-weight:var(--six-font-weight-bold);margin-bottom:var(--six-spacing-x-small)}.form-control--has-label .form-control__label__required::after{color:var(--six-color-danger-800);content:\"*\";transform:scale(1.1);margin-left:var(--six-spacing-xxx-small);position:absolute}.form-control--has-label.form-control--small .form-control__label{font-size:var(--six-input-label-font-size-small)}.form-control--has-label.form-control--medium .form-control__label{font-size:var(--six-input-label-font-size-medium)}.form-control--has-label.form-control--large .form-control_label{font-size:var(--six-input-label-font-size-large)}.form-control--has-help-text .form-control__help-text{display:block;color:var(--six-input-help-text-color);margin-top:var(--six-spacing-x-small)}.form-control--has-help-text .form-control__help-text ::slotted(*){margin-top:var(--six-spacing-xxx-small)}.form-control--has-help-text.form-control--small .form-control__help-text{font-size:var(--six-input-help-text-font-size-small)}.form-control--has-help-text.form-control--medium .form-control__help-text{font-size:var(--six-input-help-text-font-size-medium)}.form-control--has-help-text.form-control--large .form-control__help-text{font-size:var(--six-input-help-text-font-size-large)}.form-control--has-error-text .form-control__error-text{display:block;margin-top:var(--six-spacing-xxx-small)}.form-control--has-error-text .form-control__error-text ::slotted(*){margin-top:var(--six-spacing-xxx-small)}.form-control--has-error-text.form-control--small .form-control__error-text{font-size:var(--six-input-help-text-font-size-small)}.form-control--has-error-text.form-control--medium .form-control__error-text{font-size:var(--six-input-help-text-font-size-medium)}.form-control--has-error-text.form-control--large .form-control__error-text{font-size:var(--six-input-help-text-font-size-large)}.form-control--disabled .form-control__help-text{color:var(--six-input-help-text-color-disabled)}.form-control--disabled .form-control__label{color:var(--six-input-label-color-disabled)}.form-control--invalid:not(.form-control--disabled) .form-control__label{color:var(--six-input-label-color)}:host{--height:100%;display:block}.textarea{display:flex;align-items:center;position:relative;width:100%;font-family:var(--six-font-family);font-weight:var(--six-input-font-weight);line-height:var(--six-line-height-normal);letter-spacing:var(--six-input-letter-spacing);background-color:var(--six-input-background-color);border:solid var(--six-border-width) var(--six-input-border-color);vertical-align:middle;transition:var(--six-transition-fast) color, var(--six-transition-fast) border, var(--six-transition-fast) box-shadow;cursor:text}.textarea:hover:not(.textarea--disabled){background-color:var(--six-input-background-color-hover);border-color:var(--six-input-border-color-hover)}.textarea:hover:not(.textarea--disabled) .textarea__control{color:var(--six-input-color-hover)}.textarea.textarea--focused:not(.textarea--disabled){background-color:var(--six-input-background-color-focus);box-shadow:var(--six-input-focus-shadow);border-color:var(--six-input-border-color-focus);color:var(--six-input-color-focus)}.textarea.textarea--focused:not(.textarea--disabled) .textarea__control{color:var(--six-input-color-focus)}.textarea.textarea--disabled{background-color:var(--six-input-background-color-disabled);border-color:var(--six-input-border-color-disabled);cursor:not-allowed}.textarea.textarea--disabled .textarea__control{color:var(--six-input-color-disabled)}.textarea.textarea--disabled .textarea__control::placeholder{color:var(--six-input-placeholder-color-disabled)}.textarea__control{flex:1 1 auto;height:calc(var(--height) - 2 * var(--six-border-width));font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.4;color:var(--sl-input-color);border:none;background:none;box-shadow:none;cursor:inherit;-webkit-appearance:none}.textarea__control::-webkit-search-decoration,.textarea__control::-webkit-search-cancel-button,.textarea__control::-webkit-search-results-button,.textarea__control::-webkit-search-results-decoration{-webkit-appearance:none}.textarea__control::placeholder{color:var(--six-input-placeholder-color);user-select:none}.textarea__control:focus{outline:none}.textarea--invalid:not(.textarea--disabled):not(.textarea--focused){border-color:var(--six-input-border-color-danger)}.textarea--small{border-radius:var(--six-input-border-radius-small);font-size:var(--six-input-font-size-small)}.textarea--small .textarea__control{padding:0.5em var(--six-input-spacing-small)}.textarea--medium{border-radius:var(--six-input-border-radius-medium);font-size:var(--six-input-font-size-medium)}.textarea--medium .textarea__control{padding:0.5em var(--six-input-spacing-medium)}.textarea--large{border-radius:var(--six-input-border-radius-large);font-size:var(--six-input-font-size-large)}.textarea--large .textarea__control{padding:0.5em var(--six-input-spacing-large)}.textarea--resize-none .textarea__control{resize:none}.textarea--resize-vertical .textarea__control{resize:vertical}.textarea--resize-auto .textarea__control{height:auto;resize:none}";
8
8
 
@@ -174,7 +174,7 @@ const SixTextarea$1 = /*@__PURE__*/ proxyCustomElement(class SixTextarea extends
174
174
  return ((_a = this.value) !== null && _a !== void 0 ? _a : '').toString();
175
175
  }
176
176
  render() {
177
- return (h(FormControl, { key: '82dacccbeabf732b3d49738f0b5b9d725938014d', 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: '88ddaeed09431fd06608350652de1280e729d44d', part: "base", class: {
177
+ return (h(FormControl, { key: '2cb6f77780f4c2c6ffc04ec457b813be55b0a6ee', 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: '8e00496d1e0053f422375bcd2493cd84626aaf64', part: "base", class: {
178
178
  textarea: true,
179
179
  // Sizes
180
180
  'textarea--small': this.size === 'small',
@@ -189,7 +189,7 @@ const SixTextarea$1 = /*@__PURE__*/ proxyCustomElement(class SixTextarea extends
189
189
  'textarea--resize-none': this.resize === 'none',
190
190
  'textarea--resize-vertical': this.resize === 'vertical',
191
191
  'textarea--resize-auto': this.resize === 'auto',
192
- } }, h("textarea", { key: '59838f0a6a739c7f6ed950f7ec73c228571e201a', 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 }))));
192
+ } }, h("textarea", { key: 'e79fefc554fc6d8d4b26b561a40eae2cc7433b11', 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 }))));
193
193
  }
194
194
  get host() { return this; }
195
195
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h } from './p-D512q9rn.js';
2
2
  import { h as hasSlot, g as getSlot } from './p-j3oIB5oT.js';
3
- import { d as defineCustomElement$4 } from './p-BSHZAiyG.js';
4
- import { d as defineCustomElement$3 } from './p-Cosz73fX.js';
5
- import { d as defineCustomElement$2 } from './p-ClylOmYH.js';
3
+ import { d as defineCustomElement$4 } from './p-C84iXIFp.js';
4
+ import { d as defineCustomElement$3 } from './p-CSfxA66i.js';
5
+ import { d as defineCustomElement$2 } from './p-jflTvJ8E.js';
6
6
 
7
7
  const sixTileCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:host{display:inline-block}.tile{min-height:var(--tile-size);width:var(--tile-size);background-color:var(--six-color-clay-50);display:inline-grid;grid-template-columns:100%;grid-template-areas:\"header\" \"middle\" \"footer\"}.tile--small{--tile-size:80px;--tile-padding-size:var(--six-spacing-medium)}.tile--medium{--tile-size:120px;--tile-padding-size:var(--six-spacing-large)}.tile--large{--tile-size:160px;--tile-padding-size:var(--six-spacing-x-large)}.tile:not(.tile--visible){visibility:hidden}.tile--elevated{border:0;box-shadow:var(--six-shadow-medium)}.tile__header{grid-area:header;height:5%;justify-self:right;display:flex;justify-content:right;opacity:0;transition:var(--six-transition-fast) opacity}.tile:hover>.tile__header{opacity:1}.tile__header--hidden{visibility:hidden}.tile__header six-icon-button{margin-top:-6px;margin-right:-6px;margin-bottom:-16px}.tile__body,.tile__body--large,.tile__body--medium,.tile__body--small{grid-area:middle;display:grid;place-items:center;cursor:pointer;padding-left:var(--tile-padding-size);padding-right:var(--tile-padding-size)}.tile__body six-icon::part(base),.tile__body--large six-icon::part(base),.tile__body--medium six-icon::part(base),.tile__body--small six-icon::part(base){padding:0}.tile__body--small{--tile-padding-size:var(--six-spacing-medium)}.tile__body--medium{--tile-padding-size:var(--six-spacing-large)}.tile__body--large{--tile-padding-size:var(--six-spacing-x-large)}.tile__footer,.tile__footer--large,.tile__footer--medium,.tile__footer--small{grid-area:footer;display:flex;justify-content:center;cursor:pointer;font-weight:var(--six-font-weight-normal);color:var(--six-color-web-rock-900)}.tile__footer--small{font-size:var(--six-font-size-xxx-small)}.tile__footer--medium{font-size:var(--six-font-size-xx-small)}.tile__footer--large{font-size:var(--six-font-size-small)}.tile__footer .label__footer,.tile__footer--small .label__footer,.tile__footer--medium .label__footer,.tile__footer--large .label__footer{overflow:hidden;text-overflow:ellipsis;width:calc(var(--tile-size) - 2em);text-align:center}";
8
8
 
@@ -62,22 +62,22 @@ const SixTile$1 = /*@__PURE__*/ proxyCustomElement(class SixTile extends H {
62
62
  this.handleSlotChange();
63
63
  }
64
64
  render() {
65
- return (h("six-tooltip", { key: '165474a4301eff8d60788826d0378f33640476f4', disabled: this.disableTooltip || this.label === '', content: this.label }, h("div", { key: 'ae643873a589d648887ab54c614be1cae1e01a95', part: "base", class: {
65
+ return (h("six-tooltip", { key: '2b2b13f07d07c1f0c90cdfe50f274a98118550a1', disabled: this.disableTooltip || this.label === '', content: this.label }, h("div", { key: 'f3ed6365066484ec1b4699c9e5311348747cd8d8', part: "base", class: {
66
66
  tile: true,
67
67
  'tile--visible': this.visible,
68
68
  'tile--small': this.size === 'small',
69
69
  'tile--medium': this.size === 'medium',
70
70
  'tile--large': this.size === 'large',
71
71
  'tile--elevated': this.elevated,
72
- } }, h("div", { key: 'b1fc1fabbf6f853611c7e7401bc007ba23a80985', part: "header", class: "tile__header" }, h("six-icon-button", { key: '3c8241f94b14ddbc2aeded4a7471e003112850bf', class: {
72
+ } }, h("div", { key: 'c27ba89ba037b289754169db65bfab716792b551', part: "header", class: "tile__header" }, h("six-icon-button", { key: '9eb0eea2c2ec217cdda335b5d5412ac0e5944297', class: {
73
73
  'tile__header--hidden': !this.closeable,
74
- }, name: "close", size: closeIconSize(this.size), onClick: this.handleCloseClickEvent })), h("div", { key: '334757a44525044c0d7f78fccf55c9076267c4ff', part: "body", class: "tile__body" }, this.iconName && (h("six-icon", { key: 'ec0904b8125e608d4d1f5ebeeb1b1fd8f8202a18', onClick: this.handleClickEvent, size: iconSize(this.size) }, this.iconName)), this.hasIconSlot && h("slot", { key: '5c4d950efc7de4268da7285024c0900066020c19', name: "icon" })), h("div", { key: '145edac16dcbf511d60d4f044bae7bdd397d939e', part: "footer", class: {
74
+ }, name: "close", size: closeIconSize(this.size), onClick: this.handleCloseClickEvent })), h("div", { key: 'f146d52f032ecf33b3c0cd06471f17c419fd47c0', part: "body", class: "tile__body" }, this.iconName && (h("six-icon", { key: '716cb94b53b0b2272fb70450d0fd77f5a3480d18', onClick: this.handleClickEvent, size: iconSize(this.size) }, this.iconName)), this.hasIconSlot && h("slot", { key: '791d752d7a3360fdf7424cbafa375ee22d0063b1', name: "icon" })), h("div", { key: 'e03ab0f392a7defc5107f2ec73b0b60b6d3387ca', part: "footer", class: {
75
75
  'tile__footer--small': this.size === 'small',
76
76
  'tile__footer--medium': this.size === 'medium',
77
77
  'tile__footer--large': this.size === 'large',
78
- } }, this.label && (h("div", { key: 'e11277aca9e4b1d30050f582fef25f4b77815bfd', class: {
78
+ } }, this.label && (h("div", { key: '869d56ac50b7c27c1c42ce0ba1368d6bb52d5344', class: {
79
79
  '.label__footer': true,
80
- }, onClick: this.handleClickEvent }, this.label)), this.hasLabelSlot && h("slot", { key: '39e4128ecdb2166b5fba7955a5370e59beae9801', name: "label" })))));
80
+ }, onClick: this.handleClickEvent }, this.label)), this.hasLabelSlot && h("slot", { key: '8d5cad1b2b36a42e4f34d78201d03f7160b7ddbd', name: "label" })))));
81
81
  }
82
82
  get host() { return this; }
83
83
  static get style() { return sixTileCss; }
@@ -1,4 +1,4 @@
1
- import { S as SixTimepicker$1, d as defineCustomElement$1 } from './p-CAJFkiLw.js';
1
+ import { S as SixTimepicker$1, d as defineCustomElement$1 } from './p-C_slMKPO.js';
2
2
 
3
3
  const SixTimepicker = SixTimepicker$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { S as SixTooltip$1, d as defineCustomElement$1 } from './p-ClylOmYH.js';
1
+ import { S as SixTooltip$1, d as defineCustomElement$1 } from './p-jflTvJ8E.js';
2
2
 
3
3
  const SixTooltip = SixTooltip$1;
4
4
  const defineCustomElement = defineCustomElement$1;