@six-group/ui-library 0.0.0-insider.012ddb2

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 (1673) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +9 -0
  3. package/dist/cjs/error-messages-6e8049a4.js +119 -0
  4. package/dist/cjs/error-messages-6e8049a4.js.map +1 -0
  5. package/dist/cjs/event-listeners-9fb878f1.js +61 -0
  6. package/dist/cjs/event-listeners-9fb878f1.js.map +1 -0
  7. package/dist/cjs/execution-control-d728da70.js +48 -0
  8. package/dist/cjs/execution-control-d728da70.js.map +1 -0
  9. package/dist/cjs/focus-visible-e2c9255a.js +47 -0
  10. package/dist/cjs/focus-visible-e2c9255a.js.map +1 -0
  11. package/dist/cjs/form-9ebaae7c.js +20 -0
  12. package/dist/cjs/form-9ebaae7c.js.map +1 -0
  13. package/dist/cjs/form-control-8d64e974.js +36 -0
  14. package/dist/cjs/form-control-8d64e974.js.map +1 -0
  15. package/dist/cjs/index-d7748d51.js +2230 -0
  16. package/dist/cjs/index-d7748d51.js.map +1 -0
  17. package/dist/cjs/index.cjs.js +66 -0
  18. package/dist/cjs/index.cjs.js.map +1 -0
  19. package/dist/cjs/loader.cjs.js +15 -0
  20. package/dist/cjs/loader.cjs.js.map +1 -0
  21. package/dist/cjs/modal-3ce015be.js +52 -0
  22. package/dist/cjs/modal-3ce015be.js.map +1 -0
  23. package/dist/cjs/popover-1e7c09f1.js +1907 -0
  24. package/dist/cjs/popover-1e7c09f1.js.map +1 -0
  25. package/dist/cjs/popup-e854acda.js +103 -0
  26. package/dist/cjs/popup-e854acda.js.map +1 -0
  27. package/dist/cjs/scroll-68033901.js +68 -0
  28. package/dist/cjs/scroll-68033901.js.map +1 -0
  29. package/dist/cjs/six-alert.cjs.entry.js +164 -0
  30. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  31. package/dist/cjs/six-avatar.cjs.entry.js +34 -0
  32. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  33. package/dist/cjs/six-badge.cjs.entry.js +36 -0
  34. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  35. package/dist/cjs/six-button.cjs.entry.js +108 -0
  36. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  37. package/dist/cjs/six-card.cjs.entry.js +21 -0
  38. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  39. package/dist/cjs/six-checkbox_2.cjs.entry.js +190 -0
  40. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
  41. package/dist/cjs/six-datepicker.cjs.entry.js +1052 -0
  42. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  43. package/dist/cjs/six-details.cjs.entry.js +148 -0
  44. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  45. package/dist/cjs/six-dialog.cjs.entry.js +154 -0
  46. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  47. package/dist/cjs/six-drawer.cjs.entry.js +169 -0
  48. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  49. package/dist/cjs/six-dropdown_2.cjs.entry.js +743 -0
  50. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  51. package/dist/cjs/six-error-page.cjs.entry.js +106 -0
  52. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  53. package/dist/cjs/six-error.cjs.entry.js +21 -0
  54. package/dist/cjs/six-error.cjs.entry.js.map +1 -0
  55. package/dist/cjs/six-file-list-item.cjs.entry.js +47 -0
  56. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  57. package/dist/cjs/six-file-list.cjs.entry.js +21 -0
  58. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  59. package/dist/cjs/six-file-upload.cjs.entry.js +120 -0
  60. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  61. package/dist/cjs/six-footer.cjs.entry.js +21 -0
  62. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  63. package/dist/cjs/six-group-label.cjs.entry.js +57 -0
  64. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  65. package/dist/cjs/six-header.cjs.entry.js +197 -0
  66. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  67. package/dist/cjs/six-icon-button.cjs.entry.js +47 -0
  68. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  69. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  70. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  71. package/dist/cjs/six-input.cjs.entry.js +211 -0
  72. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  73. package/dist/cjs/six-item-picker.cjs.entry.js +434 -0
  74. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  75. package/dist/cjs/six-language-switcher.cjs.entry.js +65 -0
  76. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  77. package/dist/cjs/six-layout-grid.cjs.entry.js +35 -0
  78. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  79. package/dist/cjs/six-main-container.cjs.entry.js +23 -0
  80. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  81. package/dist/cjs/six-menu-divider.cjs.entry.js +21 -0
  82. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  83. package/dist/cjs/six-menu-label.cjs.entry.js +21 -0
  84. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  85. package/dist/cjs/six-picto.cjs.entry.js +28 -0
  86. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  87. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  88. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  89. package/dist/cjs/six-progress-ring.cjs.entry.js +43 -0
  90. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  91. package/dist/cjs/six-radio.cjs.entry.js +121 -0
  92. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  93. package/dist/cjs/six-range.cjs.entry.js +202 -0
  94. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  95. package/dist/cjs/six-root.cjs.entry.js +25 -0
  96. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  97. package/dist/cjs/six-search-field.cjs.entry.js +58 -0
  98. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  99. package/dist/cjs/six-select.cjs.entry.js +533 -0
  100. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  101. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +69 -0
  102. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  103. package/dist/cjs/six-sidebar-item.cjs.entry.js +30 -0
  104. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  105. package/dist/cjs/six-sidebar.cjs.entry.js +201 -0
  106. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  107. package/dist/cjs/six-spinner.cjs.entry.js +28 -0
  108. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  109. package/dist/cjs/six-stage-indicator.cjs.entry.js +22 -0
  110. package/dist/cjs/six-stage-indicator.cjs.entry.js.map +1 -0
  111. package/dist/cjs/six-switch.cjs.entry.js +123 -0
  112. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  113. package/dist/cjs/six-tab-group.cjs.entry.js +250 -0
  114. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  115. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  116. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  117. package/dist/cjs/six-tab.cjs.entry.js +69 -0
  118. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  119. package/dist/cjs/six-tag.cjs.entry.js +68 -0
  120. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  121. package/dist/cjs/six-textarea.cjs.entry.js +196 -0
  122. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  123. package/dist/cjs/six-tile.cjs.entry.js +94 -0
  124. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  125. package/dist/cjs/six-timepicker.cjs.entry.js +394 -0
  126. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  127. package/dist/cjs/six-tooltip.cjs.entry.js +170 -0
  128. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  129. package/dist/cjs/slot-1b1232a1.js +51 -0
  130. package/dist/cjs/slot-1b1232a1.js.map +1 -0
  131. package/dist/cjs/types-d3da200b.js +19 -0
  132. package/dist/cjs/types-d3da200b.js.map +1 -0
  133. package/dist/cjs/ui-library.cjs.js +25 -0
  134. package/dist/cjs/ui-library.cjs.js.map +1 -0
  135. package/dist/collection/assets/TRADEMARKS.md +7 -0
  136. package/dist/collection/assets/commons.js +5 -0
  137. package/dist/collection/assets/data.json +642 -0
  138. package/dist/collection/collection-manifest.json +63 -0
  139. package/dist/collection/components/six-alert/six-alert.css +113 -0
  140. package/dist/collection/components/six-alert/six-alert.js +415 -0
  141. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  142. package/dist/collection/components/six-alert/test/six-alert.spec.js +25 -0
  143. package/dist/collection/components/six-alert/test/six-alert.spec.js.map +1 -0
  144. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  145. package/dist/collection/components/six-avatar/six-avatar.js +128 -0
  146. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  147. package/dist/collection/components/six-avatar/test/six-avatar.spec.js +26 -0
  148. package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +1 -0
  149. package/dist/collection/components/six-badge/six-badge.css +101 -0
  150. package/dist/collection/components/six-badge/six-badge.js +104 -0
  151. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  152. package/dist/collection/components/six-badge/test/six-badge.spec.js +20 -0
  153. package/dist/collection/components/six-badge/test/six-badge.spec.js.map +1 -0
  154. package/dist/collection/components/six-button/six-button.css +348 -0
  155. package/dist/collection/components/six-button/six-button.js +474 -0
  156. package/dist/collection/components/six-button/six-button.js.map +1 -0
  157. package/dist/collection/components/six-button/test/six-button.spec.js +69 -0
  158. package/dist/collection/components/six-button/test/six-button.spec.js.map +1 -0
  159. package/dist/collection/components/six-card/six-card.css +14 -0
  160. package/dist/collection/components/six-card/six-card.js +25 -0
  161. package/dist/collection/components/six-card/six-card.js.map +1 -0
  162. package/dist/collection/components/six-card/test/six-card.spec.js +18 -0
  163. package/dist/collection/components/six-card/test/six-card.spec.js.map +1 -0
  164. package/dist/collection/components/six-checkbox/six-checkbox.css +174 -0
  165. package/dist/collection/components/six-checkbox/six-checkbox.js +450 -0
  166. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  167. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +83 -0
  168. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -0
  169. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -0
  170. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  171. package/dist/collection/components/six-datepicker/components/month-selection.js +13 -0
  172. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  173. package/dist/collection/components/six-datepicker/components/year-selection.js +13 -0
  174. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  175. package/dist/collection/components/six-datepicker/six-date-formats.js +25 -0
  176. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  177. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  178. package/dist/collection/components/six-datepicker/six-datepicker.js +1108 -0
  179. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  180. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +26 -0
  181. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -0
  182. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -0
  183. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  184. package/dist/collection/components/six-details/six-details.css +116 -0
  185. package/dist/collection/components/six-details/six-details.js +441 -0
  186. package/dist/collection/components/six-details/six-details.js.map +1 -0
  187. package/dist/collection/components/six-details/test/six-details.spec.js +36 -0
  188. package/dist/collection/components/six-details/test/six-details.spec.js.map +1 -0
  189. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  190. package/dist/collection/components/six-dialog/six-dialog.js +403 -0
  191. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  192. package/dist/collection/components/six-dialog/test/six-dialog.spec.js +34 -0
  193. package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +1 -0
  194. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  195. package/dist/collection/components/six-drawer/six-drawer.js +453 -0
  196. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  197. package/dist/collection/components/six-drawer/test/six-drawer.spec.js +34 -0
  198. package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +1 -0
  199. package/dist/collection/components/six-dropdown/six-dropdown.css +83 -0
  200. package/dist/collection/components/six-dropdown/six-dropdown.js +1035 -0
  201. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  202. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +147 -0
  203. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +1 -0
  204. package/dist/collection/components/six-error/six-error.css +5 -0
  205. package/dist/collection/components/six-error/six-error.js +25 -0
  206. package/dist/collection/components/six-error/six-error.js.map +1 -0
  207. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  208. package/dist/collection/components/six-error-page/six-error-page.js +201 -0
  209. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  210. package/dist/collection/components/six-error-page/test/six-error-page.spec.js +240 -0
  211. package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +1 -0
  212. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  213. package/dist/collection/components/six-file-list/six-file-list.js +24 -0
  214. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  215. package/dist/collection/components/six-file-list/test/six-file-list.spec.js +67 -0
  216. package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +1 -0
  217. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  218. package/dist/collection/components/six-file-list-item/six-file-list-item.js +206 -0
  219. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  220. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +169 -0
  221. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +1 -0
  222. package/dist/collection/components/six-file-upload/six-file-upload.css +60 -0
  223. package/dist/collection/components/six-file-upload/six-file-upload.js +309 -0
  224. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  225. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +103 -0
  226. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -0
  227. package/dist/collection/components/six-footer/six-footer.css +20 -0
  228. package/dist/collection/components/six-footer/six-footer.js +25 -0
  229. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  230. package/dist/collection/components/six-footer/test/six-footer.spec.js +21 -0
  231. package/dist/collection/components/six-footer/test/six-footer.spec.js.map +1 -0
  232. package/dist/collection/components/six-group-label/six-group-label.css +91 -0
  233. package/dist/collection/components/six-group-label/six-group-label.js +175 -0
  234. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  235. package/dist/collection/components/six-group-label/test/six-group-label.spec.js +45 -0
  236. package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -0
  237. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  238. package/dist/collection/components/six-header/six-header.css +83 -0
  239. package/dist/collection/components/six-header/six-header.js +476 -0
  240. package/dist/collection/components/six-header/six-header.js.map +1 -0
  241. package/dist/collection/components/six-header/test/six-header.spec.js +177 -0
  242. package/dist/collection/components/six-header/test/six-header.spec.js.map +1 -0
  243. package/dist/collection/components/six-icon/six-icon.css +66 -0
  244. package/dist/collection/components/six-icon/six-icon.js +81 -0
  245. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  246. package/dist/collection/components/six-icon/test/six-icon.spec.js +20 -0
  247. package/dist/collection/components/six-icon/test/six-icon.spec.js.map +1 -0
  248. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  249. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -0
  250. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  251. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +23 -0
  252. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +1 -0
  253. package/dist/collection/components/six-input/six-input.css +310 -0
  254. package/dist/collection/components/six-input/six-input.js +1018 -0
  255. package/dist/collection/components/six-input/six-input.js.map +1 -0
  256. package/dist/collection/components/six-input/test/six-input.spec.js +39 -0
  257. package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -0
  258. package/dist/collection/components/six-item-picker/six-item-picker.css +48 -0
  259. package/dist/collection/components/six-item-picker/six-item-picker.js +762 -0
  260. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  261. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +90 -0
  262. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +1 -0
  263. package/dist/collection/components/six-item-picker/types.js +16 -0
  264. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  265. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  266. package/dist/collection/components/six-language-switcher/six-language-switcher.js +141 -0
  267. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  268. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +196 -0
  269. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +1 -0
  270. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  271. package/dist/collection/components/six-layout-grid/six-layout-grid.js +65 -0
  272. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  273. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +18 -0
  274. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +1 -0
  275. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  276. package/dist/collection/components/six-main-container/six-main-container.js +55 -0
  277. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  278. package/dist/collection/components/six-main-container/test/six-main-container.spec.js +22 -0
  279. package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +1 -0
  280. package/dist/collection/components/six-menu/six-menu.css +27 -0
  281. package/dist/collection/components/six-menu/six-menu.js +430 -0
  282. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  283. package/dist/collection/components/six-menu/test/six-menu.spec.js +93 -0
  284. package/dist/collection/components/six-menu/test/six-menu.spec.js.map +1 -0
  285. package/dist/collection/components/six-menu-divider/six-menu-divider.css +17 -0
  286. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -0
  287. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  288. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +18 -0
  289. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +1 -0
  290. package/dist/collection/components/six-menu-item/six-menu-item.css +82 -0
  291. package/dist/collection/components/six-menu-item/six-menu-item.js +233 -0
  292. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  293. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +33 -0
  294. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +1 -0
  295. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  296. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -0
  297. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  298. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +20 -0
  299. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +1 -0
  300. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  301. package/dist/collection/components/six-picto/six-picto.js +56 -0
  302. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  303. package/dist/collection/components/six-picto/test/six-picto.spec.js +33 -0
  304. package/dist/collection/components/six-picto/test/six-picto.spec.js.map +1 -0
  305. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  306. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -0
  307. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  308. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +24 -0
  309. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +1 -0
  310. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  311. package/dist/collection/components/six-progress-ring/six-progress-ring.js +115 -0
  312. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  313. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +26 -0
  314. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +1 -0
  315. package/dist/collection/components/six-radio/six-radio.css +84 -0
  316. package/dist/collection/components/six-radio/six-radio.js +347 -0
  317. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  318. package/dist/collection/components/six-radio/test/six-radio.spec.js +63 -0
  319. package/dist/collection/components/six-radio/test/six-radio.spec.js.map +1 -0
  320. package/dist/collection/components/six-range/six-range.css +234 -0
  321. package/dist/collection/components/six-range/six-range.js +600 -0
  322. package/dist/collection/components/six-range/six-range.js.map +1 -0
  323. package/dist/collection/components/six-range/test/six-range.spec.js +34 -0
  324. package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -0
  325. package/dist/collection/components/six-root/six-root.css +48 -0
  326. package/dist/collection/components/six-root/six-root.js +99 -0
  327. package/dist/collection/components/six-root/six-root.js.map +1 -0
  328. package/dist/collection/components/six-root/test/six-root.spec.js +36 -0
  329. package/dist/collection/components/six-root/test/six-root.spec.js.map +1 -0
  330. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  331. package/dist/collection/components/six-search-field/six-search-field.js +183 -0
  332. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  333. package/dist/collection/components/six-search-field/test/six-search-field.spec.js +22 -0
  334. package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +1 -0
  335. package/dist/collection/components/six-select/six-select.css +335 -0
  336. package/dist/collection/components/six-select/six-select.js +1163 -0
  337. package/dist/collection/components/six-select/six-select.js.map +1 -0
  338. package/dist/collection/components/six-select/test/six-select.spec.js +102 -0
  339. package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -0
  340. package/dist/collection/components/six-select/test/util.spec.js +81 -0
  341. package/dist/collection/components/six-select/test/util.spec.js.map +1 -0
  342. package/dist/collection/components/six-select/util.js +52 -0
  343. package/dist/collection/components/six-select/util.js.map +1 -0
  344. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  345. package/dist/collection/components/six-sidebar/six-sidebar.js +499 -0
  346. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  347. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +22 -0
  348. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +1 -0
  349. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +27 -0
  350. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +111 -0
  351. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  352. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +50 -0
  353. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +1 -0
  354. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +43 -0
  355. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +191 -0
  356. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  357. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +53 -0
  358. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -0
  359. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  360. package/dist/collection/components/six-spinner/six-spinner.js +59 -0
  361. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  362. package/dist/collection/components/six-spinner/test/six-spinner.spec.js +37 -0
  363. package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +1 -0
  364. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  365. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +50 -0
  366. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  367. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +117 -0
  368. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +1 -0
  369. package/dist/collection/components/six-switch/six-switch.css +170 -0
  370. package/dist/collection/components/six-switch/six-switch.js +412 -0
  371. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  372. package/dist/collection/components/six-switch/test/six-switch.spec.js +73 -0
  373. package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -0
  374. package/dist/collection/components/six-tab/six-tab.css +103 -0
  375. package/dist/collection/components/six-tab/six-tab.js +225 -0
  376. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  377. package/dist/collection/components/six-tab-group/six-tab-group.css +124 -0
  378. package/dist/collection/components/six-tab-group/six-tab-group.js +349 -0
  379. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  380. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  381. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -0
  382. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  383. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +20 -0
  384. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +1 -0
  385. package/dist/collection/components/six-tag/six-tag.css +109 -0
  386. package/dist/collection/components/six-tag/six-tag.js +179 -0
  387. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  388. package/dist/collection/components/six-tag/test/six-tag.spec.js +54 -0
  389. package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -0
  390. package/dist/collection/components/six-textarea/six-textarea.css +199 -0
  391. package/dist/collection/components/six-textarea/six-textarea.js +834 -0
  392. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  393. package/dist/collection/components/six-textarea/test/six-textarea.spec.js +119 -0
  394. package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -0
  395. package/dist/collection/components/six-tile/six-tile.css +105 -0
  396. package/dist/collection/components/six-tile/six-tile.js +315 -0
  397. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  398. package/dist/collection/components/six-tile/test/six-tile.spec.js +69 -0
  399. package/dist/collection/components/six-tile/test/six-tile.spec.js.map +1 -0
  400. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  401. package/dist/collection/components/six-timepicker/six-timepicker.js +854 -0
  402. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  403. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +496 -0
  404. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -0
  405. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  406. package/dist/collection/components/six-tooltip/six-tooltip.js +435 -0
  407. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  408. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +28 -0
  409. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +1 -0
  410. package/dist/collection/files/file-list.json +308 -0
  411. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  412. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  413. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  414. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  415. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  416. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  417. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  418. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  419. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  420. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  421. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  422. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  423. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  424. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  425. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  426. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  427. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  428. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  429. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  430. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  431. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  432. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  433. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  434. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  435. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  436. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  437. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  438. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  439. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  440. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  441. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  442. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  443. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  444. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  445. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  446. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  447. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  448. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  449. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  450. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  451. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  452. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  453. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  454. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  455. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  456. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  457. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  458. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  459. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  460. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  461. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  462. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  463. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  464. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  465. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  466. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  467. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  468. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  469. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  470. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  471. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  472. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  473. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  474. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  475. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  476. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  477. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  478. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  479. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  480. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  481. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  482. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  483. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  484. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  485. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  486. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  487. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  488. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  489. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  490. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  491. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  492. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  493. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  494. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  495. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  496. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  497. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  498. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  499. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  500. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  501. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  502. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  503. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  504. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  505. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  506. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  507. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  508. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  509. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  510. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  511. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  512. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  513. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  514. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  515. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  516. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  517. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  518. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  519. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  520. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  521. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  522. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  523. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  524. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  525. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  526. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  527. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  528. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  529. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  530. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  531. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  532. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  533. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  534. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  535. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  536. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  537. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  538. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  539. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  540. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  541. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  542. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  543. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  544. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  545. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  546. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  547. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  548. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  549. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  550. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  551. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  552. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  553. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  554. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  555. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  556. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  557. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  558. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  559. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  560. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  561. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  562. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  563. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  564. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  565. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  566. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  567. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  568. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  569. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  570. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  571. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  572. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  573. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  574. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  575. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  576. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  577. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  578. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  579. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  580. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  581. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  582. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  583. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  584. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  585. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  586. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  587. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  588. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  589. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  590. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  591. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  592. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  593. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  594. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  595. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  596. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  597. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  598. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  599. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  600. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  601. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  602. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  603. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  604. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  605. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  606. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  607. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  608. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  609. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  610. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  611. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  612. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  613. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  614. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  615. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  616. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  617. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  618. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  619. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  620. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  621. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  622. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  623. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  624. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  625. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  626. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  627. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  628. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  629. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  630. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  631. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  632. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  633. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  634. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  635. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  636. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  637. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  638. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  639. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  640. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  641. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  642. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  643. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  644. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  645. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  646. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  647. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  648. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  649. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  650. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  651. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  652. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  653. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  654. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  655. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  656. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  657. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  658. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  659. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  660. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  661. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  662. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  663. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  664. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  665. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  666. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  667. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  668. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  669. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  670. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  671. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  672. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  673. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  674. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  675. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  676. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  677. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  678. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  679. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  680. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  681. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  682. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  683. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  684. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  685. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  686. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  687. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  688. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  689. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  690. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  691. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  692. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  693. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  694. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  695. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  696. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  697. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  698. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  699. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  700. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  701. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  702. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  703. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  704. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  705. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  706. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  707. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  708. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  709. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  710. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  711. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  712. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  713. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  714. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  715. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  716. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  717. package/dist/collection/functional-components/form-control/form-control.js +24 -0
  718. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  719. package/dist/collection/index.js +3 -0
  720. package/dist/collection/index.js.map +1 -0
  721. package/dist/collection/material-icons-outlined.woff +0 -0
  722. package/dist/collection/material-icons-outlined.woff2 +0 -0
  723. package/dist/collection/material-icons-round.woff +0 -0
  724. package/dist/collection/material-icons-round.woff2 +0 -0
  725. package/dist/collection/material-icons-sharp.woff +0 -0
  726. package/dist/collection/material-icons-sharp.woff2 +0 -0
  727. package/dist/collection/material-icons-two-tone.woff +0 -0
  728. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  729. package/dist/collection/material-icons.css +124 -0
  730. package/dist/collection/material-icons.scss +5 -0
  731. package/dist/collection/material-icons.woff +0 -0
  732. package/dist/collection/material-icons.woff2 +0 -0
  733. package/dist/collection/testUtil/delay.js +4 -0
  734. package/dist/collection/testUtil/delay.js.map +1 -0
  735. package/dist/collection/utils/alert.js +54 -0
  736. package/dist/collection/utils/alert.js.map +1 -0
  737. package/dist/collection/utils/animation.js +34 -0
  738. package/dist/collection/utils/animation.js.map +1 -0
  739. package/dist/collection/utils/date-util.js +747 -0
  740. package/dist/collection/utils/date-util.js.map +1 -0
  741. package/dist/collection/utils/date-util.spec.js +995 -0
  742. package/dist/collection/utils/date-util.spec.js.map +1 -0
  743. package/dist/collection/utils/error-messages.js +112 -0
  744. package/dist/collection/utils/error-messages.js.map +1 -0
  745. package/dist/collection/utils/event-listeners.js +56 -0
  746. package/dist/collection/utils/event-listeners.js.map +1 -0
  747. package/dist/collection/utils/execution-control.js +40 -0
  748. package/dist/collection/utils/execution-control.js.map +1 -0
  749. package/dist/collection/utils/focus-visible.js +42 -0
  750. package/dist/collection/utils/focus-visible.js.map +1 -0
  751. package/dist/collection/utils/form.js +15 -0
  752. package/dist/collection/utils/form.js.map +1 -0
  753. package/dist/collection/utils/modal.js +30 -0
  754. package/dist/collection/utils/modal.js.map +1 -0
  755. package/dist/collection/utils/offset.js +14 -0
  756. package/dist/collection/utils/offset.js.map +1 -0
  757. package/dist/collection/utils/popover.js +128 -0
  758. package/dist/collection/utils/popover.js.map +1 -0
  759. package/dist/collection/utils/popup.js +95 -0
  760. package/dist/collection/utils/popup.js.map +1 -0
  761. package/dist/collection/utils/scroll.js +48 -0
  762. package/dist/collection/utils/scroll.js.map +1 -0
  763. package/dist/collection/utils/scroll.spec.js +122 -0
  764. package/dist/collection/utils/scroll.spec.js.map +1 -0
  765. package/dist/collection/utils/slot.js +44 -0
  766. package/dist/collection/utils/slot.js.map +1 -0
  767. package/dist/collection/utils/support.js +16 -0
  768. package/dist/collection/utils/support.js.map +1 -0
  769. package/dist/collection/utils/tabbable.js +23 -0
  770. package/dist/collection/utils/tabbable.js.map +1 -0
  771. package/dist/collection/utils/time.util.js +89 -0
  772. package/dist/collection/utils/time.util.js.map +1 -0
  773. package/dist/collection/utils/time.util.spec.js +368 -0
  774. package/dist/collection/utils/time.util.spec.js.map +1 -0
  775. package/dist/collection/utils/type-check.js +5 -0
  776. package/dist/collection/utils/type-check.js.map +1 -0
  777. package/dist/collection/utils/types.js +2 -0
  778. package/dist/collection/utils/types.js.map +1 -0
  779. package/dist/components/event-listeners.js +59 -0
  780. package/dist/components/event-listeners.js.map +1 -0
  781. package/dist/components/execution-control.js +43 -0
  782. package/dist/components/execution-control.js.map +1 -0
  783. package/dist/components/focus-visible.js +45 -0
  784. package/dist/components/focus-visible.js.map +1 -0
  785. package/dist/components/form-control.js +34 -0
  786. package/dist/components/form-control.js.map +1 -0
  787. package/dist/components/form.js +18 -0
  788. package/dist/components/form.js.map +1 -0
  789. package/dist/components/index.d.ts +45 -0
  790. package/dist/components/index.js +175 -0
  791. package/dist/components/index.js.map +1 -0
  792. package/dist/components/modal.js +49 -0
  793. package/dist/components/modal.js.map +1 -0
  794. package/dist/components/popover.js +1905 -0
  795. package/dist/components/popover.js.map +1 -0
  796. package/dist/components/scroll.js +64 -0
  797. package/dist/components/scroll.js.map +1 -0
  798. package/dist/components/six-alert.d.ts +11 -0
  799. package/dist/components/six-alert.js +202 -0
  800. package/dist/components/six-alert.js.map +1 -0
  801. package/dist/components/six-avatar.d.ts +11 -0
  802. package/dist/components/six-avatar.js +60 -0
  803. package/dist/components/six-avatar.js.map +1 -0
  804. package/dist/components/six-badge.d.ts +11 -0
  805. package/dist/components/six-badge.js +54 -0
  806. package/dist/components/six-badge.js.map +1 -0
  807. package/dist/components/six-button.d.ts +11 -0
  808. package/dist/components/six-button.js +8 -0
  809. package/dist/components/six-button.js.map +1 -0
  810. package/dist/components/six-button2.js +146 -0
  811. package/dist/components/six-button2.js.map +1 -0
  812. package/dist/components/six-card.d.ts +11 -0
  813. package/dist/components/six-card.js +35 -0
  814. package/dist/components/six-card.js.map +1 -0
  815. package/dist/components/six-checkbox.d.ts +11 -0
  816. package/dist/components/six-checkbox.js +8 -0
  817. package/dist/components/six-checkbox.js.map +1 -0
  818. package/dist/components/six-checkbox2.js +165 -0
  819. package/dist/components/six-checkbox2.js.map +1 -0
  820. package/dist/components/six-datepicker.d.ts +11 -0
  821. package/dist/components/six-datepicker.js +1131 -0
  822. package/dist/components/six-datepicker.js.map +1 -0
  823. package/dist/components/six-details.d.ts +11 -0
  824. package/dist/components/six-details.js +8 -0
  825. package/dist/components/six-details.js.map +1 -0
  826. package/dist/components/six-details2.js +179 -0
  827. package/dist/components/six-details2.js.map +1 -0
  828. package/dist/components/six-dialog.d.ts +11 -0
  829. package/dist/components/six-dialog.js +190 -0
  830. package/dist/components/six-dialog.js.map +1 -0
  831. package/dist/components/six-drawer.d.ts +11 -0
  832. package/dist/components/six-drawer.js +207 -0
  833. package/dist/components/six-drawer.js.map +1 -0
  834. package/dist/components/six-dropdown.d.ts +11 -0
  835. package/dist/components/six-dropdown.js +8 -0
  836. package/dist/components/six-dropdown.js.map +1 -0
  837. package/dist/components/six-dropdown2.js +600 -0
  838. package/dist/components/six-dropdown2.js.map +1 -0
  839. package/dist/components/six-error-page.d.ts +11 -0
  840. package/dist/components/six-error-page.js +132 -0
  841. package/dist/components/six-error-page.js.map +1 -0
  842. package/dist/components/six-error.d.ts +11 -0
  843. package/dist/components/six-error.js +8 -0
  844. package/dist/components/six-error.js.map +1 -0
  845. package/dist/components/six-error2.js +32 -0
  846. package/dist/components/six-error2.js.map +1 -0
  847. package/dist/components/six-file-list-item.d.ts +11 -0
  848. package/dist/components/six-file-list-item.js +74 -0
  849. package/dist/components/six-file-list-item.js.map +1 -0
  850. package/dist/components/six-file-list.d.ts +11 -0
  851. package/dist/components/six-file-list.js +35 -0
  852. package/dist/components/six-file-list.js.map +1 -0
  853. package/dist/components/six-file-upload.d.ts +11 -0
  854. package/dist/components/six-file-upload.js +147 -0
  855. package/dist/components/six-file-upload.js.map +1 -0
  856. package/dist/components/six-footer.d.ts +11 -0
  857. package/dist/components/six-footer.js +35 -0
  858. package/dist/components/six-footer.js.map +1 -0
  859. package/dist/components/six-group-label.d.ts +11 -0
  860. package/dist/components/six-group-label.js +88 -0
  861. package/dist/components/six-group-label.js.map +1 -0
  862. package/dist/components/six-header.d.ts +11 -0
  863. package/dist/components/six-header.js +271 -0
  864. package/dist/components/six-header.js.map +1 -0
  865. package/dist/components/six-icon-button.d.ts +11 -0
  866. package/dist/components/six-icon-button.js +8 -0
  867. package/dist/components/six-icon-button.js.map +1 -0
  868. package/dist/components/six-icon-button2.js +70 -0
  869. package/dist/components/six-icon-button2.js.map +1 -0
  870. package/dist/components/six-icon.d.ts +11 -0
  871. package/dist/components/six-icon.js +8 -0
  872. package/dist/components/six-icon.js.map +1 -0
  873. package/dist/components/six-icon2.js +49 -0
  874. package/dist/components/six-icon2.js.map +1 -0
  875. package/dist/components/six-input.d.ts +11 -0
  876. package/dist/components/six-input.js +8 -0
  877. package/dist/components/six-input.js.map +1 -0
  878. package/dist/components/six-input2.js +280 -0
  879. package/dist/components/six-input2.js.map +1 -0
  880. package/dist/components/six-item-picker.d.ts +11 -0
  881. package/dist/components/six-item-picker.js +8 -0
  882. package/dist/components/six-item-picker.js.map +1 -0
  883. package/dist/components/six-item-picker2.js +487 -0
  884. package/dist/components/six-item-picker2.js.map +1 -0
  885. package/dist/components/six-language-switcher.d.ts +11 -0
  886. package/dist/components/six-language-switcher.js +84 -0
  887. package/dist/components/six-language-switcher.js.map +1 -0
  888. package/dist/components/six-layout-grid.d.ts +11 -0
  889. package/dist/components/six-layout-grid.js +53 -0
  890. package/dist/components/six-layout-grid.js.map +1 -0
  891. package/dist/components/six-main-container.d.ts +11 -0
  892. package/dist/components/six-main-container.js +39 -0
  893. package/dist/components/six-main-container.js.map +1 -0
  894. package/dist/components/six-menu-divider.d.ts +11 -0
  895. package/dist/components/six-menu-divider.js +35 -0
  896. package/dist/components/six-menu-divider.js.map +1 -0
  897. package/dist/components/six-menu-item.d.ts +11 -0
  898. package/dist/components/six-menu-item.js +8 -0
  899. package/dist/components/six-menu-item.js.map +1 -0
  900. package/dist/components/six-menu-item2.js +111 -0
  901. package/dist/components/six-menu-item2.js.map +1 -0
  902. package/dist/components/six-menu-label.d.ts +11 -0
  903. package/dist/components/six-menu-label.js +35 -0
  904. package/dist/components/six-menu-label.js.map +1 -0
  905. package/dist/components/six-menu.d.ts +11 -0
  906. package/dist/components/six-menu.js +8 -0
  907. package/dist/components/six-menu.js.map +1 -0
  908. package/dist/components/six-menu2.js +275 -0
  909. package/dist/components/six-menu2.js.map +1 -0
  910. package/dist/components/six-picto.d.ts +11 -0
  911. package/dist/components/six-picto.js +8 -0
  912. package/dist/components/six-picto.js.map +1 -0
  913. package/dist/components/six-picto2.js +41 -0
  914. package/dist/components/six-picto2.js.map +1 -0
  915. package/dist/components/six-progress-bar.d.ts +11 -0
  916. package/dist/components/six-progress-bar.js +45 -0
  917. package/dist/components/six-progress-bar.js.map +1 -0
  918. package/dist/components/six-progress-ring.d.ts +11 -0
  919. package/dist/components/six-progress-ring.js +63 -0
  920. package/dist/components/six-progress-ring.js.map +1 -0
  921. package/dist/components/six-radio.d.ts +11 -0
  922. package/dist/components/six-radio.js +147 -0
  923. package/dist/components/six-radio.js.map +1 -0
  924. package/dist/components/six-range.d.ts +11 -0
  925. package/dist/components/six-range.js +251 -0
  926. package/dist/components/six-range.js.map +1 -0
  927. package/dist/components/six-root.d.ts +11 -0
  928. package/dist/components/six-root.js +55 -0
  929. package/dist/components/six-root.js.map +1 -0
  930. package/dist/components/six-search-field.d.ts +11 -0
  931. package/dist/components/six-search-field.js +98 -0
  932. package/dist/components/six-search-field.js.map +1 -0
  933. package/dist/components/six-select.d.ts +11 -0
  934. package/dist/components/six-select.js +761 -0
  935. package/dist/components/six-select.js.map +1 -0
  936. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  937. package/dist/components/six-sidebar-item-group.js +104 -0
  938. package/dist/components/six-sidebar-item-group.js.map +1 -0
  939. package/dist/components/six-sidebar-item.d.ts +11 -0
  940. package/dist/components/six-sidebar-item.js +49 -0
  941. package/dist/components/six-sidebar-item.js.map +1 -0
  942. package/dist/components/six-sidebar.d.ts +11 -0
  943. package/dist/components/six-sidebar.js +228 -0
  944. package/dist/components/six-sidebar.js.map +1 -0
  945. package/dist/components/six-spinner.d.ts +11 -0
  946. package/dist/components/six-spinner.js +8 -0
  947. package/dist/components/six-spinner.js.map +1 -0
  948. package/dist/components/six-spinner2.js +41 -0
  949. package/dist/components/six-spinner2.js.map +1 -0
  950. package/dist/components/six-stage-indicator.d.ts +11 -0
  951. package/dist/components/six-stage-indicator.js +8 -0
  952. package/dist/components/six-stage-indicator.js.map +1 -0
  953. package/dist/components/six-stage-indicator2.js +41 -0
  954. package/dist/components/six-stage-indicator2.js.map +1 -0
  955. package/dist/components/six-switch.d.ts +11 -0
  956. package/dist/components/six-switch.js +161 -0
  957. package/dist/components/six-switch.js.map +1 -0
  958. package/dist/components/six-tab-group.d.ts +11 -0
  959. package/dist/components/six-tab-group.js +283 -0
  960. package/dist/components/six-tab-group.js.map +1 -0
  961. package/dist/components/six-tab-panel.d.ts +11 -0
  962. package/dist/components/six-tab-panel.js +45 -0
  963. package/dist/components/six-tab-panel.js.map +1 -0
  964. package/dist/components/six-tab.d.ts +11 -0
  965. package/dist/components/six-tab.js +102 -0
  966. package/dist/components/six-tab.js.map +1 -0
  967. package/dist/components/six-tag.d.ts +11 -0
  968. package/dist/components/six-tag.js +105 -0
  969. package/dist/components/six-tag.js.map +1 -0
  970. package/dist/components/six-textarea.d.ts +11 -0
  971. package/dist/components/six-textarea.js +254 -0
  972. package/dist/components/six-textarea.js.map +1 -0
  973. package/dist/components/six-tile.d.ts +11 -0
  974. package/dist/components/six-tile.js +139 -0
  975. package/dist/components/six-tile.js.map +1 -0
  976. package/dist/components/six-timepicker.d.ts +11 -0
  977. package/dist/components/six-timepicker.js +8 -0
  978. package/dist/components/six-timepicker.js.map +1 -0
  979. package/dist/components/six-timepicker2.js +552 -0
  980. package/dist/components/six-timepicker2.js.map +1 -0
  981. package/dist/components/six-tooltip.d.ts +11 -0
  982. package/dist/components/six-tooltip.js +8 -0
  983. package/dist/components/six-tooltip.js.map +1 -0
  984. package/dist/components/six-tooltip2.js +193 -0
  985. package/dist/components/six-tooltip2.js.map +1 -0
  986. package/dist/components/slot.js +47 -0
  987. package/dist/components/slot.js.map +1 -0
  988. package/dist/components.d.ts +401 -0
  989. package/dist/components.json +16233 -0
  990. package/dist/esm/error-messages-1eaaad23.js +115 -0
  991. package/dist/esm/error-messages-1eaaad23.js.map +1 -0
  992. package/dist/esm/event-listeners-706d4309.js +59 -0
  993. package/dist/esm/event-listeners-706d4309.js.map +1 -0
  994. package/dist/esm/execution-control-2ebaf4ef.js +43 -0
  995. package/dist/esm/execution-control-2ebaf4ef.js.map +1 -0
  996. package/dist/esm/focus-visible-d9dbfeef.js +45 -0
  997. package/dist/esm/focus-visible-d9dbfeef.js.map +1 -0
  998. package/dist/esm/form-4b145b7a.js +18 -0
  999. package/dist/esm/form-4b145b7a.js.map +1 -0
  1000. package/dist/esm/form-control-d403a9cf.js +34 -0
  1001. package/dist/esm/form-control-d403a9cf.js.map +1 -0
  1002. package/dist/esm/index-79d4ef67.js +2201 -0
  1003. package/dist/esm/index-79d4ef67.js.map +1 -0
  1004. package/dist/esm/index.js +59 -0
  1005. package/dist/esm/index.js.map +1 -0
  1006. package/dist/esm/loader.js +11 -0
  1007. package/dist/esm/loader.js.map +1 -0
  1008. package/dist/esm/modal-96526245.js +49 -0
  1009. package/dist/esm/modal-96526245.js.map +1 -0
  1010. package/dist/esm/polyfills/core-js.js +11 -0
  1011. package/dist/esm/polyfills/dom.js +79 -0
  1012. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1013. package/dist/esm/polyfills/index.js +34 -0
  1014. package/dist/esm/polyfills/system.js +6 -0
  1015. package/dist/esm/popover-25996e62.js +1905 -0
  1016. package/dist/esm/popover-25996e62.js.map +1 -0
  1017. package/dist/esm/popup-7209e9d5.js +98 -0
  1018. package/dist/esm/popup-7209e9d5.js.map +1 -0
  1019. package/dist/esm/scroll-3e16851e.js +64 -0
  1020. package/dist/esm/scroll-3e16851e.js.map +1 -0
  1021. package/dist/esm/six-alert.entry.js +160 -0
  1022. package/dist/esm/six-alert.entry.js.map +1 -0
  1023. package/dist/esm/six-avatar.entry.js +30 -0
  1024. package/dist/esm/six-avatar.entry.js.map +1 -0
  1025. package/dist/esm/six-badge.entry.js +32 -0
  1026. package/dist/esm/six-badge.entry.js.map +1 -0
  1027. package/dist/esm/six-button.entry.js +104 -0
  1028. package/dist/esm/six-button.entry.js.map +1 -0
  1029. package/dist/esm/six-card.entry.js +17 -0
  1030. package/dist/esm/six-card.entry.js.map +1 -0
  1031. package/dist/esm/six-checkbox_2.entry.js +185 -0
  1032. package/dist/esm/six-checkbox_2.entry.js.map +1 -0
  1033. package/dist/esm/six-datepicker.entry.js +1048 -0
  1034. package/dist/esm/six-datepicker.entry.js.map +1 -0
  1035. package/dist/esm/six-details.entry.js +144 -0
  1036. package/dist/esm/six-details.entry.js.map +1 -0
  1037. package/dist/esm/six-dialog.entry.js +150 -0
  1038. package/dist/esm/six-dialog.entry.js.map +1 -0
  1039. package/dist/esm/six-drawer.entry.js +165 -0
  1040. package/dist/esm/six-drawer.entry.js.map +1 -0
  1041. package/dist/esm/six-dropdown_2.entry.js +738 -0
  1042. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  1043. package/dist/esm/six-error-page.entry.js +102 -0
  1044. package/dist/esm/six-error-page.entry.js.map +1 -0
  1045. package/dist/esm/six-error.entry.js +17 -0
  1046. package/dist/esm/six-error.entry.js.map +1 -0
  1047. package/dist/esm/six-file-list-item.entry.js +43 -0
  1048. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  1049. package/dist/esm/six-file-list.entry.js +17 -0
  1050. package/dist/esm/six-file-list.entry.js.map +1 -0
  1051. package/dist/esm/six-file-upload.entry.js +116 -0
  1052. package/dist/esm/six-file-upload.entry.js.map +1 -0
  1053. package/dist/esm/six-footer.entry.js +17 -0
  1054. package/dist/esm/six-footer.entry.js.map +1 -0
  1055. package/dist/esm/six-group-label.entry.js +53 -0
  1056. package/dist/esm/six-group-label.entry.js.map +1 -0
  1057. package/dist/esm/six-header.entry.js +193 -0
  1058. package/dist/esm/six-header.entry.js.map +1 -0
  1059. package/dist/esm/six-icon-button.entry.js +43 -0
  1060. package/dist/esm/six-icon-button.entry.js.map +1 -0
  1061. package/dist/esm/six-icon.entry.js +31 -0
  1062. package/dist/esm/six-icon.entry.js.map +1 -0
  1063. package/dist/esm/six-input.entry.js +207 -0
  1064. package/dist/esm/six-input.entry.js.map +1 -0
  1065. package/dist/esm/six-item-picker.entry.js +430 -0
  1066. package/dist/esm/six-item-picker.entry.js.map +1 -0
  1067. package/dist/esm/six-language-switcher.entry.js +61 -0
  1068. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  1069. package/dist/esm/six-layout-grid.entry.js +31 -0
  1070. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  1071. package/dist/esm/six-main-container.entry.js +19 -0
  1072. package/dist/esm/six-main-container.entry.js.map +1 -0
  1073. package/dist/esm/six-menu-divider.entry.js +17 -0
  1074. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  1075. package/dist/esm/six-menu-label.entry.js +17 -0
  1076. package/dist/esm/six-menu-label.entry.js.map +1 -0
  1077. package/dist/esm/six-picto.entry.js +24 -0
  1078. package/dist/esm/six-picto.entry.js.map +1 -0
  1079. package/dist/esm/six-progress-bar.entry.js +24 -0
  1080. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  1081. package/dist/esm/six-progress-ring.entry.js +39 -0
  1082. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  1083. package/dist/esm/six-radio.entry.js +117 -0
  1084. package/dist/esm/six-radio.entry.js.map +1 -0
  1085. package/dist/esm/six-range.entry.js +198 -0
  1086. package/dist/esm/six-range.entry.js.map +1 -0
  1087. package/dist/esm/six-root.entry.js +21 -0
  1088. package/dist/esm/six-root.entry.js.map +1 -0
  1089. package/dist/esm/six-search-field.entry.js +54 -0
  1090. package/dist/esm/six-search-field.entry.js.map +1 -0
  1091. package/dist/esm/six-select.entry.js +529 -0
  1092. package/dist/esm/six-select.entry.js.map +1 -0
  1093. package/dist/esm/six-sidebar-item-group.entry.js +65 -0
  1094. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  1095. package/dist/esm/six-sidebar-item.entry.js +26 -0
  1096. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  1097. package/dist/esm/six-sidebar.entry.js +197 -0
  1098. package/dist/esm/six-sidebar.entry.js.map +1 -0
  1099. package/dist/esm/six-spinner.entry.js +24 -0
  1100. package/dist/esm/six-spinner.entry.js.map +1 -0
  1101. package/dist/esm/six-stage-indicator.entry.js +18 -0
  1102. package/dist/esm/six-stage-indicator.entry.js.map +1 -0
  1103. package/dist/esm/six-switch.entry.js +119 -0
  1104. package/dist/esm/six-switch.entry.js.map +1 -0
  1105. package/dist/esm/six-tab-group.entry.js +246 -0
  1106. package/dist/esm/six-tab-group.entry.js.map +1 -0
  1107. package/dist/esm/six-tab-panel.entry.js +24 -0
  1108. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  1109. package/dist/esm/six-tab.entry.js +65 -0
  1110. package/dist/esm/six-tab.entry.js.map +1 -0
  1111. package/dist/esm/six-tag.entry.js +64 -0
  1112. package/dist/esm/six-tag.entry.js.map +1 -0
  1113. package/dist/esm/six-textarea.entry.js +192 -0
  1114. package/dist/esm/six-textarea.entry.js.map +1 -0
  1115. package/dist/esm/six-tile.entry.js +90 -0
  1116. package/dist/esm/six-tile.entry.js.map +1 -0
  1117. package/dist/esm/six-timepicker.entry.js +390 -0
  1118. package/dist/esm/six-timepicker.entry.js.map +1 -0
  1119. package/dist/esm/six-tooltip.entry.js +166 -0
  1120. package/dist/esm/six-tooltip.entry.js.map +1 -0
  1121. package/dist/esm/slot-56531341.js +47 -0
  1122. package/dist/esm/slot-56531341.js.map +1 -0
  1123. package/dist/esm/types-a07bb999.js +19 -0
  1124. package/dist/esm/types-a07bb999.js.map +1 -0
  1125. package/dist/esm/ui-library.js +20 -0
  1126. package/dist/esm/ui-library.js.map +1 -0
  1127. package/dist/index.cjs.js +1 -0
  1128. package/dist/index.js +1 -0
  1129. package/dist/types/components/six-alert/six-alert.d.ts +65 -0
  1130. package/dist/types/components/six-avatar/six-avatar.d.ts +26 -0
  1131. package/dist/types/components/six-badge/six-badge.d.ts +19 -0
  1132. package/dist/types/components/six-button/six-button.d.ts +68 -0
  1133. package/dist/types/components/six-card/six-card.d.ts +9 -0
  1134. package/dist/types/components/six-checkbox/six-checkbox.d.ts +77 -0
  1135. package/dist/types/components/six-datepicker/components/day-selection.d.ts +9 -0
  1136. package/dist/types/components/six-datepicker/components/month-selection.d.ts +8 -0
  1137. package/dist/types/components/six-datepicker/components/year-selection.d.ts +7 -0
  1138. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  1139. package/dist/types/components/six-datepicker/six-datepicker.d.ts +205 -0
  1140. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  1141. package/dist/types/components/six-details/six-details.d.ts +61 -0
  1142. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  1143. package/dist/types/components/six-drawer/six-drawer.d.ts +81 -0
  1144. package/dist/types/components/six-dropdown/six-dropdown.d.ts +155 -0
  1145. package/dist/types/components/six-error/six-error.d.ts +9 -0
  1146. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  1147. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  1148. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  1149. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -0
  1150. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  1151. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  1152. package/dist/types/components/six-header/six-header.d.ts +83 -0
  1153. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  1154. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  1155. package/dist/types/components/six-input/six-input.d.ts +139 -0
  1156. package/dist/types/components/six-item-picker/six-item-picker.d.ts +110 -0
  1157. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  1158. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  1159. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  1160. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  1161. package/dist/types/components/six-menu/six-menu.d.ts +84 -0
  1162. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  1163. package/dist/types/components/six-menu-item/six-menu-item.d.ts +45 -0
  1164. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  1165. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  1166. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  1167. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  1168. package/dist/types/components/six-radio/six-radio.d.ts +55 -0
  1169. package/dist/types/components/six-range/six-range.d.ts +93 -0
  1170. package/dist/types/components/six-root/six-root.d.ts +21 -0
  1171. package/dist/types/components/six-search-field/six-search-field.d.ts +31 -0
  1172. package/dist/types/components/six-select/six-select.d.ts +165 -0
  1173. package/dist/types/components/six-select/util.d.ts +7 -0
  1174. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  1175. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +20 -0
  1176. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +33 -0
  1177. package/dist/types/components/six-spinner/six-spinner.d.ts +16 -0
  1178. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  1179. package/dist/types/components/six-switch/six-switch.d.ts +66 -0
  1180. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  1181. package/dist/types/components/six-tab-group/six-tab-group.d.ts +58 -0
  1182. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  1183. package/dist/types/components/six-tag/six-tag.d.ts +36 -0
  1184. package/dist/types/components/six-textarea/six-textarea.d.ts +109 -0
  1185. package/dist/types/components/six-tile/six-tile.d.ts +39 -0
  1186. package/dist/types/components/six-timepicker/six-timepicker.d.ts +170 -0
  1187. package/dist/types/components/six-tooltip/six-tooltip.d.ts +70 -0
  1188. package/dist/types/components.d.ts +5509 -0
  1189. package/dist/types/functional-components/form-control/form-control.d.ts +37 -0
  1190. package/dist/types/index.d.ts +3 -0
  1191. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  1192. package/dist/types/testUtil/delay.d.ts +1 -0
  1193. package/dist/types/types.d.ts +3 -0
  1194. package/dist/types/utils/alert.d.ts +10 -0
  1195. package/dist/types/utils/animation.d.ts +12 -0
  1196. package/dist/types/utils/date-util.d.ts +210 -0
  1197. package/dist/types/utils/error-messages.d.ts +44 -0
  1198. package/dist/types/utils/event-listeners.d.ts +16 -0
  1199. package/dist/types/utils/execution-control.d.ts +24 -0
  1200. package/dist/types/utils/focus-visible.d.ts +6 -0
  1201. package/dist/types/utils/form.d.ts +1 -0
  1202. package/dist/types/utils/modal.d.ts +13 -0
  1203. package/dist/types/utils/offset.d.ts +4 -0
  1204. package/dist/types/utils/popover.d.ts +27 -0
  1205. package/dist/types/utils/popup.d.ts +9 -0
  1206. package/dist/types/utils/scroll.d.ts +3 -0
  1207. package/dist/types/utils/slot.d.ts +3 -0
  1208. package/dist/types/utils/support.d.ts +1 -0
  1209. package/dist/types/utils/tabbable.d.ts +2 -0
  1210. package/dist/types/utils/time.util.d.ts +19 -0
  1211. package/dist/types/utils/type-check.d.ts +3 -0
  1212. package/dist/types/utils/types.d.ts +4 -0
  1213. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  1214. package/dist/ui-library/assets/commons.js +5 -0
  1215. package/dist/ui-library/assets/data.json +642 -0
  1216. package/dist/ui-library/assets/six-logo.svg +1 -0
  1217. package/dist/ui-library/files/file-list.json +308 -0
  1218. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  1219. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  1220. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  1221. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  1222. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  1223. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  1224. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  1225. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  1226. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  1227. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  1228. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  1229. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  1230. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  1231. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  1232. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  1233. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  1234. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  1235. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  1236. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  1237. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  1238. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  1239. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  1240. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  1241. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  1242. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  1243. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  1244. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  1245. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  1246. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  1247. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  1248. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  1249. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  1250. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  1251. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  1252. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  1253. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  1254. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  1255. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  1256. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  1257. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  1258. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  1259. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  1260. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  1261. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  1262. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  1263. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  1264. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  1265. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  1266. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  1267. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  1268. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  1269. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  1270. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  1271. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  1272. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  1273. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  1274. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  1275. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  1276. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  1277. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  1278. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  1279. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  1280. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  1281. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  1282. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  1283. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  1284. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  1285. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  1286. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  1287. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  1288. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  1289. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  1290. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  1291. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  1292. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  1293. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  1294. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  1295. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  1296. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  1297. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  1298. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  1299. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  1300. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  1301. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  1302. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  1303. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  1304. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  1305. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  1306. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  1307. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  1308. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  1309. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  1310. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  1311. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  1312. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  1313. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  1314. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  1315. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  1316. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  1317. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  1318. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  1319. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  1320. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  1321. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  1322. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  1323. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  1324. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  1325. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  1326. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  1327. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  1328. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  1329. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  1330. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  1331. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  1332. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  1333. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  1334. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  1335. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  1336. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  1337. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  1338. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  1339. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  1340. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  1341. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  1342. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  1343. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  1344. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  1345. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  1346. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  1347. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  1348. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  1349. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  1350. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  1351. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  1352. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  1353. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  1354. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  1355. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  1356. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  1357. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  1358. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  1359. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  1360. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  1361. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  1362. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  1363. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  1364. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  1365. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  1366. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  1367. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  1368. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  1369. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  1370. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  1371. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  1372. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  1373. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  1374. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  1375. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  1376. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  1377. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  1378. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  1379. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  1380. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  1381. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  1382. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  1383. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  1384. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  1385. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  1386. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  1387. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  1388. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  1389. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  1390. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  1391. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  1392. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  1393. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  1394. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  1395. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  1396. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  1397. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  1398. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  1399. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  1400. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  1401. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  1402. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  1403. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  1404. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  1405. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  1406. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  1407. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  1408. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  1409. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  1410. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  1411. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  1412. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  1413. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  1414. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  1415. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  1416. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  1417. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  1418. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  1419. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  1420. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  1421. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  1422. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  1423. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  1424. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  1425. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  1426. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  1427. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  1428. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  1429. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  1430. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  1431. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  1432. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  1433. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  1434. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  1435. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  1436. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  1437. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  1438. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  1439. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  1440. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  1441. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  1442. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  1443. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  1444. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  1445. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  1446. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  1447. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  1448. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  1449. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  1450. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  1451. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  1452. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  1453. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  1454. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  1455. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  1456. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  1457. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  1458. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  1459. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  1460. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  1461. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  1462. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  1463. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  1464. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  1465. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  1466. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  1467. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  1468. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  1469. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  1470. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  1471. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  1472. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  1473. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  1474. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  1475. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  1476. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  1477. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  1478. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  1479. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  1480. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  1481. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  1482. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  1483. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  1484. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1485. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1486. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1487. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1488. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1489. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1490. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1491. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1492. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1493. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1494. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1495. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1496. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1497. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1498. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1499. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1500. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1501. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1502. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1503. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1504. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1505. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1506. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1507. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1508. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1509. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1510. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1511. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1512. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1513. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1514. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1515. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1516. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1517. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1518. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1519. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1520. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1521. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1522. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1523. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1524. package/dist/ui-library/index.esm.js +2 -0
  1525. package/dist/ui-library/index.esm.js.map +1 -0
  1526. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1527. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1528. package/dist/ui-library/material-icons-round.woff +0 -0
  1529. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1530. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1531. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1532. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1533. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1534. package/dist/ui-library/material-icons.css +124 -0
  1535. package/dist/ui-library/material-icons.scss +5 -0
  1536. package/dist/ui-library/material-icons.woff +0 -0
  1537. package/dist/ui-library/material-icons.woff2 +0 -0
  1538. package/dist/ui-library/p-0440335d.entry.js +2 -0
  1539. package/dist/ui-library/p-0440335d.entry.js.map +1 -0
  1540. package/dist/ui-library/p-04cc397c.entry.js +2 -0
  1541. package/dist/ui-library/p-04cc397c.entry.js.map +1 -0
  1542. package/dist/ui-library/p-06ba4450.js +2 -0
  1543. package/dist/ui-library/p-06ba4450.js.map +1 -0
  1544. package/dist/ui-library/p-0cebf1d2.js +2 -0
  1545. package/dist/ui-library/p-0cebf1d2.js.map +1 -0
  1546. package/dist/ui-library/p-0edd3091.entry.js +2 -0
  1547. package/dist/ui-library/p-0edd3091.entry.js.map +1 -0
  1548. package/dist/ui-library/p-150b7664.entry.js +2 -0
  1549. package/dist/ui-library/p-150b7664.entry.js.map +1 -0
  1550. package/dist/ui-library/p-1f5840b5.entry.js +2 -0
  1551. package/dist/ui-library/p-1f5840b5.entry.js.map +1 -0
  1552. package/dist/ui-library/p-28cc013e.entry.js +2 -0
  1553. package/dist/ui-library/p-28cc013e.entry.js.map +1 -0
  1554. package/dist/ui-library/p-3424bbc0.entry.js +2 -0
  1555. package/dist/ui-library/p-3424bbc0.entry.js.map +1 -0
  1556. package/dist/ui-library/p-348c68a8.entry.js +2 -0
  1557. package/dist/ui-library/p-348c68a8.entry.js.map +1 -0
  1558. package/dist/ui-library/p-3723ca06.entry.js +2 -0
  1559. package/dist/ui-library/p-3723ca06.entry.js.map +1 -0
  1560. package/dist/ui-library/p-37aeac5e.entry.js +2 -0
  1561. package/dist/ui-library/p-37aeac5e.entry.js.map +1 -0
  1562. package/dist/ui-library/p-3d7fb086.entry.js +2 -0
  1563. package/dist/ui-library/p-3d7fb086.entry.js.map +1 -0
  1564. package/dist/ui-library/p-457f7373.entry.js +2 -0
  1565. package/dist/ui-library/p-457f7373.entry.js.map +1 -0
  1566. package/dist/ui-library/p-4a667f31.entry.js +2 -0
  1567. package/dist/ui-library/p-4a667f31.entry.js.map +1 -0
  1568. package/dist/ui-library/p-50dae789.entry.js +2 -0
  1569. package/dist/ui-library/p-50dae789.entry.js.map +1 -0
  1570. package/dist/ui-library/p-546e33d9.entry.js +2 -0
  1571. package/dist/ui-library/p-546e33d9.entry.js.map +1 -0
  1572. package/dist/ui-library/p-5db3a705.entry.js +2 -0
  1573. package/dist/ui-library/p-5db3a705.entry.js.map +1 -0
  1574. package/dist/ui-library/p-61e66671.js +2 -0
  1575. package/dist/ui-library/p-61e66671.js.map +1 -0
  1576. package/dist/ui-library/p-6296779b.entry.js +2 -0
  1577. package/dist/ui-library/p-6296779b.entry.js.map +1 -0
  1578. package/dist/ui-library/p-64b4755d.entry.js +2 -0
  1579. package/dist/ui-library/p-64b4755d.entry.js.map +1 -0
  1580. package/dist/ui-library/p-6c1b046e.entry.js +2 -0
  1581. package/dist/ui-library/p-6c1b046e.entry.js.map +1 -0
  1582. package/dist/ui-library/p-7115316e.entry.js +2 -0
  1583. package/dist/ui-library/p-7115316e.entry.js.map +1 -0
  1584. package/dist/ui-library/p-73dd493f.entry.js +2 -0
  1585. package/dist/ui-library/p-73dd493f.entry.js.map +1 -0
  1586. package/dist/ui-library/p-7f856f00.js +2 -0
  1587. package/dist/ui-library/p-7f856f00.js.map +1 -0
  1588. package/dist/ui-library/p-8227aaed.js +2 -0
  1589. package/dist/ui-library/p-8227aaed.js.map +1 -0
  1590. package/dist/ui-library/p-842b492e.js +2 -0
  1591. package/dist/ui-library/p-842b492e.js.map +1 -0
  1592. package/dist/ui-library/p-862d474e.js +2 -0
  1593. package/dist/ui-library/p-862d474e.js.map +1 -0
  1594. package/dist/ui-library/p-870b988d.entry.js +2 -0
  1595. package/dist/ui-library/p-870b988d.entry.js.map +1 -0
  1596. package/dist/ui-library/p-884c5cf9.entry.js +2 -0
  1597. package/dist/ui-library/p-884c5cf9.entry.js.map +1 -0
  1598. package/dist/ui-library/p-8888a367.entry.js +2 -0
  1599. package/dist/ui-library/p-8888a367.entry.js.map +1 -0
  1600. package/dist/ui-library/p-8bfb4bfc.js +2 -0
  1601. package/dist/ui-library/p-8bfb4bfc.js.map +1 -0
  1602. package/dist/ui-library/p-8ced18d8.entry.js +2 -0
  1603. package/dist/ui-library/p-8ced18d8.entry.js.map +1 -0
  1604. package/dist/ui-library/p-935c78a7.entry.js +2 -0
  1605. package/dist/ui-library/p-935c78a7.entry.js.map +1 -0
  1606. package/dist/ui-library/p-961bd001.entry.js +2 -0
  1607. package/dist/ui-library/p-961bd001.entry.js.map +1 -0
  1608. package/dist/ui-library/p-998de05d.js +2 -0
  1609. package/dist/ui-library/p-998de05d.js.map +1 -0
  1610. package/dist/ui-library/p-9b08068d.entry.js +2 -0
  1611. package/dist/ui-library/p-9b08068d.entry.js.map +1 -0
  1612. package/dist/ui-library/p-9c79341d.entry.js +2 -0
  1613. package/dist/ui-library/p-9c79341d.entry.js.map +1 -0
  1614. package/dist/ui-library/p-a1502802.js +2 -0
  1615. package/dist/ui-library/p-a1502802.js.map +1 -0
  1616. package/dist/ui-library/p-a9c159f2.entry.js +2 -0
  1617. package/dist/ui-library/p-a9c159f2.entry.js.map +1 -0
  1618. package/dist/ui-library/p-ac57ba5c.entry.js +2 -0
  1619. package/dist/ui-library/p-ac57ba5c.entry.js.map +1 -0
  1620. package/dist/ui-library/p-af15381b.js +3 -0
  1621. package/dist/ui-library/p-af15381b.js.map +1 -0
  1622. package/dist/ui-library/p-b1a5f3cd.entry.js +2 -0
  1623. package/dist/ui-library/p-b1a5f3cd.entry.js.map +1 -0
  1624. package/dist/ui-library/p-b385a241.entry.js +2 -0
  1625. package/dist/ui-library/p-b385a241.entry.js.map +1 -0
  1626. package/dist/ui-library/p-b74c5d6b.entry.js +2 -0
  1627. package/dist/ui-library/p-b74c5d6b.entry.js.map +1 -0
  1628. package/dist/ui-library/p-bf2fb53f.entry.js +2 -0
  1629. package/dist/ui-library/p-bf2fb53f.entry.js.map +1 -0
  1630. package/dist/ui-library/p-c2c7370b.entry.js +2 -0
  1631. package/dist/ui-library/p-c2c7370b.entry.js.map +1 -0
  1632. package/dist/ui-library/p-caea1eb6.entry.js +2 -0
  1633. package/dist/ui-library/p-caea1eb6.entry.js.map +1 -0
  1634. package/dist/ui-library/p-d3f5b9a8.entry.js +2 -0
  1635. package/dist/ui-library/p-d3f5b9a8.entry.js.map +1 -0
  1636. package/dist/ui-library/p-d42b18eb.entry.js +2 -0
  1637. package/dist/ui-library/p-d42b18eb.entry.js.map +1 -0
  1638. package/dist/ui-library/p-d95e292e.entry.js +2 -0
  1639. package/dist/ui-library/p-d95e292e.entry.js.map +1 -0
  1640. package/dist/ui-library/p-da7f3dbd.entry.js +2 -0
  1641. package/dist/ui-library/p-da7f3dbd.entry.js.map +1 -0
  1642. package/dist/ui-library/p-dfb89b6a.entry.js +2 -0
  1643. package/dist/ui-library/p-dfb89b6a.entry.js.map +1 -0
  1644. package/dist/ui-library/p-e080d5b6.js +2 -0
  1645. package/dist/ui-library/p-e080d5b6.js.map +1 -0
  1646. package/dist/ui-library/p-e6032375.entry.js +2 -0
  1647. package/dist/ui-library/p-e6032375.entry.js.map +1 -0
  1648. package/dist/ui-library/p-e60d2324.entry.js +2 -0
  1649. package/dist/ui-library/p-e60d2324.entry.js.map +1 -0
  1650. package/dist/ui-library/p-e8298c6e.entry.js +2 -0
  1651. package/dist/ui-library/p-e8298c6e.entry.js.map +1 -0
  1652. package/dist/ui-library/p-ed279165.entry.js +2 -0
  1653. package/dist/ui-library/p-ed279165.entry.js.map +1 -0
  1654. package/dist/ui-library/p-ed61b75c.entry.js +2 -0
  1655. package/dist/ui-library/p-ed61b75c.entry.js.map +1 -0
  1656. package/dist/ui-library/p-f136a6b2.js +2 -0
  1657. package/dist/ui-library/p-f136a6b2.js.map +1 -0
  1658. package/dist/ui-library/p-f1ab3384.entry.js +2 -0
  1659. package/dist/ui-library/p-f1ab3384.entry.js.map +1 -0
  1660. package/dist/ui-library/p-f4ef481c.entry.js +2 -0
  1661. package/dist/ui-library/p-f4ef481c.entry.js.map +1 -0
  1662. package/dist/ui-library/p-f8cbb8da.entry.js +2 -0
  1663. package/dist/ui-library/p-f8cbb8da.entry.js.map +1 -0
  1664. package/dist/ui-library/ui-library.css +1 -0
  1665. package/dist/ui-library/ui-library.esm.js +2 -0
  1666. package/dist/ui-library/ui-library.esm.js.map +1 -0
  1667. package/loader/cdn.js +3 -0
  1668. package/loader/index.cjs.js +3 -0
  1669. package/loader/index.d.ts +21 -0
  1670. package/loader/index.es2017.js +3 -0
  1671. package/loader/index.js +4 -0
  1672. package/loader/package.json +11 -0
  1673. package/package.json +68 -0
@@ -0,0 +1 @@
1
+ {"file":"six-timepicker2.js","mappings":"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","names":[],"sources":["src/utils/popup.ts","src/utils/time.util.ts","src/components/six-timepicker/six-timepicker.scss?tag=six-timepicker&encapsulation=shadow","src/components/six-timepicker/six-timepicker.tsx"],"sourcesContent":["/**\n * If the popup is hoisted we popup is hoisted its position will change to fix to not be clipped of by a containing container.\n * To render the popup correctly we render it normally, and then assign this screenposition to the fixed popup\n */\nexport function adjustPopupForHoisting(\n hoist: boolean,\n popup: HTMLElement | undefined,\n inputElement: HTMLElement | undefined,\n wrapper: HTMLElement | undefined,\n minPopupHeight: number,\n dropdownDirectionChanged: (isUp: boolean) => void\n) {\n if (!hoist || popup == null || inputElement == null || wrapper == null) {\n return;\n }\n // take a snapshot of normally rendered popup\n const popupDimensions = setPopupAsFixPosition(popup);\n const inputDimensions = inputElement.getBoundingClientRect();\n const inputTop = inputDimensions.top;\n const popupTop = popupDimensions.top;\n\n const isUp = calcIsDropDownContentUp(inputElement, wrapper, minPopupHeight);\n // check screen position to check whether the popup should be moved above or below the trigger element\n if (isUp && inputTop < popupTop) {\n // move popup above input field if datepicker is at bottom of screen\n popup.style.top = `${popupTop - popupDimensions.height - inputDimensions.height}px`;\n }\n dropdownDirectionChanged(isUp);\n}\n\n/*\n * For small screens the datepicker popup could be cut-off even though there might still be space within the viewport.\n * This is because the popup is always aligned with the trigger input field. However in the scenario of small screens\n * we should reposition the popup to use the space available.\n */\nexport function adjustPopupForSmallScreens(popup?: HTMLElement) {\n // execute after dropdown has been rendered to make sure the popup reference is correctly set\n setTimeout(() => {\n if (popup == null) {\n return;\n }\n const popupDimensions = popup.getBoundingClientRect();\n if (\n popupDimensions.y < 0 &&\n window.innerHeight - popupDimensions.height > 0 &&\n Math.abs(popupDimensions.y) <= popupDimensions.height\n ) {\n // handle case where popup is cut-off on top but there is still space available\n setPopupAsFixPosition(popup);\n popup.style.top = '0px';\n } else if (\n window.innerHeight < popupDimensions.y + popupDimensions.height &&\n window.innerHeight > popupDimensions.height &&\n Math.abs(popupDimensions.y - window.innerHeight) <= popupDimensions.height\n ) {\n // handle case where popup is cut-off at the bottom but there is still space available above\n // apply screen position to fixed popup\n setPopupAsFixPosition(popup);\n popup.style.top = `${window.innerHeight - popupDimensions.height}px`;\n }\n\n if (\n window.innerWidth < popupDimensions.x + popupDimensions.width &&\n window.innerWidth > popupDimensions.width &&\n Math.abs(popupDimensions.x - window.innerWidth) <= popupDimensions.width\n ) {\n // handle case where popup is cut-off to the right\n setPopupAsFixPosition(popup);\n popup.style.left = `${window.innerWidth - popupDimensions.width}px`;\n }\n }, 0);\n}\n\nexport function calcIsDropDownContentUp(\n inputElement: HTMLElement,\n wrapper: HTMLElement,\n minPopupHeight: number\n): boolean {\n const inputBoundingRect = inputElement.getBoundingClientRect();\n const wrapperBoundingRect = wrapper.getBoundingClientRect();\n const popupHeight = Math.max(wrapperBoundingRect.height, minPopupHeight);\n const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;\n return moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + popupHeight;\n}\n\nexport function setPopupAsFixPosition(popup: HTMLElement): DOMRect {\n const popupDimensions = popup.getBoundingClientRect();\n popup.style.position = 'fixed';\n popup.style.top = popupDimensions['top'] + 'px';\n popup.style.left = popupDimensions['left'] + 'px';\n popup.style.width = popupDimensions['width'] + 'px';\n popup.style.minHeight = 'fit-content';\n return popupDimensions;\n}\n\n/*\n * The position of the hoisted datepicker needs to be correctly calculated since the position changes to fixed.\n * Thus if the user scrolls or adjusts the screen size we need to recalculate the datepicker position.\n */\nexport function movePopup(\n hoist: boolean,\n open: boolean,\n popup: HTMLElement | undefined,\n inputElement: HTMLElement | undefined,\n wrapper: HTMLElement | undefined,\n minPopupHeight: number\n) {\n if (!hoist || !open || popup == null || inputElement == null || wrapper == null) {\n return;\n }\n const popupBoundingClientRect = popup.getBoundingClientRect();\n const popupHeight = popupBoundingClientRect.height;\n const inputBoundingClientRect = inputElement.getBoundingClientRect();\n const inputTop = inputBoundingClientRect.top;\n const inputHeight = inputBoundingClientRect.height;\n\n const isUp = calcIsDropDownContentUp(inputElement, wrapper, minPopupHeight);\n\n if (isUp) {\n popup.style.top = `${inputTop - popupHeight}px`;\n } else {\n popup.style.top = `${inputTop + inputHeight}px`;\n }\n}\n","export type TimePeriod = 'AM' | 'PM';\n\nexport interface Time {\n hours?: number;\n minutes?: number;\n seconds?: number;\n milliseconds?: number;\n has24Hours?: boolean; // true => 24h, false => 12h\n period?: TimePeriod; // only needed for 12-hour clock\n}\n\nexport type TimeProperties = keyof Time;\n\nexport type TimeFormatChar =\n | 'HH' // 24h\n | 'hh' // 12h\n | 'mm' // minutes\n | 'ss' // seconds\n | 'ms' // milliseconds\n | 'aa'; // period (AM/PM)\n\n/*\n * Supported time formats\n */\nexport type TimeFormat =\n | 'HH:mm:ss'\n | 'hh:mm:ss:aa'\n | 'HH:mm:ss:ms'\n | 'hh:mm:ss:ms:aa'\n | 'HH:mm'\n | 'hh:mm:aa'\n | 'HH'\n | 'hh:aa'\n | 'mm'\n | 'ss'\n | 'ms';\n\nexport const getCurrentTimeIn24Hours = (): Time => {\n const now = new Date();\n return {\n hours: now.getHours(),\n minutes: now.getMinutes(),\n seconds: now.getSeconds(),\n milliseconds: now.getMilliseconds(),\n has24Hours: true,\n };\n};\n\nconst HOURS_IN_12_HOUR_CLOCK_FORMAT = 12;\n\nexport const getHoursIn12HourFormat = (hours: number) =>\n hours > HOURS_IN_12_HOUR_CLOCK_FORMAT ? hours - HOURS_IN_12_HOUR_CLOCK_FORMAT : hours;\n\nexport const getCurrentTimeIn12Hours = (): Time => {\n const now = new Date();\n const hours = now.getHours();\n return {\n hours: getHoursIn12HourFormat(hours),\n minutes: now.getMinutes(),\n seconds: now.getSeconds(),\n milliseconds: now.getMilliseconds(),\n has24Hours: false,\n period: hours >= HOURS_IN_12_HOUR_CLOCK_FORMAT ? 'PM' : 'AM',\n };\n};\n\nexport const getCurrentTime = (has24Hours = true): Time => {\n return has24Hours ? getCurrentTimeIn24Hours() : getCurrentTimeIn12Hours();\n};\n\nexport const isValidTimeString = (timeStr: string, format: TimeFormat) => {\n const timeStringParts = timeStr.split(':');\n const timeFormatParts = format.split(':');\n return timeStringParts.length === timeFormatParts.length;\n};\n\nexport const parseTimeString = (timeStr: string, format: TimeFormat): Time => {\n const timeParts = timeStr.split(':');\n const formatParts = format.split(':') as TimeFormatChar[];\n\n if (!isValidTimeString(timeStr, format)) {\n console.error(\n `Timestring did not match expected format.\\nExpected format: ${format}\\nReceived timestring: ${timeStr}`\n );\n }\n\n const time: Time = {};\n\n timeParts.forEach((timeStringPart, i) => {\n const formatStringPart: TimeFormatChar = formatParts[i];\n switch (formatStringPart) {\n case 'HH':\n time.hours = Number(timeStringPart);\n time.has24Hours = true;\n break;\n case 'hh':\n time.hours = Number(timeStringPart);\n time.has24Hours = false;\n break;\n case 'mm':\n time.minutes = Number(timeStringPart);\n break;\n case 'ss':\n time.seconds = Number(timeStringPart);\n break;\n case 'ms':\n time.milliseconds = Number(timeStringPart);\n break;\n case 'aa':\n time.period = timeStringPart.toUpperCase() === 'PM' ? 'PM' : 'AM';\n }\n });\n return time;\n};\n\nexport const createTimeString = (time: Time | undefined, format: TimeFormat): string => {\n if (time == null) {\n return '';\n }\n\n const formatParts = format.split(':') as TimeFormatChar[];\n\n return formatParts\n .map((timeFormatPart) => {\n switch (timeFormatPart) {\n case 'HH':\n case 'hh':\n return String(time.hours).padStart(2, '0');\n case 'mm':\n return String(time.minutes).padStart(2, '0');\n case 'ss':\n return String(time.seconds).padStart(2, '0');\n case 'ms':\n return String(time.milliseconds).padStart(3, '0');\n case 'aa':\n return String(time.period);\n }\n })\n .join(':');\n};\n","@import 'src/global/component';\n\n:host {\n display: block;\n font-family: var(--six-font-family);\n}\n\n.timepicker {\n &_clear {\n display: inline-flex;\n align-items: center;\n font-size: inherit;\n color: var(--six-input-icon-color);\n border: none;\n background: none;\n padding: 0;\n transition: var(--six-transition-fast) color;\n cursor: pointer;\n\n &:hover {\n color: var(--six-input-icon-color-hover);\n }\n\n &:focus {\n outline: none;\n }\n\n &--right {\n right: 0;\n position: absolute;\n }\n\n &--left {\n right: 35px;\n position: absolute;\n }\n }\n\n &__container {\n position: relative;\n }\n\n &__popup {\n display: flex;\n justify-content: center;\n min-width: min-content;\n min-height: 145px;\n background-color: white;\n padding: 0.5em 0.5em 1.5em;\n box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);\n user-select: none;\n position: absolute;\n z-index: var(--six-z-index-dropdown);\n right: 0;\n left: 0;\n\n &--is-up {\n bottom: 100%;\n }\n\n &--is-inline {\n position: initial;\n box-shadow: none;\n border: 1px solid var(--six-color-web-rock-400);\n }\n }\n\n &__separator {\n display: flex;\n align-items: center;\n }\n\n &__item {\n &--wide {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n }\n }\n}\n\n.input--empty .timepicker_clear {\n visibility: hidden;\n}\n\n.input--hide {\n display: none;\n}\n\n// Icon position\n.prefix {\n cursor: pointer;\n\n &--right {\n right: 0;\n display: inline-flex;\n position: absolute;\n font-size: inherit;\n color: var(--six-input-icon-color);\n border: none;\n background: none;\n margin-right: var(--six-input-spacing-medium);\n transition: var(--six-transition-fast) color;\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Listen, Method, Prop, State, Watch } from '@stencil/core';\nimport { ItemPickerType } from '../six-item-picker/types';\nimport {\n createTimeString,\n getCurrentTime,\n isValidTimeString,\n parseTimeString,\n Time,\n TimeFormat,\n TimeProperties,\n} from '../../utils/time.util';\nimport { debounce, DEFAULT_DEBOUNCE_FAST, DEFAULT_DEBOUNCE_INSANELY_FAST } from '../../utils/execution-control';\nimport { SixItemPickerChangePayload } from '../six-item-picker/six-item-picker';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { hasSlot } from '../../utils/slot';\nimport { EmptyPayload } from '../../utils/types';\nimport { adjustPopupForHoisting, movePopup } from '../../utils/popup';\n\nexport interface SixTimepickerChange {\n value?: Time;\n valueAsString: string;\n changedProperty?: string;\n}\n\ninterface SixTimeUnitPickerParams {\n min?: number;\n max?: number;\n items?: string[];\n type?: ItemPickerType;\n class?: string;\n paddingLength?: number;\n propertyName: TimeProperties;\n}\n\nconst MIN_POPUP_HEIGHT = 145;\n\n/**\n * @since 2.0.0\n * @status experimental\n *\n * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.\n *\n * @part input - The input field\n * @part container - The container of whole component\n * @part popup - The popup of the timepicker component\n *\n */\n@Component({\n tag: 'six-timepicker',\n styleUrl: 'six-timepicker.scss',\n shadow: true,\n})\nexport class SixTimepicker {\n private eventListeners = new EventListeners();\n private popup?: HTMLElement;\n private wrapper?: HTMLElement;\n private inputElement?: HTMLSixInputElement;\n\n @Element() host!: HTMLSixTimepickerElement;\n\n /**\n * Define the time format. Valid formats are:\n *\n * HH:mm:ss\n * hh:mm:ss:aa\n * HH:mm:ss:ms\n * hh:mm:ss:ms:aa\n * HH:mm\n * hh:mm:aa\n * HH\n * hh:aa\n * mm\n * ss\n * ms\n *\n * where HH is the 24 hour format\n * and hh is the 12 hour format\n *\n * Please notice that when using the 12-hour-clock (hh)\n * you always need a period indicator (aa). So the time can be parsed as either am or pm\n * */\n @Prop() format: TimeFormat = 'HH:mm:ss';\n\n /**\n * Define the separator to be shown between the time unit pickers.\n * Please be aware that this property will modify the displayed separator only.\n * The separator for a timestring is always expected to be a colon (eg. '13:52:20')\n * */\n @Prop() separator = ':';\n\n /**\n * The value of the timepicker provided as a string. The string mast match the provided format (or default format)\n */\n @Prop({ mutable: true }) value = '';\n\n /** Indicates whether the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods. */\n @Prop({ mutable: true, reflect: true }) open = false;\n\n /** Indicates whether the timepicker should be shown as an inline (always open) component */\n @Prop({ reflect: true }) inline = false;\n\n /**\n * If `true` the user can only select a time via the timepicker but not directly edit the input field.\n */\n @Prop() readonly = false;\n\n /**\n * If `true` the component is disabled.\n */\n @Prop() disabled = false;\n\n /**\n * The enforced placement of the dropdown panel.\n */\n @Prop() placement?: 'top' | 'bottom';\n\n /** Timepicker size. */\n @Prop() size: 'small' | 'medium' | 'large' = 'medium';\n\n /** Set to true to show an asterisk beneath the label. */\n @Prop() required = false;\n\n /**\n * The placeholder defines what text to be shown on the input element\n */\n @Prop() placeholder?: string;\n\n /** The input's error text. Alternatively, you can use the error-text slot. */\n @Prop() errorText: string | string[] = '';\n\n /** The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1 */\n @Prop() errorTextCount?: number;\n\n /** The input's label. Alternatively, you can use the label slot. */\n @Prop() label = '';\n\n /** If this property is set to true and an error message is provided by `errorText`, the error message is displayed. */\n @Prop({ reflect: true }) invalid = false;\n\n /** The input's name attribute. */\n @Prop({ reflect: true }) name = '';\n\n /** Set to true to add a clear button when the input is populated. */\n @Prop() clearable = false;\n\n /** Set the position of the icon */\n @Prop() iconPosition: 'left' | 'right' = 'left';\n\n /**\n * Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n * `overflow: auto|scroll`.\n */\n @Prop() hoist = false;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger faster switching between timeunits (e.g. hours).\n */\n @Prop() timeout = DEFAULT_DEBOUNCE_FAST;\n\n /**\n * Set the amount of time, in milliseconds, to wait between switching to next timeunit (e.g. next hour) when mouse button is held pressed.\n */\n @Prop() interval = DEFAULT_DEBOUNCE_INSANELY_FAST;\n\n /**\n * The defaultTime defines the default setting for the timepicker when you open the popup. Default time must match the provided format.\n */\n @Prop() defaultTime?: string;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger the `six-timepicker-change-debounced` event.\n * If you want your change debounce event to not trigger when keeping the nav button pressed before, make sure debounce\n * is a bit bigger than timeout, otherwise keeping the button pressed will trigger the event twice: once you click\n * (and keep pressed) and once you release\n */\n @Prop() debounce = DEFAULT_DEBOUNCE_FAST;\n\n /**\n * Emitted when the timepicker's value changes\n */\n @Event({ eventName: 'six-timepicker-change' }) sixChange!: EventEmitter<SixTimepickerChange>;\n\n /**\n * Emitted when the timepicker's value changes, but debounced\n */\n @Event({ eventName: 'six-timepicker-change-debounced' }) sixChangeDebounced!: EventEmitter<SixTimepickerChange>;\n\n /**\n * Emitted when the clear button is activated.\n */\n @Event({ eventName: 'six-timepicker-clear' }) sixClear!: EventEmitter<EmptyPayload>;\n\n @State() isPopupContentUp = false;\n\n @State() isDropDownContentUp = false;\n\n @Listen('resize', { target: 'window' })\n async resizeHandler() {\n this.calcIsPopupContentUp();\n this.moveOpenHoistedPopup();\n }\n\n @Listen('scroll', { target: 'window' })\n async scrollHandler() {\n this.calcIsPopupContentUp();\n this.moveOpenHoistedPopup();\n }\n\n /**\n * Update the native input element when the value changes\n */\n @Watch('value')\n protected valueChanged() {\n this.updateValue();\n }\n\n /** Sets focus on the datepickers input. */\n @Method()\n async setFocus(options?: FocusOptions) {\n this.inputElement?.setFocus(options);\n }\n\n /*\n * Internally the six-timepicker uses a standardized representation of time, so we don't have a mess,\n * when switching between formats\n */\n @State() private popupValue: Time = {};\n\n connectedCallback() {\n this.eventListeners.forward('six-timepicker-change', 'change', this.host);\n }\n\n componentWillLoad() {\n this.updateValue();\n\n if (this.inline) {\n this.open = true;\n }\n\n if (this.open) {\n this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);\n }\n }\n\n componentDidLoad() {\n if (this.inputElement == null) return;\n const inputElement = this.inputElement;\n\n // emit debounced change event\n this.eventListeners.add(\n this.host,\n 'six-timepicker-change',\n debounce((event: Event) => this.sixChangeDebounced.emit((event as CustomEvent).detail), this.debounce)\n );\n\n // update value and popup value based on input-element value\n this.eventListeners.add(\n inputElement,\n 'six-input-input',\n debounce((event: Event) => {\n event.stopPropagation();\n\n // emit empty event if time string is invalid\n if (!isValidTimeString(inputElement.value, this.format)) {\n this.value = inputElement.value;\n this.sixChange.emit({\n value: {},\n valueAsString: '',\n });\n return;\n }\n\n // update value and popup value, and emit the new value\n this.value = inputElement.value;\n this.popupValue = parseTimeString(inputElement.value, this.format);\n this.sixChange.emit({\n value: this.popupValue,\n valueAsString: createTimeString(this.popupValue, this.format),\n });\n }, this.debounce)\n );\n }\n\n componentDidRender() {\n adjustPopupForHoisting(\n this.hoist,\n this.popup,\n this.inputElement,\n this.wrapper,\n MIN_POPUP_HEIGHT,\n (isUp) => (this.isDropDownContentUp = isUp)\n );\n }\n\n disconnectedCallback() {\n this.eventListeners.removeAll();\n }\n private updateValue() {\n // normalize value\n if (typeof this.value !== 'string' || !isValidTimeString(this.value, this.format)) {\n this.value = '';\n }\n\n // update popup value\n if (this.value === '') {\n if (this.defaultTime == null) {\n this.popupValue = getCurrentTime(this.is24HourClock());\n } else {\n this.popupValue = parseTimeString(this.defaultTime, this.format);\n }\n } else {\n this.popupValue = parseTimeString(this.value, this.format);\n }\n }\n\n private calcIsPopupContentUp() {\n if (this.inputElement == null || this.wrapper == null) {\n return;\n }\n\n const inputBoundingRect = this.inputElement.getBoundingClientRect();\n const wrapperBoundingRect = this.wrapper.getBoundingClientRect();\n const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);\n\n const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;\n this.isPopupContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;\n }\n\n private moveOpenHoistedPopup() {\n movePopup(this.hoist, this.open, this.popup, this.inputElement, this.wrapper, MIN_POPUP_HEIGHT);\n }\n\n private handlePickerChange = (event: CustomEvent<SixItemPickerChangePayload>, property: TimeProperties) => {\n // stop propagation, since the timepicker should not expose the events of the underlying item-picker\n event.stopPropagation();\n if (this.popupValue == null) {\n return;\n }\n\n // update the internal state\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n this.popupValue[property] = event.detail;\n\n const timeString = createTimeString(this.popupValue, this.format);\n\n // update the input value\n this.value = timeString;\n\n // emit change event\n this.sixChange.emit({\n changedProperty: property,\n value: this.popupValue,\n valueAsString: timeString,\n });\n };\n\n private getSixTimeUnitPicker(params: SixTimeUnitPickerParams) {\n return (\n <six-item-picker\n class={params.class}\n timeout={this.timeout}\n interval={this.interval}\n padded\n min={params.min}\n max={params.max}\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n value={this.popupValue[params.propertyName]}\n items={params.items}\n type={params.type || ItemPickerType.NUMBER}\n padding-length={params.paddingLength}\n onSix-item-picker-change={(event) => this.handlePickerChange(event, params.propertyName)}\n ></six-item-picker>\n );\n }\n\n private getHour24Picker() {\n if (!this.is24HourClock()) {\n return;\n }\n return this.getSixTimeUnitPicker({ min: 0, max: 23, propertyName: 'hours' });\n }\n\n private is24HourClock() {\n return this.format.includes('HH');\n }\n\n private getHour12Picker() {\n if (!this.is12HourClock()) {\n return;\n }\n return this.getSixTimeUnitPicker({ min: 0, max: 11, propertyName: 'hours' });\n }\n\n private is12HourClock() {\n return this.format.includes('hh');\n }\n\n private getAmPmPicker() {\n if (!this.is12HourClock()) {\n return;\n }\n const items = ['AM', 'PM'];\n return this.getSixTimeUnitPicker({\n items,\n type: ItemPickerType.CUSTOM,\n propertyName: 'period',\n });\n }\n\n private getMinutePicker() {\n if (!this.format.includes('mm')) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: 'minutes' });\n }\n\n private getSecondsPicker() {\n if (!this.format.includes('ss')) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: 'seconds' });\n }\n\n private getMillisecondsPicker() {\n if (!this.format.includes('ms')) {\n return;\n }\n\n return this.getSixTimeUnitPicker({\n min: 0,\n max: 999,\n class: 'timepicker__item--wide',\n paddingLength: 3,\n propertyName: 'milliseconds',\n });\n }\n\n private getSeparator() {\n return (\n <div class=\"timepicker__separator\">\n <span>{this.separator}</span>\n </div>\n );\n }\n\n private getContent() {\n const elementsInOrder = [\n this.getHour24Picker(),\n this.getHour12Picker(),\n this.getMinutePicker(),\n this.getSecondsPicker(),\n this.getMillisecondsPicker(),\n ];\n\n const visibleElements = elementsInOrder.filter((el) => el !== undefined);\n\n return visibleElements.map((el, idx) => {\n if (idx === visibleElements.length - 1) {\n return [el];\n }\n\n return [el, this.getSeparator()];\n });\n }\n\n private openPopup() {\n if (!this.open && !this.disabled) {\n this.open = true;\n this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);\n }\n }\n\n private closePopup() {\n if (this.inline) {\n return;\n }\n\n this.open = false;\n this.eventListeners.remove(document, 'mousedown', this.handleDocumentMouseDown);\n }\n\n private handleDocumentMouseDown = (event: Event) => {\n // Close when clicking outside the containing element\n const path = event.composedPath() as EventTarget[];\n if (!path.includes(this.host)) {\n this.closePopup();\n return;\n }\n };\n\n private handleClearClick = (event: MouseEvent) => {\n event.stopPropagation();\n this.value = '';\n this.sixClear.emit();\n this.sixChange.emit({\n value: {},\n valueAsString: '',\n });\n };\n\n private renderClearable() {\n return (\n this.clearable && (\n <button\n slot=\"suffix\"\n class={{\n timepicker_clear: true,\n 'timepicker_clear--right': this.iconPosition === 'left',\n 'timepicker_clear--left': this.iconPosition === 'right',\n }}\n type=\"button\"\n onClick={this.handleClearClick}\n tabindex=\"-1\"\n >\n <six-icon size=\"small\">clear</six-icon>\n </button>\n )\n );\n }\n\n private renderCustomIcon() {\n const icon = hasSlot(this.host, 'custom-icon') ? (\n <slot name=\"custom-icon\"></slot>\n ) : (\n <six-icon size={this.size === 'large' ? 'medium' : this.size}>watch_later</six-icon>\n );\n\n return (\n <span\n slot=\"prefix\"\n part=\"icon\"\n class={{\n prefix: true,\n 'prefix--right': this.iconPosition === 'right',\n }}\n >\n {icon}\n </span>\n );\n }\n\n render() {\n return (\n <div part=\"container\" ref={(el) => (this.wrapper = el)} class=\"timepicker__container\">\n <six-input\n ref={(el) => (this.inputElement = el)}\n part=\"input\"\n onClick={() => this.openPopup()}\n value={this.value}\n placeholder={this.placeholder}\n readonly={this.readonly}\n disabled={this.disabled}\n errorTextCount={this.errorTextCount}\n errorText={this.errorText}\n invalid={this.invalid}\n size={this.size}\n name={this.name}\n label={this.label}\n required={this.required}\n class={{\n 'input--empty': this.value === '',\n 'input--hide': this.inline,\n }}\n >\n {this.renderCustomIcon()}\n {this.renderClearable()}\n {hasSlot(this.host, 'label') ? (\n <span slot=\"label\">\n <slot name=\"label\" />\n </span>\n ) : null}\n {hasSlot(this.host, 'error-text') ? (\n <span slot=\"error-text\">\n <slot name=\"error-text\" />\n </span>\n ) : null}\n </six-input>\n {this.open && (\n <div\n ref={(el) => (this.popup = el)}\n part=\"popup\"\n class={{\n timepicker__popup: true,\n 'timepicker__popup--is-up': this.placement == null ? this.placement === 'top' : this.isPopupContentUp,\n 'timepicker__popup--is-inline': this.inline,\n }}\n >\n {...this.getContent()}\n {this.getAmPmPicker()}\n </div>\n )}\n </div>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface SixTooltip extends Components.SixTooltip, HTMLElement {}
4
+ export const SixTooltip: {
5
+ prototype: SixTooltip;
6
+ new (): SixTooltip;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,8 @@
1
+ import { S as SixTooltip$1, d as defineCustomElement$1 } from './six-tooltip2.js';
2
+
3
+ const SixTooltip = SixTooltip$1;
4
+ const defineCustomElement = defineCustomElement$1;
5
+
6
+ export { SixTooltip, defineCustomElement };
7
+
8
+ //# sourceMappingURL=six-tooltip.js.map
@@ -0,0 +1 @@
1
+ {"file":"six-tooltip.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
@@ -0,0 +1,193 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { P as Popover } from './popover.js';
3
+
4
+ const sixTooltipCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:border-box}:host{--max-width:20rem;--hide-delay:0s;--hide-duration:0.125s;--hide-timing-function:ease;--show-delay:0.125s;--show-duration:0.125s;--show-timing-function:ease;display:contents}.tooltip-positioner{position:fixed;z-index:var(--six-z-index-tooltip);pointer-events:none}.tooltip{max-width:var(--max-width);border-radius:var(--six-border-radius-medium);background-color:var(--six-tooltip-background-color);font-family:var(--six-font-family);font-size:var(--six-tooltip-font-size);font-weight:var(--six-tooltip-font-weight);line-height:var(--six-tooltip-line-height);color:var(--six-tooltip-color);opacity:0;padding:var(--six-spacing-xxx-small) var(--six-spacing-x-small);transform:scale(0.8);transform-origin:bottom;transition-property:opacity, transform;transition-delay:var(--hide-delay);transition-duration:var(--hide-duration);transition-timing-function:var(--hide-timing-function)}.tooltip::after{content:\"\";position:absolute;width:0;height:0}.tooltip-positioner[data-popper-placement^=top] .tooltip{transform-origin:bottom}.tooltip-positioner[data-popper-placement^=bottom] .tooltip{transform-origin:top}.tooltip-positioner[data-popper-placement^=left] .tooltip{transform-origin:right}.tooltip-positioner[data-popper-placement^=right] .tooltip{transform-origin:left}.tooltip-positioner.popover-visible .tooltip{opacity:1;transform:none;transition-delay:var(--show-delay);transition-duration:var(--show-duration);transition-timing-function:var(--show-timing-function)}.tooltip-positioner[data-popper-placement^=bottom] .tooltip::after{bottom:100%;left:calc(50% - var(--six-tooltip-arrow-size));border-bottom:var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);border-left:var(--six-tooltip-arrow-size) solid transparent;border-right:var(--six-tooltip-arrow-size) solid transparent}.tooltip-positioner[data-popper-placement=bottom-start] .tooltip::after{left:var(--six-tooltip-arrow-start-end-offset)}.tooltip-positioner[data-popper-placement=bottom-end] .tooltip::after{right:var(--six-tooltip-arrow-start-end-offset);left:auto}.tooltip-positioner[data-popper-placement^=top] .tooltip::after{top:100%;left:calc(50% - var(--six-tooltip-arrow-size));border-top:var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);border-left:var(--six-tooltip-arrow-size) solid transparent;border-right:var(--six-tooltip-arrow-size) solid transparent}.tooltip-positioner[data-popper-placement=top-start] .tooltip::after{left:var(--six-tooltip-arrow-start-end-offset)}.tooltip-positioner[data-popper-placement=top-end] .tooltip::after{right:var(--six-tooltip-arrow-start-end-offset);left:auto}.tooltip-positioner[data-popper-placement^=left] .tooltip::after{top:calc(50% - var(--six-tooltip-arrow-size));left:100%;border-left:var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);border-top:var(--six-tooltip-arrow-size) solid transparent;border-bottom:var(--six-tooltip-arrow-size) solid transparent}.tooltip-positioner[data-popper-placement=left-start] .tooltip::after{top:var(--six-tooltip-arrow-start-end-offset)}.tooltip-positioner[data-popper-placement=left-end] .tooltip::after{top:auto;bottom:var(--six-tooltip-arrow-start-end-offset)}.tooltip-positioner[data-popper-placement^=right] .tooltip::after{top:calc(50% - var(--six-tooltip-arrow-size));right:100%;border-right:var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);border-top:var(--six-tooltip-arrow-size) solid transparent;border-bottom:var(--six-tooltip-arrow-size) solid transparent}.tooltip-positioner[data-popper-placement=right-start] .tooltip::after{top:var(--six-tooltip-arrow-start-end-offset)}.tooltip-positioner[data-popper-placement=right-end] .tooltip::after{top:auto;bottom:var(--six-tooltip-arrow-start-end-offset)}";
5
+
6
+ let id = 0;
7
+ const SixTooltip = /*@__PURE__*/ proxyCustomElement(class SixTooltip extends HTMLElement {
8
+ constructor() {
9
+ super();
10
+ this.__registerHost();
11
+ this.__attachShadow();
12
+ this.sixShow = createEvent(this, "six-tooltip-show", 7);
13
+ this.sixAfterShow = createEvent(this, "six-tooltip-after-show", 7);
14
+ this.sixHide = createEvent(this, "six-tooltip-hide", 7);
15
+ this.sixAfterHide = createEvent(this, "six-tooltip-after-hide", 7);
16
+ this.componentId = `tooltip-${++id}`;
17
+ this.isVisible = false;
18
+ this.handleBlur = () => {
19
+ if (this.hasTrigger('focus')) {
20
+ this.hide();
21
+ }
22
+ };
23
+ this.handleClick = () => {
24
+ if (this.hasTrigger('click')) {
25
+ this.open ? this.hide() : this.show();
26
+ }
27
+ };
28
+ this.handleFocus = () => {
29
+ if (this.hasTrigger('focus')) {
30
+ this.show();
31
+ }
32
+ };
33
+ this.handleKeyDown = (event) => {
34
+ // Pressing escape when the target element has focus should dismiss the tooltip
35
+ if (this.open && event.key === 'Escape') {
36
+ event.stopPropagation();
37
+ this.hide();
38
+ }
39
+ };
40
+ this.handleMouseOver = () => {
41
+ if (this.hasTrigger('hover')) {
42
+ this.show();
43
+ }
44
+ };
45
+ this.handleMouseOut = () => {
46
+ if (this.hasTrigger('hover')) {
47
+ this.hide();
48
+ }
49
+ };
50
+ this.handleSlotChange = () => {
51
+ const oldTarget = this.target;
52
+ const newTarget = this.getTarget();
53
+ if (newTarget !== oldTarget) {
54
+ if (oldTarget != null) {
55
+ oldTarget.removeAttribute('aria-describedby');
56
+ }
57
+ newTarget.setAttribute('aria-describedby', this.componentId);
58
+ }
59
+ };
60
+ this.content = '';
61
+ this.placement = 'top';
62
+ this.disabled = false;
63
+ this.distance = 10;
64
+ this.open = false;
65
+ this.skidding = 0;
66
+ this.trigger = 'hover focus';
67
+ }
68
+ handleOpenChange() {
69
+ this.open ? this.show() : this.hide();
70
+ }
71
+ componentDidLoad() {
72
+ if (this.tooltipPositioner == null)
73
+ return;
74
+ this.target = this.getTarget();
75
+ this.popover = new Popover(this.target, this.tooltipPositioner, { strategy: 'fixed' });
76
+ this.syncOptions();
77
+ this.host.addEventListener('blur', this.handleBlur, true);
78
+ this.host.addEventListener('click', this.handleClick, true);
79
+ this.host.addEventListener('focus', this.handleFocus, true);
80
+ // Show on init if open
81
+ this.tooltipPositioner.hidden = !this.open;
82
+ if (this.open) {
83
+ this.show();
84
+ }
85
+ }
86
+ componentDidUpdate() {
87
+ this.syncOptions();
88
+ }
89
+ disconnectedCallback() {
90
+ if (this.popover != null) {
91
+ this.popover.destroy();
92
+ }
93
+ this.host.removeEventListener('blur', this.handleBlur, true);
94
+ this.host.removeEventListener('click', this.handleClick, true);
95
+ this.host.removeEventListener('focus', this.handleFocus, true);
96
+ }
97
+ /** Shows the tooltip. */
98
+ async show() {
99
+ var _a;
100
+ // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher
101
+ if (this.isVisible || this.disabled) {
102
+ return;
103
+ }
104
+ const sixShow = this.sixShow.emit();
105
+ if (sixShow.defaultPrevented) {
106
+ this.open = false;
107
+ return;
108
+ }
109
+ this.isVisible = true;
110
+ this.open = true;
111
+ (_a = this.popover) === null || _a === void 0 ? void 0 : _a.show();
112
+ }
113
+ /** Shows the tooltip. */
114
+ async hide() {
115
+ var _a;
116
+ // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher
117
+ if (!this.isVisible || this.disabled) {
118
+ return;
119
+ }
120
+ const sixHide = this.sixHide.emit();
121
+ if (sixHide.defaultPrevented) {
122
+ this.open = true;
123
+ return;
124
+ }
125
+ this.isVisible = false;
126
+ this.open = false;
127
+ (_a = this.popover) === null || _a === void 0 ? void 0 : _a.hide();
128
+ }
129
+ getTarget() {
130
+ // Get the first child that isn't a <style> or content slot
131
+ const target = [...this.host.children].find((el) => el.tagName.toLowerCase() !== 'style' && el.getAttribute('slot') !== 'content');
132
+ if (target == null) {
133
+ throw new Error('Invalid tooltip target: no child element was found.');
134
+ }
135
+ return target;
136
+ }
137
+ hasTrigger(triggerType) {
138
+ const triggers = this.trigger.split(' ');
139
+ return triggers.includes(triggerType);
140
+ }
141
+ syncOptions() {
142
+ if (this.popover == null)
143
+ return;
144
+ this.popover.setOptions({
145
+ placement: this.placement,
146
+ distance: this.distance,
147
+ skidding: this.skidding,
148
+ transitionElement: this.tooltip,
149
+ onAfterHide: () => this.sixAfterHide.emit(),
150
+ onAfterShow: () => this.sixAfterShow.emit(),
151
+ });
152
+ }
153
+ render() {
154
+ return (h(Host, { onKeyDown: this.handleKeyDown, onMouseOver: this.handleMouseOver, onMouseOut: this.handleMouseOut }, h("slot", { onSlotchange: this.handleSlotChange }), h("div", { ref: (el) => (this.tooltipPositioner = el), class: "tooltip-positioner" }, h("div", { part: "base", ref: (el) => (this.tooltip = el), id: this.componentId, class: {
155
+ tooltip: true,
156
+ 'tooltip--open': this.open,
157
+ }, role: "tooltip", "aria-hidden": this.open ? 'false' : 'true' }, h("slot", { name: "content" }, this.content)))));
158
+ }
159
+ get host() { return this; }
160
+ static get watchers() { return {
161
+ "open": ["handleOpenChange"]
162
+ }; }
163
+ static get style() { return sixTooltipCss; }
164
+ }, [1, "six-tooltip", {
165
+ "content": [1],
166
+ "placement": [1],
167
+ "disabled": [4],
168
+ "distance": [2],
169
+ "open": [1540],
170
+ "skidding": [2],
171
+ "trigger": [1],
172
+ "show": [64],
173
+ "hide": [64]
174
+ }, undefined, {
175
+ "open": ["handleOpenChange"]
176
+ }]);
177
+ function defineCustomElement() {
178
+ if (typeof customElements === "undefined") {
179
+ return;
180
+ }
181
+ const components = ["six-tooltip"];
182
+ components.forEach(tagName => { switch (tagName) {
183
+ case "six-tooltip":
184
+ if (!customElements.get(tagName)) {
185
+ customElements.define(tagName, SixTooltip);
186
+ }
187
+ break;
188
+ } });
189
+ }
190
+
191
+ export { SixTooltip as S, defineCustomElement as d };
192
+
193
+ //# sourceMappingURL=six-tooltip2.js.map
@@ -0,0 +1 @@
1
+ {"file":"six-tooltip2.js","mappings":"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","names":[],"sources":["src/components/six-tooltip/six-tooltip.scss?tag=six-tooltip&encapsulation=shadow","src/components/six-tooltip/six-tooltip.tsx"],"sourcesContent":["@import 'src/global/component';\n\n/**\n * @prop --hide-delay: The amount of time to wait before hiding the tooltip.\n * @prop --hide-duration: The amount of time the hide transition takes to complete.\n * @prop --hide-timing-function: The timing function (easing) to use for the hide transition.\n * @prop --max-width: The maximum width of the tooltip.\n * @prop --show-delay: The amount of time to wait before showing the tooltip.\n * @prop --show-duration: The amount of time the show transition takes to complete.\n * @prop --show-timing-function: The timing function (easing) to use for the show transition.\n */\n:host {\n --max-width: 20rem;\n --hide-delay: 0s;\n --hide-duration: 0.125s;\n --hide-timing-function: ease;\n --show-delay: 0.125s;\n --show-duration: 0.125s;\n --show-timing-function: ease;\n\n display: contents;\n}\n\n.tooltip-positioner {\n position: fixed;\n z-index: var(--six-z-index-tooltip);\n pointer-events: none;\n}\n\n.tooltip {\n max-width: var(--max-width);\n border-radius: var(--six-border-radius-medium);\n background-color: var(--six-tooltip-background-color);\n font-family: var(--six-font-family);\n font-size: var(--six-tooltip-font-size);\n font-weight: var(--six-tooltip-font-weight);\n line-height: var(--six-tooltip-line-height);\n color: var(--six-tooltip-color);\n opacity: 0;\n padding: var(--six-spacing-xxx-small) var(--six-spacing-x-small);\n transform: scale(0.8);\n transform-origin: bottom;\n transition-property: opacity, transform;\n transition-delay: var(--hide-delay);\n transition-duration: var(--hide-duration);\n transition-timing-function: var(--hide-timing-function);\n\n &::after {\n content: '';\n position: absolute;\n width: 0;\n height: 0;\n }\n}\n\n.tooltip-positioner {\n &[data-popper-placement^='top'] .tooltip {\n transform-origin: bottom;\n }\n\n &[data-popper-placement^='bottom'] .tooltip {\n transform-origin: top;\n }\n\n &[data-popper-placement^='left'] .tooltip {\n transform-origin: right;\n }\n\n &[data-popper-placement^='right'] .tooltip {\n transform-origin: left;\n }\n\n &.popover-visible .tooltip {\n opacity: 1;\n transform: none;\n transition-delay: var(--show-delay);\n transition-duration: var(--show-duration);\n transition-timing-function: var(--show-timing-function);\n }\n}\n\n// Arrow + bottom\n.tooltip-positioner[data-popper-placement^='bottom'] .tooltip::after {\n bottom: 100%;\n left: calc(50% - var(--six-tooltip-arrow-size));\n border-bottom: var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);\n border-left: var(--six-tooltip-arrow-size) solid transparent;\n border-right: var(--six-tooltip-arrow-size) solid transparent;\n}\n\n.tooltip-positioner[data-popper-placement='bottom-start'] .tooltip::after {\n left: var(--six-tooltip-arrow-start-end-offset);\n}\n\n.tooltip-positioner[data-popper-placement='bottom-end'] .tooltip::after {\n right: var(--six-tooltip-arrow-start-end-offset);\n left: auto;\n}\n\n// Arrow + top\n.tooltip-positioner[data-popper-placement^='top'] .tooltip::after {\n top: 100%;\n left: calc(50% - var(--six-tooltip-arrow-size));\n border-top: var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);\n border-left: var(--six-tooltip-arrow-size) solid transparent;\n border-right: var(--six-tooltip-arrow-size) solid transparent;\n}\n\n.tooltip-positioner[data-popper-placement='top-start'] .tooltip::after {\n left: var(--six-tooltip-arrow-start-end-offset);\n}\n\n.tooltip-positioner[data-popper-placement='top-end'] .tooltip::after {\n right: var(--six-tooltip-arrow-start-end-offset);\n left: auto;\n}\n\n// Arrow + left\n.tooltip-positioner[data-popper-placement^='left'] .tooltip::after {\n top: calc(50% - var(--six-tooltip-arrow-size));\n left: 100%;\n border-left: var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);\n border-top: var(--six-tooltip-arrow-size) solid transparent;\n border-bottom: var(--six-tooltip-arrow-size) solid transparent;\n}\n\n.tooltip-positioner[data-popper-placement='left-start'] .tooltip::after {\n top: var(--six-tooltip-arrow-start-end-offset);\n}\n\n.tooltip-positioner[data-popper-placement='left-end'] .tooltip::after {\n top: auto;\n bottom: var(--six-tooltip-arrow-start-end-offset);\n}\n\n// Arrow + right\n.tooltip-positioner[data-popper-placement^='right'] .tooltip::after {\n top: calc(50% - var(--six-tooltip-arrow-size));\n right: 100%;\n border-right: var(--six-tooltip-arrow-size) solid var(--six-tooltip-background-color);\n border-top: var(--six-tooltip-arrow-size) solid transparent;\n border-bottom: var(--six-tooltip-arrow-size) solid transparent;\n}\n\n.tooltip-positioner[data-popper-placement='right-start'] .tooltip::after {\n top: var(--six-tooltip-arrow-start-end-offset);\n}\n\n.tooltip-positioner[data-popper-placement='right-end'] .tooltip::after {\n top: auto;\n bottom: var(--six-tooltip-arrow-start-end-offset);\n}\n","import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, Watch } from '@stencil/core';\nimport Popover from '../../utils/popover';\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 tooltip's target element. Only the first element will be used as the target.\n * @slot content - The tooltip's content. Alternatively, you can use the content prop.\n *\n * @part base - The component's base wrapper.\n */\n\n@Component({\n tag: 'six-tooltip',\n styleUrl: 'six-tooltip.scss',\n shadow: true,\n})\nexport class SixTooltip {\n private componentId = `tooltip-${++id}`;\n private isVisible = false;\n private popover?: Popover;\n private tooltipPositioner?: HTMLElement;\n private target?: HTMLElement;\n private tooltip?: HTMLElement;\n\n @Element() host!: HTMLSixTooltipElement;\n\n /** The tooltip's content. Alternatively, you can use the content slot. */\n @Prop() content = '';\n\n /**\n * The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\n * inside the viewport.\n */\n @Prop() placement:\n | 'top'\n | 'top-start'\n | 'top-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'left'\n | 'left-start'\n | 'left-end' = 'top';\n\n /** Set to true to disable the tooltip, so it won't show when triggered. */\n @Prop() disabled = false;\n\n /** The distance in pixels from which to offset the tooltip away from its target. */\n @Prop() distance = 10;\n\n /** Indicates whether the tooltip is open. You can use this in lieu of the show/hide methods. */\n @Prop({ mutable: true, reflect: true }) open = false;\n\n /** The distance in pixels from which to offset the tooltip along its target. */\n @Prop() skidding = 0;\n\n /**\n * Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\n * options can be passed by separating them with a space. When manual is used, the tooltip must be activated\n * programmatically.\n */\n @Prop() trigger = 'hover focus';\n\n @Watch('open')\n handleOpenChange() {\n this.open ? this.show() : this.hide();\n }\n\n /** Emitted when the tooltip begins to show. Calling `event.preventDefault()` will prevent it from being shown. */\n @Event({ eventName: 'six-tooltip-show' }) sixShow!: EventEmitter<EmptyPayload>;\n\n /** Emitted after the tooltip has shown and all transitions are complete. */\n @Event({ eventName: 'six-tooltip-after-show' }) sixAfterShow!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the tooltip begins to hide. Calling `event.preventDefault()` will prevent it from being hidden. */\n @Event({ eventName: 'six-tooltip-hide' }) sixHide!: EventEmitter<EmptyPayload>;\n\n /** Emitted after the tooltip has hidden and all transitions are complete. */\n @Event({ eventName: 'six-tooltip-after-hide' }) sixAfterHide!: EventEmitter<EmptyPayload>;\n\n componentDidLoad() {\n if (this.tooltipPositioner == null) return;\n this.target = this.getTarget();\n this.popover = new Popover(this.target, this.tooltipPositioner, { strategy: 'fixed' });\n this.syncOptions();\n\n this.host.addEventListener('blur', this.handleBlur, true);\n this.host.addEventListener('click', this.handleClick, true);\n this.host.addEventListener('focus', this.handleFocus, true);\n\n // Show on init if open\n this.tooltipPositioner.hidden = !this.open;\n if (this.open) {\n this.show();\n }\n }\n\n componentDidUpdate() {\n this.syncOptions();\n }\n\n disconnectedCallback() {\n if (this.popover != null) {\n this.popover.destroy();\n }\n\n this.host.removeEventListener('blur', this.handleBlur, true);\n this.host.removeEventListener('click', this.handleClick, true);\n this.host.removeEventListener('focus', this.handleFocus, true);\n }\n\n /** Shows the tooltip. */\n @Method()\n async show() {\n // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher\n if (this.isVisible || this.disabled) {\n return;\n }\n\n const sixShow = this.sixShow.emit();\n if (sixShow.defaultPrevented) {\n this.open = false;\n return;\n }\n\n this.isVisible = true;\n this.open = true;\n this.popover?.show();\n }\n\n /** Shows the tooltip. */\n @Method()\n async hide() {\n // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher\n if (!this.isVisible || this.disabled) {\n return;\n }\n\n const sixHide = this.sixHide.emit();\n if (sixHide.defaultPrevented) {\n this.open = true;\n return;\n }\n\n this.isVisible = false;\n this.open = false;\n this.popover?.hide();\n }\n\n private getTarget() {\n // Get the first child that isn't a <style> or content slot\n const target = [...this.host.children].find(\n (el) => el.tagName.toLowerCase() !== 'style' && el.getAttribute('slot') !== 'content'\n ) as HTMLElement;\n\n if (target == null) {\n throw new Error('Invalid tooltip target: no child element was found.');\n }\n\n return target;\n }\n\n private handleBlur = () => {\n if (this.hasTrigger('focus')) {\n this.hide();\n }\n };\n\n private handleClick = () => {\n if (this.hasTrigger('click')) {\n this.open ? this.hide() : this.show();\n }\n };\n\n private handleFocus = () => {\n if (this.hasTrigger('focus')) {\n this.show();\n }\n };\n\n private handleKeyDown = (event: KeyboardEvent) => {\n // Pressing escape when the target element has focus should dismiss the tooltip\n if (this.open && event.key === 'Escape') {\n event.stopPropagation();\n this.hide();\n }\n };\n\n private handleMouseOver = () => {\n if (this.hasTrigger('hover')) {\n this.show();\n }\n };\n\n private handleMouseOut = () => {\n if (this.hasTrigger('hover')) {\n this.hide();\n }\n };\n\n private handleSlotChange = () => {\n const oldTarget = this.target;\n const newTarget = this.getTarget();\n\n if (newTarget !== oldTarget) {\n if (oldTarget != null) {\n oldTarget.removeAttribute('aria-describedby');\n }\n newTarget.setAttribute('aria-describedby', this.componentId);\n }\n };\n\n private hasTrigger(triggerType: string) {\n const triggers = this.trigger.split(' ');\n return triggers.includes(triggerType);\n }\n\n private syncOptions() {\n if (this.popover == null) return;\n\n this.popover.setOptions({\n placement: this.placement,\n distance: this.distance,\n skidding: this.skidding,\n transitionElement: this.tooltip,\n onAfterHide: () => this.sixAfterHide.emit(),\n onAfterShow: () => this.sixAfterShow.emit(),\n });\n }\n\n render() {\n return (\n <Host onKeyDown={this.handleKeyDown} onMouseOver={this.handleMouseOver} onMouseOut={this.handleMouseOut}>\n <slot onSlotchange={this.handleSlotChange} />\n <div ref={(el) => (this.tooltipPositioner = el)} class=\"tooltip-positioner\">\n <div\n part=\"base\"\n ref={(el) => (this.tooltip = el)}\n id={this.componentId}\n class={{\n tooltip: true,\n 'tooltip--open': this.open,\n }}\n role=\"tooltip\"\n aria-hidden={this.open ? 'false' : 'true'}\n >\n <slot name=\"content\">{this.content}</slot>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,47 @@
1
+ //
2
+ // Given a slot, this function iterates over all of its assigned text nodes and returns the concatenated text as a
3
+ // string. This is useful because we can't use slot.textContent as an alternative.
4
+ //
5
+ function getTextContent(slot) {
6
+ const nodes = slot != null ? slot.assignedNodes({ flatten: true }) : [];
7
+ let text = '';
8
+ [...nodes].map((node) => {
9
+ if (node.nodeType === Node.TEXT_NODE) {
10
+ text += node.textContent;
11
+ }
12
+ });
13
+ return text;
14
+ }
15
+ //
16
+ // Determines whether an element has a slot. If name is specified, the function will look for a corresponding named
17
+ // slot, otherwise it will look for a "default" slot (e.g. a non-empty text node or an element with no slot attribute).
18
+ //
19
+ function hasSlot(el, name) {
20
+ // Look for a named slot
21
+ if (name != null && name !== '') {
22
+ return el.querySelector(`[slot="${name}"]`) !== null;
23
+ }
24
+ // Look for a default slot
25
+ return Array.from(el.childNodes).some((node) => {
26
+ var _a;
27
+ if (node.nodeType === node.TEXT_NODE && ((_a = node.textContent) === null || _a === void 0 ? void 0 : _a.trim()) !== '') {
28
+ return true;
29
+ }
30
+ if (node.nodeType === node.ELEMENT_NODE) {
31
+ const el = node;
32
+ if (!el.hasAttribute('slot')) {
33
+ return true;
34
+ }
35
+ }
36
+ return false;
37
+ });
38
+ }
39
+ function getSlot(element, slotName) {
40
+ if (element == null)
41
+ return null;
42
+ return element.querySelector(`[slot="${slotName}"]`);
43
+ }
44
+
45
+ export { getTextContent as a, getSlot as g, hasSlot as h };
46
+
47
+ //# sourceMappingURL=slot.js.map
@@ -0,0 +1 @@
1
+ {"file":"slot.js","mappings":"AAAA;AACA;AACA;AACA;SACgB,cAAc,CAAC,IAAsB;IACnD,MAAM,KAAK,GAAG,IAAI,IAAI,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,GAAG,EAAE,CAAC;IACxE,IAAI,IAAI,GAAG,EAAE,CAAC;IAEd,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI;QAClB,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE;YACpC,IAAI,IAAI,IAAI,CAAC,WAAW,CAAC;SAC1B;KACF,CAAC,CAAC;IAEH,OAAO,IAAI,CAAC;AACd,CAAC;AAED;AACA;AACA;AACA;SACgB,OAAO,CAAC,EAAe,EAAE,IAAa;;IAEpD,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,KAAK,EAAE,EAAE;QAC/B,OAAO,EAAE,CAAC,aAAa,CAAC,UAAU,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC;KACtD;;IAGD,OAAO,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI;;QACzC,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,SAAS,IAAI,CAAA,MAAA,IAAI,CAAC,WAAW,0CAAE,IAAI,EAAE,MAAK,EAAE,EAAE;YACvE,OAAO,IAAI,CAAC;SACb;QAED,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,YAAY,EAAE;YACvC,MAAM,EAAE,GAAG,IAAmB,CAAC;YAC/B,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE;gBAC5B,OAAO,IAAI,CAAC;aACb;SACF;QAED,OAAO,KAAK,CAAC;KACd,CAAC,CAAC;AACL,CAAC;SAEe,OAAO,CAAC,OAAsC,EAAE,QAAgB;IAC9E,IAAI,OAAO,IAAI,IAAI;QAAE,OAAO,IAAI,CAAC;IACjC,OAAO,OAAO,CAAC,aAAa,CAAC,UAAU,QAAQ,IAAI,CAAC,CAAC;AACvD;;;;","names":[],"sources":["src/utils/slot.ts"],"sourcesContent":["//\n// Given a slot, this function iterates over all of its assigned text nodes and returns the concatenated text as a\n// string. This is useful because we can't use slot.textContent as an alternative.\n//\nexport function getTextContent(slot?: HTMLSlotElement): string {\n const nodes = slot != null ? slot.assignedNodes({ flatten: true }) : [];\n let text = '';\n\n [...nodes].map((node) => {\n if (node.nodeType === Node.TEXT_NODE) {\n text += node.textContent;\n }\n });\n\n return text;\n}\n\n//\n// Determines whether an element has a slot. If name is specified, the function will look for a corresponding named\n// slot, otherwise it will look for a \"default\" slot (e.g. a non-empty text node or an element with no slot attribute).\n//\nexport function hasSlot(el: HTMLElement, name?: string): boolean {\n // Look for a named slot\n if (name != null && name !== '') {\n return el.querySelector(`[slot=\"${name}\"]`) !== null;\n }\n\n // Look for a default slot\n return Array.from(el.childNodes).some((node) => {\n if (node.nodeType === node.TEXT_NODE && node.textContent?.trim() !== '') {\n return true;\n }\n\n if (node.nodeType === node.ELEMENT_NODE) {\n const el = node as HTMLElement;\n if (!el.hasAttribute('slot')) {\n return true;\n }\n }\n\n return false;\n });\n}\n\nexport function getSlot(element: ParentNode | null | undefined, slotName: string): HTMLElement | null {\n if (element == null) return null;\n return element.querySelector(`[slot=\"${slotName}\"]`);\n}\n"],"version":3}