@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
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const badgeNotificationShape_enum = require('./badge-notification-shape.enum-ff802554.js');
6
- const typographyVariation_enum = require('./typography-variation.enum-9aab5027.js');
6
+ const typographyVariation_enum = require('./typography-variation.enum-ad1b2403.js');
7
7
  const badgeStatusVariation_enum = require('./badge-status-variation.enum-0a5adc21.js');
8
8
  const codeExampleVariation_enum = require('./code-example-variation.enum-1611825e.js');
9
9
  const formInputType_enum = require('./form-input-type.enum-1fb2180a.js');
@@ -12,40 +12,24 @@ const calendarWeekViewHeadingLevel_enum = require('./calendar-week-view-heading-
12
12
  const barChartVariation_enum = require('./bar-chart-variation.enum-a4e866b6.js');
13
13
  const codeVariation_enum = require('./code-variation.enum-c4a4e6fd.js');
14
14
  const expandableAccordionHeaderLevel_enum = require('./expandable-accordion-header-level.enum-45483252.js');
15
- const expandableFaqItemVariation_enum = require('./expandable-faq-item-variation.enum-89427195.js');
16
15
  const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
17
- const footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
18
- const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
19
- const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-c5ec3e2d.js');
20
16
  const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
21
- const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
22
17
  const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
23
- const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
24
- const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
25
- const layoutContainerMaxWidth_enum = require('./layout-container-max-width.enum-7e637f44.js');
26
18
  const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
27
- const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
28
- const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
29
19
  const listType_enum = require('./list-type.enum-aea4d012.js');
30
20
  const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
31
21
  const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
32
- const logoColor_enum = require('./logo-color.enum-76f6c506.js');
33
22
  const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
34
23
  const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
35
- const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
36
24
  const progressCircleRole_enum = require('./progress-circle-role.enum-b7fdcf0c.js');
37
- const progressIndicatorVariation_enum = require('./progress-indicator-variation.enum-7cf8e0e4.js');
38
25
  const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
39
26
  const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
40
27
  const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
41
28
  const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
42
29
  const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
43
- const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
44
30
  const tagSize_enum = require('./tag-size.enum-387c516c.js');
45
31
  const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
46
32
  const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
47
- const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
48
- const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
49
33
  const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
50
34
  const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
51
35
  const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
@@ -109,18 +93,54 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
109
93
  return typographyVariation_enum.ErrorPageStatusCodes;
110
94
  }
111
95
  });
96
+ Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
97
+ enumerable: true,
98
+ get: function () {
99
+ return typographyVariation_enum.ExpandableFaqItemHeadingLevel;
100
+ }
101
+ });
102
+ Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
103
+ enumerable: true,
104
+ get: function () {
105
+ return typographyVariation_enum.ExpandableFaqItemVariation;
106
+ }
107
+ });
112
108
  Object.defineProperty(exports, 'FeedbackVariation', {
113
109
  enumerable: true,
114
110
  get: function () {
115
111
  return typographyVariation_enum.FeedbackVariation;
116
112
  }
117
113
  });
114
+ Object.defineProperty(exports, 'FooterCardVariation', {
115
+ enumerable: true,
116
+ get: function () {
117
+ return typographyVariation_enum.FooterCardVariation;
118
+ }
119
+ });
118
120
  Object.defineProperty(exports, 'FooterVariation', {
119
121
  enumerable: true,
120
122
  get: function () {
121
123
  return typographyVariation_enum.FooterVariation;
122
124
  }
123
125
  });
126
+ Object.defineProperty(exports, 'FormCheckboxLayout', {
127
+ enumerable: true,
128
+ get: function () {
129
+ return typographyVariation_enum.FormCheckboxLayout;
130
+ }
131
+ });
132
+ Object.defineProperty(exports, 'FormCheckboxValidation', {
133
+ enumerable: true,
134
+ get: function () {
135
+ return typographyVariation_enum.FormCheckboxValidation;
136
+ }
137
+ });
138
+ Object.defineProperty(exports, 'FormCheckboxVariation', {
139
+ enumerable: true,
140
+ get: function () {
141
+ return typographyVariation_enum.FormCheckboxVariation;
142
+ }
143
+ });
124
144
  Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
125
145
  enumerable: true,
126
146
  get: function () {
@@ -133,6 +153,24 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
133
153
  return typographyVariation_enum.FormFieldsetValidation;
134
154
  }
135
155
  });
156
+ Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
157
+ enumerable: true,
158
+ get: function () {
159
+ return typographyVariation_enum.FormFileUploadHeadingLevel;
160
+ }
161
+ });
162
+ Object.defineProperty(exports, 'FormFileUploadValidation', {
163
+ enumerable: true,
164
+ get: function () {
165
+ return typographyVariation_enum.FormFileUploadValidation;
166
+ }
167
+ });
168
+ Object.defineProperty(exports, 'FormFileUploadVariation', {
169
+ enumerable: true,
170
+ get: function () {
171
+ return typographyVariation_enum.FormFileUploadVariation;
172
+ }
173
+ });
136
174
  Object.defineProperty(exports, 'FormInputMode', {
137
175
  enumerable: true,
138
176
  get: function () {
@@ -193,358 +231,364 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
193
231
  return typographyVariation_enum.FormSelectFilterValidation;
194
232
  }
195
233
  });
196
- Object.defineProperty(exports, 'HeaderCenterContentWidth', {
234
+ Object.defineProperty(exports, 'FormSelectValidation', {
197
235
  enumerable: true,
198
236
  get: function () {
199
- return typographyVariation_enum.HeaderCenterContentWidth;
237
+ return typographyVariation_enum.FormSelectValidation;
200
238
  }
201
239
  });
202
- Object.defineProperty(exports, 'InfoCardHeadingLevel', {
240
+ Object.defineProperty(exports, 'FormSelectVariation', {
203
241
  enumerable: true,
204
242
  get: function () {
205
- return typographyVariation_enum.InfoCardHeadingLevel;
243
+ return typographyVariation_enum.FormSelectVariation;
206
244
  }
207
245
  });
208
- Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
246
+ Object.defineProperty(exports, 'FormValidationMessageVariation', {
209
247
  enumerable: true,
210
248
  get: function () {
211
- return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
249
+ return typographyVariation_enum.FormValidationMessageVariation;
212
250
  }
213
251
  });
214
- Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
252
+ Object.defineProperty(exports, 'HeaderCenterContentWidth', {
215
253
  enumerable: true,
216
254
  get: function () {
217
- return typographyVariation_enum.InfoCardMultiHeadingLevel;
255
+ return typographyVariation_enum.HeaderCenterContentWidth;
218
256
  }
219
257
  });
220
- Object.defineProperty(exports, 'InfoCardMultiVariation', {
258
+ Object.defineProperty(exports, 'InfoCardBorderPosition', {
221
259
  enumerable: true,
222
260
  get: function () {
223
- return typographyVariation_enum.InfoCardMultiVariation;
261
+ return typographyVariation_enum.InfoCardBorderPosition;
224
262
  }
225
263
  });
226
- Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
264
+ Object.defineProperty(exports, 'InfoCardHeadingLevel', {
227
265
  enumerable: true,
228
266
  get: function () {
229
- return typographyVariation_enum.NotificationAlertHeadingLevel;
267
+ return typographyVariation_enum.InfoCardHeadingLevel;
230
268
  }
231
269
  });
232
- Object.defineProperty(exports, 'NotificationAlertSize', {
270
+ Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
233
271
  enumerable: true,
234
272
  get: function () {
235
- return typographyVariation_enum.NotificationAlertSize;
273
+ return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
236
274
  }
237
275
  });
238
- Object.defineProperty(exports, 'NotificationAlertVariation', {
276
+ Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
239
277
  enumerable: true,
240
278
  get: function () {
241
- return typographyVariation_enum.NotificationAlertVariation;
279
+ return typographyVariation_enum.InfoCardMultiHeadingLevel;
242
280
  }
243
281
  });
244
- Object.defineProperty(exports, 'TitleLogoVariation', {
282
+ Object.defineProperty(exports, 'InfoCardMultiType', {
245
283
  enumerable: true,
246
284
  get: function () {
247
- return typographyVariation_enum.TitleLogoVariation;
285
+ return typographyVariation_enum.InfoCardMultiType;
248
286
  }
249
287
  });
250
- Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
288
+ Object.defineProperty(exports, 'InfoCardMultiVariation', {
251
289
  enumerable: true,
252
290
  get: function () {
253
- return typographyVariation_enum.ToolsFeedbackHeadingLevel;
291
+ return typographyVariation_enum.InfoCardMultiVariation;
254
292
  }
255
293
  });
256
- Object.defineProperty(exports, 'ToolsFeedbackType', {
294
+ Object.defineProperty(exports, 'InfoCardSize', {
257
295
  enumerable: true,
258
296
  get: function () {
259
- return typographyVariation_enum.ToolsFeedbackType;
297
+ return typographyVariation_enum.InfoCardSize;
260
298
  }
261
299
  });
262
- Object.defineProperty(exports, 'TypographyVariation', {
300
+ Object.defineProperty(exports, 'InfoCardType', {
263
301
  enumerable: true,
264
302
  get: function () {
265
- return typographyVariation_enum.TypographyVariation;
303
+ return typographyVariation_enum.InfoCardType;
266
304
  }
267
305
  });
268
- Object.defineProperty(exports, 'BadgeStatusSize', {
306
+ Object.defineProperty(exports, 'InfoCardVariation', {
269
307
  enumerable: true,
270
308
  get: function () {
271
- return badgeStatusVariation_enum.BadgeStatusSize;
309
+ return typographyVariation_enum.InfoCardVariation;
272
310
  }
273
311
  });
274
- Object.defineProperty(exports, 'BadgeStatusType', {
312
+ Object.defineProperty(exports, 'LayoutBlockContainer', {
275
313
  enumerable: true,
276
314
  get: function () {
277
- return badgeStatusVariation_enum.BadgeStatusType;
315
+ return typographyVariation_enum.LayoutBlockContainer;
278
316
  }
279
317
  });
280
- Object.defineProperty(exports, 'BadgeStatusVariation', {
318
+ Object.defineProperty(exports, 'LayoutColumnsElement', {
281
319
  enumerable: true,
282
320
  get: function () {
283
- return badgeStatusVariation_enum.BadgeStatusVariation;
321
+ return typographyVariation_enum.LayoutColumnsElement;
284
322
  }
285
323
  });
286
- Object.defineProperty(exports, 'ButtonSize', {
324
+ Object.defineProperty(exports, 'LayoutColumnsGap', {
287
325
  enumerable: true,
288
326
  get: function () {
289
- return codeExampleVariation_enum.ButtonSize;
327
+ return typographyVariation_enum.LayoutColumnsGap;
290
328
  }
291
329
  });
292
- Object.defineProperty(exports, 'CodeBlockVariation', {
330
+ Object.defineProperty(exports, 'LayoutColumnsVariation', {
293
331
  enumerable: true,
294
332
  get: function () {
295
- return codeExampleVariation_enum.CodeBlockVariation;
333
+ return typographyVariation_enum.LayoutColumnsVariation;
296
334
  }
297
335
  });
298
- Object.defineProperty(exports, 'CodeExampleLanguage', {
336
+ Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
299
337
  enumerable: true,
300
338
  get: function () {
301
- return codeExampleVariation_enum.CodeExampleLanguage;
339
+ return typographyVariation_enum.LayoutContainerMaxWidth;
302
340
  }
303
341
  });
304
- Object.defineProperty(exports, 'CodeExampleVariation', {
342
+ Object.defineProperty(exports, 'LayoutContainerVariation', {
305
343
  enumerable: true,
306
344
  get: function () {
307
- return codeExampleVariation_enum.CodeExampleVariation;
345
+ return typographyVariation_enum.LayoutContainerVariation;
308
346
  }
309
347
  });
310
- Object.defineProperty(exports, 'ButtonType', {
348
+ Object.defineProperty(exports, 'LinkButtonVariation', {
311
349
  enumerable: true,
312
350
  get: function () {
313
- return formInputType_enum.ButtonType;
351
+ return typographyVariation_enum.LinkButtonVariation;
314
352
  }
315
353
  });
316
- Object.defineProperty(exports, 'FormInputButtonVariation', {
354
+ Object.defineProperty(exports, 'LogoColor', {
317
355
  enumerable: true,
318
356
  get: function () {
319
- return formInputType_enum.FormInputButtonVariation;
357
+ return typographyVariation_enum.LogoColor;
320
358
  }
321
359
  });
322
- Object.defineProperty(exports, 'FormInputSearchVariation', {
360
+ Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
323
361
  enumerable: true,
324
362
  get: function () {
325
- return formInputType_enum.FormInputSearchVariation;
363
+ return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
326
364
  }
327
365
  });
328
- Object.defineProperty(exports, 'FormInputType', {
366
+ Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
329
367
  enumerable: true,
330
368
  get: function () {
331
- return formInputType_enum.FormInputType;
369
+ return typographyVariation_enum.NavigationVerticalMenuVariation;
332
370
  }
333
371
  });
334
- Object.defineProperty(exports, 'ButtonVariation', {
372
+ Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
335
373
  enumerable: true,
336
374
  get: function () {
337
- return buttonVariation_enum.ButtonVariation;
375
+ return typographyVariation_enum.NotificationAlertHeadingLevel;
338
376
  }
339
377
  });
340
- Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
378
+ Object.defineProperty(exports, 'NotificationAlertSize', {
341
379
  enumerable: true,
342
380
  get: function () {
343
- return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
381
+ return typographyVariation_enum.NotificationAlertSize;
344
382
  }
345
383
  });
346
- Object.defineProperty(exports, 'BarChartVariation', {
384
+ Object.defineProperty(exports, 'NotificationAlertVariation', {
347
385
  enumerable: true,
348
386
  get: function () {
349
- return barChartVariation_enum.BarChartVariation;
387
+ return typographyVariation_enum.NotificationAlertVariation;
350
388
  }
351
389
  });
352
- Object.defineProperty(exports, 'CodeLanguage', {
390
+ Object.defineProperty(exports, 'ProgressIndicatorRole', {
353
391
  enumerable: true,
354
392
  get: function () {
355
- return codeVariation_enum.CodeLanguage;
393
+ return typographyVariation_enum.ProgressIndicatorRole;
356
394
  }
357
395
  });
358
- Object.defineProperty(exports, 'CodeVariation', {
396
+ Object.defineProperty(exports, 'ProgressIndicatorVariation', {
359
397
  enumerable: true,
360
398
  get: function () {
361
- return codeVariation_enum.CodeVariation;
399
+ return typographyVariation_enum.ProgressIndicatorVariation;
362
400
  }
363
401
  });
364
- Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
402
+ Object.defineProperty(exports, 'TagMediaIcon', {
365
403
  enumerable: true,
366
404
  get: function () {
367
- return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
405
+ return typographyVariation_enum.TagMediaIcon;
368
406
  }
369
407
  });
370
- Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
408
+ Object.defineProperty(exports, 'TitleLogoVariation', {
371
409
  enumerable: true,
372
410
  get: function () {
373
- return expandableFaqItemVariation_enum.ExpandableFaqItemHeadingLevel;
411
+ return typographyVariation_enum.TitleLogoVariation;
374
412
  }
375
413
  });
376
- Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
414
+ Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
377
415
  enumerable: true,
378
416
  get: function () {
379
- return expandableFaqItemVariation_enum.ExpandableFaqItemVariation;
417
+ return typographyVariation_enum.ToolsFeedbackHeadingLevel;
380
418
  }
381
419
  });
382
- Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
420
+ Object.defineProperty(exports, 'ToolsFeedbackType', {
383
421
  enumerable: true,
384
422
  get: function () {
385
- return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
423
+ return typographyVariation_enum.ToolsFeedbackType;
386
424
  }
387
425
  });
388
- Object.defineProperty(exports, 'ExpandableFaqVariation', {
426
+ Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
389
427
  enumerable: true,
390
428
  get: function () {
391
- return expandableFaqVariation_enum.ExpandableFaqVariation;
429
+ return typographyVariation_enum.ToolsThemeProviderBrandEnum;
392
430
  }
393
431
  });
394
- Object.defineProperty(exports, 'FooterCardVariation', {
432
+ Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
395
433
  enumerable: true,
396
434
  get: function () {
397
- return footerCardVariation_enum.FooterCardVariation;
435
+ return typographyVariation_enum.ToolsThemeProviderThemeEnum;
398
436
  }
399
437
  });
400
- Object.defineProperty(exports, 'FormCheckboxLayout', {
438
+ Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
401
439
  enumerable: true,
402
440
  get: function () {
403
- return formCheckboxVariation_enum.FormCheckboxLayout;
441
+ return typographyVariation_enum.TypographyHeadingJumboLevel;
404
442
  }
405
443
  });
406
- Object.defineProperty(exports, 'FormCheckboxValidation', {
444
+ Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
407
445
  enumerable: true,
408
446
  get: function () {
409
- return formCheckboxVariation_enum.FormCheckboxValidation;
447
+ return typographyVariation_enum.TypographyHeadingJumboVariation;
410
448
  }
411
449
  });
412
- Object.defineProperty(exports, 'FormCheckboxVariation', {
450
+ Object.defineProperty(exports, 'TypographyVariation', {
413
451
  enumerable: true,
414
452
  get: function () {
415
- return formCheckboxVariation_enum.FormCheckboxVariation;
453
+ return typographyVariation_enum.TypographyVariation;
416
454
  }
417
455
  });
418
- Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
456
+ Object.defineProperty(exports, 'BadgeStatusSize', {
419
457
  enumerable: true,
420
458
  get: function () {
421
- return formValidationMessageVariation_enum.FormFileUploadHeadingLevel;
459
+ return badgeStatusVariation_enum.BadgeStatusSize;
422
460
  }
423
461
  });
424
- Object.defineProperty(exports, 'FormFileUploadValidation', {
462
+ Object.defineProperty(exports, 'BadgeStatusType', {
425
463
  enumerable: true,
426
464
  get: function () {
427
- return formValidationMessageVariation_enum.FormFileUploadValidation;
465
+ return badgeStatusVariation_enum.BadgeStatusType;
428
466
  }
429
467
  });
430
- Object.defineProperty(exports, 'FormFileUploadVariation', {
468
+ Object.defineProperty(exports, 'BadgeStatusVariation', {
431
469
  enumerable: true,
432
470
  get: function () {
433
- return formValidationMessageVariation_enum.FormFileUploadVariation;
471
+ return badgeStatusVariation_enum.BadgeStatusVariation;
434
472
  }
435
473
  });
436
- Object.defineProperty(exports, 'FormValidationMessageVariation', {
474
+ Object.defineProperty(exports, 'ButtonSize', {
437
475
  enumerable: true,
438
476
  get: function () {
439
- return formValidationMessageVariation_enum.FormValidationMessageVariation;
477
+ return codeExampleVariation_enum.ButtonSize;
440
478
  }
441
479
  });
442
- Object.defineProperty(exports, 'FormRadiogroupValidation', {
480
+ Object.defineProperty(exports, 'CodeBlockVariation', {
443
481
  enumerable: true,
444
482
  get: function () {
445
- return formRadiogroupValidation_enum.FormRadiogroupValidation;
483
+ return codeExampleVariation_enum.CodeBlockVariation;
446
484
  }
447
485
  });
448
- Object.defineProperty(exports, 'FormSelectValidation', {
486
+ Object.defineProperty(exports, 'CodeExampleLanguage', {
449
487
  enumerable: true,
450
488
  get: function () {
451
- return formSelectVariation_enum.FormSelectValidation;
489
+ return codeExampleVariation_enum.CodeExampleLanguage;
452
490
  }
453
491
  });
454
- Object.defineProperty(exports, 'FormSelectVariation', {
492
+ Object.defineProperty(exports, 'CodeExampleVariation', {
455
493
  enumerable: true,
456
494
  get: function () {
457
- return formSelectVariation_enum.FormSelectVariation;
495
+ return codeExampleVariation_enum.CodeExampleVariation;
458
496
  }
459
497
  });
460
- Object.defineProperty(exports, 'FormTextareaValidation', {
498
+ Object.defineProperty(exports, 'ButtonType', {
461
499
  enumerable: true,
462
500
  get: function () {
463
- return formTextareaVariation_enum.FormTextareaValidation;
501
+ return formInputType_enum.ButtonType;
464
502
  }
465
503
  });
466
- Object.defineProperty(exports, 'FormTextareaVariation', {
504
+ Object.defineProperty(exports, 'FormInputButtonVariation', {
467
505
  enumerable: true,
468
506
  get: function () {
469
- return formTextareaVariation_enum.FormTextareaVariation;
507
+ return formInputType_enum.FormInputButtonVariation;
470
508
  }
471
509
  });
472
- Object.defineProperty(exports, 'InfoCardMultiType', {
510
+ Object.defineProperty(exports, 'FormInputSearchVariation', {
473
511
  enumerable: true,
474
512
  get: function () {
475
- return infoCardMultiType_enum.InfoCardMultiType;
513
+ return formInputType_enum.FormInputSearchVariation;
476
514
  }
477
515
  });
478
- Object.defineProperty(exports, 'InfoCardBorderPosition', {
516
+ Object.defineProperty(exports, 'FormInputType', {
479
517
  enumerable: true,
480
518
  get: function () {
481
- return infoCardVariation_enum.InfoCardBorderPosition;
519
+ return formInputType_enum.FormInputType;
482
520
  }
483
521
  });
484
- Object.defineProperty(exports, 'InfoCardSize', {
522
+ Object.defineProperty(exports, 'ButtonVariation', {
485
523
  enumerable: true,
486
524
  get: function () {
487
- return infoCardVariation_enum.InfoCardSize;
525
+ return buttonVariation_enum.ButtonVariation;
488
526
  }
489
527
  });
490
- Object.defineProperty(exports, 'InfoCardType', {
528
+ Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
491
529
  enumerable: true,
492
530
  get: function () {
493
- return infoCardVariation_enum.InfoCardType;
531
+ return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
494
532
  }
495
533
  });
496
- Object.defineProperty(exports, 'InfoCardVariation', {
534
+ Object.defineProperty(exports, 'BarChartVariation', {
497
535
  enumerable: true,
498
536
  get: function () {
499
- return infoCardVariation_enum.InfoCardVariation;
537
+ return barChartVariation_enum.BarChartVariation;
500
538
  }
501
539
  });
502
- Object.defineProperty(exports, 'LayoutBlockContainer', {
540
+ Object.defineProperty(exports, 'CodeLanguage', {
503
541
  enumerable: true,
504
542
  get: function () {
505
- return layoutContainerMaxWidth_enum.LayoutBlockContainer;
543
+ return codeVariation_enum.CodeLanguage;
506
544
  }
507
545
  });
508
- Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
546
+ Object.defineProperty(exports, 'CodeVariation', {
509
547
  enumerable: true,
510
548
  get: function () {
511
- return layoutContainerMaxWidth_enum.LayoutContainerMaxWidth;
549
+ return codeVariation_enum.CodeVariation;
512
550
  }
513
551
  });
514
- Object.defineProperty(exports, 'LayoutContainerVariation', {
552
+ Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
515
553
  enumerable: true,
516
554
  get: function () {
517
- return layoutContainerMaxWidth_enum.LayoutContainerVariation;
555
+ return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
518
556
  }
519
557
  });
520
- Object.defineProperty(exports, 'LayoutBlockVariation', {
558
+ Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
521
559
  enumerable: true,
522
560
  get: function () {
523
- return layoutBlockVariation_enum.LayoutBlockVariation;
561
+ return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
524
562
  }
525
563
  });
526
- Object.defineProperty(exports, 'LayoutColumnsElement', {
564
+ Object.defineProperty(exports, 'ExpandableFaqVariation', {
527
565
  enumerable: true,
528
566
  get: function () {
529
- return layoutColumnsVariation_enum.LayoutColumnsElement;
567
+ return expandableFaqVariation_enum.ExpandableFaqVariation;
530
568
  }
531
569
  });
532
- Object.defineProperty(exports, 'LayoutColumnsGap', {
570
+ Object.defineProperty(exports, 'FormRadiogroupValidation', {
533
571
  enumerable: true,
534
572
  get: function () {
535
- return layoutColumnsVariation_enum.LayoutColumnsGap;
573
+ return formRadiogroupValidation_enum.FormRadiogroupValidation;
536
574
  }
537
575
  });
538
- Object.defineProperty(exports, 'LayoutColumnsVariation', {
576
+ Object.defineProperty(exports, 'FormTextareaValidation', {
539
577
  enumerable: true,
540
578
  get: function () {
541
- return layoutColumnsVariation_enum.LayoutColumnsVariation;
579
+ return formTextareaVariation_enum.FormTextareaValidation;
542
580
  }
543
581
  });
544
- Object.defineProperty(exports, 'LinkButtonVariation', {
582
+ Object.defineProperty(exports, 'FormTextareaVariation', {
545
583
  enumerable: true,
546
584
  get: function () {
547
- return linkButtonVariation_enum.LinkButtonVariation;
585
+ return formTextareaVariation_enum.FormTextareaVariation;
586
+ }
587
+ });
588
+ Object.defineProperty(exports, 'LayoutBlockVariation', {
589
+ enumerable: true,
590
+ get: function () {
591
+ return layoutBlockVariation_enum.LayoutBlockVariation;
548
592
  }
549
593
  });
550
594
  Object.defineProperty(exports, 'ListType', {
@@ -565,12 +609,6 @@ Object.defineProperty(exports, 'LoaderSpinnerSize', {
565
609
  return loaderSpinnerSize_enum.LoaderSpinnerSize;
566
610
  }
567
611
  });
568
- Object.defineProperty(exports, 'LogoColor', {
569
- enumerable: true,
570
- get: function () {
571
- return logoColor_enum.LogoColor;
572
- }
573
- });
574
612
  Object.defineProperty(exports, 'MediaFigureAlignment', {
575
613
  enumerable: true,
576
614
  get: function () {
@@ -613,36 +651,12 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
613
651
  return navigationSidebarVariation_enum.NavigationSidebarVariation;
614
652
  }
615
653
  });
616
- Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
617
- enumerable: true,
618
- get: function () {
619
- return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
620
- }
621
- });
622
- Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
623
- enumerable: true,
624
- get: function () {
625
- return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
626
- }
627
- });
628
654
  Object.defineProperty(exports, 'ProgressCircleRole', {
629
655
  enumerable: true,
630
656
  get: function () {
631
657
  return progressCircleRole_enum.ProgressCircleRole;
632
658
  }
633
659
  });
634
- Object.defineProperty(exports, 'ProgressIndicatorRole', {
635
- enumerable: true,
636
- get: function () {
637
- return progressIndicatorVariation_enum.ProgressIndicatorRole;
638
- }
639
- });
640
- Object.defineProperty(exports, 'ProgressIndicatorVariation', {
641
- enumerable: true,
642
- get: function () {
643
- return progressIndicatorVariation_enum.ProgressIndicatorVariation;
644
- }
645
- });
646
660
  Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
647
661
  enumerable: true,
648
662
  get: function () {
@@ -739,12 +753,6 @@ Object.defineProperty(exports, 'TableVariation', {
739
753
  return tableVariation_enum.TableVariation;
740
754
  }
741
755
  });
742
- Object.defineProperty(exports, 'TagMediaIcon', {
743
- enumerable: true,
744
- get: function () {
745
- return tagMediaIcon_enum.TagMediaIcon;
746
- }
747
- });
748
756
  Object.defineProperty(exports, 'TagSize', {
749
757
  enumerable: true,
750
758
  get: function () {
@@ -781,24 +789,6 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
781
789
  return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
782
790
  }
783
791
  });
784
- Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
785
- enumerable: true,
786
- get: function () {
787
- return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
788
- }
789
- });
790
- Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
791
- enumerable: true,
792
- get: function () {
793
- return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
794
- }
795
- });
796
- Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
797
- enumerable: true,
798
- get: function () {
799
- return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
800
- }
801
- });
802
792
  Object.defineProperty(exports, 'TypographyMetaVariation', {
803
793
  enumerable: true,
804
794
  get: function () {