@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,3738 @@
1
+ 'use strict';
2
+
3
+ function ascending$1(a, b) {
4
+ return a == null || b == null ? NaN : a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
5
+ }
6
+
7
+ function descending(a, b) {
8
+ return a == null || b == null ? NaN
9
+ : b < a ? -1
10
+ : b > a ? 1
11
+ : b >= a ? 0
12
+ : NaN;
13
+ }
14
+
15
+ function bisector(f) {
16
+ let compare1, compare2, delta;
17
+
18
+ // If an accessor is specified, promote it to a comparator. In this case we
19
+ // can test whether the search value is (self-) comparable. We can’t do this
20
+ // for a comparator (except for specific, known comparators) because we can’t
21
+ // tell if the comparator is symmetric, and an asymmetric comparator can’t be
22
+ // used to test whether a single value is comparable.
23
+ if (f.length !== 2) {
24
+ compare1 = ascending$1;
25
+ compare2 = (d, x) => ascending$1(f(d), x);
26
+ delta = (d, x) => f(d) - x;
27
+ } else {
28
+ compare1 = f === ascending$1 || f === descending ? f : zero$1;
29
+ compare2 = f;
30
+ delta = f;
31
+ }
32
+
33
+ function left(a, x, lo = 0, hi = a.length) {
34
+ if (lo < hi) {
35
+ if (compare1(x, x) !== 0) return hi;
36
+ do {
37
+ const mid = (lo + hi) >>> 1;
38
+ if (compare2(a[mid], x) < 0) lo = mid + 1;
39
+ else hi = mid;
40
+ } while (lo < hi);
41
+ }
42
+ return lo;
43
+ }
44
+
45
+ function right(a, x, lo = 0, hi = a.length) {
46
+ if (lo < hi) {
47
+ if (compare1(x, x) !== 0) return hi;
48
+ do {
49
+ const mid = (lo + hi) >>> 1;
50
+ if (compare2(a[mid], x) <= 0) lo = mid + 1;
51
+ else hi = mid;
52
+ } while (lo < hi);
53
+ }
54
+ return lo;
55
+ }
56
+
57
+ function center(a, x, lo = 0, hi = a.length) {
58
+ const i = left(a, x, lo, hi - 1);
59
+ return i > lo && delta(a[i - 1], x) > -delta(a[i], x) ? i - 1 : i;
60
+ }
61
+
62
+ return {left, center, right};
63
+ }
64
+
65
+ function zero$1() {
66
+ return 0;
67
+ }
68
+
69
+ function number$2(x) {
70
+ return x === null ? NaN : +x;
71
+ }
72
+
73
+ const ascendingBisect = bisector(ascending$1);
74
+ const bisectRight = ascendingBisect.right;
75
+ bisector(number$2).center;
76
+ const bisect = bisectRight;
77
+
78
+ class InternMap extends Map {
79
+ constructor(entries, key = keyof) {
80
+ super();
81
+ Object.defineProperties(this, {_intern: {value: new Map()}, _key: {value: key}});
82
+ if (entries != null) for (const [key, value] of entries) this.set(key, value);
83
+ }
84
+ get(key) {
85
+ return super.get(intern_get(this, key));
86
+ }
87
+ has(key) {
88
+ return super.has(intern_get(this, key));
89
+ }
90
+ set(key, value) {
91
+ return super.set(intern_set(this, key), value);
92
+ }
93
+ delete(key) {
94
+ return super.delete(intern_delete(this, key));
95
+ }
96
+ }
97
+
98
+ function intern_get({_intern, _key}, value) {
99
+ const key = _key(value);
100
+ return _intern.has(key) ? _intern.get(key) : value;
101
+ }
102
+
103
+ function intern_set({_intern, _key}, value) {
104
+ const key = _key(value);
105
+ if (_intern.has(key)) return _intern.get(key);
106
+ _intern.set(key, value);
107
+ return value;
108
+ }
109
+
110
+ function intern_delete({_intern, _key}, value) {
111
+ const key = _key(value);
112
+ if (_intern.has(key)) {
113
+ value = _intern.get(key);
114
+ _intern.delete(key);
115
+ }
116
+ return value;
117
+ }
118
+
119
+ function keyof(value) {
120
+ return value !== null && typeof value === "object" ? value.valueOf() : value;
121
+ }
122
+
123
+ const e10 = Math.sqrt(50),
124
+ e5 = Math.sqrt(10),
125
+ e2 = Math.sqrt(2);
126
+
127
+ function tickSpec(start, stop, count) {
128
+ const step = (stop - start) / Math.max(0, count),
129
+ power = Math.floor(Math.log10(step)),
130
+ error = step / Math.pow(10, power),
131
+ factor = error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1;
132
+ let i1, i2, inc;
133
+ if (power < 0) {
134
+ inc = Math.pow(10, -power) / factor;
135
+ i1 = Math.round(start * inc);
136
+ i2 = Math.round(stop * inc);
137
+ if (i1 / inc < start) ++i1;
138
+ if (i2 / inc > stop) --i2;
139
+ inc = -inc;
140
+ } else {
141
+ inc = Math.pow(10, power) * factor;
142
+ i1 = Math.round(start / inc);
143
+ i2 = Math.round(stop / inc);
144
+ if (i1 * inc < start) ++i1;
145
+ if (i2 * inc > stop) --i2;
146
+ }
147
+ if (i2 < i1 && 0.5 <= count && count < 2) return tickSpec(start, stop, count * 2);
148
+ return [i1, i2, inc];
149
+ }
150
+
151
+ function ticks(start, stop, count) {
152
+ stop = +stop, start = +start, count = +count;
153
+ if (!(count > 0)) return [];
154
+ if (start === stop) return [start];
155
+ const reverse = stop < start, [i1, i2, inc] = reverse ? tickSpec(stop, start, count) : tickSpec(start, stop, count);
156
+ if (!(i2 >= i1)) return [];
157
+ const n = i2 - i1 + 1, ticks = new Array(n);
158
+ if (reverse) {
159
+ if (inc < 0) for (let i = 0; i < n; ++i) ticks[i] = (i2 - i) / -inc;
160
+ else for (let i = 0; i < n; ++i) ticks[i] = (i2 - i) * inc;
161
+ } else {
162
+ if (inc < 0) for (let i = 0; i < n; ++i) ticks[i] = (i1 + i) / -inc;
163
+ else for (let i = 0; i < n; ++i) ticks[i] = (i1 + i) * inc;
164
+ }
165
+ return ticks;
166
+ }
167
+
168
+ function tickIncrement(start, stop, count) {
169
+ stop = +stop, start = +start, count = +count;
170
+ return tickSpec(start, stop, count)[2];
171
+ }
172
+
173
+ function tickStep(start, stop, count) {
174
+ stop = +stop, start = +start, count = +count;
175
+ const reverse = stop < start, inc = reverse ? tickIncrement(stop, start, count) : tickIncrement(start, stop, count);
176
+ return (reverse ? -1 : 1) * (inc < 0 ? 1 / -inc : inc);
177
+ }
178
+
179
+ function max(values, valueof) {
180
+ let max;
181
+ if (valueof === undefined) {
182
+ for (const value of values) {
183
+ if (value != null
184
+ && (max < value || (max === undefined && value >= value))) {
185
+ max = value;
186
+ }
187
+ }
188
+ } else {
189
+ let index = -1;
190
+ for (let value of values) {
191
+ if ((value = valueof(value, ++index, values)) != null
192
+ && (max < value || (max === undefined && value >= value))) {
193
+ max = value;
194
+ }
195
+ }
196
+ }
197
+ return max;
198
+ }
199
+
200
+ function min(values, valueof) {
201
+ let min;
202
+ if (valueof === undefined) {
203
+ for (const value of values) {
204
+ if (value != null
205
+ && (min > value || (min === undefined && value >= value))) {
206
+ min = value;
207
+ }
208
+ }
209
+ } else {
210
+ let index = -1;
211
+ for (let value of values) {
212
+ if ((value = valueof(value, ++index, values)) != null
213
+ && (min > value || (min === undefined && value >= value))) {
214
+ min = value;
215
+ }
216
+ }
217
+ }
218
+ return min;
219
+ }
220
+
221
+ function range(start, stop, step) {
222
+ start = +start, stop = +stop, step = (n = arguments.length) < 2 ? (stop = start, start = 0, 1) : n < 3 ? 1 : +step;
223
+
224
+ var i = -1,
225
+ n = Math.max(0, Math.ceil((stop - start) / step)) | 0,
226
+ range = new Array(n);
227
+
228
+ while (++i < n) {
229
+ range[i] = start + i * step;
230
+ }
231
+
232
+ return range;
233
+ }
234
+
235
+ function identity$3(x) {
236
+ return x;
237
+ }
238
+
239
+ var top = 1,
240
+ right = 2,
241
+ bottom = 3,
242
+ left = 4,
243
+ epsilon = 1e-6;
244
+
245
+ function translateX(x) {
246
+ return "translate(" + x + ",0)";
247
+ }
248
+
249
+ function translateY(y) {
250
+ return "translate(0," + y + ")";
251
+ }
252
+
253
+ function number$1(scale) {
254
+ return d => +scale(d);
255
+ }
256
+
257
+ function center(scale, offset) {
258
+ offset = Math.max(0, scale.bandwidth() - offset * 2) / 2;
259
+ if (scale.round()) offset = Math.round(offset);
260
+ return d => +scale(d) + offset;
261
+ }
262
+
263
+ function entering() {
264
+ return !this.__axis;
265
+ }
266
+
267
+ function axis(orient, scale) {
268
+ var tickArguments = [],
269
+ tickValues = null,
270
+ tickFormat = null,
271
+ tickSizeInner = 6,
272
+ tickSizeOuter = 6,
273
+ tickPadding = 3,
274
+ offset = typeof window !== "undefined" && window.devicePixelRatio > 1 ? 0 : 0.5,
275
+ k = orient === top || orient === left ? -1 : 1,
276
+ x = orient === left || orient === right ? "x" : "y",
277
+ transform = orient === top || orient === bottom ? translateX : translateY;
278
+
279
+ function axis(context) {
280
+ var values = tickValues == null ? (scale.ticks ? scale.ticks.apply(scale, tickArguments) : scale.domain()) : tickValues,
281
+ format = tickFormat == null ? (scale.tickFormat ? scale.tickFormat.apply(scale, tickArguments) : identity$3) : tickFormat,
282
+ spacing = Math.max(tickSizeInner, 0) + tickPadding,
283
+ range = scale.range(),
284
+ range0 = +range[0] + offset,
285
+ range1 = +range[range.length - 1] + offset,
286
+ position = (scale.bandwidth ? center : number$1)(scale.copy(), offset),
287
+ selection = context.selection ? context.selection() : context,
288
+ path = selection.selectAll(".domain").data([null]),
289
+ tick = selection.selectAll(".tick").data(values, scale).order(),
290
+ tickExit = tick.exit(),
291
+ tickEnter = tick.enter().append("g").attr("class", "tick"),
292
+ line = tick.select("line"),
293
+ text = tick.select("text");
294
+
295
+ path = path.merge(path.enter().insert("path", ".tick")
296
+ .attr("class", "domain")
297
+ .attr("stroke", "currentColor"));
298
+
299
+ tick = tick.merge(tickEnter);
300
+
301
+ line = line.merge(tickEnter.append("line")
302
+ .attr("stroke", "currentColor")
303
+ .attr(x + "2", k * tickSizeInner));
304
+
305
+ text = text.merge(tickEnter.append("text")
306
+ .attr("fill", "currentColor")
307
+ .attr(x, k * spacing)
308
+ .attr("dy", orient === top ? "0em" : orient === bottom ? "0.71em" : "0.32em"));
309
+
310
+ if (context !== selection) {
311
+ path = path.transition(context);
312
+ tick = tick.transition(context);
313
+ line = line.transition(context);
314
+ text = text.transition(context);
315
+
316
+ tickExit = tickExit.transition(context)
317
+ .attr("opacity", epsilon)
318
+ .attr("transform", function(d) { return isFinite(d = position(d)) ? transform(d + offset) : this.getAttribute("transform"); });
319
+
320
+ tickEnter
321
+ .attr("opacity", epsilon)
322
+ .attr("transform", function(d) { var p = this.parentNode.__axis; return transform((p && isFinite(p = p(d)) ? p : position(d)) + offset); });
323
+ }
324
+
325
+ tickExit.remove();
326
+
327
+ path
328
+ .attr("d", orient === left || orient === right
329
+ ? (tickSizeOuter ? "M" + k * tickSizeOuter + "," + range0 + "H" + offset + "V" + range1 + "H" + k * tickSizeOuter : "M" + offset + "," + range0 + "V" + range1)
330
+ : (tickSizeOuter ? "M" + range0 + "," + k * tickSizeOuter + "V" + offset + "H" + range1 + "V" + k * tickSizeOuter : "M" + range0 + "," + offset + "H" + range1));
331
+
332
+ tick
333
+ .attr("opacity", 1)
334
+ .attr("transform", function(d) { return transform(position(d) + offset); });
335
+
336
+ line
337
+ .attr(x + "2", k * tickSizeInner);
338
+
339
+ text
340
+ .attr(x, k * spacing)
341
+ .text(format);
342
+
343
+ selection.filter(entering)
344
+ .attr("fill", "none")
345
+ .attr("font-size", 10)
346
+ .attr("font-family", "sans-serif")
347
+ .attr("text-anchor", orient === right ? "start" : orient === left ? "end" : "middle");
348
+
349
+ selection
350
+ .each(function() { this.__axis = position; });
351
+ }
352
+
353
+ axis.scale = function(_) {
354
+ return arguments.length ? (scale = _, axis) : scale;
355
+ };
356
+
357
+ axis.ticks = function() {
358
+ return tickArguments = Array.from(arguments), axis;
359
+ };
360
+
361
+ axis.tickArguments = function(_) {
362
+ return arguments.length ? (tickArguments = _ == null ? [] : Array.from(_), axis) : tickArguments.slice();
363
+ };
364
+
365
+ axis.tickValues = function(_) {
366
+ return arguments.length ? (tickValues = _ == null ? null : Array.from(_), axis) : tickValues && tickValues.slice();
367
+ };
368
+
369
+ axis.tickFormat = function(_) {
370
+ return arguments.length ? (tickFormat = _, axis) : tickFormat;
371
+ };
372
+
373
+ axis.tickSize = function(_) {
374
+ return arguments.length ? (tickSizeInner = tickSizeOuter = +_, axis) : tickSizeInner;
375
+ };
376
+
377
+ axis.tickSizeInner = function(_) {
378
+ return arguments.length ? (tickSizeInner = +_, axis) : tickSizeInner;
379
+ };
380
+
381
+ axis.tickSizeOuter = function(_) {
382
+ return arguments.length ? (tickSizeOuter = +_, axis) : tickSizeOuter;
383
+ };
384
+
385
+ axis.tickPadding = function(_) {
386
+ return arguments.length ? (tickPadding = +_, axis) : tickPadding;
387
+ };
388
+
389
+ axis.offset = function(_) {
390
+ return arguments.length ? (offset = +_, axis) : offset;
391
+ };
392
+
393
+ return axis;
394
+ }
395
+
396
+ function axisBottom(scale) {
397
+ return axis(bottom, scale);
398
+ }
399
+
400
+ function axisLeft(scale) {
401
+ return axis(left, scale);
402
+ }
403
+
404
+ var noop = {value: () => {}};
405
+
406
+ function dispatch() {
407
+ for (var i = 0, n = arguments.length, _ = {}, t; i < n; ++i) {
408
+ if (!(t = arguments[i] + "") || (t in _) || /[\s.]/.test(t)) throw new Error("illegal type: " + t);
409
+ _[t] = [];
410
+ }
411
+ return new Dispatch(_);
412
+ }
413
+
414
+ function Dispatch(_) {
415
+ this._ = _;
416
+ }
417
+
418
+ function parseTypenames$1(typenames, types) {
419
+ return typenames.trim().split(/^|\s+/).map(function(t) {
420
+ var name = "", i = t.indexOf(".");
421
+ if (i >= 0) name = t.slice(i + 1), t = t.slice(0, i);
422
+ if (t && !types.hasOwnProperty(t)) throw new Error("unknown type: " + t);
423
+ return {type: t, name: name};
424
+ });
425
+ }
426
+
427
+ Dispatch.prototype = dispatch.prototype = {
428
+ constructor: Dispatch,
429
+ on: function(typename, callback) {
430
+ var _ = this._,
431
+ T = parseTypenames$1(typename + "", _),
432
+ t,
433
+ i = -1,
434
+ n = T.length;
435
+
436
+ // If no callback was specified, return the callback of the given type and name.
437
+ if (arguments.length < 2) {
438
+ while (++i < n) if ((t = (typename = T[i]).type) && (t = get$1(_[t], typename.name))) return t;
439
+ return;
440
+ }
441
+
442
+ // If a type was specified, set the callback for the given type and name.
443
+ // Otherwise, if a null callback was specified, remove callbacks of the given name.
444
+ if (callback != null && typeof callback !== "function") throw new Error("invalid callback: " + callback);
445
+ while (++i < n) {
446
+ if (t = (typename = T[i]).type) _[t] = set$1(_[t], typename.name, callback);
447
+ else if (callback == null) for (t in _) _[t] = set$1(_[t], typename.name, null);
448
+ }
449
+
450
+ return this;
451
+ },
452
+ copy: function() {
453
+ var copy = {}, _ = this._;
454
+ for (var t in _) copy[t] = _[t].slice();
455
+ return new Dispatch(copy);
456
+ },
457
+ call: function(type, that) {
458
+ if ((n = arguments.length - 2) > 0) for (var args = new Array(n), i = 0, n, t; i < n; ++i) args[i] = arguments[i + 2];
459
+ if (!this._.hasOwnProperty(type)) throw new Error("unknown type: " + type);
460
+ for (t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);
461
+ },
462
+ apply: function(type, that, args) {
463
+ if (!this._.hasOwnProperty(type)) throw new Error("unknown type: " + type);
464
+ for (var t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);
465
+ }
466
+ };
467
+
468
+ function get$1(type, name) {
469
+ for (var i = 0, n = type.length, c; i < n; ++i) {
470
+ if ((c = type[i]).name === name) {
471
+ return c.value;
472
+ }
473
+ }
474
+ }
475
+
476
+ function set$1(type, name, callback) {
477
+ for (var i = 0, n = type.length; i < n; ++i) {
478
+ if (type[i].name === name) {
479
+ type[i] = noop, type = type.slice(0, i).concat(type.slice(i + 1));
480
+ break;
481
+ }
482
+ }
483
+ if (callback != null) type.push({name: name, value: callback});
484
+ return type;
485
+ }
486
+
487
+ var xhtml = "http://www.w3.org/1999/xhtml";
488
+
489
+ const namespaces = {
490
+ svg: "http://www.w3.org/2000/svg",
491
+ xhtml: xhtml,
492
+ xlink: "http://www.w3.org/1999/xlink",
493
+ xml: "http://www.w3.org/XML/1998/namespace",
494
+ xmlns: "http://www.w3.org/2000/xmlns/"
495
+ };
496
+
497
+ function namespace(name) {
498
+ var prefix = name += "", i = prefix.indexOf(":");
499
+ if (i >= 0 && (prefix = name.slice(0, i)) !== "xmlns") name = name.slice(i + 1);
500
+ return namespaces.hasOwnProperty(prefix) ? {space: namespaces[prefix], local: name} : name; // eslint-disable-line no-prototype-builtins
501
+ }
502
+
503
+ function creatorInherit(name) {
504
+ return function() {
505
+ var document = this.ownerDocument,
506
+ uri = this.namespaceURI;
507
+ return uri === xhtml && document.documentElement.namespaceURI === xhtml
508
+ ? document.createElement(name)
509
+ : document.createElementNS(uri, name);
510
+ };
511
+ }
512
+
513
+ function creatorFixed(fullname) {
514
+ return function() {
515
+ return this.ownerDocument.createElementNS(fullname.space, fullname.local);
516
+ };
517
+ }
518
+
519
+ function creator(name) {
520
+ var fullname = namespace(name);
521
+ return (fullname.local
522
+ ? creatorFixed
523
+ : creatorInherit)(fullname);
524
+ }
525
+
526
+ function none() {}
527
+
528
+ function selector(selector) {
529
+ return selector == null ? none : function() {
530
+ return this.querySelector(selector);
531
+ };
532
+ }
533
+
534
+ function selection_select(select) {
535
+ if (typeof select !== "function") select = selector(select);
536
+
537
+ for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
538
+ for (var group = groups[j], n = group.length, subgroup = subgroups[j] = new Array(n), node, subnode, i = 0; i < n; ++i) {
539
+ if ((node = group[i]) && (subnode = select.call(node, node.__data__, i, group))) {
540
+ if ("__data__" in node) subnode.__data__ = node.__data__;
541
+ subgroup[i] = subnode;
542
+ }
543
+ }
544
+ }
545
+
546
+ return new Selection$1(subgroups, this._parents);
547
+ }
548
+
549
+ // Given something array like (or null), returns something that is strictly an
550
+ // array. This is used to ensure that array-like objects passed to d3.selectAll
551
+ // or selection.selectAll are converted into proper arrays when creating a
552
+ // selection; we don’t ever want to create a selection backed by a live
553
+ // HTMLCollection or NodeList. However, note that selection.selectAll will use a
554
+ // static NodeList as a group, since it safely derived from querySelectorAll.
555
+ function array(x) {
556
+ return x == null ? [] : Array.isArray(x) ? x : Array.from(x);
557
+ }
558
+
559
+ function empty() {
560
+ return [];
561
+ }
562
+
563
+ function selectorAll(selector) {
564
+ return selector == null ? empty : function() {
565
+ return this.querySelectorAll(selector);
566
+ };
567
+ }
568
+
569
+ function arrayAll(select) {
570
+ return function() {
571
+ return array(select.apply(this, arguments));
572
+ };
573
+ }
574
+
575
+ function selection_selectAll(select) {
576
+ if (typeof select === "function") select = arrayAll(select);
577
+ else select = selectorAll(select);
578
+
579
+ for (var groups = this._groups, m = groups.length, subgroups = [], parents = [], j = 0; j < m; ++j) {
580
+ for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
581
+ if (node = group[i]) {
582
+ subgroups.push(select.call(node, node.__data__, i, group));
583
+ parents.push(node);
584
+ }
585
+ }
586
+ }
587
+
588
+ return new Selection$1(subgroups, parents);
589
+ }
590
+
591
+ function matcher(selector) {
592
+ return function() {
593
+ return this.matches(selector);
594
+ };
595
+ }
596
+
597
+ function childMatcher(selector) {
598
+ return function(node) {
599
+ return node.matches(selector);
600
+ };
601
+ }
602
+
603
+ var find = Array.prototype.find;
604
+
605
+ function childFind(match) {
606
+ return function() {
607
+ return find.call(this.children, match);
608
+ };
609
+ }
610
+
611
+ function childFirst() {
612
+ return this.firstElementChild;
613
+ }
614
+
615
+ function selection_selectChild(match) {
616
+ return this.select(match == null ? childFirst
617
+ : childFind(typeof match === "function" ? match : childMatcher(match)));
618
+ }
619
+
620
+ var filter = Array.prototype.filter;
621
+
622
+ function children() {
623
+ return Array.from(this.children);
624
+ }
625
+
626
+ function childrenFilter(match) {
627
+ return function() {
628
+ return filter.call(this.children, match);
629
+ };
630
+ }
631
+
632
+ function selection_selectChildren(match) {
633
+ return this.selectAll(match == null ? children
634
+ : childrenFilter(typeof match === "function" ? match : childMatcher(match)));
635
+ }
636
+
637
+ function selection_filter(match) {
638
+ if (typeof match !== "function") match = matcher(match);
639
+
640
+ for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
641
+ for (var group = groups[j], n = group.length, subgroup = subgroups[j] = [], node, i = 0; i < n; ++i) {
642
+ if ((node = group[i]) && match.call(node, node.__data__, i, group)) {
643
+ subgroup.push(node);
644
+ }
645
+ }
646
+ }
647
+
648
+ return new Selection$1(subgroups, this._parents);
649
+ }
650
+
651
+ function sparse(update) {
652
+ return new Array(update.length);
653
+ }
654
+
655
+ function selection_enter() {
656
+ return new Selection$1(this._enter || this._groups.map(sparse), this._parents);
657
+ }
658
+
659
+ function EnterNode(parent, datum) {
660
+ this.ownerDocument = parent.ownerDocument;
661
+ this.namespaceURI = parent.namespaceURI;
662
+ this._next = null;
663
+ this._parent = parent;
664
+ this.__data__ = datum;
665
+ }
666
+
667
+ EnterNode.prototype = {
668
+ constructor: EnterNode,
669
+ appendChild: function(child) { return this._parent.insertBefore(child, this._next); },
670
+ insertBefore: function(child, next) { return this._parent.insertBefore(child, next); },
671
+ querySelector: function(selector) { return this._parent.querySelector(selector); },
672
+ querySelectorAll: function(selector) { return this._parent.querySelectorAll(selector); }
673
+ };
674
+
675
+ function constant$1(x) {
676
+ return function() {
677
+ return x;
678
+ };
679
+ }
680
+
681
+ function bindIndex(parent, group, enter, update, exit, data) {
682
+ var i = 0,
683
+ node,
684
+ groupLength = group.length,
685
+ dataLength = data.length;
686
+
687
+ // Put any non-null nodes that fit into update.
688
+ // Put any null nodes into enter.
689
+ // Put any remaining data into enter.
690
+ for (; i < dataLength; ++i) {
691
+ if (node = group[i]) {
692
+ node.__data__ = data[i];
693
+ update[i] = node;
694
+ } else {
695
+ enter[i] = new EnterNode(parent, data[i]);
696
+ }
697
+ }
698
+
699
+ // Put any non-null nodes that don’t fit into exit.
700
+ for (; i < groupLength; ++i) {
701
+ if (node = group[i]) {
702
+ exit[i] = node;
703
+ }
704
+ }
705
+ }
706
+
707
+ function bindKey(parent, group, enter, update, exit, data, key) {
708
+ var i,
709
+ node,
710
+ nodeByKeyValue = new Map,
711
+ groupLength = group.length,
712
+ dataLength = data.length,
713
+ keyValues = new Array(groupLength),
714
+ keyValue;
715
+
716
+ // Compute the key for each node.
717
+ // If multiple nodes have the same key, the duplicates are added to exit.
718
+ for (i = 0; i < groupLength; ++i) {
719
+ if (node = group[i]) {
720
+ keyValues[i] = keyValue = key.call(node, node.__data__, i, group) + "";
721
+ if (nodeByKeyValue.has(keyValue)) {
722
+ exit[i] = node;
723
+ } else {
724
+ nodeByKeyValue.set(keyValue, node);
725
+ }
726
+ }
727
+ }
728
+
729
+ // Compute the key for each datum.
730
+ // If there a node associated with this key, join and add it to update.
731
+ // If there is not (or the key is a duplicate), add it to enter.
732
+ for (i = 0; i < dataLength; ++i) {
733
+ keyValue = key.call(parent, data[i], i, data) + "";
734
+ if (node = nodeByKeyValue.get(keyValue)) {
735
+ update[i] = node;
736
+ node.__data__ = data[i];
737
+ nodeByKeyValue.delete(keyValue);
738
+ } else {
739
+ enter[i] = new EnterNode(parent, data[i]);
740
+ }
741
+ }
742
+
743
+ // Add any remaining nodes that were not bound to data to exit.
744
+ for (i = 0; i < groupLength; ++i) {
745
+ if ((node = group[i]) && (nodeByKeyValue.get(keyValues[i]) === node)) {
746
+ exit[i] = node;
747
+ }
748
+ }
749
+ }
750
+
751
+ function datum(node) {
752
+ return node.__data__;
753
+ }
754
+
755
+ function selection_data(value, key) {
756
+ if (!arguments.length) return Array.from(this, datum);
757
+
758
+ var bind = key ? bindKey : bindIndex,
759
+ parents = this._parents,
760
+ groups = this._groups;
761
+
762
+ if (typeof value !== "function") value = constant$1(value);
763
+
764
+ for (var m = groups.length, update = new Array(m), enter = new Array(m), exit = new Array(m), j = 0; j < m; ++j) {
765
+ var parent = parents[j],
766
+ group = groups[j],
767
+ groupLength = group.length,
768
+ data = arraylike(value.call(parent, parent && parent.__data__, j, parents)),
769
+ dataLength = data.length,
770
+ enterGroup = enter[j] = new Array(dataLength),
771
+ updateGroup = update[j] = new Array(dataLength),
772
+ exitGroup = exit[j] = new Array(groupLength);
773
+
774
+ bind(parent, group, enterGroup, updateGroup, exitGroup, data, key);
775
+
776
+ // Now connect the enter nodes to their following update node, such that
777
+ // appendChild can insert the materialized enter node before this node,
778
+ // rather than at the end of the parent node.
779
+ for (var i0 = 0, i1 = 0, previous, next; i0 < dataLength; ++i0) {
780
+ if (previous = enterGroup[i0]) {
781
+ if (i0 >= i1) i1 = i0 + 1;
782
+ while (!(next = updateGroup[i1]) && ++i1 < dataLength);
783
+ previous._next = next || null;
784
+ }
785
+ }
786
+ }
787
+
788
+ update = new Selection$1(update, parents);
789
+ update._enter = enter;
790
+ update._exit = exit;
791
+ return update;
792
+ }
793
+
794
+ // Given some data, this returns an array-like view of it: an object that
795
+ // exposes a length property and allows numeric indexing. Note that unlike
796
+ // selectAll, this isn’t worried about “live” collections because the resulting
797
+ // array will only be used briefly while data is being bound. (It is possible to
798
+ // cause the data to change while iterating by using a key function, but please
799
+ // don’t; we’d rather avoid a gratuitous copy.)
800
+ function arraylike(data) {
801
+ return typeof data === "object" && "length" in data
802
+ ? data // Array, TypedArray, NodeList, array-like
803
+ : Array.from(data); // Map, Set, iterable, string, or anything else
804
+ }
805
+
806
+ function selection_exit() {
807
+ return new Selection$1(this._exit || this._groups.map(sparse), this._parents);
808
+ }
809
+
810
+ function selection_join(onenter, onupdate, onexit) {
811
+ var enter = this.enter(), update = this, exit = this.exit();
812
+ if (typeof onenter === "function") {
813
+ enter = onenter(enter);
814
+ if (enter) enter = enter.selection();
815
+ } else {
816
+ enter = enter.append(onenter + "");
817
+ }
818
+ if (onupdate != null) {
819
+ update = onupdate(update);
820
+ if (update) update = update.selection();
821
+ }
822
+ if (onexit == null) exit.remove(); else onexit(exit);
823
+ return enter && update ? enter.merge(update).order() : update;
824
+ }
825
+
826
+ function selection_merge(context) {
827
+ var selection = context.selection ? context.selection() : context;
828
+
829
+ for (var groups0 = this._groups, groups1 = selection._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
830
+ for (var group0 = groups0[j], group1 = groups1[j], n = group0.length, merge = merges[j] = new Array(n), node, i = 0; i < n; ++i) {
831
+ if (node = group0[i] || group1[i]) {
832
+ merge[i] = node;
833
+ }
834
+ }
835
+ }
836
+
837
+ for (; j < m0; ++j) {
838
+ merges[j] = groups0[j];
839
+ }
840
+
841
+ return new Selection$1(merges, this._parents);
842
+ }
843
+
844
+ function selection_order() {
845
+
846
+ for (var groups = this._groups, j = -1, m = groups.length; ++j < m;) {
847
+ for (var group = groups[j], i = group.length - 1, next = group[i], node; --i >= 0;) {
848
+ if (node = group[i]) {
849
+ if (next && node.compareDocumentPosition(next) ^ 4) next.parentNode.insertBefore(node, next);
850
+ next = node;
851
+ }
852
+ }
853
+ }
854
+
855
+ return this;
856
+ }
857
+
858
+ function selection_sort(compare) {
859
+ if (!compare) compare = ascending;
860
+
861
+ function compareNode(a, b) {
862
+ return a && b ? compare(a.__data__, b.__data__) : !a - !b;
863
+ }
864
+
865
+ for (var groups = this._groups, m = groups.length, sortgroups = new Array(m), j = 0; j < m; ++j) {
866
+ for (var group = groups[j], n = group.length, sortgroup = sortgroups[j] = new Array(n), node, i = 0; i < n; ++i) {
867
+ if (node = group[i]) {
868
+ sortgroup[i] = node;
869
+ }
870
+ }
871
+ sortgroup.sort(compareNode);
872
+ }
873
+
874
+ return new Selection$1(sortgroups, this._parents).order();
875
+ }
876
+
877
+ function ascending(a, b) {
878
+ return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
879
+ }
880
+
881
+ function selection_call() {
882
+ var callback = arguments[0];
883
+ arguments[0] = this;
884
+ callback.apply(null, arguments);
885
+ return this;
886
+ }
887
+
888
+ function selection_nodes() {
889
+ return Array.from(this);
890
+ }
891
+
892
+ function selection_node() {
893
+
894
+ for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
895
+ for (var group = groups[j], i = 0, n = group.length; i < n; ++i) {
896
+ var node = group[i];
897
+ if (node) return node;
898
+ }
899
+ }
900
+
901
+ return null;
902
+ }
903
+
904
+ function selection_size() {
905
+ let size = 0;
906
+ for (const node of this) ++size; // eslint-disable-line no-unused-vars
907
+ return size;
908
+ }
909
+
910
+ function selection_empty() {
911
+ return !this.node();
912
+ }
913
+
914
+ function selection_each(callback) {
915
+
916
+ for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
917
+ for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
918
+ if (node = group[i]) callback.call(node, node.__data__, i, group);
919
+ }
920
+ }
921
+
922
+ return this;
923
+ }
924
+
925
+ function attrRemove$1(name) {
926
+ return function() {
927
+ this.removeAttribute(name);
928
+ };
929
+ }
930
+
931
+ function attrRemoveNS$1(fullname) {
932
+ return function() {
933
+ this.removeAttributeNS(fullname.space, fullname.local);
934
+ };
935
+ }
936
+
937
+ function attrConstant$1(name, value) {
938
+ return function() {
939
+ this.setAttribute(name, value);
940
+ };
941
+ }
942
+
943
+ function attrConstantNS$1(fullname, value) {
944
+ return function() {
945
+ this.setAttributeNS(fullname.space, fullname.local, value);
946
+ };
947
+ }
948
+
949
+ function attrFunction$1(name, value) {
950
+ return function() {
951
+ var v = value.apply(this, arguments);
952
+ if (v == null) this.removeAttribute(name);
953
+ else this.setAttribute(name, v);
954
+ };
955
+ }
956
+
957
+ function attrFunctionNS$1(fullname, value) {
958
+ return function() {
959
+ var v = value.apply(this, arguments);
960
+ if (v == null) this.removeAttributeNS(fullname.space, fullname.local);
961
+ else this.setAttributeNS(fullname.space, fullname.local, v);
962
+ };
963
+ }
964
+
965
+ function selection_attr(name, value) {
966
+ var fullname = namespace(name);
967
+
968
+ if (arguments.length < 2) {
969
+ var node = this.node();
970
+ return fullname.local
971
+ ? node.getAttributeNS(fullname.space, fullname.local)
972
+ : node.getAttribute(fullname);
973
+ }
974
+
975
+ return this.each((value == null
976
+ ? (fullname.local ? attrRemoveNS$1 : attrRemove$1) : (typeof value === "function"
977
+ ? (fullname.local ? attrFunctionNS$1 : attrFunction$1)
978
+ : (fullname.local ? attrConstantNS$1 : attrConstant$1)))(fullname, value));
979
+ }
980
+
981
+ function defaultView(node) {
982
+ return (node.ownerDocument && node.ownerDocument.defaultView) // node is a Node
983
+ || (node.document && node) // node is a Window
984
+ || node.defaultView; // node is a Document
985
+ }
986
+
987
+ function styleRemove$1(name) {
988
+ return function() {
989
+ this.style.removeProperty(name);
990
+ };
991
+ }
992
+
993
+ function styleConstant$1(name, value, priority) {
994
+ return function() {
995
+ this.style.setProperty(name, value, priority);
996
+ };
997
+ }
998
+
999
+ function styleFunction$1(name, value, priority) {
1000
+ return function() {
1001
+ var v = value.apply(this, arguments);
1002
+ if (v == null) this.style.removeProperty(name);
1003
+ else this.style.setProperty(name, v, priority);
1004
+ };
1005
+ }
1006
+
1007
+ function selection_style(name, value, priority) {
1008
+ return arguments.length > 1
1009
+ ? this.each((value == null
1010
+ ? styleRemove$1 : typeof value === "function"
1011
+ ? styleFunction$1
1012
+ : styleConstant$1)(name, value, priority == null ? "" : priority))
1013
+ : styleValue(this.node(), name);
1014
+ }
1015
+
1016
+ function styleValue(node, name) {
1017
+ return node.style.getPropertyValue(name)
1018
+ || defaultView(node).getComputedStyle(node, null).getPropertyValue(name);
1019
+ }
1020
+
1021
+ function propertyRemove(name) {
1022
+ return function() {
1023
+ delete this[name];
1024
+ };
1025
+ }
1026
+
1027
+ function propertyConstant(name, value) {
1028
+ return function() {
1029
+ this[name] = value;
1030
+ };
1031
+ }
1032
+
1033
+ function propertyFunction(name, value) {
1034
+ return function() {
1035
+ var v = value.apply(this, arguments);
1036
+ if (v == null) delete this[name];
1037
+ else this[name] = v;
1038
+ };
1039
+ }
1040
+
1041
+ function selection_property(name, value) {
1042
+ return arguments.length > 1
1043
+ ? this.each((value == null
1044
+ ? propertyRemove : typeof value === "function"
1045
+ ? propertyFunction
1046
+ : propertyConstant)(name, value))
1047
+ : this.node()[name];
1048
+ }
1049
+
1050
+ function classArray(string) {
1051
+ return string.trim().split(/^|\s+/);
1052
+ }
1053
+
1054
+ function classList(node) {
1055
+ return node.classList || new ClassList(node);
1056
+ }
1057
+
1058
+ function ClassList(node) {
1059
+ this._node = node;
1060
+ this._names = classArray(node.getAttribute("class") || "");
1061
+ }
1062
+
1063
+ ClassList.prototype = {
1064
+ add: function(name) {
1065
+ var i = this._names.indexOf(name);
1066
+ if (i < 0) {
1067
+ this._names.push(name);
1068
+ this._node.setAttribute("class", this._names.join(" "));
1069
+ }
1070
+ },
1071
+ remove: function(name) {
1072
+ var i = this._names.indexOf(name);
1073
+ if (i >= 0) {
1074
+ this._names.splice(i, 1);
1075
+ this._node.setAttribute("class", this._names.join(" "));
1076
+ }
1077
+ },
1078
+ contains: function(name) {
1079
+ return this._names.indexOf(name) >= 0;
1080
+ }
1081
+ };
1082
+
1083
+ function classedAdd(node, names) {
1084
+ var list = classList(node), i = -1, n = names.length;
1085
+ while (++i < n) list.add(names[i]);
1086
+ }
1087
+
1088
+ function classedRemove(node, names) {
1089
+ var list = classList(node), i = -1, n = names.length;
1090
+ while (++i < n) list.remove(names[i]);
1091
+ }
1092
+
1093
+ function classedTrue(names) {
1094
+ return function() {
1095
+ classedAdd(this, names);
1096
+ };
1097
+ }
1098
+
1099
+ function classedFalse(names) {
1100
+ return function() {
1101
+ classedRemove(this, names);
1102
+ };
1103
+ }
1104
+
1105
+ function classedFunction(names, value) {
1106
+ return function() {
1107
+ (value.apply(this, arguments) ? classedAdd : classedRemove)(this, names);
1108
+ };
1109
+ }
1110
+
1111
+ function selection_classed(name, value) {
1112
+ var names = classArray(name + "");
1113
+
1114
+ if (arguments.length < 2) {
1115
+ var list = classList(this.node()), i = -1, n = names.length;
1116
+ while (++i < n) if (!list.contains(names[i])) return false;
1117
+ return true;
1118
+ }
1119
+
1120
+ return this.each((typeof value === "function"
1121
+ ? classedFunction : value
1122
+ ? classedTrue
1123
+ : classedFalse)(names, value));
1124
+ }
1125
+
1126
+ function textRemove() {
1127
+ this.textContent = "";
1128
+ }
1129
+
1130
+ function textConstant$1(value) {
1131
+ return function() {
1132
+ this.textContent = value;
1133
+ };
1134
+ }
1135
+
1136
+ function textFunction$1(value) {
1137
+ return function() {
1138
+ var v = value.apply(this, arguments);
1139
+ this.textContent = v == null ? "" : v;
1140
+ };
1141
+ }
1142
+
1143
+ function selection_text(value) {
1144
+ return arguments.length
1145
+ ? this.each(value == null
1146
+ ? textRemove : (typeof value === "function"
1147
+ ? textFunction$1
1148
+ : textConstant$1)(value))
1149
+ : this.node().textContent;
1150
+ }
1151
+
1152
+ function htmlRemove() {
1153
+ this.innerHTML = "";
1154
+ }
1155
+
1156
+ function htmlConstant(value) {
1157
+ return function() {
1158
+ this.innerHTML = value;
1159
+ };
1160
+ }
1161
+
1162
+ function htmlFunction(value) {
1163
+ return function() {
1164
+ var v = value.apply(this, arguments);
1165
+ this.innerHTML = v == null ? "" : v;
1166
+ };
1167
+ }
1168
+
1169
+ function selection_html(value) {
1170
+ return arguments.length
1171
+ ? this.each(value == null
1172
+ ? htmlRemove : (typeof value === "function"
1173
+ ? htmlFunction
1174
+ : htmlConstant)(value))
1175
+ : this.node().innerHTML;
1176
+ }
1177
+
1178
+ function raise() {
1179
+ if (this.nextSibling) this.parentNode.appendChild(this);
1180
+ }
1181
+
1182
+ function selection_raise() {
1183
+ return this.each(raise);
1184
+ }
1185
+
1186
+ function lower() {
1187
+ if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
1188
+ }
1189
+
1190
+ function selection_lower() {
1191
+ return this.each(lower);
1192
+ }
1193
+
1194
+ function selection_append(name) {
1195
+ var create = typeof name === "function" ? name : creator(name);
1196
+ return this.select(function() {
1197
+ return this.appendChild(create.apply(this, arguments));
1198
+ });
1199
+ }
1200
+
1201
+ function constantNull() {
1202
+ return null;
1203
+ }
1204
+
1205
+ function selection_insert(name, before) {
1206
+ var create = typeof name === "function" ? name : creator(name),
1207
+ select = before == null ? constantNull : typeof before === "function" ? before : selector(before);
1208
+ return this.select(function() {
1209
+ return this.insertBefore(create.apply(this, arguments), select.apply(this, arguments) || null);
1210
+ });
1211
+ }
1212
+
1213
+ function remove() {
1214
+ var parent = this.parentNode;
1215
+ if (parent) parent.removeChild(this);
1216
+ }
1217
+
1218
+ function selection_remove() {
1219
+ return this.each(remove);
1220
+ }
1221
+
1222
+ function selection_cloneShallow() {
1223
+ var clone = this.cloneNode(false), parent = this.parentNode;
1224
+ return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
1225
+ }
1226
+
1227
+ function selection_cloneDeep() {
1228
+ var clone = this.cloneNode(true), parent = this.parentNode;
1229
+ return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
1230
+ }
1231
+
1232
+ function selection_clone(deep) {
1233
+ return this.select(deep ? selection_cloneDeep : selection_cloneShallow);
1234
+ }
1235
+
1236
+ function selection_datum(value) {
1237
+ return arguments.length
1238
+ ? this.property("__data__", value)
1239
+ : this.node().__data__;
1240
+ }
1241
+
1242
+ function contextListener(listener) {
1243
+ return function(event) {
1244
+ listener.call(this, event, this.__data__);
1245
+ };
1246
+ }
1247
+
1248
+ function parseTypenames(typenames) {
1249
+ return typenames.trim().split(/^|\s+/).map(function(t) {
1250
+ var name = "", i = t.indexOf(".");
1251
+ if (i >= 0) name = t.slice(i + 1), t = t.slice(0, i);
1252
+ return {type: t, name: name};
1253
+ });
1254
+ }
1255
+
1256
+ function onRemove(typename) {
1257
+ return function() {
1258
+ var on = this.__on;
1259
+ if (!on) return;
1260
+ for (var j = 0, i = -1, m = on.length, o; j < m; ++j) {
1261
+ if (o = on[j], (!typename.type || o.type === typename.type) && o.name === typename.name) {
1262
+ this.removeEventListener(o.type, o.listener, o.options);
1263
+ } else {
1264
+ on[++i] = o;
1265
+ }
1266
+ }
1267
+ if (++i) on.length = i;
1268
+ else delete this.__on;
1269
+ };
1270
+ }
1271
+
1272
+ function onAdd(typename, value, options) {
1273
+ return function() {
1274
+ var on = this.__on, o, listener = contextListener(value);
1275
+ if (on) for (var j = 0, m = on.length; j < m; ++j) {
1276
+ if ((o = on[j]).type === typename.type && o.name === typename.name) {
1277
+ this.removeEventListener(o.type, o.listener, o.options);
1278
+ this.addEventListener(o.type, o.listener = listener, o.options = options);
1279
+ o.value = value;
1280
+ return;
1281
+ }
1282
+ }
1283
+ this.addEventListener(typename.type, listener, options);
1284
+ o = {type: typename.type, name: typename.name, value: value, listener: listener, options: options};
1285
+ if (!on) this.__on = [o];
1286
+ else on.push(o);
1287
+ };
1288
+ }
1289
+
1290
+ function selection_on(typename, value, options) {
1291
+ var typenames = parseTypenames(typename + ""), i, n = typenames.length, t;
1292
+
1293
+ if (arguments.length < 2) {
1294
+ var on = this.node().__on;
1295
+ if (on) for (var j = 0, m = on.length, o; j < m; ++j) {
1296
+ for (i = 0, o = on[j]; i < n; ++i) {
1297
+ if ((t = typenames[i]).type === o.type && t.name === o.name) {
1298
+ return o.value;
1299
+ }
1300
+ }
1301
+ }
1302
+ return;
1303
+ }
1304
+
1305
+ on = value ? onAdd : onRemove;
1306
+ for (i = 0; i < n; ++i) this.each(on(typenames[i], value, options));
1307
+ return this;
1308
+ }
1309
+
1310
+ function dispatchEvent(node, type, params) {
1311
+ var window = defaultView(node),
1312
+ event = window.CustomEvent;
1313
+
1314
+ if (typeof event === "function") {
1315
+ event = new event(type, params);
1316
+ } else {
1317
+ event = window.document.createEvent("Event");
1318
+ if (params) event.initEvent(type, params.bubbles, params.cancelable), event.detail = params.detail;
1319
+ else event.initEvent(type, false, false);
1320
+ }
1321
+
1322
+ node.dispatchEvent(event);
1323
+ }
1324
+
1325
+ function dispatchConstant(type, params) {
1326
+ return function() {
1327
+ return dispatchEvent(this, type, params);
1328
+ };
1329
+ }
1330
+
1331
+ function dispatchFunction(type, params) {
1332
+ return function() {
1333
+ return dispatchEvent(this, type, params.apply(this, arguments));
1334
+ };
1335
+ }
1336
+
1337
+ function selection_dispatch(type, params) {
1338
+ return this.each((typeof params === "function"
1339
+ ? dispatchFunction
1340
+ : dispatchConstant)(type, params));
1341
+ }
1342
+
1343
+ function* selection_iterator() {
1344
+ for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
1345
+ for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
1346
+ if (node = group[i]) yield node;
1347
+ }
1348
+ }
1349
+ }
1350
+
1351
+ var root = [null];
1352
+
1353
+ function Selection$1(groups, parents) {
1354
+ this._groups = groups;
1355
+ this._parents = parents;
1356
+ }
1357
+
1358
+ function selection() {
1359
+ return new Selection$1([[document.documentElement]], root);
1360
+ }
1361
+
1362
+ function selection_selection() {
1363
+ return this;
1364
+ }
1365
+
1366
+ Selection$1.prototype = selection.prototype = {
1367
+ constructor: Selection$1,
1368
+ select: selection_select,
1369
+ selectAll: selection_selectAll,
1370
+ selectChild: selection_selectChild,
1371
+ selectChildren: selection_selectChildren,
1372
+ filter: selection_filter,
1373
+ data: selection_data,
1374
+ enter: selection_enter,
1375
+ exit: selection_exit,
1376
+ join: selection_join,
1377
+ merge: selection_merge,
1378
+ selection: selection_selection,
1379
+ order: selection_order,
1380
+ sort: selection_sort,
1381
+ call: selection_call,
1382
+ nodes: selection_nodes,
1383
+ node: selection_node,
1384
+ size: selection_size,
1385
+ empty: selection_empty,
1386
+ each: selection_each,
1387
+ attr: selection_attr,
1388
+ style: selection_style,
1389
+ property: selection_property,
1390
+ classed: selection_classed,
1391
+ text: selection_text,
1392
+ html: selection_html,
1393
+ raise: selection_raise,
1394
+ lower: selection_lower,
1395
+ append: selection_append,
1396
+ insert: selection_insert,
1397
+ remove: selection_remove,
1398
+ clone: selection_clone,
1399
+ datum: selection_datum,
1400
+ on: selection_on,
1401
+ dispatch: selection_dispatch,
1402
+ [Symbol.iterator]: selection_iterator
1403
+ };
1404
+
1405
+ function select(selector) {
1406
+ return typeof selector === "string"
1407
+ ? new Selection$1([[document.querySelector(selector)]], [document.documentElement])
1408
+ : new Selection$1([[selector]], root);
1409
+ }
1410
+
1411
+ function define(constructor, factory, prototype) {
1412
+ constructor.prototype = factory.prototype = prototype;
1413
+ prototype.constructor = constructor;
1414
+ }
1415
+
1416
+ function extend(parent, definition) {
1417
+ var prototype = Object.create(parent.prototype);
1418
+ for (var key in definition) prototype[key] = definition[key];
1419
+ return prototype;
1420
+ }
1421
+
1422
+ function Color() {}
1423
+
1424
+ var darker = 0.7;
1425
+ var brighter = 1 / darker;
1426
+
1427
+ var reI = "\\s*([+-]?\\d+)\\s*",
1428
+ reN = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",
1429
+ reP = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",
1430
+ reHex = /^#([0-9a-f]{3,8})$/,
1431
+ reRgbInteger = new RegExp(`^rgb\\(${reI},${reI},${reI}\\)$`),
1432
+ reRgbPercent = new RegExp(`^rgb\\(${reP},${reP},${reP}\\)$`),
1433
+ reRgbaInteger = new RegExp(`^rgba\\(${reI},${reI},${reI},${reN}\\)$`),
1434
+ reRgbaPercent = new RegExp(`^rgba\\(${reP},${reP},${reP},${reN}\\)$`),
1435
+ reHslPercent = new RegExp(`^hsl\\(${reN},${reP},${reP}\\)$`),
1436
+ reHslaPercent = new RegExp(`^hsla\\(${reN},${reP},${reP},${reN}\\)$`);
1437
+
1438
+ var named = {
1439
+ aliceblue: 0xf0f8ff,
1440
+ antiquewhite: 0xfaebd7,
1441
+ aqua: 0x00ffff,
1442
+ aquamarine: 0x7fffd4,
1443
+ azure: 0xf0ffff,
1444
+ beige: 0xf5f5dc,
1445
+ bisque: 0xffe4c4,
1446
+ black: 0x000000,
1447
+ blanchedalmond: 0xffebcd,
1448
+ blue: 0x0000ff,
1449
+ blueviolet: 0x8a2be2,
1450
+ brown: 0xa52a2a,
1451
+ burlywood: 0xdeb887,
1452
+ cadetblue: 0x5f9ea0,
1453
+ chartreuse: 0x7fff00,
1454
+ chocolate: 0xd2691e,
1455
+ coral: 0xff7f50,
1456
+ cornflowerblue: 0x6495ed,
1457
+ cornsilk: 0xfff8dc,
1458
+ crimson: 0xdc143c,
1459
+ cyan: 0x00ffff,
1460
+ darkblue: 0x00008b,
1461
+ darkcyan: 0x008b8b,
1462
+ darkgoldenrod: 0xb8860b,
1463
+ darkgray: 0xa9a9a9,
1464
+ darkgreen: 0x006400,
1465
+ darkgrey: 0xa9a9a9,
1466
+ darkkhaki: 0xbdb76b,
1467
+ darkmagenta: 0x8b008b,
1468
+ darkolivegreen: 0x556b2f,
1469
+ darkorange: 0xff8c00,
1470
+ darkorchid: 0x9932cc,
1471
+ darkred: 0x8b0000,
1472
+ darksalmon: 0xe9967a,
1473
+ darkseagreen: 0x8fbc8f,
1474
+ darkslateblue: 0x483d8b,
1475
+ darkslategray: 0x2f4f4f,
1476
+ darkslategrey: 0x2f4f4f,
1477
+ darkturquoise: 0x00ced1,
1478
+ darkviolet: 0x9400d3,
1479
+ deeppink: 0xff1493,
1480
+ deepskyblue: 0x00bfff,
1481
+ dimgray: 0x696969,
1482
+ dimgrey: 0x696969,
1483
+ dodgerblue: 0x1e90ff,
1484
+ firebrick: 0xb22222,
1485
+ floralwhite: 0xfffaf0,
1486
+ forestgreen: 0x228b22,
1487
+ fuchsia: 0xff00ff,
1488
+ gainsboro: 0xdcdcdc,
1489
+ ghostwhite: 0xf8f8ff,
1490
+ gold: 0xffd700,
1491
+ goldenrod: 0xdaa520,
1492
+ gray: 0x808080,
1493
+ green: 0x008000,
1494
+ greenyellow: 0xadff2f,
1495
+ grey: 0x808080,
1496
+ honeydew: 0xf0fff0,
1497
+ hotpink: 0xff69b4,
1498
+ indianred: 0xcd5c5c,
1499
+ indigo: 0x4b0082,
1500
+ ivory: 0xfffff0,
1501
+ khaki: 0xf0e68c,
1502
+ lavender: 0xe6e6fa,
1503
+ lavenderblush: 0xfff0f5,
1504
+ lawngreen: 0x7cfc00,
1505
+ lemonchiffon: 0xfffacd,
1506
+ lightblue: 0xadd8e6,
1507
+ lightcoral: 0xf08080,
1508
+ lightcyan: 0xe0ffff,
1509
+ lightgoldenrodyellow: 0xfafad2,
1510
+ lightgray: 0xd3d3d3,
1511
+ lightgreen: 0x90ee90,
1512
+ lightgrey: 0xd3d3d3,
1513
+ lightpink: 0xffb6c1,
1514
+ lightsalmon: 0xffa07a,
1515
+ lightseagreen: 0x20b2aa,
1516
+ lightskyblue: 0x87cefa,
1517
+ lightslategray: 0x778899,
1518
+ lightslategrey: 0x778899,
1519
+ lightsteelblue: 0xb0c4de,
1520
+ lightyellow: 0xffffe0,
1521
+ lime: 0x00ff00,
1522
+ limegreen: 0x32cd32,
1523
+ linen: 0xfaf0e6,
1524
+ magenta: 0xff00ff,
1525
+ maroon: 0x800000,
1526
+ mediumaquamarine: 0x66cdaa,
1527
+ mediumblue: 0x0000cd,
1528
+ mediumorchid: 0xba55d3,
1529
+ mediumpurple: 0x9370db,
1530
+ mediumseagreen: 0x3cb371,
1531
+ mediumslateblue: 0x7b68ee,
1532
+ mediumspringgreen: 0x00fa9a,
1533
+ mediumturquoise: 0x48d1cc,
1534
+ mediumvioletred: 0xc71585,
1535
+ midnightblue: 0x191970,
1536
+ mintcream: 0xf5fffa,
1537
+ mistyrose: 0xffe4e1,
1538
+ moccasin: 0xffe4b5,
1539
+ navajowhite: 0xffdead,
1540
+ navy: 0x000080,
1541
+ oldlace: 0xfdf5e6,
1542
+ olive: 0x808000,
1543
+ olivedrab: 0x6b8e23,
1544
+ orange: 0xffa500,
1545
+ orangered: 0xff4500,
1546
+ orchid: 0xda70d6,
1547
+ palegoldenrod: 0xeee8aa,
1548
+ palegreen: 0x98fb98,
1549
+ paleturquoise: 0xafeeee,
1550
+ palevioletred: 0xdb7093,
1551
+ papayawhip: 0xffefd5,
1552
+ peachpuff: 0xffdab9,
1553
+ peru: 0xcd853f,
1554
+ pink: 0xffc0cb,
1555
+ plum: 0xdda0dd,
1556
+ powderblue: 0xb0e0e6,
1557
+ purple: 0x800080,
1558
+ rebeccapurple: 0x663399,
1559
+ red: 0xff0000,
1560
+ rosybrown: 0xbc8f8f,
1561
+ royalblue: 0x4169e1,
1562
+ saddlebrown: 0x8b4513,
1563
+ salmon: 0xfa8072,
1564
+ sandybrown: 0xf4a460,
1565
+ seagreen: 0x2e8b57,
1566
+ seashell: 0xfff5ee,
1567
+ sienna: 0xa0522d,
1568
+ silver: 0xc0c0c0,
1569
+ skyblue: 0x87ceeb,
1570
+ slateblue: 0x6a5acd,
1571
+ slategray: 0x708090,
1572
+ slategrey: 0x708090,
1573
+ snow: 0xfffafa,
1574
+ springgreen: 0x00ff7f,
1575
+ steelblue: 0x4682b4,
1576
+ tan: 0xd2b48c,
1577
+ teal: 0x008080,
1578
+ thistle: 0xd8bfd8,
1579
+ tomato: 0xff6347,
1580
+ turquoise: 0x40e0d0,
1581
+ violet: 0xee82ee,
1582
+ wheat: 0xf5deb3,
1583
+ white: 0xffffff,
1584
+ whitesmoke: 0xf5f5f5,
1585
+ yellow: 0xffff00,
1586
+ yellowgreen: 0x9acd32
1587
+ };
1588
+
1589
+ define(Color, color, {
1590
+ copy(channels) {
1591
+ return Object.assign(new this.constructor, this, channels);
1592
+ },
1593
+ displayable() {
1594
+ return this.rgb().displayable();
1595
+ },
1596
+ hex: color_formatHex, // Deprecated! Use color.formatHex.
1597
+ formatHex: color_formatHex,
1598
+ formatHex8: color_formatHex8,
1599
+ formatHsl: color_formatHsl,
1600
+ formatRgb: color_formatRgb,
1601
+ toString: color_formatRgb
1602
+ });
1603
+
1604
+ function color_formatHex() {
1605
+ return this.rgb().formatHex();
1606
+ }
1607
+
1608
+ function color_formatHex8() {
1609
+ return this.rgb().formatHex8();
1610
+ }
1611
+
1612
+ function color_formatHsl() {
1613
+ return hslConvert(this).formatHsl();
1614
+ }
1615
+
1616
+ function color_formatRgb() {
1617
+ return this.rgb().formatRgb();
1618
+ }
1619
+
1620
+ function color(format) {
1621
+ var m, l;
1622
+ format = (format + "").trim().toLowerCase();
1623
+ return (m = reHex.exec(format)) ? (l = m[1].length, m = parseInt(m[1], 16), l === 6 ? rgbn(m) // #ff0000
1624
+ : l === 3 ? new Rgb((m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), ((m & 0xf) << 4) | (m & 0xf), 1) // #f00
1625
+ : l === 8 ? rgba(m >> 24 & 0xff, m >> 16 & 0xff, m >> 8 & 0xff, (m & 0xff) / 0xff) // #ff000000
1626
+ : l === 4 ? rgba((m >> 12 & 0xf) | (m >> 8 & 0xf0), (m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), (((m & 0xf) << 4) | (m & 0xf)) / 0xff) // #f000
1627
+ : null) // invalid hex
1628
+ : (m = reRgbInteger.exec(format)) ? new Rgb(m[1], m[2], m[3], 1) // rgb(255, 0, 0)
1629
+ : (m = reRgbPercent.exec(format)) ? new Rgb(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, 1) // rgb(100%, 0%, 0%)
1630
+ : (m = reRgbaInteger.exec(format)) ? rgba(m[1], m[2], m[3], m[4]) // rgba(255, 0, 0, 1)
1631
+ : (m = reRgbaPercent.exec(format)) ? rgba(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, m[4]) // rgb(100%, 0%, 0%, 1)
1632
+ : (m = reHslPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, 1) // hsl(120, 50%, 50%)
1633
+ : (m = reHslaPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, m[4]) // hsla(120, 50%, 50%, 1)
1634
+ : named.hasOwnProperty(format) ? rgbn(named[format]) // eslint-disable-line no-prototype-builtins
1635
+ : format === "transparent" ? new Rgb(NaN, NaN, NaN, 0)
1636
+ : null;
1637
+ }
1638
+
1639
+ function rgbn(n) {
1640
+ return new Rgb(n >> 16 & 0xff, n >> 8 & 0xff, n & 0xff, 1);
1641
+ }
1642
+
1643
+ function rgba(r, g, b, a) {
1644
+ if (a <= 0) r = g = b = NaN;
1645
+ return new Rgb(r, g, b, a);
1646
+ }
1647
+
1648
+ function rgbConvert(o) {
1649
+ if (!(o instanceof Color)) o = color(o);
1650
+ if (!o) return new Rgb;
1651
+ o = o.rgb();
1652
+ return new Rgb(o.r, o.g, o.b, o.opacity);
1653
+ }
1654
+
1655
+ function rgb(r, g, b, opacity) {
1656
+ return arguments.length === 1 ? rgbConvert(r) : new Rgb(r, g, b, opacity == null ? 1 : opacity);
1657
+ }
1658
+
1659
+ function Rgb(r, g, b, opacity) {
1660
+ this.r = +r;
1661
+ this.g = +g;
1662
+ this.b = +b;
1663
+ this.opacity = +opacity;
1664
+ }
1665
+
1666
+ define(Rgb, rgb, extend(Color, {
1667
+ brighter(k) {
1668
+ k = k == null ? brighter : Math.pow(brighter, k);
1669
+ return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
1670
+ },
1671
+ darker(k) {
1672
+ k = k == null ? darker : Math.pow(darker, k);
1673
+ return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
1674
+ },
1675
+ rgb() {
1676
+ return this;
1677
+ },
1678
+ clamp() {
1679
+ return new Rgb(clampi(this.r), clampi(this.g), clampi(this.b), clampa(this.opacity));
1680
+ },
1681
+ displayable() {
1682
+ return (-0.5 <= this.r && this.r < 255.5)
1683
+ && (-0.5 <= this.g && this.g < 255.5)
1684
+ && (-0.5 <= this.b && this.b < 255.5)
1685
+ && (0 <= this.opacity && this.opacity <= 1);
1686
+ },
1687
+ hex: rgb_formatHex, // Deprecated! Use color.formatHex.
1688
+ formatHex: rgb_formatHex,
1689
+ formatHex8: rgb_formatHex8,
1690
+ formatRgb: rgb_formatRgb,
1691
+ toString: rgb_formatRgb
1692
+ }));
1693
+
1694
+ function rgb_formatHex() {
1695
+ return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}`;
1696
+ }
1697
+
1698
+ function rgb_formatHex8() {
1699
+ return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}${hex((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
1700
+ }
1701
+
1702
+ function rgb_formatRgb() {
1703
+ const a = clampa(this.opacity);
1704
+ return `${a === 1 ? "rgb(" : "rgba("}${clampi(this.r)}, ${clampi(this.g)}, ${clampi(this.b)}${a === 1 ? ")" : `, ${a})`}`;
1705
+ }
1706
+
1707
+ function clampa(opacity) {
1708
+ return isNaN(opacity) ? 1 : Math.max(0, Math.min(1, opacity));
1709
+ }
1710
+
1711
+ function clampi(value) {
1712
+ return Math.max(0, Math.min(255, Math.round(value) || 0));
1713
+ }
1714
+
1715
+ function hex(value) {
1716
+ value = clampi(value);
1717
+ return (value < 16 ? "0" : "") + value.toString(16);
1718
+ }
1719
+
1720
+ function hsla(h, s, l, a) {
1721
+ if (a <= 0) h = s = l = NaN;
1722
+ else if (l <= 0 || l >= 1) h = s = NaN;
1723
+ else if (s <= 0) h = NaN;
1724
+ return new Hsl(h, s, l, a);
1725
+ }
1726
+
1727
+ function hslConvert(o) {
1728
+ if (o instanceof Hsl) return new Hsl(o.h, o.s, o.l, o.opacity);
1729
+ if (!(o instanceof Color)) o = color(o);
1730
+ if (!o) return new Hsl;
1731
+ if (o instanceof Hsl) return o;
1732
+ o = o.rgb();
1733
+ var r = o.r / 255,
1734
+ g = o.g / 255,
1735
+ b = o.b / 255,
1736
+ min = Math.min(r, g, b),
1737
+ max = Math.max(r, g, b),
1738
+ h = NaN,
1739
+ s = max - min,
1740
+ l = (max + min) / 2;
1741
+ if (s) {
1742
+ if (r === max) h = (g - b) / s + (g < b) * 6;
1743
+ else if (g === max) h = (b - r) / s + 2;
1744
+ else h = (r - g) / s + 4;
1745
+ s /= l < 0.5 ? max + min : 2 - max - min;
1746
+ h *= 60;
1747
+ } else {
1748
+ s = l > 0 && l < 1 ? 0 : h;
1749
+ }
1750
+ return new Hsl(h, s, l, o.opacity);
1751
+ }
1752
+
1753
+ function hsl(h, s, l, opacity) {
1754
+ return arguments.length === 1 ? hslConvert(h) : new Hsl(h, s, l, opacity == null ? 1 : opacity);
1755
+ }
1756
+
1757
+ function Hsl(h, s, l, opacity) {
1758
+ this.h = +h;
1759
+ this.s = +s;
1760
+ this.l = +l;
1761
+ this.opacity = +opacity;
1762
+ }
1763
+
1764
+ define(Hsl, hsl, extend(Color, {
1765
+ brighter(k) {
1766
+ k = k == null ? brighter : Math.pow(brighter, k);
1767
+ return new Hsl(this.h, this.s, this.l * k, this.opacity);
1768
+ },
1769
+ darker(k) {
1770
+ k = k == null ? darker : Math.pow(darker, k);
1771
+ return new Hsl(this.h, this.s, this.l * k, this.opacity);
1772
+ },
1773
+ rgb() {
1774
+ var h = this.h % 360 + (this.h < 0) * 360,
1775
+ s = isNaN(h) || isNaN(this.s) ? 0 : this.s,
1776
+ l = this.l,
1777
+ m2 = l + (l < 0.5 ? l : 1 - l) * s,
1778
+ m1 = 2 * l - m2;
1779
+ return new Rgb(
1780
+ hsl2rgb(h >= 240 ? h - 240 : h + 120, m1, m2),
1781
+ hsl2rgb(h, m1, m2),
1782
+ hsl2rgb(h < 120 ? h + 240 : h - 120, m1, m2),
1783
+ this.opacity
1784
+ );
1785
+ },
1786
+ clamp() {
1787
+ return new Hsl(clamph(this.h), clampt(this.s), clampt(this.l), clampa(this.opacity));
1788
+ },
1789
+ displayable() {
1790
+ return (0 <= this.s && this.s <= 1 || isNaN(this.s))
1791
+ && (0 <= this.l && this.l <= 1)
1792
+ && (0 <= this.opacity && this.opacity <= 1);
1793
+ },
1794
+ formatHsl() {
1795
+ const a = clampa(this.opacity);
1796
+ return `${a === 1 ? "hsl(" : "hsla("}${clamph(this.h)}, ${clampt(this.s) * 100}%, ${clampt(this.l) * 100}%${a === 1 ? ")" : `, ${a})`}`;
1797
+ }
1798
+ }));
1799
+
1800
+ function clamph(value) {
1801
+ value = (value || 0) % 360;
1802
+ return value < 0 ? value + 360 : value;
1803
+ }
1804
+
1805
+ function clampt(value) {
1806
+ return Math.max(0, Math.min(1, value || 0));
1807
+ }
1808
+
1809
+ /* From FvD 13.37, CSS Color Module Level 3 */
1810
+ function hsl2rgb(h, m1, m2) {
1811
+ return (h < 60 ? m1 + (m2 - m1) * h / 60
1812
+ : h < 180 ? m2
1813
+ : h < 240 ? m1 + (m2 - m1) * (240 - h) / 60
1814
+ : m1) * 255;
1815
+ }
1816
+
1817
+ const constant = x => () => x;
1818
+
1819
+ function linear$2(a, d) {
1820
+ return function(t) {
1821
+ return a + t * d;
1822
+ };
1823
+ }
1824
+
1825
+ function exponential(a, b, y) {
1826
+ return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {
1827
+ return Math.pow(a + t * b, y);
1828
+ };
1829
+ }
1830
+
1831
+ function gamma(y) {
1832
+ return (y = +y) === 1 ? nogamma : function(a, b) {
1833
+ return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);
1834
+ };
1835
+ }
1836
+
1837
+ function nogamma(a, b) {
1838
+ var d = b - a;
1839
+ return d ? linear$2(a, d) : constant(isNaN(a) ? b : a);
1840
+ }
1841
+
1842
+ const interpolateRgb = (function rgbGamma(y) {
1843
+ var color = gamma(y);
1844
+
1845
+ function rgb$1(start, end) {
1846
+ var r = color((start = rgb(start)).r, (end = rgb(end)).r),
1847
+ g = color(start.g, end.g),
1848
+ b = color(start.b, end.b),
1849
+ opacity = nogamma(start.opacity, end.opacity);
1850
+ return function(t) {
1851
+ start.r = r(t);
1852
+ start.g = g(t);
1853
+ start.b = b(t);
1854
+ start.opacity = opacity(t);
1855
+ return start + "";
1856
+ };
1857
+ }
1858
+
1859
+ rgb$1.gamma = rgbGamma;
1860
+
1861
+ return rgb$1;
1862
+ })(1);
1863
+
1864
+ function numberArray(a, b) {
1865
+ if (!b) b = [];
1866
+ var n = a ? Math.min(b.length, a.length) : 0,
1867
+ c = b.slice(),
1868
+ i;
1869
+ return function(t) {
1870
+ for (i = 0; i < n; ++i) c[i] = a[i] * (1 - t) + b[i] * t;
1871
+ return c;
1872
+ };
1873
+ }
1874
+
1875
+ function isNumberArray(x) {
1876
+ return ArrayBuffer.isView(x) && !(x instanceof DataView);
1877
+ }
1878
+
1879
+ function genericArray(a, b) {
1880
+ var nb = b ? b.length : 0,
1881
+ na = a ? Math.min(nb, a.length) : 0,
1882
+ x = new Array(na),
1883
+ c = new Array(nb),
1884
+ i;
1885
+
1886
+ for (i = 0; i < na; ++i) x[i] = interpolate$1(a[i], b[i]);
1887
+ for (; i < nb; ++i) c[i] = b[i];
1888
+
1889
+ return function(t) {
1890
+ for (i = 0; i < na; ++i) c[i] = x[i](t);
1891
+ return c;
1892
+ };
1893
+ }
1894
+
1895
+ function date(a, b) {
1896
+ var d = new Date;
1897
+ return a = +a, b = +b, function(t) {
1898
+ return d.setTime(a * (1 - t) + b * t), d;
1899
+ };
1900
+ }
1901
+
1902
+ function interpolateNumber(a, b) {
1903
+ return a = +a, b = +b, function(t) {
1904
+ return a * (1 - t) + b * t;
1905
+ };
1906
+ }
1907
+
1908
+ function object(a, b) {
1909
+ var i = {},
1910
+ c = {},
1911
+ k;
1912
+
1913
+ if (a === null || typeof a !== "object") a = {};
1914
+ if (b === null || typeof b !== "object") b = {};
1915
+
1916
+ for (k in b) {
1917
+ if (k in a) {
1918
+ i[k] = interpolate$1(a[k], b[k]);
1919
+ } else {
1920
+ c[k] = b[k];
1921
+ }
1922
+ }
1923
+
1924
+ return function(t) {
1925
+ for (k in i) c[k] = i[k](t);
1926
+ return c;
1927
+ };
1928
+ }
1929
+
1930
+ var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
1931
+ reB = new RegExp(reA.source, "g");
1932
+
1933
+ function zero(b) {
1934
+ return function() {
1935
+ return b;
1936
+ };
1937
+ }
1938
+
1939
+ function one(b) {
1940
+ return function(t) {
1941
+ return b(t) + "";
1942
+ };
1943
+ }
1944
+
1945
+ function interpolateString(a, b) {
1946
+ var bi = reA.lastIndex = reB.lastIndex = 0, // scan index for next number in b
1947
+ am, // current match in a
1948
+ bm, // current match in b
1949
+ bs, // string preceding current number in b, if any
1950
+ i = -1, // index in s
1951
+ s = [], // string constants and placeholders
1952
+ q = []; // number interpolators
1953
+
1954
+ // Coerce inputs to strings.
1955
+ a = a + "", b = b + "";
1956
+
1957
+ // Interpolate pairs of numbers in a & b.
1958
+ while ((am = reA.exec(a))
1959
+ && (bm = reB.exec(b))) {
1960
+ if ((bs = bm.index) > bi) { // a string precedes the next number in b
1961
+ bs = b.slice(bi, bs);
1962
+ if (s[i]) s[i] += bs; // coalesce with previous string
1963
+ else s[++i] = bs;
1964
+ }
1965
+ if ((am = am[0]) === (bm = bm[0])) { // numbers in a & b match
1966
+ if (s[i]) s[i] += bm; // coalesce with previous string
1967
+ else s[++i] = bm;
1968
+ } else { // interpolate non-matching numbers
1969
+ s[++i] = null;
1970
+ q.push({i: i, x: interpolateNumber(am, bm)});
1971
+ }
1972
+ bi = reB.lastIndex;
1973
+ }
1974
+
1975
+ // Add remains of b.
1976
+ if (bi < b.length) {
1977
+ bs = b.slice(bi);
1978
+ if (s[i]) s[i] += bs; // coalesce with previous string
1979
+ else s[++i] = bs;
1980
+ }
1981
+
1982
+ // Special optimization for only a single match.
1983
+ // Otherwise, interpolate each of the numbers and rejoin the string.
1984
+ return s.length < 2 ? (q[0]
1985
+ ? one(q[0].x)
1986
+ : zero(b))
1987
+ : (b = q.length, function(t) {
1988
+ for (var i = 0, o; i < b; ++i) s[(o = q[i]).i] = o.x(t);
1989
+ return s.join("");
1990
+ });
1991
+ }
1992
+
1993
+ function interpolate$1(a, b) {
1994
+ var t = typeof b, c;
1995
+ return b == null || t === "boolean" ? constant(b)
1996
+ : (t === "number" ? interpolateNumber
1997
+ : t === "string" ? ((c = color(b)) ? (b = c, interpolateRgb) : interpolateString)
1998
+ : b instanceof color ? interpolateRgb
1999
+ : b instanceof Date ? date
2000
+ : isNumberArray(b) ? numberArray
2001
+ : Array.isArray(b) ? genericArray
2002
+ : typeof b.valueOf !== "function" && typeof b.toString !== "function" || isNaN(b) ? object
2003
+ : interpolateNumber)(a, b);
2004
+ }
2005
+
2006
+ function interpolateRound(a, b) {
2007
+ return a = +a, b = +b, function(t) {
2008
+ return Math.round(a * (1 - t) + b * t);
2009
+ };
2010
+ }
2011
+
2012
+ var degrees = 180 / Math.PI;
2013
+
2014
+ var identity$2 = {
2015
+ translateX: 0,
2016
+ translateY: 0,
2017
+ rotate: 0,
2018
+ skewX: 0,
2019
+ scaleX: 1,
2020
+ scaleY: 1
2021
+ };
2022
+
2023
+ function decompose(a, b, c, d, e, f) {
2024
+ var scaleX, scaleY, skewX;
2025
+ if (scaleX = Math.sqrt(a * a + b * b)) a /= scaleX, b /= scaleX;
2026
+ if (skewX = a * c + b * d) c -= a * skewX, d -= b * skewX;
2027
+ if (scaleY = Math.sqrt(c * c + d * d)) c /= scaleY, d /= scaleY, skewX /= scaleY;
2028
+ if (a * d < b * c) a = -a, b = -b, skewX = -skewX, scaleX = -scaleX;
2029
+ return {
2030
+ translateX: e,
2031
+ translateY: f,
2032
+ rotate: Math.atan2(b, a) * degrees,
2033
+ skewX: Math.atan(skewX) * degrees,
2034
+ scaleX: scaleX,
2035
+ scaleY: scaleY
2036
+ };
2037
+ }
2038
+
2039
+ var svgNode;
2040
+
2041
+ /* eslint-disable no-undef */
2042
+ function parseCss(value) {
2043
+ const m = new (typeof DOMMatrix === "function" ? DOMMatrix : WebKitCSSMatrix)(value + "");
2044
+ return m.isIdentity ? identity$2 : decompose(m.a, m.b, m.c, m.d, m.e, m.f);
2045
+ }
2046
+
2047
+ function parseSvg(value) {
2048
+ if (value == null) return identity$2;
2049
+ if (!svgNode) svgNode = document.createElementNS("http://www.w3.org/2000/svg", "g");
2050
+ svgNode.setAttribute("transform", value);
2051
+ if (!(value = svgNode.transform.baseVal.consolidate())) return identity$2;
2052
+ value = value.matrix;
2053
+ return decompose(value.a, value.b, value.c, value.d, value.e, value.f);
2054
+ }
2055
+
2056
+ function interpolateTransform(parse, pxComma, pxParen, degParen) {
2057
+
2058
+ function pop(s) {
2059
+ return s.length ? s.pop() + " " : "";
2060
+ }
2061
+
2062
+ function translate(xa, ya, xb, yb, s, q) {
2063
+ if (xa !== xb || ya !== yb) {
2064
+ var i = s.push("translate(", null, pxComma, null, pxParen);
2065
+ q.push({i: i - 4, x: interpolateNumber(xa, xb)}, {i: i - 2, x: interpolateNumber(ya, yb)});
2066
+ } else if (xb || yb) {
2067
+ s.push("translate(" + xb + pxComma + yb + pxParen);
2068
+ }
2069
+ }
2070
+
2071
+ function rotate(a, b, s, q) {
2072
+ if (a !== b) {
2073
+ if (a - b > 180) b += 360; else if (b - a > 180) a += 360; // shortest path
2074
+ q.push({i: s.push(pop(s) + "rotate(", null, degParen) - 2, x: interpolateNumber(a, b)});
2075
+ } else if (b) {
2076
+ s.push(pop(s) + "rotate(" + b + degParen);
2077
+ }
2078
+ }
2079
+
2080
+ function skewX(a, b, s, q) {
2081
+ if (a !== b) {
2082
+ q.push({i: s.push(pop(s) + "skewX(", null, degParen) - 2, x: interpolateNumber(a, b)});
2083
+ } else if (b) {
2084
+ s.push(pop(s) + "skewX(" + b + degParen);
2085
+ }
2086
+ }
2087
+
2088
+ function scale(xa, ya, xb, yb, s, q) {
2089
+ if (xa !== xb || ya !== yb) {
2090
+ var i = s.push(pop(s) + "scale(", null, ",", null, ")");
2091
+ q.push({i: i - 4, x: interpolateNumber(xa, xb)}, {i: i - 2, x: interpolateNumber(ya, yb)});
2092
+ } else if (xb !== 1 || yb !== 1) {
2093
+ s.push(pop(s) + "scale(" + xb + "," + yb + ")");
2094
+ }
2095
+ }
2096
+
2097
+ return function(a, b) {
2098
+ var s = [], // string constants and placeholders
2099
+ q = []; // number interpolators
2100
+ a = parse(a), b = parse(b);
2101
+ translate(a.translateX, a.translateY, b.translateX, b.translateY, s, q);
2102
+ rotate(a.rotate, b.rotate, s, q);
2103
+ skewX(a.skewX, b.skewX, s, q);
2104
+ scale(a.scaleX, a.scaleY, b.scaleX, b.scaleY, s, q);
2105
+ a = b = null; // gc
2106
+ return function(t) {
2107
+ var i = -1, n = q.length, o;
2108
+ while (++i < n) s[(o = q[i]).i] = o.x(t);
2109
+ return s.join("");
2110
+ };
2111
+ };
2112
+ }
2113
+
2114
+ var interpolateTransformCss = interpolateTransform(parseCss, "px, ", "px)", "deg)");
2115
+ var interpolateTransformSvg = interpolateTransform(parseSvg, ", ", ")", ")");
2116
+
2117
+ var frame = 0, // is an animation frame pending?
2118
+ timeout$1 = 0, // is a timeout pending?
2119
+ interval = 0, // are any timers active?
2120
+ pokeDelay = 1000, // how frequently we check for clock skew
2121
+ taskHead,
2122
+ taskTail,
2123
+ clockLast = 0,
2124
+ clockNow = 0,
2125
+ clockSkew = 0,
2126
+ clock = typeof performance === "object" && performance.now ? performance : Date,
2127
+ setFrame = typeof window === "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(f) { setTimeout(f, 17); };
2128
+
2129
+ function now() {
2130
+ return clockNow || (setFrame(clearNow), clockNow = clock.now() + clockSkew);
2131
+ }
2132
+
2133
+ function clearNow() {
2134
+ clockNow = 0;
2135
+ }
2136
+
2137
+ function Timer() {
2138
+ this._call =
2139
+ this._time =
2140
+ this._next = null;
2141
+ }
2142
+
2143
+ Timer.prototype = timer.prototype = {
2144
+ constructor: Timer,
2145
+ restart: function(callback, delay, time) {
2146
+ if (typeof callback !== "function") throw new TypeError("callback is not a function");
2147
+ time = (time == null ? now() : +time) + (delay == null ? 0 : +delay);
2148
+ if (!this._next && taskTail !== this) {
2149
+ if (taskTail) taskTail._next = this;
2150
+ else taskHead = this;
2151
+ taskTail = this;
2152
+ }
2153
+ this._call = callback;
2154
+ this._time = time;
2155
+ sleep();
2156
+ },
2157
+ stop: function() {
2158
+ if (this._call) {
2159
+ this._call = null;
2160
+ this._time = Infinity;
2161
+ sleep();
2162
+ }
2163
+ }
2164
+ };
2165
+
2166
+ function timer(callback, delay, time) {
2167
+ var t = new Timer;
2168
+ t.restart(callback, delay, time);
2169
+ return t;
2170
+ }
2171
+
2172
+ function timerFlush() {
2173
+ now(); // Get the current time, if not already set.
2174
+ ++frame; // Pretend we’ve set an alarm, if we haven’t already.
2175
+ var t = taskHead, e;
2176
+ while (t) {
2177
+ if ((e = clockNow - t._time) >= 0) t._call.call(undefined, e);
2178
+ t = t._next;
2179
+ }
2180
+ --frame;
2181
+ }
2182
+
2183
+ function wake() {
2184
+ clockNow = (clockLast = clock.now()) + clockSkew;
2185
+ frame = timeout$1 = 0;
2186
+ try {
2187
+ timerFlush();
2188
+ } finally {
2189
+ frame = 0;
2190
+ nap();
2191
+ clockNow = 0;
2192
+ }
2193
+ }
2194
+
2195
+ function poke() {
2196
+ var now = clock.now(), delay = now - clockLast;
2197
+ if (delay > pokeDelay) clockSkew -= delay, clockLast = now;
2198
+ }
2199
+
2200
+ function nap() {
2201
+ var t0, t1 = taskHead, t2, time = Infinity;
2202
+ while (t1) {
2203
+ if (t1._call) {
2204
+ if (time > t1._time) time = t1._time;
2205
+ t0 = t1, t1 = t1._next;
2206
+ } else {
2207
+ t2 = t1._next, t1._next = null;
2208
+ t1 = t0 ? t0._next = t2 : taskHead = t2;
2209
+ }
2210
+ }
2211
+ taskTail = t0;
2212
+ sleep(time);
2213
+ }
2214
+
2215
+ function sleep(time) {
2216
+ if (frame) return; // Soonest alarm already set, or will be.
2217
+ if (timeout$1) timeout$1 = clearTimeout(timeout$1);
2218
+ var delay = time - clockNow; // Strictly less than if we recomputed clockNow.
2219
+ if (delay > 24) {
2220
+ if (time < Infinity) timeout$1 = setTimeout(wake, time - clock.now() - clockSkew);
2221
+ if (interval) interval = clearInterval(interval);
2222
+ } else {
2223
+ if (!interval) clockLast = clock.now(), interval = setInterval(poke, pokeDelay);
2224
+ frame = 1, setFrame(wake);
2225
+ }
2226
+ }
2227
+
2228
+ function timeout(callback, delay, time) {
2229
+ var t = new Timer;
2230
+ delay = delay == null ? 0 : +delay;
2231
+ t.restart(elapsed => {
2232
+ t.stop();
2233
+ callback(elapsed + delay);
2234
+ }, delay, time);
2235
+ return t;
2236
+ }
2237
+
2238
+ var emptyOn = dispatch("start", "end", "cancel", "interrupt");
2239
+ var emptyTween = [];
2240
+
2241
+ var CREATED = 0;
2242
+ var SCHEDULED = 1;
2243
+ var STARTING = 2;
2244
+ var STARTED = 3;
2245
+ var RUNNING = 4;
2246
+ var ENDING = 5;
2247
+ var ENDED = 6;
2248
+
2249
+ function schedule(node, name, id, index, group, timing) {
2250
+ var schedules = node.__transition;
2251
+ if (!schedules) node.__transition = {};
2252
+ else if (id in schedules) return;
2253
+ create(node, id, {
2254
+ name: name,
2255
+ index: index, // For context during callback.
2256
+ group: group, // For context during callback.
2257
+ on: emptyOn,
2258
+ tween: emptyTween,
2259
+ time: timing.time,
2260
+ delay: timing.delay,
2261
+ duration: timing.duration,
2262
+ ease: timing.ease,
2263
+ timer: null,
2264
+ state: CREATED
2265
+ });
2266
+ }
2267
+
2268
+ function init(node, id) {
2269
+ var schedule = get(node, id);
2270
+ if (schedule.state > CREATED) throw new Error("too late; already scheduled");
2271
+ return schedule;
2272
+ }
2273
+
2274
+ function set(node, id) {
2275
+ var schedule = get(node, id);
2276
+ if (schedule.state > STARTED) throw new Error("too late; already running");
2277
+ return schedule;
2278
+ }
2279
+
2280
+ function get(node, id) {
2281
+ var schedule = node.__transition;
2282
+ if (!schedule || !(schedule = schedule[id])) throw new Error("transition not found");
2283
+ return schedule;
2284
+ }
2285
+
2286
+ function create(node, id, self) {
2287
+ var schedules = node.__transition,
2288
+ tween;
2289
+
2290
+ // Initialize the self timer when the transition is created.
2291
+ // Note the actual delay is not known until the first callback!
2292
+ schedules[id] = self;
2293
+ self.timer = timer(schedule, 0, self.time);
2294
+
2295
+ function schedule(elapsed) {
2296
+ self.state = SCHEDULED;
2297
+ self.timer.restart(start, self.delay, self.time);
2298
+
2299
+ // If the elapsed delay is less than our first sleep, start immediately.
2300
+ if (self.delay <= elapsed) start(elapsed - self.delay);
2301
+ }
2302
+
2303
+ function start(elapsed) {
2304
+ var i, j, n, o;
2305
+
2306
+ // If the state is not SCHEDULED, then we previously errored on start.
2307
+ if (self.state !== SCHEDULED) return stop();
2308
+
2309
+ for (i in schedules) {
2310
+ o = schedules[i];
2311
+ if (o.name !== self.name) continue;
2312
+
2313
+ // While this element already has a starting transition during this frame,
2314
+ // defer starting an interrupting transition until that transition has a
2315
+ // chance to tick (and possibly end); see d3/d3-transition#54!
2316
+ if (o.state === STARTED) return timeout(start);
2317
+
2318
+ // Interrupt the active transition, if any.
2319
+ if (o.state === RUNNING) {
2320
+ o.state = ENDED;
2321
+ o.timer.stop();
2322
+ o.on.call("interrupt", node, node.__data__, o.index, o.group);
2323
+ delete schedules[i];
2324
+ }
2325
+
2326
+ // Cancel any pre-empted transitions.
2327
+ else if (+i < id) {
2328
+ o.state = ENDED;
2329
+ o.timer.stop();
2330
+ o.on.call("cancel", node, node.__data__, o.index, o.group);
2331
+ delete schedules[i];
2332
+ }
2333
+ }
2334
+
2335
+ // Defer the first tick to end of the current frame; see d3/d3#1576.
2336
+ // Note the transition may be canceled after start and before the first tick!
2337
+ // Note this must be scheduled before the start event; see d3/d3-transition#16!
2338
+ // Assuming this is successful, subsequent callbacks go straight to tick.
2339
+ timeout(function() {
2340
+ if (self.state === STARTED) {
2341
+ self.state = RUNNING;
2342
+ self.timer.restart(tick, self.delay, self.time);
2343
+ tick(elapsed);
2344
+ }
2345
+ });
2346
+
2347
+ // Dispatch the start event.
2348
+ // Note this must be done before the tween are initialized.
2349
+ self.state = STARTING;
2350
+ self.on.call("start", node, node.__data__, self.index, self.group);
2351
+ if (self.state !== STARTING) return; // interrupted
2352
+ self.state = STARTED;
2353
+
2354
+ // Initialize the tween, deleting null tween.
2355
+ tween = new Array(n = self.tween.length);
2356
+ for (i = 0, j = -1; i < n; ++i) {
2357
+ if (o = self.tween[i].value.call(node, node.__data__, self.index, self.group)) {
2358
+ tween[++j] = o;
2359
+ }
2360
+ }
2361
+ tween.length = j + 1;
2362
+ }
2363
+
2364
+ function tick(elapsed) {
2365
+ var t = elapsed < self.duration ? self.ease.call(null, elapsed / self.duration) : (self.timer.restart(stop), self.state = ENDING, 1),
2366
+ i = -1,
2367
+ n = tween.length;
2368
+
2369
+ while (++i < n) {
2370
+ tween[i].call(node, t);
2371
+ }
2372
+
2373
+ // Dispatch the end event.
2374
+ if (self.state === ENDING) {
2375
+ self.on.call("end", node, node.__data__, self.index, self.group);
2376
+ stop();
2377
+ }
2378
+ }
2379
+
2380
+ function stop() {
2381
+ self.state = ENDED;
2382
+ self.timer.stop();
2383
+ delete schedules[id];
2384
+ for (var i in schedules) return; // eslint-disable-line no-unused-vars
2385
+ delete node.__transition;
2386
+ }
2387
+ }
2388
+
2389
+ function interrupt(node, name) {
2390
+ var schedules = node.__transition,
2391
+ schedule,
2392
+ active,
2393
+ empty = true,
2394
+ i;
2395
+
2396
+ if (!schedules) return;
2397
+
2398
+ name = name == null ? null : name + "";
2399
+
2400
+ for (i in schedules) {
2401
+ if ((schedule = schedules[i]).name !== name) { empty = false; continue; }
2402
+ active = schedule.state > STARTING && schedule.state < ENDING;
2403
+ schedule.state = ENDED;
2404
+ schedule.timer.stop();
2405
+ schedule.on.call(active ? "interrupt" : "cancel", node, node.__data__, schedule.index, schedule.group);
2406
+ delete schedules[i];
2407
+ }
2408
+
2409
+ if (empty) delete node.__transition;
2410
+ }
2411
+
2412
+ function selection_interrupt(name) {
2413
+ return this.each(function() {
2414
+ interrupt(this, name);
2415
+ });
2416
+ }
2417
+
2418
+ function tweenRemove(id, name) {
2419
+ var tween0, tween1;
2420
+ return function() {
2421
+ var schedule = set(this, id),
2422
+ tween = schedule.tween;
2423
+
2424
+ // If this node shared tween with the previous node,
2425
+ // just assign the updated shared tween and we’re done!
2426
+ // Otherwise, copy-on-write.
2427
+ if (tween !== tween0) {
2428
+ tween1 = tween0 = tween;
2429
+ for (var i = 0, n = tween1.length; i < n; ++i) {
2430
+ if (tween1[i].name === name) {
2431
+ tween1 = tween1.slice();
2432
+ tween1.splice(i, 1);
2433
+ break;
2434
+ }
2435
+ }
2436
+ }
2437
+
2438
+ schedule.tween = tween1;
2439
+ };
2440
+ }
2441
+
2442
+ function tweenFunction(id, name, value) {
2443
+ var tween0, tween1;
2444
+ if (typeof value !== "function") throw new Error;
2445
+ return function() {
2446
+ var schedule = set(this, id),
2447
+ tween = schedule.tween;
2448
+
2449
+ // If this node shared tween with the previous node,
2450
+ // just assign the updated shared tween and we’re done!
2451
+ // Otherwise, copy-on-write.
2452
+ if (tween !== tween0) {
2453
+ tween1 = (tween0 = tween).slice();
2454
+ for (var t = {name: name, value: value}, i = 0, n = tween1.length; i < n; ++i) {
2455
+ if (tween1[i].name === name) {
2456
+ tween1[i] = t;
2457
+ break;
2458
+ }
2459
+ }
2460
+ if (i === n) tween1.push(t);
2461
+ }
2462
+
2463
+ schedule.tween = tween1;
2464
+ };
2465
+ }
2466
+
2467
+ function transition_tween(name, value) {
2468
+ var id = this._id;
2469
+
2470
+ name += "";
2471
+
2472
+ if (arguments.length < 2) {
2473
+ var tween = get(this.node(), id).tween;
2474
+ for (var i = 0, n = tween.length, t; i < n; ++i) {
2475
+ if ((t = tween[i]).name === name) {
2476
+ return t.value;
2477
+ }
2478
+ }
2479
+ return null;
2480
+ }
2481
+
2482
+ return this.each((value == null ? tweenRemove : tweenFunction)(id, name, value));
2483
+ }
2484
+
2485
+ function tweenValue(transition, name, value) {
2486
+ var id = transition._id;
2487
+
2488
+ transition.each(function() {
2489
+ var schedule = set(this, id);
2490
+ (schedule.value || (schedule.value = {}))[name] = value.apply(this, arguments);
2491
+ });
2492
+
2493
+ return function(node) {
2494
+ return get(node, id).value[name];
2495
+ };
2496
+ }
2497
+
2498
+ function interpolate(a, b) {
2499
+ var c;
2500
+ return (typeof b === "number" ? interpolateNumber
2501
+ : b instanceof color ? interpolateRgb
2502
+ : (c = color(b)) ? (b = c, interpolateRgb)
2503
+ : interpolateString)(a, b);
2504
+ }
2505
+
2506
+ function attrRemove(name) {
2507
+ return function() {
2508
+ this.removeAttribute(name);
2509
+ };
2510
+ }
2511
+
2512
+ function attrRemoveNS(fullname) {
2513
+ return function() {
2514
+ this.removeAttributeNS(fullname.space, fullname.local);
2515
+ };
2516
+ }
2517
+
2518
+ function attrConstant(name, interpolate, value1) {
2519
+ var string00,
2520
+ string1 = value1 + "",
2521
+ interpolate0;
2522
+ return function() {
2523
+ var string0 = this.getAttribute(name);
2524
+ return string0 === string1 ? null
2525
+ : string0 === string00 ? interpolate0
2526
+ : interpolate0 = interpolate(string00 = string0, value1);
2527
+ };
2528
+ }
2529
+
2530
+ function attrConstantNS(fullname, interpolate, value1) {
2531
+ var string00,
2532
+ string1 = value1 + "",
2533
+ interpolate0;
2534
+ return function() {
2535
+ var string0 = this.getAttributeNS(fullname.space, fullname.local);
2536
+ return string0 === string1 ? null
2537
+ : string0 === string00 ? interpolate0
2538
+ : interpolate0 = interpolate(string00 = string0, value1);
2539
+ };
2540
+ }
2541
+
2542
+ function attrFunction(name, interpolate, value) {
2543
+ var string00,
2544
+ string10,
2545
+ interpolate0;
2546
+ return function() {
2547
+ var string0, value1 = value(this), string1;
2548
+ if (value1 == null) return void this.removeAttribute(name);
2549
+ string0 = this.getAttribute(name);
2550
+ string1 = value1 + "";
2551
+ return string0 === string1 ? null
2552
+ : string0 === string00 && string1 === string10 ? interpolate0
2553
+ : (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
2554
+ };
2555
+ }
2556
+
2557
+ function attrFunctionNS(fullname, interpolate, value) {
2558
+ var string00,
2559
+ string10,
2560
+ interpolate0;
2561
+ return function() {
2562
+ var string0, value1 = value(this), string1;
2563
+ if (value1 == null) return void this.removeAttributeNS(fullname.space, fullname.local);
2564
+ string0 = this.getAttributeNS(fullname.space, fullname.local);
2565
+ string1 = value1 + "";
2566
+ return string0 === string1 ? null
2567
+ : string0 === string00 && string1 === string10 ? interpolate0
2568
+ : (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
2569
+ };
2570
+ }
2571
+
2572
+ function transition_attr(name, value) {
2573
+ var fullname = namespace(name), i = fullname === "transform" ? interpolateTransformSvg : interpolate;
2574
+ return this.attrTween(name, typeof value === "function"
2575
+ ? (fullname.local ? attrFunctionNS : attrFunction)(fullname, i, tweenValue(this, "attr." + name, value))
2576
+ : value == null ? (fullname.local ? attrRemoveNS : attrRemove)(fullname)
2577
+ : (fullname.local ? attrConstantNS : attrConstant)(fullname, i, value));
2578
+ }
2579
+
2580
+ function attrInterpolate(name, i) {
2581
+ return function(t) {
2582
+ this.setAttribute(name, i.call(this, t));
2583
+ };
2584
+ }
2585
+
2586
+ function attrInterpolateNS(fullname, i) {
2587
+ return function(t) {
2588
+ this.setAttributeNS(fullname.space, fullname.local, i.call(this, t));
2589
+ };
2590
+ }
2591
+
2592
+ function attrTweenNS(fullname, value) {
2593
+ var t0, i0;
2594
+ function tween() {
2595
+ var i = value.apply(this, arguments);
2596
+ if (i !== i0) t0 = (i0 = i) && attrInterpolateNS(fullname, i);
2597
+ return t0;
2598
+ }
2599
+ tween._value = value;
2600
+ return tween;
2601
+ }
2602
+
2603
+ function attrTween(name, value) {
2604
+ var t0, i0;
2605
+ function tween() {
2606
+ var i = value.apply(this, arguments);
2607
+ if (i !== i0) t0 = (i0 = i) && attrInterpolate(name, i);
2608
+ return t0;
2609
+ }
2610
+ tween._value = value;
2611
+ return tween;
2612
+ }
2613
+
2614
+ function transition_attrTween(name, value) {
2615
+ var key = "attr." + name;
2616
+ if (arguments.length < 2) return (key = this.tween(key)) && key._value;
2617
+ if (value == null) return this.tween(key, null);
2618
+ if (typeof value !== "function") throw new Error;
2619
+ var fullname = namespace(name);
2620
+ return this.tween(key, (fullname.local ? attrTweenNS : attrTween)(fullname, value));
2621
+ }
2622
+
2623
+ function delayFunction(id, value) {
2624
+ return function() {
2625
+ init(this, id).delay = +value.apply(this, arguments);
2626
+ };
2627
+ }
2628
+
2629
+ function delayConstant(id, value) {
2630
+ return value = +value, function() {
2631
+ init(this, id).delay = value;
2632
+ };
2633
+ }
2634
+
2635
+ function transition_delay(value) {
2636
+ var id = this._id;
2637
+
2638
+ return arguments.length
2639
+ ? this.each((typeof value === "function"
2640
+ ? delayFunction
2641
+ : delayConstant)(id, value))
2642
+ : get(this.node(), id).delay;
2643
+ }
2644
+
2645
+ function durationFunction(id, value) {
2646
+ return function() {
2647
+ set(this, id).duration = +value.apply(this, arguments);
2648
+ };
2649
+ }
2650
+
2651
+ function durationConstant(id, value) {
2652
+ return value = +value, function() {
2653
+ set(this, id).duration = value;
2654
+ };
2655
+ }
2656
+
2657
+ function transition_duration(value) {
2658
+ var id = this._id;
2659
+
2660
+ return arguments.length
2661
+ ? this.each((typeof value === "function"
2662
+ ? durationFunction
2663
+ : durationConstant)(id, value))
2664
+ : get(this.node(), id).duration;
2665
+ }
2666
+
2667
+ function easeConstant(id, value) {
2668
+ if (typeof value !== "function") throw new Error;
2669
+ return function() {
2670
+ set(this, id).ease = value;
2671
+ };
2672
+ }
2673
+
2674
+ function transition_ease(value) {
2675
+ var id = this._id;
2676
+
2677
+ return arguments.length
2678
+ ? this.each(easeConstant(id, value))
2679
+ : get(this.node(), id).ease;
2680
+ }
2681
+
2682
+ function easeVarying(id, value) {
2683
+ return function() {
2684
+ var v = value.apply(this, arguments);
2685
+ if (typeof v !== "function") throw new Error;
2686
+ set(this, id).ease = v;
2687
+ };
2688
+ }
2689
+
2690
+ function transition_easeVarying(value) {
2691
+ if (typeof value !== "function") throw new Error;
2692
+ return this.each(easeVarying(this._id, value));
2693
+ }
2694
+
2695
+ function transition_filter(match) {
2696
+ if (typeof match !== "function") match = matcher(match);
2697
+
2698
+ for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
2699
+ for (var group = groups[j], n = group.length, subgroup = subgroups[j] = [], node, i = 0; i < n; ++i) {
2700
+ if ((node = group[i]) && match.call(node, node.__data__, i, group)) {
2701
+ subgroup.push(node);
2702
+ }
2703
+ }
2704
+ }
2705
+
2706
+ return new Transition(subgroups, this._parents, this._name, this._id);
2707
+ }
2708
+
2709
+ function transition_merge(transition) {
2710
+ if (transition._id !== this._id) throw new Error;
2711
+
2712
+ for (var groups0 = this._groups, groups1 = transition._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
2713
+ for (var group0 = groups0[j], group1 = groups1[j], n = group0.length, merge = merges[j] = new Array(n), node, i = 0; i < n; ++i) {
2714
+ if (node = group0[i] || group1[i]) {
2715
+ merge[i] = node;
2716
+ }
2717
+ }
2718
+ }
2719
+
2720
+ for (; j < m0; ++j) {
2721
+ merges[j] = groups0[j];
2722
+ }
2723
+
2724
+ return new Transition(merges, this._parents, this._name, this._id);
2725
+ }
2726
+
2727
+ function start(name) {
2728
+ return (name + "").trim().split(/^|\s+/).every(function(t) {
2729
+ var i = t.indexOf(".");
2730
+ if (i >= 0) t = t.slice(0, i);
2731
+ return !t || t === "start";
2732
+ });
2733
+ }
2734
+
2735
+ function onFunction(id, name, listener) {
2736
+ var on0, on1, sit = start(name) ? init : set;
2737
+ return function() {
2738
+ var schedule = sit(this, id),
2739
+ on = schedule.on;
2740
+
2741
+ // If this node shared a dispatch with the previous node,
2742
+ // just assign the updated shared dispatch and we’re done!
2743
+ // Otherwise, copy-on-write.
2744
+ if (on !== on0) (on1 = (on0 = on).copy()).on(name, listener);
2745
+
2746
+ schedule.on = on1;
2747
+ };
2748
+ }
2749
+
2750
+ function transition_on(name, listener) {
2751
+ var id = this._id;
2752
+
2753
+ return arguments.length < 2
2754
+ ? get(this.node(), id).on.on(name)
2755
+ : this.each(onFunction(id, name, listener));
2756
+ }
2757
+
2758
+ function removeFunction(id) {
2759
+ return function() {
2760
+ var parent = this.parentNode;
2761
+ for (var i in this.__transition) if (+i !== id) return;
2762
+ if (parent) parent.removeChild(this);
2763
+ };
2764
+ }
2765
+
2766
+ function transition_remove() {
2767
+ return this.on("end.remove", removeFunction(this._id));
2768
+ }
2769
+
2770
+ function transition_select(select) {
2771
+ var name = this._name,
2772
+ id = this._id;
2773
+
2774
+ if (typeof select !== "function") select = selector(select);
2775
+
2776
+ for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
2777
+ for (var group = groups[j], n = group.length, subgroup = subgroups[j] = new Array(n), node, subnode, i = 0; i < n; ++i) {
2778
+ if ((node = group[i]) && (subnode = select.call(node, node.__data__, i, group))) {
2779
+ if ("__data__" in node) subnode.__data__ = node.__data__;
2780
+ subgroup[i] = subnode;
2781
+ schedule(subgroup[i], name, id, i, subgroup, get(node, id));
2782
+ }
2783
+ }
2784
+ }
2785
+
2786
+ return new Transition(subgroups, this._parents, name, id);
2787
+ }
2788
+
2789
+ function transition_selectAll(select) {
2790
+ var name = this._name,
2791
+ id = this._id;
2792
+
2793
+ if (typeof select !== "function") select = selectorAll(select);
2794
+
2795
+ for (var groups = this._groups, m = groups.length, subgroups = [], parents = [], j = 0; j < m; ++j) {
2796
+ for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
2797
+ if (node = group[i]) {
2798
+ for (var children = select.call(node, node.__data__, i, group), child, inherit = get(node, id), k = 0, l = children.length; k < l; ++k) {
2799
+ if (child = children[k]) {
2800
+ schedule(child, name, id, k, children, inherit);
2801
+ }
2802
+ }
2803
+ subgroups.push(children);
2804
+ parents.push(node);
2805
+ }
2806
+ }
2807
+ }
2808
+
2809
+ return new Transition(subgroups, parents, name, id);
2810
+ }
2811
+
2812
+ var Selection = selection.prototype.constructor;
2813
+
2814
+ function transition_selection() {
2815
+ return new Selection(this._groups, this._parents);
2816
+ }
2817
+
2818
+ function styleNull(name, interpolate) {
2819
+ var string00,
2820
+ string10,
2821
+ interpolate0;
2822
+ return function() {
2823
+ var string0 = styleValue(this, name),
2824
+ string1 = (this.style.removeProperty(name), styleValue(this, name));
2825
+ return string0 === string1 ? null
2826
+ : string0 === string00 && string1 === string10 ? interpolate0
2827
+ : interpolate0 = interpolate(string00 = string0, string10 = string1);
2828
+ };
2829
+ }
2830
+
2831
+ function styleRemove(name) {
2832
+ return function() {
2833
+ this.style.removeProperty(name);
2834
+ };
2835
+ }
2836
+
2837
+ function styleConstant(name, interpolate, value1) {
2838
+ var string00,
2839
+ string1 = value1 + "",
2840
+ interpolate0;
2841
+ return function() {
2842
+ var string0 = styleValue(this, name);
2843
+ return string0 === string1 ? null
2844
+ : string0 === string00 ? interpolate0
2845
+ : interpolate0 = interpolate(string00 = string0, value1);
2846
+ };
2847
+ }
2848
+
2849
+ function styleFunction(name, interpolate, value) {
2850
+ var string00,
2851
+ string10,
2852
+ interpolate0;
2853
+ return function() {
2854
+ var string0 = styleValue(this, name),
2855
+ value1 = value(this),
2856
+ string1 = value1 + "";
2857
+ if (value1 == null) string1 = value1 = (this.style.removeProperty(name), styleValue(this, name));
2858
+ return string0 === string1 ? null
2859
+ : string0 === string00 && string1 === string10 ? interpolate0
2860
+ : (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
2861
+ };
2862
+ }
2863
+
2864
+ function styleMaybeRemove(id, name) {
2865
+ var on0, on1, listener0, key = "style." + name, event = "end." + key, remove;
2866
+ return function() {
2867
+ var schedule = set(this, id),
2868
+ on = schedule.on,
2869
+ listener = schedule.value[key] == null ? remove || (remove = styleRemove(name)) : undefined;
2870
+
2871
+ // If this node shared a dispatch with the previous node,
2872
+ // just assign the updated shared dispatch and we’re done!
2873
+ // Otherwise, copy-on-write.
2874
+ if (on !== on0 || listener0 !== listener) (on1 = (on0 = on).copy()).on(event, listener0 = listener);
2875
+
2876
+ schedule.on = on1;
2877
+ };
2878
+ }
2879
+
2880
+ function transition_style(name, value, priority) {
2881
+ var i = (name += "") === "transform" ? interpolateTransformCss : interpolate;
2882
+ return value == null ? this
2883
+ .styleTween(name, styleNull(name, i))
2884
+ .on("end.style." + name, styleRemove(name))
2885
+ : typeof value === "function" ? this
2886
+ .styleTween(name, styleFunction(name, i, tweenValue(this, "style." + name, value)))
2887
+ .each(styleMaybeRemove(this._id, name))
2888
+ : this
2889
+ .styleTween(name, styleConstant(name, i, value), priority)
2890
+ .on("end.style." + name, null);
2891
+ }
2892
+
2893
+ function styleInterpolate(name, i, priority) {
2894
+ return function(t) {
2895
+ this.style.setProperty(name, i.call(this, t), priority);
2896
+ };
2897
+ }
2898
+
2899
+ function styleTween(name, value, priority) {
2900
+ var t, i0;
2901
+ function tween() {
2902
+ var i = value.apply(this, arguments);
2903
+ if (i !== i0) t = (i0 = i) && styleInterpolate(name, i, priority);
2904
+ return t;
2905
+ }
2906
+ tween._value = value;
2907
+ return tween;
2908
+ }
2909
+
2910
+ function transition_styleTween(name, value, priority) {
2911
+ var key = "style." + (name += "");
2912
+ if (arguments.length < 2) return (key = this.tween(key)) && key._value;
2913
+ if (value == null) return this.tween(key, null);
2914
+ if (typeof value !== "function") throw new Error;
2915
+ return this.tween(key, styleTween(name, value, priority == null ? "" : priority));
2916
+ }
2917
+
2918
+ function textConstant(value) {
2919
+ return function() {
2920
+ this.textContent = value;
2921
+ };
2922
+ }
2923
+
2924
+ function textFunction(value) {
2925
+ return function() {
2926
+ var value1 = value(this);
2927
+ this.textContent = value1 == null ? "" : value1;
2928
+ };
2929
+ }
2930
+
2931
+ function transition_text(value) {
2932
+ return this.tween("text", typeof value === "function"
2933
+ ? textFunction(tweenValue(this, "text", value))
2934
+ : textConstant(value == null ? "" : value + ""));
2935
+ }
2936
+
2937
+ function textInterpolate(i) {
2938
+ return function(t) {
2939
+ this.textContent = i.call(this, t);
2940
+ };
2941
+ }
2942
+
2943
+ function textTween(value) {
2944
+ var t0, i0;
2945
+ function tween() {
2946
+ var i = value.apply(this, arguments);
2947
+ if (i !== i0) t0 = (i0 = i) && textInterpolate(i);
2948
+ return t0;
2949
+ }
2950
+ tween._value = value;
2951
+ return tween;
2952
+ }
2953
+
2954
+ function transition_textTween(value) {
2955
+ var key = "text";
2956
+ if (arguments.length < 1) return (key = this.tween(key)) && key._value;
2957
+ if (value == null) return this.tween(key, null);
2958
+ if (typeof value !== "function") throw new Error;
2959
+ return this.tween(key, textTween(value));
2960
+ }
2961
+
2962
+ function transition_transition() {
2963
+ var name = this._name,
2964
+ id0 = this._id,
2965
+ id1 = newId();
2966
+
2967
+ for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
2968
+ for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
2969
+ if (node = group[i]) {
2970
+ var inherit = get(node, id0);
2971
+ schedule(node, name, id1, i, group, {
2972
+ time: inherit.time + inherit.delay + inherit.duration,
2973
+ delay: 0,
2974
+ duration: inherit.duration,
2975
+ ease: inherit.ease
2976
+ });
2977
+ }
2978
+ }
2979
+ }
2980
+
2981
+ return new Transition(groups, this._parents, name, id1);
2982
+ }
2983
+
2984
+ function transition_end() {
2985
+ var on0, on1, that = this, id = that._id, size = that.size();
2986
+ return new Promise(function(resolve, reject) {
2987
+ var cancel = {value: reject},
2988
+ end = {value: function() { if (--size === 0) resolve(); }};
2989
+
2990
+ that.each(function() {
2991
+ var schedule = set(this, id),
2992
+ on = schedule.on;
2993
+
2994
+ // If this node shared a dispatch with the previous node,
2995
+ // just assign the updated shared dispatch and we’re done!
2996
+ // Otherwise, copy-on-write.
2997
+ if (on !== on0) {
2998
+ on1 = (on0 = on).copy();
2999
+ on1._.cancel.push(cancel);
3000
+ on1._.interrupt.push(cancel);
3001
+ on1._.end.push(end);
3002
+ }
3003
+
3004
+ schedule.on = on1;
3005
+ });
3006
+
3007
+ // The selection was empty, resolve end immediately
3008
+ if (size === 0) resolve();
3009
+ });
3010
+ }
3011
+
3012
+ var id = 0;
3013
+
3014
+ function Transition(groups, parents, name, id) {
3015
+ this._groups = groups;
3016
+ this._parents = parents;
3017
+ this._name = name;
3018
+ this._id = id;
3019
+ }
3020
+
3021
+ function newId() {
3022
+ return ++id;
3023
+ }
3024
+
3025
+ var selection_prototype = selection.prototype;
3026
+
3027
+ Transition.prototype = {
3028
+ constructor: Transition,
3029
+ select: transition_select,
3030
+ selectAll: transition_selectAll,
3031
+ selectChild: selection_prototype.selectChild,
3032
+ selectChildren: selection_prototype.selectChildren,
3033
+ filter: transition_filter,
3034
+ merge: transition_merge,
3035
+ selection: transition_selection,
3036
+ transition: transition_transition,
3037
+ call: selection_prototype.call,
3038
+ nodes: selection_prototype.nodes,
3039
+ node: selection_prototype.node,
3040
+ size: selection_prototype.size,
3041
+ empty: selection_prototype.empty,
3042
+ each: selection_prototype.each,
3043
+ on: transition_on,
3044
+ attr: transition_attr,
3045
+ attrTween: transition_attrTween,
3046
+ style: transition_style,
3047
+ styleTween: transition_styleTween,
3048
+ text: transition_text,
3049
+ textTween: transition_textTween,
3050
+ remove: transition_remove,
3051
+ tween: transition_tween,
3052
+ delay: transition_delay,
3053
+ duration: transition_duration,
3054
+ ease: transition_ease,
3055
+ easeVarying: transition_easeVarying,
3056
+ end: transition_end,
3057
+ [Symbol.iterator]: selection_prototype[Symbol.iterator]
3058
+ };
3059
+
3060
+ const linear$1 = t => +t;
3061
+
3062
+ function cubicInOut(t) {
3063
+ return ((t *= 2) <= 1 ? t * t * t : (t -= 2) * t * t + 2) / 2;
3064
+ }
3065
+
3066
+ var exponent$1 = 3;
3067
+
3068
+ var polyInOut = (function custom(e) {
3069
+ e = +e;
3070
+
3071
+ function polyInOut(t) {
3072
+ return ((t *= 2) <= 1 ? Math.pow(t, e) : 2 - Math.pow(2 - t, e)) / 2;
3073
+ }
3074
+
3075
+ polyInOut.exponent = custom;
3076
+
3077
+ return polyInOut;
3078
+ })(exponent$1);
3079
+
3080
+ var defaultTiming = {
3081
+ time: null, // Set on use.
3082
+ delay: 0,
3083
+ duration: 250,
3084
+ ease: cubicInOut
3085
+ };
3086
+
3087
+ function inherit(node, id) {
3088
+ var timing;
3089
+ while (!(timing = node.__transition) || !(timing = timing[id])) {
3090
+ if (!(node = node.parentNode)) {
3091
+ throw new Error(`transition ${id} not found`);
3092
+ }
3093
+ }
3094
+ return timing;
3095
+ }
3096
+
3097
+ function selection_transition(name) {
3098
+ var id,
3099
+ timing;
3100
+
3101
+ if (name instanceof Transition) {
3102
+ id = name._id, name = name._name;
3103
+ } else {
3104
+ id = newId(), (timing = defaultTiming).time = now(), name = name == null ? null : name + "";
3105
+ }
3106
+
3107
+ for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
3108
+ for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
3109
+ if (node = group[i]) {
3110
+ schedule(node, name, id, i, group, timing || inherit(node, id));
3111
+ }
3112
+ }
3113
+ }
3114
+
3115
+ return new Transition(groups, this._parents, name, id);
3116
+ }
3117
+
3118
+ selection.prototype.interrupt = selection_interrupt;
3119
+ selection.prototype.transition = selection_transition;
3120
+
3121
+ function formatDecimal(x) {
3122
+ return Math.abs(x = Math.round(x)) >= 1e21
3123
+ ? x.toLocaleString("en").replace(/,/g, "")
3124
+ : x.toString(10);
3125
+ }
3126
+
3127
+ // Computes the decimal coefficient and exponent of the specified number x with
3128
+ // significant digits p, where x is positive and p is in [1, 21] or undefined.
3129
+ // For example, formatDecimalParts(1.23) returns ["123", 0].
3130
+ function formatDecimalParts(x, p) {
3131
+ if ((i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e")) < 0) return null; // NaN, ±Infinity
3132
+ var i, coefficient = x.slice(0, i);
3133
+
3134
+ // The string returned by toExponential either has the form \d\.\d+e[-+]\d+
3135
+ // (e.g., 1.2e+3) or the form \de[-+]\d+ (e.g., 1e+3).
3136
+ return [
3137
+ coefficient.length > 1 ? coefficient[0] + coefficient.slice(2) : coefficient,
3138
+ +x.slice(i + 1)
3139
+ ];
3140
+ }
3141
+
3142
+ function exponent(x) {
3143
+ return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
3144
+ }
3145
+
3146
+ function formatGroup(grouping, thousands) {
3147
+ return function(value, width) {
3148
+ var i = value.length,
3149
+ t = [],
3150
+ j = 0,
3151
+ g = grouping[0],
3152
+ length = 0;
3153
+
3154
+ while (i > 0 && g > 0) {
3155
+ if (length + g + 1 > width) g = Math.max(1, width - length);
3156
+ t.push(value.substring(i -= g, i + g));
3157
+ if ((length += g + 1) > width) break;
3158
+ g = grouping[j = (j + 1) % grouping.length];
3159
+ }
3160
+
3161
+ return t.reverse().join(thousands);
3162
+ };
3163
+ }
3164
+
3165
+ function formatNumerals(numerals) {
3166
+ return function(value) {
3167
+ return value.replace(/[0-9]/g, function(i) {
3168
+ return numerals[+i];
3169
+ });
3170
+ };
3171
+ }
3172
+
3173
+ // [[fill]align][sign][symbol][0][width][,][.precision][~][type]
3174
+ var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
3175
+
3176
+ function formatSpecifier(specifier) {
3177
+ if (!(match = re.exec(specifier))) throw new Error("invalid format: " + specifier);
3178
+ var match;
3179
+ return new FormatSpecifier({
3180
+ fill: match[1],
3181
+ align: match[2],
3182
+ sign: match[3],
3183
+ symbol: match[4],
3184
+ zero: match[5],
3185
+ width: match[6],
3186
+ comma: match[7],
3187
+ precision: match[8] && match[8].slice(1),
3188
+ trim: match[9],
3189
+ type: match[10]
3190
+ });
3191
+ }
3192
+
3193
+ formatSpecifier.prototype = FormatSpecifier.prototype; // instanceof
3194
+
3195
+ function FormatSpecifier(specifier) {
3196
+ this.fill = specifier.fill === undefined ? " " : specifier.fill + "";
3197
+ this.align = specifier.align === undefined ? ">" : specifier.align + "";
3198
+ this.sign = specifier.sign === undefined ? "-" : specifier.sign + "";
3199
+ this.symbol = specifier.symbol === undefined ? "" : specifier.symbol + "";
3200
+ this.zero = !!specifier.zero;
3201
+ this.width = specifier.width === undefined ? undefined : +specifier.width;
3202
+ this.comma = !!specifier.comma;
3203
+ this.precision = specifier.precision === undefined ? undefined : +specifier.precision;
3204
+ this.trim = !!specifier.trim;
3205
+ this.type = specifier.type === undefined ? "" : specifier.type + "";
3206
+ }
3207
+
3208
+ FormatSpecifier.prototype.toString = function() {
3209
+ return this.fill
3210
+ + this.align
3211
+ + this.sign
3212
+ + this.symbol
3213
+ + (this.zero ? "0" : "")
3214
+ + (this.width === undefined ? "" : Math.max(1, this.width | 0))
3215
+ + (this.comma ? "," : "")
3216
+ + (this.precision === undefined ? "" : "." + Math.max(0, this.precision | 0))
3217
+ + (this.trim ? "~" : "")
3218
+ + this.type;
3219
+ };
3220
+
3221
+ // Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.
3222
+ function formatTrim(s) {
3223
+ out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {
3224
+ switch (s[i]) {
3225
+ case ".": i0 = i1 = i; break;
3226
+ case "0": if (i0 === 0) i0 = i; i1 = i; break;
3227
+ default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;
3228
+ }
3229
+ }
3230
+ return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;
3231
+ }
3232
+
3233
+ var prefixExponent;
3234
+
3235
+ function formatPrefixAuto(x, p) {
3236
+ var d = formatDecimalParts(x, p);
3237
+ if (!d) return x + "";
3238
+ var coefficient = d[0],
3239
+ exponent = d[1],
3240
+ i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,
3241
+ n = coefficient.length;
3242
+ return i === n ? coefficient
3243
+ : i > n ? coefficient + new Array(i - n + 1).join("0")
3244
+ : i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i)
3245
+ : "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!
3246
+ }
3247
+
3248
+ function formatRounded(x, p) {
3249
+ var d = formatDecimalParts(x, p);
3250
+ if (!d) return x + "";
3251
+ var coefficient = d[0],
3252
+ exponent = d[1];
3253
+ return exponent < 0 ? "0." + new Array(-exponent).join("0") + coefficient
3254
+ : coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + "." + coefficient.slice(exponent + 1)
3255
+ : coefficient + new Array(exponent - coefficient.length + 2).join("0");
3256
+ }
3257
+
3258
+ const formatTypes = {
3259
+ "%": (x, p) => (x * 100).toFixed(p),
3260
+ "b": (x) => Math.round(x).toString(2),
3261
+ "c": (x) => x + "",
3262
+ "d": formatDecimal,
3263
+ "e": (x, p) => x.toExponential(p),
3264
+ "f": (x, p) => x.toFixed(p),
3265
+ "g": (x, p) => x.toPrecision(p),
3266
+ "o": (x) => Math.round(x).toString(8),
3267
+ "p": (x, p) => formatRounded(x * 100, p),
3268
+ "r": formatRounded,
3269
+ "s": formatPrefixAuto,
3270
+ "X": (x) => Math.round(x).toString(16).toUpperCase(),
3271
+ "x": (x) => Math.round(x).toString(16)
3272
+ };
3273
+
3274
+ function identity$1(x) {
3275
+ return x;
3276
+ }
3277
+
3278
+ var map = Array.prototype.map,
3279
+ prefixes = ["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];
3280
+
3281
+ function formatLocale(locale) {
3282
+ var group = locale.grouping === undefined || locale.thousands === undefined ? identity$1 : formatGroup(map.call(locale.grouping, Number), locale.thousands + ""),
3283
+ currencyPrefix = locale.currency === undefined ? "" : locale.currency[0] + "",
3284
+ currencySuffix = locale.currency === undefined ? "" : locale.currency[1] + "",
3285
+ decimal = locale.decimal === undefined ? "." : locale.decimal + "",
3286
+ numerals = locale.numerals === undefined ? identity$1 : formatNumerals(map.call(locale.numerals, String)),
3287
+ percent = locale.percent === undefined ? "%" : locale.percent + "",
3288
+ minus = locale.minus === undefined ? "−" : locale.minus + "",
3289
+ nan = locale.nan === undefined ? "NaN" : locale.nan + "";
3290
+
3291
+ function newFormat(specifier) {
3292
+ specifier = formatSpecifier(specifier);
3293
+
3294
+ var fill = specifier.fill,
3295
+ align = specifier.align,
3296
+ sign = specifier.sign,
3297
+ symbol = specifier.symbol,
3298
+ zero = specifier.zero,
3299
+ width = specifier.width,
3300
+ comma = specifier.comma,
3301
+ precision = specifier.precision,
3302
+ trim = specifier.trim,
3303
+ type = specifier.type;
3304
+
3305
+ // The "n" type is an alias for ",g".
3306
+ if (type === "n") comma = true, type = "g";
3307
+
3308
+ // The "" type, and any invalid type, is an alias for ".12~g".
3309
+ else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = "g";
3310
+
3311
+ // If zero fill is specified, padding goes after sign and before digits.
3312
+ if (zero || (fill === "0" && align === "=")) zero = true, fill = "0", align = "=";
3313
+
3314
+ // Compute the prefix and suffix.
3315
+ // For SI-prefix, the suffix is lazily computed.
3316
+ var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "",
3317
+ suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
3318
+
3319
+ // What format function should we use?
3320
+ // Is this an integer type?
3321
+ // Can this type generate exponential notation?
3322
+ var formatType = formatTypes[type],
3323
+ maybeSuffix = /[defgprs%]/.test(type);
3324
+
3325
+ // Set the default precision if not specified,
3326
+ // or clamp the specified precision to the supported range.
3327
+ // For significant precision, it must be in [1, 21].
3328
+ // For fixed precision, it must be in [0, 20].
3329
+ precision = precision === undefined ? 6
3330
+ : /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))
3331
+ : Math.max(0, Math.min(20, precision));
3332
+
3333
+ function format(value) {
3334
+ var valuePrefix = prefix,
3335
+ valueSuffix = suffix,
3336
+ i, n, c;
3337
+
3338
+ if (type === "c") {
3339
+ valueSuffix = formatType(value) + valueSuffix;
3340
+ value = "";
3341
+ } else {
3342
+ value = +value;
3343
+
3344
+ // Determine the sign. -0 is not less than 0, but 1 / -0 is!
3345
+ var valueNegative = value < 0 || 1 / value < 0;
3346
+
3347
+ // Perform the initial formatting.
3348
+ value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
3349
+
3350
+ // Trim insignificant zeros.
3351
+ if (trim) value = formatTrim(value);
3352
+
3353
+ // If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.
3354
+ if (valueNegative && +value === 0 && sign !== "+") valueNegative = false;
3355
+
3356
+ // Compute the prefix and suffix.
3357
+ valuePrefix = (valueNegative ? (sign === "(" ? sign : minus) : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
3358
+ valueSuffix = (type === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
3359
+
3360
+ // Break the formatted value into the integer “value” part that can be
3361
+ // grouped, and fractional or exponential “suffix” part that is not.
3362
+ if (maybeSuffix) {
3363
+ i = -1, n = value.length;
3364
+ while (++i < n) {
3365
+ if (c = value.charCodeAt(i), 48 > c || c > 57) {
3366
+ valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;
3367
+ value = value.slice(0, i);
3368
+ break;
3369
+ }
3370
+ }
3371
+ }
3372
+ }
3373
+
3374
+ // If the fill character is not "0", grouping is applied before padding.
3375
+ if (comma && !zero) value = group(value, Infinity);
3376
+
3377
+ // Compute the padding.
3378
+ var length = valuePrefix.length + value.length + valueSuffix.length,
3379
+ padding = length < width ? new Array(width - length + 1).join(fill) : "";
3380
+
3381
+ // If the fill character is "0", grouping is applied after padding.
3382
+ if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
3383
+
3384
+ // Reconstruct the final output based on the desired alignment.
3385
+ switch (align) {
3386
+ case "<": value = valuePrefix + value + valueSuffix + padding; break;
3387
+ case "=": value = valuePrefix + padding + value + valueSuffix; break;
3388
+ case "^": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;
3389
+ default: value = padding + valuePrefix + value + valueSuffix; break;
3390
+ }
3391
+
3392
+ return numerals(value);
3393
+ }
3394
+
3395
+ format.toString = function() {
3396
+ return specifier + "";
3397
+ };
3398
+
3399
+ return format;
3400
+ }
3401
+
3402
+ function formatPrefix(specifier, value) {
3403
+ var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = "f", specifier)),
3404
+ e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,
3405
+ k = Math.pow(10, -e),
3406
+ prefix = prefixes[8 + e / 3];
3407
+ return function(value) {
3408
+ return f(k * value) + prefix;
3409
+ };
3410
+ }
3411
+
3412
+ return {
3413
+ format: newFormat,
3414
+ formatPrefix: formatPrefix
3415
+ };
3416
+ }
3417
+
3418
+ var locale;
3419
+ var format;
3420
+ var formatPrefix;
3421
+
3422
+ defaultLocale({
3423
+ thousands: ",",
3424
+ grouping: [3],
3425
+ currency: ["$", ""]
3426
+ });
3427
+
3428
+ function defaultLocale(definition) {
3429
+ locale = formatLocale(definition);
3430
+ format = locale.format;
3431
+ formatPrefix = locale.formatPrefix;
3432
+ return locale;
3433
+ }
3434
+
3435
+ function precisionFixed(step) {
3436
+ return Math.max(0, -exponent(Math.abs(step)));
3437
+ }
3438
+
3439
+ function precisionPrefix(step, value) {
3440
+ return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));
3441
+ }
3442
+
3443
+ function precisionRound(step, max) {
3444
+ step = Math.abs(step), max = Math.abs(max) - step;
3445
+ return Math.max(0, exponent(max) - exponent(step)) + 1;
3446
+ }
3447
+
3448
+ function initRange(domain, range) {
3449
+ switch (arguments.length) {
3450
+ case 0: break;
3451
+ case 1: this.range(domain); break;
3452
+ default: this.range(range).domain(domain); break;
3453
+ }
3454
+ return this;
3455
+ }
3456
+
3457
+ const implicit = Symbol("implicit");
3458
+
3459
+ function ordinal() {
3460
+ var index = new InternMap(),
3461
+ domain = [],
3462
+ range = [],
3463
+ unknown = implicit;
3464
+
3465
+ function scale(d) {
3466
+ let i = index.get(d);
3467
+ if (i === undefined) {
3468
+ if (unknown !== implicit) return unknown;
3469
+ index.set(d, i = domain.push(d) - 1);
3470
+ }
3471
+ return range[i % range.length];
3472
+ }
3473
+
3474
+ scale.domain = function(_) {
3475
+ if (!arguments.length) return domain.slice();
3476
+ domain = [], index = new InternMap();
3477
+ for (const value of _) {
3478
+ if (index.has(value)) continue;
3479
+ index.set(value, domain.push(value) - 1);
3480
+ }
3481
+ return scale;
3482
+ };
3483
+
3484
+ scale.range = function(_) {
3485
+ return arguments.length ? (range = Array.from(_), scale) : range.slice();
3486
+ };
3487
+
3488
+ scale.unknown = function(_) {
3489
+ return arguments.length ? (unknown = _, scale) : unknown;
3490
+ };
3491
+
3492
+ scale.copy = function() {
3493
+ return ordinal(domain, range).unknown(unknown);
3494
+ };
3495
+
3496
+ initRange.apply(scale, arguments);
3497
+
3498
+ return scale;
3499
+ }
3500
+
3501
+ function constants(x) {
3502
+ return function() {
3503
+ return x;
3504
+ };
3505
+ }
3506
+
3507
+ function number(x) {
3508
+ return +x;
3509
+ }
3510
+
3511
+ var unit = [0, 1];
3512
+
3513
+ function identity(x) {
3514
+ return x;
3515
+ }
3516
+
3517
+ function normalize(a, b) {
3518
+ return (b -= (a = +a))
3519
+ ? function(x) { return (x - a) / b; }
3520
+ : constants(isNaN(b) ? NaN : 0.5);
3521
+ }
3522
+
3523
+ function clamper(a, b) {
3524
+ var t;
3525
+ if (a > b) t = a, a = b, b = t;
3526
+ return function(x) { return Math.max(a, Math.min(b, x)); };
3527
+ }
3528
+
3529
+ // normalize(a, b)(x) takes a domain value x in [a,b] and returns the corresponding parameter t in [0,1].
3530
+ // interpolate(a, b)(t) takes a parameter t in [0,1] and returns the corresponding range value x in [a,b].
3531
+ function bimap(domain, range, interpolate) {
3532
+ var d0 = domain[0], d1 = domain[1], r0 = range[0], r1 = range[1];
3533
+ if (d1 < d0) d0 = normalize(d1, d0), r0 = interpolate(r1, r0);
3534
+ else d0 = normalize(d0, d1), r0 = interpolate(r0, r1);
3535
+ return function(x) { return r0(d0(x)); };
3536
+ }
3537
+
3538
+ function polymap(domain, range, interpolate) {
3539
+ var j = Math.min(domain.length, range.length) - 1,
3540
+ d = new Array(j),
3541
+ r = new Array(j),
3542
+ i = -1;
3543
+
3544
+ // Reverse descending domains.
3545
+ if (domain[j] < domain[0]) {
3546
+ domain = domain.slice().reverse();
3547
+ range = range.slice().reverse();
3548
+ }
3549
+
3550
+ while (++i < j) {
3551
+ d[i] = normalize(domain[i], domain[i + 1]);
3552
+ r[i] = interpolate(range[i], range[i + 1]);
3553
+ }
3554
+
3555
+ return function(x) {
3556
+ var i = bisect(domain, x, 1, j) - 1;
3557
+ return r[i](d[i](x));
3558
+ };
3559
+ }
3560
+
3561
+ function copy(source, target) {
3562
+ return target
3563
+ .domain(source.domain())
3564
+ .range(source.range())
3565
+ .interpolate(source.interpolate())
3566
+ .clamp(source.clamp())
3567
+ .unknown(source.unknown());
3568
+ }
3569
+
3570
+ function transformer() {
3571
+ var domain = unit,
3572
+ range = unit,
3573
+ interpolate = interpolate$1,
3574
+ transform,
3575
+ untransform,
3576
+ unknown,
3577
+ clamp = identity,
3578
+ piecewise,
3579
+ output,
3580
+ input;
3581
+
3582
+ function rescale() {
3583
+ var n = Math.min(domain.length, range.length);
3584
+ if (clamp !== identity) clamp = clamper(domain[0], domain[n - 1]);
3585
+ piecewise = n > 2 ? polymap : bimap;
3586
+ output = input = null;
3587
+ return scale;
3588
+ }
3589
+
3590
+ function scale(x) {
3591
+ return x == null || isNaN(x = +x) ? unknown : (output || (output = piecewise(domain.map(transform), range, interpolate)))(transform(clamp(x)));
3592
+ }
3593
+
3594
+ scale.invert = function(y) {
3595
+ return clamp(untransform((input || (input = piecewise(range, domain.map(transform), interpolateNumber)))(y)));
3596
+ };
3597
+
3598
+ scale.domain = function(_) {
3599
+ return arguments.length ? (domain = Array.from(_, number), rescale()) : domain.slice();
3600
+ };
3601
+
3602
+ scale.range = function(_) {
3603
+ return arguments.length ? (range = Array.from(_), rescale()) : range.slice();
3604
+ };
3605
+
3606
+ scale.rangeRound = function(_) {
3607
+ return range = Array.from(_), interpolate = interpolateRound, rescale();
3608
+ };
3609
+
3610
+ scale.clamp = function(_) {
3611
+ return arguments.length ? (clamp = _ ? true : identity, rescale()) : clamp !== identity;
3612
+ };
3613
+
3614
+ scale.interpolate = function(_) {
3615
+ return arguments.length ? (interpolate = _, rescale()) : interpolate;
3616
+ };
3617
+
3618
+ scale.unknown = function(_) {
3619
+ return arguments.length ? (unknown = _, scale) : unknown;
3620
+ };
3621
+
3622
+ return function(t, u) {
3623
+ transform = t, untransform = u;
3624
+ return rescale();
3625
+ };
3626
+ }
3627
+
3628
+ function continuous() {
3629
+ return transformer()(identity, identity);
3630
+ }
3631
+
3632
+ function tickFormat(start, stop, count, specifier) {
3633
+ var step = tickStep(start, stop, count),
3634
+ precision;
3635
+ specifier = formatSpecifier(specifier == null ? ",f" : specifier);
3636
+ switch (specifier.type) {
3637
+ case "s": {
3638
+ var value = Math.max(Math.abs(start), Math.abs(stop));
3639
+ if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value))) specifier.precision = precision;
3640
+ return formatPrefix(specifier, value);
3641
+ }
3642
+ case "":
3643
+ case "e":
3644
+ case "g":
3645
+ case "p":
3646
+ case "r": {
3647
+ if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start), Math.abs(stop))))) specifier.precision = precision - (specifier.type === "e");
3648
+ break;
3649
+ }
3650
+ case "f":
3651
+ case "%": {
3652
+ if (specifier.precision == null && !isNaN(precision = precisionFixed(step))) specifier.precision = precision - (specifier.type === "%") * 2;
3653
+ break;
3654
+ }
3655
+ }
3656
+ return format(specifier);
3657
+ }
3658
+
3659
+ function linearish(scale) {
3660
+ var domain = scale.domain;
3661
+
3662
+ scale.ticks = function(count) {
3663
+ var d = domain();
3664
+ return ticks(d[0], d[d.length - 1], count == null ? 10 : count);
3665
+ };
3666
+
3667
+ scale.tickFormat = function(count, specifier) {
3668
+ var d = domain();
3669
+ return tickFormat(d[0], d[d.length - 1], count == null ? 10 : count, specifier);
3670
+ };
3671
+
3672
+ scale.nice = function(count) {
3673
+ if (count == null) count = 10;
3674
+
3675
+ var d = domain();
3676
+ var i0 = 0;
3677
+ var i1 = d.length - 1;
3678
+ var start = d[i0];
3679
+ var stop = d[i1];
3680
+ var prestep;
3681
+ var step;
3682
+ var maxIter = 10;
3683
+
3684
+ if (stop < start) {
3685
+ step = start, start = stop, stop = step;
3686
+ step = i0, i0 = i1, i1 = step;
3687
+ }
3688
+
3689
+ while (maxIter-- > 0) {
3690
+ step = tickIncrement(start, stop, count);
3691
+ if (step === prestep) {
3692
+ d[i0] = start;
3693
+ d[i1] = stop;
3694
+ return domain(d);
3695
+ } else if (step > 0) {
3696
+ start = Math.floor(start / step) * step;
3697
+ stop = Math.ceil(stop / step) * step;
3698
+ } else if (step < 0) {
3699
+ start = Math.ceil(start * step) / step;
3700
+ stop = Math.floor(stop * step) / step;
3701
+ } else {
3702
+ break;
3703
+ }
3704
+ prestep = step;
3705
+ }
3706
+
3707
+ return scale;
3708
+ };
3709
+
3710
+ return scale;
3711
+ }
3712
+
3713
+ function linear() {
3714
+ var scale = continuous();
3715
+
3716
+ scale.copy = function() {
3717
+ return copy(scale, linear());
3718
+ };
3719
+
3720
+ initRange.apply(scale, arguments);
3721
+
3722
+ return linearish(scale);
3723
+ }
3724
+
3725
+ exports.axisBottom = axisBottom;
3726
+ exports.axisLeft = axisLeft;
3727
+ exports.dispatch = dispatch;
3728
+ exports.formatLocale = formatLocale;
3729
+ exports.initRange = initRange;
3730
+ exports.interpolate = interpolate$1;
3731
+ exports.linear = linear;
3732
+ exports.linear$1 = linear$1;
3733
+ exports.max = max;
3734
+ exports.min = min;
3735
+ exports.ordinal = ordinal;
3736
+ exports.polyInOut = polyInOut;
3737
+ exports.range = range;
3738
+ exports.select = select;