@designsystem-se/af 31.3.0

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 (3076) hide show
  1. package/LICENSE +201 -0
  2. package/components/digi-badge-notification.d.ts +11 -0
  3. package/components/digi-badge-notification.js +6 -0
  4. package/components/digi-badge-status.d.ts +11 -0
  5. package/components/digi-badge-status.js +51 -0
  6. package/components/digi-bar-chart.d.ts +11 -0
  7. package/components/digi-bar-chart.js +1546 -0
  8. package/components/digi-button.d.ts +11 -0
  9. package/components/digi-button.js +6 -0
  10. package/components/digi-calendar-datepicker.d.ts +11 -0
  11. package/components/digi-calendar-datepicker.js +2598 -0
  12. package/components/digi-calendar-week-view.d.ts +11 -0
  13. package/components/digi-calendar-week-view.js +2329 -0
  14. package/components/digi-calendar.d.ts +11 -0
  15. package/components/digi-calendar.js +6 -0
  16. package/components/digi-card.d.ts +11 -0
  17. package/components/digi-card.js +64 -0
  18. package/components/digi-chart-line.d.ts +11 -0
  19. package/components/digi-chart-line.js +2360 -0
  20. package/components/digi-code-block.d.ts +11 -0
  21. package/components/digi-code-block.js +6 -0
  22. package/components/digi-code-example.d.ts +11 -0
  23. package/components/digi-code-example.js +228 -0
  24. package/components/digi-code.d.ts +11 -0
  25. package/components/digi-code.js +66 -0
  26. package/components/digi-context-menu.d.ts +11 -0
  27. package/components/digi-context-menu.js +184 -0
  28. package/components/digi-dialog.d.ts +11 -0
  29. package/components/digi-dialog.js +350 -0
  30. package/components/digi-expandable-accordion.d.ts +11 -0
  31. package/components/digi-expandable-accordion.js +203 -0
  32. package/components/digi-expandable-faq-item.d.ts +11 -0
  33. package/components/digi-expandable-faq-item.js +129 -0
  34. package/components/digi-expandable-faq.d.ts +11 -0
  35. package/components/digi-expandable-faq.js +83 -0
  36. package/components/digi-footer-card.d.ts +11 -0
  37. package/components/digi-footer-card.js +44 -0
  38. package/components/digi-footer.d.ts +11 -0
  39. package/components/digi-footer.js +114 -0
  40. package/components/digi-form-category-filter.d.ts +11 -0
  41. package/components/digi-form-category-filter.js +165 -0
  42. package/components/digi-form-checkbox.d.ts +11 -0
  43. package/components/digi-form-checkbox.js +6 -0
  44. package/components/digi-form-error-list.d.ts +11 -0
  45. package/components/digi-form-error-list.js +246 -0
  46. package/components/digi-form-fieldset.d.ts +11 -0
  47. package/components/digi-form-fieldset.js +6 -0
  48. package/components/digi-form-file-upload.d.ts +11 -0
  49. package/components/digi-form-file-upload.js +685 -0
  50. package/components/digi-form-filter.d.ts +11 -0
  51. package/components/digi-form-filter.js +302 -0
  52. package/components/digi-form-input-search.d.ts +11 -0
  53. package/components/digi-form-input-search.js +229 -0
  54. package/components/digi-form-input.d.ts +11 -0
  55. package/components/digi-form-input.js +6 -0
  56. package/components/digi-form-label.d.ts +11 -0
  57. package/components/digi-form-label.js +6 -0
  58. package/components/digi-form-radiobutton.d.ts +11 -0
  59. package/components/digi-form-radiobutton.js +6 -0
  60. package/components/digi-form-radiogroup.d.ts +11 -0
  61. package/components/digi-form-radiogroup.js +89 -0
  62. package/components/digi-form-receipt.d.ts +11 -0
  63. package/components/digi-form-receipt.js +151 -0
  64. package/components/digi-form-select-filter.d.ts +11 -0
  65. package/components/digi-form-select-filter.js +684 -0
  66. package/components/digi-form-select.d.ts +11 -0
  67. package/components/digi-form-select.js +6 -0
  68. package/components/digi-form-textarea.d.ts +11 -0
  69. package/components/digi-form-textarea.js +205 -0
  70. package/components/digi-form-validation-message.d.ts +11 -0
  71. package/components/digi-form-validation-message.js +6 -0
  72. package/components/digi-header-avatar.d.ts +11 -0
  73. package/components/digi-header-avatar.js +154 -0
  74. package/components/digi-header-navigation-item.d.ts +11 -0
  75. package/components/digi-header-navigation-item.js +42 -0
  76. package/components/digi-header-navigation.d.ts +11 -0
  77. package/components/digi-header-navigation.js +285 -0
  78. package/components/digi-header-notification.d.ts +11 -0
  79. package/components/digi-header-notification.js +38 -0
  80. package/components/digi-header.d.ts +11 -0
  81. package/components/digi-header.js +165 -0
  82. package/components/digi-icon-accessibility-deaf.d.ts +11 -0
  83. package/components/digi-icon-accessibility-deaf.js +49 -0
  84. package/components/digi-icon-accessibility-universal.d.ts +11 -0
  85. package/components/digi-icon-accessibility-universal.js +49 -0
  86. package/components/digi-icon-apple.d.ts +11 -0
  87. package/components/digi-icon-apple.js +49 -0
  88. package/components/digi-icon-archive-outline.d.ts +11 -0
  89. package/components/digi-icon-archive-outline.js +49 -0
  90. package/components/digi-icon-archive.d.ts +11 -0
  91. package/components/digi-icon-archive.js +49 -0
  92. package/components/digi-icon-arrow-back.d.ts +11 -0
  93. package/components/digi-icon-arrow-back.js +49 -0
  94. package/components/digi-icon-arrow-down.d.ts +11 -0
  95. package/components/digi-icon-arrow-down.js +49 -0
  96. package/components/digi-icon-arrow-left.d.ts +11 -0
  97. package/components/digi-icon-arrow-left.js +49 -0
  98. package/components/digi-icon-arrow-right.d.ts +11 -0
  99. package/components/digi-icon-arrow-right.js +6 -0
  100. package/components/digi-icon-arrow-sign-in.d.ts +11 -0
  101. package/components/digi-icon-arrow-sign-in.js +49 -0
  102. package/components/digi-icon-arrow-sign-out.d.ts +11 -0
  103. package/components/digi-icon-arrow-sign-out.js +49 -0
  104. package/components/digi-icon-arrow-up.d.ts +11 -0
  105. package/components/digi-icon-arrow-up.js +49 -0
  106. package/components/digi-icon-at.d.ts +11 -0
  107. package/components/digi-icon-at.js +49 -0
  108. package/components/digi-icon-bars.d.ts +11 -0
  109. package/components/digi-icon-bars.js +6 -0
  110. package/components/digi-icon-bell-filled.d.ts +11 -0
  111. package/components/digi-icon-bell-filled.js +49 -0
  112. package/components/digi-icon-bell.d.ts +11 -0
  113. package/components/digi-icon-bell.js +49 -0
  114. package/components/digi-icon-book.d.ts +11 -0
  115. package/components/digi-icon-book.js +49 -0
  116. package/components/digi-icon-bookmark-outline.d.ts +11 -0
  117. package/components/digi-icon-bookmark-outline.js +49 -0
  118. package/components/digi-icon-bookmark-solid.d.ts +11 -0
  119. package/components/digi-icon-bookmark-solid.js +49 -0
  120. package/components/digi-icon-bubble-ellipsis.d.ts +11 -0
  121. package/components/digi-icon-bubble-ellipsis.js +49 -0
  122. package/components/digi-icon-bubble.d.ts +11 -0
  123. package/components/digi-icon-bubble.js +49 -0
  124. package/components/digi-icon-building-outline.d.ts +11 -0
  125. package/components/digi-icon-building-outline.js +49 -0
  126. package/components/digi-icon-building-solid.d.ts +11 -0
  127. package/components/digi-icon-building-solid.js +49 -0
  128. package/components/digi-icon-bullseye.d.ts +11 -0
  129. package/components/digi-icon-bullseye.js +49 -0
  130. package/components/digi-icon-calculator-solid.d.ts +11 -0
  131. package/components/digi-icon-calculator-solid.js +49 -0
  132. package/components/digi-icon-calendar-alt-alert.d.ts +11 -0
  133. package/components/digi-icon-calendar-alt-alert.js +49 -0
  134. package/components/digi-icon-calendar-alt.d.ts +11 -0
  135. package/components/digi-icon-calendar-alt.js +6 -0
  136. package/components/digi-icon-calendar.d.ts +11 -0
  137. package/components/digi-icon-calendar.js +49 -0
  138. package/components/digi-icon-caret-circle-right.d.ts +11 -0
  139. package/components/digi-icon-caret-circle-right.js +49 -0
  140. package/components/digi-icon-caret-down.d.ts +11 -0
  141. package/components/digi-icon-caret-down.js +6 -0
  142. package/components/digi-icon-caret-left.d.ts +11 -0
  143. package/components/digi-icon-caret-left.js +49 -0
  144. package/components/digi-icon-caret-right.d.ts +11 -0
  145. package/components/digi-icon-caret-right.js +49 -0
  146. package/components/digi-icon-caret-up.d.ts +11 -0
  147. package/components/digi-icon-caret-up.js +6 -0
  148. package/components/digi-icon-chart.d.ts +11 -0
  149. package/components/digi-icon-chart.js +6 -0
  150. package/components/digi-icon-chat.d.ts +11 -0
  151. package/components/digi-icon-chat.js +49 -0
  152. package/components/digi-icon-check-circle-reg-alt.d.ts +11 -0
  153. package/components/digi-icon-check-circle-reg-alt.js +49 -0
  154. package/components/digi-icon-check-circle-solid.d.ts +11 -0
  155. package/components/digi-icon-check-circle-solid.js +49 -0
  156. package/components/digi-icon-check.d.ts +11 -0
  157. package/components/digi-icon-check.js +6 -0
  158. package/components/digi-icon-checklist.d.ts +11 -0
  159. package/components/digi-icon-checklist.js +49 -0
  160. package/components/digi-icon-chevron-down.d.ts +11 -0
  161. package/components/digi-icon-chevron-down.js +6 -0
  162. package/components/digi-icon-chevron-left.d.ts +11 -0
  163. package/components/digi-icon-chevron-left.js +6 -0
  164. package/components/digi-icon-chevron-right.d.ts +11 -0
  165. package/components/digi-icon-chevron-right.js +6 -0
  166. package/components/digi-icon-chevron-up.d.ts +11 -0
  167. package/components/digi-icon-chevron-up.js +6 -0
  168. package/components/digi-icon-clock.d.ts +11 -0
  169. package/components/digi-icon-clock.js +49 -0
  170. package/components/digi-icon-communication-play-solid.d.ts +11 -0
  171. package/components/digi-icon-communication-play-solid.js +49 -0
  172. package/components/digi-icon-compress-alt.d.ts +11 -0
  173. package/components/digi-icon-compress-alt.js +49 -0
  174. package/components/digi-icon-comunication-case.d.ts +11 -0
  175. package/components/digi-icon-comunication-case.js +49 -0
  176. package/components/digi-icon-comunication-flag.d.ts +11 -0
  177. package/components/digi-icon-comunication-flag.js +49 -0
  178. package/components/digi-icon-comunication-graduate.d.ts +11 -0
  179. package/components/digi-icon-comunication-graduate.js +49 -0
  180. package/components/digi-icon-comunication-play.d.ts +11 -0
  181. package/components/digi-icon-comunication-play.js +49 -0
  182. package/components/digi-icon-cooperation.d.ts +11 -0
  183. package/components/digi-icon-cooperation.js +49 -0
  184. package/components/digi-icon-copy.d.ts +11 -0
  185. package/components/digi-icon-copy.js +6 -0
  186. package/components/digi-icon-danger-outline.d.ts +11 -0
  187. package/components/digi-icon-danger-outline.js +49 -0
  188. package/components/digi-icon-download.d.ts +11 -0
  189. package/components/digi-icon-download.js +49 -0
  190. package/components/digi-icon-dxa.d.ts +11 -0
  191. package/components/digi-icon-dxa.js +49 -0
  192. package/components/digi-icon-edit.d.ts +11 -0
  193. package/components/digi-icon-edit.js +49 -0
  194. package/components/digi-icon-ellipsis.d.ts +11 -0
  195. package/components/digi-icon-ellipsis.js +49 -0
  196. package/components/digi-icon-envelope-filled.d.ts +11 -0
  197. package/components/digi-icon-envelope-filled.js +49 -0
  198. package/components/digi-icon-envelope.d.ts +11 -0
  199. package/components/digi-icon-envelope.js +49 -0
  200. package/components/digi-icon-exclamation-circle-filled.d.ts +11 -0
  201. package/components/digi-icon-exclamation-circle-filled.js +49 -0
  202. package/components/digi-icon-exclamation-triangle-filled.d.ts +11 -0
  203. package/components/digi-icon-exclamation-triangle-filled.js +49 -0
  204. package/components/digi-icon-exclamation-triangle-warning.d.ts +11 -0
  205. package/components/digi-icon-exclamation-triangle-warning.js +6 -0
  206. package/components/digi-icon-exclamation-triangle.d.ts +11 -0
  207. package/components/digi-icon-exclamation-triangle.js +49 -0
  208. package/components/digi-icon-expand-alt.d.ts +11 -0
  209. package/components/digi-icon-expand-alt.js +49 -0
  210. package/components/digi-icon-external-link-alt.d.ts +11 -0
  211. package/components/digi-icon-external-link-alt.js +6 -0
  212. package/components/digi-icon-eye-slash.d.ts +11 -0
  213. package/components/digi-icon-eye-slash.js +49 -0
  214. package/components/digi-icon-eye.d.ts +11 -0
  215. package/components/digi-icon-eye.js +49 -0
  216. package/components/digi-icon-facebook-square.d.ts +11 -0
  217. package/components/digi-icon-facebook-square.js +49 -0
  218. package/components/digi-icon-file-document.d.ts +11 -0
  219. package/components/digi-icon-file-document.js +49 -0
  220. package/components/digi-icon-file-excel.d.ts +11 -0
  221. package/components/digi-icon-file-excel.js +49 -0
  222. package/components/digi-icon-file-governing.d.ts +11 -0
  223. package/components/digi-icon-file-governing.js +49 -0
  224. package/components/digi-icon-file-pdf.d.ts +11 -0
  225. package/components/digi-icon-file-pdf.js +49 -0
  226. package/components/digi-icon-file-powerpoint.d.ts +11 -0
  227. package/components/digi-icon-file-powerpoint.js +49 -0
  228. package/components/digi-icon-file-word.d.ts +11 -0
  229. package/components/digi-icon-file-word.js +49 -0
  230. package/components/digi-icon-film.d.ts +11 -0
  231. package/components/digi-icon-film.js +49 -0
  232. package/components/digi-icon-filter.d.ts +11 -0
  233. package/components/digi-icon-filter.js +49 -0
  234. package/components/digi-icon-globe-filled.d.ts +11 -0
  235. package/components/digi-icon-globe-filled.js +49 -0
  236. package/components/digi-icon-globe.d.ts +11 -0
  237. package/components/digi-icon-globe.js +49 -0
  238. package/components/digi-icon-headphones.d.ts +11 -0
  239. package/components/digi-icon-headphones.js +49 -0
  240. package/components/digi-icon-heart-solid.d.ts +11 -0
  241. package/components/digi-icon-heart-solid.js +49 -0
  242. package/components/digi-icon-heart.d.ts +11 -0
  243. package/components/digi-icon-heart.js +49 -0
  244. package/components/digi-icon-history.d.ts +11 -0
  245. package/components/digi-icon-history.js +49 -0
  246. package/components/digi-icon-home.d.ts +11 -0
  247. package/components/digi-icon-home.js +49 -0
  248. package/components/digi-icon-image.d.ts +11 -0
  249. package/components/digi-icon-image.js +49 -0
  250. package/components/digi-icon-info-circle-solid.d.ts +11 -0
  251. package/components/digi-icon-info-circle-solid.js +49 -0
  252. package/components/digi-icon-input-select-marker.d.ts +11 -0
  253. package/components/digi-icon-input-select-marker.js +6 -0
  254. package/components/digi-icon-instagram.d.ts +11 -0
  255. package/components/digi-icon-instagram.js +49 -0
  256. package/components/digi-icon-job-suggestion.d.ts +11 -0
  257. package/components/digi-icon-job-suggestion.js +49 -0
  258. package/components/digi-icon-language-outline.d.ts +11 -0
  259. package/components/digi-icon-language-outline.js +6 -0
  260. package/components/digi-icon-language.d.ts +11 -0
  261. package/components/digi-icon-language.js +49 -0
  262. package/components/digi-icon-laptop-phone.d.ts +11 -0
  263. package/components/digi-icon-laptop-phone.js +49 -0
  264. package/components/digi-icon-lattlast.d.ts +11 -0
  265. package/components/digi-icon-lattlast.js +49 -0
  266. package/components/digi-icon-licence-bus.d.ts +11 -0
  267. package/components/digi-icon-licence-bus.js +49 -0
  268. package/components/digi-icon-licence-car.d.ts +11 -0
  269. package/components/digi-icon-licence-car.js +49 -0
  270. package/components/digi-icon-licence-motorcycle.d.ts +11 -0
  271. package/components/digi-icon-licence-motorcycle.js +49 -0
  272. package/components/digi-icon-licence-truck.d.ts +11 -0
  273. package/components/digi-icon-licence-truck.js +49 -0
  274. package/components/digi-icon-lightbulb.d.ts +11 -0
  275. package/components/digi-icon-lightbulb.js +49 -0
  276. package/components/digi-icon-linkedin-in.d.ts +11 -0
  277. package/components/digi-icon-linkedin-in.js +49 -0
  278. package/components/digi-icon-list-ul.d.ts +11 -0
  279. package/components/digi-icon-list-ul.js +6 -0
  280. package/components/digi-icon-lock.d.ts +11 -0
  281. package/components/digi-icon-lock.js +49 -0
  282. package/components/digi-icon-marker-filled.d.ts +11 -0
  283. package/components/digi-icon-marker-filled.js +49 -0
  284. package/components/digi-icon-marker.d.ts +11 -0
  285. package/components/digi-icon-marker.js +49 -0
  286. package/components/digi-icon-media-course.d.ts +11 -0
  287. package/components/digi-icon-media-course.js +49 -0
  288. package/components/digi-icon-media-podcast.d.ts +11 -0
  289. package/components/digi-icon-media-podcast.js +49 -0
  290. package/components/digi-icon-microphone-off.d.ts +11 -0
  291. package/components/digi-icon-microphone-off.js +49 -0
  292. package/components/digi-icon-microphone.d.ts +11 -0
  293. package/components/digi-icon-microphone.js +49 -0
  294. package/components/digi-icon-minus.d.ts +11 -0
  295. package/components/digi-icon-minus.js +6 -0
  296. package/components/digi-icon-move.d.ts +11 -0
  297. package/components/digi-icon-move.js +49 -0
  298. package/components/digi-icon-news.d.ts +11 -0
  299. package/components/digi-icon-news.js +6 -0
  300. package/components/digi-icon-notification-error.d.ts +11 -0
  301. package/components/digi-icon-notification-error.js +6 -0
  302. package/components/digi-icon-notification-info.d.ts +11 -0
  303. package/components/digi-icon-notification-info.js +6 -0
  304. package/components/digi-icon-notification-succes.d.ts +11 -0
  305. package/components/digi-icon-notification-succes.js +6 -0
  306. package/components/digi-icon-notification-warning.d.ts +11 -0
  307. package/components/digi-icon-notification-warning.js +6 -0
  308. package/components/digi-icon-online-computervideo.d.ts +11 -0
  309. package/components/digi-icon-online-computervideo.js +6 -0
  310. package/components/digi-icon-online-interview.d.ts +11 -0
  311. package/components/digi-icon-online-interview.js +49 -0
  312. package/components/digi-icon-online-meeting.d.ts +11 -0
  313. package/components/digi-icon-online-meeting.js +49 -0
  314. package/components/digi-icon-online-task.d.ts +11 -0
  315. package/components/digi-icon-online-task.js +49 -0
  316. package/components/digi-icon-online-video.d.ts +11 -0
  317. package/components/digi-icon-online-video.js +6 -0
  318. package/components/digi-icon-open-source.d.ts +11 -0
  319. package/components/digi-icon-open-source.js +49 -0
  320. package/components/digi-icon-palette.d.ts +11 -0
  321. package/components/digi-icon-palette.js +49 -0
  322. package/components/digi-icon-paperclip.d.ts +11 -0
  323. package/components/digi-icon-paperclip.js +6 -0
  324. package/components/digi-icon-pen.d.ts +11 -0
  325. package/components/digi-icon-pen.js +49 -0
  326. package/components/digi-icon-phone-hangup.d.ts +11 -0
  327. package/components/digi-icon-phone-hangup.js +49 -0
  328. package/components/digi-icon-phone.d.ts +11 -0
  329. package/components/digi-icon-phone.js +49 -0
  330. package/components/digi-icon-plus.d.ts +11 -0
  331. package/components/digi-icon-plus.js +6 -0
  332. package/components/digi-icon-pod.d.ts +11 -0
  333. package/components/digi-icon-pod.js +6 -0
  334. package/components/digi-icon-print.d.ts +11 -0
  335. package/components/digi-icon-print.js +49 -0
  336. package/components/digi-icon-read.d.ts +11 -0
  337. package/components/digi-icon-read.js +49 -0
  338. package/components/digi-icon-redo.d.ts +11 -0
  339. package/components/digi-icon-redo.js +49 -0
  340. package/components/digi-icon-screensharing-off.d.ts +11 -0
  341. package/components/digi-icon-screensharing-off.js +49 -0
  342. package/components/digi-icon-screensharing.d.ts +11 -0
  343. package/components/digi-icon-screensharing.js +49 -0
  344. package/components/digi-icon-search.d.ts +11 -0
  345. package/components/digi-icon-search.js +6 -0
  346. package/components/digi-icon-send-outline.d.ts +11 -0
  347. package/components/digi-icon-send-outline.js +49 -0
  348. package/components/digi-icon-send-solid.d.ts +11 -0
  349. package/components/digi-icon-send-solid.js +49 -0
  350. package/components/digi-icon-settings.d.ts +11 -0
  351. package/components/digi-icon-settings.js +49 -0
  352. package/components/digi-icon-share-alt.d.ts +11 -0
  353. package/components/digi-icon-share-alt.js +49 -0
  354. package/components/digi-icon-share-chain.d.ts +11 -0
  355. package/components/digi-icon-share-chain.js +49 -0
  356. package/components/digi-icon-sign.d.ts +11 -0
  357. package/components/digi-icon-sign.js +6 -0
  358. package/components/digi-icon-sliders-h.d.ts +11 -0
  359. package/components/digi-icon-sliders-h.js +49 -0
  360. package/components/digi-icon-sokkandidat.d.ts +11 -0
  361. package/components/digi-icon-sokkandidat.js +49 -0
  362. package/components/digi-icon-sort-down.d.ts +11 -0
  363. package/components/digi-icon-sort-down.js +49 -0
  364. package/components/digi-icon-sort-up.d.ts +11 -0
  365. package/components/digi-icon-sort-up.js +49 -0
  366. package/components/digi-icon-sort.d.ts +11 -0
  367. package/components/digi-icon-sort.js +49 -0
  368. package/components/digi-icon-spinner.d.ts +11 -0
  369. package/components/digi-icon-spinner.js +6 -0
  370. package/components/digi-icon-star-reg.d.ts +11 -0
  371. package/components/digi-icon-star-reg.js +49 -0
  372. package/components/digi-icon-star.d.ts +11 -0
  373. package/components/digi-icon-star.js +49 -0
  374. package/components/digi-icon-suitcase-outline.d.ts +11 -0
  375. package/components/digi-icon-suitcase-outline.js +49 -0
  376. package/components/digi-icon-suitcase-solid.d.ts +11 -0
  377. package/components/digi-icon-suitcase-solid.js +49 -0
  378. package/components/digi-icon-system-assistance.d.ts +11 -0
  379. package/components/digi-icon-system-assistance.js +49 -0
  380. package/components/digi-icon-table-column.d.ts +11 -0
  381. package/components/digi-icon-table-column.js +49 -0
  382. package/components/digi-icon-table-row.d.ts +11 -0
  383. package/components/digi-icon-table-row.js +49 -0
  384. package/components/digi-icon-table.d.ts +11 -0
  385. package/components/digi-icon-table.js +6 -0
  386. package/components/digi-icon-task-done.d.ts +11 -0
  387. package/components/digi-icon-task-done.js +49 -0
  388. package/components/digi-icon-toggle-off.d.ts +11 -0
  389. package/components/digi-icon-toggle-off.js +49 -0
  390. package/components/digi-icon-toggle-on.d.ts +11 -0
  391. package/components/digi-icon-toggle-on.js +49 -0
  392. package/components/digi-icon-trash.d.ts +11 -0
  393. package/components/digi-icon-trash.js +6 -0
  394. package/components/digi-icon-twitter.d.ts +11 -0
  395. package/components/digi-icon-twitter.js +49 -0
  396. package/components/digi-icon-tyck-till.d.ts +11 -0
  397. package/components/digi-icon-tyck-till.js +49 -0
  398. package/components/digi-icon-unlock.d.ts +11 -0
  399. package/components/digi-icon-unlock.js +49 -0
  400. package/components/digi-icon-update.d.ts +11 -0
  401. package/components/digi-icon-update.js +49 -0
  402. package/components/digi-icon-upload.d.ts +11 -0
  403. package/components/digi-icon-upload.js +49 -0
  404. package/components/digi-icon-user-alt.d.ts +11 -0
  405. package/components/digi-icon-user-alt.js +49 -0
  406. package/components/digi-icon-users-solid.d.ts +11 -0
  407. package/components/digi-icon-users-solid.js +49 -0
  408. package/components/digi-icon-validation-error.d.ts +11 -0
  409. package/components/digi-icon-validation-error.js +6 -0
  410. package/components/digi-icon-validation-success.d.ts +11 -0
  411. package/components/digi-icon-validation-success.js +6 -0
  412. package/components/digi-icon-validation-warning.d.ts +11 -0
  413. package/components/digi-icon-validation-warning.js +6 -0
  414. package/components/digi-icon-videocamera-off.d.ts +11 -0
  415. package/components/digi-icon-videocamera-off.js +49 -0
  416. package/components/digi-icon-videocamera.d.ts +11 -0
  417. package/components/digi-icon-videocamera.js +49 -0
  418. package/components/digi-icon-volume.d.ts +11 -0
  419. package/components/digi-icon-volume.js +6 -0
  420. package/components/digi-icon-web-tv.d.ts +11 -0
  421. package/components/digi-icon-web-tv.js +49 -0
  422. package/components/digi-icon-webinar.d.ts +11 -0
  423. package/components/digi-icon-webinar.js +6 -0
  424. package/components/digi-icon-wifi-signal0.d.ts +11 -0
  425. package/components/digi-icon-wifi-signal0.js +49 -0
  426. package/components/digi-icon-wifi-signal1.d.ts +11 -0
  427. package/components/digi-icon-wifi-signal1.js +49 -0
  428. package/components/digi-icon-wifi-signal2.d.ts +11 -0
  429. package/components/digi-icon-wifi-signal2.js +49 -0
  430. package/components/digi-icon-wifi-signal3.d.ts +11 -0
  431. package/components/digi-icon-wifi-signal3.js +49 -0
  432. package/components/digi-icon-window.d.ts +11 -0
  433. package/components/digi-icon-window.js +49 -0
  434. package/components/digi-icon-x-button-outline.d.ts +11 -0
  435. package/components/digi-icon-x-button-outline.js +6 -0
  436. package/components/digi-icon-x-button.d.ts +11 -0
  437. package/components/digi-icon-x-button.js +49 -0
  438. package/components/digi-icon-x.d.ts +11 -0
  439. package/components/digi-icon-x.js +6 -0
  440. package/components/digi-icon-youtube.d.ts +11 -0
  441. package/components/digi-icon-youtube.js +49 -0
  442. package/components/digi-icon.d.ts +11 -0
  443. package/components/digi-icon.js +477 -0
  444. package/components/digi-info-card-multi-container.d.ts +11 -0
  445. package/components/digi-info-card-multi-container.js +44 -0
  446. package/components/digi-info-card-multi.d.ts +11 -0
  447. package/components/digi-info-card-multi.js +145 -0
  448. package/components/digi-info-card.d.ts +11 -0
  449. package/components/digi-info-card.js +132 -0
  450. package/components/digi-layout-block.d.ts +11 -0
  451. package/components/digi-layout-block.js +6 -0
  452. package/components/digi-layout-columns.d.ts +11 -0
  453. package/components/digi-layout-columns.js +6 -0
  454. package/components/digi-layout-container.d.ts +11 -0
  455. package/components/digi-layout-container.js +6 -0
  456. package/components/digi-layout-media-object.d.ts +11 -0
  457. package/components/digi-layout-media-object.js +6 -0
  458. package/components/digi-link-button.d.ts +11 -0
  459. package/components/digi-link-button.js +97 -0
  460. package/components/digi-link-external.d.ts +11 -0
  461. package/components/digi-link-external.js +6 -0
  462. package/components/digi-link-internal.d.ts +11 -0
  463. package/components/digi-link-internal.js +6 -0
  464. package/components/digi-link.d.ts +11 -0
  465. package/components/digi-link.js +6 -0
  466. package/components/digi-list.d.ts +11 -0
  467. package/components/digi-list.js +102 -0
  468. package/components/digi-loader-skeleton.d.ts +11 -0
  469. package/components/digi-loader-skeleton.js +62 -0
  470. package/components/digi-loader-spinner.d.ts +11 -0
  471. package/components/digi-loader-spinner.js +53 -0
  472. package/components/digi-logo.d.ts +11 -0
  473. package/components/digi-logo.js +6 -0
  474. package/components/digi-media-figure.d.ts +11 -0
  475. package/components/digi-media-figure.js +46 -0
  476. package/components/digi-media-image.d.ts +11 -0
  477. package/components/digi-media-image.js +6 -0
  478. package/components/digi-navigation-breadcrumbs.d.ts +11 -0
  479. package/components/digi-navigation-breadcrumbs.js +87 -0
  480. package/components/digi-navigation-context-menu-item.d.ts +11 -0
  481. package/components/digi-navigation-context-menu-item.js +47 -0
  482. package/components/digi-navigation-context-menu.d.ts +11 -0
  483. package/components/digi-navigation-context-menu.js +6 -0
  484. package/components/digi-navigation-dropdown.d.ts +11 -0
  485. package/components/digi-navigation-dropdown.js +6 -0
  486. package/components/digi-navigation-pagination.d.ts +11 -0
  487. package/components/digi-navigation-pagination.js +271 -0
  488. package/components/digi-navigation-sidebar-button.d.ts +11 -0
  489. package/components/digi-navigation-sidebar-button.js +6 -0
  490. package/components/digi-navigation-sidebar.d.ts +11 -0
  491. package/components/digi-navigation-sidebar.js +360 -0
  492. package/components/digi-navigation-vertical-menu-item.d.ts +11 -0
  493. package/components/digi-navigation-vertical-menu-item.js +194 -0
  494. package/components/digi-navigation-vertical-menu.d.ts +11 -0
  495. package/components/digi-navigation-vertical-menu.js +197 -0
  496. package/components/digi-notification-alert.d.ts +11 -0
  497. package/components/digi-notification-alert.js +6 -0
  498. package/components/digi-notification-error-page.d.ts +11 -0
  499. package/components/digi-notification-error-page.js +440 -0
  500. package/components/digi-progress-circle.d.ts +11 -0
  501. package/components/digi-progress-circle.js +129 -0
  502. package/components/digi-progress-indicator.d.ts +11 -0
  503. package/components/digi-progress-indicator.js +199 -0
  504. package/components/digi-progress-list-item.d.ts +11 -0
  505. package/components/digi-progress-list-item.js +152 -0
  506. package/components/digi-progress-list.d.ts +11 -0
  507. package/components/digi-progress-list.js +147 -0
  508. package/components/digi-progressbar.d.ts +11 -0
  509. package/components/digi-progressbar.js +136 -0
  510. package/components/digi-quote-multi-container.d.ts +11 -0
  511. package/components/digi-quote-multi-container.js +39 -0
  512. package/components/digi-quote-single.d.ts +11 -0
  513. package/components/digi-quote-single.js +63 -0
  514. package/components/digi-quote.d.ts +11 -0
  515. package/components/digi-quote.js +139 -0
  516. package/components/digi-table.d.ts +11 -0
  517. package/components/digi-table.js +50 -0
  518. package/components/digi-tablist-panel.d.ts +11 -0
  519. package/components/digi-tablist-panel.js +39 -0
  520. package/components/digi-tablist.d.ts +11 -0
  521. package/components/digi-tablist.js +290 -0
  522. package/components/digi-tag-media.d.ts +11 -0
  523. package/components/digi-tag-media.js +6 -0
  524. package/components/digi-tag.d.ts +11 -0
  525. package/components/digi-tag.js +70 -0
  526. package/components/digi-tools-feedback-banner.d.ts +11 -0
  527. package/components/digi-tools-feedback-banner.js +164 -0
  528. package/components/digi-tools-feedback-rating.d.ts +11 -0
  529. package/components/digi-tools-feedback-rating.js +261 -0
  530. package/components/digi-tools-feedback.d.ts +11 -0
  531. package/components/digi-tools-feedback.js +179 -0
  532. package/components/digi-tools-languagepicker.d.ts +11 -0
  533. package/components/digi-tools-languagepicker.js +225 -0
  534. package/components/digi-typography-heading-jumbo.d.ts +11 -0
  535. package/components/digi-typography-heading-jumbo.js +52 -0
  536. package/components/digi-typography-meta.d.ts +11 -0
  537. package/components/digi-typography-meta.js +6 -0
  538. package/components/digi-typography-preamble.d.ts +11 -0
  539. package/components/digi-typography-preamble.js +33 -0
  540. package/components/digi-typography-time.d.ts +11 -0
  541. package/components/digi-typography-time.js +91 -0
  542. package/components/digi-typography.d.ts +11 -0
  543. package/components/digi-typography.js +6 -0
  544. package/components/digi-util-breakpoint-observer.d.ts +11 -0
  545. package/components/digi-util-breakpoint-observer.js +6 -0
  546. package/components/digi-util-detect-click-outside.d.ts +11 -0
  547. package/components/digi-util-detect-click-outside.js +50 -0
  548. package/components/digi-util-detect-focus-outside.d.ts +11 -0
  549. package/components/digi-util-detect-focus-outside.js +50 -0
  550. package/components/digi-util-intersection-observer.d.ts +11 -0
  551. package/components/digi-util-intersection-observer.js +6 -0
  552. package/components/digi-util-keydown-handler.d.ts +11 -0
  553. package/components/digi-util-keydown-handler.js +6 -0
  554. package/components/digi-util-keyup-handler.d.ts +11 -0
  555. package/components/digi-util-keyup-handler.js +96 -0
  556. package/components/digi-util-mutation-observer.d.ts +11 -0
  557. package/components/digi-util-mutation-observer.js +6 -0
  558. package/components/digi-util-resize-observer.d.ts +11 -0
  559. package/components/digi-util-resize-observer.js +6 -0
  560. package/components/index.d.ts +594 -0
  561. package/components/index.js +346 -0
  562. package/components/p-00d6ab21.js +8 -0
  563. package/components/p-037a5a1d.js +71 -0
  564. package/components/p-0451e593.js +52 -0
  565. package/components/p-0643b217.js +46 -0
  566. package/components/p-06625463.js +18 -0
  567. package/components/p-06f939ab.js +31 -0
  568. package/components/p-071659b8.js +46 -0
  569. package/components/p-07303cb5.js +23 -0
  570. package/components/p-09e0586b.js +165 -0
  571. package/components/p-0bc69e9b.js +46 -0
  572. package/components/p-0f3fbb1e.js +14 -0
  573. package/components/p-0f6c0360.js +8 -0
  574. package/components/p-17510ece.js +46 -0
  575. package/components/p-193267a8.js +57 -0
  576. package/components/p-1afbd5d9.js +103 -0
  577. package/components/p-1b51a94c.js +603 -0
  578. package/components/p-1b6bd776.js +58 -0
  579. package/components/p-1ead5d8e.js +46 -0
  580. package/components/p-1ee02c0b.js +137 -0
  581. package/components/p-1f68d501.js +18 -0
  582. package/components/p-224094ec.js +46 -0
  583. package/components/p-290d1746.js +13 -0
  584. package/components/p-2c789cac.js +46 -0
  585. package/components/p-2ce0989f.js +186 -0
  586. package/components/p-2d79a104.js +39 -0
  587. package/components/p-2ec32a3b.js +46 -0
  588. package/components/p-32456868.js +46 -0
  589. package/components/p-336eb016.js +60 -0
  590. package/components/p-35230ec3.js +79 -0
  591. package/components/p-399bd0ae.js +46 -0
  592. package/components/p-3b20ec86.js +13 -0
  593. package/components/p-3c2bb3be.js +93 -0
  594. package/components/p-3d453c8b.js +46 -0
  595. package/components/p-3e02e6a4.js +98 -0
  596. package/components/p-40657c82.js +8 -0
  597. package/components/p-42aa440f.js +91 -0
  598. package/components/p-430607cb.js +7 -0
  599. package/components/p-4775d757.js +43 -0
  600. package/components/p-484a1d6d.js +30 -0
  601. package/components/p-490d2653.js +23 -0
  602. package/components/p-49de5413.js +221 -0
  603. package/components/p-4a9697a8.js +7 -0
  604. package/components/p-510a98b8.js +46 -0
  605. package/components/p-517dd6a0.js +65 -0
  606. package/components/p-5ba6737a.js +8 -0
  607. package/components/p-5d21a361.js +19 -0
  608. package/components/p-5d309a3a.js +237 -0
  609. package/components/p-5ef808b0.js +46 -0
  610. package/components/p-5f8dc01a.js +14 -0
  611. package/components/p-62c7beb4.js +7 -0
  612. package/components/p-63296d6b.js +46 -0
  613. package/components/p-657067fe.js +70 -0
  614. package/components/p-688892ba.js +46 -0
  615. package/components/p-692534f1.js +96 -0
  616. package/components/p-6afc74b6.js +46 -0
  617. package/components/p-6c2ae1ce.js +46 -0
  618. package/components/p-6d2a8b7a.js +46 -0
  619. package/components/p-6e383896.js +25 -0
  620. package/components/p-6e970184.js +46 -0
  621. package/components/p-6ee85572.js +172 -0
  622. package/components/p-6f0a0969.js +47 -0
  623. package/components/p-717306ef.js +8 -0
  624. package/components/p-76b60057.js +46 -0
  625. package/components/p-77a93845.js +31 -0
  626. package/components/p-7933b555.js +8 -0
  627. package/components/p-7aacd45f.js +170 -0
  628. package/components/p-7e32c40b.js +11 -0
  629. package/components/p-7e5ad05a.js +19 -0
  630. package/components/p-8142cc73.js +19 -0
  631. package/components/p-814ca2ad.js +24 -0
  632. package/components/p-820e795b.js +11 -0
  633. package/components/p-85914c7f.js +9 -0
  634. package/components/p-8c0542dc.js +46 -0
  635. package/components/p-8c6c3d06.js +47 -0
  636. package/components/p-8cd2d6dd.js +13 -0
  637. package/components/p-8e3b0394.js +46 -0
  638. package/components/p-8fa816d6.js +8 -0
  639. package/components/p-900f6ab3.js +46 -0
  640. package/components/p-903b00e6.js +7 -0
  641. package/components/p-905ccb30.js +24 -0
  642. package/components/p-91245b2c.js +70 -0
  643. package/components/p-91cb9cd3.js +46 -0
  644. package/components/p-91f1460b.js +16 -0
  645. package/components/p-95d76cb0.js +46 -0
  646. package/components/p-95db5a30.js +7 -0
  647. package/components/p-9b0fe363.js +47 -0
  648. package/components/p-9c5a93d8.js +17 -0
  649. package/components/p-9dd1b2ec.js +46 -0
  650. package/components/p-9dd5d6c8.js +13 -0
  651. package/components/p-9e6f28f2.js +46 -0
  652. package/components/p-a37eff2b.js +46 -0
  653. package/components/p-a446e9ae.js +46 -0
  654. package/components/p-a4a001e1.js +23 -0
  655. package/components/p-a6ca40fc.js +7 -0
  656. package/components/p-a7b46971.js +325 -0
  657. package/components/p-ad9a707b.js +7 -0
  658. package/components/p-b0e88537.js +8 -0
  659. package/components/p-b7023e49.js +68 -0
  660. package/components/p-b7ddb31f.js +46 -0
  661. package/components/p-bb9a21e6.js +232 -0
  662. package/components/p-bc3d2778.js +8 -0
  663. package/components/p-bdbd71ce.js +46 -0
  664. package/components/p-bdd811bc.js +5 -0
  665. package/components/p-c2ee26cb.js +3723 -0
  666. package/components/p-c7456146.js +46 -0
  667. package/components/p-c7949525.js +865 -0
  668. package/components/p-c8429245.js +53 -0
  669. package/components/p-ccb24f10.js +165 -0
  670. package/components/p-cdcaf0eb.js +9 -0
  671. package/components/p-d14b9d0f.js +46 -0
  672. package/components/p-d1886fff.js +17 -0
  673. package/components/p-d2651556.js +88 -0
  674. package/components/p-d593f0d5.js +40 -0
  675. package/components/p-d7211fec.js +263 -0
  676. package/components/p-d74742b8.js +17 -0
  677. package/components/p-d84461c8.js +46 -0
  678. package/components/p-d8a98b3b.js +18 -0
  679. package/components/p-d8d71310.js +46 -0
  680. package/components/p-dcdffb3c.js +7 -0
  681. package/components/p-e22aa82c.js +144 -0
  682. package/components/p-e3754128.js +46 -0
  683. package/components/p-e3d2e899.js +51 -0
  684. package/components/p-e4a9f8f0.js +11 -0
  685. package/components/p-e9c9e33c.js +79 -0
  686. package/components/p-ee33960b.js +7 -0
  687. package/components/p-ee88e3f1.js +8 -0
  688. package/components/p-f08f59ca.js +132 -0
  689. package/components/p-f124fce4.js +2049 -0
  690. package/components/p-f25f9ca8.js +2431 -0
  691. package/components/p-f2a6768b.js +8 -0
  692. package/components/p-f40f4b2a.js +18 -0
  693. package/components/p-f4248a7e.js +7 -0
  694. package/components/p-f447b984.js +16 -0
  695. package/components/p-f57119ac.js +39 -0
  696. package/components/p-f600576a.js +42 -0
  697. package/components/p-fa160c0e.js +46 -0
  698. package/components/p-fae3992e.js +46 -0
  699. package/components/p-fd4e8161.js +72 -0
  700. package/components/p-ffe5c0e8.js +9 -0
  701. package/custom-elements.json +8345 -0
  702. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  703. package/dist/cjs/badge-notification-shape.enum-ff802554.js +8 -0
  704. package/dist/cjs/badge-status-variation.enum-0a5adc21.js +23 -0
  705. package/dist/cjs/bar-chart-variation.enum-a4e866b6.js +7 -0
  706. package/dist/cjs/button-size.enum-7921c01e.js +8 -0
  707. package/dist/cjs/button-type.enum-406723db.js +8 -0
  708. package/dist/cjs/button-variation.enum-bc521499.js +9 -0
  709. package/dist/cjs/calendar-week-view-heading-level.enum-fd0c841b.js +11 -0
  710. package/dist/cjs/card-footer-border.enum-143982da.js +19 -0
  711. package/dist/cjs/code-example-variation.enum-c6557727.js +27 -0
  712. package/dist/cjs/code-variation.enum-c4a4e6fd.js +19 -0
  713. package/dist/cjs/detectClickOutside.util-3e764eb3.js +9 -0
  714. package/dist/cjs/detectClosest.util-85b3507b.js +7 -0
  715. package/dist/cjs/detectFocusOutside.util-03c62976.js +9 -0
  716. package/dist/cjs/digi-arbetsformedlingen.cjs.js +25 -0
  717. package/dist/cjs/digi-badge-notification.cjs.entry.js +63 -0
  718. package/dist/cjs/digi-badge-status.cjs.entry.js +32 -0
  719. package/dist/cjs/digi-bar-chart.cjs.entry.js +1484 -0
  720. package/dist/cjs/digi-button.cjs.entry.js +130 -0
  721. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2477 -0
  722. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +2276 -0
  723. package/dist/cjs/digi-calendar_2.cjs.entry.js +474 -0
  724. package/dist/cjs/digi-card.cjs.entry.js +40 -0
  725. package/dist/cjs/digi-chart-line.cjs.entry.js +2311 -0
  726. package/dist/cjs/digi-code-block_3.cjs.entry.js +229 -0
  727. package/dist/cjs/digi-code-example.cjs.entry.js +166 -0
  728. package/dist/cjs/digi-code.cjs.entry.js +45 -0
  729. package/dist/cjs/digi-context-menu.cjs.entry.js +132 -0
  730. package/dist/cjs/digi-dialog.cjs.entry.js +302 -0
  731. package/dist/cjs/digi-expandable-accordion.cjs.entry.js +156 -0
  732. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +95 -0
  733. package/dist/cjs/digi-expandable-faq.cjs.entry.js +64 -0
  734. package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
  735. package/dist/cjs/digi-footer.cjs.entry.js +82 -0
  736. package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
  737. package/dist/cjs/digi-form-checkbox.cjs.entry.js +128 -0
  738. package/dist/cjs/digi-form-error-list.cjs.entry.js +147 -0
  739. package/dist/cjs/digi-form-file-upload_13.cjs.entry.js +943 -0
  740. package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
  741. package/dist/cjs/digi-form-input-search.cjs.entry.js +144 -0
  742. package/dist/cjs/digi-form-input.cjs.entry.js +157 -0
  743. package/dist/cjs/digi-form-radiogroup.cjs.entry.js +62 -0
  744. package/dist/cjs/digi-form-receipt.cjs.entry.js +121 -0
  745. package/dist/cjs/digi-form-select-filter.cjs.entry.js +576 -0
  746. package/dist/cjs/digi-form-select_2.cjs.entry.js +176 -0
  747. package/dist/cjs/digi-form-textarea.cjs.entry.js +133 -0
  748. package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
  749. package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
  750. package/dist/cjs/digi-header-navigation.cjs.entry.js +230 -0
  751. package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
  752. package/dist/cjs/digi-header.cjs.entry.js +103 -0
  753. package/dist/cjs/digi-icon-accessibility-deaf.cjs.entry.js +30 -0
  754. package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
  755. package/dist/cjs/digi-icon-apple.cjs.entry.js +30 -0
  756. package/dist/cjs/digi-icon-archive-outline.cjs.entry.js +30 -0
  757. package/dist/cjs/digi-icon-archive.cjs.entry.js +30 -0
  758. package/dist/cjs/digi-icon-arrow-back.cjs.entry.js +30 -0
  759. package/dist/cjs/digi-icon-arrow-down.cjs.entry.js +30 -0
  760. package/dist/cjs/digi-icon-arrow-left.cjs.entry.js +30 -0
  761. package/dist/cjs/digi-icon-arrow-right.cjs.entry.js +30 -0
  762. package/dist/cjs/digi-icon-arrow-sign-in.cjs.entry.js +30 -0
  763. package/dist/cjs/digi-icon-arrow-sign-out.cjs.entry.js +30 -0
  764. package/dist/cjs/digi-icon-arrow-up.cjs.entry.js +30 -0
  765. package/dist/cjs/digi-icon-at.cjs.entry.js +30 -0
  766. package/dist/cjs/digi-icon-bars.cjs.entry.js +30 -0
  767. package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
  768. package/dist/cjs/digi-icon-bell.cjs.entry.js +30 -0
  769. package/dist/cjs/digi-icon-book.cjs.entry.js +30 -0
  770. package/dist/cjs/digi-icon-bookmark-outline.cjs.entry.js +30 -0
  771. package/dist/cjs/digi-icon-bookmark-solid.cjs.entry.js +30 -0
  772. package/dist/cjs/digi-icon-bubble-ellipsis.cjs.entry.js +30 -0
  773. package/dist/cjs/digi-icon-bubble.cjs.entry.js +30 -0
  774. package/dist/cjs/digi-icon-building-outline.cjs.entry.js +30 -0
  775. package/dist/cjs/digi-icon-building-solid.cjs.entry.js +30 -0
  776. package/dist/cjs/digi-icon-bullseye.cjs.entry.js +30 -0
  777. package/dist/cjs/digi-icon-calculator-solid.cjs.entry.js +30 -0
  778. package/dist/cjs/digi-icon-calendar-alt-alert.cjs.entry.js +30 -0
  779. package/dist/cjs/digi-icon-calendar.cjs.entry.js +30 -0
  780. package/dist/cjs/digi-icon-caret-circle-right.cjs.entry.js +30 -0
  781. package/dist/cjs/digi-icon-caret-down_2.cjs.entry.js +53 -0
  782. package/dist/cjs/digi-icon-caret-left.cjs.entry.js +30 -0
  783. package/dist/cjs/digi-icon-caret-right.cjs.entry.js +30 -0
  784. package/dist/cjs/digi-icon-chart_2.cjs.entry.js +53 -0
  785. package/dist/cjs/digi-icon-chat.cjs.entry.js +30 -0
  786. package/dist/cjs/digi-icon-check-circle-reg-alt.cjs.entry.js +30 -0
  787. package/dist/cjs/digi-icon-check-circle-solid.cjs.entry.js +30 -0
  788. package/dist/cjs/digi-icon-check.cjs.entry.js +30 -0
  789. package/dist/cjs/digi-icon-checklist.cjs.entry.js +30 -0
  790. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
  791. package/dist/cjs/digi-icon-chevron-left.cjs.entry.js +30 -0
  792. package/dist/cjs/digi-icon-chevron-right.cjs.entry.js +30 -0
  793. package/dist/cjs/digi-icon-chevron-up.cjs.entry.js +30 -0
  794. package/dist/cjs/digi-icon-clock.cjs.entry.js +30 -0
  795. package/dist/cjs/digi-icon-communication-play-solid.cjs.entry.js +30 -0
  796. package/dist/cjs/digi-icon-compress-alt.cjs.entry.js +30 -0
  797. package/dist/cjs/digi-icon-comunication-case.cjs.entry.js +30 -0
  798. package/dist/cjs/digi-icon-comunication-flag.cjs.entry.js +30 -0
  799. package/dist/cjs/digi-icon-comunication-graduate.cjs.entry.js +30 -0
  800. package/dist/cjs/digi-icon-comunication-play.cjs.entry.js +30 -0
  801. package/dist/cjs/digi-icon-cooperation.cjs.entry.js +30 -0
  802. package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
  803. package/dist/cjs/digi-icon-danger-outline.cjs.entry.js +30 -0
  804. package/dist/cjs/digi-icon-download.cjs.entry.js +30 -0
  805. package/dist/cjs/digi-icon-dxa.cjs.entry.js +30 -0
  806. package/dist/cjs/digi-icon-edit.cjs.entry.js +30 -0
  807. package/dist/cjs/digi-icon-ellipsis.cjs.entry.js +30 -0
  808. package/dist/cjs/digi-icon-envelope-filled.cjs.entry.js +30 -0
  809. package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
  810. package/dist/cjs/digi-icon-exclamation-circle-filled.cjs.entry.js +30 -0
  811. package/dist/cjs/digi-icon-exclamation-triangle-filled.cjs.entry.js +30 -0
  812. package/dist/cjs/digi-icon-exclamation-triangle-warning.cjs.entry.js +31 -0
  813. package/dist/cjs/digi-icon-exclamation-triangle.cjs.entry.js +30 -0
  814. package/dist/cjs/digi-icon-expand-alt.cjs.entry.js +30 -0
  815. package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +63 -0
  816. package/dist/cjs/digi-icon-eye-slash.cjs.entry.js +30 -0
  817. package/dist/cjs/digi-icon-eye.cjs.entry.js +30 -0
  818. package/dist/cjs/digi-icon-facebook-square.cjs.entry.js +30 -0
  819. package/dist/cjs/digi-icon-file-document.cjs.entry.js +30 -0
  820. package/dist/cjs/digi-icon-file-excel.cjs.entry.js +30 -0
  821. package/dist/cjs/digi-icon-file-governing.cjs.entry.js +30 -0
  822. package/dist/cjs/digi-icon-file-pdf.cjs.entry.js +30 -0
  823. package/dist/cjs/digi-icon-file-powerpoint.cjs.entry.js +30 -0
  824. package/dist/cjs/digi-icon-file-word.cjs.entry.js +30 -0
  825. package/dist/cjs/digi-icon-film.cjs.entry.js +30 -0
  826. package/dist/cjs/digi-icon-filter.cjs.entry.js +30 -0
  827. package/dist/cjs/digi-icon-globe-filled.cjs.entry.js +30 -0
  828. package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
  829. package/dist/cjs/digi-icon-headphones.cjs.entry.js +30 -0
  830. package/dist/cjs/digi-icon-heart-solid.cjs.entry.js +30 -0
  831. package/dist/cjs/digi-icon-heart.cjs.entry.js +30 -0
  832. package/dist/cjs/digi-icon-history.cjs.entry.js +30 -0
  833. package/dist/cjs/digi-icon-home.cjs.entry.js +30 -0
  834. package/dist/cjs/digi-icon-image.cjs.entry.js +30 -0
  835. package/dist/cjs/digi-icon-info-circle-solid.cjs.entry.js +30 -0
  836. package/dist/cjs/digi-icon-instagram.cjs.entry.js +30 -0
  837. package/dist/cjs/digi-icon-job-suggestion.cjs.entry.js +30 -0
  838. package/dist/cjs/digi-icon-language-outline_4.cjs.entry.js +339 -0
  839. package/dist/cjs/digi-icon-language.cjs.entry.js +30 -0
  840. package/dist/cjs/digi-icon-laptop-phone.cjs.entry.js +30 -0
  841. package/dist/cjs/digi-icon-lattlast.cjs.entry.js +30 -0
  842. package/dist/cjs/digi-icon-licence-bus.cjs.entry.js +30 -0
  843. package/dist/cjs/digi-icon-licence-car.cjs.entry.js +30 -0
  844. package/dist/cjs/digi-icon-licence-motorcycle.cjs.entry.js +30 -0
  845. package/dist/cjs/digi-icon-licence-truck.cjs.entry.js +30 -0
  846. package/dist/cjs/digi-icon-lightbulb.cjs.entry.js +30 -0
  847. package/dist/cjs/digi-icon-linkedin-in.cjs.entry.js +30 -0
  848. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
  849. package/dist/cjs/digi-icon-lock.cjs.entry.js +30 -0
  850. package/dist/cjs/digi-icon-marker-filled.cjs.entry.js +30 -0
  851. package/dist/cjs/digi-icon-marker.cjs.entry.js +30 -0
  852. package/dist/cjs/digi-icon-media-course.cjs.entry.js +30 -0
  853. package/dist/cjs/digi-icon-media-podcast.cjs.entry.js +30 -0
  854. package/dist/cjs/digi-icon-microphone-off.cjs.entry.js +30 -0
  855. package/dist/cjs/digi-icon-microphone.cjs.entry.js +30 -0
  856. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
  857. package/dist/cjs/digi-icon-move.cjs.entry.js +30 -0
  858. package/dist/cjs/digi-icon-notification-error_5.cjs.entry.js +120 -0
  859. package/dist/cjs/digi-icon-online-interview.cjs.entry.js +30 -0
  860. package/dist/cjs/digi-icon-online-meeting.cjs.entry.js +30 -0
  861. package/dist/cjs/digi-icon-online-task.cjs.entry.js +30 -0
  862. package/dist/cjs/digi-icon-open-source.cjs.entry.js +30 -0
  863. package/dist/cjs/digi-icon-palette.cjs.entry.js +30 -0
  864. package/dist/cjs/digi-icon-pen.cjs.entry.js +30 -0
  865. package/dist/cjs/digi-icon-phone-hangup.cjs.entry.js +30 -0
  866. package/dist/cjs/digi-icon-phone.cjs.entry.js +30 -0
  867. package/dist/cjs/digi-icon-print.cjs.entry.js +30 -0
  868. package/dist/cjs/digi-icon-read.cjs.entry.js +30 -0
  869. package/dist/cjs/digi-icon-redo.cjs.entry.js +30 -0
  870. package/dist/cjs/digi-icon-screensharing-off.cjs.entry.js +30 -0
  871. package/dist/cjs/digi-icon-screensharing.cjs.entry.js +30 -0
  872. package/dist/cjs/digi-icon-search.cjs.entry.js +30 -0
  873. package/dist/cjs/digi-icon-send-outline.cjs.entry.js +30 -0
  874. package/dist/cjs/digi-icon-send-solid.cjs.entry.js +30 -0
  875. package/dist/cjs/digi-icon-settings.cjs.entry.js +30 -0
  876. package/dist/cjs/digi-icon-share-alt.cjs.entry.js +30 -0
  877. package/dist/cjs/digi-icon-share-chain.cjs.entry.js +30 -0
  878. package/dist/cjs/digi-icon-sliders-h.cjs.entry.js +30 -0
  879. package/dist/cjs/digi-icon-sokkandidat.cjs.entry.js +30 -0
  880. package/dist/cjs/digi-icon-sort-down.cjs.entry.js +30 -0
  881. package/dist/cjs/digi-icon-sort-up.cjs.entry.js +30 -0
  882. package/dist/cjs/digi-icon-sort.cjs.entry.js +30 -0
  883. package/dist/cjs/digi-icon-star-reg.cjs.entry.js +30 -0
  884. package/dist/cjs/digi-icon-star.cjs.entry.js +30 -0
  885. package/dist/cjs/digi-icon-suitcase-outline.cjs.entry.js +30 -0
  886. package/dist/cjs/digi-icon-suitcase-solid.cjs.entry.js +30 -0
  887. package/dist/cjs/digi-icon-system-assistance.cjs.entry.js +30 -0
  888. package/dist/cjs/digi-icon-table-column.cjs.entry.js +30 -0
  889. package/dist/cjs/digi-icon-table-row.cjs.entry.js +30 -0
  890. package/dist/cjs/digi-icon-task-done.cjs.entry.js +30 -0
  891. package/dist/cjs/digi-icon-toggle-off.cjs.entry.js +30 -0
  892. package/dist/cjs/digi-icon-toggle-on.cjs.entry.js +30 -0
  893. package/dist/cjs/digi-icon-twitter.cjs.entry.js +30 -0
  894. package/dist/cjs/digi-icon-tyck-till.cjs.entry.js +30 -0
  895. package/dist/cjs/digi-icon-unlock.cjs.entry.js +30 -0
  896. package/dist/cjs/digi-icon-update.cjs.entry.js +30 -0
  897. package/dist/cjs/digi-icon-upload.cjs.entry.js +30 -0
  898. package/dist/cjs/digi-icon-user-alt.cjs.entry.js +30 -0
  899. package/dist/cjs/digi-icon-users-solid.cjs.entry.js +30 -0
  900. package/dist/cjs/digi-icon-videocamera-off.cjs.entry.js +30 -0
  901. package/dist/cjs/digi-icon-videocamera.cjs.entry.js +30 -0
  902. package/dist/cjs/digi-icon-web-tv.cjs.entry.js +30 -0
  903. package/dist/cjs/digi-icon-wifi-signal0.cjs.entry.js +30 -0
  904. package/dist/cjs/digi-icon-wifi-signal1.cjs.entry.js +30 -0
  905. package/dist/cjs/digi-icon-wifi-signal2.cjs.entry.js +30 -0
  906. package/dist/cjs/digi-icon-wifi-signal3.cjs.entry.js +30 -0
  907. package/dist/cjs/digi-icon-window.cjs.entry.js +30 -0
  908. package/dist/cjs/digi-icon-x-button.cjs.entry.js +30 -0
  909. package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
  910. package/dist/cjs/digi-icon-youtube.cjs.entry.js +30 -0
  911. package/dist/cjs/digi-icon.cjs.entry.js +452 -0
  912. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
  913. package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
  914. package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
  915. package/dist/cjs/digi-layout-block.cjs.entry.js +47 -0
  916. package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
  917. package/dist/cjs/digi-link-button.cjs.entry.js +69 -0
  918. package/dist/cjs/digi-link-internal.cjs.entry.js +40 -0
  919. package/dist/cjs/digi-link.cjs.entry.js +78 -0
  920. package/dist/cjs/digi-list.cjs.entry.js +67 -0
  921. package/dist/cjs/digi-loader-skeleton.cjs.entry.js +45 -0
  922. package/dist/cjs/digi-loader-spinner.cjs.entry.js +31 -0
  923. package/dist/cjs/digi-logo_2.cjs.entry.js +64 -0
  924. package/dist/cjs/digi-media-figure.cjs.entry.js +30 -0
  925. package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
  926. package/dist/cjs/digi-navigation-breadcrumbs.cjs.entry.js +60 -0
  927. package/dist/cjs/digi-navigation-context-menu-item.cjs.entry.js +28 -0
  928. package/dist/cjs/digi-navigation-dropdown.cjs.entry.js +188 -0
  929. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +216 -0
  930. package/dist/cjs/digi-navigation-sidebar.cjs.entry.js +299 -0
  931. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
  932. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
  933. package/dist/cjs/digi-notification-alert.cjs.entry.js +120 -0
  934. package/dist/cjs/digi-notification-error-page.cjs.entry.js +398 -0
  935. package/dist/cjs/digi-progress-circle.cjs.entry.js +85 -0
  936. package/dist/cjs/digi-progress-indicator.cjs.entry.js +133 -0
  937. package/dist/cjs/digi-progress-list-item.cjs.entry.js +107 -0
  938. package/dist/cjs/digi-progress-list.cjs.entry.js +115 -0
  939. package/dist/cjs/digi-progressbar.cjs.entry.js +102 -0
  940. package/dist/cjs/digi-quote-multi-container.cjs.entry.js +23 -0
  941. package/dist/cjs/digi-quote-single.cjs.entry.js +33 -0
  942. package/dist/cjs/digi-quote.cjs.entry.js +104 -0
  943. package/dist/cjs/digi-table.cjs.entry.js +33 -0
  944. package/dist/cjs/digi-tablist-panel.cjs.entry.js +23 -0
  945. package/dist/cjs/digi-tablist.cjs.entry.js +227 -0
  946. package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
  947. package/dist/cjs/digi-tag.cjs.entry.js +40 -0
  948. package/dist/cjs/digi-tools-feedback-banner.cjs.entry.js +103 -0
  949. package/dist/cjs/digi-tools-feedback-rating.cjs.entry.js +183 -0
  950. package/dist/cjs/digi-tools-feedback.cjs.entry.js +135 -0
  951. package/dist/cjs/digi-tools-languagepicker.cjs.entry.js +127 -0
  952. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +34 -0
  953. package/dist/cjs/digi-typography-meta.cjs.entry.js +27 -0
  954. package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
  955. package/dist/cjs/digi-typography-time.cjs.entry.js +70 -0
  956. package/dist/cjs/digi-util-detect-click-outside.cjs.entry.js +36 -0
  957. package/dist/cjs/digi-util-detect-focus-outside.cjs.entry.js +36 -0
  958. package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
  959. package/dist/cjs/digi-util-keyup-handler.cjs.entry.js +83 -0
  960. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
  961. package/dist/cjs/digi-util-resize-observer.cjs.entry.js +42 -0
  962. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
  963. package/dist/cjs/expandable-faq-variation.enum-af923f49.js +18 -0
  964. package/dist/cjs/footer-card-variation.enum-99555edc.js +8 -0
  965. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
  966. package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
  967. package/dist/cjs/form-input-type.enum-9c8ee12a.js +25 -0
  968. package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
  969. package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
  970. package/dist/cjs/form-textarea-variation.enum-9c90d40f.js +17 -0
  971. package/dist/cjs/index-ac8e01b4.js +884 -0
  972. package/dist/cjs/index-cad91a90.js +66 -0
  973. package/dist/cjs/index-cfa8e9be.js +3186 -0
  974. package/dist/cjs/index-e8333bcc.js +174 -0
  975. package/dist/cjs/index.cjs.js +905 -0
  976. package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
  977. package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
  978. package/dist/cjs/keyboardHandler.util-d8600adb.js +67 -0
  979. package/dist/cjs/layout-block-container.enum-52ae6994.js +8 -0
  980. package/dist/cjs/layout-block-variation.enum-f6102119.js +11 -0
  981. package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
  982. package/dist/cjs/layout-media-object-alignment.enum-81c8e205.js +9 -0
  983. package/dist/cjs/linear-ac0c97a7.js +3738 -0
  984. package/dist/cjs/link-button-variation.enum-6c51aa80.js +16 -0
  985. package/dist/cjs/link-external-variation.enum-4865305c.js +7 -0
  986. package/dist/cjs/link-internal-variation.enum-96d004ec.js +7 -0
  987. package/dist/cjs/link-variation.enum-e6d243b1.js +7 -0
  988. package/dist/cjs/list-type.enum-aea4d012.js +8 -0
  989. package/dist/cjs/loader-skeleton-variation.enum-d52ba55e.js +11 -0
  990. package/dist/cjs/loader-spinner-size.enum-db2973f0.js +8 -0
  991. package/dist/cjs/loader.cjs.js +15 -0
  992. package/dist/cjs/logger.util-fdafc086.js +53 -0
  993. package/dist/cjs/logo-variation.enum-607fadb4.js +13 -0
  994. package/dist/cjs/media-figure-alignment.enum-3885aba5.js +8 -0
  995. package/dist/cjs/navigation-context-menu-horizontal-position.enum-71b76501.js +7 -0
  996. package/dist/cjs/navigation-context-menu-item-type.enum-9b8142ad.js +7 -0
  997. package/dist/cjs/navigation-sidebar-variation.enum-1c0c3064.js +42 -0
  998. package/dist/cjs/navigation-tablist.types-f042f1bd.js +12 -0
  999. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
  1000. package/dist/cjs/prism-git-df985529.js +2433 -0
  1001. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
  1002. package/dist/cjs/progress-list-item-variation.enum-90e4c874.js +31 -0
  1003. package/dist/cjs/progress-list-variation.enum-06d5ce27.js +31 -0
  1004. package/dist/cjs/progressbar-variation.enum-aff9fa80.js +13 -0
  1005. package/dist/cjs/quote-image-inner-position.enum-e64e7a6d.js +30 -0
  1006. package/dist/cjs/quote-single-variation.enum-53f94dbc.js +8 -0
  1007. package/dist/cjs/randomIdGenerator.util-e7f4b6de.js +11 -0
  1008. package/dist/cjs/table-variation.enum-25df2ad7.js +14 -0
  1009. package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
  1010. package/dist/cjs/tag-size.enum-0a6be639.js +8 -0
  1011. package/dist/cjs/text-ca7e238b.js +93 -0
  1012. package/dist/cjs/tools-feedback-banner-type.enum-de373ba0.js +17 -0
  1013. package/dist/cjs/tools-feedback-rating-variation.enum-2f71e84d.js +25 -0
  1014. package/dist/cjs/tools-feedback-variation.enum-4547e1e3.js +254 -0
  1015. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
  1016. package/dist/cjs/typography-meta-variation.enum-13ac3538.js +7 -0
  1017. package/dist/cjs/typography-time-variation.enum-bce1d87e.js +8 -0
  1018. package/dist/cjs/typography-variation.enum-9b2f695f.js +50 -0
  1019. package/dist/cjs/util-breakpoint-observer-breakpoints.enum-e96d3a84.js +9 -0
  1020. package/dist/collection/collection-manifest.json +290 -0
  1021. package/dist/collection/components/_badge/badge-notification/badge-notification-shape.enum.js +6 -0
  1022. package/dist/collection/components/_badge/badge-notification/badge-notification-type.enum.js +5 -0
  1023. package/dist/collection/components/_badge/badge-notification/badge-notification.css +314 -0
  1024. package/dist/collection/components/_badge/badge-notification/badge-notification.js +126 -0
  1025. package/dist/collection/components/_badge/badge-status/badge-status-size.enum.js +5 -0
  1026. package/dist/collection/components/_badge/badge-status/badge-status-type.enum.js +9 -0
  1027. package/dist/collection/components/_badge/badge-status/badge-status-variation.enum.js +5 -0
  1028. package/dist/collection/components/_badge/badge-status/badge-status.css +393 -0
  1029. package/dist/collection/components/_badge/badge-status/badge-status.js +177 -0
  1030. package/dist/collection/components/_button/button/button-size.enum.js +6 -0
  1031. package/dist/collection/components/_button/button/button-type.enum.js +6 -0
  1032. package/dist/collection/components/_button/button/button-variation.enum.js +7 -0
  1033. package/dist/collection/components/_button/button/button.css +696 -0
  1034. package/dist/collection/components/_button/button/button.js +729 -0
  1035. package/dist/collection/components/_calendar/calendar/calendar.css +543 -0
  1036. package/dist/collection/components/_calendar/calendar/calendar.js +819 -0
  1037. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.js +7 -0
  1038. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +346 -0
  1039. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.js +814 -0
  1040. package/dist/collection/components/_calendar/week-view/calendar-week-view-heading-level.enum.js +9 -0
  1041. package/dist/collection/components/_calendar/week-view/calendar-week-view.css +662 -0
  1042. package/dist/collection/components/_calendar/week-view/calendar-week-view.js +378 -0
  1043. package/dist/collection/components/_card/card/card-border-radius.enum.js +5 -0
  1044. package/dist/collection/components/_card/card/card-border.enum.js +5 -0
  1045. package/dist/collection/components/_card/card/card-footer-border.enum.js +5 -0
  1046. package/dist/collection/components/_card/card/card-shadow.enum.js +5 -0
  1047. package/dist/collection/components/_card/card/card.css +47 -0
  1048. package/dist/collection/components/_card/card/card.js +143 -0
  1049. package/dist/collection/components/_chart/bar-chart/bar-chart-variation.enum.js +5 -0
  1050. package/dist/collection/components/_chart/bar-chart/bar-chart.css +89 -0
  1051. package/dist/collection/components/_chart/bar-chart/bar-chart.js +1518 -0
  1052. package/dist/collection/components/_chart/chart-line/chart-line-data.interface.js +1 -0
  1053. package/dist/collection/components/_chart/chart-line/chart-line-series.interface.js +1 -0
  1054. package/dist/collection/components/_chart/chart-line/chart-line.css +149 -0
  1055. package/dist/collection/components/_chart/chart-line/chart-line.js +1707 -0
  1056. package/dist/collection/components/_code/code/code-language.enum.js +11 -0
  1057. package/dist/collection/components/_code/code/code-variation.enum.js +5 -0
  1058. package/dist/collection/components/_code/code/code.css +261 -0
  1059. package/dist/collection/components/_code/code/code.js +170 -0
  1060. package/dist/collection/components/_code/code-block/code-block-language.enum.js +13 -0
  1061. package/dist/collection/components/_code/code-block/code-block-variation.enum.js +5 -0
  1062. package/dist/collection/components/_code/code-block/code-block.css +324 -0
  1063. package/dist/collection/components/_code/code-block/code-block.js +203 -0
  1064. package/dist/collection/components/_code/code-example/code-example-language.enum.js +13 -0
  1065. package/dist/collection/components/_code/code-example/code-example-variation.enum.js +5 -0
  1066. package/dist/collection/components/_code/code-example/code-example.css +460 -0
  1067. package/dist/collection/components/_code/code-example/code-example.js +344 -0
  1068. package/dist/collection/components/_dialog/dialog/dialog-heading-level.enum.js +9 -0
  1069. package/dist/collection/components/_dialog/dialog/dialog-size.enum.js +6 -0
  1070. package/dist/collection/components/_dialog/dialog/dialog-variation.enum.js +5 -0
  1071. package/dist/collection/components/_dialog/dialog/dialog.css +418 -0
  1072. package/dist/collection/components/_dialog/dialog/dialog.js +575 -0
  1073. package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.js +9 -0
  1074. package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.js +5 -0
  1075. package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.js +5 -0
  1076. package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.css +439 -0
  1077. package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.js +335 -0
  1078. package/dist/collection/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.js +9 -0
  1079. package/dist/collection/components/_expandable/expandable-faq/expandable-faq-variation.enum.js +6 -0
  1080. package/dist/collection/components/_expandable/expandable-faq/expandable-faq.css +3 -0
  1081. package/dist/collection/components/_expandable/expandable-faq/expandable-faq.js +160 -0
  1082. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.js +9 -0
  1083. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.js +6 -0
  1084. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +370 -0
  1085. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.js +282 -0
  1086. package/dist/collection/components/_footer/footer/footer-variation.enum.js +5 -0
  1087. package/dist/collection/components/_footer/footer/footer.css +115 -0
  1088. package/dist/collection/components/_footer/footer/footer.js +73 -0
  1089. package/dist/collection/components/_footer/footer-card/footer-card-variation.enum.js +6 -0
  1090. package/dist/collection/components/_footer/footer-card/footer-card.css +86 -0
  1091. package/dist/collection/components/_footer/footer-card/footer-card.js +71 -0
  1092. package/dist/collection/components/_form/form-category-filter/form-category-filter.css +28 -0
  1093. package/dist/collection/components/_form/form-category-filter/form-category-filter.interfaces.js +1 -0
  1094. package/dist/collection/components/_form/form-category-filter/form-category-filter.js +349 -0
  1095. package/dist/collection/components/_form/form-checkbox/form-checkbox-layout.enum.js +5 -0
  1096. package/dist/collection/components/_form/form-checkbox/form-checkbox-validation.enum.js +5 -0
  1097. package/dist/collection/components/_form/form-checkbox/form-checkbox-variation.enum.js +5 -0
  1098. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +452 -0
  1099. package/dist/collection/components/_form/form-checkbox/form-checkbox.js +768 -0
  1100. package/dist/collection/components/_form/form-error-list/form-error-list-heading-level.enum.js +9 -0
  1101. package/dist/collection/components/_form/form-error-list/form-error-list.css +22 -0
  1102. package/dist/collection/components/_form/form-error-list/form-error-list.js +320 -0
  1103. package/dist/collection/components/_form/form-fieldset/form-fieldset.css +31 -0
  1104. package/dist/collection/components/_form/form-fieldset/form-fieldset.js +122 -0
  1105. package/dist/collection/components/_form/form-file-upload/form-file-upload-error-messages.type.js +1 -0
  1106. package/dist/collection/components/_form/form-file-upload/form-file-upload-heading-level.enum.js +9 -0
  1107. package/dist/collection/components/_form/form-file-upload/form-file-upload-validation.enum.js +5 -0
  1108. package/dist/collection/components/_form/form-file-upload/form-file-upload-variation.enum.js +6 -0
  1109. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +748 -0
  1110. package/dist/collection/components/_form/form-file-upload/form-file-upload.js +1293 -0
  1111. package/dist/collection/components/_form/form-filter/form-filter.css +433 -0
  1112. package/dist/collection/components/_form/form-filter/form-filter.js +720 -0
  1113. package/dist/collection/components/_form/form-filter/form-filter.types.js +9 -0
  1114. package/dist/collection/components/_form/form-input/form-input-button-variation.enum.js +5 -0
  1115. package/dist/collection/components/_form/form-input/form-input-mode.enum.js +12 -0
  1116. package/dist/collection/components/_form/form-input/form-input-type.enum.js +17 -0
  1117. package/dist/collection/components/_form/form-input/form-input-validation.enum.js +7 -0
  1118. package/dist/collection/components/_form/form-input/form-input-variation.enum.js +6 -0
  1119. package/dist/collection/components/_form/form-input/form-input.css +379 -0
  1120. package/dist/collection/components/_form/form-input/form-input.js +1092 -0
  1121. package/dist/collection/components/_form/form-input-search/form-input-search-variation.enum.js +6 -0
  1122. package/dist/collection/components/_form/form-input-search/form-input-search.css +12 -0
  1123. package/dist/collection/components/_form/form-input-search/form-input-search.js +889 -0
  1124. package/dist/collection/components/_form/form-label/form-label.css +25 -0
  1125. package/dist/collection/components/_form/form-label/form-label.js +275 -0
  1126. package/dist/collection/components/_form/form-radiobutton/form-radiobutton-layout.enum.js +5 -0
  1127. package/dist/collection/components/_form/form-radiobutton/form-radiobutton-validation.enum.js +4 -0
  1128. package/dist/collection/components/_form/form-radiobutton/form-radiobutton-variation.enum.js +5 -0
  1129. package/dist/collection/components/_form/form-radiobutton/form-radiobutton.css +405 -0
  1130. package/dist/collection/components/_form/form-radiobutton/form-radiobutton.js +636 -0
  1131. package/dist/collection/components/_form/form-radiogroup/form-radiogroup.css +2 -0
  1132. package/dist/collection/components/_form/form-radiogroup/form-radiogroup.js +171 -0
  1133. package/dist/collection/components/_form/form-receipt/check-icon.svg +22 -0
  1134. package/dist/collection/components/_form/form-receipt/form-receipt-heading-level.enum.js +9 -0
  1135. package/dist/collection/components/_form/form-receipt/form-receipt-type.enum.js +5 -0
  1136. package/dist/collection/components/_form/form-receipt/form-receipt-variation.enum.js +5 -0
  1137. package/dist/collection/components/_form/form-receipt/form-receipt.css +358 -0
  1138. package/dist/collection/components/_form/form-receipt/form-receipt.js +195 -0
  1139. package/dist/collection/components/_form/form-select/form-select-validation.enum.js +7 -0
  1140. package/dist/collection/components/_form/form-select/form-select-variation.enum.js +6 -0
  1141. package/dist/collection/components/_form/form-select/form-select.css +409 -0
  1142. package/dist/collection/components/_form/form-select/form-select.js +731 -0
  1143. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +709 -0
  1144. package/dist/collection/components/_form/form-select-filter/form-select-filter.interface.js +1 -0
  1145. package/dist/collection/components/_form/form-select-filter/form-select-filter.js +1283 -0
  1146. package/dist/collection/components/_form/form-select-filter/form-select-validation.enum.js +7 -0
  1147. package/dist/collection/components/_form/form-textarea/form-textarea-validation.enum.js +7 -0
  1148. package/dist/collection/components/_form/form-textarea/form-textarea-variation.enum.js +7 -0
  1149. package/dist/collection/components/_form/form-textarea/form-textarea.css +362 -0
  1150. package/dist/collection/components/_form/form-textarea/form-textarea.js +800 -0
  1151. package/dist/collection/components/_form/form-validation-message/form-validation-message-variation.enum.js +6 -0
  1152. package/dist/collection/components/_form/form-validation-message/form-validation-message.css +40 -0
  1153. package/dist/collection/components/_form/form-validation-message/form-validation-message.js +79 -0
  1154. package/dist/collection/components/_header/header/header-center-content-width.enum.js +6 -0
  1155. package/dist/collection/components/_header/header/header.css +323 -0
  1156. package/dist/collection/components/_header/header/header.js +201 -0
  1157. package/dist/collection/components/_header/header-avatar/avatars/avatars.js +14 -0
  1158. package/dist/collection/components/_header/header-avatar/avatars/types.js +2 -0
  1159. package/dist/collection/components/_header/header-avatar/header-avatar.css +311 -0
  1160. package/dist/collection/components/_header/header-avatar/header-avatar.js +351 -0
  1161. package/dist/collection/components/_header/header-navigation/header-navigation.css +354 -0
  1162. package/dist/collection/components/_header/header-navigation/header-navigation.js +471 -0
  1163. package/dist/collection/components/_header/header-navigation-item/header-navigation-item.css +329 -0
  1164. package/dist/collection/components/_header/header-navigation-item/header-navigation-item.js +58 -0
  1165. package/dist/collection/components/_header/header-notification/header-notification.css +326 -0
  1166. package/dist/collection/components/_header/header-notification/header-notification.js +54 -0
  1167. package/dist/collection/components/_icon/icon/icon.css +20 -0
  1168. package/dist/collection/components/_icon/icon/icon.js +182 -0
  1169. package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.css +20 -0
  1170. package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.js +128 -0
  1171. package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.css +20 -0
  1172. package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.js +128 -0
  1173. package/dist/collection/components/_icon/icon-apple/icon-apple.css +20 -0
  1174. package/dist/collection/components/_icon/icon-apple/icon-apple.js +128 -0
  1175. package/dist/collection/components/_icon/icon-archive/icon-archive.css +20 -0
  1176. package/dist/collection/components/_icon/icon-archive/icon-archive.js +128 -0
  1177. package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.css +20 -0
  1178. package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.js +128 -0
  1179. package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.css +20 -0
  1180. package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.js +128 -0
  1181. package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.css +20 -0
  1182. package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.js +128 -0
  1183. package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.css +20 -0
  1184. package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.js +128 -0
  1185. package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.css +20 -0
  1186. package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.js +128 -0
  1187. package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.css +20 -0
  1188. package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.js +128 -0
  1189. package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.css +20 -0
  1190. package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.js +128 -0
  1191. package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.css +20 -0
  1192. package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.js +128 -0
  1193. package/dist/collection/components/_icon/icon-at/icon-at.css +20 -0
  1194. package/dist/collection/components/_icon/icon-at/icon-at.js +128 -0
  1195. package/dist/collection/components/_icon/icon-bars/icon-bars.css +20 -0
  1196. package/dist/collection/components/_icon/icon-bars/icon-bars.js +128 -0
  1197. package/dist/collection/components/_icon/icon-bell/icon-bell.css +20 -0
  1198. package/dist/collection/components/_icon/icon-bell/icon-bell.js +128 -0
  1199. package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.css +20 -0
  1200. package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.js +128 -0
  1201. package/dist/collection/components/_icon/icon-book/icon-book.css +20 -0
  1202. package/dist/collection/components/_icon/icon-book/icon-book.js +128 -0
  1203. package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.css +20 -0
  1204. package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.js +128 -0
  1205. package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.css +20 -0
  1206. package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.js +128 -0
  1207. package/dist/collection/components/_icon/icon-bubble/icon-bubble.css +20 -0
  1208. package/dist/collection/components/_icon/icon-bubble/icon-bubble.js +128 -0
  1209. package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.css +20 -0
  1210. package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.js +128 -0
  1211. package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.css +20 -0
  1212. package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.js +128 -0
  1213. package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.css +20 -0
  1214. package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.js +128 -0
  1215. package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.css +20 -0
  1216. package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.js +128 -0
  1217. package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.css +20 -0
  1218. package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.js +128 -0
  1219. package/dist/collection/components/_icon/icon-calendar/icon-calendar.css +20 -0
  1220. package/dist/collection/components/_icon/icon-calendar/icon-calendar.js +128 -0
  1221. package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.css +20 -0
  1222. package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.js +128 -0
  1223. package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.css +20 -0
  1224. package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.js +128 -0
  1225. package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.css +20 -0
  1226. package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.js +128 -0
  1227. package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.css +20 -0
  1228. package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.js +128 -0
  1229. package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.css +20 -0
  1230. package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.js +128 -0
  1231. package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.css +20 -0
  1232. package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.js +128 -0
  1233. package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.css +20 -0
  1234. package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.js +128 -0
  1235. package/dist/collection/components/_icon/icon-chart/icon-chart.css +20 -0
  1236. package/dist/collection/components/_icon/icon-chart/icon-chart.js +128 -0
  1237. package/dist/collection/components/_icon/icon-chat/icon-chat.css +20 -0
  1238. package/dist/collection/components/_icon/icon-chat/icon-chat.js +128 -0
  1239. package/dist/collection/components/_icon/icon-check/icon-check.css +20 -0
  1240. package/dist/collection/components/_icon/icon-check/icon-check.js +128 -0
  1241. package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.css +20 -0
  1242. package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.js +128 -0
  1243. package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.css +20 -0
  1244. package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.js +128 -0
  1245. package/dist/collection/components/_icon/icon-checklist/icon-checklist.css +20 -0
  1246. package/dist/collection/components/_icon/icon-checklist/icon-checklist.js +128 -0
  1247. package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.css +20 -0
  1248. package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.js +128 -0
  1249. package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.css +20 -0
  1250. package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.js +128 -0
  1251. package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.css +20 -0
  1252. package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.js +128 -0
  1253. package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.css +20 -0
  1254. package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.js +128 -0
  1255. package/dist/collection/components/_icon/icon-clock/icon-clock.css +20 -0
  1256. package/dist/collection/components/_icon/icon-clock/icon-clock.js +128 -0
  1257. package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.css +20 -0
  1258. package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.js +128 -0
  1259. package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.css +20 -0
  1260. package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.js +128 -0
  1261. package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.css +20 -0
  1262. package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.js +128 -0
  1263. package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.css +20 -0
  1264. package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.js +128 -0
  1265. package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.css +20 -0
  1266. package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.js +128 -0
  1267. package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.css +20 -0
  1268. package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.js +128 -0
  1269. package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.css +20 -0
  1270. package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.js +128 -0
  1271. package/dist/collection/components/_icon/icon-copy/icon-copy.css +20 -0
  1272. package/dist/collection/components/_icon/icon-copy/icon-copy.js +128 -0
  1273. package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.css +20 -0
  1274. package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.js +128 -0
  1275. package/dist/collection/components/_icon/icon-download/icon-download.css +20 -0
  1276. package/dist/collection/components/_icon/icon-download/icon-download.js +128 -0
  1277. package/dist/collection/components/_icon/icon-dxa/icon-dxa.css +20 -0
  1278. package/dist/collection/components/_icon/icon-dxa/icon-dxa.js +128 -0
  1279. package/dist/collection/components/_icon/icon-edit/icon-edit.css +20 -0
  1280. package/dist/collection/components/_icon/icon-edit/icon-edit.js +128 -0
  1281. package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.css +20 -0
  1282. package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.js +128 -0
  1283. package/dist/collection/components/_icon/icon-envelope/icon-envelope.css +20 -0
  1284. package/dist/collection/components/_icon/icon-envelope/icon-envelope.js +128 -0
  1285. package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.css +20 -0
  1286. package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.js +128 -0
  1287. package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.css +20 -0
  1288. package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.js +128 -0
  1289. package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.css +20 -0
  1290. package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.js +128 -0
  1291. package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.css +20 -0
  1292. package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.js +128 -0
  1293. package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.css +26 -0
  1294. package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.js +129 -0
  1295. package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.css +20 -0
  1296. package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.js +128 -0
  1297. package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.css +20 -0
  1298. package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.js +128 -0
  1299. package/dist/collection/components/_icon/icon-eye/icon-eye.css +20 -0
  1300. package/dist/collection/components/_icon/icon-eye/icon-eye.js +128 -0
  1301. package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.css +20 -0
  1302. package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.js +128 -0
  1303. package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.css +20 -0
  1304. package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.js +128 -0
  1305. package/dist/collection/components/_icon/icon-file-document/icon-file-document.css +20 -0
  1306. package/dist/collection/components/_icon/icon-file-document/icon-file-document.js +128 -0
  1307. package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.css +20 -0
  1308. package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.js +128 -0
  1309. package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.css +20 -0
  1310. package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.js +128 -0
  1311. package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.css +20 -0
  1312. package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.js +128 -0
  1313. package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.css +20 -0
  1314. package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.js +128 -0
  1315. package/dist/collection/components/_icon/icon-file-word/icon-file-word.css +20 -0
  1316. package/dist/collection/components/_icon/icon-file-word/icon-file-word.js +128 -0
  1317. package/dist/collection/components/_icon/icon-film/icon-film.css +20 -0
  1318. package/dist/collection/components/_icon/icon-film/icon-film.js +128 -0
  1319. package/dist/collection/components/_icon/icon-filter/icon-filter.css +20 -0
  1320. package/dist/collection/components/_icon/icon-filter/icon-filter.js +128 -0
  1321. package/dist/collection/components/_icon/icon-globe/icon-globe.css +20 -0
  1322. package/dist/collection/components/_icon/icon-globe/icon-globe.js +128 -0
  1323. package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.css +20 -0
  1324. package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.js +128 -0
  1325. package/dist/collection/components/_icon/icon-headphones/icon-headphones.css +20 -0
  1326. package/dist/collection/components/_icon/icon-headphones/icon-headphones.js +128 -0
  1327. package/dist/collection/components/_icon/icon-heart/icon-heart.css +20 -0
  1328. package/dist/collection/components/_icon/icon-heart/icon-heart.js +128 -0
  1329. package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.css +20 -0
  1330. package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.js +128 -0
  1331. package/dist/collection/components/_icon/icon-history/icon-history.css +20 -0
  1332. package/dist/collection/components/_icon/icon-history/icon-history.js +128 -0
  1333. package/dist/collection/components/_icon/icon-home/icon-home.css +20 -0
  1334. package/dist/collection/components/_icon/icon-home/icon-home.js +128 -0
  1335. package/dist/collection/components/_icon/icon-image/icon-image.css +20 -0
  1336. package/dist/collection/components/_icon/icon-image/icon-image.js +128 -0
  1337. package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.css +20 -0
  1338. package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.js +128 -0
  1339. package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.css +20 -0
  1340. package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.js +128 -0
  1341. package/dist/collection/components/_icon/icon-instagram/icon-instagram.css +20 -0
  1342. package/dist/collection/components/_icon/icon-instagram/icon-instagram.js +128 -0
  1343. package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.css +20 -0
  1344. package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.js +128 -0
  1345. package/dist/collection/components/_icon/icon-language/icon-language.css +20 -0
  1346. package/dist/collection/components/_icon/icon-language/icon-language.js +128 -0
  1347. package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.css +20 -0
  1348. package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.js +128 -0
  1349. package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.css +20 -0
  1350. package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.js +128 -0
  1351. package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.css +20 -0
  1352. package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.js +128 -0
  1353. package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.css +20 -0
  1354. package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.js +128 -0
  1355. package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.css +20 -0
  1356. package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.js +128 -0
  1357. package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.css +20 -0
  1358. package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.js +128 -0
  1359. package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.css +20 -0
  1360. package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.js +128 -0
  1361. package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.css +20 -0
  1362. package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.js +128 -0
  1363. package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.css +20 -0
  1364. package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.js +128 -0
  1365. package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.css +20 -0
  1366. package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.js +128 -0
  1367. package/dist/collection/components/_icon/icon-lock/icon-lock.css +20 -0
  1368. package/dist/collection/components/_icon/icon-lock/icon-lock.js +128 -0
  1369. package/dist/collection/components/_icon/icon-marker/icon-marker.css +20 -0
  1370. package/dist/collection/components/_icon/icon-marker/icon-marker.js +128 -0
  1371. package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.css +20 -0
  1372. package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.js +128 -0
  1373. package/dist/collection/components/_icon/icon-media-course/icon-media-course.css +20 -0
  1374. package/dist/collection/components/_icon/icon-media-course/icon-media-course.js +128 -0
  1375. package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.css +20 -0
  1376. package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.js +128 -0
  1377. package/dist/collection/components/_icon/icon-microphone/icon-microphone.css +20 -0
  1378. package/dist/collection/components/_icon/icon-microphone/icon-microphone.js +128 -0
  1379. package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.css +20 -0
  1380. package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.js +128 -0
  1381. package/dist/collection/components/_icon/icon-minus/icon-minus.css +20 -0
  1382. package/dist/collection/components/_icon/icon-minus/icon-minus.js +128 -0
  1383. package/dist/collection/components/_icon/icon-move/icon-move.css +20 -0
  1384. package/dist/collection/components/_icon/icon-move/icon-move.js +128 -0
  1385. package/dist/collection/components/_icon/icon-news/icon-news.css +20 -0
  1386. package/dist/collection/components/_icon/icon-news/icon-news.js +128 -0
  1387. package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.css +20 -0
  1388. package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.js +128 -0
  1389. package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.css +20 -0
  1390. package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.js +128 -0
  1391. package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.css +20 -0
  1392. package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.js +128 -0
  1393. package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.css +20 -0
  1394. package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.js +128 -0
  1395. package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.css +20 -0
  1396. package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.js +128 -0
  1397. package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.css +20 -0
  1398. package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.js +128 -0
  1399. package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.css +20 -0
  1400. package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.js +128 -0
  1401. package/dist/collection/components/_icon/icon-online-task/icon-online-task.css +20 -0
  1402. package/dist/collection/components/_icon/icon-online-task/icon-online-task.js +128 -0
  1403. package/dist/collection/components/_icon/icon-online-video/icon-online-video.css +20 -0
  1404. package/dist/collection/components/_icon/icon-online-video/icon-online-video.js +128 -0
  1405. package/dist/collection/components/_icon/icon-open-source/icon-open-source.css +20 -0
  1406. package/dist/collection/components/_icon/icon-open-source/icon-open-source.js +128 -0
  1407. package/dist/collection/components/_icon/icon-palette/icon-palette.css +20 -0
  1408. package/dist/collection/components/_icon/icon-palette/icon-palette.js +128 -0
  1409. package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.css +20 -0
  1410. package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.js +128 -0
  1411. package/dist/collection/components/_icon/icon-pen/icon-pen.css +20 -0
  1412. package/dist/collection/components/_icon/icon-pen/icon-pen.js +128 -0
  1413. package/dist/collection/components/_icon/icon-phone/icon-phone.css +20 -0
  1414. package/dist/collection/components/_icon/icon-phone/icon-phone.js +128 -0
  1415. package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.css +20 -0
  1416. package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.js +128 -0
  1417. package/dist/collection/components/_icon/icon-plus/icon-plus.css +20 -0
  1418. package/dist/collection/components/_icon/icon-plus/icon-plus.js +128 -0
  1419. package/dist/collection/components/_icon/icon-pod/icon-pod.css +20 -0
  1420. package/dist/collection/components/_icon/icon-pod/icon-pod.js +128 -0
  1421. package/dist/collection/components/_icon/icon-print/icon-print.css +20 -0
  1422. package/dist/collection/components/_icon/icon-print/icon-print.js +128 -0
  1423. package/dist/collection/components/_icon/icon-read/icon-read.css +20 -0
  1424. package/dist/collection/components/_icon/icon-read/icon-read.js +128 -0
  1425. package/dist/collection/components/_icon/icon-redo/icon-redo.css +20 -0
  1426. package/dist/collection/components/_icon/icon-redo/icon-redo.js +128 -0
  1427. package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.css +20 -0
  1428. package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.js +128 -0
  1429. package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.css +20 -0
  1430. package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.js +128 -0
  1431. package/dist/collection/components/_icon/icon-search/icon-search.css +20 -0
  1432. package/dist/collection/components/_icon/icon-search/icon-search.js +128 -0
  1433. package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.css +20 -0
  1434. package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.js +128 -0
  1435. package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.css +20 -0
  1436. package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.js +128 -0
  1437. package/dist/collection/components/_icon/icon-settings/icon-settings.css +20 -0
  1438. package/dist/collection/components/_icon/icon-settings/icon-settings.js +128 -0
  1439. package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.css +20 -0
  1440. package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.js +128 -0
  1441. package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.css +20 -0
  1442. package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.js +128 -0
  1443. package/dist/collection/components/_icon/icon-sign/icon-sign.css +20 -0
  1444. package/dist/collection/components/_icon/icon-sign/icon-sign.js +128 -0
  1445. package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.css +20 -0
  1446. package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.js +128 -0
  1447. package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.css +20 -0
  1448. package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.js +128 -0
  1449. package/dist/collection/components/_icon/icon-sort/icon-sort.css +20 -0
  1450. package/dist/collection/components/_icon/icon-sort/icon-sort.js +128 -0
  1451. package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.css +20 -0
  1452. package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.js +128 -0
  1453. package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.css +20 -0
  1454. package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.js +128 -0
  1455. package/dist/collection/components/_icon/icon-spinner/icon-spinner.css +20 -0
  1456. package/dist/collection/components/_icon/icon-spinner/icon-spinner.js +129 -0
  1457. package/dist/collection/components/_icon/icon-star/icon-star.css +20 -0
  1458. package/dist/collection/components/_icon/icon-star/icon-star.js +128 -0
  1459. package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.css +20 -0
  1460. package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.js +128 -0
  1461. package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.css +20 -0
  1462. package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.js +128 -0
  1463. package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.css +20 -0
  1464. package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.js +128 -0
  1465. package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.css +20 -0
  1466. package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.js +128 -0
  1467. package/dist/collection/components/_icon/icon-table/icon-table.css +20 -0
  1468. package/dist/collection/components/_icon/icon-table/icon-table.js +128 -0
  1469. package/dist/collection/components/_icon/icon-table-column/icon-table-column.css +20 -0
  1470. package/dist/collection/components/_icon/icon-table-column/icon-table-column.js +128 -0
  1471. package/dist/collection/components/_icon/icon-table-row/icon-table-row.css +20 -0
  1472. package/dist/collection/components/_icon/icon-table-row/icon-table-row.js +128 -0
  1473. package/dist/collection/components/_icon/icon-task-done/icon-task-done.css +20 -0
  1474. package/dist/collection/components/_icon/icon-task-done/icon-task-done.js +128 -0
  1475. package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.css +20 -0
  1476. package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.js +128 -0
  1477. package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.css +20 -0
  1478. package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.js +128 -0
  1479. package/dist/collection/components/_icon/icon-trash/icon-trash.css +20 -0
  1480. package/dist/collection/components/_icon/icon-trash/icon-trash.js +128 -0
  1481. package/dist/collection/components/_icon/icon-twitter/icon-twitter.css +20 -0
  1482. package/dist/collection/components/_icon/icon-twitter/icon-twitter.js +128 -0
  1483. package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.css +20 -0
  1484. package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.js +128 -0
  1485. package/dist/collection/components/_icon/icon-unlock/icon-unlock.css +20 -0
  1486. package/dist/collection/components/_icon/icon-unlock/icon-unlock.js +128 -0
  1487. package/dist/collection/components/_icon/icon-update/icon-update.css +20 -0
  1488. package/dist/collection/components/_icon/icon-update/icon-update.js +128 -0
  1489. package/dist/collection/components/_icon/icon-upload/icon-upload.css +20 -0
  1490. package/dist/collection/components/_icon/icon-upload/icon-upload.js +128 -0
  1491. package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.css +20 -0
  1492. package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.js +128 -0
  1493. package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.css +20 -0
  1494. package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.js +128 -0
  1495. package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.css +20 -0
  1496. package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.js +128 -0
  1497. package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.css +20 -0
  1498. package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.js +128 -0
  1499. package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.css +20 -0
  1500. package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.js +128 -0
  1501. package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.css +20 -0
  1502. package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.js +128 -0
  1503. package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.css +20 -0
  1504. package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.js +128 -0
  1505. package/dist/collection/components/_icon/icon-volume/icon-volume.css +20 -0
  1506. package/dist/collection/components/_icon/icon-volume/icon-volume.js +128 -0
  1507. package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.css +20 -0
  1508. package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.js +128 -0
  1509. package/dist/collection/components/_icon/icon-webinar/icon-webinar.css +20 -0
  1510. package/dist/collection/components/_icon/icon-webinar/icon-webinar.js +128 -0
  1511. package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.css +20 -0
  1512. package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.js +128 -0
  1513. package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.css +20 -0
  1514. package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.js +128 -0
  1515. package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.css +20 -0
  1516. package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.js +128 -0
  1517. package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.css +20 -0
  1518. package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.js +128 -0
  1519. package/dist/collection/components/_icon/icon-window/icon-window.css +20 -0
  1520. package/dist/collection/components/_icon/icon-window/icon-window.js +128 -0
  1521. package/dist/collection/components/_icon/icon-x/icon-x.css +20 -0
  1522. package/dist/collection/components/_icon/icon-x/icon-x.js +128 -0
  1523. package/dist/collection/components/_icon/icon-x-button/icon-x-button.css +20 -0
  1524. package/dist/collection/components/_icon/icon-x-button/icon-x-button.js +128 -0
  1525. package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.css +20 -0
  1526. package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.js +128 -0
  1527. package/dist/collection/components/_icon/icon-youtube/icon-youtube.css +20 -0
  1528. package/dist/collection/components/_icon/icon-youtube/icon-youtube.js +128 -0
  1529. package/dist/collection/components/_info-card/info-card/info-card-border-position.enum.js +5 -0
  1530. package/dist/collection/components/_info-card/info-card/info-card-heading-level.enum.js +9 -0
  1531. package/dist/collection/components/_info-card/info-card/info-card-size.enum.js +4 -0
  1532. package/dist/collection/components/_info-card/info-card/info-card-type.enum.js +5 -0
  1533. package/dist/collection/components/_info-card/info-card/info-card-variation.enum.js +5 -0
  1534. package/dist/collection/components/_info-card/info-card/info-card.css +107 -0
  1535. package/dist/collection/components/_info-card/info-card/info-card.js +379 -0
  1536. package/dist/collection/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.js +9 -0
  1537. package/dist/collection/components/_info-card/info-card-multi/info-card-multi-type.enum.js +6 -0
  1538. package/dist/collection/components/_info-card/info-card-multi/info-card-multi-variation.enum.js +5 -0
  1539. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +143 -0
  1540. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.js +317 -0
  1541. package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.js +9 -0
  1542. package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.css +18 -0
  1543. package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.js +82 -0
  1544. package/dist/collection/components/_layout/layout-block/layout-block-container.enum.js +6 -0
  1545. package/dist/collection/components/_layout/layout-block/layout-block-variation.enum.js +9 -0
  1546. package/dist/collection/components/_layout/layout-block/layout-block.css +36 -0
  1547. package/dist/collection/components/_layout/layout-block/layout-block.js +191 -0
  1548. package/dist/collection/components/_layout/layout-columns/layout-columns-column-gap.enum.js +5 -0
  1549. package/dist/collection/components/_layout/layout-columns/layout-columns-element.enum.js +6 -0
  1550. package/dist/collection/components/_layout/layout-columns/layout-columns-variation.enum.js +8 -0
  1551. package/dist/collection/components/_layout/layout-columns/layout-columns.css +41 -0
  1552. package/dist/collection/components/_layout/layout-columns/layout-columns.js +132 -0
  1553. package/dist/collection/components/_layout/layout-container/layout-container-max-width.enum.js +5 -0
  1554. package/dist/collection/components/_layout/layout-container/layout-container-variation.enum.js +6 -0
  1555. package/dist/collection/components/_layout/layout-container/layout-container.css +335 -0
  1556. package/dist/collection/components/_layout/layout-container/layout-container.js +218 -0
  1557. package/dist/collection/components/_layout/layout-media-object/layout-media-object-alignment.enum.js +7 -0
  1558. package/dist/collection/components/_layout/layout-media-object/layout-media-object.css +29 -0
  1559. package/dist/collection/components/_layout/layout-media-object/layout-media-object.js +67 -0
  1560. package/dist/collection/components/_link/link/link-variation.enum.js +5 -0
  1561. package/dist/collection/components/_link/link/link.css +368 -0
  1562. package/dist/collection/components/_link/link/link.js +372 -0
  1563. package/dist/collection/components/_link/link-button/link-button-size.enum.js +6 -0
  1564. package/dist/collection/components/_link/link-button/link-button-variation.enum.js +7 -0
  1565. package/dist/collection/components/_link/link-button/link-button.css +473 -0
  1566. package/dist/collection/components/_link/link-button/link-button.js +283 -0
  1567. package/dist/collection/components/_link/link-external/link-external-variation.enum.js +5 -0
  1568. package/dist/collection/components/_link/link-external/link-external.css +59 -0
  1569. package/dist/collection/components/_link/link-external/link-external.js +216 -0
  1570. package/dist/collection/components/_link/link-internal/link-internal-variation.enum.js +5 -0
  1571. package/dist/collection/components/_link/link-internal/link-internal.css +334 -0
  1572. package/dist/collection/components/_link/link-internal/link-internal.js +241 -0
  1573. package/dist/collection/components/_list/list/list-type.enum.js +6 -0
  1574. package/dist/collection/components/_list/list/list.css +308 -0
  1575. package/dist/collection/components/_list/list/list.js +114 -0
  1576. package/dist/collection/components/_loader/loader-skeleton/loader-skeleton-variation.enum.js +9 -0
  1577. package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.css +101 -0
  1578. package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.js +112 -0
  1579. package/dist/collection/components/_loader/loader-spinner/loader-spinner-size.enum.js +6 -0
  1580. package/dist/collection/components/_loader/loader-spinner/loader-spinner.css +63 -0
  1581. package/dist/collection/components/_loader/loader-spinner/loader-spinner.js +91 -0
  1582. package/dist/collection/components/_logo/logo/logo-color.enum.js +5 -0
  1583. package/dist/collection/components/_logo/logo/logo-variation.enum.js +5 -0
  1584. package/dist/collection/components/_logo/logo/logo.css +419 -0
  1585. package/dist/collection/components/_logo/logo/logo.js +230 -0
  1586. package/dist/collection/components/_media/media-figure/media-figure-alignment.enum.js +6 -0
  1587. package/dist/collection/components/_media/media-figure/media-figure.css +15 -0
  1588. package/dist/collection/components/_media/media-figure/media-figure.js +91 -0
  1589. package/dist/collection/components/_media/media-image/media-image.css +59 -0
  1590. package/dist/collection/components/_media/media-image/media-image.js +358 -0
  1591. package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.css +326 -0
  1592. package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.js +165 -0
  1593. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +532 -0
  1594. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.js +451 -0
  1595. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.types.js +1 -0
  1596. package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.js +5 -0
  1597. package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.js +147 -0
  1598. package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.js +5 -0
  1599. package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.css +296 -0
  1600. package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.js +1 -0
  1601. package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.js +563 -0
  1602. package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.css +319 -0
  1603. package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.js +539 -0
  1604. package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.types.js +1 -0
  1605. package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.css +170 -0
  1606. package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.js +422 -0
  1607. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.js +5 -0
  1608. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.js +9 -0
  1609. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.js +5 -0
  1610. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.js +5 -0
  1611. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.js +5 -0
  1612. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.js +6 -0
  1613. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.css +278 -0
  1614. package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.js +867 -0
  1615. package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.css +9 -0
  1616. package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.js +129 -0
  1617. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.css +417 -0
  1618. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +466 -0
  1619. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.types.js +10 -0
  1620. package/dist/collection/components/_navigation/navigation-tablist-panel/tablist-panel.js +64 -0
  1621. package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.js +5 -0
  1622. package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.js +5 -0
  1623. package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.css +502 -0
  1624. package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.js +356 -0
  1625. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +579 -0
  1626. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.js +397 -0
  1627. package/dist/collection/components/_notification/notification-alert/notification-alert-heading-level.enum.js +9 -0
  1628. package/dist/collection/components/_notification/notification-alert/notification-alert-size.enum.js +6 -0
  1629. package/dist/collection/components/_notification/notification-alert/notification-alert-variation.enum.js +7 -0
  1630. package/dist/collection/components/_notification/notification-alert/notification-alert.css +446 -0
  1631. package/dist/collection/components/_notification/notification-alert/notification-alert.js +325 -0
  1632. package/dist/collection/components/_notification/notification-error-page/illustrations/illustrations.js +39 -0
  1633. package/dist/collection/components/_notification/notification-error-page/illustrations/types.js +2 -0
  1634. package/dist/collection/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.js +10 -0
  1635. package/dist/collection/components/_notification/notification-error-page/notification-error-page.css +388 -0
  1636. package/dist/collection/components/_notification/notification-error-page/notification-error-page.js +239 -0
  1637. package/dist/collection/components/_progress/progress-circle/progress-circle-role.enum.js +5 -0
  1638. package/dist/collection/components/_progress/progress-circle/progress-circle.css +515 -0
  1639. package/dist/collection/components/_progress/progress-circle/progress-circle.js +423 -0
  1640. package/dist/collection/components/_progress/progress-indicator/progress-indicator-role.enum.js +5 -0
  1641. package/dist/collection/components/_progress/progress-indicator/progress-indicator-variation.enum.js +5 -0
  1642. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +574 -0
  1643. package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +510 -0
  1644. package/dist/collection/components/_progress/progress-list/progress-list-heading-level.enum.js +9 -0
  1645. package/dist/collection/components/_progress/progress-list/progress-list-status.enum.js +6 -0
  1646. package/dist/collection/components/_progress/progress-list/progress-list-type.enum.js +5 -0
  1647. package/dist/collection/components/_progress/progress-list/progress-list-variation.enum.js +6 -0
  1648. package/dist/collection/components/_progress/progress-list/progress-list.css +38 -0
  1649. package/dist/collection/components/_progress/progress-list/progress-list.js +415 -0
  1650. package/dist/collection/components/_progress/progress-list-item/progress-list-item-heading-level.enum.js +9 -0
  1651. package/dist/collection/components/_progress/progress-list-item/progress-list-item-status.enum.js +6 -0
  1652. package/dist/collection/components/_progress/progress-list-item/progress-list-item-type.enum.js +5 -0
  1653. package/dist/collection/components/_progress/progress-list-item/progress-list-item-variation.enum.js +6 -0
  1654. package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +503 -0
  1655. package/dist/collection/components/_progress/progress-list-item/progress-list-item.js +465 -0
  1656. package/dist/collection/components/_progress/progressbar/progressbar-role.enum.js +5 -0
  1657. package/dist/collection/components/_progress/progressbar/progressbar-variation.enum.js +5 -0
  1658. package/dist/collection/components/_progress/progressbar/progressbar.css +441 -0
  1659. package/dist/collection/components/_progress/progressbar/progressbar.js +303 -0
  1660. package/dist/collection/components/_quote/quote/quote-image-inner-position.enum.js +6 -0
  1661. package/dist/collection/components/_quote/quote/quote-image-position.enum.js +7 -0
  1662. package/dist/collection/components/_quote/quote/quote-type.enum.js +5 -0
  1663. package/dist/collection/components/_quote/quote/quote-variation.enum.js +7 -0
  1664. package/dist/collection/components/_quote/quote/quote.css +480 -0
  1665. package/dist/collection/components/_quote/quote/quote.js +329 -0
  1666. package/dist/collection/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.js +9 -0
  1667. package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.css +26 -0
  1668. package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.js +86 -0
  1669. package/dist/collection/components/_quote/quote-single/quote-single-variation.enum.js +6 -0
  1670. package/dist/collection/components/_quote/quote-single/quote.css +324 -0
  1671. package/dist/collection/components/_quote/quote-single/quote.js +141 -0
  1672. package/dist/collection/components/_table/table/table-size.enum.js +5 -0
  1673. package/dist/collection/components/_table/table/table-variation.enum.js +6 -0
  1674. package/dist/collection/components/_table/table/table.css +91 -0
  1675. package/dist/collection/components/_table/table/table.js +125 -0
  1676. package/dist/collection/components/_tag/tag/tag-size.enum.js +6 -0
  1677. package/dist/collection/components/_tag/tag/tag.css +12 -0
  1678. package/dist/collection/components/_tag/tag/tag.js +163 -0
  1679. package/dist/collection/components/_tag/tag-media/tag-media-icon.enum.js +9 -0
  1680. package/dist/collection/components/_tag/tag-media/tag-media.css +54 -0
  1681. package/dist/collection/components/_tag/tag-media/tag-media.js +108 -0
  1682. package/dist/collection/components/_tools/tools-feedback/tools-feedback-heading-level.enum.js +9 -0
  1683. package/dist/collection/components/_tools/tools-feedback/tools-feedback-type.enum.js +5 -0
  1684. package/dist/collection/components/_tools/tools-feedback/tools-feedback-variation.enum.js +5 -0
  1685. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +417 -0
  1686. package/dist/collection/components/_tools/tools-feedback/tools-feedback.js +378 -0
  1687. package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.js +9 -0
  1688. package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.js +5 -0
  1689. package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.css +325 -0
  1690. package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.js +255 -0
  1691. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.js +9 -0
  1692. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.js +6 -0
  1693. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.js +6 -0
  1694. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.css +428 -0
  1695. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.js +721 -0
  1696. package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.css +535 -0
  1697. package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.js +518 -0
  1698. package/dist/collection/components/_typography/typography/typography-variation.enum.js +5 -0
  1699. package/dist/collection/components/_typography/typography/typography.css +794 -0
  1700. package/dist/collection/components/_typography/typography/typography.js +90 -0
  1701. package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.js +9 -0
  1702. package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.js +5 -0
  1703. package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.css +300 -0
  1704. package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.js +156 -0
  1705. package/dist/collection/components/_typography/typography-meta/typography-meta-variation.enum.js +5 -0
  1706. package/dist/collection/components/_typography/typography-meta/typography-meta.css +34 -0
  1707. package/dist/collection/components/_typography/typography-meta/typography-meta.js +67 -0
  1708. package/dist/collection/components/_typography/typography-preamble/typography-preamble.css +14 -0
  1709. package/dist/collection/components/_typography/typography-preamble/typography-preamble.js +22 -0
  1710. package/dist/collection/components/_typography/typography-time/typography-time-variation.enum.js +6 -0
  1711. package/dist/collection/components/_typography/typography-time/typography-time.js +160 -0
  1712. package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.js +7 -0
  1713. package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.css +303 -0
  1714. package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.js +141 -0
  1715. package/dist/collection/components/_util/util-detect-click-outside/util-detect-click-outside.js +117 -0
  1716. package/dist/collection/components/_util/util-detect-focus-outside/util-detect-focus-outside.js +118 -0
  1717. package/dist/collection/components/_util/util-intersection-observer/util-intersection-observer.js +176 -0
  1718. package/dist/collection/components/_util/util-keydown-handler/util-keydown-handler.js +356 -0
  1719. package/dist/collection/components/_util/util-keyup-handler/util-keyup-handler.js +356 -0
  1720. package/dist/collection/components/_util/util-mutation-observer/util-mutation-observer.js +141 -0
  1721. package/dist/collection/components/_util/util-resize-observer/util-resize-observer.css +3 -0
  1722. package/dist/collection/components/_util/util-resize-observer/util-resize-observer.js +72 -0
  1723. package/dist/collection/design-tokens/.gitkeep +0 -0
  1724. package/dist/collection/design-tokens/components/_badge-notification.variables.scss +13 -0
  1725. package/dist/collection/design-tokens/components/_badge-status.variables.scss +42 -0
  1726. package/dist/collection/design-tokens/components/_button.variables.scss +206 -0
  1727. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
  1728. package/dist/collection/design-tokens/components/_calendar-week-view.variables.scss +83 -0
  1729. package/dist/collection/design-tokens/components/_calendar.variables.scss +93 -0
  1730. package/dist/collection/design-tokens/components/_chart-line.variables.scss +5 -0
  1731. package/dist/collection/design-tokens/components/_code-block.variables.scss +11 -0
  1732. package/dist/collection/design-tokens/components/_code-example.variables.scss +11 -0
  1733. package/dist/collection/design-tokens/components/_code.variables.scss +7 -0
  1734. package/dist/collection/design-tokens/components/_dialog.variables.scss +69 -0
  1735. package/dist/collection/design-tokens/components/_expandable-accordion.variables.scss +28 -0
  1736. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
  1737. package/dist/collection/design-tokens/components/_footer-card.variables.scss +11 -0
  1738. package/dist/collection/design-tokens/components/_footer.variables.scss +25 -0
  1739. package/dist/collection/design-tokens/components/_form-category-filter.variables.scss +7 -0
  1740. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +47 -0
  1741. package/dist/collection/design-tokens/components/_form-error-list.variables.scss +14 -0
  1742. package/dist/collection/design-tokens/components/_form-fieldset.variables.scss +20 -0
  1743. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +111 -0
  1744. package/dist/collection/design-tokens/components/_form-filter.variables.scss +64 -0
  1745. package/dist/collection/design-tokens/components/_form-input-search.variables.scss +7 -0
  1746. package/dist/collection/design-tokens/components/_form-input.variables.scss +42 -0
  1747. package/dist/collection/design-tokens/components/_form-radiobutton.variables.scss +45 -0
  1748. package/dist/collection/design-tokens/components/_form-radiogroup.variables.scss +5 -0
  1749. package/dist/collection/design-tokens/components/_form-receipt.variables.scss +30 -0
  1750. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +178 -0
  1751. package/dist/collection/design-tokens/components/_form-select.variables.scss +73 -0
  1752. package/dist/collection/design-tokens/components/_form-textarea.variables.scss +43 -0
  1753. package/dist/collection/design-tokens/components/_form-validation-message.variables.scss +11 -0
  1754. package/dist/collection/design-tokens/components/_header-avatar.variables.scss +15 -0
  1755. package/dist/collection/design-tokens/components/_header-navigation.variables.scss +11 -0
  1756. package/dist/collection/design-tokens/components/_header-notification.variables.scss +15 -0
  1757. package/dist/collection/design-tokens/components/_header.variables.scss +17 -0
  1758. package/dist/collection/design-tokens/components/_icon-chart.variables.scss +5 -0
  1759. package/dist/collection/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
  1760. package/dist/collection/design-tokens/components/_icon-move.variables.scss +5 -0
  1761. package/dist/collection/design-tokens/components/_icon-share-chain.variables.scss +5 -0
  1762. package/dist/collection/design-tokens/components/_icon-table-column.variables.scss +5 -0
  1763. package/dist/collection/design-tokens/components/_icon-table-row.variables.scss +5 -0
  1764. package/dist/collection/design-tokens/components/_icon-table.variables.scss +5 -0
  1765. package/dist/collection/design-tokens/components/_icon.variables.scss +11 -0
  1766. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +35 -0
  1767. package/dist/collection/design-tokens/components/_info-card.variables.scss +28 -0
  1768. package/dist/collection/design-tokens/components/_layout-block.variables.scss +15 -0
  1769. package/dist/collection/design-tokens/components/_layout-columns.variables.scss +13 -0
  1770. package/dist/collection/design-tokens/components/_layout-container.variables.scss +15 -0
  1771. package/dist/collection/design-tokens/components/_layout-media-object.variables.scss +11 -0
  1772. package/dist/collection/design-tokens/components/_link-button.variables.scss +77 -0
  1773. package/dist/collection/design-tokens/components/_link-external.variables.scss +34 -0
  1774. package/dist/collection/design-tokens/components/_link-internal.variables.scss +34 -0
  1775. package/dist/collection/design-tokens/components/_link.variables.scss +36 -0
  1776. package/dist/collection/design-tokens/components/_list.variables.scss +9 -0
  1777. package/dist/collection/design-tokens/components/_loader-skeleton.variables.scss +32 -0
  1778. package/dist/collection/design-tokens/components/_loader-spinner.variables.scss +18 -0
  1779. package/dist/collection/design-tokens/components/_logo.variables.scss +68 -0
  1780. package/dist/collection/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
  1781. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
  1782. package/dist/collection/design-tokens/components/_navigation-pagination.variables.scss +56 -0
  1783. package/dist/collection/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
  1784. package/dist/collection/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
  1785. package/dist/collection/design-tokens/components/_navigation-tablist.variables.scss +28 -0
  1786. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
  1787. package/dist/collection/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
  1788. package/dist/collection/design-tokens/components/_notification-alert.variables.scss +57 -0
  1789. package/dist/collection/design-tokens/components/_notification-error-page.variables.scss +18 -0
  1790. package/dist/collection/design-tokens/components/_progress-circle.variables.scss +43 -0
  1791. package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +84 -0
  1792. package/dist/collection/design-tokens/components/_progress-list-item.variables.scss +27 -0
  1793. package/dist/collection/design-tokens/components/_progress-list.variables.scss +21 -0
  1794. package/dist/collection/design-tokens/components/_progressbar.variables.scss +55 -0
  1795. package/dist/collection/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
  1796. package/dist/collection/design-tokens/components/_quote-single.variables.scss +14 -0
  1797. package/dist/collection/design-tokens/components/_quote.variables.scss +12 -0
  1798. package/dist/collection/design-tokens/components/_table.variables.scss +42 -0
  1799. package/dist/collection/design-tokens/components/_tag-media.variables.scss +27 -0
  1800. package/dist/collection/design-tokens/components/_tag.variables.scss +9 -0
  1801. package/dist/collection/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
  1802. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +17 -0
  1803. package/dist/collection/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
  1804. package/dist/collection/design-tokens/components/_typography-meta.variables.scss +16 -0
  1805. package/dist/collection/design-tokens/components/_typography.variables.scss +41 -0
  1806. package/dist/collection/design-tokens/components/bar-chart.variables.scss +4 -0
  1807. package/dist/collection/design-tokens/components/card.variables.scss +23 -0
  1808. package/dist/collection/design-tokens/components/header-navigation-item.variables.scss +18 -0
  1809. package/dist/collection/design-tokens/css/variables.css +1721 -0
  1810. package/dist/collection/design-tokens/scss/variables.scss +1718 -0
  1811. package/dist/collection/design-tokens/styleguide/web.json +35248 -0
  1812. package/dist/collection/design-tokens/styleguide/web.scss +1718 -0
  1813. package/dist/collection/enums.js +138 -0
  1814. package/dist/collection/fonts/package.json +5 -0
  1815. package/dist/collection/fonts/project.json +13 -0
  1816. package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff +0 -0
  1817. package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
  1818. package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff +0 -0
  1819. package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
  1820. package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff +0 -0
  1821. package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
  1822. package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
  1823. package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
  1824. package/dist/collection/fonts/src/fonts.css +44 -0
  1825. package/dist/collection/fonts/src/fonts.scss +46 -0
  1826. package/dist/collection/global/icon/icon.js +257 -0
  1827. package/dist/collection/global/icon/types.js +2 -0
  1828. package/dist/collection/global/utils/detectClickOutside/detectClickOutside.util.js +4 -0
  1829. package/dist/collection/global/utils/detectClickOutside/index.js +1 -0
  1830. package/dist/collection/global/utils/detectClosest/detectClosest.util.js +3 -0
  1831. package/dist/collection/global/utils/detectClosest/index.js +1 -0
  1832. package/dist/collection/global/utils/detectFocusOutside/detectFocusOutside.util.js +4 -0
  1833. package/dist/collection/global/utils/detectFocusOutside/index.js +1 -0
  1834. package/dist/collection/global/utils/keyboardHandler/index.js +2 -0
  1835. package/dist/collection/global/utils/keyboardHandler/keyCode.enum.js +16 -0
  1836. package/dist/collection/global/utils/keyboardHandler/keyboardHandler.util.js +47 -0
  1837. package/dist/collection/global/utils/logger/LoggerSource.enum.js +5 -0
  1838. package/dist/collection/global/utils/logger/LoggerType.enum.js +7 -0
  1839. package/dist/collection/global/utils/logger/index.js +3 -0
  1840. package/dist/collection/global/utils/logger/logger.util.js +37 -0
  1841. package/dist/collection/global/utils/randomIdGenerator/index.js +1 -0
  1842. package/dist/collection/global/utils/randomIdGenerator/randomIdGenerator.util.js +7 -0
  1843. package/dist/collection/index.js +2 -0
  1844. package/dist/collection/interfaces.js +8 -0
  1845. package/dist/collection/styles/package.json +5 -0
  1846. package/dist/collection/styles/project.json +12 -0
  1847. package/dist/collection/styles/src/_reset.scss +191 -0
  1848. package/dist/collection/styles/src/digi-styles.scss +2 -0
  1849. package/dist/collection/styles/src/digi-styles.utilities.scss +5 -0
  1850. package/dist/collection/styles/src/functions/_forwards.scss +1 -0
  1851. package/dist/collection/styles/src/functions/_rem.scss +10 -0
  1852. package/dist/collection/styles/src/mixins/_a11y--sr-only.scss +13 -0
  1853. package/dist/collection/styles/src/mixins/_base--reset.scss +195 -0
  1854. package/dist/collection/styles/src/mixins/_focus.scss +11 -0
  1855. package/dist/collection/styles/src/mixins/_forwards.scss +4 -0
  1856. package/dist/collection/styles/src/mixins/_util.scss +256 -0
  1857. package/dist/collection/text/index.js +1 -0
  1858. package/dist/collection/text/locale/sv/text.js +89 -0
  1859. package/dist/digi-arbetsformedlingen/design-tokens/.gitkeep +0 -0
  1860. package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-notification.variables.scss +13 -0
  1861. package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +42 -0
  1862. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +206 -0
  1863. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
  1864. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-week-view.variables.scss +83 -0
  1865. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +93 -0
  1866. package/dist/digi-arbetsformedlingen/design-tokens/components/_chart-line.variables.scss +5 -0
  1867. package/dist/digi-arbetsformedlingen/design-tokens/components/_code-block.variables.scss +11 -0
  1868. package/dist/digi-arbetsformedlingen/design-tokens/components/_code-example.variables.scss +11 -0
  1869. package/dist/digi-arbetsformedlingen/design-tokens/components/_code.variables.scss +7 -0
  1870. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +69 -0
  1871. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-accordion.variables.scss +28 -0
  1872. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
  1873. package/dist/digi-arbetsformedlingen/design-tokens/components/_footer-card.variables.scss +11 -0
  1874. package/dist/digi-arbetsformedlingen/design-tokens/components/_footer.variables.scss +25 -0
  1875. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-category-filter.variables.scss +7 -0
  1876. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +47 -0
  1877. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-error-list.variables.scss +14 -0
  1878. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-fieldset.variables.scss +20 -0
  1879. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +111 -0
  1880. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +64 -0
  1881. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input-search.variables.scss +7 -0
  1882. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input.variables.scss +42 -0
  1883. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiobutton.variables.scss +45 -0
  1884. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiogroup.variables.scss +5 -0
  1885. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-receipt.variables.scss +30 -0
  1886. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +178 -0
  1887. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +73 -0
  1888. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-textarea.variables.scss +43 -0
  1889. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-validation-message.variables.scss +11 -0
  1890. package/dist/digi-arbetsformedlingen/design-tokens/components/_header-avatar.variables.scss +15 -0
  1891. package/dist/digi-arbetsformedlingen/design-tokens/components/_header-navigation.variables.scss +11 -0
  1892. package/dist/digi-arbetsformedlingen/design-tokens/components/_header-notification.variables.scss +15 -0
  1893. package/dist/digi-arbetsformedlingen/design-tokens/components/_header.variables.scss +17 -0
  1894. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-chart.variables.scss +5 -0
  1895. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
  1896. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-move.variables.scss +5 -0
  1897. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-share-chain.variables.scss +5 -0
  1898. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-column.variables.scss +5 -0
  1899. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-row.variables.scss +5 -0
  1900. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table.variables.scss +5 -0
  1901. package/dist/digi-arbetsformedlingen/design-tokens/components/_icon.variables.scss +11 -0
  1902. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +35 -0
  1903. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +28 -0
  1904. package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-block.variables.scss +15 -0
  1905. package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-columns.variables.scss +13 -0
  1906. package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-container.variables.scss +15 -0
  1907. package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-media-object.variables.scss +11 -0
  1908. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +77 -0
  1909. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-external.variables.scss +34 -0
  1910. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-internal.variables.scss +34 -0
  1911. package/dist/digi-arbetsformedlingen/design-tokens/components/_link.variables.scss +36 -0
  1912. package/dist/digi-arbetsformedlingen/design-tokens/components/_list.variables.scss +9 -0
  1913. package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-skeleton.variables.scss +32 -0
  1914. package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-spinner.variables.scss +18 -0
  1915. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +68 -0
  1916. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
  1917. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
  1918. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-pagination.variables.scss +56 -0
  1919. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
  1920. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
  1921. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-tablist.variables.scss +28 -0
  1922. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
  1923. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
  1924. package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-alert.variables.scss +57 -0
  1925. package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-error-page.variables.scss +18 -0
  1926. package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-circle.variables.scss +43 -0
  1927. package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +84 -0
  1928. package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list-item.variables.scss +27 -0
  1929. package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list.variables.scss +21 -0
  1930. package/dist/digi-arbetsformedlingen/design-tokens/components/_progressbar.variables.scss +55 -0
  1931. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
  1932. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-single.variables.scss +14 -0
  1933. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +12 -0
  1934. package/dist/digi-arbetsformedlingen/design-tokens/components/_table.variables.scss +42 -0
  1935. package/dist/digi-arbetsformedlingen/design-tokens/components/_tag-media.variables.scss +27 -0
  1936. package/dist/digi-arbetsformedlingen/design-tokens/components/_tag.variables.scss +9 -0
  1937. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
  1938. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +17 -0
  1939. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
  1940. package/dist/digi-arbetsformedlingen/design-tokens/components/_typography-meta.variables.scss +16 -0
  1941. package/dist/digi-arbetsformedlingen/design-tokens/components/_typography.variables.scss +41 -0
  1942. package/dist/digi-arbetsformedlingen/design-tokens/components/bar-chart.variables.scss +4 -0
  1943. package/dist/digi-arbetsformedlingen/design-tokens/components/card.variables.scss +23 -0
  1944. package/dist/digi-arbetsformedlingen/design-tokens/components/header-navigation-item.variables.scss +18 -0
  1945. package/dist/digi-arbetsformedlingen/design-tokens/css/variables.css +1721 -0
  1946. package/dist/digi-arbetsformedlingen/design-tokens/scss/variables.scss +1718 -0
  1947. package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.json +35248 -0
  1948. package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.scss +1718 -0
  1949. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +2 -0
  1950. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -0
  1951. package/dist/digi-arbetsformedlingen/fonts/package.json +5 -0
  1952. package/dist/digi-arbetsformedlingen/fonts/project.json +13 -0
  1953. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff +0 -0
  1954. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
  1955. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff +0 -0
  1956. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
  1957. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff +0 -0
  1958. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
  1959. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
  1960. package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
  1961. package/dist/digi-arbetsformedlingen/fonts/src/fonts.css +44 -0
  1962. package/dist/digi-arbetsformedlingen/fonts/src/fonts.scss +46 -0
  1963. package/dist/digi-arbetsformedlingen/index.esm.js +1 -0
  1964. package/dist/digi-arbetsformedlingen/p-0027bdee.entry.js +1 -0
  1965. package/dist/digi-arbetsformedlingen/p-00d6ab21.js +1 -0
  1966. package/dist/digi-arbetsformedlingen/p-014cdae1.entry.js +1 -0
  1967. package/dist/digi-arbetsformedlingen/p-041da6a8.entry.js +1 -0
  1968. package/dist/digi-arbetsformedlingen/p-058d1027.entry.js +1 -0
  1969. package/dist/digi-arbetsformedlingen/p-059d72cb.entry.js +1 -0
  1970. package/dist/digi-arbetsformedlingen/p-06612234.entry.js +1 -0
  1971. package/dist/digi-arbetsformedlingen/p-06906d4f.entry.js +1 -0
  1972. package/dist/digi-arbetsformedlingen/p-06cf14d1.entry.js +1 -0
  1973. package/dist/digi-arbetsformedlingen/p-06f939ab.js +1 -0
  1974. package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
  1975. package/dist/digi-arbetsformedlingen/p-0747ab93.entry.js +1 -0
  1976. package/dist/digi-arbetsformedlingen/p-07ae5043.entry.js +1 -0
  1977. package/dist/digi-arbetsformedlingen/p-0961b00e.entry.js +1 -0
  1978. package/dist/digi-arbetsformedlingen/p-0b24ea57.entry.js +1 -0
  1979. package/dist/digi-arbetsformedlingen/p-0c689a69.entry.js +1 -0
  1980. package/dist/digi-arbetsformedlingen/p-0e250b24.entry.js +1 -0
  1981. package/dist/digi-arbetsformedlingen/p-0eac1bee.js +1 -0
  1982. package/dist/digi-arbetsformedlingen/p-0f3fbb1e.js +1 -0
  1983. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
  1984. package/dist/digi-arbetsformedlingen/p-0fe47e7e.entry.js +1 -0
  1985. package/dist/digi-arbetsformedlingen/p-10c98abf.entry.js +1 -0
  1986. package/dist/digi-arbetsformedlingen/p-12155fa9.entry.js +1 -0
  1987. package/dist/digi-arbetsformedlingen/p-121fd0f2.entry.js +1 -0
  1988. package/dist/digi-arbetsformedlingen/p-14ef3a2b.entry.js +1 -0
  1989. package/dist/digi-arbetsformedlingen/p-1516b8fb.entry.js +1 -0
  1990. package/dist/digi-arbetsformedlingen/p-163b5be5.entry.js +1 -0
  1991. package/dist/digi-arbetsformedlingen/p-164ca51f.entry.js +1 -0
  1992. package/dist/digi-arbetsformedlingen/p-16a3e46b.entry.js +1 -0
  1993. package/dist/digi-arbetsformedlingen/p-16a6538a.entry.js +1 -0
  1994. package/dist/digi-arbetsformedlingen/p-16f04ebd.entry.js +1 -0
  1995. package/dist/digi-arbetsformedlingen/p-176ff0a5.entry.js +1 -0
  1996. package/dist/digi-arbetsformedlingen/p-17d6e5e2.entry.js +1 -0
  1997. package/dist/digi-arbetsformedlingen/p-181f5884.entry.js +1 -0
  1998. package/dist/digi-arbetsformedlingen/p-18dbe97f.entry.js +1 -0
  1999. package/dist/digi-arbetsformedlingen/p-18e822ea.entry.js +1 -0
  2000. package/dist/digi-arbetsformedlingen/p-19264ca2.entry.js +1 -0
  2001. package/dist/digi-arbetsformedlingen/p-1a20dd60.entry.js +1 -0
  2002. package/dist/digi-arbetsformedlingen/p-1c9f40d3.entry.js +1 -0
  2003. package/dist/digi-arbetsformedlingen/p-1d825386.entry.js +1 -0
  2004. package/dist/digi-arbetsformedlingen/p-1e71b93b.entry.js +1 -0
  2005. package/dist/digi-arbetsformedlingen/p-1ea13e3a.entry.js +1 -0
  2006. package/dist/digi-arbetsformedlingen/p-1f1d7d1b.entry.js +1 -0
  2007. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
  2008. package/dist/digi-arbetsformedlingen/p-1f68d501.js +1 -0
  2009. package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
  2010. package/dist/digi-arbetsformedlingen/p-1fe19842.entry.js +1 -0
  2011. package/dist/digi-arbetsformedlingen/p-1ff3397f.entry.js +1 -0
  2012. package/dist/digi-arbetsformedlingen/p-210dca34.entry.js +1 -0
  2013. package/dist/digi-arbetsformedlingen/p-21718068.entry.js +1 -0
  2014. package/dist/digi-arbetsformedlingen/p-21d3ad3e.entry.js +1 -0
  2015. package/dist/digi-arbetsformedlingen/p-21eb286a.entry.js +1 -0
  2016. package/dist/digi-arbetsformedlingen/p-23083872.entry.js +1 -0
  2017. package/dist/digi-arbetsformedlingen/p-240a0fd6.entry.js +1 -0
  2018. package/dist/digi-arbetsformedlingen/p-24e9cd4a.entry.js +1 -0
  2019. package/dist/digi-arbetsformedlingen/p-26582082.entry.js +1 -0
  2020. package/dist/digi-arbetsformedlingen/p-26795b0d.entry.js +1 -0
  2021. package/dist/digi-arbetsformedlingen/p-27a933f2.entry.js +1 -0
  2022. package/dist/digi-arbetsformedlingen/p-27f0c1ee.entry.js +1 -0
  2023. package/dist/digi-arbetsformedlingen/p-29029457.entry.js +1 -0
  2024. package/dist/digi-arbetsformedlingen/p-290d1746.js +1 -0
  2025. package/dist/digi-arbetsformedlingen/p-2a82ead7.entry.js +1 -0
  2026. package/dist/digi-arbetsformedlingen/p-2a952b45.entry.js +1 -0
  2027. package/dist/digi-arbetsformedlingen/p-2af2b7bd.entry.js +1 -0
  2028. package/dist/digi-arbetsformedlingen/p-2af9b440.js +1 -0
  2029. package/dist/digi-arbetsformedlingen/p-2b614ecc.entry.js +1 -0
  2030. package/dist/digi-arbetsformedlingen/p-2c29c2d4.entry.js +1 -0
  2031. package/dist/digi-arbetsformedlingen/p-2c9c4b42.entry.js +1 -0
  2032. package/dist/digi-arbetsformedlingen/p-31209f5b.entry.js +1 -0
  2033. package/dist/digi-arbetsformedlingen/p-318dde2f.entry.js +1 -0
  2034. package/dist/digi-arbetsformedlingen/p-33cd79f9.entry.js +1 -0
  2035. package/dist/digi-arbetsformedlingen/p-3404097d.entry.js +1 -0
  2036. package/dist/digi-arbetsformedlingen/p-35a9474f.entry.js +1 -0
  2037. package/dist/digi-arbetsformedlingen/p-35cf4444.entry.js +1 -0
  2038. package/dist/digi-arbetsformedlingen/p-36d3ee99.entry.js +1 -0
  2039. package/dist/digi-arbetsformedlingen/p-39439f7c.entry.js +1 -0
  2040. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
  2041. package/dist/digi-arbetsformedlingen/p-3b3f0655.entry.js +1 -0
  2042. package/dist/digi-arbetsformedlingen/p-3b8babee.entry.js +1 -0
  2043. package/dist/digi-arbetsformedlingen/p-3c6e1cbc.entry.js +1 -0
  2044. package/dist/digi-arbetsformedlingen/p-3fecb869.entry.js +1 -0
  2045. package/dist/digi-arbetsformedlingen/p-40657c82.js +1 -0
  2046. package/dist/digi-arbetsformedlingen/p-4267ca8f.entry.js +1 -0
  2047. package/dist/digi-arbetsformedlingen/p-42aa440f.js +1 -0
  2048. package/dist/digi-arbetsformedlingen/p-42ae2acf.entry.js +1 -0
  2049. package/dist/digi-arbetsformedlingen/p-430607cb.js +1 -0
  2050. package/dist/digi-arbetsformedlingen/p-484a1d6d.js +1 -0
  2051. package/dist/digi-arbetsformedlingen/p-486092da.entry.js +1 -0
  2052. package/dist/digi-arbetsformedlingen/p-4867a665.entry.js +1 -0
  2053. package/dist/digi-arbetsformedlingen/p-486e9de8.entry.js +1 -0
  2054. package/dist/digi-arbetsformedlingen/p-4a9697a8.js +1 -0
  2055. package/dist/digi-arbetsformedlingen/p-4b3c3a13.entry.js +1 -0
  2056. package/dist/digi-arbetsformedlingen/p-4b49313e.entry.js +1 -0
  2057. package/dist/digi-arbetsformedlingen/p-4c03d770.entry.js +1 -0
  2058. package/dist/digi-arbetsformedlingen/p-4c6b9991.entry.js +1 -0
  2059. package/dist/digi-arbetsformedlingen/p-4ce9b4ce.entry.js +1 -0
  2060. package/dist/digi-arbetsformedlingen/p-4dc35d6b.entry.js +1 -0
  2061. package/dist/digi-arbetsformedlingen/p-4df96e4c.entry.js +1 -0
  2062. package/dist/digi-arbetsformedlingen/p-4e6f5896.entry.js +1 -0
  2063. package/dist/digi-arbetsformedlingen/p-4e9b1820.entry.js +1 -0
  2064. package/dist/digi-arbetsformedlingen/p-4ef42d4d.entry.js +1 -0
  2065. package/dist/digi-arbetsformedlingen/p-517dd6a0.js +1 -0
  2066. package/dist/digi-arbetsformedlingen/p-51a68e64.entry.js +1 -0
  2067. package/dist/digi-arbetsformedlingen/p-53959d1f.entry.js +1 -0
  2068. package/dist/digi-arbetsformedlingen/p-55c6db25.entry.js +1 -0
  2069. package/dist/digi-arbetsformedlingen/p-581f1a70.entry.js +1 -0
  2070. package/dist/digi-arbetsformedlingen/p-58b8ea5a.entry.js +1 -0
  2071. package/dist/digi-arbetsformedlingen/p-59022952.entry.js +1 -0
  2072. package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
  2073. package/dist/digi-arbetsformedlingen/p-5ba35f2b.entry.js +1 -0
  2074. package/dist/digi-arbetsformedlingen/p-5ba6737a.js +1 -0
  2075. package/dist/digi-arbetsformedlingen/p-5be66175.entry.js +1 -0
  2076. package/dist/digi-arbetsformedlingen/p-5c68ee0e.entry.js +1 -0
  2077. package/dist/digi-arbetsformedlingen/p-5c710bcb.entry.js +1 -0
  2078. package/dist/digi-arbetsformedlingen/p-5d21a361.js +1 -0
  2079. package/dist/digi-arbetsformedlingen/p-5dfbcb6d.entry.js +1 -0
  2080. package/dist/digi-arbetsformedlingen/p-5e9e93f5.entry.js +1 -0
  2081. package/dist/digi-arbetsformedlingen/p-5effe466.entry.js +1 -0
  2082. package/dist/digi-arbetsformedlingen/p-5fee8837.entry.js +1 -0
  2083. package/dist/digi-arbetsformedlingen/p-608e1928.entry.js +1 -0
  2084. package/dist/digi-arbetsformedlingen/p-60cf8634.entry.js +1 -0
  2085. package/dist/digi-arbetsformedlingen/p-612805a2.entry.js +1 -0
  2086. package/dist/digi-arbetsformedlingen/p-613a935c.entry.js +1 -0
  2087. package/dist/digi-arbetsformedlingen/p-62812f62.entry.js +1 -0
  2088. package/dist/digi-arbetsformedlingen/p-62c7beb4.js +1 -0
  2089. package/dist/digi-arbetsformedlingen/p-63136a87.entry.js +1 -0
  2090. package/dist/digi-arbetsformedlingen/p-63fde127.entry.js +1 -0
  2091. package/dist/digi-arbetsformedlingen/p-65e3874d.entry.js +1 -0
  2092. package/dist/digi-arbetsformedlingen/p-67a69bb7.entry.js +1 -0
  2093. package/dist/digi-arbetsformedlingen/p-68c8def2.entry.js +1 -0
  2094. package/dist/digi-arbetsformedlingen/p-6a28f896.entry.js +1 -0
  2095. package/dist/digi-arbetsformedlingen/p-6aaa3467.entry.js +1 -0
  2096. package/dist/digi-arbetsformedlingen/p-6b927e38.entry.js +1 -0
  2097. package/dist/digi-arbetsformedlingen/p-6bd27542.entry.js +1 -0
  2098. package/dist/digi-arbetsformedlingen/p-6c068f76.entry.js +1 -0
  2099. package/dist/digi-arbetsformedlingen/p-6e383896.js +1 -0
  2100. package/dist/digi-arbetsformedlingen/p-6ff164fd.entry.js +1 -0
  2101. package/dist/digi-arbetsformedlingen/p-70739466.entry.js +1 -0
  2102. package/dist/digi-arbetsformedlingen/p-717306ef.js +1 -0
  2103. package/dist/digi-arbetsformedlingen/p-71c0989c.entry.js +1 -0
  2104. package/dist/digi-arbetsformedlingen/p-745d66a1.entry.js +1 -0
  2105. package/dist/digi-arbetsformedlingen/p-759ab96d.entry.js +1 -0
  2106. package/dist/digi-arbetsformedlingen/p-775e50cf.entry.js +1 -0
  2107. package/dist/digi-arbetsformedlingen/p-77a93845.js +1 -0
  2108. package/dist/digi-arbetsformedlingen/p-7830e192.entry.js +1 -0
  2109. package/dist/digi-arbetsformedlingen/p-7975d958.entry.js +1 -0
  2110. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
  2111. package/dist/digi-arbetsformedlingen/p-7c3f04a0.entry.js +1 -0
  2112. package/dist/digi-arbetsformedlingen/p-7ce58482.entry.js +1 -0
  2113. package/dist/digi-arbetsformedlingen/p-7d37ed3a.entry.js +1 -0
  2114. package/dist/digi-arbetsformedlingen/p-7dd19783.entry.js +1 -0
  2115. package/dist/digi-arbetsformedlingen/p-7e32c40b.js +1 -0
  2116. package/dist/digi-arbetsformedlingen/p-7e3e94f2.entry.js +1 -0
  2117. package/dist/digi-arbetsformedlingen/p-7e5ad05a.js +1 -0
  2118. package/dist/digi-arbetsformedlingen/p-7ed8dc9d.entry.js +1 -0
  2119. package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
  2120. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
  2121. package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
  2122. package/dist/digi-arbetsformedlingen/p-838b6bcf.entry.js +1 -0
  2123. package/dist/digi-arbetsformedlingen/p-83c812ba.entry.js +1 -0
  2124. package/dist/digi-arbetsformedlingen/p-8410cb10.entry.js +1 -0
  2125. package/dist/digi-arbetsformedlingen/p-84c79dba.entry.js +1 -0
  2126. package/dist/digi-arbetsformedlingen/p-85914c7f.js +1 -0
  2127. package/dist/digi-arbetsformedlingen/p-877876f2.entry.js +1 -0
  2128. package/dist/digi-arbetsformedlingen/p-879cdd10.entry.js +1 -0
  2129. package/dist/digi-arbetsformedlingen/p-87c1f5c7.entry.js +1 -0
  2130. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
  2131. package/dist/digi-arbetsformedlingen/p-896efc6e.entry.js +1 -0
  2132. package/dist/digi-arbetsformedlingen/p-8a018b31.entry.js +1 -0
  2133. package/dist/digi-arbetsformedlingen/p-8be436aa.entry.js +1 -0
  2134. package/dist/digi-arbetsformedlingen/p-8cd2b348.entry.js +1 -0
  2135. package/dist/digi-arbetsformedlingen/p-8cd2d6dd.js +1 -0
  2136. package/dist/digi-arbetsformedlingen/p-8d1c7f27.entry.js +1 -0
  2137. package/dist/digi-arbetsformedlingen/p-8e28cca1.js +1 -0
  2138. package/dist/digi-arbetsformedlingen/p-8e32a6b6.entry.js +1 -0
  2139. package/dist/digi-arbetsformedlingen/p-8f9e4c2c.entry.js +1 -0
  2140. package/dist/digi-arbetsformedlingen/p-8fa816d6.js +1 -0
  2141. package/dist/digi-arbetsformedlingen/p-8fd82e32.entry.js +1 -0
  2142. package/dist/digi-arbetsformedlingen/p-911e9465.entry.js +1 -0
  2143. package/dist/digi-arbetsformedlingen/p-91a13287.entry.js +1 -0
  2144. package/dist/digi-arbetsformedlingen/p-91d1344c.js +1 -0
  2145. package/dist/digi-arbetsformedlingen/p-91f1460b.js +1 -0
  2146. package/dist/digi-arbetsformedlingen/p-91f5625d.entry.js +1 -0
  2147. package/dist/digi-arbetsformedlingen/p-9306e6a9.entry.js +1 -0
  2148. package/dist/digi-arbetsformedlingen/p-93d5ad7f.entry.js +1 -0
  2149. package/dist/digi-arbetsformedlingen/p-95278d49.entry.js +1 -0
  2150. package/dist/digi-arbetsformedlingen/p-95aca1fa.entry.js +1 -0
  2151. package/dist/digi-arbetsformedlingen/p-95db5a30.js +1 -0
  2152. package/dist/digi-arbetsformedlingen/p-9a9f7124.entry.js +1 -0
  2153. package/dist/digi-arbetsformedlingen/p-9b74cbf2.entry.js +1 -0
  2154. package/dist/digi-arbetsformedlingen/p-9c311186.entry.js +1 -0
  2155. package/dist/digi-arbetsformedlingen/p-9c5a93d8.js +1 -0
  2156. package/dist/digi-arbetsformedlingen/p-9cae94f4.entry.js +1 -0
  2157. package/dist/digi-arbetsformedlingen/p-9d7fc1a4.entry.js +1 -0
  2158. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
  2159. package/dist/digi-arbetsformedlingen/p-9eb53072.entry.js +1 -0
  2160. package/dist/digi-arbetsformedlingen/p-a0362a23.entry.js +1 -0
  2161. package/dist/digi-arbetsformedlingen/p-a0a5b6fe.entry.js +1 -0
  2162. package/dist/digi-arbetsformedlingen/p-a29a52f3.entry.js +1 -0
  2163. package/dist/digi-arbetsformedlingen/p-a399093e.entry.js +1 -0
  2164. package/dist/digi-arbetsformedlingen/p-a39f86c9.js +1 -0
  2165. package/dist/digi-arbetsformedlingen/p-a48f6110.entry.js +1 -0
  2166. package/dist/digi-arbetsformedlingen/p-a4a001e1.js +1 -0
  2167. package/dist/digi-arbetsformedlingen/p-a6ca40fc.js +1 -0
  2168. package/dist/digi-arbetsformedlingen/p-a76fb329.entry.js +1 -0
  2169. package/dist/digi-arbetsformedlingen/p-ab23fceb.entry.js +1 -0
  2170. package/dist/digi-arbetsformedlingen/p-ab450552.entry.js +1 -0
  2171. package/dist/digi-arbetsformedlingen/p-acde0ae5.entry.js +1 -0
  2172. package/dist/digi-arbetsformedlingen/p-ad6ea742.entry.js +1 -0
  2173. package/dist/digi-arbetsformedlingen/p-ad9a707b.js +1 -0
  2174. package/dist/digi-arbetsformedlingen/p-ae87a6cb.entry.js +1 -0
  2175. package/dist/digi-arbetsformedlingen/p-b0e88537.js +1 -0
  2176. package/dist/digi-arbetsformedlingen/p-b190f91b.entry.js +1 -0
  2177. package/dist/digi-arbetsformedlingen/p-b1ad34d1.entry.js +1 -0
  2178. package/dist/digi-arbetsformedlingen/p-b270e8d0.entry.js +1 -0
  2179. package/dist/digi-arbetsformedlingen/p-b34f34a9.entry.js +1 -0
  2180. package/dist/digi-arbetsformedlingen/p-b4022c44.js +1 -0
  2181. package/dist/digi-arbetsformedlingen/p-b6057ecf.entry.js +1 -0
  2182. package/dist/digi-arbetsformedlingen/p-b70b266c.entry.js +1 -0
  2183. package/dist/digi-arbetsformedlingen/p-b89d63df.entry.js +1 -0
  2184. package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
  2185. package/dist/digi-arbetsformedlingen/p-bc5eee65.entry.js +1 -0
  2186. package/dist/digi-arbetsformedlingen/p-bce8a67c.entry.js +1 -0
  2187. package/dist/digi-arbetsformedlingen/p-bdd811bc.js +1 -0
  2188. package/dist/digi-arbetsformedlingen/p-bdfddce3.entry.js +1 -0
  2189. package/dist/digi-arbetsformedlingen/p-be911ea9.entry.js +1 -0
  2190. package/dist/digi-arbetsformedlingen/p-c028e7ce.entry.js +1 -0
  2191. package/dist/digi-arbetsformedlingen/p-c2cc52f3.entry.js +1 -0
  2192. package/dist/digi-arbetsformedlingen/p-c2ee26cb.js +1 -0
  2193. package/dist/digi-arbetsformedlingen/p-c358a422.entry.js +1 -0
  2194. package/dist/digi-arbetsformedlingen/p-c4445a09.entry.js +1 -0
  2195. package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
  2196. package/dist/digi-arbetsformedlingen/p-c7b076ab.entry.js +1 -0
  2197. package/dist/digi-arbetsformedlingen/p-c7bcb369.entry.js +1 -0
  2198. package/dist/digi-arbetsformedlingen/p-c803a314.entry.js +1 -0
  2199. package/dist/digi-arbetsformedlingen/p-c9cebe33.entry.js +1 -0
  2200. package/dist/digi-arbetsformedlingen/p-caf07185.entry.js +1 -0
  2201. package/dist/digi-arbetsformedlingen/p-cdcaf0eb.js +1 -0
  2202. package/dist/digi-arbetsformedlingen/p-cf3ce3c5.js +1 -0
  2203. package/dist/digi-arbetsformedlingen/p-d08e24ef.entry.js +1 -0
  2204. package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
  2205. package/dist/digi-arbetsformedlingen/p-d4eb5182.entry.js +1 -0
  2206. package/dist/digi-arbetsformedlingen/p-d51fb2f3.entry.js +1 -0
  2207. package/dist/digi-arbetsformedlingen/p-d6c9651a.entry.js +1 -0
  2208. package/dist/digi-arbetsformedlingen/p-d74742b8.js +1 -0
  2209. package/dist/digi-arbetsformedlingen/p-d7f8bd8a.entry.js +1 -0
  2210. package/dist/digi-arbetsformedlingen/p-d7fe7184.entry.js +1 -0
  2211. package/dist/digi-arbetsformedlingen/p-d8b31a6c.entry.js +1 -0
  2212. package/dist/digi-arbetsformedlingen/p-d8def1e7.entry.js +1 -0
  2213. package/dist/digi-arbetsformedlingen/p-d91f2dfb.entry.js +1 -0
  2214. package/dist/digi-arbetsformedlingen/p-da8a4ea6.entry.js +1 -0
  2215. package/dist/digi-arbetsformedlingen/p-dbdcda64.entry.js +1 -0
  2216. package/dist/digi-arbetsformedlingen/p-dc3ef0cc.entry.js +1 -0
  2217. package/dist/digi-arbetsformedlingen/p-dcb25fc2.entry.js +1 -0
  2218. package/dist/digi-arbetsformedlingen/p-dcdffb3c.js +1 -0
  2219. package/dist/digi-arbetsformedlingen/p-dd19b69d.entry.js +1 -0
  2220. package/dist/digi-arbetsformedlingen/p-dd36b4df.entry.js +1 -0
  2221. package/dist/digi-arbetsformedlingen/p-de4c4238.entry.js +1 -0
  2222. package/dist/digi-arbetsformedlingen/p-debb55cd.entry.js +1 -0
  2223. package/dist/digi-arbetsformedlingen/p-ded9f8e3.entry.js +1 -0
  2224. package/dist/digi-arbetsformedlingen/p-dee2396a.entry.js +1 -0
  2225. package/dist/digi-arbetsformedlingen/p-df64aa40.entry.js +1 -0
  2226. package/dist/digi-arbetsformedlingen/p-e0a14032.entry.js +1 -0
  2227. package/dist/digi-arbetsformedlingen/p-e1255160.js +1 -0
  2228. package/dist/digi-arbetsformedlingen/p-e157e1d7.entry.js +1 -0
  2229. package/dist/digi-arbetsformedlingen/p-e1e773a1.entry.js +1 -0
  2230. package/dist/digi-arbetsformedlingen/p-e20cd7a1.entry.js +1 -0
  2231. package/dist/digi-arbetsformedlingen/p-e30b1b5d.entry.js +1 -0
  2232. package/dist/digi-arbetsformedlingen/p-e31d2831.entry.js +1 -0
  2233. package/dist/digi-arbetsformedlingen/p-e35cae7b.js +2 -0
  2234. package/dist/digi-arbetsformedlingen/p-e38b77b4.entry.js +1 -0
  2235. package/dist/digi-arbetsformedlingen/p-e3d2e899.js +1 -0
  2236. package/dist/digi-arbetsformedlingen/p-e3ef2da7.entry.js +1 -0
  2237. package/dist/digi-arbetsformedlingen/p-e413232a.entry.js +1 -0
  2238. package/dist/digi-arbetsformedlingen/p-e4a9f8f0.js +1 -0
  2239. package/dist/digi-arbetsformedlingen/p-e51a11ec.entry.js +1 -0
  2240. package/dist/digi-arbetsformedlingen/p-e5600031.entry.js +1 -0
  2241. package/dist/digi-arbetsformedlingen/p-e79f0918.entry.js +1 -0
  2242. package/dist/digi-arbetsformedlingen/p-e7b41257.entry.js +1 -0
  2243. package/dist/digi-arbetsformedlingen/p-e7fe33f1.entry.js +1 -0
  2244. package/dist/digi-arbetsformedlingen/p-e9e7e0e4.entry.js +1 -0
  2245. package/dist/digi-arbetsformedlingen/p-ecef7e7a.entry.js +1 -0
  2246. package/dist/digi-arbetsformedlingen/p-ed2e5841.entry.js +1 -0
  2247. package/dist/digi-arbetsformedlingen/p-ed7e3985.entry.js +1 -0
  2248. package/dist/digi-arbetsformedlingen/p-ee33960b.js +1 -0
  2249. package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
  2250. package/dist/digi-arbetsformedlingen/p-ee9589e6.js +1 -0
  2251. package/dist/digi-arbetsformedlingen/p-f08d6b86.entry.js +1 -0
  2252. package/dist/digi-arbetsformedlingen/p-f22abb8a.entry.js +1 -0
  2253. package/dist/digi-arbetsformedlingen/p-f25f9ca8.js +9 -0
  2254. package/dist/digi-arbetsformedlingen/p-f2a6768b.js +1 -0
  2255. package/dist/digi-arbetsformedlingen/p-f39b42fe.entry.js +1 -0
  2256. package/dist/digi-arbetsformedlingen/p-f3d741fc.entry.js +1 -0
  2257. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
  2258. package/dist/digi-arbetsformedlingen/p-f4248a7e.js +1 -0
  2259. package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
  2260. package/dist/digi-arbetsformedlingen/p-f4bcda35.entry.js +1 -0
  2261. package/dist/digi-arbetsformedlingen/p-f600576a.js +1 -0
  2262. package/dist/digi-arbetsformedlingen/p-f73aeb82.entry.js +1 -0
  2263. package/dist/digi-arbetsformedlingen/p-f84e2c7d.entry.js +1 -0
  2264. package/dist/digi-arbetsformedlingen/p-f8e68405.entry.js +1 -0
  2265. package/dist/digi-arbetsformedlingen/p-f92f2ef6.entry.js +1 -0
  2266. package/dist/digi-arbetsformedlingen/p-f9f12a74.entry.js +1 -0
  2267. package/dist/digi-arbetsformedlingen/p-fa00fe1d.entry.js +1 -0
  2268. package/dist/digi-arbetsformedlingen/p-fb14c7c9.entry.js +1 -0
  2269. package/dist/digi-arbetsformedlingen/p-fb2fc8f8.entry.js +1 -0
  2270. package/dist/digi-arbetsformedlingen/p-fc04eda1.entry.js +1 -0
  2271. package/dist/digi-arbetsformedlingen/p-fc183d72.entry.js +1 -0
  2272. package/dist/digi-arbetsformedlingen/p-fc3332a3.entry.js +1 -0
  2273. package/dist/digi-arbetsformedlingen/p-fd5964d2.entry.js +1 -0
  2274. package/dist/digi-arbetsformedlingen/p-fdd6d003.entry.js +1 -0
  2275. package/dist/digi-arbetsformedlingen/p-fe64ac0a.entry.js +1 -0
  2276. package/dist/digi-arbetsformedlingen/p-ff309ff5.entry.js +1 -0
  2277. package/dist/digi-arbetsformedlingen/p-ff8efa1b.entry.js +1 -0
  2278. package/dist/digi-arbetsformedlingen/p-ffe5c0e8.js +1 -0
  2279. package/dist/digi-arbetsformedlingen/styles/package.json +5 -0
  2280. package/dist/digi-arbetsformedlingen/styles/project.json +12 -0
  2281. package/dist/digi-arbetsformedlingen/styles/src/_reset.scss +191 -0
  2282. package/dist/digi-arbetsformedlingen/styles/src/digi-styles.scss +2 -0
  2283. package/dist/digi-arbetsformedlingen/styles/src/digi-styles.utilities.scss +5 -0
  2284. package/dist/digi-arbetsformedlingen/styles/src/functions/_forwards.scss +1 -0
  2285. package/dist/digi-arbetsformedlingen/styles/src/functions/_rem.scss +10 -0
  2286. package/dist/digi-arbetsformedlingen/styles/src/mixins/_a11y--sr-only.scss +13 -0
  2287. package/dist/digi-arbetsformedlingen/styles/src/mixins/_base--reset.scss +195 -0
  2288. package/dist/digi-arbetsformedlingen/styles/src/mixins/_focus.scss +11 -0
  2289. package/dist/digi-arbetsformedlingen/styles/src/mixins/_forwards.scss +4 -0
  2290. package/dist/digi-arbetsformedlingen/styles/src/mixins/_util.scss +256 -0
  2291. package/dist/esm/app-globals-0f993ce5.js +3 -0
  2292. package/dist/esm/badge-notification-shape.enum-e15a6245.js +8 -0
  2293. package/dist/esm/badge-status-variation.enum-8d6370ff.js +23 -0
  2294. package/dist/esm/bar-chart-variation.enum-97c0b47f.js +7 -0
  2295. package/dist/esm/button-size.enum-2dcd673f.js +8 -0
  2296. package/dist/esm/button-type.enum-5250ae0b.js +8 -0
  2297. package/dist/esm/button-variation.enum-94fffdd6.js +9 -0
  2298. package/dist/esm/calendar-week-view-heading-level.enum-6774297c.js +11 -0
  2299. package/dist/esm/card-footer-border.enum-eed26243.js +19 -0
  2300. package/dist/esm/code-example-variation.enum-e9f9fced.js +27 -0
  2301. package/dist/esm/code-variation.enum-1eee7c7a.js +19 -0
  2302. package/dist/esm/detectClickOutside.util-72594957.js +7 -0
  2303. package/dist/esm/detectClosest.util-58a7504f.js +5 -0
  2304. package/dist/esm/detectFocusOutside.util-a8676bee.js +7 -0
  2305. package/dist/esm/digi-arbetsformedlingen.js +20 -0
  2306. package/dist/esm/digi-badge-notification.entry.js +59 -0
  2307. package/dist/esm/digi-badge-status.entry.js +28 -0
  2308. package/dist/esm/digi-bar-chart.entry.js +1480 -0
  2309. package/dist/esm/digi-button.entry.js +126 -0
  2310. package/dist/esm/digi-calendar-datepicker.entry.js +2473 -0
  2311. package/dist/esm/digi-calendar-week-view.entry.js +2272 -0
  2312. package/dist/esm/digi-calendar_2.entry.js +469 -0
  2313. package/dist/esm/digi-card.entry.js +36 -0
  2314. package/dist/esm/digi-chart-line.entry.js +2307 -0
  2315. package/dist/esm/digi-code-block_3.entry.js +223 -0
  2316. package/dist/esm/digi-code-example.entry.js +162 -0
  2317. package/dist/esm/digi-code.entry.js +41 -0
  2318. package/dist/esm/digi-context-menu.entry.js +128 -0
  2319. package/dist/esm/digi-dialog.entry.js +298 -0
  2320. package/dist/esm/digi-expandable-accordion.entry.js +152 -0
  2321. package/dist/esm/digi-expandable-faq-item.entry.js +91 -0
  2322. package/dist/esm/digi-expandable-faq.entry.js +60 -0
  2323. package/dist/esm/digi-footer-card.entry.js +25 -0
  2324. package/dist/esm/digi-footer.entry.js +78 -0
  2325. package/dist/esm/digi-form-category-filter.entry.js +117 -0
  2326. package/dist/esm/digi-form-checkbox.entry.js +124 -0
  2327. package/dist/esm/digi-form-error-list.entry.js +143 -0
  2328. package/dist/esm/digi-form-file-upload_13.entry.js +927 -0
  2329. package/dist/esm/digi-form-filter.entry.js +244 -0
  2330. package/dist/esm/digi-form-input-search.entry.js +140 -0
  2331. package/dist/esm/digi-form-input.entry.js +153 -0
  2332. package/dist/esm/digi-form-radiogroup.entry.js +58 -0
  2333. package/dist/esm/digi-form-receipt.entry.js +117 -0
  2334. package/dist/esm/digi-form-select-filter.entry.js +572 -0
  2335. package/dist/esm/digi-form-select_2.entry.js +171 -0
  2336. package/dist/esm/digi-form-textarea.entry.js +129 -0
  2337. package/dist/esm/digi-header-avatar.entry.js +110 -0
  2338. package/dist/esm/digi-header-navigation-item.entry.js +23 -0
  2339. package/dist/esm/digi-header-navigation.entry.js +226 -0
  2340. package/dist/esm/digi-header-notification.entry.js +19 -0
  2341. package/dist/esm/digi-header.entry.js +99 -0
  2342. package/dist/esm/digi-icon-accessibility-deaf.entry.js +26 -0
  2343. package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -0
  2344. package/dist/esm/digi-icon-apple.entry.js +26 -0
  2345. package/dist/esm/digi-icon-archive-outline.entry.js +26 -0
  2346. package/dist/esm/digi-icon-archive.entry.js +26 -0
  2347. package/dist/esm/digi-icon-arrow-back.entry.js +26 -0
  2348. package/dist/esm/digi-icon-arrow-down.entry.js +26 -0
  2349. package/dist/esm/digi-icon-arrow-left.entry.js +26 -0
  2350. package/dist/esm/digi-icon-arrow-right.entry.js +26 -0
  2351. package/dist/esm/digi-icon-arrow-sign-in.entry.js +26 -0
  2352. package/dist/esm/digi-icon-arrow-sign-out.entry.js +26 -0
  2353. package/dist/esm/digi-icon-arrow-up.entry.js +26 -0
  2354. package/dist/esm/digi-icon-at.entry.js +26 -0
  2355. package/dist/esm/digi-icon-bars.entry.js +26 -0
  2356. package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
  2357. package/dist/esm/digi-icon-bell.entry.js +26 -0
  2358. package/dist/esm/digi-icon-book.entry.js +26 -0
  2359. package/dist/esm/digi-icon-bookmark-outline.entry.js +26 -0
  2360. package/dist/esm/digi-icon-bookmark-solid.entry.js +26 -0
  2361. package/dist/esm/digi-icon-bubble-ellipsis.entry.js +26 -0
  2362. package/dist/esm/digi-icon-bubble.entry.js +26 -0
  2363. package/dist/esm/digi-icon-building-outline.entry.js +26 -0
  2364. package/dist/esm/digi-icon-building-solid.entry.js +26 -0
  2365. package/dist/esm/digi-icon-bullseye.entry.js +26 -0
  2366. package/dist/esm/digi-icon-calculator-solid.entry.js +26 -0
  2367. package/dist/esm/digi-icon-calendar-alt-alert.entry.js +26 -0
  2368. package/dist/esm/digi-icon-calendar.entry.js +26 -0
  2369. package/dist/esm/digi-icon-caret-circle-right.entry.js +26 -0
  2370. package/dist/esm/digi-icon-caret-down_2.entry.js +48 -0
  2371. package/dist/esm/digi-icon-caret-left.entry.js +26 -0
  2372. package/dist/esm/digi-icon-caret-right.entry.js +26 -0
  2373. package/dist/esm/digi-icon-chart_2.entry.js +48 -0
  2374. package/dist/esm/digi-icon-chat.entry.js +26 -0
  2375. package/dist/esm/digi-icon-check-circle-reg-alt.entry.js +26 -0
  2376. package/dist/esm/digi-icon-check-circle-solid.entry.js +26 -0
  2377. package/dist/esm/digi-icon-check.entry.js +26 -0
  2378. package/dist/esm/digi-icon-checklist.entry.js +26 -0
  2379. package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
  2380. package/dist/esm/digi-icon-chevron-left.entry.js +26 -0
  2381. package/dist/esm/digi-icon-chevron-right.entry.js +26 -0
  2382. package/dist/esm/digi-icon-chevron-up.entry.js +26 -0
  2383. package/dist/esm/digi-icon-clock.entry.js +26 -0
  2384. package/dist/esm/digi-icon-communication-play-solid.entry.js +26 -0
  2385. package/dist/esm/digi-icon-compress-alt.entry.js +26 -0
  2386. package/dist/esm/digi-icon-comunication-case.entry.js +26 -0
  2387. package/dist/esm/digi-icon-comunication-flag.entry.js +26 -0
  2388. package/dist/esm/digi-icon-comunication-graduate.entry.js +26 -0
  2389. package/dist/esm/digi-icon-comunication-play.entry.js +26 -0
  2390. package/dist/esm/digi-icon-cooperation.entry.js +26 -0
  2391. package/dist/esm/digi-icon-copy.entry.js +26 -0
  2392. package/dist/esm/digi-icon-danger-outline.entry.js +26 -0
  2393. package/dist/esm/digi-icon-download.entry.js +26 -0
  2394. package/dist/esm/digi-icon-dxa.entry.js +26 -0
  2395. package/dist/esm/digi-icon-edit.entry.js +26 -0
  2396. package/dist/esm/digi-icon-ellipsis.entry.js +26 -0
  2397. package/dist/esm/digi-icon-envelope-filled.entry.js +26 -0
  2398. package/dist/esm/digi-icon-envelope.entry.js +26 -0
  2399. package/dist/esm/digi-icon-exclamation-circle-filled.entry.js +26 -0
  2400. package/dist/esm/digi-icon-exclamation-triangle-filled.entry.js +26 -0
  2401. package/dist/esm/digi-icon-exclamation-triangle-warning.entry.js +27 -0
  2402. package/dist/esm/digi-icon-exclamation-triangle.entry.js +26 -0
  2403. package/dist/esm/digi-icon-expand-alt.entry.js +26 -0
  2404. package/dist/esm/digi-icon-external-link-alt_2.entry.js +58 -0
  2405. package/dist/esm/digi-icon-eye-slash.entry.js +26 -0
  2406. package/dist/esm/digi-icon-eye.entry.js +26 -0
  2407. package/dist/esm/digi-icon-facebook-square.entry.js +26 -0
  2408. package/dist/esm/digi-icon-file-document.entry.js +26 -0
  2409. package/dist/esm/digi-icon-file-excel.entry.js +26 -0
  2410. package/dist/esm/digi-icon-file-governing.entry.js +26 -0
  2411. package/dist/esm/digi-icon-file-pdf.entry.js +26 -0
  2412. package/dist/esm/digi-icon-file-powerpoint.entry.js +26 -0
  2413. package/dist/esm/digi-icon-file-word.entry.js +26 -0
  2414. package/dist/esm/digi-icon-film.entry.js +26 -0
  2415. package/dist/esm/digi-icon-filter.entry.js +26 -0
  2416. package/dist/esm/digi-icon-globe-filled.entry.js +26 -0
  2417. package/dist/esm/digi-icon-globe.entry.js +26 -0
  2418. package/dist/esm/digi-icon-headphones.entry.js +26 -0
  2419. package/dist/esm/digi-icon-heart-solid.entry.js +26 -0
  2420. package/dist/esm/digi-icon-heart.entry.js +26 -0
  2421. package/dist/esm/digi-icon-history.entry.js +26 -0
  2422. package/dist/esm/digi-icon-home.entry.js +26 -0
  2423. package/dist/esm/digi-icon-image.entry.js +26 -0
  2424. package/dist/esm/digi-icon-info-circle-solid.entry.js +26 -0
  2425. package/dist/esm/digi-icon-instagram.entry.js +26 -0
  2426. package/dist/esm/digi-icon-job-suggestion.entry.js +26 -0
  2427. package/dist/esm/digi-icon-language-outline_4.entry.js +332 -0
  2428. package/dist/esm/digi-icon-language.entry.js +26 -0
  2429. package/dist/esm/digi-icon-laptop-phone.entry.js +26 -0
  2430. package/dist/esm/digi-icon-lattlast.entry.js +26 -0
  2431. package/dist/esm/digi-icon-licence-bus.entry.js +26 -0
  2432. package/dist/esm/digi-icon-licence-car.entry.js +26 -0
  2433. package/dist/esm/digi-icon-licence-motorcycle.entry.js +26 -0
  2434. package/dist/esm/digi-icon-licence-truck.entry.js +26 -0
  2435. package/dist/esm/digi-icon-lightbulb.entry.js +26 -0
  2436. package/dist/esm/digi-icon-linkedin-in.entry.js +26 -0
  2437. package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
  2438. package/dist/esm/digi-icon-lock.entry.js +26 -0
  2439. package/dist/esm/digi-icon-marker-filled.entry.js +26 -0
  2440. package/dist/esm/digi-icon-marker.entry.js +26 -0
  2441. package/dist/esm/digi-icon-media-course.entry.js +26 -0
  2442. package/dist/esm/digi-icon-media-podcast.entry.js +26 -0
  2443. package/dist/esm/digi-icon-microphone-off.entry.js +26 -0
  2444. package/dist/esm/digi-icon-microphone.entry.js +26 -0
  2445. package/dist/esm/digi-icon-minus_2.entry.js +48 -0
  2446. package/dist/esm/digi-icon-move.entry.js +26 -0
  2447. package/dist/esm/digi-icon-notification-error_5.entry.js +112 -0
  2448. package/dist/esm/digi-icon-online-interview.entry.js +26 -0
  2449. package/dist/esm/digi-icon-online-meeting.entry.js +26 -0
  2450. package/dist/esm/digi-icon-online-task.entry.js +26 -0
  2451. package/dist/esm/digi-icon-open-source.entry.js +26 -0
  2452. package/dist/esm/digi-icon-palette.entry.js +26 -0
  2453. package/dist/esm/digi-icon-pen.entry.js +26 -0
  2454. package/dist/esm/digi-icon-phone-hangup.entry.js +26 -0
  2455. package/dist/esm/digi-icon-phone.entry.js +26 -0
  2456. package/dist/esm/digi-icon-print.entry.js +26 -0
  2457. package/dist/esm/digi-icon-read.entry.js +26 -0
  2458. package/dist/esm/digi-icon-redo.entry.js +26 -0
  2459. package/dist/esm/digi-icon-screensharing-off.entry.js +26 -0
  2460. package/dist/esm/digi-icon-screensharing.entry.js +26 -0
  2461. package/dist/esm/digi-icon-search.entry.js +26 -0
  2462. package/dist/esm/digi-icon-send-outline.entry.js +26 -0
  2463. package/dist/esm/digi-icon-send-solid.entry.js +26 -0
  2464. package/dist/esm/digi-icon-settings.entry.js +26 -0
  2465. package/dist/esm/digi-icon-share-alt.entry.js +26 -0
  2466. package/dist/esm/digi-icon-share-chain.entry.js +26 -0
  2467. package/dist/esm/digi-icon-sliders-h.entry.js +26 -0
  2468. package/dist/esm/digi-icon-sokkandidat.entry.js +26 -0
  2469. package/dist/esm/digi-icon-sort-down.entry.js +26 -0
  2470. package/dist/esm/digi-icon-sort-up.entry.js +26 -0
  2471. package/dist/esm/digi-icon-sort.entry.js +26 -0
  2472. package/dist/esm/digi-icon-star-reg.entry.js +26 -0
  2473. package/dist/esm/digi-icon-star.entry.js +26 -0
  2474. package/dist/esm/digi-icon-suitcase-outline.entry.js +26 -0
  2475. package/dist/esm/digi-icon-suitcase-solid.entry.js +26 -0
  2476. package/dist/esm/digi-icon-system-assistance.entry.js +26 -0
  2477. package/dist/esm/digi-icon-table-column.entry.js +26 -0
  2478. package/dist/esm/digi-icon-table-row.entry.js +26 -0
  2479. package/dist/esm/digi-icon-task-done.entry.js +26 -0
  2480. package/dist/esm/digi-icon-toggle-off.entry.js +26 -0
  2481. package/dist/esm/digi-icon-toggle-on.entry.js +26 -0
  2482. package/dist/esm/digi-icon-twitter.entry.js +26 -0
  2483. package/dist/esm/digi-icon-tyck-till.entry.js +26 -0
  2484. package/dist/esm/digi-icon-unlock.entry.js +26 -0
  2485. package/dist/esm/digi-icon-update.entry.js +26 -0
  2486. package/dist/esm/digi-icon-upload.entry.js +26 -0
  2487. package/dist/esm/digi-icon-user-alt.entry.js +26 -0
  2488. package/dist/esm/digi-icon-users-solid.entry.js +26 -0
  2489. package/dist/esm/digi-icon-videocamera-off.entry.js +26 -0
  2490. package/dist/esm/digi-icon-videocamera.entry.js +26 -0
  2491. package/dist/esm/digi-icon-web-tv.entry.js +26 -0
  2492. package/dist/esm/digi-icon-wifi-signal0.entry.js +26 -0
  2493. package/dist/esm/digi-icon-wifi-signal1.entry.js +26 -0
  2494. package/dist/esm/digi-icon-wifi-signal2.entry.js +26 -0
  2495. package/dist/esm/digi-icon-wifi-signal3.entry.js +26 -0
  2496. package/dist/esm/digi-icon-window.entry.js +26 -0
  2497. package/dist/esm/digi-icon-x-button.entry.js +26 -0
  2498. package/dist/esm/digi-icon-x.entry.js +26 -0
  2499. package/dist/esm/digi-icon-youtube.entry.js +26 -0
  2500. package/dist/esm/digi-icon.entry.js +448 -0
  2501. package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
  2502. package/dist/esm/digi-info-card-multi.entry.js +54 -0
  2503. package/dist/esm/digi-info-card.entry.js +75 -0
  2504. package/dist/esm/digi-layout-block.entry.js +43 -0
  2505. package/dist/esm/digi-layout-columns.entry.js +29 -0
  2506. package/dist/esm/digi-link-button.entry.js +65 -0
  2507. package/dist/esm/digi-link-internal.entry.js +36 -0
  2508. package/dist/esm/digi-link.entry.js +74 -0
  2509. package/dist/esm/digi-list.entry.js +63 -0
  2510. package/dist/esm/digi-loader-skeleton.entry.js +41 -0
  2511. package/dist/esm/digi-loader-spinner.entry.js +27 -0
  2512. package/dist/esm/digi-logo_2.entry.js +59 -0
  2513. package/dist/esm/digi-media-figure.entry.js +26 -0
  2514. package/dist/esm/digi-media-image_2.entry.js +162 -0
  2515. package/dist/esm/digi-navigation-breadcrumbs.entry.js +56 -0
  2516. package/dist/esm/digi-navigation-context-menu-item.entry.js +24 -0
  2517. package/dist/esm/digi-navigation-dropdown.entry.js +184 -0
  2518. package/dist/esm/digi-navigation-pagination.entry.js +212 -0
  2519. package/dist/esm/digi-navigation-sidebar.entry.js +295 -0
  2520. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
  2521. package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
  2522. package/dist/esm/digi-notification-alert.entry.js +116 -0
  2523. package/dist/esm/digi-notification-error-page.entry.js +394 -0
  2524. package/dist/esm/digi-progress-circle.entry.js +81 -0
  2525. package/dist/esm/digi-progress-indicator.entry.js +129 -0
  2526. package/dist/esm/digi-progress-list-item.entry.js +103 -0
  2527. package/dist/esm/digi-progress-list.entry.js +111 -0
  2528. package/dist/esm/digi-progressbar.entry.js +98 -0
  2529. package/dist/esm/digi-quote-multi-container.entry.js +19 -0
  2530. package/dist/esm/digi-quote-single.entry.js +29 -0
  2531. package/dist/esm/digi-quote.entry.js +100 -0
  2532. package/dist/esm/digi-table.entry.js +29 -0
  2533. package/dist/esm/digi-tablist-panel.entry.js +19 -0
  2534. package/dist/esm/digi-tablist.entry.js +223 -0
  2535. package/dist/esm/digi-tag-media.entry.js +43 -0
  2536. package/dist/esm/digi-tag.entry.js +36 -0
  2537. package/dist/esm/digi-tools-feedback-banner.entry.js +99 -0
  2538. package/dist/esm/digi-tools-feedback-rating.entry.js +179 -0
  2539. package/dist/esm/digi-tools-feedback.entry.js +131 -0
  2540. package/dist/esm/digi-tools-languagepicker.entry.js +123 -0
  2541. package/dist/esm/digi-typography-heading-jumbo.entry.js +30 -0
  2542. package/dist/esm/digi-typography-meta.entry.js +23 -0
  2543. package/dist/esm/digi-typography-preamble.entry.js +16 -0
  2544. package/dist/esm/digi-typography-time.entry.js +66 -0
  2545. package/dist/esm/digi-util-detect-click-outside.entry.js +32 -0
  2546. package/dist/esm/digi-util-detect-focus-outside.entry.js +32 -0
  2547. package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
  2548. package/dist/esm/digi-util-keyup-handler.entry.js +79 -0
  2549. package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
  2550. package/dist/esm/digi-util-resize-observer.entry.js +38 -0
  2551. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
  2552. package/dist/esm/expandable-faq-variation.enum-6934c367.js +18 -0
  2553. package/dist/esm/footer-card-variation.enum-cc732148.js +8 -0
  2554. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
  2555. package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
  2556. package/dist/esm/form-input-type.enum-3da3db27.js +25 -0
  2557. package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
  2558. package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
  2559. package/dist/esm/form-textarea-variation.enum-05017e8e.js +17 -0
  2560. package/dist/esm/index-2fce392f.js +865 -0
  2561. package/dist/esm/index-5b6c95c6.js +63 -0
  2562. package/dist/esm/index-8685f88d.js +170 -0
  2563. package/dist/esm/index-8e318bb2.js +3156 -0
  2564. package/dist/esm/index.js +68 -0
  2565. package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
  2566. package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
  2567. package/dist/esm/keyboardHandler.util-383c0054.js +65 -0
  2568. package/dist/esm/layout-block-container.enum-29d52ee9.js +8 -0
  2569. package/dist/esm/layout-block-variation.enum-b7a20db4.js +11 -0
  2570. package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
  2571. package/dist/esm/layout-media-object-alignment.enum-305b86b6.js +9 -0
  2572. package/dist/esm/linear-ef018ffb.js +3723 -0
  2573. package/dist/esm/link-button-variation.enum-b7f1d571.js +16 -0
  2574. package/dist/esm/link-external-variation.enum-d1f7f1cf.js +7 -0
  2575. package/dist/esm/link-internal-variation.enum-feaa9ebd.js +7 -0
  2576. package/dist/esm/link-variation.enum-3e259c8a.js +7 -0
  2577. package/dist/esm/list-type.enum-fbb331ad.js +8 -0
  2578. package/dist/esm/loader-skeleton-variation.enum-f9f867b4.js +11 -0
  2579. package/dist/esm/loader-spinner-size.enum-0b246fa0.js +8 -0
  2580. package/dist/esm/loader.js +11 -0
  2581. package/dist/esm/logger.util-ede3c48a.js +51 -0
  2582. package/dist/esm/logo-variation.enum-5b68b79f.js +13 -0
  2583. package/dist/esm/media-figure-alignment.enum-a1d36567.js +8 -0
  2584. package/dist/esm/navigation-context-menu-horizontal-position.enum-e5ed22c2.js +7 -0
  2585. package/dist/esm/navigation-context-menu-item-type.enum-d5434f5a.js +7 -0
  2586. package/dist/esm/navigation-sidebar-variation.enum-8fead764.js +42 -0
  2587. package/dist/esm/navigation-tablist.types-61def4f1.js +12 -0
  2588. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
  2589. package/dist/esm/prism-git-92a0d5cd.js +2431 -0
  2590. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
  2591. package/dist/esm/progress-list-item-variation.enum-384b9a3a.js +31 -0
  2592. package/dist/esm/progress-list-variation.enum-300bd89d.js +31 -0
  2593. package/dist/esm/progressbar-variation.enum-40adaab4.js +13 -0
  2594. package/dist/esm/quote-image-inner-position.enum-8e9b1e65.js +30 -0
  2595. package/dist/esm/quote-single-variation.enum-be92a9f7.js +8 -0
  2596. package/dist/esm/randomIdGenerator.util-56406f2e.js +9 -0
  2597. package/dist/esm/table-variation.enum-dd9366b6.js +14 -0
  2598. package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
  2599. package/dist/esm/tag-size.enum-1e1bcf94.js +8 -0
  2600. package/dist/esm/text-ee5498fa.js +91 -0
  2601. package/dist/esm/tools-feedback-banner-type.enum-74b4e580.js +17 -0
  2602. package/dist/esm/tools-feedback-rating-variation.enum-29058ff2.js +25 -0
  2603. package/dist/esm/tools-feedback-variation.enum-92d10df2.js +254 -0
  2604. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
  2605. package/dist/esm/typography-meta-variation.enum-1f7c2878.js +7 -0
  2606. package/dist/esm/typography-time-variation.enum-34c830ef.js +8 -0
  2607. package/dist/esm/typography-variation.enum-90aa6767.js +50 -0
  2608. package/dist/esm/util-breakpoint-observer-breakpoints.enum-6d004731.js +9 -0
  2609. package/dist/index.cjs.js +1 -0
  2610. package/dist/index.js +1 -0
  2611. package/dist/types/components/_badge/badge-notification/badge-notification-shape.enum.d.ts +5 -0
  2612. package/dist/types/components/_badge/badge-notification/badge-notification-type.enum.d.ts +4 -0
  2613. package/dist/types/components/_badge/badge-notification/badge-notification.d.ts +29 -0
  2614. package/dist/types/components/_badge/badge-status/badge-status-size.enum.d.ts +4 -0
  2615. package/dist/types/components/_badge/badge-status/badge-status-type.enum.d.ts +8 -0
  2616. package/dist/types/components/_badge/badge-status/badge-status-variation.enum.d.ts +4 -0
  2617. package/dist/types/components/_badge/badge-status/badge-status.d.ts +42 -0
  2618. package/dist/types/components/_button/button/button-size.enum.d.ts +5 -0
  2619. package/dist/types/components/_button/button/button-type.enum.d.ts +5 -0
  2620. package/dist/types/components/_button/button/button-variation.enum.d.ts +6 -0
  2621. package/dist/types/components/_button/button/button.d.ts +165 -0
  2622. package/dist/types/components/_calendar/calendar/calendar.d.ts +155 -0
  2623. package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.d.ts +6 -0
  2624. package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker.d.ts +147 -0
  2625. package/dist/types/components/_calendar/week-view/calendar-week-view-heading-level.enum.d.ts +8 -0
  2626. package/dist/types/components/_calendar/week-view/calendar-week-view.d.ts +67 -0
  2627. package/dist/types/components/_card/card/card-border-radius.enum.d.ts +4 -0
  2628. package/dist/types/components/_card/card/card-border.enum.d.ts +4 -0
  2629. package/dist/types/components/_card/card/card-footer-border.enum.d.ts +4 -0
  2630. package/dist/types/components/_card/card/card-shadow.enum.d.ts +4 -0
  2631. package/dist/types/components/_card/card/card.d.ts +37 -0
  2632. package/dist/types/components/_chart/bar-chart/bar-chart-variation.enum.d.ts +4 -0
  2633. package/dist/types/components/_chart/bar-chart/bar-chart.d.ts +118 -0
  2634. package/dist/types/components/_chart/chart-line/chart-line-data.interface.d.ts +23 -0
  2635. package/dist/types/components/_chart/chart-line/chart-line-series.interface.d.ts +5 -0
  2636. package/dist/types/components/_chart/chart-line/chart-line.d.ts +124 -0
  2637. package/dist/types/components/_code/code/code-language.enum.d.ts +10 -0
  2638. package/dist/types/components/_code/code/code-variation.enum.d.ts +4 -0
  2639. package/dist/types/components/_code/code/code.d.ts +42 -0
  2640. package/dist/types/components/_code/code-block/code-block-language.enum.d.ts +12 -0
  2641. package/dist/types/components/_code/code-block/code-block-variation.enum.d.ts +4 -0
  2642. package/dist/types/components/_code/code-block/code-block.d.ts +48 -0
  2643. package/dist/types/components/_code/code-example/code-example-language.enum.d.ts +12 -0
  2644. package/dist/types/components/_code/code-example/code-example-variation.enum.d.ts +4 -0
  2645. package/dist/types/components/_code/code-example/code-example.d.ts +85 -0
  2646. package/dist/types/components/_dialog/dialog/dialog-heading-level.enum.d.ts +8 -0
  2647. package/dist/types/components/_dialog/dialog/dialog-size.enum.d.ts +5 -0
  2648. package/dist/types/components/_dialog/dialog/dialog-variation.enum.d.ts +4 -0
  2649. package/dist/types/components/_dialog/dialog/dialog.d.ts +123 -0
  2650. package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.d.ts +8 -0
  2651. package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.d.ts +4 -0
  2652. package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.d.ts +4 -0
  2653. package/dist/types/components/_expandable/expandable-accordion/expandable-accordion.d.ts +69 -0
  2654. package/dist/types/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.d.ts +8 -0
  2655. package/dist/types/components/_expandable/expandable-faq/expandable-faq-variation.enum.d.ts +5 -0
  2656. package/dist/types/components/_expandable/expandable-faq/expandable-faq.d.ts +33 -0
  2657. package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.d.ts +8 -0
  2658. package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.d.ts +5 -0
  2659. package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item.d.ts +60 -0
  2660. package/dist/types/components/_footer/footer/footer-variation.enum.d.ts +4 -0
  2661. package/dist/types/components/_footer/footer/footer.d.ts +25 -0
  2662. package/dist/types/components/_footer/footer-card/footer-card-variation.enum.d.ts +5 -0
  2663. package/dist/types/components/_footer/footer-card/footer-card.d.ts +24 -0
  2664. package/dist/types/components/_form/form-category-filter/form-category-filter.d.ts +63 -0
  2665. package/dist/types/components/_form/form-category-filter/form-category-filter.interfaces.d.ts +5 -0
  2666. package/dist/types/components/_form/form-checkbox/form-checkbox-layout.enum.d.ts +4 -0
  2667. package/dist/types/components/_form/form-checkbox/form-checkbox-validation.enum.d.ts +4 -0
  2668. package/dist/types/components/_form/form-checkbox/form-checkbox-variation.enum.d.ts +4 -0
  2669. package/dist/types/components/_form/form-checkbox/form-checkbox.d.ts +177 -0
  2670. package/dist/types/components/_form/form-error-list/form-error-list-heading-level.enum.d.ts +8 -0
  2671. package/dist/types/components/_form/form-error-list/form-error-list.d.ts +69 -0
  2672. package/dist/types/components/_form/form-fieldset/form-fieldset.d.ts +27 -0
  2673. package/dist/types/components/_form/form-file-upload/form-file-upload-error-messages.type.d.ts +4 -0
  2674. package/dist/types/components/_form/form-file-upload/form-file-upload-heading-level.enum.d.ts +8 -0
  2675. package/dist/types/components/_form/form-file-upload/form-file-upload-validation.enum.d.ts +4 -0
  2676. package/dist/types/components/_form/form-file-upload/form-file-upload-variation.enum.d.ts +5 -0
  2677. package/dist/types/components/_form/form-file-upload/form-file-upload.d.ts +226 -0
  2678. package/dist/types/components/_form/form-filter/form-filter.d.ts +143 -0
  2679. package/dist/types/components/_form/form-filter/form-filter.types.d.ts +26 -0
  2680. package/dist/types/components/_form/form-input/form-input-button-variation.enum.d.ts +4 -0
  2681. package/dist/types/components/_form/form-input/form-input-mode.enum.d.ts +11 -0
  2682. package/dist/types/components/_form/form-input/form-input-type.enum.d.ts +16 -0
  2683. package/dist/types/components/_form/form-input/form-input-validation.enum.d.ts +6 -0
  2684. package/dist/types/components/_form/form-input/form-input-variation.enum.d.ts +5 -0
  2685. package/dist/types/components/_form/form-input/form-input.d.ts +254 -0
  2686. package/dist/types/components/_form/form-input-search/form-input-search-variation.enum.d.ts +5 -0
  2687. package/dist/types/components/_form/form-input-search/form-input-search.d.ts +204 -0
  2688. package/dist/types/components/_form/form-label/form-label.d.ts +56 -0
  2689. package/dist/types/components/_form/form-radiobutton/form-radiobutton-layout.enum.d.ts +4 -0
  2690. package/dist/types/components/_form/form-radiobutton/form-radiobutton-validation.enum.d.ts +3 -0
  2691. package/dist/types/components/_form/form-radiobutton/form-radiobutton-variation.enum.d.ts +4 -0
  2692. package/dist/types/components/_form/form-radiobutton/form-radiobutton.d.ts +149 -0
  2693. package/dist/types/components/_form/form-radiogroup/form-radiogroup.d.ts +39 -0
  2694. package/dist/types/components/_form/form-receipt/form-receipt-heading-level.enum.d.ts +8 -0
  2695. package/dist/types/components/_form/form-receipt/form-receipt-type.enum.d.ts +4 -0
  2696. package/dist/types/components/_form/form-receipt/form-receipt-variation.enum.d.ts +4 -0
  2697. package/dist/types/components/_form/form-receipt/form-receipt.d.ts +49 -0
  2698. package/dist/types/components/_form/form-select/form-select-validation.enum.d.ts +6 -0
  2699. package/dist/types/components/_form/form-select/form-select-variation.enum.d.ts +5 -0
  2700. package/dist/types/components/_form/form-select/form-select.d.ts +160 -0
  2701. package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +240 -0
  2702. package/dist/types/components/_form/form-select-filter/form-select-filter.interface.d.ts +7 -0
  2703. package/dist/types/components/_form/form-select-filter/form-select-validation.enum.d.ts +6 -0
  2704. package/dist/types/components/_form/form-textarea/form-textarea-validation.enum.d.ts +6 -0
  2705. package/dist/types/components/_form/form-textarea/form-textarea-variation.enum.d.ts +6 -0
  2706. package/dist/types/components/_form/form-textarea/form-textarea.d.ts +191 -0
  2707. package/dist/types/components/_form/form-validation-message/form-validation-message-variation.enum.d.ts +5 -0
  2708. package/dist/types/components/_form/form-validation-message/form-validation-message.d.ts +23 -0
  2709. package/dist/types/components/_header/header/header-center-content-width.enum.d.ts +5 -0
  2710. package/dist/types/components/_header/header/header.d.ts +39 -0
  2711. package/dist/types/components/_header/header-avatar/avatars/avatars.d.ts +15 -0
  2712. package/dist/types/components/_header/header-avatar/avatars/types.d.ts +1 -0
  2713. package/dist/types/components/_header/header-avatar/header-avatar.d.ts +74 -0
  2714. package/dist/types/components/_header/header-navigation/header-navigation.d.ts +104 -0
  2715. package/dist/types/components/_header/header-navigation-item/header-navigation-item.d.ts +17 -0
  2716. package/dist/types/components/_header/header-notification/header-notification.d.ts +13 -0
  2717. package/dist/types/components/_icon/icon/icon.d.ts +35 -0
  2718. package/dist/types/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.d.ts +24 -0
  2719. package/dist/types/components/_icon/icon-accessibility-universal/icon-accessibility-universal.d.ts +24 -0
  2720. package/dist/types/components/_icon/icon-apple/icon-apple.d.ts +24 -0
  2721. package/dist/types/components/_icon/icon-archive/icon-archive.d.ts +24 -0
  2722. package/dist/types/components/_icon/icon-archive-outline/icon-archive-outline.d.ts +24 -0
  2723. package/dist/types/components/_icon/icon-arrow-back/icon-arrow-back.d.ts +24 -0
  2724. package/dist/types/components/_icon/icon-arrow-down/icon-arrow-down.d.ts +24 -0
  2725. package/dist/types/components/_icon/icon-arrow-left/icon-arrow-left.d.ts +24 -0
  2726. package/dist/types/components/_icon/icon-arrow-right/icon-arrow-right.d.ts +24 -0
  2727. package/dist/types/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.d.ts +24 -0
  2728. package/dist/types/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.d.ts +24 -0
  2729. package/dist/types/components/_icon/icon-arrow-up/icon-arrow-up.d.ts +24 -0
  2730. package/dist/types/components/_icon/icon-at/icon-at.d.ts +24 -0
  2731. package/dist/types/components/_icon/icon-bars/icon-bars.d.ts +24 -0
  2732. package/dist/types/components/_icon/icon-bell/icon-bell.d.ts +24 -0
  2733. package/dist/types/components/_icon/icon-bell-filled/icon-bell-filled.d.ts +24 -0
  2734. package/dist/types/components/_icon/icon-book/icon-book.d.ts +24 -0
  2735. package/dist/types/components/_icon/icon-bookmark-outline/icon-bookmark-outline.d.ts +24 -0
  2736. package/dist/types/components/_icon/icon-bookmark-solid/icon-bookmark-solid.d.ts +24 -0
  2737. package/dist/types/components/_icon/icon-bubble/icon-bubble.d.ts +24 -0
  2738. package/dist/types/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.d.ts +24 -0
  2739. package/dist/types/components/_icon/icon-building-outline/icon-building-outline.d.ts +24 -0
  2740. package/dist/types/components/_icon/icon-building-solid/icon-building-solid.d.ts +24 -0
  2741. package/dist/types/components/_icon/icon-bullseye/icon-bullseye.d.ts +24 -0
  2742. package/dist/types/components/_icon/icon-calculator-solid/icon-calculator-solid.d.ts +24 -0
  2743. package/dist/types/components/_icon/icon-calendar/icon-calendar.d.ts +24 -0
  2744. package/dist/types/components/_icon/icon-calendar-alt/icon-calendar-alt.d.ts +24 -0
  2745. package/dist/types/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.d.ts +24 -0
  2746. package/dist/types/components/_icon/icon-caret-circle-right/icon-caret-circle-right.d.ts +24 -0
  2747. package/dist/types/components/_icon/icon-caret-down/icon-caret-down.d.ts +24 -0
  2748. package/dist/types/components/_icon/icon-caret-left/icon-caret-left.d.ts +24 -0
  2749. package/dist/types/components/_icon/icon-caret-right/icon-caret-right.d.ts +24 -0
  2750. package/dist/types/components/_icon/icon-caret-up/icon-caret-up.d.ts +24 -0
  2751. package/dist/types/components/_icon/icon-chart/icon-chart.d.ts +24 -0
  2752. package/dist/types/components/_icon/icon-chat/icon-chat.d.ts +24 -0
  2753. package/dist/types/components/_icon/icon-check/icon-check.d.ts +24 -0
  2754. package/dist/types/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.d.ts +24 -0
  2755. package/dist/types/components/_icon/icon-check-circle-solid/icon-check-circle-solid.d.ts +24 -0
  2756. package/dist/types/components/_icon/icon-checklist/icon-checklist.d.ts +24 -0
  2757. package/dist/types/components/_icon/icon-chevron-down/icon-chevron-down.d.ts +24 -0
  2758. package/dist/types/components/_icon/icon-chevron-left/icon-chevron-left.d.ts +24 -0
  2759. package/dist/types/components/_icon/icon-chevron-right/icon-chevron-right.d.ts +24 -0
  2760. package/dist/types/components/_icon/icon-chevron-up/icon-chevron-up.d.ts +24 -0
  2761. package/dist/types/components/_icon/icon-clock/icon-clock.d.ts +24 -0
  2762. package/dist/types/components/_icon/icon-communication-play-solid/icon-communication-play-solid.d.ts +24 -0
  2763. package/dist/types/components/_icon/icon-compress-alt/icon-compress-alt.d.ts +24 -0
  2764. package/dist/types/components/_icon/icon-comunication-case/icon-comunication-case.d.ts +24 -0
  2765. package/dist/types/components/_icon/icon-comunication-flag/icon-comunication-flag.d.ts +24 -0
  2766. package/dist/types/components/_icon/icon-comunication-graduate/icon-comunication-graduate.d.ts +24 -0
  2767. package/dist/types/components/_icon/icon-comunication-play/icon-comunication-play.d.ts +24 -0
  2768. package/dist/types/components/_icon/icon-cooperation/icon-cooperation.d.ts +24 -0
  2769. package/dist/types/components/_icon/icon-copy/icon-copy.d.ts +24 -0
  2770. package/dist/types/components/_icon/icon-danger-outline/icon-danger-outline.d.ts +24 -0
  2771. package/dist/types/components/_icon/icon-download/icon-download.d.ts +24 -0
  2772. package/dist/types/components/_icon/icon-dxa/icon-dxa.d.ts +24 -0
  2773. package/dist/types/components/_icon/icon-edit/icon-edit.d.ts +24 -0
  2774. package/dist/types/components/_icon/icon-ellipsis/icon-ellipsis.d.ts +24 -0
  2775. package/dist/types/components/_icon/icon-envelope/icon-envelope.d.ts +24 -0
  2776. package/dist/types/components/_icon/icon-envelope-filled/icon-envelope-filled.d.ts +24 -0
  2777. package/dist/types/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.d.ts +24 -0
  2778. package/dist/types/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.d.ts +24 -0
  2779. package/dist/types/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.d.ts +24 -0
  2780. package/dist/types/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.d.ts +25 -0
  2781. package/dist/types/components/_icon/icon-expand-alt/icon-expand-alt.d.ts +24 -0
  2782. package/dist/types/components/_icon/icon-external-link-alt/icon-external-link-alt.d.ts +24 -0
  2783. package/dist/types/components/_icon/icon-eye/icon-eye.d.ts +24 -0
  2784. package/dist/types/components/_icon/icon-eye-slash/icon-eye-slash.d.ts +24 -0
  2785. package/dist/types/components/_icon/icon-facebook-square/icon-facebook-square.d.ts +24 -0
  2786. package/dist/types/components/_icon/icon-file-document/icon-file-document.d.ts +24 -0
  2787. package/dist/types/components/_icon/icon-file-excel/icon-file-excel.d.ts +24 -0
  2788. package/dist/types/components/_icon/icon-file-governing/icon-file-governing.d.ts +24 -0
  2789. package/dist/types/components/_icon/icon-file-pdf/icon-file-pdf.d.ts +24 -0
  2790. package/dist/types/components/_icon/icon-file-powerpoint/icon-file-powerpoint.d.ts +24 -0
  2791. package/dist/types/components/_icon/icon-file-word/icon-file-word.d.ts +24 -0
  2792. package/dist/types/components/_icon/icon-film/icon-film.d.ts +24 -0
  2793. package/dist/types/components/_icon/icon-filter/icon-filter.d.ts +24 -0
  2794. package/dist/types/components/_icon/icon-globe/icon-globe.d.ts +24 -0
  2795. package/dist/types/components/_icon/icon-globe-filled/icon-globe-filled.d.ts +24 -0
  2796. package/dist/types/components/_icon/icon-headphones/icon-headphones.d.ts +24 -0
  2797. package/dist/types/components/_icon/icon-heart/icon-heart.d.ts +24 -0
  2798. package/dist/types/components/_icon/icon-heart-solid/icon-heart-solid.d.ts +24 -0
  2799. package/dist/types/components/_icon/icon-history/icon-history.d.ts +24 -0
  2800. package/dist/types/components/_icon/icon-home/icon-home.d.ts +24 -0
  2801. package/dist/types/components/_icon/icon-image/icon-image.d.ts +24 -0
  2802. package/dist/types/components/_icon/icon-info-circle-solid/icon-info-circle-solid.d.ts +24 -0
  2803. package/dist/types/components/_icon/icon-input-select-marker/icon-input-select-marker.d.ts +24 -0
  2804. package/dist/types/components/_icon/icon-instagram/icon-instagram.d.ts +24 -0
  2805. package/dist/types/components/_icon/icon-job-suggestion/icon-job-suggestion.d.ts +24 -0
  2806. package/dist/types/components/_icon/icon-language/icon-language.d.ts +24 -0
  2807. package/dist/types/components/_icon/icon-language-outline/icon-language-outline.d.ts +24 -0
  2808. package/dist/types/components/_icon/icon-laptop-phone/icon-laptop-phone.d.ts +24 -0
  2809. package/dist/types/components/_icon/icon-lattlast/icon-lattlast.d.ts +24 -0
  2810. package/dist/types/components/_icon/icon-licence-bus/icon-licence-bus.d.ts +24 -0
  2811. package/dist/types/components/_icon/icon-licence-car/icon-licence-car.d.ts +24 -0
  2812. package/dist/types/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.d.ts +24 -0
  2813. package/dist/types/components/_icon/icon-licence-truck/icon-licence-truck.d.ts +24 -0
  2814. package/dist/types/components/_icon/icon-lightbulb/icon-lightbulb.d.ts +24 -0
  2815. package/dist/types/components/_icon/icon-linkedin-in/icon-linkedin-in.d.ts +24 -0
  2816. package/dist/types/components/_icon/icon-list-ul/icon-list-ul.d.ts +24 -0
  2817. package/dist/types/components/_icon/icon-lock/icon-lock.d.ts +24 -0
  2818. package/dist/types/components/_icon/icon-marker/icon-marker.d.ts +24 -0
  2819. package/dist/types/components/_icon/icon-marker-filled/icon-marker-filled.d.ts +24 -0
  2820. package/dist/types/components/_icon/icon-media-course/icon-media-course.d.ts +24 -0
  2821. package/dist/types/components/_icon/icon-media-podcast/icon-media-podcast.d.ts +24 -0
  2822. package/dist/types/components/_icon/icon-microphone/icon-microphone.d.ts +24 -0
  2823. package/dist/types/components/_icon/icon-microphone-off/icon-microphone-off.d.ts +24 -0
  2824. package/dist/types/components/_icon/icon-minus/icon-minus.d.ts +24 -0
  2825. package/dist/types/components/_icon/icon-move/icon-move.d.ts +24 -0
  2826. package/dist/types/components/_icon/icon-news/icon-news.d.ts +24 -0
  2827. package/dist/types/components/_icon/icon-notification-error/icon-notification-error.d.ts +24 -0
  2828. package/dist/types/components/_icon/icon-notification-info/icon-notification-info.d.ts +24 -0
  2829. package/dist/types/components/_icon/icon-notification-succes/icon-notification-succes.d.ts +24 -0
  2830. package/dist/types/components/_icon/icon-notification-warning/icon-notification-warning.d.ts +24 -0
  2831. package/dist/types/components/_icon/icon-online-computervideo/icon-online-computervideo.d.ts +24 -0
  2832. package/dist/types/components/_icon/icon-online-interview/icon-online-interview.d.ts +24 -0
  2833. package/dist/types/components/_icon/icon-online-meeting/icon-online-meeting.d.ts +24 -0
  2834. package/dist/types/components/_icon/icon-online-task/icon-online-task.d.ts +24 -0
  2835. package/dist/types/components/_icon/icon-online-video/icon-online-video.d.ts +24 -0
  2836. package/dist/types/components/_icon/icon-open-source/icon-open-source.d.ts +24 -0
  2837. package/dist/types/components/_icon/icon-palette/icon-palette.d.ts +24 -0
  2838. package/dist/types/components/_icon/icon-paperclip/icon-paperclip.d.ts +24 -0
  2839. package/dist/types/components/_icon/icon-pen/icon-pen.d.ts +24 -0
  2840. package/dist/types/components/_icon/icon-phone/icon-phone.d.ts +24 -0
  2841. package/dist/types/components/_icon/icon-phone-hangup/icon-phone-hangup.d.ts +24 -0
  2842. package/dist/types/components/_icon/icon-plus/icon-plus.d.ts +24 -0
  2843. package/dist/types/components/_icon/icon-pod/icon-pod.d.ts +24 -0
  2844. package/dist/types/components/_icon/icon-print/icon-print.d.ts +24 -0
  2845. package/dist/types/components/_icon/icon-read/icon-read.d.ts +24 -0
  2846. package/dist/types/components/_icon/icon-redo/icon-redo.d.ts +24 -0
  2847. package/dist/types/components/_icon/icon-screensharing/icon-screensharing.d.ts +24 -0
  2848. package/dist/types/components/_icon/icon-screensharing-off/icon-screensharing-off.d.ts +24 -0
  2849. package/dist/types/components/_icon/icon-search/icon-search.d.ts +24 -0
  2850. package/dist/types/components/_icon/icon-send-outline/icon-send-outline.d.ts +24 -0
  2851. package/dist/types/components/_icon/icon-send-solid/icon-send-solid.d.ts +24 -0
  2852. package/dist/types/components/_icon/icon-settings/icon-settings.d.ts +24 -0
  2853. package/dist/types/components/_icon/icon-share-alt/icon-share-alt.d.ts +24 -0
  2854. package/dist/types/components/_icon/icon-share-chain/icon-share-chain.d.ts +24 -0
  2855. package/dist/types/components/_icon/icon-sign/icon-sign.d.ts +24 -0
  2856. package/dist/types/components/_icon/icon-sliders-h/icon-sliders-h.d.ts +24 -0
  2857. package/dist/types/components/_icon/icon-sokkandidat/icon-sokkandidat.d.ts +24 -0
  2858. package/dist/types/components/_icon/icon-sort/icon-sort.d.ts +24 -0
  2859. package/dist/types/components/_icon/icon-sort-down/icon-sort-down.d.ts +24 -0
  2860. package/dist/types/components/_icon/icon-sort-up/icon-sort-up.d.ts +24 -0
  2861. package/dist/types/components/_icon/icon-spinner/icon-spinner.d.ts +25 -0
  2862. package/dist/types/components/_icon/icon-star/icon-star.d.ts +24 -0
  2863. package/dist/types/components/_icon/icon-star-reg/icon-star-reg.d.ts +24 -0
  2864. package/dist/types/components/_icon/icon-suitcase-outline/icon-suitcase-outline.d.ts +24 -0
  2865. package/dist/types/components/_icon/icon-suitcase-solid/icon-suitcase-solid.d.ts +24 -0
  2866. package/dist/types/components/_icon/icon-system-assistance/icon-system-assistance.d.ts +24 -0
  2867. package/dist/types/components/_icon/icon-table/icon-table.d.ts +24 -0
  2868. package/dist/types/components/_icon/icon-table-column/icon-table-column.d.ts +24 -0
  2869. package/dist/types/components/_icon/icon-table-row/icon-table-row.d.ts +24 -0
  2870. package/dist/types/components/_icon/icon-task-done/icon-task-done.d.ts +24 -0
  2871. package/dist/types/components/_icon/icon-toggle-off/icon-toggle-off.d.ts +24 -0
  2872. package/dist/types/components/_icon/icon-toggle-on/icon-toggle-on.d.ts +24 -0
  2873. package/dist/types/components/_icon/icon-trash/icon-trash.d.ts +24 -0
  2874. package/dist/types/components/_icon/icon-twitter/icon-twitter.d.ts +24 -0
  2875. package/dist/types/components/_icon/icon-tyck-till/icon-tyck-till.d.ts +24 -0
  2876. package/dist/types/components/_icon/icon-unlock/icon-unlock.d.ts +24 -0
  2877. package/dist/types/components/_icon/icon-update/icon-update.d.ts +24 -0
  2878. package/dist/types/components/_icon/icon-upload/icon-upload.d.ts +24 -0
  2879. package/dist/types/components/_icon/icon-user-alt/icon-user-alt.d.ts +24 -0
  2880. package/dist/types/components/_icon/icon-users-solid/icon-users-solid.d.ts +24 -0
  2881. package/dist/types/components/_icon/icon-validation-error/icon-validation-error.d.ts +24 -0
  2882. package/dist/types/components/_icon/icon-validation-success/icon-validation-success.d.ts +24 -0
  2883. package/dist/types/components/_icon/icon-validation-warning/icon-validation-warning.d.ts +24 -0
  2884. package/dist/types/components/_icon/icon-videocamera/icon-videocamera.d.ts +24 -0
  2885. package/dist/types/components/_icon/icon-videocamera-off/icon-videocamera-off.d.ts +24 -0
  2886. package/dist/types/components/_icon/icon-volume/icon-volume.d.ts +24 -0
  2887. package/dist/types/components/_icon/icon-web-tv/icon-web-tv.d.ts +24 -0
  2888. package/dist/types/components/_icon/icon-webinar/icon-webinar.d.ts +24 -0
  2889. package/dist/types/components/_icon/icon-wifi-signal0/icon-wifi-signal0.d.ts +24 -0
  2890. package/dist/types/components/_icon/icon-wifi-signal1/icon-wifi-signal1.d.ts +24 -0
  2891. package/dist/types/components/_icon/icon-wifi-signal2/icon-wifi-signal2.d.ts +24 -0
  2892. package/dist/types/components/_icon/icon-wifi-signal3/icon-wifi-signal3.d.ts +24 -0
  2893. package/dist/types/components/_icon/icon-window/icon-window.d.ts +24 -0
  2894. package/dist/types/components/_icon/icon-x/icon-x.d.ts +24 -0
  2895. package/dist/types/components/_icon/icon-x-button/icon-x-button.d.ts +24 -0
  2896. package/dist/types/components/_icon/icon-x-button-outline/icon-x-button-outline.d.ts +24 -0
  2897. package/dist/types/components/_icon/icon-youtube/icon-youtube.d.ts +24 -0
  2898. package/dist/types/components/_info-card/info-card/info-card-border-position.enum.d.ts +4 -0
  2899. package/dist/types/components/_info-card/info-card/info-card-heading-level.enum.d.ts +8 -0
  2900. package/dist/types/components/_info-card/info-card/info-card-size.enum.d.ts +3 -0
  2901. package/dist/types/components/_info-card/info-card/info-card-type.enum.d.ts +4 -0
  2902. package/dist/types/components/_info-card/info-card/info-card-variation.enum.d.ts +4 -0
  2903. package/dist/types/components/_info-card/info-card/info-card.d.ts +91 -0
  2904. package/dist/types/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.d.ts +8 -0
  2905. package/dist/types/components/_info-card/info-card-multi/info-card-multi-type.enum.d.ts +5 -0
  2906. package/dist/types/components/_info-card/info-card-multi/info-card-multi-variation.enum.d.ts +4 -0
  2907. package/dist/types/components/_info-card/info-card-multi/info-card-multi.d.ts +76 -0
  2908. package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.d.ts +8 -0
  2909. package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container.d.ts +20 -0
  2910. package/dist/types/components/_layout/layout-block/layout-block-container.enum.d.ts +5 -0
  2911. package/dist/types/components/_layout/layout-block/layout-block-variation.enum.d.ts +8 -0
  2912. package/dist/types/components/_layout/layout-block/layout-block.d.ts +48 -0
  2913. package/dist/types/components/_layout/layout-columns/layout-columns-column-gap.enum.d.ts +4 -0
  2914. package/dist/types/components/_layout/layout-columns/layout-columns-element.enum.d.ts +5 -0
  2915. package/dist/types/components/_layout/layout-columns/layout-columns-variation.enum.d.ts +7 -0
  2916. package/dist/types/components/_layout/layout-columns/layout-columns.d.ts +35 -0
  2917. package/dist/types/components/_layout/layout-container/layout-container-max-width.enum.d.ts +4 -0
  2918. package/dist/types/components/_layout/layout-container/layout-container-variation.enum.d.ts +5 -0
  2919. package/dist/types/components/_layout/layout-container/layout-container.d.ts +64 -0
  2920. package/dist/types/components/_layout/layout-media-object/layout-media-object-alignment.enum.d.ts +6 -0
  2921. package/dist/types/components/_layout/layout-media-object/layout-media-object.d.ts +19 -0
  2922. package/dist/types/components/_link/link/link-variation.enum.d.ts +4 -0
  2923. package/dist/types/components/_link/link/link.d.ts +88 -0
  2924. package/dist/types/components/_link/link-button/link-button-size.enum.d.ts +5 -0
  2925. package/dist/types/components/_link/link-button/link-button-variation.enum.d.ts +6 -0
  2926. package/dist/types/components/_link/link-button/link-button.d.ts +75 -0
  2927. package/dist/types/components/_link/link-external/link-external-variation.enum.d.ts +4 -0
  2928. package/dist/types/components/_link/link-external/link-external.d.ts +54 -0
  2929. package/dist/types/components/_link/link-internal/link-internal-variation.enum.d.ts +4 -0
  2930. package/dist/types/components/_link/link-internal/link-internal.d.ts +60 -0
  2931. package/dist/types/components/_list/list/list-type.enum.d.ts +5 -0
  2932. package/dist/types/components/_list/list/list.d.ts +30 -0
  2933. package/dist/types/components/_loader/loader-skeleton/loader-skeleton-variation.enum.d.ts +8 -0
  2934. package/dist/types/components/_loader/loader-skeleton/loader-skeleton.d.ts +31 -0
  2935. package/dist/types/components/_loader/loader-spinner/loader-spinner-size.enum.d.ts +5 -0
  2936. package/dist/types/components/_loader/loader-spinner/loader-spinner.d.ts +26 -0
  2937. package/dist/types/components/_logo/logo/logo-color.enum.d.ts +4 -0
  2938. package/dist/types/components/_logo/logo/logo-variation.enum.d.ts +4 -0
  2939. package/dist/types/components/_logo/logo/logo.d.ts +56 -0
  2940. package/dist/types/components/_media/media-figure/media-figure-alignment.enum.d.ts +5 -0
  2941. package/dist/types/components/_media/media-figure/media-figure.d.ts +25 -0
  2942. package/dist/types/components/_media/media-image/media-image.d.ts +90 -0
  2943. package/dist/types/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.d.ts +37 -0
  2944. package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts +64 -0
  2945. package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.types.d.ts +11 -0
  2946. package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.d.ts +4 -0
  2947. package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.d.ts +37 -0
  2948. package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.d.ts +4 -0
  2949. package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.d.ts +109 -0
  2950. package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.d.ts +9 -0
  2951. package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.d.ts +44 -0
  2952. package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.types.d.ts +18 -0
  2953. package/dist/types/components/_navigation/navigation-pagination/navigation-pagination.d.ts +82 -0
  2954. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.d.ts +4 -0
  2955. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.d.ts +8 -0
  2956. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.d.ts +4 -0
  2957. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.d.ts +4 -0
  2958. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.d.ts +4 -0
  2959. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.d.ts +5 -0
  2960. package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar.d.ts +192 -0
  2961. package/dist/types/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.d.ts +29 -0
  2962. package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.d.ts +81 -0
  2963. package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.types.d.ts +15 -0
  2964. package/dist/types/components/_navigation/navigation-tablist-panel/tablist-panel.d.ts +11 -0
  2965. package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.d.ts +4 -0
  2966. package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.d.ts +4 -0
  2967. package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.d.ts +59 -0
  2968. package/dist/types/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.d.ts +88 -0
  2969. package/dist/types/components/_notification/notification-alert/notification-alert-heading-level.enum.d.ts +8 -0
  2970. package/dist/types/components/_notification/notification-alert/notification-alert-size.enum.d.ts +5 -0
  2971. package/dist/types/components/_notification/notification-alert/notification-alert-variation.enum.d.ts +6 -0
  2972. package/dist/types/components/_notification/notification-alert/notification-alert.d.ts +76 -0
  2973. package/dist/types/components/_notification/notification-error-page/illustrations/illustrations.d.ts +24 -0
  2974. package/dist/types/components/_notification/notification-error-page/illustrations/types.d.ts +1 -0
  2975. package/dist/types/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.d.ts +9 -0
  2976. package/dist/types/components/_notification/notification-error-page/notification-error-page.d.ts +44 -0
  2977. package/dist/types/components/_progress/progress-circle/progress-circle-role.enum.d.ts +4 -0
  2978. package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +94 -0
  2979. package/dist/types/components/_progress/progress-indicator/progress-indicator-role.enum.d.ts +4 -0
  2980. package/dist/types/components/_progress/progress-indicator/progress-indicator-variation.enum.d.ts +4 -0
  2981. package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +107 -0
  2982. package/dist/types/components/_progress/progress-list/progress-list-heading-level.enum.d.ts +8 -0
  2983. package/dist/types/components/_progress/progress-list/progress-list-status.enum.d.ts +5 -0
  2984. package/dist/types/components/_progress/progress-list/progress-list-type.enum.d.ts +4 -0
  2985. package/dist/types/components/_progress/progress-list/progress-list-variation.enum.d.ts +5 -0
  2986. package/dist/types/components/_progress/progress-list/progress-list.d.ts +79 -0
  2987. package/dist/types/components/_progress/progress-list-item/progress-list-item-heading-level.enum.d.ts +8 -0
  2988. package/dist/types/components/_progress/progress-list-item/progress-list-item-status.enum.d.ts +5 -0
  2989. package/dist/types/components/_progress/progress-list-item/progress-list-item-type.enum.d.ts +4 -0
  2990. package/dist/types/components/_progress/progress-list-item/progress-list-item-variation.enum.d.ts +5 -0
  2991. package/dist/types/components/_progress/progress-list-item/progress-list-item.d.ts +91 -0
  2992. package/dist/types/components/_progress/progressbar/progressbar-role.enum.d.ts +4 -0
  2993. package/dist/types/components/_progress/progressbar/progressbar-variation.enum.d.ts +4 -0
  2994. package/dist/types/components/_progress/progressbar/progressbar.d.ts +72 -0
  2995. package/dist/types/components/_quote/quote/quote-image-inner-position.enum.d.ts +5 -0
  2996. package/dist/types/components/_quote/quote/quote-image-position.enum.d.ts +6 -0
  2997. package/dist/types/components/_quote/quote/quote-type.enum.d.ts +4 -0
  2998. package/dist/types/components/_quote/quote/quote-variation.enum.d.ts +6 -0
  2999. package/dist/types/components/_quote/quote/quote.d.ts +74 -0
  3000. package/dist/types/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.d.ts +8 -0
  3001. package/dist/types/components/_quote/quote-multi-container/quote-multi-container.d.ts +25 -0
  3002. package/dist/types/components/_quote/quote-single/quote-single-variation.enum.d.ts +5 -0
  3003. package/dist/types/components/_quote/quote-single/quote.d.ts +40 -0
  3004. package/dist/types/components/_table/table/table-size.enum.d.ts +4 -0
  3005. package/dist/types/components/_table/table/table-variation.enum.d.ts +5 -0
  3006. package/dist/types/components/_table/table/table.d.ts +33 -0
  3007. package/dist/types/components/_tag/tag/tag-size.enum.d.ts +5 -0
  3008. package/dist/types/components/_tag/tag/tag.d.ts +35 -0
  3009. package/dist/types/components/_tag/tag-media/tag-media-icon.enum.d.ts +8 -0
  3010. package/dist/types/components/_tag/tag-media/tag-media.d.ts +23 -0
  3011. package/dist/types/components/_tools/tools-feedback/tools-feedback-heading-level.enum.d.ts +8 -0
  3012. package/dist/types/components/_tools/tools-feedback/tools-feedback-type.enum.d.ts +4 -0
  3013. package/dist/types/components/_tools/tools-feedback/tools-feedback-variation.enum.d.ts +4 -0
  3014. package/dist/types/components/_tools/tools-feedback/tools-feedback.d.ts +93 -0
  3015. package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.d.ts +8 -0
  3016. package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.d.ts +4 -0
  3017. package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner.d.ts +64 -0
  3018. package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.d.ts +8 -0
  3019. package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.d.ts +5 -0
  3020. package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.d.ts +5 -0
  3021. package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating.d.ts +186 -0
  3022. package/dist/types/components/_tools/tools-languagepicker/tools-languagepicker.d.ts +117 -0
  3023. package/dist/types/components/_typography/typography/typography-variation.enum.d.ts +4 -0
  3024. package/dist/types/components/_typography/typography/typography.d.ts +25 -0
  3025. package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.d.ts +8 -0
  3026. package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.d.ts +4 -0
  3027. package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo.d.ts +36 -0
  3028. package/dist/types/components/_typography/typography-meta/typography-meta-variation.enum.d.ts +4 -0
  3029. package/dist/types/components/_typography/typography-meta/typography-meta.d.ts +19 -0
  3030. package/dist/types/components/_typography/typography-preamble/typography-preamble.d.ts +7 -0
  3031. package/dist/types/components/_typography/typography-time/typography-time-variation.enum.d.ts +5 -0
  3032. package/dist/types/components/_typography/typography-time/typography-time.d.ts +30 -0
  3033. package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.d.ts +6 -0
  3034. package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer.d.ts +41 -0
  3035. package/dist/types/components/_util/util-detect-click-outside/util-detect-click-outside.d.ts +27 -0
  3036. package/dist/types/components/_util/util-detect-focus-outside/util-detect-focus-outside.d.ts +28 -0
  3037. package/dist/types/components/_util/util-intersection-observer/util-intersection-observer.d.ts +46 -0
  3038. package/dist/types/components/_util/util-keydown-handler/util-keydown-handler.d.ts +70 -0
  3039. package/dist/types/components/_util/util-keyup-handler/util-keyup-handler.d.ts +70 -0
  3040. package/dist/types/components/_util/util-mutation-observer/util-mutation-observer.d.ts +34 -0
  3041. package/dist/types/components/_util/util-resize-observer/util-resize-observer.d.ts +21 -0
  3042. package/dist/types/components.d.ts +21361 -0
  3043. package/dist/types/enums.d.ts +138 -0
  3044. package/dist/types/global/icon/icon.d.ts +184 -0
  3045. package/dist/types/global/icon/types.d.ts +1 -0
  3046. package/dist/types/global/utils/detectClickOutside/detectClickOutside.util.d.ts +1 -0
  3047. package/dist/types/global/utils/detectClickOutside/index.d.ts +1 -0
  3048. package/dist/types/global/utils/detectClosest/detectClosest.util.d.ts +1 -0
  3049. package/dist/types/global/utils/detectClosest/index.d.ts +1 -0
  3050. package/dist/types/global/utils/detectFocusOutside/detectFocusOutside.util.d.ts +1 -0
  3051. package/dist/types/global/utils/detectFocusOutside/index.d.ts +1 -0
  3052. package/dist/types/global/utils/keyboardHandler/index.d.ts +2 -0
  3053. package/dist/types/global/utils/keyboardHandler/keyCode.enum.d.ts +15 -0
  3054. package/dist/types/global/utils/keyboardHandler/keyboardHandler.util.d.ts +2 -0
  3055. package/dist/types/global/utils/logger/LoggerSource.enum.d.ts +4 -0
  3056. package/dist/types/global/utils/logger/LoggerType.enum.d.ts +6 -0
  3057. package/dist/types/global/utils/logger/index.d.ts +3 -0
  3058. package/dist/types/global/utils/logger/logger.util.d.ts +9 -0
  3059. package/dist/types/global/utils/randomIdGenerator/index.d.ts +1 -0
  3060. package/dist/types/global/utils/randomIdGenerator/randomIdGenerator.util.d.ts +1 -0
  3061. package/dist/types/index.d.ts +3 -0
  3062. package/dist/types/interfaces.d.ts +8 -0
  3063. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  3064. package/dist/types/text/index.d.ts +1 -0
  3065. package/dist/types/text/locale/sv/text.d.ts +83 -0
  3066. package/hydrate/index.d.ts +242 -0
  3067. package/hydrate/index.js +53500 -0
  3068. package/hydrate/index.mjs +53492 -0
  3069. package/hydrate/package.json +12 -0
  3070. package/loader/cdn.js +1 -0
  3071. package/loader/index.cjs.js +1 -0
  3072. package/loader/index.d.ts +24 -0
  3073. package/loader/index.es2017.js +1 -0
  3074. package/loader/index.js +2 -0
  3075. package/loader/package.json +11 -0
  3076. package/package.json +40 -0
@@ -0,0 +1,2311 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-cfa8e9be.js');
6
+ const text = require('./text-ca7e238b.js');
7
+ const linear = require('./linear-ac0c97a7.js');
8
+ const randomIdGenerator_util = require('./randomIdGenerator.util-e7f4b6de.js');
9
+
10
+ function sourceEvent(event) {
11
+ let sourceEvent;
12
+ while (sourceEvent = event.sourceEvent) event = sourceEvent;
13
+ return event;
14
+ }
15
+
16
+ function pointer(event, node) {
17
+ event = sourceEvent(event);
18
+ if (node === undefined) node = event.currentTarget;
19
+ if (node) {
20
+ var svg = node.ownerSVGElement || node;
21
+ if (svg.createSVGPoint) {
22
+ var point = svg.createSVGPoint();
23
+ point.x = event.clientX, point.y = event.clientY;
24
+ point = point.matrixTransform(node.getScreenCTM().inverse());
25
+ return [point.x, point.y];
26
+ }
27
+ if (node.getBoundingClientRect) {
28
+ var rect = node.getBoundingClientRect();
29
+ return [event.clientX - rect.left - node.clientLeft, event.clientY - rect.top - node.clientTop];
30
+ }
31
+ }
32
+ return [event.pageX, event.pageY];
33
+ }
34
+
35
+ // These are typically used in conjunction with noevent to ensure that we can
36
+ // preventDefault on the event.
37
+ const nonpassive = {passive: false};
38
+ const nonpassivecapture = {capture: true, passive: false};
39
+
40
+ function nopropagation(event) {
41
+ event.stopImmediatePropagation();
42
+ }
43
+
44
+ function noevent(event) {
45
+ event.preventDefault();
46
+ event.stopImmediatePropagation();
47
+ }
48
+
49
+ function dragDisable(view) {
50
+ var root = view.document.documentElement,
51
+ selection = linear.select(view).on("dragstart.drag", noevent, nonpassivecapture);
52
+ if ("onselectstart" in root) {
53
+ selection.on("selectstart.drag", noevent, nonpassivecapture);
54
+ } else {
55
+ root.__noselect = root.style.MozUserSelect;
56
+ root.style.MozUserSelect = "none";
57
+ }
58
+ }
59
+
60
+ function yesdrag(view, noclick) {
61
+ var root = view.document.documentElement,
62
+ selection = linear.select(view).on("dragstart.drag", null);
63
+ if (noclick) {
64
+ selection.on("click.drag", noevent, nonpassivecapture);
65
+ setTimeout(function() { selection.on("click.drag", null); }, 0);
66
+ }
67
+ if ("onselectstart" in root) {
68
+ selection.on("selectstart.drag", null);
69
+ } else {
70
+ root.style.MozUserSelect = root.__noselect;
71
+ delete root.__noselect;
72
+ }
73
+ }
74
+
75
+ const constant$1 = x => () => x;
76
+
77
+ function DragEvent(type, {
78
+ sourceEvent,
79
+ subject,
80
+ target,
81
+ identifier,
82
+ active,
83
+ x, y, dx, dy,
84
+ dispatch
85
+ }) {
86
+ Object.defineProperties(this, {
87
+ type: {value: type, enumerable: true, configurable: true},
88
+ sourceEvent: {value: sourceEvent, enumerable: true, configurable: true},
89
+ subject: {value: subject, enumerable: true, configurable: true},
90
+ target: {value: target, enumerable: true, configurable: true},
91
+ identifier: {value: identifier, enumerable: true, configurable: true},
92
+ active: {value: active, enumerable: true, configurable: true},
93
+ x: {value: x, enumerable: true, configurable: true},
94
+ y: {value: y, enumerable: true, configurable: true},
95
+ dx: {value: dx, enumerable: true, configurable: true},
96
+ dy: {value: dy, enumerable: true, configurable: true},
97
+ _: {value: dispatch}
98
+ });
99
+ }
100
+
101
+ DragEvent.prototype.on = function() {
102
+ var value = this._.on.apply(this._, arguments);
103
+ return value === this._ ? this : value;
104
+ };
105
+
106
+ // Ignore right-click, since that should open the context menu.
107
+ function defaultFilter(event) {
108
+ return !event.ctrlKey && !event.button;
109
+ }
110
+
111
+ function defaultContainer() {
112
+ return this.parentNode;
113
+ }
114
+
115
+ function defaultSubject(event, d) {
116
+ return d == null ? {x: event.x, y: event.y} : d;
117
+ }
118
+
119
+ function defaultTouchable() {
120
+ return navigator.maxTouchPoints || ("ontouchstart" in this);
121
+ }
122
+
123
+ function drag() {
124
+ var filter = defaultFilter,
125
+ container = defaultContainer,
126
+ subject = defaultSubject,
127
+ touchable = defaultTouchable,
128
+ gestures = {},
129
+ listeners = linear.dispatch("start", "drag", "end"),
130
+ active = 0,
131
+ mousedownx,
132
+ mousedowny,
133
+ mousemoving,
134
+ touchending,
135
+ clickDistance2 = 0;
136
+
137
+ function drag(selection) {
138
+ selection
139
+ .on("mousedown.drag", mousedowned)
140
+ .filter(touchable)
141
+ .on("touchstart.drag", touchstarted)
142
+ .on("touchmove.drag", touchmoved, nonpassive)
143
+ .on("touchend.drag touchcancel.drag", touchended)
144
+ .style("touch-action", "none")
145
+ .style("-webkit-tap-highlight-color", "rgba(0,0,0,0)");
146
+ }
147
+
148
+ function mousedowned(event, d) {
149
+ if (touchending || !filter.call(this, event, d)) return;
150
+ var gesture = beforestart(this, container.call(this, event, d), event, d, "mouse");
151
+ if (!gesture) return;
152
+ linear.select(event.view)
153
+ .on("mousemove.drag", mousemoved, nonpassivecapture)
154
+ .on("mouseup.drag", mouseupped, nonpassivecapture);
155
+ dragDisable(event.view);
156
+ nopropagation(event);
157
+ mousemoving = false;
158
+ mousedownx = event.clientX;
159
+ mousedowny = event.clientY;
160
+ gesture("start", event);
161
+ }
162
+
163
+ function mousemoved(event) {
164
+ noevent(event);
165
+ if (!mousemoving) {
166
+ var dx = event.clientX - mousedownx, dy = event.clientY - mousedowny;
167
+ mousemoving = dx * dx + dy * dy > clickDistance2;
168
+ }
169
+ gestures.mouse("drag", event);
170
+ }
171
+
172
+ function mouseupped(event) {
173
+ linear.select(event.view).on("mousemove.drag mouseup.drag", null);
174
+ yesdrag(event.view, mousemoving);
175
+ noevent(event);
176
+ gestures.mouse("end", event);
177
+ }
178
+
179
+ function touchstarted(event, d) {
180
+ if (!filter.call(this, event, d)) return;
181
+ var touches = event.changedTouches,
182
+ c = container.call(this, event, d),
183
+ n = touches.length, i, gesture;
184
+
185
+ for (i = 0; i < n; ++i) {
186
+ if (gesture = beforestart(this, c, event, d, touches[i].identifier, touches[i])) {
187
+ nopropagation(event);
188
+ gesture("start", event, touches[i]);
189
+ }
190
+ }
191
+ }
192
+
193
+ function touchmoved(event) {
194
+ var touches = event.changedTouches,
195
+ n = touches.length, i, gesture;
196
+
197
+ for (i = 0; i < n; ++i) {
198
+ if (gesture = gestures[touches[i].identifier]) {
199
+ noevent(event);
200
+ gesture("drag", event, touches[i]);
201
+ }
202
+ }
203
+ }
204
+
205
+ function touchended(event) {
206
+ var touches = event.changedTouches,
207
+ n = touches.length, i, gesture;
208
+
209
+ if (touchending) clearTimeout(touchending);
210
+ touchending = setTimeout(function() { touchending = null; }, 500); // Ghost clicks are delayed!
211
+ for (i = 0; i < n; ++i) {
212
+ if (gesture = gestures[touches[i].identifier]) {
213
+ nopropagation(event);
214
+ gesture("end", event, touches[i]);
215
+ }
216
+ }
217
+ }
218
+
219
+ function beforestart(that, container, event, d, identifier, touch) {
220
+ var dispatch = listeners.copy(),
221
+ p = pointer(touch || event, container), dx, dy,
222
+ s;
223
+
224
+ if ((s = subject.call(that, new DragEvent("beforestart", {
225
+ sourceEvent: event,
226
+ target: drag,
227
+ identifier,
228
+ active,
229
+ x: p[0],
230
+ y: p[1],
231
+ dx: 0,
232
+ dy: 0,
233
+ dispatch
234
+ }), d)) == null) return;
235
+
236
+ dx = s.x - p[0] || 0;
237
+ dy = s.y - p[1] || 0;
238
+
239
+ return function gesture(type, event, touch) {
240
+ var p0 = p, n;
241
+ switch (type) {
242
+ case "start": gestures[identifier] = gesture, n = active++; break;
243
+ case "end": delete gestures[identifier], --active; // falls through
244
+ case "drag": p = pointer(touch || event, container), n = active; break;
245
+ }
246
+ dispatch.call(
247
+ type,
248
+ that,
249
+ new DragEvent(type, {
250
+ sourceEvent: event,
251
+ subject: s,
252
+ target: drag,
253
+ identifier,
254
+ active: n,
255
+ x: p[0] + dx,
256
+ y: p[1] + dy,
257
+ dx: p[0] - p0[0],
258
+ dy: p[1] - p0[1],
259
+ dispatch
260
+ }),
261
+ d
262
+ );
263
+ };
264
+ }
265
+
266
+ drag.filter = function(_) {
267
+ return arguments.length ? (filter = typeof _ === "function" ? _ : constant$1(!!_), drag) : filter;
268
+ };
269
+
270
+ drag.container = function(_) {
271
+ return arguments.length ? (container = typeof _ === "function" ? _ : constant$1(_), drag) : container;
272
+ };
273
+
274
+ drag.subject = function(_) {
275
+ return arguments.length ? (subject = typeof _ === "function" ? _ : constant$1(_), drag) : subject;
276
+ };
277
+
278
+ drag.touchable = function(_) {
279
+ return arguments.length ? (touchable = typeof _ === "function" ? _ : constant$1(!!_), drag) : touchable;
280
+ };
281
+
282
+ drag.on = function() {
283
+ var value = listeners.on.apply(listeners, arguments);
284
+ return value === listeners ? drag : value;
285
+ };
286
+
287
+ drag.clickDistance = function(_) {
288
+ return arguments.length ? (clickDistance2 = (_ = +_) * _, drag) : Math.sqrt(clickDistance2);
289
+ };
290
+
291
+ return drag;
292
+ }
293
+
294
+ function quadInOut(t) {
295
+ return ((t *= 2) <= 1 ? t * t : --t * (2 - t) + 1) / 2;
296
+ }
297
+
298
+ const pi$1 = Math.PI,
299
+ tau$1 = 2 * pi$1,
300
+ epsilon = 1e-6,
301
+ tauEpsilon = tau$1 - epsilon;
302
+
303
+ function append(strings) {
304
+ this._ += strings[0];
305
+ for (let i = 1, n = strings.length; i < n; ++i) {
306
+ this._ += arguments[i] + strings[i];
307
+ }
308
+ }
309
+
310
+ function appendRound(digits) {
311
+ let d = Math.floor(digits);
312
+ if (!(d >= 0)) throw new Error(`invalid digits: ${digits}`);
313
+ if (d > 15) return append;
314
+ const k = 10 ** d;
315
+ return function(strings) {
316
+ this._ += strings[0];
317
+ for (let i = 1, n = strings.length; i < n; ++i) {
318
+ this._ += Math.round(arguments[i] * k) / k + strings[i];
319
+ }
320
+ };
321
+ }
322
+
323
+ class Path {
324
+ constructor(digits) {
325
+ this._x0 = this._y0 = // start of current subpath
326
+ this._x1 = this._y1 = null; // end of current subpath
327
+ this._ = "";
328
+ this._append = digits == null ? append : appendRound(digits);
329
+ }
330
+ moveTo(x, y) {
331
+ this._append`M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}`;
332
+ }
333
+ closePath() {
334
+ if (this._x1 !== null) {
335
+ this._x1 = this._x0, this._y1 = this._y0;
336
+ this._append`Z`;
337
+ }
338
+ }
339
+ lineTo(x, y) {
340
+ this._append`L${this._x1 = +x},${this._y1 = +y}`;
341
+ }
342
+ quadraticCurveTo(x1, y1, x, y) {
343
+ this._append`Q${+x1},${+y1},${this._x1 = +x},${this._y1 = +y}`;
344
+ }
345
+ bezierCurveTo(x1, y1, x2, y2, x, y) {
346
+ this._append`C${+x1},${+y1},${+x2},${+y2},${this._x1 = +x},${this._y1 = +y}`;
347
+ }
348
+ arcTo(x1, y1, x2, y2, r) {
349
+ x1 = +x1, y1 = +y1, x2 = +x2, y2 = +y2, r = +r;
350
+
351
+ // Is the radius negative? Error.
352
+ if (r < 0) throw new Error(`negative radius: ${r}`);
353
+
354
+ let x0 = this._x1,
355
+ y0 = this._y1,
356
+ x21 = x2 - x1,
357
+ y21 = y2 - y1,
358
+ x01 = x0 - x1,
359
+ y01 = y0 - y1,
360
+ l01_2 = x01 * x01 + y01 * y01;
361
+
362
+ // Is this path empty? Move to (x1,y1).
363
+ if (this._x1 === null) {
364
+ this._append`M${this._x1 = x1},${this._y1 = y1}`;
365
+ }
366
+
367
+ // Or, is (x1,y1) coincident with (x0,y0)? Do nothing.
368
+ else if (!(l01_2 > epsilon));
369
+
370
+ // Or, are (x0,y0), (x1,y1) and (x2,y2) collinear?
371
+ // Equivalently, is (x1,y1) coincident with (x2,y2)?
372
+ // Or, is the radius zero? Line to (x1,y1).
373
+ else if (!(Math.abs(y01 * x21 - y21 * x01) > epsilon) || !r) {
374
+ this._append`L${this._x1 = x1},${this._y1 = y1}`;
375
+ }
376
+
377
+ // Otherwise, draw an arc!
378
+ else {
379
+ let x20 = x2 - x0,
380
+ y20 = y2 - y0,
381
+ l21_2 = x21 * x21 + y21 * y21,
382
+ l20_2 = x20 * x20 + y20 * y20,
383
+ l21 = Math.sqrt(l21_2),
384
+ l01 = Math.sqrt(l01_2),
385
+ l = r * Math.tan((pi$1 - Math.acos((l21_2 + l01_2 - l20_2) / (2 * l21 * l01))) / 2),
386
+ t01 = l / l01,
387
+ t21 = l / l21;
388
+
389
+ // If the start tangent is not coincident with (x0,y0), line to.
390
+ if (Math.abs(t01 - 1) > epsilon) {
391
+ this._append`L${x1 + t01 * x01},${y1 + t01 * y01}`;
392
+ }
393
+
394
+ this._append`A${r},${r},0,0,${+(y01 * x20 > x01 * y20)},${this._x1 = x1 + t21 * x21},${this._y1 = y1 + t21 * y21}`;
395
+ }
396
+ }
397
+ arc(x, y, r, a0, a1, ccw) {
398
+ x = +x, y = +y, r = +r, ccw = !!ccw;
399
+
400
+ // Is the radius negative? Error.
401
+ if (r < 0) throw new Error(`negative radius: ${r}`);
402
+
403
+ let dx = r * Math.cos(a0),
404
+ dy = r * Math.sin(a0),
405
+ x0 = x + dx,
406
+ y0 = y + dy,
407
+ cw = 1 ^ ccw,
408
+ da = ccw ? a0 - a1 : a1 - a0;
409
+
410
+ // Is this path empty? Move to (x0,y0).
411
+ if (this._x1 === null) {
412
+ this._append`M${x0},${y0}`;
413
+ }
414
+
415
+ // Or, is (x0,y0) not coincident with the previous point? Line to (x0,y0).
416
+ else if (Math.abs(this._x1 - x0) > epsilon || Math.abs(this._y1 - y0) > epsilon) {
417
+ this._append`L${x0},${y0}`;
418
+ }
419
+
420
+ // Is this arc empty? We’re done.
421
+ if (!r) return;
422
+
423
+ // Does the angle go the wrong way? Flip the direction.
424
+ if (da < 0) da = da % tau$1 + tau$1;
425
+
426
+ // Is this a complete circle? Draw two arcs to complete the circle.
427
+ if (da > tauEpsilon) {
428
+ this._append`A${r},${r},0,1,${cw},${x - dx},${y - dy}A${r},${r},0,1,${cw},${this._x1 = x0},${this._y1 = y0}`;
429
+ }
430
+
431
+ // Is this arc non-empty? Draw an arc!
432
+ else if (da > epsilon) {
433
+ this._append`A${r},${r},0,${+(da >= pi$1)},${cw},${this._x1 = x + r * Math.cos(a1)},${this._y1 = y + r * Math.sin(a1)}`;
434
+ }
435
+ }
436
+ rect(x, y, w, h) {
437
+ this._append`M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}h${w = +w}v${+h}h${-w}Z`;
438
+ }
439
+ toString() {
440
+ return this._;
441
+ }
442
+ }
443
+
444
+ function constant(x) {
445
+ return function constant() {
446
+ return x;
447
+ };
448
+ }
449
+
450
+ const cos = Math.cos;
451
+ const sin = Math.sin;
452
+ const sqrt = Math.sqrt;
453
+ const pi = Math.PI;
454
+ const tau = 2 * pi;
455
+
456
+ function withPath(shape) {
457
+ let digits = 3;
458
+
459
+ shape.digits = function(_) {
460
+ if (!arguments.length) return digits;
461
+ if (_ == null) {
462
+ digits = null;
463
+ } else {
464
+ const d = Math.floor(_);
465
+ if (!(d >= 0)) throw new RangeError(`invalid digits: ${_}`);
466
+ digits = d;
467
+ }
468
+ return shape;
469
+ };
470
+
471
+ return () => new Path(digits);
472
+ }
473
+
474
+ function array(x) {
475
+ return typeof x === "object" && "length" in x
476
+ ? x // Array, TypedArray, NodeList, array-like
477
+ : Array.from(x); // Map, Set, iterable, string, or anything else
478
+ }
479
+
480
+ function Linear(context) {
481
+ this._context = context;
482
+ }
483
+
484
+ Linear.prototype = {
485
+ areaStart: function() {
486
+ this._line = 0;
487
+ },
488
+ areaEnd: function() {
489
+ this._line = NaN;
490
+ },
491
+ lineStart: function() {
492
+ this._point = 0;
493
+ },
494
+ lineEnd: function() {
495
+ if (this._line || (this._line !== 0 && this._point === 1)) this._context.closePath();
496
+ this._line = 1 - this._line;
497
+ },
498
+ point: function(x, y) {
499
+ x = +x, y = +y;
500
+ switch (this._point) {
501
+ case 0: this._point = 1; this._line ? this._context.lineTo(x, y) : this._context.moveTo(x, y); break;
502
+ case 1: this._point = 2; // falls through
503
+ default: this._context.lineTo(x, y); break;
504
+ }
505
+ }
506
+ };
507
+
508
+ function curveLinear(context) {
509
+ return new Linear(context);
510
+ }
511
+
512
+ function x(p) {
513
+ return p[0];
514
+ }
515
+
516
+ function y(p) {
517
+ return p[1];
518
+ }
519
+
520
+ function line(x$1, y$1) {
521
+ var defined = constant(true),
522
+ context = null,
523
+ curve = curveLinear,
524
+ output = null,
525
+ path = withPath(line);
526
+
527
+ x$1 = typeof x$1 === "function" ? x$1 : (x$1 === undefined) ? x : constant(x$1);
528
+ y$1 = typeof y$1 === "function" ? y$1 : (y$1 === undefined) ? y : constant(y$1);
529
+
530
+ function line(data) {
531
+ var i,
532
+ n = (data = array(data)).length,
533
+ d,
534
+ defined0 = false,
535
+ buffer;
536
+
537
+ if (context == null) output = curve(buffer = path());
538
+
539
+ for (i = 0; i <= n; ++i) {
540
+ if (!(i < n && defined(d = data[i], i, data)) === defined0) {
541
+ if (defined0 = !defined0) output.lineStart();
542
+ else output.lineEnd();
543
+ }
544
+ if (defined0) output.point(+x$1(d, i, data), +y$1(d, i, data));
545
+ }
546
+
547
+ if (buffer) return output = null, buffer + "" || null;
548
+ }
549
+
550
+ line.x = function(_) {
551
+ return arguments.length ? (x$1 = typeof _ === "function" ? _ : constant(+_), line) : x$1;
552
+ };
553
+
554
+ line.y = function(_) {
555
+ return arguments.length ? (y$1 = typeof _ === "function" ? _ : constant(+_), line) : y$1;
556
+ };
557
+
558
+ line.defined = function(_) {
559
+ return arguments.length ? (defined = typeof _ === "function" ? _ : constant(!!_), line) : defined;
560
+ };
561
+
562
+ line.curve = function(_) {
563
+ return arguments.length ? (curve = _, context != null && (output = curve(context)), line) : curve;
564
+ };
565
+
566
+ line.context = function(_) {
567
+ return arguments.length ? (_ == null ? context = output = null : output = curve(context = _), line) : context;
568
+ };
569
+
570
+ return line;
571
+ }
572
+
573
+ const circle = {
574
+ draw(context, size) {
575
+ const r = sqrt(size / pi);
576
+ context.moveTo(r, 0);
577
+ context.arc(0, 0, r, 0, tau);
578
+ }
579
+ };
580
+
581
+ const tan30 = sqrt(1 / 3);
582
+ const tan30_2 = tan30 * 2;
583
+
584
+ const diamond = {
585
+ draw(context, size) {
586
+ const y = sqrt(size / tan30_2);
587
+ const x = y * tan30;
588
+ context.moveTo(0, -y);
589
+ context.lineTo(x, 0);
590
+ context.lineTo(0, y);
591
+ context.lineTo(-x, 0);
592
+ context.closePath();
593
+ }
594
+ };
595
+
596
+ const ka = 0.89081309152928522810;
597
+ const kr = sin(pi / 10) / sin(7 * pi / 10);
598
+ const kx = sin(tau / 10) * kr;
599
+ const ky = -cos(tau / 10) * kr;
600
+
601
+ const star = {
602
+ draw(context, size) {
603
+ const r = sqrt(size * ka);
604
+ const x = kx * r;
605
+ const y = ky * r;
606
+ context.moveTo(0, -r);
607
+ context.lineTo(x, y);
608
+ for (let i = 1; i < 5; ++i) {
609
+ const a = tau * i / 5;
610
+ const c = cos(a);
611
+ const s = sin(a);
612
+ context.lineTo(s * r, -c * r);
613
+ context.lineTo(c * x - s * y, s * x + c * y);
614
+ }
615
+ context.closePath();
616
+ }
617
+ };
618
+
619
+ const sqrt3 = sqrt(3);
620
+
621
+ const triangle = {
622
+ draw(context, size) {
623
+ const y = -sqrt(size / (sqrt3 * 3));
624
+ context.moveTo(0, y * 2);
625
+ context.lineTo(-sqrt3 * y, -y);
626
+ context.lineTo(sqrt3 * y, -y);
627
+ context.closePath();
628
+ }
629
+ };
630
+
631
+ function Symbol(type, size) {
632
+ let context = null,
633
+ path = withPath(symbol);
634
+
635
+ type = typeof type === "function" ? type : constant(type || circle);
636
+ size = typeof size === "function" ? size : constant(size === undefined ? 64 : +size);
637
+
638
+ function symbol() {
639
+ let buffer;
640
+ if (!context) context = buffer = path();
641
+ type.apply(this, arguments).draw(context, +size.apply(this, arguments));
642
+ if (buffer) return context = null, buffer + "" || null;
643
+ }
644
+
645
+ symbol.type = function(_) {
646
+ return arguments.length ? (type = typeof _ === "function" ? _ : constant(_), symbol) : type;
647
+ };
648
+
649
+ symbol.size = function(_) {
650
+ return arguments.length ? (size = typeof _ === "function" ? _ : constant(+_), symbol) : size;
651
+ };
652
+
653
+ symbol.context = function(_) {
654
+ return arguments.length ? (context = _ == null ? null : _, symbol) : context;
655
+ };
656
+
657
+ return symbol;
658
+ }
659
+
660
+ function point(that, x, y) {
661
+ that._context.bezierCurveTo(
662
+ (2 * that._x0 + that._x1) / 3,
663
+ (2 * that._y0 + that._y1) / 3,
664
+ (that._x0 + 2 * that._x1) / 3,
665
+ (that._y0 + 2 * that._y1) / 3,
666
+ (that._x0 + 4 * that._x1 + x) / 6,
667
+ (that._y0 + 4 * that._y1 + y) / 6
668
+ );
669
+ }
670
+
671
+ function Basis(context) {
672
+ this._context = context;
673
+ }
674
+
675
+ Basis.prototype = {
676
+ areaStart: function() {
677
+ this._line = 0;
678
+ },
679
+ areaEnd: function() {
680
+ this._line = NaN;
681
+ },
682
+ lineStart: function() {
683
+ this._x0 = this._x1 =
684
+ this._y0 = this._y1 = NaN;
685
+ this._point = 0;
686
+ },
687
+ lineEnd: function() {
688
+ switch (this._point) {
689
+ case 3: point(this, this._x1, this._y1); // falls through
690
+ case 2: this._context.lineTo(this._x1, this._y1); break;
691
+ }
692
+ if (this._line || (this._line !== 0 && this._point === 1)) this._context.closePath();
693
+ this._line = 1 - this._line;
694
+ },
695
+ point: function(x, y) {
696
+ x = +x, y = +y;
697
+ switch (this._point) {
698
+ case 0: this._point = 1; this._line ? this._context.lineTo(x, y) : this._context.moveTo(x, y); break;
699
+ case 1: this._point = 2; break;
700
+ case 2: this._point = 3; this._context.lineTo((5 * this._x0 + this._x1) / 6, (5 * this._y0 + this._y1) / 6); // falls through
701
+ default: point(this, x, y); break;
702
+ }
703
+ this._x0 = this._x1, this._x1 = x;
704
+ this._y0 = this._y1, this._y1 = y;
705
+ }
706
+ };
707
+
708
+ function basis(context) {
709
+ return new Basis(context);
710
+ }
711
+
712
+ const chartLineCss = ".sc-digi-chart-line-h{display:block;height:100%;width:100%;position:relative}.sc-digi-chart-line-h .digi-chart-line.sc-digi-chart-line{color:var(--MY-PROP);height:100%;width:100%;min-height:fit-content}.buttonWrapper.sc-digi-chart-line{--digi--button--padding--medium:0 0 0.75rem 0}.chart.sc-digi-chart-line{box-sizing:content-box;width:auto}.chartTitle.sc-digi-chart-line{--digi--typography--h2--margin:0.5rem;--digi--typography--h3--margin:0.5rem;--digi--typography--h4--margin:0.5rem;--digi--typography--h5--margin:0.5rem;--digi--typography--h6--margin:0.5rem;display:flex;justify-content:flex-start;flex-direction:column;align-items:left;text-align:left;padding-bottom:1rem;flex-grow:2}.close.sc-digi-chart-line{--digi--icon--color:rgb(245, 245, 245);cursor:pointer;margin-top:-5px}.legend.sc-digi-chart-line{display:flex;flex-direction:row;flex-wrap:no-wrap;gap:0.5rem;margin:0.5rem 0;margin-top:1.25rem;height:2.675rem;overflow-x:auto;overflow-y:hidden;cursor:default;max-width:100%}.chip.sc-digi-chart-line{box-sizing:border-box}.legend.sc-digi-chart-line::-webkit-scrollbar,.table.sc-digi-chart-line::-webkit-scrollbar{height:10px;width:10px}.legend.sc-digi-chart-line::-webkit-scrollbar-track,.table.sc-digi-chart-line::-webkit-scrollbar-track{background:whitesmoke;border-radius:4px}.legend.sc-digi-chart-line::-webkit-scrollbar-thumb,.table.sc-digi-chart-line::-webkit-scrollbar-thumb{background-color:lightgray;border-radius:4px;border:0}.chartTooltip.sc-digi-chart-line{box-sizing:border-box;position:absolute;background-color:rgba(10, 10, 10, 0.9);color:white;padding:5px 10px;padding-right:5px;border-radius:4px;display:flex;flex-direction:row;align-items:flex-start;box-shadow:rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;font-size:14px;display:none}.scChartStatus.sc-digi-chart-line{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.table.sc-digi-chart-line{display:none;overflow-y:scroll;height:fit-content;border-radius:4px;padding:0.25rem;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), white 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;background-repeat:no-repeat;background-size:100% 40px, 100% 40px, 100% 14px, 100% 14px;background-attachment:local, local, scroll, scroll}.tableIcon.sc-digi-chart-line{--digi--icon--color:var(--digi--global--color--neutral--grayscale--darker);width:26px;height:26px;pointer-events:none}.tableIcon.sc-digi-chart-line:hover{--digi--icon--color:var(\n --digi--global--color--neutral--grayscale--darkest-3\n )}.tooltipBody.sc-digi-chart-line{display:flex;flex-direction:column;margin-right:5px}.topWrapper.sc-digi-chart-line{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}";
713
+ const DigiChartLineStyle0 = chartLineCss;
714
+
715
+ const ChartLine = class {
716
+ constructor(hostRef) {
717
+ index.registerInstance(this, hostRef);
718
+ this._lineTypes = [null, '1.0, 7.0', '9.0, 7.0'];
719
+ this._toggled = false;
720
+ this._tickSize = 0;
721
+ // Selection list from legend chips
722
+ this._selectedLines = [];
723
+ // Dragging
724
+ this._dragStart = 0;
725
+ this._dragDir = 0;
726
+ this._loading = false;
727
+ this.margin = {
728
+ bottom: 0,
729
+ top: 6,
730
+ left: 5,
731
+ right: 15
732
+ };
733
+ this.fontSize = '0.875rem';
734
+ this.xPadding = 5;
735
+ this.yPadding = 8;
736
+ this.xTickSize = 5;
737
+ // How many line types that exists currently
738
+ this.lineTypes = 3;
739
+ // Formats
740
+ this.formatStyle = ',d';
741
+ this.axisNumberFormat = {
742
+ decimal: ',',
743
+ thousands: ' ',
744
+ grouping: [3],
745
+ currency: ['', 'kr']
746
+ };
747
+ // Observer for watching size changes when in line chart mode
748
+ this.lineChartObserver = new ResizeObserver((entries) => {
749
+ entries.forEach(() => {
750
+ this.resizeSvg();
751
+ this.resizeLines();
752
+ this.repositionTooltip(); // Called on both div.resize, and window.resize
753
+ linear.select(this._legendDiv).style('width', this.dims.width + 'px');
754
+ });
755
+ });
756
+ // Observer for watching size changes when in table mode
757
+ this.tableObserver = new ResizeObserver((entries) => {
758
+ entries.forEach(() => {
759
+ linear.select(this._legendDiv).style('width', this.dims.width + 'px');
760
+ this.resizeTable();
761
+ });
762
+ });
763
+ this.dragStart = (e) => {
764
+ const container = linear.select(this._legendDiv).node();
765
+ this._dragStart = e.x - container.offsetLeft;
766
+ this._scrollLeft = container.scrollLeft;
767
+ };
768
+ this.drag = (e) => {
769
+ const container = linear.select(this._legendDiv);
770
+ this._dragDir = e.x;
771
+ const delta = this._dragDir - container.node().offsetLeft;
772
+ const walk = (delta - this._dragStart) * 1; //scroll-fast
773
+ container.property('scrollLeft', this._scrollLeft - walk);
774
+ };
775
+ // Set yTicks
776
+ this.setYTicks = (init = false) => {
777
+ // Fixed number of y-axis lines
778
+ const step = this._chartData.meta && this._chartData.meta.numberOfReferenceLines
779
+ ? this._chartData.meta.numberOfReferenceLines
780
+ : 5, min = this._yAxis.domain()[0], max = this._yAxis.domain()[1], stepValue = (max - min) / (step - 1), tickValues = linear.range(min, max + stepValue, stepValue);
781
+ if (!init) {
782
+ this._yAxisHandle
783
+ .style('font-size', this.fontSize)
784
+ .transition()
785
+ .duration(400)
786
+ .call(linear.axisLeft(this._yAxis)
787
+ .ticks(step)
788
+ .tickPadding(this.yPadding)
789
+ .tickValues(tickValues)
790
+ .tickSize(-(this.dims.width - this.margin.left))
791
+ .tickFormat((d) => linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(d)))
792
+ .on('end', () => this.leftSetAxis());
793
+ }
794
+ else {
795
+ this._yAxisHandle.style('font-size', this.fontSize).call(linear.axisLeft(this._yAxis)
796
+ .ticks(step)
797
+ .tickPadding(this.yPadding)
798
+ .tickValues(tickValues)
799
+ .tickSize(-(this.dims.width - this.margin.left))
800
+ .tickFormat((d) => linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(d)));
801
+ }
802
+ this._yAxisHandle
803
+ .selectAll('line')
804
+ .attr('stroke', getComputedStyle(document.documentElement)
805
+ .getPropertyValue('--digi--global--color--neutral--grayscale--darker')
806
+ .trim()
807
+ .toLocaleLowerCase());
808
+ this._yAxisHandle.select('.domain').attr('display', 'none');
809
+ if (init)
810
+ this.leftSetAxis(init);
811
+ };
812
+ // Adding event listeners to the chart
813
+ this.addListenersToChart = () => {
814
+ this._Tipbox
815
+ .style('cursor', 'pointer')
816
+ .on('mousemove', this.drawTooltipLine)
817
+ .on('touchmove', 'ontouchstart' in window || window.navigator.maxTouchPoints
818
+ ? this.drawTooltip
819
+ : null)
820
+ .on('mouseup', this.drawTooltip)
821
+ .on('mouseleave', () => {
822
+ this._secondaryLine.attr('display', 'none');
823
+ if (!this._toggled) {
824
+ this._TooltipLine.attr('display', 'none');
825
+ this._Circles.selectAll('circle').attr('display', 'none');
826
+ }
827
+ });
828
+ };
829
+ // Initialize legend
830
+ this.initLegend = () => {
831
+ const container = linear.select(this._legendDiv);
832
+ linear.select(this._legendDiv).style('width', this.dims.width + 'px');
833
+ container.selectAll('.chip').remove();
834
+ container.call(drag().on('start', this.dragStart).on('drag', this.drag));
835
+ container
836
+ .selectAll('legendChips')
837
+ .data(this._chartData.data.series)
838
+ .join('button')
839
+ .attr('class', 'chip')
840
+ .attr('type', 'button')
841
+ .attr('aria-pressed', false)
842
+ .style('padding', '0.15rem 0.75rem')
843
+ .style('border', '2px solid white')
844
+ .style('border-radius', '6px')
845
+ .style('display', 'flex')
846
+ .style('flex-direction', 'row')
847
+ .style('gap', '0.5rem')
848
+ .style('align-items', 'center')
849
+ .style('flex-wrap', 'nowrap')
850
+ .style('min-width', 'fit-content')
851
+ .style('height', 'calc(2rem - 2px)')
852
+ .style('font-size', this.fontSize)
853
+ .style('white-space', 'nowrap')
854
+ .style('box-sizing', 'border-box')
855
+ .style('background-color', 'white')
856
+ .style('cursor', 'pointer')
857
+ .html((d) => {
858
+ return '<span style="pointer-events:none;">' + d.title + '</span>';
859
+ })
860
+ .on('click', this.togglePath)
861
+ .on('mouseover', this.highlightPath)
862
+ .on('mouseleave', this.colorLines)
863
+ .datum((d) => d)
864
+ .insert('svg', 'span')
865
+ .attr('class', 'legendSvg')
866
+ .attr('pointer-events', 'none')
867
+ .attr('width', 32)
868
+ .attr('height', 28)
869
+ .append('line')
870
+ .attr('stroke', (d) => this.colorFunction(d))
871
+ .attr('stroke-linecap', 'round')
872
+ .attr('stroke-width', 6)
873
+ .attr('stroke-dasharray', (d, i) => this.dashFunction(d, i))
874
+ .attr('x1', 3)
875
+ .attr('x2', 29)
876
+ .attr('y1', '50%')
877
+ .attr('y2', '50%');
878
+ // Only if data contains many lines
879
+ if (this._chartData.data.series.length <= this.lineTypes)
880
+ return;
881
+ container
882
+ .selectAll('.legendSvg')
883
+ .filter((...[, i]) => {
884
+ return i > 2;
885
+ })
886
+ .append('path')
887
+ .attr('d', (...[, i]) => this.symbolType(i, 110))
888
+ .attr('fill', (d) => this.colorFunction(d))
889
+ .attr('transform', 'translate(16,14)');
890
+ };
891
+ // Highlights a line
892
+ this.highlightPath = (event, element) => {
893
+ if (event.target.className != 'chip')
894
+ return;
895
+ const target = linear.select(event.target);
896
+ target.style('border', (d) => '2px solid ' + this.colorFunction(d));
897
+ this._lineChartContainer
898
+ .selectAll('.linePath')
899
+ .transition('highlight')
900
+ .duration(150)
901
+ .attr('stroke', (d, i, nodelist) => {
902
+ if (d.title === element.title) {
903
+ linear.select(nodelist[i]).raise();
904
+ return this.colorFunction(d);
905
+ }
906
+ else
907
+ return '#E3E3E3';
908
+ });
909
+ this._lineChartContainer
910
+ .selectAll('.symbolGroup')
911
+ .attr('fill', (d, i, nodelist) => {
912
+ if (d.title === element.title) {
913
+ linear.select(nodelist[i]).raise();
914
+ }
915
+ });
916
+ this._lineChartContainer
917
+ .selectAll('.symbolGroup')
918
+ .selectAll('.symbol')
919
+ .transition('highlight')
920
+ .duration(150)
921
+ .attr('fill', (d) => {
922
+ if (!d)
923
+ return;
924
+ if (d.title === element.title) {
925
+ return this.colorFunction(d);
926
+ }
927
+ else
928
+ return '#E3E3E3';
929
+ });
930
+ };
931
+ // Selecting a path to view sollely from legend
932
+ this.togglePath = (event) => {
933
+ if (event.target.className != 'chip')
934
+ return;
935
+ const target = linear.select(event.target);
936
+ // Using color of text to identify what state the legend chip is in, so resetting this the last thing we do
937
+ const swap = 'white' === target.style('color');
938
+ target
939
+ .style('border', (d) => '2px solid ' + this.colorFunction(d))
940
+ .style('background-color', (d) => swap ? 'white' : this.colorFunction(d))
941
+ .style('color', () => (swap ? 'black' : 'white'))
942
+ .attr('aria-pressed', target.attr('aria-pressed') == 'false' ? true : false)
943
+ .select('line')
944
+ .attr('stroke', (d) => (swap ? this.colorFunction(d) : 'white'));
945
+ target
946
+ .select('path')
947
+ .attr('fill', (d) => (swap ? this.colorFunction(d) : 'white'));
948
+ if (swap) {
949
+ this._selectedLines = this._selectedLines.filter((elem) => {
950
+ return elem.title === target.datum()['title'] ? false : true;
951
+ });
952
+ }
953
+ else {
954
+ this._selectedLines.push(this._coreSeries.filter((elem) => elem.title === target.datum()['title'])[0]);
955
+ }
956
+ if (this._selectedLines.length < 1)
957
+ this._chartData.data.series = JSON.parse(JSON.stringify(this._coreSeries));
958
+ else {
959
+ this._chartData.data.series.map((serie) => {
960
+ const index = this._selectedLines.findIndex((selected) => {
961
+ return serie.title === selected.title;
962
+ });
963
+ if (index != -1) {
964
+ serie.yValues = this._selectedLines[index].yValues;
965
+ }
966
+ else {
967
+ serie.yValues = [];
968
+ }
969
+ });
970
+ }
971
+ this.updateSvg();
972
+ };
973
+ // Coloring all lines
974
+ this.colorLines = (event) => {
975
+ const target = linear.select(event.target);
976
+ target.style('border', '2px solid white');
977
+ this._lineChartContainer
978
+ .selectAll('.linePath')
979
+ .transition('highlight')
980
+ .duration(150)
981
+ .attr('stroke', (d) => this.colorFunction(d));
982
+ this._lineChartContainer
983
+ .selectAll('.symbolGroup')
984
+ .selectAll('.symbol')
985
+ .transition('highlight')
986
+ .duration(150)
987
+ .attr('fill', (d) => (d ? this.colorFunction(d) : null));
988
+ };
989
+ // Returns a line type given a integer value
990
+ this.dashFunction = (...[, index]) => {
991
+ return this._lineTypes[index % this._lineTypes.length];
992
+ };
993
+ // Initialize the drawing of the lines
994
+ this.initLines = () => {
995
+ this.defineLineAndScale();
996
+ // TODO: do this data appending somewhere else
997
+ this._lineChartContainer
998
+ .selectAll('linePath')
999
+ .data(this.reshapeData(this._chartData.data.series))
1000
+ .join('path')
1001
+ .attr('class', 'linePath')
1002
+ .attr('stroke', (d) => this.colorFunction(d))
1003
+ .attr('stroke-linecap', 'round')
1004
+ .attr('stroke-width', (d) => (d.length > 1 ? 4 : 6))
1005
+ .attr('stroke-dasharray', (d, i) => d.length > 1 ? this.dashFunction(d, i) : null)
1006
+ .attr('fill', 'none')
1007
+ .attr('d', (d) => this._LineFunc(d.line));
1008
+ this.addSymbols();
1009
+ };
1010
+ this.defineLineAndScale = () => {
1011
+ this._LineFunc = line()
1012
+ .defined((d) => d[1] != null && d[1] != undefined && !isNaN(d[1]))
1013
+ .x((d) => this._lineScale(d[0]))
1014
+ .y((d) => this._yAxis(d[1]));
1015
+ };
1016
+ // Modifies data object adds a line member to object, line is an array of pairs of number: [number, number][]
1017
+ // Line is used to feed into _LineFunc
1018
+ this.reshapeData = (series) => {
1019
+ return series.map((obj) => {
1020
+ obj.line = this._chartData.data.xValues.map((elem, ind) => {
1021
+ return [elem, obj.yValues[ind]];
1022
+ });
1023
+ obj.length = obj.yValues.filter((e) => e != null && e != undefined).length;
1024
+ return obj;
1025
+ });
1026
+ };
1027
+ // Adding symbols to lines where needed
1028
+ this.addSymbols = (transition = false) => {
1029
+ // Remove all old symbols
1030
+ this._lineChartContainer
1031
+ .selectAll('.symbolGroup')
1032
+ .data(this.reshapeData(this._chartData.data.series.filter((...[, index]) => index > 2)))
1033
+ .join((enter) => {
1034
+ if (!transition) {
1035
+ enter
1036
+ .append('g')
1037
+ .attr('class', 'symbolGroup')
1038
+ .selectAll('symbols')
1039
+ .data((d, i) => {
1040
+ return d.line.map((num) => {
1041
+ if (num[1] != null)
1042
+ return {
1043
+ val: num[1],
1044
+ x: num[0],
1045
+ title: d.title,
1046
+ colorToken: d.colorToken,
1047
+ index: i
1048
+ };
1049
+ else
1050
+ return null;
1051
+ });
1052
+ })
1053
+ .join('path')
1054
+ .attr('class', 'symbol')
1055
+ .attr('d', (d) => (d ? this.symbolType(d.index) : null))
1056
+ .attr('fill', (d) => (d ? this.colorFunction(d) : null))
1057
+ .attr('transform', (d) => d
1058
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
1059
+ : null);
1060
+ }
1061
+ else {
1062
+ enter
1063
+ .append('g')
1064
+ .attr('class', 'symbolGroup')
1065
+ .selectAll('symbol')
1066
+ .data((d, i) => {
1067
+ return d.line.map((num) => {
1068
+ if (num[1] != null)
1069
+ return {
1070
+ val: num[1],
1071
+ x: num[0],
1072
+ title: d.title,
1073
+ colorToken: d.colorToken,
1074
+ index: i
1075
+ };
1076
+ else
1077
+ return null;
1078
+ });
1079
+ })
1080
+ .join('path')
1081
+ .attr('class', 'symbol')
1082
+ .attr('d', (d) => (d ? this.symbolType(d.index) : null))
1083
+ .attr('fill', (d) => (d ? this.colorFunction(d) : null))
1084
+ .attr('transform', (d) => d
1085
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
1086
+ : null);
1087
+ }
1088
+ }, (update) => {
1089
+ if (!transition) {
1090
+ update
1091
+ .selectAll('.symbol')
1092
+ .data((d, i) => {
1093
+ return d.line.map((num) => {
1094
+ if (num[1] != null)
1095
+ return {
1096
+ val: num[1],
1097
+ x: num[0],
1098
+ title: d.title,
1099
+ colorToken: d.colorToken,
1100
+ index: i
1101
+ };
1102
+ else
1103
+ return null;
1104
+ });
1105
+ })
1106
+ .join('path')
1107
+ .attr('class', 'symbol')
1108
+ .attr('d', (d) => (d ? this.symbolType(d.index) : null))
1109
+ .attr('fill', (d) => (d ? this.colorFunction(d) : null))
1110
+ .attr('transform', (d) => d
1111
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
1112
+ : null);
1113
+ }
1114
+ else {
1115
+ update
1116
+ .selectAll('path')
1117
+ .data((d, i) => {
1118
+ const toReturn = d.line.map((num) => {
1119
+ if (num[1] != null)
1120
+ return {
1121
+ val: num[1],
1122
+ x: num[0],
1123
+ title: d.title,
1124
+ colorToken: d.colorToken,
1125
+ index: i
1126
+ };
1127
+ else
1128
+ return null;
1129
+ });
1130
+ return toReturn.filter((e) => e);
1131
+ })
1132
+ .join((enter) => {
1133
+ enter
1134
+ .append('path')
1135
+ .attr('class', 'symbol')
1136
+ .attr('d', (d) => d ? this.symbolType(d.index) : null)
1137
+ .attr('fill', (d) => d ? this.colorFunction(d) : null)
1138
+ .attr('transform', (d) => d
1139
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
1140
+ : null)
1141
+ .attr('opacity', 0)
1142
+ .transition()
1143
+ .duration(400)
1144
+ .ease(linear.polyInOut)
1145
+ .attr('opacity', 1);
1146
+ }, (update) => {
1147
+ update
1148
+ .transition()
1149
+ .duration(400)
1150
+ .ease(linear.polyInOut)
1151
+ .attr('d', (d) => d ? this.symbolType(d.index) : null)
1152
+ .attr('fill', (d) => d ? this.colorFunction(d) : null)
1153
+ .attr('transform', (d) => d
1154
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
1155
+ : null);
1156
+ }, (exit) => exit.remove());
1157
+ }
1158
+ }, (exit) => exit.remove());
1159
+ };
1160
+ // Returns a symbol type given a index, currently we have support for 10 lines
1161
+ this.symbolType = (index, size) => {
1162
+ if (index < this.lineTypes)
1163
+ return Symbol()
1164
+ .type(circle)
1165
+ .size(size ? size : 90)();
1166
+ else if (index >= this.lineTypes && index < this.lineTypes * 2)
1167
+ return Symbol()
1168
+ .type(diamond)
1169
+ .size(size ? size : 90)();
1170
+ else
1171
+ return Symbol()
1172
+ .type(star)
1173
+ .size(size ? size : 90)();
1174
+ };
1175
+ // Setting dimension variable
1176
+ this.setDims = (onlyHeight = false) => {
1177
+ // Get title dimensions
1178
+ const tempTitle = linear.select(this._titleDiv).node().getBoundingClientRect(), tempLegend = linear.select(this._legendDiv).node().getBoundingClientRect();
1179
+ const rem = parseFloat(getComputedStyle(document.documentElement).fontSize);
1180
+ if (!onlyHeight)
1181
+ this.dims = linear.select(this._chartDiv).node().getBoundingClientRect();
1182
+ this.dims.height =
1183
+ this._maxHeight - tempLegend.height - tempTitle.height - 1.75 * rem;
1184
+ };
1185
+ // Resizing svg element and its children
1186
+ this.resizeSvg = () => {
1187
+ if (this._loading)
1188
+ return this.loadingResize();
1189
+ this.setDims();
1190
+ this._svg.attr('width', this.dims.width).attr('height', this.dims.height);
1191
+ /**** Update yAxis ****/
1192
+ this._yAxis.range([this.dims.height - this.margin.bottom, this.margin.top]);
1193
+ // Fixed number of y-axis lines
1194
+ this.setYTicks(true);
1195
+ /**** Update xAxis ****/
1196
+ this._xAxis.range([
1197
+ 0,
1198
+ this.dims.width - this.margin.left - this.margin.right
1199
+ ]);
1200
+ const ticks = Math.min(Math.max(Math.floor((this.dims.width - this.margin.left - this.margin.right) /
1201
+ this._tickSize) - 2, 1), this._chartData.data.xValues.length);
1202
+ this._xAxisHandle
1203
+ .attr('transform', 'translate(0,' + (this.dims.height - this.margin.bottom) + ')')
1204
+ .call(linear.axisBottom(this._xAxis)
1205
+ .ticks(ticks)
1206
+ .tickPadding(this.xPadding)
1207
+ .tickFormat((d) => {
1208
+ if (this._chartData.data.xValueNames)
1209
+ return this._chartData.data.xValueNames[this._chartData.data.xValues.indexOf(d)];
1210
+ else
1211
+ return d;
1212
+ }));
1213
+ this._Tipbox
1214
+ .attr('width', this.dims.width - this.margin.left / 2)
1215
+ .attr('height', this.dims.height - this.margin.top - this.margin.bottom)
1216
+ .attr('transform', `translate(${this.margin.left / 2},${this.margin.top})`);
1217
+ };
1218
+ // resizing chart while loading
1219
+ this.loadingResize = () => {
1220
+ this.setDims();
1221
+ this._svg.attr('width', this.dims.width);
1222
+ this.setYTicks();
1223
+ this._xAxis.range([
1224
+ 0,
1225
+ this.dims.width - this.margin.left - this.margin.right
1226
+ ]);
1227
+ const ticks = Math.min(Math.floor((this.dims.width - this.margin.left - this.margin.right) /
1228
+ this._tickSize) - 2, this._xAxis.domain()[1]);
1229
+ this._xAxisHandle.call(linear.axisBottom(this._xAxis)
1230
+ .ticks(ticks)
1231
+ .tickPadding(this.xPadding)
1232
+ .tickFormat((d) => {
1233
+ if (this._chartData.data && this._chartData.data.xValueNames)
1234
+ return this._chartData.data.xValueNames[this._chartData.data.xValues.indexOf(d)];
1235
+ else
1236
+ return d;
1237
+ }));
1238
+ this._lineScale.range([
1239
+ 0,
1240
+ this.dims.width - this.margin.left - this.margin.right
1241
+ ]);
1242
+ const LineFunc = line()
1243
+ .defined((d) => d[1] != null)
1244
+ .x((d) => this._lineScale(d[0]))
1245
+ .y((d) => this._yAxis(d[1]))
1246
+ .curve(basis);
1247
+ this._lineChartContainer
1248
+ .selectAll('.linePath')
1249
+ .attr('d', (d) => LineFunc(d));
1250
+ };
1251
+ this.resizeLines = () => {
1252
+ if (this._loading)
1253
+ return;
1254
+ this._lineScale.range([
1255
+ 0,
1256
+ this.dims.width - this.margin.left - this.margin.right
1257
+ ]);
1258
+ this.defineLineAndScale();
1259
+ this._lineChartContainer
1260
+ .selectAll('.linePath')
1261
+ .attr('stroke', (d) => this.colorFunction(d))
1262
+ .attr('d', (d) => this._LineFunc(d.line));
1263
+ this._lineChartContainer
1264
+ .selectAll('.symbolGroup')
1265
+ .selectAll('.symbol')
1266
+ .attr('transform', (d, i) => d
1267
+ ? `translate(${this._lineScale(this._chartData.data.xValues[i])},${this._yAxis(d.val)})`
1268
+ : null);
1269
+ };
1270
+ this.colorFunction = (properties) => {
1271
+ return properties.colorToken
1272
+ ? getComputedStyle(document.documentElement)
1273
+ .getPropertyValue(properties.colorToken)
1274
+ .trim()
1275
+ .toLocaleLowerCase()
1276
+ : this._Color(properties.title);
1277
+ };
1278
+ this.drawTooltipLine = (event) => {
1279
+ if (this._toggled)
1280
+ return this.drawDottedLine(event);
1281
+ this.drawMainLineAndCircles(event);
1282
+ };
1283
+ this.closeTooltip = () => {
1284
+ this._toggled = false;
1285
+ this._tooltip.style('display', 'none');
1286
+ this._secondaryLine.attr('display', 'none');
1287
+ this._TooltipLine.attr('display', 'none');
1288
+ this._Circles.selectAll('circle').attr('display', 'none');
1289
+ this._Circles
1290
+ .selectAll('circle')
1291
+ .attr('fill', 'white')
1292
+ .attr('stroke', (d) => this.colorFunction(d));
1293
+ this._svg.select('.tooltipPointer').remove();
1294
+ };
1295
+ this.drawDottedLine = (event) => {
1296
+ this._hoverPoint = this.closest(Math.round(this._lineScale.invert(pointer(event, this._Tipbox.node())[0] - this.margin.left / 2)));
1297
+ if (this._hoverPoint === this._tooltipPoint)
1298
+ return this._secondaryLine.attr('display', 'none');
1299
+ this._secondaryLine
1300
+ .attr('display', null)
1301
+ .attr('stroke', 'gray')
1302
+ .attr('stroke-dasharray', 4)
1303
+ .attr('x1', this._xAxis(this._hoverPoint.toString()) + this.margin.left)
1304
+ .attr('x2', this._xAxis(this._hoverPoint.toString()) + this.margin.left)
1305
+ .attr('y1', this._yAxis(this._maxVal))
1306
+ .attr('y2', this.dims.height - this.margin.bottom)
1307
+ .style('pointer-events', 'none');
1308
+ };
1309
+ this.drawMainLineAndCircles = (event) => {
1310
+ this._hoverPoint = this.touchPosition(event);
1311
+ const stringPoint = this._hoverPoint.toString();
1312
+ this._TooltipLine
1313
+ .attr('display', null)
1314
+ .attr('stroke', 'gray')
1315
+ .attr('x1', this._xAxis(stringPoint) + this.margin.left)
1316
+ .attr('x2', this._xAxis(stringPoint) + this.margin.left)
1317
+ .attr('y1', this._yAxis(this._maxVal))
1318
+ .attr('y2', this.dims.height - this.margin.bottom)
1319
+ .style('pointer-events', 'none');
1320
+ this._Circles
1321
+ .selectAll('circle')
1322
+ .attr('display', null)
1323
+ .attr('pointer-events', 'none');
1324
+ this.positionCircles(stringPoint);
1325
+ };
1326
+ // Returns the position/index to draw tooltip/tooltip line
1327
+ this.touchPosition = (event) => {
1328
+ if (event.type === 'touchmove') {
1329
+ event.preventDefault();
1330
+ return this.closest(Math.round(this._lineScale.invert(pointer(event.touches[0], this._Tipbox.node())[0] -
1331
+ this.margin.left / 2)));
1332
+ }
1333
+ else {
1334
+ return this.closest(Math.round(this._lineScale.invert(pointer(event, this._Tipbox.node())[0] - this.margin.left / 2)));
1335
+ }
1336
+ };
1337
+ // Function for drawing tooltip
1338
+ this.drawTooltip = (event) => {
1339
+ this.drawMainLineAndCircles(event);
1340
+ this._toggled = true;
1341
+ this._tooltipPoint = this.touchPosition(event);
1342
+ this._tooltipDataIndex = this._chartData.data.xValues.indexOf(this._tooltipPoint);
1343
+ // Heading
1344
+ this._tooltip.style('display', 'flex');
1345
+ const tooltipBody = this._tooltip.select('.tooltipBody');
1346
+ tooltipBody
1347
+ .select(this._tooltipHeading)
1348
+ .style('margin', '0 0.75rem 0 0 ')
1349
+ .html(() => {
1350
+ if (this._chartData.data.xValueNames)
1351
+ return this._chartData.data.xValueNames[this._chartData.data.xValues.indexOf(this._tooltipPoint)];
1352
+ return this._tooltipPoint;
1353
+ });
1354
+ // Body
1355
+ tooltipBody
1356
+ .selectAll('div')
1357
+ .data(this._chartData.data.series)
1358
+ .join('div')
1359
+ .style('display', 'flex')
1360
+ .style('flex-direction', 'row')
1361
+ .style('flex-wrap', 'nowrap')
1362
+ .style('white-space', 'nowrap')
1363
+ .style('justify-content', 'space-between')
1364
+ .html((d) => {
1365
+ return d.yValues[this._tooltipDataIndex] != null
1366
+ ? '<span>' +
1367
+ d.title +
1368
+ '</span><span style="margin-left:0.75rem;">' +
1369
+ linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(d.yValues[this._tooltipDataIndex]) +
1370
+ '</span>'
1371
+ : null;
1372
+ });
1373
+ this.positionTooltipWithinBounds(this._xAxis(this._tooltipPoint.toString()) + this.margin.left);
1374
+ this._Circles
1375
+ .selectAll('circle')
1376
+ .attr('fill', (d) => this.colorFunction(d))
1377
+ .attr('stroke', 'white');
1378
+ this._svg.select('.tooltipPointer').remove();
1379
+ const sym = Symbol().type(triangle).size(60);
1380
+ this._svg
1381
+ .append('path')
1382
+ .attr('d', sym)
1383
+ .attr('class', 'tooltipPointer')
1384
+ .attr('fill', 'rgba(10, 10, 10, 0.90)')
1385
+ .style('filter', 'drop-shadow(gray 0px -1px 1px)')
1386
+ .attr('transform', `translate(${this._xAxis(this._tooltipPoint.toString()) + this.margin.left},${this._yAxis(this._maxVal) - 7}) rotate(180) scale(1.5,1.0)`);
1387
+ };
1388
+ this.initYAxis = (empty) => {
1389
+ // Y Axis
1390
+ this._yAxis = linear.linear()
1391
+ .domain([0, empty ? 10 : this._maxVal])
1392
+ .nice(3)
1393
+ .range([this.dims.height - this.margin.bottom, this.margin.top]);
1394
+ // The magic number is just needed in initialization, because getting the exact size is impossible during the initialization
1395
+ this.margin.left =
1396
+ this.getTextSize(linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(this._yAxis.domain()[1])) +
1397
+ this.yPadding +
1398
+ 3;
1399
+ this._lineChartContainer = this._svg
1400
+ .append('g')
1401
+ .attr('transform', `translate(${this.margin.left},0)`);
1402
+ this._yAxisHandle = this._lineChartContainer
1403
+ .append('g')
1404
+ .attr('class', 'yAxis');
1405
+ this.setYTicks(true);
1406
+ };
1407
+ this.initXAxis = (empty) => {
1408
+ this._lineChartContainer.select('.xAxis').remove();
1409
+ // X axis
1410
+ if (!empty) {
1411
+ if (this._chartData.data.xValueNames)
1412
+ this.margin.right =
1413
+ this.getTextSize(this._chartData.data.xValueNames[this._chartData.data.xValueNames.length - 1]) /
1414
+ 2 +
1415
+ 1;
1416
+ else
1417
+ this.margin.right =
1418
+ this.getTextSize(linear.max(this._chartData.data.xValues).toString()) /
1419
+ 2 +
1420
+ 1;
1421
+ }
1422
+ this._xAxis = linear.linear()
1423
+ .domain([
1424
+ empty ? 1 : linear.min(this._chartData.data.xValues),
1425
+ empty ? 10 : linear.max(this._chartData.data.xValues)
1426
+ ]) // This is the min and the max of the data
1427
+ .range([0, this.dims.width - this.margin.left - this.margin.right]);
1428
+ this._lineScale = linear.linear()
1429
+ .domain([
1430
+ empty ? 1 : linear.min(this._chartData.data.xValues),
1431
+ empty ? 10 : linear.max(this._chartData.data.xValues)
1432
+ ]) // This is the min and the max of the data
1433
+ .range([0, this.dims.width - this.margin.left - this.margin.right]);
1434
+ const ticks = Math.min(Math.max(Math.floor((this.dims.width - this.margin.left - this.margin.right) /
1435
+ this._tickSize) - 2, 2), empty ? 10 : this._chartData.data.xValues.length);
1436
+ this._xAxisHandle = this._lineChartContainer
1437
+ .append('g')
1438
+ .attr('transform', 'translate(0,' + (this.dims.height - this.margin.bottom) + ')')
1439
+ .attr('class', 'xAxis')
1440
+ .style('font-size', this.fontSize)
1441
+ .call(linear.axisBottom(this._xAxis)
1442
+ .ticks(ticks)
1443
+ .tickSize(this.xTickSize)
1444
+ .tickPadding(this.xPadding)
1445
+ .tickFormat((d) => {
1446
+ if (!empty && this._chartData.data.xValueNames)
1447
+ return this._chartData.data.xValueNames[this._chartData.data.xValues.indexOf(d)];
1448
+ else
1449
+ return d;
1450
+ }));
1451
+ // Removing the domain
1452
+ this._xAxisHandle.select('.domain').attr('display', 'none');
1453
+ this._xAxisHandle
1454
+ .selectAll('line')
1455
+ .attr('stroke-linecap', 'round')
1456
+ .attr('stroke', getComputedStyle(document.documentElement)
1457
+ .getPropertyValue('--digi--global--color--neutral--grayscale--darkest-3')
1458
+ .trim()
1459
+ .toLocaleLowerCase());
1460
+ };
1461
+ this.positionCircles = (point, transition) => {
1462
+ if (transition) {
1463
+ this._Circles
1464
+ .selectAll('circle')
1465
+ .transition('positioncircles')
1466
+ .duration(transition)
1467
+ .attr('cx', () => {
1468
+ return this._xAxis(point) + this.margin.left;
1469
+ })
1470
+ .attr('cy', (d, i, circleList) => {
1471
+ const selData = d.yValues[this._chartData.data.xValues.indexOf(parseInt(point))];
1472
+ if (this._yAxis(selData))
1473
+ return this._yAxis(selData);
1474
+ else {
1475
+ linear.select(circleList[i]).attr('display', 'none');
1476
+ return null;
1477
+ }
1478
+ });
1479
+ }
1480
+ else {
1481
+ this._Circles
1482
+ .selectAll('circle')
1483
+ .attr('cx', () => {
1484
+ return this._xAxis(point) + this.margin.left;
1485
+ })
1486
+ .attr('cy', (d, i, circleList) => {
1487
+ const selData = d.yValues[this._chartData.data.xValues.indexOf(parseInt(point))];
1488
+ if (this._yAxis(selData))
1489
+ return this._yAxis(selData);
1490
+ else {
1491
+ linear.select(circleList[i]).attr('display', 'none');
1492
+ return null;
1493
+ }
1494
+ });
1495
+ }
1496
+ };
1497
+ this.repositionTooltip = () => {
1498
+ if (!this._toggled)
1499
+ return;
1500
+ const stringPoint = this._chartData.data.xValues[this._tooltipDataIndex].toString();
1501
+ this._TooltipLine
1502
+ .attr('stroke', 'gray')
1503
+ .attr('x1', this._xAxis(stringPoint) + this.margin.left)
1504
+ .attr('x2', this._xAxis(stringPoint) + this.margin.left)
1505
+ .attr('y1', this._yAxis(this._maxVal))
1506
+ .attr('y2', this.dims.height - this.margin.bottom);
1507
+ this.positionTooltipWithinBounds(this._xAxis(stringPoint) + this.margin.left);
1508
+ this._svg
1509
+ .select('.tooltipPointer')
1510
+ .attr('transform', `translate(${this._xAxis(this._tooltipPoint.toString()) + this.margin.left},${this._yAxis(this._maxVal) - 7}) rotate(180) scale(1.5,1.0)`);
1511
+ this.positionCircles(stringPoint);
1512
+ };
1513
+ // Checks if tooltip bounding box is outside svg width, if so, moves tooltip within svg bounds
1514
+ this.positionTooltipWithinBounds = (pos, transitionTimer) => {
1515
+ this._tooltip.style('transform', () => {
1516
+ // We reset the position of the tooltip, and adjust for the maximum value, -1px for it to align perfectly
1517
+ return `translateY(${this._yAxis(this._maxVal) - this._tooltip.node().getBoundingClientRect().height - 9}px)`;
1518
+ });
1519
+ const rect = this._chartDiv.getBoundingClientRect();
1520
+ const comparativePosition = pos + rect.left;
1521
+ const tooltipWidth = this._tooltip.node().getBoundingClientRect().width / 2;
1522
+ if (rect.left < comparativePosition - tooltipWidth &&
1523
+ rect.right > comparativePosition + tooltipWidth) {
1524
+ this._tooltip.style('left', pos - tooltipWidth + 'px');
1525
+ }
1526
+ else if (rect.right < comparativePosition + tooltipWidth) {
1527
+ this._tooltip.style('left', pos -
1528
+ this._tooltip.node().getBoundingClientRect().width +
1529
+ Math.max(this.margin.right, 10) +
1530
+ 'px');
1531
+ }
1532
+ else if (rect.left > comparativePosition - tooltipWidth) {
1533
+ if (transitionTimer)
1534
+ this._tooltip
1535
+ .transition('moveTooltip')
1536
+ .duration(transitionTimer)
1537
+ .ease(linear.polyInOut)
1538
+ .style('left', pos - this.margin.left + 'px');
1539
+ else
1540
+ this._tooltip.style('left', pos - this.margin.left + 'px');
1541
+ }
1542
+ else {
1543
+ this._tooltip.style('left', pos -
1544
+ document.getElementById(this.afId).getBoundingClientRect().width / 2 +
1545
+ 'px');
1546
+ }
1547
+ };
1548
+ this.mapColorToLine = () => {
1549
+ // list of group names
1550
+ this._Color = linear.ordinal()
1551
+ .domain(this._chartData.data.series.map(function (d) {
1552
+ return d.title;
1553
+ }))
1554
+ .range([
1555
+ '#00005a',
1556
+ '#D43372',
1557
+ '#058470',
1558
+ '#0058A3',
1559
+ '#556D22',
1560
+ '#1616B2',
1561
+ '#AA295B',
1562
+ '#035548'
1563
+ ]);
1564
+ };
1565
+ this.computeMaxVal = () => {
1566
+ // Compute max value from datasets
1567
+ this._maxVal = parseFloat(linear.max(this._chartData.data.series, (d) => linear.max(d['yValues'])));
1568
+ };
1569
+ // Updates number format if specified to be in percentage
1570
+ this.checkPercentage = () => {
1571
+ if (this._chartData.meta && this._chartData.meta.percentage)
1572
+ this.formatStyle = '.1%';
1573
+ else
1574
+ this.formatStyle = ',d';
1575
+ };
1576
+ this.closest = (target) => {
1577
+ return this._chartData.data.xValues.reduce(function (prev, curr) {
1578
+ return Math.abs(curr - target) < Math.abs(prev - target) ? curr : prev;
1579
+ });
1580
+ };
1581
+ // Removes resize observer for chart and inits table
1582
+ this.activateTable = (event) => {
1583
+ this.closeTooltip();
1584
+ this.lineChartObserver.disconnect();
1585
+ this.tableObserver.observe(this._chartDiv);
1586
+ this._status.innerHTML = '<p>Visas som tabell</p>';
1587
+ linear.select(this._host).select('.tableButton').style('display', 'none');
1588
+ linear.select(this._host).select('.chartButton').style('display', null);
1589
+ event.target.nextSibling.lastChild.focus();
1590
+ const duration = 150;
1591
+ this._svg
1592
+ .attr('opacity', 1)
1593
+ .transition('fadeout')
1594
+ .duration(duration)
1595
+ .attr('opacity', 0)
1596
+ .on('end', () => {
1597
+ this._svg.remove();
1598
+ this._legendDiv.style['display'] = 'none';
1599
+ this._tableDiv.style['display'] = 'block';
1600
+ this.setTableContent();
1601
+ this.setTableDimensions();
1602
+ linear.select(this._tableDiv)
1603
+ .style('opacity', 0)
1604
+ .transition('fadein')
1605
+ .duration(duration)
1606
+ .style('opacity', 1);
1607
+ });
1608
+ linear.select(this._legendDiv)
1609
+ .style('opacity', 1)
1610
+ .transition('fadeout')
1611
+ .duration(duration)
1612
+ .style('opacity', 0);
1613
+ };
1614
+ // Resize table
1615
+ this.resizeTable = () => {
1616
+ this.setDims();
1617
+ this.setTableDimensions();
1618
+ };
1619
+ // Removes observer and calls init functions for line chart
1620
+ this.reInitChart = (event) => {
1621
+ this.tableObserver.disconnect();
1622
+ this._status.innerHTML = '<p>Visas som diagram</p>';
1623
+ linear.select(this._host).select('.tableButton').style('display', null);
1624
+ linear.select(this._host).select('.chartButton').style('display', 'none');
1625
+ event.target.previousSibling.lastChild.focus();
1626
+ const table = linear.select(this._tableDiv);
1627
+ table
1628
+ .style('opacity', 1)
1629
+ .transition()
1630
+ .duration(150)
1631
+ .style('opacity', 0)
1632
+ .on('end', () => {
1633
+ table.style('display', 'none');
1634
+ this.initSvg();
1635
+ this.initLines();
1636
+ this._svg
1637
+ .attr('opacity', 0)
1638
+ .transition()
1639
+ .duration(150)
1640
+ .attr('opacity', 1);
1641
+ linear.select(this._legendDiv)
1642
+ .style('display', null)
1643
+ .style('opacity', 0)
1644
+ .transition()
1645
+ .duration(150)
1646
+ .style('opacity', 1);
1647
+ });
1648
+ };
1649
+ this.afHeadingLevel = undefined;
1650
+ this.afId = randomIdGenerator_util.randomIdGenerator('tooltip');
1651
+ this.afChartData = undefined;
1652
+ }
1653
+ afChartDataUpdate() {
1654
+ const data = this.afChartData;
1655
+ if (typeof data === 'object') {
1656
+ this._chartData = Object.assign({}, data);
1657
+ return;
1658
+ }
1659
+ this._chartData = JSON.parse(data);
1660
+ // Making deep copy of this
1661
+ if (this._chartData.data)
1662
+ this._coreSeries = JSON.parse(JSON.stringify(this._chartData.data.series));
1663
+ }
1664
+ initSvg() {
1665
+ this.margin.bottom =
1666
+ Number(window
1667
+ .getComputedStyle(document.body)
1668
+ .getPropertyValue('font-size')
1669
+ .match(/\d+/)[0]) *
1670
+ Number(this.fontSize.replace(/[^\d.]|\.(?=.*\.)/g, '')) +
1671
+ this.xPadding +
1672
+ this.xTickSize;
1673
+ this.lineChartObserver.observe(this._chartDiv);
1674
+ linear.select(this._chartDiv).select('svg').remove();
1675
+ // Initialize an empty div, that we can place info in for tooltip
1676
+ // Styling for tooltip is in .scss file
1677
+ this._tooltip = linear.select('#' + this.afId);
1678
+ this._tooltip.select('.close').on('click', this.closeTooltip);
1679
+ this._tooltipHeading =
1680
+ 'h' + (parseInt(this.afHeadingLevel.replace(/\D/g, '')) + 1);
1681
+ // Add heading placeholder for heading
1682
+ this._tooltip
1683
+ .selectAll('.tooltipBody')
1684
+ .append(this._tooltipHeading) // increment heading level by one
1685
+ .style('margin', '0 0.75rem')
1686
+ .style('font-weight', '500');
1687
+ this._maxHeight = linear.select(this._host)
1688
+ .node()
1689
+ .parentNode.getBoundingClientRect().height;
1690
+ this.setDims();
1691
+ this.setTickSize();
1692
+ this.checkPercentage();
1693
+ linear.select(this._chartDiv).attr('height', this.dims.height + 'px');
1694
+ // Appending svg
1695
+ this._svg = linear.select(this._chartDiv)
1696
+ .append('svg')
1697
+ .attr('aria-hidden', true)
1698
+ .attr('role', 'img')
1699
+ .attr('aria-label', this._chartData && this._chartData.title
1700
+ ? 'Linjediagram om ' + this._chartData.title.toLowerCase()
1701
+ : 'Linjediagram');
1702
+ this._svg.attr('width', this.dims.width).attr('height', this.dims.height);
1703
+ this.mapColorToLine();
1704
+ this._TooltipLine = this._svg
1705
+ .append('line')
1706
+ .attr('id', 'toolTipLine' + this.afId);
1707
+ this._secondaryLine = this._svg
1708
+ .append('line')
1709
+ .attr('id', 'secondaryLine' + this.afId);
1710
+ this.computeMaxVal();
1711
+ this.initYAxis();
1712
+ this.initXAxis();
1713
+ this._Tipbox = this._svg
1714
+ .append('rect')
1715
+ .attr('class', 'svgRect')
1716
+ .attr('width', this.dims.width - this.margin.left / 2)
1717
+ .attr('height', this.dims.height - this.margin.top - this.margin.bottom)
1718
+ .attr('opacity', 0)
1719
+ .attr('transform', `translate(${this.margin.left / 2},0)`);
1720
+ this.addListenersToChart();
1721
+ this._Circles = this._svg
1722
+ .append('g')
1723
+ .attr('class', 'circleGroup')
1724
+ .on('mousemove', this.drawTooltipLine);
1725
+ this._Circles
1726
+ .selectAll('circle')
1727
+ .data(this._chartData.data.series)
1728
+ .join('circle')
1729
+ .attr('stroke', (d) => this.colorFunction(d))
1730
+ .attr('fill', 'white')
1731
+ .attr('stroke-width', '1px')
1732
+ .attr('r', 7)
1733
+ .attr('display', 'none');
1734
+ linear.select(window).on('resize.' + this.afId, this.repositionTooltip);
1735
+ }
1736
+ // Initializing chart with empty dataset
1737
+ initEmpty() {
1738
+ this.margin.bottom =
1739
+ Number(window
1740
+ .getComputedStyle(document.body)
1741
+ .getPropertyValue('font-size')
1742
+ .match(/\d+/)[0]) *
1743
+ Number(this.fontSize.replace(/[^\d.]|\.(?=.*\.)/g, '')) +
1744
+ this.xPadding +
1745
+ this.xTickSize;
1746
+ linear.select(this._chartDiv).select('svg').remove();
1747
+ // Initialize an empty div, that we can place info in for tooltip
1748
+ // Styling for tooltip is in .scss file
1749
+ this._tooltip = linear.select('#' + this.afId);
1750
+ linear.select('digi-icon-x').on('click', this.closeTooltip);
1751
+ this._tooltipHeading =
1752
+ 'h' + (parseInt(this.afHeadingLevel.replace(/\D/g, '')) + 1);
1753
+ // Add heading placeholder for heading
1754
+ this._tooltip
1755
+ .selectAll('.tooltipBody')
1756
+ .append(this._tooltipHeading) // increment heading level by one
1757
+ .style('margin', '0 0.75rem')
1758
+ .style('font-weight', '500');
1759
+ this._maxHeight = linear.select(this._host)
1760
+ .node()
1761
+ .parentNode.getBoundingClientRect().height;
1762
+ this.setDims();
1763
+ linear.select(this._chartDiv).attr('height', this.dims.height + 'px');
1764
+ this._svg = linear.select(this._chartDiv)
1765
+ .append('svg')
1766
+ .attr('aria-hidden', true);
1767
+ this._svg.attr('width', this.dims.width).attr('height', this.dims.height);
1768
+ this._TooltipLine = this._svg
1769
+ .append('line')
1770
+ .attr('id', 'toolTipLine' + this.afId);
1771
+ this._secondaryLine = this._svg
1772
+ .append('line')
1773
+ .attr('id', 'secondaryLine' + this.afId);
1774
+ this.initYAxis(true);
1775
+ this.initXAxis(true);
1776
+ this._Tipbox = this._svg
1777
+ .append('rect')
1778
+ .attr('class', 'svgRect')
1779
+ .attr('width', this.dims.width - this.margin.left / 2)
1780
+ .attr('height', this.dims.height - this.margin.top - this.margin.bottom)
1781
+ .attr('opacity', 0)
1782
+ .attr('transform', `translate(${this.margin.left / 2},0)`);
1783
+ this._Circles = this._svg
1784
+ .append('g')
1785
+ .attr('class', 'circleGroup')
1786
+ .on('mousemove', this.drawTooltipLine);
1787
+ this.defineLineAndScale();
1788
+ this.lineChartObserver.observe(this._chartDiv);
1789
+ this.loadingState(true);
1790
+ }
1791
+ loadingState(empty) {
1792
+ this._loading = true;
1793
+ linear.select('.tableButton').style('display', 'none');
1794
+ const duration = 400;
1795
+ const LineFunc = line()
1796
+ .defined((d) => d[1] != null)
1797
+ .x((d) => this._lineScale(d[0]))
1798
+ .y((d) => this._yAxis(d[1]))
1799
+ .curve(basis);
1800
+ // close potentially open tooltip
1801
+ this.closeTooltip();
1802
+ // Remove hover listeners from chart
1803
+ this._Tipbox
1804
+ .style('cursor', 'wait')
1805
+ .on('mousemove', null)
1806
+ .on('touchmove', null)
1807
+ .on('mouseup', null)
1808
+ .on('mouseleave', null);
1809
+ linear.select(this._titleDiv)
1810
+ .select(this.afHeadingLevel)
1811
+ .html(`${text._t.loading}...`);
1812
+ const height = linear.select(this._titleDiv).style('height');
1813
+ linear.select(this._titleDiv)
1814
+ .style('height', this._prevHeight)
1815
+ .transition('adjust')
1816
+ .duration(400)
1817
+ .style('height', height)
1818
+ .on('end', () => linear.select(this._titleDiv).style('height', null));
1819
+ linear.select(this._legendDiv).style('display', 'none');
1820
+ const animateRandomLine = () => {
1821
+ let firstVal = this._xAxis.domain()[0];
1822
+ const randomData = [...Array(this._xAxis.domain()[1])].map(() => {
1823
+ const dataPoint = [
1824
+ firstVal,
1825
+ Math.round(Math.random() * this._yAxis.domain()[1] * 100) / 100
1826
+ ]; // This assumes domain is from 0 to maxVal
1827
+ firstVal++;
1828
+ return dataPoint;
1829
+ });
1830
+ this._lineChartContainer.selectAll('.linePath').remove();
1831
+ this._lineChartContainer
1832
+ .selectAll('linePath')
1833
+ .data([randomData])
1834
+ .join('path')
1835
+ .attr('class', 'linePath')
1836
+ .attr('stroke', 'lightgray')
1837
+ .attr('stroke-linecap', 'round')
1838
+ .attr('stroke-width', 4)
1839
+ .attr('fill', 'none')
1840
+ .attr('d', (d) => LineFunc(d))
1841
+ .transition()
1842
+ .duration(duration * 3)
1843
+ .ease(quadInOut)
1844
+ .attrTween('stroke-dasharray', function () {
1845
+ const length = this.getTotalLength();
1846
+ return linear.interpolate(`0,${length}`, `${length},${length}`);
1847
+ })
1848
+ .on('end', () => {
1849
+ this._lineChartContainer
1850
+ .selectAll('.linePath')
1851
+ .attr('stroke-dasharray', function () {
1852
+ const length = this.getTotalLength();
1853
+ return length + ' ' + length;
1854
+ })
1855
+ .attr('stroke-dashoffset', 0)
1856
+ .transition()
1857
+ .duration(duration * 3)
1858
+ .ease(quadInOut)
1859
+ .attr('stroke-dashoffset', function () {
1860
+ return -this.getTotalLength();
1861
+ })
1862
+ .on('end', () => animateRandomLine());
1863
+ });
1864
+ };
1865
+ const flattenLines = () => {
1866
+ const data = this._lineChartContainer
1867
+ .selectAll('.linePath')
1868
+ .data()
1869
+ .map((elem) => {
1870
+ elem.line = elem.line.map((point) => {
1871
+ return point[1]
1872
+ ? [point[0], this._yAxis.domain()[0]]
1873
+ : [point[0], undefined];
1874
+ });
1875
+ return elem;
1876
+ });
1877
+ this._lineChartContainer
1878
+ .selectAll('.linePath')
1879
+ .data(data)
1880
+ .transition()
1881
+ .duration(duration)
1882
+ .ease(linear.polyInOut)
1883
+ .attr('d', (d) => this._LineFunc(d.line))
1884
+ .on('end', (...[, i]) => (i === 0 ? animateRandomLine() : null));
1885
+ this._lineChartContainer
1886
+ .selectAll('.symbolGroup')
1887
+ .selectAll('.symbol')
1888
+ .transition()
1889
+ .duration(duration)
1890
+ .ease(linear.linear$1)
1891
+ .attr('transform', (d) => d
1892
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(this._yAxis.domain()[0])})`
1893
+ : null)
1894
+ .attr('opacity', 0);
1895
+ };
1896
+ // Start loadingstate, either from empty set or last set
1897
+ if (empty)
1898
+ animateRandomLine();
1899
+ else
1900
+ flattenLines();
1901
+ }
1902
+ updateSvg() {
1903
+ // displaying legend again
1904
+ if (this._loading) {
1905
+ linear.select(this._host).select('.tableButton').style('display', null);
1906
+ linear.select(this._legendDiv).style('display', null);
1907
+ linear.select(this._titleDiv).style('height', null);
1908
+ }
1909
+ if (this._chartData.data.xValueNames)
1910
+ this.margin.right =
1911
+ this.getTextSize(this._chartData.data.xValueNames[this._chartData.data.xValueNames.length - 1]) /
1912
+ 2 +
1913
+ 1;
1914
+ else
1915
+ this.margin.right =
1916
+ this.getTextSize(linear.max(this._chartData.data.xValues).toString()) / 2 +
1917
+ 1;
1918
+ this.checkPercentage();
1919
+ this.setDims(true);
1920
+ this.mapColorToLine();
1921
+ this.computeMaxVal();
1922
+ this.setTickSize();
1923
+ linear.select(this._chartDiv).attr('height', this.dims.height + 'px');
1924
+ // Updating Svg attributes
1925
+ this._svg
1926
+ .attr('width', this.dims.width + 'px')
1927
+ .attr('height', this.dims.height + 'px')
1928
+ .attr('aria-label', this._chartData && this._chartData.title
1929
+ ? 'Linjediagram om ' + this._chartData.title.toLowerCase()
1930
+ : 'Linjediagram');
1931
+ // Y Axis
1932
+ this._yAxis = linear.linear()
1933
+ .domain([0, this._maxVal])
1934
+ .nice(3)
1935
+ .range([this.dims.height - this.margin.bottom, this.margin.top]);
1936
+ // Updating margins
1937
+ this.margin.left =
1938
+ this.getTextSize(linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(this._yAxis.domain()[1])) +
1939
+ this.yPadding +
1940
+ 3;
1941
+ /**** Update xAxis ****/
1942
+ const oldDomain = this._xAxis.domain();
1943
+ this.initXAxis();
1944
+ this._lineChartContainer
1945
+ .transition('position')
1946
+ .duration(400)
1947
+ .ease(linear.polyInOut)
1948
+ .attr('width', this.dims.width)
1949
+ .attr('height', this.dims.height)
1950
+ .attr('transform', `translate(${this.margin.left},0)`);
1951
+ this.setYTicks();
1952
+ this.defineLineAndScale();
1953
+ //this.leftSetAxis();
1954
+ this.addSymbols(true);
1955
+ if (this._loading) {
1956
+ linear.select(this._host).select('.tableButton').style('display', null);
1957
+ this.addListenersToChart();
1958
+ const height = linear.select(this._titleDiv).style('height');
1959
+ linear.select(this._titleDiv)
1960
+ .style('height', this._prevHeight)
1961
+ .transition('adjust')
1962
+ .duration(400)
1963
+ .style('height', height)
1964
+ .on('end', () => linear.select(this._titleDiv).style('height', null));
1965
+ linear.select(this._legendDiv)
1966
+ .style('opacity', 0)
1967
+ .transition()
1968
+ .duration(400)
1969
+ .ease(linear.polyInOut)
1970
+ .style('opacity', 1);
1971
+ this._lineChartContainer.selectAll('.linePath').on('end', null);
1972
+ // Setting starting state for symbols
1973
+ this._lineChartContainer
1974
+ .selectAll('.symbolGroup')
1975
+ .selectAll('.symbol')
1976
+ .attr('opacity', 0)
1977
+ .attr('transform', (d) => d
1978
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(this._yAxis.domain()[0])})`
1979
+ : null);
1980
+ this._lineChartContainer
1981
+ .selectAll('.linePath')
1982
+ .transition()
1983
+ .duration(400)
1984
+ .ease(quadInOut)
1985
+ .attr('stroke-dashoffset', function () {
1986
+ return -this.getTotalLength();
1987
+ })
1988
+ .on('end', () => {
1989
+ this._lineChartContainer
1990
+ .selectAll('.linePath')
1991
+ .data(this.reshapeData(this._chartData.data.series))
1992
+ .join('path')
1993
+ .attr('class', 'linePath')
1994
+ .attr('stroke', (d) => this.colorFunction(d))
1995
+ .attr('stroke-linecap', 'round')
1996
+ .attr('stroke-width', 4)
1997
+ .attr('fill', 'none')
1998
+ .attr('stroke-dasharray', this.dashFunction)
1999
+ .attr('stroke-dashoffset', null)
2000
+ .attr('d', (d) => this._LineFunc(d.line.map((pair) => [
2001
+ pair[0],
2002
+ this._yAxis.domain()[0]
2003
+ ])));
2004
+ // Transitioning in lines
2005
+ this._lineChartContainer
2006
+ .selectAll('.linePath')
2007
+ .transition()
2008
+ .duration(400)
2009
+ .ease(linear.polyInOut)
2010
+ .attr('d', (d) => this._LineFunc(d.line));
2011
+ // Transitioning in symbols
2012
+ this._lineChartContainer
2013
+ .selectAll('.symbolGroup')
2014
+ .selectAll('.symbol')
2015
+ .transition()
2016
+ .duration(400)
2017
+ .ease(linear.polyInOut)
2018
+ .attr('transform', (d) => d
2019
+ ? `translate(${this._lineScale(d.x)},${this._yAxis(d.val)})`
2020
+ : null)
2021
+ .attr('opacity', 1);
2022
+ this._loading = false;
2023
+ });
2024
+ }
2025
+ else {
2026
+ this._lineChartContainer
2027
+ .selectAll('.linePath')
2028
+ .data(this.reshapeData(this._chartData.data.series))
2029
+ .join('path')
2030
+ .transition()
2031
+ .duration(400)
2032
+ .ease(linear.polyInOut)
2033
+ .attr('class', 'linePath')
2034
+ .attr('stroke', (d) => this.colorFunction(d))
2035
+ .attr('stroke-linecap', 'round')
2036
+ .attr('stroke-width', (d) => (d.length > 1 ? 4 : 6))
2037
+ .attr('fill', 'none')
2038
+ .attr('stroke-dasharray', (d, i) => d.length > 1 ? this.dashFunction(d, i) : null)
2039
+ .attr('d', (d) => this._LineFunc(d.line));
2040
+ }
2041
+ // If we have the exact same domain, the tooltip may continue to be active
2042
+ if (this._toggled && oldDomain === this._xAxis.domain()) {
2043
+ const stringPoint = this._chartData.data.xValues[this._tooltipDataIndex].toString();
2044
+ this._Circles
2045
+ .selectAll('circle')
2046
+ .data(this._chartData.data.series)
2047
+ .join('circle')
2048
+ .transition('New circles')
2049
+ .duration(400)
2050
+ .ease(linear.polyInOut)
2051
+ .attr('stroke', 'white')
2052
+ .attr('fill', (d) => this.colorFunction(d))
2053
+ .attr('stroke-width', '1px')
2054
+ .attr('r', 7);
2055
+ this.positionCircles(stringPoint, 400);
2056
+ const oldPos = this._TooltipLine.attr('y1');
2057
+ this._TooltipLine
2058
+ .transition()
2059
+ .duration(400)
2060
+ .ease(linear.polyInOut)
2061
+ .attr('x1', this._xAxis(stringPoint) + this.margin.left)
2062
+ .attr('x2', this._xAxis(stringPoint) + this.margin.left)
2063
+ .attr('y1', this._yAxis(this._maxVal))
2064
+ .attr('y2', this.dims.height - this.margin.bottom);
2065
+ const tooltipBody = this._tooltip.select('.tooltipBody');
2066
+ tooltipBody
2067
+ .select(this._tooltipHeading)
2068
+ .style('margin', '0 0.75rem')
2069
+ .html(() => {
2070
+ if (this._chartData.data.xValueNames)
2071
+ return this._chartData.data.xValueNames[this._tooltipPoint - 1];
2072
+ return this._tooltipPoint;
2073
+ });
2074
+ // Body
2075
+ tooltipBody
2076
+ .selectAll('div')
2077
+ .data(this._chartData.data.series)
2078
+ .join('div')
2079
+ .style('display', 'flex')
2080
+ .style('flex-direction', 'row')
2081
+ .style('flex-wrap', 'nowrap')
2082
+ .style('white-space', 'nowrap')
2083
+ .style('justify-content', 'space-between')
2084
+ .html((d) => {
2085
+ return ('<span>' +
2086
+ d.title +
2087
+ ':&nbsp</span><span class="tooltipVal">' +
2088
+ d.yValues[this._tooltipDataIndex] +
2089
+ '</span>');
2090
+ });
2091
+ this.positionTooltipWithinBounds(this._xAxis(stringPoint) + this.margin.left, 400);
2092
+ this._tooltip
2093
+ .style('transform', () => {
2094
+ // We reset the position of the tooltip, and adjust for the maximum value, -1px for it to align perfectly
2095
+ return `translateY(${oldPos - this._tooltip.node().getBoundingClientRect().height - 9}px)`;
2096
+ })
2097
+ .transition()
2098
+ .duration(400)
2099
+ .ease(linear.polyInOut)
2100
+ .style('transform', () => {
2101
+ // We reset the position of the tooltip, and adjust for the maximum value, -1px for it to align perfectly
2102
+ return `translateY(${this._yAxis(this._maxVal) - this._tooltip.node().getBoundingClientRect().height - 9}px)`;
2103
+ });
2104
+ this._svg
2105
+ .select('.tooltipPointer')
2106
+ .transition()
2107
+ .duration(400)
2108
+ .ease(linear.polyInOut)
2109
+ .attr('transform', `translate(${this._xAxis(stringPoint) + this.margin.left},${this._yAxis(this._maxVal) - 7}) rotate(180) scale(1.5,1.0)`);
2110
+ }
2111
+ else {
2112
+ this._Circles
2113
+ .selectAll('circle')
2114
+ .data(this._chartData.data.series)
2115
+ .join('circle')
2116
+ .attr('stroke', (d) => this.colorFunction(d))
2117
+ .attr('fill', 'white')
2118
+ .attr('stroke-width', '1px')
2119
+ .attr('r', 7)
2120
+ .attr('display', 'none');
2121
+ this.closeTooltip();
2122
+ }
2123
+ }
2124
+ componentWillLoad() {
2125
+ this.afChartDataUpdate();
2126
+ }
2127
+ componentDidLoad() {
2128
+ if (Object.keys(this._chartData).length === 0)
2129
+ return this.initEmpty();
2130
+ // clearing selection
2131
+ this._selectedLines = [];
2132
+ this.initSvg();
2133
+ this.initLegend();
2134
+ this.initLines();
2135
+ document.fonts.onloadingdone = () => {
2136
+ this.setTickSize();
2137
+ this.resizeSvg();
2138
+ };
2139
+ }
2140
+ componentWillUpdate() {
2141
+ this._prevHeight = linear.select(this._titleDiv).style('height');
2142
+ }
2143
+ componentDidUpdate() {
2144
+ if (Object.keys(this._chartData).length === 0)
2145
+ return this.loadingState();
2146
+ // clearing selection
2147
+ this._selectedLines = [];
2148
+ this.updateSvg();
2149
+ this.initLegend();
2150
+ this.updateTableContent();
2151
+ }
2152
+ disconnectedCallback() {
2153
+ this.lineChartObserver.disconnect();
2154
+ }
2155
+ // Returns pixelwidth of text given the current fontSize (costly function using .each)
2156
+ getTextSize(text) {
2157
+ const textWidth = [];
2158
+ const svg = linear.select(this._chartDiv).append('svg');
2159
+ svg
2160
+ .selectAll('dummyText')
2161
+ .data([text])
2162
+ .join('text')
2163
+ .attr('font-size', this.fontSize)
2164
+ .text((d) => d)
2165
+ .each((...[, i, nodelist]) => {
2166
+ const thisWidth = nodelist[i].getComputedTextLength();
2167
+ textWidth.push(thisWidth);
2168
+ nodelist[i].remove();
2169
+ });
2170
+ svg.remove().exit();
2171
+ return textWidth[0];
2172
+ }
2173
+ // Goes through all tick values and checks the biggest in size, this one will decide the default tick-size
2174
+ setTickSize() {
2175
+ if (this._chartData.data.xValueNames) {
2176
+ for (const elem of this._chartData.data.xValueNames) {
2177
+ const size = this.getTextSize(elem);
2178
+ if (size > this._tickSize)
2179
+ this._tickSize = size;
2180
+ }
2181
+ }
2182
+ else {
2183
+ for (const elem of this._chartData.data.xValues) {
2184
+ const size = this.getTextSize(elem.toString());
2185
+ if (size > this._tickSize)
2186
+ this._tickSize = size;
2187
+ }
2188
+ }
2189
+ }
2190
+ // Left-orients Y-axis text
2191
+ leftSetAxis(init = false) {
2192
+ const shiftArray = [];
2193
+ if (!init) {
2194
+ this._yAxisHandle
2195
+ .selectAll('text')
2196
+ .transition('shuffle text')
2197
+ .duration(400)
2198
+ .attr('transform', (...[, i, nodelist]) => {
2199
+ const size = nodelist[i].getComputedTextLength();
2200
+ shiftArray.push(size);
2201
+ return `translate(${-1 * (this.margin.left - (size + this.yPadding))},0)`;
2202
+ });
2203
+ this._yAxisHandle
2204
+ .selectAll('line')
2205
+ .transition('shuffle line')
2206
+ .duration(400)
2207
+ .attr('x1', (...[, i]) => {
2208
+ return -1 * (this.margin.left - (shiftArray[i] + this.yPadding));
2209
+ });
2210
+ }
2211
+ else {
2212
+ this._yAxisHandle
2213
+ .selectAll('text')
2214
+ .attr('transform', (...[, i, nodelist]) => {
2215
+ const size = nodelist[i].getComputedTextLength();
2216
+ shiftArray.push(size);
2217
+ return `translate(${-1 * (this.margin.left - (size + this.yPadding))},0)`;
2218
+ });
2219
+ this._yAxisHandle.selectAll('line').attr('x1', (...[, i]) => {
2220
+ return -1 * (this.margin.left - (shiftArray[i] + this.yPadding));
2221
+ });
2222
+ }
2223
+ }
2224
+ // Updating data if content changes
2225
+ updateTableContent() {
2226
+ if (this._tableDiv.style['display'] === '' ||
2227
+ this._tableDiv.style['display'] === 'none')
2228
+ return;
2229
+ this.setTableContent();
2230
+ this.animateTableDimensions();
2231
+ }
2232
+ // Setting table content from this._chartData
2233
+ setTableContent() {
2234
+ this._tableDiv.innerHTML = `<digi-table af-size="small" af-variation="primary"> <table><caption>${this._chartData.title}</caption><thead><tr>${this.headings()}</tr></thead><tbody>${this.tableBody()}</tbody></table></digi-table>`;
2235
+ }
2236
+ setTableDimensions() {
2237
+ const table = linear.select(this._tableDiv);
2238
+ table
2239
+ // The last value is for compensating the padding set on the table element, changing padding in css, will need change in these two lines
2240
+ .style('height', this._maxHeight -
2241
+ linear.select(this._titleDiv).node().getBoundingClientRect().height -
2242
+ parseFloat(getComputedStyle(document.documentElement).fontSize) *
2243
+ 0.65 +
2244
+ 'px');
2245
+ table.style('width', this.dims.width -
2246
+ parseFloat(getComputedStyle(document.documentElement).fontSize) * 0.65 +
2247
+ 'px');
2248
+ }
2249
+ animateTableDimensions() {
2250
+ const height = linear.select(this._titleDiv).style('height');
2251
+ linear.select(this._titleDiv)
2252
+ .style('height', this._prevHeight)
2253
+ .transition('adjust')
2254
+ .duration(400)
2255
+ .style('height', height)
2256
+ .on('end', () => linear.select(this._titleDiv).style('height', null));
2257
+ const table = linear.select(this._tableDiv);
2258
+ table
2259
+ .transition('adjustHeight')
2260
+ .duration(400)
2261
+ // The last value is for compensating the padding set on the table element, changing padding in css, will need change in these two lines
2262
+ .style('height', this._maxHeight -
2263
+ (parseFloat(height) +
2264
+ parseFloat(getComputedStyle(document.documentElement).fontSize) *
2265
+ 1.25) -
2266
+ parseFloat(getComputedStyle(document.documentElement).fontSize) *
2267
+ 0.65 +
2268
+ 'px');
2269
+ table.style('width', this.dims.width -
2270
+ parseFloat(getComputedStyle(document.documentElement).fontSize) * 0.65 +
2271
+ 'px');
2272
+ }
2273
+ // Extracting all headings from data and returning a string with <th>-elements with headings
2274
+ headings() {
2275
+ let headingsString = `<th scope="col">${this._chartData.x}</th>`;
2276
+ this._coreSeries.forEach((elem) => {
2277
+ headingsString = headingsString.concat(`<th scope="col">${elem.title}</th>`);
2278
+ });
2279
+ return headingsString;
2280
+ }
2281
+ // Building the table body
2282
+ tableBody() {
2283
+ let body = '';
2284
+ const loopable = this._chartData.data.xValueNames
2285
+ ? this._chartData.data.xValueNames
2286
+ : this._chartData.data.xValues;
2287
+ loopable.forEach((elem, index) => {
2288
+ let cells = '';
2289
+ this._coreSeries.forEach((serie) => {
2290
+ cells = cells.concat(`<td>${serie.yValues[index] != null ? linear.formatLocale(this.axisNumberFormat).format(this.formatStyle)(serie.yValues[index]) : '-'}</td>`);
2291
+ });
2292
+ body = body.concat(`<tr><th scope='row'>${elem}${cells}</th></tr>`);
2293
+ });
2294
+ return body;
2295
+ }
2296
+ render() {
2297
+ let heading = '';
2298
+ if (!this._chartData.subTitle)
2299
+ heading = `<${this.afHeadingLevel}>${this._chartData.title}</${this.afHeadingLevel}>`;
2300
+ else
2301
+ heading = `<${this.afHeadingLevel}>${this._chartData.title}</${this.afHeadingLevel}><p>${this._chartData.subTitle}</p>`;
2302
+ return (index.h("host", { key: '599b0ceed35f5372d1fbab921a637e9435273014', ref: (el) => (this._host = el) }, index.h("div", { key: '7d30965d31f83efe4a5595b6d1142bc0367f0663', class: "topWrapper", ref: (el) => (this._titleDiv = el) }, index.h("digi-typography", { key: '3de359b224ed3bba175db33e5aec7216b8994e48', class: "chartTitle", innerHTML: heading }), index.h("digi-button", { key: 'd63d39502bb4f527f80873acf1dc9b6aa83d9b32', class: "buttonWrapper tableButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.activateTable, afAriaLabel: `Visa tabell ${this._chartData.title ? this._chartData.title.toLowerCase() : ''}` }, index.h("digi-icon-table", { key: '59bc7601399c0dd03f29b490e627b4b489f2ce47', slot: "icon" }), "Visa tabell"), index.h("digi-button", { key: '43cd8c5f4d3e75b05dfaec827803e5f0e026cdfe', style: { display: 'none' }, class: "buttonWrapper chartButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.reInitChart, afAriaLabel: `Visa diagram ${this._chartData.title ? this._chartData.title.toLowerCase() : ''}` }, index.h("digi-icon-chart", { key: 'b7ee0fda3ec7d3a484edefba7013b2228d5fb13b', slot: "icon" }), "Visa diagram"), index.h("div", { key: '3e218f0ae719329d770bbf40015d14b7eea69030', class: "scChartStatus", role: "status", ref: (el) => (this._status = el) })), index.h("div", { key: '81180bbc15847c234f28b197747e4b7f49ba249a', class: "chartTooltip", id: this.afId }, index.h("div", { key: '0a35223f2243858cd475d21918ed42d28f84e51f', class: "tooltipBody" }), index.h("digi-icon-x", { key: 'dfd78720458cde92bc08839d6d158709466feb8c', class: "close" }), ' '), index.h("div", { key: 'b6170e2955828a957f1f2b34dc3c9f1ef7ee2e2f', class: "chart", ref: (el) => (this._chartDiv = el) }), index.h("div", { key: 'c2f92a38360c0f33464948ae3deea1e3a73d37c8', class: "legend", ref: (el) => (this._legendDiv = el) }), index.h("div", { key: '0f8dee442695c4de67f35b574c06a89f1835c9b9', class: "table", ref: (el) => (this._tableDiv = el) }, ' ')));
2303
+ }
2304
+ get element() { return index.getElement(this); }
2305
+ static get watchers() { return {
2306
+ "afChartData": ["afChartDataUpdate"]
2307
+ }; }
2308
+ };
2309
+ ChartLine.style = DigiChartLineStyle0;
2310
+
2311
+ exports.digi_chart_line = ChartLine;