@designsystem-se/af 38.2.1-beta.0 → 38.2.1-beta.dark-mode-css-labb

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 (421) 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 +50 -87
  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-75c8d67e.js → p-78154d00.js} +2 -2
  45. package/components/{p-bc5b7057.js → p-8562da9d.js} +2 -2
  46. package/components/{p-dbb0665a.js → p-99793659.js} +2 -2
  47. package/components/p-a90b746e.js +177 -0
  48. package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
  49. package/components/p-d7ef9cb1.js +13 -0
  50. package/components/p-fdb31c30.js +66 -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} +1 -132
  56. package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
  57. package/dist/cjs/digi-dialog.cjs.entry.js +2 -18
  58. package/dist/cjs/digi-form-error-list.cjs.entry.js +1 -17
  59. package/dist/cjs/digi-form-receipt.cjs.entry.js +1 -17
  60. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +1 -17
  61. package/dist/cjs/digi-notification-error-page.cjs.entry.js +1 -17
  62. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  63. package/dist/cjs/digi-tools-feedback.cjs.entry.js +2 -18
  64. package/dist/cjs/index-7a477838.js +4 -220
  65. package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
  66. package/dist/cjs/index.cjs.js +179 -189
  67. package/dist/cjs/loader.cjs.js +1 -1
  68. package/dist/cjs/{typography-variation.enum-9aab5027.js → typography-variation.enum-ad1b2403.js} +235 -0
  69. package/dist/collection/components/_button/button/button.css +14 -14
  70. package/dist/collection/components/_calendar/calendar/calendar.css +8 -3
  71. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +571 -1
  72. package/dist/collection/components/_code/code-example/code-example.css +6 -0
  73. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  74. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  75. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +571 -1
  76. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +6 -5
  77. package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
  78. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  79. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
  80. package/dist/collection/components/_form/form-select-filter/form-select-filter.js +48 -85
  81. package/dist/collection/components/_header/header/header.js +2 -2
  82. package/dist/collection/components/_header/header-avatar/header-avatar.css +570 -0
  83. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  84. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  85. package/dist/collection/components/_link/link-button/link-button.css +3 -3
  86. package/dist/collection/components/_link/link-internal/link-internal.css +570 -0
  87. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
  88. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  89. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -3
  90. package/dist/collection/components/_quote/quote/quote.css +2 -2
  91. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  92. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +166 -2
  93. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
  94. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
  95. package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
  96. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  97. package/dist/collection/design-tokens/components/_calendar.variables.scss +4 -3
  98. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  99. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  100. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  101. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
  102. package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
  103. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
  104. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  105. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  106. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  107. package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
  108. package/dist/collection/design-tokens/components/_logo.variables.scss +2 -0
  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 +2 -105
  115. package/dist/collection/styles/src/index.scss +16 -2
  116. package/dist/collection/styles/src/themes/_alias-dark.scss +126 -0
  117. package/dist/collection/styles/src/themes/_alias-light.scss +126 -0
  118. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
  119. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
  120. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
  121. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
  122. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
  123. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  124. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +4 -3
  125. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  126. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  127. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  128. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
  129. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
  130. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
  131. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  132. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  133. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  134. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
  135. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +14 -18
  136. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  137. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  138. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  139. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  140. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  141. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  142. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  143. package/dist/digi-arbetsformedlingen/{p-c3e0f6dd.entry.js → p-06704534.entry.js} +1 -1
  144. package/dist/digi-arbetsformedlingen/{p-b3283953.entry.js → p-160165b9.entry.js} +1 -1
  145. package/dist/digi-arbetsformedlingen/{p-655cda00.entry.js → p-1efcad5b.entry.js} +1 -1
  146. package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +1 -0
  147. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
  148. package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
  149. package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
  150. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
  151. package/dist/digi-arbetsformedlingen/p-ad638968.entry.js +1 -0
  152. package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
  153. package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
  154. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
  155. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
  156. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +2 -105
  157. package/dist/digi-arbetsformedlingen/styles/src/index.scss +16 -2
  158. package/dist/digi-arbetsformedlingen/styles/src/themes/_alias-dark.scss +126 -0
  159. package/dist/digi-arbetsformedlingen/styles/src/themes/_alias-light.scss +126 -0
  160. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
  161. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -0
  162. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
  163. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +160 -4
  164. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  165. package/dist/esm/digi-button_84.entry.js +8334 -0
  166. package/dist/esm/digi-calendar-week-view.entry.js +1 -2
  167. package/dist/esm/{digi-code-block_3.entry.js → digi-code-block_2.entry.js} +3 -133
  168. package/dist/esm/digi-code-example.entry.js +1 -1
  169. package/dist/esm/digi-dialog.entry.js +2 -18
  170. package/dist/esm/digi-form-error-list.entry.js +1 -17
  171. package/dist/esm/digi-form-receipt.entry.js +1 -17
  172. package/dist/esm/digi-navigation-pagination.entry.js +1 -17
  173. package/dist/esm/digi-notification-error-page.entry.js +1 -17
  174. package/dist/esm/digi-quote.entry.js +1 -1
  175. package/dist/esm/digi-tools-feedback.entry.js +2 -18
  176. package/dist/esm/index-148a7577.js +4 -220
  177. package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
  178. package/dist/esm/index.js +1 -17
  179. package/dist/esm/loader.js +1 -1
  180. package/dist/esm/typography-variation.enum-7319240b.js +501 -0
  181. package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +3 -22
  182. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
  183. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
  184. package/dist/types/components.d.ts +14 -2
  185. package/dist/types/enums.d.ts +1 -0
  186. package/hydrate/index.js +92 -110
  187. package/hydrate/index.mjs +92 -110
  188. package/package.json +2 -4
  189. package/components/p-4bad4fb0.js +0 -7
  190. package/components/p-70fad0ea.js +0 -165
  191. package/components/p-ab07faba.js +0 -66
  192. package/components/p-f84f590e.js +0 -177
  193. package/dist/cjs/digi-button_11.cjs.entry.js +0 -1194
  194. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
  195. package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
  196. package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
  197. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
  198. package/dist/cjs/digi-footer-card.cjs.entry.js +0 -29
  199. package/dist/cjs/digi-footer.cjs.entry.js +0 -74
  200. package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
  201. package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
  202. package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -601
  203. package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
  204. package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
  205. package/dist/cjs/digi-header-avatar.cjs.entry.js +0 -114
  206. package/dist/cjs/digi-header-navigation-item.cjs.entry.js +0 -27
  207. package/dist/cjs/digi-header-navigation.cjs.entry.js +0 -228
  208. package/dist/cjs/digi-header-notification.cjs.entry.js +0 -23
  209. package/dist/cjs/digi-header.cjs.entry.js +0 -115
  210. package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +0 -30
  211. package/dist/cjs/digi-icon-bars.cjs.entry.js +0 -30
  212. package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +0 -30
  213. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
  214. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
  215. package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
  216. package/dist/cjs/digi-icon-envelope.cjs.entry.js +0 -30
  217. package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +0 -60
  218. package/dist/cjs/digi-icon-globe.cjs.entry.js +0 -30
  219. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
  220. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
  221. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
  222. package/dist/cjs/digi-icon-sign.cjs.entry.js +0 -30
  223. package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
  224. package/dist/cjs/digi-icon-x.cjs.entry.js +0 -30
  225. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
  226. package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
  227. package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
  228. package/dist/cjs/digi-layout-block_2.cjs.entry.js +0 -92
  229. package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
  230. package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
  231. package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
  232. package/dist/cjs/digi-link.cjs.entry.js +0 -75
  233. package/dist/cjs/digi-logo.cjs.entry.js +0 -49
  234. package/dist/cjs/digi-media-image_2.cjs.entry.js +0 -167
  235. package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +0 -30
  236. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
  237. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
  238. package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -112
  239. package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
  240. package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
  241. package/dist/cjs/digi-title-logo.cjs.entry.js +0 -133
  242. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
  243. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
  244. package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
  245. package/dist/cjs/digi-typography.cjs.entry.js +0 -26
  246. package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +0 -48
  247. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
  248. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
  249. package/dist/cjs/footer-card-variation.enum-99555edc.js +0 -8
  250. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
  251. package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
  252. package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +0 -31
  253. package/dist/cjs/index-cad91a90.js +0 -66
  254. package/dist/cjs/index-e8333bcc.js +0 -174
  255. package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
  256. package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
  257. package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
  258. package/dist/cjs/layout-container-max-width.enum-7e637f44.js +0 -21
  259. package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
  260. package/dist/cjs/logo-color.enum-76f6c506.js +0 -7
  261. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
  262. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
  263. package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
  264. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
  265. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
  266. package/dist/digi-arbetsformedlingen/p-02731621.entry.js +0 -1
  267. package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
  268. package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +0 -1
  269. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
  270. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
  271. package/dist/digi-arbetsformedlingen/p-10261517.entry.js +0 -1
  272. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
  273. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
  274. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
  275. package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +0 -1
  276. package/dist/digi-arbetsformedlingen/p-25371300.entry.js +0 -1
  277. package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
  278. package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +0 -1
  279. package/dist/digi-arbetsformedlingen/p-300aa9ef.js +0 -1
  280. package/dist/digi-arbetsformedlingen/p-3887bb40.js +0 -1
  281. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +0 -1
  282. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
  283. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +0 -1
  284. package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +0 -1
  285. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
  286. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
  287. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
  288. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
  289. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
  290. package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +0 -1
  291. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
  292. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
  293. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
  294. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
  295. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
  296. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
  297. package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +0 -1
  298. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +0 -1
  299. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +0 -1
  300. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
  301. package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +0 -1
  302. package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +0 -1
  303. package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
  304. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
  305. package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
  306. package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +0 -1
  307. package/dist/digi-arbetsformedlingen/p-8d9f4f10.entry.js +0 -1
  308. package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +0 -1
  309. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
  310. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
  311. package/dist/digi-arbetsformedlingen/p-986a1582.entry.js +0 -1
  312. package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +0 -1
  313. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
  314. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
  315. package/dist/digi-arbetsformedlingen/p-a0c77dff.entry.js +0 -1
  316. package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +0 -1
  317. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
  318. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
  319. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
  320. package/dist/digi-arbetsformedlingen/p-beba49c2.entry.js +0 -1
  321. package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +0 -1
  322. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
  323. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
  324. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
  325. package/dist/digi-arbetsformedlingen/p-c553b73b.entry.js +0 -1
  326. package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +0 -1
  327. package/dist/digi-arbetsformedlingen/p-c604a480.entry.js +0 -1
  328. package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
  329. package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +0 -1
  330. package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +0 -1
  331. package/dist/digi-arbetsformedlingen/p-c9dfda73.js +0 -1
  332. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
  333. package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
  334. package/dist/digi-arbetsformedlingen/p-d6d7b1d8.entry.js +0 -1
  335. package/dist/digi-arbetsformedlingen/p-db246e29.entry.js +0 -1
  336. package/dist/digi-arbetsformedlingen/p-de22ce43.entry.js +0 -1
  337. package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +0 -1
  338. package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +0 -1
  339. package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +0 -1
  340. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
  341. package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
  342. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
  343. package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +0 -1
  344. package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +0 -1
  345. package/dist/digi-arbetsformedlingen/p-fa77fcf7.entry.js +0 -1
  346. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
  347. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
  348. package/dist/esm/digi-button_11.entry.js +0 -1180
  349. package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
  350. package/dist/esm/digi-calendar_2.entry.js +0 -459
  351. package/dist/esm/digi-context-menu.entry.js +0 -236
  352. package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
  353. package/dist/esm/digi-footer-card.entry.js +0 -25
  354. package/dist/esm/digi-footer.entry.js +0 -70
  355. package/dist/esm/digi-form-category-filter.entry.js +0 -117
  356. package/dist/esm/digi-form-checkbox.entry.js +0 -135
  357. package/dist/esm/digi-form-file-upload.entry.js +0 -597
  358. package/dist/esm/digi-form-filter.entry.js +0 -244
  359. package/dist/esm/digi-form-select_2.entry.js +0 -181
  360. package/dist/esm/digi-header-avatar.entry.js +0 -110
  361. package/dist/esm/digi-header-navigation-item.entry.js +0 -23
  362. package/dist/esm/digi-header-navigation.entry.js +0 -224
  363. package/dist/esm/digi-header-notification.entry.js +0 -19
  364. package/dist/esm/digi-header.entry.js +0 -111
  365. package/dist/esm/digi-icon-accessibility-universal.entry.js +0 -26
  366. package/dist/esm/digi-icon-bars.entry.js +0 -26
  367. package/dist/esm/digi-icon-bell-filled.entry.js +0 -26
  368. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
  369. package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
  370. package/dist/esm/digi-icon-copy.entry.js +0 -26
  371. package/dist/esm/digi-icon-envelope.entry.js +0 -26
  372. package/dist/esm/digi-icon-external-link-alt_2.entry.js +0 -55
  373. package/dist/esm/digi-icon-globe.entry.js +0 -26
  374. package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
  375. package/dist/esm/digi-icon-minus_2.entry.js +0 -48
  376. package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
  377. package/dist/esm/digi-icon-sign.entry.js +0 -26
  378. package/dist/esm/digi-icon-spinner.entry.js +0 -27
  379. package/dist/esm/digi-icon-x.entry.js +0 -26
  380. package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
  381. package/dist/esm/digi-info-card-multi.entry.js +0 -54
  382. package/dist/esm/digi-info-card.entry.js +0 -75
  383. package/dist/esm/digi-layout-block_2.entry.js +0 -87
  384. package/dist/esm/digi-layout-columns.entry.js +0 -29
  385. package/dist/esm/digi-link-button.entry.js +0 -62
  386. package/dist/esm/digi-link-internal.entry.js +0 -33
  387. package/dist/esm/digi-link.entry.js +0 -71
  388. package/dist/esm/digi-logo.entry.js +0 -45
  389. package/dist/esm/digi-media-image_2.entry.js +0 -162
  390. package/dist/esm/digi-navigation-sidebar-button.entry.js +0 -26
  391. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
  392. package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
  393. package/dist/esm/digi-notification-alert.entry.js +0 -108
  394. package/dist/esm/digi-progress-indicator.entry.js +0 -133
  395. package/dist/esm/digi-tag-media.entry.js +0 -43
  396. package/dist/esm/digi-title-logo.entry.js +0 -129
  397. package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
  398. package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
  399. package/dist/esm/digi-typography-preamble.entry.js +0 -16
  400. package/dist/esm/digi-typography.entry.js +0 -22
  401. package/dist/esm/digi-util-breakpoint-observer.entry.js +0 -44
  402. package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
  403. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
  404. package/dist/esm/footer-card-variation.enum-cc732148.js +0 -8
  405. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
  406. package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
  407. package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +0 -31
  408. package/dist/esm/index-5b6c95c6.js +0 -63
  409. package/dist/esm/index-8685f88d.js +0 -170
  410. package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
  411. package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
  412. package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
  413. package/dist/esm/layout-container-max-width.enum-c40018ac.js +0 -21
  414. package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
  415. package/dist/esm/logo-color.enum-8593dca6.js +0 -7
  416. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
  417. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
  418. package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
  419. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
  420. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
  421. package/dist/esm/typography-variation.enum-fdda731c.js +0 -266
@@ -52,10 +52,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
52
52
  }
53
53
  switch(bundleId) {
54
54
 
55
- case 'digi-button_11':
55
+ case 'digi-button_84':
56
56
  return import(
57
57
  /* webpackMode: "lazy" */
58
- './digi-button_11.entry.js').then(processMod, consoleError);
58
+ './digi-button_84.entry.js').then(processMod, consoleError);
59
59
  case 'digi-badge-status':
60
60
  return import(
61
61
  /* webpackMode: "lazy" */
@@ -64,10 +64,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
64
64
  return import(
65
65
  /* webpackMode: "lazy" */
66
66
  './digi-bar-chart.entry.js').then(processMod, consoleError);
67
- case 'digi-calendar-datepicker':
68
- return import(
69
- /* webpackMode: "lazy" */
70
- './digi-calendar-datepicker.entry.js').then(processMod, consoleError);
71
67
  case 'digi-calendar-week-view':
72
68
  return import(
73
69
  /* webpackMode: "lazy" */
@@ -84,10 +80,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
84
80
  return import(
85
81
  /* webpackMode: "lazy" */
86
82
  './digi-code-example.entry.js').then(processMod, consoleError);
87
- case 'digi-context-menu':
88
- return import(
89
- /* webpackMode: "lazy" */
90
- './digi-context-menu.entry.js').then(processMod, consoleError);
91
83
  case 'digi-dialog':
92
84
  return import(
93
85
  /* webpackMode: "lazy" */
@@ -100,34 +92,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
100
92
  return import(
101
93
  /* webpackMode: "lazy" */
102
94
  './digi-expandable-faq.entry.js').then(processMod, consoleError);
103
- case 'digi-expandable-faq-item':
104
- return import(
105
- /* webpackMode: "lazy" */
106
- './digi-expandable-faq-item.entry.js').then(processMod, consoleError);
107
- case 'digi-footer':
108
- return import(
109
- /* webpackMode: "lazy" */
110
- './digi-footer.entry.js').then(processMod, consoleError);
111
- case 'digi-footer-card':
112
- return import(
113
- /* webpackMode: "lazy" */
114
- './digi-footer-card.entry.js').then(processMod, consoleError);
115
- case 'digi-form-category-filter':
116
- return import(
117
- /* webpackMode: "lazy" */
118
- './digi-form-category-filter.entry.js').then(processMod, consoleError);
119
95
  case 'digi-form-error-list':
120
96
  return import(
121
97
  /* webpackMode: "lazy" */
122
98
  './digi-form-error-list.entry.js').then(processMod, consoleError);
123
- case 'digi-form-file-upload':
124
- return import(
125
- /* webpackMode: "lazy" */
126
- './digi-form-file-upload.entry.js').then(processMod, consoleError);
127
- case 'digi-form-filter':
128
- return import(
129
- /* webpackMode: "lazy" */
130
- './digi-form-filter.entry.js').then(processMod, consoleError);
131
99
  case 'digi-form-input-search':
132
100
  return import(
133
101
  /* webpackMode: "lazy" */
@@ -144,34 +112,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
144
112
  return import(
145
113
  /* webpackMode: "lazy" */
146
114
  './digi-form-textarea.entry.js').then(processMod, consoleError);
147
- case 'digi-header':
148
- return import(
149
- /* webpackMode: "lazy" */
150
- './digi-header.entry.js').then(processMod, consoleError);
151
- case 'digi-header-avatar':
152
- return import(
153
- /* webpackMode: "lazy" */
154
- './digi-header-avatar.entry.js').then(processMod, consoleError);
155
- case 'digi-header-navigation':
156
- return import(
157
- /* webpackMode: "lazy" */
158
- './digi-header-navigation.entry.js').then(processMod, consoleError);
159
- case 'digi-header-navigation-item':
160
- return import(
161
- /* webpackMode: "lazy" */
162
- './digi-header-navigation-item.entry.js').then(processMod, consoleError);
163
- case 'digi-header-notification':
164
- return import(
165
- /* webpackMode: "lazy" */
166
- './digi-header-notification.entry.js').then(processMod, consoleError);
167
115
  case 'digi-icon-accessibility-deaf':
168
116
  return import(
169
117
  /* webpackMode: "lazy" */
170
118
  './digi-icon-accessibility-deaf.entry.js').then(processMod, consoleError);
171
- case 'digi-icon-accessibility-universal':
172
- return import(
173
- /* webpackMode: "lazy" */
174
- './digi-icon-accessibility-universal.entry.js').then(processMod, consoleError);
175
119
  case 'digi-icon-apple':
176
120
  return import(
177
121
  /* webpackMode: "lazy" */
@@ -216,10 +160,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
216
160
  return import(
217
161
  /* webpackMode: "lazy" */
218
162
  './digi-icon-bell.entry.js').then(processMod, consoleError);
219
- case 'digi-icon-bell-filled':
220
- return import(
221
- /* webpackMode: "lazy" */
222
- './digi-icon-bell-filled.entry.js').then(processMod, consoleError);
223
163
  case 'digi-icon-book':
224
164
  return import(
225
165
  /* webpackMode: "lazy" */
@@ -344,10 +284,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
344
284
  return import(
345
285
  /* webpackMode: "lazy" */
346
286
  './digi-icon-ellipsis.entry.js').then(processMod, consoleError);
347
- case 'digi-icon-envelope':
348
- return import(
349
- /* webpackMode: "lazy" */
350
- './digi-icon-envelope.entry.js').then(processMod, consoleError);
351
287
  case 'digi-icon-envelope-filled':
352
288
  return import(
353
289
  /* webpackMode: "lazy" */
@@ -444,10 +380,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
444
380
  return import(
445
381
  /* webpackMode: "lazy" */
446
382
  './digi-icon-folder-open.entry.js').then(processMod, consoleError);
447
- case 'digi-icon-globe':
448
- return import(
449
- /* webpackMode: "lazy" */
450
- './digi-icon-globe.entry.js').then(processMod, consoleError);
451
383
  case 'digi-icon-globe-filled':
452
384
  return import(
453
385
  /* webpackMode: "lazy" */
@@ -640,10 +572,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
640
572
  return import(
641
573
  /* webpackMode: "lazy" */
642
574
  './digi-icon-share-chain.entry.js').then(processMod, consoleError);
643
- case 'digi-icon-sign':
644
- return import(
645
- /* webpackMode: "lazy" */
646
- './digi-icon-sign.entry.js').then(processMod, consoleError);
647
575
  case 'digi-icon-sliders-h':
648
576
  return import(
649
577
  /* webpackMode: "lazy" */
@@ -784,22 +712,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
784
712
  return import(
785
713
  /* webpackMode: "lazy" */
786
714
  './digi-icon-youtube.entry.js').then(processMod, consoleError);
787
- case 'digi-info-card':
788
- return import(
789
- /* webpackMode: "lazy" */
790
- './digi-info-card.entry.js').then(processMod, consoleError);
791
- case 'digi-info-card-multi':
792
- return import(
793
- /* webpackMode: "lazy" */
794
- './digi-info-card-multi.entry.js').then(processMod, consoleError);
795
- case 'digi-info-card-multi-container':
796
- return import(
797
- /* webpackMode: "lazy" */
798
- './digi-info-card-multi-container.entry.js').then(processMod, consoleError);
799
- case 'digi-link-button':
800
- return import(
801
- /* webpackMode: "lazy" */
802
- './digi-link-button.entry.js').then(processMod, consoleError);
803
715
  case 'digi-list':
804
716
  return import(
805
717
  /* webpackMode: "lazy" */
@@ -812,10 +724,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
812
724
  return import(
813
725
  /* webpackMode: "lazy" */
814
726
  './digi-loader-spinner.entry.js').then(processMod, consoleError);
815
- case 'digi-logo':
816
- return import(
817
- /* webpackMode: "lazy" */
818
- './digi-logo.entry.js').then(processMod, consoleError);
819
727
  case 'digi-media-figure':
820
728
  return import(
821
729
  /* webpackMode: "lazy" */
@@ -832,14 +740,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
832
740
  return import(
833
741
  /* webpackMode: "lazy" */
834
742
  './digi-navigation-sidebar.entry.js').then(processMod, consoleError);
835
- case 'digi-navigation-vertical-menu':
836
- return import(
837
- /* webpackMode: "lazy" */
838
- './digi-navigation-vertical-menu.entry.js').then(processMod, consoleError);
839
- case 'digi-navigation-vertical-menu-item':
840
- return import(
841
- /* webpackMode: "lazy" */
842
- './digi-navigation-vertical-menu-item.entry.js').then(processMod, consoleError);
843
743
  case 'digi-notification-error-page':
844
744
  return import(
845
745
  /* webpackMode: "lazy" */
@@ -848,10 +748,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
848
748
  return import(
849
749
  /* webpackMode: "lazy" */
850
750
  './digi-progress-circle.entry.js').then(processMod, consoleError);
851
- case 'digi-progress-indicator':
852
- return import(
853
- /* webpackMode: "lazy" */
854
- './digi-progress-indicator.entry.js').then(processMod, consoleError);
855
751
  case 'digi-progress-list':
856
752
  return import(
857
753
  /* webpackMode: "lazy" */
@@ -884,10 +780,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
884
780
  return import(
885
781
  /* webpackMode: "lazy" */
886
782
  './digi-tag.entry.js').then(processMod, consoleError);
887
- case 'digi-title-logo':
888
- return import(
889
- /* webpackMode: "lazy" */
890
- './digi-title-logo.entry.js').then(processMod, consoleError);
891
783
  case 'digi-tools-feedback':
892
784
  return import(
893
785
  /* webpackMode: "lazy" */
@@ -900,22 +792,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
900
792
  return import(
901
793
  /* webpackMode: "lazy" */
902
794
  './digi-tools-feedback-rating.entry.js').then(processMod, consoleError);
903
- case 'digi-tools-theme-provider':
904
- return import(
905
- /* webpackMode: "lazy" */
906
- './digi-tools-theme-provider.entry.js').then(processMod, consoleError);
907
- case 'digi-typography-heading-jumbo':
908
- return import(
909
- /* webpackMode: "lazy" */
910
- './digi-typography-heading-jumbo.entry.js').then(processMod, consoleError);
911
795
  case 'digi-typography-meta':
912
796
  return import(
913
797
  /* webpackMode: "lazy" */
914
798
  './digi-typography-meta.entry.js').then(processMod, consoleError);
915
- case 'digi-typography-preamble':
916
- return import(
917
- /* webpackMode: "lazy" */
918
- './digi-typography-preamble.entry.js').then(processMod, consoleError);
919
799
  case 'digi-typography-time':
920
800
  return import(
921
801
  /* webpackMode: "lazy" */
@@ -936,18 +816,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
936
816
  return import(
937
817
  /* webpackMode: "lazy" */
938
818
  './digi-badge-notification.entry.js').then(processMod, consoleError);
939
- case 'digi-calendar_2':
940
- return import(
941
- /* webpackMode: "lazy" */
942
- './digi-calendar_2.entry.js').then(processMod, consoleError);
943
- case 'digi-code-block_3':
944
- return import(
945
- /* webpackMode: "lazy" */
946
- './digi-code-block_3.entry.js').then(processMod, consoleError);
947
- case 'digi-form-checkbox':
819
+ case 'digi-code-block_2':
948
820
  return import(
949
821
  /* webpackMode: "lazy" */
950
- './digi-form-checkbox.entry.js').then(processMod, consoleError);
822
+ './digi-code-block_2.entry.js').then(processMod, consoleError);
951
823
  case 'digi-icon-arrow-right':
952
824
  return import(
953
825
  /* webpackMode: "lazy" */
@@ -956,106 +828,18 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
956
828
  return import(
957
829
  /* webpackMode: "lazy" */
958
830
  './digi-icon-caret-down_2.entry.js').then(processMod, consoleError);
959
- case 'digi-icon-check-circle-solid_4':
960
- return import(
961
- /* webpackMode: "lazy" */
962
- './digi-icon-check-circle-solid_4.entry.js').then(processMod, consoleError);
963
831
  case 'digi-icon-search':
964
832
  return import(
965
833
  /* webpackMode: "lazy" */
966
834
  './digi-icon-search.entry.js').then(processMod, consoleError);
967
- case 'digi-layout-columns':
968
- return import(
969
- /* webpackMode: "lazy" */
970
- './digi-layout-columns.entry.js').then(processMod, consoleError);
971
- case 'digi-link-internal':
972
- return import(
973
- /* webpackMode: "lazy" */
974
- './digi-link-internal.entry.js').then(processMod, consoleError);
975
- case 'digi-navigation-sidebar-button':
976
- return import(
977
- /* webpackMode: "lazy" */
978
- './digi-navigation-sidebar-button.entry.js').then(processMod, consoleError);
979
- case 'digi-notification-alert':
980
- return import(
981
- /* webpackMode: "lazy" */
982
- './digi-notification-alert.entry.js').then(processMod, consoleError);
983
- case 'digi-tag-media':
984
- return import(
985
- /* webpackMode: "lazy" */
986
- './digi-tag-media.entry.js').then(processMod, consoleError);
987
835
  case 'digi-util-resize-observer':
988
836
  return import(
989
837
  /* webpackMode: "lazy" */
990
838
  './digi-util-resize-observer.entry.js').then(processMod, consoleError);
991
- case 'digi-form-select_2':
992
- return import(
993
- /* webpackMode: "lazy" */
994
- './digi-form-select_2.entry.js').then(processMod, consoleError);
995
- case 'digi-icon-bars':
996
- return import(
997
- /* webpackMode: "lazy" */
998
- './digi-icon-bars.entry.js').then(processMod, consoleError);
999
839
  case 'digi-icon-chart_2':
1000
840
  return import(
1001
841
  /* webpackMode: "lazy" */
1002
842
  './digi-icon-chart_2.entry.js').then(processMod, consoleError);
1003
- case 'digi-icon-copy':
1004
- return import(
1005
- /* webpackMode: "lazy" */
1006
- './digi-icon-copy.entry.js').then(processMod, consoleError);
1007
- case 'digi-icon-list-ul_6':
1008
- return import(
1009
- /* webpackMode: "lazy" */
1010
- './digi-icon-list-ul_6.entry.js').then(processMod, consoleError);
1011
- case 'digi-icon-minus_2':
1012
- return import(
1013
- /* webpackMode: "lazy" */
1014
- './digi-icon-minus_2.entry.js').then(processMod, consoleError);
1015
- case 'digi-icon-notification-error_4':
1016
- return import(
1017
- /* webpackMode: "lazy" */
1018
- './digi-icon-notification-error_4.entry.js').then(processMod, consoleError);
1019
- case 'digi-icon-spinner':
1020
- return import(
1021
- /* webpackMode: "lazy" */
1022
- './digi-icon-spinner.entry.js').then(processMod, consoleError);
1023
- case 'digi-icon-external-link-alt_2':
1024
- return import(
1025
- /* webpackMode: "lazy" */
1026
- './digi-icon-external-link-alt_2.entry.js').then(processMod, consoleError);
1027
- case 'digi-media-image_2':
1028
- return import(
1029
- /* webpackMode: "lazy" */
1030
- './digi-media-image_2.entry.js').then(processMod, consoleError);
1031
- case 'digi-icon-chevron-left_2':
1032
- return import(
1033
- /* webpackMode: "lazy" */
1034
- './digi-icon-chevron-left_2.entry.js').then(processMod, consoleError);
1035
- case 'digi-link':
1036
- return import(
1037
- /* webpackMode: "lazy" */
1038
- './digi-link.entry.js').then(processMod, consoleError);
1039
- case 'digi-layout-block_2':
1040
- return import(
1041
- /* webpackMode: "lazy" */
1042
- './digi-layout-block_2.entry.js').then(processMod, consoleError);
1043
- case 'digi-util-breakpoint-observer':
1044
- return import(
1045
- /* webpackMode: "lazy" */
1046
- './digi-util-breakpoint-observer.entry.js').then(processMod, consoleError);
1047
- case 'digi-icon-x':
1048
- return import(
1049
- /* webpackMode: "lazy" */
1050
- './digi-icon-x.entry.js').then(processMod, consoleError);
1051
- case 'digi-util-mutation-observer':
1052
- return import(
1053
- /* webpackMode: "lazy" */
1054
- './digi-util-mutation-observer.entry.js').then(processMod, consoleError);
1055
- case 'digi-typography':
1056
- return import(
1057
- /* webpackMode: "lazy" */
1058
- './digi-typography.entry.js').then(processMod, consoleError);
1059
843
  }
1060
844
  }
1061
845
  return import(
@@ -1,5 +1,3 @@
1
- import { r as requiredArgs, t as toDate } from './index-8685f88d.js';
2
-
3
1
  function toInteger(dirtyNumber) {
4
2
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
5
3
  return NaN;
@@ -14,6 +12,64 @@ function toInteger(dirtyNumber) {
14
12
  return number < 0 ? Math.ceil(number) : Math.floor(number);
15
13
  }
16
14
 
15
+ function requiredArgs(required, args) {
16
+ if (args.length < required) {
17
+ throw new TypeError(required + ' argument' + (required > 1 ? 's' : '') + ' required, but only ' + args.length + ' present');
18
+ }
19
+ }
20
+
21
+ /**
22
+ * @name toDate
23
+ * @category Common Helpers
24
+ * @summary Convert the given argument to an instance of Date.
25
+ *
26
+ * @description
27
+ * Convert the given argument to an instance of Date.
28
+ *
29
+ * If the argument is an instance of Date, the function returns its clone.
30
+ *
31
+ * If the argument is a number, it is treated as a timestamp.
32
+ *
33
+ * If the argument is none of the above, the function returns Invalid Date.
34
+ *
35
+ * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.
36
+ *
37
+ * @param {Date|Number} argument - the value to convert
38
+ * @returns {Date} the parsed date in the local time zone
39
+ * @throws {TypeError} 1 argument required
40
+ *
41
+ * @example
42
+ * // Clone the date:
43
+ * const result = toDate(new Date(2014, 1, 11, 11, 30, 30))
44
+ * //=> Tue Feb 11 2014 11:30:30
45
+ *
46
+ * @example
47
+ * // Convert the timestamp to date:
48
+ * const result = toDate(1392098430000)
49
+ * //=> Tue Feb 11 2014 11:30:30
50
+ */
51
+
52
+ function toDate(argument) {
53
+ requiredArgs(1, arguments);
54
+ var argStr = Object.prototype.toString.call(argument); // Clone the date
55
+
56
+ if (argument instanceof Date || typeof argument === 'object' && argStr === '[object Date]') {
57
+ // Prevent the date to lose the milliseconds when passed to new Date() in IE10
58
+ return new Date(argument.getTime());
59
+ } else if (typeof argument === 'number' || argStr === '[object Number]') {
60
+ return new Date(argument);
61
+ } else {
62
+ if ((typeof argument === 'string' || argStr === '[object String]') && typeof console !== 'undefined') {
63
+ // eslint-disable-next-line no-console
64
+ console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"); // eslint-disable-next-line no-console
65
+
66
+ console.warn(new Error().stack);
67
+ }
68
+
69
+ return new Date(NaN);
70
+ }
71
+ }
72
+
17
73
  /**
18
74
  * @name addMilliseconds
19
75
  * @category Millisecond Helpers
@@ -61,6 +117,117 @@ function getTimezoneOffsetInMilliseconds(date) {
61
117
  return date.getTime() - utcDate.getTime();
62
118
  }
63
119
 
120
+ /**
121
+ * @name isDate
122
+ * @category Common Helpers
123
+ * @summary Is the given value a date?
124
+ *
125
+ * @description
126
+ * Returns true if the given value is an instance of Date. The function works for dates transferred across iframes.
127
+ *
128
+ * ### v2.0.0 breaking changes:
129
+ *
130
+ * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
131
+ *
132
+ * @param {*} value - the value to check
133
+ * @returns {boolean} true if the given value is a date
134
+ * @throws {TypeError} 1 arguments required
135
+ *
136
+ * @example
137
+ * // For a valid date:
138
+ * const result = isDate(new Date())
139
+ * //=> true
140
+ *
141
+ * @example
142
+ * // For an invalid date:
143
+ * const result = isDate(new Date(NaN))
144
+ * //=> true
145
+ *
146
+ * @example
147
+ * // For some value:
148
+ * const result = isDate('2014-02-31')
149
+ * //=> false
150
+ *
151
+ * @example
152
+ * // For an object:
153
+ * const result = isDate({})
154
+ * //=> false
155
+ */
156
+
157
+ function isDate(value) {
158
+ requiredArgs(1, arguments);
159
+ return value instanceof Date || typeof value === 'object' && Object.prototype.toString.call(value) === '[object Date]';
160
+ }
161
+
162
+ /**
163
+ * @name isValid
164
+ * @category Common Helpers
165
+ * @summary Is the given date valid?
166
+ *
167
+ * @description
168
+ * Returns false if argument is Invalid Date and true otherwise.
169
+ * Argument is converted to Date using `toDate`. See [toDate]{@link https://date-fns.org/docs/toDate}
170
+ * Invalid Date is a Date, whose time value is NaN.
171
+ *
172
+ * Time value of Date: http://es5.github.io/#x15.9.1.1
173
+ *
174
+ * ### v2.0.0 breaking changes:
175
+ *
176
+ * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
177
+ *
178
+ * - Now `isValid` doesn't throw an exception
179
+ * if the first argument is not an instance of Date.
180
+ * Instead, argument is converted beforehand using `toDate`.
181
+ *
182
+ * Examples:
183
+ *
184
+ * | `isValid` argument | Before v2.0.0 | v2.0.0 onward |
185
+ * |---------------------------|---------------|---------------|
186
+ * | `new Date()` | `true` | `true` |
187
+ * | `new Date('2016-01-01')` | `true` | `true` |
188
+ * | `new Date('')` | `false` | `false` |
189
+ * | `new Date(1488370835081)` | `true` | `true` |
190
+ * | `new Date(NaN)` | `false` | `false` |
191
+ * | `'2016-01-01'` | `TypeError` | `false` |
192
+ * | `''` | `TypeError` | `false` |
193
+ * | `1488370835081` | `TypeError` | `true` |
194
+ * | `NaN` | `TypeError` | `false` |
195
+ *
196
+ * We introduce this change to make *date-fns* consistent with ECMAScript behavior
197
+ * that try to coerce arguments to the expected type
198
+ * (which is also the case with other *date-fns* functions).
199
+ *
200
+ * @param {*} date - the date to check
201
+ * @returns {Boolean} the date is valid
202
+ * @throws {TypeError} 1 argument required
203
+ *
204
+ * @example
205
+ * // For the valid date:
206
+ * const result = isValid(new Date(2014, 1, 31))
207
+ * //=> true
208
+ *
209
+ * @example
210
+ * // For the value, convertable into a date:
211
+ * const result = isValid(1393804800000)
212
+ * //=> true
213
+ *
214
+ * @example
215
+ * // For the invalid date:
216
+ * const result = isValid(new Date(''))
217
+ * //=> false
218
+ */
219
+
220
+ function isValid(dirtyDate) {
221
+ requiredArgs(1, arguments);
222
+
223
+ if (!isDate(dirtyDate) && typeof dirtyDate !== 'number') {
224
+ return false;
225
+ }
226
+
227
+ var date = toDate(dirtyDate);
228
+ return !isNaN(Number(date));
229
+ }
230
+
64
231
  var formatDistanceLocale = {
65
232
  lessThanXSeconds: {
66
233
  one: 'less than a second',
@@ -862,4 +1029,4 @@ function throwProtectedError(token, format, input) {
862
1029
  }
863
1030
  }
864
1031
 
865
- export { getUTCWeek as a, getUTCWeekYear as b, startOfUTCISOWeek as c, throwProtectedError as d, isProtectedDayOfYearToken as e, subMilliseconds as f, getUTCISOWeek as g, getTimezoneOffsetInMilliseconds as h, isProtectedWeekYearToken as i, defaultLocale as j, getUTCISOWeekYear as k, longFormatters$1 as l, buildFormatLongFn as m, buildLocalizeFn as n, buildMatchPatternFn as o, buildMatchFn as p, startOfUTCWeek as s, toInteger as t };
1032
+ export { toInteger as a, getUTCWeek as b, getUTCWeekYear as c, startOfUTCISOWeek as d, throwProtectedError as e, isProtectedDayOfYearToken as f, getUTCISOWeek as g, subMilliseconds as h, isProtectedWeekYearToken as i, getTimezoneOffsetInMilliseconds as j, defaultLocale as k, longFormatters$1 as l, isValid as m, getUTCISOWeekYear as n, buildFormatLongFn as o, buildLocalizeFn as p, buildMatchPatternFn as q, requiredArgs as r, startOfUTCWeek as s, toDate as t, buildMatchFn as u };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { B as BadgeNotificationShape } from './badge-notification-shape.enum-e15a6245.js';
2
- export { B as BadgeNotificationType, C as CalendarDatepickerValidation, a as CodeBlockLanguage, D as DialogHeadingLevel, b as DialogSize, c as DialogVariation, E as ErrorPageStatusCodes, w as FeedbackVariation, F as FooterVariation, d as FormErrorListHeadingLevel, h as FormFieldsetValidation, e as FormInputMode, f as FormInputValidation, g as FormInputVariation, i as FormRadiobuttonLayout, j as FormRadiobuttonValidation, k as FormRadiobuttonVariation, l as FormReceiptHeadingLevel, m as FormReceiptType, n as FormReceiptVariation, o as FormSelectFilterValidation, H as HeaderCenterContentWidth, r as InfoCardHeadingLevel, I as InfoCardMultiContainerHeadingLevel, p as InfoCardMultiHeadingLevel, q as InfoCardMultiVariation, N as NotificationAlertHeadingLevel, s as NotificationAlertSize, t as NotificationAlertVariation, T as TitleLogoVariation, u as ToolsFeedbackHeadingLevel, v as ToolsFeedbackType, x as TypographyVariation } from './typography-variation.enum-fdda731c.js';
2
+ export { B as BadgeNotificationType, C as CalendarDatepickerValidation, a as CodeBlockLanguage, D as DialogHeadingLevel, b as DialogSize, c as DialogVariation, a1 as ErrorPageStatusCodes, E as ExpandableFaqItemHeadingLevel, d as ExpandableFaqItemVariation, a7 as FeedbackVariation, F as FooterCardVariation, e as FooterVariation, f as FormCheckboxLayout, g as FormCheckboxValidation, h as FormCheckboxVariation, i as FormErrorListHeadingLevel, p as FormFieldsetValidation, j as FormFileUploadHeadingLevel, k as FormFileUploadValidation, l as FormFileUploadVariation, m as FormInputMode, n as FormInputValidation, o as FormInputVariation, q as FormRadiobuttonLayout, r as FormRadiobuttonValidation, s as FormRadiobuttonVariation, t as FormReceiptHeadingLevel, u as FormReceiptType, v as FormReceiptVariation, w as FormSelectFilterValidation, x as FormSelectValidation, y as FormSelectVariation, z as FormValidationMessageVariation, H as HeaderCenterContentWidth, K as InfoCardBorderPosition, L as InfoCardHeadingLevel, I as InfoCardMultiContainerHeadingLevel, A as InfoCardMultiHeadingLevel, G as InfoCardMultiType, J as InfoCardMultiVariation, M as InfoCardSize, N as InfoCardType, O as InfoCardVariation, P as LayoutBlockContainer, R as LayoutColumnsElement, Q as LayoutColumnsGap, S as LayoutColumnsVariation, V as LayoutContainerMaxWidth, U as LayoutContainerVariation, W as LinkButtonVariation, X as LogoColor, Y as NavigationVerticalMenuActiveIndicatorSize, Z as NavigationVerticalMenuVariation, _ as NotificationAlertHeadingLevel, $ as NotificationAlertSize, a0 as NotificationAlertVariation, a2 as ProgressIndicatorRole, a3 as ProgressIndicatorVariation, a4 as TagMediaIcon, T as TitleLogoVariation, a5 as ToolsFeedbackHeadingLevel, a6 as ToolsFeedbackType, a8 as ToolsThemeProviderBrandEnum, a9 as ToolsThemeProviderThemeEnum, aa as TypographyHeadingJumboLevel, ab as TypographyHeadingJumboVariation, ac as TypographyVariation } from './typography-variation.enum-7319240b.js';
3
3
  export { B as BadgeStatusSize, a as BadgeStatusType, b as BadgeStatusVariation } from './badge-status-variation.enum-8d6370ff.js';
4
4
  export { B as ButtonSize, C as CodeBlockVariation, a as CodeExampleLanguage, b as CodeExampleVariation } from './code-example-variation.enum-e656d235.js';
5
5
  export { B as ButtonType, a as FormInputButtonVariation, F as FormInputSearchVariation, b as FormInputType } from './form-input-type.enum-a6bba983.js';
@@ -8,40 +8,24 @@ export { C as CalendarWeekViewHeadingLevel } from './calendar-week-view-heading-
8
8
  export { B as BarChartVariation } from './bar-chart-variation.enum-97c0b47f.js';
9
9
  export { C as CodeLanguage, a as CodeVariation } from './code-variation.enum-1eee7c7a.js';
10
10
  export { E as ExpandableAccordionHeaderLevel } from './expandable-accordion-header-level.enum-85681e2f.js';
11
- export { E as ExpandableFaqItemHeadingLevel, a as ExpandableFaqItemVariation } from './expandable-faq-item-variation.enum-a8cb225b.js';
12
11
  export { E as ExpandableFaqHeadingLevel, a as ExpandableFaqVariation } from './expandable-faq-variation.enum-6934c367.js';
13
- export { F as FooterCardVariation } from './footer-card-variation.enum-cc732148.js';
14
- export { F as FormCheckboxLayout, a as FormCheckboxValidation, b as FormCheckboxVariation } from './form-checkbox-variation.enum-83e906fc.js';
15
- export { F as FormFileUploadHeadingLevel, a as FormFileUploadValidation, b as FormFileUploadVariation, c as FormValidationMessageVariation } from './form-validation-message-variation.enum-f7835fc5.js';
16
12
  export { F as FormRadiogroupValidation } from './form-radiogroup-validation.enum-d790fc66.js';
17
- export { F as FormSelectValidation, a as FormSelectVariation } from './form-select-variation.enum-f2f6098d.js';
18
13
  export { F as FormTextareaValidation, a as FormTextareaVariation } from './form-textarea-variation.enum-05017e8e.js';
19
- export { I as InfoCardMultiType } from './info-card-multi-type.enum-07ee124f.js';
20
- export { I as InfoCardBorderPosition, a as InfoCardSize, b as InfoCardType, c as InfoCardVariation } from './info-card-variation.enum-2ccc52c1.js';
21
- export { L as LayoutBlockContainer, b as LayoutContainerMaxWidth, a as LayoutContainerVariation } from './layout-container-max-width.enum-c40018ac.js';
22
14
  export { L as LayoutBlockVariation } from './layout-block-variation.enum-b7a20db4.js';
23
- export { a as LayoutColumnsElement, L as LayoutColumnsGap, b as LayoutColumnsVariation } from './layout-columns-variation.enum-34f7754e.js';
24
- export { L as LinkButtonVariation } from './link-button-variation.enum-84d4976f.js';
25
15
  export { L as ListType } from './list-type.enum-fbb331ad.js';
26
16
  export { L as LoaderSkeletonVariation } from './loader-skeleton-variation.enum-f9f867b4.js';
27
17
  export { L as LoaderSpinnerSize } from './loader-spinner-size.enum-0b246fa0.js';
28
- export { L as LogoColor } from './logo-color.enum-8593dca6.js';
29
18
  export { M as MediaFigureAlignment } from './media-figure-alignment.enum-a1d36567.js';
30
19
  export { N as NavigationSidebarCloseButtonPosition, a as NavigationSidebarHeadingLevel, b as NavigationSidebarMobilePosition, c as NavigationSidebarMobileVariation, d as NavigationSidebarPosition, e as NavigationSidebarVariation } from './navigation-sidebar-variation.enum-8fead764.js';
31
- export { N as NavigationVerticalMenuActiveIndicatorSize, a as NavigationVerticalMenuVariation } from './navigation-vertical-menu-variation.enum-c30b0ea9.js';
32
20
  export { P as ProgressCircleRole } from './progress-circle-role.enum-7737a2c6.js';
33
- export { P as ProgressIndicatorRole, a as ProgressIndicatorVariation } from './progress-indicator-variation.enum-b12ba50a.js';
34
21
  export { P as ProgressListItemHeadingLevel, a as ProgressListItemStatus, b as ProgressListItemType, c as ProgressListItemVariation } from './progress-list-item-variation.enum-384b9a3a.js';
35
22
  export { P as ProgressListHeadingLevel, a as ProgressListStatus, b as ProgressListType, c as ProgressListVariation } from './progress-list-variation.enum-300bd89d.js';
36
23
  export { P as ProgressbarRole, a as ProgressbarVariation } from './progressbar-variation.enum-40adaab4.js';
37
24
  export { c as QuoteImageInnerPosition, b as QuoteImagePosition, Q as QuoteType, a as QuoteVariation } from './quote-image-inner-position.enum-8e9b1e65.js';
38
25
  export { T as TableSize, a as TableVariation } from './table-variation.enum-dd9366b6.js';
39
- export { T as TagMediaIcon } from './tag-media-icon.enum-fefa191c.js';
40
26
  export { T as TagSize } from './tag-size.enum-403e0cd8.js';
41
27
  export { T as ToolsFeedbackBannerHeadingLevel, a as ToolsFeedbackBannerType } from './tools-feedback-banner-type.enum-74b4e580.js';
42
28
  export { F as FeedbackRatingHeadingLevel, a as FeedbackRatingType, b as FeedbackRatingVariation } from './tools-feedback-rating-variation.enum-29058ff2.js';
43
- export { T as ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum-8c5a98c9.js';
44
- export { T as TypographyHeadingJumboLevel, a as TypographyHeadingJumboVariation } from './typography-heading-jumbo-variation.enum-eb737f1b.js';
45
29
  export { T as TypographyMetaVariation } from './typography-meta-variation.enum-1f7c2878.js';
46
30
  export { T as TypographyTimeVariation } from './typography-time-variation.enum-34c830ef.js';
47
31
  export { U as UtilBreakpointObserverBreakpoints } from './util-breakpoint-observer-breakpoints.enum-6d004731.js';