@designsystem-se/af 38.0.1-beta.1 → 38.1.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 (408) hide show
  1. package/components/digi-bar-chart.js +171 -71
  2. package/components/digi-button.js +1 -1
  3. package/components/digi-calendar-datepicker.js +10 -9
  4. package/components/digi-calendar-week-view.js +1 -1
  5. package/components/digi-calendar.js +1 -1
  6. package/components/digi-chart-line.js +13 -9
  7. package/components/digi-code-block.js +1 -1
  8. package/components/digi-code-example.js +4 -4
  9. package/components/digi-context-menu.js +2 -2
  10. package/components/digi-dialog.js +4 -3
  11. package/components/digi-expandable-faq-item.js +1 -1
  12. package/components/digi-footer.js +2 -1
  13. package/components/digi-form-category-filter.js +1 -1
  14. package/components/digi-form-checkbox.js +1 -1
  15. package/components/digi-form-error-list.js +5 -6
  16. package/components/digi-form-file-upload.js +24 -10
  17. package/components/digi-form-filter.js +3 -3
  18. package/components/digi-form-input-search.js +1 -1
  19. package/components/digi-form-radiobutton.js +1 -1
  20. package/components/digi-form-receipt.js +2 -1
  21. package/components/digi-form-select-filter.js +4 -3
  22. package/components/digi-form-select.js +1 -1
  23. package/components/digi-header-avatar.js +1 -1
  24. package/components/digi-header-navigation.js +3 -2
  25. package/components/digi-header.js +6 -5
  26. package/components/digi-info-card-multi.js +1 -1
  27. package/components/digi-info-card.js +2 -2
  28. package/components/digi-link-internal.js +1 -1
  29. package/components/digi-navigation-pagination.js +3 -2
  30. package/components/digi-navigation-sidebar-button.js +1 -1
  31. package/components/digi-navigation-sidebar.js +1 -1
  32. package/components/digi-navigation-vertical-menu-item.js +1 -1
  33. package/components/digi-notification-alert.js +1 -1
  34. package/components/digi-notification-error-page.js +2 -1
  35. package/components/digi-progress-circle.js +1 -6
  36. package/components/digi-progress-indicator.js +1 -1
  37. package/components/digi-quote.js +1 -1
  38. package/components/digi-tablist.js +5 -5
  39. package/components/digi-tag.js +2 -2
  40. package/components/digi-title-logo.js +2 -1
  41. package/components/digi-tools-feedback.js +4 -3
  42. package/components/digi-tools-theme-provider.js +5 -18
  43. package/components/index.js +2 -1
  44. package/components/p-13c09880.js +177 -0
  45. package/components/p-4bad4fb0.js +7 -0
  46. package/components/p-70fad0ea.js +165 -0
  47. package/components/{p-74c7dd5f.js → p-75c8d67e.js} +3 -2
  48. package/components/{p-b24c2842.js → p-77d8d575.js} +2 -2
  49. package/components/{p-fb8dd721.js → p-9df35672.js} +1 -1
  50. package/components/p-ab07faba.js +66 -0
  51. package/components/{p-4dc6d374.js → p-bc5b7057.js} +3 -2
  52. package/components/p-be4fd246.js +7 -0
  53. package/components/{p-90548d3f.js → p-dbb0665a.js} +2 -2
  54. package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
  55. package/custom-elements.json +0 -4
  56. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  57. package/dist/cjs/digi-bar-chart.cjs.entry.js +170 -70
  58. package/dist/cjs/digi-button_27.cjs.entry.js +1380 -0
  59. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2599 -0
  60. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
  61. package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
  62. package/dist/cjs/digi-chart-line.cjs.entry.js +12 -8
  63. package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +134 -2
  64. package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
  65. package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
  66. package/dist/cjs/digi-dialog.cjs.entry.js +20 -3
  67. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
  68. package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
  69. package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
  70. package/dist/cjs/digi-form-error-list.cjs.entry.js +20 -4
  71. package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
  72. package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
  73. package/dist/cjs/digi-form-input-search.cjs.entry.js +7 -6
  74. package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
  75. package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
  76. package/dist/cjs/digi-form-receipt.cjs.entry.js +19 -2
  77. package/dist/cjs/digi-form-select-filter.cjs.entry.js +564 -0
  78. package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -0
  79. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +99 -0
  80. package/dist/cjs/digi-icon-check.cjs.entry.js +30 -0
  81. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
  82. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
  83. package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
  84. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
  85. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
  86. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
  87. package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
  88. package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +53 -0
  89. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
  90. package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
  91. package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
  92. package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
  93. package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
  94. package/dist/cjs/digi-link-external.cjs.entry.js +36 -0
  95. package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
  96. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +19 -2
  97. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
  98. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
  99. package/dist/cjs/digi-notification-alert.cjs.entry.js +112 -0
  100. package/dist/cjs/digi-notification-error-page.cjs.entry.js +19 -2
  101. package/dist/cjs/digi-progress-circle.cjs.entry.js +4 -9
  102. package/dist/cjs/digi-progress-indicator.cjs.entry.js +137 -0
  103. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  104. package/dist/cjs/digi-tablist.cjs.entry.js +5 -5
  105. package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
  106. package/dist/cjs/digi-tag.cjs.entry.js +1 -1
  107. package/dist/cjs/digi-tools-feedback.cjs.entry.js +20 -3
  108. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
  109. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
  110. package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
  111. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
  112. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
  113. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
  114. package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +24 -0
  115. package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +15 -0
  116. package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
  117. package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
  118. package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
  119. package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +8 -0
  120. package/dist/cjs/index-7a477838.js +156 -4
  121. package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
  122. package/dist/cjs/index-cad91a90.js +66 -0
  123. package/dist/cjs/index-e8333bcc.js +174 -0
  124. package/dist/cjs/index.cjs.js +205 -188
  125. package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
  126. package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
  127. package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
  128. package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
  129. package/dist/cjs/loader.cjs.js +1 -1
  130. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
  131. package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +7 -0
  132. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
  133. package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
  134. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
  135. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
  136. package/dist/cjs/{typography-variation.enum-ad1b2403.js → typography-variation.enum-c0ef9190.js} +0 -230
  137. package/dist/collection/components/_button/button/button.css +10 -10
  138. package/dist/collection/components/_calendar/calendar/calendar.css +2 -7
  139. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +106 -411
  140. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.js +5 -5
  141. package/dist/collection/components/_chart/bar-chart/bar-chart.js +171 -70
  142. package/dist/collection/components/_chart/chart-line/chart-line.js +12 -8
  143. package/dist/collection/components/_code/code-example/code-example.css +0 -6
  144. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  145. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  146. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +106 -411
  147. package/dist/collection/components/_form/form-checkbox/form-checkbox.js +2 -2
  148. package/dist/collection/components/_form/form-error-list/form-error-list.js +1 -7
  149. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +3 -4
  150. package/dist/collection/components/_form/form-file-upload/form-file-upload.js +41 -8
  151. package/dist/collection/components/_form/form-filter/form-filter.css +1 -1
  152. package/dist/collection/components/_form/form-radiobutton/form-radiobutton.js +2 -2
  153. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  154. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +2 -2
  155. package/dist/collection/components/_header/header/header.js +2 -2
  156. package/dist/collection/components/_header/header-avatar/header-avatar.css +105 -410
  157. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  158. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  159. package/dist/collection/components/_link/link-internal/link-internal.css +105 -410
  160. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
  161. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +5 -5
  162. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  163. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +3 -4
  164. package/dist/collection/components/_quote/quote/quote.css +2 -2
  165. package/dist/collection/components/_tag/tag/tag.js +1 -1
  166. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  167. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +2 -157
  168. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
  169. package/dist/collection/design-tokens/components/_button.variables.scss +10 -10
  170. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  171. package/dist/collection/design-tokens/components/_calendar.variables.scss +2 -3
  172. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  173. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  174. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  175. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +0 -2
  176. package/dist/collection/design-tokens/components/_form-filter.variables.scss +1 -1
  177. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +2 -2
  178. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  179. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  180. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  181. package/dist/collection/design-tokens/components/_logo.variables.scss +14 -18
  182. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  183. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  184. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  185. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  186. package/dist/collection/enums.js +7 -1
  187. package/dist/collection/styles/src/_alias.mixin.scss +105 -246
  188. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -16
  189. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -138
  190. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
  191. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +14 -3171
  192. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +10 -10
  193. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  194. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +2 -3
  195. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  196. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  197. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  198. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +0 -2
  199. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +1 -1
  200. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +2 -2
  201. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  202. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  203. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  204. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +0 -2
  205. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  206. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  207. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  208. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  209. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  210. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  211. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  212. package/dist/digi-arbetsformedlingen/{p-60738889.entry.js → p-01874a31.entry.js} +1 -1
  213. package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
  214. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
  215. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
  216. package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +1 -0
  217. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +1 -0
  218. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
  219. package/dist/digi-arbetsformedlingen/p-18880083.entry.js +1 -0
  220. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
  221. package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
  222. package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
  223. package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
  224. package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +1 -0
  225. package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +1 -0
  226. package/dist/digi-arbetsformedlingen/p-37c0ea9e.entry.js +1 -0
  227. package/dist/digi-arbetsformedlingen/p-39468f49.entry.js +1 -0
  228. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
  229. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
  230. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +1 -0
  231. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
  232. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
  233. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
  234. package/dist/digi-arbetsformedlingen/p-4841b4e1.js +1 -0
  235. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
  236. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
  237. package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +1 -0
  238. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +1 -0
  239. package/dist/digi-arbetsformedlingen/{p-d670e0e0.entry.js → p-54d5aa93.entry.js} +1 -1
  240. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
  241. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
  242. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +1 -0
  243. package/dist/digi-arbetsformedlingen/p-59073668.entry.js +1 -0
  244. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
  245. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
  246. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
  247. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
  248. package/dist/digi-arbetsformedlingen/p-7933b555.js +1 -0
  249. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
  250. package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
  251. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
  252. package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
  253. package/dist/digi-arbetsformedlingen/p-82611050.entry.js +1 -0
  254. package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +1 -0
  255. package/dist/digi-arbetsformedlingen/p-8833044b.entry.js +1 -0
  256. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
  257. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
  258. package/dist/digi-arbetsformedlingen/p-905ccb30.js +1 -0
  259. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
  260. package/dist/digi-arbetsformedlingen/p-97f66789.entry.js +1 -0
  261. package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +1 -0
  262. package/dist/digi-arbetsformedlingen/p-9dae073c.entry.js +1 -0
  263. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
  264. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
  265. package/dist/digi-arbetsformedlingen/p-a186888d.entry.js +1 -0
  266. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
  267. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
  268. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
  269. package/dist/digi-arbetsformedlingen/p-be4fd246.js +1 -0
  270. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
  271. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
  272. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
  273. package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
  274. package/dist/digi-arbetsformedlingen/{p-0a6d26f7.entry.js → p-cea5ef63.entry.js} +1 -1
  275. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
  276. package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
  277. package/dist/digi-arbetsformedlingen/{p-67ba87db.entry.js → p-d3e14568.entry.js} +1 -1
  278. package/dist/digi-arbetsformedlingen/p-d595e8a3.js +1 -0
  279. package/dist/digi-arbetsformedlingen/p-ddd659bf.entry.js +1 -0
  280. package/dist/digi-arbetsformedlingen/p-e5bd5a7e.entry.js +1 -0
  281. package/dist/digi-arbetsformedlingen/p-eda570be.entry.js +1 -0
  282. package/dist/digi-arbetsformedlingen/p-ef689144.entry.js +1 -0
  283. package/dist/digi-arbetsformedlingen/p-f0a405ca.entry.js +1 -0
  284. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
  285. package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
  286. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
  287. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
  288. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
  289. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -246
  290. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -16
  291. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -138
  292. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
  293. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +14 -3171
  294. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  295. package/dist/esm/digi-bar-chart.entry.js +170 -70
  296. package/dist/esm/digi-button_27.entry.js +1350 -0
  297. package/dist/esm/digi-calendar-datepicker.entry.js +2595 -0
  298. package/dist/esm/digi-calendar-week-view.entry.js +2 -1
  299. package/dist/esm/digi-calendar_2.entry.js +459 -0
  300. package/dist/esm/digi-chart-line.entry.js +12 -8
  301. package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +135 -4
  302. package/dist/esm/digi-code-example.entry.js +1 -1
  303. package/dist/esm/digi-context-menu.entry.js +236 -0
  304. package/dist/esm/digi-dialog.entry.js +20 -3
  305. package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
  306. package/dist/esm/digi-form-category-filter.entry.js +117 -0
  307. package/dist/esm/digi-form-checkbox.entry.js +135 -0
  308. package/dist/esm/digi-form-error-list.entry.js +20 -4
  309. package/dist/esm/digi-form-file-upload.entry.js +598 -0
  310. package/dist/esm/digi-form-filter.entry.js +244 -0
  311. package/dist/esm/digi-form-input-search.entry.js +2 -1
  312. package/dist/esm/digi-form-input.entry.js +190 -0
  313. package/dist/esm/digi-form-label_3.entry.js +123 -0
  314. package/dist/esm/digi-form-receipt.entry.js +19 -2
  315. package/dist/esm/digi-form-select-filter.entry.js +560 -0
  316. package/dist/esm/digi-form-select_2.entry.js +181 -0
  317. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +92 -0
  318. package/dist/esm/digi-icon-check.entry.js +26 -0
  319. package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
  320. package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
  321. package/dist/esm/digi-icon-copy.entry.js +26 -0
  322. package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
  323. package/dist/esm/digi-icon-minus_2.entry.js +48 -0
  324. package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
  325. package/dist/esm/digi-icon-spinner.entry.js +27 -0
  326. package/dist/esm/digi-icon-validation-error_2.entry.js +48 -0
  327. package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
  328. package/dist/esm/digi-info-card-multi.entry.js +54 -0
  329. package/dist/esm/digi-info-card.entry.js +75 -0
  330. package/dist/esm/digi-layout-columns.entry.js +29 -0
  331. package/dist/esm/digi-link-button.entry.js +62 -0
  332. package/dist/esm/digi-link-external.entry.js +32 -0
  333. package/dist/esm/digi-link-internal.entry.js +33 -0
  334. package/dist/esm/digi-navigation-pagination.entry.js +19 -2
  335. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
  336. package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
  337. package/dist/esm/digi-notification-alert.entry.js +108 -0
  338. package/dist/esm/digi-notification-error-page.entry.js +19 -2
  339. package/dist/esm/digi-progress-circle.entry.js +1 -6
  340. package/dist/esm/digi-progress-indicator.entry.js +133 -0
  341. package/dist/esm/digi-quote.entry.js +1 -1
  342. package/dist/esm/digi-tablist.entry.js +5 -5
  343. package/dist/esm/digi-tag-media.entry.js +43 -0
  344. package/dist/esm/digi-tag.entry.js +1 -1
  345. package/dist/esm/digi-tools-feedback.entry.js +20 -3
  346. package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
  347. package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
  348. package/dist/esm/digi-typography-preamble.entry.js +16 -0
  349. package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
  350. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
  351. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
  352. package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +24 -0
  353. package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +15 -0
  354. package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
  355. package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
  356. package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
  357. package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +8 -0
  358. package/dist/esm/index-148a7577.js +156 -4
  359. package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
  360. package/dist/esm/index-5b6c95c6.js +63 -0
  361. package/dist/esm/index-8685f88d.js +170 -0
  362. package/dist/esm/index.js +19 -2
  363. package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
  364. package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
  365. package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
  366. package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
  367. package/dist/esm/loader.js +1 -1
  368. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
  369. package/dist/esm/progress-circle-role.enum-7737a2c6.js +7 -0
  370. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
  371. package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
  372. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
  373. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
  374. package/dist/esm/typography-variation.enum-c85d7857.js +271 -0
  375. package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker.d.ts +2 -2
  376. package/dist/types/components/_form/form-error-list/form-error-list.d.ts +0 -1
  377. package/dist/types/components/_form/form-file-upload/form-file-upload.d.ts +5 -0
  378. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
  379. package/dist/types/components.d.ts +5 -12
  380. package/dist/types/enums.d.ts +7 -1
  381. package/hydrate/index.js +252 -155
  382. package/hydrate/index.mjs +252 -155
  383. package/package.json +1 -1
  384. package/components/p-1af1c5ea.js +0 -165
  385. package/components/p-adb4322e.js +0 -66
  386. package/components/p-bd92430e.js +0 -177
  387. package/components/p-d7ef9cb1.js +0 -13
  388. package/dist/cjs/digi-button_84.cjs.entry.js +0 -8405
  389. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
  390. package/dist/digi-arbetsformedlingen/p-0467a3ec.entry.js +0 -1
  391. package/dist/digi-arbetsformedlingen/p-1995b9cc.entry.js +0 -1
  392. package/dist/digi-arbetsformedlingen/p-3f47ec44.entry.js +0 -1
  393. package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
  394. package/dist/digi-arbetsformedlingen/p-5ad6d46d.entry.js +0 -1
  395. package/dist/digi-arbetsformedlingen/p-6f2ac316.entry.js +0 -1
  396. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
  397. package/dist/digi-arbetsformedlingen/p-740c6ad8.entry.js +0 -1
  398. package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
  399. package/dist/digi-arbetsformedlingen/p-94ded2bd.entry.js +0 -1
  400. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
  401. package/dist/digi-arbetsformedlingen/p-b471f287.entry.js +0 -1
  402. package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
  403. package/dist/digi-arbetsformedlingen/p-ed832d4e.entry.js +0 -1
  404. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +0 -1
  405. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
  406. package/dist/esm/digi-button_84.entry.js +0 -8318
  407. package/dist/esm/typography-variation.enum-7319240b.js +0 -501
  408. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
@@ -0,0 +1,13 @@
1
+ var ProgressIndicatorRole;
2
+ (function (ProgressIndicatorRole) {
3
+ ProgressIndicatorRole["NONE"] = "";
4
+ ProgressIndicatorRole["STATUS"] = "status";
5
+ })(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
6
+
7
+ var ProgressIndicatorVariation;
8
+ (function (ProgressIndicatorVariation) {
9
+ ProgressIndicatorVariation["PRIMARY"] = "primary";
10
+ ProgressIndicatorVariation["SECONDARY"] = "secondary";
11
+ })(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
12
+
13
+ export { ProgressIndicatorRole as P, ProgressIndicatorVariation as a };
@@ -0,0 +1,11 @@
1
+ var TagMediaIcon;
2
+ (function (TagMediaIcon) {
3
+ TagMediaIcon["NEWS"] = "news";
4
+ TagMediaIcon["PLAYLIST"] = "playlist";
5
+ TagMediaIcon["PODCAST"] = "podcast";
6
+ TagMediaIcon["FILM"] = "film";
7
+ TagMediaIcon["WEBTV"] = "webtv";
8
+ TagMediaIcon["WEBINAR"] = "webinar";
9
+ })(TagMediaIcon || (TagMediaIcon = {}));
10
+
11
+ export { TagMediaIcon as T };
@@ -0,0 +1,7 @@
1
+ var ToolsThemeProviderBrandEnum;
2
+ (function (ToolsThemeProviderBrandEnum) {
3
+ ToolsThemeProviderBrandEnum["AF25"] = "AF25";
4
+ ToolsThemeProviderBrandEnum["AF18"] = "AF18";
5
+ })(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
6
+
7
+ export { ToolsThemeProviderBrandEnum as T };
@@ -0,0 +1,17 @@
1
+ var TypographyHeadingJumboLevel;
2
+ (function (TypographyHeadingJumboLevel) {
3
+ TypographyHeadingJumboLevel["H1"] = "h1";
4
+ TypographyHeadingJumboLevel["H2"] = "h2";
5
+ TypographyHeadingJumboLevel["H3"] = "h3";
6
+ TypographyHeadingJumboLevel["H4"] = "h4";
7
+ TypographyHeadingJumboLevel["H5"] = "h5";
8
+ TypographyHeadingJumboLevel["H6"] = "h6";
9
+ })(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
10
+
11
+ var TypographyHeadingJumboVariation;
12
+ (function (TypographyHeadingJumboVariation) {
13
+ TypographyHeadingJumboVariation["PRIMARY"] = "primary";
14
+ TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
15
+ })(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
16
+
17
+ export { TypographyHeadingJumboLevel as T, TypographyHeadingJumboVariation as a };
@@ -0,0 +1,271 @@
1
+ var BadgeNotificationType;
2
+ (function (BadgeNotificationType) {
3
+ BadgeNotificationType["NUMBER"] = "number";
4
+ BadgeNotificationType["WORD"] = "word";
5
+ })(BadgeNotificationType || (BadgeNotificationType = {}));
6
+
7
+ var CalendarDatepickerValidation;
8
+ (function (CalendarDatepickerValidation) {
9
+ CalendarDatepickerValidation["SUCCESS"] = "success";
10
+ CalendarDatepickerValidation["ERROR"] = "error";
11
+ CalendarDatepickerValidation["WARNING"] = "warning";
12
+ CalendarDatepickerValidation["NEUTRAL"] = "neutral";
13
+ })(CalendarDatepickerValidation || (CalendarDatepickerValidation = {}));
14
+
15
+ var CodeBlockLanguage;
16
+ (function (CodeBlockLanguage) {
17
+ CodeBlockLanguage["JSON"] = "json";
18
+ CodeBlockLanguage["CSS"] = "css";
19
+ CodeBlockLanguage["SCSS"] = "scss";
20
+ CodeBlockLanguage["TYPESCRIPT"] = "typescript";
21
+ CodeBlockLanguage["JAVASCRIPT"] = "javascript";
22
+ CodeBlockLanguage["BASH"] = "bash";
23
+ CodeBlockLanguage["HTML"] = "html";
24
+ CodeBlockLanguage["GIT"] = "git";
25
+ CodeBlockLanguage["JSX"] = "jsx";
26
+ CodeBlockLanguage["TSX"] = "tsx";
27
+ })(CodeBlockLanguage || (CodeBlockLanguage = {}));
28
+
29
+ var DialogHeadingLevel;
30
+ (function (DialogHeadingLevel) {
31
+ DialogHeadingLevel["H1"] = "h1";
32
+ DialogHeadingLevel["H2"] = "h2";
33
+ DialogHeadingLevel["H3"] = "h3";
34
+ DialogHeadingLevel["H4"] = "h4";
35
+ DialogHeadingLevel["H5"] = "h5";
36
+ DialogHeadingLevel["H6"] = "h6";
37
+ })(DialogHeadingLevel || (DialogHeadingLevel = {}));
38
+
39
+ var DialogSize;
40
+ (function (DialogSize) {
41
+ DialogSize["SMALL"] = "small";
42
+ DialogSize["MEDIUM"] = "medium";
43
+ DialogSize["LARGE"] = "large";
44
+ })(DialogSize || (DialogSize = {}));
45
+
46
+ var DialogVariation;
47
+ (function (DialogVariation) {
48
+ DialogVariation["PRIMARY"] = "primary";
49
+ DialogVariation["SECONDARY"] = "secondary";
50
+ })(DialogVariation || (DialogVariation = {}));
51
+
52
+ var FooterCardVariation;
53
+ (function (FooterCardVariation) {
54
+ FooterCardVariation["NONE"] = "none";
55
+ FooterCardVariation["ICON"] = "icon";
56
+ FooterCardVariation["BORDER"] = "border";
57
+ })(FooterCardVariation || (FooterCardVariation = {}));
58
+
59
+ var FooterVariation;
60
+ (function (FooterVariation) {
61
+ FooterVariation["LARGE"] = "large";
62
+ FooterVariation["SMALL"] = "small";
63
+ })(FooterVariation || (FooterVariation = {}));
64
+
65
+ var FormErrorListHeadingLevel;
66
+ (function (FormErrorListHeadingLevel) {
67
+ FormErrorListHeadingLevel["H1"] = "h1";
68
+ FormErrorListHeadingLevel["H2"] = "h2";
69
+ FormErrorListHeadingLevel["H3"] = "h3";
70
+ FormErrorListHeadingLevel["H4"] = "h4";
71
+ FormErrorListHeadingLevel["H5"] = "h5";
72
+ FormErrorListHeadingLevel["H6"] = "h6";
73
+ })(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
74
+
75
+ var FormFieldsetValidation;
76
+ (function (FormFieldsetValidation) {
77
+ FormFieldsetValidation["SUCCESS"] = "success";
78
+ FormFieldsetValidation["ERROR"] = "error";
79
+ FormFieldsetValidation["WARNING"] = "warning";
80
+ FormFieldsetValidation["NEUTRAL"] = "neutral";
81
+ })(FormFieldsetValidation || (FormFieldsetValidation = {}));
82
+
83
+ var FormRadiobuttonLayout;
84
+ (function (FormRadiobuttonLayout) {
85
+ FormRadiobuttonLayout["INLINE"] = "inline";
86
+ FormRadiobuttonLayout["BLOCK"] = "block";
87
+ })(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
88
+
89
+ var FormRadiobuttonValidation;
90
+ (function (FormRadiobuttonValidation) {
91
+ FormRadiobuttonValidation["ERROR"] = "error";
92
+ })(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
93
+
94
+ var FormRadiobuttonVariation;
95
+ (function (FormRadiobuttonVariation) {
96
+ FormRadiobuttonVariation["PRIMARY"] = "primary";
97
+ FormRadiobuttonVariation["SECONDARY"] = "secondary";
98
+ })(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
99
+
100
+ var FormReceiptHeadingLevel;
101
+ (function (FormReceiptHeadingLevel) {
102
+ FormReceiptHeadingLevel["H1"] = "h1";
103
+ FormReceiptHeadingLevel["H2"] = "h2";
104
+ FormReceiptHeadingLevel["H3"] = "h3";
105
+ FormReceiptHeadingLevel["H4"] = "h4";
106
+ FormReceiptHeadingLevel["H5"] = "h5";
107
+ FormReceiptHeadingLevel["H6"] = "h6";
108
+ })(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
109
+
110
+ var FormReceiptType;
111
+ (function (FormReceiptType) {
112
+ FormReceiptType["CENTER"] = "center";
113
+ FormReceiptType["START"] = "start";
114
+ })(FormReceiptType || (FormReceiptType = {}));
115
+
116
+ var FormReceiptVariation;
117
+ (function (FormReceiptVariation) {
118
+ FormReceiptVariation["FULLWIDTH"] = "fullwidth";
119
+ FormReceiptVariation["GRID"] = "grid";
120
+ })(FormReceiptVariation || (FormReceiptVariation = {}));
121
+
122
+ var FormSelectFilterValidation;
123
+ (function (FormSelectFilterValidation) {
124
+ FormSelectFilterValidation["SUCCESS"] = "success";
125
+ FormSelectFilterValidation["ERROR"] = "error";
126
+ FormSelectFilterValidation["WARNING"] = "warning";
127
+ FormSelectFilterValidation["NEUTRAL"] = "neutral";
128
+ })(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
129
+
130
+ var HeaderCenterContentWidth;
131
+ (function (HeaderCenterContentWidth) {
132
+ HeaderCenterContentWidth["DEFAULT"] = "none";
133
+ HeaderCenterContentWidth["WIDTH_1200"] = "1200";
134
+ HeaderCenterContentWidth["WIDTH_1400"] = "1400";
135
+ })(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
136
+
137
+ var TitleLogoVariation;
138
+ (function (TitleLogoVariation) {
139
+ TitleLogoVariation["MOBILE"] = "mobile";
140
+ TitleLogoVariation["ONE_ROW"] = "one-row";
141
+ TitleLogoVariation["TWO_ROWS"] = "two-rows";
142
+ })(TitleLogoVariation || (TitleLogoVariation = {}));
143
+
144
+ var InfoCardMultiContainerHeadingLevel;
145
+ (function (InfoCardMultiContainerHeadingLevel) {
146
+ InfoCardMultiContainerHeadingLevel["H1"] = "h1";
147
+ InfoCardMultiContainerHeadingLevel["H2"] = "h2";
148
+ InfoCardMultiContainerHeadingLevel["H3"] = "h3";
149
+ InfoCardMultiContainerHeadingLevel["H4"] = "h4";
150
+ InfoCardMultiContainerHeadingLevel["H5"] = "h5";
151
+ InfoCardMultiContainerHeadingLevel["H6"] = "h6";
152
+ })(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
153
+
154
+ var InfoCardMultiHeadingLevel;
155
+ (function (InfoCardMultiHeadingLevel) {
156
+ InfoCardMultiHeadingLevel["H1"] = "h1";
157
+ InfoCardMultiHeadingLevel["H2"] = "h2";
158
+ InfoCardMultiHeadingLevel["H3"] = "h3";
159
+ InfoCardMultiHeadingLevel["H4"] = "h4";
160
+ InfoCardMultiHeadingLevel["H5"] = "h5";
161
+ InfoCardMultiHeadingLevel["H6"] = "h6";
162
+ })(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
163
+
164
+ var InfoCardMultiVariation;
165
+ (function (InfoCardMultiVariation) {
166
+ InfoCardMultiVariation["PRIMARY"] = "primary";
167
+ InfoCardMultiVariation["SECONDARY"] = "secondary";
168
+ })(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
169
+
170
+ var InfoCardHeadingLevel;
171
+ (function (InfoCardHeadingLevel) {
172
+ InfoCardHeadingLevel["H1"] = "h1";
173
+ InfoCardHeadingLevel["H2"] = "h2";
174
+ InfoCardHeadingLevel["H3"] = "h3";
175
+ InfoCardHeadingLevel["H4"] = "h4";
176
+ InfoCardHeadingLevel["H5"] = "h5";
177
+ InfoCardHeadingLevel["H6"] = "h6";
178
+ })(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
179
+
180
+ var LayoutBlockContainer;
181
+ (function (LayoutBlockContainer) {
182
+ LayoutBlockContainer["STATIC"] = "static";
183
+ LayoutBlockContainer["FLUID"] = "fluid";
184
+ LayoutBlockContainer["NONE"] = "none";
185
+ })(LayoutBlockContainer || (LayoutBlockContainer = {}));
186
+
187
+ var LayoutContainerVariation;
188
+ (function (LayoutContainerVariation) {
189
+ LayoutContainerVariation["STATIC"] = "static";
190
+ LayoutContainerVariation["FLUID"] = "fluid";
191
+ LayoutContainerVariation["NONE"] = "none";
192
+ })(LayoutContainerVariation || (LayoutContainerVariation = {}));
193
+
194
+ var LayoutContainerMaxWidth;
195
+ (function (LayoutContainerMaxWidth) {
196
+ LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
197
+ LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
198
+ })(LayoutContainerMaxWidth || (LayoutContainerMaxWidth = {}));
199
+
200
+ var LogoColor;
201
+ (function (LogoColor) {
202
+ LogoColor["PRIMARY"] = "primary";
203
+ LogoColor["SECONDARY"] = "secondary";
204
+ })(LogoColor || (LogoColor = {}));
205
+
206
+ var NotificationAlertHeadingLevel;
207
+ (function (NotificationAlertHeadingLevel) {
208
+ NotificationAlertHeadingLevel["H1"] = "h1";
209
+ NotificationAlertHeadingLevel["H2"] = "h2";
210
+ NotificationAlertHeadingLevel["H3"] = "h3";
211
+ NotificationAlertHeadingLevel["H4"] = "h4";
212
+ NotificationAlertHeadingLevel["H5"] = "h5";
213
+ NotificationAlertHeadingLevel["H6"] = "h6";
214
+ })(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
215
+
216
+ var NotificationAlertSize;
217
+ (function (NotificationAlertSize) {
218
+ NotificationAlertSize["LARGE"] = "large";
219
+ NotificationAlertSize["MEDIUM"] = "medium";
220
+ NotificationAlertSize["SMALL"] = "small";
221
+ })(NotificationAlertSize || (NotificationAlertSize = {}));
222
+
223
+ var NotificationAlertVariation;
224
+ (function (NotificationAlertVariation) {
225
+ NotificationAlertVariation["INFO"] = "info";
226
+ NotificationAlertVariation["SUCCESS"] = "success";
227
+ NotificationAlertVariation["WARNING"] = "warning";
228
+ NotificationAlertVariation["DANGER"] = "danger";
229
+ })(NotificationAlertVariation || (NotificationAlertVariation = {}));
230
+
231
+ var ErrorPageStatusCodes;
232
+ (function (ErrorPageStatusCodes) {
233
+ ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
234
+ ErrorPageStatusCodes["FORBIDDEN"] = "403";
235
+ ErrorPageStatusCodes["NOT_FOUND"] = "404";
236
+ ErrorPageStatusCodes["GONE"] = "410";
237
+ ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
238
+ ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
239
+ ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
240
+ ErrorPageStatusCodes["BLOCKED"] = "blocked";
241
+ })(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
242
+
243
+ var ToolsFeedbackHeadingLevel;
244
+ (function (ToolsFeedbackHeadingLevel) {
245
+ ToolsFeedbackHeadingLevel["H1"] = "h1";
246
+ ToolsFeedbackHeadingLevel["H2"] = "h2";
247
+ ToolsFeedbackHeadingLevel["H3"] = "h3";
248
+ ToolsFeedbackHeadingLevel["H4"] = "h4";
249
+ ToolsFeedbackHeadingLevel["H5"] = "h5";
250
+ ToolsFeedbackHeadingLevel["H6"] = "h6";
251
+ })(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
252
+
253
+ var ToolsFeedbackType;
254
+ (function (ToolsFeedbackType) {
255
+ ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
256
+ ToolsFeedbackType["GRID"] = "grid";
257
+ })(ToolsFeedbackType || (ToolsFeedbackType = {}));
258
+
259
+ var FeedbackVariation;
260
+ (function (FeedbackVariation) {
261
+ FeedbackVariation["PRIMARY"] = "primary";
262
+ FeedbackVariation["SECONDARY"] = "secondary";
263
+ })(FeedbackVariation || (FeedbackVariation = {}));
264
+
265
+ var TypographyVariation;
266
+ (function (TypographyVariation) {
267
+ TypographyVariation["SMALL"] = "small";
268
+ TypographyVariation["LARGE"] = "large";
269
+ })(TypographyVariation || (TypographyVariation = {}));
270
+
271
+ export { BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ErrorPageStatusCodes as E, FooterCardVariation as F, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, LayoutBlockContainer as L, NotificationAlertHeadingLevel as N, TitleLogoVariation as T, CodeBlockLanguage as a, DialogSize as b, DialogVariation as c, FooterVariation as d, FormErrorListHeadingLevel as e, FormFieldsetValidation as f, FormRadiobuttonLayout as g, FormRadiobuttonValidation as h, FormRadiobuttonVariation as i, FormReceiptHeadingLevel as j, FormReceiptType as k, FormReceiptVariation as l, FormSelectFilterValidation as m, InfoCardMultiHeadingLevel as n, InfoCardMultiVariation as o, InfoCardHeadingLevel as p, LayoutContainerVariation as q, LayoutContainerMaxWidth as r, LogoColor as s, NotificationAlertSize as t, NotificationAlertVariation as u, ToolsFeedbackHeadingLevel as v, ToolsFeedbackType as w, FeedbackVariation as x, TypographyVariation as y };
@@ -181,8 +181,8 @@ export declare class CalendarDatepicker {
181
181
  removeDuplicateDates(dates: Date[]): Date[];
182
182
  validateInputAndShowErrors(dates: Date[]): void;
183
183
  setValue(value: Date[]): void;
184
- parseInput(evt: any): void;
185
- parseCalendar(evt: any): void;
184
+ parseInput(evt: CustomEvent): void;
185
+ parseCalendar(evt: CustomEvent): void;
186
186
  parseDateString(s: string): Date;
187
187
  getFullYear(s: string): string;
188
188
  isDateSelectable(date: Date): boolean;
@@ -9,7 +9,6 @@ import { ClickLink } from './form-error-list.types';
9
9
  export declare class FormErrorList {
10
10
  hostElement: HTMLStencilElement;
11
11
  private _notificationAlert;
12
- linkItems: Array<any>;
13
12
  /**
14
13
  * Rubrikens text
15
14
  * @en The heading text
@@ -179,6 +179,11 @@ export declare class FormFileUpload {
179
179
  */
180
180
  afMImportFiles(files: File[]): Promise<void>;
181
181
  afMGetFormControlElement(): Promise<HTMLInputElement>;
182
+ /**
183
+ * Rensar komponentens fillista och eventuella felmeddelanden.
184
+ * @en Clears the component's file list and any error messages.
185
+ */
186
+ afMClearFiles(): Promise<void>;
182
187
  /**
183
188
  * Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva input-elementet.
184
189
  * @en Listens for when focus is set on the custom element and propagates it down to the actual input element.
@@ -1,5 +1,4 @@
1
1
  import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
2
- import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
3
2
  /**
4
3
  * @slot default - Kan innehålla vad som helst
5
4
  * @swedishName Temaväljare
@@ -10,17 +9,9 @@ export declare class ToolsThemeProvider {
10
9
  * @en Change theme for underlying components
11
10
  */
12
11
  afBrand: ToolsThemeProviderBrandEnum;
13
- /**
14
- * Ändrar tema på underliggande komponenter
15
- * @en Change theme for underlying components
16
- */
17
- afTheme?: ToolsThemeProviderThemeEnum;
18
- private get fallbackTheme();
19
12
  get cssModifiers(): {
20
13
  'digi-tools-theme-provider--af25': boolean;
21
14
  'digi-tools-theme-provider--af18': boolean;
22
- 'digi-tools-theme-provider--light': boolean;
23
- 'digi-tools-theme-provider--dark': boolean;
24
15
  };
25
16
  render(): any;
26
17
  }
@@ -130,7 +130,6 @@ import { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
130
130
  import { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
131
131
  import { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
132
132
  import { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
133
- import { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
134
133
  import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
135
134
  import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
136
135
  import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
@@ -260,7 +259,6 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
260
259
  export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
261
260
  export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
262
261
  export { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
263
- export { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
264
262
  export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
265
263
  export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
266
264
  export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
@@ -1304,6 +1302,11 @@ export namespace Components {
1304
1302
  * @en A description text
1305
1303
  */
1306
1304
  "afLabelDescription": string;
1305
+ /**
1306
+ * Rensar komponentens fillista och eventuella felmeddelanden.
1307
+ * @en Clears the component's file list and any error messages.
1308
+ */
1309
+ "afMClearFiles": () => Promise<void>;
1307
1310
  /**
1308
1311
  * Få ut alla uppladdade filer
1309
1312
  * @en Get all uploaded files
@@ -8235,11 +8238,6 @@ export namespace Components {
8235
8238
  * @en Change theme for underlying components
8236
8239
  */
8237
8240
  "afBrand": ToolsThemeProviderBrandEnum;
8238
- /**
8239
- * Ändrar tema på underliggande komponenter
8240
- * @en Change theme for underlying components
8241
- */
8242
- "afTheme"?: ToolsThemeProviderThemeEnum;
8243
8241
  }
8244
8242
  /**
8245
8243
  * @enums TypographyVariation - typography-variation.enum.ts
@@ -20140,11 +20138,6 @@ declare namespace LocalJSX {
20140
20138
  * @en Change theme for underlying components
20141
20139
  */
20142
20140
  "afBrand"?: ToolsThemeProviderBrandEnum;
20143
- /**
20144
- * Ändrar tema på underliggande komponenter
20145
- * @en Change theme for underlying components
20146
- */
20147
- "afTheme"?: ToolsThemeProviderThemeEnum;
20148
20141
  }
20149
20142
  /**
20150
20143
  * @enums TypographyVariation - typography-variation.enum.ts
@@ -7,8 +7,12 @@ export * from './components/_button/button/button-size.enum';
7
7
  export * from './components/_button/button/button-type.enum';
8
8
  export * from './components/_button/button/button-variation.enum';
9
9
  export * from './components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum';
10
+ export * from './components/_calendar/calendar-datepicker/calendar-datepicker.types';
10
11
  export * from './components/_calendar/week-view/calendar-week-view-heading-level.enum';
11
12
  export * from './components/_chart/bar-chart/bar-chart-variation.enum';
13
+ export * from './components/_chart/interfaces/bar-chart-data.interface';
14
+ export * from './components/_chart/interfaces/chart-data-series.interface';
15
+ export * from './components/_chart/interfaces/line-chart-data.interface';
12
16
  export * from './components/_code/code-block/code-block-language.enum';
13
17
  export * from './components/_code/code-block/code-block-variation.enum';
14
18
  export * from './components/_code/code-example/code-example-language.enum';
@@ -29,7 +33,9 @@ export * from './components/_form/form-checkbox/form-checkbox-layout.enum';
29
33
  export * from './components/_form/form-checkbox/form-checkbox-validation.enum';
30
34
  export * from './components/_form/form-checkbox/form-checkbox-variation.enum';
31
35
  export * from './components/_form/form-error-list/form-error-list-heading-level.enum';
36
+ export * from './components/_form/form-error-list/form-error-list.types';
32
37
  export * from './components/_form/form-file-upload/form-file-upload-heading-level.enum';
38
+ export * from './components/_form/form-file-upload/form-file-upload-error-messages.type';
33
39
  export * from './components/_form/form-file-upload/form-file-upload-validation.enum';
34
40
  export * from './components/_form/form-file-upload/form-file-upload-variation.enum';
35
41
  export * from './components/_form/form-input-search/form-input-search-variation.enum';
@@ -89,6 +95,7 @@ export * from './components/_notification/notification-alert/notification-alert-
89
95
  export * from './components/_notification/notification-alert/notification-alert-size.enum';
90
96
  export * from './components/_notification/notification-alert/notification-alert-variation.enum';
91
97
  export * from './components/_notification/notification-error-page/notification-error-page-httpstatus.enum';
98
+ export * from './components/_progress/progress-circle/progress-circle-role.enum';
92
99
  export * from './components/_progress/progress-indicator/progress-indicator-role.enum';
93
100
  export * from './components/_progress/progress-indicator/progress-indicator-variation.enum';
94
101
  export * from './components/_progress/progress-list-item/progress-list-item-heading-level.enum';
@@ -118,7 +125,6 @@ export * from './components/_tools/tools-feedback/tools-feedback-heading-level.e
118
125
  export * from './components/_tools/tools-feedback/tools-feedback-type.enum';
119
126
  export * from './components/_tools/tools-feedback/tools-feedback-variation.enum';
120
127
  export * from './components/_tools/tools-theme-provider/tools-theme-provider.brand.enum';
121
- export * from './components/_tools/tools-theme-provider/tools-theme-provider.theme.enum';
122
128
  export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
123
129
  export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
124
130
  export * from './components/_typography/typography-meta/typography-meta-variation.enum';