@six-group/ui-library 0.0.0-insider.24fcc9e

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 (1561) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cjs/event-listeners-74715e62.js +45 -0
  3. package/dist/cjs/event-listeners-74715e62.js.map +1 -0
  4. package/dist/cjs/execution-control-46f388e0.js +45 -0
  5. package/dist/cjs/execution-control-46f388e0.js.map +1 -0
  6. package/dist/cjs/focus-visible-0b352c74.js +47 -0
  7. package/dist/cjs/focus-visible-0b352c74.js.map +1 -0
  8. package/dist/cjs/form-control-2c17c573.js +34 -0
  9. package/dist/cjs/form-control-2c17c573.js.map +1 -0
  10. package/dist/cjs/index-2f6daa5b.js +2123 -0
  11. package/dist/cjs/index-2f6daa5b.js.map +1 -0
  12. package/dist/cjs/index.cjs.js +4 -0
  13. package/dist/cjs/index.cjs.js.map +1 -0
  14. package/dist/cjs/loader.cjs.js +24 -0
  15. package/dist/cjs/loader.cjs.js.map +1 -0
  16. package/dist/cjs/modal-48d42228.js +51 -0
  17. package/dist/cjs/modal-48d42228.js.map +1 -0
  18. package/dist/cjs/popover-f743f62b.js +1899 -0
  19. package/dist/cjs/popover-f743f62b.js.map +1 -0
  20. package/dist/cjs/scroll-76e6f5d7.js +69 -0
  21. package/dist/cjs/scroll-76e6f5d7.js.map +1 -0
  22. package/dist/cjs/set-attributes_2.cjs.entry.js +71 -0
  23. package/dist/cjs/set-attributes_2.cjs.entry.js.map +1 -0
  24. package/dist/cjs/six-alert.cjs.entry.js +137 -0
  25. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  26. package/dist/cjs/six-avatar.cjs.entry.js +37 -0
  27. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  28. package/dist/cjs/six-badge.cjs.entry.js +36 -0
  29. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  30. package/dist/cjs/six-button.cjs.entry.js +106 -0
  31. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  32. package/dist/cjs/six-card.cjs.entry.js +21 -0
  33. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  34. package/dist/cjs/six-checkbox.cjs.entry.js +159 -0
  35. package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -0
  36. package/dist/cjs/six-datepicker.cjs.entry.js +1157 -0
  37. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  38. package/dist/cjs/six-details.cjs.entry.js +147 -0
  39. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  40. package/dist/cjs/six-dialog.cjs.entry.js +156 -0
  41. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  42. package/dist/cjs/six-drawer.cjs.entry.js +173 -0
  43. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  44. package/dist/cjs/six-dropdown_2.cjs.entry.js +652 -0
  45. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  46. package/dist/cjs/six-error-page.cjs.entry.js +108 -0
  47. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  48. package/dist/cjs/six-file-list-item.cjs.entry.js +47 -0
  49. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  50. package/dist/cjs/six-file-list.cjs.entry.js +21 -0
  51. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  52. package/dist/cjs/six-file-upload.cjs.entry.js +120 -0
  53. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  54. package/dist/cjs/six-footer.cjs.entry.js +21 -0
  55. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  56. package/dist/cjs/six-form.cjs.entry.js +231 -0
  57. package/dist/cjs/six-form.cjs.entry.js.map +1 -0
  58. package/dist/cjs/six-group-label.cjs.entry.js +56 -0
  59. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  60. package/dist/cjs/six-header.cjs.entry.js +160 -0
  61. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  62. package/dist/cjs/six-icon-button.cjs.entry.js +47 -0
  63. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  64. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  65. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  66. package/dist/cjs/six-input.cjs.entry.js +239 -0
  67. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  68. package/dist/cjs/six-item-picker.cjs.entry.js +357 -0
  69. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  70. package/dist/cjs/six-language-switcher.cjs.entry.js +65 -0
  71. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  72. package/dist/cjs/six-layout-grid.cjs.entry.js +33 -0
  73. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  74. package/dist/cjs/six-main-container.cjs.entry.js +23 -0
  75. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  76. package/dist/cjs/six-menu-divider.cjs.entry.js +21 -0
  77. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  78. package/dist/cjs/six-menu-item.cjs.entry.js +61 -0
  79. package/dist/cjs/six-menu-item.cjs.entry.js.map +1 -0
  80. package/dist/cjs/six-menu-label.cjs.entry.js +21 -0
  81. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  82. package/dist/cjs/six-picto.cjs.entry.js +25 -0
  83. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  84. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  85. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  86. package/dist/cjs/six-progress-ring.cjs.entry.js +43 -0
  87. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  88. package/dist/cjs/six-radio.cjs.entry.js +130 -0
  89. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  90. package/dist/cjs/six-range.cjs.entry.js +198 -0
  91. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  92. package/dist/cjs/six-root.cjs.entry.js +44 -0
  93. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  94. package/dist/cjs/six-search-field.cjs.entry.js +53 -0
  95. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  96. package/dist/cjs/six-select.cjs.entry.js +432 -0
  97. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  98. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +54 -0
  99. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  100. package/dist/cjs/six-sidebar-item.cjs.entry.js +28 -0
  101. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  102. package/dist/cjs/six-sidebar.cjs.entry.js +180 -0
  103. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  104. package/dist/cjs/six-spinner.cjs.entry.js +28 -0
  105. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  106. package/dist/cjs/six-switch.cjs.entry.js +111 -0
  107. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  108. package/dist/cjs/six-tab-group.cjs.entry.js +237 -0
  109. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  110. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  111. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  112. package/dist/cjs/six-tab.cjs.entry.js +51 -0
  113. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  114. package/dist/cjs/six-tag.cjs.entry.js +49 -0
  115. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  116. package/dist/cjs/six-textarea.cjs.entry.js +219 -0
  117. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  118. package/dist/cjs/six-tile.cjs.entry.js +97 -0
  119. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  120. package/dist/cjs/six-timepicker.cjs.entry.js +455 -0
  121. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  122. package/dist/cjs/six-timepicker.types-c19ebff3.js +56 -0
  123. package/dist/cjs/six-timepicker.types-c19ebff3.js.map +1 -0
  124. package/dist/cjs/six-tooltip.cjs.entry.js +173 -0
  125. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  126. package/dist/cjs/slot-ad537f24.js +52 -0
  127. package/dist/cjs/slot-ad537f24.js.map +1 -0
  128. package/dist/cjs/types-64878648.js +17 -0
  129. package/dist/cjs/types-64878648.js.map +1 -0
  130. package/dist/cjs/ui-library.cjs.js +28 -0
  131. package/dist/cjs/ui-library.cjs.js.map +1 -0
  132. package/dist/collection/assets/TRADEMARKS.md +7 -0
  133. package/dist/collection/assets/commons.js +5 -0
  134. package/dist/collection/assets/data.json +642 -0
  135. package/dist/collection/collection-manifest.json +64 -0
  136. package/dist/collection/components/six-alert/six-alert.css +109 -0
  137. package/dist/collection/components/six-alert/six-alert.js +368 -0
  138. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  139. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  140. package/dist/collection/components/six-avatar/six-avatar.js +131 -0
  141. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  142. package/dist/collection/components/six-badge/six-badge.css +101 -0
  143. package/dist/collection/components/six-badge/six-badge.js +104 -0
  144. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  145. package/dist/collection/components/six-button/six-button.css +372 -0
  146. package/dist/collection/components/six-button/six-button.js +464 -0
  147. package/dist/collection/components/six-button/six-button.js.map +1 -0
  148. package/dist/collection/components/six-card/six-card.css +15 -0
  149. package/dist/collection/components/six-card/six-card.js +25 -0
  150. package/dist/collection/components/six-card/six-card.js.map +1 -0
  151. package/dist/collection/components/six-checkbox/six-checkbox.css +166 -0
  152. package/dist/collection/components/six-checkbox/six-checkbox.js +541 -0
  153. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  154. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -0
  155. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  156. package/dist/collection/components/six-datepicker/components/month-selection.js +12 -0
  157. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  158. package/dist/collection/components/six-datepicker/components/year-selection.js +10 -0
  159. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  160. package/dist/collection/components/six-datepicker/six-date-formats.js +24 -0
  161. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  162. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  163. package/dist/collection/components/six-datepicker/six-datepicker.js +1271 -0
  164. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  165. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -0
  166. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  167. package/dist/collection/components/six-details/six-details.css +118 -0
  168. package/dist/collection/components/six-details/six-details.js +434 -0
  169. package/dist/collection/components/six-details/six-details.js.map +1 -0
  170. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  171. package/dist/collection/components/six-dialog/six-dialog.js +397 -0
  172. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  173. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  174. package/dist/collection/components/six-drawer/six-drawer.js +449 -0
  175. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  176. package/dist/collection/components/six-dropdown/six-dropdown.css +67 -0
  177. package/dist/collection/components/six-dropdown/six-dropdown.js +919 -0
  178. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  179. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  180. package/dist/collection/components/six-error-page/six-error-page.js +203 -0
  181. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  182. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  183. package/dist/collection/components/six-file-list/six-file-list.js +24 -0
  184. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  185. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  186. package/dist/collection/components/six-file-list-item/six-file-list-item.js +204 -0
  187. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  188. package/dist/collection/components/six-file-upload/six-file-upload.css +63 -0
  189. package/dist/collection/components/six-file-upload/six-file-upload.js +307 -0
  190. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  191. package/dist/collection/components/six-footer/six-footer.css +20 -0
  192. package/dist/collection/components/six-footer/six-footer.js +25 -0
  193. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  194. package/dist/collection/components/six-form/six-form.css +11 -0
  195. package/dist/collection/components/six-form/six-form.js +419 -0
  196. package/dist/collection/components/six-form/six-form.js.map +1 -0
  197. package/dist/collection/components/six-group-label/six-group-label.css +88 -0
  198. package/dist/collection/components/six-group-label/six-group-label.js +173 -0
  199. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  200. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  201. package/dist/collection/components/six-header/six-header.css +79 -0
  202. package/dist/collection/components/six-header/six-header.js +412 -0
  203. package/dist/collection/components/six-header/six-header.js.map +1 -0
  204. package/dist/collection/components/six-icon/six-icon.css +63 -0
  205. package/dist/collection/components/six-icon/six-icon.js +81 -0
  206. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  207. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  208. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -0
  209. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  210. package/dist/collection/components/six-input/six-input.css +298 -0
  211. package/dist/collection/components/six-input/six-input.js +1140 -0
  212. package/dist/collection/components/six-input/six-input.js.map +1 -0
  213. package/dist/collection/components/six-item-picker/six-item-picker.css +40 -0
  214. package/dist/collection/components/six-item-picker/six-item-picker.js +681 -0
  215. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  216. package/dist/collection/components/six-item-picker/types.js +14 -0
  217. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  218. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  219. package/dist/collection/components/six-language-switcher/six-language-switcher.js +139 -0
  220. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  221. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  222. package/dist/collection/components/six-layout-grid/six-layout-grid.js +63 -0
  223. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  224. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  225. package/dist/collection/components/six-main-container/six-main-container.js +55 -0
  226. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  227. package/dist/collection/components/six-menu/six-menu.css +26 -0
  228. package/dist/collection/components/six-menu/six-menu.js +398 -0
  229. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  230. package/dist/collection/components/six-menu-divider/six-menu-divider.css +16 -0
  231. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -0
  232. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  233. package/dist/collection/components/six-menu-item/six-menu-item.css +71 -0
  234. package/dist/collection/components/six-menu-item/six-menu-item.js +198 -0
  235. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  236. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  237. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -0
  238. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  239. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  240. package/dist/collection/components/six-picto/six-picto.js +53 -0
  241. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  242. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  243. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -0
  244. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  245. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  246. package/dist/collection/components/six-progress-ring/six-progress-ring.js +114 -0
  247. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  248. package/dist/collection/components/six-radio/six-radio.css +84 -0
  249. package/dist/collection/components/six-radio/six-radio.js +412 -0
  250. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  251. package/dist/collection/components/six-range/six-range.css +231 -0
  252. package/dist/collection/components/six-range/six-range.js +619 -0
  253. package/dist/collection/components/six-range/six-range.js.map +1 -0
  254. package/dist/collection/components/six-root/six-root.css +48 -0
  255. package/dist/collection/components/six-root/six-root.js +165 -0
  256. package/dist/collection/components/six-root/six-root.js.map +1 -0
  257. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  258. package/dist/collection/components/six-search-field/six-search-field.js +177 -0
  259. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  260. package/dist/collection/components/six-select/six-select.css +347 -0
  261. package/dist/collection/components/six-select/six-select.js +1081 -0
  262. package/dist/collection/components/six-select/six-select.js.map +1 -0
  263. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  264. package/dist/collection/components/six-sidebar/six-sidebar.js +464 -0
  265. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  266. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +22 -0
  267. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +92 -0
  268. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  269. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +32 -0
  270. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +159 -0
  271. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  272. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  273. package/dist/collection/components/six-spinner/six-spinner.js +58 -0
  274. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  275. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  276. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +49 -0
  277. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  278. package/dist/collection/components/six-switch/six-switch.css +90 -0
  279. package/dist/collection/components/six-switch/six-switch.js +401 -0
  280. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  281. package/dist/collection/components/six-tab/six-tab.css +54 -0
  282. package/dist/collection/components/six-tab/six-tab.js +202 -0
  283. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  284. package/dist/collection/components/six-tab-group/six-tab-group.css +155 -0
  285. package/dist/collection/components/six-tab-group/six-tab-group.js +368 -0
  286. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  287. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  288. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -0
  289. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  290. package/dist/collection/components/six-tag/six-tag.css +103 -0
  291. package/dist/collection/components/six-tag/six-tag.js +159 -0
  292. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  293. package/dist/collection/components/six-textarea/six-textarea.css +196 -0
  294. package/dist/collection/components/six-textarea/six-textarea.js +920 -0
  295. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  296. package/dist/collection/components/six-tile/six-tile.css +105 -0
  297. package/dist/collection/components/six-tile/six-tile.js +314 -0
  298. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  299. package/dist/collection/components/six-timepicker/six-time-format.js +15 -0
  300. package/dist/collection/components/six-timepicker/six-time-format.js.map +1 -0
  301. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  302. package/dist/collection/components/six-timepicker/six-timepicker.js +936 -0
  303. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  304. package/dist/collection/components/six-timepicker/six-timepicker.types.js +41 -0
  305. package/dist/collection/components/six-timepicker/six-timepicker.types.js.map +1 -0
  306. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  307. package/dist/collection/components/six-tooltip/six-tooltip.js +432 -0
  308. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  309. package/dist/collection/files/file-list.json +308 -0
  310. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  311. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  312. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  313. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  314. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  315. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  316. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  317. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  318. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  319. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  320. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  321. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  322. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  323. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  324. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  325. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  326. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  327. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  328. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  329. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  330. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  331. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  332. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  333. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  334. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  335. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  336. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  337. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  338. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  339. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  340. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  341. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  342. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  343. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  344. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  345. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  346. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  347. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  348. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  349. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  350. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  351. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  352. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  353. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  354. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  355. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  356. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  357. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  358. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  359. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  360. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  361. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  362. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  363. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  364. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  365. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  366. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  367. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  368. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  369. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  370. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  371. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  372. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  373. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  374. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  375. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  376. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  377. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  378. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  379. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  380. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  381. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  382. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  383. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  384. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  385. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  386. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  387. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  388. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  389. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  390. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  391. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  392. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  393. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  394. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  395. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  396. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  397. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  398. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  399. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  400. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  401. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  402. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  403. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  404. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  405. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  406. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  407. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  408. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  409. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  410. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  411. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  412. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  413. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  414. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  415. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  416. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  417. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  418. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  419. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  420. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  421. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  422. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  423. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  424. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  425. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  426. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  427. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  428. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  429. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  430. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  431. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  432. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  433. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  434. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  435. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  436. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  437. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  438. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  439. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  440. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  441. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  442. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  443. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  444. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  445. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  446. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  447. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  448. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  449. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  450. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  451. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  452. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  453. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  454. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  455. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  456. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  457. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  458. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  459. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  460. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  461. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  462. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  463. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  464. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  465. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  466. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  467. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  468. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  469. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  470. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  471. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  472. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  473. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  474. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  475. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  476. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  477. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  478. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  479. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  480. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  481. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  482. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  483. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  484. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  485. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  486. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  487. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  488. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  489. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  490. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  491. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  492. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  493. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  494. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  495. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  496. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  497. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  498. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  499. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  500. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  501. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  502. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  503. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  504. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  505. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  506. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  507. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  508. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  509. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  510. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  511. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  512. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  513. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  514. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  515. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  516. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  517. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  518. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  519. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  520. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  521. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  522. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  523. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  524. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  525. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  526. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  527. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  528. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  529. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  530. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  531. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  532. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  533. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  534. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  535. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  536. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  537. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  538. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  539. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  540. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  541. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  542. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  543. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  544. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  545. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  546. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  547. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  548. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  549. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  550. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  551. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  552. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  553. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  554. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  555. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  556. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  557. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  558. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  559. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  560. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  561. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  562. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  563. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  564. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  565. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  566. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  567. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  568. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  569. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  570. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  571. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  572. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  573. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  574. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  575. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  576. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  577. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  578. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  579. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  580. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  581. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  582. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  583. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  584. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  585. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  586. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  587. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  588. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  589. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  590. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  591. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  592. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  593. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  594. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  595. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  596. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  597. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  598. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  599. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  600. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  601. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  602. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  603. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  604. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  605. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  606. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  607. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  608. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  609. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  610. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  611. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  612. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  613. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  614. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  615. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  616. package/dist/collection/functional-components/form-control/form-control.js +23 -0
  617. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  618. package/dist/collection/index.js +2 -0
  619. package/dist/collection/index.js.map +1 -0
  620. package/dist/collection/material-icons-outlined.woff +0 -0
  621. package/dist/collection/material-icons-outlined.woff2 +0 -0
  622. package/dist/collection/material-icons-round.woff +0 -0
  623. package/dist/collection/material-icons-round.woff2 +0 -0
  624. package/dist/collection/material-icons-sharp.woff +0 -0
  625. package/dist/collection/material-icons-sharp.woff2 +0 -0
  626. package/dist/collection/material-icons-two-tone.woff +0 -0
  627. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  628. package/dist/collection/material-icons.css +124 -0
  629. package/dist/collection/material-icons.scss +5 -0
  630. package/dist/collection/material-icons.woff +0 -0
  631. package/dist/collection/material-icons.woff2 +0 -0
  632. package/dist/collection/testUtil/delay.js +4 -0
  633. package/dist/collection/testUtil/delay.js.map +1 -0
  634. package/dist/collection/utils/as-array.js +2 -0
  635. package/dist/collection/utils/as-array.js.map +1 -0
  636. package/dist/collection/utils/date-util.js +713 -0
  637. package/dist/collection/utils/date-util.js.map +1 -0
  638. package/dist/collection/utils/event-listeners.js +40 -0
  639. package/dist/collection/utils/event-listeners.js.map +1 -0
  640. package/dist/collection/utils/execution-control.js +39 -0
  641. package/dist/collection/utils/execution-control.js.map +1 -0
  642. package/dist/collection/utils/focus-visible.js +42 -0
  643. package/dist/collection/utils/focus-visible.js.map +1 -0
  644. package/dist/collection/utils/matchers.js +3 -0
  645. package/dist/collection/utils/matchers.js.map +1 -0
  646. package/dist/collection/utils/modal.js +29 -0
  647. package/dist/collection/utils/modal.js.map +1 -0
  648. package/dist/collection/utils/offset.js +14 -0
  649. package/dist/collection/utils/offset.js.map +1 -0
  650. package/dist/collection/utils/popover.js +114 -0
  651. package/dist/collection/utils/popover.js.map +1 -0
  652. package/dist/collection/utils/scroll.js +48 -0
  653. package/dist/collection/utils/scroll.js.map +1 -0
  654. package/dist/collection/utils/slot.js +60 -0
  655. package/dist/collection/utils/slot.js.map +1 -0
  656. package/dist/collection/utils/support.js +16 -0
  657. package/dist/collection/utils/support.js.map +1 -0
  658. package/dist/collection/utils/tabbable.js +23 -0
  659. package/dist/collection/utils/tabbable.js.map +1 -0
  660. package/dist/collection/utils/testing.js +39 -0
  661. package/dist/collection/utils/testing.js.map +1 -0
  662. package/dist/collection/utils/time.util.js +75 -0
  663. package/dist/collection/utils/time.util.js.map +1 -0
  664. package/dist/collection/utils/type-check.js +6 -0
  665. package/dist/collection/utils/type-check.js.map +1 -0
  666. package/dist/collection/utils/types.js +2 -0
  667. package/dist/collection/utils/types.js.map +1 -0
  668. package/dist/collection/wrappers/set-attributes/set-attributes.js +72 -0
  669. package/dist/collection/wrappers/set-attributes/set-attributes.js.map +1 -0
  670. package/dist/components/event-listeners.js +43 -0
  671. package/dist/components/event-listeners.js.map +1 -0
  672. package/dist/components/execution-control.js +40 -0
  673. package/dist/components/execution-control.js.map +1 -0
  674. package/dist/components/focus-visible.js +45 -0
  675. package/dist/components/focus-visible.js.map +1 -0
  676. package/dist/components/form-control.js +32 -0
  677. package/dist/components/form-control.js.map +1 -0
  678. package/dist/components/index.d.ts +39 -0
  679. package/dist/components/index.js +122 -0
  680. package/dist/components/index.js.map +1 -0
  681. package/dist/components/modal.js +48 -0
  682. package/dist/components/modal.js.map +1 -0
  683. package/dist/components/popover.js +1897 -0
  684. package/dist/components/popover.js.map +1 -0
  685. package/dist/components/scroll.js +64 -0
  686. package/dist/components/scroll.js.map +1 -0
  687. package/dist/components/set-attributes.d.ts +11 -0
  688. package/dist/components/set-attributes.js +8 -0
  689. package/dist/components/set-attributes.js.map +1 -0
  690. package/dist/components/set-attributes2.js +69 -0
  691. package/dist/components/set-attributes2.js.map +1 -0
  692. package/dist/components/six-alert.d.ts +11 -0
  693. package/dist/components/six-alert.js +172 -0
  694. package/dist/components/six-alert.js.map +1 -0
  695. package/dist/components/six-avatar.d.ts +11 -0
  696. package/dist/components/six-avatar.js +63 -0
  697. package/dist/components/six-avatar.js.map +1 -0
  698. package/dist/components/six-badge.d.ts +11 -0
  699. package/dist/components/six-badge.js +54 -0
  700. package/dist/components/six-badge.js.map +1 -0
  701. package/dist/components/six-button.d.ts +11 -0
  702. package/dist/components/six-button.js +147 -0
  703. package/dist/components/six-button.js.map +1 -0
  704. package/dist/components/six-card.d.ts +11 -0
  705. package/dist/components/six-card.js +35 -0
  706. package/dist/components/six-card.js.map +1 -0
  707. package/dist/components/six-checkbox.d.ts +11 -0
  708. package/dist/components/six-checkbox.js +193 -0
  709. package/dist/components/six-checkbox.js.map +1 -0
  710. package/dist/components/six-datepicker.d.ts +11 -0
  711. package/dist/components/six-datepicker.js +1229 -0
  712. package/dist/components/six-datepicker.js.map +1 -0
  713. package/dist/components/six-details.d.ts +11 -0
  714. package/dist/components/six-details.js +8 -0
  715. package/dist/components/six-details.js.map +1 -0
  716. package/dist/components/six-details2.js +176 -0
  717. package/dist/components/six-details2.js.map +1 -0
  718. package/dist/components/six-dialog.d.ts +11 -0
  719. package/dist/components/six-dialog.js +190 -0
  720. package/dist/components/six-dialog.js.map +1 -0
  721. package/dist/components/six-drawer.d.ts +11 -0
  722. package/dist/components/six-drawer.js +209 -0
  723. package/dist/components/six-drawer.js.map +1 -0
  724. package/dist/components/six-dropdown.d.ts +11 -0
  725. package/dist/components/six-dropdown.js +8 -0
  726. package/dist/components/six-dropdown.js.map +1 -0
  727. package/dist/components/six-dropdown2.js +499 -0
  728. package/dist/components/six-dropdown2.js.map +1 -0
  729. package/dist/components/six-error-page.d.ts +11 -0
  730. package/dist/components/six-error-page.js +134 -0
  731. package/dist/components/six-error-page.js.map +1 -0
  732. package/dist/components/six-file-list-item.d.ts +11 -0
  733. package/dist/components/six-file-list-item.js +74 -0
  734. package/dist/components/six-file-list-item.js.map +1 -0
  735. package/dist/components/six-file-list.d.ts +11 -0
  736. package/dist/components/six-file-list.js +35 -0
  737. package/dist/components/six-file-list.js.map +1 -0
  738. package/dist/components/six-file-upload.d.ts +11 -0
  739. package/dist/components/six-file-upload.js +147 -0
  740. package/dist/components/six-file-upload.js.map +1 -0
  741. package/dist/components/six-footer.d.ts +11 -0
  742. package/dist/components/six-footer.js +35 -0
  743. package/dist/components/six-footer.js.map +1 -0
  744. package/dist/components/six-form.d.ts +11 -0
  745. package/dist/components/six-form.js +252 -0
  746. package/dist/components/six-form.js.map +1 -0
  747. package/dist/components/six-group-label.d.ts +11 -0
  748. package/dist/components/six-group-label.js +78 -0
  749. package/dist/components/six-group-label.js.map +1 -0
  750. package/dist/components/six-header.d.ts +11 -0
  751. package/dist/components/six-header.js +219 -0
  752. package/dist/components/six-header.js.map +1 -0
  753. package/dist/components/six-icon-button.d.ts +11 -0
  754. package/dist/components/six-icon-button.js +8 -0
  755. package/dist/components/six-icon-button.js.map +1 -0
  756. package/dist/components/six-icon-button2.js +70 -0
  757. package/dist/components/six-icon-button2.js.map +1 -0
  758. package/dist/components/six-icon.d.ts +11 -0
  759. package/dist/components/six-icon.js +8 -0
  760. package/dist/components/six-icon.js.map +1 -0
  761. package/dist/components/six-icon2.js +49 -0
  762. package/dist/components/six-icon2.js.map +1 -0
  763. package/dist/components/six-input.d.ts +11 -0
  764. package/dist/components/six-input.js +8 -0
  765. package/dist/components/six-input.js.map +1 -0
  766. package/dist/components/six-input2.js +303 -0
  767. package/dist/components/six-input2.js.map +1 -0
  768. package/dist/components/six-item-picker.d.ts +11 -0
  769. package/dist/components/six-item-picker.js +8 -0
  770. package/dist/components/six-item-picker.js.map +1 -0
  771. package/dist/components/six-item-picker2.js +404 -0
  772. package/dist/components/six-item-picker2.js.map +1 -0
  773. package/dist/components/six-language-switcher.d.ts +11 -0
  774. package/dist/components/six-language-switcher.js +82 -0
  775. package/dist/components/six-language-switcher.js.map +1 -0
  776. package/dist/components/six-layout-grid.d.ts +11 -0
  777. package/dist/components/six-layout-grid.js +49 -0
  778. package/dist/components/six-layout-grid.js.map +1 -0
  779. package/dist/components/six-main-container.d.ts +11 -0
  780. package/dist/components/six-main-container.js +39 -0
  781. package/dist/components/six-main-container.js.map +1 -0
  782. package/dist/components/six-menu-divider.d.ts +11 -0
  783. package/dist/components/six-menu-divider.js +35 -0
  784. package/dist/components/six-menu-divider.js.map +1 -0
  785. package/dist/components/six-menu-item.d.ts +11 -0
  786. package/dist/components/six-menu-item.js +8 -0
  787. package/dist/components/six-menu-item.js.map +1 -0
  788. package/dist/components/six-menu-item2.js +86 -0
  789. package/dist/components/six-menu-item2.js.map +1 -0
  790. package/dist/components/six-menu-label.d.ts +11 -0
  791. package/dist/components/six-menu-label.js +35 -0
  792. package/dist/components/six-menu-label.js.map +1 -0
  793. package/dist/components/six-menu.d.ts +11 -0
  794. package/dist/components/six-menu.js +8 -0
  795. package/dist/components/six-menu.js.map +1 -0
  796. package/dist/components/six-menu2.js +252 -0
  797. package/dist/components/six-menu2.js.map +1 -0
  798. package/dist/components/six-picto.d.ts +11 -0
  799. package/dist/components/six-picto.js +8 -0
  800. package/dist/components/six-picto.js.map +1 -0
  801. package/dist/components/six-picto2.js +38 -0
  802. package/dist/components/six-picto2.js.map +1 -0
  803. package/dist/components/six-progress-bar.d.ts +11 -0
  804. package/dist/components/six-progress-bar.js +45 -0
  805. package/dist/components/six-progress-bar.js.map +1 -0
  806. package/dist/components/six-progress-ring.d.ts +11 -0
  807. package/dist/components/six-progress-ring.js +61 -0
  808. package/dist/components/six-progress-ring.js.map +1 -0
  809. package/dist/components/six-radio.d.ts +11 -0
  810. package/dist/components/six-radio.js +157 -0
  811. package/dist/components/six-radio.js.map +1 -0
  812. package/dist/components/six-range.d.ts +11 -0
  813. package/dist/components/six-range.js +236 -0
  814. package/dist/components/six-range.js.map +1 -0
  815. package/dist/components/six-root.d.ts +11 -0
  816. package/dist/components/six-root.js +82 -0
  817. package/dist/components/six-root.js.map +1 -0
  818. package/dist/components/six-search-field.d.ts +11 -0
  819. package/dist/components/six-search-field.js +85 -0
  820. package/dist/components/six-search-field.js.map +1 -0
  821. package/dist/components/six-select.d.ts +11 -0
  822. package/dist/components/six-select.js +526 -0
  823. package/dist/components/six-select.js.map +1 -0
  824. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  825. package/dist/components/six-sidebar-item-group.js +88 -0
  826. package/dist/components/six-sidebar-item-group.js.map +1 -0
  827. package/dist/components/six-sidebar-item.d.ts +11 -0
  828. package/dist/components/six-sidebar-item.js +46 -0
  829. package/dist/components/six-sidebar-item.js.map +1 -0
  830. package/dist/components/six-sidebar.d.ts +11 -0
  831. package/dist/components/six-sidebar.js +205 -0
  832. package/dist/components/six-sidebar.js.map +1 -0
  833. package/dist/components/six-spinner.d.ts +11 -0
  834. package/dist/components/six-spinner.js +8 -0
  835. package/dist/components/six-spinner.js.map +1 -0
  836. package/dist/components/six-spinner2.js +41 -0
  837. package/dist/components/six-spinner2.js.map +1 -0
  838. package/dist/components/six-stage-indicator.d.ts +11 -0
  839. package/dist/components/six-stage-indicator.js +8 -0
  840. package/dist/components/six-stage-indicator.js.map +1 -0
  841. package/dist/components/six-stage-indicator2.js +41 -0
  842. package/dist/components/six-stage-indicator2.js.map +1 -0
  843. package/dist/components/six-switch.d.ts +11 -0
  844. package/dist/components/six-switch.js +139 -0
  845. package/dist/components/six-switch.js.map +1 -0
  846. package/dist/components/six-tab-group.d.ts +11 -0
  847. package/dist/components/six-tab-group.js +268 -0
  848. package/dist/components/six-tab-group.js.map +1 -0
  849. package/dist/components/six-tab-panel.d.ts +11 -0
  850. package/dist/components/six-tab-panel.js +45 -0
  851. package/dist/components/six-tab-panel.js.map +1 -0
  852. package/dist/components/six-tab.d.ts +11 -0
  853. package/dist/components/six-tab.js +84 -0
  854. package/dist/components/six-tab.js.map +1 -0
  855. package/dist/components/six-tag.d.ts +11 -0
  856. package/dist/components/six-tag.js +8 -0
  857. package/dist/components/six-tag.js.map +1 -0
  858. package/dist/components/six-tag2.js +77 -0
  859. package/dist/components/six-tag2.js.map +1 -0
  860. package/dist/components/six-textarea.d.ts +11 -0
  861. package/dist/components/six-textarea.js +269 -0
  862. package/dist/components/six-textarea.js.map +1 -0
  863. package/dist/components/six-tile.d.ts +11 -0
  864. package/dist/components/six-tile.js +142 -0
  865. package/dist/components/six-tile.js.map +1 -0
  866. package/dist/components/six-timepicker.d.ts +11 -0
  867. package/dist/components/six-timepicker.js +8 -0
  868. package/dist/components/six-timepicker.js.map +1 -0
  869. package/dist/components/six-timepicker2.js +559 -0
  870. package/dist/components/six-timepicker2.js.map +1 -0
  871. package/dist/components/six-tooltip.d.ts +11 -0
  872. package/dist/components/six-tooltip.js +8 -0
  873. package/dist/components/six-tooltip.js.map +1 -0
  874. package/dist/components/six-tooltip2.js +194 -0
  875. package/dist/components/six-tooltip2.js.map +1 -0
  876. package/dist/components/slot.js +47 -0
  877. package/dist/components/slot.js.map +1 -0
  878. package/dist/components.d.ts +148 -0
  879. package/dist/components.json +12197 -0
  880. package/dist/esm/event-listeners-570a24ea.js +43 -0
  881. package/dist/esm/event-listeners-570a24ea.js.map +1 -0
  882. package/dist/esm/execution-control-1a60d709.js +40 -0
  883. package/dist/esm/execution-control-1a60d709.js.map +1 -0
  884. package/dist/esm/focus-visible-97933ea9.js +45 -0
  885. package/dist/esm/focus-visible-97933ea9.js.map +1 -0
  886. package/dist/esm/form-control-3b440ea1.js +32 -0
  887. package/dist/esm/form-control-3b440ea1.js.map +1 -0
  888. package/dist/esm/index-5c0f6628.js +2094 -0
  889. package/dist/esm/index-5c0f6628.js.map +1 -0
  890. package/dist/esm/index.js +3 -0
  891. package/dist/esm/index.js.map +1 -0
  892. package/dist/esm/loader.js +20 -0
  893. package/dist/esm/loader.js.map +1 -0
  894. package/dist/esm/modal-5ebdc320.js +48 -0
  895. package/dist/esm/modal-5ebdc320.js.map +1 -0
  896. package/dist/esm/polyfills/core-js.js +11 -0
  897. package/dist/esm/polyfills/css-shim.js +1 -0
  898. package/dist/esm/polyfills/dom.js +79 -0
  899. package/dist/esm/polyfills/es5-html-element.js +1 -0
  900. package/dist/esm/polyfills/index.js +34 -0
  901. package/dist/esm/polyfills/system.js +6 -0
  902. package/dist/esm/popover-bd2c2fca.js +1897 -0
  903. package/dist/esm/popover-bd2c2fca.js.map +1 -0
  904. package/dist/esm/scroll-180b53fd.js +64 -0
  905. package/dist/esm/scroll-180b53fd.js.map +1 -0
  906. package/dist/esm/set-attributes_2.entry.js +66 -0
  907. package/dist/esm/set-attributes_2.entry.js.map +1 -0
  908. package/dist/esm/six-alert.entry.js +133 -0
  909. package/dist/esm/six-alert.entry.js.map +1 -0
  910. package/dist/esm/six-avatar.entry.js +33 -0
  911. package/dist/esm/six-avatar.entry.js.map +1 -0
  912. package/dist/esm/six-badge.entry.js +32 -0
  913. package/dist/esm/six-badge.entry.js.map +1 -0
  914. package/dist/esm/six-button.entry.js +102 -0
  915. package/dist/esm/six-button.entry.js.map +1 -0
  916. package/dist/esm/six-card.entry.js +17 -0
  917. package/dist/esm/six-card.entry.js.map +1 -0
  918. package/dist/esm/six-checkbox.entry.js +155 -0
  919. package/dist/esm/six-checkbox.entry.js.map +1 -0
  920. package/dist/esm/six-datepicker.entry.js +1153 -0
  921. package/dist/esm/six-datepicker.entry.js.map +1 -0
  922. package/dist/esm/six-details.entry.js +143 -0
  923. package/dist/esm/six-details.entry.js.map +1 -0
  924. package/dist/esm/six-dialog.entry.js +152 -0
  925. package/dist/esm/six-dialog.entry.js.map +1 -0
  926. package/dist/esm/six-drawer.entry.js +169 -0
  927. package/dist/esm/six-drawer.entry.js.map +1 -0
  928. package/dist/esm/six-dropdown_2.entry.js +647 -0
  929. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  930. package/dist/esm/six-error-page.entry.js +104 -0
  931. package/dist/esm/six-error-page.entry.js.map +1 -0
  932. package/dist/esm/six-file-list-item.entry.js +43 -0
  933. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  934. package/dist/esm/six-file-list.entry.js +17 -0
  935. package/dist/esm/six-file-list.entry.js.map +1 -0
  936. package/dist/esm/six-file-upload.entry.js +116 -0
  937. package/dist/esm/six-file-upload.entry.js.map +1 -0
  938. package/dist/esm/six-footer.entry.js +17 -0
  939. package/dist/esm/six-footer.entry.js.map +1 -0
  940. package/dist/esm/six-form.entry.js +227 -0
  941. package/dist/esm/six-form.entry.js.map +1 -0
  942. package/dist/esm/six-group-label.entry.js +52 -0
  943. package/dist/esm/six-group-label.entry.js.map +1 -0
  944. package/dist/esm/six-header.entry.js +156 -0
  945. package/dist/esm/six-header.entry.js.map +1 -0
  946. package/dist/esm/six-icon-button.entry.js +43 -0
  947. package/dist/esm/six-icon-button.entry.js.map +1 -0
  948. package/dist/esm/six-icon.entry.js +31 -0
  949. package/dist/esm/six-icon.entry.js.map +1 -0
  950. package/dist/esm/six-input.entry.js +235 -0
  951. package/dist/esm/six-input.entry.js.map +1 -0
  952. package/dist/esm/six-item-picker.entry.js +353 -0
  953. package/dist/esm/six-item-picker.entry.js.map +1 -0
  954. package/dist/esm/six-language-switcher.entry.js +61 -0
  955. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  956. package/dist/esm/six-layout-grid.entry.js +29 -0
  957. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  958. package/dist/esm/six-main-container.entry.js +19 -0
  959. package/dist/esm/six-main-container.entry.js.map +1 -0
  960. package/dist/esm/six-menu-divider.entry.js +17 -0
  961. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  962. package/dist/esm/six-menu-item.entry.js +57 -0
  963. package/dist/esm/six-menu-item.entry.js.map +1 -0
  964. package/dist/esm/six-menu-label.entry.js +17 -0
  965. package/dist/esm/six-menu-label.entry.js.map +1 -0
  966. package/dist/esm/six-picto.entry.js +21 -0
  967. package/dist/esm/six-picto.entry.js.map +1 -0
  968. package/dist/esm/six-progress-bar.entry.js +24 -0
  969. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  970. package/dist/esm/six-progress-ring.entry.js +39 -0
  971. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  972. package/dist/esm/six-radio.entry.js +126 -0
  973. package/dist/esm/six-radio.entry.js.map +1 -0
  974. package/dist/esm/six-range.entry.js +194 -0
  975. package/dist/esm/six-range.entry.js.map +1 -0
  976. package/dist/esm/six-root.entry.js +40 -0
  977. package/dist/esm/six-root.entry.js.map +1 -0
  978. package/dist/esm/six-search-field.entry.js +49 -0
  979. package/dist/esm/six-search-field.entry.js.map +1 -0
  980. package/dist/esm/six-select.entry.js +428 -0
  981. package/dist/esm/six-select.entry.js.map +1 -0
  982. package/dist/esm/six-sidebar-item-group.entry.js +50 -0
  983. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  984. package/dist/esm/six-sidebar-item.entry.js +24 -0
  985. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  986. package/dist/esm/six-sidebar.entry.js +176 -0
  987. package/dist/esm/six-sidebar.entry.js.map +1 -0
  988. package/dist/esm/six-spinner.entry.js +24 -0
  989. package/dist/esm/six-spinner.entry.js.map +1 -0
  990. package/dist/esm/six-switch.entry.js +107 -0
  991. package/dist/esm/six-switch.entry.js.map +1 -0
  992. package/dist/esm/six-tab-group.entry.js +233 -0
  993. package/dist/esm/six-tab-group.entry.js.map +1 -0
  994. package/dist/esm/six-tab-panel.entry.js +24 -0
  995. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  996. package/dist/esm/six-tab.entry.js +47 -0
  997. package/dist/esm/six-tab.entry.js.map +1 -0
  998. package/dist/esm/six-tag.entry.js +45 -0
  999. package/dist/esm/six-tag.entry.js.map +1 -0
  1000. package/dist/esm/six-textarea.entry.js +215 -0
  1001. package/dist/esm/six-textarea.entry.js.map +1 -0
  1002. package/dist/esm/six-tile.entry.js +93 -0
  1003. package/dist/esm/six-tile.entry.js.map +1 -0
  1004. package/dist/esm/six-timepicker.entry.js +451 -0
  1005. package/dist/esm/six-timepicker.entry.js.map +1 -0
  1006. package/dist/esm/six-timepicker.types-e161a447.js +50 -0
  1007. package/dist/esm/six-timepicker.types-e161a447.js.map +1 -0
  1008. package/dist/esm/six-tooltip.entry.js +169 -0
  1009. package/dist/esm/six-tooltip.entry.js.map +1 -0
  1010. package/dist/esm/slot-6f3984c7.js +47 -0
  1011. package/dist/esm/slot-6f3984c7.js.map +1 -0
  1012. package/dist/esm/types-4b10b413.js +17 -0
  1013. package/dist/esm/types-4b10b413.js.map +1 -0
  1014. package/dist/esm/ui-library.js +23 -0
  1015. package/dist/esm/ui-library.js.map +1 -0
  1016. package/dist/index.cjs.js +1 -0
  1017. package/dist/index.js +1 -0
  1018. package/dist/types/components/six-alert/six-alert.d.ts +60 -0
  1019. package/dist/types/components/six-avatar/six-avatar.d.ts +27 -0
  1020. package/dist/types/components/six-badge/six-badge.d.ts +20 -0
  1021. package/dist/types/components/six-button/six-button.d.ts +69 -0
  1022. package/dist/types/components/six-card/six-card.d.ts +9 -0
  1023. package/dist/types/components/six-checkbox/six-checkbox.d.ts +86 -0
  1024. package/dist/types/components/six-datepicker/components/day-selection.d.ts +5 -0
  1025. package/dist/types/components/six-datepicker/components/month-selection.d.ts +5 -0
  1026. package/dist/types/components/six-datepicker/components/year-selection.d.ts +5 -0
  1027. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  1028. package/dist/types/components/six-datepicker/six-datepicker.d.ts +214 -0
  1029. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  1030. package/dist/types/components/six-details/six-details.d.ts +61 -0
  1031. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  1032. package/dist/types/components/six-drawer/six-drawer.d.ts +82 -0
  1033. package/dist/types/components/six-dropdown/six-dropdown.d.ts +140 -0
  1034. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  1035. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  1036. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  1037. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -0
  1038. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  1039. package/dist/types/components/six-form/six-form.d.ts +69 -0
  1040. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  1041. package/dist/types/components/six-header/six-header.d.ts +90 -0
  1042. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  1043. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  1044. package/dist/types/components/six-input/six-input.d.ts +165 -0
  1045. package/dist/types/components/six-item-picker/six-item-picker.d.ts +106 -0
  1046. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  1047. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  1048. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  1049. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  1050. package/dist/types/components/six-menu/six-menu.d.ts +81 -0
  1051. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  1052. package/dist/types/components/six-menu-item/six-menu-item.d.ts +39 -0
  1053. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  1054. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  1055. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  1056. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  1057. package/dist/types/components/six-radio/six-radio.d.ts +66 -0
  1058. package/dist/types/components/six-range/six-range.d.ts +101 -0
  1059. package/dist/types/components/six-root/six-root.d.ts +34 -0
  1060. package/dist/types/components/six-search-field/six-search-field.d.ts +32 -0
  1061. package/dist/types/components/six-select/six-select.d.ts +164 -0
  1062. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  1063. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +15 -0
  1064. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +26 -0
  1065. package/dist/types/components/six-spinner/six-spinner.d.ts +15 -0
  1066. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  1067. package/dist/types/components/six-switch/six-switch.d.ts +62 -0
  1068. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  1069. package/dist/types/components/six-tab-group/six-tab-group.d.ts +62 -0
  1070. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  1071. package/dist/types/components/six-tag/six-tag.d.ts +30 -0
  1072. package/dist/types/components/six-textarea/six-textarea.d.ts +134 -0
  1073. package/dist/types/components/six-tile/six-tile.d.ts +40 -0
  1074. package/dist/types/components/six-timepicker/six-time-format.d.ts +13 -0
  1075. package/dist/types/components/six-timepicker/six-timepicker.d.ts +184 -0
  1076. package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +36 -0
  1077. package/dist/types/components/six-tooltip/six-tooltip.d.ts +72 -0
  1078. package/dist/types/components.d.ts +5251 -0
  1079. package/dist/types/functional-components/form-control/form-control.d.ts +34 -0
  1080. package/dist/types/index.d.ts +1 -0
  1081. package/dist/types/stencil-public-runtime.d.ts +1637 -0
  1082. package/dist/types/testUtil/delay.d.ts +1 -0
  1083. package/dist/types/utils/as-array.d.ts +1 -0
  1084. package/dist/types/utils/date-util.d.ts +194 -0
  1085. package/dist/types/utils/event-listeners.d.ts +15 -0
  1086. package/dist/types/utils/execution-control.d.ts +26 -0
  1087. package/dist/types/utils/focus-visible.d.ts +6 -0
  1088. package/dist/types/utils/matchers.d.ts +2 -0
  1089. package/dist/types/utils/modal.d.ts +13 -0
  1090. package/dist/types/utils/offset.d.ts +4 -0
  1091. package/dist/types/utils/popover.d.ts +27 -0
  1092. package/dist/types/utils/popper.d.ts +33 -0
  1093. package/dist/types/utils/scroll.d.ts +3 -0
  1094. package/dist/types/utils/slot.d.ts +9 -0
  1095. package/dist/types/utils/support.d.ts +1 -0
  1096. package/dist/types/utils/tabbable.d.ts +2 -0
  1097. package/dist/types/utils/testing.d.ts +2 -0
  1098. package/dist/types/utils/time.util.d.ts +10 -0
  1099. package/dist/types/utils/type-check.d.ts +4 -0
  1100. package/dist/types/utils/types.d.ts +4 -0
  1101. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +9 -0
  1102. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  1103. package/dist/ui-library/assets/commons.js +5 -0
  1104. package/dist/ui-library/assets/data.json +642 -0
  1105. package/dist/ui-library/assets/six-logo.svg +1 -0
  1106. package/dist/ui-library/files/file-list.json +308 -0
  1107. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  1108. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  1109. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  1110. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  1111. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  1112. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  1113. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  1114. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  1115. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  1116. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  1117. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  1118. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  1119. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  1120. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  1121. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  1122. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  1123. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  1124. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  1125. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  1126. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  1127. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  1128. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  1129. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  1130. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  1131. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  1132. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  1133. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  1134. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  1135. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  1136. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  1137. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  1138. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  1139. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  1140. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  1141. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  1142. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  1143. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  1144. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  1145. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  1146. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  1147. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  1148. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  1149. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  1150. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  1151. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  1152. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  1153. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  1154. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  1155. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  1156. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  1157. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  1158. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  1159. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  1160. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  1161. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  1162. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  1163. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  1164. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  1165. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  1166. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  1167. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  1168. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  1169. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  1170. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  1171. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  1172. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  1173. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  1174. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  1175. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  1176. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  1177. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  1178. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  1179. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  1180. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  1181. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  1182. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  1183. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  1184. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  1185. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  1186. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  1187. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  1188. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  1189. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  1190. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  1191. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  1192. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  1193. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  1194. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  1195. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  1196. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  1197. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  1198. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  1199. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  1200. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  1201. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  1202. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  1203. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  1204. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  1205. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  1206. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  1207. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  1208. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  1209. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  1210. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  1211. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  1212. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  1213. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  1214. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  1215. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  1216. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  1217. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  1218. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  1219. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  1220. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  1221. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  1222. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  1223. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  1224. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  1225. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  1226. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  1227. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  1228. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  1229. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  1230. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  1231. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  1232. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  1233. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  1234. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  1235. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  1236. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  1237. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  1238. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  1239. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  1240. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  1241. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  1242. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  1243. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  1244. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  1245. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  1246. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  1247. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  1248. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  1249. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  1250. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  1251. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  1252. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  1253. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  1254. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  1255. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  1256. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  1257. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  1258. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  1259. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  1260. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  1261. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  1262. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  1263. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  1264. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  1265. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  1266. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  1267. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  1268. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  1269. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  1270. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  1271. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  1272. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  1273. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  1274. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  1275. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  1276. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  1277. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  1278. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  1279. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  1280. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  1281. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  1282. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  1283. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  1284. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  1285. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  1286. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  1287. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  1288. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  1289. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  1290. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  1291. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  1292. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  1293. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  1294. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  1295. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  1296. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  1297. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  1298. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  1299. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  1300. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  1301. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  1302. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  1303. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  1304. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  1305. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  1306. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  1307. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  1308. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  1309. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  1310. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  1311. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  1312. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  1313. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  1314. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  1315. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  1316. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  1317. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  1318. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  1319. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  1320. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  1321. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  1322. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  1323. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  1324. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  1325. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  1326. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  1327. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  1328. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  1329. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  1330. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  1331. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  1332. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  1333. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  1334. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  1335. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  1336. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  1337. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  1338. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  1339. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  1340. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  1341. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  1342. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  1343. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  1344. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  1345. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  1346. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  1347. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  1348. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  1349. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  1350. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  1351. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  1352. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  1353. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  1354. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  1355. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  1356. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  1357. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  1358. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  1359. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  1360. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  1361. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  1362. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  1363. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  1364. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  1365. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  1366. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  1367. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  1368. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  1369. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  1370. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  1371. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  1372. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  1373. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1374. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1375. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1376. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1377. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1378. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1379. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1380. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1381. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1382. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1383. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1384. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1385. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1386. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1387. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1388. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1389. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1390. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1391. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1392. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1393. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1394. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1395. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1396. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1397. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1398. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1399. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1400. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1401. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1402. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1403. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1404. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1405. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1406. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1407. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1408. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1409. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1410. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1411. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1412. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1413. package/dist/ui-library/index.esm.js +2 -0
  1414. package/dist/ui-library/index.esm.js.map +1 -0
  1415. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1416. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1417. package/dist/ui-library/material-icons-round.woff +0 -0
  1418. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1419. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1420. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1421. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1422. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1423. package/dist/ui-library/material-icons.css +124 -0
  1424. package/dist/ui-library/material-icons.scss +5 -0
  1425. package/dist/ui-library/material-icons.woff +0 -0
  1426. package/dist/ui-library/material-icons.woff2 +0 -0
  1427. package/dist/ui-library/p-054e12cc.entry.js +2 -0
  1428. package/dist/ui-library/p-054e12cc.entry.js.map +1 -0
  1429. package/dist/ui-library/p-0786fa7c.js +2 -0
  1430. package/dist/ui-library/p-0786fa7c.js.map +1 -0
  1431. package/dist/ui-library/p-097cced4.entry.js +2 -0
  1432. package/dist/ui-library/p-097cced4.entry.js.map +1 -0
  1433. package/dist/ui-library/p-0d79b0c6.entry.js +2 -0
  1434. package/dist/ui-library/p-0d79b0c6.entry.js.map +1 -0
  1435. package/dist/ui-library/p-14f20bbb.entry.js +2 -0
  1436. package/dist/ui-library/p-14f20bbb.entry.js.map +1 -0
  1437. package/dist/ui-library/p-18e5f772.entry.js +2 -0
  1438. package/dist/ui-library/p-18e5f772.entry.js.map +1 -0
  1439. package/dist/ui-library/p-18ea0c56.js +2 -0
  1440. package/dist/ui-library/p-18ea0c56.js.map +1 -0
  1441. package/dist/ui-library/p-19364560.entry.js +2 -0
  1442. package/dist/ui-library/p-19364560.entry.js.map +1 -0
  1443. package/dist/ui-library/p-19b50b5a.entry.js +2 -0
  1444. package/dist/ui-library/p-19b50b5a.entry.js.map +1 -0
  1445. package/dist/ui-library/p-21859bca.entry.js +2 -0
  1446. package/dist/ui-library/p-21859bca.entry.js.map +1 -0
  1447. package/dist/ui-library/p-25a3bf57.js +2 -0
  1448. package/dist/ui-library/p-25a3bf57.js.map +1 -0
  1449. package/dist/ui-library/p-2e48c8d2.entry.js +2 -0
  1450. package/dist/ui-library/p-2e48c8d2.entry.js.map +1 -0
  1451. package/dist/ui-library/p-308261c4.entry.js +2 -0
  1452. package/dist/ui-library/p-308261c4.entry.js.map +1 -0
  1453. package/dist/ui-library/p-33f7e22b.entry.js +2 -0
  1454. package/dist/ui-library/p-33f7e22b.entry.js.map +1 -0
  1455. package/dist/ui-library/p-4ae91795.entry.js +2 -0
  1456. package/dist/ui-library/p-4ae91795.entry.js.map +1 -0
  1457. package/dist/ui-library/p-4f8394d7.js +2 -0
  1458. package/dist/ui-library/p-4f8394d7.js.map +1 -0
  1459. package/dist/ui-library/p-53a13db5.entry.js +2 -0
  1460. package/dist/ui-library/p-53a13db5.entry.js.map +1 -0
  1461. package/dist/ui-library/p-559c87f0.entry.js +2 -0
  1462. package/dist/ui-library/p-559c87f0.entry.js.map +1 -0
  1463. package/dist/ui-library/p-611e1978.entry.js +2 -0
  1464. package/dist/ui-library/p-611e1978.entry.js.map +1 -0
  1465. package/dist/ui-library/p-63703ba3.entry.js +2 -0
  1466. package/dist/ui-library/p-63703ba3.entry.js.map +1 -0
  1467. package/dist/ui-library/p-6403fd87.entry.js +2 -0
  1468. package/dist/ui-library/p-6403fd87.entry.js.map +1 -0
  1469. package/dist/ui-library/p-6433c0da.entry.js +2 -0
  1470. package/dist/ui-library/p-6433c0da.entry.js.map +1 -0
  1471. package/dist/ui-library/p-6d75f216.entry.js +2 -0
  1472. package/dist/ui-library/p-6d75f216.entry.js.map +1 -0
  1473. package/dist/ui-library/p-73597d13.entry.js +2 -0
  1474. package/dist/ui-library/p-73597d13.entry.js.map +1 -0
  1475. package/dist/ui-library/p-79eee01b.js +2 -0
  1476. package/dist/ui-library/p-79eee01b.js.map +1 -0
  1477. package/dist/ui-library/p-7e0cc4ae.entry.js +2 -0
  1478. package/dist/ui-library/p-7e0cc4ae.entry.js.map +1 -0
  1479. package/dist/ui-library/p-820c23f0.entry.js +2 -0
  1480. package/dist/ui-library/p-820c23f0.entry.js.map +1 -0
  1481. package/dist/ui-library/p-835c3ff7.entry.js +2 -0
  1482. package/dist/ui-library/p-835c3ff7.entry.js.map +1 -0
  1483. package/dist/ui-library/p-8a970a40.entry.js +2 -0
  1484. package/dist/ui-library/p-8a970a40.entry.js.map +1 -0
  1485. package/dist/ui-library/p-90824648.entry.js +2 -0
  1486. package/dist/ui-library/p-90824648.entry.js.map +1 -0
  1487. package/dist/ui-library/p-90dc6af4.entry.js +2 -0
  1488. package/dist/ui-library/p-90dc6af4.entry.js.map +1 -0
  1489. package/dist/ui-library/p-9328e5bc.entry.js +2 -0
  1490. package/dist/ui-library/p-9328e5bc.entry.js.map +1 -0
  1491. package/dist/ui-library/p-97323ad7.entry.js +2 -0
  1492. package/dist/ui-library/p-97323ad7.entry.js.map +1 -0
  1493. package/dist/ui-library/p-9a860acc.js +2 -0
  1494. package/dist/ui-library/p-9a860acc.js.map +1 -0
  1495. package/dist/ui-library/p-9d1d222f.entry.js +2 -0
  1496. package/dist/ui-library/p-9d1d222f.entry.js.map +1 -0
  1497. package/dist/ui-library/p-a1d4f6cf.entry.js +2 -0
  1498. package/dist/ui-library/p-a1d4f6cf.entry.js.map +1 -0
  1499. package/dist/ui-library/p-ac4f4d45.js +3 -0
  1500. package/dist/ui-library/p-ac4f4d45.js.map +1 -0
  1501. package/dist/ui-library/p-af793d04.entry.js +2 -0
  1502. package/dist/ui-library/p-af793d04.entry.js.map +1 -0
  1503. package/dist/ui-library/p-b0e5658f.entry.js +2 -0
  1504. package/dist/ui-library/p-b0e5658f.entry.js.map +1 -0
  1505. package/dist/ui-library/p-b1e66136.js +2 -0
  1506. package/dist/ui-library/p-b1e66136.js.map +1 -0
  1507. package/dist/ui-library/p-b4dfb7cf.js +2 -0
  1508. package/dist/ui-library/p-b4dfb7cf.js.map +1 -0
  1509. package/dist/ui-library/p-b997e43c.entry.js +2 -0
  1510. package/dist/ui-library/p-b997e43c.entry.js.map +1 -0
  1511. package/dist/ui-library/p-baa03951.entry.js +2 -0
  1512. package/dist/ui-library/p-baa03951.entry.js.map +1 -0
  1513. package/dist/ui-library/p-c0cb6436.entry.js +2 -0
  1514. package/dist/ui-library/p-c0cb6436.entry.js.map +1 -0
  1515. package/dist/ui-library/p-c30f9e0b.entry.js +2 -0
  1516. package/dist/ui-library/p-c30f9e0b.entry.js.map +1 -0
  1517. package/dist/ui-library/p-c349d1d4.entry.js +2 -0
  1518. package/dist/ui-library/p-c349d1d4.entry.js.map +1 -0
  1519. package/dist/ui-library/p-c53a63f9.entry.js +2 -0
  1520. package/dist/ui-library/p-c53a63f9.entry.js.map +1 -0
  1521. package/dist/ui-library/p-c640c2d8.entry.js +2 -0
  1522. package/dist/ui-library/p-c640c2d8.entry.js.map +1 -0
  1523. package/dist/ui-library/p-c94d0b07.entry.js +2 -0
  1524. package/dist/ui-library/p-c94d0b07.entry.js.map +1 -0
  1525. package/dist/ui-library/p-d12c6092.js +2 -0
  1526. package/dist/ui-library/p-d12c6092.js.map +1 -0
  1527. package/dist/ui-library/p-d5633a29.entry.js +2 -0
  1528. package/dist/ui-library/p-d5633a29.entry.js.map +1 -0
  1529. package/dist/ui-library/p-dd3c76f1.entry.js +2 -0
  1530. package/dist/ui-library/p-dd3c76f1.entry.js.map +1 -0
  1531. package/dist/ui-library/p-df655bc9.entry.js +2 -0
  1532. package/dist/ui-library/p-df655bc9.entry.js.map +1 -0
  1533. package/dist/ui-library/p-e19a6c95.entry.js +2 -0
  1534. package/dist/ui-library/p-e19a6c95.entry.js.map +1 -0
  1535. package/dist/ui-library/p-eb8f05a9.js +2 -0
  1536. package/dist/ui-library/p-eb8f05a9.js.map +1 -0
  1537. package/dist/ui-library/p-edc96efc.entry.js +2 -0
  1538. package/dist/ui-library/p-edc96efc.entry.js.map +1 -0
  1539. package/dist/ui-library/p-f18ba86f.entry.js +2 -0
  1540. package/dist/ui-library/p-f18ba86f.entry.js.map +1 -0
  1541. package/dist/ui-library/p-f4938771.entry.js +2 -0
  1542. package/dist/ui-library/p-f4938771.entry.js.map +1 -0
  1543. package/dist/ui-library/p-f70e2403.entry.js +2 -0
  1544. package/dist/ui-library/p-f70e2403.entry.js.map +1 -0
  1545. package/dist/ui-library/p-f9d345e0.entry.js +2 -0
  1546. package/dist/ui-library/p-f9d345e0.entry.js.map +1 -0
  1547. package/dist/ui-library/p-fed07a1f.entry.js +2 -0
  1548. package/dist/ui-library/p-fed07a1f.entry.js.map +1 -0
  1549. package/dist/ui-library/p-ff0257bf.entry.js +2 -0
  1550. package/dist/ui-library/p-ff0257bf.entry.js.map +1 -0
  1551. package/dist/ui-library/ui-library.css +10 -0
  1552. package/dist/ui-library/ui-library.esm.js +2 -0
  1553. package/dist/ui-library/ui-library.esm.js.map +1 -0
  1554. package/loader/cdn.js +3 -0
  1555. package/loader/index.cjs.js +3 -0
  1556. package/loader/index.d.ts +21 -0
  1557. package/loader/index.es2017.js +3 -0
  1558. package/loader/index.js +4 -0
  1559. package/loader/package.json +11 -0
  1560. package/package.json +70 -0
  1561. package/readme.md +156 -0
@@ -0,0 +1,919 @@
1
+ import { h } from '@stencil/core';
2
+ import { scrollIntoView } from '../../utils/scroll';
3
+ import { getNearestTabbableElement } from '../../utils/tabbable';
4
+ import Popover from '../../utils/popover';
5
+ import { EventListeners } from '../../utils/event-listeners';
6
+ import { getSlotChildren } from '../../utils/slot';
7
+ import { debounce, DEFAULT_DEBOUNCE_FAST } from '../../utils/execution-control';
8
+ const isTagName = (name) => (el) => (el === null || el === void 0 ? void 0 : el.tagName.toLowerCase()) === name.toLowerCase();
9
+ const isSixMenu = isTagName('six-menu');
10
+ const isSixMenuItem = isTagName('six-menu-item');
11
+ let id = 0;
12
+ /**
13
+ * @since 1.0
14
+ * @status stable
15
+ *
16
+ * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
17
+ *
18
+ * @slot trigger - The dropdown's trigger, usually a `<six-button>` element.
19
+ * @slot - The dropdown's content.
20
+ *
21
+ * @part base - The component's base wrapper.
22
+ * @part trigger - The container that wraps the trigger.
23
+ * @part panel - The panel that gets shown when the dropdown is open.
24
+ */
25
+ export class SixDropdown {
26
+ constructor() {
27
+ this.componentId = `dropdown-${++id}`;
28
+ this.isVisible = false;
29
+ this.hasBeenInitialized = false;
30
+ this.eventListeners = new EventListeners();
31
+ this.getMenuItems = () => {
32
+ if (this._options !== null) {
33
+ return this._options.map((option) => h("six-menu-item", { value: option.value }, option.label));
34
+ }
35
+ const [panel] = getSlotChildren(this.panel);
36
+ // the menu-items can be in a slot e.g. in six-select or direct children of the panel
37
+ return getSlotChildren(panel) || Array.from(panel.querySelectorAll('six-menu-item'));
38
+ };
39
+ this.handleFilterInputChange = () => {
40
+ var _a, _b;
41
+ const lowerCaseFilterTerm = ((_b = (_a = this.filterInputElement.value) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === null || _b === void 0 ? void 0 : _b.trim()) || '';
42
+ if (this._options) {
43
+ this.handleFilteringForAttributeItems(lowerCaseFilterTerm);
44
+ }
45
+ else {
46
+ this.handleFilteringForSlotItems(lowerCaseFilterTerm);
47
+ }
48
+ this.sixAutoFilterFired.emit({ filterValue: lowerCaseFilterTerm });
49
+ };
50
+ this.open = false;
51
+ this.placement = 'bottom-start';
52
+ this.closeOnSelect = true;
53
+ this.distance = 0;
54
+ this.skidding = 0;
55
+ this.hoist = false;
56
+ this.containingElement = undefined;
57
+ this.filter = false;
58
+ this.asyncFilter = false;
59
+ this.filterPlaceholder = 'Filter...';
60
+ this.autofocusFilter = true;
61
+ this.filterDebounce = DEFAULT_DEBOUNCE_FAST;
62
+ this.disableHideOnEnterAndSpace = false;
63
+ this.options = null;
64
+ this.virtualScroll = false;
65
+ this._options = null;
66
+ }
67
+ get hasFilterEnabled() {
68
+ return this.filter || this.asyncFilter;
69
+ }
70
+ get container() {
71
+ return this.containingElement || this.host;
72
+ }
73
+ handleOpenChange() {
74
+ this.open ? this.show() : this.hide();
75
+ this.updateAccessibleTrigger();
76
+ }
77
+ handlePopoverOptionsChange() {
78
+ this.popover.setOptions({
79
+ strategy: this.hoist ? 'fixed' : 'absolute',
80
+ placement: this.placement,
81
+ distance: this.distance,
82
+ skidding: this.skidding,
83
+ });
84
+ }
85
+ handleOptionsChange() {
86
+ this._options = [...this.options];
87
+ }
88
+ connectedCallback() {
89
+ if (this.virtualScroll && this.options === null) {
90
+ console.error('Options must be defined when using virtual scrolling');
91
+ }
92
+ if (this.options !== null) {
93
+ this._options = [...this.options];
94
+ }
95
+ this.handleDocumentKeyDown = this.handleDocumentKeyDown.bind(this);
96
+ this.handleDocumentMouseDown = this.handleDocumentMouseDown.bind(this);
97
+ this.handleMenuItemActivate = this.handleMenuItemActivate.bind(this);
98
+ this.handlePanelSelect = this.handlePanelSelect.bind(this);
99
+ this.handleTriggerClick = this.handleTriggerClick.bind(this);
100
+ this.handleTriggerKeyDown = this.handleTriggerKeyDown.bind(this);
101
+ this.handleTriggerKeyUp = this.handleTriggerKeyUp.bind(this);
102
+ this.handleTriggerSlotChange = this.handleTriggerSlotChange.bind(this);
103
+ this.handleDropdownScroll = this.handleDropdownScroll.bind(this);
104
+ if (this.hasBeenInitialized && !this.popover) {
105
+ // there was a weird bug when using six-dropdown inside an ag-grid filter. When closing the ag-grid filter
106
+ // disconnectedCallback() is executed. However, since componentDidLoad() will not be rerendered the popover had
107
+ // no longer a connected transitionEnd callback to the dropdown. To fix this, we have this sanity check here,
108
+ // to re-initialize the popover in case the component has already been initialized but the popover is undefined.
109
+ this.initializePopover();
110
+ }
111
+ }
112
+ componentDidLoad() {
113
+ this.hasBeenInitialized = true;
114
+ this.initializePopover();
115
+ // Show on init if open
116
+ if (this.open) {
117
+ void this.show();
118
+ }
119
+ if (this.filter) {
120
+ this.setupFiltering(this.handleFilterInputChange);
121
+ }
122
+ else if (this.asyncFilter) {
123
+ this.setupFiltering(() => this.sixAsyncFilterFired.emit({ filterValue: this.filterInputElement.value }));
124
+ }
125
+ }
126
+ initializePopover() {
127
+ const onAfterHide = () => {
128
+ if (this.filter) {
129
+ this.filterInputElement.value = '';
130
+ if (this._options !== null) {
131
+ this._options = [...this.options];
132
+ }
133
+ else {
134
+ const menuItems = this.getMenuItems();
135
+ menuItems.forEach((item) => (item.style.display = 'unset'));
136
+ }
137
+ }
138
+ this.sixAfterHide.emit();
139
+ };
140
+ const onAfterShow = async () => {
141
+ if (this.hasFilterEnabled && this.autofocusFilter) {
142
+ // if dropdown filter is enabled we should autofocus the search field
143
+ await this.filterInputElement.setFocus();
144
+ }
145
+ this.sixAfterShow.emit();
146
+ };
147
+ const onTransitionEnd = () => {
148
+ if (!this.open) {
149
+ this.panel.scrollTop = 0;
150
+ }
151
+ };
152
+ this.popover = new Popover(this.trigger, this.positioner, {
153
+ strategy: this.hoist ? 'fixed' : 'absolute',
154
+ placement: this.placement,
155
+ distance: this.distance,
156
+ skidding: this.skidding,
157
+ transitionElement: this.panel,
158
+ onAfterHide,
159
+ onAfterShow,
160
+ onTransitionEnd,
161
+ });
162
+ }
163
+ setupFiltering(callback) {
164
+ this.eventListeners.add(this.filterInputElement, 'six-input-input', debounce(callback, this.filterDebounce));
165
+ }
166
+ handleFilteringForAttributeItems(lowerCaseFilterTerm) {
167
+ if (lowerCaseFilterTerm === '') {
168
+ this._options = [...this.options];
169
+ return;
170
+ }
171
+ this._options = this.options.filter((option) => {
172
+ var _a, _b, _c, _d;
173
+ return (option.label && ((_b = (_a = String(option.label)) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === null || _b === void 0 ? void 0 : _b.includes(lowerCaseFilterTerm))) ||
174
+ (option.value && ((_d = (_c = String(option.value)) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === null || _d === void 0 ? void 0 : _d.includes(lowerCaseFilterTerm)));
175
+ });
176
+ }
177
+ handleFilteringForSlotItems(lowerCaseFilterTerm) {
178
+ const menuItems = this.getMenuItems();
179
+ menuItems.forEach(async (menuItem) => {
180
+ var _a, _b, _c, _d;
181
+ // hide all elements which don't contain the entered substring
182
+ const elementContainsFilterTerm = ((_b = (_a = menuItem === null || menuItem === void 0 ? void 0 : menuItem.value) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === null || _b === void 0 ? void 0 : _b.includes(lowerCaseFilterTerm)) ||
183
+ ((_d = (_c = (await (menuItem === null || menuItem === void 0 ? void 0 : menuItem.getTextLabel()))) === null || _c === void 0 ? void 0 : _c.toLowerCase()) === null || _d === void 0 ? void 0 : _d.includes(lowerCaseFilterTerm));
184
+ menuItem.style.display = elementContainsFilterTerm ? 'unset' : 'none';
185
+ });
186
+ }
187
+ disconnectedCallback() {
188
+ this.eventListeners.removeAll();
189
+ void this.hide();
190
+ this.popover.destroy();
191
+ this.popover = null;
192
+ }
193
+ /** Shows the dropdown panel */
194
+ async show() {
195
+ // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher
196
+ if (this.isVisible) {
197
+ return;
198
+ }
199
+ const sixShow = this.sixShow.emit();
200
+ if (sixShow.defaultPrevented) {
201
+ this.open = false;
202
+ return;
203
+ }
204
+ this.eventListeners.add(this.panel, 'six-menu-item-selected', this.handlePanelSelect);
205
+ this.eventListeners.add(document, 'keydown', this.handleDocumentKeyDown);
206
+ this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);
207
+ this.isVisible = true;
208
+ this.open = true;
209
+ this.popover.show();
210
+ }
211
+ /** Hides the dropdown panel */
212
+ async hide() {
213
+ // Prevent subsequent calls to the method, whether manually or triggered by the `open` watcher
214
+ if (!this.isVisible) {
215
+ return;
216
+ }
217
+ const sixHide = this.sixHide.emit();
218
+ if (sixHide.defaultPrevented) {
219
+ this.open = true;
220
+ return;
221
+ }
222
+ this.eventListeners.remove(this.panel, 'six-menu-item-selected', this.handlePanelSelect);
223
+ this.eventListeners.remove(document, 'keydown', this.handleDocumentKeyDown);
224
+ this.eventListeners.remove(document, 'mousedown', this.handleDocumentMouseDown);
225
+ this.isVisible = false;
226
+ this.open = false;
227
+ this.popover.hide();
228
+ }
229
+ focusOnTrigger() {
230
+ const [trigger] = getSlotChildren(this.trigger);
231
+ if (trigger) {
232
+ if (typeof trigger.setFocus === 'function') {
233
+ trigger.setFocus();
234
+ }
235
+ else if (typeof trigger.focus === 'function') {
236
+ trigger.focus();
237
+ }
238
+ }
239
+ }
240
+ getMenu() {
241
+ const [menu] = getSlotChildren(this.panel).filter(isSixMenu);
242
+ return menu;
243
+ }
244
+ /**
245
+ * Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu
246
+ * is activated.
247
+ */
248
+ async reposition() {
249
+ if (!this.open) {
250
+ return;
251
+ }
252
+ this.popover.reposition();
253
+ }
254
+ handleDocumentKeyDown(event) {
255
+ // Close when escape is pressed
256
+ if (event.key === 'Escape') {
257
+ void this.hide();
258
+ this.focusOnTrigger();
259
+ return;
260
+ }
261
+ if (this.filterInputElement === this.host.shadowRoot.activeElement) {
262
+ if (event.key === 'ArrowDown') {
263
+ const item = this.getMenuItems().find((item) => item.style.display !== 'none');
264
+ if (item) {
265
+ item.setFocus();
266
+ }
267
+ }
268
+ }
269
+ // Handle tabbing
270
+ if (event.key === 'Tab') {
271
+ // Tabbing within an open menu should close the dropdown and refocus the trigger
272
+ if (this.open && isSixMenuItem(document.activeElement)) {
273
+ event.preventDefault();
274
+ void this.hide();
275
+ this.focusOnTrigger();
276
+ return;
277
+ }
278
+ // Tabbing outside of the containing element closes the panel
279
+ //
280
+ // If the dropdown is used within a shadow DOM, we need to obtain the activeElement within that shadowRoot,
281
+ // otherwise `document.activeElement` will only return the name of the parent shadow DOM element.
282
+ setTimeout(() => {
283
+ var _a;
284
+ const activeElement = this.container.getRootNode() instanceof ShadowRoot
285
+ ? (_a = document.activeElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.activeElement
286
+ : document.activeElement;
287
+ if ((activeElement === null || activeElement === void 0 ? void 0 : activeElement.closest(this.container.tagName.toLowerCase())) !== this.container) {
288
+ void this.hide();
289
+ return;
290
+ }
291
+ });
292
+ }
293
+ }
294
+ handleDocumentMouseDown(event) {
295
+ // Close when clicking outside of the containing element
296
+ const path = event.composedPath();
297
+ if (!path.includes(this.container)) {
298
+ void this.hide();
299
+ return;
300
+ }
301
+ }
302
+ handleMenuItemActivate(event) {
303
+ const item = event.target;
304
+ scrollIntoView(item, this.panel);
305
+ }
306
+ handlePanelSelect(event) {
307
+ const target = event.target;
308
+ // Hide the dropdown when a menu item is selected
309
+ if (this.closeOnSelect && isSixMenu(target)) {
310
+ void this.hide();
311
+ this.focusOnTrigger();
312
+ }
313
+ }
314
+ handleTriggerClick() {
315
+ this.open ? this.hide() : this.show();
316
+ }
317
+ handleTriggerKeyDown(event) {
318
+ const menu = this.getMenu();
319
+ const menuItems = menu ? [...menu.querySelectorAll('six-menu-item')] : null;
320
+ const firstMenuItem = menuItems[0];
321
+ const lastMenuItem = menuItems[menuItems.length - 1];
322
+ // Close when escape or tab is pressed
323
+ if (event.key === 'Escape') {
324
+ this.focusOnTrigger();
325
+ void this.hide();
326
+ return;
327
+ }
328
+ // When spacebar/enter is pressed, show the panel but don't focus on the menu. This let's the user press the same
329
+ // key again to hide the menu in case they don't want to make a selection.
330
+ if (!this.disableHideOnEnterAndSpace && [' ', 'Enter'].includes(event.key)) {
331
+ event.preventDefault();
332
+ this.open ? void this.hide() : void this.show();
333
+ return;
334
+ }
335
+ // When up/down is pressed, we make the assumption that the user is familiar with the menu and plans to make a
336
+ // selection. Rather than toggle the panel, we focus on the menu (if one exists) and activate the first item for
337
+ // faster navigation.
338
+ if (['ArrowDown', 'ArrowUp'].includes(event.key)) {
339
+ event.preventDefault();
340
+ // Show the menu if it's not already open
341
+ if (!this.open) {
342
+ void this.show();
343
+ }
344
+ // Focus on a menu item
345
+ if (event.key === 'ArrowDown' && firstMenuItem) {
346
+ firstMenuItem.setFocus();
347
+ return;
348
+ }
349
+ if (event.key === 'ArrowUp' && lastMenuItem) {
350
+ lastMenuItem.setFocus();
351
+ return;
352
+ }
353
+ }
354
+ // Other keys bring focus to the menu and initiate type-to-select behavior
355
+ const ignoredKeys = ['Tab', 'Shift', 'Meta', 'Ctrl', 'Alt'];
356
+ if (this.open && menu && !ignoredKeys.includes(event.key)) {
357
+ void menu.typeToSelect(event.key);
358
+ return;
359
+ }
360
+ }
361
+ handleTriggerKeyUp(event) {
362
+ // Prevent space from triggering a click event in Firefox
363
+ if (event.key === ' ') {
364
+ event.preventDefault();
365
+ }
366
+ }
367
+ handleTriggerSlotChange() {
368
+ this.updateAccessibleTrigger();
369
+ }
370
+ handleDropdownScroll() {
371
+ this.sixScroll.emit({
372
+ scrollHeight: this.panel.scrollHeight,
373
+ scrollTop: this.panel.scrollTop,
374
+ scrollbarHeight: this.panel.offsetHeight * (this.panel.offsetHeight / this.panel.scrollHeight),
375
+ scrollRatio: this.panel.scrollTop / (this.panel.scrollHeight - this.panel.clientHeight),
376
+ });
377
+ }
378
+ //
379
+ // Slotted triggers can be arbitrary content, but we need to link them to the dropdown panel with `aria-haspopup` and
380
+ // `aria-expanded`. These must be applied to the "accessible trigger" (the tabbable portion of the trigger element
381
+ // that gets slotted in) so screen readers will understand them. The accessible trigger could be the slotted element,
382
+ // a child of the slotted element, or an element in the slotted element's shadow root.
383
+ //
384
+ // For example, the accessible trigger of an <sl-button> is a <button> located inside its shadow root.
385
+ //
386
+ // To determine this, we assume the first tabbable element in the trigger slot is the "accessible trigger."
387
+ //
388
+ updateAccessibleTrigger() {
389
+ const [accessibleTrigger] = getSlotChildren(this.trigger).map(getNearestTabbableElement);
390
+ if (accessibleTrigger) {
391
+ accessibleTrigger.setAttribute('aria-haspopup', 'true');
392
+ accessibleTrigger.setAttribute('aria-expanded', this.open ? 'true' : 'false');
393
+ }
394
+ }
395
+ render() {
396
+ return (h("div", { part: "base", id: this.componentId, class: {
397
+ dropdown: true,
398
+ 'dropdown--open': this.open,
399
+ } }, h("span", { part: "trigger", class: "dropdown__trigger", ref: (el) => (this.trigger = el), onClick: this.handleTriggerClick, onKeyDown: this.handleTriggerKeyDown, onKeyUp: this.handleTriggerKeyUp }, h("slot", { name: "trigger", onSlotchange: this.handleTriggerSlotChange })), h("div", { ref: (el) => (this.positioner = el), class: {
400
+ dropdown__positioner: true,
401
+ dropdown__positioner__filtered: (this.filter || this.asyncFilter) && !this.hoist,
402
+ } }, this.hasFilterEnabled && (h("six-input", { class: {
403
+ 'filter-hidden': !this.open,
404
+ }, "aria-hidden": this.open ? 'false' : 'true', ref: (el) => (this.filterInputElement = el), placeholder: this.filterPlaceholder })), h("div", { ref: (el) => (this.panel = el), part: "panel", class: "dropdown__panel", role: "menu", "aria-hidden": this.open ? 'false' : 'true', "aria-labelledby": this.componentId, onScroll: this.handleDropdownScroll }, h("slot", null), this._options && (h("six-menu", { part: "menu", items: this._options, virtualScroll: this.virtualScroll }))))));
405
+ }
406
+ static get is() { return "six-dropdown"; }
407
+ static get encapsulation() { return "shadow"; }
408
+ static get originalStyleUrls() {
409
+ return {
410
+ "$": ["six-dropdown.scss"]
411
+ };
412
+ }
413
+ static get styleUrls() {
414
+ return {
415
+ "$": ["six-dropdown.css"]
416
+ };
417
+ }
418
+ static get properties() {
419
+ return {
420
+ "open": {
421
+ "type": "boolean",
422
+ "mutable": true,
423
+ "complexType": {
424
+ "original": "boolean",
425
+ "resolved": "boolean",
426
+ "references": {}
427
+ },
428
+ "required": false,
429
+ "optional": false,
430
+ "docs": {
431
+ "tags": [],
432
+ "text": "Indicates whether or not the dropdown is open. You can use this in lieu of the show/hide methods."
433
+ },
434
+ "attribute": "open",
435
+ "reflect": true,
436
+ "defaultValue": "false"
437
+ },
438
+ "placement": {
439
+ "type": "string",
440
+ "mutable": false,
441
+ "complexType": {
442
+ "original": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'",
443
+ "resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
444
+ "references": {}
445
+ },
446
+ "required": false,
447
+ "optional": false,
448
+ "docs": {
449
+ "tags": [],
450
+ "text": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport."
451
+ },
452
+ "attribute": "placement",
453
+ "reflect": false,
454
+ "defaultValue": "'bottom-start'"
455
+ },
456
+ "closeOnSelect": {
457
+ "type": "boolean",
458
+ "mutable": false,
459
+ "complexType": {
460
+ "original": "boolean",
461
+ "resolved": "boolean",
462
+ "references": {}
463
+ },
464
+ "required": false,
465
+ "optional": false,
466
+ "docs": {
467
+ "tags": [],
468
+ "text": "Determines whether the dropdown should hide when a menu item is selected."
469
+ },
470
+ "attribute": "close-on-select",
471
+ "reflect": false,
472
+ "defaultValue": "true"
473
+ },
474
+ "distance": {
475
+ "type": "number",
476
+ "mutable": false,
477
+ "complexType": {
478
+ "original": "number",
479
+ "resolved": "number",
480
+ "references": {}
481
+ },
482
+ "required": false,
483
+ "optional": false,
484
+ "docs": {
485
+ "tags": [],
486
+ "text": "The distance in pixels from which to offset the panel away from its trigger."
487
+ },
488
+ "attribute": "distance",
489
+ "reflect": false,
490
+ "defaultValue": "0"
491
+ },
492
+ "skidding": {
493
+ "type": "number",
494
+ "mutable": false,
495
+ "complexType": {
496
+ "original": "number",
497
+ "resolved": "number",
498
+ "references": {}
499
+ },
500
+ "required": false,
501
+ "optional": false,
502
+ "docs": {
503
+ "tags": [],
504
+ "text": "The distance in pixels from which to offset the panel along its trigger."
505
+ },
506
+ "attribute": "skidding",
507
+ "reflect": false,
508
+ "defaultValue": "0"
509
+ },
510
+ "hoist": {
511
+ "type": "boolean",
512
+ "mutable": false,
513
+ "complexType": {
514
+ "original": "boolean",
515
+ "resolved": "boolean",
516
+ "references": {}
517
+ },
518
+ "required": false,
519
+ "optional": false,
520
+ "docs": {
521
+ "tags": [],
522
+ "text": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`."
523
+ },
524
+ "attribute": "hoist",
525
+ "reflect": false,
526
+ "defaultValue": "false"
527
+ },
528
+ "containingElement": {
529
+ "type": "unknown",
530
+ "mutable": false,
531
+ "complexType": {
532
+ "original": "HTMLElement",
533
+ "resolved": "HTMLElement",
534
+ "references": {
535
+ "HTMLElement": {
536
+ "location": "global"
537
+ }
538
+ }
539
+ },
540
+ "required": false,
541
+ "optional": false,
542
+ "docs": {
543
+ "tags": [],
544
+ "text": "The dropdown will close when the user interacts outside of this element (e.g. clicking)."
545
+ }
546
+ },
547
+ "filter": {
548
+ "type": "boolean",
549
+ "mutable": false,
550
+ "complexType": {
551
+ "original": "boolean",
552
+ "resolved": "boolean",
553
+ "references": {}
554
+ },
555
+ "required": false,
556
+ "optional": false,
557
+ "docs": {
558
+ "tags": [],
559
+ "text": "Set to true to allow auto filtering for entries in the dropdown.\nWith this flag the dropdown will automatically filter itsel.\nIf you need to coordinate the shown elements yourself,\ne.g. because you need to call an endpoint use asyncFilter instead"
560
+ },
561
+ "attribute": "filter",
562
+ "reflect": false,
563
+ "defaultValue": "false"
564
+ },
565
+ "asyncFilter": {
566
+ "type": "boolean",
567
+ "mutable": false,
568
+ "complexType": {
569
+ "original": "boolean",
570
+ "resolved": "boolean",
571
+ "references": {}
572
+ },
573
+ "required": false,
574
+ "optional": false,
575
+ "docs": {
576
+ "tags": [],
577
+ "text": "Set to true to allow async filtering.\nWhen you enter something in the search field the component will only emit an event but not filter any elements itself.\nYou can then simply listen to the 'six-async-filter-fired' event to manage the shown menu-items yourself"
578
+ },
579
+ "attribute": "async-filter",
580
+ "reflect": false,
581
+ "defaultValue": "false"
582
+ },
583
+ "filterPlaceholder": {
584
+ "type": "string",
585
+ "mutable": false,
586
+ "complexType": {
587
+ "original": "string",
588
+ "resolved": "string",
589
+ "references": {}
590
+ },
591
+ "required": false,
592
+ "optional": false,
593
+ "docs": {
594
+ "tags": [],
595
+ "text": "The filter's placeholder text."
596
+ },
597
+ "attribute": "filter-placeholder",
598
+ "reflect": false,
599
+ "defaultValue": "'Filter...'"
600
+ },
601
+ "autofocusFilter": {
602
+ "type": "boolean",
603
+ "mutable": false,
604
+ "complexType": {
605
+ "original": "boolean",
606
+ "resolved": "boolean",
607
+ "references": {}
608
+ },
609
+ "required": false,
610
+ "optional": false,
611
+ "docs": {
612
+ "tags": [],
613
+ "text": "By default the search field will be focused when opening a dropdown with filtering enabled."
614
+ },
615
+ "attribute": "autofocus-filter",
616
+ "reflect": false,
617
+ "defaultValue": "true"
618
+ },
619
+ "filterDebounce": {
620
+ "type": "number",
621
+ "mutable": false,
622
+ "complexType": {
623
+ "original": "number",
624
+ "resolved": "number",
625
+ "references": {}
626
+ },
627
+ "required": false,
628
+ "optional": false,
629
+ "docs": {
630
+ "tags": [],
631
+ "text": "The debounce for the filter callbacks."
632
+ },
633
+ "attribute": "filter-debounce",
634
+ "reflect": false,
635
+ "defaultValue": "DEFAULT_DEBOUNCE_FAST"
636
+ },
637
+ "disableHideOnEnterAndSpace": {
638
+ "type": "boolean",
639
+ "mutable": false,
640
+ "complexType": {
641
+ "original": "boolean",
642
+ "resolved": "boolean",
643
+ "references": {}
644
+ },
645
+ "required": false,
646
+ "optional": false,
647
+ "docs": {
648
+ "tags": [],
649
+ "text": "The panel can be opend/closed by pressing the spacebar or the enter key. In some cases you might want to avoid this"
650
+ },
651
+ "attribute": "disable-hide-on-enter-and-space",
652
+ "reflect": false,
653
+ "defaultValue": "false"
654
+ },
655
+ "options": {
656
+ "type": "unknown",
657
+ "mutable": false,
658
+ "complexType": {
659
+ "original": "SixMenuItemData[] | null",
660
+ "resolved": "SixMenuItemData[]",
661
+ "references": {
662
+ "SixMenuItemData": {
663
+ "location": "import",
664
+ "path": "../six-menu/six-menu"
665
+ }
666
+ }
667
+ },
668
+ "required": false,
669
+ "optional": false,
670
+ "docs": {
671
+ "tags": [],
672
+ "text": "Set the options to be shown in the dropdown (alternative to setting the elements via html)"
673
+ },
674
+ "defaultValue": "null"
675
+ },
676
+ "virtualScroll": {
677
+ "type": "boolean",
678
+ "mutable": false,
679
+ "complexType": {
680
+ "original": "boolean",
681
+ "resolved": "boolean",
682
+ "references": {}
683
+ },
684
+ "required": false,
685
+ "optional": false,
686
+ "docs": {
687
+ "tags": [],
688
+ "text": "Defines whether the menu list will be rendered virtually i.e. only the elements actually shown (and a couple around)\nare actually rendered in the DOM. If you use virtual scrolling pass the elements via prop instead of via slot."
689
+ },
690
+ "attribute": "virtual-scroll",
691
+ "reflect": false,
692
+ "defaultValue": "false"
693
+ }
694
+ };
695
+ }
696
+ static get states() {
697
+ return {
698
+ "_options": {}
699
+ };
700
+ }
701
+ static get events() {
702
+ return [{
703
+ "method": "sixShow",
704
+ "name": "six-dropdown-show",
705
+ "bubbles": true,
706
+ "cancelable": true,
707
+ "composed": true,
708
+ "docs": {
709
+ "tags": [],
710
+ "text": "Emitted when the dropdown opens. Calling `event.preventDefault()` will prevent it from being opened."
711
+ },
712
+ "complexType": {
713
+ "original": "EmptyPayload",
714
+ "resolved": "undefined",
715
+ "references": {
716
+ "EmptyPayload": {
717
+ "location": "import",
718
+ "path": "../../utils/types"
719
+ }
720
+ }
721
+ }
722
+ }, {
723
+ "method": "sixAfterShow",
724
+ "name": "six-dropdown-after-show",
725
+ "bubbles": true,
726
+ "cancelable": true,
727
+ "composed": true,
728
+ "docs": {
729
+ "tags": [],
730
+ "text": "Emitted after the dropdown opens and all transitions are complete."
731
+ },
732
+ "complexType": {
733
+ "original": "EmptyPayload",
734
+ "resolved": "undefined",
735
+ "references": {
736
+ "EmptyPayload": {
737
+ "location": "import",
738
+ "path": "../../utils/types"
739
+ }
740
+ }
741
+ }
742
+ }, {
743
+ "method": "sixHide",
744
+ "name": "six-dropdown-hide",
745
+ "bubbles": true,
746
+ "cancelable": true,
747
+ "composed": true,
748
+ "docs": {
749
+ "tags": [],
750
+ "text": "Emitted when the dropdown closes. Calling `event.preventDefault()` will prevent it from being closed."
751
+ },
752
+ "complexType": {
753
+ "original": "EmptyPayload",
754
+ "resolved": "undefined",
755
+ "references": {
756
+ "EmptyPayload": {
757
+ "location": "import",
758
+ "path": "../../utils/types"
759
+ }
760
+ }
761
+ }
762
+ }, {
763
+ "method": "sixAfterHide",
764
+ "name": "six-dropdown-after-hide",
765
+ "bubbles": true,
766
+ "cancelable": true,
767
+ "composed": true,
768
+ "docs": {
769
+ "tags": [],
770
+ "text": "Emitted after the dropdown closes and all transitions are complete."
771
+ },
772
+ "complexType": {
773
+ "original": "EmptyPayload",
774
+ "resolved": "undefined",
775
+ "references": {
776
+ "EmptyPayload": {
777
+ "location": "import",
778
+ "path": "../../utils/types"
779
+ }
780
+ }
781
+ }
782
+ }, {
783
+ "method": "sixAutoFilterFired",
784
+ "name": "six-dropdown-auto-filter-fired",
785
+ "bubbles": true,
786
+ "cancelable": true,
787
+ "composed": true,
788
+ "docs": {
789
+ "tags": [],
790
+ "text": "Emitted when the auto filter is triggered"
791
+ },
792
+ "complexType": {
793
+ "original": "SixDropdownAutoFilterPayload",
794
+ "resolved": "SixDropdownAutoFilterPayload",
795
+ "references": {
796
+ "SixDropdownAutoFilterPayload": {
797
+ "location": "local",
798
+ "path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-dropdown/six-dropdown.tsx"
799
+ }
800
+ }
801
+ }
802
+ }, {
803
+ "method": "sixAsyncFilterFired",
804
+ "name": "six-async-filter-fired",
805
+ "bubbles": true,
806
+ "cancelable": true,
807
+ "composed": true,
808
+ "docs": {
809
+ "tags": [],
810
+ "text": "Emitted when the async filter is triggered"
811
+ },
812
+ "complexType": {
813
+ "original": "SixDropdownAsyncFilterPayload",
814
+ "resolved": "SixDropdownAsyncFilterPayload",
815
+ "references": {
816
+ "SixDropdownAsyncFilterPayload": {
817
+ "location": "local",
818
+ "path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-dropdown/six-dropdown.tsx"
819
+ }
820
+ }
821
+ }
822
+ }, {
823
+ "method": "sixScroll",
824
+ "name": "six-dropdown-scroll",
825
+ "bubbles": true,
826
+ "cancelable": true,
827
+ "composed": true,
828
+ "docs": {
829
+ "tags": [],
830
+ "text": "Emitted when the user scrolls inside dropdown panel."
831
+ },
832
+ "complexType": {
833
+ "original": "SixDropdownScrollPayload",
834
+ "resolved": "SixDropdownScrollPayload",
835
+ "references": {
836
+ "SixDropdownScrollPayload": {
837
+ "location": "local",
838
+ "path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-dropdown/six-dropdown.tsx"
839
+ }
840
+ }
841
+ }
842
+ }];
843
+ }
844
+ static get methods() {
845
+ return {
846
+ "show": {
847
+ "complexType": {
848
+ "signature": "() => Promise<void>",
849
+ "parameters": [],
850
+ "references": {
851
+ "Promise": {
852
+ "location": "global"
853
+ }
854
+ },
855
+ "return": "Promise<void>"
856
+ },
857
+ "docs": {
858
+ "text": "Shows the dropdown panel",
859
+ "tags": []
860
+ }
861
+ },
862
+ "hide": {
863
+ "complexType": {
864
+ "signature": "() => Promise<void>",
865
+ "parameters": [],
866
+ "references": {
867
+ "Promise": {
868
+ "location": "global"
869
+ }
870
+ },
871
+ "return": "Promise<void>"
872
+ },
873
+ "docs": {
874
+ "text": "Hides the dropdown panel",
875
+ "tags": []
876
+ }
877
+ },
878
+ "reposition": {
879
+ "complexType": {
880
+ "signature": "() => Promise<void>",
881
+ "parameters": [],
882
+ "references": {
883
+ "Promise": {
884
+ "location": "global"
885
+ }
886
+ },
887
+ "return": "Promise<void>"
888
+ },
889
+ "docs": {
890
+ "text": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
891
+ "tags": []
892
+ }
893
+ }
894
+ };
895
+ }
896
+ static get elementRef() { return "host"; }
897
+ static get watchers() {
898
+ return [{
899
+ "propName": "open",
900
+ "methodName": "handleOpenChange"
901
+ }, {
902
+ "propName": "distance",
903
+ "methodName": "handlePopoverOptionsChange"
904
+ }, {
905
+ "propName": "hoist",
906
+ "methodName": "handlePopoverOptionsChange"
907
+ }, {
908
+ "propName": "placement",
909
+ "methodName": "handlePopoverOptionsChange"
910
+ }, {
911
+ "propName": "skidding",
912
+ "methodName": "handlePopoverOptionsChange"
913
+ }, {
914
+ "propName": "options",
915
+ "methodName": "handleOptionsChange"
916
+ }];
917
+ }
918
+ }
919
+ //# sourceMappingURL=six-dropdown.js.map