@designsystem-se/af 38.2.1-beta.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 (414) 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-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} +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 +426 -106
  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 +426 -106
  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 +425 -105
  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 +425 -105
  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/_navigation-context-menu.variables.scss +1 -1
  109. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  110. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  111. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  112. package/dist/collection/enums.js +1 -0
  113. package/dist/collection/styles/src/_alias.mixin.scss +252 -105
  114. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
  115. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
  116. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
  117. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
  118. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
  119. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  120. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +4 -3
  121. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  122. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  123. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  124. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
  125. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
  126. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
  127. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  128. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  129. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  130. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
  131. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +0 -2
  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-c3e0f6dd.entry.js → p-06704534.entry.js} +1 -1
  140. package/dist/digi-arbetsformedlingen/{p-b3283953.entry.js → p-160165b9.entry.js} +1 -1
  141. package/dist/digi-arbetsformedlingen/{p-655cda00.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-72ef7f99.entry.js +1 -0
  144. package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
  145. package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
  146. package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +1 -0
  147. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
  148. package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
  149. package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
  150. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
  151. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
  152. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +252 -105
  153. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
  154. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -0
  155. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
  156. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +160 -4
  157. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  158. package/dist/esm/digi-button_84.entry.js +8334 -0
  159. package/dist/esm/digi-calendar-week-view.entry.js +1 -2
  160. package/dist/esm/{digi-code-block_3.entry.js → digi-code-block_2.entry.js} +3 -133
  161. package/dist/esm/digi-code-example.entry.js +1 -1
  162. package/dist/esm/digi-dialog.entry.js +2 -18
  163. package/dist/esm/digi-form-error-list.entry.js +1 -17
  164. package/dist/esm/digi-form-receipt.entry.js +1 -17
  165. package/dist/esm/digi-navigation-pagination.entry.js +1 -17
  166. package/dist/esm/digi-notification-error-page.entry.js +1 -17
  167. package/dist/esm/digi-quote.entry.js +1 -1
  168. package/dist/esm/digi-tools-feedback.entry.js +2 -18
  169. package/dist/esm/index-148a7577.js +4 -220
  170. package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
  171. package/dist/esm/index.js +1 -17
  172. package/dist/esm/loader.js +1 -1
  173. package/dist/esm/typography-variation.enum-7319240b.js +501 -0
  174. package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +3 -22
  175. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
  176. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
  177. package/dist/types/components.d.ts +14 -2
  178. package/dist/types/enums.d.ts +1 -0
  179. package/hydrate/index.js +92 -110
  180. package/hydrate/index.mjs +92 -110
  181. package/package.json +2 -4
  182. package/components/p-4bad4fb0.js +0 -7
  183. package/components/p-70fad0ea.js +0 -165
  184. package/components/p-ab07faba.js +0 -66
  185. package/components/p-f84f590e.js +0 -177
  186. package/dist/cjs/digi-button_11.cjs.entry.js +0 -1194
  187. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
  188. package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
  189. package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
  190. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
  191. package/dist/cjs/digi-footer-card.cjs.entry.js +0 -29
  192. package/dist/cjs/digi-footer.cjs.entry.js +0 -74
  193. package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
  194. package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
  195. package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -601
  196. package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
  197. package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
  198. package/dist/cjs/digi-header-avatar.cjs.entry.js +0 -114
  199. package/dist/cjs/digi-header-navigation-item.cjs.entry.js +0 -27
  200. package/dist/cjs/digi-header-navigation.cjs.entry.js +0 -228
  201. package/dist/cjs/digi-header-notification.cjs.entry.js +0 -23
  202. package/dist/cjs/digi-header.cjs.entry.js +0 -115
  203. package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +0 -30
  204. package/dist/cjs/digi-icon-bars.cjs.entry.js +0 -30
  205. package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +0 -30
  206. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
  207. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
  208. package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
  209. package/dist/cjs/digi-icon-envelope.cjs.entry.js +0 -30
  210. package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +0 -60
  211. package/dist/cjs/digi-icon-globe.cjs.entry.js +0 -30
  212. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
  213. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
  214. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
  215. package/dist/cjs/digi-icon-sign.cjs.entry.js +0 -30
  216. package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
  217. package/dist/cjs/digi-icon-x.cjs.entry.js +0 -30
  218. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
  219. package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
  220. package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
  221. package/dist/cjs/digi-layout-block_2.cjs.entry.js +0 -92
  222. package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
  223. package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
  224. package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
  225. package/dist/cjs/digi-link.cjs.entry.js +0 -75
  226. package/dist/cjs/digi-logo.cjs.entry.js +0 -49
  227. package/dist/cjs/digi-media-image_2.cjs.entry.js +0 -167
  228. package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +0 -30
  229. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
  230. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
  231. package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -112
  232. package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
  233. package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
  234. package/dist/cjs/digi-title-logo.cjs.entry.js +0 -133
  235. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
  236. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
  237. package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
  238. package/dist/cjs/digi-typography.cjs.entry.js +0 -26
  239. package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +0 -48
  240. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
  241. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
  242. package/dist/cjs/footer-card-variation.enum-99555edc.js +0 -8
  243. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
  244. package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
  245. package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +0 -31
  246. package/dist/cjs/index-cad91a90.js +0 -66
  247. package/dist/cjs/index-e8333bcc.js +0 -174
  248. package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
  249. package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
  250. package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
  251. package/dist/cjs/layout-container-max-width.enum-7e637f44.js +0 -21
  252. package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
  253. package/dist/cjs/logo-color.enum-76f6c506.js +0 -7
  254. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
  255. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
  256. package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
  257. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
  258. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
  259. package/dist/digi-arbetsformedlingen/p-02731621.entry.js +0 -1
  260. package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
  261. package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +0 -1
  262. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
  263. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
  264. package/dist/digi-arbetsformedlingen/p-10261517.entry.js +0 -1
  265. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
  266. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
  267. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
  268. package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +0 -1
  269. package/dist/digi-arbetsformedlingen/p-25371300.entry.js +0 -1
  270. package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
  271. package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +0 -1
  272. package/dist/digi-arbetsformedlingen/p-300aa9ef.js +0 -1
  273. package/dist/digi-arbetsformedlingen/p-3887bb40.js +0 -1
  274. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +0 -1
  275. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
  276. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +0 -1
  277. package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +0 -1
  278. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
  279. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
  280. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
  281. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
  282. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
  283. package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +0 -1
  284. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
  285. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
  286. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
  287. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
  288. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
  289. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
  290. package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +0 -1
  291. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +0 -1
  292. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +0 -1
  293. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
  294. package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +0 -1
  295. package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +0 -1
  296. package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
  297. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
  298. package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
  299. package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +0 -1
  300. package/dist/digi-arbetsformedlingen/p-8d9f4f10.entry.js +0 -1
  301. package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +0 -1
  302. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
  303. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
  304. package/dist/digi-arbetsformedlingen/p-986a1582.entry.js +0 -1
  305. package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +0 -1
  306. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
  307. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
  308. package/dist/digi-arbetsformedlingen/p-a0c77dff.entry.js +0 -1
  309. package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +0 -1
  310. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
  311. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
  312. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
  313. package/dist/digi-arbetsformedlingen/p-beba49c2.entry.js +0 -1
  314. package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +0 -1
  315. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
  316. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
  317. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
  318. package/dist/digi-arbetsformedlingen/p-c553b73b.entry.js +0 -1
  319. package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +0 -1
  320. package/dist/digi-arbetsformedlingen/p-c604a480.entry.js +0 -1
  321. package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
  322. package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +0 -1
  323. package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +0 -1
  324. package/dist/digi-arbetsformedlingen/p-c9dfda73.js +0 -1
  325. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
  326. package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
  327. package/dist/digi-arbetsformedlingen/p-d6d7b1d8.entry.js +0 -1
  328. package/dist/digi-arbetsformedlingen/p-db246e29.entry.js +0 -1
  329. package/dist/digi-arbetsformedlingen/p-de22ce43.entry.js +0 -1
  330. package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +0 -1
  331. package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +0 -1
  332. package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +0 -1
  333. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
  334. package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
  335. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
  336. package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +0 -1
  337. package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +0 -1
  338. package/dist/digi-arbetsformedlingen/p-fa77fcf7.entry.js +0 -1
  339. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
  340. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
  341. package/dist/esm/digi-button_11.entry.js +0 -1180
  342. package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
  343. package/dist/esm/digi-calendar_2.entry.js +0 -459
  344. package/dist/esm/digi-context-menu.entry.js +0 -236
  345. package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
  346. package/dist/esm/digi-footer-card.entry.js +0 -25
  347. package/dist/esm/digi-footer.entry.js +0 -70
  348. package/dist/esm/digi-form-category-filter.entry.js +0 -117
  349. package/dist/esm/digi-form-checkbox.entry.js +0 -135
  350. package/dist/esm/digi-form-file-upload.entry.js +0 -597
  351. package/dist/esm/digi-form-filter.entry.js +0 -244
  352. package/dist/esm/digi-form-select_2.entry.js +0 -181
  353. package/dist/esm/digi-header-avatar.entry.js +0 -110
  354. package/dist/esm/digi-header-navigation-item.entry.js +0 -23
  355. package/dist/esm/digi-header-navigation.entry.js +0 -224
  356. package/dist/esm/digi-header-notification.entry.js +0 -19
  357. package/dist/esm/digi-header.entry.js +0 -111
  358. package/dist/esm/digi-icon-accessibility-universal.entry.js +0 -26
  359. package/dist/esm/digi-icon-bars.entry.js +0 -26
  360. package/dist/esm/digi-icon-bell-filled.entry.js +0 -26
  361. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
  362. package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
  363. package/dist/esm/digi-icon-copy.entry.js +0 -26
  364. package/dist/esm/digi-icon-envelope.entry.js +0 -26
  365. package/dist/esm/digi-icon-external-link-alt_2.entry.js +0 -55
  366. package/dist/esm/digi-icon-globe.entry.js +0 -26
  367. package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
  368. package/dist/esm/digi-icon-minus_2.entry.js +0 -48
  369. package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
  370. package/dist/esm/digi-icon-sign.entry.js +0 -26
  371. package/dist/esm/digi-icon-spinner.entry.js +0 -27
  372. package/dist/esm/digi-icon-x.entry.js +0 -26
  373. package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
  374. package/dist/esm/digi-info-card-multi.entry.js +0 -54
  375. package/dist/esm/digi-info-card.entry.js +0 -75
  376. package/dist/esm/digi-layout-block_2.entry.js +0 -87
  377. package/dist/esm/digi-layout-columns.entry.js +0 -29
  378. package/dist/esm/digi-link-button.entry.js +0 -62
  379. package/dist/esm/digi-link-internal.entry.js +0 -33
  380. package/dist/esm/digi-link.entry.js +0 -71
  381. package/dist/esm/digi-logo.entry.js +0 -45
  382. package/dist/esm/digi-media-image_2.entry.js +0 -162
  383. package/dist/esm/digi-navigation-sidebar-button.entry.js +0 -26
  384. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
  385. package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
  386. package/dist/esm/digi-notification-alert.entry.js +0 -108
  387. package/dist/esm/digi-progress-indicator.entry.js +0 -133
  388. package/dist/esm/digi-tag-media.entry.js +0 -43
  389. package/dist/esm/digi-title-logo.entry.js +0 -129
  390. package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
  391. package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
  392. package/dist/esm/digi-typography-preamble.entry.js +0 -16
  393. package/dist/esm/digi-typography.entry.js +0 -22
  394. package/dist/esm/digi-util-breakpoint-observer.entry.js +0 -44
  395. package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
  396. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
  397. package/dist/esm/footer-card-variation.enum-cc732148.js +0 -8
  398. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
  399. package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
  400. package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +0 -31
  401. package/dist/esm/index-5b6c95c6.js +0 -63
  402. package/dist/esm/index-8685f88d.js +0 -170
  403. package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
  404. package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
  405. package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
  406. package/dist/esm/layout-container-max-width.enum-c40018ac.js +0 -21
  407. package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
  408. package/dist/esm/logo-color.enum-8593dca6.js +0 -7
  409. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
  410. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
  411. package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
  412. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
  413. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
  414. package/dist/esm/typography-variation.enum-fdda731c.js +0 -266
@@ -1,266 +0,0 @@
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 FooterVariation;
53
- (function (FooterVariation) {
54
- FooterVariation["LARGE"] = "large";
55
- FooterVariation["SMALL"] = "small";
56
- })(FooterVariation || (FooterVariation = {}));
57
-
58
- var FormErrorListHeadingLevel;
59
- (function (FormErrorListHeadingLevel) {
60
- FormErrorListHeadingLevel["H1"] = "h1";
61
- FormErrorListHeadingLevel["H2"] = "h2";
62
- FormErrorListHeadingLevel["H3"] = "h3";
63
- FormErrorListHeadingLevel["H4"] = "h4";
64
- FormErrorListHeadingLevel["H5"] = "h5";
65
- FormErrorListHeadingLevel["H6"] = "h6";
66
- })(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
67
-
68
- var FormInputMode;
69
- (function (FormInputMode) {
70
- FormInputMode["DEFAULT"] = "";
71
- FormInputMode["NONE"] = "none";
72
- FormInputMode["TEXT"] = "text";
73
- FormInputMode["DECIMAL"] = "decimal";
74
- FormInputMode["NUMERIC"] = "numeric";
75
- FormInputMode["TEL"] = "tel";
76
- FormInputMode["SEARCH"] = "search";
77
- FormInputMode["EMAIL"] = "email";
78
- FormInputMode["URL"] = "url";
79
- })(FormInputMode || (FormInputMode = {}));
80
-
81
- var FormInputValidation;
82
- (function (FormInputValidation) {
83
- FormInputValidation["SUCCESS"] = "success";
84
- FormInputValidation["ERROR"] = "error";
85
- FormInputValidation["WARNING"] = "warning";
86
- FormInputValidation["NEUTRAL"] = "neutral";
87
- })(FormInputValidation || (FormInputValidation = {}));
88
-
89
- var FormInputVariation;
90
- (function (FormInputVariation) {
91
- FormInputVariation["SMALL"] = "small";
92
- FormInputVariation["MEDIUM"] = "medium";
93
- FormInputVariation["LARGE"] = "large";
94
- })(FormInputVariation || (FormInputVariation = {}));
95
-
96
- var FormFieldsetValidation;
97
- (function (FormFieldsetValidation) {
98
- FormFieldsetValidation["SUCCESS"] = "success";
99
- FormFieldsetValidation["ERROR"] = "error";
100
- FormFieldsetValidation["WARNING"] = "warning";
101
- FormFieldsetValidation["NEUTRAL"] = "neutral";
102
- })(FormFieldsetValidation || (FormFieldsetValidation = {}));
103
-
104
- var FormRadiobuttonLayout;
105
- (function (FormRadiobuttonLayout) {
106
- FormRadiobuttonLayout["INLINE"] = "inline";
107
- FormRadiobuttonLayout["BLOCK"] = "block";
108
- })(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
109
-
110
- var FormRadiobuttonValidation;
111
- (function (FormRadiobuttonValidation) {
112
- FormRadiobuttonValidation["ERROR"] = "error";
113
- })(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
114
-
115
- var FormRadiobuttonVariation;
116
- (function (FormRadiobuttonVariation) {
117
- FormRadiobuttonVariation["PRIMARY"] = "primary";
118
- FormRadiobuttonVariation["SECONDARY"] = "secondary";
119
- })(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
120
-
121
- var FormReceiptHeadingLevel;
122
- (function (FormReceiptHeadingLevel) {
123
- FormReceiptHeadingLevel["H1"] = "h1";
124
- FormReceiptHeadingLevel["H2"] = "h2";
125
- FormReceiptHeadingLevel["H3"] = "h3";
126
- FormReceiptHeadingLevel["H4"] = "h4";
127
- FormReceiptHeadingLevel["H5"] = "h5";
128
- FormReceiptHeadingLevel["H6"] = "h6";
129
- })(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
130
-
131
- var FormReceiptType;
132
- (function (FormReceiptType) {
133
- FormReceiptType["CENTER"] = "center";
134
- FormReceiptType["START"] = "start";
135
- })(FormReceiptType || (FormReceiptType = {}));
136
-
137
- var FormReceiptVariation;
138
- (function (FormReceiptVariation) {
139
- FormReceiptVariation["FULLWIDTH"] = "fullwidth";
140
- FormReceiptVariation["GRID"] = "grid";
141
- })(FormReceiptVariation || (FormReceiptVariation = {}));
142
-
143
- var FormSelectFilterValidation;
144
- (function (FormSelectFilterValidation) {
145
- FormSelectFilterValidation["SUCCESS"] = "success";
146
- FormSelectFilterValidation["ERROR"] = "error";
147
- FormSelectFilterValidation["WARNING"] = "warning";
148
- FormSelectFilterValidation["NEUTRAL"] = "neutral";
149
- })(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
150
-
151
- var HeaderCenterContentWidth;
152
- (function (HeaderCenterContentWidth) {
153
- HeaderCenterContentWidth["DEFAULT"] = "none";
154
- HeaderCenterContentWidth["WIDTH_1200"] = "1200";
155
- HeaderCenterContentWidth["WIDTH_1400"] = "1400";
156
- })(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
157
-
158
- var TitleLogoVariation;
159
- (function (TitleLogoVariation) {
160
- TitleLogoVariation["MOBILE"] = "mobile";
161
- TitleLogoVariation["ONE_ROW"] = "one-row";
162
- TitleLogoVariation["TWO_ROWS"] = "two-rows";
163
- })(TitleLogoVariation || (TitleLogoVariation = {}));
164
-
165
- var InfoCardMultiContainerHeadingLevel;
166
- (function (InfoCardMultiContainerHeadingLevel) {
167
- InfoCardMultiContainerHeadingLevel["H1"] = "h1";
168
- InfoCardMultiContainerHeadingLevel["H2"] = "h2";
169
- InfoCardMultiContainerHeadingLevel["H3"] = "h3";
170
- InfoCardMultiContainerHeadingLevel["H4"] = "h4";
171
- InfoCardMultiContainerHeadingLevel["H5"] = "h5";
172
- InfoCardMultiContainerHeadingLevel["H6"] = "h6";
173
- })(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
174
-
175
- var InfoCardMultiHeadingLevel;
176
- (function (InfoCardMultiHeadingLevel) {
177
- InfoCardMultiHeadingLevel["H1"] = "h1";
178
- InfoCardMultiHeadingLevel["H2"] = "h2";
179
- InfoCardMultiHeadingLevel["H3"] = "h3";
180
- InfoCardMultiHeadingLevel["H4"] = "h4";
181
- InfoCardMultiHeadingLevel["H5"] = "h5";
182
- InfoCardMultiHeadingLevel["H6"] = "h6";
183
- })(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
184
-
185
- var InfoCardMultiVariation;
186
- (function (InfoCardMultiVariation) {
187
- InfoCardMultiVariation["PRIMARY"] = "primary";
188
- InfoCardMultiVariation["SECONDARY"] = "secondary";
189
- })(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
190
-
191
- var InfoCardHeadingLevel;
192
- (function (InfoCardHeadingLevel) {
193
- InfoCardHeadingLevel["H1"] = "h1";
194
- InfoCardHeadingLevel["H2"] = "h2";
195
- InfoCardHeadingLevel["H3"] = "h3";
196
- InfoCardHeadingLevel["H4"] = "h4";
197
- InfoCardHeadingLevel["H5"] = "h5";
198
- InfoCardHeadingLevel["H6"] = "h6";
199
- })(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
200
-
201
- var NotificationAlertHeadingLevel;
202
- (function (NotificationAlertHeadingLevel) {
203
- NotificationAlertHeadingLevel["H1"] = "h1";
204
- NotificationAlertHeadingLevel["H2"] = "h2";
205
- NotificationAlertHeadingLevel["H3"] = "h3";
206
- NotificationAlertHeadingLevel["H4"] = "h4";
207
- NotificationAlertHeadingLevel["H5"] = "h5";
208
- NotificationAlertHeadingLevel["H6"] = "h6";
209
- })(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
210
-
211
- var NotificationAlertSize;
212
- (function (NotificationAlertSize) {
213
- NotificationAlertSize["LARGE"] = "large";
214
- NotificationAlertSize["MEDIUM"] = "medium";
215
- NotificationAlertSize["SMALL"] = "small";
216
- })(NotificationAlertSize || (NotificationAlertSize = {}));
217
-
218
- var NotificationAlertVariation;
219
- (function (NotificationAlertVariation) {
220
- NotificationAlertVariation["INFO"] = "info";
221
- NotificationAlertVariation["SUCCESS"] = "success";
222
- NotificationAlertVariation["WARNING"] = "warning";
223
- NotificationAlertVariation["DANGER"] = "danger";
224
- })(NotificationAlertVariation || (NotificationAlertVariation = {}));
225
-
226
- var ErrorPageStatusCodes;
227
- (function (ErrorPageStatusCodes) {
228
- ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
229
- ErrorPageStatusCodes["FORBIDDEN"] = "403";
230
- ErrorPageStatusCodes["NOT_FOUND"] = "404";
231
- ErrorPageStatusCodes["GONE"] = "410";
232
- ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
233
- ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
234
- ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
235
- ErrorPageStatusCodes["BLOCKED"] = "blocked";
236
- })(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
237
-
238
- var ToolsFeedbackHeadingLevel;
239
- (function (ToolsFeedbackHeadingLevel) {
240
- ToolsFeedbackHeadingLevel["H1"] = "h1";
241
- ToolsFeedbackHeadingLevel["H2"] = "h2";
242
- ToolsFeedbackHeadingLevel["H3"] = "h3";
243
- ToolsFeedbackHeadingLevel["H4"] = "h4";
244
- ToolsFeedbackHeadingLevel["H5"] = "h5";
245
- ToolsFeedbackHeadingLevel["H6"] = "h6";
246
- })(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
247
-
248
- var ToolsFeedbackType;
249
- (function (ToolsFeedbackType) {
250
- ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
251
- ToolsFeedbackType["GRID"] = "grid";
252
- })(ToolsFeedbackType || (ToolsFeedbackType = {}));
253
-
254
- var FeedbackVariation;
255
- (function (FeedbackVariation) {
256
- FeedbackVariation["PRIMARY"] = "primary";
257
- FeedbackVariation["SECONDARY"] = "secondary";
258
- })(FeedbackVariation || (FeedbackVariation = {}));
259
-
260
- var TypographyVariation;
261
- (function (TypographyVariation) {
262
- TypographyVariation["SMALL"] = "small";
263
- TypographyVariation["LARGE"] = "large";
264
- })(TypographyVariation || (TypographyVariation = {}));
265
-
266
- export { BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ErrorPageStatusCodes as E, FooterVariation as F, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, NotificationAlertHeadingLevel as N, TitleLogoVariation as T, CodeBlockLanguage as a, DialogSize as b, DialogVariation as c, FormErrorListHeadingLevel as d, FormInputMode as e, FormInputValidation as f, FormInputVariation as g, FormFieldsetValidation as h, FormRadiobuttonLayout as i, FormRadiobuttonValidation as j, FormRadiobuttonVariation as k, FormReceiptHeadingLevel as l, FormReceiptType as m, FormReceiptVariation as n, FormSelectFilterValidation as o, InfoCardMultiHeadingLevel as p, InfoCardMultiVariation as q, InfoCardHeadingLevel as r, NotificationAlertSize as s, NotificationAlertVariation as t, ToolsFeedbackHeadingLevel as u, ToolsFeedbackType as v, FeedbackVariation as w, TypographyVariation as x };