@designsystem-se/af 38.2.0 → 38.2.1-beta.dark-mode

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 (371) hide show
  1. package/components/digi-bar-chart.js +1 -1
  2. package/components/digi-button.js +1 -1
  3. package/components/digi-calendar-datepicker.js +4 -4
  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 +1 -1
  7. package/components/digi-code-block.js +1 -1
  8. package/components/digi-code-example.js +3 -3
  9. package/components/digi-context-menu.js +2 -2
  10. package/components/digi-dialog.js +3 -3
  11. package/components/digi-expandable-faq-item.js +1 -1
  12. package/components/digi-footer.js +1 -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 +3 -3
  16. package/components/digi-form-file-upload.js +1 -1
  17. package/components/digi-form-filter.js +3 -3
  18. package/components/digi-form-input-search.js +1 -1
  19. package/components/digi-form-receipt.js +1 -1
  20. package/components/digi-form-select-filter.js +3 -3
  21. package/components/digi-form-select.js +1 -1
  22. package/components/digi-header-avatar.js +1 -1
  23. package/components/digi-header-navigation.js +2 -2
  24. package/components/digi-header.js +5 -5
  25. package/components/digi-info-card-multi.js +1 -1
  26. package/components/digi-info-card.js +2 -2
  27. package/components/digi-link-button.js +1 -1
  28. package/components/digi-link-internal.js +1 -1
  29. package/components/digi-navigation-pagination.js +2 -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 +1 -1
  35. package/components/digi-progress-indicator.js +1 -1
  36. package/components/digi-quote.js +1 -1
  37. package/components/digi-tag.js +1 -1
  38. package/components/digi-title-logo.js +1 -1
  39. package/components/digi-tools-feedback.js +3 -3
  40. package/components/digi-tools-theme-provider.js +18 -5
  41. package/components/index.js +1 -1
  42. package/components/{p-9df35672.js → p-0207ebef.js} +1 -1
  43. package/components/p-24e68936.js +165 -0
  44. package/components/p-4b1d11d0.js +66 -0
  45. package/components/{p-75c8d67e.js → p-78154d00.js} +2 -2
  46. package/components/{p-bc5b7057.js → p-8562da9d.js} +2 -2
  47. package/components/p-8c4cbca6.js +177 -0
  48. package/components/{p-dbb0665a.js → p-99793659.js} +2 -2
  49. package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
  50. package/components/p-d7ef9cb1.js +13 -0
  51. package/custom-elements.json +4 -0
  52. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  53. package/dist/cjs/digi-button_84.cjs.entry.js +8421 -0
  54. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
  55. package/dist/cjs/{digi-code-block_3.cjs.entry.js → digi-code-block_2.cjs.entry.js} +2 -133
  56. package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
  57. package/dist/cjs/digi-dialog.cjs.entry.js +3 -19
  58. package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -18
  59. package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
  60. package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -18
  61. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -18
  62. package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -18
  63. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  64. package/dist/cjs/digi-tools-feedback.cjs.entry.js +3 -19
  65. package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
  66. package/dist/cjs/index-7a477838.js +4 -156
  67. package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
  68. package/dist/cjs/index.cjs.js +188 -198
  69. package/dist/cjs/loader.cjs.js +1 -1
  70. package/dist/cjs/{typography-variation.enum-c0ef9190.js → typography-variation.enum-ad1b2403.js} +230 -0
  71. package/dist/collection/components/_button/button/button.css +14 -14
  72. package/dist/collection/components/_calendar/calendar/calendar.css +8 -3
  73. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +426 -106
  74. package/dist/collection/components/_code/code-example/code-example.css +6 -0
  75. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  76. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  77. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +426 -106
  78. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +6 -5
  79. package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
  80. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  81. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
  82. package/dist/collection/components/_header/header/header.js +2 -2
  83. package/dist/collection/components/_header/header-avatar/header-avatar.css +425 -105
  84. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  85. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  86. package/dist/collection/components/_link/link-button/link-button.css +3 -3
  87. package/dist/collection/components/_link/link-internal/link-internal.css +425 -105
  88. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
  89. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  90. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -3
  91. package/dist/collection/components/_quote/quote/quote.css +2 -2
  92. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  93. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +166 -2
  94. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
  95. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
  96. package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
  97. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  98. package/dist/collection/design-tokens/components/_calendar.variables.scss +4 -3
  99. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  100. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  101. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  102. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
  103. package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
  104. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
  105. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  106. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  107. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  108. package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
  109. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  110. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  111. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  112. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  113. package/dist/collection/enums.js +1 -0
  114. package/dist/collection/styles/src/_alias.mixin.scss +252 -105
  115. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
  116. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
  117. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
  118. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
  119. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
  120. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  121. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +4 -3
  122. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  123. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  124. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  125. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
  126. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
  127. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
  128. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  129. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  130. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  131. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
  132. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  133. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  134. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  135. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  136. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  137. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  138. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  139. package/dist/digi-arbetsformedlingen/{p-a186888d.entry.js → p-06704534.entry.js} +1 -1
  140. package/dist/digi-arbetsformedlingen/{p-e5bd5a7e.entry.js → p-160165b9.entry.js} +1 -1
  141. package/dist/digi-arbetsformedlingen/{p-ddd659bf.entry.js → p-1efcad5b.entry.js} +1 -1
  142. package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +1 -0
  143. package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +1 -0
  144. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
  145. package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
  146. package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
  147. package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +1 -0
  148. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
  149. package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
  150. package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
  151. package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
  152. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
  153. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
  154. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +252 -105
  155. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
  156. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -0
  157. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
  158. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +160 -4
  159. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  160. package/dist/esm/digi-button_84.entry.js +8334 -0
  161. package/dist/esm/digi-calendar-week-view.entry.js +1 -2
  162. package/dist/esm/{digi-code-block_3.entry.js → digi-code-block_2.entry.js} +4 -134
  163. package/dist/esm/digi-code-example.entry.js +1 -1
  164. package/dist/esm/digi-dialog.entry.js +3 -19
  165. package/dist/esm/digi-form-error-list.entry.js +2 -18
  166. package/dist/esm/digi-form-input-search.entry.js +1 -2
  167. package/dist/esm/digi-form-receipt.entry.js +2 -18
  168. package/dist/esm/digi-navigation-pagination.entry.js +2 -18
  169. package/dist/esm/digi-notification-error-page.entry.js +2 -18
  170. package/dist/esm/digi-quote.entry.js +1 -1
  171. package/dist/esm/digi-tools-feedback.entry.js +3 -19
  172. package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
  173. package/dist/esm/index-148a7577.js +4 -156
  174. package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
  175. package/dist/esm/index.js +2 -18
  176. package/dist/esm/loader.js +1 -1
  177. package/dist/esm/typography-variation.enum-7319240b.js +501 -0
  178. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
  179. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
  180. package/dist/types/components.d.ts +12 -0
  181. package/dist/types/enums.d.ts +1 -0
  182. package/hydrate/index.js +45 -26
  183. package/hydrate/index.mjs +45 -26
  184. package/package.json +2 -4
  185. package/components/p-4bad4fb0.js +0 -7
  186. package/components/p-70fad0ea.js +0 -165
  187. package/components/p-ab07faba.js +0 -66
  188. package/components/p-f84f590e.js +0 -177
  189. package/dist/cjs/digi-button_27.cjs.entry.js +0 -1380
  190. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
  191. package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
  192. package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
  193. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
  194. package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
  195. package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
  196. package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -602
  197. package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
  198. package/dist/cjs/digi-form-input.cjs.entry.js +0 -194
  199. package/dist/cjs/digi-form-label_3.cjs.entry.js +0 -129
  200. package/dist/cjs/digi-form-select-filter.cjs.entry.js +0 -564
  201. package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
  202. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
  203. package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
  204. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +0 -30
  205. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
  206. package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
  207. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
  208. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
  209. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
  210. package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
  211. package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
  212. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
  213. package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
  214. package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
  215. package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
  216. package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
  217. package/dist/cjs/digi-link-external.cjs.entry.js +0 -36
  218. package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
  219. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
  220. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
  221. package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -112
  222. package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
  223. package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
  224. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
  225. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
  226. package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
  227. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
  228. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
  229. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
  230. package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +0 -24
  231. package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +0 -15
  232. package/dist/cjs/form-input-variation.enum-c750520c.js +0 -29
  233. package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
  234. package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +0 -8
  235. package/dist/cjs/index-cad91a90.js +0 -66
  236. package/dist/cjs/index-e8333bcc.js +0 -174
  237. package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
  238. package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
  239. package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
  240. package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
  241. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
  242. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
  243. package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
  244. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
  245. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
  246. package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
  247. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
  248. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
  249. package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +0 -1
  250. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
  251. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
  252. package/dist/digi-arbetsformedlingen/p-18880083.entry.js +0 -1
  253. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
  254. package/dist/digi-arbetsformedlingen/p-1f956af8.js +0 -1
  255. package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +0 -1
  256. package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +0 -1
  257. package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
  258. package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +0 -1
  259. package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +0 -1
  260. package/dist/digi-arbetsformedlingen/p-39468f49.entry.js +0 -1
  261. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +0 -1
  262. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
  263. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +0 -1
  264. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
  265. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
  266. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
  267. package/dist/digi-arbetsformedlingen/p-42ae53aa.entry.js +0 -1
  268. package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
  269. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
  270. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
  271. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
  272. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
  273. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
  274. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
  275. package/dist/digi-arbetsformedlingen/p-59073668.entry.js +0 -1
  276. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
  277. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
  278. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +0 -1
  279. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +0 -1
  280. package/dist/digi-arbetsformedlingen/p-7933b555.js +0 -1
  281. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
  282. package/dist/digi-arbetsformedlingen/p-7f155bd5.entry.js +0 -1
  283. package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
  284. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
  285. package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
  286. package/dist/digi-arbetsformedlingen/p-82611050.entry.js +0 -1
  287. package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +0 -1
  288. package/dist/digi-arbetsformedlingen/p-8833044b.entry.js +0 -1
  289. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
  290. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
  291. package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
  292. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
  293. package/dist/digi-arbetsformedlingen/p-97f66789.entry.js +0 -1
  294. package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +0 -1
  295. package/dist/digi-arbetsformedlingen/p-9dae073c.entry.js +0 -1
  296. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
  297. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
  298. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
  299. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
  300. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
  301. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
  302. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
  303. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
  304. package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
  305. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
  306. package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
  307. package/dist/digi-arbetsformedlingen/p-d595e8a3.js +0 -1
  308. package/dist/digi-arbetsformedlingen/p-eda570be.entry.js +0 -1
  309. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
  310. package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
  311. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
  312. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
  313. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
  314. package/dist/esm/digi-button_27.entry.js +0 -1350
  315. package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
  316. package/dist/esm/digi-calendar_2.entry.js +0 -459
  317. package/dist/esm/digi-context-menu.entry.js +0 -236
  318. package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
  319. package/dist/esm/digi-form-category-filter.entry.js +0 -117
  320. package/dist/esm/digi-form-checkbox.entry.js +0 -135
  321. package/dist/esm/digi-form-file-upload.entry.js +0 -598
  322. package/dist/esm/digi-form-filter.entry.js +0 -244
  323. package/dist/esm/digi-form-input.entry.js +0 -190
  324. package/dist/esm/digi-form-label_3.entry.js +0 -123
  325. package/dist/esm/digi-form-select-filter.entry.js +0 -560
  326. package/dist/esm/digi-form-select_2.entry.js +0 -181
  327. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
  328. package/dist/esm/digi-icon-check.entry.js +0 -26
  329. package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
  330. package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
  331. package/dist/esm/digi-icon-copy.entry.js +0 -26
  332. package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
  333. package/dist/esm/digi-icon-minus_2.entry.js +0 -48
  334. package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
  335. package/dist/esm/digi-icon-spinner.entry.js +0 -27
  336. package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
  337. package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
  338. package/dist/esm/digi-info-card-multi.entry.js +0 -54
  339. package/dist/esm/digi-info-card.entry.js +0 -75
  340. package/dist/esm/digi-layout-columns.entry.js +0 -29
  341. package/dist/esm/digi-link-button.entry.js +0 -62
  342. package/dist/esm/digi-link-external.entry.js +0 -32
  343. package/dist/esm/digi-link-internal.entry.js +0 -33
  344. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
  345. package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
  346. package/dist/esm/digi-notification-alert.entry.js +0 -108
  347. package/dist/esm/digi-progress-indicator.entry.js +0 -133
  348. package/dist/esm/digi-tag-media.entry.js +0 -43
  349. package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
  350. package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
  351. package/dist/esm/digi-typography-preamble.entry.js +0 -16
  352. package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
  353. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
  354. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
  355. package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +0 -24
  356. package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
  357. package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
  358. package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
  359. package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
  360. package/dist/esm/index-5b6c95c6.js +0 -63
  361. package/dist/esm/index-8685f88d.js +0 -170
  362. package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
  363. package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
  364. package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
  365. package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
  366. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
  367. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
  368. package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
  369. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
  370. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
  371. package/dist/esm/typography-variation.enum-c85d7857.js +0 -271
@@ -0,0 +1,501 @@
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 ExpandableFaqItemHeadingLevel;
53
+ (function (ExpandableFaqItemHeadingLevel) {
54
+ ExpandableFaqItemHeadingLevel["H1"] = "h1";
55
+ ExpandableFaqItemHeadingLevel["H2"] = "h2";
56
+ ExpandableFaqItemHeadingLevel["H3"] = "h3";
57
+ ExpandableFaqItemHeadingLevel["H4"] = "h4";
58
+ ExpandableFaqItemHeadingLevel["H5"] = "h5";
59
+ ExpandableFaqItemHeadingLevel["H6"] = "h6";
60
+ })(ExpandableFaqItemHeadingLevel || (ExpandableFaqItemHeadingLevel = {}));
61
+
62
+ var ExpandableFaqItemVariation;
63
+ (function (ExpandableFaqItemVariation) {
64
+ ExpandableFaqItemVariation["PRIMARY"] = "primary";
65
+ ExpandableFaqItemVariation["SECONDARY"] = "secondary";
66
+ ExpandableFaqItemVariation["TERTIARY"] = "tertiary";
67
+ })(ExpandableFaqItemVariation || (ExpandableFaqItemVariation = {}));
68
+
69
+ var FooterCardVariation;
70
+ (function (FooterCardVariation) {
71
+ FooterCardVariation["NONE"] = "none";
72
+ FooterCardVariation["ICON"] = "icon";
73
+ FooterCardVariation["BORDER"] = "border";
74
+ })(FooterCardVariation || (FooterCardVariation = {}));
75
+
76
+ var FooterVariation;
77
+ (function (FooterVariation) {
78
+ FooterVariation["LARGE"] = "large";
79
+ FooterVariation["SMALL"] = "small";
80
+ })(FooterVariation || (FooterVariation = {}));
81
+
82
+ var FormCheckboxLayout;
83
+ (function (FormCheckboxLayout) {
84
+ FormCheckboxLayout["INLINE"] = "inline";
85
+ FormCheckboxLayout["BLOCK"] = "block";
86
+ })(FormCheckboxLayout || (FormCheckboxLayout = {}));
87
+
88
+ var FormCheckboxValidation;
89
+ (function (FormCheckboxValidation) {
90
+ FormCheckboxValidation["ERROR"] = "error";
91
+ FormCheckboxValidation["WARNING"] = "warning";
92
+ })(FormCheckboxValidation || (FormCheckboxValidation = {}));
93
+
94
+ var FormCheckboxVariation;
95
+ (function (FormCheckboxVariation) {
96
+ FormCheckboxVariation["PRIMARY"] = "primary";
97
+ FormCheckboxVariation["SECONDARY"] = "secondary";
98
+ })(FormCheckboxVariation || (FormCheckboxVariation = {}));
99
+
100
+ var FormErrorListHeadingLevel;
101
+ (function (FormErrorListHeadingLevel) {
102
+ FormErrorListHeadingLevel["H1"] = "h1";
103
+ FormErrorListHeadingLevel["H2"] = "h2";
104
+ FormErrorListHeadingLevel["H3"] = "h3";
105
+ FormErrorListHeadingLevel["H4"] = "h4";
106
+ FormErrorListHeadingLevel["H5"] = "h5";
107
+ FormErrorListHeadingLevel["H6"] = "h6";
108
+ })(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
109
+
110
+ var FormFileUploadHeadingLevel;
111
+ (function (FormFileUploadHeadingLevel) {
112
+ FormFileUploadHeadingLevel["H1"] = "h1";
113
+ FormFileUploadHeadingLevel["H2"] = "h2";
114
+ FormFileUploadHeadingLevel["H3"] = "h3";
115
+ FormFileUploadHeadingLevel["H4"] = "h4";
116
+ FormFileUploadHeadingLevel["H5"] = "h5";
117
+ FormFileUploadHeadingLevel["H6"] = "h6";
118
+ })(FormFileUploadHeadingLevel || (FormFileUploadHeadingLevel = {}));
119
+
120
+ var FormFileUploadValidation;
121
+ (function (FormFileUploadValidation) {
122
+ FormFileUploadValidation["ENABLED"] = "enabled";
123
+ FormFileUploadValidation["DISABLED"] = "disabled";
124
+ })(FormFileUploadValidation || (FormFileUploadValidation = {}));
125
+
126
+ var FormFileUploadVariation;
127
+ (function (FormFileUploadVariation) {
128
+ FormFileUploadVariation["SMALL"] = "small";
129
+ FormFileUploadVariation["MEDIUM"] = "medium";
130
+ FormFileUploadVariation["LARGE"] = "large";
131
+ })(FormFileUploadVariation || (FormFileUploadVariation = {}));
132
+
133
+ var FormInputMode;
134
+ (function (FormInputMode) {
135
+ FormInputMode["DEFAULT"] = "";
136
+ FormInputMode["NONE"] = "none";
137
+ FormInputMode["TEXT"] = "text";
138
+ FormInputMode["DECIMAL"] = "decimal";
139
+ FormInputMode["NUMERIC"] = "numeric";
140
+ FormInputMode["TEL"] = "tel";
141
+ FormInputMode["SEARCH"] = "search";
142
+ FormInputMode["EMAIL"] = "email";
143
+ FormInputMode["URL"] = "url";
144
+ })(FormInputMode || (FormInputMode = {}));
145
+
146
+ var FormInputValidation;
147
+ (function (FormInputValidation) {
148
+ FormInputValidation["SUCCESS"] = "success";
149
+ FormInputValidation["ERROR"] = "error";
150
+ FormInputValidation["WARNING"] = "warning";
151
+ FormInputValidation["NEUTRAL"] = "neutral";
152
+ })(FormInputValidation || (FormInputValidation = {}));
153
+
154
+ var FormInputVariation;
155
+ (function (FormInputVariation) {
156
+ FormInputVariation["SMALL"] = "small";
157
+ FormInputVariation["MEDIUM"] = "medium";
158
+ FormInputVariation["LARGE"] = "large";
159
+ })(FormInputVariation || (FormInputVariation = {}));
160
+
161
+ var FormFieldsetValidation;
162
+ (function (FormFieldsetValidation) {
163
+ FormFieldsetValidation["SUCCESS"] = "success";
164
+ FormFieldsetValidation["ERROR"] = "error";
165
+ FormFieldsetValidation["WARNING"] = "warning";
166
+ FormFieldsetValidation["NEUTRAL"] = "neutral";
167
+ })(FormFieldsetValidation || (FormFieldsetValidation = {}));
168
+
169
+ var FormRadiobuttonLayout;
170
+ (function (FormRadiobuttonLayout) {
171
+ FormRadiobuttonLayout["INLINE"] = "inline";
172
+ FormRadiobuttonLayout["BLOCK"] = "block";
173
+ })(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
174
+
175
+ var FormRadiobuttonValidation;
176
+ (function (FormRadiobuttonValidation) {
177
+ FormRadiobuttonValidation["ERROR"] = "error";
178
+ })(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
179
+
180
+ var FormRadiobuttonVariation;
181
+ (function (FormRadiobuttonVariation) {
182
+ FormRadiobuttonVariation["PRIMARY"] = "primary";
183
+ FormRadiobuttonVariation["SECONDARY"] = "secondary";
184
+ })(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
185
+
186
+ var FormReceiptHeadingLevel;
187
+ (function (FormReceiptHeadingLevel) {
188
+ FormReceiptHeadingLevel["H1"] = "h1";
189
+ FormReceiptHeadingLevel["H2"] = "h2";
190
+ FormReceiptHeadingLevel["H3"] = "h3";
191
+ FormReceiptHeadingLevel["H4"] = "h4";
192
+ FormReceiptHeadingLevel["H5"] = "h5";
193
+ FormReceiptHeadingLevel["H6"] = "h6";
194
+ })(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
195
+
196
+ var FormReceiptType;
197
+ (function (FormReceiptType) {
198
+ FormReceiptType["CENTER"] = "center";
199
+ FormReceiptType["START"] = "start";
200
+ })(FormReceiptType || (FormReceiptType = {}));
201
+
202
+ var FormReceiptVariation;
203
+ (function (FormReceiptVariation) {
204
+ FormReceiptVariation["FULLWIDTH"] = "fullwidth";
205
+ FormReceiptVariation["GRID"] = "grid";
206
+ })(FormReceiptVariation || (FormReceiptVariation = {}));
207
+
208
+ var FormSelectFilterValidation;
209
+ (function (FormSelectFilterValidation) {
210
+ FormSelectFilterValidation["SUCCESS"] = "success";
211
+ FormSelectFilterValidation["ERROR"] = "error";
212
+ FormSelectFilterValidation["WARNING"] = "warning";
213
+ FormSelectFilterValidation["NEUTRAL"] = "neutral";
214
+ })(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
215
+
216
+ var FormSelectValidation;
217
+ (function (FormSelectValidation) {
218
+ FormSelectValidation["SUCCESS"] = "success";
219
+ FormSelectValidation["ERROR"] = "error";
220
+ FormSelectValidation["WARNING"] = "warning";
221
+ FormSelectValidation["NEUTRAL"] = "neutral";
222
+ })(FormSelectValidation || (FormSelectValidation = {}));
223
+
224
+ var FormSelectVariation;
225
+ (function (FormSelectVariation) {
226
+ FormSelectVariation["SMALL"] = "small";
227
+ FormSelectVariation["MEDIUM"] = "medium";
228
+ FormSelectVariation["LARGE"] = "large";
229
+ })(FormSelectVariation || (FormSelectVariation = {}));
230
+
231
+ var FormValidationMessageVariation;
232
+ (function (FormValidationMessageVariation) {
233
+ FormValidationMessageVariation["SUCCESS"] = "success";
234
+ FormValidationMessageVariation["ERROR"] = "error";
235
+ FormValidationMessageVariation["WARNING"] = "warning";
236
+ })(FormValidationMessageVariation || (FormValidationMessageVariation = {}));
237
+
238
+ var HeaderCenterContentWidth;
239
+ (function (HeaderCenterContentWidth) {
240
+ HeaderCenterContentWidth["DEFAULT"] = "none";
241
+ HeaderCenterContentWidth["WIDTH_1200"] = "1200";
242
+ HeaderCenterContentWidth["WIDTH_1400"] = "1400";
243
+ })(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
244
+
245
+ var TitleLogoVariation;
246
+ (function (TitleLogoVariation) {
247
+ TitleLogoVariation["MOBILE"] = "mobile";
248
+ TitleLogoVariation["ONE_ROW"] = "one-row";
249
+ TitleLogoVariation["TWO_ROWS"] = "two-rows";
250
+ })(TitleLogoVariation || (TitleLogoVariation = {}));
251
+
252
+ var InfoCardMultiContainerHeadingLevel;
253
+ (function (InfoCardMultiContainerHeadingLevel) {
254
+ InfoCardMultiContainerHeadingLevel["H1"] = "h1";
255
+ InfoCardMultiContainerHeadingLevel["H2"] = "h2";
256
+ InfoCardMultiContainerHeadingLevel["H3"] = "h3";
257
+ InfoCardMultiContainerHeadingLevel["H4"] = "h4";
258
+ InfoCardMultiContainerHeadingLevel["H5"] = "h5";
259
+ InfoCardMultiContainerHeadingLevel["H6"] = "h6";
260
+ })(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
261
+
262
+ var InfoCardMultiHeadingLevel;
263
+ (function (InfoCardMultiHeadingLevel) {
264
+ InfoCardMultiHeadingLevel["H1"] = "h1";
265
+ InfoCardMultiHeadingLevel["H2"] = "h2";
266
+ InfoCardMultiHeadingLevel["H3"] = "h3";
267
+ InfoCardMultiHeadingLevel["H4"] = "h4";
268
+ InfoCardMultiHeadingLevel["H5"] = "h5";
269
+ InfoCardMultiHeadingLevel["H6"] = "h6";
270
+ })(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
271
+
272
+ var InfoCardMultiType;
273
+ (function (InfoCardMultiType) {
274
+ InfoCardMultiType["MEDIA"] = "media";
275
+ InfoCardMultiType["RELATED"] = "related";
276
+ InfoCardMultiType["ENTRY"] = "entry";
277
+ })(InfoCardMultiType || (InfoCardMultiType = {}));
278
+
279
+ var InfoCardMultiVariation;
280
+ (function (InfoCardMultiVariation) {
281
+ InfoCardMultiVariation["PRIMARY"] = "primary";
282
+ InfoCardMultiVariation["SECONDARY"] = "secondary";
283
+ })(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
284
+
285
+ var InfoCardBorderPosition;
286
+ (function (InfoCardBorderPosition) {
287
+ InfoCardBorderPosition["TOP"] = "top";
288
+ InfoCardBorderPosition["LEFT"] = "left";
289
+ })(InfoCardBorderPosition || (InfoCardBorderPosition = {}));
290
+
291
+ var InfoCardHeadingLevel;
292
+ (function (InfoCardHeadingLevel) {
293
+ InfoCardHeadingLevel["H1"] = "h1";
294
+ InfoCardHeadingLevel["H2"] = "h2";
295
+ InfoCardHeadingLevel["H3"] = "h3";
296
+ InfoCardHeadingLevel["H4"] = "h4";
297
+ InfoCardHeadingLevel["H5"] = "h5";
298
+ InfoCardHeadingLevel["H6"] = "h6";
299
+ })(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
300
+
301
+ var InfoCardSize;
302
+ (function (InfoCardSize) {
303
+ InfoCardSize["STANDARD"] = "standard";
304
+ })(InfoCardSize || (InfoCardSize = {}));
305
+
306
+ var InfoCardType;
307
+ (function (InfoCardType) {
308
+ InfoCardType["TIP"] = "tip";
309
+ InfoCardType["RELATED"] = "related";
310
+ })(InfoCardType || (InfoCardType = {}));
311
+
312
+ var InfoCardVariation;
313
+ (function (InfoCardVariation) {
314
+ InfoCardVariation["PRIMARY"] = "primary";
315
+ InfoCardVariation["SECONDARY"] = "secondary";
316
+ })(InfoCardVariation || (InfoCardVariation = {}));
317
+
318
+ var LayoutBlockContainer;
319
+ (function (LayoutBlockContainer) {
320
+ LayoutBlockContainer["STATIC"] = "static";
321
+ LayoutBlockContainer["FLUID"] = "fluid";
322
+ LayoutBlockContainer["NONE"] = "none";
323
+ })(LayoutBlockContainer || (LayoutBlockContainer = {}));
324
+
325
+ var LayoutColumnsGap;
326
+ (function (LayoutColumnsGap) {
327
+ LayoutColumnsGap["DEFAULT"] = "default";
328
+ LayoutColumnsGap["GAP_32"] = "32";
329
+ })(LayoutColumnsGap || (LayoutColumnsGap = {}));
330
+
331
+ var LayoutColumnsElement;
332
+ (function (LayoutColumnsElement) {
333
+ LayoutColumnsElement["DIV"] = "div";
334
+ LayoutColumnsElement["UL"] = "ul";
335
+ LayoutColumnsElement["OL"] = "ol";
336
+ })(LayoutColumnsElement || (LayoutColumnsElement = {}));
337
+
338
+ var LayoutColumnsVariation;
339
+ (function (LayoutColumnsVariation) {
340
+ LayoutColumnsVariation["FOUR"] = "four";
341
+ LayoutColumnsVariation["THREE"] = "three";
342
+ LayoutColumnsVariation["TWO"] = "two";
343
+ LayoutColumnsVariation["ONE"] = "one";
344
+ LayoutColumnsVariation["NONE"] = "none";
345
+ })(LayoutColumnsVariation || (LayoutColumnsVariation = {}));
346
+
347
+ var LayoutContainerVariation;
348
+ (function (LayoutContainerVariation) {
349
+ LayoutContainerVariation["STATIC"] = "static";
350
+ LayoutContainerVariation["FLUID"] = "fluid";
351
+ LayoutContainerVariation["NONE"] = "none";
352
+ })(LayoutContainerVariation || (LayoutContainerVariation = {}));
353
+
354
+ var LayoutContainerMaxWidth;
355
+ (function (LayoutContainerMaxWidth) {
356
+ LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
357
+ LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
358
+ })(LayoutContainerMaxWidth || (LayoutContainerMaxWidth = {}));
359
+
360
+ var LinkButtonVariation;
361
+ (function (LinkButtonVariation) {
362
+ LinkButtonVariation["PRIMARY"] = "primary";
363
+ LinkButtonVariation["SECONDARY"] = "secondary";
364
+ LinkButtonVariation["PRIMARY_ALT"] = "primary-alt";
365
+ LinkButtonVariation["SECONDARY_ALT"] = "secondary-alt";
366
+ })(LinkButtonVariation || (LinkButtonVariation = {}));
367
+
368
+ var LogoColor;
369
+ (function (LogoColor) {
370
+ LogoColor["PRIMARY"] = "primary";
371
+ LogoColor["SECONDARY"] = "secondary";
372
+ })(LogoColor || (LogoColor = {}));
373
+
374
+ var NavigationVerticalMenuActiveIndicatorSize;
375
+ (function (NavigationVerticalMenuActiveIndicatorSize) {
376
+ NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
377
+ NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
378
+ })(NavigationVerticalMenuActiveIndicatorSize || (NavigationVerticalMenuActiveIndicatorSize = {}));
379
+
380
+ var NavigationVerticalMenuVariation;
381
+ (function (NavigationVerticalMenuVariation) {
382
+ NavigationVerticalMenuVariation["PRIMARY"] = "primary";
383
+ NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
384
+ })(NavigationVerticalMenuVariation || (NavigationVerticalMenuVariation = {}));
385
+
386
+ var NotificationAlertHeadingLevel;
387
+ (function (NotificationAlertHeadingLevel) {
388
+ NotificationAlertHeadingLevel["H1"] = "h1";
389
+ NotificationAlertHeadingLevel["H2"] = "h2";
390
+ NotificationAlertHeadingLevel["H3"] = "h3";
391
+ NotificationAlertHeadingLevel["H4"] = "h4";
392
+ NotificationAlertHeadingLevel["H5"] = "h5";
393
+ NotificationAlertHeadingLevel["H6"] = "h6";
394
+ })(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
395
+
396
+ var NotificationAlertSize;
397
+ (function (NotificationAlertSize) {
398
+ NotificationAlertSize["LARGE"] = "large";
399
+ NotificationAlertSize["MEDIUM"] = "medium";
400
+ NotificationAlertSize["SMALL"] = "small";
401
+ })(NotificationAlertSize || (NotificationAlertSize = {}));
402
+
403
+ var NotificationAlertVariation;
404
+ (function (NotificationAlertVariation) {
405
+ NotificationAlertVariation["INFO"] = "info";
406
+ NotificationAlertVariation["SUCCESS"] = "success";
407
+ NotificationAlertVariation["WARNING"] = "warning";
408
+ NotificationAlertVariation["DANGER"] = "danger";
409
+ })(NotificationAlertVariation || (NotificationAlertVariation = {}));
410
+
411
+ var ErrorPageStatusCodes;
412
+ (function (ErrorPageStatusCodes) {
413
+ ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
414
+ ErrorPageStatusCodes["FORBIDDEN"] = "403";
415
+ ErrorPageStatusCodes["NOT_FOUND"] = "404";
416
+ ErrorPageStatusCodes["GONE"] = "410";
417
+ ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
418
+ ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
419
+ ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
420
+ ErrorPageStatusCodes["BLOCKED"] = "blocked";
421
+ })(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
422
+
423
+ var ProgressIndicatorRole;
424
+ (function (ProgressIndicatorRole) {
425
+ ProgressIndicatorRole["NONE"] = "";
426
+ ProgressIndicatorRole["STATUS"] = "status";
427
+ })(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
428
+
429
+ var ProgressIndicatorVariation;
430
+ (function (ProgressIndicatorVariation) {
431
+ ProgressIndicatorVariation["PRIMARY"] = "primary";
432
+ ProgressIndicatorVariation["SECONDARY"] = "secondary";
433
+ })(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
434
+
435
+ var TagMediaIcon;
436
+ (function (TagMediaIcon) {
437
+ TagMediaIcon["NEWS"] = "news";
438
+ TagMediaIcon["PLAYLIST"] = "playlist";
439
+ TagMediaIcon["PODCAST"] = "podcast";
440
+ TagMediaIcon["FILM"] = "film";
441
+ TagMediaIcon["WEBTV"] = "webtv";
442
+ TagMediaIcon["WEBINAR"] = "webinar";
443
+ })(TagMediaIcon || (TagMediaIcon = {}));
444
+
445
+ var ToolsFeedbackHeadingLevel;
446
+ (function (ToolsFeedbackHeadingLevel) {
447
+ ToolsFeedbackHeadingLevel["H1"] = "h1";
448
+ ToolsFeedbackHeadingLevel["H2"] = "h2";
449
+ ToolsFeedbackHeadingLevel["H3"] = "h3";
450
+ ToolsFeedbackHeadingLevel["H4"] = "h4";
451
+ ToolsFeedbackHeadingLevel["H5"] = "h5";
452
+ ToolsFeedbackHeadingLevel["H6"] = "h6";
453
+ })(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
454
+
455
+ var ToolsFeedbackType;
456
+ (function (ToolsFeedbackType) {
457
+ ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
458
+ ToolsFeedbackType["GRID"] = "grid";
459
+ })(ToolsFeedbackType || (ToolsFeedbackType = {}));
460
+
461
+ var FeedbackVariation;
462
+ (function (FeedbackVariation) {
463
+ FeedbackVariation["PRIMARY"] = "primary";
464
+ FeedbackVariation["SECONDARY"] = "secondary";
465
+ })(FeedbackVariation || (FeedbackVariation = {}));
466
+
467
+ var ToolsThemeProviderBrandEnum;
468
+ (function (ToolsThemeProviderBrandEnum) {
469
+ ToolsThemeProviderBrandEnum["AF25"] = "AF25";
470
+ ToolsThemeProviderBrandEnum["AF18"] = "AF18";
471
+ })(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
472
+
473
+ var ToolsThemeProviderThemeEnum;
474
+ (function (ToolsThemeProviderThemeEnum) {
475
+ ToolsThemeProviderThemeEnum["LIGHT"] = "light";
476
+ ToolsThemeProviderThemeEnum["DARK"] = "dark";
477
+ })(ToolsThemeProviderThemeEnum || (ToolsThemeProviderThemeEnum = {}));
478
+
479
+ var TypographyHeadingJumboLevel;
480
+ (function (TypographyHeadingJumboLevel) {
481
+ TypographyHeadingJumboLevel["H1"] = "h1";
482
+ TypographyHeadingJumboLevel["H2"] = "h2";
483
+ TypographyHeadingJumboLevel["H3"] = "h3";
484
+ TypographyHeadingJumboLevel["H4"] = "h4";
485
+ TypographyHeadingJumboLevel["H5"] = "h5";
486
+ TypographyHeadingJumboLevel["H6"] = "h6";
487
+ })(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
488
+
489
+ var TypographyHeadingJumboVariation;
490
+ (function (TypographyHeadingJumboVariation) {
491
+ TypographyHeadingJumboVariation["PRIMARY"] = "primary";
492
+ TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
493
+ })(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
494
+
495
+ var TypographyVariation;
496
+ (function (TypographyVariation) {
497
+ TypographyVariation["SMALL"] = "small";
498
+ TypographyVariation["LARGE"] = "large";
499
+ })(TypographyVariation || (TypographyVariation = {}));
500
+
501
+ export { NotificationAlertSize as $, InfoCardMultiHeadingLevel as A, BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ExpandableFaqItemHeadingLevel as E, FooterCardVariation as F, InfoCardMultiType as G, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, InfoCardMultiVariation as J, InfoCardBorderPosition as K, InfoCardHeadingLevel as L, InfoCardSize as M, InfoCardType as N, InfoCardVariation as O, LayoutBlockContainer as P, LayoutColumnsGap as Q, LayoutColumnsElement as R, LayoutColumnsVariation as S, TitleLogoVariation as T, LayoutContainerVariation as U, LayoutContainerMaxWidth as V, LinkButtonVariation as W, LogoColor as X, NavigationVerticalMenuActiveIndicatorSize as Y, NavigationVerticalMenuVariation as Z, NotificationAlertHeadingLevel as _, CodeBlockLanguage as a, NotificationAlertVariation as a0, ErrorPageStatusCodes as a1, ProgressIndicatorRole as a2, ProgressIndicatorVariation as a3, TagMediaIcon as a4, ToolsFeedbackHeadingLevel as a5, ToolsFeedbackType as a6, FeedbackVariation as a7, ToolsThemeProviderBrandEnum as a8, ToolsThemeProviderThemeEnum as a9, TypographyHeadingJumboLevel as aa, TypographyHeadingJumboVariation as ab, TypographyVariation as ac, DialogSize as b, DialogVariation as c, ExpandableFaqItemVariation as d, FooterVariation as e, FormCheckboxLayout as f, FormCheckboxValidation as g, FormCheckboxVariation as h, FormErrorListHeadingLevel as i, FormFileUploadHeadingLevel as j, FormFileUploadValidation as k, FormFileUploadVariation as l, FormInputMode as m, FormInputValidation as n, FormInputVariation as o, FormFieldsetValidation as p, FormRadiobuttonLayout as q, FormRadiobuttonValidation as r, FormRadiobuttonVariation as s, FormReceiptHeadingLevel as t, FormReceiptType as u, FormReceiptVariation as v, FormSelectFilterValidation as w, FormSelectValidation as x, FormSelectVariation as y, FormValidationMessageVariation as z };
@@ -1,4 +1,5 @@
1
1
  import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
2
+ import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
2
3
  /**
3
4
  * @slot default - Kan innehålla vad som helst
4
5
  * @swedishName Temaväljare
@@ -9,9 +10,17 @@ export declare class ToolsThemeProvider {
9
10
  * @en Change theme for underlying components
10
11
  */
11
12
  afBrand: ToolsThemeProviderBrandEnum;
13
+ /**
14
+ * Ändrar tema på underliggande komponenter
15
+ * @en Change theme for underlying components
16
+ */
17
+ afTheme?: ToolsThemeProviderThemeEnum;
18
+ private get fallbackTheme();
12
19
  get cssModifiers(): {
13
20
  'digi-tools-theme-provider--af25': boolean;
14
21
  'digi-tools-theme-provider--af18': boolean;
22
+ 'digi-tools-theme-provider--light': boolean;
23
+ 'digi-tools-theme-provider--dark': boolean;
15
24
  };
16
25
  render(): any;
17
26
  }
@@ -0,0 +1,4 @@
1
+ export declare enum ToolsThemeProviderThemeEnum {
2
+ LIGHT = "light",
3
+ DARK = "dark"
4
+ }
@@ -130,6 +130,7 @@ 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";
133
134
  import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
134
135
  import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
135
136
  import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
@@ -259,6 +260,7 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
259
260
  export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
260
261
  export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
261
262
  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";
262
264
  export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
263
265
  export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
264
266
  export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
@@ -8248,6 +8250,11 @@ export namespace Components {
8248
8250
  * @en Change theme for underlying components
8249
8251
  */
8250
8252
  "afBrand": ToolsThemeProviderBrandEnum;
8253
+ /**
8254
+ * Ändrar tema på underliggande komponenter
8255
+ * @en Change theme for underlying components
8256
+ */
8257
+ "afTheme"?: ToolsThemeProviderThemeEnum;
8251
8258
  }
8252
8259
  /**
8253
8260
  * @enums TypographyVariation - typography-variation.enum.ts
@@ -20158,6 +20165,11 @@ declare namespace LocalJSX {
20158
20165
  * @en Change theme for underlying components
20159
20166
  */
20160
20167
  "afBrand"?: ToolsThemeProviderBrandEnum;
20168
+ /**
20169
+ * Ändrar tema på underliggande komponenter
20170
+ * @en Change theme for underlying components
20171
+ */
20172
+ "afTheme"?: ToolsThemeProviderThemeEnum;
20161
20173
  }
20162
20174
  /**
20163
20175
  * @enums TypographyVariation - typography-variation.enum.ts
@@ -125,6 +125,7 @@ export * from './components/_tools/tools-feedback/tools-feedback-heading-level.e
125
125
  export * from './components/_tools/tools-feedback/tools-feedback-type.enum';
126
126
  export * from './components/_tools/tools-feedback/tools-feedback-variation.enum';
127
127
  export * from './components/_tools/tools-theme-provider/tools-theme-provider.brand.enum';
128
+ export * from './components/_tools/tools-theme-provider/tools-theme-provider.theme.enum';
128
129
  export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
129
130
  export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
130
131
  export * from './components/_typography/typography-meta/typography-meta-variation.enum';