@six-group/ui-library 0.0.0-insider.fade3a2 → 0.0.0-insider.fbc1348

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 (373) hide show
  1. package/dist/cjs/{form-control-73ff961d.js → form-control-de259450.js} +2 -2
  2. package/dist/cjs/{form-control-73ff961d.js.map → form-control-de259450.js.map} +1 -1
  3. package/dist/cjs/{index-b288f7d9.js → index-1f707a55.js} +455 -9
  4. package/dist/cjs/index-1f707a55.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/six-alert.cjs.entry.js +1 -1
  7. package/dist/cjs/six-avatar.cjs.entry.js +2 -2
  8. package/dist/cjs/six-badge.cjs.entry.js +3 -3
  9. package/dist/cjs/six-button.cjs.entry.js +5 -4
  10. package/dist/cjs/six-button.cjs.entry.js.map +1 -1
  11. package/dist/cjs/six-card.cjs.entry.js +2 -2
  12. package/dist/cjs/six-checkbox_2.cjs.entry.js +6 -6
  13. package/dist/cjs/six-datepicker.cjs.entry.js +13 -11
  14. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
  15. package/dist/cjs/six-details.cjs.entry.js +4 -4
  16. package/dist/cjs/six-dialog.cjs.entry.js +3 -3
  17. package/dist/cjs/six-drawer.cjs.entry.js +3 -3
  18. package/dist/cjs/six-dropdown_2.cjs.entry.js +1 -1
  19. package/dist/cjs/six-error-page.cjs.entry.js +2 -2
  20. package/dist/cjs/six-error.cjs.entry.js +2 -2
  21. package/dist/cjs/six-file-list-item.cjs.entry.js +1 -1
  22. package/dist/cjs/six-file-list.cjs.entry.js +2 -2
  23. package/dist/cjs/six-file-upload.cjs.entry.js +29 -6
  24. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -1
  25. package/dist/cjs/six-footer.cjs.entry.js +2 -2
  26. package/dist/cjs/six-group-label.cjs.entry.js +3 -3
  27. package/dist/cjs/six-header.cjs.entry.js +22 -15
  28. package/dist/cjs/six-header.cjs.entry.js.map +1 -1
  29. package/dist/cjs/six-icon-button.cjs.entry.js +4 -4
  30. package/dist/cjs/six-icon.cjs.entry.js +3 -3
  31. package/dist/cjs/six-input.cjs.entry.js +5 -5
  32. package/dist/cjs/six-item-picker.cjs.entry.js +1 -1
  33. package/dist/cjs/six-language-switcher.cjs.entry.js +2 -2
  34. package/dist/cjs/six-layout-grid.cjs.entry.js +2 -2
  35. package/dist/cjs/six-main-container.cjs.entry.js +2 -2
  36. package/dist/cjs/six-menu-divider.cjs.entry.js +2 -2
  37. package/dist/cjs/six-menu-label.cjs.entry.js +2 -2
  38. package/dist/cjs/six-picto.cjs.entry.js +2 -2
  39. package/dist/cjs/six-progress-bar.cjs.entry.js +3 -3
  40. package/dist/cjs/six-progress-ring.cjs.entry.js +2 -2
  41. package/dist/cjs/six-radio.cjs.entry.js +3 -3
  42. package/dist/cjs/six-range.cjs.entry.js +4 -4
  43. package/dist/cjs/six-root.cjs.entry.js +2 -2
  44. package/dist/cjs/six-search-field.cjs.entry.js +2 -2
  45. package/dist/cjs/six-select.cjs.entry.js +57 -31
  46. package/dist/cjs/six-select.cjs.entry.js.map +1 -1
  47. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +1 -1
  48. package/dist/cjs/six-sidebar-item.cjs.entry.js +3 -3
  49. package/dist/cjs/six-sidebar.cjs.entry.js +3 -3
  50. package/dist/cjs/six-spinner.cjs.entry.js +1 -1
  51. package/dist/cjs/six-stage-indicator.cjs.entry.js +1 -1
  52. package/dist/cjs/six-switch.cjs.entry.js +4 -4
  53. package/dist/cjs/six-tab-group.cjs.entry.js +3 -3
  54. package/dist/cjs/six-tab-panel.cjs.entry.js +2 -2
  55. package/dist/cjs/six-tab.cjs.entry.js +3 -3
  56. package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
  57. package/dist/cjs/six-tag.cjs.entry.js +3 -3
  58. package/dist/cjs/six-textarea.cjs.entry.js +4 -4
  59. package/dist/cjs/six-tile.cjs.entry.js +4 -4
  60. package/dist/cjs/six-timepicker.cjs.entry.js +1 -1
  61. package/dist/cjs/six-tooltip.cjs.entry.js +3 -3
  62. package/dist/cjs/ui-library.cjs.js +2 -2
  63. package/dist/collection/assets/TRADEMARKS.md +3 -3
  64. package/dist/collection/components/six-avatar/six-avatar.js +1 -1
  65. package/dist/collection/components/six-badge/six-badge.js +2 -2
  66. package/dist/collection/components/six-button/six-button.css +17 -0
  67. package/dist/collection/components/six-button/six-button.js +5 -4
  68. package/dist/collection/components/six-button/six-button.js.map +1 -1
  69. package/dist/collection/components/six-card/six-card.js +1 -1
  70. package/dist/collection/components/six-checkbox/six-checkbox.js +2 -2
  71. package/dist/collection/components/six-datepicker/six-datepicker.js +12 -10
  72. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
  73. package/dist/collection/components/six-details/six-details.js +3 -3
  74. package/dist/collection/components/six-dialog/six-dialog.js +2 -2
  75. package/dist/collection/components/six-drawer/six-drawer.js +2 -2
  76. package/dist/collection/components/six-error/six-error.js +1 -1
  77. package/dist/collection/components/six-error-page/six-error-page.js +1 -1
  78. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  79. package/dist/collection/components/six-file-upload/six-file-upload.css +3 -0
  80. package/dist/collection/components/six-file-upload/six-file-upload.js +66 -5
  81. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -1
  82. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +114 -6
  83. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -1
  84. package/dist/collection/components/six-footer/six-footer.js +1 -1
  85. package/dist/collection/components/six-group-label/six-group-label.js +1 -1
  86. package/dist/collection/components/six-header/six-header.css +9 -0
  87. package/dist/collection/components/six-header/six-header.js +38 -13
  88. package/dist/collection/components/six-header/six-header.js.map +1 -1
  89. package/dist/collection/components/six-icon/six-icon.js +2 -2
  90. package/dist/collection/components/six-icon-button/six-icon-button.js +3 -3
  91. package/dist/collection/components/six-input/six-input.js +3 -3
  92. package/dist/collection/components/six-language-switcher/six-language-switcher.js +1 -1
  93. package/dist/collection/components/six-layout-grid/six-layout-grid.js +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 +2 -2
  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 +22 -29
  106. package/dist/collection/components/six-select/six-select.js.map +1 -1
  107. package/dist/collection/components/six-select/test/util.spec.js +23 -1
  108. package/dist/collection/components/six-select/test/util.spec.js.map +1 -1
  109. package/dist/collection/components/six-select/util.js +24 -0
  110. package/dist/collection/components/six-select/util.js.map +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 +2 -2
  115. package/dist/collection/components/six-tab/six-tab.js.map +1 -1
  116. package/dist/collection/components/six-tab-group/six-tab-group.js +2 -2
  117. package/dist/collection/components/six-tab-panel/six-tab-panel.js +1 -1
  118. package/dist/collection/components/six-tag/six-tag.js +2 -2
  119. package/dist/collection/components/six-textarea/six-textarea.js +2 -2
  120. package/dist/collection/components/six-tile/six-tile.js +3 -3
  121. package/dist/collection/components/six-tooltip/six-tooltip.js +2 -2
  122. package/dist/components/six-avatar.js +1 -1
  123. package/dist/components/six-badge.js +2 -2
  124. package/dist/components/six-button2.js +4 -3
  125. package/dist/components/six-button2.js.map +1 -1
  126. package/dist/components/six-card.js +1 -1
  127. package/dist/components/six-checkbox2.js +2 -2
  128. package/dist/components/six-datepicker.js +12 -10
  129. package/dist/components/six-datepicker.js.map +1 -1
  130. package/dist/components/six-details2.js +3 -3
  131. package/dist/components/six-dialog.js +2 -2
  132. package/dist/components/six-drawer.js +2 -2
  133. package/dist/components/six-error-page.js +1 -1
  134. package/dist/components/six-error2.js +1 -1
  135. package/dist/components/six-file-list.js +1 -1
  136. package/dist/components/six-file-upload.js +40 -8
  137. package/dist/components/six-file-upload.js.map +1 -1
  138. package/dist/components/six-footer.js +1 -1
  139. package/dist/components/six-group-label.js +1 -1
  140. package/dist/components/six-header.js +22 -14
  141. package/dist/components/six-header.js.map +1 -1
  142. package/dist/components/six-icon-button2.js +3 -3
  143. package/dist/components/six-icon2.js +2 -2
  144. package/dist/components/six-input2.js +3 -3
  145. package/dist/components/six-language-switcher.js +1 -1
  146. package/dist/components/six-layout-grid.js +1 -1
  147. package/dist/components/six-main-container.js +1 -1
  148. package/dist/components/six-menu-divider.js +1 -1
  149. package/dist/components/six-menu-item2.js +2 -2
  150. package/dist/components/six-menu-label.js +1 -1
  151. package/dist/components/six-picto2.js +1 -1
  152. package/dist/components/six-progress-bar.js +2 -2
  153. package/dist/components/six-progress-ring.js +1 -1
  154. package/dist/components/six-radio.js +2 -2
  155. package/dist/components/six-range.js +2 -2
  156. package/dist/components/six-root.js +1 -1
  157. package/dist/components/six-search-field.js +1 -1
  158. package/dist/components/six-select.js +55 -29
  159. package/dist/components/six-select.js.map +1 -1
  160. package/dist/components/six-sidebar-item.js +2 -2
  161. package/dist/components/six-sidebar.js +2 -2
  162. package/dist/components/six-switch.js +2 -2
  163. package/dist/components/six-tab-group.js +2 -2
  164. package/dist/components/six-tab-panel.js +1 -1
  165. package/dist/components/six-tab.js +2 -2
  166. package/dist/components/six-tab.js.map +1 -1
  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 +3 -3
  170. package/dist/components/six-tooltip2.js +2 -2
  171. package/dist/components.json +108 -10
  172. package/dist/esm/{form-control-40c37714.js → form-control-30c5bd8b.js} +2 -2
  173. package/dist/esm/{form-control-40c37714.js.map → form-control-30c5bd8b.js.map} +1 -1
  174. package/dist/esm/{index-52a755dc.js → index-5390c1d6.js} +455 -9
  175. package/dist/esm/index-5390c1d6.js.map +1 -0
  176. package/dist/esm/loader.js +3 -3
  177. package/dist/esm/six-alert.entry.js +1 -1
  178. package/dist/esm/six-avatar.entry.js +2 -2
  179. package/dist/esm/six-badge.entry.js +3 -3
  180. package/dist/esm/six-button.entry.js +5 -4
  181. package/dist/esm/six-button.entry.js.map +1 -1
  182. package/dist/esm/six-card.entry.js +2 -2
  183. package/dist/esm/six-checkbox_2.entry.js +6 -6
  184. package/dist/esm/six-datepicker.entry.js +13 -11
  185. package/dist/esm/six-datepicker.entry.js.map +1 -1
  186. package/dist/esm/six-details.entry.js +4 -4
  187. package/dist/esm/six-dialog.entry.js +3 -3
  188. package/dist/esm/six-drawer.entry.js +3 -3
  189. package/dist/esm/six-dropdown_2.entry.js +1 -1
  190. package/dist/esm/six-error-page.entry.js +2 -2
  191. package/dist/esm/six-error.entry.js +2 -2
  192. package/dist/esm/six-file-list-item.entry.js +1 -1
  193. package/dist/esm/six-file-list.entry.js +2 -2
  194. package/dist/esm/six-file-upload.entry.js +29 -6
  195. package/dist/esm/six-file-upload.entry.js.map +1 -1
  196. package/dist/esm/six-footer.entry.js +2 -2
  197. package/dist/esm/six-group-label.entry.js +3 -3
  198. package/dist/esm/six-header.entry.js +22 -15
  199. package/dist/esm/six-header.entry.js.map +1 -1
  200. package/dist/esm/six-icon-button.entry.js +4 -4
  201. package/dist/esm/six-icon.entry.js +3 -3
  202. package/dist/esm/six-input.entry.js +5 -5
  203. package/dist/esm/six-item-picker.entry.js +1 -1
  204. package/dist/esm/six-language-switcher.entry.js +2 -2
  205. package/dist/esm/six-layout-grid.entry.js +2 -2
  206. package/dist/esm/six-main-container.entry.js +2 -2
  207. package/dist/esm/six-menu-divider.entry.js +2 -2
  208. package/dist/esm/six-menu-label.entry.js +2 -2
  209. package/dist/esm/six-picto.entry.js +2 -2
  210. package/dist/esm/six-progress-bar.entry.js +3 -3
  211. package/dist/esm/six-progress-ring.entry.js +2 -2
  212. package/dist/esm/six-radio.entry.js +3 -3
  213. package/dist/esm/six-range.entry.js +4 -4
  214. package/dist/esm/six-root.entry.js +2 -2
  215. package/dist/esm/six-search-field.entry.js +2 -2
  216. package/dist/esm/six-select.entry.js +57 -31
  217. package/dist/esm/six-select.entry.js.map +1 -1
  218. package/dist/esm/six-sidebar-item-group.entry.js +1 -1
  219. package/dist/esm/six-sidebar-item.entry.js +3 -3
  220. package/dist/esm/six-sidebar.entry.js +3 -3
  221. package/dist/esm/six-spinner.entry.js +1 -1
  222. package/dist/esm/six-stage-indicator.entry.js +1 -1
  223. package/dist/esm/six-switch.entry.js +4 -4
  224. package/dist/esm/six-tab-group.entry.js +3 -3
  225. package/dist/esm/six-tab-panel.entry.js +2 -2
  226. package/dist/esm/six-tab.entry.js +3 -3
  227. package/dist/esm/six-tab.entry.js.map +1 -1
  228. package/dist/esm/six-tag.entry.js +3 -3
  229. package/dist/esm/six-textarea.entry.js +4 -4
  230. package/dist/esm/six-tile.entry.js +4 -4
  231. package/dist/esm/six-timepicker.entry.js +1 -1
  232. package/dist/esm/six-tooltip.entry.js +3 -3
  233. package/dist/esm/ui-library.js +3 -3
  234. package/dist/types/components/six-button/six-button.d.ts +1 -1
  235. package/dist/types/components/six-file-upload/six-file-upload.d.ts +8 -0
  236. package/dist/types/components/six-header/six-header.d.ts +3 -1
  237. package/dist/types/components/six-select/six-select.d.ts +0 -1
  238. package/dist/types/components/six-select/util.d.ts +2 -0
  239. package/dist/types/components.d.ts +40 -2
  240. package/dist/ui-library/assets/TRADEMARKS.md +3 -3
  241. package/dist/ui-library/p-030fa1fa.entry.js +2 -0
  242. package/dist/ui-library/{p-29b75db4.entry.js → p-03d1b956.entry.js} +2 -2
  243. package/dist/ui-library/{p-45960b56.entry.js → p-047d02ad.entry.js} +2 -2
  244. package/dist/ui-library/p-05eb1bab.js +3 -0
  245. package/dist/ui-library/p-05eb1bab.js.map +1 -0
  246. package/dist/ui-library/{p-50dbe99f.entry.js → p-060069d4.entry.js} +2 -2
  247. package/dist/ui-library/{p-3827f9e0.entry.js → p-06ba653e.entry.js} +2 -2
  248. package/dist/ui-library/{p-3e9324c8.entry.js → p-07c8de65.entry.js} +2 -2
  249. package/dist/ui-library/p-0fb3fb30.entry.js +2 -0
  250. package/dist/ui-library/{p-8dff4dcb.entry.js.map → p-0fb3fb30.entry.js.map} +1 -1
  251. package/dist/ui-library/{p-ab8f9503.entry.js → p-14e5fccc.entry.js} +2 -2
  252. package/dist/ui-library/p-189602e4.entry.js +2 -0
  253. package/dist/ui-library/{p-a2a6aaea.entry.js → p-19560508.entry.js} +2 -2
  254. package/dist/ui-library/p-21074819.entry.js +2 -0
  255. package/dist/ui-library/p-21074819.entry.js.map +1 -0
  256. package/dist/ui-library/{p-8938e9bd.entry.js → p-2386627e.entry.js} +2 -2
  257. package/dist/ui-library/p-2c25cb61.entry.js +2 -0
  258. package/dist/ui-library/p-2c25cb61.entry.js.map +1 -0
  259. package/dist/ui-library/{p-756f4acf.entry.js → p-32e421a3.entry.js} +2 -2
  260. package/dist/ui-library/p-32e421a3.entry.js.map +1 -0
  261. package/dist/ui-library/p-3603dd96.entry.js +2 -0
  262. package/dist/ui-library/{p-52c04973.entry.js → p-39ff5f61.entry.js} +2 -2
  263. package/dist/ui-library/{p-5f810571.entry.js → p-3b5a76ea.entry.js} +2 -2
  264. package/dist/ui-library/{p-724d0458.entry.js → p-419ed003.entry.js} +2 -2
  265. package/dist/ui-library/{p-21002de1.entry.js → p-45003bae.entry.js} +2 -2
  266. package/dist/ui-library/{p-93ab2efc.entry.js → p-4963f03c.entry.js} +2 -2
  267. package/dist/ui-library/{p-03900e17.entry.js → p-4d89932f.entry.js} +2 -2
  268. package/dist/ui-library/{p-aa99a393.js → p-605bdd81.js} +2 -2
  269. package/dist/ui-library/p-63acceb6.entry.js +2 -0
  270. package/dist/ui-library/{p-80476b0f.entry.js.map → p-63acceb6.entry.js.map} +1 -1
  271. package/dist/ui-library/{p-c948cf70.entry.js → p-6888b9ee.entry.js} +2 -2
  272. package/dist/ui-library/{p-8644f970.entry.js → p-6f9153be.entry.js} +2 -2
  273. package/dist/ui-library/{p-e798314b.entry.js → p-7561b336.entry.js} +2 -2
  274. package/dist/ui-library/p-7c18b8ca.entry.js +2 -0
  275. package/dist/ui-library/{p-1d4cb6e9.entry.js → p-82bd8781.entry.js} +2 -2
  276. package/dist/ui-library/p-89db9a8b.entry.js +2 -0
  277. package/dist/ui-library/{p-7a9dcb16.entry.js → p-8f1d3461.entry.js} +2 -2
  278. package/dist/ui-library/p-8fb96142.entry.js +2 -0
  279. package/dist/ui-library/p-8fb96142.entry.js.map +1 -0
  280. package/dist/ui-library/p-96d441e9.entry.js +2 -0
  281. package/dist/ui-library/p-96d441e9.entry.js.map +1 -0
  282. package/dist/ui-library/{p-8f307b55.entry.js → p-9bc1639b.entry.js} +2 -2
  283. package/dist/ui-library/p-9cb83369.entry.js +2 -0
  284. package/dist/ui-library/{p-d717a2f2.entry.js → p-a398e3eb.entry.js} +2 -2
  285. package/dist/ui-library/{p-19a1d34c.entry.js → p-a7e2f511.entry.js} +2 -2
  286. package/dist/ui-library/{p-7fc0bf6b.entry.js → p-a8863197.entry.js} +2 -2
  287. package/dist/ui-library/{p-9426a37b.entry.js → p-a9e009af.entry.js} +2 -2
  288. package/dist/ui-library/{p-01853739.entry.js → p-ac00076d.entry.js} +2 -2
  289. package/dist/ui-library/{p-803915da.entry.js → p-b4bc4915.entry.js} +2 -2
  290. package/dist/ui-library/{p-7562d5f5.entry.js → p-b5acf54d.entry.js} +2 -2
  291. package/dist/ui-library/{p-acc487ec.entry.js → p-b60c20aa.entry.js} +2 -2
  292. package/dist/ui-library/{p-7c2255b5.entry.js → p-c1d68730.entry.js} +2 -2
  293. package/dist/ui-library/{p-d55db23a.entry.js → p-c35a7cef.entry.js} +2 -2
  294. package/dist/ui-library/{p-e43e5e45.entry.js → p-c62893e5.entry.js} +2 -2
  295. package/dist/ui-library/{p-f8572492.entry.js → p-c6464bfe.entry.js} +2 -2
  296. package/dist/ui-library/{p-f8572492.entry.js.map → p-c6464bfe.entry.js.map} +1 -1
  297. package/dist/ui-library/{p-49e5d8bb.entry.js → p-cf109cbf.entry.js} +2 -2
  298. package/dist/ui-library/{p-6c96b62e.entry.js → p-d07b549f.entry.js} +2 -2
  299. package/dist/ui-library/{p-7a722a13.entry.js → p-d42f1ea9.entry.js} +2 -2
  300. package/dist/ui-library/p-fe37dadf.entry.js +2 -0
  301. package/dist/ui-library/{p-38a9a590.entry.js → p-fe89a7c4.entry.js} +2 -2
  302. package/dist/ui-library/ui-library.esm.js +1 -1
  303. package/dist/ui-library/ui-library.esm.js.map +1 -1
  304. package/package.json +1 -1
  305. package/dist/cjs/index-b288f7d9.js.map +0 -1
  306. package/dist/collection/components/six-header/assets/six-logo.svg +0 -1
  307. package/dist/collection/components/six-header/test/six-header.spec.js +0 -177
  308. package/dist/collection/components/six-header/test/six-header.spec.js.map +0 -1
  309. package/dist/esm/index-52a755dc.js.map +0 -1
  310. package/dist/ui-library/assets/six-logo.svg +0 -1
  311. package/dist/ui-library/p-0a094514.entry.js +0 -2
  312. package/dist/ui-library/p-19ca3bd1.entry.js +0 -2
  313. package/dist/ui-library/p-19ca3bd1.entry.js.map +0 -1
  314. package/dist/ui-library/p-1f1224ae.entry.js +0 -2
  315. package/dist/ui-library/p-338205f4.entry.js +0 -2
  316. package/dist/ui-library/p-338205f4.entry.js.map +0 -1
  317. package/dist/ui-library/p-3eed2287.entry.js +0 -2
  318. package/dist/ui-library/p-4af73ea9.entry.js +0 -2
  319. package/dist/ui-library/p-4af73ea9.entry.js.map +0 -1
  320. package/dist/ui-library/p-756f4acf.entry.js.map +0 -1
  321. package/dist/ui-library/p-80476b0f.entry.js +0 -2
  322. package/dist/ui-library/p-8dff4dcb.entry.js +0 -2
  323. package/dist/ui-library/p-a2b8aca7.entry.js +0 -2
  324. package/dist/ui-library/p-ba7424b3.entry.js +0 -2
  325. package/dist/ui-library/p-d7739200.entry.js +0 -2
  326. package/dist/ui-library/p-e3766acb.entry.js +0 -2
  327. package/dist/ui-library/p-f1bb5648.entry.js +0 -2
  328. package/dist/ui-library/p-f1bb5648.entry.js.map +0 -1
  329. package/dist/ui-library/p-f93d8a4e.js +0 -3
  330. package/dist/ui-library/p-f93d8a4e.js.map +0 -1
  331. /package/dist/ui-library/{p-3eed2287.entry.js.map → p-030fa1fa.entry.js.map} +0 -0
  332. /package/dist/ui-library/{p-29b75db4.entry.js.map → p-03d1b956.entry.js.map} +0 -0
  333. /package/dist/ui-library/{p-45960b56.entry.js.map → p-047d02ad.entry.js.map} +0 -0
  334. /package/dist/ui-library/{p-50dbe99f.entry.js.map → p-060069d4.entry.js.map} +0 -0
  335. /package/dist/ui-library/{p-3827f9e0.entry.js.map → p-06ba653e.entry.js.map} +0 -0
  336. /package/dist/ui-library/{p-3e9324c8.entry.js.map → p-07c8de65.entry.js.map} +0 -0
  337. /package/dist/ui-library/{p-ab8f9503.entry.js.map → p-14e5fccc.entry.js.map} +0 -0
  338. /package/dist/ui-library/{p-d7739200.entry.js.map → p-189602e4.entry.js.map} +0 -0
  339. /package/dist/ui-library/{p-a2a6aaea.entry.js.map → p-19560508.entry.js.map} +0 -0
  340. /package/dist/ui-library/{p-8938e9bd.entry.js.map → p-2386627e.entry.js.map} +0 -0
  341. /package/dist/ui-library/{p-a2b8aca7.entry.js.map → p-3603dd96.entry.js.map} +0 -0
  342. /package/dist/ui-library/{p-52c04973.entry.js.map → p-39ff5f61.entry.js.map} +0 -0
  343. /package/dist/ui-library/{p-5f810571.entry.js.map → p-3b5a76ea.entry.js.map} +0 -0
  344. /package/dist/ui-library/{p-724d0458.entry.js.map → p-419ed003.entry.js.map} +0 -0
  345. /package/dist/ui-library/{p-21002de1.entry.js.map → p-45003bae.entry.js.map} +0 -0
  346. /package/dist/ui-library/{p-93ab2efc.entry.js.map → p-4963f03c.entry.js.map} +0 -0
  347. /package/dist/ui-library/{p-03900e17.entry.js.map → p-4d89932f.entry.js.map} +0 -0
  348. /package/dist/ui-library/{p-aa99a393.js.map → p-605bdd81.js.map} +0 -0
  349. /package/dist/ui-library/{p-c948cf70.entry.js.map → p-6888b9ee.entry.js.map} +0 -0
  350. /package/dist/ui-library/{p-8644f970.entry.js.map → p-6f9153be.entry.js.map} +0 -0
  351. /package/dist/ui-library/{p-e798314b.entry.js.map → p-7561b336.entry.js.map} +0 -0
  352. /package/dist/ui-library/{p-e3766acb.entry.js.map → p-7c18b8ca.entry.js.map} +0 -0
  353. /package/dist/ui-library/{p-1d4cb6e9.entry.js.map → p-82bd8781.entry.js.map} +0 -0
  354. /package/dist/ui-library/{p-ba7424b3.entry.js.map → p-89db9a8b.entry.js.map} +0 -0
  355. /package/dist/ui-library/{p-7a9dcb16.entry.js.map → p-8f1d3461.entry.js.map} +0 -0
  356. /package/dist/ui-library/{p-8f307b55.entry.js.map → p-9bc1639b.entry.js.map} +0 -0
  357. /package/dist/ui-library/{p-0a094514.entry.js.map → p-9cb83369.entry.js.map} +0 -0
  358. /package/dist/ui-library/{p-d717a2f2.entry.js.map → p-a398e3eb.entry.js.map} +0 -0
  359. /package/dist/ui-library/{p-19a1d34c.entry.js.map → p-a7e2f511.entry.js.map} +0 -0
  360. /package/dist/ui-library/{p-7fc0bf6b.entry.js.map → p-a8863197.entry.js.map} +0 -0
  361. /package/dist/ui-library/{p-9426a37b.entry.js.map → p-a9e009af.entry.js.map} +0 -0
  362. /package/dist/ui-library/{p-01853739.entry.js.map → p-ac00076d.entry.js.map} +0 -0
  363. /package/dist/ui-library/{p-803915da.entry.js.map → p-b4bc4915.entry.js.map} +0 -0
  364. /package/dist/ui-library/{p-7562d5f5.entry.js.map → p-b5acf54d.entry.js.map} +0 -0
  365. /package/dist/ui-library/{p-acc487ec.entry.js.map → p-b60c20aa.entry.js.map} +0 -0
  366. /package/dist/ui-library/{p-7c2255b5.entry.js.map → p-c1d68730.entry.js.map} +0 -0
  367. /package/dist/ui-library/{p-d55db23a.entry.js.map → p-c35a7cef.entry.js.map} +0 -0
  368. /package/dist/ui-library/{p-e43e5e45.entry.js.map → p-c62893e5.entry.js.map} +0 -0
  369. /package/dist/ui-library/{p-49e5d8bb.entry.js.map → p-cf109cbf.entry.js.map} +0 -0
  370. /package/dist/ui-library/{p-6c96b62e.entry.js.map → p-d07b549f.entry.js.map} +0 -0
  371. /package/dist/ui-library/{p-7a722a13.entry.js.map → p-d42f1ea9.entry.js.map} +0 -0
  372. /package/dist/ui-library/{p-1f1224ae.entry.js.map → p-fe37dadf.entry.js.map} +0 -0
  373. /package/dist/ui-library/{p-38a9a590.entry.js.map → p-fe89a7c4.entry.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-52a755dc.js';
1
+ import { r as registerInstance, h } from './index-5390c1d6.js';
2
2
 
3
3
  const sixIconCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}:host{display:inline-flex;vertical-align:middle}.material-icons{vertical-align:middle;font-weight:normal;font-style:normal;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:\"liga\";user-select:none}.material-icons-filled{font-family:\"Material Icons\"}.material-icons-outlined{font-family:\"Material Icons Outlined\"}.icon--xsmall{font-size:12px}.icon--small{font-size:18px}.icon--medium{font-size:24px}.icon--large{font-size:36px}.icon--xlarge{font-size:48px}.icon--xxlarge{font-size:72px}.icon--xxxlarge{font-size:96px}.icon--inherit{font-size:1.5em}";
4
4
  const SixIconStyle0 = sixIconCss;
@@ -10,7 +10,7 @@ const SixIcon = class {
10
10
  this.filled = false;
11
11
  }
12
12
  render() {
13
- return (h("i", { key: '4834f98a189a752747f5e00cd844db37a9ac2922', class: {
13
+ return (h("i", { key: '1829823d7fafabd422951e21baf28f0925f670d9', class: {
14
14
  'material-icons': true,
15
15
  'material-icons-outlined': !this.filled,
16
16
  'material-icons-filled': this.filled,
@@ -22,7 +22,7 @@ const SixIcon = class {
22
22
  'icon--xxlarge': this.size === 'xxLarge',
23
23
  'icon--xxxlarge': this.size === 'xxxLarge',
24
24
  'icon--inherit': this.size === 'inherit',
25
- } }, h("slot", { key: '28aa9576b53d0825da4c5a5a34a94b55b39f7344' })));
25
+ } }, h("slot", { key: '0f11af1384b316708bfe8b3989ea74cc3f2c37f9' })));
26
26
  }
27
27
  };
28
28
  SixIcon.style = SixIconStyle0;
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-52a755dc.js';
2
- import { F as FormControl } from './form-control-40c37714.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-5390c1d6.js';
2
+ import { F as FormControl } from './form-control-30c5bd8b.js';
3
3
  import { h as hasSlot } from './slot-56531341.js';
4
4
  import { E as EventListeners } from './event-listeners-706d4309.js';
5
5
  import { s as submitForm } from './form-4b145b7a.js';
@@ -174,7 +174,7 @@ const SixInput = class {
174
174
  return ((_a = this.value) !== null && _a !== void 0 ? _a : '').toString();
175
175
  }
176
176
  render() {
177
- return (h(FormControl, { key: '5710dd4df8e2833ebcea698d46945d07083a4580', 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.hasErrorSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.invalid }, h("div", { key: 'b5812726191ae11b8ccac0ac17403299c49348fe', part: "base", class: {
177
+ return (h(FormControl, { key: 'c814025e7db66cd628c466316a5bd3fe4c3e77bf', 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.hasErrorSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.invalid }, h("div", { key: 'bad7f2e31ec8465f3292927e9d9fb37aa919cb33', part: "base", class: {
178
178
  input: true,
179
179
  // Sizes
180
180
  'input--small': this.size === 'small',
@@ -188,10 +188,10 @@ const SixInput = class {
188
188
  'input--focused': this.hasFocus,
189
189
  'input--empty': this.getValue().length === 0,
190
190
  'input--invalid': this.invalid,
191
- } }, h("span", { key: '6068c91f240cbe044f3b4c43c9b2b2c8e4150bf5', part: "prefix", class: "input__prefix" }, h("slot", { key: '36166b5cdb2696d52985c60b7771ebcc943dd750', name: "prefix" })), h("input", { key: '37e14f53d5fc24e14eb93a6522d537722f8c739b', part: "input", ref: (el) => (this.nativeInput = el), id: this.inputId, size: 1, class: {
191
+ } }, h("span", { key: 'fa0b1320b4d44794f36047ca65efa9c03d180234', part: "prefix", class: "input__prefix" }, h("slot", { key: '8312c426648c862ef669cb424a219cb85f2b193c', name: "prefix" })), h("input", { key: '87ce5517721681533fc7bcf18d20cb3d1ee7fb6f', part: "input", ref: (el) => (this.nativeInput = el), id: this.inputId, size: 1, class: {
192
192
  input__control: true,
193
193
  input__control__prefix: hasSlot(this.host, 'prefix'),
194
- }, type: this.type === 'password' && this.isPasswordVisible ? 'text' : this.type, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, minLength: this.minlength, maxLength: this.maxlength, min: this.min, max: this.max, step: this.step, value: this.getValue(), autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, pattern: this.pattern, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, "aria-describedby": this.helpTextId, "aria-invalid": this.invalid ? 'true' : 'false', onChange: this.handleChange, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur, onKeyDown: this.handleKeyDown, "data-testid": "input-control" }), this.clearable && (h("button", { part: "clear-button", class: "input__clear", type: "button", onClick: this.handleClearClick, tabindex: "-1", "data-testid": "input-clear-button" }, h("slot", { name: "clear-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "clear")))), this.togglePassword && (h("button", { part: "password-toggle-button", class: "input__password-toggle", type: "button", onClick: this.handlePasswordToggle, tabindex: "-1" }, this.isPasswordVisible ? (h("slot", { name: "show-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility_off"))) : (h("slot", { name: "hide-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility"))))), h("span", { key: 'f1b2b407390c5f1a00ae30b5853aafc7e2f3738a', part: "suffix", class: "input__suffix" }, h("slot", { key: 'f7844f40590b6cb4f39e49796272fa8de6754767', name: "suffix" })))));
194
+ }, type: this.type === 'password' && this.isPasswordVisible ? 'text' : this.type, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, minLength: this.minlength, maxLength: this.maxlength, min: this.min, max: this.max, step: this.step, value: this.getValue(), autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, pattern: this.pattern, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, "aria-describedby": this.helpTextId, "aria-invalid": this.invalid ? 'true' : 'false', onChange: this.handleChange, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur, onKeyDown: this.handleKeyDown, "data-testid": "input-control" }), this.clearable && (h("button", { part: "clear-button", class: "input__clear", type: "button", onClick: this.handleClearClick, tabindex: "-1", "data-testid": "input-clear-button" }, h("slot", { name: "clear-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "clear")))), this.togglePassword && (h("button", { part: "password-toggle-button", class: "input__password-toggle", type: "button", onClick: this.handlePasswordToggle, tabindex: "-1" }, this.isPasswordVisible ? (h("slot", { name: "show-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility_off"))) : (h("slot", { name: "hide-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility"))))), h("span", { key: '5768204290a458c6025f93d7eed7b4762fa8ab94', part: "suffix", class: "input__suffix" }, h("slot", { key: '9f1917c71eeb148d31adf808299ef43c5307678f', name: "suffix" })))));
195
195
  }
196
196
  get host() { return getElement(this); }
197
197
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-52a755dc.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-5390c1d6.js';
2
2
  import { I as ItemPickerType, a as ItemPickerPaddingDirection } from './types-a07bb999.js';
3
3
  import { D as DEFAULT_DEBOUNCE_FAST, b as DEFAULT_DEBOUNCE_INSANELY_FAST, a as debounce } from './execution-control-2ebaf4ef.js';
4
4
  import { E as EventListeners } from './event-listeners-706d4309.js';
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-52a755dc.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-5390c1d6.js';
2
2
 
3
3
  const sixLanguageSwitcherCss = ".language-switcher__container{display:flex}.language-switcher__separator{padding:0 0.25rem}.language-switcher__label{cursor:pointer}.language-switcher__label:hover{color:var(--six-color-web-rock-600)}.language-switcher__label:focus-visible{outline:var(--six-focus-ring);outline-offset:var(--six-focus-ring-offset)}.language-switcher__label--selected{color:var(--six-color-black);text-decoration:underline}";
4
4
  const SixLanguageSwitcherStyle0 = sixLanguageSwitcherCss;
@@ -43,7 +43,7 @@ const SixLanguageSwitcher = class {
43
43
  }
44
44
  }
45
45
  render() {
46
- return (h("div", { key: 'fa72eaaf2cb5c0f327a0924e12779863f348b59c', part: "container", class: "language-switcher__container" }, this.languages.map((lang, index) => {
46
+ return (h("div", { key: '64f80894523a4b03643949135f18b553cd0517b6', part: "container", class: "language-switcher__container" }, this.languages.map((lang, index) => {
47
47
  const language = typeof lang === 'string' ? lang : lang.key;
48
48
  return (h("div", { onClick: this.handleLanguageSwitching(language, typeof lang === 'string' ? lang : lang.value), onKeyDown: (e) => {
49
49
  if (e.key === 'Enter' || e.key === ' ') {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-52a755dc.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-5390c1d6.js';
2
2
 
3
3
  const sixLayoutGridCss = ":host{display:grid;grid-template-columns:repeat(var(--no-of-columns), 1fr);grid-column-gap:1rem}";
4
4
  const SixLayoutGridStyle0 = sixLayoutGridCss;
@@ -18,7 +18,7 @@ const SixLayoutGrid = class {
18
18
  this.handleColumnsChange();
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: '9ba9e7ea26b16c5a28677cbc19d7afe38e5a70be' }, h("slot", { key: '62ee116798886fdca9816688f2775421a9ba497c' })));
21
+ return (h(Host, { key: '84c4fee011655f296908661ae1b10452a5682594' }, h("slot", { key: '389a12ed87de92e7c835df2a77c0f6316406284e' })));
22
22
  }
23
23
  get host() { return getElement(this); }
24
24
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-52a755dc.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-5390c1d6.js';
2
2
 
3
3
  const sixMainContainerCss = ":host{display:flex;flex-wrap:nowrap;min-width:fit-content}.left-margin,.right-margin{flex:1 6 10rem;min-width:var(--six-spacing-xxx-large)}.content{flex:6 1 60rem;min-width:48rem;max-width:100rem}.content--padded{padding:var(--six-spacing-xxx-large) 0}";
4
4
  const SixMainContainerStyle0 = sixMainContainerCss;
@@ -9,7 +9,7 @@ const SixMainContainer = class {
9
9
  this.padded = true;
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: '712a383a9bcc05a7046f1707951bb917796152d9' }, h("div", { key: '3694372cdbbbce9a01a179df7f2aab5d4b1555cf', part: "left-margin", class: "left-margin" }), h("div", { key: 'd1f5e603395c3cda9c90a9083be928ebff69d41c', part: "content", class: { content: true, 'content--padded': this.padded } }, h("slot", { key: '8fd9dfaf4a636df3c273998202c2cbf6c05dbd13' })), h("div", { key: '809c6e83655dbdcbeda840d1f512f66748363719', part: "right-margin", class: "right-margin" })));
12
+ return (h(Host, { key: '4bf03e808f3abace9917558e8a2bc284b5109fba' }, h("div", { key: '3eb055ccdcb16738f697d4d7417bdd0cedf05a5f', part: "left-margin", class: "left-margin" }), h("div", { key: '66c3c641294c52966bbb35156956e457af76a3af', part: "content", class: { content: true, 'content--padded': this.padded } }, h("slot", { key: '9dcca3e96ab1023109b9e3db5d16ec8a2d117119' })), h("div", { key: '739f4ed3956e096103d59a475f3e0611a0ea4e73', part: "right-margin", class: "right-margin" })));
13
13
  }
14
14
  get host() { return getElement(this); }
15
15
  };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-52a755dc.js';
1
+ import { r as registerInstance, h } from './index-5390c1d6.js';
2
2
 
3
3
  const sixMenuDividerCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}:host{display:block}.menu-divider{border-top:solid var(--six-border-width) var(--six-menu-divider-color);margin-top:var(--six-spacing-xx-small);margin-bottom:var(--six-spacing-xx-small)}";
4
4
  const SixMenuDividerStyle0 = sixMenuDividerCss;
@@ -8,7 +8,7 @@ const SixMenuDivider = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return h("div", { key: 'ae890203093a071811e37e77637b68c2b858c202', part: "base", class: "menu-divider", role: "separator", "aria-hidden": "true" });
11
+ return h("div", { key: '41a61bd4110bfb44f10211c350afcebe5c5971df', part: "base", class: "menu-divider", role: "separator", "aria-hidden": "true" });
12
12
  }
13
13
  };
14
14
  SixMenuDivider.style = SixMenuDividerStyle0;
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-52a755dc.js';
1
+ import { r as registerInstance, h } from './index-5390c1d6.js';
2
2
 
3
3
  const sixMenuLabelCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}:host{display:block}.menu-label{font-family:var(--six-font-sans);font-size:var(--six-font-size-small);font-weight:var(--six-font-weight-normal);line-height:var(--six-line-height-normal);letter-spacing:var(--six-letter-spacing-normal);color:var(--six-input-label-color);padding:var(--six-spacing-xx-small) var(--six-spacing-small);user-select:none}";
4
4
  const SixMenuLabelStyle0 = sixMenuLabelCss;
@@ -8,7 +8,7 @@ const SixMenuLabel = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("div", { key: 'c6c5d6cccd54d6fbdbdf2a561165fbb22547976e', part: "base", class: "menu-label" }, h("slot", { key: '33bf6b17abe001e11677c5fbae1573dcd84280f1' })));
11
+ return (h("div", { key: '5183d165a877bd2ca0c25d4ff61d55200b66132d', part: "base", class: "menu-label" }, h("slot", { key: '5adecf55a82a78de5eee401aeec442f7e60e0874' })));
12
12
  }
13
13
  };
14
14
  SixMenuLabel.style = SixMenuLabelStyle0;